DACA2 - l

STARTDATE 2018-08-19
STARTTIME 02:03:28
GIT-REVISION 19af19b

ftp://ftp.se.debian.org/debian/pool/main/l/l2tp-ipsec-vpn/l2tp-ipsec-vpn_1.0.9.orig.tar.gz
l2tp-ipsec-vpn/src/ConnectionManager.cpp:674:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/util/NetworkInterface.h:61:10: style: Class 'ReceivedData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/NetworkInterface.h:83:10: style: Class 'TransmittedData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/ConnectionState.h:74:4: style: Class 'NotConnected' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/ConnectionState.h:76:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:76:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:90:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:90:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:109:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:109:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:126:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:126:17: note: Function in derived class
l2tp-ipsec-vpn/src/ConnectionState.h:138:17: style: The function 'isState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/ConnectionState.h:47:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/ConnectionState.h:138:17: note: Function in derived class
l2tp-ipsec-vpn/src/dialogs/ConnectionEditorDialog.h:41:122: performance: Function parameter 'strMsgBoxTitle' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/VPNControlTask.h:78:73: performance: Function parameter 'strArguments' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionManager.cpp:490:55: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionManager.cpp:532:57: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
l2tp-ipsec-vpn/src/ConnectionState.cpp:128:74: style: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/ConnectionState.h:136:70: note: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'.
l2tp-ipsec-vpn/src/ConnectionState.cpp:128:74: note: Function 'Error' argument 3 names different: declaration 'iReturnCocde' definition 'iReturnCode'.
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.cpp:146:98: style: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.h:62:59: note: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'.
l2tp-ipsec-vpn/src/L2tpIPsecVpnApplication.cpp:146:98: note: Function 'parseCmdLine' argument 2 names different: declaration 'ppArgv' definition 'pcArgv'.
l2tp-ipsec-vpn/src/util/ErrorEx.h:36:7: performance: Variable 'm_strMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l2tp-ipsec-vpn/src/util/ErrorEx.h:43:7: performance: Variable 'm_strMsg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l2tp-ipsec-vpn/src/localpeer/LockedFile.h:36:4: style: Class 'LockedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/PasswordCallback.h:33:4: style: Class 'PasswordCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/VPNControlTask.cpp:397:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
l2tp-ipsec-vpn/src/VPNControlTask.cpp:389:63: style: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'. [funcArgNamesDifferent]
l2tp-ipsec-vpn/src/VPNControlTask.h:67:50: note: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'.
l2tp-ipsec-vpn/src/VPNControlTask.cpp:389:63: note: Function 'onResult' argument 2 names different: declaration 'stCommand' definition 'strCommand'.
l2tp-ipsec-vpn/src/VPNControlTask.cpp:555:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:124:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:119:14: note: outer condition: fOk
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.cpp:124:17: note: identical inner condition: fOk
l2tp-ipsec-vpn/src/conf/IPsecConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/IPsecConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/IPsecSecretsConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/IPsecSecretsConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/L2tpConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/L2tpConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PPPConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PPPConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/RSysLogConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/RSysLogConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/GetIPsecInfoScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/GetIPsecInfoScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppUpScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppUpScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppDownScriptWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppDownScriptWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/OpensslConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/OpensslConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/conf/PppDnsConfWriter.h:37:9: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/conf/AbstractConfWriter.h:49:17: note: Virtual function in base class
l2tp-ipsec-vpn/src/conf/PppDnsConfWriter.h:37:9: note: Function in derived class
l2tp-ipsec-vpn/src/dialogs/CertificateImportDialog.h:38:4: style: Class 'CertificateImportDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/main.cpp:169:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:132:7: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:44:15: note: Virtual function in base class
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:132:7: note: Function in derived class
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:142:4: style: Variable 'fRet' is reassigned a value before the old one has been used. [redundantAssignment]
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:138:0: note: Variable 'fRet' is reassigned a value before the old one has been used.
l2tp-ipsec-vpn/src/models/PppRoutesModel.cpp:142:4: note: Variable 'fRet' is reassigned a value before the old one has been used.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:40:16: performance: Technically the member function 'Pkcs11::tokenInfo' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:213:21: note: Technically the member function 'Pkcs11::tokenInfo' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:40:16: note: Technically the member function 'Pkcs11::tokenInfo' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:43:18: performance: Technically the member function 'Pkcs11::slotsAvailable' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:61:23: note: Technically the member function 'Pkcs11::slotsAvailable' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:43:18: note: Technically the member function 'Pkcs11::slotsAvailable' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:44:9: performance: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:234:14: note: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:44:9: note: Technically the member function 'Pkcs11::protectedAuthenticationPath' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:49:25: performance: Technically the member function 'Pkcs11::slotList' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:73:30: note: Technically the member function 'Pkcs11::slotList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:49:25: note: Technically the member function 'Pkcs11::slotList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:51:29: performance: Technically the member function 'Pkcs11::mechanismList' can be static. [functionStatic]
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.cpp:117:34: note: Technically the member function 'Pkcs11::mechanismList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11.h:51:29: note: Technically the member function 'Pkcs11::mechanismList' can be static.
l2tp-ipsec-vpn/src/pkcs11/Pkcs11Attribute.h:140:1: warning: The class 'Pkcs11Attlist' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
l2tp-ipsec-vpn/src/pkcs11/SmartCardInsertWaitTask.h:35:4: style: Class 'SmartCardInsertWaitTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/settings/ConnectionSettings.h:57:8: style: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const. [functionConst]
l2tp-ipsec-vpn/src/settings/ConnectionSettings.cpp:183:25: note: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const.
l2tp-ipsec-vpn/src/settings/ConnectionSettings.h:57:8: note: Technically the member function 'ConnectionSettings::deleteAllConfFiles' can be const.
l2tp-ipsec-vpn/src/settings/Preferences.h:38:20: performance: Technically the member function 'Preferences::openSSLSettings' can be static. [functionStatic]
l2tp-ipsec-vpn/src/settings/Preferences.cpp:55:30: note: Technically the member function 'Preferences::openSSLSettings' can be static.
l2tp-ipsec-vpn/src/settings/Preferences.h:38:20: note: Technically the member function 'Preferences::openSSLSettings' can be static.
l2tp-ipsec-vpn/src/util/EncSecrets.h:34:4: style: Class 'EncSecrets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/Libtool.h:34:4: style: Class 'Libtool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l2tp-ipsec-vpn/src/util/NetworkInterface.cpp:59:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l2tp-ipsec-vpn/src/util/NetworkInterfaceMonitor.cpp:103:18: style: The scope of the variable 'iLen' can be reduced. [variableScope]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:36:15: warning: Member variable 'LibtoolTests::m_pOpenSSLLibrary' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:36:15: warning: Member variable 'LibtoolTests::m_pNonOpenSSLLibrary' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/LibtoolTests.cpp:46:4: warning: Possible leak in public function. The pointer 'm_pOpenSSLLibrary' is not deallocated before it is allocated. [publicAllocationError]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pTmpFile' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pValidPkcs12GoodPassphrase' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pValidPkcs12WrongPassphrase' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pInvalidPkcs12' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:40:14: warning: Member variable 'Pkcs12Tests::m_pNonExistingPkcs12' is not initialized in the constructor. [uninitMemberVar]
l2tp-ipsec-vpn/tests/src/util/Pkcs12Tests.cpp:50:4: warning: Possible leak in public function. The pointer 'm_pTmpFile' is not deallocated before it is allocated. [publicAllocationError]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/l2tp-ipsec-vpn-daemon/l2tp-ipsec-vpn-daemon_0.9.9.orig.tar.gz
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/l2tpns/l2tpns_2.2.1.orig.tar.xz
l2tpns-2.2.1/cli.c:604:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/cli.c:356:8: style: The scope of the variable 'p' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1112:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1153:12: style: The scope of the variable 't' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1203:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1321:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:1487:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:2934:13: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cli.c:404:10: style: Checking if unsigned variable 's' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:586:11: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:1175:27: style: Checking if unsigned variable 't=atol(argv[i])' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:1225:27: style: Checking if unsigned variable 's=atol(argv[i])' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/cli.c:393:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:562:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:567:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:646:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:820:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1004:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1116:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1157:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1207:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1257:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1261:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1265:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1325:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1376:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1382:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1387:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1394:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1491:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1541:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1605:15: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1645:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1680:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:1791:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2283:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2288:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2472:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2479:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2705:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2721:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2732:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2847:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2853:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2858:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2938:56: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:2981:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
l2tpns-2.2.1/cli.c:904:34: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/cli.c:1810:35: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/cli.c:604:27: error: Undefined behavior: Variable 's' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
l2tpns-2.2.1/cluster.c:1036:6: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1934:6: style: The scope of the variable 'count' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1936:11: style: The scope of the variable 'x' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:1980:6: style: The scope of the variable 'count' can be reduced. [variableScope]
l2tpns-2.2.1/cluster.c:325:32: style: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'. [funcArgNamesDifferent]
l2tpns-2.2.1/cluster.h:85:32: note: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'.
l2tpns-2.2.1/cluster.c:325:32: note: Function 'master_throttle_packet' argument 1 names different: declaration 'tid' definition 'tbfid'.
l2tpns-2.2.1/cluster.c:1734:29: style: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
l2tpns-2.2.1/cluster.h:79:29: note: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'.
l2tpns-2.2.1/cluster.c:1734:29: note: Function 'processcluster' argument 1 names different: declaration 'buf' definition 'data'.
l2tpns-2.2.1/constants.c:20:1: style: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:4:27: note: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:20:1: note: Function 'l2tp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:40:1: style: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:5:31: note: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'.
l2tpns-2.2.1/constants.c:40:1: note: Function 'l2tp_avp_name' argument 1 names different: declaration 'avp' definition 'index'.
l2tpns-2.2.1/constants.c:83:1: style: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:6:42: note: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:83:1: note: Function 'l2tp_stopccn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:96:1: style: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:7:38: note: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:96:1: note: Function 'l2tp_cdn_result_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:116:1: style: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:8:33: note: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:116:1: note: Function 'l2tp_error_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:133:1: style: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:9:27: note: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:133:1: note: Function 'ppp_phase' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:141:1: style: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:10:27: note: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:141:1: note: Function 'ppp_state' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:154:1: style: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:11:31: note: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:154:1: note: Function 'ppp_auth_type' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:163:1: style: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:12:26: note: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:163:1: note: Function 'ppp_code' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:179:1: style: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:13:32: note: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:179:1: note: Function 'ppp_lcp_option' argument 1 names different: declaration 'type' definition 'index'.
l2tpns-2.2.1/constants.c:191:1: style: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:14:30: note: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'.
l2tpns-2.2.1/constants.c:191:1: note: Function 'radius_state' argument 1 names different: declaration 'state' definition 'index'.
l2tpns-2.2.1/constants.c:202:1: style: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'. [funcArgNamesDifferent]
l2tpns-2.2.1/constants.h:15:29: note: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/constants.c:202:1: note: Function 'radius_code' argument 1 names different: declaration 'code' definition 'index'.
l2tpns-2.2.1/control.c:63:34: style: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'. [funcArgNamesDifferent]
l2tpns-2.2.1/control.h:51:34: note: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'.
l2tpns-2.2.1/control.c:63:34: note: Function 'unpack_control' argument 1 names different: declaration 'packet' definition 'control'.
l2tpns-2.2.1/l2tpns.c:4454:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:4455:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:4456:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
l2tpns-2.2.1/l2tpns.c:291:6: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:291:9: style: The scope of the variable 'j' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:422:6: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:477:7: style: The scope of the variable 'ipv6addr' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:704:7: style: The scope of the variable 'ipv6addr' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1146:10: style: The scope of the variable 'fragbuf' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1275:27: style: The scope of the variable 'bid' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1363:10: style: The scope of the variable 'b' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1478:10: style: The scope of the variable 'b' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:1795:34: style: The scope of the variable 'mem_num' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2112:12: style: The scope of the variable 'message' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2113:11: style: The scope of the variable 'fatal' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2114:11: style: The scope of the variable 'mandatory' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2115:12: style: The scope of the variable 'asession' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2116:12: style: The scope of the variable 'amagic' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2117:11: style: The scope of the variable 'aflags' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2118:12: style: The scope of the variable 'version' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2119:8: style: The scope of the variable 'called' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:2120:8: style: The scope of the variable 'calling' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4895:8: style: The scope of the variable 'user' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4896:13: style: The scope of the variable 'i' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4897:6: style: The scope of the variable 'r' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:5527:6: style: The scope of the variable 's' can be reduced. [variableScope]
l2tpns-2.2.1/l2tpns.c:4350:52: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
l2tpns-2.2.1/l2tpns.c:1279:73: error: Expression 'bundle[bid].current_ses=++bundle[bid].current_ses%bundle[bid].num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1303:64: error: Expression 'b->current_ses=++b->current_ses%num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1314:35: error: Expression 'b->current_ses=++b->current_ses%num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:1421:51: error: Expression 'bundle[bid].current_ses=++bundle[bid].current_ses%bundle[bid].num_of_links' depends on order of evaluation of side effects [unknownEvaluationOrder]
l2tpns-2.2.1/l2tpns.c:4281:9: warning: Size of pointer 'ip_address_pool' used instead of size of its data. [pointerSize]
l2tpns-2.2.1/l2tpns.c:5182:30: portability: '(void*)config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/l2tpns.c:1490:2: style: Variable 'ip' is assigned a value that is never used. [unreadVariable]
l2tpns-2.2.1/l2tpns.c:3919:7: warning: The buffer '_domain' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
l2tpns-2.2.1/l2tpns.c:4663:5: warning: Repositioning operation performed on a file opened in append mode has no effect. [seekOnAppendedFile]
l2tpns-2.2.1/l2tpns.c:2342:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
l2tpns-2.2.1/md5.c:70:17: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:26: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:35: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:70:44: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
l2tpns-2.2.1/md5.c:187:25: style: The scope of the variable 'free' can be reduced. [variableScope]
l2tpns-2.2.1/ppp.c:68:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
l2tpns-2.2.1/ppp.c:2399:36: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
l2tpns-2.2.1/ppp.c:433:9: warning: Possible null pointer dereference: queued [nullPointer]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:433:9: note: Null pointer dereference
l2tpns-2.2.1/ppp.c:427:14: error: Overflow in pointer arithmetic, NULL pointer is subtracted. [nullPointerArithmetic]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:427:14: note: Null pointer subtraction
l2tpns-2.2.1/ppp.c:434:16: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
l2tpns-2.2.1/ppp.c:455:54: note: Calling function 'ppp_conf_rej', 6th argument 'queued' value is 0
l2tpns-2.2.1/ppp.c:434:16: note: Null pointer addition
l2tpns-2.2.1/ppp.c:2023:8: style: The scope of the variable 'str' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:159:7: style: The scope of the variable 'pass' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:160:6: style: The scope of the variable 'pl' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:699:15: style: The scope of the variable 'bits' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:893:31: style: The scope of the variable 'attribute_length' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:894:19: style: The scope of the variable 'attribute' can be reduced. [variableScope]
l2tpns-2.2.1/radius.c:719:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
l2tpns-2.2.1/radius.c:37:32: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
l2tpns-2.2.1/test/bounce.c:66:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/bounce.c:93:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/bounce.c:91:19: style: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/bounce.c:22:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'.
l2tpns-2.2.1/test/bounce.c:91:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unusedg'.
l2tpns-2.2.1/test/generateload.c:577:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:578:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:639:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:639:2: warning: %u in format string (no. 7) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
l2tpns-2.2.1/test/generateload.c:391:20: style: The scope of the variable 'r' can be reduced. [variableScope]
l2tpns-2.2.1/test/generateload.c:611:17: style: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:233:17: note: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:611:17: note: Function 'sigint' argument 1 names different: declaration 'signal' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:616:19: style: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:232:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:616:19: note: Function 'sigalarm' argument 1 names different: declaration 'junk' definition 'unused'.
l2tpns-2.2.1/test/generateload.c:1134:25: style: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'. [funcArgNamesDifferent]
l2tpns-2.2.1/test/generateload.c:220:25: note: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'.
l2tpns-2.2.1/test/generateload.c:1134:25: note: Function 'ppp_free' argument 1 names different: declaration 'packet' definition 'c'.
l2tpns-2.2.1/test/radius.c:75:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/radius.c:95:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
l2tpns-2.2.1/test/radius.c:544:0: error: Memory leak: unsorted [memleak]
l2tpns-2.2.1/util.c:110:24: warning: Either the condition 'if(fromlen)' is redundant or there is possible null pointer dereference: fromlen. [nullPointerRedundantCheck]
l2tpns-2.2.1/util.c:124:8: note: Assuming that condition 'if(fromlen)' is not redundant
l2tpns-2.2.1/util.c:110:24: note: Null pointer dereference
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/l7-filter-userspace/l7-filter-userspace_0.12-beta1.orig.tar.gz
l7-filter-userspace-0.12-beta1/l7-classify.cpp:156:9: style: The scope of the variable 'scratchdir' can be reduced. [variableScope]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:341:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:50:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:51:9: performance: Variable 'pattern_string' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
l7-filter-userspace-0.12-beta1/l7-classify.h:41:7: performance: Technically the member function 'l7_pattern::hex2dec' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:66:17: note: Technically the member function 'l7_pattern::hex2dec' can be static.
l7-filter-userspace-0.12-beta1/l7-classify.h:41:7: note: Technically the member function 'l7_pattern::hex2dec' can be static.
l7-filter-userspace-0.12-beta1/l7-classify.h:47:10: style: Technically the member function 'l7_pattern::getName' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:143:20: note: Technically the member function 'l7_pattern::getName' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:47:10: note: Technically the member function 'l7_pattern::getName' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:48:7: style: Technically the member function 'l7_pattern::getMark' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:149:17: note: Technically the member function 'l7_pattern::getMark' can be const.
l7-filter-userspace-0.12-beta1/l7-classify.h:48:7: note: Technically the member function 'l7_pattern::getMark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:58:3: style: Class 'l7_conntrack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-classify.h:58:3: style: Class 'l7_classify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-queue.h:34:3: style: Class 'l7_queue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:227:0: error: Memory leak: subdirs [memleak]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:61:49: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:62:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:63:42: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-classify.h:54:42: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-classify.cpp:47:31: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:154:41: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:204:19: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:98:44: style: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:42:31: note: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:98:44: note: Function 'append_to_buffer' argument 1 names different: declaration 'inbuf' definition 'app_data'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:34: style: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:58:23: note: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:34: note: Function 'l7_conntrack' argument 1 names different: declaration 'foo' definition 'l7_classifier_in'.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:244:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:201:15: warning: Member variable 'l7_conntrack::ct' is not initialized in the constructor. [uninitMemberVar]
l7-filter-userspace-0.12-beta1/l7-conntrack.h:40:7: style: Technically the member function 'l7_connection::get_num_packets' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:69:20: note: Technically the member function 'l7_connection::get_num_packets' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:40:7: note: Technically the member function 'l7_connection::get_num_packets' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:45:13: style: Technically the member function 'l7_connection::get_mark' can be const. [functionConst]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:93:26: note: Technically the member function 'l7_connection::get_mark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.h:45:13: note: Technically the member function 'l7_connection::get_mark' can be const.
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:45:3: style: Class 'l7_connection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:45:3: style: Class 'l7_connection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:214:61: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:224:19: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-conntrack.cpp:231:54: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:73:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:83:11: style: C-style pointer casting [cstyleCast]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:104:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:165:46: style: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'. [funcArgNamesDifferent]
l7-filter-userspace-0.12-beta1/l7-queue.h:37:44: note: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'.
l7-filter-userspace-0.12-beta1/l7-queue.cpp:165:46: note: Function 'handle_packet' argument 1 names different: declaration 'nfa' definition 'tb'.
l7-filter-userspace-0.12-beta1/l7-queue.h:30:7: performance: Technically the member function 'l7_queue::app_data_offset' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:337:15: note: Technically the member function 'l7_queue::app_data_offset' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:30:7: note: Technically the member function 'l7_queue::app_data_offset' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:31:10: performance: Technically the member function 'l7_queue::get_conntrack_key' can be static. [functionStatic]
l7-filter-userspace-0.12-beta1/l7-queue.cpp:286:18: note: Technically the member function 'l7_queue::get_conntrack_key' can be static.
l7-filter-userspace-0.12-beta1/l7-queue.h:31:10: note: Technically the member function 'l7_queue::get_conntrack_key' can be static.
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/l7-protocols/l7-protocols_20090528.orig.tar.gz
l7-protocols-2009-05-28/testing/regexp/regexp.c:237:15: style: The scope of the variable 'len' can be reduced. [variableScope]
l7-protocols-2009-05-28/testing/match-kernel.c:72:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/match-kernel.c:77:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/match-kernel.c:84:2: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/regexp/regexp.c:271:0: error: Memory leak: r [memleak]
l7-protocols-2009-05-28/testing/randchars.c:9:7: style: Unused variable: c [unusedVariable]
l7-protocols-2009-05-28/testing/randprintable.c:9:7: style: The scope of the variable 'c' can be reduced. [variableScope]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:106:18: style: Unused variable: i [unusedVariable]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:110:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:118:3: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:123:2: error: Memory leak: pattern [memleak]
l7-protocols-2009-05-28/testing/test_speed-kernel.c:135:0: error: Memory leak: s [memleak]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/lablgl/lablgl_1.05.orig.tar.gz
lablgl-1.05/Togl/src/Togl/image.c:48:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:48:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:19: style: The scope of the variable 'b1' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:23: style: The scope of the variable 'b2' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:27: style: The scope of the variable 'b3' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:62:31: style: The scope of the variable 'b4' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:85:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:20: style: The scope of the variable 'iPtr' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:27: style: The scope of the variable 'oPtr' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:157:33: style: The scope of the variable 'pixel' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/image.c:158:13: style: The scope of the variable 'count' can be reduced. [variableScope]
lablgl-1.05/Togl/src/Togl/stereo.c:90:17: style: Unused variable: ident [unusedVariable]
lablgl-1.05/Togl/src/Togl/togl.c:61:0: error: #error Unsupported platform, or confused platform defines... [preprocessorErrorDirective]
lablgl-1.05/src/ml_gl.c:62:18: style: The scope of the variable 'hash' can be reduced. [variableScope]
lablgl-1.05/src/ml_gl.c:603:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgl-1.05/src/ml_raw.c:467:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lablgl-1.05/src/ml_shader.c:521:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/lablgtk-extras/lablgtk-extras_1.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lablgtk2/lablgtk2_2.18.5+dfsg.orig.tar.gz
lablgtk-2.18.5/src/ml_gdk.c:516:9: style: The scope of the variable 'nitems' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gdk.c:384:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:385:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:386:17: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:407:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:408:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:409:17: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:732:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gdk.c:913:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:60:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:61:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:64:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glade.c:65:42: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:151:20: style: The scope of the variable 'exn_data' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_glib.c:57:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:221:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:235:31: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:244:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:284:30: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:294:25: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:359:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:490:7: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_glib.c:533:48: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomecanvas.c:430:14: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomedruid.c:56:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gnomedruid.c:76:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:519:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gobject.c:523:17: style: The scope of the variable 'pspec' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gobject.c:268:9: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lablgtk-2.18.5/src/ml_gobject.c:426:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:431:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:437:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gobject.c:442:26: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gpointer.c:82:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lablgtk-2.18.5/src/ml_gpointer.c:51:47: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gpointer.c:52:18: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:87:1: style: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtk.h:34:49: note: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'.
lablgtk-2.18.5/src/ml_gtk.c:87:1: note: Function 'Val_GtkObject_sink' argument 1 names different: declaration 'w' definition 'p'.
lablgtk-2.18.5/src/ml_gtk.c:270:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:293:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:392:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:468:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:473:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:496:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:522:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtk.c:865:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:118:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:119:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkbroken.c:120:8: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkmenu.c:93:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkmenu.c:174:20: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtknew.c:202:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lablgtk-2.18.5/src/ml_gtkpack.c:95:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:96:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:97:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:98:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkpack.c:156:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:300:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:335:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:396:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview.c:397:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:268:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:292:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:415:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:417:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:522:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:565:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:572:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:573:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:717:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:719:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:721:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:723:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:726:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:727:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:749:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:753:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:891:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtksourceview2.c:892:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkspell.c:44:10: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkspell.c:72:11: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:164:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:259:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:306:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:316:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:324:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:454:6: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:703:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:706:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:709:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:808:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:811:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:850:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:851:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:872:39: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktext.c:883:40: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1109:34: style: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtktree.c:1017:46: note: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'.
lablgtk-2.18.5/src/ml_gtktree.c:1109:34: note: Function 'custom_model_init' argument 1 names different: declaration 'pkg_tree' definition 'custom_model'.
lablgtk-2.18.5/src/ml_gtktree.c:1300:38: style: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_gtktree.c:1028:103: note: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'.
lablgtk-2.18.5/src/ml_gtktree.c:1300:38: note: Function 'custom_model_get_value' argument 4 names different: declaration 'value' definition 'value_arg'.
lablgtk-2.18.5/src/ml_gtktree.c:142:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:144:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:198:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:200:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:202:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:204:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:206:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:509:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:510:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1257:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1325:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1348:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1402:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1427:7: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtktree.c:1564:3: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_gtkxmhtml.c:80:33: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_panel.c:144:60: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_panel.c:145:27: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/ml_pango.c:58:1: style: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'. [funcArgNamesDifferent]
lablgtk-2.18.5/src/ml_pango.h:28:69: note: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'.
lablgtk-2.18.5/src/ml_pango.c:58:1: note: Function 'Val_PangoFontDescription_new' argument 1 names different: declaration 'it' definition 'p'.
lablgtk-2.18.5/src/ml_pango.c:167:1: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
lablgtk-2.18.5/src/wrappers.c:154:42: style: The scope of the variable 'current' can be reduced. [variableScope]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/lablgtkmathview/lablgtkmathview_0.7.8.orig.tar.gz
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:8: style: Unused variable: width [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:15: style: Unused variable: height [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:176:23: style: Unused variable: depth [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:216:0: style: Variable 'exc' is assigned a value that is never used. [unreadVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:238:18: style: Unused variable: nr [unusedVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:245:0: style: Variable 'exc' is assigned a value that is never used. [unreadVariable]
lablgtkmathview-0.7.8/ml_gtk_mathview.c:257:18: style: Unused variable: nr [unusedVariable]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/labltk/labltk_8.06.2+dfsg.orig.tar.gz
labltk-8.06.2/support/cltkDMain.c:189:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
labltk-8.06.2/support/cltkImg.c:48:10: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/laborejo/laborejo_0.8~ds0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/labplot/labplot_2.5.0.orig.tar.xz
labplot-2.5.0/liborigin/endianfstream.hh:123:9: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:125:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:132:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:134:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:141:9: portability: Casting from long double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/endianfstream.hh:143:16: portability: Casting from long double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:247:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1018:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1020:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1094:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1108:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1172:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1179:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1296:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1298:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1382:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1383:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1384:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1396:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1397:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1398:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1567:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1568:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1570:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1571:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1574:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1575:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1576:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1577:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1578:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1579:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1580:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1581:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1715:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1716:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1717:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1723:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1724:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1725:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1728:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1729:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1730:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1743:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1745:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1746:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1778:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1781:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1788:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1791:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1797:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1802:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2239:4: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2485:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2486:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2487:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2488:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2497:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2498:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2499:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2500:4: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2628:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2717:6: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2769:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2770:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2864:3: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2904:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2905:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2906:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2976:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2977:2: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2458:4: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2455:4: note: Variable 'h' is reassigned a value before the old one has been used.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2458:4: note: Variable 'h' is reassigned a value before the old one has been used.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2164:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2166:6: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2164:11: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/liborigin/tree.hh:2321:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/liborigin/tree.hh:2333:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/liborigin/tree.hh:2393:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:189:7: style: The scope of the variable 'c' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:999:9: style: The scope of the variable 'current_col' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1000:22: style: The scope of the variable 'col_index' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1001:15: style: The scope of the variable 'current_sheet' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2511:13: style: The scope of the variable 'iaxispar' can be reduced. [variableScope]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2835:15: style: The scope of the variable 'lvl_offset' can be reduced. [variableScope]
labplot-2.5.0/liborigin/tree.hh:1556:0: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:0: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:0: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1556:0: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:0: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:0: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1575:0: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1787:0: style: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:421:0: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1787:0: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:0: style: Function 'child' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:429:0: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:0: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/OriginAnyParser.cpp:284:9: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:303:20: style: Variable 'dse_mask' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:578:16: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:778:21: style: Variable 'obj_data' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:831:19: style: Variable 'ptl_pre' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/liborigin/OriginObj.h:336:3: warning: Member variable 'MatrixSheet::colorMap' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::xAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::yAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::zAxis' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/OriginObj.h:895:3: warning: Member variable 'GraphLayer::colorMap' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:126:0: style: 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::operator=' should return 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > > &'. [operatorEq]
labplot-2.5.0/liborigin/OriginAnyParser.h:61:16: performance: Technically the member function 'OriginAnyParser::getColor' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1428:32: note: Technically the member function 'OriginAnyParser::getColor' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:61:16: note: Technically the member function 'OriginAnyParser::getColor' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:68:7: performance: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:2871:23: note: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:68:7: note: Technically the member function 'OriginAnyParser::getZcolorsMap' can be static.
labplot-2.5.0/liborigin/OriginAnyParser.h:73:16: performance: Technically the member function 'OriginAnyParser::doubleToPosixTime' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:296:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:685:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:296:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:709:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:302:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:662:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:302:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:306:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:737:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static.
labplot-2.5.0/liborigin/tree.hh:306:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::end' can be static.
labplot-2.5.0/liborigin/tree.hh:376:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1376:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:397:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1585:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:397:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1594:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:407:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1613:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static.
labplot-2.5.0/liborigin/tree.hh:407:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::size' can be static.
labplot-2.5.0/liborigin/tree.hh:411:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1634:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:411:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1654:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:421:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1787:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:421:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:429:0: performance: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1827:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static.
labplot-2.5.0/liborigin/tree.hh:429:0: note: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::child' can be static.
labplot-2.5.0/liborigin/tree.hh:452:0: style: Technically the member function 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >::compare_nodes::operator()' can be const. [functionConst]
labplot-2.5.0/liborigin/OriginObj.h:194:3: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:195:3: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:295:3: style: Struct 'SpreadSheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:359:3: style: Struct 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:401:3: style: Struct 'TextBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:745:3: style: Struct 'Figure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:797:3: style: Struct 'Bitmap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:967:3: style: Struct 'Graph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:981:3: style: Struct 'Note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:122:0: style: Class 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:123:0: style: Class 'tree < Origin :: ProjectNode , std :: allocator < tree_node_ < T > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:143:0: style: Class 'iterator_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:165:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:166:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:167:0: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:183:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:184:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:185:0: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:204:0: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:205:0: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:225:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:226:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:227:0: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:249:0: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:251:0: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:273:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:274:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:275:0: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:450:0: style: Class 'compare_nodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/OriginObj.h:788:2: warning: The struct 'Bitmap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/OriginAnyParser.h:36:7: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/liborigin/OriginParser.h:57:15: note: Virtual function in base class
labplot-2.5.0/liborigin/OriginAnyParser.h:36:7: note: Function in derived class
labplot-2.5.0/liborigin/OriginObj.h:824:5: error: Mismatching allocation and deallocation: Bitmap::data [mismatchAllocDealloc]
labplot-2.5.0/liborigin/OriginAnyParser.cpp:1008:16: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
labplot-2.5.0/liborigin/tree.hh:2036:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:2045:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:2248:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
labplot-2.5.0/liborigin/tree.hh:933:69: style: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:335:69: note: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:933:69: note: Function 'append_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:944:70: style: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:336:70: note: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:944:70: note: Function 'prepend_child' argument 2 names different: declaration 'other_position' definition 'other'.
labplot-2.5.0/liborigin/tree.hh:1540:54: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:389:34: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1540:54: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1540:89: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:389:68: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1540:89: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1548:62: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:393:42: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1548:62: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1548:80: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:393:59: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1548:80: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1556:54: style: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:34: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:54: note: Function 'equal' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1556:89: style: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:391:68: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1556:89: note: Function 'equal' argument 3 names different: declaration 'three' definition 'three_'.
labplot-2.5.0/liborigin/tree.hh:1575:62: style: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:42: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:62: note: Function 'equal_subtree' argument 1 names different: declaration 'one' definition 'one_'.
labplot-2.5.0/liborigin/tree.hh:1575:80: style: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:395:59: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1575:80: note: Function 'equal_subtree' argument 2 names different: declaration 'two' definition 'two_'.
labplot-2.5.0/liborigin/tree.hh:1787:71: style: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:421:51: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1787:71: note: Function 'is_in_subtree' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:114: style: Function 'child' argument 1 names different: declaration 'position' definition 'it'. [funcArgNamesDifferent]
labplot-2.5.0/liborigin/tree.hh:429:52: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:1827:114: note: Function 'child' argument 1 names different: declaration 'position' definition 'it'.
labplot-2.5.0/liborigin/tree.hh:2269:53: warning: Member variable 'fixed_depth_iterator::first_parent_' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:2283:53: warning: Member variable 'fixed_depth_iterator::first_parent_' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/liborigin/tree.hh:296:28: performance: Technically the member function 'tree::begin_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:685:91: note: Technically the member function 'tree::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:296:28: note: Technically the member function 'tree::begin_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:28: performance: Technically the member function 'tree::end_fixed' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:709:91: note: Technically the member function 'tree::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:298:28: note: Technically the member function 'tree::end_fixed' can be static.
labplot-2.5.0/liborigin/tree.hh:302:37: performance: Technically the member function 'tree::end_breadth_first' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:662:100: note: Technically the member function 'tree::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:302:37: note: Technically the member function 'tree::end_breadth_first' can be static.
labplot-2.5.0/liborigin/tree.hh:306:28: performance: Technically the member function 'tree::end' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:737:87: note: Technically the member function 'tree::end' can be static.
labplot-2.5.0/liborigin/tree.hh:306:28: note: Technically the member function 'tree::end' can be static.
labplot-2.5.0/liborigin/tree.hh:315:36: performance: Technically the member function 'tree::previous_sibling' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:771:36: note: Technically the member function 'tree::previous_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:315:36: note: Technically the member function 'tree::previous_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:317:36: performance: Technically the member function 'tree::next_sibling' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:781:36: note: Technically the member function 'tree::next_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:317:36: note: Technically the member function 'tree::next_sibling' can be static.
labplot-2.5.0/liborigin/tree.hh:319:36: performance: Technically the member function 'tree::next_at_same_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:791:36: note: Technically the member function 'tree::next_at_same_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:319:36: note: Technically the member function 'tree::next_at_same_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:363:36: performance: Technically the member function 'tree::flatten' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1223:36: note: Technically the member function 'tree::flatten' can be static.
labplot-2.5.0/liborigin/tree.hh:363:36: note: Technically the member function 'tree::flatten' can be static.
labplot-2.5.0/liborigin/tree.hh:365:36: performance: Technically the member function 'tree::reparent' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1251:36: note: Technically the member function 'tree::reparent' can be static.
labplot-2.5.0/liborigin/tree.hh:365:36: note: Technically the member function 'tree::reparent' can be static.
labplot-2.5.0/liborigin/tree.hh:373:36: performance: Technically the member function 'tree::move_after' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1317:61: note: Technically the member function 'tree::move_after' can be static.
labplot-2.5.0/liborigin/tree.hh:373:36: note: Technically the member function 'tree::move_after' can be static.
labplot-2.5.0/liborigin/tree.hh:375:36: performance: Technically the member function 'tree::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1346:61: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:375:36: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:24: performance: Technically the member function 'tree::move_before' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1376:87: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:376:24: note: Technically the member function 'tree::move_before' can be static.
labplot-2.5.0/liborigin/tree.hh:397:16: performance: Technically the member function 'tree::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1585:60: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:397:16: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:16: performance: Technically the member function 'tree::subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1594:36: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:398:16: note: Technically the member function 'tree::subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:407:16: performance: Technically the member function 'tree::size' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1613:35: note: Technically the member function 'tree::size' can be static.
labplot-2.5.0/liborigin/tree.hh:407:16: note: Technically the member function 'tree::size' can be static.
labplot-2.5.0/liborigin/tree.hh:411:16: performance: Technically the member function 'tree::depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1634:35: note: Technically the member function 'tree::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:411:16: note: Technically the member function 'tree::depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:16: performance: Technically the member function 'tree::max_depth' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1654:35: note: Technically the member function 'tree::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:415:16: note: Technically the member function 'tree::max_depth' can be static.
labplot-2.5.0/liborigin/tree.hh:421:16: performance: Technically the member function 'tree::is_in_subtree' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1787:36: note: Technically the member function 'tree::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:421:16: note: Technically the member function 'tree::is_in_subtree' can be static.
labplot-2.5.0/liborigin/tree.hh:429:25: performance: Technically the member function 'tree::child' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:1827:87: note: Technically the member function 'tree::child' can be static.
labplot-2.5.0/liborigin/tree.hh:429:25: note: Technically the member function 'tree::child' can be static.
labplot-2.5.0/liborigin/tree.hh:173:34: style: Technically the member function 'tree::pre_order_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2034:109: note: Technically the member function 'tree::pre_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:173:34: note: Technically the member function 'tree::pre_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:174:34: style: Technically the member function 'tree::pre_order_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2043:109: note: Technically the member function 'tree::pre_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:174:34: note: Technically the member function 'tree::pre_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:191:35: style: Technically the member function 'tree::post_order_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2145:111: note: Technically the member function 'tree::post_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:191:35: note: Technically the member function 'tree::post_order_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:192:35: style: Technically the member function 'tree::post_order_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2153:111: note: Technically the member function 'tree::post_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:192:35: note: Technically the member function 'tree::post_order_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:210:45: style: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2246:131: note: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:210:45: note: Technically the member function 'tree::breadth_first_queued_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:234:36: style: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2421:113: note: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:234:36: note: Technically the member function 'tree::fixed_depth_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:235:36: style: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2429:113: note: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:235:36: note: Technically the member function 'tree::fixed_depth_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:241:18: performance: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:2317:58: note: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:241:18: note: Technically the member function 'tree::fixed_depth_iterator::set_first_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:242:18: performance: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static. [functionStatic]
labplot-2.5.0/liborigin/tree.hh:2330:58: note: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:242:18: note: Technically the member function 'tree::fixed_depth_iterator::find_leftmost_parent_' can be static.
labplot-2.5.0/liborigin/tree.hh:257:32: style: Technically the member function 'tree::sibling_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2517:105: note: Technically the member function 'tree::sibling_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:257:32: note: Technically the member function 'tree::sibling_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:258:32: style: Technically the member function 'tree::sibling_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2525:105: note: Technically the member function 'tree::sibling_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:258:32: note: Technically the member function 'tree::sibling_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:281:29: style: Technically the member function 'tree::leaf_iterator::operator++' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2627:99: note: Technically the member function 'tree::leaf_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:281:29: note: Technically the member function 'tree::leaf_iterator::operator++' can be const.
labplot-2.5.0/liborigin/tree.hh:282:29: style: Technically the member function 'tree::leaf_iterator::operator--' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:2635:99: note: Technically the member function 'tree::leaf_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:282:29: note: Technically the member function 'tree::leaf_iterator::operator--' can be const.
labplot-2.5.0/liborigin/tree.hh:452:18: style: Technically the member function 'tree::compare_nodes::operator()' can be const. [functionConst]
labplot-2.5.0/liborigin/tree.hh:122:7: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:123:7: style: Class 'tree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:143:13: style: Class 'iterator_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:165:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:166:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:167:13: style: Class 'pre_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:183:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:184:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:185:13: style: Class 'post_order_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:204:13: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:205:13: style: Class 'breadth_first_queued_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:225:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:226:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:227:13: style: Class 'fixed_depth_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:249:13: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:251:13: style: Class 'sibling_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:273:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:274:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:275:13: style: Class 'leaf_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:450:13: style: Class 'compare_nodes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/liborigin/tree.hh:222:7: warning: The class 'fixed_depth_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/tree.hh:246:7: warning: The class 'sibling_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
labplot-2.5.0/liborigin/tree.hh:955:107: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/tree.hh:971:108: performance: Function parameter 'to' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/tree.hh:1251:101: performance: Function parameter 'end' should be passed by const reference. [passedByValue]
labplot-2.5.0/liborigin/OriginParser.h:74:7: performance: Technically the member function 'OriginParser::iequals' can be static. [functionStatic]
labplot-2.5.0/liborigin/OriginParser.cpp:35:20: note: Technically the member function 'OriginParser::iequals' can be static.
labplot-2.5.0/liborigin/OriginParser.h:74:7: note: Technically the member function 'OriginParser::iequals' can be static.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:39:19: style: Technically the member function 'VariableParser::values' can be const. [functionConst]
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.cpp:103:35: note: Technically the member function 'VariableParser::values' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:39:19: note: Technically the member function 'VariableParser::values' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:40:8: style: Technically the member function 'VariableParser::isParsed' can be const. [functionConst]
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.cpp:99:22: note: Technically the member function 'VariableParser::isParsed' can be const.
labplot-2.5.0/src/backend/cantorWorksheet/VariableParser.h:40:8: note: Technically the member function 'VariableParser::isParsed' can be const.
labplot-2.5.0/src/backend/core/AbstractScript.cpp:40:57: style: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/AbstractScript.h:45:45: note: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'.
labplot-2.5.0/src/backend/core/AbstractScript.cpp:40:57: note: Function 'AbstractScript' argument 1 names different: declaration 'env' definition 'engine'.
labplot-2.5.0/src/backend/core/AbstractScriptingEngine.h:96:5: style: Class 'ScriptingChangeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/core/AbstractSimpleFilter.h:88:2: style: Class 'SimpleFilterColumn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:38:15: style: The function 'inputCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:44:14: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:38:15: note: Function in derived class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:39:15: style: The function 'outputCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:45:14: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:39:15: note: Function in derived class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:40:27: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/backend/core/AbstractFilter.h:52:32: note: Virtual function in base class
labplot-2.5.0/src/backend/core/CopyThroughFilter.h:40:27: note: Function in derived class
labplot-2.5.0/src/backend/core/column/Column.cpp:783:3: performance: Variable 'm_content' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/core/column/Column.cpp:506:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:27: style: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.h:72:85: note: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:27: note: Function 'replaceModeData' argument 3 names different: declaration 'in' definition 'in_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:60: style: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.h:72:111: note: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:424:60: note: Function 'replaceModeData' argument 4 names different: declaration 'out' definition 'out_filter'.
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:89:16: warning: Member variable 'ColumnPrivate::hasValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/ColumnPrivate.cpp:89:16: warning: Member variable 'ColumnPrivate::hasValuesAvailable' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:658:151: style: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/core/column/columncommands.h:162:134: note: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'.
labplot-2.5.0/src/backend/core/column/columncommands.cpp:658:151: note: Function 'ColumnSetGlobalFormulaCmd' argument 4 names different: declaration 'variableColumnPathes' definition 'variableColumns'.
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_data' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_data' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_in_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_new_out_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_in_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:99:19: warning: Member variable 'ColumnSetModeCmd::m_old_out_filter' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/core/column/columncommands.cpp:868:20: warning: Member variable 'ColumnSetValueCmd::m_row_count' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::axisPoints' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::settings' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::plotPointsType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::plotImageType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::rotationAngle' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::pointSeparation' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::minSegmentLength' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:379:25: warning: Member variable 'DatapickerImagePrivate::pointVisibility' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:381:2: style: Class 'DatapickerImagePrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/datapicker/DatapickerImage.cpp:381:2: style: Class 'DatapickerImagePrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:62:9: style: The scope of the variable 'value' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:53:4: performance: Variable 'm_settings' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/datapicker/ImageEditor.cpp:54:4: performance: Variable 'm_background' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/backend/datapicker/Segment.h:47:7: performance: Technically the member function 'Segment::setParentGraphicsItem' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:54:15: note: Technically the member function 'Segment::setParentGraphicsItem' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:47:7: note: Technically the member function 'Segment::setParentGraphicsItem' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:49:7: performance: Technically the member function 'Segment::isVisible' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:64:15: note: Technically the member function 'Segment::isVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:49:7: note: Technically the member function 'Segment::isVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:50:7: performance: Technically the member function 'Segment::setVisible' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:69:15: note: Technically the member function 'Segment::setVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:50:7: note: Technically the member function 'Segment::setVisible' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:51:7: performance: Technically the member function 'Segment::retransform' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:59:15: note: Technically the member function 'Segment::retransform' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.h:51:7: note: Technically the member function 'Segment::retransform' can be static.
labplot-2.5.0/src/backend/datapicker/Segment.cpp:46:39: style: Class 'Segment' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/datapicker/Segment.cpp:46:39: style: Class 'Segment' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/datapicker/Segments.h:50:7: performance: Technically the member function 'Segments::loadSegment' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:177:16: note: Technically the member function 'Segments::loadSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:50:7: note: Technically the member function 'Segments::loadSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:51:6: performance: Technically the member function 'Segments::adjacentRuns' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:247:15: note: Technically the member function 'Segments::adjacentRuns' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:51:6: note: Technically the member function 'Segments::adjacentRuns' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:53:6: performance: Technically the member function 'Segments::adjacentSegments' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:279:15: note: Technically the member function 'Segments::adjacentSegments' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:53:6: note: Technically the member function 'Segments::adjacentSegments' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:56:7: performance: Technically the member function 'Segments::scrollSegment' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Segments.cpp:116:16: note: Technically the member function 'Segments::scrollSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Segments.h:56:7: note: Technically the member function 'Segments::scrollSegment' can be static.
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::x' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::y' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::X' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:31:12: warning: Member variable 'Transform::Y' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/datapicker/Transform.h:41:12: performance: Technically the member function 'Transform::mapCartesianToType' can be static. [functionStatic]
labplot-2.5.0/src/backend/datapicker/Transform.cpp:131:22: note: Technically the member function 'Transform::mapCartesianToType' can be static.
labplot-2.5.0/src/backend/datapicker/Transform.h:41:12: note: Technically the member function 'Transform::mapCartesianToType' can be static.
labplot-2.5.0/src/backend/datasources/filters/AsciiFilter.cpp:710:6: style: The scope of the variable 'newLinesForSampleRateNotTillEnd' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datasources/filters/AsciiFilter.cpp:954:13: style: The scope of the variable 'indexColumnIdx' can be reduced. [variableScope]
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:45:7: performance: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:643:25: note: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:45:7: note: Technically the member function 'FITSFilterPrivate::writeCHDU' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:48:7: performance: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1177:25: note: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:48:7: note: Technically the member function 'FITSFilterPrivate::updateKeywords' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:49:7: performance: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1106:25: note: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:49:7: note: Technically the member function 'FITSFilterPrivate::addNewKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:50:7: performance: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1318:25: note: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:50:7: note: Technically the member function 'FITSFilterPrivate::addKeywordUnit' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:51:7: performance: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1290:25: note: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:51:7: note: Technically the member function 'FITSFilterPrivate::deleteKeyword' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:52:7: performance: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1346:25: note: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:52:7: note: Technically the member function 'FITSFilterPrivate::removeExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:53:16: performance: Technically the member function 'FITSFilterPrivate::valueOf' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1510:34: note: Technically the member function 'FITSFilterPrivate::valueOf' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:53:16: note: Technically the member function 'FITSFilterPrivate::valueOf' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:55:7: performance: Technically the member function 'FITSFilterPrivate::parseHeader' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1435:25: note: Technically the member function 'FITSFilterPrivate::parseHeader' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:55:7: note: Technically the member function 'FITSFilterPrivate::parseHeader' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:58:7: performance: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1548:25: note: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:58:7: note: Technically the member function 'FITSFilterPrivate::parseExtensions' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:70:7: performance: Technically the member function 'FITSFilterPrivate::printError' can be static. [functionStatic]
labplot-2.5.0/src/backend/datasources/filters/FITSFilter.cpp:1088:25: note: Technically the member function 'FITSFilterPrivate::printError' can be static.
labplot-2.5.0/src/backend/datasources/filters/FITSFilterPrivate.h:70:7: note: Technically the member function 'FITSFilterPrivate::printError' can be static.
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:434:52: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:462:51: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:490:52: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:522:51: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/datasources/projects/OriginProjectParser.cpp:547:50: style: Redundant condition: !preview. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1342:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1342:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1382:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1382:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1407:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1407:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1433:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1433:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1469:9: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1521:9: style: The scope of the variable 'r' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1521:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:9: style: The scope of the variable 'x' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:12: style: The scope of the variable 'y' can be reduced. [variableScope]
labplot-2.5.0/src/backend/gsl/ExpressionParser.cpp:1560:15: style: The scope of the variable 't' can be reduced. [variableScope]
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:6: style: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/matrix/Matrix.h:114:7: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:6: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:22: style: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/matrix/Matrix.h:114:17: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/matrix/Matrix.cpp:1216:22: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/matrix/matrixcommands.h:190:0: warning: Member variable 'MatrixSetCellValueCmd < double >::m_old_value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/matrix/matrixcommands.h:190:0: warning: Member variable 'MatrixSetCellValueCmd < int >::m_old_value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/nsl/Faddeeva.cc:839:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
labplot-2.5.0/src/backend/nsl/Faddeeva.cc:857:38: error: Array 'expa2n2[52]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
labplot-2.5.0/src/backend/nsl/nsl_dft.c:41:130: style: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_dft.h:64:130: note: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'.
labplot-2.5.0/src/backend/nsl/nsl_dft.c:41:130: note: Function 'nsl_dft_transform_window' argument 6 names different: declaration 'window' definition 'window_type'.
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:39:5: style: Condition 'two_sided' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:36:22: note: Assignment 'two_sided=1', assigned value is 1
labplot-2.5.0/src/backend/nsl/nsl_dft_test.c:39:5: note: Condition 'two_sided' is always true
labplot-2.5.0/src/backend/nsl/nsl_fit.c:166:80: style: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:81:80: note: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:166:80: note: Function 'nsl_fit_model_gaussian_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:178:79: style: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:82:79: note: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:178:79: note: Function 'nsl_fit_model_lorentz_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:190:76: style: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:83:76: note: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:190:76: note: Function 'nsl_fit_model_sech_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:202:80: style: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:84:80: note: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:202:80: note: Function 'nsl_fit_model_logistic_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:254:76: style: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:88:76: note: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:254:76: note: Function 'nsl_fit_model_atan_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:265:76: style: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:89:76: note: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:265:76: note: Function 'nsl_fit_model_tanh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:276:89: style: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:90:89: note: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:276:89: note: Function 'nsl_fit_model_algebraic_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:287:79: style: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:91:79: note: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:287:79: note: Function 'nsl_fit_model_sigmoid_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:298:75: style: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:92:75: note: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:298:75: note: Function 'nsl_fit_model_erf_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:309:76: style: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:93:76: note: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:309:76: note: Function 'nsl_fit_model_hill_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:330:81: style: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:95:81: note: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:330:81: note: Function 'nsl_fit_model_gudermann_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:359:83: style: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:98:83: note: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:359:83: note: Function 'nsl_fit_model_exponential_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:373:79: style: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:99:79: note: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:373:79: note: Function 'nsl_fit_model_laplace_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:409:79: style: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:101:79: note: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:409:79: note: Function 'nsl_fit_model_poisson_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:81: style: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:102:81: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:81: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:91: style: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:102:91: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:419:91: note: Function 'nsl_fit_model_lognormal_param_deriv' argument 4 names different: declaration 'b' definition 's'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:431:77: style: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:103:77: note: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:431:77: note: Function 'nsl_fit_model_gamma_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:456:80: style: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:105:80: note: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:456:80: note: Function 'nsl_fit_model_rayleigh_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:466:85: style: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:106:85: note: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:466:85: note: Function 'nsl_fit_model_rayleigh_tail_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:478:76: style: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:125:76: note: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:478:76: note: Function 'nsl_fit_model_levy_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:496:82: style: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:108:82: note: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:496:82: note: Function 'nsl_fit_model_chi_square_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:506:82: style: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:109:82: note: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:506:82: note: Function 'nsl_fit_model_students_t_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:515:77: style: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:110:77: note: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:515:77: note: Function 'nsl_fit_model_fdist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:554:79: style: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:113:79: note: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:554:79: note: Function 'nsl_fit_model_weibull_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:582:79: style: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:114:79: note: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:582:79: note: Function 'nsl_fit_model_gumbel1_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:610:70: style: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:116:70: note: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:610:70: note: Function 'nsl_fit_model_binomial_param_deriv' argument 2 names different: declaration 'x' definition 'k'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:675:81: style: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_fit.h:124:81: note: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:675:81: note: Function 'nsl_fit_model_sech_dist_param_deriv' argument 3 names different: declaration 'a' definition 'A'.
labplot-2.5.0/src/backend/nsl/nsl_fit.c:511:26: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:110:19: style: The scope of the variable 'dx' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:110:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:128:9: style: The scope of the variable 'dist' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:155:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:183:16: error: Expression 'index[ntmp++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:287:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:303:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:332:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:417:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:528:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:557:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:608:16: error: Expression 'index[nout++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:471:15: style: Array index 'after' is used before limits check. [arrayIndexThenCheck]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim.c:487:17: style: Array index 'afterafter' is used before limits check. [arrayIndexThenCheck]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:56:2: warning: %zu in format string (no. 1) requires 'size_t' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:47:3: error: Memory leak: xdata [memleak]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_morse_test.c:47:3: error: Memory leak: ydata [memleak]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:45:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:48:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:48:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:56:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:56:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:61:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:64:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:64:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:69:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:72:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:72:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:76:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:78:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:81:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:81:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:84:2: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:86:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:89:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:89:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:92:2: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:94:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:97:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:97:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:103:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:106:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:106:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:112:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:115:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:115:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:121:2: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:124:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:124:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
labplot-2.5.0/src/backend/nsl/nsl_geom_linesim_test.c:100:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
labplot-2.5.0/src/backend/nsl/nsl_int.c:44:9: style: The scope of the variable 's' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_int_test.c:71:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_interp.c:38:8: style: The scope of the variable 'j' can be reduced. [variableScope]
labplot-2.5.0/src/backend/nsl/nsl_smooth_ma_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_smooth_mal_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_smooth_percentile_test.c:62:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
labplot-2.5.0/src/backend/nsl/nsl_stats.c:89:47: style: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/nsl/nsl_stats.h:62:47: note: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'.
labplot-2.5.0/src/backend/nsl/nsl_stats.c:89:47: note: Function 'nsl_stats_quantile_sorted' argument 1 names different: declaration 'sorted_data' definition 'd'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:114:6: style: The scope of the variable 'col_rows' can be reduced. [variableScope]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:36: style: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.h:81:7: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:36: note: Function 'prepareImport' argument 3 names different: declaration 'rows' definition 'actualRows'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:52: style: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.h:81:17: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/spreadsheet/Spreadsheet.cpp:757:52: note: Function 'prepareImport' argument 4 names different: declaration 'cols' definition 'actualCols'.
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::scaleFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::teXImageResolution' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::teXImageScaleFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::position' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::horizontalAlignment' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.cpp:324:19: warning: Member variable 'TextLabelPrivate::verticalAlignment' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/TextLabel.h:58:4: style: Struct 'TextWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::useViewSize' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::backgroundOpacity' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layout' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutTopMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutBottomMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutLeftMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutRightMargin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutVerticalSpacing' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutHorizontalSpacing' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutColumnCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:629:19: warning: Member variable 'WorksheetPrivate::layoutRowCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/WorksheetPrivate.h:52:8: style: Technically the member function 'WorksheetPrivate::setContainerRect' can be const. [functionConst]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:726:24: note: Technically the member function 'WorksheetPrivate::setContainerRect' can be const.
labplot-2.5.0/src/backend/worksheet/WorksheetPrivate.h:52:8: note: Technically the member function 'WorksheetPrivate::setContainerRect' can be const.
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:630:2: style: Class 'WorksheetPrivate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:630:2: style: Class 'WorksheetPrivate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
labplot-2.5.0/src/backend/worksheet/Worksheet.cpp:574:61: performance: Function parameter 'newValue' should be passed by const reference. [passedByValue]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Axis.cpp:67:3: style: Class 'AxisGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp:145:2: style: Class 'CartesianCoordinateSystemPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeFirstValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::rangeLastValues' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleY' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::autoScaleOffsetFactor' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xScale' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yScale' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::xRangeBreakingEnabled' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlot.cpp:1953:23: warning: Member variable 'CartesianPlotPrivate::yRangeBreakingEnabled' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:53:57: style: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'. [funcArgNamesDifferent]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.h:54:37: note: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'.
labplot-2.5.0/src/backend/worksheet/plots/cartesian/CartesianPlotLegend.cpp:53:57: note: Function 'CartesianPlotLegend' argument 1 names different: declaration 'parentPlot' definition 'plot'.
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1060:8: style: Condition '!gap' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1059:21: note: Assignment 'gap=false', assigned value is 0
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:1060:8: note: Condition '!gap' is always true
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleY' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::histogramType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::binsOption' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xColumn' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::lineSkipGaps' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::lineInterpolationPointsCount' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::value' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesColumn' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::valuesPosition' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::fillingPosition' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMinMaxIsDirty' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMinMaxIsDirty' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesXMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::curvesYMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMin' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMax' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMinPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::xMaxPrev' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::autoScaleHistogramX' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::sourceDataChangedSinceLastPlot' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::histogram' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/Histogram.cpp:449:19: warning: Member variable 'HistogramPrivate::bins' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:159:25: warning: Member variable 'XYAnalysisCurvePrivate::dataSourceType' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYAnalysisCurve.cpp:159:25: warning: Member variable 'XYAnalysisCurvePrivate::dataSourceCurve' is not initialized in the constructor. [uninitMemberVar]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1614:8: style: Condition '!gap' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1613:21: note: Assignment 'gap=false', assigned value is 0
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1614:8: note: Condition '!gap' is always true
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1133:11: style: The scope of the variable 'step' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1134:19: style: The scope of the variable 'x1' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYCurve.cpp:1134:23: style: The scope of the variable 'x2' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYEquationCurvePrivate.h:46:11: style: Class 'XYEquationCurvePrivate' is unsafe, 'XYEquationCurvePrivate::xColumn' can leak by wrong usage. [unsafeClassCanLeak]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYEquationCurvePrivate.h:47:11: style: Class 'XYEquationCurvePrivate' is unsafe, 'XYEquationCurvePrivate::yColumn' can leak by wrong usage. [unsafeClassCanLeak]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:288:19: style: The scope of the variable 'paramStartValues' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:289:19: style: The scope of the variable 'paramLowerLimits' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:290:19: style: The scope of the variable 'paramUpperLimits' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYFitCurve.cpp:291:17: style: The scope of the variable 'paramFixed' can be reduced. [variableScope]
labplot-2.5.0/src/backend/worksheet/plots/cartesian/XYInterpolationCurve.cpp:277:16: style: The scope of the variable 'j' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:832:6: style: The scope of the variable 'count' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:885:6: style: The scope of the variable 'count' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:1001:7: style: The scope of the variable 'w' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/matrix/MatrixView.cpp:1137:7: style: The scope of the variable 'c' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2164:6: style: The scope of the variable 'i' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/spreadsheet/SpreadsheetView.cpp:2206:7: style: The scope of the variable 'w' can be reduced. [variableScope]
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:232:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:234:5: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/src/commonfrontend/widgets/TreeViewComboBox.cpp:232:5: note: Found duplicate branches for 'if' and 'else'.
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:228:0: warning: Member variable 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::pvt' is not initialized in the constructor. [uninitMemberVarPrivate]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:229:0: warning: Member variable 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::pvt' is not assigned a value in 'QxtPrivateInterface < QxtSpanSlider , QxtSpanSliderPrivate >::operator='. [operatorEqVarError]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:161:0: style: The class 'QxtPrivate < QxtSpanSlider >' does not have a constructor although it has private member variables. [noConstructor]
labplot-2.5.0/src/commonfrontend/widgets/qxtglobal.h:229:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:42:15: style: The function 'applySettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:40:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:42:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:43:15: style: The function 'restoreDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:41:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsGeneralPage.h:43:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:44:15: style: The function 'applySettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:40:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:44:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:45:15: style: The function 'restoreDefaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/SettingsPage.h:41:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/SettingsWorksheetPage.h:45:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/DatabaseManagerWidget.cpp:51:2: performance: Variable 'm_configPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: warning: Call of pure virtual function 'selectedObject' in constructor. [pureVirtualCall]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.cpp:80:74: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.cpp:155:17: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: note: Call of pure virtual function 'selectedObject' in constructor.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:71:9: warning: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'. [duplInheritedMember]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:57:9: note: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'.
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:71:9: note: The class 'ImportFileDialog' defines member variable with name 'm_newDataContainerMenu' also defined in its parent class 'ImportDialog'.
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:49:18: style: The function 'selectedObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:58:18: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:49:18: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:52:15: style: The function 'importTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:56:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:52:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:61:15: style: The function 'checkOkButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
labplot-2.5.0/src/kdefrontend/datasources/ImportDialog.h:75:15: note: Virtual function in base class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileDialog.h:61:15: note: Function in derived class
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:598:39: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:604:41: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:612:39: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:880:27: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:897:25: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:905:27: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportFileWidget.cpp:913:25: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.h:52:15: warning: Virtual function 'checkOkButton' is called from constructor 'ImportSQLDatabaseDialog(MainWin*)' at line 69. Dynamic binding is not used. [virtualCallInConstructor]
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.cpp:69:70: note: Calling checkOkButton
labplot-2.5.0/src/kdefrontend/datasources/ImportSQLDatabaseDialog.h:52:15: note: checkOkButton is a virtual method
labplot-2.5.0/src/kdefrontend/datasources/NetCDFOptionsWidget.cpp:89:26: style: C-style pointer casting [cstyleCast]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYFitCurveDock.cpp:531:37: error: Shifting by a negative value is undefined behaviour [shiftNegative]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:305:23: warning: Possible null pointer dereference: dataSourceCurve [nullPointer]
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:298:29: note: Assignment 'dataSourceCurve=0', assigned value is 0
labplot-2.5.0/src/kdefrontend/dockwidgets/XYInterpolationCurveDock.cpp:305:23: note: Null pointer dereference
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.cpp:123:33: style: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'. [funcArgNamesDifferent]
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.h:50:22: note: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'.
labplot-2.5.0/src/kdefrontend/spreadsheet/SortDialog.cpp:123:33: note: Function 'changeType' argument 1 names different: declaration 'index' definition 'Type'.
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:127:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:129:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/kdefrontend/widgets/FITSHeaderEditWidget.cpp:131:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
labplot-2.5.0/src/tools/TeXRenderer.cpp:186:6: style: Condition 'removeLog' is always true [knownConditionTrueFalse]
labplot-2.5.0/src/tools/TeXRenderer.cpp:179:19: note: Assignment 'removeLog=true', assigned value is 1
labplot-2.5.0/src/tools/TeXRenderer.cpp:186:6: note: Condition 'removeLog' is always true
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/labrea/labrea_2.5-stable.orig.tar.gz
labrea-2.5-stable-1.orig/src/bget.c:814:9: warning: Either the condition 'buf!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
labrea-2.5-stable-1.orig/src/bget.c:818:16: note: Assuming that condition 'buf!=NULL' is not redundant
labrea-2.5-stable-1.orig/src/bget.c:814:9: note: Null pointer subtraction
labrea-2.5-stable-1.orig/src/ctl.c:322:7: style: The scope of the variable 'arp_cnt' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/ctl.c:323:7: style: The scope of the variable 'arp_delay' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:248:15: style: The scope of the variable 'bpf' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:250:8: style: The scope of the variable 'bigstring2' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/labrea_init.c:570:0: error: Used file that is not opened. [useClosedFile]
labrea-2.5-stable-1.orig/src/lbio.c:285:32: style: Condition 'open_winpcap_adapter()<0' is always false [knownConditionTrueFalse]
labrea-2.5-stable-1.orig/src/pkt_handler.c:86:12: style: The scope of the variable 'ack_out' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:88:7: style: The scope of the variable 'i' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:89:7: style: The scope of the variable 'boolLinuxWinProbe' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:90:7: style: The scope of the variable 'headersize' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:91:12: style: The scope of the variable 'tlength' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:223:10: style: The scope of the variable 'current' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/pkt_handler.c:587:10: style: The scope of the variable 'addrtime' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/utils.c:365:9: style: The scope of the variable 'nk' can be reduced. [variableScope]
labrea-2.5-stable-1.orig/src/utils.c:369:10: style: The scope of the variable 'current' can be reduced. [variableScope]
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/laby/laby_0.6.4.orig.tar.gz
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/lace/lace_1.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lacheck/lacheck_1.26.orig.tar.gz
[02:03]

ftp://ftp.se.debian.org/debian/pool/main/l/lacme/lacme_0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ladish/ladish_1+dfsg0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/laditools/laditools_1.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ladr/ladr_0.0.200911a.orig.tar.gz
LADR-2009-11A/apps.src/clausefilter.c:132:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/clausefilter.c:131:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausefilter.c:132:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausefilter.c:132:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/clausetester.c:59:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/clausetester.c:58:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausetester.c:59:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/clausetester.c:37:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/clausetester.c:72:3: warning: Size of pointer 'counters' used instead of size of its data. [pointerSize]
LADR-2009-11A/apps.src/complex.c:83:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/complex.c:128:9: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:566:15: style: The scope of the variable 'positive' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:566:25: style: The scope of the variable 'empty' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:642:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/apps.src/directproof.c:737:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:675:17: style: Variable 'label_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:677:17: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/directproof.c:704:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/directproof.c:720:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/directproof.c:737:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/gen_trc_defs.c:337:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/gen_trc_defs.c:320:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/gen_trc_defs.c:337:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/gen_trc_defs.c:364:5: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/interpfilter.c:99:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/interpfilter.c:98:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/interpfilter.c:99:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/interpfilter.c:67:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/interpfilter.c:99:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/mirror-flip.c:144:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/mirror-flip.c:143:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/mirror-flip.c:144:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/mirror-flip.c:144:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/cdprover.c:251:7: style: Variable 'generated_count' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/cdprover.c:257:2: style: Variable 'kept_count' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/old/modelformat.c:118:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/old/modelformat.c:117:5: note: Variable 'rc' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/modelformat.c:118:5: note: Variable 'rc' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/old/undeny.c:80:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/old/undeny.c:81:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/perm3.c:135:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/perm3.c:134:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/perm3.c:135:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/perm3.c:135:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:222:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/apps.src/prooftrans.c:394:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:312:16: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/prooftrans.c:359:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/prooftrans.c:375:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/prooftrans.c:394:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/apps.src/renamer.c:56:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/renamer.c:55:5: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/renamer.c:56:5: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/renamer.c:56:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/sigtest.c:53:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/sigtest.c:52:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/sigtest.c:53:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/sigtest.c:34:10: style: The scope of the variable 'interp' can be reduced. [variableScope]
LADR-2009-11A/apps.src/sigtest.c:68:13: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/apps.src/sigtest.c:53:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/sigtest.c:71:5: style: Variable 'checked' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/apps.src/test_clause_eval.c:38:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/apps.src/test_clause_eval.c:37:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/test_clause_eval.c:38:3: note: Variable 'i' is reassigned a value before the old one has been used.
LADR-2009-11A/apps.src/test_clause_eval.c:32:15: style: The scope of the variable 'compiled_rule' can be reduced. [variableScope]
LADR-2009-11A/apps.src/test_clause_eval.c:38:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/apps.src/upper-covers.c:55:0: warning: Size of pointer 'lt' used instead of size of its data. [pointerSize]
LADR-2009-11A/apps.src/upper-covers.c:56:0: warning: Size of pointer 'uc' used instead of size of its data. [pointerSize]
LADR-2009-11A/bob/just.c:1930:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/bob/just.c:2181:16: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:219:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/bob/prooftrans.c:373:12: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:299:16: style: Variable 'props_attr' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/bob/prooftrans.c:346:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/bob/prooftrans.c:354:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/bob/prooftrans.c:373:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
LADR-2009-11A/ladr/accanon.c:71:22: style: The scope of the variable 'd' can be reduced. [variableScope]
LADR-2009-11A/ladr/accanon.c:125:8: style: The scope of the variable 't1' can be reduced. [variableScope]
LADR-2009-11A/ladr/attrib.c:173:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/attrib.c:172:5: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/attrib.c:173:5: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/btm.c:540:22: error: Array 'pos->targets[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:41: error: Array 'pos->targets[2500]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:549:17: error: Array 'pos->combo[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:19: error: Array 'ac->mults2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:36: error: Array 'ac->match2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:305:10: style: The scope of the variable 'available' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:345:14: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:346:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:385:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:386:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:23: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:482:27: style: The scope of the variable 'avail' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:593:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:667:40: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:862:30: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:934:8: style: The scope of the variable 't1' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:1296:18: style: The scope of the variable 'bt2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btm.c:803:30: error: Array 'ac.match2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:803:13: error: Array 'ac.mults2[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:15: error: Array 'pos.targets[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:540:34: error: Array 'pos.targets[2500]' accessed at index 9999, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btm.c:549:12: error: Array 'pos.combo[2500]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/btu.c:347:13: style: The scope of the variable 'min_i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:385:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:568:7: style: The scope of the variable 'mults1' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:568:29: style: The scope of the variable 'mults2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:569:7: style: The scope of the variable 'ab' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:900:11: style: The scope of the variable 'ci' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:901:12: style: The scope of the variable 'ti' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1210:18: style: The scope of the variable 'bt2' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1436:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/btu.c:1437:19: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/clash.c:283:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/clash.c:221:43: error: Uninitialized variable: n [uninitvar]
LADR-2009-11A/ladr/clause_misc.c:172:11: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/clist.c:507:11: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/clock.c:290:10: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
LADR-2009-11A/ladr/cnf.c:970:5: style: Variable 'f2' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/cnf.c:959:0: note: Variable 'f2' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/cnf.c:970:5: note: Variable 'f2' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/cnf.c:941:27: style: Checking if unsigned variable 'mega_fid_call_limit' is less than zero. [unsignedLessThanZero]
LADR-2009-11A/ladr/complex.c:314:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LADR-2009-11A/ladr/complex.c:169:5: style: Variable 'c' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/ladr/complex.c:279:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/demod.c:376:8: style: The scope of the variable 'result' can be reduced. [variableScope]
LADR-2009-11A/ladr/demod.c:382:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/dioph.c:545:14: error: Array 'sum[250]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/dioph.c:573:9: error: Array 'sum[250]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
LADR-2009-11A/ladr/dioph.c:669:10: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/dioph.c:669:14: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrim.c:205:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:549:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/discrimb.c:541:0: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/discrimb.c:549:3: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/discrimb.c:159:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:235:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:342:7: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:342:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:391:20: style: The scope of the variable 'd3' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimb.c:785:13: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:264:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:392:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:393:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:498:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/discrimw.c:570:20: style: The scope of the variable 'i3' can be reduced. [variableScope]
LADR-2009-11A/ladr/dollar.c:227:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
LADR-2009-11A/ladr/fastparse.c:173:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/fastparse.c:203:8: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/flatdemod.c:120:10: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/ladr/flatdemod.c:160:7: style: Variable 'dd' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/formula.c:838:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
LADR-2009-11A/ladr/formula.c:951:7: warning: Possible null pointer dereference: f [nullPointer]
LADR-2009-11A/ladr/formula.c:1004:25: note: Calling function 'nnf2', 1st argument 'f' value is 0
LADR-2009-11A/ladr/formula.c:951:7: note: Null pointer dereference
LADR-2009-11A/ladr/formula.c:95:14: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/fpa.c:1243:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/fpalist.c:157:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/glist.c:334:9: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:410:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:845:9: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:920:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1394:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1629:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/glist.c:1648:10: style: The scope of the variable 'p3' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:222:35: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:225:8: style: The scope of the variable 'table' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:928:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:928:14: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:1202:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:1893:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2575:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2576:8: style: The scope of the variable 'str' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2717:10: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2718:0: style: The scope of the variable 'r' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:2752:0: style: The scope of the variable 'x' can be reduced. [variableScope]
LADR-2009-11A/ladr/interp.c:361:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/ivy.c:642:11: style: Variable 'l1i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/just.c:1967:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/memory.c:217:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/memory.c:58:30: portability: 'Block' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/ladr/memory.c:78:15: portability: 'Block_pos' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/ladr/mindex.c:650:11: style: The scope of the variable 'tr' can be reduced. [variableScope]
LADR-2009-11A/ladr/options.c:238:12: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/ladr/order.c:55:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:12: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:23: style: The scope of the variable 'e1' can be reduced. [variableScope]
LADR-2009-11A/ladr/order.c:55:27: style: The scope of the variable 'e2' can be reduced. [variableScope]
LADR-2009-11A/ladr/paramod.c:347:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/paramod.c:348:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:516:15: style: Expression is always false because 'else if' condition matches previous condition at line 510. [multiCondition]
LADR-2009-11A/ladr/parse.c:507:12: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/ladr/parse.c:305:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:324:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:548:7: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/parse.c:1118:7: style: The scope of the variable 'start_pos' can be reduced. [variableScope]
LADR-2009-11A/ladr/pindex.c:270:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:49:9: style: The scope of the variable 's' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:49:12: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:165:10: style: The scope of the variable 'value' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:196:13: style: The scope of the variable 'x' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:241:8: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:243:10: style: The scope of the variable 'sign' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:290:10: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/ladr/random.c:291:16: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:291:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:291:10: style: The scope of the variable 'available' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:331:14: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:372:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:10: style: The scope of the variable 'j' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:23: style: The scope of the variable 'go' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:468:27: style: The scope of the variable 'avail' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:579:16: style: The scope of the variable 'n' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:653:40: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btm.c:848:30: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/btu.c:288:0: error: syntax error [syntaxError]
LADR-2009-11A/ladr/save/clash.c:255:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LADR-2009-11A/ladr/save/clash.c:205:43: error: Uninitialized variable: n [uninitvar]
LADR-2009-11A/ladr/save/clause.c:796:12: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/commands2.c:188:26: warning: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action' [funcArgOrderDifferent]
LADR-2009-11A/ladr/save/commands.h:38:24: note: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action'
LADR-2009-11A/ladr/save/commands2.c:188:26: note: Function 'read_commands' argument order different: declaration 'argc, argv, fout, echo' definition 'fin, fout, echo, unknown_action'
LADR-2009-11A/ladr/save/discrim.c:674:3: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/save/discrim.c:666:0: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/save/discrim.c:674:3: note: Variable 't' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/save/discrim.c:253:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:329:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:435:7: style: The scope of the variable 'symbol' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:435:15: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:929:12: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:985:7: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1114:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1218:7: style: The scope of the variable 'sym' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/discrim.c:1690:12: style: The scope of the variable 'f2' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/formula.c:1062:15: style: Variable 'new_arity' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/fpa.c:1223:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:161:35: style: The scope of the variable 'arity' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:164:8: style: The scope of the variable 'table' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:694:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:1249:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/interp.c:275:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/parse.c:268:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:287:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:472:7: style: The scope of the variable 'c' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:971:7: style: The scope of the variable 'possible_application' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:972:7: style: The scope of the variable 'comma_constant' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/parse.c:992:7: style: Variable 'comma_constant' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/save/pindex.c:254:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/strbuf.c:346:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/term.c:403:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/term.c:685:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:229:7: style: The scope of the variable 'vn1' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:405:7: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/save/unify.c:587:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/strbuf.c:406:15: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/ladr/subsume.c:366:7: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/ladr/symbols.c:1306:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1305:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1306:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1307:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1306:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1307:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1308:3: style: Variable 'sn' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/ladr/symbols.c:1307:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:1308:3: note: Variable 'sn' is reassigned a value before the old one has been used.
LADR-2009-11A/ladr/symbols.c:2068:7: style: The scope of the variable 'p1' can be reduced. [variableScope]
LADR-2009-11A/ladr/symbols.c:2068:11: style: The scope of the variable 'p2' can be reduced. [variableScope]
LADR-2009-11A/ladr/symbols.c:1308:8: style: Variable 'sn' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/ladr/term.c:204:26: warning: Either the condition 'var_num>=5000' is redundant or the array 'Shared_variables[5000]' is accessed at index 5000, which is out of bounds. [arrayIndexOutOfBoundsCond]
LADR-2009-11A/ladr/term.c:192:15: note: Assuming that condition 'var_num>=5000' is not redundant
LADR-2009-11A/ladr/term.c:204:26: note: Array index out of bounds
LADR-2009-11A/ladr/term.c:403:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:780:17: style: The scope of the variable 'v' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:831:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:853:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/term.c:148:14: warning: Division of result of sizeof() on pointer type. [divideSizeof]
LADR-2009-11A/ladr/top_input.c:554:7: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/ladr/top_input.c:251:8: style: The scope of the variable 'prec_term' can be reduced. [variableScope]
LADR-2009-11A/ladr/top_input.c:835:7: style: The scope of the variable 't2' can be reduced. [variableScope]
LADR-2009-11A/ladr/topform.c:466:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LADR-2009-11A/ladr/unify.c:245:7: style: The scope of the variable 'vn1' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:421:7: style: The scope of the variable 'vn' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:438:23: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:615:9: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:648:9: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:671:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LADR-2009-11A/ladr/unify.c:787:23: style: The scope of the variable 't3' can be reduced. [variableScope]
LADR-2009-11A/ladr/xproofs.c:255:7: style: The scope of the variable 'old_id' can be reduced. [variableScope]
LADR-2009-11A/ladr/xproofs.c:255:15: style: The scope of the variable 'old_id_n' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/estack.c:199:24: style: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/estack.h:72:24: note: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'.
LADR-2009-11A/mace4.src/estack.c:199:24: note: Function 'zap_estack' argument 1 names different: declaration 's' definition 'stack'.
LADR-2009-11A/mace4.src/mace4.c:38:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:37:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:38:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:39:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:38:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:39:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:40:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:39:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:40:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/mace4.src/mace4.c:40:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:3: note: Variable 'id' is reassigned a value before the old one has been used.
LADR-2009-11A/mace4.src/mace4.c:41:8: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/mace4.src/msearch.c:233:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:236:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:242:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:521:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:573:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/msearch.c:659:7: style: The scope of the variable 'id' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/mstate.c:142:50: style: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:60:50: note: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:142:50: note: Function 'job_append' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:171:51: style: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:62:51: note: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:171:51: note: Function 'job_prepend' argument 4 names different: declaration 'atom' definition 'alpha'.
LADR-2009-11A/mace4.src/mstate.c:221:22: style: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/mstate.h:66:22: note: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'.
LADR-2009-11A/mace4.src/mstate.c:221:22: note: Function 'zap_jobs' argument 1 names different: declaration 's' definition 'ms'.
LADR-2009-11A/mace4.src/negpropindex.c:371:38: style: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/msearch.h:229:38: note: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'.
LADR-2009-11A/mace4.src/negpropindex.c:371:38: note: Function 'negprop_find_near' argument 2 names different: declaration 'sn' definition 'sym'.
LADR-2009-11A/mace4.src/print.c:87:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/print.c:189:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/print.c:386:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/mace4.src/propagate.c:51:25: style: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'. [funcArgNamesDifferent]
LADR-2009-11A/mace4.src/propagate.h:31:25: note: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'.
LADR-2009-11A/mace4.src/propagate.c:51:25: note: Function 'eterm' argument 2 names different: declaration 'id' definition 'pid'.
LADR-2009-11A/mace4.src/select.c:65:10: style: The scope of the variable 'to_try' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/util.c:29:10: style: The scope of the variable 't' can be reduced. [variableScope]
LADR-2009-11A/mace4.src/util.c:29:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LADR-2009-11A/provers.src/autosketches4.c:98:12: style: Condition 'TRUE' is always true [knownConditionTrueFalse]
LADR-2009-11A/provers.src/demodulate.c:143:14: style: The scope of the variable 'limit_hits' can be reduced. [variableScope]
LADR-2009-11A/provers.src/ladr_to_tptp.c:65:3: style: Variable 'fp_syms' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/ladr_to_tptp.c:34:0: note: Variable 'fp_syms' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/ladr_to_tptp.c:65:3: note: Variable 'fp_syms' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/newauto.c:123:8: style: The scope of the variable 'list_size' can be reduced. [variableScope]
LADR-2009-11A/provers.src/newsax.c:190:8: style: The scope of the variable 'list_size' can be reduced. [variableScope]
LADR-2009-11A/provers.src/provers.c:90:7: style: Condition 'FALSE' is always false [knownConditionTrueFalse]
LADR-2009-11A/provers.src/save/control_sos.c:104:14: style: The scope of the variable 'low_water' can be reduced. [variableScope]
LADR-2009-11A/provers.src/save/control_sos.c:194:9: style: The scope of the variable 'wt' can be reduced. [variableScope]
LADR-2009-11A/provers.src/save/control_sos.c:197:12: style: Variable 'wt' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/save/loop2.c:195:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
LADR-2009-11A/provers.src/search.c:547:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1030:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1042:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1053:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1059:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1866:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:1869:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LADR-2009-11A/provers.src/search.c:760:14: style: The scope of the variable 'Next_report' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:760:27: style: The scope of the variable 'Next_report_stderr' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1140:9: style: The scope of the variable 'count' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1392:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1437:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:1817:16: style: The scope of the variable 'level' can be reduced. [variableScope]
LADR-2009-11A/provers.src/search.c:2992:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/search.c:2786:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
LADR-2009-11A/provers.src/tptp_to_ladr.c:102:3: style: Variable 'all' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/tptp_to_ladr.c:79:0: note: Variable 'all' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/tptp_to_ladr.c:102:3: note: Variable 'all' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/tptp_to_ladr.c:89:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
LADR-2009-11A/provers.src/utilities.c:658:7: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/utilities.c:657:7: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:658:7: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:666:2: style: Variable 'na' is reassigned a value before the old one has been used. [redundantAssignment]
LADR-2009-11A/provers.src/utilities.c:665:2: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/provers.src/utilities.c:666:2: note: Variable 'na' is reassigned a value before the old one has been used.
LADR-2009-11A/test.src/avltest.c:64:40: portability: '(void*)a[0]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
LADR-2009-11A/test.src/tptp_test.c:76:20: style: Variable 'label_att' is assigned a value that is never used. [unreadVariable]
[02:04]

ftp://ftp.se.debian.org/debian/pool/main/l/ladspa-sdk/ladspa-sdk_1.13.orig.tar.gz
ladspa_sdk/src/analyseplugin.c:35:17: style: The scope of the variable 'lLength' can be reduced. [variableScope]
ladspa_sdk/src/applyplugin.c:32:0: error: #error "Could not determine byte order." [preprocessorErrorDirective]
ladspa_sdk/src/load.c:31:7: style: The scope of the variable 'iNeedSlash' can be reduced. [variableScope]
ladspa_sdk/src/load.c:149:29: style: The scope of the variable 'psDescriptor' can be reduced. [variableScope]
ladspa_sdk/src/plugins/amp.c:320:17: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:234:11: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:235:27: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:236:26: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/delay.c:327:8: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/filter.c:416:17: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:148:11: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:149:27: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:150:26: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/noise.c:224:8: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:137:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:140:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:143:6: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:152:4: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:160:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:180:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:201:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:218:39: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:235:10: style: C-style pointer casting [cstyleCast]
ladspa_sdk/src/plugins/sine.cpp:254:13: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:255:29: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:256:28: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:383:19: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfFrequency' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfAmplitude' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_pfOutput' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:86:3: warning: Member variable 'SineOscillator::m_lPhase' is not initialized in the constructor. [uninitMemberVarPrivate]
ladspa_sdk/src/plugins/sine.cpp:382:8: performance: Technically the member function 'StartupShutdownHandler::deleteDescriptor' can be static. [functionStatic]
ladspa_sdk/src/plugins/sine.cpp:86:3: style: Class 'SineOscillator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ladspa_sdk/src/search.c:29:10: style: The scope of the variable 'pcFilename' can be reduced. [variableScope]
ladspa_sdk/src/search.c:34:19: style: The scope of the variable 'psDirectoryEntry' can be reduced. [variableScope]
ladspa_sdk/src/search.c:35:10: style: The scope of the variable 'pvPluginHandle' can be reduced. [variableScope]
ladspa_sdk/src/search.c:95:10: style: The scope of the variable 'pcBuffer' can be reduced. [variableScope]
[02:04]

ftp://ftp.se.debian.org/debian/pool/main/l/ladvd/ladvd_1.1.2.orig.tar.xz
ladvd-1.1.2/src/compat/imsg.c:162:16: style: The scope of the variable 'left' can be reduced. [variableScope]
ladvd-1.1.2/src/compat/imsg.c:264:22: error: Uninitialized variable: hdr [uninitvar]
ladvd-1.1.2/src/compat/setproctitle.c:134:19: style: Checking if unsigned variable 'argv_env_len' is less than zero. [unsignedLessThanZero]
ladvd-1.1.2/src/compat/vis.c:214:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ladvd-1.1.2/src/main.c:157:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ladvd-1.1.2/src/main.c:41:10: style: The scope of the variable 'pidstr' can be reduced. [variableScope]
ladvd-1.1.2/src/main.c:42:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
ladvd-1.1.2/src/parent.c:362:5: style: Variable 'rfd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/parent.c:358:0: note: Variable 'rfd' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/parent.c:362:5: note: Variable 'rfd' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/parent.c:80:46: style: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'. [funcArgNamesDifferent]
ladvd-1.1.2/src/common.h:328:46: note: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'.
ladvd-1.1.2/src/parent.c:80:46: note: Function 'parent_init' argument 3 names different: declaration 'pid' definition 'child'.
ladvd-1.1.2/src/parent.c:159:24: style: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'. [funcArgNamesDifferent]
ladvd-1.1.2/src/common.h:329:24: note: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'.
ladvd-1.1.2/src/parent.c:159:24: note: Function 'parent_signal' argument 1 names different: declaration 'fd' definition 'sig'.
ladvd-1.1.2/src/parent.c:192:21: style: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'. [funcArgNamesDifferent]
ladvd-1.1.2/src/parent.h:43:21: note: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'.
ladvd-1.1.2/src/parent.c:192:21: note: Function 'parent_req' argument 1 names different: declaration 'fd' definition 'reqfd'.
ladvd-1.1.2/src/parent.c:309:22: style: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'. [funcArgNamesDifferent]
ladvd-1.1.2/src/parent.h:44:22: note: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'.
ladvd-1.1.2/src/parent.c:309:22: note: Function 'parent_send' argument 1 names different: declaration 'fd' definition 'msgfd'.
ladvd-1.1.2/src/parent.c:342:17: warning: Assert statement modifies 'rfd'. [assignmentInAssert]
ladvd-1.1.2/src/proto/cdp.c:362:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:352:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:362:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:487:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:485:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:487:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:505:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:503:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:505:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:681:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/cdp.c:679:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:681:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/cdp.c:401:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ladvd-1.1.2/src/proto/cdp.c:315:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:339:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:339:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:345:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/cdp.c:80:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/cdp.c:126:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/cdp.c:366:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/edp.c:207:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/edp.c:195:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/edp.c:207:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/edp.c:158:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:182:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:182:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:188:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/edp.c:33:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/edp.c:77:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/edp.c:36:11: style: Unused variable: type [unusedVariable]
ladvd-1.1.2/src/proto/edp.c:211:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/fdp.c:237:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/fdp.c:222:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/fdp.c:237:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/fdp.c:185:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:209:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:209:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:215:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/fdp.c:33:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/fdp.c:82:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/fdp.c:36:11: style: Unused variable: type [unusedVariable]
ladvd-1.1.2/src/proto/fdp.c:241:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/lldp.c:481:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/lldp.c:471:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/lldp.c:481:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/lldp.c:459:29: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:459:64: portability: 'packet+offsetof(struct ether_hdr,type)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:464:16: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:464:32: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/lldp.c:60:11: style: Unused variable: tlv [unusedVariable]
ladvd-1.1.2/src/proto/lldp.c:91:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/lldp.c:485:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/ndp.c:121:5: style: Variable 'packet' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/ndp.c:113:0: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/ndp.c:121:5: note: Variable 'packet' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/ndp.c:76:47: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:100:25: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:100:41: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:20: portability: 'packet' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:36: portability: 'packet+sizeof(ether)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:106:45: portability: 'packet+sizeof(ether)+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ladvd-1.1.2/src/proto/ndp.c:138:15: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
ladvd-1.1.2/src/proto/ndp.c:125:17: warning: Assert statement modifies 'pos'. [assignmentInAssert]
ladvd-1.1.2/src/proto/tlv.c:110:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/src/proto/tlv.c:106:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/proto/tlv.c:110:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/src/sysinfo.c:144:9: style: Condition 'descr' is always false [knownConditionTrueFalse]
ladvd-1.1.2/src/sysinfo.c:51:19: note: Assignment 'descr=NULL', assigned value is 0
ladvd-1.1.2/src/sysinfo.c:144:9: note: Condition 'descr' is always false
ladvd-1.1.2/src/util.c:199:0: error: #error "no setresgid or setregid available" [preprocessorErrorDirective]
ladvd-1.1.2/tests/check_child.c:169:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_child.c:159:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_child.c:169:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_child.c:41:24: style: The scope of the variable 'mreq' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_child.c:96:24: style: The scope of the variable 'mreq' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_child.c:76:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:78:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:291:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:293:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:426:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:428:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:485:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_child.c:487:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:95:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:97:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:109:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:111:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:135:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:137:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:159:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:161:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:245:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:247:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:390:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_cli.c:392:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:60:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:55:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:60:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:64:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:54:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:64:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:89:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:83:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:89:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:152:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_parent.c:143:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:152:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_parent.c:66:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:68:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:90:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:92:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:100:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:102:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:109:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:111:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:127:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:129:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:154:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:156:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:164:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:166:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:178:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:180:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:198:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:200:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:275:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:277:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:361:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:363:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:372:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:374:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:452:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:454:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:491:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:493:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:544:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:546:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:563:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:565:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:584:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:586:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:601:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_parent.c:603:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_proto.c:434:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:427:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:434:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:807:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:429:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:807:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:854:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:847:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:854:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1044:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:849:0: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1044:5: note: Variable 'fd' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1074:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:1069:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1074:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1152:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_proto.c:1147:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_proto.c:1152:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:79:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:38:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:79:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:96:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:91:0: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:96:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:109:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:105:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:109:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:122:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:118:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:122:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:133:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_tlv.c:131:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:133:5: note: Variable 'str' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_tlv.c:80:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_tlv.c:82:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:43:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:36:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:43:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:56:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:35:0: note: Variable 's' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:56:5: note: Variable 's' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:66:5: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:37:0: note: Variable 'bp' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:66:5: note: Variable 'bp' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:96:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:93:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:96:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:155:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:148:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:155:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:259:5: style: Variable 'netif' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:190:0: note: Variable 'netif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:259:5: note: Variable 'netif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:284:5: style: Variable 'subif' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:190:0: note: Variable 'subif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:284:5: note: Variable 'subif' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:341:5: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:192:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:341:5: note: Variable 'msg' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:411:5: style: Variable 'mreq' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:193:0: note: Variable 'mreq' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:411:5: note: Variable 'mreq' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:415:5: style: Variable 'descr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:194:0: note: Variable 'descr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:415:5: note: Variable 'descr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:731:5: style: Variable 'portname' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:729:0: note: Variable 'portname' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:731:5: note: Variable 'portname' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:775:5: style: Variable 'errstr' is reassigned a value before the old one has been used. [redundantAssignment]
ladvd-1.1.2/tests/check_util.c:766:0: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:775:5: note: Variable 'errstr' is reassigned a value before the old one has been used.
ladvd-1.1.2/tests/check_util.c:38:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ladvd-1.1.2/tests/check_util.c:83:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:85:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:102:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:104:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:115:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:116:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:118:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:119:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:135:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:137:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:156:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:158:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:175:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:177:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:589:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:591:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:604:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:606:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:619:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:621:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:631:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:633:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:642:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:644:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:651:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:653:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:659:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:661:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:667:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:669:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:685:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:687:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:695:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:697:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:706:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:708:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:718:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:720:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:777:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_util.c:779:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_wrap.c:83:1: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
ladvd-1.1.2/tests/check_wrap.c:127:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
[02:04]

ftp://ftp.se.debian.org/debian/pool/main/l/lakai/lakai_0.1.orig.tar.gz
lakai-0.1.orig/lakai.c:161:16: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:156:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:161:16: note: Array index out of bounds
lakai-0.1.orig/lakai.c:162:10: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:156:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:162:10: note: Array index out of bounds
lakai-0.1.orig/lakai.c:210:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:921:16: note: Calling function 'lakai_setmode', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:210:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:216:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:210:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:216:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1509:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:237:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:246:32: note: Calling function 'sendrecv_scsimidi', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1509:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1533:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1509:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1533:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1546:28: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:237:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:246:32: note: Calling function 'sendrecv_scsimidi', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1546:28: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1610:14: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:923:35: note: Calling function 'sendrecv_scsimidi2', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1610:14: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1631:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1610:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1631:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1639:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:900:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:923:35: note: Calling function 'sendrecv_scsimidi2', 1st argument 'handle' value is 16
lakai-0.1.orig/lakai.c:1639:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1741:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1724:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1741:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:1795:27: warning: Either the condition 'handle>16' is redundant or the array 'fhandles[16]' is accessed at index 16, which is out of bounds. [arrayIndexOutOfBoundsCond]
lakai-0.1.orig/lakai.c:1778:53: note: Assuming that condition 'handle>16' is not redundant
lakai-0.1.orig/lakai.c:1795:27: note: Array index out of bounds
lakai-0.1.orig/lakai.c:57:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:331:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:358:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:420:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:889:38: style: The scope of the variable 'ret' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1152:38: style: The scope of the variable 'ret' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1238:16: style: The scope of the variable 'val_in' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1273:16: style: The scope of the variable 'val_in' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1442:16: style: The scope of the variable 'val' can be reduced. [variableScope]
lakai-0.1.orig/lakai.c:1235:41: style: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.h:671:41: note: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'.
lakai-0.1.orig/lakai.c:1235:41: note: Function 'lakai_asciitoakai' argument 2 names different: declaration 'dest' definition 'dst'.
lakai-0.1.orig/lakai.c:1480:45: style: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:43:52: note: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1480:45: note: Function 'sendrecv_scsimidi' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1480:68: style: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:43:73: note: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1480:68: note: Function 'sendrecv_scsimidi' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1589:46: style: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:44:53: note: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1589:46: note: Function 'sendrecv_scsimidi2' argument 2 names different: declaration 'cmdblk' definition 'sysexblk'.
lakai-0.1.orig/lakai.c:1589:69: style: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'. [funcArgNamesDifferent]
lakai-0.1.orig/lakai.c:44:74: note: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:1589:69: note: Function 'sendrecv_scsimidi2' argument 3 names different: declaration 'blksize' definition 'sysexblksize'.
lakai-0.1.orig/lakai.c:691:19: style: Variable 'numvals' is not assigned a value. [unassignedVariable]
lakai-0.1.orig/lakai.c:943:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakai.c:1217:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakai.c:735:9: error: Uninitialized variable: numvals [uninitvar]
lakai-0.1.orig/lakbak.c:106:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lakai-0.1.orig/lakbak.c:130:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lakai-0.1.orig/lakbak.c:15:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:15:37: style: The scope of the variable 'numkeygroups' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:17:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:16: style: The scope of the variable 'slocat' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:24: style: The scope of the variable 'slngth' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:18:32: style: The scope of the variable 'shdrlength' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:25:16: style: The scope of the variable 'shdrdata' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:27:16: style: The scope of the variable 'kgrpdata' can be reduced. [variableScope]
lakai-0.1.orig/lakbak.c:90:14: style: Variable 'slocat' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakbak.c:20:14: style: Unused variable: lst [unusedVariable]
lakai-0.1.orig/lakbak.c:23:15: style: Unused variable: lpr [unusedVariable]
lakai-0.1.orig/lakbak.c:24:16: style: Unused variable: lkg [unusedVariable]
lakai-0.1.orig/lakclear.c:66:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:148:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:152:11: style: Variable 'slocat' is assigned a value that is never used. [unreadVariable]
lakai-0.1.orig/lakres.c:77:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lakai-0.1.orig/lakres.c:82:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[02:04]

ftp://ftp.se.debian.org/debian/pool/main/l/lam/lam_7.1.4.orig.tar.gz
lam-7.1.4/otb/bfctl/bfctl.c:56:7: style: The scope of the variable 'taken' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:322:9: style: The scope of the variable 'str_flags' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:323:9: style: The scope of the variable 'str_modes' can be reduced. [variableScope]
lam-7.1.4/otb/filedr/filedr.c:439:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/otb/ipcdr/ipcdr.c:332:11: style: The scope of the variable 'p_dmsg' can be reduced. [variableScope]
lam-7.1.4/otb/ipcdr/ipcdr.c:392:11: style: The scope of the variable 'p_dmsg' can be reduced. [variableScope]
lam-7.1.4/otb/lamcheckpoint/lamcheckpoint.c:50:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/otb/lamcheckpoint/lamcheckpoint.c:114:5: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/lamexec/lamexec.c:242:9: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/otb/lamexec/lamexec.c:243:9: style: The scope of the variable 'qarg' can be reduced. [variableScope]
lam-7.1.4/otb/lamexec/lamexec.c:669:15: style: The scope of the variable 'error_message' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:82:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:88:8: style: The scope of the variable 'hostname' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:243:7: style: The scope of the variable 'nps' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:512:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/otb/lamgrow/lamgrow.c:516:8: style: The scope of the variable 'file' can be reduced. [variableScope]
lam-7.1.4/otb/lamhalt/lamhalt.c:133:11: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:56:21: style: The scope of the variable 'hent' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:76:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/otb/lamnodes/lamnodes.c:100:2: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/otb/lamrestart/lamrestart.c:45:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:46:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:49:8: style: The scope of the variable 'lampath' can be reduced. [variableScope]
lam-7.1.4/otb/lamrestart/lamrestart.c:114:5: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/lamtrace/lamtrace.c:86:9: style: The scope of the variable 'fname' can be reduced. [variableScope]
lam-7.1.4/otb/lamtrace/lamtrace.c:87:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/loadgo/loadgo.c:336:11: style: Unused variable: server [unusedVariable]
lam-7.1.4/otb/mpimsg/mpimsg.c:112:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:860:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:891:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1002:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1042:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1044:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1079:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1081:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1174:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1176:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1211:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1213:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1249:10: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1325:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:1363:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/otb/mpimsg/mpitr_data.c:459:7: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:505:7: style: The scope of the variable 'length' can be reduced. [variableScope]
lam-7.1.4/otb/mpimsg/mpitr_data.c:542:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:648:12: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:649:12: style: The scope of the variable 'qarg' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1266:16: style: The scope of the variable 'error_message_1' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1267:16: style: The scope of the variable 'error_message_2' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1317:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1388:10: style: The scope of the variable 'max' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1643:15: style: The scope of the variable 'error_message' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/mpirun.c:1614:17: style: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'. [funcArgNamesDifferent]
lam-7.1.4/otb/mpirun/mpirun.c:98:29: note: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'.
lam-7.1.4/otb/mpirun/mpirun.c:1614:17: note: Function 'node_id_str' argument 1 names different: declaration 'node_id' definition 'nodeid'.
lam-7.1.4/otb/mpirun/mpirun.c:573:3: error: Memory pointed to by 'cr_module' is freed twice. [doubleFree]
lam-7.1.4/otb/mpirun/mpirun.c:655:5: error: Memory leak: fmtbuf [memleak]
lam-7.1.4/otb/mpirun/mpirun.c:836:0: error: Memory leak: procStatStruct [memleak]
lam-7.1.4/otb/mpirun/totalview.c:190:7: style: The scope of the variable 'size_hostname' can be reduced. [variableScope]
lam-7.1.4/otb/mpirun/totalview.c:342:19: style: The scope of the variable 'hent' can be reduced. [variableScope]
lam-7.1.4/otb/mpitask/mpitask.c:105:9: style: The scope of the variable 'nodev' can be reduced. [variableScope]
lam-7.1.4/otb/mpitask/mpitask.c:640:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:261:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:263:9: style: The scope of the variable 'fmt' can be reduced. [variableScope]
lam-7.1.4/otb/state/state.c:270:41: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lam-7.1.4/otb/sys/bufferd/bufferd.c:323:16: style: The scope of the variable 'pbfb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:478:18: style: The scope of the variable 'pbfe' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:550:18: style: The scope of the variable 'pbfe' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:603:16: style: The scope of the variable 'pbfb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/bufferd/bufferd.c:669:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:163:16: style: The scope of the variable 'pdiq' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:558:18: style: The scope of the variable 'pdir' can be reduced. [variableScope]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:390:41: style: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:65:65: note: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'.
lam-7.1.4/otb/sys/dli_inet/dli_inet.c:390:41: note: Function 'initrouter' argument 2 names different: declaration 'mynode' definition 'mynodeid'.
lam-7.1.4/otb/sys/filed/fqf77.c:111:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqf77.c:112:7: style: The scope of the variable 'nfound' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqf77.c:268:7: style: The scope of the variable 'bfound' can be reduced. [variableScope]
lam-7.1.4/otb/sys/filed/fqsimplex.c:90:9: style: The scope of the variable 'plen' can be reduced. [variableScope]
lam-7.1.4/otb/sys/flatd/flatd.c:163:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lam-7.1.4/otb/sys/flatd/flatd.c:370:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/otb/sys/haltd/haltd.c:178:15: style: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/haltd/haltd.c:64:39: note: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'.
lam-7.1.4/otb/sys/haltd/haltd.c:178:15: note: Function 'diediedie' argument 1 names different: declaration 'pid' definition 'client_pid'.
lam-7.1.4/otb/sys/iod/iod.c:162:7: style: The scope of the variable 'pfd' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:214:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:401:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqcreate.c:514:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqdetach.c:292:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kenyad/pqstate.c:64:19: style: The scope of the variable 'pstate' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kernel/kernelio.c:469:26: style: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:67:31: note: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:26: note: Function 'kio_reply' argument 1 names different: declaration 'rep' definition 'reply'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:38: style: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:67:41: note: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'.
lam-7.1.4/otb/sys/kernel/kernelio.c:469:38: note: Function 'kio_reply' argument 2 names different: declaration 'fd_clnt' definition 'fd_client'.
lam-7.1.4/otb/sys/kernel/kernelio.c:483:25: style: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:65:30: note: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:483:25: note: Function 'kio_intr' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:536:38: style: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'. [funcArgNamesDifferent]
lam-7.1.4/otb/sys/kernel/kernelio.c:75:42: note: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kernelio.c:536:38: note: Function 'kio_to' argument 2 names different: declaration 'f' definition 'func'.
lam-7.1.4/otb/sys/kernel/kinner.c:77:10: style: The scope of the variable 't' can be reduced. [variableScope]
lam-7.1.4/otb/sys/kernel/kouter.c:141:9: style: Condition 'go' is always true [knownConditionTrueFalse]
lam-7.1.4/otb/sys/kernel/kouter.c:116:12: note: Assignment 'go=1', assigned value is 1
lam-7.1.4/otb/sys/kernel/kouter.c:141:9: note: Condition 'go' is always true
lam-7.1.4/otb/sys/kernel/kouter.c:114:15: style: The scope of the variable 'pkq' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/kiproc.c:111:16: style: The scope of the variable 'pclient' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/nrecv.c:37:16: style: The scope of the variable 'req' can be reduced. [variableScope]
lam-7.1.4/otb/sys/lamd/rreq.c:78:15: style: The scope of the variable 'rrhead' can be reduced. [variableScope]
lam-7.1.4/otb/sys/traced/trbuf.c:93:19: style: The scope of the variable 'ptrb' can be reduced. [variableScope]
lam-7.1.4/otb/sys/traced/trbuf.c:257:19: style: The scope of the variable 'ptrb' can be reduced. [variableScope]
lam-7.1.4/otb/tping/tping.c:80:10: style: The scope of the variable 'ttrip' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_fcntl.c:221:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:15:14: note: Assignment 'err=-1', assigned value is -1
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: note: Condition 'err==-1' is always true
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: style: Same expression on both sides of '==' because the value of 'err' and '-1' are the same. [duplicateExpression]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:15:14: note: 'err' is assigned value '-1' here.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:58:13: note: Same expression on both sides of '==' because the value of 'err' and '-1' are the same.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_read.c:21:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:26:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:28:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_seek.c:28:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: style: Condition 'err==-1' is always true [knownConditionTrueFalse]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:15:14: note: Assignment 'err=-1', assigned value is -1
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: note: Condition 'err==-1' is always true
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: style: Same expression on both sides of '==' because the value of 'err' and '-1' are the same. [duplicateExpression]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:15:14: note: 'err' is assigned value '-1' here.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:57:13: note: Same expression on both sides of '==' because the value of 'err' and '-1' are the same.
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_hfs/ad_hfs_write.c:21:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_done.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_done.c:21:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_iread.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_iwrite.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_open.c:14:18: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_open.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:26: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:36: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:106:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:107:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:108:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:108:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:112:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:15: style: The scope of the variable 'st_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:116:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:117:9: style: The scope of the variable 'new_brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_read.c:117:23: style: The scope of the variable 'new_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_setsh.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_wait.c:20:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:144:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:145:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:146:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:146:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:150:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:15: style: The scope of the variable 'st_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:154:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:155:9: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_nfs/ad_nfs_write.c:155:23: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_done.c:21:17: style: Variable 'myname' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_iread.c:23:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_iwrite.c:23:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_open.c:44:10: style: Variable 'smode' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_read.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:21:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:20:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:21:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_resize.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:32:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:37:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:39:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_seek.c:39:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_wait.c:14:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ntfs/ad_ntfs_write.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_done.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:92:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:91:3: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:92:3: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_fcntl.c:17:9: style: The scope of the variable 'iomod' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:40:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:2: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_flush.c:41:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:13:19: style: The scope of the variable 'value_in_fd' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:14:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:22: style: The scope of the variable 'fd_sys' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:30: style: The scope of the variable 'perm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:36: style: The scope of the variable 'amode' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_hints.c:16:43: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:16:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:16:51: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:17:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_read.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_wait.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pfs/ad_pfs_write.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:19: style: The scope of the variable 'path' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:15:26: style: The scope of the variable 'slash' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:16:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:22: style: The scope of the variable 'perm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:28: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:17:38: style: The scope of the variable 'nioservers' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_hints.c:105:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:16:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:16:32: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:18:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_open.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_read.c:20:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:27:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:28:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_seek.c:28:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:97:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:98:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:99:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:100:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:100:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:104:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_piofs/ad_piofs_write.c:106:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_delete.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_flush.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:13:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:24: style: The scope of the variable 'str_factor' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:39: style: The scope of the variable 'str_unit' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_hints.c:14:52: style: The scope of the variable 'start_iodev' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_open.c:14:22: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_open.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_read.c:26:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:24:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:29:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:31:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_seek.c:31:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:25:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:75:19: style: The scope of the variable 'iov' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:26: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:36: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:76:48: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:77:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:78:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:78:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:82:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:15: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_pvfs/ad_pvfs_write.c:84:29: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_sfs/ad_sfs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:29:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:31:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_testfs/ad_testfs_seek.c:31:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_done.c:16:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_done.c:21:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_iread.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_iwrite.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_open.c:13:15: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_open.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_read.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_wait.c:20:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_ufs/ad_ufs_write.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_close.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_done.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_done.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_hints.c:14:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_iread.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_iwrite.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_open.c:14:18: style: The scope of the variable 'old_mask' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_open.c:17:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_read.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_resize.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:23:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:24:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_seek.c:24:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_wait.c:13:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_wait.c:15:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/ad_xfs/ad_xfs_write.c:21:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_aggregate.c:201:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_close.c:18:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_delete.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_end.c:15:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_end.c:16:23: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_flush.c:19:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_fstype.c:148:11: style: Unused variable: dir [unusedVariable]
lam-7.1.4/romio/adio/common/ad_fstype.c:149:9: style: Unused variable: err [unusedVariable]
lam-7.1.4/romio/adio/common/ad_hints.c:21:15: style: The scope of the variable 'intval' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:25:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:27:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:30:9: style: The scope of the variable 'rank_ct' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_open.c:31:10: style: The scope of the variable 'tmp_ranklist' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:18: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:30: style: The scope of the variable 'old_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:267:46: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:268:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:268:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:9: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:23: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:270:45: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:271:9: style: The scope of the variable 'contig_access_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:271:41: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:470:18: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:475:9: style: The scope of the variable 'real_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_coll.c:475:29: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:18: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:28: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:49:40: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:50:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:51:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:51:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:55:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:15: style: The scope of the variable 'st_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:59:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:60:9: style: The scope of the variable 'new_brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str.c:60:23: style: The scope of the variable 'new_frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:20:9: style: The scope of the variable 'brd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:20:19: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:18: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:24: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:29: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:21:51: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:22:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:22:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:26:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_read_str_naive.c:109:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:36:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:12: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:34: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:41:47: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:43:9: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_seek.c:43:27: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_coll.c:255:51: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_coll.c:521:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:18: style: The scope of the variable 'bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:28: style: The scope of the variable 'fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:90:40: style: The scope of the variable 'st_index' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:18: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:23: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:34: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:91:56: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:92:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:92:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:96:9: style: The scope of the variable 'buf_count' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:15: style: The scope of the variable 'st_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:100:28: style: The scope of the variable 'st_n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:102:9: style: The scope of the variable 'new_bwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/ad_write_str.c:102:23: style: The scope of the variable 'new_fwr_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:106:19: style: The scope of the variable 'request' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/async_list.c:107:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:17: style: The scope of the variable 'n_etypes_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:18:39: style: The scope of the variable 'size_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:19:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/byte_offset.c:19:22: style: The scope of the variable 'etype_in_filetype' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:114:62: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:256:9: style: The scope of the variable 'token' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:256:16: style: The scope of the variable 'max_procs' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:391:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:437:9: style: The scope of the variable 'wildcard_proc' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/cb_config_list.c:437:24: style: The scope of the variable 'cur_proc' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:9: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:22: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:28: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/eof_offset.c:19:31: style: The scope of the variable 'rem' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/error.c:14:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/flatten.c:435:29: style: The scope of the variable 'basic_num' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:12: style: The scope of the variable 'n_filetypes' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/get_fp_posn.c:18:31: style: The scope of the variable 'frd_size' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/req_malloc.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:22:12: style: The scope of the variable 'tm' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:23:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:24:19: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/adio/common/shfp_fname.c:24:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/delete.c:44:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/fortran/deletef.c:121:75: style: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
lam-7.1.4/romio/mpi-io/fortran/deletef.c:113:60: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/deletef.c:121:75: note: Function 'mpi_file_delete' argument 1 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/get_viewf.c:162:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/fortran/openf.c:164:88: style: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'. [funcArgNamesDifferent]
lam-7.1.4/romio/mpi-io/fortran/openf.c:161:73: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/fortran/openf.c:164:88: note: Function 'mpi_file_open' argument 2 names different: declaration 'FORT_MIXED_LEN_DECL' definition 'str_len'.
lam-7.1.4/romio/mpi-io/get_amode.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_atom.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_extent.c:43:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/get_group.c:42:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_info.c:41:9: style: Unused variable: error_code [unusedVariable]
lam-7.1.4/romio/mpi-io/get_posn.c:43:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/get_view.c:48:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iotest.c:45:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iowait.c:44:17: style: The scope of the variable 'myname' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread_at.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iread_sh.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite.c:45:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite_at.c:47:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/iwrite_sh.c:44:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/prealloc.c:38:19: style: The scope of the variable 'fcntl_struct' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/rd_atalle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read.c:47:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_alle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_at.c:48:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_orde.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/read_sh.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/wr_atalle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_alle.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_at.c:49:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_orde.c:42:9: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lam-7.1.4/romio/mpi-io/write_sh.c:46:21: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
lam-7.1.4/romio/mpi2-other/info/fortran/info_getf.c:93:37: style: The scope of the variable 'tmpvaluelen' can be reduced. [variableScope]
lam-7.1.4/romio/mpi2-other/info/fortran/info_getnthf.c:92:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/coll_perf.c:26:44: style: The scope of the variable 'write_bw' can be reduced. [variableScope]
lam-7.1.4/romio/test/coll_perf.c:27:36: style: The scope of the variable 'read_bw' can be reduced. [variableScope]
lam-7.1.4/romio/test/error.c:57:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/romio/test/error.c:55:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/test/error.c:57:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/romio/test/error.c:12:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/error.c:15:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lam-7.1.4/romio/test/excl.c:13:25: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/file_info.c:168:35: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
lam-7.1.4/romio/test/file_info.c:264:19: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
lam-7.1.4/romio/test/large_array.c:21:35: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:76:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:110:62: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:235:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:236:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:236:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:256:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:257:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:257:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:271:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:272:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:292:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:293:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:293:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/romio/test/noncontig_coll2.c:145:0: error: Memory leak: array [memleak]
lam-7.1.4/romio/test/noncontig_coll2.c:247:14: error: Uninitialized variable: p [uninitvar]
lam-7.1.4/romio/test/perf.c:15:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/romio/test/perf.c:15:51: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/romio/test/status.c:14:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/args/all_argv.c:362:18: style: The scope of the variable 'insq' can be reduced. [variableScope]
lam-7.1.4/share/args/all_argv.c:363:7: style: The scope of the variable 'indq' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:629:14: warning: Either the condition 'cmdv!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lam-7.1.4/share/args/all_opt.c:622:36: note: Assuming that condition 'cmdv!=NULL' is not redundant
lam-7.1.4/share/args/all_opt.c:629:14: note: Null pointer addition
lam-7.1.4/share/args/all_opt.c:86:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:153:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:261:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:295:18: style: The scope of the variable 'pinst' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:416:17: style: The scope of the variable 'mtx' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:526:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:806:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/all_opt.c:948:9: style: The scope of the variable 'string' can be reduced. [variableScope]
lam-7.1.4/share/args/ndi_parse.c:388:5: error: Memory leak: nodes [memleak]
lam-7.1.4/share/args/parse_id.c:303:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/args/parse_id.c:613:5: error: Memory leak: nodes [memleak]
lam-7.1.4/share/boot/asc_parse.c:483:17: style: The scope of the variable 'pa' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:484:17: style: The scope of the variable 'pe' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:656:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:657:9: style: The scope of the variable 'v' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_parse.c:659:14: style: The scope of the variable 'bad_string' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:185:11: style: The scope of the variable 'temp_rtf' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:189:11: style: The scope of the variable 'remote' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_run.c:106:0: error: Memory leak: nprocs_node [memleak]
lam-7.1.4/share/boot/asc_schedule.c:45:10: style: The scope of the variable 'newnodelist' can be reduced. [variableScope]
lam-7.1.4/share/boot/asc_schedule.c:51:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:71:9: style: The scope of the variable 'host' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:72:9: style: The scope of the variable 'user' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:73:9: style: The scope of the variable 'linecopy' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:84:9: style: The scope of the variable 'keyval' can be reduced. [variableScope]
lam-7.1.4/share/boot/bhostparse.c:427:7: style: The scope of the variable 'quotes' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:38:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/boot/deallocate.c:39:9: style: The scope of the variable 'listelem' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:183:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lam-7.1.4/share/boot/hbootparse.c:69:7: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:70:7: style: The scope of the variable 'suffix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:71:7: style: The scope of the variable 'pathprefix_len' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:73:9: style: The scope of the variable 'opt_prefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:74:9: style: The scope of the variable 'opt_suffix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:75:9: style: The scope of the variable 'opt_pathprefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:76:9: style: The scope of the variable 'prefix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:77:9: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lam-7.1.4/share/boot/hbootparse.c:148:0: error: Resource leak: conf_fp [resourceLeak]
lam-7.1.4/share/boot/hbootparse.c:156:0: error: Memory leak: pathprefix [memleak]
lam-7.1.4/share/boot/lamnet.c:281:10: warning: Either the condition 'ifaddr==NULL' is redundant or there is possible null pointer dereference: ifaddr. [nullPointerRedundantCheck]
lam-7.1.4/share/boot/lamnet.c:282:20: note: Assuming that condition 'ifaddr==NULL' is not redundant
lam-7.1.4/share/boot/lamnet.c:281:10: note: Null pointer dereference
lam-7.1.4/share/boot/lamnet.c:200:7: style: The scope of the variable 'length' can be reduced. [variableScope]
lam-7.1.4/share/boot/lamnet.c:206:21: style: The scope of the variable 'preq' can be reduced. [variableScope]
lam-7.1.4/share/boot/lamnet.c:281:47: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
lam-7.1.4/share/boot/lamnet.c:250:8: error: Memory leak: config.ifc_req [memleak]
lam-7.1.4/share/etc/all_array.c:100:10: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:47:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:168:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:215:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:397:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_hash.c:443:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/all_shash.c:64:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/etc/itoa.c:60:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:85:10: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:453:7: style: The scope of the variable 'badfile' can be reduced. [variableScope]
lam-7.1.4/share/etc/kill.c:454:7: style: The scope of the variable 'baddir' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:102:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:103:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:12: style: The scope of the variable 'total_len' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:263:23: style: The scope of the variable 'want_newline' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:264:9: style: The scope of the variable 'str' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:265:21: style: The scope of the variable 'ldi' can be reduced. [variableScope]
lam-7.1.4/share/etc/lamdebug.c:399:21: style: The scope of the variable 'ldi' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:79:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:224:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:280:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:281:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:375:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lam-7.1.4/share/etc/mempool.c:106:7: error: Common realloc mistake: 'types' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/mpitr_com.c:52:16: style: The scope of the variable 'ptrc' can be reduced. [variableScope]
lam-7.1.4/share/etc/mpitr_com.c:54:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:44:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:79:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:162:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/mrw.c:197:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/etc/pathsearch.c:307:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:257:11: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:449:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/share/etc/registry.c:447:17: style: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'. [funcArgNamesDifferent]
lam-7.1.4/share/etc/registry.c:76:41: note: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'.
lam-7.1.4/share/etc/registry.c:447:17: note: Function 'set_names' argument 1 names different: declaration 'msg' definition 'name'.
lam-7.1.4/share/etc/registry.c:223:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lam-7.1.4/share/etc/registry.c:271:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lam-7.1.4/share/etc/rev.c:82:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/share/etc/rev.c:180:13: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/etc/rev.c:180:17: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:140:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:170:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:450:14: style: The scope of the variable 'is_list_initialized' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:451:10: style: The scope of the variable 'curr_file' can be reduced. [variableScope]
lam-7.1.4/share/etc/show_help.c:81:16: style: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'. [funcArgNamesDifferent]
lam-7.1.4/share/etc/show_help.c:65:29: note: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'.
lam-7.1.4/share/etc/show_help.c:81:16: note: Function 'expand_var' argument 1 names different: declaration 'i' definition 'which'.
lam-7.1.4/share/etc/show_help.c:515:16: style: Variable 'max_args' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/etc/show_help.c:375:29: style: Array index 'last' is used before limits check. [arrayIndexThenCheck]
lam-7.1.4/share/etc/show_help.c:505:7: error: Common realloc mistake: 'args' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/show_help.c:514:5: error: Common realloc mistake: 'args' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/etc/socket.c:128:7: style: The scope of the variable 'sockd' can be reduced. [variableScope]
lam-7.1.4/share/etc/socket.c:129:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/etc/socket.c:429:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/etc/stoi.c:33:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/etc/terror.c:171:7: style: Condition '!found' is always true [knownConditionTrueFalse]
lam-7.1.4/share/etc/terror.c:166:11: note: Assignment 'found=0', assigned value is 0
lam-7.1.4/share/etc/terror.c:171:7: note: Condition '!found' is always true
lam-7.1.4/share/etc/vsnprintf.c:72:12: error: va_list 'arglist2' used before va_start() was called. [va_list_usedBeforeStarted]
lam-7.1.4/share/etc/vsnprintf.c:200:26: error: va_list 'arglist2' used before va_start() was called. [va_list_usedBeforeStarted]
lam-7.1.4/share/freq/rfatexit.c:37:11: style: The scope of the variable 'tfd' can be reduced. [variableScope]
lam-7.1.4/share/freq/rfstate.c:56:7: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:15: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:22: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:31: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:80:37: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/impi/ireduce.c:81:7: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:75:11: style: The scope of the variable 'rtf' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:76:11: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:77:12: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:242:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kcreate.c:170:11: style: Unused variable: master [unusedVariable]
lam-7.1.4/share/kreq/kcreate.c:171:11: style: Unused variable: slave [unusedVariable]
lam-7.1.4/share/kreq/kexit.c:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/kinit.c:58:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/kreq/ksignal.c:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/libltdl/ltdl.h:335:0: error: syntax error [syntaxError]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1302:14: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:853:37: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:893:30: portability: 'next_block' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:937:10: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1109:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1141:38: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1156:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1447:26: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1523:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1598:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1639:10: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1779:28: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1788:27: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2182:23: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1441:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1415:48: note: Assignment 'grain=(msize<=32)?msize-1:32-1', assigned value is 31
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1441:2: note: Shift
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1734:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1733:48: note: Assignment 'grain=(msize<=32)?msize-1:32-1', assigned value is 31
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1734:51: note: Shift
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2867:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2878:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2890:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:2900:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1211:18: style: Variable 'locked' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:1836:18: style: Variable 'locked' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/darwin7/scalable_malloc.c:3102:19: style: Variable 'msize_used' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2491:17: style: The scope of the variable 'pagesz' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2501:21: style: The scope of the variable 'front_misalign' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2502:21: style: The scope of the variable 'correction' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2776:13: style: The scope of the variable 'remainder_index' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:2778:13: style: The scope of the variable 'startidx' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3571:20: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3572:20: style: The scope of the variable 'leadsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3573:13: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3905:8: style: The scope of the variable 'new_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:3971:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:4001:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:4264:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/ptmalloc.c:1972:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:261:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:94:15: style: The scope of the variable 'actions' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc/t-test1.c:94:0: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc/t-test2.c:236:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc/t-test2.c:101:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:416:7: style: Condition '!secure' is always true [knownConditionTrueFalse]
lam-7.1.4/share/memory/ptmalloc2/arena.c:333:16: note: Assignment 'secure=0', assigned value is 0
lam-7.1.4/share/memory/ptmalloc2/arena.c:416:7: note: Condition '!secure' is always true
lam-7.1.4/share/memory/ptmalloc2/arena.c:155:11: style: The scope of the variable 'victim' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:56:22: style: struct member '_heap_info::prev' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:57:10: style: struct member '_heap_info::size' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:58:10: style: struct member '_heap_info::pad' is never used. [unusedStructMember]
lam-7.1.4/share/memory/ptmalloc2/arena.c:188:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:340:13: style: Variable 'oldsize' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:442:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/arena.c:498:17: style: The scope of the variable 'ul' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/arena.c:593:8: style: The scope of the variable 'new_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:499:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2705:19: style: The scope of the variable 'end_misalign' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2706:19: style: The scope of the variable 'aligned_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2710:19: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:2729:11: style: The scope of the variable 'mm' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3149:9: style: The scope of the variable 'released' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3150:9: style: The scope of the variable 'current_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3151:9: style: The scope of the variable 'new_brk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4111:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4112:19: style: The scope of the variable 'fb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4114:19: style: The scope of the variable 'nextsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4115:19: style: The scope of the variable 'nextinuse' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4116:19: style: The scope of the variable 'prevsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4285:19: style: The scope of the variable 'fb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4286:19: style: The scope of the variable 'maxfb' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4294:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4295:19: style: The scope of the variable 'nextsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4296:19: style: The scope of the variable 'prevsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4297:19: style: The scope of the variable 'nextinuse' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4389:20: style: The scope of the variable 'newp' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4390:20: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4395:20: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4396:20: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4401:20: style: The scope of the variable 'copysize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4402:20: style: The scope of the variable 'ncopies' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4403:20: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4404:20: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4614:19: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4615:19: style: The scope of the variable 'leadsize' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4616:19: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4617:19: style: The scope of the variable 'remainder_size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4618:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4827:19: style: The scope of the variable 'array_chunk' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:5003:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:5022:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:197:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:217:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:342:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:405:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3393:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3756:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4417:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4635:3: warning: Suspicious code: sign conversion of -2 in calculation because '-2' has a negative value [signConversion]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:405:3: style: Variable 'nb' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:3224:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/malloc.c:4257:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:209:57: style: Mismatching assignment and comparison, comparison 'offset!=4096' is always true. [assignIfError]
lam-7.1.4/share/memory/ptmalloc2/hooks.c:206:12: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
lam-7.1.4/share/memory/ptmalloc2/hooks.c:209:57: note: Mismatching assignment and comparison, comparison 'offset!=4096' is always true.
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:152:9: style: Condition 'pid==0' is always false [knownConditionTrueFalse]
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:79:30: note: Assignment 'pid=1', assigned value is 1
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:152:9: note: Condition 'pid==0' is always false
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:222:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc2/t-test1.c:79:15: style: The scope of the variable 'actions' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/t-test2.c:169:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lam-7.1.4/share/memory/ptmalloc2/t-test2.c:83:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:37:9: style: The scope of the variable 'save_state' can be reduced. [variableScope]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:68:3: error: Common realloc mistake: 'p1' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/memory/ptmalloc2/tst-mallocstate.c:75:0: error: Memory leak: p2 [memleak]
lam-7.1.4/share/mpi/MPI.c:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/MPI.c:342:9: style: The scope of the variable 'cstr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/abort.c:96:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/accumulate.c:122:15: warning: Either the condition 'header==0' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
lam-7.1.4/share/mpi/accumulate.c:123:13: note: Assuming that condition 'header==0' is not redundant
lam-7.1.4/share/mpi/accumulate.c:122:15: note: Null pointer dereference
lam-7.1.4/share/mpi/accumulate.c:122:15: error: Memory is allocated but not initialized: header [uninitdata]
lam-7.1.4/share/mpi/bcast.c:81:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/bsend.c:112:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartcoords.c:58:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartcreate.c:75:7: style: The scope of the variable 'range' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartrank.c:54:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartrank.c:55:7: style: The scope of the variable 'ord' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartsub.c:66:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cartsub.c:72:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cdisconnect.c:54:16: style: The scope of the variable 'reqs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cdisconnect.c:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/cfree.c:70:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/csplit.c:269:12: style: Expression is always false because 'else if' condition matches previous condition at line 265. [multiCondition]
lam-7.1.4/share/mpi/csplit.c:273:12: style: Expression is always false because 'else if' condition matches previous condition at line 265. [multiCondition]
lam-7.1.4/share/mpi/csplit.c:273:12: style: Expression is always false because 'else if' condition matches previous condition at line 269. [multiCondition]
lam-7.1.4/share/mpi/dimscreate.c:188:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/mpi/errstring.c:115:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/alltoallw_f.c:34:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/alltoallw_f.c:35:32: style: The scope of the variable 'rtypes' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/attrget_f.c:35:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/cgetattr_f.c:37:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/namelook_f.c:51:3: error: Memory leak: port [memleak]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:49:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/spawnmult_f.c:132:7: warning: Size of pointer 'infos' used instead of size of its data. [pointerSize]
lam-7.1.4/share/mpi/f77/tgetattr_f.c:36:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/f77/wgetattr_f.c:36:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gfree.c:52:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gfree.c:53:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/graphcreate.c:69:7: style: The scope of the variable 'range' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:75:7: style: The scope of the variable 'first' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:76:7: style: The scope of the variable 'last' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:77:7: style: The scope of the variable 'stride' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grexcl.c:78:7: style: The scope of the variable 'end' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:71:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:73:7: style: The scope of the variable 'first' can be reduced. [variableScope]
lam-7.1.4/share/mpi/grincl.c:74:7: style: The scope of the variable 'last' can be reduced. [variableScope]
lam-7.1.4/share/mpi/gtranks.c:59:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:83:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:156:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:229:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:302:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:375:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:448:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:521:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/handles.c:674:7: style: The scope of the variable 'f77_handle' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:97:7: style: The scope of the variable 'lgbytes' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:99:15: style: The scope of the variable 'lprocs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:102:17: style: The scope of the variable 'pp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/iccreate.c:210:4: error: Memory leak: rprocs [memleak]
lam-7.1.4/share/mpi/infocreate.c:72:3: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infocreate.c:79:3: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infocreate.c:86:2: error: Memory leak: info [memleak]
lam-7.1.4/share/mpi/infoget.c:69:7: style: The scope of the variable 'vallen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/irsend.c:79:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/isend.c:89:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/issend.c:79:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamapps.c:132:0: error: Memory leak: myprocs [memleak]
lam-7.1.4/share/mpi/lambuf.c:234:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:80:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:157:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamcid.c:161:14: style: The scope of the variable 'lower' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamclocks.c:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamclocks.c:103:0: error: Memory leak: leaders [memleak]
lam-7.1.4/share/mpi/lamdeferr.c:163:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:76:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:552:10: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:569:11: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:613:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:614:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:645:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:646:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:647:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:681:7: style: The scope of the variable 'extent' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:832:7: style: The scope of the variable 'extent' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:833:7: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamdtype.c:1034:17: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/laminit.c:154:9: style: The scope of the variable 'trworld' can be reduced. [variableScope]
lam-7.1.4/share/mpi/laminit.c:155:7: style: The scope of the variable 'trwlen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1943:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lam-7.1.4/share/mpi/lammpiinit.c:1983:7: style: Variable 'rank[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/mpi/lammpiinit.c:1982:7: note: Variable 'rank[0]' is reassigned a value before the old one has been used.
lam-7.1.4/share/mpi/lammpiinit.c:1983:7: note: Variable 'rank[0]' is reassigned a value before the old one has been used.
lam-7.1.4/share/mpi/lammpiinit.c:622:20: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:623:14: style: The scope of the variable 'coll' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:626:34: style: The scope of the variable 'cra' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:627:7: style: The scope of the variable 'coll_has_cr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:763:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:764:16: style: The scope of the variable 'g' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:765:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:14: style: The scope of the variable 'hostname' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:32: style: The scope of the variable 'node' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:46: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1966:59: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lammpiinit.c:1750:21: style: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:114:32: note: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:21: note: Function 'comm_cmp' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:36: style: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:114:46: note: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1750:36: note: Function 'comm_cmp' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:22: style: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:115:33: note: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:22: note: Function 'check_cid' argument 1 names different: declaration 'a' definition 'c1'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:37: style: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'. [funcArgNamesDifferent]
lam-7.1.4/share/mpi/lammpiinit.c:115:47: note: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:1781:37: note: Function 'check_cid' argument 2 names different: declaration 'b' definition 'c2'.
lam-7.1.4/share/mpi/lammpiinit.c:130:9: style: struct member 'flt_int::fi_float' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:136:10: style: struct member 'dbl_int::di_double' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:145:10: style: struct member 'longdbl_int::ldi_double' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:152:8: style: struct member 'long_int::li_long' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lammpiinit.c:158:9: style: struct member 'short_int::li_short' is never used. [unusedStructMember]
lam-7.1.4/share/mpi/lamnbarrier.c:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:141:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:184:15: style: The scope of the variable 'reqs' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:186:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamonesided.c:189:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:266:10: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:282:11: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:436:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:437:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:438:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:476:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:477:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:478:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:516:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:517:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:518:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:519:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:554:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:555:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:556:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lampack.c:557:9: style: The scope of the variable 's' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamprocs.c:326:5: error: Common realloc mistake: 'lam_procs' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/mpi/lamreduce.c:57:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:57:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:58:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:58:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:59:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:59:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:60:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:60:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:61:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:61:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:62:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:62:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:63:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:63:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:64:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:64:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:68:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:68:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:74:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:74:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:75:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:75:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:334:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:334:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:335:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:335:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:336:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:336:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:337:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:337:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:338:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:338:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:339:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:339:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:340:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:340:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:341:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:341:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:345:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:345:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:351:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:351:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:352:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:352:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:611:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:611:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:612:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:612:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:613:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:613:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:614:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:614:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:615:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:615:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:616:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:616:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:617:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:617:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:618:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:618:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:619:18: style: The scope of the variable 'pxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:619:25: style: The scope of the variable 'pxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:620:19: style: The scope of the variable 'pdxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:620:27: style: The scope of the variable 'pdxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:621:20: style: The scope of the variable 'pldxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:621:29: style: The scope of the variable 'pldxout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:625:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:625:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:631:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:631:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:632:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:632:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:886:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:886:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:887:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:887:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:888:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:888:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:889:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:889:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:890:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:890:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:891:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:891:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:892:10: style: The scope of the variable 'pfin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:892:17: style: The scope of the variable 'pfout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:893:9: style: The scope of the variable 'xr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:893:13: style: The scope of the variable 'xi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:894:10: style: The scope of the variable 'dxr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:894:15: style: The scope of the variable 'dxi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:895:11: style: The scope of the variable 'pdin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:895:18: style: The scope of the variable 'pdout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:896:18: style: The scope of the variable 'pxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:897:19: style: The scope of the variable 'pdxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:898:20: style: The scope of the variable 'pldxin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:903:11: style: The scope of the variable 'pldin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:903:19: style: The scope of the variable 'pldout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:904:18: style: The scope of the variable 'ldxr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:904:24: style: The scope of the variable 'ldxi' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:910:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:910:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:911:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:911:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1182:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1182:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1183:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1183:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1184:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1184:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1185:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1185:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1186:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1186:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1187:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1187:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1188:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1188:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1193:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1193:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1194:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1194:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1308:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1308:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1309:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1309:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1310:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1310:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1311:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1311:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1312:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1312:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1313:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1313:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1314:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1314:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1319:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1319:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1320:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1320:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1434:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1434:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1435:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1435:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1436:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1436:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1437:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1437:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1438:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1438:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1439:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1439:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1440:21: style: The scope of the variable 'pboolin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1440:31: style: The scope of the variable 'pboolout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1445:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1445:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1446:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1446:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1552:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1552:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1553:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1553:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1554:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1554:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1555:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1555:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1556:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1556:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1557:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1557:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1558:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1558:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1563:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1563:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1564:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1564:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1723:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1723:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1724:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1724:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1725:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1725:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1726:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1726:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1727:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1727:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1728:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1728:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1729:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1729:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1734:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1734:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1735:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1735:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1894:8: style: The scope of the variable 'piin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1894:15: style: The scope of the variable 'piout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1895:9: style: The scope of the variable 'plin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1895:16: style: The scope of the variable 'plout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1896:10: style: The scope of the variable 'psin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1896:17: style: The scope of the variable 'psout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1897:18: style: The scope of the variable 'pusin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1897:26: style: The scope of the variable 'pusout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1898:12: style: The scope of the variable 'puin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1898:19: style: The scope of the variable 'puout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1899:17: style: The scope of the variable 'pulin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1899:25: style: The scope of the variable 'pulout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1900:17: style: The scope of the variable 'pucin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1900:25: style: The scope of the variable 'pucout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1905:9: style: The scope of the variable 'pllin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1905:17: style: The scope of the variable 'pllout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1906:18: style: The scope of the variable 'pullin' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:1906:27: style: The scope of the variable 'pullout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2065:25: style: The scope of the variable 'pffout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2066:25: style: The scope of the variable 'pfiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2067:25: style: The scope of the variable 'pddout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2068:25: style: The scope of the variable 'pdiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2069:27: style: The scope of the variable 'pldiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2070:25: style: The scope of the variable 'piiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2071:26: style: The scope of the variable 'pliout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2072:27: style: The scope of the variable 'psiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2203:25: style: The scope of the variable 'pffout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2204:25: style: The scope of the variable 'pfiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2205:25: style: The scope of the variable 'pddout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2206:25: style: The scope of the variable 'pdiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2207:27: style: The scope of the variable 'pldiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2208:25: style: The scope of the variable 'piiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2209:26: style: The scope of the variable 'pliout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreduce.c:2210:27: style: The scope of the variable 'psiout' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamreqs.c:459:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamsend.c:109:40: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition]
lam-7.1.4/share/mpi/lamsig.c:120:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamsig.c:124:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:50:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:110:10: style: The scope of the variable 'max' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamspawn.c:112:21: style: The scope of the variable 'module' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:278:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:279:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:280:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:281:18: style: The scope of the variable 'pto' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:334:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:335:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:336:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:337:18: style: The scope of the variable 'pto' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:388:16: style: The scope of the variable 'psrc' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:389:19: style: The scope of the variable 'ptrr' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:390:17: style: The scope of the variable 'pinit' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:391:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:392:7: style: The scope of the variable 'trsize' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamtrace.c:658:10: style: The scope of the variable 'totaltime' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:280:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:420:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:576:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:577:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:578:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:627:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:628:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:629:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:676:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:677:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:678:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:679:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:727:8: style: The scope of the variable 'blklen' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:728:12: style: The scope of the variable 'disp' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:729:16: style: The scope of the variable 'type' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamunpack.c:730:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamupdown.c:359:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/lamupdown.c:359:10: style: The scope of the variable 'myrank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/opcreate.c:77:7: style: The scope of the variable 'class' can be reduced. [variableScope]
lam-7.1.4/share/mpi/put.c:117:15: warning: Either the condition 'header==0' is redundant or there is possible null pointer dereference: header. [nullPointerRedundantCheck]
lam-7.1.4/share/mpi/put.c:118:13: note: Assuming that condition 'header==0' is not redundant
lam-7.1.4/share/mpi/put.c:117:15: note: Null pointer dereference
lam-7.1.4/share/mpi/put.c:117:15: error: Memory is allocated but not initialized: header [uninitdata]
lam-7.1.4/share/mpi/recv.c:172:42: style: Redundant condition: err!=MPI_SUCCESS. 'err==MPI_SUCCESS || (err!=MPI_SUCCESS && errno!=EBUSY)' is equivalent to 'err==MPI_SUCCESS || errno!=EBUSY' [redundantCondition]
lam-7.1.4/share/mpi/reduce.c:89:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/reqfree.c:72:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/scatter.c:132:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lam-7.1.4/share/mpi/spawn.c:715:12: style: The scope of the variable 'aschema' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:716:11: style: The scope of the variable 'argv_n' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:720:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:722:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:952:19: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:1001:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:1001:20: style: The scope of the variable 'num_left' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawn.c:565:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/mpi/spawn.c:624:21: error: Memory leak: world [memleak]
lam-7.1.4/share/mpi/spawn.c:638:3: error: Memory leak: worldout [memleak]
lam-7.1.4/share/mpi/spawn.c:895:6: error: Memory leak: routes [memleak]
lam-7.1.4/share/mpi/spawn.c:406:0: error: Memory leak: ecodes [memleak]
lam-7.1.4/share/mpi/spawnmult.c:217:9: style: The scope of the variable 'app' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawnmult.c:765:19: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/spawnmult.c:486:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/mpi/spawnmult.c:549:21: error: Memory leak: world [memleak]
lam-7.1.4/share/mpi/spawnmult.c:563:3: error: Memory leak: worldout [memleak]
lam-7.1.4/share/mpi/startall.c:83:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tdarray.c:271:0: error: Memory leak: offsets [memleak]
lam-7.1.4/share/mpi/tdarray.c:271:0: error: Memory leak: coords [memleak]
lam-7.1.4/share/mpi/testsome.c:68:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tfree.c:62:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tindex.c:88:7: style: The scope of the variable 'oldext' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tresize.c:62:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/tresize.c:63:19: style: The scope of the variable 'pk' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wait.c:96:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitall.c:58:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitall.c:63:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitany.c:84:10: style: The scope of the variable 'finisht' can be reduced. [variableScope]
lam-7.1.4/share/mpi/waitsome.c:80:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wcreate.c:116:3: error: Memory leak: win [memleak]
lam-7.1.4/share/mpi/wcreate.c:136:3: error: Memory leak: win [memleak]
lam-7.1.4/share/mpi/wcreate.c:136:3: error: Memory leak: win.w_pstate [memleak]
lam-7.1.4/share/mpi/wfence.c:115:0: error: Memory leak: reqs [memleak]
lam-7.1.4/share/mpi/wfree.c:63:19: style: The scope of the variable 'keystate' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wpost.c:62:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wpost.c:63:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wstart.c:68:7: style: The scope of the variable 'rank' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wstart.c:110:0: error: Memory leak: reqs [memleak]
lam-7.1.4/share/mpi/wtick.c:44:10: style: The scope of the variable 't' can be reduced. [variableScope]
lam-7.1.4/share/mpi/wtick.c:45:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_ao.c:58:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_ao.c:59:7: style: The scope of the variable 'buflen' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:68:7: style: The scope of the variable 'happy' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:71:8: style: The scope of the variable 'addr_ntoa' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:72:9: style: The scope of the variable 'new_hostname' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:76:19: style: The scope of the variable 'h' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_hostmap.c:77:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_find.c:185:15: warning: Either the condition 'end!=NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lam-7.1.4/share/ssi/base/ssi_module_find.c:181:13: note: Assuming that condition 'end!=NULL' is not redundant
lam-7.1.4/share/ssi/base/ssi_module_find.c:185:15: note: Null pointer addition
lam-7.1.4/share/ssi/base/ssi_module_find.c:280:16: style: The scope of the variable 'deps' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_find.c:450:24: warning: Char literal compared with pointer 'p'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:7: style: The scope of the variable 'non_null' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:160:20: style: The scope of the variable 'changed' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:242:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_module_registry.c:242:11: style: The scope of the variable 'deps' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:162:34: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:32: style: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:43: note: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:32: note: Function 'try_level' argument 2 names different: declaration 'rpi' definition 'rpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:48: style: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:54: note: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:48: note: Function 'try_level' argument 3 names different: declaration 'coll' definition 'coll_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:65: style: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:39:66: note: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'.
lam-7.1.4/share/ssi/base/ssi_mpi_module_select.c:160:65: note: Function 'try_level' argument 4 names different: declaration 'crmpi' definition 'crmpi_list'.
lam-7.1.4/share/ssi/base/ssi_param.c:140:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_param.c:140:10: style: The scope of the variable 'size' can be reduced. [variableScope]
lam-7.1.4/share/ssi/base/ssi_set_verbose.c:61:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lam-7.1.4/share/ssi/base/ssi_set_verbose.c:72:7: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lam-7.1.4/share/ssi/boot/base/ssi_boot_do_args.c:61:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_find_prefix.c:42:9: style: The scope of the variable 'prefix_keyval' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_ioexecvp.c:69:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:185:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:255:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:173:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_open.c:244:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_server.c:315:8: style: The scope of the variable 'ip_addr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/base/ssi_boot_server.c:316:8: style: The scope of the variable 'ip_port' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:565:13: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:564:13: note: Variable 'ret' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:565:13: note: Variable 'ret' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:147:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:871:7: style: The scope of the variable 'errno_save' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:208:48: style: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:53:54: note: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:208:48: note: Function 'lam_ssi_boot_bproc_parse_options' argument 2 names different: declaration 'schema' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:236:12: style: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:55:46: note: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:236:12: note: Function 'lam_ssi_boot_bproc_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:611:51: style: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/bproc/src/lam-ssi-boot-bproc.h:68:57: note: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'.
lam-7.1.4/share/ssi/boot/bproc/src/ssi_boot_bproc.c:611:51: note: Function 'lam_ssi_boot_bproc_start_rte_proc' argument 1 names different: declaration 'nodes' definition 'node'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:354:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:474:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:164:49: style: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/lam-ssi-boot-globus.h:50:55: note: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:164:49: note: Function 'lam_ssi_boot_globus_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:188:13: style: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/lam-ssi-boot-globus.h:52:16: note: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus.c:188:13: note: Function 'lam_ssi_boot_globus_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:20: style: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:32: note: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:20: note: Function 'add_globusrun' argument 1 names different: declaration 'argc' definition 'cmdc'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:34: style: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:46: note: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:34: note: Function 'add_globusrun' argument 2 names different: declaration 'argv' definition 'cmdv'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:46: style: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:58:58: note: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'.
lam-7.1.4/share/ssi/boot/globus/src/ssi_boot_globus_inetexec.c:138:46: note: Function 'add_globusrun' argument 3 names different: declaration 'globusloc' definition 'globuslocation'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:447:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:227:46: style: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/rsh/src/lam-ssi-boot-rsh.h:56:52: note: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:227:46: note: Function 'lam_ssi_boot_rsh_parse_options' argument 2 names different: declaration 'bhost_schema_args' definition 'boot_schema_args'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:254:10: style: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/rsh/src/lam-ssi-boot-rsh.h:58:16: note: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:254:10: note: Function 'lam_ssi_boot_rsh_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh.c:167:13: style: Variable 'env_dup' is allocated memory that is never used. [unusedAllocatedMemory]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:84:3: style: Variable 'fl_fast' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:72:0: note: Variable 'fl_fast' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:84:3: note: Variable 'fl_fast' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/boot/rsh/src/ssi_boot_rsh_inetexec.c:273:14: style: The scope of the variable 'need_quote' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:288:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:654:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:745:7: style: The scope of the variable 'argc' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:746:10: style: The scope of the variable 'argv' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:1169:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:52: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:53:58: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:52: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 1 names different: declaration 'nodes' definition 'nodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:68: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:53:70: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:285:68: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 2 names different: declaration 'nnodes' definition 'nnodes_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:286:40: style: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:54:11: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm.c:286:40: note: Function 'lam_ssi_boot_slurm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:43:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:41:41: style: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/slurm/src/lam-ssi-boot-slurm.h:65:56: note: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'.
lam-7.1.4/share/ssi/boot/slurm/src/ssi_boot_slurm_hostlist.c:41:41: note: Function 'lam_ssi_boot_slurm_parse_hostlist' argument 1 names different: declaration 'str' definition 'regexp'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:123:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:392:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:203:10: style: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/boot/tm/src/lam-ssi-boot-tm.h:53:16: note: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm.c:203:10: note: Function 'lam_ssi_boot_tm_allocate_nodes' argument 3 names different: declaration 'origin' definition 'origin_arg'.
lam-7.1.4/share/ssi/boot/tm/src/ssi_boot_tm_bhost.c:116:7: error: Common realloc mistake: 'lamnet' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/coll/base/ssi_coll_finalize_comm.c:32:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:78:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:499:59: style: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:61:70: note: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_init_comm.c:499:59: note: Function 'replace_null_with_lam_basic' argument 1 names different: declaration 'sel_module' definition 'selected_module'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_open.c:165:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/coll/base/ssi_coll_open.c:77:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:133:25: style: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:42:36: note: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:133:25: note: Function 'thread_query' argument 1 names different: declaration 'module' definition 'ls'.
lam-7.1.4/share/ssi/coll/base/ssi_coll_query.c:155:7: error: Uninitialized variable: ret [uninitvar]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:10: style: The scope of the variable 'nmasters' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:28: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:35: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:40: style: The scope of the variable 'hibit' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:47: style: The scope of the variable 'mask' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_barrier.c:43:53: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:25: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:32: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:41: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:47: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:96:52: style: The scope of the variable 'hibit' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:97:10: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_bcast.c:97:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:15: style: The scope of the variable 'mynum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:22: style: The scope of the variable 'rootnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:31: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:74:37: style: The scope of the variable 'dim' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/impi/src/ssi_coll_impi_reduce.c:75:7: style: The scope of the variable 'peer' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic.c:358:34: style: The scope of the variable 'lblcd' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic.c:300:9: error: Uninitialized variable: size [uninitvar]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgather.c:74:21: style: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:155:20: note: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgather.c:74:21: note: Function 'lam_ssi_coll_lam_basic_allgather_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allgatherv.c:47:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allreduce.c:66:21: style: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:159:20: note: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_allreduce.c:66:21: note: Function 'lam_ssi_coll_lam_basic_allreduce_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:250:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:250:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:247:20: style: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:163:19: note: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoall.c:247:20: note: Function 'lam_ssi_coll_lam_basic_alltoall_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:256:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:256:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:253:21: style: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:170:22: note: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallv.c:253:21: note: Function 'lam_ssi_coll_lam_basic_alltoallv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:248:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:248:12: style: The scope of the variable 'dst' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:245:21: style: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:177:20: note: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_alltoallw.c:245:21: note: Function 'lam_ssi_coll_lam_basic_alltoallw_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_barrier.c:46:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_barrier.c:185:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:194:7: style: The scope of the variable 'nreqs' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:195:7: style: The scope of the variable 'nacks' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:197:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:327:7: style: The scope of the variable 'nacks' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_bcast.c:329:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:96:7: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:94:7: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_exscan.c:96:7: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gather.c:115:28: style: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:185:27: note: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gather.c:115:28: note: Function 'lam_ssi_coll_lam_basic_gather_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:51:9: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:116:19: style: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:190:18: note: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_gatherv.c:116:19: note: Function 'lam_ssi_coll_lam_basic_gatherv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce.c:280:28: style: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:193:27: note: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce.c:280:28: note: Function 'lam_ssi_coll_lam_basic_reduce_inter' argument 7 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:117:19: style: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:197:29: note: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:117:19: note: Function 'lam_ssi_coll_lam_basic_reduce_scatter_inter' argument 6 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_reduce_scatter.c:160:0: error: Memory leak: disps [memleak]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatter.c:113:29: style: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:201:28: note: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatter.c:113:29: note: Function 'lam_ssi_coll_lam_basic_scatter_inter' argument 8 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:52:9: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:118:20: style: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/lam_basic/src/lam-ssi-coll-lam-basic.h:206:19: note: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/lam_basic/src/ssi_coll_lam_basic_scatterv.c:118:20: note: Function 'lam_ssi_coll_lam_basic_scatterv_inter' argument 9 names different: declaration 'comm' definition 'intercomm'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:412:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:189:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:189:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:192:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:192:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:196:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:196:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:197:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:197:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:198:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:198:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:199:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:199:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:200:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:200:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:201:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:201:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:202:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:202:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:203:3: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:203:3: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:204:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:204:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:206:7: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:206:7: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:207:10: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:207:10: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:211:28: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:211:28: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:213:32: warning: Either the condition 'lcd==NULL' is redundant or there is possible null pointer dereference: lcd. [nullPointerRedundantCheck]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:186:11: note: Assuming that condition 'lcd==NULL' is not redundant
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:213:32: note: Null pointer dereference
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:146:7: style: The scope of the variable 'invalid_shmemid' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem.c:147:7: style: The scope of the variable 'invalid_semid' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:55:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:55:51: style: The scope of the variable 'recieve_from_rank' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:56:0: style: The scope of the variable 'rcounts_per_rank_to_copy' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:9: style: The scope of the variable 'src' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:22: style: The scope of the variable 'src1' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_alltoall.c:58:29: style: The scope of the variable 'dest1' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:150:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:314:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:398:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:398:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:446:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:446:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:70:18: style: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/shmem/src/lam-ssi-coll-shmem.h:133:50: note: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:70:18: note: Function 'lam_ssi_coll_shmem_create_area' argument 2 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:130:18: style: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/coll/shmem/src/lam-ssi-coll-shmem.h:134:55: note: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:130:18: note: Function 'lam_ssi_coll_shmem_attach_area' argument 3 names different: declaration 'ptr' definition 'lam_devices_shmem_membase_ptr'.
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:55:20: style: union member 'lam_semun_t::buf' is never used. [unusedStructMember]
lam-7.1.4/share/ssi/coll/shmem/src/ssi_coll_shmem_util.c:56:19: style: union member 'lam_semun_t::array' is never used. [unusedStructMember]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp.c:151:7: style: The scope of the variable 'node' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp.c:364:0: error: Memory leak: temp_array_for_holding_global_ranks [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:59:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:58:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:59:5: note: Variable 'err' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:102:2: error: Memory leak: local_sizes [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:102:2: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:113:0: error: Memory leak: local_sizes [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgather.c:113:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:53:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:53:25: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:198:34: style: The scope of the variable 'prev_reorder_count' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:175:0: error: Memory leak: recv_coord_counts [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allgatherv.c:175:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:80:9: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:158:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_allreduce.c:129:11: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce.c:77:9: style: The scope of the variable 'send_ptr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:156:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:156:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:311:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:233:0: error: Memory leak: coord_send_counts [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_reduce_scatter.c:233:0: error: Memory leak: global_disp [memleak]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_scan.c:220:9: style: The scope of the variable 'inbuf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/coll/smp/src/ssi_coll_smp_util.c:108:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:253:32: style: Redundant condition: If 'EXPR == 'X'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:240:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:302:7: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:11: style: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:41:23: note: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:11: note: Function 'i2a' argument 1 names different: declaration 'string_start' definition 's'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:31: style: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:41:54: note: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'.
lam-7.1.4/share/ssi/crlam/base/ssi_crlam.c:298:31: note: Function 'i2a' argument 3 names different: declaration 'num' definition 'orig_num'.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:582:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:578:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:582:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:695:3: style: Variable 'cr_restart' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:687:0: note: Variable 'cr_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:695:3: note: Variable 'cr_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:796:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:793:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:796:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:689:7: style: The scope of the variable 'asc_line_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:871:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:152:27: style: Variable 'cr_thread_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:155:27: style: Variable 'cr_signal_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:899:7: error: Memory pointed to by 'context_file' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:909:3: error: Memory pointed to by 'tmp' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:910:3: error: Memory pointed to by 'context_file' is freed twice. [doubleFree]
lam-7.1.4/share/ssi/crlam/blcr/src/ssi_crlam_blcr.c:725:0: error: Memory leak: asc_line [memleak]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:567:3: style: Variable 'crdir' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:563:0: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:567:3: note: Variable 'crdir' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:637:3: style: Variable 'cr_self_restart' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:625:0: note: Variable 'cr_self_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:637:3: note: Variable 'cr_self_restart' is reassigned a value before the old one has been used.
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:103:41: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:627:7: style: The scope of the variable 'asc_line_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:713:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:714:7: style: The scope of the variable 'str_len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:715:9: style: The scope of the variable 'args' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:716:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crlam/self/src/ssi_crlam_self.c:667:0: error: Memory leak: asc_line [memleak]
lam-7.1.4/share/ssi/crmpi/base/ssi_crmpi_lock.c:135:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crmpi/base/ssi_crmpi_open.c:76:7: style: Unused variable: i [unusedVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:135:27: style: Variable 'cr_thread_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:138:27: style: Variable 'cr_signal_callback_id' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/blcr/src/ssi_crmpi_blcr.c:278:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/crmpi/self/src/ssi_crmpi_self.c:134:9: style: The scope of the variable 'cr' can be reduced. [variableScope]
lam-7.1.4/share/ssi/crmpi/self/src/ssi_crmpi_self.c:416:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_cbuf.c:115:32: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_cbuf.c:183:7: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:77:18: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:126:59: style: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:47:70: note: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'.
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_init.c:126:59: note: Function 'initialize_1_0_0' argument 2 names different: declaration 'module' definition 'module_1_0_0'.
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:172:39: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:242:37: style: Redundant condition: ls->ssi_open_module!=NULL. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:161:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_open.c:232:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_query.c:57:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/base/ssi_rpi_query.c:59:18: style: The scope of the variable 'module' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:863:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:1214:63: style: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:137:36: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:1214:63: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp.c:849:3: error: Memory leak: msg.cm_buf [memleak]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_cr.c:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:386:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:769:7: style: The scope of the variable 'extra' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1109:7: style: The scope of the variable 'msgbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1182:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1183:7: style: The scope of the variable 'num' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1276:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:1334:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/crtcp/src/ssi_rpi_crtcp_low.c:2154:7: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:904:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:904:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:12: style: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:70:58: note: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:12: note: Function 'lam_ssi_rpi_gm_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:26: style: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:70:71: note: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:240:26: note: Function 'lam_ssi_rpi_gm_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:1292:31: style: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/lam-ssi-rpi-gm.h:67:37: note: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:1292:31: note: Function 'lam_ssi_rpi_gm_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:994:12: style: Variable 'mygps' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm.c:879:2: error: Memory leak: msg.cm_extra [memleak]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:136:31: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:333:7: style: The scope of the variable 'fast' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:335:20: style: The scope of the variable 'event' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:447:7: style: The scope of the variable 'fast' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:448:20: style: The scope of the variable 'event' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:215:65: style: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:48:69: note: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:215:65: note: Function 'lam_ssi_rpi_gm_get_port' argument 2 names different: declaration 'port' definition 'rgp'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:311:51: style: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:49:55: note: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:311:51: note: Function 'lam_ssi_rpi_gm_gm_finalize' argument 1 names different: declaration 'port' definition 'myport'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:666:60: style: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:70:64: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:666:60: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 2 names different: declaration 'cbk_unpin' definition 'callback_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:667:60: style: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_actions.h:71:64: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_actions.c:667:60: note: Function 'lam_ssi_rpi_gm_put_long_body' argument 3 names different: declaration 'cbk_no_unpin' definition 'callback_no_unpin'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_cr.c:638:31: style: The scope of the variable 'env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:154:19: style: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:58:32: note: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_dreg.c:154:19: note: Function 'dma_malloc' argument 1 names different: declaration 'size' definition 'len'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:237:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:283:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:322:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_interval.c:375:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:566:40: style: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:64:51: note: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_long_get.c:566:40: note: Function 'sender_recv_ack' argument 2 names different: declaration 'bogus_recvd_data' definition 'raw_env_data'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_reqlist.c:215:41: style: The scope of the variable 'rli' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:125:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:127:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:196:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_send_queue.c:198:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:43:36: style: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_unexpected.h:32:40: note: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:43:36: note: Function 'lam_ssi_rpi_gm_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:181:64: style: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/gm/src/rpi_gm_unexpected.h:33:68: note: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/gm/src/ssi_rpi_gm_unexpected.c:181:64: note: Function 'lam_ssi_rpi_gm_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:943:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:943:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1190:28: style: The scope of the variable 'rpi' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1191:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:12: style: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:69:58: note: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:12: note: Function 'lam_ssi_rpi_ib_init' argument 3 names different: declaration 'maxtag' definition 'max_tag'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:26: style: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:69:71: note: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:239:26: note: Function 'lam_ssi_rpi_ib_init' argument 4 names different: declaration 'maxcid' definition 'max_cid'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1303:31: style: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/lam-ssi-rpi-ib.h:66:37: note: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1303:31: note: Function 'lam_ssi_rpi_ib_free_mem' argument 1 names different: declaration 'baseptr' definition 'base'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:1033:12: style: Variable 'mygps' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib.c:918:2: error: Memory leak: msg.cm_extra [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:258:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:793:7: style: The scope of the variable 'there_is_more' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:795:10: style: The scope of the variable 'done' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:34: style: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:44:38: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:34: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 1 names different: declaration 'appending' definition 'has_been_appended'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:57: style: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:44:53: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:254:57: note: Function 'lam_ssi_rpi_ib_initialize_ib' argument 2 names different: declaration 'num_appended' definition 'nprocs'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:573:51: style: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:50:55: note: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:573:51: note: Function 'lam_ssi_rpi_ib_push_envelope' argument 2 names different: declaration 'sync' definition 'sync_send'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:34: style: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:52:38: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:34: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 1 names different: declaration 'n' definition 'num_posts'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:70: style: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:52:66: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:645:70: note: Function 'lam_ssi_rpi_ib_post_recv_buf' argument 2 names different: declaration 'p' definition 'rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:749:13: style: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_actions.h:63:69: note: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:749:13: note: Function 'lam_ssi_rpi_ib_get_long_body' argument 3 names different: declaration 'recv_eln' definition 'recv_len'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:1023:53: style: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:70:57: note: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_actions.c:1023:53: note: Function 'fc_send_completion_handler' argument 1 names different: declaration 'p' definition 'p_rpi'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:59:7: style: The scope of the variable 'addsize' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:60:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:53: style: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:37:57: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:53: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 1 names different: declaration 'bmap' definition 'map'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:62: style: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:37:67: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:56:62: note: Function 'lam_ssi_rpi_ib_bitmap_extend' argument 2 names different: declaration 'num_elements' definition 'nelem'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:102:65: style: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:39:69: note: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:102:65: note: Function 'lam_ssi_rpi_ib_bitmap_set_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:119:67: style: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:41:72: note: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:119:67: note: Function 'lam_ssi_rpi_ib_bitmap_clear_elem' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:136:63: style: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_bitmap.h:43:67: note: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:136:63: note: Function 'lam_ssi_rpi_ib_bitmap_is_set' argument 2 names different: declaration 'index' definition 'i'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_bitmap.c:44:0: error: Memory leak: map [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:189:7: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:443:7: style: The scope of the variable 'compvalue' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:319:27: style: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_hashmap.h:80:31: note: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:319:27: note: Function 'lam_map_destroy' argument 1 names different: declaration 'lmap' definition 'lmap_ptr'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:79:5: error: Memory leak: lmap [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:83:5: error: Memory leak: lmap [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_hashmap.c:83:5: error: Memory leak: lmap.root_ptr [memleak]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:61:7: style: The scope of the variable 'num_to_repost' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:57:58: style: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_recv_events.h:28:62: note: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_recv_events.c:57:58: note: Function 'lam_ssi_rpi_ib_receive_envelope' argument 1 names different: declaration 'p' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_reqlist.c:216:41: style: The scope of the variable 'rli' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:69:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:161:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:7: style: The scope of the variable 'num_recvd_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:22: style: The scope of the variable 'num_sent_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:163:36: style: The scope of the variable 'num_recv_free_slots' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:226:47: style: The scope of the variable 'rli_prev' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:7: style: The scope of the variable 'num_recvd_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:22: style: The scope of the variable 'num_sent_env' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_send_queue.c:228:36: style: The scope of the variable 'num_recv_free_slots' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:43:36: style: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_unexpected.h:30:40: note: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:43:36: note: Function 'lam_ssi_rpi_ib_unexpected_advance' argument 2 names different: declaration 'bmsg' definition 'msg'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:189:64: style: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/ib/src/rpi_ib_unexpected.h:31:68: note: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/ib/src/ssi_rpi_ib_unexpected.c:189:64: note: Function 'lam_ssi_rpi_ib_unexpected_receive_env' argument 1 names different: declaration 'src_c2c' definition 'src_proc'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:174:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:280:19: style: The scope of the variable 'pmfyi' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:281:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:464:7: style: The scope of the variable 'ret_movement' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:683:18: style: The scope of the variable 'sel' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:778:18: style: The scope of the variable 'sel' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1170:16: style: The scope of the variable 'msg_ack' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1171:16: style: The scope of the variable 'msg_ger' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1172:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1562:7: style: The scope of the variable 'flag_block' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:1563:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:38: style: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:61:42: note: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:38: note: Function 'lam_ssi_rpi_lamd_init' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:53: style: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:61:53: note: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:171:53: note: Function 'lam_ssi_rpi_lamd_init' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:42: style: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:50:48: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:42: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 1 names different: declaration 'procs' definition 'arg_procs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:57: style: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/lamd/src/lam-ssi-rpi-lamd.h:50:59: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:221:57: note: Function 'lam_ssi_rpi_lamd_addprocs' argument 2 names different: declaration 'nprocs' definition 'arg_nprocs'.
lam-7.1.4/share/ssi/rpi/lamd/src/ssi_rpi_lamd.c:795:43: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:666:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:853:7: style: The scope of the variable 'mynshm' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:1107:7: error: Common realloc mistake: 'lam_ssi_rpi_sysv_read' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv.c:1111:7: error: Common realloc mistake: 'lam_ssi_rpi_sysv_write' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:77:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:109:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:193:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:356:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:493:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:494:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:595:7: style: The scope of the variable 'lock' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:596:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:710:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:759:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:760:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_low.c:1108:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_shm.c:190:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/sysv/src/ssi_rpi_sysv_shm.c:237:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:622:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:190:37: style: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/lam-ssi-rpi-tcp.h:61:41: note: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:190:37: note: Function 'lam_ssi_rpi_tcp_init' argument 1 names different: declaration 'procs' definition 'tcp_procs'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:973:63: style: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:88:22: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp.c:973:63: note: Function 'fill_sync' argument 3 names different: declaration 'hea' definition 'head'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:377:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:743:7: style: The scope of the variable 'extra' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1083:7: style: The scope of the variable 'msgbytes' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1200:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1251:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1301:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1473:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1523:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1896:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1978:7: style: The scope of the variable 'nread' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1248:12: style: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'. [funcArgNamesDifferent]
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:88:23: note: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'.
lam-7.1.4/share/ssi/rpi/tcp/src/ssi_rpi_tcp_low.c:1248:12: note: Function 'swrite' argument 1 names different: declaration 'p' definition 'sock'.
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:681:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:869:7: style: The scope of the variable 'mynshm' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:1112:7: error: Common realloc mistake: 'lam_ssi_rpi_usysv_read' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv.c:1115:7: error: Common realloc mistake: 'lam_ssi_rpi_usysv_write' nulled but not freed upon failure [memleakOnRealloc]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:78:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:337:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:466:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:559:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:667:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:714:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:715:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_low.c:1049:10: style: The scope of the variable 'starttime' can be reduced. [variableScope]
lam-7.1.4/share/ssi/rpi/usysv/src/ssi_rpi_usysv_shm.c:70:8: style: The scope of the variable 'obj' can be reduced. [variableScope]
lam-7.1.4/share/threads/lammutex.c:97:11: style: Condition 'ret==0' is always false [knownConditionTrueFalse]
lam-7.1.4/share/threads/lammutex.c:95:10: note: Assignment 'ret=-1', assigned value is -1
lam-7.1.4/share/threads/lammutex.c:97:11: note: Condition 'ret==0' is always false
lam-7.1.4/share/totalview/src/dll_lam.c:204:29: style: The scope of the variable 'g_procs' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:204:54: style: The scope of the variable 'commptr' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:204:63: style: The scope of the variable 'commbase' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:205:24: style: The scope of the variable 'flag' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:790:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:791:15: style: The scope of the variable 'cid' can be reduced. [variableScope]
lam-7.1.4/share/totalview/src/dll_lam.c:792:15: style: The scope of the variable 'list' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rflat.c:161:12: style: The scope of the variable 'envs' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rhreq.c:64:7: style: The scope of the variable 'received' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rhreq.c:65:10: style: The scope of the variable 'end' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rpcreate.c:72:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rpgo.c:85:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:62:11: style: The scope of the variable 'r' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:66:12: style: The scope of the variable 'fullpath' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:67:12: style: The scope of the variable 'cwd' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rploadgo.c:150:12: style: The scope of the variable 'cwd' can be reduced. [variableScope]
lam-7.1.4/share/trillium/rtrname.c:249:3: error: Memory leak: data [memleak]
lam-7.1.4/share/trillium/rtrname.c:253:2: error: Memory leak: data [memleak]
lam-7.1.4/share/tstdio/getbuf.c:38:7: error: Memory leak: _base [memleak]
lam-7.1.4/share/tstdio/tfclose.c:72:9: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:45:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:80:6: style: The scope of the variable 'f' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfflush.c:80:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tfread.c:47:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tprint.c:854:7: style: The scope of the variable 'msdigit' can be reduced. [variableScope]
lam-7.1.4/share/tstdio/tprint.c:1141:6: style: The scope of the variable 'digit' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:77:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:84:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:85:19: style: The scope of the variable 'debug_loc' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:88:19: style: The scope of the variable 'opt_prefix' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:89:19: style: The scope of the variable 'tkill_path' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:90:19: style: The scope of the variable 'path_env' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:91:18: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:93:18: style: The scope of the variable 'tkill_len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:95:18: style: The scope of the variable 'len' can be reduced. [variableScope]
lam-7.1.4/tools/hboot/hboot.c:211:19: error: Memory leak: prefix [memleak]
lam-7.1.4/tools/hboot/hboot.c:218:19: error: Memory leak: prefix [memleak]
lam-7.1.4/tools/lamboot/lamboot.c:72:7: style: The scope of the variable 'cmdv0_len' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:397:54: style: Same expression on both sides of '=='. [duplicateExpression]
lam-7.1.4/tools/laminfo/laminfo.cc:130:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:228:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:228:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:318:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:337:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:356:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:374:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:375:20: style: The scope of the variable 'ls' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:395:8: style: The scope of the variable 'printed' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:507:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:507:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:631:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:631:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lam-7.1.4/tools/laminfo/laminfo.cc:229:23: style: Unused variable: module [unusedVariable]
lam-7.1.4/tools/laminfo/laminfo.cc:434:17: style: Variable 'printed' is assigned a value that is never used. [unreadVariable]
lam-7.1.4/tools/tkill/tkill.c:74:2: style: Variable 'ad' is reassigned a value before the old one has been used. [redundantAssignment]
lam-7.1.4/tools/tkill/tkill.c:65:0: note: Variable 'ad' is reassigned a value before the old one has been used.
lam-7.1.4/tools/tkill/tkill.c:74:2: note: Variable 'ad' is reassigned a value before the old one has been used.
lam-7.1.4/tools/tkill/tkill.c:66:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lam-7.1.4/tools/tkill/tkill.c:69:19: style: The scope of the variable 'debug_loc' can be reduced. [variableScope]
lam-7.1.4/tools/wipe/wipe.c:56:7: style: The scope of the variable 'cmdv0_len' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_cc.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_cxx.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
lam-7.1.4/tools/wrappers/wrap_f77.cc:493:7: style: The scope of the variable 'start' can be reduced. [variableScope]
[02:04]

ftp://ftp.se.debian.org/debian/pool/main/l/lamarc/lamarc_2.1.10.1+dfsg.orig.tar.xz
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:398:61: style: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:92:52: note: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:398:61: note: Function 'GetValAtPercentileForRegion' argument 1 names different: declaration 'percentile' definition 'val'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:644:72: style: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:104:63: note: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:644:72: note: Function 'GetMinParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:657:72: style: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:105:63: note: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:657:72: note: Function 'GetMaxParamValFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:670:69: style: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:106:63: note: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:670:69: note: Function 'GetBinWidthFromCurve' argument 2 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:681:38: style: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:108:31: note: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:681:38: note: Function 'GetIsLog' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:694:52: style: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:110:41: note: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:694:52: note: Function 'GetNumUniquePoints' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:701:46: style: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayesanalyzer_1d.h:111:37: note: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesanalyzer_1d.cpp:701:46: note: Function 'GetKernelWidth' argument 1 names different: declaration 'parameter' definition 'pnum'.
lamarc/src/bayeslike/bayesparamlike_1d.h:38:16: style: Technically the member function 'BayesParamLike_1D::GetSmoothedCurve' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:39:15: style: Technically the member function 'BayesParamLike_1D::GetPriorType' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:40:12: style: Technically the member function 'BayesParamLike_1D::GetKernelWidth' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.h:33:5: style: Class 'BayesParamLike_1D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/bayeslike/bayescurve.h:50:46: performance: Function parameter 'bcurve_vec' should be passed by const reference. [passedByValue]
lamarc/src/bayeslike/bayescurve.cpp:57:49: style: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'. [funcArgNamesDifferent]
lamarc/src/bayeslike/bayescurve.h:50:46: note: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'.
lamarc/src/bayeslike/bayescurve.cpp:57:49: note: Function 'BayesCurve' argument 1 names different: declaration 'bcurve_vec' definition 'srcvec'.
lamarc/src/bayeslike/bayescurve.h:86:12: style: Unused private function: 'BayesCurve::EpanechnikovKernel' [unusedPrivateFunction]
lamarc/src/bayeslike/bayescurve.h:87:12: style: Unused private function: 'BayesCurve::GaussianKernel' [unusedPrivateFunction]
lamarc/src/bayeslike/bayescurve.h:85:12: performance: Technically the member function 'BayesCurve::BiweightKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:499:20: note: Technically the member function 'BayesCurve::BiweightKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:85:12: note: Technically the member function 'BayesCurve::BiweightKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:86:12: performance: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:510:20: note: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:86:12: note: Technically the member function 'BayesCurve::EpanechnikovKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:87:12: performance: Technically the member function 'BayesCurve::GaussianKernel' can be static. [functionStatic]
lamarc/src/bayeslike/bayescurve.cpp:521:20: note: Technically the member function 'BayesCurve::GaussianKernel' can be static.
lamarc/src/bayeslike/bayescurve.h:87:12: note: Technically the member function 'BayesCurve::GaussianKernel' can be static.
lamarc/src/bayeslike/bayescurve.cpp:57:49: performance: Function parameter 'srcvec' should be passed by const reference. [passedByValue]
lamarc/src/bayeslike/bayesparamlike_1d.h:41:12: style: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const. [functionConst]
lamarc/src/bayeslike/bayesparamlike_1d.cpp:174:29: note: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const.
lamarc/src/bayeslike/bayesparamlike_1d.h:41:12: note: Technically the member function 'BayesParamLike_1D::GetNumUniquePoints' can be const.
lamarc/src/control/chainmanager.cpp:1268:59: style: Same expression on both sides of '-' because the value of 'NCHAINTYPES' and '2' are the same. [duplicateExpression]
lamarc/src/control/constants.h:182:26: note: 'NCHAINTYPES' is assigned value '2' here.
lamarc/src/control/chainmanager.cpp:1268:59: note: Same expression on both sides of '-' because the value of 'NCHAINTYPES' and '2' are the same.
lamarc/src/control/chainmanager.cpp:833:19: style: The scope of the variable 'IndexOfFirstReasonableResult' can be reduced. [variableScope]
lamarc/src/control/chainmanager.cpp:96:58: style: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'. [funcArgNamesDifferent]
lamarc/src/control/chainmanager.h:71:48: note: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'.
lamarc/src/control/chainmanager.cpp:96:58: note: Function 'ChainManager' argument 2 names different: declaration 'maximize' definition 'maximizer'.
lamarc/src/control/chainmanager.cpp:1600:71: style: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'. [funcArgNamesDifferent]
lamarc/src/control/chainmanager.h:135:62: note: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'.
lamarc/src/control/chainmanager.cpp:1600:71: note: Function 'AdjustTemperatures' argument 2 names different: declaration 'step' definition 'whichswap'.
lamarc/src/control/chainmanager.cpp:670:12: style: Unused variable: msg [unusedVariable]
lamarc/src/control/sumfilehandler.h:64:10: style: Technically the member function 'SumFileHandler::GetLastRegion' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:65:10: style: Technically the member function 'SumFileHandler::GetLastReplicate' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:66:10: style: Technically the member function 'SumFileHandler::GetLastChain' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:67:10: style: Technically the member function 'SumFileHandler::GetLastRegionChainSum' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:68:10: style: Technically the member function 'SumFileHandler::GetLastReplicateChainSum' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:69:10: style: Technically the member function 'SumFileHandler::GetLastReplicateSummary' can be const. [functionConst]
lamarc/src/control/sumfilehandler.h:70:10: style: Technically the member function 'SumFileHandler::GetRegionSummary' can be const. [functionConst]
lamarc/src/control/chainmanager.h:146:10: performance: Technically the member function 'ChainManager::ResetAllAlphas' can be static. [functionStatic]
lamarc/src/control/chainmanager.cpp:2199:20: note: Technically the member function 'ChainManager::ResetAllAlphas' can be static.
lamarc/src/control/chainmanager.h:146:10: note: Technically the member function 'ChainManager::ResetAllAlphas' can be static.
lamarc/src/control/userparam.h:218:12: style: Technically the member function 'UserParameters::GetCurrentReclocFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:219:12: style: Technically the member function 'UserParameters::GetCurrentTraceFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:220:12: style: Technically the member function 'UserParameters::GetCurrentNewickTreeFileName' can be const. [functionConst]
lamarc/src/control/userparam.h:224:12: style: Technically the member function 'UserParameters::GetCurrentBestLike' can be const. [functionConst]
lamarc/src/control/registry.h:116:10: style: Technically the member function 'Registry::GetConvertOutputToEliminateZeroes' can be const. [functionConst]
lamarc/src/control/registry.h:117:10: style: Technically the member function 'Registry::GetARGfound' can be const. [functionConst]
lamarc/src/control/errhandling.h:50:5: style: Class 'data_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:62:5: style: Class 'file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:72:5: style: Class 'incorrect_data' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:82:5: style: Class 'incorrect_xml' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:142:5: style: Class 'invalid_sequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:180:5: style: Class 'tinypopulation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:189:5: style: Class 'overrun_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:198:5: style: Class 'zero_dl_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:207:5: style: Class 'stretched_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:216:5: style: Class 'epoch_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:231:5: style: Class 'rec_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:241:5: style: Class 'mig_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:251:5: style: Class 'dis_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:261:5: style: Class 'epoch_overrun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:277:5: style: Class 'denovo_failure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:292:5: style: Class 'impossible_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:307:5: style: Class 'implementation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:322:5: style: Class 'deprecation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:337:5: style: Class 'alloc_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:353:5: style: Class 'datalike_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:367:5: style: Class 'datalikenorm_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:396:5: style: Class 'tixml_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/control/errhandling.h:182:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:182:25: note: Function in derived class
lamarc/src/control/errhandling.h:191:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:191:25: note: Function in derived class
lamarc/src/control/errhandling.h:200:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:200:25: note: Function in derived class
lamarc/src/control/errhandling.h:209:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:209:25: note: Function in derived class
lamarc/src/control/errhandling.h:218:25: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:170:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:218:25: note: Function in derived class
lamarc/src/control/errhandling.h:369:25: style: The function 'what' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:355:25: note: Virtual function in base class
lamarc/src/control/errhandling.h:369:25: note: Function in derived class
lamarc/src/control/errhandling.h:370:32: style: The function 'whatString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/control/errhandling.h:356:32: note: Virtual function in base class
lamarc/src/control/errhandling.h:370:32: note: Function in derived class
lamarc/src/control/chainmanager.cpp:277:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lamarc/src/control/userparam.h:206:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:207:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:208:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:209:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:210:46: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.h:211:51: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/chainpack.cpp:419:44: style: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:128:44: note: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:419:44: note: Function 'WriteLastChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:437:38: style: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:129:44: note: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:437:38: note: Function 'WriteChain' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:455:42: style: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/control/chainpack.h:130:44: note: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.cpp:455:42: note: Function 'WriteChainOut' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/control/chainpack.h:90:17: performance: Technically the member function 'ChainPack::CalcMean' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:393:24: note: Technically the member function 'ChainPack::CalcMean' can be static.
lamarc/src/control/chainpack.h:90:17: note: Technically the member function 'ChainPack::CalcMean' can be static.
lamarc/src/control/chainpack.h:130:10: performance: Technically the member function 'ChainPack::WriteChainOut' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:455:17: note: Technically the member function 'ChainPack::WriteChainOut' can be static.
lamarc/src/control/chainpack.h:130:10: note: Technically the member function 'ChainPack::WriteChainOut' can be static.
lamarc/src/control/chainpack.h:132:10: performance: Technically the member function 'ChainPack::WriteAlphas' can be static. [functionStatic]
lamarc/src/control/chainpack.cpp:531:17: note: Technically the member function 'ChainPack::WriteAlphas' can be static.
lamarc/src/control/chainpack.h:132:10: note: Technically the member function 'ChainPack::WriteAlphas' can be static.
lamarc/src/control/chainparam.cpp:44:17: style: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'. [funcArgNamesDifferent]
lamarc/src/control/chainparam.h:85:21: note: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'.
lamarc/src/control/chainparam.cpp:44:17: note: Function 'ChainParameters' argument 2 names different: declaration 'tempInterval' definition 'tempinterval'.
lamarc/src/control/chainparam.cpp:45:17: style: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'. [funcArgNamesDifferent]
lamarc/src/control/chainparam.h:86:21: note: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'.
lamarc/src/control/chainparam.cpp:45:17: note: Function 'ChainParameters' argument 3 names different: declaration 'tempAdapt' definition 'tempadapt'.
lamarc/src/control/chainparam.cpp:335:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/errhandling.cpp:53:92: style: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'. [funcArgNamesDifferent]
lamarc/src/control/errhandling.h:91:70: note: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:53:92: note: Function 'incorrect_xml_extra_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:57:96: style: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'. [funcArgNamesDifferent]
lamarc/src/control/errhandling.h:101:72: note: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/errhandling.cpp:57:96: note: Function 'incorrect_xml_missing_tag' argument 2 names different: declaration 'text' definition 'tag'.
lamarc/src/control/lamarc.cpp:151:106: style: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/control/lamarc.h:41:114: note: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'.
lamarc/src/control/lamarc.cpp:151:106: note: Function 'ParseOptions' argument 6 names different: declaration 'infileName' definition 'fileName'.
lamarc/src/control/lamarc.cpp:732:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/lamarc.cpp:634:17: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lamarc/src/control/regiongammainfo.cpp:32:18: warning: Member variable 'RegionGammaInfo::m_MLE' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/control/regiongammainfo.cpp:34:46: performance: Function parameter 'profTypeSummaryDescription' should be passed by const reference. [passedByValue]
lamarc/src/control/registry.cpp:998:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/control/registry.cpp:1006:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/control/registry.cpp:280:42: style: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'. [funcArgNamesDifferent]
lamarc/src/control/registry.h:129:36: note: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'.
lamarc/src/control/registry.cpp:280:42: note: Function 'Register' argument 1 names different: declaration 'regionGammaForceInfo' definition 'pRGFI'.
lamarc/src/control/registry.cpp:698:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/registry.cpp:725:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/control/registry.h:211:10: performance: Technically the member function 'Registry::ThrowBadPrototype' can be static. [functionStatic]
lamarc/src/control/registry.cpp:324:16: note: Technically the member function 'Registry::ThrowBadPrototype' can be static.
lamarc/src/control/registry.h:211:10: note: Technically the member function 'Registry::ThrowBadPrototype' can be static.
lamarc/src/control/sumfilehandler.h:83:10: style: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const. [functionConst]
lamarc/src/control/sumfilehandler.cpp:202:22: note: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const.
lamarc/src/control/sumfilehandler.h:83:10: note: Technically the member function 'SumFileHandler::ReadInEndRegion' can be const.
lamarc/src/control/userparam.cpp:359:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:366:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:373:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:381:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:388:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/control/userparam.cpp:395:63: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lamarc/src/convErr/gc_cmdfile_err.cpp:37:47: style: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:40:36: note: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:37:47: note: Function 'gc_bad_yes_no' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:46:53: style: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:47:39: note: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:46:53: note: Function 'gc_bad_proximity' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:55:57: style: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:54:41: note: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:55:57: note: Function 'gc_bad_file_format' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:64:59: style: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:61:42: note: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:64:59: note: Function 'gc_bad_interleaving' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:73:69: style: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:68:47: note: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:73:69: note: Function 'gc_bad_general_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:82:71: style: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:75:48: note: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:82:71: note: Function 'gc_bad_specific_data_type' argument 1 names different: declaration 'token' definition 'string'.
lamarc/src/convErr/gc_cmdfile_err.cpp:109:65: style: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:98:45: note: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:109:65: note: Function 'gc_locus_match_unknown' argument 1 names different: declaration 'locusMatchType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:136:61: style: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_cmdfile_err.h:119:43: note: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'.
lamarc/src/convErr/gc_cmdfile_err.cpp:136:61: note: Function 'gc_pop_match_unknown' argument 1 names different: declaration 'popType' definition 'matchType'.
lamarc/src/convErr/gc_errhandling.h:40:5: style: Class 'gc_ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:60:5: style: Class 'gc_data_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:67:5: style: Class 'gc_implementation_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.h:74:5: style: Class 'gui_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:31:5: style: Class 'gc_cmdfile_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:40:5: style: Class 'gc_bad_yes_no' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:47:5: style: Class 'gc_bad_proximity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:54:5: style: Class 'gc_bad_file_format' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:61:5: style: Class 'gc_bad_interleaving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:68:5: style: Class 'gc_bad_general_data_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:75:5: style: Class 'gc_bad_specific_data_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:98:5: style: Class 'gc_locus_match_unknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_cmdfile_err.h:119:5: style: Class 'gc_pop_match_unknown' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_data_missing_err.h:31:5: style: Class 'gc_data_missing_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_errhandling.cpp:79:32: style: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_errhandling.h:50:42: note: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'.
lamarc/src/convErr/gc_errhandling.cpp:79:32: note: Function 'setFile' argument 1 names different: declaration 's' definition 'fileName'.
lamarc/src/convErr/gc_individual_err.h:34:5: style: Class 'gc_individual_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_individual_err.h:79:5: style: Class 'gc_ind_wrong_sample_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.cpp:49:102: style: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:46:80: note: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:49:102: note: Function 'gc_illegal_dna_character' argument 3 names different: declaration 'wh' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:60:51: style: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:53:37: note: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:60:51: note: Function 'gc_illegal_msat' argument 1 names different: declaration 'msat' definition 'data'.
lamarc/src/convErr/gc_infile_err.cpp:93:49: style: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:85:32: note: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'.
lamarc/src/convErr/gc_infile_err.cpp:93:49: note: Function 'gc_too_many_markers' argument 1 names different: declaration 'haveCount' definition 'have'.
lamarc/src/convErr/gc_infile_err.cpp:93:62: style: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_infile_err.h:85:50: note: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'.
lamarc/src/convErr/gc_infile_err.cpp:93:62: note: Function 'gc_too_many_markers' argument 2 names different: declaration 'wantCount' definition 'want'.
lamarc/src/convErr/gc_infile_err.h:32:5: style: Class 'gc_infile_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:53:5: style: Class 'gc_illegal_msat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:60:5: style: Class 'gc_premature_end_of_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:78:5: style: Class 'gc_too_few_markers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:92:5: style: Class 'gc_migrate_bad_pop_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:99:5: style: Class 'gc_migrate_bad_locus_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:106:5: style: Class 'gc_migrate_locus_length_not_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:113:5: style: Class 'gc_migrate_bad_sequence_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:120:5: style: Class 'gc_migrate_missing_sequence_count' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:134:5: style: Class 'gc_migrate_bad_delimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:141:5: style: Class 'gc_migrate_missing_msat_delimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:155:5: style: Class 'gc_phylip_first_token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:162:5: style: Class 'gc_phylip_second_token' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_infile_err.h:176:5: style: Class 'gc_parse_missing_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.cpp:41:61: style: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:42: note: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'.
lamarc/src/convErr/gc_locus_err.cpp:41:61: note: Function 'gc_set_locations_err' argument 1 names different: declaration 'name' definition 'locusName'.
lamarc/src/convErr/gc_locus_err.cpp:42:61: style: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:64: note: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'.
lamarc/src/convErr/gc_locus_err.cpp:42:61: note: Function 'gc_set_locations_err' argument 2 names different: declaration 'newlocs' definition 'newLocations'.
lamarc/src/convErr/gc_locus_err.cpp:43:51: style: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:80: note: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'.
lamarc/src/convErr/gc_locus_err.cpp:43:51: note: Function 'gc_set_locations_err' argument 3 names different: declaration 'oldSize' definition 'oldCount'.
lamarc/src/convErr/gc_locus_err.cpp:44:51: style: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:76:96: note: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'.
lamarc/src/convErr/gc_locus_err.cpp:44:51: note: Function 'gc_set_locations_err' argument 4 names different: declaration 'newSize' definition 'newCount'.
lamarc/src/convErr/gc_locus_err.cpp:79:91: style: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:97:70: note: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'.
lamarc/src/convErr/gc_locus_err.cpp:79:91: note: Function 'gc_locus_types_mismatch' argument 3 names different: declaration 'types1' definition 'pType'.
lamarc/src/convErr/gc_locus_err.cpp:79:107: style: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:97:87: note: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'.
lamarc/src/convErr/gc_locus_err.cpp:79:107: note: Function 'gc_locus_types_mismatch' argument 4 names different: declaration 'types2' definition 'type'.
lamarc/src/convErr/gc_locus_err.cpp:157:68: style: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_locus_err.h:153:47: note: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'.
lamarc/src/convErr/gc_locus_err.cpp:157:68: note: Function 'gc_wrong_location_count' argument 2 names different: declaration 'numSite' definition 'numSites'.
lamarc/src/convErr/gc_locus_err.h:32:5: style: Class 'gc_locus_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.h:68:5: style: Class 'gc_missing_locus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_locus_err.h:118:5: style: Class 'gc_locus_without_length' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:31:5: style: Class 'gc_map_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:38:5: style: Class 'gc_map_file_missing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:45:5: style: Class 'gc_map_file_read_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_map_err.h:52:5: style: Class 'gc_map_file_empty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.cpp:141:74: style: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:135:59: note: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'.
lamarc/src/convErr/gc_phase_err.cpp:141:74: note: Function 'gc_phase_too_small' argument 3 names different: declaration 'offset' definition 'smallest'.
lamarc/src/convErr/gc_phase_err.cpp:141:93: style: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:135:76: note: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:141:93: note: Function 'gc_phase_too_small' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:150:74: style: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:142:59: note: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'.
lamarc/src/convErr/gc_phase_err.cpp:150:74: note: Function 'gc_phase_too_large' argument 3 names different: declaration 'maxVal' definition 'largest'.
lamarc/src/convErr/gc_phase_err.cpp:150:92: style: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:142:76: note: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:150:92: note: Function 'gc_phase_too_large' argument 4 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:159:67: style: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_phase_err.h:149:48: note: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.cpp:159:67: note: Function 'gc_phase_not_location' argument 2 names different: declaration 'locusName' definition 'locName'.
lamarc/src/convErr/gc_phase_err.h:33:5: style: Class 'gc_phase_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:42:5: style: Class 'gc_no_individual_for_sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:51:5: style: Class 'gc_no_sample_for_individual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:69:5: style: Class 'gc_adjacent_phase_resolution_for_multisample_input' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:78:5: style: Class 'gc_bad_ind_match_adjacency_value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:87:5: style: Class 'gc_bad_ind_match' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_phase_err.h:121:5: style: Class 'gc_phase_marker_not_legal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.cpp:50:83: style: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:138:66: note: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:50:83: note: Function 'duplicate_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:57:52: style: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:145:38: note: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:57:52: note: Function 'empty_name_error' argument 1 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:71:57: style: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:159:41: note: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'.
lamarc/src/convErr/gc_structures_err.cpp:71:57: note: Function 'missing_file_error' argument 1 names different: declaration 'filename' definition 'wh'.
lamarc/src/convErr/gc_structures_err.cpp:78:79: style: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:166:63: note: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:78:79: note: Function 'missing_name_error' argument 2 names different: declaration 'why' definition 'where'.
lamarc/src/convErr/gc_structures_err.cpp:88:55: warning: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName' [funcArgOrderDifferent]
lamarc/src/convErr/gc_structures_err.h:96:40: note: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName'
lamarc/src/convErr/gc_structures_err.cpp:88:55: note: Function 'missing_migration' argument order different: declaration 'fromName, toName' definition 'toName, fromName'
lamarc/src/convErr/gc_structures_err.cpp:151:49: style: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:124:36: note: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'.
lamarc/src/convErr/gc_structures_err.cpp:151:49: note: Function 'missing_region' argument 1 names different: declaration 'wh' definition 'regName'.
lamarc/src/convErr/gc_structures_err.cpp:172:47: style: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:131:35: note: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'.
lamarc/src/convErr/gc_structures_err.cpp:172:47: note: Function 'missing_trait' argument 1 names different: declaration 'wh' definition 'traitName'.
lamarc/src/convErr/gc_structures_err.cpp:186:67: style: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:180:48: note: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:186:67: note: Function 'gc_name_repeat_allele' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:186:77: style: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:180:60: note: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:186:77: note: Function 'gc_name_repeat_allele' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:194:65: style: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:187:47: note: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:194:65: note: Function 'gc_name_repeat_locus' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:194:75: style: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:187:59: note: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:194:75: note: Function 'gc_name_repeat_locus' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:202:61: style: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:194:45: note: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:202:61: note: Function 'gc_name_repeat_pop' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:202:71: style: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:194:57: note: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:202:71: note: Function 'gc_name_repeat_pop' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:210:67: style: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:201:48: note: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:210:67: note: Function 'gc_name_repeat_region' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:210:77: style: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:201:60: note: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:210:77: note: Function 'gc_name_repeat_region' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:218:65: style: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:208:47: note: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:218:65: note: Function 'gc_name_repeat_trait' argument 2 names different: declaration 'oldRow' definition 'row1'.
lamarc/src/convErr/gc_structures_err.cpp:218:75: style: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:208:59: note: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:218:75: note: Function 'gc_name_repeat_trait' argument 3 names different: declaration 'newRow' definition 'row2'.
lamarc/src/convErr/gc_structures_err.cpp:226:61: style: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:215:39: note: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:226:61: note: Function 'gc_allele_trait_mismatch' argument 1 names different: declaration 'alleleName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:233:61: style: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_structures_err.h:222:39: note: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'.
lamarc/src/convErr/gc_structures_err.cpp:233:61: note: Function 'gc_locus_region_mismatch' argument 1 names different: declaration 'locusName' definition 'name'.
lamarc/src/convErr/gc_structures_err.h:31:5: style: Class 'gc_structures_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:38:5: style: Class 'duplicate_file_base_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:45:5: style: Class 'duplicate_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:52:5: style: Class 'unparsable_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:59:5: style: Class 'gc_missing_population' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:66:5: style: Class 'missing_panel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:74:5: style: Class 'missing_panel_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:81:5: style: Class 'missing_parent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:88:5: style: Class 'missing_parent_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:95:5: style: Class 'missing_migration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:103:5: style: Class 'missing_migration_id' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:124:5: style: Class 'missing_region' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:131:5: style: Class 'missing_trait' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:145:5: style: Class 'empty_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:152:5: style: Class 'incompatible_pops' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:159:5: style: Class 'missing_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_structures_err.h:250:5: style: Class 'gc_bad_name_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.cpp:32:77: style: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'. [funcArgNamesDifferent]
lamarc/src/convErr/gc_trait_err.h:43:46: note: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'.
lamarc/src/convErr/gc_trait_err.cpp:32:77: note: Function 'gc_haplotype_probability_negative' argument 1 names different: declaration 'probability' definition 'prob'.
lamarc/src/convErr/gc_trait_err.h:34:5: style: Class 'gc_trait_err' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:43:5: style: Class 'gc_haplotype_probability_negative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:52:5: style: Class 'gc_trait_allele_name_reuse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:70:5: style: Class 'gc_missing_phenotype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:79:5: style: Class 'gc_missing_allele' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convErr/gc_trait_err.h:88:5: style: Class 'gc_trait_allele_name_spaces' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_datastore.cpp:331:38: style: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:244:39: note: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'.
lamarc/src/convModel/gc_datastore.cpp:331:38: note: Function 'SetOutfileName' argument 1 names different: declaration 'outFileName' definition 'outfileName'.
lamarc/src/convModel/gc_datastore.cpp:538:50: style: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:162:48: note: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'.
lamarc/src/convModel/gc_datastore.cpp:538:50: note: Function 'Rename' argument 2 names different: declaration 'name' definition 'newName'.
lamarc/src/convModel/gc_datastore.cpp:91:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:357:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:385:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:578:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:580:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:590:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.cpp:593:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.h:99:5: style: Class 'GCStructures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_structures.h:48:33: style: The function 'infoString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convModel/gc_dictionary.h:35:33: note: Virtual function in base class
lamarc/src/convModel/gc_structures.h:48:33: note: Function in derived class
lamarc/src/convModel/gc_structures.h:57:33: style: The function 'infoString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convModel/gc_dictionary.h:35:33: note: Virtual function in base class
lamarc/src/convModel/gc_structures.h:57:33: note: Function in derived class
lamarc/src/convModel/gc_datastore_export.cpp:631:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
lamarc/src/convModel/gc_datastore_export.cpp:57:53: style: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:105:52: note: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:57:53: note: Function 'CheckPhaseMarkers' argument 2 names different: declaration 'individualName' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:99:49: style: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:80:45: note: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'.
lamarc/src/convModel/gc_datastore_export.cpp:99:49: note: Function 'AddDefaultPhaseElem' argument 1 names different: declaration 'individualElem' definition 'individualElement'.
lamarc/src/convModel/gc_datastore_export.cpp:149:46: style: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:79:42: note: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'.
lamarc/src/convModel/gc_datastore_export.cpp:149:46: note: Function 'AddDataBlockElem' argument 1 names different: declaration 'sampleElem' definition 'sampleElement'.
lamarc/src/convModel/gc_datastore_export.cpp:792:172: style: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:83:147: note: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'.
lamarc/src/convModel/gc_datastore_export.cpp:792:172: note: Function 'MakePopulationElemForUnlinkedLocus' argument 5 names different: declaration 'indexInLocus' definition 'siteIndex'.
lamarc/src/convModel/gc_datastore_export.cpp:840:43: style: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:84:39: note: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'.
lamarc/src/convModel/gc_datastore_export.cpp:840:43: note: Function 'AddRegionElem' argument 1 names different: declaration 'dataElem' definition 'data'.
lamarc/src/convModel/gc_datastore_export.cpp:882:47: style: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:98:43: note: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:882:47: note: Function 'AddDivergenceElem' argument 1 names different: declaration 'divergenceElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:989:46: style: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:100:42: note: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:989:46: note: Function 'AddMigrationElem' argument 1 names different: declaration 'migrationElem' definition 'forces'.
lamarc/src/convModel/gc_datastore_export.cpp:1228:59: style: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:102:66: note: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'.
lamarc/src/convModel/gc_datastore_export.cpp:1228:59: note: Function 'MakeUnlinkedName' argument 2 names different: declaration 'siteIndex' definition 'index'.
lamarc/src/convModel/gc_datastore_export.cpp:1389:42: style: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:233:49: note: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:1389:42: note: Function 'makeOrFetchInd' argument 1 names different: declaration 'name' definition 'indName'.
lamarc/src/convModel/gc_datastore_export.cpp:223:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:268:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:332:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:343:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:560:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:775:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:872:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:918:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:929:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:942:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1060:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1062:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1090:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1122:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1124:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1149:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1243:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1269:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1337:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1349:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1356:105: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1465:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1481:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1518:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1521:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1574:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1577:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1644:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_export.cpp:1649:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:78:10: performance: Technically the member function 'GCDataStore::AddDataBlockElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:173:14: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:78:10: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:79:10: performance: Technically the member function 'GCDataStore::AddDataBlockElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:149:14: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:79:10: note: Technically the member function 'GCDataStore::AddDataBlockElem' can be static.
lamarc/src/convModel/gc_datastore.h:80:10: performance: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:99:14: note: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static.
lamarc/src/convModel/gc_datastore.h:80:10: note: Technically the member function 'GCDataStore::AddDefaultPhaseElem' can be static.
lamarc/src/convModel/gc_datastore.h:85:10: performance: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:457:14: note: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static.
lamarc/src/convModel/gc_datastore.h:85:10: note: Technically the member function 'GCDataStore::AddEffectivePopSizeElem' can be static.
lamarc/src/convModel/gc_datastore.h:95:10: performance: Technically the member function 'GCDataStore::AddPanelElem' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:362:14: note: Technically the member function 'GCDataStore::AddPanelElem' can be static.
lamarc/src/convModel/gc_datastore.h:95:10: note: Technically the member function 'GCDataStore::AddPanelElem' can be static.
lamarc/src/convModel/gc_datastore.h:102:21: performance: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1228:14: note: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static.
lamarc/src/convModel/gc_datastore.h:102:21: note: Technically the member function 'GCDataStore::MakeUnlinkedName' can be static.
lamarc/src/convModel/gc_datastore.h:229:25: performance: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1379:14: note: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static.
lamarc/src/convModel/gc_datastore.h:229:25: note: Technically the member function 'GCDataStore::ThrowLocusWithoutDataType' can be static.
lamarc/src/convModel/gc_datastore.h:231:25: performance: Technically the member function 'GCDataStore::AddLocusData' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1407:14: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:231:25: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:232:25: performance: Technically the member function 'GCDataStore::AddLocusData' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_export.cpp:1429:14: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_datastore.h:232:25: note: Technically the member function 'GCDataStore::AddLocusData' can be static.
lamarc/src/convModel/gc_individual.h:48:5: style: Class 'gcSample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convModel/gc_datastore_files.cpp:225:33: style: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:176:52: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:225:33: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:240:33: style: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:177:52: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:240:33: note: Function 'GetDataFile' argument 1 names different: declaration 'fileId' definition 'fileIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:255:30: style: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:208:47: note: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:255:30: note: Function 'GetParse' argument 1 names different: declaration 'parseId' definition 'parseIndex'.
lamarc/src/convModel/gc_datastore_files.cpp:314:31: style: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:192:50: note: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'.
lamarc/src/convModel/gc_datastore_files.cpp:314:31: note: Function 'RemoveFiles' argument 1 names different: declaration 'selectedOnly' definition 'selectedFilesOnly'.
lamarc/src/convModel/gc_datastore_files.cpp:136:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:144:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:166:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:174:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:196:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:204:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:227:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:242:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:257:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:317:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:559:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:591:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_files.cpp:611:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:169:33: performance: Technically the member function 'GCDataStore::AssignParseLocus' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:464:14: note: Technically the member function 'GCDataStore::AssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:169:33: note: Technically the member function 'GCDataStore::AssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:170:33: performance: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:440:14: note: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:170:33: note: Technically the member function 'GCDataStore::CanAssignParseLocus' can be static.
lamarc/src/convModel/gc_datastore.h:171:33: performance: Technically the member function 'GCDataStore::AssignPop' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:499:14: note: Technically the member function 'GCDataStore::AssignPop' can be static.
lamarc/src/convModel/gc_datastore.h:171:33: note: Technically the member function 'GCDataStore::AssignPop' can be static.
lamarc/src/convModel/gc_datastore.h:210:31: performance: Technically the member function 'GCDataStore::GetParse' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_files.cpp:574:14: note: Technically the member function 'GCDataStore::GetParse' can be static.
lamarc/src/convModel/gc_datastore.h:210:31: note: Technically the member function 'GCDataStore::GetParse' can be static.
lamarc/src/convModel/gc_datastore_readcmd.cpp:411:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:443:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:493:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:508:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:518:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:533:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:542:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:559:99: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:637:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:668:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:698:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:711:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:722:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:773:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:845:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:905:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_readcmd.cpp:1029:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:114:29: style: Technically the member function 'GCDataStore::cmdParseDivergence' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:954:14: note: Technically the member function 'GCDataStore::cmdParseDivergence' can be const.
lamarc/src/convModel/gc_datastore.h:114:29: note: Technically the member function 'GCDataStore::cmdParseDivergence' can be const.
lamarc/src/convModel/gc_datastore.h:122:29: style: Technically the member function 'GCDataStore::cmdParsePanel' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:451:14: note: Technically the member function 'GCDataStore::cmdParsePanel' can be const.
lamarc/src/convModel/gc_datastore.h:122:29: note: Technically the member function 'GCDataStore::cmdParsePanel' can be const.
lamarc/src/convModel/gc_datastore.h:130:29: style: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:598:14: note: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const.
lamarc/src/convModel/gc_datastore.h:130:29: note: Technically the member function 'GCDataStore::cmdParseTraitLocation' can be const.
lamarc/src/convModel/gc_datastore.h:132:29: style: Technically the member function 'GCDataStore::makeLocusMatcher' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:749:14: note: Technically the member function 'GCDataStore::makeLocusMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:132:29: note: Technically the member function 'GCDataStore::makeLocusMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:133:29: style: Technically the member function 'GCDataStore::makePopMatcher' can be const. [functionConst]
lamarc/src/convModel/gc_datastore_readcmd.cpp:819:14: note: Technically the member function 'GCDataStore::makePopMatcher' can be const.
lamarc/src/convModel/gc_datastore.h:133:29: note: Technically the member function 'GCDataStore::makePopMatcher' can be const.
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:60: style: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_datastore.h:261:64: note: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'.
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:60: note: Function 'WriteBatchFile' argument 2 names different: declaration 'fname' definition 'fileName'.
lamarc/src/convModel/gc_datastore_writebatch.cpp:46:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:60:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:278:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:314:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:350:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:359:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:462:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:470:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:486:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:499:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore_writebatch.cpp:518:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_datastore.h:261:25: performance: Technically the member function 'GCDataStore::WriteBatchFile' can be static. [functionStatic]
lamarc/src/convModel/gc_datastore_writebatch.cpp:546:14: note: Technically the member function 'GCDataStore::WriteBatchFile' can be static.
lamarc/src/convModel/gc_datastore.h:261:25: note: Technically the member function 'GCDataStore::WriteBatchFile' can be static.
lamarc/src/convModel/gc_dictionary.cpp:85:42: style: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_dictionary.h:44:46: note: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'.
lamarc/src/convModel/gc_dictionary.cpp:85:42: note: Function 'ReserveOrMakeName' argument 1 names different: declaration 'useIfNotEmpty' definition 'name'.
lamarc/src/convModel/gc_dictionary.cpp:86:42: style: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_dictionary.h:45:46: note: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'.
lamarc/src/convModel/gc_dictionary.cpp:86:42: note: Function 'ReserveOrMakeName' argument 2 names different: declaration 'prefixIfCreatingName' definition 'prefixToUseIfNameEmpty'.
lamarc/src/convModel/gc_exportable.cpp:62:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_exportable.cpp:111:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_exportable.cpp:136:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_file.cpp:128:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_file.h:81:10: style: Technically the member function 'GCFileCompare::operator()' can be const. [functionConst]
lamarc/src/convModel/gc_file.cpp:171:16: note: Technically the member function 'GCFileCompare::operator()' can be const.
lamarc/src/convModel/gc_file.h:81:10: note: Technically the member function 'GCFileCompare::operator()' can be const.
lamarc/src/convModel/gc_file_info.cpp:197:50: style: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_file_info.h:76:50: note: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'.
lamarc/src/convModel/gc_file_info.cpp:197:50: note: Function 'SetLocMatcher' argument 1 names different: declaration 'l' definition 'p'.
lamarc/src/convModel/gc_file_info.cpp:216:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_id_set.cpp:29:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_individual.cpp:194:32: style: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_individual.h:84:50: note: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'.
lamarc/src/convModel/gc_individual.cpp:194:32: note: Function 'GetSample' argument 1 names different: declaration 'hapIndex' definition 'index'.
lamarc/src/convModel/gc_individual.cpp:92:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_individual.cpp:182:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:46:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:69:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:140:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:143:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase.cpp:160:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:369:57: style: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_phase_info.h:116:69: note: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'.
lamarc/src/convModel/gc_phase_info.cpp:369:57: note: Function 'MakeFullPhaseRecord' argument 4 names different: declaration 'sampleNames' definition 'samples'.
lamarc/src/convModel/gc_phase_info.cpp:452:59: style: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_phase_info.h:135:56: note: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'.
lamarc/src/convModel/gc_phase_info.cpp:452:59: note: Function 'MergeIndividualRecs' argument 1 names different: declaration 'curRec' definition 'oldRec'.
lamarc/src/convModel/gc_phase_info.cpp:200:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:243:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:513:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:520:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:561:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:567:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:582:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_phase_info.cpp:588:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:38:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:50:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:70:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_set_util.cpp:82:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:69:43: style: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:63:29: note: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:43: note: Function 'gcPopLocusIdPair' argument 1 names different: declaration 'i' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:57: style: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:63:38: note: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'.
lamarc/src/convModel/gc_structure_maps.cpp:69:57: note: Function 'gcPopLocusIdPair' argument 2 names different: declaration 'j' definition 'locId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:45: style: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:113:30: note: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:45: note: Function 'gcRegionPopIdPair' argument 1 names different: declaration 'i' definition 'regionId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:62: style: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:113:39: note: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:162:62: note: Function 'gcRegionPopIdPair' argument 2 names different: declaration 'j' definition 'popId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:41: style: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:170:28: note: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:41: note: Function 'gcMigrationPair' argument 1 names different: declaration 'i' definition 'toId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:54: style: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structure_maps.h:170:37: note: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'.
lamarc/src/convModel/gc_structure_maps.cpp:356:54: note: Function 'gcMigrationPair' argument 2 names different: declaration 'j' definition 'fromId'.
lamarc/src/convModel/gc_structure_maps.cpp:49:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:101:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:127:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:148:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:194:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:215:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:236:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:257:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:278:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:299:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:320:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:341:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structure_maps.cpp:388:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:194:38: style: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:94:48: note: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'.
lamarc/src/convModel/gc_structures.cpp:194:38: note: Function 'IsBlessedRegion' argument 1 names different: declaration 'locusId' definition 'regionId'.
lamarc/src/convModel/gc_structures.cpp:1237:54: style: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:191:65: note: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_structures.cpp:1237:54: note: Function 'GetAllele' argument 2 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_structures.cpp:1295:51: style: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:194:61: note: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'.
lamarc/src/convModel/gc_structures.cpp:1295:51: note: Function 'GetLocus' argument 2 names different: declaration 'name' definition 'locusName'.
lamarc/src/convModel/gc_structures.cpp:1804:36: style: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:271:31: note: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'.
lamarc/src/convModel/gc_structures.cpp:1804:36: note: Function 'MergeRegions' argument 1 names different: declaration 'regionIds' definition 'regions'.
lamarc/src/convModel/gc_structures.cpp:2099:36: style: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:274:31: note: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'.
lamarc/src/convModel/gc_structures.cpp:2099:36: note: Function 'RemoveBlocks' argument 1 names different: declaration 'blockIds' definition 'blocksInFile'.
lamarc/src/convModel/gc_structures.cpp:2363:52: style: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:290:50: note: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2363:52: note: Function 'SetFileSelection' argument 2 names different: declaration 'selected' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2387:40: style: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_structures.h:292:38: note: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:2387:40: note: Function 'AllFileSelectionsTo' argument 1 names different: declaration 'selectValue' definition 'value'.
lamarc/src/convModel/gc_structures.cpp:346:37: style: Variable 'regionsInOrder' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:368:32: style: Variable 'regionsInOrder' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:1053:20: style: Variable 'newId' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:1095:20: style: Variable 'newId' is assigned a value that is never used. [unreadVariable]
lamarc/src/convModel/gc_structures.cpp:111:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:139:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:155:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:176:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:199:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:298:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:315:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:332:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:349:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:353:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:371:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:375:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:392:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:396:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:433:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:450:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:472:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:489:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:506:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:523:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:540:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:554:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:568:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:582:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:641:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:655:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:669:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:683:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:812:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:828:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:876:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1016:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1164:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1180:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1196:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1211:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1226:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1254:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1269:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1284:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1310:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1323:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1337:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1455:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1508:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1521:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1536:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1551:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1566:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1581:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1596:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1611:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1626:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1642:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1658:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1674:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1687:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1702:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1721:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1738:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1755:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1768:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1814:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1841:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1852:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1895:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1902:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1940:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1954:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1958:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:1989:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2003:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2011:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2035:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2055:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2063:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2115:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2124:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2141:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2158:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2169:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2189:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2203:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2217:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2305:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2317:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2329:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2341:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2347:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2375:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2389:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2493:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2636:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2684:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2767:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2782:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2819:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2842:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2864:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2886:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2908:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2919:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2967:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2980:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:2993:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3006:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3041:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3048:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3056:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:3062:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_structures.cpp:78:15: warning: Member variable 'GCStructures::m_divMigMatrixDefined' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/convModel/gc_structures.cpp:78:15: warning: Member variable 'GCStructures::m_migMatrixDefined' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/convModel/gc_structures.h:120:10: style: Technically the member function 'GCStructures::GetDivergenceState' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:226:15: note: Technically the member function 'GCStructures::GetDivergenceState' can be const.
lamarc/src/convModel/gc_structures.h:120:10: note: Technically the member function 'GCStructures::GetDivergenceState' can be const.
lamarc/src/convModel/gc_structures.h:124:10: style: Technically the member function 'GCStructures::GetPanelsState' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:244:15: note: Technically the member function 'GCStructures::GetPanelsState' can be const.
lamarc/src/convModel/gc_structures.h:124:10: note: Technically the member function 'GCStructures::GetPanelsState' can be const.
lamarc/src/convModel/gc_structures.h:128:10: style: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:263:15: note: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:128:10: note: Technically the member function 'GCStructures::GetDivMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:132:10: style: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const. [functionConst]
lamarc/src/convModel/gc_structures.cpp:281:15: note: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.h:132:10: note: Technically the member function 'GCStructures::GetMigMatrixDefined' can be const.
lamarc/src/convModel/gc_structures.cpp:3091:0: error: Memory leak: orderids [memleak]
lamarc/src/convModel/gc_trait_allele.cpp:69:33: style: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'. [funcArgNamesDifferent]
lamarc/src/convModel/gc_trait_allele.h:49:38: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_trait_allele.cpp:69:33: note: Function 'SetName' argument 1 names different: declaration 'name' definition 'alleleName'.
lamarc/src/convModel/gc_types.cpp:54:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:57:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:81:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convModel/gc_types.cpp:99:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_genotype_resolution.cpp:102:66: style: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_genotype_resolution.h:59:53: note: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'.
lamarc/src/convParse/gc_genotype_resolution.cpp:102:66: note: Function 'AppendHap' argument 2 names different: declaration 'alleleNames' definition 'alleles'.
lamarc/src/convParse/gc_genotype_resolution.h:55:5: style: Class 'GCGenotypeResolution' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_loci_match.cpp:98:70: style: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_loci_match.h:60:58: note: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'.
lamarc/src/convParse/gc_loci_match.cpp:98:70: note: Function 'GCLocusMatcher' argument 2 names different: declaration 'names' definition 'locNames'.
lamarc/src/convParse/gc_loci_match.h:58:5: style: Class 'GCLocusMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_locus.cpp:222:32: style: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:127:35: note: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'.
lamarc/src/convParse/gc_locus.cpp:222:32: note: Function 'SetTotalLength' argument 1 names different: declaration 'length' definition 'totalLength'.
lamarc/src/convParse/gc_locus.cpp:472:30: style: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:124:33: note: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'.
lamarc/src/convParse/gc_locus.cpp:472:30: note: Function 'SetMapPosition' argument 1 names different: declaration 'position' definition 'mapPosition'.
lamarc/src/convParse/gc_locus.cpp:575:53: style: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_locus.h:80:56: note: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'.
lamarc/src/convParse/gc_locus.cpp:575:53: note: Function 'LocusMergeLogic' argument 2 names different: declaration 'locus' definition 'locusRef'.
lamarc/src/convParse/gc_migrate.cpp:231:42: warning: Identical condition 'longVal<=0', second condition is always false [identicalConditionAfterEarlyExit]
lamarc/src/convParse/gc_migrate.cpp:223:16: note: first condition
lamarc/src/convParse/gc_migrate.cpp:231:42: note: second condition
lamarc/src/convParse/gc_migrate.cpp:67:25: style: The scope of the variable 'numPops' can be reduced. [variableScope]
lamarc/src/convParse/gc_migrate.cpp:68:25: style: The scope of the variable 'numLoci' can be reduced. [variableScope]
lamarc/src/convParse/gc_migrate.cpp:42:53: style: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:63:40: note: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'.
lamarc/src/convParse/gc_migrate.cpp:42:53: note: Function 'GCMigrateParser' argument 1 names different: declaration 'dataStore' definition 'ds'.
lamarc/src/convParse/gc_migrate.cpp:190:25: style: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:39:29: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:190:25: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:191:25: style: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:40:29: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:191:25: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:192:25: style: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:41:29: note: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:192:25: note: Function 'ParseMigrateFirstLine' argument 4 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:242:61: style: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:44:29: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:242:61: note: Function 'ParseMigrateFirstLine' argument 2 names different: declaration 'numPops' definition 'numPopsRef'.
lamarc/src/convParse/gc_migrate.cpp:243:61: style: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:45:29: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:243:61: note: Function 'ParseMigrateFirstLine' argument 3 names different: declaration 'numLoci' definition 'numLociRef'.
lamarc/src/convParse/gc_migrate.cpp:245:61: style: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:47:29: note: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:245:61: note: Function 'ParseMigrateFirstLine' argument 5 names different: declaration 'populationName' definition 'comment'.
lamarc/src/convParse/gc_migrate.cpp:304:56: style: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:49:63: note: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'.
lamarc/src/convParse/gc_migrate.cpp:304:56: note: Function 'ParseMigratePopulationInfo' argument 1 names different: declaration 'popName' definition 'populationName'.
lamarc/src/convParse/gc_migrate.cpp:304:79: style: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_migrate.h:49:79: note: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'.
lamarc/src/convParse/gc_migrate.cpp:304:79: note: Function 'ParseMigratePopulationInfo' argument 2 names different: declaration 'numLoci' definition 'locusCount'.
lamarc/src/convParse/gc_migrate.cpp:298:9: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
lamarc/src/convParse/gc_migrate.cpp:383:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_migrate.h:59:21: performance: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static. [functionStatic]
lamarc/src/convParse/gc_migrate.cpp:265:18: note: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static.
lamarc/src/convParse/gc_migrate.h:59:21: note: Technically the member function 'GCMigrateParser::IsLegalDelimiter' can be static.
lamarc/src/convParse/gc_migrate.h:63:5: style: Class 'GCMigrateParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_migrate.h:60:21: style: The function 'CompleteParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_parser.h:50:18: note: Virtual function in base class
lamarc/src/convParse/gc_migrate.h:60:21: note: Function in derived class
lamarc/src/convParse/gc_parse.cpp:41:41: style: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse.h:70:37: note: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'.
lamarc/src/convParse/gc_parse.cpp:41:41: note: Function 'GCParse' argument 1 names different: declaration 'fileRef' definition 'file'.
lamarc/src/convParse/gc_parse.cpp:43:41: style: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse.h:72:37: note: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'.
lamarc/src/convParse/gc_parse.cpp:43:41: note: Function 'GCParse' argument 3 names different: declaration 'dataType' definition 'dtype'.
lamarc/src/convParse/gc_parse.cpp:59:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:63:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:67:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:171:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:184:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:286:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:290:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:313:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:319:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:377:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:406:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:417:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:420:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse.cpp:224:26: performance: Use const reference for 'popRef' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/convParse/gc_parse.cpp:233:28: performance: Use const reference for 'locRef' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/convParse/gc_parse_block.cpp:47:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_block.cpp:80:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_sample.cpp:36:59: style: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parse_sample.h:50:42: note: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'.
lamarc/src/convParse/gc_parse_sample.cpp:36:59: note: Function 'GCParseSample' argument 2 names different: declaration 'lineInFile' definition 'line'.
lamarc/src/convParse/gc_parse_sample.cpp:46:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_parse_sample.cpp:99:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_sequential_data.h:63:5: style: Class 'GCAllelicData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_sequential_data.h:79:5: style: Class 'GCNucData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_sequential_data.h:66:17: style: The function 'AddMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:46:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:66:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:67:17: style: The function 'GetNumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:48:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:67:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:68:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:49:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:68:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:69:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:50:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:69:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:82:17: style: The function 'AddMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:46:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:82:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:83:17: style: The function 'GetNumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:48:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:83:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:84:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:49:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:84:17: note: Function in derived class
lamarc/src/convParse/gc_sequential_data.h:85:17: style: The function 'GetData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_sequential_data.h:50:25: note: Virtual function in base class
lamarc/src/convParse/gc_sequential_data.h:85:17: note: Function in derived class
lamarc/src/convParse/gc_parser.cpp:122:56: style: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:53:73: note: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:122:56: note: Function 'FillDataInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:153:61: style: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:54:73: note: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:153:61: note: Function 'FillDataNonInterleaved' argument 3 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:186:45: style: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:52:100: note: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:186:45: note: Function 'FillData' argument 5 names different: declaration 'expectedSequences' definition 'expectedNumSequences'.
lamarc/src/convParse/gc_parser.cpp:235:27: style: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:56:94: note: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'.
lamarc/src/convParse/gc_parser.cpp:235:27: note: Function 'AddBlock' argument 4 names different: declaration 'expectedSequences' definition 'numSequences'.
lamarc/src/convParse/gc_parser.cpp:243:44: style: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:57:52: note: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'.
lamarc/src/convParse/gc_parser.cpp:243:44: note: Function 'AddLocus' argument 2 names different: declaration 'expectedIndex' definition 'expectedLocusIndex'.
lamarc/src/convParse/gc_parser.cpp:243:71: style: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:57:74: note: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'.
lamarc/src/convParse/gc_parser.cpp:243:71: note: Function 'AddLocus' argument 3 names different: declaration 'locusLength' definition 'numMarkers'.
lamarc/src/convParse/gc_parser.cpp:253:42: style: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:58:52: note: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'.
lamarc/src/convParse/gc_parser.cpp:253:42: note: Function 'AddPop' argument 2 names different: declaration 'expectedIndex' definition 'expectedPopIndex'.
lamarc/src/convParse/gc_parser.cpp:253:69: style: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_parser.h:58:76: note: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'.
lamarc/src/convParse/gc_parser.cpp:253:69: note: Function 'AddPop' argument 3 names different: declaration 'comment' definition 'name'.
lamarc/src/convParse/gc_parser.h:46:10: performance: Technically the member function 'GCParser::HasContent' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:80:11: note: Technically the member function 'GCParser::HasContent' can be static.
lamarc/src/convParse/gc_parser.h:46:10: note: Technically the member function 'GCParser::HasContent' can be static.
lamarc/src/convParse/gc_parser.h:69:10: performance: Technically the member function 'GCParser::AddNucDataToSample' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:296:11: note: Technically the member function 'GCParser::AddNucDataToSample' can be static.
lamarc/src/convParse/gc_parser.h:69:10: note: Technically the member function 'GCParser::AddNucDataToSample' can be static.
lamarc/src/convParse/gc_parser.h:71:19: performance: Technically the member function 'GCParser::makeKalleleTokens' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:350:11: note: Technically the member function 'GCParser::makeKalleleTokens' can be static.
lamarc/src/convParse/gc_parser.h:71:19: note: Technically the member function 'GCParser::makeKalleleTokens' can be static.
lamarc/src/convParse/gc_parser.h:73:10: performance: Technically the member function 'GCParser::SetDataTypeFromFile' can be static. [functionStatic]
lamarc/src/convParse/gc_parser.cpp:375:11: note: Technically the member function 'GCParser::SetDataTypeFromFile' can be static.
lamarc/src/convParse/gc_parser.h:73:10: note: Technically the member function 'GCParser::SetDataTypeFromFile' can be static.
lamarc/src/convParse/gc_phylip.cpp:120:59: style: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_phylip.h:49:41: note: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'.
lamarc/src/convParse/gc_phylip.cpp:120:59: note: Function 'Parse' argument 2 names different: declaration 'dataType' definition 'dataTypes'.
lamarc/src/convParse/gc_phylip.h:45:5: style: Class 'GCPhylipParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_phylip.h:42:10: style: The function 'CompleteParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/convParse/gc_parser.h:50:18: note: Virtual function in base class
lamarc/src/convParse/gc_phylip.h:42:10: note: Function in derived class
lamarc/src/convParse/gc_pop_match.cpp:68:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:55:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:68:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:76:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:56:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:76:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:85:38: style: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_pop_match.h:57:28: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.cpp:85:38: note: Function 'GCPopMatcher' argument 1 names different: declaration 'popMatchType' definition 'pMatchType'.
lamarc/src/convParse/gc_pop_match.h:55:5: style: Class 'GCPopMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convParse/gc_region.cpp:163:29: style: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_region.h:84:35: note: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:163:29: note: Function 'AddTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:191:32: style: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_region.h:86:38: note: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:191:32: note: Function 'RemoveTraitId' argument 1 names different: declaration 'traitClassId' definition 'traitId'.
lamarc/src/convParse/gc_region.cpp:99:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_region.cpp:120:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/convParse/gc_sequential_data.cpp:140:31: style: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_sequential_data.h:69:32: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:140:31: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:193:27: style: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'. [funcArgNamesDifferent]
lamarc/src/convParse/gc_sequential_data.h:85:32: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/gc_sequential_data.cpp:193:27: note: Function 'GetData' argument 1 names different: declaration 'siteIndex' definition 'markerIndex'.
lamarc/src/convParse/tixml_util.cpp:116:51: style: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/convParse/tixml_util.h:37:68: note: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/convParse/tixml_util.cpp:116:51: note: Function 'tiwx_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/convParse/tixml_util.cpp:69:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:89:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:98:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:130:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:148:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convParse/tixml_util.cpp:166:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/convUtil/gc_file_util.h:35:5: style: Class 'gc_file_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convUtil/gc_file_util.h:49:5: style: Class 'gc_file_missing_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/convUtil/gc_file_util.h:57:5: style: Class 'gc_file_read_error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_RegionDS.h:70:10: style: Technically the member function 'ltstr::operator()' can be const. [functionConst]
lamarc/src/conversion/Converter_Sequence.h:65:5: style: Class 'Sequence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_IndividualDS.h:62:5: style: Class 'IndividualDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_PopulationDS.h:73:5: style: Class 'PopulationDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_LamarcDS.h:145:5: style: Class 'LamarcDS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:49:5: style: Class 'ConverterTestError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:60:5: style: Class 'DataTypeNotFoundError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:71:5: style: Class 'InvalidNucleotideError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:82:5: style: Class 'InvalidSequenceLengthError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:93:5: style: Class 'InvalidFrequenciesError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:104:5: style: Class 'FileNotFoundError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:115:5: style: Class 'FileFormatError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_DataSourceException.h:126:5: style: Class 'InconsistentDataError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_Sequence.h:87:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_Sequence.h:87:12: note: Function in derived class
lamarc/src/conversion/Converter_IndividualDS.h:133:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_IndividualDS.h:133:12: note: Function in derived class
lamarc/src/conversion/Converter_PopulationDS.h:157:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_PopulationDS.h:157:12: note: Function in derived class
lamarc/src/conversion/Converter_ModelDS.h:124:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_ModelDS.h:124:12: note: Function in derived class
lamarc/src/conversion/Converter_SpacingDS.h:83:17: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_SpacingDS.h:83:17: note: Function in derived class
lamarc/src/conversion/Converter_RegionDS.h:172:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_RegionDS.h:172:12: note: Function in derived class
lamarc/src/conversion/Converter_LamarcDS.h:214:12: style: The function 'getXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceIf.h:41:20: note: Virtual function in base class
lamarc/src/conversion/Converter_LamarcDS.h:214:12: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:52:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:52:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:63:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:63:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:74:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:74:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:85:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:85:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:96:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:96:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:107:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:107:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:118:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:118:25: note: Function in derived class
lamarc/src/conversion/Converter_DataSourceException.h:129:25: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_DataSourceException.h:41:25: note: Virtual function in base class
lamarc/src/conversion/Converter_DataSourceException.h:129:25: note: Function in derived class
lamarc/src/conversion/ConverterUI.cpp:122:12: style: Condition '!success' is always true [knownConditionTrueFalse]
lamarc/src/conversion/ConverterUI.cpp:119:20: note: Assignment 'success=false', assigned value is 0
lamarc/src/conversion/ConverterUI.cpp:122:12: note: Condition '!success' is always true
lamarc/src/conversion/ConverterUI.cpp:153:12: style: Condition '!success' is always true [knownConditionTrueFalse]
lamarc/src/conversion/ConverterUI.cpp:150:20: note: Assignment 'success=false', assigned value is 0
lamarc/src/conversion/ConverterUI.cpp:153:12: note: Condition '!success' is always true
lamarc/src/conversion/ConverterUI.cpp:332:34: style: The scope of the variable 'mapposition' can be reduced. [variableScope]
lamarc/src/conversion/ConverterUI.cpp:303:52: style: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ConverterUI.h:55:52: note: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'.
lamarc/src/conversion/ConverterUI.cpp:303:52: note: Function 'SetMapInfo' argument 2 names different: declaration 'mapfilename' definition 'fname'.
lamarc/src/conversion/ConverterUI.cpp:227:22: style: Variable 'mustbepositive' is assigned a value that is never used. [unreadVariable]
lamarc/src/conversion/Converter_SpaceConverter.h:55:5: style: Class 'SpaceConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/conversion/Converter_PhylipConverter.h:59:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:59:10: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:61:18: style: The function 'SetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:61:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:61:18: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:62:20: style: The function 'GetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:60:20: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:62:20: note: Function in derived class
lamarc/src/conversion/Converter_PhylipConverter.h:63:18: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:62:18: note: Virtual function in base class
lamarc/src/conversion/Converter_PhylipConverter.h:63:18: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:90:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:90:10: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:92:18: style: The function 'SetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:61:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:92:18: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:93:20: style: The function 'GetDataType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:60:20: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:93:20: note: Function in derived class
lamarc/src/conversion/Converter_MigrateConverter.h:94:18: style: The function 'ProcessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:62:18: note: Virtual function in base class
lamarc/src/conversion/Converter_MigrateConverter.h:94:18: note: Function in derived class
lamarc/src/conversion/Converter_HapConverter.h:75:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_HapConverter.h:75:10: note: Function in derived class
lamarc/src/conversion/Converter_SpaceConverter.h:61:10: style: The function 'addConvertedLamarcDS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/conversion/Converter_ConverterIf.h:53:18: note: Virtual function in base class
lamarc/src/conversion/Converter_SpaceConverter.h:61:10: note: Function in derived class
lamarc/src/conversion/ConverterUIMain.cpp:373:21: style: Variable 'keepGoing' is assigned a value that is never used. [unreadVariable]
lamarc/src/conversion/HapConverter.cpp:35:54: style: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_HapConverter.h:67:44: note: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'.
lamarc/src/conversion/HapConverter.cpp:35:54: note: Function 'HapConverter' argument 2 names different: declaration 'm_random' definition 'random'.
lamarc/src/conversion/HapConverter.cpp:35:15: warning: Member variable 'HapConverter::m_nindividuals' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/conversion/Converter_HapConverter.h:57:12: performance: Technically the member function 'HapConverter::PopTilDelimiter' can be static. [functionStatic]
lamarc/src/conversion/HapConverter.cpp:94:22: note: Technically the member function 'HapConverter::PopTilDelimiter' can be static.
lamarc/src/conversion/Converter_HapConverter.h:57:12: note: Technically the member function 'HapConverter::PopTilDelimiter' can be static.
lamarc/src/conversion/LamarcDS.cpp:191:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:243:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:249:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:255:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:256:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:265:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:271:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:282:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:288:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:292:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:402:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/LamarcDS.cpp:640:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/MigrateConverter.cpp:576:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/MigrateConverter.cpp:598:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/MigrateConverter.cpp:672:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lamarc/src/conversion/Converter_MigrateConverter.h:68:12: performance: Technically the member function 'MigrateConverter::getNewName' can be static. [functionStatic]
lamarc/src/conversion/MigrateConverter.cpp:547:19: note: Technically the member function 'MigrateConverter::getNewName' can be static.
lamarc/src/conversion/Converter_MigrateConverter.h:68:12: note: Technically the member function 'MigrateConverter::getNewName' can be static.
lamarc/src/conversion/ModelDS.cpp:89:26: style: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:26: note: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'.
lamarc/src/conversion/ModelDS.cpp:89:26: note: Function 'setFreqs' argument 1 names different: declaration 'a' definition 'freqA'.
lamarc/src/conversion/ModelDS.cpp:89:40: style: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:36: note: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'.
lamarc/src/conversion/ModelDS.cpp:89:40: note: Function 'setFreqs' argument 2 names different: declaration 'c' definition 'freqC'.
lamarc/src/conversion/ModelDS.cpp:89:54: style: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:46: note: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'.
lamarc/src/conversion/ModelDS.cpp:89:54: note: Function 'setFreqs' argument 3 names different: declaration 'g' definition 'freqG'.
lamarc/src/conversion/ModelDS.cpp:89:68: style: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:122:56: note: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'.
lamarc/src/conversion/ModelDS.cpp:89:68: note: Function 'setFreqs' argument 4 names different: declaration 't' definition 'freqT'.
lamarc/src/conversion/ModelDS.cpp:123:34: style: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:94:34: note: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'.
lamarc/src/conversion/ModelDS.cpp:123:34: note: Function 'setTTRatio' argument 1 names different: declaration 'modelTTRatio' definition 'ttRatio'.
lamarc/src/conversion/ModelDS.cpp:137:46: style: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:100:46: note: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'.
lamarc/src/conversion/ModelDS.cpp:137:46: note: Function 'setNumCategories' argument 1 names different: declaration 'modelNumCategories' definition 'numCategories'.
lamarc/src/conversion/ModelDS.cpp:151:32: style: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:106:32: note: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'.
lamarc/src/conversion/ModelDS.cpp:151:32: note: Function 'setRates' argument 1 names different: declaration 'modelRates' definition 'rates'.
lamarc/src/conversion/ModelDS.cpp:165:40: style: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_ModelDS.h:112:40: note: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'.
lamarc/src/conversion/ModelDS.cpp:165:40: note: Function 'setProbabilities' argument 1 names different: declaration 'modelProbabilities' definition 'probabilities'.
lamarc/src/conversion/ModelDS.cpp:199:37: warning: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t' [funcArgOrderDifferent]
lamarc/src/conversion/Converter_ModelDS.h:59:31: note: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t'
lamarc/src/conversion/ModelDS.cpp:199:37: note: Function 'validateFreqs' argument order different: declaration 'a, c, g, t' definition 'a, g, c, t'
lamarc/src/conversion/ModelDS.cpp:240:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/Converter_ModelDS.h:59:10: performance: Technically the member function 'ModelDS::validateFreqs' can be static. [functionStatic]
lamarc/src/conversion/ModelDS.cpp:199:10: note: Technically the member function 'ModelDS::validateFreqs' can be static.
lamarc/src/conversion/Converter_ModelDS.h:59:10: note: Technically the member function 'ModelDS::validateFreqs' can be static.
lamarc/src/conversion/ParserUtil.cpp:264:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/conversion/ParserUtil.cpp:296:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/conversion/PhylipConverter.cpp:74:12: style: Unused variable: numSeqsString [unusedVariable]
lamarc/src/conversion/PhylipConverter.cpp:75:12: style: Unused variable: seqLengthString [unusedVariable]
lamarc/src/conversion/PhylipConverter.cpp:159:12: style: Unused variable: indSeq [unusedVariable]
lamarc/src/conversion/PopulationDS.cpp:203:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/conversion/PopulationDS.cpp:271:51: style: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_PopulationDS.h:63:46: note: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'.
lamarc/src/conversion/PopulationDS.cpp:271:51: note: Function 'validateNewIndividual' argument 1 names different: declaration 'individual' definition 'ind'.
lamarc/src/conversion/PopulationDS.cpp:313:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/PopulationDS.cpp:428:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:193:39: style: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_RegionDS.h:156:39: note: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:193:39: note: Function 'addPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:315:47: style: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_RegionDS.h:92:46: note: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:315:47: note: Function 'validateNewPopulation' argument 1 names different: declaration 'population' definition 'pop'.
lamarc/src/conversion/RegionDS.cpp:217:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:343:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/RegionDS.cpp:474:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/conversion/Converter_RegionDS.h:93:10: performance: Technically the member function 'RegionDS::validateFreqs' can be static. [functionStatic]
lamarc/src/conversion/RegionDS.cpp:390:11: note: Technically the member function 'RegionDS::validateFreqs' can be static.
lamarc/src/conversion/Converter_RegionDS.h:93:10: note: Technically the member function 'RegionDS::validateFreqs' can be static.
lamarc/src/conversion/SpaceConverter.cpp:50:54: style: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
lamarc/src/conversion/Converter_SpaceConverter.h:52:42: note: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'.
lamarc/src/conversion/SpaceConverter.cpp:50:54: note: Function 'ValidateSpaceInfo' argument 2 names different: declaration 'filename' definition 'fname'.
lamarc/src/conversion/XmlParserUtil.cpp:77:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lamarc/src/conversion/XmlParserUtil.cpp:83:9: note: Found duplicate branches for 'if' and 'else'.
lamarc/src/conversion/XmlParserUtil.cpp:77:9: note: Found duplicate branches for 'if' and 'else'.
lamarc/src/conversion/XmlParserUtil.cpp:275:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/calculators.cpp:111:58: style: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'. [funcArgNamesDifferent]
lamarc/src/datalike/calculators.h:46:63: note: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'.
lamarc/src/datalike/calculators.cpp:111:58: note: Function 'MigFSTLocus' argument 3 names different: declaration 'nmigs' definition 'numMigs'.
lamarc/src/datalike/region.h:90:5: warning: Member variable 'Region::m_id' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/region.h:90:5: warning: Member variable 'Region::m_snppanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/region.h:109:10: style: Technically the member function 'Region::GetSnpPanel' can be const. [functionConst]
lamarc/src/datalike/locuscell.h:49:5: style: Class 'LocusCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/locuscell.h:51:5: style: Class 'LocusCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:134:5: style: Class 'NucCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:151:5: style: Class 'DNACalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:181:5: style: Class 'SNPCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcalc.h:201:5: style: Class 'AlleleCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/phenotypes.h:61:5: style: Class 'Phenotypes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/region.h:90:5: style: Class 'Region' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/datalike/dlcell.h:168:22: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:94:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:168:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:170:10: style: The function 'EmptyCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:101:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:170:10: note: Function in derived class
lamarc/src/datalike/dlcell.h:172:22: style: The function 'CopyInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:99:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:172:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:175:22: style: The function 'SetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:104:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:175:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:176:22: style: The function 'AddToSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:105:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:176:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:177:22: style: The function 'GetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:106:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:177:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:178:22: style: The function 'GetNextMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:108:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:178:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:181:14: style: The function 'Normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:111:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:181:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:182:14: style: The function 'SetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:112:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:182:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:183:14: style: The function 'GetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:113:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:183:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:186:14: style: The function 'SumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:115:18: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:186:14: note: Function in derived class
lamarc/src/datalike/dlcell.h:189:22: style: The function 'SwapDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:118:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:189:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:197:22: style: The function 'IsSameAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:121:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:197:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:201:22: style: The function 'DiffersFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:122:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:201:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:204:22: style: The function 'SetAllCategoriesTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:125:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:204:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:205:25: style: The function 'GetStateFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:126:25: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:205:25: note: Function in derived class
lamarc/src/datalike/dlcell.h:206:22: style: The function 'SetStateTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:127:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:206:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:207:22: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:128:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:207:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:208:22: style: The function 'SubtractFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:129:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:208:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:209:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:130:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:209:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:210:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:131:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:210:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:213:23: style: The function 'GetOnes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:134:23: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:213:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:216:22: style: The function 'DLsToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:137:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:216:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:217:22: style: The function 'GetNMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:138:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:217:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:218:22: style: The function 'GetNCats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:139:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:218:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:219:22: style: The function 'GetNBins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:140:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:219:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:234:22: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:234:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:235:22: style: The function 'Copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:94:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:235:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:236:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:236:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:238:22: style: The function 'CopyInitialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:99:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:238:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:240:22: style: The function 'EmptyCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:101:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:240:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:241:22: style: The function 'SetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:104:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:241:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:242:22: style: The function 'AddToSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:105:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:242:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:243:22: style: The function 'GetSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:106:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:243:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:244:22: style: The function 'Normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:111:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:244:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:245:22: style: The function 'SetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:112:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:245:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:246:22: style: The function 'GetNorms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:113:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:246:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:247:22: style: The function 'SumMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:115:18: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:247:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:248:22: style: The function 'GetNextMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:108:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:248:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:249:22: style: The function 'SwapDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:118:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:249:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:251:22: style: The function 'IsSameAs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:121:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:251:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:254:22: style: The function 'DiffersFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:122:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:254:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:257:22: style: The function 'SetAllCategoriesTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:125:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:257:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:258:25: style: The function 'GetStateFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:126:25: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:258:25: note: Function in derived class
lamarc/src/datalike/dlcell.h:259:22: style: The function 'SetStateTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:127:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:259:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:260:22: style: The function 'AddTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:128:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:260:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:261:22: style: The function 'SubtractFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:129:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:261:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:262:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:130:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:262:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:263:22: style: The function 'MultiplyBy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:131:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:263:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:266:23: style: The function 'GetOnes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:134:23: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:266:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:269:22: style: The function 'DLsToString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:137:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:269:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:270:22: style: The function 'GetNMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:138:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:270:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:271:22: style: The function 'GetNCats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:139:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:271:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:272:22: style: The function 'GetNBins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:140:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:272:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:283:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:283:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:295:19: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:295:19: note: Function in derived class
lamarc/src/datalike/dlcell.h:306:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:306:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:307:23: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:283:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:307:23: note: Function in derived class
lamarc/src/datalike/dlcell.h:319:22: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:93:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:319:22: note: Function in derived class
lamarc/src/datalike/dlcell.h:320:22: style: The function 'Initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcell.h:97:22: note: Virtual function in base class
lamarc/src/datalike/dlcell.h:320:22: note: Function in derived class
lamarc/src/datalike/datatype.h:126:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:93:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:126:23: note: Function in derived class
lamarc/src/datalike/datatype.h:127:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:127:18: note: Function in derived class
lamarc/src/datalike/datatype.h:129:18: style: The function 'IsEquivalent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:102:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:129:18: note: Function in derived class
lamarc/src/datalike/datatype.h:130:18: style: The function 'IsNucleotideData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:103:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:130:18: note: Function in derived class
lamarc/src/datalike/datatype.h:132:29: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:132:29: note: Function in derived class
lamarc/src/datalike/datatype.h:143:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:126:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:143:23: note: Function in derived class
lamarc/src/datalike/datatype.h:146:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:146:23: note: Function in derived class
lamarc/src/datalike/datatype.h:147:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:147:23: note: Function in derived class
lamarc/src/datalike/datatype.h:149:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:149:24: note: Function in derived class
lamarc/src/datalike/datatype.h:158:18: style: The function 'GetPairwiseMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:79:18: note: Virtual function in base class
lamarc/src/datalike/datatype.h:158:18: note: Function in derived class
lamarc/src/datalike/datatype.h:163:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:126:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:163:23: note: Function in derived class
lamarc/src/datalike/datatype.h:166:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:166:23: note: Function in derived class
lamarc/src/datalike/datatype.h:167:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:167:23: note: Function in derived class
lamarc/src/datalike/datatype.h:169:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:169:24: note: Function in derived class
lamarc/src/datalike/datatype.h:182:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:93:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:182:23: note: Function in derived class
lamarc/src/datalike/datatype.h:183:20: style: The function 'GetDelimiter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:106:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:183:20: note: Function in derived class
lamarc/src/datalike/datatype.h:184:23: style: The function 'CreateDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:109:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:184:23: note: Function in derived class
lamarc/src/datalike/datatype.h:185:23: style: The function 'CreateInitializedDLCell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:110:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:185:23: note: Function in derived class
lamarc/src/datalike/datatype.h:197:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:182:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:197:23: note: Function in derived class
lamarc/src/datalike/datatype.h:199:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:199:18: note: Function in derived class
lamarc/src/datalike/datatype.h:203:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:203:24: note: Function in derived class
lamarc/src/datalike/datatype.h:204:27: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:204:27: note: Function in derived class
lamarc/src/datalike/datatype.h:216:23: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:182:23: note: Virtual function in base class
lamarc/src/datalike/datatype.h:216:23: note: Function in derived class
lamarc/src/datalike/datatype.h:218:18: style: The function 'Proofread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:94:20: note: Virtual function in base class
lamarc/src/datalike/datatype.h:218:18: note: Function in derived class
lamarc/src/datalike/datatype.h:222:24: style: The function 'CreateDLCalculator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:112:24: note: Virtual function in base class
lamarc/src/datalike/datatype.h:222:24: note: Function in derived class
lamarc/src/datalike/datatype.h:223:27: style: The function 'DefaultModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/datatype.h:113:27: note: Virtual function in base class
lamarc/src/datalike/datatype.h:223:27: note: Function in derived class
lamarc/src/datalike/dlmodel.h:198:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:118:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:198:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:218:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:218:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:232:30: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:232:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:233:30: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:233:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:234:30: style: The function 'ChooseAncestralState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:172:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:234:30: note: Function in derived class
lamarc/src/datalike/dlmodel.h:235:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:179:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:235:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:274:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:198:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:274:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:292:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:292:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:297:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:297:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:306:22: style: The function 'RescaleLengths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:226:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:306:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:307:22: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:227:22: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:307:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:308:22: style: The function 'ComputeSubtreeDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:228:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:308:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:310:22: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:310:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:313:26: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:232:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:313:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:314:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:233:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:314:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:316:26: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:316:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:370:18: style: The function 'IsValidDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:198:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:370:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:392:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:392:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:396:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:396:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:404:22: style: The function 'RescaleLengths' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:226:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:404:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:405:22: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:227:22: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:405:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:406:22: style: The function 'ComputeSubtreeDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:228:21: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:406:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:408:22: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:408:22: note: Function in derived class
lamarc/src/datalike/dlmodel.h:411:26: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:232:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:411:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:412:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:233:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:412:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:414:26: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:414:26: note: Function in derived class
lamarc/src/datalike/dlmodel.h:443:20: style: The function 'ComputeCatDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:154:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:443:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:449:25: style: The function 'ChooseAncestralState' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:172:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:449:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:450:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:179:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:450:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:491:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:491:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:493:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:493:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:495:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:495:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:498:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:498:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:500:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:500:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:504:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:504:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:506:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:506:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:508:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:508:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:530:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:530:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:532:18: style: The function 'ShouldNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:143:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:532:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:533:18: style: The function 'SetNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:147:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:533:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:535:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:535:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:536:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:536:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:539:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:539:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:541:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:541:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:545:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:545:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:547:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:547:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:549:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:549:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:578:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:578:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:580:24: style: The function 'ShouldNormalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:143:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:580:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:581:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:581:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:583:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:583:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:586:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:586:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:588:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:588:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:592:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:592:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:593:25: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:593:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:595:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:595:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:598:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:598:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:640:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:130:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:640:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:642:24: style: The function 'GetModelType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:132:24: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:642:24: note: Function in derived class
lamarc/src/datalike/dlmodel.h:644:28: style: The function 'DataToLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:136:28: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:644:28: note: Function in derived class
lamarc/src/datalike/dlmodel.h:647:18: style: The function 'ComputeSiteDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:444:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:647:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:650:20: style: The function 'ComputeSubtreeDLs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:447:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:650:20: note: Function in derived class
lamarc/src/datalike/dlmodel.h:655:25: style: The function 'CreateDataModelReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:163:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:655:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:656:25: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:164:30: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:656:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:661:18: style: The function 'SetAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:159:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:661:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:662:18: style: The function 'ResetAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:158:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:662:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:664:25: style: The function 'SimulateMarker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:175:25: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:664:25: note: Function in derived class
lamarc/src/datalike/dlmodel.h:666:18: style: The function 'OptimizeDataModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:156:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:666:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:667:18: style: The function 'WriteAlpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:157:18: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:667:18: note: Function in derived class
lamarc/src/datalike/dlmodel.h:668:20: style: The function 'CellToData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlmodel.h:450:20: note: Virtual function in base class
lamarc/src/datalike/dlmodel.h:668:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:136:23: style: The function 'RecalculateAliases' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:111:23: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:136:23: note: Function in derived class
lamarc/src/datalike/dlcalc.h:153:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:153:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:154:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:154:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:183:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:183:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:184:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:184:20: note: Function in derived class
lamarc/src/datalike/dlcalc.h:185:18: style: The function 'SimulateData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:107:18: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:185:18: note: Function in derived class
lamarc/src/datalike/dlcalc.h:203:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:105:27: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:203:27: note: Function in derived class
lamarc/src/datalike/dlcalc.h:204:20: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/datalike/dlcalc.h:106:20: note: Virtual function in base class
lamarc/src/datalike/dlcalc.h:204:20: note: Function in derived class
lamarc/src/datalike/locus.h:178:35: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
lamarc/src/datalike/region.h:90:24: performance: Function parameter 'rname' should be passed by const reference. [passedByValue]
lamarc/src/datalike/cellmanager.cpp:34:41: style: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'. [funcArgNamesDifferent]
lamarc/src/datalike/cellmanager.h:64:36: note: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:34:41: note: Function 'GetArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:51:37: style: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'. [funcArgNamesDifferent]
lamarc/src/datalike/cellmanager.h:65:37: note: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/cellmanager.cpp:51:37: note: Function 'FreeArray' argument 1 names different: declaration 'dimensions' definition 'id'.
lamarc/src/datalike/datapack.cpp:384:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/datatype.cpp:316:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:526:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:587:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lamarc/src/datalike/datatype.cpp:89:38: style: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:80:60: note: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:89:38: note: Function 'DifferenceWithinPop' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:89:74: style: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:81:60: note: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'.
lamarc/src/datalike/datatype.cpp:89:74: note: Function 'DifferenceWithinPop' argument 2 names different: declaration 'done' definition 'end'.
lamarc/src/datalike/datatype.cpp:119:68: style: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:82:62: note: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:119:68: note: Function 'DifferenceBetweenPops' argument 1 names different: declaration 'group1' definition 'begin1'.
lamarc/src/datalike/datatype.cpp:120:68: style: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:83:62: note: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'.
lamarc/src/datalike/datatype.cpp:120:68: note: Function 'DifferenceBetweenPops' argument 2 names different: declaration 'done1' definition 'end1'.
lamarc/src/datalike/datatype.cpp:120:102: style: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:84:62: note: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'.
lamarc/src/datalike/datatype.cpp:120:102: note: Function 'DifferenceBetweenPops' argument 3 names different: declaration 'group2' definition 'begin2'.
lamarc/src/datalike/datatype.cpp:121:68: style: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:85:62: note: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'.
lamarc/src/datalike/datatype.cpp:121:68: note: Function 'DifferenceBetweenPops' argument 4 names different: declaration 'done2' definition 'end2'.
lamarc/src/datalike/datatype.cpp:392:66: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:148:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:392:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:449:67: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:168:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:449:67: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:496:66: style: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:186:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:496:66: note: Function 'CreateInitializedDLCell' argument 2 names different: declaration 'tipdata' definition 'tdata'.
lamarc/src/datalike/datatype.cpp:522:38: style: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:199:42: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:522:38: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:522:56: style: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:199:64: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:522:56: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:583:43: style: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:218:42: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:583:43: note: Function 'Proofread' argument 1 names different: declaration 'content' definition 'raw'.
lamarc/src/datalike/datatype.cpp:583:61: style: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'. [funcArgNamesDifferent]
lamarc/src/datalike/datatype.h:218:64: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/datatype.cpp:583:61: note: Function 'Proofread' argument 2 names different: declaration 'data' definition 'clean'.
lamarc/src/datalike/dlcalc.cpp:683:60: style: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcalc.h:166:49: note: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'.
lamarc/src/datalike/dlcalc.cpp:683:60: note: Function 'MaskPanelTips' argument 2 names different: declaration 'loci' definition 'loc'.
lamarc/src/datalike/dlcalc.cpp:1096:85: style: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcalc.h:178:79: note: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'.
lamarc/src/datalike/dlcalc.cpp:1096:85: note: Function 'SumPanel' argument 3 names different: declaration 'sumcell' definition 'invarcell'.
lamarc/src/datalike/dlcalc.cpp:330:9: style: Variable 'node' is modified but its new value is never used. [unreadVariable]
lamarc/src/datalike/dlcalc.cpp:792:14: style: Unused variable: curmarker [unusedVariable]
lamarc/src/datalike/dlcalc.cpp:872:24: style: Variable 'snpsPresent' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/dlcalc.cpp:252:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/dlcalc.h:123:15: style: Unused private function: 'NucCalculator::SetupAliases' [unusedPrivateFunction]
lamarc/src/datalike/dlcalc.h:98:15: performance: Technically the member function 'DLCalculator::GetChildInfo' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:66:15: note: Technically the member function 'DLCalculator::GetChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:98:15: note: Technically the member function 'DLCalculator::GetChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:100:15: performance: Technically the member function 'DLCalculator::NullChildInfo' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:76:25: note: Technically the member function 'DLCalculator::NullChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:100:15: note: Technically the member function 'DLCalculator::NullChildInfo' can be static.
lamarc/src/datalike/dlcalc.h:122:15: performance: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static. [functionStatic]
lamarc/src/datalike/dlcalc.cpp:376:26: note: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static.
lamarc/src/datalike/dlcalc.h:122:15: note: Technically the member function 'NucCalculator::CalculateAliasesFromData' can be static.
lamarc/src/datalike/dlcalc.h:160:1: warning: The class 'SNPCalculator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/datalike/dlcell.cpp:176:31: style: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'. [funcArgNamesDifferent]
lamarc/src/datalike/dlcell.h:189:39: note: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'.
lamarc/src/datalike/dlcell.cpp:176:31: note: Function 'SwapDLs' argument 1 names different: declaration 'other' definition 'othercell'.
lamarc/src/datalike/dlcell.h:169:16: style: Technically the member function 'DLCell::MakeArray' can be const. [functionConst]
lamarc/src/datalike/dlcell.cpp:139:19: note: Technically the member function 'DLCell::MakeArray' can be const.
lamarc/src/datalike/dlcell.h:169:16: note: Technically the member function 'DLCell::MakeArray' can be const.
lamarc/src/datalike/dlmodel.cpp:588:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:1300:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:1966:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:3461:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lamarc/src/datalike/dlmodel.cpp:910:10: style: The scope of the variable 'cat' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:911:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:962:10: style: The scope of the variable 'cat' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:963:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:1173:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:1844:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2341:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:12: style: The scope of the variable 'mean1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:19: style: The scope of the variable 'mean2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:26: style: The scope of the variable 'xx1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:31: style: The scope of the variable 'xx2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:36: style: The scope of the variable 'c12' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:41: style: The scope of the variable 'v1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:45: style: The scope of the variable 'v2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:49: style: The scope of the variable 'vtot' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2553:59: style: The scope of the variable 'f2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:12: style: The scope of the variable 'prob1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:19: style: The scope of the variable 'prob2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:26: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:30: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:34: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2791:38: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:2952:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:12: style: The scope of the variable 'prob1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:19: style: The scope of the variable 'prob2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:26: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:30: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:34: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3295:38: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:3397:23: style: The scope of the variable 'subtotal' can be reduced. [variableScope]
lamarc/src/datalike/dlmodel.cpp:67:27: style: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:127:20: note: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:67:27: note: Function 'DataModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:374:25: style: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:212:19: note: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:374:25: note: Function 'NucModel' argument 12 names different: declaration 'freqsFromData' definition 'calcFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:660:10: style: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:289:19: note: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:660:10: note: Function 'F84Model' argument 13 names different: declaration 'calculateFrequenciesFromData' definition 'calculateFreqsFromData'.
lamarc/src/datalike/dlmodel.cpp:1020:44: style: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:307:46: note: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'.
lamarc/src/datalike/dlmodel.cpp:1020:44: note: Function 'ComputeSiteDLs' argument 1 names different: declaration 'siteDL1' definition 'siteDLs1'.
lamarc/src/datalike/dlmodel.cpp:1020:63: style: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:307:64: note: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'.
lamarc/src/datalike/dlmodel.cpp:1020:63: note: Function 'ComputeSiteDLs' argument 2 names different: declaration 'siteDL2' definition 'siteDLs2'.
lamarc/src/datalike/dlmodel.cpp:2005:31: style: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:434:14: note: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:2005:31: note: Function 'AlleleModel' argument 7 names different: declaration 'nbins' definition 'numBins'.
lamarc/src/datalike/dlmodel.cpp:2233:75: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:499:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2233:75: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2234:56: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:499:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2234:56: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2725:24: style: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:568:28: note: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'.
lamarc/src/datalike/dlmodel.cpp:2725:24: note: Function 'KAlleleModel' argument 2 names different: declaration 'unknownHaplotypeAlleles' definition 'uniqueAlleles'.
lamarc/src/datalike/dlmodel.cpp:2750:73: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:587:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2750:73: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2751:54: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:587:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:2751:54: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3248:74: style: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:648:52: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3248:74: note: Function 'ComputeSiteDLs' argument 4 names different: declaration 'vv1' definition 'lengthOfBranchToChild1ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3249:55: style: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'. [funcArgNamesDifferent]
lamarc/src/datalike/dlmodel.h:648:76: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:3249:55: note: Function 'ComputeSiteDLs' argument 5 names different: declaration 'vv2' definition 'lengthOfBranchToChild2ScaledByRateCat'.
lamarc/src/datalike/dlmodel.cpp:1204:9: style: Variable 'im' is modified but its new value is never used. [unreadVariable]
lamarc/src/datalike/dlmodel.cpp:3057:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/dlmodel.h:263:10: style: Technically the member function 'F84Model::EmptyBuffers' can be const. [functionConst]
lamarc/src/datalike/dlmodel.cpp:694:16: note: Technically the member function 'F84Model::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:263:10: note: Technically the member function 'F84Model::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:355:10: style: Technically the member function 'GTRModel::EmptyBuffers' can be const. [functionConst]
lamarc/src/datalike/dlmodel.cpp:1523:16: note: Technically the member function 'GTRModel::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:355:10: note: Technically the member function 'GTRModel::EmptyBuffers' can be const.
lamarc/src/datalike/dlmodel.h:359:10: performance: Technically the member function 'GTRModel::GTRDotProduct' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:1576:16: note: Technically the member function 'GTRModel::GTRDotProduct' can be static.
lamarc/src/datalike/dlmodel.h:359:10: note: Technically the member function 'GTRModel::GTRDotProduct' can be static.
lamarc/src/datalike/dlmodel.h:363:10: performance: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:1599:16: note: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static.
lamarc/src/datalike/dlmodel.h:363:10: note: Technically the member function 'GTRModel::BarfOnBadGTRRates' can be static.
lamarc/src/datalike/dlmodel.h:562:12: performance: Technically the member function 'KAlleleModel::probMathFunc' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:2862:22: note: Technically the member function 'KAlleleModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:562:12: note: Technically the member function 'KAlleleModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:673:12: performance: Technically the member function 'MixedKSModel::probMathFunc' can be static. [functionStatic]
lamarc/src/datalike/dlmodel.cpp:3522:22: note: Technically the member function 'MixedKSModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:673:12: note: Technically the member function 'MixedKSModel::probMathFunc' can be static.
lamarc/src/datalike/dlmodel.h:305:18: warning: Virtual function 'Finalize' is called from constructor 'F84Model(long nmarkers,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double freqA,double freqC,double freqG,double freqT,double ttRatio,bool calculateFrequenciesFromData,double perBaseErrorRate)' at line 688. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:688:5: note: Calling Finalize
lamarc/src/datalike/dlmodel.h:305:18: note: Finalize is a virtual method
lamarc/src/datalike/dlmodel.h:403:18: warning: Virtual function 'Finalize' is called from constructor 'GTRModel(long nmarkers,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double freqA,double freqC,double freqG,double freqT,double freqAC,double freqAG,double freqAT,double freqCG,double freqCT,double freqTG,double perBaseErrorRate)' at line 1450. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:1450:5: note: Calling Finalize
lamarc/src/datalike/dlmodel.h:403:18: note: Finalize is a virtual method
lamarc/src/datalike/dlmodel.h:623:18: warning: Virtual function 'Initialize' is called from constructor 'MixedKSModel(long nmarkers,const StringVec2d&uniqueAlleles,long numCategories,DoubleVec1d categoryRates,DoubleVec1d categoryProbabilities,double userAutoCorrelationValue,bool doNormalize,double relMuRate,double alphaVal,bool doOptimization)' at line 3103. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/datalike/dlmodel.cpp:3103:5: note: Calling Initialize
lamarc/src/datalike/dlmodel.h:623:18: note: Initialize is a virtual method
lamarc/src/datalike/funcMax.cpp:89:10: style: The scope of the variable 'leftMark' can be reduced. [variableScope]
lamarc/src/datalike/funcMax.cpp:89:20: style: The scope of the variable 'rightMark' can be reduced. [variableScope]
lamarc/src/datalike/funcMax.cpp:49:24: style: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'. [funcArgNamesDifferent]
lamarc/src/datalike/funcMax.h:76:44: note: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'.
lamarc/src/datalike/funcMax.cpp:49:24: note: Function 'FuncMax' argument 2 names different: declaration 'tree' definition '_tree'.
lamarc/src/datalike/funcMax.cpp:50:31: style: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'. [funcArgNamesDifferent]
lamarc/src/datalike/funcMax.h:76:63: note: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'.
lamarc/src/datalike/funcMax.cpp:50:31: note: Function 'FuncMax' argument 3 names different: declaration 'locus' definition '_locus'.
lamarc/src/datalike/funcMax.cpp:106:13: style: Variable 'leftMark' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/funcMax.cpp:107:13: style: Variable 'rightMark' is assigned a value that is never used. [unreadVariable]
lamarc/src/datalike/funcMax.cpp:31:10: warning: Member variable 'FMState::pf' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::max_iters' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::increment' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::threshold' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::leftLimit' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::rightLimit' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::initX' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::pf' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::fs' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.cpp:48:10: warning: Member variable 'FuncMax::curX' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/datalike/funcMax.h:80:12: style: Technically the member function 'FuncMax::getCurX' can be const. [functionConst]
lamarc/src/datalike/funcMax.cpp:82:17: note: Technically the member function 'FuncMax::getCurX' can be const.
lamarc/src/datalike/funcMax.h:80:12: note: Technically the member function 'FuncMax::getCurX' can be const.
lamarc/src/datalike/funcMax.cpp:138:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/funcMax.cpp:146:9: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/funcMax.cpp:152:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/datalike/haplotypes.cpp:54:35: style: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'. [funcArgNamesDifferent]
lamarc/src/datalike/haplotypes.h:52:27: note: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'.
lamarc/src/datalike/haplotypes.cpp:54:35: note: Function 'Haplotypes' argument 1 names different: declaration 'hap' definition 'oldhaps'.
lamarc/src/datalike/haplotypes.cpp:100:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:103:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:124:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:317:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/haplotypes.cpp:330:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:165:44: style: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:167:41: note: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'.
lamarc/src/datalike/locus.cpp:165:44: note: Function 'SetDataModelOnce' argument 1 names different: declaration 'dm' definition 'src'.
lamarc/src/datalike/locus.cpp:231:38: style: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:166:35: note: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'.
lamarc/src/datalike/locus.cpp:231:38: note: Function 'SetDataType' argument 1 names different: declaration 'dt' definition 'src'.
lamarc/src/datalike/locus.cpp:238:30: style: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'. [funcArgNamesDifferent]
lamarc/src/datalike/locus.h:159:27: note: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'.
lamarc/src/datalike/locus.cpp:238:30: note: Function 'SetNmarkers' argument 1 names different: declaration 'val' definition 'n'.
lamarc/src/datalike/locus.cpp:923:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:971:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1020:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1076:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1151:92: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1236:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.cpp:1258:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/locus.h:210:21: style: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const. [functionConst]
lamarc/src/datalike/locus.cpp:1073:17: note: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const.
lamarc/src/datalike/locus.h:210:21: note: Technically the member function 'Locus::ChooseVariableSiteFrom' can be const.
lamarc/src/datalike/locus.h:232:21: performance: Technically the member function 'Locus::GetTopSites' can be static. [functionStatic]
lamarc/src/datalike/locus.cpp:807:17: note: Technically the member function 'Locus::GetTopSites' can be static.
lamarc/src/datalike/locus.h:232:21: note: Technically the member function 'Locus::GetTopSites' can be static.
lamarc/src/datalike/locus.h:233:21: performance: Technically the member function 'Locus::GetBestSites' can be static. [functionStatic]
lamarc/src/datalike/locus.cpp:787:17: note: Technically the member function 'Locus::GetBestSites' can be static.
lamarc/src/datalike/locus.h:233:21: note: Technically the member function 'Locus::GetBestSites' can be static.
lamarc/src/datalike/phenotypes.cpp:138:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/phenotypes.cpp:182:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/datalike/phenotypes.h:57:32: performance: Technically the member function 'Phenotypes::VecToSet' can be static. [functionStatic]
lamarc/src/datalike/phenotypes.cpp:205:30: note: Technically the member function 'Phenotypes::VecToSet' can be static.
lamarc/src/datalike/phenotypes.h:57:32: note: Technically the member function 'Phenotypes::VecToSet' can be static.
lamarc/src/datalike/region.cpp:274:41: style: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:127:37: note: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'.
lamarc/src/datalike/region.cpp:274:41: note: Function 'SetNsites' argument 2 names different: declaration 'numsites' definition 'n'.
lamarc/src/datalike/region.cpp:288:57: style: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:128:53: note: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'.
lamarc/src/datalike/region.cpp:288:57: note: Function 'SetDataType' argument 2 names different: declaration 'dtype' definition 'dt'.
lamarc/src/datalike/region.cpp:305:54: style: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'. [funcArgNamesDifferent]
lamarc/src/datalike/region.h:132:50: note: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'.
lamarc/src/datalike/region.cpp:305:54: note: Function 'SetPhaseMarkers' argument 2 names different: declaration 'phases' definition 'phasesites'.
lamarc/src/datalike/region.h:183:18: performance: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static. [functionStatic]
lamarc/src/datalike/region.cpp:868:14: note: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static.
lamarc/src/datalike/region.h:183:18: note: Technically the member function 'Region::PruneSamePhaseUnknownSites' can be static.
lamarc/src/datalike/tipdata.cpp:145:57: performance: Function parameter 'xpart' should be passed by const reference. [passedByValue]
lamarc/src/force/event.cpp:327:12: style: The scope of the variable 'totalMig' can be reduced. [variableScope]
lamarc/src/force/event.cpp:470:12: style: The scope of the variable 'totalMig' can be reduced. [variableScope]
lamarc/src/force/event.cpp:59:8: warning: Member variable 'Event::m_maxEvents' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/event.cpp:59:8: warning: Member variable 'Event::m_pindex' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/event.cpp:277:17: warning: Member variable 'PartitionEvent::m_nparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.h:123:5: style: Class 'ForceParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/forceparam.h:124:5: style: Class 'ForceParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:117:5: style: Class 'XPartitionEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:150:5: style: Class 'ActiveCoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:166:5: style: Class 'InactiveCoal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:185:5: style: Class 'PartitionEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:201:5: style: Class 'MigEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:226:5: style: Class 'DivMigEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:260:5: style: Class 'DiseaseEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:276:5: style: Class 'ActiveRec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:300:5: style: Class 'InactiveRec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:334:5: style: Class 'EpochEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/event.h:136:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:136:20: note: Function in derived class
lamarc/src/force/event.h:137:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:137:20: note: Function in derived class
lamarc/src/force/event.h:138:20: style: The function 'IsInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:90:20: note: Virtual function in base class
lamarc/src/force/event.h:138:20: note: Function in derived class
lamarc/src/force/event.h:154:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:154:20: note: Function in derived class
lamarc/src/force/event.h:155:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:137:20: note: Virtual function in base class
lamarc/src/force/event.h:155:20: note: Function in derived class
lamarc/src/force/event.h:156:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:156:20: note: Function in derived class
lamarc/src/force/event.h:157:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:157:25: note: Function in derived class
lamarc/src/force/event.h:170:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:170:20: note: Function in derived class
lamarc/src/force/event.h:171:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:137:20: note: Virtual function in base class
lamarc/src/force/event.h:171:20: note: Function in derived class
lamarc/src/force/event.h:172:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:172:20: note: Function in derived class
lamarc/src/force/event.h:174:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:174:25: note: Function in derived class
lamarc/src/force/event.h:205:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:205:20: note: Function in derived class
lamarc/src/force/event.h:206:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:206:20: note: Function in derived class
lamarc/src/force/event.h:207:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:207:20: note: Function in derived class
lamarc/src/force/event.h:208:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:208:20: note: Function in derived class
lamarc/src/force/event.h:209:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:209:25: note: Function in derived class
lamarc/src/force/event.h:230:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:230:20: note: Function in derived class
lamarc/src/force/event.h:231:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:231:20: note: Function in derived class
lamarc/src/force/event.h:232:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:232:20: note: Function in derived class
lamarc/src/force/event.h:233:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:233:20: note: Function in derived class
lamarc/src/force/event.h:234:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:234:25: note: Function in derived class
lamarc/src/force/event.h:264:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:264:20: note: Function in derived class
lamarc/src/force/event.h:265:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:265:20: note: Function in derived class
lamarc/src/force/event.h:266:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:266:20: note: Function in derived class
lamarc/src/force/event.h:267:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:267:20: note: Function in derived class
lamarc/src/force/event.h:268:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:268:25: note: Function in derived class
lamarc/src/force/event.h:280:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:280:20: note: Function in derived class
lamarc/src/force/event.h:281:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:281:20: note: Function in derived class
lamarc/src/force/event.h:282:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:282:20: note: Function in derived class
lamarc/src/force/event.h:283:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:283:20: note: Function in derived class
lamarc/src/force/event.h:284:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:284:25: note: Function in derived class
lamarc/src/force/event.h:303:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:303:20: note: Function in derived class
lamarc/src/force/event.h:304:20: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:304:20: note: Function in derived class
lamarc/src/force/event.h:305:20: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:305:20: note: Function in derived class
lamarc/src/force/event.h:306:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:306:20: note: Function in derived class
lamarc/src/force/event.h:308:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:308:25: note: Function in derived class
lamarc/src/force/event.h:312:19: style: The function 'IsInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:90:20: note: Virtual function in base class
lamarc/src/force/event.h:312:19: note: Function in derived class
lamarc/src/force/event.h:320:20: style: The function 'Done' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:86:20: note: Virtual function in base class
lamarc/src/force/event.h:320:20: note: Function in derived class
lamarc/src/force/event.h:337:20: style: The function 'PickTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:83:20: note: Virtual function in base class
lamarc/src/force/event.h:337:20: note: Function in derived class
lamarc/src/force/event.h:338:18: style: The function 'DoEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:84:20: note: Virtual function in base class
lamarc/src/force/event.h:338:18: note: Function in derived class
lamarc/src/force/event.h:339:18: style: The function 'InstallParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:85:20: note: Virtual function in base class
lamarc/src/force/event.h:339:18: note: Function in derived class
lamarc/src/force/event.h:340:20: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:87:20: note: Virtual function in base class
lamarc/src/force/event.h:340:20: note: Function in derived class
lamarc/src/force/event.h:342:25: style: The function 'Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:88:25: note: Virtual function in base class
lamarc/src/force/event.h:342:25: note: Function in derived class
lamarc/src/force/event.h:343:18: style: The function 'IsEpoch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:91:20: note: Virtual function in base class
lamarc/src/force/event.h:343:18: note: Function in derived class
lamarc/src/force/event.h:344:18: style: The function 'TiesAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/event.h:92:20: note: Virtual function in base class
lamarc/src/force/event.h:344:18: note: Function in derived class
lamarc/src/force/timemanager.h:98:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:98:25: note: Function in derived class
lamarc/src/force/timemanager.h:99:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:99:25: note: Function in derived class
lamarc/src/force/timemanager.h:102:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:102:20: note: Function in derived class
lamarc/src/force/timemanager.h:105:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:105:20: note: Function in derived class
lamarc/src/force/timemanager.h:109:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:109:20: note: Function in derived class
lamarc/src/force/timemanager.h:119:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:119:25: note: Function in derived class
lamarc/src/force/timemanager.h:120:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:120:25: note: Function in derived class
lamarc/src/force/timemanager.h:123:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:123:20: note: Function in derived class
lamarc/src/force/timemanager.h:126:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:126:20: note: Function in derived class
lamarc/src/force/timemanager.h:130:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:130:20: note: Function in derived class
lamarc/src/force/timemanager.h:141:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:141:25: note: Function in derived class
lamarc/src/force/timemanager.h:142:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:142:25: note: Function in derived class
lamarc/src/force/timemanager.h:145:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:145:20: note: Function in derived class
lamarc/src/force/timemanager.h:148:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:148:20: note: Function in derived class
lamarc/src/force/timemanager.h:152:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:152:20: note: Function in derived class
lamarc/src/force/timemanager.h:166:26: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:48:26: note: Virtual function in base class
lamarc/src/force/timemanager.h:166:26: note: Function in derived class
lamarc/src/force/timemanager.h:167:18: style: The function 'UsingStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:68:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:167:18: note: Function in derived class
lamarc/src/force/timemanager.h:168:18: style: The function 'CopyStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:69:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:168:18: note: Function in derived class
lamarc/src/force/timemanager.h:169:18: style: The function 'ClearStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:70:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:169:18: note: Function in derived class
lamarc/src/force/timemanager.h:170:18: style: The function 'SetStickParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:71:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:170:18: note: Function in derived class
lamarc/src/force/timemanager.h:171:18: style: The function 'ScoreStick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:72:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:171:18: note: Function in derived class
lamarc/src/force/timemanager.h:172:18: style: The function 'ChopOffStickAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:73:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:172:18: note: Function in derived class
lamarc/src/force/timemanager.h:173:18: style: The function 'MakeStickUsingBranches' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:74:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:173:18: note: Function in derived class
lamarc/src/force/timemanager.h:175:18: style: The function 'MakeStickTilTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:76:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:175:18: note: Function in derived class
lamarc/src/force/timemanager.h:178:18: style: The function 'PrintStickThetasToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:79:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:178:18: note: Function in derived class
lamarc/src/force/timemanager.h:179:18: style: The function 'PrintStickFreqsToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:80:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:179:18: note: Function in derived class
lamarc/src/force/timemanager.h:180:18: style: The function 'PrintStickFreqsToFileAtTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:81:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:180:18: note: Function in derived class
lamarc/src/force/timemanager.h:181:18: style: The function 'PrintStickThetasToFileForJoint300' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:82:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:181:18: note: Function in derived class
lamarc/src/force/timemanager.h:182:18: style: The function 'PrintStickFreqsToFileForJoint300' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:83:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:182:18: note: Function in derived class
lamarc/src/force/timemanager.h:183:18: style: The function 'GetStairSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:84:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:183:18: note: Function in derived class
lamarc/src/force/timemanager.h:187:18: style: The function 'PrintStickToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:85:18: note: Virtual function in base class
lamarc/src/force/timemanager.h:187:18: note: Function in derived class
lamarc/src/force/timemanager.h:189:20: style: The function 'TimeOfActiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:55:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:189:20: note: Function in derived class
lamarc/src/force/timemanager.h:192:20: style: The function 'TimeOfInactiveCoal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:58:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:192:20: note: Function in derived class
lamarc/src/force/timemanager.h:196:20: style: The function 'TimeOfTraitMutation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:62:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:196:20: note: Function in derived class
lamarc/src/force/timemanager.h:198:25: style: The function 'XpartThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:52:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:198:25: note: Function in derived class
lamarc/src/force/timemanager.h:200:25: style: The function 'PartitionThetasAtT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:53:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:200:25: note: Function in derived class
lamarc/src/force/timemanager.h:248:20: style: The function 'NextRootTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:216:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:248:20: note: Function in derived class
lamarc/src/force/timemanager.h:251:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:219:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:251:25: note: Function in derived class
lamarc/src/force/timemanager.h:254:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:222:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:254:25: note: Function in derived class
lamarc/src/force/timemanager.h:272:20: style: The function 'NextRootTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:216:20: note: Virtual function in base class
lamarc/src/force/timemanager.h:272:20: note: Function in derived class
lamarc/src/force/timemanager.h:275:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:219:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:275:25: note: Function in derived class
lamarc/src/force/timemanager.h:278:25: style: The function 'NextThetas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timemanager.h:222:25: note: Virtual function in base class
lamarc/src/force/timemanager.h:278:25: note: Function in derived class
lamarc/src/force/force.cpp:105:47: style: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'. [funcArgNamesDifferent]
lamarc/src/force/force.h:152:44: note: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'.
lamarc/src/force/force.cpp:105:47: note: Function 'PopParameters' argument 1 names different: declaration 'parameters' definition 'valuelist'.
lamarc/src/force/force.cpp:535:47: style: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'. [funcArgNamesDifferent]
lamarc/src/force/force.h:266:48: note: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'.
lamarc/src/force/force.cpp:535:47: note: Function 'FindOrdinalPosition' argument 1 names different: declaration 'cannonicalorder' definition 'cannonicalpos'.
lamarc/src/force/force.cpp:545:27: style: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:318:21: note: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:545:27: note: Function 'CoalForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:679:25: style: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:548:36: note: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:679:25: note: Function 'MigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:680:25: style: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'. [funcArgNamesDifferent]
lamarc/src/force/force.h:549:36: note: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:680:25: note: Function 'MigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:744:31: style: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:581:39: note: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:744:31: note: Function 'DivMigForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:745:31: style: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'. [funcArgNamesDifferent]
lamarc/src/force/force.h:582:39: note: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:745:31: note: Function 'DivMigForce' argument 3 names different: declaration 'numPops' definition 'npop'.
lamarc/src/force/force.cpp:818:25: style: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:292:21: note: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:818:25: note: Function 'RecForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:950:40: style: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
lamarc/src/force/force.h:472:44: note: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'.
lamarc/src/force/force.cpp:950:40: note: Function 'SetPartIndex' argument 1 names different: declaration 'val' definition 'value'.
lamarc/src/force/force.cpp:1184:31: style: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:348:24: note: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1184:31: note: Function 'GrowthForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1286:53: style: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:381:33: note: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1286:53: note: Function 'LogisticSelectionForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1407:10: style: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:614:23: note: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1407:10: note: Function 'DiseaseForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1409:10: style: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'. [funcArgNamesDifferent]
lamarc/src/force/force.h:616:23: note: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'.
lamarc/src/force/force.cpp:1409:10: note: Function 'DiseaseForce' argument 4 names different: declaration 'numDiseaseStates' definition 'nstates'.
lamarc/src/force/force.cpp:1514:10: style: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:690:31: note: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1514:10: note: Function 'StickExpGrowForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1623:10: style: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/force/force.h:726:30: note: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.cpp:1623:10: note: Function 'StickSelectForce' argument 2 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/force/force.h:152:17: style: Technically the member function 'Force::PopParameters' can be const. [functionConst]
lamarc/src/force/force.cpp:105:20: note: Technically the member function 'Force::PopParameters' can be const.
lamarc/src/force/force.h:152:17: note: Technically the member function 'Force::PopParameters' can be const.
lamarc/src/force/paramstat.h:55:5: style: Class 'ParamStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/paramstat.h:101:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:101:21: note: Function in derived class
lamarc/src/force/paramstat.h:102:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:102:18: note: Function in derived class
lamarc/src/force/paramstat.h:103:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:103:18: note: Function in derived class
lamarc/src/force/paramstat.h:104:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:104:25: note: Function in derived class
lamarc/src/force/paramstat.h:105:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:105:18: note: Function in derived class
lamarc/src/force/paramstat.h:106:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:106:18: note: Function in derived class
lamarc/src/force/paramstat.h:108:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:108:18: note: Function in derived class
lamarc/src/force/paramstat.h:111:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:111:25: note: Function in derived class
lamarc/src/force/paramstat.h:112:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:112:25: note: Function in derived class
lamarc/src/force/paramstat.h:121:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:121:21: note: Function in derived class
lamarc/src/force/paramstat.h:122:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:122:18: note: Function in derived class
lamarc/src/force/paramstat.h:123:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:123:18: note: Function in derived class
lamarc/src/force/paramstat.h:124:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:124:25: note: Function in derived class
lamarc/src/force/paramstat.h:125:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:125:18: note: Function in derived class
lamarc/src/force/paramstat.h:126:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:126:18: note: Function in derived class
lamarc/src/force/paramstat.h:128:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:128:18: note: Function in derived class
lamarc/src/force/paramstat.h:133:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:133:25: note: Function in derived class
lamarc/src/force/paramstat.h:134:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:134:25: note: Function in derived class
lamarc/src/force/paramstat.h:143:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:143:21: note: Function in derived class
lamarc/src/force/paramstat.h:144:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:144:18: note: Function in derived class
lamarc/src/force/paramstat.h:145:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:145:18: note: Function in derived class
lamarc/src/force/paramstat.h:146:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:146:25: note: Function in derived class
lamarc/src/force/paramstat.h:147:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:147:18: note: Function in derived class
lamarc/src/force/paramstat.h:148:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:148:18: note: Function in derived class
lamarc/src/force/paramstat.h:150:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:150:18: note: Function in derived class
lamarc/src/force/paramstat.h:154:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:154:25: note: Function in derived class
lamarc/src/force/paramstat.h:155:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:155:25: note: Function in derived class
lamarc/src/force/paramstat.h:164:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:164:21: note: Function in derived class
lamarc/src/force/paramstat.h:165:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:165:18: note: Function in derived class
lamarc/src/force/paramstat.h:166:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:166:18: note: Function in derived class
lamarc/src/force/paramstat.h:167:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:167:25: note: Function in derived class
lamarc/src/force/paramstat.h:168:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:168:18: note: Function in derived class
lamarc/src/force/paramstat.h:169:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:169:18: note: Function in derived class
lamarc/src/force/paramstat.h:171:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:171:18: note: Function in derived class
lamarc/src/force/paramstat.h:175:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:175:25: note: Function in derived class
lamarc/src/force/paramstat.h:176:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:176:25: note: Function in derived class
lamarc/src/force/paramstat.h:185:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:185:21: note: Function in derived class
lamarc/src/force/paramstat.h:186:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:186:18: note: Function in derived class
lamarc/src/force/paramstat.h:187:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:187:18: note: Function in derived class
lamarc/src/force/paramstat.h:188:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:188:25: note: Function in derived class
lamarc/src/force/paramstat.h:189:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:189:18: note: Function in derived class
lamarc/src/force/paramstat.h:190:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:190:18: note: Function in derived class
lamarc/src/force/paramstat.h:191:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:191:18: note: Function in derived class
lamarc/src/force/paramstat.h:193:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:193:25: note: Function in derived class
lamarc/src/force/paramstat.h:194:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:194:25: note: Function in derived class
lamarc/src/force/paramstat.h:203:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:203:21: note: Function in derived class
lamarc/src/force/paramstat.h:204:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:204:18: note: Function in derived class
lamarc/src/force/paramstat.h:205:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:205:18: note: Function in derived class
lamarc/src/force/paramstat.h:206:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:206:25: note: Function in derived class
lamarc/src/force/paramstat.h:207:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:207:18: note: Function in derived class
lamarc/src/force/paramstat.h:208:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:208:18: note: Function in derived class
lamarc/src/force/paramstat.h:210:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:210:18: note: Function in derived class
lamarc/src/force/paramstat.h:213:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:213:25: note: Function in derived class
lamarc/src/force/paramstat.h:214:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:214:25: note: Function in derived class
lamarc/src/force/paramstat.h:223:21: style: The function 'Status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:82:21: note: Virtual function in base class
lamarc/src/force/paramstat.h:223:21: note: Function in derived class
lamarc/src/force/paramstat.h:224:18: style: The function 'Valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:83:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:224:18: note: Function in derived class
lamarc/src/force/paramstat.h:225:18: style: The function 'Inferred' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:84:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:225:18: note: Function in derived class
lamarc/src/force/paramstat.h:226:25: style: The function 'ConstraintDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:85:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:226:25: note: Function in derived class
lamarc/src/force/paramstat.h:227:18: style: The function 'Varies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:86:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:227:18: note: Function in derived class
lamarc/src/force/paramstat.h:228:18: style: The function 'Grouped' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:87:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:228:18: note: Function in derived class
lamarc/src/force/paramstat.h:229:18: style: The function 'SetWithConstraints' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:88:18: note: Virtual function in base class
lamarc/src/force/paramstat.h:229:18: note: Function in derived class
lamarc/src/force/paramstat.h:231:25: style: The function 'ToggleIndividualStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:91:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:231:25: note: Function in derived class
lamarc/src/force/paramstat.h:232:25: style: The function 'ToggleGroupStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/paramstat.h:92:25: note: Virtual function in base class
lamarc/src/force/paramstat.h:232:25: note: Function in derived class
lamarc/src/force/force.h:299:28: style: The function 'IsSexualForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:194:28: note: Virtual function in base class
lamarc/src/force/force.h:299:28: note: Function in derived class
lamarc/src/force/force.h:300:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:300:28: note: Function in derived class
lamarc/src/force/force.h:301:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:301:33: note: Function in derived class
lamarc/src/force/force.h:302:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:302:28: note: Function in derived class
lamarc/src/force/force.h:303:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:303:18: note: Function in derived class
lamarc/src/force/force.h:328:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:328:28: note: Function in derived class
lamarc/src/force/force.h:329:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:329:33: note: Function in derived class
lamarc/src/force/force.h:330:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:330:28: note: Function in derived class
lamarc/src/force/force.h:331:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:331:18: note: Function in derived class
lamarc/src/force/force.h:345:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:345:25: note: Function in derived class
lamarc/src/force/force.h:355:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:355:28: note: Function in derived class
lamarc/src/force/force.h:356:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:356:33: note: Function in derived class
lamarc/src/force/force.h:357:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:357:28: note: Function in derived class
lamarc/src/force/force.h:359:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:359:28: note: Function in derived class
lamarc/src/force/force.h:361:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:361:28: note: Function in derived class
lamarc/src/force/force.h:362:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:362:28: note: Function in derived class
lamarc/src/force/force.h:364:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:364:18: note: Function in derived class
lamarc/src/force/force.h:378:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:378:25: note: Function in derived class
lamarc/src/force/force.h:389:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:389:28: note: Function in derived class
lamarc/src/force/force.h:390:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:390:33: note: Function in derived class
lamarc/src/force/force.h:391:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:391:28: note: Function in derived class
lamarc/src/force/force.h:393:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:393:28: note: Function in derived class
lamarc/src/force/force.h:395:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:395:28: note: Function in derived class
lamarc/src/force/force.h:396:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:396:28: note: Function in derived class
lamarc/src/force/force.h:398:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:398:18: note: Function in derived class
lamarc/src/force/force.h:418:29: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:418:29: note: Function in derived class
lamarc/src/force/force.h:419:34: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:419:34: note: Function in derived class
lamarc/src/force/force.h:420:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:420:29: note: Function in derived class
lamarc/src/force/force.h:421:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:421:18: note: Function in derived class
lamarc/src/force/force.h:463:26: style: The function 'IsPartitionForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:191:28: note: Virtual function in base class
lamarc/src/force/force.h:463:26: note: Function in derived class
lamarc/src/force/force.h:466:26: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:466:26: note: Function in derived class
lamarc/src/force/force.h:468:26: style: The function 'MakeStartParamReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:186:28: note: Virtual function in base class
lamarc/src/force/force.h:468:26: note: Function in derived class
lamarc/src/force/force.h:469:26: style: The function 'MakeChainParamReport' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:187:28: note: Virtual function in base class
lamarc/src/force/force.h:469:26: note: Function in derived class
lamarc/src/force/force.h:472:26: style: The function 'SetPartIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:251:25: note: Virtual function in base class
lamarc/src/force/force.h:472:26: note: Function in derived class
lamarc/src/force/force.h:474:18: style: The function 'GetNPartitions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:275:18: note: Virtual function in base class
lamarc/src/force/force.h:474:18: note: Function in derived class
lamarc/src/force/force.h:477:26: style: The function 'IsAMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:254:25: note: Virtual function in base class
lamarc/src/force/force.h:477:26: note: Function in derived class
lamarc/src/force/force.h:479:26: style: The function 'CreateVectorOfParametersWithValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:227:25: note: Virtual function in base class
lamarc/src/force/force.h:479:26: note: Function in derived class
lamarc/src/force/force.h:525:26: style: The function 'IsLocalPartitionForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:193:28: note: Virtual function in base class
lamarc/src/force/force.h:525:26: note: Function in derived class
lamarc/src/force/force.h:526:18: style: The function 'ChoosePartition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:464:18: note: Virtual function in base class
lamarc/src/force/force.h:526:18: note: Function in derived class
lamarc/src/force/force.h:530:26: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:241:28: note: Virtual function in base class
lamarc/src/force/force.h:530:26: note: Function in derived class
lamarc/src/force/force.h:544:28: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:544:28: note: Function in derived class
lamarc/src/force/force.h:555:28: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:203:28: note: Virtual function in base class
lamarc/src/force/force.h:555:28: note: Function in derived class
lamarc/src/force/force.h:557:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:557:28: note: Function in derived class
lamarc/src/force/force.h:558:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:558:33: note: Function in derived class
lamarc/src/force/force.h:559:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:559:28: note: Function in derived class
lamarc/src/force/force.h:560:28: style: The function 'MakeStatusXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:485:26: note: Virtual function in base class
lamarc/src/force/force.h:560:28: note: Function in derived class
lamarc/src/force/force.h:561:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:561:18: note: Function in derived class
lamarc/src/force/force.h:577:28: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:577:28: note: Function in derived class
lamarc/src/force/force.h:588:28: style: The function 'GetClassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:203:28: note: Virtual function in base class
lamarc/src/force/force.h:588:28: note: Function in derived class
lamarc/src/force/force.h:590:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:590:28: note: Function in derived class
lamarc/src/force/force.h:591:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:591:33: note: Function in derived class
lamarc/src/force/force.h:592:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:592:28: note: Function in derived class
lamarc/src/force/force.h:593:28: style: The function 'MakeStatusXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:485:26: note: Virtual function in base class
lamarc/src/force/force.h:593:28: note: Function in derived class
lamarc/src/force/force.h:594:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:594:18: note: Function in derived class
lamarc/src/force/force.h:609:26: style: The function 'GetXMLStatusTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:436:26: note: Virtual function in base class
lamarc/src/force/force.h:609:26: note: Function in derived class
lamarc/src/force/force.h:624:29: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:624:29: note: Function in derived class
lamarc/src/force/force.h:625:34: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:625:34: note: Function in derived class
lamarc/src/force/force.h:627:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:627:29: note: Function in derived class
lamarc/src/force/force.h:628:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:628:18: note: Function in derived class
lamarc/src/force/force.h:668:20: style: The function 'IsStickForce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:196:28: note: Virtual function in base class
lamarc/src/force/force.h:668:20: note: Function in derived class
lamarc/src/force/force.h:686:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:686:25: note: Function in derived class
lamarc/src/force/force.h:697:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:697:28: note: Function in derived class
lamarc/src/force/force.h:698:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:698:33: note: Function in derived class
lamarc/src/force/force.h:699:28: style: The function 'ModifyEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:271:28: note: Virtual function in base class
lamarc/src/force/force.h:699:28: note: Function in derived class
lamarc/src/force/force.h:700:28: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:700:28: note: Function in derived class
lamarc/src/force/force.h:702:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:702:28: note: Function in derived class
lamarc/src/force/force.h:704:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:704:28: note: Function in derived class
lamarc/src/force/force.h:707:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:707:18: note: Function in derived class
lamarc/src/force/force.h:722:25: style: The function 'MakeOpeningTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:155:25: note: Virtual function in base class
lamarc/src/force/force.h:722:25: note: Function in derived class
lamarc/src/force/force.h:733:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:733:28: note: Function in derived class
lamarc/src/force/force.h:734:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:734:18: note: Function in derived class
lamarc/src/force/force.h:735:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:735:29: note: Function in derived class
lamarc/src/force/force.h:737:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:737:33: note: Function in derived class
lamarc/src/force/force.h:739:28: style: The function 'RetrieveGlobalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:263:25: note: Virtual function in base class
lamarc/src/force/force.h:739:28: note: Function in derived class
lamarc/src/force/force.h:741:28: style: The function 'RetrieveRegionalLogParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:264:25: note: Virtual function in base class
lamarc/src/force/force.h:741:28: note: Function in derived class
lamarc/src/force/force.h:770:28: style: The function 'GetXMLName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:204:28: note: Virtual function in base class
lamarc/src/force/force.h:770:28: note: Function in derived class
lamarc/src/force/force.h:771:18: style: The function 'ReportDimensionality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:205:18: note: Virtual function in base class
lamarc/src/force/force.h:771:18: note: Function in derived class
lamarc/src/force/force.h:772:29: style: The function 'CreateSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:278:22: note: Virtual function in base class
lamarc/src/force/force.h:772:29: note: Function in derived class
lamarc/src/force/force.h:774:33: style: The function 'MakeEvents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:270:33: note: Virtual function in base class
lamarc/src/force/force.h:774:33: note: Function in derived class
lamarc/src/force/force.h:776:28: style: The function 'ToXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/force.h:241:28: note: Virtual function in base class
lamarc/src/force/force.h:776:28: note: Function in derived class
lamarc/src/force/force.cpp:548:41: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:549:41: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:622:54: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:623:55: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:624:55: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:678:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:681:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:682:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:743:44: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:746:45: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:747:45: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:817:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:819:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:820:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1185:45: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1186:45: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1285:66: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1288:67: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1289:67: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1411:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1412:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1515:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1516:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1622:23: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1624:24: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1625:24: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1736:38: performance: Function parameter 'parameters' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1737:39: performance: Function parameter 'identgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/force.cpp:1738:39: performance: Function parameter 'multgroups' should be passed by const reference. [passedByValue]
lamarc/src/force/forceparam.cpp:78:57: style: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:127:44: note: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:78:57: note: Function 'ForceParameters' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:106:64: style: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:109:51: note: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:106:64: note: Function 'CopyGlobalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:119:66: style: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:110:53: note: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:119:66: note: Function 'CopyRegionalMembers' argument 1 names different: declaration 'src' definition 'fp'.
lamarc/src/force/forceparam.cpp:676:55: style: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'. [funcArgNamesDifferent]
lamarc/src/force/forceparam.h:178:46: note: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/force/forceparam.cpp:676:55: note: Function 'WriteForceParameters' argument 1 names different: declaration 'out' definition 'sumout'.
lamarc/src/force/forceparam.cpp:55:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.cpp:67:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forceparam.cpp:78:18: warning: Member variable 'ForceParameters::m_epochptr' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/force/forcesummary.cpp:51:78: style: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'. [funcArgNamesDifferent]
lamarc/src/force/forcesummary.h:125:68: note: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'.
lamarc/src/force/forcesummary.cpp:51:78: note: Function 'ForceSummary' argument 3 names different: declaration 'dpac' definition 'dpack'.
lamarc/src/force/forcesummary.cpp:624:57: style: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'. [funcArgNamesDifferent]
lamarc/src/force/forcesummary.h:190:77: note: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'.
lamarc/src/force/forcesummary.cpp:624:57: note: Function 'SetParamWithConstraints' argument 3 names different: declaration 'pvec' definition 'pvecnums'.
lamarc/src/force/forcesummary.cpp:1074:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/force/forcesummary.h:198:22: performance: Technically the member function 'ForceSummary::GetModifiers' can be static. [functionStatic]
lamarc/src/force/forcesummary.cpp:669:30: note: Technically the member function 'ForceSummary::GetModifiers' can be static.
lamarc/src/force/forcesummary.h:198:22: note: Technically the member function 'ForceSummary::GetModifiers' can be static.
lamarc/src/force/paramstat.cpp:196:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
lamarc/src/force/priorreport.cpp:60:42: style: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'. [funcArgNamesDifferent]
lamarc/src/force/priorreport.h:58:33: note: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'.
lamarc/src/force/priorreport.cpp:60:42: note: Function 'WriteTo' argument 1 names different: declaration 'out' definition 'outf'.
lamarc/src/force/priorreport.h:56:5: style: Class 'PriorReport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/force/timemanager.cpp:692:68: style: The scope of the variable 'a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:834:58: style: The scope of the variable 'f' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:834:61: style: The scope of the variable 'df' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:942:61: style: The scope of the variable 'f' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:942:64: style: The scope of the variable 'df' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1118:12: style: The scope of the variable 'mu_into_A_from_a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1119:12: style: The scope of the variable 'mu_into_a_from_A' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1123:12: style: The scope of the variable 'dtau_A' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1123:32: style: The scope of the variable 'dtau_a' can be reduced. [variableScope]
lamarc/src/force/timemanager.cpp:1531:71: style: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'. [funcArgNamesDifferent]
lamarc/src/force/timemanager.h:200:65: note: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'.
lamarc/src/force/timemanager.cpp:1531:71: note: Function 'PartitionThetasAtT' argument 2 names different: declaration 'force' definition 'partforce'.
lamarc/src/force/timemanager.cpp:1641:62: style: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'. [funcArgNamesDifferent]
lamarc/src/force/timemanager.h:193:39: note: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'.
lamarc/src/force/timemanager.cpp:1641:62: note: Function 'TimeOfInactiveCoal' argument 2 names different: declaration 'activelines' definition 'activeline'.
lamarc/src/force/timemanager.cpp:425:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:512:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:727:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:775:39: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/force/timemanager.cpp:58:27: warning: Member variable 'TimeManager::randomSource' is not assigned a value in 'TimeManager::operator='. [operatorEqVarError]
lamarc/src/force/timemanager.h:156:12: performance: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:685:30: note: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static.
lamarc/src/force/timemanager.h:156:12: note: Technically the member function 'LogSelectTimeManager::LogisticSelectionPickTime' can be static.
lamarc/src/force/timemanager.h:229:10: performance: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:1625:24: note: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static.
lamarc/src/force/timemanager.h:229:10: note: Technically the member function 'StickTimeManager::InactiveCoalImpossible' can be static.
lamarc/src/force/timemanager.h:232:10: performance: Technically the member function 'StickTimeManager::MutationImpossible' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:1722:24: note: Technically the member function 'StickTimeManager::MutationImpossible' can be static.
lamarc/src/force/timemanager.h:232:10: note: Technically the member function 'StickTimeManager::MutationImpossible' can be static.
lamarc/src/force/timemanager.h:282:12: performance: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:2085:32: note: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static.
lamarc/src/force/timemanager.h:282:12: note: Technically the member function 'SelectStickTimeManager::Mean_delta_x' can be static.
lamarc/src/force/timemanager.h:285:12: performance: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static. [functionStatic]
lamarc/src/force/timemanager.cpp:2096:32: note: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static.
lamarc/src/force/timemanager.h:285:12: note: Technically the member function 'SelectStickTimeManager::SD_delta_x' can be static.
lamarc/src/force/timesize.cpp:85:54: style: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'. [funcArgNamesDifferent]
lamarc/src/force/timesize.h:87:66: note: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'.
lamarc/src/force/timesize.cpp:85:54: note: Function 'SizeAt' argument 2 names different: declaration 'etime' definition 't'.
lamarc/src/force/timesize.h:53:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:53:23: note: Function in derived class
lamarc/src/force/timesize.h:55:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:55:25: note: Function in derived class
lamarc/src/force/timesize.h:57:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:57:25: note: Function in derived class
lamarc/src/force/timesize.h:68:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:68:23: note: Function in derived class
lamarc/src/force/timesize.h:70:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:70:25: note: Function in derived class
lamarc/src/force/timesize.h:72:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:72:25: note: Function in derived class
lamarc/src/force/timesize.h:83:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:38:23: note: Virtual function in base class
lamarc/src/force/timesize.h:83:23: note: Function in derived class
lamarc/src/force/timesize.h:85:25: style: The function 'PartitionSizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:40:25: note: Virtual function in base class
lamarc/src/force/timesize.h:85:25: note: Function in derived class
lamarc/src/force/timesize.h:87:25: style: The function 'SizeAt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/force/timesize.h:42:25: note: Virtual function in base class
lamarc/src/force/timesize.h:87:25: note: Function in derived class
lamarc/src/guiconv/gc_assigntab.cpp:351:12: style: The scope of the variable 'parIndex' can be reduced. [variableScope]
lamarc/src/guiconv/gc_assigntab.cpp:640:9: style: The scope of the variable 'npar' can be reduced. [variableScope]
lamarc/src/guiconv/gc_assigntab.cpp:746:13: style: Variable 'parIndex' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:484:0: style: Variable 'npanel' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:601:29: style: Variable 'nPopDisplay' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:641:0: style: Variable 'lastDispLevel' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:642:0: style: Variable 'lastDispIndex' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_assigntab.cpp:314:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:379:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:395:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:415:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:434:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:452:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:472:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:491:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:545:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:591:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_assigntab.cpp:648:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_dialog.h:260:41: warning: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'. [duplInheritedMember]
lamarc/src/guiconv/gc_parent_dialogs.h:120:21: note: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'.
lamarc/src/guiconv/gc_dialog.h:260:41: note: The class 'gcParentEditDialog' defines member variable with name 'm_dataStore' also defined in its parent class 'gcUpdatingDialog'.
lamarc/src/guiconv/gc_quantum.h:76:5: style: Class 'GCClientData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_assigntab.h:107:5: style: Class 'gcEmptyCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:80:5: style: Class 'gcBlockFileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:92:5: style: Class 'gcBlockPopIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:104:5: style: Class 'gcBlockLocusIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:116:5: style: Class 'gcBlockPloidyInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_block_dialogs.h:144:5: style: Class 'gcActor_BlockEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_list.h:56:5: style: Class 'gcFilePane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:66:5: style: Class 'gcLocusLength' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:83:5: style: Class 'gcLocusFirstPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:100:5: style: Class 'gcLocusLocations' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:178:5: style: Class 'gcLocusPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:240:5: style: Class 'gcLocusRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:254:5: style: Class 'gcLocusMarkerCount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.h:293:5: style: Class 'gcActor_LocusEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:41:5: style: Class 'gcPopMergeChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:83:5: style: Class 'gcPopRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.h:123:5: style: Class 'gcActor_Pop_Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:42:5: style: Class 'gcRegionRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:59:5: style: Class 'gcRegionEffPopSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:78:5: style: Class 'gcRegionSamples' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:139:5: style: Class 'gcRegionFragmentChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_region_dialogs.h:207:5: style: Class 'gcActor_RegionEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:42:5: style: Class 'gcPanelRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:59:5: style: Class 'gcPanelMemberCount' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_panel_dialogs.h:100:5: style: Class 'gcActor_PanelEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_parent_dialogs.h:61:5: style: Class 'gcParentRename' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_parent_dialogs.h:162:5: style: Class 'gcActor_ParentEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_assigntab.h:138:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_assigntab.h:138:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:94:10: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:94:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:95:10: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:95:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:96:10: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:96:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:97:10: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:97:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:145:10: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:145:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:146:10: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:146:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:147:10: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:147:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:148:10: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:148:10: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:183:18: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:56:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:183:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:184:18: style: The function 'UpdateDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:59:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:184:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:185:18: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:62:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:185:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:186:18: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:65:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:186:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:203:18: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:183:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:203:18: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:205:21: style: The function 'ProcessPositiveCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:189:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:205:21: note: Function in derived class
lamarc/src/guiconv/gc_dialog.h:207:21: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:186:18: note: Virtual function in base class
lamarc/src/guiconv/gc_dialog.h:207:21: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:41:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:41:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:42:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:42:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:43:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:43:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:44:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:44:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:46:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:47:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:47:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:48:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:48:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:63:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:63:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:64:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:65:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:66:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:66:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:68:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:68:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:69:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:69:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:70:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:70:17: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:82:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:82:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:94:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:94:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:106:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:106:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:118:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:118:14: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:126:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:126:10: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.h:146:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_block_dialogs.h:146:18: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:47:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:47:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:48:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:48:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:49:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:49:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:50:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:50:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:52:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:52:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:53:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:53:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:55:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:55:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:69:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:69:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:70:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:70:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:71:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:71:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:72:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:72:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:86:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:86:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:87:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:87:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:88:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:88:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:89:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:89:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:103:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:103:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:104:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:104:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:105:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:105:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:106:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:106:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:121:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:121:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:122:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:122:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:123:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:123:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:124:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:124:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:126:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:126:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:127:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:127:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:129:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:129:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:144:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:144:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:145:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:145:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:146:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:146:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:147:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:147:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:149:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:149:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:150:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:150:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:152:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:152:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:166:13: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:166:13: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:167:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:167:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:181:29: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:181:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:182:29: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:182:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:183:29: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:183:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:184:29: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:184:29: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:200:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:200:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:201:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:201:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:202:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:202:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:203:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:203:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:205:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:205:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:206:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:206:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:208:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:208:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:223:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:223:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:224:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:224:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:225:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:225:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:226:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:226:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:228:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:228:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:229:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:229:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:231:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:231:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:243:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:243:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:244:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:244:17: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:257:14: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:257:14: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:265:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:265:10: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:284:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:284:18: note: Function in derived class
lamarc/src/guiconv/gc_locus_dialogs.h:295:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_locus_dialogs.h:295:18: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:51:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:51:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:52:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:52:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:53:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:53:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:54:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:54:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:56:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:56:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:57:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:57:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:59:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:59:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:73:10: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:73:10: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:74:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:74:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:86:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:86:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:87:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:87:17: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:95:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:95:10: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:114:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:114:18: note: Function in derived class
lamarc/src/guiconv/gc_population_dialogs.h:125:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_population_dialogs.h:125:18: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:62:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:62:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:63:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:63:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:64:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:64:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:65:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:65:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:81:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:81:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:82:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:82:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:83:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:83:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:84:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:84:25: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:101:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:101:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:102:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:102:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:103:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:103:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:104:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:104:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:106:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:106:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:107:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:107:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:109:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:109:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:125:13: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:125:13: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:126:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:126:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:142:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:142:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:143:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:143:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:144:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:144:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:145:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:145:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:147:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:147:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:148:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:148:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:150:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:150:17: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:172:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:172:10: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:195:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:195:18: note: Function in derived class
lamarc/src/guiconv/gc_region_dialogs.h:209:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_region_dialogs.h:209:18: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:62:25: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:62:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:63:25: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:63:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:64:25: style: The function 'GetValidator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:111:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:64:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:65:25: style: The function 'InitialString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:112:37: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:65:25: note: Function in derived class
lamarc/src/guiconv/gc_panel_dialogs.h:102:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_panel_dialogs.h:102:18: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:44:21: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:203:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:44:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:45:21: style: The function 'OnCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:188:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:45:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:46:21: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:207:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:46:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:47:21: style: The function 'DoFinalForMulti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:208:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:47:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:48:21: style: The function 'OnUnselectAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:212:21: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:48:21: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:64:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:65:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:110:17: style: The function 'NoChoicesText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:209:25: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:110:17: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:151:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:151:18: note: Function in derived class
lamarc/src/guiconv/gc_parent_dialogs.h:165:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_parent_dialogs.h:165:18: note: Function in derived class
lamarc/src/guiconv/gc_block_dialogs.cpp:291:57: style: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_block_dialogs.h:128:37: note: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_block_dialogs.cpp:291:57: note: Function 'gcBlockEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_block_dialogs.cpp:318:35: style: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_block_dialogs.h:136:41: note: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'.
lamarc/src/guiconv/gc_block_dialogs.cpp:318:35: note: Function 'DoDialogEditBlock' argument 3 names different: declaration 'locusId' definition 'blockId'.
lamarc/src/guiconv/gc_block_dialogs.cpp:388:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_block_dialogs.cpp:417:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_block_dialogs.cpp:101:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_block_dialogs.cpp:185:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_cmdline.h:41:10: performance: Technically the member function 'GCCmdLineManager::AddOptions' can be static. [functionStatic]
lamarc/src/guiconv/gc_cmdline.cpp:51:19: note: Technically the member function 'GCCmdLineManager::AddOptions' can be static.
lamarc/src/guiconv/gc_cmdline.h:41:10: note: Technically the member function 'GCCmdLineManager::AddOptions' can be static.
lamarc/src/guiconv/gc_cmdline.h:44:10: performance: Technically the member function 'GCCmdLineManager::DoExport' can be static. [functionStatic]
lamarc/src/guiconv/gc_cmdline.cpp:127:19: note: Technically the member function 'GCCmdLineManager::DoExport' can be static.
lamarc/src/guiconv/gc_cmdline.h:44:10: note: Technically the member function 'GCCmdLineManager::DoExport' can be static.
lamarc/src/guiconv/gc_data.cpp:430:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_data_display.cpp:87:81: style: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:42:70: note: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'.
lamarc/src/guiconv/gc_data_display.cpp:87:81: note: Function 'AddPanel' argument 4 names different: declaration 'lastCol' definition 'width'.
lamarc/src/guiconv/gc_data_display.cpp:109:57: style: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:45:45: note: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'.
lamarc/src/guiconv/gc_data_display.cpp:109:57: note: Function 'AddParent' argument 2 names different: declaration 'parIndex' definition 'parRow'.
lamarc/src/guiconv/gc_data_display.cpp:109:69: style: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_data_display.h:45:59: note: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'.
lamarc/src/guiconv/gc_data_display.cpp:109:69: note: Function 'AddParent' argument 3 names different: declaration 'parLevel' definition 'parCol'.
lamarc/src/guiconv/gc_dialog.cpp:318:51: style: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_dialog.h:189:50: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:318:51: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:395:56: style: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_dialog.h:205:53: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:395:56: note: Function 'ProcessPositiveCheck' argument 1 names different: declaration 'checkBox' definition 'obj'.
lamarc/src/guiconv/gc_dialog.cpp:253:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_dialog.h:286:10: performance: Technically the member function 'gcDialogCreator::AddComponent' can be static. [functionStatic]
lamarc/src/guiconv/gc_dialog.cpp:507:18: note: Technically the member function 'gcDialogCreator::AddComponent' can be static.
lamarc/src/guiconv/gc_dialog.h:286:10: note: Technically the member function 'gcDialogCreator::AddComponent' can be static.
lamarc/src/guiconv/gc_dialog.h:287:10: performance: Technically the member function 'gcDialogCreator::PlaceContent' can be static. [functionStatic]
lamarc/src/guiconv/gc_dialog.cpp:514:18: note: Technically the member function 'gcDialogCreator::PlaceContent' can be static.
lamarc/src/guiconv/gc_dialog.h:287:10: note: Technically the member function 'gcDialogCreator::PlaceContent' can be static.
lamarc/src/guiconv/gc_file_dialogs.cpp:230:53: style: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:168:41: note: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_file_dialogs.cpp:230:53: note: Function 'gcFileEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_file_dialogs.cpp:256:29: style: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:174:34: note: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:256:29: note: Function 'DoDialogAddFiles' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:579:29: style: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:175:34: note: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:579:29: note: Function 'DoDialogEditFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:663:31: style: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:176:36: note: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:663:31: note: Function 'DoDialogExportFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:702:36: style: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:177:41: note: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:702:36: note: Function 'DoDialogExportBatchFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:736:32: style: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_file_dialogs.h:178:37: note: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:736:32: note: Function 'DoDialogReadCmdFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_file_dialogs.cpp:324:21: warning: Member variable 'gcHapDefaultChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_panel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.cpp:384:22: warning: Member variable 'gcHapAdjacentChoice::m_text' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_file_dialogs.h:41:5: style: Class 'gcFullPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:64:5: style: Class 'gcParseInfoOne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:78:5: style: Class 'gcParseChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:108:5: style: Class 'gcHapDefaultChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:132:5: style: Class 'gcHapAdjacentChoice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:186:5: style: Class 'gcActor_File_Edit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_file_dialogs.h:43:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:43:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:54:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:54:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:67:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:77:37: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:67:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:111:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:111:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:112:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:112:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:113:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:113:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:114:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:114:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:116:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:116:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:117:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:117:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:119:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:119:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:135:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:135:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:136:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:136:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:137:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:137:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:138:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:138:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:140:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:140:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:141:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:141:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:143:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:143:17: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:158:13: style: The function 'BuildDisplay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:183:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:158:13: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:166:10: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:166:10: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.h:188:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_file_dialogs.h:188:18: note: Function in derived class
lamarc/src/guiconv/gc_file_dialogs.cpp:212:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_file_dialogs.cpp:559:61: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_file_list.cpp:116:9: style: Variable 'line' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_file_list.cpp:113:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_menu_actors.h:37:5: style: Class 'basicMenuActor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_menu_actors.h:39:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:39:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:47:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:47:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:55:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:55:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:63:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:63:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:71:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:71:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:79:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:79:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:87:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:87:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:95:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:95:18: note: Function in derived class
lamarc/src/guiconv/gc_menu_actors.h:103:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_menu_actors.h:103:18: note: Function in derived class
lamarc/src/guiconv/gc_locitab.cpp:71:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locitab.h:36:5: style: Class 'gcLociPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_locus_dialogs.cpp:46:69: style: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:44:34: note: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:46:69: note: Function 'gcLocusDataTypeChoice' argument 1 names different: declaration 'forThisId' definition 'locusId'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:448:64: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:166:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:448:64: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:485:64: style: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:182:65: note: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:485:64: note: Function 'ToDataStore' argument 2 names different: declaration 'text' definition 'newPosition'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:516:80: style: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:197:63: note: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:516:80: note: Function 'gcLocusRegionChoice' argument 3 names different: declaration 'isNewlyCreatedParent' definition 'isNewlyCreated'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:685:62: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:244:53: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:685:62: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newName'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:716:57: style: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_locus_dialogs.h:267:37: note: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:716:57: note: Function 'gcLocusEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_locus_dialogs.cpp:883:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locus_dialogs.cpp:926:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_locus_dialogs.cpp:284:23: warning: Member variable 'gcLocusLinkageChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_locus_dialogs.cpp:107:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:349:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:415:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:582:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:647:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_locus_dialogs.cpp:436:61: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_migration_dialogs.cpp:80:57: style: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:60:36: note: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:80:57: note: Function 'gcMigrationMethodChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:151:59: style: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:85:37: note: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:151:59: note: Function 'gcMigrationProfileChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:222:65: style: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:110:40: note: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:222:65: note: Function 'gcMigrationConstraintChoice' argument 1 names different: declaration 'forThisId' definition 'migrationId'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:310:65: style: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:133:45: note: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:310:65: note: Function 'gcMigrationEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:331:45: style: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migration_dialogs.h:144:45: note: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.cpp:331:45: note: Function 'DoDialogEditMigration' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_migration_dialogs.h:42:5: style: Class 'gcMigrationRate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_migration_dialogs.h:160:5: style: Class 'gcActor_MigrationEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_migration_dialogs.h:45:17: style: The function 'FromDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:109:37: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:45:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:46:17: style: The function 'ToDataStore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:110:37: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:46:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:63:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:63:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:64:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:64:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:65:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:65:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:66:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:66:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:68:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:68:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:69:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:69:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:71:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:71:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:88:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:88:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:89:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:89:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:90:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:90:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:91:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:91:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:93:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:93:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:94:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:94:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:96:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:96:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:113:17: style: The function 'UpdateDisplayInitial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:159:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:113:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:114:17: style: The function 'UpdateDisplayInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:160:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:114:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:115:17: style: The function 'UpdateDataInterim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:161:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:115:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:116:17: style: The function 'UpdateDataFinal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:162:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:116:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:118:17: style: The function 'MakeWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:164:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:118:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:119:17: style: The function 'FetchWindow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:165:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:119:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:121:17: style: The function 'GetRelevantId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:167:25: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:121:17: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:131:13: style: The function 'DoDelete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_dialog.h:256:18: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:131:13: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.h:162:18: style: The function 'OperateOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/guiconv/gc_quantum.h:67:18: note: Virtual function in base class
lamarc/src/guiconv/gc_migration_dialogs.h:162:18: note: Function in derived class
lamarc/src/guiconv/gc_migration_dialogs.cpp:132:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migration_dialogs.cpp:203:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migration_dialogs.cpp:291:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_migtab.cpp:101:56: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migtab.h:51:61: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:101:56: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:193:56: style: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_migtab.h:71:61: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:193:56: note: Function 'ToDataStore' argument 2 names different: declaration 'newText' definition 'newValue'.
lamarc/src/guiconv/gc_migtab.cpp:261:25: style: Variable 'matrixDim' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:391:17: style: Variable 'ncell' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:408:29: style: Variable 'matrixDim' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:448:25: style: Variable 'ncell' is modified but its new value is never used. [unreadVariable]
lamarc/src/guiconv/gc_migtab.cpp:273:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:281:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:291:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:301:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:322:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:345:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:354:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:374:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:419:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:427:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_migtab.cpp:437:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_panel_dialogs.cpp:111:55: style: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:75:40: note: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:111:55: note: Function 'gcPanelEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:135:40: style: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:84:40: note: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:135:40: note: Function 'DoDialogEditPanel' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:137:40: style: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_panel_dialogs.h:86:40: note: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'.
lamarc/src/guiconv/gc_panel_dialogs.cpp:137:40: note: Function 'DoDialogEditPanel' argument 3 names different: declaration 'regionId' definition 'panelId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:271:46: style: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:49:37: note: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:271:46: note: Function 'SetChildParentId' argument 1 names different: declaration 'childParentId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:63: style: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:79:46: note: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:63: note: Function 'gcParentChildChoice' argument 2 names different: declaration 'parentId' definition 'parId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:465:57: style: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:122:41: note: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:465:57: note: Function 'gcParentEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:505:41: style: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:135:41: note: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:505:41: note: Function 'DoDialogEditParent' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:507:41: style: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_parent_dialogs.h:137:41: note: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:507:41: note: Function 'DoDialogEditParent' argument 3 names different: declaration 'regionId' definition 'parentId'.
lamarc/src/guiconv/gc_parent_dialogs.cpp:63:0: style: Variable 'leftSizer' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:98:22: style: Variable 'obj' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:199:0: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:243:19: style: Variable 'nunused' is assigned a value that is never used. [unreadVariable]
lamarc/src/guiconv/gc_parent_dialogs.cpp:197:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:221:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:534:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:546:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_parent_dialogs.cpp:44:22: warning: Member variable 'gcUpdatingChooseTwo::m_childParentId' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_parent_dialogs.cpp:285:22: warning: Member variable 'gcParentChildChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_parent_dialogs.h:83:17: performance: Technically the member function 'gcParentChildChoice::GetEnabled' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:304:22: note: Technically the member function 'gcParentChildChoice::GetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:83:17: note: Technically the member function 'gcParentChildChoice::GetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:84:17: performance: Technically the member function 'gcParentChildChoice::SetEnabled' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:310:22: note: Technically the member function 'gcParentChildChoice::SetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:84:17: note: Technically the member function 'gcParentChildChoice::SetEnabled' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:85:17: performance: Technically the member function 'gcParentChildChoice::GetSelected' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:315:22: note: Technically the member function 'gcParentChildChoice::GetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:85:17: note: Technically the member function 'gcParentChildChoice::GetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:86:17: performance: Technically the member function 'gcParentChildChoice::SetSelected' can be static. [functionStatic]
lamarc/src/guiconv/gc_parent_dialogs.cpp:321:22: note: Technically the member function 'gcParentChildChoice::SetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.h:86:17: note: Technically the member function 'gcParentChildChoice::SetSelected' can be static.
lamarc/src/guiconv/gc_parent_dialogs.cpp:388:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_parent_dialogs.cpp:47:37: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_parent_dialogs.cpp:412:63: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_poptab.cpp:71:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_poptab.h:36:5: style: Class 'gcPopPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_population_dialogs.cpp:152:62: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_population_dialogs.h:73:59: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'.
lamarc/src/guiconv/gc_population_dialogs.cpp:152:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'chosenPops' definition 'chosens'.
lamarc/src/guiconv/gc_population_dialogs.cpp:193:53: style: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_population_dialogs.h:97:37: note: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_population_dialogs.cpp:193:53: note: Function 'gcPopEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_population_dialogs.cpp:252:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_population_dialogs.cpp:44:19: warning: Member variable 'gcPopMergeChoice::m_box' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiconv/gc_population_dialogs.cpp:120:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_population_dialogs.h:38:33: style: Class 'gcPopMergeChoice' is unsafe, 'gcPopMergeChoice::m_box' can leak by wrong usage. [unsafeClassCanLeak]
lamarc/src/guiconv/gc_population_dialogs.cpp:140:57: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_region_dialogs.cpp:194:65: style: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:125:62: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_region_dialogs.cpp:194:65: note: Function 'DoFinalForMulti' argument 2 names different: declaration 'selectedChoices' definition 'chosens'.
lamarc/src/guiconv/gc_region_dialogs.cpp:285:57: style: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:174:41: note: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:285:57: note: Function 'gcRegionEditDialog' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:316:41: style: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_region_dialogs.h:183:41: note: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:316:41: note: Function 'DoDialogEditRegion' argument 1 names different: declaration 'parentWindow' definition 'parent'.
lamarc/src/guiconv/gc_region_dialogs.cpp:362:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_region_dialogs.cpp:161:5: warning: Possible leak in public function. The pointer 'm_box' is not deallocated before it is allocated. [publicAllocationError]
lamarc/src/guiconv/gc_region_dialogs.cpp:182:65: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_region_dialogs.cpp:271:73: performance: Function parameter 'choices' should be passed by const reference. [passedByValue]
lamarc/src/guiconv/gc_regiontab.cpp:72:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/guiconv/gc_regiontab.h:36:5: style: Class 'gcRegionPane' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiconv/gc_unit_dialogs.cpp:29:43: style: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'. [funcArgNamesDifferent]
lamarc/src/guiconv/gc_unit_dialogs.h:29:43: note: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/gc_unit_dialogs.cpp:29:43: note: Function 'DoDialogSelectHapFile' argument 1 names different: declaration 'parent' definition 'parentWindow'.
lamarc/src/guiconv/guiconverter.cpp:51:18: warning: Member variable 'GuiConverterApp::m_mainFrame' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_clickpanel.h:38:5: style: Class 'gcClickPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_text_ctrl.h:43:5: style: Class 'GCIntegerInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_text_ctrl.h:52:5: style: Class 'GCNonNegativeIntegerInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/guiutil/gc_validators.cpp:28:21: warning: Member variable 'GCIntegerValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:41:25: warning: Member variable 'GCIntegerListValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:54:32: warning: Member variable 'GCNonNegativeIntegerValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/guiutil/gc_validators.cpp:67:27: warning: Member variable 'GCPositiveFloatValidator::m_stringVar' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/lamarcmenus/coalmenus.cpp:77:52: style: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/coalmenus.h:55:37: note: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/coalmenus.cpp:77:52: note: Function 'SetMenuItemThetas' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/forcesmenus.h:50:5: style: Class 'ForcesMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.h:59:5: style: Class 'ForcesMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:55:5: style: Class 'SetMenuItemThetas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:63:5: style: Class 'CoalescenceMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/coalmenus.h:72:5: style: Class 'CoalescenceMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:39:5: style: Class 'PriorMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:48:5: style: Class 'PriorMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/priormenus.h:58:5: style: Class 'PriorByForceMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:38:5: style: Class 'ProfileMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:47:5: style: Class 'ProfileMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/profilemenus.h:57:5: style: Class 'ProfileByForceMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/constraintmenus.h:167:23: style: The function 'GetVisibleIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:136:23: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:167:23: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.h:169:25: style: The function 'GetGroupDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:144:25: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:169:25: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.h:170:25: style: The function 'GetEmptyDescription' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/constraintmenus.h:146:25: note: Virtual function in base class
lamarc/src/lamarcmenus/constraintmenus.h:170:25: note: Function in derived class
lamarc/src/lamarcmenus/priormenus.h:83:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/lamarcmenus/forcesmenus.h:73:18: note: Virtual function in base class
lamarc/src/lamarcmenus/priormenus.h:83:18: note: Function in derived class
lamarc/src/lamarcmenus/constraintmenus.cpp:296:60: style: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:134:40: note: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/constraintmenus.cpp:296:60: note: Function 'ToggleMenuItem2dGroup' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/constraintmenus.cpp:297:53: style: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:134:51: note: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'.
lamarc/src/lamarcmenus/constraintmenus.cpp:297:53: note: Function 'ToggleMenuItem2dGroup' argument 2 names different: declaration 'menuKey' definition 'myMenuKey'.
lamarc/src/lamarcmenus/constraintmenus.cpp:420:67: style: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/constraintmenus.h:169:50: note: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'.
lamarc/src/lamarcmenus/constraintmenus.cpp:420:67: note: Function 'GetGroupDescription' argument 1 names different: declaration 'groupId' definition 'gid'.
lamarc/src/lamarcmenus/constraintmenus.cpp:157:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:242:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:245:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:307:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:310:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:364:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:367:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/constraintmenus.cpp:54:74: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/constraintmenus.cpp:66:14: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/constraintmenus.cpp:207:14: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/datafilenamedialog.h:50:5: style: Class 'DataFileNameDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.cpp:361:66: style: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/datamodelmenu.h:154:49: note: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:361:66: note: Function 'CategoriesMenuGroup' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:613:59: style: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/datamodelmenu.h:248:45: note: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:613:59: note: Function 'LocusDataModels' argument 2 names different: declaration 'id' definition 'myid'.
lamarc/src/lamarcmenus/datamodelmenu.cpp:496:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/datamodelmenu.cpp:633:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/datamodelmenu.h:211:5: style: Class 'RegionDataModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.h:260:5: style: Class 'NewDataModelMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/datamodelmenu.h:269:5: style: Class 'NewDataModelMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:46:5: style: Class 'ChainTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:63:5: style: Class 'ForceEventTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:78:5: style: Class 'StartParamTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:92:5: style: Class 'TemperatureTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:149:5: style: Class 'FileOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:158:5: style: Class 'FileOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:188:5: style: Class 'DataOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:198:5: style: Class 'DataOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:207:5: style: Class 'DataOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:215:5: style: Class 'ForceOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:224:5: style: Class 'ForceOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:232:5: style: Class 'ReplicatesMenuItemIfMoreThanOne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:240:5: style: Class 'SearchOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:248:5: style: Class 'SearchOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:256:5: style: Class 'ResultsOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:265:5: style: Class 'ResultsOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:273:5: style: Class 'BayesianPriorsOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:282:5: style: Class 'BayesianPriorsOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:292:5: style: Class 'BayesianPriorsOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:305:5: style: Class 'TraitMappingOverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:314:5: style: Class 'TraitMappingOverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/overviewmenus.h:324:5: style: Class 'TraitMappingOverviewMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:37:5: style: Class 'EffectivePopSizeMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:46:5: style: Class 'EffectivePopSizeMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/popsizemenu.h:54:5: style: Class 'EffectivePopSizeGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/diseasemenus.h:66:5: style: Class 'DiseaseMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/diseasemenus.h:75:5: style: Class 'DiseaseMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:36:5: style: Class 'SetMenuItemEpochs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:47:5: style: Class 'DivergenceMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmenus.h:56:5: style: Class 'DivergenceMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmigmenus.h:61:5: style: Class 'DivMigMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/divmigmenus.h:70:5: style: Class 'DivMigMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.cpp:140:107: style: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/forcesmenus.h:71:55: note: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'.
lamarc/src/lamarcmenus/forcesmenus.cpp:140:107: note: Function 'ForceSubMenuItem' argument 4 names different: declaration 'id' definition 'myId'.
lamarc/src/lamarcmenus/growthmenus.h:46:5: style: Class 'SetMenuItemGrowths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/growthmenus.h:70:5: style: Class 'GrowthMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/growthmenus.h:79:5: style: Class 'GrowthMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/logselectmenus.h:43:5: style: Class 'LogisticSelectionMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/logselectmenus.h:52:5: style: Class 'LogisticSelectionMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/migmenus.h:61:5: style: Class 'MigrationMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/migmenus.h:70:5: style: Class 'MigrationMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/recmenus.h:51:5: style: Class 'RecombinationMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/recmenus.h:60:5: style: Class 'RecombinationMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/regiongammamenus.h:43:5: style: Class 'RegionGammaMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/regiongammamenus.h:52:5: style: Class 'RegionGammaMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:42:5: style: Class 'TraitModelsMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:51:5: style: Class 'TraitModelsMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/traitmodelmenu.h:59:5: style: Class 'SubMenuItemsTraitModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/forcesmenus.cpp:48:17: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:50:17: performance: Function parameter 'myForce' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:51:17: performance: Function parameter 'myForceLegal' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/forcesmenus.cpp:140:48: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/growthmenus.cpp:101:54: style: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/growthmenus.h:46:38: note: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/growthmenus.cpp:101:54: note: Function 'SetMenuItemGrowths' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:105:5: style: Variable 'unusual_flags' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:101:5: note: Variable 'unusual_flags' is reassigned a value before the old one has been used.
lamarc/src/lamarcmenus/lamarcheaderdialog.cpp:105:5: note: Variable 'unusual_flags' is reassigned a value before the old one has been used.
lamarc/src/lamarcmenus/lamarcmenu.h:33:5: style: Class 'LamarcMainMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:156:5: style: Class 'ChainTemperatureMenuItemGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:165:5: style: Class 'HeatingMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:182:5: style: Class 'HeatingMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:200:5: style: Class 'RearrangeMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:209:5: style: Class 'RearrangeMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:217:5: style: Class 'SearchMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:226:5: style: Class 'SearchMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:234:5: style: Class 'StrategyMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:243:5: style: Class 'StrategyMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:251:5: style: Class 'ResultMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:260:5: style: Class 'ResultMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:268:5: style: Class 'OverviewMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.h:277:5: style: Class 'OverviewMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: style: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:36:41: note: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: note: Function 'SetMenuItemTempInterval' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: style: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:44:40: note: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: note: Function 'SetMenuItemHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: style: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:52:44: note: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: note: Function 'SetMenuItemProbHapArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: style: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:76:42: note: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: note: Function 'SetMenuItemLocusArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: style: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:60:42: note: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: note: Function 'SetMenuItemBayesArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: style: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:68:42: note: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: note: Function 'SetMenuItemEpochArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: style: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:84:42: note: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: note: Function 'SetMenuItemZilchArranger' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: style: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:92:44: note: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: note: Function 'SetMenuItemCurveFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: style: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:100:42: note: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: note: Function 'SetMenuItemMapFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: style: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:108:40: note: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: note: Function 'SetMenuItemReclocFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: style: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:116:45: note: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: note: Function 'SetMenuItemReclocFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: style: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:124:44: note: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: note: Function 'SetMenuItemTraceFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: style: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:132:49: note: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: note: Function 'SetMenuItemNewickTreeFilePrefix' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: style: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:140:41: note: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: note: Function 'ToggleMenuItemTempAdapt' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: style: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:148:45: note: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: note: Function 'ToggleMenuItemUseCurveFiles' argument 1 names different: declaration 'myKey' definition 'k'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: style: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:172:36: note: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: note: Function 'HeatingSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: style: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/lamarcmenuitems.h:192:34: note: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: note: Function 'PriorSubMenuItem' argument 1 names different: declaration 'myKey' definition 'mykey'.
lamarc/src/lamarcmenus/outfilemenus.h:34:5: style: Class 'OutfileMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/outfilemenus.h:43:5: style: Class 'OutfileMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:52:5: style: Class 'TreeSumInMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:59:5: style: Class 'TreeSumOutMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:68:5: style: Class 'TreeSumInMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/treesummenus.h:78:5: style: Class 'TreeSumOutMenuCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:56:57: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:73:55: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:89:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:105:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:122:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:139:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:156:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:173:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:190:59: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:209:55: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:226:65: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:243:63: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:260:73: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:277:57: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:296:65: performance: Function parameter 'k' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:369:47: performance: Function parameter 'mykey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/lamarcmenuitems.cpp:394:43: performance: Function parameter 'mykey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/nomenufilereaddialog.h:38:5: style: Class 'NoMenuFileReadDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/lamarcmenus/outfilemenus.cpp:45:73: style: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/outfilemenus.h:52:56: note: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'.
lamarc/src/lamarcmenus/outfilemenus.cpp:45:73: note: Function 'OutfileSubMenuItem' argument 2 names different: declaration 'myUI' definition 'myui'.
lamarc/src/lamarcmenus/outfilemenus.cpp:45:52: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/overviewmenus.cpp:590:50: style: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/overviewmenus.h:198:36: note: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/overviewmenus.cpp:590:50: note: Function 'DataOverviewMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/overviewmenus.cpp:528:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:559:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:573:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/overviewmenus.cpp:717:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/popsizemenu.cpp:31:58: style: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/popsizemenu.h:37:39: note: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/popsizemenu.cpp:31:58: note: Function 'EffectivePopSizeMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/popsizemenu.cpp:57:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/lamarcmenus/priormenus.cpp:40:36: style: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/priormenus.h:39:28: note: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/priormenus.cpp:40:36: note: Function 'PriorMenu' argument 1 names different: declaration 'ui' definition 'myui'.
lamarc/src/lamarcmenus/priormenus.cpp:126:62: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/profilemenus.cpp:123:66: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/lamarcmenus/traitmodelmenu.cpp:223:66: style: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/traitmodelmenu.h:119:56: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:223:66: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:261:71: style: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'. [funcArgNamesDifferent]
lamarc/src/lamarcmenus/traitmodelmenu.h:136:56: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/lamarcmenus/traitmodelmenu.cpp:261:71: note: Function 'GetHandler' argument 1 names different: declaration 'key' definition 'input'.
lamarc/src/menu/dialognoinput.cpp:81:70: style: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'. [funcArgNamesDifferent]
lamarc/src/menu/dialognoinput.h:59:46: note: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'.
lamarc/src/menu/dialognoinput.cpp:81:70: note: Function 'DialogChideInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'myInconsistencies'.
lamarc/src/menu/dialognoinput.h:59:5: style: Class 'DialogChideInconsistencies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/dialognoinput.h:42:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:42:30: note: Function in derived class
lamarc/src/menu/dialognoinput.h:50:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:42:30: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:50:30: note: Function in derived class
lamarc/src/menu/dialognoinput.h:57:25: style: The function 'outputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:37:25: note: Virtual function in base class
lamarc/src/menu/dialognoinput.h:57:25: note: Function in derived class
lamarc/src/menu/display.h:73:30: style: The function 'DisplayNewMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:45:30: note: Virtual function in base class
lamarc/src/menu/display.h:73:30: note: Function in derived class
lamarc/src/menu/display.h:74:30: style: The function 'DisplayRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:46:30: note: Virtual function in base class
lamarc/src/menu/display.h:74:30: note: Function in derived class
lamarc/src/menu/display.h:76:18: style: The function 'ShowMenuDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:48:18: note: Virtual function in base class
lamarc/src/menu/display.h:76:18: note: Function in derived class
lamarc/src/menu/display.h:77:18: style: The function 'ShowMenuDisplay2dGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:49:18: note: Virtual function in base class
lamarc/src/menu/display.h:77:18: note: Function in derived class
lamarc/src/menu/display.h:78:18: style: The function 'ShowMenuDisplayLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:50:18: note: Virtual function in base class
lamarc/src/menu/display.h:78:18: note: Function in derived class
lamarc/src/menu/display.h:79:18: style: The function 'ShowMenuDisplayTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:51:18: note: Virtual function in base class
lamarc/src/menu/display.h:79:18: note: Function in derived class
lamarc/src/menu/display.h:81:18: style: The function 'DisplayDialogOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:53:18: note: Virtual function in base class
lamarc/src/menu/display.h:81:18: note: Function in derived class
lamarc/src/menu/display.h:82:25: style: The function 'GetUserInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:54:25: note: Virtual function in base class
lamarc/src/menu/display.h:82:25: note: Function in derived class
lamarc/src/menu/display.h:92:30: style: The function 'DisplayNewMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:45:30: note: Virtual function in base class
lamarc/src/menu/display.h:92:30: note: Function in derived class
lamarc/src/menu/display.h:93:30: style: The function 'DisplayRaw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:46:30: note: Virtual function in base class
lamarc/src/menu/display.h:93:30: note: Function in derived class
lamarc/src/menu/display.h:95:18: style: The function 'ShowMenuDisplayGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:48:18: note: Virtual function in base class
lamarc/src/menu/display.h:95:18: note: Function in derived class
lamarc/src/menu/display.h:96:18: style: The function 'ShowMenuDisplay2dGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:49:18: note: Virtual function in base class
lamarc/src/menu/display.h:96:18: note: Function in derived class
lamarc/src/menu/display.h:97:18: style: The function 'ShowMenuDisplayLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:50:18: note: Virtual function in base class
lamarc/src/menu/display.h:97:18: note: Function in derived class
lamarc/src/menu/display.h:98:18: style: The function 'ShowMenuDisplayTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:51:18: note: Virtual function in base class
lamarc/src/menu/display.h:98:18: note: Function in derived class
lamarc/src/menu/display.h:100:18: style: The function 'DisplayDialogOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:53:18: note: Virtual function in base class
lamarc/src/menu/display.h:100:18: note: Function in derived class
lamarc/src/menu/display.h:101:25: style: The function 'GetUserInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/display.h:54:25: note: Virtual function in base class
lamarc/src/menu/display.h:101:25: note: Function in derived class
lamarc/src/menu/dialogrepeat.h:45:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/dialogrepeat.h:45:30: note: Function in derived class
lamarc/src/menu/display.cpp:136:59: style: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'. [funcArgNamesDifferent]
lamarc/src/menu/display.h:68:45: note: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'.
lamarc/src/menu/display.cpp:136:59: note: Function 'ChideOnInconsistencies' argument 1 names different: declaration 'inconsistencies' definition 'inconsistents'.
lamarc/src/menu/display.cpp:59:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:63:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:78:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:145:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:156:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:172:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:196:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:206:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:276:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:316:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:335:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:346:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.cpp:362:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/display.h:61:10: performance: Technically the member function 'ScrollingDisplay::Prompt' can be static. [functionStatic]
lamarc/src/menu/display.cpp:380:24: note: Technically the member function 'ScrollingDisplay::Prompt' can be static.
lamarc/src/menu/display.h:61:10: note: Technically the member function 'ScrollingDisplay::Prompt' can be static.
lamarc/src/menu/display.h:63:10: performance: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static. [functionStatic]
lamarc/src/menu/display.cpp:394:24: note: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static.
lamarc/src/menu/display.h:63:10: note: Technically the member function 'ScrollingDisplay::DisplayOneLine' can be static.
lamarc/src/menu/display.h:66:30: performance: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static. [functionStatic]
lamarc/src/menu/display.cpp:236:34: note: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static.
lamarc/src/menu/display.h:66:30: note: Technically the member function 'ScrollingDisplay::BreakAtCarriageReturns' can be static.
lamarc/src/menu/menuitem.h:150:5: style: Class 'DisplayOnlyGroupWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/menuitem.h:167:5: style: Class 'KeyedMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/menuitem.h:95:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:95:10: note: Function in derived class
lamarc/src/menu/menuitem.h:98:18: style: The function 'HasMultiLineItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:73:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:98:18: note: Function in derived class
lamarc/src/menu/menuitem.h:121:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:121:10: note: Function in derived class
lamarc/src/menu/menuitem.h:126:18: style: The function 'HasMultiLineItems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:73:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:126:18: note: Function in derived class
lamarc/src/menu/menuitem.h:142:10: style: The function 'DisplayItemOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:51:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:142:10: note: Function in derived class
lamarc/src/menu/menuitem.h:153:31: style: The function 'GetVisibleIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:111:31: note: Virtual function in base class
lamarc/src/menu/menuitem.h:153:31: note: Function in derived class
lamarc/src/menu/menuitem.h:154:31: style: The function 'GetInconsistentIds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:112:31: note: Virtual function in base class
lamarc/src/menu/menuitem.h:154:31: note: Function in derived class
lamarc/src/menu/menuitem.h:155:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:114:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:155:25: note: Function in derived class
lamarc/src/menu/menuitem.h:156:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:116:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:156:25: note: Function in derived class
lamarc/src/menu/menuitem.h:157:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:118:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:157:25: note: Function in derived class
lamarc/src/menu/menuitem.h:159:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:159:18: note: Function in derived class
lamarc/src/menu/menuitem.h:169:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/menuitem.h:169:25: note: Function in derived class
lamarc/src/menu/menuitem.h:170:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/menuitem.h:170:18: note: Function in derived class
lamarc/src/menu/newmenu.h:54:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenu.h:54:30: note: Function in derived class
lamarc/src/menu/twodtable.h:48:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:138:18: note: Virtual function in base class
lamarc/src/menu/twodtable.h:48:18: note: Function in derived class
lamarc/src/menu/twodtable.h:49:17: style: The function 'CreateDisplayString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:139:25: note: Virtual function in base class
lamarc/src/menu/twodtable.h:49:17: note: Function in derived class
lamarc/src/menu/newmenu.h:49:51: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.h:50:51: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.h:50:78: performance: Function parameter 'myInfo' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:307:28: performance: Function parameter 'storedMenuText' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:307:51: performance: Function parameter 'generatedMenuText' should be passed by const reference. [passedByValue]
lamarc/src/menu/display.cpp:394:46: performance: Function parameter 'output' should be passed by const reference. [passedByValue]
lamarc/src/menu/matrixitem.cpp:61:45: style: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'. [funcArgNamesDifferent]
lamarc/src/menu/matrixitem.h:49:37: note: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'.
lamarc/src/menu/matrixitem.cpp:61:45: note: Function 'GetKey' argument 1 names different: declaration 'id' definition 'globalId'.
lamarc/src/menu/setmenuitem.h:59:5: warning: Member variable 'SetDialog::haveError' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/menu/newmenuitems.h:44:48: performance: Variable 'displayString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/menu/newmenuitems.h:44:5: style: Class 'OutputOnlyMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:91:5: style: Class 'FileDumpMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:112:5: style: Class 'FileDumpHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:119:5: style: Class 'UndoMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:133:5: style: Class 'UndoHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:141:5: style: Class 'RedoMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:155:5: style: Class 'RedoHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:165:5: style: Class 'BottomLineMenuItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:182:5: style: Class 'BottomLineMenuItemAtTop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/newmenuitems.h:201:5: style: Class 'RunHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/menu/setmenuitem.h:62:18: style: The function 'maxTries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:34:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:62:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:64:25: style: The function 'beforeLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:35:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:64:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:66:25: style: The function 'inLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:36:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:66:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:67:25: style: The function 'inLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:37:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:67:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:79:25: style: The function 'afterLoopSuccessOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:38:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:79:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:81:25: style: The function 'afterLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:39:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:81:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:84:18: style: The function 'handleInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:40:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:84:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:98:18: style: The function 'doFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:41:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:98:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:119:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:119:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:120:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:120:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:121:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:121:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:122:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:122:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:123:18: style: The function 'IsConsistent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:92:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:123:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:131:18: style: The function 'GetId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:113:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:131:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:143:18: style: The function 'GetId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:113:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:143:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:161:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:161:30: note: Function in derived class
lamarc/src/menu/setmenuitem.h:173:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:121:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:173:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:183:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:121:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:183:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:198:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:114:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:198:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:199:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:116:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:199:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:200:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:118:25: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:200:25: note: Function in derived class
lamarc/src/menu/setmenuitem.h:201:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:201:18: note: Function in derived class
lamarc/src/menu/setmenuitem.h:202:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:202:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:210:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:210:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:221:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/setmenuitem.h:221:33: note: Function in derived class
lamarc/src/menu/matrixitem.h:49:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:198:25: note: Virtual function in base class
lamarc/src/menu/matrixitem.h:49:25: note: Function in derived class
lamarc/src/menu/matrixitem.h:73:33: style: The function 'MakeOneHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/setmenuitem.h:194:33: note: Virtual function in base class
lamarc/src/menu/matrixitem.h:73:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:46:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:46:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:47:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:47:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:48:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:48:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:49:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:49:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:50:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:50:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:51:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:51:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:80:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:80:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:94:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:94:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:95:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:95:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:103:10: style: The function 'maxTries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:34:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:103:10: note: Function in derived class
lamarc/src/menu/newmenuitems.h:104:17: style: The function 'beforeLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:35:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:104:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:105:17: style: The function 'inLoopOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:36:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:105:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:106:17: style: The function 'inLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:37:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:106:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:107:17: style: The function 'afterLoopSuccessOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:38:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:107:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:108:17: style: The function 'afterLoopFailureOutputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:39:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:108:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:109:17: style: The function 'handleInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:40:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:109:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:110:17: style: The function 'doFailure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialogrepeat.h:41:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:110:17: note: Function in derived class
lamarc/src/menu/newmenuitems.h:122:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:122:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:123:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:123:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:124:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:124:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:135:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:135:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:144:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:144:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:145:18: style: The function 'IsVisible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:90:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:145:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:146:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:146:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:157:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:157:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:167:25: style: The function 'GetKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:85:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:167:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:173:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:173:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:174:18: style: The function 'Handles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:71:18: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:174:18: note: Function in derived class
lamarc/src/menu/newmenuitems.h:175:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:175:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:176:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:176:33: note: Function in derived class
lamarc/src/menu/newmenuitems.h:184:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/newmenuitems.h:173:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:184:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:192:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:192:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:199:25: style: The function 'outputString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:37:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:199:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:203:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/dialognoinput.h:50:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:203:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:211:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:211:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:220:30: style: The function 'InvokeMe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuinteraction.h:35:30: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:220:30: note: Function in derived class
lamarc/src/menu/newmenuitems.h:233:25: style: The function 'GetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:87:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:233:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:234:25: style: The function 'GetVariableText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:89:25: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:234:25: note: Function in derived class
lamarc/src/menu/newmenuitems.h:235:33: style: The function 'GetHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/menu/menuitem.h:72:33: note: Virtual function in base class
lamarc/src/menu/newmenuitems.h:235:33: note: Function in derived class
lamarc/src/menu/setmenuitem.h:59:47: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:158:54: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:170:36: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:170:75: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:180:34: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.h:180:73: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.h:44:36: performance: Function parameter 'toDisplay' should be passed by const reference. [passedByValue]
lamarc/src/menu/menuitem.cpp:42:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:109:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:129:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:185:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:204:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/newmenu.cpp:59:56: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.cpp:65:56: performance: Function parameter 'myTitle' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenu.cpp:65:83: performance: Function parameter 'myInfo' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:113:42: style: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'. [funcArgNamesDifferent]
lamarc/src/menu/newmenuitems.h:109:41: note: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'.
lamarc/src/menu/newmenuitems.cpp:113:42: note: Function 'handleInput' argument 1 names different: declaration 'inputString' definition 'input'.
lamarc/src/menu/newmenuitems.cpp:41:50: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:41:89: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/newmenuitems.cpp:273:38: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:150:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/setmenuitem.cpp:167:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/menu/setmenuitem.cpp:41:17: warning: Assert statement calls a function which may have desired side effects: 'getMin'. [assertWithSideEffect]
lamarc/src/menu/setmenuitem.cpp:72:12: warning: Assert statement calls a function which may have desired side effects: 'Handles'. [assertWithSideEffect]
lamarc/src/menu/setmenuitem.cpp:51:38: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:51:77: performance: Function parameter 'mk' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:88:46: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:88:85: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:104:42: performance: Function parameter 'myKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/setmenuitem.cpp:104:81: performance: Function parameter 'myMenuKey' should be passed by const reference. [passedByValue]
lamarc/src/menu/twodtable.cpp:60:53: style: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'. [funcArgNamesDifferent]
lamarc/src/menu/twodtable.h:43:51: note: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'.
lamarc/src/menu/twodtable.cpp:60:53: note: Function 'CreateDisplayString' argument 1 names different: declaration 'myui' definition 'ui'.
lamarc/src/postlike/plforces.h:63:5: warning: Member variable 'PLForces::m_pTreedata' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichlocalpart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichpart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichlocalxparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_whichxparts' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:125:5: warning: Member variable 'CoalescePL::m_localpartforces' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:168:5: warning: Member variable 'CoalesceGrowPL::m_timesize' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:182:5: warning: Member variable 'CoalesceGrowPL::m_timesize' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:302:5: warning: Member variable 'DiseaseLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:312:5: warning: Member variable 'DiseaseLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:554:5: warning: Member variable 'CoalesceLogisticSelectionPL::m_s_is_here' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_lastnormg' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_pPostLike' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nparam' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nloci' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_nrep' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_dataHasLinearParam' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_dataHasGamma' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_constraintsVectorHasSlotForAlpha' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_maxAllowedValueForAlpha' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/maximizer.h:120:5: warning: Member variable 'Maximizer::m_constrained' is not initialized in the constructor. [uninitMemberVarPrivate]
lamarc/src/postlike/analyzer.cpp:49:11: warning: Member variable 'Analyzer::m_postlikelihood' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/analyzer.cpp:49:11: warning: Member variable 'Analyzer::m_likelihood' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/plforces.h:354:9: performance: Variable 'm_msum' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/analyzer.cpp:53:5: performance: Variable 'm_newparams' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/plforces.h:91:10: style: Technically the member function 'PLForces::GetStart' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:81:10: style: Technically the member function 'PostLike::FindForce' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:115:10: style: Technically the member function 'PostLike::isLogisticSelection' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:180:17: style: Technically the member function 'SinglePostLike::GetParam0' can be const. [functionConst]
lamarc/src/postlike/likelihood.h:229:17: style: Technically the member function 'ReplicatePostLike::GetGeyerWeights' can be const. [functionConst]
lamarc/src/postlike/plforces.h:132:5: style: Class 'CoalescePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:182:5: style: Class 'CoalesceGrowPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:230:5: style: Class 'GrowPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:271:5: style: Class 'DiseasePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:312:5: style: Class 'DiseaseLogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:352:5: style: Class 'MigratePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:394:5: style: Class 'DivMigPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:435:5: style: Class 'RecombinePL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:473:5: style: Class 'DivPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:554:5: style: Class 'CoalesceLogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:609:5: style: Class 'LogisticSelectionPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:643:5: style: Class 'StickSelectPL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/maximizer.h:89:5: style: Class 'Maximizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/postlike/plforces.h:43:1: warning: The class 'PLForces' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:102:1: warning: The class 'CoalescePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:160:1: warning: The class 'CoalesceGrowPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:211:1: warning: The class 'GrowPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:258:1: warning: The class 'DiseasePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:294:1: warning: The class 'DiseaseLogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:339:1: warning: The class 'MigratePL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:532:1: warning: The class 'CoalesceLogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:592:1: warning: The class 'LogisticSelectionPL' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/postlike/plforces.h:134:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:134:23: note: Function in derived class
lamarc/src/postlike/plforces.h:141:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:141:12: note: Function in derived class
lamarc/src/postlike/plforces.h:144:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:144:12: note: Function in derived class
lamarc/src/postlike/plforces.h:148:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:148:12: note: Function in derived class
lamarc/src/postlike/plforces.h:152:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:152:12: note: Function in derived class
lamarc/src/postlike/plforces.h:184:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:134:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:184:23: note: Function in derived class
lamarc/src/postlike/plforces.h:191:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:191:12: note: Function in derived class
lamarc/src/postlike/plforces.h:194:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:194:12: note: Function in derived class
lamarc/src/postlike/plforces.h:198:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:198:12: note: Function in derived class
lamarc/src/postlike/plforces.h:203:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:203:12: note: Function in derived class
lamarc/src/postlike/plforces.h:235:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:235:23: note: Function in derived class
lamarc/src/postlike/plforces.h:243:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:243:12: note: Function in derived class
lamarc/src/postlike/plforces.h:246:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:246:12: note: Function in derived class
lamarc/src/postlike/plforces.h:249:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:249:12: note: Function in derived class
lamarc/src/postlike/plforces.h:252:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:252:12: note: Function in derived class
lamarc/src/postlike/plforces.h:275:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:275:23: note: Function in derived class
lamarc/src/postlike/plforces.h:280:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:280:12: note: Function in derived class
lamarc/src/postlike/plforces.h:282:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:282:12: note: Function in derived class
lamarc/src/postlike/plforces.h:285:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:285:12: note: Function in derived class
lamarc/src/postlike/plforces.h:288:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:288:12: note: Function in derived class
lamarc/src/postlike/plforces.h:316:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:275:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:316:23: note: Function in derived class
lamarc/src/postlike/plforces.h:326:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:326:12: note: Function in derived class
lamarc/src/postlike/plforces.h:328:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:328:12: note: Function in derived class
lamarc/src/postlike/plforces.h:331:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:331:12: note: Function in derived class
lamarc/src/postlike/plforces.h:359:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:359:23: note: Function in derived class
lamarc/src/postlike/plforces.h:364:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:364:12: note: Function in derived class
lamarc/src/postlike/plforces.h:367:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:367:12: note: Function in derived class
lamarc/src/postlike/plforces.h:371:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:371:12: note: Function in derived class
lamarc/src/postlike/plforces.h:375:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:375:12: note: Function in derived class
lamarc/src/postlike/plforces.h:398:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:398:23: note: Function in derived class
lamarc/src/postlike/plforces.h:403:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:403:12: note: Function in derived class
lamarc/src/postlike/plforces.h:406:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:406:12: note: Function in derived class
lamarc/src/postlike/plforces.h:413:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:413:12: note: Function in derived class
lamarc/src/postlike/plforces.h:417:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:417:12: note: Function in derived class
lamarc/src/postlike/plforces.h:439:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:439:23: note: Function in derived class
lamarc/src/postlike/plforces.h:444:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:444:12: note: Function in derived class
lamarc/src/postlike/plforces.h:447:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:447:12: note: Function in derived class
lamarc/src/postlike/plforces.h:451:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:451:12: note: Function in derived class
lamarc/src/postlike/plforces.h:455:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:455:12: note: Function in derived class
lamarc/src/postlike/plforces.h:477:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:477:23: note: Function in derived class
lamarc/src/postlike/plforces.h:480:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:480:12: note: Function in derived class
lamarc/src/postlike/plforces.h:483:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:483:12: note: Function in derived class
lamarc/src/postlike/plforces.h:487:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:487:12: note: Function in derived class
lamarc/src/postlike/plforces.h:491:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:491:12: note: Function in derived class
lamarc/src/postlike/plforces.h:509:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:509:23: note: Function in derived class
lamarc/src/postlike/plforces.h:514:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:514:12: note: Function in derived class
lamarc/src/postlike/plforces.h:517:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:517:12: note: Function in derived class
lamarc/src/postlike/plforces.h:521:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:521:12: note: Function in derived class
lamarc/src/postlike/plforces.h:525:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:525:12: note: Function in derived class
lamarc/src/postlike/plforces.h:566:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:134:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:566:23: note: Function in derived class
lamarc/src/postlike/plforces.h:576:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:576:12: note: Function in derived class
lamarc/src/postlike/plforces.h:579:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:579:12: note: Function in derived class
lamarc/src/postlike/plforces.h:583:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:583:12: note: Function in derived class
lamarc/src/postlike/plforces.h:586:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:586:12: note: Function in derived class
lamarc/src/postlike/plforces.h:614:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:614:23: note: Function in derived class
lamarc/src/postlike/plforces.h:619:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:619:12: note: Function in derived class
lamarc/src/postlike/plforces.h:622:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:622:12: note: Function in derived class
lamarc/src/postlike/plforces.h:626:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:626:12: note: Function in derived class
lamarc/src/postlike/plforces.h:629:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:629:12: note: Function in derived class
lamarc/src/postlike/plforces.h:649:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:73:23: note: Virtual function in base class
lamarc/src/postlike/plforces.h:649:23: note: Function in derived class
lamarc/src/postlike/plforces.h:658:12: style: The function 'lnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:75:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:658:12: note: Function in derived class
lamarc/src/postlike/plforces.h:661:12: style: The function 'lnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:78:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:661:12: note: Function in derived class
lamarc/src/postlike/plforces.h:665:12: style: The function 'DlnWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:82:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:665:12: note: Function in derived class
lamarc/src/postlike/plforces.h:669:12: style: The function 'DlnPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/plforces.h:86:20: note: Virtual function in base class
lamarc/src/postlike/plforces.h:669:12: note: Function in derived class
lamarc/src/postlike/likelihood.h:172:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:172:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:179:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:179:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:182:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:182:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:185:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:185:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:187:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:187:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:213:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:213:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:220:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:220:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:223:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:223:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:226:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:226:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:228:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:228:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:252:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:99:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:252:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:260:10: style: The function 'SetParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:113:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:260:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:263:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:263:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:266:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:266:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:268:17: style: The function 'GetMeanParam0' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:112:25: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:268:17: note: Function in derived class
lamarc/src/postlike/likelihood.h:294:28: style: The function 'GetTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:252:28: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:294:28: note: Function in derived class
lamarc/src/postlike/likelihood.h:313:18: style: The function 'Setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:261:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:313:18: note: Function in derived class
lamarc/src/postlike/likelihood.h:315:10: style: The function 'Calculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:120:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:315:10: note: Function in derived class
lamarc/src/postlike/likelihood.h:318:10: style: The function 'DCalculate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/postlike/likelihood.h:132:18: note: Virtual function in base class
lamarc/src/postlike/likelihood.h:318:10: note: Function in derived class
lamarc/src/postlike/derivatives.cpp:73:12: style: The scope of the variable 'DlnPoint' can be reduced. [variableScope]
lamarc/src/postlike/derivatives.cpp:73:27: style: The scope of the variable 'DlnWait' can be reduced. [variableScope]
lamarc/src/postlike/derivatives.cpp:73:41: style: The scope of the variable 'termG' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:118:10: style: The scope of the variable 'growthsize' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:122:10: style: The scope of the variable 'diseaseend' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:376:10: style: The scope of the variable 'ncopies' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:426:9: style: The scope of the variable 'current_lnPointProb' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:426:35: style: The scope of the variable 'current_lnWaitProb' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:1021:12: style: The scope of the variable 'totalNumTreesThisRegion' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:1301:12: style: The scope of the variable 'totalNumTreesThisRegion' can be reduced. [variableScope]
lamarc/src/postlike/likelihood.cpp:76:40: style: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:102:34: note: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:76:40: note: Function 'PostLike' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:111:47: style: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:151:41: note: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:111:47: note: Function 'FillForces' argument 1 names different: declaration 'thisforces' definition 'fs'.
lamarc/src/postlike/likelihood.cpp:422:104: style: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:129:45: note: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:422:104: note: Function 'Calc_lnProbGP' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:447:104: style: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:140:45: note: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:447:104: note: Function 'Calc_lnProbGS' argument 3 names different: declaration 'treedata' definition 'pThisGenealogy'.
lamarc/src/postlike/likelihood.cpp:548:44: style: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:181:40: note: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'.
lamarc/src/postlike/likelihood.cpp:548:44: note: Function 'Setup' argument 1 names different: declaration 'treedata' definition 'pTreeCollector'.
lamarc/src/postlike/likelihood.cpp:1174:62: style: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'. [funcArgNamesDifferent]
lamarc/src/postlike/likelihood.h:305:45: note: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'.
lamarc/src/postlike/likelihood.cpp:1174:62: note: Function 'GammaRegionPostLike' argument 1 names different: declaration 'theseforces' definition 'thisforces'.
lamarc/src/postlike/likelihood.cpp:166:27: style: Variable 'growthsize' is assigned a value that is never used. [unreadVariable]
lamarc/src/postlike/likelihood.cpp:184:26: style: Variable 'diseaseend' is assigned a value that is never used. [unreadVariable]
lamarc/src/postlike/likelihood.cpp:309:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1209:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1213:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1216:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1235:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1239:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:1242:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/likelihood.cpp:510:17: warning: Member variable 'SinglePostLike::m_data' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/likelihood.cpp:949:5: performance: Variable 'm_lparamscalars' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/postlike/likelihood.h:114:10: style: Technically the member function 'PostLike::isLinearParam' can be const. [functionConst]
lamarc/src/postlike/likelihood.cpp:99:16: note: Technically the member function 'PostLike::isLinearParam' can be const.
lamarc/src/postlike/likelihood.h:114:10: note: Technically the member function 'PostLike::isLinearParam' can be const.
lamarc/src/postlike/maximizer.cpp:1164:5: style: Variable 'orig_gradient_i' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/postlike/maximizer.cpp:1154:0: note: Variable 'orig_gradient_i' is reassigned a value before the old one has been used.
lamarc/src/postlike/maximizer.cpp:1164:5: note: Variable 'orig_gradient_i' is reassigned a value before the old one has been used.
lamarc/src/postlike/maximizer.cpp:714:26: style: The scope of the variable 'lambda' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:1973:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:1975:10: style: The scope of the variable 'found_guide' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:2052:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:2054:10: style: The scope of the variable 'found_guide' can be reduced. [variableScope]
lamarc/src/postlike/maximizer.cpp:481:43: style: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:162:36: note: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'.
lamarc/src/postlike/maximizer.cpp:481:43: note: Function 'Norm' argument 1 names different: declaration 'd' definition 'g'.
lamarc/src/postlike/maximizer.cpp:523:47: style: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:197:40: note: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:523:47: note: Function 'AdjustExtremeLinearParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:541:44: style: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:198:37: note: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:541:44: note: Function 'AdjustExtremeLogParam' argument 1 names different: declaration 'i' definition 'index'.
lamarc/src/postlike/maximizer.cpp:1935:46: style: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'. [funcArgNamesDifferent]
lamarc/src/postlike/maximizer.h:112:73: note: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'.
lamarc/src/postlike/maximizer.cpp:1935:46: note: Function 'GradientGuideSetup' argument 2 names different: declaration 'pPL' definition 'pThisPostLike'.
lamarc/src/postlike/maximizer.cpp:393:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:405:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:421:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:436:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:448:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:464:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:505:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:595:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1012:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1057:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1073:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1076:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1197:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1393:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1780:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1911:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1918:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:1993:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:2067:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/maximizer.cpp:77:12: warning: Member variable 'Maximizer::m_nloci' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.cpp:77:12: warning: Member variable 'Maximizer::m_nrep' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/postlike/maximizer.h:99:12: style: Technically the member function 'Maximizer::GetLastNorm' can be const. [functionConst]
lamarc/src/postlike/maximizer.cpp:489:19: note: Technically the member function 'Maximizer::GetLastNorm' can be const.
lamarc/src/postlike/maximizer.h:99:12: note: Technically the member function 'Maximizer::GetLastNorm' can be const.
lamarc/src/postlike/maximizer.h:112:10: performance: Technically the member function 'Maximizer::GradientGuideSetup' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:1934:17: note: Technically the member function 'Maximizer::GradientGuideSetup' can be static.
lamarc/src/postlike/maximizer.h:112:10: note: Technically the member function 'Maximizer::GradientGuideSetup' can be static.
lamarc/src/postlike/maximizer.h:162:12: performance: Technically the member function 'Maximizer::Norm' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:481:19: note: Technically the member function 'Maximizer::Norm' can be static.
lamarc/src/postlike/maximizer.h:162:12: note: Technically the member function 'Maximizer::Norm' can be static.
lamarc/src/postlike/maximizer.h:196:10: performance: Technically the member function 'Maximizer::ExplainParamChange' can be static. [functionStatic]
lamarc/src/postlike/maximizer.cpp:512:17: note: Technically the member function 'Maximizer::ExplainParamChange' can be static.
lamarc/src/postlike/maximizer.h:196:10: note: Technically the member function 'Maximizer::ExplainParamChange' can be static.
lamarc/src/postlike/plforces.cpp:198:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:198:27: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:199:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:199:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:301:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:640:12: style: The scope of the variable 'growth' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:640:20: style: The scope of the variable 'theta' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:812:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:812:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:12: style: The scope of the variable 'coeff_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:21: style: The scope of the variable 'coeff_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:30: style: The scope of the variable 'arg1_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:957:38: style: The scope of the variable 'arg1_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1102:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1102:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:12: style: The scope of the variable 'gte' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:17: style: The scope of the variable 'gts' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:22: style: The scope of the variable 'arg1_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:30: style: The scope of the variable 'arg1_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:38: style: The scope of the variable 'coeff_s' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1214:47: style: The scope of the variable 'coeff_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1215:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1341:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1341:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1535:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1535:27: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1536:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1536:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:25: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:63: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1657:67: style: The scope of the variable 'term' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1801:12: style: The scope of the variable 'term_A' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1801:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1802:21: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1802:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:1957:12: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2243:22: style: The scope of the variable 't_e' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2244:9: style: The scope of the variable 'dtau_A__ds' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2244:26: style: The scope of the variable 'dtau_a__ds' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2302:21: style: The scope of the variable 'te' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2303:29: style: The scope of the variable 'te_squared' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:2352:25: style: The scope of the variable 'term_a' can be reduced. [variableScope]
lamarc/src/postlike/plforces.cpp:203:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:304:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1538:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1660:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1808:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:1962:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:2248:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.cpp:2317:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/plforces.h:172:12: performance: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:805:24: note: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static.
lamarc/src/postlike/plforces.h:172:12: note: Technically the member function 'CoalesceGrowPL::lnWaitForTinyGrowth' can be static.
lamarc/src/postlike/plforces.h:684:12: performance: Technically the member function 'StickSelectPL::StickMean' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:2538:23: note: Technically the member function 'StickSelectPL::StickMean' can be static.
lamarc/src/postlike/plforces.h:684:12: note: Technically the member function 'StickSelectPL::StickMean' can be static.
lamarc/src/postlike/plforces.h:685:12: performance: Technically the member function 'StickSelectPL::StickVar' can be static. [functionStatic]
lamarc/src/postlike/plforces.cpp:2545:23: note: Technically the member function 'StickSelectPL::StickVar' can be static.
lamarc/src/postlike/plforces.h:685:12: note: Technically the member function 'StickSelectPL::StickVar' can be static.
lamarc/src/postlike/profile.cpp:763:51: style: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'. [funcArgNamesDifferent]
lamarc/src/postlike/analyzer.h:121:47: note: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'.
lamarc/src/postlike/profile.cpp:763:51: note: Function 'CheckForMultipleMaxima' argument 1 names different: declaration 'foundLikesForVals' definition 'valLikeMap'.
lamarc/src/postlike/profile.cpp:292:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:621:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:627:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:635:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:644:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:668:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:693:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:767:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:801:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/profile.cpp:819:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/postlike/analyzer.h:102:20: performance: Technically the member function 'Analyzer::GetLastHigher' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:616:26: note: Technically the member function 'Analyzer::GetLastHigher' can be static.
lamarc/src/postlike/analyzer.h:102:20: note: Technically the member function 'Analyzer::GetLastHigher' can be static.
lamarc/src/postlike/analyzer.h:104:20: performance: Technically the member function 'Analyzer::GetFirstLower' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:663:26: note: Technically the member function 'Analyzer::GetFirstLower' can be static.
lamarc/src/postlike/analyzer.h:104:20: note: Technically the member function 'Analyzer::GetFirstLower' can be static.
lamarc/src/postlike/analyzer.h:114:20: performance: Technically the member function 'Analyzer::ClosestFoundFor' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:690:26: note: Technically the member function 'Analyzer::ClosestFoundFor' can be static.
lamarc/src/postlike/analyzer.h:114:20: note: Technically the member function 'Analyzer::ClosestFoundFor' can be static.
lamarc/src/postlike/analyzer.h:116:12: performance: Technically the member function 'Analyzer::GetNewValFromBracket' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:705:18: note: Technically the member function 'Analyzer::GetNewValFromBracket' can be static.
lamarc/src/postlike/analyzer.h:116:12: note: Technically the member function 'Analyzer::GetNewValFromBracket' can be static.
lamarc/src/postlike/analyzer.h:123:12: performance: Technically the member function 'Analyzer::PrintDoublesIter' can be static. [functionStatic]
lamarc/src/postlike/profile.cpp:809:16: note: Technically the member function 'Analyzer::PrintDoublesIter' can be static.
lamarc/src/postlike/analyzer.h:123:12: note: Technically the member function 'Analyzer::PrintDoublesIter' can be static.
lamarc/src/report/curvefiles.cpp:134:57: style: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'. [funcArgNamesDifferent]
lamarc/src/report/curvefiles.h:45:57: note: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:134:57: note: Function 'WriteOneConsolidatedCurveFile' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:272:76: style: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'. [funcArgNamesDifferent]
lamarc/src/report/curvefiles.h:49:57: note: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:272:76: note: Function 'WriteConsolidatedCurveFiles' argument 2 names different: declaration 'bayesAnalyzer' definition 'ba'.
lamarc/src/report/curvefiles.cpp:38:45: performance: Function parameter 'pname' should be passed by const reference. [passedByValue]
lamarc/src/report/curvefiles.cpp:133:57: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/curvefiles.cpp:272:46: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/outputfile.h:94:5: style: Class 'XMLOutfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/report/reportpage.h:189:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:189:18: note: Function in derived class
lamarc/src/report/reportpage.h:199:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:199:18: note: Function in derived class
lamarc/src/report/reportpage.h:233:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:233:18: note: Function in derived class
lamarc/src/report/reportpage.h:251:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:251:18: note: Function in derived class
lamarc/src/report/reportpage.h:275:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:275:18: note: Function in derived class
lamarc/src/report/reportpage.h:291:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:291:18: note: Function in derived class
lamarc/src/report/reportpage.h:313:18: style: The function 'Show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/reportpage.h:144:18: note: Virtual function in base class
lamarc/src/report/reportpage.h:313:18: note: Function in derived class
lamarc/src/report/outputfile.h:79:18: style: The function 'Display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/outputfile.h:53:18: note: Virtual function in base class
lamarc/src/report/outputfile.h:79:18: note: Function in derived class
lamarc/src/report/outputfile.h:97:18: style: The function 'Display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/report/outputfile.h:53:18: note: Virtual function in base class
lamarc/src/report/outputfile.h:97:18: note: Function in derived class
lamarc/src/report/outputfile.cpp:134:31: performance: Function parameter 'outfileName' should be passed by const reference. [passedByValue]
lamarc/src/report/reportpage.cpp:2266:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lamarc/src/report/reportpage.cpp:423:50: style: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'. [funcArgNamesDifferent]
lamarc/src/report/reportpage.h:112:50: note: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'.
lamarc/src/report/reportpage.cpp:423:50: note: Function 'PrintWrapped' argument 1 names different: declaration 'line' definition 'lines'.
lamarc/src/report/reportpage.cpp:1039:101: style: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'. [funcArgNamesDifferent]
lamarc/src/report/reportpage.h:168:96: note: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'.
lamarc/src/report/reportpage.cpp:1039:101: note: Function 'MakeLabels' argument 3 names different: declaration 'usepercentile' definition 'usepercentiles'.
lamarc/src/report/reportpage.cpp:2507:12: style: Unused variable: tmp [unusedVariable]
lamarc/src/report/reportpage.cpp:616:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:1331:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2350:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2361:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2646:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.cpp:2650:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/reportpage.h:71:12: performance: Technically the member function 'ReportPage::MakeLineOf' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:89:20: note: Technically the member function 'ReportPage::MakeLineOf' can be static.
lamarc/src/report/reportpage.h:71:12: note: Technically the member function 'ReportPage::MakeLineOf' can be static.
lamarc/src/report/reportpage.h:73:12: performance: Technically the member function 'ReportPage::MakePageBreak' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:108:20: note: Technically the member function 'ReportPage::MakePageBreak' can be static.
lamarc/src/report/reportpage.h:73:12: note: Technically the member function 'ReportPage::MakePageBreak' can be static.
lamarc/src/report/reportpage.h:74:12: performance: Technically the member function 'ReportPage::MakeBlankLine' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:118:20: note: Technically the member function 'ReportPage::MakeBlankLine' can be static.
lamarc/src/report/reportpage.h:74:12: note: Technically the member function 'ReportPage::MakeBlankLine' can be static.
lamarc/src/report/reportpage.h:78:17: performance: Technically the member function 'ReportPage::GetOneRow' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:126:25: note: Technically the member function 'ReportPage::GetOneRow' can be static.
lamarc/src/report/reportpage.h:78:17: note: Technically the member function 'ReportPage::GetOneRow' can be static.
lamarc/src/report/reportpage.h:123:17: performance: Technically the member function 'ReportPage::SortTable' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:574:25: note: Technically the member function 'ReportPage::SortTable' can be static.
lamarc/src/report/reportpage.h:123:17: note: Technically the member function 'ReportPage::SortTable' can be static.
lamarc/src/report/reportpage.h:175:10: performance: Technically the member function 'MlePage::DoColumnsMatch' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1126:15: note: Technically the member function 'MlePage::DoColumnsMatch' can be static.
lamarc/src/report/reportpage.h:175:10: note: Technically the member function 'MlePage::DoColumnsMatch' can be static.
lamarc/src/report/reportpage.h:214:17: performance: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1961:23: note: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static.
lamarc/src/report/reportpage.h:214:17: note: Technically the member function 'ProfPage::MakeGrowFixedColumn' can be static.
lamarc/src/report/reportpage.h:215:17: performance: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1987:23: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static.
lamarc/src/report/reportpage.h:215:17: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedColumn' can be static.
lamarc/src/report/reportpage.h:216:17: performance: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:1999:23: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static.
lamarc/src/report/reportpage.h:216:17: note: Technically the member function 'ProfPage::MakeLogisticSelectionFixedModifiers' can be static.
lamarc/src/report/reportpage.h:224:17: style: Technically the member function 'ProfPage::WrapTable' can be const. [functionConst]
lamarc/src/report/reportpage.cpp:2084:23: note: Technically the member function 'ProfPage::WrapTable' can be const.
lamarc/src/report/reportpage.h:224:17: note: Technically the member function 'ProfPage::WrapTable' can be const.
lamarc/src/report/reportpage.h:300:10: performance: Technically the member function 'LikePage::Divides' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2897:16: note: Technically the member function 'LikePage::Divides' can be static.
lamarc/src/report/reportpage.h:300:10: note: Technically the member function 'LikePage::Divides' can be static.
lamarc/src/report/reportpage.h:301:10: performance: Technically the member function 'LikePage::EmptyPlot' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2966:16: note: Technically the member function 'LikePage::EmptyPlot' can be static.
lamarc/src/report/reportpage.h:301:10: note: Technically the member function 'LikePage::EmptyPlot' can be static.
lamarc/src/report/reportpage.h:309:20: performance: Technically the member function 'LikePage::MakeLikePlot' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2802:23: note: Technically the member function 'LikePage::MakeLikePlot' can be static.
lamarc/src/report/reportpage.h:309:20: note: Technically the member function 'LikePage::MakeLikePlot' can be static.
lamarc/src/report/reportpage.h:311:17: performance: Technically the member function 'LikePage::AddGraphs' can be static. [functionStatic]
lamarc/src/report/reportpage.cpp:2922:23: note: Technically the member function 'LikePage::AddGraphs' can be static.
lamarc/src/report/reportpage.h:311:17: note: Technically the member function 'LikePage::AddGraphs' can be static.
lamarc/src/report/runreport.cpp:190:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lamarc/src/report/runreport.cpp:136:59: style: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'. [funcArgNamesDifferent]
lamarc/src/report/runreport.h:81:52: note: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'.
lamarc/src/report/runreport.cpp:136:59: note: Function 'PrognoseAll' argument 2 names different: declaration 'thisreg' definition 'thisregion'.
lamarc/src/report/runreport.cpp:136:80: style: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'. [funcArgNamesDifferent]
lamarc/src/report/runreport.h:81:66: note: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'.
lamarc/src/report/runreport.cpp:136:80: note: Function 'PrognoseAll' argument 3 names different: declaration 'totregs' definition 'totalregions'.
lamarc/src/report/runreport.cpp:715:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_profilestart' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_totalsteps' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_chainno' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_counter_display_increment' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_chaintype_num' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_burnin' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:52:12: warning: Member variable 'RunReport::m_burnpercent' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/report/runreport.cpp:57:5: performance: Variable 'm_profiletotal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/report/runreport.h:129:10: performance: Technically the member function 'RunReport::AddForceToTable' can be static. [functionStatic]
lamarc/src/report/runreport.cpp:243:17: note: Technically the member function 'RunReport::AddForceToTable' can be static.
lamarc/src/report/runreport.h:129:10: note: Technically the member function 'RunReport::AddForceToTable' can be static.
lamarc/src/report/spreadsheet.cpp:49:37: style: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:45:45: note: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:49:37: note: Function 'addFirstCol' argument 2 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:81:37: style: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:49:45: note: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'.
lamarc/src/report/spreadsheet.cpp:81:37: note: Function 'addEstimate' argument 2 names different: declaration 'estimateIndex' definition 'estIndex'.
lamarc/src/report/spreadsheet.cpp:82:37: style: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'. [funcArgNamesDifferent]
lamarc/src/report/spreadsheet.h:50:45: note: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:82:37: note: Function 'addEstimate' argument 3 names different: declaration 'esitmateElem' definition 'estimateElem'.
lamarc/src/report/spreadsheet.cpp:147:29: style: Variable 'forceName' is assigned a value that is never used. [unreadVariable]
lamarc/src/report/spreadsheet.cpp:63:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:106:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:124:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:181:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:237:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:241:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/spreadsheet.cpp:36:38: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:36:62: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:83:37: performance: Function parameter 'paramName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:84:37: performance: Function parameter 'regionName' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:85:37: performance: Function parameter 'expectedProfileType' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:86:37: performance: Function parameter 'expectedAnalysisType' should be passed by const reference. [passedByValue]
lamarc/src/report/spreadsheet.cpp:143:45: performance: Function parameter 'filePrefix' should be passed by const reference. [passedByValue]
lamarc/src/report/xml_report.cpp:53:30: style: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'. [funcArgNamesDifferent]
lamarc/src/report/xml_report.h:55:38: note: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'.
lamarc/src/report/xml_report.cpp:53:30: note: Function 'AddSlicesTo' argument 5 names different: declaration 'doOverall' definition 'do_overall'.
lamarc/src/report/xml_report.cpp:309:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:363:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:496:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.cpp:568:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/report/xml_report.h:64:21: performance: Technically the member function 'XMLReport::AddRangeElements' can be static. [functionStatic]
lamarc/src/report/xml_report.cpp:562:12: note: Technically the member function 'XMLReport::AddRangeElements' can be static.
lamarc/src/report/xml_report.h:64:21: note: Technically the member function 'XMLReport::AddRangeElements' can be static.
lamarc/src/report/xml_report.h:67:5: style: Class 'XMLReport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/report/xml_report.cpp:38:34: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lamarc/src/tools/mathx.cpp:1402:17: style: Variable 'K0' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/tools/mathx.cpp:1401:0: note: Variable 'K0' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1402:17: note: Variable 'K0' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1630:5: style: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used. [redundantAssignment]
lamarc/src/tools/mathx.cpp:1628:0: note: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:1630:5: note: Variable 'K_v_plus_h__x' is reassigned a value before the old one has been used.
lamarc/src/tools/mathx.cpp:67:15: style: The scope of the variable 'low' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:67:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:67:25: style: The scope of the variable 'high' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:148:24: style: The scope of the variable 'a1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:149:24: style: The scope of the variable 'a2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:150:24: style: The scope of the variable 'a3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:151:24: style: The scope of the variable 'b1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:152:24: style: The scope of the variable 'b2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:153:24: style: The scope of the variable 'c1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:154:24: style: The scope of the variable 'c2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:155:24: style: The scope of the variable 'c3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:156:24: style: The scope of the variable 'c4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:157:24: style: The scope of the variable 'c5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:158:24: style: The scope of the variable 'one' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:159:24: style: The scope of the variable 'c6' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:160:24: style: The scope of the variable 'd1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:161:24: style: The scope of the variable 'd2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:162:24: style: The scope of the variable 'd3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:163:24: style: The scope of the variable 'd4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:164:24: style: The scope of the variable 'd5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:165:24: style: The scope of the variable 'half' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:168:24: style: The scope of the variable 'con' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:169:24: style: The scope of the variable 'p' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:170:24: style: The scope of the variable 'q' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:171:24: style: The scope of the variable 'r' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:173:24: style: The scope of the variable 'y' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:173:27: style: The scope of the variable 'result' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:18: style: The scope of the variable 'd_1' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:23: style: The scope of the variable 'd_2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:227:28: style: The scope of the variable 'd_3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:27: style: The scope of the variable 'b' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:33: style: The scope of the variable 'an' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:228:37: style: The scope of the variable 'rn' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:29: style: The scope of the variable 'pn2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:34: style: The scope of the variable 'pn3' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:39: style: The scope of the variable 'pn4' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:44: style: The scope of the variable 'pn5' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:229:49: style: The scope of the variable 'pn6' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:833:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1193:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1198:16: style: The scope of the variable 'a' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1198:31: style: The scope of the variable 'delta' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1225:24: style: The scope of the variable 'term' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1362:35: style: The scope of the variable 'coeff_i_2' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:1539:12: style: The scope of the variable 'A' can be reduced. [variableScope]
lamarc/src/tools/mathx.cpp:343:25: style: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'. [funcArgNamesDifferent]
lamarc/src/tools/mathx.h:71:25: note: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'.
lamarc/src/tools/mathx.cpp:343:25: note: Function 'log_gamma' argument 1 names different: declaration 'x' definition 'z'.
lamarc/src/tools/mathx.cpp:551:25: style: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'. [funcArgNamesDifferent]
lamarc/src/tools/mathx.h:82:25: note: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'.
lamarc/src/tools/mathx.cpp:551:25: note: Function 'factorial' argument 1 names different: declaration 'n' definition 'number'.
lamarc/src/tools/mathx.cpp:1212:13: style: Variable 'nIter' is modified but its new value is never used. [unreadVariable]
lamarc/src/tools/mathx.cpp:1234:13: style: Variable 'nIter' is modified but its new value is never used. [unreadVariable]
lamarc/src/tools/vectorx.h:194:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/vectorx.h:206:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:141:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:164:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:174:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.h:189:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/mathx.cpp:1061:44: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lamarc/src/tools/mathx.h:138:31: performance: Technically the member function 'EigenCalculator::Coeffs' can be static. [functionStatic]
lamarc/src/tools/mathx.cpp:670:39: note: Technically the member function 'EigenCalculator::Coeffs' can be static.
lamarc/src/tools/mathx.h:138:31: note: Technically the member function 'EigenCalculator::Coeffs' can be static.
lamarc/src/tools/stringx.h:239:46: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lamarc/src/tools/mathx.cpp:1146:39: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tools/random.cpp:88:24: style: Function 'Long' argument 1 names different: declaration 'range' definition 'm'. [funcArgNamesDifferent]
lamarc/src/tools/random.h:52:20: note: Function 'Long' argument 1 names different: declaration 'range' definition 'm'.
lamarc/src/tools/random.cpp:88:24: note: Function 'Long' argument 1 names different: declaration 'range' definition 'm'.
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::num3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::n3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:43:9: warning: Member variable 'Random::m3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::num3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::n3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m0' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m1' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m2' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.cpp:50:9: warning: Member variable 'Random::m3' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tools/random.h:48:5: style: Class 'Random' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tools/rangex.cpp:212:10: style: The scope of the variable 'stval' can be reduced. [variableScope]
lamarc/src/tools/rangex.cpp:213:10: style: The scope of the variable 'ndval' can be reduced. [variableScope]
lamarc/src/tools/rangex.cpp:559:40: style: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:109:45: note: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'.
lamarc/src/tools/rangex.cpp:559:40: note: Function 'Intersection' argument 1 names different: declaration 'set1' definition 'mother'.
lamarc/src/tools/rangex.cpp:559:65: style: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:109:68: note: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'.
lamarc/src/tools/rangex.cpp:559:65: note: Function 'Intersection' argument 2 names different: declaration 'set2' definition 'father'.
lamarc/src/tools/rangex.cpp:640:36: style: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'. [funcArgNamesDifferent]
lamarc/src/tools/rangex.h:119:41: note: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'.
lamarc/src/tools/rangex.cpp:640:36: note: Function 'IsInRangeset' argument 1 names different: declaration 'targetrange' definition 'targetset'.
lamarc/src/tools/rangex.cpp:475:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/rangex.cpp:491:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/rangex.h:36:10: style: Technically the member function 'rangecmp::operator()' can be const. [functionConst]
lamarc/src/tools/rangex.h:50:10: style: Technically the member function 'linkrangecmp::operator()' can be const. [functionConst]
lamarc/src/tools/stringx.cpp:322:29: style: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:70:34: note: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'.
lamarc/src/tools/stringx.cpp:322:29: note: Function 'ToString' argument 1 names different: declaration 'gType' definition 'gtype'.
lamarc/src/tools/stringx.cpp:347:31: style: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:71:36: note: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'.
lamarc/src/tools/stringx.cpp:347:31: note: Function 'ToString' argument 1 names different: declaration 'gScheme' definition 'gscheme'.
lamarc/src/tools/stringx.cpp:458:32: style: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:80:37: note: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'.
lamarc/src/tools/stringx.cpp:458:32: note: Function 'ToString' argument 1 names different: declaration 'sType' definition 'stype'.
lamarc/src/tools/stringx.cpp:569:31: style: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:94:40: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:569:31: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:580:40: style: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:95:54: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:580:40: note: Function 'ToString' argument 1 names different: declaration 'uiids' definition 'ids'.
lamarc/src/tools/stringx.cpp:902:30: style: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:209:40: note: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:902:30: note: Function 'MakeTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:909:35: style: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:210:45: note: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:909:35: note: Function 'MakeCloseTag' argument 1 names different: declaration 'str' definition 'tagname'.
lamarc/src/tools/stringx.cpp:964:36: style: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:215:47: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:964:36: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:994:34: style: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:216:39: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'.
lamarc/src/tools/stringx.cpp:994:34: note: Function 'MakeJustified' argument 1 names different: declaration 'str' definition 'stuff'.
lamarc/src/tools/stringx.cpp:1006:35: style: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:217:45: note: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:1006:35: note: Function 'MakeCentered' argument 1 names different: declaration 'str' definition 'instr'.
lamarc/src/tools/stringx.cpp:1100:22: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:179:27: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1100:22: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1100:29: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:179:39: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1100:29: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1148:20: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:180:25: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1148:20: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1148:31: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:180:37: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1148:31: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1156:29: style: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:181:34: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1156:29: note: Function 'Pretty' argument 1 names different: declaration 'number' definition 'p'.
lamarc/src/tools/stringx.cpp:1156:40: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:181:46: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1156:40: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1166:31: style: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:182:41: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1166:31: note: Function 'Pretty' argument 2 names different: declaration 'width' definition 'w'.
lamarc/src/tools/stringx.cpp:1201:34: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:227:41: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1201:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1201:52: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:227:66: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1201:52: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1218:32: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:228:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1218:32: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1218:50: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:228:59: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1218:50: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1225:34: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:229:41: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1225:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1225:50: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:229:59: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1225:50: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1232:32: style: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:230:34: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1232:32: note: Function 'CompareWOCase' argument 1 names different: declaration 'str1' definition 's1'.
lamarc/src/tools/stringx.cpp:1232:48: style: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'. [funcArgNamesDifferent]
lamarc/src/tools/stringx.h:230:52: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1232:48: note: Function 'CompareWOCase' argument 2 names different: declaration 'str2' definition 's2'.
lamarc/src/tools/stringx.cpp:1048:16: style: Variable 'numchar' is assigned a value that is never used. [unreadVariable]
lamarc/src/tools/stringx.cpp:727:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1897:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1951:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1971:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:1992:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:2013:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tools/stringx.cpp:2207:5: error: Buffer is accessed out of bounds: fmtString [bufferAccessOutOfBounds]
lamarc/src/tools/stringx.cpp:2215:5: error: Mismatching allocation and deallocation: spaceToBuild [mismatchAllocDealloc]
lamarc/src/tools/stringx.cpp:2146:9: error: Mismatching allocation and deallocation: cwdBuf [mismatchAllocDealloc]
lamarc/src/tools/stringx.cpp:1484:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lamarc/src/tools/stringx.cpp:2195:28: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
lamarc/src/tools/stringx.cpp:1423:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lamarc/src/tools/timex.cpp:52:16: style: The scope of the variable 'nowstruct' can be reduced. [variableScope]
lamarc/src/tools/timex.cpp:53:10: style: The scope of the variable 'temparray' can be reduced. [variableScope]
lamarc/src/tools/vectorx.cpp:54:32: style: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'. [funcArgNamesDifferent]
lamarc/src/tools/vectorx.h:52:32: note: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'.
lamarc/src/tools/vectorx.cpp:54:32: note: Function 'LongSquareRootOfLong' argument 1 names different: declaration 'x' definition 'shouldBeASquare'.
lamarc/src/tree/argtree.cpp:76:9: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:174:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:178:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:185:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:213:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:219:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:243:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:249:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:343:37: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:347:37: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:353:33: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:353:33: portability: %li in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:360:29: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:366:25: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:372:21: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:379:17: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:449:13: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lamarc/src/tree/argtree.cpp:109:10: style: The scope of the variable 'forcefound' can be reduced. [variableScope]
lamarc/src/tree/argtree.cpp:110:10: style: The scope of the variable 'recfound' can be reduced. [variableScope]
lamarc/src/tree/argtree.h:97:1: style: The class 'ARGTree' does not have a constructor although it has private member variables. [noConstructor]
lamarc/src/tree/individual.h:59:5: warning: Member variable 'Individual::m_id' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/range.h:236:14: performance: Technically the member function 'Range::GetAllSites' can be static. [functionStatic]
lamarc/src/tree/range.h:272:10: performance: Technically the member function 'Range::GetNumRegionSites' can be static. [functionStatic]
lamarc/src/tree/timelist.h:128:22: style: Technically the member function 'TimeList::FirstTip' can be const. [functionConst]
lamarc/src/tree/timelist.h:130:22: style: Technically the member function 'TimeList::FirstBody' can be const. [functionConst]
lamarc/src/tree/timelist.h:132:22: style: Technically the member function 'TimeList::FirstCoal' can be const. [functionConst]
lamarc/src/tree/timelist.h:146:22: style: Technically the member function 'TimeList::Base' can be const. [functionConst]
lamarc/src/tree/tree.h:136:10: style: Technically the member function 'Tree::GetTotalSites' can be const. [functionConst]
lamarc/src/tree/tree.h:142:10: style: Technically the member function 'Tree::GetSnpPanelFlag' can be const. [functionConst]
lamarc/src/tree/branch.h:433:5: style: Class 'PartitionBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:463:5: style: Class 'MigLikeBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:485:5: style: Class 'MBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:519:5: style: Class 'DivMigBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:552:5: style: Class 'DBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/branch.h:586:5: style: Class 'EBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/range.h:443:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:269:21: note: Virtual function in base class
lamarc/src/tree/range.h:443:21: note: Function in derived class
lamarc/src/tree/range.h:446:18: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:275:18: note: Virtual function in base class
lamarc/src/tree/range.h:446:18: note: Function in derived class
lamarc/src/tree/range.h:447:18: style: The function 'SameLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:276:18: note: Virtual function in base class
lamarc/src/tree/range.h:447:18: note: Function in derived class
lamarc/src/tree/range.h:448:18: style: The function 'LiveSitesOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:277:18: note: Virtual function in base class
lamarc/src/tree/range.h:448:18: note: Function in derived class
lamarc/src/tree/range.h:449:18: style: The function 'IsSiteLive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:278:18: note: Virtual function in base class
lamarc/src/tree/range.h:449:18: note: Function in derived class
lamarc/src/tree/range.h:452:26: style: The function 'GetLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:283:26: note: Virtual function in base class
lamarc/src/tree/range.h:452:26: note: Function in derived class
lamarc/src/tree/range.h:453:26: style: The function 'GetDiseaseSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:284:26: note: Virtual function in base class
lamarc/src/tree/range.h:453:26: note: Function in derived class
lamarc/src/tree/range.h:454:26: style: The function 'GetCurTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:285:26: note: Virtual function in base class
lamarc/src/tree/range.h:454:26: note: Function in derived class
lamarc/src/tree/range.h:455:26: style: The function 'GetNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:286:26: note: Virtual function in base class
lamarc/src/tree/range.h:455:26: note: Function in derived class
lamarc/src/tree/range.h:456:26: style: The function 'GetOldTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:287:26: note: Virtual function in base class
lamarc/src/tree/range.h:456:26: note: Function in derived class
lamarc/src/tree/range.h:457:0: style: The function 'GetCurTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:288:0: note: Virtual function in base class
lamarc/src/tree/range.h:457:0: note: Function in derived class
lamarc/src/tree/range.h:458:0: style: The function 'GetNewTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:289:0: note: Virtual function in base class
lamarc/src/tree/range.h:458:0: note: Function in derived class
lamarc/src/tree/range.h:459:26: style: The function 'GetOldTargetSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:290:26: note: Virtual function in base class
lamarc/src/tree/range.h:459:26: note: Function in derived class
lamarc/src/tree/range.h:460:26: style: The function 'GetOldLiveSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:291:26: note: Virtual function in base class
lamarc/src/tree/range.h:460:26: note: Function in derived class
lamarc/src/tree/range.h:461:26: style: The function 'GetTransmittedSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:292:26: note: Virtual function in base class
lamarc/src/tree/range.h:461:26: note: Function in derived class
lamarc/src/tree/range.h:462:18: style: The function 'GetRecpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:293:18: note: Virtual function in base class
lamarc/src/tree/range.h:462:18: note: Function in derived class
lamarc/src/tree/range.h:473:18: style: The function 'UpdateCRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:298:18: note: Virtual function in base class
lamarc/src/tree/range.h:473:18: note: Function in derived class
lamarc/src/tree/range.h:475:18: style: The function 'UpdateRootRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:300:18: note: Virtual function in base class
lamarc/src/tree/range.h:475:18: note: Function in derived class
lamarc/src/tree/range.h:477:18: style: The function 'UpdateOneLeggedCRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:302:18: note: Virtual function in base class
lamarc/src/tree/range.h:477:18: note: Function in derived class
lamarc/src/tree/range.h:478:18: style: The function 'UpdateOneLeggedRootRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:303:18: note: Virtual function in base class
lamarc/src/tree/range.h:478:18: note: Function in derived class
lamarc/src/tree/range.h:479:18: style: The function 'UpdateMRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:304:18: note: Virtual function in base class
lamarc/src/tree/range.h:479:18: note: Function in derived class
lamarc/src/tree/range.h:480:18: style: The function 'UpdateRRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:305:18: note: Virtual function in base class
lamarc/src/tree/range.h:480:18: note: Function in derived class
lamarc/src/tree/range.h:484:18: style: The function 'AreLowSitesOnInactiveBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:307:18: note: Virtual function in base class
lamarc/src/tree/range.h:484:18: note: Function in derived class
lamarc/src/tree/range.h:486:18: style: The function 'AreDiseaseSitesTransmitted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:310:18: note: Virtual function in base class
lamarc/src/tree/range.h:486:18: note: Function in derived class
lamarc/src/tree/range.h:489:18: style: The function 'ClearNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:313:18: note: Virtual function in base class
lamarc/src/tree/range.h:489:18: note: Function in derived class
lamarc/src/tree/range.h:490:18: style: The function 'SetOldInfoToCurrent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:314:18: note: Virtual function in base class
lamarc/src/tree/range.h:490:18: note: Function in derived class
lamarc/src/tree/range.h:491:18: style: The function 'ResetOldTargetSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:315:18: note: Virtual function in base class
lamarc/src/tree/range.h:491:18: note: Function in derived class
lamarc/src/tree/range.h:494:18: style: The function 'AreChildTargetSitesTransmitted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:318:18: note: Virtual function in base class
lamarc/src/tree/range.h:494:18: note: Function in derived class
lamarc/src/tree/range.h:497:18: style: The function 'SameAsChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:321:18: note: Virtual function in base class
lamarc/src/tree/range.h:497:18: note: Function in derived class
lamarc/src/tree/range.h:513:18: style: The function 'NoLiveAndNoTransmittedDiseaseSites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:327:18: note: Virtual function in base class
lamarc/src/tree/range.h:513:18: note: Function in derived class
lamarc/src/tree/range.h:516:18: style: The function 'DifferentCurTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:328:18: note: Virtual function in base class
lamarc/src/tree/range.h:516:18: note: Function in derived class
lamarc/src/tree/range.h:517:18: style: The function 'DifferentNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:329:18: note: Virtual function in base class
lamarc/src/tree/range.h:517:18: note: Function in derived class
lamarc/src/tree/range.h:520:18: style: The function 'PrintLive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:324:18: note: Virtual function in base class
lamarc/src/tree/range.h:520:18: note: Function in derived class
lamarc/src/tree/range.h:521:18: style: The function 'PrintInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:325:18: note: Virtual function in base class
lamarc/src/tree/range.h:521:18: note: Function in derived class
lamarc/src/tree/range.h:522:18: style: The function 'PrintNewTargetLinks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/range.h:326:18: note: Virtual function in base class
lamarc/src/tree/range.h:522:18: note: Function in derived class
lamarc/src/tree/branch.h:302:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:302:24: note: Function in derived class
lamarc/src/tree/branch.h:303:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:303:25: note: Function in derived class
lamarc/src/tree/branch.h:304:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:304:26: note: Function in derived class
lamarc/src/tree/branch.h:308:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:308:21: note: Function in derived class
lamarc/src/tree/branch.h:309:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:309:21: note: Function in derived class
lamarc/src/tree/branch.h:312:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:312:21: note: Function in derived class
lamarc/src/tree/branch.h:315:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:315:20: note: Function in derived class
lamarc/src/tree/branch.h:341:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:341:24: note: Function in derived class
lamarc/src/tree/branch.h:342:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:342:25: note: Function in derived class
lamarc/src/tree/branch.h:343:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:343:26: note: Function in derived class
lamarc/src/tree/branch.h:345:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:345:18: note: Function in derived class
lamarc/src/tree/branch.h:346:30: style: The function 'GetActiveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:262:30: note: Virtual function in base class
lamarc/src/tree/branch.h:346:30: note: Function in derived class
lamarc/src/tree/branch.h:350:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:350:21: note: Function in derived class
lamarc/src/tree/branch.h:351:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:351:21: note: Function in derived class
lamarc/src/tree/branch.h:354:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:354:21: note: Function in derived class
lamarc/src/tree/branch.h:355:21: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:237:21: note: Virtual function in base class
lamarc/src/tree/branch.h:355:21: note: Function in derived class
lamarc/src/tree/branch.h:356:21: style: The function 'IsSameExceptForTimes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:246:21: note: Virtual function in base class
lamarc/src/tree/branch.h:356:21: note: Function in derived class
lamarc/src/tree/branch.h:357:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:357:21: note: Function in derived class
lamarc/src/tree/branch.h:358:21: style: The function 'PrintInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:244:21: note: Virtual function in base class
lamarc/src/tree/branch.h:358:21: note: Function in derived class
lamarc/src/tree/branch.h:361:20: style: The function 'AddNodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:269:22: note: Virtual function in base class
lamarc/src/tree/branch.h:361:20: note: Function in derived class
lamarc/src/tree/branch.h:362:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:362:20: note: Function in derived class
lamarc/src/tree/branch.h:389:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:389:24: note: Function in derived class
lamarc/src/tree/branch.h:390:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:390:25: note: Function in derived class
lamarc/src/tree/branch.h:391:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:391:26: note: Function in derived class
lamarc/src/tree/branch.h:393:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:393:18: note: Function in derived class
lamarc/src/tree/branch.h:394:22: style: The function 'CanRemove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:179:22: note: Virtual function in base class
lamarc/src/tree/branch.h:394:22: note: Function in derived class
lamarc/src/tree/branch.h:395:18: style: The function 'CountDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:180:18: note: Virtual function in base class
lamarc/src/tree/branch.h:395:18: note: Function in derived class
lamarc/src/tree/branch.h:396:22: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:396:22: note: Function in derived class
lamarc/src/tree/branch.h:397:22: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:397:22: note: Function in derived class
lamarc/src/tree/branch.h:398:22: style: The function 'SetUpdateDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:198:21: note: Virtual function in base class
lamarc/src/tree/branch.h:398:22: note: Function in derived class
lamarc/src/tree/branch.h:399:22: style: The function 'ReplaceChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:202:21: note: Virtual function in base class
lamarc/src/tree/branch.h:399:22: note: Function in derived class
lamarc/src/tree/branch.h:401:18: style: The function 'CanCalcDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:221:20: note: Virtual function in base class
lamarc/src/tree/branch.h:401:18: note: Function in derived class
lamarc/src/tree/branch.h:402:18: style: The function 'ShouldCalcDL' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:223:20: note: Virtual function in base class
lamarc/src/tree/branch.h:402:18: note: Function in derived class
lamarc/src/tree/branch.h:403:30: style: The function 'GetActiveChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:262:30: note: Virtual function in base class
lamarc/src/tree/branch.h:403:30: note: Function in derived class
lamarc/src/tree/branch.h:407:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:407:21: note: Function in derived class
lamarc/src/tree/branch.h:408:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:408:21: note: Function in derived class
lamarc/src/tree/branch.h:411:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:411:21: note: Function in derived class
lamarc/src/tree/branch.h:412:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:412:21: note: Function in derived class
lamarc/src/tree/branch.h:415:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:415:20: note: Function in derived class
lamarc/src/tree/branch.h:439:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:439:18: note: Function in derived class
lamarc/src/tree/branch.h:440:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:440:26: note: Function in derived class
lamarc/src/tree/branch.h:441:18: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:441:18: note: Function in derived class
lamarc/src/tree/branch.h:442:18: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:442:18: note: Function in derived class
lamarc/src/tree/branch.h:445:18: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:445:18: note: Function in derived class
lamarc/src/tree/branch.h:491:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:491:24: note: Function in derived class
lamarc/src/tree/branch.h:492:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:492:25: note: Function in derived class
lamarc/src/tree/branch.h:496:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:496:21: note: Function in derived class
lamarc/src/tree/branch.h:497:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:497:21: note: Function in derived class
lamarc/src/tree/branch.h:500:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:500:20: note: Function in derived class
lamarc/src/tree/branch.h:525:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:525:24: note: Function in derived class
lamarc/src/tree/branch.h:526:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:526:25: note: Function in derived class
lamarc/src/tree/branch.h:530:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:530:21: note: Function in derived class
lamarc/src/tree/branch.h:531:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:531:21: note: Function in derived class
lamarc/src/tree/branch.h:534:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:534:20: note: Function in derived class
lamarc/src/tree/branch.h:558:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:558:24: note: Function in derived class
lamarc/src/tree/branch.h:559:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:559:25: note: Function in derived class
lamarc/src/tree/branch.h:560:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:440:26: note: Virtual function in base class
lamarc/src/tree/branch.h:560:26: note: Function in derived class
lamarc/src/tree/branch.h:564:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:564:21: note: Function in derived class
lamarc/src/tree/branch.h:565:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:565:21: note: Function in derived class
lamarc/src/tree/branch.h:568:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:568:20: note: Function in derived class
lamarc/src/tree/branch.h:592:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:592:24: note: Function in derived class
lamarc/src/tree/branch.h:593:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:593:25: note: Function in derived class
lamarc/src/tree/branch.h:594:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:440:26: note: Virtual function in base class
lamarc/src/tree/branch.h:594:26: note: Function in derived class
lamarc/src/tree/branch.h:598:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:598:21: note: Function in derived class
lamarc/src/tree/branch.h:599:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:599:21: note: Function in derived class
lamarc/src/tree/branch.h:602:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:602:20: note: Function in derived class
lamarc/src/tree/branch.h:631:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:156:24: note: Virtual function in base class
lamarc/src/tree/branch.h:631:24: note: Function in derived class
lamarc/src/tree/branch.h:632:25: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:153:25: note: Virtual function in base class
lamarc/src/tree/branch.h:632:25: note: Function in derived class
lamarc/src/tree/branch.h:633:26: style: The function 'BranchGroup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:154:26: note: Virtual function in base class
lamarc/src/tree/branch.h:633:26: note: Function in derived class
lamarc/src/tree/branch.h:635:21: style: The function 'CopyPartitionsFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:165:21: note: Virtual function in base class
lamarc/src/tree/branch.h:635:21: note: Function in derived class
lamarc/src/tree/branch.h:638:18: style: The function 'Cuttable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:178:18: note: Virtual function in base class
lamarc/src/tree/branch.h:638:18: note: Function in derived class
lamarc/src/tree/branch.h:639:18: style: The function 'CountDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:180:18: note: Virtual function in base class
lamarc/src/tree/branch.h:639:18: note: Function in derived class
lamarc/src/tree/branch.h:640:24: style: The function 'UpdateBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:181:22: note: Virtual function in base class
lamarc/src/tree/branch.h:640:24: note: Function in derived class
lamarc/src/tree/branch.h:641:24: style: The function 'UpdateRootBranchRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:182:22: note: Virtual function in base class
lamarc/src/tree/branch.h:641:24: note: Function in derived class
lamarc/src/tree/branch.h:642:24: style: The function 'ReplaceChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:202:21: note: Virtual function in base class
lamarc/src/tree/branch.h:642:24: note: Function in derived class
lamarc/src/tree/branch.h:643:24: style: The function 'IsRemovableRecombinationLeg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:190:22: note: Virtual function in base class
lamarc/src/tree/branch.h:643:24: note: Function in derived class
lamarc/src/tree/branch.h:644:24: style: The function 'GetRecPartner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:192:24: note: Virtual function in base class
lamarc/src/tree/branch.h:644:24: note: Function in derived class
lamarc/src/tree/branch.h:647:18: style: The function 'GetRecpoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:217:18: note: Virtual function in base class
lamarc/src/tree/branch.h:647:18: note: Function in derived class
lamarc/src/tree/branch.h:651:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:233:21: note: Virtual function in base class
lamarc/src/tree/branch.h:651:21: note: Function in derived class
lamarc/src/tree/branch.h:652:21: style: The function 'ScoreEvent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:234:21: note: Virtual function in base class
lamarc/src/tree/branch.h:652:21: note: Function in derived class
lamarc/src/tree/branch.h:654:21: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:237:21: note: Virtual function in base class
lamarc/src/tree/branch.h:654:21: note: Function in derived class
lamarc/src/tree/branch.h:657:21: style: The function 'CheckInvariant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:241:21: note: Virtual function in base class
lamarc/src/tree/branch.h:657:21: note: Function in derived class
lamarc/src/tree/branch.h:658:21: style: The function 'IsSameExceptForTimes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:246:21: note: Virtual function in base class
lamarc/src/tree/branch.h:658:21: note: Function in derived class
lamarc/src/tree/branch.h:659:21: style: The function 'RevalidateRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:259:21: note: Virtual function in base class
lamarc/src/tree/branch.h:659:21: note: Function in derived class
lamarc/src/tree/branch.h:662:20: style: The function 'GetGraphMLNodeType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:270:22: note: Virtual function in base class
lamarc/src/tree/branch.h:662:20: note: Function in derived class
lamarc/src/tree/branch.h:663:20: style: The function 'AddNodeInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/branch.h:269:22: note: Virtual function in base class
lamarc/src/tree/branch.h:663:20: note: Function in derived class
lamarc/src/tree/tree.h:249:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:112:23: note: Virtual function in base class
lamarc/src/tree/tree.h:249:23: note: Function in derived class
lamarc/src/tree/tree.h:250:23: style: The function 'MakeStump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:113:23: note: Virtual function in base class
lamarc/src/tree/tree.h:250:23: note: Function in derived class
lamarc/src/tree/tree.h:251:23: style: The function 'CalculateDataLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:150:23: note: Virtual function in base class
lamarc/src/tree/tree.h:251:23: note: Function in derived class
lamarc/src/tree/tree.h:252:23: style: The function 'Break' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:100:21: note: Virtual function in base class
lamarc/src/tree/tree.h:252:23: note: Function in derived class
lamarc/src/tree/tree.h:253:18: style: The function 'NumberOfRecombinations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:216:18: note: Virtual function in base class
lamarc/src/tree/tree.h:253:18: note: Function in derived class
lamarc/src/tree/tree.h:280:23: style: The function 'Break' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:100:21: note: Virtual function in base class
lamarc/src/tree/tree.h:280:23: note: Function in derived class
lamarc/src/tree/tree.h:289:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:112:23: note: Virtual function in base class
lamarc/src/tree/tree.h:289:23: note: Function in derived class
lamarc/src/tree/tree.h:290:23: style: The function 'MakeStump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:113:23: note: Virtual function in base class
lamarc/src/tree/tree.h:290:23: note: Function in derived class
lamarc/src/tree/tree.h:291:23: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:114:23: note: Virtual function in base class
lamarc/src/tree/tree.h:291:23: note: Function in derived class
lamarc/src/tree/tree.h:292:23: style: The function 'CopyTips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:115:23: note: Virtual function in base class
lamarc/src/tree/tree.h:292:23: note: Function in derived class
lamarc/src/tree/tree.h:293:23: style: The function 'CopyBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:116:23: note: Virtual function in base class
lamarc/src/tree/tree.h:293:23: note: Function in derived class
lamarc/src/tree/tree.h:294:23: style: The function 'CopyPartialBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:118:23: note: Virtual function in base class
lamarc/src/tree/tree.h:294:23: note: Function in derived class
lamarc/src/tree/tree.h:297:26: style: The function 'GetLocusSubtrees' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:129:25: note: Virtual function in base class
lamarc/src/tree/tree.h:297:26: note: Function in derived class
lamarc/src/tree/tree.h:310:25: style: The function 'CreateTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:119:25: note: Virtual function in base class
lamarc/src/tree/tree.h:310:25: note: Function in derived class
lamarc/src/tree/tree.h:313:25: style: The function 'CreateTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:121:25: note: Virtual function in base class
lamarc/src/tree/tree.h:313:25: note: Function in derived class
lamarc/src/tree/tree.h:318:25: style: The function 'CalculateDataLikes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:150:23: note: Virtual function in base class
lamarc/src/tree/tree.h:318:25: note: Function in derived class
lamarc/src/tree/tree.h:326:33: style: The function 'ActivateTips' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:157:32: note: Virtual function in base class
lamarc/src/tree/tree.h:326:33: note: Function in derived class
lamarc/src/tree/tree.h:327:26: style: The function 'ActivateBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:158:26: note: Virtual function in base class
lamarc/src/tree/tree.h:327:26: note: Function in derived class
lamarc/src/tree/tree.h:328:26: style: The function 'ActivateRoot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:159:26: note: Virtual function in base class
lamarc/src/tree/tree.h:328:26: note: Function in derived class
lamarc/src/tree/tree.h:329:23: style: The function 'AttachBase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:167:23: note: Virtual function in base class
lamarc/src/tree/tree.h:329:23: note: Function in derived class
lamarc/src/tree/tree.h:330:33: style: The function 'FirstInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:170:32: note: Virtual function in base class
lamarc/src/tree/tree.h:330:33: note: Function in derived class
lamarc/src/tree/tree.h:331:23: style: The function 'NextInterval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:171:23: note: Virtual function in base class
lamarc/src/tree/tree.h:331:23: note: Function in derived class
lamarc/src/tree/tree.h:332:23: style: The function 'Prune' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:172:23: note: Virtual function in base class
lamarc/src/tree/tree.h:332:23: note: Function in derived class
lamarc/src/tree/tree.h:333:23: style: The function 'ReassignDLsFor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:176:23: note: Virtual function in base class
lamarc/src/tree/tree.h:333:23: note: Function in derived class
lamarc/src/tree/tree.h:336:26: style: The function 'CoalesceActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:186:26: note: Virtual function in base class
lamarc/src/tree/tree.h:336:26: note: Function in derived class
lamarc/src/tree/tree.h:338:26: style: The function 'CoalesceInactive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:188:26: note: Virtual function in base class
lamarc/src/tree/tree.h:338:26: note: Function in derived class
lamarc/src/tree/tree.h:340:26: style: The function 'Migrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:190:26: note: Virtual function in base class
lamarc/src/tree/tree.h:340:26: note: Function in derived class
lamarc/src/tree/tree.h:341:26: style: The function 'DiseaseMutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:191:26: note: Virtual function in base class
lamarc/src/tree/tree.h:341:26: note: Function in derived class
lamarc/src/tree/tree.h:358:18: style: The function 'SimulateDataIfNeeded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:215:22: note: Virtual function in base class
lamarc/src/tree/tree.h:358:18: note: Function in derived class
lamarc/src/tree/tree.h:359:18: style: The function 'NumberOfRecombinations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:216:18: note: Virtual function in base class
lamarc/src/tree/tree.h:359:18: note: Function in derived class
lamarc/src/tree/tree.h:362:18: style: The function 'SetCurTargetLinkweightFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:211:19: note: Virtual function in base class
lamarc/src/tree/tree.h:362:18: note: Function in derived class
lamarc/src/tree/tree.h:363:18: style: The function 'ClearCurTargetLinkweight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/tree.h:212:19: note: Virtual function in base class
lamarc/src/tree/tree.h:363:18: note: Function in derived class
lamarc/src/tree/argtree.cpp:469:57: performance: Function parameter 'edge' should be passed by const reference. [passedByValue]
lamarc/src/tree/arranger.cpp:119:12: style: The scope of the variable 'newevent' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:200:12: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:254:12: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:291:19: style: The scope of the variable 'time' can be reduced. [variableScope]
lamarc/src/tree/arranger.cpp:189:76: style: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'. [funcArgNamesDifferent]
lamarc/src/tree/arranger.h:134:73: note: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'.
lamarc/src/tree/arranger.cpp:189:76: note: Function 'EventTime' argument 3 names different: declaration 'nextT' definition 'maxtime'.
lamarc/src/tree/arranger.cpp:731:23: style: Variable 'wh' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/arranger.cpp:912:10: style: Variable 'movingtipward' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/arranger.cpp:652:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/arranger.cpp:281:20: warning: Assert statement calls a function which may have desired side effects: 'GetTimeList'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:692:38: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:860:53: warning: Assert statement calls a function which may have desired side effects: 'GetParameters'. [assertWithSideEffect]
lamarc/src/tree/arranger.cpp:976:53: warning: Assert statement calls a function which may have desired side effects: 'GetParameters'. [assertWithSideEffect]
lamarc/src/tree/arranger.h:274:10: performance: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static. [functionStatic]
lamarc/src/tree/arranger.cpp:783:24: note: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static.
lamarc/src/tree/arranger.h:274:10: note: Technically the member function 'TreeSizeArranger::NodeChangesEpoch' can be static.
lamarc/src/tree/arranger.h:408:12: performance: Technically the member function 'StairArranger::LnPBrownStickParams' can be static. [functionStatic]
lamarc/src/tree/arranger.cpp:1366:23: note: Technically the member function 'StairArranger::LnPBrownStickParams' can be static.
lamarc/src/tree/arranger.h:408:12: note: Technically the member function 'StairArranger::LnPBrownStickParams' can be static.
lamarc/src/tree/branchbuffer.h:73:5: style: Class 'BranchBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.h:58:5: style: Class 'Prior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.h:59:5: style: Class 'Prior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:235:5: style: Class 'HapArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:257:5: style: Class 'ProbHapArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:361:5: style: Class 'BayesArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:379:5: style: Class 'LocusArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:393:5: style: Class 'ZilchArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:411:5: style: Class 'StairArranger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/arranger.h:125:1: warning: The class 'ResimArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:287:1: warning: The class 'EpochSizeArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:351:1: warning: The class 'BayesArranger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/tree/arranger.h:160:20: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:160:20: note: Function in derived class
lamarc/src/tree/arranger.h:161:20: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:161:20: note: Function in derived class
lamarc/src/tree/arranger.h:162:20: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:162:20: note: Function in derived class
lamarc/src/tree/arranger.h:163:20: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:163:20: note: Function in derived class
lamarc/src/tree/arranger.h:169:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:169:25: note: Function in derived class
lamarc/src/tree/arranger.h:184:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:184:24: note: Function in derived class
lamarc/src/tree/arranger.h:185:29: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:185:29: note: Function in derived class
lamarc/src/tree/arranger.h:201:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:201:24: note: Function in derived class
lamarc/src/tree/arranger.h:202:24: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:202:24: note: Function in derived class
lamarc/src/tree/arranger.h:203:24: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:203:24: note: Function in derived class
lamarc/src/tree/arranger.h:204:29: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:204:29: note: Function in derived class
lamarc/src/tree/arranger.h:218:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:218:23: note: Function in derived class
lamarc/src/tree/arranger.h:219:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:219:23: note: Function in derived class
lamarc/src/tree/arranger.h:220:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:220:23: note: Function in derived class
lamarc/src/tree/arranger.h:221:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:221:23: note: Function in derived class
lamarc/src/tree/arranger.h:222:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:222:23: note: Function in derived class
lamarc/src/tree/arranger.h:223:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:223:28: note: Function in derived class
lamarc/src/tree/arranger.h:236:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:219:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:236:23: note: Function in derived class
lamarc/src/tree/arranger.h:237:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:222:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:237:23: note: Function in derived class
lamarc/src/tree/arranger.h:238:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:223:28: note: Virtual function in base class
lamarc/src/tree/arranger.h:238:28: note: Function in derived class
lamarc/src/tree/arranger.h:258:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:219:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:258:23: note: Function in derived class
lamarc/src/tree/arranger.h:259:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:220:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:259:23: note: Function in derived class
lamarc/src/tree/arranger.h:260:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:222:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:260:23: note: Function in derived class
lamarc/src/tree/arranger.h:261:28: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:223:28: note: Virtual function in base class
lamarc/src/tree/arranger.h:261:28: note: Function in derived class
lamarc/src/tree/arranger.h:271:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:271:20: note: Function in derived class
lamarc/src/tree/arranger.h:272:20: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:272:20: note: Function in derived class
lamarc/src/tree/arranger.h:273:20: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:273:20: note: Function in derived class
lamarc/src/tree/arranger.h:279:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:279:24: note: Function in derived class
lamarc/src/tree/arranger.h:280:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:280:24: note: Function in derived class
lamarc/src/tree/arranger.h:281:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:281:25: note: Function in derived class
lamarc/src/tree/arranger.h:298:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:298:20: note: Function in derived class
lamarc/src/tree/arranger.h:299:18: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:299:18: note: Function in derived class
lamarc/src/tree/arranger.h:300:18: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:300:18: note: Function in derived class
lamarc/src/tree/arranger.h:305:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:305:24: note: Function in derived class
lamarc/src/tree/arranger.h:306:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:306:24: note: Function in derived class
lamarc/src/tree/arranger.h:307:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:307:25: note: Function in derived class
lamarc/src/tree/arranger.h:311:21: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:311:21: note: Function in derived class
lamarc/src/tree/arranger.h:312:21: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:162:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:312:21: note: Function in derived class
lamarc/src/tree/arranger.h:313:21: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:313:21: note: Function in derived class
lamarc/src/tree/arranger.h:330:20: style: The function 'Activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:135:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:330:20: note: Function in derived class
lamarc/src/tree/arranger.h:331:18: style: The function 'Resimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:136:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:331:18: note: Function in derived class
lamarc/src/tree/arranger.h:332:18: style: The function 'CleanupAfterResimulate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:139:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:332:18: note: Function in derived class
lamarc/src/tree/arranger.h:337:24: style: The function 'Hastings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:164:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:337:24: note: Function in derived class
lamarc/src/tree/arranger.h:338:24: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:338:24: note: Function in derived class
lamarc/src/tree/arranger.h:339:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:169:25: note: Virtual function in base class
lamarc/src/tree/arranger.h:339:25: note: Function in derived class
lamarc/src/tree/arranger.h:343:21: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:161:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:343:21: note: Function in derived class
lamarc/src/tree/arranger.h:344:21: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:162:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:344:21: note: Function in derived class
lamarc/src/tree/arranger.h:345:21: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:163:20: note: Virtual function in base class
lamarc/src/tree/arranger.h:345:21: note: Function in derived class
lamarc/src/tree/arranger.h:362:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:362:23: note: Function in derived class
lamarc/src/tree/arranger.h:363:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:363:23: note: Function in derived class
lamarc/src/tree/arranger.h:364:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:364:23: note: Function in derived class
lamarc/src/tree/arranger.h:365:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:365:23: note: Function in derived class
lamarc/src/tree/arranger.h:366:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:366:23: note: Function in derived class
lamarc/src/tree/arranger.h:367:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:367:25: note: Function in derived class
lamarc/src/tree/arranger.h:380:23: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:380:23: note: Function in derived class
lamarc/src/tree/arranger.h:381:23: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:381:23: note: Function in derived class
lamarc/src/tree/arranger.h:382:23: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:382:23: note: Function in derived class
lamarc/src/tree/arranger.h:383:23: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:383:23: note: Function in derived class
lamarc/src/tree/arranger.h:384:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:384:23: note: Function in derived class
lamarc/src/tree/arranger.h:385:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:385:25: note: Function in derived class
lamarc/src/tree/arranger.h:395:18: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:395:18: note: Function in derived class
lamarc/src/tree/arranger.h:396:18: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:396:18: note: Function in derived class
lamarc/src/tree/arranger.h:397:18: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:397:18: note: Function in derived class
lamarc/src/tree/arranger.h:398:18: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:398:18: note: Function in derived class
lamarc/src/tree/arranger.h:399:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:399:23: note: Function in derived class
lamarc/src/tree/arranger.h:400:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:400:25: note: Function in derived class
lamarc/src/tree/arranger.h:413:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:98:23: note: Virtual function in base class
lamarc/src/tree/arranger.h:413:23: note: Function in derived class
lamarc/src/tree/arranger.h:414:25: style: The function 'GetName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:109:26: note: Virtual function in base class
lamarc/src/tree/arranger.h:414:25: note: Function in derived class
lamarc/src/tree/arranger.h:417:18: style: The function 'SetParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:101:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:417:18: note: Function in derived class
lamarc/src/tree/arranger.h:418:18: style: The function 'Rearrange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:102:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:418:18: note: Function in derived class
lamarc/src/tree/arranger.h:419:18: style: The function 'ScoreRearrangement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:103:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:419:18: note: Function in derived class
lamarc/src/tree/arranger.h:420:18: style: The function 'AcceptAndSynchronize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/arranger.h:104:21: note: Virtual function in base class
lamarc/src/tree/arranger.h:420:18: note: Function in derived class
lamarc/src/tree/prior.h:62:38: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tree/arrangervec.cpp:208:12: style: The scope of the variable 'timing' can be reduced. [variableScope]
lamarc/src/tree/arrangervec.cpp:134:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/arrangervec.cpp:236:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/branch.cpp:852:27: style: Condition 'trueCount==0' is always true [knownConditionTrueFalse]
lamarc/src/tree/branch.cpp:845:26: note: Assignment 'trueCount=0', assigned value is 0
lamarc/src/tree/branch.cpp:852:27: note: Condition 'trueCount==0' is always true
lamarc/src/tree/branch.cpp:852:27: style: Same expression on both sides of '==' because the value of 'trueCount' and '0' are the same. [duplicateExpression]
lamarc/src/tree/branch.cpp:845:26: note: 'trueCount' is assigned value '0' here.
lamarc/src/tree/branch.cpp:852:27: note: Same expression on both sides of '==' because the value of 'trueCount' and '0' are the same.
lamarc/src/tree/branch.cpp:1031:53: style: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:356:59: note: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'.
lamarc/src/tree/branch.cpp:1031:53: note: Function 'IsSameExceptForTimes' argument 1 names different: declaration 'other' definition 'src'.
lamarc/src/tree/branch.cpp:1230:39: style: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:399:46: note: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'.
lamarc/src/tree/branch.cpp:1230:39: note: Function 'ReplaceChild' argument 1 names different: declaration 'oldchild' definition 'pOldChild'.
lamarc/src/tree/branch.cpp:1230:61: style: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:399:67: note: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'.
lamarc/src/tree/branch.cpp:1230:61: note: Function 'ReplaceChild' argument 2 names different: declaration 'newchild' definition 'pNewChild'.
lamarc/src/tree/branch.cpp:1927:58: style: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:624:53: note: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1927:58: note: Function 'RBranch' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1945:70: style: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:620:65: note: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:1945:70: note: Function 'CreateRange' argument 2 names different: declaration 'isinactive' definition 'newbranchisinactive'.
lamarc/src/tree/branch.cpp:2055:41: style: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'. [funcArgNamesDifferent]
lamarc/src/tree/branch.h:654:47: note: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'.
lamarc/src/tree/branch.cpp:2055:41: note: Function 'operator==' argument 1 names different: declaration 'src' definition 'other'.
lamarc/src/tree/branch.cpp:1864:22: style: Variable 'chpop' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/branch.cpp:1898:22: style: Variable 'chpop' is assigned a value that is never used. [unreadVariable]
lamarc/src/tree/intervaldata.h:142:19: style: Technically the member function 'IntervalData::size' can be const. [functionConst]
lamarc/src/tree/branch.h:109:18: warning: Virtual function 'CopyAllMembers' is called from copy constructor 'Branch(const Branch&src)' at line 138. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/tree/branch.cpp:138:5: note: Calling CopyAllMembers
lamarc/src/tree/branch.h:109:18: note: CopyAllMembers is a virtual method
lamarc/src/tree/summary.h:126:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:126:18: note: Function in derived class
lamarc/src/tree/summary.h:127:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:127:18: note: Function in derived class
lamarc/src/tree/summary.h:128:18: style: The function 'ComputeShortPicks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:75:18: note: Virtual function in base class
lamarc/src/tree/summary.h:128:18: note: Function in derived class
lamarc/src/tree/summary.h:137:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:137:23: note: Function in derived class
lamarc/src/tree/summary.h:138:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:138:18: note: Function in derived class
lamarc/src/tree/summary.h:139:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:139:20: note: Function in derived class
lamarc/src/tree/summary.h:149:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:149:18: note: Function in derived class
lamarc/src/tree/summary.h:150:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:150:18: note: Function in derived class
lamarc/src/tree/summary.h:163:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:163:23: note: Function in derived class
lamarc/src/tree/summary.h:164:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:164:18: note: Function in derived class
lamarc/src/tree/summary.h:165:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:165:20: note: Function in derived class
lamarc/src/tree/summary.h:174:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:174:18: note: Function in derived class
lamarc/src/tree/summary.h:175:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:175:18: note: Function in derived class
lamarc/src/tree/summary.h:187:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:187:23: note: Function in derived class
lamarc/src/tree/summary.h:188:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:188:18: note: Function in derived class
lamarc/src/tree/summary.h:189:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:189:20: note: Function in derived class
lamarc/src/tree/summary.h:200:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:200:18: note: Function in derived class
lamarc/src/tree/summary.h:201:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:201:18: note: Function in derived class
lamarc/src/tree/summary.h:213:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:213:23: note: Function in derived class
lamarc/src/tree/summary.h:214:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:214:18: note: Function in derived class
lamarc/src/tree/summary.h:215:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:215:20: note: Function in derived class
lamarc/src/tree/summary.h:224:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:224:18: note: Function in derived class
lamarc/src/tree/summary.h:225:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:225:18: note: Function in derived class
lamarc/src/tree/summary.h:234:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:234:23: note: Function in derived class
lamarc/src/tree/summary.h:235:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:235:18: note: Function in derived class
lamarc/src/tree/summary.h:236:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:236:20: note: Function in derived class
lamarc/src/tree/summary.h:249:18: style: The function 'ComputeShortPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:73:18: note: Virtual function in base class
lamarc/src/tree/summary.h:249:18: note: Function in derived class
lamarc/src/tree/summary.h:250:18: style: The function 'ComputeShortWait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:74:18: note: Virtual function in base class
lamarc/src/tree/summary.h:250:18: note: Function in derived class
lamarc/src/tree/summary.h:264:23: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:86:23: note: Virtual function in base class
lamarc/src/tree/summary.h:264:23: note: Function in derived class
lamarc/src/tree/summary.h:265:18: style: The function 'AdjustSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:102:18: note: Virtual function in base class
lamarc/src/tree/summary.h:265:18: note: Function in derived class
lamarc/src/tree/summary.h:266:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/summary.h:106:20: note: Virtual function in base class
lamarc/src/tree/summary.h:266:20: note: Function in derived class
lamarc/src/tree/treesum.h:182:27: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/treesum.h:111:27: note: Virtual function in base class
lamarc/src/tree/treesum.h:182:27: note: Function in derived class
lamarc/src/tree/treesum.h:185:18: style: The function 'Summarize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/treesum.h:114:18: note: Virtual function in base class
lamarc/src/tree/treesum.h:185:18: note: Function in derived class
lamarc/src/tree/branchbuffer.cpp:258:50: style: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'. [funcArgNamesDifferent]
lamarc/src/tree/branchbuffer.h:92:40: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:258:50: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:285:50: style: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'. [funcArgNamesDifferent]
lamarc/src/tree/branchbuffer.h:93:40: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.cpp:285:50: note: Function 'RemoveBranch' argument 1 names different: declaration 'force' definition 'forceid'.
lamarc/src/tree/branchbuffer.h:115:12: performance: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static. [functionStatic]
lamarc/src/tree/branchbuffer.cpp:337:20: note: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static.
lamarc/src/tree/branchbuffer.h:115:12: note: Technically the member function 'BranchBuffer::IncreaseFCCount' can be static.
lamarc/src/tree/branchtag.cpp:46:5: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/branchtag.h:54:10: performance: Technically the member function 'BranchTag::DecrementID' can be static. [functionStatic]
lamarc/src/tree/branchtag.cpp:62:17: note: Technically the member function 'BranchTag::DecrementID' can be static.
lamarc/src/tree/branchtag.h:54:10: note: Technically the member function 'BranchTag::DecrementID' can be static.
lamarc/src/tree/chain.cpp:199:10: style: The scope of the variable 'bad_denovo' can be reduced. [variableScope]
lamarc/src/tree/chain.cpp:365:10: style: The scope of the variable 'tree_is_bad' can be reduced. [variableScope]
lamarc/src/tree/chain.cpp:61:34: style: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:106:30: note: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'.
lamarc/src/tree/chain.cpp:61:34: note: Function 'Chain' argument 4 names different: declaration 'collection' definition 'collmanager'.
lamarc/src/tree/chain.cpp:286:30: style: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:132:26: note: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:286:30: note: Function 'StartChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:286:48: style: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:132:41: note: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:286:48: note: Function 'StartChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:326:37: style: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:139:34: note: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:326:37: note: Function 'StartBayesianChain' argument 1 names different: declaration 'chnumber' definition 'chainnumber'.
lamarc/src/tree/chain.cpp:326:55: style: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:139:49: note: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:326:55: note: Function 'StartBayesianChain' argument 2 names different: declaration 'chtype' definition 'chaintype'.
lamarc/src/tree/chain.cpp:657:37: style: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:99:34: note: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:657:37: note: Function 'SwapTemperatures' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:668:35: style: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'. [funcArgNamesDifferent]
lamarc/src/tree/chain.h:100:32: note: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:668:35: note: Function 'SwapParameters' argument 1 names different: declaration 'other' definition 'hot'.
lamarc/src/tree/chain.cpp:275:25: warning: Assert statement calls a function which may have desired side effects: 'GetTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:279:25: warning: Assert statement calls a function which may have desired side effects: 'GetOldTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:394:29: warning: Assert statement calls a function which may have desired side effects: 'GetTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:395:29: warning: Assert statement calls a function which may have desired side effects: 'GetOldTree'. [assertWithSideEffect]
lamarc/src/tree/chain.cpp:98:16: warning: Member variable 'Chain::m_randomsource' is not assigned a value in 'Chain::operator='. [operatorEqVarError]
lamarc/src/tree/chain.cpp:98:16: warning: Member variable 'Chain::m_runreport' is not assigned a value in 'Chain::operator='. [operatorEqVarError]
lamarc/src/tree/chain.h:129:10: performance: Technically the member function 'Chain::EndReplicate' can be static. [functionStatic]
lamarc/src/tree/collector.h:128:5: style: Class 'MapCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/newick.h:79:5: style: Class 'NewickTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/newick.h:105:5: style: Class 'NewickNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/collector.h:87:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:87:18: note: Function in derived class
lamarc/src/tree/collector.h:88:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:88:18: note: Function in derived class
lamarc/src/tree/collector.h:89:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:89:18: note: Function in derived class
lamarc/src/tree/collector.h:90:18: style: The function 'CorrectForFatalAttraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:58:18: note: Virtual function in base class
lamarc/src/tree/collector.h:90:18: note: Function in derived class
lamarc/src/tree/collector.h:108:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:108:18: note: Function in derived class
lamarc/src/tree/collector.h:110:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:110:18: note: Function in derived class
lamarc/src/tree/collector.h:111:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:111:18: note: Function in derived class
lamarc/src/tree/collector.h:112:18: style: The function 'UpdateArrangers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:59:18: note: Virtual function in base class
lamarc/src/tree/collector.h:112:18: note: Function in derived class
lamarc/src/tree/collector.h:130:18: style: The function 'Score' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:57:18: note: Virtual function in base class
lamarc/src/tree/collector.h:130:18: note: Function in derived class
lamarc/src/tree/collector.h:132:18: style: The function 'WriteLastSummary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:61:18: note: Virtual function in base class
lamarc/src/tree/collector.h:132:18: note: Function in derived class
lamarc/src/tree/collector.h:133:18: style: The function 'WriteAllSummaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/collector.h:62:18: note: Virtual function in base class
lamarc/src/tree/collector.h:133:18: note: Function in derived class
lamarc/src/tree/newick.h:58:18: style: The function 'ToLamarcTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:46:18: note: Virtual function in base class
lamarc/src/tree/newick.h:58:18: note: Function in derived class
lamarc/src/tree/newick.h:82:18: style: The function 'Exists' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:45:18: note: Virtual function in base class
lamarc/src/tree/newick.h:82:18: note: Function in derived class
lamarc/src/tree/newick.h:83:10: style: The function 'ToLamarcTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/tree/newick.h:46:18: note: Virtual function in base class
lamarc/src/tree/newick.h:83:10: note: Function in derived class
lamarc/src/tree/chainstate.cpp:77:25: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
lamarc/src/tree/collector.cpp:71:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collector.cpp:463:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collmanager.cpp:40:43: style: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'. [funcArgNamesDifferent]
lamarc/src/tree/collmanager.h:70:28: note: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'.
lamarc/src/tree/collmanager.cpp:40:43: note: Function 'CollectionManager' argument 1 names different: declaration 'nregions' definition 'numreg'.
lamarc/src/tree/collmanager.cpp:40:56: style: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'. [funcArgNamesDifferent]
lamarc/src/tree/collmanager.h:70:43: note: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'.
lamarc/src/tree/collmanager.cpp:40:56: note: Function 'CollectionManager' argument 2 names different: declaration 'nreplicates' definition 'numrep'.
lamarc/src/tree/collmanager.cpp:226:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/collmanager.h:76:10: performance: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static. [functionStatic]
lamarc/src/tree/collmanager.cpp:170:25: note: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static.
lamarc/src/tree/collmanager.h:76:10: note: Technically the member function 'CollectionManager::WriteNewickTreeFile' can be static.
lamarc/src/tree/parameter.h:245:5: style: Class 'ParamVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/fc_status.cpp:260:10: style: The scope of the variable 'current_site_index' can be reduced. [variableScope]
lamarc/src/tree/fc_status.cpp:261:10: style: The scope of the variable 'current_branch_count' can be reduced. [variableScope]
lamarc/src/tree/fc_status.h:140:14: style: Technically the member function 'FC_Status::Coalesced_Sites' can be const. [functionConst]
lamarc/src/tree/fc_status.cpp:58:21: note: Technically the member function 'FC_Status::Coalesced_Sites' can be const.
lamarc/src/tree/fc_status.h:140:14: note: Technically the member function 'FC_Status::Coalesced_Sites' can be const.
lamarc/src/tree/individual.cpp:74:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:151:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:324:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/individual.cpp:431:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:174:63: style: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'. [funcArgNamesDifferent]
lamarc/src/tree/parameter.h:165:56: note: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'.
lamarc/src/tree/parameter.cpp:174:63: note: Function 'Parameter' argument 2 names different: declaration 'paramIndex' definition 'paramvecIndex'.
lamarc/src/tree/parameter.cpp:453:31: style: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'. [funcArgNamesDifferent]
lamarc/src/tree/parameter.h:245:22: note: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'.
lamarc/src/tree/parameter.cpp:453:31: note: Function 'ParamVector' argument 1 names different: declaration 'rd' definition 'readonly'.
lamarc/src/tree/parameter.cpp:675:10: style: Unused variable: chosen [unusedVariable]
lamarc/src/tree/parameter.cpp:538:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:574:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/parameter.cpp:174:12: warning: Member variable 'Parameter::m_truevalue' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/parameter.h:191:10: style: Technically the member function 'Parameter::IsZeroTrueMin' can be const. [functionConst]
lamarc/src/tree/parameter.cpp:212:17: note: Technically the member function 'Parameter::IsZeroTrueMin' can be const.
lamarc/src/tree/parameter.h:191:10: note: Technically the member function 'Parameter::IsZeroTrueMin' can be const.
lamarc/src/tree/partition.h:44:5: warning: Member variable 'XPartition::m_hasparam' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/partition.h:64:5: style: Class 'Partition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/tree/prior.cpp:115:81: style: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'. [funcArgNamesDifferent]
lamarc/src/tree/prior.h:73:86: note: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'.
lamarc/src/tree/prior.cpp:115:81: note: Function 'RandomDrawWithReflection' argument 2 names different: declaration 'windowpercent' definition 'windowfraction'.
lamarc/src/tree/prior.cpp:38:26: performance: Function parameter 'uiprior' should be passed by const reference. [passedByValue]
lamarc/src/tree/prior.cpp:78:36: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
lamarc/src/tree/range.cpp:168:46: style: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:304:51: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:168:46: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:177:46: style: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:305:51: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:177:46: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:678:49: style: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:479:51: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:678:49: note: Function 'UpdateMRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:698:49: style: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'. [funcArgNamesDifferent]
lamarc/src/tree/range.h:480:51: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:698:49: note: Function 'UpdateRRange' argument 1 names different: declaration 'childrangeptr' definition 'child1rangeptr'.
lamarc/src/tree/range.cpp:1176:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/rectree.cpp:809:10: style: The scope of the variable 'littlelink' can be reduced. [variableScope]
lamarc/src/tree/rectree.cpp:129:32: style: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:280:40: note: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:129:32: note: Function 'Break' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:231:39: style: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:331:47: note: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:231:39: note: Function 'NextInterval' argument 1 names different: declaration 'branch' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:491:48: style: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:343:43: note: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/rectree.cpp:491:48: note: Function 'RecombineActive' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/rectree.cpp:582:50: style: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:345:45: note: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:582:50: note: Function 'RecombineInactive' argument 4 names different: declaration 'active' definition 'pBranch'.
lamarc/src/tree/rectree.cpp:773:55: style: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:319:63: note: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'.
lamarc/src/tree/rectree.cpp:773:55: note: Function 'CalculateDataLikesForMovingLocus' argument 1 names different: declaration 'mloc' definition 'loc'.
lamarc/src/tree/tree.h:354:17: performance: Technically the member function 'RecTree::ZeroDisallowedSites' can be static. [functionStatic]
lamarc/src/tree/rectree.cpp:969:22: note: Technically the member function 'RecTree::ZeroDisallowedSites' can be static.
lamarc/src/tree/tree.h:354:17: note: Technically the member function 'RecTree::ZeroDisallowedSites' can be static.
lamarc/src/tree/tempident.cpp:188:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/tree/tempident.h:92:11: style: Technically the member function 'TemperatureIdentity::Sample' can be const. [functionConst]
lamarc/src/tree/tempident.cpp:141:27: note: Technically the member function 'TemperatureIdentity::Sample' can be const.
lamarc/src/tree/tempident.h:92:11: note: Technically the member function 'TemperatureIdentity::Sample' can be const.
lamarc/src/tree/timelist.cpp:1207:9: style: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lamarc/src/tree/timelist.cpp:1206:0: note: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable.
lamarc/src/tree/timelist.cpp:1207:9: note: Variable 'newbranch' is reassigned a value before the old one has been used if variable is no semaphore variable.
lamarc/src/tree/timelist.cpp:830:18: style: The scope of the variable 'site' can be reduced. [variableScope]
lamarc/src/tree/timelist.cpp:677:42: style: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:150:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:677:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:684:47: style: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:151:42: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:684:47: note: Function 'FindIter' argument 1 names different: declaration 'br' definition 'branch'.
lamarc/src/tree/timelist.cpp:802:39: style: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:176:39: note: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'.
lamarc/src/tree/timelist.cpp:802:39: note: Function 'PrintTimeList' argument 1 names different: declaration 'of' definition 'os'.
lamarc/src/tree/timelist.cpp:1330:53: style: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'. [funcArgNamesDifferent]
lamarc/src/tree/timelist.h:85:47: note: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'.
lamarc/src/tree/timelist.cpp:1330:53: note: Function 'UpdateFirstsIfNecessary' argument 1 names different: declaration 'brit' definition 'branch'.
lamarc/src/tree/timelist.cpp:1598:0: style: Variable 'nbr' is modified but its new value is never used. [unreadVariable]
lamarc/src/tree/timelist.cpp:71:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/timelist.cpp:86:5: performance: Variable 'm_base' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/tree/timelist.h:142:22: performance: Technically the member function 'TimeList::PrevBodyOrTip' can be static. [functionStatic]
lamarc/src/tree/timelist.cpp:652:22: note: Technically the member function 'TimeList::PrevBodyOrTip' can be static.
lamarc/src/tree/timelist.h:142:22: note: Technically the member function 'TimeList::PrevBodyOrTip' can be static.
lamarc/src/tree/timelist.h:143:22: performance: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static. [functionStatic]
lamarc/src/tree/timelist.cpp:665:22: note: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static.
lamarc/src/tree/timelist.h:143:22: note: Technically the member function 'TimeList::NextNonTimeTiedBranch' can be static.
lamarc/src/tree/tree.cpp:1280:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/tree/tree.cpp:513:70: style: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:168:76: note: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'.
lamarc/src/tree/tree.cpp:513:70: note: Function 'FindBranchesImmediatelyTipwardOf' argument 1 names different: declaration 'start' definition 'startbr'.
lamarc/src/tree/tree.cpp:528:53: style: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:169:51: note: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'.
lamarc/src/tree/tree.cpp:528:53: note: Function 'FindBranchesBetween' argument 1 names different: declaration 'startinterval' definition 'startint'.
lamarc/src/tree/tree.cpp:528:70: style: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:169:73: note: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'.
lamarc/src/tree/tree.cpp:528:70: note: Function 'FindBranchesBetween' argument 2 names different: declaration 'stopinterval' definition 'endint'.
lamarc/src/tree/tree.cpp:602:59: style: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:186:67: note: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'.
lamarc/src/tree/tree.cpp:602:59: note: Function 'CoalesceActive' argument 2 names different: declaration 'active1' definition 'pActive1'.
lamarc/src/tree/tree.cpp:602:80: style: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:187:52: note: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'.
lamarc/src/tree/tree.cpp:602:80: note: Function 'CoalesceActive' argument 3 names different: declaration 'active2' definition 'pActive2'.
lamarc/src/tree/tree.cpp:611:61: style: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:188:69: note: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:611:61: note: Function 'CoalesceInactive' argument 2 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:611:81: style: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:189:54: note: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'.
lamarc/src/tree/tree.cpp:611:81: note: Function 'CoalesceInactive' argument 3 names different: declaration 'inactive' definition 'pInactive'.
lamarc/src/tree/tree.cpp:643:46: style: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:190:54: note: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'.
lamarc/src/tree/tree.cpp:643:46: note: Function 'Migrate' argument 2 names different: declaration 'topop' definition 'pop'.
lamarc/src/tree/tree.cpp:643:78: style: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:190:96: note: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:643:78: note: Function 'Migrate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:684:68: style: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:191:80: note: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/tree/tree.cpp:684:68: note: Function 'DiseaseMutate' argument 3 names different: declaration 'maxEvents' definition 'maxevents'.
lamarc/src/tree/tree.cpp:684:90: style: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:191:106: note: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:684:90: note: Function 'DiseaseMutate' argument 4 names different: declaration 'active' definition 'pActive'.
lamarc/src/tree/tree.cpp:895:39: style: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:103:40: note: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'.
lamarc/src/tree/tree.cpp:895:39: note: Function 'MarkForDLRecalc' argument 1 names different: declaration 'br' definition 'markbr'.
lamarc/src/tree/tree.cpp:915:48: style: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:107:47: note: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'.
lamarc/src/tree/tree.cpp:915:48: note: Function 'GetTips' argument 1 names different: declaration 'names' definition 'tipnames'.
lamarc/src/tree/tree.cpp:1180:39: style: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:177:42: note: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'.
lamarc/src/tree/tree.cpp:1180:39: note: Function 'SetNewTimesFrom' argument 1 names different: declaration 'start' definition 'startpoint'.
lamarc/src/tree/tree.cpp:1518:37: style: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:160:35: note: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'.
lamarc/src/tree/tree.cpp:1518:37: note: Function 'CountNodesBetween' argument 1 names different: declaration 'tipwards_time' definition 'toptime'.
lamarc/src/tree/tree.cpp:1518:53: style: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'. [funcArgNamesDifferent]
lamarc/src/tree/tree.h:160:57: note: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'.
lamarc/src/tree/tree.cpp:1518:53: note: Function 'CountNodesBetween' argument 2 names different: declaration 'rootwards_time' definition 'bottomtime'.
lamarc/src/tree/tree.cpp:434:41: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:456:41: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:520:37: warning: Assert statement calls a function which may have desired side effects: 'BeginBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:1194:37: warning: Assert statement calls a function which may have desired side effects: 'EndBranch'. [assertWithSideEffect]
lamarc/src/tree/tree.cpp:53:7: warning: Member variable 'Tree::m_pLocusVec' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.cpp:53:7: warning: Member variable 'Tree::m_hasSnpPanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.cpp:76:7: warning: Member variable 'Tree::m_hasSnpPanel' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/tree.h:103:13: performance: Technically the member function 'Tree::MarkForDLRecalc' can be static. [functionStatic]
lamarc/src/tree/tree.cpp:895:12: note: Technically the member function 'Tree::MarkForDLRecalc' can be static.
lamarc/src/tree/tree.h:103:13: note: Technically the member function 'Tree::MarkForDLRecalc' can be static.
lamarc/src/tree/treesum.cpp:70:14: warning: Member variable 'TreeSummary::m_nCopies' is not initialized in the constructor. [uninitMemberVar]
lamarc/src/tree/treesum.h:138:10: performance: Technically the member function 'TreeSummary::WriteShorts' can be static. [functionStatic]
lamarc/src/tree/treesum.cpp:641:19: note: Technically the member function 'TreeSummary::WriteShorts' can be static.
lamarc/src/tree/treesum.h:138:10: note: Technically the member function 'TreeSummary::WriteShorts' can be static.
lamarc/src/tree/treesum.h:172:1: warning: The class 'RecTreeSummary' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lamarc/src/ui_interface/setget.h:125:5: style: Class 'GetBool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:135:5: style: Class 'GetDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:147:5: style: Class 'GetDoubleVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:159:5: style: Class 'GetForceTypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:171:5: style: Class 'GetLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:183:5: style: Class 'GetLongVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:195:5: style: Class 'GetMethodTypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:207:5: style: Class 'GetParamlistcondition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:219:5: style: Class 'GetString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:231:5: style: Class 'GetStringVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:243:5: style: Class 'GetUIIdVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:255:5: style: Class 'GetUIIdVec2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:267:5: style: Class 'SetGetBool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:282:5: style: Class 'SetGetDouble' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:295:5: style: Class 'SetGetGrowthScheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:308:5: style: Class 'SetGetGrowthType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:321:5: style: Class 'SetGetSelectionType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:334:5: style: Class 'SetGetLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:347:5: style: Class 'SetGetMethodType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:360:5: style: Class 'SetGetString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:373:5: style: Class 'SetGetModelType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:386:5: style: Class 'SetGetProftype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:412:5: style: Class 'SetGetIndividualParamstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:425:5: style: Class 'SetGetGroupParamstatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:442:5: style: Class 'SetGetVerbosityType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:476:5: style: Class 'SetGetVerbosityTypeNoNone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:508:5: style: Class 'SetGetPriorType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:539:5: style: Class 'SetGetLongVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:553:5: style: Class 'SetGetProftypeVec1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:566:5: style: Class 'SetGetBoolEnabled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:581:5: style: Class 'SetGetBoolOnOff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:596:5: style: Class 'SetGetBoolReadWrite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:608:5: style: Class 'SetGetNoval' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:621:5: style: Class 'SetGetProftypeSeries' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/chainparam_interface.h:251:5: style: Class 'SetGetBoolBayesLike' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/setget.h:271:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:271:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:390:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:390:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:416:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:416:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:429:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:429:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:447:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:447:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:481:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:481:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:513:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:513:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:568:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:568:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:583:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:583:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:598:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:598:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:611:19: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:611:19: note: Function in derived class
lamarc/src/ui_interface/setget.h:614:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:614:25: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:36:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:36:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:37:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:37:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:45:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:45:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:46:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:46:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:54:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:54:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:55:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:55:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:63:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:63:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:64:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:64:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:72:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:72:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:73:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:73:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:81:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:81:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:82:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:82:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:90:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:90:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:91:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:91:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:99:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:99:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:100:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:100:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:108:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:108:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:109:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:109:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:117:17: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:117:17: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:125:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:125:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:126:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:126:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:134:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:134:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:135:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:135:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:143:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:143:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:144:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:144:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:152:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:152:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:153:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:153:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:161:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:161:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:162:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:162:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:170:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:170:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:171:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:171:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:179:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:179:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:180:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:180:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:188:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:188:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:189:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:189:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:197:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:197:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:198:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:198:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:206:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:206:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:207:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:207:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:215:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:215:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:216:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:216:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:224:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:224:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:225:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:225:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:233:12: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:233:12: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:234:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:234:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:242:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:242:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:253:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:253:25: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:265:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:265:10: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.h:266:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/chainparam_interface.h:266:10: note: Function in derived class
lamarc/src/ui_interface/setget.h:95:0: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:68:25: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:95:0: note: Function in derived class
lamarc/src/ui_interface/chainparam_interface.cpp:45:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:50:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:66:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:71:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:87:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:92:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:108:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:113:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:129:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:134:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:150:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:155:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:171:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:176:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:192:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:197:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:213:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:218:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:234:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:250:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:255:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:271:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:276:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:292:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:297:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:313:40: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:318:40: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:334:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:339:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:355:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:360:45: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:376:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:381:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:397:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:402:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:418:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:423:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:439:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:444:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:460:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:465:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:481:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:486:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:502:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:507:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:523:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:539:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/chainparam_interface.cpp:544:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/constraint_interface.cpp:155:65: style: Function 'Set' argument 3 names different: declaration 'val' definition 'params'. [funcArgNamesDifferent]
lamarc/src/ui_interface/constraint_interface.h:81:62: note: Function 'Set' argument 3 names different: declaration 'val' definition 'params'.
lamarc/src/ui_interface/constraint_interface.cpp:155:65: note: Function 'Set' argument 3 names different: declaration 'val' definition 'params'.
lamarc/src/ui_interface/setget.h:269:18: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:269:18: note: Function in derived class
lamarc/src/ui_interface/setget.h:284:20: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:284:20: note: Function in derived class
lamarc/src/ui_interface/setget.h:297:27: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:297:27: note: Function in derived class
lamarc/src/ui_interface/setget.h:310:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:310:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:323:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:323:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:336:18: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:336:18: note: Function in derived class
lamarc/src/ui_interface/setget.h:349:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:349:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:375:24: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:375:24: note: Function in derived class
lamarc/src/ui_interface/setget.h:388:22: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:388:22: note: Function in derived class
lamarc/src/ui_interface/setget.h:414:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:414:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:427:25: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:427:25: note: Function in derived class
lamarc/src/ui_interface/setget.h:445:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:445:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:479:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:479:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:511:23: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:511:23: note: Function in derived class
lamarc/src/ui_interface/setget.h:542:24: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:542:24: note: Function in derived class
lamarc/src/ui_interface/setget.h:556:28: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:556:28: note: Function in derived class
lamarc/src/ui_interface/setget.h:612:19: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:612:19: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:36:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:36:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:37:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:37:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:38:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:38:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:46:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:46:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:54:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:54:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:62:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:62:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:70:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:70:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:71:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:72:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:72:20: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:80:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:80:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:81:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:81:25: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:89:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:89:23: note: Function in derived class
lamarc/src/ui_interface/constraint_interface.h:97:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/constraint_interface.h:97:23: note: Function in derived class
lamarc/src/ui_interface/setget.h:111:0: style: The function 'SetFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:78:18: note: Virtual function in base class
lamarc/src/ui_interface/setget.h:111:0: note: Function in derived class
lamarc/src/ui_interface/ui_interface.h:71:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:72:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:73:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:74:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:75:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:76:68: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:77:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:78:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:79:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:80:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:81:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:82:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:83:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:84:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:85:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:86:66: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:88:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:89:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:91:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:92:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:93:63: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:95:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:96:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.h:71:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:72:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:73:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:74:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:75:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:76:68: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:77:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:78:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:79:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:80:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:81:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:82:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:83:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:84:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:85:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:86:66: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:88:60: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:89:60: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:91:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:92:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:93:63: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:95:55: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/ui_interface.h:96:55: performance: Use const reference for 'id' to avoid unnecessary data copying. [redundantCopyLocalConst]
lamarc/src/ui_interface/data_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:46:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:46:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:54:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:54:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:64:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:64:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:72:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:72:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:82:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:82:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:90:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:90:25: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:98:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:98:23: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:106:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:106:23: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:114:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:114:20: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:115:20: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:115:20: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:123:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:123:18: note: Function in derived class
lamarc/src/ui_interface/data_interface.h:124:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/data_interface.h:124:18: note: Function in derived class
lamarc/src/ui_interface/ui_regid.h:55:15: style: Technically the member function 'UIRegId::GetRegion' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:56:15: style: Technically the member function 'UIRegId::GetLocus' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:57:15: style: Technically the member function 'UIRegId::GetDataType' can be const. [functionConst]
lamarc/src/ui_interface/ui_regid.h:51:5: style: Class 'UIRegId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/datamodel_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:44:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:44:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:52:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:52:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:60:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:60:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:61:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:61:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:69:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:69:23: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:79:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:79:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:80:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:80:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:88:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:88:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:89:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:89:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:97:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:97:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:98:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:98:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:106:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:106:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:107:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:107:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:115:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:115:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:116:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:116:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:124:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:124:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:125:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:125:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:133:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:133:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:134:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:134:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:144:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:144:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:145:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:145:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:153:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:153:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:154:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:154:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:162:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:162:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:163:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:163:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:171:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:171:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:172:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:172:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:180:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:180:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:181:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:181:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:191:24: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:191:24: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:192:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:192:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:193:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:193:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:201:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:201:25: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:213:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:213:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:214:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:214:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:224:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:224:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:225:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:225:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:235:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:235:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:236:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:236:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:246:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:246:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:247:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:247:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:248:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:248:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:249:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:249:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:257:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:257:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:258:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:258:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:268:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:268:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:269:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:269:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:280:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:280:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:281:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:281:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:282:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:282:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:283:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:283:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:293:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:293:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:294:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:294:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:304:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:304:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:305:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:305:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:315:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:315:20: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:316:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:316:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:326:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:326:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:336:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:336:18: note: Function in derived class
lamarc/src/ui_interface/datamodel_interface.h:337:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/datamodel_interface.h:337:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.cpp:402:63: style: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:170:59: note: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:402:63: note: Function 'Set' argument 3 names different: declaration 'gScheme' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:438:59: style: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:159:57: note: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:438:59: note: Function 'Set' argument 3 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:461:64: style: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:161:67: note: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:461:64: note: Function 'MakePrintString' argument 2 names different: declaration 'gType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:666:73: style: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:255:60: note: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:666:73: note: Function 'Set' argument 3 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:685:78: style: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:257:70: note: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:685:78: note: Function 'MakePrintString' argument 2 names different: declaration 'sType' definition 'val'.
lamarc/src/ui_interface/force_interface.cpp:1507:60: style: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'. [funcArgNamesDifferent]
lamarc/src/ui_interface/force_interface.h:592:57: note: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'.
lamarc/src/ui_interface/force_interface.cpp:1507:60: note: Function 'Set' argument 3 names different: declaration 'val' definition 'mtype'.
lamarc/src/ui_interface/force_interface.h:67:5: style: Class 'uiParameter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/force_interface.h:36:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:44:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:44:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:45:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:45:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:53:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:53:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:54:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:54:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:69:20: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:69:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:70:20: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:70:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:71:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:71:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:79:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:79:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:80:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:80:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:88:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:88:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:96:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:96:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:97:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:97:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:105:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:105:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:113:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:113:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:114:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:114:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:122:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:122:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:130:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:130:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:131:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:131:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:141:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:141:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:142:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:142:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:150:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:150:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:158:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:158:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:159:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:159:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:160:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:160:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:161:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:161:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:169:27: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:169:27: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:170:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:170:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:171:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:171:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:179:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:179:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:180:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:180:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:188:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:188:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:189:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:189:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:198:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:198:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:199:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:199:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:209:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:209:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:210:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:210:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:218:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:218:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:226:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:226:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:227:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:227:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:235:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:235:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:236:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:236:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:245:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:245:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:246:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:246:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:254:28: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:254:28: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:255:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:255:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:256:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:69:25: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:256:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:257:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:257:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:267:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:267:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:268:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:268:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:276:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:276:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:284:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:284:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:292:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:292:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:293:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:293:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:301:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:301:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:302:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:302:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:310:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:310:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:311:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:311:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:319:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:319:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:320:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:320:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:330:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:330:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:331:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:331:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:339:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:339:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:347:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:347:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:355:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:355:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:356:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:356:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:364:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:364:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:365:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:365:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:373:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:373:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:374:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:374:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:382:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:382:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:383:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:383:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:393:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:393:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:394:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:394:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:402:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:402:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:410:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:410:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:418:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:418:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:426:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:426:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:434:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:434:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:443:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:443:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:444:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:444:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:445:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/force_interface.h:71:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:445:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:455:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:455:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:456:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:456:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:464:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:464:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:472:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:472:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:473:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:473:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:481:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:481:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:482:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:482:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:492:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:492:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:493:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:493:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:501:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:501:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:509:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:509:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:510:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:510:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:520:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:520:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:521:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:521:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:529:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:529:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:537:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:537:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:538:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:538:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:546:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:546:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:547:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:547:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:555:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:555:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:556:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:556:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:564:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:564:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:565:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:565:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:573:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:573:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:574:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:574:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:582:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:582:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:583:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:583:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:591:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:591:25: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:592:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:592:18: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:600:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:600:20: note: Function in derived class
lamarc/src/ui_interface/force_interface.h:601:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/force_interface.h:601:18: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:96:12: performance: Technically the member function 'uiPriorByForce::GetPrintString' can be static. [functionStatic]
lamarc/src/ui_interface/prior_interface.cpp:264:24: note: Technically the member function 'uiPriorByForce::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:96:12: note: Technically the member function 'uiPriorByForce::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:106:12: performance: Technically the member function 'uiPriorById::GetPrintString' can be static. [functionStatic]
lamarc/src/ui_interface/prior_interface.cpp:285:21: note: Technically the member function 'uiPriorById::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:106:12: note: Technically the member function 'uiPriorById::GetPrintString' can be static.
lamarc/src/ui_interface/prior_interface.h:37:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:37:22: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:38:22: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:38:22: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:46:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:46:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:47:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:47:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:57:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:57:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:58:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:58:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:59:25: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:59:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:60:25: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:60:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:70:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:70:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:71:25: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:72:25: style: The function 'Min' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:65:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:72:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:73:25: style: The function 'Max' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:66:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:73:25: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:95:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:95:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:97:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:97:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:105:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:105:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:107:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:107:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:115:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:115:10: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:116:12: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/prior_interface.h:116:12: note: Function in derived class
lamarc/src/ui_interface/prior_interface.h:97:33: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.h:107:33: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:264:58: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:280:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:285:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/prior_interface.cpp:301:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/profile_interface.cpp:283:57: style: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'. [funcArgNamesDifferent]
lamarc/src/ui_interface/profile_interface.h:135:53: note: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'.
lamarc/src/ui_interface/profile_interface.cpp:283:57: note: Function 'Set' argument 3 names different: declaration 'val' definition 'ptype'.
lamarc/src/ui_interface/profile_interface.cpp:208:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/profile_interface.h:36:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:36:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:44:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:44:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:52:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:52:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:60:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:60:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:68:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:68:22: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:69:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:69:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:70:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:70:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:71:25: style: The function 'GetPrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:95:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:71:25: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:79:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:79:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:80:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:80:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:81:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:81:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:82:25: style: The function 'MakePrintString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:98:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:82:25: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:90:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:90:23: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:98:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:98:23: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:106:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:106:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:107:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:107:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:115:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:115:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:116:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:116:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:124:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:124:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:125:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:125:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:133:20: style: The function 'Description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:62:20: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:133:20: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:134:22: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:134:22: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:135:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:135:18: note: Function in derived class
lamarc/src/ui_interface/profile_interface.h:136:25: style: The function 'NextToggleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:390:25: note: Virtual function in base class
lamarc/src/ui_interface/profile_interface.h:136:25: note: Function in derived class
lamarc/src/ui_interface/setgetmachine.cpp:53:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/setgetmachine.h:48:18: warning: Virtual function 'addSetter' is called from constructor 'SetGetMachine()' at line 47. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_interface/setgetmachine.cpp:47:5: note: Calling Init
lamarc/src/ui_interface/setgetmachine.cpp:63:5: note: Calling addSetter
lamarc/src/ui_interface/setgetmachine.h:48:18: note: addSetter is a virtual method
lamarc/src/ui_interface/traitmodel_interface.h:43:5: style: Class 'SetRangepair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_interface/traitmodel_interface.h:37:25: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:37:25: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:45:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:45:23: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:54:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:54:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:62:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:62:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:70:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:70:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:71:18: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:71:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:79:23: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:79:23: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:87:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:87:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:95:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:95:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:103:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:103:18: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.h:111:18: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:111:18: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:47:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:47:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:48:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:48:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:56:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:56:20: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:57:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:57:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:65:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:65:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:66:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:66:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:74:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:74:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:75:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:75:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:95:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:95:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:96:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:96:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:107:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:107:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:115:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:115:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:116:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:116:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:136:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:136:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:137:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:137:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:154:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:154:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:155:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:155:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:163:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:163:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:164:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:164:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:172:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:172:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:173:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:173:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:181:10: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:181:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:182:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:182:10: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:279:20: style: The function 'Get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:92:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:279:20: note: Function in derived class
lamarc/src/ui_interface/userparam_interface.h:280:10: style: The function 'Set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:109:0: note: Virtual function in base class
lamarc/src/ui_interface/userparam_interface.h:280:10: note: Function in derived class
lamarc/src/ui_interface/traitmodel_interface.cpp:205:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_interface/traitmodel_interface.h:46:23: style: The function 'GetValFromString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_interface/setget.h:114:0: note: Virtual function in base class
lamarc/src/ui_interface/traitmodel_interface.h:46:23: note: Function in derived class
lamarc/src/ui_interface/ui_interface.cpp:87:56: style: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:76:48: note: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:87:56: note: Function 'doGetForceTypeVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:97:46: style: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:78:39: note: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:97:46: note: Function 'doGetLongVec1d' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:197:45: style: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:92:43: note: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:197:45: note: Function 'doGetDescription' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:202:43: style: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'. [funcArgNamesDifferent]
lamarc/src/ui_interface/ui_interface.h:93:43: note: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:202:43: note: Function 'doGetConsistency' argument 1 names different: declaration 'varName' definition 'variableName'.
lamarc/src/ui_interface/ui_interface.cpp:61:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:66:65: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:71:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:76:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:82:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:87:81: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:92:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:97:71: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:102:69: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:107:67: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:112:64: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:117:60: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:122:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:128:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:134:56: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:139:75: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:144:66: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:168:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:192:65: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:197:70: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:202:67: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:207:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_interface.cpp:212:57: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/ui_regid.cpp:46:23: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.h:39:12: performance: Technically the member function 'uiDataFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:45:24: note: Technically the member function 'uiDataFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:39:12: note: Technically the member function 'uiDataFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:83:12: performance: Technically the member function 'uiResultsFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:132:27: note: Technically the member function 'uiResultsFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:83:12: note: Technically the member function 'uiResultsFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:84:10: performance: Technically the member function 'uiResultsFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:137:25: note: Technically the member function 'uiResultsFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:84:10: note: Technically the member function 'uiResultsFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:124:12: performance: Technically the member function 'uiTreeSumInFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:243:29: note: Technically the member function 'uiTreeSumInFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:124:12: note: Technically the member function 'uiTreeSumInFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:125:10: performance: Technically the member function 'uiTreeSumInFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:248:27: note: Technically the member function 'uiTreeSumInFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:125:10: note: Technically the member function 'uiTreeSumInFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:145:12: performance: Technically the member function 'uiTreeSumOutFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:289:30: note: Technically the member function 'uiTreeSumOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:145:12: note: Technically the member function 'uiTreeSumOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:146:10: performance: Technically the member function 'uiTreeSumOutFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:294:28: note: Technically the member function 'uiTreeSumOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:146:10: note: Technically the member function 'uiTreeSumOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:212:12: performance: Technically the member function 'uiCurveFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:454:27: note: Technically the member function 'uiCurveFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:212:12: note: Technically the member function 'uiCurveFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:213:10: performance: Technically the member function 'uiCurveFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:459:25: note: Technically the member function 'uiCurveFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:213:10: note: Technically the member function 'uiCurveFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:221:12: performance: Technically the member function 'uiMapFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:477:25: note: Technically the member function 'uiMapFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:221:12: note: Technically the member function 'uiMapFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:222:10: performance: Technically the member function 'uiMapFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:482:23: note: Technically the member function 'uiMapFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:222:10: note: Technically the member function 'uiMapFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:230:12: performance: Technically the member function 'uiProfilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:500:25: note: Technically the member function 'uiProfilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:230:12: note: Technically the member function 'uiProfilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:231:10: performance: Technically the member function 'uiProfilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:505:23: note: Technically the member function 'uiProfilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:231:10: note: Technically the member function 'uiProfilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:239:12: performance: Technically the member function 'uiReclocFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:523:28: note: Technically the member function 'uiReclocFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:239:12: note: Technically the member function 'uiReclocFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:240:10: performance: Technically the member function 'uiReclocFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:528:26: note: Technically the member function 'uiReclocFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:240:10: note: Technically the member function 'uiReclocFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:248:12: performance: Technically the member function 'uiTraceFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:546:27: note: Technically the member function 'uiTraceFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:248:12: note: Technically the member function 'uiTraceFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:249:10: performance: Technically the member function 'uiTraceFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:551:25: note: Technically the member function 'uiTraceFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:249:10: note: Technically the member function 'uiTraceFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:257:12: performance: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:569:32: note: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:257:12: note: Technically the member function 'uiNewickTreeFilePrefix::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:258:10: performance: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:574:30: note: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:258:10: note: Technically the member function 'uiNewickTreeFilePrefix::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:288:12: performance: Technically the member function 'uiXMLOutFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:642:26: note: Technically the member function 'uiXMLOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:288:12: note: Technically the member function 'uiXMLOutFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:289:10: performance: Technically the member function 'uiXMLOutFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:647:24: note: Technically the member function 'uiXMLOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:289:10: note: Technically the member function 'uiXMLOutFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:297:12: performance: Technically the member function 'uiXMLReportFileName::Get' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:665:29: note: Technically the member function 'uiXMLReportFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:297:12: note: Technically the member function 'uiXMLReportFileName::Get' can be static.
lamarc/src/ui_interface/userparam_interface.h:298:10: performance: Technically the member function 'uiXMLReportFileName::Set' can be static. [functionStatic]
lamarc/src/ui_interface/userparam_interface.cpp:670:27: note: Technically the member function 'uiXMLReportFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.h:298:10: note: Technically the member function 'uiXMLReportFileName::Set' can be static.
lamarc/src/ui_interface/userparam_interface.cpp:45:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:63:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:68:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:86:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:91:41: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:109:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:114:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:132:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:137:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:155:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:160:44: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:179:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:184:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:202:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:220:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:225:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:243:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:248:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:266:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:271:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:289:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:294:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:312:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:317:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:335:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:340:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:358:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:363:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:381:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:386:54: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:454:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:459:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:477:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:482:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:500:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:505:46: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:523:51: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:528:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:546:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:551:48: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:569:55: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:574:53: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:619:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:624:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:642:49: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:647:47: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:665:52: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_interface/userparam_interface.cpp:670:50: performance: Function parameter 'id' should be passed by const reference. [passedByValue]
lamarc/src/ui_util/undoredochain.h:60:10: style: Technically the member function 'UndoRedoChain::CanUndo' can be const. [functionConst]
lamarc/src/ui_util/undoredochain.cpp:92:21: note: Technically the member function 'UndoRedoChain::CanUndo' can be const.
lamarc/src/ui_util/undoredochain.h:60:10: note: Technically the member function 'UndoRedoChain::CanUndo' can be const.
lamarc/src/ui_util/undoredochain.h:61:10: style: Technically the member function 'UndoRedoChain::CanRedo' can be const. [functionConst]
lamarc/src/ui_util/undoredochain.cpp:97:21: note: Technically the member function 'UndoRedoChain::CanRedo' can be const.
lamarc/src/ui_util/undoredochain.h:61:10: note: Technically the member function 'UndoRedoChain::CanRedo' can be const.
lamarc/src/ui_vars/ui_vars.cpp:79:54: style: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars.h:59:58: note: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'.
lamarc/src/ui_vars/ui_vars.cpp:79:54: note: Function 'GetParamNameWithConstraint' argument 1 names different: declaration 'ftpye' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_component.h:40:5: style: Class 'UIVarsComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_chainparams.h:68:5: style: Class 'UIVarsChainParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_datamodel.h:156:9: style: Class 'ModelIsIllegalForDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_prior.h:59:5: style: Class 'UIVarsPrior' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:380:5: style: Class 'UIVarsRegionGammaForce' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:443:9: style: Class 'IsInactive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:452:9: style: Class 'IsIllegal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_traitmodels.h:80:5: style: Class 'UIVarsTraitModels' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_forces.h:247:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:247:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:261:25: style: The function 'GetParamValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:207:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:261:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:262:19: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:262:19: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:272:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:272:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:277:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:277:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:302:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:247:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:302:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:307:19: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:262:19: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:307:19: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:320:18: style: The function 'AssertOnIllegalStartMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:108:18: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:320:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:325:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:325:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:368:25: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:368:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:369:25: style: The function 'GetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:128:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:369:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:370:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:370:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:383:18: style: The function 'GetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:128:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:383:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:384:18: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:384:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:385:18: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:385:18: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:401:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:401:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:406:25: style: The function 'GetPhase2Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:131:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:406:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:407:25: style: The function 'SetOnOff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:205:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:407:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:424:25: style: The function 'AreZeroesValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:210:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:424:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_forces.h:427:25: style: The function 'GetPhase2Type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lamarc/src/ui_vars/ui_vars_forces.h:131:25: note: Virtual function in base class
lamarc/src/ui_vars/ui_vars_forces.h:427:25: note: Function in derived class
lamarc/src/ui_vars/ui_vars_chainparams.cpp:263:48: style: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_chainparams.h:105:48: note: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:263:48: note: Function 'SetChainCount' argument 1 names different: declaration 'count' definition 'chainCount'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:289:56: style: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_chainparams.h:106:56: note: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:289:56: note: Function 'SetChainTemperature' argument 1 names different: declaration 'temp' definition 'val'.
lamarc/src/ui_vars/ui_vars_chainparams.cpp:128:56: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:203:57: style: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:110:46: note: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:203:57: note: Function 'SetDataModelType' argument 1 names different: declaration 'x' definition 'mtype'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:228:51: style: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:113:40: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:228:51: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:59: style: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:115:48: note: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:59: note: Function 'SetCategoryProbability' argument 1 names different: declaration 'x' definition 'prob'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:70: style: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:115:56: note: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:254:70: note: Function 'SetCategoryProbability' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:52: style: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:114:41: note: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:52: note: Function 'SetCategoryRate' argument 1 names different: declaration 'x' definition 'rate'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:63: style: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:114:49: note: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:264:63: note: Function 'SetCategoryRate' argument 2 names different: declaration 'index' definition 'categoryIndex'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:283:55: style: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:117:44: note: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:283:55: note: Function 'SetCalcFreqsFromData' argument 1 names different: declaration 'x' definition 'set'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:306:50: style: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:118:39: note: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:306:50: note: Function 'SetFrequencyA' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:316:50: style: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:119:39: note: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:316:50: note: Function 'SetFrequencyC' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:326:50: style: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:120:39: note: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:326:50: note: Function 'SetFrequencyG' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:336:50: style: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:121:39: note: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:336:50: note: Function 'SetFrequencyT' argument 1 names different: declaration 'x' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:498:47: style: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:212:41: note: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:498:47: note: Function 'SetUseGlobalModel' argument 1 names different: declaration 'x' definition 'useGlobal'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:953:46: style: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:216:40: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:953:46: note: Function 'SetNumCategories' argument 1 names different: declaration 'x' definition 'numCats'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:990:53: style: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datamodel.h:166:47: note: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:990:53: note: Function 'adjustZeroFrequency' argument 1 names different: declaration 'mightBeZero' definition 'freq'.
lamarc/src/ui_vars/ui_vars_datamodel.cpp:1086:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:1089:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datamodel.h:72:12: performance: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:120:24: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:72:12: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryProbability' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:73:12: performance: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:109:24: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:73:12: note: Technically the member function 'UIVarsSingleDataModel::MakeNextCategoryRate' can be static.
lamarc/src/ui_vars/ui_vars_datamodel.h:79:5: style: Class 'UIVarsSingleDataModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:41:54: performance: Function parameter 'regionId' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_datamodel.cpp:70:91: performance: Function parameter 'regionId' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:87:37: style: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:63:37: note: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:87:37: note: Function 'GetNumLoci' argument 1 names different: declaration 'region' definition 'regIndex'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:231:54: style: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:88:54: note: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:231:54: note: Function 'GetForcePartitionName' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:238:55: style: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:89:55: note: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:238:55: note: Function 'GetForcePartitionNames' argument 1 names different: declaration 'ftype' definition 'ft'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:500:43: style: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:106:38: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:500:43: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:43: style: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:107:38: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:43: note: Function 'GetNumSites' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:58: style: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:107:51: note: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:506:58: note: Function 'GetNumSites' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:513:55: style: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:108:43: note: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:513:55: note: Function 'GetUniqueAlleles' argument 1 names different: declaration 'region' definition 'regionId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:514:55: style: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:108:56: note: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:514:55: note: Function 'GetUniqueAlleles' argument 2 names different: declaration 'locus' definition 'locusId'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:49: style: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:33: note: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:49: note: Function 'GetAncestorName' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:52: style: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:36: note: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:52: note: Function 'GetDescendentNames' argument 1 names different: declaration 'index1' definition 'index'.
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:550:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_datapackplus.h:98:21: performance: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:422:21: note: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:98:21: note: Technically the member function 'UIVarsDataPackPlus::GetParamNameOfForce' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:12: performance: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:608:28: note: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:115:12: note: Technically the member function 'UIVarsDataPackPlus::GetAncestorName' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:12: performance: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_datapackplus.cpp:623:28: note: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static.
lamarc/src/ui_vars/ui_vars_datapackplus.h:116:12: note: Technically the member function 'UIVarsDataPackPlus::GetDescendentNames' can be static.
lamarc/src/ui_vars/ui_vars_forces.cpp:1916:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/ui_vars/ui_vars_forces.cpp:2018:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lamarc/src/ui_vars/ui_vars_forces.cpp:58:17: style: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:117:21: note: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:58:17: note: Function 'UIVarsSingleForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:366:49: style: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:144:53: note: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'.
lamarc/src/ui_vars/ui_vars_forces.cpp:366:49: note: Function 'SetProfileType' argument 1 names different: declaration 'x' definition 'p'.
lamarc/src/ui_vars/ui_vars_forces.cpp:371:52: style: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:146:49: note: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:371:52: note: Function 'GetParamstatus' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:409:46: style: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:149:48: note: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:409:46: note: Function 'GetStartValue' argument 1 names different: declaration 'index' definition 'pindex'.
lamarc/src/ui_vars/ui_vars_forces.cpp:642:45: style: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:159:49: note: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:642:45: note: Function 'SetTrueValue' argument 1 names different: declaration 'trueval' definition 'trueVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:848:49: style: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:190:42: note: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'.
lamarc/src/ui_vars/ui_vars_forces.cpp:848:49: note: Function 'SetUseDefaultPrior' argument 1 names different: declaration 'use' definition 'val'.
lamarc/src/ui_vars/ui_vars_forces.cpp:887:38: style: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:203:43: note: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'.
lamarc/src/ui_vars/ui_vars_forces.cpp:887:38: note: Function 'SetMaxEvents' argument 1 names different: declaration 'maxEvents' definition 'events'.
lamarc/src/ui_vars/ui_vars_forces.cpp:897:34: style: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:205:39: note: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:897:34: note: Function 'SetOnOff' argument 1 names different: declaration 'x' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1176:10: style: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:252:24: note: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1176:10: note: Function 'UIVars2DForce' argument 3 names different: declaration 'npartitions' definition 'numPartitions'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1178:17: style: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:254:31: note: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1178:17: note: Function 'UIVars2DForce' argument 5 names different: declaration 'defaultMethod' definition 'methodType'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1648:70: style: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:322:41: note: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1648:70: note: Function 'UIVarsDivergenceForce' argument 2 names different: declaration 'numDivPopulations' definition 'nDivPopulations'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1740:10: style: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:349:61: note: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1740:10: note: Function 'UIVarsDiseaseForce' argument 3 names different: declaration 'canTurnOnOff' definition 'isLegal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2076:49: style: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:445:36: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2076:49: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2094:48: style: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:454:36: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2094:48: note: Function 'operator()' argument 1 names different: declaration 'f' definition 'ft'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2216:48: style: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:489:51: note: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2216:48: note: Function 'GetNumGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2227:47: style: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:492:53: note: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2227:47: note: Function 'GetForceCanTurnOnOff' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2234:40: style: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:493:46: note: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2234:40: note: Function 'GetForceLegal' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2241:49: style: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:494:55: note: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2241:49: note: Function 'GetForceZeroesValidity' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2248:36: style: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:495:42: note: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2248:36: note: Function 'FixGroups' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:36: style: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:546:31: note: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:36: note: Function 'SetForceOnOff' argument 1 names different: declaration 'onOff' definition 'onOffVal'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:57: style: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:546:56: note: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:57: note: Function 'SetForceOnOff' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2714:65: style: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:547:56: note: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2714:65: note: Function 'SetMaxEvents' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2720:61: style: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:550:56: note: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2720:61: note: Function 'SetProfileType' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2742:61: style: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:554:56: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2742:61: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2748:61: style: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:553:56: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2748:61: note: Function 'SetDoProfile' argument 2 names different: declaration 'forceId' definition 'force'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:42: style: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:557:38: note: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:42: note: Function 'SetStartMethod' argument 1 names different: declaration 'startMethod' definition 'meth'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:59: style: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:557:62: note: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2770:59: note: Function 'SetStartMethod' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2776:71: style: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:559:66: note: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2776:71: note: Function 'SetParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2782:66: style: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:560:61: note: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2782:66: note: Function 'SetGroupParamstatus' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2788:54: style: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:561:49: note: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2788:54: note: Function 'AddGroup' argument 2 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2794:47: style: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:562:43: note: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2794:47: note: Function 'RemoveParamFromGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2800:42: style: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:563:38: note: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2800:42: note: Function 'AddParamToGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2806:45: style: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:564:41: note: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2806:45: note: Function 'AddParamToNewGroup' argument 1 names different: declaration 'force' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2812:63: style: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:556:60: note: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2812:63: note: Function 'SetUserStartValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2818:58: style: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:558:55: note: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2818:58: note: Function 'SetTrueValue' argument 2 names different: declaration 'forceId' definition 'ftype'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2944:39: style: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_forces.h:582:43: note: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'.
lamarc/src/ui_vars/ui_vars_forces.cpp:2944:39: note: Function 'SetDiseaseLocation' argument 1 names different: declaration 'loc' definition 'location'.
lamarc/src/ui_vars/ui_vars_forces.cpp:1011:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1318:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1321:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1330:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1349:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1354:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1373:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1470:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1504:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1590:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_forces.cpp:1677:5: performance: Variable 'newpops' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/ui_vars/ui_vars_forces.cpp:1678:5: performance: Variable 'ancestors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lamarc/src/ui_vars/ui_vars_forces.h:488:27: performance: Technically the member function 'UIVarsForces::GetPossibleForces' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_forces.cpp:2199:15: note: Technically the member function 'UIVarsForces::GetPossibleForces' can be static.
lamarc/src/ui_vars/ui_vars_forces.h:488:27: note: Technically the member function 'UIVarsForces::GetPossibleForces' can be static.
lamarc/src/ui_vars/ui_vars_forces.h:546:10: style: Technically the member function 'UIVarsForces::SetForceOnOff' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_forces.cpp:2684:15: note: Technically the member function 'UIVarsForces::SetForceOnOff' can be const.
lamarc/src/ui_vars/ui_vars_forces.h:546:10: note: Technically the member function 'UIVarsForces::SetForceOnOff' can be const.
lamarc/src/ui_vars/ui_vars_forces.cpp:62:17: performance: Function parameter 'defaultPrior' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_forces.cpp:1182:17: performance: Function parameter 'defaultPrior' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:283:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:292:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:301:134: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/ui_vars/ui_vars_traitmodels.h:107:10: performance: Technically the member function 'UIVarsTraitModels::OneSite' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:376:25: note: Technically the member function 'UIVarsTraitModels::OneSite' can be static.
lamarc/src/ui_vars/ui_vars_traitmodels.h:107:10: note: Technically the member function 'UIVarsTraitModels::OneSite' can be static.
lamarc/src/ui_vars/ui_vars_traitmodels.cpp:262:55: performance: Function parameter 'regID' should be passed by const reference. [passedByValue]
lamarc/src/ui_vars/ui_vars_userparams.cpp:352:47: style: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:154:37: note: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:352:47: note: Function 'SetRandomSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:368:51: style: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:156:41: note: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:368:51: note: Function 'SetUseSystemClock' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:390:49: style: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:153:39: note: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:390:49: note: Function 'SetOldClockSeed' argument 1 names different: declaration 'x' definition 'seed'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:396:52: style: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'. [funcArgNamesDifferent]
lamarc/src/ui_vars/ui_vars_userparams.h:155:42: note: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.cpp:396:52: note: Function 'SetUseOldClockSeed' argument 1 names different: declaration 'x' definition 'val'.
lamarc/src/ui_vars/ui_vars_userparams.h:161:10: style: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:448:28: note: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:161:10: note: Technically the member function 'UIVarsUserParameters::CheckBothSumFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:162:10: style: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:462:28: note: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:162:10: note: Technically the member function 'UIVarsUserParameters::CheckNewickTreeFile' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:166:10: style: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:496:28: note: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:166:10: note: Technically the member function 'UIVarsUserParameters::CheckCurveFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:167:10: style: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:511:28: note: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:167:10: note: Technically the member function 'UIVarsUserParameters::CheckMapFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:168:10: style: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:531:28: note: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:168:10: note: Technically the member function 'UIVarsUserParameters::CheckReclocFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:169:10: style: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const. [functionConst]
lamarc/src/ui_vars/ui_vars_userparams.cpp:547:28: note: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:169:10: note: Technically the member function 'UIVarsUserParameters::CheckTraceFiles' can be const.
lamarc/src/ui_vars/ui_vars_userparams.h:170:10: performance: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static. [functionStatic]
lamarc/src/ui_vars/ui_vars_userparams.cpp:563:28: note: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static.
lamarc/src/ui_vars/ui_vars_userparams.h:170:10: note: Technically the member function 'UIVarsUserParameters::CheckPrefix' can be static.
lamarc/src/ui_vars/ui_vars_userparams.h:156:18: warning: Virtual function 'SetUseSystemClock' is called from constructor 'UIVarsUserParameters(UIVars*,string fileName)' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_vars/ui_vars_userparams.cpp:73:5: note: Calling SetUseSystemClock
lamarc/src/ui_vars/ui_vars_userparams.h:156:18: note: SetUseSystemClock is a virtual method
lamarc/src/ui_vars/ui_vars_userparams.h:152:18: warning: Virtual function 'SetProgramStartTime' is called from constructor 'UIVarsUserParameters(UIVars*,string fileName)' at line 74. Dynamic binding is not used. [virtualCallInConstructor]
lamarc/src/ui_vars/ui_vars_userparams.cpp:74:5: note: Calling SetProgramStartTime
lamarc/src/ui_vars/ui_vars_userparams.h:152:18: note: SetProgramStartTime is a virtual method
lamarc/src/xml/parsetreeschema.h:44:5: style: Class 'ElementInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreeschema.cpp:190:42: style: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:103:50: note: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'.
lamarc/src/xml/parsetreeschema.cpp:190:42: note: Function 'AllowsAttribute' argument 1 names different: declaration 'name' definition 'attrName'.
lamarc/src/xml/parsetreeschema.cpp:197:40: style: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:104:48: note: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:197:40: note: Function 'AllowsElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:204:51: style: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:105:59: note: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:204:51: note: Function 'AllowsAdditionalElements' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:217:44: style: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:106:52: note: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:217:44: note: Function 'DeprecatedElement' argument 1 names different: declaration 'name' definition 'elemName'.
lamarc/src/xml/parsetreeschema.cpp:406:68: style: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreeschema.h:134:71: note: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'.
lamarc/src/xml/parsetreeschema.cpp:406:68: note: Function 'AllowsAttribute' argument 2 names different: declaration 'name' definition 'attr'.
lamarc/src/xml/parsetreeschema.cpp:160:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:178:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:280:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.cpp:377:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreeschema.h:53:12: performance: Technically the member function 'ElementInfo::DebugDump' can be static. [functionStatic]
lamarc/src/xml/parsetreeschema.cpp:79:14: note: Technically the member function 'ElementInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:53:12: note: Technically the member function 'ElementInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:72:12: performance: Technically the member function 'AttributeInfo::DebugDump' can be static. [functionStatic]
lamarc/src/xml/parsetreeschema.cpp:85:16: note: Technically the member function 'AttributeInfo::DebugDump' can be static.
lamarc/src/xml/parsetreeschema.h:72:12: note: Technically the member function 'AttributeInfo::DebugDump' can be static.
lamarc/src/xml/parsetreetodata.cpp:1118:26: style: The scope of the variable 'tipfound' can be reduced. [variableScope]
lamarc/src/xml/parsetreetodata.cpp:1403:26: style: The scope of the variable 'partfound' can be reduced. [variableScope]
lamarc/src/xml/parsetreetodata.cpp:910:40: style: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetodata.h:94:38: note: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'.
lamarc/src/xml/parsetreetodata.cpp:910:40: note: Function 'DoTree' argument 1 names different: declaration 'xmlllist' definition 'treeElement'.
lamarc/src/xml/parsetreetodata.cpp:187:23: style: Variable 'testind3' is assigned a value that is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:887:13: style: Variable 'indnum' is modified but its new value is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:1579:45: style: Variable 'partfound' is assigned a value that is never used. [unreadVariable]
lamarc/src/xml/parsetreetodata.cpp:715:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:822:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:841:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetodata.cpp:955:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.h:50:5: style: Class 'XmlErrorSupport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreewalker.h:62:5: style: Class 'ParseTreeWalker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lamarc/src/xml/parsetreetosettings.cpp:140:33: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lamarc/src/xml/parsetreetosettings.cpp:133:13: note: Assuming that condition 'node==NULL' is not redundant
lamarc/src/xml/parsetreetosettings.cpp:140:33: note: Null pointer dereference
lamarc/src/xml/parsetreetosettings.cpp:282:74: style: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:65:49: note: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'.
lamarc/src/xml/parsetreetosettings.cpp:282:74: note: Function 'DoCategories' argument 2 names different: declaration 'id' definition 'locusUIId'.
lamarc/src/xml/parsetreetosettings.cpp:343:75: style: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:63:55: note: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:343:75: note: Function 'DoBaseFrequencies' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:390:57: style: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreetosettings.h:64:43: note: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:390:57: note: Function 'DoGTR' argument 2 names different: declaration 'id' definition 'thisId'.
lamarc/src/xml/parsetreetosettings.cpp:775:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:803:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1431:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1474:130: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/parsetreetosettings.cpp:1189:65: performance: Function parameter 'forceId' should be passed by const reference. [passedByValue]
lamarc/src/xml/parsetreetosettings.cpp:1219:65: performance: Function parameter 'forceId' should be passed by const reference. [passedByValue]
lamarc/src/xml/parsetreewalker.cpp:153:68: style: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/parsetreewalker.h:57:64: note: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/parsetreewalker.cpp:153:68: note: Function 'getNodeAttributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/parsetreewalker.h:54:21: performance: Technically the member function 'ParseTreeWalker::getNodeText' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:97:18: note: Technically the member function 'ParseTreeWalker::getNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:54:21: note: Technically the member function 'ParseTreeWalker::getNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:55:21: performance: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:115:18: note: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:55:21: note: Technically the member function 'ParseTreeWalker::getGraphMLNodeText' can be static.
lamarc/src/xml/parsetreewalker.h:57:21: performance: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static. [functionStatic]
lamarc/src/xml/parsetreewalker.cpp:153:18: note: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static.
lamarc/src/xml/parsetreewalker.h:57:21: note: Technically the member function 'ParseTreeWalker::getNodeAttributeValue' can be static.
lamarc/src/xml/tixml_base.cpp:94:50: style: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/tixml_base.h:53:67: note: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:94:50: note: Function 'ti_hasAttribute' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:101:52: style: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'. [funcArgNamesDifferent]
lamarc/src/xml/tixml_base.h:52:69: note: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:101:52: note: Function 'ti_attributeValue' argument 2 names different: declaration 'attributeName' definition 'attrName'.
lamarc/src/xml/tixml_base.cpp:117:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/xml/tixml_base.cpp:134:5: style: Exception should be caught by reference. [catchExceptionByValue]
lamarc/src/xml/tixml_base.cpp:64:54: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
lamarc/src/xml/tixml_base.cpp:70:54: performance: Function parameter 'nodeName' should be passed by const reference. [passedByValue]
lamarc/src/xml/toxml.cpp:225:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.cpp:209:44: style: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/xml/xml.h:74:42: note: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:209:44: note: Function 'checkAttrAllowed' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:223:42: style: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'. [funcArgNamesDifferent]
lamarc/src/xml/xml.h:76:40: note: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:223:42: note: Function 'checkElemCount' argument 1 names different: declaration 'elem' definition 'parent'.
lamarc/src/xml/xml.cpp:262:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.cpp:269:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lamarc/src/xml/xml.h:53:17: style: Technically the member function 'XmlErrorSupport::GetFileName' can be const. [functionConst]
lamarc/src/xml/xml.cpp:48:18: note: Technically the member function 'XmlErrorSupport::GetFileName' can be const.
lamarc/src/xml/xml.h:53:17: note: Technically the member function 'XmlErrorSupport::GetFileName' can be const.
[02:05]

ftp://ftp.se.debian.org/debian/pool/main/l/lambda-align/lambda-align_1.0.3.orig.tar.gz
lambda-lambda-v1.0.3/src/lambda.hpp:455:0: error: syntax error [syntaxError]
lambda-lambda-v1.0.3/src/radix_inplace.h:400:0: error: syntax error [syntaxError]
[02:05]

ftp://ftp.se.debian.org/debian/pool/main/l/lambda-term/lambda-term_1.10.1.orig.tar.gz
[02:05]

ftp://ftp.se.debian.org/debian/pool/main/l/lambdabot/lambdabot_5.1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lame/lame_3.99.5+repack1.orig.tar.gz
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:386:77: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:387:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:388:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:389:76: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:390:75: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:391:85: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1047:29: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1083:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1115:28: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1147:27: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:1183:28: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/ACM.cpp:253:74: style: Same expression on both sides of '|'. [duplicateExpression]
lame-3.99.5+repack1/ACM/ACM.cpp:1213:6: style: The scope of the variable 'Block_size' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/ACM.cpp:1214:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/ACM.cpp:113:51: style: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/ACM.h:57:39: note: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'.
lame-3.99.5+repack1/ACM/ACM.cpp:113:51: note: Function 'operator<' argument 1 names different: declaration 'bitrate' definition 'other_bitrate'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:72:10: warning: The buffer 'prefix' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:437:2: warning: Member variable 'TiXmlAttribute::document' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:440:2: warning: Member variable 'TiXmlAttribute::document' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:235:19: performance: Technically the member function 'AEncodeProperties::GetBitrateLentgh' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:304:19: performance: Technically the member function 'AEncodeProperties::GetChannelLentgh' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/ACM.h:86:7: performance: Technically the member function 'ACM::GetPCMFormatForIndex' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/ACM.cpp:1255:11: note: Technically the member function 'ACM::GetPCMFormatForIndex' can be static.
lame-3.99.5+repack1/ACM/ACM.h:86:7: note: Technically the member function 'ACM::GetPCMFormatForIndex' can be static.
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:48:2: style: Class 'ADbg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:527:2: style: Class 'TiXmlElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:620:2: style: Class 'TiXmlText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:737:2: style: Class 'TiXmlDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:59:2: style: Class 'AEncodeProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/ACM.h:63:2: style: Class 'ACM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:466:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:466:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:469:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:469:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:561:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:561:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:563:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:563:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:567:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:567:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:574:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:574:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:598:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:598:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:600:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:600:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:604:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:604:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:611:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:611:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:625:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:625:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:627:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:627:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:636:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:636:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:638:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:638:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:676:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:676:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:678:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:678:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:682:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:682:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:689:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:689:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:710:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:710:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:712:16: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:94:16: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:712:16: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:716:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:716:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:723:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:723:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:754:22: style: The function 'Parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:135:22: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:754:22: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:782:15: style: The function 'StreamOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:97:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:782:15: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:784:21: style: The function 'Clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:393:21: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:784:21: note: Function in derived class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:791:15: style: The function 'StreamIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:396:15: note: Virtual function in base class
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:791:15: note: Function in derived class
lame-3.99.5+repack1/ACM/AEncodeProperties.h:362:43: performance: Function parameter 'config_name' should be passed by const reference. [passedByValue]
lame-3.99.5+repack1/ACM/ACMStream.cpp:118:2: style: Variable 'bResult' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/ACM/ACMStream.cpp:110:0: note: Variable 'bResult' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/ACMStream.cpp:118:2: note: Variable 'bResult' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/ACMStream.h:67:22: style: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/ACM/ACMStream.cpp:62:2: note: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list.
lame-3.99.5+repack1/ACM/ACMStream.h:67:22: note: Member variable 'ACMStream::gfp' is in the wrong place in the initializer list.
lame-3.99.5+repack1/ACM/ACMStream.cpp:65:1: style: Class 'ACMStream' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lame-3.99.5+repack1/ACM/ACMStream.cpp:65:1: style: Class 'ACMStream' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:116:22: style: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/ADbg/ADbg.h:52:17: note: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:116:22: note: Function 'OutPut' argument 1 names different: declaration 'level' definition 'forLevel'.
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:126:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:128:2: error: va_list 'tstlist' was opened but not closed by va_end(). [va_end_missing]
lame-3.99.5+repack1/ACM/ADbg/ADbg.cpp:139:32: error: va_list 'tstlist' was opened but not closed by va_end(). [va_end_missing]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1589:7: style: Condition 'bShouldEnd' is always true [knownConditionTrueFalse]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1510:21: note: Assignment 'bShouldEnd=true', assigned value is 1
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1589:7: note: Condition 'bShouldEnd' is always true
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:184:4: warning: Either the condition 'the_prop!=NULL' is redundant or there is possible null pointer dereference: the_prop. [nullPointerRedundantCheck]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:186:20: note: Assuming that condition 'the_prop!=NULL' is not redundant
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:184:4: note: Null pointer dereference
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:171:13: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:183:15: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:393:48: style: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:324:30: note: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:393:48: note: Function 'Config' argument 1 names different: declaration 'hInstance' definition 'Hinstance'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:428:44: style: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:329:26: note: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:428:44: note: Function 'InitConfigDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:541:49: style: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:338:31: note: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:541:49: note: Function 'UpdateDlgFromValue' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:650:49: style: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:334:31: note: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:650:49: note: Function 'UpdateValueFromDlg' argument 1 names different: declaration 'hDialog' definition 'HwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: style: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:362:43: note: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: note: Function 'SelectSavedParams' argument 1 names different: declaration 'config_name' definition 'the_string'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1963:50: style: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:381:32: note: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1963:50: note: Function 'UpdateDlgFromSlides' argument 1 names different: declaration 'parent_window' definition 'hwndDlg'.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:401:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:488:7: style: Variable 'DisplayStr' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/ACM/AEncodeProperties.h:230:12: performance: Technically the member function 'AEncodeProperties::GetBitrateString' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:264:30: note: Technically the member function 'AEncodeProperties::GetBitrateString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:230:12: note: Technically the member function 'AEncodeProperties::GetBitrateString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:300:15: performance: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:247:33: note: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:300:15: note: Technically the member function 'AEncodeProperties::GetChannelModeString' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:353:7: performance: Technically the member function 'AEncodeProperties::ParamsSave' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:808:25: note: Technically the member function 'AEncodeProperties::ParamsSave' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:353:7: note: Technically the member function 'AEncodeProperties::ParamsSave' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:433:14: performance: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1286:32: note: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:433:14: note: Technically the member function 'AEncodeProperties::SetAttributeBool' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:435:7: performance: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static. [functionStatic]
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:2012:25: note: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.h:435:7: note: Technically the member function 'AEncodeProperties::EnableAbrOptions' can be static.
lame-3.99.5+repack1/ACM/AEncodeProperties.cpp:1266:61: performance: Function parameter 'the_string' should be passed by const reference. [passedByValue]
lame-3.99.5+repack1/ACM/main.cpp:141:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/main.cpp:199:20: style: C-style pointer casting [cstyleCast]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:96:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:110:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:82:32: style: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:399:22: note: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:82:32: note: Function 'TiXmlNode' argument 1 names different: declaration 'type' definition '_type'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:124:48: style: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:402:38: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:124:48: note: Function 'LinkEndChild' argument 1 names different: declaration 'addThis' definition 'node'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:276:59: style: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:320:49: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:276:59: note: Function 'IterateChildren' argument 1 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:404:48: style: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:527:35: note: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:404:48: note: Function 'TiXmlElement' argument 1 names different: declaration 'value' definition '_value'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:443:63: style: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:551:13: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:443:63: note: Function 'SetAttribute' argument 2 names different: declaration 'value' definition 'val'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:528:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:565:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:528:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:744:47: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:472:40: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:744:47: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:813:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:602:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:813:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:842:42: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:629:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:842:42: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:861:56: style: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:662:39: note: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:861:56: note: Function 'TiXmlDeclaration' argument 1 names different: declaration 'version' definition '_version'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:862:29: style: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:663:27: note: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:862:29: note: Function 'TiXmlDeclaration' argument 2 names different: declaration 'encoding' definition '_encoding'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:863:29: style: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:664:27: note: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:863:29: note: Function 'TiXmlDeclaration' argument 3 names different: declaration 'standalone' definition '_standalone'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:881:49: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:680:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:881:49: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:934:45: style: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:714:41: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:934:45: note: Function 'StreamOut' argument 1 names different: declaration 'out' definition 'stream'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:966:46: style: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:506:28: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:966:46: note: Function 'Add' argument 1 names different: declaration 'attribute' definition 'addMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:49: style: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:31: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:49: note: Function 'Remove' argument 1 names different: declaration 'attribute' definition 'removeMe'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:586:16: warning: Member variable 'TiXmlDocument::errorId' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:593:16: warning: Member variable 'TiXmlDocument::errorId' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:866:2: performance: Variable 'version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:867:2: performance: Variable 'encoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:868:2: performance: Variable 'standalone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:7: style: Technically the member function 'TiXmlAttributeSet::Remove' can be const. [functionConst]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.cpp:977:25: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:507:7: note: Technically the member function 'TiXmlAttributeSet::Remove' can be const.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:347:16: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:524:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:694:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '<'' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:769:17: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '='' is always true. [redundantCondition]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:712:8: warning: Either the condition 'p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:702:10: note: Assuming that condition 'p' is not redundant
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:712:8: note: Null pointer dereference
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:115:47: style: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:138:44: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:115:47: note: Function 'GetEntity' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:146:21: style: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:161:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:146:21: note: Function 'StringEqual' argument 2 names different: declaration 'endTag' definition 'tag'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:191:46: style: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:129:43: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:191:46: note: Function 'ReadText' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:193:15: style: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:131:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:193:15: note: Function 'ReadText' argument 3 names different: declaration 'ignoreWhiteSpace' definition 'trimWhiteSpace'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:195:15: style: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:133:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:195:15: note: Function 'ReadText' argument 5 names different: declaration 'ignoreCase' definition 'caseInsensitive'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:342:45: style: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:405:35: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:342:45: note: Function 'Identify' argument 1 names different: declaration 'start' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:606:50: style: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'. [funcArgNamesDifferent]
lame-3.99.5+repack1/ACM/tinyxml/tinyxml.h:580:37: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:606:50: note: Function 'ReadValue' argument 1 names different: declaration 'in' definition 'p'.
lame-3.99.5+repack1/ACM/tinyxml/tinyxmlparser.cpp:118:9: style: Unused variable: ent [unusedVariable]
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:183:2: style: Variable 'itemElement' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:144:2: note: Variable 'itemElement' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:183:2: note: Variable 'itemElement' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/ACM/tinyxml/xmltest.cpp:47:14: style: The scope of the variable 'demoStart' can be reduced. [variableScope]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:85:9: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:82:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:85:9: note: Variable 'fp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:231:5: style: Variable 'gfp' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:228:0: note: Variable 'gfp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/BladeMP3EncDLL.c:231:5: note: Variable 'gfp' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/Dll/Example.cpp:137:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:178:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:178:3: error: Resource leak: pFileOut [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:192:3: error: Resource leak: pFileIn [resourceLeak]
lame-3.99.5+repack1/Dll/Example.cpp:192:3: error: Resource leak: pFileOut [resourceLeak]
lame-3.99.5+repack1/dshow/Encoder.cpp:30:11: warning: Member variable 'CEncoder::m_mabsi' is not initialized in the constructor. [uninitMemberVar]
lame-3.99.5+repack1/dshow/Encoder.h:163:25: style: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/dshow/Encoder.cpp:36:5: note: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:163:25: note: Member variable 'CEncoder::m_frameCount' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:156:25: style: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list. [initializerList]
lame-3.99.5+repack1/dshow/Encoder.cpp:37:5: note: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.h:156:25: note: Member variable 'CEncoder::pgf' is in the wrong place in the initializer list.
lame-3.99.5+repack1/dshow/Encoder.cpp:39:5: style: Class 'CEncoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lame-3.99.5+repack1/dshow/Encoder.cpp:39:5: style: Class 'CEncoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lame-3.99.5+repack1/dshow/Mpegac.cpp:649:32: warning: Either the condition 'pwfx' is redundant or there is possible null pointer dereference: pwfx. [nullPointerRedundantCheck]
lame-3.99.5+repack1/dshow/Mpegac.cpp:642:13: note: Assuming that condition 'pwfx' is not redundant
lame-3.99.5+repack1/dshow/Mpegac.cpp:649:32: note: Null pointer dereference
lame-3.99.5+repack1/dshow/Mpegac.cpp:439:3: style: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lame-3.99.5+repack1/dshow/Mpegac.cpp:437:0: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
lame-3.99.5+repack1/dshow/Mpegac.cpp:439:3: note: Variable 'hr' is reassigned a value before the old one has been used if variable is no semaphore variable.
lame-3.99.5+repack1/dshow/aboutprp.cpp:77:32: style: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'. [funcArgNamesDifferent]
lame-3.99.5+repack1/dshow/aboutprp.h:27:25: note: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'.
lame-3.99.5+repack1/dshow/aboutprp.cpp:77:32: note: Function 'CMAEAbout' argument 1 names different: declaration 'lpUnk' definition 'lpunk'.
lame-3.99.5+repack1/frontend/brhist.c:196:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lame-3.99.5+repack1/frontend/get_audio.c:296:18: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:296:18: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:321:5: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:321:5: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:322:12: warning: Either the condition 'b!=0' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/get_audio.c:298:11: note: Assuming that condition 'b!=0' is not redundant
lame-3.99.5+repack1/frontend/get_audio.c:322:12: note: Null pointer dereference
lame-3.99.5+repack1/frontend/get_audio.c:739:18: style: The scope of the variable 'remaining' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:741:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:1356:13: style: The scope of the variable 'block_align' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:1359:13: style: The scope of the variable 'avg_bytes_per_sec' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/get_audio.c:2123:25: style: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/get_audio.h:45:34: note: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'.
lame-3.99.5+repack1/frontend/get_audio.c:2123:25: note: Function 'is_mpeg_file_format' argument 1 names different: declaration 'input_format' definition 'input_file_format'.
lame-3.99.5+repack1/frontend/gpkplotting.c:103:15: style: The scope of the variable 'points' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:104:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:106:14: style: The scope of the variable 'fixed_font' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:157:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:197:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:199:14: style: The scope of the variable 'fixed_font' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:201:13: style: The scope of the variable 'titleSplit' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gpkplotting.c:192:23: style: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/gpkplotting.h:46:55: note: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'.
lame-3.99.5+repack1/frontend/gpkplotting.c:192:23: note: Function 'gpk_bargraph_draw' argument 11 names different: declaration 'bwidth' definition 'barwidth'.
lame-3.99.5+repack1/frontend/gtkanal.c:287:21: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lame-3.99.5+repack1/frontend/gtkanal.c:257:29: note: Assignment 'pplot2=NULL', assigned value is 0
lame-3.99.5+repack1/frontend/gtkanal.c:287:21: note: Null pointer addition
lame-3.99.5+repack1/frontend/gtkanal.c:130:16: style: The scope of the variable 'init' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:131:16: style: The scope of the variable 'mpglag' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:133:11: style: The scope of the variable 'mpg123pcm' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:135:13: style: The scope of the variable 'mp3count' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:136:13: style: The scope of the variable 'mp3out' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:138:19: style: The scope of the variable 'mp3buffer' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:252:28: style: The scope of the variable 'data3' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:261:13: style: The scope of the variable 'barthick' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/gtkanal.c:891:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/lame_main.c:541:17: style: The scope of the variable 'slasher' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/lame_main.c:361:14: style: Checking if unsigned variable 'imp3' is less than zero. [unsignedLessThanZero]
lame-3.99.5+repack1/frontend/lame_main.c:661:9: warning: The buffer 'nogapdir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lame-3.99.5+repack1/frontend/parse.c:2306:22: warning: Either the condition 'num_nogap!=NULL' is redundant or there is possible null pointer dereference: num_nogap. [nullPointerRedundantCheck]
lame-3.99.5+repack1/frontend/parse.c:2297:32: note: Assuming that condition 'num_nogap!=NULL' is not redundant
lame-3.99.5+repack1/frontend/parse.c:2306:22: note: Null pointer dereference
lame-3.99.5+repack1/frontend/parse.c:1372:11: style: The scope of the variable 'albumart' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1463:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1465:17: style: The scope of the variable 'arg' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1466:17: style: The scope of the variable 'nextArg' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1467:17: style: The scope of the variable 'argUsed' can be reduced. [variableScope]
lame-3.99.5+repack1/frontend/parse.c:1430:79: style: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/parse.h:15:67: note: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'.
lame-3.99.5+repack1/frontend/parse.c:1430:79: note: Function 'parse_args' argument 7 names different: declaration 'max_nogap' definition 'num_nogap'.
lame-3.99.5+repack1/frontend/rtp.c:97:24: style: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/rtp.h:37:57: note: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'.
lame-3.99.5+repack1/frontend/rtp.c:97:24: note: Function 'rtp_socket' argument 1 names different: declaration 'Address' definition 'address'.
lame-3.99.5+repack1/frontend/timestatus.c:209:50: style: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:29:61: note: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:209:50: note: Function 'encoder_progress_begin' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:210:50: style: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:30:61: note: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'.
lame-3.99.5+repack1/frontend/timestatus.c:210:50: note: Function 'encoder_progress_begin' argument 2 names different: declaration 'inpath' definition 'inPath'.
lame-3.99.5+repack1/frontend/timestatus.c:211:50: style: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:31:61: note: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'.
lame-3.99.5+repack1/frontend/timestatus.c:211:50: note: Function 'encoder_progress_begin' argument 3 names different: declaration 'outpath' definition 'outPath'.
lame-3.99.5+repack1/frontend/timestatus.c:287:44: style: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:32:52: note: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:287:44: note: Function 'encoder_progress' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:320:48: style: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'. [funcArgNamesDifferent]
lame-3.99.5+repack1/frontend/timestatus.h:33:55: note: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:320:48: note: Function 'encoder_progress_end' argument 1 names different: declaration 'gfp' definition 'gf'.
lame-3.99.5+repack1/frontend/timestatus.c:420:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lame-3.99.5+repack1/frontend/timestatus.c:421:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:126:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:153:16: style: The scope of the variable 'indx' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:154:13: style: The scope of the variable 'seek_point' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:364:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:263:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:265:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:266:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:267:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:268:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:269:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:271:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:272:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:273:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:274:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:276:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:277:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:278:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:279:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:280:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/libmp3lame/VbrTag.c:1030:48: style: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/VbrTag.h:75:56: note: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'.
lame-3.99.5+repack1/libmp3lame/VbrTag.c:1030:48: note: Function 'PutVbrTag' argument 2 names different: declaration 'fid' definition 'fpStream'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:252:27: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lame-3.99.5+repack1/libmp3lame/bitstream.c:250:23: note: outer condition: remainingBits>=32
lame-3.99.5+repack1/libmp3lame/bitstream.c:252:27: note: identical inner condition: remainingBits>=32
lame-3.99.5+repack1/libmp3lame/bitstream.c:230:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/bitstream.c:806:24: style: The scope of the variable 'remaining_headers' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/bitstream.c:304:55: style: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:35:63: note: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:304:55: note: Function 'CRC_writeheader' argument 2 names different: declaration 'buffer' definition 'header'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:47: style: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:36:55: note: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:47: note: Function 'compute_flushbits' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:57: style: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:36:65: note: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:802:57: note: Function 'compute_flushbits' argument 2 names different: declaration 'nbytes' definition 'total_bytes_output'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:67: style: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:32:75: note: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:67: note: Function 'copy_buffer' argument 3 names different: declaration 'buffer_size' definition 'size'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:77: style: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/bitstream.h:33:25: note: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:1079:77: note: Function 'copy_buffer' argument 4 names different: declaration 'update_crc' definition 'mp3data'.
lame-3.99.5+repack1/libmp3lame/bitstream.c:990:41: style: Variable 'cfg' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/bitstream.c:991:39: style: Variable 'rsv' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/bitstream.c:992:31: style: Variable 'rov' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/libmp3lame/encoder.c:193:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/encoder.c:193:17: style: The scope of the variable 'gr' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/encoder.c:364:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:198:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:249:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/fft.c:195:70: style: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:29:50: note: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:195:70: note: Function 'fft_short' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:16: style: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:25:62: note: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:16: note: Function 'fft_long' argument 2 names different: declaration 'x_real' definition 'x'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:59: style: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/fft.h:26:49: note: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/fft.c:247:59: note: Function 'fft_long' argument 4 names different: declaration 'data' definition 'buffer'.
lame-3.99.5+repack1/libmp3lame/gain_analysis.c:327:13: style: The scope of the variable 'cursamples' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/gain_analysis.c:329:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/id3tag.c:759:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/id3tag.c:1108:17: style: The scope of the variable 'trackcount' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:1362:49: style: Condition 'fft_asm_used==1' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1362:49: note: Condition 'fft_asm_used==1' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:1368:49: style: Condition 'fft_asm_used==2' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1368:49: note: Condition 'fft_asm_used==2' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:1372:49: style: Condition 'fft_asm_used==3' is always false [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/lame.c:1339:32: note: Assignment 'fft_asm_used=0', assigned value is 0
lame-3.99.5+repack1/libmp3lame/lame.c:1372:49: note: Condition 'fft_asm_used==3' is always false
lame-3.99.5+repack1/libmp3lame/lame.c:111:19: style: The scope of the variable 'maxband' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:111:28: style: The scope of the variable 'minband' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:113:13: style: The scope of the variable 'lowpass_band' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:114:13: style: The scope of the variable 'highpass_band' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/lame.c:80:58: style: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:613:70: note: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/lame.c:80:58: note: Function 'is_lame_internal_flags_valid' argument 1 names different: declaration 'gfp' definition 'gfc'.
lame-3.99.5+repack1/libmp3lame/lame.c:667:60: style: struct member 'q_map::lp' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1156:35: style: The scope of the variable 't' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1414:12: style: The scope of the variable 'wsamp_l' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1415:12: style: The scope of the variable 'wsamp_s' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1416:13: style: The scope of the variable 'fftenergy' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1423:13: style: The scope of the variable 'thmm' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1429:20: style: The scope of the variable 'const_fftenergy_s' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1436:18: style: The scope of the variable 'sb' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1436:22: style: The scope of the variable 'sblock' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1505:48: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1505:52: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1608:30: style: The scope of the variable 'temp' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/psymodel.c:1399:57: style: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:33:64: note: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1399:57: note: Function 'L3psycho_anal_vbr' argument 3 names different: declaration 'gr' definition 'gr_out'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1400:33: style: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:34:41: note: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1400:33: note: Function 'L3psycho_anal_vbr' argument 4 names different: declaration 'ratio' definition 'masking_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1401:33: style: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:35:41: note: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1401:33: note: Function 'L3psycho_anal_vbr' argument 5 names different: declaration 'MS_ratio' definition 'masking_MS_ratio'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:25: style: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:33: note: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:25: note: Function 'L3psycho_anal_vbr' argument 6 names different: declaration 'pe' definition 'percep_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:50: style: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:46: note: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1402:50: note: Function 'L3psycho_anal_vbr' argument 7 names different: declaration 'pe_MS' definition 'percep_MS_entropy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1403:25: style: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/psymodel.h:36:62: note: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:1403:25: note: Function 'L3psycho_anal_vbr' argument 8 names different: declaration 'ener' definition 'energy'.
lame-3.99.5+repack1/libmp3lame/psymodel.c:2024:22: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lame-3.99.5+repack1/libmp3lame/quantize.c:1355:5: style: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1350:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1355:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1356:5: style: Variable 'bitsPerFrame' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1351:5: note: Variable 'bitsPerFrame' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1356:5: note: Variable 'bitsPerFrame' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1783:5: style: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/quantize.c:1780:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:1783:5: note: Variable 'eov->bitrate_index' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/quantize.c:76:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:114:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:230:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:458:21: style: The scope of the variable 'width' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1254:20: style: The scope of the variable 'over' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1402:18: style: The scope of the variable 'mxb' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1501:13: style: The scope of the variable 'used_bits' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1688:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1996:24: style: The scope of the variable 'max_bits' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize.c:1492:36: style: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:29:44: note: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1492:36: note: Function 'VBR_old_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1647:36: style: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:32:44: note: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1647:36: note: Function 'VBR_new_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1902:32: style: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:35:40: note: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1902:32: note: Function 'ABR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1990:32: style: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize.h:26:40: note: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:1990:32: note: Function 'CBR_iteration_loop' argument 3 names different: declaration 'ms_ratio' definition 'ms_ener_ratio'.
lame-3.99.5+repack1/libmp3lame/quantize.c:911:31: style: Unused variable: ipow20 [unusedVariable]
lame-3.99.5+repack1/libmp3lame/quantize.c:1508:22: warning: The array 'frameBits' is too small, the function 'VBR_old_prepare' expects a bigger one. [argumentSize]
lame-3.99.5+repack1/libmp3lame/quantize.c:1668:22: warning: The array 'frameBits' is too small, the function 'VBR_new_prepare' expects a bigger one. [argumentSize]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:341:13: style: The scope of the variable 'adjust' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:341:21: style: The scope of the variable 'db' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:342:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:342:16: style: The scope of the variable 'sel' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:940:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:940:19: style: The scope of the variable 'l' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:591:79: style: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:94:87: note: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'.
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:591:79: note: Function 'calc_xmin' argument 4 names different: declaration 'l3_xmin' definition 'pxmin'.
lame-3.99.5+repack1/libmp3lame/quantize_pvt.c:849:32: style: Unused variable: pow20 [unusedVariable]
lame-3.99.5+repack1/libmp3lame/reservoir.c:175:76: style: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/reservoir.h:26:84: note: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'.
lame-3.99.5+repack1/libmp3lame/reservoir.c:175:76: note: Function 'ResvMaxBits' argument 4 names different: declaration 'max_bits' definition 'extra_bits'.
lame-3.99.5+repack1/libmp3lame/set_get.c:2127:0: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
lame-3.99.5+repack1/libmp3lame/takehiro.c:814:27: style: The scope of the variable 'r0t' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:854:23: style: The scope of the variable 'a2' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:854:33: style: The scope of the variable 'r2t' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:1220:60: style: The scope of the variable 'window' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/takehiro.c:656:36: style: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:110:44: note: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:656:36: note: Function 'noquant_count_bits' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:769:52: style: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:108:36: note: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:769:52: note: Function 'count_bits' argument 3 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:885:76: style: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/quantize_pvt.h:113:84: note: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/takehiro.c:885:76: note: Function 'best_huffman_divide' argument 2 names different: declaration 'cod_info' definition 'gi'.
lame-3.99.5+repack1/libmp3lame/util.c:537:21: style: The scope of the variable 'xvalue' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/util.c:241:46: style: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:568:63: note: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'.
lame-3.99.5+repack1/libmp3lame/util.c:241:46: note: Function 'ATHformula' argument 2 names different: declaration 'freq' definition 'f'.
lame-3.99.5+repack1/libmp3lame/util.c:342:34: style: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/util.h:567:49: note: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'.
lame-3.99.5+repack1/libmp3lame/util.c:342:34: note: Function 'nearestBitrateFullIndex' argument 1 names different: declaration 'brate' definition 'bitrate'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: style: Condition 'vm0p==1' is always true [knownConditionTrueFalse]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:41: note: Assignment 'vm0p=1', assigned value is 1
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: note: Condition 'vm0p==1' is always true
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1147:5: style: Variable 'nbits' is reassigned a value before the old one has been used. [redundantAssignment]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1144:0: note: Variable 'nbits' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1147:5: note: Variable 'nbits' is reassigned a value before the old one has been used.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: style: Same expression on both sides of '==' because the value of 'vm0p' and '1' are the same. [duplicateExpression]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:41: note: 'vm0p' is assigned value '1' here.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:891:14: note: Same expression on both sides of '==' because the value of 'vm0p' and '1' are the same.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:397:13: style: The scope of the variable 'max_xr34' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:13: style: The scope of the variable 'v' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:778:20: style: The scope of the variable 'v1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:13: style: The scope of the variable 'v' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:20: style: The scope of the variable 'v1' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:24: style: The scope of the variable 'v0p' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:858:29: style: The scope of the variable 'v1p' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1017:13: style: The scope of the variable 'gain' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1272:17: style: The scope of the variable 'sum_fr' can be reduced. [variableScope]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1256:63: style: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'. [funcArgNamesDifferent]
lame-3.99.5+repack1/libmp3lame/vbrquantize.h:26:71: note: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1256:63: note: Function 'VBR_encode_frame' argument 4 names different: declaration 'maxbits' definition 'max_bits'.
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:78:13: style: union member 'fi_union::f' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:79:13: style: union member 'fi_union::i' is never used. [unusedStructMember]
lame-3.99.5+repack1/libmp3lame/vbrquantize.c:1068:17: style: Variable 'nbits' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/abx.c:748:30: warning: Logical conjunction always evaluates to false: state == 6 && state == 7. [incorrectLogicOperator]
lame-3.99.5+repack1/misc/abx.c:759:30: warning: Logical conjunction always evaluates to false: state == 6 && state == 7. [incorrectLogicOperator]
lame-3.99.5+repack1/misc/abx.c:373:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:373:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:538:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:549:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/abx.c:211:20: style: The scope of the variable 'bits' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:397:18: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:398:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:584:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1024:13: style: The scope of the variable 'max' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1025:13: style: The scope of the variable 'y1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1026:13: style: The scope of the variable 'y2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1027:13: style: The scope of the variable 'y3' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1028:13: style: The scope of the variable 'yo' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1030:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/abx.c:1121:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lame-3.99.5+repack1/misc/abx.c:110:25: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/abx.c:546:11: style: Variable 'org' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/ath.c:52:0: error: #error no soundcard include [preprocessorErrorDirective]
lame-3.99.5+repack1/misc/mlame_corr.c:29:18: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:30:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:52:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:53:19: style: The scope of the variable 't2' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:76:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:95:19: style: The scope of the variable 't1' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:204:12: style: The scope of the variable 'name' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:205:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/mlame_corr.c:120:26: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:122:18: style: Unused variable: rd [unusedVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:133:10: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/mlame_corr.c:134:10: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lame-3.99.5+repack1/misc/scalartest.c:36:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/scalartest.c:70:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lame-3.99.5+repack1/misc/scalartest.c:32:25: style: The scope of the variable 'l' can be reduced. [variableScope]
lame-3.99.5+repack1/misc/scalartest.c:96:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/decode_i386.c:106:5: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/decode_i386.c:106:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/decode_i386.c:223:5: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lame-3.99.5+repack1/mpglib/interface.c:319:19: warning: Either the condition '!buf' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
lame-3.99.5+repack1/mpglib/interface.c:320:17: note: Assuming that condition '!buf' is not redundant
lame-3.99.5+repack1/mpglib/interface.c:319:19: note: Null pointer dereference
lame-3.99.5+repack1/mpglib/interface.c:407:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/interface.c:407:22: style: The scope of the variable 'bits' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/interface.c:688:37: style: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:49: note: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:688:37: note: Function 'decodeMP3' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:688:45: style: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:63: note: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:688:45: note: Function 'decodeMP3' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:688:58: style: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:32:80: note: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:688:58: note: Function 'decodeMP3' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:688:67: style: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:33:27: note: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:688:67: note: Function 'decodeMP3' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:700:47: style: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:59: note: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:700:47: note: Function 'decodeMP3_unclipped' argument 2 names different: declaration 'inmemory' definition 'in'.
lame-3.99.5+repack1/mpglib/interface.c:700:55: style: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:73: note: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:700:55: note: Function 'decodeMP3_unclipped' argument 3 names different: declaration 'inmemsize' definition 'isize'.
lame-3.99.5+repack1/mpglib/interface.c:700:68: style: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:39:90: note: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:700:68: note: Function 'decodeMP3_unclipped' argument 4 names different: declaration 'outmemory' definition 'out'.
lame-3.99.5+repack1/mpglib/interface.c:700:77: style: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/interface.h:40:37: note: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/interface.c:700:77: note: Function 'decodeMP3_unclipped' argument 5 names different: declaration 'outmemsize' definition 'osize'.
lame-3.99.5+repack1/mpglib/layer1.c:103:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer1.c:122:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:129:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:146:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer1.c:169:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer2.c:62:25: style: The scope of the variable 'len' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer2.c:63:13: style: The scope of the variable 'table' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer2.c:65:27: style: The scope of the variable 'itable' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:717:13: style: The scope of the variable 'me' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:1784:21: style: The scope of the variable 'ifqstep' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/layer3.c:821:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/layer3.c:984:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lame-3.99.5+repack1/mpglib/tabinit.c:115:22: style: The scope of the variable 'kr' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:115:26: style: The scope of the variable 'divv' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:116:21: style: The scope of the variable 'costab' can be reduced. [variableScope]
lame-3.99.5+repack1/mpglib/tabinit.c:113:25: style: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'. [funcArgNamesDifferent]
lame-3.99.5+repack1/mpglib/tabinit.h:30:33: note: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'.
lame-3.99.5+repack1/mpglib/tabinit.c:113:25: note: Function 'make_decode_tables' argument 1 names different: declaration 'scale' definition 'scaleval'.
[02:05]

ftp://ftp.se.debian.org/debian/pool/main/l/lammps/lammps_0~20180510.gitaa1d815fe.orig.tar.xz
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:16: style: Expression is always false because 'else if' condition matches previous condition at line 56. [multiCondition]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:22: warning: Identical condition 'name=="AtomicTwiceKineticEnergy"', second condition is always false [identicalConditionAfterEarlyExit]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:56:22: note: first condition
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:58:22: note: second condition
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:37: style: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:0: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1000:37: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:37: style: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:0: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1141:37: note: Variable 'rhsMaskMD' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/Utility.h:139:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/Utility.h:287:12: style: The scope of the variable 'begin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:488:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:517:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:656:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity-inl.h:700:13: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2334:9: style: The scope of the variable 'argIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:272:40: style: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:65:28: note: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:272:40: note: Function 'AliasArray' argument 2 names different: declaration 'A' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:32: style: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:32:23: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:32: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:41: style: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:32:30: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:104:41: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:38: style: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:36:29: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:38: note: Function 'operator()' argument 1 names different: declaration 'i' definition 'row'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:47: style: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:36:36: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:110:47: note: Function 'operator()' argument 2 names different: declaration 'j' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:116:38: style: Function 'column' argument 1 names different: declaration 'i' definition 'col'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:34:29: note: Function 'column' argument 1 names different: declaration 'i' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:116:38: note: Function 'column' argument 1 names different: declaration 'i' definition 'col'.
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:196:43: warning: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/MatrixDef.h:134:62: note: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A'
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:196:43: note: Function 'operator*' argument order different: declaration 'A, x' definition 'x, A'
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1039:58: style: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:151:46: note: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1039:58: note: Function 'compute_rhs_vector' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1080:27: style: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:328:64: note: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1080:27: note: Function 'masked_atom_domain_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1106:27: style: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:333:54: note: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1106:27: note: Function 'evaluate_rhs_integral' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1108:33: style: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:336:56: note: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1108:33: note: Function 'evaluate_rhs_integral' argument 4 names different: declaration 'domain' definition 'integrationType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1877:56: style: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:360:52: note: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1877:56: note: Function 'compute_md_mass_matrix' argument 2 names different: declaration 'massMats' definition 'massMat'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2278:57: style: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:322:45: note: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2278:57: note: Function 'compute_flux' argument 1 names different: declaration 'rhs_mask' definition 'rhsMask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2282:40: style: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:326:34: note: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2282:40: note: Function 'compute_flux' argument 5 names different: declaration 'normalize' definition 'project'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:581:0: style: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:116:0: note: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:581:0: note: Function 'divide_zero_safe' argument 1 names different: declaration 'B' definition 'R'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:645:0: style: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:119:0: note: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:645:0: note: Function 'operator=' argument 1 names different: declaration 'c' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:877:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:879:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:884:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:919:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:921:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:926:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:950:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:952:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:968:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:970:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:987:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:989:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:24:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:38:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:51:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:102:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:148:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:184:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:200:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:224:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:56:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:47:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:72:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:85:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:96:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:289:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:68:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:127:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:162:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:198:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:173:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:195:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:278:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:338:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:740:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:842:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:860:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:877:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:899:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:935:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:951:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1002:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1096:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1127:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1143:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1160:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1232:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1366:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1430:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1456:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1628:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2032:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2078:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2091:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2264:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:2292:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:81:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:261:16: warning: Member variable 'AliasArray::len_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:261:16: warning: Member variable 'AliasArray::data_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:54:17: warning: Member variable 'CloneVector::_clone_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:54:17: warning: Member variable 'CloneVector::_idx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::memory' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::universe' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::input' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::atom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::update' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::neighbor' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::domain' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::force' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::modify' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::group' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::output' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::timer' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::infile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::screen' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::logfile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::initclock' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix2' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::suffix_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::exename' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::packargs' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::num_package' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::kokkos' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::python' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:71:3: warning: Member variable 'LAMMPS::citeme' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::memory' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::universe' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::input' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::atom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::update' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::neighbor' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::domain' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::force' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::modify' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::group' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::output' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::timer' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::world' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::infile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::screen' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::logfile' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::initclock' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix2' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::suffix_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::exename' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::packargs' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::num_package' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::kokkos' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::python' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:72:3: warning: Member variable 'LAMMPS::citeme' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::filterScale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::useFilter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::equilibrateFilter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::needReset_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:91:5: warning: Member variable 'TimeFilterManager::endEquilibrate_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::filterScale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:208:5: warning: Member variable 'TimeFilter::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:736:5: warning: Member variable 'TimeFilterStep::elapsedTime_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:13:5: warning: Member variable 'Node::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:13:5: warning: Member variable 'Node::coords_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:512:5: warning: Member variable 'FE_3DMesh::minEltSize_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:512:5: warning: Member variable 'FE_3DMesh::tree_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::n_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::borders_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:619:5: warning: Member variable 'FE_Rectangular3DMesh::L_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::atc_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::modelManager_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::modelType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::physicsModel_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:275:5: warning: Member variable 'ExtrinsicModel::nsd_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < double >::v' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < double >::add' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix-inl.h:10:0: warning: Member variable 'ATC_matrix :: TRI_COORD < U >::add' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:116:0: style: 'ATC_matrix :: SparseMatrix < double >::operator=' should return 'ATC_matrix :: SparseMatrix < double > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:116:0: style: 'ATC_matrix :: SparseMatrix < U >::operator=' should return 'ATC_matrix :: SparseMatrix < U > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:81:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:82:0: error: No 'return' statement in non-void function causes undefined behavior. [operatorEqMissingReturnStatement]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:32:5: performance: Variable 'errorDescription_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:38:5: performance: Variable 'errorDescription_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:42:15: style: Technically the member function 'ATC::ATC_Error::error_description' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:62:10: style: Technically the member function 'ATC::DependencyManager::set_reset' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/memory.h:574:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:582:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:591:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.h:601:10: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute.h:158:14: performance: Technically the member function 'LAMMPS_NS::Compute::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:595:8: style: Technically the member function 'ATC::LammpsInterface::now' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:600:8: performance: Technically the member function 'ATC::LammpsInterface::neighbor_remap' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:662:15: performance: Technically the member function 'ATC::LammpsInterface::compute_pe_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:721:12: performance: Technically the member function 'ATC::HeartBeat::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:80:9: performance: Technically the member function 'ATC::OutputManager::data_type' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:26:25: style: Technically the member function 'ATC::Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:73:19: style: Technically the member function 'ATC::LinearFieldFunction::f' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:90:25: style: Technically the member function 'ATC::UXT_Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:156:25: style: Technically the member function 'ATC::XT_Function::tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:48:9: style: Technically the member function 'ATC::FE_Element::num_dims' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:51:9: style: Technically the member function 'ATC::FE_Element::num_elt_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:54:9: style: Technically the member function 'ATC::FE_Element::num_elt_nodes_1d' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:57:9: style: Technically the member function 'ATC::FE_Element::num_faces' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:60:9: style: Technically the member function 'ATC::FE_Element::num_face_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:284:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:295:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:305:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:308:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:311:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:320:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:326:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:329:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef_implicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:332:10: performance: Technically the member function 'ATC::TimeFilterExponential::update_filter_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:341:10: performance: Technically the member function 'ATC::TimeFilterExponential::add_to_filter_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:347:12: performance: Technically the member function 'ATC::TimeFilterExponential::unfiltered_coef_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:350:12: performance: Technically the member function 'ATC::TimeFilterExponential::filtered_coef_explicit' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:45:10: style: Technically the member function 'Node::operator==' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:369:10: style: Technically the member function 'ATC::FE_Mesh::element_field' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:565:14: style: Technically the member function 'ATC::FE_3DMesh::vectorComparer::operator()' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:42:14: style: Technically the member function 'ATC::FE_Engine::communicator' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:471:10: style: Technically the member function 'ATC::FE_Engine::element_coordinates' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:31:10: performance: Technically the member function 'ATC::PairMap::quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:32:10: performance: Technically the member function 'ATC::PairMap::set_quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:286:10: performance: Technically the member function 'ATC::InterscaleManager::add_quantity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:318:10: performance: Technically the member function 'ATC::InterscaleManager::force_reset_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:326:10: performance: Technically the member function 'ATC::InterscaleManager::set_memory_temporary' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:334:10: performance: Technically the member function 'ATC::InterscaleManager::dfs_prepare_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:357:10: performance: Technically the member function 'ATC::InterscaleManager::reset_nlocal_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:366:10: performance: Technically the member function 'ATC::InterscaleManager::lammps_reset_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:374:10: performance: Technically the member function 'ATC::InterscaleManager::size_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:382:10: performance: Technically the member function 'ATC::InterscaleManager::prepare_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:391:10: performance: Technically the member function 'ATC::InterscaleManager::post_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:400:10: performance: Technically the member function 'ATC::InterscaleManager::memory_usage_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:408:10: performance: Technically the member function 'ATC::InterscaleManager::pack_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:417:10: performance: Technically the member function 'ATC::InterscaleManager::unpack_exchange_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:425:10: performance: Technically the member function 'ATC::InterscaleManager::pack_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:434:10: performance: Technically the member function 'ATC::InterscaleManager::unpack_comm_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:450:10: performance: Technically the member function 'ATC::InterscaleManager::copy_arrays_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:50:17: performance: Technically the member function 'ATC::ATC_Method::version' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:151:9: performance: Technically the member function 'ATC::ATC_Method::peratom_freq' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:152:10: style: Technically the member function 'ATC::ATC_Method::set_peratom_pointer' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:241:10: style: Technically the member function 'ATC::ATC_Method::is_ghost_group' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:242:10: style: Technically the member function 'ATC::ATC_Method::is_internal_group' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:243:18: style: Technically the member function 'ATC::ATC_Method::ntracked' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:244:10: style: Technically the member function 'ATC::ATC_Method::has_tracked_species' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:295:9: style: Technically the member function 'ATC::ATC_Method::groupbit' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:297:9: style: Technically the member function 'ATC::ATC_Method::groupbit_ghost' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:299:23: style: Technically the member function 'ATC::ATC_Method::internal_to_atom_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:301:23: style: Technically the member function 'ATC::ATC_Method::ghost_to_atom_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:302:31: style: Technically the member function 'ATC::ATC_Method::atom_to_internal_map' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:312:26: style: Technically the member function 'ATC::ATC_Method::atom_to_element_map_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:314:9: style: Technically the member function 'ATC::ATC_Method::atom_to_element_map_frequency' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:322:37: style: Technically the member function 'ATC::ATC_Method::field_sizes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:330:25: style: Technically the member function 'ATC::ATC_Method::internal_element_set' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:336:10: style: Technically the member function 'ATC::ATC_Method::apply_inverse_mass_matrix' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:424:10: style: Technically the member function 'ATC::ATC_Method::kernel_based' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:426:10: style: Technically the member function 'ATC::ATC_Method::has_kernel_function' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:440:12: style: Technically the member function 'ATC::ATC_Method::ke_scale' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:441:12: style: Technically the member function 'ATC::ATC_Method::pe_scale' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:94:10: style: Technically the member function 'ATC::ATC_Coupling::atom_quadrature_on' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:95:35: style: Technically the member function 'ATC::ATC_Coupling::boundary_face_names' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:97:9: style: Technically the member function 'ATC::ATC_Coupling::boundary_integration_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:123:20: performance: Technically the member function 'ATC::ATC_Coupling::rhs_mask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:134:10: style: Technically the member function 'ATC::ATC_Coupling::source_atomic_quadrature' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:136:32: style: Technically the member function 'ATC::ATC_Coupling::source_integration' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:226:10: style: Technically the member function 'ATC::ATC_Coupling::track_charge' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:353:10: performance: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.cpp:1696:22: note: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:353:10: note: Technically the member function 'ATC::ATC_Coupling::delete_mass_mat_time_filter' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:148:9: style: Technically the member function 'ATC::AtomicRegulator::max_iterations' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:150:12: style: Technically the member function 'ATC::AtomicRegulator::tolerance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:156:9: style: Technically the member function 'ATC::AtomicRegulator::num_nodes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:158:9: style: Technically the member function 'ATC::AtomicRegulator::nsd' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:160:9: style: Technically the member function 'ATC::AtomicRegulator::nlocal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:162:29: style: Technically the member function 'ATC::AtomicRegulator::boundary_integration_type' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:165:44: style: Technically the member function 'ATC::AtomicRegulator::face_sets' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:53:19: performance: Technically the member function 'ATC::FieldManager::string_to_canonical_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:215:28: warning: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:250:26: note: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:215:28: note: The class 'AtomVolumeGroup' defines member variable with name 'atomGroupVolume_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:218:29: warning: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:253:29: note: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:218:29: note: The class 'AtomVolumeGroup' defines member variable with name 'lammpsInterface_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:221:24: warning: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:256:24: note: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:221:24: note: The class 'AtomVolumeGroup' defines member variable with name 'atcToLammps_' also defined in its parent class 'AtomVolumeUser'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:561:16: warning: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:634:16: note: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:561:16: note: The class 'AtfProjectionReferenced' defines member variable with name 'reference_' also defined in its parent class 'AtfProjection'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:30:3: style: Class 'ATC_Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:23:4: style: Class 'Array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:63:4: style: Class 'AliasArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/CloneVector.h:19:3: style: Class 'CloneVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ParSparseMatrix.h:47:7: style: Class 'ParSparseMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:39:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:41:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:43:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector.h:89:3: style: Class 'SparseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:213:5: style: Class 'MatrixDependencyManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:241:5: style: Class 'MatrixDependencyManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pointers.h:39:3: style: Class 'Pointers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/modify.h:51:3: style: Class 'Modify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/memory.h:24:3: style: Class 'Memory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/update.h:60:3: style: Class 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:38:5: style: Class 'PhysicsModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:153:5: style: Class 'PhysicsModelThermal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:161:5: style: Class 'PhysicsModelElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:169:5: style: Class 'PhysicsModelThermoElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:178:5: style: Class 'PhysicsModelShear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:186:5: style: Class 'PhysicsModelThermoShear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:194:5: style: Class 'PhysicsModelSpecies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:202:5: style: Class 'PhysicsModelTwoTemperature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:210:5: style: Class 'PhysicsModelDriftDiffusion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:218:5: style: Class 'PhysicsModelDriftDiffusionEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:226:5: style: Class 'PhysicsModelDriftDiffusionSchrodinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:234:5: style: Class 'PhysicsModelDriftDiffusionConvection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:242:5: style: Class 'PhysicsModelDriftDiffusionConvectionEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:250:5: style: Class 'PhysicsModelDriftDiffusionConvectionSchrodinger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:258:5: style: Class 'PhysicsModelDriftDiffusionSchrodingerSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:266:5: style: Class 'PhysicsModelElectrostatic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:274:5: style: Class 'PhysicsModelElectrostaticEquilibrium' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:282:5: style: Class 'PhysicsModelSpeciesElectrostatic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:210:5: style: Class 'ConstantFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:54:5: style: Class 'TimeFilterManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:137:5: style: Class 'TimeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:241:5: style: Class 'TimeFilterExponential' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:370:5: style: Class 'TimeFilterCrankNicolson' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:432:5: style: Class 'TimeFilterExplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:488:5: style: Class 'TimeFilterImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:538:5: style: Class 'TimeFilterImplicitExplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:588:5: style: Class 'TimeFilterExplicitImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:650:5: style: Class 'TimeFilterImplicitUpdate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:696:5: style: Class 'TimeFilterStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:34:5: style: Class 'FE_Engine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:49:5: style: Class 'ExtrinsicModelManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.h:42:5: style: Class 'InterscaleManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:447:5: style: Class 'SubsetToNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1402:5: style: Class 'AccumulantWeights' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1437:5: style: Class 'OnTheFlyKernelWeights' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1657:5: style: Class 'NativeShapeFunctionGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:242:5: style: Class 'TimeIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:39:5: style: Class 'GhostManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:120:5: style: Class 'GhostModifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:178:5: style: Class 'GhostModifierPrescribed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:334:5: style: Class 'GhostIntegratorSwap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:26:5: style: Class 'FieldManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:28:0: style: Class 'ATC :: PerMoleculeQuantity < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:425:0: style: Class 'ATC :: MatToMatTransfer < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:51:0: style: Class 'ATC_matrix :: SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:52:0: style: Class 'ATC_matrix :: SparseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:51:0: style: Class 'ATC_matrix :: SparseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:52:0: style: Class 'ATC_matrix :: SparseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:18:0: style: Class 'ATC_matrix :: DiagonalMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:19:0: style: Class 'ATC_matrix :: DiagonalMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:18:0: style: Class 'ATC_matrix :: DiagonalMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:19:0: style: Class 'ATC_matrix :: DiagonalMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:0: style: Class 'ATC_matrix :: DenseVector < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:21:0: style: Class 'ATC_matrix :: DenseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:22:0: style: Class 'ATC_matrix :: DenseMatrix < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/lammps.h:21:1: warning: The class 'LAMMPS' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:306:12: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:306:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:307:12: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.h:307:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:74:19: style: The function 'dfd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:32:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:74:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:139:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:93:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:139:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:140:19: style: The function 'dfdu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:95:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:140:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:213:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:213:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:230:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:230:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:247:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:247:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:264:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:264:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:265:12: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:265:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:283:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:283:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:307:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:307:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:327:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:327:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:346:12: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:346:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:347:12: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:347:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:365:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:365:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:368:19: style: The function 'dfdt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:161:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:368:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:385:19: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:159:27: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:385:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:293:10: style: The function 'set_quadrature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:293:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:295:10: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:295:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:316:10: style: The function 'local_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:110:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:316:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:321:18: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:321:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:344:10: style: The function 'set_quadrature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:344:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:346:10: style: The function 'local_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:110:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:346:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:350:10: style: The function 'contains_point' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:119:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:350:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:150:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:157:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:163:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:170:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:266:18: style: The function 'rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:200:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:266:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:376:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:376:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:379:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:382:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:382:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:388:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:394:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:394:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:400:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:400:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:403:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:403:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:406:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:406:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:409:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:409:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:438:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:438:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:444:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:444:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:450:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:450:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:456:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:456:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:459:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:459:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:462:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:462:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:465:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:465:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:494:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:494:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:500:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:500:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:506:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:506:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:509:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:509:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:512:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:512:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:515:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:515:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:544:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:544:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:550:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:550:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:556:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:556:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:559:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:559:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:562:20: style: The function 'unfiltered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:194:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:562:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:565:20: style: The function 'filtered_coefficient_post_s2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:197:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:565:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:594:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:594:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:600:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:251:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:600:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:606:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:606:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:612:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:261:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:612:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:618:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:618:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:621:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:621:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:624:20: style: The function 'unfiltered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:182:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:624:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:627:20: style: The function 'filtered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:185:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:627:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:656:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:246:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:656:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:662:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:662:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:668:20: style: The function 'unfiltered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:176:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:668:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:671:20: style: The function 'filtered_coefficient_pre_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:179:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:671:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:674:20: style: The function 'unfiltered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:182:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:674:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:677:20: style: The function 'filtered_coefficient_post_s1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:185:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:677:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:702:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:702:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:705:18: style: The function 'apply_pre_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:150:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:705:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:710:18: style: The function 'apply_pre_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:157:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:710:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:715:18: style: The function 'apply_post_step1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:163:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:715:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:720:18: style: The function 'apply_post_step2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:170:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:720:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:728:18: style: The function 'rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:200:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:728:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:527:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:527:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:529:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:529:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: style: The function 'min_element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:366:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:575:20: style: The function 'coordinate_tolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:387:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:575:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:579:18: style: The function 'cut_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:305:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:579:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:18: style: The function 'delete_elements' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:308:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:199:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:635:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:635:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:637:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:637:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: style: The function 'setup_periodicity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:690:10: style: The function 'partition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:690:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:692:10: style: The function 'departition_mesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:692:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:694:18: style: The function 'element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:362:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:694:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:698:20: style: The function 'min_element_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:574:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:698:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:702:17: style: The function 'map_to_element' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:640:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:702:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:44:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:44:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1147:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1147:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:44:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:45:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:48:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:83:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:83:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:84:16: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:44:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:84:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:88:16: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:45:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:88:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:89:16: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:48:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:89:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:114:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:118:24: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:118:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:124:24: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:67:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:124:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:135:24: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:69:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:135:24: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:168:11: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:138:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:168:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:223:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:241:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:281:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:281:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:298:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:388:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:415:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:360:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.h:415:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:127:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:127:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:130:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:130:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:133:22: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:54:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:133:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:137:23: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:58:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.h:137:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:642:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:642:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:759:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:759:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:804:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:804:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:882:20: style: The function 'kinetic_energy_multiplier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:613:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:882:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1572:20: style: The function 'time_step_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1535:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1572:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1749:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1710:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1749:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1784:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1710:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:1784:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:596:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:551:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:596:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:629:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:551:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:629:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:670:18: style: The function 'local_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:478:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:670:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:705:18: style: The function 'global_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:475:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:705:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:809:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:771:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:809:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:844:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:771:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:844:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:937:18: style: The function 'local_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:900:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:937:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:974:18: style: The function 'global_restriction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:897:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:974:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:98:20: style: The function 'averaging_operation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:98:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:527:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:487:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:527:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:763:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:763:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:733:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:823:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:793:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:823:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:672:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:883:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:853:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:883:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1110:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:984:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1110:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1255:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1342:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1342:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1379:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1513:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1598:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1598:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1634:18: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1634:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:60:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:31:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:63:18: style: The function 'init_integrate_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:34:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:66:18: style: The function 'init_integrate_position' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:69:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:126:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:184:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:235:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:187:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:235:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:292:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:226:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:292:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:295:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:298:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:238:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:340:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:126:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:340:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:343:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:343:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:346:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:141:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.h:346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:50:18: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:106:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:57:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:57:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:60:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:109:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:66:18: style: The function 'reset_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:320:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:69:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:72:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:72:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:75:18: style: The function 'init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:78:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:78:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:82:18: style: The function 'post_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:95:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:96:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:131:18: style: The function 'initialize_mesh_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:131:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:270:19: style: The function 'read_restart_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:507:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:270:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:271:18: style: The function 'write_restart_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:508:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:271:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:272:10: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:272:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:359:18: style: The function 'compute_md_mass_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:401:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:359:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:371:18: style: The function 'set_computational_geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:492:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:371:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:373:18: style: The function 'construct_time_integration_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:494:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:373:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:375:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:496:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:375:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:498:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:379:18: style: The function 'construct_molecule_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:502:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:381:18: style: The function 'construct_interpolant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:500:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:381:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:383:18: style: The function 'reset_nlocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:533:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:383:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:411:18: style: The function 'reset_nlocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:291:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:411:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:414:18: style: The function 'reset_atom_materials' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:294:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:414:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:580:18: style: The function 'assemble_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:536:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:580:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:583:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:539:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:583:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:618:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:539:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:618:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:117:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:117:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:120:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:120:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:126:20: style: The function 'local_fraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:57:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:126:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:134:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:88:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:134:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:150:16: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:150:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:181:16: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:181:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:73:0: style: The function 'reset_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:87:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.h:73:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:283:0: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:311:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:283:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:286:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:308:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:286:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:253:0: style: The function 'quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:278:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:253:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:256:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DependencyManager.h:275:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:256:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:0: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:0: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:0: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:0: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:0: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:58:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:58:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:60:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:60:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:62:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:62:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:64:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:64:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:87:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:87:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:90:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:90:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:92:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:129:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:92:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:100:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:100:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:227:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:227:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:236:0: style: The function 'to_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:30:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:236:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:251:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseMatrix.h:251:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ParDiagonalMatrix.h:27:0: style: The function 'MultAB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:69:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ParDiagonalMatrix.h:27:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:42:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:43:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:44:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:44:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:45:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:45:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:46:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:47:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:47:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:48:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:49:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:55:0: style: The function 'matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:98:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:55:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:62:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:129:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DiagonalMatrix.h:62:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:32:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:32:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:33:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:33:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:34:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:32:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:34:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:35:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:33:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:35:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:36:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:36:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:40:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:40:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:42:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:48:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:29:0: style: The function 'to_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:30:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:29:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:34:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:35:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:36:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:37:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:38:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:38:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:39:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:92:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:39:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:40:0: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:40:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:41:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:41:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:46:0: style: The function 'matlab' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:98:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:49:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:55:0: style: The function '_set_equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:148:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Vector.h:55:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:27:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:92:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:27:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:31:0: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:31:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:32:0: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:32:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:42:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:76:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:42:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:43:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:78:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:44:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:82:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:44:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:45:0: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:45:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:46:0: style: The function 'nRows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:84:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:46:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:47:0: style: The function 'nCols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:47:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:48:0: style: The function 'ptr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:88:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:48:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:49:0: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:96:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:49:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:51:0: style: The function 'set_all_elements_to' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:120:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:51:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:60:0: style: The function 'check_range' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:145:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:60:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:63:0: style: The function '_set_equal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:148:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseMatrix.h:63:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:30:25: performance: Function parameter 'errorDescription' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:36:25: performance: Function parameter 'location' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Error.h:36:47: performance: Function parameter 'errorDescription' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/MatrixDef.h:189:38: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array.h:251:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Array2D.h:178:36: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:816:69: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Matrix.h:827:71: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:251:53: performance: Function parameter 'contents' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:262:32: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:276:30: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:293:35: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:308:43: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:336:36: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:714:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:44:53: performance: Function parameter 'functionList' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:59:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:95:40: performance: Function parameter 'field' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:516:33: performance: Function parameter 'elementType' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:105:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:108:44: performance: Function parameter 'field' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:210:33: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:530:49: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:58:55: performance: Function parameter 'nodes' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:295:47: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:300:41: performance: Function parameter 'nodeset' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:305:39: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:309:41: performance: Function parameter 'nodesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:321:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:325:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:328:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:332:40: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:335:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:337:39: performance: Function parameter 'facesetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:340:39: performance: Function parameter 'elemsetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:347:41: performance: Function parameter 'elemsetName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:141:49: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:146:55: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:30:47: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:53:56: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:71:41: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldManager.h:126:68: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:185:43: error: Iterator 'it' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:184:3: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/SparseVector-inl.h:185:43: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:46:9: style: Technically the member function 'ATC::Thermostat::lambda_max_iterations' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:73:5: style: Class 'ThermalIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:128:5: style: Class 'ThermalTimeIntegratorGear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:176:5: style: Class 'ThermalTimeIntegratorGearFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:217:5: style: Class 'ThermalTimeIntegratorFractionalStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:305:5: style: Class 'ThermalTimeIntegratorFractionalStepFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:120:5: style: Class 'ThermostatRescale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:177:5: style: Class 'ThermostatRescaleMixedKePe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:787:5: style: Class 'ThermostatGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:838:5: style: Class 'ThermostatPowerVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:909:5: style: Class 'ThermostatHooverVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:964:5: style: Class 'ThermostatPowerVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1014:5: style: Class 'ThermostatHooverVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:31:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:34:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:37:18: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:37:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:82:18: style: The function 'has_final_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:276:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:134:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:134:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:137:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:137:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:149:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:149:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:183:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:141:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:183:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:185:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:185:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:187:18: style: The function 'post_final_integrate3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:273:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:187:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:190:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:146:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:190:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:223:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:226:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:232:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:232:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:234:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:234:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:236:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:236:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:238:18: style: The function 'post_final_integrate3' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:273:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:241:18: style: The function 'has_final_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:278:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:244:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:244:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:312:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:312:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:315:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:315:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:318:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:318:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:324:18: style: The function 'apply_gear_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:253:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:324:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:327:18: style: The function 'apply_gear_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:327:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:331:18: style: The function 'compute_old_time_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:260:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:331:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:334:18: style: The function 'compute_temperature_delta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:263:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:334:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:46:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:46:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:49:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:59:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:65:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingEnergy.h:65:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:36:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:39:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:43:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:131:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:131:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:135:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:135:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:182:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:125:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:182:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:190:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:140:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:190:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:149:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:229:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:229:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:248:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:248:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:316:18: style: The function 'reset_atom_materials' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:294:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:316:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:426:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:426:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:432:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:432:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:323:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:497:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:497:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:503:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:503:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:528:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:292:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:528:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:531:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:295:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:531:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:534:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:534:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:537:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:301:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:537:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:540:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:540:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:543:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:543:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:323:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:568:18: style: The function 'compute_lambda' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:339:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:568:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:626:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:457:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:626:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:629:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:629:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:632:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:632:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:637:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:462:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:637:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:641:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:466:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:641:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:675:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:675:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:681:18: style: The function 'initialize_delta_nodal_atomic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:553:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:681:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:684:18: style: The function 'compute_delta_nodal_atomic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:556:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:684:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:687:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:559:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:687:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:691:18: style: The function 'add_to_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:563:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:691:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:718:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:718:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:721:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:721:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:724:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:724:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:727:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:727:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:730:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:730:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:733:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:733:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:736:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:736:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:792:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:846:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:846:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:849:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:849:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:852:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:852:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:338:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:861:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:861:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:914:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:914:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:917:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:917:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:920:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:920:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:932:18: style: The function 'compute_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:881:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:932:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:945:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:945:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:969:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:855:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:969:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:977:18: style: The function 'set_thermostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:884:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:977:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:887:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1019:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:843:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1019:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1022:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:858:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1022:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1025:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:972:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1025:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1037:18: style: The function 'compute_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:881:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1037:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1050:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:980:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:1050:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:160:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:232:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:263:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.cpp:271:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:89:10: style: Technically the member function 'ATC::ConcentrationRegulator::needs_temperature' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:147:9: performance: Technically the member function 'ATC::ConcentrationRegulatorMethodTransition::mask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:56:5: style: Class 'ChargeRegulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:50:5: style: Class 'ConcentrationRegulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:108:5: style: Class 'ConcentrationRegulatorMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:50:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:53:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:54:18: style: The function 'reset_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:54:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:57:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:57:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:60:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:71:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:71:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:77:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMass.h:77:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:35:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:38:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:38:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:41:18: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:77:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:77:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:128:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:130:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:130:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:160:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:125:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:160:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:164:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:129:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:167:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:133:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.h:167:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:224:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:53:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:227:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:59:18: style: The function 'post_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:247:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:62:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:233:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:71:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:236:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:71:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:72:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:237:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:72:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:173:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:173:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:176:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:176:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:179:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:262:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:179:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:182:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:182:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:62:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:63:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:64:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:67:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:68:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:93:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:68:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: style: The function 'apply_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:313:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:316:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:102:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:102:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:104:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:104:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:161:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:161:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:164:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:172:18: style: The function 'apply_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:172:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:214:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:214:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:217:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:258:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:98:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:258:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:261:18: style: The function 'apply_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:101:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:261:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:54:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:56:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:58:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:58:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:63:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:65:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:109:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:67:18: style: The function 'apply_post_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:111:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:69:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:113:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:69:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:71:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:115:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:71:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:73:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:73:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:75:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:137:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:78:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:78:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:80:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:120:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:80:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:82:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:96:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:82:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:84:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:92:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:86:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:93:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:86:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:126:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:111:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:111:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:319:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:322:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:114:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:338:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:115:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:115:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:335:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:117:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:117:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:138:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:138:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:140:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:112:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:140:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:142:18: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:113:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:142:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:144:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:116:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:144:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:113:5: style: Class 'GlcKinetostat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:160:5: style: Class 'DisplacementGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:226:5: style: Class 'DisplacementGlcFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:269:5: style: Class 'VelocityGlc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:340:5: style: Class 'VelocityGlcFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:383:5: style: Class 'StressFlux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:465:5: style: Class 'StressFluxGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:505:5: style: Class 'StressFluxFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:74:9: style: Class 'MomentumIntegrationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:122:7: style: Class 'ElasticTimeIntegratorVerlet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:187:9: style: Class 'ElasticTimeIntegratorVerletFiltered' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:232:5: style: Class 'ElasticTimeIntegratorFractionalStep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:322:5: style: Class 'FluidsTimeIntegratorGear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:36:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:39:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:43:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:144:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:402:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:437:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:165:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:165:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:168:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:168:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:171:18: style: The function 'apply_post_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:171:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:177:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:177:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:183:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:183:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:194:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:194:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:231:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:231:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:237:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:186:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:237:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:239:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:190:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:239:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:241:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:192:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:274:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:274:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:121:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:301:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:295:18: style: The function 'set_weights' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:295:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:345:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:286:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:345:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:351:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:351:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:353:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:353:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:355:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:355:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:391:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:391:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:394:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:394:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:408:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:408:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: style: The function 'apply_to_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:127:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:331:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:470:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:388:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:470:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:473:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:397:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:473:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:479:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:430:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:479:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:481:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:481:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:510:18: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:438:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:510:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:513:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:400:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:513:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:522:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:430:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:522:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:18: style: The function 'apply_to_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:434:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:67:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:567:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:567:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:652:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:652:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:655:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:655:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:658:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:658:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:579:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:590:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:676:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:676:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:710:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:649:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:710:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:713:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:713:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:718:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:667:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:718:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:722:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:671:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:722:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:749:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:552:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:749:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:752:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:555:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:752:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:755:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:558:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:755:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:758:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:561:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:758:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:761:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:564:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:761:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:764:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:418:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:764:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:768:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:424:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:768:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:780:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:579:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:780:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:784:18: style: The function 'add_to_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:590:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:784:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:789:18: style: The function 'compute_lambda' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:595:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:789:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:795:18: style: The function 'construct_regulated_nodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:448:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:795:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:841:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:841:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:844:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:844:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:847:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:847:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:850:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:850:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:853:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:853:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:856:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:856:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:859:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:859:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:30:22: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:131:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:30:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:33:22: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:134:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:33:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:36:22: style: The function 'pack_fields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:36:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:83:22: style: The function 'has_final_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:276:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:83:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:128:20: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:128:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:131:20: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:131:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:259:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:139:20: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:139:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:281:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:151:20: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:151:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:194:22: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:135:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:194:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:196:22: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:137:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:196:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:198:22: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:198:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:200:22: style: The function 'add_to_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:200:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:202:22: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:145:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:202:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:205:22: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:148:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:205:22: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:238:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:238:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:241:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:241:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:245:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:245:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:247:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:247:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:250:18: style: The function 'post_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:259:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:250:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:252:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:252:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:254:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:254:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:257:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:257:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:260:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:260:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:328:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:80:22: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:328:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:331:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:250:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:331:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:335:18: style: The function 'pre_initial_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:254:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:335:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:337:18: style: The function 'pre_initial_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:256:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:337:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:339:18: style: The function 'pre_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:264:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:339:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:341:18: style: The function 'post_final_integrate1' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:269:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:341:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:343:18: style: The function 'post_final_integrate2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:271:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:343:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:346:18: style: The function 'post_process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:349:18: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:290:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:349:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:352:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeIntegrator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:352:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:42:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:45:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:45:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:48:18: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:85:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:48:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:49:18: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:52:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:52:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:55:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:55:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:60:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:60:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:70:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:70:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:73:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentum.h:73:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:76:5: warning: Member variable 'KinetoThermostatShapeFunction::tolerance_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:115:5: style: Class 'VelocityRescaleCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:171:5: style: Class 'ThermostatRescaleCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:285:5: style: Class 'ThermostatRescaleMixedKePeCombined' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:63:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:46:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:141:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:46:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:49:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:143:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:49:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:54:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:54:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:64:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:377:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:67:10: style: The function 'init_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Coupling.h:351:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_CouplingMomentumEnergy.h:67:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:39:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:39:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:42:18: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:83:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:47:18: style: The function 'reset_lambda_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:143:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:285:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:288:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:120:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:277:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:120:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:123:18: style: The function 'apply_mid_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:280:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:123:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:125:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:283:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:125:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:128:18: style: The function 'use_local_shape_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:289:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:128:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:141:18: style: The function 'set_kinetostat_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:304:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:141:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:145:18: style: The function 'apply_pre_filtering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:145:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:147:18: style: The function 'apply_kinetostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:302:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:147:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:149:18: style: The function 'compute_nodal_lambda_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:306:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:149:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:151:18: style: The function 'apply_localization_correction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:308:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:151:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:176:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:405:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:176:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:180:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:180:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:193:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:149:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:217:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:220:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:220:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:223:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:223:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:226:18: style: The function 'compute_boundary_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:328:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:226:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:230:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:290:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:185:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:290:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:294:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:128:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:294:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:307:18: style: The function 'set_rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:307:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:334:33: style: The function 'construct_rescale_thermostat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:239:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:334:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:359:18: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:84:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:359:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:362:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:362:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:365:18: style: The function 'apply_pre_predictor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:298:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:365:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:368:18: style: The function 'apply_pre_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:307:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:368:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:371:18: style: The function 'apply_post_corrector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:310:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:371:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:374:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.h:334:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:374:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:12: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:19: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1816:26: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2276:9: style: The scope of the variable 'ncols' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1105:62: style: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:54:51: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1105:62: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1121:62: style: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:56:51: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1121:62: note: Function 'parse_field' argument 2 names different: declaration 'argIndex' definition 'argIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:150:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:522:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1667:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2176:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2184:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2201:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2229:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:116:9: style: Technically the member function 'ATC::ATC_Method::comm_forward' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1896:19: note: Technically the member function 'ATC::ATC_Method::comm_forward' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:116:9: note: Technically the member function 'ATC::ATC_Method::comm_forward' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:117:9: style: Technically the member function 'ATC::ATC_Method::pack_comm' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:1812:19: note: Technically the member function 'ATC::ATC_Method::pack_comm' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:117:9: note: Technically the member function 'ATC::ATC_Method::pack_comm' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:456:10: style: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.cpp:2121:20: note: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:456:10: note: Technically the member function 'ATC::ATC_Method::restrict_volumetric_quantity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:82:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:82:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:84:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:84:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:86:20: style: The function 'bond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:86:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:104:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:104:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:106:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:106:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:108:20: style: The function 'bond' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:108:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:111:10: style: The function 'bond_intercepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:111:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:113:10: style: The function 'node_contributes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:113:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:114:10: style: The function 'in_support' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:114:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:134:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:134:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:136:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:136:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:152:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:152:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:154:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:154:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:170:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:170:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:172:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:172:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:173:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:173:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:190:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:190:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:192:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:192:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:193:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:193:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:209:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:209:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:211:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:211:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:212:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:212:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:228:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:228:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:230:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:230:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:231:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:231:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:248:20: style: The function 'value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:41:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:248:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:250:18: style: The function 'derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:250:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:251:20: style: The function 'dimensionality_factor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:251:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1065:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1068:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1065:12: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1611:12: style: The scope of the variable 'atomKE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1611:20: style: The scope of the variable 'atomEnergy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1640:60: style: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:134:46: note: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1640:60: note: Function 'compute_electric_potential' argument 1 names different: declaration 'electric_potential' definition 'phi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1660:63: style: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:135:49: note: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1660:63: note: Function 'compute_vacancy_concentration' argument 1 names different: declaration 'vacancy_concentration' definition 'Cv'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:22: style: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:136:22: note: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:22: note: Function 'compute_vacancy_concentration' argument 2 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:42: style: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:137:22: note: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1661:42: note: Function 'compute_vacancy_concentration' argument 3 names different: declaration 'number_density' definition 'rhoN'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1704:56: style: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:119:42: note: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1704:56: note: Function 'compute_eshelby_stress' argument 1 names different: declaration 'eshebly_stress' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:22: style: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:120:23: note: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:22: note: Function 'compute_eshelby_stress' argument 2 names different: declaration 'energy' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:42: style: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:120:48: note: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:42: note: Function 'compute_eshelby_stress' argument 3 names different: declaration 'stress' definition 'S'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:62: style: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:121:22: note: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1705:62: note: Function 'compute_eshelby_stress' argument 4 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1756:57: style: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:122:43: note: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1756:57: note: Function 'cauchy_born_stress' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:57: style: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:123:43: note: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:57: note: Function 'cauchy_born_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:70: style: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:123:59: note: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1820:70: note: Function 'cauchy_born_energy' argument 2 names different: declaration 'T' definition 'E'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1861:66: style: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:124:52: note: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1861:66: note: Function 'cauchy_born_entropic_energy' argument 1 names different: declaration 'dudx' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1897:42: style: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:126:42: note: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1897:42: note: Function 'compute_transformed_stress' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1933:42: style: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:128:42: note: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1933:42: note: Function 'compute_polar_decomposition' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1954:70: style: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:129:56: note: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1954:70: note: Function 'compute_elastic_deformation_gradient' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:22: style: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:130:22: note: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:22: note: Function 'compute_elastic_deformation_gradient' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:42: style: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:130:47: note: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1955:42: note: Function 'compute_elastic_deformation_gradient' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1973:71: style: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:131:57: note: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1973:71: note: Function 'compute_elastic_deformation_gradient2' argument 1 names different: declaration 'elastic_def_grad' definition 'Fe'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:22: style: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:132:22: note: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:22: note: Function 'compute_elastic_deformation_gradient2' argument 2 names different: declaration 'stress' definition 'P'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:42: style: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:132:47: note: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1974:42: note: Function 'compute_elastic_deformation_gradient2' argument 3 names different: declaration 'displacement_gradient' definition 'H'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:208:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:266:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:489:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:537:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1033:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1115:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1163:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:1215:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::smallMoleculeSet_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::moleculeCentroid_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::dipoleMoment_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::quadrupoleMoment_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::restrictedCharge_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::nNodesGlobal_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:17: warning: Member variable 'ATC_Transfer::gradientMatrix_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < double >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < T >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < int >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:21:0: warning: Member variable 'ATC_matrix :: DenseVector < U >::_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:101:7: style: Class 'ATC_Transfer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:101:7: style: Class 'ATC_Transfer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:53:7: style: Class 'StressCubicElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:77:7: style: Class 'StressCubicElasticDamped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:95:7: style: Class 'StressLinearElastic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:39:16: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:42:16: style: The function 'finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:89:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:45:16: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:48:16: style: The function 'pre_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:48:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:49:16: style: The function 'post_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:52:16: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:55:16: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:546:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:55:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:98:16: style: The function 'set_continuum_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:490:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:98:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:100:16: style: The function 'set_computational_geometry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:492:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:102:16: style: The function 'construct_interpolant' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:500:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:102:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:104:16: style: The function 'construct_time_integration_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:494:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:104:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:106:16: style: The function 'construct_methods' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:496:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:106:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:108:16: style: The function 'construct_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:498:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:108:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:110:16: style: The function 'construct_molecule_transfers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Method.h:502:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:110:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:56:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:56:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:59:20: style: The function 'elastic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:35:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:59:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:62:20: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:62:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:80:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:80:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:96:12: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:96:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:133:20: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:133:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:135:20: style: The function 'stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:30:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:135:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:139:20: style: The function 'elastic_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:35:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:139:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:146:20: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:146:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:171:14: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:171:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:176:14: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:176:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:195:14: style: The function 'function' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:23:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:195:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:200:14: style: The function 'tangent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:24:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:200:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:66:37: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.cpp:814:15: style: Redundant checking of STL container element existence before removing it. [redundantIfRemove]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:77:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:45:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:77:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:331:67: style: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:55: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:331:67: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:26:16: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:31:16: style: The function 'compute_kernel_matrix_molecule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:34:16: style: The function 'compute_projection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:175:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:38:16: style: The function 'compute_bond_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:41:16: style: The function 'compute_potential_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:44:16: style: The function 'compute_potential_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:145:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:16: style: The function 'compute_dislocation_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:28:49: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferKernel.cpp:31:49: performance: Function parameter 'matParamFile' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:205:12: style: The scope of the variable 'atomKE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:205:20: style: The scope of the variable 'atomEnergy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:332:77: style: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:55: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:332:77: note: Function 'compute_dislocation_density' argument 1 names different: declaration 'dislocation_density' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:24:16: style: The function 'compute_kernel_matrix_molecule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:24:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:27:16: style: The function 'compute_projection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:175:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:31:16: style: The function 'compute_bond_matrix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:34:16: style: The function 'compute_kinetic_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:139:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:37:16: style: The function 'compute_potential_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:40:16: style: The function 'compute_kinetic_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:143:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:43:16: style: The function 'compute_potential_heatflux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:145:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:16: style: The function 'compute_dislocation_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_Transfer.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:30:12: performance: Function parameter 'groupName' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/ATC_TransferPartitionOfUnity.cpp:33:12: performance: Function parameter 'matParamFile' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:46:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:53:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:108:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomToMoleculeTransfer.cpp:161:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:782:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:85:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:139:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:151:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:483:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:956:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:88:29: error: Iterator 'it' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:85:5: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/AtomicRegulator.cpp:88:29: note: Iterator 'it' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:34:20: style: The function 'body_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:34:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:55:20: style: The function 'body_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/BodyForce.h:55:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:150:18: style: The scope of the variable 'abc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:15:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:16:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:36:10: style: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:30:21: note: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:36:10: note: Technically the member function 'ATC::AtomCluster::write_to_dat' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:38:10: style: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.cpp:45:21: note: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CBLattice.h:38:10: note: Technically the member function 'ATC::AtomCluster::write_to_vtk' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:30:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:30:26: style: The scope of the variable 'embed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:143:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:143:22: style: The scope of the variable 'embed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.cpp:220:12: style: The scope of the variable 'e_density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_rr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::phi_rrr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_rr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::rho_rrr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_p' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_pp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/CauchyBorn.h:63:5: warning: Member variable 'PairParam::F_ppp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:162:51: style: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:96:52: note: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:162:51: note: Function 'ChargeRegulatorMethod' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:264:51: style: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:155:52: note: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:264:51: note: Function 'ChargeRegulatorMethodFeedback' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:429:51: style: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:208:52: note: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:429:51: note: Function 'ChargeRegulatorMethodImageCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:560:50: style: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:252:52: note: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:560:50: note: Function 'ChargeRegulatorMethodEffectiveCharge' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:513:18: style: Variable 'dn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:45:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:75:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:116:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:131:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:140:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:149:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:236:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:317:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:337:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:340:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:357:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:360:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:364:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:405:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:412:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:578:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:591:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:611:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:620:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:633:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:676:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:34:20: warning: Member variable 'ChargeRegulator::poissonSolver_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::interscaleManager_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::poissonSolver_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::qV2e_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:160:26: warning: Member variable 'ChargeRegulatorMethod::qqrd2e_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:262:34: warning: Member variable 'ChargeRegulatorMethodFeedback::nInfluenceAtoms_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:262:34: warning: Member variable 'ChargeRegulatorMethodFeedback::nInfluenceNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:427:37: warning: Member variable 'ChargeRegulatorMethodImageCharge::layerDepth_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:427:37: warning: Member variable 'ChargeRegulatorMethodImageCharge::permittivityRatio_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:227:10: performance: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:537:42: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:227:10: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_charge_densities' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:228:10: performance: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.cpp:546:42: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ChargeRegulator.h:228:10: note: Technically the member function 'ATC::ChargeRegulatorMethodImageCharge::correct_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:169:47: style: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:87:33: note: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:169:47: note: Function 'size_vector' argument 1 names different: declaration 's' definition 'i'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:185:30: style: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:131:31: note: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:185:30: note: Function 'ConcentrationRegulatorMethodTransition' argument 1 names different: declaration 'concentrationRegulator' definition 'concReg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:186:65: style: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.h:132:66: note: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:186:65: note: Function 'ConcentrationRegulatorMethodTransition' argument 2 names different: declaration 'parameters' definition 'p'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:69:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:99:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:114:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:124:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:134:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:144:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:160:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:255:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:391:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:424:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:568:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ConcentrationRegulator.cpp:184:43: warning: Member variable 'ConcentrationRegulatorMethodTransition::V_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:633:79: style: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:322:55: note: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:633:79: note: Function 'FluidsTimeIntegratorGear' argument 1 names different: declaration 'MomentumTimeIntegrator' definition 'momentumTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:811:72: style: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.h:361:56: note: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:811:72: note: Function 'apply_gear_corrector' argument 1 names different: declaration 'R_theta' definition 'residual'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ElasticTimeIntegrator.cpp:150:30: warning: Member variable 'MomentumIntegrationMethod::nodalAtomicVelocity_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:135:16: style: The scope of the variable 'T' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:159:16: style: The scope of the variable 'T' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:48:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:48:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:61:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:61:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:89:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:89:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:97:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:97:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:130:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:130:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:153:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:153:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:199:20: style: The function 'electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:199:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:238:20: style: The function 'D_electron_charge_density' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:238:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:248:20: style: The function 'band_edge_potential' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:33:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronChargeDensity.h:248:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:51:20: style: The function 'electron_drag_power' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:24:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:51:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:54:20: style: The function 'electron_drag_velocity_coefficient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:30:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronDragPower.h:54:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:191:11: style: Variable 'coef' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:89:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:89:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:150:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:150:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:213:20: style: The function 'electron_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:21:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronFlux.h:213:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:22:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:29:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:22:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:25:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:29:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:129:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:129:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:137:20: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:53:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:137:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:155:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:63:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:155:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:181:20: style: The function 'electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:87:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:181:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:189:21: style: The function 'D_electron_heat_capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:94:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:189:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:207:20: style: The function 'electron_thermal_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:104:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatCapacity.h:207:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:20:7: style: Class 'ElectronHeatFlux' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:73:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:73:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:100:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:100:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:140:20: style: The function 'electron_heat_flux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:23:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronHeatFlux.h:140:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::exchangeCoef_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::debeyeTemperature_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::massEnhancement_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:109:7: warning: Member variable 'ElectronPhononExchangeHertel::material_' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:40:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:40:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:69:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:69:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:100:20: style: The function 'electron_phonon_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:24:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ElectronPhononExchange.h:100:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:74:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:30:63: style: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:49:42: note: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:30:63: note: Function 'ExtrinsicModelManager' argument 1 names different: declaration 'atcTransfer' definition 'atc'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:42:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:56:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:133:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:146:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:157:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:172:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:189:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:203:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:226:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:230:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:243:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:247:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:260:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:264:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:277:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:281:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:294:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:298:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:311:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:315:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:327:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:75:10: performance: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:214:31: note: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:75:10: note: Technically the member function 'ATC::ExtrinsicModelManager::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:44:8: performance: Technically the member function 'ATC::SchrodingerSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:106:8: performance: Technically the member function 'ATC::SliceSchrodingerSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:74:9: warning: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: note: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:74:9: note: The class 'ExtrinsicModelDriftDiffusion' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelTwoTemperature'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: warning: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:184:9: note: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:87:9: note: The class 'ExtrinsicModelDriftDiffusionConvection' defines member variable with name 'baseSize_' also defined in its parent class 'ExtrinsicModelDriftDiffusion'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:16: style: The function 'R' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:16: style: The function 'solution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:68:16: style: The function 'rhs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:68:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:93:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:93:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:120:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:120:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:162:8: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:162:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:166:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.h:166:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:224:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:230:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:244:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:262:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:265:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:233:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.h:237:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:112:16: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:112:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:210:18: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.h:210:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:47:18: style: The function 'modify' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:47:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:56:18: style: The function 'set_sources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:56:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:58:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:154:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:154:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:157:18: style: The function 'pre_init_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:157:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:163:18: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:59:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:163:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:17: style: The function 'size_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:169:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:169:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:118:32: error: Uninitialized variable: myModel [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModel.cpp:122:6: error: Uninitialized variable: myModel [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:97:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:96:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:97:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:307:53: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:62:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:307:53: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:555:63: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.h:166:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:555:63: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelDriftDiffusion.cpp:377:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:962:9: style: Condition '!match' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:960:18: note: Assignment 'match=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:962:9: note: Condition '!match' is always true
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:548:9: style: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:547:0: note: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:548:9: note: Variable 'Ei' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:122:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:477:52: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:68:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:477:52: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:533:15: style: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:96:44: note: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:533:15: note: Function 'add_electrostatic_forces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:830:15: style: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.h:103:42: note: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:830:15: note: Function 'apply_charged_surfaces' argument 1 names different: declaration 'nodalPotential' definition 'potential'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:197:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:246:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:292:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:460:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:742:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:757:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:774:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:794:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:812:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:849:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelElectrostatic.cpp:852:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.cpp:256:53: style: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.h:55:33: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ExtrinsicModelTwoTemperature.cpp:256:53: note: Function 'size_vector' argument 1 names different: declaration 'externalSize' definition 'intrinsicSize'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:189:7: style: Variable 'c[1]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:188:7: note: Variable 'c[1]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:189:7: note: Variable 'c[1]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:228:12: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:586:12: style: The scope of the variable 'min' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:587:12: style: The scope of the variable 'max' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:153:56: style: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.h:235:54: note: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:153:56: note: Function 'initial_local_coordinates' argument 3 names different: declaration 'xiInitial' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:26:15: warning: Member variable 'FE_Element::vol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Element.cpp:26:15: warning: Member variable 'FE_Element::faceArea_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:157:5: style: Class 'FE_InterpolateCartLagrange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:184:5: style: Class 'FE_InterpolateCartLin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:211:5: style: Class 'FE_InterpolateCartSerendipity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:239:5: style: Class 'FE_InterpolateSimpLin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:161:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:161:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:164:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:164:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:170:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:170:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:188:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:188:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:191:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:191:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:197:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:197:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:215:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:215:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:218:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:218:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:224:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:224:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:243:18: style: The function 'compute_N' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:243:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:248:18: style: The function 'compute_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:248:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:254:18: style: The function 'compute_N_dNdr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:254:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1104:14: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1145:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:109:50: style: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:70:41: note: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:109:50: note: Function 'set_quadrature' argument 1 names different: declaration 'quadType' definition 'type'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:472:45: style: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:103:41: note: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:472:45: note: Function 'cut_mesh' argument 1 names different: declaration 'cutFaces' definition 'faceSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:473:44: style: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:103:72: note: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:473:44: note: Function 'cut_mesh' argument 2 names different: declaration 'edgeNodes' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:507:16: style: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:137:46: note: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:507:16: note: Function 'interpolate_fields' argument 6 names different: declaration 'weights' definition '_weights_'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:509:22: style: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:139:46: note: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:509:22: note: Function 'interpolate_fields' argument 8 names different: declaration 'grad_fieldsAtIPs' definition 'gradFieldsAtIPs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:801:30: style: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:169:42: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:801:30: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:806:22: style: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:173:42: note: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:806:22: note: Function 'compute_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:891:49: style: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:177:40: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:891:49: note: Function 'compute_mass_matrix' argument 1 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:930:49: style: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:182:46: note: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:930:49: note: Function 'compute_mass_matrix' argument 3 names different: declaration 'mass_matrix' definition 'massMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:948:57: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:185:47: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:948:57: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'lumped_mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:978:29: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:189:42: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:978:29: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:982:17: style: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:193:42: note: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:982:17: note: Function 'compute_lumped_mass_matrix' argument 5 names different: declaration 'mass_matrix' definition 'massMatrices'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1044:31: style: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:198:48: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1044:31: note: Function 'compute_lumped_mass_matrix' argument 1 names different: declaration 'mask' definition 'field_mask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1050:16: style: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:204:48: note: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1050:16: note: Function 'compute_lumped_mass_matrix' argument 7 names different: declaration 'mass_matrix' definition 'M'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1242:17: style: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:214:50: note: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1242:17: note: Function 'compute_energy' argument 5 names different: declaration 'energy' definition 'energies'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2143:51: style: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:318:42: note: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2143:51: note: Function 'add_open_fluxes' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2246:21: style: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:324:43: note: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2246:21: note: Function 'add_open_tangent' argument 5 names different: declaration 'velocity' definition 'Velocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2630:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:359:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2630:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2658:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:363:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2658:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2698:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:368:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2698:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2728:20: style: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:373:49: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2728:20: note: Function 'evaluate_shape_functions' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2768:20: style: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:379:60: note: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2768:20: note: Function 'evaluate_shape_function_derivatives' argument 1 names different: declaration 'coords' definition 'pt_coords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2770:20: style: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:381:60: note: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2770:20: note: Function 'evaluate_shape_function_derivatives' argument 3 names different: declaration 'dN' definition 'dNdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2808:20: style: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:422:47: note: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2808:20: note: Function 'kernel_matrix_bandwidth' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2831:20: style: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:418:50: note: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2831:20: note: Function 'evaluate_kernel_functions' argument 1 names different: declaration 'pt_coords' definition 'ptCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2866:17: style: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:527:34: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2866:17: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2942:43: style: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:531:34: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2942:43: note: Function 'create_mesh' argument 5 names different: declaration 'periodic' definition 'periodicity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:810:23: style: Unused variable: usedFields [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:517:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:564:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:739:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1066:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1134:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1155:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1434:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1502:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1521:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1522:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1554:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1574:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1635:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1780:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1794:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1808:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1914:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1978:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1985:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:1993:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2042:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2073:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2081:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2159:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2166:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2174:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2228:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2259:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2269:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2349:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2356:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2364:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2414:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2441:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2460:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2492:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2511:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2549:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::kernelFunction_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodesPerElement_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nSD_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nElems_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nNodesUnique_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nIPsPerElement_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::nIPsPerFace_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::quadrature_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:33:14: warning: Member variable 'FE_Engine::_fieldName_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:76:10: performance: Technically the member function 'ATC::FE_Engine::finish' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:405:19: note: Technically the member function 'ATC::FE_Engine::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:76:10: note: Technically the member function 'ATC::FE_Engine::finish' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:518:10: performance: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:340:19: note: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.h:518:10: note: Technically the member function 'ATC::FE_Engine::parse_partitions' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: y [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: w [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:365:0: error: Memory leak: n [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2200:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Engine.cpp:2293:32: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:141:47: style: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.h:110:41: note: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:141:47: note: Function 'tangents' argument 2 names different: declaration 'localCoords' definition 'xi'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Interpolate.cpp:15:19: warning: Member variable 'FE_Interpolate::feQuad_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:368:21: style: The scope of the variable 'i2dir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:368:33: style: The scope of the variable 'i3dir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1116:14: style: The scope of the variable 'x_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1116:29: style: The scope of the variable 'x_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1117:14: style: The scope of the variable 'y_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1117:29: style: The scope of the variable 'y_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1118:14: style: The scope of the variable 'z_neg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1118:29: style: The scope of the variable 'z_pos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:16: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:18: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1119:20: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:12: style: The scope of the variable 'xCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:19: style: The scope of the variable 'yCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2240:26: style: The scope of the variable 'zCent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2303:11: style: The scope of the variable 'currentElt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:549:36: style: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:67:29: note: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:549:36: note: Function 'position' argument 1 names different: declaration 'elem' definition 'eltID'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:845:38: style: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:265:47: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:845:38: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSet' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:867:43: style: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:267:47: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:867:43: note: Function 'elementset_complement' argument 2 names different: declaration 'elemSetComplement' definition 'cElemSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:976:49: style: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:228:73: note: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:976:49: note: Function 'create_nodeset' argument 2 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1180:39: style: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:58: note: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1180:39: note: Function 'create_faceset' argument 2 names different: declaration 'x' definition 'xRef'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:36: style: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:65: note: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:36: note: Function 'create_faceset' argument 3 names different: declaration 'idir' definition 'nIdx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:46: style: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:300:75: note: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1181:46: note: Function 'create_faceset' argument 4 names different: declaration 'isgn' definition 'nSgn'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1851:39: style: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:593:32: note: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1851:39: note: Function 'fix_periodicity' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1866:42: style: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:594:33: note: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1866:42: note: Function 'find_boundary_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:35: style: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:26: note: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:35: note: Function 'match_nodes' argument 1 names different: declaration 'idim' definition 'idir'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:52: style: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:48: note: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:52: note: Function 'match_nodes' argument 2 names different: declaration 'top' definition 'nodes1'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:71: style: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:595:69: note: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1884:71: note: Function 'match_nodes' argument 3 names different: declaration 'bot' definition 'nodes2'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1937:30: style: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:598:21: note: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1937:30: note: Function 'orient' argument 1 names different: declaration 'idir' definition 'idm'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2039:51: style: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:582:55: note: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2039:51: note: Function 'delete_elements' argument 1 names different: declaration 'elementSet' definition 'elementList'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2447:49: style: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:585:48: note: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2447:49: note: Function 'map_to_element' argument 1 names different: declaration 'x' definition 'query'.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:456:28: style: Unused variable: nodesets [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:457:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:462:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:763:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:793:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:828:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:891:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:906:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:933:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:948:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1635:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1641:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1649:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1656:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1664:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1670:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1764:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1769:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1891:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1895:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1974:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1991:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2006:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2019:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2059:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2071:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2281:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2288:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2320:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2455:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::nSD_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::nElts_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::myNElts_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::xscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::yscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::zscale_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::partitionAxis_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:43:12: warning: Member variable 'FE_Mesh::coordTol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:405:10: performance: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:357:17: note: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:405:10: note: Technically the member function 'ATC::FE_Mesh::parse_plane' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:408:10: style: Technically the member function 'ATC::FE_Mesh::parse_units' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:342:17: note: Technically the member function 'ATC::FE_Mesh::parse_units' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:408:10: note: Technically the member function 'ATC::FE_Mesh::parse_units' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:535:10: performance: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2184:19: note: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:535:10: note: Technically the member function 'ATC::FE_3DMesh::prune_duplicate_elements' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:559:9: performance: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2435:18: note: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:559:9: note: Technically the member function 'ATC::FE_3DMesh::numNonempty' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: warning: Virtual function 'setup_periodicity' is called from constructor 'FE_3DMesh(const std::string elementType,const int nNodes,const int nElements,const Array2D<int>*connectivity,const DENS_MAT*nodalCoordinates,const Array<bool>periodicity,const Array<std::pair<std::string,std::set<int>>>*nodeSets)' at line 1754. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1754:5: note: Calling setup_periodicity
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:592:18: note: setup_periodicity is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: warning: Virtual function 'setup_periodicity' is called from constructor 'FE_Rectangular3DMesh(const Array<double>&hx,const Array<double>&hy,const Array<double>&hz,const double xmin,const double xmax,const double ymin,const double ymax,const double zmin,const double zmax,const Array<bool>periodicity,const double xscale=1,const double yscale=1,const double zscale=1)' at line 2620. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:2620:5: note: Calling setup_periodicity
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.h:656:18: note: setup_periodicity is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1702:37: performance: Function parameter 'elementType' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1642:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1657:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FE_Mesh.cpp:1674:12: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.cpp:119:4: style: Class 'FieldImplicitDirectEulerIntegrator' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/FieldEulerIntegrator.cpp:119:4: style: Class 'FieldImplicitDirectEulerIntegrator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:83:43: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:216:37: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:220:46: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:224:40: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:228:35: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:232:39: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:236:43: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:240:35: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:244:34: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:17:34: style: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:87:22: note: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:17:34: note: Function 'UXT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:58:52: style: Function 'function' argument 1 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:114:36: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:58:52: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:94:50: style: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:134:30: note: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:94:50: note: Function 'ScalarLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:110:32: style: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:153:21: note: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:110:32: note: Function 'XT_Function' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:192:50: style: Function 'function' argument 1 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:185:35: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:192:50: note: Function 'function' argument 1 names different: declaration 'arg' definition 'args'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:255:42: style: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:209:26: note: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:255:42: note: Function 'ConstantFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:273:38: style: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:227:24: note: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:273:38: note: Function 'LinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:287:56: style: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:244:33: note: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:287:56: note: Function 'PiecewiseLinearFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:324:46: style: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:261:28: note: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:324:46: note: Function 'LinearTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:357:44: style: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:280:27: note: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:357:44: note: Function 'QuadraticFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:374:34: style: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:304:22: note: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:374:34: note: Function 'SineFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:390:42: style: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:323:26: note: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:390:42: note: Function 'GaussianFunction' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:403:50: style: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:343:30: note: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:403:50: note: Function 'GaussianTemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:444:34: style: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:362:22: note: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:444:34: note: Function 'TemporalRamp' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:458:32: style: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:382:21: note: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:458:32: note: Function 'RadialPower' argument 1 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:529:48: style: Function 'f' argument 1 names different: declaration 't' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:410:27: note: Function 'f' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:529:48: note: Function 'f' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:542:51: style: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.h:412:30: note: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:542:51: note: Function 'dfdt' argument 1 names different: declaration 't' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:38:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:153:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:62:21: warning: Obsolete function 'alloca' called. [allocaCalled]
lammps-0~20180510.gitaa1d815fe/lib/atc/Function.cpp:196:21: warning: Obsolete function 'alloca' called. [allocaCalled]
lammps-0~20180510.gitaa1d815fe/lib/atc/FundamentalAtomicQuantity.cpp:107:11: style: The scope of the variable 'atomIndex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:606:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:751:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1034:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:998:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1034:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1065:33: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:902:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1065:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1069:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:906:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1069:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1077:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:909:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1077:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1081:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:912:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1081:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1085:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:915:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1085:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1093:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:921:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1093:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1097:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:924:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1097:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1101:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:927:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1101:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1105:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:930:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1105:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1111:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:988:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1111:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1114:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:991:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1114:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1248:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1251:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1330:31: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1143:31: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1330:31: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1334:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1153:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1334:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1342:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1156:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1342:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1346:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1159:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1346:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1350:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1162:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1350:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1362:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1168:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1362:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1366:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1171:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1366:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1370:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1174:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1370:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1376:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1238:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1376:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1241:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1414:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1177:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1414:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1417:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1180:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1417:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1420:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1183:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1420:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1423:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1186:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1423:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1426:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1189:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1426:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1430:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1193:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1430:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1434:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1197:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1434:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1437:17: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1200:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1437:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1440:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1203:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1440:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1443:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1206:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1443:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1379:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1449:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1452:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1244:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1452:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1296:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1455:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:20: style: The function 'lammps_column_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1298:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:1458:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:0: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:0: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:0: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:0: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:97:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:0: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:0: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:59:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:0: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:90:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:94:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/GhostManager.cpp:589:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:101:44: style: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:60:46: note: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:101:44: note: Function 'FieldImplicitSolveOperator' argument 3 names different: declaration 'f' definition 'fieldName'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:55: style: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:29: note: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:55: note: Function 'to_all' argument 1 names different: declaration 'free' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:66: style: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:43: note: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:66: note: Function 'to_all' argument 2 names different: declaration 'all' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:56: style: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:30: note: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:56: note: Function 'to_free' argument 1 names different: declaration 'all' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:67: style: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:43: note: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:67: note: Function 'to_free' argument 2 names different: declaration 'free' definition 'v'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:167:47: style: Function 'R' argument 1 names different: declaration 'f' definition 'x'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:66:34: note: Function 'R' argument 1 names different: declaration 'f' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:167:47: note: Function 'R' argument 1 names different: declaration 'f' definition 'x'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:186:74: style: Function 'solution' argument 2 names different: declaration 'x' definition 'f'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:67:56: note: Function 'solution' argument 2 names different: declaration 'x' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:186:74: note: Function 'solution' argument 2 names different: declaration 'x' definition 'f'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:8: performance: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:152:34: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:70:8: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_all' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:8: performance: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.cpp:159:34: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ImplicitSolveOperator.h:71:8: note: Technically the member function 'ATC::FieldImplicitSolveOperator::to_free' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:458:5: style: Variable 'quantity' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:456:0: note: Variable 'quantity' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:458:5: note: Variable 'quantity' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/InterscaleOperators.cpp:159:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:6:44: style: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:61:46: note: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:6:44: note: Function 'create_KD_tree' argument 1 names different: declaration 'nNodesPerElement' definition 'nNodesPerElem'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:7:50: style: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.h:62:52: note: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:7:50: note: Function 'create_KD_tree' argument 3 names different: declaration 'points' definition 'nodalCoords'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:62:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:67:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:115:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KD_Tree.cpp:125:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:133:5: style: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:131:5: note: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:133:5: note: Variable 'invRc_' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:172:69: style: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:152:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:172:69: note: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:174:69: style: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:152:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:174:69: note: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:346:67: style: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:325:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:346:67: note: Same expression on both sides of '||' because the value of 'ghostNode(i)>=kernel_bounds[0][i]' and 'node(i)>=kernel_bounds[0][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:348:67: style: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:325:26: note: 'ghostNode' is assigned value 'node' here.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:348:67: note: Same expression on both sides of '||' because the value of 'ghostNode(i)<kernel_bounds[1][i]' and 'node(i)<kernel_bounds[1][i]' are the same.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:193:12: style: The scope of the variable 'lamg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:37:64: style: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:18:52: note: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:37:64: note: Function 'function' argument 2 names different: declaration 'nargs' definition 'narg'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:183:44: style: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.h:50:38: note: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:183:44: note: Function 'in_support' argument 1 names different: declaration 'node' definition 'dx'.
lammps-0~20180510.gitaa1d815fe/lib/atc/KernelFunction.cpp:118:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:104:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:377:10: performance: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:546:31: note: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.h:377:10: note: Technically the member function 'ATC::KinetoThermostatGlcFs::full_prediction' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:239:5: style: Class 'KinetoThermostatRescale' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/KinetoThermostat.cpp:239:5: style: Class 'KinetoThermostatRescale' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:187:11: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1331:58: style: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:403:48: note: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1331:58: note: Function 'reset_filtered_ghost_force' argument 1 names different: declaration 'targetForce' definition 'target'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1487:69: style: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:525:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1487:69: note: Function 'apply_to_atoms' argument 1 names different: declaration 'quantity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1488:60: style: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:526:50: note: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1488:60: note: Function 'apply_to_atoms' argument 2 names different: declaration 'lambdaAtom' definition 'lambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1630:66: style: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:583:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1630:66: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1631:56: style: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:584:50: note: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1631:56: note: Function 'apply_to_atoms' argument 2 names different: declaration 'nodalAtomicEnergy' definition 'nodalAtomicMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1633:50: style: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:586:44: note: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1633:50: note: Function 'apply_to_atoms' argument 4 names different: declaration 'nodalAtomicLambdaPower' definition 'nodalAtomicLambdaForce'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1971:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:672:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1971:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2072:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:723:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2072:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2350:51: style: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:785:45: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2350:51: note: Function 'add_to_momentum' argument 2 names different: declaration 'deltaMomemtum' definition 'deltaMomentum'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2404:49: style: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.h:836:30: note: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2404:49: note: Function 'KinetostatFluxFixed' argument 2 names different: declaration 'constructThermostats' definition 'constructKinetostats'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:1997:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2006:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2098:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2415:9: style: Class 'KinetostatFluxFixed' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Kinetostat.cpp:2415:9: style: Class 'KinetostatFluxFixed' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:603:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:808:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:274:41: style: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:377:26: note: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:274:41: note: Function 'type_to_charge' argument 1 names different: declaration 't' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:829:61: style: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:496:46: note: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:829:61: note: Function 'bond_stiffness' argument 3 names different: declaration 'rsq' definition 'rsq0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:38: style: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:23: note: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:38: note: Function 'insert_atom' argument 1 names different: declaration 'type' definition 'atype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:49: style: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:33: note: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:867:49: note: Function 'insert_atom' argument 2 names different: declaration 'mask' definition 'amask'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:11: style: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:47: note: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:11: note: Function 'insert_atom' argument 3 names different: declaration 'x' definition 'ax'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:23: style: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:58: note: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:23: note: Function 'insert_atom' argument 4 names different: declaration 'v' definition 'av'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:34: style: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:502:68: note: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:868:34: note: Function 'insert_atom' argument 5 names different: declaration 'q' definition 'aq'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:887:39: style: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:505:24: note: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:887:39: note: Function 'reset_ghosts' argument 1 names different: declaration 'dn' definition 'deln'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:904:51: style: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:503:36: note: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:904:51: note: Function 'shortrange_energy' argument 1 names different: declaration 'x' definition 'coord'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:905:7: style: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:503:43: note: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:905:7: note: Function 'shortrange_energy' argument 2 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:36: style: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:25: note: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:36: note: Function 'epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:53: style: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:41: note: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:53: note: Function 'epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:68: style: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:511:53: note: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:974:68: note: Function 'epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon0'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:40: style: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:25: note: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:40: note: Function 'set_epsilons' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:57: style: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:41: note: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:57: note: Function 'set_epsilons' argument 2 names different: declaration 'p' definition 'pair'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:72: style: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:512:53: note: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:993:72: note: Function 'set_epsilons' argument 3 names different: declaration 'epsilons' definition 'epsilon'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1014:37: style: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:513:23: note: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1014:37: note: Function 'set_charge' argument 1 names different: declaration 'type' definition 'itype'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1403:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::list_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::commSize_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::upper_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::lower_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:87:18: warning: Member variable 'LammpsInterface::length_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:519:10: performance: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1059:25: note: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:519:10: note: Technically the member function 'ATC::LammpsInterface::random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:520:10: performance: Technically the member function 'ATC::LammpsInterface::random_normal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1062:25: note: Technically the member function 'ATC::LammpsInterface::random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:520:10: note: Technically the member function 'ATC::LammpsInterface::random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:521:7: performance: Technically the member function 'ATC::LammpsInterface::random_state' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1065:22: note: Technically the member function 'ATC::LammpsInterface::random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:521:7: note: Technically the member function 'ATC::LammpsInterface::random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:522:8: performance: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1068:23: note: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:522:8: note: Technically the member function 'ATC::LammpsInterface::set_random_state' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:524:8: performance: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1074:23: note: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:524:8: note: Technically the member function 'ATC::LammpsInterface::advance_random_uniform' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:525:8: performance: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1077:23: note: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:525:8: note: Technically the member function 'ATC::LammpsInterface::advance_random_normal' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:601:7: performance: Technically the member function 'ATC::LammpsInterface::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1294:22: note: Technically the member function 'ATC::LammpsInterface::sbmask' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:601:7: note: Technically the member function 'ATC::LammpsInterface::sbmask' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:602:8: style: Technically the member function 'ATC::LammpsInterface::set_list' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:1296:23: note: Technically the member function 'ATC::LammpsInterface::set_list' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.h:602:8: note: Technically the member function 'ATC::LammpsInterface::set_list' can be const.
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:167:0: error: Memory leak: sizeCounts [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/LammpsInterface.cpp:167:0: error: Memory leak: sizeOffsets [memleak]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:25:15: style: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.h:48:15: note: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:25:15: note: Function 'LinearSolver' argument 4 names different: declaration 'bcHandlerType' definition 'constraintHandlerType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:327:46: style: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.h:132:34: note: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:327:46: note: Function 'set_fixed_values' argument 1 names different: declaration 'x' definition 'X'.
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:224:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:240:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:277:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:304:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:316:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:330:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:376:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:454:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:541:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:549:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/LinearSolver.cpp:49:3: performance: Variable 'matrixCopy_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:793:13: style: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:120:34: note: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:793:13: note: Function 'permittivity' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:803:13: style: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:126:41: note: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:803:13: note: Function 'band_edge_potential' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:810:13: style: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:123:40: note: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:810:13: note: Function 'inv_effective_mass' argument 2 names different: declaration 'energy' definition 'density'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:821:18: style: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:136:36: note: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:821:18: note: Function 'heat_flux' argument 3 names different: declaration 'heatFlux' definition 'flux'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:919:18: style: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:155:39: note: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:919:18: note: Function 'viscous_stress' argument 3 names different: declaration 'viscousStress' definition 'stress'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:926:13: style: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:129:31: note: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:926:13: note: Function 'viscosity' argument 2 names different: declaration 'energy' definition 'coefs'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:169:10: performance: Technically the member function 'ATC::Material::electric_field' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.cpp:939:16: note: Technically the member function 'ATC::Material::electric_field' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/Material.h:169:10: note: Technically the member function 'ATC::Material::electric_field' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:50:7: style: Class 'ViscousStressConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:51:7: style: Class 'ViscousStressConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:53:12: style: The function 'viscous_stress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:28:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:53:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:56:12: style: The function 'viscosity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:31:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:56:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.h:35:10: performance: Technically the member function 'ATC::MeshReader::read_exo_file' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.cpp:152:20: note: Technically the member function 'ATC::MeshReader::read_exo_file' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/MeshReader.h:35:10: note: Technically the member function 'ATC::MeshReader::read_exo_file' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:246:9: style: Variable 'nmol' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:129:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:131:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:154:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:285:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:27:16: warning: Member variable 'MoleculeSet::nMoleculesTotal_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: warning: Virtual function 'clear' is called from destructor '~MoleculeSet()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:40:5: note: Calling clear
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.h:33:18: note: clear is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:287:22: error: Iterator 'atomIt' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:285:5: note: Iterator 'atomIt' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/MoleculeSet.cpp:287:22: note: Iterator 'atomIt' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:33:50: style: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.h:55:33: note: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:33:50: note: Function 'residual_norm' argument 1 names different: declaration 'x' definition 'r'.
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:39:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::solverType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNorm0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNorm_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/NonLinearSolver.cpp:18:20: warning: Member variable 'NonLinearSolver::rNormP_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:136:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:135:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:136:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:157:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:156:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:157:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:213:56: style: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.h:55:45: note: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:213:56: note: Function 'write_geometry' argument 2 names different: declaration 'connectivity' definition 'connectivities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:120:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:138:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:159:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:189:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:203:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:378:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:389:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:413:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:558:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:632:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:709:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:771:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:823:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::nDataCols_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::number_of_nodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:66:16: warning: Member variable 'OutputManager::warnTooManyCols_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:274:5: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/atc/OutputManager.cpp:820:14: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:379:38: warning: Either the condition '!atomCoarseGrainingPositions' is redundant or there is possible null pointer dereference: atomCoarseGrainingPositions. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:358:9: note: Assuming that condition '!atomCoarseGrainingPositions' is not redundant
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:379:38: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:1043:14: style: The scope of the variable 'vRel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:2080:14: style: The scope of the variable 'diff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:882:31: style: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:500:50: note: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:882:31: note: Function 'ChargeVelocity' argument 2 names different: declaration 'fluctuatingVelocities' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:883:31: style: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.h:501:50: note: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:883:31: note: Function 'ChargeVelocity' argument 3 names different: declaration 'atomCharges' definition 'atomCharge'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:112:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantityLibrary.cpp:165:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:284:24: style: Unused variable: pair_jk [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:340:24: style: Unused variable: pair_jk [unusedVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:59:14: warning: Member variable 'PairMapBond::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerPairQuantity.cpp:65:14: warning: Member variable 'PairMapBoth::index_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:225:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:90:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:94:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:274:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:277:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:280:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:17: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:228:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:283:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:17: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:232:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:287:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:17: style: The function 'size_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:97:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:290:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:293:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:296:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:341:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:341:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:348:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:348:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:357:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:361:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:395:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:399:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:407:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:411:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:415:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:419:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:423:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:427:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:431:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:435:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:441:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:441:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:444:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:447:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:481:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:142:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:481:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:484:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:145:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:484:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:516:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:40:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:516:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:520:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:520:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:528:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:528:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:532:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:532:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:536:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:536:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:544:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:62:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:544:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:548:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:65:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:548:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:552:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:552:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:556:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:71:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:556:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:132:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: style: The function 'set_lammps_to_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:135:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:565:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:609:18: style: The function 'set_quantity_to_lammps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:609:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:645:30: style: The function 'set_quantity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:185:30: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:645:30: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:649:18: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:189:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:649:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:657:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:657:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:661:18: style: The function 'operator+=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:197:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:661:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:665:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:201:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:665:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:669:18: style: The function 'operator-=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:205:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:669:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:673:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:209:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:673:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:677:18: style: The function 'operator*=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:213:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:677:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:681:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:217:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:681:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:685:18: style: The function 'operator/=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:221:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:685:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:691:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:236:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:691:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:695:17: style: The function 'lammps_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:240:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:695:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:698:18: style: The function 'lammps_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:243:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:698:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:728:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:728:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:731:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:731:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:734:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:734:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:737:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:737:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:740:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:740:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:743:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:743:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:746:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:746:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:785:18: style: The function 'prepare_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:785:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:788:18: style: The function 'post_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:788:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:791:17: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:80:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:791:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:794:17: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:83:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:794:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:797:17: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:86:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:797:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:800:18: style: The function 'grow_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:100:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:800:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:803:18: style: The function 'copy_lammps_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:103:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:803:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:428:3: style: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:427:0: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:428:3: note: Variable 'f' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:43:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:50:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:60:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:115:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:126:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:131:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PhysicsModel.cpp:182:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:42:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:42:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:28:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:29:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:33:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:33:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:42:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:42:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:29:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:30:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:35:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:36:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:42:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:43:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:49:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:49:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:77:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:77:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:78:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:78:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:83:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:83:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:84:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:84:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:91:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:91:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:92:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:99:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:99:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:30:18: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:75:18: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:31:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:75:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:80:18: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:80:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:81:18: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:81:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:87:18: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:87:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:88:18: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:88:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:94:35: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:43:35: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronMomentum.h:94:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:87:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:87:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:88:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:88:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:94:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:95:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:95:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:56:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:150:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:150:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:151:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:151:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:157:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:157:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:158:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:108:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:158:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:164:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:114:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:164:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:31:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:32:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:85:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:86:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:92:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:93:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:52:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:93:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:100:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:101:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:107:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:58:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:107:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:135:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:135:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:138:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:138:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:139:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:139:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:144:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:144:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:145:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:145:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:151:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:151:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:152:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:152:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:158:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:158:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:159:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:165:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.h:165:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:78:16: style: The function 'has_E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:78:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:79:16: style: The function 'E_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:79:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:85:16: style: The function 'has_M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:86:16: style: The function 'M_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:91:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:91:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:92:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:92:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:98:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:98:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:99:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:99:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:105:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:49:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:105:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:56:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:45:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:46:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:46:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:76:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:85:16: style: The function 'has_B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:86:16: style: The function 'B_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:86:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:93:16: style: The function 'has_N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:93:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:94:16: style: The function 'N_integrand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:100:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:52:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:101:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:101:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:106:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:59:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPoisson.h:106:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:29:16: style: The function 'has_BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:30:16: style: The function 'BB_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:34:16: style: The function 'has_NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:76:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:35:16: style: The function 'NN_tangent_coefficients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:41:33: style: The function 'needs_material_functions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquation.h:90:33: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:41:33: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:98:7: style: Variable 'argIdx' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::nNodes_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::dof_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:19:16: warning: Member variable 'PoissonSolver::useOwnGrid_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.h:46:8: performance: Technically the member function 'ATC::PoissonSolver::modify' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.cpp:74:21: note: Technically the member function 'ATC::PoissonSolver::modify' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/PoissonSolver.h:46:8: note: Technically the member function 'ATC::PoissonSolver::modify' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:122:42: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:138:42: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:175:41: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:208:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:249:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:313:53: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: style: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:300:41: note: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: note: Function 'fix_field' argument 1 names different: declaration 'nodeset' definition 'nodeSet'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:351:67: style: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:351:46: note: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:351:67: note: Function 'set_initial_conditions' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:400:61: style: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:357:40: note: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:400:61: note: Function 'set_fixed_fields' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:437:18: style: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:363:39: note: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:437:18: note: Function 'set_fixed_field' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:461:18: style: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:367:40: note: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:461:18: note: Function 'set_fixed_dfield' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:485:11: style: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.h:371:35: note: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:485:11: note: Function 'set_sources' argument 1 names different: declaration 'time' definition 't'.
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:29:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:120:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:136:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:160:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:199:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:222:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:240:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:263:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:279:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:294:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:310:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:326:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:343:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:358:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:407:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:492:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:506:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:534:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:564:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:604:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:609:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/PrescribedDataManager.cpp:129:25: performance: Function parameter 'nodeSet' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.h:18:8: performance: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.cpp:42:18: note: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/Quadrature.h:18:8: note: Technically the member function 'ATC::Quadrature::set_line_quadrature' can be static.
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:457:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:458:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:198:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:213:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:487:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:577:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:616:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:713:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:789:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:794:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:820:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:877:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:890:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:909:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:935:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:946:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::maxConstraintIter_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::Ef0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::Ef_shift_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::safe_dEf_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:336:29: warning: Member variable 'SchrodingerPoissonSolver::tol_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:443:34: warning: Member variable 'SliceSchrodingerPoissonSolver::nslices_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:634:40: warning: Member variable 'GlobalSliceSchrodingerPoissonSolver::norm_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:634:40: warning: Member variable 'GlobalSliceSchrodingerPoissonSolver::norm0_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:241:30: warning: Member variable 'SchrodingerPoissonManager::alpha_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:726:5: style: Class 'GlobalSliceSchrodingerPoissonSolver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/SchrodingerSolver.cpp:726:5: style: Class 'GlobalSliceSchrodingerPoissonSolver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/SpeciesTimeIntegrator.cpp:218:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:108:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:98:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:108:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:164:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:58:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:164:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:272:48: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:82:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:272:48: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:408:45: style: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.h:136:33: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Stress.cpp:408:45: note: Function 'stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:29:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:29:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:31:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:31:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:37:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:37:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:44:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:44:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:51:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjCut.h:51:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:34:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:34:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:36:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:36:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:47:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:47:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:59:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:59:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:71:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbLjSmoothLinear.h:71:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:46:12: style: The function 'cutoff_radius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:39:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:46:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:48:12: style: The function 'phi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:43:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:48:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:61:12: style: The function 'phi_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:44:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:61:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:75:12: style: The function 'phi_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:45:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:75:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:90:12: style: The function 'phi_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:46:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:90:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:106:12: style: The function 'rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:106:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:118:12: style: The function 'rho_r' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:118:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:130:12: style: The function 'rho_rr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:53:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:130:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:142:12: style: The function 'rho_rrr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:54:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:142:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:154:12: style: The function 'F' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:55:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:154:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:166:12: style: The function 'F_p' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:166:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:178:12: style: The function 'F_pp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:57:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:178:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:190:12: style: The function 'F_ppp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/CbPotential.h:58:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/CbEam.h:190:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:80: style: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:128:55: note: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:80: note: Function 'ThermalTimeIntegratorGear' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:382:100: style: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:217:65: note: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:382:100: note: Function 'ThermalTimeIntegratorFractionalStep' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:593:116: style: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.h:305:73: note: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:593:116: note: Function 'ThermalTimeIntegratorFractionalStepFiltered' argument 1 names different: declaration 'ThermalTimeIntegrator' definition 'thermalTimeIntegrator'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ThermalTimeIntegrator.cpp:180:30: warning: Member variable 'ThermalTimeIntegratorGear::nodalAtomicPower_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:198:11: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:2059:64: style: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.h:798:59: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:2059:64: note: Function 'apply_to_atoms' argument 1 names different: declaration 'atomicVelocity' definition 'atomVelocities'.
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:536:31: warning: Member variable 'ThermostatRescaleMixedKePe::keMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:536:31: warning: Member variable 'ThermostatRescaleMixedKePe::peMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1388:30: warning: Member variable 'ThermostatIntegratorFixed::keMultiplier_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1895:7: style: Class 'ThermostatFluxFixed' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/Thermostat.cpp:1895:7: style: Class 'ThermostatFluxFixed' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:0: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:562:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/atc/PerAtomQuantity.h:857:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:184:73: style: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.h:87:56: note: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:184:73: note: Function 'construct' argument 1 names different: declaration 'type' definition 'intType'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:35:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:231:15: warning: Member variable 'TimeFilter::filterType_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:218:27: error: Uninitialized variable: newTimeFilter [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TimeFilter.cpp:219:12: error: Uninitialized variable: newTimeFilter [uninitvar]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1248:48: style: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.h:1211:33: note: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1248:48: note: Function 'DenseMatrixDelta' argument 1 names different: declaration 'current' definition 'matrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:360:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:405:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:441:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1001:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1004:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1021:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1042:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1045:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1063:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferLibrary.cpp:1066:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.cpp:341:58: style: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.h:573:53: note: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/TransferOperator.cpp:341:58: note: Function 'local_restriction' argument 2 names different: declaration 'shapeFunctionMatrix' definition 'accumulantMatrix'.
lammps-0~20180510.gitaa1d815fe/lib/atc/DenseVector.h:20:3: style: Class 'DenseVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.cpp:39:58: style: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.h:55:41: note: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/ViscousStress.cpp:39:58: note: Function 'viscous_stress' argument 3 names different: declaration 'flux' definition 'sigma'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.h:31:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationChargeDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.h:32:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.cpp:51:13: style: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.h:46:38: note: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronContinuity.cpp:51:13: note: Function 'N_integrand' argument 4 names different: declaration 'flux' definition 'recombination'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:42:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:39:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:42:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:112:13: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.h:97:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationElectronTemperature.cpp:112:13: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.cpp:30:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.h:32:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMassDiffusion.cpp:30:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:95:5: style: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:94:0: note: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationMomentum.cpp:95:5: note: Variable 'fi' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.cpp:41:14: style: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.h:39:38: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationPhononTemperature.cpp:41:14: note: Function 'M_integrand' argument 3 names different: declaration 'density' definition 'capacity'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.cpp:39:14: style: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.h:38:50: note: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'.
lammps-0~20180510.gitaa1d815fe/lib/atc/WeakEquationSchrodinger.cpp:39:14: note: Function 'NN_tangent_coefficients' argument 4 names different: declaration 'coefs' definition 'V'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/ivutils/src/logexc.cpp:24:14: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:461:9: warning: Return value of function std::make_pair() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:170:30: style: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:567:25: note: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:170:30: note: Function 'set_electrons' argument 1 names different: declaration 'spin' definition 's'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:846:30: style: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:645:33: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:846:30: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:290:19: style: Variable 'wsq1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:213:3: warning: Member variable 'NormDeriv::m' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::nwp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::harm_w0_4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::w0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Ee' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eei' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eee' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Ew' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Eii' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Edk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:483:3: warning: Member variable 'AWPMD::Edc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:389:7: performance: Technically the member function 'AWPMD::tag_index' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:625:10: style: Technically the member function 'AWPMD::get_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:814:15: note: Technically the member function 'AWPMD::get_energy' can be const.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:625:10: note: Technically the member function 'AWPMD::get_energy' can be const.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:628:7: performance: Technically the member function 'AWPMD::step' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.cpp:824:12: note: Technically the member function 'AWPMD::step' can be static.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:628:7: note: Technically the member function 'AWPMD::step' can be static.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:214:3: style: Class 'NormDeriv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:414:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:58: style: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:147:47: note: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:58: note: Function 'eterm_deriv' argument 4 names different: declaration 'k1' definition 'j1'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:89: style: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:147:77: note: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:117:89: note: Function 'eterm_deriv' argument 8 names different: declaration 'j2' definition 'k2'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:289:36: style: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:33: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:289:36: note: Function 'clear_forces' argument 1 names different: declaration 'flagi' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Ee1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Ew1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:371:0: style: Variable 'Eei1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:505:0: style: Variable 'dE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.cpp:516:27: style: Variable 'M2a' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:85:16: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:531:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:85:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:99:16: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:539:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:99:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:16: style: The function 'clear_forces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:645:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:167:7: style: The function 'interaction_hartree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:600:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:167:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:181:7: style: The function 'interaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd.h:596:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/awpmd/systems/interact/TCP/wpmd_split.h:181:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:246:15: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1232:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1278:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1278:13: style: The scope of the variable 'cvc_count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1023:27: style: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:293:21: note: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1023:27: note: Function 'calc_cvcs' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1092:33: style: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:299:27: note: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1092:33: note: Function 'calc_cvc_values' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1195:36: style: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:301:30: note: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1195:36: note: Function 'calc_cvc_gradients' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1275:38: style: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:303:32: note: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1275:38: note: Function 'calc_cvc_total_force' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1334:36: style: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:305:30: note: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:1334:36: note: Function 'calc_cvc_Jacobians' argument 1 names different: declaration 'first' definition 'first_cvc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2168:50: style: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:478:44: note: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2168:50: note: Function 'calc_vel_acf' argument 1 names different: declaration 'v_history' definition 'v_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2194:52: style: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:483:46: note: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2194:52: note: Function 'calc_coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2214:54: style: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:488:48: note: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:2214:54: note: Function 'calc_p2coor_acf' argument 1 names different: declaration 'x_history' definition 'x_list'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:283:21: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:99:5: warning: Member variable 'feature::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::expand_boundaries' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::hard_lower_boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::hard_upper_boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::n_active_cvcs' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::after_restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_length' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_stride' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_nframes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_normalize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::acf_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::runave_length' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:23:9: warning: Member variable 'colvar::runave_stride' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::proxy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::colvars' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:35:3: warning: Member variable 'colvarscript::proxy_error' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:83:29: style: Technically the member function 'colvarparse::get_config' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:122:17: style: Technically the member function 'colvardeps::feature::is_dynamic' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:123:17: style: Technically the member function 'colvardeps::feature::is_static' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:124:17: style: Technically the member function 'colvardeps::feature::is_user' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:157:22: style: Technically the member function 'colvar::fdiff_velocity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:261:7: performance: Technically the member function 'colvar::init_custom_function' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.cpp:439:13: note: Technically the member function 'colvar::init_custom_function' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:261:7: note: Technically the member function 'colvar::init_custom_function' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:215:23: performance: Technically the member function 'colvarproxy_atoms::get_atom_velocity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:339:23: performance: Technically the member function 'colvarproxy_atom_groups::get_atom_group_velocity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:634:15: style: Technically the member function 'colvarproxy::delete_requested' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:172:20: style: Technically the member function 'colvarbias::get_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:259:3: style: Class 'colvarmodule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:40:3: style: Class 'vector1d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:726:3: style: Class 'rvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:731:3: style: Class 'rvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:988:3: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:1000:3: style: Class 'quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.h:1396:3: style: Class 'rotation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarvalue.h:126:3: style: Class 'colvarvalue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarvalue.h:133:3: style: Class 'colvarvalue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:62:3: style: Class 'colvarparse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:76:3: style: Class 'atom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:159:3: style: Class 'atom_group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:162:3: style: Class 'atom_group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:307:3: style: Class 'distance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:332:3: style: Class 'distance_vec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:358:3: style: Class 'distance_dir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:400:3: style: Class 'distance_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:431:3: style: Class 'distance_xy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:454:3: style: Class 'polar_phi' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:484:3: style: Class 'polar_theta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:520:3: style: Class 'distance_inv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:549:3: style: Class 'distance_pairs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:569:3: style: Class 'gyration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:594:3: style: Class 'inertia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:620:3: style: Class 'inertia_z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:661:3: style: Class 'eigenvector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:706:3: style: Class 'angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:754:3: style: Class 'dipole_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:797:3: style: Class 'dihedral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:849:3: style: Class 'coordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:900:3: style: Class 'selfcoordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:944:3: style: Class 'groupcoordnum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:995:3: style: Class 'h_bond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1084:3: style: Class 'alpha_angles' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1114:3: style: Class 'dihedPC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1156:3: style: Class 'orientation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1180:3: style: Class 'orientation_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1204:3: style: Class 'orientation_proj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1231:3: style: Class 'tilt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1258:3: style: Class 'spin_angle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1297:3: style: Class 'rmsd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1325:3: style: Class 'cartesian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:91:3: style: Class 'colvarbias' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:232:3: style: Class 'colvarbias_ti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:41:3: style: Class 'colvarscript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:95:41: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:138:40: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:95:41: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:99:35: style: The function 'modify_features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:139:34: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:99:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:113:8: style: The function 'do_feature_side_effects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:216:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar.h:113:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:312:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:312:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:313:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:313:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:335:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:335:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:336:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:336:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:337:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:337:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:339:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:339:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:342:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:342:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:345:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:345:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:361:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:361:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:362:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:362:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:363:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:363:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:365:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:365:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:368:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:368:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:371:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:371:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:415:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:415:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:434:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:403:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:434:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:435:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:404:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:435:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:436:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:405:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:436:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:437:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:406:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:437:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:438:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:407:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:438:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:439:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:408:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:439:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:441:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:410:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:441:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:443:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:412:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:443:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:461:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:461:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:462:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:462:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:463:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:463:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:465:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:465:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:468:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:468:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:471:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:471:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:474:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:474:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:491:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:491:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:492:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:492:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:493:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:493:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:495:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:495:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:498:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:498:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:501:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:501:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:523:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:523:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:524:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:524:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:525:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:525:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:526:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:526:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:528:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:528:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:530:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:530:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:552:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:552:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:553:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:553:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:554:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:554:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:574:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:574:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:575:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:575:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:572:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:573:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:576:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:577:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:579:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:581:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:623:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:597:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:623:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:624:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:598:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:624:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:625:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:599:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:625:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:626:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:600:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:626:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:628:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:602:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:628:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:630:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:604:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:630:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:663:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:663:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:664:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:664:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:665:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:665:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:666:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:666:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:667:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:667:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:668:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:668:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:670:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:670:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:672:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:672:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:711:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:711:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:712:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:712:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:713:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:713:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:714:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:714:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:715:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:715:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:716:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:716:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:718:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:718:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:720:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:720:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:759:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:759:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:760:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:760:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:761:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:761:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:762:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:762:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:764:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:764:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:766:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:766:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:802:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:802:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:803:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:803:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:804:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:804:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:805:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:805:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:806:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:806:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:809:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:809:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:812:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:812:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:815:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:815:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:818:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:818:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:852:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:852:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:853:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:853:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:854:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:854:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:874:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:874:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:876:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:876:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:878:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:878:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:903:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:903:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:904:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:904:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:905:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:905:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:915:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:915:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:917:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:917:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:919:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:919:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:947:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:310:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:947:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:948:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:311:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:948:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:949:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:314:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:949:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:971:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:315:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:971:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:973:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:317:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:973:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:975:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:319:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:975:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1002:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1002:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1003:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1003:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1004:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1004:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1006:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1006:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1008:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1008:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1010:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1010:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1087:8: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1087:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1088:8: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1088:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1089:8: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1089:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1090:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1090:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1092:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1092:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1094:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1094:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1117:8: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1117:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1118:8: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1118:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1119:8: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1119:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1120:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1120:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1122:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1122:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1124:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1124:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1183:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1183:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1184:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1184:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1185:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1185:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1186:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1186:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1188:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1188:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1190:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1190:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1207:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1207:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1208:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1208:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1209:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1209:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1210:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1210:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1212:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1212:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1214:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1214:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1234:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1234:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1235:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1235:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1236:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1236:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1237:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1237:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1239:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1239:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1241:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1241:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1261:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1261:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1262:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1262:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1263:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1263:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1265:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1162:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1265:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1268:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1164:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1268:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1271:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1166:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1271:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1274:16: style: The function 'wrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:237:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1274:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1299:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1299:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1300:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1300:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1301:16: style: The function 'calc_force_invgrads' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1301:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1302:16: style: The function 'calc_Jacobian_derivative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1302:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1303:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1303:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1304:21: style: The function 'dist2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:221:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1304:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1306:23: style: The function 'dist2_lgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:227:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1306:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1308:23: style: The function 'dist2_rgrad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:233:23: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1308:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1328:16: style: The function 'calc_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1328:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1329:16: style: The function 'calc_gradients' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1329:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1330:16: style: The function 'apply_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:191:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:1330:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:181:41: style: The function 'features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:138:40: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:181:41: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:185:35: style: The function 'modify_features' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:139:34: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:185:35: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:235:15: style: The function 'clear_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:235:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:237:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:237:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:239:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:239:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:246:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:246:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:247:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:247:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:248:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:248:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:249:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:249:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:250:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:250:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1229:5: warning: Return value of function log() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1275:5: warning: Return value of function log() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:82:41: style: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:159:26: note: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:82:41: note: Function 'atom_group' argument 1 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:265:47: style: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:182:32: note: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:265:47: note: Function 'parse' argument 1 names different: declaration 'conf' definition 'group_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:374:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:818:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:1178:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:58:12: warning: Member variable 'atom::charge' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.cpp:84:3: performance: Variable 'key' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvaratoms.h:28:1: warning: The class 'atom' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1370:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1598:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:36:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:287:53: style: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:51: note: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:287:53: note: Function 'set_state_params' argument 1 names different: declaration 'state_conf' definition 'conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::rank' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::b_output_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:111:13: warning: Member variable 'colvarbias::state_file_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::nxc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::nt' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::new_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < unsigned long >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:233:0: warning: Member variable 'colvar_grid < unsigned long >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::nxc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::nt' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::new_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:213:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:233:0: warning: Member variable 'colvar_grid < colvarmodule :: real >::has_parent_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1205:25: style: Technically the member function 'colvar_grid_count::new_count' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1233:20: style: Technically the member function 'colvar_grid_count::log_gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1282:20: style: Technically the member function 'colvar_grid_count::gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1366:15: style: Technically the member function 'colvar_grid_scalar::vector_gradient_finite_diff' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:431:0: performance: Technically the member function 'colvar_grid < unsigned long >::value_to_bin_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:446:0: performance: Technically the member function 'colvar_grid < unsigned long >::bin_to_value_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:431:0: performance: Technically the member function 'colvar_grid < colvarmodule :: real >::value_to_bin_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:446:0: performance: Technically the member function 'colvar_grid < colvarmodule :: real >::bin_to_value_scalar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:97:15: warning: Virtual function 'reset' is called from constructor 'colvarbias(const char*key)' at line 26. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.cpp:26:3: note: Calling reset
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:97:15: note: reset is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1344:3: style: Class 'colvar_grid_scalar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1501:3: style: Class 'colvar_grid_gradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1504:3: style: Class 'colvar_grid_gradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:26:0: warning: The class 'colvar_grid < unsigned long >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:26:0: warning: The class 'colvar_grid < colvarmodule :: real >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1214:23: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1214:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1417:21: style: The function 'value_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:701:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1417:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1437:16: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1437:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1561:28: style: The function 'value_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:701:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1561:28: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1575:23: style: The function 'value_input' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:710:0: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1575:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:579:28: warning: Either the condition '!samples_os' is redundant or there is possible null pointer dereference: samples_os. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:586:9: note: Assuming that condition '!samples_os' is not redundant
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:579:28: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:47:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:239:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::y_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::y_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:35:9: warning: Member variable 'n_matrix::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:36:9: warning: Member variable 'n_matrix::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:36:9: warning: Member variable 'n_matrix::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::temperature' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::written' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:215:9: warning: Member variable 'UIestimator::written_1D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::update_bias' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::hide_Jacobian' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_integrate' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::full_samples' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::min_samples' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_history_files' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::b_czar_window_file' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::history_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_initial_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::cap_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::integrate_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::applied_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_on' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.cpp:16:17: warning: Member variable 'colvarbias_abf::shared_last_step' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < double >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < double >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < int >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < int >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < std :: vector < double > >::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:141:0: warning: Member variable 'UIestimator :: n_vector < std :: vector < double > >::x_total_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:543:14: style: Unused private function: 'UIestimator::write_interal_data' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:43:19: performance: Variable 'lowerboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:44:19: performance: Variable 'upperboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:45:19: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:229:19: performance: Variable 'lowerboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:230:19: performance: Variable 'upperboundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:231:19: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:232:19: performance: Variable 'krestr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:233:19: performance: Variable 'output_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:236:19: performance: Variable 'input_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:148:0: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:131:16: performance: Technically the member function 'UIestimator::n_matrix::round' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:164:15: warning: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:38:16: note: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:164:15: note: The class 'colvarbias_abf' defines member variable with name 'output_prefix' also defined in its parent class 'colvarbias'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:30:3: style: Class 'colvarbias_abf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:31:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:31:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:33:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:123:15: style: The function 'replica_share' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:123:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:131:15: style: The function 'bin_num' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:131:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:133:15: style: The function 'current_bin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:133:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:135:15: style: The function 'bin_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:135:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:144:17: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:144:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:145:17: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_abf.h:145:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:675:61: performance: Function parameter 'input_filename' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:170:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvar_UIestimator.h:174:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::update_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_hard_coupling_range' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_centers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_grad' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:31:17: warning: Member variable 'colvarbias_alb::b_output_coupling' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:78:13: performance: Technically the member function 'colvarbias_alb::restraint_potential' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:399:27: note: Technically the member function 'colvarbias_alb::restraint_potential' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:78:13: note: Technically the member function 'colvarbias_alb::restraint_potential' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:81:15: performance: Technically the member function 'colvarbias_alb::restraint_force' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:407:29: note: Technically the member function 'colvarbias_alb::restraint_force' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:81:15: note: Technically the member function 'colvarbias_alb::restraint_force' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:84:13: performance: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.cpp:415:27: note: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:84:13: note: Technically the member function 'colvarbias_alb::restraint_convert_k' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:21:3: style: Class 'colvarbias_alb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:23:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:23:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:24:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:24:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:26:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:26:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:27:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:27:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:28:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:28:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:29:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_alb.h:29:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.cpp:16:23: warning: Member variable 'colvarbias_histogram::output_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.cpp:16:23: warning: Member variable 'colvarbias_histogram::colvar_array_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:26:3: style: Class 'colvarbias_histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:28:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:29:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:29:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:30:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:30:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:45:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:45:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:46:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_histogram.h:46:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:401:20: style: The scope of the variable 'new_lb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:402:20: style: The scope of the variable 'new_ub' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:679:66: style: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:128:59: note: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:679:66: note: Function 'calc_hills' argument 4 names different: declaration 'values' definition 'colvar_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:797:65: style: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:198:43: note: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:797:65: note: Function 'project_hills' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:798:65: style: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:198:69: note: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:798:65: note: Function 'project_hills' argument 4 names different: declaration 'gf' definition 'hg'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:901:74: style: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:109:52: note: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:901:74: note: Function 'recount_hills_off_grid' argument 3 names different: declaration 'ge' definition 'he'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1202:63: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1202:63: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:285:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:324:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:697:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:737:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:750:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:762:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:773:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:905:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1477:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1643:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1650:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::comm' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::new_hill_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::b_hills_traj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::use_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::rebin_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::expand_grids' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::grids_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::keep_hills' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_fes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_replica_fes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::dump_fes_save' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::well_tempered' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::ebmeta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::target_dist' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::ebmeta_equil_steps' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::safely_read_restart' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::hills_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::hills_energy_gradients' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_update_freq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_state_file_in_sync' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::update_status' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:36:18: warning: Member variable 'colvarbias_meta::replica_hills_file_pos' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:342:3: warning: Member variable 'hill::hill_value' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:356:20: style: Technically the member function 'hill::energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:362:20: style: Technically the member function 'hill::energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:368:27: style: Technically the member function 'hill::value' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:380:20: style: Technically the member function 'hill::weight' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:439:15: style: Technically the member function 'hill::output_traj' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.cpp:1816:36: note: Technically the member function 'hill::output_traj' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:439:15: note: Technically the member function 'hill::output_traj' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:40:3: style: Class 'colvarbias_meta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:264:1: warning: The class 'hill' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:43:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:43:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:47:15: style: The function 'clear_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:49:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:49:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:53:15: style: The function 'replica_share' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:53:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:55:15: style: The function 'calc_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:55:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:60:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:60:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:61:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:61:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:62:26: style: The function 'write_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:125:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:62:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:26: style: The function 'read_state_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:131:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:63:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:65:15: style: The function 'setup_output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:65:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:66:15: style: The function 'write_output_files' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:158:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:66:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:68:15: style: The function 'write_state_to_replicas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:167:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_meta.h:68:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:870:77: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:237:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:870:77: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1173:83: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:265:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1173:83: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1324:75: style: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:307:56: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1324:75: note: Function 'read_state_data' argument 1 names different: declaration 'os' definition 'is'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1349:33: warning: Member variable 'colvarbias_restraint_histogram::b_write_histogram' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:155:3: performance: Variable 'force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:184:3: performance: Variable 'acc_work' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:500:3: performance: Variable 'target_equil_steps' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:501:3: performance: Variable 'target_force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:502:3: performance: Variable 'starting_force_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:503:3: performance: Variable 'force_k_exp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:504:3: performance: Variable 'restraint_FE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:505:3: performance: Variable 'force_k_incr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:929:3: performance: Variable 'lower_wall_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:930:3: performance: Variable 'upper_wall_k' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1352:3: performance: Variable 'lower_boundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1353:3: performance: Variable 'upper_boundary' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1354:3: performance: Variable 'width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.cpp:1355:3: performance: Variable 'gaussian_width' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:70:3: style: Class 'colvarbias_restraint_centers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:87:3: style: Class 'colvarbias_restraint_k' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:106:3: style: Class 'colvarbias_restraint_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:149:3: style: Class 'colvarbias_restraint_centers_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:188:3: style: Class 'colvarbias_restraint_k_moving' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:231:3: style: Class 'colvarbias_restraint_harmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:258:3: style: Class 'colvarbias_restraint_harmonic_walls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:298:3: style: Class 'colvarbias_restraint_linear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:325:3: style: Class 'colvarbias_restraint_histogram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:26:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:26:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:32:21: style: The function 'energy_difference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:73:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:32:21: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:34:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:119:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:34:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:35:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:122:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:38:26: style: The function 'write_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:140:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:38:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:39:26: style: The function 'read_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:143:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:39:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:41:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:41:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:42:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:42:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:29:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:112:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:88:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:191:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:89:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:191:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:112:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:113:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:232:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:232:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:233:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:233:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:234:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:234:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:235:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:235:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:238:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:156:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:238:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:239:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:157:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:239:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:240:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:240:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:259:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:189:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:259:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:260:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:190:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:260:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:262:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:193:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:262:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:263:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:194:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:263:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:266:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:195:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:266:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:267:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:196:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:267:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:299:15: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:150:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:299:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:300:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:151:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:300:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:301:15: style: The function 'change_configuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:152:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:301:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:304:29: style: The function 'get_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:154:29: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:304:29: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:305:15: style: The function 'set_state_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:155:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:305:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:308:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:156:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:308:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:309:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:157:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:309:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:326:7: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:326:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:329:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:55:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:329:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:333:26: style: The function 'write_traj_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:146:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:333:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:334:26: style: The function 'write_traj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias.h:149:26: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarbias_restraint.h:334:26: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:102:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:103:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:107:15: warning: Virtual function 'init' is called from constructor 'cvc(const std::string&conf)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.cpp:40:3: note: Calling init
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:107:15: note: init is a virtual method
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:592:20: warning: Member variable 'polar_phi::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:539:22: warning: Member variable 'polar_theta::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:18:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:36:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:56:16: warning: Member variable 'angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:150:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:164:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:181:23: warning: Member variable 'dipole_angle::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:260:19: warning: Member variable 'dihedral::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::group4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_angles.cpp:314:19: warning: Member variable 'dihedral::b_1site_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:24:59: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:861:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:24:59: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:25:59: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:861:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:25:59: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:53:59: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:871:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:53:59: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:54:59: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:871:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:54:59: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:34: style: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:20: note: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:34: note: Function 'h_bond' argument 3 names different: declaration 'r0' definition 'r0_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:44: style: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:28: note: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:44: note: Function 'h_bond' argument 4 names different: declaration 'en' definition 'en_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:54: style: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:999:36: note: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:282:54: note: Function 'h_bond' argument 5 names different: declaration 'ed' definition 'ed_i'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:458:64: style: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:956:50: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:458:64: note: Function 'switching_function' argument 2 names different: declaration 'exp_num' definition 'en'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:459:64: style: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp.h:956:70: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:459:64: note: Function 'switching_function' argument 3 names different: declaration 'exp_den' definition 'ed'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:142:19: warning: Member variable 'coordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:359:23: warning: Member variable 'selfcoordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:448:24: warning: Member variable 'groupcoordnum::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:448:24: warning: Member variable 'groupcoordnum::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:294:17: warning: Member variable 'h_bond::en' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_coordnums.cpp:294:17: warning: Member variable 'h_bond::ed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:1467:10: style: The scope of the variable 'ia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:1467:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:20:19: warning: Member variable 'distance::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:37:19: warning: Member variable 'distance::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:170:21: warning: Member variable 'distance_z::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::main' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::ref1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::ref2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:219:21: warning: Member variable 'distance_z::fixed_axis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:557:23: warning: Member variable 'distance_inv::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:594:23: warning: Member variable 'distance_inv::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:665:25: warning: Member variable 'distance_pairs::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::group1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::group2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:679:25: warning: Member variable 'distance_pairs::b_no_PBC' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_distances.cpp:770:19: warning: Member variable 'gyration::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:298:9: style: Condition 'eigenvectors_as_columns' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:296:36: note: Assignment 'eigenvectors_as_columns=true', assigned value is 1
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:298:9: note: Condition 'eigenvectors_as_columns' is always true
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_protein.cpp:281:15: style: The scope of the variable 'vecNumber' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarcomp_rotations.cpp:91:22: warning: Member variable 'orientation::atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:720:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:23:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:134:8: style: The scope of the variable 'ok' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:296:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:772:8: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:123:28: style: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:195:18: note: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:123:28: note: Function 'enable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:295:29: style: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:199:19: note: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:295:29: note: Function 'disable' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:357:36: style: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.h:211:26: note: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvardeps.cpp:357:36: note: Function 'decr_ref_count' argument 1 names different: declaration 'f' definition 'feature_id'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:266:72: style: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1646:53: note: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:266:72: note: Function 'update_div_neighbors' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:327:68: style: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1670:49: note: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:327:68: note: Function 'update_div_local' argument 1 names different: declaration 'ix' definition 'ix0'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:64: style: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:45: note: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:64: note: Function 'atimes' argument 1 names different: declaration 'x' definition 'A'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:91: style: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:72: note: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:91: note: Function 'atimes' argument 2 names different: declaration 'r' definition 'LA'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:122:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:126:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:130:23: warning: Member variable 'colvar_grid_gradient::weights' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1675:8: style: Technically the member function 'integrate_potential::get_grad' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:303:27: note: Technically the member function 'integrate_potential::get_grad' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1675:8: note: Technically the member function 'integrate_potential::get_grad' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1682:13: performance: Technically the member function 'integrate_potential::l2norm' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:848:32: note: Technically the member function 'integrate_potential::l2norm' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1682:13: note: Technically the member function 'integrate_potential::l2norm' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:8: style: Technically the member function 'integrate_potential::atimes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.cpp:379:27: note: Technically the member function 'integrate_potential::atimes' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1685:8: note: Technically the member function 'integrate_potential::atimes' can be const.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvargrid.h:1326:1: warning: The class 'colvar_grid_scalar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:878:7: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:28:41: style: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:259:29: note: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:28:41: note: Function 'colvarmodule' argument 1 names different: declaration 'proxy' definition 'proxy_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:124:49: style: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:268:36: note: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:124:49: note: Function 'read_config_file' argument 1 names different: declaration 'config_file_name' definition 'config_filename'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:153:57: style: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:272:45: note: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:153:57: note: Function 'read_config_string' argument 1 names different: declaration 'conf' definition 'config_str'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:238:56: style: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:295:44: note: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:238:56: note: Function 'append_new_config' argument 1 names different: declaration 'conf' definition 'new_conf'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1702:33: style: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:515:37: note: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1702:33: note: Function 'load_atoms' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1711:34: style: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:528:38: note: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1711:34: note: Function 'load_coords' argument 1 names different: declaration 'filename' definition 'file_name'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:896:19: style: Variable 'error_code' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:450:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:470:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:484:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:526:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:540:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:554:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:695:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:735:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:750:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:777:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:795:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:804:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:835:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:859:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:868:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:887:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:912:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:929:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1023:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1032:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1047:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1083:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1092:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1183:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1229:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1240:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1333:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1341:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1408:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1441:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1447:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1508:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1513:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1537:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1542:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1658:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1695:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1773:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:1783:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:386:7: performance: Technically the member function 'colvarmodule::change_configuration' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:563:19: note: Technically the member function 'colvarmodule::change_configuration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:386:7: note: Technically the member function 'colvarmodule::change_configuration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:389:15: performance: Technically the member function 'colvarmodule::read_colvar' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:581:27: note: Technically the member function 'colvarmodule::read_colvar' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:389:15: note: Technically the member function 'colvarmodule::read_colvar' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:393:8: performance: Technically the member function 'colvarmodule::energy_difference' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:596:25: note: Technically the member function 'colvarmodule::energy_difference' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:393:8: note: Technically the member function 'colvarmodule::energy_difference' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:396:7: performance: Technically the member function 'colvarmodule::bias_bin_num' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:629:19: note: Technically the member function 'colvarmodule::bias_bin_num' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:396:7: note: Technically the member function 'colvarmodule::bias_bin_num' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:398:7: performance: Technically the member function 'colvarmodule::bias_current_bin' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:612:19: note: Technically the member function 'colvarmodule::bias_current_bin' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:398:7: note: Technically the member function 'colvarmodule::bias_current_bin' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:400:7: performance: Technically the member function 'colvarmodule::bias_bin_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:646:19: note: Technically the member function 'colvarmodule::bias_bin_count' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:400:7: note: Technically the member function 'colvarmodule::bias_bin_count' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:402:7: performance: Technically the member function 'colvarmodule::bias_share' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:663:19: note: Technically the member function 'colvarmodule::bias_share' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:402:7: note: Technically the member function 'colvarmodule::bias_share' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:605:7: performance: Technically the member function 'colvarmodule::calc_scripted_forces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:943:19: note: Technically the member function 'colvarmodule::calc_scripted_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.h:605:7: note: Technically the member function 'colvarmodule::calc_scripted_forces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:35:5: style: Class 'colvarmodule' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarmodule.cpp:35:5: style: Class 'colvarmodule' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:539:61: style: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:290:57: note: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:539:61: note: Function 'getline_nocomments' argument 2 names different: declaration 's' definition 'line'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:551:42: style: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:283:31: note: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:551:42: note: Function 'key_lookup' argument 2 names different: declaration 'key' definition 'key_in'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:440:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:462:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:519:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:133:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:228:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:133:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:138:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:237:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:138:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:143:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:246:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:143:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:153:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:264:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:153:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:158:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:273:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:158:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:163:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:282:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:163:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:168:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:291:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:168:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:178:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:364:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:178:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:183:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:373:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:183:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:188:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:382:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:188:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:193:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:391:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:193:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:198:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:400:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:198:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:203:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:409:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:203:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:208:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:418:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:208:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:213:8: performance: Technically the member function 'colvarparse::get_keyval' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:427:19: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:213:8: note: Technically the member function 'colvarparse::get_keyval' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:293:8: performance: Technically the member function 'colvarparse::brace_check' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.cpp:784:19: note: Technically the member function 'colvarparse::brace_check' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarparse.h:293:8: note: Technically the member function 'colvarparse::brace_check' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:576:66: style: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:511:55: note: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:576:66: note: Function 'tcl_run_colvar_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:613:66: style: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:516:55: note: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:613:66: note: Function 'tcl_run_colvar_gradient_callback' argument 2 names different: declaration 'cvcs' definition 'cvc_values'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:688:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:712:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:727:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:29:21: warning: Member variable 'colvarproxy_system::boundaries_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:485:21: warning: Member variable 'colvarproxy_script::force_script_defined' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:485:21: warning: Member variable 'colvarproxy_script::have_scripts' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:748:14: warning: Member variable 'colvarproxy::version_int' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:504:15: performance: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:545:30: note: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:504:15: note: Technically the member function 'colvarproxy_tcl::tcl_obj_to_str' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:507:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:555:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:507:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_force_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:509:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:574:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:509:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:514:7: performance: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:611:22: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:514:7: note: Technically the member function 'colvarproxy_tcl::tcl_run_colvar_gradient_callback' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:672:7: performance: Technically the member function 'colvarproxy::get_version_from_string' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.cpp:800:18: note: Technically the member function 'colvarproxy::get_version_from_string' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarproxy.h:672:7: note: Technically the member function 'colvarproxy::get_version_from_string' can be static.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:266:3: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:83:7: style: The scope of the variable 'error_code' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:47: style: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:132:35: note: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:47: note: Function 'proc_colvar' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:74: style: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:132:62: note: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:266:74: note: Function 'proc_colvar' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:48: style: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:135:36: note: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:48: note: Function 'proc_bias' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:75: style: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:135:63: note: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:385:75: note: Function 'proc_bias' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:37: style: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:139:25: note: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:37: note: Function 'proc_features' argument 2 names different: declaration 'argc' definition 'objc'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:64: style: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.h:139:52: note: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvarscript.cpp:469:64: note: Function 'proc_features' argument 3 names different: declaration 'argv' definition 'objv'.
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:78:21: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:79:21: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:143:25: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:144:25: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:161:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:162:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:163:24: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/colvars/colvartypes.cpp:631:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/colvars/lepton/src/Parser.cpp:54:23: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:97:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:302:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:299:35: style: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:484:35: note: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.cpp:299:35: note: Function 'cudppSort' argument 4 names different: declaration 'keybits' definition 'keyBits'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:52:5: warning: Member variable 'CUDPPPlanManager::plans' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:52:5: warning: Member variable 'CUDPPPlanManager::numCTAsTable' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:47:24: warning: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:144:22: note: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.h:47:24: note: The class 'CUDPPSparseMatrixVectorMultiplyPlan' defines member variable with name 'm_numRows' also defined in its parent class 'CUDPPPlan'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.h:25:1: warning: The class 'CUDPPPlanManager' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:78:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:74:0: note: Variable 'result' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:78:5: note: Variable 'result' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:70:42: style: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:443:42: note: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:70:42: note: Function 'cudppPlan' argument 3 names different: declaration 'n' definition 'numElements'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:71:42: style: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:444:42: note: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:71:42: note: Function 'cudppPlan' argument 4 names different: declaration 'rows' definition 'numRows'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:136:42: style: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp.h:448:42: note: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:136:42: note: Function 'cudppDestroyPlan' argument 1 names different: declaration 'plan' definition 'planHandle'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:379:5: style: Class 'CUDPPRadixSortPlan' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan.cpp:379:5: style: Class 'CUDPPRadixSortPlan' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/lib/gpu/cudpp_mini/cudpp_plan_manager.cpp:50:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:59:36: style: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:62:76: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:59:36: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_array' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_end' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:42:3: warning: Member variable 'UCL_H_Vec::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_array' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_end' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:42:3: warning: Member variable 'UCL_H_Mat::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_row_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_row_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:42:3: warning: Member variable 'UCL_D_Vec::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_pitch' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_row_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:42:3: warning: Member variable 'UCL_D_Mat::_rows' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:73:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::num_platforms' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:76:22: performance: Technically the member function 'ucl_cudadr::UCL_Device::platform_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:83:14: style: Technically the member function 'ucl_cudadr::UCL_Device::num_devices' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:96:14: style: Technically the member function 'ucl_cudadr::UCL_Device::device_num' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:111:14: style: Technically the member function 'ucl_cudadr::UCL_Device::num_queues' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:139:22: style: Technically the member function 'ucl_cudadr::UCL_Device::name' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:145:22: performance: Technically the member function 'ucl_cudadr::UCL_Device::device_type_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:150:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::device_type' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:165:19: style: Technically the member function 'ucl_cudadr::UCL_Device::cus' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:180:17: style: Technically the member function 'ucl_cudadr::UCL_Device::gigabytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:186:17: style: Technically the member function 'ucl_cudadr::UCL_Device::bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:197:17: performance: Technically the member function 'ucl_cudadr::UCL_Device::free_bytes' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:206:17: style: Technically the member function 'ucl_cudadr::UCL_Device::arch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:212:17: style: Technically the member function 'ucl_cudadr::UCL_Device::clock_rate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:218:17: style: Technically the member function 'ucl_cudadr::UCL_Device::group_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:224:17: style: Technically the member function 'ucl_cudadr::UCL_Device::max_pitch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:231:15: style: Technically the member function 'ucl_cudadr::UCL_Device::sharing_supported' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:238:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_equal' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:244:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_by_counts' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:250:15: performance: Technically the member function 'ucl_cudadr::UCL_Device::fission_by_affinity' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_device.h:257:14: performance: Technically the member function 'ucl_cudadr::UCL_Device::max_sub_devices' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:107:17: style: Technically the member function 'ucl_cudadr::UCL_Timer::total_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:110:17: style: Technically the member function 'ucl_cudadr::UCL_Timer::total_seconds' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_basemat.h:74:15: performance: Technically the member function 'ucl_cudadr::UCL_BaseMat::shared_mem_device' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:367:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::rows' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:375:14: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:393:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_vec.h:396:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Vec::byteoff' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:378:14: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:396:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_h_mat.h:399:17: performance: Technically the member function 'ucl_cudadr::UCL_H_Mat::byteoff' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:450:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::rows' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:458:14: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_vec.h:467:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Vec::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:447:14: performance: Technically the member function 'ucl_cudadr::UCL_D_Mat::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_d_mat.h:456:17: performance: Technically the member function 'ucl_cudadr::UCL_D_Mat::offset' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:138:17: style: Technically the member function 'ucl_cudadr::UCL_Vector::host_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:141:17: style: Technically the member function 'ucl_cudadr::UCL_Vector::device_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_vector.h:171:14: performance: Technically the member function 'ucl_cudadr::UCL_Vector::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:139:17: style: Technically the member function 'ucl_cudadr::UCL_Matrix::host_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:142:17: style: Technically the member function 'ucl_cudadr::UCL_Matrix::device_mem_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_matrix.h:171:14: performance: Technically the member function 'ucl_cudadr::UCL_Matrix::element_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:101:17: style: Technically the member function 'LAMMPS_AL::Answer::cast_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:104:17: style: Technically the member function 'LAMMPS_AL::Answer::gpu_bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:117:10: style: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:172:17: note: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:117:10: note: Technically the member function 'LAMMPS_AL::Answer::energy_virial' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:124:8: style: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.cpp:267:15: note: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:124:8: note: Technically the member function 'LAMMPS_AL::Answer::get_answers' can be const.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_answer.h:139:17: style: Technically the member function 'LAMMPS_AL::Answer::cpu_idle_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_timer.h:36:3: style: Class 'UCL_Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:31:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:38:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:43:61: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:44:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:61:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:62:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:70:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:78:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:86:61: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:87:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:99:42: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:100:42: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:118:41: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:142:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:143:41: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:188:41: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:214:60: performance: Function parameter 'delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/ucl_print.h:215:41: performance: Function parameter 'row_delim' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:211:30: style: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:70:25: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:211:30: note: Function 'init' argument 4 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:197:18: style: Variable 'gpu_bytes' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:42:44: performance: Variable '_cq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:45:5: performance: Variable '_cq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:57:15: performance: Technically the member function 'ucl_cudadr::UCL_Program::clear' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:172:15: performance: Technically the member function 'ucl_cudadr::UCL_Kernel::clear' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:94:8: style: Technically the member function 'LAMMPS_AL::Atom::charge' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:97:8: style: Technically the member function 'LAMMPS_AL::Atom::quaternion' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:100:8: style: Technically the member function 'LAMMPS_AL::Atom::velocity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:112:8: performance: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.cpp:319:13: note: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:112:8: note: Technically the member function 'LAMMPS_AL::Atom::sort_neighbor' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_atom.h:414:15: style: Technically the member function 'LAMMPS_AL::Atom::host_view' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_kernel.h:42:3: style: Class 'UCL_Program' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:45:36: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:53:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:45:36: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:223:53: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:146:37: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:223:53: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:269:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:194:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:269:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:270:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:194:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.cpp:270:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::nbor_program' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::build_program' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:37:3: warning: Member variable 'NeighborShared::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::cell_iter' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_shared' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::dev' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_nbor_time_avail' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_time_device' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_nbors' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_host' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_nbor_pitch' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_maxspecial' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_host' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_alloc_packed' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cutoff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cell_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_bin_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_packed_permissions' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_gpu_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_c_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cell_bytes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_cell_2d' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_cell_id' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_max_block_nbor_build' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_block_nbor_build' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_threads_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_total_atoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_cells_in_cutoff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:29:3: warning: Member variable 'Neighbor::_warp_size' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_gpu_nbor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_load_balance' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_actual_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_avg_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_desired_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_max_split' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_avg_count' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_inum' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_inum_full' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:32:3: warning: Member variable 'Balance::_timestep' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/gpu/geryon/nvd_texture.h:65:15: performance: Technically the member function 'ucl_cudadr::UCL_Texture::unbind' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:165:14: performance: Technically the member function 'LAMMPS_AL::Neighbor::max_nbor_loop' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:180:17: style: Technically the member function 'LAMMPS_AL::Neighbor::gpu_bytes' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:67:15: performance: Technically the member function 'LAMMPS_AL::PPPM::resize_local' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:172:14: style: Technically the member function 'LAMMPS_AL::PPPM::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:171:17: style: Technically the member function 'LAMMPS_AL::Device::host_time' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:286:22: style: Technically the member function 'LAMMPS_AL::Device::compile_string' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:318:22: performance: Technically the member function 'LAMMPS_AL::Device::toa' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:49:14: style: Technically the member function 'LAMMPS_AL::Balance::timestep' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_balance.h:52:14: performance: Technically the member function 'LAMMPS_AL::Balance::first_host_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:182:14: style: Technically the member function 'LAMMPS_AL::BaseAtomic::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.h:48:42: performance: Function parameter 'flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:58:31: performance: Function parameter 'compile_flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:46:36: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:54:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:46:36: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:185:55: style: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:133:62: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:185:55: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:232:52: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:142:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:232:52: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:234:41: style: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:143:25: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:234:41: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:285:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:193:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:285:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:286:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:193:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.cpp:286:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:180:14: style: Technically the member function 'LAMMPS_AL::BaseCharge::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:46:60: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:52:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:46:60: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:50: style: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:132:62: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:50: note: Function 'compute' argument 16 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:67: style: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:133:25: note: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:187:67: note: Function 'compute' argument 17 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:236:47: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:141:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:236:47: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:36: style: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:142:25: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:36: note: Function 'compute' argument 20 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:53: style: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:142:42: note: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:238:53: note: Function 'compute' argument 21 names different: declaration 'mu' definition 'host_mu'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:293:64: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:193:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:293:64: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:294:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:193:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.cpp:294:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:179:14: style: Technically the member function 'LAMMPS_AL::BaseDipole::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:46:57: style: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:52:49: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:46:57: note: Function 'init_atomic' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:185:61: style: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:132:25: note: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:185:61: note: Function 'compute' argument 17 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:234:44: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:141:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:234:44: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:236:34: style: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:142:26: note: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:236:34: note: Function 'compute' argument 20 names different: declaration 'v' definition 'host_v'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:290:61: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:197:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:290:61: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:291:47: style: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:197:78: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.cpp:291:47: note: Function 'compile_kernels' argument 3 names different: declaration 'k' definition 'kname'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:180:14: style: Technically the member function 'LAMMPS_AL::BaseDPD::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:54:37: style: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:54:47: note: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:54:37: note: Function 'init_base' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:57:42: style: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:57:28: note: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:57:42: note: Function 'init_base' argument 13 names different: declaration 'ellipsoid_sphere' definition 'ellip_sphere'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:350:54: style: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:171:63: note: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:350:54: note: Function 'compute' argument 16 names different: declaration 'quat' definition 'host_quat'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:398:67: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:179:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.cpp:398:67: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:231:14: style: Technically the member function 'LAMMPS_AL::BaseEllipsoid::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:55:34: style: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:57:48: note: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:55:34: note: Function 'init_three' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:40: style: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:58:56: note: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:40: note: Function 'init_three' argument 9 names different: declaration 'k_two' definition 'two'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:57: style: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:59:30: note: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:56:57: note: Function 'init_three' argument 10 names different: declaration 'k_three_center' definition 'three_center'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:40: style: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:59:58: note: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:40: note: Function 'init_three' argument 11 names different: declaration 'k_three_end' definition 'three_end'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:63: style: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:60:30: note: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:57:63: note: Function 'init_three' argument 12 names different: declaration 'k_short_nbor' definition 'short_nbor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:303:53: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:153:37: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:303:53: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:371:63: style: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:210:53: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.cpp:371:63: note: Function 'compile_kernels' argument 2 names different: declaration 'pair_string' definition 'pair_str'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:195:14: style: Technically the member function 'LAMMPS_AL::BaseThree::block_pair' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:196:14: style: Technically the member function 'LAMMPS_AL::BaseThree::block_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.cpp:53:47: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:46:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.cpp:53:47: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_beck.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.cpp:53:47: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:47:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.cpp:53:47: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:85:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born.h:85:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.cpp:54:54: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:46:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.cpp:54:54: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_long.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.cpp:54:55: style: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:46:42: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.cpp:54:55: note: Function 'init' argument 19 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:84:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_born_coul_wolf.h:84:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.cpp:52:42: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.cpp:52:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.cpp:52:50: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.cpp:52:50: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.cpp:53:54: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:46:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.cpp:53:54: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_buck_coul_long.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.cpp:54:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.cpp:54:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:82:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_charmm_long.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.cpp:57:50: style: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:48:42: note: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.cpp:57:50: note: Function 'init' argument 23 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:84:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_colloid.h:84:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.cpp:51:47: style: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:44:42: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.cpp:51:47: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.cpp:51:52: style: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:44:42: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.cpp:51:52: note: Function 'init' argument 11 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_debye.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.cpp:49:74: style: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:42:66: note: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.cpp:49:74: note: Function 'init' argument 8 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:73:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_dsf.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:46:48: style: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:40:39: note: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:46:48: note: Function 'init' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:49:51: style: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:43:48: note: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:49:51: note: Function 'init' argument 9 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:93:51: style: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:48:42: note: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.cpp:93:51: note: Function 'reinit' argument 2 names different: declaration 'scale' definition 'host_scale'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:77:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_coul_long.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:49:39: style: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:52:32: note: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:49:39: note: Function 'init_device' argument 6 names different: declaration 'particle_split' definition 'p_split'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:51:32: style: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:54:25: note: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:51:32: note: Function 'init_device' argument 10 names different: declaration 'vendor_string' definition 'ocl_vendor'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:223:42: style: Function 'init' argument 1 names different: declaration 'a' definition 'ans'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:76:35: note: Function 'init' argument 1 names different: declaration 'a' definition 'ans'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:223:42: note: Function 'init' argument 1 names different: declaration 'a' definition 'ans'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:569:48: style: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:130:41: note: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:569:48: note: Function 'output_kspace_times' argument 9 names different: declaration 'cpu_idle_time' definition 'idle_time'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:315:7: performance: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.cpp:159:14: note: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_device.h:315:7: note: Technically the member function 'LAMMPS_AL::Device::set_ocl_params' can be static.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.cpp:54:51: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.cpp:54:51: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.cpp:54:53: style: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:45:42: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.cpp:54:53: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dipole.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dipole_lj_sf.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.cpp:54:46: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:44:66: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.cpp:54:46: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_dpd.h:198:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_dpd.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:351:75: style: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:85:36: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:351:75: note: Function 'compute' argument 17 names different: declaration 'numj' definition 'jnum'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.cpp:457:5: style: Variable 'vflag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:136:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_eam.h:136:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.cpp:52:48: style: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:45:42: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.cpp:52:48: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gauss.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:130:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:139:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:60:56: style: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:50:42: note: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.cpp:60:56: note: Function 'init' argument 24 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:89:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:251:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_gayberne.h:89:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.cpp:53:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.cpp:53:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.cpp:53:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.cpp:53:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj96.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.cpp:54:55: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.cpp:54:55: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_class2_long.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.cpp:54:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.cpp:54:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.cpp:54:54: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.cpp:54:54: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_debye.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.cpp:54:58: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.cpp:54:58: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_long.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.cpp:55:52: style: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:46:42: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.cpp:55:52: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:83:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_coul_msm.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.cpp:54:50: style: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:45:66: note: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.cpp:54:50: note: Function 'init' argument 18 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_cubic.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.cpp:52:48: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.cpp:52:48: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:80:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_dsf.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.cpp:53:57: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.cpp:53:57: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_expand.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.cpp:52:52: style: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:45:42: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.cpp:52:52: note: Function 'init' argument 14 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_gromacs.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.cpp:53:57: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.cpp:53:57: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:48:34: style: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:40:58: note: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:48:34: note: Function 'init' argument 3 names different: declaration 'cg_type' definition 'host_cg_type'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:54:58: style: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:45:42: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.cpp:54:58: note: Function 'init' argument 16 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:78:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_charge.h:195:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_lj_sdk_long.h:78:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.cpp:53:46: style: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:46:42: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.cpp:53:46: note: Function 'init' argument 17 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_mie.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.cpp:53:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:45:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.cpp:53:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:74:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_morse.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:36:58: style: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.h:53:68: note: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:36:58: note: Function 'init' argument 6 names different: declaration 'dev' definition 'devi'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor.cpp:42:42: performance: Function parameter 'compile_flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_neighbor_shared.cpp:52:56: performance: Function parameter 'flags' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:52:62: style: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:48:57: note: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:52:62: note: Function 'init' argument 3 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:57:40: style: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:51:46: note: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:57:40: note: Function 'init' argument 12 names different: declaration 'vd_brick' definition 'vd_brick_p'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:59:73: style: Function 'init' argument 18 names different: declaration 'success' definition 'flag'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:54:22: note: Function 'init' argument 18 names different: declaration 'success' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:59:73: note: Function 'init' argument 18 names different: declaration 'success' definition 'flag'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:219:42: style: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:192:28: note: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:219:42: note: Function '_precompute' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:302:36: style: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.h:116:53: note: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_pppm.cpp:302:36: note: Function 'spread' argument 7 names different: declaration 'charge' definition 'host_q'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:119:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:128:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:57:52: style: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:48:42: note: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.cpp:57:52: note: Function 'init' argument 20 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:85:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_ellipsoid.h:251:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_re_squared.h:85:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.cpp:51:48: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:45:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.cpp:51:48: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:76:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_soft.h:76:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.cpp:47:66: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.cpp:47:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:82:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_sw.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:53:26: style: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:40:39: note: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:53:26: note: Function 'init' argument 2 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:58:47: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:45:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.cpp:58:47: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:93:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_table.h:93:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:47:74: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:47:74: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:53:76: style: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:48:48: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.cpp:53:76: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:96:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:47:74: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:47:74: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:53:79: style: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:48:71: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.cpp:53:79: note: Function 'init' argument 30 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:96:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_mod.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:48:51: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:48:51: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:60:35: style: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:50:82: note: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.cpp:60:35: note: Function 'init' argument 37 names different: declaration 'cutsq' definition 'host_cutsq'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:102:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_tersoff_zbl.h:102:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.cpp:55:57: style: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:47:42: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.cpp:55:57: note: Function 'init' argument 15 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:81:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_ufm.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.cpp:47:66: style: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:41:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.cpp:47:66: note: Function 'init' argument 7 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:91:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_three.h:214:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_vashishta.h:91:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.cpp:52:49: style: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:44:42: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.cpp:52:49: note: Function 'init' argument 13 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:75:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.cpp:52:50: style: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:44:42: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.cpp:52:50: note: Function 'init' argument 12 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:117:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_yukawa_colloid.h:117:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.cpp:56:46: style: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:46:42: note: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.cpp:56:46: note: Function 'init' argument 22 names different: declaration 'screen' definition '_screen'.
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:79:8: style: The function 'loop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_base_atomic.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/gpu/lal_zbl.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:313:5: style: Variable 'start[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:305:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:313:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:314:5: style: Variable 'count[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:306:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:314:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:335:5: style: Variable 'start[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:327:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:335:5: note: Variable 'start[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:336:5: style: Variable 'count[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:328:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:336:5: note: Variable 'count[0]' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/h5md/src/ch5md.c:375:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/gather/gather_unroll.hpp:167:3: portability: %i in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/policy_performance/policy_perf_test.hpp:180:22: style: The scope of the variable 'vector_result' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/benchmarks/policy_performance/policy_perf_test.hpp:51:3: style: Struct 'ParallelScanFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTestGramSchmidt.cpp:267:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTestHexGrad.cpp:309:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/PerfTest_ViewCopy.cpp:128:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:263:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:221:0: style: The scope of the variable 'assumed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:222:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_atomic.cpp:183:0: style: The scope of the variable 'newval' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/perf_test/test_mempool.cpp:86:7: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 4) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 5) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 6) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 7) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 8) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 9) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 10) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 11) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 12) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 13) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 14) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 15) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 16) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/OpenMPTarget/Kokkos_OpenMPTargetSpace.cpp:266:3: portability: %lu in format string (no. 17) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_CPUDiscovery.cpp:63:0: style: Variable 'nprocs' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_CPUDiscovery.cpp:64:0: style: Variable 'nprocs_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_HostSpace.cpp:438:6: style: Condition '!is_initialized' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:55:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:152:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/src/impl/Kokkos_SharedAlloc.cpp:196:45: style: The scope of the variable 'zero' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/TestHWLOC.cpp:59:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_InterOp.cpp:57:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_Spaces.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_TeamReductionScan.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/cuda/TestCuda_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/default/TestDefaultDeviceType_d.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmp/TestOpenMP_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/openmptarget/TestOpenMPTarget_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Atomics.cpp:91:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Other.cpp:53:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Reductions.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_SubView_a.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_SubView_b.cpp:57:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_Team.cpp:68:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/qthreads/TestQthreads_ViewAPI_b.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_Spaces.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_TeamReductionScan.cpp:61:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/rocm/TestROCm_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/serial/TestSerial_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_SubView_a.cpp:54:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_SubView_b.cpp:56:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_Team.cpp:62:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_TeamReductionScan.cpp:60:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/core/unit_test/threads/TestThreads_TeamScratch.cpp:55:0: error: syntax error [syntaxError]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_impl.hpp:157:13: style: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl.hpp:82:13: note: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_impl.hpp:157:13: note: Function 'fenl' argument 5 names different: declaration 'global_elems' definition 'use_elems'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:378:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:381:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:387:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:390:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeNodeGraph::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:678:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeElemGatherFill::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:681:8: performance: Technically the member function 'Kokkos::Example::FENL::NodeElemGatherFill::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:810:9: performance: Technically the member function 'Kokkos::Example::FENL::ElementComputation::transform_gradients' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:888:8: performance: Technically the member function 'Kokkos::Example::FENL::ElementComputation::contributeResidualJacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/CGSolve.hpp:70:3: style: Struct 'CrsMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:407:1: warning: The class 'NodeElemGatherFill' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/fenl_functors.hpp:699:1: warning: The class 'ElementComputation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: style: Condition '0==comm_rank' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: Assignment 'comm_rank=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: note: Condition '0==comm_rank' is always true
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:170:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:209:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:237:14: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:253:12: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:161:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:253:12: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:276:10: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:335:35: style: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:261:19: note: 'comm_rank' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fenl/main.cpp:335:35: note: Same expression on both sides of '==' because the value of '0' and 'comm_rank' are the same.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:70:0: performance: Technically the member function 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:73:0: performance: Technically the member function 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/fixture/TestFixture.hpp:110:0: style: Struct 'Kokkos :: Example :: FixtureVerifyElemNodeCoord < Kokkos :: HostSpace :: execution_space >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:157:8: performance: Technically the member function 'G2L::find_test::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:161:8: performance: Technically the member function 'G2L::find_test::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/global_2_local_ids/G2L.hpp:81:3: style: Struct 'generate_ids' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:56:7: style: The scope of the variable 'num_threads' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:57:7: style: The scope of the variable 'use_numa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:58:7: style: The scope of the variable 'use_core' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:66:19: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:59:0: style: Variable 'length_array' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/grow_array/main.cpp:60:0: style: Variable 'span_values' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:75:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:76:5: performance: Variable 'f' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:77:5: performance: Variable 'numneigh' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:78:5: performance: Variable 'neighbors' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/force.cpp:74:3: style: Struct 'ForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:96:21: style: Variable 'num_threads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:101:15: style: Variable 'teams' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/main.cpp:106:16: style: Variable 'device' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:63:3: style: Struct 'BinningFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:120:3: style: Struct 'BuildFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:63:25: performance: Function parameter '_s' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/neighbor.cpp:120:23: performance: Function parameter '_s' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:127:10: style: Condition 'iflag' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:120:17: note: Assignment 'iflag=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:127:10: note: Condition 'iflag' is always false
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:217:10: style: Condition 'iflag' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:209:17: note: Assignment 'iflag=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/md_skeleton/setup.cpp:217:10: note: Condition 'iflag' is always false
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:279:36: style: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:201:48: note: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:279:36: note: Function 'box_map_id' argument 1 names different: declaration 'my_use_box' definition 'local_use'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:280:48: style: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:202:48: note: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.cpp:280:48: note: Function 'box_map_id' argument 2 names different: declaration 'my_use_id_map' definition 'local_use_id_map'.
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:142:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:128:8: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:142:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:157:8: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:128:8: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshPartition.hpp:157:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Nonlinear.hpp:205:10: style: The scope of the variable 'residual_norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Explicit.hpp:188:7: style: The scope of the variable 'previous_state' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ParallelDataMap.hpp:504:8: performance: Technically the member function 'Kokkos::AsyncExchange::setup' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ParallelDataMap.hpp:506:8: performance: Technically the member function 'Kokkos::AsyncExchange::send_receive' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:276:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::jacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:311:15: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::inverse_and_determinant3x3' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:350:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::matTransMat3x3_X_3xn' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:374:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::contributeDiffusionMatrix' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ImplicitFunctors.hpp:409:8: performance: Technically the member function 'HybridFEM::Implicit::ElementComputation::contributeSourceVector' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/NonlinearFunctors.hpp:136:9: performance: Technically the member function 'HybridFEM::Nonlinear::ElementComputation::transform_gradients' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/NonlinearFunctors.hpp:214:8: performance: Technically the member function 'HybridFEM::Nonlinear::ElementComputation::contributeResidualJacobian' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ExplicitFunctors.hpp:337:3: style: Struct 'initialize_element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/ExplicitFunctors.hpp:408:3: style: Struct 'initialize_node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:231:34: performance: Function parameter 'vertex_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:232:34: performance: Function parameter 'vertex_box_local_owned' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:233:34: performance: Function parameter 'node_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:279:34: performance: Function parameter 'vertex_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/BoxMeshFixture.hpp:281:34: performance: Function parameter 'node_box_local_used' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Explicit.hpp:188:0: style: The scope of the variable 'previous_state' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/multi_fem/Nonlinear.hpp:205:0: style: The scope of the variable 'residual_norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/03_simple_view/simple_view.cpp:81:3: style: Struct 'InitView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/03_simple_view/simple_view.cpp:103:3: style: Struct 'ReduceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/04_simple_memoryspaces/simple_memoryspaces.cpp:67:3: style: Struct 'ReduceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp:68:3: style: Struct 'init_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/01_data_layouts/data_layouts.cpp:116:3: style: Struct 'dot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:105:5: performance: Variable 'idx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:106:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/dual_view.cpp:107:5: performance: Variable 'src' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/lib/kokkos/example/tutorial/launch_bounds/launch_bounds_reduce.cpp:65:7: performance: Technically the member function 'collision::hash' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/meam/fm_exp.c:44:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.cpp:55:10: style: The scope of the variable 'point' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.cpp:23:7: warning: Member variable 'Body::KE' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Joint >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Joint >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Joint >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Joint >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Joint >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Joint >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Point >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Point >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Point >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Point >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Point >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Point >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:37:3: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:32:9: style: Class 'ColMatMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:33:9: style: Class 'ColMatMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:36:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:37:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:38:3: style: Class 'ColMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:30:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:31:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:32:3: style: Class 'RowMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:35:3: style: Class 'Mat3x3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:35:3: style: Class 'Vect3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:33:3: style: Class 'Mat4x4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:33:3: style: Class 'Vect4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:34:3: style: Class 'Mat6x6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:34:3: style: Class 'Vect6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Point >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Joint >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:40:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:40:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:41:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:42:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:43:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:44:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:45:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:47:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:48:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:48:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:49:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:49:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:50:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:50:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:54:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/matrix.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:29:10: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:29:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:30:9: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:30:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:31:7: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:32:9: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:32:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:33:7: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:34:7: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:71:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:75:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:79:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:35:17: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:35:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:36:16: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:37:14: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:37:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:38:16: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:39:14: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:39:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:40:14: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:40:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:44:14: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:45:20: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:45:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:46:23: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:46:23: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:48:14: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.h:48:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:40:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:40:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:41:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:42:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:43:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:44:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:45:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:49:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:50:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:50:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:51:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:51:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:52:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:54:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:28:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:28:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:29:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:29:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:30:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:31:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:32:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:33:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:71:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:75:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:79:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:34:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:35:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:35:19: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:36:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:37:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:38:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:38:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:39:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:40:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualrowmatrix.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:42:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:42:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:43:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:43:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:44:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:44:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:46:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rowmatrix.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:37:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:37:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:38:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:39:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:40:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:41:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:42:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:44:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:45:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:45:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:47:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:37:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:37:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:38:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:39:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:40:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:41:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:42:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:44:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:45:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:45:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:46:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:47:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:35:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:36:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:37:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:38:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:39:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:40:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:42:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:43:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:43:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:44:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:44:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:47:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:35:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:35:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:36:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:37:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:38:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:39:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:40:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:48:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:36:11: style: The function 'operator_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:68:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:36:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:37:10: style: The function 'Get_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:70:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:38:8: style: The function 'Set_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:72:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:39:10: style: The function 'BasicGet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:74:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:40:8: style: The function 'BasicSet_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:41:8: style: The function 'BasicIncrement_2int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:78:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:47:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:47:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:49:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:36:11: style: The function 'operator_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:36:11: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:37:10: style: The function 'Get_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:37:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:38:8: style: The function 'Set_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:39:10: style: The function 'BasicGet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:39:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:40:8: style: The function 'BasicSet_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:40:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:41:8: style: The function 'BasicIncrement_1int' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualcolmatrix.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:43:8: style: The function 'Const' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:59:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:44:14: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:60:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:44:14: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:45:17: style: The function 'WriteData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:64:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:45:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:46:17: style: The function 'ReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:65:24: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:46:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:48:8: style: The function 'AssignVM' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.h:61:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:30:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:30:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:33:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:34:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:27:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:27:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:28:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:28:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:29:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/rigidbody.h:29:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:29:12: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:75:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:29:12: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:30:8: style: The function 'ReadInBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:31:8: style: The function 'WriteOutBodyData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/body.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/particle.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:153:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:152:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.cpp:153:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:32:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:32:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:33:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:34:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:35:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:36:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:37:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:38:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:39:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:40:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:41:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/body23joint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatmap.cpp:149:23: warning: Member variable 'ColMatMap::elements' is not assigned a value in 'ColMatMap::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:61:14: style: Technically the member function 'ColMatrix::BasicMax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.cpp:186:17: note: Technically the member function 'ColMatrix::BasicMax' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:61:14: note: Technically the member function 'ColMatrix::BasicMax' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:62:14: style: Technically the member function 'ColMatrix::BasicMin' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.cpp:196:17: note: Technically the member function 'ColMatrix::BasicMin' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/colmatrix.h:62:14: note: Technically the member function 'ColMatrix::BasicMin' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:116:10: style: The scope of the variable 'Lv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:139:10: style: The scope of the variable 'Lv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:115:34: style: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:26:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:115:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:137:34: style: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:27:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:137:34: note: Function 'FastLDLT' argument 2 names different: declaration 'LD' definition 'C'.
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:545:27: warning: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.h:41:27: note: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx'
lammps-0~20180510.gitaa1d815fe/lib/poems/fastmatrixops.cpp:545:27: note: Function 'FastLUSubsLH' argument order different: declaration 'B, LU, C, indx' definition 'LU, B, C, indx'
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:30:3: style: Class 'FixedPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:31:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:40:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:31:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:32:9: style: The function 'GetPoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:32:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:33:8: style: The function 'ReadInPointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:34:8: style: The function 'WriteOutPointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/point.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/fixedpoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:137:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:136:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.cpp:137:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:29:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:29:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:30:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:31:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:32:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:33:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:34:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:35:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:36:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:37:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:38:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/freebodyjoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:31:9: style: Technically the member function 'InertialFrame::GetGravity' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.cpp:43:22: note: Technically the member function 'InertialFrame::GetGravity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/inertialframe.h:31:9: note: Technically the member function 'InertialFrame::GetGravity' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:40: style: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:98:35: note: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:40: note: Function 'SetInitialState' argument 1 names different: declaration 'q' definition 'a'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:54: style: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:98:49: note: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'.
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.cpp:83:54: note: Function 'SetInitialState' argument 2 names different: declaration 'u' definition 'adot'.
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:36:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:37:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:38:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:39:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:40:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:41:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:42:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:43:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:44:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/revolutejoint.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:34:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:35:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:36:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:37:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:38:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:39:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:40:8: style: The function 'ComputeForwardTransforms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:41:8: style: The function 'ComputeBackwardTransforms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:42:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:43:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:44:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/prismaticjoint.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:32:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:32:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:33:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:34:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:35:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:36:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:37:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:38:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:39:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:40:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:41:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:33:13: style: The function 'GetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:67:21: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:33:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:34:8: style: The function 'ReadInJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:35:8: style: The function 'WriteOutJointData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:36:8: style: The function 'ComputeLocalTransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:38:10: style: The function 'GetForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:107:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:39:10: style: The function 'GetBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:108:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:40:8: style: The function 'UpdateForward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:109:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:41:8: style: The function 'UpdateBackward_sP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:42:8: style: The function 'ForwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:43:8: style: The function 'BackwardKinematics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/joint.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/mat3x3.cpp:24:9: warning: Member variable 'Mat3x3::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat4x4.cpp:23:9: warning: Member variable 'Mat4x4::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mat6x6.cpp:23:9: warning: Member variable 'Mat6x6::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:177:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:176:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:177:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:125:7: style: The scope of the variable 'pp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:29:13: warning: Member variable 'MixedJoint::numrots' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/mixedjoint.cpp:29:13: warning: Member variable 'MixedJoint::numtrans' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:128:25: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:58:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:60:7: style: The scope of the variable 'tempID' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:95:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:181:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:195:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:209:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:280:10: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:88:15: style: Technically the member function 'OnBody::GetN_C_K' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:227:16: note: Technically the member function 'OnBody::GetN_C_K' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:88:15: note: Technically the member function 'OnBody::GetN_C_K' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:91:13: performance: Technically the member function 'OnBody::CalculateAcceleration' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.cpp:400:14: note: Technically the member function 'OnBody::CalculateAcceleration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/onbody.h:91:13: note: Technically the member function 'OnBody::CalculateAcceleration' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < OnBody >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < OnBody >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < OnBody >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < OnBody >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < OnBody >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < OnBody >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < OnBody >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:70:45: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:91:11: style: The scope of the variable 'child' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:85:39: style: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:41:36: note: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'.
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.cpp:85:39: note: Function 'CreateTopologyArray' argument 1 names different: declaration 'i' definition 'num'.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < Body >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < Body >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < Body >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < Body >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < Body >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < Body >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < Body >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:40:13: style: The function 'DeleteModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:40:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:47:13: style: The function 'CreateModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:47:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:48:13: style: The function 'Solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/lib/poems/onsolver.h:48:13: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.h:31:7: style: Technically the member function 'POEMSObject::GetID' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.cpp:42:18: note: Technically the member function 'POEMSObject::GetID' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsobject.h:31:7: note: Technically the member function 'POEMSObject::GetID' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:22:11: warning: Member variable 'TreeNode::aux_data' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:32:12: style: Member variable 'TreeNode::left' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:23:30: note: Member variable 'TreeNode::left' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:32:12: note: Member variable 'TreeNode::left' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:43:6: style: Technically the member function 'TreeNode::GetData' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:46:15: note: Technically the member function 'TreeNode::GetData' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:43:6: note: Technically the member function 'TreeNode::GetData' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:46:6: style: Technically the member function 'TreeNode::GetBalanceFactor' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.cpp:41:15: note: Technically the member function 'TreeNode::GetBalanceFactor' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstreenode.h:46:6: note: Technically the member function 'TreeNode::GetBalanceFactor' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::system' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:22:9: warning: Member variable 'Solver::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:45:14: style: Technically the member function 'Solver::GetSolverType' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.cpp:38:20: note: Technically the member function 'Solver::GetSolverType' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/solver.h:45:14: note: Technically the member function 'Solver::GetSolverType' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:158:3: style: Variable 'ke' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:157:0: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/sphericaljoint.cpp:158:3: note: Variable 'ke' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:275:7: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:429:3: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:70:9: style: The scope of the variable 'body' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:113:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:180:9: style: The scope of the variable 'body' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:201:10: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:242:12: style: The scope of the variable 'prev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:245:13: style: The scope of the variable 'joint' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:246:13: style: The scope of the variable 'point_CM' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:247:13: style: The scope of the variable 'point_p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:248:13: style: The scope of the variable 'point_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:399:9: style: The scope of the variable 'point_CM' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:401:9: style: The scope of the variable 'point_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:388:122: style: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:86:121: note: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:388:122: note: Function 'Create_System_LAMMPS' argument 6 names different: declaration 'vh1' definition 'vcm'.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:25:9: warning: Member variable 'System::time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:74:15: style: Technically the member function 'System::GetTime' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:60:16: note: Technically the member function 'System::GetTime' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:74:15: note: Technically the member function 'System::GetTime' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:76:13: performance: Technically the member function 'System::ComputeForces' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/system.cpp:64:14: note: Technically the member function 'System::ComputeForces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/system.h:76:13: note: Technically the member function 'System::ComputeForces' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/vect3.cpp:23:8: warning: Member variable 'Vect3::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect4.cpp:23:8: warning: Member variable 'Vect4::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/vect6.cpp:23:8: warning: Member variable 'Vect6::elements' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/virtualmatrix.cpp:151:18: style: The scope of the variable 'vm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:577:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:92:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:93:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:190:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:479:13: warning: Redundant assignment of 'RNodePtr' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsnodelib.h:125:6: style: The scope of the variable 'depthLeft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemsnodelib.h:125:17: style: The scope of the variable 'depthRight' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:72:9: style: The scope of the variable 'false_var' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:130:8: style: The scope of the variable 'array' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:131:9: style: The scope of the variable 'arrayFromChain' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:132:6: style: The scope of the variable 'numElementsInSystem' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:236:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:238:8: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:304:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:306:8: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:380:8: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:382:10: style: The scope of the variable 'mappings' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:474:6: style: The scope of the variable 'numbodies' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:296:12: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:341:12: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:456:14: style: Variable 'SysKE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::Thalf' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::Tfull' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::ConFac' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::KE_val' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:52:12: warning: Member variable 'Workspace::FirstTime' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.h:75:10: style: Technically the member function 'Workspace::getNumberOfSystems' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.cpp:221:16: note: Technically the member function 'Workspace::getNumberOfSystems' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/workspace.h:75:10: note: Technically the member function 'Workspace::getNumberOfSystems' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:46:7: performance: Technically the member function 'Tree::SingleRotateLeft' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:344:12: note: Technically the member function 'Tree::SingleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:46:7: note: Technically the member function 'Tree::SingleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:47:7: performance: Technically the member function 'Tree::SingleRotateRight' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:322:12: note: Technically the member function 'Tree::SingleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:47:7: note: Technically the member function 'Tree::SingleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:48:7: performance: Technically the member function 'Tree::DoubleRotateLeft' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:403:12: note: Technically the member function 'Tree::DoubleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:48:7: note: Technically the member function 'Tree::DoubleRotateLeft' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:49:7: performance: Technically the member function 'Tree::DoubleRotateRight' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:367:12: note: Technically the member function 'Tree::DoubleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:49:7: note: Technically the member function 'Tree::DoubleRotateRight' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:48:7: performance: Technically the member function 'SystemProcessor::setLinkVisited' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:213:23: note: Technically the member function 'SystemProcessor::setLinkVisited' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:48:7: note: Technically the member function 'SystemProcessor::setLinkVisited' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:64:6: performance: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:277:22: note: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/SystemProcessor.h:64:6: note: Technically the member function 'SystemProcessor::getNumberOfHeadChains' can be static.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < POEMSChain >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < POEMSChain >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < POEMSChain >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < POEMSChain >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < POEMSChain >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < POEMSChain >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < ChildRingData >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < ChildRingData >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < ChildRingData >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < ChildRingData >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < ChildRingData >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < ChildRingData >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < POEMSNode >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < POEMSNode >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < POEMSNode >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < POEMSNode >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < POEMSNode >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < POEMSNode >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < bool >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < bool >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < bool >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < bool >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < bool >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < bool >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: style: Technically the member function 'List < List < int > >::GetNumElements' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:98:0: note: Technically the member function 'List < List < int > >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:44:0: note: Technically the member function 'List < List < int > >::GetNumElements' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: style: Technically the member function 'List < List < int > >::PrintList' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:216:0: note: Technically the member function 'List < List < int > >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:55:0: note: Technically the member function 'List < List < int > >::PrintList' can be const.
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < POEMSNode >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < POEMSChain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < ChildRingData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemslist.h:33:0: style: Class 'ListElement < List < int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/lib/poems/poemstree.h:32:1: warning: The class 'Tree' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:44:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:45:20: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/libqmmm.c:206:0: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:210:15: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:282:15: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:247:28: style: Variable 'suffix' is allocated memory that is never used. [unusedAllocatedMemory]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:319:28: style: Variable 'suffix' is allocated memory that is never used. [unusedAllocatedMemory]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:206:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:276:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/lib/qmmm/pwqmmm.c:345:13: error: Resource handle 'fp' freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::gamma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::upsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::mu' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::shape1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::shape2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lshape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::well' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::setwell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.cpp:50:15: warning: Member variable 'PairGayBerne::avec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_gayberne.h:29:3: style: Class 'PairGayBerne' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:459:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.cpp:463:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_line_lj.h:29:3: style: Class 'PairLineLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:869:10: style: The scope of the variable 'fwae' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:870:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::shape1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::shape2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lshape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::well' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::setwell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.cpp:38:16: warning: Member variable 'PairRESquared::avec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_resquared.h:29:3: style: Class 'PairRESquared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:538:18: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ASPHERE/pair_tri_lj.h:29:3: style: Class 'PairTriLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/BODY/body_nparticle.cpp:212:10: style: The scope of the variable 'onerad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/body_nparticle.cpp:265:11: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/compute_body_local.cpp:127:12: style: Variable 'ncount' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/BODY/compute_temp_body.cpp:347:19: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.cpp:73:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/BODY/pair_body.h:29:3: style: Class 'PairBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:72:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:73:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:33: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:75:41: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:10: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:14: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:18: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:22: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:26: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:30: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:34: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:39: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:44: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:76:49: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:44: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:77:47: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:10: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:15: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:20: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:25: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:30: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:35: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:40: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:45: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:50: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:55: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:60: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.cpp:78:65: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/angle_class2.h:30:3: style: Class 'AngleClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:54:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:55:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:19: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:23: style: The scope of the variable 'dr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:27: style: The scope of the variable 'dr4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.cpp:56:31: style: The scope of the variable 'de_bond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/bond_class2.h:30:3: style: Class 'BondClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:106:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:107:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:10: style: The scope of the variable 'r1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:17: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:20: style: The scope of the variable 'r2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:27: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:30: style: The scope of the variable 'r3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:109:37: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:14: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:18: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:22: style: The scope of the variable 'rb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:26: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:30: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:34: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:110:37: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:10: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:16: style: The scope of the variable 'costh12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:24: style: The scope of the variable 'costh13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:32: style: The scope of the variable 'costh23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:40: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:44: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:48: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:51: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:111:54: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:10: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:17: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:21: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:28: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:32: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:36: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:40: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:44: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:48: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:52: style: The scope of the variable 'sx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:112:56: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:10: style: The scope of the variable 'sx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:15: style: The scope of the variable 'sy1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:19: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:23: style: The scope of the variable 'sy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:28: style: The scope of the variable 'sz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:32: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:36: style: The scope of the variable 'sz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:41: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:47: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:113:53: style: The scope of the variable 'dphi3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:10: style: The scope of the variable 'de_dihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:22: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:25: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:28: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:31: style: The scope of the variable 't4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:34: style: The scope of the variable 'cos2phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:42: style: The scope of the variable 'cos3phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:50: style: The scope of the variable 'bt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:114:54: style: The scope of the variable 'bt2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:10: style: The scope of the variable 'bt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:14: style: The scope of the variable 'sumbte' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:21: style: The scope of the variable 'db' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:24: style: The scope of the variable 'sumbtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:31: style: The scope of the variable 'at1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:35: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:39: style: The scope of the variable 'at3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:43: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:46: style: The scope of the variable 'da1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:115:50: style: The scope of the variable 'da2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:116:31: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.cpp:116:35: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/dihedral_class2.h:30:3: style: Class 'DihedralClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:71:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.cpp:638:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/improper_class2.h:30:3: style: Class 'ImproperClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.cpp:62:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2.h:29:3: style: Class 'PairLJClass2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:66:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:16: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:51: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.cpp:442:59: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_cut.h:29:3: style: Class 'PairLJClass2CoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:76:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:77:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:18: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:35: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:40: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:488:46: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:489:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:489:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.h:29:3: style: Class 'PairLJClass2CoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:529:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:529:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:534:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:531:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/CLASS2/pair_lj_class2_coul_long.cpp:531:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:343:7: style: Condition 'print_overlaps' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:342:24: note: Assignment 'print_overlaps=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:343:7: note: Condition 'print_overlaps' is always false
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:78:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:79:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:80:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:104:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:517:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:29:3: style: Class 'PairBrownian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.cpp:129:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:64:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:65:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:66:34: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:89:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:380:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:186:26: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:29:3: style: Class 'PairBrownianPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:32:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:34:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_brownian_poly.cpp:114:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_colloid.h:29:3: style: Class 'PairColloid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:82:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:83:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:164:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:591:10: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:758:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:421:15: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:422:14: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:29:3: style: Class 'PairLubricate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.cpp:189:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:214:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:214:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:216:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:398:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:398:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:400:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:557:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:557:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:40: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:43: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:558:46: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:574:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:587:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:790:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:790:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:791:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:792:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:819:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1062:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1062:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1063:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1064:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1090:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1336:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1337:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1338:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1502:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1503:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1504:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1815:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1978:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1996:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:2015:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:29:3: style: Class 'PairLubricateU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:612:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:844:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.cpp:1115:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:159:10: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:159:16: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:161:26: style: The scope of the variable 'rcg_dot_rcg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:323:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:323:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:40: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:43: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:331:46: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:332:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:358:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:598:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:598:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:605:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:606:16: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:633:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:909:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:914:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:915:22: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:1181:17: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:50:10: warning: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:36:10: note: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:50:10: note: The class 'PairLubricateUPoly' defines member variable with name 'vol_P' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:7: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagdeform' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:19: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:19: note: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:48:19: note: The class 'PairLubricateUPoly' defines member variable with name 'flagwall' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:7: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:29: note: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:7: note: The class 'PairLubricateUPoly' defines member variable with name 'flagVF' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:15: warning: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:37:37: note: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:49:15: note: The class 'PairLubricateUPoly' defines member variable with name 'flagHI' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:51:18: warning: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:38:18: note: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:51:18: note: The class 'PairLubricateUPoly' defines member variable with name 'wallfix' also defined in its parent class 'PairLubricateU'.
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:29:3: style: Class 'PairLubricateUPoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:41:8: style: The function 'compute_RE' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:42:8: style: The function 'compute_RU' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:43:8: style: The function 'compute_Fh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU.h:68:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:383:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricateU_poly.cpp:658:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:68:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:148:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:501:10: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:414:15: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:415:14: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:29:3: style: Class 'PairLubricatePoly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:32:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_lubricate_poly.cpp:173:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:43:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.cpp:44:52: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/COLLOID/pair_yukawa_colloid.h:29:3: style: Class 'PairYukawaColloid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/COMPRESS/dump_atom_gz.cpp:97:19: style: Redundant condition: !multiproc. 'multiproc || (!multiproc && me==0)' is equivalent to 'multiproc || me==0' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/COMPRESS/dump_custom_gz.cpp:97:19: style: Redundant condition: !multiproc. 'multiproc || (!multiproc && me==0)' is equivalent to 'multiproc || me==0' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/compute_temp_cs.cpp:469:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:52:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.cpp:53:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_dsf_cs.h:29:3: style: Class 'PairBornCoulDSFCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:62:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_long_cs.h:29:3: style: Class 'PairBornCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:47:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:48:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.cpp:53:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_born_coul_wolf_cs.h:29:3: style: Class 'PairBornCoulWolfCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:62:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_buck_coul_long_cs.h:29:3: style: Class 'PairBuckCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:63:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.cpp:64:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_long_cs.h:29:3: style: Class 'PairCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:48:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.cpp:53:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_coul_wolf_cs.h:29:3: style: Class 'PairCoulWolfCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:212:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:213:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:298:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:299:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:392:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.cpp:393:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/CORESHELL/pair_lj_cut_coul_long_cs.h:30:3: style: Class 'PairLJCutCoulLongCS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:103:25: style: The scope of the variable 'root' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:199:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:434:17: style: The scope of the variable 'val' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:435:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:464:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:467:17: style: The scope of the variable 'file' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:537:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:537:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:565:17: style: The scope of the variable 'source' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:566:11: style: The scope of the variable 'target' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:566:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DEPEND/fastdep.c:567:15: style: The scope of the variable 'ext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:123:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:165:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:235:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:339:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:396:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:486:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.cpp:653:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/atom_vec_dipole.h:29:3: style: Class 'AtomVecDipole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.cpp:63:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_cut.h:29:3: style: Class 'PairLJCutDipoleCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:77:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.cpp:78:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_cut_dipole_long.h:32:3: style: Class 'PairLJCutDipoleLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:226:15: style: The scope of the variable 'style3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:227:15: style: The scope of the variable 'style6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:412:42: style: The scope of the variable 'imu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:412:48: style: The scope of the variable 'jmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:413:46: style: The scope of the variable 'tqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:415:24: style: The scope of the variable 'qi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:423:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:425:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.cpp:426:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/DIPOLE/pair_lj_long_dipole_long.h:31:3: style: Class 'PairLJLongDipoleLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:176:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.cpp:177:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_beck_gpu.h:29:3: style: Class 'PairBeckGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:213:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.cpp:214:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_long_gpu.h:29:3: style: Class 'PairBornCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:197:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:198:25: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:200:33: style: The scope of the variable 'e_self' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.cpp:200:40: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_coul_wolf_gpu.h:29:3: style: Class 'PairBornCoulWolfGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.cpp:191:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_born_gpu.h:29:3: style: Class 'PairBornGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:185:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.cpp:186:25: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_cut_gpu.h:29:3: style: Class 'PairBuckCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:207:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.cpp:208:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_coul_long_gpu.h:29:3: style: Class 'PairBuckCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_buck_gpu.h:29:3: style: Class 'PairBuckGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:154:38: warning: Possible null pointer dereference: _form [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:149:17: note: Assignment '_form=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:154:38: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.cpp:191:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_colloid_gpu.h:29:3: style: Class 'PairColloidGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:193:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.cpp:194:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_cut_gpu.h:29:3: style: Class 'PairCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:195:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.cpp:196:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_debye_gpu.h:29:3: style: Class 'PairCoulDebyeGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:203:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:203:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.cpp:204:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_dsf_gpu.h:29:3: style: Class 'PairCoulDSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:209:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:209:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:210:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.cpp:151:22: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_coul_long_gpu.h:29:3: style: Class 'PairCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:324:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:325:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:326:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.cpp:383:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_gpu.h:29:3: style: Class 'PairDPDGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:341:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:342:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:343:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.cpp:400:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_dpd_tstat_gpu.h:29:3: style: Class 'PairDPDTstatGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_alloy_gpu.cpp:102:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_alloy_gpu.h:29:3: style: Class 'PairEAMAlloyGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_fs_gpu.cpp:102:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_fs_gpu.h:29:3: style: Class 'PairEAMFSGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_gpu.cpp:105:25: style: The scope of the variable 'inum_dev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_eam_gpu.h:31:3: style: Class 'PairEAMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:183:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.cpp:184:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gauss_gpu.h:29:3: style: Class 'PairGaussGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:227:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.cpp:71:18: warning: Member variable 'PairGayBerneGPU::cpu_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_gayberne_gpu.h:29:3: style: Class 'PairGayBerneGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:177:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.cpp:178:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj96_cut_gpu.h:29:3: style: Class 'PairLJ96CutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:154:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:225:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:226:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.cpp:158:15: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_charmm_coul_long_gpu.h:29:3: style: Class 'PairLJCharmmCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:203:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.cpp:204:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_coul_long_gpu.h:29:3: style: Class 'PairLJClass2CoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:174:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.cpp:175:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_class2_gpu.h:29:3: style: Class 'PairLJClass2GPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:179:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.cpp:180:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cubic_gpu.h:29:3: style: Class 'PairLJCubicGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.cpp:188:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_cut_gpu.h:29:3: style: Class 'PairLJCutCoulCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:190:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.cpp:191:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_debye_gpu.h:29:3: style: Class 'PairLJCutCoulDebyeGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:205:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.cpp:206:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_dsf_gpu.h:29:3: style: Class 'PairLJCutCoulDSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:221:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.cpp:222:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_long_gpu.h:29:3: style: Class 'PairLJCutCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:197:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.cpp:198:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_coul_msm_gpu.h:29:3: style: Class 'PairLJCutCoulMSMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:192:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp:193:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_dipole_cut_gpu.h:29:3: style: Class 'PairLJCutDipoleCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:189:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.cpp:190:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_cut_gpu.h:29:3: style: Class 'PairLJCutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_expand_gpu.h:29:3: style: Class 'PairLJExpandGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:183:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.cpp:184:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_gromacs_gpu.h:29:3: style: Class 'PairLJGromacsGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:216:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:217:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:227:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:255:0: style: The scope of the variable 'evdwl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:256:0: style: The scope of the variable 'ecoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.cpp:257:0: style: The scope of the variable 'fpair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_coul_long_gpu.h:29:3: style: Class 'PairLJSDKCoulLongGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:183:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:184:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.cpp:191:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sdk_gpu.h:29:3: style: Class 'PairLJSDKGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:191:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp:192:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_lj_sf_dipole_sf_gpu.h:29:3: style: Class 'PairLJSFDipoleSFGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:177:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.cpp:178:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_mie_cut_gpu.h:29:3: style: Class 'PairMIECutGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:174:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.cpp:175:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_morse_gpu.h:29:3: style: Class 'PairMorseGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:225:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.cpp:70:19: warning: Member variable 'PairRESquaredGPU::cpu_time' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_resquared_gpu.h:29:3: style: Class 'PairRESquaredGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:187:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.cpp:188:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_soft_gpu.h:29:3: style: Class 'PairSoftGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:170:5: warning: Possible null pointer dereference: epsilon [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'epsilon=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:170:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:171:5: warning: Possible null pointer dereference: sigma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'sigma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:171:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:172:5: warning: Possible null pointer dereference: lambda [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:0: note: Assignment 'lambda=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:172:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:173:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:153:38: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:173:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:174:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:174:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:175:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:175:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:176:5: warning: Possible null pointer dereference: powerp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:0: note: Assignment 'powerp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:176:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:177:5: warning: Possible null pointer dereference: powerq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:154:35: note: Assignment 'powerq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:177:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:178:5: warning: Possible null pointer dereference: _cut [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:0: note: Assignment '_cut=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:178:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:179:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:0: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:179:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:180:5: warning: Possible null pointer dereference: costheta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:155:30: note: Assignment 'costheta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.cpp:180:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_sw_gpu.h:29:3: style: Class 'PairSWGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:165:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:165:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:166:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:166:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:167:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:167:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:168:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:168:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:169:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:169:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:170:7: warning: Possible null pointer dereference: table_coeffs [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:156:28: note: Assignment 'table_coeffs=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:170:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:209:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:209:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:210:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:210:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:211:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:211:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:212:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:212:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:213:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:213:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:214:9: warning: Possible null pointer dereference: table_data [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:157:25: note: Assignment 'table_data=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:214:9: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:251:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.cpp:252:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_table_gpu.h:29:3: style: Class 'PairTableGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:186:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:187:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:188:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:189:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:159:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:190:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:191:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:192:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:193:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:160:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:194:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:195:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:196:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:197:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:161:23: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:198:5: warning: Possible null pointer dereference: c [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'c=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:199:5: warning: Possible null pointer dereference: d [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:200:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:0: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:201:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:162:23: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:202:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:203:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:204:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:163:28: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.cpp:204:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_gpu.h:29:3: style: Class 'PairTersoffGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:178:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:178:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:179:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:179:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:180:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:180:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:181:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:151:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:181:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:182:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:182:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:183:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:183:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:184:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:184:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:185:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:152:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:185:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:186:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:187:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:188:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:189:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:190:5: warning: Possible null pointer dereference: c5 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:0: note: Assignment 'c5=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:191:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:154:32: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:192:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:193:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:194:5: warning: Possible null pointer dereference: powern_del [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:153:0: note: Assignment 'powern_del=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:195:5: warning: Possible null pointer dereference: ca1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:153:22: note: Assignment 'ca1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:196:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:155:28: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_mod_gpu.h:29:3: style: Class 'PairTersoffMODGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:191:5: warning: Possible null pointer dereference: lam1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:192:5: warning: Possible null pointer dereference: lam2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:193:5: warning: Possible null pointer dereference: lam3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:0: note: Assignment 'lam3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:194:5: warning: Possible null pointer dereference: powermint [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:160:36: note: Assignment 'powermint=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:195:5: warning: Possible null pointer dereference: biga [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'biga=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:196:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:197:5: warning: Possible null pointer dereference: bigr [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:0: note: Assignment 'bigr=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:198:5: warning: Possible null pointer dereference: bigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:161:31: note: Assignment 'bigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:199:5: warning: Possible null pointer dereference: c1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:200:5: warning: Possible null pointer dereference: c2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:201:5: warning: Possible null pointer dereference: c3 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:0: note: Assignment 'c3=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:202:5: warning: Possible null pointer dereference: c4 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:162:23: note: Assignment 'c4=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:203:5: warning: Possible null pointer dereference: c [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'c=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:204:5: warning: Possible null pointer dereference: d [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:204:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:205:5: warning: Possible null pointer dereference: h [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:0: note: Assignment 'h=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:205:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:206:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:163:23: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:206:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:207:5: warning: Possible null pointer dereference: beta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'beta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:207:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:208:5: warning: Possible null pointer dereference: powern [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'powern=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:208:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:209:5: warning: Possible null pointer dereference: Z_i [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'Z_i=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:209:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:210:5: warning: Possible null pointer dereference: Z_j [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'Z_j=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:210:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:211:5: warning: Possible null pointer dereference: ZBLcut [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'ZBLcut=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:211:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:212:5: warning: Possible null pointer dereference: ZBLexpscale [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:0: note: Assignment 'ZBLexpscale=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:212:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:213:5: warning: Possible null pointer dereference: _cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:164:63: note: Assignment '_cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.cpp:213:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_tersoff_zbl_gpu.h:29:3: style: Class 'PairTersoffZBLGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:191:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.cpp:192:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_ufm_gpu.h:35:3: style: Class 'PairUFMGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:186:5: warning: Possible null pointer dereference: cutsq [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'cutsq=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:186:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:187:5: warning: Possible null pointer dereference: r0 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'r0=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:187:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:188:5: warning: Possible null pointer dereference: gamma [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:0: note: Assignment 'gamma=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:188:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:189:5: warning: Possible null pointer dereference: eta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:160:30: note: Assignment 'eta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:189:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:190:5: warning: Possible null pointer dereference: lam1inv [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'lam1inv=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:190:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:191:5: warning: Possible null pointer dereference: lam4inv [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'lam4inv=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:191:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:192:5: warning: Possible null pointer dereference: zizj [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:0: note: Assignment 'zizj=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:192:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:193:5: warning: Possible null pointer dereference: mbigd [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:161:38: note: Assignment 'mbigd=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:193:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:194:5: warning: Possible null pointer dereference: dvrc [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'dvrc=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:194:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:195:5: warning: Possible null pointer dereference: big6w [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'big6w=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:195:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:196:5: warning: Possible null pointer dereference: heta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:0: note: Assignment 'heta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:196:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:197:5: warning: Possible null pointer dereference: bigh [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:162:32: note: Assignment 'bigh=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:197:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:198:5: warning: Possible null pointer dereference: bigw [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'bigw=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:198:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:199:5: warning: Possible null pointer dereference: c0 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'c0=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:199:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:200:5: warning: Possible null pointer dereference: costheta [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:0: note: Assignment 'costheta=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:200:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:201:5: warning: Possible null pointer dereference: bigb [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:163:33: note: Assignment 'bigb=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:201:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:202:5: warning: Possible null pointer dereference: big2b [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:164:0: note: Assignment 'big2b=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:202:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:203:5: warning: Possible null pointer dereference: bigc [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:164:18: note: Assignment 'bigc=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:203:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.cpp:154:24: style: Unused variable: r0eps [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_vashishta_gpu.h:29:3: style: Class 'PairVashishtaGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:184:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.cpp:185:52: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_colloid_gpu.h:29:3: style: Class 'PairYukawaColloidGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:175:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.cpp:176:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_yukawa_gpu.h:29:3: style: Class 'PairYukawaGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:182:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.cpp:183:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pair_zbl_gpu.h:29:3: style: Class 'PairZBLGPU' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:190:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:382:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:509:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GPU/pppm_gpu.cpp:567:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:377:16: style: The scope of the variable 'nlocalprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:473:7: style: The scope of the variable 'success' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:474:43: style: The scope of the variable 'rn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_pour.cpp:474:46: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:912:3: style: Variable 'fs1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:904:3: note: Variable 'fs1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:912:3: note: Variable 'fs1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:913:3: style: Variable 'fs2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:905:3: note: Variable 'fs2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:913:3: note: Variable 'fs2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:914:3: style: Variable 'fs3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:906:3: note: Variable 'fs3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:914:3: note: Variable 'fs3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.cpp:950:8: style: Variable 'vrlmaginv' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.cpp:273:37: style: The scope of the variable 'iwall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:31:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:37:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:39:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:41:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:42:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:43:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:44:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:45:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/fix_wall_gran_region.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:45:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:46:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:47:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.cpp:55:8: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:29:3: style: Class 'PairGranHookeHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:29:3: style: Class 'PairGranHertzHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:31:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:32:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hertz_history.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:44:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:45:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.cpp:46:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:29:3: style: Class 'PairGranHooke' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:31:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:86:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:87:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:88:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:96:8: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/GRANULAR/pair_gran_hooke_history.cpp:751:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:165:8: style: The scope of the variable 'ielement' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:221:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:410:8: style: The scope of the variable 'kimerror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:667:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:667:11: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:1274:9: style: The scope of the variable 'indexStr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.cpp:1276:7: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KIM/pair_kim.h:43:7: style: Class 'PairKIM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_charmm_kokkos.cpp:311:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:64:5: style: 'lmp_float3::operator=' should return 'lmp_float3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:70:5: style: 'lmp_float3::operator=' should return 'lmp_float3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:95:5: style: 'lmp_double3::operator=' should return 'lmp_double3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:101:5: style: 'lmp_double3::operator=' should return 'lmp_double3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:128:3: style: 't_scalar3::operator=' should return 't_scalar3 &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:12: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:115:19: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:16: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:120:27: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:5: performance: Variable 'x' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:13: performance: Variable 'y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:125:21: performance: Variable 'z' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:87:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:90:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:93:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:96:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:45:0: performance: Technically the member function 'Few < double , 3 >::data' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:51:0: performance: Technically the member function 'Few < double , 3 >::data' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:989:3: style: Struct 'params_lj_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.h:63:3: style: Class 'AtomKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:3: style: Class 'NeighListKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.h:30:3: style: Class 'DomainKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.h:35:3: style: Class 'NeighborKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/memory_kokkos.h:24:3: style: Class 'MemoryKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.h:42:0: style: Class 'LAMMPS_NS :: NeighBondKokkos < Kokkos :: HostSpace :: execution_space >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.h:42:0: style: Class 'LAMMPS_NS :: NeighBondKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:12:0: style: Class 'Few < double , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_few.h:18:0: style: Class 'Few < double , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_charmm_kokkos.h:39:0: style: Class 'LAMMPS_NS :: AngleCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:47:1: warning: The struct 'lmp_float3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:78:3: warning: The struct 'lmp_double3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_class2_kokkos.cpp:416:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_class2_kokkos.h:41:0: style: Class 'LAMMPS_NS :: AngleClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_harmonic_kokkos.cpp:283:11: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/angle_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: AngleHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:16: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:19: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_kokkos.cpp:133:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.h:33:3: style: Class 'CommKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:514:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:550:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:780:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:829:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:907:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:493:70: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:493:70: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:960:72: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:960:72: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1216:85: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1216:85: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:119:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:120:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:121:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecAngleKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:31:3: style: Class 'AtomVecAngleKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:37:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:38:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:39:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:40:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:62:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:66:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:68:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:71:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:82:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:86:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:86:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:87:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:88:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.h:88:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1315:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1316:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1091:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1092:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_angle_kokkos.cpp:1093:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:238:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:285:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:702:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:394:73: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:394:73: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:547:86: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:547:86: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:32:3: style: Class 'AtomVecAtomicKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:52:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:63:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:67:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:68:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:68:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:69:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:608:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:609:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:488:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:489:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_atomic_kokkos.cpp:490:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:286:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:335:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:413:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:466:71: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:466:71: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:690:84: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:690:84: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:31:3: style: Class 'AtomVecBondKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:56:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:67:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:71:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:72:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:73:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:779:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:780:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:591:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:592:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_bond_kokkos.cpp:593:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:305:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:432:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:832:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:483:73: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:483:73: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:664:86: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:664:86: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:32:3: style: Class 'AtomVecChargeKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:57:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:60:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:68:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:72:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:73:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:74:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:732:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:733:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:600:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:601:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_charge_kokkos.cpp:602:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:549:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:595:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:873:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:934:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1029:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1049:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1571:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:524:68: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:524:68: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1124:70: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1124:70: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1377:83: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1377:83: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:32:3: style: Class 'AtomVecDPDKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:36:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:37:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:39:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:40:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:42:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:43:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:65:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:65:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:71:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:74:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:85:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:85:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:89:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:89:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:90:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:90:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:91:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.h:91:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1458:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1459:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1294:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1295:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_dpd_kokkos.cpp:1296:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:419:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:470:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:551:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:608:71: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:608:71: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:950:84: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:950:84: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:31:3: style: Class 'AtomVecFullKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:56:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:67:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:71:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:72:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:72:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:73:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:1075:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:1076:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:760:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:761:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_full_kokkos.cpp:762:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:204:3: style: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:196:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:204:3: note: Variable 'v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:205:3: style: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:197:3: note: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:205:3: note: Variable 'd_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:206:3: style: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:198:3: note: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:206:3: note: Variable 'h_v' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:60:9: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:310:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:562:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:615:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1040:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1066:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1091:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1112:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1206:67: style: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:48: note: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1206:67: note: Function 'sync' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1213:86: style: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:67: note: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1213:86: note: Function 'sync_overlapping_device' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1220:71: style: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:52: note: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1220:71: note: Function 'modified' argument 2 names different: declaration 'mask' definition 'h_mask'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.cpp:1169:7: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:117:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:118:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:119:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecHybridKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:35:3: style: Class 'AtomVecHybridKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:44:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:45:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:46:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:47:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:48:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:71:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:75:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:77:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:80:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:83:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:83:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:86:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:86:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:91:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:91:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:95:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_hybrid_kokkos.h:97:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:314:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:350:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:293:65: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:49: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:293:65: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:466:65: style: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:68:50: note: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.cpp:466:65: note: Function 'pack_reverse_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:586:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:622:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:852:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:901:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:979:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:565:74: style: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:52: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:565:74: note: Function 'unpack_comm_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1032:76: style: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:54: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1032:76: note: Function 'unpack_border_kokkos' argument 2 names different: declaration 'nfirst' definition 'first'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1363:89: style: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:67: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1363:89: note: Function 'pack_exchange_kokkos' argument 2 names different: declaration 'buf' definition 'k_buf'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:126:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:99:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_x' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:127:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:100:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_v' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: warning: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:128:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:101:18: note: The class 'AtomVecMolecularKokkos' defines member variable with name 'h_f' also defined in its parent class 'AtomVecKokkos'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:31:3: style: Class 'AtomVecMolecularKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:38:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:39:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:37:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:38:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:39:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:42:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:40:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:62:7: style: The function 'pack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:55:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:8: style: The function 'unpack_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:60:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:66:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:68:7: style: The function 'pack_comm_self' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:50:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:71:7: style: The function 'pack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:76:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:71:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:8: style: The function 'unpack_border_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:81:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:74:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:7: style: The function 'pack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:86:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:77:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:82:7: style: The function 'unpack_exchange_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:92:5: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:86:8: style: The function 'sync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:86:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:87:8: style: The function 'modified' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:88:8: style: The function 'sync_overlapping_device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_kokkos.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.h:88:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1487:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1488:0: performance: Function parameter 'nlocal' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1178:0: performance: Function parameter 'buf' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1179:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/atom_vec_molecular_kokkos.cpp:1180:0: performance: Function parameter 'copylist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_class2_kokkos.cpp:253:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_class2_kokkos.h:41:0: style: Class 'LAMMPS_NS :: BondClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_fene_kokkos.cpp:296:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_fene_kokkos.h:40:0: style: Class 'LAMMPS_NS :: BondFENEKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_harmonic_kokkos.cpp:237:11: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/bond_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: BondHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:710:16: style: The scope of the variable 'print' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:790:0: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:791:0: style: The scope of the variable 'nlast' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:531:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:531:0: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:532:0: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:532:0: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:533:0: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:384:0: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:137:37: style: Variable 'check_reverse' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:757:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:758:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:757:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:744:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::nfirst' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: style: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:758:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:741:0: note: Member variable 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:507:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:509:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:510:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: HostSpace :: execution_space >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:507:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:494:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nsend' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:509:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:493:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: style: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:510:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:490:0: note: Member variable 'BuildExchangeListFunctor < Kokkos :: DefaultExecutionSpace >::_lo' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:783:0: performance: Technically the member function 'BuildBorderListFunctor < Kokkos :: HostSpace :: execution_space >::shmem_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:783:0: performance: Technically the member function 'BuildBorderListFunctor < Kokkos :: DefaultExecutionSpace >::shmem_size' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:748:0: performance: Function parameter '_x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:749:0: performance: Function parameter '_sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:750:0: performance: Function parameter '_nsend' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:500:0: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:501:0: performance: Function parameter 'sendlist' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:502:0: performance: Function parameter 'nsend' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_kokkos.cpp:503:0: performance: Function parameter 'sendflag' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/comm_tiled_kokkos.h:24:3: style: Class 'CommTiledKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:528:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:11: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:21: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.cpp:651:31: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_charmm_kokkos.h:97:0: style: Class 'LAMMPS_NS :: DihedralCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_class2_kokkos.cpp:840:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_class2_kokkos.h:40:0: style: Class 'LAMMPS_NS :: DihedralClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_opls_kokkos.cpp:396:11: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/dihedral_opls_kokkos.h:40:0: style: Class 'LAMMPS_NS :: DihedralOPLSKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:58:0: performance: Technically the member function 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:64:0: performance: Technically the member function 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/domain_kokkos.cpp:54:0: style: Struct 'DomainResetBoxFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_type.h:47:3: warning: The struct 'lmp_float3' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:30: performance: Technically the member function 'LAMMPS_NS::PairComputeFunctor::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:350:30: performance: Technically the member function 'LAMMPS_NS::PairComputeFunctor::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h:55:0: style: Class 'LAMMPS_NS :: PairDPDfdtEnergyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.h:93:0: style: Struct 'params_dpd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:524:0: performance: Function parameter 'x_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:525:0: performance: Function parameter 'f_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:197:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:301:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:419:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_eos_table_rx_kokkos.cpp:476:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:553:10: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:553:17: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:554:10: style: The scope of the variable 'fswap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:141:5: style: Struct 'FixLangevinKokkosPostForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:179:5: style: Struct 'FixLangevinKokkosZeroForceFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.h:193:5: style: Struct 'FixLangevinKokkosTallyEnergyFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_langevin_kokkos.cpp:747:10: error: Uninitialized variable: energy [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_nve_kokkos.h:74:3: style: Struct 'FixNVEKokkosInitialIntegrateFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_nve_kokkos.h:88:3: style: Struct 'FixNVEKokkosFinalIntegrateFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:519:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:649:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:9: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:369:12: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:471:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:471:16: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:601:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.cpp:601:16: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:460:8: performance: Technically the member function 'LAMMPS_NS::PairReaxCKokkosFindBondFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:224:3: style: Struct 'FixQEqReaxKokkosNumNeighFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:237:3: style: Struct 'FixQEqReaxKokkosMatVecFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:250:3: style: Struct 'FixQEqReaxKokkosComputeHFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:263:3: style: Struct 'FixQEqReaxKokkosZeroFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:276:3: style: Struct 'FixQEqReaxKokkosSparse12Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:289:3: style: Struct 'FixQEqReaxKokkosSparse13Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:302:3: style: Struct 'FixQEqReaxKokkosSparse22Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:315:3: style: Struct 'FixQEqReaxKokkosSparse23Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:328:3: style: Struct 'FixQEqReaxKokkosSparse32Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:341:3: style: Struct 'FixQEqReaxKokkosSparse33Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:354:3: style: Struct 'FixQEqReaxKokkosVecSum2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:368:3: style: Struct 'FixQEqReaxKokkosNorm1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:382:3: style: Struct 'FixQEqReaxKokkosNorm2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:396:3: style: Struct 'FixQEqReaxKokkosDot1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:410:3: style: Struct 'FixQEqReaxKokkosDot2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:423:3: style: Struct 'FixQEqReaxKokkosPrecon1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:436:3: style: Struct 'FixQEqReaxKokkosPrecon2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:450:3: style: Struct 'FixQEqReaxKokkosPreconFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:464:3: style: Struct 'FixQEqReaxKokkosVecAcc1Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:478:3: style: Struct 'FixQEqReaxKokkosVecAcc2Functor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:491:3: style: Struct 'FixQEqReaxKokkosCalculateQFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:125:3: style: Class 'PairReaxCKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:269:5: style: Struct 'params_sing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:282:5: style: Struct 'params_twbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:296:5: style: Struct 'params_thbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:304:5: style: Struct 'params_fbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:312:5: style: Struct 'params_hbp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:457:3: style: Struct 'PairReaxCKokkosFindBondFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:476:3: style: Struct 'PairReaxCKokkosPackBondBufferFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_qeq_reax_kokkos.h:138:0: style: Struct 'params_qeq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:524:60: performance: Function parameter 'x_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:525:35: performance: Function parameter 'f_' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_rx_kokkos.h:126:0: style: Struct 'StridedArrayType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.cpp:730:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.cpp:784:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:190:3: warning: Member variable 'NPairSSAKokkosExecute::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:13: style: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:259:5: note: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:13: note: Member variable 'NPairSSAKokkosExecute::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:43: style: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:260:5: note: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:43: note: Member variable 'NPairSSAKokkosExecute::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:13: style: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:266:5: note: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:13: note: Member variable 'NPairSSAKokkosExecute::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:60:3: style: Class 'NPairSSAKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_shardlow_kokkos.h:67:0: style: Struct 'params_ssa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:59:13: style: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:64:5: note: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:59:13: note: Member variable 'FixWallLJ93KokkosFunctor::value_count' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/fix_wall_lj93_kokkos.h:62:3: style: Struct 'FixWallLJ93KokkosFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:201:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:202:41: style: The scope of the variable 'rmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:203:11: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:204:11: style: The scope of the variable 'cossqtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:204:25: style: The scope of the variable 'sinsqtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:206:23: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:208:24: style: The scope of the variable 'dinvs3r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:209:11: style: The scope of the variable 'drCBxrDB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:209:35: style: The scope of the variable 'drDBxrAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:210:11: style: The scope of the variable 'drABxrCB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:211:11: style: The scope of the variable 'dot1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:211:16: style: The scope of the variable 'dot2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:11: style: The scope of the variable 'fdot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:25: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:212:40: style: The scope of the variable 'inv3r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:214:11: style: The scope of the variable 'dchi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:11: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:13: style: The scope of the variable 'tt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:17: style: The scope of the variable 'tt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:217:21: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:11: style: The scope of the variable 'dotCBDBAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:21: style: The scope of the variable 'dotDBABCB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:218:31: style: The scope of the variable 'dotABCBDB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:11: style: The scope of the variable 'schiABCD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:20: style: The scope of the variable 'chiABCD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:28: style: The scope of the variable 'schiCBDA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:37: style: The scope of the variable 'chiCBDA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:45: style: The scope of the variable 'schiDBAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:219:54: style: The scope of the variable 'chiDBAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:11: style: The scope of the variable 'chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:15: style: The scope of the variable 'deltachi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:24: style: The scope of the variable 'd2chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:220:30: style: The scope of the variable 'cossin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:221:11: style: The scope of the variable 'eimproper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:673:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:674:11: style: The scope of the variable 'eimproper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:11: style: The scope of the variable 'delxAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:18: style: The scope of the variable 'delyAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:25: style: The scope of the variable 'delzAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:32: style: The scope of the variable 'rABmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:675:40: style: The scope of the variable 'rAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:11: style: The scope of the variable 'delxBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:18: style: The scope of the variable 'delyBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:25: style: The scope of the variable 'delzBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:32: style: The scope of the variable 'rBCmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:676:40: style: The scope of the variable 'rBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:11: style: The scope of the variable 'delxBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:18: style: The scope of the variable 'delyBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:25: style: The scope of the variable 'delzBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:32: style: The scope of the variable 'rBDmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:677:40: style: The scope of the variable 'rBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:11: style: The scope of the variable 'costhABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:20: style: The scope of the variable 'thetaABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:678:29: style: The scope of the variable 'costhABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:11: style: The scope of the variable 'thetaABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:20: style: The scope of the variable 'costhCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:29: style: The scope of the variable 'thetaCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:38: style: The scope of the variable 'dthABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:45: style: The scope of the variable 'dthCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:679:52: style: The scope of the variable 'dthABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:11: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:15: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:18: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:680:21: style: The scope of the variable 'r12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.cpp:956:11: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_class2_kokkos.h:43:0: style: Class 'LAMMPS_NS :: ImproperClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_harmonic_kokkos.cpp:351:11: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/improper_harmonic_kokkos.h:40:0: style: Class 'LAMMPS_NS :: ImproperHarmonicKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos.cpp:300:23: error: Uninitialized variable: inum [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/math_special_kokkos.cpp:497:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:595:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:682:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:703:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.cpp:747:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/modify_kokkos.h:23:3: style: Class 'ModifyKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_kokkos.h:139:3: style: Struct 'NPairKokkosBinAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_kokkos.h:39:0: style: Class 'LAMMPS_NS :: NBinKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:201:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDAtomsFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:207:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDAtomsFunctor::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:228:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDGhostsFunctor::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:234:8: performance: Technically the member function 'LAMMPS_NS::NPairSSAKokkosBinIDGhostsFunctor::init' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:176:3: style: Struct 'NPairSSAKokkosBinAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:192:3: style: Struct 'NPairSSAKokkosBinIDAtomsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:219:3: style: Struct 'NPairSSAKokkosBinIDGhostsFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/nbin_ssa_kokkos.h:39:0: style: Class 'LAMMPS_NS :: NBinSSAKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_bond_kokkos.cpp:1202:11: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:248:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:169:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neighbor_kokkos.cpp:170:0: style: The scope of the variable 'delta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_copy_kokkos.h:36:0: style: Class 'LAMMPS_NS :: NPairCopyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_halffull_kokkos.h:140:0: style: Class 'LAMMPS_NS :: NPairHalffullKokkos < Kokkos :: DefaultExecutionSpace , 0 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_halffull_kokkos.h:140:0: style: Class 'LAMMPS_NS :: NPairHalffullKokkos < Kokkos :: DefaultExecutionSpace , 1 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:41:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:71:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:116:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.cpp:663:7: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:191:0: warning: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:164:0: style: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:234:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:164:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:131:0: style: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:240:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:131:0: note: Member variable 'LAMMPS_NS :: NeighborKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_kokkos.h:79:3: style: Class 'NPairKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_skip_kokkos.h:64:0: style: Class 'LAMMPS_NS :: NPairSkipKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.cpp:56:32: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.cpp:245:0: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:190:0: warning: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::special_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:259:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:169:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::nlocal' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:260:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:152:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::x' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:0: style: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:266:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/npair_ssa_kokkos.h:114:0: note: Member variable 'LAMMPS_NS :: NPairSSAKokkosExecute < Kokkos :: DefaultExecutionSpace >::exclude' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_cut_kokkos.h:51:0: style: Struct 'params_buck_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_coul_long_kokkos.h:52:0: style: Struct 'params_buck_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairBuckKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_buck_kokkos.h:50:0: style: Struct 'params_buck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairBuckKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_cut_kokkos.h:51:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_debye_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_debye_kokkos.h:51:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_dsf_kokkos.h:42:0: style: Class 'LAMMPS_NS :: PairCoulDSFKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_long_kokkos.h:52:0: style: Struct 'params_coul' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_coul_wolf_kokkos.h:42:0: style: Class 'LAMMPS_NS :: PairCoulWolfKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:297:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:323:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:297:5: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:401:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:401:25: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:402:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:403:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:403:27: style: The scope of the variable 'factor_dpd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:487:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:487:25: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:488:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:490:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_dpd_fdt_energy_kokkos.cpp:490:27: style: The scope of the variable 'factor_dpd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:61:0: style: Class 'LAMMPS_NS :: PairEAMAlloyKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:111:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:111:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:113:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_alloy_kokkos.h:113:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:61:0: style: Class 'LAMMPS_NS :: PairEAMFSKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:111:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:111:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:113:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_fs_kokkos.h:113:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.cpp:441:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.cpp:478:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:59:0: style: Class 'LAMMPS_NS :: PairEAMKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:108:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:108:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:110:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_eam_kokkos.h:110:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1742:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1723:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1742:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1745:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1723:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1745:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:637:9: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:630:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:637:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1011:9: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1004:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1011:9: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1423:11: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1416:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1423:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:450:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:451:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:452:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:452:36: style: The scope of the variable 'factor_lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:824:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:825:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:826:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:826:36: style: The scope of the variable 'factor_lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1363:16: style: The scope of the variable 'evdwlOldEXP6_12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1364:16: style: The scope of the variable 'evdwlOldEXP6_21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1736:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.cpp:1830:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_exp6_rx_kokkos.h:97:0: style: Class 'LAMMPS_NS :: PairExp6rxKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_kokkos.cpp:108:20: style: Redundant condition: respaflag. '!respaflag || (respaflag && respa->hybrid_compute[m])' is equivalent to '!respaflag || respa->hybrid_compute[m]' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_kokkos.h:40:3: style: Class 'PairHybridKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_hybrid_overlay_kokkos.h:29:3: style: Class 'PairHybridOverlayKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:266:22: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:266:31: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.cpp:292:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_implicit_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulCharmmImplicitKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:267:22: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.cpp:293:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_charmm_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulCharmmKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:20: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:29: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:209:38: style: The scope of the variable 'englj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.cpp:239:18: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_charmm_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCharmmCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2CoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2CoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2CoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJClass2Kokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_class2_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJClass2Kokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_debye_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulDebyeKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_dsf_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulDSFKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulDSFKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_coul_long_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutCoulLongKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJCutKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_cut_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJCutKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_expand_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJExpandKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_expand_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJExpandKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_coul_gromacs_kokkos.h:52:0: style: Struct 'params_lj_coul_gromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJGromacsCoulGromacsKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 1 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , false , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > , N2 , true , CoulLongTable < 0 > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_gromacs_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJGromacsKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_sdk_kokkos.h:38:0: style: Class 'LAMMPS_NS :: PairLJSDKKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_lj_sdk_kokkos.h:51:0: style: Struct 'params_lj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairLJSDKKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_morse_kokkos.h:37:0: style: Class 'LAMMPS_NS :: PairMorseKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_morse_kokkos.h:50:0: style: Struct 'params_morse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairMorseKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:281:23: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:25: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:30: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:282:35: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:283:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:596:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:596:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:599:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:599:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:710:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:756:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairMultiLucyRXKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:63:0: style: The function 'pack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:32:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:63:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:65:0: style: The function 'unpack_forward_comm_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.h:65:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_multi_lucy_rx_kokkos.cpp:424:0: error: Uninitialized variable: evdwl [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3470:5: style: Variable 'coef_C1dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:5: note: Variable 'coef_C1dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3470:5: note: Variable 'coef_C1dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3471:5: style: Variable 'coef_C2dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:18: note: Variable 'coef_C2dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3471:5: note: Variable 'coef_C2dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3472:5: style: Variable 'coef_C3dbo' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3463:31: note: Variable 'coef_C3dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3472:5: note: Variable 'coef_C3dbo' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3475:5: style: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:5: note: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3475:5: note: Variable 'coef_C1dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3476:5: style: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:20: note: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3476:5: note: Variable 'coef_C2dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3477:5: style: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:35: note: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3477:5: note: Variable 'coef_C3dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3478:5: style: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3464:50: note: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3478:5: note: Variable 'coef_C4dbopi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3481:5: style: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:5: note: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3481:5: note: Variable 'coef_C1dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3482:5: style: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:21: note: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3482:5: note: Variable 'coef_C2dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3483:5: style: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:37: note: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3483:5: note: Variable 'coef_C3dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3484:5: style: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3465:53: note: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3484:5: note: Variable 'coef_C4dbopi2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3487:5: style: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:5: note: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3487:5: note: Variable 'coef_C1dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3488:5: style: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:21: note: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3488:5: note: Variable 'coef_C2dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3489:5: style: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3466:37: note: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3489:5: note: Variable 'coef_C3dDelta' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:578:10: style: The scope of the variable 'powr_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:578:21: style: The scope of the variable 'powgi_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:579:15: style: The scope of the variable 'fn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:580:21: style: The scope of the variable 'dfn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:23: style: The scope of the variable 'r_ij5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:30: style: The scope of the variable 'r_ij6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:583:37: style: The scope of the variable 're6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:1924:47: style: The scope of the variable 'BO' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2420:11: style: The scope of the variable 'BOA_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2420:27: style: The scope of the variable 'rij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:3894:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2053:19: style: Variable 'rij' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.cpp:2852:23: style: Variable 'inv_distjl3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:460:0: performance: Technically the member function 'LAMMPS_NS :: PairReaxCKokkosFindBondFunctor < Kokkos :: DefaultExecutionSpace >::join' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:476:0: style: Struct 'LAMMPS_NS :: PairReaxCKokkosPackBondBufferFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_reaxc_kokkos.h:457:0: style: Struct 'LAMMPS_NS :: PairReaxCKokkosFindBondFunctor < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:158:19: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1221:27: style: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1219:16: note: 'j2' is assigned value 'j1' here.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1221:27: note: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:188:23: style: Variable 'team_size_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::ncoeff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::nmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::twojmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::diagonalstyle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::rmin0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::rfac0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::idxj_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::idxj_full_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::use_shared_arrays' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::switch_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::wself' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos.h:46:0: warning: Member variable 'LAMMPS_NS :: SNAKokkos < Kokkos :: DefaultExecutionSpace >::bzero_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos_impl.h:117:3: style: Struct 'FindMaxNumNeighs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_snap_kokkos.h:45:0: style: Class 'LAMMPS_NS :: PairSNAPKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/sna_kokkos_impl.h:1159:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.cpp:852:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.cpp:917:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_sw_kokkos.h:50:0: style: Class 'LAMMPS_NS :: PairSWKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LOOKUP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , LINEAR > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , SPLINE > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , true , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , FULL , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALF , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_kokkos.h:93:0: performance: Technically the member function 'LAMMPS_NS :: PairComputeFunctor < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > , HALFTHREAD , false , LAMMPS_NS :: S_TableCompute < Kokkos :: DefaultExecutionSpace , BITMAP > >::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_kokkos.h:49:0: style: Class 'LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairTableKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:62:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:62:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:65:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.cpp:65:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_kokkos.h:49:3: style: Class 'PairTableKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_table_rx_kokkos.h:36:0: style: Class 'LAMMPS_NS :: PairTableRXKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:496:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:497:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:499:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.cpp:652:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_kokkos.h:160:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:496:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:497:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:499:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.cpp:652:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffMODKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_mod_kokkos.h:160:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:540:17: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:11: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:17: style: The scope of the variable 'cutsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:541:49: style: The scope of the variable 'bo_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:11: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:18: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:543:25: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.cpp:726:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.h:53:0: style: Class 'LAMMPS_NS :: PairTersoffZBLKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_tersoff_zbl_kokkos.h:159:0: style: Struct 'params_ters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.cpp:858:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.cpp:923:11: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_vashishta_kokkos.h:50:0: style: Class 'LAMMPS_NS :: PairVashishtaKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_yukawa_kokkos.h:39:0: style: Class 'LAMMPS_NS :: PairYukawaKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_yukawa_kokkos.h:50:0: style: Struct 'params_yukawa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairYukawaKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pair_zbl_kokkos.h:39:0: style: Class 'LAMMPS_NS :: PairZBLKokkos < Kokkos :: DefaultExecutionSpace >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/neigh_list_kokkos.h:77:0: style: Class 'LAMMPS_NS :: NeighListKokkos < LAMMPS_NS :: PairZBLKokkos < Kokkos :: DefaultExecutionSpace > :: device_type >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:285:27: warning: Either the condition 'if(cgtmp)' is redundant or there is possible null pointer dereference: cgtmp. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:288:6: note: Assuming that condition 'if(cgtmp)' is not redundant
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:285:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1091:3: style: Variable 'df_kspace' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1087:0: note: Variable 'df_kspace' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1091:3: note: Variable 'df_kspace' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:610:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1119:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:1830:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2522:28: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2523:20: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2582:28: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2583:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2856:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2322:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2347:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2372:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2397:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2422:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2447:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/pppm_kokkos.cpp:2472:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/region_block_kokkos.h:43:0: style: The function 'match_all_kokkos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/kokkos_base.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/region_block_kokkos.h:43:0: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/verlet_kokkos.cpp:292:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KOKKOS/verlet_kokkos.cpp:570:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:7: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:10: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:410:13: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:469:12: style: The scope of the variable 'uk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:684:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:684:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:685:10: style: The scope of the variable 'cstr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:685:16: style: The scope of the variable 'sstr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:7: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:10: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:1297:13: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald.cpp:727:13: style: Variable 'sqk' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:537:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:538:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:14: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:18: style: The scope of the variable 'expb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:450:29: style: The scope of the variable 'h2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:12: style: The scope of the variable 'eps_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:19: style: The scope of the variable 'sigma_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:508:28: style: The scope of the variable 'sigma_n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:557:13: style: The scope of the variable 'bi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:642:13: style: The scope of the variable 'bi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:16: style: The scope of the variable 'zx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:21: style: The scope of the variable 'zy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:728:26: style: The scope of the variable 'zz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:729:12: style: The scope of the variable 'cek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:734:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:734:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:808:11: style: The scope of the variable 'ke' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:811:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:811:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:845:25: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1007:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1007:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1036:25: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1162:11: style: The scope of the variable 'ke' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1165:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1165:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1188:14: style: The scope of the variable 'im' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1252:11: style: The scope of the variable 'kv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1264:10: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1264:14: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1302:25: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1462:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:370:17: style: Variable 'nkvec_max' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/ewald_disp.cpp:1228:40: style: Variable 'type' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/kissfft.h:317:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:69:29: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:70:14: style: The scope of the variable 'norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:744:10: style: The scope of the variable 'n2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:771:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:771:9: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:772:14: style: The scope of the variable 'norm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:317:33: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:342:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:383:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:412:34: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:473:29: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:479:32: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fft3d.cpp:479:32: error: Memory leak: plan.copy [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:308:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:483:16: style: The scope of the variable 'etemp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:12: style: The scope of the variable 'q' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/fix_tune_kspace.cpp:484:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:219:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:233:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:275:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:317:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:359:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:401:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/gridcomm.cpp:443:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:94:3: style: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:91:3: note: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:94:3: note: Variable 'cg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:95:3: style: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:91:8: note: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:95:3: note: Variable 'cg_peratom' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:96:3: style: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:72:3: note: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:96:3: note: Variable 'procneigh_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:97:3: style: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:73:3: note: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:97:3: note: Variable 'world_levels' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:98:3: style: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:74:3: note: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:98:3: note: Variable 'active_flag' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:449:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1438:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1480:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1481:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2724:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2725:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2728:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2806:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2807:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2808:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2881:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:2901:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3203:26: style: The scope of the variable 'two_nsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3287:7: style: The scope of the variable 'zk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3288:22: style: The scope of the variable 'zdiff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3360:7: style: The scope of the variable 'zk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:3361:22: style: The scope of the variable 'zdiff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:5: style: Variable 'nx_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:14: style: Variable 'ny_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.cpp:1083:23: style: Variable 'nz_max' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:80:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:80:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:315:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:364:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:365:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:413:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:414:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:417:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:488:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:489:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.cpp:490:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/msm_cg.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:81:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:29: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:34: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:517:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:518:45: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:518:53: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:29:3: style: Class 'PairBornCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:559:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:559:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:564:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:561:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.cpp:561:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:57:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:57:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:58:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:220:36: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:221:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.cpp:221:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:29:3: style: Class 'PairBornCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_long.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_born_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:76:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:77:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:29: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:34: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:489:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:490:45: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:490:53: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:29:3: style: Class 'PairBuckCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:530:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:530:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:535:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:532:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.cpp:532:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:54:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:54:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:55:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:216:36: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:217:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.cpp:217:38: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:29:3: style: Class 'PairBuckCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_long.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:585:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:587:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:586:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:587:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:674:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:676:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:675:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:676:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:769:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:771:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:770:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:771:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:954:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:956:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:955:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:956:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:461:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:462:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:463:32: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:463:41: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:11: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:20: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:29: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:38: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:47: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:464:57: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:624:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:625:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:626:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:713:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:714:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:715:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:801:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:802:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:803:32: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:803:41: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:11: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:20: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:29: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:38: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:47: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:804:57: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:979:10: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.cpp:979:23: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_buck_long_coul_long.h:31:3: style: Class 'PairBuckLongCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:73:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:74:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.cpp:346:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:29:3: style: Class 'PairCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:49:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:49:34: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:50:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:177:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.cpp:177:25: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:29:3: style: Class 'PairCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:33:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_msm.h:33:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:90:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:229:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:230:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:306:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:307:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:396:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:397:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:917:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:918:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:918:59: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:29:3: style: Class 'PairLJCharmmCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:964:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:964:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:969:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:966:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.cpp:966:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:60:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:60:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:61:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:253:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:254:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:469:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:469:31: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:470:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:470:59: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:29:3: style: Class 'PairLJCharmmCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:33:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:34:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.h:34:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:514:27: error: Uninitialized variable: egamma [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:514:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:519:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:516:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmm_coul_msm.cpp:516:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:115:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:116:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:261:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:262:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:345:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:346:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:444:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:445:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:35: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:40: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:987:46: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:10: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:51: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:59: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:65: style: The scope of the variable 'philj12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:988:73: style: The scope of the variable 'philj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:778:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.h:29:3: style: Class 'PairLJCharmmfswCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1034:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1034:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1039:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1036:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_charmmfsw_coul_long.cpp:1036:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:84:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:85:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:211:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:212:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:296:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:297:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:390:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:391:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:883:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:884:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:884:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:30:3: style: Class 'PairLJCutCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:924:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:924:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:929:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:926:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.cpp:926:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:62:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:241:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:242:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:427:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:427:31: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:428:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:428:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:29:3: style: Class 'PairLJCutCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:32:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:43:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:33:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:34:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.h:34:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:466:27: error: Uninitialized variable: egamma [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:466:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:471:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:468:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_msm.cpp:468:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.cpp:86:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:29:3: style: Class 'PairLJCutTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_coul_long.h:48:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_cut_tip4p_long.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:580:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:582:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:581:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:582:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:669:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:671:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:670:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:671:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:762:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:764:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:763:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:764:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:944:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:946:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:945:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:946:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:457:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:458:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:460:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:621:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:622:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:623:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:708:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:709:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:710:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:794:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:27: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:36: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:795:45: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:11: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:20: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:32: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:39: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:46: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:53: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:797:60: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.cpp:969:17: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:31:3: style: Class 'PairLJLongCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:80:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:80:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:25: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:32: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:129:39: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:470:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:470:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:472:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:517:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:517:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:733:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:735:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:770:12: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:770:19: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:994:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:994:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:998:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1003:14: style: The scope of the variable 'qri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:25: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:32: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.cpp:1042:39: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:29:3: style: Class 'PairLJLongTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:32:16: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:33:16: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:34:16: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:35:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_coul_long.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_lj_long_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:79:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:79:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:29:3: style: Class 'PairTIP4PLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_coul_long.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pair_tip4p_long.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:328:27: warning: Either the condition 'if(cgtmp)' is redundant or there is possible null pointer dereference: cgtmp. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:331:6: note: Assuming that condition 'if(cgtmp)' is not redundant
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:328:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:527:22: style: The scope of the variable 'per_k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:552:10: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:624:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1001:10: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1289:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1561:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1567:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1635:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1641:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1736:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1737:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1739:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1825:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1909:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1953:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:1954:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2035:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2236:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2455:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2456:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2457:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2513:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2514:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2515:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2516:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2517:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2600:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2601:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2602:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2848:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:2873:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:117:16: warning: Virtual function 'deallocate' is called from destructor '~PPPM()' at line 173. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:173:3: note: Calling deallocate
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:117:16: note: deallocate is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:118:16: warning: Virtual function 'deallocate_peratom' is called from destructor '~PPPM()' at line 174. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:174:30: note: Calling deallocate_peratom
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:118:16: note: deallocate_peratom is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:168:16: warning: Virtual function 'deallocate_groups' is called from destructor '~PPPM()' at line 175. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.cpp:175:28: note: Calling deallocate_groups
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:168:16: note: deallocate_groups is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:283:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:326:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:327:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:375:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:376:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:377:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:433:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:434:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:435:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:436:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:437:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:522:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:523:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:524:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.cpp:667:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:32:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:39:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:40:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:41:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:42:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:43:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:45:16: style: The function 'make_rho_groups' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_cg.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1242:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1253:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1281:7: style: The scope of the variable 'converged' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:12: style: The scope of the variable 'eps_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:19: style: The scope of the variable 'sigma_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1418:28: style: The scope of the variable 'sigma_n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:10: style: The scope of the variable 'an1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:15: style: The scope of the variable 'an' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:19: style: The scope of the variable 'bn1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:24: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1442:27: style: The scope of the variable 'mue' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:12: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:14: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1548:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:11: style: The scope of the variable 'k0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1549:14: style: The scope of the variable 'kmax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:10: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:13: style: The scope of the variable 'h_x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:17: style: The scope of the variable 'h_y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2613:21: style: The scope of the variable 'h_z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:2872:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3034:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3120:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3206:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3299:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3416:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3426:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3437:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3505:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3745:17: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3746:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3746:32: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3748:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3829:26: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3950:17: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3952:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3952:32: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3953:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:3954:16: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4247:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4276:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4329:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4330:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4382:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4383:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4394:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4435:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4436:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4459:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4506:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4507:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4519:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4575:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4716:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:4873:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5038:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5207:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5301:10: style: The scope of the variable 'eng' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5643:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5644:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5645:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5701:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5702:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5703:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5704:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5705:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5790:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5791:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5792:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5861:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5862:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5863:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5873:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5874:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5921:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5922:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5923:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5924:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5925:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5948:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:5949:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6017:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6018:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6019:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6028:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6029:10: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6089:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6090:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:14: style: The scope of the variable 'ekx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:20: style: The scope of the variable 'eky0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:26: style: The scope of the variable 'ekz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:32: style: The scope of the variable 'ekx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:38: style: The scope of the variable 'eky1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:44: style: The scope of the variable 'ekz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:50: style: The scope of the variable 'ekx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:56: style: The scope of the variable 'eky2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6091:62: style: The scope of the variable 'ekz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:14: style: The scope of the variable 'ekx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:20: style: The scope of the variable 'eky3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:26: style: The scope of the variable 'ekz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:32: style: The scope of the variable 'ekx4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:38: style: The scope of the variable 'eky4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:44: style: The scope of the variable 'ekz4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:50: style: The scope of the variable 'ekx5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:56: style: The scope of the variable 'eky5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6092:62: style: The scope of the variable 'ekz5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:14: style: The scope of the variable 'ekx6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:20: style: The scope of the variable 'eky6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6093:26: style: The scope of the variable 'ekz6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6103:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6104:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6179:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6180:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:14: style: The scope of the variable 'ekx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:20: style: The scope of the variable 'eky0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:26: style: The scope of the variable 'ekz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:32: style: The scope of the variable 'ekx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:38: style: The scope of the variable 'eky1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:44: style: The scope of the variable 'ekz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:50: style: The scope of the variable 'ekx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:56: style: The scope of the variable 'eky2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6181:62: style: The scope of the variable 'ekz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:14: style: The scope of the variable 'ekx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:20: style: The scope of the variable 'eky3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:26: style: The scope of the variable 'ekz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:32: style: The scope of the variable 'ekx4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:38: style: The scope of the variable 'eky4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:44: style: The scope of the variable 'ekz4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:50: style: The scope of the variable 'ekx5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:56: style: The scope of the variable 'eky5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6182:62: style: The scope of the variable 'ekz5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:14: style: The scope of the variable 'ekx6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:20: style: The scope of the variable 'eky6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6183:26: style: The scope of the variable 'ekz6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6185:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6186:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6209:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6210:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6340:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6341:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:14: style: The scope of the variable 'u_pa0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:20: style: The scope of the variable 'v00' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:24: style: The scope of the variable 'v10' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:28: style: The scope of the variable 'v20' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:32: style: The scope of the variable 'v30' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:36: style: The scope of the variable 'v40' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6342:40: style: The scope of the variable 'v50' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:14: style: The scope of the variable 'u_pa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:20: style: The scope of the variable 'v01' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:24: style: The scope of the variable 'v11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:28: style: The scope of the variable 'v21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:32: style: The scope of the variable 'v31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:36: style: The scope of the variable 'v41' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6343:40: style: The scope of the variable 'v51' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:14: style: The scope of the variable 'u_pa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:20: style: The scope of the variable 'v02' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:24: style: The scope of the variable 'v12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:28: style: The scope of the variable 'v22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:32: style: The scope of the variable 'v32' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:36: style: The scope of the variable 'v42' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6344:40: style: The scope of the variable 'v52' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:14: style: The scope of the variable 'u_pa3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:20: style: The scope of the variable 'v03' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:24: style: The scope of the variable 'v13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:28: style: The scope of the variable 'v23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:32: style: The scope of the variable 'v33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:36: style: The scope of the variable 'v43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6345:40: style: The scope of the variable 'v53' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:14: style: The scope of the variable 'u_pa4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:20: style: The scope of the variable 'v04' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:24: style: The scope of the variable 'v14' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:28: style: The scope of the variable 'v24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:32: style: The scope of the variable 'v34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:36: style: The scope of the variable 'v44' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6346:40: style: The scope of the variable 'v54' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:14: style: The scope of the variable 'u_pa5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:20: style: The scope of the variable 'v05' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:24: style: The scope of the variable 'v15' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:28: style: The scope of the variable 'v25' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:32: style: The scope of the variable 'v35' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:36: style: The scope of the variable 'v45' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6347:40: style: The scope of the variable 'v55' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:14: style: The scope of the variable 'u_pa6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:20: style: The scope of the variable 'v06' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:24: style: The scope of the variable 'v16' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:28: style: The scope of the variable 'v26' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:32: style: The scope of the variable 'v36' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:36: style: The scope of the variable 'v46' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6348:40: style: The scope of the variable 'v56' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6357:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:10: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:15: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:25: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:30: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:35: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6358:40: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6482:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6483:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6497:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6552:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6553:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6561:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:10: style: The scope of the variable 'sf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:14: style: The scope of the variable 'sf2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6562:18: style: The scope of the variable 'sf3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6586:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6674:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6675:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:6693:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7944:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:14: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:7970:20: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:244:16: warning: Virtual function 'deallocate' is called from destructor '~PPPMDisp()' at line 242. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:242:3: note: Calling deallocate
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:244:16: note: deallocate is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:245:16: warning: Virtual function 'deallocate_peratom' is called from destructor '~PPPMDisp()' at line 243. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:243:3: note: Calling deallocate_peratom
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:245:16: note: deallocate_peratom is a virtual method
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.cpp:1392:26: error: Memory pointed to by 'B' is freed twice. [doubleFree]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:74:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:123:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:124:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:180:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:181:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:182:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:268:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:269:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:270:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:274:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:13: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:276:16: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:277:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:391:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:392:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.cpp:396:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:34:16: style: The function 'particle_map_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:268:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:37:16: style: The function 'make_rho_c' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:272:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:38:16: style: The function 'fieldforce_c_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:342:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:39:16: style: The function 'fieldforce_c_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:343:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:40:16: style: The function 'fieldforce_c_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp.h:344:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_disp_tip4p.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:123:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:291:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:292:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:298:32: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:388:32: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:497:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:498:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:504:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:584:18: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:585:18: style: The scope of the variable 'cnz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:20: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:31: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:40: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:586:49: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:588:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:678:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:13: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:16: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:721:19: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:722:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:771:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:772:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:773:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:829:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:830:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:831:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:832:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:833:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:915:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:916:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:14: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:16: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:19: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:22: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:25: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:28: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.cpp:917:31: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:33:15: style: The function 'timing_1d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:34:15: style: The function 'timing_3d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:41:18: style: The function 'compute_qopt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:122:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:43:16: style: The function 'compute_gf_denom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:123:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:44:16: style: The function 'compute_gf_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:45:16: style: The function 'compute_gf_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:47:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:48:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:48:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:49:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:50:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:51:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_stagger.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:7: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:10: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:69:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:119:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:120:29: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:175:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:176:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:177:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:262:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:263:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:14: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:18: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:264:22: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:10: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:268:16: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:269:10: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:13: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:271:16: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:383:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:14: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:17: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:384:20: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:14: style: The scope of the variable 'u_pa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:19: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:25: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:28: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:31: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.cpp:388:34: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:34:16: style: The function 'particle_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:35:16: style: The function 'make_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:36:16: style: The function 'fieldforce_ik' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:37:16: style: The function 'fieldforce_ad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:38:16: style: The function 'fieldforce_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm.h:141:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/pppm_tip4p.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:286:24: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:289:25: error: Memory leak: plan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:289:25: error: Memory leak: inarray [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:550:5: error: Common realloc mistake: 'commringlist' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_offset [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_size [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.send_proc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:316:60: error: Memory leak: plan.packplan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_offset [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_size [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_proc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.recv_bufloc [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.request [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:399:60: error: Memory leak: plan.unpackplan [memleak]
lammps-0~20180510.gitaa1d815fe/src/KSPACE/remap.cpp:601:34: error: Memory leak: plan.sendbuf [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/fix_qeq_comb.cpp:298:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.h:30:3: style: Class 'PairComb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.h:30:3: style: Class 'PairComb3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/fix_qeq_comb.cpp:218:21: error: Uninitialized variable: inum [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:923:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:940:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.cpp:1008:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_adp.h:29:3: style: Class 'PairADP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:994:9: style: Variable 'rik2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:988:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:994:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1024:11: style: Variable 'rjl2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1021:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1024:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1341:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1338:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1341:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1486:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1483:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1486:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2208:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2205:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2208:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2249:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2246:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2249:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2362:9: style: Variable 'lamdajik' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2357:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2362:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:353:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:354:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:430:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:430:23: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:37: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:42: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:432:47: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:32: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:529:37: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:530:7: style: The scope of the variable 'atomi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:22: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:27: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:533:32: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:898:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:918:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:43: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:49: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:55: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1260:61: style: The scope of the variable 'atom4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:17: style: The scope of the variable 'r32mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:24: style: The scope of the variable 'cos321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1271:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1273:10: style: The scope of the variable 'om1234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1274:29: style: The scope of the variable 'r23mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1274:43: style: The scope of the variable 'r21mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:10: style: The scope of the variable 'w21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:26: style: The scope of the variable 'r34mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:33: style: The scope of the variable 'cos234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1275:40: style: The scope of the variable 'w34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1276:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:10: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:17: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:24: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:31: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1277:38: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:52: style: The scope of the variable 'cw' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:55: style: The scope of the variable 'cwnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1278:61: style: The scope of the variable 'cwnom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:10: style: The scope of the variable 'sin321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:17: style: The scope of the variable 'sin234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1279:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1280:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1281:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1282:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1283:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1284:10: style: The scope of the variable 'dcut321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:15: style: The scope of the variable 'tspjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:22: style: The scope of the variable 'dtsjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:29: style: The scope of the variable 'tspijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:36: style: The scope of the variable 'dtsijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:1285:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2123:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2123:37: style: The scope of the variable 'atomn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2124:31: style: The scope of the variable 'ntype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:31: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:38: style: The scope of the variable 'rki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:45: style: The scope of the variable 'rlj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2125:52: style: The scope of the variable 'rknmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2134:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2134:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2137:10: style: The scope of the variable 'rlnmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2139:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2139:44: style: The scope of the variable 'SpN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:10: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:17: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:24: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:31: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2140:38: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2141:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2142:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2143:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2144:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:51: style: The scope of the variable 'fj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:57: style: The scope of the variable 'fk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2145:63: style: The scope of the variable 'fl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2146:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2148:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:2148:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3048:23: style: The scope of the variable 'g1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3048:26: style: The scope of the variable 'g2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3341:13: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3342:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4010:15: style: The scope of the variable 'yn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4044:12: style: The scope of the variable 'ir' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:4044:24: style: The scope of the variable 'yn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:32:3: style: Class 'PairAIREBO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.cpp:3286:10: error: Uninitialized variable: piRC [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:29:3: style: Class 'PairAIREBOMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:30:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo_morse.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1248:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: outer condition: sig_flag==0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: note: identical inner condition: sig_flag==0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: style: Condition 'sig_flag==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: Assuming that condition 'sig_flag==0' is not redundant
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3454:20: note: Condition 'sig_flag==0' is always true
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3508:20: style: Condition 'sig_flag==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3452:18: note: Assuming that condition 'sig_flag==0' is not redundant
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3508:20: note: Condition 'sig_flag==0' is always true
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5823:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5829:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5851:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5864:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5893:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5920:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:568:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:703:12: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:705:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:705:23: style: The scope of the variable 'temp_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:706:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:706:9: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:708:7: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:10: style: The scope of the variable 'rj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:14: style: The scope of the variable 'rk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:715:22: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:716:10: style: The scope of the variable 'rj1k1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:716:16: style: The scope of the variable 'rj2k2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:990:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:992:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:13: style: The scope of the variable 'kp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:21: style: The scope of the variable 'kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:25: style: The scope of the variable 'kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1137:29: style: The scope of the variable 'kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:7: style: The scope of the variable 'ktmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:12: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1138:17: style: The scope of the variable 'mtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:7: style: The scope of the variable 'kp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:11: style: The scope of the variable 'kp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1140:15: style: The scope of the variable 'kp1type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:7: style: The scope of the variable 'iij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:11: style: The scope of the variable 'iik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:15: style: The scope of the variable 'ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:19: style: The scope of the variable 'ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:24: style: The scope of the variable 'ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:27: style: The scope of the variable 'iikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1141:32: style: The scope of the variable 'ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1142:7: style: The scope of the variable 'nkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1142:11: style: The scope of the variable 'nk0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:7: style: The scope of the variable 'jNeik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:13: style: The scope of the variable 'kNeii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:19: style: The scope of the variable 'kNeij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1143:25: style: The scope of the variable 'kNeikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:7: style: The scope of the variable 'kpNeij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:14: style: The scope of the variable 'kpNeik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1144:21: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1145:7: style: The scope of the variable 'new1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1145:12: style: The scope of the variable 'new2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:23: style: The scope of the variable 'temp_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:32: style: The scope of the variable 'temp_kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1148:40: style: The scope of the variable 'temp_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:7: style: The scope of the variable 'temp_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:15: style: The scope of the variable 'temp_kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1149:24: style: The scope of the variable 'temp_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1150:7: style: The scope of the variable 'temp_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1150:16: style: The scope of the variable 'temp_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1151:13: style: The scope of the variable 'nb_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1151:19: style: The scope of the variable 'nb_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:7: style: The scope of the variable 'nb_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:13: style: The scope of the variable 'nb_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1152:20: style: The scope of the variable 'nb_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1153:7: style: The scope of the variable 'kp_nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1153:18: style: The scope of the variable 'nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:7: style: The scope of the variable 'sig_flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:16: style: The scope of the variable 'setting' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:24: style: The scope of the variable 'ncmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1154:29: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1155:19: style: The scope of the variable 'ktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1155:25: style: The scope of the variable 'kptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1156:7: style: The scope of the variable 'bt_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1156:12: style: The scope of the variable 'bt_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:7: style: The scope of the variable 'same_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:16: style: The scope of the variable 'same_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1157:25: style: The scope of the variable 'same_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1158:7: style: The scope of the variable 'same_jkpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1158:17: style: The scope of the variable 'same_kkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:7: style: The scope of the variable 'pass_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:15: style: The scope of the variable 'pass_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1159:23: style: The scope of the variable 'pass_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:7: style: The scope of the variable 'pass_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:16: style: The scope of the variable 'pass_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1160:25: style: The scope of the variable 'pass_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:7: style: The scope of the variable 'njik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:12: style: The scope of the variable 'ngj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1161:16: style: The scope of the variable 'ngk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:7: style: The scope of the variable 'nijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:12: style: The scope of the variable 'ngji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1162:17: style: The scope of the variable 'ngjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:7: style: The scope of the variable 'nikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:12: style: The scope of the variable 'ngki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1163:17: style: The scope of the variable 'ngkj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:7: style: The scope of the variable 'njikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:13: style: The scope of the variable 'nglj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1164:18: style: The scope of the variable 'ngl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:7: style: The scope of the variable 'nkikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:13: style: The scope of the variable 'nglk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1165:18: style: The scope of the variable 'nglkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:7: style: The scope of the variable 'nikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:13: style: The scope of the variable 'ngli' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1166:18: style: The scope of the variable 'nijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:7: style: The scope of the variable 'ngkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:13: style: The scope of the variable 'njkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1167:19: style: The scope of the variable 'ngkpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:7: style: The scope of the variable 'ngjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:13: style: The scope of the variable 'ngkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1168:19: style: The scope of the variable 'ngi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1169:7: style: The scope of the variable 'nkjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1169:13: style: The scope of the variable 'njkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:7: style: The scope of the variable 'ang_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:15: style: The scope of the variable 'ang_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1170:23: style: The scope of the variable 'ang_ikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:7: style: The scope of the variable 'ang_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:16: style: The scope of the variable 'ang_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1171:25: style: The scope of the variable 'ang_ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:7: style: The scope of the variable 'ang_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:16: style: The scope of the variable 'ang_jkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1172:25: style: The scope of the variable 'ang_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1173:7: style: The scope of the variable 'ang_jkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1174:13: style: The scope of the variable 'ni_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1174:19: style: The scope of the variable 'ni_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:7: style: The scope of the variable 'ni_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:13: style: The scope of the variable 'ni_ikN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1175:20: style: The scope of the variable 'ni_kj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:7: style: The scope of the variable 'ni_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:14: style: The scope of the variable 'ni_kpj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:21: style: The scope of the variable 'ni_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1176:28: style: The scope of the variable 'ni_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1177:7: style: The scope of the variable 'ni_kpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1177:14: style: The scope of the variable 'ni_kpnsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1178:7: style: The scope of the variable 'temp_ikN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1178:16: style: The scope of the variable 'temp_kj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:7: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:14: style: The scope of the variable 'nlistj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:21: style: The scope of the variable 'nlistk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1179:28: style: The scope of the variable 'nlistkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:13: style: The scope of the variable 'BB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:16: style: The scope of the variable 'CC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:19: style: The scope of the variable 'DD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:22: style: The scope of the variable 'EE' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:25: style: The scope of the variable 'EE1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1180:29: style: The scope of the variable 'FF' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:10: style: The scope of the variable 'AAC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:14: style: The scope of the variable 'BBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:18: style: The scope of the variable 'CCC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:22: style: The scope of the variable 'DDC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:26: style: The scope of the variable 'EEC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:30: style: The scope of the variable 'FFC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1181:34: style: The scope of the variable 'GGC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:10: style: The scope of the variable 'AACFF' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:16: style: The scope of the variable 'UT' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:19: style: The scope of the variable 'bndtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1182:26: style: The scope of the variable 'UTcom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1183:10: style: The scope of the variable 'amean' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1183:16: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:10: style: The scope of the variable 'gfactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:19: style: The scope of the variable 'gprime1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1184:27: style: The scope of the variable 'gsqprime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:10: style: The scope of the variable 'gfactorsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:20: style: The scope of the variable 'gfactor2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1185:29: style: The scope of the variable 'gprime2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1186:10: style: The scope of the variable 'gfactorsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1186:21: style: The scope of the variable 'gsqprime2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:10: style: The scope of the variable 'gfactor3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:19: style: The scope of the variable 'gprime3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:27: style: The scope of the variable 'gfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1187:35: style: The scope of the variable 'rfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:10: style: The scope of the variable 'drfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:19: style: The scope of the variable 'gfactor4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:28: style: The scope of the variable 'gprime4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1188:36: style: The scope of the variable 'agpdpr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:10: style: The scope of the variable 'rfactor0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:19: style: The scope of the variable 'rfactorrt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:29: style: The scope of the variable 'rfactor1rt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1189:40: style: The scope of the variable 'rfactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:10: style: The scope of the variable 'rcm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:15: style: The scope of the variable 'rcm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:20: style: The scope of the variable 'gcm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:25: style: The scope of the variable 'gcm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1190:30: style: The scope of the variable 'gcm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:10: style: The scope of the variable 'agpdpr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:18: style: The scope of the variable 'agpdpr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:26: style: The scope of the variable 'app1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:31: style: The scope of the variable 'app2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:36: style: The scope of the variable 'app3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1191:41: style: The scope of the variable 'app4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:10: style: The scope of the variable 'dsigB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:17: style: The scope of the variable 'dsigB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1192:24: style: The scope of the variable 'xrun' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:10: style: The scope of the variable 'part0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:16: style: The scope of the variable 'part1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:22: style: The scope of the variable 'part2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:28: style: The scope of the variable 'part3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1193:34: style: The scope of the variable 'part4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:10: style: The scope of the variable 'psign' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:16: style: The scope of the variable 'bndtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1194:24: style: The scope of the variable 'pp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:10: style: The scope of the variable 'bndtmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:18: style: The scope of the variable 'bndtmp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:26: style: The scope of the variable 'bndtmp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:34: style: The scope of the variable 'bndtmp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1195:42: style: The scope of the variable 'bndtmp5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1196:20: style: The scope of the variable 'rsq_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1196:27: style: The scope of the variable 'r_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1197:10: style: The scope of the variable 'betaS_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1197:19: style: The scope of the variable 'dBetaS_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1198:20: style: The scope of the variable 'rsq_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1198:27: style: The scope of the variable 'r_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1199:10: style: The scope of the variable 'betaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1199:19: style: The scope of the variable 'dBetaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1200:21: style: The scope of the variable 'rsq_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1200:29: style: The scope of the variable 'r_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1201:10: style: The scope of the variable 'betaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1201:20: style: The scope of the variable 'dBetaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1202:20: style: The scope of the variable 'rsq_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1202:27: style: The scope of the variable 'r_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1203:10: style: The scope of the variable 'betaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1203:19: style: The scope of the variable 'dBetaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1204:21: style: The scope of the variable 'rsq_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1204:29: style: The scope of the variable 'r_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1205:10: style: The scope of the variable 'betaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1205:20: style: The scope of the variable 'dBetaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1206:21: style: The scope of the variable 'rsq_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1206:29: style: The scope of the variable 'r_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1207:10: style: The scope of the variable 'betaS_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1207:20: style: The scope of the variable 'dBetaS_kkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1208:10: style: The scope of the variable 'cosAng_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1209:10: style: The scope of the variable 'cosAng_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1210:10: style: The scope of the variable 'cosAng_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1211:10: style: The scope of the variable 'cosAng_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1212:10: style: The scope of the variable 'cosAng_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1213:10: style: The scope of the variable 'cosAng_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1214:10: style: The scope of the variable 'cosAng_ikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1215:10: style: The scope of the variable 'cosAng_ikkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1216:10: style: The scope of the variable 'cosAng_jkkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1217:10: style: The scope of the variable 'cosAng_jkpk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1219:10: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1219:18: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3805:7: style: The scope of the variable 'new_n_tot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3806:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3806:13: style: The scope of the variable 'kp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:7: style: The scope of the variable 'iij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:11: style: The scope of the variable 'iik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:15: style: The scope of the variable 'iikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:20: style: The scope of the variable 'ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:23: style: The scope of the variable 'ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:26: style: The scope of the variable 'ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3807:31: style: The scope of the variable 'ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3808:7: style: The scope of the variable 'nsearch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3808:15: style: The scope of the variable 'ncmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3810:7: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3810:12: style: The scope of the variable 'ktmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3811:7: style: The scope of the variable 'pi_flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3811:15: style: The scope of the variable 'ks' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3815:19: style: The scope of the variable 'ktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3815:25: style: The scope of the variable 'kptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3816:15: style: The scope of the variable 'temp_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3816:23: style: The scope of the variable 'temp_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3817:7: style: The scope of the variable 'temp_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3817:15: style: The scope of the variable 'temp_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:7: style: The scope of the variable 'nb_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:13: style: The scope of the variable 'nb_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:19: style: The scope of the variable 'nb_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:25: style: The scope of the variable 'nb_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3818:32: style: The scope of the variable 'nb_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3819:7: style: The scope of the variable 'bt_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3819:12: style: The scope of the variable 'bt_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:7: style: The scope of the variable 'pass_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:15: style: The scope of the variable 'pass_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3820:23: style: The scope of the variable 'pass_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3821:7: style: The scope of the variable 'pass_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3821:16: style: The scope of the variable 'pass_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:7: style: The scope of the variable 'njik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:12: style: The scope of the variable 'ngj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3822:16: style: The scope of the variable 'ngk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:7: style: The scope of the variable 'nkikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:13: style: The scope of the variable 'njikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3823:19: style: The scope of the variable 'nglj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:7: style: The scope of the variable 'ngl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:11: style: The scope of the variable 'ngi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3824:15: style: The scope of the variable 'nkjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:7: style: The scope of the variable 'nijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:13: style: The scope of the variable 'ngli' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3825:18: style: The scope of the variable 'nijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:7: style: The scope of the variable 'ang_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:15: style: The scope of the variable 'ang_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3826:24: style: The scope of the variable 'ang_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:7: style: The scope of the variable 'ang_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:15: style: The scope of the variable 'ang_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3827:24: style: The scope of the variable 'ang_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:13: style: The scope of the variable 'ni_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:19: style: The scope of the variable 'ni_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3828:25: style: The scope of the variable 'ni_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:7: style: The scope of the variable 'ni_ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:13: style: The scope of the variable 'ni_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3829:19: style: The scope of the variable 'ni_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3830:7: style: The scope of the variable 'temp_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3830:15: style: The scope of the variable 'temp_ki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3831:7: style: The scope of the variable 'nlistj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3831:14: style: The scope of the variable 'nlisti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:10: style: The scope of the variable 'AA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:13: style: The scope of the variable 'BB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3832:16: style: The scope of the variable 'CC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:10: style: The scope of the variable 'cosSq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:16: style: The scope of the variable 'sinFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3833:26: style: The scope of the variable 'cosFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:10: style: The scope of the variable 'cosSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:17: style: The scope of the variable 'dotV' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:22: style: The scope of the variable 'BBrt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:27: style: The scope of the variable 'AB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3834:31: style: The scope of the variable 'AB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:10: style: The scope of the variable 'BBrtR' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:16: style: The scope of the variable 'ABrtR1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3835:23: style: The scope of the variable 'ABrtR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:10: style: The scope of the variable 'angFactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:20: style: The scope of the variable 'angFactor1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3836:31: style: The scope of the variable 'angFactor2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:10: style: The scope of the variable 'angFactor3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:21: style: The scope of the variable 'angFactor4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3837:32: style: The scope of the variable 'angRfactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:10: style: The scope of the variable 'dAngR1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:17: style: The scope of the variable 'dAngR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3838:24: style: The scope of the variable 'agpdpr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:10: style: The scope of the variable 'agpdpr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:18: style: The scope of the variable 'agpdpr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:26: style: The scope of the variable 'app1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:31: style: The scope of the variable 'app2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3839:36: style: The scope of the variable 'app3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3840:10: style: The scope of the variable 'betaCapSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3840:21: style: The scope of the variable 'dbetaCapSq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3841:10: style: The scope of the variable 'betaCapSq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3841:21: style: The scope of the variable 'dbetaCapSq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3842:10: style: The scope of the variable 'betaCapSum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3842:21: style: The scope of the variable 'ps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3843:18: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:10: style: The scope of the variable 'dPiB1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:16: style: The scope of the variable 'dPiB2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:22: style: The scope of the variable 'dPiB3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3844:28: style: The scope of the variable 'pp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3846:20: style: The scope of the variable 'rsq_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3846:27: style: The scope of the variable 'r_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3847:10: style: The scope of the variable 'betaP_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3847:19: style: The scope of the variable 'dBetaP_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3848:20: style: The scope of the variable 'rsq_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3848:27: style: The scope of the variable 'r_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3849:10: style: The scope of the variable 'betaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3849:19: style: The scope of the variable 'dBetaS_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3850:10: style: The scope of the variable 'betaP_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3850:19: style: The scope of the variable 'dBetaP_ik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3851:21: style: The scope of the variable 'rsq_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3851:29: style: The scope of the variable 'r_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3852:10: style: The scope of the variable 'betaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3852:20: style: The scope of the variable 'dBetaS_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3853:10: style: The scope of the variable 'betaP_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3853:20: style: The scope of the variable 'dBetaP_ikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3854:20: style: The scope of the variable 'rsq_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3854:27: style: The scope of the variable 'r_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3855:10: style: The scope of the variable 'betaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3855:19: style: The scope of the variable 'dBetaS_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3856:10: style: The scope of the variable 'betaP_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3856:19: style: The scope of the variable 'dBetaP_jk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3857:21: style: The scope of the variable 'rsq_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3857:29: style: The scope of the variable 'r_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3858:10: style: The scope of the variable 'betaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3858:20: style: The scope of the variable 'dBetaS_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3859:10: style: The scope of the variable 'betaP_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3859:20: style: The scope of the variable 'dBetaP_jkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3861:10: style: The scope of the variable 'cosAng_jik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3862:10: style: The scope of the variable 'cosAng_jikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3863:10: style: The scope of the variable 'cosAng_kikp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3864:10: style: The scope of the variable 'cosAng_ijk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3865:10: style: The scope of the variable 'cosAng_ijkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3866:10: style: The scope of the variable 'cosAng_kjkp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4968:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4968:15: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4969:12: style: The scope of the variable 'pass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4970:11: style: The scope of the variable 'ws' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4972:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:14: style: The scope of the variable 'tmp_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5485:23: style: The scope of the variable 'tmp_alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:472:16: style: Variable 'totE' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:479:11: style: Variable 'cnt1' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:947:11: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:892:14: style: Variable 'neigh_t' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1077:9: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.h:36:3: style: Class 'PairBOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:5010:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1348:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1349:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1350:35: error: Uninitialized variable: dis_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:38: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:2478:56: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1339:10: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:19: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3472:17: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3474:27: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3476:19: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3605:23: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3607:62: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3608:50: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3611:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3612:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3614:25: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3616:38: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3617:22: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3767:21: error: Uninitialized variable: betaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:1343:28: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3475:27: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:3610:27: error: Uninitialized variable: dBetaS_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4210:58: error: Uninitialized variable: r_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4911:19: error: Uninitialized variable: betaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4927:27: error: Uninitialized variable: betaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_bop.cpp:4927:37: error: Uninitialized variable: dBetaP_ij [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:970:30: style: Condition 'param->hfocor<0.0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1031:32: style: Condition 'param->hfocor<0.0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1473:20: style: Condition 'j!=i' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:677:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1173:2: style: Variable 'self_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1168:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1173:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1191:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1191:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1192:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1192:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1193:3: style: Variable 'Bsi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:13: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1193:3: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1195:3: style: Variable 'Bsj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1190:19: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1195:3: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1213:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1213:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1214:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1214:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1215:3: style: Variable 'Bsi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:13: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1215:3: note: Variable 'Bsi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1217:3: style: Variable 'Bsj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1212:19: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1217:3: note: Variable 'Bsj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1595:2: style: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1586:2: note: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1595:2: note: Variable 'pot_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1603:2: style: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1587:2: note: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1603:2: note: Variable 'pot_d' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1813:2: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1808:2: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1813:2: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1874:2: style: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1860:2: note: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1874:2: note: Variable 'fqij' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1875:2: style: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1860:9: note: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1875:2: note: Variable 'fqjj' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1910:3: style: Variable 'vrcs' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1899:15: note: Variable 'vrcs' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1910:3: note: Variable 'vrcs' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:129:32: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:130:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:132:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:140:10: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:144:7: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:144:29: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:608:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:857:34: style: The scope of the variable 'fforce_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:10: style: The scope of the variable 'rslp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:15: style: The scope of the variable 'rslp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:858:21: style: The scope of the variable 'rslp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:29: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:33: style: The scope of the variable 'lp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:941:37: style: The scope of the variable 'lp6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:942:16: style: The scope of the variable 'rmu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:29: style: The scope of the variable 'lp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:33: style: The scope of the variable 'lp1_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:39: style: The scope of the variable 'lp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:43: style: The scope of the variable 'lp3_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:49: style: The scope of the variable 'lp6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:993:53: style: The scope of the variable 'lp6_d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:994:16: style: The scope of the variable 'rmu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1653:24: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:10: style: The scope of the variable 'rslp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:15: style: The scope of the variable 'rslp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:1893:21: style: The scope of the variable 'rslp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2007:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2044:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2057:7: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2058:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2058:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:2061:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:614:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:617:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:636:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb.cpp:639:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3622:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3637:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2499:20: style: Condition 'j!=i' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:691:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1307:9: style: Variable 'rsq2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1302:9: note: Variable 'rsq2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1307:9: note: Variable 'rsq2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1650:5: style: Variable 'comtti' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1645:3: note: Variable 'comtti' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1650:5: note: Variable 'comtti' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1655:5: style: Variable 'comttj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1645:12: note: Variable 'comttj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1655:5: note: Variable 'comttj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1689:5: style: Variable 'comtt' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1672:5: note: Variable 'comtt' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1689:5: note: Variable 'comtt' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1742:7: style: Variable 'ffj1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1709:5: note: Variable 'ffj1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1742:7: note: Variable 'ffj1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1744:7: style: Variable 'ffk1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1710:5: note: Variable 'ffk1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1744:7: note: Variable 'ffk1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1946:2: style: Variable 'self_tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1940:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1946:2: note: Variable 'self_tmp' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1972:3: style: Variable 'Di' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1971:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1972:3: note: Variable 'Di' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1973:3: style: Variable 'Dj' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1971:8: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1973:3: note: Variable 'Dj' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2059:3: style: Variable 'xcccn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:3: note: Variable 'xcccn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2059:3: note: Variable 'xcccn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2060:3: style: Variable 'xchcn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:11: note: Variable 'xchcn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2060:3: note: Variable 'xchcn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2061:3: style: Variable 'xcocn' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2057:19: note: Variable 'xcocn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2061:3: note: Variable 'xcocn' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:3: style: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2063:3: note: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:3: note: Variable 'pcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:16: style: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2063:11: note: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2064:16: note: Variable 'dpcorn' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3450:3: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3445:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3450:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:314:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:314:22: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:7: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:13: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:16: style: The scope of the variable 'll' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:19: style: The scope of the variable 'mm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:315:22: style: The scope of the variable 'iii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:316:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:864:7: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:866:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:956:7: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:958:7: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:960:61: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1961:10: style: The scope of the variable 'AlfDiAlfDj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:7: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:13: style: The scope of the variable 'iymin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2048:19: style: The scope of the variable 'izmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2114:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:10: style: The scope of the variable 'fcp1j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:16: style: The scope of the variable 'xcoij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2741:22: style: The scope of the variable 'xcoji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:2931:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:7: style: The scope of the variable 'ixmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:14: style: The scope of the variable 'iymin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3066:21: style: The scope of the variable 'izmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:10: style: The scope of the variable 'xtor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:16: style: The scope of the variable 'ytor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3068:22: style: The scope of the variable 'zcon' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3121:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3275:24: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3598:22: style: The scope of the variable 'AlfDiAlfDj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:3657:11: style: Variable 'cbj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1798:0: error: Uninitialized variable: pradx [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:1799:0: error: Uninitialized variable: prady [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:624:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:627:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:648:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_comb3.cpp:651:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:381:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:457:8: style: The scope of the variable 'line' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:519:7: style: The scope of the variable 'active' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:783:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:834:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.cpp:871:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:49:3: style: Class 'PairEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:31:3: style: Class 'PairEAMAlloy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:36:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:37:8: style: The function 'file2array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_alloy.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:31:3: style: Class 'PairEAMFS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:36:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:37:8: style: The function 'file2array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eam_fs.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:898:7: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:897:7: note: Variable 'data' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:898:7: note: Variable 'data' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.cpp:356:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_eim.h:30:3: style: Class 'PairEIM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:461:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:81:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:82:7: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:82:17: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:83:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:392:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:29:3: style: Class 'PairGW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:398:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:401:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:420:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.cpp:423:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:157:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:88:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:29:3: style: Class 'PairGWZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:37:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:38:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:77:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:40:10: style: The function 'gw_fa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:86:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:41:10: style: The function 'gw_fa_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw.h:87:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:94:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:97:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:116:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_gw_zbl.cpp:119:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:258:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:358:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:31: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:36: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:360:41: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:454:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:31: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:36: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:456:41: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:970:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.cpp:971:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_lcbop.h:32:3: style: Class 'PairLCBOP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:317:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:297:14: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:317:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:320:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:297:14: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:320:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:380:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:82:32: style: The scope of the variable 'jnumm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:83:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:311:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.cpp:406:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_nb3b_harmonic.h:29:3: style: Class 'PairNb3bHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:640:20: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:643:23: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:602:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:604:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:603:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:604:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:108:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:108:31: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:109:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:111:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:877:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:46:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: warning: Member variable 'tabularFunction::vmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:75:5: warning: Member variable 'tabularFunction::rdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:75:5: warning: Member variable 'tabularFunction::vmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:134:10: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::value' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:152:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmin' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:155:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:158:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_xmaxsq' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:161:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_rdx' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:164:12: style: Technically the member function 'LAMMPS_NS::PairPolymorphic::tabularFunction::get_vmax' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:81:7: style: Class 'tabularFunction' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:81:7: style: Class 'tabularFunction' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:32:3: style: Class 'PairPolymorphic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.h:61:5: style: Class 'tabularFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:708:3: error: Memory leak: p.P [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:719:3: error: Memory leak: p.G [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_polymorphic.cpp:730:3: error: Memory leak: p.F [memleak]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:29:3: style: Class 'PairREBO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:30:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_airebo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_rebo.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:444:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:85:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:85:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:86:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:88:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:109:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:375:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.h:29:3: style: Class 'PairSW' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:381:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:384:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:403:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_sw.cpp:406:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:484:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:86:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:87:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:89:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:112:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:415:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:29:3: style: Class 'PairTersoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:421:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:424:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:443:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.cpp:446:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:140:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:71:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:30:3: style: Class 'PairTersoffMOD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:35:16: style: The function 'setup_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:68:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:36:10: style: The function 'zeta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:70:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:38:10: style: The function 'ters_fc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:76:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:39:10: style: The function 'ters_fc_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:77:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:40:10: style: The function 'ters_bij' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:80:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:41:10: style: The function 'ters_bij_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:81:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:42:8: style: The function 'ters_zetaterm_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:77:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:80:20: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:99:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.cpp:102:22: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:135:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:66:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:29:3: style: Class 'PairTersoffMODC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:33:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:34:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:69:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:72:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:75:20: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:94:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_mod_c.cpp:97:22: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:157:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:88:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:29:3: style: Class 'PairTersoffZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:37:8: style: The function 'read_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:38:8: style: The function 'repulsive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:69:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:40:10: style: The function 'ters_fa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:78:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:41:10: style: The function 'ters_fa_d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:94:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:97:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:116:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_tersoff_zbl.cpp:119:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:450:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:87:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:87:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:88:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:90:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:112:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:381:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:518:10: style: The scope of the variable 'tmp_par' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:29:3: style: Class 'PairVashishta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:387:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:390:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:409:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.cpp:412:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:58:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:59:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:61:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.cpp:83:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:29:3: style: Class 'PairVashishtaTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:43:8: style: The function 'setup_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta.h:62:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MANYBODY/pair_vashishta_table.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MC/fix_atom_swap.cpp:793:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_atom_swap.cpp:349:19: style: The scope of the variable 'jswaptype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:17: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:20: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:177:29: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:386:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:387:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:421:25: style: The scope of the variable 'influenced' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:423:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:555:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:593:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:635:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:706:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:737:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:737:13: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_break.cpp:783:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1391:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1390:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1391:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:593:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:594:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:628:25: style: The scope of the variable 'influenced' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:630:11: style: The scope of the variable 'slist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:783:13: style: The scope of the variable 'i2local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:892:23: style: The scope of the variable 'i2local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1072:15: style: The scope of the variable 'i1local' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_bond_create.cpp:1219:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:2544:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:1736:26: style: The scope of the variable 'coord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/fix_gcmc.cpp:2260:7: style: The scope of the variable 'imolecule' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.cpp:410:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MC/pair_dsmc.h:29:3: style: Class 'PairDSMC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:339:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:503:11: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:662:7: style: The scope of the variable 'nparams' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:739:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:858:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:909:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:909:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:910:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:927:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:927:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:928:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:940:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:940:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:941:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.h:63:3: style: Class 'PairMEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:511:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:514:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:533:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MEAM/pair_meam.cpp:536:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/compute_ti.cpp:158:21: style: The scope of the variable 'value1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/compute_ti.cpp:158:28: style: The scope of the variable 'value2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/xdr_compat.h:82:0: error: #error ERROR: No 32 bit wide integer type found! [preprocessorErrorDirective]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_deposit.cpp:822:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_efield.cpp:290:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_evaporate.cpp:168:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_evaporate.cpp:168:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_gld.cpp:225:28: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:284:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:255:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:255:36: style: The scope of the variable 'nsort' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:493:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:493:13: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:529:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:553:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_bcc.cpp:553:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:282:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:253:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:253:36: style: The scope of the variable 'nsort' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:491:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:491:13: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:527:11: style: The scope of the variable 'num' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:551:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_orient_fcc.cpp:551:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/fix_ttm.cpp:628:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut.h:29:3: style: Class 'PairNMCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:464:36: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.cpp:464:44: style: The scope of the variable 'phinm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_cut.h:30:3: style: Class 'PairNMCutCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:515:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:516:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:516:51: style: The scope of the variable 'phinm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.h:29:3: style: Class 'PairNMCutCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:558:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:558:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:563:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:560:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MISC/pair_nm_cut_coul_long.cpp:560:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:56:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:57:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:59:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:59:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:60:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:10: style: The scope of the variable 'delxUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:17: style: The scope of the variable 'delyUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:24: style: The scope of the variable 'delzUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:31: style: The scope of the variable 'rsqUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:37: style: The scope of the variable 'rUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:41: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.cpp:61:44: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_charmm.h:30:3: style: Class 'AngleCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:49:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:50:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.cpp:52:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine.h:30:3: style: Class 'AngleCosine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:41:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:46: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:52: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:59: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:42:69: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:30: style: The scope of the variable 'cot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:34: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:38: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:42: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:46: style: The scope of the variable 'b11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:50: style: The scope of the variable 'b12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:54: style: The scope of the variable 'b22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:58: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:61: style: The scope of the variable 's0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.cpp:44:64: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:30:3: style: Class 'AngleCosineSquared' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:30:3: style: Class 'AngleCosineDelta' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:32:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.h:38:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_delta.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:125:5: style: Variable 'tn_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:118:5: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:125:5: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:20: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:57:27: style: The scope of the variable 'b_factor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:58:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:60:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:10: style: The scope of the variable 'tn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:13: style: The scope of the variable 'tn_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:18: style: The scope of the variable 'tn_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:23: style: The scope of the variable 'un' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:26: style: The scope of the variable 'un_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.cpp:61:31: style: The scope of the variable 'un_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_periodic.h:30:3: style: Class 'AngleCosinePeriodic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:58:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:59:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:61:10: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:61:20: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_cosine_squared.cpp:62:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:54:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:55:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:57:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:57:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.cpp:58:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_harmonic.h:30:3: style: Class 'AngleHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:222:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:67:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:69:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:70:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:71:10: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:464:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:558:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:558:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:588:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:628:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.cpp:662:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/angle_table.h:30:3: style: Class 'AngleTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:163:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:199:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:309:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:326:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:375:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.cpp:453:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_angle.h:29:3: style: Class 'AtomVecAngle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:142:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:178:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:288:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:305:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:354:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.cpp:432:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_bond.h:29:3: style: Class 'AtomVecBond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:222:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:258:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:368:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:385:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:436:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.cpp:517:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_full.h:29:3: style: Class 'AtomVecFull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:220:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:256:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:383:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:432:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.cpp:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_molecular.h:29:3: style: Class 'AtomVecMolecular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:201:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:311:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:328:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:381:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:465:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.cpp:620:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/atom_vec_template.h:29:3: style: Class 'AtomVecTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:52:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:53:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:14: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.cpp:54:19: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene.h:30:3: style: Class 'BondFENE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:53:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:54:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:14: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:55:19: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:12: style: The scope of the variable 'rshift' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.cpp:56:19: style: The scope of the variable 'rshiftsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_fene_expand.h:30:3: style: Class 'BondFENEExpand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:54:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.cpp:55:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_gromos.h:30:3: style: Class 'BondGromos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:50:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:51:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.cpp:52:19: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_harmonic.h:30:3: style: Class 'BondHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.cpp:53:19: style: The scope of the variable 'ralpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_morse.h:30:3: style: Class 'BondMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:47:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:48:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:19: style: The scope of the variable 'drsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:24: style: The scope of the variable 'lamdasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:32: style: The scope of the variable 'denom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.cpp:49:38: style: The scope of the variable 'denomsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_nonlinear.h:30:3: style: Class 'BondNonlinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.cpp:311:24: style: The scope of the variable 'sr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.cpp:311:28: style: The scope of the variable 'sr6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_quartic.h:30:3: style: Class 'BondQuartic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:175:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:64:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:65:31: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:66:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:66:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:12: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:14: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:16: style: The scope of the variable 'rprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:22: style: The scope of the variable 'rnext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:28: style: The scope of the variable 'eprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:34: style: The scope of the variable 'enext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:40: style: The scope of the variable 'fleft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:357:46: style: The scope of the variable 'fright' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:445:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:538:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:538:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:568:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:616:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.cpp:658:17: style: Variable 'fraction' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/bond_table.h:30:3: style: Class 'BondTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:67:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:68:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:70:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:71:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:72:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.cpp:73:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmm.h:30:3: style: Class 'DihedralCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:70:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:71:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:73:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:74:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:75:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.cpp:76:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_charmmfsw.h:30:3: style: Class 'DihedralCharmmfsw' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:21: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:61:25: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:62:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:64:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:13: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:17: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:22: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:25: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:28: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:32: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:36: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:65:40: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:66:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:16: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:20: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.cpp:67:24: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_harmonic.h:30:3: style: Class 'DihedralHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:60:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:61:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:63:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:64:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:65:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:66:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.cpp:67:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_helix.h:30:3: style: Class 'DihedralHelix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:57:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:58:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:60:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:61:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:62:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:63:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:64:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.cpp:64:13: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_multi_harmonic.h:30:3: style: Class 'DihedralMultiHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:60:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:61:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:63:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:64:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:65:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:66:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.cpp:67:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/dihedral_opls.h:30:3: style: Class 'DihedralOPLS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:916:7: style: Variable 'a1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:906:7: note: Variable 'a1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:916:7: note: Variable 'a1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:917:7: style: Variable 'b1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:907:7: note: Variable 'b1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:917:7: note: Variable 'b1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:894:9: style: Variable 'tyyk' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:892:9: note: Variable 'tyyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:894:9: note: Variable 'tyyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:896:9: style: Variable 'tdyk' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:893:9: note: Variable 'tdyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:896:9: note: Variable 'tdyk' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:18: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:21: style: The scope of the variable 'i5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:309:24: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:793:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:845:16: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:846:10: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/fix_cmap.cpp:1068:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:19: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:55:23: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:56:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:58:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:59:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:27: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:30: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:34: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:45: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:47: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:60:51: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.cpp:61:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_cvff.h:30:3: style: Class 'ImproperCvff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:56:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:57:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:10: style: The scope of the variable 'ss1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:14: style: The scope of the variable 'ss2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:18: style: The scope of the variable 'ss3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:22: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:25: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:28: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:31: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:34: style: The scope of the variable 'c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:37: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:40: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:59:43: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:10: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:16: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:18: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:25: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:27: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:31: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:35: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:39: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:43: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:60:47: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:10: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:14: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.cpp:61:18: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_harmonic.h:30:3: style: Class 'ImproperHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:61:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:63:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:21: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:23: style: The scope of the variable 'projhfg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:31: style: The scope of the variable 'dhax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:36: style: The scope of the variable 'dhay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:41: style: The scope of the variable 'dhaz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:46: style: The scope of the variable 'dahx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:51: style: The scope of the variable 'dahy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:56: style: The scope of the variable 'dahz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:64:61: style: The scope of the variable 'cotphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:19: style: The scope of the variable 'ra2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:23: style: The scope of the variable 'rh2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:27: style: The scope of the variable 'ra' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:30: style: The scope of the variable 'rh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:33: style: The scope of the variable 'rar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:37: style: The scope of the variable 'rhr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:41: style: The scope of the variable 'arx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:45: style: The scope of the variable 'ary' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:49: style: The scope of the variable 'arz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:53: style: The scope of the variable 'hrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:57: style: The scope of the variable 'hry' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.cpp:65:61: style: The scope of the variable 'hrz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/improper_umbrella.h:30:3: style: Class 'ImproperUmbrella' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:352:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:82:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.cpp:452:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:29:3: style: Class 'PairHbondDreidingLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:278:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:53:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.cpp:53:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:29:3: style: Class 'PairHbondDreidingMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:32:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:34:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_lj.h:36:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_hbond_dreiding_morse.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:72:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:462:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.cpp:463:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:29:3: style: Class 'PairLJCharmmCoulCharmm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:35:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:36:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.cpp:162:56: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:29:3: style: Class 'PairLJCharmmCoulCharmmImplicit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:31:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmm_coul_charmm_implicit.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:99:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:100:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:10: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:18: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:24: style: The scope of the variable 'philj12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:494:32: style: The scope of the variable 'philj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.cpp:495:10: style: The scope of the variable 'switch1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_charmmfsw_coul_charmmfsh.h:29:3: style: Class 'PairLJCharmmfswCoulCharmmfsh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_lj_cut_tip4p_cut.h:29:3: style: Class 'PairLJCutTIP4PCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:69:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:69:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.cpp:70:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MOLECULE/pair_tip4p_cut.h:29:3: style: Class 'PairTIP4PCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:287:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:294:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/dump_custom_mpiio.cpp:303:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MPIIO/restart_mpiio.h:29:3: style: Class 'RestartMPIIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/MSCG/fix_mscg.cpp:152:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/MSCG/fix_mscg.cpp:291:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.h:31:3: style: Class 'PairEAMOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_alloy_opt.h:30:3: style: Class 'PairEAMAlloyOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_fs_opt.h:30:3: style: Class 'PairEAMFSOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:113:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:136:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:113:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_eam_opt.cpp:136:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:111:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:76:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.h:29:3: style: Class 'PairLJCharmmCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_charmm_coul_long_opt.cpp:111:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_coul_long_opt.h:29:3: style: Class 'PairLJCutCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:88:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:66:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:66:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.h:29:3: style: Class 'PairLJCutOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_opt.cpp:88:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:109:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:119:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.cpp:136:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_cut_tip4p_long_opt.h:29:5: style: Class 'PairLJCutTIP4PLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:863:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:865:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:864:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:865:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:675:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:677:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:676:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:677:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:713:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:714:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:716:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:553:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:554:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.cpp:556:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_lj_long_coul_long_opt.h:29:3: style: Class 'PairLJLongCoulLongOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:89:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:67:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:67:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.h:29:3: style: Class 'PairMorseOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_morse_opt.cpp:89:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:88:0: warning: Return value of function malloc() is not used. [ignoredReturnValue]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:66:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:66:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.h:35:3: style: Class 'PairUFMOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/OPT/pair_ufm_opt.cpp:88:0: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:147:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:186:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:250:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:328:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:345:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:402:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:492:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.cpp:662:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/atom_vec_peri.h:29:3: style: Class 'AtomVecPeri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.h:29:3: style: Class 'PairPeriPMB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.h:32:3: style: Class 'PairPeriLPS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.h:32:3: style: Class 'PairPeriVES' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.h:32:3: style: Class 'PairPeriEPS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/PERI/fix_peri_neigh.cpp:566:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/PERI/fix_peri_neigh.cpp:519:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:258:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:620:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:620:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:621:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:622:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_eps.cpp:804:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:235:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:543:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:543:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:544:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:545:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_lps.cpp:636:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:81:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_pmb.cpp:197:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:248:8: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:604:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:604:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:605:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:606:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PERI/pair_peri_ves.cpp:702:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:489:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:10: style: The scope of the variable 'ez0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:14: style: The scope of the variable 'ez1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:490:18: style: The scope of the variable 'ez2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:636:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:972:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:1310:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/POEMS/fix_poems.cpp:977:34: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_invoke.cpp:91:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_invoke.cpp:108:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:146:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:164:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:182:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:200:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:219:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/fix_python_move.cpp:237:23: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:79:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:80:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.cpp:140:22: style: The scope of the variable 'py_itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/PYTHON/pair_python.h:39:3: style: Class 'PairPython' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:223:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:15: style: The scope of the variable 'alfa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:349:21: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:350:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:589:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:614:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:639:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:665:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:681:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:726:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:733:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.cpp:736:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.cpp:101:10: style: The scope of the variable 'enegtot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.cpp:176:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_dynamic.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.cpp:240:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:43:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:45:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_fire.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.cpp:95:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.cpp:123:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_point.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.cpp:139:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.cpp:167:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_shielded.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:136:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:163:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:167:10: style: The scope of the variable 'zei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:167:24: style: The scope of the variable 'zjtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:240:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:241:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:242:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:293:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:294:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.cpp:295:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:32:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:36:8: style: The function 'sparse_matvec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/QEQ/fix_qeq_slater.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:124:14: style: The scope of the variable 'nlocal_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:125:9: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/fix_reax_bonds.cpp:125:15: style: The scope of the variable 'jbufknum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:126:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:303:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:309:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:10: style: The scope of the variable 'chi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:15: style: The scope of the variable 'eta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:596:20: style: The scope of the variable 'gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:686:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:10: style: The scope of the variable 'xitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:17: style: The scope of the variable 'yitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:747:24: style: The scope of the variable 'zitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:749:21: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:756:12: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.cpp:942:29: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REAX/pair_reax.h:29:3: style: Class 'PairREAX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.cpp:91:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:40:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_prd.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.cpp:87:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:38:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_event_tad.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:248:7: style: Condition 'MULTI_PROC' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:554:10: style: The scope of the variable 'lentot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/fix_neb.cpp:555:39: style: The scope of the variable 'lenuntilClimber' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:61:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:382:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.cpp:384:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/neb.h:30:3: style: Class 'NEB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:67:7: style: The scope of the variable 'ireplica' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:623:26: style: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.h:67:23: note: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'.
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.cpp:623:26: note: Function 'check_event' argument 1 names different: declaration 'replica' definition 'replica_num'.
lammps-0~20180510.gitaa1d815fe/src/REPLICA/prd.h:29:3: style: Class 'PRD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/tad.cpp:715:8: style: Variable 'str' is not assigned a value. [unassignedVariable]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/tad.h:29:3: style: Class 'TAD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/temper.cpp:209:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/REPLICA/temper.h:29:3: style: Class 'Temper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:336:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:337:7: style: The scope of the variable 'lid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:338:8: style: The scope of the variable 'stat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:339:7: style: The scope of the variable 'nsites' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_ehex.cpp:495:10: style: The scope of the variable 'x_r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:924:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:900:0: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:924:3: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:974:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:944:0: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:974:3: note: Variable 'stat' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:176:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:208:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:779:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.cpp:815:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:37:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:34:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:38:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:39:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:40:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:44:16: style: The function 'correct_coordinates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:45:16: style: The function 'correct_velocities' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:46:16: style: The function 'shake_end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:53:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:46:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:48:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:41:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:48:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:49:16: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:49:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:50:15: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:50:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:50:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:51:16: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:52:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rattle.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:912:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:969:12: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:969:19: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1110:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1337:51: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1512:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1928:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2165:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2265:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2265:19: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:14: style: The scope of the variable 'start' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2268:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:2401:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.cpp:1033:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:1162:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:376:14: style: The scope of the variable 't_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:376:22: style: The scope of the variable 'tb_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:433:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:594:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:15: style: Unused variable: xy [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:18: style: Unused variable: xz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:596:21: style: Unused variable: yz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.cpp:1192:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:120:25: warning: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:67:20: note: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:120:25: note: The class 'FixRigidNH' defines member variable with name 't_target' also defined in its parent class 'FixRigid'.
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:25:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:31:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:25:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:30:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:31:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid.h:57:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:1280:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:390:14: style: The scope of the variable 't_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:390:22: style: The scope of the variable 'tb_mass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:447:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:622:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:623:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:935:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:621:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.cpp:1310:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:25:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:36:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:25:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_nh_small.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3327:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1716:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1751:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1791:17: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:735:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:795:10: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:795:17: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:815:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:815:16: style: The scope of the variable 'omega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:847:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:966:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1170:11: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1225:51: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1391:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1719:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1754:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:1794:7: style: The scope of the variable 'iowner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2109:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:11: style: The scope of the variable 'ex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:15: style: The scope of the variable 'ey' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2112:19: style: The scope of the variable 'ez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2352:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2463:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2463:20: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:14: style: The scope of the variable 'start' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2466:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:2814:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:11: style: The scope of the variable 'xcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:21: style: The scope of the variable 'quat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:34: style: The scope of the variable 'ex_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:44: style: The scope of the variable 'ey_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3092:54: style: The scope of the variable 'ez_space' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3252:11: style: The scope of the variable 'fcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3252:16: style: The scope of the variable 'torque' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3493:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3515:11: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3552:11: style: The scope of the variable 'vcm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_rigid_small.cpp:3552:16: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:581:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:629:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:892:7: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1220:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1255:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1279:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1400:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1400:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1401:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1501:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1501:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1502:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:22: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:25: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:28: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1601:40: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1674:6: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1674:12: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1675:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:22: style: The scope of the variable 'quad3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:28: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:31: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:34: style: The scope of the variable 'b3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:37: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:49: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1824:61: style: The scope of the variable 'lamda03_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1926:7: style: The scope of the variable 'nlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1926:13: style: The scope of the variable 'list' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:1927:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:10: style: The scope of the variable 'quad1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:16: style: The scope of the variable 'quad2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:22: style: The scope of the variable 'quad3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:28: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:31: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:34: style: The scope of the variable 'b3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:37: style: The scope of the variable 'lamda01_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:49: style: The scope of the variable 'lamda02_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2073:61: style: The scope of the variable 'lamda12_new' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2533:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2533:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/RIGID/fix_shake.cpp:2657:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:128:15: style: Expression is always false because 'else if' condition matches previous condition at line 127. [multiCondition]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:876:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:954:3: style: Variable 'energy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:950:0: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:954:3: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:511:37: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_msst.cpp:770:21: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/SHOCK/fix_nphug.cpp:423:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_sna_atom.cpp:70:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::ncoeff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bvec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::dbvec' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rij' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::inside' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::wj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rcutij' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::nmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::twojmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::diagonalstyle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_r_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarraytot_i_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_r_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::zarray_i_b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::uarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rmin0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rfac0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::idxj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::idxj_max' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::cgarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::rootpqarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::barray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::duarray_r' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::duarray_i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::dbarray' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::use_shared_arrays' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::switch_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::wself' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bzero_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: warning: Member variable 'SNA::bzero' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.h:36:3: style: Class 'SNA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snad_atom.cpp:68:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snad_atom.cpp:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snav_atom.cpp:66:10: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/compute_snav_atom.cpp:397:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:11: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:173:16: style: The scope of the variable 'ninside' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.h:29:3: style: Class 'PairSNAP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:1768:32: error: Uninitialized variable: fpparam [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/pair_snap.cpp:1771:16: error: Uninitialized variable: fpparam [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1217:7: style: Same expression used in consecutive assignments of 'mbpar' and 'mapar'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1218:0: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1217:7: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1433:7: style: Same expression used in consecutive assignments of 'mbpar' and 'mapar'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1434:0: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1433:7: note: Same expression used in consecutive assignments of 'mbpar' and 'mapar'.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1926:27: style: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1924:16: note: 'j2' is assigned value 'j1' here.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1926:27: note: Same expression on both sides of '-' because the value of 'j1' and 'j2' are the same.
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:18: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:24: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:27: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:312:31: style: The scope of the variable 'theta0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:18: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:24: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:27: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:352:31: style: The scope of the variable 'theta0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:687:11: style: The scope of the variable 'dbdr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:835:11: style: The scope of the variable 'dbdr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SNAP/sna.cpp:1804:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1393:25: style: Condition 'type==WALL' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1582:21: style: Condition 'type==WALL' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:510:17: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3527:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3348:0: style: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3349:0: note: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'.
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:3348:0: note: Same expression used in consecutive assignments of 'nbinxy' and 'nbinsq'.
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:22: style: The scope of the variable 'jx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:25: style: The scope of the variable 'jy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:28: style: The scope of the variable 'jz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:36: style: The scope of the variable 'jbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:41: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:475:44: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:476:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:476:14: style: The scope of the variable 'cutbinsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:11: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:14: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:710:17: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:841:14: style: The scope of the variable 'tbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:841:19: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:842:17: style: The scope of the variable 'xlamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:843:10: style: The scope of the variable 'vstream' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1068:12: style: The scope of the variable 'bcomm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1068:20: style: The scope of the variable 'bcomm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1134:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1152:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1170:12: style: The scope of the variable 'bcomm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1170:20: style: The scope of the variable 'bcomm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1236:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:1251:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2295:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2295:13: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2337:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2337:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2388:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2388:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2445:18: style: The scope of the variable 'xs_xb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2905:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_srd.cpp:2991:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/SRD/fix_wall_srd.cpp:67:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:161:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:200:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:275:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:393:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:416:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:439:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:494:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:597:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.cpp:776:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/atom_vec_wavepacket.h:34:3: style: Class 'AtomVecWavepacket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/pair_awpmd_cut.h:38:3: style: Class 'PairAWPMDCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-AWPMD/pair_awpmd_cut.cpp:527:18: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:308:10: style: The scope of the variable 'volume' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:308:18: style: The scope of the variable 'correction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/compute_pressure_bocs.cpp:410:16: style: The scope of the variable 'vcomponent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1734:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1382:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:630:37: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:633:7: style: The scope of the variable 'test_sscanf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1507:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:1884:17: style: The scope of the variable 'factor_etap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:628:0: style: Variable 'separator' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:632:10: style: Unused variable: n1 [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:632:14: style: Unused variable: n2 [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:709:3: error: Memory leak: line [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: a [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: b [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: d [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: h [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: alpha [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: c [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: l [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: mu [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-BOCS/fix_bocs.cpp:786:0: error: Memory leak: z [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.h:29:3: style: Class 'BondOxdnaFene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:29:3: style: Class 'BondOxdna2Fene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:31:16: style: The function 'compute_interaction_sites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna2_fene.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:75:14: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:77:24: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:14: style: The scope of the variable 'Deltasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:78:22: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:12: style: The scope of the variable 'rr0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:79:16: style: The scope of the variable 'rr0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:83:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/bond_oxdna_fene.cpp:84:11: style: The scope of the variable 'qb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:130:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:146:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:106:18: style: Unused variable: delt [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:108:19: style: Unused variable: v2tmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:108:28: style: Unused variable: v3tmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:10: style: Unused variable: gamma [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:16: style: Unused variable: gammacub [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:25: style: Unused variable: rinv_ss_cub [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:117:37: style: Unused variable: fac [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:10: style: Unused variable: aybx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:15: style: Unused variable: azbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:20: style: Unused variable: rax [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:24: style: Unused variable: ray [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:28: style: Unused variable: raz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:118:32: style: Unused variable: rbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:119:10: style: Unused variable: dcdr [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:119:15: style: Unused variable: dcdrbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:10: style: Unused variable: dcdaxbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:18: style: Unused variable: dcdaybx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:120:26: style: Unused variable: dcdazbx [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:10: style: Unused variable: dcdrax [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:17: style: Unused variable: dcdray [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:121:24: style: Unused variable: dcdraz [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.cpp:695:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_coaxstk.h:29:3: style: Class 'PairOxdna2Coaxstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:98:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:114:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.cpp:376:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_dh.h:29:3: style: Class 'PairOxdna2Dh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.h:29:3: style: Class 'PairOxdnaExcv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:29:3: style: Class 'PairOxdna2Excv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:31:16: style: The function 'compute_interaction_sites' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_excv.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.h:29:3: style: Class 'PairOxdnaStk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:29:3: style: Class 'PairOxdna2Stk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:33:18: style: The function 'stacking_strength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.h:47:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna2_stk.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:136:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:152:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.cpp:835:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_coaxstk.h:29:3: style: Class 'PairOxdnaCoaxstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:128:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:144:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_excv.cpp:580:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:141:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:157:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.cpp:803:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_hbond.h:30:3: style: Class 'PairOxdnaHbond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:37: style: The scope of the variable 'rsq_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:44: style: The scope of the variable 'r_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:119:49: style: The scope of the variable 'rinv_ss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:37: style: The scope of the variable 'rsq_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:44: style: The scope of the variable 'r_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:120:49: style: The scope of the variable 'rinv_st' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:133:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:134:11: style: The scope of the variable 'qb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:9: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:14: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:150:20: style: The scope of the variable 'btype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:152:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:154:10: style: The scope of the variable 'tptofp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_stk.cpp:838:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:133:11: style: The scope of the variable 'qa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:7: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:22: style: The scope of the variable 'bnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:149:27: style: The scope of the variable 'atype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.cpp:789:14: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-CGDNA/pair_oxdna_xstk.h:30:3: style: Class 'PairOxdnaXstk' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:64:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:46: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:52: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:65:58: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:66:29: style: The scope of the variable 'e13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:66:33: style: The scope of the variable 'f13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:67:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:67:17: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:25: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:28: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:33: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:35: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:37: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:41: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.cpp:68:45: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/angle_sdk.h:30:3: style: Class 'AngleSDK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:105:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:106:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::lj4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::offset' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::rminsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::emin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.cpp:44:12: warning: Member variable 'PairLJSDK::cut_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk.h:34:3: style: Class 'PairLJSDK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:18: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:23: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:29: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:31: style: The scope of the variable 'erfc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:560:36: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:561:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:561:19: style: The scope of the variable 'table' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:562:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:117:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:118:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.cpp:131:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:33:3: style: Class 'PairLJSDKCoulLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:18: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:25: style: The scope of the variable 'egamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:232:32: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:233:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:233:19: style: The scope of the variable 'table' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:234:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:33:3: style: Class 'PairLJSDKCoulMSM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:35:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:36:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_long.h:47:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-CGSDK/pair_lj_sdk_coul_msm.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::_lmp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::_random' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::t_target' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_boltzmann' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::my_angstrom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::bias_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::restart_every' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::previous_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::first_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::total_force_requested' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::do_exit' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::inter_me' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:84:3: warning: Member variable 'colvarproxy_lammps::inter_num' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::_lmp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::_random' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::t_target' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_boltzmann' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::my_angstrom' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::bias_energy' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::restart_every' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::previous_step' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::first_timestep' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::total_force_requested' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::do_exit' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::atoms_types' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_comm' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_me' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:85:3: warning: Member variable 'colvarproxy_lammps::inter_num' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:141:16: warning: Virtual function 'replica_enabled' is called from constructor 'colvarproxy_lammps(LAMMPS_NS::LAMMPS*lmp,const char*,const char*,const int,const double,MPI_Comm)' at line 124. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.cpp:124:7: note: Calling replica_enabled
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:141:16: note: replica_enabled is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/colvarproxy_lammps.h:43:1: warning: The class 'colvarproxy_lammps' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:410:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:410:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:177:26: style: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:84:33: note: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:177:26: note: Function 'inthash_lookup' argument 1 names different: declaration 'tptr' definition 'ptr'.
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/fix_colvars.cpp:518:33: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.cpp:56:7: style: The scope of the variable 'lnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.cpp:93:15: style: The scope of the variable 'allrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/group_ndx.h:31:3: style: Class 'Group2Ndx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.cpp:64:12: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.h:31:3: style: Class 'Ndx2Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-COLVARS/ndx_group.cpp:81:9: error: Common realloc mistake: 'tagbuf' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:21: style: The scope of the variable 'EmdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:212:28: style: The scope of the variable 'EpdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:17: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:21: style: The scope of the variable 'EmdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:291:28: style: The scope of the variable 'EpdR2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:418:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:419:10: style: The scope of the variable 'frac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:427:12: style: The scope of the variable 'Fatom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:428:12: style: The scope of the variable 'Fatom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:430:12: style: The scope of the variable 'dinv2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:431:12: style: The scope of the variable 'dinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_saed.cpp:432:12: style: The scope of the variable 'SinTheta_lambda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:260:10: style: The scope of the variable 'dinv2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:353:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:354:10: style: The scope of the variable 'frac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:370:12: style: The scope of the variable 'SinTheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:371:12: style: The scope of the variable 'ang' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:372:12: style: The scope of the variable 'Cos2Theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:373:12: style: The scope of the variable 'CosTheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/compute_xrd.cpp:376:12: style: The scope of the variable 'sqrt_lp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/fix_saed_vtk.cpp:456:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DIFFRACTION/fix_saed_vtk.cpp:506:15: style: Variable 'NROW2' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:139:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:183:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:313:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:330:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:389:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:482:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:499:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.cpp:687:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/atom_vec_dpd.h:29:3: style: Class 'AtomVecDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.h:29:3: style: Class 'PairDPDfdtEnergy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:112:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:282:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:350:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:350:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:380:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:405:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:406:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:427:7: style: The scope of the variable 'itable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table.cpp:428:10: style: The scope of the variable 'fraction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:324:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:307:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:324:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:327:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:307:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:327:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:483:5: style: Variable 'word' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:482:5: note: Variable 'word' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:483:5: note: Variable 'word' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:189:10: style: The scope of the variable 'duChem' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:221:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:318:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:466:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:467:7: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:468:10: style: The scope of the variable 'word' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:543:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:641:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:641:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:671:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:697:10: style: The scope of the variable 'tolerance' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:808:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_eos_table_rx.cpp:862:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:289:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:270:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:289:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:292:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:270:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:292:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:875:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:857:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:875:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:878:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:857:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:878:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:971:17: warning: Either the condition 'word==NULL' is redundant or there is possible null pointer dereference: word. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:973:16: note: Assuming that condition 'word==NULL' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:971:17: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:972:17: warning: Either the condition 'word==NULL' is redundant or there is possible null pointer dereference: word. [nullPointerRedundantCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:973:16: note: Assuming that condition 'word==NULL' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:972:17: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1673:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1707:28: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:342:3: style: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:338:3: note: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:342:3: note: Variable 'id_fix_species' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:344:3: style: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:339:3: note: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:344:3: note: Variable 'id_fix_species_old' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:129:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:129:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:175:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:175:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:200:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:87:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:200:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:414:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:414:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:491:37: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:491:37: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:500:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:500:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:582:35: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:582:35: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:621:39: style: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:412:25: note: 'Verbosity' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:621:39: note: Same expression on both sides of '>' because the value of 'Verbosity' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:282:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:677:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:751:7: style: The scope of the variable 'nIters' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:994:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1799:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1799:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1800:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1890:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:1944:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_rx.cpp:795:15: style: Variable 'nIters' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_shardlow.cpp:651:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/fix_shardlow.cpp:709:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.h:29:3: style: Class 'PairDPDfdt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/npair_half_bin_newton_ssa.h:43:3: style: Class 'NPairHalfBinNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nbin_ssa.h:44:3: style: Class 'NBinSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:23:3: warning: Member variable 'NStencilSSA::nstencil_ssa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:31:3: style: Class 'NStencilHalfBin2dNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_2d_newton_ssa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:31:3: style: Class 'NStencilHalfBin3dNewtonSSA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_ssa.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/nstencil_half_bin_3d_newton_ssa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:28: style: The scope of the variable 'delvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:34: style: The scope of the variable 'delvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:73:40: style: The scope of the variable 'delvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:74:21: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:74:31: style: The scope of the variable 'randnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:76:10: style: The scope of the variable 'gamma_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt.cpp:320:18: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:79:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:28: style: The scope of the variable 'delvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:34: style: The scope of the variable 'delvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:81:40: style: The scope of the variable 'delvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:82:38: style: The scope of the variable 'uTmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:83:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:83:14: style: The scope of the variable 'randnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:10: style: The scope of the variable 'kappa_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:20: style: The scope of the variable 'alpha_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:30: style: The scope of the variable 'theta_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:103:40: style: The scope of the variable 'gamma_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:104:10: style: The scope of the variable 'mass_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:104:18: style: The scope of the variable 'mass_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:105:10: style: The scope of the variable 'massinv_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:105:21: style: The scope of the variable 'massinv_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:106:10: style: The scope of the variable 'randPair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:106:20: style: The scope of the variable 'mu_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:570:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_dpd_fdt_energy.cpp:409:18: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:747:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:728:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:747:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:750:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:728:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:750:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:856:32: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:839:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:856:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:859:16: warning: Possible null pointer dereference: fp [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:839:8: note: Assignment 'fp=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:859:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:800:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:363:11: style: Variable 'buck2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:356:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:363:11: note: Variable 'buck2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:114:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:114:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:115:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:741:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:850:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.cpp:922:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_exp6_rx.h:29:3: style: Class 'PairExp6rx' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:276:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:90:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:91:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:538:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:538:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:562:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:562:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:625:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:625:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:655:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:720:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:721:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:786:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.cpp:826:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy.h:29:3: style: Class 'PairMultiLucy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:28: warning: Possible null pointer dereference: mixWtSite1old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:136:27: note: Assignment 'mixWtSite1old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:28: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:46: warning: Possible null pointer dereference: mixWtSite2old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:137:27: note: Assignment 'mixWtSite2old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:46: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:64: warning: Possible null pointer dereference: mixWtSite1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:138:24: note: Assignment 'mixWtSite1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:64: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:79: warning: Possible null pointer dereference: mixWtSite2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:139:24: note: Assignment 'mixWtSite2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:149:79: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:381:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:104:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:105:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:124:10: style: The scope of the variable 'mixWtSite1old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:125:10: style: The scope of the variable 'mixWtSite2old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:126:10: style: The scope of the variable 'mixWtSite1_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:683:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:683:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:707:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:707:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:770:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:770:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:800:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:952:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:952:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:955:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:955:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:1024:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.cpp:1064:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_multi_lucy_rx.h:29:3: style: Class 'PairMultiLucyRX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:27: warning: Possible null pointer dereference: mixWtSite1old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:98:27: note: Assignment 'mixWtSite1old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:27: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:45: warning: Possible null pointer dereference: mixWtSite2old [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:99:27: note: Assignment 'mixWtSite2old=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:45: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:63: warning: Possible null pointer dereference: mixWtSite1 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:100:24: note: Assignment 'mixWtSite1=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:63: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:78: warning: Possible null pointer dereference: mixWtSite2 [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:101:24: note: Assignment 'mixWtSite2=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:111:78: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:91:10: style: The scope of the variable 'mixWtSite1old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:92:10: style: The scope of the variable 'mixWtSite2old_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:93:10: style: The scope of the variable 'mixWtSite1_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:94:10: style: The scope of the variable 'mixWtSite2_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:514:10: style: The scope of the variable 'fractionOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:514:26: style: The scope of the variable 'fractionOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:517:10: style: The scope of the variable 'nMoleculesOFAold' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.cpp:517:28: style: The scope of the variable 'nMoleculesOFA' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DPD/pair_table_rx.h:29:3: style: Class 'PairTableRX' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/fix_drude.cpp:191:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/fix_langevin_drude.cpp:405:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:89:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:10: style: The scope of the variable 'qi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:16: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:21: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:90:26: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:24: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:29: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:35: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:589:52: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:590:43: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:590:51: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:592:10: style: The scope of the variable 'factor_f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:10: style: The scope of the variable 'dqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:14: style: The scope of the variable 'dqj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:24: style: The scope of the variable 'asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:593:28: style: The scope of the variable 'exp_asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:594:7: style: The scope of the variable 'di' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:594:11: style: The scope of the variable 'dj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.h:31:3: style: Class 'PairLJCutTholeLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:659:27: error: Uninitialized variable: erfc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:659:17: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:664:57: error: Uninitialized variable: prefactor [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:661:32: error: Uninitialized variable: fraction [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:661:22: error: Uninitialized variable: itable [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:667:18: error: Uninitialized variable: factor_e [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:667:29: error: Uninitialized variable: dcoul [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_lj_cut_thole_long.cpp:666:9: error: Uninitialized variable: di_closest [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:369:16: style: The scope of the variable 'rinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:369:21: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:16: style: The scope of the variable 'factor_f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:25: style: The scope of the variable 'factor_e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:34: style: The scope of the variable 'dcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:40: style: The scope of the variable 'asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:370:44: style: The scope of the variable 'exp_asr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:371:7: style: The scope of the variable 'di' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.cpp:371:11: style: The scope of the variable 'dj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-DRUDE/pair_thole.h:30:3: style: Class 'PairThole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:156:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:194:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:258:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:350:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:382:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:435:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:519:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.cpp:674:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/atom_vec_electron.h:29:3: style: Class 'AtomVecElectron' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/compute_temp_region_eff.cpp:157:28: style: Variable 'one' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_langevin_eff.cpp:132:26: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nve_eff.cpp:73:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nve_eff.cpp:116:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nvt_sllod_eff.h:36:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nh_eff.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/fix_nvt_sllod_eff.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:233:10: style: The scope of the variable 'x2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:234:10: style: The scope of the variable 'exp_term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_inline.h:234:20: style: The scope of the variable 'recip_x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:589:14: style: The scope of the variable 'half_box_length' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:589:33: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:681:10: style: The scope of the variable 'energyhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:707:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.cpp:712:15: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-EFF/pair_eff_cut.h:29:3: style: Class 'PairEffCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/fix_adapt_fep.cpp:484:16: style: The scope of the variable 'density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:56:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.cpp:57:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_cut_soft.h:29:3: style: Class 'PairCoulCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:74:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.cpp:354:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:29:3: style: Class 'PairCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:86:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:87:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:212:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:213:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:300:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:301:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:408:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:409:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:939:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:940:18: style: The scope of the variable 'switch2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:940:44: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:941:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.cpp:728:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_charmm_coul_long_soft.h:29:3: style: Class 'PairLJCharmmCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:69:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:70:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:475:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:475:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.cpp:476:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_cut_soft.h:29:3: style: Class 'PairLJCutCoulCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:84:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:85:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:195:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:196:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:285:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:286:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:384:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:385:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:12: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:17: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:892:23: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:893:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:893:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:894:23: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.cpp:671:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:29:3: style: Class 'PairLJCutCoulLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:73:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:74:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:154:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:155:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:232:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:233:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:319:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:320:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:743:10: style: The scope of the variable 'r4sig6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.cpp:548:21: style: Variable 'irequest' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_soft.h:29:3: style: Class 'PairLJCutSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.cpp:84:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:29:3: style: Class 'PairLJCutTIP4PLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:35:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_coul_long_soft.h:43:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_lj_cut_tip4p_long_soft.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:47:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:48:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:242:15: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:242:26: style: The scope of the variable 'llf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:369:18: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.cpp:369:25: style: The scope of the variable 'llf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::lambda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::nlambda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: warning: Member variable 'PairMorseSoft::shift_range' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_morse_soft.h:32:3: style: Class 'PairMorseSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:80:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:80:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.cpp:83:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:29:3: style: Class 'PairTIP4PLongSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:33:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:35:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:36:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:37:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_coul_long_soft.h:41:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-FEP/pair_tip4p_long_soft.h:37:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:423:0: style: Same expression used in consecutive assignments of 'k' and 'k_image'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: note: Same expression used in consecutive assignments of 'k' and 'k_image'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:423:0: note: Same expression used in consecutive assignments of 'k' and 'k_image'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: style: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: note: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:424:0: note: Same expression used in consecutive assignments of 'k_image' and 'k_velocity'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: style: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'. [duplicateAssignExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:426:0: note: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:425:0: note: Same expression used in consecutive assignments of 'k_velocity' and 'k_force'.
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:259:9: style: The scope of the variable 'group_name' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:260:7: style: The scope of the variable 'group_name_length' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-H5MD/dump_h5md.cpp:261:7: style: The scope of the variable 'dims' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.cpp:127:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , float >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < float , double >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < double , double >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_charmm_intel.h:35:3: style: Class 'AngleCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < float , float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < float , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < double , double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.cpp:127:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/angle_harmonic_intel.h:35:3: style: Class 'AngleHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.cpp:120:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_fene_intel.h:35:3: style: Class 'BondFENEIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.cpp:120:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/bond_harmonic_intel.h:35:3: style: Class 'BondHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.cpp:52:22: warning: Member variable 'DihedralCharmmIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ljp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:68:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_charmm_intel.h:35:3: style: Class 'DihedralCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.cpp:121:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.cpp:41:23: warning: Member variable 'DihedralFourierIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_maxnterms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_fourier_intel.h:35:3: style: Class 'DihedralFourierIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.cpp:121:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.cpp:41:24: warning: Member variable 'DihedralHarmonicIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_harmonic_intel.h:35:3: style: Class 'DihedralHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.cpp:125:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.cpp:45:20: warning: Member variable 'DihedralOPLSIntel::fix' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::bp' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:64:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/dihedral_opls_intel.h:35:3: style: Class 'DihedralOPLSIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:591:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:589:17: note: outer condition: _nthreads<=2
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:591:19: note: opposite inner condition: _nthreads==4
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:726:31: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:752:37: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:100:17: style: The scope of the variable 'no_affinity' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:616:7: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_intel.cpp:746:15: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:84:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:85:10: style: Unused variable: inertia [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:85:21: style: Unused variable: omega [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:86:11: style: Unused variable: shape [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:86:18: style: Unused variable: quat [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:97:19: style: Variable 'rmass' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nve_asphere_intel.cpp:146:10: style: Unused variable: dtfm [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nvt_sllod_intel.h:40:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nh_intel.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/fix_nvt_sllod_intel.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.cpp:131:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_cvff_intel.h:35:3: style: Class 'ImproperCvffIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.cpp:132:13: style: Variable 'nthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::fc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:65:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/improper_harmonic_intel.h:35:3: style: Class 'ImproperHarmonicIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.cpp:564:3: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:49:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:57:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_scalar_stride' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:98:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::ccache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:113:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::ncache_stride' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:121:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_max_nbors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:164:0: performance: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::zero_ev' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:168:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::get_off_threads' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:282:0: style: Technically the member function 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >::need_tag' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/nbin_intel.h:33:3: style: Class 'NBinIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_buffers.h:46:0: style: Class 'LAMMPS_NS :: IntelBuffers < flt_t , acc_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:127:7: style: The scope of the variable 'tag_size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:290:11: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:44: style: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:45:22: note: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:44: note: Function 'fbi' argument 4 names different: declaration 'astart' definition 'pstart'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:62: style: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:45:40: note: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.cpp:111:62: note: Function 'fbi' argument 5 names different: declaration 'aend' definition 'pend'.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.h:76:3: style: Class 'NPairIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_ghost_intel.h:36:3: style: Class 'NPairFullBinGhostIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_full_bin_intel.h:32:3: style: Class 'NPairFullBinIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_half_bin_newton_intel.h:32:3: style: Class 'NPairHalfBinNewtonIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_half_bin_newton_tri_intel.h:32:3: style: Class 'NPairHalfBinNewtonTriIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.cpp:87:0: style: The scope of the variable 'tag_size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/npair_intel.cpp:235:0: style: The scope of the variable 'which' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:1468:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:1960:7: style: Unused variable: jj [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:2169:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:3289:28: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.cpp:3290:15: style: Variable 'map' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1898:3: warning: Member variable 'bvec::val_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1964:3: warning: Member variable 'ivec::val_' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1896:3: style: Class 'bvec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:1961:3: style: Class 'ivec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2083:3: style: Class 'fvec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2251:3: style: Class 'avec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/intel_intrinsics_airebo.h:2253:3: style: Class 'avec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_intel.h:39:3: style: Class 'PairAIREBOIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_airebo_morse_intel.h:33:3: style: Class 'PairAIREBOMorseIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:269:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:253:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.cpp:269:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_cut' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_cut_intel.h:36:3: style: Class 'PairBuckCoulCutIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:336:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:311:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.cpp:336:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rho_inv' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_coul_long_intel.h:35:3: style: Class 'PairBuckCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:254:13: style: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:236:11: note: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.cpp:254:13: note: Variable 'forcebuck' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_buck_intel.h:35:3: style: Class 'PairBuckIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.cpp:241:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.cpp:241:20: style: The scope of the variable 'ptr_off' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rand_buffer_thread' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rngi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:85:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_dpd_intel.h:42:3: style: Class 'PairDPDIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::scale_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rhor_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rhor_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::frho_spline_f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::frho_spline_e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::z2r_spline_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_nrho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:79:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.h:34:3: style: Class 'PairEAMIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_alloy_intel.h:31:3: style: Class 'PairEAMAlloyIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_fs_intel.h:31:3: style: Class 'PairEAMFSIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_eam_intel.cpp:808:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.cpp:792:11: style: The scope of the variable 'o_range' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ijc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::rsq_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::delx_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dely_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::delz_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::jtype_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::jlist_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:76:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_gayberne_intel.h:35:3: style: Class 'PairGayBerneIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:301:11: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:294:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.cpp:301:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coul_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coul_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:71:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_charmm_intel.h:35:3: style: Class 'PairLJCharmmCoulCharmmIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:339:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:314:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.cpp:339:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cutsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_coulsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_ljsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::cut_lj_innersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:74:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_charmm_coul_long_intel.h:35:3: style: Class 'PairLJCharmmCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:331:13: style: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:306:11: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.cpp:331:13: note: Variable 'forcecoul' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::g_ewald' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::tabinnersq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_force' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::c_energy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::table' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::etable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::detable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::dctable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:75:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_coul_long_intel.h:35:3: style: Class 'PairLJCutCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.cpp:211:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.cpp:211:20: style: The scope of the variable 'ptr_off' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::ljc12o' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::lj34' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:69:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_cut_intel.h:35:3: style: Class 'PairLJCutIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_lj_long_coul_long_intel.h:33:5: style: Class 'PairLJLongCoulLongIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_rebo_intel.h:33:3: style: Class 'PairREBOIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:302:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:330:22: style: The scope of the variable 'ijtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:449:17: style: The scope of the variable 'iktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.cpp:449:25: style: The scope of the variable 'ijktype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < flt_t >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < float >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p2e' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::p3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_cop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:90:0: warning: Member variable 'LAMMPS_NS :: ForceConst < double >::_memory' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_sw_intel.h:34:3: style: Class 'PairSWIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pair_tersoff_intel.h:31:3: style: Class 'PairTersoffIntel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:679:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:690:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:963:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1246:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1747:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1748:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2617:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:922:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1072:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1319:14: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1356:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1537:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1584:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1882:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:1927:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2295:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2358:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2607:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2630:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2767:14: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:2808:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:729:0: style: Variable 'nthr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_disp_intel.cpp:753:0: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:260:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:547:7: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:763:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:979:8: style: Variable 'packthreads' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:985:5: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/pppm_intel.cpp:378:0: style: Variable 'tid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/verlet_lrt_intel.cpp:211:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-INTEL/verlet_lrt_intel.cpp:228:7: style: The scope of the variable 'run_cancelled' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:563:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:806:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:975:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:980:12: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1132:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1139:10: style: The scope of the variable 'mnode' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1817:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1944:19: style: The scope of the variable 'iup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:1944:24: style: The scope of the variable 'idwn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2123:19: style: The scope of the variable 'iup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2123:24: style: The scope of the variable 'idwn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2526:7: style: The scope of the variable 'w' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2526:9: style: The scope of the variable 'iproc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2650:11: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2652:11: style: The scope of the variable 'rb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2653:14: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:8: style: The scope of the variable 'imod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:13: style: The scope of the variable 'jmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2654:18: style: The scope of the variable 'kmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:8: style: The scope of the variable 'imodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:14: style: The scope of the variable 'jmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:2655:20: style: The scope of the variable 'kmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:10: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3010:20: style: The scope of the variable 'tmp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3012:10: style: The scope of the variable 'rb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3013:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:7: style: The scope of the variable 'imod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:12: style: The scope of the variable 'jmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3014:17: style: The scope of the variable 'kmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:7: style: The scope of the variable 'imodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:13: style: The scope of the variable 'jmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_fluid.cpp:3015:19: style: The scope of the variable 'kmodm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_momentum.cpp:107:10: style: The scope of the variable 'rho' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1272:5: style: Variable 'dz' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1266:5: note: Variable 'dz' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1272:5: note: Variable 'dz' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1277:5: style: Variable 'dy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1271:5: note: Variable 'dy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1277:5: note: Variable 'dy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:652:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:763:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:1521:10: style: The scope of the variable 'inertia' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:719:20: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-LB/fix_lb_rigid_pc_sphere.cpp:830:20: style: Variable 'massone' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:488:10: style: The scope of the variable 'no_nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:488:17: style: The scope of the variable 'nn_R' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.cpp:601:15: style: The scope of the variable 'nn_R' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: warning: Virtual function 'reset_dt' is called from constructor 'FixNVTManifoldRattle(LAMMPS*,int,char**,int=1)' at line 133. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.cpp:133:3: note: Calling reset_dt
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: note: reset_dt is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:61:18: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:73:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:61:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:62:18: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:74:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:62:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:63:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:75:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:63:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:76:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:64:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:65:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:72:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:65:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:66:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:79:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:67:20: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nve_manifold_rattle.h:80:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/fix_nvt_manifold_rattle.h:67:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:16:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:16:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:17:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:19:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:19:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:21:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_cylinder_dent.h:21:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:22:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:22:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:25:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_dumbbell.h:25:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:16:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:16:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:17:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:20:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:20:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:22:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_ellipsoid.h:22:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::params' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::tol' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::maxit' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::err_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::xlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::xhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::ylo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::yhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::zlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.h:24:5: warning: Member variable 'thyla_part::zhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:56:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:56:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:57:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:57:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:60:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:60:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:63:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:63:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:65:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:65:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:66:18: style: The function 'post_param_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.h:66:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:19:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:20:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:20:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:22:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_plane_wiggle.h:22:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:18:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:25:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:25:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:36:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:36:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:50:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:50:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:52:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_sphere.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:24:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:24:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:37:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:37:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:50:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:50:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:52:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_supersphere.h:52:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:19:20: style: The function 'g_and_n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:56:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:19:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:25:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:25:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:35:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:22:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_spine.h:35:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:21:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:21:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:22:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:22:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:25:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:25:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:27:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:27:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:30:18: style: The function 'post_param_init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:69:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:30:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:31:18: style: The function 'checkup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:70:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid.h:31:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:17:20: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:51:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:17:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:18:20: style: The function 'n' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:52:20: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:18:20: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:21:25: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:62:25: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:21:25: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:23:17: style: The function 'nparams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold.h:65:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_torus.h:23:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:18:10: style: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list. [initializerList]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:29:5: note: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_gaussian_bump.cpp:18:10: note: Member variable 'cubic_hermite::a' is in the wrong place in the initializer list.
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:95:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:104:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MANIFOLD/manifold_thylakoid_shared.cpp:119:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_dens_final.cpp:10:10: style: The scope of the variable 'elti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:17:3: style: Class 'MEAM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:13:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:14:23: style: The scope of the variable 'eltj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:20: style: The scope of the variable 'xik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:25: style: The scope of the variable 'xjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:30: style: The scope of the variable 'cikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:36: style: The scope of the variable 'sikj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:421:47: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:20: style: The scope of the variable 'delc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:26: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_force.cpp:423:32: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:161:20: style: Condition 'astar<0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:153:10: style: The scope of the variable 'astar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_funcs.cpp:153:17: style: The scope of the variable 'a3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::cutforce' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::cutforcesq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Ec_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::re_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Omega_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Z_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::A_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::alpha_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rho0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::delta_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta1_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::beta3_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t0_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t1_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::t3_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rho_ref_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ibar_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ielt_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::lattce_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nn2_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::zbl_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::eltind' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::neltypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::attrac_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::repuls_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Cmin_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::Cmax_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rc_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::delr_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ebound_meam' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::augt1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::ialloy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::mix_ref_t' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::erose_form' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::emb_lin_neg' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::bkgd_dyn' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::gsmooth_factor' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::vind2D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::vind3D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::v2D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::v3D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::nrar' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::dr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_impl.cpp:25:7: warning: Member variable 'MEAM::rdrar' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:10: style: The scope of the variable 'G1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:14: style: The scope of the variable 'G2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:18: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:25: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:32: style: The scope of the variable 'rho0_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:321:40: style: The scope of the variable 'rho0_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:10: style: The scope of the variable 'Gam1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:16: style: The scope of the variable 'Gam2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:22: style: The scope of the variable 'Z1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:322:26: style: The scope of the variable 'Z2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:326:10: style: The scope of the variable 'scalfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:326:26: style: The scope of the variable 'phibb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:329:12: style: The scope of the variable 'errorflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:332:10: style: The scope of the variable 'rho_bkgd1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:332:21: style: The scope of the variable 'rho_bkgd2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:516:10: style: The scope of the variable 'Z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:518:10: style: The scope of the variable 'rho0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:612:7: style: The scope of the variable 'Zij2nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:613:10: style: The scope of the variable 'rhoa01nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:613:20: style: The scope of the variable 'rhoa02nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:616:10: style: The scope of the variable 'arat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:10: style: The scope of the variable 'C' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:31: style: The scope of the variable 'S11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:617:36: style: The scope of the variable 'S22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:208:8: style: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_done.cpp:596:7: note: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:208:8: note: Technically the member function 'LAMMPS_NS::MEAM::get_sijk' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:196:8: performance: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam_setup_param.cpp:8:7: note: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/meam.h:196:8: note: Technically the member function 'LAMMPS_NS::MEAM::meam_checkindex' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:209:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:367:11: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:526:7: style: The scope of the variable 'nparams' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:603:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:722:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:773:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:773:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:774:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.h:30:3: style: Class 'PairMEAMC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:375:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:378:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:397:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MEAMC/pair_meamc.cpp:400:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:140:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:186:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:340:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:399:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.cpp:629:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_edpd.h:29:3: style: Class 'AtomVecEDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:139:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:173:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:221:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:237:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:281:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:387:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:405:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:460:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.cpp:678:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_mdpd.h:29:3: style: Class 'AtomVecMDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:165:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:215:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:360:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:379:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:438:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.cpp:664:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/atom_vec_tdpd.h:29:3: style: Class 'AtomVecTDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:199:11: style: Variable 'randnumT' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:198:0: note: Variable 'randnumT' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.cpp:199:11: note: Variable 'randnumT' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_edpd.h:29:3: style: Class 'PairEDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:85:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.cpp:88:10: style: The scope of the variable 'rhoi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd.h:29:3: style: Class 'PairMDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:79:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:80:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.cpp:250:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_mdpd_rhosum.h:29:3: style: Class 'PairMDPDRhoSum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MESO/pair_tdpd.h:29:3: style: Class 'PairTDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_linalg.cpp:142:14: warning: Member variable 'mgpt_linalg::msg' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:158:19: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:162:7: style: The scope of the variable 'nrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:350:32: style: Variable 'dr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:376:42: style: Variable 'alm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:402:6: style: Variable 'dp' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:375:8: style: Technically the member function 'potdata2::eval2Dspline' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:87:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:94:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:252:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:282:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:113:7: error: Common realloc mistake: 'volarr' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.cpp:538:0: error: Memory leak: tag [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:373:3: error: Memory leak: tdeppot.vpair [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_readpot.h:373:3: error: Memory leak: tdeppot.dvpair [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:15: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:18: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/mgpt_splinetab.cpp:95:21: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: style: Condition 'recompute==0' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: Assignment 'recompute=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: note: Condition 'recompute==0' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:965:9: style: Condition 'c_ij' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:0: note: Assignment 'c_ij=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:965:9: note: Condition 'c_ij' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:967:9: style: Condition 'c_ki' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:18: note: Assignment 'c_ki=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:967:9: note: Condition 'c_ki' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1037:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1037:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1092:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1092:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1148:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1148:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1205:11: style: Condition 'triplet_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:29: note: Assignment 'triplet_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1205:11: note: Condition 'triplet_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1305:7: style: Condition 'c_ij' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:0: note: Assignment 'c_ij=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1305:7: note: Condition 'c_ij' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1307:7: style: Condition 'c_ki' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:931:18: note: Assignment 'c_ki=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1307:7: note: Condition 'c_ki' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1360:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1360:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1389:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1389:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1420:7: style: Condition 'quad_debug' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:635:44: note: Assignment 'quad_debug=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1420:7: note: Condition 'quad_debug' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:110:0: portability: Casting between double* and float* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:231:16: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:237:18: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:237:18: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:248:18: style: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:222:25: note: 'recompute' is assigned value '0' here.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:248:18: note: Same expression on both sides of '==' because the value of 'recompute' and '0' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:261:15: style: Same expression on both sides of '&&'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:120:10: style: The scope of the variable 't0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:120:13: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1839:9: style: The scope of the variable 'volpres_tag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1839:25: style: The scope of the variable 'precision_tag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1855:2: style: Variable 'volpres_tag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:1891:2: style: Variable 'precision_tag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:689:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:690:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:691:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:692:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:693:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.cpp:694:20: warning: Assert statement calls a function which may have desired side effects: 'align_check'. [assertWithSideEffect]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:59:5: style: 'Doublet::operator=' should return 'Doublet &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:291:5: style: 'Matrix::operator=' should return 'Matrix &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:94:9: performance: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::isprime' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:174:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:175:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Used' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:176:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::NSearch' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:177:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::MaxLength' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:178:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::NStep' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:135:11: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Iterator::operator==' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:138:11: style: Technically the member function 'LAMMPS_NS::PairMGPT::Hash::Iterator::operator!=' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:282:9: style: Technically the member function 'LAMMPS_NS::PairMGPT::Matrix::align_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:149:7: style: Class 'Hash' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:149:7: style: Class 'Hash' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:263:3: style: Class 'PairMGPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:143:5: style: Class 'Hash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:118:7: style: Class 'Iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MGPT/pair_mgpt.h:277:3: warning: The struct 'Matrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:59:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:60:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:30: style: The scope of the variable 'cps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:34: style: The scope of the variable 'kcos' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:39: style: The scope of the variable 'ksin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:44: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:48: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.cpp:62:52: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift.h:30:3: style: Class 'AngleCosineShift' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:68:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:69:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:30: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:34: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:71:38: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:15: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:18: style: The scope of the variable 'uumin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:24: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:72:32: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:221:41: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.cpp:276:55: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_cosine_shift_exp.h:28:3: style: Class 'AngleCosineShiftExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:7: style: The scope of the variable 'iRef' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:12: style: The scope of the variable 'iDip' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:17: style: The scope of the variable 'iDummy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:56:26: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:57:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:58:17: style: The scope of the variable 'tangle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:12: style: The scope of the variable 'cosGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:21: style: The scope of the variable 'deltaGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:32: style: The scope of the variable 'kdg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:59:36: style: The scope of the variable 'rmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:10: style: The scope of the variable 'delTx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:17: style: The scope of the variable 'delTy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:74:24: style: The scope of the variable 'delTz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:10: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:14: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:18: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:22: style: The scope of the variable 'fmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.cpp:75:28: style: The scope of the variable 'fmod_sqrtff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_dipole.h:30:3: style: Class 'AngleDipole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:63:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:64:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:66:10: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:28: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:31: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:33: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:37: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.cpp:67:41: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier.h:30:3: style: Class 'AngleFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:61:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:62:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:64:10: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:28: style: The scope of the variable 'cn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:31: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:34: style: The scope of the variable 'nth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:44: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.cpp:65:48: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_fourier_simple.h:30:3: style: Class 'AngleFourierSimple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:57:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:58:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:60:41: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.cpp:61:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/angle_quartic.h:30:3: style: Class 'AngleQuartic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.cpp:53:19: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift.h:30:3: style: Class 'BondHarmonicShift' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:51:15: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:52:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:53:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.cpp:53:14: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/bond_harmonic_shift_cut.h:30:3: style: Class 'BondHarmonicShiftCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:117:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:221:14: style: The scope of the variable 'norm_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:14: style: The scope of the variable 'x_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:20: style: The scope of the variable 'y_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_ackland_atom.cpp:223:26: style: The scope of the variable 'z_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:97:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:205:14: style: The scope of the variable 'norm_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:14: style: The scope of the variable 'x_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:20: style: The scope of the variable 'y_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/compute_basal_atom.cpp:207:26: style: The scope of the variable 'z_ij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:61:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:62:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:64:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:13: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:16: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:19: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:23: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:27: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:65:31: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:66:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:14: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:18: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:67:22: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:68:10: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:68:18: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:293:41: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.cpp:339:43: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_cosine_shift_exp.h:30:3: style: Class 'DihedralCosineShiftExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:74:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:75:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:76:10: style: The scope of the variable 'edihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:10: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:13: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:16: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:19: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:22: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:25: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:28: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:33: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:38: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:43: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:46: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:52: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:59: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:77:66: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:10: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:24: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:27: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:30: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:34: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:38: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:78:42: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:10: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:15: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:20: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:25: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:30: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:35: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:40: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:45: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:79:50: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:12: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:17: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:21: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.cpp:80:25: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_fourier.h:30:3: style: Class 'DihedralFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:59:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:60:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:62:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:34: style: The scope of the variable 'c_' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:37: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:43: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:63:49: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:38: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:64:42: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:65:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:66:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.cpp:66:13: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_nharmonic.h:30:3: style: Class 'DihedralNHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:58:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:55: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:61: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:59:67: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:10: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:14: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:18: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:22: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:26: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:30: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:33: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:40: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:61:46: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:10: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:16: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:23: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:29: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:34: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:40: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:62:46: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:10: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:16: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:20: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:24: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:27: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:31: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:35: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:38: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:40: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:63:44: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:10: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:14: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:18: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:22: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:26: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:30: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:64:34: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:10: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:13: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:16: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:19: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:22: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:27: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:30: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:34: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:37: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.cpp:65:43: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_quadratic.h:30:3: style: Class 'DihedralQuadratic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:471:5: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:466:0: note: Variable 'u' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:471:5: note: Variable 'u' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:564:20: style: Same expression on both sides of '&&'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.cpp:149:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_spherical.h:30:3: style: Class 'DihedralSpherical' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:820:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:106:17: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:280:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:317:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:362:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.cpp:484:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/dihedral_table.h:32:3: style: Class 'DihedralTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:774:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:424:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ave_correlate_long.cpp:425:10: style: The scope of the variable 'scalar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1373:18: warning: Either the condition 'num_choices>5' is redundant or the array 'tag_choices[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1369:23: note: Assuming that condition 'num_choices>5' is not redundant
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1373:18: note: Array index out of bounds
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:515:7: style: Condition 'must_redefine_groups' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:513:30: note: Assignment 'must_redefine_groups=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:515:7: note: Condition 'must_redefine_groups' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:529:9: style: Condition 'must_redefine_groups' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:513:30: note: Assignment 'must_redefine_groups=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:529:9: note: Condition 'must_redefine_groups' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2650:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2649:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2650:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:807:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:874:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:874:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1593:11: style: The scope of the variable 'myrand' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2331:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2525:15: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:2621:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:414:3: warning: Possible leak in public function. The pointer 'id_fix2' is not deallocated before it is allocated. [publicAllocationError]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_bond_react.cpp:1158:0: error: Memory leak: mol_ntypes [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:432:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:432:9: style: The scope of the variable 'N' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:747:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:764:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1000:7: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1318:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1353:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1377:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_filter_corotate.cpp:1704:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_flow_gauss.cpp:72:7: style: The scope of the variable 'tmpFlag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:248:32: warning: Possible null pointer dereference: fgle [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:229:16: note: Assignment 'fgle=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:248:32: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:251:16: warning: Possible null pointer dereference: fgle [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:229:16: note: Assignment 'fgle=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_gle.cpp:251:16: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1027:24: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1442:20: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1452:24: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:690:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1004:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1387:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:1406:9: style: The scope of the variable 'nwritten' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_imd.cpp:320:18: style: Array index 'left' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:305:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:306:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:317:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:474:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:476:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:477:27: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:422:3: style: Variable 'pot' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:410:0: note: Variable 'pot' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:422:3: note: Variable 'pot' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:81:7: style: The scope of the variable 'ai_err' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:280:8: style: The scope of the variable 'header' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ipi.cpp:409:8: style: The scope of the variable 'header' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:344:10: style: The scope of the variable 'kecurrent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:344:21: style: The scope of the variable 't_current' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:691:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:768:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:783:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:799:70: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_pimd.cpp:821:70: style: Variable 'm' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mNLevelsRESPA' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mNThis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mSqrtNThis' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mRhoKLocal' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_rhok.cpp:48:10: warning: Member variable 'FixRhok::mRhoKGlobal' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:454:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:214:30: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:319:21: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:434:30: style: The scope of the variable 'fsign' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_smd.cpp:111:13: style: Variable 'argoffs' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_srp.cpp:623:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_srp.cpp:440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:866:19: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:615:7: style: The scope of the variable 'num_inner_timesteps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:410:46: style: Variable 'left_xnode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:411:46: style: Variable 'left_ynode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_ttm_mod.cpp:412:46: style: Variable 'left_znode' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/fix_wall_region_ees.cpp:191:14: style: The scope of the variable 'sn2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:17: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:58:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:11: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:16: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:21: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:26: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:31: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:36: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:41: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:46: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:59:51: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:11: style: The scope of the variable 'rjisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:18: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:23: style: The scope of the variable 'rlksq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:30: style: The scope of the variable 'rlk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:35: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:61:43: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:11: style: The scope of the variable 'cjiji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:18: style: The scope of the variable 'clkji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:25: style: The scope of the variable 'clklk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:32: style: The scope of the variable 'cfact1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:40: style: The scope of the variable 'cfact2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.cpp:62:48: style: The scope of the variable 'cfact3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_cossq.h:30:3: style: Class 'ImproperCossq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:55:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:10: style: The scope of the variable 'xab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:15: style: The scope of the variable 'yab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:56:20: style: The scope of the variable 'zab' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:10: style: The scope of the variable 'xac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:15: style: The scope of the variable 'yac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:57:20: style: The scope of the variable 'zac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:10: style: The scope of the variable 'xad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:15: style: The scope of the variable 'yad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:58:20: style: The scope of the variable 'zad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:10: style: The scope of the variable 'xbc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:15: style: The scope of the variable 'ybc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:59:20: style: The scope of the variable 'zbc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:10: style: The scope of the variable 'xbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:15: style: The scope of the variable 'ybd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:60:20: style: The scope of the variable 'zbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:10: style: The scope of the variable 'xna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:15: style: The scope of the variable 'yna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:20: style: The scope of the variable 'zna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:61:25: style: The scope of the variable 'rna' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:62:10: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:67:10: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.cpp:67:17: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_distance.h:30:3: style: Class 'ImproperDistance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:59:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.cpp:60:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_fourier.h:30:3: style: Class 'ImproperFourier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:17: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:81:22: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:11: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:16: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:21: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:26: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:31: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:36: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:41: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:46: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:86:51: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:94:13: style: The scope of the variable 'angle_summer' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.cpp:94:27: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/improper_ring.h:30:3: style: Class 'ImproperRing' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:418:7: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:24: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:134:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:135:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:151:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:11: style: The scope of the variable 'Vx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:16: style: The scope of the variable 'Vy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:152:21: style: The scope of the variable 'Vz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:371:13: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:484:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:485:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.h:29:3: style: Class 'PairAGNI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:379:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_agni.cpp:382:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:10: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:14: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:17: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:21: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.cpp:399:25: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_buck_mdf.h:29:3: style: Class 'PairBuckMDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.cpp:289:29: style: The scope of the variable 'h_prime_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.h:218:6: style: Class 'PairCDEAM_OneSite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_cdeam.h:226:6: style: Class 'PairCDEAM_TwoSite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:55:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.cpp:56:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_diel.h:29:3: style: Class 'PairCoulDiel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:63:5: style: Variable 'Tap' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:61:5: note: Variable 'Tap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:63:5: note: Variable 'Tap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:82:5: style: Variable 'dTap' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:80:5: note: Variable 'dTap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:82:5: note: Variable 'dTap' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:61:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:62:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:12: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:15: style: The scope of the variable 'rarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:20: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.cpp:252:23: style: The scope of the variable 'epsr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_coul_shield.h:29:3: style: Class 'PairCoulShield' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:958:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:93:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:94:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:95:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:135:10: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:645:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:646:10: style: The scope of the variable 'temp3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:647:10: style: The scope of the variable 'temp4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:889:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:1002:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.h:29:3: style: Class 'PairEDIP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:895:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:898:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:917:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip.cpp:920:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:725:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:105:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:105:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:106:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:107:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:111:10: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:656:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:769:10: style: The scope of the variable 'rtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.h:29:3: style: Class 'PairEDIPMulti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:662:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:665:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:684:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_edip_multi.cpp:687:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:671:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:102:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:103:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:105:8: style: The scope of the variable 'neighptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:183:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:184:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:186:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:1160:10: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:1160:13: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.h:33:3: style: Class 'PairExTeP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:608:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:611:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:630:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:633:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:732:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_extep.cpp:736:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_gauss_cut.h:29:3: style: Class 'PairGaussCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:957:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:111:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:114:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:308:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:308:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:309:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:13: style: The scope of the variable 'xtp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:17: style: The scope of the variable 'ytp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:310:21: style: The scope of the variable 'ztp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:677:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:678:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:891:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:1052:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.h:31:3: style: Class 'PairILPGrapheneHBN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:897:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:900:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:919:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_ilp_graphene_hbn.cpp:922:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:962:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:110:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:113:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:308:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:308:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:309:7: style: The scope of the variable 'cont' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:13: style: The scope of the variable 'xtp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:17: style: The scope of the variable 'ytp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:310:21: style: The scope of the variable 'ztp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:26: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:681:31: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:682:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:896:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:1055:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.h:31:3: style: Class 'PairKolmogorovCrespiFull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:902:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:905:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:924:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_full.cpp:927:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:392:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:83:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:84:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:326:15: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.h:29:3: style: Class 'PairKolmogorovCrespiZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:332:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:335:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:354:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_kolmogorov_crespi_z.cpp:357:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:10: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:18: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:21: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.cpp:361:29: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lennard_mdf.h:29:3: style: Class 'PairLJ_AB_MDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.cpp:231:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_list.h:29:3: style: Class 'PairList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:10: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:18: style: The scope of the variable 'd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:21: style: The scope of the variable 'tt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:25: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.cpp:361:29: style: The scope of the variable 'dd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_mdf.h:29:3: style: Class 'PairLJMDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:30: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:35: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:542:40: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:543:41: style: The scope of the variable 'rcutcoul2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:544:48: style: The scope of the variable 'ecoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.cpp:544:55: style: The scope of the variable 'evdwl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_lj_sf_dipole_sf.h:29:3: style: Class 'PairLJSFDipoleSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.cpp:374:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::deriv0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::derivN' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::isGridSpline' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::h' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::hsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:77:5: warning: Member variable 'SplineFunction::xmax_shifted' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_spline.h:43:3: style: Class 'PairMEAMSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::deriv0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::derivN' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::isGridSpline' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::h' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::hsq' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:65:17: warning: Member variable 'SplineFunction::xmax_shifted' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_meam_sw_spline.h:41:9: style: Class 'PairMEAMSWSpline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:78:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.cpp:79:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_momb.h:31:3: style: Class 'PairMomb' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:58:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_morse_smooth_linear.h:31:3: style: Class 'PairMorseSmoothLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:164:21: style: The scope of the variable 'ti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:164:24: style: The scope of the variable 'tj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:165:16: style: The scope of the variable 'lever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:165:24: style: The scope of the variable 'lever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:12: style: The scope of the variable 'fxlever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:22: style: The scope of the variable 'fylever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:32: style: The scope of the variable 'fzlever0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:42: style: The scope of the variable 'fxlever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:52: style: The scope of the variable 'fylever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:166:62: style: The scope of the variable 'fzlever1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:616:9: style: The scope of the variable 'i0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:616:17: style: The scope of the variable 'j0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:617:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.cpp:617:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_srp.h:29:3: style: Class 'PairSRP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:926:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:99:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:100:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:101:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:10: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:16: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:102:22: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:555:66: style: The scope of the variable 'deltaArgumentBetaZetaPower' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:556:11: style: The scope of the variable 'deltaArgumentGtetaFunction' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:857:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:78:16: warning: Virtual function 'deallocatePreLoops' is called from destructor '~PairTersoffTable()' at line 91. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:91:5: note: Calling deallocatePreLoops
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:78:16: note: deallocatePreLoops is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.h:38:3: style: Class 'PairTersoffTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:863:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:866:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:885:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/pair_tersoff_table.cpp:888:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.cpp:210:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.cpp:211:10: style: The scope of the variable 'pe' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_grem.h:29:3: style: Class 'TemperGrem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_npt.cpp:187:15: style: The scope of the variable 'partner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MISC/temper_npt.h:30:3: style: Class 'TemperNPT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:432:5: warning: fprintf format string requires 5 parameters but 7 are given. [wrongPrintfScanfArgNum]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:73:18: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:74:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:10: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:17: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:25: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:33: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:41: style: The scope of the variable 'dtheta5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:49: style: The scope of the variable 'dtheta6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:76:57: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:10: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:14: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:18: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:22: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:26: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:30: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:34: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:39: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:44: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:77:49: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:44: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:78:47: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:10: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:15: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:20: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:25: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:30: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:35: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:40: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:45: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:50: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:55: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:60: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.cpp:79:65: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_class2_p6.h:30:3: style: Class 'AngleClass2P6' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:356:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'double'. [invalidPrintfArgType_sint]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:9: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:12: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:15: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:20: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:25: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:31: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:10: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:16: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:22: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:28: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:34: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:60:40: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:10: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:15: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:20: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:23: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:28: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:30: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:32: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:36: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:62:40: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:63:10: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:10: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:16: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:22: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:66:28: style: The scope of the variable 'rsq3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:67:49: style: The scope of the variable 'fpair' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.cpp:59:7: style: Unused variable: i [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/angle_cosine_buck6d.h:30:3: style: Class 'AngleCosineBuck6d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:65:21: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:10: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:15: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:20: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:25: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:30: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:35: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:40: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:45: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:66:50: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:10: style: The scope of the variable 'rrvb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:16: style: The scope of the variable 'rrvb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:22: style: The scope of the variable 'rrvb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:28: style: The scope of the variable 'rr2vb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:35: style: The scope of the variable 'rr2vb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:67:42: style: The scope of the variable 'rr2vb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:10: style: Unused variable: rb1x [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:16: style: Unused variable: rb1y [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:22: style: Unused variable: rb1z [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:28: style: Unused variable: rb2x [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:34: style: Unused variable: rb2y [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.cpp:245:40: style: Unused variable: rb2z [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/improper_inversion_harmonic.h:30:3: style: Class 'ImproperInversionHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:81:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:82:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:18: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:24: style: The scope of the variable 'r14inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:31: style: The scope of the variable 'rexp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:36: style: The scope of the variable 'term1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:42: style: The scope of the variable 'term2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:48: style: The scope of the variable 'term3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:54: style: The scope of the variable 'term4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:507:60: style: The scope of the variable 'term5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:10: style: The scope of the variable 'rcu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:14: style: The scope of the variable 'rqu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:18: style: The scope of the variable 'sme' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:508:22: style: The scope of the variable 'smf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:509:16: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:509:32: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:510:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:510:48: style: The scope of the variable 'phibuck6d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.cpp:86:32: style: Unused variable: t [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_dsf.h:29:3: style: Class 'PairBuck6dCoulGaussDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:82:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:83:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:18: style: The scope of the variable 'r6inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:24: style: The scope of the variable 'r14inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:31: style: The scope of the variable 'rexp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:36: style: The scope of the variable 'term1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:42: style: The scope of the variable 'term2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:48: style: The scope of the variable 'term3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:54: style: The scope of the variable 'term4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:543:60: style: The scope of the variable 'term5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:15: style: The scope of the variable 'expa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:30: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:545:34: style: The scope of the variable 'falpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:10: style: The scope of the variable 'grij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:15: style: The scope of the variable 'expm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:546:21: style: The scope of the variable 'erf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:547:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:547:48: style: The scope of the variable 'phibuck6d' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.cpp:88:30: style: Unused variable: t [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-MOFFF/pair_buck6d_coul_gauss_long.h:29:3: style: Class 'PairBuck6dCoulGaussLong' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/dump_molfile.cpp:48:14: warning: Member variable 'DumpMolfile::cell' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_plugin' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_dso' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_info' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_type' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_name' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_natoms' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_mode' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_caps' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:74:3: warning: Member variable 'MolfileInterface::_props' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_plugin' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_dso' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_ptr' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_info' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_type' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_name' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_natoms' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_mode' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_caps' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:75:3: warning: Member variable 'MolfileInterface::_props' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_plugin' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_dso' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_ptr' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_info' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_type' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_name' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_natoms' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_mode' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_caps' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.h:76:21: warning: Member variable 'MolfileInterface::_props' is not assigned a value in 'MolfileInterface::operator='. [operatorEqVarError]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/molfile_interface.cpp:37:0: error: #error "unsupported VMD molfile plugin ABI version" [preprocessorErrorDirective]
lammps-0~20180510.gitaa1d815fe/src/USER-MOLFILE/reader_molfile.h:31:3: style: Class 'ReaderMolfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delxUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delyUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'delzUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rsqUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rUB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.cpp:94:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_vdwl' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_coul' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eng_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::virial_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::eatom_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_pair' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_bond' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_angle' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_dihed' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_imprp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::vatom_kspce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_f' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_torque' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_erforce' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_de' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_mu' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_lambda' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rhoB' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_D_values' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_fp' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho1d' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho1d' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_rho1d_6' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_drho1d_6' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:143:3: warning: Member variable 'ThrData::_timer_active' is not initialized in the constructor. [uninitMemberVarPrivate]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:52:15: performance: Technically the member function 'LAMMPS_NS::ThrOMP::sync_threads' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_charmm_omp.h:35:3: style: Class 'AngleCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'dtheta4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:92:0: style: The scope of the variable 'de_angle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'dr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'tk1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'tk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:93:0: style: The scope of the variable 'aa22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:94:0: style: The scope of the variable 'b2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vx22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vy22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.cpp:95:0: style: The scope of the variable 'vz22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_class2_omp.h:35:3: style: Class 'AngleClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:90:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'cot' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'b22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 's0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_delta_omp.h:35:3: style: Class 'AngleCosineDeltaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_omp.h:35:3: style: Class 'AngleCosineOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:154:0: style: Variable 'tn_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:147:0: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:154:0: note: Variable 'tn_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:91:0: style: The scope of the variable 'b_factor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:92:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'tn_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un_1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.cpp:95:0: style: The scope of the variable 'un_2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_periodic_omp.h:35:3: style: Class 'AngleCosinePeriodicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'uumin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_exp_omp.h:35:3: style: Class 'AngleCosineShiftExpOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'cps' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_shift_omp.h:35:3: style: Class 'AngleCosineShiftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:92:0: style: The scope of the variable 'dcostheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_cosine_squared_omp.h:35:3: style: Class 'AngleCosineSquaredOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iRef' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iDip' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'iDummy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:88:0: style: The scope of the variable 'tangle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'cosGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'deltaGamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'kdg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:89:0: style: The scope of the variable 'rmu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:90:0: style: The scope of the variable 'delTz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fmod' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.cpp:91:0: style: The scope of the variable 'fmod_sqrtff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_dipole_omp.h:35:3: style: Class 'AngleDipoleOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:92:0: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_omp.h:35:3: style: Class 'AngleFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:92:0: style: The scope of the variable 'term' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'cn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'th' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'nth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_fourier_simple_omp.h:35:3: style: Class 'AngleFourierSimpleOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_harmonic_omp.h:35:3: style: Class 'AngleHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:90:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'dtheta3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:92:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_quartic_omp.h:35:3: style: Class 'AngleQuarticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delx3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'dely3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:92:0: style: The scope of the variable 'delz3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:93:0: style: The scope of the variable 'e13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:93:0: style: The scope of the variable 'f13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:94:0: style: The scope of the variable 'dtheta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:94:0: style: The scope of the variable 'tk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_sdk_omp.h:35:3: style: Class 'AngleSDKOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'dely1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'dely2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:91:0: style: The scope of the variable 'delz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'rsq1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'rsq2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.cpp:93:0: style: The scope of the variable 'theta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/angle_table_omp.h:35:3: style: Class 'AngleTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:85:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:86:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'dr4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.cpp:87:0: style: The scope of the variable 'de_bond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_class2_omp.h:35:3: style: Class 'BondClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:87:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:88:0: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'rshift' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.cpp:89:0: style: The scope of the variable 'rshiftsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_expand_omp.h:35:3: style: Class 'BondFENEExpandOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:86:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:87:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'r0sq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.cpp:88:0: style: The scope of the variable 'rlogarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_fene_omp.h:35:3: style: Class 'BondFENEOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_gromos_omp.h:35:3: style: Class 'BondGromosOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.cpp:86:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_omp.h:35:3: style: Class 'BondHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_cut_omp.h:35:3: style: Class 'BondHarmonicShiftCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.cpp:86:0: style: The scope of the variable 'rk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_harmonic_shift_omp.h:35:3: style: Class 'BondHarmonicShiftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.cpp:86:0: style: The scope of the variable 'ralpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_morse_omp.h:35:3: style: Class 'BondMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'dr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'drsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'lamdasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'denom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.cpp:86:0: style: The scope of the variable 'denomsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_nonlinear_omp.h:35:3: style: Class 'BondNonlinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_quartic_omp.h:35:3: style: Class 'BondQuarticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:84:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:85:0: style: The scope of the variable 'fbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:86:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.cpp:86:0: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/bond_table_omp.h:35:3: style: Class 'BondTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:96:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:97:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:99:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:100:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:101:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.cpp:102:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_charmm_omp.h:35:3: style: Class 'DihedralCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:92:0: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'costh23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sinphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sx1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sx12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sy12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'sz12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:96:0: style: The scope of the variable 'dphi3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'de_dihedral' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 't4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'cos2phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'cos3phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'bt1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:97:0: style: The scope of the variable 'bt2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'bt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'sumbte' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'db' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'sumbtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'at3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:98:0: style: The scope of the variable 'da2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:99:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.cpp:99:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_class2_omp.h:35:3: style: Class 'DihedralClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:96:0: style: The scope of the variable 'cccpsss' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.cpp:96:0: style: The scope of the variable 'cssmscc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_cosine_shift_exp_omp.h:35:3: style: Class 'DihedralCosineShiftExpOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_fourier_omp.h:35:3: style: Class 'DihedralFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'bx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'by' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'bz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rasq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rbsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rgsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rginv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'ra2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb2inv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:92:0: style: The scope of the variable 'rabinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'df' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'df1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'ddf1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'fg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'hg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'fga' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'hgb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'gaa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:93:0: style: The scope of the variable 'gbb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtfz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dtgz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:94:0: style: The scope of the variable 'dthz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_harmonic_omp.h:35:3: style: Class 'DihedralHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:92:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:93:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:95:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:96:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:97:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:98:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.cpp:99:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_helix_omp.h:35:3: style: Class 'DihedralHelixOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:92:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:93:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:96:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.cpp:96:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_multi_harmonic_omp.h:35:3: style: Class 'DihedralMultiHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:89:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:91:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'c_' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:92:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:94:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:95:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.cpp:95:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_nharmonic_omp.h:35:3: style: Class 'DihedralNHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:90:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:91:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:93:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:94:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:95:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:96:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.cpp:97:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_opls_omp.h:35:3: style: Class 'DihedralOPLSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:89:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:90:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:92:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:93:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'pd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:94:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:95:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'cmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'si' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'siinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.cpp:96:0: style: The scope of the variable 'sin2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_quadratic_omp.h:35:3: style: Class 'DihedralQuadraticOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.cpp:156:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/dihedral_table_omp.h:35:3: style: Class 'DihedralTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:9: style: The scope of the variable 'kx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:12: style: The scope of the variable 'ky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/ewald_omp.cpp:116:15: style: The scope of the variable 'kz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:21: style: The scope of the variable 'nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:24: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_neigh_history_omp.cpp:537:32: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.cpp:186:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:31:16: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:32:16: style: The function 'nve_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:33:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_asphere_omp.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.cpp:264:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.cpp:377:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.cpp:140:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:28:16: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:29:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_sphere_omp.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nphug_omp.cpp:422:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:16: style: The scope of the variable 'g0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:19: style: The scope of the variable 'g1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:22: style: The scope of the variable 'g2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:25: style: The scope of the variable 'msq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nve_sphere_omp.cpp:89:29: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:12: style: The scope of the variable 'vdelu0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:19: style: The scope of the variable 'vdelu1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:26: style: The scope of the variable 'vdelu2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.cpp:124:33: style: The scope of the variable 'buf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.h:36:16: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nh_omp.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_nvt_sllod_omp.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: style: Condition 'nthreads<1' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:69:18: note: Assignment 'nthreads=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: note: Condition 'nthreads<1' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: style: Same expression on both sides of '<' because the value of 'nthreads' and '1' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:69:18: note: 'nthreads' is assigned value '1' here.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:80:16: note: Same expression on both sides of '<' because the value of 'nthreads' and '1' are the same.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:83:0: style: Variable 'reset_thr' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_omp.cpp:276:5: style: Variable 'check_hybrid' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.h:30:3: style: Class 'PairCombOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:156:10: style: The scope of the variable 'SMALL' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:174:7: style: The scope of the variable 'ai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:195:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:286:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:458:17: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:459:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:743:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:773:28: style: The scope of the variable 'beta_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:773:36: style: The scope of the variable 'beta_t' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:774:10: style: The scope of the variable 'sig_old_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_qeq_reax_omp.cpp:774:21: style: The scope of the variable 'sig_old_t' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.h:31:3: style: Class 'PairReaxCOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:122:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:130:35: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:194:37: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/fix_rigid_small_omp.cpp:198:37: style: Variable 'body' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:13: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:16: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:517:27: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:10: style: The scope of the variable 'delxAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:17: style: The scope of the variable 'delyAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:24: style: The scope of the variable 'delzAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:31: style: The scope of the variable 'rABmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:519:39: style: The scope of the variable 'rAB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:10: style: The scope of the variable 'delxBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:17: style: The scope of the variable 'delyBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:24: style: The scope of the variable 'delzBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:31: style: The scope of the variable 'rBCmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:520:39: style: The scope of the variable 'rBC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:10: style: The scope of the variable 'delxBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:17: style: The scope of the variable 'delyBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:24: style: The scope of the variable 'delzBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:31: style: The scope of the variable 'rBDmag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:521:39: style: The scope of the variable 'rBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:10: style: The scope of the variable 'costhABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:19: style: The scope of the variable 'thetaABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:522:28: style: The scope of the variable 'costhABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:10: style: The scope of the variable 'thetaABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:19: style: The scope of the variable 'costhCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:28: style: The scope of the variable 'thetaCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:37: style: The scope of the variable 'dthABC' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:44: style: The scope of the variable 'dthCBD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:523:51: style: The scope of the variable 'dthABD' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:10: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:14: style: The scope of the variable 't1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:17: style: The scope of the variable 't3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:524:20: style: The scope of the variable 'r12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_class2_omp.h:35:3: style: Class 'ImproperClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rjisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rlksq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'rlk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.cpp:91:0: style: The scope of the variable 'cosphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cossq_omp.h:35:3: style: Class 'ImproperCossqOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2xm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2ym' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:89:0: style: The scope of the variable 'vb2zm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'sb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'rb1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'rb3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b1mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:91:0: style: The scope of the variable 'b2mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b3mag2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'b3mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'r12c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'c1mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:92:0: style: The scope of the variable 'r12c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'c2mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'sc1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'sc2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:93:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.cpp:94:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_cvff_omp.h:35:3: style: Class 'ImproperCvffOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_fourier_omp.h:35:3: style: Class 'ImproperFourierOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:89:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'ss3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'r3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 'c2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:91:0: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 's12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'domega' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a11' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a22' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a33' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:92:0: style: The scope of the variable 'a23' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sx2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sy2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.cpp:93:0: style: The scope of the variable 'sz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_harmonic_omp.h:35:3: style: Class 'ImproperHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:91:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:96:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:104:0: style: The scope of the variable 'angle_summer' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.cpp:104:0: style: The scope of the variable 'angfac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_ring_omp.h:35:3: style: Class 'ImproperRingOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'i4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:88:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:90:0: style: The scope of the variable 'vb3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'projhfg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dhaz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'dahz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:91:0: style: The scope of the variable 'cotphi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ay' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'az' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ra2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rh2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ra' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'rhr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'arx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'ary' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'arz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hrx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hry' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.cpp:92:0: style: The scope of the variable 'hrz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/improper_umbrella_omp.h:35:3: style: Class 'ImproperUmbrellaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:82:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:82:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:332:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:382:25: style: The scope of the variable 'z0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:383:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:431:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:432:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:10: style: The scope of the variable 'ekx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:14: style: The scope of the variable 'eky' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:435:18: style: The scope of the variable 'ekz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:506:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:507:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:12: style: The scope of the variable 'v0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:15: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:21: style: The scope of the variable 'v3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:24: style: The scope of the variable 'v4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.cpp:508:27: style: The scope of the variable 'v5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_cg_omp.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:362:0: style: The scope of the variable 'icz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:169:0: style: The scope of the variable 'esum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:170:0: style: The scope of the variable 'icz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:131:0: style: Variable 'g_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:132:0: style: Variable 'v0_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:133:0: style: Variable 'v1_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:134:0: style: Variable 'v2_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:135:0: style: Variable 'v3_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:136:0: style: Variable 'v4_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/msm_omp.cpp:137:0: style: Variable 'v5_direct' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:46:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.cpp:47:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_atomonly_omp.h:32:3: style: Class 'NPairFullBinAtomonlyOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_ghost_omp.h:32:3: style: Class 'NPairFullBinGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:49:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.cpp:51:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_bin_omp.h:32:3: style: Class 'NPairFullBinOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:50:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:53:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:54:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.cpp:54:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_multi_omp.h:32:3: style: Class 'NPairFullMultiOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_ghost_omp.h:32:3: style: Class 'NPairFullNsqGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_full_nsq_omp.h:32:3: style: Class 'NPairFullNsqOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:47:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:47:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.cpp:48:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_atomonly_newton_omp.h:31:3: style: Class 'NPairHalfBinAtomonlyNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_ghost_omp.h:32:3: style: Class 'NPairHalfBinNewtoffGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:50:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newtoff_omp.h:31:3: style: Class 'NPairHalfBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_omp.h:31:3: style: Class 'NPairHalfBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:49:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:51:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.cpp:105:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:51:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:54:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:55:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.cpp:55:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newtoff_omp.h:31:3: style: Class 'NPairHalfMultiNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:50:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:50:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_omp.h:31:3: style: Class 'NPairHalfMultiNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:51:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:54:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:55:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:55:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.cpp:116:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_multi_newton_tri_omp.h:31:3: style: Class 'NPairHalfMultiNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:55:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:55:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_ghost_omp.h:32:3: style: Class 'NPairHalfNsqNewtoffGhostOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:52:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:52:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.cpp:54:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newtoff_omp.h:31:3: style: Class 'NPairHalfNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:51:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_nsq_newton_omp.h:31:3: style: Class 'NPairHalfNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:55:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newtoff_omp.h:32:3: style: Class 'NPairHalfRespaBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:54:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_omp.h:31:3: style: Class 'NPairHalfRespaBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:54:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.cpp:137:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfRespaBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:56:25: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.cpp:58:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newtoff_omp.h:32:3: style: Class 'NPairHalfRespaNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:57:35: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_respa_nsq_newton_omp.h:32:3: style: Class 'NPairHalfRespaNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:52:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:52:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.cpp:54:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newtoff_omp.h:32:3: style: Class 'NPairHalfSizeBinNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:51:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:52:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.cpp:53:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_omp.h:31:3: style: Class 'NPairHalfSizeBinNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:49:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:49:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:50:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:51:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.cpp:94:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_bin_newton_tri_omp.h:31:3: style: Class 'NPairHalfSizeBinNewtonTriOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:54:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:55:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.cpp:56:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newtoff_omp.h:32:3: style: Class 'NPairHalfSizeNsqNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:55:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:55:13: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.cpp:57:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_half_size_nsq_newton_omp.h:32:3: style: Class 'NPairHalfSizeNsqNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.cpp:49:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newtoff_omp.h:36:3: style: Class 'NPairHalffullNewtoffOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:48:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.cpp:50:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/npair_halffull_newton_omp.h:37:3: style: Class 'NPairHalffullNewtonOmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.cpp:126:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_adp_omp.h:35:3: style: Class 'PairADPOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:76:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:88:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.cpp:89:0: style: The scope of the variable 'Vz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_agni_omp.h:35:3: style: Class 'PairAGNIOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.h:30:3: style: Class 'PairAIREBOOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_morse_omp.h:29:3: style: Class 'PairAIREBOMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:751:9: style: Variable 'rik2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:745:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:751:9: note: Variable 'rik2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:781:11: style: Variable 'rjl2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:778:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:781:11: note: Variable 'rjl2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1098:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1095:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1098:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1244:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1241:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1244:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1962:3: style: Variable 'PijS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1959:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1962:3: note: Variable 'PijS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2003:3: style: Variable 'PjiS' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2000:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2003:3: note: Variable 'PjiS' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2116:9: style: Variable 'lamdajik' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2111:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:2116:9: note: Variable 'lamdajik' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:112:26: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:12: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:17: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:113:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:190:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:190:18: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:37: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:42: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:192:47: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:288:32: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:290:7: style: The scope of the variable 'atomi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:22: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:27: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:292:32: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:656:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:676:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:43: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:49: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:55: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1016:61: style: The scope of the variable 'atom4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:17: style: The scope of the variable 'r32mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:24: style: The scope of the variable 'cos321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1027:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1029:10: style: The scope of the variable 'om1234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1030:29: style: The scope of the variable 'r23mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1030:43: style: The scope of the variable 'r21mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:10: style: The scope of the variable 'w21' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:26: style: The scope of the variable 'r34mag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:33: style: The scope of the variable 'cos234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1031:40: style: The scope of the variable 'w34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1032:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:10: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:17: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:24: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:31: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1033:38: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:52: style: The scope of the variable 'cw' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:55: style: The scope of the variable 'cwnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1034:61: style: The scope of the variable 'cwnom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:10: style: The scope of the variable 'sin321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:17: style: The scope of the variable 'sin234' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1035:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1036:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1037:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1038:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1039:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1040:10: style: The scope of the variable 'dcut321' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:15: style: The scope of the variable 'tspjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:22: style: The scope of the variable 'dtsjik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:29: style: The scope of the variable 'tspijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:36: style: The scope of the variable 'dtsijl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1041:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1876:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1876:37: style: The scope of the variable 'atomn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1877:31: style: The scope of the variable 'ntype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:31: style: The scope of the variable 'rji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:38: style: The scope of the variable 'rki' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:45: style: The scope of the variable 'rlj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1878:52: style: The scope of the variable 'rknmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1887:31: style: The scope of the variable 'r43' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1887:38: style: The scope of the variable 'r13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1890:10: style: The scope of the variable 'rlnmag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1892:34: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1892:44: style: The scope of the variable 'SpN' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:10: style: The scope of the variable 'fcikpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:17: style: The scope of the variable 'fcjlpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:24: style: The scope of the variable 'fcjkpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:31: style: The scope of the variable 'fcilpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1893:38: style: The scope of the variable 'fcijpc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:40: style: The scope of the variable 'aa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:43: style: The scope of the variable 'aaa2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1894:48: style: The scope of the variable 'at2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:24: style: The scope of the variable 'rr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:27: style: The scope of the variable 'rijrik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:34: style: The scope of the variable 'rijrjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:41: style: The scope of the variable 'rjk2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:46: style: The scope of the variable 'rik2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:51: style: The scope of the variable 'ril2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1895:56: style: The scope of the variable 'rjl2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:10: style: The scope of the variable 'dctik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:16: style: The scope of the variable 'dctjk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:22: style: The scope of the variable 'dctjl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:28: style: The scope of the variable 'dctij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:34: style: The scope of the variable 'dctji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:40: style: The scope of the variable 'dctil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:46: style: The scope of the variable 'rik2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:52: style: The scope of the variable 'rjl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:58: style: The scope of the variable 'sink2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1896:65: style: The scope of the variable 'sinl2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:24: style: The scope of the variable 'dt1dik' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:31: style: The scope of the variable 'dt1djk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:38: style: The scope of the variable 'dt1djl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:45: style: The scope of the variable 'dt1dil' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1897:52: style: The scope of the variable 'dt1dij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:17: style: The scope of the variable 'F12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:24: style: The scope of the variable 'F34' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:31: style: The scope of the variable 'F31' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:38: style: The scope of the variable 'F24' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:51: style: The scope of the variable 'fj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:57: style: The scope of the variable 'fk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1898:63: style: The scope of the variable 'fl' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:10: style: The scope of the variable 'f1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:16: style: The scope of the variable 'f2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:22: style: The scope of the variable 'f3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1899:28: style: The scope of the variable 'f4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1901:10: style: The scope of the variable 'rij2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1901:43: style: The scope of the variable 'costmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1872:43: warning: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr' [funcArgOrderDifferent]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.h:38:30: note: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr'
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_airebo_omp.cpp:1872:43: note: Function 'bondorderLJ_thr' argument order different: declaration 'i, j, rij, rijmag, VA, rij0, rijmag0, vflag_atom, thr' definition 'i, j, rij_mod, rijmag_mod, VA, rij, rijmag, vflag_atom, thr'
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_beck_omp.h:35:3: style: Class 'PairBeckOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_long_omp.h:35:3: style: Class 'PairBornCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:86:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.cpp:102:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_msm_omp.h:35:3: style: Class 'PairBornCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:89:0: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.cpp:101:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_coul_wolf_omp.h:35:3: style: Class 'PairBornCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_born_omp.h:35:3: style: Class 'PairBornOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:81:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:181:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:182:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:183:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:257:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.h:35:3: style: Class 'PairBrownianOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_omp.cpp:106:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:81:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:175:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:176:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:177:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:253:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.h:35:3: style: Class 'PairBrownianPolyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_brownian_poly_omp.cpp:106:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_cut_omp.h:35:3: style: Class 'PairBuckCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.cpp:106:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_long_omp.h:35:3: style: Class 'PairBuckCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_coul_msm_omp.h:35:3: style: Class 'PairBuckCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:876:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:878:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:877:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:878:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:978:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:980:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:979:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:980:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1165:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1167:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1166:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1167:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:780:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:782:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:781:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:782:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:812:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:826:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:828:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:829:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:905:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:923:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:925:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:16: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:30: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:39: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:926:48: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1014:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1015:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:1017:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:658:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:659:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:660:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:660:0: style: The scope of the variable 'cut_bucksqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buck1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buck2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buckai' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'buckci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'rhoinvi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.cpp:661:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_long_coul_long_omp.h:31:3: style: Class 'PairBuckLongCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:126:0: style: Variable 'r6inv' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:123:0: note: Variable 'r6inv' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:126:0: note: Variable 'r6inv' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:127:0: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:124:0: note: Variable 'r' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:127:0: note: Variable 'r' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_buck_omp.h:35:3: style: Class 'PairBuckOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:167:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.cpp:406:0: style: The scope of the variable 'h_prime_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.h:51:5: style: Class 'PairCDEAM_OneSiteOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_cdeam_omp.h:59:5: style: Class 'PairCDEAM_TwoSiteOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:82:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:83:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_colloid_omp.h:35:3: style: Class 'PairColloidOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:438:7: style: Variable 'fqi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:428:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:438:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:12: style: The scope of the variable 'fqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:16: style: The scope of the variable 'fqj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:20: style: The scope of the variable 'fqij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:25: style: The scope of the variable 'fqji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:30: style: The scope of the variable 'fqjj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:419:35: style: The scope of the variable 'delr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:12: style: The scope of the variable 'sr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:16: style: The scope of the variable 'sr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:420:20: style: The scope of the variable 'sr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:9: style: The scope of the variable 'mr1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:13: style: The scope of the variable 'mr2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:421:17: style: The scope of the variable 'mr3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:425:9: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:572:9: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:574:9: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:574:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:12: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:17: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:575:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:85:0: style: The scope of the variable 'iparam_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:96:0: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:100:0: style: The scope of the variable 'sht_jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:100:0: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:117:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_comb_omp.cpp:102:0: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_omp.h:35:3: style: Class 'PairCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_cut_soft_omp.h:35:3: style: Class 'PairCoulCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_debye_omp.h:35:3: style: Class 'PairCoulDebyeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_diel_omp.h:35:3: style: Class 'PairCoulDielOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_dsf_omp.h:35:3: style: Class 'PairCoulDSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.cpp:106:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_omp.h:35:3: style: Class 'PairCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_long_soft_omp.h:35:3: style: Class 'PairCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.cpp:103:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_msm_omp.h:35:3: style: Class 'PairCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:89:0: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_coul_wolf_omp.h:35:3: style: Class 'PairCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:122:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:123:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:124:0: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.cpp:137:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_omp.h:35:3: style: Class 'PairDPDOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:121:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:121:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:122:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:123:0: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.cpp:134:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_dpd_tstat_omp.h:35:3: style: Class 'PairDPDTstatOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.h:35:3: style: Class 'PairEAMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_alloy_omp.h:31:3: style: Class 'PairEAMAlloyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_fs_omp.h:31:3: style: Class 'PairEAMFSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eam_omp.cpp:233:0: style: Variable 'scale' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:84:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:85:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.cpp:125:0: style: The scope of the variable 'zeta_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_edip_omp.h:30:3: style: Class 'PairEDIPOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.cpp:118:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_eim_omp.h:35:3: style: Class 'PairEIMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_cut_omp.h:35:3: style: Class 'PairGaussCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gauss_omp.h:35:3: style: Class 'PairGaussOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.cpp:98:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gayberne_omp.h:35:3: style: Class 'PairGayBerneOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:110:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:110:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:111:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:112:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:120:0: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:132:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.cpp:133:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hertz_history_omp.h:35:3: style: Class 'PairGranHertzHistoryOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:111:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:111:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:112:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:114:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:122:0: style: The scope of the variable 'touch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:123:0: style: The scope of the variable 'allshear' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:134:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.cpp:135:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_history_omp.h:35:3: style: Class 'PairGranHookeHistoryOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:95:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:95:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:96:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:97:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:116:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.cpp:117:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_gran_hooke_omp.h:35:3: style: Class 'PairGranHookeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.cpp:120:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.cpp:120:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_lj_omp.h:35:3: style: Class 'PairHbondDreidingLJOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.cpp:120:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.cpp:120:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_hbond_dreiding_morse_omp.h:35:3: style: Class 'PairHbondDreidingMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj96_cut_omp.h:35:3: style: Class 'PairLJ96CutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_implicit_omp.h:35:3: style: Class 'PairLJCharmmCoulCharmmImplicitOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_charmm_omp.h:35:3: style: Class 'PairLJCharmmCoulCharmmOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:112:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:113:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:114:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp:115:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_omp.h:35:3: style: Class 'PairLJCharmmCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:112:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:113:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:114:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:115:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.cpp:116:0: style: Variable 'epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_long_soft_omp.h:35:3: style: Class 'PairLJCharmmCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_charmm_coul_msm_omp.h:35:3: style: Class 'PairLJCharmmCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_cut_omp.h:35:3: style: Class 'PairLJClass2CoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:89:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.cpp:105:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_coul_long_omp.h:35:3: style: Class 'PairLJClass2CoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_class2_omp.h:35:3: style: Class 'PairLJClass2OMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.cpp:93:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cubic_omp.h:35:3: style: Class 'PairLJCubicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_omp.h:35:3: style: Class 'PairLJCutCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_cut_soft_omp.h:35:3: style: Class 'PairLJCutCoulCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_debye_omp.h:35:3: style: Class 'PairLJCutCoulDebyeOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:91:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:92:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_dsf_omp.h:35:3: style: Class 'PairLJCutCoulDSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_omp.h:35:3: style: Class 'PairLJCutCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:90:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:91:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_long_soft_omp.h:35:3: style: Class 'PairLJCutCoulLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:87:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:88:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.cpp:104:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_msm_omp.h:35:3: style: Class 'PairLJCutCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'qitmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_coul_wolf_omp.h:35:3: style: Class 'PairLJCutCoulWolfOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:80:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.cpp:100:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_dipole_cut_omp.h:35:3: style: Class 'PairLJCutDipoleCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:87:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:100:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:101:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:102:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:103:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:104:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:105:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.cpp:106:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_omp.h:35:3: style: Class 'PairLJCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:87:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:91:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:100:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:101:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:102:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:103:0: style: Variable 'epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:104:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:105:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.cpp:106:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_soft_omp.h:35:3: style: Class 'PairLJCutSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:111:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:115:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:133:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:134:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:135:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:136:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:137:0: style: Variable 'lj1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:138:0: style: Variable 'lj2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:139:0: style: Variable 'lj3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.cpp:140:0: style: Variable 'lj4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_thole_long_omp.h:32:3: style: Class 'PairLJCutTholeLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:135:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.cpp:151:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_cut_omp.h:35:3: style: Class 'PairLJCutTIP4PCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.cpp:166:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_omp.h:35:3: style: Class 'PairLJCutTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:137:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.cpp:153:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_cut_tip4p_long_soft_omp.h:35:3: style: Class 'PairLJCutTIP4PLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_expand_omp.h:35:3: style: Class 'PairLJExpandOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_coul_gromacs_omp.h:35:3: style: Class 'PairLJGromacsCoulGromacsOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_gromacs_omp.h:35:3: style: Class 'PairLJGromacsOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:868:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:870:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:869:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:870:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:969:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:971:9: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:970:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:971:9: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1155:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1157:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1156:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1157:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:774:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:776:0: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:775:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:776:0: note: Variable 'f' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:806:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:820:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:822:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:823:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:897:23: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:8: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:17: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:915:26: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:917:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:16: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:28: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:918:35: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1005:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1006:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:1008:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:655:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'jneigh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'jneighn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:656:0: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'cutsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'cut_ljsqi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.cpp:657:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_coul_long_omp.h:35:3: style: Class 'PairLJLongCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:448:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1120:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:45: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:51: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1122:57: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1127:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1127:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:17: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1380:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:45: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:51: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1382:57: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1389:11: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1389:18: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1620:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1638:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1643:0: style: The scope of the variable 'qri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1647:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:1657:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:734:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:738:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj1i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj2i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj3i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'lj4i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.cpp:751:0: style: The scope of the variable 'offseti' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_long_tip4p_long_omp.h:35:3: style: Class 'PairLJLongTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_long_omp.h:35:3: style: Class 'PairLJSDKCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.cpp:120:0: style: The scope of the variable 'fgamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.cpp:120:0: style: The scope of the variable 'egamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_coul_msm_omp.h:35:3: style: Class 'PairLJSDKCoulMSMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sdk_omp.h:35:3: style: Class 'PairLJSDKOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:80:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.cpp:104:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_sf_dipole_sf_omp.h:35:3: style: Class 'PairLJSFDipoleSFOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_linear_omp.h:36:3: style: Class 'PairLJSmoothLinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lj_smooth_omp.h:35:3: style: Class 'PairLJSmoothOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:73:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:154:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:155:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:459:0: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:460:0: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:333:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.h:35:3: style: Class 'PairLubricateOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_omp.cpp:98:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:74:19: style: The scope of the variable 'wallcoord' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:156:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:157:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:468:0: style: Variable 'itype' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:469:0: style: Variable 'radi' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:339:0: style: Variable 'overlaps' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.h:35:3: style: Class 'PairLubricatePolyOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_lubricate_poly_omp.cpp:99:22: error: Uninitialized variable: dims [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_meam_spline_omp.h:35:3: style: Class 'PairMEAMSplineOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_omp.h:35:3: style: Class 'PairMorseOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:85:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_morse_smooth_linear_omp.h:30:3: style: Class 'PairMorseSmoothLinearOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:74:0: style: The scope of the variable 'jnumm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:75:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:76:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nb3b_harmonic_omp.h:36:3: style: Class 'PairNb3bHarmonicOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:96:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:108:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:109:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:110:0: style: Variable 'cut_coulsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:111:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:112:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:113:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:114:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:115:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:116:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:117:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.cpp:118:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_cut_omp.h:35:3: style: Class 'PairNMCutCoulCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:89:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:90:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:119:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:120:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:121:0: style: Variable 'cut_ljsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:122:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:123:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:124:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:125:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:126:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:127:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.cpp:128:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_coul_long_omp.h:35:3: style: Class 'PairNMCutCoulLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:86:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:99:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:100:0: style: Variable 'cutsq' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:101:0: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:102:0: style: Variable 'mm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:103:0: style: Variable 'nn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:104:0: style: Variable 'nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:105:0: style: Variable 'e0nm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:106:0: style: Variable 'r0m' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.cpp:107:0: style: Variable 'r0n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_nm_cut_omp.h:35:3: style: Class 'PairNMCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:368:14: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:368:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:369:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:10: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:16: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:370:22: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:111:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.cpp:259:0: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_lps_omp.h:35:3: style: Class 'PairPeriLPSOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'xtmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'ytmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:96:0: style: The scope of the variable 'ztmp0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:107:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.cpp:221:0: style: The scope of the variable 'first' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_peri_pmb_omp.h:35:3: style: Class 'PairPeriPMBOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:184:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:295:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:295:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:482:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:516:27: style: The scope of the variable 'num_mynbrs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:613:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:262:14: style: Variable 'evdwl' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_reaxc_omp.cpp:265:14: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_rebo_omp.h:29:3: style: Class 'PairREBOOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't1tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't2tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.cpp:94:0: style: The scope of the variable 't3tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_resquared_omp.h:35:3: style: Class 'PairRESquaredOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:83:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:84:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.cpp:95:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_soft_omp.h:35:3: style: Class 'PairSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_sw_omp.h:35:3: style: Class 'PairSWOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:80:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:81:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_table_omp.h:35:3: style: Class 'PairTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:76:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_c_omp.h:30:3: style: Class 'PairTersoffMODCOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:76:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:76:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:78:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:79:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.cpp:97:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_mod_omp.h:30:3: style: Class 'PairTersoffMODOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:77:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:77:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.cpp:101:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_omp.h:30:3: style: Class 'PairTersoffOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:96:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:96:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:97:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:98:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.cpp:99:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_table_omp.h:30:3: style: Class 'PairTersoffTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:108:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.h:28:3: style: Class 'PairTersoffZBLOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:114:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:117:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:136:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tersoff_zbl_omp.cpp:139:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:126:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:134:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.cpp:148:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_cut_omp.h:35:3: style: Class 'PairTIP4PCutOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:139:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:149:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.cpp:163:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_omp.h:35:3: style: Class 'PairTIP4PLongOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:127:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:136:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.cpp:150:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_tip4p_long_soft_omp.h:35:3: style: Class 'PairTIP4PLongSoftOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:81:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:82:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.cpp:93:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_ufm_omp.h:37:3: style: Class 'PairUFMOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_omp.h:35:3: style: Class 'PairVashishtaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:75:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:75:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:77:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:78:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.cpp:98:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_vashishta_table_omp.h:35:3: style: Class 'PairVashishtaTableOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:80:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.cpp:92:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_colloid_omp.h:35:3: style: Class 'PairYukawaColloidOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:79:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:80:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.cpp:91:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_yukawa_omp.h:35:3: style: Class 'PairYukawaOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:86:0: style: The scope of the variable 'fztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:90:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:99:0: style: Variable 'firstneigh' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:100:0: style: Variable 'sw1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:101:0: style: Variable 'sw2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:102:0: style: Variable 'sw3' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:103:0: style: Variable 'sw4' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.cpp:104:0: style: Variable 'sw5' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pair_zbl_omp.h:35:3: style: Class 'PairZBLOMP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:129:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:133:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:135:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:223:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:224:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:226:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:367:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:451:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:531:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:533:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_cg_omp.cpp:626:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:131:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:132:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:132:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:134:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:225:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:227:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:227:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:228:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:229:18: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:742:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:848:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:851:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:852:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:953:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1053:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1056:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1057:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1158:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1161:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1162:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1163:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1164:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1266:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1269:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1270:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1369:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1374:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1375:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1506:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1511:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1512:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1513:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1514:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1681:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1690:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_omp.cpp:1691:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:133:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:134:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:134:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:136:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:224:19: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:226:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:226:34: style: The scope of the variable 'snz2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:227:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:228:18: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:366:9: style: The scope of the variable 'iH1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:366:13: style: The scope of the variable 'iH2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:910:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1041:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1044:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1045:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1143:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1146:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1147:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1148:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1149:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1248:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1251:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1252:12: style: The scope of the variable 'lj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1348:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1353:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1354:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:15: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:18: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:21: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:24: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:27: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1482:30: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1487:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1488:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1489:12: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1490:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:17: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:20: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:23: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:26: style: The scope of the variable 'mx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:29: style: The scope of the variable 'my' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1654:32: style: The scope of the variable 'mz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1663:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:12: style: The scope of the variable 'lj0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:16: style: The scope of the variable 'lj1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:20: style: The scope of the variable 'lj2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:24: style: The scope of the variable 'lj3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:28: style: The scope of the variable 'lj4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:32: style: The scope of the variable 'lj5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_disp_tip4p_omp.cpp:1664:36: style: The scope of the variable 'lj6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:126:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:130:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:132:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:220:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:221:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:223:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:538:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:31: style: The scope of the variable 'nx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:34: style: The scope of the variable 'ny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_omp.cpp:633:37: style: The scope of the variable 'nz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:127:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:131:12: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:24: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:29: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:133:34: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:12: style: The scope of the variable 'snx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:16: style: The scope of the variable 'sny' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:20: style: The scope of the variable 'snz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:221:24: style: The scope of the variable 'sqk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:12: style: The scope of the variable 'argx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:17: style: The scope of the variable 'argy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:22: style: The scope of the variable 'argz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:27: style: The scope of the variable 'wx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:30: style: The scope of the variable 'wy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:33: style: The scope of the variable 'wz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:36: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:39: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:42: style: The scope of the variable 'sz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:45: style: The scope of the variable 'qx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:48: style: The scope of the variable 'qy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:222:51: style: The scope of the variable 'qz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:15: style: The scope of the variable 'kper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:20: style: The scope of the variable 'lper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:224:25: style: The scope of the variable 'mper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:359:9: style: The scope of the variable 'iH1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:359:13: style: The scope of the variable 'iH2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:15: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:18: style: The scope of the variable 's3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/pppm_tip4p_omp.cpp:635:21: style: The scope of the variable 'sf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_bonds_omp.cpp:68:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_bonds_omp.cpp:68:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:152:26: style: The scope of the variable 'start_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:152:35: style: The scope of the variable 'end_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:10: style: The scope of the variable 'comp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:268:16: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:339:13: style: The scope of the variable 'pj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:340:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:340:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:341:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:341:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:7: style: The scope of the variable 'ihb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:12: style: The scope of the variable 'jhb' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:17: style: The scope of the variable 'ihb_top' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:342:26: style: The scope of the variable 'jhb_top' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:353:7: style: The scope of the variable 'btop_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:502:14: style: Variable 'cutoff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_forces_omp.cpp:93:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_hydrogen_bonds_omp.cpp:153:74: style: Variable 'num_hb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_init_md_omp.cpp:54:10: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_nonbonded_omp.cpp:259:10: style: The scope of the variable 'SMALL' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_nonbonded_omp.cpp:270:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:79:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:84:10: style: The scope of the variable 'Delta_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/reaxc_torsion_angles_omp.cpp:226:80: style: Variable 'num_frb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:139:10: performance: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.cpp:278:17: note: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_data.h:139:10: note: Technically the member function 'LAMMPS_NS::ThrData::memory_usage' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:649:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:688:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:50:10: performance: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1219:16: note: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:50:10: note: Technically the member function 'LAMMPS_NS::ThrOMP::memory_usage_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:109:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:415:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:109:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::e_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:111:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:467:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:111:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:124:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:598:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:124:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:127:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:642:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:127:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:133:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:758:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:133:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:138:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:831:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:138:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:142:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:909:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:142:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally13_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:147:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:968:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:147:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:154:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1060:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:154:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:161:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1151:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:161:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally2_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:162:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1172:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:162:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally3_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:164:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:1196:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:164:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::v_tally4_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:167:8: performance: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.cpp:683:14: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-OMP/thr_omp.h:167:8: note: Technically the member function 'LAMMPS_NS::ThrOMP::ev_tally_list_thr' can be static.
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:13: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:17: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:208:21: style: The scope of the variable 'iu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:7: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:11: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:15: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:586:19: style: The scope of the variable 'iu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-PHONON/fix_phonon.cpp:790:10: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:452:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:730:27: style: The scope of the variable 'qm_ntag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:279:18: style: Array index 'left' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_coord_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_charge_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:506:0: error: Memory leak: mm_mask_all [memleak]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:564:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-QMMM/fix_qmmm.cpp:771:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:882:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:960:3: style: Variable 'energy' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:956:0: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:960:3: note: Variable 'energy' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:548:48: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:619:37: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qbmsst.cpp:778:21: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qtb.cpp:244:17: style: The scope of the variable 'gamma3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QTB/fix_qtb.cpp:204:46: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.cpp:60:13: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.cpp:62:8: style: The scope of the variable 'jlist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-QUIP/pair_quip.h:40:3: style: Class 'PairQUIP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/compute_spec_atom.cpp:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::H' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::e_vdW' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::CEvd' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::e_ele' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:835:3: warning: Member variable 'LR_data::CEclmb' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::a' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::b' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::c' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:861:3: warning: Member variable 'cubic_spline_coef::d' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:837:3: style: 'LR_data::operator=' should return 'LR_data &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:845:3: style: 'LR_data::operator=' should return 'LR_data &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:863:3: style: 'cubic_spline_coef::operator=' should return 'cubic_spline_coef &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:870:3: style: 'cubic_spline_coef::operator=' should return 'cubic_spline_coef &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.h:40:3: style: Class 'PairReaxC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:828:1: warning: The struct 'LR_data' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_types.h:856:1: warning: The struct 'cubic_spline_coef' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:207:9: style: The scope of the variable 'pf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:294:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:490:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:540:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:585:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:15: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:682:22: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:683:10: style: The scope of the variable 'sig_old' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:795:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:989:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1017:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1045:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1074:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:1093:7: style: The scope of the variable 'kk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.h:109:16: warning: Virtual function 'deallocate_storage' is called from destructor '~FixQEqReax()' at line 154. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.cpp:154:3: note: Calling deallocate_storage
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_qeq_reax.h:109:16: note: deallocate_storage is a virtual method
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc.cpp:141:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:190:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:191:14: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:227:16: style: The scope of the variable 'numbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:263:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:7: style: The scope of the variable 'inode' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:14: style: The scope of the variable 'nlocal_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:264:26: style: The scope of the variable 'numbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:10: style: The scope of the variable 'sbotmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:18: style: The scope of the variable 'nlptmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:26: style: The scope of the variable 'avqtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_bonds.cpp:268:34: style: The scope of the variable 'abotmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:198:11: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:726:20: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/fix_reaxc_species.cpp:951:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:77:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:85:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:489:19: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:586:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:586:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:654:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:700:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:828:17: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:550:14: style: Variable 'evdwl' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:553:14: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/pair_reaxc.cpp:677:18: style: Variable 'num_marked' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:53:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:74:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:402:29: style: The scope of the variable 'Hflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:403:14: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:405:14: style: The scope of the variable 'far_nbrs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:407:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_allocate.cpp:481:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:8: style: The scope of the variable 'fi_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:16: style: The scope of the variable 'fj_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:32: style: The scope of the variable 'delij' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:153:39: style: The scope of the variable 'delji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:264:10: style: The scope of the variable 'btop_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:10: style: The scope of the variable 'Cln_BOp_s' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:21: style: The scope of the variable 'Cln_BOp_pi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:266:33: style: The scope of the variable 'Cln_BOp_pi2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:268:14: style: The scope of the variable 'ibond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bond_orders.cpp:268:22: style: The scope of the variable 'jbond' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bonds.cpp:39:7: style: The scope of the variable 'start_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_bonds.cpp:39:16: style: The scope of the variable 'end_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:182:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:181:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:182:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:175:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:193:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:192:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:193:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:197:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:196:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:197:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:201:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:188:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:201:5: note: Variable 'c' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:213:5: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:212:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:213:5: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:348:7: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:346:7: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:348:7: note: Variable 'val' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_ffield.cpp:660:9: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:120:16: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:180:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:324:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_forces.cpp:77:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_hydrogen_bonds.cpp:106:0: style: Variable 'num_hb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:41:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:42:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_init_md.cpp:157:10: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_io_tools.cpp:41:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_io_tools.cpp:42:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:209:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:211:24: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:214:26: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:217:27: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:220:26: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:223:29: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_lookup.cpp:37:10: style: The scope of the variable 'id' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:212:7: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:321:11: style: The scope of the variable 'type_i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:345:10: style: The scope of the variable 'powr_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:345:21: style: The scope of the variable 'powgi_vdW1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:346:15: style: The scope of the variable 'fn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:347:21: style: The scope of the variable 'dfn13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:23: style: The scope of the variable 'r_ij5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:30: style: The scope of the variable 'r_ij6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_nonbonded.cpp:350:37: style: The scope of the variable 're6' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:35:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:36:14: style: The scope of the variable 'atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:10: style: The scope of the variable 'total_bonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:23: style: The scope of the variable 'Hindex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:126:31: style: The scope of the variable 'total_hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:127:14: style: The scope of the variable 'bonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_reset_tools.cpp:127:22: style: The scope of the variable 'hbonds' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_tool_box.cpp:119:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_tool_box.cpp:46:3: warning: The buffer 'test' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:126:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:127:7: style: The scope of the variable 'start_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:127:16: style: The scope of the variable 'end_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:131:10: style: The scope of the variable 'Delta_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_torsion_angles.cpp:254:80: style: Variable 'num_frb_intrs' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:64:8: style: The scope of the variable 'ensembles' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:66:8: style: The scope of the variable 'reposition' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:68:8: style: The scope of the variable 't_regime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:70:8: style: The scope of the variable 'traj_methods' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:71:8: style: The scope of the variable 'atom_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:76:8: style: The scope of the variable 'bond_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:79:8: style: The scope of the variable 'angle_formats' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:265:23: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:266:14: style: The scope of the variable 'p_atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:488:28: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:490:15: style: The scope of the variable 'p_atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:568:17: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_traj.cpp:659:17: style: The scope of the variable 'buffer_len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-REAXC/reaxc_valence_angles.cpp:82:15: style: The scope of the variable 'type_j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:24: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:28: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:33: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:229:38: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:319:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:417:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:432:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:16: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:20: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:24: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:28: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:33: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:453:38: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:605:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.cpp:833:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/atom_vec_smd.h:41:3: style: Class 'AtomVecSMD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_adjust_dt.cpp:230:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: style: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:414:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:432:41: style: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:423:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:432:41: note: Variable 'vel' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:261:16: style: The scope of the variable 'phi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_move_triangulated_surface.cpp:465:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp:130:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_tlsph_reference_configuration.cpp:516:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/fix_smd_wall_surface.cpp:271:16: style: The scope of the variable 'values' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:33: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:82:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:16: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:22: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:83:28: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.cpp:86:37: style: The scope of the variable 'ri' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_hertz.h:41:3: style: Class 'PairHertz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:151:29: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:716:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.cpp:1843:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_tlsph.h:42:9: style: Class 'PairTlsph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:33: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.cpp:87:39: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_triangulated_surface.h:43:3: style: Class 'PairTriSurf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:137:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:138:19: style: The scope of the variable 'irad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:224:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:225:24: style: The scope of the variable 'irad' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:225:42: style: The scope of the variable 'ivol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:371:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:372:36: style: The scope of the variable 'ivol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:650:16: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:13: style: The scope of the variable 'ioffset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:22: style: The scope of the variable 'iarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:28: style: The scope of the variable 'iNextKwd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:943:45: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:1493:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.cpp:1632:16: style: The scope of the variable 'visc_magnitude' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMD/pair_smd_ulsph.h:41:9: style: Class 'PairULSPH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:419:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:419:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:422:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:422:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:431:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:431:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:441:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:441:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:476:33: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:476:33: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:484:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:484:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:493:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:493:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:505:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:505:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:508:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:508:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:524:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:524:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:532:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:532:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:536:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:536:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:552:33: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:552:33: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:575:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:575:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:583:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:583:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:605:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:605:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:615:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:615:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:629:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:629:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:632:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:632:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:639:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:639:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:646:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:646:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:652:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:652:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:659:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:659:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:667:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:667:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:671:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:671:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:683:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:683:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:691:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:691:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:699:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:699:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:703:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:703:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:707:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:707:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:712:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:712:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:718:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:718:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:723:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:723:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:729:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:729:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:733:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:733:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:740:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:740:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:746:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:746:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:751:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:751:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:759:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:759:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:764:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:764:9: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:780:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:780:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:785:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:785:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:795:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:795:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:805:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:805:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:825:13: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:825:13: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:833:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:833:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:834:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:834:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1286:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1286:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1287:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1287:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1288:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1288:7: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1342:11: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1342:11: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1410:24: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1410:24: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:21: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1443:18: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:21: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:30: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1444:30: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:23: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1494:20: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:23: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:32: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1495:32: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:21: style: Condition 'ii==2' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1557:18: note: Assignment 'ii=2', assigned value is 2
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:21: note: Condition 'ii==2' is always true
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:30: style: Condition 'verbose' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:13: note: Assignment 'verbose=0', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1558:30: note: Condition 'verbose' is always false
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:449:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:452:17: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:3: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:394:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:395:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1139:7: style: Variable 'fpair' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1134:21: note: Variable 'fpair' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1139:7: note: Variable 'fpair' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1251:3: style: Variable 'self_d' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1250:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1251:3: note: Variable 'self_d' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:3: style: Variable 'verbose' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1276:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1277:3: note: Variable 'verbose' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2348:7: style: Variable 'itype' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2344:7: note: Variable 'itype' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2348:7: note: Variable 'itype' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2432:7: style: Variable 'fqi' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2424:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2432:7: note: Variable 'fqi' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:628:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:631:9: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:628:7: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:164:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:843:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:845:7: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:848:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:849:14: style: The scope of the variable 'iq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:850:37: style: The scope of the variable 'Ecoh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:852:10: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:852:13: style: The scope of the variable 'dqcov' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1405:10: style: The scope of the variable 'cang' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:33: style: The scope of the variable 'engSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:41: style: The scope of the variable 'fforceBulk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:52: style: The scope of the variable 'fforceSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:63: style: The scope of the variable 'dcoordloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1607:73: style: The scope of the variable 'dcoupureloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:10: style: The scope of the variable 'engBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:16: style: The scope of the variable 'fforceBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1608:26: style: The scope of the variable 'dIntfcoup2loc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1735:33: style: The scope of the variable 'engSurf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:1736:10: style: The scope of the variable 'engBB' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2038:16: style: The scope of the variable 'mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2088:18: style: The scope of the variable 'fcov_ji' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2088:38: style: The scope of the variable 'mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:10: style: The scope of the variable 'ddc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:14: style: The scope of the variable 'a3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:17: style: The scope of the variable 'a4' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:20: style: The scope of the variable 'a5' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2228:23: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2315:7: style: The scope of the variable 'eflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2488:17: style: The scope of the variable 't_end' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2488:23: style: The scope of the variable 'dt' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2820:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2823:10: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2845:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2863:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2866:10: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3396:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:21: style: The scope of the variable 'trm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:26: style: The scope of the variable 'trm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3799:48: style: The scope of the variable 'ctrm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3919:12: style: The scope of the variable 'nni1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3920:28: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:3921:59: style: The scope of the variable 'coff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:4073:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:4073:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:887:19: style: Variable 'ecoul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:887:47: style: Variable 'Eion' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2448:15: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:9: style: Variable 'fqj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:22: style: Variable 'fqij2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.cpp:2330:30: style: Variable 'fqjj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/USER-SMTBQ/pair_smtbq.h:29:3: style: Class 'PairSMTBQ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:146:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:182:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:233:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:250:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:296:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:407:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:14: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:426:18: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:485:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.cpp:716:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/atom_vec_meso.h:29:3: style: Class 'AtomVecMeso' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:48:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:49:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.cpp:52:10: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_heatconduction.h:29:3: style: Class 'PairSPHHeatConduction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:49:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:50:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:53:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.cpp:54:45: style: The scope of the variable 'ci' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_idealgas.h:29:3: style: Class 'PairSPHIdealGas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:49:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:50:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.cpp:53:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_lj.h:29:3: style: Class 'PairSPHLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:21: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:67:34: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:28: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:34: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:68:40: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:15: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:22: style: The scope of the variable 'h' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:25: style: The scope of the variable 'ih' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:69:29: style: The scope of the variable 'ihsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:71:10: style: The scope of the variable 'wf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.cpp:292:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_rhosum.h:29:3: style: Class 'PairSPHRhoSum' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:54:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:54:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:55:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:58:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.cpp:59:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater.h:29:3: style: Class 'PairSPHTaitwater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:53:27: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:53:33: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:16: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:54:22: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:17: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:24: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:31: style: The scope of the variable 'imass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:57:45: style: The scope of the variable 'fi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.cpp:58:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-SPH/pair_sph_taitwater_morris.h:29:3: style: Class 'PairSPHTaitwaterMorris' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_force_tally.cpp:164:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_heat_flux_tally.cpp:184:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_pe_tally.cpp:149:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-TALLY/compute_stress_tally.cpp:173:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/dump_cfg_uef.h:31:3: warning: Member variable 'DumpCFGUef::ifix_uef' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/fix_nh_uef.cpp:713:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:28:10: style: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.cpp:106:14: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:28:10: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_box' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:29:10: style: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.cpp:115:14: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-UEF/uef_utils.h:29:10: note: Technically the member function 'LAMMPS_NS::UEF_utils::UEFBox::get_rot' can be const.
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:222:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:229:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:238:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:246:7: style: The scope of the variable 'icustom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:355:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:13: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:18: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:498:23: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:511:13: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:511:18: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:523:13: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1913:77: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1930:17: note: Missing bounds check for extra iterator increment in loop.
lammps-0~20180510.gitaa1d815fe/src/USER-VTK/dump_vtk.cpp:1913:77: note: Missing bounds check for extra iterator increment in loop.
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:210:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:435:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:494:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:494:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:497:8: style: The scope of the variable 'have_narea' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:548:15: style: The scope of the variable 'a' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/VORONOI/compute_voronoi_atom.cpp:548:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/angle.cpp:143:10: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.h:273:14: style: Technically the member function 'LAMMPS_NS::Atom::get_map_size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/atom.h:212:3: style: Class 'Atom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/force.h:100:3: style: Class 'Force' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/error.h:27:3: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.cpp:164:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.h:155:14: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:34:3: style: Class 'AngleHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:107:3: style: Class 'Neighbor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/domain.h:101:3: style: Class 'Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:36:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:37:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:38:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:40:10: style: The function 'equilibrium_angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:42:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:43:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:51:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_hybrid.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:30:3: style: Class 'AngleZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:34:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:36:10: style: The function 'equilibrium_angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:46:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/angle.h:50:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/angle_zero.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:973:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1019:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1072:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1142:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1231:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1318:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1318:11: style: The scope of the variable 'tagdata' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:27: style: The scope of the variable 'ninteger' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1367:36: style: The scope of the variable 'ndouble' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:16: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:19: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.cpp:1772:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:36:3: style: Class 'AtomVecEllipsoid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/output.h:67:3: style: Class 'Output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/group.h:31:3: style: Class 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/variable.h:25:3: style: Class 'Variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:41:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:42:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:43:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:44:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:45:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:46:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:48:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:50:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:51:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:52:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:53:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:54:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:55:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:56:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:57:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:58:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:60:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:61:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:62:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:63:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:64:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:65:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:66:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:67:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:68:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:69:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:70:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:71:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:72:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:73:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:74:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:75:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:75:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:79:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:80:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:18: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:123:26: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:18: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:200:26: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom.h:294:7: style: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:346:11: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
lammps-0~20180510.gitaa1d815fe/src/atom.h:294:7: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
lammps-0~20180510.gitaa1d815fe/src/atom.h:333:7: performance: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_map.cpp:364:11: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom.h:333:7: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:173:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:185:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:234:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:247:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:295:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:308:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:357:23: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:370:25: note: Opposite expression on both sides of '>'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:107:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:200:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:107:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:109:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:263:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:109:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:111:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:325:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:111:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:113:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:387:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:113:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:146:7: performance: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.cpp:102:14: note: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:146:7: note: Technically the member function 'LAMMPS_NS::AtomVec::grow_nmax_bonus' can be static.
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:109:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:145:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:255:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:272:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:319:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.cpp:503:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:29:3: style: Class 'AtomVecAtomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:31:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:32:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:33:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:34:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:35:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:36:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:37:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:38:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:39:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:40:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:41:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:42:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:43:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:44:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:44:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:45:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:45:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:46:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:48:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:49:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:50:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:51:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:52:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_atomic.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:167:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:248:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:302:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:398:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:530:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:548:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:566:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:650:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.cpp:787:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < int >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < int >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < double >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:73:0: style: Class 'LAMMPS_NS :: MyPoolChunk < double >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:43:3: style: Class 'AtomVecBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:45:8: style: The function 'process_args' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:46:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:47:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:48:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:49:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:50:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:51:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:52:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:53:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:53:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:54:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:55:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:56:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:57:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:58:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:59:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:60:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:61:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:62:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:63:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:64:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:65:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:65:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:66:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:67:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:67:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:68:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:69:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:69:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:70:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:70:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:71:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:72:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:73:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:74:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:75:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:76:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:76:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:77:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:77:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:78:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:78:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:79:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:80:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:80:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:81:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:82:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:82:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:83:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:83:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:87:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_body.h:87:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:181:0: error: Common realloc mistake: 'freelist' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:182:0: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/my_pool_chunk.h:183:0: error: Common realloc mistake: 'whichbin' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:116:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:152:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:262:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:279:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:328:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:406:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.cpp:548:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:29:3: style: Class 'AtomVecCharge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:31:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:32:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:33:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:34:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:34:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:35:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:35:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:36:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:37:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:38:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:39:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:40:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:40:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:41:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:41:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:42:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:43:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:44:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:45:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:46:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:46:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:47:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:47:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:48:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:49:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:50:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:51:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:52:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:53:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:54:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:55:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:56:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:57:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:58:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_charge.h:58:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:119:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:225:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:276:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:368:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:497:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:515:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:533:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:607:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_ellipsoid.cpp:731:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:323:44: style: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:51:35: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:323:44: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:444:45: style: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:64:36: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:444:45: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:44: style: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:65:35: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:44: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:67: style: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:65:60: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:465:67: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:478:63: style: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:67:36: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:478:63: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:54: style: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:68:45: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:54: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:77: style: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:68:70: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:489:77: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:59:9: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:220:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:262:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:438:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:460:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:512:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:923:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:949:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:972:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:993:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.cpp:1050:7: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:34:3: style: Class 'AtomVecHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:36:8: style: The function 'process_args' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:54:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:37:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:41:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:42:8: style: The function 'force_clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:61:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:43:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:44:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:45:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:46:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:48:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:49:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:50:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:51:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:52:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:53:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:54:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:55:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:56:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:57:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:58:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:59:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:60:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:61:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:61:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:62:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:63:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:64:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:64:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:65:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:66:7: style: The function 'property_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:67:8: style: The function 'pack_property_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_hybrid.h:68:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:133:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:238:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:277:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:351:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:469:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:487:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:552:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.cpp:663:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:35:3: style: Class 'AtomVecLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:37:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:38:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:39:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:40:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:41:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:42:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:43:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:44:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:45:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:46:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:47:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:48:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:49:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:50:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:51:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:52:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:53:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:54:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:55:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:55:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:56:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:57:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:58:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:60:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:61:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:62:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:63:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:64:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:65:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:66:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:67:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:68:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:69:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:70:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:71:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:72:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:73:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:74:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:75:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:75:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:79:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:79:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:80:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_line.h:80:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:367:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:502:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:520:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:538:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:589:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:679:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.cpp:838:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:29:3: style: Class 'AtomVecSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:32:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:33:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:34:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:35:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:36:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:37:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:38:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:39:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:40:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:41:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:42:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:43:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:44:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:45:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:46:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:47:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:48:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:49:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:50:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:51:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:52:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:53:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:54:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:55:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:56:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:57:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:58:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:59:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:59:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:60:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:61:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:61:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:62:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:63:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:63:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:64:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:64:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:65:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:66:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:67:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:68:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:69:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_sphere.h:69:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:35:8: style: The function 'post_constructor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:36:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:37:8: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:38:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:39:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:40:8: style: The function 'setup_pre_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:151:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:41:8: style: The function 'pre_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:154:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:42:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:140:11: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:285:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:337:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:439:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:570:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:588:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:606:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:710:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.cpp:888:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:37:3: style: Class 'AtomVecTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:55:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:40:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:57:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:41:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:58:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:42:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:59:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:43:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:63:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:44:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:64:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:45:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:65:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:46:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:66:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:47:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:67:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:48:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:68:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:49:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:70:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:50:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:71:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:51:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:52:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:73:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:53:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:75:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:54:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:76:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:55:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:77:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:56:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:78:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:57:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:57:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:58:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:80:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:58:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:59:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:82:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:60:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:83:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:61:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:62:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:86:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:62:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:63:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:87:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:63:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:64:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:89:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:64:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:65:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:91:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:65:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:66:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:66:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:67:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:67:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:68:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:95:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:68:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:69:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:69:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:70:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:98:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:70:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:71:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:71:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:72:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:72:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:73:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:73:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:74:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:102:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:74:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:75:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:75:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:76:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:104:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:76:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:77:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:118:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:77:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:81:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:60:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:81:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:82:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/atom_vec.h:92:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/atom_vec_tri.h:82:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:1129:20: style: Condition 'value>=vec[index]' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:864:9: style: The scope of the variable 'doneflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/balance.cpp:865:9: style: The scope of the variable 'change' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/balance.h:36:3: style: Class 'Balance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/rcb.h:42:3: style: Class 'RCB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/irregular.h:30:3: style: Class 'Irregular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:23:3: style: Class 'ImbalanceGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:23:3: style: Class 'ImbalanceTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:23:3: style: Class 'ImbalanceNeigh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:23:3: style: Class 'ImbalanceStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:23:3: style: Class 'ImbalanceVar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/timer.h:30:3: style: Class 'Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:38:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:42:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:44:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:45:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:46:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:47:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:48:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:49:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:50:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:51:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:27:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:27:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:29:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:31:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_group.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:30:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:34:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_time.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:32:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_neigh.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:32:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_store.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:28:15: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:28:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:28:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:30:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:34:16: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/imbalance.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/imbalance_var.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:144:10: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:268:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond.cpp:268:14: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.cpp:163:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:36:3: style: Class 'BondHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:38:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:39:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:40:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:41:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:42:10: style: The function 'equilibrium_distance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:43:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:44:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:45:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:46:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:53:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_hybrid.h:46:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:30:3: style: Class 'BondZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:35:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:36:10: style: The function 'equilibrium_distance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:48:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:49:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:50:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:51:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/bond.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/bond_zero.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/change_box.cpp:69:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/change_box.h:29:3: style: Class 'ChangeBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/citeme.h:25:3: style: Class 'CiteMe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:666:20: style: Condition 'value>=vec[index]' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::num_threads' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::ngpu' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:57:3: warning: Member variable 'KokkosLMP::numa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:67:3: warning: Member variable 'AtomKokkos::k_special' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/comm.h:95:7: performance: Technically the member function 'LAMMPS_NS::Comm::binary' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:652:11: note: Technically the member function 'LAMMPS_NS::Comm::binary' can be static.
lammps-0~20180510.gitaa1d815fe/src/comm.h:95:7: note: Technically the member function 'LAMMPS_NS::Comm::binary' can be static.
lammps-0~20180510.gitaa1d815fe/src/comm.h:111:7: style: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm.cpp:770:11: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm.h:111:7: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:241:14: performance: Technically the member function 'LAMMPS_NS::Pair::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:59:8: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::accelerator' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:60:7: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::neigh_list_kokkos' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:61:7: performance: Technically the member function 'LAMMPS_NS::KokkosLMP::neigh_count' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:69:8: performance: Technically the member function 'LAMMPS_NS::AtomKokkos::sync' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:70:8: performance: Technically the member function 'LAMMPS_NS::AtomKokkos::modified' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:102:8: performance: Technically the member function 'LAMMPS_NS::MemoryKokkos::grow_kokkos' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.h:23:3: style: Class 'ProcMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:23:3: style: Class 'CommBrick' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:23:3: style: Class 'CommTiled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:67:3: style: Class 'AtomKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:75:3: style: Class 'CommKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:81:3: style: Class 'CommTiledKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:88:3: style: Class 'DomainKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:94:3: style: Class 'NeighborKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:100:3: style: Class 'MemoryKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/accelerator_kokkos.h:107:3: style: Class 'ModifyKokkos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:27:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:28:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:29:16: style: The function 'forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:30:16: style: The function 'reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:31:16: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:74:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:32:16: style: The function 'borders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:34:16: style: The function 'forward_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:35:16: style: The function 'reverse_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:80:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:36:16: style: The function 'forward_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:81:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:38:16: style: The function 'reverse_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:40:16: style: The function 'reverse_comm_fix_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:42:16: style: The function 'forward_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:43:16: style: The function 'reverse_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:85:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:44:16: style: The function 'forward_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:45:16: style: The function 'reverse_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:47:8: style: The function 'forward_comm_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:93:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:48:7: style: The function 'exchange_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:49:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:104:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:49:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:27:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:65:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:27:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:28:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:71:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:28:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:29:16: style: The function 'forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:72:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:30:16: style: The function 'reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:31:16: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:74:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:32:16: style: The function 'borders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:75:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:34:16: style: The function 'forward_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:79:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:35:16: style: The function 'reverse_comm_pair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:80:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:36:16: style: The function 'forward_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:81:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:38:16: style: The function 'reverse_comm_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:40:16: style: The function 'reverse_comm_fix_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:83:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:42:16: style: The function 'forward_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:42:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:43:16: style: The function 'reverse_comm_compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:85:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:44:16: style: The function 'forward_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:44:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:45:16: style: The function 'reverse_comm_dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:45:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:47:16: style: The function 'forward_comm_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:93:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:47:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:48:15: style: The function 'exchange_variable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:94:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:48:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:50:8: style: The function 'coord2proc_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:51:7: style: The function 'coord2proc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:100:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:51:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:53:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/comm.h:104:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:53:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:590:37: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:591:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:591:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:592:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:714:33: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:715:35: style: The scope of the variable 'nlast' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:889:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:928:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:970:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1014:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1097:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1136:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1174:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1213:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1250:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:1250:21: style: The scope of the variable 'last' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:81:7: style: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:418:16: note: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:81:7: note: Technically the member function 'LAMMPS_NS::CommBrick::updown' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:89:16: warning: Virtual function 'free_swap' is called from destructor '~CommBrick()' at line 73. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:73:3: note: Calling free_swap
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:89:16: note: free_swap is a virtual method
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:90:16: warning: Virtual function 'free_multi' is called from destructor '~CommBrick()' at line 75. Dynamic binding is not used. [virtualCallInConstructor]
lammps-0~20180510.gitaa1d815fe/src/comm_brick.cpp:75:5: note: Calling free_multi
lammps-0~20180510.gitaa1d815fe/src/comm_brick.h:90:16: note: free_multi is a virtual method
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:252:19: style: Condition 'indexme>=0' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:244:18: note: Assignment 'indexme=-1', assigned value is -1
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:252:19: note: Condition 'indexme>=0' is always false
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1789:15: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:129:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:446:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:446:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:549:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:549:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:11: style: The scope of the variable 'nexch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:635:29: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:636:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:636:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:637:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:19: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:25: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:767:45: style: The scope of the variable 'ncountall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:770:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:976:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:976:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1024:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1024:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1073:23: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1073:29: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1124:23: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1124:29: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1182:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1182:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1230:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1230:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1276:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1276:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1323:17: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1323:23: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1367:32: style: The scope of the variable 'nsend' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1367:38: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1468:10: style: The scope of the variable 'lower' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:128:8: style: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1559:17: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:128:8: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:129:8: style: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1607:17: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:129:8: note: Technically the member function 'LAMMPS_NS::CommTiled::box_other_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:133:7: style: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1630:16: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:133:7: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_brick' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:134:7: style: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.cpp:1640:16: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/comm_tiled.h:134:7: note: Technically the member function 'LAMMPS_NS::CommTiled::box_touch_tiled' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.cpp:295:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/neigh_list.h:105:7: style: Technically the member function 'LAMMPS_NS::NeighList::get_maxlocal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neigh_list.h:99:3: style: Class 'NeighList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:114:3: style: Class 'NeighRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:36:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:37:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_aggregate_atom.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/my_page.h:214:0: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angle_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_angmom_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:40:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:41:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:42:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:43:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:45:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:46:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:220:17: warning: Identical condition 'btype==0', second condition is always false [identicalConditionAfterEarlyExit]
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:207:17: note: first condition
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:220:17: note: second condition
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.cpp:342:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_bond_local.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:44:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.cpp:336:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:44:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:45:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.cpp:381:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:45:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_centro_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1049:5: warning: Possible null pointer dereference: list [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1043:15: note: Assignment 'list=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1049:5: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:403:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1151:9: style: The scope of the variable 'molid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1173:17: style: The scope of the variable 'idim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1323:10: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1323:14: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1389:10: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1389:14: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:12: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:16: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:20: style: The scope of the variable 'vollo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1435:26: style: The scope of the variable 'volhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1458:9: style: The scope of the variable 'iradbin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:12: style: The scope of the variable 'rlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:16: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:20: style: The scope of the variable 'arealo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_chunk_atom.cpp:1459:27: style: The scope of the variable 'areahi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cluster_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_cna_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:36:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:38:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:39:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:40:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:41:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:42:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_com_chunk.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.cpp:179:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:34:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:35:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_contact_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:165:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:165:29: style: The scope of the variable 'jtype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.cpp:168:11: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:34:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:35:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_coord_atom.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:34:3: style: Class 'DihedralHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:36:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:37:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:38:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dihedral_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_dipole_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:34:8: style: The function 'refresh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:132:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_displace_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_erotate_sphere_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.cpp:223:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:109:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:35:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:36:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_fragment_atom.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_global_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.cpp:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_group_group.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_gyration_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_heat_flux.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:141:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:46:8: style: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:261:34: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:46:8: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::calc_qn_trig' can be const.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:47:8: performance: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.cpp:282:27: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:47:8: note: Technically the member function 'LAMMPS_NS::ComputeHexOrderAtom::select2' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:33:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_hexorder_atom.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:34:3: style: Class 'ImproperHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:36:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:42:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:37:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:38:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:39:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:49:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:32:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_improper_local.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_inertia_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:30:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:31:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke.h:31:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_ke_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:32:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.cpp:213:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_msd_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.cpp:200:10: style: The scope of the variable 'determinant' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_omega_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:199:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:528:28: style: The scope of the variable 'pm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:404:44: style: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:52:38: note: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:404:44: note: Function 'calc_boop' argument 2 names different: declaration 'numNeighbors' definition 'ncount'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:44: style: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:53:35: note: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:44: note: Function 'calc_boop' argument 4 names different: declaration 'nlist' definition 'qlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:57: style: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:53:48: note: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:405:57: note: Function 'calc_boop' argument 5 names different: declaration 'nnlist' definition 'nqlist'.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:51:8: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:330:30: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:51:8: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::select3' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:54:10: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:494:32: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:54:10: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::dist' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:57:10: performance: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.cpp:524:32: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_orientorder_atom.h:57:10: note: Technically the member function 'LAMMPS_NS::ComputeOrientOrderAtom::associated_legendre' can be static.
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.cpp:170:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:33:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pair_local.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.cpp:189:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:33:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:34:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pe_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.cpp:269:16: style: The scope of the variable 'vcomponent' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:32:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:32:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:33:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:34:8: style: The function 'reset_extra_compute_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_pressure.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.cpp:51:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:33:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_atom.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.cpp:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:48:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:363:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:668:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:682:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:696:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:710:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:738:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:738:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:753:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:753:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:768:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:768:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:783:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:783:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:798:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:798:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:813:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:813:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:828:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:828:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:843:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:843:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:858:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:858:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:873:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:873:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:888:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:888:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:903:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:903:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:918:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:918:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:933:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:933:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:948:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:948:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:963:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.cpp:963:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:32:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:33:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:106:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_property_local.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:33:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:34:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_rdf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:34:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:33:10: style: The function 'compute_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:55:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:34:10: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute_reduce.h:56:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_reduce_region.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:32:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_slice.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.cpp:134:10: style: The scope of the variable 'onemass' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.cpp:366:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:32:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:105:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:33:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:111:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:34:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:112:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_stress_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.cpp:562:10: style: The scope of the variable 'dof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:32:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:32:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:33:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:34:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:37:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:38:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:39:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:41:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:42:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:43:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:44:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:45:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:47:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_chunk.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:38:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:40:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:41:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_com.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:38:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:40:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:41:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_deform.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:35:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:36:16: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:37:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:38:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:39:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:36:7: style: The function 'dof_remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:37:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:39:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:40:8: style: The function 'reapply_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:41:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:42:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:43:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:44:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_partial.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:35:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:37:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:39:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:40:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:41:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:42:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:43:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_profile.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:37:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:38:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:39:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:40:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:41:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_ramp.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:33:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:33:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:34:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:36:8: style: The function 'dof_remove_pre' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:114:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:37:7: style: The function 'dof_remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:115:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:39:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:40:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:41:8: style: The function 'remove_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:42:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:43:8: style: The function 'restore_bias_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:44:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:45:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_region.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.cpp:284:10: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:102:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:34:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:36:8: style: The function 'remove_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:37:8: style: The function 'remove_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:117:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:38:8: style: The function 'restore_bias' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:39:8: style: The function 'restore_bias_thr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_temp_sphere.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:32:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:34:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:35:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:36:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:37:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:38:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_torque_chunk.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:32:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:103:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:33:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:107:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vacf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:99:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:101:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:33:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:104:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:35:8: style: The function 'lock_enable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:36:8: style: The function 'lock_disable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:37:7: style: The function 'lock_length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:128:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:38:8: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:39:8: style: The function 'unlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/compute.h:138:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/compute_vcm_chunk.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/create_atoms.cpp:797:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_atoms.h:29:3: style: Class 'CreateAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/special.h:23:3: style: Class 'Special' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:233:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.cpp:234:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/create_bonds.h:29:3: style: Class 'CreateBonds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/create_box.h:29:3: style: Class 'CreateBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:33:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:34:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:35:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:342:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:343:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:553:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.cpp:553:14: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.h:48:14: performance: Technically the member function 'LAMMPS_NS::DeleteAtoms::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/delete_atoms.h:30:3: style: Class 'DeleteAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/delete_bonds.cpp:146:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/delete_bonds.h:29:3: style: Class 'DeleteBonds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/dihedral.cpp:147:10: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dihedral_hybrid.cpp:165:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:34:3: style: Class 'DihedralZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:36:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:37:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:38:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:41:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dihedral.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dihedral_zero.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/displace_atoms.h:29:3: style: Class 'DisplaceAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:629:10: style: The scope of the variable 'lamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:663:10: style: The scope of the variable 'lamda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1161:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1195:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/domain.h:113:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:954:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:113:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:114:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1023:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:114:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:115:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1087:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:115:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image_once' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:116:7: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1148:13: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:116:7: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:117:7: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1183:13: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:117:7: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:118:8: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1220:14: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:118:8: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:123:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1538:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:123:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:124:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1561:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:124:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:125:8: style: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1597:14: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:125:8: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:135:8: style: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:1919:14: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:135:8: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
lammps-0~20180510.gitaa1d815fe/src/domain.h:143:8: performance: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/domain.cpp:2009:14: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
lammps-0~20180510.gitaa1d815fe/src/domain.h:143:8: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:484:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:697:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:698:30: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/mergesort.h:95:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:592:9: style: The scope of the variable 'iproc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump.cpp:593:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::columns' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::header_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::pack_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::convert_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.cpp:30:11: warning: Member variable 'DumpAtom::write_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:37:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:38:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:39:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:40:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:41:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:123:14: warning: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:44:14: note: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'.
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:123:14: note: The class 'DumpCFG' defines member variable with name 'write_choice' also defined in its parent class 'DumpCustom'.
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:97:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:137:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:97:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:98:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:98:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:101:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:101:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:38:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:39:16: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:40:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:99:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:41:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:100:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_cfg.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:330:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:337:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:346:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:354:7: style: The scope of the variable 'icustom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:13: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:18: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:676:23: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:689:13: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:689:18: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:701:13: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:1158:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2269:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2287:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2319:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2336:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2353:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2370:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2375:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2391:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2396:7: style: The scope of the variable 'ybox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2396:12: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2411:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2416:7: style: The scope of the variable 'zbox' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2430:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2448:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2466:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2484:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2503:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.cpp:2522:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.cpp:55:10: warning: Member variable 'DumpDCD::nframes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump.h:108:10: warning: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:33:14: note: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'.
lammps-0~20180510.gitaa1d815fe/src/dump.h:108:10: note: The class 'DumpDCD' defines member variable with name 'ntotal' also defined in its parent class 'Dump'.
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:39:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:40:8: style: The function 'openfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:41:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:42:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:43:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:44:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:45:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:52:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_dcd.h:45:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1002:24: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1002:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1004:24: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:1004:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:23: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:29: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:35: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:40: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:46: style: The scope of the variable 'btype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:52: style: The scope of the variable 'ibonus' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:740:59: style: The scope of the variable 'drawflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:19: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:24: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:742:29: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:743:8: style: The scope of the variable 'bodyvec' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:743:17: style: The scope of the variable 'fixvec' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:745:18: style: The scope of the variable 'color1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:745:26: style: The scope of the variable 'color2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:11: style: The scope of the variable 'p1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:15: style: The scope of the variable 'p2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:746:19: style: The scope of the variable 'p3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:747:10: style: The scope of the variable 'xmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:747:32: style: The scope of the variable 'pt3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_image.cpp:748:10: style: The scope of the variable 'mat' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/image.h:126:17: performance: Technically the member function 'LAMMPS_NS::Image::saturate' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.h:132:17: performance: Technically the member function 'LAMMPS_NS::Image::distance' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:33:7: style: The function 'pack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:46:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:34:8: style: The function 'unpack_forward_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:95:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:95:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:96:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:96:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:219:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:226:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:283:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:404:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:39:12: warning: Member variable 'DumpLocal::nmine' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:39:12: warning: Member variable 'DumpLocal::write_choice' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:122:3: style: Class 'DumpLocal' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/src/dump_local.cpp:122:3: style: Class 'DumpLocal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:56:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:56:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:57:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:58:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:59:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:137:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:60:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:60:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:61:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:61:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:62:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_local.h:62:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.cpp:47:8: style: The scope of the variable 'moviecmd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:31:16: style: The function 'openfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:32:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_image.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:33:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump_custom.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_movie.h:33:15: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:36:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:37:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:38:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:138:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:39:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:139:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:140:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:41:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/dump.h:135:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/dump_xyz.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:936:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:66:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/finish.cpp:67:7: style: The scope of the variable 'histo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/finish.h:23:3: style: Class 'Finish' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/fix.cpp:239:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix.cpp:314:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_adapt.cpp:576:16: style: The scope of the variable 'density' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.h:196:7: warning: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:73:12: note: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'.
lammps-0~20180510.gitaa1d815fe/src/pair.h:196:7: note: The class 'PairHybrid' defines member variable with name 'special_lj' also defined in its parent class 'Pair'.
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:36:3: style: Class 'PairHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:38:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:39:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:41:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:42:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:43:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:44:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:45:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:46:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:46:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:47:8: style: The function 'modify_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:48:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:169:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:48:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:50:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:51:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:51:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:52:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:53:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:53:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:54:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:177:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:58:16: style: The function 'add_tally_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:58:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:59:16: style: The function 'del_tally_callback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:189:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:59:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:50:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:50:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:51:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:51:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:52:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:27:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:52:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:53:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:28:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:53:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:54:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:54:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/respa.h:55:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:30:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/respa.h:55:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_addforce.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.cpp:295:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.cpp:295:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:38:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:39:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_atom.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.cpp:569:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_chunk.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.cpp:416:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_correlate.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.cpp:571:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:36:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:37:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo_weight.h:32:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_histo_weight.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:558:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:709:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.cpp:922:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:34:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:35:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:37:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:38:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_ave_time.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:38:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_aveforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix.h:40:7: warning: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:44:7: note: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:40:7: note: The class 'FixBalance' defines member variable with name 'nevery' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:33:8: style: The function 'post_constructor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:110:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:36:8: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:114:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:37:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:38:8: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:123:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:39:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:40:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_balance.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:20: style: The scope of the variable 'scalex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:27: style: The scope of the variable 'scaley' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:34: style: The scope of the variable 'scalez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:441:41: style: The scope of the variable 'scalevol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:90:10: style: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.cpp:887:21: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:90:10: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:34:10: style: The function 'min_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:165:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:35:8: style: The function 'min_store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:166:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:36:8: style: The function 'min_clearstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:167:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:37:8: style: The function 'min_pushstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:168:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:38:8: style: The function 'min_popstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:169:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:39:7: style: The function 'min_reset_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:170:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:40:8: style: The function 'min_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:171:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:41:10: style: The function 'max_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:172:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:42:7: style: The function 'min_dof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:173:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:44:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:92:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_box_relax.h:92:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.cpp:123:13: style: Expression is always false because 'else if' condition matches previous condition at line 111. [multiCondition]
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:34:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_controller.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:63:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:972:22: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/fix_deform.cpp:564:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.cpp:27:17: style: The scope of the variable 'message' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:35:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_deprecated.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_drag.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:35:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_dt_reset.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_enforce2d.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:36:8: style: The function 'setup_pre_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:118:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:37:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:38:8: style: The function 'pre_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:126:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:39:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:40:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:41:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:42:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:51:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:51:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:52:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:53:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:53:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:54:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:54:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:55:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_external.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:41:7: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:36:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:37:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_gravity.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.cpp:158:65: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:34:8: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:35:8: style: The function 'post_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:153:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:36:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_group.h:36:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:219:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:219:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.cpp:220:25: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:35:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_halt.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.cpp:147:18: style: The scope of the variable 'massone' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:34:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:35:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_heat.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_indent.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.cpp:493:0: style: The scope of the variable 'fsumall' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:34:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:35:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:36:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:37:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:38:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:39:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:40:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:41:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:42:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:42:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:43:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:44:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_langevin.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:31:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:32:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:35:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_lineforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:19: style: The scope of the variable 'dx0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:23: style: The scope of the variable 'dy0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:114:27: style: The scope of the variable 'dz0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:189:22: style: The scope of the variable 'nj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:205:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:205:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:222:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.cpp:222:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_minimize.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:32:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_momentum.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.cpp:1001:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:34:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:35:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:36:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:37:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:39:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:40:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:41:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:42:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:43:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:44:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:48:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:49:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:50:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:52:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_move.h:52:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:224:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:19: style: The scope of the variable 'nn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:22: style: The scope of the variable 'np' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.cpp:555:30: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < tagint >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::page' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::ipage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagesize' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/my_page.h:64:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:95:14: performance: Technically the member function 'LAMMPS_NS::FixNeighHistory::sbmask' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:38:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:39:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:40:8: style: The function 'setup_post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:116:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:41:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:42:8: style: The function 'min_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:43:16: style: The function 'post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:124:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:43:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:44:8: style: The function 'min_post_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:45:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:47:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:48:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:49:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:50:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:52:7: style: The function 'pack_reverse_comm_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:177:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:52:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:53:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:178:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:53:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:54:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:179:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:54:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:55:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:55:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:56:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:56:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:57:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:57:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:58:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:58:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:59:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:59:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:60:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_neigh_history.h:60:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1672:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1334:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1445:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:1822:17: style: The scope of the variable 'factor_etap' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:139:10: style: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.cpp:2125:15: note: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:139:10: note: Technically the member function 'LAMMPS_NS::FixNH::compute_strain_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:25:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:25:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:27:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:27:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:28:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:28:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:29:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:29:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:30:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:31:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:32:16: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:122:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:33:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:33:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:34:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:37:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:38:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:38:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:39:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:40:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:41:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:41:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:42:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/math_vector.h:395:18: style: The scope of the variable 'yi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_vector.h:421:18: style: The scope of the variable 'yi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:25:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:25:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:30:8: style: The function 'nve_v' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:131:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:31:8: style: The function 'nve_x' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:130:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:32:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nh_sphere.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:35:16: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:36:16: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:37:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:32:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:33:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:128:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:34:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:35:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:156:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:36:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:37:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_limit.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:32:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:33:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:34:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_noforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:25: style: The scope of the variable 'msq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:29: style: The scope of the variable 'scale' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:35: style: The scope of the variable 's2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.cpp:102:38: style: The scope of the variable 'inv_len_mu' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:32:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:33:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nve.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nve_sphere.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:36:8: style: The function 'nh_v_temp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_nh.h:133:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_nvt_sllod.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:31:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:32:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:35:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_planeforce.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:35:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_press_berendsen.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_print.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.cpp:209:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:56:8: note: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixPropertyAtom' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:34:8: style: The function 'read_data_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:192:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:35:10: style: The function 'read_data_skip_lines' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:193:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:36:8: style: The function 'write_data_section_size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:196:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:37:8: style: The function 'write_data_section_pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:197:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:38:8: style: The function 'write_data_section_keyword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:198:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:39:8: style: The function 'write_data_section' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:199:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:41:16: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:42:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:43:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:142:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:44:7: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:143:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:45:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:46:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:46:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:47:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:48:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:49:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:49:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:50:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:50:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:51:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_property_atom.h:51:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.cpp:42:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:34:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_read_restart.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:32:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:33:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:34:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_recenter.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:35:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:36:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:39:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:40:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:41:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:42:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_respa.h:42:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_restrain.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:32:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:35:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:35:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:38:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_setforce.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.cpp:150:19: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_chunk.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:30:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:32:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:33:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:34:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_rg.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:40:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:41:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:42:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:43:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:44:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:45:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:45:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:46:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:47:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:47:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:48:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_spring_self.h:48:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store.cpp:190:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:38:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_force.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:37:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:38:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:39:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:39:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:40:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:41:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:146:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:42:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:43:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:148:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:43:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:44:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:149:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_store_state.h:44:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_berendsen.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:36:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csld.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:33:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:36:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:36:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_csvr.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:33:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:34:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:208:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:35:8: style: The function 'reset_target' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:187:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:36:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:209:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_temp_rescale.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:415:34: style: Same expression on both sides of '/' because the value of 'sizeof(char*)' and 'sizeof(char)' are the same. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:178:45: style: The scope of the variable 'lambda' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:393:15: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.cpp:415:20: warning: Division of result of sizeof() on pointer type. [divideSizeof]
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:32:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:34:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:120:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:35:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:152:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:37:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:211:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:38:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:39:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:40:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:144:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:41:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:145:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:41:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:42:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:188:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_tmd.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:34:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:129:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:35:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:36:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:183:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_vector.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.cpp:82:7: style: The scope of the variable 'max_respa' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_viscous.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:33:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:34:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:35:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:36:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:37:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:125:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:38:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:39:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:40:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:41:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:42:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall.cpp:77:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_harmonic.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj1043.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:31:8: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj126.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:30:8: style: The function 'precompute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:30:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:31:16: style: The function 'wall_particle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix_wall.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_lj93.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:190:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:190:13: style: The scope of the variable 'side' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:33:8: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:121:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_reflect.cpp:68:26: error: Uninitialized variable: newwall [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: warning: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:42:7: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix.h:25:13: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:31:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:108:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:32:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:111:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:33:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:113:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:34:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:119:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:35:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:127:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:36:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:155:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:37:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:38:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:181:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:38:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:39:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/fix.h:182:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/fix_wall_region.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/force.h:140:15: performance: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/force.cpp:1088:20: note: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static.
lammps-0~20180510.gitaa1d815fe/src/force.h:140:15: note: Technically the member function 'LAMMPS_NS::Force::potential_name' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:29:3: style: Class 'PairHybridOverlay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:31:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid_overlay.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/group.cpp:379:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:417:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:447:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:458:18: style: The scope of the variable 'ok' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:10: style: The scope of the variable 'idiag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:19: style: The scope of the variable 'ex' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:25: style: The scope of the variable 'ey' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:31: style: The scope of the variable 'ez' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:1674:37: style: The scope of the variable 'cross' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:62:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lammps-0~20180510.gitaa1d815fe/src/group.h:70:7: style: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/group.cpp:620:12: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
lammps-0~20180510.gitaa1d815fe/src/group.h:70:7: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.cpp:527:17: style: Boolean variable 'yin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:533:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:539:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lammps-0~20180510.gitaa1d815fe/src/image.h:43:8: performance: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:993:13: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:43:8: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:44:8: performance: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1025:13: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:44:8: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:55:7: style: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1095:12: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.h:55:7: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
lammps-0~20180510.gitaa1d815fe/src/image.h:62:10: performance: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1627:15: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:62:10: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:64:7: performance: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/image.cpp:1477:12: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
lammps-0~20180510.gitaa1d815fe/src/image.h:64:7: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
lammps-0~20180510.gitaa1d815fe/src/improper.cpp:145:10: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/improper_hybrid.cpp:174:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:30:3: style: Class 'ImproperZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:43:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:34:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:38:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/improper.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/improper_zero.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/info.cpp:367:14: style: The scope of the variable 'cut' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/info.h:36:8: performance: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1132:12: note: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:36:8: note: Technically the member function 'LAMMPS_NS::Info::has_gzip_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:37:8: performance: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1140:12: note: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:37:8: note: Technically the member function 'LAMMPS_NS::Info::has_png_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:38:8: performance: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1148:12: note: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:38:8: note: Technically the member function 'LAMMPS_NS::Info::has_jpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:39:8: performance: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1156:12: note: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:39:8: note: Technically the member function 'LAMMPS_NS::Info::has_ffmpeg_support' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:40:8: performance: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/info.cpp:1164:12: note: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:40:8: note: Technically the member function 'LAMMPS_NS::Info::has_exceptions' can be static.
lammps-0~20180510.gitaa1d815fe/src/info.h:29:3: style: Class 'Info' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1143:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1145:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1144:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:1145:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/input.cpp:601:33: style: The scope of the variable 'expandflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/input.h:68:7: style: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/input.cpp:730:12: note: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const.
lammps-0~20180510.gitaa1d815fe/src/input.h:68:7: note: Technically the member function 'LAMMPS_NS::Input::numtriple' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:7: style: The scope of the variable 'igx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:11: style: The scope of the variable 'igy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:152:15: style: The scope of the variable 'igz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:439:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:506:20: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:711:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:744:20: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/irregular.h:37:8: style: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:793:17: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:37:8: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_data' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:38:10: style: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:837:19: note: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:38:10: note: Technically the member function 'LAMMPS_NS::Irregular::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:88:8: style: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/irregular.cpp:550:17: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/irregular.h:88:8: note: Technically the member function 'LAMMPS_NS::Irregular::destroy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:104:8: style: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:354:14: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:104:8: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:106:8: style: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:400:14: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:106:8: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:107:8: style: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/kspace.cpp:418:14: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
lammps-0~20180510.gitaa1d815fe/src/kspace.h:107:8: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:828:0: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:836:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:844:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:852:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:860:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:868:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:876:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:884:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:892:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:900:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:908:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:916:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:924:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: note: Variable 'pos' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:932:3: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::atomKK' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:65:9: warning: Member variable 'LAMMPS::memoryKK' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/lammps.cpp:67:3: style: Class 'LAMMPS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/src/python.h:35:3: style: Class 'Python' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:173:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:173:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:174:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:174:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:175:7: warning: Possible null pointer dereference: orient [nullPointer]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:169:21: note: Assignment 'orient=NULL', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:175:7: note: Null pointer dereference
lammps-0~20180510.gitaa1d815fe/src/lattice.h:32:8: style: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:476:15: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:32:8: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:33:8: style: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:508:15: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:33:8: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:49:7: style: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:325:14: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:49:7: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:50:7: style: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:341:14: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:50:7: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:54:10: performance: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:545:17: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:54:10: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:55:8: performance: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/lattice.cpp:554:15: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
lammps-0~20180510.gitaa1d815fe/src/lattice.h:55:8: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
lammps-0~20180510.gitaa1d815fe/src/library.cpp:936:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:104:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:28: style: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:79:30: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:28: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:51: style: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:79:55: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:43:51: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:486:32: style: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/math_extra.h:126:34: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
lammps-0~20180510.gitaa1d815fe/src/math_extra.cpp:486:32: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
lammps-0~20180510.gitaa1d815fe/src/math_special.cpp:496:14: style: union member 'udi_t::u' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:43:30: style: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/memory.h:26:24: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:43:30: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:73:42: style: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/memory.h:27:33: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:73:42: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/src/memory.h:28:8: performance: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/memory.cpp:107:14: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/src/memory.h:28:8: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/src/min.cpp:733:7: style: Condition 'eflag_global' is always true [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:723:22: note: Assignment 'eflag_global=1', assigned value is 1
lammps-0~20180510.gitaa1d815fe/src/min.cpp:733:7: note: Condition 'eflag_global' is always true
lammps-0~20180510.gitaa1d815fe/src/min.cpp:760:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:761:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:790:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min.cpp:791:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:39:13: style: The scope of the variable 'fail' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:39:18: style: The scope of the variable 'ntimestep' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_cg.cpp:40:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:23:3: style: Class 'MinLineSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:29:3: style: Class 'MinCG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:25:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:25:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:26:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:26:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:27:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.h:27:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:30:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_cg.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.cpp:85:21: style: The scope of the variable 'dtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:29:3: style: Class 'MinFire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:32:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:33:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:34:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_fire.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:208:7: style: Condition 'bPrintProgress' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:206:26: note: Assignment 'bPrintProgress=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:208:7: note: Condition 'bPrintProgress' is always false
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:220:7: style: Condition 'bPrintProgress' is always false [knownConditionTrueFalse]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:206:26: note: Assignment 'bPrintProgress=false', assigned value is 0
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:220:7: note: Condition 'bPrintProgress' is always false
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:735:20: style: Variable 'dEnergyAtX' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:76:10: warning: Member variable 'MinHFTN::_daAVectors' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.cpp:76:10: warning: Member variable 'MinHFTN::_nNumUnknowns' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:110:9: style: Unused private function: 'MinHFTN::open_hftn_print_file_' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:121:9: style: Unused private function: 'MinHFTN::close_hftn_print_file_' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:32:3: style: Class 'MinHFTN' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:34:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:35:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:36:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:37:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_hftn.h:37:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:183:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:183:19: style: The scope of the variable 'de' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:184:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:184:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:332:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:332:19: style: The scope of the variable 'de' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:10: style: The scope of the variable 'delfh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:24: style: The scope of the variable 'relerr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:48: style: The scope of the variable 'ff' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:51: style: The scope of the variable 'fh' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:333:54: style: The scope of the variable 'alpha0' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:335:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:590:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:590:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:596:10: style: The scope of the variable 'fhPrev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:598:19: style: The scope of the variable 'engPrev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:599:8: style: The scope of the variable 'backtrack' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:844:26: style: The scope of the variable 'hatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:886:10: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:886:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:887:12: style: The scope of the variable 'hatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_linesearch.cpp:887:20: style: The scope of the variable 'fatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.cpp:80:21: style: The scope of the variable 'dtf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:29:3: style: Class 'MinQuickMin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:32:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:45:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:33:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:46:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:34:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_quickmin.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:38:13: style: The scope of the variable 'fail' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:38:18: style: The scope of the variable 'ntimestep' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.cpp:39:10: style: The scope of the variable 'fdotf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:29:3: style: Class 'MinSD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:30:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/min.h:47:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/min_sd.h:30:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/minimize.h:29:3: style: Class 'Minimize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:504:11: style: The scope of the variable 'eatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:668:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:718:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:734:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:765:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:789:15: style: The scope of the variable 'exceptions' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/modify.h:158:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1530:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:158:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:160:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1571:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:160:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:161:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/modify.cpp:1591:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/modify.h:161:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy_atom' can be const.
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:20: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:23: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:313:26: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:405:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:405:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1085:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1323:9: style: The scope of the variable 'ncount' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/molecule.h:157:7: performance: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/molecule.cpp:1711:15: note: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static.
lammps-0~20180510.gitaa1d815fe/src/molecule.h:157:7: note: Technically the member function 'LAMMPS_NS::Molecule::parse' can be static.
lammps-0~20180510.gitaa1d815fe/src/nbin.h:45:10: style: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/nbin.cpp:152:14: note: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/nbin.h:45:10: note: Technically the member function 'LAMMPS_NS::NBin::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:31:3: style: Class 'NBinStandard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:33:8: style: The function 'setup_bins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nbin.h:47:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:34:8: style: The function 'bin_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nbin.h:48:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nbin_standard.cpp:181:15: error: Uninitialized variable: mbinzhi [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.cpp:225:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:118:7: style: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neigh_request.cpp:165:19: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
lammps-0~20180510.gitaa1d815fe/src/neigh_request.h:118:7: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:344:3: style: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:343:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:344:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:915:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1035:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1101:17: style: The scope of the variable 'irq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1604:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1656:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1755:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1953:25: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:24: style: The scope of the variable 'delta1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1954:31: style: The scope of the variable 'delta2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2011:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2122:43: style: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:116:35: note: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2122:43: note: Function 'build_one' argument 1 names different: declaration 'list' definition 'mylist'.
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:705:17: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:708:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:711:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:123:7: style: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:2368:15: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:123:7: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:207:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:913:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:207:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_unique' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:209:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1032:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:209:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_granular' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:210:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1098:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:210:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_halffull' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:211:8: style: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/neighbor.cpp:1169:16: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const.
lammps-0~20180510.gitaa1d815fe/src/neighbor.h:211:8: note: Technically the member function 'LAMMPS_NS::Neighbor::morph_copy' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:46:14: style: Technically the member function 'LAMMPS_NS::NStencil::get_maxstencil' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:31:3: style: Class 'NPairCopy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_copy.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:37:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.cpp:39:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:32:3: style: Class 'NPairFullBin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:36:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.cpp:37:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:32:3: style: Class 'NPairFullBinAtomonly' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_atomonly.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:32:3: style: Class 'NPairFullBinGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_bin_ghost.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:38:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:41:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:42:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.cpp:42:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:31:3: style: Class 'NPairFullMulti' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_multi.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:38:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:38:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:31:3: style: Class 'NPairFullNsq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:38:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:38:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:32:3: style: Class 'NPairFullNsqGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_full_nsq_ghost.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:31:3: style: Class 'NPairHalfBinAtomonlyNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_atomonly_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:39:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:31:3: style: Class 'NPairHalfBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:41:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:41:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.cpp:43:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:31:3: style: Class 'NPairHalfBinNewtoffGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newtoff_ghost.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:31:3: style: Class 'NPairHalfBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:38:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.cpp:95:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:31:3: style: Class 'NPairHalfBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:40:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:43:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:44:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.cpp:44:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:31:3: style: Class 'NPairHalfMultiNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:31:3: style: Class 'NPairHalfMultiNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:39:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:42:18: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:43:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:43:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.cpp:105:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:31:3: style: Class 'NPairHalfMultiNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_multi_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:39:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:31:3: style: Class 'NPairHalfNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:41:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:41:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.cpp:43:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:31:3: style: Class 'NPairHalfNsqNewtoffGhost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newtoff_ghost.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:39:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:31:3: style: Class 'NPairHalfNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:40:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:31:3: style: Class 'NPairHalfRespaBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:39:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:31:3: style: Class 'NPairHalfRespaBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:40:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.cpp:121:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:31:3: style: Class 'NPairHalfRespaBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:40:25: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.cpp:42:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:31:3: style: Class 'NPairHalfRespaNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:41:35: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.cpp:44:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:31:3: style: Class 'NPairHalfRespaNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_respa_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:39:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:31:3: style: Class 'NPairHalfSizeBinNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:38:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:39:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.cpp:40:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:31:3: style: Class 'NPairHalfSizeBinNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:39:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:39:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.cpp:86:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:31:3: style: Class 'NPairHalfSizeBinNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_bin_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:39:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:40:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.cpp:41:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:31:3: style: Class 'NPairHalfSizeNsqNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:40:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:40:13: style: The scope of the variable 'itag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.cpp:42:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:31:3: style: Class 'NPairHalfSizeNsqNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:33:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_half_size_nsq_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.cpp:41:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:47:3: style: Class 'NPairHalffullNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:49:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newtoff.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:39:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:37:3: style: Class 'NPairHalffullNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:39:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_halffull_newton.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip.cpp:40:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:39:3: style: Class 'NPairSkip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:41:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.cpp:38:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.cpp:38:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:33:3: style: Class 'NPairSkipRespa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_respa.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.cpp:36:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.cpp:36:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:32:3: style: Class 'NPairSkipSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:34:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.cpp:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.cpp:37:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:33:3: style: Class 'NPairSkipSizeOff2on' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:33:3: style: Class 'NPairSkipSizeOff2onOneside' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:35:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/npair.h:35:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/npair_skip_size_off2on_oneside.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:74:10: style: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/nstencil.cpp:206:18: note: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:74:10: note: Technically the member function 'LAMMPS_NS::NStencil::bin_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:32:3: style: Class 'NStencilFullBin2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:32:3: style: Class 'NStencilFullBin3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_bin_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:32:3: style: Class 'NStencilFullGhostBin2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:32:3: style: Class 'NStencilFullGhostBin3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_ghost_bin_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:31:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:32:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:33:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.cpp:34:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:32:3: style: Class 'NStencilFullMulti2d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_2d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:31:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:32:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:33:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.cpp:34:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:32:3: style: Class 'NStencilFullMulti3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_full_multi_3d.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:31:3: style: Class 'NStencilHalfBin2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:31:3: style: Class 'NStencilHalfBin2dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:31:3: style: Class 'NStencilHalfBin2dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_2d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:31:3: style: Class 'NStencilHalfBin3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:31:3: style: Class 'NStencilHalfBin3dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:31:3: style: Class 'NStencilHalfBin3dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_bin_3d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:32:3: style: Class 'NStencilHalfGhostBin2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_2d_newtoff.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:32:3: style: Class 'NStencilHalfGhostBin3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:34:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_ghost_bin_3d_newtoff.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:31:3: style: Class 'NStencilHalfMulti2dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:31:3: style: Class 'NStencilHalfMulti2dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:32:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:31:3: style: Class 'NStencilHalfMulti2dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_2d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:31:3: style: Class 'NStencilHalfMulti3dNewtoff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newtoff.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:31:3: style: Class 'NStencilHalfMulti3dNewton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:32:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:33:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:34:8: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.cpp:35:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:31:3: style: Class 'NStencilHalfMulti3dNewtonTri' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:33:8: style: The function 'create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/nstencil.h:44:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/nstencil_half_multi_3d_newton_tri.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:91:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:92:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:116:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:117:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:155:13: style: The scope of the variable 'l' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:156:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:31:10: style: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/ntopo.cpp:209:15: note: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:31:10: note: Technically the member function 'LAMMPS_NS::NTopo::memory_usage' can be const.
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:29:3: style: Class 'NTopoAngleAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:29:3: style: Class 'NTopoAnglePartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:29:3: style: Class 'NTopoAngleTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_angle_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:29:3: style: Class 'NTopoBondAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:29:3: style: Class 'NTopoBondPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:29:3: style: Class 'NTopoBondTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_bond_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:29:3: style: Class 'NTopoDihedralAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:29:3: style: Class 'NTopoDihedralPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:29:3: style: Class 'NTopoDihedralTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_dihedral_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:29:3: style: Class 'NTopoImproperAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_all.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:29:3: style: Class 'NTopoImproperPartial' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_partial.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:29:3: style: Class 'NTopoImproperTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:31:8: style: The function 'build' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/ntopo.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/ntopo_improper_template.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/output.cpp:192:7: style: The scope of the variable 'writeflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_restart.h:30:3: style: Class 'WriteRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:16: style: The scope of the variable 'c_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:454:22: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:600:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:600:16: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:864:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:964:10: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1012:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1106:40: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1158:10: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1215:10: style: The scope of the variable 'epairfourth' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1215:22: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1260:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:1632:21: style: The scope of the variable 'nmask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:720:13: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/pair.h:112:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:660:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:112:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:113:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair.cpp:676:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair.h:113:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:57:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.cpp:58:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:29:3: style: Class 'PairBeck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:39:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_beck.h:39:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.cpp:68:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:29:3: style: Class 'PairBorn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:73:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:453:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:453:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:454:16: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.cpp:454:22: style: The scope of the variable 'arg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:29:3: style: Class 'PairBornCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_dsf.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:76:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:452:30: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:452:38: style: The scope of the variable 'phiborn' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:453:26: style: The scope of the variable 'dvdrr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.cpp:453:38: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:29:3: style: Class 'PairBornCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_born_coul_wolf.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:62:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.cpp:63:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:29:3: style: Class 'PairBuck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:42:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck.h:42:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:67:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:68:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:49: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.cpp:447:57: style: The scope of the variable 'phibuck' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:29:3: style: Class 'PairBuckCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_buck_coul_cut.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:50:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.cpp:51:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:29:3: style: Class 'PairCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:37:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.cpp:38:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:29:3: style: Class 'PairCoulDebye' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:30:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:30:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:31:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:32:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:33:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:34:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_cut.h:40:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_debye.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:65:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:16: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:18: style: The scope of the variable 'erfcc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:24: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:30: style: The scope of the variable 'prefactor' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:298:40: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.cpp:299:20: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:29:3: style: Class 'PairCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_dsf.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:330:16: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:675:3: style: Variable 'etmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:10: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:675:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:676:3: style: Variable 'etmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:18: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:676:3: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:677:3: style: Variable 'etmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:26: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:677:3: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:679:3: style: Variable 'ftmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:10: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:679:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:680:3: style: Variable 'ftmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:18: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:680:3: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:681:3: style: Variable 'ftmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:26: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:681:3: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:683:3: style: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:672:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:683:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:684:3: style: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:673:3: note: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:684:3: note: Variable 'ftmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:758:3: style: Variable 'etmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:758:3: note: Variable 'etmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:759:3: style: Variable 'etmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:11: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:759:3: note: Variable 'etmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:760:3: style: Variable 'etmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:19: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:760:3: note: Variable 'etmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:761:3: style: Variable 'etmp4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:755:27: note: Variable 'etmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:761:3: note: Variable 'etmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:763:3: style: Variable 'ftmp1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:763:3: note: Variable 'ftmp1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:764:3: style: Variable 'ftmp2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:11: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:764:3: note: Variable 'ftmp2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:765:3: style: Variable 'ftmp3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:19: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:765:3: note: Variable 'ftmp3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:766:3: style: Variable 'ftmp4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:756:27: note: Variable 'ftmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:766:3: note: Variable 'ftmp4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:768:3: style: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:754:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:768:3: note: Variable 'etmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:269:9: style: The scope of the variable 'nwords' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:357:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:604:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:605:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:606:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:707:10: style: The scope of the variable 'sm1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:708:10: style: The scope of the variable 'sm2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:709:10: style: The scope of the variable 'sm3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:73:10: style: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:573:25: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:73:10: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::self' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:78:8: performance: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:690:23: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:78:8: note: Technically the member function 'LAMMPS_NS::PairCoulStreitz::coulomb_integral_ewald' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:29:3: style: Class 'PairCoulStreitz' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:36:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:169:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:37:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.h:37:17: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:275:32: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:278:16: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:297:40: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_streitz.cpp:300:18: error: Uninitialized variable: fp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:59:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:64:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:298:20: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:299:26: style: The scope of the variable 'dvdrr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.cpp:299:38: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:29:3: style: Class 'PairCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_coul_wolf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:66:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:67:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.cpp:68:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:29:3: style: Class 'PairDPD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:40:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:40:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:41:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:10: style: The scope of the variable 'vxtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:16: style: The scope of the variable 'vytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.cpp:42:22: style: The scope of the variable 'vztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:29:3: style: Class 'PairDPDTstat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:33:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:34:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:36:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:35:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:37:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:36:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:37:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:38:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:40:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:39:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_dpd.h:41:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_dpd_tstat.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:29:3: style: Class 'PairGauss' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:42:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_gauss.h:42:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:125:20: style: Redundant condition: respaflag. '!respaflag || (respaflag && respa->hybrid_compute[m])' is equivalent to '!respaflag || respa->hybrid_compute[m]' [redundantCondition]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:279:12: style: The scope of the variable 'jarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_hybrid.cpp:470:23: style: The scope of the variable 'used' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:148:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:149:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:222:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:223:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:305:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.cpp:306:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:29:3: style: Class 'PairLJ96Cut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:35:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:36:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:37:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:38:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:39:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:40:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:41:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:42:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:43:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:43:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:45:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:46:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:47:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj96_cut.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:330:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.cpp:331:10: style: The scope of the variable 'rmin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:29:3: style: Class 'PairLJCubic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cubic.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:71:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:147:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:148:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:220:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:221:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:302:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.cpp:303:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:29:3: style: Class 'PairLJCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:45:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:46:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:47:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:64:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:65:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:435:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.cpp:435:48: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:29:3: style: Class 'PairLJCutCoulCut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:33:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:34:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:57: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.cpp:194:65: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:29:3: style: Class 'PairLJCutCoulDebye' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:32:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:33:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:38:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:34:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:39:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:35:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_cut.h:42:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_debye.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:77:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:78:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:437:30: style: The scope of the variable 'erfcd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:438:28: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.cpp:438:36: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:29:3: style: Class 'PairLJCutCoulDSF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:31:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_dsf.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:70:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:71:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.cpp:76:56: style: The scope of the variable 'qisq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:29:3: style: Class 'PairLJCutCoulWolf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_cut_coul_wolf.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:63:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:29:3: style: Class 'PairLJExpand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_expand.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:14: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.cpp:423:22: style: The scope of the variable 'phiswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:29:3: style: Class 'PairLJGromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:34:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:37:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:38:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:41:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:10: style: The scope of the variable 'qtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:15: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:20: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:69:25: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:460:40: style: The scope of the variable 'phicoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:460:48: style: The scope of the variable 'philj' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:19: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:27: style: The scope of the variable 'phiswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:37: style: The scope of the variable 'fswitchcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:461:49: style: The scope of the variable 'phiswitchcoul' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:29:3: style: Class 'PairLJGromacsCoulGromacs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:32:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:38:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:38:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:39:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:39:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:42:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.h:42:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:503:19: error: Uninitialized variable: tlj [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:504:52: error: Uninitialized variable: tlj [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_gromacs_coul_gromacs.cpp:493:9: error: Uninitialized variable: tc [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:68:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:69:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:432:36: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.cpp:432:44: style: The scope of the variable 'fskin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:29:3: style: Class 'PairLJSmooth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:34:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:34:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:41:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth.h:41:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:58:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.cpp:59:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:30:3: style: Class 'PairLJSmoothLinear' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_lj_smooth_linear.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:72:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:73:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:150:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:151:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:224:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:225:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:307:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.cpp:308:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:29:3: style: Class 'PairMIECut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:34:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:40:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:43:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:135:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:44:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:136:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:45:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:137:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_mie_cut.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:56:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.cpp:57:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:29:3: style: Class 'PairMorse' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:33:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:35:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:35:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:40:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:41:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:42:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:42:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:43:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_morse.h:43:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:55:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.cpp:56:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:31:3: style: Class 'PairSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:34:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:35:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:36:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:37:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:37:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:38:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:39:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:40:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:41:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:42:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:43:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:44:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:45:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_soft.h:45:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:273:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:65:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:396:21: style: The scope of the variable 'nmask' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:409:16: style: The scope of the variable 'rnew' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:12: style: The scope of the variable 'e' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:14: style: The scope of the variable 'f' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:16: style: The scope of the variable 'rprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:22: style: The scope of the variable 'rnext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:28: style: The scope of the variable 'eprev' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:34: style: The scope of the variable 'enext' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:40: style: The scope of the variable 'fleft' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:453:46: style: The scope of the variable 'fright' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:634:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:634:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:658:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:658:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:695:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:695:14: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:819:12: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:819:18: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:888:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:888:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:918:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:67:8: performance: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:850:17: note: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:67:8: note: Technically the member function 'LAMMPS_NS::PairTable::null_table' can be static.
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:29:3: style: Class 'PairTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:32:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:33:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:34:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:34:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:36:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:37:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:38:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:39:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:40:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:40:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:41:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_table.h:41:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1041:11: error: Uninitialized variable: a [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1041:31: error: Uninitialized variable: b [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1042:9: error: Uninitialized variable: a [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_table.cpp:1042:36: error: Uninitialized variable: b [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:71:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.cpp:72:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:35:3: style: Class 'PairUFM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:37:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:37:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:38:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:39:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:40:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:40:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:41:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:42:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:43:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:44:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:44:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:45:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:46:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:47:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:47:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:48:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:175:17: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_ufm.h:48:9: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:52:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.cpp:53:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:29:3: style: Class 'PairYukawa' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:34:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:34:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:35:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:36:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:37:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:38:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:39:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:40:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:40:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:41:18: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_yukawa.h:41:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:75:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:76:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:274:18: style: The scope of the variable 'eswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:274:26: style: The scope of the variable 'fswitch' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:46:10: style: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:301:17: note: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:46:10: note: Technically the member function 'LAMMPS_NS::PairZBL::e_zbl' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:47:10: style: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:325:17: note: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:47:10: note: Technically the member function 'LAMMPS_NS::PairZBL::dzbldr' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:48:10: style: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.cpp:358:17: note: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:48:10: note: Technically the member function 'LAMMPS_NS::PairZBL::d2zbldr2' can be const.
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:29:3: style: Class 'PairZBL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:31:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:32:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:32:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:33:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:34:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:149:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:35:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:35:18: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:36:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:139:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zbl.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:39:3: style: Class 'PairZero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:41:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:134:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:41:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:42:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:146:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:42:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:43:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:147:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:43:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:44:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:151:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:44:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:45:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:158:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:45:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:46:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:159:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:46:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:47:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:160:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:47:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:48:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:161:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:48:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:49:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:162:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:49:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:50:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/pair.h:163:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/pair_zero.h:50:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:392:15: style: Public interface of ProcMap is not safe. When calling ProcMap::cart_map(), if parameter ncores is 0 that leads to division by zero. [unsafeClassDivZero]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:290:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:866:10: style: The scope of the variable 'surf' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/procmap.h:46:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:724:14: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:46:7: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:47:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:751:14: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:47:7: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:48:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:770:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:48:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:49:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:786:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:49:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:50:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:808:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:50:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:51:7: style: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:835:14: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:51:7: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:52:8: performance: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:889:15: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.h:52:8: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
lammps-0~20180510.gitaa1d815fe/src/procmap.cpp:301:18: error: Uninitialized variable: line [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/python.h:46:8: performance: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/python.cpp:53:14: note: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static.
lammps-0~20180510.gitaa1d815fe/src/python.h:46:8: note: Technically the member function 'LAMMPS_NS::Python::is_enabled' can be static.
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:29:10: style: The scope of the variable 's' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:29:12: style: The scope of the variable 't' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_mars.cpp:98:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:106:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:57:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/random_park.h:28:7: style: Technically the member function 'LAMMPS_NS::RanPark::state' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/random_park.cpp:132:14: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
lammps-0~20180510.gitaa1d815fe/src/random_park.h:28:7: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:131:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:513:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:527:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:648:12: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1005:14: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1019:13: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1192:5: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:1208:5: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:117:10: style: The scope of the variable 'targetlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:117:19: style: The scope of the variable 'targethi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:183:7: style: The scope of the variable 'procmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:630:7: style: The scope of the variable 'dim' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:631:7: style: The scope of the variable 'indexlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:631:15: style: The scope of the variable 'indexhi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:632:7: style: The scope of the variable 'first_iteration' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:633:16: style: The scope of the variable 'wtlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:633:21: style: The scope of the variable 'wthi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:634:10: style: The scope of the variable 'targetlo' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:634:19: style: The scope of the variable 'targethi' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:635:10: style: The scope of the variable 'valuemin' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:635:19: style: The scope of the variable 'valuemax' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/rcb.cpp:700:7: style: The scope of the variable 'procmid' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:787:9: style: The scope of the variable 'imol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:787:14: style: The scope of the variable 'iatom' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:923:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1141:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1141:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1192:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1192:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1233:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1233:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1316:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1316:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1399:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1399:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1482:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1482:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1566:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1566:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1880:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1880:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:1955:7: style: The scope of the variable 'done' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2080:9: style: The scope of the variable 'delta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2080:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_data.h:89:7: performance: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_data.cpp:2078:15: note: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_data.h:89:7: note: Technically the member function 'LAMMPS_NS::ReadData::style_match' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_data.h:30:3: style: Class 'ReadData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:228:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:228:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:270:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:270:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:473:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:85:7: performance: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:713:15: note: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:85:7: note: Technically the member function 'LAMMPS_NS::ReadDump::whichtype' can be static.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:89:10: style: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:976:18: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:89:10: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:90:10: style: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:985:18: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:90:10: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:91:10: style: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:993:18: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:91:10: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
lammps-0~20180510.gitaa1d815fe/src/read_dump.h:32:3: style: Class 'ReadDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/read_dump.cpp:576:3: warning: Possible leak in public function. The pointer 'fieldtype' is not deallocated before it is allocated. [publicAllocationError]
lammps-0~20180510.gitaa1d815fe/src/read_restart.cpp:1066:15: style: The scope of the variable 'ndx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:41:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::openForRead' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:42:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::openForWrite' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:43:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::write' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:44:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::read' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:45:8: performance: Technically the member function 'LAMMPS_NS::RestartMPIIO::close' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/read_restart.h:30:3: style: Class 'ReadRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/mpiio.h:39:3: style: Class 'RestartMPIIO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:82:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:300:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:47:7: performance: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/reader_native.cpp:324:19: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:47:7: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:31:3: style: Class 'ReaderNative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:34:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:30:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:35:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:36:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:32:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:38:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_native.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:97:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:174:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.cpp:175:7: style: The scope of the variable 'mytype' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:31:3: style: Class 'ReaderXYZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:34:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:30:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:35:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:31:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:36:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:32:18: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:36:10: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:38:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/reader.h:34:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/reader_xyz.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:10: style: The scope of the variable 'xs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:13: style: The scope of the variable 'ys' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:160:16: style: The scope of the variable 'zs' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region.h:74:7: style: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:106:13: note: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:74:7: note: Technically the member function 'LAMMPS_NS::Region::dynamic_check' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:102:8: performance: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:436:14: note: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static.
lammps-0~20180510.gitaa1d815fe/src/region.h:102:8: note: Technically the member function 'LAMMPS_NS::Region::point_on_line_segment' can be static.
lammps-0~20180510.gitaa1d815fe/src/region.h:112:8: style: Technically the member function 'LAMMPS_NS::Region::rotate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region.cpp:278:14: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
lammps-0~20180510.gitaa1d815fe/src/region.h:112:8: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:10: style: The scope of the variable 'xc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:13: style: The scope of the variable 'yc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:16: style: The scope of the variable 'zc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:19: style: The scope of the variable 'dist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:295:24: style: The scope of the variable 'mindist' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_block.h:43:7: style: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/region_block.cpp:422:15: note: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.h:43:7: note: Technically the member function 'LAMMPS_NS::RegBlock::inside_face' can be const.
lammps-0~20180510.gitaa1d815fe/src/region_block.h:33:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:34:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:35:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_block.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:42:10: performance: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_cone.cpp:606:17: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:42:10: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:31:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:32:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:33:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cone.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:33:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:33:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:34:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:35:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:35:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:36:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:36:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:37:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:38:8: style: The function 'set_velocity_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:39:8: style: The function 'velocity_contact_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:21: error: Uninitialized variable: xp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:24: error: Uninitialized variable: yp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_cylinder.cpp:655:27: error: Uninitialized variable: zp [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:42:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:42:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:126:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:165:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:165:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:214:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.cpp:214:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:36:8: style: The function 'pretransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:37:8: style: The function 'set_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:38:8: style: The function 'length_restart_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:40:7: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:41:8: style: The function 'reset_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_intersect.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:31:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:31:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:32:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:33:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_plane.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:371:13: style: The scope of the variable 'iface' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:49:7: performance: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:424:15: note: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:49:7: note: Technically the member function 'LAMMPS_NS::RegPrism::inside_tri' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:50:10: performance: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/region_prism.cpp:449:18: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_prism.h:50:10: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:36:8: style: The function 'set_velocity_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:96:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:37:8: style: The function 'velocity_contact_shape' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:97:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_sphere.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:43:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:43:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:120:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:159:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:159:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:209:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.cpp:209:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/region_union.h:31:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:73:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:31:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:32:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:91:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:32:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:33:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:92:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:33:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:34:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:93:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:34:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:35:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:94:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:36:8: style: The function 'pretransform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:95:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:36:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:37:8: style: The function 'set_velocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:82:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:37:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:38:8: style: The function 'length_restart_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:86:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:38:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:39:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:84:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:39:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:40:7: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:85:15: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:40:7: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:41:8: style: The function 'reset_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/region.h:87:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/region_union.h:41:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:469:17: style: The scope of the variable '_xoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:470:17: style: The scope of the variable '_xoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:485:17: style: The scope of the variable '_yoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:486:17: style: The scope of the variable '_yoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:502:17: style: The scope of the variable '_zoverlap1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.cpp:503:17: style: The scope of the variable '_zoverlap2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/replicate.h:29:3: style: Class 'Replicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/rerun.h:29:3: style: Class 'Rerun' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/reset_ids.h:29:3: style: Class 'ResetIDs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/respa.h:57:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/respa.cpp:798:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:57:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:58:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/respa.cpp:822:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
lammps-0~20180510.gitaa1d815fe/src/respa.h:58:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
lammps-0~20180510.gitaa1d815fe/src/run.h:29:3: style: Class 'Run' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/set.cpp:84:16: style: The scope of the variable 'origarg' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::id' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::select' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::newtype' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::count' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::index_custom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ximage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yimage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zimage' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ximageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yimageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zimageflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::dvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::xvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::yvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::zvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::wvalue' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::fraction' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::cc_index' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::varflag4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::ivar4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::vec4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: warning: Member variable 'Set::discflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/src/set.h:29:3: style: Class 'Set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:666:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:792:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:903:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:926:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:948:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:948:15: style: The scope of the variable 'num12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:17: style: The scope of the variable 'num12' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:983:23: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1017:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1017:15: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:17: style: The scope of the variable 'num13' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1049:23: style: The scope of the variable 'num14' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1084:11: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1084:18: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1125:11: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/special.cpp:1125:18: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:211:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:276:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:286:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:297:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:921:11: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/src/thermo.h:110:8: style: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/thermo.cpp:685:14: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
lammps-0~20180510.gitaa1d815fe/src/thermo.h:110:8: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:53:10: style: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:201:15: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:53:10: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:54:10: style: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:193:15: note: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:54:10: note: Technically the member function 'LAMMPS_NS::Timer::cpu' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:73:10: style: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:270:15: note: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:73:10: note: Technically the member function 'LAMMPS_NS::Timer::get_timeout_remain' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:76:8: style: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/timer.cpp:228:13: note: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const.
lammps-0~20180510.gitaa1d815fe/src/timer.h:76:8: note: Technically the member function 'LAMMPS_NS::Timer::print_timeout' can be const.
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:104:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:164:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/universe.h:48:7: style: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/universe.cpp:229:15: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
lammps-0~20180510.gitaa1d815fe/src/universe.h:48:7: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1118:10: style: C-style pointer casting [cstyleCast]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1135:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1172:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:16: style: The scope of the variable 'xvalue' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:23: style: The scope of the variable 'sx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:26: style: The scope of the variable 'sy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:29: style: The scope of the variable 'sxx' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:3917:33: style: The scope of the variable 'sxy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4117:14: style: The scope of the variable 'one' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4552:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4633:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4956:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4987:13: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4987:20: style: The scope of the variable 'eof' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4989:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/variable.h:37:7: style: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:766:15: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:37:7: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:38:7: style: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:777:15: note: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:38:7: note: Technically the member function 'LAMMPS_NS::Variable::vectorstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:40:7: style: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:804:15: note: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:40:7: note: Technically the member function 'LAMMPS_NS::Variable::internalstyle' can be const.
lammps-0~20180510.gitaa1d815fe/src/variable.h:99:8: performance: Technically the member function 'LAMMPS_NS::Variable::copy' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:1133:16: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:99:8: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:116:7: performance: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4413:15: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:116:7: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:118:7: performance: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/src/variable.cpp:4513:15: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
lammps-0~20180510.gitaa1d815fe/src/variable.h:118:7: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:249:7: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/velocity.h:29:3: style: Class 'Velocity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:452:0: error: Uninitialized variable: vx [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:456:0: error: Uninitialized variable: vy [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/velocity.cpp:460:0: error: Uninitialized variable: vz [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/verlet.cpp:226:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/verlet.h:31:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:25:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:31:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:32:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:26:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:32:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:33:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:27:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:33:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:34:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:28:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:34:16: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:35:8: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lammps-0~20180510.gitaa1d815fe/src/integrate.h:29:16: note: Virtual function in base class
lammps-0~20180510.gitaa1d815fe/src/verlet.h:35:8: note: Function in derived class
lammps-0~20180510.gitaa1d815fe/src/write_coeff.h:30:3: style: Class 'WriteCoeff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:457:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:511:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:555:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:583:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:627:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:655:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.cpp:709:7: style: The scope of the variable 'index' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/src/write_data.h:30:3: style: Class 'WriteData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_dump.h:29:3: style: Class 'WriteDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:69:24: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:75:5: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:78:5: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:83:3: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:84:3: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_dump.cpp:88:10: error: Uninitialized variable: dump [uninitvar]
lammps-0~20180510.gitaa1d815fe/src/write_restart.cpp:374:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:44:10: style: Technically the member function 'ABFdata::write_field' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:299:15: note: Technically the member function 'ABFdata::write_field' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:44:10: note: Technically the member function 'ABFdata::write_field' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:58:18: style: Technically the member function 'ABFdata::offset' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:181:23: note: Technically the member function 'ABFdata::offset' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:58:18: note: Technically the member function 'ABFdata::offset' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:60:17: style: Technically the member function 'ABFdata::wrap' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:67:22: note: Technically the member function 'ABFdata::wrap' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:60:17: note: Technically the member function 'ABFdata::wrap' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:63:17: style: Technically the member function 'ABFdata::allowed' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:92:22: note: Technically the member function 'ABFdata::allowed' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:63:17: note: Technically the member function 'ABFdata::allowed' can be const.
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:41:5: style: Class 'ABFdata' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.cpp:41:5: style: Class 'ABFdata' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_data.h:53:6: style: Class 'ABFdata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/colvars/abf_integrate.cpp:322:17: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:529:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:517:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:529:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:543:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:531:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:543:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:546:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:545:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:546:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:585:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:584:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:585:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:592:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:591:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:592:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:595:3: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:594:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:595:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:607:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:596:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:607:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:737:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:726:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:737:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:748:3: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:747:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:748:3: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:798:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:751:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:798:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:844:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:843:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:844:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:858:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:857:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:858:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:928:7: style: Variable '__pyx_3' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:927:27: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:928:7: note: Variable '__pyx_3' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1061:9: style: Variable '__pyx_7' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1060:9: note: Variable '__pyx_7' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1061:9: note: Variable '__pyx_7' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1064:9: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1062:29: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1064:9: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1078:9: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1076:29: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1078:9: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1808:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1807:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1808:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1819:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1810:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1819:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1824:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1823:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1824:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1836:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1827:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1836:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1841:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1840:37: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1841:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1853:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1844:23: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1853:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1858:3: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1857:37: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1858:3: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1870:3: style: Variable '__pyx_2' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1861:23: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1870:3: note: Variable '__pyx_2' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1897:5: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1896:25: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1897:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1899:5: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1898:25: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1899:5: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1904:5: style: Variable '__pyx_1' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1903:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1904:5: note: Variable '__pyx_1' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1913:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1912:27: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1913:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1925:7: style: Variable '__pyx_4' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1924:27: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1925:7: note: Variable '__pyx_4' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2027:9: style: Variable '__pyx_6' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2026:29: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2027:9: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2039:9: style: Variable '__pyx_6' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2038:29: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2039:9: note: Variable '__pyx_6' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:373:14: warning: Redundant assignment of '__pyx_self' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:466:14: warning: Redundant assignment of '__pyx_self' to itself. [selfAssignment]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2500:22: style: Same expression on both sides of '<'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:412:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:914:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:1361:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:2201:15: style: The scope of the variable 'v' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:33:14: style: struct member 'Py_buffer::buf' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:34:19: style: struct member 'Py_buffer::len' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:35:12: style: struct member 'Py_buffer::readonly' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:36:20: style: struct member 'Py_buffer::format' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:37:12: style: struct member 'Py_buffer::ndim' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:38:20: style: struct member 'Py_buffer::shape' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:39:20: style: struct member 'Py_buffer::strides' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:40:20: style: struct member 'Py_buffer::suboffsets' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:41:19: style: struct member 'Py_buffer::itemsize' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/lmp2radii.c:42:14: style: struct member 'Py_buffer::internal' is never used. [unusedStructMember]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1497:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1499:6: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1497:4: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1523:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1525:13: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1523:11: note: Found duplicate branches for 'if' and 'else'.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2776:57: style: Same expression on both sides of '||'. [duplicateExpression]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:354:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:354:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:484:8: style: The scope of the variable 'substyle' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:571:9: style: The scope of the variable 'name' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:665:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:768:18: style: The scope of the variable 'atom2' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:768:24: style: The scope of the variable 'atom3' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:833:7: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:833:12: style: The scope of the variable 'atom1' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:9: style: The scope of the variable 'ix' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:12: style: The scope of the variable 'iy' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3146:15: style: The scope of the variable 'iz' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:688:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1323:10: style: Unused variable: rtmp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1330:28: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1331:23: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1332:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1333:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1357:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1359:22: style: Variable 'born_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1360:24: style: Variable 'born_rho' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1361:26: style: Variable 'born_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1362:22: style: Variable 'born_C' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1363:22: style: Variable 'born_D' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1364:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1376:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1377:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1378:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1381:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1382:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1383:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1384:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1387:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1388:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1389:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1390:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1393:32: style: Variable 'cut_buck_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1394:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1395:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1396:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1397:25: style: Variable 'ewald_order' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1418:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1419:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1421:22: style: Variable 'buck_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1422:24: style: Variable 'buck_rho' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1423:22: style: Variable 'buck_C' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1424:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1425:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1432:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1433:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1434:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1456:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1458:27: style: Variable 'colloid_A12' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1459:29: style: Variable 'colloid_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1460:26: style: Variable 'colloid_d1' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1461:26: style: Variable 'colloid_d2' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1462:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1472:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1473:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1474:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1477:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1478:22: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1479:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1480:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1482:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1483:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1484:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1498:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1500:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1508:24: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1509:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1510:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1524:30: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1526:30: style: Variable 'cut_eff' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1533:28: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1534:30: style: Variable 'cut_coul_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1535:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1536:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1554:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1555:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1557:30: style: Variable 'dipole_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1558:28: style: Variable 'dipole_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1559:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1560:24: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1567:26: style: Variable 'temperature' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1568:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1569:16: style: Variable 'seed' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1570:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1588:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1590:22: style: Variable 'dpd_a0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1591:25: style: Variable 'dpd_gamma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1592:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1606:20: style: Variable 'gamma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1607:22: style: Variable 'upsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1609:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1610:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1611:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1642:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1644:26: style: Variable 'gb_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1645:24: style: Variable 'gb_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1646:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1656:17: style: Variable 'kn' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1657:17: style: Variable 'kt' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1658:21: style: Variable 'gamman' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1659:21: style: Variable 'gammat' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1660:18: style: Variable 'xmu' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1661:20: style: Variable 'dampflag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1669:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1670:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1671:31: style: Variable 'cut_coul_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1672:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1673:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1674:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1676:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1677:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1678:31: style: Variable 'cut_coul_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1679:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1680:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1681:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1684:29: style: Variable 'cut_lj_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1685:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1686:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1687:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1688:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1712:30: style: Variable 'charmm_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1713:28: style: Variable 'charmm_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1714:28: style: Variable 'charmm_eps14' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1715:30: style: Variable 'charmm_sigma14' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1726:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1727:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1728:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1731:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1732:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1733:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1734:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1737:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1738:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1739:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1740:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1759:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1760:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1762:30: style: Variable 'class2_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1763:28: style: Variable 'class2_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1764:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1765:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1780:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1781:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1782:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1785:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1786:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1787:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1788:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1791:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1792:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1793:22: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1794:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1795:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1798:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1799:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1800:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1801:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1804:19: style: Variable 'typeO' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1805:19: style: Variable 'typeH' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1806:19: style: Variable 'typeB' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1807:19: style: Variable 'typeA' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1808:22: style: Variable 'qdist' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1809:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1810:28: style: Variable 'cut_lj_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1811:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1812:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1815:30: style: Variable 'cut_lj_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1816:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1817:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1818:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1819:25: style: Variable 'ewald_order' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1838:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1839:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1841:26: style: Variable 'lj_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1842:24: style: Variable 'lj_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1843:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1844:31: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1851:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1852:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1853:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1873:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1875:32: style: Variable 'ljexpand_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1876:30: style: Variable 'ljexpand_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1877:30: style: Variable 'ljexpand_shift' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1878:22: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1888:33: style: Variable 'cut_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1889:27: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1890:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1891:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1894:36: style: Variable 'cut_lj_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1895:23: style: Variable 'cut_lj' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1896:38: style: Variable 'cut_coul_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1897:25: style: Variable 'cut_coul' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1898:25: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1899:22: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1919:27: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1920:21: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1923:33: style: Variable 'ljgromacs_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1924:31: style: Variable 'ljgromacs_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1926:27: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1927:21: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1935:31: style: Variable 'cut_inner_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1936:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1937:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1938:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1956:25: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1957:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1959:32: style: Variable 'ljsmooth_epsilon' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1960:30: style: Variable 'ljsmooth_sigma' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1961:25: style: Variable 'cut_inner' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1962:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1972:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1973:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1974:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1994:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1996:24: style: Variable 'morse_d0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1997:27: style: Variable 'morse_alpha' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1998:24: style: Variable 'morse_r0' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:1999:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2008:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2009:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2027:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2029:26: style: Variable 'soft_start' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2030:25: style: Variable 'soft_stop' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2031:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2040:20: style: Variable 'tabstyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2041:13: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2047:20: style: Variable 'kappa' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2048:25: style: Variable 'cut_global' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2049:23: style: Variable 'offset_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2050:20: style: Variable 'mix_flag' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2066:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2068:24: style: Variable 'yukawa_A' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2069:19: style: Variable 'cut' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2237:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2336:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2521:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2590:24: style: Variable 'substyle' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::version' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ntimestep' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nprocs' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::unit_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dimension' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::px' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::py' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::newton_pair' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::newton_bond' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zperiodic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::boundary' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::atom_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_angle' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_atomic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_bond' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_charge' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_dipole' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_dpd' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_ellipsoid' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_full' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_granular' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_hybrid' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_molecular' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_peri' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::style_electron' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::natoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nbonds' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nangles' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ndihedrals' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nimpropers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ntypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nbondtypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nangletypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ndihedraltypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::nimpropertypes' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_per_atom' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::triclinic' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ylo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zlo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::zhi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::xz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::yz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::special_lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::special_coul' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::cut_lj_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::cut_coul_global' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::kappa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::offset_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mix_flag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_style' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_rho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_C' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_born_D' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_rho' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_buck_C' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_A12' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_d1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_colloid_d2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dipole_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dipole_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dpd_a0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_dpd_gamma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_eps14' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_charmm_sigma14' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_class2_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_class2_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsa' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsb' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_gb_epsc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_lj_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_lj_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cg_cmm_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_setflag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_coul' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_lj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_cut_eff' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljexpand_shift' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljgromacs_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljgromacs_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljsmooth_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_ljsmooth_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_d0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_alpha' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_morse_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_soft_start' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_soft_stop' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::pair_yukawa_A' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_class2_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_fene_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_feneexpand_shift' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_harmonic_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_d0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_alpha' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_morse_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_nonlinear_lamda' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_b1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_b2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_rc' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_quartic_u0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_k_ub' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_charmm_r_ub' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_r1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_bb_r2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_r1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_class2_ba_r2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_squared_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cosine_squared_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_harmonic_theta0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_epsilon' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_sigma' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_cg_cmm_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_weight' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_charmm_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_phi3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_f3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_mbt_r0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f1_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f2_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f3_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_r0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f1_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f2_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_f3_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_ebt_r0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f1_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f2_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f3_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f1_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f2_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_f3_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_at_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_aat_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_r10' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_class2_bb13_r30' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_harmonic_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_aphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_bphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_helix_cphi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_multi_a5' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_opls_k4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_k0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_chi0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_k3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_class2_aa_theta0_3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_sign' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_cvff_multiplicity' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_harmonic_k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_harmonic_chi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iatoms' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ibonds' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iangles' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::idihedrals' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::iimpropers' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mass' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::shape' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dipole' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegax' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegay' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::omegaz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::tag' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mask' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::image' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::molecule' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::spin' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::ervel' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::erforce' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::q' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::mux' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::muy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::muz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::radius' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::density' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::vfrac' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::rmass' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::s0' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::x0z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatw' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quati' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatj' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::quatk' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angmomz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_type' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::bond_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::angle_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::dihedral_atom4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom1' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom3' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2602:7: warning: Member variable 'Data::improper_atom4' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:217:8: performance: Technically the member function 'Data::write_atom_atomic_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3348:12: note: Technically the member function 'Data::write_atom_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:217:8: note: Technically the member function 'Data::write_atom_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:221:8: performance: Technically the member function 'Data::write_atom_dpd_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3365:12: note: Technically the member function 'Data::write_atom_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:221:8: note: Technically the member function 'Data::write_atom_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:242:8: performance: Technically the member function 'Data::write_vel_angle_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3469:12: note: Technically the member function 'Data::write_vel_angle_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:242:8: note: Technically the member function 'Data::write_vel_angle_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:243:8: performance: Technically the member function 'Data::write_vel_atomic_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3470:12: note: Technically the member function 'Data::write_vel_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:243:8: note: Technically the member function 'Data::write_vel_atomic_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:244:8: performance: Technically the member function 'Data::write_vel_bond_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3471:12: note: Technically the member function 'Data::write_vel_bond_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:244:8: note: Technically the member function 'Data::write_vel_bond_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:245:8: performance: Technically the member function 'Data::write_vel_charge_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3472:12: note: Technically the member function 'Data::write_vel_charge_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:245:8: note: Technically the member function 'Data::write_vel_charge_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:246:8: performance: Technically the member function 'Data::write_vel_dipole_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3473:12: note: Technically the member function 'Data::write_vel_dipole_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:246:8: note: Technically the member function 'Data::write_vel_dipole_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:247:8: performance: Technically the member function 'Data::write_vel_dpd_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3474:12: note: Technically the member function 'Data::write_vel_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:247:8: note: Technically the member function 'Data::write_vel_dpd_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:249:8: performance: Technically the member function 'Data::write_vel_full_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3481:12: note: Technically the member function 'Data::write_vel_full_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:249:8: note: Technically the member function 'Data::write_vel_full_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:251:8: performance: Technically the member function 'Data::write_vel_molecular_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3488:12: note: Technically the member function 'Data::write_vel_molecular_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:251:8: note: Technically the member function 'Data::write_vel_molecular_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:252:8: performance: Technically the member function 'Data::write_vel_peri_extra' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:3489:12: note: Technically the member function 'Data::write_vel_peri_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:252:8: note: Technically the member function 'Data::write_vel_peri_extra' can be static.
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2342:1: error: Memory leak: angle_cg_cmm_rcut [memleak]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:414:0: error: Resource leak: fp [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/eff/restart2data-pEFF.cpp:2332:0: error: Memory leak: angle_cg_cmm_rcut [memleak]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:69:20: style: The scope of the variable 'server' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:68:16: style: Unused variable: portno [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/i-pi/drivers/sockets.c:68:24: style: Unused variable: n [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ProcessPosFile01.c:20:9: style: The scope of the variable 'PosFile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ProcessPosFile05.c:20:9: style: The scope of the variable 'PosFile' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ReadCarFile.c:15:9: style: Unused variable: k [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/ReadCarFile.c:101:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/WriteArcFrame.c:26:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/lmp2arc.c:151:16: style: Unused variable: ierr [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/lmp2arc.c:236:11: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:5:16: style: The scope of the variable 'nflag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:5:25: style: The scope of the variable 'icase' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:7:7: style: The scope of the variable 'min_true' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/lmp2arc/src/unwrap_molecules.c:7:16: style: The scope of the variable 'max_true' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:32:7: style: The scope of the variable 'kloc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:35:32: style: The scope of the variable 'tabd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/GetParameters.c:35:37: style: The scope of the variable 'tcbd' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:453:15: style: The scope of the variable 'nc' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:477:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:477:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:513:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:513:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:551:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:551:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:552:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:591:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:591:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:636:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:636:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:7: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:19: style: The scope of the variable 'typek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:638:25: style: The scope of the variable 'typel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:692:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:692:13: style: The scope of the variable 'match' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:7: style: The scope of the variable 'typei' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:13: style: The scope of the variable 'typej' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:19: style: The scope of the variable 'typek' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/MakeLists.c:694:25: style: The scope of the variable 'typel' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:74:10: style: The scope of the variable 'lowest' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:74:18: style: The scope of the variable 'highest' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:76:10: style: The scope of the variable 'cos_alpha' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:77:10: style: The scope of the variable 'cos_gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:78:10: style: The scope of the variable 'sin_gamma' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:79:10: style: The scope of the variable 'cos_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:80:10: style: The scope of the variable 'sin_beta' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:13: style: The scope of the variable 'B' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:81:16: style: The scope of the variable 'C' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:303:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:268:19: style: Variable 'sin_beta' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadCarFile.c:190:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:52:9: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:272:9: style: The scope of the variable 'cur_field' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:274:7: style: The scope of the variable 'connect_no' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:335:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:341:9: style: The scope of the variable 'charptr' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:414:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:287:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:312:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:352:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:354:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/ReadMdfFile.c:407:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/SearchAndFill.c:34:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:234:3: style: Variable 'frc_dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:226:0: note: Variable 'frc_dir_name' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/msi2lmp/src/msi2lmp.c:234:3: note: Variable 'frc_dir_name' is reassigned a value before the old one has been used.
lammps-0~20180510.gitaa1d815fe/tools/phonon/disp.cpp:2793:19: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:396:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:403:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:411:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:420:12: performance: Technically the member function 'Memory::usage' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.h:14:3: style: Class 'Phonon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:21:3: style: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:14:3: note: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:21:3: note: Variable 'attyp' is reassigned a value before the old one has been used if variable is no semaphore variable.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:49:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:469:10: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:470:15: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::flag_latinfo' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::nasr' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:12:9: warning: Member variable 'DynMat::q' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:56:8: performance: Technically the member function 'DynMat::GaussJordan' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:465:14: note: Technically the member function 'DynMat::GaussJordan' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:56:8: note: Technically the member function 'DynMat::GaussJordan' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:59:8: performance: Technically the member function 'DynMat::ShowVersion' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:587:14: note: Technically the member function 'DynMat::ShowVersion' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.h:59:8: note: Technically the member function 'DynMat::ShowVersion' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:98:46: style: Class 'DynMat' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/dynmat.cpp:98:46: style: Class 'DynMat' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:38:8: warning: Member variable 'Green::ndos' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.h:15:8: style: Unused private function: 'Green::recursion' [unusedPrivateFunction]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:47:3: style: Class 'Green' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/green.cpp:47:3: style: Class 'Green' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::a' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::f' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::dfdz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdxdy' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdxdz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d2fdydz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::d3fdxdydz' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:126:14: warning: Member variable 'Interpolate::vidx' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:133:3: style: Class 'Interpolate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/interpolate.cpp:133:3: style: Class 'Interpolate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:10:30: style: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:21:24: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:10:30: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:22:42: style: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:22:33: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:22:42: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:23:8: performance: Technically the member function 'Memory::sfree' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:38:14: note: Technically the member function 'Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:23:8: note: Technically the member function 'Memory::sfree' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:24:8: performance: Technically the member function 'Memory::fail' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.cpp:48:14: note: Technically the member function 'Memory::fail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/memory.h:24:8: note: Technically the member function 'Memory::fail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:488:50: style: The scope of the variable 'dq' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:604:30: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:682:28: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:21:3: style: Class 'Phonon' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/phonon/phonon.cpp:21:3: style: Class 'Phonon' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:5:8: warning: Member variable 'Timer::t2' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:5:8: warning: Member variable 'Timer::cpu_time_used' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.h:15:10: style: Technically the member function 'Timer::elapse' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.cpp:51:15: note: Technically the member function 'Timer::elapse' can be const.
lammps-0~20180510.gitaa1d815fe/tools/phonon/timer.h:15:10: note: Technically the member function 'Timer::elapse' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:354:3: style: 'EulerRot::operator=' should return 'EulerRot &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:416:3: style: 'Quaternion::operator=' should return 'Quaternion &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < numtyp >::operator=' should return 'ThreeD < numtyp > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < double >::operator=' should return 'ThreeD < double > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:127:12: style: Technically the member function 'GLSurface::size_spheres' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:129:12: style: Technically the member function 'GLSurface::size_vertices' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < numtyp >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < double >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:409:3: style: Class 'Quaternion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:439:3: style: Class 'RotMat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < numtyp >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:69:44: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:69:72: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:71:43: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:74:43: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:144:61: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:145:24: performance: Function parameter 'warning' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:147:49: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:148:26: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:163:59: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:166:43: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:27: style: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:19: note: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:27: note: Function 'EulerRot' argument 1 names different: declaration 'theta' definition 'theta_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:42: style: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:32: note: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:42: note: Function 'EulerRot' argument 2 names different: declaration 'psi' definition 'psi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:55: style: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:349:43: note: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:789:55: note: Function 'EulerRot' argument 3 names different: declaration 'phi' definition 'phi_i'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::theta' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::psi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:786:11: warning: Member variable 'EulerRot::phi' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::w' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::i' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::j' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:548:13: warning: Member variable 'Quaternion::k' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::x_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::y_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_x' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_y' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:727:9: warning: Member variable 'RotMat::z_z' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < int >::operator=' should return 'ThreeD < int > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < float >::operator=' should return 'ThreeD < float > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:235:0: style: 'ThreeD < unsigned int >::operator=' should return 'ThreeD < unsigned int > &'. [operatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:426:14: style: Technically the member function 'Quaternion::unit' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:710:24: note: Technically the member function 'Quaternion::unit' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:426:14: note: Technically the member function 'Quaternion::unit' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < int >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < float >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:274:0: style: Technically the member function 'ThreeD < unsigned int >::dist' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:180:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:178:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:182:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:184:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:186:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:188:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:190:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:192:0: style: Class 'ThreeD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:92:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:97:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:99:0: style: Class 'TwoD < unsigned int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.h:346:1: warning: The class 'EulerRot' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:636:41: performance: Function parameter 'one' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/cartesian.cpp:636:63: performance: Function parameter 'two' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:88:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:97:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:29:12: style: Technically the member function 'Colors::size' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:40:18: note: Technically the member function 'Colors::size' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:29:12: note: Technically the member function 'Colors::size' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:38:11: performance: Technically the member function 'Colors::gradient' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:46:17: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:38:11: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:42:11: performance: Technically the member function 'Colors::gradient' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.cpp:62:17: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/colors.h:42:11: note: Technically the member function 'Colors::gradient' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:216:7: style: The scope of the variable 'parameter' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:172:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:315:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:342:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:376:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:418:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:489:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:28:14: warning: Member variable 'CommandLine::help_param' is not initialized in the constructor. [uninitMemberVar]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:30:2: performance: Variable 'progname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:147:10: style: Technically the member function 'CommandLine::program_name' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:66:21: note: Technically the member function 'CommandLine::program_name' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:147:10: note: Technically the member function 'CommandLine::program_name' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:149:10: style: Technically the member function 'CommandLine::full_command_line' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.cpp:70:21: note: Technically the member function 'CommandLine::full_command_line' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/commandline.h:149:10: note: Technically the member function 'CommandLine::full_command_line' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:69:53: style: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:76:46: note: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:69:53: note: Function 'notice' argument 2 names different: declaration 'note' definition 'notes'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:67:12: style: Technically the member function 'Notice::get_notice_level' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:45:18: note: Technically the member function 'Notice::get_notice_level' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:67:12: note: Technically the member function 'Notice::get_notice_level' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:169:12: style: Technically the member function 'Error::warnings' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:167:17: note: Technically the member function 'Error::warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:169:12: note: Technically the member function 'Error::warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:171:12: style: Technically the member function 'Error::total_warnings' can be const. [functionConst]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:106:17: note: Technically the member function 'Error::total_warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.h:171:12: note: Technically the member function 'Error::total_warnings' can be const.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:19:2: style: Class 'Notice' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:19:2: style: Class 'Notice' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:76:2: style: Class 'Error' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:76:2: style: Class 'Error' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:49:50: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:50:25: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:55:49: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:64:50: performance: Function parameter 'note' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:119:66: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:120:26: performance: Function parameter 'warning' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:133:54: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:134:28: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:157:62: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/error.cpp:163:46: performance: Function parameter 'calling_class' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:405:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:584:66: style: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:108:58: note: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:584:66: note: Function 'add_ellipsoid' argument 6 names different: declaration 'resolution' definition 'res'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:169:8: performance: Technically the member function 'GLSurface::writepymolheader' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:495:17: note: Technically the member function 'GLSurface::writepymolheader' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:169:8: note: Technically the member function 'GLSurface::writepymolheader' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:171:8: performance: Technically the member function 'GLSurface::writepymoltail' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:501:17: note: Technically the member function 'GLSurface::writepymoltail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:171:8: note: Technically the member function 'GLSurface::writepymoltail' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:190:8: performance: Technically the member function 'GLSurface::SQE_helper' can be static. [functionStatic]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.cpp:507:17: note: Technically the member function 'GLSurface::SQE_helper' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/glsurface.h:190:8: note: Technically the member function 'GLSurface::SQE_helper' can be static.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:235:34: style: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:96:33: note: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:235:34: note: Function 'get_tokens' argument 1 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:277:50: style: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:100:49: note: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:277:50: note: Function 'get_tokens' argument 2 names different: declaration 'line' definition 'sline'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:42: style: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:29: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:42: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:58: style: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:51: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:58: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:69: style: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:140:71: note: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:375:69: note: Function 'FileIterator' argument 3 names different: declaration 'digits' definition 'd'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:42: style: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:144:29: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:42: note: Function 'FileIterator' argument 1 names different: declaration 'header' definition 'h'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:58: style: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.h:144:51: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:383:58: note: Function 'FileIterator' argument 2 names different: declaration 'extension' definition 'e'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:370:3: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:371:3: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:378:2: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:379:2: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:386:2: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/misc.cpp:387:2: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:96:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:97:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:144:9: style: The scope of the variable 'big' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:144:17: style: The scope of the variable 'pivinv' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:26: style: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.h:80:24: note: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:26: note: Function 'invert' argument 1 names different: declaration 'matrix' definition 'a'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:38: style: Function 'invert' argument 2 names different: declaration 'size' definition 'n'. [funcArgNamesDifferent]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.h:80:41: note: Function 'invert' argument 2 names different: declaration 'size' definition 'n'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:139:38: note: Function 'invert' argument 2 names different: declaration 'size' definition 'n'.
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: indxc [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: indxr [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/miscm.cpp:163:0: error: Memory leak: ipiv [memleak]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:59:0: style: Class 'Ball < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/pymol_asphere/src/spherical.h:61:0: style: Class 'Ball < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:416:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:625:26: style: The scope of the variable 'itemp' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:415:11: style: Unused variable: num [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:415:21: style: Unused variable: itemp [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:446:8: style: Unused variable: name [unusedVariable]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:76:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:138:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:140:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:142:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:144:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:148:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:160:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:225:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:231:5: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:288:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:577:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:590:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out2 [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/reax/mol_fra.c:568:0: error: Resource leak: out3 [resourceLeak]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:103:6: style: The scope of the variable 'nlines_read' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:104:6: style: The scope of the variable 'count' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:105:6: style: The scope of the variable 'ntime' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:106:6: style: The scope of the variable 'N' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:6: style: The scope of the variable 'id' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:10: style: The scope of the variable 'type' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:107:16: style: The scope of the variable 'mol' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:15: style: The scope of the variable 'z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:18: style: The scope of the variable 'v1x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:23: style: The scope of the variable 'v1y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:28: style: The scope of the variable 'v1z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:33: style: The scope of the variable 'v2x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:38: style: The scope of the variable 'v2y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:43: style: The scope of the variable 'v2z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:48: style: The scope of the variable 'v3x' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:53: style: The scope of the variable 'v3y' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:108:58: style: The scope of the variable 'v3z' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:151:10: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:152:12: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:153:11: style: Variable 'mol' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:154:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:155:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/smd/dump2vtk_tris.cpp:156:9: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:223:9: style: The scope of the variable 'notfind' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:705:7: style: The scope of the variable 'minlength' can be reduced. [variableScope]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:808:8: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:229:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:231:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:244:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:375:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:381:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:54:57: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:261:24: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:689:31: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:689:43: performance: Function parameter 'line' should be passed by const reference. [passedByValue]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:243:12: error: Iterator 'aa' used after element has been erased. [eraseDereference]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:244:2: note: Iterator 'aa' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:243:12: note: Iterator 'aa' used after element has been erased.
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:653:27: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:655:25: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:656:27: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:658:23: error: Uninitialized variable: finish [uninitvar]
lammps-0~20180510.gitaa1d815fe/tools/xmgrace/lammpsplot.cpp:660:118: error: Uninitialized variable: finish [uninitvar]
[02:18]

ftp://ftp.se.debian.org/debian/pool/main/l/landell/landell_0.92.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/landslide/landslide_1.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/langdrill/langdrill_0.3.orig.tar.gz
langdrill-0.3/src/config.cc:168:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:208:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:265:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.cc:305:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
langdrill-0.3/src/config.hh:76:7: style: Technically the member function 'MyException::Value' can be const. [functionConst]
langdrill-0.3/src/config.cc:70:14: note: Technically the member function 'MyException::Value' can be const.
langdrill-0.3/src/config.hh:76:7: note: Technically the member function 'MyException::Value' can be const.
langdrill-0.3/src/config.hh:128:7: style: Technically the member function 'MySection::Number' can be const. [functionConst]
langdrill-0.3/src/config.cc:229:12: note: Technically the member function 'MySection::Number' can be const.
langdrill-0.3/src/config.hh:128:7: note: Technically the member function 'MySection::Number' can be const.
langdrill-0.3/src/config.hh:152:8: style: Technically the member function 'MyConfig::Number' can be const. [functionConst]
langdrill-0.3/src/config.cc:325:11: note: Technically the member function 'MyConfig::Number' can be const.
langdrill-0.3/src/config.hh:152:8: note: Technically the member function 'MyConfig::Number' can be const.
langdrill-0.3/src/config.cc:100:3: style: Class 'MyKey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
langdrill-0.3/src/config.cc:100:3: style: Class 'MyKey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
langdrill-0.3/src/config.hh:119:3: style: Class 'MySection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
langdrill-0.3/src/config.hh:144:3: style: Class 'MyConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
langdrill-0.3/src/main.cc:465:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
[02:18]

ftp://ftp.se.debian.org/debian/pool/main/l/langford/langford_0.0.20130228.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/langscan/langscan_1.2+cvs20070125.orig.tar.gz
langscan-1.2+cvs20070125.orig/langscan/_template.c:72:9: style: Unused variable: tmp [unusedVariable]
langscan-1.2+cvs20070125.orig/langscan/_template.c:130:3: style: Variable 'rb_define_alloc_func' is assigned a value that is never used. [unreadVariable]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:633:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:679:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:750:7: style: The scope of the variable 'depth' can be reduced. [variableScope]
langscan-1.2+cvs20070125.orig/langscan/pairmatcher/pairmatcher.c:750:14: style: The scope of the variable 'max_depth' can be reduced. [variableScope]
ripper.y:1146:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
[02:18]

ftp://ftp.se.debian.org/debian/pool/main/l/languages4translatewiki/languages4translatewiki_0.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lapack/lapack_3.8.0.orig.tar.gz
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: warning: Logical conjunction always evaluates to false: info && !(info). [incorrectLogicOperator]
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: style: Opposite expression on both sides of '&&'. [oppositeExpression]
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: note: Opposite expression on both sides of '&&'.
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:65:13: note: Opposite expression on both sides of '&&'.
lapack-3.8.0/CBLAS/src/cblas_xerbla.c:11:9: style: The scope of the variable 'empty' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/src/xerbla.c:20:9: style: The scope of the variable 'rout' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/src/xerbla.c:23:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_c2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_cblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_cblas3.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_d2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_dblas2.c:15:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:65:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:93:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:118:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:191:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:227:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:273:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:320:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:364:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:402:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:403:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:442:15: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:443:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:484:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas2.c:536:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:18:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:18:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:19:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:80:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:80:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:81:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:134:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:135:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:181:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:182:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:182:15: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:236:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:237:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:287:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_dblas3.c:288:11: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_s2chke.c:77:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_sblas2.c:15:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:16:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:42:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:65:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:66:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:93:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:94:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:118:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:119:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:142:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:166:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:191:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:9: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:192:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:227:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:228:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:273:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:274:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:320:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:321:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:364:13: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:365:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:401:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:402:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:440:14: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:441:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:481:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas2.c:532:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:16:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:16:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:17:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:77:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:77:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:78:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:131:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:132:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:178:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:179:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:179:14: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:233:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:234:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:284:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_sblas3.c:285:10: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:44: style: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:23: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_z2chke.c:79:44: note: Variable 'RowMajorStrg' is reassigned a value before the old one has been used if variable is no semaphore variable.
lapack-3.8.0/CBLAS/testing/c_zblas2.c:16:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:17:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:46:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:11: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:16: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:47:21: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:93:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:121:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:149:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:150:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:180:21: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:14: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:181:19: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:243:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:244:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:298:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:299:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:362:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:7: style: The scope of the variable 'irow' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:13: style: The scope of the variable 'jcol' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:363:25: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:424:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:425:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:479:27: style: The scope of the variable 'AP' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:480:16: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:535:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:536:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:564:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:565:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:594:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:670:13: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:746:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas2.c:780:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:19:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:19:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:20:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:95:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:95:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:96:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:159:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:159:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:16: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:160:21: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:213:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:214:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:269:15: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:270:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:324:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:325:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:325:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:388:19: style: The scope of the variable 'LDC' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:389:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:389:27: style: The scope of the variable 'B' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:451:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:452:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:11: style: The scope of the variable 'LDA' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:510:15: style: The scope of the variable 'LDB' can be reduced. [variableScope]
lapack-3.8.0/CBLAS/testing/c_zblas3.c:511:23: style: The scope of the variable 'A' can be reduced. [variableScope]
lapack-3.8.0/LAPACKE/example/example_DGELS_rowmajor.c:89:11: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
lapack-3.8.0/LAPACKE/example/example_user.c:52:9: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/example/example_user.c:51:9: note: Variable 'info' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/example/example_user.c:52:9: note: Variable 'info' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/example/example_user.c:53:16: style: Unused variable: work [unusedVariable]
lapack-3.8.0/LAPACKE/example/example_user.c:54:13: style: Unused variable: iwork [unusedVariable]
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cheswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chpgst_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrd_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_chptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_cspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_csyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:50:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:48:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctftri_work.c:50:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctfttp_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ctpttf_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy2_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dlapy3_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dspgst_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrd_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsptri_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dsyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtfttp_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_dtpttf_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy2_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:40:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:38:0: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_slapy3_work.c:40:5: note: Variable 'res' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_spptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_sspgst_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrd_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ssyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stfttp_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpcon_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_stpttf_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zheswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhpgst_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrd_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zhptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftrf_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:49:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:47:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpftri_work.c:49:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:50:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zppequ_work.c:50:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zpptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zspcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptrf_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsptri_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:51:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:49:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_zsyswapr_work.c:51:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:50:9: style: Variable 'a_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:48:0: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztftri_work.c:50:9: note: Variable 'a_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztfttp_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:49:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpcon_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:49:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:47:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztptri_work.c:49:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:51:9: style: Variable 'ap_t' is reassigned a value before the old one has been used. [redundantAssignment]
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:48:0: note: Variable 'ap_t' is reassigned a value before the old one has been used.
lapack-3.8.0/LAPACKE/src/lapacke_ztpttf_work.c:51:9: note: Variable 'ap_t' is reassigned a value before the old one has been used.
[02:19]

ftp://ftp.se.debian.org/debian/pool/main/l/laptop-mode-tools/laptop-mode-tools_1.72.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/larch/larch_1.1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/largetifftools/largetifftools_1.3.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/larswm/larswm_7.5.3.orig.tar.gz
larswm-7.5.3/client.c:126:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
larswm-7.5.3/event.c:377:7: style: The scope of the variable 'i' can be reduced. [variableScope]
larswm-7.5.3/keys.c:327:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/larsmenu.c:260:9: style: The scope of the variable 'pathbuf' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:261:14: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:496:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:841:7: style: The scope of the variable 'tx' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:841:11: style: The scope of the variable 'ty' can be reduced. [variableScope]
larswm-7.5.3/larsmenu.c:378:0: error: Resource leak: fp [resourceLeak]
larswm-7.5.3/main.c:173:22: style: The scope of the variable 'dot1' can be reduced. [variableScope]
larswm-7.5.3/manage.c:233:25: style: Unsigned variable '=' can't be negative so it is unnecessary to test it. [unsignedPositive]
larswm-7.5.3/tiling.c:889:24: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:912:23: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:927:36: style: Redundant condition: !s->notile_raised[s->desktop]. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
larswm-7.5.3/tiling.c:971:24: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:992:20: style: Redundant condition: !c->isnotile. 'c->isnotile || (!c->isnotile && !s->skip_focus[s->desktop])' is equivalent to 'c->isnotile || !s->skip_focus[s->desktop]' [redundantCondition]
larswm-7.5.3/tiling.c:667:11: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/tiling.c:706:11: style: The scope of the variable 't' can be reduced. [variableScope]
larswm-7.5.3/tiling.c:497:3: style: Variable 'clients_left' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:595:10: style: Variable 'odx' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:596:10: style: Variable 'ody' is assigned a value that is never used. [unreadVariable]
larswm-7.5.3/tiling.c:489:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
larswm-7.5.3/tiling.c:490:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[02:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lasagne/lasagne_0.1+git20180322.37ca134.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/laserboy/laserboy_2016.03.15.orig.tar.gz
LaserBoy/src/LaserBoy_vertex.hpp:732:65: error: Array 'header.color_rescale_i[256]' accessed at index 32640, which is out of bounds. [arrayIndexOutOfBounds]
LaserBoy/src/LaserBoy_vertex.hpp:893:65: error: Array 'header.color_rescale_i[256]' accessed at index 32640, which is out of bounds. [arrayIndexOutOfBounds]
LaserBoy/src/LaserBoy_palette.hpp:185:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
LaserBoy/src/LaserBoy_color.hpp:139:26: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_vertex.hpp:219:21: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_vertex.hpp:370:21: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.hpp:241:35: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.hpp:242:35: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:334:39: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:335:39: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.hpp:332:35: style: The scope of the variable 'selected_count' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.hpp:333:35: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.hpp:363:42: style: Unsigned variable 'vertex_index' can't be negative so it is unnecessary to test it. [unsignedPositive]
LaserBoy/src/LaserBoy_palette.hpp:90:23: warning: Member variable 'LaserBoy_palette::in_use' is not assigned a value in 'LaserBoy_palette::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_real_segment.hpp:150:29: warning: Member variable 'LaserBoy_real_segment::palette_index' is not assigned a value in 'LaserBoy_real_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_real_segment.hpp:150:29: warning: Member variable 'LaserBoy_real_segment::real_segment_error' is not assigned a value in 'LaserBoy_real_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_segment.hpp:207:24: warning: Member variable 'LaserBoy_segment::palette_index' is not assigned a value in 'LaserBoy_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_segment.hpp:207:24: warning: Member variable 'LaserBoy_segment::segment_error' is not assigned a value in 'LaserBoy_segment::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_selected' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_unique' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::is_wagged' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::intro' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::bridge' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame.hpp:179:21: warning: Member variable 'LaserBoy_frame::coda' is not assigned a value in 'LaserBoy_frame::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::p_space' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::frame_set_error' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::frame_index' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::null_frame' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_frame_set.hpp:263:25: warning: Member variable 'LaserBoy_frame_set::ild_file_GUID' is not assigned a value in 'LaserBoy_frame_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::palette_set_error' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::palette_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::target_palette_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_palette_set.hpp:60:27: warning: Member variable 'LaserBoy_palette_set::selected_color_index' is not assigned a value in 'LaserBoy_palette_set::operator='. [operatorEqVarError]
LaserBoy/src/LaserBoy_wave.hpp:246:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
LaserBoy/src/LaserBoy_frame_set.hpp:52:29: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_frame_set.hpp:66:29: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_color.hpp:109:10: style: Technically the member function 'LaserBoy_color::is_black' can be const. [functionConst]
LaserBoy/src/LaserBoy_color.hpp:198:21: style: Technically the member function 'LaserBoy_color::blend' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_short.hpp:180:24: style: Technically the member function 'LaserBoy_3D_short::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_short.hpp:205:23: style: Technically the member function 'LaserBoy_3D_short::sum' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_double.hpp:284:24: style: Technically the member function 'LaserBoy_3D_double::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_3D_double.hpp:334:12: style: Technically the member function 'LaserBoy_3D_double::sum' can be const. [functionConst]
LaserBoy/src/LaserBoy_real_vertex.hpp:159:26: style: Technically the member function 'LaserBoy_real_vertex::operator*' can be const. [functionConst]
LaserBoy/src/LaserBoy_real_vertex.hpp:203:26: style: Technically the member function 'LaserBoy_real_vertex::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_vertex.hpp:190:21: style: Technically the member function 'LaserBoy_vertex::blend' can be const. [functionConst]
LaserBoy/src/LaserBoy_vertex.hpp:233:22: style: Technically the member function 'LaserBoy_vertex::operator-' can be const. [functionConst]
LaserBoy/src/LaserBoy_wave.hpp:171:27: style: Class 'LaserBoy_wave_sample' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LaserBoy/src/LaserBoy_color.hpp:48:5: style: Class 'LaserBoy_color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_short.hpp:37:5: style: Class 'LaserBoy_3D_short' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_short.hpp:49:5: style: Class 'LaserBoy_3D_short' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_double.hpp:40:5: style: Class 'LaserBoy_3D_double' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_3D_double.hpp:61:5: style: Class 'LaserBoy_3D_double' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_vertex.hpp:79:5: style: Class 'LaserBoy_real_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_vertex.hpp:85:5: style: Class 'LaserBoy_real_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:123:5: style: Class 'LaserBoy_wave_header' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:170:5: style: Class 'LaserBoy_wave_sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:61:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:88:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_vertex.hpp:94:5: style: Class 'LaserBoy_vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_palette.hpp:45:5: style: Class 'LaserBoy_palette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_segment.hpp:46:5: style: Class 'LaserBoy_real_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_real_segment.hpp:346:5: style: Class 'LaserBoy_real_segment_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_segment.hpp:41:5: style: Class 'LaserBoy_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_segment.hpp:72:5: style: Class 'LaserBoy_segment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame.hpp:41:5: style: Class 'LaserBoy_frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame.hpp:67:5: style: Class 'LaserBoy_frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_frame_set.hpp:41:5: style: Class 'LaserBoy_frame_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_palette_set.hpp:40:5: style: Class 'LaserBoy_palette_set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_space.hpp:44:5: style: Class 'LaserBoy_space' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_TUI.hpp:39:5: style: Class 'LaserBoy_TUI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LaserBoy/src/LaserBoy_wave.hpp:167:1: warning: The class 'LaserBoy_wave_sample' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LaserBoy/src/LaserBoy_palette_set.hpp:37:1: warning: The class 'LaserBoy_palette_set' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LaserBoy/src/LaserBoy_SDL_GUI.hpp:52:18: style: The function 'display_space' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:52:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:52:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:57:18: style: The function 'display_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:82:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:57:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:76:18: style: The function 'display_progress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:84:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:76:18: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:95:21: style: The function 'capture_screen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:53:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:95:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:100:21: style: The function 'display_prompt_dir_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:58:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:100:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:101:21: style: The function 'display_prompt_f_effect_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:59:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:101:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:102:21: style: The function 'display_prompt_fs_effect_with_auto_complete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:60:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:102:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:103:21: style: The function 'display_prompt_and_echo_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:61:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:103:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:104:21: style: The function 'display_prompt_and_echo_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:62:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:104:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:113:21: style: The function 'display_prompt_and_echo_nibble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:70:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:113:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:114:21: style: The function 'display_prompt_and_echo_bool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:71:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:114:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:116:21: style: The function 'report_ild_file_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:73:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:116:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:120:21: style: The function 'report_ctn_file_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:77:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:120:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:124:21: style: The function 'display_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:81:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:124:21: note: Function in derived class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:125:21: style: The function 'display_message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LaserBoy/src/LaserBoy_GUI_base.hpp:83:18: note: Virtual function in base class
LaserBoy/src/LaserBoy_SDL_GUI.hpp:125:21: note: Function in derived class
LaserBoy/src/LaserBoy_wave.hpp:177:36: error: Mismatching allocation and deallocation: LaserBoy_wave_sample::channel [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_wave.hpp:94:56: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:38:50: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:39:50: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:52: performance: Function parameter '_0' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:75: performance: Function parameter '_1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:85:98: performance: Function parameter '_2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:75: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:98: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:146:121: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:152:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:152:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:158:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:158:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:164:77: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:164:100: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:74: performance: Function parameter 'p1' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:97: performance: Function parameter 'p2' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_utility.hpp:170:120: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_palette_set.hpp:156:39: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_TUI.hpp:106:59: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1519:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1147:11: style: Condition '!done' is always true [knownConditionTrueFalse]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1117:27: note: Assignment 'done=false', assigned value is 0
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1147:11: note: Condition '!done' is always true
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1491:30: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1661:30: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1870:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1900:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1930:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1960:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1990:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:2021:12: style: The scope of the variable 'time_zero' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:2482:9: style: The scope of the variable 'temp_int' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:8207:10: style: The scope of the variable 'good_call' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:8237:10: style: The scope of the variable 'good_call' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:9646:40: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:9751:40: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1000:77: style: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_SDL_GUI.hpp:110:79: note: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'.
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1000:77: note: Function 'display_prompt_and_echo_int' argument 2 names different: declaration 'value' definition 'default_value'.
LaserBoy/src/LaserBoy_SDL_GUI.hpp:170:13: performance: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static. [functionStatic]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:7347:24: note: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static.
LaserBoy/src/LaserBoy_SDL_GUI.hpp:170:13: note: Technically the member function 'LaserBoy_SDL_GUI::draw_harmonograph_menu' can be static.
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1640:9: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_SDL_GUI.cpp:1797:9: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_TUI.cpp:238:21: style: The scope of the variable 'select_start_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:239:21: style: The scope of the variable 'select_end_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:3916:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_TUI.cpp:4375:58: performance: Function parameter 'ext' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_bmp.cpp:94:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:98:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:99:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:103:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:104:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:105:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:106:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:107:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:108:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:109:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:110:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:113:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1283:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:1301:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_bmp.cpp:501:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:524:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:561:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:587:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:609:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:639:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:661:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:683:11: style: The scope of the variable 'xx' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:12: style: The scope of the variable 'r' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:15: style: The scope of the variable 'g' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:707:18: style: The scope of the variable 'b' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1070:13: style: The scope of the variable 'y' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1279:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_bmp.cpp:1372:26: style: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_bmp.hpp:212:98: note: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'.
LaserBoy/src/LaserBoy_bmp.cpp:1372:26: note: Function 'bmp_into_bmp' argument 3 names different: declaration 'size' definition 'scale'.
LaserBoy/src/LaserBoy_common.cpp:111:9: style: The scope of the variable 'z' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:249:11: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:275:11: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_common.cpp:437:59: performance: Function parameter 'install_GUID' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:347:25: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:474:22: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:511:22: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:633:26: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1176:15: style: The scope of the variable 'span' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1177:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1503:21: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:1504:21: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:4114:18: style: The scope of the variable 'frame_scan' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame.cpp:345:49: style: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:452:55: note: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'.
LaserBoy/src/LaserBoy_frame.cpp:345:49: note: Function 'add_coda' argument 1 names different: declaration 'next_frame_entry' definition 'next_frame_entry_point'.
LaserBoy/src/LaserBoy_frame.cpp:702:79: style: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:476:70: note: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'.
LaserBoy/src/LaserBoy_frame.cpp:702:79: note: Function 'scale_selection_on_fulcrum' argument 1 names different: declaration 'd' definition 'magnitude'.
LaserBoy/src/LaserBoy_frame.cpp:779:80: style: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:479:70: note: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'.
LaserBoy/src/LaserBoy_frame.cpp:779:80: note: Function 'rotate_selection_on_fulcrum' argument 1 names different: declaration 'a' definition 'angle'.
LaserBoy/src/LaserBoy_frame.cpp:3976:49: style: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:506:56: note: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:3976:49: note: Function 'save_as_wave' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4169:48: style: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:517:56: note: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4169:48: note: Function 'save_as_dxf' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4329:48: style: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:518:56: note: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4329:48: note: Function 'save_as_bmp' argument 1 names different: declaration 'file_name' definition 'file'.
LaserBoy/src/LaserBoy_frame.cpp:4386:44: style: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:532:44: note: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4386:44: note: Function 'blank_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4395:43: style: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame.hpp:533:44: note: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:4395:43: note: Function 'NULL_frame' argument 1 names different: declaration 'p_space' definition 'ps'.
LaserBoy/src/LaserBoy_frame.cpp:628:67: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:663:68: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:702:79: performance: Function parameter 'magnitude' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:740:69: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame.cpp:779:80: performance: Function parameter 'angle' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_frame_effects.cpp:166:25: style: The scope of the variable 'counter' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_effects.cpp:510:24: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4769:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_frame_set.cpp:4789:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_frame_set.cpp:4688:17: style: Variable 'total_frame_scans' is reassigned a value before the old one has been used. [redundantAssignment]
LaserBoy/src/LaserBoy_frame_set.cpp:4687:0: note: Variable 'total_frame_scans' is reassigned a value before the old one has been used.
LaserBoy/src/LaserBoy_frame_set.cpp:4688:17: note: Variable 'total_frame_scans' is reassigned a value before the old one has been used.
LaserBoy/src/LaserBoy_frame_set.cpp:95:14: style: The scope of the variable 'egg_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:96:14: style: The scope of the variable 'spider_color' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1378:29: style: The scope of the variable 'pDirEnt' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1409:22: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1721:32: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:2985:22: style: The scope of the variable 'color_sum' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4665:27: style: The scope of the variable 'not_last_frame' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4686:22: style: The scope of the variable 'frame_scan' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:4724:14: style: The scope of the variable 'total_frame_scans' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_frame_set.cpp:1374:59: style: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:417:72: note: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'.
LaserBoy/src/LaserBoy_frame_set.cpp:1374:59: note: Function 'from_dxf_directory' argument 1 names different: declaration 'file' definition 'dir'.
LaserBoy/src/LaserBoy_frame_set.cpp:1719:69: style: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:398:72: note: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_frame_set.cpp:1719:69: note: Function 'from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_frame_set.cpp:3797:76: style: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:522:65: note: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'.
LaserBoy/src/LaserBoy_frame_set.cpp:3797:76: note: Function 'scale_around_origin' argument 1 names different: declaration 'f' definition 'factor'.
LaserBoy/src/LaserBoy_frame_set.cpp:3823:77: style: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:524:65: note: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'.
LaserBoy/src/LaserBoy_frame_set.cpp:3823:77: note: Function 'rotate_around_origin' argument 1 names different: declaration 'f' definition 'angle'.
LaserBoy/src/LaserBoy_frame_set.cpp:3849:61: style: Function 'move' argument 1 names different: declaration 'f' definition 'offset'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_frame_set.hpp:526:65: note: Function 'move' argument 1 names different: declaration 'f' definition 'offset'.
LaserBoy/src/LaserBoy_frame_set.cpp:3849:61: note: Function 'move' argument 1 names different: declaration 'f' definition 'offset'.
LaserBoy/src/LaserBoy_frame_set.cpp:48:5: performance: Variable 'null_frame' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LaserBoy/src/LaserBoy_frame_set.cpp:2835:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:2973:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:3160:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_frame_set.cpp:3304:0: error: Memory leak: sample_window [memleak]
LaserBoy/src/LaserBoy_ild_header.cpp:196:63: style: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_ild_header.hpp:92:50: note: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'.
LaserBoy/src/LaserBoy_ild_header.cpp:196:63: note: Function 'to_ofstream_ild' argument 2 names different: declaration 'dumb_format' definition 'dumb_file_format'.
LaserBoy/src/LaserBoy_palette.cpp:164:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_palette.cpp:216:12: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_palette_set.cpp:122:80: style: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_palette_set.hpp:191:68: note: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_palette_set.cpp:122:80: note: Function 'palettes_from_txt_file' argument 1 names different: declaration 'file' definition 'file_name'.
LaserBoy/src/LaserBoy_real_segment.cpp:414:31: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:415:31: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:666:12: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:870:28: style: The scope of the variable 'dxf_color_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:871:28: style: The scope of the variable 'prev_dxf_color_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:872:28: style: The scope of the variable 'arc_vertices' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:873:28: style: The scope of the variable 'group_70_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:874:28: style: The scope of the variable 'group_71_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:875:28: style: The scope of the variable 'group_72_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:876:28: style: The scope of the variable 'group_73_flag' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:877:28: style: The scope of the variable 'group_code' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:878:28: style: The scope of the variable 'first_segment_vertex_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:880:28: style: The scope of the variable 'radius' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:881:28: style: The scope of the variable 'arc_start' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:882:28: style: The scope of the variable 'arc_end' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:883:28: style: The scope of the variable 'arc_angle' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:884:28: style: The scope of the variable 'arc_step' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:897:28: style: The scope of the variable 'closed_polyline' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1271:36: style: The scope of the variable 'text_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1272:36: style: The scope of the variable 'vertex_index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1455:25: style: The scope of the variable 'real_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:1519:25: style: The scope of the variable 'real_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_real_segment.cpp:684:57: style: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:311:67: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:684:57: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:734:65: style: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:316:66: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:734:65: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:752:79: style: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:317:66: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:752:79: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:758:80: style: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:318:66: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:758:80: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:48: style: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:319:66: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:48: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: style: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:319:92: note: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'.
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: note: Function 'move_segment' argument 2 names different: declaration 'f' definition 'd'.
LaserBoy/src/LaserBoy_real_segment.cpp:780:50: style: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:320:66: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:780:50: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:803:64: style: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:321:66: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:803:64: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:823:49: style: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:322:66: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:823:49: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:846:63: style: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_real_segment.hpp:323:66: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:846:63: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_real_segment.cpp:325:69: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:340:70: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:340:92: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:581:53: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:593:54: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:601:69: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:601:91: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:613:68: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:764:82: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:780:84: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:803:98: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:823:83: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_real_segment.cpp:846:97: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:607:32: style: Same expression on both sides of '/'. [duplicateExpression]
LaserBoy/src/LaserBoy_segment.cpp:813:23: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1118:29: style: The scope of the variable 'temp_distance' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1689:27: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1690:27: style: The scope of the variable 'index' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:1868:27: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:2118:29: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3063:31: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3064:31: style: The scope of the variable 'j' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3381:29: style: The scope of the variable 'out_of_bounds' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:3516:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_segment.cpp:2039:19: style: Unsigned variable 'vertex' can't be negative so it is unnecessary to test it. [unsignedPositive]
LaserBoy/src/LaserBoy_segment.cpp:69:52: warning: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text' [funcArgOrderDifferent]
LaserBoy/src/LaserBoy_segment.hpp:88:40: note: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text'
LaserBoy/src/LaserBoy_segment.cpp:69:52: note: Function 'LaserBoy_segment' argument order different: declaration 'ps, p1, p2, font, text' definition 'ps, p0, p1, font, text'
LaserBoy/src/LaserBoy_segment.cpp:397:54: style: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:125:40: note: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'.
LaserBoy/src/LaserBoy_segment.cpp:397:54: note: Function 'LaserBoy_segment' argument 4 names different: declaration 'number_of_sides' definition 'number_of_points'.
LaserBoy/src/LaserBoy_segment.cpp:1942:62: warning: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1' [funcArgOrderDifferent]
LaserBoy/src/LaserBoy_segment.hpp:413:63: note: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1'
LaserBoy/src/LaserBoy_segment.cpp:1942:62: note: Function 'connect_the_dots' argument order different: declaration 'p1, p2' definition 'p0, p1'
LaserBoy/src/LaserBoy_segment.cpp:1974:45: style: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:414:63: note: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:1974:45: note: Function 'vector_angle' argument 1 names different: declaration 'vertex' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3444:74: style: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:487:76: note: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3444:74: note: Function 'scale_around_origin' argument 1 names different: declaration 's' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3581:52: style: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:497:64: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3581:52: note: Function 'find_segment_at_index' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3668:55: style: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:508:63: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3668:55: note: Function 'copy_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3724:74: style: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:510:63: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3724:74: note: Function 'rectangular_center_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3730:75: style: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:511:63: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3730:75: note: Function 'mean_of_coordinates_of_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3736:55: style: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:512:63: note: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3736:55: note: Function 'segment_index_of_vertex' argument 1 names different: declaration 'index' definition 'vertex_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:54: style: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:513:63: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:54: note: Function 'move_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3744:88: style: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:513:89: note: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3744:88: note: Function 'move_segment' argument 2 names different: declaration 'd' definition 'f'.
LaserBoy/src/LaserBoy_segment.cpp:3766:56: style: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:514:63: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3766:56: note: Function 'rotate_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3796:70: style: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:515:63: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3796:70: note: Function 'rotate_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3823:55: style: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:516:63: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3823:55: note: Function 'scale_segment' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3853:69: style: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_segment.hpp:517:63: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:3853:69: note: Function 'scale_segment_around_origin' argument 1 names different: declaration 'index' definition 'segment_index'.
LaserBoy/src/LaserBoy_segment.cpp:2445:75: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2469:76: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2469:98: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2493:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2517:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:2541:78: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3376:59: performance: Function parameter 'd' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3415:60: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3422:75: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3422:97: performance: Function parameter 's' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3744:88: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3766:90: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3796:104: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3823:89: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:3853:103: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_segment.cpp:1173:13: warning: Either the condition 'closest_segment_index>0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
LaserBoy/src/LaserBoy_segment.cpp:1165:34: note: Assuming that condition 'closest_segment_index>0' is not redundant
LaserBoy/src/LaserBoy_segment.cpp:1173:13: note: Negative array index
LaserBoy/src/LaserBoy_segment.cpp:1382:17: warning: Either the condition 'closest_segment_index>0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
LaserBoy/src/LaserBoy_segment.cpp:1374:38: note: Assuming that condition 'closest_segment_index>0' is not redundant
LaserBoy/src/LaserBoy_segment.cpp:1382:17: note: Negative array index
LaserBoy/src/LaserBoy_space.cpp:206:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LaserBoy/src/LaserBoy_space.cpp:1422:15: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1423:15: style: The scope of the variable 'next_char' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1424:15: style: The scope of the variable 'counter' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1425:15: style: The scope of the variable 'number' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_space.cpp:1916:66: style: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_space.hpp:174:55: note: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1916:66: note: Function 'split_wave_XY_r_g_b_i_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1994:64: style: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'. [funcArgNamesDifferent]
LaserBoy/src/LaserBoy_space.hpp:180:55: note: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:1994:64: note: Function 'split_wave_XY_rg_bi_LR_prep' argument 2 names different: declaration 'dir_wav' definition 'dir_wave'.
LaserBoy/src/LaserBoy_space.cpp:2354:5: error: Mismatching allocation and deallocation: sample_window [mismatchAllocDealloc]
LaserBoy/src/LaserBoy_space.cpp:199:47: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:358:58: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:372:62: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_space.cpp:3216:61: performance: Function parameter 'wave_in_header_audio' should be passed by const reference. [passedByValue]
LaserBoy/src/LaserBoy_wave.cpp:136:13: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:141:13: style: The scope of the variable 'LaserBoy_chunk_size' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:586:13: style: The scope of the variable 'i' can be reduced. [variableScope]
LaserBoy/src/LaserBoy_wave.cpp:157:23: style: Variable 'chunk_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.cpp:196:29: style: Variable 'sub_chunk_1_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.cpp:248:36: style: Variable 'LaserBoy_chunk_size' is assigned a value that is never used. [unreadVariable]
LaserBoy/src/LaserBoy_wave.hpp:64:1: warning: The class 'LaserBoy_wave_header' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[02:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lasi/lasi_1.1.0.orig.tar.gz
libLASi-1.1.0/src/drawGlyph.cpp:70:15: style: Technically the member function 'StateOfDrawGlyph::startPt' can be const. [functionConst]
libLASi-1.1.0/src/drawGlyph.cpp:73:10: style: Technically the member function 'StateOfDrawGlyph::isNewPath' can be const. [functionConst]
libLASi-1.1.0/src/glyphMgr.h:29:5: style: Class 'FreetypeGlyphMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libLASi-1.1.0/src/drawGlyph.cpp:61:5: style: Struct 'StateOfDrawGlyph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
libLASi-1.1.0/src/glyphMgr.cpp:25:3: performance: Variable '_glyph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
libLASi-1.1.0/src/glyphMgr.cpp:28:52: error: Member variable '_glyph' is initialized by itself. [selfInitialization]
libLASi-1.1.0/src/stringDimensions.h:66:15: style: Technically the member function 'StringDimensions::getXAdvance' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:67:15: style: Technically the member function 'StringDimensions::getYMin' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:68:15: style: Technically the member function 'StringDimensions::getYMax' can be const. [functionConst]
libLASi-1.1.0/src/stringDimensions.h:74:15: style: Technically the member function 'StringDimensions::getLineSpacing' can be const. [functionConst]
libLASi-1.1.0/src/manager.h:30:0: style: Class 'Manager < PangoContext * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lasso/lasso_2.6.0.orig.tar.gz
lasso-2.6.0/bindings/java/wrapper_top.c:368:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:366:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:368:9: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:402:9: style: Variable 'typename' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:400:0: note: Variable 'typename' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:402:9: note: Variable 'typename' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:826:5: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/java/wrapper_top.c:824:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:826:5: note: Variable 'gobj' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/java/wrapper_top.c:185:42: style: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'. [funcArgNamesDifferent]
lasso-2.6.0/bindings/java/wrapper_top.c:55:67: note: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'.
lasso-2.6.0/bindings/java/wrapper_top.c:185:42: note: Function 'get_array_size' argument 2 names different: declaration 'arr' definition 'jarr'.
lasso-2.6.0/bindings/java/wrapper_top.c:379:76: style: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'. [funcArgNamesDifferent]
lasso-2.6.0/bindings/java/wrapper_top.c:65:101: note: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'.
lasso-2.6.0/bindings/java/wrapper_top.c:379:76: note: Function 'gobject_to_jobject_aux' argument 4 names different: declaration 'job' definition 'jobj'.
lasso-2.6.0/bindings/perl/glist_handling.c:74:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:297:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:295:0: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:297:2: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:298:2: style: Variable 'hashtable' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:288:0: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:298:2: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:323:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:321:0: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:323:2: note: Variable 'result' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:324:2: style: Variable 'hashtable' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/php5/wrapper_source_top.c:315:0: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:324:2: note: Variable 'hashtable' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/php5/wrapper_source_top.c:248:17: style: The scope of the variable 'cvt_temp' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:407:2: style: Variable 'utf8' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:404:0: note: Variable 'utf8' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:407:2: note: Variable 'utf8' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:420:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:416:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:420:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:455:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:451:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:455:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:492:2: style: Variable 'a_tuple' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/bindings/python/wrapper_top.c:488:0: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:492:2: note: Variable 'a_tuple' is reassigned a value before the old one has been used.
lasso-2.6.0/bindings/python/wrapper_top.c:118:11: style: The scope of the variable 'item_value' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:144:16: style: The scope of the variable 'begin' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:146:8: style: The scope of the variable 'item_value' can be reduced. [variableScope]
lasso-2.6.0/bindings/python/wrapper_top.c:147:12: style: The scope of the variable 'item' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:79:9: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:79:15: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:372:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/defederation.c:257:100: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/id-ff/defederation.c:308:84: style: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/defederation.h:70:43: note: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'.
lasso-2.6.0/lasso/id-ff/defederation.c:308:84: note: Function 'lasso_defederation_process_notification_msg' argument 2 names different: declaration 'notification_msg' definition 'request_msg'.
lasso-2.6.0/lasso/xml/private.h:82:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lasso-2.6.0/lasso/id-ff/login.c:829:6: warning: Either the condition 'ni!=NULL' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:831:10: note: Assuming that condition 'ni!=NULL' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:829:6: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:1560:2: warning: Either the condition 'if(remote_provider&&lasso_provider_get_protocol_conformance(remote_provider)<LASSO_PROTOCOL_LIBERTY_1_2)' is redundant or there is possible null pointer dereference: remote_provider. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:1582:5: note: Assuming that condition 'if(remote_provider&&lasso_provider_get_protocol_conformance(remote_provider)<LASSO_PROTOCOL_LIBERTY_1_2)' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:1560:2: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2064:20: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2064:20: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2080:2: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2080:2: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2082:5: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2082:5: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2093:47: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2093:47: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2114:3: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2114:3: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:2120:5: warning: Either the condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is redundant or there is possible null pointer dereference: profile. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/id-ff/login.c:2118:16: note: Assuming that condition 'profile==LASSO_PROFILE_SIGNATURE_VERIFY_HINT_MAYBE' is not redundant
lasso-2.6.0/lasso/id-ff/login.c:2120:5: note: Null pointer dereference
lasso-2.6.0/lasso/id-ff/login.c:921:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:913:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:921:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1265:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:1260:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1265:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1392:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:1388:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:1392:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:2529:2: style: Variable 'login' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/login.c:2525:0: note: Variable 'login' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:2529:2: note: Variable 'login' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/login.c:783:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:1657:12: style: The scope of the variable 'query_fields' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:1835:9: style: The scope of the variable 'class_ref' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:2015:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/login.c:2017:9: style: The scope of the variable 'authnRequestSigned' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/logout.c:290:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:282:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:290:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:378:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:371:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:378:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:754:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/logout.c:741:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:754:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/logout.c:515:19: style: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/logout.h:84:31: note: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'.
lasso-2.6.0/lasso/id-ff/logout.c:515:19: note: Function 'lasso_logout_init_request' argument 3 names different: declaration 'request_method' definition 'http_method'.
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:583:2: style: Variable 'mapping' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:579:0: note: Variable 'mapping' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/name_identifier_mapping.c:583:2: note: Variable 'mapping' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/name_registration.c:69:8: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:69:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:157:8: style: The scope of the variable 'url' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/name_registration.c:157:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:870:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/profile.c:869:6: note: outer condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:870:3: note: identical inner condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:916:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/profile.c:915:6: note: outer condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:916:3: note: identical inner condition: to_free
lasso-2.6.0/lasso/id-ff/profile.c:109:17: style: The scope of the variable 'remote_provider' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:110:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/profile.c:111:14: style: The scope of the variable 'name_id_sp_name_qualifier' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:844:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/provider.c:843:28: note: outer condition: provider->private_data->default_assertion_consumer
lasso-2.6.0/lasso/id-ff/provider.c:844:3: note: identical inner condition: provider->private_data->default_assertion_consumer
lasso-2.6.0/lasso/id-ff/provider.c:862:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/id-ff/provider.c:861:28: note: outer condition: provider->private_data->encryption_public_key_str
lasso-2.6.0/lasso/id-ff/provider.c:862:3: note: identical inner condition: provider->private_data->encryption_public_key_str
lasso-2.6.0/lasso/id-ff/provider.c:1077:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1063:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1077:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1179:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1177:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1179:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1365:2: style: Variable 'node_ns' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1354:0: note: Variable 'node_ns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1365:2: note: Variable 'node_ns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1657:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1652:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1657:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1763:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/provider.c:1761:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:1763:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/provider.c:198:8: style: The scope of the variable 'symbol' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:199:14: style: The scope of the variable 'role_prefix' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:617:8: style: The scope of the variable 'roles' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:682:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/provider.c:1046:68: style: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/providerprivate.h:87:77: note: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'.
lasso-2.6.0/lasso/id-ff/provider.c:1046:68: note: Function 'lasso_provider_load_metadata' argument 2 names different: declaration 'metadata' definition 'path'.
lasso-2.6.0/lasso/id-ff/server.c:328:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/server.c:326:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/server.c:328:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/server.c:649:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/server.c:912:3: style: Redundant pointer operation on 'signature_context' - it's already a pointer. [redundantPointerOp]
lasso-2.6.0/lasso/id-ff/server.c:940:2: style: Redundant pointer operation on 'context' - it's already a pointer. [redundantPointerOp]
lasso-2.6.0/lasso/id-ff/server.c:1006:121: style: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/serverprivate.h:58:52: note: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'.
lasso-2.6.0/lasso/id-ff/server.c:1006:121: note: Function 'lasso_server_export_to_query_for_provider_by_name' argument 4 names different: declaration 'query' definition 'out'.
lasso-2.6.0/lasso/id-ff/session.c:76:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/id-ff/session.c:729:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:726:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:729:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:730:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:727:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:730:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:836:2: style: Variable 'decoded' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:830:0: note: Variable 'decoded' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:836:2: note: Variable 'decoded' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:864:2: style: Variable 'provider_id' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-ff/session.c:858:0: note: Variable 'provider_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:864:2: note: Variable 'provider_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-ff/session.c:490:22: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:908:16: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:921:14: style: The scope of the variable 'assertion' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-ff/session.c:234:14: style: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-ff/session.h:89:39: note: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'.
lasso-2.6.0/lasso/id-ff/session.c:234:14: note: Function 'lasso_session_get_session_indexes' argument 3 names different: declaration 'name_id' definition 'node'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:618:6: style: Condition 'service_type' is always false [knownConditionTrueFalse]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:612:29: note: Assignment 'service_type=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:618:6: note: Condition 'service_type' is always false
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:472:2: style: Variable 'service_type' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:466:0: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:472:2: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:941:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:935:0: note: Variable 'data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:941:2: note: Variable 'data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:322:64: style: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:110:84: note: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:322:64: note: Function 'lasso_idwsf2_data_service_get_item_ids' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:353:61: style: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:111:81: note: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:353:61: note: Function 'lasso_idwsf2_data_service_get_items' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:378:60: style: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:112:84: note: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:378:60: note: Function 'lasso_idwsf2_data_service_get_item' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:427:65: style: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:100:92: note: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:427:65: note: Function 'lasso_idwsf2_data_service_add_namespace' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:718:73: style: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/data_service.h:122:27: note: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/data_service.c:718:73: note: Function 'lasso_idwsf2_data_service_set_query_item_result' argument 1 names different: declaration 'data_service' definition 'service'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:530:4: warning: Possible null pointer dereference: query [nullPointer]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:529:12: note: Assignment 'query=(struct _LassoIdWsf2DiscoQuery*)((content)?(content)->data:NULL)', assigned value is 0
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:530:4: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:523:2: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:515:0: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:523:2: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1018:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1010:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1018:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1534:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1532:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:1534:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:149:17: style: The scope of the variable 'identity' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:872:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:354:67: style: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.h:117:25: note: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:354:67: note: Function 'lasso_idwsf2_discovery_add_service_metadata' argument 1 names different: declaration 'idwsf2_discovery' definition 'discovery'.
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:160:14: style: Variable 'identity' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/discovery.c:175:14: style: Variable 'provider' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.c:240:15: style: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.h:57:36: note: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'.
lasso-2.6.0/lasso/id-wsf-2.0/idwsf2_helper.c:240:15: note: Function 'lasso_wsa_endpoint_reference_new_for_idwsf2_service' argument 2 names different: declaration 'service_ype' definition 'service_type'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:186:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:180:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:186:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:108:18: style: The scope of the variable 'fault' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:109:8: style: The scope of the variable 'code' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:768:10: style: The scope of the variable 'it' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:177:55: style: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:72:82: note: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:177:55: note: Function 'lasso_idwsf2_profile_init_request' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:62: style: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:79:89: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:62: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 1 names different: declaration 'profile' definition 'wsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:89: style: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:80:15: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:335:89: note: Function 'lasso_idwsf2_profile_process_request_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:616:61: style: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:97:88: note: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:616:61: note: Function 'lasso_idwsf2_profile_build_response_msg' argument 1 names different: declaration 'profile' definition 'idwsf2_profile'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:653:85: style: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/profile.h:101:15: note: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/profile.c:653:85: note: Function 'lasso_idwsf2_profile_process_response_msg' argument 2 names different: declaration 'msg' definition 'message'.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:151:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:141:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:151:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:282:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:288:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:283:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:288:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:289:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:284:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:289:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf-2.0/saml2_login.c:287:13: style: Variable 'profile' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf-2.0/server.c:75:31: style: The scope of the variable 'md' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:433:14: style: The scope of the variable 'hint' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:342:55: style: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.h:73:90: note: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'.
lasso-2.6.0/lasso/id-wsf-2.0/soap_binding.c:342:55: note: Function 'lasso_soap_envelope_get_relates_to' argument 1 names different: declaration 'envelope' definition 'soap_envelope'.
lasso-2.6.0/lasso/id-wsf/authentication.c:490:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/authentication.c:489:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:490:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:758:2: style: Variable 'authentication' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/authentication.c:754:0: note: Variable 'authentication' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:758:2: note: Variable 'authentication' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/authentication.c:142:11: style: The scope of the variable 'outbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:177:6: style: The scope of the variable 'inlen' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:180:11: style: The scope of the variable 'outbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:406:22: style: The scope of the variable 'request' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:409:9: style: The scope of the variable 'messageId' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:471:9: style: The scope of the variable 'mechanisms' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:472:50: style: The scope of the variable 'smech' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:472:59: style: The scope of the variable 'cmech' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:475:8: style: The scope of the variable 'inbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:595:23: style: The scope of the variable 'inbase64' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/authentication.c:229:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf/data_service.c:137:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:131:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:137:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:193:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:185:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:193:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:233:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:228:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:233:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:270:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:265:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:270:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:319:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:314:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:319:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:364:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:359:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:364:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:416:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:408:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:416:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:505:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:499:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:505:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:579:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:573:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:579:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:582:2: style: Variable 'modify' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:574:0: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:582:2: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:584:2: style: Variable 'offering' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:572:0: note: Variable 'offering' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:584:2: note: Variable 'offering' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:640:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:631:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:640:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:818:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:813:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:818:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:837:2: style: Variable 'modify' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:832:0: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:837:2: note: Variable 'modify' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:855:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:850:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:855:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:857:2: style: Variable 'resource_data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:851:0: note: Variable 'resource_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:857:2: note: Variable 'resource_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:910:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:907:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:910:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1046:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:1039:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1046:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1106:2: style: Variable 'wsf_profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/data_service.c:1100:0: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:1106:2: note: Variable 'wsf_profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/data_service.c:272:2: style: Variable 'service_type' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/id-wsf/discovery.c:433:3: warning: Possible null pointer dereference: status [nullPointer]
lasso-2.6.0/lasso/id-wsf/discovery.c:359:31: note: Assignment 'status=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf/discovery.c:433:3: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf/discovery.c:1149:13: error: Null pointer dereference: profile [nullPointer]
lasso-2.6.0/lasso/id-wsf/discovery.c:1071:29: note: Assignment 'profile=NULL', assigned value is 0
lasso-2.6.0/lasso/id-wsf/discovery.c:1149:13: note: Null pointer dereference
lasso-2.6.0/lasso/id-wsf/discovery.c:252:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:245:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:252:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:287:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:280:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:287:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:321:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:316:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:321:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:370:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:356:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:370:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:371:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:357:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:371:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:372:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:358:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:372:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:463:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:456:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:463:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:496:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:493:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:496:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:543:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:530:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:543:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:544:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:531:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:544:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:545:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:533:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:545:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:546:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:532:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:546:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:623:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:614:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:623:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:678:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:671:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:678:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:680:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:672:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:680:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:682:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:673:0: note: Variable 'iter' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:682:2: note: Variable 'iter' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:723:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:715:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:723:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:822:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:813:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:822:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:823:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:814:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:823:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:854:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:845:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:854:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:855:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:846:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:855:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:931:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:917:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:931:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1090:2: style: Variable 'assertion' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1076:0: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1090:2: note: Variable 'assertion' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1209:2: style: Variable 'service_type' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1203:0: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1209:2: note: Variable 'service_type' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1323:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1319:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1323:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1345:2: style: Variable 'discovery' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/discovery.c:1341:0: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:1345:2: note: Variable 'discovery' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/discovery.c:93:9: style: struct member '_LassoDiscoveryPrivate::new_entry_ids' is never used. [unusedStructMember]
lasso-2.6.0/lasso/id-wsf/discovery.c:94:8: style: struct member '_LassoDiscoveryPrivate::security_mech_id' is never used. [unusedStructMember]
lasso-2.6.0/lasso/id-wsf/id_ff_extensions.c:65:47: style: The scope of the variable 'newServiceInstance' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/id_ff_extensions.c:66:31: style: The scope of the variable 'attributeStatement' can be reduced. [variableScope]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:109:2: style: Variable 'detail' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:104:0: note: Variable 'detail' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:109:2: note: Variable 'detail' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:110:2: style: Variable 'fault' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:105:0: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:110:2: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:169:2: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:165:0: note: Variable 'service' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:169:2: note: Variable 'service' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:67:16: style: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.h:72:15: note: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:67:16: note: Function 'lasso_interaction_profile_service_process_request_msg' argument 2 names different: declaration 'request_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:80:16: style: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.h:76:15: note: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/interaction_profile_service.c:80:16: note: Function 'lasso_interaction_profile_service_process_response_msg' argument 2 names different: declaration 'response_msg' definition 'msg'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:194:2: style: Variable 'description' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:188:0: note: Variable 'description' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:194:2: note: Variable 'description' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:839:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:834:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:839:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:888:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:878:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:888:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:968:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:958:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:968:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1190:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1188:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1190:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1273:2: style: Variable 'dsig_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1266:0: note: Variable 'dsig_ctx' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1273:2: note: Variable 'dsig_ctx' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1304:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1302:0: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1304:2: note: Variable 'res' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1315:2: style: Variable 'key_info' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1312:0: note: Variable 'key_info' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1315:2: note: Variable 'key_info' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1320:2: style: Variable 'security_token_reference' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1312:0: note: Variable 'security_token_reference' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1320:2: note: Variable 'security_token_reference' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1322:2: style: Variable 'nsPtr' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1310:0: note: Variable 'nsPtr' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1322:2: note: Variable 'nsPtr' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1370:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1370:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1371:2: style: Variable 'header' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'header' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1371:2: note: Variable 'header' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1373:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1373:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1375:2: style: Variable 'correlation' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'correlation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1375:2: note: Variable 'correlation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1377:2: style: Variable 'interaction' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1353:0: note: Variable 'interaction' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1377:2: note: Variable 'interaction' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1379:2: style: Variable 'body' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1352:0: note: Variable 'body' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1379:2: note: Variable 'body' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:773:59: style: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:101:86: note: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:773:59: note: Function 'lasso_wsf_profile_build_soap_request_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:832:60: style: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:103:87: note: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:832:60: note: Function 'lasso_wsf_profile_build_soap_response_msg' argument 1 names different: declaration 'profile' definition 'wsf_profile'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1554:77: style: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/id-wsf/wsf_profile.h:161:104: note: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'.
lasso-2.6.0/lasso/id-wsf/wsf_profile.c:1554:77: note: Function 'lasso_wsf_profile_set_status_code' argument 2 names different: declaration 'code' definition 'status_code'.
lasso-2.6.0/lasso/lasso.c:347:8: style: The scope of the variable 'token' can be reduced. [variableScope]
lasso-2.6.0/lasso/registry.c:190:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:279:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:271:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:279:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:385:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:380:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:385:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:404:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:399:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:404:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:443:2: style: Variable 'query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:438:0: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:443:2: note: Variable 'query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:448:2: style: Variable 'attribute' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:437:0: note: Variable 'attribute' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/assertion_query.c:448:2: note: Variable 'attribute' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/ecp.c:853:3: style: Variable 'fault' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/ecp.c:851:0: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/ecp.c:853:3: note: Variable 'fault' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:79:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:74:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:79:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:82:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:75:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:82:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:740:2: style: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:737:0: note: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:740:2: note: Variable 'name_id_sp_name_qualifier' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:742:2: style: Variable 'federation' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:736:0: note: Variable 'federation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:742:2: note: Variable 'federation' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:767:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:759:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:767:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1174:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1166:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1174:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1175:2: style: Variable 'samlp2_response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1167:0: note: Variable 'samlp2_response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1175:2: note: Variable 'samlp2_response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1227:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1220:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1227:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1622:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/login.c:1616:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:1622:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/login.c:449:9: style: The scope of the variable 'class_ref' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1000:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1467:19: style: The scope of the variable 'federation' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/login.c:1106:72: style: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/loginprivate.h:53:77: note: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'.
lasso-2.6.0/lasso/saml-2.0/login.c:1106:72: note: Function 'lasso_saml20_login_process_paos_response_msg' argument 2 names different: declaration 'paos_response_msg' definition 'msg'.
lasso-2.6.0/lasso/saml-2.0/logout.c:59:2: style: Variable 'logout_request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:54:0: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:59:2: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:120:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:113:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:120:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:121:2: style: Variable 'logout_request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:114:0: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:121:2: note: Variable 'logout_request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:348:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/logout.c:345:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/logout.c:348:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:77:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:69:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:77:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:168:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:161:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:168:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:169:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:162:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:169:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:203:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:195:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:203:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:205:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:197:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:205:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:295:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:290:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:295:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:342:2: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:335:0: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:342:2: note: Variable 'profile' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:343:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:336:0: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/name_id_management.c:343:2: note: Variable 'response' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:191:2: style: Variable 'source_succinct_id' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/profile.c:187:0: note: Variable 'source_succinct_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:191:2: note: Variable 'source_succinct_id' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:1163:2: style: Variable 'unsigned_query' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/profile.c:1159:0: note: Variable 'unsigned_query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:1163:2: note: Variable 'unsigned_query' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/profile.c:435:12: style: The scope of the variable 'node' can be reduced. [variableScope]
lasso-2.6.0/lasso/saml-2.0/profile.c:238:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:240:82: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:1168:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lasso-2.6.0/lasso/saml-2.0/profile.c:260:88: style: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:62:15: note: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:260:88: note: Function 'lasso_profile_saml20_build_artifact_get_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:266:89: style: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:64:15: note: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:266:89: note: Function 'lasso_profile_saml20_build_artifact_post_request_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:272:89: style: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:66:15: note: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:272:89: note: Function 'lasso_profile_saml20_build_artifact_get_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:278:90: style: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profile.c:68:15: note: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:278:90: note: Function 'lasso_profile_saml20_build_artifact_post_response_msg' argument 2 names different: declaration 'service' definition 'url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:285:21: style: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:53:21: note: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'.
lasso-2.6.0/lasso/saml-2.0/profile.c:285:21: note: Function 'lasso_saml20_profile_init_artifact_resolve' argument 2 names different: declaration 'role' definition 'remote_provider_role'.
lasso-2.6.0/lasso/saml-2.0/profile.c:947:39: style: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:67:124: note: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:947:39: note: Function 'lasso_saml20_profile_build_request_msg' argument 4 names different: declaration 'url' definition '_url'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1354:30: style: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:65:97: note: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1354:30: note: Function 'lasso_saml20_profile_process_any_response' argument 2 names different: declaration 'response_node' definition 'status_response'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1499:47: style: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/profileprivate.h:62:129: note: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'.
lasso-2.6.0/lasso/saml-2.0/profile.c:1499:47: note: Function 'lasso_saml20_profile_process_soap_response_with_headers' argument 3 names different: declaration 'return_header' definition 'header_return'.
lasso-2.6.0/lasso/saml-2.0/provider.c:496:45: warning: Possible null pointer dereference: node [nullPointer]
lasso-2.6.0/lasso/saml-2.0/provider.c:445:18: note: Assignment 'node=NULL', assigned value is 0
lasso-2.6.0/lasso/saml-2.0/provider.c:496:45: note: Null pointer dereference
lasso-2.6.0/lasso/saml-2.0/provider.c:258:2: style: Variable 'binding_s' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/provider.c:253:0: note: Variable 'binding_s' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/provider.c:258:2: note: Variable 'binding_s' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:675:2: style: Variable 'audience_restrictions' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:667:0: note: Variable 'audience_restrictions' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:675:2: note: Variable 'audience_restrictions' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:702:15: style: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/saml-2.0/saml2_helper.h:112:27: note: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'.
lasso-2.6.0/lasso/saml-2.0/saml2_helper.c:702:15: note: Function 'lasso_saml2_assertion_add_attribute_with_node' argument 3 names different: declaration 'nameformat' definition 'name_format'.
lasso-2.6.0/lasso/xml/disco_description.c:230:9: style: The scope of the variable 'security_mech_id' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/disco_description.c:262:9: style: The scope of the variable 'security_mech_id' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/disco_service_instance.c:130:25: style: The scope of the variable 'newDescription' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/dst_query.c:177:40: style: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/dst_query.h:71:68: note: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'.
lasso-2.6.0/lasso/xml/dst_query.c:177:40: note: Function 'lasso_dst_query_new' argument 1 names different: declaration 'query_item' definition 'queryItem'.
lasso-2.6.0/lasso/xml/lib_federation_termination_notification.c:94:11: style: The scope of the variable 't' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.c:139:59: style: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.h:78:9: note: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'.
lasso-2.6.0/lasso/xml/lib_name_identifier_mapping_response.c:139:59: note: Function 'lasso_lib_name_identifier_mapping_response_new_full' argument 1 names different: declaration 'provideRID' definition 'providerID'.
lasso-2.6.0/lasso/xml/misc_text_node.c:55:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/paos_request.c:67:47: style: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/paos_request.h:60:64: note: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'.
lasso-2.6.0/lasso/xml/paos_request.c:67:47: note: Function 'lasso_paos_request_validate' argument 1 names different: declaration 'node' definition 'request'.
lasso-2.6.0/lasso/xml/paos_response.c:63:49: style: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/paos_response.h:58:66: note: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'.
lasso-2.6.0/lasso/xml/paos_response.c:63:49: note: Function 'lasso_paos_response_validate' argument 1 names different: declaration 'node' definition 'response'.
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:73:2: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:70:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/saml2_attribute_value.c:73:2: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:141:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:139:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:141:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:158:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:156:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:158:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:175:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:173:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:175:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:191:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:189:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_extensions.c:191:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:243:2: style: Variable 'pv' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:239:0: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml-2.0/samlp2_logout_request.c:243:2: note: Variable 'pv' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml_attribute_value.c:71:2: style: Variable 'parent_class' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/saml_attribute_value.c:68:0: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/saml_attribute_value.c:71:2: note: Variable 'parent_class' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:148:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:143:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap-1.1/soap_envelope.c:148:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/soap_binding.c:66:55: style: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/soap_binding.h:37:97: note: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'.
lasso-2.6.0/lasso/xml/soap_binding.c:66:55: note: Function 'lasso_soap_binding_get_correlation' argument 1 names different: declaration 'evelope' definition 'envelope'.
lasso-2.6.0/lasso/xml/tools.c:1673:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/tools.c:2357:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/tools.c:1827:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:1824:6: note: outer condition: is_soap11
lasso-2.6.0/lasso/xml/tools.c:1827:7: note: identical inner condition: is_soap11
lasso-2.6.0/lasso/xml/tools.c:2262:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:2261:6: note: outer condition: !start
lasso-2.6.0/lasso/xml/tools.c:2262:7: note: identical inner condition: !start
lasso-2.6.0/lasso/xml/tools.c:3102:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/tools.c:3101:6: note: outer condition: decoded_message
lasso-2.6.0/lasso/xml/tools.c:3102:3: note: identical inner condition: decoded_message
lasso-2.6.0/lasso/xml/tools.c:2262:7: style: Condition '!start' is always true [knownConditionTrueFalse]
lasso-2.6.0/lasso/xml/tools.c:2261:6: note: Assuming that condition '!start' is not redundant
lasso-2.6.0/lasso/xml/tools.c:2262:7: note: Condition '!start' is always true
lasso-2.6.0/lasso/xml/tools.c:2884:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lasso-2.6.0/lasso/xml/tools.c:3129:17: warning: Either the condition '!message' is redundant or there is possible null pointer dereference: message. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/tools.c:3130:8: note: Assuming that condition '!message' is not redundant
lasso-2.6.0/lasso/xml/tools.c:3129:17: note: Null pointer dereference
lasso-2.6.0/lasso/xml/tools.c:1205:2: style: Variable 'sign_tmpl' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1197:0: note: Variable 'sign_tmpl' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1205:2: note: Variable 'sign_tmpl' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1262:2: style: Variable 'handler' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1255:0: note: Variable 'handler' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1262:2: note: Variable 'handler' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1822:2: style: Variable 'is_soap11' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1819:0: note: Variable 'is_soap11' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1822:2: note: Variable 'is_soap11' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1848:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1841:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1848:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1879:5: style: Variable 'is_soap' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:1877:0: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:1879:5: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:2492:2: style: Variable 'private_key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/tools.c:2490:0: note: Variable 'private_key' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:2492:2: note: Variable 'private_key' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/tools.c:100:15: style: The scope of the variable 'rnd' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/tools.c:2930:8: style: The scope of the variable 'uri' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/tools.c:248:37: style: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:213:54: note: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'.
lasso-2.6.0/lasso/xml/tools.c:248:37: note: Function 'lasso_get_pem_file_type' argument 1 names different: declaration 'file' definition 'pem_file'.
lasso-2.6.0/lasso/xml/tools.c:329:53: style: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:216:66: note: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'.
lasso-2.6.0/lasso/xml/tools.c:329:53: note: Function 'lasso_get_public_key_from_pem_cert_file' argument 1 names different: declaration 'file' definition 'pem_cert_file'.
lasso-2.6.0/lasso/xml/tools.c:394:56: style: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:217:73: note: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'.
lasso-2.6.0/lasso/xml/tools.c:394:56: note: Function 'lasso_load_certs_from_pem_certs_chain_file' argument 1 names different: declaration 'file' definition 'pem_certs_chain_file'.
lasso-2.6.0/lasso/xml/tools.c:478:53: style: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:219:59: note: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'.
lasso-2.6.0/lasso/xml/tools.c:478:53: note: Function 'lasso_query_sign' argument 2 names different: declaration 'signature_context' definition 'context'.
lasso-2.6.0/lasso/xml/tools.c:881:66: style: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:221:70: note: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'.
lasso-2.6.0/lasso/xml/tools.c:881:66: note: Function 'lasso_query_verify_signature' argument 2 names different: declaration 'public_key' definition 'sender_public_key'.
lasso-2.6.0/lasso/xml/tools.c:1947:10: style: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/private.h:257:67: note: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'.
lasso-2.6.0/lasso/xml/tools.c:1947:10: note: Function 'lasso_node_decrypt_xmlnode' argument 2 names different: declaration 'encrypted_key' definition 'encrypted_keys'.
lasso-2.6.0/lasso/xml/tools.c:2465:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lasso-2.6.0/lasso/xml/tools.c:1830:7: error: Uninitialized variable: body [uninitvar]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:64: warning: Either the condition 'password' is redundant or there is possible null pointer dereference: password. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:64: note: Null pointer dereference
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:244:43: warning: Either the condition 'password' is redundant or there is possible null pointer dereference: password. [nullPointerRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:244:43: note: Null pointer dereference
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:44: warning: Either the condition 'password' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:237:6: note: Assuming that condition 'password' is not redundant
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:44: note: Null pointer addition
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:95:11: style: The scope of the variable 'kind' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:114:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:241:55: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lasso-2.6.0/lasso/xml/ws/wsse_username_token.c:242:17: error: Uninitialized variable: nonce [uninitvar]
lasso-2.6.0/lasso/xml/xml.c:1000:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lasso-2.6.0/lasso/xml/xml.c:1170:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:1169:38: note: outer condition: custom_element->encryption_public_key
lasso-2.6.0/lasso/xml/xml.c:1170:3: note: identical inner condition: custom_element->encryption_public_key
lasso-2.6.0/lasso/xml/xml.c:2194:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:2193:11: note: outer condition: data->node_name
lasso-2.6.0/lasso/xml/xml.c:2194:4: note: identical inner condition: data->node_name
lasso-2.6.0/lasso/xml/xml.c:2749:3: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:2748:22: note: outer condition: klass->node_data->node_name
lasso-2.6.0/lasso/xml/xml.c:2749:3: note: identical inner condition: klass->node_data->node_name
lasso-2.6.0/lasso/xml/xml.c:3243:4: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lasso-2.6.0/lasso/xml/xml.c:3242:7: note: outer condition: v
lasso-2.6.0/lasso/xml/xml.c:3243:4: note: identical inner condition: v
lasso-2.6.0/lasso/xml/xml.c:1730:8: warning: Possible null pointer dereference: matched_snippet [nullPointer]
lasso-2.6.0/lasso/xml/xml.c:1679:41: note: Assignment 'matched_snippet=NULL', assigned value is 0
lasso-2.6.0/lasso/xml/xml.c:1730:8: note: Null pointer dereference
lasso-2.6.0/lasso/xml/xml.c:505:2: style: Variable 'envelope' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:499:0: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:505:2: note: Variable 'envelope' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:791:2: style: Variable 'klass' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:788:0: note: Variable 'klass' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:791:2: note: Variable 'klass' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:849:2: style: Variable 'xmlnode' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:844:0: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:849:2: note: Variable 'xmlnode' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:933:3: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:930:0: note: Variable 'copy' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:933:3: note: Variable 'copy' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1318:2: style: Variable 'content' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1313:0: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1318:2: note: Variable 'content' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1917:2: style: Variable 'existing' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1915:0: note: Variable 'existing' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1917:2: note: Variable 'existing' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1987:4: style: Variable 'oldns' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:1985:0: note: Variable 'oldns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:1987:4: note: Variable 'oldns' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2459:2: style: Variable 'xsitype' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2455:0: note: Variable 'xsitype' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2459:2: note: Variable 'xsitype' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2618:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2611:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2618:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2651:5: style: Variable 'is_soap' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2649:0: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2651:5: note: Variable 'is_soap' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2979:2: style: Variable 'node_data' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:2975:0: note: Variable 'node_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2979:2: note: Variable 'node_data' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:3606:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/lasso/xml/xml.c:3603:0: note: Variable 'value' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:3606:2: note: Variable 'value' is reassigned a value before the old one has been used.
lasso-2.6.0/lasso/xml/xml.c:2795:9: style: The scope of the variable 'ns' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3201:8: style: The scope of the variable 'v' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3254:16: style: The scope of the variable 't' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3299:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3300:13: style: The scope of the variable 'xmlnode' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:3300:23: style: The scope of the variable 'xmlchild' can be reduced. [variableScope]
lasso-2.6.0/lasso/xml/xml.c:2539:38: style: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'. [funcArgNamesDifferent]
lasso-2.6.0/lasso/xml/xml.h:158:62: note: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'.
lasso-2.6.0/lasso/xml/xml.c:2539:38: note: Function 'lasso_node_new_from_xmlNode' argument 1 names different: declaration 'node' definition 'xmlnode'.
lasso-2.6.0/lasso/xml/xml.c:1423:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lasso-2.6.0/tests/basic_tests.c:178:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/basic_tests.c:158:0: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:178:2: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:2101:2: style: Variable 'issuer' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/basic_tests.c:2090:0: note: Variable 'issuer' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/basic_tests.c:2101:2: note: Variable 'issuer' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:189:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:189:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:253:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:253:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:255:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:255:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:304:17: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
lasso-2.6.0/tests/login_tests.c:141:11: note: Assignment 'rc=0', assigned value is 0
lasso-2.6.0/tests/login_tests.c:304:17: note: Condition 'rc==0' is always true
lasso-2.6.0/tests/login_tests.c:381:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests.c:377:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:381:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:387:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests.c:381:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:387:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests.c:189:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:189:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:253:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:253:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:255:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:255:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests.c:304:17: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
lasso-2.6.0/tests/login_tests.c:141:11: note: 'rc' is assigned value '0' here.
lasso-2.6.0/tests/login_tests.c:304:17: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
lasso-2.6.0/tests/login_tests_saml2.c:102:2: style: Variable 'serverContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:91:0: note: Variable 'serverContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:102:2: note: Variable 'serverContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:116:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:96:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:116:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:159:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:140:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:159:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:160:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:141:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:160:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:161:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:142:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:161:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:167:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:144:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:167:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:358:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:344:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:358:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:359:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:345:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:359:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:360:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:346:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:360:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:366:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:347:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:366:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:401:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:396:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:401:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:407:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:401:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:407:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:505:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:486:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:505:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:506:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:487:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:506:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:507:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:488:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:507:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:513:2: style: Variable 'request' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:490:0: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:513:2: note: Variable 'request' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:694:2: style: Variable 'idpContext1' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:686:0: note: Variable 'idpContext1' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:694:2: note: Variable 'idpContext1' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:881:2: style: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:874:0: note: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:881:2: note: Variable 'idp_context_before_rollover' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:992:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:989:0: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:992:2: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:997:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:986:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:997:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1089:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1084:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1089:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1161:5: style: Variable 'idp_entity_ids' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1153:0: note: Variable 'idp_entity_ids' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1161:5: note: Variable 'idp_entity_ids' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1321:2: style: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1283:0: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1321:2: note: Variable 'serviceProviderContextDump' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1322:2: style: Variable 'spContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1284:0: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1322:2: note: Variable 'spContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1323:2: style: Variable 'spLoginContext' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1285:0: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1323:2: note: Variable 'spLoginContext' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1549:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1546:0: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1549:2: note: Variable 'key' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1553:2: style: Variable 'idp_context' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/login_tests_saml2.c:1543:0: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1553:2: note: Variable 'idp_context' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/login_tests_saml2.c:1157:26: style: The scope of the variable 'idp_entry' can be reduced. [variableScope]
lasso-2.6.0/tests/login_tests_saml2.c:1189:26: style: The scope of the variable 'idp_entry' can be reduced. [variableScope]
lasso-2.6.0/tests/non_regression_tests.c:117:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/non_regression_tests.c:90:0: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/non_regression_tests.c:117:2: note: Variable 'provider' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/tests.c:80:37: style: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:79:31: note: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:80:37: note: Function 'fail_logger' argument 1 names different: declaration 'log_domain' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:24: style: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:80:17: note: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:24: note: Function 'fail_logger' argument 3 names different: declaration 'message' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:39: style: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lasso-2.6.0/tests/tests.h:80:49: note: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests.c:81:39: note: Function 'fail_logger' argument 4 names different: declaration 'user_data' definition 'G_GNUC_UNUSED'.
lasso-2.6.0/tests/tests2.c:13:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
lasso-2.6.0/tests/tests2.c:7:0: note: Variable 'node' is reassigned a value before the old one has been used.
lasso-2.6.0/tests/tests2.c:13:2: note: Variable 'node' is reassigned a value before the old one has been used.
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/last-align/last-align_938.orig.tar.xz
last-938/src/SegmentPair.hh:17:3: warning: Member variable 'SegmentPair::score' is not initialized in the constructor. [uninitMemberVar]
last-938/src/Alignment.hh:37:3: warning: Member variable 'AlignmentText::score' is not initialized in the constructor. [uninitMemberVar]
last-938/src/Alignment.hh:37:3: warning: Member variable 'AlignmentText::text' is not initialized in the constructor. [uninitMemberVar]
last-938/src/GappedXdropAligner.hh:60:1: style: The class 'GappedXdropAligner' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/Centroid.hh:33:3: style: The class 'Centroid' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/GreedyXdropAligner.hh:37:1: style: The class 'GreedyXdropAligner' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::lambda' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::lambda_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::K' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::K_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::a_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::alpha_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_a' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_a_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_alpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::gapless_alpha_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::m_CalcTime' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::vi_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::vj_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_pvalues.hpp:53:3: warning: Member variable 'ALP_set_of_parameters::c_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alignment_evaluer.hpp:60:3: warning: Member variable 'gapped_computation_parameters_struct::d_total_realizations_number_with_ALP' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alignment_evaluer.hpp:60:3: warning: Member variable 'gapped_computation_parameters_struct::d_total_realizations_number_with_killing' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::lambda_last_ALP_relative_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_C' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_C_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::K_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_a_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_I' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_I_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_J' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_alpha_J_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_sigma' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::gapless_sigma_error' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::realizations_number' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::m_CalcTime' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::vi_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::vj_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1_pvalues.hpp:52:3: warning: Member variable 'FALP_set_of_parameters::c_y_thr' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastEvaluer.hh:29:1: style: The class 'LastEvaluer' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/MultiSequence.hh:22:1: style: The class 'MultiSequence' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/AlignmentWrite.cc:38:3: warning: Member variable 'IntText::b' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:38:3: warning: Member variable 'IntText::s' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:50:3: warning: Member variable 'FloatText::b' is not initialized in the constructor. [uninitMemberVar]
last-938/src/AlignmentWrite.cc:50:3: warning: Member variable 'FloatText::s' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_basic.hpp:64:47: performance: Variable 'st' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
last-938/src/alp/sls_basic.hpp:64:21: performance: Function parameter 'st_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alignment_evaluer.hpp:199:21: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_falp_alignment_evaluer.hpp:177:22: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/GappedXdropAlignerInl.hh:112:70: style: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'. [funcArgNamesDifferent]
last-938/src/GappedXdropAligner.hh:231:45: note: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'.
last-938/src/GappedXdropAlignerInl.hh:112:70: note: Function 'updateBest' argument 5 names different: declaration 'x0ori' definition 'x0base'.
last-938/src/Centroid.cc:685:22: style: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'. [funcArgNamesDifferent]
last-938/src/Centroid.hh:92:26: note: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'.
last-938/src/Centroid.cc:685:22: note: Function 'computeExpectedCounts' argument 7 names different: declaration 'count' definition 'c'.
last-938/src/mcf_zstream.hh:20:3: warning: Member variable 'zbuf::buffer' is not initialized in the constructor. [uninitMemberVar]
last-938/src/mcf_zstream.hh:60:3: style: Class 'izstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/GeneticCode.cc:21:48: style: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'. [funcArgNamesDifferent]
last-938/src/GeneticCode.hh:34:37: note: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'.
last-938/src/GeneticCode.cc:21:48: note: Function 'fromFile' argument 1 names different: declaration 'codeTable' definition 'tableFile'.
last-938/src/GeneticCode.hh:34:8: style: Technically the member function 'cbrc::GeneticCode::fromFile' can be const. [functionConst]
last-938/src/GeneticCode.cc:21:19: note: Technically the member function 'cbrc::GeneticCode::fromFile' can be const.
last-938/src/GeneticCode.hh:34:8: note: Technically the member function 'cbrc::GeneticCode::fromFile' can be const.
last-938/src/GeneticCode.hh:35:8: style: Technically the member function 'cbrc::GeneticCode::fromString' can be const. [functionConst]
last-938/src/GeneticCode.cc:31:19: note: Technically the member function 'cbrc::GeneticCode::fromString' can be const.
last-938/src/GeneticCode.hh:35:8: note: Technically the member function 'cbrc::GeneticCode::fromString' can be const.
last-938/src/LambdaCalculator.cc:83:7: style: The scope of the variable 'v' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:199:10: style: The scope of the variable 'r_max' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:200:10: style: The scope of the variable 'c_max' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:202:10: style: The scope of the variable 'r_min' can be reduced. [variableScope]
last-938/src/LambdaCalculator.cc:203:10: style: The scope of the variable 'c_min' can be reduced. [variableScope]
last-938/src/LambdaCalculator.hh:50:8: performance: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static. [functionStatic]
last-938/src/LambdaCalculator.cc:195:24: note: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static.
last-938/src/LambdaCalculator.hh:50:8: note: Technically the member function 'cbrc::LambdaCalculator::find_ub' can be static.
last-938/src/LambdaCalculator.hh:53:8: performance: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static. [functionStatic]
last-938/src/LambdaCalculator.cc:349:24: note: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static.
last-938/src/LambdaCalculator.hh:53:8: note: Technically the member function 'cbrc::LambdaCalculator::check_lambda' can be static.
last-938/src/LambdaCalculator.cc:153:0: error: Memory leak: e [memleak]
last-938/src/LastalArguments.cc:48:37: style: Same expression on both sides of '&&'. [duplicateExpression]
last-938/src/LastalArguments.cc:276:21: style: Checking if unsigned variable 'queryStep' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:298:48: style: Checking if unsigned variable 'maxGaplessAlignmentsPerQueryPosition' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:311:21: style: Checking if unsigned variable 'batchSize' is less than zero. This might be a false warning. [unsignedLessThanZero]
last-938/src/LastalArguments.cc:57:18: warning: Member variable 'LastalArguments::programName' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastalArguments.cc:57:18: warning: Member variable 'LastalArguments::inputStart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastdbArguments.cc:28:18: warning: Member variable 'LastdbArguments::programName' is not initialized in the constructor. [uninitMemberVar]
last-938/src/LastdbArguments.cc:28:18: warning: Member variable 'LastdbArguments::inputStart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/QualityPssmMaker.cc:26:21: warning: Redundant assignment of 'this->scoreMatrix' to itself. [selfAssignment]
last-938/src/QualityPssmMaker.hh:45:1: style: The class 'QualityPssmMaker' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/ScoreMatrix.cc:60:50: style: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'. [funcArgNamesDifferent]
last-938/src/ScoreMatrix.hh:31:39: note: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'.
last-938/src/ScoreMatrix.cc:60:50: note: Function 'fromString' argument 1 names different: declaration 's' definition 'matString'.
last-938/src/ScoreMatrix.cc:150:62: style: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
last-938/src/ScoreMatrix.hh:52:62: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
last-938/src/ScoreMatrix.cc:150:62: note: Function 'operator>>' argument 2 names different: declaration 'mat' definition 'm'.
last-938/src/ScoreMatrix.hh:31:8: style: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const. [functionConst]
last-938/src/ScoreMatrix.cc:60:19: note: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const.
last-938/src/ScoreMatrix.hh:31:8: note: Technically the member function 'cbrc::ScoreMatrix::fromString' can be const.
last-938/src/SubsetSuffixArray.hh:120:12: style: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const. [functionConst]
last-938/src/SubsetSuffixArray.cc:161:29: note: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const.
last-938/src/SubsetSuffixArray.hh:120:12: note: Technically the member function 'cbrc::SubsetSuffixArray::defaultBucketDepth' can be const.
last-938/src/TantanMasker.hh:32:1: style: The class 'TantanMasker' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/alp/njn_dynprogprob.cpp:131:11: style: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'. [funcArgNamesDifferent]
last-938/src/alp/njn_dynprogprob.hpp:131:19: note: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'.
last-938/src/alp/njn_dynprogprob.cpp:131:11: note: Function 'copy' argument 7 names different: declaration 'valueFct_' definition 'newStateFct_'.
last-938/src/alp/njn_ioutil.hpp:114:25: style: Unused variable: line [unusedVariable]
last-938/src/alp/njn_dynprogprob.hpp:144:29: warning: Virtual function 'setValueFct' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:84:13: note: Calling setValueFct
last-938/src/alp/njn_dynprogprob.hpp:144:29: note: setValueFct is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:149:22: warning: Virtual function 'setInput' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 85. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:85:13: note: Calling setInput
last-938/src/alp/njn_dynprogprob.hpp:149:22: note: setInput is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:135:22: warning: Virtual function 'clear' is called from constructor 'DynProgProb(ValueFct*valueFct_=0,long dimInputProb_=0,const double*inputProb_=0,long valueLower_=0,long valueUpper_=0,const double*prob_=0)' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:87:13: note: Calling clear
last-938/src/alp/njn_dynprogprob.hpp:135:22: note: clear is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:116:29: warning: Virtual function 'copy' is called from copy constructor 'DynProgProb(const DynProgProb&dynProgProb_)' at line 95. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:95:13: note: Calling copy
last-938/src/alp/njn_dynprogprob.hpp:116:29: note: copy is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:202:22: warning: Virtual function 'free2' is called from destructor '~DynProgProb()' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:100:13: note: Calling free2
last-938/src/alp/njn_dynprogprob.hpp:202:22: note: free2 is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:195:22: warning: Virtual function 'freeInput' is called from destructor '~DynProgProb()' at line 101. Dynamic binding is not used. [virtualCallInConstructor]
last-938/src/alp/njn_dynprogprob.hpp:101:13: note: Calling freeInput
last-938/src/alp/njn_dynprogprob.hpp:195:22: note: freeInput is a virtual method
last-938/src/alp/njn_dynprogprob.hpp:104:17: style: The function 'operatorbool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:67:17: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:104:17: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:142:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:69:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:142:29: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:153:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:71:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:153:22: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:158:31: style: The function 'getProb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:73:31: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:158:31: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:167:31: style: The function 'getStep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:75:31: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:167:31: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:172:29: style: The function 'getValueLower' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:77:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:172:29: note: Function in derived class
last-938/src/alp/njn_dynprogprob.hpp:173:29: style: The function 'getValueUpper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprobproto.hpp:78:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogprob.hpp:173:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:114:22: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:153:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:114:22: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:119:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:135:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:119:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:130:29: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:142:29: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:130:29: note: Function in derived class
last-938/src/alp/njn_dynprogproblim.hpp:155:22: style: The function 'setValueBegin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
last-938/src/alp/njn_dynprogprob.hpp:223:22: note: Virtual function in base class
last-938/src/alp/njn_dynprogproblim.hpp:155:22: note: Function in derived class
last-938/src/alp/njn_ioutil.cpp:147:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
last-938/src/alp/njn_matrix.hpp:284:16: style: The scope of the variable 'j' can be reduced. [variableScope]
last-938/src/alp/njn_localmaxstat.cpp:105:8: style: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'. [funcArgNamesDifferent]
last-938/src/alp/njn_localmaxstat.hpp:132:14: note: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'.
last-938/src/alp/njn_localmaxstat.cpp:105:8: note: Function 'copy' argument 15 names different: declaration 'meanDLE_' definition 'meanLength_'.
last-938/src/alp/njn_localmaxstatmatrix.hpp:47:6: warning: The class 'LocalMaxStatMatrix' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
last-938/src/alp/njn_root.hpp:433:22: style: Condition 'iter==0' is always false [knownConditionTrueFalse]
last-938/src/alp/njn_root.hpp:421:26: note: Assignment 'iter=1000', assigned value is 1000
last-938/src/alp/njn_root.hpp:433:22: note: Condition 'iter==0' is always false
last-938/src/alp/njn_root.hpp:292:15: style: The scope of the variable 'fx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:293:15: style: The scope of the variable 'dfx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:369:17: style: The scope of the variable 'fx' can be reduced. [variableScope]
last-938/src/alp/njn_root.hpp:418:17: style: The scope of the variable 'x' can be reduced. [variableScope]
last-938/src/alp/njn_localmaxstatutil.cpp:127:8: style: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'. [funcArgNamesDifferent]
last-938/src/alp/njn_localmaxstatutil.hpp:59:16: note: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'.
last-938/src/alp/njn_localmaxstatutil.cpp:127:8: note: Function 'lambda' argument 1 names different: declaration 'dimMatrix_' definition 'dimension_'.
last-938/src/alp/njn_dynprogprob.hpp:90:9: warning: Member variable 'DynProgProb::d_array_p' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_step' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_array_p' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_arrayCapacity' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueBegin' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueLower' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueUpper' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_valueFct' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_dimInputProb' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_dynprogprob.hpp:110:37: warning: Member variable 'DynProgProb::d_inputProb_p' is not assigned a value in 'DynProgProb::operator='. [operatorEqVarError]
last-938/src/alp/njn_random.cpp:68:25: style: Function 'seed' argument 1 names different: declaration 'n' definition 'x'. [funcArgNamesDifferent]
last-938/src/alp/njn_random.hpp:46:23: note: Function 'seed' argument 1 names different: declaration 'n' definition 'x'.
last-938/src/alp/njn_random.cpp:68:25: note: Function 'seed' argument 1 names different: declaration 'n' definition 'x'.
last-938/src/alp/sls_alp_data.hpp:859:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:858:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:859:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:919:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:501:9: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.hpp:153:14: performance: Technically the member function 'Sls::alp::swap' can be static. [functionStatic]
last-938/src/alp/sls_alp.hpp:94:2: style: Class 'alp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_sim.hpp:78:3: style: Class 'alp_sim' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:169:0: style: Class 'Sls :: array < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < state * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:103:0: style: Class 'Sls :: array_positive < alp * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:863:3: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_alignment_evaluer.cpp:101:14: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp.cpp:587:3: style: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp.cpp:583:18: note: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:587:3: note: Variable 'd_seqi' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:588:3: style: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp.cpp:584:18: note: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:588:3: note: Variable 'd_seqj' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp.cpp:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:386:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1203:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1389:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1673:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:1906:8: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp.cpp:2252:5: style: Variable 'UI' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp.cpp:2255:5: style: Variable 'VD' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HS_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HI_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_HD_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_H_ij_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_H_matr_len' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_M' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_sentinel_i_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:1998:8: warning: Member variable 'state::d_sentinel_j_next' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_nalp_killing' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_diff_opt' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_sentinels_flag' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:44:6: warning: Member variable 'alp::d_IS_state' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp.cpp:127:3: style: Class 'alp' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp.cpp:127:3: style: Class 'alp' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.hpp:859:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:858:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:859:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_alp_data.hpp:919:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.hpp:920:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_alp_data.cpp:1347:27: warning: Redundant assignment of 'd_elements_values[ind]' to itself. [selfAssignment]
last-938/src/alp/sls_alp_data.cpp:306:24: warning: Division of result of sizeof() on pointer type. [divideSizeof]
last-938/src/alp/sls_alp_data.cpp:686:23: warning: Division of result of sizeof() on pointer type. [divideSizeof]
last-938/src/alp/sls_alp_data.cpp:1253:14: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/alp/sls_alp_data.hpp:396:8: style: Technically the member function 'Sls::alp_data::check_out_file' can be const. [functionConst]
last-938/src/alp/sls_alp_data.cpp:702:16: note: Technically the member function 'Sls::alp_data::check_out_file' can be const.
last-938/src/alp/sls_alp_data.hpp:396:8: note: Technically the member function 'Sls::alp_data::check_out_file' can be const.
last-938/src/alp/sls_alp_data.cpp:1289:3: style: Class 'importance_sampling' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_data.cpp:1289:3: style: Class 'importance_sampling' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.cpp:532:3: style: Class 'alp_data' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_data.cpp:532:3: style: Class 'alp_data' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_data.hpp:103:3: style: Class 'array_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.hpp:169:3: style: Class 'array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_alp_data.cpp:42:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:43:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:44:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:45:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:209:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:374:8: performance: Function parameter 'randout_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:384:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:385:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:386:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_data.cpp:860:8: performance: Function parameter 'RR_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_alp_regression.cpp:164:7: style: Variable 'y2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_alp_sim.cpp:2265:21: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2265:21: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2268:3: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2268:3: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2269:3: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2269:3: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:2270:7: warning: Possible null pointer dereference: alp_obj_tmp [nullPointer]
last-938/src/alp/sls_alp_sim.cpp:2255:36: note: Assignment 'alp_obj_tmp=NULL', assigned value is 0
last-938/src/alp/sls_alp_sim.cpp:2270:7: note: Null pointer dereference
last-938/src/alp/sls_alp_sim.cpp:1151:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1164:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1180:13: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:1200:13: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2482:14: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2492:14: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2604:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2615:11: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:2908:31: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3585:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3586:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3686:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3687:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3951:5: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3952:5: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3957:31: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3958:38: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3976:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3985:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:3994:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4003:12: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4430:32: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:4431:39: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_alp_sim.cpp:570:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_alp_sim.cpp:575:6: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_alp_sim.cpp:570:6: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_alp_sim.cpp:277:8: style: The scope of the variable 'number_of_realizations_with_ALP_pred' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:383:8: style: The scope of the variable 'number_of_realizations_with_killing_pred' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:590:10: style: The scope of the variable 'sucess_flag' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:2006:7: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:2302:12: style: The scope of the variable 'alp_number' can be reduced. [variableScope]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAlpha' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAlphaError' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessA' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_GaplessAError' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.cpp:45:10: warning: Member variable 'alp_sim::m_G2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_alp_sim.hpp:102:8: performance: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:2593:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static.
last-938/src/alp/sls_alp_sim.hpp:102:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_get_minimal_simulation' can be static.
last-938/src/alp/sls_alp_sim.hpp:136:8: performance: Technically the member function 'Sls::alp_sim::calculate_C' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:3534:15: note: Technically the member function 'Sls::alp_sim::calculate_C' can be static.
last-938/src/alp/sls_alp_sim.hpp:136:8: note: Technically the member function 'Sls::alp_sim::calculate_C' can be static.
last-938/src/alp/sls_alp_sim.hpp:148:8: performance: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:2773:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static.
last-938/src/alp/sls_alp_sim.hpp:148:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_FSC' can be static.
last-938/src/alp/sls_alp_sim.hpp:206:8: performance: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static. [functionStatic]
last-938/src/alp/sls_alp_sim.cpp:3493:15: note: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static.
last-938/src/alp/sls_alp_sim.hpp:206:8: note: Technically the member function 'Sls::alp_sim::sigma_calculation' can be static.
last-938/src/alp/sls_alp_sim.hpp:354:8: style: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const. [functionConst]
last-938/src/alp/sls_alp_sim.cpp:1104:15: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const.
last-938/src/alp/sls_alp_sim.hpp:354:8: note: Technically the member function 'Sls::alp_sim::memory_release_for_calculate_main_parameters2m' can be const.
last-938/src/alp/sls_alp_sim.cpp:72:3: style: Class 'alp_sim' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_alp_sim.cpp:72:3: style: Class 'alp_sim' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_alp_sim.cpp:660:5: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1.hpp:456:4: style: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:451:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:456:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:478:4: style: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:477:4: note: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:478:4: note: Variable 'd_layers1_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:482:4: style: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:481:4: note: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:482:4: note: Variable 'd_layers2_tmp' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:510:4: style: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.hpp:505:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.hpp:510:4: note: Variable 'd_layers1' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1056:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1113:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:0: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1011:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:0: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:385:9: style: The scope of the variable 'i' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_ALP_number' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_IS1_general_simulation' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_two_dim_layer_alignment_algorithm' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_expanding_finished_flag' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_seq1_length_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_seq2_length_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:90:3: warning: Member variable 'state_type::d_M_after_expanding' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_number_of_ALP' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_calculation_time' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos1_mult_ALP_pos2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_ALP_pos2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length1' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_average_expanding_length1_mult_expanding_length2' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_ALP_cells' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_exp_cells' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:129:3: warning: Member variable 'mult_states_type::d_total_number_of_ALPs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:508:4: performance: Variable 'd_null' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
last-938/src/alp/sls_fsa1.hpp:627:5: style: Technically the member function 'Sls::two_dim_layer::get_element' can be const. [functionConst]
last-938/src/alp/sls_fsa1.hpp:647:8: performance: Technically the member function 'Sls::two_dim_layer::auxiliary_function_for_set_element' can be static. [functionStatic]
last-938/src/alp/sls_fsa1_utils.hpp:725:0: style: Technically the member function 'Sls :: array_v < double >::get_elem' can be const. [functionConst]
last-938/src/alp/sls_fsa1.hpp:510:4: style: Class 'two_dim_layer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.hpp:510:4: style: Class 'two_dim_layer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.hpp:969:3: style: Class 'IS1_general_simulation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:657:0: style: Class 'Sls :: array_v < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:557:0: style: Class 'Sls :: array_positive < long >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:557:0: style: Class 'Sls :: array_positive < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:1061:3: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_utils.hpp:319:44: performance: Function parameter 'A_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_falp_alignment_evaluer.cpp:104:14: performance: Function parameter 'function_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:6723:29: style: Public interface of test is not safe. When calling test::realization_number_into_set_number(), if parameter number_of_realizations_set_ is 0 that leads to division by zero. [unsafeClassDivZero]
last-938/src/alp/sls_fsa1.cpp:543:5: style: Condition 'test_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:542:17: note: Assignment 'test_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:543:5: note: Condition 'test_flag' is always false
last-938/src/alp/sls_fsa1.cpp:574:5: style: Condition 'test_out' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:571:16: note: Assignment 'test_out=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:574:5: note: Condition 'test_out' is always false
last-938/src/alp/sls_fsa1.cpp:892:5: style: Condition 'frame_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:773:25: note: Assignment 'frame_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:892:5: note: Condition 'frame_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:907:5: style: Condition 'frame_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:773:25: note: Assignment 'frame_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:907:5: note: Condition 'frame_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:3861:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:3861:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4079:6: style: Condition 'futher_expanding' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3831:24: note: Assignment 'futher_expanding=true', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4079:6: note: Condition 'futher_expanding' is always true
last-938/src/alp/sls_fsa1.cpp:4307:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4307:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4325:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4325:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4340:5: style: Condition 'add_fake_state_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3848:27: note: Assignment 'add_fake_state_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4340:5: note: Condition 'add_fake_state_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4349:26: style: Condition 'choice_of_IS_weights==1' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4349:26: note: Condition 'choice_of_IS_weights==1' is always true
last-938/src/alp/sls_fsa1.cpp:4403:26: style: Condition 'choice_of_IS_weights==2' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4403:26: note: Condition 'choice_of_IS_weights==2' is always false
last-938/src/alp/sls_fsa1.cpp:4456:26: style: Condition 'choice_of_IS_weights==3' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: Assignment 'choice_of_IS_weights=1', assigned value is 1
last-938/src/alp/sls_fsa1.cpp:4456:26: note: Condition 'choice_of_IS_weights==3' is always false
last-938/src/alp/sls_fsa1.cpp:4753:5: style: Condition 'lambda_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3837:26: note: Assignment 'lambda_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4753:5: note: Condition 'lambda_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:4798:5: style: Condition 'lambda_output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:3837:26: note: Assignment 'lambda_output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:4798:5: note: Condition 'lambda_output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:5138:8: style: Condition 'test_output1' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:5133:23: note: Assignment 'test_output1=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:5138:8: note: Condition 'test_output1' is always false
last-938/src/alp/sls_fsa1.cpp:5519:47: style: Condition 'count_of_failed_relative_errors_max>0' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:5208:50: note: Assignment 'count_of_failed_relative_errors_max=3', assigned value is 3
last-938/src/alp/sls_fsa1.cpp:5519:47: note: Condition 'count_of_failed_relative_errors_max>0' is always true
last-938/src/alp/sls_fsa1.cpp:6410:5: style: Condition 'test_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:6391:17: note: Assignment 'test_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6410:5: note: Condition 'test_flag' is always false
last-938/src/alp/sls_fsa1.cpp:6836:5: style: Condition 'output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:6791:19: note: Assignment 'output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6836:5: note: Condition 'output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:8165:5: style: Condition 'output_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:8118:19: note: Assignment 'output_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:8165:5: note: Condition 'output_flag' is always false
last-938/src/alp/sls_fsa1.cpp:9616:7: style: Condition 'test_FSC_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:9614:23: note: Assignment 'test_FSC_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:9616:7: note: Condition 'test_FSC_flag' is always false
last-938/src/alp/sls_fsa1.cpp:9653:7: style: Condition 'test_FSC_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1.cpp:9614:23: note: Assignment 'test_FSC_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:9653:7: note: Condition 'test_FSC_flag' is always false
last-938/src/alp/sls_fsa1.cpp:6529:16: warning: Possible null pointer dereference: sequences1 [nullPointer]
last-938/src/alp/sls_fsa1.cpp:6407:24: note: Assignment 'sequences1=NULL', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6529:16: note: Null pointer dereference
last-938/src/alp/sls_fsa1.cpp:6530:16: warning: Possible null pointer dereference: sequences2 [nullPointer]
last-938/src/alp/sls_fsa1.cpp:6408:24: note: Assignment 'sequences2=NULL', assigned value is 0
last-938/src/alp/sls_fsa1.cpp:6530:16: note: Null pointer dereference
last-938/src/alp/sls_fsa1.cpp:354:34: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:539:34: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:10557:33: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:10579:37: style: C-style pointer casting [cstyleCast]
last-938/src/alp/sls_fsa1.cpp:3563:2: style: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:3559:0: note: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:3563:2: note: Variable 'two_dim_layer_alignment_algorithm_test' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:5724:5: style: Variable 'states_new1' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:5723:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:5724:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:6055:5: style: Variable 'states_new1' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:6054:0: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:6055:5: note: Variable 'states_new1' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10208:2: style: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:10202:0: note: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.cpp:10208:2: note: Variable 'states_description_cs' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1.cpp:10214:2: style: Variable 'states_distr_cs' is reassigned a value before the old one has been used. [redundantAssignment]
last-938/src/alp/sls_fsa1.cpp:10203:0: note: Variable 'states_distr_cs' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10214:2: note: Variable 'states_distr_cs' is reassigned a value before the old one has been used.
last-938/src/alp/sls_fsa1.cpp:10896:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10900:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10896:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10931:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10935:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10931:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10948:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10952:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10948:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10964:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
last-938/src/alp/sls_fsa1.cpp:10968:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:10964:3: note: Found duplicate branches for 'if' and 'else'.
last-938/src/alp/sls_fsa1.cpp:4349:26: style: Same expression on both sides of '==' because the value of 'choice_of_IS_weights' and '1' are the same. [duplicateExpression]
last-938/src/alp/sls_fsa1.cpp:4289:32: note: 'choice_of_IS_weights' is assigned value '1' here.
last-938/src/alp/sls_fsa1.cpp:4349:26: note: Same expression on both sides of '==' because the value of 'choice_of_IS_weights' and '1' are the same.
last-938/src/alp/sls_fsa1.cpp:11451:23: style: Same expression on both sides of '<' because the value of 'M_tmp' and 'd_M' are the same. [duplicateExpression]
last-938/src/alp/sls_fsa1.cpp:11378:18: note: 'M_tmp' is assigned value 'd_M' here.
last-938/src/alp/sls_fsa1.cpp:11451:23: note: Same expression on both sides of '<' because the value of 'M_tmp' and 'd_M' are the same.
last-938/src/alp/sls_fsa1.cpp:379:8: style: The scope of the variable 'i_div_3' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1086:8: style: The scope of the variable 'dim1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1227:8: style: The scope of the variable 'dim1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1810:8: style: The scope of the variable 'code1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1811:8: style: The scope of the variable 'code2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2103:12: style: The scope of the variable 'q2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2180:11: style: The scope of the variable 's1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2356:12: style: The scope of the variable 'q2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:2432:11: style: The scope of the variable 's1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4100:10: style: The scope of the variable 'GaplessTimePortion' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4289:7: style: The scope of the variable 'choice_of_IS_weights' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4562:7: style: The scope of the variable 's' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4895:10: style: The scope of the variable 'fraction_of_ALP_opt' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4913:11: style: The scope of the variable 'time_for_one_realization_without_killing' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4918:12: style: The scope of the variable 'time_tmp00' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4922:12: style: The scope of the variable 'ending_time_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4923:10: style: The scope of the variable 'stopped_by_ending_time_flag_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4924:10: style: The scope of the variable 'number_of_realizations_with_ending_time_tmp2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4925:12: style: The scope of the variable 'ending_time_to_test_logarithmic_regime2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4927:10: style: The scope of the variable 'inside_simulation_flag' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4928:10: style: The scope of the variable 'save_states_flag' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4931:10: style: The scope of the variable 'futher_expanding_test' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:4936:10: style: The scope of the variable 'number_of_sets_test' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5190:12: style: The scope of the variable 'X1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5191:12: style: The scope of the variable 'X2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5192:12: style: The scope of the variable 'X1_X2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:5194:12: style: The scope of the variable 'time_cell_ALP' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6396:7: style: The scope of the variable 'number_of_letters1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6397:7: style: The scope of the variable 'number_of_letters2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6399:8: style: The scope of the variable 'alphabet1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6400:8: style: The scope of the variable 'alphabet2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6402:7: style: The scope of the variable 'number_of_sequences' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6404:10: style: The scope of the variable 'headers' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6405:12: style: The scope of the variable 'lengths1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6406:12: style: The scope of the variable 'lengths2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6756:10: style: The scope of the variable 'lambda_out_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6757:10: style: The scope of the variable 'lambda_out_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6758:10: style: The scope of the variable 'C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6759:10: style: The scope of the variable 'C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6761:10: style: The scope of the variable 'a_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6762:10: style: The scope of the variable 'a_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6763:10: style: The scope of the variable 'a_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6764:10: style: The scope of the variable 'a_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6765:10: style: The scope of the variable 'sigma_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6766:10: style: The scope of the variable 'sigma_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6767:10: style: The scope of the variable 'alpha_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6768:10: style: The scope of the variable 'alpha_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6769:10: style: The scope of the variable 'alpha_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6770:10: style: The scope of the variable 'alpha_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6772:10: style: The scope of the variable 'K_C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:6773:10: style: The scope of the variable 'K_C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7944:10: style: The scope of the variable 'lambda_out_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7945:10: style: The scope of the variable 'lambda_out_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7946:10: style: The scope of the variable 'C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7947:10: style: The scope of the variable 'C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7949:10: style: The scope of the variable 'a_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7950:10: style: The scope of the variable 'a_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7951:10: style: The scope of the variable 'a_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7952:10: style: The scope of the variable 'a_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7953:10: style: The scope of the variable 'sigma_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7954:10: style: The scope of the variable 'sigma_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7955:10: style: The scope of the variable 'alpha_I_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7956:10: style: The scope of the variable 'alpha_I_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7957:10: style: The scope of the variable 'alpha_J_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7958:10: style: The scope of the variable 'alpha_J_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7960:10: style: The scope of the variable 'K_C_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:7961:10: style: The scope of the variable 'K_C_error_' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:9012:9: style: The scope of the variable 'time2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10845:12: style: The scope of the variable 'alphabet_letters_number1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10847:12: style: The scope of the variable 'open1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10848:12: style: The scope of the variable 'open2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10850:12: style: The scope of the variable 'epen1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10851:12: style: The scope of the variable 'epen2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10853:12: style: The scope of the variable 'gamma' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10856:13: style: The scope of the variable 'seq1' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10857:13: style: The scope of the variable 'seq2' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10859:13: style: The scope of the variable 'codon_AA' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10861:8: style: The scope of the variable 'insertions_after_deletions' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:10878:7: style: The scope of the variable 'codon_length' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1.cpp:1659:10: style: Variable 'depth1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1.cpp:1660:10: style: Variable 'depth2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1.cpp:10729:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_max_time' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_max_mem' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:46:6: warning: Member variable 'FSA::d_memory_size_in_MB' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:1525:25: warning: Member variable 'IS1_general_simulation::d_W1_seq1_current_length' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.cpp:1525:25: warning: Member variable 'IS1_general_simulation::d_W1_seq2_current_length' is not initialized in the constructor. [uninitMemberVar]
last-938/src/alp/sls_fsa1.hpp:1146:8: performance: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static. [functionStatic]
last-938/src/alp/sls_fsa1.cpp:3666:12: note: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static.
last-938/src/alp/sls_fsa1.hpp:1146:8: note: Technically the member function 'Sls::test::input_data_for_the_constructor' can be static.
last-938/src/alp/sls_fsa1.cpp:198:3: style: Class 'FSA' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:198:3: style: Class 'FSA' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:949:2: style: Class 'IS1_general' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:949:2: style: Class 'IS1_general' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:1623:2: style: Class 'IS1_general_simulation' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
last-938/src/alp/sls_fsa1.cpp:1623:2: style: Class 'IS1_general_simulation' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
last-938/src/alp/sls_fsa1.cpp:5053:5: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1.cpp:784:0: error: Memory leak: freqs_from_frames [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: diff [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: diff_errors [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: distance_along_direction_1 [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: distance_along_direction_2 [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: ALP_weight [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: ALP_edge_max [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: sum_of_weights [memleak]
last-938/src/alp/sls_fsa1.cpp:6942:0: error: Memory leak: sum_of_weights_error [memleak]
last-938/src/alp/sls_fsa1.cpp:49:8: performance: Function parameter 'alignment_type_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3773:8: performance: Function parameter 'smatr_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3774:8: performance: Function parameter 'RR1_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3775:8: performance: Function parameter 'RR2_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1.cpp:3776:8: performance: Function parameter 'DNA_codon_table_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:1015:6: style: Condition 'calculate_C_S_constant_flag' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1014:36: note: Assignment 'calculate_C_S_constant_flag=true', assigned value is 1
last-938/src/alp/sls_fsa1_parameters.cpp:1015:6: note: Condition 'calculate_C_S_constant_flag' is always true
last-938/src/alp/sls_fsa1_parameters.cpp:1727:6: style: Condition 'append_flag' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1722:19: note: Assignment 'append_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1_parameters.cpp:1727:6: note: Condition 'append_flag' is always false
last-938/src/alp/sls_fsa1_parameters.cpp:1740:6: style: Condition '!append_flag' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_parameters.cpp:1722:19: note: Assignment 'append_flag=false', assigned value is 0
last-938/src/alp/sls_fsa1_parameters.cpp:1740:6: note: Condition '!append_flag' is always true
last-938/src/alp/sls_fsa1_utils.hpp:1013:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1011:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1013:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1056:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1057:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:4: style: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
last-938/src/alp/sls_fsa1_utils.hpp:1113:19: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:1114:4: note: Variable 'd_elem' is reassigned a value before the old one has been used if variable is no semaphore variable.
last-938/src/alp/sls_fsa1_utils.hpp:725:5: style: Technically the member function 'Sls::array_v::get_elem' can be const. [functionConst]
last-938/src/alp/sls_fsa1_utils.hpp:557:3: style: Class 'array_positive' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_utils.hpp:657:3: style: Class 'array_v' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/alp/sls_fsa1_parameters.cpp:305:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:673:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_parameters.cpp:1560:2: style: Exception should be caught by reference. [catchExceptionByValue]
last-938/src/alp/sls_fsa1_pvalues.cpp:159:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:113:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:159:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_fsa1_pvalues.cpp:305:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:113:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:305:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_fsa1_pvalues.cpp:413:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:384:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:413:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_fsa1_pvalues.cpp:509:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_pvalues.cpp:384:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_fsa1_pvalues.cpp:509:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_fsa1_pvalues.cpp:856:10: style: The scope of the variable 'P_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1_pvalues.cpp:856:16: style: The scope of the variable 'E_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_fsa1_utils.cpp:932:15: style: Condition 'AA_length!=1' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_fsa1_utils.cpp:931:13: note: Assignment 'AA_length=1', assigned value is 1
last-938/src/alp/sls_fsa1_utils.cpp:932:15: note: Condition 'AA_length!=1' is always false
last-938/src/alp/sls_fsa1_utils.cpp:479:4: style: Variable 'zero_flag_RR1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:499:4: style: Variable 'zero_flag_RR2' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:481:4: style: Variable 'old1_numbering_to_the_new1' is assigned a value that is never used. [unreadVariable]
last-938/src/alp/sls_fsa1_utils.cpp:2042:0: error: Memory leak: letter_to_int1 [memleak]
last-938/src/alp/sls_fsa1_utils.cpp:2042:0: error: Memory leak: letter_to_int2 [memleak]
last-938/src/alp/sls_fsa1_utils.cpp:44:8: performance: Function parameter 'RR_file_name_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_fsa1_utils.cpp:1854:41: performance: Function parameter 'A_' should be passed by const reference. [passedByValue]
last-938/src/alp/sls_pvalues.cpp:113:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:67:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:113:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_pvalues.cpp:257:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:67:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:257:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_pvalues.cpp:411:5: style: Condition 'blast_' is always false [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:383:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:411:5: note: Condition 'blast_' is always false
last-938/src/alp/sls_pvalues.cpp:510:5: style: Condition '!blast_' is always true [knownConditionTrueFalse]
last-938/src/alp/sls_pvalues.cpp:383:9: note: Assignment 'blast_=false', assigned value is 0
last-938/src/alp/sls_pvalues.cpp:510:5: note: Condition '!blast_' is always true
last-938/src/alp/sls_pvalues.cpp:864:10: style: The scope of the variable 'P_tmp' can be reduced. [variableScope]
last-938/src/alp/sls_pvalues.cpp:864:16: style: The scope of the variable 'E_tmp' can be reduced. [variableScope]
last-938/src/last-merge-batches.c:83:0: error: Memory leak: files [memleak]
last-938/src/last-pair-probs.cc:140:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/last-pair-probs.cc:141:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
last-938/src/last-pair-probs.cc:610:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qname' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qstart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qend' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qstrand' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rstart' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rend' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::rname' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::ralign' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qalign' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_unsplit_alignment.hh:33:5: warning: Member variable 'UnsplitAlignment::qQual' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_int_exponentiator.hh:15:1: style: The class 'IntExponentiator' does not have a constructor although it has private member variables. [noConstructor]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxMatchScore' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::numAlns' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::minBeg' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxEnd' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::maxSpliceBegEndScore' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceBegScores' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceEndScores' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceBegProbs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.hh:24:5: warning: Member variable 'SplitAligner::spliceEndProbs' is not initialized in the constructor. [uninitMemberVar]
last-938/src/split/cbrc_split_aligner.cc:815:3: style: Struct 'RnameAndStrandLess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
last-938/src/split/cbrc_unsplit_alignment.cc:101:17: style: The scope of the variable 'd' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:101:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:174:17: style: The scope of the variable 'd' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:174:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:227:21: style: The scope of the variable 'e' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:227:25: style: The scope of the variable 'f' can be reduced. [variableScope]
last-938/src/split/cbrc_unsplit_alignment.cc:91:17: style: Technically the member function 'cbrc::Complement::operator()' can be const. [functionConst]
last-938/src/tantan.cc:72:3: warning: Member variable 'Tantan::backgroundProb' is not initialized in the constructor. [uninitMemberVar]
last-938/src/tantan.cc:262:8: style: Technically the member function 'tantan::Tantan::addEndCounts' can be const. [functionConst]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lastfm/lastfm_1.5.4.27091+dfsg1.orig.tar.gz
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:451:56: style: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:222:42: note: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:451:56: note: Function 'onInputStateChanged' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:490:45: style: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:223:31: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:490:45: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:593:36: style: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:295:28: note: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:593:36: note: Function 'play' argument 1 names different: declaration 'trackUrl' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:901:39: style: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:393:31: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:901:39: note: Function 'setState' argument 1 names different: declaration 'state' definition 'newState'.
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:69:24: warning: Member variable 'AudioControllerThread::m_handler' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/AudioController.cpp:69:24: warning: Member variable 'AudioControllerThread::m_timer' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::device' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::mode' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::state' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::doConvertBuffer' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::deInterleave' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::doByteSwap' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::sampleRate' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::bufferSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nBuffers' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nUserChannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::nDeviceChannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::userFormat' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::deviceFormat' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:217:5: warning: Member variable 'RtApiStream::convertInfo' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:238:5: warning: Member variable 'RtApiDevice::hasDuplexSupport' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:44:5: style: Class 'LastFmException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:73:5: style: Class 'ConnectionException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:82:5: style: Class 'NetworkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:91:5: style: Class 'BadClientException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:100:5: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:109:5: style: Class 'BadCommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/exceptions.h:118:5: style: Class 'RadioException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:48:13: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:128:5: style: Class 'AudioControllerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:113:9: style: Class 'VolumeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/AudioController.h:242:5: style: Class 'AudioControllerEventHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Radio.h:71:5: style: Class 'Radio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:363:3: style: Class 'RtAudio' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:40:22: style: The function 'initAudio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:42:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:40:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:42:23: style: The function 'volume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:45:23: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:42:23: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:44:22: style: The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:48:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:44:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:46:22: style: The function 'resume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:51:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:46:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:48:22: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:80:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:48:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:49:22: style: The function 'needsData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:57:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:49:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:50:22: style: The function 'hasData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:54:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:50:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:22: style: The function 'processData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:61:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:54:21: style: The function 'soundSystems' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:64:29: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:54:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:55:21: style: The function 'devices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:67:29: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:55:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:56:14: style: The function 'setDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:71:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:56:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:64:13: style: The function 'bufferSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:77:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:64:13: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:66:14: style: The function 'setBufferCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:74:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:66:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:69:14: style: The function 'clearBuffers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:84:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:69:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:71:14: style: The function 'startPlayback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:87:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:71:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:72:14: style: The function 'stopPlayback' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:90:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:72:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:74:14: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:93:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:74:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:77:14: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/interfaces/OutputInterface.h:96:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:77:14: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.h:47:9: style: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.cpp:154:7: note: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/ITunesDevice/itunesdevice.h:47:9: note: Member variable 'ITunesDevice::m_totalSize' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/PluginBootstrapper.h:34:10: style: The function 'bootStrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/AbstractBootstrapper.h:48:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/PluginBootstrapper.h:34:10: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:32:5: style: Class 'iTunesBootstrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:34:10: style: The function 'bootStrap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/AbstractBootstrapper.h:48:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Bootstrapper/iTunesBootstrapper.h:34:10: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:32:38: style: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:44:33: note: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:32:38: note: Function 'Cleaner' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:52:5: performance: Technically the member function 'Cleaner::cleanRegistry' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:46:10: note: Technically the member function 'Cleaner::cleanRegistry' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:52:5: note: Technically the member function 'Cleaner::cleanRegistry' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:55:5: performance: Technically the member function 'Cleaner::cleanFiles' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.cpp:54:10: note: Technically the member function 'Cleaner::cleanFiles' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:55:5: note: Technically the member function 'Cleaner::cleanFiles' can be static.
lastfm-1.5.4.27091+dfsg1/src/Cleaner/Cleaner.h:44:5: style: Class 'Cleaner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.cpp:37:50: style: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.h:36:39: note: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.cpp:37:50: note: Function 'CrashReporter' argument 1 names different: declaration 'argv' definition 'args'.
lastfm-1.5.4.27091+dfsg1/src/CrashReporter/CrashReporter.h:36:5: style: Class 'CrashReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:239:47: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:266:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Track.h:47:5: style: Technically the member function 'Track::operator==' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/RedirectHttp.h:39:9: style: Class 'RedirectHttp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.h:49:9: style: Class 'CachedHttp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/TrackInfo.h:69:9: style: Class 'TrackInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:151:5: style: Class 'ScrobblerManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:224:5: style: Class 'ScrobblerHandshakeRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:247:5: style: Class 'ScrobblerPostRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:267:5: style: Class 'ScrobblerNowPlayingRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.h:38:5: style: Class 'DiagnosticsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:113:5: style: Class 'LastFmUserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:385:5: style: Class 'CurrentUserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:54:9: style: Class 'Fingerprinter2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:221:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:221:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: style: The function 'request' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:244:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:66:34: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:347:60: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/DiagnosticsDialog.cpp:355:52: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:38:10: style: Technically the member function 'ITunesPluginInstaller::uninstall' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:262:24: note: Technically the member function 'ITunesPluginInstaller::uninstall' can be const.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:38:10: note: Technically the member function 'ITunesPluginInstaller::uninstall' can be const.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:45:13: performance: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:106:24: note: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:45:13: note: Technically the member function 'ITunesPluginInstaller::pListVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:51:10: performance: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.cpp:211:24: note: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static.
lastfm-1.5.4.27091+dfsg1/src/ITunesPluginInstaller.h:51:10: note: Technically the member function 'ITunesPluginInstaller::disableLegacyHelperApp' can be static.
lastfm-1.5.4.27091+dfsg1/src/MediaDeviceScrobbler.cpp:225:16: style: The scope of the variable 'desiredwidth' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:150:10: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.cpp:72:5: performance: Variable 'm_urlBase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:56:9: style: Class 'MetaDataWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/MetaDataWidget.h:143:5: style: Class 'MetaDataScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SpinnerLabel.h:48:5: style: Class 'SpinnerLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/playercommands.h:58:5: warning: Member variable 'CPlayerCommand::mCmd' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/playerconnection.h:49:5: style: Class 'CPlayerConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.h:88:5: style: Class 'CPlayerListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/RestStateMessage.h:38:5: style: Class 'RestStateMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:40:5: warning: Member variable 'CComponentInfo::mSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:40:5: warning: Member variable 'CPluginInfo::m_BootstrapType' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:46:13: style: Technically the member function 'CComponentInfo::GetName' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:47:13: style: Technically the member function 'CComponentInfo::GetPath' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:50:13: style: Technically the member function 'CComponentInfo::GetDownloadURL' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:51:18: style: Technically the member function 'CComponentInfo::GetSize' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:54:13: style: Technically the member function 'CComponentInfo::GetVersion' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:56:13: style: Technically the member function 'CComponentInfo::GetInstallArgs' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:56:13: style: Technically the member function 'CPluginInfo::GetId' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:57:13: style: Technically the member function 'CPluginInfo::GetPlayerName' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:58:13: style: Technically the member function 'CPluginInfo::GetPlayerPath' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:62:13: style: Technically the member function 'CPluginInfo::GetPlayerVerMin' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:63:13: style: Technically the member function 'CPluginInfo::GetPlayerVerMax' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:64:19: style: Technically the member function 'CPluginInfo::GetBootstrapType' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/RestStateWidget.h:39:5: style: Class 'RestStateWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardloginpage.h:34:5: style: Class 'WizardLoginPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardselectpluginpage.h:42:5: style: Class 'WizardSelectPluginPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/WizardTwiddlyBootstrapPage.h:33:5: style: Class 'WizardTwiddlyBootstrapPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/autoupdater.h:48:5: style: Class 'CAutoUpdater' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:49:5: style: The function 'switchPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:60:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:49:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:61:21: style: The function 'GetInstallPath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:55:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:61:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:85:18: style: The function 'IsInstalled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:81:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:85:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:86:18: style: The function 'IsVersionNewer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:82:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:86:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:87:18: style: The function 'IsRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:83:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:87:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:96:5: style: The function 'Clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:90:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:96:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:103:5: style: The function 'KillProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:96:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:103:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:106:5: style: The function 'ExecuteProcess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:99:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:106:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:37:18: style: The function 'IsInstalled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:81:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:37:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:38:18: style: The function 'IsVersionNewer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:82:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:38:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:39:18: style: The function 'IsRunning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:83:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/appinfo.h:39:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:77:5: style: The function 'createPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:58:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:77:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:81:5: style: The function 'headerForPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:54:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:81:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:96:5: style: The function 'backButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:96:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:99:5: style: The function 'nextButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/configwizard.h:99:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.1.h:51:9: style: Class 'ScrobblerSubmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:83:9: style: Condition '!scrobbler' is always true [knownConditionTrueFalse]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:81:17: note: Assignment 'scrobbler=0', assigned value is 0
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:83:9: note: Condition '!scrobbler' is always true
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:183:28: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:482:27: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:608:33: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:672:48: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:179:38: style: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:177:29: note: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:179:38: note: Function 'onInvalidated' argument 1 names different: declaration 'errorcode' definition 'code'.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:442:5: performance: Variable 'm_hard_failures' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:442:23: performance: Variable 'm_scrobbled' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:443:5: performance: Variable 'm_init' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: warning: Call of pure virtual function 'request' in constructor. [pureVirtualCall]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:730:53: note: Call of pure virtual function 'request' in constructor.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:205:18: note: Call of pure virtual function 'request' in constructor.
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: warning: Virtual function 'request' is called from constructor 'ScrobblerNowPlayingRequest(QObject*)' at line 839. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.cpp:839:47: note: Calling request
lastfm-1.5.4.27091+dfsg1/src/Scrobbler-1.2.h:264:18: note: request is a virtual method
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:82:49: style: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:47:45: note: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'.
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:82:49: note: Function 'onRecipientChanged' argument 1 names different: declaration 'recpipient' definition 'recipient'.
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:52:18: warning: Virtual function 'accept' is called from constructor 'ShareDialog(QWidget*parent)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.cpp:40:56: note: Calling accept
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:52:18: note: accept is a virtual method
lastfm-1.5.4.27091+dfsg1/src/ShareDialog.h:35:5: style: Class 'ShareDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:109:10: style: The scope of the variable 'has_children' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:32:83: style: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.h:36:73: note: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.cpp:32:83: note: Function 'sizeHint' argument 2 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarDelegate.h:29:1: style: The class 'SideBarDelegate' does not have a constructor although it has private member variables. [noConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:291:42: style: Function 'parent' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.h:135:43: note: Function 'parent' argument 1 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:291:42: note: Function 'parent' argument 1 names different: declaration 'index' definition 'i'.
lastfm-1.5.4.27091+dfsg1/src/SideBarModel.cpp:45:5: performance: Variable 'm_change_station_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/SideBarToolTipLabel.h:30:5: style: Class 'ToolTipLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarRevealPopup.h:30:5: style: Class 'RevealPopup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:1098:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:166:30: style: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:52:30: note: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:166:30: note: Function 'onAppEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:914:92: style: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:79:80: note: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'.
lastfm-1.5.4.27091+dfsg1/src/SideBarView.cpp:914:92: note: Function 'dragDropHandlerPrivate' argument 3 names different: declaration 'status_message' definition 'status'.
lastfm-1.5.4.27091+dfsg1/src/SideBarTreeStyle.h:60:26: style: Variable 'aft_h' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/SideBarTreeStyle.h:61:26: style: Variable 'aft_v' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/SideBarView.h:38:9: style: Class 'SideBarTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.cpp:113:33: style: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.h:50:39: note: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'.
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.cpp:113:33: note: Function 'addItem' argument 1 names different: declaration 'tag' definition 'label'.
lastfm-1.5.4.27091+dfsg1/src/TagListWidget.h:43:5: style: Class 'TagListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:38:9: style: Class 'ProgressFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:32:5: style: Class 'TrackProgressFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:43:19: style: The function 'paintClock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:112:9: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/TrackProgressFrame.h:43:19: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.cpp:85:0: error: #error What kind of operating system are you?! \ [preprocessorErrorDirective]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_mac.cpp:29:46: style: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:38:35: note: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_mac.cpp:29:46: note: Function 'ITunesLibrary' argument 1 names different: declaration 'source' definition 'pid'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.h:53:13: performance: Variable 'm_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.h:39:5: style: Class 'PlayCountsDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:33:58: style: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:38:53: note: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:33:58: note: Function 'ITunesLibrary' argument 2 names different: declaration 'isIPod' definition 'iPod'.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:45:9: performance: Technically the member function 'ITunesLibrary::trackCount' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary_win.cpp:74:16: note: Technically the member function 'ITunesLibrary::trackCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/ITunesLibrary.h:45:9: note: Technically the member function 'ITunesLibrary::trackCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:98:13: performance: Variable 'm_uid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.cpp:93:5: performance: Variable 'm_db' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:96:9: style: Class 'Settings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:175:9: style: Class 'PlayCountsDatabase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/IPod.h:183:9: style: Class 'Library' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/PlayCountsDatabase.cpp:56:9: style: Class 'SqlQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:162:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:180:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/EncodingUtils.cpp:195:22: style: Variable 'nError' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.h:88:10: performance: Technically the member function 'ITunesTrack::playCount' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.cpp:156:14: note: Technically the member function 'ITunesTrack::playCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesTrack.h:88:10: note: Technically the member function 'ITunesTrack::playCount' can be static.
lastfm-1.5.4.27091+dfsg1/src/Twiddly/common/ITunesExceptions.h:28:5: style: Class 'ITunesException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/User.cpp:27:28: style: Function 'User' argument 1 names different: declaration 'name' definition 'username'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/User.h:40:26: note: Function 'User' argument 1 names different: declaration 'name' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/User.cpp:27:28: note: Function 'User' argument 1 names different: declaration 'name' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/User.h:43:5: style: Class 'User' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/WizardBootstrapSelectorPage.cpp:49:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:63:9: performance: Technically the member function 'XspfResolver::childText' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.cpp:175:15: note: Technically the member function 'XspfResolver::childText' can be static.
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:63:9: note: Technically the member function 'XspfResolver::childText' can be static.
lastfm-1.5.4.27091+dfsg1/src/aboutdialog.h:36:9: style: Class 'AboutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:37:5: style: Class 'CVersionNumber' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/autoupdater.cpp:126:34: performance: Function parameter 'vecInfo' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/breakpad/BreakPad.h:42:5: style: Class 'BreakPad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.cpp:259:24: style: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:106:32: note: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'.
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.cpp:259:24: note: Function 'fillDown' argument 1 names different: declaration 'index' definition 'parent'.
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:35:9: style: Class 'CheckDirModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/checkdirtree.h:80:9: style: Class 'CheckDirTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:276:20: style: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:119:24: note: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:276:20: note: Function 'ProgramExists' argument 1 names different: declaration 'sProgram' definition 'sPath'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:47: style: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:134:24: note: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:47: note: Function 'GetRegVersion' argument 1 names different: declaration 'sRegKey' definition 'sSubKey'.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:118:5: performance: Technically the member function 'CComponentInfo::ProgramExists' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:275:17: note: Technically the member function 'CComponentInfo::ProgramExists' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:118:5: note: Technically the member function 'CComponentInfo::ProgramExists' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:125:5: performance: Technically the member function 'CComponentInfo::GetExeVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:289:17: note: Technically the member function 'CComponentInfo::GetExeVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:125:5: note: Technically the member function 'CComponentInfo::GetExeVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:133:5: performance: Technically the member function 'CComponentInfo::GetRegVersion' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/componentinfo.cpp:318:17: note: Technically the member function 'CComponentInfo::GetRegVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/componentinfo.h:133:5: note: Technically the member function 'CComponentInfo::GetRegVersion' can be static.
lastfm-1.5.4.27091+dfsg1/src/container.cpp:601:10: style: Condition 'quit' is always false [knownConditionTrueFalse]
lastfm-1.5.4.27091+dfsg1/src/container.cpp:577:17: note: Assignment 'quit=false', assigned value is 0
lastfm-1.5.4.27091+dfsg1/src/container.cpp:601:10: note: Condition 'quit' is always false
lastfm-1.5.4.27091+dfsg1/src/XspfResolver.h:38:1: style: The class 'XspfResolver' does not have a constructor although it has private member variables. [noConstructor]
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:35:9: style: Class 'DeleteUserDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/failedlogindialog.h:36:9: style: Class 'FailedLoginDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/settingsdialog.h:42:9: style: Class 'SettingsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/systray.h:35:5: style: Class 'TrayIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/wizardselectupdatespage.h:44:5: style: Class 'WizardSelectUpdatesPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:53:19: style: Class 'UpdateWizard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:32:9: style: Class 'VolumeSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:88:30: style: The function 'tracksToScrobble' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:64:30: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/mediadevices/ipod/IpodDevice.h:88:30: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:60:5: style: The function 'createPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:58:22: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:60:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:64:5: style: The function 'headerForPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard_mac.h:54:5: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:64:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:77:5: style: The function 'backButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:77:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:80:5: style: The function 'nextButtonClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/updatewizard.h:80:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:38:22: warning: Virtual function 'accept' is called from constructor 'DeleteUserDialog(QWidget*parent=0)' at line 33. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.cpp:33:56: note: Calling accept
lastfm-1.5.4.27091+dfsg1/src/deleteuserdialog.h:38:22: note: accept is a virtual method
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:77:18: style: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:51:5: note: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:77:18: note: Member variable 'MessengerNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:80:20: style: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:53:5: note: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:80:20: note: Member variable 'MessengerNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:39:25: warning: Virtual function 'name' is called from constructor 'MessengerNotifyExtension()' at line 57. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:57:57: note: Calling onAppEvent
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:179:11: note: Calling isEnabled
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.cpp:195:27: note: Calling name
lastfm-1.5.4.27091+dfsg1/src/extensions/messenger/messengernotifyextension.h:39:25: note: name is a virtual method
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:83:18: style: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:50:11: note: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:83:18: note: Member variable 'SkypeNotifyExtension::m_settingsPanel' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:90:14: style: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:53:11: note: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:90:14: note: Member variable 'SkypeNotifyExtension::m_haveWaiting' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:85:20: style: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:54:11: note: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:85:20: note: Member variable 'SkypeNotifyExtension::m_config' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:40:25: warning: Virtual function 'name' is called from constructor 'SkypeNotifyExtension()' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:58:57: note: Calling onAppEvent
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:185:10: note: Calling isEnabled
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.cpp:294:27: note: Calling name
lastfm-1.5.4.27091+dfsg1/src/extensions/skype/skypenotifyextension.h:40:25: note: name is a virtual method
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:185:39: style: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:90:45: note: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:185:39: note: Function 'setSession' argument 1 names different: declaration 'session' definition 'sesh'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:343:48: style: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:143:41: note: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:343:48: note: Function 'onHttpRequestFinished' argument 2 names different: declaration 'error' definition 'err'.
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:100:18: warning: Virtual function 'stateChanged' is called from constructor 'HttpInput()' at line 46. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:46:31: note: Calling stateChanged
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:100:18: note: stateChanged is a virtual method
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:102:18: warning: Virtual function 'error' is called from constructor 'HttpInput()' at line 54. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:54:39: note: Calling onHttpTimeout
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.cpp:391:5: note: Calling error
lastfm-1.5.4.27091+dfsg1/src/httpinput/httpinput.h:102:18: note: error is a virtual method
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: warning: Member variable 'ITunesDictionaryHelper::duration' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: warning: Member variable 'ITunesDictionaryHelper::position' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/itunesscript.cpp:81:5: style: Class 'ITunesDictionaryHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:803:22: style: The scope of the variable 'mbid' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:614:68: style: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:175:52: note: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:614:68: note: Function 'onListenerNewSong' argument 2 names different: declaration 'eriks_started_hack' definition 'started'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:959:56: style: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.h:177:46: note: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:959:56: note: Function 'onListenerException' argument 1 names different: declaration 'message' definition 'msg'.
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1024:19: style: Variable 'vid' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1025:19: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/FingerprintQueryer.h:59:9: style: Class 'FingerprintQueryer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/lastfmapplication.cpp:1135:54: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/FingerprintQueryer.cpp:32:21: warning: Member variable 'FingerprintQueryer::m_currentQuery' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:100:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:109:42: style: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.h:68:35: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter.cpp:109:42: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:19: style: The scope of the variable 'samplerate' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:31: style: The scope of the variable 'bitrate' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:271:40: style: The scope of the variable 'nchannels' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:267:43: style: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:84:35: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:267:43: note: Function 'fingerprint' argument 1 names different: declaration 'path' definition 'filename'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:375:65: style: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.h:98:42: note: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Fingerprinter2.cpp:375:65: note: Function 'decode' argument 2 names different: declaration 'transcoder' definition 'transcoder2'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:223:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:327:20: style: Checking if unsigned variable 'readSize' is less than zero. [unsignedLessThanZero]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:35:13: warning: Member variable 'MP3_Source::m_pcmpos' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:36:3: style: Class 'MP3_Source' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/MP3_Source_Qt.cpp:36:3: style: Class 'MP3_Source' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:324:12: style: The scope of the variable 'bufferBytesLeft' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:325:12: style: The scope of the variable 'bytesToCopy' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:401:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:321:46: style: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.h:173:51: note: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256.cpp:321:46: note: Function 'SHA256Update' argument 2 names different: declaration 'data' definition 'vdata'.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/Sha256File.cpp:53:17: style: The scope of the variable 'len' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/fp_helper_fun.h:85:21: style: Checking if unsigned variable 'numSkipKeys' is less than zero. This might be a false warning. [unsignedLessThanZero]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:226:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:229:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:226:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:227:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:229:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:227:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:244:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:247:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:244:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:245:4: warning: Either the condition '!m_pPimplData' is redundant or there is possible null pointer dereference: m_pPimplData. [nullPointerRedundantCheck]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:247:9: note: Assuming that condition '!m_pPimplData' is not redundant
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:245:4: note: Null pointer dereference
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_groupsReady' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_preBufferPassed' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toSkipSize' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toSkipMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_skippedSoFar' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_skipPassed' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_freq' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_nchannels' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_lengthMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_minUniqueKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_uniqueKeyWindowMs' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_toProcessKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_totalWindowKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:66:4: warning: Member variable 'PimplData::m_processedKeys' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:168:0: warning: Member variable 'CircularArray < double >::_size' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:66:0: warning: Member variable 'iterator::_size' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:55:9: style: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:363:28: note: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:55:9: note: Technically the member function 'fingerprint::FingerprintExtractor::process' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:58:35: style: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:557:49: note: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:58:35: note: Technically the member function 'fingerprint::FingerprintExtractor::getFingerprint' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:66:11: style: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:207:30: note: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/include/FingerprintExtractor.h:66:11: note: Technically the member function 'fingerprint::FingerprintExtractor::getToSkipMs' can be const.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:194:4: style: Class 'FingerprintExtractor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:194:4: style: Class 'FingerprintExtractor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:79:7: style: Class 'PimplData' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FingerprintExtractor.cpp:79:7: style: Class 'PimplData' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:39:4: style: Class 'OptFFT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/FloatingAverage.h:32:0: style: Class 'FloatingAverage < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/CircularArray.h:172:0: style: Class 'CircularArray < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:371:8: style: The scope of the variable 'frameStart' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:236:9: warning: Member variable 'OptFFT::m_numSamples' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:236:9: warning: Member variable 'OptFFT::m_numOutSamples' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:50:9: performance: Technically the member function 'fingerprint::OptFFT::applyHann' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:406:14: note: Technically the member function 'fingerprint::OptFFT::applyHann' can be static.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.h:50:9: note: Technically the member function 'fingerprint::OptFFT::applyHann' can be static.
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:298:4: style: Class 'OptFFT' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libFingerprint/fplib/src/OptFFT.cpp:298:4: style: Class 'OptFFT' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:158:46: style: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:156:35: note: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:158:46: note: Function 'removeRecentStation' argument 1 names different: declaration 'list_index' definition 'n'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:189:47: style: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:157:36: note: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:189:47: note: Function 'clearRecentStations' argument 1 names different: declaration 'emit_signal' definition 'emitting'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:499:43: style: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:306:30: note: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:499:43: note: Function 'setDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:506:42: style: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:305:30: note: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:506:42: note: Function 'isDontAsk' argument 1 names different: declaration 'operation_name' definition 'op'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:575:40: style: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:249:36: note: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:575:40: note: Function 'pluginVersion' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:587:43: style: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:250:39: note: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:587:43: note: Function 'pluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:604:46: style: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:251:39: note: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.cpp:604:46: note: Function 'setPluginPlayerPath' argument 1 names different: declaration 'pluginId' definition 'id'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/LastFmSettings.h:231:5: style: Class 'LastFmSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.cpp:322:32: style: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.h:191:36: note: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/MooseCommon.cpp:322:32: note: Function 'sendToInstance' argument 1 names different: declaration 'command' definition 'data'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.cpp:82:40: style: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.h:67:34: note: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.cpp:82:40: note: Function 'setIcon' argument 1 names different: declaration 'path' definition 'file'.
lastfm-1.5.4.27091+dfsg1/src/libMoose/confirmdialog.h:47:5: style: Class 'ConfirmDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.cpp:375:36: style: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.h:126:37: note: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/CachedHttp.cpp:375:36: note: Function 'putCachedCopy' argument 1 names different: declaration 'cacheKey' definition 'url'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StationUrl.h:33:5: style: Class 'StationUrl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:48:5: style: Class 'UsersSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:73:5: style: Class 'UserSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:106:9: style: Class 'MyQSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:128:5: style: Class 'SharedSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/Settings.h:191:5: style: Class 'AppSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WeightedStringList.h:42:5: style: Class 'WeightedStringList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/LastMessageBox.h:34:5: style: Class 'LastMessageBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/RedirectHttp.cpp:125:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mLastTime' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mbTimedOut' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:41:12: warning: Member variable 'StopWatch::mMutex' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mLastTime' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mbTimedOut' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/StopWatch.cpp:52:12: warning: Member variable 'StopWatch::mMutex' is not assigned a value in 'StopWatch::operator='. [operatorEqVarError]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:65:13: style: Class 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:65:13: style: Class 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: warning: Virtual function 'setFont' is called from constructor 'URLLabel(const QUrl&url,const QString&text,QWidget*parent=0,const char*name=0)' at line 100. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:100:5: note: Calling setFont
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: note: setFont is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: warning: Virtual function 'setFont' is called from constructor 'URLLabel(QWidget*parent=0,const char*name=0)' at line 110. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.cpp:110:5: note: Calling setFont
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/URLLabel.h:78:15: note: setFont is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/UnicornCommon.cpp:54:5: warning: The buffer 'tmp' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/VersionUpdater/VersionUpdater.cpp:255:13: warning: The buffer 'line' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:310:5: style: Class 'DeleteFriendRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:386:5: style: Class 'LoveRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:387:5: style: Class 'UnLoveRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:388:5: style: Class 'BanRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:389:5: style: Class 'UnBanRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:390:5: style: Class 'AddToMyPlaylistRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:462:5: style: Class 'SimilarArtistsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:588:5: style: Class 'ArtistTagsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:628:5: style: Class 'SimilarTagsRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:746:5: style: Class 'ProxyTestRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:40:5: style: Class 'TrackToIdRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService.h:42:9: style: Class 'WebService' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:224:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:224:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:225:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:225:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:260:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:260:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:278:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:278:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:279:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:279:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:314:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:314:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:342:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:342:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:343:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:343:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:344:21: style: The function 'errorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:79:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:344:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:358:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:358:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:359:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:359:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:378:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:378:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:409:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:409:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:410:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:410:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:428:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:428:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:429:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:429:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:448:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:448:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:449:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:449:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:464:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:464:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:465:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:465:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:502:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:502:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:503:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:503:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:497:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:542:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:542:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:561:21: style: The function 'path' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:524:21: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:561:21: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:576:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:576:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:577:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:577:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:603:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:603:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:604:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:604:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:616:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:590:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:616:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:617:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:591:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:617:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:630:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:630:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:631:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:631:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:644:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:644:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:645:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:645:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:680:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:680:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:681:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:681:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:698:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:698:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:712:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:712:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:713:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:713:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:732:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:732:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:733:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:733:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:748:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:748:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:756:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:756:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:790:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:790:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:793:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:793:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:40:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:40:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:45:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/GetXspfPlaylistRequest.h:45:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:42:18: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:42:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:45:18: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackToIdRequest.h:45:18: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.cpp:46:5: performance: Variable 'm_track' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:47:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:47:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:55:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FingerprintQueryRequest.h:55:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:39:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:39:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:42:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/FrikkinNormanRequest.h:42:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: warning: Virtual function 'start' is called from constructor 'RadioMetaDataRequest()' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/RadioMetaDataRequest.cpp:32:54: note: Calling start
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:697:18: note: start is a virtual method
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:314:29: style: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:173:32: note: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:314:29: note: Function 'parameter' argument 1 names different: declaration 'key' definition 'keyName'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: warning: Call of pure virtual function 'start' in constructor. [pureVirtualCall]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.cpp:80:54: note: Call of pure virtual function 'start' in constructor.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Call of pure virtual function 'start' in constructor.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SetTagRequest.cpp:29:16: warning: Member variable 'SetTagRequest::m_type' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.cpp:40:5: performance: Variable 'm_track' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.h:41:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/SubmitFullFingerprintRequest.h:41:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackUploadRequest.h:38:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/TrackUploadRequest.h:38:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.cpp:89:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:41:22: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:99:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:41:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:42:22: style: The function 'success' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/Request.h:146:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/WebService/UserLabelsRequest.h:42:22: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.cpp:263:44: style: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.h:66:46: note: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.cpp:263:44: note: Function 'setItemColor' argument 2 names different: declaration 'color' definition 'col'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/draglabel.h:37:9: style: Class 'DragLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/imagebutton.cpp:30:14: warning: Member variable 'ImageButton::m_itemType' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/imagebutton.h:37:5: style: Class 'ImageButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.cpp:77:36: style: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.h:61:41: note: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/logger.cpp:77:36: note: Function 'Logger' argument 1 names different: declaration 'filename' definition 'path'.
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numTracks' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numListeners' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:34:9: warning: Member variable 'MetaData::m_numPlays' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numTracks' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numListeners' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: warning: Member variable 'MetaData::m_numPlays' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/metadata.h:35:9: style: Class 'MetaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/libUnicorn/watermarkwidget.h:33:9: style: Class 'WatermarkWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lastfm-1.5.4.27091+dfsg1/src/loginwidget.cpp:287:40: style: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/loginwidget.h:86:40: note: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/loginwidget.cpp:287:40: note: Function 'userComboChanged' argument 1 names different: declaration 'user' definition 'username'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8633:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8684:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8695:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8707:20: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8759:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8769:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8825:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8835:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8891:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8901:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8956:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8966:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9020:21: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9030:21: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:271:10: warning: Member variable 'RtApi::message_' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:271:10: warning: Member variable 'RtApi::nDevices_' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:162:7: style: Technically the member function 'RtApi::getDeviceCount' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:423:14: note: Technically the member function 'RtApi::getDeviceCount' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:162:7: note: Technically the member function 'RtApi::getDeviceCount' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:295:8: performance: Technically the member function 'RtApi::clearDeviceInfo' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:8566:15: note: Technically the member function 'RtApi::clearDeviceInfo' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:295:8: note: Technically the member function 'RtApi::clearDeviceInfo' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:316:8: performance: Technically the member function 'RtApi::byteSwapBuffer' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:9042:15: note: Technically the member function 'RtApi::byteSwapBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.h:316:8: note: Technically the member function 'RtApi::byteSwapBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:116:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudio/RtAudio.cpp:136:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:275:9: style: The scope of the variable 'nBuffers' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:143:49: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:52:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:143:49: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:99:18: warning: Member variable 'RtAudioPlayback::m_bufferCapacity' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:87:13: style: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list. [initializerList]
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.cpp:102:5: note: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/output/RtAudio/rtaudioplayback.h:87:13: note: Member variable 'RtAudioPlayback::m_deviceNum' is in the wrong place in the initializer list.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:390:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:590:25: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:476:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:651:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:46: style: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:39: note: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:46: note: Function 'alsaWrite' argument 1 names different: declaration 'inputData' definition 'input'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:30: style: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:28: note: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:30: note: Function 'setVolume' argument 1 names different: declaration 'vol' definition 'v'.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:70:20: style: Technically the member function 'AlsaAudio::getDeviceInfo' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:172:27: note: Technically the member function 'AlsaAudio::getDeviceInfo' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:70:20: note: Technically the member function 'AlsaAudio::getDeviceInfo' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:10: performance: Technically the member function 'AlsaAudio::alsaWrite' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:474:17: note: Technically the member function 'AlsaAudio::alsaWrite' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:76:10: note: Technically the member function 'AlsaAudio::alsaWrite' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:77:10: performance: Technically the member function 'AlsaAudio::stopPlayback' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:537:12: note: Technically the member function 'AlsaAudio::stopPlayback' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:77:10: note: Technically the member function 'AlsaAudio::stopPlayback' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:10: performance: Technically the member function 'AlsaAudio::setVolume' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:530:12: note: Technically the member function 'AlsaAudio::setVolume' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:80:10: note: Technically the member function 'AlsaAudio::setVolume' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:81:9: style: Technically the member function 'AlsaAudio::hasData' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:511:12: note: Technically the member function 'AlsaAudio::hasData' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:81:9: note: Technically the member function 'AlsaAudio::hasData' can be const.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:82:9: performance: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:495:12: note: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:82:9: note: Technically the member function 'AlsaAudio::get_thread_buffer_filled' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:85:10: performance: Technically the member function 'AlsaAudio::clearBuffer' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:463:17: note: Technically the member function 'AlsaAudio::clearBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:85:10: note: Technically the member function 'AlsaAudio::clearBuffer' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:111:10: performance: Technically the member function 'AlsaAudio::volume_adjust' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:732:17: note: Technically the member function 'AlsaAudio::volume_adjust' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:111:10: note: Technically the member function 'AlsaAudio::volume_adjust' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:121:9: performance: Technically the member function 'AlsaAudio::xrun_recover' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:870:16: note: Technically the member function 'AlsaAudio::xrun_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:121:9: note: Technically the member function 'AlsaAudio::xrun_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:122:9: performance: Technically the member function 'AlsaAudio::suspend_recover' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:889:16: note: Technically the member function 'AlsaAudio::suspend_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:122:9: note: Technically the member function 'AlsaAudio::suspend_recover' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:123:9: performance: Technically the member function 'AlsaAudio::format_from_alsa' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:823:16: note: Technically the member function 'AlsaAudio::format_from_alsa' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:123:9: note: Technically the member function 'AlsaAudio::format_from_alsa' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:126:10: performance: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.cpp:810:17: note: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaaudio.h:126:10: note: Technically the member function 'AlsaAudio::alsa_close_pcm' can be static.
lastfm-1.5.4.27091+dfsg1/src/output/alsa-playback/alsaplayback.cpp:35:15: warning: Member variable 'AlsaPlayback::m_bufferCapacity' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:35:31: style: C-style pointer casting [cstyleCast]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:46:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.h:54:29: warning: Virtual function 'devices' is called from constructor 'PortAudioOutput()' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.cpp:90:9: note: Calling devices
lastfm-1.5.4.27091+dfsg1/src/output/portAudio/portAudioOutput.h:54:29: note: devices is a virtual method
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:148:10: style: The scope of the variable 'cField' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:69:5: performance: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:135:23: note: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:69:5: note: Technically the member function 'CPlayerCommandParser::ParseArgs' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:77:5: performance: Technically the member function 'CPlayerCommandParser::Validate' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:219:23: note: Technically the member function 'CPlayerCommandParser::Validate' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:77:5: note: Technically the member function 'CPlayerCommandParser::Validate' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:85:5: performance: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static. [functionStatic]
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.cpp:278:23: note: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static.
lastfm-1.5.4.27091+dfsg1/src/playercommandparser.h:85:5: note: Technically the member function 'CPlayerCommandParser::ParseTrack' can be static.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:402:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:409:13: note: Found duplicate branches for 'if' and 'else'.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:402:13: note: Found duplicate branches for 'if' and 'else'.
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:565:9: style: The scope of the variable 'nBytesRead' can be reduced. [variableScope]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:42:18: warning: Member variable 'CPlayerListener::mnActualPort' is not initialized in the constructor. [uninitMemberVar]
lastfm-1.5.4.27091+dfsg1/src/playerlistener.cpp:817:50: performance: Function parameter 'track' should be passed by const reference. [passedByValue]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:90:10: style: Technically the member function 'CPluginInfo::IsBootstrappable' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/plugininfo.cpp:329:19: note: Technically the member function 'CPluginInfo::IsBootstrappable' can be const.
lastfm-1.5.4.27091+dfsg1/src/plugininfo.h:90:10: note: Technically the member function 'CPluginInfo::IsBootstrappable' can be const.
lastfm-1.5.4.27091+dfsg1/src/progressframe.cpp:300:30: style: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/progressframe.h:154:28: note: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'.
lastfm-1.5.4.27091+dfsg1/src/progressframe.cpp:300:30: note: Function 'setValue' argument 1 names different: declaration 'secs' definition 'value'.
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: warning: Virtual function 'backButtonClicked' is called from constructor 'SimpleWizard(QWidget*parent=0)' at line 39. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.cpp:39:58: note: Calling backButtonClicked
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:66:18: note: backButtonClicked is a virtual method
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: warning: Virtual function 'nextButtonClicked' is called from constructor 'SimpleWizard(QWidget*parent=0)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.cpp:40:58: note: Calling nextButtonClicked
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:67:18: note: nextButtonClicked is a virtual method
lastfm-1.5.4.27091+dfsg1/src/simplewizard_win.h:41:5: style: The function 'switchPage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lastfm-1.5.4.27091+dfsg1/src/simplewizard.h:60:18: note: Virtual function in base class
lastfm-1.5.4.27091+dfsg1/src/simplewizard_win.h:41:5: note: Function in derived class
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:87:44: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:44:43: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:87:44: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:106:45: style: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.h:45:44: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/toolbarvolumeslider.cpp:106:45: note: Function 'mousePressEvent' argument 1 names different: declaration 'event' definition 'e'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/RingBuffer.cpp:36:5: style: Struct 'RingBuffer' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.cpp:137:46: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.h:77:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mad/madtranscode.cpp:137:46: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.cpp:63:46: style: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'. [funcArgNamesDifferent]
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.h:71:53: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/transcode/mpglib/mp3transcode.cpp:63:46: note: Function 'processData' argument 1 names different: declaration 'data' definition 'buffer'.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:50:5: style: Technically the member function 'CVersionNumber::GetVersion' can be const. [functionConst]
lastfm-1.5.4.27091+dfsg1/src/versionnumber.cpp:41:17: note: Technically the member function 'CVersionNumber::GetVersion' can be const.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.h:50:5: note: Technically the member function 'CVersionNumber::GetVersion' can be const.
lastfm-1.5.4.27091+dfsg1/src/versionnumber.cpp:32:40: performance: Function parameter 'sVersion' should be passed by const reference. [passedByValue]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lastfmsubmitd/lastfmsubmitd_1.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lastpass-cli/lastpass-cli_1.3.1.orig.tar.gz
lastpass-cli-1.3.1/agent.c:85:2: style: Variable 'iterationbuf' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/agent.c:79:0: note: Variable 'iterationbuf' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:85:2: note: Variable 'iterationbuf' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:86:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/agent.c:81:0: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/agent.c:86:2: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:383:2: style: Variable 'base64' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cipher.c:380:0: note: Variable 'base64' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:383:2: note: Variable 'base64' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:531:2: style: Variable 'hash_hex' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cipher.c:529:0: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:531:2: note: Variable 'hash_hex' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cipher.c:230:22: style: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:17:105: note: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'.
lastpass-cli-1.3.1/cipher.c:230:22: note: Function 'cipher_aes_encrypt' argument 3 names different: declaration 'ciphertext' definition 'out'.
lastpass-cli-1.3.1/cipher.c:302:29: style: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:20:29: note: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'.
lastpass-cli-1.3.1/cipher.c:302:29: note: Function 'unbase64' argument 1 names different: declaration 'ptext' definition 'bytes'.
lastpass-cli-1.3.1/cipher.c:302:52: style: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cipher.h:20:52: note: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'.
lastpass-cli-1.3.1/cipher.c:302:52: note: Function 'unbase64' argument 2 names different: declaration 'b64data' definition 'unbase64'.
lastpass-cli-1.3.1/cmd-import.c:70:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lastpass-cli-1.3.1/cmd-import.c:409:0: error: Resource leak: fp [resourceLeak]
lastpass-cli-1.3.1/cmd-passwd.c:177:2: style: Variable 'username' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd-passwd.c:169:0: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-passwd.c:177:2: note: Variable 'username' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:223:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd-show.c:220:0: note: Variable 'filename' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:223:2: note: Variable 'filename' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd-show.c:131:7: style: The scope of the variable 'opt' can be reduced. [variableScope]
lastpass-cli-1.3.1/cmd.c:84:3: style: Variable 'params' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/cmd.c:81:0: note: Variable 'params' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd.c:84:3: note: Variable 'params' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/cmd.c:46:45: style: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/cmd.h:40:45: note: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'.
lastpass-cli-1.3.1/cmd.c:46:45: note: Function 'parse_sync_string' argument 1 names different: declaration 'str' definition 'syncstr'.
lastpass-cli-1.3.1/config.c:208:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:207:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:208:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:218:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:215:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:218:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:227:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:224:0: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:227:2: note: Variable 'path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:293:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/config.c:289:0: note: Variable 'file' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:293:2: note: Variable 'file' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/config.c:291:14: style: The scope of the variable 'read' can be reduced. [variableScope]
lastpass-cli-1.3.1/config.c:287:61: style: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/config.h:25:61: note: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'.
lastpass-cli-1.3.1/config.c:287:61: note: Function 'config_read_buffer' argument 2 names different: declaration 'buffer' definition 'out'.
lastpass-cli-1.3.1/config.c:310:0: error: Resource leak: file [resourceLeak]
lastpass-cli-1.3.1/edit.c:189:9: style: The scope of the variable 'read' can be reduced. [variableScope]
lastpass-cli-1.3.1/edit.c:253:15: style: The scope of the variable 'delim' can be reduced. [variableScope]
lastpass-cli-1.3.1/edit.c:458:6: style: The scope of the variable 'tmpfd' can be reduced. [variableScope]
lastpass-cli-1.3.1/endpoints-login.c:209:2: style: Variable 'oob_capabilities' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:202:0: note: Variable 'oob_capabilities' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:209:2: note: Variable 'oob_capabilities' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:322:2: style: Variable 'iters' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:313:0: note: Variable 'iters' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:322:2: note: Variable 'iters' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:323:2: style: Variable 'user_lower' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:312:0: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:323:2: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:324:2: style: Variable 'trusted_id' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-login.c:314:0: note: Variable 'trusted_id' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:324:2: note: Variable 'trusted_id' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-login.c:348:123: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:53:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:50:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:53:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:72:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:68:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:72:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:93:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:86:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:93:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:175:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:172:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:175:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:198:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:195:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:198:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:294:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:291:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:294:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:372:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints-share.c:369:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:372:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints-share.c:55:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:76:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:97:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:158:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:184:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:204:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:281:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:298:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:338:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:342:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:348:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:377:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints-share.c:420:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:52:2: style: Variable 'user_lower' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:50:0: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:52:2: note: Variable 'user_lower' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:49:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:178:2: style: Variable 'fields' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:175:0: note: Variable 'fields' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:178:2: note: Variable 'fields' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:236:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:233:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:236:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:270:2: style: Variable 'reply' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/endpoints.c:268:0: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:270:2: note: Variable 'reply' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/endpoints.c:53:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:63:114: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:70:149: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:84:104: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:87:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:161:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:188:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:193:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:202:33: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:206:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:216:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:222:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:236:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:255:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:258:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:279:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:339:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:348:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:353:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:396:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:423:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:480:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:485:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lastpass-cli-1.3.1/endpoints.c:266:134: style: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/endpoints.h:27:134: note: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:266:134: note: Function 'lastpass_pwchange_start' argument 4 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:291:33: style: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/endpoints.h:28:187: note: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/endpoints.c:291:33: note: Function 'lastpass_pwchange_complete' argument 6 names different: declaration 'pwchange_info' definition 'info'.
lastpass-cli-1.3.1/http.c:147:3: style: Variable 'spki_hash' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/http.c:146:0: note: Variable 'spki_hash' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/http.c:147:3: note: Variable 'spki_hash' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/http.c:238:16: style: The scope of the variable 'encoded_param' can be reduced. [variableScope]
lastpass-cli-1.3.1/http.c:241:14: style: The scope of the variable 'new_len' can be reduced. [variableScope]
lastpass-cli-1.3.1/http.c:208:50: style: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:21:50: note: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:208:50: note: Function 'http_post_add_params' argument 1 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:216:83: style: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:22:83: note: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:216:83: note: Function 'http_post_lastpass' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:330:105: style: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:23:105: note: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:330:105: note: Function 'http_post_lastpass_v' argument 4 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:93: style: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:24:93: note: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:93: note: Function 'http_post_lastpass_param_set' argument 3 names different: declaration 'len' definition 'final_len'.
lastpass-cli-1.3.1/http.c:346:127: style: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/http.h:25:31: note: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:346:127: note: Function 'http_post_lastpass_param_set' argument 4 names different: declaration 'params' definition 'param_set'.
lastpass-cli-1.3.1/http.c:228:15: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lastpass-cli-1.3.1/lpass.c:174:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/lpass.c:172:0: note: Variable 'env' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/lpass.c:174:2: note: Variable 'env' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/notes.c:144:56: style: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/notes.h:41:56: note: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'.
lastpass-cli-1.3.1/notes.c:144:56: note: Function 'notes_get_type_by_shortname' argument 1 names different: declaration 'shortname' definition 'type_str'.
lastpass-cli-1.3.1/password.c:329:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lastpass-cli-1.3.1/password.c:102:2: error: Returning/dereferencing 'password' after it is deallocated / released [deallocret]
lastpass-cli-1.3.1/pbkdf2.c:47:15: style: The scope of the variable 'cp_len' can be reduced. [variableScope]
lastpass-cli-1.3.1/process.c:127:0: error: #error "Please provide a pid_to_cmd for your platform" [preprocessorErrorDirective]
lastpass-cli-1.3.1/terminal.c:79:46: style: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/terminal.h:52:46: note: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'.
lastpass-cli-1.3.1/terminal.c:79:46: note: Function 'terminal_set_color_mode' argument 1 names different: declaration 'color_mode' definition 'mode'.
lastpass-cli-1.3.1/test/http_mock.c:161:2: style: Variable 'response' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/test/http_mock.c:159:0: note: Variable 'response' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/test/http_mock.c:161:2: note: Variable 'response' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:68:2: style: Variable 'base_path' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:64:0: note: Variable 'base_path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:68:2: note: Variable 'base_path' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:396:2: style: Variable 'pidstr' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:393:0: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:396:2: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:410:2: style: Variable 'pidstr' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/upload-queue.c:407:0: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/upload-queue.c:410:2: note: Variable 'pidstr' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/util.c:199:26: style: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/util.h:67:26: note: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'.
lastpass-cli-1.3.1/util.c:199:26: note: Function 'reallocarray' argument 1 names different: declaration 'ptr' definition 'optr'.
lastpass-cli-1.3.1/util.c:401:42: style: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'. [funcArgNamesDifferent]
lastpass-cli-1.3.1/util.h:91:42: note: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'.
lastpass-cli-1.3.1/util.c:401:42: note: Function 'xstrprepend' argument 2 names different: declaration 'suffix' definition 'prefix'.
lastpass-cli-1.3.1/xml.c:49:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:47:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:49:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:93:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:90:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:93:2: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:134:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
lastpass-cli-1.3.1/xml.c:131:0: note: Variable 'doc' is reassigned a value before the old one has been used.
lastpass-cli-1.3.1/xml.c:134:2: note: Variable 'doc' is reassigned a value before the old one has been used.
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lat/lat_1.2.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/late/late_0.1.0.orig.tar.gz
late-0.1.0/src/arch.cpp:63:7: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/arch.cpp:74:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/arch.cpp:83:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
late-0.1.0/src/point.h:31:3: warning: Member variable 'point::x' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:31:3: warning: Member variable 'point::y' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:59:3: warning: Member variable 'floatpoint::x' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/point.h:59:3: warning: Member variable 'floatpoint::y' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::package' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:89:12: warning: Member variable 'ball_base::condemned' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:93:12: warning: Member variable 'ball_base::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:93:12: warning: Member variable 'ball_base::condemned' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/ball.cpp:80:14: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
late-0.1.0/src/square.h:42:8: style: Technically the member function 'square::operator==' can be const. [functionConst]
late-0.1.0/src/square.h:47:7: style: Technically the member function 'square::area' can be const. [functionConst]
late-0.1.0/src/ball.h:116:16: style: Technically the member function 'ball::getserial' can be const. [functionConst]
late-0.1.0/src/point.h:44:3: style: Struct 'point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/point.h:67:3: style: Struct 'floatpoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:40:3: style: Class 'ball_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:106:3: style: Class 'ball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/ball.h:108:3: style: Class 'ball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/killerball.h:8:3: style: Class 'kball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/boringball.h:13:3: style: Class 'boringball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/splitball.h:37:3: style: Class 'splitball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/explosiveball.h:10:3: style: Class 'expball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/explosiveball.h:21:3: style: Class 'explosion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/chronoball.h:36:3: style: Class 'chronoball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:10:3: style: Class 'lifeup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:30:3: style: Class 'lazershot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:50:3: style: Class 'magnetitem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:70:3: style: Class 'bonus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/goody.h:90:3: style: Class 'brpu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/killerball.h:9:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/killerball.h:9:8: note: Function in derived class
late-0.1.0/src/killerball.h:10:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/killerball.h:10:8: note: Function in derived class
late-0.1.0/src/killerball.h:11:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/killerball.h:11:15: note: Function in derived class
late-0.1.0/src/killerball.h:12:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/killerball.h:12:16: note: Function in derived class
late-0.1.0/src/boringball.h:11:8: style: The function 'specialcollide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:93:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:11:8: note: Function in derived class
late-0.1.0/src/boringball.h:12:8: style: The function 'specialcollideb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:94:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:12:8: note: Function in derived class
late-0.1.0/src/boringball.h:14:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/boringball.h:14:16: note: Function in derived class
late-0.1.0/src/boringball.h:18:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:18:8: note: Function in derived class
late-0.1.0/src/boringball.h:19:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/boringball.h:19:8: note: Function in derived class
late-0.1.0/src/boringball.h:20:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/boringball.h:20:15: note: Function in derived class
late-0.1.0/src/splitball.h:32:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/splitball.h:32:16: note: Function in derived class
late-0.1.0/src/splitball.h:33:9: style: The function 'getmass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:61:17: note: Virtual function in base class
late-0.1.0/src/splitball.h:33:9: note: Function in derived class
late-0.1.0/src/splitball.h:34:8: style: The function 'specialcollide' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:93:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:34:8: note: Function in derived class
late-0.1.0/src/splitball.h:35:8: style: The function 'specialcollideb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:94:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:35:8: note: Function in derived class
late-0.1.0/src/splitball.h:38:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/splitball.h:38:8: note: Function in derived class
late-0.1.0/src/splitball.h:40:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/splitball.h:40:15: note: Function in derived class
late-0.1.0/src/explosiveball.h:11:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:11:8: note: Function in derived class
late-0.1.0/src/explosiveball.h:12:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:12:8: note: Function in derived class
late-0.1.0/src/explosiveball.h:13:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/explosiveball.h:13:15: note: Function in derived class
late-0.1.0/src/chronoball.h:32:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/chronoball.h:32:16: note: Function in derived class
late-0.1.0/src/chronoball.h:37:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/chronoball.h:37:8: note: Function in derived class
late-0.1.0/src/chronoball.h:38:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/chronoball.h:38:8: note: Function in derived class
late-0.1.0/src/chronoball.h:39:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/chronoball.h:39:15: note: Function in derived class
late-0.1.0/src/goody.h:11:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:11:16: note: Function in derived class
late-0.1.0/src/goody.h:15:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:15:8: note: Function in derived class
late-0.1.0/src/goody.h:16:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:16:15: note: Function in derived class
late-0.1.0/src/goody.h:17:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:17:7: note: Function in derived class
late-0.1.0/src/goody.h:18:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:18:7: note: Function in derived class
late-0.1.0/src/goody.h:22:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:22:8: note: Function in derived class
late-0.1.0/src/goody.h:23:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:23:8: note: Function in derived class
late-0.1.0/src/goody.h:31:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:31:16: note: Function in derived class
late-0.1.0/src/goody.h:35:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:35:8: note: Function in derived class
late-0.1.0/src/goody.h:36:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:36:15: note: Function in derived class
late-0.1.0/src/goody.h:37:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:37:7: note: Function in derived class
late-0.1.0/src/goody.h:38:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:38:7: note: Function in derived class
late-0.1.0/src/goody.h:42:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:42:8: note: Function in derived class
late-0.1.0/src/goody.h:43:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:43:8: note: Function in derived class
late-0.1.0/src/goody.h:51:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:51:16: note: Function in derived class
late-0.1.0/src/goody.h:55:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:55:8: note: Function in derived class
late-0.1.0/src/goody.h:56:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:56:15: note: Function in derived class
late-0.1.0/src/goody.h:57:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:57:7: note: Function in derived class
late-0.1.0/src/goody.h:58:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:58:7: note: Function in derived class
late-0.1.0/src/goody.h:62:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:62:8: note: Function in derived class
late-0.1.0/src/goody.h:63:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:63:8: note: Function in derived class
late-0.1.0/src/goody.h:71:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:71:16: note: Function in derived class
late-0.1.0/src/goody.h:75:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:75:8: note: Function in derived class
late-0.1.0/src/goody.h:76:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:76:15: note: Function in derived class
late-0.1.0/src/goody.h:77:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:77:7: note: Function in derived class
late-0.1.0/src/goody.h:78:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:78:7: note: Function in derived class
late-0.1.0/src/goody.h:82:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:82:8: note: Function in derived class
late-0.1.0/src/goody.h:83:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:83:8: note: Function in derived class
late-0.1.0/src/goody.h:91:16: style: The function 'getradius' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:53:24: note: Virtual function in base class
late-0.1.0/src/goody.h:91:16: note: Function in derived class
late-0.1.0/src/goody.h:95:8: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:95:16: note: Virtual function in base class
late-0.1.0/src/goody.h:95:8: note: Function in derived class
late-0.1.0/src/goody.h:96:15: style: The function 'duplicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:97:23: note: Virtual function in base class
late-0.1.0/src/goody.h:96:15: note: Function in derived class
late-0.1.0/src/goody.h:97:7: style: The function 'hitchopper' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:78:15: note: Virtual function in base class
late-0.1.0/src/goody.h:97:7: note: Function in derived class
late-0.1.0/src/goody.h:98:7: style: The function 'ishostile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:82:15: note: Virtual function in base class
late-0.1.0/src/goody.h:98:7: note: Function in derived class
late-0.1.0/src/goody.h:102:8: style: The function 'exploded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:86:16: note: Virtual function in base class
late-0.1.0/src/goody.h:102:8: note: Function in derived class
late-0.1.0/src/goody.h:103:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
late-0.1.0/src/ball.h:90:16: note: Virtual function in base class
late-0.1.0/src/goody.h:103:8: note: Function in derived class
late-0.1.0/src/explosiveball.cpp:60:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/explosiveball.h:22:8: style: Technically the member function 'explosion::display' can be const. [functionConst]
late-0.1.0/src/explosiveball.cpp:63:18: note: Technically the member function 'explosion::display' can be const.
late-0.1.0/src/explosiveball.h:22:8: note: Technically the member function 'explosion::display' can be const.
late-0.1.0/src/game.cpp:777:16: style: The scope of the variable 'newticks' can be reduced. [variableScope]
late-0.1.0/src/game.cpp:229:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:232:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:234:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:268:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:283:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:287:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:316:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:344:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:370:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:385:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:401:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:484:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:506:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:507:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:528:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:530:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:540:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:565:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:577:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:613:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:696:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/game.cpp:721:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/player.h:15:8: style: Technically the member function 'player::getdirection' can be const. [functionConst]
late-0.1.0/src/magnet.h:14:3: style: Class 'magnet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
late-0.1.0/src/graphics.cpp:132:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
late-0.1.0/src/graphics.cpp:148:17: style: The scope of the variable 'frame' can be reduced. [variableScope]
late-0.1.0/src/graphics.cpp:217:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/highscores.cpp:38:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/highscores.cpp:50:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/magnet.cpp:22:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
late-0.1.0/src/magnet.cpp:15:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/magnet.h:25:8: style: Technically the member function 'magnetpair::display' can be const. [functionConst]
late-0.1.0/src/magnet.cpp:62:18: note: Technically the member function 'magnetpair::display' can be const.
late-0.1.0/src/magnet.h:25:8: note: Technically the member function 'magnetpair::display' can be const.
late-0.1.0/src/menu.h:44:10: style: Technically the member function 'menu::get_discription' can be const. [functionConst]
late-0.1.0/src/menu.cpp:69:14: note: Technically the member function 'menu::get_discription' can be const.
late-0.1.0/src/menu.h:44:10: note: Technically the member function 'menu::get_discription' can be const.
late-0.1.0/src/menu.cpp:36:29: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:41:30: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:53:33: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:58:33: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
late-0.1.0/src/menu.cpp:58:56: performance: Function parameter 'discription' should be passed by const reference. [passedByValue]
late-0.1.0/src/player.h:12:9: style: Technically the member function 'player::getcenter' can be const. [functionConst]
late-0.1.0/src/player.cpp:33:15: note: Technically the member function 'player::getcenter' can be const.
late-0.1.0/src/player.h:12:9: note: Technically the member function 'player::getcenter' can be const.
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::lazerset' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::speed' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::direction' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:42:9: warning: Member variable 'slicer::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:51:9: warning: Member variable 'slicer::cuttime' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:51:9: warning: Member variable 'slicer::boundary' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/slicer.cpp:59:3: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
late-0.1.0/src/splitball.cpp:72:19: style: The scope of the variable 'tempball' can be reduced. [variableScope]
late-0.1.0/src/splitball.cpp:132:15: style: The scope of the variable 'tempball' can be reduced. [variableScope]
late-0.1.0/src/stripmaker.c:56:3: warning: snprintf format string requires 1 parameter but 2 are given. [wrongPrintfScanfArgNum]
late-0.1.0/src/text.cpp:33:3: warning: Member variable 'font::bitmaprange' is not initialized in the constructor. [uninitMemberVar]
late-0.1.0/src/text.cpp:34:3: style: Class 'font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/latencytop/latencytop_0.5.orig.tar.gz
latencytop-0.5/fsync.c:119:24: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/fsync.c:316:6: style: The scope of the variable 'key' can be reduced. [variableScope]
latencytop-0.5/fsync.c:195:6: style: Unused variable: midy [unusedVariable]
latencytop-0.5/gtk_display.c:109:6: style: The scope of the variable 'preferred' can be reduced. [variableScope]
latencytop-0.5/gtk_display.c:176:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:545:6: style: Condition '!use_gtk' is always true [knownConditionTrueFalse]
latencytop-0.5/latencytop.c:535:19: note: Assignment 'use_gtk=0', assigned value is 0
latencytop-0.5/latencytop.c:545:6: note: Condition '!use_gtk' is always true
latencytop-0.5/latencytop.c:263:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/latencytop.c:281:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/latencytop.c:56:23: style: The scope of the variable 'line2' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:76:23: style: The scope of the variable 'line2' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:185:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:202:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:235:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:399:10: style: The scope of the variable 'q' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:419:10: style: The scope of the variable 'q' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:478:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/latencytop.c:490:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
latencytop-0.5/text_display.c:273:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
latencytop-0.5/text_display.c:145:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latencytop-0.5/text_display.c:135:0: note: Variable 'start' is reassigned a value before the old one has been used.
latencytop-0.5/text_display.c:145:2: note: Variable 'start' is reassigned a value before the old one has been used.
latencytop-0.5/text_display.c:111:23: style: The scope of the variable 'line' can be reduced. [variableScope]
latencytop-0.5/text_display.c:257:18: style: The scope of the variable 'proc' can be reduced. [variableScope]
latencytop-0.5/text_display.c:324:6: style: The scope of the variable 'key' can be reduced. [variableScope]
latencytop-0.5/translate.c:116:10: warning: Size of pointer 'trans' used instead of size of its data. [pointerSize]
latencytop-0.5/translate.c:57:2: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/latex-beamer/latex-beamer_3.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex-cjk-japanese-wadalab/latex-cjk-japanese-wadalab_0.20050817.orig.tar.gz
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:102:19: style: The scope of the variable 'len' can be reduced. [variableScope]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:102:7: style: Unused variable: kcode_low [unusedVariable]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:230:11: style: Unused variable: len [unusedVariable]
latex-cjk-japanese-wadalab-0.20050817.orig/wftodm.c:230:15: style: Unused variable: charlen [unusedVariable]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/latex-coffee-stains/latex-coffee-stains_5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex-make/latex-make_2.2.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex-mk/latex-mk_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex-sanskrit/latex-sanskrit_2.2.orig.tar.gz
latex-sanskrit-2.2/skt.c:1015:18: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
latex-sanskrit-2.2/skt.c:2283:62: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2284:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2285:52: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2349:59: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2350:50: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2351:43: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2355:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2356:51: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2361:59: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2362:50: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2363:63: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2367:60: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:2368:70: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
latex-sanskrit-2.2/skt.c:267:6: style: The scope of the variable 'c' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:267:12: style: The scope of the variable 'e' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:402:25: style: The scope of the variable 'j' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:433:19: style: The scope of the variable 'c' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:433:21: style: The scope of the variable 'd' can be reduced. [variableScope]
latex-sanskrit-2.2/skt.c:335:7: style: Unused variable: p [unusedVariable]
latex-sanskrit-2.2/skt.c:1475:7: style: Unused variable: p [unusedVariable]
latex-sanskrit-2.2/skt.c:161:32: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:162:33: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:164:32: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
latex-sanskrit-2.2/skt.c:2283:33: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2284:33: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2285:15: warning: Conversion of char literal '~' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2295:4: warning: Conversion of char literal 'n' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2332:51: warning: Conversion of char literal 'i' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2333:21: warning: Conversion of char literal 'i' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2334:51: warning: Conversion of char literal 'E' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2335:21: warning: Conversion of char literal 'E' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2338:4: warning: Conversion of char literal 'a' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2338:34: warning: Conversion of char literal 'u' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2339:4: warning: Conversion of char literal 'e' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2339:34: warning: Conversion of char literal 'o' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2341:4: warning: Conversion of char literal 'A' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2341:34: warning: Conversion of char literal 'I' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2342:4: warning: Conversion of char literal 'U' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2342:34: warning: Conversion of char literal 'O' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2344:4: warning: Conversion of char literal '\26' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2349:34: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2350:29: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2351:14: warning: Conversion of char literal 'w' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2355:29: warning: Conversion of char literal 'W' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2356:14: warning: Conversion of char literal 'W' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2361:34: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2362:29: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2363:14: warning: Conversion of char literal 'x' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2367:29: warning: Conversion of char literal 'X' to bool always evaluates to true. [incorrectCharBooleanError]
latex-sanskrit-2.2/skt.c:2368:14: warning: Conversion of char literal 'X' to bool always evaluates to true. [incorrectCharBooleanError]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/latex-xcolor/latex-xcolor_2.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex209/latex209_25.mar.1992.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex2html/latex2html_2018.2-debian1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latex2rtf/latex2rtf_2.3.8.orig.tar.gz
latex2rtf-2.3.8/acronyms.c:323:5: style: Variable 'acDef' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acDef' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:323:5: note: Variable 'acDef' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:324:5: style: Variable 'acShort' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acShort' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:324:5: note: Variable 'acShort' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:325:5: style: Variable 'acLong' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:320:0: note: Variable 'acLong' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:325:5: note: Variable 'acLong' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:454:5: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:447:0: note: Variable 'found' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:454:5: note: Variable 'found' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:509:5: style: Variable 'acronym' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/acronyms.c:507:0: note: Variable 'acronym' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:509:5: note: Variable 'acronym' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/acronyms.c:184:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/biblio.c:81:29: style: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'. [funcArgNamesDifferent]
latex2rtf-2.3.8/biblio.h:18:29: note: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'.
latex2rtf-2.3.8/biblio.c:81:29: note: Function 'getBiblio' argument 1 names different: declaration 'cite' definition 'key'.
latex2rtf-2.3.8/cfg.c:461:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/cfg.c:460:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/cfg.c:461:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/cfg.c:288:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
latex2rtf-2.3.8/cfg.c:289:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
latex2rtf-2.3.8/cfg.c:359:32: style: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'. [funcArgNamesDifferent]
latex2rtf-2.3.8/cfg.h:40:42: note: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'.
latex2rtf-2.3.8/cfg.c:359:32: note: Function 'SearchCfgRtf' argument 1 names different: declaration 'theCommand' definition 'theTexCommand'.
latex2rtf-2.3.8/cfg.c:359:51: style: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'. [funcArgNamesDifferent]
latex2rtf-2.3.8/cfg.h:40:58: note: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'.
latex2rtf-2.3.8/cfg.c:359:51: note: Function 'SearchCfgRtf' argument 2 names different: declaration 'WhichArray' definition 'WhichCfg'.
latex2rtf-2.3.8/chars.c:1283:25: error: Array 'num[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/chars.c:1277:9: note: After for loop, i has value 4
latex2rtf-2.3.8/chars.c:1283:25: note: Array index out of bounds
latex2rtf-2.3.8/chars.c:1284:12: error: Array 'num[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/chars.c:1277:9: note: After for loop, i has value 4
latex2rtf-2.3.8/chars.c:1284:12: note: Array index out of bounds
latex2rtf-2.3.8/chars.c:1250:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/chars.c:1250:18: style: The scope of the variable 't' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1133:9: style: The scope of the variable 'iCommand' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1134:11: style: The scope of the variable 'macro_string' can be reduced. [variableScope]
latex2rtf-2.3.8/commands.c:1188:10: style: The scope of the variable 'unknown_environment' can be reduced. [variableScope]
latex2rtf-2.3.8/convert.c:82:10: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/convert.c:57:34: warning: Char literal compared with pointer 'string'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
latex2rtf-2.3.8/counters.c:96:30: style: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'. [funcArgNamesDifferent]
latex2rtf-2.3.8/counters.h:1:31: note: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'.
latex2rtf-2.3.8/counters.c:96:30: note: Function 'setCounter' argument 2 names different: declaration 'd' definition 'n'.
latex2rtf-2.3.8/definitions.c:153:31: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: macro_piece. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:152:19: note: Assignment 'macro_piece=dmacro', assigned value is 0
latex2rtf-2.3.8/definitions.c:153:31: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:162:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:162:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:164:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:164:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:168:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:168:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:170:25: warning: Either the condition 'if(dmacro)' is redundant or there is possible null pointer dereference: dmacro. [nullPointerRedundantCheck]
latex2rtf-2.3.8/definitions.c:242:8: note: Assuming that condition 'if(dmacro)' is not redundant
latex2rtf-2.3.8/definitions.c:170:25: note: Null pointer dereference
latex2rtf-2.3.8/definitions.c:125:16: style: The scope of the variable 'param' can be reduced. [variableScope]
latex2rtf-2.3.8/definitions.c:654:19: style: The scope of the variable 'num' can be reduced. [variableScope]
latex2rtf-2.3.8/definitions.c:569:41: style: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'. [funcArgNamesDifferent]
latex2rtf-2.3.8/definitions.h:11:43: note: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'.
latex2rtf-2.3.8/definitions.c:569:41: note: Function 'expandEnvironment' argument 2 names different: declaration 'starting' definition 'code'.
latex2rtf-2.3.8/direct.c:46:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/encodings.c:223:31: style: Same expression on both sides of '&&'. [duplicateExpression]
latex2rtf-2.3.8/equations.c:894:5: style: Variable 'power' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/equations.c:892:0: note: Variable 'power' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:894:5: note: Variable 'power' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:895:5: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/equations.c:891:0: note: Variable 'root' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:895:5: note: Variable 'root' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/equations.c:604:10: style: The scope of the variable 'cNext' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1228:10: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1511:11: style: The scope of the variable 'v_align' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1511:33: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1512:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/equations.c:1698:24: style: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'. [funcArgNamesDifferent]
latex2rtf-2.3.8/equations.h:45:24: note: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'.
latex2rtf-2.3.8/equations.c:1698:24: note: Function 'CmdSlashSlash' argument 1 names different: declaration 'code' definition 'height'.
latex2rtf-2.3.8/fields.c:115:12: warning: Either the condition 'g_field_depth>=20' is redundant or the array 'g_field[20]' is accessed at index 20, which is out of bounds. [arrayIndexOutOfBoundsCond]
latex2rtf-2.3.8/fields.c:116:23: note: Assuming that condition 'g_field_depth>=20' is not redundant
latex2rtf-2.3.8/fields.c:115:12: note: Array index out of bounds
latex2rtf-2.3.8/fonts.c:111:11: style: The scope of the variable 'font_type' can be reduced. [variableScope]
latex2rtf-2.3.8/fonts.c:111:23: style: The scope of the variable 'font_name' can be reduced. [variableScope]
latex2rtf-2.3.8/fonts.c:112:9: style: The scope of the variable 'font_id' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1348:6: error: Array 't[100]' accessed at index 100, which is out of bounds. [arrayIndexOutOfBounds]
latex2rtf-2.3.8/funct1.c:1344:5: note: After for loop, i has value 100
latex2rtf-2.3.8/funct1.c:1348:6: note: Array index out of bounds
latex2rtf-2.3.8/funct1.c:72:50: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:219:17: style: The scope of the variable 'option' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:15: style: The scope of the variable 's2' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:20: style: The scope of the variable 's3' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:726:25: style: The scope of the variable 's4' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:770:15: style: The scope of the variable 's1' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:772:9: style: The scope of the variable 'num' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:940:9: style: The scope of the variable 'vspace' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1144:11: style: The scope of the variable 'verbatim_text' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:11: style: The scope of the variable 'figure_contents' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:29: style: The scope of the variable 'lines' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:37: style: The scope of the variable 'position' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1531:48: style: The scope of the variable 'width' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:1647:15: style: The scope of the variable 'p3' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:2388:19: style: The scope of the variable 'text' can be reduced. [variableScope]
latex2rtf-2.3.8/funct1.c:2388:35: style: The scope of the variable 'text1' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.h:62:20: warning: Either the condition 'pre' is redundant or there is possible null pointer dereference: s1. [nullPointerRedundantCheck]
latex2rtf-2.3.8/graphics.c:1923:9: note: Assuming that condition 'pre' is not redundant
latex2rtf-2.3.8/graphics.c:1951:20: note: Calling function 'streq', 1st argument 's1' value is 0
latex2rtf-2.3.8/utils.h:62:20: note: Null pointer dereference
latex2rtf-2.3.8/graphics.c:1712:9: style: Variable 'eps_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/graphics.c:1711:0: note: Variable 'eps_file_name' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/graphics.c:1712:9: note: Variable 'eps_file_name' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/graphics.c:540:16: style: The scope of the variable 'x' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:17: style: The scope of the variable 'pdf' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:23: style: The scope of the variable 'eps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:29: style: The scope of the variable 'out' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1417:35: style: The scope of the variable 'tmp_dir' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1465:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:11: style: The scope of the variable 'png' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:17: style: The scope of the variable 'ps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:22: style: The scope of the variable 'eps' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:28: style: The scope of the variable 'out' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1490:34: style: The scope of the variable 'tmp_dir' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1591:9: style: The scope of the variable 'thechar' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1873:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:1873:13: style: The scope of the variable 'half' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2020:11: style: The scope of the variable 'x' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2020:15: style: The scope of the variable 'newpath' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2220:21: style: The scope of the variable 'options2' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2223:12: style: The scope of the variable 'baseline' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:2243:13: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/graphics.c:78:14: style: struct member '_WindowsMetaHeader::FileType' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:79:14: style: struct member '_WindowsMetaHeader::HeaderSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:80:14: style: struct member '_WindowsMetaHeader::Version' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:81:14: style: struct member '_WindowsMetaHeader::FileSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:82:14: style: struct member '_WindowsMetaHeader::NumOfObjects' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:83:14: style: struct member '_WindowsMetaHeader::MaxRecordSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:84:14: style: struct member '_WindowsMetaHeader::NumOfParams' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:88:14: style: struct member '_PlaceableMetaHeader::Key' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:89:14: style: struct member '_PlaceableMetaHeader::Handle' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:90:13: style: struct member '_PlaceableMetaHeader::Left' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:91:13: style: struct member '_PlaceableMetaHeader::Top' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:92:13: style: struct member '_PlaceableMetaHeader::Right' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:93:13: style: struct member '_PlaceableMetaHeader::Bottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:94:14: style: struct member '_PlaceableMetaHeader::Inch' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:95:14: style: struct member '_PlaceableMetaHeader::Reserved' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:96:14: style: struct member '_PlaceableMetaHeader::Checksum' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:100:14: style: struct member '_EnhancedMetaHeader::RecordType' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:101:14: style: struct member '_EnhancedMetaHeader::RecordSize' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:102:13: style: struct member '_EnhancedMetaHeader::BoundsLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:103:13: style: struct member '_EnhancedMetaHeader::BoundsTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:104:13: style: struct member '_EnhancedMetaHeader::BoundsRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:105:13: style: struct member '_EnhancedMetaHeader::BoundsBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:106:13: style: struct member '_EnhancedMetaHeader::FrameLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:107:13: style: struct member '_EnhancedMetaHeader::FrameTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:108:13: style: struct member '_EnhancedMetaHeader::FrameRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:109:13: style: struct member '_EnhancedMetaHeader::FrameBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:110:14: style: struct member '_EnhancedMetaHeader::Signature' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:111:14: style: struct member '_EnhancedMetaHeader::Version' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:112:14: style: struct member '_EnhancedMetaHeader::Size' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:113:14: style: struct member '_EnhancedMetaHeader::NumOfRecords' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:114:14: style: struct member '_EnhancedMetaHeader::NumOfHandles' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:115:14: style: struct member '_EnhancedMetaHeader::Reserved' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:116:14: style: struct member '_EnhancedMetaHeader::SizeOfDescrip' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:117:14: style: struct member '_EnhancedMetaHeader::OffsOfDescrip' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:118:14: style: struct member '_EnhancedMetaHeader::NumPalEntries' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:119:13: style: struct member '_EnhancedMetaHeader::WidthDevPixels' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:120:13: style: struct member '_EnhancedMetaHeader::HeightDevPixels' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:121:13: style: struct member '_EnhancedMetaHeader::WidthDevMM' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:122:13: style: struct member '_EnhancedMetaHeader::HeightDevMM' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:133:14: style: struct member '_GdiCommentMultiFormats::Identifier' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:134:14: style: struct member '_GdiCommentMultiFormats::Comment' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:135:13: style: struct member '_GdiCommentMultiFormats::BoundsLeft' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:136:13: style: struct member '_GdiCommentMultiFormats::BoundsRight' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:137:13: style: struct member '_GdiCommentMultiFormats::BoundsTop' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:138:13: style: struct member '_GdiCommentMultiFormats::BoundsBottom' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:139:14: style: struct member '_GdiCommentMultiFormats::NumFormats' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:140:16: style: struct member '_GdiCommentMultiFormats::Data' is never used. [unusedStructMember]
latex2rtf-2.3.8/graphics.c:1098:11: style: Unused variable: s [unusedVariable]
latex2rtf-2.3.8/graphics.c:1650:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
latex2rtf-2.3.8/graphics.c:1654:17: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
latex2rtf-2.3.8/graphics.c:1714:61: error: Uninitialized variable: bmoffset [uninitvar]
latex2rtf-2.3.8/ignore.c:188:31: style: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'. [funcArgNamesDifferent]
latex2rtf-2.3.8/ignore.h:2:31: note: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'.
latex2rtf-2.3.8/ignore.c:188:31: note: Function 'Ignore_Environment' argument 1 names different: declaration 'endstring' definition 'cCommand'.
latex2rtf-2.3.8/main.c:973:6: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
latex2rtf-2.3.8/main.c:974:11: note: Assuming that condition 's==NULL' is not redundant
latex2rtf-2.3.8/main.c:973:6: note: Null pointer dereference
latex2rtf-2.3.8/main.c:320:17: style: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
latex2rtf-2.3.8/main.c:319:17: note: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable.
latex2rtf-2.3.8/main.c:320:17: note: Variable 'g_safety_braces' is reassigned a value before the old one has been used if variable is no semaphore variable.
latex2rtf-2.3.8/main.c:972:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/main.c:968:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/main.c:972:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/main.c:599:16: style: The scope of the variable 'first' can be reduced. [variableScope]
latex2rtf-2.3.8/main.c:603:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/main.c:904:10: style: The scope of the variable 'pathsep_str' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:139:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:356:10: style: The scope of the variable 'name' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:357:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/parser.c:942:22: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1367:5: style: Variable 'AlternText' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/preamble.c:1365:0: note: Variable 'AlternText' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/preamble.c:1367:5: note: Variable 'AlternText' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/preamble.c:89:29: style: The scope of the variable 'comma' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:559:11: style: The scope of the variable 'options' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1188:11: style: The scope of the variable 'font_name' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1223:17: style: The scope of the variable 'rtf' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:1261:9: style: The scope of the variable 'n' can be reduced. [variableScope]
latex2rtf-2.3.8/preamble.c:239:32: style: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'. [funcArgNamesDifferent]
latex2rtf-2.3.8/preamble.c:79:32: note: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'.
latex2rtf-2.3.8/preamble.c:239:32: note: Function 'setPaperSize' argument 1 names different: declaration 'size' definition 'option'.
latex2rtf-2.3.8/preamble.c:776:29: style: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'. [funcArgNamesDifferent]
latex2rtf-2.3.8/preamble.c:85:29: note: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'.
latex2rtf-2.3.8/preamble.c:776:29: note: Function 'ExecGeomOptions' argument 1 names different: declaration 'option' definition 'key'.
latex2rtf-2.3.8/preparse.c:58:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/preparse.c:165:17: style: The scope of the variable 'cThis' can be reduced. [variableScope]
latex2rtf-2.3.8/stack.c:83:10: warning: Either the condition 'top>=10000' is redundant or the array 'stack[10000]' is accessed at index 10000, which is out of bounds. [arrayIndexOutOfBoundsCond]
latex2rtf-2.3.8/stack.c:85:13: note: Assuming that condition 'top>=10000' is not redundant
latex2rtf-2.3.8/stack.c:83:10: note: Array index out of bounds
latex2rtf-2.3.8/stack.c:46:12: style: The scope of the variable 'lev' can be reduced. [variableScope]
latex2rtf-2.3.8/stack.c:46:17: style: The scope of the variable 'brack' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:107:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
latex2rtf-2.3.8/tables.c:984:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
latex2rtf-2.3.8/tables.c:981:23: note: outer condition: begins>ends
latex2rtf-2.3.8/tables.c:984:24: note: identical inner condition: begins>ends
latex2rtf-2.3.8/tables.c:447:42: style: Redundant condition: *s=='&'. '*s!='&' || (*s=='&' && escaped)' is equivalent to '*s!='&' || escaped' [redundantCondition]
latex2rtf-2.3.8/tables.c:502:16: warning: Either the condition 'cell!=NULL' is redundant or there is possible null pointer dereference: cell. [nullPointerRedundantCheck]
latex2rtf-2.3.8/tables.c:770:18: note: Assuming that condition 'cell!=NULL' is not redundant
latex2rtf-2.3.8/tables.c:763:32: note: Calling function 'TabularMultiParameters', 1st argument 'cell' value is 0
latex2rtf-2.3.8/tables.c:502:16: note: Null pointer dereference
latex2rtf-2.3.8/tables.c:557:5: style: Variable 'cline' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/tables.c:555:0: note: Variable 'cline' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/tables.c:557:5: note: Variable 'cline' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/tables.c:554:15: style: The scope of the variable 'm' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:624:27: style: The scope of the variable 'left_border' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:624:40: style: The scope of the variable 'right_border' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:627:9: style: The scope of the variable 'top' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:627:14: style: The scope of the variable 'bottom' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:794:9: style: The scope of the variable 'len' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:33: style: The scope of the variable 'first_row' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:44: style: The scope of the variable 'begins' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:919:52: style: The scope of the variable 'ends' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:926:15: style: The scope of the variable 'tabular_layout' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:982:19: style: The scope of the variable 'table2' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:982:28: style: The scope of the variable 'table3' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1083:10: style: The scope of the variable 'endchar' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1191:25: style: The scope of the variable 'cell' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1348:12: style: The scope of the variable 'n_total' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1349:45: style: The scope of the variable 'row_start' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1425:11: style: The scope of the variable 'location' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1425:22: style: The scope of the variable 'table_contents' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1518:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/tables.c:1711:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.c:587:10: style: The scope of the variable 'c' can be reduced. [variableScope]
latex2rtf-2.3.8/utils.c:116:30: style: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:35:32: note: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'.
latex2rtf-2.3.8/utils.c:116:30: note: Function 'my_strndup' argument 1 names different: declaration 's' definition 'src'.
latex2rtf-2.3.8/utils.c:239:37: style: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:41:39: note: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'.
latex2rtf-2.3.8/utils.c:239:37: note: Function 'strdup_nobadchars' argument 1 names different: declaration 's' definition 'text'.
latex2rtf-2.3.8/utils.c:523:28: style: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'. [funcArgNamesDifferent]
latex2rtf-2.3.8/utils.h:47:29: note: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'.
latex2rtf-2.3.8/utils.c:523:28: note: Function 'keyvalue_pair' argument 1 names different: declaration 't' definition 's'.
latex2rtf-2.3.8/vertical.c:578:8: style: The scope of the variable 'sizeParam' can be reduced. [variableScope]
latex2rtf-2.3.8/vertical.c:611:11: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:772:5: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:769:0: note: Variable 'option' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:772:5: note: Variable 'option' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1341:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:1339:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1341:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1986:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:1984:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:1986:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2071:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:2069:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2071:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2371:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
latex2rtf-2.3.8/xrefs.c:2369:0: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:2371:5: note: Variable 's' is reassigned a value before the old one has been used.
latex2rtf-2.3.8/xrefs.c:526:9: style: The scope of the variable 'amount' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:527:9: style: The scope of the variable 'i' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:664:22: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:767:9: style: The scope of the variable 'brace' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:768:35: style: The scope of the variable 'p' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:1694:15: style: The scope of the variable 's' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:2094:12: style: The scope of the variable 'month' can be reduced. [variableScope]
latex2rtf-2.3.8/xrefs.c:273:12: error: Array 'buffer[4096]' accessed at index 4096, which is out of bounds. [arrayIndexOutOfBounds]
[02:20]

ftp://ftp.se.debian.org/debian/pool/main/l/latexdiff/latexdiff_1.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latexdraw/latexdraw_3.3.8+ds1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latexila/latexila_3.22.0.orig.tar.xz
latexila-3.22.0/src/app_settings.c:793:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/app_settings.c:796:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/app_settings.c:792:14: note: Assignment '_tmp16_=doc', assigned value is 0
latexila-3.22.0/src/app_settings.c:793:14: note: Null pointer dereference
latexila-3.22.0/src/app_settings.c:862:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
latexila-3.22.0/src/app_settings.c:865:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/app_settings.c:861:14: note: Assignment '_tmp15_=doc', assigned value is 0
latexila-3.22.0/src/app_settings.c:862:14: note: Null pointer dereference
latexila-3.22.0/src/app_settings.c:169:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:168:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:169:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:190:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:187:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:190:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:193:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:192:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:193:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:213:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:205:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:213:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:214:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:206:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:214:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:215:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:207:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:215:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:216:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:208:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:216:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:219:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:209:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:219:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:220:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:210:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:220:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:223:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:222:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:223:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:245:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:245:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:246:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:246:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:247:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:238:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:247:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:248:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:235:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:248:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:249:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:240:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:249:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:253:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:251:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:253:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:254:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:252:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:254:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:260:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:258:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:260:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:261:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:259:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:261:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:287:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:279:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:287:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:288:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:280:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:288:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:321:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:308:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:321:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:322:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:309:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:322:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:323:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:310:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:323:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:324:2: style: Variable 'scheme_id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:307:0: note: Variable 'scheme_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:324:2: note: Variable 'scheme_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:325:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:312:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:325:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:326:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:313:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:326:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:327:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:311:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:327:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:328:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:315:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:328:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:329:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:316:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:329:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:330:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:330:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:331:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:331:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:332:2: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:314:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:332:2: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:344:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:335:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:344:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:345:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:336:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:345:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:346:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:337:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:346:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:347:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:338:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:347:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:400:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:400:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:401:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:397:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:401:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:414:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:405:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:414:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:415:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:406:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:415:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:416:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:407:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:416:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:417:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:408:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:417:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:463:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:469:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:469:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:470:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:470:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:471:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:462:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:471:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:483:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:474:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:483:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:484:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:475:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:484:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:485:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:476:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:485:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:486:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:477:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:486:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:532:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:533:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:539:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:534:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:539:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:540:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:531:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:540:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:552:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:543:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:552:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:553:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:553:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:554:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:545:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:554:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:555:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:546:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:555:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:606:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:601:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:606:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:607:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:602:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:607:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:608:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:603:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:608:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:609:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:600:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:609:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:621:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:612:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:621:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:622:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:613:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:622:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:623:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:614:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:623:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:624:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:615:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:624:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:675:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:670:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:675:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:676:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:671:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:676:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:677:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:672:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:677:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:678:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:669:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:678:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:690:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:681:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:690:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:691:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:682:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:691:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:692:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:683:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:692:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:693:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:684:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:693:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:745:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:745:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:746:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:741:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:746:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:747:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:738:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:747:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:759:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:750:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:759:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:760:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:751:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:760:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:761:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:752:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:761:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:762:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:753:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:762:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:814:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:810:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:814:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:815:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:811:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:815:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:828:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:819:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:828:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:829:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:820:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:829:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:830:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:821:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:830:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:831:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:822:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:831:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:896:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:879:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:896:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:897:2: style: Variable 'prefs' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:878:0: note: Variable 'prefs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:897:2: note: Variable 'prefs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:898:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:880:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:898:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:947:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:947:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:948:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:939:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:948:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:949:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:940:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:949:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:950:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:950:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:993:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:991:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:993:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1003:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:1000:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1003:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1004:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/app_settings.c:1001:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/app_settings.c:1004:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:81:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:69:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:81:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:83:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:71:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:83:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:84:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:72:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:84:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:85:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:70:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:85:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:90:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:74:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:90:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:92:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:73:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:92:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:94:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:75:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:94:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:95:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:76:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:95:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:128:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:135:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:127:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:135:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:129:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:130:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:142:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/bottom_panel.c:131:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/bottom_panel.c:142:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:246:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:227:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:246:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:228:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:248:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:229:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:248:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:271:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:264:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:271:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:272:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:265:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:272:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:274:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:266:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:274:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:275:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:267:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:275:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:277:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:268:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:277:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:278:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:269:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:278:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:280:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:270:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:280:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:285:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:283:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:285:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:286:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:284:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:286:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:331:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:331:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:333:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:333:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:334:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:321:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:334:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:335:2: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:317:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:335:2: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:336:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:322:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:336:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:338:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:323:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:338:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:340:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:325:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:340:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:342:2: style: Variable 'apply' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:324:0: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:342:2: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:343:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:327:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:343:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:357:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:346:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:357:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:358:3: style: Variable 'new_build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:345:0: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:358:3: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:359:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:347:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:359:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:360:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:348:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:360:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:362:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:350:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:362:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:364:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:352:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:364:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:365:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:353:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:365:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:391:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:385:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:391:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:393:2: style: Variable 'apply' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:384:0: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:393:2: note: Variable 'apply' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:394:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:387:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:394:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:404:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:397:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:404:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:405:3: style: Variable 'new_build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:396:0: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:405:3: note: Variable 'new_build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:406:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:398:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:406:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:408:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:400:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:408:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:409:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:401:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:409:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:410:3: style: Variable 'build_tools' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:399:0: note: Variable 'build_tools' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:410:3: note: Variable 'build_tools' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:411:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:402:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:411:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:412:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:403:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:412:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:426:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:471:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:511:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:502:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:511:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:513:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:501:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:513:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:514:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:504:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:514:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:515:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:505:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:515:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:516:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:506:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:516:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:517:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:507:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:517:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:523:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:524:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:568:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:560:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:568:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:569:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:569:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:571:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:559:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:571:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:572:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:563:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:572:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:573:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:564:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:573:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:574:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:565:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:574:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:594:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:586:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:594:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:595:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:587:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:595:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:597:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:585:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:597:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:598:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:589:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:598:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:599:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:590:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:599:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:600:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:591:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:600:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:641:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:611:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:641:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:656:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:655:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:656:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:728:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:727:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:728:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:743:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:745:2: style: Variable 'new_job' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:742:0: note: Variable 'new_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:745:2: note: Variable 'new_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:764:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:761:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:764:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:766:2: style: Variable 'add_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:760:0: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:766:2: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:768:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:762:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:768:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:771:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:759:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:771:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:801:2: style: Variable 'row_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:797:0: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:801:2: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:818:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:814:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:818:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:820:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:812:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:820:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:826:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:824:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:826:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:827:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:825:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:827:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:850:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:841:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:850:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:854:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:842:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:854:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:857:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:843:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:857:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:858:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:844:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:858:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:862:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:845:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:862:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:863:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:839:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:863:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:908:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:923:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:907:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:923:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:924:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:909:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:924:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:925:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:910:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:925:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:960:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:960:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:962:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:953:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:962:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:970:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:967:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:970:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:971:3: style: Variable 'iter_up' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:966:0: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:971:3: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:972:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:968:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:972:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:973:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:969:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:973:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:978:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:975:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:978:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:979:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:976:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:979:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:980:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:977:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:980:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1005:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:996:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1005:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:997:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1012:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:998:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1012:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1013:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:999:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1013:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1017:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1000:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1017:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1018:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:994:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1018:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1068:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1068:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1069:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1046:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1069:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1070:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1070:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1071:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1049:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1071:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1114:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1109:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1114:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1116:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1107:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1116:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1124:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1121:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1124:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1125:3: style: Variable 'iter_down' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1120:0: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1125:3: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1126:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1122:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1126:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1127:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1123:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1127:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1132:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1129:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1132:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1133:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1130:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1133:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1134:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1131:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1134:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1159:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1150:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1159:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1151:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1166:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1152:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1166:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1153:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1171:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1154:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1171:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1172:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1148:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1172:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1189:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1181:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1189:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1191:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1182:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1191:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1193:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1183:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1193:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1195:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1184:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1195:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1197:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1185:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1197:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1199:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1186:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1199:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1201:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1187:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1201:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1242:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1242:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1244:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1210:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1244:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1245:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1245:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1248:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1247:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1248:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1268:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1267:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1268:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1280:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1279:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1280:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1299:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1298:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1299:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1313:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1311:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1313:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1314:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1312:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1314:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1333:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1331:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1333:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1334:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1332:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1334:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1349:3: style: Variable 'build_job_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1347:0: note: Variable 'build_job_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1349:3: note: Variable 'build_job_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1353:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1351:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1353:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1354:4: style: Variable 'build_job' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1352:0: note: Variable 'build_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1354:4: note: Variable 'build_job' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1357:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1356:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1357:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1378:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1378:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1379:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1374:0: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1379:2: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1380:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1376:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1380:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1382:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1373:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1382:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1433:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1390:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1433:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1434:2: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1389:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1434:2: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1435:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1391:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1435:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1436:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1392:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1436:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1437:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1393:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1437:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1438:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1394:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1438:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1439:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1395:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1439:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1440:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1396:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1440:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1443:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1397:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1443:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1444:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1398:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1444:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1445:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1399:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1445:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1446:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1400:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1446:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1447:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1401:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1447:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1448:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1402:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1448:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1451:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1403:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1451:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1452:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1404:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1452:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1453:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1405:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1453:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1454:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1406:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1454:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1455:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1407:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1455:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1456:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1408:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1456:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1459:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1409:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1459:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1460:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1410:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1460:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1461:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1411:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1461:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1462:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1412:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1462:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1463:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1413:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1463:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1464:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1414:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1464:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1467:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1416:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1467:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1469:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1415:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1469:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1470:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1419:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1470:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1471:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1420:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1471:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1507:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1488:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1507:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1528:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1526:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1528:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1571:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1552:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1571:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1574:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1555:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1574:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1575:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1556:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1575:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1576:2: style: Variable 'post_processor_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1551:0: note: Variable 'post_processor_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1576:2: note: Variable 'post_processor_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1577:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1558:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1577:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1579:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1557:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1579:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1580:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1560:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1580:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1581:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1561:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1581:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1582:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1562:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1582:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1584:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1564:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1584:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1585:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1565:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1585:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1588:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1567:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1588:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1589:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1568:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1589:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1590:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1566:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1590:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1615:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1600:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1615:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1617:2: style: Variable 'main_grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1599:0: note: Variable 'main_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1617:2: note: Variable 'main_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1620:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1601:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1620:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1621:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1602:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1621:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1667:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1653:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1667:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1669:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1652:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1669:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1672:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1655:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1672:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1674:2: style: Variable 'title' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1654:0: note: Variable 'title' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1674:2: note: Variable 'title' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1675:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1675:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1676:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1676:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1677:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1658:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1677:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1678:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1659:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1678:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1679:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1660:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1679:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1685:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1685:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1687:2: style: Variable 'arrow' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1661:0: note: Variable 'arrow' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1687:2: note: Variable 'arrow' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1688:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1663:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1688:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1695:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1664:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1695:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1697:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1697:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1699:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1651:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1699:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1714:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1708:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1714:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1716:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1709:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1716:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1717:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1710:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1717:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1718:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1711:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1718:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1719:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1712:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1719:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1720:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1707:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1720:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1727:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1745:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1728:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1745:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1746:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1729:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1746:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1747:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1730:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1747:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1748:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1731:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1748:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1749:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1732:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1749:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1750:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1733:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1750:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1751:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1734:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1751:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1752:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1735:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1752:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1753:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1736:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1753:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1754:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1737:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1754:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1755:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1738:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1755:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1761:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1739:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1761:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1762:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1740:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1762:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1763:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1741:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1763:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1764:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1742:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1764:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1765:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1726:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1765:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1777:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1772:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1777:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1778:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1773:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1778:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1779:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1774:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1779:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1780:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1775:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1780:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1781:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1771:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1781:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1838:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1789:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1838:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1839:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1790:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1839:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1841:2: style: Variable 'placeholders' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1788:0: note: Variable 'placeholders' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1841:2: note: Variable 'placeholders' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1842:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1792:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1842:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1844:2: style: Variable 'placeholder_filename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1791:0: note: Variable 'placeholder_filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1844:2: note: Variable 'placeholder_filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1845:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1793:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1845:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1846:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1794:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1846:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1847:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1795:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1847:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1848:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1796:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1848:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1849:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1797:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1849:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1850:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1798:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1850:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1851:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1799:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1851:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1855:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1801:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1855:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1857:2: style: Variable 'placeholder_shortname' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1800:0: note: Variable 'placeholder_shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1857:2: note: Variable 'placeholder_shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1858:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1802:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1858:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1859:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1803:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1859:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1860:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1804:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1860:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1861:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1805:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1861:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1862:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1806:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1862:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1863:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1807:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1863:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1864:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1808:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1864:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1868:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1810:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1868:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1870:2: style: Variable 'placeholders_grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1809:0: note: Variable 'placeholders_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1870:2: note: Variable 'placeholders_grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1871:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1811:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1871:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1873:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1812:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1873:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1875:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1813:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1875:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1876:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1814:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1876:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1878:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1815:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1878:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1879:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1816:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1879:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1881:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1817:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1881:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1882:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1818:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1882:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1884:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1819:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1884:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1886:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1821:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1886:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1887:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1822:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1887:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1888:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1820:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1888:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1889:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1823:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1889:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1891:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1824:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1891:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1893:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1826:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1893:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1895:2: style: Variable 'jobs_box' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1825:0: note: Variable 'jobs_box' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1895:2: note: Variable 'jobs_box' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1896:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1827:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1896:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1898:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1828:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1898:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1899:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1829:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1899:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1901:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1830:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1901:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1902:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1831:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1902:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1904:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1832:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1904:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1934:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1907:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1934:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1936:3: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1906:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1936:3: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1937:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1908:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1937:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1938:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1909:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1938:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1939:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1910:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:1939:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2017:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1999:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2017:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2018:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2000:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2018:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2019:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2001:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2019:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2020:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2002:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2020:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2021:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2003:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2021:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2022:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2004:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2022:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2023:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2005:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2023:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2024:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2006:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2024:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2025:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2007:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2025:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2026:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2008:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2026:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2027:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2009:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2027:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2028:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2010:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2028:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2034:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2011:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2034:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2036:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2012:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2036:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2037:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2013:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2037:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2038:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2014:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2038:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2039:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:2015:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2039:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2040:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tool_dialog.c:1998:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:2040:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tool_dialog.c:799:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tool_dialog.c:921:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:270:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:245:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:270:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:271:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:246:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:271:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:394:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:378:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:394:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:395:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:379:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:395:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:396:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:380:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:396:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:422:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:440:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:423:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:440:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:472:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:473:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:561:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:561:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:563:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:547:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:563:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:564:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:548:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:564:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:565:2: style: Variable 'scrolled_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:546:0: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:565:2: note: Variable 'scrolled_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:568:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:549:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:568:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:570:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:550:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:570:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:572:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:552:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:572:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:573:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:553:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:573:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:574:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:554:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:574:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:575:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:551:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:575:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:577:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:555:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:577:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:578:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:556:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:578:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:579:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:557:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:579:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:580:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:544:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:580:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:591:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:589:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:591:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:592:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:588:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:592:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:640:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:640:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:641:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:622:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:641:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:643:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:620:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:643:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:644:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:626:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:644:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:645:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:627:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:645:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:676:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:672:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:676:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:685:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:679:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:685:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:686:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:681:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:686:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:689:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:683:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:689:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:731:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:731:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:732:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:732:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:809:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:802:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:809:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:810:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:803:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:810:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:811:2: style: Variable 'selected_items' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:801:0: note: Variable 'selected_items' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:811:2: note: Variable 'selected_items' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:812:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:804:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:812:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:813:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:805:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:813:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:816:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:815:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:816:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:850:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:846:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:850:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:857:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:855:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:857:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:888:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:872:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:888:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:889:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:873:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:889:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:904:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:901:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:904:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:906:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:902:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:906:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:907:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:903:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:907:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:913:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:910:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:913:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:915:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:911:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:915:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:916:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:912:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:916:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:980:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:980:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1045:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1031:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1045:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1046:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1032:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1046:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1075:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1071:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1075:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1076:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1072:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1076:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1077:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1070:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1077:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1078:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1073:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1078:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1079:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1074:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1079:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1098:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1095:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1098:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1100:2: style: Variable 'add_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1094:0: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1100:2: note: Variable 'add_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1096:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1105:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1093:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1105:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1134:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1134:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1136:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1111:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1136:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1165:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1161:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1165:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1166:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1162:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1166:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1168:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1163:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1168:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1192:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1188:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1192:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1194:2: style: Variable 'remove_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1187:0: note: Variable 'remove_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1194:2: note: Variable 'remove_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1196:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1189:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1196:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1198:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1190:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1198:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1201:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1186:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1201:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1233:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1248:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1232:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1248:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1249:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1234:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1249:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1250:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1235:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1250:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1285:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1280:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1285:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1287:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1278:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1287:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1295:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1292:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1295:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1296:3: style: Variable 'iter_up' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1291:0: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1296:3: note: Variable 'iter_up' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1297:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1293:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1297:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1298:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1294:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1298:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1305:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1300:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1305:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1306:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1301:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1306:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1307:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1302:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1307:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1309:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1303:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1309:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1335:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1326:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1335:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1339:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1327:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1339:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1342:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1328:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1342:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1343:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1329:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1343:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1347:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1330:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1347:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1348:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1324:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1348:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1377:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1399:2: style: Variable 'selected_rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1376:0: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1399:2: note: Variable 'selected_rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1378:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1401:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1379:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1401:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1444:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1444:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1446:2: style: Variable 'iter_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1437:0: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1446:2: note: Variable 'iter_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1454:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1451:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1454:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1455:3: style: Variable 'iter_down' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1450:0: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1455:3: note: Variable 'iter_down' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1456:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1452:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1456:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1457:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1453:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1457:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1464:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1459:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1464:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1465:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1460:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1465:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1466:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1461:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1466:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1468:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1462:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1468:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1494:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1485:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1494:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1498:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1486:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1498:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1501:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1487:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1501:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1502:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1488:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1502:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1506:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1489:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1506:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1507:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1483:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1507:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1518:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1515:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1518:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1519:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1516:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1519:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1528:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1528:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1529:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1526:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1529:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1541:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1541:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1543:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1543:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1544:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1537:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1544:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1548:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1546:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1548:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1552:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1550:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1552:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1553:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1551:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1553:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1576:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1556:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1576:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1577:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1557:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1577:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1578:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1558:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1578:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1579:5: style: Variable 'description' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1555:0: note: Variable 'description' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1579:5: note: Variable 'description' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1580:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1560:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1580:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1582:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1559:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1582:5: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1583:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1562:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1583:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1584:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1563:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1584:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1585:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1564:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1585:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1587:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1566:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1587:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1588:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1567:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1588:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1590:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1569:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1590:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1591:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1570:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1591:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1592:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1571:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1592:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1594:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1573:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1594:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1595:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1574:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1595:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1596:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1575:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1596:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1623:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1610:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1623:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1624:2: style: Variable 'editable' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1609:0: note: Variable 'editable' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1624:2: note: Variable 'editable' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1612:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1626:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1613:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1626:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1627:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1614:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1627:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1628:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1611:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1628:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1629:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1616:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1629:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1630:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1617:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1630:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1632:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1619:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1632:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1633:2: style: Variable 'edited' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1615:0: note: Variable 'edited' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1633:2: note: Variable 'edited' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1634:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1620:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1634:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1668:2: style: Variable 'row_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1663:0: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1668:2: note: Variable 'row_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1665:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1692:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1681:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1692:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1693:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/build_tools_preferences.c:1682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:1693:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/build_tools_preferences.c:638:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:1246:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/build_tools_preferences.c:1666:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:509:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/clean_build_files.c:512:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/clean_build_files.c:508:13: note: Assignment '_tmp10_=e', assigned value is 0
latexila-3.22.0/src/clean_build_files.c:509:13: note: Null pointer dereference
latexila-3.22.0/src/clean_build_files.c:574:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/clean_build_files.c:576:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/clean_build_files.c:573:14: note: Assignment '_tmp16_=e', assigned value is 0
latexila-3.22.0/src/clean_build_files.c:574:14: note: Null pointer dereference
latexila-3.22.0/src/clean_build_files.c:180:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:173:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:180:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:181:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:174:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:181:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:183:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:175:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:183:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:184:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:176:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:184:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:216:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:216:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:217:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:217:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:231:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:226:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:231:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:232:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:227:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:232:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:233:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:228:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:233:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:246:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:241:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:246:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:247:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:242:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:247:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:248:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:243:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:248:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:249:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:244:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:249:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:264:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:263:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:264:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:284:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:277:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:284:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:285:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:278:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:285:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:286:4: style: Variable '_file_to_delete_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:276:0: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:286:4: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:287:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:280:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:287:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:321:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:319:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:321:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:322:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:320:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:322:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:361:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:361:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:362:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:335:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:362:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:363:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:336:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:363:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:364:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:337:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:364:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:365:2: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:333:0: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:365:2: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:366:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:339:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:366:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:367:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:340:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:367:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:368:2: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:338:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:368:2: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:369:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:342:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:369:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:370:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:343:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:370:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:371:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:341:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:371:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:372:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:345:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:372:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:373:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:347:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:373:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:374:2: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:344:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:374:2: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:377:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:351:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:377:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:378:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:352:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:378:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:379:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:353:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:379:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:380:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:354:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:380:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:381:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:355:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:381:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:383:2: style: Variable 'shortname' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:350:0: note: Variable 'shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:383:2: note: Variable 'shortname' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:384:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:357:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:384:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:385:2: style: Variable 'files_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:356:0: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:385:2: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:386:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:358:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:386:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:393:3: style: Variable 'extension_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:389:0: note: Variable 'extension_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:393:3: note: Variable 'extension_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:398:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:396:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:398:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:399:4: style: Variable 'extension' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:397:0: note: Variable 'extension' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:399:4: note: Variable 'extension' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:411:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:402:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:411:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:412:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:403:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:412:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:413:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:404:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:413:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:414:5: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:401:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:414:5: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:415:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:406:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:415:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:416:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:407:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:416:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:417:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:408:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:417:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:418:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:405:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:418:5: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:419:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:409:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:419:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:420:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:410:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:420:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:424:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:422:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:424:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:425:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:423:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:425:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:449:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:446:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:449:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:450:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:447:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:450:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:451:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:445:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:451:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:473:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:459:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:473:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:474:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:460:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:474:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:475:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:458:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:475:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:476:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:462:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:476:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:477:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:464:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:477:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:478:2: style: Variable 'extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:461:0: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:478:2: note: Variable 'extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:481:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:468:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:481:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:482:2: style: Variable 'files_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:467:0: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:482:2: note: Variable 'files_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:488:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:485:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:488:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:489:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:486:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:489:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:490:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:484:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:490:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:506:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:503:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:506:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:508:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:504:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:508:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:509:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:505:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:509:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:547:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:529:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:547:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:553:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:550:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:553:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:554:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:551:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:554:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:555:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:549:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:555:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:571:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:568:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:571:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:573:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:569:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:573:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:574:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:570:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:574:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:621:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:617:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:621:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:622:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:618:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:622:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:623:4: style: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:616:0: note: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:623:4: note: Variable 'files_to_delete_in_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:624:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:619:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:624:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:625:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:620:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:625:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:640:4: style: Variable 'ext_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:636:0: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:640:4: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:645:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:643:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:645:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:646:5: style: Variable 'ext' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:644:0: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:646:5: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:651:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:648:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:651:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:652:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:649:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:652:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:653:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:650:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:653:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:657:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:655:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:657:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:658:7: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:656:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:658:7: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:693:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:680:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:693:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:697:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:684:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:697:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:698:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:685:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:698:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:699:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:686:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:699:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:700:2: style: Variable 'list_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:683:0: note: Variable 'list_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:700:2: note: Variable 'list_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:701:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:688:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:701:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:702:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:687:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:702:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:703:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:689:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:703:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:751:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:751:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:752:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:752:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:753:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:738:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:753:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:754:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:743:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:754:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:756:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:741:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:756:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:757:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:745:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:757:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:758:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:746:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:758:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:760:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:747:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:760:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:761:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:748:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:761:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:802:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:776:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:802:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:804:2: style: Variable 'treeview' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:775:0: note: Variable 'treeview' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:804:2: note: Variable 'treeview' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:805:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:777:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:805:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:807:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:778:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:807:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:809:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:779:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:809:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:811:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:780:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:811:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:813:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:781:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:813:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:815:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:782:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:815:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:826:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:819:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:826:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:827:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:820:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:827:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:828:3: style: Variable '_file_to_delete_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:818:0: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:828:3: note: Variable '_file_to_delete_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:829:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:822:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:829:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:945:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:945:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:946:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:920:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:946:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:947:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:947:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:948:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:948:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:950:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:918:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:950:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:951:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:924:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:951:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:953:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:923:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:953:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:957:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:926:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:957:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:958:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:927:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:958:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1025:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1019:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1025:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1039:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1029:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1039:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1040:3: style: Variable 'selected_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1028:0: note: Variable 'selected_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1040:3: note: Variable 'selected_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1043:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1034:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1043:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1044:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1036:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1044:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1045:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1032:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1045:3: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1046:3: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1033:0: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1046:3: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1056:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1048:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1056:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1069:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1065:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1069:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1071:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1067:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1071:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1072:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1068:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1072:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1087:4: style: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1083:0: note: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1087:4: note: Variable 'file_to_delete_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1092:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1090:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1092:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1093:5: style: Variable 'file_to_delete' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1091:0: note: Variable 'file_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1093:5: note: Variable 'file_to_delete' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1096:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1095:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1096:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1123:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1114:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1123:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1125:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1115:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1125:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1126:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1116:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1126:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1142:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1138:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1142:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1143:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1143:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1144:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1140:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1144:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1146:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/clean_build_files.c:1137:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:1146:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/clean_build_files.c:376:22: style: Variable '_extensions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:394:34: style: Variable 'extension_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:391:0: style: Variable '_extension_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:749:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1070:23: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1088:40: style: Variable 'file_to_delete_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/clean_build_files.c:1085:0: style: Variable '_file_to_delete_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2574:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:2576:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/completion.c:2573:13: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/completion.c:2574:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3363:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3363:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3367:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3367:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3371:13: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3371:13: note: Null pointer dereference
latexila-3.22.0/src/completion.c:3372:21: warning: Either the condition '_tmp8_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/completion.c:746:2: note: Assuming that condition '_tmp8_==NULL' is not redundant
latexila-3.22.0/src/completion.c:744:47: note: Calling function 'completion_provider_completion_command_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/completion.c:3372:21: note: Null pointer dereference
latexila-3.22.0/src/completion.c:301:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:296:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:301:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:302:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:297:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:302:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:334:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:331:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:334:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:337:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:336:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:337:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:353:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:351:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:353:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:354:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:350:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:354:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:367:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:363:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:367:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:368:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:364:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:368:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:394:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:383:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:394:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:395:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:385:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:395:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:396:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:382:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:396:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:444:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:420:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:444:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:445:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:424:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:445:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:447:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:447:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:448:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:427:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:448:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:449:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:428:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:449:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:450:2: style: Variable 'cmd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:423:0: note: Variable 'cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:450:2: note: Variable 'cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:451:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:429:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:451:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:469:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:468:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:469:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:476:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:475:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:476:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:494:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:493:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:494:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:501:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:500:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:501:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:517:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:535:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:519:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:535:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:536:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:516:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:536:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:539:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:538:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:539:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:550:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:548:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:550:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:551:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:549:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:551:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:565:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:563:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:565:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:566:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:564:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:566:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:576:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:575:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:576:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:580:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:579:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:580:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:598:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:589:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:598:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:599:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:590:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:599:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:607:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:602:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:607:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:603:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:612:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:606:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:612:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:615:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:614:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:615:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:623:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:622:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:623:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:650:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:635:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:650:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:651:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:636:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:651:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:652:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:637:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:652:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:653:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:638:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:653:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:656:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:655:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:656:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:667:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:667:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:668:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:666:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:668:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:674:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:670:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:674:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:675:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:671:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:675:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:676:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:672:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:676:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:677:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:673:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:677:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:681:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:680:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:681:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:734:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:734:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:735:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:735:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:736:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:698:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:736:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:737:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:699:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:737:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:739:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:701:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:739:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:740:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:702:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:740:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:741:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:703:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:741:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:742:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:704:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:742:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:743:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:705:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:743:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:745:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:707:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:745:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:781:3: style: Variable 'choice_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:777:0: note: Variable 'choice_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:781:3: note: Variable 'choice_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:787:4: style: Variable 'choice' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:785:0: note: Variable 'choice' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:787:4: note: Variable 'choice' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:804:5: style: Variable 'arg_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:790:0: note: Variable 'arg_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:804:5: note: Variable 'arg_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:805:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:791:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:805:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:806:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:792:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:806:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:816:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:808:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:816:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:817:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:809:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:817:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:832:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:830:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:832:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:833:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:831:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:833:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:841:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:840:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:841:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:893:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:889:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:893:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:894:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:890:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:894:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:909:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:901:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:909:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:914:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:914:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:920:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:918:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:920:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:921:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:919:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:921:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:930:3: style: Variable 'item_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:928:0: note: Variable 'item_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:930:3: note: Variable 'item_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:934:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:932:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:934:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:935:4: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:933:0: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:935:4: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:944:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:937:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:944:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:946:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:939:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:946:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:947:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:940:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:947:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:948:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:941:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:948:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:949:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:942:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:949:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:950:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:943:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:950:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:955:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:953:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:955:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:956:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:954:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:956:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:972:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:968:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:972:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:973:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:969:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:973:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:974:3: style: Variable 'dummy_proposal' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:967:0: note: Variable 'dummy_proposal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:974:3: note: Variable 'dummy_proposal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:975:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:970:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:975:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:976:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:971:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:976:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:994:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:989:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:994:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1029:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1009:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1029:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1030:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1010:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1030:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1031:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1011:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1031:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1033:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1013:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1033:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1034:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1014:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1034:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1035:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1015:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1035:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1036:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1016:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1036:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1038:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1018:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1038:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1054:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1050:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1054:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1056:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1052:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1056:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1057:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1049:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1057:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1058:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1053:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1058:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1098:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1067:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1098:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1145:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1145:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1148:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1147:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1148:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1171:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1171:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1160:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1173:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1158:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1173:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1174:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1162:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1174:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1179:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1178:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1179:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1196:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1194:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1196:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1197:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1195:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1197:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1204:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1201:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1204:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1205:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1202:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1205:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1206:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1203:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1206:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1213:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1210:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1213:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1214:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1212:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1214:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1224:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1218:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1224:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1225:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1219:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1225:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1226:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1220:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1226:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1227:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1221:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1227:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1228:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1222:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1228:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1229:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1223:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1229:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1263:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1245:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1263:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1264:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1248:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1264:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1268:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1266:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1268:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1269:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1267:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1269:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1276:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1274:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1276:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1277:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1275:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1277:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1284:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1282:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1284:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1285:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1283:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1285:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1295:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1293:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1295:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1296:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1294:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1296:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1353:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1316:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1353:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1354:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1317:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1354:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1355:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1315:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1355:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1356:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1319:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1356:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1361:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1358:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1361:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1404:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1402:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1404:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1405:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1403:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1405:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1417:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1442:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1418:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1442:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1443:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1416:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1443:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1444:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1420:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1444:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1449:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1446:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1449:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1479:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1474:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1479:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1484:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1483:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1484:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1507:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1505:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1507:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1565:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1565:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1566:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1515:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1566:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1597:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1595:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1597:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1598:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1596:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1598:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1607:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1604:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1607:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1608:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1605:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1608:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1609:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1606:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1609:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1621:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1619:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1621:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1622:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1620:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1622:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1631:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1628:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1631:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1632:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1629:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1632:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1633:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1630:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1633:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1678:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1674:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1678:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1681:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1676:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1681:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1716:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1716:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1717:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1717:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1718:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1703:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1718:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1719:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1707:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1719:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1730:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1724:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1730:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1731:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1726:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1731:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1741:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1740:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1741:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1748:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1745:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1748:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1750:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1747:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1750:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1780:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1780:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1781:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1774:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1781:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1782:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1772:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1782:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1785:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1777:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1785:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1786:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1771:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1786:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1795:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1818:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1811:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1818:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1819:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1813:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1819:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1833:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1826:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1833:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1835:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1828:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1835:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1850:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1849:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1850:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1867:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1909:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1901:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1909:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1910:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1903:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1910:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1911:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1900:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1911:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1927:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1926:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1927:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1936:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1933:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1936:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1938:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1935:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1938:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1951:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1944:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1951:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1952:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1945:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1952:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1953:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1946:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1953:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1955:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1947:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1955:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1958:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1950:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1958:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1972:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1968:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1972:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1973:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1970:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1973:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1974:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1967:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1974:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1989:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1987:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1989:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1990:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1988:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1990:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1995:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1992:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1995:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1997:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:1994:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:1997:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2003:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2002:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2003:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2008:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2007:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2008:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2020:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2012:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2020:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2022:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2014:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2022:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2049:5: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2047:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2049:5: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2050:5: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2048:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2050:5: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2055:6: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2054:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2055:6: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2064:6: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2059:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2064:6: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2066:6: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2061:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2066:6: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2069:6: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2062:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2069:6: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2070:6: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2063:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2070:6: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2082:6: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2080:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2082:6: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2083:6: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2081:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2083:6: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2110:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2118:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2109:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2118:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2125:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2139:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2127:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2139:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2140:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2128:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2140:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2141:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2129:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2141:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2143:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2131:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2143:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2144:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2132:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2144:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2170:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2159:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2170:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2160:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2172:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2158:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2172:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2174:2: style: Variable 'iter_start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2161:0: note: Variable 'iter_start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2174:2: note: Variable 'iter_start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2175:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2163:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2175:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2176:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2164:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2176:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2177:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2165:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2177:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2178:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2155:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2178:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2198:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2187:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2198:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2199:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2188:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2199:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2200:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2189:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2200:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2201:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2186:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2201:2: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2203:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2191:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2203:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2204:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2192:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2204:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2211:3: style: Variable 'arg_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2207:0: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2211:3: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2217:4: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2215:0: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2217:4: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2231:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2229:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2231:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2232:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2230:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2232:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2247:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2239:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2247:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2248:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2240:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2248:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2249:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2241:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2249:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2250:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2242:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2250:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2251:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2243:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2251:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2252:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2244:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2252:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2253:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2245:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2253:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2254:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2246:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2254:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2268:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2260:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2268:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2269:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2261:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2269:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2270:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2262:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2270:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2271:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2263:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2271:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2272:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2264:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2272:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2273:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2265:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2273:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2274:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2266:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2274:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2275:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2267:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2275:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2286:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2284:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2286:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2287:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2285:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2287:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2306:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2300:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2306:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2307:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2301:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2307:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2308:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2302:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2308:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2309:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2303:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2309:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2310:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2304:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2310:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2311:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2305:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2311:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2331:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2323:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2331:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2333:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2333:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2350:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2343:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2350:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2351:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2344:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2351:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2352:3: style: Variable '_arg_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2342:0: note: Variable '_arg_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2352:3: note: Variable '_arg_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2353:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2346:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2353:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2389:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2379:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2389:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2411:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2406:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2411:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2414:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2409:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2414:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2415:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2410:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2415:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2446:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2438:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2446:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2447:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2439:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2447:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2448:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2440:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2448:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2449:2: style: Variable 'text_to_insert' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2437:0: note: Variable 'text_to_insert' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2449:2: note: Variable 'text_to_insert' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2450:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2441:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2450:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2451:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2442:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2451:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2458:3: style: Variable 'arg_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2454:0: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2458:3: note: Variable 'arg_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2464:4: style: Variable 'arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2462:0: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2464:4: note: Variable 'arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2468:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2466:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2468:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2469:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2467:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2469:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2473:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2471:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2473:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2474:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2472:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2474:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2504:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2551:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2539:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2551:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2552:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2542:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2552:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2553:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2543:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2553:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2554:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2541:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2554:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2555:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2544:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2555:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2556:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2545:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2556:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2571:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2568:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2571:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2573:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2569:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2573:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2574:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2570:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2574:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2607:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2592:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2607:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2608:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2593:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2608:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2609:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2594:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2609:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2625:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2621:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2625:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2627:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2623:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2627:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2651:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2647:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2651:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2653:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2649:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2653:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2677:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2673:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2677:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2679:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2675:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2679:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2720:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2713:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2720:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2721:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2714:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2721:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2722:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2715:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2722:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2723:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2716:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2723:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2724:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2717:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2724:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2725:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2718:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2725:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2726:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2719:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2726:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2754:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2753:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2754:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2795:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2790:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2795:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2798:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2793:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2798:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2799:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2794:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2799:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2814:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2809:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2814:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2817:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2812:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2817:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2818:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2813:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2818:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2845:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2835:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2845:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2848:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2838:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2848:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2849:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2839:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2849:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2850:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2840:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2850:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2851:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2841:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2851:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2852:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2842:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2852:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2853:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2843:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2853:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2854:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2844:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2854:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2886:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2886:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2926:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2921:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2926:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2929:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2924:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2929:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2930:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2925:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2930:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2944:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2940:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2944:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2947:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2943:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2947:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2966:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2956:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2966:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2969:8: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2959:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2969:8: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2970:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2960:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2970:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2971:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2961:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2971:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2972:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2962:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2972:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2973:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2963:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2973:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2974:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2964:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2974:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2975:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:2965:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:2975:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3006:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3005:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3006:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3046:8: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3041:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3046:8: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3049:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3044:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3049:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3050:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3045:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3050:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3065:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3060:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3065:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3068:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3063:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3068:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3069:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3064:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3069:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3089:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3079:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3089:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3092:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3082:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3092:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3093:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3083:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3093:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3094:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3084:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3094:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3095:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3085:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3095:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3096:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3086:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3096:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3097:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3087:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3097:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3098:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3088:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3098:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3147:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3138:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3147:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3148:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3148:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3149:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3140:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3149:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3176:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3155:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3176:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3177:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3156:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3177:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3180:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3179:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3180:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3184:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3183:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3184:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3214:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3210:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3214:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3215:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3211:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3215:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3216:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3212:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3216:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3217:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3213:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3217:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3233:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3229:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3233:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3235:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3231:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3235:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3252:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3245:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3252:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3254:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3247:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3254:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3257:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3250:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3257:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3258:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3251:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3258:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3264:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3262:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3264:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3265:6: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3263:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3265:6: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3273:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3269:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3273:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3274:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3270:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3274:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3275:6: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3271:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3275:6: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3276:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3272:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3276:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3296:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3287:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3296:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3297:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3288:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3297:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3298:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3289:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3298:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3299:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3290:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3299:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3306:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3304:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3306:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3307:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3305:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3307:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3319:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3319:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3320:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3320:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3355:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3364:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3356:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3364:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3367:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3357:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3367:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3368:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3358:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3368:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3371:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3359:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3371:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3373:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3361:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3373:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3446:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3446:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3447:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3440:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3447:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3450:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3450:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3442:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3454:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3444:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3454:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3503:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3495:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3503:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3504:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3496:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3504:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3507:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3497:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3507:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3508:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3498:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3508:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3511:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3499:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3511:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3512:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3500:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3512:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3515:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3501:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3515:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3516:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3502:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3516:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3562:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3562:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3563:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3563:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3566:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3558:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3566:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3567:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3559:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3567:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3570:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3560:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3570:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3571:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/completion.c:3561:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:3571:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/completion.c:352:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:392:31: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:767:20: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:782:31: style: Variable 'choice_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:779:0: style: Variable '_choice_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2212:28: style: Variable 'arg_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2209:0: style: Variable '_arg_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2412:24: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2459:28: style: Variable 'arg_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2456:0: style: Variable '_arg_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2846:26: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:2967:26: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/completion.c:3090:26: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/custom_statusbar.c:77:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:72:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:77:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:78:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:73:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:78:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:110:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/custom_statusbar.c:100:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/custom_statusbar.c:110:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:436:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp66_. [nullPointerRedundantCheck]
latexila-3.22.0/src/dialogs.c:441:4: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/dialogs.c:435:14: note: Assignment '_tmp66_=doc', assigned value is 0
latexila-3.22.0/src/dialogs.c:436:14: note: Null pointer dereference
latexila-3.22.0/src/dialogs.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:151:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:152:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:164:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:150:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:164:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:165:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:155:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:165:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:167:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:153:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:167:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:168:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:157:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:168:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:169:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:158:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:169:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:171:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:159:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:171:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:172:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:160:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:172:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:295:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:196:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:295:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:299:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:200:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:299:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:300:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:201:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:300:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:301:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:202:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:301:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:302:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:203:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:302:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:303:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:204:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:303:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:305:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:199:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:305:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:306:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:206:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:306:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:308:2: style: Variable 'grid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:205:0: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:308:2: note: Variable 'grid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:309:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:207:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:309:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:311:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:208:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:311:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:313:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:209:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:313:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:315:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:211:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:315:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:316:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:212:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:316:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:317:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:213:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:317:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:393:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:386:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:393:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:394:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:387:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:394:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:395:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:385:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:395:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:396:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:389:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:396:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:502:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:501:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:502:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:524:5: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:517:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:524:5: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:525:5: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:518:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:525:5: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:526:5: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:516:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:526:5: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:527:5: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:520:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:527:5: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:559:7: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:556:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:559:7: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:560:7: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:557:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:560:7: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:561:7: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:558:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:561:7: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:582:5: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:574:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:582:5: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:593:6: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:591:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:593:6: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:594:6: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:592:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:594:6: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:600:6: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:597:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:600:6: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:601:6: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:598:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:601:6: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:602:6: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:599:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:602:6: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:615:5: style: Variable 'doc_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:613:0: note: Variable 'doc_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:615:5: note: Variable 'doc_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:619:6: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:617:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:619:6: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:620:6: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:618:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:620:6: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:625:7: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:622:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:625:7: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:626:7: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:623:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:626:7: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:627:7: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:624:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:627:7: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:632:8: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:629:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:632:8: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:633:8: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:630:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:633:8: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:634:8: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/dialogs.c:631:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/dialogs.c:634:8: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:496:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:490:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/document.c:491:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:595:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:613:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:594:13: note: Assignment '_tmp23_=e', assigned value is 0
latexila-3.22.0/src/document.c:595:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:608:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp33_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:613:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:607:13: note: Assignment '_tmp33_=e', assigned value is 0
latexila-3.22.0/src/document.c:608:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:2096:13: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2099:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document.c:2095:11: note: Assignment '_tmp5_=project', assigned value is 0
latexila-3.22.0/src/document.c:2096:13: note: Null pointer dereference
latexila-3.22.0/src/document.c:2398:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2401:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document.c:2397:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/document.c:2398:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:2479:12: warning: Either the condition '_error_==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document.c:2481:3: note: Assuming that condition '_error_==NULL' is not redundant
latexila-3.22.0/src/document.c:2478:12: note: Assignment '_tmp4_=_error_', assigned value is 0
latexila-3.22.0/src/document.c:2479:12: note: Null pointer dereference
latexila-3.22.0/src/document.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:322:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:355:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:350:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:355:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:357:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:357:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:358:2: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:351:0: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:358:2: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:359:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:354:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:359:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:379:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:376:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:379:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:414:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:411:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:414:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:442:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:428:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:442:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:443:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:429:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:443:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:430:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:431:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:446:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:432:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:446:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:447:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:433:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:447:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:450:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:434:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:450:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:469:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:466:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:469:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:470:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:467:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:470:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:471:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:465:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:471:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:488:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:484:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:488:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:490:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:485:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:490:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:486:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:491:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:493:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:487:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:493:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:523:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:510:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:523:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:544:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:543:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:544:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:551:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:548:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:551:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:552:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:549:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:552:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:553:4: style: Variable 'utf8_text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:547:0: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:553:4: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:592:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:576:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:592:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:594:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:577:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:594:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:595:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:578:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:595:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:597:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:580:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:597:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:598:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:581:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:598:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:599:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:582:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:599:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:600:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:583:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:600:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:601:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:584:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:601:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:602:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:585:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:602:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:604:3: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:579:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:604:3: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:605:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:586:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:605:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:606:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:587:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:606:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:607:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:588:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:607:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:608:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:589:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:608:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:609:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:590:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:609:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:610:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:591:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:610:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:629:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:626:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:629:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:630:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:627:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:630:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:631:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:625:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:631:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:656:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:638:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:656:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:657:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:641:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:657:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:661:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:659:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:661:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:662:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:660:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:662:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:669:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:667:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:669:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:670:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:668:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:670:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:677:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:675:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:677:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:678:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:676:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:678:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:688:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:686:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:688:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:689:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:687:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:689:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:721:2: style: Variable 'contents2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:708:0: note: Variable 'contents2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:721:2: note: Variable 'contents2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:722:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:709:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:722:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:723:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:710:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:723:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:726:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:713:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:726:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:730:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:728:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:730:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:731:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:729:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:731:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:740:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:739:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:740:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:758:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:756:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:758:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:776:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:765:0: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:776:2: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:783:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:771:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:783:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:785:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:773:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:785:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:853:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:853:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:855:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:837:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:855:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:858:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:857:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:858:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:865:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:864:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:865:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:889:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:886:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:889:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:890:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:887:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:890:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:891:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:888:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:891:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:924:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:897:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:924:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:925:3: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:896:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:925:3: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:926:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:899:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:926:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:930:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:928:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:930:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:931:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:929:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:931:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:940:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:939:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:940:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:957:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:950:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:957:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:958:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:951:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:958:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:961:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:954:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:961:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:962:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:955:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:962:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:963:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:949:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:963:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:982:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:976:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:982:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:983:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:977:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:983:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:986:4: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:980:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:986:4: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:987:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:975:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:987:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1006:4: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1004:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1006:4: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1007:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1005:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1007:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1014:4: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1013:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1014:4: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1057:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1055:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1057:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1059:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1056:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1059:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1084:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1063:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1084:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1085:4: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1064:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1085:4: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1086:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1065:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1086:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1087:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1066:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1087:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1088:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1067:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1088:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1089:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1068:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1089:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1091:4: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1062:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1091:4: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1092:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1070:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1092:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1094:4: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1071:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1094:4: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1095:4: style: Variable 'secondary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1069:0: note: Variable 'secondary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1095:4: note: Variable 'secondary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1096:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1072:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1096:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1097:4: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1073:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1097:4: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1098:4: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1074:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1098:4: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1099:4: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1075:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1099:4: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1101:4: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1076:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1101:4: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1102:4: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1077:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1102:4: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1104:4: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1078:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1104:4: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1105:4: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1079:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1105:4: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1107:4: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1080:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1107:4: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1126:4: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1114:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1126:4: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1127:4: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1115:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1127:4: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1129:4: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1117:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1129:4: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1130:4: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1118:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1130:4: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1131:4: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1116:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1131:4: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1132:4: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1120:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1132:4: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1133:4: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1121:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1133:4: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1134:4: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1122:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1134:4: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1135:4: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1123:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1135:4: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1136:4: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1124:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1136:4: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1137:4: style: Variable 'infobar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1119:0: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1137:4: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1138:4: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1125:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1138:4: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1168:3: style: Variable 'charset_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1164:0: note: Variable 'charset_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1168:3: note: Variable 'charset_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1173:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1173:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1174:4: style: Variable 'charset' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1172:0: note: Variable 'charset' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1174:4: note: Variable 'charset' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1186:6: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1178:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1186:6: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1187:6: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1179:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1187:6: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1190:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1182:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1190:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1191:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1183:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1191:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1192:6: style: Variable 'utf8_text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1177:0: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1192:6: note: Variable 'utf8_text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1214:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1213:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1214:6: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1264:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1251:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1264:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1265:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1252:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1265:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1266:2: style: Variable 'lm' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1250:0: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1266:2: note: Variable 'lm' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1267:2: style: Variable 'content_type' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1253:0: note: Variable 'content_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1267:2: note: Variable 'content_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1274:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1270:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1274:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1275:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1271:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1275:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1276:3: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1269:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1276:3: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1290:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1289:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1290:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1328:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1324:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1328:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1329:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1329:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1330:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1330:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1331:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1327:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1331:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1348:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1335:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1348:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1349:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1336:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1349:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1391:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1391:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1394:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1394:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1415:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1415:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1418:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1417:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1418:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1432:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1442:2: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1431:0: note: Variable 'num' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1442:2: note: Variable 'num' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1443:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1433:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1443:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1434:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1435:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1446:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1436:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1446:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1447:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1437:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1447:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1448:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1438:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1448:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1449:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1439:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1449:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1452:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1430:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1452:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1488:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1479:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1488:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1490:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1490:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1493:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1492:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1493:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1512:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1512:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1513:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1513:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1514:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1505:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1514:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1515:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1506:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1515:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1557:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1553:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1557:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1559:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1555:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1559:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1560:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1556:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1560:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1570:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1568:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1570:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1577:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1576:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1577:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1603:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1599:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1603:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1623:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1623:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1636:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1631:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1636:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1637:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1632:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1637:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1638:3: style: Variable 'file_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1630:0: note: Variable 'file_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1638:3: note: Variable 'file_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1653:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1652:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1653:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1671:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1669:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1671:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1672:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1670:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1672:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1691:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1685:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1691:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1692:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1686:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1692:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1693:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1684:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1693:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1694:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1687:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1694:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1695:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1688:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1695:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1710:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1702:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1710:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1711:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1703:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1711:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1712:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1712:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1713:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1707:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1713:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1734:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1723:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1734:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1751:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1750:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1751:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1794:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1782:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1794:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1795:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1783:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1795:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1810:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1809:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1810:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1874:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1867:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1874:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1876:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1869:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1876:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1893:7: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1886:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1893:7: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1895:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1888:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1895:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1907:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1904:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1907:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1909:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1906:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1909:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1914:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1911:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1914:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1916:8: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1913:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1916:8: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1965:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1951:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1965:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1968:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1952:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1968:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1969:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1957:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1969:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1970:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1958:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1970:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1972:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1959:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1972:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1973:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1960:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1973:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1974:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1961:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1974:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1990:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1990:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1991:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:1982:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:1991:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2021:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2013:0: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2021:2: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2078:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2070:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2078:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2089:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2087:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2089:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2090:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2088:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2090:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2116:2: style: Variable 'main_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2106:0: note: Variable 'main_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2116:2: note: Variable 'main_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2117:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2108:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2117:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2143:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2139:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2143:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2144:2: style: Variable '_vala_c' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2136:0: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2144:2: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2145:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2140:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2145:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2150:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2148:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2150:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2173:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2176:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2172:0: note: Variable 'str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2176:2: note: Variable 'str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2177:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2174:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2177:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2179:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2171:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2179:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2208:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2186:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2208:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2211:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2187:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2211:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2212:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2195:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2212:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2213:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2196:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2213:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2214:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2197:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2214:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2215:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2194:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2215:2: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2216:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2199:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2216:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2217:2: style: Variable 'current_indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2198:0: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2217:2: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2225:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2220:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2225:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2226:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2222:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2226:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2236:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2235:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2236:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2245:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2240:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2245:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2246:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2241:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2246:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2247:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2242:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2247:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2248:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2243:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2248:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2249:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2244:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2249:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2269:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2269:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2273:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2271:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2273:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2316:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2313:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2316:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2317:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2314:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2317:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2318:3: style: Variable 'main_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2312:0: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2318:3: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2322:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2321:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2322:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2361:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2340:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2361:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2362:2: style: Variable 'template' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2339:0: note: Variable 'template' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2362:2: note: Variable 'template' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2368:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2365:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2368:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2369:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2366:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2369:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2370:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2364:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2370:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2395:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2392:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2395:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2397:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2393:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2397:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2398:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2394:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2398:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2454:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2450:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2454:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2456:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2451:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2456:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2463:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2461:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2463:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2464:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2462:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2464:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2476:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2473:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2476:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2478:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2474:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2478:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2479:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2475:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2479:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2493:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2499:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2494:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2499:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2504:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2501:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2504:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2505:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2502:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2505:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2506:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2506:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2511:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2509:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2511:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2512:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2510:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2512:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2528:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2521:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2528:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2530:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2523:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2530:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2531:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2524:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2531:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2532:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2525:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2532:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2537:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2534:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2537:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2538:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2535:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2538:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2549:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2545:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2549:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2550:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2546:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2550:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2551:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2547:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2551:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2552:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2548:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2552:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2565:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2565:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2575:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2572:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2575:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2576:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2573:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2576:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2587:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2585:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2587:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2596:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2594:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2596:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document.c:2635:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:2644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document.c:412:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document.c:778:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document.c:782:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:360:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:362:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:359:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:360:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:551:43: warning: Either the condition 'start_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp27_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:559:5: note: Assuming that condition 'start_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:550:15: note: Assignment '_tmp27_=start_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:551:43: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:555:44: warning: Either the condition 'type==NULL' is redundant or there is possible null pointer dereference: _tmp28_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:561:5: note: Assuming that condition 'type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:552:15: note: Assignment '_tmp28_=type', assigned value is 0
latexila-3.22.0/src/document_structure.c:555:44: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:557:20: warning: Either the condition 'end_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:558:5: note: Assuming that condition 'end_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:556:15: note: Assignment '_tmp31_=end_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:557:20: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:642:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:645:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:641:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:642:12: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:852:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:854:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:851:14: note: Assignment '_tmp34_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:852:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:973:59: warning: Either the condition 'begin_contents_index==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:980:3: note: Assuming that condition 'begin_contents_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:971:13: note: Assignment '_tmp10_=begin_contents_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:973:59: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:1026:68: warning: Either the condition 'begin_contents_index==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:1034:2: note: Assuming that condition 'begin_contents_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:1025:12: note: Assignment '_tmp19_=begin_contents_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:1026:68: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:2169:13: warning: Either the condition '_tmp14_==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:2170:2: note: Assuming that condition '_tmp14_==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:2169:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:2996:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp21_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:2999:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:2995:13: note: Assignment '_tmp21_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:2996:13: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3183:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp18_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3186:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3182:14: note: Assignment '_tmp18_=e', assigned value is 0
latexila-3.22.0/src/document_structure.c:3183:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3229:14: warning: Either the condition 'next_section_iter==NULL' is redundant or there is possible null pointer dereference: _tmp23_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3240:3: note: Assuming that condition 'next_section_iter==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3228:13: note: Assignment '_tmp23_=next_section_iter', assigned value is 0
latexila-3.22.0/src/document_structure.c:3229:14: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3406:68: warning: Either the condition 'low_level_type==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3418:3: note: Assuming that condition 'low_level_type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3403:12: note: Assignment '_tmp19_=low_level_type', assigned value is 0
latexila-3.22.0/src/document_structure.c:3406:68: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3413:57: warning: Either the condition 'end_match_index==NULL' is redundant or there is possible null pointer dereference: _tmp24_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3415:3: note: Assuming that condition 'end_match_index==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3412:13: note: Assignment '_tmp24_=end_match_index', assigned value is 0
latexila-3.22.0/src/document_structure.c:3413:57: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3602:21: warning: Either the condition 'line==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3711:3: note: Assuming that condition 'line==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3706:12: note: Assignment '_tmp13_=line', assigned value is 0
latexila-3.22.0/src/document_structure.c:3708:24: note: Calling function 'string_get', 1st argument 'self' value is 0
latexila-3.22.0/src/document_structure.c:3602:21: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:3751:22: warning: Either the condition 'markup_type==NULL' is redundant or there is possible null pointer dereference: _tmp24_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_structure.c:3756:3: note: Assuming that condition 'markup_type==NULL' is not redundant
latexila-3.22.0/src/document_structure.c:3750:12: note: Assignment '_tmp24_=markup_type', assigned value is 0
latexila-3.22.0/src/document_structure.c:3751:22: note: Null pointer dereference
latexila-3.22.0/src/document_structure.c:282:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:277:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:282:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:283:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:278:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:283:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:285:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:279:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:285:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:299:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:291:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:299:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:300:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:290:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:300:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:357:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:354:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:357:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:359:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:355:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:359:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:360:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:356:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:360:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:382:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:382:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:383:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:380:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:383:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:419:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:420:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:424:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:418:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:424:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:440:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:440:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:443:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:442:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:443:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:448:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:447:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:448:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:459:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:458:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:459:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:473:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:473:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:486:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:485:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:486:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:573:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:569:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:573:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:575:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:570:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:575:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:576:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:571:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:576:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:578:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:572:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:578:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:623:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:619:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:623:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:624:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:620:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:624:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:639:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:636:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:639:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:641:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:637:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:641:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:642:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:642:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:689:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:677:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:689:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:690:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:678:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:690:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:736:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:733:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:736:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:737:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:734:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:737:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:738:4: style: Variable 'char_matched' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:732:0: note: Variable 'char_matched' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:738:4: note: Variable 'char_matched' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:739:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:735:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:739:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:749:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:742:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:749:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:751:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:747:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:751:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:793:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:787:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:793:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:795:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:792:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:795:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:831:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:830:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:831:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:849:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:846:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:849:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:851:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:847:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:851:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:852:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:848:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:852:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:958:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:957:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:958:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1114:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1113:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1114:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1121:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1119:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1121:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1149:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1147:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1149:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1177:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1175:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1177:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1203:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1202:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1203:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1212:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1210:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1212:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1252:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1248:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1252:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1253:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1249:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1253:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1254:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1250:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1254:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1255:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1247:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1255:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1256:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1251:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1256:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1259:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1258:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1259:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1265:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1263:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1265:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1266:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1264:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1266:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1290:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1289:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1290:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1299:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1299:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1300:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1297:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1300:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1301:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1298:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1301:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1315:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1312:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1315:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1316:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1313:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1316:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1318:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1314:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1318:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1323:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1321:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1323:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1324:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1322:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1324:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1331:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1329:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1331:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1332:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1330:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1332:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1446:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1442:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1446:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1447:2: style: Variable '_vala_c' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1439:0: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1447:2: note: Variable '_vala_c' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1448:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1443:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1448:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1453:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1451:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1453:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1485:2: style: Variable 'in_optional_arg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1478:0: note: Variable 'in_optional_arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1485:2: note: Variable 'in_optional_arg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1500:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1492:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1500:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1501:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1494:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1501:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1502:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1490:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1502:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1503:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1491:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1503:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1504:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1495:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1504:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1507:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1506:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1507:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1514:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1511:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1514:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1516:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1513:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1516:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1535:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1532:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1535:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1537:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1534:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1537:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1550:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1549:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1550:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1620:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1602:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1620:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1621:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1605:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1621:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1625:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1623:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1625:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1626:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1624:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1626:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1633:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1631:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1633:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1634:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1632:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1634:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1641:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1639:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1641:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1642:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1640:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1642:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1652:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1650:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1652:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1653:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1651:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1653:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1698:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1689:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1698:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1699:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1691:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1699:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1700:3: style: Variable 'cur_char' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1687:0: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1700:3: note: Variable 'cur_char' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1701:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1688:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1701:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1702:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1693:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1702:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1707:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1704:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1707:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1709:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1706:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1709:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1721:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1720:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1721:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1726:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1723:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1726:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1728:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1725:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1728:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1749:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1742:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1749:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1752:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1745:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1752:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1753:6: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1741:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1753:6: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1754:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1746:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1754:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1806:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1803:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1806:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1807:2: style: Variable '_result_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1802:0: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1807:2: note: Variable '_result_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1808:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1804:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1808:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1810:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1801:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1810:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1937:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1932:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1937:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1962:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1956:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1962:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1963:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1957:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1963:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1964:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1955:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1964:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1968:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1966:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1968:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1969:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1967:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1969:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1983:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1981:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1983:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1991:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1986:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1991:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1992:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1987:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1992:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1993:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1988:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1993:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1994:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:1989:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:1994:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2016:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2014:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2016:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2025:7: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2024:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2025:7: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2033:7: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2031:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2033:7: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2034:7: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2032:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2034:7: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2045:7: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2041:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2045:7: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2046:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2042:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2046:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2047:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2040:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2047:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2051:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2049:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2051:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2052:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2050:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2052:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2066:7: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2064:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2066:7: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2077:8: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2069:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2077:8: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2078:8: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2070:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2078:8: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2079:8: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2068:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2079:8: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2080:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2071:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2080:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2081:8: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2072:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2081:8: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2082:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2073:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2082:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2083:8: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2074:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2083:8: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2084:8: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2075:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2084:8: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2085:8: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2076:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2085:8: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2096:9: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2094:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2096:9: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2097:9: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2095:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2097:9: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2157:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2156:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2157:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2161:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2160:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2161:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2187:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2183:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2187:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2196:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2194:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2196:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2205:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2203:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2205:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2228:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2217:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2228:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2231:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2220:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2231:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2232:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2221:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2232:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2251:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2259:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2252:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2259:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2262:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2261:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2262:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2292:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2277:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2292:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2293:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2278:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2293:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2294:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2276:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2294:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2296:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2281:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2296:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2297:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2282:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2297:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2298:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2283:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2298:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2299:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2284:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2299:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2322:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2322:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2365:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2363:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2365:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2366:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2364:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2366:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2383:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2380:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2383:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2384:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2381:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2384:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2402:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2392:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2402:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2450:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2426:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2450:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2451:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2427:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2451:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2428:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2460:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2458:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2460:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2472:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2470:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2472:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2484:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2482:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2484:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2496:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2494:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2496:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2508:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2506:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2508:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2520:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2518:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2520:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2532:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2530:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2532:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2544:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2542:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2544:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2556:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2554:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2556:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2568:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2566:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2568:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2580:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2578:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2580:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2612:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2600:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2612:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2613:2: style: Variable 'begin_line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2599:0: note: Variable 'begin_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2613:2: note: Variable 'begin_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2615:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2602:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2615:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2616:2: style: Variable 'end_line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2601:0: note: Variable 'end_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2616:2: note: Variable 'end_line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2617:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2603:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2617:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2659:2: style: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2635:0: note: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2659:2: note: Variable '_vala_refresh_simple_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2666:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2662:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2666:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2667:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2663:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2667:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2670:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2669:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2670:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2713:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2702:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2713:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2718:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2715:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2718:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2719:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2716:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2719:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2720:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2717:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2720:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2728:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2726:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2728:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2729:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2727:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2729:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2753:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2751:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2753:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2756:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2755:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2756:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2774:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2772:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2774:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2775:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2773:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2775:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2780:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2778:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2780:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2781:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2779:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2781:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2797:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2796:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2797:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2819:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2816:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2819:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2820:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2817:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2820:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2821:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2818:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2821:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2847:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2838:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2847:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2848:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2839:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2848:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2849:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2840:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2849:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2850:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2841:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2850:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2851:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2837:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2851:3: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2852:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2843:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2852:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2853:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2844:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2853:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2854:3: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2842:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2854:3: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2855:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2845:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2855:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2856:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2846:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2856:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2875:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2870:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2875:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2877:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2871:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2877:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2879:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2872:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2879:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2881:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2873:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2881:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2882:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2874:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2882:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2920:2: style: Variable 'start_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2895:0: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2920:2: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2921:2: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2896:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2921:2: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2897:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2923:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2898:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2923:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2925:2: style: Variable 'end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2900:0: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2925:2: note: Variable 'end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2926:2: style: Variable 'end_iter_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2902:0: note: Variable 'end_iter_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2926:2: note: Variable 'end_iter_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2927:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2903:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2927:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2928:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2904:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2928:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2930:2: style: Variable 'start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2899:0: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2930:2: note: Variable 'start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2931:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2906:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2931:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2936:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2933:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2936:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2937:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2934:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2937:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2949:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2945:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2949:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2950:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2946:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2950:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2951:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2947:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2951:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2952:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2948:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2952:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2966:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2962:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2966:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2967:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2963:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2967:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2968:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2964:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2968:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2969:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2961:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2969:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2993:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2990:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2993:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2995:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2991:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2995:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2996:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:2992:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:2996:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3022:3: style: Variable 'end_of_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3017:0: note: Variable 'end_of_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3022:3: note: Variable 'end_of_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3025:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3020:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3025:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3034:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3028:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3034:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3035:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3029:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3035:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3036:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3030:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3036:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3038:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3031:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3038:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3039:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3032:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3039:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3047:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3046:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3047:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3100:2: style: Variable 'start_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3070:0: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3100:2: note: Variable 'start_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3101:2: style: Variable 'end_mark' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3071:0: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3101:2: note: Variable 'end_mark' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3102:2: style: Variable 'item_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3072:0: note: Variable 'item_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3102:2: note: Variable 'item_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3103:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3073:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3103:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3104:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3074:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3104:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3106:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3075:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3106:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3107:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3076:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3107:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3109:2: style: Variable '_vala_start_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3066:0: note: Variable '_vala_start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3109:2: note: Variable '_vala_start_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3111:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3080:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3111:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3112:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3081:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3112:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3113:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3083:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3113:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3114:2: style: Variable '_vala_end_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3067:0: note: Variable '_vala_end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3114:2: note: Variable '_vala_end_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3115:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3078:0: note: Variable 'found' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3115:2: note: Variable 'found' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3116:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3084:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3116:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3145:3: style: Variable 'next_section_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3133:0: note: Variable 'next_section_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3145:3: note: Variable 'next_section_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3152:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3148:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3152:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3153:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3149:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3153:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3154:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3150:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3154:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3155:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3147:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3155:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3180:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3177:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3180:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3182:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3178:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3182:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3183:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3179:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3183:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3255:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3253:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3255:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3354:2: style: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3322:0: note: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3354:2: note: Variable '_vala_end_match_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3355:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3326:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3355:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3356:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3327:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3356:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3357:2: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3325:0: note: Variable 'line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3357:2: note: Variable 'line' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3360:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3335:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3360:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3362:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3341:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3362:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3379:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3377:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3379:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3397:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3396:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3397:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3410:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3408:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3410:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3412:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3409:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3412:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3448:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3448:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3460:3: style: Variable 'same_type' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3450:0: note: Variable 'same_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3460:3: note: Variable 'same_type' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3461:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3454:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3461:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3462:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3455:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3462:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3463:3: style: Variable 'same_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3453:0: note: Variable 'same_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3463:3: note: Variable 'same_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3464:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3457:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3464:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3467:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3466:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3467:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3478:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3477:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3478:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3494:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3493:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3494:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3519:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3519:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3526:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3522:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3526:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3527:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3523:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3527:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3529:3: style: Variable 'end_document_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3521:0: note: Variable 'end_document_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3529:3: note: Variable 'end_document_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3567:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3549:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3567:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3589:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3588:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3589:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3601:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3598:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3601:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3602:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3599:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3602:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3603:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3597:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3603:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3673:2: style: Variable '_vala_doc_modified' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3609:0: note: Variable '_vala_doc_modified' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3673:2: note: Variable '_vala_doc_modified' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3674:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3613:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3674:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3675:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3614:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3675:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3677:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3615:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3677:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3787:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3785:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3787:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3788:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3786:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3788:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3818:4: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3817:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3818:4: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3895:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3895:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3927:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3898:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3927:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3932:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3899:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3932:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3934:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3901:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3934:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3992:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3990:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3992:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4001:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:3999:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4001:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4018:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:4013:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4018:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4019:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_structure.c:4014:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:4019:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_structure.c:3896:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3979:20: style: Variable '_tmp25__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3933:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3937:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3939:20: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3943:12: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3945:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3949:13: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3951:21: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3955:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3957:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3961:13: style: Variable '_tmp16_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3963:21: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3967:13: style: Variable '_tmp19_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3969:21: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_structure.c:3973:13: style: Variable '_tmp22_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_tab.c:578:14: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:654:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:577:12: note: Assignment '_tmp11_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:578:14: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:697:13: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:712:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:696:11: note: Assignment '_tmp7_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:697:13: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:701:14: warning: Either the condition 'project==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_tab.c:712:2: note: Assuming that condition 'project==NULL' is not redundant
latexila-3.22.0/src/document_tab.c:700:12: note: Assignment '_tmp10_=project', assigned value is 0
latexila-3.22.0/src/document_tab.c:701:14: note: Null pointer dereference
latexila-3.22.0/src/document_tab.c:224:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:218:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:224:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:225:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:219:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:225:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:226:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:220:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:226:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:250:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:246:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:250:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:270:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:264:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:270:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:271:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:271:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:273:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:266:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:273:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:274:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:267:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:274:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:275:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:268:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:275:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:319:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:315:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:319:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:320:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:320:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:355:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:355:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:405:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:369:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:405:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:406:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:370:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:406:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:407:2: style: Variable 'reparent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:368:0: note: Variable 'reparent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:407:2: note: Variable 'reparent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:408:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:371:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:408:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:409:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:372:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:409:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:431:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:429:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:431:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:432:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:430:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:432:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:437:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:435:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:437:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:438:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:436:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:438:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:504:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:496:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:504:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:505:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:497:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:505:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:507:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:499:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:507:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:509:2: style: Variable 'infobar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:495:0: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:509:2: note: Variable 'infobar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:510:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:500:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:510:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:512:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:494:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:512:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:524:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:518:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:524:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:519:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:526:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:520:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:526:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:527:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:521:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:527:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:528:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:522:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:528:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:554:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:536:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:554:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:537:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:538:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:559:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:558:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:559:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:584:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:597:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:585:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:597:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:598:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:586:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:598:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:599:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:587:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:599:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:600:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:588:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:600:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:601:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:589:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:601:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:602:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:590:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:602:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:603:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:591:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:603:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:604:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:592:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:604:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:605:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:593:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:605:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:606:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:594:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:606:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:607:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:595:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:607:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:630:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:614:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:630:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:631:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:615:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:631:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:632:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:616:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:632:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:633:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:617:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:633:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:634:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:618:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:634:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:635:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:619:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:635:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:636:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:620:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:636:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:637:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:621:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:637:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:638:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:622:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:638:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:639:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:623:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:639:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:640:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:624:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:640:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:641:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:625:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:641:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:642:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:626:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:642:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:643:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:627:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:643:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:644:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:628:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:644:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:645:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:629:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:645:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:682:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:661:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:682:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:683:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:662:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:683:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:684:2: style: Variable 'project' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:660:0: note: Variable 'project' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:684:2: note: Variable 'project' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:685:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:663:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:685:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:726:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:719:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:726:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:727:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:720:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:727:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:728:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:721:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:728:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:729:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:722:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:729:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:730:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:723:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:730:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:731:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:724:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:731:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:732:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:718:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:732:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:746:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:739:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:746:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:747:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:740:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:747:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:748:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:741:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:748:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:749:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:742:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:749:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:750:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:743:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:750:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:751:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:744:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:751:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:753:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:738:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:753:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:789:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:789:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:790:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:790:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:791:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:787:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:791:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:792:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:788:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:792:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:816:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:810:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:816:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:855:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:832:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:855:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:856:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:833:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:856:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:857:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:834:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:857:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:858:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:835:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:858:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:859:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:836:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:859:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:860:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:837:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:860:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:861:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:838:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:861:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:862:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:839:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:862:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:864:3: style: Variable 'primary_msg' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:831:0: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:864:3: note: Variable 'primary_msg' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:865:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:841:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:865:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:866:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:842:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:866:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:870:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:868:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:870:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:871:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:869:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:871:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:877:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:875:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:877:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:878:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:876:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:878:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:921:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:912:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:921:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:923:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:913:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:923:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:924:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:914:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:924:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:926:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:915:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:926:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:927:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:916:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:927:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:929:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:917:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:929:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:930:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:918:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:930:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:931:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:919:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:931:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:944:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:944:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:946:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:946:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:947:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:942:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:947:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:952:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:949:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:952:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:953:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:950:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:953:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:954:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:951:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:954:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:963:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:960:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:963:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:964:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:961:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:964:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:965:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:962:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:965:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:984:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:984:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:986:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:982:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:986:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1008:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1008:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:995:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1010:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:996:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1010:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1012:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:997:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1012:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1013:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:998:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1013:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1014:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:999:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1014:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1016:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1000:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1016:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1018:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1001:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1018:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1019:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1002:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1019:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1021:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1003:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1021:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1022:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1004:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1022:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1024:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1005:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1024:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1025:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1006:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1025:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1028:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1027:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1028:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1040:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1038:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1040:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1062:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1060:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1062:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1072:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1069:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1072:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1073:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1070:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1073:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1084:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1082:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1084:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1096:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1092:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1096:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1097:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1093:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1097:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1098:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1094:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1098:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1108:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1105:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1108:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1109:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1106:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1109:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1119:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1117:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1119:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1126:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1135:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1127:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1135:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1136:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1128:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1136:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1154:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1148:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1154:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1155:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1149:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1155:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1156:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1150:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1156:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1158:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1151:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1158:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1159:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1152:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1159:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1160:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1153:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1160:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1173:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1173:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1194:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1180:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1194:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1195:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1181:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1195:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1204:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1203:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1204:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1213:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1210:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1213:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1214:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1211:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1214:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1215:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1212:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1215:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1224:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1221:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1224:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1225:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1222:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1225:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1226:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1223:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1226:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1238:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1237:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1238:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1250:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1249:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1250:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1261:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1258:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1261:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1262:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1259:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1262:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1263:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1260:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1263:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1272:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1269:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1272:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1273:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1270:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1273:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1274:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1271:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1274:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1303:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1299:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1303:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1306:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_tab.c:1300:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:1306:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_tab.c:596:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_tab.c:630:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/document_view.c:311:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp29_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_view.c:313:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_view.c:310:13: note: Assignment '_tmp29_=e', assigned value is 0
latexila-3.22.0/src/document_view.c:311:13: note: Null pointer dereference
latexila-3.22.0/src/document_view.c:1136:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
latexila-3.22.0/src/document_view.c:1138:4: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/document_view.c:1135:14: note: Assignment '_tmp22_=e', assigned value is 0
latexila-3.22.0/src/document_view.c:1136:14: note: Null pointer dereference
latexila-3.22.0/src/document_view.c:186:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:181:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:186:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:187:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:182:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:187:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:188:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:183:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:188:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:228:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:206:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:228:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:231:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:231:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:236:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:236:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:278:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:267:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:278:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:279:3: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:266:0: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:279:3: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:280:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:268:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:280:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:281:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:269:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:281:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:308:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:305:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:308:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:310:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:306:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:310:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:311:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:307:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:311:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:338:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:333:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:338:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:339:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:334:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:339:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:340:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:335:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:340:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:341:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:336:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:341:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:364:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:364:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:367:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:355:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:367:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:368:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:356:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:368:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:369:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:354:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:369:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:370:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:357:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:370:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:371:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:358:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:371:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:372:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:359:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:372:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:373:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:360:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:373:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:374:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:361:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:374:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:375:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:362:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:375:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:392:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:384:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:392:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:393:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:385:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:393:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:395:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:387:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:395:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:396:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:388:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:396:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:397:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:386:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:397:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:398:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:389:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:398:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:399:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:390:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:399:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:419:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:407:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:419:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:420:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:420:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:410:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:423:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:411:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:423:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:424:2: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:409:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:424:2: note: Variable 'clipboard' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:425:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:412:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:425:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:426:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:413:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:426:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:427:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:414:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:427:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:428:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:415:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:428:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:429:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:416:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:429:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:430:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:417:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:430:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:448:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:448:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:449:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:440:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:449:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:451:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:451:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:452:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:442:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:452:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:453:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:443:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:453:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:454:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:444:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:454:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:455:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:445:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:455:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:456:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:446:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:456:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:476:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:463:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:476:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:477:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:464:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:477:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:479:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:467:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:479:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:480:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:468:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:480:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:482:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:465:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:482:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:483:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:466:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:483:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:484:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:471:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:484:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:485:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:485:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:486:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:473:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:486:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:487:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:474:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:487:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:498:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:494:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:498:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:499:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:499:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:506:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:501:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:506:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:507:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:502:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:507:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:508:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:508:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:509:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:504:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:509:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:510:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:505:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:510:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:517:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:515:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:517:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:518:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:516:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:518:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:529:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:530:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:544:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:550:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:550:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:553:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:547:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:553:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:564:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:559:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:564:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:565:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:560:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:565:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:568:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:562:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:568:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:579:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:575:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:579:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:580:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:576:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:580:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:585:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:582:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:585:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:586:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:583:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:586:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:587:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:584:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:587:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:604:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:600:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:604:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:605:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:601:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:605:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:607:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:634:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:617:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:634:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:635:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:618:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:635:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:636:3: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:616:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:636:3: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:637:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:620:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:637:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:638:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:621:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:638:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:639:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:622:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:639:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:665:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:664:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:665:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:666:2: style: Variable 'provider' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:663:0: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:666:2: note: Variable 'provider' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:678:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:682:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:679:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:682:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:715:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:713:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:715:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:730:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:728:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:730:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:770:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:752:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:770:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:771:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:753:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:771:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:773:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:755:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:773:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:774:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:756:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:774:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:775:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:757:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:775:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:776:2: style: Variable 'gspell_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:754:0: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:776:2: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:779:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:759:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:779:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:803:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:800:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:803:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:801:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:805:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:799:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:805:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:824:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:813:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:824:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:825:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:814:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:825:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:834:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:832:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:834:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:835:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:833:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:835:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:864:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:859:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:864:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:865:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:860:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:865:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:866:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:861:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:866:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:867:2: style: Variable 'gspell_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:858:0: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:867:2: note: Variable 'gspell_buffer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:868:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:862:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:868:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:869:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:857:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:869:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:888:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:876:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:888:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:889:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:877:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:889:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:897:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:896:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:897:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:902:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:900:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:902:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:903:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:901:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:903:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:925:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:925:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:949:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:940:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:949:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:950:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:941:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:950:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:951:2: style: Variable 'spell_checker' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:939:0: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:951:2: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:953:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:943:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:953:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:954:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:944:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:954:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:955:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:945:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:955:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:981:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:981:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:982:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:971:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:982:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:983:2: style: Variable 'spell_checker' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:969:0: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:983:2: note: Variable 'spell_checker' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:984:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:972:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:984:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:986:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:974:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:986:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:987:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:975:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:987:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:997:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:994:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:997:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:998:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:995:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:998:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:999:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:996:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:999:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1003:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1002:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1003:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1022:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1013:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1022:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1023:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1014:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1023:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1033:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1032:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1033:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1037:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1036:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1037:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1074:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1074:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1121:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1120:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1121:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1133:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1130:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1133:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1135:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1131:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1135:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1136:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/document_view.c:1132:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/document_view.c:1136:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:145:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:142:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:145:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:146:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:143:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:146:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:160:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:157:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:160:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:161:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:158:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:161:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:205:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:201:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:205:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:206:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:202:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:206:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:211:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:208:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:211:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:210:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:231:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:254:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:232:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:254:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:290:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:300:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:289:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:300:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:301:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:292:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:301:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:302:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:293:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:302:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:306:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:304:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:306:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:307:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:305:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:307:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:320:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:314:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:320:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:321:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:315:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:321:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:322:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:316:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:322:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:323:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:317:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:323:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:324:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:318:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:324:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:325:3: style: Variable 'build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:313:0: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:325:3: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:326:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:319:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:326:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:370:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:368:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:370:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:380:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:377:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:380:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:381:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/documents_panel.c:378:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/documents_panel.c:381:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/error_entry.c:113:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/error_entry.c:109:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/error_entry.c:110:12: note: Null pointer dereference
latexila-3.22.0/src/error_entry.c:76:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:71:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:76:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:94:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:92:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:94:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:95:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:93:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:95:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:107:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:104:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:107:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:109:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:105:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:109:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:106:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:110:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:133:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:134:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:135:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:141:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:132:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:141:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:143:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:136:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:143:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:147:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:145:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:147:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:148:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:146:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:148:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:157:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:158:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:164:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:159:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:164:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:165:2: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:156:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:165:2: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:167:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:160:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:167:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:171:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:169:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:171:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:172:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:170:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:172:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:181:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/error_entry.c:180:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:181:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/error_entry.c:203:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/file_browser.c:529:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/file_browser.c:532:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/file_browser.c:528:13: note: Assignment '_tmp31_=e', assigned value is 0
latexila-3.22.0/src/file_browser.c:529:13: note: Null pointer dereference
latexila-3.22.0/src/file_browser.c:1717:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/file_browser.c:1720:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/file_browser.c:1716:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/file_browser.c:1717:12: note: Null pointer dereference
latexila-3.22.0/src/file_browser.c:256:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:251:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:256:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:257:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:257:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:265:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:253:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:265:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:266:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:254:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:266:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:296:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:290:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:296:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:321:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:321:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:322:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:322:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:323:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:317:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:323:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:333:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:326:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:333:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:334:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:327:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:334:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:335:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:328:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:335:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:336:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:325:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:336:3: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:337:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:330:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:337:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:338:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:331:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:338:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:340:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:332:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:340:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:369:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:369:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:437:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:413:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:437:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:438:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:414:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:438:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:458:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:457:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:458:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:471:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:470:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:471:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:478:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:477:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:478:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:488:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:484:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:488:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:489:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:485:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:489:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:490:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:486:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:490:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:491:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:487:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:491:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:504:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:500:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:504:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:505:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:501:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:505:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:506:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:502:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:506:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:507:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:503:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:507:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:523:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:517:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:523:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:525:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:518:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:525:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:526:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:519:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:526:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:527:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:520:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:527:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:528:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:521:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:528:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:529:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:522:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:529:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:576:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:557:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:576:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:635:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:623:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:635:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:637:2: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:622:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:637:2: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:640:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:624:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:640:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:641:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:625:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:641:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:669:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:667:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:669:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:670:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:668:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:670:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:671:2: style: Variable 'home_dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:666:0: note: Variable 'home_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:671:2: note: Variable 'home_dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:688:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:685:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:688:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:690:2: style: Variable 'home_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:684:0: note: Variable 'home_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:690:2: note: Variable 'home_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:692:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:686:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:692:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:695:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:683:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:695:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:704:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:702:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:704:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:705:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:703:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:705:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:706:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:701:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:706:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:728:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:720:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:728:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:781:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:766:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:781:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:782:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:767:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:782:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:783:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:768:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:783:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:785:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:769:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:785:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:786:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:770:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:786:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:787:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:771:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:787:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:788:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:772:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:788:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:789:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:773:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:789:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:791:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:774:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:791:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:792:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:775:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:792:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:793:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:776:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:793:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:794:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:777:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:794:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:795:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:778:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:795:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:796:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:779:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:796:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:797:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:780:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:797:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:827:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:822:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:827:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:828:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:823:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:828:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:829:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:824:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:829:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:834:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:831:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:834:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:835:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:832:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:835:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:836:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:833:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:836:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:858:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:850:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:858:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:862:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:851:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:862:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:865:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:852:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:865:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:867:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:853:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:867:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:868:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:848:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:868:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:896:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:925:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:925:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:926:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:926:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:949:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:947:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:949:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:956:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:952:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:956:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:957:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:953:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:957:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:958:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:954:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:958:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:959:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:955:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:959:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:971:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:969:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:971:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:973:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:970:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:973:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:998:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:998:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:999:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:995:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:999:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1001:2: style: Variable 'open_directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:993:0: note: Variable 'open_directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1001:2: note: Variable 'open_directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1002:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:996:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1002:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1005:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:992:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1005:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1019:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1011:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1019:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1021:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1013:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1021:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1022:2: style: Variable 'terminal_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1012:0: note: Variable 'terminal_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1022:2: note: Variable 'terminal_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1023:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1015:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1023:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1024:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1016:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1024:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1025:2: style: Variable 'name_term' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1014:0: note: Variable 'name_term' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1025:2: note: Variable 'name_term' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1026:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1017:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1026:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1040:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1030:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1040:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1041:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1031:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1041:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1042:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1032:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1042:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1043:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1033:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1043:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1044:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1034:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1044:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1045:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1035:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1045:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1047:3: style: Variable 'exec_cmd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1029:0: note: Variable 'exec_cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1047:3: note: Variable 'exec_cmd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1048:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1037:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1048:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1049:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1038:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1049:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1050:3: style: Variable 'app_info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1036:0: note: Variable 'app_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1050:3: note: Variable 'app_info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1070:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1068:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1070:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1072:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1069:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1072:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1101:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1097:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1101:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1102:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1098:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1102:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1104:2: style: Variable 'open_terminal' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1096:0: note: Variable 'open_terminal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1104:2: note: Variable 'open_terminal' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1105:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1099:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1105:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1108:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1095:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1108:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1136:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1136:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1164:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1150:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1164:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1165:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1151:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1165:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1167:2: style: Variable 'show_build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1149:0: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1167:2: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1168:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1152:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1168:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1170:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1154:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1170:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1171:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1155:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1171:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1173:2: style: Variable 'show_hidden_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1153:0: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1173:2: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1174:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1156:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1174:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1176:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1157:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1176:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1182:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1159:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1182:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1184:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1158:0: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1184:2: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1187:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1147:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1187:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1210:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1198:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1210:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1200:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1213:2: style: Variable 'parent_dirs' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1199:0: note: Variable 'parent_dirs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1213:2: note: Variable 'parent_dirs' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1214:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1201:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1214:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1215:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1202:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1215:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1217:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1204:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1217:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1218:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1205:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1218:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1219:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1203:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1219:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1226:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1221:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1226:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1248:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1241:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1248:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1249:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1242:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1249:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1250:3: style: Variable '_parent_dir_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1240:0: note: Variable '_parent_dir_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1250:3: note: Variable '_parent_dir_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1251:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1244:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1251:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1292:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1290:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1292:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1293:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1291:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1293:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1299:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1297:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1299:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1300:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1298:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1300:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1307:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1306:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1307:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1316:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1311:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1316:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1317:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1312:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1317:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1318:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1313:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1318:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1319:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1314:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1319:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1320:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1315:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1320:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1324:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1323:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1324:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1329:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1328:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1329:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1364:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1364:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1366:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1360:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1366:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1393:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1393:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1395:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1395:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1397:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1375:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1397:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1398:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1376:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1398:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1399:2: style: Variable 'show_build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1374:0: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1399:2: note: Variable 'show_build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1400:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1400:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1401:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1379:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1401:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1402:2: style: Variable 'show_hidden_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1377:0: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1402:2: note: Variable 'show_hidden_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1403:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1381:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1403:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1404:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1382:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1404:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1405:2: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1380:0: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1405:2: note: Variable 'exts' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1406:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1384:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1406:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1407:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1386:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1407:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1408:2: style: Variable 'clean_extensions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1383:0: note: Variable 'clean_extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1408:2: note: Variable 'clean_extensions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1416:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1413:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1416:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1417:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1414:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1417:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1418:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1412:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1418:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1433:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1431:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1433:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1435:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1432:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1435:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1480:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1477:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1480:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1481:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1478:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1481:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1482:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1476:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1482:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1497:4: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1495:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1497:4: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1499:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1496:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1499:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1531:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1530:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1531:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1547:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1546:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1547:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1559:4: style: Variable 'is_build_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1555:0: note: Variable 'is_build_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1559:4: note: Variable 'is_build_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1560:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1556:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1560:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1567:5: style: Variable 'ext_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1563:0: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1567:5: note: Variable 'ext_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1572:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1570:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1572:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1573:6: style: Variable 'ext' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1571:0: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1573:6: note: Variable 'ext' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1578:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1575:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1578:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1579:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1576:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1579:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1580:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1577:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1580:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1629:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1620:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1629:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1630:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1621:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1630:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1632:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1623:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1632:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1633:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1624:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1633:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1634:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1625:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1634:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1636:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1622:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1636:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1637:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1626:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1637:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1638:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1627:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1638:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1658:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1648:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1658:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1660:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1647:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1660:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1661:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1650:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1661:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1662:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1651:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1662:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1663:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1652:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1663:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1664:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1653:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1664:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1665:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1654:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1665:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1680:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1676:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1680:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1691:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1688:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1691:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1692:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1689:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1692:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1693:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1687:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1693:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1714:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1711:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1714:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1716:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1712:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1716:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1717:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1713:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1717:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1738:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1736:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1738:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1747:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1744:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1747:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1763:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1760:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1763:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1766:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1765:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1766:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1784:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1777:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1784:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1785:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1778:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1785:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1786:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1776:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1786:2: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1787:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1787:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1790:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1789:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1790:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1801:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1797:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1801:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1802:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1798:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1802:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1803:3: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1796:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1803:3: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1804:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1799:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1804:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1805:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1800:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1805:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1836:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1823:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1836:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1840:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1838:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1840:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1841:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1839:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1841:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1879:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1873:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1879:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1880:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1874:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1880:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1881:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1875:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1881:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1888:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1883:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1888:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1889:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1884:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1889:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1890:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1885:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1890:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1891:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1886:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1891:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1892:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1887:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1892:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1918:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1906:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1918:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1919:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1907:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1919:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1921:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1908:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1921:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1922:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1909:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1922:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1924:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1910:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1924:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1925:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1911:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1925:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1936:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1929:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1936:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1937:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1930:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1937:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1939:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1931:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1939:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1940:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1932:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1940:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1942:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1933:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1942:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1943:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1934:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1943:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1980:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1963:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1980:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1981:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1964:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1981:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1982:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1965:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1982:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1988:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1987:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1988:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1998:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:1997:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:1998:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2008:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2007:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2008:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2018:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2017:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2018:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2028:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2027:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2028:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2038:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/file_browser.c:2037:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:2038:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/file_browser.c:897:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/file_browser.c:1135:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:444:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
latexila-3.22.0/src/finance.c:446:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/finance.c:443:12: note: Assignment '_tmp3_=e', assigned value is 0
latexila-3.22.0/src/finance.c:444:12: note: Null pointer dereference
latexila-3.22.0/src/finance.c:101:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:52:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:101:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:104:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:103:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:104:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:115:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:114:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:115:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:120:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:119:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:120:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:187:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:181:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:187:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:235:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:227:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:235:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:241:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:240:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:241:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:275:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:268:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:275:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:276:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:267:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:276:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:277:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:277:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:278:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:271:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:278:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:279:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:269:0: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:279:2: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:280:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:272:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:280:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:326:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:291:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:326:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:327:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:293:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:327:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:328:3: style: Variable 'ymd' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:290:0: note: Variable 'ymd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:328:3: note: Variable 'ymd' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:331:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:296:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:331:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:400:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:392:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:400:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:401:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:391:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:401:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:402:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:394:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:402:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:403:2: style: Variable 'time' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:393:0: note: Variable 'time' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:403:2: note: Variable 'time' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:407:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:399:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:407:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:408:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:395:0: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:408:2: note: Variable 'date' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:424:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:421:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:424:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:425:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:420:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:425:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:426:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:422:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:426:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:427:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:423:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:427:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:441:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:438:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:441:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:443:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:439:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:443:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:444:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/finance.c:440:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:444:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/finance.c:330:16: style: Variable '_ymd_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:341:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:346:21: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/finance.c:351:21: style: Variable '_tmp16__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latex_menu.c:1452:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1434:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1452:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1454:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1435:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1454:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1456:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1437:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1456:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1457:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1438:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1457:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1458:2: style: Variable 'sectioning' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1436:0: note: Variable 'sectioning' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1458:2: note: Variable 'sectioning' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1459:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1440:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1459:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1460:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1441:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1460:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1461:2: style: Variable 'sizes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1439:0: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1461:2: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1462:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1443:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1462:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1463:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1444:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1463:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1464:2: style: Variable 'references' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1442:0: note: Variable 'references' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1464:2: note: Variable 'references' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1465:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1446:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1465:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1466:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1447:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1466:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1467:2: style: Variable 'presentation_env' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1445:0: note: Variable 'presentation_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1467:2: note: Variable 'presentation_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1468:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1449:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1468:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1469:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1450:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1469:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1470:2: style: Variable 'math_env' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1448:0: note: Variable 'math_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1470:2: note: Variable 'math_env' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1503:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1494:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1503:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1504:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1495:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1504:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1505:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1496:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1505:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1506:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1497:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1506:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1507:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1498:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1507:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1508:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1493:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1508:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1509:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1500:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1509:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1511:2: style: Variable 'menu_tool_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1499:0: note: Variable 'menu_tool_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1511:2: note: Variable 'menu_tool_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1513:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1492:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1513:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1530:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1526:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1530:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1531:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1527:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1531:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1532:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1525:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1532:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1555:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1555:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1556:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1556:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1557:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1547:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1557:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1558:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1548:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1558:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1559:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1549:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1559:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1561:3: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1544:0: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1561:3: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1595:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1594:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1595:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1612:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1610:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1612:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1618:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1645:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1619:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1645:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1646:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1620:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1646:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1648:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1622:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1648:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1649:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1623:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1649:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1650:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1624:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1650:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1651:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1625:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1651:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1652:2: style: Variable 'active_document' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1621:0: note: Variable 'active_document' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1652:2: note: Variable 'active_document' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1653:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1629:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1653:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1654:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1632:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1654:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1655:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1626:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1655:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1656:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1627:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1656:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1657:2: style: Variable 'text_selected' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1628:0: note: Variable 'text_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1657:2: note: Variable 'text_selected' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1658:2: style: Variable 'text_before2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1633:0: note: Variable 'text_before2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1658:2: note: Variable 'text_before2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1659:2: style: Variable 'text_after2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1634:0: note: Variable 'text_after2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1659:2: note: Variable 'text_after2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1660:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1636:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1660:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1661:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1637:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1661:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1667:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1665:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1667:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1668:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1666:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1668:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1677:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1673:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1677:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1678:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1674:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1678:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1679:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1675:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1679:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1680:3: style: Variable 'current_indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1672:0: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1680:3: note: Variable 'current_indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1681:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1676:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1681:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1695:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1683:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1695:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1696:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1684:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1696:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1697:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1685:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1697:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1698:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1686:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1698:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1699:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1687:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1699:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1700:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1688:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1700:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1704:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1689:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1704:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1705:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1690:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1705:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1706:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1691:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1706:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1707:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1692:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1707:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1708:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1693:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1708:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1709:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1694:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1709:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1741:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1721:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1741:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1742:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1722:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1742:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1743:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1723:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1743:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1744:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1724:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1744:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1745:3: style: Variable 'mark_end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1720:0: note: Variable 'mark_end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1745:3: note: Variable 'mark_end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1746:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1726:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1746:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1747:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1725:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1747:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1750:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1749:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1750:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1763:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1762:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1763:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1781:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1780:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1781:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1785:4: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1783:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1785:4: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1786:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1784:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1786:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1812:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1790:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1812:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1813:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1789:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1813:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1816:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1815:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1816:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1835:5: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1834:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1835:5: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1868:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1863:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1868:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1869:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1864:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1869:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1870:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1865:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1870:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1871:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1866:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1871:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1872:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1862:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1872:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1878:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1888:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1879:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1888:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1889:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1880:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1889:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1891:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1881:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1891:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1892:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1882:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1892:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1893:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1883:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1893:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1904:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1896:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1904:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1905:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1897:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1905:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1906:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1898:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1906:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1907:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1899:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1907:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1908:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1900:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1908:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1909:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1901:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1909:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1910:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1902:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1910:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1911:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1903:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1911:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1924:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1916:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1924:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1925:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1917:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1925:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1926:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1918:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1926:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1927:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1919:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1927:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1928:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1920:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1928:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1929:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1921:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1929:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1930:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1922:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1930:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1931:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:1923:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:1931:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2071:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2037:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2071:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2072:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2036:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2072:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2073:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2039:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2073:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2074:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2040:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2074:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2075:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2041:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2075:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2076:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2042:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2076:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2077:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2043:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2077:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2078:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2044:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2078:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2079:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2045:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2079:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2080:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2046:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2080:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2081:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2047:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2081:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2082:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2048:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2082:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2083:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2049:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2083:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2087:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2038:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2087:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2088:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2051:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2088:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2089:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2052:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2089:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2090:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2053:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2090:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2091:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2054:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2091:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2092:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2055:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2092:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2093:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2056:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2093:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2094:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2057:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2094:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2095:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2058:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2095:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2096:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2059:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2096:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2097:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2060:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2097:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2098:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2061:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2098:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2099:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2062:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2099:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2100:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2063:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2100:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2101:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2064:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2101:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2102:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2065:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2102:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2103:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2066:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2103:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2104:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2067:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2104:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2105:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2068:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2105:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2106:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2069:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2106:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2113:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2050:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2113:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2123:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2178:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2122:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2178:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2179:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2125:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2179:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2180:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2126:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2180:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2181:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2127:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2181:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2182:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2128:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2182:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2183:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2183:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2185:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2124:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2185:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2186:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2131:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2186:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2187:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2132:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2187:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2188:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2133:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2188:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2189:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2134:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2189:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2190:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2135:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2190:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2191:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2136:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2191:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2192:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2137:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2192:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2193:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2138:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2193:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2194:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2139:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2194:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2195:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2140:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2195:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2196:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2141:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2196:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2197:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2142:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2197:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2198:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2143:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2198:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2199:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2144:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2199:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2200:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2145:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2200:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2201:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2146:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2201:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2202:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2147:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2202:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2203:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2148:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2203:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2204:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2149:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2204:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2205:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2150:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2205:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2206:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2151:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2206:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2207:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2152:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2207:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2208:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2153:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2208:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2209:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2154:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2209:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2210:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2155:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2210:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2211:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2156:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2211:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2212:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2157:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2212:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2213:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2158:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2213:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2214:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2159:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2214:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2215:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2160:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2215:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2216:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2161:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2216:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2217:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2162:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2217:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2218:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2163:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2218:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2219:2: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2164:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2219:2: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2220:2: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2165:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2220:2: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2221:2: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2166:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2221:2: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2222:2: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2167:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2222:2: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2223:2: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2168:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2223:2: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2224:2: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2169:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2224:2: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2225:2: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2170:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2225:2: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2226:2: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2171:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2226:2: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2227:2: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2172:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2227:2: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2228:2: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2173:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2228:2: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2229:2: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2174:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2229:2: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2230:2: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2175:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2230:2: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2246:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2130:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2246:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2297:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2292:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2297:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2298:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2291:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2298:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2299:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2293:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2299:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2300:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2294:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2300:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2301:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2295:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2301:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2315:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2310:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2315:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2316:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2309:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2316:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2317:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2311:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2317:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2318:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2318:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2319:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2313:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2319:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2333:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2328:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2333:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2334:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2327:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2334:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2335:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2329:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2335:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2336:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2330:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2336:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2331:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2351:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2346:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2351:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2352:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2345:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2352:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2353:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2347:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2353:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2354:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2348:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2354:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2355:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2349:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2355:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2555:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2538:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2555:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2556:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2537:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2556:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2557:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2540:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2557:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2558:2: style: Variable 'before_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2539:0: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2558:2: note: Variable 'before_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2559:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2542:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2559:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2560:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2543:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2560:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2561:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2561:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2562:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2545:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2562:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2563:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2546:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2563:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2564:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2547:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2564:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2565:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2548:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2565:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2566:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2549:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2566:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2567:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2550:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2567:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2568:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2551:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2568:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2569:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2552:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2569:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2570:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2553:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2570:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2575:2: style: Variable 'after_cursor' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2541:0: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2575:2: note: Variable 'after_cursor' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2774:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2759:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2774:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2775:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2758:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2775:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2776:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2761:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2776:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2777:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2762:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2777:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2778:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2763:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2778:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2779:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2764:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2779:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2780:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2765:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2780:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2781:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2766:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2781:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2782:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2767:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2782:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2783:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2768:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2783:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2784:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2769:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2784:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2785:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2770:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2785:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2789:2: style: Variable 'begin_frame' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2760:0: note: Variable 'begin_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2789:2: note: Variable 'begin_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2790:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2772:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2790:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2791:2: style: Variable 'end_frame' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2771:0: note: Variable 'end_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2791:2: note: Variable 'end_frame' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2825:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2801:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2825:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2826:2: style: Variable 'indent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2800:0: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2826:2: note: Variable 'indent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2827:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2803:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2827:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2828:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2804:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2828:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2829:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2805:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2829:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2830:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2806:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2830:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2831:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2807:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2831:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2833:2: style: Variable 'begin_columns' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2802:0: note: Variable 'begin_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2833:2: note: Variable 'begin_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2834:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2809:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2834:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2835:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2810:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2835:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2836:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2811:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2836:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2837:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2812:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2837:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2838:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2813:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2838:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2839:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2814:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2839:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2840:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2815:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2840:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2841:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2816:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2841:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2842:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2817:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2842:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2843:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2818:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2843:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2844:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2819:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2844:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2845:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2820:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2845:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2846:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2821:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2846:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2847:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2822:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2847:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2848:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2823:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2848:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2854:2: style: Variable 'end_columns' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2808:0: note: Variable 'end_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2854:2: note: Variable 'end_columns' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2884:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2882:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2884:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2885:2: style: Variable 'packages' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latex_menu.c:2881:0: note: Variable 'packages' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:2885:2: note: Variable 'packages' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latex_menu.c:3445:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:430:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:432:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:430:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:609:12: warning: Either the condition '_error_==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:611:3: note: Assuming that condition '_error_==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:608:12: note: Assignment '_tmp6_=_error_', assigned value is 0
latexila-3.22.0/src/latexila_app.c:609:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:728:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:730:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:727:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:728:12: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:840:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:842:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:839:13: note: Assignment '_tmp15_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:840:13: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:1013:16: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:1015:6: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:1012:16: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:1013:16: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:1118:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
latexila-3.22.0/src/latexila_app.c:1120:5: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/latexila_app.c:1117:15: note: Assignment '_tmp14_=e', assigned value is 0
latexila-3.22.0/src/latexila_app.c:1118:15: note: Null pointer dereference
latexila-3.22.0/src/latexila_app.c:319:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:318:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:319:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:345:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:345:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:346:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:344:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:346:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:354:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:360:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:358:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:360:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:364:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:364:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:365:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:363:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:365:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:368:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:367:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:368:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:372:6: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:370:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:372:6: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:373:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:371:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:373:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:412:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:412:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:428:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:426:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:428:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:430:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:427:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:430:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:461:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:480:2: style: Variable 'options' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:460:0: note: Variable 'options' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:480:2: note: Variable 'options' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:491:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:491:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:500:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:467:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:500:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:509:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:469:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:509:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:512:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:471:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:512:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:533:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:522:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:533:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:534:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:523:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:534:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:546:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:554:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:551:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:554:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:555:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:552:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:555:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:561:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:559:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:561:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:562:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:560:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:562:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:581:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:570:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:581:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:582:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:571:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:582:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:606:3: style: Variable '_error_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:603:0: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:606:3: note: Variable '_error_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:608:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:604:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:608:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:609:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:605:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:609:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:634:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:628:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:634:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:651:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:649:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:651:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:655:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:653:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:655:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:656:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:654:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:656:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:668:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:665:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:668:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:666:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:676:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:682:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:677:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:682:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:683:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:678:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:683:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:684:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:684:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:697:2: style: Variable 'screen' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:691:0: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:697:2: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:698:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:693:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:698:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:699:2: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:692:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:699:2: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:694:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:705:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:702:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:705:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:706:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:703:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:706:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:707:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:704:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:707:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:713:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:712:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:713:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:725:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:722:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:725:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:727:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:723:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:727:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:728:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:724:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:728:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:749:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:746:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:749:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:750:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:747:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:750:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:786:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:758:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:786:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:787:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:787:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:788:2: style: Variable 'comments' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:757:0: note: Variable 'comments' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:788:2: note: Variable 'comments' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:789:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:761:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:789:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:790:2: style: Variable 'copyright' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:760:0: note: Variable 'copyright' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:790:2: note: Variable 'copyright' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:791:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:763:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:791:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:792:2: style: Variable 'website' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:762:0: note: Variable 'website' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:792:2: note: Variable 'website' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:793:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:765:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:793:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:794:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:766:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:794:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:797:2: style: Variable 'authors' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:764:0: note: Variable 'authors' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:797:2: note: Variable 'authors' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:800:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:770:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:800:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:801:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:771:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:801:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:802:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:772:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:802:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:803:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:773:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:803:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:804:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:774:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:804:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:805:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:775:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:805:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:812:2: style: Variable 'artists' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:769:0: note: Variable 'artists' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:812:2: note: Variable 'artists' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:815:2: style: Variable 'logo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:778:0: note: Variable 'logo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:815:2: note: Variable 'logo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:820:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:818:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:820:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:821:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:817:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:821:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:837:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:834:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:837:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:839:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:835:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:839:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:840:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:836:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:840:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:877:2: style: Variable 'cont' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:873:0: note: Variable 'cont' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:877:2: note: Variable 'cont' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:886:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:879:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:886:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:911:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:907:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:911:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:912:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:908:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:912:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:952:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:938:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:952:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:953:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:939:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:953:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:954:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:940:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:954:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:955:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:941:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:955:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:956:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:942:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:956:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:957:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:943:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:957:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:963:2: style: Variable 'sizes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:937:0: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:963:2: note: Variable 'sizes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:966:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:946:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:966:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:967:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:947:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:967:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:974:3: style: Variable 'size_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:970:0: note: Variable 'size_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:974:3: note: Variable 'size_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:979:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:977:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:979:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:980:4: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:978:0: note: Variable 'size' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:980:4: note: Variable 'size' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:985:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:983:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:985:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:986:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:984:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:986:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:987:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:982:0: note: Variable 'filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:987:5: note: Variable 'filename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:993:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:990:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:993:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:994:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:991:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:994:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:995:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:989:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:995:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1010:6: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1007:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1010:6: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1012:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1008:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1012:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1013:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1009:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1013:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1052:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1046:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1052:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1073:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1061:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1073:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1074:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1062:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1074:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1075:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1060:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1075:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1076:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1064:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1076:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1077:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1065:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1077:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1078:2: style: Variable 'screen' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1063:0: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1078:2: note: Variable 'screen' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1079:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1066:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1079:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1081:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1068:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1081:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1082:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1069:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1082:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1083:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1070:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1083:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1089:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1086:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1089:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1094:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1091:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1094:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1102:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1100:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1102:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1103:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1101:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1103:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1115:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1112:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1115:5: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1117:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1113:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1117:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1118:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1114:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1118:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1138:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1137:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1138:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1142:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1140:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1142:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1143:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1141:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1143:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1170:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1166:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1170:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1171:2: style: Variable 'editor_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1165:0: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1171:2: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1167:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1173:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1168:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1173:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1191:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1176:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1191:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1192:3: style: Variable 'window_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1175:0: note: Variable 'window_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1192:3: note: Variable 'window_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1193:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1178:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1193:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1194:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1180:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1194:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1195:3: style: Variable 'uris' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1177:0: note: Variable 'uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1195:3: note: Variable 'uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1198:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1184:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1198:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1199:3: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1183:0: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1199:3: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1202:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1187:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1202:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1209:4: style: Variable 'uri_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1205:0: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1209:4: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1214:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1212:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1214:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1215:5: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1213:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1215:5: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1220:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1217:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1220:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1228:7: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1224:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1228:7: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1230:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1226:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1230:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1231:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1227:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1231:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1255:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1255:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1256:2: style: Variable 'all_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1251:0: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1256:2: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1253:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1261:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1259:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1261:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1265:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1263:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1265:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1266:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1264:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1266:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1269:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1268:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1269:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1278:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1272:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1278:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1279:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1273:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1279:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1304:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1301:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1304:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1305:2: style: Variable 'all_views' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1300:0: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1305:2: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1306:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1302:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1306:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1310:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1308:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1310:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1314:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1314:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1315:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1313:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1315:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1318:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1317:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1318:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1327:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1321:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1327:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1328:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1322:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1328:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1354:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1350:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1354:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1355:2: style: Variable 'main_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1349:0: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1355:2: note: Variable 'main_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1356:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1351:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1356:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1359:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1358:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1359:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1380:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1371:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1380:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1396:3: style: Variable 'file_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1392:0: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1396:3: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1401:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1399:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1401:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1402:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1400:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1402:4: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1409:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1404:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1409:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1410:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1405:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1410:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1411:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1406:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1411:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1412:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1407:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1412:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1413:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1408:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1413:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1431:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1428:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1431:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1432:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1429:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1432:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1433:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1427:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1433:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1441:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1439:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1441:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1456:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1448:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1456:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1457:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1449:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1457:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1458:2: style: Variable 'tex_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1447:0: note: Variable 'tex_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1458:2: note: Variable 'tex_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1459:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1459:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1460:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1460:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1466:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1462:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1466:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1467:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1463:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1467:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1468:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1464:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1468:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1469:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1465:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1469:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1485:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1479:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1485:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1486:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1480:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1486:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1490:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1483:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1490:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1491:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1484:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1491:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1509:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1506:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1509:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1510:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1507:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1510:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1511:2: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/latexila_app.c:1505:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:1511:2: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/latexila_app.c:482:19: style: Variable '_options_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:491:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:500:11: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:509:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:512:11: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1197:17: style: Variable '_uris_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1210:29: style: Variable 'uri_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1207:0: style: Variable '_uri_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1229:25: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1397:29: style: Variable 'file_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1394:0: style: Variable '_file_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/latexila_app.c:1532:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:462:3: style: Variable 'template_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:449:0: note: Variable 'template_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/liblatexila/latexila-templates-personal.c:462:3: note: Variable 'template_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:70:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:65:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:70:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:71:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:64:0: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:71:2: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:72:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main.c:66:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main.c:72:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1188:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1226:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1262:147: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1462:149: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window.c:1084:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:1086:3: note: Assuming that condition 'err==NULL' is not redundant
latexila-3.22.0/src/main_window.c:1084:13: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:2101:18: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp32_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:2104:8: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:2100:18: note: Assignment '_tmp32_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:2101:18: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3061:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3071:5: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3060:14: note: Assignment '_tmp10_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:3061:14: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3064:14: warning: Either the condition 'doc==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3071:5: note: Assuming that condition 'doc==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3063:14: note: Assignment '_tmp12_=doc', assigned value is 0
latexila-3.22.0/src/main_window.c:3064:14: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:3744:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window.c:3746:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/main_window.c:3743:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/main_window.c:3744:12: note: Null pointer dereference
latexila-3.22.0/src/main_window.c:689:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:687:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:689:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:762:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:703:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:762:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:763:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:702:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:763:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:766:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:704:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:766:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:767:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:705:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:767:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:914:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:914:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:915:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:915:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:919:3: style: Variable 'action_group_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:917:0: note: Variable 'action_group_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:919:3: note: Variable 'action_group_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:923:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:923:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:924:4: style: Variable 'action_group' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:922:0: note: Variable 'action_group' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:924:4: note: Variable 'action_group' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:928:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:926:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:928:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:929:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:927:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:929:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:933:6: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:931:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:933:6: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:937:7: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:935:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:937:7: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:938:7: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:936:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:938:7: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:941:8: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:940:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:941:8: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:969:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:966:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:969:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:976:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:972:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:976:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:977:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:973:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:977:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:997:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:994:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:997:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1006:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1000:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1006:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1007:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1001:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1007:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1042:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1026:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1042:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1067:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1065:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1067:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1068:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1064:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1068:3: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1069:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1066:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1069:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1082:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1080:0: note: Variable 'err' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1082:3: note: Variable 'err' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1084:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1081:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1084:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1106:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1107:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1117:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1108:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1117:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1118:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1105:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1118:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1119:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1109:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1119:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1121:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1110:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1121:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1122:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1111:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1122:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1123:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1112:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1123:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1130:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1125:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1130:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1131:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1126:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1131:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1132:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1127:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1132:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1133:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1128:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1133:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1134:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1129:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1134:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1146:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1142:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1146:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1147:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1143:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1147:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1169:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1155:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1169:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1170:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1156:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1170:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1171:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1157:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1171:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1213:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1202:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1213:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1237:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1255:2: style: Variable 'side_panel' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1236:0: note: Variable 'side_panel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1255:2: note: Variable 'side_panel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1239:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1258:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1240:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1258:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1259:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1241:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1259:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1300:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1292:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1300:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1293:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1302:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1294:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1302:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1323:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1323:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1343:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1340:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1343:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1351:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1348:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1351:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1354:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1349:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1354:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1356:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1350:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1356:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1376:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1376:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1378:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1378:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1380:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1374:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1380:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1406:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1397:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1406:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1442:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1429:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1442:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1444:2: style: Variable 'build_view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1428:0: note: Variable 'build_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1444:2: note: Variable 'build_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1445:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1430:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1445:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1447:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1432:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1447:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1448:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1433:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1448:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1449:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1434:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1449:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1491:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1473:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1491:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1492:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1472:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1492:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1493:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1476:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1493:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1498:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1480:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1498:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1552:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1537:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1552:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1553:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1536:0: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1553:2: note: Variable 'app' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1554:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1539:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1554:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1555:2: style: Variable 'files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1538:0: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1555:2: note: Variable 'files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1558:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1542:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1558:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1559:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1544:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1559:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1565:3: style: Variable 'uri_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1561:0: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1565:3: note: Variable 'uri_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1570:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1568:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1570:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1571:4: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1569:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1571:4: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1576:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1576:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1584:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1580:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1584:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1586:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1582:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1586:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1587:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1583:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1587:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1617:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1613:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1617:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1618:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1614:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1618:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1629:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1653:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1628:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1653:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1654:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1631:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1654:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1655:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1632:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1655:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1656:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1633:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1656:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1698:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1702:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1699:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1702:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1703:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1697:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1703:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1717:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1712:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1717:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1718:2: style: Variable 'all_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1711:0: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1718:2: note: Variable 'all_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1719:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1714:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1719:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1727:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1726:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1727:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1775:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1775:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1776:2: style: Variable 'unsaved_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1772:0: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1776:2: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1785:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1779:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1785:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1786:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1778:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1786:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1787:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1781:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1787:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1818:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1816:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1818:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1819:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1817:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1819:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1840:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1840:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1841:2: style: Variable 'all_views' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1833:0: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1841:2: note: Variable 'all_views' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1842:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1835:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1842:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1855:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1854:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1855:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1931:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1928:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1931:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1932:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1929:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1932:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1933:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1930:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1933:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1961:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1961:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1962:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1953:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1962:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1963:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1954:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1963:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1964:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1955:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1964:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1969:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1967:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1969:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1973:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1971:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1973:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1974:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1972:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1974:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1980:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1976:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1980:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1997:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1990:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1997:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1998:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1991:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1998:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1999:6: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1989:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1999:6: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2000:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:1993:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2000:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2073:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2068:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2073:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2074:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2069:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2074:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2075:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2070:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2075:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2076:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2071:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2076:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2077:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2072:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2077:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2092:8: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2088:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2092:8: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2096:9: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2094:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2096:9: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2097:9: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2095:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2097:9: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2180:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2176:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2180:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2182:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2175:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2182:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2183:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2177:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2183:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2184:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2178:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2184:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2185:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2174:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2185:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2200:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2194:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2200:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2201:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2195:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2201:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2203:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2193:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2203:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2204:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2196:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2204:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2205:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2197:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2205:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2206:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2192:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2206:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2214:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2221:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2215:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2221:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2223:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2213:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2223:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2224:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2216:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2224:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2225:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2217:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2225:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2254:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2252:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2254:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2270:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2266:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2270:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2271:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2267:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2271:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2272:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2268:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2272:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2275:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2274:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2275:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2292:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2292:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2293:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2293:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2294:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2290:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2294:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2297:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2297:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2314:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2310:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2314:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2315:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2311:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2315:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2316:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2312:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2316:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2319:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2318:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2319:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2335:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2332:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2335:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2337:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2333:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2337:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2349:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2348:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2349:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2363:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2363:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2377:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2377:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2436:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2395:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2436:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2396:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2512:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2507:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2512:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2518:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2518:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2519:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2519:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2520:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2516:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2520:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2521:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2517:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2521:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2542:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2528:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2542:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2543:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2529:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2543:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2544:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2530:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2544:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2545:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2531:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2545:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2546:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2532:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2546:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2548:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2527:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2548:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2549:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2533:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2549:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2550:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2534:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2550:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2551:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2535:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2551:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2553:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2536:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2553:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2554:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2537:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2554:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2555:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2538:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2555:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2556:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2539:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2556:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2557:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2540:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2557:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2561:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2559:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2561:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2562:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2560:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2562:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2567:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2565:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2567:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2568:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2566:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2568:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2576:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2573:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2576:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2590:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2586:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2590:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2591:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2587:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2591:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2592:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2588:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2592:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2593:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2589:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2593:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2600:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2599:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2600:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2628:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2628:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2629:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2622:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2629:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2630:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2623:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2630:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2674:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2641:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2674:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2675:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2642:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2675:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2694:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2691:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2694:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2695:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2692:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2695:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2696:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2693:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2696:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2707:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2701:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2707:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2708:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2702:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2708:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2709:3: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2700:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2709:3: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2710:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2703:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2710:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2713:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2706:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2713:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2718:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2715:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2718:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2719:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2716:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2719:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2720:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2717:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2720:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2735:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2724:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2735:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2736:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2725:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2736:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2739:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2726:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2739:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2740:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2727:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2740:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2741:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2728:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2741:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2742:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2729:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2742:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2743:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2730:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2743:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2746:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2733:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2746:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2747:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2734:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2747:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2771:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2767:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2771:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2772:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2768:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2772:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2773:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2769:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2773:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2774:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2770:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2774:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2780:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2779:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2780:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2790:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2786:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2790:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2791:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2787:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2791:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2792:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2788:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2792:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2793:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2789:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2793:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2799:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2798:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2799:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2856:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2828:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2856:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2861:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2858:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2861:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2862:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2859:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2862:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2863:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2860:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2863:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2873:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2869:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2873:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2875:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2870:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2875:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2876:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2871:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2876:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2877:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2872:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2877:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2880:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2879:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2880:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2907:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2900:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2907:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2908:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2901:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2908:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2909:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2902:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2909:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2910:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2903:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2910:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2911:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2904:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2911:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2912:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2905:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2912:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2913:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2906:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2913:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2922:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2917:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2922:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2923:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2918:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2923:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2924:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2919:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2924:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2925:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2920:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2925:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2926:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2921:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2926:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2933:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2931:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2933:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2934:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2932:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2934:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2946:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2942:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2946:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2947:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2943:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2947:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2948:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2944:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2948:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2949:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2945:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2949:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2959:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2958:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2959:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2980:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2976:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2980:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2981:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2977:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2981:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2982:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2978:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2982:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2983:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2979:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:2983:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3001:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2997:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3001:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3003:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2998:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3003:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3004:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:2999:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3004:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3005:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3000:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3005:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3008:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3007:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3008:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3029:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3024:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3029:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3030:2: style: Variable 'unsaved_documents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3023:0: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3030:2: note: Variable 'unsaved_documents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3031:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3025:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3031:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3036:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3035:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3036:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3045:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3042:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3045:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3057:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3050:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3057:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3058:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3051:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3058:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3059:4: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3049:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3059:4: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3060:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3052:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3060:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3061:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3053:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3061:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3063:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3054:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3063:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3064:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3055:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3064:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3065:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3056:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3065:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3068:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3067:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3068:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3080:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3077:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3080:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3082:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3078:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3082:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3100:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3100:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3123:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3108:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3123:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3124:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3109:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3124:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3125:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3110:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3125:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3126:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3111:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3126:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3128:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3106:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3128:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3131:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3116:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3131:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3132:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3117:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3132:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3133:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3118:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3133:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3134:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3119:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3134:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3136:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3120:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3136:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3185:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3185:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3186:2: style: Variable 'settings_window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3142:0: note: Variable 'settings_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3186:2: note: Variable 'settings_window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3187:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3145:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3187:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3195:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3151:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3195:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3198:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3153:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3198:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3201:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3155:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3201:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3203:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3157:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3203:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3204:2: style: Variable 'settings_ui' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3156:0: note: Variable 'settings_ui' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3204:2: note: Variable 'settings_ui' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3205:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3159:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3205:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3206:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3160:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3206:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3207:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3161:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3207:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3208:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3158:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3208:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3209:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3162:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3209:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3210:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3163:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3210:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3211:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3164:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3211:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3213:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3165:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3213:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3214:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3166:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3214:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3215:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3167:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3215:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3306:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3285:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3306:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3307:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3286:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3307:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3308:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3287:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3308:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3309:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3288:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3309:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3310:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3289:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3310:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3311:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3290:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3311:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3312:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3291:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3312:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3313:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3292:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3313:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3314:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3293:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3314:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3323:2: style: Variable 'file_actions' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3284:0: note: Variable 'file_actions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3323:2: note: Variable 'file_actions' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3326:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3296:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3326:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3333:3: style: Variable 'file_action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3329:0: note: Variable 'file_action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3333:3: note: Variable 'file_action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3338:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3336:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3338:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3339:4: style: Variable 'file_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3337:0: note: Variable 'file_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3339:4: note: Variable 'file_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3348:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3342:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3348:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3349:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3343:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3349:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3350:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3344:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3350:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3351:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3345:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3351:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3352:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3341:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3352:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3353:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3346:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3353:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3354:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3347:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3354:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3387:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3379:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3387:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3388:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3380:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3388:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3381:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3390:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3378:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3390:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3391:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3383:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3391:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3392:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3384:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3392:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3398:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3394:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3398:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3399:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3395:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3399:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3435:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3425:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3435:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3436:2: style: Variable 'list_uris' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3424:0: note: Variable 'list_uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3436:2: note: Variable 'list_uris' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3447:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3447:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3448:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3440:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3448:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3449:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3443:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3449:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3486:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3480:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3486:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3488:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3482:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3488:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3489:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3483:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3489:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3490:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3484:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3490:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3491:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3485:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3491:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3525:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3522:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3525:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3526:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3523:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3526:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3538:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3533:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3538:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3539:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3534:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3539:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3541:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3535:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3541:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3542:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3536:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3542:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3553:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3548:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3553:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3554:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3549:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3554:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3550:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3557:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3551:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3557:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3568:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3568:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3569:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3564:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3569:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3571:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3565:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3571:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3572:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3566:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3572:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3582:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3578:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3582:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3583:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3579:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3583:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3585:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3580:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3585:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3591:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3596:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3592:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3596:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3598:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3593:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3598:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3608:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3604:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3608:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3609:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3605:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3609:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3611:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3606:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3611:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3633:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3617:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3633:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3634:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3618:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3634:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3636:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3620:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3636:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3637:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3621:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3637:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3638:2: style: Variable 'synctex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3619:0: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3638:2: note: Variable 'synctex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3639:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3622:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3639:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3640:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3623:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3640:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3641:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3624:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3641:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3642:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3625:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3642:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3643:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3626:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3643:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3644:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3627:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3644:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3645:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3628:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3645:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3646:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3629:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3646:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3647:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3630:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3647:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3648:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3631:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3648:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3673:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3662:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3673:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3674:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3663:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3674:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3676:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3664:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3676:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3677:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3665:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3677:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3681:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3668:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3681:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3682:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3669:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3682:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3699:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3699:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3717:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3711:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3717:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3718:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3712:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3718:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3719:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3713:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3719:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3720:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3714:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3720:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3722:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3710:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3722:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3741:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3738:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3741:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3743:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3739:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3743:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3744:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3740:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3744:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3761:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3758:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3761:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3762:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3762:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3772:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3769:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3772:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3773:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3770:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3773:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3787:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3782:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3787:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3793:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3791:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3793:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3816:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3811:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3816:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3817:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3812:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3817:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3824:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3822:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3824:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3841:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3834:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3841:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3842:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3835:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3842:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3865:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3858:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3865:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3866:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3859:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3866:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3897:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3894:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3897:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3898:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window.c:3895:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:3898:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window.c:1563:0: style: Variable '_uri_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1585:23: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1619:2: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:1925:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3325:24: style: Variable '_file_actions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3334:36: style: Variable 'file_action_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3331:0: style: Variable '_file_action_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window.c:3487:23: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_build_tools.c:1503:174: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1505:176: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1513:183: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:1521:183: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/main_window_build_tools.c:581:12: warning: Either the condition 'build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp37_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:613:2: note: Assuming that condition 'build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:580:12: note: Assignment '_tmp37_=build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:581:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:617:12: warning: Either the condition 'build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp47_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:647:2: note: Assuming that condition 'build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:616:12: note: Assignment '_tmp47_=build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:617:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1018:12: warning: Either the condition 'default_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1031:3: note: Assuming that condition 'default_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1017:12: note: Assignment '_tmp16_=default_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1018:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1040:12: warning: Either the condition 'default_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1105:2: note: Assuming that condition 'default_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1039:12: note: Assignment '_tmp22_=default_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1040:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:1073:12: warning: Either the condition 'personal_build_tools==NULL' is redundant or there is possible null pointer dereference: _tmp30_. [nullPointerRedundantCheck]
latexila-3.22.0/src/main_window_build_tools.c:1104:2: note: Assuming that condition 'personal_build_tools==NULL' is not redundant
latexila-3.22.0/src/main_window_build_tools.c:1072:12: note: Assignment '_tmp30_=personal_build_tools', assigned value is 0
latexila-3.22.0/src/main_window_build_tools.c:1073:12: note: Null pointer dereference
latexila-3.22.0/src/main_window_build_tools.c:344:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:319:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:344:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:345:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:345:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:347:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:347:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:348:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:322:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:348:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:406:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:402:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:406:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:407:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:403:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:407:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:408:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:404:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:408:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:409:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:405:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:409:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:416:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:412:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:416:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:417:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:413:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:417:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:436:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:431:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:436:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:432:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:451:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:447:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:451:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:452:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:448:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:452:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:506:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:506:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:507:2: style: Variable 'build_tool_is_running' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:459:0: note: Variable 'build_tool_is_running' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:507:2: note: Variable 'build_tool_is_running' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:508:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:508:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:509:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:463:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:509:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:510:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:464:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:510:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:511:2: style: Variable 'stop_exec_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:461:0: note: Variable 'stop_exec_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:511:2: note: Variable 'stop_exec_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:512:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:466:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:512:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:513:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:467:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:513:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:514:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:468:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:514:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:515:2: style: Variable 'preferences_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:465:0: note: Variable 'preferences_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:515:2: note: Variable 'preferences_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:516:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:469:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:516:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:517:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:470:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:517:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:519:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:471:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:519:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:520:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:472:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:520:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:522:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:474:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:522:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:523:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:475:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:523:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:524:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:476:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:524:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:525:2: style: Variable 'clean_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:473:0: note: Variable 'clean_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:525:2: note: Variable 'clean_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:526:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:478:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:526:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:527:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:479:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:527:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:528:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:480:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:528:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:529:2: style: Variable 'view_log_action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:477:0: note: Variable 'view_log_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:529:2: note: Variable 'view_log_action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:530:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:481:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:530:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:531:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:482:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:531:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:532:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:483:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:532:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:537:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:534:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:537:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:539:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:535:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:539:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:541:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:536:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:541:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:561:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:559:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:561:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:563:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:560:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:563:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:585:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:583:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:585:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:589:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:587:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:589:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:590:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:588:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:590:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:599:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:594:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:599:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:600:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:592:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:600:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:601:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:595:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:601:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:602:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:596:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:602:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:621:3: style: Variable 'tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:619:0: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:621:3: note: Variable 'tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:625:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:623:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:625:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:626:4: style: Variable 'tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:624:0: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:626:4: note: Variable 'tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:635:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:630:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:635:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:636:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:628:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:636:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:637:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:631:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:637:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:638:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:632:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:638:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:664:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:658:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:664:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:665:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:659:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:665:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:666:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:660:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:666:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:667:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:661:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:667:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:669:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:656:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:669:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:683:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:677:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:683:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:684:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:678:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:684:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:685:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:679:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:685:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:686:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:680:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:686:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:688:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:675:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:688:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:712:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:696:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:712:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:713:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:697:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:713:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:717:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:715:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:717:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:718:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:716:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:718:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:724:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:722:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:724:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:725:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:723:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:725:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:729:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:727:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:729:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:730:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:728:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:730:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:820:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:768:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:820:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:822:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:770:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:822:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:845:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:842:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:845:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:846:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:843:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:846:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:847:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:844:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:847:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:888:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:885:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:888:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:889:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:886:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:889:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:922:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:907:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:922:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:923:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:906:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:923:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:924:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:909:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:924:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:925:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:910:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:925:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:926:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:911:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:926:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:974:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:974:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:976:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:953:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:976:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:980:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:978:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:980:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:981:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:979:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:981:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:989:3: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:987:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:989:3: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:993:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:991:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:993:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:994:4: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:992:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:994:4: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1000:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:996:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1000:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1003:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:998:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1003:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1004:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:999:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1004:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1022:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1020:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1022:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1023:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1021:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1023:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1044:3: style: Variable 'build_tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1042:0: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1044:3: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1048:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1046:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1048:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1049:4: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1047:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1049:4: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1058:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1053:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1058:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1059:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1051:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1059:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1060:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1054:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1060:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1061:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1055:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1061:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1077:3: style: Variable 'build_tool_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1075:0: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1077:3: note: Variable 'build_tool_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1081:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1079:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1081:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1082:4: style: Variable 'build_tool' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1080:0: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1082:4: note: Variable 'build_tool' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1091:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1086:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1091:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1092:5: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1084:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1092:5: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1093:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1087:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1093:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1094:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1088:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1094:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1110:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1111:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1118:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1112:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1118:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1119:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1113:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1119:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1125:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1164:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1127:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1164:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1196:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1192:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1196:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1197:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1193:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1197:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1198:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1194:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1198:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1256:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1256:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1314:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1314:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1315:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1315:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1316:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1284:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1316:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1318:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1285:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1318:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1320:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1286:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1320:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1322:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1287:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1322:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1323:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1288:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1323:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1324:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1289:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1324:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1325:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1290:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1325:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1327:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1291:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1327:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1329:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1293:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1329:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1330:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1294:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1330:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1331:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1295:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1331:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1332:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1296:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1332:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1333:2: style: Variable 'active_doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1292:0: note: Variable 'active_doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1333:2: note: Variable 'active_doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1334:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1297:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1334:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1335:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1298:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1335:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1340:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1337:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1340:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1341:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1338:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1341:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1342:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1339:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1342:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1356:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1348:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1356:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1357:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1349:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1357:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1358:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1350:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1358:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1364:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1361:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1364:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1365:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1362:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1365:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1366:4: style: Variable 'tmp_location_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1360:0: note: Variable 'tmp_location_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1366:4: note: Variable 'tmp_location_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1367:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1363:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1367:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1377:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1376:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1377:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1385:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1381:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1385:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1386:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1382:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1386:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1387:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1383:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1387:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1388:4: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1384:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1388:4: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1400:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1393:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1400:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1401:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1394:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1401:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1402:5: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1392:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1402:5: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1403:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1396:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1403:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1437:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1436:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1437:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1493:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1471:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1493:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1495:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1473:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1495:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1496:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1472:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1496:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1497:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1475:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1497:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1498:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1476:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1498:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1499:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1477:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1499:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1533:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1530:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1533:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1535:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1531:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1535:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1551:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1541:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1551:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1552:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1542:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1552:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1553:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1543:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1553:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1555:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1545:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1555:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1556:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1546:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1556:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1557:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1547:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1557:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1558:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1548:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1558:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1559:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1549:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1559:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1560:2: style: Variable 'build_files' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1544:0: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1560:2: note: Variable 'build_files' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1600:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1567:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1600:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1601:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1568:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1601:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1602:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1569:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1602:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1604:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1570:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1604:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1605:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1571:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1605:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1606:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1572:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1606:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1607:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1607:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1609:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1575:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1609:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1610:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1576:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1610:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1611:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1577:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1611:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1612:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1578:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1612:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1613:2: style: Variable 'mainfile' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1574:0: note: Variable 'mainfile' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1613:2: note: Variable 'mainfile' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1614:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1580:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1614:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1615:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1581:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1615:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1616:2: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1579:0: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1616:2: note: Variable 'directory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1617:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1583:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1617:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1618:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1584:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1618:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1619:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1585:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1619:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1620:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1586:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1620:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1621:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1587:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1621:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1622:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1588:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1622:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1623:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1589:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1623:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1626:2: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1582:0: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1626:2: note: Variable 'basename' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1627:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1591:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1627:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1628:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1592:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1628:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1629:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1593:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1629:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1630:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1590:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1630:2: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1631:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1595:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1631:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1632:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1596:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1632:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1633:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1597:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1633:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1634:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1594:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1634:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1635:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1598:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1635:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1642:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1639:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1642:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1643:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1640:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1643:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1644:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1641:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1644:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1659:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1659:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1660:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_build_tools.c:1657:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:1660:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_build_tools.c:741:16: style: Variable '_name_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_build_tools.c:873:22: style: Variable '_extensions_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:249:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:235:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:249:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:250:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:250:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:253:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:238:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:253:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:286:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:286:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:287:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:287:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:309:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:309:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:349:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:343:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:349:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:351:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:344:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:351:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:353:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:353:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:355:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:346:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:355:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:357:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:347:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:357:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:385:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:375:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:385:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:386:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:376:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:386:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:387:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:377:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:387:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:388:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:378:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:388:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:389:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:379:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:389:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:391:3: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:374:0: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:391:3: note: Variable 'regex' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:425:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:424:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:425:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:453:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:440:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:453:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:455:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:455:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:457:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:442:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:457:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:461:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:459:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:461:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:462:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:460:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:462:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:470:3: style: Variable 'action_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:468:0: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:470:3: note: Variable 'action_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:474:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:472:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:474:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:475:4: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:473:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:475:4: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:481:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:477:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:481:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:484:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:479:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:484:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:485:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:480:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:485:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:509:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:508:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:509:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:588:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:586:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:588:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:602:6: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:600:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:602:6: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:603:6: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:601:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:603:6: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:626:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:625:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:626:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:643:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:644:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:654:2: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:642:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:654:2: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:655:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:646:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:655:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:656:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:647:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:656:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:657:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:648:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:657:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:658:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:649:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:658:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:666:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:666:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:669:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:664:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:669:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:671:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:665:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:671:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:680:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:703:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:703:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:704:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:683:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:704:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:707:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:686:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:707:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:708:2: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:685:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:708:2: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:709:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:688:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:709:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:710:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:689:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:710:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:711:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:690:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:711:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:712:2: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:687:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:712:2: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:714:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:691:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:714:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:715:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:692:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:715:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:716:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:693:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:716:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:717:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:694:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:717:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:718:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:695:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:718:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:722:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:696:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:722:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:723:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:697:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:723:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:724:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:698:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:724:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:744:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:733:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:744:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:746:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:735:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:746:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:747:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:736:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:747:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:771:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:765:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:771:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:772:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:766:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:772:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:773:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:767:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:773:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:774:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:768:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:774:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:775:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:769:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:775:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:777:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:764:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:777:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:800:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:784:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:800:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:801:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:801:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:802:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:802:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:803:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:783:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:803:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:804:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:788:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:804:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:805:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:789:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:805:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:806:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:790:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:806:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:807:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:791:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:807:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:808:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:792:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:808:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:809:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:793:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:809:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:815:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:787:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:815:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:818:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:796:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:818:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:825:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:821:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:825:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:830:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:828:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:830:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:831:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:829:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:831:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:840:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:834:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:840:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:841:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:835:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:841:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:842:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:836:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:842:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:843:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:837:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:843:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:844:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:833:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:844:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:845:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:838:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:845:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:846:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:839:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:846:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:889:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:862:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:889:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:891:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:863:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:891:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:892:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:864:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:892:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:893:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:865:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:893:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:931:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:927:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:931:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:932:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:928:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:932:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:933:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:929:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:933:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:944:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:937:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:944:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:945:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:938:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:945:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:946:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:936:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:946:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:947:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:940:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:947:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:987:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:982:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:987:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:988:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:983:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:988:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:989:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:984:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:989:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:991:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:985:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:991:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1003:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:997:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1003:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1004:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:998:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1004:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1005:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:999:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1005:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1007:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1000:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1007:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1009:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1001:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1009:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1021:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1015:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1021:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1022:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1016:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1022:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1023:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1017:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1023:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1025:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1018:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1025:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1027:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1019:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1027:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1050:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1034:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1050:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1051:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1035:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1051:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1052:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1036:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1052:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1053:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1037:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1053:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1054:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1033:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1054:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1056:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1038:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1056:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1058:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1040:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1058:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1059:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1041:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1059:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1060:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1042:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1060:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1061:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_documents.c:1043:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:1061:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_documents.c:817:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:826:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_documents.c:823:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:269:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:260:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:269:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:270:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:261:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:270:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:272:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:262:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:272:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:293:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:300:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:294:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:300:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:301:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:295:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:301:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:302:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:292:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:302:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:303:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:296:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:303:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:305:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:297:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:305:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:339:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:321:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:339:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:340:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:322:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:340:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:341:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:323:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:341:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:342:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:324:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:342:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:343:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:325:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:343:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:344:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:326:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:344:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:345:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:327:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:345:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:346:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:328:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:346:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:347:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:329:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:347:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:348:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:330:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:348:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:349:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:331:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:349:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:350:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:332:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:350:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:351:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:333:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:351:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:364:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:320:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:364:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:367:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:336:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:367:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:374:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:370:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:374:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:379:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:377:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:379:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:380:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:378:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:380:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:389:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:383:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:389:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:390:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:384:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:390:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:391:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:385:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:391:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:392:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:386:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:392:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:393:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:382:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:393:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:394:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:387:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:394:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:395:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:388:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:395:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:421:2: style: Variable 'has_selection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:407:0: note: Variable 'has_selection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:421:2: note: Variable 'has_selection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:408:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:409:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:424:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:410:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:424:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:431:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:431:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:432:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:427:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:432:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:433:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:428:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:433:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:434:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:429:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:434:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:435:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:430:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:435:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:455:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:451:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:455:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:460:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:458:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:460:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:461:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:459:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:461:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:470:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:464:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:470:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:471:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:465:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:471:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:472:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:466:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:472:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:473:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:467:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:473:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:474:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:463:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:474:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:475:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:468:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:475:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:476:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:469:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:476:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:498:2: style: Variable 'can_undo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:488:0: note: Variable 'can_undo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:498:2: note: Variable 'can_undo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:499:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:489:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:499:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:500:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:490:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:500:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:501:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:491:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:501:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:508:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:503:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:508:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:509:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:504:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:509:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:510:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:505:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:510:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:512:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:507:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:512:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:536:2: style: Variable 'can_redo' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:526:0: note: Variable 'can_redo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:536:2: note: Variable 'can_redo' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:527:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:538:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:528:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:538:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:539:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:529:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:539:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:546:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:541:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:546:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:547:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:542:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:547:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:548:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:543:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:548:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:550:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:545:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:550:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:573:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:564:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:573:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:574:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:565:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:574:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:575:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:566:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:575:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:577:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:567:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:577:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:578:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:568:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:578:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:579:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:569:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:579:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:581:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:571:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:581:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:592:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:583:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:592:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:593:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:584:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:593:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:594:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:585:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:594:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:596:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:586:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:596:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:597:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:587:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:597:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:598:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:588:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:598:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:600:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:589:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:600:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:601:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:590:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:601:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:602:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:591:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:602:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:618:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:609:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:618:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:619:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:610:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:619:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:620:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:611:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:620:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:622:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:612:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:622:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:623:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:613:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:623:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:624:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:614:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:624:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:626:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:616:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:626:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:637:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:628:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:637:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:638:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:629:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:638:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:639:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:630:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:639:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:641:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:631:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:641:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:642:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:632:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:642:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:643:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:633:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:643:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:645:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:634:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:645:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:646:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:635:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:646:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:647:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:636:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:647:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:661:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:654:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:661:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:662:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:655:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:662:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:663:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:663:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:665:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:665:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:666:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:658:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:666:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:667:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:659:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:667:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:680:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:673:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:680:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:681:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:674:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:681:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:682:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:675:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:682:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:684:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:676:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:684:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:685:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:677:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:685:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:686:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:678:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:686:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:699:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:692:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:699:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:700:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:693:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:700:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:701:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:694:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:701:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:703:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:695:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:703:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:704:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:696:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:704:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:705:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:697:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:705:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:718:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:711:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:718:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:719:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:712:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:719:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:720:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:713:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:720:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:722:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:714:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:722:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:723:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:715:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:723:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:724:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:716:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:724:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:737:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:730:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:737:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:738:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:731:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:738:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:739:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:732:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:739:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:741:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:733:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:741:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:742:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:734:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:742:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:743:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:735:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:743:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:765:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:750:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:765:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:766:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:751:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:766:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:767:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:752:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:767:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:768:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:753:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:768:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:769:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:749:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:769:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:771:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:756:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:771:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:772:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:757:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:772:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:774:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:754:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:774:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:775:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:755:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:775:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:776:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:760:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:776:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:777:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:761:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:777:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:778:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:762:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:778:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:779:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:763:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:779:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:802:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:787:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:802:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:803:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:788:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:803:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:804:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:789:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:804:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:805:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:790:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:805:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:806:2: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:786:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:806:2: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:808:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:793:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:808:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:809:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:794:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:809:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:811:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:791:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:811:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:812:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:792:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:812:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:813:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:797:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:813:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:814:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:798:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:814:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:815:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:799:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:815:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:816:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:800:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:816:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:830:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:823:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:830:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:831:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:824:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:831:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:832:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:825:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:832:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:834:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:826:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:834:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:835:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:827:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:835:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:836:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:828:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:836:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:849:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:842:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:849:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:850:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:843:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:850:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:851:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:844:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:851:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:853:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:845:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:853:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:854:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:846:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:854:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:855:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:847:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:855:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:868:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:861:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:868:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:869:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:862:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:869:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:870:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:863:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:870:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:872:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:864:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:872:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:873:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:865:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:873:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:874:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:866:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:874:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:880:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:884:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_edit.c:881:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:884:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_edit.c:366:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:375:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:372:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:447:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:456:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_edit.c:453:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:238:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:224:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:238:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:239:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:225:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:239:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:241:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:226:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:241:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:289:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:276:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:289:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:291:2: style: Variable 'recent_manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:275:0: note: Variable 'recent_manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:291:2: note: Variable 'recent_manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:292:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:279:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:292:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:294:2: style: Variable 'recent_menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:278:0: note: Variable 'recent_menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:294:2: note: Variable 'recent_menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:328:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:328:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:329:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:329:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:330:2: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:319:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:330:2: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:331:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:322:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:331:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:332:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:323:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:332:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:333:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:324:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:333:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:334:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:325:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:334:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:335:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:326:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:335:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:348:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:358:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:349:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:358:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:360:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:351:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:360:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:362:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:350:0: note: Variable 'filter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:362:2: note: Variable 'filter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:364:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:352:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:364:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:366:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:353:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:366:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:384:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:384:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:385:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:375:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:385:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:386:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:376:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:386:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:387:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:377:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:387:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:388:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:388:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:393:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:373:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:393:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:396:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:381:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:396:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:403:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:399:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:403:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:408:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:406:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:408:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:409:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:407:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:409:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:418:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:412:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:418:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:419:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:413:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:419:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:420:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:414:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:420:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:421:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:415:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:421:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:422:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:411:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:422:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:423:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:416:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:423:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:424:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:417:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:424:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:437:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:442:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:442:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:443:2: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:436:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:443:2: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:444:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:439:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:444:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:453:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:447:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:453:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:454:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:448:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:454:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:455:3: style: Variable 'tab' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:446:0: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:455:3: note: Variable 'tab' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:456:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:449:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:456:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:457:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:450:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:457:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:458:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:451:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:458:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:459:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:452:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:459:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:468:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:472:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:469:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:472:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:529:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:529:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:530:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:530:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:531:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:493:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:531:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:532:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:494:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:532:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:533:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:495:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:533:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:535:2: style: Variable 'file_chooser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:490:0: note: Variable 'file_chooser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:535:2: note: Variable 'file_chooser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:536:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:497:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:536:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:537:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:498:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:537:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:538:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:499:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:538:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:545:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:540:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:545:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:546:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:541:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:546:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:547:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:542:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:547:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:548:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:543:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:548:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:549:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:544:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:549:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:570:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:556:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:570:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:571:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:557:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:571:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:572:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:558:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:572:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:573:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:559:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:573:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:574:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:560:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:574:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:575:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:561:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:575:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:576:3: style: Variable 'location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:555:0: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:576:3: note: Variable 'location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:577:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:563:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:577:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:578:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:564:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:578:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:579:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:565:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:579:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:580:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:566:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:580:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:581:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:567:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:581:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:592:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:590:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:592:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:593:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:591:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:593:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:598:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:595:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:598:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:599:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:596:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:599:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:600:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:597:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:600:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:640:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:638:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:640:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:641:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:639:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:641:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:657:3: style: Variable 'file_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:655:0: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:657:3: note: Variable 'file_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:661:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:659:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:661:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:662:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:660:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:662:4: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:669:5: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:664:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:669:5: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:670:5: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:665:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:670:5: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:671:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:666:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:671:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:672:5: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:667:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:672:5: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:673:5: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:668:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:673:5: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:696:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:688:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:696:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:697:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:689:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:697:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:698:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:690:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:698:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:700:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:691:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:700:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:701:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:692:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:701:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:702:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:693:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:702:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:703:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:694:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:703:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:717:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:709:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:717:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:718:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:710:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:718:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:719:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:711:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:719:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:721:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:712:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:721:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:722:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:713:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:722:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:723:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:714:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:723:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:724:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:715:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:724:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:748:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:730:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:748:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:749:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:731:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:749:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:750:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:732:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:750:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:752:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:736:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:752:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:753:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:737:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:753:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:754:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:738:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:754:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:755:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:739:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:755:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:756:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:735:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:756:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:758:2: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:733:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:758:2: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:759:2: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:734:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:759:2: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:760:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:743:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:760:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:761:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:744:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:761:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:762:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:745:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:762:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:763:2: style: Variable 'template_contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:742:0: note: Variable 'template_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:763:2: note: Variable 'template_contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:764:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:746:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:764:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:776:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:773:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:776:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:777:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:774:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:777:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:779:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:772:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:779:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:795:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:787:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:795:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:796:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:788:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:796:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:797:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:789:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:797:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:799:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:790:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:799:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:800:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:791:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:800:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:801:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:792:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:801:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:802:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_file.c:793:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:802:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_file.c:395:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:404:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_file.c:401:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_structure.c:230:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:223:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:230:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:231:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:231:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:232:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:225:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:232:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:280:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:272:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:280:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:281:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:273:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:281:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:299:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:296:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:299:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:297:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:312:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:308:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:312:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:324:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:319:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:324:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:325:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:320:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:325:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:326:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:321:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:326:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:335:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:330:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:335:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:336:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:331:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:336:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:337:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:332:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:337:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:338:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:333:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:338:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:339:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:334:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:339:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:344:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:342:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:344:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:345:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:343:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:345:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:359:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:353:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:359:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:361:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:355:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:361:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:362:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:356:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:362:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:363:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:357:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:363:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:364:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:354:0: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:364:2: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:372:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:399:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:373:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:399:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:400:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:374:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:400:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:401:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:371:0: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:401:2: note: Variable 'menu' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:402:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:375:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:402:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:404:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:377:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:404:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:405:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:378:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:405:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:406:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:379:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:406:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:407:2: style: Variable 'shift_left' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:376:0: note: Variable 'shift_left' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:407:2: note: Variable 'shift_left' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:457:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:454:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:457:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:459:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:455:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:459:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:465:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:470:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:466:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:470:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:476:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:481:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:477:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:481:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:490:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:487:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:490:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:492:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:488:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:492:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:501:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:498:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:501:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:503:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:499:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:503:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:512:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:509:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:512:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:514:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:510:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:514:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:523:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:520:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:523:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:525:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:521:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:525:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:534:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:531:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:534:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:536:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_structure.c:532:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_structure.c:536:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:174:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:171:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:174:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:175:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:172:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:175:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:176:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:173:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:176:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:181:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:178:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:181:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:182:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:179:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:182:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:183:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:180:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:183:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:209:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:196:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:209:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:210:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:197:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:210:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:198:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:265:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:247:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:265:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:266:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:248:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:266:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:267:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:249:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:267:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:306:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:293:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:306:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:307:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:294:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:307:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:308:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:295:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:308:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:309:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:292:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:309:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:310:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:297:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:310:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:311:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:298:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:311:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:312:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:299:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:312:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:313:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:300:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:313:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:317:2: style: Variable 'action_names' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:296:0: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:317:2: note: Variable 'action_names' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:320:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:303:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:320:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:327:3: style: Variable 'action_name_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:323:0: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:327:3: note: Variable 'action_name_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:332:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:330:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:332:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:333:4: style: Variable 'action_name' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:331:0: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:333:4: note: Variable 'action_name' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:342:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:336:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:342:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:343:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:337:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:343:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:344:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:338:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:344:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:345:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:339:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:345:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:346:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:335:0: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:346:5: note: Variable 'action' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:347:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:340:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:347:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:348:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:341:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:348:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:367:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:361:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:367:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:368:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:362:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:368:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:369:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:363:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:369:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:370:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:364:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:370:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:371:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:360:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:371:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:387:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:387:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:388:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:388:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:390:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:384:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:390:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:391:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:380:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:391:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:420:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:401:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:420:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:421:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:402:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:421:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:403:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:423:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:404:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:423:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:424:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:400:0: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:424:2: note: Variable 'view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:425:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:405:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:425:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:427:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:407:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:427:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:428:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:408:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:428:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:444:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:440:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:444:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:445:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:441:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:445:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:448:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:442:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:448:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:450:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/main_window_tools.c:443:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:450:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/main_window_tools.c:319:24: style: Variable '_action_names_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_tools.c:328:36: style: Variable 'action_name_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/main_window_tools.c:325:0: style: Variable '_action_name_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/menu_in_toolbar.c:70:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:63:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:70:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:71:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:64:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:71:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:72:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:65:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:72:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:73:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:66:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:73:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:74:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:62:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:74:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:75:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:68:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:75:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:76:2: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/menu_in_toolbar.c:67:0: note: Variable 'ac' is reassigned a value before the old one has been used.
latexila-3.22.0/src/menu_in_toolbar.c:76:2: note: Variable 'ac' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/most_used_symbols.c:454:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/most_used_symbols.c:450:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/most_used_symbols.c:451:13: note: Null pointer dereference
latexila-3.22.0/src/most_used_symbols.c:122:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:121:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:122:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:144:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:141:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:144:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:147:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:146:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:147:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:159:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:172:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:173:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:185:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:183:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:185:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:197:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:192:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:197:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:198:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:194:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:198:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:199:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:191:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:199:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:202:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:201:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:202:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:207:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:215:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:208:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:215:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:233:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:239:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:235:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:239:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:240:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:231:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:240:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:250:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:249:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:250:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:263:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:261:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:263:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:264:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:262:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:264:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:301:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:302:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:327:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:300:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:327:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:328:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:303:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:328:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:369:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:374:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:370:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:374:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:375:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:368:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:375:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:376:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:371:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:376:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:377:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:367:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:377:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:390:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:400:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:389:0: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:400:2: note: Variable 'file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:401:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:391:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:401:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:402:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:392:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:402:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:429:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:417:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:429:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:430:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:420:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:430:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:431:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:421:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:431:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:432:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:419:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:432:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:433:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:422:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:433:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:434:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:423:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:434:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:448:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:445:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:448:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:450:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:446:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:450:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:447:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:451:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:479:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:470:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:479:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:480:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:471:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:480:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:481:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:472:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:481:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:497:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:493:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:497:5: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:504:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:503:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:504:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:546:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:541:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:546:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:549:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:544:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:549:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:550:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:545:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:550:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:565:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:560:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:565:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:568:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:563:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:568:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:595:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:585:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:595:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:598:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:588:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:598:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:599:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:589:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:599:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:600:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:590:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:600:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:601:11: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:591:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:601:11: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:602:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:592:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:602:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:603:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:593:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:603:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:604:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:594:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:604:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:642:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:635:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:642:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:643:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:636:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:643:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:644:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:637:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:644:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:645:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:638:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:645:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:646:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:639:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:646:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:647:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:640:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:647:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:648:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:641:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:648:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:683:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:667:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:683:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:697:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:696:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:697:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:706:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:705:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:706:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:724:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:722:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:724:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:725:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/most_used_symbols.c:723:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/most_used_symbols.c:725:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
latexila-3.22.0/src/preferences_dialog.c:320:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/preferences_dialog.c:297:13: note: Assignment '_tmp16_=e', assigned value is 0
latexila-3.22.0/src/preferences_dialog.c:298:13: note: Null pointer dereference
latexila-3.22.0/src/preferences_dialog.c:234:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:201:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:234:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:202:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:239:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:204:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:239:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:240:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:205:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:240:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:265:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:262:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:265:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:266:3: style: Variable 'ui_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:261:0: note: Variable 'ui_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:266:3: note: Variable 'ui_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:267:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:263:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:267:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:268:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:264:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:268:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:295:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:279:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:295:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:297:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:281:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:297:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:282:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:298:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:299:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:283:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:299:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:300:3: style: Variable 'message' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:280:0: note: Variable 'message' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:300:3: note: Variable 'message' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:301:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:284:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:301:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:303:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:286:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:303:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:304:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:287:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:304:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:306:3: style: Variable 'label_error' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:285:0: note: Variable 'label_error' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:306:3: note: Variable 'label_error' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:307:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:288:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:307:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:309:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:290:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:309:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:310:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:291:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:310:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:311:3: style: Variable 'content_area' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:289:0: note: Variable 'content_area' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:311:3: note: Variable 'content_area' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:312:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:292:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:312:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:313:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:293:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:313:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:315:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:294:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:315:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:374:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:373:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:374:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:376:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:372:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:376:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:406:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:400:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:406:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:411:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:411:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:426:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:424:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:426:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:427:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:425:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:427:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:457:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:437:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:457:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:458:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:458:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:460:2: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:436:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:460:2: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:461:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:439:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:461:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:462:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:440:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:462:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:464:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:441:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:464:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:465:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:442:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:465:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:467:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:444:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:467:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:470:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:446:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:470:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:492:3: style: Variable 'setting_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:488:0: note: Variable 'setting_str_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:492:3: note: Variable 'setting_str_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:497:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:495:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:497:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:498:4: style: Variable 'setting_str' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:496:0: note: Variable 'setting_str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:498:4: note: Variable 'setting_str' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:511:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:501:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:511:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:512:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:502:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:512:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:513:5: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:500:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:513:5: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:514:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:504:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:514:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:515:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:506:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:515:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:516:5: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:503:0: note: Variable 'keys' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:516:5: note: Variable 'keys' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:519:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:509:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:519:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:526:6: style: Variable 'key_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:522:0: note: Variable 'key_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:526:6: note: Variable 'key_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:531:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:529:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:531:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:532:7: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:530:0: note: Variable 'key' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:532:7: note: Variable 'key' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:536:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:534:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:536:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:537:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:535:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:537:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:558:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:558:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:559:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:559:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:560:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:555:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:560:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:621:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:574:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:621:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:622:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:573:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:622:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:623:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:576:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:623:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:624:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:577:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:624:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:625:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:578:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:625:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:626:2: style: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:575:0: note: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:626:2: note: Variable 'display_line_nb_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:628:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:580:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:628:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:629:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:581:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:629:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:630:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:582:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:630:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:768:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:752:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:768:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:769:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:749:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:769:2: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:770:2: style: Variable 'rows' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:750:0: note: Variable 'rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:770:2: note: Variable 'rows' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:771:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:753:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:771:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:772:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:754:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:772:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:819:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:804:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:819:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:820:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:805:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:820:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:821:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:806:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:821:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:822:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:803:0: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:822:2: note: Variable 'val' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:823:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:808:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:823:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:824:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:809:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:824:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:825:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:810:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:825:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:826:2: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:807:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:826:2: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:827:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:813:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:827:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:828:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:815:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:828:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:829:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:811:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:829:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:830:2: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:812:0: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:830:2: note: Variable 'valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:840:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:832:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:840:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:855:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:851:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:855:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:856:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:852:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:856:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:857:4: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:850:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:857:4: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:858:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:853:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:858:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:859:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:854:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:859:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:910:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:884:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:910:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:912:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:885:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:912:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:913:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:886:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:913:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:914:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:887:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:914:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:956:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:956:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:957:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:955:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:957:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:958:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:953:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:958:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:987:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:972:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:987:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:988:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:971:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:988:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:989:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:974:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:989:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:990:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:975:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:990:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:991:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:976:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:991:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:992:2: style: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:973:0: note: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:992:2: note: Variable 'interactive_comp_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:994:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:978:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:994:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:995:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:979:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:995:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:996:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:980:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:996:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1026:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1015:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1026:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1027:2: style: Variable 'editor_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1014:0: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1027:2: note: Variable 'editor_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1028:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1017:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1028:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1029:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1018:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1029:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1030:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1019:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1030:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1061:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1046:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1061:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1062:2: style: Variable 'latex_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1045:0: note: Variable 'latex_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1062:2: note: Variable 'latex_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1063:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1063:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1064:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1049:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1064:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1065:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1050:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1065:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1066:2: style: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1047:0: note: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1066:2: note: Variable 'confirm_clean_up_checkbutton' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1068:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1052:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1068:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1069:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1053:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1069:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1070:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1054:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1070:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1117:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1108:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1117:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1118:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1109:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1118:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1119:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1110:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1119:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1120:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1107:0: note: Variable 'v' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1120:2: note: Variable 'v' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1121:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1112:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1121:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1124:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1123:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1124:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1128:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1127:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1128:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1163:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1143:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1163:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1164:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1144:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1164:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1176:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1175:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1176:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1180:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1179:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1180:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1206:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1197:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1206:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1207:2: style: Variable 'app_settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1196:0: note: Variable 'app_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1207:2: note: Variable 'app_settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1208:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1199:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1208:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1209:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1200:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1209:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1210:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1201:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1210:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1211:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1202:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1211:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1212:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1198:0: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1212:2: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1213:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1203:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1213:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1242:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1243:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1254:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1244:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1254:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1255:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1245:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1255:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1256:2: style: Variable '_tmp3__target' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1246:0: note: Variable '_tmp3__target' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1256:2: note: Variable '_tmp3__target' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1257:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1247:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1257:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1290:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1269:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1290:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1291:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1291:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1341:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1341:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1343:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1343:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1344:2: style: Variable 'schema' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1317:0: note: Variable 'schema' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1344:2: note: Variable 'schema' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1345:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1322:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1345:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1346:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1323:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1346:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1347:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1324:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1347:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1348:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1325:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1348:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1349:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1326:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1349:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1398:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1373:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1398:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1399:2: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1372:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1399:2: note: Variable 'list_store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1374:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1402:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1375:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1402:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1403:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1376:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1403:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1405:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1378:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1405:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1407:2: style: Variable 'renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1377:0: note: Variable 'renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1407:2: note: Variable 'renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1408:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1380:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1408:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1409:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1381:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1409:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1411:2: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1379:0: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1411:2: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1412:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1382:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1412:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1413:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1383:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1413:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1415:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1385:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1415:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1416:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1386:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1416:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1417:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1387:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1417:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1418:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1384:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1418:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1419:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1388:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1419:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1421:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1390:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1421:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1422:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1391:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1422:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1423:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1389:0: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1423:2: note: Variable 'manager' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1424:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1392:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1424:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1425:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1394:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1425:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1431:3: style: Variable 'id_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1427:0: note: Variable 'id_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1431:3: note: Variable 'id_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1436:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1434:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1436:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1437:4: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1435:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1437:4: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1463:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1440:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1463:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1464:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1441:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1464:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1465:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1442:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1465:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1466:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1443:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1466:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1467:5: style: Variable 'scheme' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1439:0: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1467:5: note: Variable 'scheme' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1468:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1445:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1468:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1469:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1446:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1469:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1470:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1447:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1470:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1471:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1448:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1471:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1472:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1449:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1472:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1473:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1450:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1473:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1474:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1451:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1474:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1475:5: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1444:0: note: Variable 'desc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1475:5: note: Variable 'desc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1476:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1453:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1476:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1478:5: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1452:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1478:5: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1479:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1455:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1479:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1480:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1456:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1480:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1481:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1457:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1481:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1482:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1458:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1482:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1483:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1459:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1483:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1484:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1460:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1484:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1486:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1461:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1486:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1487:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1462:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1487:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1491:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1489:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1491:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1492:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/preferences_dialog.c:1490:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:1492:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/preferences_dialog.c:484:24: style: Variable '_settings_str_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:493:36: style: Variable 'setting_str_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:490:0: style: Variable '_setting_str_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:518:19: style: Variable '_keys_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:527:31: style: Variable 'key_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:524:0: style: Variable '_key_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:767:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1114:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1248:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1432:27: style: Variable 'id_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1429:0: style: Variable '_id_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/preferences_dialog.c:1521:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/project_dialogs.c:175:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:172:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:175:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:173:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:177:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:171:0: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:177:2: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:180:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:179:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:180:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:190:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:189:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:190:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:262:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:213:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:262:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:263:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:214:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:263:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:330:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:327:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:330:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:331:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:328:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:331:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:332:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:329:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:332:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:349:4: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:339:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:349:4: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:350:4: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:340:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:350:4: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:351:4: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:341:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:351:4: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:352:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:342:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:352:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:353:4: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:343:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:353:4: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:354:4: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:344:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:354:4: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:373:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:372:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:373:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:431:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:391:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:431:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:447:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:446:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:447:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:587:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:528:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:587:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:588:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:529:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:588:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:590:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:531:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:590:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:591:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:532:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:591:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:671:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:668:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:671:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:672:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:669:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:672:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:673:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:670:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:673:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:683:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:682:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:683:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:718:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:702:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:718:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:806:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:804:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:806:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:844:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:823:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:844:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:871:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:867:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:871:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:873:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:868:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:873:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:874:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:869:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:874:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:903:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:894:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:903:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:904:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:895:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:904:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:906:2: style: Variable 'clear_dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:893:0: note: Variable 'clear_dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:906:2: note: Variable 'clear_dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:907:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:896:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:907:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:908:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:897:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:908:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:910:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:898:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:910:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:911:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:899:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:911:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:913:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:900:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:913:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:918:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:916:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:918:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:919:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:917:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:919:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:995:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:995:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:996:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:938:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:996:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1121:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1134:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1122:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1134:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1135:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1123:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1135:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1175:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1157:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1175:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1176:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1160:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1176:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1180:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1178:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1180:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1181:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1179:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1181:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1188:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1186:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1188:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1189:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1187:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1189:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1196:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1194:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1196:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1197:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1195:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1197:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1207:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1205:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1207:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1208:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1206:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1208:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1229:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1227:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1229:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1237:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1233:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1237:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1238:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1238:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1239:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1235:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1239:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1240:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1236:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1240:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1282:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1244:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1282:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1283:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/project_dialogs.c:1245:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/project_dialogs.c:1283:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:173:13: warning: Either the condition '_tmp11_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:482:4: note: Assuming that condition '_tmp11_==NULL' is not redundant
latexila-3.22.0/src/projects.c:480:18: note: Calling function 'project_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/projects.c:173:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:177:13: warning: Either the condition '_tmp11_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:482:4: note: Assuming that condition '_tmp11_==NULL' is not redundant
latexila-3.22.0/src/projects.c:480:18: note: Calling function 'project_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/projects.c:177:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:290:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:292:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/projects.c:289:13: note: Assignment '_tmp12_=e', assigned value is 0
latexila-3.22.0/src/projects.c:290:13: note: Null pointer dereference
latexila-3.22.0/src/projects.c:994:19: warning: Either the condition '_tmp31_==NULL' is redundant or there is possible null pointer dereference: _tmp31_. [nullPointerRedundantCheck]
latexila-3.22.0/src/projects.c:997:7: note: Assuming that condition '_tmp31_==NULL' is not redundant
latexila-3.22.0/src/projects.c:994:19: note: Null pointer dereference
latexila-3.22.0/src/projects.c:173:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:169:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:173:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:174:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:170:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:174:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:232:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:221:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:232:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:233:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:222:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:233:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:266:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:254:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:266:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:267:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:257:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:267:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:268:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:258:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:268:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:269:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:256:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:269:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:270:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:259:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:270:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:271:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:260:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:271:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:287:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:284:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:287:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:289:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:285:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:289:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:290:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:286:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:290:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:323:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:323:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:326:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:326:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:352:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:348:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:352:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:370:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:374:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:371:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:374:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:375:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:369:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:375:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:387:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:387:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:388:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:383:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:388:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:389:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:384:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:389:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:394:3: style: Variable 'window_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:392:0: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:394:3: note: Variable 'window_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:398:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:396:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:398:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:399:4: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:397:0: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:399:4: note: Variable 'window' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:402:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:401:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:402:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:408:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:405:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:408:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:409:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:406:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:409:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:445:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:438:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:445:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:446:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:439:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:446:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:447:3: style: Variable '_project_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:437:0: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:447:3: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:448:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:448:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:493:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:490:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:493:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:494:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:491:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:494:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:495:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:492:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:495:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:531:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:524:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:531:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:532:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:525:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:532:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:533:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:523:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:533:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:534:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:527:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:534:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:577:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:574:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:577:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:578:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:575:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:578:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:579:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:576:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:579:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:597:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:593:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:597:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:598:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:594:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:598:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:657:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:653:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:657:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:711:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:704:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:711:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:712:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:705:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:712:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:713:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:703:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:713:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:714:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:707:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:714:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:749:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:747:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:749:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:784:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:784:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:813:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:806:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:813:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:814:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:807:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:814:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:815:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:805:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:815:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:816:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:809:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:816:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:850:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:849:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:850:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:857:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:853:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:857:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:865:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:862:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:865:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:883:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:881:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:883:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:893:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:899:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:894:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:899:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:900:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:895:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:900:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:901:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:896:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:901:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:913:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:906:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:913:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:914:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:907:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:914:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:915:3: style: Variable '_doc_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:905:0: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:915:3: note: Variable '_doc_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:916:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:909:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:916:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:958:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:957:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:958:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1001:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:999:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1001:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1027:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1018:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1027:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1028:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1019:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1028:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1029:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1020:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1029:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1050:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1049:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1050:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1090:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1085:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1090:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1093:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1088:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1093:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1094:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1089:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1094:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1109:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1104:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1109:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1112:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1107:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1112:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1113:11: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1108:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1113:11: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1133:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1123:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1133:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1136:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1126:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1136:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1137:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1127:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1137:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1138:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1128:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1138:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1139:11: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1129:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1139:11: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1140:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1130:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1140:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1141:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1131:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1141:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1142:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1132:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1142:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1180:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1173:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1180:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1181:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1174:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1181:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1182:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1175:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1182:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1183:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1176:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1183:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1184:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1177:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1184:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1185:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1178:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1185:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1186:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1179:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1186:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1207:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1212:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1208:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1212:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1213:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1206:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1213:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1214:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1214:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1215:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1205:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1215:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1222:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1246:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1245:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1246:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1262:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1255:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1262:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1263:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1256:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1263:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1264:3: style: Variable '_project_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1254:0: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1264:3: note: Variable '_project_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1265:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1258:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1265:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1351:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1345:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1351:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1352:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1346:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1352:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1353:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1347:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1353:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1360:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1357:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1360:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1361:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1358:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1361:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1362:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1359:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1362:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1371:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1368:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1371:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1372:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1369:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1372:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1373:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/projects.c:1370:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/projects.c:1373:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1146:141: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:1162:159: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:1164:160: style: Condition 'NULL==NULL' is always true [knownConditionTrueFalse]
latexila-3.22.0/src/search.c:324:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:302:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:324:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:327:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:303:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:327:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:329:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:305:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:329:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:331:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:304:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:331:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:334:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:307:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:334:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:336:2: style: Variable 'img' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:306:0: note: Variable 'img' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:336:2: note: Variable 'img' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:339:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:309:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:339:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:340:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:310:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:340:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:342:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:308:0: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:342:2: note: Variable 'label' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:346:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:311:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:346:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:383:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:389:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:384:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:389:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:399:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:396:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:399:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:400:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:397:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:400:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:401:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:395:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:401:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:426:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:407:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:426:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:427:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:408:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:427:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:428:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:409:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:428:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:431:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:430:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:431:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:444:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:443:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:444:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:477:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:476:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:477:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:495:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:494:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:495:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:499:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:498:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:499:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:561:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:561:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:602:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:600:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:602:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:604:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:601:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:604:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:609:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:607:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:609:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:611:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:608:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:611:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:648:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:633:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:648:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:672:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:665:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:672:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:673:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:666:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:673:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:674:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:667:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:674:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:676:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:668:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:676:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:677:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:669:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:677:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:678:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:670:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:678:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:679:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:671:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:679:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:708:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:708:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:709:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:709:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:710:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:710:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:711:2: style: Variable 'sensitive' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:703:0: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:711:2: note: Variable 'sensitive' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:737:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:735:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:737:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:749:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:739:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:749:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:750:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:740:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:750:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:751:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:741:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:751:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:752:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:742:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:752:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:753:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:743:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:753:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:760:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:756:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:760:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:761:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:757:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:761:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:762:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:758:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:762:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:763:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:759:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:763:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:773:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:772:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:773:4: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:803:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:800:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:803:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:804:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:801:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:804:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:810:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:808:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:810:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:896:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:838:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:896:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:898:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:840:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:898:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:900:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:841:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:900:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1078:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1070:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1078:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1079:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1071:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1079:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1080:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1072:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1080:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1081:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1073:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1081:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1082:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1074:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1082:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1083:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1075:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1083:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1084:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1076:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1084:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1085:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1077:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1085:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1124:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1124:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1183:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1177:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1183:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1185:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1176:0: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1185:2: note: Variable 'button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1186:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1179:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1186:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1187:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1180:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1187:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1189:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1178:0: note: Variable 'image' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1189:2: note: Variable 'image' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1192:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1175:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1192:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1203:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1203:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1204:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1201:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1204:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1205:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1199:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1205:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1211:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1217:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1212:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1217:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1225:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1223:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1225:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1237:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1238:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1253:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1239:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1253:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1255:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1240:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1255:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1257:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1257:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1259:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1243:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1259:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1260:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1244:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1260:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1261:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1245:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1261:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1262:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1246:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1262:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1263:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1242:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1263:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1264:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1247:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1264:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1278:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1269:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1278:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1280:3: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1267:0: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1280:3: note: Variable 'start' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1281:3: style: Variable 'end' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1268:0: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1281:3: note: Variable 'end' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1282:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1272:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1282:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1283:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1273:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1283:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1284:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1274:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1284:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1285:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1275:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1285:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1286:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1276:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1286:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1287:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1277:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1287:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1307:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1299:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1307:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1311:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1302:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1311:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1313:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1303:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1313:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1314:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1304:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1314:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1315:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1305:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1315:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1320:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1320:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1321:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1318:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1321:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1322:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1319:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1322:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1342:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1342:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1364:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1361:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1364:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1370:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1368:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1370:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1371:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1369:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1371:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1378:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1377:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1378:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1384:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1381:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1384:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1389:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1388:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1389:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1424:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1404:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1424:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1425:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1405:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1425:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1426:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1406:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1426:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1427:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1407:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1427:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1428:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1403:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1428:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1429:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1408:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1429:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1465:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1458:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1465:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1466:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1459:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1466:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1467:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1460:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1467:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1474:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1471:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1474:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1475:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1472:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1475:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1476:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1473:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1476:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1510:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1487:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1510:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1516:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1516:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1517:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1517:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1522:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1521:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1522:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1538:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1536:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1538:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1539:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1537:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1539:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1564:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1558:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1564:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1565:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1559:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1565:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1568:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1562:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1568:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1569:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1563:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1569:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1581:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1575:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1581:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1583:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1577:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1583:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1584:3: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1573:0: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1584:3: note: Variable 'text' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1585:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1578:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1585:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1586:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1579:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1586:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1611:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1595:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1611:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1635:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1628:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1635:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1636:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1629:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1636:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1637:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1630:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1637:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1639:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1631:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1639:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1640:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1632:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1640:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1641:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1633:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1641:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1642:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1634:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1642:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1672:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1650:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1672:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1699:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1692:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1699:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1700:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1693:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1700:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1701:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1694:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1701:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1702:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1695:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1702:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1703:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1696:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1703:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1704:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1697:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1704:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1705:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1698:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1705:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1706:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1691:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1706:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1718:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/search.c:1717:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1718:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/search.c:1066:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/side_panel.c:112:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:106:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:112:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:113:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:107:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:113:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:160:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:146:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:160:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:211:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:206:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:211:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:213:2: style: Variable 'close_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:205:0: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:213:2: note: Variable 'close_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:216:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:216:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:218:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:208:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:218:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:220:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:209:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:220:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:248:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:232:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:248:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:250:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:231:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:250:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:251:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:251:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:252:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:235:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:252:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:253:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:236:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:253:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:254:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:237:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:254:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:256:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:238:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:256:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:257:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:239:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:257:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:259:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:240:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:259:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:260:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:241:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:260:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:295:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:295:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:296:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:296:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:297:3: style: Variable '_component_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:287:0: note: Variable '_component_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:297:3: note: Variable '_component_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:298:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:291:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:298:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:365:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:361:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:365:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:377:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:373:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:377:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:379:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:375:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:379:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:380:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/side_panel.c:376:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/side_panel.c:380:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:129:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:138:2: style: Variable 'icon_source' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:128:0: note: Variable 'icon_source' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:138:2: note: Variable 'icon_source' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:130:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:141:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:132:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:141:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:142:2: style: Variable 'icon_set' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:131:0: note: Variable 'icon_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:142:2: note: Variable 'icon_set' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:144:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:134:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:144:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:145:2: style: Variable 'icon_factory' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:133:0: note: Variable 'icon_factory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:145:2: note: Variable 'icon_factory' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:146:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/stock_icons.c:135:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/stock_icons.c:146:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
latexila-3.22.0/src/structure.c:1924:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/structure.c:1921:12: note: Assignment '_tmp4_=e', assigned value is 0
latexila-3.22.0/src/structure.c:1922:12: note: Null pointer dereference
latexila-3.22.0/src/structure.c:377:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:373:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:377:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:379:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:379:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:386:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:375:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:386:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:404:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:400:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:404:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:405:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:401:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:405:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:406:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:402:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:406:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:434:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:418:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:434:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:436:2: style: Variable 'toolbar' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:417:0: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:436:2: note: Variable 'toolbar' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:419:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:439:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:420:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:439:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:441:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:421:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:441:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:443:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:422:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:443:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:444:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:423:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:444:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:445:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:424:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:445:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:467:3: style: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:463:0: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:467:3: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:472:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:470:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:472:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:473:4: style: Variable 'simple_list_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:471:0: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:473:4: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:477:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:475:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:477:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:478:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:476:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:478:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:507:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:501:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:507:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:509:2: style: Variable 'refresh_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:500:0: note: Variable 'refresh_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:509:2: note: Variable 'refresh_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:511:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:502:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:511:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:513:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:503:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:513:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:514:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:504:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:514:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:515:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:505:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:515:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:519:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:499:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:519:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:526:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:526:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:545:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:539:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:545:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:547:2: style: Variable 'collapse_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:538:0: note: Variable 'collapse_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:547:2: note: Variable 'collapse_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:549:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:540:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:549:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:551:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:541:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:551:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:552:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:542:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:552:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:553:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:543:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:553:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:557:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:537:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:557:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:579:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:563:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:579:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:580:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:564:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:580:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:581:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:565:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:581:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:639:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:633:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:639:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:643:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:642:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:643:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:656:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:654:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:656:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:674:3: style: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:670:0: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:674:3: note: Variable 'simple_list_button_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:679:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:677:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:679:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:680:4: style: Variable 'simple_list_button' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:678:0: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:680:4: note: Variable 'simple_list_button' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:684:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:682:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:684:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:724:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:707:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:724:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:728:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:709:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:728:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:729:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:710:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:729:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:732:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:711:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:732:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:734:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:712:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:734:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:736:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:713:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:736:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:738:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:715:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:738:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:741:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:716:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:741:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:742:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:704:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:742:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:792:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:766:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:792:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:794:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:768:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:794:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:799:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:798:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:799:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:851:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:843:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:851:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:874:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:870:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:874:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:875:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:869:0: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:875:2: note: Variable 'settings' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:876:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:871:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:876:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:891:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:891:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:913:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:911:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:913:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:939:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:924:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:939:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:976:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:976:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:999:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:997:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:999:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1015:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1012:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1015:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1016:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1013:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1016:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1020:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1018:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1020:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1028:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1027:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1028:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1046:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1044:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1046:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1073:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1059:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1073:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1117:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1103:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1117:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1119:2: style: Variable 'tree_view' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1102:0: note: Variable 'tree_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1119:2: note: Variable 'tree_view' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1121:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1105:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1121:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1123:2: style: Variable 'column' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1104:0: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1123:2: note: Variable 'column' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1125:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1107:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1125:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1127:2: style: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1106:0: note: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1127:2: note: Variable 'pixbuf_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1131:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1110:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1131:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1133:2: style: Variable 'text_renderer' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1109:0: note: Variable 'text_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1133:2: note: Variable 'text_renderer' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1139:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1114:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1139:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1140:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1115:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1140:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1141:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1113:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1141:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1143:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1101:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1143:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1180:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1154:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1180:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1225:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1259:2: style: Variable 'first_select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1224:0: note: Variable 'first_select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1259:2: note: Variable 'first_select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1261:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1227:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1261:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1262:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1228:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1262:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1263:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1230:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1263:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1264:2: style: Variable 'tree_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1226:0: note: Variable 'tree_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1264:2: note: Variable 'tree_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1340:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1311:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1340:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1399:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1399:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1401:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1395:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1401:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1402:2: style: Variable 'types' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1394:0: note: Variable 'types' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1402:2: note: Variable 'types' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1410:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1408:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1410:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1421:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1419:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1421:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1431:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1429:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1431:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1412:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1409:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1412:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1423:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1420:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1423:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1447:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1443:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1447:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1448:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1444:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1448:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1449:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1445:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1449:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1473:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1461:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1473:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1478:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1475:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1478:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1495:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1494:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1495:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1505:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1504:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1505:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1512:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1519:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1513:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1519:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1520:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1520:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1521:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1521:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1526:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1523:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1526:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1527:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1524:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1527:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1528:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1525:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1528:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1544:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1536:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1544:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1547:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1547:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1561:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1559:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1561:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1562:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1560:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1562:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1569:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1568:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1569:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1584:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1582:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1584:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1591:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1648:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1639:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1648:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1650:2: style: Variable 'selected_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1637:0: note: Variable 'selected_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1650:2: note: Variable 'selected_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1657:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1656:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1657:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1667:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1663:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1667:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1669:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1669:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1696:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1684:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1696:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1698:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1686:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1698:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1699:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1687:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1699:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1701:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1689:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1701:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1702:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1690:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1702:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1703:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1691:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1703:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1705:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1692:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1705:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1707:3: style: Variable 'dialog' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1685:0: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1707:3: note: Variable 'dialog' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1708:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1693:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1708:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1712:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1710:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1712:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1713:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1711:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1713:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1719:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1716:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1719:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1720:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1717:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1720:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1721:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1718:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1721:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1772:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1746:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1772:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1773:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1747:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1773:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1774:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1748:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1774:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1776:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1751:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1776:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1777:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1752:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1777:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1779:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1754:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1779:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1780:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1755:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1780:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1781:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1756:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1781:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1782:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1757:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1782:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1783:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1758:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1783:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1784:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1759:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1784:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1785:2: style: Variable 'doc_location' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1753:0: note: Variable 'doc_location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1785:2: note: Variable 'doc_location' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1786:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1760:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1786:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1806:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1805:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1806:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1813:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1812:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1813:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1839:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1831:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1839:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1840:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1832:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1840:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1844:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1842:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1844:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1845:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1843:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1845:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1858:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1850:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1858:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1859:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1851:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1859:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1860:3: style: Variable 'uri' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1849:0: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1860:3: note: Variable 'uri' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1861:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1852:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1861:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1862:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1853:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1862:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1863:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1854:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1863:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1864:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1855:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1864:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1874:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1871:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1874:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1875:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1872:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1875:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1876:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1873:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1876:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1903:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1899:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1903:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1904:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1900:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1904:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1905:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1901:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1905:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1906:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1902:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1906:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1919:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1916:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1919:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1921:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1917:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1921:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1918:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1922:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1944:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1937:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1944:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1988:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1947:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1988:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1993:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1948:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1993:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1995:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1950:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1995:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1996:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1951:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1996:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1999:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1952:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:1999:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2000:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1953:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2000:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2002:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1955:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2002:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2003:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1956:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2003:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2006:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1957:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2006:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2007:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1958:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2007:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2009:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1960:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2009:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2010:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1961:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2010:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2013:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1962:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2013:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2014:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1963:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2014:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2016:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1965:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2016:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2017:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1966:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2017:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2020:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1967:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2020:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2021:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1968:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2021:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2023:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1970:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2023:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2024:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1971:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2024:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2027:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1972:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2027:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2028:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1973:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2028:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2030:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1975:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2030:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2031:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1976:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2031:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2034:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1977:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2034:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2035:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1978:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2035:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2037:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1980:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2037:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2038:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1981:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2038:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2041:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1982:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2041:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2042:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1983:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2042:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2044:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1985:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2044:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2045:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1986:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2045:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2048:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:1987:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2048:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2069:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2062:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2069:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2129:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2072:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2129:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2134:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2073:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2134:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2136:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2075:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2136:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2139:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2076:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2139:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2140:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2077:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2140:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2142:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2079:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2142:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2145:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2080:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2145:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2146:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2081:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2146:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2148:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2083:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2148:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2151:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2084:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2151:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2152:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2085:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2152:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2154:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2087:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2154:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2157:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2088:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2157:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2158:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2089:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2158:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2160:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2091:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2160:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2163:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2092:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2163:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2164:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2093:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2164:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2166:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2095:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2166:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2169:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2096:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2169:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2170:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2097:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2170:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2172:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2099:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2172:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2175:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2100:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2175:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2176:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2101:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2176:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2178:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2103:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2178:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2181:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2104:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2181:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2182:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2105:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2182:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2184:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2107:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2184:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2187:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2108:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2187:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2188:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2109:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2188:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2190:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2111:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2190:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2193:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2112:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2193:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2194:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2113:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2194:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2196:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2115:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2196:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2199:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2116:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2199:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2200:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2117:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2200:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2202:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2119:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2202:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2205:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2120:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2205:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2206:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2121:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2206:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2208:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2123:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2208:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2211:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2124:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2211:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2212:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2125:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2212:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2214:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2127:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2214:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2217:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2128:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2217:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2238:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2231:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2238:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2310:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2241:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2310:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2315:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2242:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2315:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2317:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2244:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2317:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2318:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2245:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2318:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2321:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2246:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2321:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2322:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2247:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2322:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2324:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2249:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2324:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2325:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2250:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2325:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2328:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2251:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2328:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2329:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2252:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2329:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2331:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2254:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2331:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2332:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2255:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2332:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2335:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2256:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2335:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2336:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2257:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2336:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2338:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2259:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2338:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2339:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2260:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2339:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2342:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2261:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2342:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2343:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2262:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2343:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2345:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2264:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2345:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2346:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2265:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2346:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2349:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2266:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2349:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2350:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2267:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2350:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2352:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2269:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2352:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2353:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2270:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2353:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2356:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2271:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2356:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2357:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2272:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2357:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2359:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2274:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2359:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2360:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2275:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2360:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2363:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2276:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2363:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2364:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2277:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2364:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2366:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2279:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2366:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2367:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2280:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2367:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2370:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2281:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2370:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2371:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2282:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2371:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2373:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2284:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2373:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2376:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2285:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2376:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2377:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2286:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2377:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2379:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2288:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2379:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2382:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2289:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2382:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2383:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2290:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2383:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2385:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2292:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2385:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2386:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2293:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2386:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2389:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2294:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2389:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2390:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2295:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2390:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2392:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2297:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2392:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2393:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2298:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2393:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2396:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2299:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2396:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2397:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2300:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2397:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2399:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2302:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2399:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2400:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2303:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2400:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2403:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2304:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2403:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2404:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2305:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2404:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2406:3: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2307:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2406:3: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2407:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2308:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2407:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2410:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2309:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2410:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2455:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure.c:2453:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:2455:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure.c:468:43: style: Variable 'simple_list_button_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:465:0: style: Variable '_simple_list_button_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:675:43: style: Variable 'simple_list_button_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:672:0: style: Variable '_simple_list_button_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:737:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1945:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2051:20: style: Variable '_tmp34__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1994:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:1999:12: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2001:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2006:12: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2008:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2013:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2015:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2020:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2022:21: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2027:13: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2029:21: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2034:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2036:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2041:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2043:21: style: Variable '_tmp30__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2048:13: style: Variable '_tmp33_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2070:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2220:20: style: Variable '_tmp44__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2135:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2139:12: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2141:20: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2145:12: style: Variable '_tmp7_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2147:20: style: Variable '_tmp8__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2151:13: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2153:21: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2157:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2159:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2163:13: style: Variable '_tmp16_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2165:21: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2169:13: style: Variable '_tmp19_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2171:21: style: Variable '_tmp20__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2175:13: style: Variable '_tmp22_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2177:21: style: Variable '_tmp23__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2181:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2183:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2187:13: style: Variable '_tmp28_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2189:21: style: Variable '_tmp29__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2193:13: style: Variable '_tmp31_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2195:21: style: Variable '_tmp32__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2199:13: style: Variable '_tmp34_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2201:21: style: Variable '_tmp35__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2205:13: style: Variable '_tmp37_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2207:21: style: Variable '_tmp38__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2211:13: style: Variable '_tmp40_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2213:21: style: Variable '_tmp41__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2217:13: style: Variable '_tmp43_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2239:19: style: Variable '_tmp0__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2413:20: style: Variable '_tmp56__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2316:20: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2321:12: style: Variable '_tmp5_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2323:20: style: Variable '_tmp6__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2328:12: style: Variable '_tmp9_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2330:21: style: Variable '_tmp10__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2335:13: style: Variable '_tmp13_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2337:21: style: Variable '_tmp14__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2342:13: style: Variable '_tmp17_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2344:21: style: Variable '_tmp18__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2349:13: style: Variable '_tmp21_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2351:21: style: Variable '_tmp22__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2356:13: style: Variable '_tmp25_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2358:21: style: Variable '_tmp26__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2363:13: style: Variable '_tmp29_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2365:21: style: Variable '_tmp30__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2370:13: style: Variable '_tmp33_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2372:21: style: Variable '_tmp34__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2376:13: style: Variable '_tmp36_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2378:21: style: Variable '_tmp37__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2382:13: style: Variable '_tmp39_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2384:21: style: Variable '_tmp40__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2389:13: style: Variable '_tmp43_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2391:21: style: Variable '_tmp44__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2396:13: style: Variable '_tmp47_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2398:21: style: Variable '_tmp48__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2403:13: style: Variable '_tmp51_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2405:21: style: Variable '_tmp52__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure.c:2410:13: style: Variable '_tmp55_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:234:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:226:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:234:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:235:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:227:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:235:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:238:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:228:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:238:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:239:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:229:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:239:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:359:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:333:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:359:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:360:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:334:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:360:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:365:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:335:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:365:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:368:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:337:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:368:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:369:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:338:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:369:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:372:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:340:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:372:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:373:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:341:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:373:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:376:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:343:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:376:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:377:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:344:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:377:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:380:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:346:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:380:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:381:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:347:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:381:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:384:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:349:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:384:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:385:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:350:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:385:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:388:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:352:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:388:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:389:2: style: Variable 'empty_data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:353:0: note: Variable 'empty_data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:389:2: note: Variable 'empty_data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:390:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:355:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:390:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:391:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:356:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:391:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:392:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:357:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:392:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:393:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:358:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:393:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:411:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:409:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:411:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:439:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:431:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:439:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:440:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:432:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:440:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:445:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:435:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:445:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:447:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:436:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:447:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:448:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:430:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:448:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:473:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:455:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:473:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:536:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:532:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:536:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:537:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:533:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:537:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:538:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:531:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:538:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:548:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:557:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:549:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:557:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:560:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:552:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:560:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:561:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:546:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:561:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:595:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:587:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:595:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:596:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:588:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:596:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:598:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:590:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:598:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:599:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:591:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:599:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:600:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:589:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:600:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:601:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:592:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:601:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:602:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:586:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:602:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:615:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:611:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:615:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:618:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:617:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:618:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:627:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:621:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:627:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:628:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:622:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:628:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:629:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:623:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:629:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:631:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:624:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:631:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:632:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:625:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:632:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:633:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:626:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:633:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:660:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:646:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:660:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:661:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:647:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:661:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:664:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:649:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:664:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:666:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:651:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:666:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:667:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:652:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:667:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:668:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:650:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:668:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:669:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:654:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:669:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:670:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:655:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:670:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:672:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:653:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:672:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:680:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:677:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:680:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:681:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:678:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:681:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:693:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:690:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:693:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:694:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:691:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:694:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:706:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:703:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:706:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:707:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:704:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:707:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:719:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:716:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:719:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:733:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:729:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:733:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:735:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:731:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:735:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:748:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:744:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:748:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:750:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:746:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:750:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:785:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:776:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:785:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:788:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:787:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:788:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:797:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:791:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:797:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:798:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:792:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:798:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:799:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:793:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:799:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:801:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:794:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:801:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:802:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:795:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:802:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:803:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:796:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:803:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:846:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:832:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:846:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:847:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:833:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:847:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:849:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:835:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:849:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:850:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:836:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:850:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:851:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:834:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:851:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:852:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:838:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:852:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:853:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:839:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:853:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:854:2: style: Variable 'next_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:837:0: note: Variable 'next_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:854:2: note: Variable 'next_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:855:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:840:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:855:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:875:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:890:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:889:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:890:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:899:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:893:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:899:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:900:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:894:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:900:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:901:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:895:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:901:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:903:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:896:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:903:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:904:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:897:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:904:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:905:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:898:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:905:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:924:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:921:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:924:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:925:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:922:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:925:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:972:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:972:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:973:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:956:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:973:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:975:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:958:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:975:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:976:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:959:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:976:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:977:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:957:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:977:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:978:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:961:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:978:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:979:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:962:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:979:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:980:2: style: Variable 'parent_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:960:0: note: Variable 'parent_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:980:2: note: Variable 'parent_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:981:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:963:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:981:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:983:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:964:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:983:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:984:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:965:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:984:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1027:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1010:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1027:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1032:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1014:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1032:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1033:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1016:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1033:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1034:2: style: Variable 'indices' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1013:0: note: Variable 'indices' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1034:2: note: Variable 'indices' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1037:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1020:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1037:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1038:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1019:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1038:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1044:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1043:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1044:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1081:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1078:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1081:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1082:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1079:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1082:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1125:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1116:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1125:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1126:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1117:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1126:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1128:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1119:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1128:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1129:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1118:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1129:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1130:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1121:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1130:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1131:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1122:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1131:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1132:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1120:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1132:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1145:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1134:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1145:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1146:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1135:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1146:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1172:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1170:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1172:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1173:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1169:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1173:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1195:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1180:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1195:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1218:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1206:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1218:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1219:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1207:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1219:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1257:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1254:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1257:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1258:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1255:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1258:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1259:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1256:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1259:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1281:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1269:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1281:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1282:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1270:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1282:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1285:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1284:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1285:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1305:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1304:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1305:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1325:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1318:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1325:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1329:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1327:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1329:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1330:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1328:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1330:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1345:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1343:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1345:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1346:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1344:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1346:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1369:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1360:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1369:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1370:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1361:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1370:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1372:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1363:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1372:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1373:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1364:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1373:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1374:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1362:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1374:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1375:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1365:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1375:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1376:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1366:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1376:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1407:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1386:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1407:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1408:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1388:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1408:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1409:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1384:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1409:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1410:2: style: Variable 'iter_is_valid' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1385:0: note: Variable 'iter_is_valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1410:2: note: Variable 'iter_is_valid' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1411:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1389:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1411:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1413:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1391:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1413:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1414:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1392:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1414:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1415:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1390:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1415:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1417:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1394:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1417:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1418:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1393:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1418:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1437:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1435:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1437:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1438:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1436:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1438:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1478:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1447:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1478:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1479:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1448:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1479:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1481:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1481:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1482:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1482:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1483:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1449:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1483:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1484:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1453:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1484:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1485:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1454:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1485:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1489:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1458:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1489:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1512:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1508:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1512:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1513:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1509:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1513:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1523:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1518:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1523:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1524:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1519:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1524:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1526:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1520:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1526:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1527:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1521:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1527:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1586:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1551:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1586:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1587:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1552:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1587:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1589:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1554:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1589:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1590:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1555:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1590:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1591:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1553:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1591:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1592:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1557:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1592:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1593:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1558:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1593:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1619:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1615:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1619:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1620:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1616:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1620:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1630:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1626:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1630:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1632:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1627:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1632:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1633:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1628:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1633:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1642:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1637:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1642:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1643:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1638:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1643:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1645:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1639:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1645:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1646:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1640:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1646:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1673:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1659:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1673:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1720:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1712:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1720:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1721:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1713:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1721:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1723:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1715:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1723:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1724:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1716:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1724:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1725:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1714:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1725:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1726:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1717:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1726:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1727:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1711:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1727:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1746:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1735:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1746:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1747:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1736:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1747:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1770:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1765:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1770:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1814:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1790:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1814:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1816:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1791:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1816:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1841:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1838:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1841:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1842:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1839:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1842:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1843:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1840:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1843:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1854:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1853:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1854:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1868:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1859:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1868:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1869:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1860:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1869:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1870:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1861:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1870:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1871:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1862:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1871:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1873:3: style: Variable 'parent_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1858:0: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1873:3: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1874:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1864:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1874:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1875:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1865:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1875:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1876:3: style: Variable 'parent_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1863:0: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1876:3: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1877:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1866:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1877:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1878:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1867:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1878:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1891:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1888:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1891:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1893:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1889:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1893:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1895:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1887:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1895:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1915:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1902:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1915:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1916:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1903:0: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1916:2: note: Variable 'parent' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1917:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1904:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1917:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1928:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1920:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1928:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1929:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1921:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1929:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1930:3: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1919:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1930:3: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1931:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1931:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1933:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1923:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1933:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1934:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1924:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1934:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1935:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1925:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1935:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1956:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1952:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1956:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1958:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1954:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1958:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1959:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1955:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1959:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1963:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1961:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1963:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1964:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1962:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1964:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1980:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1971:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1980:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1981:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1972:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1981:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1982:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1973:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1982:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1983:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1974:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1983:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1985:4: style: Variable 'parent_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1970:0: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1985:4: note: Variable 'parent_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1986:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1976:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1986:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1987:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1977:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1987:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1988:4: style: Variable 'parent_path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1975:0: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1988:4: note: Variable 'parent_path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1989:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1978:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1989:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1990:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:1979:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:1990:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2012:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2002:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2012:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2013:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2003:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2013:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2015:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2005:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2015:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2024:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2021:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2024:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2025:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2022:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2025:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2033:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2028:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2033:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2034:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2029:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2034:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2035:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2030:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2035:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2036:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2031:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2036:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2044:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2041:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2044:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2045:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2042:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2045:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2053:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2048:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2053:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2054:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2049:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2054:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2055:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2050:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2055:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2056:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2051:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2056:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2070:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2065:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2070:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2093:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2085:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2093:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2094:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2086:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2094:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2096:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2088:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2096:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2097:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2089:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2097:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2098:2: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2087:0: note: Variable 'child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2098:2: note: Variable 'child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2099:2: style: Variable 'first_child' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2090:0: note: Variable 'first_child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2099:2: note: Variable 'first_child' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2106:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2101:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2106:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2137:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2123:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2137:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2138:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2124:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2138:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2140:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2126:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2140:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2141:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2127:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2141:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2142:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2128:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2142:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2143:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2143:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2144:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2130:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2144:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2145:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2131:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2145:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2146:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2132:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2146:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2147:2: style: Variable 'new_node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2125:0: note: Variable 'new_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2147:2: note: Variable 'new_node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2150:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2133:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2150:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2151:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2122:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2151:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2168:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2158:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2168:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2169:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2159:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2169:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2171:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2157:0: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2171:2: note: Variable 'data' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2172:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2172:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2173:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2173:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2205:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2182:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2205:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2252:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2250:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2252:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2259:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2255:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2259:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2260:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2256:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2260:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2289:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2274:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2289:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2290:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2275:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2290:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2291:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2276:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2291:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2292:2: style: Variable 'doc' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2273:0: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2292:2: note: Variable 'doc' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2293:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2277:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2293:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2294:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2278:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2294:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2296:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2281:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2296:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2298:2: style: Variable 'iter1' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2279:0: note: Variable 'iter1' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2298:2: note: Variable 'iter1' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2299:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2283:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2299:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2301:2: style: Variable 'iter2' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2280:0: note: Variable 'iter2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2301:2: note: Variable 'iter2' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2302:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2285:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2302:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2319:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2314:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2319:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2320:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2312:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2320:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2321:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2315:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2321:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2332:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2325:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2332:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2333:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2326:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2333:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2334:3: style: Variable '_node_list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2324:0: note: Variable '_node_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2334:3: note: Variable '_node_list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2335:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2328:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2335:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2426:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2412:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2426:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2427:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2410:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2427:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2428:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2413:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2428:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2437:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2433:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2437:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2475:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2462:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2475:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2476:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2463:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2476:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2478:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2465:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2478:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2479:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2466:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2479:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2480:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2464:0: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2480:2: note: Variable 'node' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2481:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2468:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2481:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2482:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2469:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2482:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2484:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2471:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2484:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2485:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2467:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2485:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2486:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2472:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2486:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2493:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2492:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2493:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2545:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2535:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2545:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2546:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2536:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2546:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2548:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2534:0: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2548:2: note: Variable 'item' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2549:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2539:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2549:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2551:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2541:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2551:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2552:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2538:0: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2552:2: note: Variable 'list' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2553:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2542:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2553:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2557:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2555:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2557:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2558:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2556:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2558:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2570:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2568:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2570:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2572:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2567:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2572:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2588:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2585:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2588:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2600:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2594:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2600:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2625:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2621:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2625:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2636:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2634:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2636:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2637:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2635:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2637:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2645:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2643:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2645:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2646:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2644:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2646:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2654:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2652:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2654:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2655:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2653:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2655:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2664:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2662:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2664:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2665:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2663:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2665:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2674:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2672:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2674:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2675:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2673:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2675:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2692:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2690:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2692:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2701:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/structure_model.c:2699:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:2701:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/structure_model.c:366:19: style: Variable '_tmp1__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:368:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:370:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:372:11: style: Variable '_tmp4_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:374:19: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:376:11: style: Variable '_tmp6_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:378:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:380:11: style: Variable '_tmp8_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:382:19: style: Variable '_tmp9__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:384:12: style: Variable '_tmp10_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:386:20: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:388:12: style: Variable '_tmp12_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:558:19: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:569:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/structure_model.c:578:27: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:546:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp8_. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:549:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/symbols.c:545:12: note: Assignment '_tmp8_=e', assigned value is 0
latexila-3.22.0/src/symbols.c:546:12: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:726:11: warning: Either the condition 'normal_symbols==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:385:2: note: Assuming that condition 'normal_symbols==NULL' is not redundant
latexila-3.22.0/src/symbols.c:371:44: note: Calling function 'normal_symbols_get_symbol_info', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:726:11: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:743:11: warning: Either the condition 'normal_symbols==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:385:2: note: Assuming that condition 'normal_symbols==NULL' is not redundant
latexila-3.22.0/src/symbols.c:371:44: note: Calling function 'normal_symbols_get_symbol_info', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:743:11: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:838:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:840:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/symbols.c:837:13: note: Assignment '_tmp11_=e', assigned value is 0
latexila-3.22.0/src/symbols.c:838:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:1138:13: warning: Either the condition '_tmp6_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:749:2: note: Assuming that condition '_tmp6_==NULL' is not redundant
latexila-3.22.0/src/symbols.c:747:35: note: Calling function 'normal_symbols_symbol_info_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:1138:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:1142:13: warning: Either the condition '_tmp6_==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
latexila-3.22.0/src/symbols.c:749:2: note: Assuming that condition '_tmp6_==NULL' is not redundant
latexila-3.22.0/src/symbols.c:747:35: note: Calling function 'normal_symbols_symbol_info_copy', 1st argument 'self' value is 0
latexila-3.22.0/src/symbols.c:1142:13: note: Null pointer dereference
latexila-3.22.0/src/symbols.c:242:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:239:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:242:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:243:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:240:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:243:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:254:3: style: Variable 'info_collection' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:250:0: note: Variable 'info_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:254:3: note: Variable 'info_collection' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:260:4: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:258:0: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:260:4: note: Variable 'info' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:263:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:262:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:263:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:288:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:285:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:288:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:292:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:290:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:292:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:311:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:308:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:311:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:352:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:322:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:352:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:353:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:324:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:353:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:354:2: style: Variable 'id_components' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:321:0: note: Variable 'id_components' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:354:2: note: Variable 'id_components' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:358:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:328:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:358:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:359:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:329:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:359:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:360:2: style: Variable 'category_id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:327:0: note: Variable 'category_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:360:2: note: Variable 'category_id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:361:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:331:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:361:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:362:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:332:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:362:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:363:2: style: Variable 'icon_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:330:0: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:363:2: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:364:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:333:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:364:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:365:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:334:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:365:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:367:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:336:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:367:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:368:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:337:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:368:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:369:2: style: Variable 'normal_symbols' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:335:0: note: Variable 'normal_symbols' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:369:2: note: Variable 'normal_symbols' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:370:2: style: Variable 'package' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:338:0: note: Variable 'package' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:370:2: note: Variable 'package' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:371:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:342:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:371:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:376:2: style: Variable 'ok' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:339:0: note: Variable 'ok' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:376:2: note: Variable 'ok' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:378:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:343:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:378:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:379:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:344:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:379:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:380:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:345:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:380:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:383:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:320:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:383:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:423:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:405:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:423:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:424:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:406:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:424:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:425:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:407:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:425:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:426:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:404:0: note: Variable 'store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:426:2: note: Variable 'store' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:427:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:408:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:427:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:428:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:409:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:428:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:429:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:410:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:429:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:459:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:448:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:459:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:460:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:449:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:460:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:461:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:450:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:461:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:462:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:462:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:483:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:479:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:483:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:484:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:480:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:484:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:485:2: style: Variable 'tooltip' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:478:0: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:485:2: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:486:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:481:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:486:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:493:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:488:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:493:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:494:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:489:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:494:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:495:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:490:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:495:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:496:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:491:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:496:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:497:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:492:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:497:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:519:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:513:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:519:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:520:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:514:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:520:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:521:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:521:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:522:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:516:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:522:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:523:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:517:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:523:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:525:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:512:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:525:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:542:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:538:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:542:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:544:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:539:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:544:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:545:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:540:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:545:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:546:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:541:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:546:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:566:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:560:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:566:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:567:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:561:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:567:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:570:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:562:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:570:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:571:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:563:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:571:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:574:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:564:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:574:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:575:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:565:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:575:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:649:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:647:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:649:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:667:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:655:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:667:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:668:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:668:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:669:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:657:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:669:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:672:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:658:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:672:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:673:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:659:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:673:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:674:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:660:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:674:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:677:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:661:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:677:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:726:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:704:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:726:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:727:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:705:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:727:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:728:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:706:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:728:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:792:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:784:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:792:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:793:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:785:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:793:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:794:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:786:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:794:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:795:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:787:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:795:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:796:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:788:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:796:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:798:2: style: Variable 'contents' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:783:0: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:798:2: note: Variable 'contents' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:799:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:789:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:799:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:816:3: style: Variable 'parser' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:804:0: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:816:3: note: Variable 'parser' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:817:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:807:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:817:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:818:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:808:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:818:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:819:3: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:806:0: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:819:3: note: Variable 'context' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:820:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:809:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:820:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:821:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:810:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:821:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:835:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:832:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:835:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:837:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:833:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:837:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:838:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:834:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:838:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:880:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:852:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:880:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:881:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:853:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:881:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:882:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:854:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:882:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:884:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:856:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:884:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:885:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:857:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:885:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:886:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:858:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:886:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:887:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:859:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:887:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:888:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:860:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:888:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:889:2: style: Variable 'tooltip' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:855:0: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:889:2: note: Variable 'tooltip' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:890:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:862:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:890:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:891:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:863:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:891:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:892:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:864:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:892:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:893:2: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:861:0: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:893:2: note: Variable 'id' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:894:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:866:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:894:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:895:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:867:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:895:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:896:2: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:865:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:896:2: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:897:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:868:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:897:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:929:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:920:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:929:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:930:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:921:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:930:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:931:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:922:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:931:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:950:5: style: Variable 'icon_file' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:944:0: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:950:5: note: Variable 'icon_file' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:956:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:955:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:956:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:997:11: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:992:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:997:11: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1000:11: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:995:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1000:11: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1001:11: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:996:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1001:11: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1016:11: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1011:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1016:11: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1019:11: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1014:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1019:11: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1020:11: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1015:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1020:11: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1035:11: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1030:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1035:11: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1038:11: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1033:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1038:11: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1039:11: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1034:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1039:11: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1059:11: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1049:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1059:11: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1062:11: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1052:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1062:11: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1063:11: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1053:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1063:11: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1064:11: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1054:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1064:11: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1065:11: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1055:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1065:11: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1066:11: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1056:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1066:11: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1067:11: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1057:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1067:11: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1068:11: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1058:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1068:11: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1109:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1102:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1109:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1110:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1103:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1110:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1111:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1104:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1111:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1112:5: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1105:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1112:5: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1113:5: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1106:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1113:5: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1114:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1107:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1114:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1115:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1108:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1115:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1138:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1134:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1138:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1139:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1135:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1139:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1142:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1136:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1142:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1143:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols.c:1137:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:1143:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols.c:255:29: style: Variable 'info_collection_length1' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:252:0: style: Variable '_info_collection_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:356:25: style: Variable '_id_components_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols.c:687:24: style: Variable '_column_types_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/symbols_view.c:214:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:205:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:214:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:215:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:206:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:215:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:222:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:222:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:224:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:209:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:224:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:225:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:210:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:225:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:226:2: style: Variable 'sw' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:208:0: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:226:2: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:229:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:211:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:229:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:232:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:212:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:232:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:276:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:265:0: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:276:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:277:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:267:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:277:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:278:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:269:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:278:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:279:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:276:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:279:2: note: Variable 'iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:289:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:287:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:289:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:290:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:288:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:290:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:296:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:295:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:296:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:300:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:299:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:300:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:334:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:314:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:334:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:335:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:315:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:335:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:336:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:336:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:317:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:386:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:384:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:386:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:422:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:403:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:422:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:423:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:404:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:423:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:424:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:405:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:424:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:427:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:427:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:451:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:447:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:451:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:452:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:448:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:452:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:453:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:450:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:453:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:483:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:462:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:483:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:484:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:463:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:484:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:486:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:464:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:486:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:487:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:465:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:487:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:488:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:466:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:488:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:490:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:467:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:490:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:491:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:468:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:491:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:492:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:469:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:492:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:493:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:470:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:493:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:494:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:471:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:494:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:495:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:472:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:495:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:496:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:473:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:496:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:499:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:474:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:499:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:500:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:475:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:500:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:501:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:476:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:501:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:503:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:477:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:503:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:504:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:478:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:504:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:505:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:479:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:505:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:507:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:480:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:507:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:508:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:481:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:508:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:509:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:482:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:509:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:527:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:563:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:561:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:563:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:564:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:562:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:564:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:583:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:576:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:583:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:584:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/symbols_view.c:577:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/symbols_view.c:584:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:105:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:73:0: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:105:2: note: Variable 'self' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:106:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:75:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:106:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:107:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:76:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:107:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:114:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:113:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:114:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:122:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:121:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:122:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:130:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:129:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:130:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:139:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:138:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:139:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:226:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/tab_info_bar.c:224:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/tab_info_bar.c:226:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:311:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:307:12: note: Assignment '_tmp5_=e', assigned value is 0
latexila-3.22.0/src/utils.c:308:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:493:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:496:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:492:12: note: Assignment '_tmp6_=e', assigned value is 0
latexila-3.22.0/src/utils.c:493:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:584:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp9_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:588:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:583:12: note: Assignment '_tmp9_=e', assigned value is 0
latexila-3.22.0/src/utils.c:584:13: note: Null pointer dereference
latexila-3.22.0/src/utils.c:648:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
latexila-3.22.0/src/utils.c:652:3: note: Assuming that condition 'e==NULL' is not redundant
latexila-3.22.0/src/utils.c:647:12: note: Assignment '_tmp7_=e', assigned value is 0
latexila-3.22.0/src/utils.c:648:12: note: Null pointer dereference
latexila-3.22.0/src/utils.c:79:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:61:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:79:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:80:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:64:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:80:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:84:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:82:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:84:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:85:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:83:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:85:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:92:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:90:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:92:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:93:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:91:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:93:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:100:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:98:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:100:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:101:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:99:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:101:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:111:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:109:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:111:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:112:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:110:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:112:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:157:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:132:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:157:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:160:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:135:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:160:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:164:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:164:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:165:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:163:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:165:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:209:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:205:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:209:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:212:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:207:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:212:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:244:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:235:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:244:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:245:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:236:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:245:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:249:2: style: Variable 'escaped' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:239:0: note: Variable 'escaped' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:249:2: note: Variable 'escaped' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:250:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:250:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:258:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:253:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:258:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:259:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:255:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:259:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:286:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:282:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:286:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:287:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:283:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:287:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:288:3: style: Variable 'bytes' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:281:0: note: Variable 'bytes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:288:3: note: Variable 'bytes' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:304:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:300:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:304:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:306:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:301:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:306:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:307:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:302:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:307:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:303:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:308:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:332:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:324:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:332:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:334:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:326:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:334:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:335:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:327:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:335:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:336:2: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:325:0: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:336:2: note: Variable 'dir' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:337:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:328:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:337:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:375:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:357:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:375:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:376:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:358:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:376:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:377:3: style: Variable 'mount' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:356:0: note: Variable 'mount' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:377:3: note: Variable 'mount' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:390:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:388:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:390:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:391:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:389:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:391:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:402:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:401:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:402:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:434:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:429:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:434:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:436:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:431:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:436:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:437:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:432:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:437:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:438:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:430:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:438:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:442:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:440:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:442:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:443:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:441:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:443:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:465:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:461:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:465:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:466:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:466:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:472:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:471:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:472:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:487:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:481:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:487:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:489:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:482:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:489:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:490:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:483:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:490:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:491:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:484:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:491:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:492:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:485:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:492:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:493:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:486:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:493:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:520:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:509:0: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:520:2: note: Variable 'res' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:527:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:515:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:527:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:529:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:517:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:529:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:553:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:553:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:578:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:572:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:578:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:580:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:573:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:580:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:581:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:574:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:581:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:582:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:575:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:582:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:583:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:576:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:583:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:584:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:577:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:584:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:615:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:610:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:615:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:642:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:636:0: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:642:3: note: Variable 'e' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:644:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:637:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:644:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:645:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:645:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:646:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:639:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:646:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:647:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:640:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:647:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:648:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:641:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:648:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:711:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:681:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:711:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:712:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:682:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:712:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:713:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:683:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:713:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:717:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:715:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:717:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:718:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:716:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:718:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:724:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:722:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:724:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:725:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:723:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:725:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:742:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:740:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:742:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:743:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:741:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:743:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:758:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:753:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:758:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:763:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:760:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:763:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:764:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:761:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:764:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:765:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:762:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:765:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:788:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:783:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:788:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:793:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:790:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:793:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:794:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:791:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:794:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:795:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:792:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:795:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:831:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:814:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:831:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:832:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:815:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:832:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:833:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:816:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:833:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:838:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:835:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:838:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:839:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:836:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:839:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:840:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:837:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:840:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:881:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:880:0: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:881:3: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:884:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:883:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:884:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:892:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:891:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:892:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:911:3: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:910:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:911:3: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:912:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:909:0: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:912:3: note: Variable 'i' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:915:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:914:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:915:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:934:6: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:933:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:934:6: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:988:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:985:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:988:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:990:2: style: Variable 'sw' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:984:0: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:990:2: note: Variable 'sw' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:991:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:986:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:991:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:993:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:983:0: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:993:2: note: Variable 'result' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1008:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1001:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1008:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1009:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1002:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1009:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1010:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1003:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1010:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1011:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1000:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1011:2: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1012:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1004:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1012:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1013:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1005:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1013:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1020:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1016:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1020:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1021:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1017:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1021:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1022:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1019:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1022:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1024:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1015:0: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1024:3: note: Variable 'ret' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1046:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1039:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1046:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1047:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1040:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1047:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1048:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1041:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1048:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1049:2: style: Variable 'select' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1038:0: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1049:2: note: Variable 'select' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1050:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1042:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1050:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1051:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1044:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1051:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1052:2: style: Variable '_vala_iter' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1036:0: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1052:2: note: Variable '_vala_iter' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1066:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1055:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1066:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1067:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1056:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1067:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1068:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1057:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1068:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1069:3: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1054:0: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1069:3: note: Variable 'model' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1070:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1059:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1070:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1071:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1060:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1071:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1072:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1061:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1072:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1073:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1058:0: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1073:3: note: Variable 'path' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1074:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1062:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1074:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1075:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1064:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1075:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1102:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1098:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1102:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1103:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1099:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1103:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1104:2: style: Variable 'toplevel' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1097:0: note: Variable 'toplevel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1104:2: note: Variable 'toplevel' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1105:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1100:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1105:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1108:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1107:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1108:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1121:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
latexila-3.22.0/src/utils.c:1120:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:1121:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
latexila-3.22.0/src/utils.c:522:15: style: Variable '_res_size_' is assigned a value that is never used. [unreadVariable]
latexila-3.22.0/src/utils.c:526:11: style: Variable '_tmp2_' is assigned a value that is never used. [unreadVariable]
[02:21]

ftp://ftp.se.debian.org/debian/pool/main/l/latexmk/latexmk_4.59.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latexml/latexml_0.8.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/latrace/latrace_0.5.11.orig.tar.gz
latrace-0.5.11.orig/src/args.c:287:23: style: The scope of the variable 'elem' can be reduced. [variableScope]
latrace-0.5.11.orig/src/args.c:60:16: portability: Behaviour of 'sizeof(void)' is not covered by the ISO C standard. [sizeofVoid]
latrace-0.5.11.orig/src/args.c:309:3: error: Memory leak: en [memleak]
latrace-0.5.11.orig/src/args.c:423:3: error: Memory leak: elem [memleak]
latrace-0.5.11.orig/src/args.c:512:3: error: Memory leak: sym [memleak]
latrace-0.5.11.orig/src/args.c:564:3: error: Memory leak: arg [memleak]
latrace-0.5.11.orig/src/args.c:577:3: error: Memory leak: h [memleak]
latrace-0.5.11.orig/src/args.c:952:3: error: Memory leak: buf [memleak]
latrace-0.5.11.orig/src/args.c:961:4: error: Memory leak: bufd [memleak]
latrace-0.5.11.orig/src/args.c:1023:3: error: Memory leak: buf [memleak]
latrace-0.5.11.orig/src/args.c:1034:4: error: Memory leak: bufd [memleak]
latrace-0.5.11.orig/src/audit-init.c:245:3: error: Resource leak: fout [resourceLeak]
latrace-0.5.11.orig/src/config.c:569:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
latrace-0.5.11.orig/src/fifo.c:165:41: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/lib-include.c:78:3: error: Resource leak: f [resourceLeak]
latrace-0.5.11.orig/src/lib-include.c:86:2: error: Resource leak: f [resourceLeak]
latrace-0.5.11.orig/src/output.c:104:6: style: Condition 'demangled' is always false [knownConditionTrueFalse]
latrace-0.5.11.orig/src/output.c:79:18: note: Assignment 'demangled=0', assigned value is 0
latrace-0.5.11.orig/src/output.c:104:6: note: Condition 'demangled' is always false
latrace-0.5.11.orig/src/output.c:150:6: style: Condition 'demangled' is always false [knownConditionTrueFalse]
latrace-0.5.11.orig/src/output.c:121:18: note: Assignment 'demangled=0', assigned value is 0
latrace-0.5.11.orig/src/output.c:150:6: note: Condition 'demangled' is always false
latrace-0.5.11.orig/src/stack.c:63:26: portability: 'end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:107:14: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:116:17: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/stack.c:44:3: error: Resource leak: maps [resourceLeak]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:51:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:47:9: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:51:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:78:7: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:86:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/i686/stack.c:100:8: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:539:3: style: Variable 'pval' is reassigned a value before the old one has been used. [redundantAssignment]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:537:0: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:539:3: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:580:3: style: Variable 'pval' is reassigned a value before the old one has been used. [redundantAssignment]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:576:0: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:580:3: note: Variable 'pval' is reassigned a value before the old one has been used.
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:385:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:388:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:389:24: portability: 'base+sizeof(void*)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:438:7: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/sysdeps/x86_64/stack.c:514:19: portability: 'pval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
latrace-0.5.11.orig/src/thread.c:34:3: error: Memory leak: t [memleak]
[02:21]

ftp://ftp.se.debian.org/debian/pool/main/l/lattice/lattice_0.20-6.orig.tar.gz
[02:21]

ftp://ftp.se.debian.org/debian/pool/main/l/latticeextra/latticeextra_0.6-28.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/launchtool/launchtool_0.8.orig.tar.gz
launchtool-0.8/src/LaunchtoolCfg.cc:64:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:73:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:74:2: error: fprintf format string requires 5 parameters but only 3 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:76:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:81:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
launchtool-0.8/src/LaunchtoolCfg.cc:96:2: error: fprintf format string requires 4 parameters but only 3 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:98:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:112:5: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:119:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:120:2: error: fprintf format string requires 4 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/LaunchtoolCfg.cc:108:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/LaunchtoolCfg.cc:9:6: warning: Member variable 'Cfg::silent_restart_time' is not initialized in the constructor. [uninitMemberVar]
launchtool-0.8/src/LaunchtoolCfg.h:114:2: style: Class 'Cfg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/LaunchtoolOutput.cc:22:2: style: Class 'FileOutput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/LaunchtoolOutput.cc:22:2: style: Class 'FileOutput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/LaunchtoolOutput.h:33:2: style: Class 'FileOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/LaunchtoolOutput.h:18:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:18:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:24:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:24:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:36:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:36:15: note: Function in derived class
launchtool-0.8/src/LaunchtoolOutput.h:53:15: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/LaunchtoolOutput.h:12:15: note: Virtual function in base class
launchtool-0.8/src/LaunchtoolOutput.h:53:15: note: Function in derived class
launchtool-0.8/src/MultiReader.h:52:15: style: The function 'handleData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:20:15: note: Virtual function in base class
launchtool-0.8/src/MultiReader.h:52:15: note: Function in derived class
launchtool-0.8/src/MultiReader.h:53:15: style: The function 'handleEOF' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:21:15: note: Virtual function in base class
launchtool-0.8/src/MultiReader.h:53:15: note: Function in derived class
launchtool-0.8/src/common/ChildProcess.h:10:7: performance: Technically the member function 'Process::detachFromTTY' can be static. [functionStatic]
launchtool-0.8/src/common/ChildProcess.cc:25:15: note: Technically the member function 'Process::detachFromTTY' can be static.
launchtool-0.8/src/common/ChildProcess.h:10:7: note: Technically the member function 'Process::detachFromTTY' can be static.
launchtool-0.8/src/common/Exception.h:72:2: style: Class 'InstallUnexpected' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:108:2: style: Class 'ContextException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:129:2: style: Class 'InterruptedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:149:2: style: Class 'WaitInterruptedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:165:2: style: Class 'ConsistencyCheckException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/ChildProcess.h:68:2: style: Class 'ChildProcess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exception.h:111:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:91:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:111:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:113:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:94:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:113:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:132:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:132:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:152:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:132:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:152:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:168:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:168:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:184:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:168:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:184:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:192:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:113:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:192:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:242:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:184:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:242:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:247:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:192:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:247:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:281:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:111:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:281:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:289:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:113:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:289:22: note: Function in derived class
launchtool-0.8/src/common/Exception.h:307:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:281:22: note: Virtual function in base class
launchtool-0.8/src/common/Exception.h:307:22: note: Function in derived class
launchtool-0.8/src/common/ChildProcess.cc:353:4: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
launchtool-0.8/src/common/Config.cc:508:36: style: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'. [funcArgNamesDifferent]
launchtool-0.8/src/common/Config.h:94:41: note: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'.
launchtool-0.8/src/common/Config.cc:508:36: note: Function 'parse' argument 1 names different: declaration 'fname' definition 'file'.
launchtool-0.8/src/common/Config.cc:143:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:255:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:263:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/common/Config.cc:169:17: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
launchtool-0.8/src/common/Config.cc:162:2: style: Value of pointer 'node', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
launchtool-0.8/src/common/Config.h:13:2: style: Class 'ConfigKeyNotFoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.h:47:2: style: Class 'Config' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.cc:274:2: style: Class 'Printer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Config.h:16:14: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:91:22: note: Virtual function in base class
launchtool-0.8/src/common/Config.h:16:14: note: Function in derived class
launchtool-0.8/src/common/Config.h:17:14: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:94:22: note: Virtual function in base class
launchtool-0.8/src/common/Config.h:17:14: note: Function in derived class
launchtool-0.8/src/common/Regex.h:20:22: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:281:22: note: Virtual function in base class
launchtool-0.8/src/common/Regex.h:20:22: note: Function in derived class
launchtool-0.8/src/common/Regex.h:21:22: style: The function 'desc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Exception.h:289:22: note: Virtual function in base class
launchtool-0.8/src/common/Regex.h:21:22: note: Function in derived class
launchtool-0.8/src/common/Config.cc:277:15: style: The function 'visitNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Config.h:37:16: note: Virtual function in base class
launchtool-0.8/src/common/Config.cc:277:15: note: Function in derived class
launchtool-0.8/src/common/Config.cc:285:15: style: The function 'visitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Config.h:43:16: note: Virtual function in base class
launchtool-0.8/src/common/Config.cc:285:15: note: Function in derived class
launchtool-0.8/src/common/Config.cc:107:11: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:128:11: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:202:12: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:211:26: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:232:12: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:240:26: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:295:2: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:368:17: error: Exception thrown in function declared not to throw exceptions. [throwInNoexceptFunction]
launchtool-0.8/src/common/Config.cc:378:3: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
launchtool-0.8/src/common/Exception.cc:76:9: error: Mismatching allocation and deallocation: buf [mismatchAllocDealloc]
launchtool-0.8/src/common/Exec.cc:39:2: style: Class 'strlist' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/common/Exec.cc:39:2: style: Class 'strlist' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/common/Exec.h:62:2: style: Class 'Exec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exec.h:41:3: style: Class 'strlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/Exec.cc:34:2: error: Common realloc mistake: 'ptr' nulled but not freed upon failure [memleakOnRealloc]
launchtool-0.8/src/common/LoggerMethods.cc:24:2: style: Class 'FileMethod' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
launchtool-0.8/src/common/LoggerMethods.cc:24:2: style: Class 'FileMethod' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
launchtool-0.8/src/common/LoggerMethods.h:25:2: style: Class 'FileMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchtool-0.8/src/common/LoggerMethods.h:14:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:14:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:28:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:28:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:35:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:35:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:49:15: style: The function 'output' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:96:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:49:15: note: Function in derived class
launchtool-0.8/src/common/LoggerMethods.h:52:15: style: The function 'setupForkedChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/common/Logger.h:101:15: note: Virtual function in base class
launchtool-0.8/src/common/LoggerMethods.h:52:15: note: Function in derived class
launchtool-0.8/src/common/Pidfile.cc:59:3: error: Resource leak: in [resourceLeak]
launchtool-0.8/src/common/Regex.cc:17:10: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/common/Regex.cc:18:3: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/common/Regex.cc:22:2: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
launchtool-0.8/src/launchtool.cc:757:20: error: printf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/launchtool.cc:762:20: error: printf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/launchtool.cc:243:11: style: Unused variable: report [unusedVariable]
launchtool-0.8/src/launchtool.cc:699:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
launchtool-0.8/src/launchtool.cc:876:15: style: The function 'haveLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:42:16: note: Virtual function in base class
launchtool-0.8/src/launchtool.cc:876:15: note: Function in derived class
launchtool-0.8/src/launchtool.cc:885:15: style: The function 'haveLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchtool-0.8/src/MultiReader.h:42:16: note: Virtual function in base class
launchtool-0.8/src/launchtool.cc:885:15: note: Function in derived class
launchtool-0.8/src/test.cc:27:2: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:30:3: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:37:2: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:40:3: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
launchtool-0.8/src/test.cc:122:29: style: Same expression on both sides of '==' because the value of 'op_status' and '-1' are the same. [duplicateExpression]
launchtool-0.8/src/test.cc:78:19: note: 'op_status' is assigned value '-1' here.
launchtool-0.8/src/test.cc:122:29: note: Same expression on both sides of '==' because the value of 'op_status' and '-1' are the same.
launchtool-0.8/src/test.cc:123:22: style: Same expression on both sides of '==' because the value of 'op_loop' and '-1' are the same. [duplicateExpression]
launchtool-0.8/src/test.cc:79:17: note: 'op_loop' is assigned value '-1' here.
launchtool-0.8/src/test.cc:123:22: note: Same expression on both sides of '==' because the value of 'op_loop' and '-1' are the same.
launchtool-0.8/src/test.cc:47:13: style: The scope of the variable 'term_count' can be reduced. [variableScope]
[02:21]

ftp://ftp.se.debian.org/debian/pool/main/l/launchy/launchy_2.5.orig.tar.gz
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:54:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/myplugin/catalog.h:87:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/myplugin/catalog.h:102:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/myplugin/catalog.h:110:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:111:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:112:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:113:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/catalog.h:159:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/catalog.h:176:7: style: Technically the member function 'InputData::getID' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/catalog.h:179:11: style: Technically the member function 'InputData::getText' can be const. [functionConst]
launchy-2.5/Plugin API/myplugin/gui.h:32:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/Plugin API/myplugin/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/Plugin API/myplugin/myplugin.h:39:6: style: The function 'msg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/Plugin API/myplugin/plugin_interface.h:542:14: note: Virtual function in base class
launchy-2.5/Plugin API/myplugin/myplugin.h:39:6: note: Function in derived class
launchy-2.5/Plugin API/myplugin/myplugin.cpp:147:43: style: C-style pointer casting [cstyleCast]
launchy-2.5/Plugin API/myplugin/myplugin.cpp:41:2: performance: Variable 'HASH_myplugin' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/myplugin/plugin_interface.cpp:27:25: style: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
launchy-2.5/Plugin API/myplugin/plugin_interface.h:570:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/myplugin/plugin_interface.cpp:27:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/plugin_interface.cpp:27:25: style: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'. [funcArgNamesDifferent]
launchy-2.5/Plugin API/plugin_interface.h:570:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/plugin_interface.cpp:27:25: note: Function 'runProgram' argument 1 names different: declaration 'file' definition 'path'.
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:54:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/Plugin API/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/catalog.h:87:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: style: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/Plugin API/catalog.h:102:14: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:40:10: note: Member variable 'CatItem::fullPath' is in the wrong place in the initializer list.
launchy-2.5/Plugin API/catalog.h:110:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:111:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:112:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:113:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/Plugin API/catalog.h:159:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:176:7: style: Technically the member function 'InputData::getID' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:179:11: style: Technically the member function 'InputData::getText' can be const. [functionConst]
launchy-2.5/Plugin API/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/DropListWidget.h:33:2: style: Class 'DropListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/DropTableWidget.h:14:5: style: Class 'DropTableWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/common/FileBrowser.h:46:4: style: Class 'FileBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/mac/platform_mac.h:33:60: warning: Redundant assignment of 'size' to itself. [selfAssignment]
launchy-2.5/platforms/mac/platform_mac.cpp:18:50: style: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'. [funcArgNamesDifferent]
launchy-2.5/platforms/mac/platform_mac.h:35:45: note: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'.
launchy-2.5/platforms/mac/platform_mac.cpp:18:50: note: Function 'setHotkey' argument 1 names different: declaration 'newHotkey' definition 'key'.
launchy-2.5/platforms/mac/platform_mac_hotkey.h:102:35: style: The scope of the variable 'ithKeyTable' can be reduced. [variableScope]
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:74:7: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/mac/platform_mac_hotkey.h:18:15: note: Virtual function in base class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:74:7: note: Function in derived class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:79:7: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/mac/platform_mac_hotkey.h:19:15: note: Virtual function in base class
launchy-2.5/platforms/mac/platform_mac_hotkey.cpp:79:7: note: Function in derived class
launchy-2.5/platforms/unix/platform_unix.cpp:227:13: style: C-style pointer casting [cstyleCast]
launchy-2.5/platforms/unix/platform_unix.h:71:48: warning: Redundant assignment of 'size' to itself. [selfAssignment]
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:101:14: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/unix/platform_x11_hotkey.h:35:22: note: Virtual function in base class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:101:14: note: Function in derived class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:106:14: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/platforms/unix/platform_x11_hotkey.h:36:22: note: Virtual function in base class
launchy-2.5/platforms/unix/platform_x11_hotkey.cpp:106:14: note: Function in derived class
launchy-2.5/platforms/win/platform_win_util.h:37:3: performance: Variable 'mutex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/platforms/win/platform_win_util.h:50:7: style: Technically the member function 'LimitSingleInstance::IsAnotherInstanceRunning' can be const. [functionConst]
launchy-2.5/platforms/win/platform_win_util.h:32:2: style: Class 'LimitSingleInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/win/platform_win.cpp:108:3: style: C-style pointer casting [cstyleCast]
launchy-2.5/platforms/win/platform_win.cpp:35:3: performance: Variable 'commandMessageId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/platforms/win/platform_win.cpp:32:2: style: Class 'LaunchyWidgetWin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/platforms/win/platform_win_hotkey.cpp:101:7: style: Member variable 'Impl::connected' is in the wrong place in the initializer list. [initializerList]
launchy-2.5/platforms/win/platform_win_hotkey.cpp:108:7: note: Member variable 'Impl::connected' is in the wrong place in the initializer list.
launchy-2.5/platforms/win/platform_win_hotkey.cpp:101:7: note: Member variable 'Impl::connected' is in the wrong place in the initializer list.
launchy-2.5/plugins/calcy/calcy.cpp:123:2: performance: Variable 'HASH_CALCY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/calcy/gui.h:32:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/calcy/calcy.cpp:57:3: style: Struct 'definition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/calcy/calcy.cpp:106:9: error: Mismatching allocation and deallocation: wstr [mismatchAllocDealloc]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: style: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:702:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:706:6: style: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:703:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:706:6: note: Variable 'hres' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:529:9: style: The scope of the variable 'itemAdded' can be reduced. [variableScope]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:612:24: style: Variable 'itemAdded' is assigned a value that is never used. [unreadVariable]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:16:3: performance: Variable 'path' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:17:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.h:18:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/ControlPanelItemFinder.cpp:17:2: performance: Variable 'controlyPluginId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/fhoicon.h:52:3: style: Class 'FhoIconCreator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/controly/controly.cpp:173:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/controly/controly.cpp:27:2: performance: Variable 'HASH_controly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/controly/gui.h:31:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/controly/fhoenv.cpp:7:32: style: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'. [funcArgNamesDifferent]
launchy-2.5/plugins/controly/fhoenv.h:10:33: note: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'.
launchy-2.5/plugins/controly/fhoenv.cpp:7:32: note: Function 'expand' argument 1 names different: declaration 'str' definition 'txt'.
launchy-2.5/plugins/controly/fhoicon.cpp:42:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
launchy-2.5/plugins/controly/fhoicon.cpp:46:4: note: Found duplicate branches for 'if' and 'else'.
launchy-2.5/plugins/controly/fhoicon.cpp:42:9: note: Found duplicate branches for 'if' and 'else'.
launchy-2.5/plugins/controly/fhoicon.cpp:396:17: warning: Member variable 'FhoIconCreator::forceDefaultImage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/controly/fhoicon.h:47:11: style: Technically the member function 'FhoIconCreator::generateImageFileName' can be const. [functionConst]
launchy-2.5/plugins/controly/fhoicon.cpp:447:25: note: Technically the member function 'FhoIconCreator::generateImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:47:11: note: Technically the member function 'FhoIconCreator::generateImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:61:11: style: Technically the member function 'FhoIconCreator::getImageFileName' can be const. [functionConst]
launchy-2.5/plugins/controly/fhoicon.cpp:457:25: note: Technically the member function 'FhoIconCreator::getImageFileName' can be const.
launchy-2.5/plugins/controly/fhoicon.h:61:11: note: Technically the member function 'FhoIconCreator::getImageFileName' can be const.
launchy-2.5/plugins/gcalc/gcalc.cpp:27:10: warning: Member variable 'Process::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/gcalc/gcalc.h:61:3: performance: Variable 'HASH_gcalc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/loader/loader.h:44:3: performance: Variable 'HASH_loader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/loader/gui.h:35:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/runner/gui.h:34:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/runner/runner.cpp:138:2: style: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
launchy-2.5/plugins/runner/runner.cpp:133:0: note: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/runner/runner.cpp:138:2: note: Variable 'file' is reassigned a value before the old one has been used if variable is no semaphore variable.
launchy-2.5/plugins/runner/runner.cpp:131:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/verby/Verby.cpp:173:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/plugins/verby/Verby.cpp:42:36: style: Function 'getName' argument 1 names different: declaration 'name' definition 'str'. [funcArgNamesDifferent]
launchy-2.5/plugins/verby/Verby.h:51:24: note: Function 'getName' argument 1 names different: declaration 'name' definition 'str'.
launchy-2.5/plugins/verby/Verby.cpp:42:36: note: Function 'getName' argument 1 names different: declaration 'name' definition 'str'.
launchy-2.5/plugins/verby/Verby.h:36:3: performance: Variable 'HASH_VERBY' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/verby/gui.h:31:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/weby/IconCache.cpp:64:13: warning: Either the condition 'if(reply&&reply->error()==QNetworkReply::NoError)' is redundant or there is possible null pointer dereference: reply. [nullPointerRedundantCheck]
launchy-2.5/plugins/weby/IconCache.cpp:65:5: note: Assuming that condition 'if(reply&&reply->error()==QNetworkReply::NoError)' is not redundant
launchy-2.5/plugins/weby/IconCache.cpp:64:13: note: Null pointer dereference
launchy-2.5/plugins/weby/IconCache.h:10:2: style: Class 'IconCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/weby/weby.h:74:2: warning: Member variable 'WebyPlugin::iconCache' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/plugins/weby/weby.h:77:3: performance: Variable 'HASH_WEBSITE' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/weby/gui.h:33:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/winshell/winshell.h:45:3: performance: Variable 'HASH_winshell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/plugins/winshell/gui.h:35:2: style: Class 'Gui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/plugins/winshell/winshell.cpp:147:7: warning: Redundant assignment of 'item' to itself. [selfAssignment]
launchy-2.5/src/AnimationLabel.h:32:2: style: Class 'AnimationLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/CharLineEdit.h:29:2: style: Class 'CharLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/CharListWidget.h:30:2: style: Class 'CharListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::usage' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::data' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:49:2: warning: Member variable 'CatItem::id' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/catalog.h:105:3: performance: Variable 'fullPath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:106:3: performance: Variable 'shortName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:107:3: performance: Variable 'lowName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:108:3: performance: Variable 'icon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:190:16: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:191:39: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/catalog.h:154:14: style: Technically the member function 'InputData::getLabels' can be const. [functionConst]
launchy-2.5/src/catalog.h:191:2: style: Class 'InputData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog_builder.h:38:2: style: Class 'CatalogBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/catalog_types.h:57:7: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:33:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:57:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:58:18: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:46:26: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:58:18: note: Function in derived class
launchy-2.5/src/catalog_types.h:59:6: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:34:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:59:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:60:17: style: The function 'getItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:35:25: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:60:17: note: Function in derived class
launchy-2.5/src/catalog_types.h:61:7: style: The function 'incrementUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:40:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:61:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:62:7: style: The function 'demoteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:41:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:62:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:63:6: style: The function 'getUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:42:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:63:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:79:7: style: The function 'addItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:33:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:79:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:80:18: style: The function 'search' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:46:26: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:80:18: note: Function in derived class
launchy-2.5/src/catalog_types.h:81:6: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:34:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:81:6: note: Function in derived class
launchy-2.5/src/catalog_types.h:82:17: style: The function 'getItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:35:25: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:82:17: note: Function in derived class
launchy-2.5/src/catalog_types.h:83:7: style: The function 'incrementUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:40:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:83:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:84:7: style: The function 'demoteItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:41:15: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:84:7: note: Function in derived class
launchy-2.5/src/catalog_types.h:85:6: style: The function 'getUsage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/catalog_types.h:42:14: note: Virtual function in base class
launchy-2.5/src/catalog_types.h:85:6: note: Function in derived class
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::delta' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::delay' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::level' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.cpp:25:8: warning: Member variable 'Fader::targetLevel' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/Fader.h:30:2: style: Class 'Fader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/platform_base.h:32:2: warning: Member variable 'PlatformBase::icons' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.h:37:2: style: Class 'IconDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/Directory.h:36:2: style: Struct 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/LineEditMenu.h:13:2: style: Class 'LineEditMenu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/LineEditMenu.cpp:11:56: style: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'. [funcArgNamesDifferent]
launchy-2.5/src/LineEditMenu.h:14:43: note: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'.
launchy-2.5/src/LineEditMenu.cpp:11:56: note: Function 'contextMenuEvent' argument 1 names different: declaration 'event' definition 'evt'.
launchy-2.5/src/catalog.cpp:39:23: style: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'. [funcArgNamesDifferent]
launchy-2.5/src/catalog.h:197:23: note: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'.
launchy-2.5/src/catalog.cpp:39:23: note: Function 'CatLess' argument 1 names different: declaration 'left' definition 'a'.
launchy-2.5/src/catalog.cpp:39:35: style: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'. [funcArgNamesDifferent]
launchy-2.5/src/catalog.h:197:38: note: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'.
launchy-2.5/src/catalog.cpp:39:35: note: Function 'CatLess' argument 2 names different: declaration 'right' definition 'b'.
launchy-2.5/src/catalog_builder.cpp:32:16: style: C-style pointer casting [cstyleCast]
launchy-2.5/src/catalog_builder.cpp:40:16: style: C-style pointer casting [cstyleCast]
launchy-2.5/src/catalog_builder.cpp:36:74: style: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'. [funcArgNamesDifferent]
launchy-2.5/src/catalog_builder.h:39:59: note: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'.
launchy-2.5/src/catalog_builder.cpp:36:74: note: Function 'CatalogBuilder' argument 2 names different: declaration 'catalog' definition 'currentCatalog'.
launchy-2.5/src/catalog_builder.cpp:115:52: style: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'. [funcArgNamesDifferent]
launchy-2.5/src/catalog_builder.h:54:37: note: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'.
launchy-2.5/src/catalog_builder.cpp:115:52: note: Function 'indexDirectory' argument 1 names different: declaration 'dir' definition 'directory'.
launchy-2.5/src/catalog_types.cpp:259:17: style: Variable 'highlighted' is assigned a value that is never used. [unreadVariable]
launchy-2.5/src/catalog_types.h:43:7: performance: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static. [functionStatic]
launchy-2.5/src/catalog_types.cpp:301:15: note: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static.
launchy-2.5/src/catalog_types.h:43:7: note: Technically the member function 'Catalog::promoteRecentlyUsedItems' can be static.
launchy-2.5/src/dsingleapplication.cpp:54:3: performance: Variable 'app_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/dsingleapplication.cpp:159:3: performance: Variable 'app_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/dsingleapplication.cpp:240:3: performance: Variable 'blockSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::size' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::weight' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::italics' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/icon_delegate.cpp:27:15: warning: Member variable 'IconDelegate::alternativesPath' is not initialized in the constructor. [uninitMemberVar]
launchy-2.5/src/options.h:33:2: style: Class 'OptionsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
launchy-2.5/src/options.cpp:376:6: warning: Redundant assignment of 'tab' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:568:6: warning: Redundant assignment of 'val' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:586:8: warning: Redundant assignment of 'state' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:598:8: warning: Redundant assignment of 'state' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:668:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:686:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:732:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:749:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
launchy-2.5/src/options.cpp:510:56: style: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'. [funcArgNamesDifferent]
launchy-2.5/src/options.h:60:42: note: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'.
launchy-2.5/src/options.cpp:510:56: note: Function 'pluginItemChanged' argument 1 names different: declaration 'state' definition 'iz'.
launchy-2.5/src/platform_mac_hotkey.cpp:120:49: style: The scope of the variable 'ithKeyTable' can be reduced. [variableScope]
launchy-2.5/src/platform_mac_hotkey.cpp:304:14: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/platform_mac_hotkey.cpp:36:22: note: Virtual function in base class
launchy-2.5/src/platform_mac_hotkey.cpp:304:14: note: Function in derived class
launchy-2.5/src/platform_mac_hotkey.cpp:309:14: style: The function 'isAccepted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
launchy-2.5/src/platform_mac_hotkey.cpp:37:22: note: Virtual function in base class
launchy-2.5/src/platform_mac_hotkey.cpp:309:14: note: Function in derived class
[02:21]

ftp://ftp.se.debian.org/debian/pool/main/l/lava/lava_2018.5.post1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lava-coordinator/lava-coordinator_0.1.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lava-dispatcher/lava-dispatcher_2018.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lava-server/lava-server_2017.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lava-tool/lava-tool_0.25.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lavacli/lavacli_0.9.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lavapdu/lavapdu_0.0.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazarus/lazarus_1.8.4+dfsg.orig.tar.gz
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook.h:26:3: style: Class 'QObject_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook.h:22:5: style: Class 'QWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractbutton_hook.h:22:5: style: Class 'QAbstractButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemdelegate_hook.h:22:5: style: Class 'QAbstractItemDelegate_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:141:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook_c.cpp:151:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:22:5: style: Class 'QModelIndex_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:32:5: style: Class 'QPersistentModelIndex_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:42:5: style: Class 'QAbstractItemModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:325:5: style: Class 'QAbstractTableModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemmodel_hook.h:335:5: style: Class 'QAbstractListModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qframe_hook.h:22:5: style: Class 'QFrame_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractscrollarea_hook.h:22:5: style: Class 'QAbstractScrollArea_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractitemview_hook.h:22:5: style: Class 'QAbstractItemView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractprintdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook.h:22:5: style: Class 'QDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractprintdialog_hook.h:22:5: style: Class 'QAbstractPrintDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractscrollarea_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractslider_hook.h:22:5: style: Class 'QAbstractSlider_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook.h:22:5: style: Class 'QIODevice_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractsocket_hook.h:22:5: style: Class 'QAbstractSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstractspinbox_hook.h:22:5: style: Class 'QAbstractSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook_c.cpp:56:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook.h:22:5: style: Class 'QAbstractTextDocumentLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qabstracttextdocumentlayout_hook.h:110:5: style: Class 'QTextObjectInterface_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qaction_hook.h:22:5: style: Class 'QAction_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qactiongroup_hook.h:22:5: style: Class 'QActionGroup_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook.h:22:5: style: Class 'QCoreApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook.h:22:5: style: Class 'QGuiApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qapplication_hook.h:22:5: style: Class 'QApplication_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qbuttongroup_hook.h:22:5: style: Class 'QButtonGroup_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcalendarwidget_hook.h:22:5: style: Class 'QCalendarWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcheckbox_hook.h:22:5: style: Class 'QCheckBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qclipboard_hook.h:22:5: style: Class 'QClipboard_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcombobox_hook.h:22:5: style: Class 'QComboBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qcoreapplication_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdesktopwidget_hook.h:22:5: style: Class 'QDesktopWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdialog_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdockwidget_hook.h:22:5: style: Class 'QDockWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qdrag_hook.h:22:5: style: Class 'QDrag_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfiledialog_hook.h:22:5: style: Class 'QFileDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfilesystemwatcher_hook.h:22:5: style: Class 'QFileSystemWatcher_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qfontcombobox_hook.h:22:5: style: Class 'QFontComboBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qframe_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgraphicsscene_hook.h:22:5: style: Class 'QGraphicsScene_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qgroupbox_hook.h:22:5: style: Class 'QGroupBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qguiapplication_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qheaderview_hook.h:22:5: style: Class 'QHeaderView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qiodevice_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook.h:22:5: style: Class 'QItemSelectionRange_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qitemselectionmodel_hook.h:32:5: style: Class 'QItemSelectionModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlabel_hook.h:22:5: style: Class 'QLabel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlayout_hook.h:22:5: style: Class 'QLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlcdnumber_hook.h:22:5: style: Class 'QLCDNumber_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea_c.cpp:31:17: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclabstractscrollarea.h:12:3: style: Class 'QLCLAbstractScrollArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate_c.cpp:61:17: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclitemdelegate.h:12:3: style: Class 'QLCLItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:31:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:36:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:41:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:46:20: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclmessageevent.h:16:3: style: Class 'QLCLMessageEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread_c.cpp:31:16: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclthread.h:13:3: style: Class 'QLCLThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage_c.cpp:32:14: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebpage.h:14:3: style: Class 'QLCLWebPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlclwebview.h:13:3: style: Class 'QLCLWebView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlineedit_hook.h:22:5: style: Class 'QLineEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistview_hook.h:22:5: style: Class 'QListView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook.h:22:5: style: Class 'QListWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qlistwidget_hook.h:32:5: style: Class 'QListWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmainwindow_hook.h:22:5: style: Class 'QMainWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdiarea_hook.h:22:5: style: Class 'QMdiArea_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmdisubwindow_hook.h:22:5: style: Class 'QMdiSubWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenu_hook.h:22:5: style: Class 'QMenu_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qmenubar_hook.h:22:5: style: Class 'QMenuBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkaccessmanager_hook.h:22:5: style: Class 'QNetworkAccessManager_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qnetworkreply_hook.h:22:5: style: Class 'QNetworkReply_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qobject_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook_c.cpp:76:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:22:5: style: Class 'QPlainTextEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:172:5: style: Class 'QPlainTextDocumentLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qplaintextedit_hook.h:138:25: error: Uninitialized variable: t_rect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintdialog_hook.h:22:5: style: Class 'QPrintDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewdialog_hook.h:22:5: style: Class 'QPrintPreviewDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprintpreviewwidget_hook.h:22:5: style: Class 'QPrintPreviewWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook.h:22:5: style: Class 'QProcessEnvironment_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprocess_hook.h:32:5: style: Class 'QProcess_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressbar_hook.h:22:5: style: Class 'QProgressBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qprogressdialog_hook.h:22:5: style: Class 'QProgressDialog_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qpushbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qpushbutton_hook.h:22:5: style: Class 'QPushButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:26:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:31:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:36:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:41:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:46:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:51:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:56:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:61:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook_c.cpp:66:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:22:5: style: Class 'QScreen_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:112:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:121:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscreen_hook.h:151:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscrollbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qscrollbar_hook.h:22:5: style: Class 'QScrollBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qshortcut_hook.h:22:5: style: Class 'QShortcut_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qslider_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qslider_hook.h:22:5: style: Class 'QSlider_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsocketnotifier_hook.h:22:5: style: Class 'QSocketNotifier_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook.h:22:5: style: Class 'QSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qspinbox_hook.h:69:5: style: Class 'QDoubleSpinBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook_c.cpp:36:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook.h:22:5: style: Class 'QSplitter_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsplitter_hook.h:50:5: style: Class 'QSplitterHandle_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedlayout_hook.h:22:5: style: Class 'QStackedLayout_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstackedwidget_hook.h:22:5: style: Class 'QStackedWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook.h:22:5: style: Class 'QStandardItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstandarditemmodel_hook.h:32:5: style: Class 'QStandardItemModel_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qstatusbar_hook.h:22:5: style: Class 'QStatusBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qsystemtrayicon_hook.h:22:5: style: Class 'QSystemTrayIcon_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabbar_hook.h:22:5: style: Class 'QTabBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtableview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtableview_hook.h:22:5: style: Class 'QTableView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:41:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:22:5: style: Class 'QTableWidgetSelectionRange_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:32:5: style: Class 'QTableWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtablewidget_hook.h:42:5: style: Class 'QTableWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtabwidget_hook.h:22:5: style: Class 'QTabWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpserver_hook.h:22:5: style: Class 'QTcpServer_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtcpsocket_hook.h:22:5: style: Class 'QTcpSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook.h:22:5: style: Class 'QTextEdit_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextbrowser_hook.h:22:5: style: Class 'QTextBrowser_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtextedit_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qthread_hook.h:22:5: style: Class 'QThread_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtimer_hook.h:22:5: style: Class 'QTimer_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbar_hook.h:22:5: style: Class 'QToolBar_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbox_hook.h:22:5: style: Class 'QToolBox_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtoolbutton_hook.h:22:5: style: Class 'QToolButton_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreeview_hook.h:22:5: style: Class 'QTreeView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook.h:22:5: style: Class 'QTreeWidgetItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qtreewidget_hook.h:32:5: style: Class 'QTreeWidget_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qudpsocket_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qudpsocket_hook.h:22:5: style: Class 'QUdpSocket_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebdatabase_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebdatabase_hook.h:22:5: style: Class 'QWebDatabase_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:136:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:141:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:146:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:151:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebenginepage_hook_c.cpp:156:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:22:5: style: Class 'QWebPage_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:304:25: error: Uninitialized variable: t_geom [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:312:30: error: Uninitialized variable: t_dirtyRect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook.h:320:35: error: Uninitialized variable: t_scrollViewRect [uninitvar]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebengineview_hook.h:22:5: style: Class 'QWebEngineView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook.h:22:5: style: Class 'QWebHitTestResult_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebframe_hook.h:32:5: style: Class 'QWebFrame_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook_c.cpp:31:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook.h:22:5: style: Class 'QWebHistoryItem_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistory_hook.h:32:5: style: Class 'QWebHistory_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistoryinterface_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebhistoryinterface_hook.h:22:5: style: Class 'QWebHistoryInterface_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:71:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:76:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:81:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:86:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:91:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:96:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:101:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:106:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:111:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:116:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:121:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:126:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:131:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:136:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:141:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:146:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:151:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebpage_hook_c.cpp:156:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsecurityorigin_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsecurityorigin_hook.h:22:5: style: Class 'QWebSecurityOrigin_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsettings_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebsettings_hook.h:22:5: style: Class 'QWebSettings_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:31:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:36:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:41:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:46:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:51:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:56:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:61:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook_c.cpp:66:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwebview_hook.h:22:5: style: Class 'QWebView_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwidget_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:21:9: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:26:3: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:31:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:36:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:41:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:46:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:51:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:56:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:61:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:66:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:71:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:76:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:81:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:86:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:91:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:96:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:101:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:106:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook_c.cpp:111:4: style: C-style pointer casting [cstyleCast]
lazarus-1.8.4+dfsg/lcl/interfaces/qt5/cbindings/src/qwindow_hook.h:22:5: style: Class 'QWindow_hook' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lazr.config/lazr.config_2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazr.delegates/lazr.delegates_2.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazr.restfulclient/lazr.restfulclient_0.14.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lazr.smtptest/lazr.smtptest_2.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazr.uri/lazr.uri_1.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazy-object-proxy/lazy-object-proxy_1.3.1.orig.tar.gz
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1110:5: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1105:0: note: Variable 'object' is reassigned a value before the old one has been used.
lazy-object-proxy-1.3.1/src/lazy_object_proxy/cext.c:1110:5: note: Variable 'object' is reassigned a value before the old one has been used.
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lazyarray/lazyarray_0.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lazygal/lazygal_0.9.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lazymap-clojure/lazymap-clojure_3.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lbcd/lbcd_3.5.2.orig.tar.xz
lbcd-3.5.2/modules/http.c:58:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lbcd-3.5.2/modules/http.c:59:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lbcd-3.5.2/modules/monlist.c:71:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lbcd-3.5.2/portable/asprintf.c:59:25: style: The scope of the variable 'oerrno' can be reduced. [variableScope]
lbcd-3.5.2/portable/daemon.c:43:17: style: The scope of the variable 'fd' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:246:21: style: The scope of the variable 'servent' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:247:17: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:294:35: style: The scope of the variable 'prev' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:296:21: style: The scope of the variable 'host' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:298:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/portable/getaddrinfo.c:365:26: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:90:12: style: The scope of the variable 'alias' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:136:21: style: The scope of the variable 'srv' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:137:17: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:139:12: style: The scope of the variable 'namelen' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:170:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/portable/getnameinfo.c:171:20: style: The scope of the variable 'port' can be reduced. [variableScope]
lbcd-3.5.2/portable/mkstemp.c:58:19: style: The scope of the variable 'fd' can be reduced. [variableScope]
lbcd-3.5.2/portable/snprintf.c:700:12: style: The scope of the variable 'temp' can be reduced. [variableScope]
lbcd-3.5.2/portable/snprintf.c:843:66: style: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lbcd-3.5.2/portable/snprintf.c:128:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lbcd-3.5.2/portable/snprintf.c:843:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lbcd-3.5.2/portable/strlcat.c:42:26: style: The scope of the variable 'copy' can be reduced. [variableScope]
lbcd-3.5.2/portable/strlcpy.c:41:20: style: The scope of the variable 'copy' can be reduced. [variableScope]
lbcd-3.5.2/server/arch/aix.c:108:20: style: Unused variable: now [unusedVariable]
lbcd-3.5.2/server/get_user.c:119:0: error: syntax error [syntaxError]
lbcd-3.5.2/server/lbcd.c:365:17: style: The scope of the variable 'addr' can be reduced. [variableScope]
lbcd-3.5.2/server/lbcd.c:417:11: style: The scope of the variable 'pid' can be reduced. [variableScope]
lbcd-3.5.2/server/tmp_full.c:34:12: style: The scope of the variable 'total' can be reduced. [variableScope]
lbcd-3.5.2/server/weight.c:294:21: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lbcd-3.5.2/server/weight.c:294:21: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lbcd-3.5.2/server/weight.c:191:5: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
lbcd-3.5.2/server/weight.c:184:0: note: Variable 'cp' is reassigned a value before the old one has been used.
lbcd-3.5.2/server/weight.c:191:5: note: Variable 'cp' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/getaddrinfo-t.c:52:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lbcd-3.5.2/tests/portable/getnameinfo-t.c:42:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lbcd-3.5.2/tests/portable/snprintf-t.c:162:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lbcd-3.5.2/tests/portable/strndup-t.c:36:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lbcd-3.5.2/tests/portable/strndup-t.c:32:0: note: Variable 'result' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/strndup-t.c:36:5: note: Variable 'result' is reassigned a value before the old one has been used.
lbcd-3.5.2/tests/portable/strndup-t.c:48:5: warning: The buffer 'buffer' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lbcd-3.5.2/tests/runtests.c:717:9: style: The scope of the variable 'outlen' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:898:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:899:19: style: The scope of the variable 'missing' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:900:19: style: The scope of the variable 'failed' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:901:19: style: The scope of the variable 'first' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:902:19: style: The scope of the variable 'last' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1093:35: style: The scope of the variable 'total' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1170:28: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1209:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1211:17: style: The scope of the variable 'testname' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1316:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/runtests.c:1325:9: style: The scope of the variable 'succeeded' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:813:26: warning: Either the condition 'p==NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lbcd-3.5.2/tests/tap/basic.c:815:11: note: Assuming that condition 'p==NULL' is not redundant
lbcd-3.5.2/tests/tap/basic.c:813:26: note: Null pointer subtraction
lbcd-3.5.2/tests/tap/basic.c:197:15: style: The scope of the variable 'incomplete' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:272:26: style: The scope of the variable 'current' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:274:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:832:11: style: The scope of the variable 'base' can be reduced. [variableScope]
lbcd-3.5.2/tests/tap/basic.c:395:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:413:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:448:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:467:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:486:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:512:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:542:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/basic.c:568:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lbcd-3.5.2/tests/tap/process.c:208:20: style: The scope of the variable 'p' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/fakewrite.c:120:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:342:22: style: The scope of the variable 'saddr' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:447:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:448:13: style: The scope of the variable 'length' can be reduced. [variableScope]
lbcd-3.5.2/tests/util/network/server-t.c:451:22: style: The scope of the variable 'saddr' can be reduced. [variableScope]
xmalloc.c:73:37: warning: Either the condition 'size>0' is redundant or memset() argument nr 3 can have invalid value. The value is -9 but the valid values are '0:'. [invalidFunctionArg]
xmalloc.c:72:14: note: Assuming that condition 'size>0' is not redundant
xmalloc.c:73:37: note: Invalid argument
lbcd-3.5.2/util/messages.c:393:27: style: The scope of the variable 'log' can be reduced. [variableScope]
lbcd-3.5.2/util/messages.c:412:27: style: The scope of the variable 'log' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:645:9: style: The scope of the variable 'oerrno' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:707:13: style: The scope of the variable 'status' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:832:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:919:31: style: The scope of the variable 'sin' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:947:19: style: The scope of the variable 'cidr' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:949:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/util/network.c:950:19: style: The scope of the variable 'bits' can be reduced. [variableScope]
lbcd-3.5.2/util/vector.c:116:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:118:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:116:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:128:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:130:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:128:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:147:19: warning: Either the condition 'vector!=NULL' is redundant or there is possible null pointer dereference: vector. [nullPointerRedundantCheck]
lbcd-3.5.2/util/vector.c:149:19: note: Assuming that condition 'vector!=NULL' is not redundant
lbcd-3.5.2/util/vector.c:147:19: note: Null pointer dereference
lbcd-3.5.2/util/vector.c:80:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lbcd-3.5.2/util/xmalloc.c:283:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lbfgsb/lbfgsb_3.0+dfsg.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lbreakout2/lbreakout2_2.6.5.orig.tar.gz
lbreakout2-2.6.5/client/balls.c:48:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:17: style: The scope of the variable 'bw' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:48:21: style: The scope of the variable 'bh' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:70:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:70:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:117:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:117:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:142:9: style: The scope of the variable 'bx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:142:13: style: The scope of the variable 'by' can be reduced. [variableScope]
lbreakout2-2.6.5/client/balls.c:162:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/client/bricks.c:152:6: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/client/bricks.c:152:10: style: The scope of the variable 'py' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:118:7: style: The scope of the variable 'setname' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:119:7: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:335:14: style: The scope of the variable 'font' can be reduced. [variableScope]
lbreakout2-2.6.5/client/chart.c:387:14: style: The scope of the variable 'font' can be reduced. [variableScope]
lbreakout2-2.6.5/client/client_handlers.c:496:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lbreakout2-2.6.5/client/comm.c:453:13: style: The scope of the variable 'last_heartbeat' can be reduced. [variableScope]
lbreakout2-2.6.5/client/config.c:267:1: error: Resource leak: file [resourceLeak]
lbreakout2-2.6.5/client/editor.c:409:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:409:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:410:12: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:576:9: style: The scope of the variable 'edit_x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:576:17: style: The scope of the variable 'edit_y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/editor.c:760:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:360:18: style: The scope of the variable 'extra' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:378:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:378:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:422:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:422:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/extras.c:439:6: style: The scope of the variable 'magnets' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:399:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lbreakout2-2.6.5/client/file.c:398:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbreakout2-2.6.5/client/file.c:397:25: note: outer condition: cluster[i]
lbreakout2-2.6.5/client/file.c:398:17: note: identical inner condition: cluster[i]
lbreakout2-2.6.5/client/file.c:220:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:394:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:441:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:449:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lbreakout2-2.6.5/client/file.c:37:35: style: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/file.h:56:35: note: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'.
lbreakout2-2.6.5/client/file.c:37:35: note: Function 'file_check' argument 2 names different: declaration 'file' definition 'fname'.
lbreakout2-2.6.5/client/file.c:80:0: error: Memory leak: full_path [memleak]
lbreakout2-2.6.5/client/game.c:277:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:278:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:463:6: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:1136:6: style: The scope of the variable 'button_clicked' can be reduced. [variableScope]
lbreakout2-2.6.5/client/game.c:1136:22: style: The scope of the variable 'key_pressed' can be reduced. [variableScope]
lbreakout2-2.6.5/client/item.c:130:25: style: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/item.h:79:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
lbreakout2-2.6.5/client/item.c:130:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
lbreakout2-2.6.5/client/manager.c:236:10: style: The scope of the variable 'file_name' can be reduced. [variableScope]
lbreakout2-2.6.5/client/manager.c:249:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/client/manager.c:725:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:9: style: The scope of the variable 'height' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:94:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:95:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:154:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:154:18: style: The scope of the variable 'old_item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:155:9: style: The scope of the variable 'item_used' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:157:12: style: The scope of the variable 'callback' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:356:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:381:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/client/menu.c:68:25: style: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/menu.h:48:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
lbreakout2-2.6.5/client/menu.c:68:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
lbreakout2-2.6.5/client/misc.c:354:16: style: The scope of the variable 'cursor_on' can be reduced. [variableScope]
lbreakout2-2.6.5/client/misc.c:351:40: style: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/misc.h:76:39: note: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lbreakout2-2.6.5/client/misc.c:351:40: note: Function 'write_text_with_cursor' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lbreakout2-2.6.5/client/paddle.c:194:8: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/client/paddle.c:248:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
lbreakout2-2.6.5/client/setselect.c:116:2: style: Variable 'bkgnd' is reassigned a value before the old one has been used. [redundantAssignment]
lbreakout2-2.6.5/client/setselect.c:113:0: note: Variable 'bkgnd' is reassigned a value before the old one has been used.
lbreakout2-2.6.5/client/setselect.c:116:2: note: Variable 'bkgnd' is reassigned a value before the old one has been used.
lbreakout2-2.6.5/client/setselect.c:394:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shots.c:70:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shots.c:70:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:189:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:190:17: style: The scope of the variable 'x' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:190:20: style: The scope of the variable 'y' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:205:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/shrapnells.c:223:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:84:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:85:21: style: The scope of the variable 'text2' can be reduced. [variableScope]
lbreakout2-2.6.5/client/slot.c:86:11: style: The scope of the variable 'str_diff' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:364:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:384:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:560:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:685:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:685:12: style: The scope of the variable 'count' can be reduced. [variableScope]
lbreakout2-2.6.5/client/theme.c:682:28: style: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'. [funcArgNamesDifferent]
lbreakout2-2.6.5/client/theme.h:45:28: note: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'.
lbreakout2-2.6.5/client/theme.c:682:28: note: Function 'theme_get_info' argument 1 names different: declaration 'name' definition 'theme_name'.
lbreakout2-2.6.5/client/value.c:157:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/common/list.c:352:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:551:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:694:42: style: The scope of the variable 'drops' can be reduced. [variableScope]
lbreakout2-2.6.5/common/net.c:351:36: style: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/net.h:79:36: note: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'.
lbreakout2-2.6.5/common/net.c:351:36: note: Function 'net_addr_to_string' argument 1 names different: declaration 'addr' definition '_addr'.
lbreakout2-2.6.5/common/net.c:652:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/net.c:711:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/net.c:712:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lbreakout2-2.6.5/common/parser.c:365:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lbreakout2-2.6.5/common/parser.c:427:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
lbreakout2-2.6.5/common/parser.c:472:0: error: Memory leak: pd [memleak]
lbreakout2-2.6.5/common/tools.c:184:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:185:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:262:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/common/tools.c:179:26: style: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/tools.h:83:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lbreakout2-2.6.5/common/tools.c:179:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lbreakout2-2.6.5/common/tools.c:290:45: style: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'. [funcArgNamesDifferent]
lbreakout2-2.6.5/common/tools.h:94:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
lbreakout2-2.6.5/common/tools.c:290:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
lbreakout2-2.6.5/game/balls.c:107:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:111:6: style: The scope of the variable 'hit_type' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:577:8: style: The scope of the variable 'old_vx' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:12: style: The scope of the variable 'start' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:24: style: The scope of the variable 'dir' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:29: style: The scope of the variable 'line_pos' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1248:39: style: The scope of the variable 'change' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1253:12: style: The scope of the variable 'dist' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1260:10: style: The scope of the variable 'prim' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1261:10: style: The scope of the variable 'maybe_corner' can be reduced. [variableScope]
lbreakout2-2.6.5/game/balls.c:1239:29: style: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/balls.h:97:29: note: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'.
lbreakout2-2.6.5/game/balls.c:1239:29: note: Function 'ball_get_target' argument 1 names different: declaration 'b' definition 'ball'.
lbreakout2-2.6.5/game/bricks.c:661:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lbreakout2-2.6.5/game/bricks.c:662:7: style: The scope of the variable 'y_off' can be reduced. [variableScope]
lbreakout2-2.6.5/game/bricks.c:1105:11: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:282:6: style: The scope of the variable 'shot_x' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:282:14: style: The scope of the variable 'shot_y' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:307:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:308:8: style: The scope of the variable 'shot' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:586:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:605:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lbreakout2-2.6.5/game/comm.c:511:41: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
lbreakout2-2.6.5/game/comm.c:524:41: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
lbreakout2-2.6.5/game/extras.c:293:6: style: The scope of the variable 'magnets' can be reduced. [variableScope]
lbreakout2-2.6.5/game/extras.c:62:37: style: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/extras.h:32:37: note: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'.
lbreakout2-2.6.5/game/extras.c:62:37: note: Function 'extra_use' argument 2 names different: declaration 'type' definition 'extra_type'.
lbreakout2-2.6.5/game/game.c:142:26: style: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/game.h:39:26: note: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'.
lbreakout2-2.6.5/game/game.c:142:26: note: Function 'game_delete' argument 1 names different: declaration 'game' definition '_game'.
lbreakout2-2.6.5/game/game.c:442:38: style: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'. [funcArgNamesDifferent]
lbreakout2-2.6.5/game/game.h:111:38: note: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'.
lbreakout2-2.6.5/game/game.c:442:38: note: Function 'game_get_level_snapshot' argument 1 names different: declaration 'snapshot' definition 'shot'.
lbreakout2-2.6.5/game/levels.c:116:23: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:116:26: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:116:29: style: The scope of the variable 'num' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:118:12: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:184:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:184:12: style: The scope of the variable 'num' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:273:9: style: The scope of the variable 'level' can be reduced. [variableScope]
lbreakout2-2.6.5/game/levels.c:336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/game/paddle.c:251:8: style: The scope of the variable 'ball' can be reduced. [variableScope]
lbreakout2-2.6.5/game/shots.c:125:15: style: The scope of the variable 'shot' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:70:9: style: The scope of the variable 'xrel' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:70:15: style: The scope of the variable 'yrel' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:353:16: style: The scope of the variable 'widget' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:395:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui.c:349:36: style: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui.h:69:36: note: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'.
lbreakout2-2.6.5/gui/gui.c:349:36: note: Function 'gui_dispatch_event' argument 1 names different: declaration 'event' definition 'sdl_event'.
lbreakout2-2.6.5/gui/gui_edit.c:145:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:145:12: style: The scope of the variable 'length' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:145:20: style: The scope of the variable 'left' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:146:11: style: The scope of the variable 'src' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:146:17: style: The scope of the variable 'dest' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:180:9: style: The scope of the variable 'new_y' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_edit.c:405:41: style: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:43:41: note: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:405:41: note: Function 'gui_edit_resize_buffer' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:421:36: style: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:50:36: note: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:421:36: note: Function 'gui_edit_set_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:447:16: style: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:59:16: note: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:447:16: note: Function 'gui_edit_get_text' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:507:38: style: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_edit.h:85:38: note: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_edit.c:507:38: note: Function 'gui_edit_set_filter' argument 1 names different: declaration 'edit' definition 'widget'.
lbreakout2-2.6.5/gui/gui_icon.c:98:16: warning: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih' [funcArgOrderDifferent]
lbreakout2-2.6.5/gui/gui_icon.h:39:16: note: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih'
lbreakout2-2.6.5/gui/gui_icon.c:98:16: note: Function 'gui_icon_set_icon' argument order different: declaration 'icon, source, ix, iy, iw, ih' definition 'widget, icon, ix, iy, iw, ih'
lbreakout2-2.6.5/gui/gui_label.c:55:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:56:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:122:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:230:16: style: The scope of the variable 'text' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:9: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:13: style: The scope of the variable 'py' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:231:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:232:13: style: The scope of the variable 'args' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_label.c:215:37: style: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:44:37: note: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:215:37: note: Function 'gui_label_set_font' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:221:38: style: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:45:38: note: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:221:38: note: Function 'gui_label_set_align' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:228:37: style: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_label.h:46:37: note: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_label.c:228:37: note: Function 'gui_label_set_text' argument 1 names different: declaration 'label' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:43:14: style: The scope of the variable 'px' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_list.c:204:9: style: The scope of the variable 'old_border' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_list.c:280:34: style: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:61:34: note: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:280:34: note: Function 'gui_list_update' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:351:16: style: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:71:16: note: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:351:16: note: Function 'gui_list_select' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:403:32: style: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_list.h:78:32: note: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_list.c:403:32: note: Function 'gui_list_goto' argument 1 names different: declaration 'list' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:151:16: style: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:37:16: note: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:151:16: note: Function 'gui_progressbar_set_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:162:16: style: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:39:16: note: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:162:16: note: Function 'gui_progressbar_set_max' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:173:16: style: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_progressbar.h:41:16: note: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_progressbar.c:173:16: note: Function 'gui_progressbar_get_value' argument 1 names different: declaration 'progressbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:175:16: style: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:49:16: note: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:175:16: note: Function 'gui_radiogroup_set_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:213:40: style: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:50:40: note: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:213:40: note: Function 'gui_radiogroup_toggle' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:222:43: style: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:51:43: note: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:222:43: note: Function 'gui_radiogroup_is_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:236:44: style: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_radiogroup.h:58:44: note: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_radiogroup.c:236:44: note: Function 'gui_radiogroup_get_checked' argument 1 names different: declaration 'radiogroup' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:159:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_scrollbar.c:294:42: style: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:38:42: note: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:294:42: note: Function 'gui_scrollbar_set_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:301:41: style: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:39:41: note: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:301:41: note: Function 'gui_scrollbar_get_value' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:315:16: style: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_scrollbar.h:47:16: note: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_scrollbar.c:315:16: note: Function 'gui_scrollbar_set_range' argument 1 names different: declaration 'scrollbar' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:60:10: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:61:9: style: The scope of the variable 'old_value' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:209:10: style: The scope of the variable 'aux' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/gui_spinbutton.c:207:43: style: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:42:43: note: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:207:43: note: Function 'gui_spinbutton_set_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:216:42: style: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:43:42: note: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:216:42: note: Function 'gui_spinbutton_get_value' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:234:16: style: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:51:16: note: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:234:16: note: Function 'gui_spinbutton_set_range' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:253:45: style: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/gui_spinbutton.h:62:45: note: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_spinbutton.c:253:45: note: Function 'gui_spinbutton_enable_edit' argument 1 names different: declaration 'spinbutton' definition 'widget'.
lbreakout2-2.6.5/gui/gui_widget.c:295:39: warning: Either the condition 'parent==0' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/gui_widget.c:280:17: note: Assuming that condition 'parent==0' is not redundant
lbreakout2-2.6.5/gui/gui_widget.c:295:39: note: Null pointer dereference
lbreakout2-2.6.5/gui/gui_widget.c:297:39: warning: Either the condition 'parent==0' is redundant or there is possible null pointer dereference: parent. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/gui_widget.c:280:17: note: Assuming that condition 'parent==0' is not redundant
lbreakout2-2.6.5/gui/gui_widget.c:297:39: note: Null pointer dereference
lbreakout2-2.6.5/gui/gui_widget.c:51:16: style: The scope of the variable 'child' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/list.c:352:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:535:13: style: Condition '!leave' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/gui/stk.c:504:17: note: Assignment 'leave=0', assigned value is 0
lbreakout2-2.6.5/gui/stk.c:535:13: note: Condition '!leave' is always true
lbreakout2-2.6.5/gui/stk.c:1037:5: warning: Either the condition 'font==0' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
lbreakout2-2.6.5/gui/stk.c:1038:15: note: Assuming that condition 'font==0' is not redundant
lbreakout2-2.6.5/gui/stk.c:1037:5: note: Null pointer dereference
lbreakout2-2.6.5/gui/stk.c:260:18: style: The scope of the variable 'surf' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:505:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:637:18: style: The scope of the variable 'converted_surface' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1136:19: style: The scope of the variable 'data_byte' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1136:30: style: The scope of the variable 'mask_byte' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1137:9: style: The scope of the variable 'pot' can be reduced. [variableScope]
lbreakout2-2.6.5/gui/stk.c:1131:56: style: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lbreakout2-2.6.5/gui/stk.h:356:56: note: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'.
lbreakout2-2.6.5/gui/stk.c:1131:56: note: Function 'stk_cursor_create' argument 5 names different: declaration 'src' definition 'source'.
lbreakout2-2.6.5/gui/stk.c:1421:9: style: Unused variable: channel [unusedVariable]
lbreakout2-2.6.5/gui/stk.c:1440:9: style: Unused variable: channel [unusedVariable]
lbreakout2-2.6.5/intl/dcigettext.c:570:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lbreakout2-2.6.5/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/dcigettext.c:414:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:207:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/dcigettext.c:414:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/dcigettext.c:414:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:208:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lbreakout2-2.6.5/intl/dcigettext.c:414:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lbreakout2-2.6.5/intl/dcigettext.c:414:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:208:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lbreakout2-2.6.5/intl/dcigettext.c:414:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lbreakout2-2.6.5/intl/dcigettext.c:415:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:209:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lbreakout2-2.6.5/intl/dcigettext.c:415:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lbreakout2-2.6.5/intl/dcigettext.c:415:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:209:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lbreakout2-2.6.5/intl/dcigettext.c:415:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lbreakout2-2.6.5/intl/dcigettext.c:415:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:210:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lbreakout2-2.6.5/intl/dcigettext.c:415:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lbreakout2-2.6.5/intl/dcigettext.c:214:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:217:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:220:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:223:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:224:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/dcigettext.c:227:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
lbreakout2-2.6.5/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:157:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lbreakout2-2.6.5/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lbreakout2-2.6.5/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:157:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lbreakout2-2.6.5/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lbreakout2-2.6.5/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:158:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lbreakout2-2.6.5/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:159:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lbreakout2-2.6.5/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lbreakout2-2.6.5/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lbreakout2-2.6.5/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:166:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:167:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:168:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:170:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lbreakout2-2.6.5/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:161:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lbreakout2-2.6.5/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lbreakout2-2.6.5/intl/gettextP.h:162:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lbreakout2-2.6.5/intl/localcharset.c:295:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lbreakout2-2.6.5/intl/localcharset.c:286:24: note: Assignment 'locale=NULL', assigned value is 0
lbreakout2-2.6.5/intl/localcharset.c:295:14: note: Condition 'locale==NULL' is always true
lbreakout2-2.6.5/intl/localcharset.c:295:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lbreakout2-2.6.5/intl/localcharset.c:286:24: note: 'locale' is assigned value 'NULL' here.
lbreakout2-2.6.5/intl/localcharset.c:295:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lbreakout2-2.6.5/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localcharset.c:144:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lbreakout2-2.6.5/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
plural.c:1201:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:152:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:154:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:160:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:197:40: style: Same expression on both sides of '-'. [duplicateExpression]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lbt/lbt_1.2.2.orig.tar.gz
lbt-1.2.2/BitVector.h:48:13: style: Class 'BitVector' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lbt-1.2.2/Ltl.h:71:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/Ltl.h:211:3: style: Class 'LtlConstant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/LtlGraph.h:68:3: style: Class 'LtlGraphNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/LtlGraph.h:114:3: style: Class 'LtlGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lbt-1.2.2/Ltl.h:147:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:147:14: note: Function in derived class
lbt-1.2.2/Ltl.h:164:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:164:13: note: Function in derived class
lbt-1.2.2/Ltl.h:179:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:179:8: note: Function in derived class
lbt-1.2.2/Ltl.h:206:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:206:14: note: Function in derived class
lbt-1.2.2/Ltl.h:222:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:222:13: note: Function in derived class
lbt-1.2.2/Ltl.h:234:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:234:8: note: Function in derived class
lbt-1.2.2/Ltl.h:274:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:274:14: note: Function in derived class
lbt-1.2.2/Ltl.h:299:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:299:13: note: Function in derived class
lbt-1.2.2/Ltl.h:312:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:312:8: note: Function in derived class
lbt-1.2.2/Ltl.h:361:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:361:14: note: Function in derived class
lbt-1.2.2/Ltl.h:386:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:386:13: note: Function in derived class
lbt-1.2.2/Ltl.h:399:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:399:8: note: Function in derived class
lbt-1.2.2/Ltl.h:435:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:435:14: note: Function in derived class
lbt-1.2.2/Ltl.h:465:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:465:13: note: Function in derived class
lbt-1.2.2/Ltl.h:481:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:481:8: note: Function in derived class
lbt-1.2.2/Ltl.h:541:14: style: The function 'negClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:108:22: note: Virtual function in base class
lbt-1.2.2/Ltl.h:541:14: note: Function in derived class
lbt-1.2.2/Ltl.h:548:13: style: The function 'getKind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:113:21: note: Virtual function in base class
lbt-1.2.2/Ltl.h:548:13: note: Function in derived class
lbt-1.2.2/Ltl.h:568:8: style: The function 'expand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lbt-1.2.2/Ltl.h:120:16: note: Virtual function in base class
lbt-1.2.2/Ltl.h:568:8: note: Function in derived class
lbt-1.2.2/LtlGraph.C:62:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:117:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbt-1.2.2/lbt.C:112:48: note: outer condition: i
lbt-1.2.2/lbt.C:117:11: note: identical inner condition: i
lbt-1.2.2/lbt.C:202:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lbt-1.2.2/lbt.C:194:46: note: outer condition: i
lbt-1.2.2/lbt.C:202:6: note: identical inner condition: i
lbt-1.2.2/lbt.C:50:14: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lbt-1.2.2/lbt.C:177:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lbt-1.2.2/lbt.C:103:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:146:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:184:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lbt-1.2.2/lbt.C:190:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lbzip2/lbzip2_2.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lcab/lcab_1.0b12.orig.tar.gz
lcab-1.0b12/cwrite.c:107:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcab-1.0b12/cwrite.c:111:2: note: Found duplicate branches for 'if' and 'else'.
lcab-1.0b12/cwrite.c:107:2: note: Found duplicate branches for 'if' and 'else'.
lcab-1.0b12/main.c:371:4: style: Variable 'prevcfile' is reassigned a value before the old one has been used. [redundantAssignment]
lcab-1.0b12/main.c:369:4: note: Variable 'prevcfile' is reassigned a value before the old one has been used.
lcab-1.0b12/main.c:371:4: note: Variable 'prevcfile' is reassigned a value before the old one has been used.
lcab-1.0b12/main.c:112:8: style: The scope of the variable 'fp2' can be reduced. [variableScope]
lcab-1.0b12/main.c:196:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
lcab-1.0b12/main.c:86:11: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcalc/lcalc_1.23+dfsg.orig.tar.gz
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:51:10: style: The scope of the variable 'a1' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:52:10: style: The scope of the variable 'a2' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:53:10: style: The scope of the variable 'a3' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:54:10: style: The scope of the variable 'a4' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:55:10: style: The scope of the variable 'a6' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline.cc:396:13: style: The scope of the variable 'coeff' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:33:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:34:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:199:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:293:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:394:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:427:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:428:13: style: The scope of the variable 't' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:471:15: style: The scope of the variable 'j' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:500:9: style: The scope of the variable 'h' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:500:11: style: The scope of the variable 'w' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:502:15: style: The scope of the variable 't' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:502:17: style: The scope of the variable 'u' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:503:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:504:12: style: The scope of the variable 'epsilon' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:915:17: style: Array index 'dial' is used before limits check. [arrayIndexThenCheck]
lcalc-1.23+dfsg.orig/src/Lcommandline_numbertheory.cc:927:5: error: Mismatching allocation and deallocation: factors [mismatchAllocDealloc]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:242:20: style: Redundant condition: what_type==2. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:715:20: style: Redundant condition: what_type==2. 'what_type!=2 || (what_type==2 && gcd(underlying_cond,d)==1)' is equivalent to 'what_type!=2 || gcd(underlying_cond,d)==1' [redundantCondition]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:495:25: style: The scope of the variable 'analytic_rank' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:1157:17: style: Array index 'dial' is used before limits check. [arrayIndexThenCheck]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:996:16: error: Mismatching allocation and deallocation: factors [mismatchAllocDealloc]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:157:22: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:158:23: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:626:22: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lcommandline_twist.cc:627:23: error: Uninitialized variable: tmp_a [uninitvar]
lcalc-1.23+dfsg.orig/src/Lgamma.cc:158:7: style: Unused variable: n [unusedVariable]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:79:3: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:78:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:79:3: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:82:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:88:3: note: Found duplicate branches for 'if' and 'else'.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel.cc:82:3: note: Found duplicate branches for 'if' and 'else'.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:406:12: style: Same expression on both sides of '==' because the value of 'blfi' and '1' are the same. [duplicateExpression]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:25:16: note: 'blfi' is assigned value '1' here.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:406:12: note: Same expression on both sides of '==' because the value of 'blfi' and '1' are the same.
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:456:29: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:473:42: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:490:36: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:507:49: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:524:31: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:541:44: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:558:38: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:575:51: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:824:48: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/Lriemannsiegel_blfi.cc:849:52: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lcalc-1.23+dfsg.orig/src/cmdline.c:1432:8: style: Condition 'error' is always false [knownConditionTrueFalse]
lcalc-1.23+dfsg.orig/src/cmdline.c:792:15: note: Assignment 'error=0', assigned value is 0
lcalc-1.23+dfsg.orig/src/cmdline.c:1432:8: note: Condition 'error' is always false
lcalc-1.23+dfsg.orig/src/cmdline.c:699:78: warning: Either the condition 'if(field_given&&*field_given&&!override)' is redundant or there is possible null pointer dereference: field_given. [nullPointerRedundantCheck]
lcalc-1.23+dfsg.orig/src/cmdline.c:725:6: note: Assuming that condition 'if(field_given&&*field_given&&!override)' is not redundant
lcalc-1.23+dfsg.orig/src/cmdline.c:699:78: note: Null pointer dereference
lcalc-1.23+dfsg.orig/src/cmdline.c:444:7: style: The scope of the variable 'found' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/cmdline.c:694:10: style: The scope of the variable 'string_field' can be reduced. [variableScope]
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:56:5: style: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:38:5: note: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcalc-1.23+dfsg.orig/src/example_programs/example.cc:56:5: note: Variable 'L4' is reassigned a value before the old one has been used if variable is no semaphore variable.
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcas/lcas_1.3.19.orig.tar.gz
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:474:9: style: Variable 'tmpFile' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:470:0: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:474:9: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:113:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:135:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:136:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:137:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:286:16: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcas-1.3.19/src/grid_credential_handling/x509_handling/lcas_x509_utils.c:224:17: style: Variable 'amount_of_CAs' is modified but its new value is never used. [unreadVariable]
lcas-1.3.19/src/lcas.c:574:5: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:558:0: note: Variable 'args' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:574:5: note: Variable 'args' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:588:5: style: Variable 'pname' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:557:0: note: Variable 'pname' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:588:5: note: Variable 'pname' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:920:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas.c:918:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:920:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas.c:917:35: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcas-1.3.19/src/lcas.c:1079:25: style: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas.h:80:25: note: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'.
lcas-1.3.19/src/lcas.c:1079:25: note: Function 'lcas_run_va' argument 1 names different: declaration 'lcas_arg_type' definition 'arg_type'.
lcas-1.3.19/src/lcas_db_read.c:177:57: warning: Either the condition 'entry!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
lcas-1.3.19/src/lcas_db_read.c:182:27: note: Assuming that condition 'entry!=NULL' is not redundant
lcas-1.3.19/src/lcas_db_read.c:177:57: note: Null pointer dereference
lcas-1.3.19/src/lcas_db_read.c:209:28: style: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas_db_read.h:96:28: note: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'.
lcas-1.3.19/src/lcas_db_read.c:209:28: note: Function 'lcas_db_fill_entry' argument 1 names different: declaration 'plcas_db' definition 'list'.
lcas-1.3.19/src/lcas_db_read.c:210:27: style: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'. [funcArgNamesDifferent]
lcas-1.3.19/src/_lcas_db_read.h:97:28: note: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcas-1.3.19/src/lcas_db_read.c:210:27: note: Function 'lcas_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcas-1.3.19/src/lcas_log.c:505:13: error: Memory leak: tmpbuf [memleak]
lcas-1.3.19/src/lcas_log.c:505:0: error: Memory leak: datetime [memleak]
lcas-1.3.19/src/lcas_pem.c:101:14: warning: Either the condition 'lcas_log_string_default!=NULL' is redundant or there is possible null pointer dereference: lcas_log_string_default. [nullPointerRedundantCheck]
lcas-1.3.19/src/lcas_pem.c:109:33: note: Assuming that condition 'lcas_log_string_default!=NULL' is not redundant
lcas-1.3.19/src/lcas_pem.c:101:14: note: Null pointer dereference
lcas-1.3.19/src/lcas_pem.c:84:5: style: Variable 'lcas_log_file' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas_pem.c:70:0: note: Variable 'lcas_log_file' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_pem.c:84:5: note: Variable 'lcas_log_file' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_test.c:131:12: style: The scope of the variable 'lcas_request' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:132:12: style: The scope of the variable 'client_name' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:168:19: style: The scope of the variable 'error' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:169:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:170:19: style: The scope of the variable 'LcasInit' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:171:19: style: The scope of the variable 'LcasTerm' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_test.c:173:19: style: The scope of the variable 'LcasGetFabricAuthorization' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_utils.c:409:5: style: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-1.3.19/src/lcas_utils.c:402:0: note: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_utils.c:409:5: note: Variable 'lcas_modules_dir' is reassigned a value before the old one has been used.
lcas-1.3.19/src/lcas_utils.c:515:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lcas-1.3.19/src/lcas_utils.c:385:52: error: va_list 'pvar' was opened but not closed by va_end(). [va_end_missing]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcas-lcmaps-gt4-interface/lcas-lcmaps-gt4-interface_0.3.1.orig.tar.gz
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:301:15: warning: Either the condition 'service?service:"unknown"' is redundant or there is possible null pointer dereference: service. [nullPointerRedundantCheck]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:368:15: note: Assuming that condition 'service?service:"unknown"' is not redundant
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:301:15: note: Null pointer dereference
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:288:5: style: Variable 'context' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:256:0: note: Variable 'context' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:288:5: note: Variable 'context' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:289:5: style: Variable 'service' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:257:0: note: Variable 'service' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:289:5: note: Variable 'service' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:290:5: style: Variable 'desired_identity' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:258:0: note: Variable 'desired_identity' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:290:5: note: Variable 'desired_identity' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:291:5: style: Variable 'identity_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:259:0: note: Variable 'identity_buffer' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_front.c:291:5: note: Variable 'identity_buffer' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:80:5: style: Variable 'lcas_libdir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:73:0: note: Variable 'lcas_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:80:5: note: Variable 'lcas_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:77:9: style: The scope of the variable 'sn_retval' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcas.c:282:11: style: The scope of the variable 'LcasTerm' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:100:5: style: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used. [redundantAssignment]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:92:0: note: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:100:5: note: Variable 'lcmaps_libdir' is reassigned a value before the old one has been used.
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_lcmaps.c:96:9: style: The scope of the variable 'sn_retval' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:181:9: style: The scope of the variable 'errno_fopen' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:238:10: style: The scope of the variable 'datetime' can be reduced. [variableScope]
lcas-lcmaps-gt4-interface-0.3.1/src/llgt_utils.c:241:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcd4linux/lcd4linux_0.11.0~svn1203.orig.tar.gz
lcd4linux-r1203/cfg.c:188:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:192:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:188:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:291:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:293:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:291:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:309:28: warning: Either the condition 'section!=NULL' is redundant or there is possible null pointer dereference: section. [nullPointerRedundantCheck]
lcd4linux-r1203/cfg.c:311:17: note: Assuming that condition 'section!=NULL' is not redundant
lcd4linux-r1203/cfg.c:309:28: note: Null pointer dereference
lcd4linux-r1203/cfg.c:386:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcd4linux-r1203/cfg.c:203:6: error: Memory leak: buffer [memleak]
lcd4linux-r1203/cfg.c:213:5: error: Common realloc mistake: 'Config' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/cfg.c:273:6: error: Common realloc mistake: 'list' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/drv_ASTUSB.c:128:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_ASTUSB.c:132:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_ASTUSB.c:219:10: style: The scope of the variable 'val' can be reduced. [variableScope]
lcd4linux-r1203/drv_BeckmannEgle.c:451:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_BeckmannEgle.c:451:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_BeckmannEgle.c:451:27: note: Null pointer dereference
lcd4linux-r1203/drv_Crystalfontz.c:320:24: warning: Possible null pointer dereference: data [nullPointer]
lcd4linux-r1203/drv_Crystalfontz.c:719:23: note: Calling function 'drv_CF_send', 3rd argument 'data' value is 0
lcd4linux-r1203/drv_Crystalfontz.c:320:24: note: Null pointer dereference
lcd4linux-r1203/drv_Crystalfontz.c:438:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_Crystalfontz.c:712:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lcd4linux-r1203/drv_Curses.c:212:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:289:10: style: The scope of the variable 'out' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:293:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:340:6: style: The scope of the variable 'sec' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:451:11: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:452:11: style: The scope of the variable 'color' can be reduced. [variableScope]
lcd4linux-r1203/drv_D4D.c:674:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_EFN.c:194:28: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_EFN.c:221:20: style: The scope of the variable 'k' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:148:9: style: The scope of the variable 'is_set' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:151:19: style: The scope of the variable 'orig_scancode' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:298:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcd4linux-r1203/drv_G15.c:459:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcd4linux-r1203/drv_GLCD2USB.c:434:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_HD44780.c:1134:25: warning: Either the condition 'bus==NULL' is redundant or there is possible null pointer dereference: bus. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_HD44780.c:1134:13: note: Assuming that condition 'bus==NULL' is not redundant
lcd4linux-r1203/drv_HD44780.c:1134:25: note: Null pointer dereference
lcd4linux-r1203/drv_IRLCD.c:117:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_IRLCD.c:121:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_Image.c:334:16: style: Condition 'Format==NIL' is always true [knownConditionTrueFalse]
lcd4linux-r1203/drv_Image.c:320:14: note: Assignment 'Format=NIL', assigned value is 0
lcd4linux-r1203/drv_Image.c:334:16: note: Condition 'Format==NIL' is always true
lcd4linux-r1203/drv_Image.c:344:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:347:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:351:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:354:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:358:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:361:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:365:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_Image.c:368:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_LCD2USB.c:131:14: style: Redundant condition: bus_id. '!bus_id || (bus_id && !strcasecmp(bus->dirname,bus_id))' is equivalent to '!bus_id || !strcasecmp(bus->dirname,bus_id)' [redundantCondition]
lcd4linux-r1203/drv_LCD2USB.c:135:18: style: Redundant condition: device_id. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lcd4linux-r1203/drv_LCD2USB.c:198:12: style: The scope of the variable 'nBytes' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCD2USB.c:199:20: style: The scope of the variable 'val' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCD2USB.c:432:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_LCDLinux.c:141:23: warning: Either the condition 's!=NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_LCDLinux.c:141:11: note: Assuming that condition 's!=NULL' is not redundant
lcd4linux-r1203/drv_LCDLinux.c:141:23: note: Null pointer dereference
lcd4linux-r1203/drv_LEDMatrix.c:92:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_LPH7508.c:220:13: warning: Redundant assignment of 'j' to itself. [selfAssignment]
lcd4linux-r1203/drv_LPH7508.c:195:12: style: The scope of the variable 'a' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:180:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:219:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:224:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_LW_ABP.c:150:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:151:10: style: The scope of the variable 'command' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:168:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:169:10: style: The scope of the variable 'command' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:171:11: style: The scope of the variable 'configfile' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:172:9: style: The scope of the variable 'scanresult' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:173:9: style: The scope of the variable 'config_entries' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:174:10: style: The scope of the variable 'inputline' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:242:10: style: The scope of the variable 'col_' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:431:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:432:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:638:10: style: The scope of the variable 'switchactive' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:639:10: style: The scope of the variable 'timeinfo' can be reduced. [variableScope]
lcd4linux-r1203/drv_LW_ABP.c:370:32: error: Undefined behavior: Variable 'received' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/drv_M50530.c:331:23: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_M50530.c:331:11: note: Assuming that condition 's==NULL' is not redundant
lcd4linux-r1203/drv_M50530.c:331:23: note: Null pointer dereference
lcd4linux-r1203/drv_M50530.c:111:19: style: The scope of the variable 'data' can be reduced. [variableScope]
lcd4linux-r1203/drv_M50530.c:230:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_M50530.c:203:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_MatrixOrbital.c:198:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_MatrixOrbital.c:392:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_MatrixOrbitalGX.c:222:19: style: The scope of the variable 'pixel_byte' can be reduced. [variableScope]
lcd4linux-r1203/drv_MilfordInstruments.c:126:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_MilfordInstruments.c:126:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_MilfordInstruments.c:126:27: note: Null pointer dereference
lcd4linux-r1203/drv_MilfordInstruments.c:107:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_MilfordInstruments.c:108:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_Noritake.c:257:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_Noritake.c:90:9: style: struct member 'MODEL::yrex' is never used. [unusedStructMember]
lcd4linux-r1203/drv_PICGraphic.c:266:9: style: Condition 'ret' is always false [knownConditionTrueFalse]
lcd4linux-r1203/drv_PICGraphic.c:256:15: note: Assignment 'ret=0', assigned value is 0
lcd4linux-r1203/drv_PICGraphic.c:266:9: note: Condition 'ret' is always false
lcd4linux-r1203/drv_PICGraphic.c:179:22: style: The scope of the variable 'status' can be reduced. [variableScope]
lcd4linux-r1203/drv_PICGraphic.c:180:19: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lcd4linux-r1203/drv_RouterBoard.c:306:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcd4linux-r1203/drv_SamsungSPF.c:206:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/drv_ShuttleVFD.c:60:0: error: #error "ShuttleVFD: libusb required" [preprocessorErrorDirective]
lcd4linux-r1203/drv_SimpleLCD.c:149:9: style: The scope of the variable 'row' can be reduced. [variableScope]
lcd4linux-r1203/drv_T6963.c:310:15: style: The scope of the variable 'a' can be reduced. [variableScope]
lcd4linux-r1203/drv_T6963.c:310:18: style: The scope of the variable 'b' can be reduced. [variableScope]
lcd4linux-r1203/drv_TeakLCM.c:111:9: portability: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lcd4linux-r1203/drv_USBHUB.c:43:0: error: #error The USB-HUB driver only makes sense with USB support [preprocessorErrorDirective]
lcd4linux-r1203/drv_USBLCD.c:239:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/drv_WincorNixdorf.c:109:27: warning: Either the condition 'model==NULL' is redundant or there is possible null pointer dereference: model. [nullPointerRedundantCheck]
lcd4linux-r1203/drv_WincorNixdorf.c:109:15: note: Assuming that condition 'model==NULL' is not redundant
lcd4linux-r1203/drv_WincorNixdorf.c:109:27: note: Null pointer dereference
lcd4linux-r1203/drv_WincorNixdorf.c:108:5: style: Variable 'model' is reassigned a value before the old one has been used. [redundantAssignment]
lcd4linux-r1203/drv_WincorNixdorf.c:105:0: note: Variable 'model' is reassigned a value before the old one has been used.
lcd4linux-r1203/drv_WincorNixdorf.c:108:5: note: Variable 'model' is reassigned a value before the old one has been used.
lcd4linux-r1203/drv_WincorNixdorf.c:103:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/drv_WincorNixdorf.c:106:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:257:18: style: The scope of the variable 'xfs' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:260:9: style: The scope of the variable 'yk' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:261:11: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/drv_X11.c:545:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:548:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:552:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:555:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:559:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_X11.c:562:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_dpf.c:555:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcd4linux-r1203/drv_dpf.c:555:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcd4linux-r1203/drv_dpf.c:478:37: style: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
lcd4linux-r1203/drv_dpf.c:81:37: note: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'.
lcd4linux-r1203/drv_dpf.c:478:37: note: Function 'dpf_ax_open' argument 1 names different: declaration 'device' definition 'dev'.
lcd4linux-r1203/drv_dpf.c:632:45: style: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'. [funcArgNamesDifferent]
lcd4linux-r1203/drv_dpf.c:99:45: note: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'.
lcd4linux-r1203/drv_dpf.c:632:45: note: Function 'dpf_ax_setbacklight' argument 2 names different: declaration 'value' definition 'b'.
lcd4linux-r1203/drv_generic_graphic.c:300:11: style: The scope of the variable 'line2' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_graphic.c:461:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/lcd4linux_i2c.h:543:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/lcd4linux_i2c.h:569:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_parport.c:76:0: error: #error neither outb() nor ppdev() possible [preprocessorErrorDirective]
lcd4linux-r1203/drv_generic_serial.c:356:20: style: The scope of the variable 'tocnt' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:157:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:237:9: style: The scope of the variable 'dr' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:331:11: style: The scope of the variable 'line2' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:449:16: style: The scope of the variable 'icon_counter' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:768:18: style: The scope of the variable 'min' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:769:9: style: The scope of the variable 'pack_i' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:769:17: style: The scope of the variable 'pack_j' can be reduced. [variableScope]
lcd4linux-r1203/drv_generic_text.c:660:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:722:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:864:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:878:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_generic_text.c:936:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcd4linux-r1203/drv_mdm166a.c:255:9: style: The scope of the variable 'sent' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:255:18: style: The scope of the variable 'frame' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:338:15: style: The scope of the variable 'yb' can be reduced. [variableScope]
lcd4linux-r1203/drv_mdm166a.c:435:2: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_mdm166a.c:438:5: error: Memory pointed to by 's' is freed twice. [doubleFree]
lcd4linux-r1203/drv_picoLCDGraphic.c:289:16: style: The scope of the variable 'pressed_key' can be reduced. [variableScope]
lcd4linux-r1203/drv_ula200.c:178:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcd4linux-r1203/drv_ula200.c:246:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:425:31: style: Condition '1==1' is always true [knownConditionTrueFalse]
lcd4linux-r1203/drv_vnc.c:425:31: style: Same expression on both sides of '=='. [duplicateExpression]
lcd4linux-r1203/drv_vnc.c:145:12: style: The scope of the variable 'rectx' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:145:19: style: The scope of the variable 'recty' can be reduced. [variableScope]
lcd4linux-r1203/drv_vnc.c:146:9: style: The scope of the variable 'active' can be reduced. [variableScope]
lcd4linux-r1203/evaluator.c:637:9: style: The scope of the variable 'hexC' can be reduced. [variableScope]
lcd4linux-r1203/evaluator.c:504:5: error: Common realloc mistake: 'Function' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:93:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:173:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:189:5: error: Common realloc mistake: 'events' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:247:2: error: Common realloc mistake: 'ev_names' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/event.c:282:3: error: Common realloc mistake: 'ev_names' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/hash.c:219:16: style: The scope of the variable 'Item' can be reduced. [variableScope]
lcd4linux-r1203/hash.c:477:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/layout.c:102:29: style: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'. [funcArgNamesDifferent]
lcd4linux-r1203/layout.h:33:29: note: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'.
lcd4linux-r1203/layout.c:102:29: note: Function 'layout_init' argument 1 names different: declaration 'section' definition 'layout'.
lcd4linux-r1203/lcd4linux.c:218:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:248:22: style: The scope of the variable 'tok' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:249:20: style: The scope of the variable 'toknum' can be reduced. [variableScope]
lcd4linux-r1203/plugin_asterisk.c:101:18: warning: Either the condition 'i<20' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_asterisk.c:98:9: note: Assuming that condition 'i<20' is not redundant
lcd4linux-r1203/plugin_asterisk.c:101:18: note: Negative array index
lcd4linux-r1203/plugin_button_exec.c:63:9: style: The scope of the variable 'errsv' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:714:7: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lcd4linux-r1203/plugin_dbus.c:182:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:261:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_dbus.c:812:86: style: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lcd4linux-r1203/plugin_dbus.c:128:86: note: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'.
lcd4linux-r1203/plugin_dbus.c:812:86: note: Function 'lcd_sig_received' argument 2 names different: declaration 'message' definition 'msg'.
lcd4linux-r1203/plugin_diskstats.c:94:46: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_diskstats.c:92:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_diskstats.c:94:46: note: Null pointer dereference
lcd4linux-r1203/plugin_diskstats.c:98:15: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_diskstats.c:92:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_diskstats.c:98:15: note: Null pointer dereference
lcd4linux-r1203/plugin_exec.c:98:11: style: The scope of the variable 'pipe' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:57:21: style: The scope of the variable 'val2' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:59:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_file.c:59:21: style: The scope of the variable 'size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:655:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lcd4linux-r1203/plugin_gps.c:670:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lcd4linux-r1203/plugin_gps.c:548:6: performance: Buffer 'buffer' is being written before its old content has been used. [redundantCopy]
lcd4linux-r1203/plugin_gps.c:547:6: note: Buffer 'buffer' is being written before its old content has been used.
lcd4linux-r1203/plugin_gps.c:548:6: note: Buffer 'buffer' is being written before its old content has been used.
lcd4linux-r1203/plugin_gps.c:481:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:482:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:483:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:488:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:491:9: style: The scope of the variable 'validStart' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:491:21: style: The scope of the variable 'validEnd' can be reduced. [variableScope]
lcd4linux-r1203/plugin_gps.c:604:36: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:606:40: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:614:36: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:616:40: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:631:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:633:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:637:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:639:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:643:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:645:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:649:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:651:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:664:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:666:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:679:34: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:681:38: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:687:46: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_gps.c:689:55: error: Undefined behavior: Variable 'outputStr' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcd4linux-r1203/plugin_hddtemp.c:98:21: style: The scope of the variable 'host_info' can be reduced. [variableScope]
lcd4linux-r1203/plugin_hddtemp.c:135:13: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_hddtemp.c:216:11: style: The scope of the variable 'key' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:373:14: style: The scope of the variable 'count' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:374:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:431:9: style: The scope of the variable 'run' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:431:26: style: The scope of the variable 'recv_seq' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:432:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:507:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:709:28: style: The scope of the variable 'copy' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:748:31: style: The scope of the variable 'prev_tx_flow' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:748:0: style: The scope of the variable 'prev_rx_flow' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:749:26: style: The scope of the variable 'prev_ds_time' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:856:11: style: The scope of the variable 'value_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:856:23: style: The scope of the variable 'mode_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:18: style: The scope of the variable 'days' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:24: style: The scope of the variable 'hours' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:31: style: The scope of the variable 'mins' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1043:37: style: The scope of the variable 'secs' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1045:10: style: The scope of the variable 'value_str' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:1153:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcd4linux-r1203/plugin_huawei.c:879:2: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:927:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:960:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:993:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_huawei.c:1026:5: error: Common realloc mistake: 'value_str' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:149:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lcd4linux-r1203/plugin_i2c_sensors.c:259:3: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:268:7: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:312:6: error: Common realloc mistake: 'path_cfg' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_i2c_sensors.c:316:2: error: Common realloc mistake: 'path' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_imon.c:74:21: style: The scope of the variable 'host_p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:214:17: style: The scope of the variable 'oldanswer' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:223:7: style: The scope of the variable 'telbuf' can be reduced. [variableScope]
lcd4linux-r1203/plugin_imon.c:233:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:439:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:495:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_imon.c:527:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcd4linux-r1203/plugin_isdn.c:128:11: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_isdn.c:127:13: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_isdn.c:128:11: note: Null pointer dereference
lcd4linux-r1203/plugin_isdn.c:63:19: style: struct member 'CPS::in' is never used. [unusedStructMember]
lcd4linux-r1203/plugin_isdn.c:64:19: style: struct member 'CPS::out' is never used. [unusedStructMember]
lcd4linux-r1203/plugin_kvv.c:309:9: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
lcd4linux-r1203/plugin_kvv.c:306:6: note: Variable 'q' is reassigned a value before the old one has been used.
lcd4linux-r1203/plugin_kvv.c:309:9: note: Variable 'q' is reassigned a value before the old one has been used.
lcd4linux-r1203/plugin_kvv.c:204:21: style: The scope of the variable 'host_info' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:281:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:284:11: style: The scope of the variable 'repl' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:353:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:353:19: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:417:33: style: The scope of the variable 'name_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:417:43: style: The scope of the variable 'value_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:420:11: style: The scope of the variable 'value_enc' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:421:10: style: The scope of the variable 'value_enc_len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_kvv.c:539:21: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_loadavg.c:70:15: warning: Either the condition 'nread<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_loadavg.c:68:15: note: Assuming that condition 'nread<0' is not redundant
lcd4linux-r1203/plugin_loadavg.c:70:15: note: Negative array index
lcd4linux-r1203/plugin_mpd.c:193:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcd4linux-r1203/plugin_mpd.c:294:17: style: The scope of the variable 's' can be reduced. [variableScope]
lcd4linux-r1203/plugin_mpd.c:210:2: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_netdev.c:114:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lcd4linux-r1203/plugin_netinfo.c:135:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:177:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:207:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:255:9: style: The scope of the variable 'netlen' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:256:17: style: The scope of the variable 'logval' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:280:16: style: The scope of the variable 'errcount' can be reduced. [variableScope]
lcd4linux-r1203/plugin_netinfo.c:114:5: warning: The buffer 'devname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcd4linux-r1203/plugin_pop3.c:199:6: warning: Either the condition '(pos=strstr(buf,"\r\n"))==NULL' is redundant or there is possible null pointer dereference: pos. [nullPointerRedundantCheck]
lcd4linux-r1203/plugin_pop3.c:197:40: note: Assuming that condition '(pos=strstr(buf,"\r\n"))==NULL' is not redundant
lcd4linux-r1203/plugin_pop3.c:199:6: note: Null pointer dereference
lcd4linux-r1203/plugin_pop3.c:206:40: warning: Either the condition 'hi==NULL' is redundant or there is possible null pointer dereference: hi. [nullPointerRedundantCheck]
lcd4linux-r1203/plugin_pop3.c:209:12: note: Assuming that condition 'hi==NULL' is not redundant
lcd4linux-r1203/plugin_pop3.c:206:40: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:219:25: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_proc_stat.c:218:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_proc_stat.c:219:25: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:221:28: warning: Possible null pointer dereference: beg [nullPointer]
lcd4linux-r1203/plugin_proc_stat.c:218:16: note: Assignment 'beg=end?end+1:NULL', assigned value is 0
lcd4linux-r1203/plugin_proc_stat.c:221:28: note: Null pointer dereference
lcd4linux-r1203/plugin_proc_stat.c:187:30: style: The scope of the variable 'p' can be reduced. [variableScope]
lcd4linux-r1203/plugin_proc_stat.c:335:16: error: Uninitialized variable: value [uninitvar]
lcd4linux-r1203/plugin_python.c:53:33: style: The scope of the variable 'pDict' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:53:41: style: The scope of the variable 'pFunc' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:54:15: style: The scope of the variable 'pArgs' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:54:23: style: The scope of the variable 'pValue' can be reduced. [variableScope]
lcd4linux-r1203/plugin_python.c:56:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:175:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:176:19: style: The scope of the variable 'part' can be reduced. [variableScope]
lcd4linux-r1203/plugin_sample.c:185:2: error: Common realloc mistake: 'value' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/plugin_string.c:89:22: style: The scope of the variable 'p2' can be reduced. [variableScope]
lcd4linux-r1203/plugin_uptime.c:182:14: warning: Either the condition 'i<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
lcd4linux-r1203/plugin_uptime.c:179:11: note: Assuming that condition 'i<0' is not redundant
lcd4linux-r1203/plugin_uptime.c:182:14: note: Negative array index
lcd4linux-r1203/plugin_w1retap.c:67:12: style: The scope of the variable 'size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:358:9: style: The scope of the variable 'has_sens' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:407:9: style: The scope of the variable 'key_size' can be reduced. [variableScope]
lcd4linux-r1203/plugin_wireless.c:403:10: style: Variable 'encrypt_key' is not assigned a value. [unassignedVariable]
lcd4linux-r1203/qprintf.c:130:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
lcd4linux-r1203/widget.c:207:9: warning: Possible null pointer dereference: Class [nullPointer]
lcd4linux-r1203/widget.c:192:13: note: Assignment 'Class=NULL', assigned value is 0
lcd4linux-r1203/widget.c:207:9: note: Null pointer dereference
lcd4linux-r1203/widget.c:81:5: error: Common realloc mistake: 'Classes' nulled but not freed upon failure [memleakOnRealloc]
lcd4linux-r1203/widget_icon.c:58:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lcd4linux-r1203/widget_icon.c:61:20: style: The scope of the variable 'map' can be reduced. [variableScope]
lcd4linux-r1203/widget_icon.c:132:11: style: The scope of the variable 'section' can be reduced. [variableScope]
lcd4linux-r1203/widget_image.c:48:0: error: #error "gd.h not found!" [preprocessorErrorDirective]
lcd4linux-r1203/widget_keypad.c:114:20: style: The scope of the variable 'keypad' can be reduced. [variableScope]
lcd4linux-r1203/widget_text.c:293:32: warning: Logical disjunction always evaluates to true: EXPR != 3 || EXPR != 4. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:293:63: warning: Logical disjunction always evaluates to true: EXPR != 4 || EXPR != 5. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:294:6: warning: Logical disjunction always evaluates to true: EXPR != 5 || EXPR != 6. [incorrectLogicOperator]
lcd4linux-r1203/widget_text.c:294:43: warning: Logical disjunction always evaluates to true: EXPR != 6 || EXPR != 7. [incorrectLogicOperator]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcdf-typetools/lcdf-typetools_2.92+dfsg1.orig.tar.gz
lcdf-typetools-2.92/cfftot1/cfftot1.cc:155:2: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:160:2: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:162:18: error: Resource leak: f [resourceLeak]
lcdf-typetools-2.92/cfftot1/cfftot1.cc:77:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_output' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_subr_bias' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_gsubr_bias' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_glyph' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/cfftot1/maket1font.cc:35:5: style: Class 'MakeType1CharstringInterp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/cfftot1/maket1font.cc:72:5: style: Class 'Subr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/include/lcdf/vector.cc:113:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/include/lcdf/vector.cc:120:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/cff.cc:332:17: style: The scope of the variable 'cff' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/otf.cc:994:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otf.cc:1013:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otf.cc:190:10: style: Technically the member function 'Efont::OpenType::::TagCompar::operator()' can be const. [functionConst]
lcdf-typetools-2.92/libefont/otf.cc:189:5: style: Class 'TagCompar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/libefont/otfgpos.cc:170:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:175:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:212:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgpos.cc:119:8: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/libefont/otfgpos.cc:130:8: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/libefont/otfgsub.cc:1126:3: style: Variable 'napplied' is modified but its new value is never used. [unreadVariable]
lcdf-typetools-2.92/libefont/otfgsub.cc:231:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:272:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:294:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:817:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:820:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:907:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:985:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:999:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfgsub.cc:1107:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/otfpost.cc:142:32: style: The scope of the variable 'g' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/psres.cc:345:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/libefont/t1font.cc:442:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcdf-typetools-2.92/libefont/t1fontskel.cc:312:12: style: The scope of the variable 'v' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/t1mm.cc:293:16: style: The scope of the variable 'norm_design' can be reduced. [variableScope]
lcdf-typetools-2.92/libefont/t1rw.cc:88:27: style: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same. [duplicateExpression]
lcdf-typetools-2.92/libefont/t1rw.cc:78:21: note: 'original_pos' is assigned value '_pos' here.
lcdf-typetools-2.92/libefont/t1rw.cc:88:27: note: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same.
lcdf-typetools-2.92/libefont/ttfkern.cc:105:4: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/liblcdf/bezier.cc:272:0: error: Memory leak: a0 [memleak]
lcdf-typetools-2.92/liblcdf/bezier.cc:272:0: error: Memory leak: a1 [memleak]
lcdf-typetools-2.92/liblcdf/clp.c:960:20: style: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same. [duplicateExpression]
lcdf-typetools-2.92/liblcdf/clp.c:935:48: note: 'first_ambiguous' is assigned value '*ambiguous' here.
lcdf-typetools-2.92/liblcdf/clp.c:960:20: note: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same.
lcdf-typetools-2.92/liblcdf/clp.c:681:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdf-typetools-2.92/liblcdf/clp.c:1676:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:568:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:574:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:726:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/liblcdf/error.cc:234:17: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/liblcdf/permstr.cc:160:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
lcdf-typetools-2.92/liblcdf/permstr.cc:171:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
lcdf-typetools-2.92/liblcdf/string.cc:618:0: error: #error "unknown byte order" [preprocessorErrorDirective]
lcdf-typetools-2.92/mmafm/main.cc:183:12: warning: Either the condition 'underscore' is redundant or there is possible null pointer dereference: underscore. [nullPointerRedundantCheck]
lcdf-typetools-2.92/mmafm/main.cc:176:9: note: Assuming that condition 'underscore' is not redundant
lcdf-typetools-2.92/mmafm/main.cc:183:12: note: Null pointer dereference
lcdf-typetools-2.92/mmafm/main.cc:219:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/mmpfb/myfont.hh:9:5: style: Class 'MyFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/mmpfb/main.cc:104:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/mmpfb/myfont.cc:184:67: style: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'. [funcArgNamesDifferent]
lcdf-typetools-2.92/mmpfb/myfont.hh:25:54: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:184:67: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:232:32: style: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'. [funcArgNamesDifferent]
lcdf-typetools-2.92/mmpfb/myfont.hh:14:33: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:232:32: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
lcdf-typetools-2.92/mmpfb/myfont.cc:276:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/mmpfb/myfont.cc:283:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:63:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:70:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_prefix' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_must_expand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:526:22: warning: Member variable 'Type1BadCallRemover::_is_subr' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:751:15: warning: Member variable 'SubrExpander::_subr_level' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:178:5: style: Class 'Type1OneMMRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/mmpfb/t1rewrit.cc:512:5: style: Class 'Type1BadCallRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otfinfo/otfinfo.cc:100:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/automatic.cc:59:17: style: struct member 'Anonymous3::texdir' is never used. [unusedStructMember]
lcdf-typetools-2.92/otftotfm/automatic.cc:668:11: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:202:50: style: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:26:38: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:202:50: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:709:45: style: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:33:38: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:709:45: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:721:84: style: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:95:66: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:721:84: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:187:16: warning: Member variable 'DvipsEncoding::_file_had_ligkern' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::x' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::y' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:90:9: style: Unused private function: 'DvipsEncoding::parse_ligkern_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:91:9: style: Unused private function: 'DvipsEncoding::parse_position_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:92:9: style: Unused private function: 'DvipsEncoding::parse_unicoding_words' [unusedPrivateFunction]
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:93:10: style: Technically the member function 'DvipsEncoding::parse_word_group' can be const. [functionConst]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:536:16: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
lcdf-typetools-2.92/otftotfm/dvipsencoding.hh:93:10: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
lcdf-typetools-2.92/otftotfm/secondary.hh:77:10: style: The function 'encode_uni' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/otftotfm/secondary.hh:69:18: note: Virtual function in base class
lcdf-typetools-2.92/otftotfm/secondary.hh:77:10: note: Function in derived class
lcdf-typetools-2.92/otftotfm/secondary.hh:78:9: style: The function 'setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/otftotfm/secondary.hh:70:17: note: Virtual function in base class
lcdf-typetools-2.92/otftotfm/secondary.hh:78:9: note: Function in derived class
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:400:11: error: Uninitialized variable: endptr [uninitvar]
lcdf-typetools-2.92/otftotfm/dvipsencoding.cc:410:11: error: Uninitialized variable: endptr [uninitvar]
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:73:40: style: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/glyphfilter.hh:40:19: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:73:40: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
lcdf-typetools-2.92/otftotfm/glyphfilter.hh:40:2: style: Struct 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otftotfm/glyphfilter.cc:225:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/otftotfm/metrics.cc:473:5: style: Class 'ChangedContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1653:43: style: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/otftotfm.hh:11:50: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1653:43: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
lcdf-typetools-2.92/otftotfm/otftotfm.cc:721:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1414:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1537:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:1556:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:2267:7: style: Exception should be caught by reference. [catchExceptionByValue]
lcdf-typetools-2.92/otftotfm/otftotfm.cc:300:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/secondary.cc:89:49: style: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/secondary.hh:21:43: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
lcdf-typetools-2.92/otftotfm/secondary.cc:89:49: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
lcdf-typetools-2.92/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_is_fixed_pitch' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_italic_angle' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lcdf-typetools-2.92/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lcdf-typetools-2.92/otftotfm/secondary.cc:311:15: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/otftotfm/uniprop.cc:238:39: style: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/uniprop.hh:30:60: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:238:39: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:260:36: style: Function 'property' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/uniprop.hh:19:34: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:260:36: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
lcdf-typetools-2.92/otftotfm/uniprop.cc:287:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lcdf-typetools-2.92/otftotfm/util.cc:36:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
lcdf-typetools-2.92/otftotfm/util.hh:17:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/otftotfm/util.cc:36:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1dotlessj/t1dotlessj.cc:109:5: style: Class 'Sectioner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1dotlessj/t1dotlessj.cc:79:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:60: style: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1lint/cscheck.hh:28:45: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:35:60: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:487:68: style: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1lint/cscheck.hh:81:49: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:487:68: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:481:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.cc:487:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
lcdf-typetools-2.92/t1lint/cscheck.hh:28:5: style: Class 'CharstringChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1lint/cscheck.hh:81:5: style: Class 'CharstringSubrChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1lint/t1lint.cc:66:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1rawafm/t1rawafm.cc:72:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1reencode/md5.c:335:22: style: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1reencode/md5.h:42:27: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
lcdf-typetools-2.92/t1reencode/md5.c:335:22: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
lcdf-typetools-2.92/t1reencode/t1reencode.cc:1108:0: error: Memory leak: font [memleak]
lcdf-typetools-2.92/t1reencode/t1reencode.cc:637:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/t1reencode/util.cc:30:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
lcdf-typetools-2.92/t1reencode/util.hh:6:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1reencode/util.cc:30:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
lcdf-typetools-2.92/t1testpage/t1testpage.cc:129:5: style: Class 'GridTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:137:5: style: Class 'SmokeTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:295:5: style: Class 'Smoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:132:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:132:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:133:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:133:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:140:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:140:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:141:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lcdf-typetools-2.92/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:141:10: note: Function in derived class
lcdf-typetools-2.92/t1testpage/t1testpage.cc:76:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
lcdf-typetools-2.92/ttftotype42/ttftotype42.cc:73:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcdproc/lcdproc_0.5.9.orig.tar.gz
lcdproc-0.5.9/clients/lcdexec/menu.c:47:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:53:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:198:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:204:4: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:222:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:230:5: error: Memory leak: me [memleak]
lcdproc-0.5.9/clients/lcdexec/menu.c:326:7: error: Common realloc mistake: 'tmp' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:6: style: The scope of the variable 'days' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:12: style: The scope of the variable 'hour' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:18: style: The scope of the variable 'min' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:77:23: style: The scope of the variable 'sec' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/chrono.c:205:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/cpu.c:60:9: style: The scope of the variable 'value' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/disk.c:71:2: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:182:6: style: The scope of the variable 'iface_nmbr' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:393:8: style: The scope of the variable 'speed1' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:428:6: style: The scope of the variable 'iface_nmbr' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:501:8: style: The scope of the variable 'transfer1' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/iface.c:79:3: warning: The buffer 'unit_label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/clients/lcdproc/iface.c:82:3: warning: The buffer 'unit_label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/clients/lcdproc/main.c:574:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/main.c:372:26: style: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'. [funcArgNamesDifferent]
lcdproc-0.5.9/clients/lcdproc/main.c:74:37: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/clients/lcdproc/main.c:372:26: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/clients/lcdproc/mem.c:54:13: style: The scope of the variable 'which_title' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:112:14: style: The scope of the variable 'contributors' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:180:6: style: The scope of the variable 'contr_num' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdproc/mode.c:181:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:145:20: style: Same expression on both sides of '||'. [duplicateExpression]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:274:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:185:25: style: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'. [funcArgNamesDifferent]
lcdproc-0.5.9/clients/lcdvc/lcd_link.h:9:25: note: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'.
lcdproc-0.5.9/clients/lcdvc/lcd_link.c:185:25: note: Function 'read_response' argument 1 names different: declaration 'str' definition 'buf'.
lcdproc-0.5.9/clients/lcdvc/vc_link.c:78:4: error: Common realloc mistake: 'vc_buf' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/contrib/interface-demo2/af.c:284:23: style: The scope of the variable 'paft' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/af.c:249:32: style: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/net-support.h:74:39: note: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'.
lcdproc-0.5.9/contrib/interface-demo2/af.c:249:32: note: Function 'get_afntype' argument 1 names different: declaration 'type' definition 'af'.
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:51:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:52:12: style: The scope of the variable 'val' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/arcnet.c:58:12: style: Variable 'orig' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:54:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:56:14: style: The scope of the variable 'val' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/ether.c:62:12: style: Variable 'orig' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/hw.c:290:46: style: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/net-support.h:76:63: note: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'.
lcdproc-0.5.9/contrib/interface-demo2/hw.c:290:46: note: Function 'hw_null_address' argument 2 names different: declaration 'addr' definition 'ap'.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:510:38: warning: Logical conjunction always evaluates to false: conn_port < 1 && conn_port > 65535. [incorrectLogicOperator]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:145:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:205:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:92:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:93:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:94:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:95:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:96:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:108:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:109:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:111:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:112:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:113:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:115:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:253:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:256:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:259:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:260:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:272:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:275:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:546:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:545:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:546:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:554:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:557:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:558:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:561:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:562:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:564:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:565:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:567:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:568:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:570:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:572:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:571:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:572:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:526:21: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:123:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:124:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:181:20: style: The scope of the variable 'ap' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:183:10: style: The scope of the variable 'mesg' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:184:11: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:286:11: style: The scope of the variable 'retstr' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:494:9: style: The scope of the variable 'nowtime' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:97:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:117:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:206:20: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:224:9: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:242:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:261:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:278:12: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/contrib/interface-demo2/if_demo.c:172:38: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:319:23: style: The scope of the variable 'ife' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:24: style: The scope of the variable 'rx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:28: style: The scope of the variable 'tx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:32: style: The scope of the variable 'short_rx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:652:42: style: The scope of the variable 'short_tx' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:653:17: style: The scope of the variable 'Rext' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:654:17: style: The scope of the variable 'Text' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/interface.c:929:34: style: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/interface.h:78:41: note: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'.
lcdproc-0.5.9/contrib/interface-demo2/interface.c:929:34: note: Function 'ife_print' argument 1 names different: declaration 'ptr' definition 'i'.
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:68:45: warning: Either the condition 'HostEntry==NULL' is redundant or there is possible null pointer dereference: HostEntry. [nullPointerRedundantCheck]
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:40:18: note: Assuming that condition 'HostEntry==NULL' is not redundant
lcdproc-0.5.9/contrib/interface-demo2/lib-myconnect.c:68:45: note: Null pointer dereference
lcdproc-0.5.9/contrib/interface-demo2/lib-mylcd.c:49:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/lib-mylcd.c:67:11: style: The scope of the variable 'retstr' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/unix.c:53:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/unix.c:73:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/contrib/interface-demo2/util.c:25:22: style: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'. [funcArgNamesDifferent]
lcdproc-0.5.9/contrib/interface-demo2/util.h:4:22: note: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'.
lcdproc-0.5.9/contrib/interface-demo2/util.c:25:22: note: Function 'xrealloc' argument 1 names different: declaration 'p' definition 'oldp'.
lcdproc-0.5.9/server/client.c:155:47: warning: Either the condition '!c' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/client.c:157:6: note: Assuming that condition '!c' is not redundant
lcdproc-0.5.9/server/client.c:155:47: note: Null pointer dereference
lcdproc-0.5.9/server/client.c:169:10: style: The scope of the variable 's' can be reduced. [variableScope]
lcdproc-0.5.9/server/client.c:65:3: error: Memory leak: c [memleak]
lcdproc-0.5.9/server/commands/menu_commands.c:961:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcdproc-0.5.9/server/commands/menu_commands.c:967:2: note: Found duplicate branches for 'if' and 'else'.
lcdproc-0.5.9/server/commands/menu_commands.c:961:7: note: Found duplicate branches for 'if' and 'else'.
lcdproc-0.5.9/server/commands/menu_commands.c:783:59: style: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/commands/menu_commands.c:42:59: note: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:783:59: note: Function 'set_predecessor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:820:57: style: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/commands/menu_commands.c:43:57: note: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:820:57: note: Function 'set_successor' argument 3 names different: declaration 'client' definition 'c'.
lcdproc-0.5.9/server/commands/menu_commands.c:535:28: portability: '(void*)item' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lcdproc-0.5.9/server/commands/widget_commands.c:194:6: style: The scope of the variable 'width' can be reduced. [variableScope]
lcdproc-0.5.9/server/commands/widget_commands.c:194:13: style: The scope of the variable 'height' can be reduced. [variableScope]
lcdproc-0.5.9/server/driver.c:196:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/driver.c:399:71: style: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/driver.h:52:76: note: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:399:71: note: Function 'driver_alt_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:430:71: style: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/driver.h:54:76: note: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/driver.c:430:71: note: Function 'driver_alt_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers.c:420:23: style: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers.h:74:23: note: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'.
lcdproc-0.5.9/server/drivers.c:420:23: note: Function 'drivers_backlight' argument 1 names different: declaration 'brightness' definition 'state'.
lcdproc-0.5.9/server/drivers/CFontz.c:463:42: style: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/CFontz.h:65:61: note: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'.
lcdproc-0.5.9/server/drivers/CFontz.c:463:42: note: Function 'CFontz_set_contrast' argument 2 names different: declaration 'contrast' definition 'promille'.
lcdproc-0.5.9/server/drivers/CFontzPacket.c:409:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:730:16: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:731:6: style: The scope of the variable 'slots' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:765:16: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:986:23: style: The scope of the variable 'arrow_up' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CFontzPacket.c:995:23: style: The scope of the variable 'arrow_down' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CwLnx.c:155:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/CwLnx.c:452:17: style: The scope of the variable 's' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:397:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:397:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:398:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:398:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:399:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:399:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:400:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:400:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:401:20: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:405:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/EyeboxOne.c:401:20: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/EyeboxOne.c:448:6: style: The scope of the variable 'bar' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/EyeboxOne.c:448:10: style: The scope of the variable 'level' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/MtxOrb.c:1473:20: warning: Either the condition 'key<='A'+25' is redundant or the array 'p->keymap[25]' is accessed at index 25, which is out of bounds. [arrayIndexOutOfBoundsCond]
lcdproc-0.5.9/server/drivers/MtxOrb.c:1472:28: note: Assuming that condition 'key<='A'+25' is not redundant
lcdproc-0.5.9/server/drivers/MtxOrb.c:1473:20: note: Array index out of bounds
lcdproc-0.5.9/server/drivers/MtxOrb.c:963:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/NoritakeVFD.c:448:23: style: The scope of the variable 'half' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/NoritakeVFD.c:506:23: style: The scope of the variable 'half' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/SureElec.c:553:17: style: The scope of the variable 'cmd_bl' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/SureElec.c:971:23: style: The scope of the variable 'written' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:427:24: style: The scope of the variable 'bar_up' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:471:24: style: The scope of the variable 'bar_right' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/bayrad.c:362:39: style: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/bayrad.h:28:58: note: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/bayrad.c:362:39: note: Function 'bayrad_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:539:38: style: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/debug.h:29:58: note: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:539:38: note: Function 'debug_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/debug.c:256:2: style: Variable 'out' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/futaba.c:133:2: style: Variable 'retVal' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/futaba.c:130:0: note: Variable 'retVal' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/futaba.c:133:2: note: Variable 'retVal' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/futaba.c:206:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcdproc-0.5.9/server/drivers/futaba.c:162:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:379:6: style: The scope of the variable 'error' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:791:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:792:11: style: The scope of the variable 'numBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/futaba.c:128:68: style: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/futaba.h:84:72: note: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'.
lcdproc-0.5.9/server/drivers/futaba.c:128:68: note: Function 'futaba_send_report' argument 2 names different: declaration 'report' definition 'my_report'.
lcdproc-0.5.9/server/drivers/g15.c:113:19: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/g15.c:115:8: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/g15.c:113:19: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/glcd-glcd2usb.c:454:43: style: Checking if unsigned variable 'ctd->tx_buffer.display_info.width' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/glcd-glcd2usb.c:456:44: style: Checking if unsigned variable 'ctd->tx_buffer.display_info.height' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/glcd-render.c:284:6: style: The scope of the variable 'px' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd-render.c:413:10: style: The scope of the variable 'py' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd-t6963.c:138:6: style: The scope of the variable 'x' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/glcd_drv.c:661:37: style: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/glcd_drv.h:26:57: note: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/glcd_drv.c:661:37: note: Function 'glcd_backlight' argument 2 names different: declaration 'promille' definition 'on'.
lcdproc-0.5.9/server/drivers/port.h:361:3: error: Resource leak: port_access_handle [resourceLeak]
lcdproc-0.5.9/server/drivers/port.h:364:3: error: Resource leak: port_access_handle [resourceLeak]
lcdproc-0.5.9/server/drivers/hd44780-i2c.c:117:13: style: The scope of the variable 'no_more_errormsgs' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-lis2.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-pifacecad.c:125:16: style: Variable 'rx_buf' is not assigned a value. [unassignedVariable]
lcdproc-0.5.9/server/drivers/hd44780-piplate.c:265:16: style: The scope of the variable 'write_val' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:10: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:10: style: Condition 'rev&16777215==0' is always false [knownConditionTrueFalse]
lcdproc-0.5.9/server/drivers/hd44780-rpi.c:170:21: style: Condition '16777215==0' is always false [knownConditionTrueFalse]
lcdproc-0.5.9/server/drivers/hd44780-serial.c:353:7: style: The scope of the variable 'hangcheck' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-serial.c:294:81: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:304:40: style: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:68:52: note: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'.
lcdproc-0.5.9/server/drivers/hd44780-serialLpt.c:304:40: note: Function 'shiftreg' argument 2 names different: declaration 'displayID' definition 'enableLines'.
lcdproc-0.5.9/server/drivers/hd44780-spi.c:80:23: style: The scope of the variable 'no_more_errormsgs' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:332:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:328:2: note: Variable 'res' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:332:2: note: Variable 'res' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/hd44780-uss720.c:335:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/hd44780.c:655:7: style: The scope of the variable 'drawing' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1064:23: style: The scope of the variable 'heart_open' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1073:23: style: The scope of the variable 'heart_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1127:23: style: The scope of the variable 'block_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1304:15: style: The scope of the variable 'Ypattern' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1305:15: style: The scope of the variable 'Yval' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:1306:14: style: The scope of the variable 'exp' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/hd44780.c:765:58: style: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780.h:28:77: note: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'.
lcdproc-0.5.9/server/drivers/hd44780.c:765:58: note: Function 'HD44780_string' argument 4 names different: declaration 's' definition 'string'.
lcdproc-0.5.9/server/drivers/hd44780.c:1387:37: style: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/hd44780.h:44:56: note: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'.
lcdproc-0.5.9/server/drivers/hd44780.c:1387:37: note: Function 'HD44780_output' argument 2 names different: declaration 'state' definition 'on'.
lcdproc-0.5.9/server/drivers/icp_a106.c:501:6: style: The scope of the variable 'mschange' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imon.c:141:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/imon.c:136:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imon.c:141:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:257:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/imonlcd.c:251:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:257:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/imonlcd.c:445:13: style: The scope of the variable 't' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:446:11: style: The scope of the variable 'data' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:540:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/imonlcd.c:598:49: style: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/imonlcd.h:29:69: note: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/imonlcd.c:598:49: note: Function 'imonlcd_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/imonlcd.c:1104:28: style: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/imonlcd.c:239:40: note: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'.
lcdproc-0.5.9/server/drivers/imonlcd.c:1104:28: note: Function 'send_command_data' argument 1 names different: declaration 'commandData' definition 'value'.
lcdproc-0.5.9/server/drivers/irtrans.c:170:5: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/irtrans.c:173:11: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/irtrans.c:170:5: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/irtrans.c:179:11: warning: Either the condition 'p!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/drivers/irtrans.c:173:11: note: Assuming that condition 'p!=NULL' is not redundant
lcdproc-0.5.9/server/drivers/irtrans.c:179:11: note: Null pointer dereference
lcdproc-0.5.9/server/drivers/irtrans.c:91:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/irtrans.c:336:21: style: The scope of the variable 'he' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/irtrans.c:324:17: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/lb216.c:379:24: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lb216.c:407:24: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcdm001.c:355:38: style: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lcdm001.h:41:57: note: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'.
lcdproc-0.5.9/server/drivers/lcdm001.c:355:38: note: Function 'lcdm001_output' argument 2 names different: declaration 'on' definition 'state'.
lcdproc-0.5.9/server/drivers/lcterm.c:340:7: style: The scope of the variable 'data' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcterm.c:473:7: style: The scope of the variable 'do_init' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lcterm.c:254:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lcdproc-0.5.9/server/drivers/linux_input.c:92:18: style: The scope of the variable 'key' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/linux_input.c:146:18: style: The scope of the variable 'k' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lircin.c:119:2: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/drivers/lis.c:219:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lis.c:220:16: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/lis.c:1209:54: style: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lis.h:85:74: note: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/lis.c:1209:54: note: Function 'lis_chr' argument 4 names different: declaration 'c' definition 'ch'.
lcdproc-0.5.9/server/drivers/lis.c:1237:49: style: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/lis.h:84:68: note: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'.
lcdproc-0.5.9/server/drivers/lis.c:1237:49: note: Function 'lis_string' argument 4 names different: declaration 'string' definition 's'.
lcdproc-0.5.9/server/drivers/mdm166a.c:236:7: style: The scope of the variable 'Cmd' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ms6931.c:328:14: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ms6931.c:353:14: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:323:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:322:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:323:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:333:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:332:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:333:3: note: Variable 'result' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:440:24: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:466:24: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mtc_s16209x.c:521:7: style: The scope of the variable 'letter' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/mx5000.c:57:37: style: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/mx5000.h:51:56: note: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/mx5000.c:57:37: note: Function 'mx5000_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/picolcd.c:1151:51: style: Redundant condition: If 'EXPR == 1', the comparison 'EXPR != 5' is always true. [redundantCondition]
lcdproc-0.5.9/server/drivers/picolcd.c:746:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/picolcd.c:2075:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:457:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:562:10: style: The scope of the variable 'tele' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:563:9: style: The scope of the variable 'row' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:563:14: style: The scope of the variable 'pixels' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:644:26: style: The scope of the variable 'a' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:655:26: style: The scope of the variable 'b' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:666:26: style: The scope of the variable 'c' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:677:26: style: The scope of the variable 'd' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:711:26: style: The scope of the variable 'vBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:752:26: style: The scope of the variable 'hBars' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/pylcd.c:1069:6: warning: Possible buffer overflow if strlen(last_key_pressed) is larger than or equal to sizeof(p). [possibleBufferAccessOutOfBounds]
lcdproc-0.5.9/server/drivers/rawserial.c:304:7: style: The scope of the variable 'out' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:549:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:549:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:573:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sdeclcd.c:573:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:990:15: style: The scope of the variable 'Ypattern' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:991:15: style: The scope of the variable 'Yval' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:992:14: style: The scope of the variable 'exp' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/sed1330.c:636:54: style: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/sed1330.h:16:71: note: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'.
lcdproc-0.5.9/server/drivers/sed1330.c:636:54: note: Function 'sed1330_string' argument 4 names different: declaration 'lcd' definition 'str'.
lcdproc-0.5.9/server/drivers/sed1520.c:506:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:586:23: style: The scope of the variable 'heart_open' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:595:23: style: The scope of the variable 'heart_filled' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/serialVFD.c:230:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/serialVFD_io.c:69:13: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/serialVFD_io.c:190:19: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/svgalib_drv.c:225:7: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/svgalib_drv.c:651:14: style: Variable 'contrast' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/t6963.c:293:12: style: The scope of the variable 'line_address' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/text.c:62:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/text.c:192:9: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:72:40: style: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/tyan_lcdm.h:77:59: note: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:72:40: note: Function 'tyan_lcdm_init' argument 2 names different: declaration 'device' definition 'args'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:740:27: style: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:57:39: note: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'.
lcdproc-0.5.9/server/drivers/tyan_lcdm.c:740:27: note: Function 'tyan_lcdm_switch_mode' argument 1 names different: declaration 'fdfd' definition 'fd'.
lcdproc-0.5.9/server/drivers/ula200.c:519:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcdproc-0.5.9/server/drivers/ula200.c:516:27: note: outer condition: err==0
lcdproc-0.5.9/server/drivers/ula200.c:519:11: note: opposite inner condition: err<0
lcdproc-0.5.9/server/drivers/ula200.c:189:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:190:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:246:9: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:787:16: style: The scope of the variable 'command' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:788:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:817:6: style: The scope of the variable 'firstdiff' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/ula200.c:818:6: style: The scope of the variable 'lastdiff' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/vlsys_m428.c:270:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/server/drivers/vlsys_m428.c:266:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/vlsys_m428.c:270:2: note: Variable 'p' is reassigned a value before the old one has been used.
lcdproc-0.5.9/server/drivers/vlsys_m428.c:101:6: style: The scope of the variable 'l' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/wirz-sli.c:307:23: style: The scope of the variable 'vbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/wirz-sli.c:332:23: style: The scope of the variable 'hbar_char' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:66:14: style: The scope of the variable 'size' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:403:77: style: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/xosdlib_drv.h:46:96: note: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:403:77: note: Function 'xosdlib_drv_vbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:429:77: style: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/drivers/xosdlib_drv.h:47:96: note: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:429:77: note: Function 'xosdlib_drv_hbar' argument 6 names different: declaration 'pattern' definition 'options'.
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:483:14: style: Variable 'contrast' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/xosdlib_drv.c:546:3: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
lcdproc-0.5.9/server/drivers/yard2LCD.c:459:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcdproc-0.5.9/server/drivers/yard2LCD.c:159:16: style: The scope of the variable 'cmdBuf' can be reduced. [variableScope]
lcdproc-0.5.9/server/drivers/yard2LCD.c:110:15: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:127:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:313:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/drivers/yard2LCD.c:321:14: style: Checking if unsigned variable 'byteCnt' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/server/main.c:667:9: style: The scope of the variable 'res' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:708:17: style: The scope of the variable 'pwent' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:766:6: style: The scope of the variable 'sleeptime' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:769:7: style: The scope of the variable 't_diff' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:846:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcdproc-0.5.9/server/main.c:398:26: style: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/main.c:149:37: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/server/main.c:398:26: note: Function 'process_configfile' argument 1 names different: declaration 'cfgfile' definition 'configfile'.
lcdproc-0.5.9/server/main.c:211:3: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:268:2: warning: The buffer 'bind_addr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:269:2: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:270:2: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:413:3: warning: The buffer 'bind_addr' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:416:3: warning: The buffer 'user' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:743:3: warning: The buffer 'configfile' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/main.c:855:3: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcdproc-0.5.9/server/menuitem.c:1005:17: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
lcdproc-0.5.9/server/menuitem.c:604:16: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:608:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:604:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:605:39: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:608:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:605:39: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:981:16: warning: Either the condition 'w!=NULL' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:977:8: note: Assuming that condition 'w!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:981:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:982:16: warning: Either the condition 'w!=NULL' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:977:8: note: Assuming that condition 'w!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:982:16: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1375:14: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1375:14: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1378:12: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1378:12: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:1379:39: warning: Either the condition 'item!=NULL' is redundant or there is possible null pointer dereference: item. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/menuitem.c:1382:11: note: Assuming that condition 'item!=NULL' is not redundant
lcdproc-0.5.9/server/menuitem.c:1379:39: note: Null pointer dereference
lcdproc-0.5.9/server/menuitem.c:637:10: style: The scope of the variable 'w' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:638:9: style: The scope of the variable 'build_screen' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1066:7: style: The scope of the variable 'buf1' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1067:7: style: The scope of the variable 'buf2' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1069:6: style: The scope of the variable 'max_len' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1224:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcdproc-0.5.9/server/menuitem.c:1186:11: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lcdproc-0.5.9/server/menuitem.c:1236:3: error: Common realloc mistake: 'chars' nulled but not freed upon failure [memleakOnRealloc]
lcdproc-0.5.9/server/render.c:95:93: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/render.c:97:8: note: Assuming that condition 's==NULL' is not redundant
lcdproc-0.5.9/server/render.c:95:93: note: Null pointer dereference
lcdproc-0.5.9/server/render.c:579:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lcdproc-0.5.9/server/screen.c:141:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/screen.c:221:30: style: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/screen.h:103:39: note: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'.
lcdproc-0.5.9/server/screen.c:221:30: note: Function 'screen_pri_name_to_pri' argument 1 names different: declaration 'pri_name' definition 'priname'.
lcdproc-0.5.9/server/serverscreens.c:146:10: style: The scope of the variable 'w' can be reduced. [variableScope]
lcdproc-0.5.9/server/sock.c:198:31: style: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'. [funcArgNamesDifferent]
lcdproc-0.5.9/server/sock.h:26:35: note: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'.
lcdproc-0.5.9/server/sock.c:198:31: note: Function 'sock_create_inet_socket' argument 1 names different: declaration 'bind_addr' definition 'addr'.
lcdproc-0.5.9/server/widget.c:173:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcdproc-0.5.9/server/widget.c:152:47: warning: Either the condition '!w' is redundant or there is possible null pointer dereference: w. [nullPointerRedundantCheck]
lcdproc-0.5.9/server/widget.c:154:6: note: Assuming that condition '!w' is not redundant
lcdproc-0.5.9/server/widget.c:152:47: note: Null pointer dereference
lcdproc-0.5.9/shared/configfile.c:492:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lcdproc-0.5.9/shared/snprintf.c:676:7: style: Variable 'str_arg' is reassigned a value before the old one has been used. [redundantAssignment]
lcdproc-0.5.9/shared/snprintf.c:675:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
lcdproc-0.5.9/shared/snprintf.c:676:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
lcdproc-0.5.9/shared/snprintf.c:706:9: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lcdproc-0.5.9/shared/snprintf.c:725:11: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lcdproc-0.5.9/shared/snprintf.c:1061:34: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sockets.c:173:13: style: Checking if unsigned variable 'maxlen' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sockets.c:266:13: style: Checking if unsigned variable 'maxlen' is less than zero. [unsignedLessThanZero]
lcdproc-0.5.9/shared/sring.c:42:0: error: Memory leak: buf [memleak]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcgdm/lcgdm_1.9.0.orig.tar.gz
lcgdm-1.9.0/common/Cglobals.c:258:15: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lcgdm-1.9.0/common/Cglobals.c:288:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:316:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:344:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:372:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:400:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:428:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:456:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cglobals.c:301:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:329:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:357:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:385:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:413:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:441:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:469:18: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cglobals.c:203:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:209:19: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:217:19: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:224:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:231:13: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:247:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:252:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cglobals.c:254:15: error: Memory leak: addr [memleak]
lcgdm-1.9.0/common/Cgroupsubr.c:38:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:76:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/common/Clogit.c:81:6: style: The scope of the variable 'fd_log' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cnetdb.c:754:10: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:834:14: style: The scope of the variable 'startarg' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:1185:16: style: The scope of the variable 'nwriten' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cpool.c:519:12: warning: Size of pointer 'dummy' used instead of size of its data. [pointerSize]
lcgdm-1.9.0/common/Cpool.c:293:0: error: Memory leak: to_close [memleak]
lcgdm-1.9.0/common/Cregexp.c:639:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcgdm-1.9.0/common/Cregexp.c:642:5: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/common/Cregexp.c:639:3: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/common/Cregexp.c:371:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:958:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:2044:8: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cregexp.c:1912:64: style: Checking if unsigned variable 'maxsize' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/Cregexp.c:453:0: error: Memory leak: r [memleak]
lcgdm-1.9.0/common/Csched.c:183:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/common/Csched.c:294:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/common/Cthread.c:454:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:1259:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:4790:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/Cthread.c:156:7: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:1256:36: style: Variable 'current' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:1257:25: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:3842:13: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:3843:0: style: Variable 'thID' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:4787:36: style: Variable 'current' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/Cthread.c:4788:25: style: Unused variable: pid [unusedVariable]
lcgdm-1.9.0/common/Cthread.c:1195:7: error: Uninitialized variable: detached [uninitvar]
lcgdm-1.9.0/common/LcgdmDbPool.cc:27:33: style: Checking if unsigned variable 'dbfdrepo.size()' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/UtilsPthread.hh:572:4: warning: Member variable 'UptThreadFancy::fArg' is not initialized in the constructor. [uninitMemberVar]
lcgdm-1.9.0/common/LcgdmDbPool.hh:37:2: warning: Member variable 'LcgdmDbPool::nclients' is not initialized in the constructor. [uninitMemberVar]
lcgdm-1.9.0/common/UtilsPthread.hh:574:7: performance: Variable 'fThr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lcgdm-1.9.0/common/UtilsPthread.hh:604:12: performance: Technically the member function 'UptThreadFancy::SetCancelOn' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:607:12: performance: Technically the member function 'UptThreadFancy::SetCancelOff' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:610:12: performance: Technically the member function 'UptThreadFancy::SetCancelAsynchronous' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:613:12: performance: Technically the member function 'UptThreadFancy::SetCancelDeferred' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:616:10: performance: Technically the member function 'UptThreadFancy::CancelPoint' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.hh:92:2: style: Class 'UptCondVarHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:97:2: style: Class 'UptCondVarHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:181:13: style: Class 'UptMutexHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:185:13: style: Class 'UptMutexHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:572:4: style: Class 'UptThreadFancy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lcgdm-1.9.0/common/UtilsPthread.hh:343:25: warning: Class UptSemaphore is not safe, destructor throws exception [exceptThrowInDestructor]
lcgdm-1.9.0/common/UtilsPthread.cc:60:24: style: C-style pointer casting [cstyleCast]
lcgdm-1.9.0/common/UtilsPthread.cc:268:45: style: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'. [funcArgNamesDifferent]
lcgdm-1.9.0/common/UtilsPthread.hh:414:29: note: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'.
lcgdm-1.9.0/common/UtilsPthread.cc:268:45: note: Function 'Run' argument 5 names different: declaration 'desc' definition 'tDesc'.
lcgdm-1.9.0/common/UtilsPthread.cc:38:26: performance: Variable 'numKey' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lcgdm-1.9.0/common/UtilsPthread.hh:620:8: performance: Technically the member function 'UptThreadFancy::MaskSignal' can be static. [functionStatic]
lcgdm-1.9.0/common/UtilsPthread.cc:353:21: note: Technically the member function 'UptThreadFancy::MaskSignal' can be static.
lcgdm-1.9.0/common/UtilsPthread.hh:620:8: note: Technically the member function 'UptThreadFancy::MaskSignal' can be static.
lcgdm-1.9.0/common/getifnam.c:55:38: style: Checking if unsigned variable 'ifnamelen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/getuser.c:77:9: style: The scope of the variable 'counter' can be reduced. [variableScope]
lcgdm-1.9.0/common/getuser.c:125:9: style: Variable 'counter' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/common/log.c:178:37: style: Condition 'strlen(logfilename)==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/common/log.c:124:16: style: The scope of the variable 'tp' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:125:13: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:126:13: style: The scope of the variable 'line' can be reduced. [variableScope]
lcgdm-1.9.0/common/log.c:127:13: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:116:9: style: The scope of the variable 'cb_ret' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:227:15: style: The scope of the variable 'endp' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:420:10: style: The scope of the variable 'ent' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:429:11: style: The scope of the variable 'lhfile' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:430:11: style: The scope of the variable 'rthfile' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:690:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/common/remote.c:372:36: style: Checking if unsigned variable 'ifnamelen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/remote.c:226:22: style: Unused variable: ifr2 [unusedVariable]
lcgdm-1.9.0/common/serror.c:595:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lcgdm-1.9.0/common/serror.c:471:32: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/common/socket.c:244:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/socket_timeout.c:167:10: style: The scope of the variable 'select_status' can be reduced. [variableScope]
lcgdm-1.9.0/common/socket_timeout.c:272:10: style: The scope of the variable 'select_status' can be reduced. [variableScope]
lcgdm-1.9.0/common/solveln.c:57:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:71:7: style: The scope of the variable 'env_var' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:72:20: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/trace.c:48:33: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lcgdm-1.9.0/common/u64subr.c:47:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:92:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:150:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:219:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/common/u64subr.c:152:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/common/u64subr.c:221:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:346:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:348:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:354:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:362:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:396:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_libpq_ifce.c:406:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:398:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:400:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:406:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:414:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:444:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_mysql_ifce.c:454:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:79:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:425:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:426:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:427:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:732:1: style: Label 'free_voms_info' is not used. [unusedLabel]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:423:18: style: Unused variable: hp [unusedVariable]
lcgdm-1.9.0/dicomcopy/dicomcopy_serv.c:516:10: error: Uninitialized variable: turl [uninitvar]
lcgdm-1.9.0/dicomcopy/dpm_dicomcopyfile.c:30:3: error: Memory leak: buffer [memleak]
lcgdm-1.9.0/dicomcopy/dpm_dicomcopyfile.c:35:3: error: Memory leak: buffer [memleak]
lcgdm-1.9.0/dli/dli.c:40:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:41:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:144:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:145:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/dli/dli.c:146:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:99:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:113:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:32:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-buildfsv.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-drain.c:116:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-drain.c:143:26: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:29:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:84:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm-getspacemd.c:108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_abortfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_abortreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_accessr.c:27:14: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_accessr.c:31:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_addpool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:22:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:46:14: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:47:37: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:63:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:64:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:97:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_auth.c:112:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/dpm/dpm_buildfsv.c:42:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_buildfsv.c:105:6: style: The scope of the variable 'tmp_weight' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_copy.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_copy.c:41:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_extendfilelife.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:19:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:37:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_freefilestatuses.c:71:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_get.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_get.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpoolfs.c:36:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getpools.c:36:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:33:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:34:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:37:7: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getprotocols.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getreqid.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getreqid.c:34:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getreqsummary.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacemd.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacetoken.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getspacetoken.c:34:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:32:7: style: Unused variable: from_surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_copyreq.c:42:7: style: Unused variable: to_surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_getreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_getreq.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getstatus_putreq.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_getstatus_putreq.c:40:7: style: Unused variable: surl [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getturl.c:29:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_getturl.c:98:10: error: Uninitialized variable: turl [uninitvar]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:35:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:36:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:742:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:744:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:752:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:762:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:848:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:850:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:858:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:868:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1032:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1042:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1053:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1337:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1348:14: style: The scope of the variable 'query4updlim1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1360:14: style: The scope of the variable 'query4updlim2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1373:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1418:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1428:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1439:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1519:14: style: The scope of the variable 'querya' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1525:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1532:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1540:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1924:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1933:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1944:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1976:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:1986:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2018:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2026:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2058:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2068:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2101:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2108:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2143:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2152:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2163:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2197:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2206:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2250:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2260:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2272:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2304:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_libpq_ifce.c:2344:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:83:9: style: The scope of the variable 'now' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:125:6: style: The scope of the variable 'deleted' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1082:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1086:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1093:6: style: The scope of the variable 'nbremoved' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1170:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1171:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1172:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1389:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:1397:6: style: The scope of the variable 'nextcheck' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_main.c:707:0: style: Variable 'alloced_gids' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:714:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:719:0: style: Variable 'set_authorization_id' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:908:0: style: Variable 'alloced_gids' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:915:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:920:0: style: Variable 'set_authorization_id' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/dpm/dpm_main.c:1190:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1194:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1201:6: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_main.c:1205:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/dpm/dpm_modifyfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_modifyfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_modifypool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:88:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:89:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:943:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:945:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:953:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:963:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1047:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1049:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1057:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1067:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1224:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1226:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1236:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1247:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1536:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1547:14: style: The scope of the variable 'query4updlim1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1559:14: style: The scope of the variable 'query4updlim2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1572:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1619:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1621:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1631:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1642:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1721:7: style: The scope of the variable 'escaped_utoken' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1723:14: style: The scope of the variable 'querya' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1729:14: style: The scope of the variable 'queryo' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1736:14: style: The scope of the variable 'queryto' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:1744:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2260:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2262:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2271:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2282:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2312:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2322:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2350:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2358:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2385:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2395:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2423:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2425:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2432:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2463:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2465:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2474:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2485:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2517:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2526:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2564:7: style: The scope of the variable 'escaped_token' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2566:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2576:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2588:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2618:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2653:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_mysql_ifce.c:2725:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_ping.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:52:6: style: The scope of the variable 'nb_active_threads' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:55:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:375:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_proclreq.c:235:1: style: Label 'fail_request' is not used. [unusedLabel]
lcgdm-1.9.0/dpm/dpm_procreq.c:4983:15: warning: Possible null pointer dereference: pfn [nullPointer]
lcgdm-1.9.0/dpm/dpm_procreq.c:1489:41: note: Calling function 'dpm_rm_onereplica', 2nd argument 'pfn' value is 0
lcgdm-1.9.0/dpm/dpm_procreq.c:4983:15: note: Null pointer dereference
lcgdm-1.9.0/dpm/dpm_procreq.c:263:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:291:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:323:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:501:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1028:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1034:6: style: The scope of the variable 'put_retenp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1206:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1423:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1435:7: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1515:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1518:6: style: The scope of the variable 'max_lifetime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1531:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1532:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:1967:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2219:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2294:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2932:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2933:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2937:7: style: The scope of the variable 'from_surl' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2942:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:2953:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3086:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3087:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3096:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3107:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3236:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3237:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3256:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3539:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3552:6: style: The scope of the variable 'put_retenp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3819:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:3827:7: style: The scope of the variable 'putx_version' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4075:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4077:9: style: The scope of the variable 'current_time' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4079:6: style: The scope of the variable 'max_lifetime' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4283:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4435:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4540:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:4677:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5258:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5786:7: style: The scope of the variable 'errstring' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5792:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:5806:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_procreq.c:361:17: style: Unused variable: rec_addrf [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:612:25: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:613:17: style: Unused variable: rec_addr [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1195:8: style: Unused variable: deleg_cred [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1196:9: style: Unused variable: deleg_cred_len [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1200:6: style: Unused variable: fd [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1211:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/dpm/dpm_procreq.c:1167:3: error: Memory pointed to by 'gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:1174:3: error: Memory pointed to by 'gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3675:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3685:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:3698:3: error: Memory pointed to by 'pool_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4811:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4819:4: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:4850:2: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5912:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5920:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5927:21: error: Dereferencing 's_gids' after it is deallocated / released [deallocuse]
lcgdm-1.9.0/dpm/dpm_procreq.c:5929:4: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_procreq.c:5935:3: error: Memory pointed to by 's_gids' is freed twice. [doubleFree]
lcgdm-1.9.0/dpm/dpm_put.c:68:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_putdone.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_releasespace.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_releasespace.c:33:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_releasespace.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_relfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_replicate.c:35:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_reservespace.c:29:9: style: The scope of the variable 'actual_life' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:31:7: style: The scope of the variable 'actual_type' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_reservespace.c:38:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rm.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_rmfs.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmfs.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmpool.c:32:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/dpm/dpm_rmpool.c:34:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_updatespace.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_updatespace.c:36:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/dpm/dpm_util.c:194:3: style: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/dpm/dpm_util.c:193:3: note: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used.
lcgdm-1.9.0/dpm/dpm_util.c:194:3: note: Variable 'nb_supported_protocols' is reassigned a value before the old one has been used.
lcgdm-1.9.0/dpm/dpm_util.c:51:6: style: The scope of the variable 'errflag' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_util.c:318:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/dpm_util.c:387:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:227:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:405:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:485:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:497:6: style: The scope of the variable 'nbfs' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:896:17: style: The scope of the variable 'elemp' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:989:6: style: The scope of the variable 'ipass' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:992:6: style: The scope of the variable 'min_free' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1194:7: style: The scope of the variable 'tmpbuf0' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1195:7: style: The scope of the variable 'tmpbuf1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1196:7: style: The scope of the variable 'tmpbuf2' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1238:7: style: The scope of the variable 'tmpbuf0' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1239:7: style: The scope of the variable 'tmpbuf1' can be reduced. [variableScope]
lcgdm-1.9.0/dpm/poolmgr.c:1262:6: style: The scope of the variable 'nbgcs' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: getfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_local.c:67:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:79:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:431:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:432:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:433:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:613:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/dpmcopy/dpmcopy_main.c:734:1: style: Label 'free_voms_info' is not used. [unusedLabel]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: from_surls [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_pull.c:69:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: filstatus [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: getfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/dpmcopy_push.c:68:3: error: Memory leak: putfilereqs [memleak]
lcgdm-1.9.0/dpmcopy/srmv2_ifce.c:449:9: style: Unused variable: current_time [unusedVariable]
lcgdm-1.9.0/imake/imake.c:482:8: style: The scope of the variable 'pipeFile' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_access.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_acl.c:127:6: style: The scope of the variable 'entry_len' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_auth.c:22:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:46:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:47:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:63:7: style: Unused variable: func [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:64:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:97:30: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:98:33: style: Variable 'voname_key' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_auth.c:99:33: style: Variable 'fqans_key' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:33: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:36: style: Unused variable: max_fqan_len [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:100:50: style: Unused variable: len [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:101:33: style: Unused variable: fqan_bucket [unusedVariable]
lcgdm-1.9.0/ns/Cns_auth.c:102:33: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/ns/Cns_chdir.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_chdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chmod.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chown.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_chown.c:98:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_closedir.c:28:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_closedir.c:29:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_creat.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_creat.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_delete.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_delfilesbyguid.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delfilesbyname.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delfilesbypattern.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delreplicas.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_delreplicas.c:31:0: style: Variable 'argtype' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_delreplicasbysfn.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_du.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getacl.c:33:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getacl.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getcomment.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbygid.c:33:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbygids.c:34:8: style: Unused variable: rbp [unusedVariable]
lcgdm-1.9.0/ns/Cns_getgrpbynam.c:32:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpbynam.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getgrpmap.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getidmap.c:34:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getidmap.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getlinks.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getpath.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplica.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplica.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getreplicas.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicasl.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicass.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicax.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getreplicax.c:35:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_getusrbynam.c:32:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrbynam.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrbyuid.c:33:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_getusrmap.c:35:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:35:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:656:7: style: The scope of the variable 'parent_fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:657:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:665:14: style: The scope of the variable 'query_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:671:14: style: The scope of the variable 'query_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:680:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:890:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:892:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:899:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:908:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:946:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:954:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:989:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:994:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1001:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1117:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1124:14: style: The scope of the variable 'insert_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1214:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1226:14: style: The scope of the variable 'insert_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1411:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1454:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1492:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1495:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1501:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1539:14: style: The scope of the variable 'queryf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1545:14: style: The scope of the variable 'queryp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1551:14: style: The scope of the variable 'queryps' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1557:14: style: The scope of the variable 'querys' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1564:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1604:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1612:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1646:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1648:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1655:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1663:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1697:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1704:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1736:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1809:12: style: The scope of the variable 'res' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1886:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1893:14: style: The scope of the variable 'update_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1943:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1957:14: style: The scope of the variable 'update_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2343:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2348:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2349:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2350:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2393:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2398:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2399:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2400:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2470:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:2518:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1239:14: style: Variable 'query_stmt' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_libpq_ifce.c:1493:7: style: Unused variable: fileid_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_listclass.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:38:6: style: The scope of the variable 'nbtppools' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:39:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listclass.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:32:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listlinks.c:39:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrep4gc.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:32:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplica.c:39:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_listreplicax.c:66:26: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
lcgdm-1.9.0/ns/Cns_listreplicax.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listreplicax.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:37:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:38:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_listrepset.c:39:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:657:6: style: Condition 'alloced_gids' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/ns/Cns_main.c:519:21: note: Assignment 'alloced_gids=0', assigned value is 0
lcgdm-1.9.0/ns/Cns_main.c:657:6: note: Condition 'alloced_gids' is always false
lcgdm-1.9.0/ns/Cns_main.c:774:6: style: Condition 'alloced_gids' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/ns/Cns_main.c:677:21: note: Assignment 'alloced_gids=0', assigned value is 0
lcgdm-1.9.0/ns/Cns_main.c:774:6: note: Condition 'alloced_gids' is always false
lcgdm-1.9.0/ns/Cns_main.c:790:15: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:791:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:792:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_main.c:788:18: style: Unused variable: hp [unusedVariable]
lcgdm-1.9.0/ns/Cns_main.c:810:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:814:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:821:6: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_main.c:825:4: error: Memory leak: req_data [memleak]
lcgdm-1.9.0/ns/Cns_mkdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_modreplica.c:45:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:70:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:71:8: style: The scope of the variable 'p_n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:688:7: style: The scope of the variable 'escaped_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:690:7: style: The scope of the variable 'parent_fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:691:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:699:14: style: The scope of the variable 'query_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:705:14: style: The scope of the variable 'query_pattern' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:714:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:916:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:918:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:925:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:934:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:964:7: style: The scope of the variable 'escaped_vid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:966:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:974:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1006:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1011:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1018:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1126:7: style: The scope of the variable 'escaped_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1132:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1139:14: style: The scope of the variable 'insert_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1231:7: style: The scope of the variable 'escaped_ftype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1240:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1252:14: style: The scope of the variable 'insert_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1467:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1504:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1537:7: style: The scope of the variable 'escaped_name' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1539:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1545:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1577:7: style: The scope of the variable 'escaped_fs' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1578:7: style: The scope of the variable 'escaped_server' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1579:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1581:14: style: The scope of the variable 'queryf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1587:14: style: The scope of the variable 'queryp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1593:14: style: The scope of the variable 'queryps' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1599:14: style: The scope of the variable 'querys' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1606:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1653:7: style: The scope of the variable 'escaped_poolname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1655:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1663:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1695:7: style: The scope of the variable 'fileid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1697:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1704:14: style: The scope of the variable 'query4upd' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1712:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1740:7: style: The scope of the variable 'escaped_setname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1742:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1749:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1778:14: style: The scope of the variable 'query' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1855:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1861:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1863:7: style: The scope of the variable 'uniqueid_str' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1864:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1936:7: style: The scope of the variable 'escaped_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1943:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:1950:14: style: The scope of the variable 'update_stmt_null_guid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2004:7: style: The scope of the variable 'escaped_ftype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2014:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2028:14: style: The scope of the variable 'update_stmt_null_rtype' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2421:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2427:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2428:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2429:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2467:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2473:7: style: The scope of the variable 'sql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2474:15: style: The scope of the variable 'uniqueid' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2475:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2540:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2547:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2585:14: style: The scope of the variable 'insert_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_mysql_ifce.c:2592:14: style: The scope of the variable 'update_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_opendir.c:32:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_opendir.c:80:3: error: Memory leak: dirp [memleak]
lcgdm-1.9.0/ns/Cns_ping.c:34:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:246:5: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/ns/Cns_procreq.c:103:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:293:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:389:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1124:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1131:9: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1277:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1278:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1783:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:1785:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:2695:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:2950:8: style: The scope of the variable 'iacl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:3118:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:3227:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4040:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4047:9: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4471:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4732:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:4836:6: style: The scope of the variable 'rnl' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5309:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5321:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5613:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:5616:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:6751:6: style: The scope of the variable 'bof' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:8627:7: style: The scope of the variable 'comment' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:8632:7: style: The scope of the variable 'logbuf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9647:8: style: The scope of the variable 'groupname' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9649:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9652:7: style: The scope of the variable 'vo' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:9762:8: style: The scope of the variable 'sbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:10023:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:10203:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_procreq.c:622:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:623:7: style: Unused variable: f_type_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:635:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:647:7: style: Unused variable: status_str [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:648:7: style: Unused variable: tmp_path [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1013:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1023:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1543:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1555:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1784:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1789:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1790:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1798:7: style: Unused variable: tmp_path [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:1799:8: style: Unused variable: tmp_pathp [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:2199:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:2209:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5025:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5035:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5614:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:5628:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8674:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8684:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8820:7: style: Unused variable: authbuf [unusedVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:8830:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_procreq.c:9817:3: error: Memory pointed to by 'q' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9818:3: error: Memory pointed to by 'groupnames' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9822:2: error: Memory pointed to by 'q' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:9823:2: error: Memory pointed to by 'groupnames' is freed twice. [doubleFree]
lcgdm-1.9.0/ns/Cns_procreq.c:5683:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcgdm-1.9.0/ns/Cns_queryclass.c:34:6: style: The scope of the variable 'nbtppools' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_queryclass.c:37:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:35:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:43:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:45:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:46:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:47:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:48:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdir.c:49:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:35:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:37:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:39:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:40:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:41:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirc.c:38:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirg.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirg.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirx.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirx.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirxc.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:36:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:38:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:39:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:40:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxc.c:37:6: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_readdirxp.c:31:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:35:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:37:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:38:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:39:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:41:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:42:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxp.c:43:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:30:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:34:6: style: The scope of the variable 'getattr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:36:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:37:23: style: The scope of the variable 'ir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:38:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:40:6: style: The scope of the variable 'nbentries' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:41:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_readdirxr.c:42:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_registerfiles.c:36:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_rename.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_rmdir.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_selectsrvr.c:69:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_setatime.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:122:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_setfsize.c:131:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_setrstatus.c:38:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_setrtype.c:38:0: style: Variable 'zero' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/Cns_stat.c:174:7: warning: Either the condition 'file_uniqueid' is redundant or there is possible null pointer dereference: file_uniqueid. [nullPointerRedundantCheck]
lcgdm-1.9.0/ns/Cns_stat.c:154:6: note: Assuming that condition 'file_uniqueid' is not redundant
lcgdm-1.9.0/ns/Cns_stat.c:174:7: note: Null pointer dereference
lcgdm-1.9.0/ns/Cns_stat.c:38:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:122:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:228:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:326:8: style: The scope of the variable 'rbp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/Cns_stat.c:33:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:117:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:223:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_stat.c:321:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_undelete.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cns_unlink.c:30:9: style: Unused variable: n [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:41:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:45:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:54:6: style: Unused variable: msglen [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:57:8: style: Unused variable: sbp [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:58:7: style: Unused variable: sendbuf [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:59:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/ns/Cupv_check.c:60:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/ns/lfc2_wrap.c:2965:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfc2thr_wrap.c:2965:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfc_wrap.c:2967:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/lfcthr_wrap.c:2967:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
lcgdm-1.9.0/ns/nsarguspoll.c:328:21: style: The scope of the variable 'attr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:45:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:140:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschclass.c:153:7: style: Unused variable: fullpath [unusedVariable]
lcgdm-1.9.0/ns/nschgrp.c:117:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschgrp.c:40:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nschmod.c:29:6: style: The scope of the variable 'absmode' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschmod.c:38:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschmod.c:55:3: style: Variable 'absmode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/ns/nschmod.c:30:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nschown.c:118:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nschown.c:41:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsdelcomment.c:31:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsdelcomment.c:28:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:56:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:177:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:178:7: style: The scope of the variable 'modestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:179:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:181:14: style: The scope of the variable 'sav_gidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:184:14: style: The scope of the variable 'sav_uidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:185:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:186:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:187:7: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsfind.c:51:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:258:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nsfind.c:269:7: style: Unused variable: fullpath [unusedVariable]
lcgdm-1.9.0/ns/nsgetacl.c:49:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsgetacl.c:209:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsgetacl.c:245:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:35:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:43:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:131:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistclass.c:134:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistgrpmap.c:39:7: style: The scope of the variable 'vidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nslistusrmap.c:39:7: style: The scope of the variable 'vidstr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:59:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:83:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:111:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:112:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:196:24: style: The scope of the variable 'dcp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:205:17: style: The scope of the variable 'dp' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:315:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:317:7: style: The scope of the variable 'slink' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsls.c:364:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsmkdir.c:36:8: style: The scope of the variable 'dir' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nsrm.c:149:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetacl.c:207:5: warning: Either the condition '(q=strchr(q,':'))==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/ns/nssetacl.c:192:30: note: Assuming that condition '(q=strchr(q,':'))==NULL' is not redundant
lcgdm-1.9.0/ns/nssetacl.c:207:5: note: Null pointer addition
lcgdm-1.9.0/ns/nssetacl.c:68:8: style: The scope of the variable 'q' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetacl.c:241:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetcomment.c:31:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/ns/nssetcomment.c:28:6: style: Unused variable: c [unusedVariable]
lcgdm-1.9.0/ns/nstouch.c:40:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:50:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:52:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/alrm.c:54:6: style: The scope of the variable 'wrtbanner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/chdir.c:25:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/close.c:62:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/close.c:54:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:55:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:56:22: style: struct member 'Anonymous0::rbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:57:22: style: struct member 'Anonymous0::wbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/close.c:29:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/connect.c:198:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:126:7: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:126:7: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/rfio/dump_log.c:147:2: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:178:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:189:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:200:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:211:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:223:8: warning: %X in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/dump_log.c:79:9: style: The scope of the variable 'name' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/error.c:46:30: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/rfio/error.c:109:30: style: Checking if unsigned variable 'buflen' is less than zero. [unsignedLessThanZero]
lcgdm-1.9.0/rfio/error.c:158:17: style: Unused variable: s [unusedVariable]
lcgdm-1.9.0/rfio/error.c:162:10: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/fclose.c:29:12: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fclose.c:30:12: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fclose.c:32:12: style: The scope of the variable 'status1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fflush.c:31:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:129:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:130:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:131:6: style: The scope of the variable 'errno1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:232:6: style: The scope of the variable 'got' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:299:6: style: The scope of the variable 'got' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:401:7: style: The scope of the variable 'rrc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/fio.c:462:19: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lockf.c:31:10: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/lockf64.c:33:13: style: Unused variable: rt [unusedVariable]
lcgdm-1.9.0/rfio/logging.c:126:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:205:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:397:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:437:7: style: The scope of the variable 'record' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:438:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:495:7: style: The scope of the variable 'record' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:496:7: style: The scope of the variable 'f' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/logging.c:284:8: style: Unused variable: date [unusedVariable]
lcgdm-1.9.0/rfio/lseek.c:44:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/lseek64.c:40:13: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:44:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:44:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:50:20: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/lstat.c:49:8: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/rfio/lun2fn.c:42:12: style: The scope of the variable 'clun' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:112:26: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && rfio_errno!=0)' is equivalent to 'rc!=-1 || rfio_errno!=0' [redundantCondition]
lcgdm-1.9.0/rfio/mstat.c:546:26: style: Redundant condition: rc==-1. 'rc!=-1 || (rc==-1 && rfio_errno!=0)' is equivalent to 'rc!=-1 || rfio_errno!=0' [redundantCondition]
lcgdm-1.9.0/rfio/mstat.c:58:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:58:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:143:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:143:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:148:19: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:19: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:23: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:570:16: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:570:28: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:577:24: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/mstat.c:490:16: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/rfio/mstat.c:492:16: style: Unused variable: fitreqst [unusedVariable]
lcgdm-1.9.0/rfio/msymlink.c:44:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:44:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:125:18: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/msymlink.c:135:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/munlink.c:42:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:42:19: style: The scope of the variable 'rfindex' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:117:18: style: The scope of the variable 'pw_tmp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/munlink.c:128:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/open.c:108:11: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:145:8: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:146:8: style: The scope of the variable 'n_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:148:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:149:8: style: The scope of the variable 'fd_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:242:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:243:8: style: The scope of the variable 'n_index' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open.c:46:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/open64.c:164:16: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:168:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:168:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/open64.c:46:13: style: Unused variable: rfio_buf [unusedVariable]
lcgdm-1.9.0/rfio/open64.c:165:12: style: Unused variable: n_index [unusedVariable]
lcgdm-1.9.0/rfio/opendir.c:118:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:70:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:72:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:171:11: style: The scope of the variable 'last_slash' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/parse.c:76:11: style: Unused variable: cwd_server [unusedVariable]
lcgdm-1.9.0/rfio/parse.c:237:22: style: Variable 'sav_serrno' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/read64.c:480:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/readlink.c:35:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcat.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcat.c:53:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfchmod.c:45:13: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfchmod.c:44:0: style: Variable 'recursive' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfchmod.c:45:19: style: Unused variable: root_path [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:45:30: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:46:12: style: Unused variable: rc [unusedVariable]
lcgdm-1.9.0/rfio/rfchmod.c:52:17: style: Unused variable: st [unusedVariable]
lcgdm-1.9.0/rfio/rfcp.c:294:3: style: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lcgdm-1.9.0/rfio/rfcp.c:275:2: note: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcgdm-1.9.0/rfio/rfcp.c:294:3: note: Variable 'serrno' is reassigned a value before the old one has been used if variable is no semaphore variable.
lcgdm-1.9.0/rfio/rfcp.c:84:8: style: The scope of the variable 'curargv' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:90:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:104:6: style: The scope of the variable 'input_is_local' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfcp.c:145:26: error: Uninitialized variable: cfargv [uninitvar]
lcgdm-1.9.0/rfio/rfcp.c:118:25: error: Uninitialized variable: cfargv [uninitvar]
lcgdm-1.9.0/rfio/rfdir.c:61:9: style: The scope of the variable 'dir' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfdir.c:62:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfdir.c:214:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: style: Condition 'tmp!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:541:36: note: Assignment 'tmp=NULL', assigned value is 0
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: note: Condition 'tmp!=NULL' is always false
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:333:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:704:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:5: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:760:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:5: note: Variable 'tmp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: style: Same expression on both sides of '!=' because the value of 'tmp' and 'NULL' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:541:36: note: 'tmp' is assigned value 'NULL' here.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:570:14: note: Same expression on both sides of '!=' because the value of 'tmp' and 'NULL' are the same.
lcgdm-1.9.0/rfio/rfio_HsmIf.c:337:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:416:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:479:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:542:11: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:583:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:711:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:762:38: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:810:9: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:810:16: style: Unused variable: written_to [unusedVariable]
lcgdm-1.9.0/rfio/rfio_HsmIf.c:811:9: style: Unused variable: save_serrno [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:23:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:47:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_auth.c:82:31: style: Unused variable: thip [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:188:12: style: The scope of the variable 'op' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:194:12: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:661:9: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:661:21: style: The scope of the variable 'tmpbuf2' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1049:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1174:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1639:13: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:1655:13: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2190:14: style: The scope of the variable 'buffer_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2191:13: style: The scope of the variable 'len_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2395:16: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:2738:16: style: The scope of the variable 'el' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_call64.c:187:12: style: Unused variable: mode [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2376:16: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2377:16: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2379:16: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2387:16: style: Unused variable: optlen [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2914:16: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2915:16: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2916:16: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2924:0: style: Variable 'invalid_received' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:2934:16: style: Unused variable: max_rcv_wat [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:3114:16: style: Unused variable: can_be_read [unusedVariable]
lcgdm-1.9.0/rfio/rfio_call64.c:1496:0: error: Memory leak: v [memleak]
lcgdm-1.9.0/rfio/rfio_call64.c:2481:0: error: Memory leak: iobuffer [memleak]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:48:8: style: struct member 'Anonymous0::principal' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:51:9: style: struct member 'Anonymous0::fqan' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:52:8: style: struct member 'Anonymous0::voname' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:53:8: style: struct member 'Anonymous0::user_ca' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:54:6: style: struct member 'Anonymous0::nbfqans' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:89:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:93:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:166:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:171:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:273:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:274:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:313:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:317:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:389:0: style: Variable 'nbfqans' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_callhandlers.c:393:8: style: Unused variable: user_ca [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:3626:12: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/rfio_calls.c:2670:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_calls.c:2663:0: note: Variable 'p' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:2670:4: note: Variable 'p' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:3341:4: style: Variable 'dp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/rfio/rfio_calls.c:3330:0: note: Variable 'dp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:3341:4: note: Variable 'dp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/rfio/rfio_calls.c:243:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:244:7: style: The scope of the variable 'templen' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:496:10: style: The scope of the variable 'owner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:496:17: style: The scope of the variable 'group' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1192:12: style: The scope of the variable 'op' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1193:12: style: The scope of the variable 'siz' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:1586:9: style: The scope of the variable 'mode' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2533:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2534:9: style: The scope of the variable 'command' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:2535:9: style: The scope of the variable 'username' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3022:8: style: The scope of the variable 'mode' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3024:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3071:8: style: The scope of the variable 'owner' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3072:8: style: The scope of the variable 'group' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3074:9: style: The scope of the variable 'uid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3133:8: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3451:8: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3452:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3452:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3453:9: style: The scope of the variable 'hostname1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3454:8: style: The scope of the variable 'l' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3535:11: style: The scope of the variable 'membername' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3536:11: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3575:12: style: The scope of the variable 'port' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3576:12: style: The scope of the variable 'port_max' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3577:12: style: The scope of the variable 'port_min' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3580:13: style: The scope of the variable 'strport' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3587:12: style: The scope of the variable 'start_port' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3702:8: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4244:9: style: The scope of the variable 'buffer_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4245:7: style: The scope of the variable 'len_to_write' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:4341:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_calls.c:3126:8: style: Unused variable: fd [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:3338:4: style: Variable 'msgsiz' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4340:9: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4342:9: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4663:9: style: Unused variable: how [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4664:9: style: Unused variable: offset [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4665:9: style: Unused variable: size [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:4681:11: style: Unused variable: max_rcv_wat [unusedVariable]
lcgdm-1.9.0/rfio/rfio_calls.c:2900:0: error: Memory leak: v [memleak]
lcgdm-1.9.0/rfio/rfio_calls.c:4434:0: error: Memory leak: iobuffer [memleak]
lcgdm-1.9.0/rfio/rfio_fcalls.c:142:17: style: The scope of the variable 'user' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:143:17: style: The scope of the variable 'passwd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:143:24: style: The scope of the variable 'mapping' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:144:10: style: The scope of the variable 'reqhost' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_fcalls.c:145:6: style: The scope of the variable 'sock' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rdirfdt.c:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rdirfdt.c:127:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rfilefdt.c:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_rfilefdt.c:127:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:441:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:442:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:443:10: warning: Return value of function freopen() is not used. [ignoredReturnValue]
lcgdm-1.9.0/rfio/rfio_serv.c:525:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/rfio/rfio_serv.c:257:18: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:257:21: style: The scope of the variable 'ns' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:259:19: style: The scope of the variable 'pid' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:260:13: style: The scope of the variable 'min_rcvbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:260:25: style: The scope of the variable 'min_sndbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:263:9: style: The scope of the variable 'strport' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:8: style: The scope of the variable 'gaierrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:17: style: The scope of the variable 'nfds' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:264:22: style: The scope of the variable 'num_listen_socks' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:272:20: style: The scope of the variable 'maxfds' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfio_serv.c:895:13: style: The scope of the variable 'request' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfmkdir.c:38:9: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfmkdir.c:38:26: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:49:9: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:193:8: style: The scope of the variable 'dirp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:194:18: style: The scope of the variable 'de' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:196:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfrm.c:199:7: style: The scope of the variable 'empty' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:122:19: style: The scope of the variable 'pwd' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:123:19: style: The scope of the variable 'grp' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/rfstat.c:121:7: style: Unused variable: idstr [unusedVariable]
lcgdm-1.9.0/rfio/rfstat.c:174:8: style: Unused variable: filename [unusedVariable]
lcgdm-1.9.0/rfio/rfstat.c:175:8: style: Unused variable: host [unusedVariable]
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: style: Condition 'status==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfstatfs.c:40:15: note: Assignment 'status=0', assigned value is 0
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: note: Condition 'status==0' is always true
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: style: Condition 'status==0' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/rfstatfs.c:151:15: note: Assignment 'status=0', assigned value is 0
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: note: Condition 'status==0' is always true
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: style: Same expression on both sides of '==' because the value of 'status' and '0' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfstatfs.c:40:15: note: 'status' is assigned value '0' here.
lcgdm-1.9.0/rfio/rfstatfs.c:106:15: note: Same expression on both sides of '==' because the value of 'status' and '0' are the same.
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: style: Same expression on both sides of '==' because the value of 'status' and '0' are the same. [duplicateExpression]
lcgdm-1.9.0/rfio/rfstatfs.c:151:15: note: 'status' is assigned value '0' here.
lcgdm-1.9.0/rfio/rfstatfs.c:226:15: note: Same expression on both sides of '==' because the value of 'status' and '0' are the same.
lcgdm-1.9.0/rfio/rfstatfs.c:50:30: style: Variable 'fsbuffer' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/rfstatfs.c:164:30: style: Variable 'fsbuffer' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/rfio/statfs.c:114:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/statfs.c:114:20: style: The scope of the variable 'save_serrno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/statfs.c:117:20: style: Unused variable: statfsb32 [unusedVariable]
lcgdm-1.9.0/rfio/stream.c:735:33: style: Condition 'size-byte_in_buffer>to_be_read' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/rfio/stream.c:143:11: style: The scope of the variable 'HsmType' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:591:8: style: The scope of the variable 'req' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:856:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:1035:8: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream.c:1022:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1023:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1024:22: style: struct member 'Anonymous0::rbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1025:22: style: struct member 'Anonymous0::wbcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream.c:1026:6: style: Unused variable: iostatbuf [unusedVariable]
lcgdm-1.9.0/rfio/stream64.c:550:8: style: The scope of the variable 'req' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:557:14: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:801:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:983:26: style: The scope of the variable 'status1' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:992:13: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/stream64.c:978:22: style: struct member 'Anonymous0::rcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream64.c:979:22: style: struct member 'Anonymous0::wcount' is never used. [unusedStructMember]
lcgdm-1.9.0/rfio/stream64.c:982:6: style: Unused variable: iostatbuf [unusedVariable]
lcgdm-1.9.0/rfio/stream64.c:1206:8: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/rfio/write.c:54:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/write64.c:54:17: style: The scope of the variable 'save_errno' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xyopen.c:94:14: style: The scope of the variable 'parserc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xyopen.c:410:7: error: Memory leak: name [memleak]
lcgdm-1.9.0/rfio/xyopen.c:414:7: error: Memory leak: name [memleak]
lcgdm-1.9.0/rfio/xyopen.c:414:7: error: Memory leak: node [memleak]
lcgdm-1.9.0/rfio/xyopen.c:186:0: error: Memory leak: fd [memleak]
lcgdm-1.9.0/rfio/xyread.c:50:7: style: The scope of the variable 'acc' can be reduced. [variableScope]
lcgdm-1.9.0/rfio/xywrite.c:47:7: style: The scope of the variable 'acc' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_main.c:21:0: style: Variable 'update_required' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_main.c:38:1: error: Memory leak: mysql_pwd [memleak]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:382:9: warning: fprintf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:115:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:114:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:115:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:18:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:20:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:21:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:22:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:133:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:222:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:372:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:19:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:162:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:163:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:164:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:165:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:213:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:214:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:215:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:216:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:219:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:220:12: style: Unused variable: row [unusedVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:382:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/CheckMigrationScript/src/check_migration.c:283:25: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:35:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:29:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrateLFC.cpp:36:6: style: Unused variable: cmd_line [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:928:2: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:326:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:325:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:326:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:52:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:110:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:112:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:113:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:114:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:918:6: style: The scope of the variable 'appliName' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:921:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1045:5: style: The scope of the variable 'nb_rows1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1120:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:54:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:111:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:351:6: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:352:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:354:0: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:355:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:357:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:359:22: style: Variable 'elt_searched_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:394:6: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:396:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:399:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:401:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:444:0: style: Variable 'nb_line' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:453:0: style: Variable 'elt_idx' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:992:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:993:7: style: Unused variable: cst_name [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1049:0: style: Variable 'new_value' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1050:6: style: Variable 'sequence_name' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/MigrationStmt.cpp:1130:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:502:19: style: Condition 'datatype_temp!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:497:18: note: Assuming that condition 'datatype_temp==NULL' is not redundant
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:502:19: note: Condition 'datatype_temp!=NULL' is always false
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:501:3: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:500:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:501:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:564:3: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:563:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:564:3: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:602:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:601:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:602:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:801:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:800:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:801:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:977:5: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:976:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:977:5: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1100:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1099:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1100:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:385:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:386:5: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:387:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:388:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:390:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:391:5: style: The scope of the variable 'pos4' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:392:5: style: The scope of the variable 'pos5' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:393:5: style: The scope of the variable 'pos6' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:420:5: style: The scope of the variable 'nb_of_col' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:421:6: style: The scope of the variable 'selectdevtype' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:709:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:715:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:716:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:718:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:719:5: style: The scope of the variable 'len_tabname' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:728:6: style: The scope of the variable 'selectdevID' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:730:6: style: The scope of the variable 'tab_version' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:876:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:878:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:879:5: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:880:5: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:884:5: style: The scope of the variable 'cstname_len' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:898:6: style: The scope of the variable 'selectdev' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1052:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1171:6: style: The scope of the variable 'selectdevID' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1257:5: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1272:6: style: The scope of the variable 'logmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:104:0: style: Variable 'res_win' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:330:7: style: Variable 'appliName' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:331:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:354:8: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:389:0: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:395:0: style: Variable 'free_mem' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:410:7: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:413:0: style: Variable 'dtypeID' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:414:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:415:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:710:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:717:0: style: Variable 'actual_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:723:0: style: Variable 'nline' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:724:0: style: Variable 'nb_rdtrip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:877:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:881:0: style: Variable 'pos4' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:882:0: style: Variable 'pos5' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:883:0: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:885:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:893:11: style: Unused variable: parmdp [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:894:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:895:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:901:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:902:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1050:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1051:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1054:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1055:0: style: Variable 'pos4' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1056:0: style: Variable 'pos5' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1057:0: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1058:0: style: Variable 'cstname_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1059:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1065:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1066:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1071:0: style: Variable 'cst_null' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1072:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1073:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1152:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1153:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1158:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1160:0: style: Variable 'actual_len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1161:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1162:0: style: Variable 'len_tabname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1163:6: style: Unused variable: tabName [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1166:0: style: Variable 'nline' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1167:0: style: Variable 'nb_rdtrip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1168:0: style: Variable 'prefetch_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1255:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1256:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1258:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1259:0: style: Variable 'len1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1260:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1270:7: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1273:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1391:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1392:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1396:0: style: Variable 'status1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1404:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1407:0: style: Variable 'cst_null' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1408:0: style: Variable 'res1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/Ora_GetMetadataInfo.cpp:1409:6: style: Unused variable: logmessage [unusedVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:235:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:228:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:235:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:185:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:222:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/getError.cpp:223:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:172:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:159:0: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:172:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:22:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:61:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:63:6: style: The scope of the variable 'pos3' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:155:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:265:7: style: The scope of the variable 'mysql_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:272:6: style: The scope of the variable 'current_len' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:160:0: style: Variable 'dot_del' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:260:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:261:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:262:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:367:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:368:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:369:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:397:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:421:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:422:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:423:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:331:0: error: Resource leak: f1 [resourceLeak]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:459:3: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
lcgdm-1.9.0/scripts/Migration-LFC-MySQL-Oracle/src/mysql_info.cpp:287:6: error: Uninitialized variable: res_set [uninitvar]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:135:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:135:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:156:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:160:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:164:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_files.c:169:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:125:7: warning: %s in format string (no. 2) requires 'char *' but the argument type is 'signed long'. [invalidPrintfArgType_s]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:55:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_info.c:56:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Atlas-migration/bin/migrate_path.c:55:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:135:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:135:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:162:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:166:3: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:162:8: note: Found duplicate branches for 'if' and 'else'.
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:156:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:160:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:164:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_files.c:169:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:125:7: warning: %s in format string (no. 2) requires 'char *' but the argument type is 'signed long'. [invalidPrintfArgType_s]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:55:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_info.c:56:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:41:8: style: The scope of the variable 'guid' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:44:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:46:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:68:3: warning: The buffer 'base' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:87:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:91:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:95:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:99:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-Cms-migration/bin/migrate_path.c:104:5: error: Buffer is accessed out of bounds: uidbuf [bufferAccessOutOfBounds]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:129:24: warning: Possible null pointer dereference: ap [nullPointer]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:65:14: note: Assignment 'ap=NULL', assigned value is 0
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:129:24: note: Null pointer dereference
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:73:8: style: The scope of the variable 'server_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:79:8: style: The scope of the variable 'pfn' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:80:8: style: The scope of the variable 'vo_name' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:81:7: style: The scope of the variable 'errflg' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:84:24: style: The scope of the variable 'lp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_files.c:85:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/RLS-migration/bin/migrate_path.c:55:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:179:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:172:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:179:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:130:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:166:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/getError.cpp:167:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:829:18: note: outer condition: fileid_new==NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: note: opposite inner condition: fileid_new!=NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1366:14: note: outer condition: gid_prev==NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: note: opposite inner condition: gid_prev!=NULL
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:763:21: style: Condition 'owner_uid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:758:20: note: Assuming that condition 'owner_uid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:763:21: note: Condition 'owner_uid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: style: Condition 'fileid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:829:18: note: Assuming that condition 'fileid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:833:19: note: Condition 'fileid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:861:22: style: Condition 'owner_uid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:853:21: note: Assuming that condition 'owner_uid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:861:22: note: Condition 'owner_uid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:961:18: style: Condition 'direct_type==1' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:960:16: note: Assignment 'direct_type=1', assigned value is 1
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:961:18: note: Condition 'direct_type==1' is always true
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: style: Condition 'gid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1366:14: note: Assuming that condition 'gid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1368:15: note: Condition 'gid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1392:21: style: Condition 'owner_uid_prev!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1386:20: note: Assuming that condition 'owner_uid_prev==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1392:21: note: Condition 'owner_uid_prev!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1468:19: style: Condition 'fileid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1463:18: note: Assuming that condition 'fileid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1468:19: note: Condition 'fileid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1496:16: style: Condition 'gid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1488:15: note: Assuming that condition 'gid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1496:16: note: Condition 'gid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1524:22: style: Condition 'owner_uid_new!=NULL' is always false [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1514:21: note: Assuming that condition 'owner_uid_new==NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1524:22: note: Condition 'owner_uid_new!=NULL' is always false
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1638:18: style: Condition 'direct_type==1' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1634:16: note: Assignment 'direct_type=1', assigned value is 1
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1638:18: note: Condition 'direct_type==1' is always true
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:821:18: warning: Either the condition 'fileid_prev!=NULL' is redundant or there is possible null pointer dereference: fileid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:863:20: note: Assuming that condition 'fileid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:821:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:963:99: warning: Either the condition 'owner_uid_prev!=NULL' is redundant or there is possible null pointer dereference: owner_uid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:973:23: note: Assuming that condition 'owner_uid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:963:99: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1455:18: warning: Either the condition 'fileid_prev!=NULL' is redundant or there is possible null pointer dereference: fileid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1500:20: note: Assuming that condition 'fileid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1455:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:81: warning: Either the condition 'gid_prev!=NULL' is redundant or there is possible null pointer dereference: gid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1646:17: note: Assuming that condition 'gid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:81: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:106: warning: Either the condition 'owner_uid_prev!=NULL' is redundant or there is possible null pointer dereference: owner_uid_prev. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1650:23: note: Assuming that condition 'owner_uid_prev!=NULL' is not redundant
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1640:106: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:210:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:209:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:210:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:464:2: style: Variable 'acl_temp' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:461:0: note: Variable 'acl_temp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:464:2: note: Variable 'acl_temp' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:665:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:664:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:665:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1246:2: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1245:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1246:2: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:24:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:26:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:27:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:28:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:228:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:373:6: style: The scope of the variable 'parent_fileid' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:374:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:659:6: style: The scope of the variable 'nb_rows_processed' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1059:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1240:6: style: The scope of the variable 'nb_rows_processed' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:25:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:263:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:264:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:265:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:266:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:268:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:313:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:314:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:315:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:316:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:318:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:423:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:454:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:455:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:456:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:457:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:495:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:497:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:501:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:566:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:568:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1032:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:632:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:648:0: style: Variable 'list_len_temp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:651:0: style: Variable 'fileid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:652:0: style: Variable 'filemode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:653:0: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:655:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:657:0: style: Variable 'nb_update' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1069:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1084:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1086:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1090:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1156:7: style: Variable 'colname' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1158:0: style: Variable 'num_rows' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1716:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1213:13: style: Unused variable: res_set [unusedVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1229:0: style: Variable 'list_len_temp' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1232:0: style: Variable 'fileid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1233:0: style: Variable 'filemode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1234:0: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1236:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1238:0: style: Variable 'nb_update' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_core.cpp:1145:0: error: Memory leak: acl_temp [memleak]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:88:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:99:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:123:2: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:137:3: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:158:2: warning: sprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:33:5: style: The scope of the variable 'new_gid_val' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateACLForMySQL/src/updateACL_main.cpp:23:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:179:18: warning: Either the condition 'userData==0' is redundant or there is possible null pointer dereference: userData. [nullPointerRedundantCheck]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:172:14: note: Assuming that condition 'userData==0' is not redundant
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:179:18: note: Null pointer dereference
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:130:10: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:166:21: style: Variable 'bufCharCount' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/getError.cpp:167:0: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:169:4: style: Variable 'rescode' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:168:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:169:4: note: Variable 'rescode' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:23:9: style: The scope of the variable 'next' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:25:6: style: The scope of the variable 'pos1' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:26:6: style: The scope of the variable 'pos2' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:27:6: style: The scope of the variable 'rescode' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:187:7: style: The scope of the variable 'errmessage' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:220:7: style: The scope of the variable 'appliName' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:228:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:263:7: style: The scope of the variable 'ErrMess_temp' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:300:6: style: The scope of the variable 'col_stmt' can be reduced. [variableScope]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:24:0: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:221:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:222:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:223:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:224:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:258:0: style: Variable 'pos1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:259:0: style: Variable 'pos2' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:260:0: style: Variable 'pos3' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:261:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_domain_core.cpp:310:9: style: Variable 'rescode' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:54:3: style: Variable 'mysql_pwd' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:32:0: note: Variable 'mysql_pwd' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:54:3: note: Variable 'mysql_pwd' is reassigned a value before the old one has been used.
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:24:0: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:27:0: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:33:6: style: Unused variable: buffer [unusedVariable]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:61:3: error: Memory leak: mysql_pwd [memleak]
lcgdm-1.9.0/scripts/UpdateDomainName/src/update_main.cpp:129:2: error: Memory pointed to by 'mysql_pwd' is freed twice. [doubleFree]
lcgdm-1.9.0/security/Csec_api.c:544:8: style: The scope of the variable 'domain' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api.c:182:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api.c:684:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api.c:1019:0: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/security/Csec_api_loader.c:225:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api_loader.c:226:8: style: The scope of the variable 'filename_thread' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_api_loader.c:235:9: style: The scope of the variable 'CSEC_NOTHREAD' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_apiinit.c:26:9: style: Unused variable: envar [unusedVariable]
lcgdm-1.9.0/security/Csec_common.c:342:5: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_common.c:349:5: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_common.c:354:3: error: Memory leak: prefetched_data [memleak]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1106:9: style: The scope of the variable 'func' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1326:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:256:13: style: Unused variable: maj_stat [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:256:23: style: Unused variable: min_stat [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS.c:1108:9: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/security/Csec_plugin_GSS_mapper.c:75:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lcgdm-1.9.0/security/Csec_plugin_KRB4.c:433:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcgdm-1.9.0/security/Csec_protocol_policy.c:1049:7: style: Unused variable: rc [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:55:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:108:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:109:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:281:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:101:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:102:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:276:0: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-Ls.c:278:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:30:25: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:33:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:34:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:36:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:43:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:45:6: style: Unused variable: nbsurls [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-abortreq.c:113:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:107:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:38:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:39:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:41:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:46:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addfs.c:130:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-addreplica.c:58:7: style: Unused variable: f_type [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:41:6: style: The scope of the variable 'nbprotos' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:42:9: style: The scope of the variable 'lprotos' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:159:16: style: Variable 'nbprotocols' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-copy.c:224:0: error: Memory leak: lprotos [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:183:2: style: Variable 'nbsurls' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:182:2: note: Variable 'nbsurls' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:183:2: note: Variable 'nbsurls' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:100:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:101:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:53:28: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:57:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:59:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:60:7: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:64:8: style: Unused variable: gbrk [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:65:6: style: Unused variable: k [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:359:18: style: Variable 't_free_space0' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:75:0: style: Variable 't_free_space1' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:76:0: style: Variable 'smax' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:77:12: style: Unused variable: nmax [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:78:17: style: Unused variable: imax [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:79:11: style: Unused variable: ipath [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:88:11: style: Unused variable: dirp [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:90:23: style: Unused variable: dxp [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-delreplica.c:177:5: style: Variable 'nbprotos' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:84:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:110:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-extendfilelife.c:129:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-get.c:236:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:87:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:40:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:48:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpoolfs.c:110:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:35:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:38:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:43:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getpools.c:106:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getprotocols.c:82:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getprotocols.c:106:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:294:6: style: Condition 'iflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:272:15: note: Assignment 'iflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:294:6: note: Condition 'iflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:298:6: style: Condition 'clflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:273:16: note: Assignment 'clflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:298:6: note: Condition 'clflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:302:6: style: Condition 'lflag' is always true [knownConditionTrueFalse]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:274:15: note: Assignment 'lflag=1', assigned value is 1
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:302:6: note: Condition 'lflag' is always true
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:276:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:277:7: style: The scope of the variable 'modestr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:278:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:280:14: style: The scope of the variable 'sav_gidstr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:283:14: style: The scope of the variable 'sav_uidstr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:284:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:285:13: style: The scope of the variable 'tm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:286:7: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:287:7: style: The scope of the variable 'tmpbus' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:449:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:511:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:514:14: style: Variable 'dpmfilel' is allocated memory that is never used. [unusedAllocatedMemory]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:572:2: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:601:7: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:681:7: error: Common realloc mistake: 'dpmfiles' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:774:0: error: Memory leak: dpmfilel [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqid.c:775:0: error: Memory leak: crereqs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqstatus.c:113:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-getreqsummary.c:103:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:191:4: warning: %x in format string (no. 4) requires 'unsigned int' but the argument type is 'Cns_filereplica *'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:33: warning: Either the condition 'server==NULL' is redundant or there is possible null pointer dereference: server. [nullPointerRedundantCheck]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:313:52: note: Assuming that condition 'server==NULL' is not redundant
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:33: note: Null pointer dereference
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:41: warning: Either the condition 'fs==NULL' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:313:66: note: Assuming that condition 'fs==NULL' is not redundant
lcgdm-1.9.0/socket/dpmcli/dpm-listReplicas.c:399:41: note: Null pointer dereference
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:85:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:38:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:39:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:41:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:46:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-modifyfs.c:108:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-put.c:308:0: error: Memory leak: remargs [memleak]
lcgdm-1.9.0/socket/dpmcli/dpm-putdone.c:108:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-relfiles.c:111:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:34:25: style: Unused variable: filestatuses [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:86:13: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:37:6: style: Unused variable: nbprotocols [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:38:6: style: Unused variable: nbreplies [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:40:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:47:6: style: Unused variable: nbprotos [unusedVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-replicate.c:112:12: style: Variable 'nbsurls' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-resp.c:40:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-resp.c:41:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:107:3: style: Variable 'nbtokens' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:84:3: note: Variable 'nbtokens' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-spmd.c:107:3: note: Variable 'nbtokens' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1104:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1121:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1177:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1150:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1177:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1232:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1224:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1232:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1293:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1284:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:1293:3: note: Variable 'status' is reassigned a value before the old one has been used.
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:144:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:145:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:217:24: style: The scope of the variable 'status' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:931:7: style: The scope of the variable 'hostenvm' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:932:7: style: The scope of the variable 'hostenvn' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:227:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:823:4: error: Common realloc mistake: 'loSurls' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-testPutTwo.c:824:4: error: Common realloc mistake: 'loTurls' nulled but not freed upon failure [memleakOnRealloc]
lcgdm-1.9.0/socket/dpmcli/dpm-upsp.c:39:7: style: The scope of the variable 'tmpbut' can be reduced. [variableScope]
lcgdm-1.9.0/socket/dpmcli/dpm-upsp.c:40:7: style: The scope of the variable 'tmpbug' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_alloc.c:25:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_alloc.c:39:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_escp.c:72:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_escp.c:106:89: style: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
lcgdm-1.9.0/socket/goputils/gop_escp.h:17:96: note: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'.
lcgdm-1.9.0/socket/goputils/gop_escp.c:106:89: note: Function 'escape_strlist' argument 3 names different: declaration 'n' definition 'bytes'.
lcgdm-1.9.0/socket/goputils/gop_glob.c:544:3: warning: %Ld in format string (no. 6) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_glob.c:267:3: style: Label 'case_bsd' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_glob.c:298:3: style: Label 'case_default' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_glob.c:301:3: style: Label 'case_unknown' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:570:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:197:12: style: The scope of the variable 'mid' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_ksym.c:545:9: style: The scope of the variable 'did_ksyms' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_outp.c:380:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_outp.c:385:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_outp.c:651:7: style: The scope of the variable 'space' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_outp.c:653:7: style: The scope of the variable 'legit' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_pars.c:233:20: warning: Either the condition 'sep_loc' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/socket/goputils/gop_pars.c:231:8: note: Assuming that condition 'sep_loc' is not redundant
lcgdm-1.9.0/socket/goputils/gop_pars.c:233:20: note: Null pointer addition
lcgdm-1.9.0/socket/goputils/gop_pars.c:1440:7: style: The scope of the variable 'at' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1017:1: style: Label 'case_dpmprotos' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1018:1: style: Label 'case_dpmfiles' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1019:1: style: Label 'case_dpmpaths' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1020:1: style: Label 'case_dpmpools' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1021:1: style: Label 'case_dpmrtokenlist' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1022:1: style: Label 'case_dpmsurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1023:1: style: Label 'case_dpmtosurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1024:1: style: Label 'case_dpmfromsurls' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1025:1: style: Label 'case_dpmfsizes' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1027:3: style: Label 'case_cols' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1028:3: style: Label 'case_width' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1029:3: style: Label 'case_columns' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1053:3: style: Label 'case_dpmdebug' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1058:3: style: Label 'case_dpmfull' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1063:3: style: Label 'case_dpmregex' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1082:3: style: Label 'case_dpmlist' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1095:3: style: Label 'case_dpmowner' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1138:1: style: Label 'case_dpmftype' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1139:1: style: Label 'case_dpmretpol' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1140:1: style: Label 'case_dpmaclat' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1155:1: style: Label 'case_dpmmatch' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1156:1: style: Label 'case_dpmpool' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1157:1: style: Label 'case_dpmproto' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1158:1: style: Label 'case_dpmdest' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1159:1: style: Label 'case_dpmrtoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1160:1: style: Label 'case_dpmstoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1161:1: style: Label 'case_dpmutoken' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1162:1: style: Label 'case_dpmhost' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1181:1: style: Label 'case_dpmlifet' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1182:1: style: Label 'case_dpmrtime' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1183:1: style: Label 'case_dpmflags' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1184:1: style: Label 'case_dpmoverwrite' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1185:1: style: Label 'case_dpmkeepspace' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1186:1: style: Label 'case_dpmreqsize' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1187:1: style: Label 'case_dpmolder' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1188:1: style: Label 'case_dpmreqgid' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1190:3: style: Label 'case_deselect' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1195:3: style: Label 'case_no_header' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1196:3: style: Label 'case_no_headers' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1197:3: style: Label 'case_no_heading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1198:3: style: Label 'case_no_headings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1199:3: style: Label 'case_noheader' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1200:3: style: Label 'case_noheaders' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1201:3: style: Label 'case_noheading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1202:3: style: Label 'case_noheadings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1208:3: style: Label 'case_header' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1209:3: style: Label 'case_headers' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1210:3: style: Label 'case_heading' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1211:3: style: Label 'case_headings' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1228:3: style: Label 'case_format' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1248:3: style: Label 'case_help' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1254:3: style: Label 'case_info' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1282:3: style: Label 'case_rows' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1283:3: style: Label 'case_lines' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1310:3: style: Label 'case_sort' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1338:3: style: Label 'case_version' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_pars.c:1344:3: style: Label 'case_context' is not used. [unusedLabel]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:327:20: warning: Either the condition 'sep_loc' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:288:17: note: Assuming that condition 'sep_loc' is not redundant
lcgdm-1.9.0/socket/goputils/gop_sortf.c:327:20: note: Null pointer addition
lcgdm-1.9.0/socket/goputils/gop_sortf.c:334:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcgdm-1.9.0/socket/goputils/gop_sortf.c:64:9: style: The scope of the variable 'dist' can be reduced. [variableScope]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:160:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:160:5: warning: %Ld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/socket/goputils/gop_synfo.c:691:7: style: The scope of the variable 'fields' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1.c:49:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:50:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:185:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:186:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1.c:187:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:33:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:40:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:47:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:238:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:246:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:252:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:704:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:996:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1180:8: style: The scope of the variable 'sfn' can be reduced. [variableScope]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:434:26: style: Unused variable: cpr_entry [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:435:9: style: Unused variable: curtime [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:436:17: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:439:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:440:9: style: Unused variable: gids [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:441:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:442:7: style: Unused variable: logbuf [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:443:0: style: Variable 'nb_file_err' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:444:6: style: Unused variable: nbfqans [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:445:6: style: Unused variable: nbgids [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:446:6: style: Unused variable: nbreqfiles [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:447:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:448:33: style: Unused variable: repfilep [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:449:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:450:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:451:13: style: Unused variable: unique_id [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:452:8: style: Unused variable: voname [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:643:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:660:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:681:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1184:7: style: Unused variable: vidstr [unusedVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1279:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1300:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1321:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv1/srmv1_procreq.c:1388:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2.c:54:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:55:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:203:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:204:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2.c:205:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:274:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:393:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:415:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:685:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:689:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:891:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:852:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:854:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_dirreq.c:855:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:71:7: style: The scope of the variable 'info' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:29:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_discovreq.c:73:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:248:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:36:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:43:6: style: The scope of the variable 'k' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:45:6: style: The scope of the variable 'nb_tmp_entries' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:49:6: style: The scope of the variable 'nocheckid' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_permreq.c:55:18: style: The scope of the variable 'taclp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:409:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:422:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:669:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:689:41: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:939:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:163:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:165:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:166:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:375:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:377:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:378:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:607:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_spacereq.c:639:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:173:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:182:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:189:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:468:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:469:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:472:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:646:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:655:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:663:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:964:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:965:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:968:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1150:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1164:7: style: The scope of the variable 'proxy_filename' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1165:38: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1467:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1468:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1472:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1650:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1659:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1666:45: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1946:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1947:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:1950:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2122:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2123:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2126:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2136:6: style: The scope of the variable 'nb_errors' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2395:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2619:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2814:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2827:31: style: The scope of the variable 'reptokenp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2972:41: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:115:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:140:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2147:9: style: Unused variable: t1 [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2397:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2621:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2758:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2787:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:2959:17: style: Unused variable: dpm_req [unusedVariable]
lcgdm-1.9.0/srmv2.2/srmv2_xferreq.c:3209:3: error: Memory pointed to by 'tokeninfos' is freed twice. [doubleFree]
lcgdm-1.9.0/srmv2/srm_util.c:21:12: style: Variable 'user_ca' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2.c:51:6: style: The scope of the variable 'thread_index' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:52:15: style: The scope of the variable 'tsoap' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:187:9: style: The scope of the variable 'errlen' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:188:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2.c:189:14: style: The scope of the variable 's' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:190:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:300:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:322:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_dirreq.c:544:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:238:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:34:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:41:6: style: The scope of the variable 'k' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:43:6: style: The scope of the variable 'nb_tmp_entries' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:47:6: style: The scope of the variable 'nocheckid' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:53:18: style: The scope of the variable 'taclp' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_permreq.c:289:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:355:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:369:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:325:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_spacereq.c:503:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:141:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:149:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:155:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:415:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:422:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:429:37: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1006:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1009:8: style: The scope of the variable 'surl' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1157:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1369:33: style: The scope of the variable 'repfilep' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1552:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1553:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1556:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1721:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1722:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1725:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1891:6: style: The scope of the variable 'bol' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1892:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1896:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:2070:9: style: The scope of the variable 'curtime' can be reduced. [variableScope]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:86:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:112:8: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:688:26: style: Unused variable: cpr_entry [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:689:9: style: Unused variable: curtime [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:693:8: style: Unused variable: gid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:694:9: style: Unused variable: gids [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:695:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:696:7: style: Unused variable: logbuf [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:697:0: style: Variable 'nb_file_err' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:698:6: style: Unused variable: nbfqans [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:699:6: style: Unused variable: nbgids [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:700:6: style: Unused variable: nbreqfiles [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:701:7: style: Unused variable: proxy_filename [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:702:38: style: Unused variable: repfilep [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:704:32: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:705:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:706:8: style: Unused variable: uid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:707:13: style: Unused variable: unique_id [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:708:9: style: Unused variable: uuid [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:709:8: style: Unused variable: voname [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:965:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1159:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1371:6: style: Unused variable: status [unusedVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1498:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:1527:37: style: Variable 'thip' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/srmv2/srmv2_xferreq.c:2364:3: error: Memory pointed to by 'tokeninfos' is freed twice. [doubleFree]
lcgdm-1.9.0/test/dpm/dpm_testcopy.c:22:8: style: The scope of the variable 'fromsurl' can be reduced. [variableScope]
lcgdm-1.9.0/test/dpm/dpm_testcopy.c:30:8: style: The scope of the variable 'tosurl' can be reduced. [variableScope]
lcgdm-1.9.0/test/dpm/dpm_testputdone.c:17:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/create_files.c:106:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:439:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:442:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/create_files.c:73:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:75:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:76:7: style: The scope of the variable 'subdir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:82:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:86:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:88:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:343:7: style: The scope of the variable 'start_run_time_us' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files.c:343:26: style: The scope of the variable 'end_run_time_us' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:110:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/create_files_rate.c:287:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/test/ns/create_files_rate.c:287:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lcgdm-1.9.0/test/ns/create_files_rate.c:79:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:81:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:91:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:93:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/create_files_rate.c:296:7: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:159:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/delete_files.c:359:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:425:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:458:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:491:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/delete_files.c:59:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:78:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:371:8: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files.c:376:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:174:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/delete_files_rate.c:59:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:77:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/delete_files_rate.c:82:6: style: The scope of the variable 'num_to_delete' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:87:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/nested_symlinks.c:266:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/nested_symlinks.c:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/nested_symlinks.c:52:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:66:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:69:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:274:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/nested_symlinks.c:278:23: style: Unused variable: stat [unusedVariable]
lcgdm-1.9.0/test/ns/nested_symlinks.c:296:18: error: Uninitialized variable: link_buf [uninitvar]
lcgdm-1.9.0/test/ns/query_files.c:136:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/query_files.c:296:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/query_files.c:47:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:53:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:54:6: style: The scope of the variable 'dir_flag' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:59:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:62:7: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_files.c:268:8: style: Unused variable: sfn_path [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:269:0: style: Variable 'server_name' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/query_files.c:273:7: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:274:12: style: Unused variable: list [unusedVariable]
lcgdm-1.9.0/test/ns/query_files.c:275:27: style: Unused variable: rp [unusedVariable]
lcgdm-1.9.0/test/ns/query_rate.c:166:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/query_rate.c:54:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:61:6: style: The scope of the variable 'dir_flag' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:66:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/query_rate.c:266:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/ns/read_files.c:80:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/read_files.c:269:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/read_files.c:46:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:47:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:61:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:281:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_files.c:284:24: style: Unused variable: stat [unusedVariable]
lcgdm-1.9.0/test/ns/read_rate.c:88:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/read_rate.c:54:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:55:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:69:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/read_rate.c:296:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rename_files.c:47:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rm_replicas.c:66:26: warning: Possible null pointer dereference: fn [nullPointer]
lcgdm-1.9.0/test/ns/rm_replicas.c:37:13: note: Assignment 'fn=NULL', assigned value is 0
lcgdm-1.9.0/test/ns/rm_replicas.c:66:26: note: Null pointer dereference
lcgdm-1.9.0/test/ns/rm_replicas.c:32:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/rm_replicas.c:95:9: error: Uninitialized variable: Cnsdir [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:96:9: error: Uninitialized variable: Cnsdir [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:71:39: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:77:33: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/rm_replicas.c:86:48: error: Uninitialized variable: pid4print [uninitvar]
lcgdm-1.9.0/test/ns/stat_replicas.c:79:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/stat_replicas.c:245:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/stat_replicas.c:280:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/stat_replicas.c:45:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/stat_replicas.c:61:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:79:5: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lcgdm-1.9.0/test/ns/symlinks.c:256:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/symlinks.c:303:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcgdm-1.9.0/test/ns/symlinks.c:45:7: style: The scope of the variable 'Cnshost' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:59:7: style: The scope of the variable 'tid' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:61:11: style: The scope of the variable 'append' can be reduced. [variableScope]
lcgdm-1.9.0/test/ns/symlinks.c:267:8: style: The scope of the variable 'thread_dir' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:347:2: style: Variable 'surlarray.__size' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:346:2: note: Variable 'surlarray.__size' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:347:2: note: Variable 'surlarray.__size' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1456:2: style: Variable 'metadata' is reassigned a value before the old one has been used. [redundantAssignment]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1445:2: note: Variable 'metadata' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1456:2: note: Variable 'metadata' is reassigned a value before the old one has been used.
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:260:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:294:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:325:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:366:28: style: Unused variable: p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:895:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:901:7: style: Unused variable: command [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:902:7: style: Unused variable: rfcp_file [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:903:8: style: Unused variable: rfcp_file_p [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testJiri.c:1042:7: style: Unused variable: command [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testadvisoryDelete.c:55:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testget.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetEstGetTime.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetFileMetaData.c:55:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testgetProtocols.c:12:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv1/srm_testgetProtocols.c:11:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testping.c:11:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv1/srm_testput.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:42:40: style: Unused variable: repfs [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testAbortRequest.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testBring.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testBring.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testChangeSpaceForFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCheckPermission.c:51:35: style: Variable 'f_modes' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:40:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:44:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testCopy.c:202:8: error: Uninitialized variable: repfs [uninitvar]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testExtendFileLifeTimeInSpace.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGet.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGet.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:28:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:29:9: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:32:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:33:27: style: Variable 'trueoption' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:61:0: style: Variable 'booll' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:62:0: style: Variable 'boolR' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:63:0: style: Variable 'nolv' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:232:10: style: Unused variable: il [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetPermission.c:232:14: style: Unused variable: nsub [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetRequestTokens.c:48:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceMetaData.c:43:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetSpaceTokens.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:48:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testGetTransferProtocols.c:52:6: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:44:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:272:14: style: The scope of the variable 'it' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testLs.c:272:7: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:27:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testMv.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:25:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPing.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPurgeFromSpace.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPut.c:54:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testPutDone.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testReserveSpace.c:46:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testResumeRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testRm.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:27:6: style: The scope of the variable 'nbgroups' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:28:6: style: The scope of the variable 'nbusers' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:47:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:48:31: style: The scope of the variable 'requserp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfChangeSpaceForFilesRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfLsRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfReserveSpaceRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testStatusOfUpdateSpaceRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2.2/srm2_testSuspendRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:42:40: style: Unused variable: repfs [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testAbortRequest.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testChangeFileStorageType.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCheckPermission.c:51:35: style: Variable 'f_modes' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCompactSpace.c:48:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:40:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:44:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testCopy.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:46:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testExtendFileLifeTime.c:47:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGet.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGet.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestID.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:44:29: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:46:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetRequestSummary.c:50:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceMetaData.c:43:30: style: The scope of the variable 'repmdp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceMetaData.c:45:27: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:45:8: style: Unused variable: sfn [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testGetSpaceToken.c:47:8: style: Unused variable: srm_endpoint [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:25:9: style: Unused variable: j [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:28:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testLs.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMkdir.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:27:0: style: Variable 'nbproto' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:37:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testMv.c:38:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:71:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:75:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPut.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testPutDone.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:54:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReassignToUser.c:44:25: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReleaseFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:44:21: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRemoveFiles.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testReserveSpace.c:41:8: style: The scope of the variable 's_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testResumeRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:44:25: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRm.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:25:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:26:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:27:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:40:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testRmdir.c:41:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:27:6: style: The scope of the variable 'nbgroups' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:28:6: style: The scope of the variable 'nbusers' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:47:32: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:48:31: style: The scope of the variable 'requserp' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:26:6: style: Unused variable: nbfiles [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:43:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSetPermission.c:44:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:24:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:25:6: style: Unused variable: i [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:56:12: style: Variable 'nbfiles' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:39:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:40:8: style: Unused variable: r_token [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:44:21: style: Unused variable: reqfilep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:48:45: style: Unused variable: srep [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testSuspendRequest.c:49:43: style: Unused variable: sreq [unusedVariable]
lcgdm-1.9.0/test/srmv2/srm2_testget.c:39:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testget.c:43:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:71:8: style: The scope of the variable 'r_token' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:75:31: style: The scope of the variable 'reqfilep' can be reduced. [variableScope]
lcgdm-1.9.0/test/srmv2/srm2_testput.c:57:6: style: Unused variable: flags [unusedVariable]
lcgdm-1.9.0/win32/uxid.c:337:13: style: The scope of the variable 'p_gid' can be reduced. [variableScope]
lcgdm-1.9.0/win32/uxid.c:482:13: style: The scope of the variable 'p_uid' can be reduced. [variableScope]
[02:22]

ftp://ftp.se.debian.org/debian/pool/main/l/lcm/lcm_1.3.1+repack1.orig.tar.gz
lcm-1.3.1/lcm-logger/glib_util.c:122:53: style: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'. [funcArgNamesDifferent]
lcm-1.3.1/lcm-logger/glib_util.h:25:57: note: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'.
lcm-1.3.1/lcm-logger/glib_util.c:122:53: note: Function 'signal_pipe_attach_glib' argument 1 names different: declaration 'user_func' definition 'func'.
lcm-1.3.1/lcm-logger/lcm_logger.c:17:0: error: #error "LCM requires a glib version >= 2.14.0" [preprocessorErrorDirective]
lcm-1.3.1/lcm-lua/lua_ver_helper.h:27:0: error: #error "this version of Lua is unsupported" [preprocessorErrorDirective]
lcm-1.3.1/lcm-python/pylcm.c:231:9: style: Unused variable: status [unusedVariable]
lcm-1.3.1/lcm/dbg.h:153:9: warning: The buffer 'env' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcm-1.3.1/lcm-python/pylcm_subscription.c:35:9: style: Unused variable: status [unusedVariable]
lcm-1.3.1/lcm/eventlog.c:58:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:182:13: style: The scope of the variable 'cur_time' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:186:12: style: The scope of the variable 'frac' can be reduced. [variableScope]
lcm-1.3.1/lcm/eventlog.c:45:43: style: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:142:43: note: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:45:43: note: Function 'lcm_eventlog_destroy' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:52:68: style: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:102:68: note: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:52:68: note: Function 'lcm_eventlog_read_next_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:46: style: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:133:46: note: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:46: note: Function 'lcm_eventlog_write_event' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:120:71: style: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:134:31: note: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:120:71: note: Function 'lcm_eventlog_write_event' argument 2 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:141:52: style: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:110:52: note: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:141:52: note: Function 'lcm_eventlog_free_event' argument 1 names different: declaration 'event' definition 'le'.
lcm-1.3.1/lcm/eventlog.c:177:52: style: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:121:52: note: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:177:52: note: Function 'lcm_eventlog_seek_to_timestamp' argument 1 names different: declaration 'eventlog' definition 'l'.
lcm-1.3.1/lcm/eventlog.c:177:63: style: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/eventlog.h:121:70: note: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'.
lcm-1.3.1/lcm/eventlog.c:177:63: note: Function 'lcm_eventlog_seek_to_timestamp' argument 2 names different: declaration 'ts' definition 'timestamp'.
lcm-1.3.1/lcm/lcm_internal.h:10:0: error: #error "LCM requires a glib version >= 2.14.0" [preprocessorErrorDirective]
lcm-1.3.1/lcm/lcm_coretypes.h:336:57: portability: Casting from const float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:341:57: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:365:57: portability: Casting from const double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:370:57: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lcm-1.3.1/lcm/lcm_coretypes.h:409:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcm_coretypes.h:427:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:46:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:99:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_port_map_update_t.c:31:30: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:45:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:93:18: style: The scope of the variable 'thislen' can be reduced. [variableScope]
lcm-1.3.1/lcm/lcmtypes/channel_to_port_t.c:30:30: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
lcm-1.3.1/lcm/ringbuffer.c:197:23: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
lcm-1.3.1/lcm/ringbuffer.c:176:22: style: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'. [funcArgNamesDifferent]
lcm-1.3.1/lcm/ringbuffer.h:26:22: note: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'.
lcm-1.3.1/lcm/ringbuffer.c:176:22: note: Function 'lcm_ringbuf_shrink_last' argument 3 names different: declaration 'len' definition 'newlen'.
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:73:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:75:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:84:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:82:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:84:2: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/lcm/windows/WinPorting.cpp:107:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:5: note: Variable 'status' is reassigned a value before the old one has been used.
lcm-1.3.1/lcm/windows/WinPorting.cpp:34:34: style: The scope of the variable 'nPort' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:139:5: style: The scope of the variable 'status' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:139:13: style: The scope of the variable 'flag2' can be reduced. [variableScope]
lcm-1.3.1/lcm/windows/WinPorting.cpp:108:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lcm-1.3.1/lcmgen/emit_c.c:452:13: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:516:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:569:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:600:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:665:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:827:9: error: Allocation with make_accessor, fprintf doesn't release it. [leakNoVarFunctionCall]
lcm-1.3.1/lcmgen/emit_c.c:484:0: error: Memory leak: accessor [memleak]
lcm-1.3.1/lcmgen/emit_c.c:492:0: error: Memory leak: accessor [memleak]
lcm-1.3.1/lcmgen/emit_python.c:294:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:296:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:332:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:334:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:492:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:494:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:510:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/emit_python.c:512:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/lcmgen/getopt.c:261:30: style: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/getopt.h:44:30: note: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:261:30: note: Function 'getopt_get_int' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:268:31: style: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/getopt.h:45:31: note: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/getopt.c:268:31: note: Function 'getopt_get_bool' argument 1 names different: declaration 'gopt' definition 'getopt'.
lcm-1.3.1/lcmgen/lcmgen.c:672:38: style: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.c:50:38: note: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:672:38: note: Function 'parse_struct' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:706:34: style: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.c:51:34: note: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:706:34: note: Function 'parse_enum' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:788:34: style: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.h:187:34: note: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:788:34: note: Function 'lcmgen_handle_file' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:879:28: style: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'. [funcArgNamesDifferent]
lcm-1.3.1/lcmgen/lcmgen.h:184:28: note: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/lcmgen/lcmgen.c:879:28: note: Function 'lcmgen_dump' argument 1 names different: declaration 'lcm' definition 'lcmgen'.
lcm-1.3.1/liblcm-test/lcm-source.c:169:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcm-1.3.1/liblcm-test/lcm-source.c:31:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
lcm-1.3.1/liblcm-test/lcm-source.c:92:17: warning: The buffer 'channel' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcm-1.3.1/liblcm-test/lcm-source.c:123:0: error: Memory leak: data [memleak]
lcm-1.3.1/liblcm-test/lcm-tester.c:111:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcm-1.3.1/liblcm-test/lcm-tester.c:110:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcm-1.3.1/liblcm-test/lcm-tester.c:111:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcm-1.3.1/test/c/common.c:101:35: style: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'. [funcArgNamesDifferent]
lcm-1.3.1/test/c/common.h:19:40: note: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/c/common.c:101:35: note: Function 'fill_lcmtest_multidim_array_t' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/c/common.c:101:66: style: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'. [funcArgNamesDifferent]
lcm-1.3.1/test/c/common.h:19:80: note: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/c/common.c:101:66: note: Function 'fill_lcmtest_multidim_array_t' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/c/memq_test.cpp:15:10: style: struct member 'MemqSimpleState::handled' is never used. [unusedStructMember]
lcm-1.3.1/test/cpp/client.cpp:66:7: style: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:20:9: note: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:66:7: note: Member variable 'EchoTest::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:65:12: style: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:21:9: note: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:65:12: note: Member variable 'EchoTest::echo_data_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:64:7: style: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:22:9: note: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:64:7: note: Member variable 'EchoTest::echo_msg_len_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: primitives_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: primitives_list_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: node_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest :: multidim_array_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: style: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list. [initializerList]
lcm-1.3.1/test/cpp/client.cpp:83:0: note: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:121:0: note: Member variable 'TypedTest < lcmtest2 :: cross_package_t >::response_count_' is in the wrong place in the initializer list.
lcm-1.3.1/test/cpp/client.cpp:80:0: performance: Function parameter 'test_name' should be passed by const reference. [passedByValue]
lcm-1.3.1/test/cpp/common.cpp:176:9: warning: %jd in format string (no. 1) requires 'intmax_t' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcm-1.3.1/test/cpp/common.cpp:238:3: warning: %jd in format string (no. 1) requires 'intmax_t' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lcm-1.3.1/test/cpp/common.cpp:81:22: style: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'. [funcArgNamesDifferent]
lcm-1.3.1/test/cpp/common.hpp:12:22: note: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/cpp/common.cpp:81:22: note: Function 'FillLcmType' argument 1 names different: declaration 'num_children' definition 'num'.
lcm-1.3.1/test/cpp/common.cpp:81:54: style: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'. [funcArgNamesDifferent]
lcm-1.3.1/test/cpp/common.hpp:12:63: note: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/cpp/common.cpp:81:54: note: Function 'FillLcmType' argument 2 names different: declaration 'result' definition 'msg'.
lcm-1.3.1/test/cpp/common.cpp:279:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lcm-1.3.1/test/cpp/memq_test.cpp:14:10: style: struct member 'MemqSimpleState::handled' is never used. [unusedStructMember]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps/lcmaps_1.6.6.orig.tar.gz
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.c:156:53: style: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.h:67:60: note: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'.
lcmaps-1.6.6/src/evaluationmanager/evaluationmanager.c:156:53: note: Function 'lcmaps_getPluginNameAndArgs' argument 1 names different: declaration 'plugin' definition 'plugins'.
evaluationmanager/pdl_lex.c:1209:27: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1206:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
evaluationmanager/pdl_lex.c:1209:27: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1211:9: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1206:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
evaluationmanager/pdl_lex.c:1211:9: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1581:2: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1581:2: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1582:2: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1582:2: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1593:9: warning: Possible null pointer dereference: b [nullPointer]
evaluationmanager/pdl_lex.c:1470:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
evaluationmanager/pdl_lex.c:1593:9: note: Null pointer dereference
evaluationmanager/pdl_lex.c:1320:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:352:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
evaluationmanager/pdl_lex.c:1320:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
evaluationmanager/pdl_lex.c:1343:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:626:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
evaluationmanager/pdl_lex.c:1343:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
evaluationmanager/pdl_lex.c:1766:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:302:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
evaluationmanager/pdl_lex.c:1766:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
evaluationmanager/pdl_lex.c:1779:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:303:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
evaluationmanager/pdl_lex.c:1779:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
evaluationmanager/pdl_lex.c:1779:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:303:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
evaluationmanager/pdl_lex.c:1779:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
evaluationmanager/pdl_lex.c:1911:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
evaluationmanager/pdl_lex.c:592:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
evaluationmanager/pdl_lex.c:1911:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:255:5: style: Variable 'p_list' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:252:0: note: Variable 'p_list' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:255:5: note: Variable 'p_list' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:315:17: style: The scope of the variable 'remainder' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_main.c:564:5: error: Memory leak: record [memleak]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:110:35: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:118:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:182:26: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:356:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:179:37: style: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.h:76:44: note: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'.
lcmaps-1.6.6/src/evaluationmanager/pdl_policy.c:179:37: note: Function 'lcmaps_remove_policy' argument 1 names different: declaration 'name' definition 'policy'.
lcmaps-1.6.6/src/evaluationmanager/pdl_rule.c:253:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_rule.c:518:23: style: The scope of the variable 'mid' can be reduced. [variableScope]
lcmaps-1.6.6/src/evaluationmanager/pdl_test.c:124:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:96:16: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:97:16: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:93:26: style: Variable 'name->string' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:92:26: note: Variable 'name->string' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:93:26: note: Variable 'name->string' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/evaluationmanager/pdl_variable.c:268:11: style: The scope of the variable 't' can be reduced. [variableScope]
evaluationmanager/pdl_yacc.c:1073:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
../../src/evaluationmanager/pdl_yacc.y:73:32: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:76:63: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:77:63: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:80:33: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:81:93: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:84:61: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:85:61: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:87:137: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:88:75: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:91:137: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:92:75: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:96:31: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:100:74: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:101:101: style: Same expression on both sides of '-'. [duplicateExpression]
../../src/evaluationmanager/pdl_yacc.y:102:78: style: Same expression on both sides of '-'. [duplicateExpression]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:223:5: style: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:211:0: note: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:223:5: note: Variable 'deleg_cred_handle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_gsi_utils.c:236:28: style: Variable 'major_status' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:693:13: warning: Either the condition 'tmp_lcmaps_vomsdata' is redundant or there is possible null pointer dereference: tmp_lcmaps_vomsdata. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:689:27: note: Assuming that condition 'tmp_lcmaps_vomsdata' is not redundant
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:693:13: note: Null pointer dereference
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:699:13: warning: Either the condition 'tmp_lcmaps_vomsdata' is redundant or there is possible null pointer dereference: tmp_lcmaps_vomsdata. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:689:27: note: Assuming that condition 'tmp_lcmaps_vomsdata' is not redundant
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:699:13: note: Null pointer dereference
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:952:4: style: Variable 'asn1time_generalized' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:944:0: note: Variable 'asn1time_generalized' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:952:4: note: Variable 'asn1time_generalized' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1058:9: style: Variable 'tmpFile' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1054:0: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1058:9: note: Variable 'tmpFile' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:853:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:854:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:855:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1051:41: style: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:117:41: note: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'.
lcmaps-1.6.6/src/grid_credential_handling/gsi_handling/lcmaps_voms_attributes.c:1051:41: note: Function 'lcmaps_print_x509_to_string' argument 1 names different: declaration 'px509_cert' definition 'px509'.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:936:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:1048:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:648:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:649:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:746:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:920:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_credential.c:992:21: style: The scope of the variable 'ac_voms' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:510:5: style: Variable 'pargument' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:501:0: note: Variable 'pargument' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:510:5: note: Variable 'pargument' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:165:8: style: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/grid_credential_handling/_lcmaps_runvars.h:73:8: note: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'.
lcmaps-1.6.6/src/grid_credential_handling/lcmaps_runvars.c:165:8: note: Function 'lcmaps_extractRunVars' argument 3 names different: declaration 'requested_username' definition 'req_username'.
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:184:16: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:269:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:270:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:271:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:317:9: style: The scope of the variable 'amount_of_CAs' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:318:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/grid_credential_handling/x509_handling/lcmaps_x509_utils.c:319:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_account.c:120:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:116:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:112:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/lcmaps_return_poolindex.c:116:5: note: Variable 'rc' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/lcmaps_test.c:94:12: style: The scope of the variable 'lcmaps_request' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:152:15: style: The scope of the variable 'error' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:153:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:154:15: style: The scope of the variable 'LcmapsInit' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:155:15: style: The scope of the variable 'LcmapsTerm' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:160:15: style: The scope of the variable 'LcmapsRun' can be reduced. [variableScope]
lcmaps-1.6.6/src/lcmaps_test.c:95:0: style: Variable 'client_name' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:191:59: warning: Either the condition 'entry!=NULL' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:196:27: note: Assuming that condition 'entry!=NULL' is not redundant
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:191:59: note: Null pointer dereference
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:234:30: style: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/pluginmanager/_lcmaps_db_read.h:66:30: note: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:234:30: note: Function 'lcmaps_db_fill_entry' argument 1 names different: declaration 'plcmaps_db' definition 'list'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:235:29: style: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'. [funcArgNamesDifferent]
lcmaps-1.6.6/src/pluginmanager/_lcmaps_db_read.h:67:30: note: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_db_read.c:235:29: note: Function 'lcmaps_db_fill_entry' argument 2 names different: declaration 'db_entry' definition 'entry'.
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:171:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:172:12: style: The scope of the variable 'longval' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_log.c:173:12: style: The scope of the variable 'logfile' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:229:5: style: Variable 'pdl_path' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:222:0: note: Variable 'pdl_path' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:229:5: note: Variable 'pdl_path' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:518:5: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:505:0: note: Variable 'args' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:518:5: note: Variable 'args' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:521:5: style: Variable 'pname' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:504:0: note: Variable 'pname' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:521:5: note: Variable 'pname' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:788:5: style: Variable 'symhandle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:784:0: note: Variable 'symhandle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:788:5: note: Variable 'symhandle' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:941:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:939:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:941:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1206:5: style: Variable 'plugin_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1202:0: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:1206:5: note: Variable 'plugin_entry' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_pluginmanager.c:938:35: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_utils.c:203:18: style: The scope of the variable 'pp' can be reduced. [variableScope]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:125:5: style: Variable 'newVoData' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:123:0: note: Variable 'newVoData' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:125:5: note: Variable 'newVoData' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:467:5: style: Variable 'bufptr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:464:0: note: Variable 'bufptr' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:467:5: note: Variable 'bufptr' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:649:5: style: Variable 'newVoMapping' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:647:0: note: Variable 'newVoMapping' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:649:5: note: Variable 'newVoMapping' is reassigned a value before the old one has been used.
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:597:25: style: Variable 'bufptr' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:598:25: style: Variable 'buflen' is assigned a value that is never used. [unreadVariable]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:141:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:147:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:153:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:159:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:165:6: error: Memory leak: newVoData [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:663:6: error: Memory leak: newVoMapping [memleak]
lcmaps-1.6.6/src/pluginmanager/lcmaps_vo_data.c:670:6: error: Memory leak: newVoMapping [memleak]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-basic/lcmaps-plugins-basic_1.7.1.orig.tar.gz
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:960:28: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:962:22: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:960:28: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:969:28: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:971:22: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:969:28: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1012:26: warning: Either the condition 'if(tmplog)' is redundant or there is possible null pointer dereference: tmplog. [nullPointerRedundantCheck]
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1014:20: note: Assuming that condition 'if(tmplog)' is not redundant
lcmaps-plugins-basic-1.7.1/src/ldap_enf/lcmaps_ldap.c:1012:26: note: Null pointer dereference
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:354:20: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:355:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapdir.c:430:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:349:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:461:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-basic-1.7.1/src/utils/lcmaps_gridmapfile.c:463:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-jobrep/lcmaps-plugins-jobrep_1.5.6.orig.tar.gz
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:138:5: style: Variable 'db_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:137:0: note: Variable 'db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:138:5: note: Variable 'db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:163:5: style: Variable 'jr_db_handle' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:160:0: note: Variable 'jr_db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:163:5: note: Variable 'jr_db_handle' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:81:20: style: The scope of the variable 'search' can be reduced. [variableScope]
lcmaps-plugins-jobrep-1.5.6/src/api/jobrep_odbc_api.c:82:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1330:5: style: Variable 'tmpTime' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1327:0: note: Variable 'tmpTime' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1330:5: note: Variable 'tmpTime' is reassigned a value before the old one has been used.
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:352:5: warning: The buffer 'emptyname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcmaps-plugins-jobrep-1.5.6/src/jobrep/jobrep_data_handling.c:1005:5: warning: The buffer 'emptyname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-verify-proxy/lcmaps-plugins-verify-proxy_1.5.4.orig.tar.gz
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:205:26: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:392:33: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:454:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:392:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:393:33: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:455:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:393:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:25: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:454:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:25: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:34: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:455:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:426:34: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:609:5: warning: Either the condition 'if(store)' is redundant or there is possible null pointer dereference: store. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:677:8: note: Assuming that condition 'if(store)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:609:5: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:78:13: style: The scope of the variable 'argp' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:216:20: style: The scope of the variable 'ex' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/grid-proxy-verify.c:246:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:253:31: warning: Logical disjunction always evaluates to true: level >= 0 || level <= 9. [incorrectLogicOperator]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:522:9: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:519:9: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:522:9: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:216:20: style: The scope of the variable 'level' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:217:20: style: The scope of the variable 't_for_time' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/lcmaps_verify_proxy.c:244:20: style: The scope of the variable 't_for_time' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:534:5: style: Variable 'time_s' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:532:0: note: Variable 'time_s' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:534:5: note: Variable 'time_s' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:983:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:981:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:983:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1009:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1007:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1009:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1033:5: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1030:0: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:1033:5: note: Variable 'curr' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:459:12: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:460:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/proxylifetime/proxylifetime.c:461:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:167:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:165:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/main.c:167:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src/verify_x509.c:306:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src/verify_x509.c:307:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:279:33: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:391:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:279:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:280:33: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:392:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:280:33: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:25: warning: Either the condition 'if(cert_DN)' is redundant or there is possible null pointer dereference: cert_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:391:16: note: Assuming that condition 'if(cert_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:25: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:34: warning: Either the condition 'if(issuer_DN)' is redundant or there is possible null pointer dereference: issuer_DN. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:392:16: note: Assuming that condition 'if(issuer_DN)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:308:34: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:648:29: warning: Either the condition 'if(cert_subjectdn&&(strlen(cert_subjectdn)>strlen("/cn=proxy"))&&(tail_str=&cert_subjectdn[strlen(cert_subjectdn)-strlen("/cn=proxy")])&&(strcasecmp(tail_str,"/cn=proxy")==0))' is redundant or there is possible null pointer dereference: cert_subjectdn. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:662:12: note: Assuming that condition 'if(cert_subjectdn&&(strlen(cert_subjectdn)>strlen("/cn=proxy"))&&(tail_str=&cert_subjectdn[strlen(cert_subjectdn)-strlen("/cn=proxy")])&&(strcasecmp(tail_str,"/cn=proxy")==0))' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:648:29: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1289:5: warning: Either the condition 'if(store)' is redundant or there is possible null pointer dereference: store. [nullPointerRedundantCheck]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1389:8: note: Assuming that condition 'if(store)' is not redundant
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1289:5: note: Null pointer dereference
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:90:20: style: The scope of the variable 'ex' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:121:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/_verify_x509.c:1104:1: style: Label 'success' is not used. [unusedLabel]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:48:38: style: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'. [funcArgNamesDifferent]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.h:46:38: note: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:48:38: note: Function 'Log' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:92:48: style: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'. [funcArgNamesDifferent]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.h:47:48: note: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/log.c:92:48: note: Function 'Error' argument 2 names different: declaration 'msg' definition 'fmt'.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:35:30: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:277:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:272:0: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:277:5: note: Variable 'result' is reassigned a value before the old one has been used.
lcmaps-plugins-verify-proxy-1.5.4/src/verify-proxy/verify-lib/src_internal/verify_x509_utils.c:216:26: style: The scope of the variable 'xi' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcmaps-plugins-voms/lcmaps-plugins-voms_1.7.1.orig.tar.gz
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:354:20: style: The scope of the variable 'i' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:355:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapdir.c:430:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:349:17: style: The scope of the variable 'logstr' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:461:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/utils/lcmaps_gridmapfile.c:463:20: style: The scope of the variable 'pw' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/voms/lcmaps_voms_poolaccount.c:1188:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lcmaps-plugins-voms-1.7.1/src/voms/lcmaps_voms_poolaccount.c:1191:19: style: The scope of the variable 'group_info' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcms/lcms_1.19.dfsg2.orig.tar.gz
lcms-1.19/jpegicc/iccjpeg.c:58:16: style: The scope of the variable 'length' can be reduced. [variableScope]
lcms-1.19/jpegicc/iccjpeg.c:220:20: style: Checking if unsigned variable 'total_length' is less than zero. [unsignedLessThanZero]
lcms-1.19/jpegicc/jpegicc.c:1042:13: style: The scope of the variable 'Intents' can be reduced. [variableScope]
lcms-1.19/samples/icctrans.c:1093:17: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms-1.19/samples/icctrans.c:1091:20: note: outer condition: hTransXYZ
lcms-1.19/samples/icctrans.c:1093:17: note: identical inner condition: hTransXYZ
lcms-1.19/samples/icctrans.c:694:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lcms-1.19/samples/icctrans.c:314:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/samples/icctrans.c:651:5: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
lcms-1.19/samples/mkcmy.c:76:6: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/samples/mktiff8.c:46:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms-1.19/samples/mktiff8.c:54:3: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/samples/mktiff8.c:70:6: style: Variable 'Table' is assigned a value that is never used. [unreadVariable]
lcms-1.19/src/cmscam02.c:251:30: style: The scope of the variable 'p4' can be reduced. [variableScope]
lcms-1.19/src/cmscam02.c:251:34: style: The scope of the variable 'p5' can be reduced. [variableScope]
lcms-1.19/src/cmscam02.c:45:21: style: struct member 'CAM02COLOR::e' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:45:39: style: struct member 'CAM02COLOR::t' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:46:12: style: struct member 'CAM02COLOR::abC' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:47:12: style: struct member 'CAM02COLOR::abs' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:48:12: style: struct member 'CAM02COLOR::abM' is never used. [unusedStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.a [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.b [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.h [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.e [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.H [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.A [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.J [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.Q [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.s [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.t [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.C [uninitStructMember]
lcms-1.19/src/cmscam02.c:458:22: error: Uninitialized struct member: clr.M [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.a [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.b [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.e [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.H [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.A [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.Q [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.s [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.t [uninitStructMember]
lcms-1.19/src/cmscam02.c:479:29: error: Uninitialized struct member: clr.M [uninitStructMember]
lcms-1.19/src/cmscgats.c:1191:13: warning: Either the condition 'last!=0' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
lcms-1.19/src/cmscgats.c:1182:36: note: Assuming that condition 'last!=0' is not redundant
lcms-1.19/src/cmscgats.c:1191:13: note: Null pointer dereference
lcms-1.19/src/cmscgats.c:585:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:585:16: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:751:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2413:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2436:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:2455:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
lcms-1.19/src/cmscgats.c:1008:39: style: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:29:58: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1008:39: note: Function 'cmsIT8Free' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1330:67: style: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:45:82: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
lcms-1.19/src/cmscgats.c:1330:67: note: Function 'cmsIT8SetComment' argument 2 names different: declaration 'cComment' definition 'Val'.
lcms-1.19/src/cmscgats.c:1343:71: style: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:47:86: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1343:71: note: Function 'cmsIT8SetPropertyStr' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1343:88: style: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:47:105: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
lcms-1.19/src/cmscgats.c:1343:88: note: Function 'cmsIT8SetPropertyStr' argument 3 names different: declaration 'Str' definition 'Val'.
lcms-1.19/src/cmscgats.c:1381:73: style: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:88: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1381:73: note: Function 'cmsIT8SetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1381:90: style: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:107: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1381:90: note: Function 'cmsIT8SetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1381:110: style: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:50:129: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
lcms-1.19/src/cmscgats.c:1381:110: note: Function 'cmsIT8SetPropertyMulti' argument 4 names different: declaration 'Val' definition 'Buffer'.
lcms-1.19/src/cmscgats.c:1389:71: style: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:53:83: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1389:71: note: Function 'cmsIT8GetProperty' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:76: style: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:55:88: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:76: note: Function 'cmsIT8GetPropertyMulti' argument 2 names different: declaration 'cProp' definition 'Key'.
lcms-1.19/src/cmscgats.c:1410:93: style: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:55:107: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1410:93: note: Function 'cmsIT8GetPropertyMulti' argument 3 names different: declaration 'cSubProp' definition 'SubKey'.
lcms-1.19/src/cmscgats.c:1488:52: style: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:85:67: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
lcms-1.19/src/cmscgats.c:1488:52: note: Function 'cmsIT8SetDataFormat' argument 1 names different: declaration 'IT8' definition 'h'.
lcms-1.19/src/cmscgats.c:1759:49: style: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:39:64: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:1759:49: note: Function 'cmsIT8SaveToFile' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2336:48: style: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:86:68: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2336:48: note: Function 'cmsIT8EnumDataFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2346:48: style: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:56:68: note: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2346:48: note: Function 'cmsIT8EnumProperties' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2480:55: style: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:63:67: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2480:55: note: Function 'cmsIT8GetDataRowCol' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2488:53: warning: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col' [funcArgOrderDifferent]
lcms-1.19/src/cmscgats.c:64:70: note: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col'
lcms-1.19/src/cmscgats.c:2488:53: note: Function 'cmsIT8GetDataRowColDbl' argument order different: declaration 'IT8, col, row' definition 'hIT8, row, col'
lcms-1.19/src/cmscgats.c:2524:49: style: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:72:61: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2524:49: note: Function 'cmsIT8GetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2545:47: style: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:75:64: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
lcms-1.19/src/cmscgats.c:2545:47: note: Function 'cmsIT8GetDataDbl' argument 1 names different: declaration 'IT8' definition 'it8'.
lcms-1.19/src/cmscgats.c:2563:46: style: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:77:61: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2563:46: note: Function 'cmsIT8SetData' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2641:44: style: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:33:64: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2641:44: note: Function 'cmsIT8TableCount' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2694:50: style: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'. [funcArgNamesDifferent]
lcms-1.19/src/cmscgats.c:88:69: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmscgats.c:2694:50: note: Function 'cmsIT8DefineDblFormat' argument 1 names different: declaration 'IT8' definition 'hIT8'.
lcms-1.19/src/cmserr.c:42:35: style: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'. [funcArgNamesDifferent]
lcms-1.19/src/cmserr.c:32:36: note: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'.
lcms-1.19/src/cmserr.c:42:35: note: Function 'cmsErrorAction' argument 1 names different: declaration 'lAbort' definition 'nAction'.
lcms-1.19/src/cmsgamma.c:290:16: style: The scope of the variable 'R' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:290:24: style: The scope of the variable 'dval' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:573:15: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:573:18: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:791:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:12: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:15: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:22: style: The scope of the variable 'y1' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:26: style: The scope of the variable 'x2' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:30: style: The scope of the variable 'y2' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:34: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:794:37: style: The scope of the variable 'b' can be reduced. [variableScope]
lcms-1.19/src/cmsgamma.c:154:51: style: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:32:50: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
lcms-1.19/src/cmsgamma.c:154:51: note: Function 'cmsDupGamma' argument 1 names different: declaration 'Src' definition 'In'.
lcms-1.19/src/cmsgamma.c:713:59: style: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:48:71: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
lcms-1.19/src/cmsgamma.c:713:59: note: Function 'cmsSmoothSampledCurve' argument 2 names different: declaration 'SmoothingLambda' definition 'lambda'.
lcms-1.19/src/cmsgamma.c:897:48: style: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'. [funcArgNamesDifferent]
lcms-1.19/src/cmsgamma.c:39:62: note: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'.
lcms-1.19/src/cmsgamma.c:897:48: note: Function '_cmsSmoothEndpoints' argument 2 names different: declaration 'nPoints' definition 'nEntries'.
lcms-1.19/src/cmsgmt.c:1012:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms-1.19/src/cmsgmt.c:1085:24: style: The scope of the variable 'v' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:518:29: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:709:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:710:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:711:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:712:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
lcms-1.19/src/cmsintrp.c:531:24: style: Array index 'NumZeroes' is used before limits check. [arrayIndexThenCheck]
lcms-1.19/src/cmsio1.c:676:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:23: style: The scope of the variable 'Dist' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:29: style: The scope of the variable 'DistFixed' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:677:40: style: The scope of the variable 'DistUnfixed' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:880:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:978:25: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmsio1.c:1637:21: style: Checking if unsigned variable 'Len' is less than zero. [unsignedLessThanZero]
lcms-1.19/src/cmsio1.c:3067:21: warning: The buffer 'root' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcms-1.19/src/cmslut.c:759:16: style: The scope of the variable 'error' can be reduced. [variableScope]
lcms-1.19/src/cmsmatsh.c:323:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:328:15: style: The scope of the variable 'c' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:344:15: style: The scope of the variable 'c' can be reduced. [variableScope]
lcms-1.19/src/cmsmtrx.c:474:25: style: The scope of the variable 'max' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:644:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:24: style: The scope of the variable 'pe' can be reduced. [variableScope]
lcms-1.19/src/cmspack.c:668:28: style: The scope of the variable 'pf' can be reduced. [variableScope]
lcms-1.19/src/cmsps2.c:999:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcms-1.19/src/cmssamp.c:48:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms-1.19/src/cmssamp.c:373:13: style: Variable 'Error' is assigned a value that is never used. [unreadVariable]
lcms-1.19/src/cmswtpnt.c:347:12: style: The scope of the variable 'uj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:15: style: The scope of the variable 'vj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:18: style: The scope of the variable 'tj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:24: style: The scope of the variable 'dj' can be reduced. [variableScope]
lcms-1.19/src/cmswtpnt.c:347:30: style: The scope of the variable 'mj' can be reduced. [variableScope]
lcms-1.19/src/cmsxform.c:1717:22: style: The scope of the variable 'TagTable' can be reduced. [variableScope]
lcms-1.19/src/cmsxform.c:1338:65: style: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:40:65: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
lcms-1.19/src/cmsxform.c:1338:65: note: Function 'cmsCreateProofingTransform' argument 1 names different: declaration 'Input' definition 'InputProfile'.
lcms-1.19/src/cmsxform.c:1340:60: style: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:42:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
lcms-1.19/src/cmsxform.c:1340:60: note: Function 'cmsCreateProofingTransform' argument 3 names different: declaration 'Output' definition 'OutputProfile'.
lcms-1.19/src/cmsxform.c:1342:60: style: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:44:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
lcms-1.19/src/cmsxform.c:1342:60: note: Function 'cmsCreateProofingTransform' argument 5 names different: declaration 'Proofing' definition 'ProofingProfile'.
lcms-1.19/src/cmsxform.c:1343:52: style: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'. [funcArgNamesDifferent]
lcms-1.19/src/cmsxform.c:45:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
lcms-1.19/src/cmsxform.c:1343:52: note: Function 'cmsCreateProofingTransform' argument 6 names different: declaration 'Intent' definition 'nIntent'.
lcms-1.19/testbed/testcms.c:216:15: style: The scope of the variable 'FloatFactor' can be reduced. [variableScope]
lcms-1.19/testbed/testcms.c:289:12: style: The scope of the variable 'dE' can be reduced. [variableScope]
lcms-1.19/testbed/testcms.c:2284:19: style: struct member 'Anonymous1::A' is never used. [unusedStructMember]
lcms-1.19/tifficc/tifficc.c:848:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms-1.19/tifficc/tifficc.c:1384:13: style: The scope of the variable 'Intents' can be reduced. [variableScope]
lcms-1.19/tifficc/tifficc.c:941:46: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
lcms-1.19/tifficc/tifficc.c:955:46: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcms2/lcms2_2.9.orig.tar.gz
lcms2-2.9/src/cmsalpha.c:492:25: style: The scope of the variable 'SourcePtr' can be reduced. [variableScope]
lcms2-2.9/src/cmsalpha.c:493:25: style: The scope of the variable 'DestPtr' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:513:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:513:12: style: The scope of the variable 'res' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:758:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2480:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2503:17: style: The scope of the variable 'data' can be reduced. [variableScope]
lcms2-2.9/src/cmscgats.c:2522:17: style: The scope of the variable 'fld' can be reduced. [variableScope]
lcms2-2.9/src/cmscnvrt.c:526:49: style: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:48:48: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:526:49: note: Function 'DefaultICCintents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:735:59: style: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:61:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:735:59: note: Function 'BlackPreservingKOnlyIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:927:59: style: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'. [funcArgNamesDifferent]
lcms2-2.9/src/cmscnvrt.c:74:60: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:927:59: note: Function 'BlackPreservingKPlaneIntents' argument 3 names different: declaration 'Intents' definition 'TheIntents'.
lcms2-2.9/src/cmscnvrt.c:1134:55: style: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:413:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmscnvrt.c:1134:55: note: Function '_cmsRegisterRenderingIntentPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmscnvrt.c:1134:74: style: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:413:81: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmscnvrt.c:1134:74: note: Function '_cmsRegisterRenderingIntentPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:230:76: style: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:395:77: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:230:76: note: Function '_cmsRegisterMemHandlerPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:365:44: style: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:450:57: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:365:44: note: Function '_cmsSubAllocDestroy' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:382:39: style: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:451:50: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:382:39: note: Function '_cmsSubAlloc' argument 1 names different: declaration 's' definition 'sub'.
lcms2-2.9/src/cmserr.c:597:71: style: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:425:70: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmserr.c:597:71: note: Function '_cmsRegisterMutexPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgamma.c:985:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
lcms2-2.9/src/cmsgamma.c:1001:24: style: Condition 'y1<y0' is always true [knownConditionTrueFalse]
lcms2-2.9/src/cmsgamma.c:935:5: style: Variable 'Yreversed' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsgamma.c:926:0: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsgamma.c:935:5: note: Variable 'Yreversed' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsgamma.c:1015:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:12: style: The scope of the variable 'i1' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1098:16: style: The scope of the variable 'i2' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:23: style: The scope of the variable 'w' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:27: style: The scope of the variable 'y' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1156:31: style: The scope of the variable 'z' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:1265:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lcms2-2.9/src/cmsgamma.c:127:81: style: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:401:82: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgamma.c:127:81: note: Function '_cmsRegisterParametricCurvesPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsgmt.c:297:15: style: The scope of the variable 'CLUT' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:1507:16: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lcms2-2.9/src/cmsintrp.c:404:23: style: The scope of the variable 'd00' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:28: style: The scope of the variable 'd01' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:33: style: The scope of the variable 'd10' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:404:38: style: The scope of the variable 'd11' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:405:23: style: The scope of the variable 'dx0' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:405:28: style: The scope of the variable 'dx1' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:406:23: style: The scope of the variable 'dxy' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:23: style: The scope of the variable 'd000' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:29: style: The scope of the variable 'd001' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:35: style: The scope of the variable 'd010' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:535:41: style: The scope of the variable 'd011' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:23: style: The scope of the variable 'd100' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:29: style: The scope of the variable 'd101' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:35: style: The scope of the variable 'd110' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:536:41: style: The scope of the variable 'd111' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:23: style: The scope of the variable 'dx00' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:29: style: The scope of the variable 'dx01' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:35: style: The scope of the variable 'dx10' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:537:41: style: The scope of the variable 'dx11' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:23: style: The scope of the variable 'dxy0' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:29: style: The scope of the variable 'dxy1' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:538:35: style: The scope of the variable 'dxyz' can be reduced. [variableScope]
lcms2-2.9/src/cmsintrp.c:67:72: style: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:398:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsintrp.c:67:72: note: Function '_cmsRegisterInterpPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsio0.c:105:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:102:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:105:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:245:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:240:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:245:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:382:5: style: Variable 'iohandler' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsio0.c:375:0: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsio0.c:382:5: note: Variable 'iohandler' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmslut.c:116:12: style: The scope of the variable 'ElemPtr' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:752:22: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:818:22: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:879:15: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:910:15: style: The scope of the variable 'rest' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:1325:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
lcms2-2.9/src/cmslut.c:1351:20: style: The scope of the variable 'NextPhase' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:142:16: style: The scope of the variable 'pt2' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:191:19: style: The scope of the variable 'pt2' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:461:28: style: The scope of the variable 'w0' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:1338:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lcms2-2.9/src/cmsopt.c:1864:78: style: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:419:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsopt.c:1864:78: note: Function '_cmsRegisterOptimizationPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsopt.c:1897:47: style: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:965:56: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
lcms2-2.9/src/cmsopt.c:1897:47: note: Function '_cmsOptimizePipeline' argument 2 names different: declaration 'Lut' definition 'PtrLut'.
lcms2-2.9/src/cmspack.c:3347:76: style: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:404:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmspack.c:3347:76: note: Function '_cmsRegisterFormattersPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsplugin.c:691:44: style: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:513:48: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
lcms2-2.9/src/cmsplugin.c:691:44: note: Function '_cmsContextGetClientChunk' argument 1 names different: declaration 'id' definition 'ContextID'.
lcms2-2.9/src/cmsps2.c:836:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/src/cmsps2.c:867:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lcms2-2.9/src/cmssamp.c:288:12: style: The scope of the variable 'd' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:443:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:443:12: style: The scope of the variable 't' can be reduced. [variableScope]
lcms2-2.9/src/cmssm.c:276:14: style: Variable 'tN' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/src/cmstypes.c:239:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:236:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:239:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:712:5: style: Variable 'mlu' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:709:0: note: Variable 'mlu' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:712:5: note: Variable 'mlu' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3766:5: style: Variable 'sc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:3763:0: note: Variable 'sc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3766:5: note: Variable 'sc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3850:5: style: Variable 'vc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:3848:0: note: Variable 'vc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:3850:5: note: Variable 'vc' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:4528:5: style: Variable 'ElementOffsets' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmstypes.c:4515:0: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:4528:5: note: Variable 'ElementOffsets' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmstypes.c:5403:47: style: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:407:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5403:47: note: Function '_cmsRegisterTagTypePlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5403:66: style: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:407:73: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5403:66: note: Function '_cmsRegisterTagTypePlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5408:59: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:416:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5408:59: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5408:78: style: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:416:85: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5408:78: note: Function '_cmsRegisterMultiProcessElementPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5587:43: style: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:410:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5587:43: note: Function '_cmsRegisterTagPlugin' argument 1 names different: declaration 'ContextID' definition 'id'.
lcms2-2.9/src/cmstypes.c:5587:62: style: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:410:69: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmstypes.c:5587:62: note: Function '_cmsRegisterTagPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsvirt.c:953:5: style: Variable 'hICC' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/src/cmsvirt.c:948:0: note: Variable 'hICC' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmsvirt.c:953:5: note: Variable 'hICC' is reassigned a value before the old one has been used.
lcms2-2.9/src/cmswtpnt.c:278:69: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:1107:71: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
lcms2-2.9/src/cmswtpnt.c:278:69: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 2 names different: declaration 'WhitePoint' definition 'WhitePt'.
lcms2-2.9/src/cmswtpnt.c:278:101: style: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:1107:106: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
lcms2-2.9/src/cmswtpnt.c:278:101: note: Function '_cmsBuildRGB2XYZtransferMatrix' argument 3 names different: declaration 'Primaries' definition 'Primrs'.
lcms2-2.9/src/cmsxform.c:248:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:249:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:315:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:316:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:353:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:354:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:391:30: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:392:30: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:454:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:455:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:493:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:494:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:548:21: style: The scope of the variable 'accum' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:549:21: style: The scope of the variable 'output' can be reduced. [variableScope]
lcms2-2.9/src/cmsxform.c:691:75: style: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'. [funcArgNamesDifferent]
lcms2-2.9/src/lcms2_internal.h:422:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsxform.c:691:75: note: Function '_cmsRegisterTransformPlugin' argument 2 names different: declaration 'Plugin' definition 'Data'.
lcms2-2.9/src/cmsxform.c:1169:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lcms2-2.9/testbed/testcms2.c:8596:9: style: Condition 'DoCheckTests' is always true [knownConditionTrueFalse]
lcms2-2.9/testbed/testcms2.c:8548:35: note: Assignment 'DoCheckTests=1', assigned value is 1
lcms2-2.9/testbed/testcms2.c:8596:9: note: Condition 'DoCheckTests' is always true
lcms2-2.9/testbed/testcms2.c:3690:5: style: Variable 'nc' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testcms2.c:3680:0: note: Variable 'nc' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testcms2.c:3690:5: note: Variable 'nc' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testcms2.c:8596:22: style: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same. [duplicateExpression]
lcms2-2.9/testbed/testcms2.c:8548:35: note: 'DoCheckTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8547:35: note: 'DoSpeedTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8596:22: note: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same.
lcms2-2.9/testbed/testcms2.c:8822:22: style: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same. [duplicateExpression]
lcms2-2.9/testbed/testcms2.c:8548:35: note: 'DoCheckTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8547:35: note: 'DoSpeedTests' is assigned value '1' here.
lcms2-2.9/testbed/testcms2.c:8822:22: note: Same expression on both sides of '||' because the value of 'DoCheckTests' and 'DoSpeedTests' are the same.
lcms2-2.9/testbed/testcms2.c:1747:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1763:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1778:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1793:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1808:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:1823:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/testbed/testcms2.c:6914:11: style: The scope of the variable 'o' can be reduced. [variableScope]
lcms2-2.9/testbed/testcms2.c:7301:26: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:7677:9: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:8550:0: style: Variable 'DoZooTests' is assigned a value that is never used. [unreadVariable]
lcms2-2.9/testbed/testcms2.c:132:5: error: Memory leak: blk [memleak]
lcms2-2.9/testbed/testplugin.c:296:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:291:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:296:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:564:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:553:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:564:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:568:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:554:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:568:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:572:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:555:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:572:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:826:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:815:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:826:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:829:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:816:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:829:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:830:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:817:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:830:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:835:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:818:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:835:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:989:5: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:978:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:989:5: note: Variable 'ctx' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:992:5: style: Variable 'cpy' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:979:0: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:992:5: note: Variable 'cpy' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:993:5: style: Variable 'cpy2' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:980:0: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:993:5: note: Variable 'cpy2' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:998:5: style: Variable 'h' is reassigned a value before the old one has been used. [redundantAssignment]
lcms2-2.9/testbed/testplugin.c:981:0: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:998:5: note: Variable 'h' is reassigned a value before the old one has been used.
lcms2-2.9/testbed/testplugin.c:1131:31: style: The scope of the variable 'Data' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:176:24: style: The scope of the variable 'list' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:177:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:177:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lcms2-2.9/utils/common/vprf.c:204:42: style: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'. [funcArgNamesDifferent]
lcms2-2.9/utils/common/utils.h:81:42: note: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'.
lcms2-2.9/utils/common/vprf.c:204:42: note: Function 'PrintProfileInformation' argument 1 names different: declaration 'h' definition 'hInput'.
lcms2-2.9/utils/common/vprf.c:258:9: error: Resource leak: out [resourceLeak]
lcms2-2.9/utils/jpgicc/iccjpeg.c:58:16: style: The scope of the variable 'length' can be reduced. [variableScope]
lcms2-2.9/utils/jpgicc/jpgicc.c:188:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/jpgicc/jpgicc.c:201:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/jpgicc/jpgicc.c:68:13: style: struct member 'my_error_mgr::Cargo' is never used. [unusedStructMember]
lcms2-2.9/utils/samples/mktiff8.c:46:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lcms2-2.9/utils/tificc/tificc.c:148:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:167:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:213:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lcms2-2.9/utils/tificc/tificc.c:697:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcms2-2.9/utils/transicc/transicc.c:763:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms2-2.9/utils/transicc/transicc.c:758:24: note: outer condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:763:13: note: identical inner condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:829:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lcms2-2.9/utils/transicc/transicc.c:825:24: note: outer condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:829:13: note: identical inner condition: hTransXYZ
lcms2-2.9/utils/transicc/transicc.c:410:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcov/lcov_1.9.orig.tar.gz
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcrack/lcrack_20040914.orig.tar.gz
lcrack-20040914/base64.c:83:20: style: The scope of the variable 'c1' can be reduced. [variableScope]
lcrack-20040914/base64.c:83:24: style: The scope of the variable 'c2' can be reduced. [variableScope]
lcrack-20040914/base64.c:83:28: style: The scope of the variable 'c3' can be reduced. [variableScope]
lcrack-20040914/base64.c:90:0: error: Memory leak: s_idx [memleak]
lcrack-20040914/engine.c:413:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lcrack-20040914/engine.c:469:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lcrack-20040914/engine.c:125:31: style: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:38: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/engine.c:125:31: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/engine.c:125:52: style: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:54: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/engine.c:125:52: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/key.c:102:31: style: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:55:38: note: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:102:31: note: Function 'KEY_cmp' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:110:32: style: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:54:39: note: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:110:32: note: Function 'KEY_word' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:170:33: style: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:53:40: note: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/key.c:170:33: note: Function 'KEY_login' argument 2 names different: declaration 'Len' definition 'len'.
lcrack-20040914/md4.c:142:3: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
lcrack-20040914/md5.c:57:33: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:31:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:57:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:72:35: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:32:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:72:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:118:60: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lcrack-20040914/md5.c:34:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:118:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lcrack-20040914/md5.c:153:12: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
lcrack-20040914/mktbl.c:30:18: style: The scope of the variable 'R' can be reduced. [variableScope]
lcrack-20040914/mktbl.c:57:57: error: Expression 'xtn_ptr=xtn_ptr++' depends on order of evaluation of side effects [unknownEvaluationOrder]
lcrack-20040914/mktbl.c:90:57: error: Expression 'xtn_ptr=xtn_ptr++' depends on order of evaluation of side effects [unknownEvaluationOrder]
lcrack-20040914/regex.c:82:31: style: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:38: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/regex.c:82:31: note: Function 'print_key' argument 2 names different: declaration 'K' definition 'stream'.
lcrack-20040914/regex.c:82:52: style: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'. [funcArgNamesDifferent]
lcrack-20040914/global.h:49:54: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/regex.c:82:52: note: Function 'print_key' argument 3 names different: declaration 'K_Len' definition 'len'.
lcrack-20040914/set.c:90:22: warning: Logical disjunction always evaluates to true: ch >= '0' || ch <= '7'. [incorrectLogicOperator]
lcrack-20040914/set.c:471:7: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
lcrack-20040914/set.c:632:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lcrack-20040914/set.c:155:8: warning: Conversion of string literal "add it anyway.." to bool always evaluates to true. [incorrectStringBooleanError]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/lcrt/lcrt_1.1.2.orig.tar.gz
lcrt-1.1.2/language/language.c:37:35: style: The scope of the variable 'language' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:61:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:101:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:103:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:279:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:317:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/cconnect.c:275:51: style: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'. [funcArgNamesDifferent]
lcrt-1.1.2/src/cconnect.h:16:51: note: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'.
lcrt-1.1.2/src/cconnect.c:275:51: note: Function 'lcrt_connect_on_selection_changed' argument 1 names different: declaration 'selection' definition 'widget'.
lcrt-1.1.2/src/cconnect.c:56:17: style: Unused variable: same [unusedVariable]
lcrt-1.1.2/src/cconnect.c:318:0: style: Variable 'gvalue' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cconnect.c:319:17: style: Unused variable: same [unusedVariable]
lcrt-1.1.2/src/cconnect.c:320:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cconnect.c:347:24: style: Unused variable: user [unusedVariable]
lcrt-1.1.2/src/cconnect.c:349:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cedit.c:103:18: style: Variable 'vscrollbar' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cfile.c:71:34: warning: Either the condition 'lterminal==NULL' is redundant or there is possible null pointer dereference: lterminal. [nullPointerRedundantCheck]
lcrt-1.1.2/src/cfile.c:72:19: note: Assuming that condition 'lterminal==NULL' is not redundant
lcrt-1.1.2/src/cfile.c:71:34: note: Null pointer dereference
lcrt-1.1.2/src/cfind.c:29:39: style: Variable 'lterminal' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/cfind.c:31:17: style: Unused variable: text [unusedVariable]
lcrt-1.1.2/src/cfind.c:31:24: style: Unused variable: pattern [unusedVariable]
lcrt-1.1.2/src/cfind.c:87:51: style: Variable 'lterminal' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/chelp.c:20:0: error: #error "missing config.h" [preprocessorErrorDirective]
lcrt-1.1.2/src/clock.c:16:22: style: The scope of the variable 'repassword' can be reduced. [variableScope]
lcrt-1.1.2/src/cmkdir.c:38:32: style: Unused variable: child [unusedVariable]
lcrt-1.1.2/src/cmkdir.c:38:39: style: Unused variable: grandson [unusedVariable]
lcrt-1.1.2/src/coptions.c:17:9: style: Unused variable: rv [unusedVariable]
lcrt-1.1.2/src/cstatusbar.c:22:11: style: The scope of the variable 'proto' can be reduced. [variableScope]
lcrt-1.1.2/src/cterminal.c:119:32: style: Variable 'protocol' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/ctoolbar.c:77:17: style: The scope of the variable 'name' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:42:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:91:17: style: The scope of the variable 'exec_func' can be reduced. [variableScope]
lcrt-1.1.2/src/cwindow.c:92:11: style: The scope of the variable 'programe_path' can be reduced. [variableScope]
lcrt-1.1.2/src/foperate.c:45:5: warning: The buffer 'logdir' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcrt-1.1.2/src/iabout.c:21:0: error: #error "missing config.h" [preprocessorErrorDirective]
lcrt-1.1.2/src/iconnect.c:324:16: style: The scope of the variable 'icon' can be reduced. [variableScope]
lcrt-1.1.2/src/iconnect.c:162:19: style: Unused variable: treestore [unusedVariable]
lcrt-1.1.2/src/iconnect.c:186:39: style: Unused variable: grandson [unusedVariable]
lcrt-1.1.2/src/iedit.c:209:24: warning: Either the condition 'if(ledit)' is redundant or there is possible null pointer dereference: ledit. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iedit.c:210:8: note: Assuming that condition 'if(ledit)' is not redundant
lcrt-1.1.2/src/iedit.c:209:24: note: Null pointer dereference
lcrt-1.1.2/src/iedit.c:249:35: warning: Either the condition 'ledit==NULL' is redundant or there is possible null pointer dereference: ledit. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iedit.c:251:15: note: Assuming that condition 'ledit==NULL' is not redundant
lcrt-1.1.2/src/iedit.c:249:35: note: Null pointer dereference
lcrt-1.1.2/src/ifile.c:284:24: warning: Either the condition 'if(lfile)' is redundant or there is possible null pointer dereference: lfile. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ifile.c:285:8: note: Assuming that condition 'if(lfile)' is not redundant
lcrt-1.1.2/src/ifile.c:284:24: note: Null pointer dereference
lcrt-1.1.2/src/ihelp.c:91:24: warning: Either the condition 'if(lhelp)' is redundant or there is possible null pointer dereference: lhelp. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ihelp.c:92:8: note: Assuming that condition 'if(lhelp)' is not redundant
lcrt-1.1.2/src/ihelp.c:91:24: note: Null pointer dereference
lcrt-1.1.2/src/inotebook.c:70:27: style: The scope of the variable 'lterminal' can be reduced. [variableScope]
lcrt-1.1.2/src/ioptions.c:95:24: warning: Either the condition 'if(loptions)' is redundant or there is possible null pointer dereference: loptions. [nullPointerRedundantCheck]
lcrt-1.1.2/src/ioptions.c:96:8: note: Assuming that condition 'if(loptions)' is not redundant
lcrt-1.1.2/src/ioptions.c:95:24: note: Null pointer dereference
lcrt-1.1.2/src/irename.c:41:18: style: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'. [funcArgNamesDifferent]
lcrt-1.1.2/src/irename.h:53:121: note: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'.
lcrt-1.1.2/src/irename.c:41:18: note: Function 'lcrt_create_dialog_rename' argument 4 names different: declaration 'popup' definition 'rename_terminal'.
lcrt-1.1.2/src/istatusbar.c:30:24: warning: Either the condition 'if(lstatusbar)' is redundant or there is possible null pointer dereference: lstatusbar. [nullPointerRedundantCheck]
lcrt-1.1.2/src/istatusbar.c:31:8: note: Assuming that condition 'if(lstatusbar)' is not redundant
lcrt-1.1.2/src/istatusbar.c:30:24: note: Null pointer dereference
lcrt-1.1.2/src/iterminal.c:176:37: warning: Either the condition 'lterminal==NULL' is redundant or there is possible null pointer dereference: lterminal. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iterminal.c:180:19: note: Assuming that condition 'lterminal==NULL' is not redundant
lcrt-1.1.2/src/iterminal.c:176:37: note: Null pointer dereference
lcrt-1.1.2/src/iterminal.c:179:42: warning: Either the condition 'lterminal==NULL' is redundant or there is possible null pointer dereference: lterminal. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iterminal.c:180:19: note: Assuming that condition 'lterminal==NULL' is not redundant
lcrt-1.1.2/src/iterminal.c:179:42: note: Null pointer dereference
lcrt-1.1.2/src/itoolbar.c:55:24: warning: Either the condition 'if(ltoolbar)' is redundant or there is possible null pointer dereference: ltoolbar. [nullPointerRedundantCheck]
lcrt-1.1.2/src/itoolbar.c:56:8: note: Assuming that condition 'if(ltoolbar)' is not redundant
lcrt-1.1.2/src/itoolbar.c:55:24: note: Null pointer dereference
lcrt-1.1.2/src/itoolbar.c:61:16: style: The scope of the variable 'icon' can be reduced. [variableScope]
lcrt-1.1.2/src/iview.c:119:24: warning: Either the condition 'if(lview)' is redundant or there is possible null pointer dereference: lview. [nullPointerRedundantCheck]
lcrt-1.1.2/src/iview.c:120:8: note: Assuming that condition 'if(lview)' is not redundant
lcrt-1.1.2/src/iview.c:119:24: note: Null pointer dereference
lcrt-1.1.2/src/mkconfig.c:199:14: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/mkconfig.c:152:9: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcrt-1.1.2/src/mkconfig.c:157:9: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcrt-1.1.2/src/mkconfig.c:163:9: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lcrt-1.1.2/src/serial.c:567:5: style: Variable 'databit' is reassigned a value before the old one has been used. [redundantAssignment]
lcrt-1.1.2/src/serial.c:566:5: note: Variable 'databit' is reassigned a value before the old one has been used.
lcrt-1.1.2/src/serial.c:567:5: note: Variable 'databit' is reassigned a value before the old one has been used.
lcrt-1.1.2/src/serial.c:537:10: style: The scope of the variable 'name' can be reduced. [variableScope]
lcrt-1.1.2/src/serial.c:51:9: style: struct member 'lcrt_serial_map::index' is never used. [unusedStructMember]
lcrt-1.1.2/src/serial.c:237:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcrt-1.1.2/src/serial.c:319:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lcrt-1.1.2/src/shell.c:167:10: style: The scope of the variable 'name' can be reduced. [variableScope]
lcrt-1.1.2/src/shell.c:41:10: style: Unused variable: hostname [unusedVariable]
lcrt-1.1.2/src/shell.c:41:25: style: Unused variable: port [unusedVariable]
lcrt-1.1.2/src/shell.c:43:0: style: Variable 'dep' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/shell.c:44:10: style: Unused variable: tmp [unusedVariable]
lcrt-1.1.2/src/shell.c:168:10: style: Unused variable: password [unusedVariable]
lcrt-1.1.2/src/shell.c:57:25: error: Uninitialized variable: protocol [uninitvar]
lcrt-1.1.2/src/ssh.c:229:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcrt-1.1.2/src/ssh.c:844:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcrt-1.1.2/src/ssh.c:839:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcrt-1.1.2/src/ssh.c:545:1: style: Label 'err' is not used. [unusedLabel]
lcrt-1.1.2/src/ssh.c:203:0: style: Variable 'dep' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/ssh.c:204:10: style: Unused variable: tmp [unusedVariable]
lcrt-1.1.2/src/ssh.c:434:16: style: Unused variable: checkbutton_remember [unusedVariable]
lcrt-1.1.2/src/ssh.c:589:11: style: Unused variable: value [unusedVariable]
lcrt-1.1.2/src/ssh.c:635:16: style: Unused variable: alignment [unusedVariable]
lcrt-1.1.2/src/ssh.c:639:16: style: Unused variable: checkbutton_passwd [unusedVariable]
lcrt-1.1.2/src/ssh.c:640:16: style: Unused variable: vscrollbar [unusedVariable]
lcrt-1.1.2/src/ssh.c:863:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/ssh.c:223:15: error: Uninitialized variable: protocol [uninitvar]
lcrt-1.1.2/src/telnet.c:133:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcrt-1.1.2/src/telnet.c:309:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lcrt-1.1.2/src/telnet.c:304:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lcrt-1.1.2/src/telnet.c:106:21: style: Unused variable: protocol [unusedVariable]
lcrt-1.1.2/src/telnet.c:111:0: style: Variable 'dep' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/telnet.c:112:10: style: Unused variable: tmp [unusedVariable]
lcrt-1.1.2/src/telnet.c:328:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lcrt-1.1.2/src/user.c:57:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:72:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:73:17: style: The scope of the variable 'default_command' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:74:17: style: The scope of the variable 'default_folder' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:148:10: style: The scope of the variable 'name' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:263:24: style: The scope of the variable 'user' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:488:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:490:11: style: The scope of the variable 'dep_prog' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:491:10: style: The scope of the variable 'path' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:530:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lcrt-1.1.2/src/user.c:261:70: style: Function 'lcrt_user_del_folder' argument 2 names different: declaration 'user' definition 'folder'. [funcArgNamesDifferent]
lcrt-1.1.2/src/user.h:103:70: note: Function 'lcrt_user_del_folder' argument 2 names different: declaration 'user' definition 'folder'.
lcrt-1.1.2/src/user.c:261:70: note: Function 'lcrt_user_del_folder' argument 2 names different: declaration 'user' definition 'folder'.
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/ldap-account-manager/ldap-account-manager_6.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/ldap-git-backup/ldap-git-backup_1.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldap-haskell/ldap-haskell_0.6.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldap2dns/ldap2dns_0.3.1.orig.tar.gz
ldap2dns-0.3.1/askldap.c:120:9: error: Width 64 given in format string (no. 1) is larger than destination buffer 'tmp[64]', use %63s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/askldap.c:313:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:313:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:313:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:313:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:322:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:322:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:322:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:322:4: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
ldap2dns-0.3.1/askldap.c:453:9: style: The scope of the variable 'k' can be reduced. [variableScope]
ldap2dns-0.3.1/askldap.c:619:7: style: The scope of the variable 'djbname' can be reduced. [variableScope]
ldap2dns-0.3.1/askldap.c:132:22: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
ldap2dns-0.3.1/askldap.c:220:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
ldap2dns-0.3.1/ldap2dns.c:649:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
ldap2dns-0.3.1/ldap2dns.c:162:26: error: Width 128 given in format string (no. 1) is larger than destination buffer 'value[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/ldap2dns.c:169:33: error: Width 128 given in format string (no. 1) is larger than destination buffer 'value[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/ldap2dns.c:195:8: error: Width 128 given in format string (no. 1) is larger than destination buffer 'value[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/ldap2dns.c:202:8: error: Width 128 given in format string (no. 1) is larger than destination buffer 'value[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/ldap2dns.c:204:9: error: Width 128 given in format string (no. 1) is larger than destination buffer 'value[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
ldap2dns-0.3.1/ldap2dns.c:157:22: style: The scope of the variable 'k' can be reduced. [variableScope]
ldap2dns-0.3.1/ldap2dns.c:184:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ldap2dns-0.3.1/ldap2dns.c:184:17: style: The scope of the variable 'value' can be reduced. [variableScope]
ldap2dns-0.3.1/ldap2dns.c:194:8: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap2dns-0.3.1/ldap2dns.c:610:6: style: The scope of the variable 'len' can be reduced. [variableScope]
ldap2dns-0.3.1/ldap2dns.c:333:7: style: Unused variable: ip [unusedVariable]
ldap2dns-0.3.1/ldap2dns.c:334:7: style: Unused variable: buf [unusedVariable]
ldap2dns-0.3.1/ldap2dns.c:502:14: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
ldap2dns-0.3.1/ldap2dns.c:504:0: style: Variable 'dnsnname' is assigned a value that is never used. [unreadVariable]
ldap2dns-0.3.1/ldap2dns.c:611:7: style: Unused variable: soa [unusedVariable]
ldap2dns-0.3.1/ldap2dns.c:532:34: style: Array index 'ipaddresses' is used before limits check. [arrayIndexThenCheck]
ldap2dns-0.3.1/ldap2dns.c:713:32: style: Array index 'zonenames' is used before limits check. [arrayIndexThenCheck]
ldap2dns-0.3.1/ldap2dns.c:563:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/ldap2zone/ldap2zone_0.2.orig.tar.gz
ldap2zone/ldap2zone.c:113:11: style: The scope of the variable 'ttl' can be reduced. [variableScope]
ldap2zone/ldap2zone.c:113:17: style: The scope of the variable 'type' can be reduced. [variableScope]
ldap2zone/ldap2zone.c:253:15: style: The scope of the variable 'serial' can be reduced. [variableScope]
ldap2zone/ldap2zone.c:254:29: style: The scope of the variable 'names' can be reduced. [variableScope]
ldap2zone/ldap2zone.c:254:49: style: The scope of the variable 'soavals' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/ldapjdk/ldapjdk_4.20.0+dfsg1.orig.tar.xz
ldap-sdk-4.20.0/c-sdk/config/now.c:48:0: error: #error "Architecture not supported" [preprocessorErrorDirective]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:284:5: style: Variable 'tdlen' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:282:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:284:5: note: Variable 'tdlen' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:201:61: style: The scope of the variable 'len' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:201:80: style: The scope of the variable 'bnlen' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:201:87: style: The scope of the variable 'exists' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:203:59: style: The scope of the variable 'toname' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:203:68: style: The scope of the variable 'name' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:203:75: style: The scope of the variable 'base' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:539:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/config/nsinstall.c:513:18: error: Allocation with xmalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:677:41: style: Condition '0==prompt_sslpassword' is always true [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:978:7: style: Condition 'saddr' is always false [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:961:27: note: Assignment 'saddr=NULL', assigned value is 0
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:978:7: note: Condition 'saddr' is always false
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:923:5: style: Variable 'hostp' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:917:0: note: Variable 'hostp' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:923:5: note: Variable 'hostp' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:978:21: style: Same expression on both sides of '>' because the value of 'slen' and '0' are the same. [duplicateExpression]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:962:20: note: 'slen' is assigned value '0' here.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:978:21: note: Same expression on both sides of '>' because the value of 'slen' and '0' are the same.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:776:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1420:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1713:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1714:10: style: The scope of the variable 'errno' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1715:10: style: The scope of the variable 'pw_days' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1715:21: style: The scope of the variable 'pw_hrs' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1715:31: style: The scope of the variable 'pw_mins' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1715:42: style: The scope of the variable 'pw_secs' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1718:24: style: The scope of the variable 'pwpolicy_err2str' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:2011:15: style: The scope of the variable 'p' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:2707:42: style: Function 'ldaptool_boolean_str2value' argument 1 names different: declaration 's' definition 'ptr'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldaptool.h:198:46: note: Function 'ldaptool_boolean_str2value' argument 1 names different: declaration 's' definition 'ptr'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:2707:42: note: Function 'ldaptool_boolean_str2value' argument 1 names different: declaration 's' definition 'ptr'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1035:16: style: Unused variable: rc [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1057:14: style: Variable 'user_port' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:1667:21: style: Unused variable: errno [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/common.c:393:0: error: Memory leak: optstring [memleak]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/convutf8.cpp:113:34: style: Function 'ldaptool_local2UTF8' argument 1 names different: declaration 's' definition 'src'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldaptool.h:177:40: note: Function 'ldaptool_local2UTF8' argument 1 names different: declaration 's' definition 'src'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/convutf8.cpp:113:34: note: Function 'ldaptool_local2UTF8' argument 1 names different: declaration 's' definition 'src'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/convutf8.cpp:226:2: error: Memory leak: outbuf [memleak]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapcmp.c:273:19: style: The scope of the variable 'e2' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapcmp.c:362:37: style: The scope of the variable 'name' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapcmp.c:363:40: style: The scope of the variable 'start' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:881:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:116:18: style: The scope of the variable 'saved_rbuf' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:116:31: style: The scope of the variable 'start' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:116:39: style: The scope of the variable 'p' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:118:14: style: The scope of the variable 'use_ldif' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:753:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:753:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:823:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:823:17: style: The scope of the variable 'notascii' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:823:27: style: The scope of the variable 'op' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:824:20: style: The scope of the variable 'bvp' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodify.c:982:17: style: The scope of the variable 'len' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodrdn.c:161:46: style: Function 'domodrdn' argument 4 names different: declaration 'remove' definition 'remove_oldrdn'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodrdn.c:42:57: note: Function 'domodrdn' argument 4 names different: declaration 'remove' definition 'remove_oldrdn'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapmodrdn.c:161:46: note: Function 'domodrdn' argument 4 names different: declaration 'remove' definition 'remove_oldrdn'.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldappasswd.c:107:43: style: Variable 'optind' is modified but its new value is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:275:2: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:273:0: note: Variable 'conv' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:275:2: note: Variable 'conv' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:1242:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:1239:0: note: Variable 's' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:1242:5: note: Variable 's' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:150:26: style: The scope of the variable 'first' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:587:11: style: The scope of the variable 'length' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:922:21: style: The scope of the variable 'ufn' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:948:17: style: The scope of the variable 'longbuf' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/clients/tools/ldapsearch.c:199:2: warning: Size of pointer 'skipsortattr' used instead of size of its data. [pointerSize]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/decode.c:106:9: style: The scope of the variable 'noctets' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/decode.c:106:18: style: The scope of the variable 'diff' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/decode.c:770:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/dtest.c:84:8: style: Unused variable: i [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:425:12: style: Condition 'rc<=0' is always true [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:423:10: note: Assignment 'rc=-1', assigned value is -1
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:425:12: note: Condition 'rc<=0' is always true
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:556:2: warning: Either the condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is redundant or there is possible null pointer dereference: ber. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1646:32: note: Assuming that condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1660:13: note: Calling function 'ber_reset', 1st argument 'ber' value is 0
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:556:2: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:557:2: warning: Either the condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is redundant or there is possible null pointer dereference: ber. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1646:32: note: Assuming that condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1660:13: note: Calling function 'ber_reset', 1st argument 'ber' value is 0
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:557:2: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:559:9: warning: Either the condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is redundant or there is possible null pointer dereference: ber. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1646:32: note: Assuming that condition '(ber=ber_alloc_t(0))!=((BerElement*)NULL)' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1660:13: note: Calling function 'ber_reset', 1st argument 'ber' value is 0
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:559:9: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1107:37: warning: Either the condition 'value!=NULL' is redundant or there is possible null pointer dereference: value. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1109:14: note: Assuming that condition 'value!=NULL' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1107:37: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1449:23: warning: Either the condition 'sock!=NULL' is redundant or there is possible null pointer dereference: sock. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1539:20: note: Assuming that condition 'sock!=NULL' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:1449:23: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:358:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:734:7: style: The scope of the variable 'noctets' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:760:17: style: The scope of the variable 'noctets' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/liblber/io.c:761:25: style: The scope of the variable 'read_result' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/authzidctrl.c:153:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/cache.c:75:53: style: Function 'nsldapi_add_result_to_cache' argument 2 names different: declaration 'result' definition 'm'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ldap-int.h:682:58: note: Function 'nsldapi_add_result_to_cache' argument 2 names different: declaration 'result' definition 'm'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/cache.c:75:53: note: Function 'nsldapi_add_result_to_cache' argument 2 names different: declaration 'result' definition 'm'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/charray.c:125:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/charray.c:124:22: note: outer condition: *a!=NULL
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/charray.c:125:11: note: identical inner condition: *a!=NULL
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:296:3: style: Variable 'tag' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:293:3: note: Variable 'tag' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:296:3: note: Variable 'tag' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:323:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:515:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/control.c:489:51: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/dsparse.c:219:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/friendly.c:57:9: style: The scope of the variable 'entries' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/friendly.c:58:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/friendly.c:59:8: style: The scope of the variable 's' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/friendly.c:60:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/getoption.c:399:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/getvalues.c:221:2: style: Variable 'ind' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/getvalues.c:219:2: note: Variable 'ind' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/getvalues.c:221:2: note: Variable 'ind' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1117:5: style: Variable 'nRes' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1113:0: note: Variable 'nRes' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1117:5: note: Variable 'nRes' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1147:5: style: Variable 'components' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1144:0: note: Variable 'components' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1147:5: note: Variable 'components' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1148:5: style: Variable 'main_components' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1145:0: note: Variable 'main_components' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1148:5: note: Variable 'main_components' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:593:18: style: The scope of the variable 'j' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:593:21: style: The scope of the variable 'i_smallest' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:895:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:914:19: style: The scope of the variable 'ctrls' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1593:9: style: The scope of the variable 'list_id' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/memcache.c:1759:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/mozock.c:356:3: style: Variable 'iRetval' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/mozock.c:354:3: note: Variable 'iRetval' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/mozock.c:356:3: note: Variable 'iRetval' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/mozock.c:306:15: style: Variable 'MyHandle' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/nsprthreadtest.c:250:14: style: The scope of the variable 'msgid' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/nsprthreadtest.c:318:10: style: The scope of the variable 'modentry' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/nsprthreadtest.c:402:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/nsprthreadtest.c:93:8: style: Unused variable: rc [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/nsprthreadtest.c:251:9: style: Unused variable: tsd [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/open.c:672:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/open.c:687:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:562:27: style: The scope of the variable 'use_hp' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:566:11: style: The scope of the variable 'addrlist' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:275:40: style: Function 'nsldapi_os_connect_with_to' argument 1 names different: declaration 's' definition 'sockfd'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:180:52: note: Function 'nsldapi_os_connect_with_to' argument 1 names different: declaration 's' definition 'sockfd'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:275:40: note: Function 'nsldapi_os_connect_with_to' argument 1 names different: declaration 's' definition 'sockfd'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:275:65: style: Function 'nsldapi_os_connect_with_to' argument 2 names different: declaration 'name' definition 'saptr'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:180:72: note: Function 'nsldapi_os_connect_with_to' argument 2 names different: declaration 'name' definition 'saptr'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:275:65: note: Function 'nsldapi_os_connect_with_to' argument 2 names different: declaration 'name' definition 'saptr'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:276:6: style: Function 'nsldapi_os_connect_with_to' argument 3 names different: declaration 'namelen' definition 'salen'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:181:6: note: Function 'nsldapi_os_connect_with_to' argument 3 names different: declaration 'namelen' definition 'salen'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:276:6: note: Function 'nsldapi_os_connect_with_to' argument 3 names different: declaration 'namelen' definition 'salen'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:276:17: style: Function 'nsldapi_os_connect_with_to' argument 4 names different: declaration 'msec_timeout' definition 'msec'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:181:19: note: Function 'nsldapi_os_connect_with_to' argument 4 names different: declaration 'msec_timeout' definition 'msec'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:276:17: note: Function 'nsldapi_os_connect_with_to' argument 4 names different: declaration 'msec_timeout' definition 'msec'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:482:61: style: Function 'nsldapi_connect_to_host' argument 3 names different: declaration 'host' definition 'hostlist'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ldap-int.h:709:65: note: Function 'nsldapi_connect_to_host' argument 3 names different: declaration 'host' definition 'hostlist'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:482:61: note: Function 'nsldapi_connect_to_host' argument 3 names different: declaration 'host' definition 'hostlist'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:483:7: style: Function 'nsldapi_connect_to_host' argument 4 names different: declaration 'port' definition 'defport'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ldap-int.h:710:6: note: Function 'nsldapi_connect_to_host' argument 4 names different: declaration 'port' definition 'defport'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/os-ip.c:483:7: note: Function 'nsldapi_connect_to_host' argument 4 names different: declaration 'port' definition 'defport'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:571:2: style: Variable 'mods[4]' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:551:2: note: Variable 'mods[4]' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:571:2: note: Variable 'mods[4]' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:216:41: warning: Either the condition 'thread_count<1' is redundant or calloc() argument nr 1 can have invalid value. The value is 0 but the valid values are '1:'. [invalidFunctionArg]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:173:20: note: Assuming that condition 'thread_count<1' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/pthreadtest.c:216:41: note: Invalid argument
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:380:23: warning: Either the condition 'if(ext_oid)' is redundant or there is possible null pointer dereference: ext_oid. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:385:13: note: Assuming that condition 'if(ext_oid)' is not redundant
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:380:23: note: Null pointer dereference
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:591:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:593:14: style: The scope of the variable 'prevsrv' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:796:20: style: The scope of the variable 'prevlc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:1180:58: style: Function 'nsldapi_chase_v3_refs' argument 3 names different: declaration 'refs' definition 'v3refs'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ldap-int.h:767:62: note: Function 'nsldapi_chase_v3_refs' argument 3 names different: declaration 'refs' definition 'v3refs'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/request.c:1180:58: note: Function 'nsldapi_chase_v3_refs' argument 3 names different: declaration 'refs' definition 'v3refs'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/result.c:292:43: style: The scope of the variable 'msgfound' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/result.c:563:7: style: The scope of the variable 'terrno' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/result.c:565:11: style: The scope of the variable 'has_parent' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:591:7: style: The scope of the variable 'save' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:802:27: style: Function 'unescape_filterval' argument 1 names different: declaration 'str' definition 'val'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:63:38: note: Function 'unescape_filterval' argument 1 names different: declaration 'str' definition 'val'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:802:27: note: Function 'unescape_filterval' argument 1 names different: declaration 'str' definition 'val'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:867:58: style: Function 'put_substring_filter' argument 3 names different: declaration 'str' definition 'val'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:68:8: note: Function 'put_substring_filter' argument 3 names different: declaration 'str' definition 'val'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/search.c:867:58: note: Function 'put_substring_filter' argument 3 names different: declaration 'str' definition 'val'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/sort.c:193:11: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/sort.c:265:11: style: The scope of the variable 'vals' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/sort.c:110:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/sortctrl.c:375:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:161:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:338:22: style: The scope of the variable 'c' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:339:16: style: The scope of the variable 'abyte' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:491:19: style: The scope of the variable 'command1' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:491:29: style: The scope of the variable 'command2' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:491:39: style: The scope of the variable 'command3' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:500:7: style: The scope of the variable 'copyoptions' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:505:9: style: The scope of the variable 'usage' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:206:8: style: Variable 'eof' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:144:4: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:151:2: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:1809:15: error: Common realloc mistake: 'words' nulled but not freed upon failure [memleakOnRealloc]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/test.c:265:0: error: Memory leak: bvals [memleak]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:772:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:161:26: style: The scope of the variable 'show' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:164:27: style: The scope of the variable 'rowp' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:164:34: style: The scope of the variable 'colp' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:460:34: style: The scope of the variable 'vals' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:635:10: style: The scope of the variable 'err' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:635:24: style: The scope of the variable 'writeoutval' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:635:46: style: The scope of the variable 'notascii' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:821:11: style: The scope of the variable 'p' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:1044:41: style: The scope of the variable 'count' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:1045:21: style: The scope of the variable 'members' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:475:12: style: Variable 'html' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmplout.c:1063:18: style: Variable 'selectname' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmpltest.c:71:33: style: The scope of the variable 'sop' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/tmpltest.c:154:23: style: The scope of the variable 'colcnt' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ufn.c:459:10: style: The scope of the variable 'msgid' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:188:27: style: The scope of the variable 'scope' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:189:25: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:189:28: style: The scope of the variable 'nattrs' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:189:36: style: The scope of the variable 'at_start' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:184:32: style: Function 'nsldapi_url_parse' argument 1 names different: declaration 'inurl' definition 'url'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/ldap-int.h:843:36: note: Function 'nsldapi_url_parse' argument 1 names different: declaration 'inurl' definition 'url'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldap/url.c:184:32: note: Function 'nsldapi_url_parse' argument 1 names different: declaration 'inurl' definition 'url'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:214:16: style: The scope of the variable 'nib' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:280:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:281:8: style: The scope of the variable 'p' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:334:21: style: The scope of the variable 'byte' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:444:10: style: The scope of the variable 'pad' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libldif/line64.c:446:2: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-dns.c:130:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-error.c:48:30: style: Function 'prldap_set_system_errno' argument 1 names different: declaration 'e' definition 'oserrno'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-int.h:137:35: note: Function 'prldap_set_system_errno' argument 1 names different: declaration 'e' definition 'oserrno'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-error.c:48:30: note: Function 'prldap_set_system_errno' argument 1 names different: declaration 'e' definition 'oserrno'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-public.c:198:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-public.c:234:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-public.c:327:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-public.c:365:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-threads.c:285:23: style: The scope of the variable 'eip' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-threads.c:621:23: style: The scope of the variable 'eip' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/libprldap/ldappr-threads.c:622:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/macos-ip.c:340:26: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/macos-ip.c:376:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/macos-ip.c:438:15: style: The scope of the variable 'tblsize' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/strings.c:122:21: style: Function 'strdup' argument 1 names different: declaration 's' definition 'p'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/ldap-macos.h:70:27: note: Function 'strdup' argument 1 names different: declaration 's' definition 'p'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/strings.c:122:21: note: Function 'strdup' argument 1 names different: declaration 's' definition 'p'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:233:19: style: Condition 'timeout<=0' is always false [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:192:17: note: Assignment 'timeout=45', assigned value is 45
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:233:19: note: Condition 'timeout<=0' is always false
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:521:21: style: Condition 'timeout<=0' is always false [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:493:19: note: Assignment 'timeout=20', assigned value is 20
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:521:21: note: Condition 'timeout<=0' is always false
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:579:21: style: Condition 'timeout<=0' is always false [knownConditionTrueFalse]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:552:19: note: Assignment 'timeout=20', assigned value is 20
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:579:21: note: Condition 'timeout<=0' is always false
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:226:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:218:3: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:226:3: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:515:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:514:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:515:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:517:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:515:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:517:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:573:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:572:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:573:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:575:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:573:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:575:4: note: Variable 'err' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:191:22: style: The scope of the variable 'end_time' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:192:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:366:22: style: The scope of the variable 'end_time' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:492:26: style: The scope of the variable 'end_time' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:493:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:495:15: style: The scope of the variable 'sNpointer' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:551:26: style: The scope of the variable 'end_time' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:552:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:554:15: style: The scope of the variable 'sNpointer2' can be reduced. [variableScope]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:185:25: style: Function 'tcpconnect' argument 1 names different: declaration 's' definition 'tsp'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.h:76:33: note: Function 'tcpconnect' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:185:25: note: Function 'tcpconnect' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:265:23: style: Function 'tcpclose' argument 1 names different: declaration 's' definition 'tsp'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.h:77:29: note: Function 'tcpclose' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:265:23: note: Function 'tcpclose' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:308:24: style: Function 'tcpselect' argument 1 names different: declaration 's' definition 'tsp'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.h:81:30: note: Function 'tcpselect' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:308:24: note: Function 'tcpselect' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:363:22: style: Function 'tcpread' argument 1 names different: declaration 's' definition 'tsp'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.h:78:28: note: Function 'tcpread' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:363:22: note: Function 'tcpread' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:425:23: style: Function 'tcpwrite' argument 1 names different: declaration 's' definition 'tsp'. [funcArgNamesDifferent]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.h:80:28: note: Function 'tcpwrite' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:425:23: note: Function 'tcpwrite' argument 1 names different: declaration 's' definition 'tsp'.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:130:10: style: Unused variable: drefnum [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:426:10: style: Unused variable: err [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:447:9: style: Unused variable: err [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:488:0: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:490:16: style: Unused variable: time [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:547:0: style: Variable 'done' is assigned a value that is never used. [unreadVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:549:16: style: Unused variable: time [unusedVariable]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:296:10: error: Uninitialized variable: rc [uninitvar]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:537:10: error: Uninitialized variable: err [uninitvar]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:594:10: error: Uninitialized variable: err [uninitvar]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/macintosh/tcp-univhdrs/tcp.c:612:10: error: Uninitialized variable: err [uninitvar]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/msdos/winsock/mozock.c:327:3: style: Variable 'iRetval' is reassigned a value before the old one has been used. [redundantAssignment]
ldap-sdk-4.20.0/c-sdk/ldap/libraries/msdos/winsock/mozock.c:325:3: note: Variable 'iRetval' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/c-sdk/ldap/libraries/msdos/winsock/mozock.c:327:3: note: Variable 'iRetval' is reassigned a value before the old one has been used.
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:168:56: warning: Identical condition '!entry', second condition is always false [identicalConditionAfterEarlyExit]
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:165:7: note: first condition
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:168:56: note: second condition
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:205:57: warning: Identical condition '!mods', second condition is always false [identicalConditionAfterEarlyExit]
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:202:7: note: first condition
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:205:57: note: second condition
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:276:7: warning: Either the condition 'last' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:274:14: note: Assuming that condition 'last' is not redundant
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:276:7: note: Null pointer dereference
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:134:7: style: The scope of the variable 'res' can be reduced. [variableScope]
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:165:8: error: Uninitialized variable: entry [uninitvar]
ldap-sdk-4.20.0/ds-plugins/rex_filt.c:202:8: error: Uninitialized variable: mods [uninitvar]
ldap-sdk-4.20.0/ds-plugins/url_filt.c:387:3: warning: Either the condition '!new' is redundant or there is possible null pointer dereference: new. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/ds-plugins/url_filt.c:390:48: note: Assuming that condition '!new' is not redundant
ldap-sdk-4.20.0/ds-plugins/url_filt.c:387:3: note: Null pointer dereference
ldap-sdk-4.20.0/ds-plugins/url_filt.c:388:3: warning: Either the condition '!new' is redundant or there is possible null pointer dereference: new. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/ds-plugins/url_filt.c:390:48: note: Assuming that condition '!new' is not redundant
ldap-sdk-4.20.0/ds-plugins/url_filt.c:388:3: note: Null pointer dereference
ldap-sdk-4.20.0/ds-plugins/url_filt.c:389:3: warning: Either the condition '!new' is redundant or there is possible null pointer dereference: new. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/ds-plugins/url_filt.c:390:48: note: Assuming that condition '!new' is not redundant
ldap-sdk-4.20.0/ds-plugins/url_filt.c:389:3: note: Null pointer dereference
ldap-sdk-4.20.0/ds-plugins/url_filt.c:404:7: warning: Either the condition 'last' is redundant or there is possible null pointer dereference: last. [nullPointerRedundantCheck]
ldap-sdk-4.20.0/ds-plugins/url_filt.c:401:14: note: Assuming that condition 'last' is not redundant
ldap-sdk-4.20.0/ds-plugins/url_filt.c:404:7: note: Null pointer dereference
ldap-sdk-4.20.0/tools/ldap/ldaperr2string/ldaperr2string.c:44:13: style: The scope of the variable 'lderr' can be reduced. [variableScope]
ldap-sdk-4.20.0/tools/ldap/ldaperr2string/ldaperr2string.c:45:11: style: Unused variable: s [unusedVariable]
ldap-sdk-4.20.0/tools/ldap/unfoldldif/unfoldldif.c:47:17: style: The scope of the variable 'len' can be reduced. [variableScope]
ldap-sdk-4.20.0/tools/misc/winkill/winkill.c:103:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/ldapscripts/ldapscripts_2.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldaptor/ldaptor_0.0.43+debian1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldapvi/ldapvi_1.7.orig.tar.gz
ldapvi-1.7/base64.c:63:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldapvi-1.7/base64.c:117:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldapvi-1.7/data.c:61:20: style: Function 'entry_free' argument 1 names different: declaration 'e' definition 'entry'. [funcArgNamesDifferent]
ldapvi-1.7/common.h:161:25: note: Function 'entry_free' argument 1 names different: declaration 'e' definition 'entry'.
ldapvi-1.7/data.c:61:20: note: Function 'entry_free' argument 1 names different: declaration 'e' definition 'entry'.
ldapvi-1.7/data.c:92:28: style: Function 'attribute_free' argument 1 names different: declaration 'a' definition 'attribute'. [funcArgNamesDifferent]
ldapvi-1.7/common.h:165:33: note: Function 'attribute_free' argument 1 names different: declaration 'a' definition 'attribute'.
ldapvi-1.7/data.c:92:28: note: Function 'attribute_free' argument 1 names different: declaration 'a' definition 'attribute'.
ldapvi-1.7/diff.c:221:0: error: #error oops [preprocessorErrorDirective]
ldapvi-1.7/ldapvi.c:1466:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/misc.c:74:6: style: The scope of the variable 'n' can be reduced. [variableScope]
ldapvi-1.7/misc.c:258:19: style: Function 'pipeview_wait' argument 1 names different: declaration 'pid' definition 'childpid'. [funcArgNamesDifferent]
ldapvi-1.7/common.h:272:24: note: Function 'pipeview_wait' argument 1 names different: declaration 'pid' definition 'childpid'.
ldapvi-1.7/misc.c:258:19: note: Function 'pipeview_wait' argument 1 names different: declaration 'pid' definition 'childpid'.
ldapvi-1.7/misc.c:354:0: error: Memory leak: backup [memleak]
ldapvi-1.7/parse.c:35:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parse.c:85:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parse.c:125:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parseldif.c:40:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parseldif.c:77:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parseldif.c:110:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/parseldif.c:154:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldapvi-1.7/port.c:42:0: error: #error oops [preprocessorErrorDirective]
ldapvi-1.7/print.c:400:11: style: The scope of the variable 'sup' can be reduced. [variableScope]
ldapvi-1.7/sasl.c:82:54: style: Function 'ldapvi_sasl_interact' argument 3 names different: declaration 'defaults' definition 'de'. [funcArgNamesDifferent]
ldapvi-1.7/common.h:372:58: note: Function 'ldapvi_sasl_interact' argument 3 names different: declaration 'defaults' definition 'de'.
ldapvi-1.7/sasl.c:82:54: note: Function 'ldapvi_sasl_interact' argument 3 names different: declaration 'defaults' definition 'de'.
ldapvi-1.7/sasl.c:82:64: style: Function 'ldapvi_sasl_interact' argument 4 names different: declaration 'p' definition 'in'. [funcArgNamesDifferent]
ldapvi-1.7/common.h:372:74: note: Function 'ldapvi_sasl_interact' argument 4 names different: declaration 'p' definition 'in'.
ldapvi-1.7/sasl.c:82:64: note: Function 'ldapvi_sasl_interact' argument 4 names different: declaration 'p' definition 'in'.
ldapvi-1.7/schema.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldapvi-1.7/schema.c:65:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldapvi-1.7/search.c:222:6: style: The scope of the variable 'i' can be reduced. [variableScope]
[02:23]

ftp://ftp.se.debian.org/debian/pool/main/l/ldb/ldb_1.4.0+really1.3.5.orig.tar.gz
ldb-1.3.5/common/attrib_handlers.c:349:2: style: Variable 'dn1' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/common/attrib_handlers.c:346:0: note: Variable 'dn1' is reassigned a value before the old one has been used.
ldb-1.3.5/common/attrib_handlers.c:349:2: note: Variable 'dn1' is reassigned a value before the old one has been used.
ldb-1.3.5/common/ldb.c:374:11: warning: Either the condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is redundant or there is possible null pointer dereference: next_module. [nullPointerRedundantCheck]
ldb-1.3.5/common/ldb.c:383:6: note: Assuming that condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is not redundant
ldb-1.3.5/common/ldb.c:374:11: note: Null pointer dereference
ldb-1.3.5/common/ldb.c:433:3: warning: Either the condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is redundant or there is possible null pointer dereference: next_module. [nullPointerRedundantCheck]
ldb-1.3.5/common/ldb.c:441:6: note: Assuming that condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is not redundant
ldb-1.3.5/common/ldb.c:433:3: note: Null pointer dereference
ldb-1.3.5/common/ldb.c:485:11: warning: Either the condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is redundant or there is possible null pointer dereference: next_module. [nullPointerRedundantCheck]
ldb-1.3.5/common/ldb.c:494:6: note: Assuming that condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is not redundant
ldb-1.3.5/common/ldb.c:485:11: note: Null pointer dereference
ldb-1.3.5/common/ldb.c:534:11: warning: Either the condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is redundant or there is possible null pointer dereference: next_module. [nullPointerRedundantCheck]
ldb-1.3.5/common/ldb.c:543:6: note: Assuming that condition 'if(next_module&&next_module->ldb->flags&LDB_FLG_ENABLE_TRACING)' is not redundant
ldb-1.3.5/common/ldb.c:534:11: note: Null pointer dereference
ldb-1.3.5/common/ldb.c:1405:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/common/ldb.c:1403:0: note: Variable 'req' is reassigned a value before the old one has been used.
ldb-1.3.5/common/ldb.c:1405:2: note: Variable 'req' is reassigned a value before the old one has been used.
ldb-1.3.5/common/ldb.c:1010:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb.c:1328:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb.c:1374:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_attributes.c:167:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_attributes.c:168:6: style: The scope of the variable 'r' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_attributes.c:315:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_controls.c:40:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_controls.c:59:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_dn.c:114:6: warning: Either the condition 'strdn' is redundant or there is possible null pointer dereference: strdn. [nullPointerRedundantCheck]
ldb-1.3.5/common/ldb_dn.c:97:6: note: Assuming that condition 'strdn' is not redundant
ldb-1.3.5/common/ldb_dn.c:114:6: note: Null pointer dereference
ldb-1.3.5/common/ldb_dn.c:192:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_dn.c:751:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_dn.c:968:12: style: The scope of the variable 'n' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_dn.c:1036:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_dn.c:1124:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_ldif.c:110:20: style: The scope of the variable 'byte_offset' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_ldif.c:110:33: style: The scope of the variable 'idx' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_ldif.c:156:6: style: The scope of the variable 'bit_offset' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_ldif.c:156:18: style: The scope of the variable 'byte_offset' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_ldif.c:219:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_match.c:187:17: style: The scope of the variable 'valuedn' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_modules.c:372:14: style: The scope of the variable 'modules_string' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_msg.c:1425:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/common/ldb_msg.c:430:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_pack.c:188:14: style: The scope of the variable 'len' can be reduced. [variableScope]
ldb-1.3.5/common/ldb_parse.c:362:28: style: Redundant condition: *p==')'. '*p!=')' || (*p==')' && *(p-1)=='\\')' is equivalent to '*p!=')' || *(p-1)=='\\'' [redundantCondition]
ldb-1.3.5/common/ldb_parse.c:198:13: style: The scope of the variable 'str' can be reduced. [variableScope]
ldb-1.3.5/ldb_ldap/ldb_ldap.c:884:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_ldap/ldb_ldap.c:976:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map.c:314:34: style: The scope of the variable 'map' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map_inbound.c:152:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map_outbound.c:420:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map_outbound.c:550:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map_outbound.c:1078:30: style: The scope of the variable 'el' can be reduced. [variableScope]
ldb-1.3.5/ldb_map/ldb_map_outbound.c:1081:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/base160.c:116:21: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/base160.c:118:21: style: The scope of the variable 'pTab' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/ldb_sqlite3.c:186:37: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/ldb_sqlite3.c:188:28: style: The scope of the variable 'pTab' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/ldb_sqlite3.c:1392:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_sqlite3/ldb_sqlite3.c:1417:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_tdb/ldb_index.c:1571:2: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_index.c:1563:0: note: Variable 'keys' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_index.c:1571:2: note: Variable 'keys' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_index.c:1586:3: style: Variable 'key_values' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_index.c:1584:0: note: Variable 'key_values' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_index.c:1586:3: note: Variable 'key_values' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_index.c:277:24: style: The scope of the variable 'key_val' can be reduced. [variableScope]
ldb-1.3.5/ldb_tdb/ldb_index.c:764:6: style: The scope of the variable 'r' can be reduced. [variableScope]
ldb-1.3.5/ldb_tdb/ldb_index.c:1558:22: style: The scope of the variable 'msg' can be reduced. [variableScope]
ldb-1.3.5/ldb_tdb/ldb_index.c:2417:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/ldb_tdb/ldb_index.c:1751:46: style: Function 'ltdb_search_indexed' argument 1 names different: declaration 'ctx' definition 'ac'. [funcArgNamesDifferent]
ldb-1.3.5/ldb_tdb/ldb_tdb.h:106:46: note: Function 'ltdb_search_indexed' argument 1 names different: declaration 'ctx' definition 'ac'.
ldb-1.3.5/ldb_tdb/ldb_index.c:1751:46: note: Function 'ltdb_search_indexed' argument 1 names different: declaration 'ctx' definition 'ac'.
ldb-1.3.5/ldb_tdb/ldb_index.c:1103:0: style: Boolean variable 'strict' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
ldb-1.3.5/ldb_tdb/ldb_tdb.c:197:2: style: Variable 'dn_folded' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_tdb.c:183:0: note: Variable 'dn_folded' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:197:2: note: Variable 'dn_folded' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:521:2: style: Variable 'valid_dn' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_tdb.c:518:0: note: Variable 'valid_dn' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:521:2: note: Variable 'valid_dn' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:636:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_tdb.c:634:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:636:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:1276:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/ldb_tdb/ldb_tdb.c:1274:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/ldb_tdb/ldb_tdb.c:1276:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/replace/crypt.c:376:11: style: The scope of the variable 's1' can be reduced. [variableScope]
ldb-1.3.5/lib/replace/crypt.c:471:12: style: The scope of the variable 'x' can be reduced. [variableScope]
ldb-1.3.5/lib/replace/crypt.c:544:12: style: The scope of the variable 'v' can be reduced. [variableScope]
ldb-1.3.5/lib/replace/crypt.c:697:16: style: The scope of the variable 'k' can be reduced. [variableScope]
ldb-1.3.5/lib/replace/system/network.h:31:0: error: #error "AC_LIBREPLACE_NETWORK_CHECKS missing in configure" [preprocessorErrorDirective]
ldb-1.3.5/lib/replace/snprintf.c:1146:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
ldb-1.3.5/lib/replace/snprintf.c:1194:71: style: Function 'rep_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'. [funcArgNamesDifferent]
ldb-1.3.5/lib/replace/replace.h:479:56: note: Function 'rep_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'.
ldb-1.3.5/lib/replace/snprintf.c:1194:71: note: Function 'rep_vsnprintf' argument 4 names different: declaration 'ap' definition 'args'.
ldb-1.3.5/lib/replace/snprintf.c:256:2: error: va_list 'args' used before va_start() was called. [va_list_usedBeforeStarted]
ldb-1.3.5/lib/replace/snprintf.c:1269:2: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
ldb-1.3.5/lib/replace/snprintf.c:1271:2: error: va_list 'ap2' used before va_start() was called. [va_list_usedBeforeStarted]
ldb-1.3.5/lib/replace/strptime.c:426:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:475:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:500:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:591:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:625:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:640:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:646:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:655:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:665:4: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:874:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:894:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:899:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:905:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:911:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/strptime.c:917:8: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
ldb-1.3.5/lib/replace/test/getifaddrs.c:65:2: style: Variable 'ifs_head' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/replace/test/getifaddrs.c:61:0: note: Variable 'ifs_head' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/replace/test/getifaddrs.c:65:2: note: Variable 'ifs_head' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/replace/test/os2_delete.c:50:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/replace/test/snprintf.c:22:6: warning: %zu in format string (no. 1) requires 'size_t' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/replace/test/snprintf.c:24:6: warning: %s in format string (no. 1) requires 'char *' but the argument type is 'signed int'. [invalidPrintfArgType_s]
ldb-1.3.5/lib/replace/test/snprintf.c:24:30: error: Null pointer dereference [nullPointer]
ldb-1.3.5/lib/talloc/pytalloc_util.c:309:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/talloc/pytalloc_util.c:307:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/pytalloc_util.c:309:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/talloc.c:41:0: error: #error "TALLOC_VERSION_MAJOR != TALLOC_BUILD_VERSION_MAJOR" [preprocessorErrorDirective]
ldb-1.3.5/lib/talloc/testsuite.c:1406:2: style: Variable 'p1_2' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/talloc/testsuite.c:1403:2: note: Variable 'p1_2' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/testsuite.c:1406:2: note: Variable 'p1_2' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/testsuite.c:1425:2: style: Variable 'p2_2' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/talloc/testsuite.c:1421:2: note: Variable 'p2_2' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/testsuite.c:1425:2: note: Variable 'p2_2' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/talloc/testsuite.c:868:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:868:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:868:19: style: The scope of the variable 'p3' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:889:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:889:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:889:19: style: The scope of the variable 'p3' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:908:9: style: The scope of the variable 'p1' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:908:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:908:19: style: The scope of the variable 'p3' can be reduced. [variableScope]
ldb-1.3.5/lib/talloc/testsuite.c:427:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ldb-1.3.5/lib/talloc/testsuite.c:435:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ldb-1.3.5/lib/talloc/testsuite.c:490:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
ldb-1.3.5/lib/talloc/testsuite.c:910:9: style: Variable 'p1' is allocated memory that is never used. [unusedAllocatedMemory]
ldb-1.3.5/lib/talloc/testsuite.c:911:9: style: Variable 'p2' is allocated memory that is never used. [unusedAllocatedMemory]
ldb-1.3.5/lib/talloc/testsuite.c:912:9: style: Variable 'p3' is allocated memory that is never used. [unusedAllocatedMemory]
ldb-1.3.5/lib/tdb/common/dump.c:136:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/common/freelistcheck.c:54:2: style: Variable 'mem_tdb' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/tdb/common/freelistcheck.c:47:0: note: Variable 'mem_tdb' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tdb/common/freelistcheck.c:54:2: note: Variable 'mem_tdb' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tdb/common/open.c:110:3: style: Redundant pointer operation on 'newdb' - it's already a pointer. [redundantPointerOp]
ldb-1.3.5/lib/tdb/common/open.c:125:2: style: Redundant pointer operation on 'newdb' - it's already a pointer. [redundantPointerOp]
ldb-1.3.5/lib/tdb/common/transaction.c:354:46: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
ldb-1.3.5/lib/tdb/common/transaction.c:328:11: note: Assuming that condition 'buf!=NULL' is not redundant
ldb-1.3.5/lib/tdb/common/transaction.c:323:44: note: Calling function 'transaction_write_existing', 3rd argument 'buf' value is 0
ldb-1.3.5/lib/tdb/common/transaction.c:354:46: note: Null pointer dereference
ldb-1.3.5/lib/tdb/common/transaction.c:860:2: style: Redundant pointer operation on 'rec' - it's already a pointer. [redundantPointerOp]
ldb-1.3.5/lib/tdb/test/external-agent.c:173:58: style: Function 'external_agent_operation' argument 1 names different: declaration 'handle' definition 'agent'. [funcArgNamesDifferent]
ldb-1.3.5/lib/tdb/test/external-agent.h:36:58: note: Function 'external_agent_operation' argument 1 names different: declaration 'handle' definition 'agent'.
ldb-1.3.5/lib/tdb/test/external-agent.c:173:58: note: Function 'external_agent_operation' argument 1 names different: declaration 'handle' definition 'agent'.
ldb-1.3.5/lib/tdb/test/lock-tracking.c:81:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/lock-tracking.c:81:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/lock-tracking.c:124:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/lock-tracking.c:124:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/lock-tracking.c:124:5: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-3G-file.c:138:2: error: Memory pointed to by 'dptr' is freed twice. [doubleFree]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:113:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:120:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:128:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:135:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:142:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:194:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:198:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:100:2: style: Variable 'tdb' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:92:0: note: Variable 'tdb' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tdb/test/run-die-during-transaction.c:100:2: note: Variable 'tdb' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tdb/test/run-incompatible.c:47:22: style: The scope of the variable 'tdb' can be reduced. [variableScope]
ldb-1.3.5/lib/tdb/test/run-nested-transactions.c:47:2: error: Memory pointed to by 'dptr' is freed twice. [doubleFree]
ldb-1.3.5/lib/tdb/test/run-nested-transactions.c:52:2: error: Memory pointed to by 'dptr' is freed twice. [doubleFree]
ldb-1.3.5/lib/tdb/test/run-open-during-transaction.c:176:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/test/run-open-during-transaction.c:149:22: style: The scope of the variable 'tdb' can be reduced. [variableScope]
ldb-1.3.5/lib/tdb/test/run-rescue.c:97:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/lib/tdb/test/run-rescue.c:99:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/lib/tdb/test/run-rescue.c:112:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/lib/tdb/test/run-summary.c:20:22: style: The scope of the variable 'tdb' can be reduced. [variableScope]
ldb-1.3.5/lib/tdb/tools/tdbrestore.c:86:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldb-1.3.5/lib/tdb/tools/tdbtest.c:244:15: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
ldb-1.3.5/lib/tdb/tools/tdbtool.c:702:6: style: The scope of the variable 'cmd_len' can be reduced. [variableScope]
ldb-1.3.5/lib/tdb/tools/tdbtool.c:385:18: error: Uninitialized variable: lo [uninitvar]
ldb-1.3.5/lib/tdb/tools/tdbtorture.c:445:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tdb/tools/tdbtorture.c:445:5: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldb-1.3.5/lib/tevent/pytevent.c:799:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/lib/tevent/pytevent.c:794:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tevent/pytevent.c:799:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/lib/tevent/tevent.c:910:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/lib/tevent/tevent.c:627:28: style: Function '_tevent_schedule_immediate' argument 2 names different: declaration 'ctx' definition 'ev'. [funcArgNamesDifferent]
ldb-1.3.5/lib/tevent/tevent.h:305:28: note: Function '_tevent_schedule_immediate' argument 2 names different: declaration 'ctx' definition 'ev'.
ldb-1.3.5/lib/tevent/tevent.c:627:28: note: Function '_tevent_schedule_immediate' argument 2 names different: declaration 'ctx' definition 'ev'.
ldb-1.3.5/lib/tevent/tevent.c:401:6: style: Unused variable: ret [unusedVariable]
ldb-1.3.5/lib/tevent/tevent_epoll.c:245:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
ldb-1.3.5/lib/tevent/tevent_req.c:62:15: style: Function '_tevent_req_create' argument 2 names different: declaration 'pstate' definition 'pdata'. [funcArgNamesDifferent]
ldb-1.3.5/lib/tevent/tevent.h:1018:17: note: Function '_tevent_req_create' argument 2 names different: declaration 'pstate' definition 'pdata'.
ldb-1.3.5/lib/tevent/tevent_req.c:62:15: note: Function '_tevent_req_create' argument 2 names different: declaration 'pstate' definition 'pdata'.
ldb-1.3.5/lib/tevent/tevent_req.c:63:16: style: Function '_tevent_req_create' argument 3 names different: declaration 'state_size' definition 'data_size'. [funcArgNamesDifferent]
ldb-1.3.5/lib/tevent/tevent.h:1019:18: note: Function '_tevent_req_create' argument 3 names different: declaration 'state_size' definition 'data_size'.
ldb-1.3.5/lib/tevent/tevent_req.c:63:16: note: Function '_tevent_req_create' argument 3 names different: declaration 'state_size' definition 'data_size'.
ldb-1.3.5/modules/asq.c:253:22: style: The scope of the variable 'control' can be reduced. [variableScope]
ldb-1.3.5/modules/asq.c:254:17: style: The scope of the variable 'dn' can be reduced. [variableScope]
ldb-1.3.5/modules/asq.c:257:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/modules/paged_searches.c:135:20: style: The scope of the variable 'ares' can be reduced. [variableScope]
ldb-1.3.5/modules/paged_searches.c:136:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/modules/rdn_name.c:416:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/modules/rdn_name.c:405:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/modules/rdn_name.c:416:3: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/modules/rdn_name.c:92:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/modules/sort.c:263:9: style: The scope of the variable 'n_attrs' can be reduced. [variableScope]
ldb-1.3.5/modules/sort.c:263:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/modules/sort.c:40:22: style: struct member 'opaque::ldb' is never used. [unusedStructMember]
ldb-1.3.5/modules/sort.c:41:35: style: struct member 'opaque::h' is never used. [unusedStructMember]
ldb-1.3.5/modules/sort.c:42:14: style: struct member 'opaque::attribute' is never used. [unusedStructMember]
ldb-1.3.5/nssldb/ldb-nss.c:332:55: style: Function '_ldb_nss_group_request' argument 1 names different: declaration 'res' definition '_res'. [funcArgNamesDifferent]
ldb-1.3.5/nssldb/ldb-nss.h:79:55: note: Function '_ldb_nss_group_request' argument 1 names different: declaration 'res' definition '_res'.
ldb-1.3.5/nssldb/ldb-nss.c:332:55: note: Function '_ldb_nss_group_request' argument 1 names different: declaration 'res' definition '_res'.
ldb-1.3.5/nssldb/ldb-nss.c:178:12: style: Variable 'bufpos' is assigned a value that is never used. [unreadVariable]
ldb-1.3.5/nssldb/ldb-nss.c:386:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
ldb-1.3.5/pyldb.c:281:47: warning: Either the condition 'val==NULL' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:686:10: note: Assuming that condition 'val==NULL' is not redundant
ldb-1.3.5/pyldb.c:690:28: note: Calling function 'PyStr_FromLdbValue', 1st argument 'val' value is 0
ldb-1.3.5/pyldb.c:281:47: note: Null pointer dereference
ldb-1.3.5/pyldb.c:281:58: warning: Either the condition 'val==NULL' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:686:10: note: Assuming that condition 'val==NULL' is not redundant
ldb-1.3.5/pyldb.c:690:28: note: Calling function 'PyStr_FromLdbValue', 1st argument 'val' value is 0
ldb-1.3.5/pyldb.c:281:58: note: Null pointer dereference
ldb-1.3.5/pyldb.c:337:20: warning: Either the condition 'result==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:327:13: note: Assuming that condition 'result==NULL' is not redundant
ldb-1.3.5/pyldb.c:337:20: note: Null pointer dereference
ldb-1.3.5/pyldb.c:506:49: warning: Either the condition 'val==NULL' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:502:10: note: Assuming that condition 'val==NULL' is not redundant
ldb-1.3.5/pyldb.c:506:49: note: Null pointer dereference
ldb-1.3.5/pyldb.c:506:60: warning: Either the condition 'val==NULL' is redundant or there is possible null pointer dereference: val. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:502:10: note: Assuming that condition 'val==NULL' is not redundant
ldb-1.3.5/pyldb.c:506:60: note: Null pointer dereference
ldb-1.3.5/pyldb.c:1797:6: warning: Either the condition 'a==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
ldb-1.3.5/pyldb.c:1787:8: note: Assuming that condition 'a==NULL' is not redundant
ldb-1.3.5/pyldb.c:1797:6: note: Null pointer dereference
ldb-1.3.5/pyldb.c:2062:3: style: Variable 'controls' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/pyldb.c:2060:0: note: Variable 'controls' is reassigned a value before the old one has been used.
ldb-1.3.5/pyldb.c:2062:3: note: Variable 'controls' is reassigned a value before the old one has been used.
ldb-1.3.5/pyldb.c:1104:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/pyldb.c:3050:6: style: The scope of the variable 'result' can be reduced. [variableScope]
ldb-1.3.5/pyldb.c:3156:18: style: The scope of the variable 'repr' can be reduced. [variableScope]
ldb-1.3.5/tests/ldb_mod_op_test.c:471:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:462:0: note: Variable 'res' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:471:2: note: Variable 'res' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:522:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:513:0: note: Variable 'res' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:522:2: note: Variable 'res' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2253:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:2251:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2253:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2507:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:2503:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2507:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2575:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:2571:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:2575:3: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3164:2: style: Variable 'ro_ldb' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3147:0: note: Variable 'ro_ldb' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3164:2: note: Variable 'ro_ldb' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3168:2: style: Variable 'rw_ldb' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3148:0: note: Variable 'rw_ldb' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3168:2: note: Variable 'rw_ldb' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3176:2: style: Variable 'tmp_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3150:0: note: Variable 'tmp_ctx' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3176:2: note: Variable 'tmp_ctx' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3215:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3214:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3215:3: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3234:3: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3233:0: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3234:3: note: Variable 'msg' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3284:3: style: Variable 'el' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3283:0: note: Variable 'el' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3284:3: note: Variable 'el' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3636:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3605:0: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3636:2: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3810:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/ldb_mod_op_test.c:3773:0: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:3810:2: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/ldb_mod_op_test.c:1253:14: style: The scope of the variable 'cn_vals' can be reduced. [variableScope]
ldb-1.3.5/tests/ldb_mod_op_test.c:1255:14: style: The scope of the variable 'uid_vals' can be reduced. [variableScope]
ldb-1.3.5/tests/ldb_mod_op_test.c:2652:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/tests/ldb_msg.c:139:18: style: The scope of the variable 'x' can be reduced. [variableScope]
ldb-1.3.5/tests/sample_module.c:66:2: style: Variable 'control' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tests/sample_module.c:60:0: note: Variable 'control' is reassigned a value before the old one has been used.
ldb-1.3.5/tests/sample_module.c:66:2: note: Variable 'control' is reassigned a value before the old one has been used.
ldb-1.3.5/third_party/cmocka/cmocka.c:2596:9: style: Condition 'handle_exceptions' is always true [knownConditionTrueFalse]
ldb-1.3.5/third_party/cmocka/cmocka.c:2581:29: note: Assignment 'handle_exceptions=1', assigned value is 1
ldb-1.3.5/third_party/cmocka/cmocka.c:2596:9: note: Condition 'handle_exceptions' is always true
ldb-1.3.5/third_party/cmocka/cmocka.c:2951:9: style: Condition 'handle_exceptions' is always true [knownConditionTrueFalse]
ldb-1.3.5/third_party/cmocka/cmocka.c:2941:29: note: Assignment 'handle_exceptions=1', assigned value is 1
ldb-1.3.5/third_party/cmocka/cmocka.c:2951:9: note: Condition 'handle_exceptions' is always true
ldb-1.3.5/third_party/cmocka/cmocka.c:436:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/third_party/cmocka/cmocka.c:434:0: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/third_party/cmocka/cmocka.c:436:5: note: Variable 'p' is reassigned a value before the old one has been used.
ldb-1.3.5/third_party/cmocka/cmocka.c:920:5: style: Variable 'first_value_node' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/third_party/cmocka/cmocka.c:915:0: note: Variable 'first_value_node' is reassigned a value before the old one has been used.
ldb-1.3.5/third_party/cmocka/cmocka.c:920:5: note: Variable 'first_value_node' is reassigned a value before the old one has been used.
ldb-1.3.5/third_party/cmocka/cmocka.c:1865:18: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/third_party/cmocka/cmocka.c:535:48: style: Function 'list_add_value' argument 3 names different: declaration 'count' definition 'refcount'. [funcArgNamesDifferent]
ldb-1.3.5/third_party/cmocka/cmocka.c:219:48: note: Function 'list_add_value' argument 3 names different: declaration 'count' definition 'refcount'.
ldb-1.3.5/third_party/cmocka/cmocka.c:535:48: note: Function 'list_add_value' argument 3 names different: declaration 'count' definition 'refcount'.
ldb-1.3.5/third_party/cmocka/cmocka.c:671:59: style: Function 'add_symbol_value' argument 5 names different: declaration 'count' definition 'refcount'. [funcArgNamesDifferent]
ldb-1.3.5/third_party/cmocka/cmocka.c:237:71: note: Function 'add_symbol_value' argument 5 names different: declaration 'count' definition 'refcount'.
ldb-1.3.5/third_party/cmocka/cmocka.c:671:59: note: Function 'add_symbol_value' argument 5 names different: declaration 'count' definition 'refcount'.
ldb-1.3.5/third_party/cmocka/cmocka.c:709:26: style: Function 'get_symbol_value' argument 1 names different: declaration 'symbol_map_head' definition 'head'. [funcArgNamesDifferent]
ldb-1.3.5/third_party/cmocka/cmocka.c:239:22: note: Function 'get_symbol_value' argument 1 names different: declaration 'symbol_map_head' definition 'head'.
ldb-1.3.5/third_party/cmocka/cmocka.c:709:26: note: Function 'get_symbol_value' argument 1 names different: declaration 'symbol_map_head' definition 'head'.
ldb-1.3.5/third_party/popt/findme.c:25:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popt.c:216:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popt.c:256:14: style: The scope of the variable 'item' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popt.c:539:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popt.c:386:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popt.c:750:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popt.c:1096:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popt.c:601:6: error: Common realloc mistake: 't' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/third_party/popt/popt.c:612:5: error: Common realloc mistake: 't' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/third_party/popt/popt.c:1131:6: error: Common realloc mistake: 'items' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/third_party/popt/popt.c:393:0: error: Memory leak: argv [memleak]
ldb-1.3.5/third_party/popt/poptconfig.c:168:12: style: The scope of the variable 'fn' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/poptconfig.c:21:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/poptconfig.c:117:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/poptconfig.c:130:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/poptconfig.c:182:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popthelp.c:74:30: style: The scope of the variable 'opt' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:372:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:373:18: style: The scope of the variable 's' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:419:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:446:17: style: The scope of the variable 'sub_transdom' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:486:18: style: The scope of the variable 'fn' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:589:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/popthelp.c:685:52: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popthelp.c:710:38: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/popthelp.c:717:40: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/poptparse.c:139:12: style: The scope of the variable 'linelen' can be reduced. [variableScope]
ldb-1.3.5/third_party/popt/poptparse.c:156:2: style: Variable 'linenum' is modified but its new value is never used. [unreadVariable]
ldb-1.3.5/third_party/popt/poptparse.c:65:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
ldb-1.3.5/third_party/popt/poptparse.c:89:7: error: Common realloc mistake: 'argv' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/third_party/popt/poptparse.c:186:3: error: Common realloc mistake: 'argstr' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/third_party/popt/poptparse.c:215:6: error: Common realloc mistake: 'argstr' nulled but not freed upon failure [memleakOnRealloc]
ldb-1.3.5/tools/cmdline.c:112:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
ldb-1.3.5/tools/cmdline.c:101:0: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tools/cmdline.c:112:2: note: Variable 'ret' is reassigned a value before the old one has been used.
ldb-1.3.5/tools/ldbadd.c:57:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldb-1.3.5/tools/ldbadd.c:134:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/tools/ldbmodify.c:148:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldb-1.3.5/tools/ldbsearch.c:105:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/tools/ldbtest.c:213:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/tools/ldbtest.c:250:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ldb-1.3.5/tools/ldbtest.c:271:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/ldc/ldc_1.8.0.orig.tar.gz
ldc-1.8.0-src/driver/archiver.cpp:309:7: style: Condition 'useInternalArchiver' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/driver/archiver.cpp:304:36: note: Assignment 'useInternalArchiver=false', assigned value is 0
ldc-1.8.0-src/driver/archiver.cpp:309:7: note: Condition 'useInternalArchiver' is always false
ldc-1.8.0-src/driver/cl_options.cpp:241:8: performance: Technically the member function 'opts::D_DebugStorage::push_back' can be static. [functionStatic]
ldc-1.8.0-src/driver/ldmd.cpp:23:0: error: #error "Please define LDC_EXE_NAME to the name of the LDC executable to use." [preprocessorErrorDirective]
ldc-1.8.0-src/driver/targetmachine.cpp:345:39: performance: Function parameter 'targetTriple' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/driver/targetmachine.cpp:345:71: performance: Function parameter 'arch' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/driver/targetmachine.cpp:346:56: performance: Function parameter 'featuresString' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/driver/toobj.cpp:152:3: style: Class 'AssemblyAnnotator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/gen/arrays.cpp:484:3: style: Variable 'gep' is reassigned a value before the old one has been used. [redundantAssignment]
ldc-1.8.0-src/gen/arrays.cpp:482:0: note: Variable 'gep' is reassigned a value before the old one has been used.
ldc-1.8.0-src/gen/arrays.cpp:484:3: note: Variable 'gep' is reassigned a value before the old one has been used.
ldc-1.8.0-src/gen/asm-x86.h:3327:38: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
ldc-1.8.0-src/gen/asm-x86.h:2169:28: style: The scope of the variable 'k' can be reduced. [variableScope]
ldc-1.8.0-src/gen/asm-x86.h:2169:31: style: The scope of the variable 'l' can be reduced. [variableScope]
ldc-1.8.0-src/gen/asm-x86.h:2580:17: style: The scope of the variable 'fmt' can be reduced. [variableScope]
ldc-1.8.0-src/gen/asm-x86.h:3233:17: style: The scope of the variable 'e' can be reduced. [variableScope]
ldc-1.8.0-src/gen/asmstmt.cpp:424:15: style: Unused variable: argnum [unusedVariable]
ldc-1.8.0-src/gen/asmstmt.cpp:447:15: style: Unused variable: argnum [unusedVariable]
ldc-1.8.0-src/gen/asmstmt.cpp:527:49: style: Unused variable: it [unusedVariable]
ldc-1.8.0-src/gen/asmstmt.cpp:528:13: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
ldc-1.8.0-src/gen/asmstmt.cpp:599:15: style: Unused variable: clobbers [unusedVariable]
ldc-1.8.0-src/gen/asm-x86.h:2050:3: warning: Member variable 'AsmProcessor::op' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/asm-x86.h:2050:3: warning: Member variable 'AsmProcessor::operands' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/asm-x86.h:2050:3: warning: Member variable 'AsmProcessor::opIdent' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/asm-x86.h:2050:3: warning: Member variable 'AsmProcessor::operand' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/asm-x86.h:532:12: style: Technically the member function 'AsmParserx8632::AsmOpInfo::nOperands' can be const. [functionConst]
ldc-1.8.0-src/gen/asm-x86.h:2495:8: style: Technically the member function 'AsmParserx8632::AsmProcessor::opTakesLabel' can be const. [functionConst]
ldc-1.8.0-src/gen/asm-x86.h:2506:8: performance: Technically the member function 'AsmParserx8632::AsmProcessor::getTypeSuffix' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3105:8: performance: Technically the member function 'AsmParserx8632::AsmProcessor::isIntExp' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3106:8: performance: Technically the member function 'AsmParserx8632::AsmProcessor::isRegExp' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3107:8: performance: Technically the member function 'AsmParserx8632::AsmProcessor::isLocalSize' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3112:8: performance: Technically the member function 'AsmParserx8632::AsmProcessor::isDollar' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3600:11: performance: Technically the member function 'AsmParserx8632::AsmProcessor::isPtrType' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:532:12: style: Technically the member function 'AsmParserx8664::AsmOpInfo::nOperands' can be const. [functionConst]
ldc-1.8.0-src/gen/asm-x86.h:2495:8: style: Technically the member function 'AsmParserx8664::AsmProcessor::opTakesLabel' can be const. [functionConst]
ldc-1.8.0-src/gen/asm-x86.h:2506:8: performance: Technically the member function 'AsmParserx8664::AsmProcessor::getTypeSuffix' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3105:8: performance: Technically the member function 'AsmParserx8664::AsmProcessor::isIntExp' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3106:8: performance: Technically the member function 'AsmParserx8664::AsmProcessor::isRegExp' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3107:8: performance: Technically the member function 'AsmParserx8664::AsmProcessor::isLocalSize' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3112:8: performance: Technically the member function 'AsmParserx8664::AsmProcessor::isDollar' can be static. [functionStatic]
ldc-1.8.0-src/gen/asm-x86.h:3600:11: performance: Technically the member function 'AsmParserx8664::AsmProcessor::isPtrType' can be static. [functionStatic]
ldc-1.8.0-src/gen/classes.cpp:620:15: style: The scope of the variable 'c' can be reduced. [variableScope]
ldc-1.8.0-src/gen/classes.cpp:639:15: style: Variable 'namelen' is assigned a value that is never used. [unreadVariable]
ldc-1.8.0-src/gen/functions.cpp:1236:24: style: The scope of the variable 'k' can be reduced. [variableScope]
ldc-1.8.0-src/gen/functions.cpp:1236:27: style: The scope of the variable 'l' can be reduced. [variableScope]
ldc-1.8.0-src/gen/inlineir.cpp:34:3: style: Struct 'TempDisableDiscardValueNames' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/gen/modules.cpp:498:5: style: Variable 'array_size' is reassigned a value before the old one has been used. [redundantAssignment]
ldc-1.8.0-src/gen/modules.cpp:492:0: note: Variable 'array_size' is reassigned a value before the old one has been used.
ldc-1.8.0-src/gen/modules.cpp:498:5: note: Variable 'array_size' is reassigned a value before the old one has been used.
ldc-1.8.0-src/gen/naked.cpp:85:9: warning: Identical condition '!stmt->exp', second condition is always false [identicalConditionAfterEarlyExit]
ldc-1.8.0-src/gen/naked.cpp:80:9: note: first condition
ldc-1.8.0-src/gen/naked.cpp:85:9: note: second condition
ldc-1.8.0-src/gen/optimizer.cpp:282:3: style: Variable 'builder.DisableUnrollLoops' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
ldc-1.8.0-src/gen/optimizer.cpp:280:3: note: Variable 'builder.DisableUnrollLoops' is reassigned a value before the old one has been used if variable is no semaphore variable.
ldc-1.8.0-src/gen/optimizer.cpp:282:3: note: Variable 'builder.DisableUnrollLoops' is reassigned a value before the old one has been used if variable is no semaphore variable.
ldc-1.8.0-src/gen/passes/GarbageCollect2Stack.cpp:133:12: warning: Member variable 'FunctionInfo::Ty' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/passes/GarbageCollect2Stack.cpp:193:3: warning: Member variable 'ArrayFI::arrSize' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/passes/GarbageCollect2Stack.cpp:381:12: warning: Member variable 'UntypedMemoryFI::SizeArg' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/pgo_ASTbased.cpp:351:3: warning: Member variable 'ComputeRegionCounts::CurrentCount' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/pgo_ASTbased.cpp:166:3: style: Struct 'MapRegionCounters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/gen/pragma.cpp:282:55: style: Function 'DtoCheckPragma' argument 2 names different: declaration 'sym' definition 's'. [funcArgNamesDifferent]
ldc-1.8.0-src/gen/pragma.h:56:55: note: Function 'DtoCheckPragma' argument 2 names different: declaration 'sym' definition 's'.
ldc-1.8.0-src/gen/pragma.cpp:282:55: note: Function 'DtoCheckPragma' argument 2 names different: declaration 'sym' definition 's'.
ldc-1.8.0-src/gen/statements.cpp:101:19: style: Redundant condition: !stmt->exp. 'stmt->exp || (!stmt->exp && irs->isMainFunc(f))' is equivalent to 'stmt->exp || irs->isMainFunc(f)' [redundantCondition]
ldc-1.8.0-src/gen/toconstelem.cpp:39:12: warning: Member variable 'ToConstElemVisitor::result' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/gen/typinf.cpp:134:3: style: Class 'LLVMDefineVisitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/ir/irfuncty.cpp:116:5: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ldc-1.8.0-src/ir/irfuncty.cpp:115:19: note: outer condition: arg_this
ldc-1.8.0-src/ir/irfuncty.cpp:116:5: note: identical inner condition: arg_this
ldc-1.8.0-src/runtime/druntime/src/rt/msvc.c:44:0: error: #error Unsupported architecture [preprocessorErrorDirective]
ldc-1.8.0-src/runtime/druntime/src/rt/osx_tls.c:14:0: error: #error "Need a C compiler with Apple Blocks support – not building on OS X with Clang?" [preprocessorErrorDirective]
ldc-1.8.0-src/runtime/jit-rt/cpp-so/compile.cpp:137:3: style: Struct 'ModuleListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/runtime/jit-rt/cpp-so/disassembler.cpp:52:3: warning: Member variable 'SymTable::stage' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/runtime/jit-rt/cpp-so/disassembler.cpp:52:3: style: Class 'SymTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/adler32.c:69:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:382:10: style: The scope of the variable 'str' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:382:15: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:548:9: style: The scope of the variable 'put' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:1242:21: style: The scope of the variable 'match' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:1485:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:1486:14: style: The scope of the variable 'more' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:1828:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/deflate.c:1930:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/example.c:365:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzlib.c:371:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzlib.c:372:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzlib.c:294:9: error: Memory leak: path [memleak]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzread.c:28:14: style: The scope of the variable 'get' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzread.c:548:20: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzread.c:550:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzwrite.c:20:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzwrite.c:150:14: style: The scope of the variable 'n' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzwrite.c:308:14: style: The scope of the variable 'have' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/gzwrite.c:472:19: style: The scope of the variable 'left' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inflate.c:402:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inflate.c:1320:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inflate.c:1405:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inflate.c:1468:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inflate.c:702:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/minigzip.c:367:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/minigzip.c:435:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:710:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:755:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:1069:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:1070:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:1071:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:1072:14: style: The scope of the variable 'code' can be reduced. [variableScope]
ldc-1.8.0-src/runtime/phobos/etc/c/zlib/trees.c:1073:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:700:35: style: C-style pointer casting [cstyleCast]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:261:12: portability: Casting from long double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:477:0: style: struct member 'S13932 < -1 >::member' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:771:10: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:802:10: style: Variable 't' is assigned a value that is never used. [unreadVariable]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:677:15: warning: Assert statement calls a function which may have desired side effects: 'MethodD'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:678:15: warning: Assert statement calls a function which may have desired side effects: 'MethodCPP'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:679:15: warning: Assert statement calls a function which may have desired side effects: 'Method'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:684:15: warning: Assert statement calls a function which may have desired side effects: 'MethodD'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:685:15: warning: Assert statement calls a function which may have desired side effects: 'MethodCPP'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:686:15: warning: Assert statement calls a function which may have desired side effects: 'Method'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:694:15: warning: Assert statement calls a function which may have desired side effects: 'MethodD'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:695:15: warning: Assert statement calls a function which may have desired side effects: 'MethodCPP'. [assertWithSideEffect]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:669:10: warning: Member variable 'Derived::y' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:146:10: style: The function 'fun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:139:18: note: Virtual function in base class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:146:10: note: Function in derived class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:147:10: style: The function 'fun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:140:18: note: Virtual function in base class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:147:10: note: Function in derived class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:652:9: style: The function 'MethodCPP' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:643:17: note: Virtual function in base class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:652:9: note: Function in derived class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:657:9: style: The function 'MethodD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:644:17: note: Virtual function in base class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:657:9: note: Function in derived class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:723:10: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:717:18: note: Virtual function in base class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:723:10: note: Function in derived class
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:261:21: error: Uninitialized struct member: s.r [uninitStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:325:21: error: Uninitialized struct member: s.val_0 [uninitStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/cppb.cpp:345:21: error: Uninitialized struct member: s.val_0 [uninitStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:12:8: style: struct member 'Boo::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:136:25: style: struct member 'Test20::test20' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:137:27: style: struct member 'Test20::test21' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:138:24: style: struct member 'Test20::test22' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:59:0: style: struct member 'Goo :: Boo < void >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:57:0: style: struct member 'Xoo::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:48:0: style: struct member 'Goo :: Foo < Boo < Foo < void > > >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:48:0: style: struct member 'Goo :: Foo < Goo :: Boo < Goo :: Foo < void > > >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:6:0: style: struct member 'Foo < int >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:6:0: style: struct member 'Foo < int * >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:6:0: style: struct member 'Foo < int * * >::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:218:1: style: The class 'Expression' does not have a constructor although it has private member variables. [noConstructor]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:98:19: style: Unused private function: 'Test10::test10' [unusedPrivateFunction]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:103:19: style: Unused private function: 'Test10::test14' [unusedPrivateFunction]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:107:26: style: Unused private function: 'Test10::test17' [unusedPrivateFunction]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:64:10: performance: Technically the member function 'Goo::test7' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:71:11: note: Technically the member function 'Goo::test7' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:64:10: note: Technically the member function 'Goo::test7' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:98:19: performance: Technically the member function 'Test10::test10' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:123:14: note: Technically the member function 'Test10::test10' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:98:19: note: Technically the member function 'Test10::test10' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:99:18: performance: Technically the member function 'Test10::test11' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:124:14: note: Technically the member function 'Test10::test11' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:99:18: note: Technically the member function 'Test10::test11' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:100:21: performance: Technically the member function 'Test10::test12' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:125:14: note: Technically the member function 'Test10::test12' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:100:21: note: Technically the member function 'Test10::test12' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:101:18: performance: Technically the member function 'Test10::test13' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:126:14: note: Technically the member function 'Test10::test13' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:101:18: note: Technically the member function 'Test10::test13' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:103:19: performance: Technically the member function 'Test10::test14' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:127:14: note: Technically the member function 'Test10::test14' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:103:19: note: Technically the member function 'Test10::test14' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:223:9: style: Technically the member function 'Expression::getType' can be const. [functionConst]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:233:17: note: Technically the member function 'Expression::getType' can be const.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:223:9: note: Technically the member function 'Expression::getType' can be const.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:285:10: performance: Technically the member function 'Test38::test' can be static. [functionStatic]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:290:13: note: Technically the member function 'Test38::test' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:285:10: note: Technically the member function 'Test38::test' can be static.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:314:9: style: Technically the member function 'S1::value' can be const. [functionConst]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:322:9: note: Technically the member function 'S1::value' can be const.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:314:9: note: Technically the member function 'S1::value' can be const.
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:313:5: style: Class 'S1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:355:5: style: Struct 'C1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:378:0: style: Struct 'C2 < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle.cpp:333:0: style: Class 'S2 < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle2.cpp:7:12: style: struct member 'Foo::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle2.cpp:13:12: style: struct member 'Bar::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle2.cpp:23:12: style: struct member 'Foo::v' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle2.cpp:30:13: style: struct member 'Test32::field' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/externmangle2.cpp:89:16: style: struct member 'Test37A::t38' is never used. [unusedStructMember]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:69:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:77:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:78:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:86:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:95:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:96:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:104:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:113:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:121:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:122:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:123:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:124:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:132:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:133:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:134:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:135:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:143:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:144:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:145:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:146:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:147:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:155:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:156:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:157:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:158:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:159:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:160:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:161:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:162:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:171:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:172:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:173:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:174:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:191:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:192:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:193:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:194:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:202:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:203:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:204:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:205:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:206:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:214:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:215:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:216:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:217:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:218:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:219:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:220:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:221:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:230:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:239:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:240:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:248:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:249:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:257:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:258:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:259:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:260:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:268:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:276:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:284:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:292:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:300:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:301:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:309:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:322:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:377:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:381:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:382:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:386:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:387:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:391:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:395:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:396:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:397:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:398:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:402:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:403:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:404:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:405:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:409:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:410:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:411:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:412:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:413:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:418:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:419:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:420:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:421:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:422:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:423:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:424:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:425:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:431:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:432:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:433:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:434:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:438:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:439:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:440:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:441:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:445:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:446:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:447:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:448:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:449:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:454:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:455:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:456:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:457:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:458:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:459:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:460:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:461:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:465:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:466:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:470:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:471:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:475:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:476:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:477:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:478:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:498:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:506:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:184:9: style: Variable 'r' is not assigned a value. [unassignedVariable]
ldc-1.8.0-src/tests/d2/dmd-testsuite/runnable/extra-files/ldc_cabi2.cpp:371:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.8.cpp:102:3: warning: Member variable 'WeightedFile::Weight' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.8.cpp:134:52: warning: Access of moved variable 'I'. [accessMoved]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.8.cpp:131:49: note: Calling std::move(I)
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.8.cpp:134:52: note: $symbol:I
Access of moved variable '$symbol'.
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.9.cpp:114:3: warning: Member variable 'WeightedFile::Weight' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.9.cpp:152:32: warning: Access of moved variable 'I'. [accessMoved]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.9.cpp:147:38: note: Calling std::move(I)
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-3.9.cpp:152:32: note: $symbol:I
Access of moved variable '$symbol'.
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:164:11: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:162:21: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:164:11: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:185:9: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:183:19: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-5.0.cpp:185:9: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:188:11: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:186:21: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:188:11: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:219:9: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:217:19: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:219:9: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:50:54: performance: Function parameter 'Whence' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-6.0.cpp:51:39: performance: Function parameter 'Hint' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:188:11: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:186:21: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:188:11: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:219:9: style: Condition 'Reported' is always false [knownConditionTrueFalse]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:217:19: note: Assignment 'Reported=false', assigned value is 0
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:219:9: note: Condition 'Reported' is always false
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:50:54: performance: Function parameter 'Whence' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/tools/ldc-profdata/llvm-profdata-7.0.cpp:51:39: performance: Function parameter 'Hint' should be passed by const reference. [passedByValue]
ldc-1.8.0-src/utils/FileCheck-3.7.cpp:117:3: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-3.7.cpp:171:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-3.7.cpp:549:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.7.cpp:171:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.7.cpp:117:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/utils/FileCheck-3.8.cpp:117:3: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-3.8.cpp:171:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-3.8.cpp:547:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.8.cpp:171:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.8.cpp:117:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/utils/FileCheck-3.9.cpp:128:3: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-3.9.cpp:182:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-3.9.cpp:572:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.9.cpp:182:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-3.9.cpp:128:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/utils/FileCheck-4.0.cpp:128:3: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-4.0.cpp:182:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-4.0.cpp:572:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-4.0.cpp:182:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-4.0.cpp:128:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ldc-1.8.0-src/utils/FileCheck-5.0.cpp:136:12: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-5.0.cpp:161:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-5.0.cpp:576:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-5.0.cpp:161:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-6.0.cpp:140:12: warning: Member variable 'Pattern::LineNumber' is not initialized in the constructor. [uninitMemberVar]
ldc-1.8.0-src/utils/FileCheck-6.0.cpp:165:10: performance: Technically the member function 'Pattern::FindRegexVarEnd' can be static. [functionStatic]
ldc-1.8.0-src/utils/FileCheck-6.0.cpp:580:17: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
ldc-1.8.0-src/utils/FileCheck-6.0.cpp:165:10: note: Technically the member function 'Pattern::FindRegexVarEnd' can be static.
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/ldcofonts/ldcofonts_1.0.0.part3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/ldif3/ldif3_3.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldm/ldm_2.2.18.orig.tar.xz
ldm-2.2.18/gtkgreet/greeter.c:117:5: style: Variable 'display' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/greeter.c:113:0: note: Variable 'display' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/greeter.c:117:5: note: Variable 'display' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/greeter.c:118:5: style: Variable 'screen' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/greeter.c:114:0: note: Variable 'screen' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/greeter.c:118:5: note: Variable 'screen' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/greeter.c:224:12: style: The scope of the variable 'string' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:428:11: style: The scope of the variable 'node' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:492:23: style: The scope of the variable 'lang_item' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:492:35: style: The scope of the variable 'sess_item' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:492:47: style: The scope of the variable 'host_item' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:494:22: style: The scope of the variable 'langico' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:494:32: style: The scope of the variable 'sessico' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:494:42: style: The scope of the variable 'hostico' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:496:32: style: The scope of the variable 'custom_mnemonic' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:634:16: style: The scope of the variable 'logo' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:634:23: style: The scope of the variable 'EntryBox' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:635:16: style: The scope of the variable 'timeoutspacer1' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:635:33: style: The scope of the variable 'timeoutspacer2' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:635:50: style: The scope of the variable 'timeoutlabel' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:636:16: style: The scope of the variable 'entryspacer1' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:636:31: style: The scope of the variable 'entryspacer2' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:637:16: style: The scope of the variable 'optionico' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/greeter.c:640:16: style: The scope of the variable 'pix' can be reduced. [variableScope]
ldm-2.2.18/gtkgreet/langwin.c:71:9: style: Variable 'curr_host' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/langwin.c:68:0: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/langwin.c:71:9: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/langwin.c:73:9: style: Variable 'l' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/langwin.c:69:0: note: Variable 'l' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/langwin.c:73:9: note: Variable 'l' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/langwin.c:100:5: style: Variable 'curr_host' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/langwin.c:92:0: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/langwin.c:100:5: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:70:9: style: Variable 'curr_host' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/sesswin.c:67:0: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:70:9: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:72:9: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/sesswin.c:68:0: note: Variable 's' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:72:9: note: Variable 's' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:103:5: style: Variable 'curr_host' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/gtkgreet/sesswin.c:95:0: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/gtkgreet/sesswin.c:103:5: note: Variable 'curr_host' is reassigned a value before the old one has been used.
ldm-2.2.18/misc/ldm-dialog.c:118:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
ldm-2.2.18/src/ldminfo.c:125:5: style: Variable 'hosts_char' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/src/ldminfo.c:116:0: note: Variable 'hosts_char' is reassigned a value before the old one has been used.
ldm-2.2.18/src/ldminfo.c:125:5: note: Variable 'hosts_char' is reassigned a value before the old one has been used.
ldm-2.2.18/src/ldminfo.c:205:5: style: Variable 'lines' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/src/ldminfo.c:202:0: note: Variable 'lines' is reassigned a value before the old one has been used.
ldm-2.2.18/src/ldminfo.c:205:5: note: Variable 'lines' is reassigned a value before the old one has been used.
ldm-2.2.18/src/ldminfo.c:47:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
ldm-2.2.18/src/plugin.c:112:5: style: Variable 'tmp_xsess' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/src/plugin.c:111:0: note: Variable 'tmp_xsess' is reassigned a value before the old one has been used.
ldm-2.2.18/src/plugin.c:112:5: note: Variable 'tmp_xsess' is reassigned a value before the old one has been used.
ldm-2.2.18/src/plugins/ssh/ssh.c:194:9: style: Variable 'autoservers' is reassigned a value before the old one has been used. [redundantAssignment]
ldm-2.2.18/src/plugins/ssh/ssh.c:190:0: note: Variable 'autoservers' is reassigned a value before the old one has been used.
ldm-2.2.18/src/plugins/ssh/ssh.c:194:9: note: Variable 'autoservers' is reassigned a value before the old one has been used.
ldm-2.2.18/src/plugins/ssh/ssh.c:192:13: style: The scope of the variable 'i' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:390:9: style: The scope of the variable 'seen' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:503:12: style: The scope of the variable 'command' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:532:11: style: The scope of the variable 'shad_fp' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:537:12: style: The scope of the variable 'shadowentry' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:539:12: style: The scope of the variable 'i' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:581:9: style: The scope of the variable 'st' can be reduced. [variableScope]
ldm-2.2.18/src/plugins/ssh/ssh.c:404:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
ldm-2.2.18/wwm/client.c:160:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldm-2.2.18/wwm/events.c:48:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
ldm-2.2.18/wwm/events.c:141:13: style: The scope of the variable 'focus_to' can be reduced. [variableScope]
ldm-2.2.18/wwm/main.c:200:17: style: Function 'my_grab_key' argument 1 names different: declaration 'keysym' definition 'keycode'. [funcArgNamesDifferent]
ldm-2.2.18/wwm/wwm.h:96:22: note: Function 'my_grab_key' argument 1 names different: declaration 'keysym' definition 'keycode'.
ldm-2.2.18/wwm/main.c:200:17: note: Function 'my_grab_key' argument 1 names different: declaration 'keysym' definition 'keycode'.
ldm-2.2.18/wwm/main.c:200:39: style: Function 'my_grab_key' argument 2 names different: declaration 'modifier' definition 'modifiers'. [funcArgNamesDifferent]
ldm-2.2.18/wwm/wwm.h:96:43: note: Function 'my_grab_key' argument 2 names different: declaration 'modifier' definition 'modifiers'.
ldm-2.2.18/wwm/main.c:200:39: note: Function 'my_grab_key' argument 2 names different: declaration 'modifier' definition 'modifiers'.
ldm-2.2.18/wwm/new.c:139:9: style: The scope of the variable 'x' can be reduced. [variableScope]
ldm-2.2.18/wwm/new.c:139:12: style: The scope of the variable 'y' can be reduced. [variableScope]
ldm-2.2.18/wwm/screen.c:48:9: style: The scope of the variable 'basex' can be reduced. [variableScope]
ldm-2.2.18/wwm/screen.c:48:16: style: The scope of the variable 'basey' can be reduced. [variableScope]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/ldns/ldns_1.7.0.orig.tar.gz
ldns-1.7.0/buffer.c:101:10: style: The scope of the variable 'args' can be reduced. [variableScope]
ldns-1.7.0/buffer.c:103:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
ldns-1.7.0/compat/b64_ntop.c:119:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/compat/fake-rfc2553.c:52:18: style: The scope of the variable 'hp' can be reduced. [variableScope]
ldns-1.7.0/compat/fake-rfc2553.c:53:7: style: The scope of the variable 'tmpserv' can be reduced. [variableScope]
ldns-1.7.0/compat/fake-rfc2553.c:158:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/compat/inet_aton.c:94:6: style: The scope of the variable 'base' can be reduced. [variableScope]
ldns-1.7.0/compat/inet_pton.c:155:14: style: The scope of the variable 'xdigits' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:12: style: The scope of the variable 'minw' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:18: style: The scope of the variable 'precision' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:29: style: The scope of the variable 'prgiven' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:38: style: The scope of the variable 'zeropad' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:47: style: The scope of the variable 'minus' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:54: style: The scope of the variable 'plus' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:60: style: The scope of the variable 'space' can be reduced. [variableScope]
ldns-1.7.0/compat/snprintf.c:635:67: style: The scope of the variable 'length' can be reduced. [variableScope]
ldns-1.7.0/dname.c:163:10: style: The scope of the variable 'label_size' can be reduced. [variableScope]
ldns-1.7.0/dname.c:217:18: style: The scope of the variable 'len' can be reduced. [variableScope]
ldns-1.7.0/dname.c:300:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/dname.c:300:12: style: The scope of the variable 'j' can be reduced. [variableScope]
ldns-1.7.0/dname.c:466:12: style: The scope of the variable 'wc_chopped' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:969:2: style: Variable 'nsec' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/dnssec.c:965:0: note: Variable 'nsec' is reassigned a value before the old one has been used.
ldns-1.7.0/dnssec.c:969:2: note: Variable 'nsec' is reassigned a value before the old one has been used.
ldns-1.7.0/dnssec.c:1193:2: style: Variable 'hashed_owner' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/dnssec.c:1186:0: note: Variable 'hashed_owner' is reassigned a value before the old one has been used.
ldns-1.7.0/dnssec.c:1193:2: note: Variable 'hashed_owner' is reassigned a value before the old one has been used.
ldns-1.7.0/dnssec.c:34:11: style: The scope of the variable 'candidate' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:61:11: style: The scope of the variable 'candidate' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:303:15: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:304:11: style: The scope of the variable 'ac32' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:716:11: style: The scope of the variable 'window' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:725:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:962:11: style: The scope of the variable 'i_rr' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:1154:11: style: The scope of the variable 'cur_rr' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:1182:11: style: The scope of the variable 'i_rr' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:1324:10: style: The scope of the variable 'salt_length' can be reduced. [variableScope]
ldns-1.7.0/dnssec.c:1325:11: style: The scope of the variable 'salt' can be reduced. [variableScope]
ldns-1.7.0/dnssec_sign.c:675:20: style: The scope of the variable 'name' can be reduced. [variableScope]
ldns-1.7.0/dnssec_sign.c:24:41: style: Function 'ldns_create_empty_rrsig' argument 2 names different: declaration 'key' definition 'current_key'. [funcArgNamesDifferent]
ldns-1.7.0/ldns/dnssec_sign.h:26:41: note: Function 'ldns_create_empty_rrsig' argument 2 names different: declaration 'key' definition 'current_key'.
ldns-1.7.0/dnssec_sign.c:24:41: note: Function 'ldns_create_empty_rrsig' argument 2 names different: declaration 'key' definition 'current_key'.
ldns-1.7.0/dnssec_zone.c:846:20: style: The scope of the variable 'current_name' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:986:20: style: The scope of the variable 'name' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1044:12: style: The scope of the variable 'cur_name' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1045:12: style: The scope of the variable 'next_name' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1049:14: style: The scope of the variable 'cur_label_count' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1049:31: style: The scope of the variable 'next_label_count' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1176:11: style: The scope of the variable 'nsec3' can be reduced. [variableScope]
ldns-1.7.0/dnssec_zone.c:1177:17: style: The scope of the variable 'node' can be reduced. [variableScope]
ldns-1.7.0/drill/chasetrace.c:166:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/drill/chasetrace.c:153:0: note: Variable 'res' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/chasetrace.c:166:2: note: Variable 'res' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/chasetrace.c:21:11: style: The scope of the variable 'rr' can be reduced. [variableScope]
ldns-1.7.0/drill/chasetrace.c:146:25: style: Function 'do_trace' argument 1 names different: declaration 'res' definition 'local_res'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill.h:35:30: note: Function 'do_trace' argument 1 names different: declaration 'res' definition 'local_res'.
ldns-1.7.0/drill/chasetrace.c:146:25: note: Function 'do_trace' argument 1 names different: declaration 'res' definition 'local_res'.
ldns-1.7.0/drill/chasetrace.c:146:65: style: Function 'do_trace' argument 3 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill.h:37:21: note: Function 'do_trace' argument 3 names different: declaration 'type' definition 't'.
ldns-1.7.0/drill/chasetrace.c:146:65: note: Function 'do_trace' argument 3 names different: declaration 'type' definition 't'.
ldns-1.7.0/drill/dnssec.c:37:8: style: The scope of the variable 'answerfrom_str' can be reduced. [variableScope]
ldns-1.7.0/drill/dnssec.c:73:8: style: The scope of the variable 'answerfrom_str' can be reduced. [variableScope]
ldns-1.7.0/drill/dnssec.c:109:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/drill/drill.c:176:16: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/drill/drill.c:118:0: note: Variable 'src' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/drill.c:176:16: note: Variable 'src' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/drill.c:599:16: style: Same expression on both sides of '&&' because the value of 'tsig_name' and 'tsig_data' are the same. [duplicateExpression]
ldns-1.7.0/drill/drill.c:135:21: note: 'tsig_name' is assigned value 'NULL' here.
ldns-1.7.0/drill/drill.c:136:21: note: 'tsig_data' is assigned value 'NULL' here.
ldns-1.7.0/drill/drill.c:599:16: note: Same expression on both sides of '&&' because the value of 'tsig_name' and 'tsig_data' are the same.
ldns-1.7.0/drill/drill.c:524:28: style: Checking if unsigned variable 'strlen(serv)' is less than zero. [unsignedLessThanZero]
ldns-1.7.0/drill/drill_util.c:20:6: style: The scope of the variable 'c' can be reduced. [variableScope]
ldns-1.7.0/drill/drill_util.c:120:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/drill/drill_util.c:121:11: style: The scope of the variable 'ds' can be reduced. [variableScope]
ldns-1.7.0/drill/drill_util.c:249:44: style: Function 'print_rr_list_abbr' argument 2 names different: declaration 'sig' definition 'rrlist'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill_util.h:49:49: note: Function 'print_rr_list_abbr' argument 2 names different: declaration 'sig' definition 'rrlist'.
ldns-1.7.0/drill/drill_util.c:249:44: note: Function 'print_rr_list_abbr' argument 2 names different: declaration 'sig' definition 'rrlist'.
ldns-1.7.0/drill/drill_util.c:293:26: style: Function 'xrealloc' argument 2 names different: declaration 's' definition 'size'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill_util.h:59:32: note: Function 'xrealloc' argument 2 names different: declaration 's' definition 'size'.
ldns-1.7.0/drill/drill_util.c:293:26: note: Function 'xrealloc' argument 2 names different: declaration 's' definition 'size'.
ldns-1.7.0/drill/drill_util.c:306:13: style: Function 'xfree' argument 1 names different: declaration 'q' definition 'p'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill_util.h:64:18: note: Function 'xfree' argument 1 names different: declaration 'q' definition 'p'.
ldns-1.7.0/drill/drill_util.c:306:13: note: Function 'xfree' argument 1 names different: declaration 'q' definition 'p'.
ldns-1.7.0/drill/root.c:87:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/drill/root.c:79:0: note: Variable 'fp' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/root.c:87:2: note: Variable 'fp' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/root.c:84:11: style: The scope of the variable 'rr' can be reduced. [variableScope]
ldns-1.7.0/drill/root.c:85:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/drill/securetrace.c:69:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/drill/securetrace.c:68:0: note: Variable 'p' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/securetrace.c:69:2: note: Variable 'p' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/work.c:181:2: style: Variable 'result_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/drill/work.c:174:0: note: Variable 'result_buffer' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/work.c:181:2: note: Variable 'result_buffer' is reassigned a value before the old one has been used.
ldns-1.7.0/drill/work.c:24:7: style: The scope of the variable 'c' can be reduced. [variableScope]
ldns-1.7.0/drill/work.c:219:43: style: Function 'dump_hex' argument 2 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
ldns-1.7.0/drill/drill.h:91:48: note: Function 'dump_hex' argument 2 names different: declaration 'file' definition 'filename'.
ldns-1.7.0/drill/work.c:219:43: note: Function 'dump_hex' argument 2 names different: declaration 'file' definition 'filename'.
ldns-1.7.0/duration.c:186:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ldns-1.7.0/higher.c:37:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/higher.c:30:0: note: Variable 'result' is reassigned a value before the old one has been used.
ldns-1.7.0/higher.c:37:2: note: Variable 'result' is reassigned a value before the old one has been used.
ldns-1.7.0/higher.c:331:12: style: The scope of the variable 'rd' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:332:10: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:333:16: style: The scope of the variable 'c' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:443:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:689:10: style: The scope of the variable 'size' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:690:10: style: The scope of the variable 'horizontal_precision' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:691:10: style: The scope of the variable 'vertical_precision' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:692:11: style: The scope of the variable 'longitude' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:693:11: style: The scope of the variable 'latitude' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:694:11: style: The scope of the variable 'altitude' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:695:7: style: The scope of the variable 'northerness' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:696:7: style: The scope of the variable 'easterness' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:697:11: style: The scope of the variable 'h' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:698:11: style: The scope of the variable 'm' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:699:9: style: The scope of the variable 's' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:848:10: style: The scope of the variable 'window_block_nr' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:849:10: style: The scope of the variable 'bitmap_length' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:894:10: style: The scope of the variable 'salt_pos' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:954:11: style: The scope of the variable 'address_family' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:955:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:956:7: style: The scope of the variable 'negation' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:957:10: style: The scope of the variable 'adf_length' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1031:8: style: The scope of the variable 'b64' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1209:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1248:6: style: The scope of the variable 'written' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1470:14: style: The scope of the variable 'flags' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1767:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/host2str.c:1769:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:29:11: style: The scope of the variable 'data' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:30:9: style: The scope of the variable 'size' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:31:12: style: The scope of the variable 'label' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:32:12: style: The scope of the variable 'rest' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:122:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:123:11: style: The scope of the variable 'rdf_data' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:165:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:166:11: style: The scope of the variable 'rdl_pos' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:242:11: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:243:11: style: The scope of the variable 'rdl_pos' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:321:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:322:11: style: The scope of the variable 'arcount' can be reduced. [variableScope]
ldns-1.7.0/host2wire.c:372:11: style: The scope of the variable 'edns_rr' can be reduced. [variableScope]
ldns-1.7.0/keys.c:1824:12: style: The scope of the variable 'keybin' can be reduced. [variableScope]
ldns-1.7.0/keys.c:2073:17: style: The scope of the variable 'hmac' can be reduced. [variableScope]
ldns-1.7.0/keys.c:2131:8: style: Checking if unsigned variable 'i' is less than zero. [unsignedLessThanZero]
ldns-1.7.0/parse.c:351:14: style: The scope of the variable 'found' can be reduced. [variableScope]
ldns-1.7.0/parse.c:352:14: style: The scope of the variable 'c' can be reduced. [variableScope]
ldns-1.7.0/parse.c:380:14: style: The scope of the variable 'found' can be reduced. [variableScope]
ldns-1.7.0/radix.c:1116:3: style: Variable 'common' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/radix.c:1108:0: note: Variable 'common' is reassigned a value before the old one has been used.
ldns-1.7.0/radix.c:1116:3: note: Variable 'common' is reassigned a value before the old one has been used.
ldns-1.7.0/radix.c:338:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
ldns-1.7.0/radix.c:385:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
ldns-1.7.0/radix.c:779:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
ldns-1.7.0/radix.c:774:66: style: Function 'ldns_radix_find_prefix' argument 5 names different: declaration 'pos' definition 'respos'. [funcArgNamesDifferent]
ldns-1.7.0/radix.c:53:66: note: Function 'ldns_radix_find_prefix' argument 5 names different: declaration 'pos' definition 'respos'.
ldns-1.7.0/radix.c:774:66: note: Function 'ldns_radix_find_prefix' argument 5 names different: declaration 'pos' definition 'respos'.
ldns-1.7.0/rbtree.c:516:6: style: The scope of the variable 'r' can be reduced. [variableScope]
ldns-1.7.0/rbtree.c:625:17: style: The scope of the variable 'move_node' can be reduced. [variableScope]
ldns-1.7.0/rbtree.c:574:33: style: Function 'ldns_rbtree_next' argument 1 names different: declaration 'rbtree' definition 'node'. [funcArgNamesDifferent]
ldns-1.7.0/ldns/rbtree.h:181:48: note: Function 'ldns_rbtree_next' argument 1 names different: declaration 'rbtree' definition 'node'.
ldns-1.7.0/rbtree.c:574:33: note: Function 'ldns_rbtree_next' argument 1 names different: declaration 'rbtree' definition 'node'.
ldns-1.7.0/rbtree.c:595:37: style: Function 'ldns_rbtree_previous' argument 1 names different: declaration 'rbtree' definition 'node'. [funcArgNamesDifferent]
ldns-1.7.0/ldns/rbtree.h:188:52: note: Function 'ldns_rbtree_previous' argument 1 names different: declaration 'rbtree' definition 'node'.
ldns-1.7.0/rbtree.c:595:37: note: Function 'ldns_rbtree_previous' argument 1 names different: declaration 'rbtree' definition 'node'.
ldns-1.7.0/rdata.c:420:10: style: The scope of the variable 'octet' can be reduced. [variableScope]
ldns-1.7.0/rdata.c:421:10: style: The scope of the variable 'nnibble' can be reduced. [variableScope]
ldns-1.7.0/rdata.c:422:10: style: The scope of the variable 'nibble' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1208:2: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/resolver.c:1205:0: note: Variable 'stat' is reassigned a value before the old one has been used.
ldns-1.7.0/resolver.c:1208:2: note: Variable 'stat' is reassigned a value before the old one has been used.
ldns-1.7.0/resolver.c:144:13: style: The scope of the variable 'cur_rr' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:353:11: style: The scope of the variable 'rr' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:355:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1040:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1175:10: style: The scope of the variable 'new_rtt' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1438:11: style: The scope of the variable 'cur_rr' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1439:11: style: The scope of the variable 'packet_wire' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1572:14: style: The scope of the variable 'j' can be reduced. [variableScope]
ldns-1.7.0/resolver.c:1574:15: style: The scope of the variable 'tmprtt' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1344:6: style: Condition '!last_rr' is always true [knownConditionTrueFalse]
ldns-1.7.0/rr.c:1336:21: note: Assignment 'last_rr=NULL', assigned value is 0
ldns-1.7.0/rr.c:1344:6: note: Condition '!last_rr' is always true
ldns-1.7.0/rr.c:2531:10: warning: Either the condition '!data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
ldns-1.7.0/rr.c:2532:7: note: Assuming that condition '!data' is not redundant
ldns-1.7.0/rr.c:2531:10: note: Null pointer dereference
ldns-1.7.0/rr.c:157:2: style: Variable 'owner' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:123:0: note: Variable 'owner' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:157:2: note: Variable 'owner' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:158:2: style: Variable 'ttl' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:124:0: note: Variable 'ttl' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:158:2: note: Variable 'ttl' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:159:2: style: Variable 'clas' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:126:0: note: Variable 'clas' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:159:2: note: Variable 'clas' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:160:2: style: Variable 'rdata' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:128:0: note: Variable 'rdata' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:160:2: note: Variable 'rdata' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:161:2: style: Variable 'rr_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:120:0: note: Variable 'rr_buf' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:161:2: note: Variable 'rr_buf' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:162:2: style: Variable 'rd_buf' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:121:0: note: Variable 'rd_buf' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:162:2: note: Variable 'rd_buf' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:163:2: style: Variable 'rd' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:129:0: note: Variable 'rd' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:163:2: note: Variable 'rd' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:164:2: style: Variable 'xtok' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/rr.c:130:0: note: Variable 'xtok' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:164:2: note: Variable 'xtok' is reassigned a value before the old one has been used.
ldns-1.7.0/rr.c:77:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/rr.c:829:12: style: The scope of the variable 'pop' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1008:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1088:12: style: The scope of the variable 'list_rdf' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1282:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1283:11: style: The scope of the variable 'last' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1420:11: style: The scope of the variable 'r' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1450:15: style: The scope of the variable 'rr1_buf' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1450:25: style: The scope of the variable 'rr2_buf' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1457:11: style: The scope of the variable 'canonical_a' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1457:25: style: The scope of the variable 'canonical_b' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1504:9: style: The scope of the variable 'item_count' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1505:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1626:9: style: The scope of the variable 'rr1_len' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1626:18: style: The scope of the variable 'rr2_len' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1628:15: style: The scope of the variable 'rr1_buf' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1629:15: style: The scope of the variable 'rr2_buf' can be reduced. [variableScope]
ldns-1.7.0/rr.c:1725:6: style: The scope of the variable 'rr_cmp' can be reduced. [variableScope]
ldns-1.7.0/rr.c:2493:11: style: The scope of the variable 'window' can be reduced. [variableScope]
ldns-1.7.0/rr.c:2494:11: style: The scope of the variable 'subtype' can be reduced. [variableScope]
ldns-1.7.0/rr.c:2505:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
ldns-1.7.0/rr.c:2571:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/rr.c:2630:14: style: The scope of the variable 'desc_name' can be reduced. [variableScope]
ldns-1.7.0/rr_functions.c:273:10: style: The scope of the variable 't' can be reduced. [variableScope]
ldns-1.7.0/rr_functions.c:276:11: style: The scope of the variable 'exp' can be reduced. [variableScope]
ldns-1.7.0/sha2.c:98:0: error: #error Define BYTE_ORDER to be equal to either LITTLE_ENDIAN or BIG_ENDIAN [preprocessorErrorDirective]
ldns-1.7.0/str2host.c:587:69: warning: Either the condition 'if(publickey)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ldns-1.7.0/str2host.c:1320:6: note: Assuming that condition 'if(publickey)' is not redundant
ldns-1.7.0/str2host.c:1315:44: note: Calling function 'ldns_str2rdf_b64', 2nd argument 'str' value is 0
ldns-1.7.0/str2host.c:587:69: note: Null pointer dereference
ldns-1.7.0/str2host.c:593:46: warning: Either the condition 'if(publickey)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
ldns-1.7.0/str2host.c:1320:6: note: Assuming that condition 'if(publickey)' is not redundant
ldns-1.7.0/str2host.c:1315:44: note: Calling function 'ldns_str2rdf_b64', 2nd argument 'str' value is 0
ldns-1.7.0/str2host.c:593:46: note: Null pointer dereference
ldns-1.7.0/str2host.c:66:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/str2host.c:60:0: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:66:2: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:203:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/str2host.c:200:0: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:203:2: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:233:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/str2host.c:231:0: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:233:2: note: Variable 'r' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:1063:2: style: Variable 'data[1]' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/str2host.c:1062:2: note: Variable 'data[1]' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:1063:2: note: Variable 'data[1]' is reassigned a value before the old one has been used.
ldns-1.7.0/str2host.c:636:15: style: The scope of the variable 't_orig' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:637:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:686:11: style: The scope of the variable 'cur_type' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:757:10: style: The scope of the variable 'idd' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:1188:12: style: The scope of the variable 'len' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:1188:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:1533:6: style: The scope of the variable 'hi' can be reduced. [variableScope]
ldns-1.7.0/str2host.c:1533:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
ldns-1.7.0/update.c:45:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ldns-1.7.0/util.c:230:6: style: The scope of the variable 'new_year' can be reduced. [variableScope]
ldns-1.7.0/util.c:431:28: style: The scope of the variable 'idx3' can be reduced. [variableScope]
ldns-1.7.0/util.c:431:34: style: The scope of the variable 'idx4' can be reduced. [variableScope]
ldns-1.7.0/wire2host.c:415:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
ldns-1.7.0/wire2host.c:410:0: note: Variable 'status' is reassigned a value before the old one has been used.
ldns-1.7.0/wire2host.c:415:2: note: Variable 'status' is reassigned a value before the old one has been used.
ldns-1.7.0/wire2host.c:161:9: style: The scope of the variable 'cur_rdf_length' can be reduced. [variableScope]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/ldp-docbook-stylesheets/ldp-docbook-stylesheets_0.0.20040321.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ldtp/ldtp_2.3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/le/le_1.16.3.orig.tar.xz
le-1.16.3/lib/openat.h:30:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
le-1.16.3/lib/chdir-long.c:33:0: error: #error "compile this file only if your system defines PATH_MAX" [preprocessorErrorDirective]
le-1.16.3/lib/error.c:138:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
le-1.16.3/lib/filenamecat-lgpl.c:61:49: style: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'. [funcArgNamesDifferent]
le-1.16.3/lib/filenamecat.h:26:55: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
le-1.16.3/lib/filenamecat-lgpl.c:61:49: note: Function 'mfile_name_concat' argument 2 names different: declaration 'base' definition 'abase'.
le-1.16.3/lib/fnmatch_loop.c:1108:16: style: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same. [duplicateExpression]
le-1.16.3/lib/fnmatch_loop.c:1035:13: note: 'list' is assigned value 'NULL' here.
le-1.16.3/lib/fnmatch_loop.c:1108:16: note: Same expression on both sides of '!=' because the value of 'list' and 'NULL' are the same.
le-1.16.3/lib/fnmatch_loop.c:987:18: style: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'. [funcArgNamesDifferent]
le-1.16.3/lib/fnmatch_loop.c:22:37: note: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'.
le-1.16.3/lib/fnmatch_loop.c:987:18: note: Function 'end_pattern' argument 1 names different: declaration 'patternp' definition 'pattern'.
le-1.16.3/lib/fnmatch_loop.c:1096:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/lib/fnmatch_loop.c:1104:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/lib/fnmatch_loop.c:1126:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/fnmatch_loop.c:1134:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/fnmatch_loop.c:1142:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/fnmatch_loop.c:1164:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/fnmatch_loop.c:1179:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/fnmatch_loop.c:1188:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/lib/gettext.h:264:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
le-1.16.3/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
le-1.16.3/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
le-1.16.3/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
le-1.16.3/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
le-1.16.3/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
le-1.16.3/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
le-1.16.3/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
le-1.16.3/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
le-1.16.3/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
le-1.16.3/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
le-1.16.3/lib/getopt.c:1158:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt.c:1158:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt.c:1158:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt.c:1158:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt.c:1158:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
le-1.16.3/lib/getopt.c:1158:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
le-1.16.3/lib/getopt.c:1159:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
le-1.16.3/lib/getopt.c:1159:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
le-1.16.3/lib/getopt.c:1159:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
le-1.16.3/lib/getopt.c:1159:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
le-1.16.3/lib/getopt.c:1159:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
le-1.16.3/lib/getopt.c:1159:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
le-1.16.3/lib/getopt.c:1160:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
le-1.16.3/lib/getopt.c:1160:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
le-1.16.3/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
le-1.16.3/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
le-1.16.3/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
le-1.16.3/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
le-1.16.3/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
le-1.16.3/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
le-1.16.3/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
le-1.16.3/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
le-1.16.3/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
le-1.16.3/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
le-1.16.3/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
le-1.16.3/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
le-1.16.3/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
le-1.16.3/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
le-1.16.3/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
le-1.16.3/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
le-1.16.3/lib/gettimeofday.c:143:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
le-1.16.3/lib/localcharset.c:541:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
le-1.16.3/lib/localcharset.c:532:24: note: Assignment 'locale=NULL', assigned value is 0
le-1.16.3/lib/localcharset.c:541:14: note: Condition 'locale==NULL' is always true
le-1.16.3/lib/localcharset.c:184:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
le-1.16.3/lib/localcharset.c:541:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
le-1.16.3/lib/localcharset.c:532:24: note: 'locale' is assigned value 'NULL' here.
le-1.16.3/lib/localcharset.c:541:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
le-1.16.3/lib/localcharset.c:137:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
le-1.16.3/lib/localcharset.c:145:19: style: The scope of the variable 'base' can be reduced. [variableScope]
le-1.16.3/lib/mbswidth.c:57:24: style: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'. [funcArgNamesDifferent]
le-1.16.3/lib/mbswidth.h:55:35: note: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'.
le-1.16.3/lib/mbswidth.c:57:24: note: Function 'mbsnwidth' argument 1 names different: declaration 'buf' definition 'string'.
le-1.16.3/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
le-1.16.3/lib/memrchr.c:82:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
le-1.16.3/src/textpoin.h:80:21: warning: Member variable 'TextPoint::next' is not assigned a value in 'TextPoint::operator='. [operatorEqVarError]
le-1.16.3/src/textpoin.h:80:4: style: 'TextPoint::operator=' should return 'TextPoint &'. [operatorEq]
le-1.16.3/src/history.h:40:4: style: 'HistoryLine::operator=' should return 'HistoryLine &'. [operatorEq]
le-1.16.3/src/textpoin.h:50:10: style: Technically the member function 'TextPoint::Offset' can be const. [functionConst]
le-1.16.3/src/textpoin.h:57:9: style: Technically the member function 'TextPoint::LineSimple' can be const. [functionConst]
le-1.16.3/src/textpoin.h:63:9: style: Technically the member function 'TextPoint::ColSimple' can be const. [functionConst]
le-1.16.3/src/textpoin.h:108:9: performance: Technically the member function 'TextPoint::Check' can be static. [functionStatic]
le-1.16.3/src/textpoin.h:71:4: style: Class 'TextPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
le-1.16.3/src/history.h:35:4: style: Class 'HistoryLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
le-1.16.3/src/history.h:80:4: style: Class 'InodeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
le-1.16.3/src/block.cc:191:12: style: The scope of the variable 'j' can be reduced. [variableScope]
le-1.16.3/src/block.cc:585:8: style: The scope of the variable 'space' can be reduced. [variableScope]
le-1.16.3/src/block.cc:639:8: style: The scope of the variable 'space' can be reduced. [variableScope]
le-1.16.3/src/clipbrd.h:35:9: style: Technically the member function 'ClipBoard::IsEmpty' can be const. [functionConst]
le-1.16.3/src/calc.cc:390:12: warning: %llx in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
le-1.16.3/src/calc.cc:408:12: warning: %llo in format string (no. 1) requires 'unsigned long long *' but the argument type is 'signed long long *'. [invalidScanfArgType_int]
le-1.16.3/src/calc.cc:365:10: style: The scope of the variable 'wl' can be reduced. [variableScope]
le-1.16.3/src/calc.h:33:4: style: Technically the member function 'calc_value::operatordouble' can be const. [functionConst]
le-1.16.3/src/clipbrd.cc:30:12: warning: Member variable 'ClipBoard::rect' is not initialized in the constructor. [uninitMemberVar]
le-1.16.3/src/clipbrd.cc:30:12: warning: Member variable 'ClipBoard::toeol' is not initialized in the constructor. [uninitMemberVar]
le-1.16.3/src/cmd.cc:45:25: style: Function 'cmd' argument 1 names different: declaration 'cmd' definition 'c'. [funcArgNamesDifferent]
le-1.16.3/src/cmd.h:18:25: note: Function 'cmd' argument 1 names different: declaration 'cmd' definition 'c'.
le-1.16.3/src/cmd.cc:45:25: note: Function 'cmd' argument 1 names different: declaration 'cmd' definition 'c'.
le-1.16.3/src/color.cc:217:20: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/colormnu.cc:37:19: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/colormnu.cc:44:19: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/edit.cc:135:22: style: Condition 'CurrentPos>=*DragMark' is always true [knownConditionTrueFalse]
le-1.16.3/src/edit.cc:148:13: style: The scope of the variable 'action' can be reduced. [variableScope]
le-1.16.3/src/edit.cc:474:13: style: The scope of the variable 'f' can be reduced. [variableScope]
le-1.16.3/src/edit.cc:623:4: warning: The buffer 'Program' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
le-1.16.3/src/edit.cc:428:27: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/undo.h:107:9: style: Technically the member function 'Undo::Enabled' can be const. [functionConst]
le-1.16.3/src/undo.h:108:9: style: Technically the member function 'Undo::Locked' can be const. [functionConst]
le-1.16.3/src/file.cc:272:14: style: The scope of the variable 'dd' can be reduced. [variableScope]
le-1.16.3/src/file.cc:260:26: style: Function 'ChooseFileName' argument 1 names different: declaration 'pattern' definition 'fn'. [funcArgNamesDifferent]
le-1.16.3/src/file.h:24:30: note: Function 'ChooseFileName' argument 1 names different: declaration 'pattern' definition 'fn'.
le-1.16.3/src/file.cc:260:26: note: Function 'ChooseFileName' argument 1 names different: declaration 'pattern' definition 'fn'.
le-1.16.3/src/format.cc:182:17: style: The scope of the variable 'gap_num' can be reduced. [variableScope]
le-1.16.3/src/format.cc:184:17: style: The scope of the variable 'i' can be reduced. [variableScope]
le-1.16.3/src/format.cc:286:25: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/frames.cc:181:22: style: The scope of the variable 'dist' can be reduced. [variableScope]
le-1.16.3/src/frames.cc:183:22: style: The scope of the variable 'j' can be reduced. [variableScope]
le-1.16.3/src/frames.cc:241:10: style: The scope of the variable 'action' can be reduced. [variableScope]
le-1.16.3/src/getstr.cc:31:29: style: Function 'getstring' argument 1 names different: declaration 'prompt' definition 'pr'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:207:35: note: Function 'getstring' argument 1 names different: declaration 'prompt' definition 'pr'.
le-1.16.3/src/getstr.cc:31:29: note: Function 'getstring' argument 1 names different: declaration 'prompt' definition 'pr'.
le-1.16.3/src/getstr.cc:32:46: style: Function 'getstring' argument 7 names different: declaration 'help_title' definition 'title'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:208:71: note: Function 'getstring' argument 7 names different: declaration 'help_title' definition 'title'.
le-1.16.3/src/getstr.cc:32:46: note: Function 'getstring' argument 7 names different: declaration 'help_title' definition 'title'.
le-1.16.3/src/help.cc:171:24: style: Function 'Help' argument 1 names different: declaration 'help' definition 'helpf'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:291:24: note: Function 'Help' argument 1 names different: declaration 'help' definition 'helpf'.
le-1.16.3/src/help.cc:171:24: note: Function 'Help' argument 1 names different: declaration 'help' definition 'helpf'.
le-1.16.3/src/help.cc:109:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/highli.cc:464:7: style: Condition '!f' is always true [knownConditionTrueFalse]
le-1.16.3/src/highli.cc:463:12: note: Assignment 'f=0', assigned value is 0
le-1.16.3/src/highli.cc:464:7: note: Condition '!f' is always true
le-1.16.3/src/highli.cc:368:6: warning: Width 255 given in format string (no. 1) is smaller than destination buffer 'str[1024]'. [invalidScanfFormatWidth_smaller]
le-1.16.3/src/highli.cc:72:45: style: Function 'set_rexp' argument 1 names different: declaration 'rexp' definition 'nr'. [funcArgNamesDifferent]
le-1.16.3/src/highli.h:52:37: note: Function 'set_rexp' argument 1 names different: declaration 'rexp' definition 'nr'.
le-1.16.3/src/highli.cc:72:45: note: Function 'set_rexp' argument 1 names different: declaration 'rexp' definition 'nr'.
le-1.16.3/src/highli.cc:72:53: style: Function 'set_rexp' argument 2 names different: declaration 'icase' definition 'ignore_case'. [funcArgNamesDifferent]
le-1.16.3/src/highli.h:52:47: note: Function 'set_rexp' argument 2 names different: declaration 'icase' definition 'ignore_case'.
le-1.16.3/src/highli.cc:72:53: note: Function 'set_rexp' argument 2 names different: declaration 'icase' definition 'ignore_case'.
le-1.16.3/src/highli.cc:214:23: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/highli.cc:454:21: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/highli.cc:455:21: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/highli.cc:456:21: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/history.cc:195:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
le-1.16.3/src/history.cc:293:8: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/history.cc:294:5: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/history.cc:128:45: style: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:34:35: note: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'.
le-1.16.3/src/history.cc:128:45: note: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'.
le-1.16.3/src/history.cc:134:45: style: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:35:35: note: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'.
le-1.16.3/src/history.cc:134:45: note: Function 'HistoryLine' argument 1 names different: declaration 'h' definition 'hl'.
le-1.16.3/src/history.cc:147:55: style: Function 'HistoryLine' argument 2 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:36:45: note: Function 'HistoryLine' argument 2 names different: declaration 'len' definition 'l'.
le-1.16.3/src/history.cc:147:55: note: Function 'HistoryLine' argument 2 names different: declaration 'len' definition 'l'.
le-1.16.3/src/history.cc:164:37: style: Function 'Merge' argument 1 names different: declaration 'h' definition 'add'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:66:31: note: Function 'Merge' argument 1 names different: declaration 'h' definition 'add'.
le-1.16.3/src/history.cc:164:37: note: Function 'Merge' argument 1 names different: declaration 'h' definition 'add'.
le-1.16.3/src/history.cc:241:42: style: Function 'InodeInfo' argument 2 names different: declaration 'line' definition 'l'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:79:34: note: Function 'InodeInfo' argument 2 names different: declaration 'line' definition 'l'.
le-1.16.3/src/history.cc:241:42: note: Function 'InodeInfo' argument 2 names different: declaration 'line' definition 'l'.
le-1.16.3/src/history.cc:241:48: style: Function 'InodeInfo' argument 3 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:79:45: note: Function 'InodeInfo' argument 3 names different: declaration 'col' definition 'c'.
le-1.16.3/src/history.cc:241:48: note: Function 'InodeInfo' argument 3 names different: declaration 'col' definition 'c'.
le-1.16.3/src/history.cc:296:41: style: Function 'InodeInfo' argument 1 names different: declaration 'line' definition 'f_line'. [funcArgNamesDifferent]
le-1.16.3/src/history.h:80:33: note: Function 'InodeInfo' argument 1 names different: declaration 'line' definition 'f_line'.
le-1.16.3/src/history.cc:296:41: note: Function 'InodeInfo' argument 1 names different: declaration 'line' definition 'f_line'.
le-1.16.3/src/history.cc:126:4: performance: Variable 'cr_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
le-1.16.3/src/history.cc:243:4: performance: Variable 'time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
le-1.16.3/src/history.cc:245:4: performance: Variable 'device' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
le-1.16.3/src/history.cc:246:4: performance: Variable 'inode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
le-1.16.3/src/history.cc:42:4: style: Class 'History' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
le-1.16.3/src/history.cc:42:4: style: Class 'History' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
le-1.16.3/src/history.cc:42:4: style: Class 'History' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
le-1.16.3/src/history.h:49:18: style: Class 'History' is unsafe, 'History::lines' can leak by wrong usage. [unsafeClassCanLeak]
le-1.16.3/src/kern.cc:819:29: style: Condition 'mb_size0>mb_size1' is always false [knownConditionTrueFalse]
le-1.16.3/src/kern.cc:788:17: note: Assignment 'mb_size0=1', assigned value is 1
le-1.16.3/src/kern.cc:819:29: note: Condition 'mb_size0>mb_size1' is always false
le-1.16.3/src/kern.cc:348:24: warning: Possible null pointer dereference: block_left [nullPointer]
le-1.16.3/src/kern.cc:896:19: note: Calling function 'InsertBlock', 1st argument 'block_left' value is 0
le-1.16.3/src/kern.cc:348:24: note: Null pointer dereference
le-1.16.3/src/kern.cc:349:35: warning: Possible null pointer dereference: block_right [nullPointer]
le-1.16.3/src/kern.cc:888:47: note: Calling function 'InsertBlock', 3rd argument 'block_right' value is 0
le-1.16.3/src/kern.cc:349:35: note: Null pointer dereference
le-1.16.3/src/kern.cc:133:23: style: Function 'LineBegin' argument 1 names different: declaration 'base' definition 'ptr'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:212:28: note: Function 'LineBegin' argument 1 names different: declaration 'base' definition 'ptr'.
le-1.16.3/src/kern.cc:133:23: note: Function 'LineBegin' argument 1 names different: declaration 'base' definition 'ptr'.
le-1.16.3/src/kern.cc:139:21: style: Function 'LineEnd' argument 1 names different: declaration 'base' definition 'ptr'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:213:26: note: Function 'LineEnd' argument 1 names different: declaration 'base' definition 'ptr'.
le-1.16.3/src/kern.cc:139:21: note: Function 'LineEnd' argument 1 names different: declaration 'base' definition 'ptr'.
le-1.16.3/src/kern.cc:248:21: style: Function 'GetSpace' argument 1 names different: declaration 'amount' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:215:26: note: Function 'GetSpace' argument 1 names different: declaration 'amount' definition 's'.
le-1.16.3/src/kern.cc:248:21: note: Function 'GetSpace' argument 1 names different: declaration 'amount' definition 's'.
le-1.16.3/src/kern.cc:304:31: style: Function 'InsertBlock' argument 1 names different: declaration 'block' definition 'block_left'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:276:31: note: Function 'InsertBlock' argument 1 names different: declaration 'block' definition 'block_left'.
le-1.16.3/src/kern.cc:304:31: note: Function 'InsertBlock' argument 1 names different: declaration 'block' definition 'block_left'.
le-1.16.3/src/kern.cc:304:46: style: Function 'InsertBlock' argument 2 names different: declaration 'len' definition 'size_left'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:276:41: note: Function 'InsertBlock' argument 2 names different: declaration 'len' definition 'size_left'.
le-1.16.3/src/kern.cc:304:46: note: Function 'InsertBlock' argument 2 names different: declaration 'len' definition 'size_left'.
le-1.16.3/src/kern.cc:304:68: style: Function 'InsertBlock' argument 3 names different: declaration 'rblock' definition 'block_right'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:276:57: note: Function 'InsertBlock' argument 3 names different: declaration 'rblock' definition 'block_right'.
le-1.16.3/src/kern.cc:304:68: note: Function 'InsertBlock' argument 3 names different: declaration 'rblock' definition 'block_right'.
le-1.16.3/src/kern.cc:304:84: style: Function 'InsertBlock' argument 4 names different: declaration 'rlen' definition 'size_right'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:276:73: note: Function 'InsertBlock' argument 4 names different: declaration 'rlen' definition 'size_right'.
le-1.16.3/src/kern.cc:304:84: note: Function 'InsertBlock' argument 4 names different: declaration 'rlen' definition 'size_right'.
le-1.16.3/src/kern.cc:422:31: style: Function 'CopyBlock' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:278:31: note: Function 'CopyBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:422:31: note: Function 'CopyBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:453:35: style: Function 'CopyBlockOver' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:279:35: note: Function 'CopyBlockOver' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:453:35: note: Function 'CopyBlockOver' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:479:28: style: Function 'ReadBlock' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:280:28: note: Function 'ReadBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:479:28: note: Function 'ReadBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:505:38: style: Function 'ReplaceTextFromFile' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:282:38: note: Function 'ReplaceTextFromFile' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:505:38: note: Function 'ReplaceTextFromFile' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:536:32: style: Function 'ReadBlockOver' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:281:32: note: Function 'ReadBlockOver' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:536:32: note: Function 'ReadBlockOver' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:619:39: style: Function 'WriteBlock' argument 3 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:283:39: note: Function 'WriteBlock' argument 3 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:619:39: note: Function 'WriteBlock' argument 3 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:742:42: style: Function 'ReplaceBlock' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:277:42: note: Function 'ReplaceBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/kern.cc:742:42: note: Function 'ReplaceBlock' argument 2 names different: declaration 'len' definition 'size'.
le-1.16.3/src/keymap.cc:657:19: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
le-1.16.3/src/keymap.cc:681:22: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/keymap.cc:683:22: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/keymap.cc:701:13: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/keymap.cc:594:11: style: The scope of the variable 'store' can be reduced. [variableScope]
le-1.16.3/src/keymap.cc:228:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
le-1.16.3/src/keynames.cc:341:20: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/keynames.cc:342:6: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/keynames.cc:400:12: style: C-style pointer casting [cstyleCast]
le-1.16.3/src/loadsave.cc:245:10: warning: %lli in format string (no. 2) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
le-1.16.3/src/loadsave.cc:245:10: warning: %li in format string (no. 3) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
le-1.16.3/src/loadsave.cc:245:10: warning: %n in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
le-1.16.3/src/loadsave.cc:462:10: style: The scope of the variable 'bytesread' can be reduced. [variableScope]
le-1.16.3/src/loadsave.cc:59:29: style: Function 'LockFile' argument 2 names different: declaration 'drop_write_lock' definition 'drop'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:228:34: note: Function 'LockFile' argument 2 names different: declaration 'drop_write_lock' definition 'drop'.
le-1.16.3/src/loadsave.cc:59:29: note: Function 'LockFile' argument 2 names different: declaration 'drop_write_lock' definition 'drop'.
le-1.16.3/src/loadsave.cc:427:24: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:435:25: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:444:25: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:500:17: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:506:25: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:788:23: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/loadsave.cc:245:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/menu.cc:163:9: style: The scope of the variable 'x' can be reduced. [variableScope]
le-1.16.3/src/menu.cc:185:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
le-1.16.3/src/menu.cc:77:71: style: Function 'ReadMenu' argument 4 names different: declaration 'a1' definition 'ca'. [funcArgNamesDifferent]
le-1.16.3/src/menu.h:31:71: note: Function 'ReadMenu' argument 4 names different: declaration 'a1' definition 'ca'.
le-1.16.3/src/menu.cc:77:71: note: Function 'ReadMenu' argument 4 names different: declaration 'a1' definition 'ca'.
le-1.16.3/src/menu1.cc:602:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/menu1.cc:630:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/menu1.cc:657:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/options.cc:875:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
le-1.16.3/src/options.cc:414:36: style: Function 'ReadConfFromFile' argument 1 names different: declaration 'file' definition 'ini'. [funcArgNamesDifferent]
le-1.16.3/src/options.h:28:35: note: Function 'ReadConfFromFile' argument 1 names different: declaration 'file' definition 'ini'.
le-1.16.3/src/options.cc:414:36: note: Function 'ReadConfFromFile' argument 1 names different: declaration 'file' definition 'ini'.
le-1.16.3/src/options.cc:362:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/pipe.cc:38:29: style: Function 'PipeBlock' argument 1 names different: declaration 'cmd' definition 'filter'. [funcArgNamesDifferent]
le-1.16.3/src/block.h:49:31: note: Function 'PipeBlock' argument 1 names different: declaration 'cmd' definition 'filter'.
le-1.16.3/src/pipe.cc:38:29: note: Function 'PipeBlock' argument 1 names different: declaration 'cmd' definition 'filter'.
le-1.16.3/src/regex.c:4114:56: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
le-1.16.3/src/regex.c:4538:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
le-1.16.3/src/regex.c:4449:29: note: Assignment 'multibyte=0', assigned value is 0
le-1.16.3/src/regex.c:4538:9: note: Condition 'multibyte' is always false
le-1.16.3/src/regex.c:4571:9: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
le-1.16.3/src/regex.c:4449:29: note: Assignment 'multibyte=0', assigned value is 0
le-1.16.3/src/regex.c:4571:9: note: Condition 'multibyte' is always false
le-1.16.3/src/regex.c:4597:12: style: Condition 'multibyte' is always false [knownConditionTrueFalse]
le-1.16.3/src/regex.c:4449:29: note: Assignment 'multibyte=0', assigned value is 0
le-1.16.3/src/regex.c:4597:12: note: Condition 'multibyte' is always false
le-1.16.3/src/regex.c:5271:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
le-1.16.3/src/regex.c:5268:17: note: Assignment 'string1=0', assigned value is 0
le-1.16.3/src/regex.c:5271:18: note: Null pointer addition
le-1.16.3/src/regex.c:5681:10: warning: Redundant assignment of 'c1' to itself. [selfAssignment]
le-1.16.3/src/regex.c:4056:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
le-1.16.3/src/regex.c:5220:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5230:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5231:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5232:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5233:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5737:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5918:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5949:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5971:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:5993:4: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:6065:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:6083:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:6102:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:6410:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
le-1.16.3/src/regex.c:2712:7: error: Memory leak: compile_stack.stack [memleak]
le-1.16.3/src/regex.c:3973:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/src/regex.c:3976:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
le-1.16.3/src/regex.c:2712:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:2827:9: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:2834:3: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:2982:3: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:2989:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3011:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3020:11: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3047:25: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3114:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3117:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3253:4: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3270:4: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3273:8: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3463:3: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3466:5: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3481:7: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:3680:15: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/regex.c:5624:11: error: Uninitialized variable: buf_charlen [uninitvar]
le-1.16.3/src/regex.c:5724:11: error: Uninitialized variable: len [uninitvar]
le-1.16.3/src/screen.cc:398:15: style: Same expression on both sides of '==' because the value of 'wname' and '0' are the same. [duplicateExpression]
le-1.16.3/src/screen.cc:323:19: note: 'wname' is assigned value '0' here.
le-1.16.3/src/screen.cc:398:15: note: Same expression on both sides of '==' because the value of 'wname' and '0' are the same.
le-1.16.3/src/screen.cc:136:18: style: The scope of the variable 'OldBlockBeginLine' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:136:39: style: The scope of the variable 'OldBlockBeginCol' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:137:18: style: The scope of the variable 'OldBlockEndLine' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:137:37: style: The scope of the variable 'OldBlockEndCol' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:323:13: style: The scope of the variable 'wname' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:325:10: style: The scope of the variable 'l' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:730:12: style: The scope of the variable 'newhash' can be reduced. [variableScope]
le-1.16.3/src/screen.cc:273:30: style: Function 'AddMessage' argument 1 names different: declaration 'msg' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/screen.h:34:30: note: Function 'AddMessage' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:273:30: note: Function 'AddMessage' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:281:27: style: Function 'Message' argument 1 names different: declaration 'msg' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/screen.h:32:27: note: Function 'Message' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:281:27: note: Function 'Message' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:289:31: style: Function 'MessageSync' argument 1 names different: declaration 'msg' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/screen.h:33:31: note: Function 'MessageSync' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:289:31: note: Function 'MessageSync' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:978:26: style: Function 'ErrMsg' argument 1 names different: declaration 'msg' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/screen.h:37:26: note: Function 'ErrMsg' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:978:26: note: Function 'ErrMsg' argument 1 names different: declaration 'msg' definition 's'.
le-1.16.3/src/screen.cc:983:26: style: Function 'FError' argument 1 names different: declaration 'filename' definition 's'. [funcArgNamesDifferent]
le-1.16.3/src/edit.h:209:32: note: Function 'FError' argument 1 names different: declaration 'filename' definition 's'.
le-1.16.3/src/screen.cc:983:26: note: Function 'FError' argument 1 names different: declaration 'filename' definition 's'.
le-1.16.3/src/screen.cc:556:24: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/search.cc:124:38: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/search.cc:173:22: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/tables.cc:80:10: style: The scope of the variable 'i' can be reduced. [variableScope]
le-1.16.3/src/textpoin.h:40:10: style: Technically the member function 'TextPoint::DeleteTextPoint' can be const. [functionConst]
le-1.16.3/src/textpoin.cc:45:18: note: Technically the member function 'TextPoint::DeleteTextPoint' can be const.
le-1.16.3/src/textpoin.h:40:10: note: Technically the member function 'TextPoint::DeleteTextPoint' can be const.
le-1.16.3/src/textpoin.h:76:9: style: Technically the member function 'TextPoint::CacheTextPoint' can be const. [functionConst]
le-1.16.3/src/textpoin.cc:123:17: note: Technically the member function 'TextPoint::CacheTextPoint' can be const.
le-1.16.3/src/textpoin.h:76:9: note: Technically the member function 'TextPoint::CacheTextPoint' can be const.
le-1.16.3/src/undo.cc:153:12: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
le-1.16.3/src/undo.cc:382:18: warning: Member variable 'GroupHead::stdcol' is not initialized in the constructor. [uninitMemberVar]
le-1.16.3/src/undo.cc:34:4: performance: Variable 'last_change_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
le-1.16.3/src/undo.h:100:9: style: Technically the member function 'Undo::FileSaved' can be const. [functionConst]
le-1.16.3/src/undo.cc:399:12: note: Technically the member function 'Undo::FileSaved' can be const.
le-1.16.3/src/undo.h:100:9: note: Technically the member function 'Undo::FileSaved' can be const.
le-1.16.3/src/undo.cc:147:7: style: Class 'Change' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
le-1.16.3/src/undo.cc:147:7: style: Class 'Change' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
le-1.16.3/src/user.cc:963:10: warning: %lli in format string (no. 2) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
le-1.16.3/src/user.cc:963:10: warning: %li in format string (no. 3) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
le-1.16.3/src/user.cc:803:8: style: The scope of the variable 'newmargin' can be reduced. [variableScope]
le-1.16.3/src/user.cc:806:8: style: The scope of the variable 'sz' can be reduced. [variableScope]
le-1.16.3/src/user.cc:956:11: style: The scope of the variable 'slash' can be reduced. [variableScope]
le-1.16.3/src/user.cc:957:10: style: The scope of the variable 'msg' can be reduced. [variableScope]
le-1.16.3/src/user.cc:1104:10: style: The scope of the variable 'cl' can be reduced. [variableScope]
le-1.16.3/src/user.cc:960:31: warning: Obsolete function 'alloca' called. [allocaCalled]
le-1.16.3/src/user.cc:963:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
le-1.16.3/src/wcwidth.c:73:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
le-1.16.3/src/wcwidth.c:210:7: style: The scope of the variable 'w' can be reduced. [variableScope]
le-1.16.3/src/wcwidth.c:301:7: style: The scope of the variable 'w' can be reduced. [variableScope]
le-1.16.3/src/window.cc:29:27: style: Function 'Absolute' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
le-1.16.3/src/window.h:60:27: note: Function 'Absolute' argument 2 names different: declaration 'width' definition 'w'.
le-1.16.3/src/window.cc:29:27: note: Function 'Absolute' argument 2 names different: declaration 'width' definition 'w'.
le-1.16.3/src/window.cc:29:33: style: Function 'Absolute' argument 3 names different: declaration 'field' definition 'f'. [funcArgNamesDifferent]
le-1.16.3/src/window.h:60:37: note: Function 'Absolute' argument 3 names different: declaration 'field' definition 'f'.
le-1.16.3/src/window.cc:29:33: note: Function 'Absolute' argument 3 names different: declaration 'field' definition 'f'.
le-1.16.3/src/window.cc:136:38: style: Function 'PutStr' argument 3 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
le-1.16.3/src/window.h:63:38: note: Function 'PutStr' argument 3 names different: declaration 's' definition 'str'.
le-1.16.3/src/window.cc:136:38: note: Function 'PutStr' argument 3 names different: declaration 's' definition 'str'.
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/le-dico-de-rene-cougnenc/le-dico-de-rene-cougnenc_1.3.orig.tar.gz
le-dico-de-rene-cougnenc-1.3/src/cleandic.c:17:0: error: #error "Vous devez definir le systeme d'exploitation linux ou MSDOS." [preprocessorErrorDirective]
le-dico-de-rene-cougnenc-1.3/src/dico.c:25:0: error: #error "Vous devez definir le systeme d'exploitation linux,sony ou MSDOS." [preprocessorErrorDirective]
le-dico-de-rene-cougnenc-1.3/src/eclate.c:53:0: error: Resource leak: fp [resourceLeak]
le-dico-de-rene-cougnenc-1.3/src/goodend.c:12:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
le-dico-de-rene-cougnenc-1.3/src/goodend.c:12:12: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
le-dico-de-rene-cougnenc-1.3/src/goodend.c:26:0: error: Resource leak: fp [resourceLeak]
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:44:3: style: Variable 'tonix' is reassigned a value before the old one has been used. [redundantAssignment]
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:41:0: note: Variable 'tonix' is reassigned a value before the old one has been used.
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:44:3: note: Variable 'tonix' is reassigned a value before the old one has been used.
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:38:9: style: The scope of the variable 'fi' can be reduced. [variableScope]
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:38:13: style: The scope of the variable 'ftmp' can be reduced. [variableScope]
le-dico-de-rene-cougnenc-1.3/src/ibm2iso.c:80:0: error: Resource leak: fi [resourceLeak]
le-dico-de-rene-cougnenc-1.3/src/killposte.c:17:0: error: #error "Vous devez definir le systeme d'exploitation linux ou MSDOS." [preprocessorErrorDirective]
le-dico-de-rene-cougnenc-1.3/src/putbanner.c:17:0: error: #error "Vous devez definir le systeme d'exploitation linux ou MSDOS." [preprocessorErrorDirective]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/leaflet/leaflet_1.0.3~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leaflet-geometryutil/leaflet-geometryutil_0.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leaflet-markercluster/leaflet-markercluster_1.2.0~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leafnode/leafnode_1.11.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/leafpad/leafpad_0.8.18.1.orig.tar.gz
leafpad-0.8.18.1/src/callback.c:222:18: style: The scope of the variable 'ifactory' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:91:10: style: The scope of the variable 'files' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:92:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:93:9: style: The scope of the variable 'comline' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:95:9: style: The scope of the variable 'filename_sh' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:96:10: style: The scope of the variable 'strs' can be reduced. [variableScope]
leafpad-0.8.18.1/src/dnd.c:189:9: style: The scope of the variable 'name' can be reduced. [variableScope]
leafpad-0.8.18.1/src/encoding.c:99:15: style: The scope of the variable 'env' can be reduced. [variableScope]
leafpad-0.8.18.1/src/file.c:229:0: error: Resource leak: fp [resourceLeak]
leafpad-0.8.18.1/src/gtksourceiter.c:586:58: style: Condition '(flags&GTK_SOURCE_SEARCH_VISIBLE_ONLY)!=0' is always false [knownConditionTrueFalse]
leafpad-0.8.18.1/src/gtksourceiter.c:689:58: style: Condition '(flags&GTK_SOURCE_SEARCH_VISIBLE_ONLY)!=0' is always false [knownConditionTrueFalse]
leafpad-0.8.18.1/src/gtksourceiter.c:43:12: style: The scope of the variable 'decomp' can be reduced. [variableScope]
leafpad-0.8.18.1/src/indent.c:187:9: style: The scope of the variable 'ind' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:114:15: style: The scope of the variable 'text_view' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:115:13: style: The scope of the variable 'win' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:117:15: style: The scope of the variable 'layout' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:118:17: style: The scope of the variable 'alist' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:119:18: style: The scope of the variable 'attr' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:120:10: style: The scope of the variable 'numbers' can be reduced. [variableScope]
leafpad-0.8.18.1/src/linenum.c:121:10: style: The scope of the variable 'pixels' can be reduced. [variableScope]
leafpad-0.8.18.1/src/main.c:353:6: style: Condition 'stdin_data' is always false [knownConditionTrueFalse]
leafpad-0.8.18.1/src/main.c:282:22: note: Assignment 'stdin_data=NULL', assigned value is 0
leafpad-0.8.18.1/src/main.c:353:6: note: Condition 'stdin_data' is always false
leafpad-0.8.18.1/src/main.c:46:10: style: The scope of the variable 'num' can be reduced. [variableScope]
leafpad-0.8.18.1/src/main.c:171:12: style: The scope of the variable 'encarray' can be reduced. [variableScope]
leafpad-0.8.18.1/src/menu.c:157:18: style: Variable 'flag_emacs' is assigned a value that is never used. [unreadVariable]
leafpad-0.8.18.1/src/search.c:300:26: style: The scope of the variable 'label_replace' can be reduced. [variableScope]
leafpad-0.8.18.1/src/search.c:302:26: style: The scope of the variable 'check_all' can be reduced. [variableScope]
leafpad-0.8.18.1/src/selector.c:55:13: style: The scope of the variable 'menu_item' can be reduced. [variableScope]
leafpad-0.8.18.1/src/selector.c:154:9: style: The scope of the variable 'str' can be reduced. [variableScope]
leafpad-0.8.18.1/src/selector.c:217:16: style: The scope of the variable 'ctable' can be reduced. [variableScope]
leafpad-0.8.18.1/src/selector.c:302:13: style: The scope of the variable 'option_menu_lineend' can be reduced. [variableScope]
leafpad-0.8.18.1/src/selector.c:351:57: style: Function 'get_fileinfo_from_selector' argument 2 names different: declaration 'mode' definition 'requested_mode'. [funcArgNamesDifferent]
leafpad-0.8.18.1/src/selector.h:31:57: note: Function 'get_fileinfo_from_selector' argument 2 names different: declaration 'mode' definition 'requested_mode'.
leafpad-0.8.18.1/src/selector.c:351:57: note: Function 'get_fileinfo_from_selector' argument 2 names different: declaration 'mode' definition 'requested_mode'.
leafpad-0.8.18.1/src/undo.c:304:12: style: The scope of the variable 'ui' can be reduced. [variableScope]
leafpad-0.8.18.1/src/undo.c:342:12: style: The scope of the variable 'ri' can be reduced. [variableScope]
leafpad-0.8.18.1/src/view.c:57:9: style: The scope of the variable 'basename' can be reduced. [variableScope]
leafpad-0.8.18.1/src/view.c:57:20: style: The scope of the variable 'str' can be reduced. [variableScope]
leafpad-0.8.18.1/src/view.c:92:9: style: The scope of the variable 'str' can be reduced. [variableScope]
leafpad-0.8.18.1/src/view.c:92:15: style: The scope of the variable 'p' can be reduced. [variableScope]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/leaktracer/leaktracer_2.4.orig.tar.gz
LeakTracer/LeakTracer.cc:195:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:288:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:409:4: portability: %d in format string (no. 5) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:422:4: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:428:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:478:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
LeakTracer/LeakTracer.cc:345:11: style: C-style pointer casting [cstyleCast]
LeakTracer/LeakTracer.cc:138:2: warning: Member variable 'LeakTracer::destroyed' is not initialized in the constructor. [uninitMemberVar]
LeakTracer/test.cc:4:0: style: Variable 'x' is allocated memory that is never used. [unusedAllocatedMemory]
LeakTracer/test.cc:8:0: style: Variable 'z' is allocated memory that is never used. [unusedAllocatedMemory]
LeakTracer/test.cc:10:5: error: Array 'q[4]' accessed at index 4, which is out of bounds. [arrayIndexOutOfBounds]
LeakTracer/test.cc:5:1: error: Memory leak: x [memleak]
LeakTracer/test.cc:15:12: error: Mismatching allocation and deallocation: z [mismatchAllocDealloc]
LeakTracer/test.cc:17:1: error: Memory leak: q [memleak]
LeakTracer/test.cc:16:5: error: Mismatching allocation and deallocation: z [mismatchAllocDealloc]
LeakTracer/test.cc:16:0: error: Deallocating a deallocated pointer: z [deallocDealloc]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/leap-cli/leap-cli_1.9.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/leatherman/leatherman_1.4.2+dfsg.orig.tar.gz
leatherman-1.4.2+dfsg/curl/src/client.cc:26:13: performance: Variable '_result' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leatherman-1.4.2+dfsg/curl/tests/mock_curl.hpp:84:5: style: Struct 'curl_fail_init' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leatherman-1.4.2+dfsg/dynamic_library/tests/dynamic_library_tests.cc:59:23: warning: Access of moved variable 'lib'. [accessMoved]
leatherman-1.4.2+dfsg/dynamic_library/tests/dynamic_library_tests.cc:56:32: note: Calling std::move(lib)
leatherman-1.4.2+dfsg/dynamic_library/tests/dynamic_library_tests.cc:59:23: note: $symbol:lib
Access of moved variable '$symbol'.
leatherman-1.4.2+dfsg/execution/src/posix/execution.cc:482:17: style: Condition 'kill_child' is always true [knownConditionTrueFalse]
leatherman-1.4.2+dfsg/execution/src/posix/execution.cc:477:27: note: Assignment 'kill_child=true', assigned value is 1
leatherman-1.4.2+dfsg/execution/src/posix/execution.cc:482:17: note: Condition 'kill_child' is always true
leatherman-1.4.2+dfsg/execution/src/windows/execution.cc:623:17: style: Condition 'terminate' is always true [knownConditionTrueFalse]
leatherman-1.4.2+dfsg/execution/src/windows/execution.cc:621:26: note: Assignment 'terminate=true', assigned value is 1
leatherman-1.4.2+dfsg/execution/src/windows/execution.cc:623:17: note: Condition 'terminate' is always true
leatherman-1.4.2+dfsg/file_util/tests/fixtures.hpp:29:5: style: Class 'temp_file' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leatherman-1.4.2+dfsg/file_util/tests/file_utils_test.cc:192:17: style: Reading from empty STL container 'lines' [reademptycontainer]
leatherman-1.4.2+dfsg/file_util/tests/file_utils_test.cc:193:17: style: Reading from empty STL container 'lines' [reademptycontainer]
leatherman-1.4.2+dfsg/logging/src/logging.cc:44:9: style: Class 'color_writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leatherman-1.4.2+dfsg/logging/src/logging.cc:79:45: performance: Function parameter 'locale' should be passed by const reference. [passedByValue]
leatherman-1.4.2+dfsg/logging/src/logging.cc:79:60: performance: Function parameter 'domain' should be passed by const reference. [passedByValue]
leatherman-1.4.2+dfsg/logging/tests/logging.hpp:57:9: style: Struct 'logging_context' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leatherman-1.4.2+dfsg/logging/tests/logging.hpp:75:16: performance: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static. [functionStatic]
leatherman-1.4.2+dfsg/logging/tests/posix/logging.cc:5:36: note: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static.
leatherman-1.4.2+dfsg/logging/tests/logging.hpp:75:16: note: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static.
leatherman-1.4.2+dfsg/logging/tests/logging.hpp:75:16: performance: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static. [functionStatic]
leatherman-1.4.2+dfsg/logging/tests/windows/logging.cc:6:36: note: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static.
leatherman-1.4.2+dfsg/logging/tests/logging.hpp:75:16: note: Technically the member function 'leatherman::test::logging_format_context::get_color' can be static.
leatherman-1.4.2+dfsg/ruby/src/api.cc:466:14: style: Reading from empty STL container 'exception' [reademptycontainer]
leatherman-1.4.2+dfsg/ruby/tests/api-test.cc:141:11: style: Exception should be caught by reference. [catchExceptionByValue]
leatherman-1.4.2+dfsg/ruby/tests/api-test.cc:150:11: style: Exception should be caught by reference. [catchExceptionByValue]
leatherman-1.4.2+dfsg/util/tests/strings_test.cc:60:17: style: Reading from empty STL container 'lines' [reademptycontainer]
leatherman-1.4.2+dfsg/util/tests/strings_test.cc:61:17: style: Reading from empty STL container 'lines' [reademptycontainer]
leatherman-1.4.2+dfsg/vendor/nowide/test/test_fstream.cpp:16:17: style: The scope of the variable 'example' can be reduced. [variableScope]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/leave/leave_1.12.orig.tar.gz
leave-1.12/leave.c:81:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/lebiniou/lebiniou_3.24.orig.tar.gz
lebiniou-3.24/plugins/stable/input/alsa/alsa.c:78:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lebiniou-3.24/plugins/stable/input/alsa/alsa.c:78:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lebiniou-3.24/plugins/stable/input/esound/esound.c:70:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lebiniou-3.24/plugins/stable/input/jackaudio/jackaudio.c:74:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lebiniou-3.24/plugins/stable/input/oss/oss.c:155:7: style: Unused variable: formats [unusedVariable]
lebiniou-3.24/plugins/stable/input/oss/oss.c:156:7: style: Unused variable: caps [unusedVariable]
lebiniou-3.24/plugins/stable/input/oss/oss.c:157:7: style: Unused variable: deffmt [unusedVariable]
lebiniou-3.24/plugins/stable/input/twip/twip.c:149:31: style: The scope of the variable 'y' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:185:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:182:2: note: outer condition: 1
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:185:11: note: identical inner condition: 1
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:129:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:131:3: note: Found duplicate branches for 'if' and 'else'.
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:129:3: note: Found duplicate branches for 'if' and 'else'.
lebiniou-3.24/plugins/stable/main/GLCube/GLCube.c:202:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lebiniou-3.24/plugins/stable/main/cirrus/cirrus.c:104:11: style: The scope of the variable 'col' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/cirrus2/cirrus2.c:112:11: style: The scope of the variable 'col' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/cth_hurricane/cth_hurricane.c:39:8: style: The scope of the variable 'speedFactor' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/delay1/delay1.c:99:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/delay1/delay1.c:95:0: note: Variable 'p' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay1/delay1.c:99:5: note: Variable 'p' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:62:3: style: Variable 'part' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:53:0: note: Variable 'part' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:62:3: note: Variable 'part' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:154:7: style: Variable 'spline' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:152:0: note: Variable 'spline' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay2/delay2.c:154:7: note: Variable 'spline' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay3/delay3.c:64:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/delay3/delay3.c:49:0: note: Variable 'p' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/delay3/delay3.c:64:5: note: Variable 'p' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/galaxy/galaxy.c:190:15: style: The scope of the variable 'w1' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/galaxy/galaxy.c:190:19: style: The scope of the variable 'w2' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/include/infinity.h:118:3: style: Variable 'threads' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/include/infinity.h:116:0: note: Variable 'threads' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/include/infinity.h:118:3: note: Variable 'threads' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/of_spiral/of_spiral.c:49:22: style: The scope of the variable 'theta' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/of_spiral/of_spiral.c:49:34: style: The scope of the variable 'r' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/of_spiral/of_spiral.c:49:37: style: The scope of the variable 'd' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:38:3: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:35:0: note: Variable 'src' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:38:3: note: Variable 'src' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:39:3: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:36:0: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/poincare/poincare.c:39:3: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/rotors/rotors.c:39:11: style: Unused variable: c2 [unusedVariable]
lebiniou-3.24/plugins/stable/main/rotors/rotors.c:41:17: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
lebiniou-3.24/plugins/stable/main/swarm/swarm.c:156:7: error: Memory leak: segs [memleak]
lebiniou-3.24/plugins/stable/main/swarm/swarm.c:156:7: error: Memory leak: x [memleak]
lebiniou-3.24/plugins/stable/main/swarm/swarm.c:156:7: error: Memory leak: y [memleak]
lebiniou-3.24/plugins/stable/main/swarm/swarm.c:156:7: error: Memory leak: xv [memleak]
lebiniou-3.24/plugins/stable/main/swarm/swarm.c:156:7: error: Memory leak: yv [memleak]
lebiniou-3.24/plugins/stable/main/xscanline/xscanline.c:75:3: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/xscanline/xscanline.c:70:0: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/xscanline/xscanline.c:75:3: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/yscanline/yscanline.c:75:3: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/main/yscanline/yscanline.c:70:0: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/yscanline/yscanline.c:75:3: note: Variable 'dst' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/main/zebu1/zebu1.c:120:14: style: The scope of the variable 'b' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/output/GL/osd.c:120:63: warning: Possible null pointer dereference: what [nullPointer]
lebiniou-3.24/plugins/stable/output/GL/osd.c:112:24: note: Assignment 'what=NULL', assigned value is 0
lebiniou-3.24/plugins/stable/output/GL/osd.c:120:63: note: Null pointer dereference
lebiniou-3.24/plugins/stable/output/GL/osd.c:179:13: style: Variable 'cur_seq' is assigned a value that is never used. [unreadVariable]
lebiniou-3.24/plugins/stable/output/SDL/osd.c:120:63: warning: Possible null pointer dereference: what [nullPointer]
lebiniou-3.24/plugins/stable/output/SDL/osd.c:112:24: note: Assignment 'what=NULL', assigned value is 0
lebiniou-3.24/plugins/stable/output/SDL/osd.c:120:63: note: Null pointer dereference
lebiniou-3.24/plugins/stable/output/SDL/osd.c:179:13: style: Variable 'cur_seq' is assigned a value that is never used. [unreadVariable]
lebiniou-3.24/plugins/stable/output/caca/caca.c:142:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/output/caca/caca.c:134:0: note: Variable 'data' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/output/caca/caca.c:142:3: note: Variable 'data' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/output/caca/caca.c:151:5: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
lebiniou-3.24/plugins/stable/output/caca/caca.c:145:0: note: Variable 'stream' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/output/caca/caca.c:151:5: note: Variable 'stream' is reassigned a value before the old one has been used.
lebiniou-3.24/plugins/stable/output/erlang/erlang.h:30:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/output/erlang/erlang.c:167:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/output/erlang/erlang.c:266:16: style: The scope of the variable 'layer' can be reduced. [variableScope]
lebiniou-3.24/plugins/stable/output/erlang/erlang.c:639:12: style: The scope of the variable 'total' can be reduced. [variableScope]
lebiniou-3.24/src/utils.h:27:0: error: #error "No config.h" [preprocessorErrorDirective]
[02:24]

ftp://ftp.se.debian.org/debian/pool/main/l/lebiniou-data/lebiniou-data_3.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lecm/lecm_0.0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ledger/ledger_3.1.2~pre1+g3a00e1c+dfsg1.orig.tar.gz
ledger-3.1.2~pre1+g3a00e1c+dfsg1/lib/utfcpp/v2_0/source/utf8/checked.h:44:9: style: Class 'invalid_code_point' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/lib/utfcpp/v2_0/source/utf8/checked.h:52:9: style: Class 'invalid_utf8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/lib/utfcpp/v2_0/source/utf8/checked.h:60:9: style: Class 'invalid_utf16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:52:51: style: Function 'find_account' argument 1 names different: declaration 'name' definition 'acct_name'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:124:42: note: Function 'find_account' argument 1 names different: declaration 'name' definition 'acct_name'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:52:51: note: Function 'find_account' argument 1 names different: declaration 'name' definition 'acct_name'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:384:50: style: Function 'lookup' argument 2 names different: declaration 'name' definition 'fn_name'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:153:49: note: Function 'lookup' argument 2 names different: declaration 'name' definition 'fn_name'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:384:50: note: Function 'lookup' argument 2 names different: declaration 'name' definition 'fn_name'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:723:40: style: Function 'put_account' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:292:40: note: Function 'put_account' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:723:40: note: Function 'put_account' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:191:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:593:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.cc:608:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:91:3: warning: Member variable 'account_t::posts' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:91:3: warning: Member variable 'account_t::deferred_posts' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:91:3: warning: Member variable 'account_t::value_expr' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:91:3: warning: Member variable 'account_t::_fullname' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:91:3: warning: Member variable 'account_t::xdata_' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:244:5: warning: Member variable 'xdata_t::reported_posts' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:199:7: warning: Member variable 'details_t::latest_checkout_cleared' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::total' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::earliest_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::earliest_cleared_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::latest_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::latest_cleared_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::earliest_checkin' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::latest_checkout' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::latest_checkout_cleared' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::filenames' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::accounts_referenced' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::payees_referenced' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::last_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:212:7: warning: Member variable 'details_t::last_reported_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:184:5: warning: Member variable 'xdata_t::value_date' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:184:5: warning: Member variable 'xdata_t::datetime' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:161:3: warning: Member variable 'auto_xact_t::memoized_results' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:161:3: warning: Member variable 'auto_xact_t::check_exprs' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:161:3: warning: Member variable 'auto_xact_t::deferred_notes' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/error.h:99:16: performance: Technically the member function 'ledger::error_count::what' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/exprbase.h:207:0: performance: Technically the member function 'ledger :: expr_base_t < value_t >::preview_to_str' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:118:16: warning: Virtual function 'copy_details' is called from copy constructor 'item_t(const item_t&item)' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:111:5: note: Calling copy_details
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:118:16: note: copy_details is a virtual method
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:397:3: style: Class 'date_specifier_or_range_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:401:3: style: Class 'date_specifier_or_range_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:459:3: style: Class 'date_interval_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.h:144:3: style: Class 'amount_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.h:147:3: style: Class 'amount_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.h:151:3: style: Class 'amount_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:110:3: style: Class 'balance_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:118:3: style: Class 'balance_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:119:3: style: Class 'balance_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:120:3: style: Class 'balance_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:278:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:283:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:287:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:292:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:296:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:300:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:304:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:308:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:312:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:334:3: style: Class 'value_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/predicate.h:56:3: style: Class 'predicate_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:167:3: style: Class 'auto_xact_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:211:3: style: Class 'period_xact_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:159:0: style: Class 'delegates_flags < uint_least16_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:102:0: style: Class 'basic_flags_t < parse_flags_enum_t , uint_least8_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:106:0: style: Class 'basic_flags_t < parse_flags_enum_t , uint_least8_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:62:0: style: Class 'supports_flags < uint_least16_t , T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:158:1: warning: The struct 'date_duration_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:238:1: warning: The class 'date_specifier_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:321:1: warning: The class 'date_range_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:383:1: warning: The class 'date_specifier_or_range_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.h:439:1: warning: The class 'date_interval_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.h:54:1: warning: The class 'mask_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:49:1: warning: The struct 'symbol_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:57:1: warning: The class 'account_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:159:3: warning: The struct 'xdata_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:170:5: warning: The struct 'details_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:83:1: warning: The class 'item_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:52:1: warning: The class 'post_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:157:3: warning: The struct 'xdata_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:53:1: warning: The struct 'annotation_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:114:1: warning: The struct 'keep_details_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/predicate.h:51:1: warning: The class 'predicate_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:133:1: warning: The class 'auto_xact_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:198:1: warning: The class 'period_xact_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:180:16: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:97:19: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:180:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:128:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:128:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:131:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:131:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:151:16: style: The function 'define' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:105:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:151:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:157:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:157:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:183:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:183:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:187:16: style: The function 'define' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:151:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:187:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:193:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:157:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:193:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:261:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:261:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:271:16: style: The function 'define' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:151:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:271:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:274:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:157:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:274:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:295:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:295:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:299:27: style: The function 'type_context' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:110:27: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:299:27: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:302:16: style: The function 'type_required' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:113:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:302:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:601:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:601:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:605:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:157:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:605:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:106:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:106:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:152:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/account.h:152:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:202:16: style: The function 'define' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:105:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:202:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:204:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:204:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:108:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:108:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:118:16: style: The function 'has_tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:150:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:118:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:120:16: style: The function 'has_tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:152:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:120:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:124:29: style: The function 'get_tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:156:29: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:124:29: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:126:29: style: The function 'get_tag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:158:29: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:126:29: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:132:18: style: The function 'primary_date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:187:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:132:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:133:28: style: The function 'aux_date' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:191:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:133:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:141:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:204:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:141:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:149:16: style: The function 'copy_details' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:118:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:149:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:184:16: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:153:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:184:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:189:24: style: The function 'referent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:164:24: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:189:24: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:192:30: style: The function 'referent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:167:30: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:192:30: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:196:28: style: The function 'value_expr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:233:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:196:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:203:11: style: The function 'find_price' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:254:11: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:203:11: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:207:24: style: The function 'strip_annotations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:175:24: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:207:24: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:209:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:276:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:209:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:221:16: style: The function 'write_annotations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:178:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:221:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/predicate.h:86:19: style: The function 'real_calc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:98:19: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/predicate.h:86:19: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:115:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:115:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:125:16: style: The function 'add_post' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:69:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:125:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:127:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:204:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:127:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:130:16: style: The function 'valid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:87:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:130:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:177:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:177:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:187:16: style: The function 'parse_tags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/item.h:167:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:187:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:220:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:220:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:68:33: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:147:32: performance: Function parameter '_tag_data' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.cc:1253:36: style: Function 'print' argument 1 names different: declaration 'out' definition '_out'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.h:718:34: note: Function 'print' argument 1 names different: declaration 'out' definition '_out'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.cc:1253:36: note: Function 'print' argument 1 names different: declaration 'out' definition '_out'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.cc:1311:39: style: Function 'put_amount' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.h:785:39: note: Function 'put_amount' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.cc:1311:39: note: Function 'put_amount' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/amount.cc:55:1: warning: The struct 'bigint_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.cc:318:17: style: The scope of the variable 'new_comm' can be reduced. [variableScope]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.cc:219:43: style: Function 'put_annotation' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.h:112:43: note: Function 'put_annotation' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/annotate.cc:219:43: note: Function 'put_annotation' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.cc:339:40: style: Function 'put_balance' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.h:604:40: note: Function 'put_balance' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.cc:339:40: note: Function 'put_balance' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/unistring.h:67:3: style: Class 'unistring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/balance.cc:269:3: warning: The struct 'print_amount_from_balance' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:283:3: warning: Member variable 'sort_xacts::last_xact' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:288:3: warning: Member variable 'sort_xacts::last_xact' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:781:3: warning: Member variable 'posts_as_equity::last_post' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.h:213:5: warning: Member variable 'lexer_t::prev_arg_i' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.h:273:5: warning: Member variable 'parser_t::query_map' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/context.h:74:12: warning: Member variable 'parse_context_t::journal' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/context.h:74:12: warning: Member variable 'parse_context_t::linebuf' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/context.h:78:12: warning: Member variable 'parse_context_t::journal' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/context.h:78:12: warning: Member variable 'parse_context_t::linebuf' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.h:75:0: warning: Member variable 'ledger :: option_t < session_t >::source' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.h:75:0: warning: Member variable 'ledger :: option_t < report_t >::source' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:204:11: style: Technically the member function 'ledger::report_t::fn_now' can be const. [functionConst]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:221:20: performance: Technically the member function 'ledger::report_t::maybe_format' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/exprbase.h:207:0: performance: Technically the member function 'ledger :: expr_base_t < std :: string >::preview_to_str' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:185:3: style: Class 'push_to_posts_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:367:3: style: Class 'anonymize_posts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:921:3: style: Class 'generate_posts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.h:88:5: style: Struct 'fileinfo_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/chain.h:62:0: style: Class 'ledger :: item_handler < post_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:636:3: warning: The class 'acct_value_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.h:49:1: warning: The class 'query_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.h:55:3: warning: The class 'lexer_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.h:249:3: warning: The class 'parser_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.h:78:3: warning: The struct 'fileinfo_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/context.h:54:1: warning: The class 'parse_context_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.h:58:3: warning: The struct 'element_t' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:104:1: warning: The class 'report_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:1061:1: warning: The class 'reporter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:760:16: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:698:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:760:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:761:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:693:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:761:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:763:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:700:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:763:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:798:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:693:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:798:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:803:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:700:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:803:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:896:16: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:693:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:896:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:897:16: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:698:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:897:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:901:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:700:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:901:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:992:16: style: The function 'add_post' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:933:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:992:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:995:16: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:935:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:995:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:72:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:261:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:72:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:121:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:274:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:121:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:142:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:142:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:368:16: style: The function 'define' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:105:16: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:368:16: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:371:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:371:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:373:69: warning: Either the condition '!q' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:371:9: note: Assuming that condition '!q' is not redundant
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:373:69: note: Null pointer subtraction
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:374:11: warning: Either the condition '!q' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:371:9: note: Assuming that condition '!q' is not redundant
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:374:11: note: Null pointer addition
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:500:42: style: Function 'put_commodity' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.h:290:42: note: Function 'put_commodity' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/commodity.cc:500:42: note: Function 'put_commodity' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:77:0: style: Technically the member function 'ledger :: compare_items < post_t >::operator()' can be const. [functionConst]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:83:0: note: Technically the member function 'ledger :: compare_items < post_t >::operator()' can be const.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:77:0: note: Technically the member function 'ledger :: compare_items < post_t >::operator()' can be const.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:77:0: style: Technically the member function 'ledger :: compare_items < account_t >::operator()' can be const. [functionConst]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:83:0: note: Technically the member function 'ledger :: compare_items < account_t >::operator()' can be const.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:77:0: note: Technically the member function 'ledger :: compare_items < account_t >::operator()' can be const.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:159:3: style: Class 'delegates_flags' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:66:0: style: Class 'ledger :: compare_items < post_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:66:0: style: Class 'ledger :: compare_items < account_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/flags.h:62:0: style: Class 'supports_flags < parse_flags_enum_t , uint_least8_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:56:0: warning: The class 'ledger :: compare_items < post_t >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/compare.h:56:0: warning: The class 'ledger :: compare_items < account_t >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/convert.cc:45:39: style: Function 'convert_command' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/convert.h:51:39: note: Function 'convert_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/convert.cc:45:39: note: Function 'convert_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/csv.h:84:3: style: Class 'csv_reader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:101:3: style: Class 'xact_posts_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:147:3: style: Class 'xacts_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:189:3: style: Class 'journal_posts_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:223:3: style: Class 'posts_commodities_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:254:3: style: Class 'basic_accounts_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:88:1: warning: The class 'xact_posts_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:134:1: warning: The class 'xacts_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:178:1: warning: The class 'journal_posts_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:208:1: warning: The class 'posts_commodities_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:243:1: warning: The class 'basic_accounts_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:278:1: warning: The class 'sorted_accounts_iterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < xact_posts_iterator , post_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < xacts_iterator , xact_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < journal_posts_iterator , post_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < posts_commodities_iterator , post_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < basic_accounts_iterator , account_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < sorted_accounts_iterator , account_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/csv.h:102:10: performance: Technically the member function 'ledger::csv_reader::read_field' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/csv.cc:43:20: note: Technically the member function 'ledger::csv_reader::read_field' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/csv.h:102:10: note: Technically the member function 'ledger::csv_reader::read_field' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:130:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:104:16: note: outer condition: begin!=end
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:130:19: note: opposite inner condition: begin==end
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:382:15: style: Condition '!acct' is always true [knownConditionTrueFalse]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:381:30: note: Assignment 'acct=NULL', assigned value is 0
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:382:15: note: Condition '!acct' is always true
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:104:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:254:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:347:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:358:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.cc:401:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.h:103:3: style: Class 'draft_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/draft.h:57:3: warning: The struct 'xact_template_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/emacs.h:60:3: style: Class 'format_emacs_posts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.cc:278:38: style: Function 'source_command' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:184:38: note: Function 'source_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.cc:278:38: note: Function 'source_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/token.h:103:12: warning: Member variable 'token_t::symbol' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:94:19: warning: Virtual function 'parse' is called from constructor 'expr_t(const std::string&_str,const basic_flags_t < parse_flags_enum_t , uint_least8_t >&flags=PARSE_DEFAULT)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.cc:59:5: note: Calling parse
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:91:12: note: Calling parse
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:94:19: note: parse is a virtual method
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:94:19: warning: Virtual function 'parse' is called from constructor 'expr_t(std::istream&in,const basic_flags_t < parse_flags_enum_t , uint_least8_t >&flags=PARSE_DEFAULT)' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.cc:66:3: note: Calling parse
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:91:12: note: Calling parse
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/expr.h:94:19: note: parse is a virtual method
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/token.h:49:1: warning: The struct 'token_t' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:644:74: style: Function 'output_revaluation' argument 2 names different: declaration 'current' definition 'date'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.h:612:55: note: Function 'output_revaluation' argument 2 names different: declaration 'current' definition 'date'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:644:74: note: Function 'output_revaluation' argument 2 names different: declaration 'current' definition 'date'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:1258:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:1409:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:707:5: style: Struct 'insert_prices_in_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:1051:3: warning: The struct 'create_post_from_amount' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:88:9: performance: Possible inefficient checking for 'posts' emptiness. [stlSize]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/filters.cc:488:7: performance: Possible inefficient checking for 'posts' emptiness. [stlSize]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:270:21: warning: Either the condition '!tmpl_elem' is redundant or there is possible null pointer dereference: tmpl_elem. [nullPointerRedundantCheck]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:267:13: note: Assuming that condition '!tmpl_elem' is not redundant
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:270:21: note: Null pointer dereference
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:475:45: style: Function 'truncate' argument 1 names different: declaration 'str' definition 'ustr'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.h:160:44: note: Function 'truncate' argument 1 names different: declaration 'str' definition 'ustr'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:475:45: note: Function 'truncate' argument 1 names different: declaration 'str' definition 'ustr'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:547:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:606:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/format.cc:662:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/iterators.h:55:0: warning: The class 'ledger :: iterator_facade_base < generate_posts_iterator , post_t * , boost :: forward_traversal_tag >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.cc:259:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.h:75:0: warning: Member variable 'ledger :: option_t < global_scope_t >::source' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:94:26: warning: The class 'global_scope_t' defines member variable with name 'empty_scope' also defined in its parent class 'scope_t'. [duplInheritedMember]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:55:25: note: The class 'global_scope_t' defines member variable with name 'empty_scope' also defined in its parent class 'scope_t'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:94:26: note: The class 'global_scope_t' defines member variable with name 'empty_scope' also defined in its parent class 'scope_t'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/chain.h:62:3: style: Class 'item_handler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:58:3: style: Class 'global_scope_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:66:18: style: The function 'description' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:103:18: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:66:18: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:142:28: style: The function 'lookup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/scope.h:107:28: note: Virtual function in base class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/global.h:142:28: note: Function in derived class
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/history.cc:322:22: style: Function 'map_prices' argument 4 names different: declaration '_oldest' definition 'oldest'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/history.cc:110:38: note: Function 'map_prices' argument 4 names different: declaration '_oldest' definition 'oldest'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/history.cc:322:22: note: Function 'map_prices' argument 4 names different: declaration '_oldest' definition 'oldest'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/history.cc:569:3: style: Class 'label_writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.cc:124:53: style: Function 'register_account' argument 3 names different: declaration 'master' definition 'master_account'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.h:164:44: note: Function 'register_account' argument 3 names different: declaration 'master' definition 'master_account'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.cc:124:53: note: Function 'register_account' argument 3 names different: declaration 'master' definition 'master_account'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.cc:472:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/lookup.cc:118:24: style: The scope of the variable 'pos' can be reduced. [variableScope]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/lookup.cc:250:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:38:30: style: Function 'mask_t' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.h:63:33: note: Function 'mask_t' argument 1 names different: declaration 'pattern' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:38:30: note: Function 'mask_t' argument 1 names different: declaration 'pattern' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:44:41: style: Function 'operator=' argument 1 names different: declaration 'other' definition 'pat'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.h:75:35: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:44:41: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:55:43: style: Function 'assign_glob' argument 1 names different: declaration 'other' definition 'pat'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.h:76:37: note: Function 'assign_glob' argument 1 names different: declaration 'other' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/mask.cc:55:43: note: Function 'assign_glob' argument 1 names different: declaration 'other' definition 'pat'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.cc:168:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.h:75:3: warning: Member variable 'option_t::source' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.cc:168:8: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.cc:232:26: note: Missing bounds check for extra iterator increment in loop.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.cc:168:8: note: Missing bounds check for extra iterator increment in loop.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.cc:128:58: style: Function 'format_accounts' argument 2 names different: declaration '_format' definition 'format'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.h:111:52: note: Function 'format_accounts' argument 2 names different: declaration '_format' definition 'format'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.cc:128:58: note: Function 'format_accounts' argument 2 names different: declaration '_format' definition 'format'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.h:151:3: style: Class 'report_accounts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.h:177:3: style: Class 'report_payees' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.h:203:3: style: Class 'report_tags' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/output.h:231:3: style: Class 'report_commodities' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/chain.h:62:0: style: Class 'ledger :: item_handler < account_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:40:57: style: Function 'parse_value_term' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:83:50: note: Function 'parse_value_term' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:40:57: note: Function 'parse_value_term' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:77:55: style: Function 'parse_call_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:85:49: note: Function 'parse_call_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:77:55: note: Function 'parse_call_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:102:55: style: Function 'parse_dot_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:87:48: note: Function 'parse_dot_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:102:55: note: Function 'parse_dot_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:129:57: style: Function 'parse_unary_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:89:50: note: Function 'parse_unary_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:129:57: note: Function 'parse_unary_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:181:55: style: Function 'parse_mul_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:91:48: note: Function 'parse_mul_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:181:55: note: Function 'parse_mul_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:211:55: style: Function 'parse_add_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:93:48: note: Function 'parse_add_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:211:55: note: Function 'parse_add_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:241:57: style: Function 'parse_logic_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:95:50: note: Function 'parse_logic_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:241:57: note: Function 'parse_logic_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:312:55: style: Function 'parse_and_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:97:48: note: Function 'parse_and_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:312:55: note: Function 'parse_and_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:339:54: style: Function 'parse_or_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:99:47: note: Function 'parse_or_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:339:54: note: Function 'parse_or_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:366:62: style: Function 'parse_querycolon_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:101:55: note: Function 'parse_querycolon_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:366:62: note: Function 'parse_querycolon_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:435:57: style: Function 'parse_comma_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:103:50: note: Function 'parse_comma_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:435:57: note: Function 'parse_comma_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:474:58: style: Function 'parse_lambda_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:105:51: note: Function 'parse_lambda_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:474:58: note: Function 'parse_lambda_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:498:58: style: Function 'parse_assign_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:107:51: note: Function 'parse_assign_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:498:58: note: Function 'parse_assign_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:522:57: style: Function 'parse_value_expr' argument 2 names different: declaration 'flags' definition 'tflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.h:109:50: note: Function 'parse_value_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/parser.cc:522:57: note: Function 'parse_value_expr' argument 2 names different: declaration 'flags' definition 'tflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pool.cc:85:52: style: Function 'find' argument 1 names different: declaration 'name' definition 'symbol'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pool.h:97:36: note: Function 'find' argument 1 names different: declaration 'name' definition 'symbol'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pool.cc:85:52: note: Function 'find' argument 1 names different: declaration 'name' definition 'symbol'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.cc:655:47: style: Function 'set_reported_account' argument 1 names different: declaration 'account' definition 'acct'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:225:41: note: Function 'set_reported_account' argument 1 names different: declaration 'account' definition 'acct'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.cc:655:47: note: Function 'set_reported_account' argument 1 names different: declaration 'account' definition 'acct'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.cc:699:37: style: Function 'put_post' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.h:258:37: note: Function 'put_post' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/post.cc:699:37: note: Function 'put_post' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_account.cc:172:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:159:15: style: Same expression on both sides of '<'. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:163:15: style: Same expression on both sides of '<='. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:167:15: style: Same expression on both sides of '>'. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:171:15: style: Same expression on both sides of '>='. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:182:15: style: Same expression on both sides of '-='. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:196:15: style: Same expression on both sides of '/='. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_amount.cc:199:19: style: Same expression on both sides of '/'. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pyfstream.h:47:3: style: Class 'pyoutbuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pyfstream.h:88:3: style: Class 'pyofstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pyfstream.h:123:3: style: Class 'pyinbuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pyfstream.h:193:3: style: Class 'pyifstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_balance.cc:142:15: style: Same expression on both sides of '-='. [duplicateExpression]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_balance.cc:103:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_commodity.cc:327:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_item.cc:121:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_journal.cc:261:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_post.cc:89:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_value.cc:345:0: error: Syntax error in #if [preprocessorErrorDirective]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/py_xact.cc:71:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/option.h:75:0: warning: Member variable 'ledger :: option_t < python_interpreter_t >::source' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/pyinterp.cc:100:3: style: Technically the member function 'ledger::python_run::operatorobject' can be const. [functionConst]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.cc:304:9: style: Variable 'tok' is reassigned a value before the old one has been used. [redundantAssignment]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.cc:303:9: note: Variable 'tok' is reassigned a value before the old one has been used.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/query.cc:304:9: note: Variable 'tok' is reassigned a value before the old one has been used.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:237:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:235:20: note: outer condition: total>cols
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:237:19: note: identical inner condition: total>cols
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:529:47: style: Function 'fn_top_amount' argument 1 names different: declaration 'val' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:162:39: note: Function 'fn_top_amount' argument 1 names different: declaration 'val' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:529:47: note: Function 'fn_top_amount' argument 1 names different: declaration 'val' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:562:43: style: Function 'fn_market' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:164:35: note: Function 'fn_market' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:562:43: note: Function 'fn_market' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:592:43: style: Function 'fn_get_at' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:165:35: note: Function 'fn_get_at' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:592:43: note: Function 'fn_get_at' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:619:42: style: Function 'fn_strip' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:167:34: note: Function 'fn_strip' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:619:42: note: Function 'fn_strip' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:624:41: style: Function 'fn_trim' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:168:33: note: Function 'fn_trim' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:624:41: note: Function 'fn_trim' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:650:43: style: Function 'fn_format' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:169:35: note: Function 'fn_format' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:650:43: note: Function 'fn_format' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:658:42: style: Function 'fn_print' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:170:34: note: Function 'fn_print' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:658:42: note: Function 'fn_print' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:666:42: style: Function 'fn_scrub' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:171:34: note: Function 'fn_scrub' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:666:42: note: Function 'fn_scrub' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:671:44: style: Function 'fn_rounded' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:173:36: note: Function 'fn_rounded' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:671:44: note: Function 'fn_rounded' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:676:46: style: Function 'fn_unrounded' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:174:38: note: Function 'fn_unrounded' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:676:46: note: Function 'fn_unrounded' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:681:45: style: Function 'fn_quantity' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:172:37: note: Function 'fn_quantity' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:681:45: note: Function 'fn_quantity' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:686:42: style: Function 'fn_floor' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:176:34: note: Function 'fn_floor' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:686:42: note: Function 'fn_floor' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:691:44: style: Function 'fn_ceiling' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:177:36: note: Function 'fn_ceiling' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:691:44: note: Function 'fn_ceiling' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:696:42: style: Function 'fn_round' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:178:34: note: Function 'fn_round' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:696:42: note: Function 'fn_round' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:701:44: style: Function 'fn_roundto' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:179:36: note: Function 'fn_roundto' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:701:44: note: Function 'fn_roundto' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:706:44: style: Function 'fn_unround' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:180:36: note: Function 'fn_unround' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:706:44: note: Function 'fn_unround' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:711:40: style: Function 'fn_abs' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:181:32: note: Function 'fn_abs' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:711:40: note: Function 'fn_abs' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:716:46: style: Function 'fn_truncated' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:175:38: note: Function 'fn_truncated' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:716:46: note: Function 'fn_truncated' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:726:44: style: Function 'fn_justify' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:182:36: note: Function 'fn_justify' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:726:44: note: Function 'fn_justify' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:742:43: style: Function 'fn_quoted' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:183:35: note: Function 'fn_quoted' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:742:43: note: Function 'fn_quoted' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:759:41: style: Function 'fn_join' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:184:33: note: Function 'fn_join' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:759:41: note: Function 'fn_join' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:773:48: style: Function 'fn_format_date' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:185:40: note: Function 'fn_format_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:773:48: note: Function 'fn_format_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:782:52: style: Function 'fn_format_datetime' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:186:44: note: Function 'fn_format_datetime' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:782:52: note: Function 'fn_format_datetime' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:791:46: style: Function 'fn_ansify_if' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:187:38: note: Function 'fn_ansify_if' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:791:46: note: Function 'fn_ansify_if' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:814:44: style: Function 'fn_percent' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:188:36: note: Function 'fn_percent' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:814:44: note: Function 'fn_percent' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:820:46: style: Function 'fn_commodity' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:189:38: note: Function 'fn_commodity' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:820:46: note: Function 'fn_commodity' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:825:46: style: Function 'fn_nail_down' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:190:38: note: Function 'fn_nail_down' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:825:46: note: Function 'fn_nail_down' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:878:45: style: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:191:37: note: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:878:45: note: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:888:46: style: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:192:38: note: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:888:46: note: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:898:44: style: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:193:36: note: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:898:44: note: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:908:47: style: Function 'fn_to_boolean' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:194:39: note: Function 'fn_to_boolean' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:908:47: note: Function 'fn_to_boolean' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:913:43: style: Function 'fn_to_int' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:195:35: note: Function 'fn_to_int' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:913:43: note: Function 'fn_to_int' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:921:48: style: Function 'fn_to_datetime' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:196:40: note: Function 'fn_to_datetime' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:921:48: note: Function 'fn_to_datetime' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:926:44: style: Function 'fn_to_date' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:197:36: note: Function 'fn_to_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:926:44: note: Function 'fn_to_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:931:46: style: Function 'fn_to_amount' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:198:38: note: Function 'fn_to_amount' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:931:46: note: Function 'fn_to_amount' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:936:47: style: Function 'fn_to_balance' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:199:39: note: Function 'fn_to_balance' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:936:47: note: Function 'fn_to_balance' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:941:46: style: Function 'fn_to_string' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:200:38: note: Function 'fn_to_string' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:941:46: note: Function 'fn_to_string' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:946:44: style: Function 'fn_to_mask' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:201:36: note: Function 'fn_to_mask' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:946:44: note: Function 'fn_to_mask' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:951:48: style: Function 'fn_to_sequence' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:202:40: note: Function 'fn_to_sequence' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:951:48: note: Function 'fn_to_sequence' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:1005:46: style: Function 'echo_command' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:228:38: note: Function 'echo_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:1005:46: note: Function 'echo_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:1012:50: style: Function 'pricemap_command' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:229:42: note: Function 'pricemap_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:1012:50: note: Function 'pricemap_command' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:162:11: performance: Technically the member function 'ledger::report_t::fn_top_amount' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:529:19: note: Technically the member function 'ledger::report_t::fn_top_amount' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:162:11: note: Technically the member function 'ledger::report_t::fn_top_amount' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:166:11: performance: Technically the member function 'ledger::report_t::fn_is_seq' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:614:19: note: Technically the member function 'ledger::report_t::fn_is_seq' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:166:11: note: Technically the member function 'ledger::report_t::fn_is_seq' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:168:11: performance: Technically the member function 'ledger::report_t::fn_trim' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:624:19: note: Technically the member function 'ledger::report_t::fn_trim' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:168:11: note: Technically the member function 'ledger::report_t::fn_trim' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:173:11: performance: Technically the member function 'ledger::report_t::fn_rounded' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:671:19: note: Technically the member function 'ledger::report_t::fn_rounded' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:173:11: note: Technically the member function 'ledger::report_t::fn_rounded' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:174:11: performance: Technically the member function 'ledger::report_t::fn_unrounded' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:676:19: note: Technically the member function 'ledger::report_t::fn_unrounded' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:174:11: note: Technically the member function 'ledger::report_t::fn_unrounded' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:176:11: performance: Technically the member function 'ledger::report_t::fn_floor' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:686:19: note: Technically the member function 'ledger::report_t::fn_floor' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:176:11: note: Technically the member function 'ledger::report_t::fn_floor' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:177:11: performance: Technically the member function 'ledger::report_t::fn_ceiling' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:691:19: note: Technically the member function 'ledger::report_t::fn_ceiling' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:177:11: note: Technically the member function 'ledger::report_t::fn_ceiling' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:178:11: performance: Technically the member function 'ledger::report_t::fn_round' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:696:19: note: Technically the member function 'ledger::report_t::fn_round' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:178:11: note: Technically the member function 'ledger::report_t::fn_round' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:180:11: performance: Technically the member function 'ledger::report_t::fn_unround' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:706:19: note: Technically the member function 'ledger::report_t::fn_unround' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:180:11: note: Technically the member function 'ledger::report_t::fn_unround' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:181:11: performance: Technically the member function 'ledger::report_t::fn_abs' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:711:19: note: Technically the member function 'ledger::report_t::fn_abs' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:181:11: note: Technically the member function 'ledger::report_t::fn_abs' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:191:11: performance: Technically the member function 'ledger::report_t::fn_lot_date' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:878:19: note: Technically the member function 'ledger::report_t::fn_lot_date' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:191:11: note: Technically the member function 'ledger::report_t::fn_lot_date' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:192:11: performance: Technically the member function 'ledger::report_t::fn_lot_price' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:888:19: note: Technically the member function 'ledger::report_t::fn_lot_price' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:192:11: note: Technically the member function 'ledger::report_t::fn_lot_price' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:193:11: performance: Technically the member function 'ledger::report_t::fn_lot_tag' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:898:19: note: Technically the member function 'ledger::report_t::fn_lot_tag' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:193:11: note: Technically the member function 'ledger::report_t::fn_lot_tag' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:202:11: performance: Technically the member function 'ledger::report_t::fn_to_sequence' can be static. [functionStatic]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.cc:951:19: note: Technically the member function 'ledger::report_t::fn_to_sequence' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/report.h:202:11: note: Technically the member function 'ledger::report_t::fn_to_sequence' can be static.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:257:45: style: Function 'fn_account' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:89:36: note: Function 'fn_account' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:257:45: note: Function 'fn_account' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:267:41: style: Function 'fn_min' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:90:32: note: Function 'fn_min' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:267:41: note: Function 'fn_min' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:271:41: style: Function 'fn_max' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:91:32: note: Function 'fn_max' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:271:41: note: Function 'fn_max' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:276:41: style: Function 'fn_int' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:92:32: note: Function 'fn_int' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:276:41: note: Function 'fn_int' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:280:41: style: Function 'fn_str' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:93:32: note: Function 'fn_str' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:280:41: note: Function 'fn_str' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:285:47: style: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:94:38: note: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:285:47: note: Function 'fn_lot_price' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:293:46: style: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:95:37: note: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:293:46: note: Function 'fn_lot_date' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:301:45: style: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.h:96:36: note: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/session.cc:301:45: note: Function 'fn_lot_tag' argument 1 names different: declaration 'scope' definition 'args'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:1979:60: style: Function 'read_textual' argument 1 names different: declaration 'context' definition 'context_stack'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/journal.h:202:51: note: Function 'read_textual' argument 1 names different: declaration 'context' definition 'context_stack'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:1979:60: note: Function 'read_textual' argument 1 names different: declaration 'context' definition 'context_stack'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/timelog.h:65:3: warning: Member variable 'time_xact_t::completed' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/timelog.h:96:3: style: Class 'time_log_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/timelog.h:55:1: warning: The class 'time_xact_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:62:26: performance: Function parameter '_label' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:64:26: performance: Function parameter '_label' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:66:26: performance: Function parameter '_label' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:66:41: performance: Function parameter 'tag' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/textual.cc:68:26: performance: Function parameter '_label' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/timelog.cc:100:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:1562:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:1582:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:1610:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:643:3: style: Class 'date_parser_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:400:1: warning: The class 'date_parser_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/times.cc:404:3: warning: The class 'lexer_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/token.cc:140:67: style: Function 'next' argument 2 names different: declaration 'flags' definition 'pflags'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/token.h:126:52: note: Function 'next' argument 2 names different: declaration 'flags' definition 'pflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/token.cc:140:67: note: Function 'next' argument 2 names different: declaration 'flags' definition 'pflags'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/utils.cc:677:43: performance: Function parameter '_description' should be passed by const reference. [passedByValue]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:847:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:849:9: note: Found duplicate branches for 'if' and 'else'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:847:9: note: Found duplicate branches for 'if' and 'else'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:979:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:981:9: note: Found duplicate branches for 'if' and 'else'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:979:9: note: Found duplicate branches for 'if' and 'else'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:1846:41: style: Function 'print' argument 1 names different: declaration 'out' definition '_out'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:943:34: note: Function 'print' argument 1 names different: declaration 'out' definition '_out'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:1846:41: note: Function 'print' argument 1 names different: declaration 'out' definition '_out'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:331:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:465:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:943:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:1064:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:2068:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:206:24: style: Unused private function: 'storage_t::intrusive_ptr_add_ref' [unusedPrivateFunction]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.h:209:24: style: Unused private function: 'storage_t::intrusive_ptr_release' [unusedPrivateFunction]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/value.cc:46:41: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/wcwidth.cc:80:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/wcwidth.cc:217:7: style: The scope of the variable 'w' can be reduced. [variableScope]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/wcwidth.cc:308:7: style: The scope of the variable 'w' can be reduced. [variableScope]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:44:45: style: Function 'xact_base_t' argument 1 names different: declaration 'e' definition 'xact_base'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:65:34: note: Function 'xact_base_t' argument 1 names different: declaration 'e' definition 'xact_base'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:44:45: note: Function 'xact_base_t' argument 1 names different: declaration 'e' definition 'xact_base'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:826:37: style: Function 'put_xact' argument 1 names different: declaration 'pt' definition 'st'. [funcArgNamesDifferent]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:235:37: note: Function 'put_xact' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:826:37: note: Function 'put_xact' argument 1 names different: declaration 'pt' definition 'st'.
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:44:14: warning: Member variable 'xact_base_t::posts' is not initialized in the constructor. [uninitMemberVar]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:56:1: warning: The class 'xact_base_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.h:92:1: warning: The class 'xact_t' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
ledger-3.1.2~pre1+g3a00e1c+dfsg1/src/xact.cc:123:3: warning: The struct 'add_balancing_post' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/ledger-autosync/ledger-autosync_0.3.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ledgersmb/ledgersmb_1.5.21+ds.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ledit/ledit_2.04.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/ledmon/ledmon_0.79.orig.tar.gz
ledmon-0.79/src/ahci.c:68:43: style: Function 'ahci_sgpio_write' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
ledmon-0.79/src/ahci.h:49:43: note: Function 'ahci_sgpio_write' argument 1 names different: declaration 'path' definition 'device'.
ledmon-0.79/src/ahci.c:68:43: note: Function 'ahci_sgpio_write' argument 1 names different: declaration 'path' definition 'device'.
ledmon-0.79/src/block.c:207:8: style: The scope of the variable 'host_name' can be reduced. [variableScope]
ledmon-0.79/src/block.c:293:66: style: Function 'block_device_duplicate' argument 1 names different: declaration 'device' definition 'block'. [funcArgNamesDifferent]
ledmon-0.79/src/block.h:172:66: note: Function 'block_device_duplicate' argument 1 names different: declaration 'device' definition 'block'.
ledmon-0.79/src/block.c:293:66: note: Function 'block_device_duplicate' argument 1 names different: declaration 'device' definition 'block'.
ledmon-0.79/src/cntrl.c:136:2: style: Variable 'host' is reassigned a value before the old one has been used. [redundantAssignment]
ledmon-0.79/src/cntrl.c:135:0: note: Variable 'host' is reassigned a value before the old one has been used.
ledmon-0.79/src/cntrl.c:136:2: note: Variable 'host' is reassigned a value before the old one has been used.
ledmon-0.79/src/cntrl.c:162:6: style: The scope of the variable 'index' can be reduced. [variableScope]
ledmon-0.79/src/cntrl.c:259:15: style: The scope of the variable 'em_enabled' can be reduced. [variableScope]
ledmon-0.79/src/dellssd.c:256:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ledmon-0.79/src/dellssd.c:256:7: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ledmon-0.79/src/dellssd.c:256:7: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ledmon-0.79/src/dellssd.c:231:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
ledmon-0.79/src/ledctl.c:579:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
ledmon-0.79/src/ledmon.c:340:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
ledmon-0.79/src/list.c:343:16: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ledmon-0.79/src/list.c:326:17: note: Assignment 'result=NULL', assigned value is 0
ledmon-0.79/src/list.c:343:16: note: Null pointer addition
ledmon-0.79/src/list.c:367:16: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
ledmon-0.79/src/list.c:350:17: note: Assignment 'result=NULL', assigned value is 0
ledmon-0.79/src/list.c:367:16: note: Null pointer addition
ledmon-0.79/src/list.c:343:16: portability: 'result' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ledmon-0.79/src/list.c:367:16: portability: 'result' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
ledmon-0.79/src/scsi.c:812:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
ledmon-0.79/src/scsi.c:810:0: note: Variable 'result' is reassigned a value before the old one has been used.
ledmon-0.79/src/scsi.c:812:2: note: Variable 'result' is reassigned a value before the old one has been used.
ledmon-0.79/src/scsi.c:408:13: style: The scope of the variable 'len' can be reduced. [variableScope]
ledmon-0.79/src/scsi.c:408:22: style: The scope of the variable 'eip' can be reduced. [variableScope]
ledmon-0.79/src/scsi.c:686:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
ledmon-0.79/src/scsi.c:808:56: style: Function 'scsi_get_slot_path' argument 2 names different: declaration 'cntrl_path' definition 'ctrl_path'. [funcArgNamesDifferent]
ledmon-0.79/src/scsi.h:34:56: note: Function 'scsi_get_slot_path' argument 2 names different: declaration 'cntrl_path' definition 'ctrl_path'.
ledmon-0.79/src/scsi.c:808:56: note: Function 'scsi_get_slot_path' argument 2 names different: declaration 'cntrl_path' definition 'ctrl_path'.
ledmon-0.79/src/smp.c:599:8: style: The scope of the variable 'c' can be reduced. [variableScope]
ledmon-0.79/src/smp.c:601:17: style: The scope of the variable 'de' can be reduced. [variableScope]
ledmon-0.79/src/smp.c:602:7: style: The scope of the variable 'd' can be reduced. [variableScope]
ledmon-0.79/src/smp.c:290:34: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
ledmon-0.79/src/smp.c:91:11: style: struct member 'smp_read_response_frame_header::read_data' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:100:11: style: struct member 'smp_write_response_frame::crc' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:110:11: style: struct member 'smp_read_request_frame::crc' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:126:10: style: struct member 'sgpio_cfg_0_frame::reserved1' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:127:10: style: struct member 'sgpio_cfg_0_frame::version' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:128:10: style: struct member 'sgpio_cfg_0_frame::gp_register_count' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:129:10: style: struct member 'sgpio_cfg_0_frame::cfg_register_count' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:130:10: style: struct member 'sgpio_cfg_0_frame::enable' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:131:10: style: struct member 'sgpio_cfg_0_frame::supported_drive_cnt' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:136:10: style: struct member 'sgpio_cfg_1_frame::blink_gen_a' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:137:10: style: struct member 'sgpio_cfg_1_frame::blink_gen_b' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:138:10: style: struct member 'sgpio_cfg_1_frame::forced_act_off' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:139:10: style: struct member 'sgpio_cfg_1_frame::max_act_on' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:140:10: style: struct member 'sgpio_cfg_1_frame::stretch_act_off' is never used. [unusedStructMember]
ledmon-0.79/src/smp.c:141:10: style: struct member 'sgpio_cfg_1_frame::stretch_act_on' is never used. [unusedStructMember]
ledmon-0.79/src/sysfs.c:179:23: style: The scope of the variable 'device' can be reduced. [variableScope]
ledmon-0.79/src/sysfs.c:230:23: style: The scope of the variable 'device' can be reduced. [variableScope]
ledmon-0.79/src/sysfs.c:693:46: style: Function '__sysfs_block_device_first_that' argument 1 names different: declaration 'action' definition 'test'. [funcArgNamesDifferent]
ledmon-0.79/src/sysfs.h:103:46: note: Function '__sysfs_block_device_first_that' argument 1 names different: declaration 'action' definition 'test'.
ledmon-0.79/src/sysfs.c:693:46: note: Function '__sysfs_block_device_first_that' argument 1 names different: declaration 'action' definition 'test'.
ledmon-0.79/src/utils.c:120:17: style: The scope of the variable 'dirent' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:122:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:178:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:178:10: style: The scope of the variable 'size' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:208:8: style: The scope of the variable 't' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:208:12: style: The scope of the variable 'p' can be reduced. [variableScope]
ledmon-0.79/src/utils.c:206:25: style: Function 'get_id' argument 1 names different: declaration 'buf' definition 'path'. [funcArgNamesDifferent]
ledmon-0.79/src/utils.h:198:25: note: Function 'get_id' argument 1 names different: declaration 'buf' definition 'path'.
ledmon-0.79/src/utils.c:206:25: note: Function 'get_id' argument 1 names different: declaration 'buf' definition 'path'.
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/leds-alix/leds-alix_0.0.1.orig.tar.gz
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/leela-zero/leela-zero_0.15.orig.tar.gz
leela-zero-0.15/autogtp/Game.cpp:40:5: performance: Variable 'm_fileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/autogtp/Job.cpp:28:6: warning: Member variable 'Job::m_moves' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/autogtp/Job.cpp:53:16: warning: Member variable 'ProductionJob::m_debug' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/autogtp/Job.cpp:63:10: warning: Member variable 'WaitJob::m_minutes' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/autogtp/Result.h:37:84: performance: Variable 'm_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/autogtp/Order.h:36:83: performance: Variable 'm_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/autogtp/Order.h:37:48: performance: Variable 'm_parameters' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/autogtp/Result.h:40:9: style: Technically the member function 'Result::type' can be const. [functionConst]
leela-zero-0.15/autogtp/Result.h:42:27: style: Technically the member function 'Result::parameters' can be const. [functionConst]
leela-zero-0.15/autogtp/Order.h:45:10: style: Technically the member function 'Order::isValid' can be const. [functionConst]
leela-zero-0.15/autogtp/Management.h:60:9: style: Struct 'NetworkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/autogtp/Job.h:66:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:45:18: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:66:10: note: Function in derived class
leela-zero-0.15/autogtp/Job.h:67:12: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:44:20: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:67:12: note: Function in derived class
leela-zero-0.15/autogtp/Job.h:79:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:45:18: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:79:10: note: Function in derived class
leela-zero-0.15/autogtp/Job.h:80:12: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:44:20: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:80:12: note: Function in derived class
leela-zero-0.15/autogtp/Job.h:93:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:45:18: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:93:10: note: Function in derived class
leela-zero-0.15/autogtp/Job.h:94:12: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leela-zero-0.15/autogtp/Job.h:44:20: note: Virtual function in base class
leela-zero-0.15/autogtp/Job.h:94:12: note: Function in derived class
leela-zero-0.15/autogtp/Management.cpp:641:14: style: The scope of the variable 'sent' can be reduced. [variableScope]
leela-zero-0.15/autogtp/Management.cpp:43:34: style: Function 'Management' argument 5 names different: declaration 'maxGame' definition 'maxGames'. [funcArgNamesDifferent]
leela-zero-0.15/autogtp/Management.h:42:26: note: Function 'Management' argument 5 names different: declaration 'maxGame' definition 'maxGames'.
leela-zero-0.15/autogtp/Management.cpp:43:34: note: Function 'Management' argument 5 names different: declaration 'maxGame' definition 'maxGames'.
leela-zero-0.15/autogtp/Management.cpp:39:13: warning: Member variable 'Management::m_storeGames' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/autogtp/Management.cpp:440:11: style: Exception should be caught by reference. [catchExceptionByValue]
leela-zero-0.15/autogtp/Management.cpp:653:11: style: Exception should be caught by reference. [catchExceptionByValue]
leela-zero-0.15/autogtp/Management.cpp:730:11: style: Exception should be caught by reference. [catchExceptionByValue]
leela-zero-0.15/autogtp/Management.cpp:782:11: style: Exception should be caught by reference. [catchExceptionByValue]
leela-zero-0.15/autogtp/Console.h:42:5: style: Class 'Console' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/FastBoard.cpp:52:31: style: Function 'get_vertex' argument 1 names different: declaration 'i' definition 'x'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:75:24: note: Function 'get_vertex' argument 1 names different: declaration 'i' definition 'x'.
leela-zero-0.15/src/FastBoard.cpp:52:31: note: Function 'get_vertex' argument 1 names different: declaration 'i' definition 'x'.
leela-zero-0.15/src/FastBoard.cpp:52:38: style: Function 'get_vertex' argument 2 names different: declaration 'j' definition 'y'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:75:31: note: Function 'get_vertex' argument 2 names different: declaration 'j' definition 'y'.
leela-zero-0.15/src/FastBoard.cpp:52:38: note: Function 'get_vertex' argument 2 names different: declaration 'j' definition 'y'.
leela-zero-0.15/src/FastBoard.cpp:186:43: style: Function 'count_neighbours' argument 1 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:130:36: note: Function 'count_neighbours' argument 1 names different: declaration 'color' definition 'c'.
leela-zero-0.15/src/FastBoard.cpp:186:43: note: Function 'count_neighbours' argument 1 names different: declaration 'color' definition 'c'.
leela-zero-0.15/src/FastBoard.cpp:186:56: style: Function 'count_neighbours' argument 2 names different: declaration 'i' definition 'v'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:130:53: note: Function 'count_neighbours' argument 2 names different: declaration 'i' definition 'v'.
leela-zero-0.15/src/FastBoard.cpp:186:56: note: Function 'count_neighbours' argument 2 names different: declaration 'i' definition 'v'.
leela-zero-0.15/src/FastBoard.cpp:191:41: style: Function 'add_neighbour' argument 1 names different: declaration 'i' definition 'vtx'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:132:34: note: Function 'add_neighbour' argument 1 names different: declaration 'i' definition 'vtx'.
leela-zero-0.15/src/FastBoard.cpp:191:41: note: Function 'add_neighbour' argument 1 names different: declaration 'i' definition 'vtx'.
leela-zero-0.15/src/FastBoard.cpp:216:44: style: Function 'remove_neighbour' argument 1 names different: declaration 'i' definition 'vtx'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:133:37: note: Function 'remove_neighbour' argument 1 names different: declaration 'i' definition 'vtx'.
leela-zero-0.15/src/FastBoard.cpp:216:44: note: Function 'remove_neighbour' argument 1 names different: declaration 'i' definition 'vtx'.
leela-zero-0.15/src/FastBoard.cpp:364:51: style: Function 'is_eye' argument 2 names different: declaration 'vtx' definition 'i'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:82:44: note: Function 'is_eye' argument 2 names different: declaration 'vtx' definition 'i'.
leela-zero-0.15/src/FastBoard.cpp:364:51: note: Function 'is_eye' argument 2 names different: declaration 'vtx' definition 'i'.
leela-zero-0.15/src/FastBoard.cpp:521:33: style: Function 'set_to_move' argument 1 names different: declaration 'color' definition 'tomove'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastBoard.h:90:26: note: Function 'set_to_move' argument 1 names different: declaration 'color' definition 'tomove'.
leela-zero-0.15/src/FastBoard.cpp:521:33: note: Function 'set_to_move' argument 1 names different: declaration 'color' definition 'tomove'.
leela-zero-0.15/src/FastBoard.h:134:10: style: Technically the member function 'FastBoard::print_columns' can be const. [functionConst]
leela-zero-0.15/src/FastBoard.cpp:312:17: note: Technically the member function 'FastBoard::print_columns' can be const.
leela-zero-0.15/src/FastBoard.h:134:10: note: Technically the member function 'FastBoard::print_columns' can be const.
leela-zero-0.15/src/ThreadPool.h:120:5: style: Class 'ThreadGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/FastState.cpp:128:33: style: Function 'set_to_move' argument 1 names different: declaration 'tomove' definition 'tom'. [funcArgNamesDifferent]
leela-zero-0.15/src/FastState.h:45:26: note: Function 'set_to_move' argument 1 names different: declaration 'tomove' definition 'tom'.
leela-zero-0.15/src/FastState.cpp:128:33: note: Function 'set_to_move' argument 1 names different: declaration 'tomove' definition 'tom'.
leela-zero-0.15/src/FastState.h:37:10: style: Technically the member function 'FastState::is_move_legal' can be const. [functionConst]
leela-zero-0.15/src/FastState.cpp:64:17: note: Technically the member function 'FastState::is_move_legal' can be const.
leela-zero-0.15/src/FastState.h:37:10: note: Technically the member function 'FastState::is_move_legal' can be const.
leela-zero-0.15/src/FastState.h:54:17: style: Technically the member function 'FastState::move_to_text' can be const. [functionConst]
leela-zero-0.15/src/FastState.cpp:146:24: note: Technically the member function 'FastState::move_to_text' can be const.
leela-zero-0.15/src/FastState.h:54:17: note: Technically the member function 'FastState::move_to_text' can be const.
leela-zero-0.15/src/Random.h:32:5: style: Class 'Random' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/UCTSearch.h:94:5: style: Class 'UCTSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/GTP.cpp:226:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:251:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:267:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:274:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:296:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:302:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:321:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:348:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:384:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:420:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:427:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:431:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:442:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:453:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:469:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:503:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:512:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:519:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:552:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:567:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:584:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:608:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:637:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:651:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:655:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:689:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:705:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:724:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:740:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:756:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:782:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GTP.cpp:798:16: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
leela-zero-0.15/src/GameState.cpp:207:40: style: Function 'set_fixed_handicap' argument 1 names different: declaration 'stones' definition 'handicap'. [funcArgNamesDifferent]
leela-zero-0.15/src/GameState.h:41:33: note: Function 'set_fixed_handicap' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.cpp:207:40: note: Function 'set_fixed_handicap' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.cpp:253:41: style: Function 'set_fixed_handicap_2' argument 1 names different: declaration 'stones' definition 'handicap'. [funcArgNamesDifferent]
leela-zero-0.15/src/GameState.h:42:34: note: Function 'set_fixed_handicap_2' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.cpp:253:41: note: Function 'set_fixed_handicap_2' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.cpp:285:36: style: Function 'valid_handicap' argument 1 names different: declaration 'stones' definition 'handicap'. [funcArgNamesDifferent]
leela-zero-0.15/src/GameState.h:69:29: note: Function 'valid_handicap' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.cpp:285:36: note: Function 'valid_handicap' argument 1 names different: declaration 'stones' definition 'handicap'.
leela-zero-0.15/src/GameState.h:69:10: style: Technically the member function 'GameState::valid_handicap' can be const. [functionConst]
leela-zero-0.15/src/GameState.cpp:285:17: note: Technically the member function 'GameState::valid_handicap' can be const.
leela-zero-0.15/src/GameState.h:69:10: note: Technically the member function 'GameState::valid_handicap' can be const.
leela-zero-0.15/src/GameState.cpp:192:45: performance: Function parameter 'tmc' should be passed by const reference. [passedByValue]
leela-zero-0.15/src/NNCache.h:68:9: style: Struct 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/NNCache.h:36:10: performance: Technically the member function 'NNCache::set_size_from_playouts' can be static. [functionStatic]
leela-zero-0.15/src/NNCache.cpp:77:15: note: Technically the member function 'NNCache::set_size_from_playouts' can be static.
leela-zero-0.15/src/NNCache.h:36:10: note: Technically the member function 'NNCache::set_size_from_playouts' can be static.
leela-zero-0.15/src/NNCache.h:56:5: style: Class 'NNCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/CL/cl2.hpp:495:0: error: #error Visual studio 2013 or another C++11-supporting compiler required [preprocessorErrorDirective]
leela-zero-0.15/src/Random.cpp:76:39: style: Function 'seedrandom' argument 1 names different: declaration 's' definition 'seed'. [funcArgNamesDifferent]
leela-zero-0.15/src/Random.h:33:35: note: Function 'seedrandom' argument 1 names different: declaration 's' definition 'seed'.
leela-zero-0.15/src/Random.cpp:76:39: note: Function 'seedrandom' argument 1 names different: declaration 's' definition 'seed'.
leela-zero-0.15/src/SGFParser.cpp:88:58: style: Function 'chop_all' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
leela-zero-0.15/src/SGFParser.h:37:58: note: Function 'chop_all' argument 1 names different: declaration 'fname' definition 'filename'.
leela-zero-0.15/src/SGFParser.cpp:88:58: note: Function 'chop_all' argument 1 names different: declaration 'fname' definition 'filename'.
leela-zero-0.15/src/SGFParser.cpp:103:51: style: Function 'chop_from_file' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
leela-zero-0.15/src/SGFParser.h:36:51: note: Function 'chop_from_file' argument 1 names different: declaration 'fname' definition 'filename'.
leela-zero-0.15/src/SGFParser.cpp:103:51: note: Function 'chop_from_file' argument 1 names different: declaration 'fname' definition 'filename'.
leela-zero-0.15/src/SGFParser.cpp:103:51: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
leela-zero-0.15/src/SGFTree.cpp:253:41: style: Function 'copy_state' argument 1 names different: declaration 'state' definition 'tree'. [funcArgNamesDifferent]
leela-zero-0.15/src/SGFTree.h:60:36: note: Function 'copy_state' argument 1 names different: declaration 'state' definition 'tree'.
leela-zero-0.15/src/SGFTree.cpp:253:41: note: Function 'copy_state' argument 1 names different: declaration 'state' definition 'tree'.
leela-zero-0.15/src/SGFTree.cpp:292:50: style: Function 'string_to_vertex' argument 1 names different: declaration 'move' definition 'movestring'. [funcArgNamesDifferent]
leela-zero-0.15/src/SGFTree.h:61:45: note: Function 'string_to_vertex' argument 1 names different: declaration 'move' definition 'movestring'.
leela-zero-0.15/src/SGFTree.cpp:292:50: note: Function 'string_to_vertex' argument 1 names different: declaration 'move' definition 'movestring'.
leela-zero-0.15/src/SGFTree.cpp:379:49: style: Function 'state_to_string' argument 1 names different: declaration 'state' definition 'pstate'. [funcArgNamesDifferent]
leela-zero-0.15/src/SGFTree.h:54:51: note: Function 'state_to_string' argument 1 names different: declaration 'state' definition 'pstate'.
leela-zero-0.15/src/SGFTree.cpp:379:49: note: Function 'state_to_string' argument 1 names different: declaration 'state' definition 'pstate'.
leela-zero-0.15/src/SMP.cpp:25:5: performance: Variable 'm_lock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/src/TimeControl.h:44:10: style: Technically the member function 'TimeControl::can_accumulate_time' can be const. [functionConst]
leela-zero-0.15/src/TimeControl.cpp:253:19: note: Technically the member function 'TimeControl::can_accumulate_time' can be const.
leela-zero-0.15/src/TimeControl.h:44:10: note: Technically the member function 'TimeControl::can_accumulate_time' can be const.
leela-zero-0.15/src/TimeControl.h:49:9: style: Technically the member function 'TimeControl::get_moves_expected' can be const. [functionConst]
leela-zero-0.15/src/TimeControl.cpp:224:18: note: Technically the member function 'TimeControl::get_moves_expected' can be const.
leela-zero-0.15/src/TimeControl.h:49:9: note: Technically the member function 'TimeControl::get_moves_expected' can be const.
leela-zero-0.15/src/Timing.cpp:34:5: performance: Variable 'm_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leela-zero-0.15/src/Training.cpp:156:50: style: Function 'record' argument 2 names different: declaration 'node' definition 'root'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:74:51: note: Function 'record' argument 2 names different: declaration 'node' definition 'root'.
leela-zero-0.15/src/Training.cpp:156:50: note: Function 'record' argument 2 names different: declaration 'node' definition 'root'.
leela-zero-0.15/src/Training.cpp:201:67: style: Function 'dump_training' argument 2 names different: declaration 'out_filename' definition 'filename'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:72:50: note: Function 'dump_training' argument 2 names different: declaration 'out_filename' definition 'filename'.
leela-zero-0.15/src/Training.cpp:201:67: note: Function 'dump_training' argument 2 names different: declaration 'out_filename' definition 'filename'.
leela-zero-0.15/src/Training.cpp:234:63: style: Function 'dump_training' argument 2 names different: declaration 'outchunker' definition 'outchunk'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:87:46: note: Function 'dump_training' argument 2 names different: declaration 'outchunker' definition 'outchunk'.
leela-zero-0.15/src/Training.cpp:234:63: note: Function 'dump_training' argument 2 names different: declaration 'outchunker' definition 'outchunk'.
leela-zero-0.15/src/Training.cpp:279:46: style: Function 'dump_debug' argument 1 names different: declaration 'out_filename' definition 'filename'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:73:47: note: Function 'dump_debug' argument 1 names different: declaration 'out_filename' definition 'filename'.
leela-zero-0.15/src/Training.cpp:279:46: note: Function 'dump_debug' argument 1 names different: declaration 'out_filename' definition 'filename'.
leela-zero-0.15/src/Training.cpp:284:42: style: Function 'dump_debug' argument 1 names different: declaration 'outchunker' definition 'outchunk'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:88:43: note: Function 'dump_debug' argument 1 names different: declaration 'outchunker' definition 'outchunk'.
leela-zero-0.15/src/Training.cpp:284:42: note: Function 'dump_debug' argument 1 names different: declaration 'outchunker' definition 'outchunk'.
leela-zero-0.15/src/Training.cpp:346:51: style: Function 'dump_supervised' argument 1 names different: declaration 'sgf_file' definition 'sgf_name'. [funcArgNamesDifferent]
leela-zero-0.15/src/Training.h:76:52: note: Function 'dump_supervised' argument 1 names different: declaration 'sgf_file' definition 'sgf_name'.
leela-zero-0.15/src/Training.cpp:346:51: note: Function 'dump_supervised' argument 1 names different: declaration 'sgf_file' definition 'sgf_name'.
leela-zero-0.15/src/Training.cpp:230:26: error: Uninitialized struct member: step.to_move [uninitStructMember]
leela-zero-0.15/src/Training.cpp:230:26: error: Uninitialized struct member: step.net_winrate [uninitStructMember]
leela-zero-0.15/src/Training.cpp:230:26: error: Uninitialized struct member: step.root_uct_winrate [uninitStructMember]
leela-zero-0.15/src/Training.cpp:230:26: error: Uninitialized struct member: step.child_uct_winrate [uninitStructMember]
leela-zero-0.15/src/Training.cpp:230:26: error: Uninitialized struct member: step.bestmove_visits [uninitStructMember]
leela-zero-0.15/src/UCTNode.cpp:298:5: style: Class 'NodeComp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/src/UCTNodeRoot.cpp:181:51: style: Function 'prepare_root_node' argument 2 names different: declaration 'nodecount' definition 'nodes'. [funcArgNamesDifferent]
leela-zero-0.15/src/UCTNode.h:77:46: note: Function 'prepare_root_node' argument 2 names different: declaration 'nodecount' definition 'nodes'.
leela-zero-0.15/src/UCTNodeRoot.cpp:181:51: note: Function 'prepare_root_node' argument 2 names different: declaration 'nodecount' definition 'nodes'.
leela-zero-0.15/src/UCTNodeRoot.cpp:182:44: style: Function 'prepare_root_node' argument 3 names different: declaration 'state' definition 'root_state'. [funcArgNamesDifferent]
leela-zero-0.15/src/UCTNode.h:78:39: note: Function 'prepare_root_node' argument 3 names different: declaration 'state' definition 'root_state'.
leela-zero-0.15/src/UCTNodeRoot.cpp:182:44: note: Function 'prepare_root_node' argument 3 names different: declaration 'state' definition 'root_state'.
leela-zero-0.15/src/UCTNode.h:83:10: style: Technically the member function 'UCTNode::inflate_all_children' can be const. [functionConst]
leela-zero-0.15/src/UCTNodeRoot.cpp:174:15: note: Technically the member function 'UCTNode::inflate_all_children' can be const.
leela-zero-0.15/src/UCTNode.h:83:10: note: Technically the member function 'UCTNode::inflate_all_children' can be const.
leela-zero-0.15/src/UCTSearch.h:106:10: performance: Technically the member function 'UCTSearch::tree_stats' can be static. [functionStatic]
leela-zero-0.15/src/UCTSearch.cpp:261:17: note: Technically the member function 'UCTSearch::tree_stats' can be static.
leela-zero-0.15/src/UCTSearch.h:106:10: note: Technically the member function 'UCTSearch::tree_stats' can be static.
leela-zero-0.15/src/UCTSearch.cpp:279:42: performance: Function parameter 'passflag' should be passed by const reference. [passedByValue]
leela-zero-0.15/src/UCTSearch.cpp:329:41: performance: Function parameter 'passflag' should be passed by const reference. [passedByValue]
leela-zero-0.15/src/UCTSearch.cpp:575:44: performance: Function parameter 'passflag' should be passed by const reference. [passedByValue]
leela-zero-0.15/src/tests/gtests.cpp:217:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:215:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:217:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:218:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:217:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:218:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:223:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:222:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:223:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:228:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:227:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:228:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:241:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:239:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:241:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:242:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:241:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:242:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:243:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:242:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:243:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:248:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:247:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:248:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:249:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
leela-zero-0.15/src/tests/gtests.cpp:248:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:249:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
leela-zero-0.15/src/tests/gtests.cpp:138:26: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
leela-zero-0.15/src/tests/gtests.cpp:176:26: style: Variable 'output' is assigned a value that is never used. [unreadVariable]
leela-zero-0.15/validation/SPRT.cpp:33:5: style: Class 'BayesElo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/validation/SPRT.cpp:48:5: style: Class 'SprtProbability' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leela-zero-0.15/validation/Validation.cpp:137:43: style: Function 'Validation' argument 3 names different: declaration 'gpusList' definition 'gpuslist'. [funcArgNamesDifferent]
leela-zero-0.15/validation/Validation.h:72:35: note: Function 'Validation' argument 3 names different: declaration 'gpusList' definition 'gpuslist'.
leela-zero-0.15/validation/Validation.cpp:137:43: note: Function 'Validation' argument 3 names different: declaration 'gpusList' definition 'gpuslist'.
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_firstNet' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_secondNet' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_expected' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_keepPath' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_firstBin' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_secondBin' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_firstOpts' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_secondOpts' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:39:5: warning: Member variable 'ValidationWorker::m_state' is not initialized in the constructor. [uninitMemberVar]
leela-zero-0.15/validation/Validation.h:31:1: warning: The class 'ValidationWorker' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
leela-zero-0.15/validation/main.cpp:133:5: style: Variable 'cons' is reassigned a value before the old one has been used. [redundantAssignment]
leela-zero-0.15/validation/main.cpp:122:0: note: Variable 'cons' is reassigned a value before the old one has been used.
leela-zero-0.15/validation/main.cpp:133:5: note: Variable 'cons' is reassigned a value before the old one has been used.
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/lefse/lefse_1.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/legit/legit_1.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lein-clojars/lein-clojars_0.8.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leiningen/leiningen_1.7.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leiningen-clojure/leiningen-clojure_2.8.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lekhonee-gnome/lekhonee-gnome_0.11.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lektor/lektor_3.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lemonbar/lemonbar_1.3.orig.tar.xz
lemonbar-1.3/lemonbar.c:378:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/lemonldap-ng/lemonldap-ng_1.9.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lensfun/lensfun_0.3.2.orig.tar.gz
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::filesize' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::fGetR' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::fGetG' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::fGetB' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::fGet' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::width' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/image.cpp:45:8: warning: Member variable 'Image::height' is not initialized in the constructor. [uninitMemberVar]
lensfun-0.3.2/apps/lenstool/rgbpixel.h:79:7: style: Technically the member function 'RGBpixel::Intensity' can be const. [functionConst]
lensfun-0.3.2/apps/lenstool/rgbpixel.h:54:1: warning: The struct 'RGBpixel' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lensfun-0.3.2/apps/lenstool/image.cpp:58:5: warning: Possible leak in public function. The pointer 'file' is not deallocated before it is allocated. [publicAllocationError]
lensfun-0.3.2/libs/getopt/getopt.c:351:7: style: The scope of the variable 'option_index' can be reduced. [variableScope]
lensfun-0.3.2/libs/getopt/getopt.c:264:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lensfun-0.3.2/libs/lensfun/auxfun.cpp:178:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lensfun-0.3.2/libs/lensfun/auxfun.cpp:313:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lensfun-0.3.2/libs/lensfun/auxfun.cpp:313:16: style: The scope of the variable 'cmp' can be reduced. [variableScope]
lensfun-0.3.2/libs/lensfun/lensfunprv.h:409:10: performance: Technically the member function 'lfFuzzyStrCmp::Split' can be static. [functionStatic]
lensfun-0.3.2/libs/lensfun/auxfun.cpp:510:21: note: Technically the member function 'lfFuzzyStrCmp::Split' can be static.
lensfun-0.3.2/libs/lensfun/lensfunprv.h:409:10: note: Technically the member function 'lfFuzzyStrCmp::Split' can be static.
lensfun-0.3.2/libs/lensfun/lensfunprv.h:410:10: performance: Technically the member function 'lfFuzzyStrCmp::Free' can be static. [functionStatic]
lensfun-0.3.2/libs/lensfun/auxfun.cpp:503:21: note: Technically the member function 'lfFuzzyStrCmp::Free' can be static.
lensfun-0.3.2/libs/lensfun/lensfunprv.h:410:10: note: Technically the member function 'lfFuzzyStrCmp::Free' can be static.
lensfun-0.3.2/libs/lensfun/database.cpp:1253:9: style: The scope of the variable 'score' can be reduced. [variableScope]
lensfun-0.3.2/libs/lensfun/mod-color.cpp:137:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-coord.cpp:125:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-coord.cpp:142:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-coord.cpp:442:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-coord.cpp:25:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lensfun-0.3.2/libs/lensfun/mod-subpix.cpp:98:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-subpix.cpp:140:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-subpix.cpp:147:17: style: C-style pointer casting [cstyleCast]
lensfun-0.3.2/libs/lensfun/mod-subpix.cpp:21:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/regexec.c:72:19: style: The scope of the variable 'j' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/regexec.c:73:8: style: The scope of the variable 'parents' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:625:7: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/libs/regex/tre-compile.c:623:7: note: Variable 'status' is reassigned a value before the old one has been used.
lensfun-0.3.2/libs/regex/tre-compile.c:625:7: note: Variable 'status' is reassigned a value before the old one has been used.
lensfun-0.3.2/libs/regex/tre-compile.c:263:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:531:10: style: The scope of the variable 'enter_tag' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1618:26: style: The scope of the variable 'trans' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:16: style: The scope of the variable 'l' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:19: style: The scope of the variable 'dup' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1619:24: style: The scope of the variable 'prev_p2_pos' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:2226:26: style: The scope of the variable 'trans' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-compile.c:1987:13: warning: Size of pointer 'minimal_tags' used instead of size of its data. [pointerSize]
lensfun-0.3.2/libs/regex/tre-match-backtrack.c:441:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lensfun-0.3.2/libs/regex/tre-match-backtrack.c:402:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:142:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:272:7: style: The scope of the variable 'skip' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:314:13: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:316:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:505:8: style: The scope of the variable 'k' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:614:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lensfun-0.3.2/libs/regex/tre-parse.c:99:39: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lensfun-0.3.2/tests/test_database.cpp:28:5: style: Variable 'lenses' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_database.cpp:26:0: note: Variable 'lenses' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_database.cpp:28:5: note: Variable 'lenses' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_database.cpp:59:5: style: Variable 'cameras' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_database.cpp:57:0: note: Variable 'cameras' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_database.cpp:59:5: note: Variable 'cameras' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_color.cpp:196:0: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_modifier_color.cpp:194:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_color.cpp:196:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_distortion.cpp:128:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_modifier_coord_distortion.cpp:126:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_distortion.cpp:128:3: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_geometry.cpp:129:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_modifier_coord_geometry.cpp:127:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_geometry.cpp:129:3: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_scale.cpp:125:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_modifier_coord_scale.cpp:123:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_coord_scale.cpp:125:3: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_subpix.cpp:128:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
lensfun-0.3.2/tests/test_modifier_subpix.cpp:126:0: note: Variable 'desc' is reassigned a value before the old one has been used.
lensfun-0.3.2/tests/test_modifier_subpix.cpp:128:3: note: Variable 'desc' is reassigned a value before the old one has been used.
[02:25]

ftp://ftp.se.debian.org/debian/pool/main/l/leocad/leocad_18.02.orig.tar.gz
leocad-18.02/common/lc_math.h:45:2: warning: Member variable 'lcVector2::x' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:45:2: warning: Member variable 'lcVector2::y' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:80:2: warning: Member variable 'lcVector3::x' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:80:2: warning: Member variable 'lcVector3::y' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:80:2: warning: Member variable 'lcVector3::z' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:121:2: warning: Member variable 'lcVector4::x' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:121:2: warning: Member variable 'lcVector4::y' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:121:2: warning: Member variable 'lcVector4::z' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_math.h:121:2: warning: Member variable 'lcVector4::w' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_array.h:31:0: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
leocad-18.02/common/object.h:102:7: performance: Technically the member function 'lcObject::SaveKeysLDraw' can be static. [functionStatic]
leocad-18.02/common/object.h:132:11: performance: Technically the member function 'lcObject::CalculateKey' can be static. [functionStatic]
leocad-18.02/common/object.h:148:7: performance: Technically the member function 'lcObject::ChangeKey' can be static. [functionStatic]
leocad-18.02/common/object.h:194:7: performance: Technically the member function 'lcObject::InsertTime' can be static. [functionStatic]
leocad-18.02/common/object.h:223:7: performance: Technically the member function 'lcObject::RemoveTime' can be static. [functionStatic]
leocad-18.02/common/camera.h:272:7: style: Technically the member function 'lcCamera::CompareBoundingBox' can be const. [functionConst]
leocad-18.02/common/camera.cpp:395:16: note: Technically the member function 'lcCamera::CompareBoundingBox' can be const.
leocad-18.02/common/camera.h:272:7: note: Technically the member function 'lcCamera::CompareBoundingBox' can be const.
leocad-18.02/common/lc_context.h:133:20: style: Technically the member function 'lcContext::GetProjectionMatrix' can be const. [functionConst]
leocad-18.02/common/lc_file.h:486:2: style: Class 'lcDiskFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/camera.h:41:2: style: Class 'lcCamera' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/group.cpp:25:11: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/image.cpp:118:6: style: The scope of the variable 'i' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:118:9: style: The scope of the variable 'j' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:118:12: style: The scope of the variable 'k' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:118:27: style: The scope of the variable 'stx' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:118:32: style: The scope of the variable 'sty' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:119:8: style: The scope of the variable 'accumx' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:119:16: style: The scope of the variable 'accumy' can be reduced. [variableScope]
leocad-18.02/common/image.cpp:116:24: style: Function 'Resize' argument 1 names different: declaration 'Width' definition 'width'. [funcArgNamesDifferent]
leocad-18.02/common/image.h:28:18: note: Function 'Resize' argument 1 names different: declaration 'Width' definition 'width'.
leocad-18.02/common/image.cpp:116:24: note: Function 'Resize' argument 1 names different: declaration 'Width' definition 'width'.
leocad-18.02/common/image.cpp:116:35: style: Function 'Resize' argument 2 names different: declaration 'Height' definition 'height'. [funcArgNamesDifferent]
leocad-18.02/common/image.h:28:29: note: Function 'Resize' argument 2 names different: declaration 'Height' definition 'height'.
leocad-18.02/common/image.cpp:116:35: note: Function 'Resize' argument 2 names different: declaration 'Height' definition 'height'.
leocad-18.02/common/lc_application.cpp:446:12: style: Expression is always false because 'else if' condition matches previous condition at line 444. [multiCondition]
leocad-18.02/common/lc_mainwindow.h:191:34: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.h:205:34: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.h:354:34: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_library.h:47:3: performance: Variable 'mColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_model.h:52:7: style: Technically the member function 'lcModelProperties::operator==' can be const. [functionConst]
leocad-18.02/common/lc_model.h:151:17: style: Technically the member function 'lcModel::GetName' can be const. [functionConst]
leocad-18.02/common/lc_array.h:62:0: style: Technically the member function 'lcArray < const lcObject * >::operator[]' can be const. [functionConst]
leocad-18.02/common/lc_array.h:79:0: style: Technically the member function 'lcArray < const lcObject * >::begin' can be const. [functionConst]
leocad-18.02/common/lc_array.h:84:0: style: Technically the member function 'lcArray < const lcObject * >::end' can be const. [functionConst]
leocad-18.02/common/lc_glwidget.h:48:3: style: Class 'lcGLWidget' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
leocad-18.02/common/lc_glwidget.h:48:3: style: Class 'lcGLWidget' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
leocad-18.02/common/project.h:23:2: style: Class 'lcHTMLExportOptions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_model.h:103:2: style: Class 'lcModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_mainwindow.h:51:2: style: Class 'lcModelTabWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_partselectionwidget.h:30:2: style: Class 'lcPartSelectionListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_partselectionwidget.h:111:2: style: Class 'lcPartSelectionListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_partselectionwidget.h:150:2: style: Class 'lcPartSelectionWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/view.h:58:2: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/view.h:69:7: style: The function 'OnDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:71:15: note: Virtual function in base class
leocad-18.02/common/view.h:69:7: note: Function in derived class
leocad-18.02/common/view.h:70:7: style: The function 'OnInitialUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:72:15: note: Virtual function in base class
leocad-18.02/common/view.h:70:7: note: Function in derived class
leocad-18.02/common/view.h:71:7: style: The function 'OnUpdateCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:73:15: note: Virtual function in base class
leocad-18.02/common/view.h:71:7: note: Function in derived class
leocad-18.02/common/view.h:72:7: style: The function 'OnLeftButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:74:15: note: Virtual function in base class
leocad-18.02/common/view.h:72:7: note: Function in derived class
leocad-18.02/common/view.h:73:7: style: The function 'OnLeftButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:75:15: note: Virtual function in base class
leocad-18.02/common/view.h:73:7: note: Function in derived class
leocad-18.02/common/view.h:74:7: style: The function 'OnLeftButtonDoubleClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:76:15: note: Virtual function in base class
leocad-18.02/common/view.h:74:7: note: Function in derived class
leocad-18.02/common/view.h:75:7: style: The function 'OnMiddleButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:77:15: note: Virtual function in base class
leocad-18.02/common/view.h:75:7: note: Function in derived class
leocad-18.02/common/view.h:76:7: style: The function 'OnMiddleButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:78:15: note: Virtual function in base class
leocad-18.02/common/view.h:76:7: note: Function in derived class
leocad-18.02/common/view.h:77:7: style: The function 'OnRightButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:79:15: note: Virtual function in base class
leocad-18.02/common/view.h:77:7: note: Function in derived class
leocad-18.02/common/view.h:78:7: style: The function 'OnRightButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:80:15: note: Virtual function in base class
leocad-18.02/common/view.h:78:7: note: Function in derived class
leocad-18.02/common/view.h:79:7: style: The function 'OnBackButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:82:15: note: Virtual function in base class
leocad-18.02/common/view.h:79:7: note: Function in derived class
leocad-18.02/common/view.h:80:7: style: The function 'OnForwardButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:84:15: note: Virtual function in base class
leocad-18.02/common/view.h:80:7: note: Function in derived class
leocad-18.02/common/view.h:81:7: style: The function 'OnMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:85:15: note: Virtual function in base class
leocad-18.02/common/view.h:81:7: note: Function in derived class
leocad-18.02/common/view.h:82:7: style: The function 'OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:86:15: note: Virtual function in base class
leocad-18.02/common/view.h:82:7: note: Function in derived class
leocad-18.02/common/lc_colors.cpp:273:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
leocad-18.02/common/lc_colors.cpp:289:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
leocad-18.02/common/lc_context.cpp:25:2: performance: Variable 'mVertexBufferObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.cpp:26:2: performance: Variable 'mIndexBufferObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.cpp:35:2: performance: Variable 'mTexture2D' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.cpp:36:2: performance: Variable 'mTexture2DMS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.cpp:43:2: performance: Variable 'mFramebufferObject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.cpp:45:2: performance: Variable 'mColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_context.h:139:7: performance: Technically the member function 'lcContext::SetViewport' can be static. [functionStatic]
leocad-18.02/common/lc_context.cpp:488:17: note: Technically the member function 'lcContext::SetViewport' can be static.
leocad-18.02/common/lc_context.h:139:7: note: Technically the member function 'lcContext::SetViewport' can be static.
leocad-18.02/common/lc_context.h:141:7: performance: Technically the member function 'lcContext::SetSmoothShading' can be static. [functionStatic]
leocad-18.02/common/lc_context.cpp:502:17: note: Technically the member function 'lcContext::SetSmoothShading' can be static.
leocad-18.02/common/lc_context.h:141:7: note: Technically the member function 'lcContext::SetSmoothShading' can be static.
leocad-18.02/common/lc_context.h:159:7: performance: Technically the member function 'lcContext::DestroyFramebuffer' can be static. [functionStatic]
leocad-18.02/common/lc_context.cpp:659:17: note: Technically the member function 'lcContext::DestroyFramebuffer' can be static.
leocad-18.02/common/lc_context.h:159:7: note: Technically the member function 'lcContext::DestroyFramebuffer' can be static.
leocad-18.02/common/lc_file.cpp:126:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
leocad-18.02/common/lc_library.cpp:1916:16: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
leocad-18.02/common/lc_library.cpp:1930:17: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
leocad-18.02/common/lc_library.cpp:1954:18: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
leocad-18.02/common/lc_library.cpp:2087:18: style: Redundant condition: If 'EXPR > 32', the comparison 'EXPR' is always true. [redundantCondition]
leocad-18.02/common/lc_library.cpp:810:6: style: Condition 'Modified' is always false [knownConditionTrueFalse]
leocad-18.02/common/lc_library.cpp:714:18: note: Assignment 'Modified=false', assigned value is 0
leocad-18.02/common/lc_library.cpp:810:6: note: Condition 'Modified' is always false
leocad-18.02/common/lc_library.cpp:1423:23: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_library.cpp:1453:39: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_library.cpp:1895:8: style: The scope of the variable 'LastToken' can be reduced. [variableScope]
leocad-18.02/common/lc_library.cpp:2925:33: style: The scope of the variable 'Vertices' can be reduced. [variableScope]
leocad-18.02/common/lc_library.cpp:3097:33: style: The scope of the variable 'Vertices' can be reduced. [variableScope]
leocad-18.02/common/lc_library.cpp:192:71: style: Function 'FindPiece' argument 2 names different: declaration 'Project' definition 'CurrentProject'. [funcArgNamesDifferent]
leocad-18.02/common/lc_library.h:181:55: note: Function 'FindPiece' argument 2 names different: declaration 'Project' definition 'CurrentProject'.
leocad-18.02/common/lc_library.cpp:192:71: note: Function 'FindPiece' argument 2 names different: declaration 'Project' definition 'CurrentProject'.
leocad-18.02/common/lc_library.cpp:2420:45: style: Function 'ResequenceQuad' argument 1 names different: declaration 'QuadIndices' definition 'Indices'. [funcArgNamesDifferent]
leocad-18.02/common/lc_library.h:130:27: note: Function 'ResequenceQuad' argument 1 names different: declaration 'QuadIndices' definition 'Indices'.
leocad-18.02/common/lc_library.cpp:2420:45: note: Function 'ResequenceQuad' argument 1 names different: declaration 'QuadIndices' definition 'Indices'.
leocad-18.02/common/lc_library.cpp:2725:147: style: Function 'AddTexturedLine' argument 5 names different: declaration 'Map' definition 'TextureMap'. [funcArgNamesDifferent]
leocad-18.02/common/lc_library.h:126:129: note: Function 'AddTexturedLine' argument 5 names different: declaration 'Map' definition 'TextureMap'.
leocad-18.02/common/lc_library.cpp:2725:147: note: Function 'AddTexturedLine' argument 5 names different: declaration 'Map' definition 'TextureMap'.
leocad-18.02/common/lc_library.cpp:2153:18: error: Array 'FileName[1024]' accessed at index 1024, which is out of bounds. [arrayIndexOutOfBounds]
leocad-18.02/common/lc_library.cpp:93:2: performance: Variable 'mCachePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_library.h:130:7: performance: Technically the member function 'lcLibraryMeshData::ResequenceQuad' can be static. [functionStatic]
leocad-18.02/common/lc_library.cpp:2420:25: note: Technically the member function 'lcLibraryMeshData::ResequenceQuad' can be static.
leocad-18.02/common/lc_library.h:130:7: note: Technically the member function 'lcLibraryMeshData::ResequenceQuad' can be static.
leocad-18.02/common/piece.h:57:2: style: Class 'lcPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_library.cpp:1984:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/lc_library.cpp:2014:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/lc_library.cpp:2043:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/lc_library.cpp:2151:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/lc_mainwindow.cpp:1335:7: style: Condition 'ActiveWidget' is always false [knownConditionTrueFalse]
leocad-18.02/common/lc_mainwindow.cpp:1249:27: note: Assignment 'ActiveWidget=nullptr', assigned value is 0
leocad-18.02/common/lc_mainwindow.cpp:1335:7: note: Condition 'ActiveWidget' is always false
leocad-18.02/common/lc_mainwindow.cpp:45:24: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:56:24: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:816:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1079:27: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1159:17: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1163:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1171:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1245:16: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1270:28: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1337:31: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1358:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1369:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1405:16: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1421:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1475:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1677:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1684:24: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1689:32: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1810:55: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1820:63: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1822:28: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:2022:33: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:2278:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mainwindow.cpp:1549:14: style: The scope of the variable 'IconNames' can be reduced. [variableScope]
leocad-18.02/common/lc_mainwindow.cpp:727:44: style: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'Event'. [funcArgNamesDifferent]
leocad-18.02/common/lc_mainwindow.h:333:31: note: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'Event'.
leocad-18.02/common/lc_mainwindow.cpp:727:44: note: Function 'closeEvent' argument 1 names different: declaration 'event' definition 'Event'.
leocad-18.02/common/lc_mainwindow.cpp:1251:73: style: Unused variable: Model [unusedVariable]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mModelTabWidgetContextMenuIndex' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mActionFileRecentSeparator' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mModelTabWidget' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mStandardToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mToolsToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTimeToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mPartsToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mColorsToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mPropertiesToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTimelineToolBar' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mPartSelectionWidget' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mColorList' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mPropertiesWidget' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTimelineWidget' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTransformXEdit' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTransformYEdit' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mTransformZEdit' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mStatusBarLabel' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mStatusPositionLabel' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mStatusSnapLabel' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mStatusTimeLabel' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mToolsMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mViewpointMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mCameraMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mProjectionMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mShadingMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mainwindow.cpp:61:15: warning: Member variable 'lcMainWindow::mSelectionModeMenu' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_timelinewidget.h:8:2: style: Class 'lcTimelineWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/common/lc_mesh.cpp:81:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mesh.cpp:271:0: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mesh.cpp:223:0: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mesh.cpp:185:0: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_mesh.cpp:12:9: warning: Member variable 'lcMesh::mRadius' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_mesh.h:66:7: style: Technically the member function 'lcMesh::ExportPOVRay' can be const. [functionConst]
leocad-18.02/common/lc_mesh.cpp:312:14: note: Technically the member function 'lcMesh::ExportPOVRay' can be const.
leocad-18.02/common/lc_mesh.h:66:7: note: Technically the member function 'lcMesh::ExportPOVRay' can be const.
leocad-18.02/common/lc_mesh.h:70:7: style: Technically the member function 'lcMesh::ExportWavefrontIndices' can be const. [functionConst]
leocad-18.02/common/lc_mesh.cpp:355:14: note: Technically the member function 'lcMesh::ExportWavefrontIndices' can be const.
leocad-18.02/common/lc_mesh.h:70:7: note: Technically the member function 'lcMesh::ExportWavefrontIndices' can be const.
leocad-18.02/common/lc_mesh.h:74:7: style: Technically the member function 'lcMesh::MinIntersectDist' can be const. [functionConst]
leocad-18.02/common/lc_mesh.cpp:212:14: note: Technically the member function 'lcMesh::MinIntersectDist' can be const.
leocad-18.02/common/lc_mesh.h:74:7: note: Technically the member function 'lcMesh::MinIntersectDist' can be const.
leocad-18.02/common/lc_mesh.h:78:7: style: Technically the member function 'lcMesh::IntersectsPlanes' can be const. [functionConst]
leocad-18.02/common/lc_mesh.cpp:242:14: note: Technically the member function 'lcMesh::IntersectsPlanes' can be const.
leocad-18.02/common/lc_mesh.h:78:7: note: Technically the member function 'lcMesh::IntersectsPlanes' can be const.
leocad-18.02/common/lc_model.cpp:336:32: style: Redundant condition: !CurrentGroups.IsEmpty(). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
leocad-18.02/common/lc_model.cpp:2002:12: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:2128:19: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:2148:19: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:2562:5: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:2614:19: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3377:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3408:17: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3412:56: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3437:17: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3441:56: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3460:18: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3464:56: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3486:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3499:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3527:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3540:19: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3902:18: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3918:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3925:18: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:3941:19: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:4115:17: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:4202:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_model.cpp:675:34: style: Function 'LoadBinary' argument 1 names different: declaration 'File' definition 'file'. [funcArgNamesDifferent]
leocad-18.02/common/lc_model.h:214:26: note: Function 'LoadBinary' argument 1 names different: declaration 'File' definition 'file'.
leocad-18.02/common/lc_model.cpp:675:34: note: Function 'LoadBinary' argument 1 names different: declaration 'File' definition 'file'.
leocad-18.02/common/lc_model.cpp:1932:50: style: Function 'SnapPosition' argument 1 names different: declaration 'Delta' definition 'Distance'. [funcArgNamesDifferent]
leocad-18.02/common/lc_model.h:281:42: note: Function 'SnapPosition' argument 1 names different: declaration 'Delta' definition 'Distance'.
leocad-18.02/common/lc_model.cpp:1932:50: note: Function 'SnapPosition' argument 1 names different: declaration 'Delta' definition 'Distance'.
leocad-18.02/common/lc_model.cpp:1977:50: style: Function 'SnapRotation' argument 1 names different: declaration 'Delta' definition 'Angles'. [funcArgNamesDifferent]
leocad-18.02/common/lc_model.h:282:42: note: Function 'SnapRotation' argument 1 names different: declaration 'Delta' definition 'Angles'.
leocad-18.02/common/lc_model.cpp:1977:50: note: Function 'SnapRotation' argument 1 names different: declaration 'Delta' definition 'Angles'.
leocad-18.02/common/lc_model.cpp:148:10: warning: Member variable 'lcModel::mSavedHistory' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_model.h:192:7: style: Technically the member function 'lcModel::ResetSelectedPiecesPivotPoint' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:2108:15: note: Technically the member function 'lcModel::ResetSelectedPiecesPivotPoint' can be const.
leocad-18.02/common/lc_model.h:192:7: note: Technically the member function 'lcModel::ResetSelectedPiecesPivotPoint' can be const.
leocad-18.02/common/lc_model.h:216:7: performance: Technically the member function 'lcModel::LoadInventory' can be static. [functionStatic]
leocad-18.02/common/lc_model.cpp:974:15: note: Technically the member function 'lcModel::LoadInventory' can be static.
leocad-18.02/common/lc_model.h:216:7: note: Technically the member function 'lcModel::LoadInventory' can be static.
leocad-18.02/common/lc_model.h:229:7: style: Technically the member function 'lcModel::Copy' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:1111:15: note: Technically the member function 'lcModel::Copy' can be const.
leocad-18.02/common/lc_model.h:229:7: note: Technically the member function 'lcModel::Copy' can be const.
leocad-18.02/common/lc_model.h:271:7: style: Technically the member function 'lcModel::HideSelectedPieces' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:3578:15: note: Technically the member function 'lcModel::HideSelectedPieces' can be const.
leocad-18.02/common/lc_model.h:271:7: note: Technically the member function 'lcModel::HideSelectedPieces' can be const.
leocad-18.02/common/lc_model.h:272:7: style: Technically the member function 'lcModel::HideUnselectedPieces' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:3596:15: note: Technically the member function 'lcModel::HideUnselectedPieces' can be const.
leocad-18.02/common/lc_model.h:272:7: note: Technically the member function 'lcModel::HideUnselectedPieces' can be const.
leocad-18.02/common/lc_model.h:273:7: style: Technically the member function 'lcModel::UnhideSelectedPieces' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:3611:15: note: Technically the member function 'lcModel::UnhideSelectedPieces' can be const.
leocad-18.02/common/lc_model.h:273:7: note: Technically the member function 'lcModel::UnhideSelectedPieces' can be const.
leocad-18.02/common/lc_model.h:281:12: performance: Technically the member function 'lcModel::SnapPosition' can be static. [functionStatic]
leocad-18.02/common/lc_model.cpp:1932:20: note: Technically the member function 'lcModel::SnapPosition' can be static.
leocad-18.02/common/lc_model.h:281:12: note: Technically the member function 'lcModel::SnapPosition' can be static.
leocad-18.02/common/lc_model.h:282:12: performance: Technically the member function 'lcModel::SnapRotation' can be static. [functionStatic]
leocad-18.02/common/lc_model.cpp:1977:20: note: Technically the member function 'lcModel::SnapRotation' can be static.
leocad-18.02/common/lc_model.h:282:12: note: Technically the member function 'lcModel::SnapRotation' can be static.
leocad-18.02/common/lc_model.h:346:10: style: Technically the member function 'lcModel::GetGroupName' can be const. [functionConst]
leocad-18.02/common/lc_model.cpp:1853:18: note: Technically the member function 'lcModel::GetGroupName' can be const.
leocad-18.02/common/lc_model.h:346:10: note: Technically the member function 'lcModel::GetGroupName' can be const.
leocad-18.02/common/minifig.h:50:7: style: The function 'OnDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:71:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:50:7: note: Function in derived class
leocad-18.02/common/minifig.h:51:7: style: The function 'OnLeftButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:74:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:51:7: note: Function in derived class
leocad-18.02/common/minifig.h:52:7: style: The function 'OnLeftButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:75:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:52:7: note: Function in derived class
leocad-18.02/common/minifig.h:53:7: style: The function 'OnLeftButtonDoubleClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:76:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:53:7: note: Function in derived class
leocad-18.02/common/minifig.h:54:7: style: The function 'OnRightButtonDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:79:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:54:7: note: Function in derived class
leocad-18.02/common/minifig.h:55:7: style: The function 'OnRightButtonUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:80:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:55:7: note: Function in derived class
leocad-18.02/common/minifig.h:56:7: style: The function 'OnMouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:85:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:56:7: note: Function in derived class
leocad-18.02/common/minifig.h:57:7: style: The function 'OnInitialUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
leocad-18.02/common/lc_glwidget.h:72:15: note: Virtual function in base class
leocad-18.02/common/minifig.h:57:7: note: Function in derived class
leocad-18.02/common/lc_partselectionwidget.cpp:40:14: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_partselectionwidget.cpp:199:44: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_partselectionwidget.cpp:340:0: style: Same expression used in consecutive assignments of 'Width' and 'Height'. [duplicateAssignExpression]
leocad-18.02/common/lc_partselectionwidget.cpp:341:0: note: Same expression used in consecutive assignments of 'Width' and 'Height'.
leocad-18.02/common/lc_partselectionwidget.cpp:340:0: note: Same expression used in consecutive assignments of 'Width' and 'Height'.
leocad-18.02/common/lc_scene.cpp:138:30: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_scene.cpp:10:10: warning: Member variable 'lcScene::mHasTexture' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_scene.cpp:193:105: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
leocad-18.02/common/lc_synth.cpp:711:41: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_synth.h:43:8: performance: Technically the member function 'lcSynthInfo::GetSectionTwist' can be static. [functionStatic]
leocad-18.02/common/lc_synth.cpp:168:20: note: Technically the member function 'lcSynthInfo::GetSectionTwist' can be static.
leocad-18.02/common/lc_synth.h:43:8: note: Technically the member function 'lcSynthInfo::GetSectionTwist' can be static.
leocad-18.02/common/lc_synth.h:46:7: performance: Technically the member function 'lcSynthInfo::AddRibbedHoseParts' can be static. [functionStatic]
leocad-18.02/common/lc_synth.cpp:339:19: note: Technically the member function 'lcSynthInfo::AddRibbedHoseParts' can be static.
leocad-18.02/common/lc_synth.h:46:7: note: Technically the member function 'lcSynthInfo::AddRibbedHoseParts' can be static.
leocad-18.02/common/lc_synth.h:47:7: performance: Technically the member function 'lcSynthInfo::AddFlexibleAxleParts' can be static. [functionStatic]
leocad-18.02/common/lc_synth.cpp:376:19: note: Technically the member function 'lcSynthInfo::AddFlexibleAxleParts' can be static.
leocad-18.02/common/lc_synth.h:47:7: note: Technically the member function 'lcSynthInfo::AddFlexibleAxleParts' can be static.
leocad-18.02/common/lc_synth.h:48:7: performance: Technically the member function 'lcSynthInfo::AddStringBraidedParts' can be static. [functionStatic]
leocad-18.02/common/lc_synth.cpp:478:19: note: Technically the member function 'lcSynthInfo::AddStringBraidedParts' can be static.
leocad-18.02/common/lc_synth.h:48:7: note: Technically the member function 'lcSynthInfo::AddStringBraidedParts' can be static.
leocad-18.02/common/lc_synth.h:50:7: performance: Technically the member function 'lcSynthInfo::AddActuatorParts' can be static. [functionStatic]
leocad-18.02/common/lc_synth.cpp:637:19: note: Technically the member function 'lcSynthInfo::AddActuatorParts' can be static.
leocad-18.02/common/lc_synth.h:50:7: note: Technically the member function 'lcSynthInfo::AddActuatorParts' can be static.
leocad-18.02/common/lc_texture.cpp:34:12: warning: Member variable 'lcTexture::mWidth' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_texture.cpp:34:12: warning: Member variable 'lcTexture::mHeight' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_texture.cpp:34:12: warning: Member variable 'lcTexture::mName' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_texture.cpp:34:12: warning: Member variable 'lcTexture::mFlags' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/lc_texture.cpp:36:2: performance: Variable 'mTexture' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_texture.cpp:37:2: performance: Variable 'mRefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/lc_texture.cpp:205:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
leocad-18.02/common/lc_timelinewidget.cpp:39:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:94:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:126:29: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:218:27: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:246:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:355:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:366:18: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_timelinewidget.cpp:411:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/lc_zipfile.cpp:14:12: warning: Member variable 'lcZipFile::mZip64' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/light.h:175:7: performance: Technically the member function 'lcLight::SaveLDraw' can be static. [functionStatic]
leocad-18.02/common/light.cpp:51:15: note: Technically the member function 'lcLight::SaveLDraw' can be static.
leocad-18.02/common/light.h:175:7: note: Technically the member function 'lcLight::SaveLDraw' can be static.
leocad-18.02/common/light.h:191:7: style: Technically the member function 'lcLight::CompareBoundingBox' can be const. [functionConst]
leocad-18.02/common/light.cpp:93:15: note: Technically the member function 'lcLight::CompareBoundingBox' can be const.
leocad-18.02/common/light.h:191:7: note: Technically the member function 'lcLight::CompareBoundingBox' can be const.
leocad-18.02/common/light.h:194:7: performance: Technically the member function 'lcLight::Setup' can be static. [functionStatic]
leocad-18.02/common/light.cpp:527:15: note: Technically the member function 'lcLight::Setup' can be static.
leocad-18.02/common/light.h:194:7: note: Technically the member function 'lcLight::Setup' can be static.
leocad-18.02/common/minifig.cpp:53:2: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
leocad-18.02/common/minifig.cpp:53:2: portability: Using memset() on class which contains a floating point number. [memsetClassFloat]
leocad-18.02/common/minifig.cpp:16:16: warning: Member variable 'MinifigWizard::mMinifig' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/minifig.cpp:16:16: warning: Member variable 'MinifigWizard::mDownX' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/minifig.cpp:16:16: warning: Member variable 'MinifigWizard::mDownY' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/piece.cpp:365:14: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/piece.cpp:373:16: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/piece.h:395:7: style: Technically the member function 'lcPiece::IsVisible' can be const. [functionConst]
leocad-18.02/common/piece.cpp:830:15: note: Technically the member function 'lcPiece::IsVisible' can be const.
leocad-18.02/common/piece.h:395:7: note: Technically the member function 'lcPiece::IsVisible' can be const.
leocad-18.02/common/piece.h:54:1: warning: The class 'lcPiece' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
leocad-18.02/common/pieceinf.cpp:218:72: style: Function 'BoxTest' argument 2 names different: declaration 'Planes' definition 'WorldPlanes'. [funcArgNamesDifferent]
leocad-18.02/common/pieceinf.h:148:62: note: Function 'BoxTest' argument 2 names different: declaration 'Planes' definition 'WorldPlanes'.
leocad-18.02/common/pieceinf.cpp:218:72: note: Function 'BoxTest' argument 2 names different: declaration 'Planes' definition 'WorldPlanes'.
leocad-18.02/common/pieceinf.cpp:16:12: warning: Member variable 'PieceInfo::mFileName' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/pieceinf.cpp:16:12: warning: Member variable 'PieceInfo::m_strDescription' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/pieceinf.cpp:16:12: warning: Member variable 'PieceInfo::mFolderType' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/pieceinf.cpp:16:12: warning: Member variable 'PieceInfo::mFolderIndex' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/pieceinf.cpp:20:2: performance: Variable 'mFlags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/project.cpp:977:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/project.cpp:1281:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/project.cpp:2374:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/project.cpp:2394:21: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/project.cpp:1538:39: style: Same expression on both sides of '/' because the value of '(float)ThumbnailWidth' and '(float)ThumbnailHeight' are the same. [duplicateExpression]
leocad-18.02/common/project.cpp:1525:29: note: 'ThumbnailWidth' is assigned value '512' here.
leocad-18.02/common/project.cpp:1526:30: note: 'ThumbnailHeight' is assigned value '512' here.
leocad-18.02/common/project.cpp:1538:39: note: Same expression on both sides of '/' because the value of '(float)ThumbnailWidth' and '(float)ThumbnailHeight' are the same.
leocad-18.02/common/project.cpp:287:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
leocad-18.02/common/project.h:92:10: performance: Technically the member function 'Project::GetNewModelName' can be static. [functionStatic]
leocad-18.02/common/project.cpp:171:18: note: Technically the member function 'Project::GetNewModelName' can be static.
leocad-18.02/common/project.h:92:10: note: Technically the member function 'Project::GetNewModelName' can be static.
leocad-18.02/common/project.h:97:7: style: Technically the member function 'Project::Save' can be const. [functionConst]
leocad-18.02/common/project.cpp:461:15: note: Technically the member function 'Project::Save' can be const.
leocad-18.02/common/project.h:97:7: note: Technically the member function 'Project::Save' can be const.
leocad-18.02/common/project.h:103:7: performance: Technically the member function 'Project::ExportModel' can be static. [functionStatic]
leocad-18.02/common/project.cpp:616:15: note: Technically the member function 'Project::ExportModel' can be static.
leocad-18.02/common/project.h:103:7: note: Technically the member function 'Project::ExportModel' can be static.
leocad-18.02/common/project.h:117:9: style: Technically the member function 'Project::CreatePartsListImage' can be const. [functionConst]
leocad-18.02/common/project.cpp:1477:17: note: Technically the member function 'Project::CreatePartsListImage' can be const.
leocad-18.02/common/project.h:117:9: note: Technically the member function 'Project::CreatePartsListImage' can be const.
leocad-18.02/common/project.h:118:7: performance: Technically the member function 'Project::CreateHTMLPieceList' can be static. [functionStatic]
leocad-18.02/common/project.cpp:1671:15: note: Technically the member function 'Project::CreateHTMLPieceList' can be static.
leocad-18.02/common/project.h:118:7: note: Technically the member function 'Project::CreateHTMLPieceList' can be static.
leocad-18.02/common/lc_array.h:62:0: style: Technically the member function 'lcArray < const char * >::operator[]' can be const. [functionConst]
leocad-18.02/common/lc_array.h:79:0: style: Technically the member function 'lcArray < const char * >::begin' can be const. [functionConst]
leocad-18.02/common/lc_array.h:84:0: style: Technically the member function 'lcArray < const char * >::end' can be const. [functionConst]
leocad-18.02/common/project.cpp:82:2: style: Class 'Project' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
leocad-18.02/common/project.cpp:82:2: style: Class 'Project' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
leocad-18.02/common/project.cpp:2090:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/project.cpp:2137:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
leocad-18.02/common/texfont.cpp:94:10: warning: Member variable 'TexFont::mTextureWidth' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/texfont.cpp:94:10: warning: Member variable 'TexFont::mTextureHeight' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/texfont.cpp:94:10: warning: Member variable 'TexFont::mFontHeight' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/texfont.cpp:97:2: performance: Variable 'mTexture' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
leocad-18.02/common/texfont.cpp:125:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
leocad-18.02/common/view.cpp:503:22: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:915:20: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:1919:22: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:1990:22: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:2046:23: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:2875:23: style: C-style pointer casting [cstyleCast]
leocad-18.02/common/view.cpp:15:7: warning: Member variable 'View::mTrackUpdated' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/view.cpp:15:7: warning: Member variable 'View::mMouseDownX' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/view.cpp:15:7: warning: Member variable 'View::mMouseDownY' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/view.cpp:15:7: warning: Member variable 'View::mMouseDownPiece' is not initialized in the constructor. [uninitMemberVar]
leocad-18.02/common/view.h:151:7: performance: Technically the member function 'View::IsTrackToolAllowed' can be static. [functionStatic]
leocad-18.02/common/view.cpp:2298:12: note: Technically the member function 'View::IsTrackToolAllowed' can be static.
leocad-18.02/common/view.h:151:7: note: Technically the member function 'View::IsTrackToolAllowed' can be static.
leocad-18.02/qt/lc_qarraydialog.h:15:2: style: Class 'lcQArrayDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qcategorydialog.cpp:12:12: style: C-style pointer casting [cstyleCast]
leocad-18.02/qt/lc_qcolorlist.cpp:71:34: style: Function 'event' argument 1 names different: declaration 'Event' definition 'event'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qcolorlist.h:23:29: note: Function 'event' argument 1 names different: declaration 'Event' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:71:34: note: Function 'event' argument 1 names different: declaration 'Event' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:166:45: style: Function 'keyPressEvent' argument 1 names different: declaration 'KeyEvent' definition 'event'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qcolorlist.h:28:40: note: Function 'keyPressEvent' argument 1 names different: declaration 'KeyEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:166:45: note: Function 'keyPressEvent' argument 1 names different: declaration 'KeyEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:247:46: style: Function 'resizeEvent' argument 1 names different: declaration 'ResizeEvent' definition 'event'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qcolorlist.h:25:41: note: Function 'resizeEvent' argument 1 names different: declaration 'ResizeEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:247:46: note: Function 'resizeEvent' argument 1 names different: declaration 'ResizeEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:353:44: style: Function 'paintEvent' argument 1 names different: declaration 'PaintEvent' definition 'event'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qcolorlist.h:24:39: note: Function 'paintEvent' argument 1 names different: declaration 'PaintEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.cpp:353:44: note: Function 'paintEvent' argument 1 names different: declaration 'PaintEvent' definition 'event'.
leocad-18.02/qt/lc_qcolorlist.h:11:2: style: Class 'lcQColorList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qcolorpicker.h:40:2: style: Class 'lcQColorPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:69:58: style: Function 'onItemClicked' argument 1 names different: declaration 'Item' definition 'item'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qeditgroupsdialog.h:32:38: note: Function 'onItemClicked' argument 1 names different: declaration 'Item' definition 'item'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:69:58: note: Function 'onItemClicked' argument 1 names different: declaration 'Item' definition 'item'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:69:68: style: Function 'onItemClicked' argument 2 names different: declaration 'Column' definition 'column'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qeditgroupsdialog.h:32:48: note: Function 'onItemClicked' argument 2 names different: declaration 'Column' definition 'column'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:69:68: note: Function 'onItemClicked' argument 2 names different: declaration 'Column' definition 'column'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:89:64: style: Function 'onItemDoubleClicked' argument 1 names different: declaration 'Item' definition 'item'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qeditgroupsdialog.h:33:44: note: Function 'onItemDoubleClicked' argument 1 names different: declaration 'Item' definition 'item'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:89:64: note: Function 'onItemDoubleClicked' argument 1 names different: declaration 'Item' definition 'item'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:89:74: style: Function 'onItemDoubleClicked' argument 2 names different: declaration 'Column' definition 'column'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qeditgroupsdialog.h:33:54: note: Function 'onItemDoubleClicked' argument 2 names different: declaration 'Column' definition 'column'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:89:74: note: Function 'onItemDoubleClicked' argument 2 names different: declaration 'Column' definition 'column'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:99:51: style: Function 'timerEvent' argument 1 names different: declaration 'Event' definition 'event'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qeditgroupsdialog.h:41:31: note: Function 'timerEvent' argument 1 names different: declaration 'Event' definition 'event'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:99:51: note: Function 'timerEvent' argument 1 names different: declaration 'Event' definition 'event'.
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:141:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
leocad-18.02/qt/lc_qeditgroupsdialog.cpp:156:113: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
leocad-18.02/qt/lc_qfinddialog.cpp:27:12: style: C-style pointer casting [cstyleCast]
leocad-18.02/qt/lc_qglwidget.cpp:28:24: style: C-style pointer casting [cstyleCast]
leocad-18.02/qt/lc_qglwidget.cpp:164:32: style: Function 'resizeGL' argument 1 names different: declaration 'x' definition 'width'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qglwidget.h:31:20: note: Function 'resizeGL' argument 1 names different: declaration 'x' definition 'width'.
leocad-18.02/qt/lc_qglwidget.cpp:164:32: note: Function 'resizeGL' argument 1 names different: declaration 'x' definition 'width'.
leocad-18.02/qt/lc_qglwidget.cpp:164:43: style: Function 'resizeGL' argument 2 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qglwidget.h:31:27: note: Function 'resizeGL' argument 2 names different: declaration 'h' definition 'height'.
leocad-18.02/qt/lc_qglwidget.cpp:164:43: note: Function 'resizeGL' argument 2 names different: declaration 'h' definition 'height'.
leocad-18.02/qt/lc_qglwidget.cpp:330:51: style: Function 'dragEnterEvent' argument 1 names different: declaration 'event' definition 'DragEnterEvent'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qglwidget.h:40:39: note: Function 'dragEnterEvent' argument 1 names different: declaration 'event' definition 'DragEnterEvent'.
leocad-18.02/qt/lc_qglwidget.cpp:330:51: note: Function 'dragEnterEvent' argument 1 names different: declaration 'event' definition 'DragEnterEvent'.
leocad-18.02/qt/lc_qglwidget.cpp:361:49: style: Function 'dragMoveEvent' argument 1 names different: declaration 'event' definition 'DragMoveEvent'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qglwidget.h:42:37: note: Function 'dragMoveEvent' argument 1 names different: declaration 'event' definition 'DragMoveEvent'.
leocad-18.02/qt/lc_qglwidget.cpp:361:49: note: Function 'dragMoveEvent' argument 1 names different: declaration 'event' definition 'DragMoveEvent'.
leocad-18.02/qt/lc_qglwidget.cpp:385:41: style: Function 'dropEvent' argument 1 names different: declaration 'event' definition 'DropEvent'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qglwidget.h:43:29: note: Function 'dropEvent' argument 1 names different: declaration 'event' definition 'DropEvent'.
leocad-18.02/qt/lc_qglwidget.cpp:385:41: note: Function 'dropEvent' argument 1 names different: declaration 'event' definition 'DropEvent'.
leocad-18.02/qt/lc_qimagedialog.h:14:2: style: Class 'lcQImageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qminifigdialog.cpp:9:45: style: Function 'lcQMinifigDialog' argument 1 names different: declaration 'Parent' definition 'parent'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qminifigdialog.h:17:37: note: Function 'lcQMinifigDialog' argument 1 names different: declaration 'Parent' definition 'parent'.
leocad-18.02/qt/lc_qminifigdialog.cpp:9:45: note: Function 'lcQMinifigDialog' argument 1 names different: declaration 'Parent' definition 'parent'.
leocad-18.02/qt/lc_qminifigdialog.cpp:219:54: style: Function 'getColorPicker' argument 1 names different: declaration 'index' definition 'type'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qminifigdialog.h:33:37: note: Function 'getColorPicker' argument 1 names different: declaration 'index' definition 'type'.
leocad-18.02/qt/lc_qminifigdialog.cpp:219:54: note: Function 'getColorPicker' argument 1 names different: declaration 'index' definition 'type'.
leocad-18.02/qt/lc_qmodellistdialog.cpp:12:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
leocad-18.02/qt/lc_qpreferencesdialog.cpp:35:12: style: C-style pointer casting [cstyleCast]
leocad-18.02/qt/lc_qpropertiesdialog.cpp:20:12: style: C-style pointer casting [cstyleCast]
leocad-18.02/qt/lc_qpropertiestree.cpp:64:34: style: Same expression on both sides of '>' because the value of 'pixmapWidth' and 'indicatorWidth' are the same. [duplicateExpression]
leocad-18.02/qt/lc_qpropertiestree.cpp:56:26: note: 'pixmapWidth' is assigned value 'indicatorWidth' here.
leocad-18.02/qt/lc_qpropertiestree.cpp:64:34: note: Same expression on both sides of '>' because the value of 'pixmapWidth' and 'indicatorWidth' are the same.
leocad-18.02/qt/lc_qpropertiestree.cpp:64:69: style: Same expression on both sides of '-' because the value of 'pixmapWidth' and 'indicatorWidth' are the same. [duplicateExpression]
leocad-18.02/qt/lc_qpropertiestree.cpp:56:26: note: 'pixmapWidth' is assigned value 'indicatorWidth' here.
leocad-18.02/qt/lc_qpropertiestree.cpp:64:69: note: Same expression on both sides of '-' because the value of 'pixmapWidth' and 'indicatorWidth' are the same.
leocad-18.02/qt/lc_qpropertiestree.cpp:101:95: style: Function 'createEditor' argument 2 names different: declaration 'option' definition 'style'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qpropertiestree.h:131:69: note: Function 'createEditor' argument 2 names different: declaration 'option' definition 'style'.
leocad-18.02/qt/lc_qpropertiestree.cpp:101:95: note: Function 'createEditor' argument 2 names different: declaration 'option' definition 'style'.
leocad-18.02/qt/lc_qpropertiestree.cpp:526:42: style: Function 'slotToggled' argument 1 names different: declaration 'value' definition 'Value'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qpropertiestree.h:54:24: note: Function 'slotToggled' argument 1 names different: declaration 'value' definition 'Value'.
leocad-18.02/qt/lc_qpropertiestree.cpp:526:42: note: Function 'slotToggled' argument 1 names different: declaration 'value' definition 'Value'.
leocad-18.02/qt/lc_qpropertiestree.cpp:694:42: style: Function 'slotSetValue' argument 1 names different: declaration 'value' definition 'Value'. [funcArgNamesDifferent]
leocad-18.02/qt/lc_qpropertiestree.h:56:24: note: Function 'slotSetValue' argument 1 names different: declaration 'value' definition 'Value'.
leocad-18.02/qt/lc_qpropertiestree.cpp:694:42: note: Function 'slotSetValue' argument 1 names different: declaration 'value' definition 'Value'.
leocad-18.02/qt/lc_qpropertiestree.h:22:2: style: Class 'lcQPropertiesTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qpropertiestree.h:122:2: style: Class 'lcQPropertiesTreeDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leocad-18.02/qt/lc_qselectdialog.h:15:2: style: Class 'lcQSelectDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lepton/lepton_1.2.1+20170405.orig.tar.xz
dependencies/md5/md5.c:97:14: style: The scope of the variable 'saved_a' can be reduced. [variableScope]
dependencies/md5/md5.c:97:23: style: The scope of the variable 'saved_b' can be reduced. [variableScope]
dependencies/md5/md5.c:97:32: style: The scope of the variable 'saved_c' can be reduced. [variableScope]
dependencies/md5/md5.c:97:41: style: The scope of the variable 'saved_d' can be reduced. [variableScope]
dependencies/md5/md5.c:98:21: style: The scope of the variable 'local_block_0' can be reduced. [variableScope]
dependencies/md5/md5.c:99:13: style: The scope of the variable 'local_block_1' can be reduced. [variableScope]
dependencies/md5/md5.c:100:13: style: The scope of the variable 'local_block_2' can be reduced. [variableScope]
dependencies/md5/md5.c:101:13: style: The scope of the variable 'local_block_3' can be reduced. [variableScope]
dependencies/md5/md5.c:102:13: style: The scope of the variable 'local_block_4' can be reduced. [variableScope]
dependencies/md5/md5.c:103:13: style: The scope of the variable 'local_block_5' can be reduced. [variableScope]
dependencies/md5/md5.c:104:13: style: The scope of the variable 'local_block_6' can be reduced. [variableScope]
dependencies/md5/md5.c:105:13: style: The scope of the variable 'local_block_7' can be reduced. [variableScope]
dependencies/md5/md5.c:106:13: style: The scope of the variable 'local_block_8' can be reduced. [variableScope]
dependencies/md5/md5.c:107:13: style: The scope of the variable 'local_block_9' can be reduced. [variableScope]
dependencies/md5/md5.c:108:13: style: The scope of the variable 'local_block_10' can be reduced. [variableScope]
dependencies/md5/md5.c:109:13: style: The scope of the variable 'local_block_11' can be reduced. [variableScope]
dependencies/md5/md5.c:110:13: style: The scope of the variable 'local_block_12' can be reduced. [variableScope]
dependencies/md5/md5.c:111:13: style: The scope of the variable 'local_block_13' can be reduced. [variableScope]
dependencies/md5/md5.c:112:13: style: The scope of the variable 'local_block_14' can be reduced. [variableScope]
dependencies/md5/md5.c:113:13: style: The scope of the variable 'local_block_15' can be reduced. [variableScope]
dependencies/md5/md5.c:230:22: style: The scope of the variable 'available' can be reduced. [variableScope]
dependencies/zlib/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
dependencies/zlib/deflate.c:329:10: style: The scope of the variable 'str' can be reduced. [variableScope]
dependencies/zlib/deflate.c:329:15: style: The scope of the variable 'n' can be reduced. [variableScope]
dependencies/zlib/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
dependencies/zlib/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
dependencies/zlib/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
dependencies/zlib/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
dependencies/zlib/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
dependencies/zlib/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
dependencies/zlib/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
dependencies/zlib/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
dependencies/zlib/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
dependencies/zlib/gzlib.c:368:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
dependencies/zlib/gzlib.c:292:9: error: Memory leak: path [memleak]
dependencies/zlib/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
dependencies/zlib/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
dependencies/zlib/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
dependencies/zlib/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
dependencies/zlib/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
dependencies/zlib/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
dependencies/zlib/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
dependencies/zlib/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
dependencies/zlib/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
dependencies/zlib/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
dependencies/zlib/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
dependencies/zlib/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
dependencies/zlib/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
dependencies/zlib/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dependencies/zlib/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
dependencies/zlib/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
dependencies/zlib/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
dependencies/zlib/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
dependencies/zlib/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
dependencies/zlib/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
dependencies/zlib/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
dependencies/zlib/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
dependencies/zlib/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
dependencies/zlib/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
src/io/MemMgrAllocator.cc:187:9: style: Condition '!data' is always true [knownConditionTrueFalse]
src/io/MemMgrAllocator.cc:168:22: note: Assignment 'data=NULL', assigned value is 0
src/io/MemMgrAllocator.cc:187:9: note: Condition '!data' is always true
src/io/MemMgrAllocator.cc:196:15: style: C-style pointer casting [cstyleCast]
src/io/MemMgrAllocator.cc:136:9: style: The scope of the variable 'last' can be reduced. [variableScope]
src/io/MemMgrAllocator.cc:154:25: style: Function 'memmgr_init' argument 1 names different: declaration 'main_thread_size' definition 'main_thread_pool_size'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:44:50: note: Function 'memmgr_init' argument 1 names different: declaration 'main_thread_size' definition 'main_thread_pool_size'.
src/io/MemMgrAllocator.cc:154:25: note: Function 'memmgr_init' argument 1 names different: declaration 'main_thread_size' definition 'main_thread_pool_size'.
src/io/MemMgrAllocator.cc:154:55: style: Function 'memmgr_init' argument 2 names different: declaration 'worker_thread_size' definition 'worker_thread_pool_size'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:44:75: note: Function 'memmgr_init' argument 2 names different: declaration 'worker_thread_size' definition 'worker_thread_pool_size'.
src/io/MemMgrAllocator.cc:154:55: note: Function 'memmgr_init' argument 2 names different: declaration 'worker_thread_size' definition 'worker_thread_pool_size'.
src/io/MemMgrAllocator.cc:154:107: style: Function 'memmgr_init' argument 4 names different: declaration 'min_pool_alloc_quantas' definition 'x_min_pool_alloc_quantas'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:44:122: note: Function 'memmgr_init' argument 4 names different: declaration 'min_pool_alloc_quantas' definition 'x_min_pool_alloc_quantas'.
src/io/MemMgrAllocator.cc:154:107: note: Function 'memmgr_init' argument 4 names different: declaration 'min_pool_alloc_quantas' definition 'x_min_pool_alloc_quantas'.
src/io/MemMgrAllocator.cc:332:27: style: Function 'memmgr_alloc' argument 1 names different: declaration 'nbytes' definition 'nuint8_ts'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:53:52: note: Function 'memmgr_alloc' argument 1 names different: declaration 'nbytes' definition 'nuint8_ts'.
src/io/MemMgrAllocator.cc:332:27: note: Function 'memmgr_alloc' argument 1 names different: declaration 'nbytes' definition 'nuint8_ts'.
src/io/MemMgrAllocator.cc:498:49: style: Function 'MemMgrAllocatorRealloc' argument 2 names different: declaration 'size' definition 'amount'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:73:74: note: Function 'MemMgrAllocatorRealloc' argument 2 names different: declaration 'size' definition 'amount'.
src/io/MemMgrAllocator.cc:498:49: note: Function 'MemMgrAllocatorRealloc' argument 2 names different: declaration 'size' definition 'amount'.
src/io/MemMgrAllocator.cc:498:65: style: Function 'MemMgrAllocatorRealloc' argument 3 names different: declaration 'actualSize' definition 'ret_size'. [funcArgNamesDifferent]
src/io/MemMgrAllocator.hh:73:88: note: Function 'MemMgrAllocatorRealloc' argument 3 names different: declaration 'actualSize' definition 'ret_size'.
src/io/MemMgrAllocator.cc:498:65: note: Function 'MemMgrAllocatorRealloc' argument 3 names different: declaration 'actualSize' definition 'ret_size'.
src/io/MemMgrAllocator.cc:310:18: style: struct member 'Zilch::a' is never used. [unusedStructMember]
src/io/MemMgrAllocator.cc:310:21: style: struct member 'Zilch::b' is never used. [unusedStructMember]
src/io/Error.hh:61:5: style: Technically the member function 'Sirikata::JpegError::operatorbool' can be const. [functionConst]
src/io/Allocator.hh:148:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8 >::max_size' can be static. [functionStatic]
src/io/Allocator.hh:152:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8 >::construct' can be static. [functionStatic]
src/io/Allocator.hh:156:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8 >::destroy' can be static. [functionStatic]
src/io/Allocator.hh:148:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8_t >::max_size' can be static. [functionStatic]
src/io/Allocator.hh:152:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8_t >::construct' can be static. [functionStatic]
src/io/Allocator.hh:156:0: performance: Technically the member function 'Sirikata :: JpegAllocator < uint8_t >::destroy' can be static. [functionStatic]
src/io/MemReadWriter.hh:8:5: style: Class 'MemReadWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/Allocator.hh:100:0: style: Class 'Sirikata :: JpegAllocator < uint8 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/Allocator.hh:100:0: style: Class 'Sirikata :: JpegAllocator < uint8_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/Allocator.hh:35:0: warning: The class 'Sirikata :: JpegAllocator < uint8 >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src/io/Allocator.hh:35:0: warning: The class 'Sirikata :: JpegAllocator < uint8_t >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src/io/MemReadWriter.hh:12:10: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:43:18: note: Virtual function in base class
src/io/MemReadWriter.hh:12:10: note: Function in derived class
src/io/Zlib0.cc:190:14: style: The scope of the variable 'n' can be reduced. [variableScope]
src/io/Zlib0.hh:52:18: warning: Virtual function 'Close' is called from destructor '~Zlib0Writer()' at line 111. Dynamic binding is not used. [virtualCallInConstructor]
src/io/Zlib0.cc:111:9: note: Calling Close
src/io/Zlib0.hh:52:18: note: Close is a virtual method
src/io/Zlib0.hh:49:42: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:42:42: note: Virtual function in base class
src/io/Zlib0.hh:49:42: note: Function in derived class
src/io/Zlib0.hh:52:18: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:43:18: note: Virtual function in base class
src/io/Zlib0.hh:52:18: note: Function in derived class
src/io/Zlib0.cc:135:71: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
src/io/ZlibCompression.cc:36:48: style: C-style pointer casting [cstyleCast]
src/io/ZlibCompression.cc:40:48: style: C-style pointer casting [cstyleCast]
src/io/ZlibCompression.cc:87:12: style: The scope of the variable 'retval_size' can be reduced. [variableScope]
src/io/ZlibCompression.cc:126:33: warning: Member variable 'ZlibDecoderDecompressionReader::mReadBuffer' is not initialized in the constructor. [uninitMemberVar]
src/io/ZlibCompression.cc:210:31: warning: Member variable 'ZlibDecoderCompressionWriter::mWriteBuffer' is not initialized in the constructor. [uninitMemberVar]
src/io/ZlibCompression.hh:70:18: warning: Virtual function 'Close' is called from destructor '~ZlibDecoderCompressionWriter()' at line 289. Dynamic binding is not used. [virtualCallInConstructor]
src/io/ZlibCompression.cc:289:9: note: Calling Close
src/io/ZlibCompression.hh:70:18: note: Close is a virtual method
src/io/ZlibCompression.hh:52:42: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:37:42: note: Virtual function in base class
src/io/ZlibCompression.hh:52:42: note: Function in derived class
src/io/ZlibCompression.hh:68:42: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:42:42: note: Virtual function in base class
src/io/ZlibCompression.hh:68:42: note: Function in derived class
src/io/ZlibCompression.hh:70:18: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:43:18: note: Virtual function in base class
src/io/ZlibCompression.hh:70:18: note: Function in derived class
src/io/ioutil.cc:414:9: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
src/io/ioutil.cc:412:0: note: Variable 'ret' is reassigned a value before the old one has been used.
src/io/ioutil.cc:414:9: note: Variable 'ret' is reassigned a value before the old one has been used.
src/io/ioutil.cc:348:9: style: The scope of the variable 'max_fd' can be reduced. [variableScope]
src/io/ioutil.cc:273:53: style: Function 'transfer_and_md5' argument 5 names different: declaration 'input' definition 'copy_to_input_tee'. [funcArgNamesDifferent]
src/io/ioutil.hh:155:53: note: Function 'transfer_and_md5' argument 5 names different: declaration 'input' definition 'copy_to_input_tee'.
src/io/ioutil.cc:273:53: note: Function 'transfer_and_md5' argument 5 names different: declaration 'input' definition 'copy_to_input_tee'.
src/io/ioutil.cc:274:53: style: Function 'transfer_and_md5' argument 7 names different: declaration 'output' definition 'copy_to_storage'. [funcArgNamesDifferent]
src/io/ioutil.hh:156:62: note: Function 'transfer_and_md5' argument 7 names different: declaration 'output' definition 'copy_to_storage'.
src/io/ioutil.cc:274:53: note: Function 'transfer_and_md5' argument 7 names different: declaration 'output' definition 'copy_to_storage'.
src/io/ioutil.cc:275:91: style: Function 'transfer_and_md5' argument 9 names different: declaration 'stored_outpt' definition 'storage'. [funcArgNamesDifferent]
src/io/ioutil.hh:157:91: note: Function 'transfer_and_md5' argument 9 names different: declaration 'stored_outpt' definition 'storage'.
src/io/ioutil.cc:275:91: note: Function 'transfer_and_md5' argument 9 names different: declaration 'stored_outpt' definition 'storage'.
src/io/ioutil.cc:577:73: style: Function 'start_subprocess' argument 3 names different: declaration 'pipe_stder' definition 'pipe_stderr'. [funcArgNamesDifferent]
src/io/ioutil.hh:166:73: note: Function 'start_subprocess' argument 3 names different: declaration 'pipe_stder' definition 'pipe_stderr'.
src/io/ioutil.cc:577:73: note: Function 'start_subprocess' argument 3 names different: declaration 'pipe_stder' definition 'pipe_stderr'.
src/vp8/util/nd_array.hh:177:21: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:178:21: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_start_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:186:17: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:187:17: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_start_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:197:17: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_size_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:1034:64: portability: Undefined behaviour, pointer arithmetic 'backingStore+16' is out of bounds. [pointerOutOfBounds]
src/vp8/util/nd_array.hh:1063:64: portability: Undefined behaviour, pointer arithmetic 'backingStore+32' is out of bounds. [pointerOutOfBounds]
src/vp8/util/nd_array.hh:1015:5: warning: Member variable 'AlignedArrayNd::backingStore' is not initialized in the constructor. [uninitMemberVar]
src/vp8/util/nd_array.hh:1044:5: warning: Member variable 'Aligned256ArrayNd::backingStore' is not initialized in the constructor. [uninitMemberVar]
src/io/MuxReader.hh:87:32: style: Technically the member function 'Sirikata::MuxReader::ResizableByteBuffer::get_allocator' can be const. [functionConst]
src/io/MuxReader.hh:319:14: performance: Technically the member function 'Sirikata::MuxWriter::highWaterMark' can be static. [functionStatic]
src/io/ioutil.hh:76:12: style: Technically the member function 'IOUtil::FileReader::length' can be const. [functionConst]
src/io/ioutil.hh:79:12: style: Technically the member function 'IOUtil::FileReader::getsize' can be const. [functionConst]
src/io/ioutil.hh:128:12: style: Technically the member function 'IOUtil::FileWriter::getsize' can be const. [functionConst]
src/io/MuxReader.hh:50:9: style: Class 'ResizableByteBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/ioutil.hh:104:10: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:43:18: note: Virtual function in base class
src/io/ioutil.hh:104:10: note: Function in derived class
src/vp8/util/nd_array.hh:177:0: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:178:0: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_start_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:186:0: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:187:0: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_start_legal' is not assigned a value. [unassignedVariable]
src/vp8/util/nd_array.hh:197:0: style: Variable 'ARRAY_BOUNDS_ASSERT_slice_size_legal' is not assigned a value. [unassignedVariable]
src/lepton/bitops.hh:208:9: style: Variable 'buf' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src/lepton/bitops.hh:207:9: note: Variable 'buf' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/lepton/bitops.hh:208:9: note: Variable 'buf' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/lepton/bitops.hh:263:22: style: The scope of the variable 'bits_read' can be reduced. [variableScope]
src/lepton/bitops.hh:256:44: error: Shifting by a negative value is undefined behaviour [shiftNegative]
src/lepton/bitops.cc:71:40: style: Function 'abitwriter' argument 2 names different: declaration 'size_bound' definition 'max_file_size'. [funcArgNamesDifferent]
src/lepton/bitops.hh:78:31: note: Function 'abitwriter' argument 2 names different: declaration 'size_bound' definition 'max_file_size'.
src/lepton/bitops.cc:71:40: note: Function 'abitwriter' argument 2 names different: declaration 'size_bound' definition 'max_file_size'.
src/lepton/bitops.cc:352:61: style: Function 'bounded_iostream' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
src/lepton/bitops.hh:477:46: note: Function 'bounded_iostream' argument 1 names different: declaration 'parent' definition 'w'.
src/lepton/bitops.cc:352:61: note: Function 'bounded_iostream' argument 1 names different: declaration 'parent' definition 'w'.
src/lepton/bitops.cc:419:79: style: Function 'ibytestreamcopier' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'. [funcArgNamesDifferent]
src/lepton/bitops.hh:437:36: note: Function 'ibytestreamcopier' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'.
src/lepton/bitops.cc:419:79: note: Function 'ibytestreamcopier' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'.
src/lepton/bitops.cc:420:51: style: Function 'ibytestreamcopier' argument 3 names different: declaration 'maximum_file_size' definition 'max_file_size'. [funcArgNamesDifferent]
src/lepton/bitops.hh:438:36: note: Function 'ibytestreamcopier' argument 3 names different: declaration 'maximum_file_size' definition 'max_file_size'.
src/lepton/bitops.cc:420:51: note: Function 'ibytestreamcopier' argument 3 names different: declaration 'maximum_file_size' definition 'max_file_size'.
src/lepton/bitops.cc:442:67: style: Function 'ibytestream' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'. [funcArgNamesDifferent]
src/lepton/bitops.hh:423:30: note: Function 'ibytestream' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'.
src/lepton/bitops.cc:442:67: note: Function 'ibytestream' argument 2 names different: declaration 'starting_byte_offset' definition 'byte_offset'.
src/lepton/bitops.hh:256:31: warning: Shifting 32-bit value by 64 bits is undefined behaviour. See condition at line 247. [shiftTooManyBits]
src/lepton/bitops.hh:247:17: note: Assuming that condition 'rem!=64' is not redundant
src/lepton/bitops.hh:256:31: note: Shift
src/lepton/bitops.cc:442:14: warning: Member variable 'ibytestream::last_read' is not initialized in the constructor. [uninitMemberVar]
src/lepton/bitops.cc:356:11: performance: Variable 'size_callback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
src/lepton/bitops.hh:188:13: style: Technically the member function 'abitwriter::get_num_overhang_bits' can be const. [functionConst]
src/lepton/bitops.hh:307:10: style: Technically the member function 'abitreader::remainder' can be const. [functionConst]
src/lepton/bitops.hh:330:6: style: Technically the member function 'abitreader::getpos' can be const. [functionConst]
src/lepton/bitops.hh:372:6: style: Technically the member function 'abytewriter::getpos' can be const. [functionConst]
src/lepton/bitops.cc:237:18: note: Technically the member function 'abytewriter::getpos' can be const.
src/lepton/bitops.hh:372:6: note: Technically the member function 'abytewriter::getpos' can be const.
src/lepton/bitops.hh:397:6: style: Technically the member function 'abytereader::getsize' can be const. [functionConst]
src/lepton/bitops.cc:338:18: note: Technically the member function 'abytereader::getsize' can be const.
src/lepton/bitops.hh:397:6: note: Technically the member function 'abytereader::getsize' can be const.
src/lepton/bitops.hh:398:6: style: Technically the member function 'abytereader::getpos' can be const. [functionConst]
src/lepton/bitops.cc:347:18: note: Technically the member function 'abytereader::getpos' can be const.
src/lepton/bitops.hh:398:6: note: Technically the member function 'abytereader::getpos' can be const.
src/lepton/bitops.hh:482:10: style: Technically the member function 'bounded_iostream::chkerr' can be const. [functionConst]
src/lepton/bitops.cc:366:24: note: Technically the member function 'bounded_iostream::chkerr' can be const.
src/lepton/bitops.hh:482:10: note: Technically the member function 'bounded_iostream::chkerr' can be const.
src/lepton/bitops.hh:483:18: style: Technically the member function 'bounded_iostream::getsize' can be const. [functionConst]
src/lepton/bitops.cc:412:32: note: Technically the member function 'bounded_iostream::getsize' can be const.
src/lepton/bitops.hh:483:18: note: Technically the member function 'bounded_iostream::getsize' can be const.
src/lepton/bitops.hh:366:2: style: Class 'abytewriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/util/block_context.hh:101:0: error: Using 'memset' on struct that contains a 'std::vector'. [memsetClass]
src/vp8/util/block_context.hh:109:0: error: Using 'memset' on struct that contains a 'std::vector'. [memsetClass]
src/vp8/util/block_context.hh:132:0: error: Using 'memset' on struct that contains a 'std::vector'. [memsetClass]
src/lepton/jpgcoder.cc:162:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
src/lepton/jpgcoder.cc:5345:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
src/lepton/jpgcoder.cc:5354:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
src/lepton/jpgcoder.cc:5354:9: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
src/lepton/jpgcoder.cc:5356:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
src/vp8/util/block_based_image.hh:64:0: style: C-style pointer casting [cstyleCast]
src/vp8/util/block_based_image.hh:66:0: style: C-style pointer casting [cstyleCast]
src/vp8/util/nd_array.hh:220:0: style: C-style pointer casting [cstyleCast]
src/vp8/util/nd_array.hh:223:0: style: C-style pointer casting [cstyleCast]
src/vp8/util/nd_array.hh:226:0: style: C-style pointer casting [cstyleCast]
src/vp8/util/nd_array.hh:229:0: style: C-style pointer casting [cstyleCast]
src/lepton/jpgcoder.cc:3719:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3717:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3719:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3726:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3719:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3726:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3728:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3726:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3728:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3732:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3728:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3732:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3735:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3732:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3735:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3811:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3809:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3811:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3813:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3811:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3813:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3816:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3813:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3816:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3818:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3816:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3818:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3821:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3818:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3821:5: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3741:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3739:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3741:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3753:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3751:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3753:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3755:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3753:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3755:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3767:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3759:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3767:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3775:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3773:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3775:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3777:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3775:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3777:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3785:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3783:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3785:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3787:9: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/jpgcoder.cc:3785:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/jpgcoder.cc:3787:9: note: Variable 'err' is reassigned a value before the old one has been used.
src/lepton/uncompressed_components.hh:273:23: style: Same expression on both sides of '-='. [duplicateExpression]
src/lepton/jpgcoder.cc:882:9: style: The scope of the variable 'speed' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:882:16: style: The scope of the variable 'bpms' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:883:11: style: The scope of the variable 'cr' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1201:12: style: The scope of the variable 'bit_writer_augmentation' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1213:9: style: The scope of the variable 'non_preloaded_mux' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1850:13: style: The scope of the variable 'begin' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1850:24: style: The scope of the variable 'end' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1851:10: style: The scope of the variable 'success' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:2357:19: style: The scope of the variable 'SOI' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4170:20: style: The scope of the variable 'type' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4171:20: style: The scope of the variable 'len' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4266:9: style: The scope of the variable 'skip' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4568:20: style: The scope of the variable 'type' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4569:20: style: The scope of the variable 'len' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4730:9: style: The scope of the variable 'hc' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4731:9: style: The scope of the variable 'l' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4732:9: style: The scope of the variable 'r' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4794:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4871:20: style: The scope of the variable 's' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4872:20: style: The scope of the variable 'z' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4873:20: style: The scope of the variable 'v' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4876:9: style: The scope of the variable 'hc' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4877:9: style: The scope of the variable 'l' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4878:9: style: The scope of the variable 'r' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:4956:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5060:20: style: The scope of the variable 'n' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5061:19: style: The scope of the variable 's' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5062:9: style: The scope of the variable 'hc' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5220:9: style: The scope of the variable 'node' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5321:17: style: The scope of the variable 'fn' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:5323:20: style: The scope of the variable 'type' can be reduced. [variableScope]
src/lepton/jpgcoder.cc:1447:23: style: Function 'process_file' argument 3 names different: declaration 'file_input_length' definition 'max_file_size'. [funcArgNamesDifferent]
src/lepton/jpgcoder.hh:22:23: note: Function 'process_file' argument 3 names different: declaration 'file_input_length' definition 'max_file_size'.
src/lepton/jpgcoder.cc:1447:23: note: Function 'process_file' argument 3 names different: declaration 'file_input_length' definition 'max_file_size'.
src/lepton/jpgcoder.cc:1986:47: style: Function 'check_file' argument 5 names different: declaration 'two_byte_header' definition 'fileid'. [funcArgNamesDifferent]
src/lepton/jpgcoder.cc:229:47: note: Function 'check_file' argument 5 names different: declaration 'two_byte_header' definition 'fileid'.
src/lepton/jpgcoder.cc:1986:47: note: Function 'check_file' argument 5 names different: declaration 'two_byte_header' definition 'fileid'.
src/lepton/jpgcoder.cc:2586:70: style: Function 'decode_jpeg' argument 1 names different: declaration 'huff_input_offset' definition 'huff_input_offsets'. [funcArgNamesDifferent]
src/lepton/jpgcoder.cc:249:49: note: Function 'decode_jpeg' argument 1 names different: declaration 'huff_input_offset' definition 'huff_input_offsets'.
src/lepton/jpgcoder.cc:2586:70: note: Function 'decode_jpeg' argument 1 names different: declaration 'huff_input_offset' definition 'huff_input_offsets'.
src/lepton/jpgcoder.cc:2587:45: style: Function 'decode_jpeg' argument 2 names different: declaration 'row_thread_handoffs' definition 'luma_row_offset_return'. [funcArgNamesDifferent]
src/lepton/jpgcoder.cc:250:45: note: Function 'decode_jpeg' argument 2 names different: declaration 'row_thread_handoffs' definition 'luma_row_offset_return'.
src/lepton/jpgcoder.cc:2587:45: note: Function 'decode_jpeg' argument 2 names different: declaration 'row_thread_handoffs' definition 'luma_row_offset_return'.
src/lepton/jpgcoder.cc:1206:33: style: Variable 'bit_writer_augmentation' is assigned a value that is never used. [unreadVariable]
src/lepton/jpgcoder.cc:4353:59: style: Array index 'cmp' is used before limits check. [arrayIndexThenCheck]
src/io/BufferedIO.hh:13:0: warning: Member variable 'Sirikata :: BufferedReader < JPG_READ_BUFFER_SIZE >::mBuffer' is not initialized in the constructor. [uninitMemberVar]
src/lepton/uncompressed_components.hh:168:10: style: Technically the member function 'UncompressedComponents::set_block_count_dpos' can be const. [functionConst]
src/lepton/simple_decoder.hh:25:32: style: Technically the member function 'SimpleComponentDecoder::initialize_baseline_decoder' can be const. [functionConst]
src/vp8/util/block_based_image.hh:69:0: style: Technically the member function 'BlockBasedImageBase < false >::begin' can be const. [functionConst]
src/vp8/util/block_based_image.hh:75:0: style: Technically the member function 'BlockBasedImageBase < false >::off_y' can be const. [functionConst]
src/vp8/util/block_based_image.hh:69:0: style: Technically the member function 'BlockBasedImageBase < true >::begin' can be const. [functionConst]
src/vp8/util/block_based_image.hh:75:0: style: Technically the member function 'BlockBasedImageBase < true >::off_y' can be const. [functionConst]
src/vp8/util/block_based_image.hh:69:0: style: Technically the member function 'BlockBasedImageBase < force_memory_optimization >::begin' can be const. [functionConst]
src/vp8/util/block_based_image.hh:75:0: style: Technically the member function 'BlockBasedImageBase < force_memory_optimization >::off_y' can be const. [functionConst]
src/vp8/util/block_context.hh:137:0: style: Technically the member function 'MBlockContext < AlignedBlock >::isNil' can be const. [functionConst]
src/vp8/util/block_context.hh:152:0: performance: Technically the member function 'MBlockContext < AlignedBlock >::num_nonzeros_check' can be static. [functionStatic]
src/vp8/util/block_context.hh:137:0: style: Technically the member function 'MBlockContext < const AlignedBlock >::isNil' can be const. [functionConst]
src/vp8/util/block_context.hh:140:0: style: Technically the member function 'MBlockContext < const AlignedBlock >::here' can be const. [functionConst]
src/vp8/util/block_context.hh:143:0: style: Technically the member function 'MBlockContext < const AlignedBlock >::left_unchecked' can be const. [functionConst]
src/vp8/util/block_context.hh:146:0: style: Technically the member function 'MBlockContext < const AlignedBlock >::above_unchecked' can be const. [functionConst]
src/vp8/util/block_context.hh:149:0: style: Technically the member function 'MBlockContext < const AlignedBlock >::above_left_unchecked' can be const. [functionConst]
src/vp8/util/block_context.hh:152:0: performance: Technically the member function 'MBlockContext < const AlignedBlock >::num_nonzeros_check' can be static. [functionStatic]
src/io/BufferedIO.hh:97:18: warning: Virtual function 'Close' is called from destructor '~BufferedWriter()' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
src/io/BufferedIO.hh:105:9: note: Calling Close
src/io/BufferedIO.hh:97:18: note: Close is a virtual method
src/lepton/recoder.hh:35:5: style: Struct 'MergeJpegProgress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/lepton/lepton_codec.hh:178:5: style: Class 'LeptonCodec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/lepton/vp8_encoder.hh:29:5: style: Class 'VP8ComponentEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/lepton/vp8_decoder.hh:120:5: style: Class 'VP8ComponentDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/BufferedIO.hh:56:5: style: Class 'BufferedWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/BufferedIO.hh:13:0: style: Class 'Sirikata :: BufferedReader < JPG_READ_BUFFER_SIZE >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/lepton/vp8_encoder.hh:30:10: style: The function 'registerWorkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:55:18: note: Virtual function in base class
src/lepton/vp8_encoder.hh:30:10: note: Function in derived class
src/lepton/vp8_encoder.hh:39:23: style: The function 'encode_chunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:57:31: note: Virtual function in base class
src/lepton/vp8_encoder.hh:39:23: note: Function in derived class
src/lepton/vp8_encoder.hh:43:12: style: The function 'get_decode_model_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:61:20: note: Virtual function in base class
src/lepton/vp8_encoder.hh:43:12: note: Function in derived class
src/lepton/vp8_encoder.hh:46:12: style: The function 'get_decode_model_worker_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:62:20: note: Virtual function in base class
src/lepton/vp8_encoder.hh:46:12: note: Function in derived class
src/lepton/vp8_decoder.hh:90:10: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:46:18: note: Virtual function in base class
src/lepton/vp8_decoder.hh:90:10: note: Function in derived class
src/lepton/vp8_decoder.hh:91:10: style: The function 'map_logical_thread_to_physical_thread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:47:18: note: Virtual function in base class
src/lepton/vp8_decoder.hh:91:10: note: Function in derived class
src/lepton/vp8_decoder.hh:132:10: style: The function 'registerWorkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:32:18: note: Virtual function in base class
src/lepton/vp8_decoder.hh:132:10: note: Function in derived class
src/lepton/vp8_decoder.hh:135:20: style: The function 'getWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:33:28: note: Virtual function in base class
src/lepton/vp8_decoder.hh:135:20: note: Function in derived class
src/lepton/vp8_decoder.hh:139:12: style: The function 'get_model_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:44:20: note: Virtual function in base class
src/lepton/vp8_decoder.hh:139:12: note: Function in derived class
src/lepton/vp8_decoder.hh:142:12: style: The function 'get_model_worker_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:45:20: note: Virtual function in base class
src/lepton/vp8_decoder.hh:142:12: note: Function in derived class
src/lepton/vp8_decoder.hh:146:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:29:18: note: Virtual function in base class
src/lepton/vp8_decoder.hh:146:10: note: Function in derived class
src/lepton/vp8_decoder.hh:149:31: style: The function 'decode_chunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:31:31: note: Virtual function in base class
src/lepton/vp8_decoder.hh:149:31: note: Function in derived class
src/lepton/simple_decoder.hh:17:18: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:29:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:17:18: note: Function in derived class
src/lepton/simple_decoder.hh:20:23: style: The function 'decode_chunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:31:31: note: Virtual function in base class
src/lepton/simple_decoder.hh:20:23: note: Function in derived class
src/lepton/simple_decoder.hh:21:18: style: The function 'registerWorkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:32:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:21:18: note: Function in derived class
src/lepton/simple_decoder.hh:22:20: style: The function 'getWorker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:33:28: note: Virtual function in base class
src/lepton/simple_decoder.hh:22:20: note: Function in derived class
src/lepton/simple_decoder.hh:39:18: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:46:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:39:18: note: Function in derived class
src/lepton/simple_decoder.hh:40:18: style: The function 'map_logical_thread_to_physical_thread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:47:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:40:18: note: Function in derived class
src/lepton/simple_decoder.hh:41:12: style: The function 'get_model_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:44:20: note: Virtual function in base class
src/lepton/simple_decoder.hh:41:12: note: Function in derived class
src/lepton/simple_decoder.hh:44:12: style: The function 'get_model_worker_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:45:20: note: Virtual function in base class
src/lepton/simple_decoder.hh:44:12: note: Function in derived class
src/lepton/simple_encoder.hh:8:23: style: The function 'encode_chunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:57:31: note: Virtual function in base class
src/lepton/simple_encoder.hh:8:23: note: Function in derived class
src/lepton/simple_encoder.hh:13:18: style: The function 'registerWorkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:55:18: note: Virtual function in base class
src/lepton/simple_encoder.hh:13:18: note: Function in derived class
src/lepton/simple_encoder.hh:15:12: style: The function 'get_decode_model_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:61:20: note: Virtual function in base class
src/lepton/simple_encoder.hh:15:12: note: Function in derived class
src/lepton/simple_encoder.hh:18:12: style: The function 'get_decode_model_worker_memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:62:20: note: Virtual function in base class
src/lepton/simple_encoder.hh:18:12: note: Function in derived class
src/lepton/jpgcoder.cc:1380:0: error: Resource leak: fp [resourceLeak]
src/lepton/uncompressed_components.hh:169:9: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
src/lepton/uncompressed_components.hh:170:96: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
src/lepton/lepton_codec.cc:103:76: style: Function 'decode_rowf' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'. [funcArgNamesDifferent]
src/lepton/lepton_codec.hh:33:41: note: Function 'decode_rowf' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/lepton_codec.cc:103:76: note: Function 'decode_rowf' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/lepton_codec.cc:111:76: style: Function 'decode_rowt' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'. [funcArgNamesDifferent]
src/lepton/lepton_codec.hh:39:41: note: Function 'decode_rowt' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/lepton_codec.cc:111:76: note: Function 'decode_rowt' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/lepton_codec.cc:120:76: style: Function 'decode_row_internal' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'. [funcArgNamesDifferent]
src/lepton/lepton_codec.hh:49:49: note: Function 'decode_row_internal' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/lepton_codec.cc:120:76: note: Function 'decode_row_internal' argument 2 names different: declaration 'component_size_in_block' definition 'component_size_in_blocks'.
src/lepton/recoder.cc:262:5: style: Variable 'z' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/recoder.cc:260:0: note: Variable 'z' is reassigned a value before the old one has been used.
src/lepton/recoder.cc:262:5: note: Variable 'z' is reassigned a value before the old one has been used.
src/lepton/recoder.cc:141:18: style: The scope of the variable 'progress_ipos' can be reduced. [variableScope]
src/io/BoundedMemWriter.hh:9:5: style: Class 'BoundedMemWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/BoundedMemWriter.hh:24:10: style: The function 'Close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/io/Reader.hh:43:18: note: Virtual function in base class
src/io/BoundedMemWriter.hh:24:10: note: Function in derived class
src/lepton/simple_decoder.cc:19:66: style: Function 'initialize' argument 1 names different: declaration 'input' definition 'i'. [funcArgNamesDifferent]
src/lepton/simple_decoder.hh:17:54: note: Function 'initialize' argument 1 names different: declaration 'input' definition 'i'.
src/lepton/simple_decoder.cc:19:66: note: Function 'initialize' argument 1 names different: declaration 'input' definition 'i'.
src/lepton/simple_decoder.hh:25:32: style: The function 'initialize_baseline_decoder' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:34:40: note: Virtual function in base class
src/lepton/simple_decoder.hh:25:32: note: Function in derived class
src/lepton/simple_decoder.hh:30:10: style: The function 'decode_row' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:37:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:30:10: note: Function in derived class
src/lepton/simple_decoder.hh:38:18: style: The function 'clear_thread_state' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/lepton/base_coders.hh:48:18: note: Virtual function in base class
src/lepton/simple_decoder.hh:38:18: note: Function in derived class
src/lepton/simple_encoder.cc:16:86: style: Function 'encode_chunk' argument 1 names different: declaration 'input' definition 'colldata'. [funcArgNamesDifferent]
src/lepton/simple_encoder.hh:8:66: note: Function 'encode_chunk' argument 1 names different: declaration 'input' definition 'colldata'.
src/lepton/simple_encoder.cc:16:86: note: Function 'encode_chunk' argument 1 names different: declaration 'input' definition 'colldata'.
src/lepton/socket_serve.cc:141:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
src/lepton/socket_serve.cc:129:0: note: Variable 'fd' is reassigned a value before the old one has been used.
src/lepton/socket_serve.cc:141:5: note: Variable 'fd' is reassigned a value before the old one has been used.
src/lepton/socket_serve.cc:85:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src/lepton/socket_serve.cc:313:28: style: Function 'socket_serve' argument 2 names different: declaration 'max_file_length' definition 'global_max_length'. [funcArgNamesDifferent]
src/lepton/socket_serve.hh:31:28: note: Function 'socket_serve' argument 2 names different: declaration 'max_file_length' definition 'global_max_length'.
src/lepton/socket_serve.cc:313:28: note: Function 'socket_serve' argument 2 names different: declaration 'max_file_length' definition 'global_max_length'.
src/lepton/thread_handoff.cc:21:13: style: The scope of the variable 'biggest_value' can be reduced. [variableScope]
src/lepton/thread_handoff.cc:77:57: style: Function 'make_rand' argument 1 names different: declaration 'num_items' definition 'num'. [funcArgNamesDifferent]
src/lepton/thread_handoff.hh:33:53: note: Function 'make_rand' argument 1 names different: declaration 'num_items' definition 'num'.
src/lepton/thread_handoff.cc:77:57: note: Function 'make_rand' argument 1 names different: declaration 'num_items' definition 'num'.
src/lepton/thread_handoff.cc:23:49: style: Variable 'biggest_value' is assigned a value that is never used. [unreadVariable]
src/lepton/uncompressed_components.cc:26:87: style: Function 'min_vertical_extcmp_multiple' argument 1 names different: declaration 'info' definition 'cmpinfo'. [funcArgNamesDifferent]
src/lepton/uncompressed_components.hh:256:67: note: Function 'min_vertical_extcmp_multiple' argument 1 names different: declaration 'info' definition 'cmpinfo'.
src/lepton/uncompressed_components.cc:26:87: note: Function 'min_vertical_extcmp_multiple' argument 1 names different: declaration 'info' definition 'cmpinfo'.
src/lepton/uncompressed_components.hh:289:19: style: Unused private function: 'UncompressedComponents::mutable_block' [unusedPrivateFunction]
src/lepton/uncompressed_components.hh:292:18: style: Unused private function: 'UncompressedComponents::at' [unusedPrivateFunction]
src/lepton/uncompressed_components.hh:297:18: style: Unused private function: 'UncompressedComponents::set' [unusedPrivateFunction]
src/lepton/validation.cc:159:9: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/lepton/validation.cc:159:9: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/lepton/validation.cc:19:86: style: Function 'validateAndCompress' argument 7 names different: declaration 'output' definition 'lepton_data'. [funcArgNamesDifferent]
src/lepton/validation.hh:14:86: note: Function 'validateAndCompress' argument 7 names different: declaration 'output' definition 'lepton_data'.
src/lepton/validation.cc:19:86: note: Function 'validateAndCompress' argument 7 names different: declaration 'output' definition 'lepton_data'.
src/lepton/vp8_decoder.cc:105:39: warning: Either the condition 'dat.count==1&&lnode->stream_id==stream_id&&lnode' is redundant or there is possible null pointer dereference: lnode. [nullPointerRedundantCheck]
src/lepton/vp8_decoder.cc:105:69: note: Assuming that condition 'dat.count==1&&lnode->stream_id==stream_id&&lnode' is not redundant
src/lepton/vp8_decoder.cc:105:39: note: Null pointer dereference
src/lepton/vp8_decoder.cc:110:36: warning: Either the condition 'lnode' is redundant or there is possible null pointer dereference: lnode. [nullPointerRedundantCheck]
src/lepton/vp8_decoder.cc:105:72: note: Assuming that condition 'lnode' is not redundant
src/lepton/vp8_decoder.cc:110:36: note: Null pointer dereference
src/lepton/vp8_decoder.cc:104:54: style: C-style pointer casting [cstyleCast]
src/lepton/vp8_decoder.cc:19:73: style: Function 'initialize' argument 2 names different: declaration 'thread_transition_info' definition 'thread_handoff'. [funcArgNamesDifferent]
src/lepton/vp8_decoder.hh:147:55: note: Function 'initialize' argument 2 names different: declaration 'thread_transition_info' definition 'thread_handoff'.
src/lepton/vp8_decoder.cc:19:73: note: Function 'initialize' argument 2 names different: declaration 'thread_transition_info' definition 'thread_handoff'.
src/lepton/vp8_decoder.cc:137:61: style: Function 'worker_thread' argument 6 names different: declaration 'data_receiver' definition 'send_to_actual_thread_state'. [funcArgNamesDifferent]
src/lepton/vp8_decoder.hh:111:50: note: Function 'worker_thread' argument 6 names different: declaration 'data_receiver' definition 'send_to_actual_thread_state'.
src/lepton/vp8_decoder.cc:137:61: note: Function 'worker_thread' argument 6 names different: declaration 'data_receiver' definition 'send_to_actual_thread_state'.
src/lepton/vp8_decoder.cc:263:69: style: Function 'init' argument 1 names different: declaration 'generic_workers' definition 'all_workers'. [funcArgNamesDifferent]
src/lepton/vp8_decoder.hh:75:34: note: Function 'init' argument 1 names different: declaration 'generic_workers' definition 'all_workers'.
src/lepton/vp8_decoder.cc:263:69: note: Function 'init' argument 1 names different: declaration 'generic_workers' definition 'all_workers'.
src/lepton/vp8_decoder.cc:83:5: warning: Member variable 'ActualThreadPacketReader::last' is not initialized in the constructor. [uninitMemberVar]
src/vp8/model/model.hh:351:0: style: Condition 'BLOCK_TYPES==2' is always true [knownConditionTrueFalse]
src/vp8/model/model.hh:384:0: style: Condition 'MICROVECTORIZE' is always true [knownConditionTrueFalse]
src/vp8/model/model.hh:532:0: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
src/vp8/model/model.hh:534:0: note: Found duplicate branches for 'if' and 'else'.
src/vp8/model/model.hh:532:0: note: Found duplicate branches for 'if' and 'else'.
src/vp8/model/model.hh:813:0: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
src/vp8/decoder/boolreader.hh:338:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
src/vp8/decoder/boolreader.hh:327:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
src/vp8/decoder/boolreader.cc:27:35: style: Function 'vpx_reader_init' argument 2 names different: declaration 'reader' definition 'upstream_reader'. [funcArgNamesDifferent]
src/vp8/decoder/boolreader.hh:182:35: note: Function 'vpx_reader_init' argument 2 names different: declaration 'reader' definition 'upstream_reader'.
src/vp8/decoder/boolreader.cc:27:35: note: Function 'vpx_reader_init' argument 2 names different: declaration 'reader' definition 'upstream_reader'.
src/vp8/decoder/boolreader.hh:74:14: style: The function 'getNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/vp8/decoder/boolreader.hh:58:22: note: Virtual function in base class
src/vp8/decoder/boolreader.hh:74:14: note: Function in derived class
src/vp8/decoder/boolreader.hh:91:10: style: The function 'setFree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
src/vp8/decoder/boolreader.hh:62:18: note: Virtual function in base class
src/vp8/decoder/boolreader.hh:91:10: note: Function in derived class
src/vp8/decoder/decoder.cc:223:18: style: The scope of the variable 'neg' can be reduced. [variableScope]
src/vp8/decoder/vpx_bool_reader.hh:32:5: style: Class 'VPXBoolReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/decoder/bool_decoder.hh:55:5: style: Class 'BoolDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/encoder/boolwriter.cc:17:35: style: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
src/vp8/encoder/boolwriter.hh:43:35: note: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
src/vp8/encoder/boolwriter.cc:17:35: note: Function 'vpx_start_encode' argument 1 names different: declaration 'bc' definition 'br'.
src/vp8/encoder/boolwriter.cc:17:48: style: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'. [funcArgNamesDifferent]
src/vp8/encoder/boolwriter.hh:43:48: note: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
src/vp8/encoder/boolwriter.cc:17:48: note: Function 'vpx_start_encode' argument 2 names different: declaration 'buffer' definition 'source'.
src/vp8/encoder/boolwriter.cc:26:34: style: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'. [funcArgNamesDifferent]
src/vp8/encoder/boolwriter.hh:44:34: note: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
src/vp8/encoder/boolwriter.cc:26:34: note: Function 'vpx_stop_encode' argument 1 names different: declaration 'bc' definition 'br'.
src/vp8/encoder/encoder.cc:253:13: style: Variable 'prior' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src/vp8/encoder/encoder.cc:249:0: note: Variable 'prior' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/vp8/encoder/encoder.cc:253:13: note: Variable 'prior' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/vp8/encoder/encoder.cc:387:15: style: Variable 'delta' is assigned a value that is never used. [unreadVariable]
src/io/Allocator.hh:148:0: performance: Technically the member function 'Sirikata :: JpegAllocator < unsigned char >::max_size' can be static. [functionStatic]
src/io/Allocator.hh:152:0: performance: Technically the member function 'Sirikata :: JpegAllocator < unsigned char >::construct' can be static. [functionStatic]
src/io/Allocator.hh:156:0: performance: Technically the member function 'Sirikata :: JpegAllocator < unsigned char >::destroy' can be static. [functionStatic]
src/vp8/encoder/bool_encoder.hh:17:5: style: Class 'JpegBoolEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/Allocator.hh:100:0: style: Class 'Sirikata :: JpegAllocator < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/io/Allocator.hh:35:0: warning: The class 'Sirikata :: JpegAllocator < unsigned char >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
src/vp8/model/JpegArithmeticCoder.cc:357:16: style: The scope of the variable 'num_bad' can be reduced. [variableScope]
src/vp8/model/JpegArithmeticCoder.cc:390:51: style: Function 'arith_encode' argument 1 names different: declaration 'output' definition 'cinfo'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:80:38: note: Function 'arith_encode' argument 1 names different: declaration 'output' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:390:51: note: Function 'arith_encode' argument 1 names different: declaration 'output' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:390:73: style: Function 'arith_encode' argument 2 names different: declaration 'state' definition 'st'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:80:61: note: Function 'arith_encode' argument 2 names different: declaration 'state' definition 'st'.
src/vp8/model/JpegArithmeticCoder.cc:390:73: note: Function 'arith_encode' argument 2 names different: declaration 'state' definition 'st'.
src/vp8/model/JpegArithmeticCoder.cc:390:82: style: Function 'arith_encode' argument 3 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:80:73: note: Function 'arith_encode' argument 3 names different: declaration 'value' definition 'val'.
src/vp8/model/JpegArithmeticCoder.cc:390:82: note: Function 'arith_encode' argument 3 names different: declaration 'value' definition 'val'.
src/vp8/model/JpegArithmeticCoder.cc:487:52: style: Function 'finish_encode' argument 1 names different: declaration 'output' definition 'cinfo'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:81:39: note: Function 'finish_encode' argument 1 names different: declaration 'output' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:487:52: note: Function 'finish_encode' argument 1 names different: declaration 'output' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:547:51: style: Function 'arith_decode' argument 1 names different: declaration 'input' definition 'cinfo'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:82:38: note: Function 'arith_decode' argument 1 names different: declaration 'input' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:547:51: note: Function 'arith_decode' argument 1 names different: declaration 'input' definition 'cinfo'.
src/vp8/model/JpegArithmeticCoder.cc:547:73: style: Function 'arith_decode' argument 2 names different: declaration 'state' definition 'st'. [funcArgNamesDifferent]
src/vp8/model/JpegArithmeticCoder.hh:82:60: note: Function 'arith_decode' argument 2 names different: declaration 'state' definition 'st'.
src/vp8/model/JpegArithmeticCoder.cc:547:73: note: Function 'arith_decode' argument 2 names different: declaration 'state' definition 'st'.
src/vp8/model/JpegArithmeticCoder.hh:71:5: style: Class 'ArithmeticCoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/model/JpegArithmeticCoder.hh:88:5: style: Class 'ArithmeticWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/model/JpegArithmeticCoder.hh:102:5: style: Class 'ArithmeticReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
src/vp8/model/model.cc:258:9: style: Variable 'otherarray' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
src/vp8/model/model.cc:257:0: note: Variable 'otherarray' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/vp8/model/model.cc:258:9: note: Variable 'otherarray' is reassigned a value before the old one has been used if variable is no semaphore variable.
src/vp8/model/model.cc:171:9: style: The scope of the variable 'min_dc' can be reduced. [variableScope]
src/vp8/model/model.cc:171:17: style: The scope of the variable 'max_dc' can be reduced. [variableScope]
src/vp8/model/model.cc:212:21: style: Checking if unsigned variable 'written' is less than zero. This might be a false warning. [unsignedLessThanZero]
src/vp8/model/model.cc:169:31: style: Function 'get_sum_median_8' argument 1 names different: declaration 'data16i' definition 'dc_estimates'. [funcArgNamesDifferent]
src/vp8/model/model.hh:36:30: note: Function 'get_sum_median_8' argument 1 names different: declaration 'data16i' definition 'dc_estimates'.
src/vp8/model/model.cc:169:31: note: Function 'get_sum_median_8' argument 1 names different: declaration 'data16i' definition 'dc_estimates'.
src/vp8/model/model.cc:201:47: style: Function 'serialize_model' argument 2 names different: declaration 'output_fd' definition 'output_fp'. [funcArgNamesDifferent]
src/vp8/model/model.hh:186:47: note: Function 'serialize_model' argument 2 names different: declaration 'output_fd' definition 'output_fp'.
src/vp8/model/model.cc:201:47: note: Function 'serialize_model' argument 2 names different: declaration 'output_fd' definition 'output_fp'.
src/vp8/model/branch.hh:103:3: warning: Member variable 'Branch::counts_' is not initialized in the constructor. [uninitMemberVar]
src/vp8/model/branch.hh:103:3: warning: Member variable 'Branch::probability_' is not initialized in the constructor. [uninitMemberVar]
src/vp8/model/model.hh:344:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::reset' can be static. [functionStatic]
src/vp8/model/model.hh:347:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::load' can be static. [functionStatic]
src/vp8/model/model.hh:350:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::color_index' can be static. [functionStatic]
src/vp8/model/model.hh:498:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::exponent_array_dc' can be static. [functionStatic]
src/vp8/model/model.hh:507:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::residual_array_dc' can be static. [functionStatic]
src/vp8/model/model.hh:539:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::num_nonzeros_to_bin' can be static. [functionStatic]
src/vp8/model/model.hh:542:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::idct_2d_8x1' can be static. [functionStatic]
src/vp8/model/model.hh:564:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::idct_2d_1x8' can be static. [functionStatic]
src/vp8/model/model.hh:618:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::predict_locoi_dc_deprecated' can be static. [functionStatic]
src/vp8/model/model.hh:651:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::adv_predict_dc_pix' can be static. [functionStatic]
src/vp8/model/model.hh:800:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::adv_predict_or_unpredict_dc' can be static. [functionStatic]
src/vp8/model/model.hh:829:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_aavrg' can be static. [functionStatic]
src/vp8/model/model.hh:872:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_aavrg_vec' can be static. [functionStatic]
src/vp8/model/model.hh:951:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_lak_templ' can be static. [functionStatic]
src/vp8/model/model.hh:977:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_lak_horizontal' can be static. [functionStatic]
src/vp8/model/model.hh:992:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_lak_vertical' can be static. [functionStatic]
src/vp8/model/model.hh:1010:0: style: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::compute_lak' can be const. [functionConst]
src/vp8/model/model.hh:1066:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::residual_thresh_array_annot_update' can be static. [functionStatic]
src/vp8/model/model.hh:1101:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::get_noise_threshold' can be static. [functionStatic]
src/vp8/model/model.hh:1104:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::optimize' can be static. [functionStatic]
src/vp8/model/model.hh:1107:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::serialize' can be static. [functionStatic]
src/vp8/model/model.hh:1112:0: performance: Technically the member function 'ProbabilityTables < true , BlockType :: Y >::normalize' can be static. [functionStatic]
src/vp8/model/model.cc:298:63: performance: Function parameter 'print_branch_bitmask' should be passed by const reference. [passedByValue]
src/vp8/model/model.cc:328:77: performance: Function parameter 'spec' should be passed by const reference. [passedByValue]
src/vp8/model/model.cc:334:90: performance: Function parameter 'spec' should be passed by const reference. [passedByValue]
src/vp8/util/generic_worker.cc:45:39: style: C-style pointer casting [cstyleCast]
src/vp8/util/generic_worker.cc:67:28: style: C-style pointer casting [cstyleCast]
src/vp8/util/generic_worker.cc:232:43: style: Function '_generic_wait' argument 1 names different: declaration 'expected_response' definition 'expected_arg'. [funcArgNamesDifferent]
src/vp8/util/generic_worker.hh:102:32: note: Function '_generic_wait' argument 1 names different: declaration 'expected_response' definition 'expected_arg'.
src/vp8/util/generic_worker.cc:232:43: note: Function '_generic_wait' argument 1 names different: declaration 'expected_response' definition 'expected_arg'.
src/vp8/util/memory.cc:247:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
test_suite/test_invariants.cc:12:19: style: struct member 'Data::prob' is never used. [unusedStructMember]
test_suite/test_invariants.cc:13:20: style: struct member 'Data::trueCount' is never used. [unusedStructMember]
test_suite/test_invariants.cc:14:20: style: struct member 'Data::falseCount' is never used. [unusedStructMember]
test_suite/test_invariants.cc:24:5: style: Class 'LazyReaderWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
test_suite/timing_driver.cc:369:9: style: Condition '!presend_header' is always true [knownConditionTrueFalse]
test_suite/timing_driver.cc:368:27: note: Assignment 'presend_header=false', assigned value is 0
test_suite/timing_driver.cc:369:9: note: Condition '!presend_header' is always true
test_suite/timing_driver.cc:405:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
test_suite/timing_driver.cc:405:13: portability: %ld in format string (no. 2) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
test_suite/timing_driver.cc:483:11: warning: Either the condition '!fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
test_suite/timing_driver.cc:479:10: note: Assuming that condition '!fp' is not redundant
test_suite/timing_driver.cc:483:11: note: Null pointer dereference
test_suite/timing_driver.cc:484:26: warning: Either the condition '!fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
test_suite/timing_driver.cc:479:10: note: Assuming that condition '!fp' is not redundant
test_suite/timing_driver.cc:484:26: note: Null pointer dereference
test_suite/timing_driver.cc:485:11: warning: Either the condition '!fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
test_suite/timing_driver.cc:479:10: note: Assuming that condition '!fp' is not redundant
test_suite/timing_driver.cc:485:11: note: Null pointer dereference
test_suite/timing_driver.cc:487:51: warning: Either the condition '!fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
test_suite/timing_driver.cc:479:10: note: Assuming that condition '!fp' is not redundant
test_suite/timing_driver.cc:487:51: note: Null pointer dereference
test_suite/timing_driver.cc:490:12: warning: Either the condition '!fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
test_suite/timing_driver.cc:479:10: note: Assuming that condition '!fp' is not redundant
test_suite/timing_driver.cc:490:12: note: Null pointer dereference
test_suite/timing_driver.cc:426:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
test_suite/timing_driver.cc:375:9: warning: Conversion of string literal "Input program must at least accept the 2 byte header before block" to bool always evaluates to true. [incorrectStringBooleanError]
test_suite/timing_driver.cc:407:9: warning: Conversion of string literal "Lepton representation must have encoded proper size" to bool always evaluates to true. [incorrectStringBooleanError]
test_suite/timing_driver.cc:420:9: warning: Conversion of string literal "Input program must at least accept the 2 byte header before block" to bool always evaluates to true. [incorrectStringBooleanError]
[02:29]

ftp://ftp.se.debian.org/debian/pool/main/l/leptonlib/leptonlib_1.76.0.orig.tar.gz
leptonica-1.76.0/prog/affine_reg.c:71:15: style: Unused variable: bufname [unusedVariable]
leptonica-1.76.0/prog/alltests_reg.c:179:14: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/prog/alltests_reg.c:183:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/alltests_reg.c:237:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/alphaops_reg.c:69:15: style: The scope of the variable 'cta' can be reduced. [variableScope]
leptonica-1.76.0/prog/alphaops_reg.c:300:42: style: Function 'DoBlendTest' argument 3 names different: declaration 'val' definition 'color'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/alphaops_reg.c:50:54: note: Function 'DoBlendTest' argument 3 names different: declaration 'val' definition 'color'.
leptonica-1.76.0/prog/alphaops_reg.c:300:42: note: Function 'DoBlendTest' argument 3 names different: declaration 'val' definition 'color'.
leptonica-1.76.0/prog/arabic_lines.c:65:14: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/prog/arabic_lines.c:68:35: style: The scope of the variable 'pix4' can be reduced. [variableScope]
leptonica-1.76.0/prog/barcodetest.c:46:28: style: Unused variable: saw3 [unusedVariable]
leptonica-1.76.0/prog/barcodetest.c:46:49: style: Unused variable: sad3 [unusedVariable]
leptonica-1.76.0/prog/binarize_set.c:66:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/binarizefiles.c:44:44: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/binmorph1_reg.c:90:23: style: Function 'TestAll' argument 2 names different: declaration 'pix' definition 'pixs'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/binmorph1_reg.c:68:36: note: Function 'TestAll' argument 2 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/binmorph1_reg.c:90:23: note: Function 'TestAll' argument 2 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/binmorph2_reg.c:50:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/binmorph3_reg.c:118:33: warning: Possible null pointer dereference: selnamev [nullPointer]
leptonica-1.76.0/prog/binmorph3_reg.c:98:20: note: Assignment 'selnamev=NULL', assigned value is 0
leptonica-1.76.0/prog/binmorph3_reg.c:118:33: note: Null pointer dereference
leptonica-1.76.0/prog/binmorph3_reg.c:74:14: style: The scope of the variable 'selnameh' can be reduced. [variableScope]
leptonica-1.76.0/prog/binmorph3_reg.c:74:25: style: The scope of the variable 'selnamev' can be reduced. [variableScope]
leptonica-1.76.0/prog/blend1_reg.c:274:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/prog/blend1_reg.c:298:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/prog/blend1_reg.c:48:43: style: Unused variable: pix2 [unusedVariable]
leptonica-1.76.0/prog/blend2_reg.c:41:22: style: Unused variable: pixs [unusedVariable]
leptonica-1.76.0/prog/boxa2_reg.c:54:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/boxa2_reg.c:42:17: style: Unused variable: w [unusedVariable]
leptonica-1.76.0/prog/boxa2_reg.c:42:20: style: Unused variable: h [unusedVariable]
leptonica-1.76.0/prog/byteatest.c:38:14: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/prog/byteatest.c:41:49: style: The scope of the variable 'end' can be reduced. [variableScope]
leptonica-1.76.0/prog/byteatest.c:46:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/cleanpdf.c:132:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/colorspace_reg.c:46:22: style: The scope of the variable 'pix0' can be reduced. [variableScope]
leptonica-1.76.0/prog/compfilter_reg.c:66:43: style: The scope of the variable 'pix4' can be reduced. [variableScope]
leptonica-1.76.0/prog/compfilter_reg.c:258:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/concatpdf.c:75:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/concatpdf.c:122:15: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/conversion_reg.c:39:14: style: The scope of the variable 'errorstr' can be reduced. [variableScope]
leptonica-1.76.0/prog/convertfilestopdf.c:56:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/convertformat.c:68:14: style: The scope of the variable 'formatstr' can be reduced. [variableScope]
leptonica-1.76.0/prog/convertsegfilestopdf.c:83:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/converttops.c:41:14: style: The scope of the variable 'error_msg' can be reduced. [variableScope]
leptonica-1.76.0/prog/converttops.c:43:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/corrupttest.c:71:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/croptest.c:49:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/croptest.c:175:20: style: Function 'GetLeftCut' argument 4 names different: declaration 'h' definition 'w'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/croptest.c:36:28: note: Function 'GetLeftCut' argument 4 names different: declaration 'h' definition 'w'.
leptonica-1.76.0/prog/croptest.c:175:20: note: Function 'GetLeftCut' argument 4 names different: declaration 'h' definition 'w'.
leptonica-1.76.0/prog/croptest.c:219:21: style: Function 'GetRightCut' argument 4 names different: declaration 'h' definition 'w'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/croptest.c:38:30: note: Function 'GetRightCut' argument 4 names different: declaration 'h' definition 'w'.
leptonica-1.76.0/prog/croptest.c:219:21: note: Function 'GetRightCut' argument 4 names different: declaration 'h' definition 'w'.
leptonica-1.76.0/prog/croptext.c:46:31: style: The scope of the variable 'infile' can be reduced. [variableScope]
leptonica-1.76.0/prog/croptext.c:46:40: style: The scope of the variable 'outfile' can be reduced. [variableScope]
leptonica-1.76.0/prog/croptext.c:52:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/dewarprules.c:57:20: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/prog/dewarprules.c:57:62: style: The scope of the variable 'pix6' can be reduced. [variableScope]
leptonica-1.76.0/prog/dewarprules.c:57:69: style: The scope of the variable 'pix7' can be reduced. [variableScope]
leptonica-1.76.0/prog/dewarprules.c:58:13: style: The scope of the variable 'pix8' can be reduced. [variableScope]
leptonica-1.76.0/prog/dewarptest2.c:50:14: style: The scope of the variable 'dew1' can be reduced. [variableScope]
leptonica-1.76.0/prog/digitprep1.c:45:29: style: The scope of the variable 'pixt2' can be reduced. [variableScope]
leptonica-1.76.0/prog/displayboxes_on_pixa.c:64:14: style: Variable 'mainName' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/displaypixa.c:57:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/displaypixa.c:51:24: style: Unused variable: fontdir [unusedVariable]
leptonica-1.76.0/prog/dwalineargen.c:62:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1081:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1081:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1105:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1105:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1129:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1129:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1154:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1154:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1179:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1179:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1205:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1205:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1231:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1231:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1258:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1258:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1285:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1285:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1313:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1313:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1341:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1341:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1370:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1370:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1399:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1399:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1429:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1429:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1459:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1459:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1490:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1490:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1521:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1521:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1553:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1553:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1585:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1585:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1618:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1618:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1651:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1651:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1685:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1685:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1719:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1719:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1754:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1754:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1789:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1789:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1825:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1825:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1861:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1861:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1898:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1898:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1935:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1935:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1973:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:1973:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2011:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2011:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2050:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2050:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2089:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2089:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2129:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2129:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2169:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2169:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2210:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2210:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2251:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2251:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2293:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2293:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2335:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2335:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2378:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2378:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2421:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2421:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2465:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2465:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2509:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2509:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2554:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2554:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2599:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2599:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2645:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2645:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2691:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2691:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2738:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2738:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2785:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2785:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2833:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2833:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2881:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2881:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2930:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2930:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2979:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:2979:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3029:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3029:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3079:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3079:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3130:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3130:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3181:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3181:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3233:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3233:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3285:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3285:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3338:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3338:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3391:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3391:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3445:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3445:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3499:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3499:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3554:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3554:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3609:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3609:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3665:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3665:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3721:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3721:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3778:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3778:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3835:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3835:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3893:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3893:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3951:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:3951:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4010:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4010:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4069:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4069:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4129:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4129:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4189:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4189:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4250:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4250:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4311:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4311:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4373:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4373:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4435:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4435:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4498:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4498:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4561:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4561:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4625:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4625:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4689:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4689:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4754:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4754:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4819:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4819:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4885:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4885:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4951:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:4951:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5018:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5018:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5085:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5085:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5153:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5153:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5221:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5221:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5290:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5290:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5359:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5359:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5429:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5429:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5499:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5499:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5570:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5570:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5641:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5641:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5713:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5713:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5785:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5785:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5858:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5858:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5931:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:5931:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6005:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6005:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6079:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6079:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6154:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6154:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6229:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6229:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6305:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6305:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6381:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6381:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6458:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6458:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6535:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6535:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6613:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6613:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6691:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6691:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6770:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6770:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6849:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6849:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6929:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:6929:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7009:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7009:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7090:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7090:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7171:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7171:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7253:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7253:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7335:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7335:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7418:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7418:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7501:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7501:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7585:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7585:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7669:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7669:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7754:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7754:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7839:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7839:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7863:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7863:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7887:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7887:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7912:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7912:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7937:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7937:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7965:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7965:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7993:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:7993:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8022:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8022:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8051:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8051:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8082:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8082:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8113:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8113:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8145:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8145:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8177:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8177:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8211:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8211:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8245:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8245:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8280:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8280:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8315:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8315:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8353:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8353:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8391:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8391:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8430:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8430:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8469:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8469:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8510:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8510:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8551:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8551:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8593:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8593:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8635:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8635:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8679:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8679:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8723:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8723:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8768:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8768:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8813:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8813:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8860:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8860:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8907:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8907:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8955:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:8955:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9003:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9003:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9054:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9054:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9105:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9105:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9157:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9157:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9209:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9209:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9263:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9263:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9317:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9317:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9372:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9372:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9427:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9427:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9484:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9484:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9541:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9541:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9599:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9599:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9657:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9657:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9717:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9717:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9777:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9777:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9838:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9838:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9899:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9899:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9963:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:9963:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10027:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10027:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10092:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10092:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10157:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10157:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10224:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10224:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10291:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10291:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10359:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10359:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10427:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10427:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10497:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10497:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10567:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10567:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10638:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10638:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10709:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10709:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10782:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10782:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10855:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10855:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10929:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:10929:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11003:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11003:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11080:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11080:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11157:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11157:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11235:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11235:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11313:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11313:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11393:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11393:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11473:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11473:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11554:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11554:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11635:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11635:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11718:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11718:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11801:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11801:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11885:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11885:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11969:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:11969:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12055:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12055:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12141:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12141:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12228:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12228:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12315:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12315:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12405:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12405:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12495:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12495:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12586:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12586:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12677:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12677:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12770:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12770:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12863:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12863:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12957:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:12957:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13051:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13051:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13147:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13147:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13243:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13243:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13340:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13340:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13437:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13437:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13536:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13536:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13635:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13635:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13735:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13735:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13835:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13835:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13938:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:13938:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14041:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14041:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14145:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14145:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14249:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14249:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14355:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14355:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14461:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14461:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14568:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14568:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14675:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14675:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14784:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14784:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14893:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:14893:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15003:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15003:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15113:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15113:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15225:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15225:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15337:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15337:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15450:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15450:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15563:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15563:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15679:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15679:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15795:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15795:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15912:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:15912:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16029:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16029:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16148:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16148:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16267:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16267:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16387:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16387:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16507:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16507:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16629:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16629:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16751:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16751:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16874:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwalinearlow.3.c:16874:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwamorph1_reg.c:50:15: style: The scope of the variable 'selname' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwamorph1_reg.c:52:15: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/prog/dwamorph2_reg.c:59:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/equal_reg.c:50:15: style: Unused variable: errorfound [unusedVariable]
leptonica-1.76.0/prog/equal_reg.c:50:27: style: Unused variable: same [unusedVariable]
leptonica-1.76.0/prog/falsecolor_reg.c:42:37: style: The scope of the variable 'pix8f' can be reduced. [variableScope]
leptonica-1.76.0/prog/falsecolor_reg.c:42:45: style: The scope of the variable 'pix16f' can be reduced. [variableScope]
leptonica-1.76.0/prog/fcombautogen.c:55:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/fhmtauto_reg.c:45:23: style: The scope of the variable 'selname' can be reduced. [variableScope]
leptonica-1.76.0/prog/fhmtauto_reg.c:47:14: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/prog/fhmtautogen.c:52:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/fileinfo.c:39:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/files_reg.c:144:51: warning: Either the condition 'if(path&&path[0]=='\0')' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
leptonica-1.76.0/prog/files_reg.c:154:8: note: Assuming that condition 'if(path&&path[0]=='\0')' is not redundant
leptonica-1.76.0/prog/files_reg.c:144:51: note: Null pointer dereference
leptonica-1.76.0/prog/files_reg.c:279:57: warning: Possible null pointer dereference: newdir [nullPointer]
leptonica-1.76.0/prog/files_reg.c:274:25: note: Assignment 'newdir=NULL', assigned value is 0
leptonica-1.76.0/prog/files_reg.c:279:57: note: Null pointer dereference
leptonica-1.76.0/prog/files_reg.c:257:7: style: The scope of the variable 'expect' can be reduced. [variableScope]
leptonica-1.76.0/prog/files_reg.c:257:20: style: The scope of the variable 'localdir' can be reduced. [variableScope]
leptonica-1.76.0/prog/find_colorregions.c:191:40: style: The scope of the variable 'pix5' can be reduced. [variableScope]
leptonica-1.76.0/prog/find_colorregions.c:60:14: style: Variable 'mainName' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/find_colorregions.c:188:26: style: Unused variable: rank [unusedVariable]
leptonica-1.76.0/prog/findbinding.c:55:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/findpattern1.c:60:20: style: The scope of the variable 'boxe' can be reduced. [variableScope]
leptonica-1.76.0/prog/findpattern2.c:55:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/findpattern3.c:54:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/fmorphauto_reg.c:49:23: style: The scope of the variable 'selname' can be reduced. [variableScope]
leptonica-1.76.0/prog/fmorphauto_reg.c:51:14: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/prog/fmorphautogen.c:52:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/fpixcontours.c:48:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/genfonts_reg.c:59:26: style: The scope of the variable 'datastr' can be reduced. [variableScope]
leptonica-1.76.0/prog/genfonts_reg.c:59:36: style: The scope of the variable 'formstr' can be reduced. [variableScope]
leptonica-1.76.0/prog/genfonts_reg.c:60:15: style: The scope of the variable 'data1' can be reduced. [variableScope]
leptonica-1.76.0/prog/genfonts_reg.c:60:23: style: The scope of the variable 'data2' can be reduced. [variableScope]
leptonica-1.76.0/prog/gifio_reg.c:98:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/gifio_reg.c:113:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/grayfill_reg.c:165:10: style: Unused variable: same [unusedVariable]
leptonica-1.76.0/prog/grayquant_reg.c:44:15: style: Unused variable: equal [unusedVariable]
leptonica-1.76.0/prog/heap_reg.c:53:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/htmlviewer.c:72:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/htmlviewer.c:124:12: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/htmlviewer.c:124:20: style: The scope of the variable 'fullname' can be reduced. [variableScope]
leptonica-1.76.0/prog/htmlviewer.c:126:12: style: The scope of the variable 'viewfile' can be reduced. [variableScope]
leptonica-1.76.0/prog/htmlviewer.c:126:23: style: The scope of the variable 'thumbfile' can be reduced. [variableScope]
leptonica-1.76.0/prog/ioformats_reg.c:208:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/ioformats_reg.c:433:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/ioformats_reg.c:679:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/prog/ioformats_reg.c:679:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/prog/iotest.c:87:9: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:96:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:100:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:104:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:209:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:212:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:215:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:218:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:221:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:224:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:227:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/iotest.c:150:5: style: Variable 'cmap' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/iotest.c:143:5: note: Variable 'cmap' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/iotest.c:150:5: note: Variable 'cmap' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/iotest.c:59:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/jbcorrelation.c:79:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/jbrankhaus.c:82:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/jbrankhaus.c:74:22: style: Unused variable: fname [unusedVariable]
leptonica-1.76.0/prog/jbrankhaus.c:80:20: style: Unused variable: pixt [unusedVariable]
leptonica-1.76.0/prog/jbwords.c:69:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/jp2kio_reg.c:72:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/jpegio_reg.c:73:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/lightcolortest.c:41:14: style: The scope of the variable 'name' can be reduced. [variableScope]
leptonica-1.76.0/prog/lightcolortest.c:44:28: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/prog/lightcolortest.c:44:35: style: The scope of the variable 'pix3' can be reduced. [variableScope]
leptonica-1.76.0/prog/lightcolortest.c:44:42: style: The scope of the variable 'pix4' can be reduced. [variableScope]
leptonica-1.76.0/prog/lightcolortest.c:45:21: style: The scope of the variable 'pixa1' can be reduced. [variableScope]
leptonica-1.76.0/prog/listtest.c:123:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:133:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:149:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:164:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:172:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 114. [multiCondition]
leptonica-1.76.0/prog/listtest.c:133:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:149:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:164:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:172:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 123. [multiCondition]
leptonica-1.76.0/prog/listtest.c:149:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:164:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:172:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 133. [multiCondition]
leptonica-1.76.0/prog/listtest.c:164:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:172:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 149. [multiCondition]
leptonica-1.76.0/prog/listtest.c:172:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 164. [multiCondition]
leptonica-1.76.0/prog/listtest.c:185:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 172. [multiCondition]
leptonica-1.76.0/prog/listtest.c:199:15: style: Expression is always false because 'else if' condition matches previous condition at line 185. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 185. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 185. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 185. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 185. [multiCondition]
leptonica-1.76.0/prog/listtest.c:209:15: style: Expression is always false because 'else if' condition matches previous condition at line 199. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 199. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 199. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 199. [multiCondition]
leptonica-1.76.0/prog/listtest.c:219:15: style: Expression is always false because 'else if' condition matches previous condition at line 209. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 209. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 209. [multiCondition]
leptonica-1.76.0/prog/listtest.c:230:15: style: Expression is always false because 'else if' condition matches previous condition at line 219. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 219. [multiCondition]
leptonica-1.76.0/prog/listtest.c:241:15: style: Expression is always false because 'else if' condition matches previous condition at line 230. [multiCondition]
leptonica-1.76.0/prog/listtest.c:171:9: style: Variable 'listDestroy' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/listtest.c:184:9: style: Variable 'listDestroy' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/listtest.c:218:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/listtest.c:240:9: style: Variable 'fprintf' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/livre_makefigs.c:60:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:57:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:60:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:64:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:60:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:64:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:67:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:64:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:67:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:70:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:67:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:70:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:73:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:70:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:73:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:76:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:73:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:76:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:84:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:76:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:84:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:87:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:84:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:87:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:95:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:87:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:95:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:98:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:95:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:98:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:106:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:98:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:106:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:109:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:106:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:109:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:112:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:109:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:112:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:115:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:112:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:115:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:118:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/livre_makefigs.c:115:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:118:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/livre_makefigs.c:48:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/livre_makefigs.c:118:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/livre_pageseg.c:98:35: style: Unused variable: pix4 [unusedVariable]
leptonica-1.76.0/prog/livre_tophat.c:38:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/maketile.c:52:32: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/maketile.c:52:40: style: The scope of the variable 'fullname' can be reduced. [variableScope]
leptonica-1.76.0/prog/maptest.c:67:12: style: The scope of the variable 'pval' can be reduced. [variableScope]
leptonica-1.76.0/prog/maptest.c:154:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/prog/maptest.c:60:24: style: Unused variable: val [unusedVariable]
leptonica-1.76.0/prog/maptest.c:229:15: style: Unused variable: val32 [unusedVariable]
leptonica-1.76.0/prog/maptest.c:381:24: style: Unused variable: n2 [unusedVariable]
leptonica-1.76.0/prog/morphseq_reg.c:112:5: style: Variable 'pixd' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/morphseq_reg.c:111:5: note: Variable 'pixd' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/morphseq_reg.c:112:5: note: Variable 'pixd' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/morphseq_reg.c:49:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/mtiff_reg.c:96:14: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/mtiff_reg.c:117:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/mtiff_reg.c:157:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
leptonica-1.76.0/prog/mtiff_reg.c:47:15: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/mtiff_reg.c:47:23: style: The scope of the variable 'filename' can be reduced. [variableScope]
leptonica-1.76.0/prog/mtiff_reg.c:48:15: style: Unused variable: str [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:51:15: style: Unused variable: length [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:53:15: style: Unused variable: naflags [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:53:25: style: Unused variable: nasizes [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:54:15: style: Unused variable: pix [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:56:15: style: Unused variable: savals [unusedVariable]
leptonica-1.76.0/prog/mtiff_reg.c:56:24: style: Unused variable: satypes [unusedVariable]
leptonica-1.76.0/prog/numa1_reg.c:55:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/numa2_reg.c:164:38: style: Same expression on both sides of '/'. [duplicateExpression]
leptonica-1.76.0/prog/numa2_reg.c:209:38: style: Same expression on both sides of '/'. [duplicateExpression]
leptonica-1.76.0/prog/numa2_reg.c:53:14: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/prog/numa2_reg.c:60:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/otsutest2.c:57:54: style: The scope of the variable 'pix3' can be reduced. [variableScope]
leptonica-1.76.0/prog/overlap_reg.c:51:22: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/prog/pageseg_reg.c:41:15: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/pdfiotest.c:334:24: warning: Either the condition 'if(data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
leptonica-1.76.0/prog/pdfiotest.c:337:8: note: Assuming that condition 'if(data)' is not redundant
leptonica-1.76.0/prog/pdfiotest.c:334:24: note: Null pointer addition
leptonica-1.76.0/prog/pdfiotest.c:54:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/pdfiotest.c:42:14: style: Unused variable: buffer [unusedVariable]
leptonica-1.76.0/prog/pdfiotest.c:43:14: style: Unused variable: tempfile1 [unusedVariable]
leptonica-1.76.0/prog/pdfiotest.c:43:26: style: Unused variable: tempfile2 [unusedVariable]
leptonica-1.76.0/prog/pdfiotest.c:45:31: style: Unused variable: ret [unusedVariable]
leptonica-1.76.0/prog/pixaatest.c:46:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/pixalloc_reg.c:186:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/prog/pixcomp_reg.c:55:15: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/prog/pixcomp_reg.c:50:18: style: Unused variable: n [unusedVariable]
leptonica-1.76.0/prog/pixserial_reg.c:59:24: style: The scope of the variable 'data32r' can be reduced. [variableScope]
leptonica-1.76.0/prog/pngio_reg.c:86:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/printimage.c:126:18: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/printsplitimage.c:69:14: style: The scope of the variable 'fp' can be reduced. [variableScope]
leptonica-1.76.0/prog/printsplitimage.c:127:22: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/printtiff.c:58:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/prog/printtiff.c:60:17: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/printtiff.c:82:18: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/projection_reg.c:70:30: style: Function 'TestProjection' argument 2 names different: declaration 'pix' definition 'pixs'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/projection_reg.c:36:43: note: Function 'TestProjection' argument 2 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/projection_reg.c:70:30: note: Function 'TestProjection' argument 2 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/pta_reg.c:183:17: style: The scope of the variable 'pta2' can be reduced. [variableScope]
leptonica-1.76.0/prog/ptra1_reg.c:229:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/prog/ptra1_reg.c:230:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/prog/ptra1_reg.c:270:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/prog/ptra1_reg.c:271:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/prog/ptra2_reg.c:62:11: style: The scope of the variable 'pa' can be reduced. [variableScope]
leptonica-1.76.0/prog/rasterop_reg.c:48:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/rbtreetest.c:44:12: style: The scope of the variable 'pval' can be reduced. [variableScope]
leptonica-1.76.0/prog/recog_bootnum.c:280:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/recog_bootnum.c:66:15: style: Unused variable: data1 [unusedVariable]
leptonica-1.76.0/prog/recog_bootnum.c:66:23: style: Unused variable: data2 [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:75:5: style: Variable 'recog1' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/recogtest1.c:64:5: note: Variable 'recog1' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/recogtest1.c:75:5: note: Variable 'recog1' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/recogtest1.c:112:5: style: Variable 'recog2' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/recogtest1.c:65:5: note: Variable 'recog2' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/recogtest1.c:112:5: note: Variable 'recog2' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/recogtest1.c:45:15: style: Unused variable: j [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:45:18: style: Unused variable: n [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:45:21: style: Unused variable: index [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:45:28: style: Unused variable: w [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:45:31: style: Unused variable: h [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:46:12: style: Unused variable: score [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:47:12: style: Unused variable: fname [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:47:20: style: Unused variable: strchar [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:48:12: style: Unused variable: buf [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:49:12: style: Unused variable: box [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:51:12: style: Unused variable: na1 [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:52:12: style: Unused variable: pixs [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:53:36: style: Unused variable: pixa4 [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:55:12: style: Unused variable: sa [unusedVariable]
leptonica-1.76.0/prog/recogtest1.c:55:17: style: Unused variable: satext [unusedVariable]
leptonica-1.76.0/prog/recogtest4.c:52:14: style: Unused variable: n [unusedVariable]
leptonica-1.76.0/prog/recogtest4.c:55:25: style: Unused variable: pix3 [unusedVariable]
leptonica-1.76.0/prog/recogtest4.c:56:27: style: Unused variable: pixa3 [unusedVariable]
leptonica-1.76.0/prog/recogtest5.c:46:11: style: Unused variable: buf [unusedVariable]
leptonica-1.76.0/prog/recogtest5.c:47:14: style: Unused variable: n [unusedVariable]
leptonica-1.76.0/prog/recogtest5.c:49:11: style: Unused variable: boxa [unusedVariable]
leptonica-1.76.0/prog/recogtest5.c:50:32: style: Unused variable: pixdb [unusedVariable]
leptonica-1.76.0/prog/recogtest6.c:85:13: style: Condition 'debug' is always true [knownConditionTrueFalse]
leptonica-1.76.0/prog/recogtest6.c:78:13: note: Assignment 'debug=1', assigned value is 1
leptonica-1.76.0/prog/recogtest6.c:85:13: note: Condition 'debug' is always true
leptonica-1.76.0/prog/renderfonts.c:44:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/rotatefastalt.c:152:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/prog/rotatefastalt.c:152:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/prog/rotatefastalt.c:206:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/prog/rotateorth_reg.c:79:30: style: Function 'RotateOrthTest' argument 1 names different: declaration 'pix' definition 'pixs'. [funcArgNamesDifferent]
leptonica-1.76.0/prog/rotateorth_reg.c:41:26: note: Function 'RotateOrthTest' argument 1 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/rotateorth_reg.c:79:30: note: Function 'RotateOrthTest' argument 1 names different: declaration 'pix' definition 'pixs'.
leptonica-1.76.0/prog/rotateorthtest1.c:44:14: style: Unused variable: i [unusedVariable]
leptonica-1.76.0/prog/rotateorthtest1.c:44:17: style: Unused variable: w [unusedVariable]
leptonica-1.76.0/prog/rotateorthtest1.c:44:20: style: Unused variable: h [unusedVariable]
leptonica-1.76.0/prog/rotateorthtest1.c:45:28: style: Unused variable: pixt [unusedVariable]
leptonica-1.76.0/prog/rotateorthtest1.c:46:14: style: Unused variable: pops [unusedVariable]
leptonica-1.76.0/prog/rotatetest1.c:51:13: style: Variable 'angle' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/rotatetest1.c:43:30: style: Unused variable: pops [unusedVariable]
leptonica-1.76.0/prog/rotatetest1.c:52:15: style: Variable 'fileout' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/runlengthtest.c:41:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/settest.c:122:22: style: Unused variable: npix [unusedVariable]
leptonica-1.76.0/prog/settest.c:122:28: style: Unused variable: val [unusedVariable]
leptonica-1.76.0/prog/sheartest.c:82:15: style: Variable 'fileout' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/sheartest.c:43:14: style: Unused variable: i [unusedVariable]
leptonica-1.76.0/prog/sheartest.c:43:23: style: Unused variable: liney [unusedVariable]
leptonica-1.76.0/prog/sheartest.c:43:30: style: Unused variable: linex [unusedVariable]
leptonica-1.76.0/prog/sheartest.c:81:13: style: Variable 'angle' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/sheartest.c:83:5: style: Variable 'deg2rad' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/sheartest.c:45:37: style: Unused variable: pixd [unusedVariable]
leptonica-1.76.0/prog/skewtest.c:62:14: style: Unused variable: ret [unusedVariable]
leptonica-1.76.0/prog/skewtest.c:75:5: style: Variable 'deg2rad' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/sorttest.c:40:14: style: Unused variable: i [unusedVariable]
leptonica-1.76.0/prog/sorttest.c:41:14: style: Unused variable: box [unusedVariable]
leptonica-1.76.0/prog/sorttest.c:42:21: style: Unused variable: boxas [unusedVariable]
leptonica-1.76.0/prog/string_reg.c:43:14: style: Unused variable: buf [unusedVariable]
leptonica-1.76.0/prog/textorient.c:67:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/warper_reg.c:107:5: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/warper_reg.c:106:5: note: Variable 'color' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/warper_reg.c:107:5: note: Variable 'color' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/warper_reg.c:129:5: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/prog/warper_reg.c:128:5: note: Variable 'color' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/warper_reg.c:129:5: note: Variable 'color' is reassigned a value before the old one has been used.
leptonica-1.76.0/prog/warpertest.c:58:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/warpertest.c:166:13: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/webpio_reg.c:71:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
leptonica-1.76.0/prog/wordsinorder.c:55:33: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/prog/writemtiff.c:44:14: style: The scope of the variable 'mainName' can be reduced. [variableScope]
leptonica-1.76.0/prog/xformbox_reg.c:149:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/xtractprotos.c:97:14: style: The scope of the variable 'filein' can be reduced. [variableScope]
leptonica-1.76.0/prog/xtractprotos.c:98:0: style: Variable 'spacestr' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/prog/xtractprotos.c:100:14: style: Unused variable: allheaders [unusedVariable]
leptonica-1.76.0/prog/xtractprotos.c:104:19: style: Unused variable: safirst [unusedVariable]
leptonica-1.76.0/prog/yuvtest.c:153:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/prog/yuvtest.c:190:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:853:26: style: The scope of the variable 'wim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:853:31: style: The scope of the variable 'him' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:853:42: style: The scope of the variable 'wplim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:854:12: style: The scope of the variable 'xim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:854:17: style: The scope of the variable 'yim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:857:45: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:857:53: style: The scope of the variable 'lineim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:857:62: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:857:70: style: The scope of the variable 'linef' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:858:12: style: The scope of the variable 'scalex' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:858:20: style: The scope of the variable 'scaley' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1034:26: style: The scope of the variable 'wim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1034:31: style: The scope of the variable 'him' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1034:42: style: The scope of the variable 'wplim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1035:12: style: The scope of the variable 'xim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1035:17: style: The scope of the variable 'yim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1039:37: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1039:45: style: The scope of the variable 'lineim' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1039:54: style: The scope of the variable 'linef' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1040:12: style: The scope of the variable 'scalex' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1040:20: style: The scope of the variable 'scaley' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1458:27: style: The scope of the variable 'goodcol' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1458:42: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1836:29: style: The scope of the variable 'linesm' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1836:38: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1897:56: style: The scope of the variable 'yoff' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:1965:56: style: The scope of the variable 'yoff' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2062:36: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2062:44: style: The scope of the variable 'lineg' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2062:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2825:55: style: The scope of the variable 'yoff' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2829:54: style: The scope of the variable 'linemin' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2829:64: style: The scope of the variable 'linemax' can be reduced. [variableScope]
leptonica-1.76.0/src/adaptmap.c:2910:12: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/affine.c:334:46: style: The scope of the variable 'color' can be reduced. [variableScope]
leptonica-1.76.0/src/affine.c:336:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/affine.c:596:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/affine.c:699:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/affinecompose.c:319:18: style: The scope of the variable 'xp' can be reduced. [variableScope]
leptonica-1.76.0/src/affinecompose.c:319:22: style: The scope of the variable 'yp' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:145:13: style: The scope of the variable 'format' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:210:31: style: The scope of the variable 'mid' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:369:53: style: The scope of the variable 'start' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:369:60: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:449:52: style: The scope of the variable 'start' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:449:59: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:544:14: style: The scope of the variable 'checkc' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:544:23: style: The scope of the variable 'checkk' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:547:55: style: The scope of the variable 'start' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:547:62: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:663:52: style: The scope of the variable 'start' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:663:59: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:746:52: style: The scope of the variable 'start' can be reduced. [variableScope]
leptonica-1.76.0/src/bardecode.c:746:59: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:117:18: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:117:21: style: The scope of the variable 'nbox' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:117:27: style: The scope of the variable 'val1' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:119:38: style: The scope of the variable 'nloc' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:517:25: style: The scope of the variable 'ystart' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:517:33: style: The scope of the variable 'yend' can be reduced. [variableScope]
leptonica-1.76.0/src/baseline.c:518:25: style: The scope of the variable 'ycenter' can be reduced. [variableScope]
leptonica-1.76.0/src/bbuffer.c:266:18: style: The scope of the variable 'nadd' can be reduced. [variableScope]
leptonica-1.76.0/src/bbuffer.c:313:18: style: The scope of the variable 'nadd' can be reduced. [variableScope]
leptonica-1.76.0/src/bbuffer.c:405:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/bbuffer.c:457:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/bilateral.c:288:32: style: The scope of the variable 'wplt' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:288:38: style: The scope of the variable 'wpld' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:288:44: style: The scope of the variable 'kval' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:289:23: style: The scope of the variable 'fval1' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:294:38: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:464:23: style: The scope of the variable 'ired' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:469:14: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:469:22: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:585:38: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:640:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/bilateral.c:790:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/bilinear.c:197:46: style: The scope of the variable 'color' can be reduced. [variableScope]
leptonica-1.76.0/src/bilinear.c:199:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/bilinear.c:459:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/bilinear.c:561:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:709:25: style: The scope of the variable 'tabsize' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:712:13: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:712:39: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:792:36: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:792:44: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:792:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/binarize.c:897:52: style: The scope of the variable 'globthresh' can be reduced. [variableScope]
leptonica-1.76.0/src/binexpand.c:72:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/binexpand.c:72:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/binreduce.c:79:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/binreduce.c:79:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/blend.c:499:47: style: The scope of the variable 'delta' can be reduced. [variableScope]
leptonica-1.76.0/src/blend.c:500:45: style: The scope of the variable 'dval' can be reduced. [variableScope]
leptonica-1.76.0/src/blend.c:1244:28: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/blend.c:1698:36: style: The scope of the variable 'spp' can be reduced. [variableScope]
leptonica-1.76.0/src/blend.c:1934:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/bmf.c:562:24: style: The scope of the variable 'nrowchars' can be reduced. [variableScope]
leptonica-1.76.0/src/bmf.c:562:43: style: The scope of the variable 'h' can be reduced. [variableScope]
leptonica-1.76.0/src/bmf.c:731:29: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:123:30: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:127:22: style: The scope of the variable 'extrabytes' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:127:53: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:127:56: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:128:29: style: The scope of the variable 'pword' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:395:21: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:399:29: style: The scope of the variable 'extrabytes' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:399:56: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:399:59: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/bmpio.c:402:20: style: The scope of the variable 'pword' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:580:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1114:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1277:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1572:10: style: The scope of the variable 'boxat' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1829:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1831:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:1899:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:2127:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxbasic.c:595:24: style: Checking if unsigned variable 'boxa->refcount' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/boxfunc1.c:253:24: style: The scope of the variable 'cont' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:389:17: style: The scope of the variable 'boxo' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:542:30: style: The scope of the variable 'n1' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:542:34: style: The scope of the variable 'n2' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:860:27: style: The scope of the variable 'area1' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:863:26: style: The scope of the variable 'box3' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:978:26: style: The scope of the variable 'r1' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:978:30: style: The scope of the variable 'b1' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:978:50: style: The scope of the variable 'r2' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:978:54: style: The scope of the variable 'b2' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1120:12: style: The scope of the variable 'delx' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1120:18: style: The scope of the variable 'dely' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1120:24: style: The scope of the variable 'dist' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1231:10: style: The scope of the variable 'nai' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1231:16: style: The scope of the variable 'nad' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1757:17: style: The scope of the variable 'box2' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:1938:28: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2110:20: style: The scope of the variable 'jstart' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2110:28: style: The scope of the variable 'jend' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2110:34: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2318:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2367:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2417:16: style: The scope of the variable 'boxt' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc1.c:2479:13: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:98:17: style: The scope of the variable 'boxd' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:203:17: style: The scope of the variable 'boxd' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:460:17: style: The scope of the variable 'boxd' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:765:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:847:56: style: The scope of the variable 'nad' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1027:33: style: The scope of the variable 'nn' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1029:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1482:16: style: The scope of the variable 'm' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1549:16: style: The scope of the variable 'm' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1549:22: style: The scope of the variable 'mval' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1549:28: style: The scope of the variable 'nshort' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1608:10: style: The scope of the variable 'boxat' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1658:21: style: The scope of the variable 'nb' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc2.c:1720:16: style: The scope of the variable 'm' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:367:38: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:439:35: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:564:35: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:642:20: style: The scope of the variable 'm' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:720:26: style: The scope of the variable 'nbox' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:725:12: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:1400:11: style: The scope of the variable 'pix1' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:1400:18: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc3.c:1577:12: style: The scope of the variable 'area' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:117:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:170:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:296:22: style: The scope of the variable 'ival' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:431:22: style: The scope of the variable 'ival' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:535:24: style: The scope of the variable 'ival' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:536:12: style: The scope of the variable 'whratio' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1183:24: style: The scope of the variable 'lval' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1183:30: style: The scope of the variable 'tval' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1183:36: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1183:42: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1336:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:10: style: The scope of the variable 'delw' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:16: style: The scope of the variable 'delh' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:22: style: The scope of the variable 'del_left' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:32: style: The scope of the variable 'del_right' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:43: style: The scope of the variable 'del_top' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1592:52: style: The scope of the variable 'del_bot' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1593:26: style: The scope of the variable 'boxd' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1701:23: style: The scope of the variable 'hmed' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1701:29: style: The scope of the variable 'doeven' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1989:17: style: The scope of the variable 'plotid' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1990:40: style: The scope of the variable 'right' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:1990:47: style: The scope of the variable 'bot' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:2099:17: style: The scope of the variable 'plotid' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:2329:41: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:2330:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:2798:16: style: The scope of the variable 'npix' can be reduced. [variableScope]
leptonica-1.76.0/src/boxfunc4.c:2802:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/bytearray.c:99:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/bytearray.c:131:14: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/ccbord.c:568:11: style: The scope of the variable 'ccb' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:652:15: style: The scope of the variable 'ys' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:766:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1072:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1072:26: style: The scope of the variable 'npx' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1072:31: style: The scope of the variable 'npy' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1072:36: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1073:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1160:15: style: The scope of the variable 'nb' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1162:10: style: The scope of the variable 'ptaal' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1231:15: style: The scope of the variable 'nb' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1238:10: style: The scope of the variable 'ptaal' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1306:15: style: The scope of the variable 'nb' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1308:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1311:10: style: The scope of the variable 'naa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1313:10: style: The scope of the variable 'ptas' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1406:15: style: The scope of the variable 'npt' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1409:10: style: The scope of the variable 'ptal' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1533:11: style: The scope of the variable 'ptaa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1831:10: style: The scope of the variable 'ptaa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1884:10: style: The scope of the variable 'ptag' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1974:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:1977:10: style: The scope of the variable 'ptaa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2099:10: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2102:10: style: The scope of the variable 'ptaa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2258:13: style: The scope of the variable 'naa' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2259:13: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2402:11: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2403:11: style: The scope of the variable 'ccb' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2556:21: style: The scope of the variable 'npt' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:2558:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ccbord.c:384:9: error: Memory leak: ccb [memleak]
leptonica-1.76.0/src/ccbord.c:387:9: error: Memory leak: ccb [memleak]
leptonica-1.76.0/src/ccbord.c:390:9: error: Memory leak: ccb [memleak]
leptonica-1.76.0/src/ccthin.c:74:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:105:13: style: The scope of the variable 'filename' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:106:21: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:106:24: style: The scope of the variable 'numpages' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:187:13: style: The scope of the variable 'filename' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:188:21: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:188:24: style: The scope of the variable 'numpages' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:276:13: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:737:33: style: The scope of the variable 'diffl' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:737:40: style: The scope of the variable 'diffr' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:791:21: style: The scope of the variable 'shiftx' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:791:29: style: The scope of the variable 'shifty' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:791:37: style: The scope of the variable 'nmatch' can be reduced. [variableScope]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: line1 [memleak]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: line2 [memleak]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: yloc1 [memleak]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: yloc2 [memleak]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: xleft1 [memleak]
leptonica-1.76.0/src/classapp.c:650:9: error: Memory leak: xleft2 [memleak]
leptonica-1.76.0/src/classapp.c:819:9: error: Memory leak: index1 [memleak]
leptonica-1.76.0/src/classapp.c:819:9: error: Memory leak: index2 [memleak]
leptonica-1.76.0/src/colorcontent.c:374:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:506:39: style: The scope of the variable 'size' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:508:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:508:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:579:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:579:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:819:12: style: The scope of the variable 'ratio' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:822:26: style: The scope of the variable 'pix3' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:822:33: style: The scope of the variable 'pix4' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:822:40: style: The scope of the variable 'pix5' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:1291:47: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:1296:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:1523:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/colorcontent.c:1606:9: error: Memory leak: rtab [memleak]
leptonica-1.76.0/src/colorcontent.c:1606:9: error: Memory leak: gtab [memleak]
leptonica-1.76.0/src/colorcontent.c:1606:9: error: Memory leak: btab [memleak]
leptonica-1.76.0/src/coloring.c:134:17: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:365:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:365:26: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:484:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:484:17: style: The scope of the variable 'sval' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:484:23: style: The scope of the variable 'dval' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:487:12: style: The scope of the variable 'pixel' can be reduced. [variableScope]
leptonica-1.76.0/src/coloring.c:714:9: error: Memory leak: rtab [memleak]
leptonica-1.76.0/src/coloring.c:714:9: error: Memory leak: gtab [memleak]
leptonica-1.76.0/src/coloring.c:714:9: error: Memory leak: btab [memleak]
leptonica-1.76.0/src/colormap.c:1632:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colormap.c:1631:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colormap.c:1632:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colormap.c:206:25: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1173:19: style: The scope of the variable 'delta' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1173:26: style: The scope of the variable 'dist' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1229:19: style: The scope of the variable 'dist' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1467:36: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1964:17: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1964:23: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1964:29: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/colormap.c:1632:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/colormap.c:1836:13: error: Memory leak: rmap [memleak]
leptonica-1.76.0/src/colormap.c:1836:13: error: Memory leak: gmap [memleak]
leptonica-1.76.0/src/colormap.c:1836:13: error: Memory leak: bmap [memleak]
leptonica-1.76.0/src/colorquant1.c:1033:9: style: Variable 'bufu8r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1031:9: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1033:9: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1034:9: style: Variable 'bufu8g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1031:18: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1034:9: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1035:9: style: Variable 'bufu8b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1031:27: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1035:9: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1036:9: style: Variable 'buf1r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:9: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1036:9: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1037:9: style: Variable 'buf1g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:17: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1037:9: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1038:9: style: Variable 'buf1b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:25: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1038:9: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1039:9: style: Variable 'buf2r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:33: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1039:9: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1040:9: style: Variable 'buf2g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:41: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1040:9: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1041:9: style: Variable 'buf2b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:1032:49: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:1041:9: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2025:5: style: Variable 'bufu8r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2023:5: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2025:5: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2026:5: style: Variable 'bufu8g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2023:14: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2026:5: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2027:5: style: Variable 'bufu8b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2023:23: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2027:5: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2028:5: style: Variable 'buf1r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:5: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2028:5: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2029:5: style: Variable 'buf1g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:13: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2029:5: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2030:5: style: Variable 'buf1b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:21: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2030:5: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2031:5: style: Variable 'buf2r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:29: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2031:5: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2032:5: style: Variable 'buf2g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:37: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2032:5: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2033:5: style: Variable 'buf2b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant1.c:2024:45: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:2033:5: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant1.c:607:18: style: The scope of the variable 'minside' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:607:27: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:608:12: style: The scope of the variable 'scalefactor' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:738:12: style: The scope of the variable 'thresh' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:739:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:1262:19: style: The scope of the variable 'ncells' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:1299:19: style: The scope of the variable 'ncells' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:1301:12: style: The scope of the variable 'cqca' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2809:12: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2811:33: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2812:12: style: The scope of the variable 'rtab' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2812:19: style: The scope of the variable 'gtab' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2812:26: style: The scope of the variable 'btab' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2813:12: style: The scope of the variable 'itab' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2814:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:2814:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3308:35: style: The scope of the variable 'minval' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3310:36: style: The scope of the variable 'linec' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3310:44: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3310:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3424:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3424:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3656:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3656:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3856:33: style: The scope of the variable 'mindist' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:3856:48: style: The scope of the variable 'mincolor' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant1.c:1997:38: style: Function 'pixDitherOctindexWithCmap' argument 6 names different: declaration 'carray' definition 'indexmap'. [funcArgNamesDifferent]
leptonica-1.76.0/src/colorquant1.c:255:51: note: Function 'pixDitherOctindexWithCmap' argument 6 names different: declaration 'carray' definition 'indexmap'.
leptonica-1.76.0/src/colorquant1.c:1997:38: note: Function 'pixDitherOctindexWithCmap' argument 6 names different: declaration 'carray' definition 'indexmap'.
leptonica-1.76.0/src/colorquant1.c:1380:9: error: Memory leak: rtab [memleak]
leptonica-1.76.0/src/colorquant1.c:1380:9: error: Memory leak: gtab [memleak]
leptonica-1.76.0/src/colorquant1.c:1380:9: error: Memory leak: btab [memleak]
leptonica-1.76.0/src/colorquant2.c:1028:9: style: Variable 'bufu8r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1026:9: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1028:9: note: Variable 'bufu8r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1029:9: style: Variable 'bufu8g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1026:18: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1029:9: note: Variable 'bufu8g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1030:9: style: Variable 'bufu8b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1026:27: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1030:9: note: Variable 'bufu8b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1031:9: style: Variable 'buf1r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:9: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1031:9: note: Variable 'buf1r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1032:9: style: Variable 'buf1g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:17: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1032:9: note: Variable 'buf1g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1033:9: style: Variable 'buf1b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:25: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1033:9: note: Variable 'buf1b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1034:9: style: Variable 'buf2r' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:33: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1034:9: note: Variable 'buf2r' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1035:9: style: Variable 'buf2g' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:41: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1035:9: note: Variable 'buf2g' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1036:9: style: Variable 'buf2b' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/colorquant2.c:1027:49: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:1036:9: note: Variable 'buf2b' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/colorquant2.c:317:18: style: The scope of the variable 'minside' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant2.c:317:27: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant2.c:590:36: style: The scope of the variable 'linec' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant2.c:590:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant2.c:763:17: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/colorquant2.c:1459:11: style: The scope of the variable 'vbox' can be reduced. [variableScope]
leptonica-1.76.0/src/colorseg.c:205:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/colorseg.c:283:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:138:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:281:12: style: The scope of the variable 'h' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:342:11: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:342:14: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:342:17: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:342:20: style: The scope of the variable 'z' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:343:11: style: The scope of the variable 'h' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:343:14: style: The scope of the variable 'f' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:343:17: style: The scope of the variable 's' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:498:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:573:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:638:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:712:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:811:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:909:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1263:26: style: The scope of the variable 'ewidth' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1263:34: style: The scope of the variable 'eheight' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1386:39: style: The scope of the variable 'hue' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1458:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1765:13: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1767:13: style: The scope of the variable 'linex' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1767:21: style: The scope of the variable 'liney' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1767:29: style: The scope of the variable 'linez' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1826:13: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1986:13: style: The scope of the variable 'linex' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1986:21: style: The scope of the variable 'liney' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1986:29: style: The scope of the variable 'linez' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1987:13: style: The scope of the variable 'linel' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1987:21: style: The scope of the variable 'linea' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:1987:29: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2052:13: style: The scope of the variable 'linel' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2052:21: style: The scope of the variable 'linea' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2052:29: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2053:13: style: The scope of the variable 'linex' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2053:21: style: The scope of the variable 'liney' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2053:29: style: The scope of the variable 'linez' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2246:13: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2248:13: style: The scope of the variable 'linel' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2248:21: style: The scope of the variable 'linea' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2248:29: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/colorspace.c:2305:13: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:183:12: style: The scope of the variable 'fullwords' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:183:23: style: The scope of the variable 'linebits' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:183:33: style: The scope of the variable 'endbits' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:186:44: style: The scope of the variable 'pixalpha' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:382:21: style: The scope of the variable 'wpl1' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:382:27: style: The scope of the variable 'wpl2' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:382:39: style: The scope of the variable 'linebits' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:382:49: style: The scope of the variable 'fullwords' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:382:60: style: The scope of the variable 'endbits' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:385:28: style: The scope of the variable 'line1' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:385:36: style: The scope of the variable 'line2' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:868:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:869:17: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:977:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:978:17: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:979:72: style: The scope of the variable 'last' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1390:29: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1489:19: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1489:24: style: The scope of the variable 'val1' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1489:30: style: The scope of the variable 'val2' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1491:13: style: The scope of the variable 'rdiff' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1491:20: style: The scope of the variable 'gdiff' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1491:27: style: The scope of the variable 'bdiff' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1491:34: style: The scope of the variable 'maxdiff' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1783:45: style: The scope of the variable 'v1' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:1783:49: style: The scope of the variable 'v2' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2008:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2378:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2459:32: style: The scope of the variable 'ratio' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2461:24: style: The scope of the variable 'na3' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2582:23: style: The scope of the variable 'buf2' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:2877:12: style: The scope of the variable 'score' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:3074:21: style: The scope of the variable 'nn' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:3142:10: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/compare.c:3215:40: style: The scope of the variable 'dbint' can be reduced. [variableScope]
leptonica-1.76.0/src/conncomp.c:492:21: style: The scope of the variable 'xend' can be reduced. [variableScope]
leptonica-1.76.0/src/conncomp.c:1096:11: style: The scope of the variable 'fseg' can be reduced. [variableScope]
leptonica-1.76.0/src/conncomp.c:1097:11: style: The scope of the variable 'auxstack' can be reduced. [variableScope]
leptonica-1.76.0/src/conncomp.c:1163:11: style: The scope of the variable 'fseg' can be reduced. [variableScope]
leptonica-1.76.0/src/conncomp.c:1164:11: style: The scope of the variable 'auxstack' can be reduced. [variableScope]
leptonica-1.76.0/src/convertfiles.c:78:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:323:18: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:323:24: style: The scope of the variable 'imin' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:327:12: style: The scope of the variable 'linemina' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:641:12: style: The scope of the variable 'linemina' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:641:34: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:858:35: style: The scope of the variable 'imin' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:858:41: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:861:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:861:36: style: The scope of the variable 'linemint' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1287:13: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1287:21: style: The scope of the variable 'linems' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1628:18: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1628:24: style: The scope of the variable 'imin' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1632:12: style: The scope of the variable 'linemina' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1778:36: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1778:44: style: The scope of the variable 'linev' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:1778:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2489:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2489:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2551:19: style: The scope of the variable 'frand' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2551:26: style: The scope of the variable 'xval' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2551:32: style: The scope of the variable 'yval' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2551:38: style: The scope of the variable 'rsq' can be reduced. [variableScope]
leptonica-1.76.0/src/convolve.c:2551:43: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:138:12: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:138:15: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:138:18: style: The scope of the variable 'pix1lskip' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:138:40: style: The scope of the variable 'rowwords1' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:139:12: style: The scope of the variable 'word1' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:139:26: style: The scope of the variable 'andw' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:437:12: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:437:15: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:437:18: style: The scope of the variable 'pix1lskip' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:437:40: style: The scope of the variable 'rowwords1' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:438:12: style: The scope of the variable 'word1' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:438:26: style: The scope of the variable 'andw' can be reduced. [variableScope]
leptonica-1.76.0/src/correlscore.c:210:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
leptonica-1.76.0/src/correlscore.c:516:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
leptonica-1.76.0/src/correlscore.c:325:46: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 233. [shiftTooManyBits]
leptonica-1.76.0/src/correlscore.c:233:26: note: Assuming that condition 'idelx>0' is not redundant
leptonica-1.76.0/src/correlscore.c:325:46: note: Shift
leptonica-1.76.0/src/correlscore.c:340:46: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 233. [shiftTooManyBits]
leptonica-1.76.0/src/correlscore.c:233:26: note: Assuming that condition 'idelx>0' is not redundant
leptonica-1.76.0/src/correlscore.c:340:46: note: Shift
leptonica-1.76.0/src/correlscore.c:650:46: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 548. [shiftTooManyBits]
leptonica-1.76.0/src/correlscore.c:548:26: note: Assuming that condition 'idelx>0' is not redundant
leptonica-1.76.0/src/correlscore.c:650:46: note: Shift
leptonica-1.76.0/src/correlscore.c:670:46: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 548. [shiftTooManyBits]
leptonica-1.76.0/src/correlscore.c:548:26: note: Assuming that condition 'idelx>0' is not redundant
leptonica-1.76.0/src/correlscore.c:670:46: note: Shift
leptonica-1.76.0/src/dewarp1.c:667:23: style: The scope of the variable 'pageno' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp1.c:1478:13: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:298:27: style: The scope of the variable 'npts' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:570:18: style: The scope of the variable 'ptat' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:770:11: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:874:29: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:874:34: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:875:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:1004:18: style: The scope of the variable 'npt' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:1302:12: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:1302:15: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:1611:29: style: The scope of the variable 'nlines' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp2.c:1079:38: style: Function 'dewarpFilterLineEndPoints' argument 2 names different: declaration 'ptal1' definition 'ptal'. [funcArgNamesDifferent]
leptonica-1.76.0/src/dewarp2.c:67:63: note: Function 'dewarpFilterLineEndPoints' argument 2 names different: declaration 'ptal1' definition 'ptal'.
leptonica-1.76.0/src/dewarp2.c:1079:38: note: Function 'dewarpFilterLineEndPoints' argument 2 names different: declaration 'ptal1' definition 'ptal'.
leptonica-1.76.0/src/dewarp2.c:1080:38: style: Function 'dewarpFilterLineEndPoints' argument 3 names different: declaration 'ptar1' definition 'ptar'. [funcArgNamesDifferent]
leptonica-1.76.0/src/dewarp2.c:67:75: note: Function 'dewarpFilterLineEndPoints' argument 3 names different: declaration 'ptar1' definition 'ptar'.
leptonica-1.76.0/src/dewarp2.c:1080:38: note: Function 'dewarpFilterLineEndPoints' argument 3 names different: declaration 'ptar1' definition 'ptar'.
leptonica-1.76.0/src/dewarp2.c:1081:38: style: Function 'dewarpFilterLineEndPoints' argument 4 names different: declaration 'pptal2' definition 'pptalf'. [funcArgNamesDifferent]
leptonica-1.76.0/src/dewarp2.c:68:48: note: Function 'dewarpFilterLineEndPoints' argument 4 names different: declaration 'pptal2' definition 'pptalf'.
leptonica-1.76.0/src/dewarp2.c:1081:38: note: Function 'dewarpFilterLineEndPoints' argument 4 names different: declaration 'pptal2' definition 'pptalf'.
leptonica-1.76.0/src/dewarp2.c:1082:38: style: Function 'dewarpFilterLineEndPoints' argument 5 names different: declaration 'pptar2' definition 'pptarf'. [funcArgNamesDifferent]
leptonica-1.76.0/src/dewarp2.c:68:62: note: Function 'dewarpFilterLineEndPoints' argument 5 names different: declaration 'pptar2' definition 'pptarf'.
leptonica-1.76.0/src/dewarp2.c:1082:38: note: Function 'dewarpFilterLineEndPoints' argument 5 names different: declaration 'pptar2' definition 'pptarf'.
leptonica-1.76.0/src/dewarp2.c:1240:37: style: Function 'dewarpIsLineCoverageValid' argument 1 names different: declaration 'ptaa2' definition 'ptaa'. [funcArgNamesDifferent]
leptonica-1.76.0/src/dewarp2.c:70:48: note: Function 'dewarpIsLineCoverageValid' argument 1 names different: declaration 'ptaa2' definition 'ptaa'.
leptonica-1.76.0/src/dewarp2.c:1240:37: note: Function 'dewarpIsLineCoverageValid' argument 1 names different: declaration 'ptaa2' definition 'ptaa'.
leptonica-1.76.0/src/dewarp2.c:606:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/dewarp3.c:123:12: style: The scope of the variable 'dew1' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp3.c:548:12: style: The scope of the variable 'dew1' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp3.c:651:20: style: The scope of the variable 'boxd' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:292:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:581:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:668:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:765:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:828:29: style: The scope of the variable 'diffedge' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:920:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dewarp4.c:1105:12: style: The scope of the variable 'dew' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:251:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:291:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:834:13: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:834:16: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:1168:10: style: The scope of the variable 'da' can be reduced. [variableScope]
leptonica-1.76.0/src/dnabasic.c:1572:12: style: The scope of the variable 'da' can be reduced. [variableScope]
leptonica-1.76.0/src/dnafunc1.c:128:10: style: The scope of the variable 'da' can be reduced. [variableScope]
leptonica-1.76.0/src/dnahash.c:206:10: style: The scope of the variable 'da' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomb.2.c:208:69: style: The scope of the variable 'borderop' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:697:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:697:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:721:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:721:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:745:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:745:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:769:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:769:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:793:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:793:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:816:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:816:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:839:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:839:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:862:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:862:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:885:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:885:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:909:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:909:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:933:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:933:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:959:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:959:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:985:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:985:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1008:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1008:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1031:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1031:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1054:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1054:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1077:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1077:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1101:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1101:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1125:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1125:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1151:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1151:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1177:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1177:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1202:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1202:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1227:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1227:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1254:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1254:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1281:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1281:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1305:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1305:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1329:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1329:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1357:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1357:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1385:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1385:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1410:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1410:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1435:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1435:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1462:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1462:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1489:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1489:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1513:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1513:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1537:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1537:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1565:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1565:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1593:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1593:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1618:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1618:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1643:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1643:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1670:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1670:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1697:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1697:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1723:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1723:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1749:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1749:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1779:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1779:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1809:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1809:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1834:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1834:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1859:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1859:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1886:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1886:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1913:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1913:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1939:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1939:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1965:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1965:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1999:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:1999:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2033:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2033:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2058:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2058:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2083:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2083:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2110:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2110:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2137:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2137:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2161:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2161:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2185:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2185:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2213:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2213:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2241:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2241:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2267:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2267:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2293:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2293:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2323:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2323:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2353:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2353:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2380:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2380:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2407:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2407:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2438:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2438:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2469:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2469:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2494:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2494:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2519:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2519:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2546:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2546:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2573:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2573:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2599:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2599:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2625:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2625:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2659:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2659:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2693:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2693:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2720:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2720:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2747:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2747:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2778:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2778:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2809:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2809:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2835:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2835:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2861:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2861:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2891:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2891:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2921:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2921:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2946:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2946:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2971:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2971:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2998:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:2998:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3025:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3025:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3052:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3052:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3079:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3079:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3110:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3110:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3141:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3141:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3169:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3169:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3197:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3197:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3231:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3231:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3265:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3265:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3290:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3290:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3315:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3315:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3342:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3342:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3369:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3369:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3396:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3396:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3423:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3423:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3454:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3454:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3485:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3485:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3513:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3513:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3541:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3541:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3581:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3581:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3621:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3621:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3647:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3647:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3673:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3673:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3707:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3707:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3741:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3741:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3768:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3768:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3795:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3795:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3826:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3826:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3857:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3857:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3885:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3885:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3913:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3913:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3947:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3947:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3981:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:3981:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4010:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4010:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4039:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4039:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4074:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4074:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4109:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4109:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4136:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4136:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4163:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4163:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4194:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4194:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4225:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4225:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4251:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4251:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4277:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4277:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4311:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4311:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4345:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4345:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4373:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4373:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4401:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4401:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4441:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4441:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4481:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4481:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4508:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4508:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4535:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4535:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4566:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4566:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4597:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4597:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4626:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4626:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4655:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4655:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4690:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4690:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4725:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4725:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4753:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4753:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4781:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4781:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4815:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4815:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4849:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4849:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4878:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4878:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4907:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4907:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4942:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/dwacomblow.2.c:4942:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:96:20: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:96:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:18: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:24: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:35: style: The scope of the variable 'lgrad' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:42: style: The scope of the variable 'rgrad' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:49: style: The scope of the variable 'tgrad' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:203:56: style: The scope of the variable 'bgrad' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:318:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:318:27: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:318:33: style: The scope of the variable 'njumps' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:318:41: style: The scope of the variable 'jumpsum' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:318:50: style: The scope of the variable 'nreversal' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:390:28: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/edge.c:394:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/encoding.c:345:57: style: The scope of the variable 'eof' can be reduced. [variableScope]
leptonica-1.76.0/src/encoding.c:414:11: style: The scope of the variable 'inbyte' can be reduced. [variableScope]
leptonica-1.76.0/src/encoding.c:415:19: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/encoding.c:477:11: style: The scope of the variable 'inc' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:559:15: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:560:12: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:718:17: style: The scope of the variable 'iout' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:718:23: style: The scope of the variable 'itarg' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:785:34: style: The scope of the variable 'wplm' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:788:34: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1197:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1331:56: style: The scope of the variable 'linef3' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1331:65: style: The scope of the variable 'linef4' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1475:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1548:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1603:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1664:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1840:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1840:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1841:12: style: The scope of the variable 'fi' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1937:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2008:12: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2010:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2010:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2108:12: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2110:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:2110:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/enhance.c:1745:15: style: Unused variable: j [unusedVariable]
leptonica-1.76.0/src/fhmtauto.c:440:34: style: The scope of the variable 'nhits' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtauto.c:440:41: style: The scope of the variable 'nmisses' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtauto.c:445:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgen.1.c:126:28: style: The scope of the variable 'datat' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:128:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:128:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:159:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:159:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:187:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:187:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:215:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:215:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:243:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:243:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:271:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:271:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:308:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:308:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:345:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:345:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:382:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:382:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:419:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:419:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fhmtgenlow.1.c:276:5: style: Variable 'wpls3' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/fhmtgenlow.1.c:277:5: style: Variable 'wpls4' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/fhmtgenlow.1.c:278:5: style: Variable 'wpls5' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/fliphmtgen.c:120:67: style: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same. [duplicateExpression]
leptonica-1.76.0/src/morph.h:245:38: note: 'ADDED_BORDER' is assigned value '32' here.
leptonica-1.76.0/src/fliphmtgen.c:120:67: note: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same.
leptonica-1.76.0/src/fliphmtgen.c:121:67: style: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same. [duplicateExpression]
leptonica-1.76.0/src/morph.h:245:38: note: 'ADDED_BORDER' is assigned value '32' here.
leptonica-1.76.0/src/fliphmtgen.c:121:67: note: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same.
leptonica-1.76.0/src/fliphmtgen.c:126:71: style: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same. [duplicateExpression]
leptonica-1.76.0/src/morph.h:245:38: note: 'ADDED_BORDER' is assigned value '32' here.
leptonica-1.76.0/src/fliphmtgen.c:126:71: note: Same expression on both sides of '/' because the value of 'ADDED_BORDER' and '32' are the same.
leptonica-1.76.0/src/fliphmtgen.c:82:28: style: The scope of the variable 'datat' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:197:22: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:197:29: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:239:22: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:239:29: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:281:22: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:281:29: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:323:22: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fliphmtgen.c:323:29: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphauto.c:494:20: style: The scope of the variable 'linestr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphauto.c:503:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgen.1.c:190:69: style: The scope of the variable 'borderop' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:553:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:553:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:577:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:577:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:601:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:601:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:626:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:626:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:651:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:651:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:677:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:677:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:703:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:703:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:730:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:730:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:757:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:757:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:785:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:785:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:813:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:813:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:842:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:842:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:871:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:871:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:901:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:901:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:931:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:931:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:962:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:962:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:993:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:993:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1025:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1025:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1057:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1057:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1090:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1090:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1123:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1123:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1157:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1157:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1191:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1191:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1226:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1226:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1261:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1261:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1297:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1297:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1333:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1333:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1370:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1370:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1407:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1407:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1449:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1449:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1491:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1491:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1534:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1534:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1577:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1577:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1624:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1624:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1671:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1671:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1723:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1723:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1775:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1775:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1828:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1828:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1881:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1881:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1938:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1938:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1995:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:1995:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2057:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2057:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2119:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2119:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2182:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2182:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2245:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2245:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2312:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2312:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2379:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2379:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2451:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2451:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2523:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2523:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2596:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2596:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2669:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2669:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2693:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2693:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2717:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2717:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2742:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2742:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2767:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2767:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2795:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2795:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2823:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2823:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2852:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2852:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2881:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2881:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2912:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2912:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2943:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2943:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2975:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:2975:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3007:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3007:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3041:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3041:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3075:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3075:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3110:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3110:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3145:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3145:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3183:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3183:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3221:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3221:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3260:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3260:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3299:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3299:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3340:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3340:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3381:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3381:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3423:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3423:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3465:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3465:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3509:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3509:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3553:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3553:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3598:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3598:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3643:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3643:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3697:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3697:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3751:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3751:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3806:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3806:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3861:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3861:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3922:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3922:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3983:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:3983:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4053:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4053:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4123:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4123:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4194:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4194:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4265:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4265:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4343:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4343:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4421:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4421:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4507:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4507:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4593:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4593:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4680:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4680:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4767:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4767:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4861:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4861:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4955:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:4955:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5058:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5058:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5161:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5161:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5265:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5265:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5369:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5369:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5395:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5395:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5421:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5421:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5452:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5452:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5483:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5483:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5523:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5523:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5563:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5563:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5612:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5612:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5661:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5661:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5685:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5685:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5709:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5709:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5733:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5733:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5757:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5757:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5786:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5786:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5815:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5815:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5844:21: style: The scope of the variable 'sptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fmorphgenlow.1.c:5844:28: style: The scope of the variable 'dptr' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix1.c:295:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
leptonica-1.76.0/src/fpix1.c:306:12: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
leptonica-1.76.0/src/fpix1.c:1293:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
leptonica-1.76.0/src/fpix1.c:1304:12: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
leptonica-1.76.0/src/fpix1.c:371:13: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix1.c:795:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix1.c:1361:13: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix1.c:810:25: style: Checking if unsigned variable 'fpixa->refcount' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/fpix2.c:129:21: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:130:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:222:21: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:223:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:327:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:428:13: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:484:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:546:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:645:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1111:29: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1111:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1168:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1230:29: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1230:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1287:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1333:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1364:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1671:29: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1671:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1916:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1977:13: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:1977:21: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2098:29: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2217:29: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2337:21: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2338:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2401:21: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/fpix2.c:2402:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:855:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:853:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:855:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:859:5: style: Variable 'ignores' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:856:5: note: Variable 'ignores' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:859:5: note: Variable 'ignores' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:862:5: style: Variable 'ignores' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:859:5: note: Variable 'ignores' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:862:5: note: Variable 'ignores' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:883:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:881:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:883:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:885:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:883:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:885:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:887:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:885:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:887:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:889:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:887:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:889:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:891:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:889:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:891:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:894:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:891:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:894:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:895:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:894:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:895:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:897:5: style: Variable 'ignore' is reassigned a value before the old one has been used. [redundantAssignment]
leptonica-1.76.0/src/gplot.c:895:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:897:5: note: Variable 'ignore' is reassigned a value before the old one has been used.
leptonica-1.76.0/src/gplot.c:270:12: style: The scope of the variable 'emptystring' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:271:22: style: The scope of the variable 'title' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:383:10: style: The scope of the variable 'ignore' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:425:19: style: The scope of the variable 'plottitle' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:425:31: style: The scope of the variable 'dataname' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:530:10: style: The scope of the variable 'plotdata' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:530:21: style: The scope of the variable 'dataname' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:532:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
leptonica-1.76.0/src/gplot.c:402:18: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/gplot.c:862:15: style: Variable 'ignores' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/gplot.c:897:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/graphics.c:209:13: style: The scope of the variable 'x1a' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:209:18: style: The scope of the variable 'x2a' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:209:23: style: The scope of the variable 'y1a' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:209:28: style: The scope of the variable 'y2a' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:411:29: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:569:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:624:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:728:32: style: The scope of the variable 'y1' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:728:36: style: The scope of the variable 'y2' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:2421:17: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/graphics.c:2788:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:716:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:716:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:902:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:902:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:1190:37: style: The scope of the variable 'startx' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:1190:45: style: The scope of the variable 'starty' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:1294:37: style: The scope of the variable 'startx' can be reduced. [variableScope]
leptonica-1.76.0/src/graymorph.c:1294:45: style: The scope of the variable 'starty' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:332:18: style: The scope of the variable 'fval2' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:332:31: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:332:37: style: The scope of the variable 'dval' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:504:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:504:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:654:36: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:654:44: style: The scope of the variable 'lineg' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:654:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:815:28: style: The scope of the variable 'lineg' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:815:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:907:28: style: The scope of the variable 'lineg' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:907:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1057:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1198:26: style: The scope of the variable 'tab14val' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1199:16: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1199:22: style: The scope of the variable 'dval' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1381:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1446:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1446:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1523:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1589:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1589:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1638:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:1640:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2031:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2140:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2235:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2348:12: style: The scope of the variable 'nc' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2348:16: style: The scope of the variable 'nestim' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2350:44: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2571:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:2571:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/grayquant.c:560:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
leptonica-1.76.0/src/grayquant.c:573:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
leptonica-1.76.0/src/grayquant.c:601:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
leptonica-1.76.0/src/grayquant.c:614:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
leptonica-1.76.0/src/grayquant.c:1275:5: style: Variable 'procName' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/grayquant.c:2535:9: style: Variable 'span' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/heap.c:148:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/heap.c:489:13: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:448:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:597:13: style: The scope of the variable 'tab8' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:602:13: style: The scope of the variable 'nafgt' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1034:16: style: The scope of the variable 'nt' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1034:23: style: The scope of the variable 'iclass' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1034:39: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1034:52: style: The scope of the variable 'area1' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1038:29: style: The scope of the variable 'xsum' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1038:35: style: The scope of the variable 'ysum' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1052:29: style: The scope of the variable 'downcount' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1052:40: style: The scope of the variable 'wpl' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1604:15: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1661:15: style: The scope of the variable 'nt' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1752:12: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:1754:12: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2120:34: style: The scope of the variable 'wp' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2120:38: style: The scope of the variable 'hp' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2229:26: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2231:28: style: The scope of the variable 'delx' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2231:34: style: The scope of the variable 'dely' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2319:34: style: The scope of the variable 'h' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2454:10: style: The scope of the variable 'desiredh' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2454:20: style: The scope of the variable 'desiredw' can be reduced. [variableScope]
leptonica-1.76.0/src/jbclass.c:2414:47: style: Function 'findSimilarSizedTemplatesDestroy' argument 1 names different: declaration 'pcontext' definition 'pstate'. [funcArgNamesDifferent]
leptonica-1.76.0/src/jbclass.c:255:58: note: Function 'findSimilarSizedTemplatesDestroy' argument 1 names different: declaration 'pcontext' definition 'pstate'.
leptonica-1.76.0/src/jbclass.c:2414:47: note: Function 'findSimilarSizedTemplatesDestroy' argument 1 names different: declaration 'pcontext' definition 'pstate'.
leptonica-1.76.0/src/jbclass.c:2452:43: style: Function 'findSimilarSizedTemplatesNext' argument 1 names different: declaration 'context' definition 'state'. [funcArgNamesDifferent]
leptonica-1.76.0/src/jbclass.c:254:57: note: Function 'findSimilarSizedTemplatesNext' argument 1 names different: declaration 'context' definition 'state'.
leptonica-1.76.0/src/jbclass.c:2452:43: note: Function 'findSimilarSizedTemplatesNext' argument 1 names different: declaration 'context' definition 'state'.
leptonica-1.76.0/src/jbclass.c:1519:21: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/jbclass.c:1481:5: style: Variable 'stop' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/jpegio.c:1212:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
leptonica-1.76.0/src/jpegio.c:1232:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
leptonica-1.76.0/src/jpegio.c:220:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/jpegio.c:994:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/kernel.c:930:47: style: The scope of the variable 'x0' can be reduced. [variableScope]
leptonica-1.76.0/src/kernel.c:584:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/libversions.c:130:9: style: Condition '!first' is always false [knownConditionTrueFalse]
leptonica-1.76.0/src/libversions.c:104:18: note: Assignment 'first=1', assigned value is 1
leptonica-1.76.0/src/libversions.c:130:9: note: Condition '!first' is always false
leptonica-1.76.0/src/libversions.c:158:9: style: Condition '!first' is always true [knownConditionTrueFalse]
leptonica-1.76.0/src/libversions.c:152:13: note: Assignment 'first=0', assigned value is 0
leptonica-1.76.0/src/libversions.c:158:9: note: Condition '!first' is always true
leptonica-1.76.0/src/libversions.c:171:9: style: Condition '!first' is always true [knownConditionTrueFalse]
leptonica-1.76.0/src/libversions.c:159:13: note: Assignment 'first=0', assigned value is 0
leptonica-1.76.0/src/libversions.c:171:9: note: Condition '!first' is always true
leptonica-1.76.0/src/libversions.c:103:10: style: Unused variable: buf [unusedVariable]
leptonica-1.76.0/src/list.c:750:10: style: The scope of the variable 'obj' can be reduced. [variableScope]
leptonica-1.76.0/src/list.c:788:10: style: The scope of the variable 'obj' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:149:12: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:149:15: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:149:18: style: The scope of the variable 'dir' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:346:12: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:346:15: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/maze.c:348:42: style: The scope of the variable 'lined32' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1096:27: style: The scope of the variable 'val2m' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1096:34: style: The scope of the variable 'val2p' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1097:17: style: The scope of the variable 'prodm' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1097:24: style: The scope of the variable 'prodp' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1098:19: style: The scope of the variable 'totcost' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1098:28: style: The scope of the variable 'rastcostm' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1098:39: style: The scope of the variable 'rastcostp' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1098:50: style: The scope of the variable 'diffm' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1098:57: style: The scope of the variable 'diffp' can be reduced. [variableScope]
leptonica-1.76.0/src/morph.c:1724:20: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1723. [shiftTooManyBitsSigned]
leptonica-1.76.0/src/morph.c:1723:15: note: Assuming that condition 'depth<32' is not redundant
leptonica-1.76.0/src/morph.c:1724:20: note: Shift
leptonica-1.76.0/src/morphapp.c:508:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:561:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:798:32: style: The scope of the variable 'xi' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:798:36: style: The scope of the variable 'yi' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:803:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:1109:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:1533:40: style: The scope of the variable 'rowsum' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:1533:48: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:1536:12: style: The scope of the variable 'word' can be reduced. [variableScope]
leptonica-1.76.0/src/morphapp.c:1537:12: style: The scope of the variable 'byte' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:137:10: style: The scope of the variable 'rawop' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:138:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:304:10: style: The scope of the variable 'rawop' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:305:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:453:10: style: The scope of the variable 'rawop' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:454:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:602:10: style: The scope of the variable 'rawop' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:603:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:739:10: style: The scope of the variable 'rawop' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:918:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/morphseq.c:1123:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:269:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:311:12: style: The scope of the variable 'substr' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:868:13: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:868:16: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:1382:10: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/numabasic.c:1831:12: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:742:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:788:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1141:18: style: The scope of the variable 'ival' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1196:22: style: The scope of the variable 'ileft' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1196:29: style: The scope of the variable 'iright' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1197:19: style: The scope of the variable 'right' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1197:35: style: The scope of the variable 'lfract' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1197:43: style: The scope of the variable 'rfract' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1197:51: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1395:24: style: The scope of the variable 'below' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1395:31: style: The scope of the variable 'above' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1702:13: style: The scope of the variable 'delu' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1823:13: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1909:16: style: The scope of the variable 'im' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:1911:30: style: The scope of the variable 'excess' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:2702:17: style: The scope of the variable 'nai' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:2972:14: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:2972:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:3192:13: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:3374:10: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc1.c:3419:10: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:169:13: style: The scope of the variable 'minval' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:237:13: style: The scope of the variable 'maxval' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:439:35: style: The scope of the variable 'var' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:696:13: style: The scope of the variable 'var' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:865:53: style: The scope of the variable 'ibin' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:866:17: style: The scope of the variable 'ratio' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:974:18: style: The scope of the variable 'imin' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:974:24: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:974:30: style: The scope of the variable 'irange' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1059:31: style: The scope of the variable 'ibin' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1107:26: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1107:33: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1385:18: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1386:17: style: The scope of the variable 'sumval' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1386:25: style: The scope of the variable 'halfsum' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1386:47: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1386:53: style: The scope of the variable 'ymax' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1692:31: style: The scope of the variable 'midfound' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1693:17: style: The scope of the variable 'midrank' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1693:26: style: The scope of the variable 'endrank' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1935:12: style: The scope of the variable 'num1' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1935:18: style: The scope of the variable 'num2' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1936:30: style: The scope of the variable 'fract1' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:1937:18: style: The scope of the variable 'score' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2157:25: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2250:23: style: The scope of the variable 'nn' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2338:29: style: The scope of the variable 'lloc' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2339:21: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2339:48: style: The scope of the variable 'lastval' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2550:18: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2613:12: style: The scope of the variable 'thresh' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2719:40: style: The scope of the variable 'delta1' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2719:48: style: The scope of the variable 'delta2' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2785:29: style: The scope of the variable 'thresh' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2901:22: style: The scope of the variable 'delshift' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2901:32: style: The scope of the variable 'width' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2981:25: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2982:19: style: The scope of the variable 'weight' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:3037:22: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/numafunc2.c:2677:25: style: Variable 'maxrunlen' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/pageseg.c:109:24: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:557:32: style: The scope of the variable 'left' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:557:38: style: The scope of the variable 'right' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:557:45: style: The scope of the variable 'top' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:557:50: style: The scope of the variable 'bottom' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:785:34: style: The scope of the variable 'xmin' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:786:11: style: The scope of the variable 'nmin' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:786:17: style: The scope of the variable 'nleft' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:786:24: style: The scope of the variable 'nright' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:786:48: style: The scope of the variable 'ncomp' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1211:23: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1211:26: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1211:29: style: The scope of the variable 'npeak' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1212:12: style: The scope of the variable 'scalefact' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1212:23: style: The scope of the variable 'redfact' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1215:40: style: The scope of the variable 'pix5' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1764:12: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:1933:13: style: The scope of the variable 'op' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:2038:54: style: The scope of the variable 'prevfg' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:2040:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pageseg.c:555:10: style: Unused variable: buf [unusedVariable]
leptonica-1.76.0/src/paintcmap.c:226:42: style: The scope of the variable 'x2' can be reduced. [variableScope]
leptonica-1.76.0/src/paintcmap.c:226:46: style: The scope of the variable 'y2' can be reduced. [variableScope]
leptonica-1.76.0/src/paintcmap.c:405:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/paintcmap.c:405:26: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:144:20: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:144:46: style: The scope of the variable 'secondword' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:229:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:275:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:276:19: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:324:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:325:16: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:553:24: style: The scope of the variable 'nchars' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:553:32: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:661:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:662:16: style: The scope of the variable 'jstart' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:662:54: style: The scope of the variable 'nchars' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:735:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:736:19: style: The scope of the variable 'jstart' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:736:27: style: The scope of the variable 'nchars' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:801:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:802:19: style: The scope of the variable 'nchars' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:890:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:891:19: style: The scope of the variable 'nchars' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:891:59: style: The scope of the variable 'jstart' can be reduced. [variableScope]
leptonica-1.76.0/src/parseprotos.c:548:27: style: Function 'cleanProtoSignature' argument 1 names different: declaration 'str' definition 'instr'. [funcArgNamesDifferent]
leptonica-1.76.0/src/parseprotos.c:60:41: note: Function 'cleanProtoSignature' argument 1 names different: declaration 'str' definition 'instr'.
leptonica-1.76.0/src/parseprotos.c:548:27: note: Function 'cleanProtoSignature' argument 1 names different: declaration 'str' definition 'instr'.
leptonica-1.76.0/src/parseprotos.c:614:31: style: Function 'skipToEndOfFunction' argument 3 names different: declaration 'charindex' definition 'lbindex'. [funcArgNamesDifferent]
leptonica-1.76.0/src/parseprotos.c:62:21: note: Function 'skipToEndOfFunction' argument 3 names different: declaration 'charindex' definition 'lbindex'.
leptonica-1.76.0/src/parseprotos.c:614:31: note: Function 'skipToEndOfFunction' argument 3 names different: declaration 'charindex' definition 'lbindex'.
leptonica-1.76.0/src/parseprotos.c:658:31: style: Function 'skipToMatchingBrace' argument 4 names different: declaration 'prbline' definition 'pstop'. [funcArgNamesDifferent]
leptonica-1.76.0/src/parseprotos.c:64:39: note: Function 'skipToMatchingBrace' argument 4 names different: declaration 'prbline' definition 'pstop'.
leptonica-1.76.0/src/parseprotos.c:658:31: note: Function 'skipToMatchingBrace' argument 4 names different: declaration 'prbline' definition 'pstop'.
leptonica-1.76.0/src/partition.c:198:19: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/partition.c:492:34: style: The scope of the variable 'perim' can be reduced. [variableScope]
leptonica-1.76.0/src/partition.c:624:21: style: The scope of the variable 'remove' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:347:14: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:457:20: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:598:15: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:959:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1232:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1423:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1425:22: style: The scope of the variable 'nboxa' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1537:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1842:23: style: The scope of the variable 'seq' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:1842:44: style: The scope of the variable 'upscale' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio1.c:2155:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:702:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pdfio2.c:702:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pdfio2.c:720:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pdfio2.c:720:17: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pdfio2.c:194:29: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:313:11: style: The scope of the variable 'pdfdata' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:315:11: style: The scope of the variable 'sizes' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:315:19: style: The scope of the variable 'locs' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:605:21: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1554:10: style: The scope of the variable 'version' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1554:20: style: The scope of the variable 'datestr' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1804:36: style: The scope of the variable 'pstr' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1804:43: style: The scope of the variable 'xstr' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1806:15: style: The scope of the variable 'cid' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:1924:15: style: The scope of the variable 'cid' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:2062:27: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:2065:15: style: The scope of the variable 'cid' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:2136:11: style: The scope of the variable 'nl' can be reduced. [variableScope]
leptonica-1.76.0/src/pdfio2.c:2138:14: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pix1.c:578:12: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/pix1.c:579:12: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/pix1.c:858:10: style: The scope of the variable 'nbytes' can be reduced. [variableScope]
leptonica-1.76.0/src/pix1.c:1658:19: style: The scope of the variable 'bytes' can be reduced. [variableScope]
leptonica-1.76.0/src/pix1.c:1659:19: style: The scope of the variable 'datas' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:893:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pix2.c:893:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pix2.c:416:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:731:11: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:867:12: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:868:12: style: The scope of the variable 'maxval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:869:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:1069:11: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:1112:12: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:1113:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:1300:19: style: The scope of the variable 'pword' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:1362:19: style: The scope of the variable 'pword' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2396:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2396:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2458:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2458:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2518:13: style: The scope of the variable 'linec' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2518:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2604:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2604:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:2991:11: style: The scope of the variable 'word' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:3152:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:3153:12: style: The scope of the variable 'rline' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:3224:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix2.c:891:21: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 890. [shiftTooManyBitsSigned]
leptonica-1.76.0/src/pix2.c:890:11: note: Assuming that condition 'd<32' is not redundant
leptonica-1.76.0/src/pix2.c:891:21: note: Shift
leptonica-1.76.0/src/pix3.c:161:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:161:36: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:379:35: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:796:73: style: The scope of the variable 'minside' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:947:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:947:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1004:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1004:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1298:12: style: The scope of the variable 'op' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1707:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1935:29: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1936:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:1987:29: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2067:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2172:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2300:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2406:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2407:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2476:19: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2540:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2605:13: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2606:13: style: The scope of the variable 'sum1' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2606:19: style: The scope of the variable 'sum2' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2606:31: style: The scope of the variable 'ave' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2606:36: style: The scope of the variable 'var' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2606:41: style: The scope of the variable 'rootvar' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2671:13: style: The scope of the variable 'sum1' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2671:19: style: The scope of the variable 'sum2' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2671:31: style: The scope of the variable 'ave' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2671:36: style: The scope of the variable 'var' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2671:41: style: The scope of the variable 'rootvar' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2729:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2804:65: style: The scope of the variable 'val0' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2805:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2806:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2865:65: style: The scope of the variable 'val0' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2866:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2867:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3009:18: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3009:21: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:26: style: The scope of the variable 'left' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:32: style: The scope of the variable 'right' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:39: style: The scope of the variable 'top' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:44: style: The scope of the variable 'bot' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:55: style: The scope of the variable 'nrows' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3380:62: style: The scope of the variable 'ncols' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:10: style: The scope of the variable 'x0' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:14: style: The scope of the variable 'y0' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:24: style: The scope of the variable 'w_avail' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:33: style: The scope of the variable 'w_needed' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:43: style: The scope of the variable 'h_avail' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:3381:52: style: The scope of the variable 'h_needed' can be reduced. [variableScope]
leptonica-1.76.0/src/pix3.c:2251:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 2265. [shiftTooManyBits]
leptonica-1.76.0/src/pix3.c:2265:12: note: Assuming that condition 'if(endbits)' is not redundant
leptonica-1.76.0/src/pix3.c:2251:26: note: Shift
leptonica-1.76.0/src/pix4.c:113:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:359:10: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:416:33: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:521:52: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:631:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1025:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1183:41: style: The scope of the variable 'wplm' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1184:36: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1465:41: style: The scope of the variable 'wplm' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1466:36: style: The scope of the variable 'linem' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1659:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1765:19: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1765:44: style: The scope of the variable 'sumsq' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1765:51: style: The scope of the variable 'target' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1765:59: style: The scope of the variable 'max' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1765:64: style: The scope of the variable 'modeval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1769:13: style: The scope of the variable 'norm' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1925:19: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1925:44: style: The scope of the variable 'sumsq' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1925:51: style: The scope of the variable 'target' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1925:59: style: The scope of the variable 'max' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1925:64: style: The scope of the variable 'modeval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:1929:13: style: The scope of the variable 'norm' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:2150:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:2150:17: style: The scope of the variable 'extval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:2376:12: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:2980:20: style: The scope of the variable 'datat' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:3380:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/pix4.c:2684:26: style: Array index 'bin' is used before limits check. [arrayIndexThenCheck]
leptonica-1.76.0/src/pix5.c:952:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:1250:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:1250:13: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:1818:32: style: The scope of the variable 'cbw' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:1818:37: style: The scope of the variable 'cbh' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2247:15: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2346:12: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2461:11: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2571:19: style: The scope of the variable 'rootvar' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2573:13: style: The scope of the variable 'sum1' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2573:19: style: The scope of the variable 'sum2' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2573:25: style: The scope of the variable 'ave' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2573:30: style: The scope of the variable 'var' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2691:41: style: The scope of the variable 'found' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2691:48: style: The scope of the variable 'minval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2691:56: style: The scope of the variable 'maxval' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2806:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pix5.c:2806:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:401:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1031:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1031:16: style: The scope of the variable 'full' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1289:8: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1598:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1653:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1718:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:1820:20: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2067:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2368:10: style: The scope of the variable 'pixat' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2559:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2881:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2883:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:2968:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixabasic.c:416:24: style: Checking if unsigned variable 'pixa->refcount' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/pixafunc1.c:353:22: style: The scope of the variable 'ival' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1559:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1560:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1599:33: style: The scope of the variable 'nn' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1603:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1666:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1716:10: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1771:18: style: The scope of the variable 'pixa2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1820:18: style: The scope of the variable 'pixa2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1868:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1913:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1957:18: style: The scope of the variable 'boxa2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:1958:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2031:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2033:17: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2097:16: style: The scope of the variable 'm' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2097:19: style: The scope of the variable 'mb' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2208:40: style: The scope of the variable 'w' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2208:43: style: The scope of the variable 'h' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2276:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2277:16: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2407:27: style: The scope of the variable 'd' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2409:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2450:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2704:17: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc1.c:2758:10: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:266:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:358:29: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:532:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:640:19: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:715:10: style: The scope of the variable 'ystart' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:716:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:832:20: style: The scope of the variable 'wtry' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:836:27: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1012:27: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1012:60: style: The scope of the variable 'maxh' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1287:11: style: The scope of the variable 'textstr' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1386:11: style: The scope of the variable 'textstr' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1387:18: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1387:21: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1390:12: style: The scope of the variable 'box' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1484:25: style: The scope of the variable 'na' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1484:32: style: The scope of the variable 'wmax' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1484:38: style: The scope of the variable 'hmax' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1720:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1766:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1807:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1848:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1889:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:1947:10: style: The scope of the variable 'pix1' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:2096:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixafunc2.c:2326:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/pixalloc.c:180:19: style: The scope of the variable 'pa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixalloc.c:316:19: style: The scope of the variable 'pa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixalloc.c:359:19: style: The scope of the variable 'pa' can be reduced. [variableScope]
leptonica-1.76.0/src/pixalloc.c:409:19: style: The scope of the variable 'fp' can be reduced. [variableScope]
leptonica-1.76.0/src/pixalloc.c:480:19: style: The scope of the variable 'first' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:119:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:191:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:266:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:266:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:358:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:358:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:448:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:667:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:974:38: style: The scope of the variable 'linec1' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:974:47: style: The scope of the variable 'linec2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:974:56: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:1061:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:1061:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixarith.c:1351:13: style: The scope of the variable 'tab' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:296:11: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:664:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:822:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:824:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1470:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1531:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1582:10: style: The scope of the variable 'pixc1' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1582:18: style: The scope of the variable 'pixc2' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1673:11: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:1834:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:2125:11: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:2246:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixcomp.c:2380:10: style: The scope of the variable 'pixc' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:210:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:648:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:760:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:760:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:834:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:834:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:891:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:891:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:981:13: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:981:21: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1058:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1058:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1232:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1232:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1328:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1328:36: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1483:12: style: The scope of the variable 'line1' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1483:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1594:31: style: The scope of the variable 'graycolors' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1693:36: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1693:41: style: The scope of the variable 'use_lsb' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1695:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1791:22: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1951:34: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:1951:42: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2024:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2024:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2132:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2132:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2253:34: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2253:42: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2374:34: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2374:42: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2463:44: style: The scope of the variable 'dibit' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2468:20: style: The scope of the variable 'cmapd' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2573:20: style: The scope of the variable 'cmapd' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2656:28: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2656:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2774:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2881:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2881:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2936:14: style: The scope of the variable 'color0' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:2936:22: style: The scope of the variable 'color1' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3326:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3326:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3458:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3461:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3508:12: style: The scope of the variable 'rgbdata8' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3510:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3565:20: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3565:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3745:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixconv.c:3745:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:275:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:358:29: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:358:43: style: The scope of the variable 'ns' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:572:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:572:20: style: The scope of the variable 'liner' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:572:28: style: The scope of the variable 'lineg' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:572:36: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/pixlabel.c:572:44: style: The scope of the variable 'linecc' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:187:14: style: The scope of the variable 'byte' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:189:23: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:189:30: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:189:39: style: The scope of the variable 'bitval' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:190:27: style: The scope of the variable 'cindex' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:192:21: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:809:14: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:809:17: style: The scope of the variable 'cindex' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:809:25: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:809:31: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:809:37: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1011:17: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1011:20: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1013:14: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1020:14: style: The scope of the variable 'row_pointers' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1335:13: style: The scope of the variable 'remainingSpace' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1335:29: style: The scope of the variable 'remainingToWrite' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1483:22: style: The scope of the variable 'old' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1520:14: style: The scope of the variable 'byte' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1522:23: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1522:30: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1522:39: style: The scope of the variable 'bitval' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1523:27: style: The scope of the variable 'cindex' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1525:21: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1861:17: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1861:20: style: The scope of the variable 'k' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1863:14: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1870:14: style: The scope of the variable 'row_pointers' can be reduced. [variableScope]
leptonica-1.76.0/src/pngio.c:1331:35: style: Function 'memio_png_write_data' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
leptonica-1.76.0/src/pngio.c:1307:45: note: Function 'memio_png_write_data' argument 3 names different: declaration 'length' definition 'len'.
leptonica-1.76.0/src/pngio.c:1331:35: note: Function 'memio_png_write_data' argument 3 names different: declaration 'length' definition 'len'.
leptonica-1.76.0/src/pngio.c:366:23: style: Variable 'ncolors' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/pngio.c:1709:23: style: Variable 'ncolors' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/pnmio.c:843:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pnmio.c:847:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pnmio.c:851:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pnmio.c:855:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
leptonica-1.76.0/src/pnmio.c:498:10: style: The scope of the variable 'tag' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:498:19: style: The scope of the variable 'tupltype' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:499:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:501:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:673:37: style: The scope of the variable 'bpl' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:1310:14: style: The scope of the variable 'c' can be reduced. [variableScope]
leptonica-1.76.0/src/pnmio.c:1285:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/projective.c:195:46: style: The scope of the variable 'color' can be reduced. [variableScope]
leptonica-1.76.0/src/projective.c:197:37: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/projective.c:457:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/projective.c:560:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:198:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:199:39: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:313:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:314:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:586:29: style: The scope of the variable 'd' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:587:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:735:26: style: The scope of the variable 'endpage' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:735:35: style: The scope of the variable 'maskop' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:917:35: style: The scope of the variable 'writeout' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:917:45: style: The scope of the variable 'd' can be reduced. [variableScope]
leptonica-1.76.0/src/psio1.c:919:11: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/psio2.c:1441:12: style: The scope of the variable 'tempfile' can be reduced. [variableScope]
leptonica-1.76.0/src/psio2.c:1443:12: style: The scope of the variable 'scale' can be reduced. [variableScope]
leptonica-1.76.0/src/ptabasic.c:1169:10: style: The scope of the variable 'ptat' can be reduced. [variableScope]
leptonica-1.76.0/src/ptabasic.c:1340:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:208:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:766:17: style: The scope of the variable 'x1' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:766:21: style: The scope of the variable 'y1' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:766:25: style: The scope of the variable 'x2' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:766:29: style: The scope of the variable 'y2' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1035:19: style: The scope of the variable 'factor' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1035:45: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1798:17: style: The scope of the variable 'rtitle' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1798:26: style: The scope of the variable 'gtitle' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1798:35: style: The scope of the variable 'btitle' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1800:41: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1800:47: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1800:53: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:1897:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2042:36: style: The scope of the variable 'left' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2042:42: style: The scope of the variable 'right' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2042:49: style: The scope of the variable 'top' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2042:54: style: The scope of the variable 'bot' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2046:17: style: The scope of the variable 'pta2' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc1.c:2597:30: style: The scope of the variable 'npt' can be reduced. [variableScope]
leptonica-1.76.0/src/ptafunc2.c:222:10: style: The scope of the variable 'pta' can be reduced. [variableScope]
leptonica-1.76.0/src/ptra.c:189:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/ptra.c:190:10: style: The scope of the variable 'item' can be reduced. [variableScope]
leptonica-1.76.0/src/ptra.c:438:28: style: The scope of the variable 'icurrent' can be reduced. [variableScope]
leptonica-1.76.0/src/ptra.c:653:10: style: The scope of the variable 'item' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:97:24: style: The scope of the variable 'size' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:97:30: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:102:12: style: The scope of the variable 'fpix' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:176:24: style: The scope of the variable 'size' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:176:30: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:453:28: style: The scope of the variable 'nside' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:453:35: style: The scope of the variable 'nbox' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:456:11: style: The scope of the variable 'boxa' can be reduced. [variableScope]
leptonica-1.76.0/src/quadtree.c:659:24: style: The scope of the variable 'mag' can be reduced. [variableScope]
leptonica-1.76.0/src/queue.c:134:11: style: The scope of the variable 'item' can be reduced. [variableScope]
leptonica-1.76.0/src/rbtree.c:732:33: style: Function 'maximum_node' argument 1 names different: declaration 'root' definition 'n'. [funcArgNamesDifferent]
leptonica-1.76.0/src/rbtree.c:108:33: note: Function 'maximum_node' argument 1 names different: declaration 'root' definition 'n'.
leptonica-1.76.0/src/rbtree.c:732:33: note: Function 'maximum_node' argument 1 names different: declaration 'root' definition 'n'.
leptonica-1.76.0/src/readbarcode.c:1128:12: style: The scope of the variable 'cent' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1128:18: style: The scope of the variable 'sum' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1181:18: style: The scope of the variable 'rat21' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1181:32: style: The scope of the variable 'rat42' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1379:22: style: The scope of the variable 'delshift' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1379:32: style: The scope of the variable 'width' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1452:12: style: The scope of the variable 'iw' can be reduced. [variableScope]
leptonica-1.76.0/src/readbarcode.c:1453:45: style: The scope of the variable 'xwc' can be reduced. [variableScope]
leptonica-1.76.0/src/readfile.c:152:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/readfile.c:154:10: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:332:11: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:1135:10: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:1136:20: style: The scope of the variable 'n2' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:1189:11: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:1190:21: style: The scope of the variable 'ns' can be reduced. [variableScope]
leptonica-1.76.0/src/recogbasic.c:1192:18: style: The scope of the variable 'pixa1' can be reduced. [variableScope]
leptonica-1.76.0/src/recogdid.c:259:6: warning: Either the condition 'ppixdb' is redundant or there is possible null pointer dereference: ppixdb. [nullPointerRedundantCheck]
leptonica-1.76.0/src/recogdid.c:226:9: note: Assuming that condition 'ppixdb' is not redundant
leptonica-1.76.0/src/recogdid.c:259:6: note: Null pointer dereference
leptonica-1.76.0/src/recogdid.c:356:52: style: The scope of the variable 'maxcount' can be reduced. [variableScope]
leptonica-1.76.0/src/recogdid.c:356:62: style: The scope of the variable 'maxdely' can be reduced. [variableScope]
leptonica-1.76.0/src/recogdid.c:357:30: style: The scope of the variable 'shifty' can be reduced. [variableScope]
leptonica-1.76.0/src/recogdid.c:481:13: style: The scope of the variable 'first' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:254:17: style: The scope of the variable 'ind' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:255:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:415:48: style: The scope of the variable 'pixd' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:591:26: style: The scope of the variable 'w2' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:738:39: style: The scope of the variable 'shifty' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:883:18: style: The scope of the variable 'fail' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:887:12: style: The scope of the variable 'rch' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:976:15: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:976:18: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1635:18: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1768:12: style: The scope of the variable 'textstr' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1769:21: style: The scope of the variable 'nchar' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1769:28: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1775:33: style: The scope of the variable 'pix4' can be reduced. [variableScope]
leptonica-1.76.0/src/recogident.c:1538:33: style: Function 'recogSplittingFilter' argument 3 names different: declaration 'min' definition 'minh'. [funcArgNamesDifferent]
leptonica-1.76.0/src/recogident.c:123:72: note: Function 'recogSplittingFilter' argument 3 names different: declaration 'min' definition 'minh'.
leptonica-1.76.0/src/recogident.c:1538:33: note: Function 'recogSplittingFilter' argument 3 names different: declaration 'min' definition 'minh'.
leptonica-1.76.0/src/recogtrain.c:357:10: style: The scope of the variable 'npa' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:358:10: style: The scope of the variable 'pixa1' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:670:30: style: The scope of the variable 'xdiff' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:670:37: style: The scope of the variable 'ydiff' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:671:12: style: The scope of the variable 'centtab' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:671:22: style: The scope of the variable 'sumtab' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:788:32: style: The scope of the variable 'ns' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:976:40: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1166:25: style: The scope of the variable 'n' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1167:28: style: The scope of the variable 'minfract' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1167:56: style: The scope of the variable 'threshscore' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1713:21: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1771:16: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:1967:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:2048:21: style: The scope of the variable 'np' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:2051:12: style: The scope of the variable 'pixa' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:2204:12: style: The scope of the variable 'text' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:2208:19: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/recogtrain.c:2412:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/regutils.c:321:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/regutils.c:322:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
leptonica-1.76.0/src/regutils.c:509:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
leptonica-1.76.0/src/rop.c:275:27: style: The scope of the variable 'op' can be reduced. [variableScope]
leptonica-1.76.0/src/rop.c:353:27: style: The scope of the variable 'op' can be reduced. [variableScope]
leptonica-1.76.0/src/roplow.c:1370:12: style: The scope of the variable 'sfwbits' can be reduced. [variableScope]
leptonica-1.76.0/src/roplow.c:2173:15: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/roplow.c:2368:12: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/roplow.c:2224:0: error: Uninitialized variable: fwmask [uninitvar]
leptonica-1.76.0/src/rotateam.c:308:18: style: The scope of the variable 'ydif' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:311:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:379:18: style: The scope of the variable 'ydif' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:382:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:607:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:674:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:850:18: style: The scope of the variable 'ydif' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateam.c:852:28: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateorth.c:605:12: style: The scope of the variable 'linet' can be reduced. [variableScope]
leptonica-1.76.0/src/rotateorth.c:605:20: style: The scope of the variable 'lineb' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:379:36: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:456:36: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:457:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:584:26: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:658:26: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:659:19: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:740:16: style: The scope of the variable 'first' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:740:23: style: The scope of the variable 'last' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:740:29: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/runlength.c:795:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:458:30: style: Redundant condition: If 'copyflag != 0', the comparison 'copyflag != 0' is always true. [redundantCondition]
leptonica-1.76.0/src/sarray1.c:279:25: style: The scope of the variable 'startptr' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:280:10: style: The scope of the variable 'cstring' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:280:20: style: The scope of the variable 'substring' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:357:10: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:804:17: style: The scope of the variable 'src' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:804:23: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:805:35: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:884:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:926:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1033:10: style: The scope of the variable 'wd' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1035:16: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1148:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1195:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1517:16: style: The scope of the variable 'len' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1722:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1722:18: style: The scope of the variable 'fullname' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1783:26: style: The scope of the variable 'index' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1862:17: style: The scope of the variable 'size' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray1.c:1878:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/sarray1.c:1885:11: style: Variable 'dfd' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/sarray2.c:148:10: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:279:11: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:331:11: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:381:11: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:435:13: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:491:13: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:568:11: style: The scope of the variable 'stri' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:611:13: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/sarray2.c:692:22: style: The scope of the variable 'str' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1453:20: style: The scope of the variable 'words' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1453:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1528:20: style: The scope of the variable 'words' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1528:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1594:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:1594:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2172:17: style: The scope of the variable 'ypm' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2173:16: style: The scope of the variable 'yp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2173:24: style: The scope of the variable 'yf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2177:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2177:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2274:17: style: The scope of the variable 'ypm' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2275:16: style: The scope of the variable 'yp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2275:24: style: The scope of the variable 'yf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2278:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2278:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2436:26: style: The scope of the variable 'rval3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2436:33: style: The scope of the variable 'rval4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2436:54: style: The scope of the variable 'gval3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2436:61: style: The scope of the variable 'gval4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2437:26: style: The scope of the variable 'bval3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2437:33: style: The scope of the variable 'bval4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2438:12: style: The scope of the variable 'pixels1' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2438:30: style: The scope of the variable 'pixels3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2438:39: style: The scope of the variable 'pixels4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2439:12: style: The scope of the variable 'linesp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2634:24: style: The scope of the variable 'w' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2635:26: style: The scope of the variable 'sval3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2635:33: style: The scope of the variable 'sval4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2637:12: style: The scope of the variable 'words' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2637:19: style: The scope of the variable 'wordsp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2637:27: style: The scope of the variable 'wordd' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2637:34: style: The scope of the variable 'worddp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2871:20: style: The scope of the variable 's3' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2871:24: style: The scope of the variable 's4' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2871:38: style: The scope of the variable 's3t' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2871:43: style: The scope of the variable 's4t' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:2872:12: style: The scope of the variable 'linesp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3139:12: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3139:17: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3139:23: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3139:29: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3141:28: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3141:35: style: The scope of the variable 'ppixel' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3142:12: style: The scope of the variable 'pixel' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3239:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3239:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3301:16: style: The scope of the variable 'yu' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3302:16: style: The scope of the variable 'yl' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3303:17: style: The scope of the variable 'yup' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3303:27: style: The scope of the variable 'yuf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3304:17: style: The scope of the variable 'ylp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3304:27: style: The scope of the variable 'ylf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3305:18: style: The scope of the variable 'dely' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3314:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3314:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3455:16: style: The scope of the variable 'yu' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3456:16: style: The scope of the variable 'yl' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3457:17: style: The scope of the variable 'yup' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3457:27: style: The scope of the variable 'yuf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3458:17: style: The scope of the variable 'ylp' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3458:27: style: The scope of the variable 'ylf' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3459:18: style: The scope of the variable 'dely' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3467:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3467:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3558:18: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3558:23: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3558:29: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale1.c:3558:35: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1021:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1127:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1127:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1274:28: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1274:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1545:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1545:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1689:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1689:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1834:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1834:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1967:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:1967:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2099:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2099:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2187:12: style: The scope of the variable 'lines' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2187:20: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2263:35: style: The scope of the variable 'row2' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2265:12: style: The scope of the variable 'lines1' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2265:21: style: The scope of the variable 'lines2' can be reduced. [variableScope]
leptonica-1.76.0/src/scale2.c:2265:30: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/seedfill.c:847:45: style: The scope of the variable 'area' can be reduced. [variableScope]
leptonica-1.76.0/src/seedfill.c:3087:24: style: The scope of the variable 'wplc' can be reduced. [variableScope]
leptonica-1.76.0/src/seedfill.c:3255:38: style: The scope of the variable 'lines1' can be reduced. [variableScope]
leptonica-1.76.0/src/seedfill.c:3255:47: style: The scope of the variable 'lines2' can be reduced. [variableScope]
leptonica-1.76.0/src/seedfill.c:3255:56: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:466:19: style: The scope of the variable 'z' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:942:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:983:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1150:10: style: The scope of the variable 'selname' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1152:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1342:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1497:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1781:20: style: The scope of the variable 'line' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1786:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:1886:27: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:2205:44: style: The scope of the variable 'x0' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:2327:10: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/sel1.c:154:14: style: struct member 'CompParameterMap::size' is never used. [unusedStructMember]
leptonica-1.76.0/src/sel1.c:1449:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/sel2.c:364:31: style: The scope of the variable 'size' can be reduced. [variableScope]
leptonica-1.76.0/src/sel2.c:431:33: style: The scope of the variable 'radang' can be reduced. [variableScope]
leptonica-1.76.0/src/sel2.c:436:12: style: The scope of the variable 'sel' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:158:12: style: The scope of the variable 'delh' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:158:18: style: The scope of the variable 'delw' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:346:26: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:346:29: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:500:24: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:500:27: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:806:10: style: The scope of the variable 'x' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:806:13: style: The scope of the variable 'y' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:806:40: style: The scope of the variable 'count' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:876:20: style: The scope of the variable 'xa' can be reduced. [variableScope]
leptonica-1.76.0/src/selgen.c:876:24: style: The scope of the variable 'ya' can be reduced. [variableScope]
leptonica-1.76.0/src/shear.c:624:36: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/shear.c:625:22: style: The scope of the variable 'xshift' can be reduced. [variableScope]
leptonica-1.76.0/src/shear.c:737:22: style: The scope of the variable 'yshift' can be reduced. [variableScope]
leptonica-1.76.0/src/skew.c:1110:24: style: The scope of the variable 'diff' can be reduced. [variableScope]
leptonica-1.76.0/src/spixio.c:431:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/stack.c:124:11: style: The scope of the variable 'item' can be reduced. [variableScope]
leptonica-1.76.0/src/stringcode.c:227:14: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/stringcode.c:644:33: style: Function 'l_getIndexFromFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
leptonica-1.76.0/src/stringcode.c:132:47: note: Function 'l_getIndexFromFile' argument 1 names different: declaration 'file' definition 'filename'.
leptonica-1.76.0/src/stringcode.c:644:33: note: Function 'l_getIndexFromFile' argument 1 names different: declaration 'file' definition 'filename'.
leptonica-1.76.0/src/stringcode.c:97:14: style: struct member 'L_GenAssoc::index' is never used. [unusedStructMember]
leptonica-1.76.0/src/strokes.c:260:19: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/strokes.c:351:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/sudoku.c:303:15: style: The scope of the variable 'val' can be reduced. [variableScope]
leptonica-1.76.0/src/sudoku.c:451:23: style: The scope of the variable 'valid' can be reduced. [variableScope]
leptonica-1.76.0/src/sudoku.c:495:42: style: The scope of the variable 'rowindex' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:122:11: style: The scope of the variable 'linestr' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:123:42: style: The scope of the variable 'extra' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:278:32: style: The scope of the variable 'wadd' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:278:38: style: The scope of the variable 'hadd' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:441:11: style: The scope of the variable 'linestr' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:553:11: style: The scope of the variable 'chr' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:649:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:718:17: style: The scope of the variable 'pix2' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:869:27: style: The scope of the variable 'newsum' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:942:10: style: The scope of the variable 'wordstr' can be reduced. [variableScope]
leptonica-1.76.0/src/textops.c:983:10: style: The scope of the variable 'chr' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:471:12: style: The scope of the variable 'linebuf' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:474:38: style: The scope of the variable 'j' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:474:41: style: The scope of the variable 'ncolors' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:474:50: style: The scope of the variable 'rval' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:474:56: style: The scope of the variable 'gval' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:474:62: style: The scope of the variable 'bval' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:476:27: style: The scope of the variable 'tiffword' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:477:19: style: The scope of the variable 'ppixel' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:480:12: style: The scope of the variable 'cmap' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:868:22: style: The scope of the variable 'data' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:1289:14: style: The scope of the variable 'modestr' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:1386:14: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:1387:14: style: The scope of the variable 'op' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:2251:15: style: The scope of the variable 'newsize' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:2554:9: style: The scope of the variable 'pix' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:2594:14: style: The scope of the variable 'modestr' can be reduced. [variableScope]
leptonica-1.76.0/src/tiffio.c:2192:34: style: Function 'memstreamCreateForRead' argument 2 names different: declaration 'pinsize' definition 'insize'. [funcArgNamesDifferent]
leptonica-1.76.0/src/tiffio.c:2177:68: note: Function 'memstreamCreateForRead' argument 2 names different: declaration 'pinsize' definition 'insize'.
leptonica-1.76.0/src/tiffio.c:2192:34: note: Function 'memstreamCreateForRead' argument 2 names different: declaration 'pinsize' definition 'insize'.
leptonica-1.76.0/src/utils1.c:128:10: style: The scope of the variable 'envsev' can be reduced. [variableScope]
leptonica-1.76.0/src/utils1.c:718:18: style: The scope of the variable 'ratio' can be reduced. [variableScope]
leptonica-1.76.0/src/utils1.c:726:11: style: Checking if unsigned variable 'n' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/utils1.c:130:5: style: Variable 'procName' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/src/utils2.c:2809:9: style: Condition '!is_win32' is always true [knownConditionTrueFalse]
leptonica-1.76.0/src/utils2.c:2768:21: note: Assignment 'is_win32=0', assigned value is 0
leptonica-1.76.0/src/utils2.c:2809:9: note: Condition '!is_win32' is always true
leptonica-1.76.0/src/utils2.c:724:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:758:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:923:10: style: The scope of the variable 'currstr' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:978:25: style: The scope of the variable 'realoffset' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:1204:23: style: The scope of the variable 'navail' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:1204:37: style: The scope of the variable 'nread' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:1959:26: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:1959:34: style: The scope of the variable 'fullname' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2092:10: style: The scope of the variable 'path' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2092:17: style: The scope of the variable 'fname' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2239:30: style: The scope of the variable 'realpath' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2497:8: style: The scope of the variable 'empty' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2576:14: style: The scope of the variable 'n1' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:2576:18: style: The scope of the variable 'n2' can be reduced. [variableScope]
leptonica-1.76.0/src/utils2.c:1383:16: style: Checking if unsigned variable 'nbytes' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/utils2.c:1833:15: style: Checking if unsigned variable 'nmemb' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/utils2.c:1833:28: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
leptonica-1.76.0/src/warper.c:192:29: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/warper.c:889:22: style: The scope of the variable 'jp' can be reduced. [variableScope]
leptonica-1.76.0/src/warper.c:889:26: style: The scope of the variable 'jf' can be reduced. [variableScope]
leptonica-1.76.0/src/warper.c:1340:36: style: The scope of the variable 'line1' can be reduced. [variableScope]
leptonica-1.76.0/src/warper.c:1340:44: style: The scope of the variable 'line2' can be reduced. [variableScope]
leptonica-1.76.0/src/warper.c:1340:52: style: The scope of the variable 'lined' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:252:11: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:317:35: style: The scope of the variable 'cindex' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:320:11: style: The scope of the variable 'ulabel' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:605:11: style: The scope of the variable 'imin' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:605:17: style: The scope of the variable 'imax' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:605:23: style: The scope of the variable 'jmin' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:605:29: style: The scope of the variable 'jmax' can be reduced. [variableScope]
leptonica-1.76.0/src/watershed.c:716:11: style: The scope of the variable 'i' can be reduced. [variableScope]
leptonica-1.76.0/src/writefile.c:905:17: style: The scope of the variable 'ratw' can be reduced. [variableScope]
leptonica-1.76.0/src/writefile.c:905:23: style: The scope of the variable 'rath' can be reduced. [variableScope]
leptonica-1.76.0/src/writefile.c:905:29: style: The scope of the variable 'ratmin' can be reduced. [variableScope]
leptonica-1.76.0/src/writefile.c:1343:17: style: The scope of the variable 'scale' can be reduced. [variableScope]
leptonica-1.76.0/src/writefile.c:1028:14: style: Variable 'ignore' is assigned a value that is never used. [unreadVariable]
leptonica-1.76.0/sw.cpp:11:9: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
leptonica-1.76.0/sw.cpp:26:38: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
leptonica-1.76.0/sw.cpp:52:38: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/less/less_487.orig.tar.gz
less-487/ch.c:460:23: style: The scope of the variable 'bp' can be reduced. [variableScope]
less-487/ch.c:547:23: style: The scope of the variable 'bp' can be reduced. [variableScope]
less-487/ch.c:805:27: style: The scope of the variable 'bn' can be reduced. [variableScope]
less-487/cmdbuf.c:147:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
less-487/cvt.c:69:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
less-487/edit.c:469:8: style: The scope of the variable 'gfilelist' can be reduced. [variableScope]
less-487/edit.c:470:8: style: The scope of the variable 'gfilename' can be reduced. [variableScope]
less-487/filename.c:477:8: style: The scope of the variable 'pend' can be reduced. [variableScope]
less-487/filename.c:535:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
less-487/input.c:435:6: style: The scope of the variable 'c' can be reduced. [variableScope]
less-487/input.c:55:1: style: Label 'get_forw_line' is not used. [unusedLabel]
less-487/input.c:260:1: style: Label 'get_back_line' is not used. [unusedLabel]
less-487/jump.c:175:6: style: The scope of the variable 'c' can be reduced. [variableScope]
less-487/lesskey.c:601:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
less-487/lesskey.c:643:8: style: The scope of the variable 's' can be reduced. [variableScope]
less-487/lesskey.c:875:0: error: Resource leak: desc [resourceLeak]
less-487/lesskey.c:875:0: error: Resource leak: out [resourceLeak]
less-487/line.c:174:15: style: The scope of the variable 'i' can be reduced. [variableScope]
less-487/line.c:245:16: style: The scope of the variable 'c' can be reduced. [variableScope]
less-487/line.c:485:9: style: The scope of the variable 'prev_ch' can be reduced. [variableScope]
less-487/line.c:488:6: style: The scope of the variable 'width' can be reduced. [variableScope]
less-487/line.c:674:6: style: The scope of the variable 'i' can be reduced. [variableScope]
less-487/line.c:1197:15: style: The scope of the variable 'c' can be reduced. [variableScope]
less-487/main.c:347:15: style: The scope of the variable 'c' can be reduced. [variableScope]
less-487/main.c:348:15: style: The scope of the variable 'sc' can be reduced. [variableScope]
less-487/optfunc.c:148:6: style: The scope of the variable 'len' can be reduced. [variableScope]
less-487/optfunc.c:213:6: style: The scope of the variable 'len' can be reduced. [variableScope]
less-487/option.c:73:15: style: The scope of the variable 'optc' can be reduced. [variableScope]
less-487/option.c:308:15: style: The scope of the variable 'num' can be reduced. [variableScope]
less-487/os.c:70:1: style: Label 'start' is not used. [unusedLabel]
less-487/pattern.c:400:47: error: Uninitialized variable: matched [uninitvar]
less-487/pattern.c:401:39: error: Uninitialized variable: matched [uninitvar]
less-487/position.c:126:9: error: Uninitialized struct member: scrpos.ln [uninitStructMember]
less-487/regexp.c:216:15: style: The scope of the variable 'len' can be reduced. [variableScope]
less-487/screen.c:797:17: style: Condition 'sys_height>0' is always false [knownConditionTrueFalse]
less-487/screen.c:712:27: note: Assignment 'sys_height=0', assigned value is 0
less-487/screen.c:797:17: note: Condition 'sys_height>0' is always false
less-487/screen.c:808:16: style: Condition 'sys_width>0' is always false [knownConditionTrueFalse]
less-487/screen.c:712:0: note: Assignment 'sys_width=0', assigned value is 0
less-487/screen.c:808:16: note: Condition 'sys_width>0' is always false
less-487/scrsize.c:87:11: style: The scope of the variable 'dpy' can be reduced. [variableScope]
less-487/search.c:127:31: warning: Either the condition 'pattern!=0' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
less-487/search.c:158:14: note: Assuming that condition 'pattern!=0' is not redundant
less-487/search.c:169:30: note: Calling function 'is_ucase', 1st argument 'str' value is 0
less-487/search.c:127:31: note: Null pointer dereference
less-487/search.c:127:22: warning: Either the condition 'pattern!=0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
less-487/search.c:158:14: note: Assuming that condition 'pattern!=0' is not redundant
less-487/search.c:169:30: note: Calling function 'is_ucase', 1st argument 'str' value is 0
less-487/search.c:127:22: note: Null pointer addition
less-487/search.c:128:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/less-elements.js/less-elements.js_0.0~git20130115.0.191754c.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/less.js/less.js_1.6.3~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lesstif2/lesstif2_0.95.2.orig.tar.gz
lesstif-0.95.2/clients/Motif-2.1/mwm/colormaps.c:28:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/colormaps.c:26:57: style: Function 'COLOR_InstallWindowColorMap' argument 2 names different: declaration 'win' definition 'tmp'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:962:69: note: Function 'COLOR_InstallWindowColorMap' argument 2 names different: declaration 'win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/mwm/colormaps.c:26:57: note: Function 'COLOR_InstallWindowColorMap' argument 2 names different: declaration 'win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1025:45: style: Same expression on both sides of '|'. [duplicateExpression]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:2016:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1329:31: style: The scope of the variable 'xwcm' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1330:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1333:9: style: The scope of the variable 'xwidth' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1333:17: style: The scope of the variable 'ywidth' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1647:14: style: Variable 'Forecolor' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1648:14: style: Variable 'BackColor' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1733:10: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1980:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/decorate.c:1981:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:48:33: style: Function '_WmMultiClickTimeDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1045:45: note: Function '_WmMultiClickTimeDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:48:33: note: Function '_WmMultiClickTimeDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:57:30: style: Function '_WmDefaultBorderWidth' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1047:42: note: Function '_WmDefaultBorderWidth' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:57:30: note: Function '_WmDefaultBorderWidth' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:75:33: style: Function '_WmFocusAutoRaiseDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1046:45: note: Function '_WmFocusAutoRaiseDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:75:33: note: Function '_WmFocusAutoRaiseDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:92:29: style: Function '_WmIconImageBDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1050:41: note: Function '_WmIconImageBDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:92:29: note: Function '_WmIconImageBDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:98:31: style: Function '_WmIconImageBSCDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1051:43: note: Function '_WmIconImageBSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:98:31: note: Function '_WmIconImageBSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:104:31: style: Function '_WmIconImageBSPDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1052:43: note: Function '_WmIconImageBSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:104:31: note: Function '_WmIconImageBSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:110:29: style: Function '_WmIconImageFDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1053:41: note: Function '_WmIconImageFDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:110:29: note: Function '_WmIconImageFDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:116:31: style: Function '_WmIconImageTSCDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1054:43: note: Function '_WmIconImageTSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:116:31: note: Function '_WmIconImageTSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:122:31: style: Function '_WmIconImageTSPDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1055:43: note: Function '_WmIconImageTSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:122:31: note: Function '_WmIconImageTSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:128:25: style: Function '_WmMatteBDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1056:37: note: Function '_WmMatteBDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:128:25: note: Function '_WmMatteBDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:138:27: style: Function '_WmMatteBSCDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1057:39: note: Function '_WmMatteBSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:138:27: note: Function '_WmMatteBSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:152:27: style: Function '_WmMatteBSPDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1058:39: note: Function '_WmMatteBSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:152:27: note: Function '_WmMatteBSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:160:25: style: Function '_WmMatteFDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1059:37: note: Function '_WmMatteFDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:160:25: note: Function '_WmMatteFDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:174:27: style: Function '_WmMatteTSCDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1060:39: note: Function '_WmMatteTSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:174:27: note: Function '_WmMatteTSCDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:188:27: style: Function '_WmMatteTSPDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1061:39: note: Function '_WmMatteTSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:188:27: note: Function '_WmMatteTSPDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:196:29: style: Function '_WmBackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1062:41: note: Function '_WmBackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:196:29: note: Function '_WmBackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:233:35: style: Function '_WmBackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1063:47: note: Function '_WmBackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:233:35: note: Function '_WmBackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:251:36: style: Function '_WmBottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1065:48: note: Function '_WmBottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:251:36: note: Function '_WmBottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:265:37: style: Function '_WmBottomShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1067:49: note: Function '_WmBottomShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:265:37: note: Function '_WmBottomShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:273:29: style: Function '_WmForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1069:41: note: Function '_WmForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:273:29: note: Function '_WmForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:287:33: style: Function '_WmTopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1070:45: note: Function '_WmTopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:287:33: note: Function '_WmTopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:301:34: style: Function '_WmTopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1071:46: note: Function '_WmTopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:301:34: note: Function '_WmTopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:309:30: style: Function '_WmABackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1072:42: note: Function '_WmABackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:309:30: note: Function '_WmABackgroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:319:30: style: Function '_WmAForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1073:42: note: Function '_WmAForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:319:30: note: Function '_WmAForegroundDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:333:37: style: Function '_WmABottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1074:49: note: Function '_WmABottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:333:37: note: Function '_WmABottomShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:347:34: style: Function '_WmATopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1076:46: note: Function '_WmATopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:347:34: note: Function '_WmATopShadowColorDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:361:36: style: Function '_WmABackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1077:48: note: Function '_WmABackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:361:36: note: Function '_WmABackgroundPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:379:35: style: Function '_WmATopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1079:47: note: Function '_WmATopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/defaults.c:379:35: note: Function '_WmATopShadowPixmapDefault' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1437:28: warning: Either the condition 'if(t)' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1442:8: note: Assuming that condition 'if(t)' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1437:28: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1257:19: style: The scope of the variable 'xwcm' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1419:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1495:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1496:17: style: The scope of the variable 'scr' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/events.c:1565:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:360:27: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:345:11: note: Assuming that condition 't' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:360:27: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:361:27: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:345:11: note: Assuming that condition 't' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:361:27: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:362:3: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:345:11: note: Assuming that condition 't' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:362:3: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:363:27: warning: Either the condition 't' is redundant or there is possible null pointer dereference: t. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:345:11: note: Assuming that condition 't' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:363:27: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:201:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:297:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:416:32: style: The scope of the variable 'new_x' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:416:39: style: The scope of the variable 'new_y' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:938:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:945:16: style: The scope of the variable 'prev_screen' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:946:9: style: The scope of the variable 'scrno' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:272:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/functions.c:721:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/gethostname.c:71:0: error: #error You lose. [preprocessorErrorDirective]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:110:10: warning: Either the condition 'icon!=NULL' is redundant or there is possible null pointer dereference: icon. [nullPointerRedundantCheck]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:98:14: note: Assuming that condition 'icon!=NULL' is not redundant
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:110:10: note: Null pointer dereference
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:219:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:216:0: note: Variable 'path' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:219:5: note: Variable 'path' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:252:5: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:250:0: note: Variable 'path' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:252:5: note: Variable 'path' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:773:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:500:47: style: Function 'ICON_CreateWindow' argument 2 names different: declaration 'tmp' definition 'tmp_win'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:993:59: note: Function 'ICON_CreateWindow' argument 2 names different: declaration 'tmp' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:500:47: note: Function 'ICON_CreateWindow' argument 2 names different: declaration 'tmp' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:248:13: style: Unused variable: im [unusedVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:248:18: style: Unused variable: imshape [unusedVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:249:8: style: Unused variable: gc [unusedVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/icons.c:821:14: style: Variable 'TextColor' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1092:10: style: Condition 'ActiveItem' is always false [knownConditionTrueFalse]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1018:32: note: Assignment 'PrevActiveItem=0', assigned value is 0
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1091:18: note: Assignment 'ActiveItem=PrevActiveItem', assigned value is 0
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1092:10: note: Condition 'ActiveItem' is always false
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:307:9: style: The scope of the variable 'PrevPrevY' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:521:9: style: The scope of the variable 'done' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:658:11: style: The scope of the variable 'str' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:788:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1119:15: style: The scope of the variable 'd' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1232:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1334:48: style: Function 'MENU_AcceleratorString' argument 2 names different: declaration 'key' definition 'keysym'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:1022:61: note: Function 'MENU_AcceleratorString' argument 2 names different: declaration 'key' definition 'keysym'.
lesstif-0.95.2/clients/Motif-2.1/mwm/menus.c:1334:48: note: Function 'MENU_AcceleratorString' argument 2 names different: declaration 'key' definition 'keysym'.
lesstif-0.95.2/clients/Motif-2.1/mwm/misc.c:355:26: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.c:62:0: error: #error "you lose (I don't know how to fix this)" [preprocessorErrorDirective]
mwmlex.c:1843:27: warning: Possible null pointer dereference: b [nullPointer]
mwmlex.c:1840:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
mwmlex.c:1843:27: note: Null pointer dereference
mwmlex.c:1845:9: warning: Possible null pointer dereference: b [nullPointer]
mwmlex.c:1840:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
mwmlex.c:1845:9: note: Null pointer dereference
mwmlex.c:2215:2: warning: Possible null pointer dereference: b [nullPointer]
mwmlex.c:2104:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
mwmlex.c:2215:2: note: Null pointer dereference
mwmlex.c:2216:2: warning: Possible null pointer dereference: b [nullPointer]
mwmlex.c:2104:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
mwmlex.c:2216:2: note: Null pointer dereference
mwmlex.c:2227:9: warning: Possible null pointer dereference: b [nullPointer]
mwmlex.c:2104:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
mwmlex.c:2227:9: note: Null pointer dereference
mwmlex.c:1954:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
mwmlex.c:357:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
mwmlex.c:1954:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
mwmlex.c:1977:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
mwmlex.c:948:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
mwmlex.c:1977:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
mwmlex.c:2400:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
mwmlex.c:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
mwmlex.c:2400:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
mwmlex.c:2413:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
mwmlex.c:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
mwmlex.c:2413:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
mwmlex.c:2413:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
mwmlex.c:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
mwmlex.c:2413:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
mwmlex.c:2545:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
mwmlex.c:914:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
mwmlex.c:2545:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
mwmlex.l:182:15: style: Function 'dupquot' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent]
mwmlex.l:60:28: note: Function 'dupquot' argument 1 names different: declaration 'str' definition 'string'.
mwmlex.l:182:15: note: Function 'dupquot' argument 1 names different: declaration 'str' definition 'string'.
mwmlex.l:192:14: style: Function 'dupstr' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent]
mwmlex.l:61:27: note: Function 'dupstr' argument 1 names different: declaration 'str' definition 'string'.
mwmlex.l:192:14: note: Function 'dupstr' argument 1 names different: declaration 'str' definition 'string'.
mwmparse.y:45:0: error: #error "you lose (I don't know how to fix this)" [preprocessorErrorDirective]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:9: style: The scope of the variable 'width' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:16: style: The scope of the variable 'height' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:24: style: The scope of the variable 'x1' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:28: style: The scope of the variable 'x2' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:32: style: The scope of the variable 'y1' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:157:36: style: The scope of the variable 'y2' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:193:9: style: The scope of the variable 'ww' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:193:13: style: The scope of the variable 'wh' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:194:9: style: The scope of the variable 'wx' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:194:13: style: The scope of the variable 'wy' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pager.c:332:16: style: The scope of the variable 'tmp_win' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/pan.c:223:15: style: The scope of the variable 'total' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:376:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:142:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:264:34: style: Function 'PROP_VerifyMwmMessage' argument 1 names different: declaration 'w' definition 'win'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:935:49: note: Function 'PROP_VerifyMwmMessage' argument 1 names different: declaration 'w' definition 'win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:264:34: note: Function 'PROP_VerifyMwmMessage' argument 1 names different: declaration 'w' definition 'win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:281:36: style: Function 'PROP_SendMwmMessage' argument 2 names different: declaration 'message' definition 'a'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:936:48: note: Function 'PROP_SendMwmMessage' argument 2 names different: declaration 'message' definition 'a'.
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:281:36: note: Function 'PROP_SendMwmMessage' argument 2 names different: declaration 'message' definition 'a'.
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:543:31: style: Function 'PROP_GetWmIconName' argument 1 names different: declaration 'win' definition 'tmp'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:930:43: note: Function 'PROP_GetWmIconName' argument 1 names different: declaration 'win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/mwm/props.c:543:31: note: Function 'PROP_GetWmIconName' argument 1 names different: declaration 'win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:128:18: style: The scope of the variable 'width' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:128:25: style: The scope of the variable 'height' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:129:9: style: The scope of the variable 'ww' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:129:13: style: The scope of the variable 'wh' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:130:9: style: The scope of the variable 'wx' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:130:13: style: The scope of the variable 'wy' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:131:9: style: The scope of the variable 'MaxH' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:131:15: style: The scope of the variable 'MaxW' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:132:16: style: The scope of the variable 'last_w' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resize.c:132:33: style: The scope of the variable 'last_h' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/resources.c:1570:51: style: Function 'RES_GetClientDefaults' argument 2 names different: declaration 'win' definition 'tmp_win'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:895:63: note: Function 'RES_GetClientDefaults' argument 2 names different: declaration 'win' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/resources.c:1570:51: note: Function 'RES_GetClientDefaults' argument 2 names different: declaration 'win' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/screens.c:1308:5: style: Variable 'restart' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/clients/Motif-2.1/mwm/screens.c:1263:0: note: Variable 'restart' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/screens.c:1308:5: note: Variable 'restart' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1156:2: style: Variable 'anc' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1151:2: note: Variable 'anc' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1156:2: note: Variable 'anc' is reassigned a value before the old one has been used.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:350:25: style: The scope of the variable 'tw' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:350:29: style: The scope of the variable 'tx' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:350:33: style: The scope of the variable 'ty' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:350:37: style: The scope of the variable 'th' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:352:16: style: The scope of the variable 'last_x' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:352:28: style: The scope of the variable 'last_y' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:352:40: style: The scope of the variable 'begin_x' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:352:55: style: The scope of the variable 'begin_y' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:493:9: style: The scope of the variable 'show_feed' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:694:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1348:15: style: The scope of the variable 'w2' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1348:19: style: The scope of the variable 'h2' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1349:22: style: The scope of the variable 'mask' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1508:63: style: The scope of the variable 'delta' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1128:31: style: Function 'WIN_SetFocusInTree' argument 1 names different: declaration 'win' definition 'leaf'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:959:43: note: Function 'WIN_SetFocusInTree' argument 1 names different: declaration 'win' definition 'leaf'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1128:31: note: Function 'WIN_SetFocusInTree' argument 1 names different: declaration 'win' definition 'leaf'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1505:49: style: Function 'WIN_ConstrainWindow' argument 2 names different: declaration 'win' definition 'tmp_win'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:953:61: note: Function 'WIN_ConstrainWindow' argument 2 names different: declaration 'win' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1505:49: note: Function 'WIN_ConstrainWindow' argument 2 names different: declaration 'win' definition 'tmp_win'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:41: style: Function 'WIN_DrawOutline' argument 2 names different: declaration 'win' definition 'root'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:955:53: note: Function 'WIN_DrawOutline' argument 2 names different: declaration 'win' definition 'root'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:41: note: Function 'WIN_DrawOutline' argument 2 names different: declaration 'win' definition 'root'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:65: style: Function 'WIN_DrawOutline' argument 5 names different: declaration 'wd' definition 'width'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:956:23: note: Function 'WIN_DrawOutline' argument 5 names different: declaration 'wd' definition 'width'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:65: note: Function 'WIN_DrawOutline' argument 5 names different: declaration 'wd' definition 'width'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:76: style: Function 'WIN_DrawOutline' argument 6 names different: declaration 'ht' definition 'height'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:956:31: note: Function 'WIN_DrawOutline' argument 6 names different: declaration 'ht' definition 'height'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1613:76: note: Function 'WIN_DrawOutline' argument 6 names different: declaration 'ht' definition 'height'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1806:47: style: Function 'WIN_DestroyWindow' argument 2 names different: declaration 'Tmp_win' definition 'tmp'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/mwm/mwm.h:958:59: note: Function 'WIN_DestroyWindow' argument 2 names different: declaration 'Tmp_win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/mwm/windows.c:1806:47: note: Function 'WIN_DestroyWindow' argument 2 names different: declaration 'Tmp_win' definition 'tmp'.
lesstif-0.95.2/clients/Motif-2.1/uil/Attribute.c:80:37: style: The scope of the variable 'Return' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Attribute.c:80:46: style: The scope of the variable 'Destroy' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Callback.c:139:39: style: The scope of the variable 'Return' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Callback.c:139:48: style: The scope of the variable 'Destroy' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Callback.c:170:11: style: The scope of the variable 'names' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:42:19: style: Checking if unsigned variable '(*etype1)->type' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:42:45: style: Checking if unsigned variable '(*etype2)->type' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:19:36: style: Function 'ExpressionTypeEmit' argument 1 names different: declaration 'this' definition 'etype'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:53:41: note: Function 'ExpressionTypeEmit' argument 1 names different: declaration 'this' definition 'etype'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:19:36: note: Function 'ExpressionTypeEmit' argument 1 names different: declaration 'this' definition 'etype'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:32:38: style: Function 'ExpressionHierarchy' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:54:43: note: Function 'ExpressionHierarchy' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:32:38: note: Function 'ExpressionHierarchy' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:32:63: style: Function 'ExpressionHierarchy' argument 2 names different: declaration 'that' definition 'etype2'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:54:66: note: Function 'ExpressionHierarchy' argument 2 names different: declaration 'that' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:32:63: note: Function 'ExpressionHierarchy' argument 2 names different: declaration 'that' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:60:35: style: Function 'ExpressionTypeAdd' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:48:40: note: Function 'ExpressionTypeAdd' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:60:35: note: Function 'ExpressionTypeAdd' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:60:59: style: Function 'ExpressionTypeAdd' argument 2 names different: declaration 'a' definition 'etype2'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:48:62: note: Function 'ExpressionTypeAdd' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:60:59: note: Function 'ExpressionTypeAdd' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:78:40: style: Function 'ExpressionTypeSubtract' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:49:45: note: Function 'ExpressionTypeSubtract' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:78:40: note: Function 'ExpressionTypeSubtract' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:78:64: style: Function 'ExpressionTypeSubtract' argument 2 names different: declaration 'a' definition 'etype2'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:49:67: note: Function 'ExpressionTypeSubtract' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:78:64: note: Function 'ExpressionTypeSubtract' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:96:40: style: Function 'ExpressionTypeMultiply' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:50:45: note: Function 'ExpressionTypeMultiply' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:96:40: note: Function 'ExpressionTypeMultiply' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:96:64: style: Function 'ExpressionTypeMultiply' argument 2 names different: declaration 'a' definition 'etype2'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:50:67: note: Function 'ExpressionTypeMultiply' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:96:64: note: Function 'ExpressionTypeMultiply' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:114:38: style: Function 'ExpressionTypeDivide' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:51:43: note: Function 'ExpressionTypeDivide' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:114:38: note: Function 'ExpressionTypeDivide' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:114:62: style: Function 'ExpressionTypeDivide' argument 2 names different: declaration 'a' definition 'etype2'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:51:65: note: Function 'ExpressionTypeDivide' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:114:62: note: Function 'ExpressionTypeDivide' argument 2 names different: declaration 'a' definition 'etype2'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:132:38: style: Function 'ExpressionTypeDelete' argument 1 names different: declaration 'this' definition 'etype1'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.h:52:43: note: Function 'ExpressionTypeDelete' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/Expression.c:132:38: note: Function 'ExpressionTypeDelete' argument 1 names different: declaration 'this' definition 'etype1'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:217:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:61:29: style: Function 'ExpressionElementNew1' argument 1 names different: declaration 'name' definition 'Name'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.h:70:48: note: Function 'ExpressionElementNew1' argument 1 names different: declaration 'name' definition 'Name'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:61:29: note: Function 'ExpressionElementNew1' argument 1 names different: declaration 'name' definition 'Name'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:61:51: style: Function 'ExpressionElementNew1' argument 2 names different: declaration 'expr' definition 'Expr'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.h:70:70: note: Function 'ExpressionElementNew1' argument 2 names different: declaration 'expr' definition 'Expr'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:61:51: note: Function 'ExpressionElementNew1' argument 2 names different: declaration 'expr' definition 'Expr'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:116:38: style: Function 'ParameterElementNew1' argument 1 names different: declaration 'expr' definition 'Expr'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.h:76:56: note: Function 'ParameterElementNew1' argument 1 names different: declaration 'expr' definition 'Expr'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:116:38: note: Function 'ParameterElementNew1' argument 1 names different: declaration 'expr' definition 'Expr'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:128:60: style: Function 'ParameterListAppend' argument 2 names different: declaration 'parm' definition 'param'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.h:63:65: note: Function 'ParameterListAppend' argument 2 names different: declaration 'parm' definition 'param'.
lesstif-0.95.2/clients/Motif-2.1/uil/ExpressionList.c:128:60: note: Function 'ParameterListAppend' argument 2 names different: declaration 'parm' definition 'param'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:304:41: style: The scope of the variable 'Return' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:304:50: style: The scope of the variable 'Destroy' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:161:26: style: Function 'FakeWidgetTypeNew1' argument 1 names different: declaration 'Name' definition 'newName'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.h:74:42: note: Function 'FakeWidgetTypeNew1' argument 1 names different: declaration 'Name' definition 'newName'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:161:26: note: Function 'FakeWidgetTypeNew1' argument 1 names different: declaration 'Name' definition 'newName'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:161:41: style: Function 'FakeWidgetTypeNew1' argument 2 names different: declaration 'class' definition 'newClass'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.h:74:54: note: Function 'FakeWidgetTypeNew1' argument 2 names different: declaration 'class' definition 'newClass'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:161:41: note: Function 'FakeWidgetTypeNew1' argument 2 names different: declaration 'class' definition 'newClass'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:26: style: Function 'FakeWidgetTypeNew2' argument 1 names different: declaration 'Name' definition 'newName'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.h:75:42: note: Function 'FakeWidgetTypeNew2' argument 1 names different: declaration 'Name' definition 'newName'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:26: note: Function 'FakeWidgetTypeNew2' argument 1 names different: declaration 'Name' definition 'newName'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:41: style: Function 'FakeWidgetTypeNew2' argument 2 names different: declaration 'class' definition 'newClass'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.h:75:54: note: Function 'FakeWidgetTypeNew2' argument 2 names different: declaration 'class' definition 'newClass'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:41: note: Function 'FakeWidgetTypeNew2' argument 2 names different: declaration 'class' definition 'newClass'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:56: style: Function 'FakeWidgetTypeNew2' argument 3 names different: declaration 'managed' definition 'newManaged'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.h:75:65: note: Function 'FakeWidgetTypeNew2' argument 3 names different: declaration 'managed' definition 'newManaged'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:179:56: note: Function 'FakeWidgetTypeNew2' argument 3 names different: declaration 'managed' definition 'newManaged'.
lesstif-0.95.2/clients/Motif-2.1/uil/FakeWidget.c:316:2: style: Variable 'Destroy' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/clients/Motif-2.1/uil/Include.c:65:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Include.c:67:10: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/clients/Motif-2.1/uil/Include.c:80:0: error: Resource leak: r [resourceLeak]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:98:22: style: Function 'InheritItemNew' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:185:35: note: Function 'InheritItemNew' argument 1 names different: declaration 'name' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:98:22: note: Function 'InheritItemNew' argument 1 names different: declaration 'name' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:149:16: style: Function 'FontMNew' argument 1 names different: declaration 'name' definition 'font'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:196:23: note: Function 'FontMNew' argument 1 names different: declaration 'name' definition 'font'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:149:16: note: Function 'FontMNew' argument 1 names different: declaration 'name' definition 'font'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:278:16: style: Function 'ColorNew' argument 1 names different: declaration 'name' definition 'color'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:195:23: note: Function 'ColorNew' argument 1 names different: declaration 'name' definition 'color'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:278:16: note: Function 'ColorNew' argument 1 names different: declaration 'name' definition 'color'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:323:22: style: Function 'XBitmapFileNew' argument 1 names different: declaration 'name' definition 'FileName'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:197:35: note: Function 'XBitmapFileNew' argument 1 names different: declaration 'name' definition 'FileName'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:323:22: note: Function 'XBitmapFileNew' argument 1 names different: declaration 'name' definition 'FileName'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:352:17: style: Function 'KeysymNew' argument 1 names different: declaration 'sym' definition 's'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:194:25: note: Function 'KeysymNew' argument 1 names different: declaration 'sym' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:352:17: note: Function 'KeysymNew' argument 1 names different: declaration 'sym' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:497:18: style: Function 'BooleanMNew' argument 1 names different: declaration 's' definition 'i'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:191:28: note: Function 'BooleanMNew' argument 1 names different: declaration 's' definition 'i'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:497:18: note: Function 'BooleanMNew' argument 1 names different: declaration 's' definition 'i'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:545:19: style: Function 'AddrNameNew' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:192:29: note: Function 'AddrNameNew' argument 1 names different: declaration 'name' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:545:19: note: Function 'AddrNameNew' argument 1 names different: declaration 'name' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:649:17: style: Function 'Char8New1' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:189:24: note: Function 'Char8New1' argument 1 names different: declaration 'string' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:649:17: note: Function 'Char8New1' argument 1 names different: declaration 'string' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:659:16: style: Function 'Char8New' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:188:23: note: Function 'Char8New' argument 1 names different: declaration 'string' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:659:16: note: Function 'Char8New' argument 1 names different: declaration 'string' definition 's'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:730:22: style: Function 'PixmapImageNew' argument 1 names different: declaration 'name' definition 'ColorMap'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:193:35: note: Function 'PixmapImageNew' argument 1 names different: declaration 'name' definition 'ColorMap'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:730:22: note: Function 'PixmapImageNew' argument 1 names different: declaration 'name' definition 'ColorMap'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:730:45: style: Function 'PixmapImageNew' argument 2 names different: declaration 'data' definition 'pixmap'. [funcArgNamesDifferent]
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.h:193:54: note: Function 'PixmapImageNew' argument 2 names different: declaration 'data' definition 'pixmap'.
lesstif-0.95.2/clients/Motif-2.1/uil/MrmTypes.c:730:45: note: Function 'PixmapImageNew' argument 2 names different: declaration 'data' definition 'pixmap'.
lesstif-0.95.2/clients/Motif-2.1/uil/glue.c:752:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lex.c:1692:27: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1689:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.c:1692:27: note: Null pointer dereference
lex.c:1694:9: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1689:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.c:1694:9: note: Null pointer dereference
lex.c:2061:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1950:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:2061:2: note: Null pointer dereference
lex.c:2062:2: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1950:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:2062:2: note: Null pointer dereference
lex.c:2073:9: warning: Possible null pointer dereference: b [nullPointer]
lex.c:1950:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.c:2073:9: note: Null pointer dereference
lex.c:1802:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.c:357:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1802:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.c:1825:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
lex.c:785:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.c:1825:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lex.c:2246:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.c:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:2246:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.c:2259:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.c:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:2259:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.c:2259:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.c:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:2259:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.c:2391:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.c:751:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.c:2391:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lesstif-0.95.2/clients/Motif-2.1/uil/main.c:44:0: error: #error You need getopt() to build this client! [preprocessorErrorDirective]
yacc.y:278:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:888:6: style: The scope of the variable 'ac' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1745:7: style: The scope of the variable 'ac' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1817:20: style: The scope of the variable 'd' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1820:11: style: The scope of the variable 'pdpy' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1926:20: style: The scope of the variable 'd' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1929:11: style: The scope of the variable 'pdpy' can be reduced. [variableScope]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:364:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:71:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:364:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:479:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:74:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:479:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1514:5: style: Variable 'boxPtr' is modified but its new value is never used. [unreadVariable]
lesstif-0.95.2/lib/Dt/DtPrintSetupBox.c:1510:11: style: Variable 'newRow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Dt/DtPrintSetupData.c:81:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Dt/DtPrintSetupData.c:72:0: note: Variable 'list' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Dt/DtPrintSetupData.c:81:2: note: Variable 'list' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1184:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1278:12: warning: Either the condition 'j>=256' is redundant or the array 'string[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1279:12: note: Assuming that condition 'j>=256' is not redundant
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1278:12: note: Array index out of bounds
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:737:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:737:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:456:23: style: The scope of the variable 'child_id' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:650:18: style: The scope of the variable 'value' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:651:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1027:12: style: The scope of the variable 'FontName' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1028:12: style: The scope of the variable 'TagName' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1029:23: style: The scope of the variable 'symbolTable' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1293:18: style: The scope of the variable 'DW' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1345:18: style: The scope of the variable 'DW' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1404:12: style: The scope of the variable 'index' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1404:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1495:23: style: The scope of the variable 'ParamPointer' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1496:10: style: The scope of the variable 'NumberOfParams' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1918:12: style: The scope of the variable 's' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:892:30: style: Function 'GetAttributes' argument 8 names different: declaration 'OnGeometry' definition 'State'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:232:28: note: Function 'GetAttributes' argument 8 names different: declaration 'OnGeometry' definition 'State'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:892:30: note: Function 'GetAttributes' argument 8 names different: declaration 'OnGeometry' definition 'State'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1152:34: style: Function 'DecodeComplexString' argument 1 names different: declaration 'value' definition 'stringC'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:226:50: note: Function 'DecodeComplexString' argument 1 names different: declaration 'value' definition 'stringC'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1152:34: note: Function 'DecodeComplexString' argument 1 names different: declaration 'value' definition 'stringC'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1491:30: style: Function 'ReadCallbacks' argument 1 names different: declaration 'last' definition 'first'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:223:42: note: Function 'ReadCallbacks' argument 1 names different: declaration 'last' definition 'first'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1491:30: note: Function 'ReadCallbacks' argument 1 names different: declaration 'last' definition 'first'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1956:15: style: Function 'UILOpen' argument 1 names different: declaration 'FileName' definition 'tFileName'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:202:28: note: Function 'UILOpen' argument 1 names different: declaration 'FileName' definition 'tFileName'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1956:15: note: Function 'UILOpen' argument 1 names different: declaration 'FileName' definition 'tFileName'.
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1107:6: warning: Size of pointer 'strings' used instead of size of its data. [pointerSize]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1684:6: warning: Size of pointer 'FontTableHeader' used instead of size of its data. [pointerSize]
lesstif-0.95.2/lib/Mrm-2.1/Mrm.c:1175:6: warning: Dangerous usage of strncat - 3rd parameter is the maximum number of characters to append. [strncatUsage]
lesstif-0.95.2/lib/Mrm-2.1/lookup.c:1434:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lesstif-0.95.2/lib/Mrm-2.1/lookup.c:1502:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Mrm-2.1/lookup.c:1525:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Mrm-2.1/lookup.c:1527:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Mrm-2.1/lookup.c:1529:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Uil-2.1/uillex.c:279:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Uil-2.1/uillex.c:312:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lesstif-0.95.2/lib/Uil-2.1/uillex.c:439:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:468:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:516:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:562:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:603:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:747:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:246:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:70:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:246:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:338:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:80:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ArrowB.c:338:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:523:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:563:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:602:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:643:9: style: The scope of the variable 'margin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:284:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:71:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:284:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:335:35: style: Function 'initialize' argument 2 names different: declaration 'w_new' definition 'new_w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:73:47: note: Function 'initialize' argument 2 names different: declaration 'w_new' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:335:35: note: Function 'initialize' argument 2 names different: declaration 'w_new' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:390:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:86:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ArrowBG.c:390:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:945:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:946:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:947:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:948:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:949:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:950:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:951:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:952:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:956:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:957:26: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1657:11: warning: Either the condition '!bce' is redundant or there is possible null pointer dereference: bce. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1649:9: note: Assuming that condition '!bce' is not redundant
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1657:11: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1384:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1381:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1384:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1423:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1420:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1423:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1476:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1473:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1476:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1534:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1531:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1534:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1593:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1589:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1593:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1647:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1643:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1647:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1716:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1713:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1716:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1770:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1767:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1770:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1958:5: style: Variable 'bce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1952:0: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BaseClass.c:1958:5: note: Variable 'bce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:388:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:73:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:388:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:608:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:81:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:608:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:950:46: style: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:85:25: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:950:46: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:950:73: style: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:86:25: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/BulletinBoard.c:950:73: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:592:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:592:18: style: The scope of the variable 'bm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:268:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:52:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:268:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:501:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:62:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:501:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:1281:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:81:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/CascadeB.c:1281:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:1074:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:1074:18: style: The scope of the variable 'bm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:627:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:53:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:627:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:995:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:64:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:995:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:1820:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:103:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/CascadeBG.c:1820:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1040:8: style: The scope of the variable 'fudge_factor' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1407:8: style: The scope of the variable 'n' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:3370:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:581:12: style: Function 'CBActivate' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:57:12: note: Function 'CBActivate' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:581:12: note: Function 'CBActivate' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:603:12: style: Function 'CBArmAndDropDownList' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:61:12: note: Function 'CBArmAndDropDownList' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:603:12: note: Function 'CBArmAndDropDownList' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:628:12: style: Function 'CBCancel' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:65:12: note: Function 'CBCancel' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:628:12: note: Function 'CBCancel' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:642:12: style: Function 'CBDisarm' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:69:12: note: Function 'CBDisarm' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:642:12: note: Function 'CBDisarm' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:656:12: style: Function 'CBDropDownList' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:73:12: note: Function 'CBDropDownList' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:656:12: note: Function 'CBDropDownList' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:699:29: style: Function 'CBFocusIn' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:77:12: note: Function 'CBFocusIn' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:699:29: note: Function 'CBFocusIn' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:714:30: style: Function 'CBFocusOut' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:81:12: note: Function 'CBFocusOut' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:714:30: note: Function 'CBFocusOut' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:762:12: style: Function 'CBListAction' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:95:12: note: Function 'CBListAction' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:762:12: note: Function 'CBListAction' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:891:12: style: Function 'CBTextFocusOut' argument 2 names different: declaration 'xev' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:109:12: note: Function 'CBTextFocusOut' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:891:12: note: Function 'CBTextFocusOut' argument 2 names different: declaration 'xev' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1354:22: style: Function 'CreateEditBox' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:124:34: note: Function 'CreateEditBox' argument 1 names different: declaration 'parent' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1354:22: note: Function 'CreateEditBox' argument 1 names different: declaration 'parent' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1404:23: style: Function 'CreatePulldown' argument 1 names different: declaration 'parent' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:125:35: note: Function 'CreatePulldown' argument 1 names different: declaration 'parent' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1404:23: note: Function 'CreatePulldown' argument 1 names different: declaration 'parent' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1459:27: style: Function 'CreateScrolledList' argument 1 names different: declaration 'cb' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:126:39: note: Function 'CreateScrolledList' argument 1 names different: declaration 'cb' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:1459:27: note: Function 'CreateScrolledList' argument 1 names different: declaration 'cb' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:2537:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:165:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:2537:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:2594:62: style: Function 'ShellFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:170:74: note: Function 'ShellFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:2594:62: note: Function 'ShellFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:3035:65: style: Function 'ComboBoxFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:181:77: note: Function 'ComboBoxFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:3035:65: note: Function 'ComboBoxFocusMovedCB' argument 3 names different: declaration 'data' definition 'call_data'.
lesstif-0.95.2/lib/Xm-2.1/ComboBox.c:664:15: style: Variable 'w_passed' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Command.c:298:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Command.c:45:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Command.c:298:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Command.c:456:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Command.c:54:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Command.c:456:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2940:13: style: Condition 'format!=NULL' is always false [knownConditionTrueFalse]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2932:11: note: Assignment 'format=NULL', assigned value is 0
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2940:13: note: Condition 'format!=NULL' is always false
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2390:4: style: Variable 'format_name' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2389:4: note: Variable 'format_name' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2390:4: note: Variable 'format_name' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:984:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:989:6: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:984:11: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:410:19: style: The scope of the variable 'lpos' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2232:21: style: The scope of the variable 'format' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2233:17: style: The scope of the variable 'bufstart' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2358:53: style: The scope of the variable 'format_id' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2365:10: style: The scope of the variable 'format_name' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2370:8: style: The scope of the variable 'privid' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2734:24: style: The scope of the variable 'format' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:3074:55: style: The scope of the variable 'format_id' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:3404:24: style: The scope of the variable 'format' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:3406:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:859:37: style: Function '_XmClipboardFindItem' argument 6 names different: declaration 'new_item' definition 'prop_id'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:83:34: note: Function '_XmClipboardFindItem' argument 6 names different: declaration 'new_item' definition 'prop_id'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:859:37: note: Function '_XmClipboardFindItem' argument 6 names different: declaration 'new_item' definition 'prop_id'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:1081:14: style: Function '_XmClipboardRetrieveItem' argument 8 names different: declaration 'new_item' definition 'prop_id'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:102:18: note: Function '_XmClipboardRetrieveItem' argument 8 names different: declaration 'new_item' definition 'prop_id'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:1081:14: note: Function '_XmClipboardRetrieveItem' argument 8 names different: declaration 'new_item' definition 'prop_id'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:1807:13: style: Function '_XmClipboardEventHandler' argument 3 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:121:18: note: Function '_XmClipboardEventHandler' argument 3 names different: declaration 'event' definition 'ev'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:1807:13: note: Function '_XmClipboardEventHandler' argument 3 names different: declaration 'event' definition 'ev'.
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2154:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2307:32: style: Variable 'req' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2314:15: style: Variable 'A_Integer' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2358:16: style: Unused variable: len [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2359:5: style: Unused variable: fetchlen [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2360:17: style: Unused variable: buf [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2361:20: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2362:25: style: Variable 'ClipboardAtom' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2368:27: style: Variable 'partial_copy' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2470:17: style: Variable 'got_data' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2473:14: style: Variable 'privid' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/CutPaste.c:2371:17: style: Unused variable: llength [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:1125:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:474:30: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:442:12: note: Assuming that condition 's==NULL' is not redundant
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:474:30: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:475:20: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:442:12: note: Assuming that condition 's==NULL' is not redundant
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:475:20: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:690:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:731:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:782:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:978:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DebugUtil.c:1171:7: style: The scope of the variable 'x' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Desktop.c:144:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'wc'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Desktop.c:41:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'wc'.
lesstif-0.95.2/lib/Xm-2.1/Desktop.c:144:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'wc'.
lesstif-0.95.2/lib/Xm-2.1/DialogS.c:294:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DialogS.c:58:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DialogS.c:294:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Display.c:676:33: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/Display.c:298:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Display.c:94:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Display.c:298:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Display.c:434:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Display.c:102:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Display.c:434:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:592:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:594:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:870:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1141:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1337:11: style: The scope of the variable 'dstr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1338:14: style: The scope of the variable 'd' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1396:11: style: The scope of the variable 'dstr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1397:14: style: The scope of the variable 'd' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1672:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragBS.c:1756:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragC.c:2216:9: style: The scope of the variable 'state' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragC.c:367:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DragC.c:67:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragC.c:367:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragC.c:497:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DragC.c:74:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DragC.c:497:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DragC.c:1750:18: style: Variable 'last_style' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DragIcon.c:606:24: style: The scope of the variable 'which' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragIcon.c:608:13: style: The scope of the variable 'image' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragIcon.c:591:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DragIcon.c:40:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragIcon.c:591:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:1203:16: style: The scope of the variable 'warned' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:204:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:49:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:204:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'wclass' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:1039:9: style: Variable 'cmix' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:506:0: error: Uninitialized variable: sox [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/DragOverS.c:507:0: error: Uninitialized variable: soy [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:251:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:45:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:251:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:320:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:58:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:320:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:397:32: style: Function 'PreferredSize' argument 2 names different: declaration 'instig' definition 'instigator'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:67:44: note: Function 'PreferredSize' argument 2 names different: declaration 'instig' definition 'instigator'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:397:32: note: Function 'PreferredSize' argument 2 names different: declaration 'instig' definition 'instigator'.
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:839:16: style: Variable 'reply_wid' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:840:16: style: Variable 'reply_hei' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:838:13: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:602:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:603:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:752:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:753:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:755:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawingArea.c:756:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:268:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:61:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:268:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:327:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:69:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DrawnB.c:327:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:1391:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:1808:9: style: The scope of the variable 'ac' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:1959:9: style: The scope of the variable 'nimps' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:425:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:105:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:425:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:965:43: style: Function '__XmDSMCreateInfo' argument 1 names different: declaration 'dsm' definition 'object'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:48:55: note: Function '__XmDSMCreateInfo' argument 1 names different: declaration 'dsm' definition 'object'.
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:965:43: note: Function '__XmDSMCreateInfo' argument 1 names different: declaration 'dsm' definition 'object'.
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:1457:10: style: Variable 'dc' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/DropSMgr.c:653:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/DropTrans.c:184:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/DropTrans.c:47:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/DropTrans.c:184:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:252:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:178:37: style: Function 'class_part_init_prehook' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:43:49: note: Function 'class_part_init_prehook' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:178:37: note: Function 'class_part_init_prehook' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:183:38: style: Function 'class_part_init_posthook' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:45:50: note: Function 'class_part_init_posthook' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:183:38: note: Function 'class_part_init_posthook' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:188:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:41:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ExtObject.c:188:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:1338:5: style: Variable 'extras' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:1333:0: note: Variable 'extras' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:1338:5: note: Variable 'extras' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:3108:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:3110:41: style: The scope of the variable 'new_position' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:3110:55: style: The scope of the variable 'old_position' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:461:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:69:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:461:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:827:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:73:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:827:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:1962:18: style: Function 'defaultDirSearchProc' argument 2 names different: declaration 'search_data' definition 'data'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:85:59: note: Function 'defaultDirSearchProc' argument 2 names different: declaration 'search_data' definition 'data'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:1962:18: note: Function 'defaultDirSearchProc' argument 2 names different: declaration 'search_data' definition 'data'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:2055:48: style: Function 'defaultFileSearchProc' argument 2 names different: declaration 'search_data' definition 'data'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:86:60: note: Function 'defaultFileSearchProc' argument 2 names different: declaration 'search_data' definition 'data'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:2055:48: note: Function 'defaultFileSearchProc' argument 2 names different: declaration 'search_data' definition 'data'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:2163:37: style: Function 'defaultQualifySearchDataProc' argument 1 names different: declaration 'widget' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:87:49: note: Function 'defaultQualifySearchDataProc' argument 1 names different: declaration 'widget' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:2163:37: note: Function 'defaultQualifySearchDataProc' argument 1 names different: declaration 'widget' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/FileSB.c:2200:7: style: Variable 'pat' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/FontList.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Form.c:385:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:55:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:385:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:448:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:71:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:448:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:549:72: style: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'desired'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:69:30: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:549:72: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:957:30: style: Function 'constraint_set_values' argument 1 names different: declaration 'curr' definition 'current'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:83:45: note: Function 'constraint_set_values' argument 1 names different: declaration 'curr' definition 'current'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:957:30: note: Function 'constraint_set_values' argument 1 names different: declaration 'curr' definition 'current'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:957:46: style: Function 'constraint_set_values' argument 2 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:83:58: note: Function 'constraint_set_values' argument 2 names different: declaration 'req' definition 'request'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:957:46: note: Function 'constraint_set_values' argument 2 names different: declaration 'req' definition 'request'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:2962:41: style: Function '_XmFormGeomRequest' argument 2 names different: declaration 'wd' definition 'width'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:90:20: note: Function '_XmFormGeomRequest' argument 2 names different: declaration 'wd' definition 'width'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:2962:41: note: Function '_XmFormGeomRequest' argument 2 names different: declaration 'wd' definition 'width'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:2962:59: style: Function '_XmFormGeomRequest' argument 3 names different: declaration 'ht' definition 'height'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Form.c:90:35: note: Function '_XmFormGeomRequest' argument 3 names different: declaration 'ht' definition 'height'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:2962:59: note: Function '_XmFormGeomRequest' argument 3 names different: declaration 'ht' definition 'height'.
lesstif-0.95.2/lib/Xm-2.1/Form.c:1506:3: style: Variable 'changed' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Form.c:572:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Form.c:573:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1041:9: style: The scope of the variable 'title_x' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1041:22: style: The scope of the variable 'title_y' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1042:9: style: The scope of the variable 'workarea_x' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1039:16: style: Function '_XmFrameConfigureChildren' argument 4 names different: declaration 'wd' definition 'curw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:98:21: note: Function '_XmFrameConfigureChildren' argument 4 names different: declaration 'wd' definition 'curw'.
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1039:16: note: Function '_XmFrameConfigureChildren' argument 4 names different: declaration 'wd' definition 'curw'.
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1039:32: style: Function '_XmFrameConfigureChildren' argument 5 names different: declaration 'ht' definition 'curh'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:98:35: note: Function '_XmFrameConfigureChildren' argument 5 names different: declaration 'ht' definition 'curh'.
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1039:32: note: Function '_XmFrameConfigureChildren' argument 5 names different: declaration 'ht' definition 'curh'.
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1130:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1131:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1133:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Frame.c:1137:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:352:2: style: Variable 'gce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:350:0: note: Variable 'gce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:352:2: note: Variable 'gce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:353:2: style: Variable 'sce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:350:0: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:353:2: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:313:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:42:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:313:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:605:38: style: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:59:50: note: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'.
lesstif-0.95.2/lib/Xm-2.1/Gadget.c:605:38: note: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'.
lesstif-0.95.2/lib/Xm-2.1/GadgetUtil.c:248:11: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/GadgetUtil.c:256:6: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/GadgetUtil.c:248:11: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/GeoUtils.c:1090:9: style: The scope of the variable 'bcount' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:544:4: style: Variable 'child' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:537:0: note: Variable 'child' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:544:4: note: Variable 'child' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:310:8: style: The scope of the variable 'event_mode' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:980:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:96:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/GrabShell.c:980:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Hash.c:59:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/IconG.c:516:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/IconG.c:58:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/IconG.c:516:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/IconG.c:897:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/IconG.c:69:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/IconG.c:897:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/IconG.c:1239:34: style: Variable 'ig' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/ImageCache.c:269:9: style: The scope of the variable 'image_depth' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ImageCache.c:545:11: style: The scope of the variable 'ImageName' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ImageCache.c:275:26: style: Unused variable: mask [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1509:5: style: Variable 'res_value' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1505:0: note: Variable 'res_value' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1509:5: note: Variable 'res_value' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:279:14: style: The scope of the variable 'dpy' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:898:11: style: The scope of the variable 'str' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1155:11: style: The scope of the variable 'str' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1405:11: style: The scope of the variable 'str' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/LTV6Editres.c:1507:10: style: Variable 'buffer' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/lib/Xm-2.1/LTglob.c:574:26: style: Function 'prefix_array' argument 1 names different: declaration 'prefix' definition 'dirname'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/LTglob.c:146:38: note: Function 'prefix_array' argument 1 names different: declaration 'prefix' definition 'dirname'.
lesstif-0.95.2/lib/Xm-2.1/LTglob.c:574:26: note: Function 'prefix_array' argument 1 names different: declaration 'prefix' definition 'dirname'.
lesstif-0.95.2/lib/Xm-2.1/Label.c:408:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Label.c:55:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Label.c:408:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Label.c:795:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Label.c:76:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Label.c:795:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:1009:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:54:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:1009:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:1544:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:69:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/LabelG.c:1544:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/List.c:3791:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/List.c:4032:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/List.c:4037:5: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/List.c:4032:5: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/List.c:1422:9: style: The scope of the variable 'old_Horigin' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:1952:15: style: The scope of the variable 'new_items' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:2029:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:2146:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:2146:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:2768:9: style: The scope of the variable 'new_top' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3026:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3530:9: style: The scope of the variable 'position' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3728:9: style: The scope of the variable 'new_pos' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3772:9: style: The scope of the variable 'new_pos' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3900:9: style: The scope of the variable 'top_pos' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3937:9: style: The scope of the variable 'new_top' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:5000:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:5455:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/List.c:3198:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/List.c:89:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/List.c:3198:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/List.c:752:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:1036:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:1855:14: style: Variable 'height' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:5191:14: style: Unused variable: j [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:5192:37: style: Variable 'lw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:5934:21: style: Variable 'COMPOUND_TEXT' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/List.c:5960:21: style: Variable 'COMPOUND_TEXT' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1316:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1314:5: note: Variable 'i' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1316:5: note: Variable 'i' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:275:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:54:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:275:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:383:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:67:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:383:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:659:27: style: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:65:30: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:659:27: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:660:27: style: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:66:30: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:660:27: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1681:22: style: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:70:25: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1681:22: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1682:22: style: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:71:25: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1682:22: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1325:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1047:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1648:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1652:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1656:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1660:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1664:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/MainW.c:1668:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:535:2: style: Variable 'mce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:533:0: note: Variable 'mce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:535:2: note: Variable 'mce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:536:2: style: Variable 'sce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:533:0: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:536:2: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:482:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:79:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:482:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:876:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:85:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:876:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:2326:26: style: Function '_XmManagerExportX' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:92:38: note: Function '_XmManagerExportX' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:2326:26: note: Function '_XmManagerExportX' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:2345:26: style: Function '_XmManagerExportY' argument 1 names different: declaration 'w' definition 'widget'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:93:38: note: Function '_XmManagerExportY' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:2345:26: note: Function '_XmManagerExportY' argument 1 names different: declaration 'w' definition 'widget'.
lesstif-0.95.2/lib/Xm-2.1/Manager.c:626:15: style: Variable 'dynamic' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Manager.c:629:5: style: Variable 'unused' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:388:5: style: Variable 'evs' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:386:0: note: Variable 'evs' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:388:5: note: Variable 'evs' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:559:19: style: The scope of the variable 'count' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:559:26: style: The scope of the variable 'number' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:632:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MapEvent.c:2057:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/MenuShell.c:219:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MenuShell.c:48:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MenuShell.c:219:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MenuUtil.c:542:6: style: The scope of the variable 'valid_control' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MenuUtil.c:586:6: style: The scope of the variable 'valid_control' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MenuUtil.c:837:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:314:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:50:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:314:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:788:42: style: Function 'XmMbSetSubresources' argument 2 names different: declaration 'request' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:69:57: note: Function 'XmMbSetSubresources' argument 2 names different: declaration 'request' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:788:42: note: Function 'XmMbSetSubresources' argument 2 names different: declaration 'request' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:932:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:57:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/MessageB.c:932:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Mwm.c:53:28: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:1582:5: style: Variable 'answer->request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:1578:5: note: Variable 'answer->request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:1582:5: note: Variable 'answer->request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:528:33: style: Function 'ClassPartInitialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:97:45: note: Function 'ClassPartInitialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:528:33: note: Function 'ClassPartInitialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:814:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:114:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Notebook.c:814:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:742:12: style: The scope of the variable 'argc' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:854:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1038:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1692:12: style: The scope of the variable 'save_mode' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1910:12: style: The scope of the variable 'save_mode' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:635:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:205:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:635:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:739:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:214:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:739:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1668:41: style: Function '_XmPanedWPreferredSize' argument 2 names different: declaration 'child' definition 'rchild'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:260:53: note: Function '_XmPanedWPreferredSize' argument 2 names different: declaration 'child' definition 'rchild'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1668:41: note: Function '_XmPanedWPreferredSize' argument 2 names different: declaration 'child' definition 'rchild'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1669:28: style: Function '_XmPanedWPreferredSize' argument 3 names different: declaration 'cg' definition 'childgeom'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:261:26: note: Function '_XmPanedWPreferredSize' argument 3 names different: declaration 'cg' definition 'childgeom'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1669:28: note: Function '_XmPanedWPreferredSize' argument 3 names different: declaration 'cg' definition 'childgeom'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1669:57: style: Function '_XmPanedWPreferredSize' argument 4 names different: declaration 'geo' definition 'pwg'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:262:26: note: Function '_XmPanedWPreferredSize' argument 4 names different: declaration 'geo' definition 'pwg'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:1669:57: note: Function '_XmPanedWPreferredSize' argument 4 names different: declaration 'geo' definition 'pwg'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2125:34: style: Function '_XmPanedWLayout' argument 2 names different: declaration 'instig' definition 'rchild'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:264:46: note: Function '_XmPanedWLayout' argument 2 names different: declaration 'instig' definition 'rchild'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2125:34: note: Function '_XmPanedWLayout' argument 2 names different: declaration 'instig' definition 'rchild'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2126:21: style: Function '_XmPanedWLayout' argument 3 names different: declaration 'cg' definition 'childgeom'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:264:72: note: Function '_XmPanedWLayout' argument 3 names different: declaration 'cg' definition 'childgeom'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2126:21: note: Function '_XmPanedWLayout' argument 3 names different: declaration 'cg' definition 'childgeom'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2126:50: style: Function '_XmPanedWLayout' argument 4 names different: declaration 'pref' definition 'pwg'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:265:26: note: Function '_XmPanedWLayout' argument 4 names different: declaration 'pref' definition 'pwg'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2126:50: note: Function '_XmPanedWLayout' argument 4 names different: declaration 'pref' definition 'pwg'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2127:18: style: Function '_XmPanedWLayout' argument 5 names different: declaration 'boxes' definition 'boxptr'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:265:47: note: Function '_XmPanedWLayout' argument 5 names different: declaration 'boxes' definition 'boxptr'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2127:18: note: Function '_XmPanedWLayout' argument 5 names different: declaration 'boxes' definition 'boxptr'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2127:41: style: Function '_XmPanedWLayout' argument 6 names different: declaration 'sashes' definition 'sashptr'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:266:23: note: Function '_XmPanedWLayout' argument 6 names different: declaration 'sashes' definition 'sashptr'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2127:41: note: Function '_XmPanedWLayout' argument 6 names different: declaration 'sashes' definition 'sashptr'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2128:18: style: Function '_XmPanedWLayout' argument 7 names different: declaration 'seps' definition 'sepptr'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:266:46: note: Function '_XmPanedWLayout' argument 7 names different: declaration 'seps' definition 'sepptr'.
lesstif-0.95.2/lib/Xm-2.1/PanedW.c:2128:18: note: Function '_XmPanedWLayout' argument 7 names different: declaration 'seps' definition 'sepptr'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:418:2: style: Variable 'pce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:416:0: note: Variable 'pce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:418:2: note: Variable 'pce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:419:2: style: Variable 'sce' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:416:0: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:419:2: note: Variable 'sce' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:380:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:50:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:380:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:688:29: style: Function 'XmPrimitiveSetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:56:44: note: Function 'XmPrimitiveSetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:688:29: note: Function 'XmPrimitiveSetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:806:38: style: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:58:50: note: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:806:38: note: Function 'focus_change' argument 2 names different: declaration 'fevent' definition 'change'.
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:1218:24: style: Variable 'widget_part_size' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Primitive.c:1254:25: style: Variable 'constraint_part_size' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Print.c:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Print.c:500:26: style: Function 'XmPrintToFile' argument 4 names different: declaration 'client_data' definition 'client'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Print.c:55:32: note: Function 'XmPrintToFile' argument 4 names different: declaration 'client_data' definition 'client'.
lesstif-0.95.2/lib/Xm-2.1/Print.c:500:26: note: Function 'XmPrintToFile' argument 4 names different: declaration 'client_data' definition 'client'.
lesstif-0.95.2/lib/Xm-2.1/PrintShell.c:232:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PrintShell.c:51:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PrintShell.c:232:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:438:11: style: The scope of the variable 'protocols' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:804:22: style: The scope of the variable 'proto_slot' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:175:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:42:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:175:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:473:61: style: Function '_XmProtocolHandler' argument 3 names different: declaration 'ev' definition 'evp'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:55:73: note: Function '_XmProtocolHandler' argument 3 names different: declaration 'ev' definition 'evp'.
lesstif-0.95.2/lib/Xm-2.1/Protocols.c:473:61: note: Function '_XmProtocolHandler' argument 3 names different: declaration 'ev' definition 'evp'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:1295:6: warning: Either the condition 'if(event&&event->xbutton.x<XtWidth(w)&&event->xbutton.y<XtHeight(w))' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:1307:8: note: Assuming that condition 'if(event&&event->xbutton.x<XtWidth(w)&&event->xbutton.y<XtHeight(w))' is not redundant
lesstif-0.95.2/lib/Xm-2.1/PushB.c:1295:6: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/PushB.c:373:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:79:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:373:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:612:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:94:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:612:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:920:31: style: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:97:43: note: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:920:31: note: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:936:31: style: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:99:55: note: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:936:31: note: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:1501:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushB.c:102:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushB.c:1501:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:543:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:80:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:543:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:889:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:89:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:889:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1268:31: style: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:122:43: note: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1268:31: note: Function 'export_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1284:31: style: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:124:55: note: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1284:31: note: Function 'import_show_as_default' argument 1 names different: declaration 'sw' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1874:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:157:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/PushBG.c:1874:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:972:2: style: Variable 'kid' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:969:0: note: Variable 'kid' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:972:2: note: Variable 'kid' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:1824:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:404:15: style: Variable 'current_x' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/RCUtils.c:286:19: style: Variable 'help_kid_width' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Region.c:168:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:460:7: style: The scope of the variable 'found' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:369:11: style: Unused variable: ok [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:370:14: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:371:11: style: Unused variable: to [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:371:15: style: Unused variable: from [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/RenderTable.c:499:5: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/RepType.c:381:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/RepType.c:572:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1713:11: warning: Either the condition 'tag' is redundant or there is possible null pointer dereference: tag. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1709:13: note: Assuming that condition 'tag' is not redundant
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1713:11: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3120:8: warning: Either the condition 'p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3101:7: note: Assuming that condition 'p' is not redundant
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3120:8: note: Null pointer addition
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1242:33: style: The scope of the variable 'pstr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1636:27: style: The scope of the variable 'ft' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:2293:11: style: The scope of the variable 'preval' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3055:36: style: Function '_XmCvtStringToRenderTable' argument 1 names different: declaration 'display' definition 'dpy'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:109:51: note: Function '_XmCvtStringToRenderTable' argument 1 names different: declaration 'display' definition 'dpy'.
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3055:36: note: Function '_XmCvtStringToRenderTable' argument 1 names different: declaration 'display' definition 'dpy'.
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1073:15: style: Variable 'charsleft' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:1158:15: style: Variable 'charsleft' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3299:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:3303:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lesstif-0.95.2/lib/Xm-2.1/ResConvert.c:2771:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:90:10: style: Expression is always false because 'else if' condition matches previous condition at line 86. [multiCondition]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:154:10: style: Expression is always false because 'else if' condition matches previous condition at line 146. [multiCondition]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:257:21: style: The scope of the variable 'wb' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:671:23: style: The scope of the variable 'res' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:926:23: style: The scope of the variable 'res' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ResInd.c:1399:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2012:32: warning: Either the condition 'if(event&&(event->type==ButtonPress||event->type==ButtonRelease))' is redundant or there is possible null pointer dereference: event. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2014:9: note: Assuming that condition 'if(event&&(event->type==ButtonPress||event->type==ButtonRelease))' is not redundant
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2012:32: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:3437:2: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:3430:2: note: Variable 'type' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:3437:2: note: Variable 'type' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:966:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:970:2: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:966:7: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:3114:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:618:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:81:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:618:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1075:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:95:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1075:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1296:35: style: Function 'get_values_hook' argument 2 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:99:47: note: Function 'get_values_hook' argument 2 names different: declaration 'arg' definition 'args'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1296:35: note: Function 'get_values_hook' argument 2 names different: declaration 'arg' definition 'args'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1428:27: style: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'request'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:93:68: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'request'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1428:27: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'request'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1429:27: style: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'reply'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:94:30: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'reply'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1429:27: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'reply'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1748:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:111:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:1748:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2562:15: style: Function '_XmOptionCallback' argument 3 names different: declaration 'cbs' definition 'cs'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:113:65: note: Function '_XmOptionCallback' argument 3 names different: declaration 'cbs' definition 'cs'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2562:15: note: Function '_XmOptionCallback' argument 3 names different: declaration 'cbs' definition 'cs'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2819:46: style: Function 'constraint_initialize' argument 2 names different: declaration 'neww' definition 'new_w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:105:58: note: Function 'constraint_initialize' argument 2 names different: declaration 'neww' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2819:46: note: Function 'constraint_initialize' argument 2 names different: declaration 'neww' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2888:62: style: Function 'constraint_set_values' argument 3 names different: declaration 'neww' definition 'new_w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:107:77: note: Function 'constraint_set_values' argument 3 names different: declaration 'neww' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/RowColumn.c:2888:62: note: Function 'constraint_set_values' argument 3 names different: declaration 'neww' definition 'new_w'.
lesstif-0.95.2/lib/Xm-2.1/Sash.c:196:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Sash.c:42:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Sash.c:196:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1129:9: style: The scope of the variable 'base' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1129:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1130:10: style: The scope of the variable 'buf2' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:386:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:80:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:386:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:604:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:86:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:604:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1298:20: style: Function '_XmScalePreferredSize' argument 4 names different: declaration 'w' definition 'wd'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:104:20: note: Function '_XmScalePreferredSize' argument 4 names different: declaration 'w' definition 'wd'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1298:20: note: Function '_XmScalePreferredSize' argument 4 names different: declaration 'w' definition 'wd'.
lesstif-0.95.2/lib/Xm-2.1/Scale.c:712:11: style: Variable 'resize' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Scale.c:1666:14: style: Variable 'cury' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:919:9: style: The scope of the variable 'argc' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:921:10: style: The scope of the variable 'name' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:922:9: style: The scope of the variable 'screen_no' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:922:20: style: The scope of the variable 'max_screens' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:265:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:60:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Screen.c:265:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Screen.c:431:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:66:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Screen.c:431:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Screen.c:485:5: error: Uninitialized variable: prop [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:511:5: error: Uninitialized variable: prop [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:516:5: error: Uninitialized variable: prop [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/Screen.c:516:12: error: Uninitialized variable: prop2 [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:528:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:126:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:528:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1129:15: style: Function 'resize' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:144:27: note: Function 'resize' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1129:15: note: Function 'resize' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1441:20: style: Function 'move_slider' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:176:32: note: Function 'move_slider' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1441:20: note: Function 'move_slider' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1582:15: style: Function 'Select' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:335:27: note: Function 'Select' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1582:15: note: Function 'Select' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1708:16: style: Function 'Release' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:338:28: note: Function 'Release' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1708:16: note: Function 'Release' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1752:14: style: Function 'Moved' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:341:26: note: Function 'Moved' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1752:14: note: Function 'Moved' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1869:20: style: Function 'TopOrBottom' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:344:32: note: Function 'TopOrBottom' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1869:20: note: Function 'TopOrBottom' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1961:19: style: Function 'CancelDrag' argument 1 names different: declaration 'w' definition 'sw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:347:31: note: Function 'CancelDrag' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1961:19: note: Function 'CancelDrag' argument 1 names different: declaration 'w' definition 'sw'.
lesstif-0.95.2/lib/Xm-2.1/ScrollBar.c:1701:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:362:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:65:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:362:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:675:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:81:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:675:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:957:27: style: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:78:30: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:957:27: note: Function 'query_geometry' argument 2 names different: declaration 'proposed' definition 'intended'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:958:27: style: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:79:30: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:958:27: note: Function 'query_geometry' argument 3 names different: declaration 'answer' definition 'preferred'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:986:46: style: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:91:25: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:986:46: note: Function 'geometry_manager' argument 2 names different: declaration 'request' definition 'desired'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:986:73: style: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:92:25: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:986:73: note: Function 'geometry_manager' argument 3 names different: declaration 'reply' definition 'allowed'.
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:1834:4: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:979:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:980:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:1917:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:1920:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/ScrolledW.c:1922:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:489:9: style: The scope of the variable 'au' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:943:9: style: The scope of the variable 'ac' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:1222:9: style: The scope of the variable 'type' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:1224:41: style: The scope of the variable 'new_position' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:1224:55: style: The scope of the variable 'old_position' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:388:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:56:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:388:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:774:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:60:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:774:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/SelectionBox.c:547:6: style: Variable 'au' is modified but its new value is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:371:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:48:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:371:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:621:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:63:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/SeparatoG.c:621:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Separator.c:219:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Separator.c:44:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Separator.c:219:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Separator.c:333:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Separator.c:59:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Separator.c:333:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Shadow.c:944:17: style: The scope of the variable 'dash_list' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ShellExt.c:117:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ShellExt.c:38:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ShellExt.c:117:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:887:5: style: Variable 'answer->request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:883:5: note: Variable 'answer->request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:887:5: note: Variable 'answer->request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1264:26: style: The scope of the variable 'format' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1265:9: style: The scope of the variable 'v' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:443:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:49:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:443:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:509:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:64:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:509:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:28: style: Function 'SpinBArm' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:91:40: note: Function 'SpinBArm' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:28: note: Function 'SpinBArm' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:43: style: Function 'SpinBArm' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:91:53: note: Function 'SpinBArm' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:43: note: Function 'SpinBArm' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:61: style: Function 'SpinBArm' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:91:68: note: Function 'SpinBArm' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1107:61: note: Function 'SpinBArm' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:31: style: Function 'SpinBDisarm' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:92:43: note: Function 'SpinBDisarm' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:31: note: Function 'SpinBDisarm' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:46: style: Function 'SpinBDisarm' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:92:56: note: Function 'SpinBDisarm' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:46: note: Function 'SpinBDisarm' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:64: style: Function 'SpinBDisarm' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:92:71: note: Function 'SpinBDisarm' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1170:64: note: Function 'SpinBDisarm' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:30: style: Function 'SpinBFirst' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:93:42: note: Function 'SpinBFirst' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:30: note: Function 'SpinBFirst' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:45: style: Function 'SpinBFirst' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:93:55: note: Function 'SpinBFirst' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:45: note: Function 'SpinBFirst' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:63: style: Function 'SpinBFirst' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:93:70: note: Function 'SpinBFirst' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1183:63: note: Function 'SpinBFirst' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:29: style: Function 'SpinBLast' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:94:41: note: Function 'SpinBLast' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:29: note: Function 'SpinBLast' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:44: style: Function 'SpinBLast' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:94:54: note: Function 'SpinBLast' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:44: note: Function 'SpinBLast' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:62: style: Function 'SpinBLast' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:94:69: note: Function 'SpinBLast' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1189:62: note: Function 'SpinBLast' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:29: style: Function 'SpinBLeft' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:95:41: note: Function 'SpinBLeft' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:29: note: Function 'SpinBLeft' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:44: style: Function 'SpinBLeft' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:95:54: note: Function 'SpinBLeft' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:44: note: Function 'SpinBLeft' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:62: style: Function 'SpinBLeft' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:95:69: note: Function 'SpinBLeft' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1195:62: note: Function 'SpinBLeft' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:30: style: Function 'SpinBRight' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:96:42: note: Function 'SpinBRight' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:30: note: Function 'SpinBRight' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:45: style: Function 'SpinBRight' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:96:55: note: Function 'SpinBRight' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:45: note: Function 'SpinBRight' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:63: style: Function 'SpinBRight' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:96:70: note: Function 'SpinBRight' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1201:63: note: Function 'SpinBRight' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:29: style: Function 'SpinBNext' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:97:41: note: Function 'SpinBNext' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:29: note: Function 'SpinBNext' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:44: style: Function 'SpinBNext' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:97:54: note: Function 'SpinBNext' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:44: note: Function 'SpinBNext' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:62: style: Function 'SpinBNext' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:97:69: note: Function 'SpinBNext' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1207:62: note: Function 'SpinBNext' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:30: style: Function 'SpinBPrior' argument 2 names different: declaration 'evp' definition 'event'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:98:42: note: Function 'SpinBPrior' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:30: note: Function 'SpinBPrior' argument 2 names different: declaration 'evp' definition 'event'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:45: style: Function 'SpinBPrior' argument 3 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:98:55: note: Function 'SpinBPrior' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:45: note: Function 'SpinBPrior' argument 3 names different: declaration 'par' definition 'params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:63: style: Function 'SpinBPrior' argument 4 names different: declaration 'npar' definition 'num_params'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:98:70: note: Function 'SpinBPrior' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:1213:63: note: Function 'SpinBPrior' argument 4 names different: declaration 'npar' definition 'num_params'.
lesstif-0.95.2/lib/Xm-2.1/SpinBox.c:663:7: style: Variable 'yy' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TearOff.c:274:13: style: Variable 'shell' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:200:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:48:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:200:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:284:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:63:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/TearOffB.c:284:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:683:18: style: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Text.c:81:33: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:683:18: note: Function 'SetValues' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:814:16: style: Function 'Realize' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Text.c:74:28: note: Function 'Realize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:814:16: note: Function 'Realize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:837:17: style: Function 'DoExpose' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Text.c:76:29: note: Function 'DoExpose' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:837:17: note: Function 'DoExpose' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:875:15: style: Function 'Resize' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Text.c:73:27: note: Function 'Resize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:875:15: note: Function 'Resize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/Text.c:1612:5: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Text.c:2522:5: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Text.c:2563:34: style: Variable 'tw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2276:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:641:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:641:12: style: The scope of the variable 'num' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:641:17: style: The scope of the variable 'max' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:641:22: style: The scope of the variable 'min' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1741:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1769:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1794:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2239:7: style: The scope of the variable 'x' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2387:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2845:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2929:6: style: The scope of the variable 'l' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2929:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:5751:11: style: The scope of the variable 'substr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:6476:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1156:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:105:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1156:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1361:16: style: Function 'realize' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:114:28: note: Function 'realize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1361:16: note: Function 'realize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1380:16: style: Function 'destroy' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:107:28: note: Function 'destroy' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1380:16: note: Function 'destroy' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1445:15: style: Function 'expose' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:108:27: note: Function 'expose' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1445:15: note: Function 'expose' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1488:15: style: Function 'resize' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:109:27: note: Function 'resize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1488:15: note: Function 'resize' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1672:23: style: Function 'query_geometry' argument 1 names different: declaration 'w' definition 'aw'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:111:47: note: Function 'query_geometry' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1672:23: note: Function 'query_geometry' argument 1 names different: declaration 'w' definition 'aw'.
lesstif-0.95.2/lib/Xm-2.1/TextF.c:825:15: style: Variable 'dynamic' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:827:5: style: Variable 'dontcare' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:884:15: style: Variable 'dynamic' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:885:5: style: Variable 'dontcare' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1015:7: style: Variable 'bw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1017:7: style: Variable 'bh' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:1198:19: style: Variable 'fl' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:2293:7: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextF.c:5060:17: style: Variable 'atom_name' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextIn.c:606:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/TextIn.c:614:5: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/TextIn.c:606:12: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1190:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1186:13: note: outer condition: count>0
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1190:14: note: identical inner condition: count>0
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1485:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1488:4: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1485:2: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:3390:40: style: Function '_XmTextOutSetRenderTable' argument 2 names different: declaration 'o' definition 'ofs'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:75:52: note: Function '_XmTextOutSetRenderTable' argument 2 names different: declaration 'o' definition 'ofs'.
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:3390:40: note: Function '_XmTextOutSetRenderTable' argument 2 names different: declaration 'o' definition 'ofs'.
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:463:15: style: Variable 'dynamic' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:465:5: style: Variable 'dontcare' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:1188:4: style: Variable 'pieceheight' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/TextOut.c:2423:19: style: Variable 'oldData' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/lib/Xm-2.1/TextStrSo.c:334:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/TextStrSo.c:1103:24: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:430:2: style: Variable 'values.background' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:428:5: note: Variable 'values.background' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:430:2: note: Variable 'values.background' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:766:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:1662:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:377:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:66:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:377:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:628:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:73:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:628:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:1220:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:76:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ToggleB.c:1220:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:2209:2: style: Variable 'val->addr' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:2204:2: note: Variable 'val->addr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:2209:2: note: Variable 'val->addr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:1062:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:2094:9: style: The scope of the variable 'dim' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:556:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:70:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:556:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:916:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:81:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:916:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:1665:32: style: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:133:44: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/ToggleBG.c:1665:32: note: Function 'MenuProcEntry' argument 2 names different: declaration 'rc' definition 'w'.
lesstif-0.95.2/lib/Xm-2.1/Trait.c:148:30: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lesstif-0.95.2/lib/Xm-2.1/Trait.c:236:30: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lesstif-0.95.2/lib/Xm-2.1/Trait.c:369:30: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lesstif-0.95.2/lib/Xm-2.1/Traversal.c:2967:5: style: Variable 'shell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Traversal.c:2961:0: note: Variable 'shell' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Traversal.c:2967:5: note: Variable 'shell' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Traversal.c:280:24: style: The scope of the variable 'mce' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/VaSimple.c:625:5: style: Variable 'args' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/VaSimple.c:621:0: note: Variable 'args' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/VaSimple.c:625:5: note: Variable 'args' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:3470:66: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1536:12: style: Condition 'modal==0' is always true [knownConditionTrueFalse]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1484:22: note: Assignment 'modal=NULL', assigned value is 0
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1536:12: note: Condition 'modal==0' is always true
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:786:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:3193:10: style: The scope of the variable 'prop32' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:733:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:103:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:733:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'w_class' definition 'widget_class'.
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1368:23: style: Function 'change_managed' argument 1 names different: declaration 'w' definition 'wid'. [funcArgNamesDifferent]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:108:35: note: Function 'change_managed' argument 1 names different: declaration 'w' definition 'wid'.
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1368:23: note: Function 'change_managed' argument 1 names different: declaration 'w' definition 'wid'.
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1130:21: style: Variable 'wm_delete_window' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1300:25: style: Unused variable: ve [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1499:7: style: Variable 'ps' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:1485:6: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/lib/Xm-2.1/Vendor.c:3194:55: style: Variable 'o' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/VirtKeys.c:800:9: style: The scope of the variable 'BindingLen' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/VirtKeys.c:800:21: style: The scope of the variable 'BytesRead' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/VirtKeys.c:726:29: error: Uninitialized variable: ModifierMasks [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/VirtKeys.c:739:37: error: Uninitialized variable: ModifierMasks [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/Visual.c:140:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Visual.c:772:18: style: The scope of the variable 'cc' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Visual.c:1581:68: error: Uninitialized variable: unused [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/Visual.c:1588:68: error: Uninitialized variable: unused [uninitvar]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:563:7: style: Variable 'preedit_attr' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:560:0: note: Variable 'preedit_attr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:563:7: note: Variable 'preedit_attr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:621:5: style: Variable 'stuff' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:619:0: note: Variable 'stuff' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:621:5: note: Variable 'stuff' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:1282:7: style: Variable 'preedit_attr' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:1279:0: note: Variable 'preedit_attr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:1282:7: note: Variable 'preedit_attr' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:170:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:170:21: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:715:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:716:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:838:10: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:839:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:989:16: style: The scope of the variable 'stuff' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmIm.c:658:11: style: Variable 'xic' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:463:17: style: The scope of the variable 'nlen' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:4306:13: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5063:22: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:511:16: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:2155:29: style: Variable 'cbs' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5185:13: style: Variable 'have_seg' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5168:24: style: Variable 'have_line_height' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5169:5: style: Variable 'default_line_height' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5170:5: style: Variable 'default_line_ascent' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5167:5: style: Variable 'pending_newlines' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5183:2: style: Variable 'line_height' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5184:2: style: Variable 'line_ascent' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5184:16: style: Variable 'line_descent' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5181:10: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmString.c:5394:7: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XmTabList.c:62:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xme.c:379:23: style: Variable 'target_type' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:126:18: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:126:21: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:127:16: style: The scope of the variable 'color' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:128:12: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:151:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:151:12: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:152:15: style: The scope of the variable 'color' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:153:12: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:173:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:173:21: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:173:24: style: The scope of the variable 'nlines' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmAttrib.c:175:12: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrBufFrI.c:330:26: style: The scope of the variable 'l' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrBufFrI.c:332:12: style: The scope of the variable 'defaults' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrBufFrI.c:426:24: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrBufFrI.c:454:24: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrDatFrI.c:302:26: style: The scope of the variable 'l' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrDatFrI.c:304:12: style: The scope of the variable 'defaults' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrDatFrI.c:401:24: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmCrDatFrI.c:429:27: style: The scope of the variable 'b' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmRdFToI.c:191:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmWrFFrI.c:156:24: style: The scope of the variable 's' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmWrFFrI.c:279:12: style: The scope of the variable 'defaults' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmWrFFrI.c:345:24: style: The scope of the variable 'n' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/XpmWrFFrI.c:371:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:341:18: warning: Either the condition 'attributes' is redundant or there is possible null pointer dereference: attributes. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:337:9: note: Assuming that condition 'attributes' is not redundant
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:341:18: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:342:20: warning: Either the condition 'attributes' is redundant or there is possible null pointer dereference: attributes. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:337:9: note: Assuming that condition 'attributes' is not redundant
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:342:20: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:343:19: warning: Either the condition 'attributes' is redundant or there is possible null pointer dereference: attributes. [nullPointerRedundantCheck]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:337:9: note: Assuming that condition 'attributes' is not redundant
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:343:19: note: Null pointer dereference
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:515:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:580:11: style: The scope of the variable 'colorname' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:1139:28: style: The scope of the variable 'c' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:1218:34: style: The scope of the variable 'chhi' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:1271:24: style: The scope of the variable 'ibu' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:1271:29: style: The scope of the variable 'ibpp' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:1560:22: style: The scope of the variable 'max_data' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmcreate.c:2457:19: style: The scope of the variable 'char1' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmdata.c:164:31: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmdata.c:341:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmdata.c:452:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmdata.c:453:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmdata.c:453:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmhashtab.c:165:11: style: The scope of the variable 'ns' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:580:5: style: Variable 'exts' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:573:0: note: Variable 'exts' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:580:5: note: Variable 'exts' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:153:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:229:18: style: The scope of the variable 'key' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:230:18: style: The scope of the variable 'curkey' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:231:18: style: The scope of the variable 'lastwaskey' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:234:12: style: The scope of the variable 'sptr' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:473:19: style: The scope of the variable 'char1' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:575:18: style: The scope of the variable 'nlines' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmparse.c:575:26: style: The scope of the variable 'a' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmrgb.c:112:12: style: The scope of the variable 'items' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpmrgb.c:127:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/lib/Xm-2.1/Xpms_popen.c:53:18: style: The scope of the variable 'wpipe' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/Xpms_popen.c:59:25: warning: String literal compared with variable 'cmd'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lesstif-0.95.2/lib/Xm-2.1/Xpms_popen.c:86:0: error: Memory leak: argv [memleak]
lesstif-0.95.2/lib/Xm-2.1/Xpmscan.c:489:24: style: The scope of the variable 'c' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/misc.c:211:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/misc.c:211:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/misc.c:232:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/misc.c:232:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:1263:2: style: Variable 'i.typelist' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:1262:2: note: Variable 'i.typelist' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:1263:2: note: Variable 'i.typelist' is reassigned a value before the old one has been used.
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:295:19: style: The scope of the variable 't' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:427:31: style: The scope of the variable 'r' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:704:11: style: The scope of the variable 'last_ans' can be reduced. [variableScope]
lesstif-0.95.2/lib/Xm-2.1/xdnd.c:1189:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:1044:14: warning: Either the condition 'obp>10000' is redundant or the array 'outbuffer[10001]' is accessed at index 10001, which is out of bounds. [arrayIndexOutOfBoundsCond]
lesstif-0.95.2/scripts/man2html.c:1043:28: note: Assuming that condition 'obp>10000' is not redundant
lesstif-0.95.2/scripts/man2html.c:1044:14: note: Array index out of bounds
lesstif-0.95.2/scripts/man2html.c:2573:20: error: Array index -1 is out of bounds. [negativeIndex]
lesstif-0.95.2/scripts/man2html.c:2746:44: error: Array index -1 is out of bounds. [negativeIndex]
lesstif-0.95.2/scripts/man2html.c:2780:32: error: Array index -1 is out of bounds. [negativeIndex]
lesstif-0.95.2/scripts/man2html.c:3368:39: error: Array index -1 is out of bounds. [negativeIndex]
lesstif-0.95.2/scripts/man2html.c:742:7: style: Condition 'man_pipe' is always false [knownConditionTrueFalse]
lesstif-0.95.2/scripts/man2html.c:708:18: note: Assignment 'man_pipe=0', assigned value is 0
lesstif-0.95.2/scripts/man2html.c:742:7: note: Condition 'man_pipe' is always false
lesstif-0.95.2/scripts/man2html.c:3881:9: style: Condition '!t' is always true [knownConditionTrueFalse]
lesstif-0.95.2/scripts/man2html.c:3866:13: note: Assignment 't=NULL', assigned value is 0
lesstif-0.95.2/scripts/man2html.c:3881:9: note: Condition '!t' is always true
lesstif-0.95.2/scripts/man2html.c:2129:68: warning: Either the condition 'if(c)' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
lesstif-0.95.2/scripts/man2html.c:2130:8: note: Assuming that condition 'if(c)' is not redundant
lesstif-0.95.2/scripts/man2html.c:2129:68: note: Null pointer dereference
lesstif-0.95.2/scripts/man2html.c:4205:19: warning: Either the condition 'if(buf)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lesstif-0.95.2/scripts/man2html.c:4247:8: note: Assuming that condition 'if(buf)' is not redundant
lesstif-0.95.2/scripts/man2html.c:4205:19: note: Null pointer addition
lesstif-0.95.2/scripts/man2html.c:861:3: style: Variable 'f[5]' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/scripts/man2html.c:859:3: note: Variable 'f[5]' is reassigned a value before the old one has been used.
lesstif-0.95.2/scripts/man2html.c:861:3: note: Variable 'f[5]' is reassigned a value before the old one has been used.
lesstif-0.95.2/scripts/man2html.c:984:3: style: Variable 'f[1]' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/scripts/man2html.c:982:3: note: Variable 'f[1]' is reassigned a value before the old one has been used.
lesstif-0.95.2/scripts/man2html.c:984:3: note: Variable 'f[1]' is reassigned a value before the old one has been used.
lesstif-0.95.2/scripts/man2html.c:2318:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lesstif-0.95.2/scripts/man2html.c:824:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:1325:20: style: The scope of the variable 'tr2' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:1472:46: style: The scope of the variable 'linesize' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:1473:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:2158:16: style: The scope of the variable 'mandoc_synopsis' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:2159:16: style: The scope of the variable 'mandoc_command' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:2160:16: style: The scope of the variable 'mandoc_bd_options' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:2162:13: style: The scope of the variable 'mode' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:3867:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:3869:9: style: The scope of the variable 'mopt' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:3874:11: style: The scope of the variable 'fullname' can be reduced. [variableScope]
lesstif-0.95.2/scripts/man2html.c:732:0: error: Memory leak: man_buf [memleak]
lesstif-0.95.2/scripts/man2html.c:2912:17: error: Uninitialized variable: list_options [uninitvar]
lesstif-0.95.2/scripts/man2html.c:3024:17: error: Uninitialized variable: bd_options [uninitvar]
lesstif-0.95.2/scripts/mkinline.c:145:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/scripts/mkinline.c:64:3: error: Resource leak: in [resourceLeak]
typedefs.c:1066:27: warning: Possible null pointer dereference: b [nullPointer]
typedefs.c:1063:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
typedefs.c:1066:27: note: Null pointer dereference
typedefs.c:1068:9: warning: Possible null pointer dereference: b [nullPointer]
typedefs.c:1063:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
typedefs.c:1068:9: note: Null pointer dereference
typedefs.c:1435:2: warning: Possible null pointer dereference: b [nullPointer]
typedefs.c:1324:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
typedefs.c:1435:2: note: Null pointer dereference
typedefs.c:1436:2: warning: Possible null pointer dereference: b [nullPointer]
typedefs.c:1324:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
typedefs.c:1436:2: note: Null pointer dereference
typedefs.c:1447:9: warning: Possible null pointer dereference: b [nullPointer]
typedefs.c:1324:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
typedefs.c:1447:9: note: Null pointer dereference
typedefs.c:1176:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
typedefs.c:357:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
typedefs.c:1176:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
typedefs.c:1199:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
typedefs.c:563:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
typedefs.c:1199:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
typedefs.c:1620:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
typedefs.c:310:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
typedefs.c:1620:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
typedefs.c:1633:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
typedefs.c:311:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
typedefs.c:1633:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
typedefs.c:1633:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
typedefs.c:311:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
typedefs.c:1633:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
typedefs.c:1765:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
typedefs.c:529:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
typedefs.c:1765:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lesstif-0.95.2/test/Mrm/mrm/test2.c:21:22: style: Unused variable: w [unusedVariable]
lesstif-0.95.2/test/Mrm/mrm/test2.c:24:13: style: Unused variable: cl [unusedVariable]
lesstif-0.95.2/test/Mrm/xmp/Grid.c:569:36: style: Variable 'childWidth' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Mrm/xmp/Grid.c:573:38: style: Variable 'childHeight' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Mrm/xmp/String.c:415:27: warning: Redundant assignment of 'nw->string.alignment' to itself. [selfAssignment]
lesstif-0.95.2/test/Mrm/xmp/String.c:352:10: style: Variable 'mh' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/combobox/test11.c:21:15: style: Variable 'result_index' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/combobox/test11.c:23:25: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/combobox/test12.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/combobox/test12.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/combobox/test12.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/combobox/test12.c:42:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/combobox/test2.c:61:38: style: Unused variable: label [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/combobox/test6.c:23:8: warning: Redundant assignment of 'foo' to itself. [selfAssignment]
lesstif-0.95.2/test/Xm-2.0/combobox/test6.c:24:11: warning: Redundant assignment of 'foobar' to itself. [selfAssignment]
lesstif-0.95.2/test/Xm-2.0/combobox/test7.c:21:8: warning: Redundant assignment of 'foo' to itself. [selfAssignment]
lesstif-0.95.2/test/Xm-2.0/combobox/test7.c:22:11: warning: Redundant assignment of 'foobar' to itself. [selfAssignment]
lesstif-0.95.2/test/Xm-2.0/container/test1.c:43:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test1.c:45:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test3.c:46:12: style: Unused variable: dpy [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test3.c:47:23: style: Unused variable: widget [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test3.c:49:10: style: Unused variable: p [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test3.c:50:9: style: Unused variable: fg [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test3.c:50:13: style: Unused variable: bg [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/container/test4.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/container/test5.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/container/test5.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/container/test5.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/container/test5.c:42:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test1.c:44:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test1.c:46:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test10.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test10.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test11.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test11.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test12.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test12.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test13.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test13.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test14.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test14.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test15.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test15.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test16.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test16.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test2.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test2.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test3.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test3.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test4.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test4.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test5.c:44:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test5.c:46:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test6.c:46:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test6.c:48:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test7.c:44:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test7.c:46:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test8.c:45:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test8.c:47:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test9.c:46:32: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/draw/test9.c:48:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/grabshell/test4.c:88:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/grabshell/test5.c:93:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/grabshell/test6.c:91:12: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/grabshell/test7.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/grabshell/test7.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/grabshell/test7.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/grabshell/test7.c:42:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/icong/test1.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/icong/test1.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/icong/test1.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/icong/test1.c:21:22: style: Unused variable: bb [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/icong/test1.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/messages/test1.c:18:6: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/messages/test1.c:19:8: style: Unused variable: p [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/messages/test2.c:18:6: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/messages/test2.c:19:8: style: Unused variable: p [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/notebook/test2.c:62:31: style: Unused variable: cw [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/notebook/test4.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/notebook/test4.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/notebook/test4.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/notebook/test4.c:42:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:25:60: style: Variable 'cbp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:32:60: style: Variable 'cbp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:75:8: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:48:18: style: Unused variable: context [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:49:8: style: Unused variable: text [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:50:18: style: Unused variable: tag [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:51:20: style: Unused variable: dir [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test2.c:52:10: style: Unused variable: sep [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test3.c:154:16: style: The scope of the variable 'n' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/rendition/test3.c:13:60: style: Variable 'cbp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test3.c:20:60: style: Variable 'cbp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test3.c:210:8: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test3.c:144:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:171:8: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:157:6: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:141:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:143:16: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:144:16: style: Variable 'tabs' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:145:16: style: Unused variable: tablist [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:146:16: style: Variable 'renditions' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:147:16: style: Unused variable: rendertable [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:150:16: style: Variable 'pixels' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/rendition/test4.c:151:16: style: Unused variable: n [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test1.c:22:29: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test1.c:24:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test10.c:43:29: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test10.c:45:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test2.c:26:29: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test3.c:28:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test4.c:28:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test5.c:31:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test6.c:31:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test7.c:22:29: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test7.c:24:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test8.c:22:29: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test8.c:24:11: style: Unused variable: item [unusedVariable]
lesstif-0.95.2/test/Xm-2.0/spinbox/test9.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/spinbox/test9.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/spinbox/test9.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.0/spinbox/test9.c:42:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/xme/test1.c:14:8: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/xme/test1.c:15:8: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.0/xme/test1.c:16:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/messages/test2.c:17:8: style: Unused variable: p [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test1.c:83:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test1.c:90:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test1.c:136:8: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test10.c:19:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test10.c:20:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test10.c:22:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test10.c:41:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test3.c:34:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test3.c:43:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test5.c:83:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test5.c:90:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test5.c:166:6: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test6.c:179:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm-2.1/print/test6.c:186:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test6.c:247:6: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:201:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:188:22: style: Unused variable: print [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:188:29: style: Unused variable: fsb [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:190:14: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:192:10: style: Unused variable: win [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:193:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test7.c:194:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:189:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:176:22: style: Unused variable: print [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:176:29: style: Unused variable: fsb [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:178:14: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:180:10: style: Unused variable: win [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:181:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test8.c:182:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:87:11: style: Unused variable: f [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:88:16: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:215:10: style: Variable 'arrow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:204:22: style: Unused variable: print [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:204:29: style: Unused variable: fsb [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:206:14: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:208:10: style: Unused variable: win [unusedVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:209:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm-2.1/print/test9.c:210:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/arrowbg/test4.c:24:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbg/test4.c:25:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbg/test4.c:27:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbg/test4.c:48:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/arrowbutton/test4.c:24:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbutton/test4.c:25:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbutton/test4.c:27:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/arrowbutton/test4.c:48:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/baseclass/test5.c:26:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/baseclass/test6.c:29:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/baseclass/test7.c:26:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test10.c:52:5: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/bulletinboard/test10.c:26:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/bulletinboard/test10.c:27:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/bulletinboard/test10.c:29:12: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/bulletinboard/test11.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test11.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test11.c:82:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test11.c:83:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test11.c:160:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test12.c:82:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test12.c:82:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test14.c:76:8: style: Variable 'c2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test14.c:85:8: style: Variable 'c3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test15.c:38:3: style: Variable 'OriginalRequest' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/bulletinboard/test2.c:35:3: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/bulletinboard/test2.c:30:3: note: Variable 'c' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/bulletinboard/test2.c:35:3: note: Variable 'c' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/bulletinboard/test2.c:35:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:137:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:123:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:137:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:141:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:137:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:141:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:89:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test1.c:141:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:76:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:73:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:76:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:79:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:76:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:79:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:93:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:79:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:93:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test4.c:69:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test5.c:33:10: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test5.c:34:10: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test6.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebutton/test6.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebutton/test6.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebutton/test6.c:45:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test7.c:90:11: style: Variable 'cb1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test7.c:100:11: style: Variable 'cb3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test7.c:109:11: style: Variable 'pb1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test7.c:116:17: style: Variable 'drawing_a' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:145:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:131:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:145:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:149:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:145:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:149:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:91:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebutton/test8.c:149:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test1.c:40:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:144:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:130:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:144:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:148:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:144:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:148:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/cascadebuttong/test2.c:96:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test3.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebuttong/test3.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebuttong/test3.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cascadebuttong/test3.c:45:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test4.c:89:11: style: Variable 'cb1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test4.c:99:11: style: Variable 'cb3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test4.c:108:11: style: Variable 'pb1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test4.c:115:17: style: Variable 'drawing_a' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test5.c:79:11: style: Variable 'pb1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test5.c:83:11: style: Variable 'pb2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test5.c:87:11: style: Variable 'pb3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test6.c:54:22: style: Unused variable: mi1 [unusedVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test6.c:55:22: style: Unused variable: mi2 [unusedVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test6.c:56:22: style: Unused variable: ci1 [unusedVariable]
lesstif-0.95.2/test/Xm/cascadebuttong/test6.c:57:22: style: Unused variable: ci2 [unusedVariable]
lesstif-0.95.2/test/Xm/command/test3.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/command/test3.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/command/test3.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/command/test3.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/cutpaste/test4.c:62:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cutpaste/test4.c:63:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/cutpaste/test4.c:64:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/dialogs/test1.c:78:3: style: Variable 'butt2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/dialogs/test1.c:74:3: note: Variable 'butt2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dialogs/test1.c:78:3: note: Variable 'butt2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dialogs/test1.c:78:11: style: Variable 'butt2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/dialogs/test2.c:75:10: style: Variable 'butt2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_drop/test1.c:48:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:137:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:219:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:262:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:94:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:96:5: style: The scope of the variable 'num_target_lists' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:156:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:158:5: style: The scope of the variable 'num_atoms' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:238:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:164:19: style: struct member 'Anonymous0::format' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:165:19: style: struct member 'Anonymous0::version' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:166:19: style: struct member 'Anonymous0::num' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:167:17: style: struct member 'Anonymous0::AtomTime' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:306:8: style: Unused variable: DummyLabel [unusedVariable]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:307:8: style: Unused variable: DummyLabelWindow [unusedVariable]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:475:8: style: Unused variable: DummyLabel [unusedVariable]
lesstif-0.95.2/test/Xm/drag_drop/test3.c:480:8: style: Unused variable: DummyLabelWindow [unusedVariable]
lesstif-0.95.2/test/Xm/drag_help/callbacks.c:99:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_help/drag_bitmap.c:67:3: style: Variable 'export_targets' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_help/drop_site_val.c:24:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_help/export_bitmap.c:17:18: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_help/test1.c:85:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_help/test1.c:58:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/test1.c:85:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/test1.c:87:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_help/test1.c:59:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/test1.c:87:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/test1.c:96:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_help/test1.c:60:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/test1.c:96:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_help/transfer_bitmap.c:56:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_icon/callbacks.c:98:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_icon/drag_bitmap.c:67:3: style: Variable 'export_targets' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_icon/export_bitmap.c:17:18: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_icon/test1.c:75:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_icon/test1.c:57:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/test1.c:75:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/test1.c:77:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_icon/test1.c:58:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/test1.c:77:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/test1.c:86:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_icon/test1.c:59:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/test1.c:86:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_icon/transfer_bitmap.c:57:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_move/callbacks.c:97:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_move/drag_bitmap.c:27:17: style: Variable 'drag_context' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_move/export_bitmap.c:18:18: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_move/test1.c:75:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_move/test1.c:57:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_move/test1.c:75:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_move/test1.c:77:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_move/test1.c:58:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_move/test1.c:77:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_move/test1.c:86:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_move/test1.c:59:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_move/test1.c:86:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/callbacks.c:96:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_pixmaps/drag_bitmap.c:29:17: style: Variable 'drag_context' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_pixmaps/export_bitmap.c:17:18: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:75:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:57:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:75:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:77:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:58:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:77:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:86:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:59:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/test1.c:86:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_pixmaps/transfer_bitmap.c:56:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_simple/callbacks.c:96:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drag_simple/drag_bitmap.c:27:17: style: Variable 'drag_context' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drag_simple/test1.c:83:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_simple/test1.c:65:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_simple/test1.c:83:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_simple/test1.c:85:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_simple/test1.c:66:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_simple/test1.c:85:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_simple/test1.c:94:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/drag_simple/test1.c:67:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drag_simple/test1.c:94:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/drawingarea/test1.c:14:16: style: Variable 'drawingArea' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test10.c:43:12: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test10.c:49:18: style: Variable 'other_button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test3.c:22:12: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test3.c:27:18: style: Variable 'other_button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test6.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawingarea/test6.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawingarea/test6.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawingarea/test6.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawingarea/test7.c:83:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/drawingarea/test7.c:83:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/drawingarea/test7.c:84:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/drawingarea/test7.c:85:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/drawingarea/test7.c:162:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/drawnbutton/test4.c:26:9: style: Variable 'butt' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/drawnbutton/test6.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawnbutton/test6.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawnbutton/test6.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/drawnbutton/test6.c:43:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/dynamic_drag/callbacks.c:96:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/dynamic_drag/drag_bitmap.c:67:3: style: Variable 'export_targets' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/dynamic_drag/drop_site_val.c:26:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/dynamic_drag/export_bitmap.c:17:18: style: The scope of the variable 'status' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:85:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:58:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:85:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:87:2: style: Variable 'da' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:59:0: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:87:2: note: Variable 'da' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:96:2: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:60:0: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/test1.c:96:2: note: Variable 'button' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/dynamic_drag/transfer_bitmap.c:56:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/extobj/test1.c:28:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/extobj/test2.c:143:31: style: Unused variable: lp [unusedVariable]
lesstif-0.95.2/test/Xm/extobj/test2.c:145:13: style: Unused variable: name [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/mkdirtree.c:52:10: style: Unused variable: rc [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test11.c:61:18: style: The scope of the variable 'val' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/filesb/test11.c:118:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:124:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:125:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:126:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:127:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:132:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:133:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:134:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:142:24: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lesstif-0.95.2/test/Xm/filesb/test11.c:103:14: style: Unused variable: fsb [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test13.c:28:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/filesb/test13.c:29:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/filesb/test13.c:31:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/filesb/test13.c:52:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/filesb/test14.c:36:14: style: Unused variable: d [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test14.c:36:17: style: Unused variable: f [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test14.c:37:14: style: Unused variable: pd [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test14.c:37:18: style: Unused variable: pf [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test18.c:146:29: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/filesb/test19.c:23:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/filesb/test19.c:24:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test19.c:26:28: style: Variable 'form' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/test/Xm/filesb/test19.c:47:21: error: Uninitialized variable: form [uninitvar]
lesstif-0.95.2/test/Xm/filesb/test20.c:23:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/filesb/test20.c:24:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/filesb/test4.c:94:2: style: Variable 'writable_files' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/filesb/test4.c:75:0: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/filesb/test4.c:94:2: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/filesb/test6.c:92:2: style: Variable 'writable_files' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/filesb/test6.c:73:0: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/filesb/test6.c:92:2: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/filesb/test8.c:91:2: style: Variable 'writable_files' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/filesb/test8.c:72:0: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/filesb/test8.c:91:2: note: Variable 'writable_files' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/fonts/test1.c:25:16: style: Variable 'fontlist' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/fonts/test1.c:35:11: style: Variable 'foo' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/fonts/test2.c:58:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/fonts/test2.c:62:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/fonts/test2.c:70:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/fonts/test2.c:74:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/fonts/test2.c:78:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/form/test15.c:434:2: style: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test15.c:433:2: note: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lesstif-0.95.2/test/Xm/form/test15.c:434:2: note: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lesstif-0.95.2/test/Xm/form/test15.c:491:2: style: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test15.c:490:2: note: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lesstif-0.95.2/test/Xm/form/test15.c:491:2: note: Variable 'ExpectedResults[2].request_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lesstif-0.95.2/test/Xm/form/test15.c:596:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/form/test15.c:448:11: style: Unused variable: h [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:448:13: style: Unused variable: w [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:449:11: style: Unused variable: ch [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:450:10: style: Unused variable: cx [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:450:13: style: Unused variable: cy [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:506:11: style: Unused variable: ch [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:506:14: style: Unused variable: cw [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:507:10: style: Unused variable: cx [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:507:13: style: Unused variable: cy [unusedVariable]
lesstif-0.95.2/test/Xm/form/test15.c:578:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:579:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:580:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:581:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:586:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:587:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:588:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test15.c:589:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test2.c:41:9: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test24.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/form/test24.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/form/test24.c:204:0: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test24.c:222:0: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test3.c:39:11: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test32.c:30:22: style: Unused variable: sep3 [unusedVariable]
lesstif-0.95.2/test/Xm/form/test38.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/form/test38.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/form/test38.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/form/test38.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test42.c:35:27: style: Unused variable: list [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:35:33: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:81:12: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test42.c:35:47: style: Unused variable: option [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:37:13: style: Unused variable: width [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:37:20: style: Unused variable: height [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:37:28: style: Unused variable: border [unusedVariable]
lesstif-0.95.2/test/Xm/form/test42.c:40:7: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test43.c:36:22: style: Unused variable: row [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:36:33: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:36:41: style: Unused variable: text [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:36:47: style: Unused variable: option [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:38:13: style: Unused variable: width [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:38:20: style: Unused variable: height [unusedVariable]
lesstif-0.95.2/test/Xm/form/test43.c:38:28: style: Unused variable: border [unusedVariable]
lesstif-0.95.2/test/Xm/form/test45.c:136:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:135:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:136:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:151:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:150:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:151:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:166:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:165:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:166:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:180:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:179:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:180:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:194:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:193:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:194:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:208:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:207:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:208:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:222:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:221:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:222:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:237:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:236:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:237:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:252:3: style: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test45.c:251:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:252:3: note: Variable 'Expect.geo.request_mode' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test45.c:38:3: style: Variable 'OriginalRequest' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test46.c:75:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test47.c:86:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test48.c:71:18: style: Unused variable: widest [unusedVariable]
lesstif-0.95.2/test/Xm/form/test48.c:71:26: style: Unused variable: width [unusedVariable]
lesstif-0.95.2/test/Xm/form/test48.c:71:33: style: Unused variable: spacing [unusedVariable]
lesstif-0.95.2/test/Xm/form/test49.c:26:11: style: Unused variable: Event [unusedVariable]
lesstif-0.95.2/test/Xm/form/test49.c:27:21: style: Unused variable: cx30 [unusedVariable]
lesstif-0.95.2/test/Xm/form/test49.c:51:13: style: Variable 'display' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test50.c:42:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test51.c:20:33: style: Unused variable: MiddleLabel [unusedVariable]
lesstif-0.95.2/test/Xm/form/test53.c:329:5: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/form/test53.c:79:76: note: Variable 'n' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test53.c:329:5: note: Variable 'n' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/form/test53.c:362:13: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test56.c:225:38: style: Redundant condition: geo->request_mode&CWX. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lesstif-0.95.2/test/Xm/form/test56.c:226:38: style: Redundant condition: geo->request_mode&CWY. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lesstif-0.95.2/test/Xm/form/test56.c:227:42: style: Redundant condition: geo->request_mode&CWWidth. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lesstif-0.95.2/test/Xm/form/test56.c:228:43: style: Redundant condition: geo->request_mode&CWHeight. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lesstif-0.95.2/test/Xm/form/test56.c:229:48: style: Redundant condition: geo->request_mode&CWBorderWidth. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lesstif-0.95.2/test/Xm/form/test56.c:1006:132: style: Same expression on both sides of '|'. [duplicateExpression]
lesstif-0.95.2/test/Xm/form/test56.c:1007:132: style: Same expression on both sides of '|'. [duplicateExpression]
lesstif-0.95.2/test/Xm/form/test56.c:1012:132: style: Same expression on both sides of '|'. [duplicateExpression]
lesstif-0.95.2/test/Xm/form/test56.c:271:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/form/test56.c:252:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:253:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:254:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:255:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:256:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:257:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:258:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:260:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:261:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:262:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test56.c:263:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/form/test58.c:80:42: style: Same expression on both sides of '||'. [duplicateExpression]
lesstif-0.95.2/test/Xm/form/test6.c:117:8: style: Variable 'cb' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test60.c:34:6: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test60.c:45:6: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test61.c:59:6: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test7.c:33:11: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test8.c:97:7: style: Variable 'b1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test8.c:109:7: style: Variable 'b2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test8.c:121:7: style: Variable 'b3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/form/test8.c:133:7: style: Variable 'b4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test1.c:27:9: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test1.c:38:11: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test1.c:42:10: style: Variable 'five' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test10.c:33:10: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test11.c:42:11: style: Variable 'inner' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test11.c:27:11: style: Variable 'outer' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test11.c:38:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test11.c:17:55: style: Unused variable: two [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test11.c:55:11: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test2.c:30:9: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test2.c:41:11: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test2.c:45:10: style: Variable 'five' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test4.c:23:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/frame/test4.c:24:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/frame/test4.c:26:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/frame/test4.c:43:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test5.c:82:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test5.c:82:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test5.c:83:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test5.c:84:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test5.c:161:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test6.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test6.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test7.c:25:9: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/frame/test7.c:15:30: style: Unused variable: three [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test7.c:15:37: style: Unused variable: four [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test7.c:15:43: style: Unused variable: five [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test8.c:17:30: style: Unused variable: three [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test8.c:17:37: style: Unused variable: four [unusedVariable]
lesstif-0.95.2/test/Xm/frame/test8.c:17:43: style: Unused variable: five [unusedVariable]
lesstif-0.95.2/test/Xm/geometry/Trivial.c:157:35: style: Function 'class_part_initialize' argument 1 names different: declaration 'class' definition 'widget_class'. [funcArgNamesDifferent]
lesstif-0.95.2/test/Xm/geometry/Trivial.c:13:47: note: Function 'class_part_initialize' argument 1 names different: declaration 'class' definition 'widget_class'.
lesstif-0.95.2/test/Xm/geometry/Trivial.c:157:35: note: Function 'class_part_initialize' argument 1 names different: declaration 'class' definition 'widget_class'.
lesstif-0.95.2/test/Xm/geometry/Trivial.c:175:19: style: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'. [funcArgNamesDifferent]
lesstif-0.95.2/test/Xm/geometry/Trivial.c:17:34: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/test/Xm/geometry/Trivial.c:175:19: note: Function 'set_values' argument 1 names different: declaration 'current' definition 'old'.
lesstif-0.95.2/test/Xm/geometry/Trivial.c:271:34: style: Function 'trivial_NoGeoRequest' argument 1 names different: declaration '_geoSpec' definition 'geo'. [funcArgNamesDifferent]
lesstif-0.95.2/test/Xm/geometry/Trivial.c:23:42: note: Function 'trivial_NoGeoRequest' argument 1 names different: declaration '_geoSpec' definition 'geo'.
lesstif-0.95.2/test/Xm/geometry/Trivial.c:271:34: note: Function 'trivial_NoGeoRequest' argument 1 names different: declaration '_geoSpec' definition 'geo'.
lesstif-0.95.2/test/Xm/label/test10.c:43:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/label/test10.c:37:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test10.c:43:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test10.c:49:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/label/test10.c:43:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test10.c:49:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test10.c:53:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/label/test10.c:49:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test10.c:53:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test11.c:21:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/label/test3.c:129:18: style: Variable 'file_button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/label/test3.c:342:22: style: Variable 'switch_off_label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/label/test4.c:33:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/label/test4.c:27:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test4.c:33:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test4.c:37:3: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/label/test4.c:33:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test4.c:37:3: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/label/test5.c:165:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/label/test5.c:189:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/label/test8.c:48:2: warning: printf format string requires 2 parameters but 3 are given. [wrongPrintfScanfArgNum]
lesstif-0.95.2/test/Xm/label/test8.c:166:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/label/test9.c:164:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/labelg/test1.c:30:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/labelg/test1.c:22:14: style: Variable 'fontlist' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/labelg/test2.c:40:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/labelg/test4.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/labelg/test4.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/labelg/test4.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/labelg/test4.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/labelg/test5.c:26:11: style: Variable 'two' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/labelg/test5.c:18:16: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/list/test15.c:18:27: style: Variable 'list' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/list/test16.c:26:25: style: struct member 'DragInfo::numDragNames' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/list/test16.c:27:25: style: struct member 'DragInfo::dirName' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/list/test16.c:27:43: style: struct member 'DragInfo::dragName' is never used. [unusedStructMember]
lesstif-0.95.2/test/Xm/list/test16.c:69:15: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:171:7: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:171:10: style: Unused variable: j [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:172:8: style: Unused variable: dirBuffer [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:172:28: style: Unused variable: tokptr [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:172:37: style: Unused variable: strptr [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:241:20: style: Unused variable: one [unusedVariable]
lesstif-0.95.2/test/Xm/list/test16.c:241:25: style: Unused variable: two [unusedVariable]
lesstif-0.95.2/test/Xm/list/test17.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/list/test17.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/list/test17.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/list/test17.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/list/test19.c:13:19: style: Unused variable: str_days [unusedVariable]
lesstif-0.95.2/test/Xm/list/test19.c:14:9: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/list/test2.c:28:13: style: Variable 'listw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/list/test23.c:97:10: style: Unused variable: tmpDialogW [unusedVariable]
lesstif-0.95.2/test/Xm/list/test23.c:98:10: style: Unused variable: tmpFormW [unusedVariable]
lesstif-0.95.2/test/Xm/list/test23.c:99:10: style: Unused variable: labelTmp [unusedVariable]
lesstif-0.95.2/test/Xm/list/test24.c:102:10: style: Unused variable: tmpDialogW [unusedVariable]
lesstif-0.95.2/test/Xm/list/test24.c:103:10: style: Unused variable: tmpFormW [unusedVariable]
lesstif-0.95.2/test/Xm/list/test24.c:104:10: style: Unused variable: labelTmp [unusedVariable]
lesstif-0.95.2/test/Xm/list/test28.c:73:6: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/list/test4.c:28:13: style: Variable 'listw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/list/test8.c:21:13: style: Variable 'listw' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:37:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:58:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:68:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:63:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:77:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:83:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:88:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:47:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:53:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test1.c:105:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test10.c:69:15: style: Variable 'cascade' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:82:15: style: Variable 'quitbutton' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:88:15: style: Variable 'nextbutton' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:94:15: style: Variable 'prevbutton' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:100:15: style: Variable 'basebutton' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:106:16: style: Variable 'spacerlabel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:112:17: style: Variable 'timingbutton' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:288:14: style: Variable 'infolabel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:300:13: style: Variable 'csrlabel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:314:13: style: Variable 'mkrlabel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test11.c:326:13: style: Variable 'diflabel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test12.c:120:9: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test12.c:121:9: style: Unused variable: n [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test12.c:181:43: style: Unused variable: frame [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test12.c:183:12: style: Unused variable: command [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test13.c:115:5: style: Variable 'menubar' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/mainw/test13.c:87:0: note: Variable 'menubar' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mainw/test13.c:115:5: note: Variable 'menubar' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mainw/test13.c:122:5: style: Variable 'pulldown' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/mainw/test13.c:88:0: note: Variable 'pulldown' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mainw/test13.c:122:5: note: Variable 'pulldown' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mainw/test14.c:99:9: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:100:9: style: Unused variable: n [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:160:20: style: Unused variable: mainWindow [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:160:41: style: Unused variable: frame [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:162:10: style: Unused variable: command [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:162:19: style: Unused variable: paned [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test14.c:162:26: style: Unused variable: GLWidget [unusedVariable]
lesstif-0.95.2/test/Xm/mainw/test15.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/mainw/test15.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/mainw/test15.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/mainw/test15.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test18.c:44:17: style: Variable 'root_window' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test18.c:63:18: style: Variable 'label_string' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:42:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:64:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:74:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:69:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:83:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:89:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:94:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:53:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:59:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test2.c:112:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:44:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:66:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:76:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:71:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:85:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:91:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:96:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:55:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:61:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test3.c:116:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:80:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:102:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:112:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:107:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:121:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:127:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:132:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:91:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:97:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test4.c:157:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:47:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:69:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:79:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:74:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:88:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:94:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:99:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:58:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:64:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test5.c:120:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:48:14: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:70:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:80:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:75:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:89:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:95:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:100:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:59:15: style: Variable 'button6' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:65:15: style: Variable 'button7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test6.c:120:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test7.c:42:13: style: Variable 'hello' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test7.c:40:13: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test8.c:101:13: style: Variable 'frame' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mainw/test9.c:64:11: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test10.c:343:5: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lesstif-0.95.2/test/Xm/menushell/test10.c:495:28: style: The scope of the variable 'cmp' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/menushell/test10.c:96:17: style: Unused variable: statbuf [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test10.c:407:15: style: Unused variable: help [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test10.c:409:15: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test10.c:662:11: style: Unused variable: savedDefaultDir [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test10.c:727:19: style: Variable 'menu' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test11.c:343:5: warning: sprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lesstif-0.95.2/test/Xm/menushell/test11.c:495:28: style: The scope of the variable 'cmp' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/menushell/test11.c:96:17: style: Unused variable: statbuf [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test11.c:407:15: style: Unused variable: help [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test11.c:409:15: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test11.c:662:11: style: Unused variable: savedDefaultDir [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test11.c:727:19: style: Variable 'menu' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test6.c:68:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lesstif-0.95.2/test/Xm/menushell/test7.c:37:21: style: Variable 'menuPost' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test8.c:32:21: style: Variable 'menuPost' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test8.c:33:16: style: Unused variable: foo [unusedVariable]
lesstif-0.95.2/test/Xm/menushell/test9.c:32:20: style: Variable 'menuPost' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/menushell/test9.c:33:15: style: Unused variable: foo [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test11.c:17:11: style: Unused variable: xms [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test13.c:68:33: style: Unused variable: w_form [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test13.c:69:12: style: Unused variable: xmstr [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test15.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test15.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test15.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test15.c:41:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test16.c:61:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lesstif-0.95.2/test/Xm/messagebox/test16.c:98:10: style: The scope of the variable 'width_string' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test16.c:98:29: style: The scope of the variable 'height_string' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test16.c:102:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/messagebox/test16.c:142:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test16.c:217:11: style: Variable 'la' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test16.c:142:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lesstif-0.95.2/test/Xm/messagebox/test18.c:56:18: style: Variable 'foo' is allocated memory that is never used. [unusedAllocatedMemory]
lesstif-0.95.2/test/Xm/messagebox/test18.c:83:0: error: Memory leak: foo [memleak]
lesstif-0.95.2/test/Xm/messagebox/test20.c:17:18: style: Unused variable: rc [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test21.c:18:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test21.c:11:14: style: Unused variable: tmpe [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test21.c:12:16: style: Unused variable: pack [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test21.c:13:8: style: Unused variable: cols [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test3.c:34:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test3.c:28:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:34:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:39:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test3.c:34:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:39:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:44:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test3.c:39:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:44:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:49:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test3.c:44:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:49:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test3.c:49:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test3.c:54:9: style: Variable 'tmpe' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test4.c:79:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test6.c:32:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test6.c:27:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:32:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:36:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test6.c:32:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:36:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:40:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test6.c:36:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:40:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:44:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/messagebox/test6.c:40:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:44:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/messagebox/test6.c:44:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test6.c:48:9: style: Variable 'tmpe' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test7.c:45:13: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test7.c:94:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test8.c:65:11: style: Unused variable: depth [unusedVariable]
lesstif-0.95.2/test/Xm/messagebox/test8.c:128:9: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/messagebox/test8.c:129:9: style: Unused variable: n [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test11.c:74:2: style: Variable 'bullboard' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test11.c:65:0: note: Variable 'bullboard' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test11.c:74:2: note: Variable 'bullboard' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test11.c:78:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test11.c:66:0: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test11.c:78:2: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test13.c:148:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test13.c:149:27: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test15.c:386:8: style: Unused variable: p [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test16.c:406:28: style: Expression is always false because 'else if' condition matches previous condition at line 396. [multiCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1230:13: style: Expression is always false because 'else if' condition matches previous condition at line 1227. [multiCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:435:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:443:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:447:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:451:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:455:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:459:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:463:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:467:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:471:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:475:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:479:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:483:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:487:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:491:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:495:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:499:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:503:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:507:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:511:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:515:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:519:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:523:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:527:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:531:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:535:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:539:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:543:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:547:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:551:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:555:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:559:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:563:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:567:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:571:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:575:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:579:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:583:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:587:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:591:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:595:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:599:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:603:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:657:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:661:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:665:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:669:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:673:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:677:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:681:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:685:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:689:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:694:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:699:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:703:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:707:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:711:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:715:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:719:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:723:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:727:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:731:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:735:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:739:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:743:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:747:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:751:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:755:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:759:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:763:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:767:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:771:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:775:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:779:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:783:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:787:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:791:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:795:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:799:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:803:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:807:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:811:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:821:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:825:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:829:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:833:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:837:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:841:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:845:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:849:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:853:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:857:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:861:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:865:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:869:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:873:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:878:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:887:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:891:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:895:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:899:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:903:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:907:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:911:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:915:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:919:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:923:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:927:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:931:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:944:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:948:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:949:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:950:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:986:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1039:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1057:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1081:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1084:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1087:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1090:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1093:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1096:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1099:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1102:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1105:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1108:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1111:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1114:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1117:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1120:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1123:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1126:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1129:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1132:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1135:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1138:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1141:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1144:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1147:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1150:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1153:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1156:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1159:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1162:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1165:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1168:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1171:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1174:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1177:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1180:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1183:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1186:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1189:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1192:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1195:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1198:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1201:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1204:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1208:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1212:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1215:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1218:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1221:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1224:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1227:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1230:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1233:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1236:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1239:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1242:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1245:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1248:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1251:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1254:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1279:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1297:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1330:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1334:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1335:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1336:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1375:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1389:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1400:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1408:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1416:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1424:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1432:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1440:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1452:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1460:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1472:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1486:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1504:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1515:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1528:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1536:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1544:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1552:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1560:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1568:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1576:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1588:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1600:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1612:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1620:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1628:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1636:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1647:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1655:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1663:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1671:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1679:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1694:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1702:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1714:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1730:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1740:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1748:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1756:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1768:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1776:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1786:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1797:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1807:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1815:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1825:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1833:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1841:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1850:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1860:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1868:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1876:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1884:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1893:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1902:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1910:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1918:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1927:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1935:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:1943:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2013:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2017:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2021:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2044:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2067:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2113:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2117:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2142:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2152:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2162:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2172:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2189:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2193:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2194:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2195:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2220:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2500:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2504:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2609:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2653:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2674:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2683:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2692:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2701:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2710:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2719:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2732:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2741:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2775:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2809:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2818:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2827:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2836:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2845:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2854:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2863:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2872:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2882:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2895:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2908:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2932:40: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lesstif-0.95.2/test/Xm/misc/test16.c:2023:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/misc/test16.c:2046:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/misc/test16.c:2111:5: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/misc/test16.c:2019:0: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test16.c:2768:73: style: Variable 'ext' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test16.c:2874:13: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test18.c:98:7: style: Variable 'pulldown' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test18.c:67:31: style: Unused variable: cascade [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test19.c:14:8: style: Variable 'text' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test19.c:15:8: style: Variable 'func' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test19.c:16:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test21.c:21:10: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test21.c:22:20: style: Unused variable: nb [unusedVariable]
lesstif-0.95.2/test/Xm/misc/test5.c:497:7: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test7.c:75:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/misc/test8.c:110:2: style: Variable 'template' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:85:0: note: Variable 'template' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:110:2: note: Variable 'template' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:112:2: style: Variable 'sep' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:86:0: note: Variable 'sep' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:112:2: note: Variable 'sep' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:116:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:87:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:116:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:118:2: style: Variable 'radiob' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:88:0: note: Variable 'radiob' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:118:2: note: Variable 'radiob' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:119:2: style: Variable 'radio_1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:89:0: note: Variable 'radio_1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:119:2: note: Variable 'radio_1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:120:2: style: Variable 'radio_2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:90:0: note: Variable 'radio_2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:120:2: note: Variable 'radio_2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:121:2: style: Variable 'radio_3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:91:0: note: Variable 'radio_3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:121:2: note: Variable 'radio_3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:122:2: style: Variable 'label_1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:92:0: note: Variable 'label_1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:122:2: note: Variable 'label_1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:123:2: style: Variable 'text' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:93:0: note: Variable 'text' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:123:2: note: Variable 'text' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:126:2: style: Variable 'label_2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:94:0: note: Variable 'label_2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:126:2: note: Variable 'label_2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:131:2: style: Variable 'okb' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/misc/test8.c:95:0: note: Variable 'okb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:131:2: note: Variable 'okb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/misc/test8.c:112:8: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/mwm/test3.c:107:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/mwm/test3.c:100:0: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mwm/test3.c:107:2: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/mwm/test5.c:36:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/mwm/test5.c:38:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/mwm/test6.c:57:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/mwm/test6.c:59:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/panedw/test1.c:28:7: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/panedw/test6.c:28:7: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/panedw/test9.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/panedw/test9.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/panedw/test9.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/panedw/test9.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/protocols/test2.c:112:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/protocols/test2.c:101:0: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test2.c:112:2: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test2.c:60:18: style: The scope of the variable 's' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/protocols/test2.c:62:23: style: The scope of the variable 'cm' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/protocols/test3.c:73:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/protocols/test3.c:62:0: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test3.c:73:2: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test4.c:89:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/protocols/test4.c:78:0: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test4.c:89:2: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/protocols/test4.c:50:18: style: The scope of the variable 's' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/protocols/test4.c:52:23: style: The scope of the variable 'cm' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbg/test2.c:40:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbg/test7.c:21:13: style: Variable 'three' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbg/test8.c:68:49: error: Uninitialized variable: borderWidth [uninitvar]
lesstif-0.95.2/test/Xm/pushbg/test9.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbg/test9.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbg/test9.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbg/test9.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test15.c:53:7: style: Variable 'b2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test16.c:70:49: error: Uninitialized variable: borderWidth [uninitvar]
lesstif-0.95.2/test/Xm/pushbutton/test18.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbutton/test18.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbutton/test18.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/pushbutton/test18.c:47:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test2.c:38:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test20.c:49:8: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test6.c:31:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/pushbutton/test7.c:31:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/reptype/test1.c:78:16: error: Null pointer dereference [nullPointer]
lesstif-0.95.2/test/Xm/resconvert/test1.c:38:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/resind/test1.c:26:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test1.c:76:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test11.c:39:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test11.c:44:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test11.c:49:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test11.c:54:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test11.c:59:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test16.c:75:2: style: Variable 'ac' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test16.c:71:2: note: Variable 'ac' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test16.c:75:2: note: Variable 'ac' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test17.c:107:18: style: Variable 'children' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test18.c:111:17: style: Variable 'file_cascade' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test18.c:112:17: style: Variable 'edit_cascade' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:52:11: style: Variable 'sep' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:42:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:47:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:57:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:62:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test2.c:67:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:12: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:16: style: Unused variable: mr [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:20: style: Unused variable: ml [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:24: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:28: style: Unused variable: ht [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:157:32: style: Unused variable: wd [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:204:12: style: Unused variable: button1 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:204:21: style: Unused variable: button2 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:204:30: style: Unused variable: button3 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:204:39: style: Unused variable: button4 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test22.c:204:48: style: Unused variable: button5 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test23.c:102:18: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test24.c:167:15: style: Variable 'button0' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test24.c:182:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test24.c:217:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test25.c:71:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test27.c:171:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test27.c:176:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test27.c:199:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test28.c:171:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test28.c:176:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test28.c:199:27: style: Variable 'Expected' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test3.c:42:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test3.c:47:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test3.c:52:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test3.c:57:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test3.c:62:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:238:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:245:16: style: Variable 'cascade2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:263:16: style: Variable 'cascade3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:219:12: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:269:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:274:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:279:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test33.c:284:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test35.c:54:22: style: Unused variable: w [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test36.c:77:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test36.c:77:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test37.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/rowcolumn/test37.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/rowcolumn/test37.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/rowcolumn/test37.c:45:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test38.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test38.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test38.c:82:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test38.c:83:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test38.c:160:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:145:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:149:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:145:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:167:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:171:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:167:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:82:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test39.c:82:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test4.c:37:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test4.c:42:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test4.c:48:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test4.c:54:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test4.c:59:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:256:5: style: Variable 'cascade1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:245:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:256:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:260:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:258:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:260:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:264:5: style: Variable 'cascade1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:256:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:264:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:266:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:260:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:266:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:269:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:266:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:269:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:264:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test40.c:269:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test42.c:27:10: style: Unused variable: TopLabel [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test44.c:63:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test44.c:70:16: style: Variable 'cascade2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test44.c:87:16: style: Variable 'cascade3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test44.c:46:12: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:305:16: style: Variable 'cascade3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:247:12: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:311:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:316:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:321:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test45.c:326:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test46.c:83:11: style: Variable 'opt' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test47.c:27:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/rowcolumn/test47.c:28:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/rowcolumn/test47.c:43:13: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test48.c:38:3: style: Variable 'OriginalRequest' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:263:5: style: Variable 'cascade1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:252:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:263:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:269:5: style: Variable 'cascade1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:263:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:269:5: note: Variable 'cascade1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:271:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:265:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:271:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:274:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:271:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:274:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:269:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test49.c:274:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test5.c:44:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test5.c:49:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test5.c:54:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test5.c:59:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test5.c:64:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test50.c:136:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test52.c:68:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/Xm/rowcolumn/test54.c:484:5: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test54.c:534:5: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test55.c:30:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:98:12: style: Variable 'label1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:109:12: style: Variable 'label2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:55:26: style: Unused variable: label4 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:55:34: style: Unused variable: label5 [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:120:12: style: Variable 'label7' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:103:12: style: Variable 'nametf' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:114:10: style: Variable 'idtf' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:125:13: style: Variable 'starttf' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:56:45: style: Unused variable: numtf [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test56.c:56:52: style: Unused variable: typetf [unusedVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test6.c:40:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test6.c:45:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test6.c:50:15: style: Variable 'button3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test6.c:55:15: style: Variable 'button4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test6.c:60:15: style: Variable 'button5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test60.c:35:15: style: Variable 'button1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test60.c:40:15: style: Variable 'button2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:67:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:66:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:67:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:68:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:67:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:68:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/rowcolumn/test62.c:68:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test63.c:80:6: warning: Either the condition 'cbs?XdbReason2String(cbs->reason):"XmCR_NONE /* cbs is NULL */"' is redundant or there is possible null pointer dereference: cbs. [nullPointerRedundantCheck]
lesstif-0.95.2/test/Xm/rowcolumn/test63.c:95:7: note: Assuming that condition 'cbs?XdbReason2String(cbs->reason):"XmCR_NONE /* cbs is NULL */"' is not redundant
lesstif-0.95.2/test/Xm/rowcolumn/test63.c:80:6: note: Null pointer dereference
lesstif-0.95.2/test/Xm/rowcolumn/test63.c:192:22: style: Variable 'pane1_tear_off' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test64.c:68:13: style: Variable 'right_w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test7.c:55:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test7.c:62:16: style: Variable 'cascade2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test7.c:79:16: style: Variable 'cascade3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/rowcolumn/test7.c:38:12: style: Unused variable: button [unusedVariable]
lesstif-0.95.2/test/Xm/scale/test13.c:35:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scale/test17.c:24:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scale/test17.c:25:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scale/test17.c:27:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scale/test17.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/screen/test1.c:45:8: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrollbar/test9.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrollbar/test9.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrollbar/test9.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrollbar/test9.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test13.c:113:8: style: Variable 'fc' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test15.c:20:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test15.c:21:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test15.c:23:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test15.c:43:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test16.c:82:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test16.c:82:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test16.c:83:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test16.c:84:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test16.c:161:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:59:58: warning: Either the condition 'request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:35:6: note: Assuming that condition 'request' is not redundant
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:59:58: note: Null pointer dereference
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:60:34: warning: Either the condition 'request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:35:6: note: Assuming that condition 'request' is not redundant
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:60:34: note: Null pointer dereference
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:61:35: warning: Either the condition 'request' is redundant or there is possible null pointer dereference: request. [nullPointerRedundantCheck]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:35:6: note: Assuming that condition 'request' is not redundant
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:61:35: note: Null pointer dereference
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:108:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:112:4: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:108:4: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:167:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:171:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:167:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:194:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:200:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:194:3: note: Found duplicate branches for 'if' and 'else'.
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test17.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test20.c:123:13: style: Unused variable: list_height [unusedVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test22.c:27:24: style: Variable 'f' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test23.c:42:13: style: Variable 'button' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test4.c:39:17: style: Variable 'root_window' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test4.c:57:18: style: Variable 'label_string' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:502:2: style: Variable 'appshell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:487:0: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:502:2: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:505:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:488:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:505:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:509:2: style: Variable 'bigger' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:489:0: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:509:2: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:519:2: style: Variable 'scrollw' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:490:0: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:519:2: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test5.c:423:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:146:2: style: Variable 'appshell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:134:0: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:146:2: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:149:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:135:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:149:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:153:2: style: Variable 'bigger' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:136:0: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:153:2: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test6.c:70:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:254:2: style: Variable 'appshell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:239:0: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:254:2: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:257:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:240:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:257:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:261:2: style: Variable 'bigger' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:241:0: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:261:2: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:279:2: style: Variable 'scrollw' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:242:0: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:279:2: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test7.c:172:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:354:2: style: Variable 'appshell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:339:0: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:354:2: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:357:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:340:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:357:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:361:2: style: Variable 'bigger' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:341:0: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:361:2: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:371:2: style: Variable 'scrollw' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:342:0: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:371:2: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test8.c:256:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:332:2: style: Variable 'appshell' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:317:0: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:332:2: note: Variable 'appshell' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:335:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:318:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:335:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:339:2: style: Variable 'bigger' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:319:0: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:339:2: note: Variable 'bigger' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:349:2: style: Variable 'scrollw' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:320:0: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:349:2: note: Variable 'scrollw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/scrolledwindow/test9.c:233:21: style: The scope of the variable 'y' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/selectionbox/test10.c:99:6: style: Unused variable: argc [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test10.c:100:6: style: Variable 'args' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selectionbox/test10.c:101:9: style: Unused variable: menu [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test10.c:101:15: style: Unused variable: pane1 [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test10.c:101:22: style: Unused variable: cascade1 [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test11.c:22:10: style: Unused variable: tmp [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test12.c:25:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selectionbox/test12.c:26:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test12.c:28:28: style: Variable 'form' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test12.c:49:21: error: Uninitialized variable: form [uninitvar]
lesstif-0.95.2/test/Xm/selectionbox/test13.c:25:7: style: Variable 'al' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selectionbox/test13.c:26:7: style: Unused variable: ac [unusedVariable]
lesstif-0.95.2/test/Xm/selectionbox/test5.c:18:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selectionbox/test5.c:19:10: style: Variable 'real' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selectionbox/test7.c:85:54: warning: Possible null pointer dereference: search [nullPointer]
lesstif-0.95.2/test/Xm/selectionbox/test7.c:79:15: note: Assignment 'search=NULL', assigned value is 0
lesstif-0.95.2/test/Xm/selectionbox/test7.c:85:54: note: Null pointer dereference
lesstif-0.95.2/test/Xm/selectionbox/test7.c:96:57: warning: Possible null pointer dereference: search [nullPointer]
lesstif-0.95.2/test/Xm/selectionbox/test7.c:90:15: note: Assignment 'search=NULL', assigned value is 0
lesstif-0.95.2/test/Xm/selectionbox/test7.c:96:57: note: Null pointer dereference
lesstif-0.95.2/test/Xm/selectionbox/test9.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/selectionbox/test9.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/selectionbox/test9.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/selectionbox/test9.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/selections/test1.c:184:2: style: Variable 'form' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/selections/test1.c:173:0: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test1.c:184:2: note: Variable 'form' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test1.c:196:2: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/selections/test1.c:175:0: note: Variable 'list' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test1.c:196:2: note: Variable 'list' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test1.c:200:2: style: Variable 'list_sw' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/selections/test1.c:174:0: note: Variable 'list_sw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test1.c:200:2: note: Variable 'list_sw' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/selections/test2.c:92:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/separator/test2.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/separator/test2.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/separator/test2.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/separator/test2.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/sepg/test2.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/sepg/test2.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/sepg/test2.c:25:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/sepg/test2.c:46:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/tearoff/test1.c:54:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/tearoff/test1.c:52:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/tearoff/test1.c:54:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/tearoff/test1.c:38:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/tearoff/test2.c:123:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/tearoff/test2.c:130:16: style: Variable 'cascade2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/tearoff/test2.c:147:16: style: Variable 'cascade3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/tearoff/test3.c:53:5: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/tearoff/test3.c:51:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/tearoff/test3.c:53:5: note: Variable 'w' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/tearoff/test3.c:37:16: style: Variable 'cascade1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test11.c:48:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test11.c:22:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/text/test11.c:23:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/text/test11.c:25:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/text/test12.c:157:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/text/test13.c:321:11: style: Condition 'iconPixmap' is always false [knownConditionTrueFalse]
lesstif-0.95.2/test/Xm/text/test13.c:305:25: note: Assignment 'iconPixmap=(Pixmap)0', assigned value is 0
lesstif-0.95.2/test/Xm/text/test13.c:321:11: note: Condition 'iconPixmap' is always false
lesstif-0.95.2/test/Xm/text/test13.c:337:17: style: Variable 'buttonForm' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test13.c:301:16: style: Unused variable: width [unusedVariable]
lesstif-0.95.2/test/Xm/text/test15.c:1343:2: warning: %li in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test15.c:2205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/text/test15.c:2205:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/text/test15.c:1279:26: style: Variable 'src' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test15.c:2212:31: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lesstif-0.95.2/test/Xm/text/test15.c:2216:32: error: Undefined behavior: Variable 'str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
lesstif-0.95.2/test/Xm/text/test16.c:99:6: warning: %li in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test16.c:99:6: warning: %li in format string (no. 4) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test16.c:99:6: warning: %li in format string (no. 5) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test16.c:99:6: warning: %li in format string (no. 6) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test16.c:237:3: warning: %li in format string (no. 3) requires 'long' but the argument type is 'int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/Xm/text/test16.c:289:10: style: Unused variable: BottomLabel [unusedVariable]
lesstif-0.95.2/test/Xm/text/test17.c:254:11: style: Function 'dlg_callback' argument 2 names different: declaration 'client_dat' definition 'client_data'. [funcArgNamesDifferent]
lesstif-0.95.2/test/Xm/text/test17.c:96:44: note: Function 'dlg_callback' argument 2 names different: declaration 'client_dat' definition 'client_data'.
lesstif-0.95.2/test/Xm/text/test17.c:254:11: note: Function 'dlg_callback' argument 2 names different: declaration 'client_dat' definition 'client_data'.
lesstif-0.95.2/test/Xm/text/test17.c:214:7: style: Variable 'MessageArea' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test18.c:53:13: style: Variable 'horiz' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test19.c:64:2: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/text/test19.c:59:2: note: Variable 'n' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test19.c:64:2: note: Variable 'n' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test20.c:75:10: style: Variable 'timer' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test21.c:55:10: style: Variable 'timer' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/text/test5.c:75:2: style: Variable 'appshellform' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/text/test5.c:66:0: note: Variable 'appshellform' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test5.c:75:2: note: Variable 'appshellform' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test5.c:82:2: style: Variable 'scrtext' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/text/test5.c:67:0: note: Variable 'scrtext' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test5.c:82:2: note: Variable 'scrtext' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/text/test5.c:40:18: style: The scope of the variable 'textlength' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test1.c:17:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test12.c:92:11: style: Unused variable: str [unusedVariable]
lesstif-0.95.2/test/Xm/textf/test17.c:32:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test2.c:15:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/textf/test2.c:12:0: note: Variable 'f' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/textf/test2.c:15:2: note: Variable 'f' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/textf/test3.c:11:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test3.c:32:7: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test3.c:104:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test4.c:48:33: style: Same expression on both sides of '||'. [duplicateExpression]
lesstif-0.95.2/test/Xm/textf/test6.c:14:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test7.c:25:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test7.c:95:9: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test8.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test8.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test8.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/textf/test8.c:41:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/textf/test9.c:81:12: style: Unused variable: mh [unusedVariable]
lesstif-0.95.2/test/Xm/textf/test9.c:81:16: style: Unused variable: mw [unusedVariable]
lesstif-0.95.2/test/Xm/textf/test9.c:82:13: style: Unused variable: fontlist [unusedVariable]
lesstif-0.95.2/test/Xm/textf/test9.c:83:11: style: Unused variable: string [unusedVariable]
lesstif-0.95.2/test/Xm/textf/test9.c:160:10: style: Unused variable: Form [unusedVariable]
lesstif-0.95.2/test/Xm/togglebg/test2.c:23:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebg/test2.c:24:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebg/test2.c:26:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebg/test2.c:47:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebg/test3.c:35:18: style: Unused variable: save_pulldown [unusedVariable]
lesstif-0.95.2/test/Xm/togglebg/test3.c:36:28: style: Unused variable: text_b [unusedVariable]
lesstif-0.95.2/test/Xm/togglebg/test3.c:36:36: style: Unused variable: binary_b [unusedVariable]
lesstif-0.95.2/test/Xm/togglebg/test3.c:80:18: style: Variable 'children' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebutton/test6.c:40:19: style: Variable 'theRootWindow' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebutton/test7.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebutton/test7.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebutton/test7.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/togglebutton/test7.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:46:3: style: Variable 'butt1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:25:3: note: Variable 'butt1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:46:3: note: Variable 'butt1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:53:3: style: Variable 'butt2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:32:3: note: Variable 'butt2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:53:3: note: Variable 'butt2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:60:3: style: Variable 'butt3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:39:3: note: Variable 'butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:60:3: note: Variable 'butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/togglebutton/test8.c:46:10: style: Variable 'butt1' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:53:10: style: Variable 'butt2' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/togglebutton/test8.c:60:10: style: Variable 'butt3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/traversal/test2.c:25:5: style: Variable 'pb' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test2.c:23:5: note: Variable 'pb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test2.c:25:5: note: Variable 'pb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test6.c:35:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/traversal/test7.c:85:2: style: Variable 'rowcol' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:71:0: note: Variable 'rowcol' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:85:2: note: Variable 'rowcol' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:86:2: style: Variable 'b1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:72:0: note: Variable 'b1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:86:2: note: Variable 'b1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:87:2: style: Variable 'textfield' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:73:0: note: Variable 'textfield' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:87:2: note: Variable 'textfield' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:88:2: style: Variable 'b2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:74:0: note: Variable 'b2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:88:2: note: Variable 'b2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:89:2: style: Variable 'toggleb' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:75:0: note: Variable 'toggleb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:89:2: note: Variable 'toggleb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:91:2: style: Variable 'b3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test7.c:76:0: note: Variable 'b3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test7.c:91:2: note: Variable 'b3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:101:2: style: Variable 'rowcol' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:87:0: note: Variable 'rowcol' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:101:2: note: Variable 'rowcol' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:102:2: style: Variable 'b1' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:88:0: note: Variable 'b1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:102:2: note: Variable 'b1' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:103:2: style: Variable 'textfield' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:89:0: note: Variable 'textfield' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:103:2: note: Variable 'textfield' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:104:2: style: Variable 'b2' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:90:0: note: Variable 'b2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:104:2: note: Variable 'b2' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:105:2: style: Variable 'toggleb' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:91:0: note: Variable 'toggleb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:105:2: note: Variable 'toggleb' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:107:2: style: Variable 'b3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/traversal/test8.c:92:0: note: Variable 'b3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/traversal/test8.c:107:2: note: Variable 'b3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/vasimple/test2.c:25:10: style: Variable 'pull' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vasimple/test4.c:166:8: style: Variable 'pullright' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test1.c:22:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test2.c:22:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test3.c:21:11: style: The scope of the variable 'before' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/vendor/test3.c:22:11: style: The scope of the variable 'after' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/vendor/test3.c:24:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/vendor/test3.c:44:13: style: Variable 'diff' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test4.c:36:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test5.c:39:9: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/vendor/test6.c:128:10: style: Variable 'xref' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/xmos/test2.c:18:7: style: Unused variable: buf [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test2.c:19:9: style: Unused variable: ret [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test3.c:19:7: style: Unused variable: dir [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test3.c:19:17: style: Unused variable: pat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test3.c:20:9: style: Unused variable: quald [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test3.c:20:16: style: Unused variable: qualpat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:18:7: style: Unused variable: dir [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:18:17: style: Unused variable: pat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:19:9: style: Unused variable: quald [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:19:16: style: Unused variable: qualpat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:20:15: style: Unused variable: numents [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:20:24: style: Unused variable: numalloc [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test4.c:20:34: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:18:7: style: Unused variable: dir [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:18:17: style: Unused variable: pat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:19:9: style: Unused variable: quald [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:19:16: style: Unused variable: qualpat [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:19:26: style: Unused variable: entries [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:20:15: style: Unused variable: numents [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:20:24: style: Unused variable: numalloc [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test5.c:20:34: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test6.c:17:7: style: Unused variable: buf [unusedVariable]
lesstif-0.95.2/test/Xm/xmos/test6.c:18:9: style: Unused variable: ret [unusedVariable]
lesstif-0.95.2/test/Xm/xmstring/test10.c:53:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:47:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:53:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:59:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:53:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:59:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:65:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:59:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:65:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:71:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:65:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:71:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:77:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:71:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:77:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:83:5: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/Xm/xmstring/test10.c:77:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:83:5: note: Variable 'label' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/Xm/xmstring/test10.c:83:13: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/xmstring/test10.c:37:11: style: Unused variable: i [unusedVariable]
lesstif-0.95.2/test/Xm/xmstring/test2.c:23:13: style: Variable 'label' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/xmstring/test6.c:17:16: style: Variable 'toplevel' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/Xm/xmstring/test8.c:118:35: style: The scope of the variable 'tag' can be reduced. [variableScope]
lesstif-0.95.2/test/Xm/xmstring/test8.c:123:18: style: The scope of the variable 'font_count' can be reduced. [variableScope]
lesstif-0.95.2/test/common/DumpLayout.c:100:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:101:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:102:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:103:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:111:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:112:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:113:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:114:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:191:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:192:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:193:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:194:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:202:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:203:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:204:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/common/DumpLayout.c:205:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/extra/cmap/Cmap.c:658:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:658:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:659:6: style: The scope of the variable 'scol' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:659:12: style: The scope of the variable 'ecol' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:660:6: style: The scope of the variable 'srow' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:660:12: style: The scope of the variable 'erow' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/cmap/Cmap.c:1184:10: style: Variable 'xc' is not assigned a value. [unassignedVariable]
lesstif-0.95.2/test/extra/cmap/Cmap.c:361:101: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/extra/cmap/Cmap.c:829:104: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lesstif-0.95.2/test/extra/cmap/Cmap.c:1186:10: error: Uninitialized variable: xc [uninitvar]
lesstif-0.95.2/test/extra/daniel/test1.c:152:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/extra/daniel/test1.c:190:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/extra/daniel/test1.c:57:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/gl/test1.c:43:0: error: #error No <GL/GLwMDrawA.h> available [preprocessorErrorDirective]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:349:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:765:6: style: The scope of the variable 'vpos' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:818:6: style: The scope of the variable 'vpos' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1088:6: style: The scope of the variable 'labelCount' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1093:6: style: The scope of the variable 'myI' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1093:11: style: The scope of the variable 'oldI' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1093:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1404:6: style: The scope of the variable 'topDiff' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:1404:15: style: The scope of the variable 'bottomDiff' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:347:85: style: Function 'initialize' argument 4 names different: declaration '_numArg' definition '_numArgs'. [funcArgNamesDifferent]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:59:13: note: Function 'initialize' argument 4 names different: declaration '_numArg' definition '_numArgs'.
lesstif-0.95.2/test/extra/megabutton/MegaB.c:347:85: note: Function 'initialize' argument 4 names different: declaration '_numArg' definition '_numArgs'.
lesstif-0.95.2/test/extra/megabutton/MegaB.c:495:7: style: Variable 'gc' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/megabutton/MegaB.c:536:5: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/megabutton/test2.c:52:12: style: Variable 'megatb' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:144:5: style: Variable 'Butt3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:108:5: note: Variable 'Butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:144:5: note: Variable 'Butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:149:5: style: Variable 'Butt4' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:112:5: note: Variable 'Butt4' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:149:5: note: Variable 'Butt4' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:153:5: style: Variable 'Butt5' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:116:5: note: Variable 'Butt5' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:153:5: note: Variable 'Butt5' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:181:5: style: Variable 'Butt3' is reassigned a value before the old one has been used. [redundantAssignment]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:144:5: note: Variable 'Butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:181:5: note: Variable 'Butt3' is reassigned a value before the old one has been used.
lesstif-0.95.2/test/extra/newtoggleb/test1.c:187:12: style: Variable 'Text' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:181:13: style: Variable 'Butt3' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:149:13: style: Variable 'Butt4' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/newtoggleb/test1.c:153:13: style: Variable 'Butt5' is assigned a value that is never used. [unreadVariable]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1465:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:835:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1177:11: style: The scope of the variable 'widget_name' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1520:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1559:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1613:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:1719:10: style: The scope of the variable 'string' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:2213:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:780:31: style: Checking if unsigned variable 'spin_p->initial_delay' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:792:30: style: Checking if unsigned variable 'spin_p->repeat_delay' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:796:28: style: Checking if unsigned variable 'spin_p->item_count' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/test/extra/spinbutton/SpinButton.c:807:33: style: Checking if unsigned variable 'spin_p->decimal_points' is less than zero. [unsignedLessThanZero]
lesstif-0.95.2/test/extra/togglebplus/ToggleBplus.c:313:15: style: The scope of the variable 'n' can be reduced. [variableScope]
lesstif-0.95.2/test/extra/togglebplus/test1.c:174:12: style: Variable 'Text' is assigned a value that is never used. [unreadVariable]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/let-alist/let-alist_1.0.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/letodms/letodms_3.4.2+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/letterize/letterize_1.4.orig.tar.gz
letterize-1.4/letterize.c:194:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
letterize-1.4/letterize.c:198:19: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/levee/levee_3.5a.orig.tar.gz
levee-3.5a/display.c:52:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
levee-3.5a/display.c:58:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
levee-3.5a/editcor.c:45:2: style: The scope of the variable 'DLEnum' can be reduced. [variableScope]
levee-3.5a/editcor.c:92:10: style: The scope of the variable 'ok' can be reduced. [variableScope]
levee-3.5a/editcor.c:93:9: style: The scope of the variable 'lp' can be reduced. [variableScope]
levee-3.5a/editcor.c:93:13: style: The scope of the variable 'first' can be reduced. [variableScope]
levee-3.5a/editcor.c:124:9: style: The scope of the variable 'i' can be reduced. [variableScope]
levee-3.5a/editcor.c:180:11: style: The scope of the variable 'f' can be reduced. [variableScope]
levee-3.5a/editcor.c:549:13: style: The scope of the variable 'cmd' can be reduced. [variableScope]
levee-3.5a/exec.c:265:11: style: The scope of the variable 'p' can be reduced. [variableScope]
levee-3.5a/exec.c:279:9: style: The scope of the variable 'i' can be reduced. [variableScope]
levee-3.5a/exec.c:467:2: style: The scope of the variable 'rc' can be reduced. [variableScope]
levee-3.5a/exec.c:552:9: style: The scope of the variable 'status' can be reduced. [variableScope]
levee-3.5a/find.c:328:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
levee-3.5a/find.c:344:9: style: The scope of the variable 'ep' can be reduced. [variableScope]
levee-3.5a/find.c:344:12: style: The scope of the variable 'i' can be reduced. [variableScope]
levee-3.5a/find.c:399:10: style: The scope of the variable 'c' can be reduced. [variableScope]
levee-3.5a/insert.c:37:10: style: The scope of the variable 'Dflag' can be reduced. [variableScope]
levee-3.5a/insert.c:71:14: error: Uninitialized variable: i [uninitvar]
levee-3.5a/misc.c:363:19: style: The scope of the variable 'c' can be reduced. [variableScope]
levee-3.5a/modify.c:32:12: style: The scope of the variable 'f' can be reduced. [variableScope]
levee-3.5a/modify.c:33:18: style: The scope of the variable 'sz' can be reduced. [variableScope]
levee-3.5a/move.c:271:10: style: The scope of the variable 'srcchar' can be reduced. [variableScope]
levee-3.5a/move.c:271:19: style: The scope of the variable 'dstchar' can be reduced. [variableScope]
levee-3.5a/move.c:272:14: style: The scope of the variable 'step' can be reduced. [variableScope]
levee-3.5a/move.c:400:10: style: The scope of the variable 'c' can be reduced. [variableScope]
levee-3.5a/move.c:417:10: style: The scope of the variable 'c' can be reduced. [variableScope]
levee-3.5a/undo.c:58:9: style: The scope of the variable 'chunk' can be reduced. [variableScope]
levee-3.5a/undo.c:167:9: style: The scope of the variable 'chunk' can be reduced. [variableScope]
levee-3.5a/undo.c:236:10: style: The scope of the variable 'closeio' can be reduced. [variableScope]
levee-3.5a/undo.c:236:19: style: The scope of the variable 'ok' can be reduced. [variableScope]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/leveldb/leveldb_1.20.orig.tar.gz
leveldb-1.20/db/autocompact_test.cc:106:0: error: syntax error [syntaxError]
leveldb-1.20/db/corruption_test.cc:202:0: error: syntax error [syntaxError]
leveldb-1.20/db/db_bench.cc:299:3: warning: Member variable 'SharedState::total' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_bench.cc:299:3: warning: Member variable 'SharedState::num_initialized' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_bench.cc:299:3: warning: Member variable 'SharedState::num_done' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_bench.cc:299:3: warning: Member variable 'SharedState::start' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_bench.cc:309:3: warning: Member variable 'ThreadState::shared' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_bench.cc:347:8: performance: Technically the member function 'leveldb::Benchmark::PrintWarnings' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:368:8: performance: Technically the member function 'leveldb::Benchmark::PrintEnvironment' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:627:8: performance: Technically the member function 'leveldb::Benchmark::Crc32c' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:646:8: performance: Technically the member function 'leveldb::Benchmark::AcquireLoad' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:662:8: performance: Technically the member function 'leveldb::Benchmark::SnappyCompress' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:687:8: performance: Technically the member function 'leveldb::Benchmark::SnappyUncompress' can be static. [functionStatic]
leveldb-1.20/db/db_bench.cc:309:3: style: Struct 'ThreadState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leveldb-1.20/db/db_impl.cc:48:12: warning: Member variable 'Writer::batch' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_impl.cc:48:12: warning: Member variable 'Writer::sync' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_impl.cc:48:12: warning: Member variable 'Writer::done' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/db_iter.cc:130:49: style: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'. [funcArgNamesDifferent]
leveldb-1.20/db/db_iter.cc:91:36: note: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'.
leveldb-1.20/db/db_iter.cc:130:49: note: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'.
leveldb-1.20/db/db_test.cc:511:0: error: syntax error [syntaxError]
leveldb-1.20/db/dbformat_test.cc:49:0: error: syntax error [syntaxError]
leveldb-1.20/db/fault_injection_test.cc:540:0: error: syntax error [syntaxError]
leveldb-1.20/db/filename_test.cc:16:0: error: syntax error [syntaxError]
leveldb-1.20/db/log_test.cc:270:0: error: syntax error [syntaxError]
leveldb-1.20/db/recovery_test.cc:159:0: error: syntax error [syntaxError]
leveldb-1.20/db/repair.cc:57:5: style: Class 'Repairer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
leveldb-1.20/db/repair.cc:57:5: style: Class 'Repairer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
leveldb-1.20/db/skiplist_test.cc:31:0: error: syntax error [syntaxError]
leveldb-1.20/db/version_edit_test.cc:22:0: error: syntax error [syntaxError]
leveldb-1.20/db/version_set.cc:165:3: warning: Member variable 'LevelFileNumIterator::value_buf_' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/db/version_set_test.cc:51:0: error: syntax error [syntaxError]
leveldb-1.20/db/write_batch_test.cc:57:0: error: syntax error [syntaxError]
leveldb-1.20/helpers/memenv/memenv.cc:205:3: style: Class 'WritableFileImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leveldb-1.20/helpers/memenv/memenv_test.cc:28:0: error: syntax error [syntaxError]
leveldb-1.20/issues/issue178_test.cc:30:0: error: syntax error [syntaxError]
leveldb-1.20/issues/issue200_test.cc:16:0: error: syntax error [syntaxError]
leveldb-1.20/table/filter_block_test.cc:46:0: error: syntax error [syntaxError]
leveldb-1.20/table/iterator.cc:44:3: style: Class 'EmptyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leveldb-1.20/table/table_test.cc:648:0: error: syntax error [syntaxError]
leveldb-1.20/util/arena.cc:42:57: style: Same value in both branches of ternary operator. [duplicateValueTernary]
leveldb-1.20/util/arena_test.cc:14:0: error: syntax error [syntaxError]
leveldb-1.20/util/bloom_test.cc:89:0: error: syntax error [syntaxError]
leveldb-1.20/util/cache.cc:200:11: warning: Member variable 'LRUCache::capacity_' is not initialized in the constructor. [uninitMemberVar]
leveldb-1.20/util/cache.cc:175:8: performance: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static. [functionStatic]
leveldb-1.20/util/cache.cc:242:16: note: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static.
leveldb-1.20/util/cache.cc:175:8: note: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static.
leveldb-1.20/util/cache.cc:176:8: performance: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static. [functionStatic]
leveldb-1.20/util/cache.cc:247:16: note: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static.
leveldb-1.20/util/cache.cc:176:8: note: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static.
leveldb-1.20/util/cache_test.cc:73:0: error: syntax error [syntaxError]
leveldb-1.20/util/coding_test.cc:13:0: error: syntax error [syntaxError]
leveldb-1.20/util/crc32c_test.cc:13:0: error: syntax error [syntaxError]
leveldb-1.20/util/env_posix.cc:60:11: warning: Identical condition 'GetAllowed()<=0', second condition is always false [identicalConditionAfterEarlyExit]
leveldb-1.20/util/env_posix.cc:59:28: note: 'x' is assigned value 'GetAllowed()' here.
leveldb-1.20/util/env_posix.cc:55:22: note: first condition
leveldb-1.20/util/env_posix.cc:60:11: note: second condition
leveldb-1.20/util/env_posix.cc:48:3: style: Class 'Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
leveldb-1.20/util/env_posix_test.cc:28:0: error: syntax error [syntaxError]
leveldb-1.20/util/env_test.cc:30:0: error: syntax error [syntaxError]
leveldb-1.20/util/hash_test.cc:12:0: error: syntax error [syntaxError]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/leveldb-java/leveldb-java_0.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/leveldb-sharp/leveldb-sharp_1.9.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lexicon/lexicon_2.7.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lfhex/lfhex_0.42.orig.tar.gz
lfhex-0.42/src/offsetConstraint.hpp:31:3: style: Class 'OffsetConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/hexEditor.hpp:44:3: style: Class 'HexEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/conversionDlg.hpp:33:3: style: Class 'ConversionDlg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/conversionDlg.hpp:74:3: style: Class 'HexValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/hexGui.hpp:39:3: style: Class 'HexGui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/box.hpp:29:5: style: Class 'box' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/conversionDlg.cpp:133:17: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lfhex-0.42/src/conversionDlg.cpp:165:17: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lfhex-0.42/src/conversionDlg.cpp:281:16: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lfhex-0.42/src/conversionDlg.cpp:310:16: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lfhex-0.42/src/box.hpp:29:0: style: Class 'box < QHBoxLayout >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/cursor.cpp:103:33: style: Function 'incrByByte' argument 1 names different: declaration 'n' definition 'byteDelta'. [funcArgNamesDifferent]
lfhex-0.42/src/cursor.hpp:42:27: note: Function 'incrByByte' argument 1 names different: declaration 'n' definition 'byteDelta'.
lfhex-0.42/src/cursor.cpp:103:33: note: Function 'incrByByte' argument 1 names different: declaration 'n' definition 'byteDelta'.
lfhex-0.42/src/cursor.hpp:58:8: performance: Technically the member function 'Cursor::assignClamped' can be static. [functionStatic]
lfhex-0.42/src/cursor.cpp:149:14: note: Technically the member function 'Cursor::assignClamped' can be static.
lfhex-0.42/src/cursor.hpp:58:8: note: Technically the member function 'Cursor::assignClamped' can be static.
lfhex-0.42/src/hexEditor.cpp:434:3: style: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lfhex-0.42/src/hexEditor.cpp:427:0: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
lfhex-0.42/src/hexEditor.cpp:434:3: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
lfhex-0.42/src/hexEditor.cpp:528:20: style: The scope of the variable 'delta' can be reduced. [variableScope]
lfhex-0.42/src/hexEditor.cpp:694:7: style: The scope of the variable 'top' can be reduced. [variableScope]
lfhex-0.42/src/hexEditor.cpp:742:10: style: The scope of the variable 'ucptr' can be reduced. [variableScope]
lfhex-0.42/src/hexEditor.cpp:193:38: style: Function 'setBytesPerWord' argument 1 names different: declaration 'i' definition 'nbytes'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:110:29: note: Function 'setBytesPerWord' argument 1 names different: declaration 'i' definition 'nbytes'.
lfhex-0.42/src/hexEditor.cpp:193:38: note: Function 'setBytesPerWord' argument 1 names different: declaration 'i' definition 'nbytes'.
lfhex-0.42/src/hexEditor.cpp:513:56: style: Function 'setSelection' argument 2 names different: declaration 'byte_offset' definition 'offset'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:77:46: note: Function 'setSelection' argument 2 names different: declaration 'byte_offset' definition 'offset'.
lfhex-0.42/src/hexEditor.cpp:513:56: note: Function 'setSelection' argument 2 names different: declaration 'byte_offset' definition 'offset'.
lfhex-0.42/src/hexEditor.cpp:736:40: style: Function 'paintLabels' argument 1 names different: declaration 'painter' definition 'paintPtr'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:187:36: note: Function 'paintLabels' argument 1 names different: declaration 'painter' definition 'paintPtr'.
lfhex-0.42/src/hexEditor.cpp:736:40: note: Function 'paintLabels' argument 1 names different: declaration 'painter' definition 'paintPtr'.
lfhex-0.42/src/hexEditor.cpp:834:38: style: Function 'wordModified' argument 1 names different: declaration 'widx' definition 'wordIdx'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:134:28: note: Function 'wordModified' argument 1 names different: declaration 'widx' definition 'wordIdx'.
lfhex-0.42/src/hexEditor.cpp:834:38: note: Function 'wordModified' argument 1 names different: declaration 'widx' definition 'wordIdx'.
lfhex-0.42/src/hexEditor.cpp:1051:43: style: Function 'drawTextRegion' argument 1 names different: declaration 'p' definition 'paint'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:177:36: note: Function 'drawTextRegion' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:1051:43: note: Function 'drawTextRegion' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:1052:24: style: Function 'drawTextRegion' argument 4 names different: declaration 'row_end' definition 'row_stop'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:178:24: note: Function 'drawTextRegion' argument 4 names different: declaration 'row_end' definition 'row_stop'.
lfhex-0.42/src/hexEditor.cpp:1052:24: note: Function 'drawTextRegion' argument 4 names different: declaration 'row_end' definition 'row_stop'.
lfhex-0.42/src/hexEditor.cpp:1053:24: style: Function 'drawTextRegion' argument 6 names different: declaration 'col_end' definition 'col_stop'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:179:24: note: Function 'drawTextRegion' argument 6 names different: declaration 'col_end' definition 'col_stop'.
lfhex-0.42/src/hexEditor.cpp:1053:24: note: Function 'drawTextRegion' argument 6 names different: declaration 'col_end' definition 'col_stop'.
lfhex-0.42/src/hexEditor.cpp:1074:42: style: Function 'drawSelection' argument 1 names different: declaration 'p' definition 'paint'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:176:35: note: Function 'drawSelection' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:1074:42: note: Function 'drawSelection' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:1096:39: style: Function 'drawCursor' argument 1 names different: declaration 'p' definition 'paint'. [funcArgNamesDifferent]
lfhex-0.42/src/hexEditor.hpp:175:32: note: Function 'drawCursor' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:1096:39: note: Function 'drawCursor' argument 1 names different: declaration 'p' definition 'paint'.
lfhex-0.42/src/hexEditor.cpp:53:3: performance: Variable '_topLeft' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/hexEditor.cpp:56:3: performance: Variable '_lastValidWord' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/hexEditor.cpp:281:6: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lfhex-0.42/src/hexGui.cpp:274:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lfhex-0.42/src/hexGui.cpp:37:27: style: Function 'HexGui' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
lfhex-0.42/src/hexGui.hpp:39:21: note: Function 'HexGui' argument 1 names different: declaration 'parent' definition 'p'.
lfhex-0.42/src/hexGui.cpp:37:27: note: Function 'HexGui' argument 1 names different: declaration 'parent' definition 'p'.
lfhex-0.42/src/box.hpp:29:0: style: Class 'box < QVBoxLayout >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lfhex-0.42/src/reader.cpp:41:9: warning: Member variable 'Reader::_eof' is not initialized in the constructor. [uninitMemberVar]
lfhex-0.42/src/reader.cpp:45:15: performance: Variable '_freePages' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.cpp:46:3: performance: Variable '_error' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.cpp:48:3: performance: Variable '_offset' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.cpp:49:3: performance: Variable '_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.cpp:50:3: performance: Variable '_firstPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.cpp:51:3: performance: Variable '_lastPage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lfhex-0.42/src/reader.hpp:56:8: style: Technically the member function 'Reader::eof' can be const. [functionConst]
lfhex-0.42/src/reader.cpp:182:14: note: Technically the member function 'Reader::eof' can be const.
lfhex-0.42/src/reader.hpp:56:8: note: Technically the member function 'Reader::eof' can be const.
lfhex-0.42/src/reader.hpp:73:8: style: Technically the member function 'Reader::dataIsAtOffset' can be const. [functionConst]
lfhex-0.42/src/reader.cpp:306:9: note: Technically the member function 'Reader::dataIsAtOffset' can be const.
lfhex-0.42/src/reader.hpp:73:8: note: Technically the member function 'Reader::dataIsAtOffset' can be const.
lfhex-0.42/src/save.cpp:46:17: style: The scope of the variable 'deltaPtr' can be reduced. [variableScope]
lfhex-0.42/src/translate.cpp:127:16: style: The scope of the variable 'str' can be reduced. [variableScope]
lfhex-0.42/src/translate.cpp:151:16: style: The scope of the variable 'str' can be reduced. [variableScope]
lfhex-0.42/src/translate.cpp:173:16: style: The scope of the variable 'str' can be reduced. [variableScope]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/lfm/lfm_3.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lft/lft_2.2.orig.tar.gz
lft-2.2/lft.c:303:19: style: The scope of the variable 'h' can be reduced. [variableScope]
lft-2.2/lft.c:643:7: style: The scope of the variable 'noreply_hop_first' can be reduced. [variableScope]
lft-2.2/lft.c:685:7: style: Variable 'noreply_hop_first' is assigned a value that is never used. [unreadVariable]
lft-2.2/lft.c:784:3: style: Variable 'tseq' is assigned a value that is never used. [unreadVariable]
lft-2.2/whois.c:129:11: style: The scope of the variable 'c1' can be reduced. [variableScope]
lft-2.2/whois.c:508:6: style: The scope of the variable 'have_new' can be reduced. [variableScope]
lft-2.2/whois.c:508:16: style: The scope of the variable 'have_old' can be reduced. [variableScope]
lft-2.2/whois.c:215:9: style: Checking if unsigned variable 'm' is less than zero. [unsignedLessThanZero]
lft-2.2/whois.c:226:42: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 215. [shiftTooManyBits]
lft-2.2/whois.c:215:20: note: Assuming that condition 'm>32' is not redundant
lft-2.2/whois.c:226:42: note: Shift
lft-2.2/whois.c:227:39: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 215. [shiftTooManyBits]
lft-2.2/whois.c:215:20: note: Assuming that condition 'm>32' is not redundant
lft-2.2/whois.c:227:39: note: Shift
lft-2.2/whois.c:250:13: style: Unused variable: out [unusedVariable]
lft-2.2/whois.c:276:13: style: Unused variable: out [unusedVariable]
lft-2.2/whois.c:329:5: style: Unused variable: e [unusedVariable]
lft-2.2/whois.c:374:3: error: Memory leak: br [memleak]
lft-2.2/whois.c:380:10: error: Common realloc mistake: 'br' nulled but not freed upon failure [memleakOnRealloc]
[02:33]

ftp://ftp.se.debian.org/debian/pool/main/l/lftp/lftp_4.8.4.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lgeneral/lgeneral_1.4.3.orig.tar.gz
lgeneral-1.4.3/intl/bindtextdom.c:163:0: error: Memory leak: new_binding [memleak]
lgeneral-1.4.3/intl/dcgettext.c:335:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lgeneral-1.4.3/intl/hash-string.h:42:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lgeneral-1.4.3/intl/dcgettext.c:241:27: style: The scope of the variable 'domain' can be reduced. [variableScope]
lgeneral-1.4.3/intl/l10nflist.c:361:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lgeneral-1.4.3/intl/loadmsgcat.c:119:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lgeneral-1.4.3/intl/loadmsgcat.c:70:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lgeneral-1.4.3/intl/loadmsgcat.c:119:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lgeneral-1.4.3/intl/loadmsgcat.c:119:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lgeneral-1.4.3/intl/loadmsgcat.c:70:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lgeneral-1.4.3/intl/loadmsgcat.c:119:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lgeneral-1.4.3/intl/localealias.c:254:22: style: The scope of the variable 'alias' can be reduced. [variableScope]
lgeneral-1.4.3/intl/localealias.c:255:22: style: The scope of the variable 'value' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/list.c:347:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/maps.c:96:23: style: The scope of the variable 'source_file' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/misc.c:188:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/misc.c:189:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/misc.c:264:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/misc.c:184:26: style: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'. [funcArgNamesDifferent]
lgeneral-1.4.3/lgc-pg/misc.h:78:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lgeneral-1.4.3/lgc-pg/misc.c:184:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
lgeneral-1.4.3/lgc-pg/misc.c:439:29: style: Function 'fopen_ic' argument 1 names different: declaration 'path' definition '_path'. [funcArgNamesDifferent]
lgeneral-1.4.3/lgc-pg/misc.h:151:29: note: Function 'fopen_ic' argument 1 names different: declaration 'path' definition '_path'.
lgeneral-1.4.3/lgc-pg/misc.c:439:29: note: Function 'fopen_ic' argument 1 names different: declaration 'path' definition '_path'.
lgeneral-1.4.3/lgc-pg/misc.c:389:9: error: Resource leak: source [resourceLeak]
lgeneral-1.4.3/lgc-pg/parser.c:365:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/parser.c:427:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/parser.c:481:0: error: Memory leak: pd [memleak]
lgeneral-1.4.3/lgc-pg/scenarios.c:330:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/scenarios.c:766:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/shp.c:213:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/shp.c:213:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
lgeneral-1.4.3/lgc-pg/shptool.c:89:26: style: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'. [funcArgNamesDifferent]
lgeneral-1.4.3/lgc-pg/shptool.c:57:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/lgc-pg/shptool.c:89:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/lgc-pg/shptool.c:86:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lgeneral-1.4.3/lged/lged.c:897:15: style: Same expression on both sides of '==' because the value of 'scen_id' and '-1' are the same. [duplicateExpression]
lgeneral-1.4.3/lged/lged.c:751:18: note: 'scen_id' is assigned value '-1' here.
lgeneral-1.4.3/lged/lged.c:897:15: note: Same expression on both sides of '==' because the value of 'scen_id' and '-1' are the same.
lgeneral-1.4.3/lged/lged.c:931:9: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/lged/lged.c:224:26: style: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'. [funcArgNamesDifferent]
lgeneral-1.4.3/lged/lged.c:79:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/lged/lged.c:224:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/lged/lged.c:221:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lgeneral-1.4.3/lgeneral-redit/src/callbacks.c:143:16: style: The scope of the variable 'widget' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/callbacks.c:144:18: style: The scope of the variable 'editable' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/callbacks.c:145:12: style: The scope of the variable 'text' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/interface.c:109:22: style: Variable 'file_menu_accels' is assigned a value that is never used. [unreadVariable]
lgeneral-1.4.3/lgeneral-redit/src/list.c:349:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/misc.c:174:11: style: The scope of the variable 'line' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/misc.c:273:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/misc.c:273:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/misc.c:273:15: style: The scope of the variable 'nat' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/parser.c:370:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/parser.c:432:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
lgeneral-1.4.3/lgeneral-redit/src/parser.c:477:0: error: Memory leak: pd [memleak]
lgeneral-1.4.3/src/ai.c:526:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai.c:526:35: style: The scope of the variable 'found' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai.c:527:22: style: The scope of the variable 'best' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai_group.c:190:9: style: The scope of the variable 'pos_targets' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai_group.c:270:34: style: The scope of the variable 'covered' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai_group.c:270:43: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai_group.c:530:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/ai_tools.c:41:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
lgeneral-1.4.3/src/campaign.c:72:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
lgeneral-1.4.3/src/campaign.c:364:11: style: The scope of the variable 'tokens' can be reduced. [variableScope]
lgeneral-1.4.3/src/campaign.c:365:11: style: The scope of the variable 'next_str' can be reduced. [variableScope]
lgeneral-1.4.3/src/campaign.c:366:9: style: The scope of the variable 'found' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:563:10: style: The scope of the variable 'str' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:775:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1023:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1141:10: style: The scope of the variable 'text' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1143:13: style: The scope of the variable 'player' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1415:9: style: The scope of the variable 'new_x' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1415:16: style: The scope of the variable 'new_y' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1483:9: style: The scope of the variable 'tol' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1546:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1546:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1869:11: style: The scope of the variable 'unit1' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1869:23: style: The scope of the variable 'unit2' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:1869:35: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:2614:9: style: The scope of the variable 'hide_edit' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:2618:17: style: The scope of the variable 'keypressed' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:3218:10: style: The scope of the variable 'str' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:3269:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:3614:11: style: The scope of the variable 'len' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:3617:9: style: The scope of the variable 'surrender' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:4294:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lgeneral-1.4.3/src/engine.c:434:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/src/engine.c:4204:90: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lgeneral-1.4.3/src/file.c:85:21: style: The scope of the variable 'name' can be reduced. [variableScope]
lgeneral-1.4.3/src/gui.c:958:22: style: The scope of the variable 'offset' can be reduced. [variableScope]
lgeneral-1.4.3/src/gui.c:202:27: style: Function 'gui_load' argument 1 names different: declaration 'path' definition 'dir'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/gui.h:189:27: note: Function 'gui_load' argument 1 names different: declaration 'path' definition 'dir'.
lgeneral-1.4.3/src/gui.c:202:27: note: Function 'gui_load' argument 1 names different: declaration 'path' definition 'dir'.
lgeneral-1.4.3/src/gui.c:1238:36: style: Function 'gui_show_confirm' argument 1 names different: declaration 'text' definition '_text'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/gui.h:305:36: note: Function 'gui_show_confirm' argument 1 names different: declaration 'text' definition '_text'.
lgeneral-1.4.3/src/gui.c:1238:36: note: Function 'gui_show_confirm' argument 1 names different: declaration 'text' definition '_text'.
lgeneral-1.4.3/src/lg-sdl.c:329:30: warning: Either the condition 'code>256' is redundant or the array 'font->char_offset[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
lgeneral-1.4.3/src/lg-sdl.c:321:22: note: Assuming that condition 'code>256' is not redundant
lgeneral-1.4.3/src/lg-sdl.c:329:30: note: Array index out of bounds
lgeneral-1.4.3/src/lg-sdl.c:330:23: warning: Either the condition 'code>256' is redundant or the array 'font->keys[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
lgeneral-1.4.3/src/lg-sdl.c:321:22: note: Assuming that condition 'code>256' is not redundant
lgeneral-1.4.3/src/lg-sdl.c:330:23: note: Array index out of bounds
lgeneral-1.4.3/src/lg-sdl.c:272:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/lg-sdl.c:877:10: style: The scope of the variable 'data_byte' can be reduced. [variableScope]
lgeneral-1.4.3/src/lg-sdl.c:877:21: style: The scope of the variable 'mask_byte' can be reduced. [variableScope]
lgeneral-1.4.3/src/lg-sdl.c:878:9: style: The scope of the variable 'pot' can be reduced. [variableScope]
lgeneral-1.4.3/src/lg-sdl.c:409:23: style: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/lg-sdl.h:93:23: note: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:409:23: note: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:421:22: style: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/lg-sdl.h:94:23: note: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:421:22: note: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:480:29: style: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/lg-sdl.h:96:29: note: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:480:29: note: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:489:31: style: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/lg-sdl.h:97:31: note: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/lg-sdl.c:489:31: note: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lgeneral-1.4.3/src/list.c:359:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lgeneral-1.4.3/src/main.c:127:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lgeneral-1.4.3/src/map.c:214:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:366:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:970:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1102:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1134:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1134:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1186:11: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1300:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1707:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1707:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:15: style: The scope of the variable 'w' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:18: style: The scope of the variable 'h' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1771:24: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:1772:9: style: The scope of the variable 'flag_supply_level' can be reduced. [variableScope]
lgeneral-1.4.3/src/map.c:689:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/src/map.c:690:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/src/misc.c:235:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/misc.c:71:19: warning: Function 'get_dist' argument order different: declaration 'x1, y1, x2, y2' definition 'x0, y0, x1, y1' [funcArgOrderDifferent]
lgeneral-1.4.3/src/misc.h:113:19: note: Function 'get_dist' argument order different: declaration 'x1, y1, x2, y2' definition 'x0, y0, x1, y1'
lgeneral-1.4.3/src/misc.c:71:19: note: Function 'get_dist' argument order different: declaration 'x1, y1, x2, y2' definition 'x0, y0, x1, y1'
lgeneral-1.4.3/src/misc.c:181:51: style: Function 'create_text' argument 2 names different: declaration 'str' definition 'orig_str'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/misc.h:127:51: note: Function 'create_text' argument 2 names different: declaration 'str' definition 'orig_str'.
lgeneral-1.4.3/src/misc.c:181:51: note: Function 'create_text' argument 2 names different: declaration 'str' definition 'orig_str'.
lgeneral-1.4.3/src/parser.c:384:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lgeneral-1.4.3/src/parser.c:429:61: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/src/purchase_dlg.c:377:2: style: Variable 'reinf_unit' is reassigned a value before the old one has been used. [redundantAssignment]
lgeneral-1.4.3/src/purchase_dlg.c:372:0: note: Variable 'reinf_unit' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/purchase_dlg.c:377:2: note: Variable 'reinf_unit' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/purchase_dlg.c:582:2: style: Variable 'pdlg' is reassigned a value before the old one has been used. [redundantAssignment]
lgeneral-1.4.3/src/purchase_dlg.c:578:0: note: Variable 'pdlg' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/purchase_dlg.c:582:2: note: Variable 'pdlg' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/scenario.c:959:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1036:9: style: The scope of the variable 'min_entr' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1036:19: style: The scope of the variable 'max_entr' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1084:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1084:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1084:15: style: The scope of the variable 'and_okay' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1084:25: style: The scope of the variable 'or_okay' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1210:9: style: The scope of the variable 'hour' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1211:9: style: The scope of the variable 'phase' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1212:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lgeneral-1.4.3/src/scenario.c:1341:12: style: The scope of the variable 'unit' can be reduced. [variableScope]
lgeneral-1.4.3/src/slot.c:768:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lgeneral-1.4.3/src/slot.c:1002:11: style: The scope of the variable 'str' can be reduced. [variableScope]
lgeneral-1.4.3/src/strat_map.c:251:9: style: The scope of the variable 'strat_tile_count' can be reduced. [variableScope]
lgeneral-1.4.3/src/strat_map.c:343:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/strat_map.c:492:45: style: Function 'strat_map_get_pos' argument 3 names different: declaration 'x' definition 'map_x'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/strat_map.h:52:45: note: Function 'strat_map_get_pos' argument 3 names different: declaration 'x' definition 'map_x'.
lgeneral-1.4.3/src/strat_map.c:492:45: note: Function 'strat_map_get_pos' argument 3 names different: declaration 'x' definition 'map_x'.
lgeneral-1.4.3/src/strat_map.c:492:57: style: Function 'strat_map_get_pos' argument 4 names different: declaration 'y' definition 'map_y'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/strat_map.h:52:53: note: Function 'strat_map_get_pos' argument 4 names different: declaration 'y' definition 'map_y'.
lgeneral-1.4.3/src/strat_map.c:492:57: note: Function 'strat_map_get_pos' argument 4 names different: declaration 'y' definition 'map_y'.
lgeneral-1.4.3/src/terrain.c:263:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lgeneral-1.4.3/src/unit.c:178:9: style: The scope of the variable 'rugged_chance' can be reduced. [variableScope]
lgeneral-1.4.3/src/unit.c:179:9: style: The scope of the variable 'exp_mod' can be reduced. [variableScope]
lgeneral-1.4.3/src/unit.c:711:37: style: The scope of the variable 'result' can be reduced. [variableScope]
lgeneral-1.4.3/src/unit.c:1146:12: style: The scope of the variable 'neg' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:1160:2: style: Variable 'sdlg' is reassigned a value before the old one has been used. [redundantAssignment]
lgeneral-1.4.3/src/windows.c:1157:0: note: Variable 'sdlg' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/windows.c:1160:2: note: Variable 'sdlg' is reassigned a value before the old one has been used.
lgeneral-1.4.3/src/windows.c:260:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:288:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:561:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:562:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:622:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:654:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:882:10: style: The scope of the variable 'path' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:884:11: style: The scope of the variable 'fname' can be reduced. [variableScope]
lgeneral-1.4.3/src/windows.c:76:39: style: Function 'label_write' argument 2 names different: declaration 'font' definition '_font'. [funcArgNamesDifferent]
lgeneral-1.4.3/src/windows.h:67:39: note: Function 'label_write' argument 2 names different: declaration 'font' definition '_font'.
lgeneral-1.4.3/src/windows.c:76:39: note: Function 'label_write' argument 2 names different: declaration 'font' definition '_font'.
lgeneral-1.4.3/tools/ltrextract/ltrextract.c:120:26: style: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'. [funcArgNamesDifferent]
lgeneral-1.4.3/tools/ltrextract/ltrextract.c:88:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/tools/ltrextract/ltrextract.c:120:26: note: Function 'verbosef' argument 1 names different: declaration 'lvl' definition 'level'.
lgeneral-1.4.3/tools/ltrextract/ltrextract.c:260:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/tools/ltrextract/ltrextract.c:117:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lgeneral-1.4.3/util/hashtable.c:78:20: style: The scope of the variable 'pE' can be reduced. [variableScope]
lgeneral-1.4.3/util/hashtable.c:30:33: style: Function 'create_hashtable' argument 2 names different: declaration 'hashfunction' definition 'hashf'. [funcArgNamesDifferent]
lgeneral-1.4.3/util/hashtable.h:79:33: note: Function 'create_hashtable' argument 2 names different: declaration 'hashfunction' definition 'hashf'.
lgeneral-1.4.3/util/hashtable.c:30:33: note: Function 'create_hashtable' argument 2 names different: declaration 'hashfunction' definition 'hashf'.
lgeneral-1.4.3/util/hashtable.c:31:24: style: Function 'create_hashtable' argument 3 names different: declaration 'key_comp_fn' definition 'compf'. [funcArgNamesDifferent]
lgeneral-1.4.3/util/hashtable.h:80:24: note: Function 'create_hashtable' argument 3 names different: declaration 'key_comp_fn' definition 'compf'.
lgeneral-1.4.3/util/hashtable.c:31:24: note: Function 'create_hashtable' argument 3 names different: declaration 'key_comp_fn' definition 'compf'.
lgeneral-1.4.3/util/hashtable.c:32:11: style: Function 'create_hashtable' argument 4 names different: declaration 'destroy_fn' definition 'destroyf'. [funcArgNamesDifferent]
lgeneral-1.4.3/util/hashtable.h:81:11: note: Function 'create_hashtable' argument 4 names different: declaration 'destroy_fn' definition 'destroyf'.
lgeneral-1.4.3/util/hashtable.c:32:11: note: Function 'create_hashtable' argument 4 names different: declaration 'destroy_fn' definition 'destroyf'.
lgeneral-1.4.3/util/localize.c:116:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lgeneral-1.4.3/util/paths-linux.c:44:7: error: Common realloc mistake: 'exec_path_buf' nulled but not freed upon failure [memleakOnRealloc]
lgeneral-1.4.3/util/paths-linux.c:54:7: error: Common realloc mistake: 'exec_path_buf' nulled but not freed upon failure [memleakOnRealloc]
lgeneral-1.4.3/util/portability.c:45:0: error: #error "Platform without setenv and putenv." [preprocessorErrorDirective]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lgeneral-data/lgeneral-data_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lgogdownloader/lgogdownloader_3.3.orig.tar.gz
lgogdownloader-3.3/main.cpp:378:13: style: Condition 'bLogin' is always false [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:149:23: note: Assignment 'bLogin=false', assigned value is 0
lgogdownloader-3.3/main.cpp:378:13: note: Condition 'bLogin' is always false
lgogdownloader-3.3/main.cpp:432:54: style: Condition '!bInsecure' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:142:26: note: Assignment 'bInsecure=false', assigned value is 0
lgogdownloader-3.3/main.cpp:432:54: note: Condition '!bInsecure' is always true
lgogdownloader-3.3/main.cpp:433:40: style: Condition '!bNoColor' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:143:25: note: Assignment 'bNoColor=false', assigned value is 0
lgogdownloader-3.3/main.cpp:433:40: note: Condition '!bNoColor' is always true
lgogdownloader-3.3/main.cpp:434:42: style: Condition '!bNoUnicode' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:144:27: note: Assignment 'bNoUnicode=false', assigned value is 0
lgogdownloader-3.3/main.cpp:434:42: note: Condition '!bNoUnicode' is always true
lgogdownloader-3.3/main.cpp:435:58: style: Condition '!bNoDuplicateHandler' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:145:36: note: Assignment 'bNoDuplicateHandler=false', assigned value is 0
lgogdownloader-3.3/main.cpp:435:58: note: Condition '!bNoDuplicateHandler' is always true
lgogdownloader-3.3/main.cpp:436:51: style: Condition '!bNoRemoteXML' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:146:29: note: Assignment 'bNoRemoteXML=false', assigned value is 0
lgogdownloader-3.3/main.cpp:436:51: note: Condition '!bNoRemoteXML' is always true
lgogdownloader-3.3/main.cpp:437:57: style: Condition '!bNoSubDirectories' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:147:34: note: Assignment 'bNoSubDirectories=false', assigned value is 0
lgogdownloader-3.3/main.cpp:437:57: note: Condition '!bNoSubDirectories' is always true
lgogdownloader-3.3/main.cpp:438:52: style: Condition '!bNoPlatformDetection' is always true [knownConditionTrueFalse]
lgogdownloader-3.3/main.cpp:148:37: note: Assignment 'bNoPlatformDetection=false', assigned value is 0
lgogdownloader-3.3/main.cpp:438:52: note: Condition '!bNoPlatformDetection' is always true
lgogdownloader-3.3/main.cpp:482:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/main.cpp:486:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/main.cpp:732:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/downloader.cpp:1651:9: style: The scope of the variable 'bar_length' can be reduced. [variableScope]
lgogdownloader-3.3/src/downloader.cpp:1652:9: style: The scope of the variable 'min_bar_length' can be reduced. [variableScope]
lgogdownloader-3.3/src/downloader.cpp:1419:0: warning: Size of pointer 'chunk' used instead of size of its data. [pointerSize]
lgogdownloader-3.3/src/downloader.cpp:3537:0: warning: Size of pointer 'chunk' used instead of size of its data. [pointerSize]
lgogdownloader-3.3/src/downloader.cpp:3799:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/gamedetails.cpp:46:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/gamedetails.cpp:76:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/util.cpp:95:25: style: The scope of the variable 'size' can be reduced. [variableScope]
lgogdownloader-3.3/src/util.cpp:159:0: warning: Size of pointer 'chunk' used instead of size of its data. [pointerSize]
lgogdownloader-3.3/src/util.cpp:538:122: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/util.cpp:542:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lgogdownloader-3.3/src/util.cpp:149:9: error: Resource leak: infile [resourceLeak]
lgogdownloader-3.3/src/website.cpp:461:13: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lgogdownloader-3.3/src/website.cpp:458:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:461:13: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:550:5: style: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lgogdownloader-3.3/src/website.cpp:547:0: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:550:5: note: Variable 'it' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:551:5: style: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lgogdownloader-3.3/src/website.cpp:548:0: note: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:551:5: note: Variable 'end' is reassigned a value before the old one has been used if variable is no semaphore variable.
lgogdownloader-3.3/src/website.cpp:643:29: style: Unused variable: platforms_text [unusedVariable]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lgooddatepicker/lgooddatepicker_8.3.0+ds.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lhapdf/lhapdf_5.9.1.orig.tar.gz
lhapdf-5.9.1/ccwrap/LHAPDF.cc:39:33: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
lhapdf-5.9.1/ccwrap/LHAPDFWrap.cc:51:3: warning: The buffer 'cname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lhapdf-5.9.1/ccwrap/LHAPDFWrap.cc:57:3: warning: The buffer 'cname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lhapdf-5.9.1/ccwrap/LHAPDFWrap.cc:73:3: warning: The buffer 'cname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lhapdf-5.9.1/ccwrap/LHAPDFWrap.cc:79:3: warning: The buffer 'cname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lhapdf-5.9.1/octave/wrapoctave.cc:765:17: style: Variable 'xMIN' is assigned a value that is never used. [unreadVariable]
lhapdf-5.9.1/octave/wrapoctave.cc:766:17: style: Variable 'xMAX' is assigned a value that is never used. [unreadVariable]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lhasa/lhasa_0.3.1.orig.tar.xz
lhasa-0.3.1/lib/bit_stream_reader.c:63:15: style: The scope of the variable 'fill_bytes' can be reduced. [variableScope]
lhasa-0.3.1/lib/bit_stream_reader.c:64:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lhasa-0.3.1/lib/crc16.c:61:15: style: The scope of the variable 'index' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh1_decoder.c:271:21: style: The scope of the variable 'len' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh1_decoder.c:272:16: style: The scope of the variable 'iterbit' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh1_decoder.c:440:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh1_decoder.c:590:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh1_decoder.c:690:33: style: The scope of the variable 'pos' can be reduced. [variableScope]
lhasa-0.3.1/lib/tree_decode.c:231:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh_new_decoder.c:129:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh_new_decoder.c:161:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh_new_decoder.c:161:20: style: The scope of the variable 'code' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh_new_decoder.c:342:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lhasa-0.3.1/lib/lh_new_decoder.c:342:17: style: The scope of the variable 'code' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_decoder.c:171:17: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_file_header.c:391:11: style: The scope of the variable 'ext_header' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_input_stream.c:146:6: style: The scope of the variable 'read' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_input_stream.c:193:22: style: The scope of the variable 'n' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_input_stream.c:194:6: style: The scope of the variable 'result' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_input_stream.c:252:7: style: The scope of the variable 'result' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_input_stream.c:304:6: style: The scope of the variable 'result' can be reduced. [variableScope]
lhasa-0.3.1/lib/lha_reader.c:609:8: style: The scope of the variable 'fstream' can be reduced. [variableScope]
lhasa-0.3.1/lib/macbinary.c:310:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lhasa-0.3.1/lib/pm1_decoder.c:506:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
lhasa-0.3.1/lib/pm1_decoder.c:638:6: style: The scope of the variable 'byteval' can be reduced. [variableScope]
lhasa-0.3.1/lib/pm2_decoder.c:173:47: style: The scope of the variable 'val' can be reduced. [variableScope]
lhasa-0.3.1/lib/pm2_decoder.c:247:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lhasa-0.3.1/lib/pm2_decoder.c:474:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:133:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:372:7: style: The scope of the variable 'response' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:530:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:607:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:627:17: style: The scope of the variable 'header' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:628:6: style: The scope of the variable 'is_normal_file' can be reduced. [variableScope]
lhasa-0.3.1/src/extract.c:611:13: style: Checking if unsigned variable 'bytes' is less than zero. [unsignedLessThanZero]
lhasa-0.3.1/src/list.c:185:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/src/list.c:187:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/src/list.c:447:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lhasa-0.3.1/test/crc32.c:94:15: style: The scope of the variable 'index' can be reduced. [variableScope]
lhasa-0.3.1/test/decompress-crc.c:48:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/test/decompress-crc.c:55:17: style: The scope of the variable 'header' can be reduced. [variableScope]
lhasa-0.3.1/test/dump-headers.c:89:17: style: The scope of the variable 'header' can be reduced. [variableScope]
lhasa-0.3.1/test/fuzzer.c:253:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/test/fuzzer.c:288:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/test/fuzzer.c:327:4: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lhasa-0.3.1/test/fuzzer.c:184:9: style: The scope of the variable 'result' can be reduced. [variableScope]
lhasa-0.3.1/test/fuzzer.c:297:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lhasa-0.3.1/test/fuzzer.c:299:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lhasa-0.3.1/test/fuzzer.c:115:2: error: Memory leak: result [memleak]
lhasa-0.3.1/test/fuzzer.c:292:1: error: Resource leak: fstream [resourceLeak]
lhasa-0.3.1/test/ghost-tester.c:152:14: style: The scope of the variable 'decoder' can be reduced. [variableScope]
lhasa-0.3.1/test/ghost-tester.c:153:9: style: The scope of the variable 'decoded_stream_len' can be reduced. [variableScope]
lhasa-0.3.1/test/ghost-tester.c:319:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lhasa-0.3.1/test/ghost-tester.c:350:11: style: The scope of the variable 'crc' can be reduced. [variableScope]
lhasa-0.3.1/test/ghost-tester.c:255:2: style: Variable 'skip_len' is assigned a value that is never used. [unreadVariable]
lhasa-0.3.1/test/test-crc16.c:96:15: style: The scope of the variable 'remaining' can be reduced. [variableScope]
lhasa-0.3.1/test/test-crc16.c:128:18: style: The scope of the variable 'bit' can be reduced. [variableScope]
lhasa-0.3.1/test/test-decoder.c:148:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lhasa-0.3.1/test/test-decoder.c:181:11: style: The scope of the variable 'crc' can be reduced. [variableScope]
lhasa-0.3.1/test/test-decoder.c:202:11: style: The scope of the variable 'crc' can be reduced. [variableScope]
lhasa-0.3.1/test/test-decoder.c:255:19: style: The scope of the variable 'x' can be reduced. [variableScope]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lhs2tex/lhs2tex_1.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lice5/lice5_5.3.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/licensecheck/licensecheck_3.0.31.orig.tar.gz
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/licenseutils/licenseutils_0.0.9.orig.tar.gz
licenseutils-0.0.9/lib/acl-internal.h:64:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/argp.h:583:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/argp-fmtstream.h:201:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/argz.c:258:9: style: The scope of the variable 'p' can be reduced. [variableScope]
licenseutils-0.0.9/lib/binary-io.h:29:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/gettext.h:218:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
licenseutils-0.0.9/lib/gettext.h:264:15: style: The scope of the variable 'translation' can be reduced. [variableScope]
licenseutils-0.0.9/lib/error.c:135:0: error: #error Please port fcntl to your platform [preprocessorErrorDirective]
licenseutils-0.0.9/lib/xalloc.h:26:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/fseeko.c:111:0: error: #error "Please port gnulib fseeko.c to your platform! Look at the code in fseeko.c, then report this to bug-gnulib." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/fseterr.c:77:0: error: #error "Please port gnulib fseterr.c to your platform! Look at the definitions of ferror and clearerr on your system, then report this to bug-gnulib." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/getopt.c:346:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:118:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt.c:346:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt.c:346:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:118:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt.c:346:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt.c:346:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:119:44: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
licenseutils-0.0.9/lib/getopt.c:346:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
licenseutils-0.0.9/lib/getopt.c:347:42: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:120:53: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
licenseutils-0.0.9/lib/getopt.c:347:42: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
licenseutils-0.0.9/lib/getopt.c:347:57: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:120:70: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
licenseutils-0.0.9/lib/getopt.c:347:57: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
licenseutils-0.0.9/lib/getopt.c:348:25: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:121:36: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
licenseutils-0.0.9/lib/getopt.c:348:25: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
licenseutils-0.0.9/lib/getopt.c:348:57: style: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:121:70: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/getopt.c:348:57: note: Function '_getopt_internal_r' argument 7 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/getopt.c:348:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:122:36: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
licenseutils-0.0.9/lib/getopt.c:348:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__posixly_correct' definition 'posixly_correct'.
licenseutils-0.0.9/lib/getopt.c:1128:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:24:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt.c:1128:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt.c:1128:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:24:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt.c:1128:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt.c:1128:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:25:42: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
licenseutils-0.0.9/lib/getopt.c:1128:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
licenseutils-0.0.9/lib/getopt.c:1129:40: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:26:51: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
licenseutils-0.0.9/lib/getopt.c:1129:40: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
licenseutils-0.0.9/lib/getopt.c:1129:55: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:26:68: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
licenseutils-0.0.9/lib/getopt.c:1129:55: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
licenseutils-0.0.9/lib/getopt.c:1129:68: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:27:34: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
licenseutils-0.0.9/lib/getopt.c:1129:68: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
licenseutils-0.0.9/lib/getopt.c:1130:23: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:27:51: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
licenseutils-0.0.9/lib/getopt.c:1130:23: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
licenseutils-0.0.9/lib/getopt1.c:48:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:124:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt1.c:48:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt1.c:48:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:124:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt1.c:48:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt1.c:48:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:125:40: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
licenseutils-0.0.9/lib/getopt1.c:48:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
licenseutils-0.0.9/lib/getopt1.c:49:38: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:126:49: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
licenseutils-0.0.9/lib/getopt1.c:49:38: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
licenseutils-0.0.9/lib/getopt1.c:49:57: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:126:66: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
licenseutils-0.0.9/lib/getopt1.c:49:57: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
licenseutils-0.0.9/lib/getopt1.c:50:38: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:127:49: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/getopt1.c:50:38: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/getopt1.c:71:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:129:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt1.c:71:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
licenseutils-0.0.9/lib/getopt1.c:71:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:129:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt1.c:71:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
licenseutils-0.0.9/lib/getopt1.c:71:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:130:45: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
licenseutils-0.0.9/lib/getopt1.c:71:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
licenseutils-0.0.9/lib/getopt1.c:72:43: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:131:54: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
licenseutils-0.0.9/lib/getopt1.c:72:43: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
licenseutils-0.0.9/lib/getopt1.c:72:62: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:132:38: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
licenseutils-0.0.9/lib/getopt1.c:72:62: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
licenseutils-0.0.9/lib/getopt1.c:73:43: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/getopt_int.h:133:54: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/getopt1.c:73:43: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
licenseutils-0.0.9/lib/gettimeofday.c:145:0: error: #error "Only 1-second nominal clock resolution found.  Is that intended?" \ [preprocessorErrorDirective]
licenseutils-0.0.9/lib/isnan.c:80:24: style: union member 'memory_double::value' is never used. [unusedStructMember]
licenseutils-0.0.9/lib/isnan.c:80:44: style: union member 'memory_double::word' is never used. [unusedStructMember]
licenseutils-0.0.9/lib/localcharset.c:444:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
licenseutils-0.0.9/lib/localcharset.c:435:24: note: Assignment 'locale=NULL', assigned value is 0
licenseutils-0.0.9/lib/localcharset.c:444:14: note: Condition 'locale==NULL' is always true
licenseutils-0.0.9/lib/localcharset.c:173:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
licenseutils-0.0.9/lib/localcharset.c:444:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
licenseutils-0.0.9/lib/localcharset.c:435:24: note: 'locale' is assigned value 'NULL' here.
licenseutils-0.0.9/lib/localcharset.c:444:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
licenseutils-0.0.9/lib/localcharset.c:134:19: style: The scope of the variable 'base' can be reduced. [variableScope]
licenseutils-0.0.9/lib/mbchar.h:160:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/md2.c:188:17: style: The scope of the variable 'n' can be reduced. [variableScope]
licenseutils-0.0.9/lib/md2.c:231:36: style: Function 'md2_update_chksum' argument 1 names different: declaration 'md' definition 'ctx'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/md2.c:43:48: note: Function 'md2_update_chksum' argument 1 names different: declaration 'md' definition 'ctx'.
licenseutils-0.0.9/lib/md2.c:231:36: note: Function 'md2_update_chksum' argument 1 names different: declaration 'md' definition 'ctx'.
licenseutils-0.0.9/lib/md2.c:246:31: style: Function 'md2_compress' argument 1 names different: declaration 'md' definition 'ctx'. [funcArgNamesDifferent]
licenseutils-0.0.9/lib/md2.c:44:43: note: Function 'md2_compress' argument 1 names different: declaration 'md' definition 'ctx'.
licenseutils-0.0.9/lib/md2.c:246:31: note: Function 'md2_compress' argument 1 names different: declaration 'md' definition 'ctx'.
licenseutils-0.0.9/lib/memchr.c:95:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
licenseutils-0.0.9/lib/xsize.h:33:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/rawmemchr.c:60:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
licenseutils-0.0.9/lib/rawmemchr.c:132:3: style: Variable 'char_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/lib/rawmemchr.c:123:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
licenseutils-0.0.9/lib/rawmemchr.c:132:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
licenseutils-0.0.9/lib/sleep.c:74:0: error: #error "Please port gnulib sleep.c to your platform, possibly using usleep() or select(), then report this to bug-gnulib." [preprocessorErrorDirective]
licenseutils-0.0.9/lib/strchrnul.c:62:19: style: Condition '4294967295U<(unsigned long)-1' is always false [knownConditionTrueFalse]
licenseutils-0.0.9/lib/strchrnul.c:138:3: style: Variable 'char_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/lib/strchrnul.c:129:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
licenseutils-0.0.9/lib/strchrnul.c:138:3: note: Variable 'char_ptr' is reassigned a value before the old one has been used.
licenseutils-0.0.9/lib/strerror.c:45:7: style: Condition 'msg' is always false [knownConditionTrueFalse]
licenseutils-0.0.9/lib/strerror.c:44:21: note: Assignment 'msg=NULL', assigned value is 0
licenseutils-0.0.9/lib/strerror.c:45:7: note: Condition 'msg' is always false
licenseutils-0.0.9/lib/str-two-way.h:362:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
licenseutils-0.0.9/lib/str-two-way.h:413:14: style: The scope of the variable 'shift' can be reduced. [variableScope]
licenseutils-0.0.9/src/agpl.c:128:7: style: Variable 'chunk' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/agpl.c:127:0: note: Variable 'chunk' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/agpl.c:128:7: note: Variable 'chunk' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/artistic.c:119:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
licenseutils-0.0.9/src/artistic.c:121:3: note: Found duplicate branches for 'if' and 'else'.
licenseutils-0.0.9/src/artistic.c:119:8: note: Found duplicate branches for 'if' and 'else'.
licenseutils-0.0.9/src/comment-extractor.cpp:49:3: style: Class 'InfoFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
licenseutils-0.0.9/src/copyright.c:433:28: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
licenseutils-0.0.9/src/copyright.c:438:32: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
licenseutils-0.0.9/src/detect.c:387:50: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
licenseutils-0.0.9/src/detect.c:384:46: note: outer condition: (*results)[i].ending_block>=r[j].starting_block
licenseutils-0.0.9/src/detect.c:387:50: note: identical inner condition: (*results)[i].ending_block>=r[j].starting_block
licenseutils-0.0.9/src/detect.c:816:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/detect.c:801:0: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/detect.c:816:3: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/fsf-addresses.c:27:46: style: Function 'get_address' argument 3 names different: declaration 'num_spaces' definition 'indent'. [funcArgNamesDifferent]
licenseutils-0.0.9/src/fsf-addresses.h:21:53: note: Function 'get_address' argument 3 names different: declaration 'num_spaces' definition 'indent'.
licenseutils-0.0.9/src/fsf-addresses.c:27:46: note: Function 'get_address' argument 3 names different: declaration 'num_spaces' definition 'indent'.
licenseutils-0.0.9/src/isc.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/isc.c:81:0: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/isc.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/licensing.c:243:22: style: Function 'lu_is_license' argument 1 names different: declaration 'cmd' definition 'line'. [funcArgNamesDifferent]
licenseutils-0.0.9/src/licensing.h:89:26: note: Function 'lu_is_license' argument 1 names different: declaration 'cmd' definition 'line'.
licenseutils-0.0.9/src/licensing.c:243:22: note: Function 'lu_is_license' argument 1 names different: declaration 'cmd' definition 'line'.
licenseutils-0.0.9/src/licensing.c:411:33: style: Function 'licensing' argument 1 names different: declaration 'opts' definition 'arguments'. [funcArgNamesDifferent]
licenseutils-0.0.9/src/licensing.h:43:37: note: Function 'licensing' argument 1 names different: declaration 'opts' definition 'arguments'.
licenseutils-0.0.9/src/licensing.c:411:33: note: Function 'licensing' argument 1 names different: declaration 'opts' definition 'arguments'.
licenseutils-0.0.9/src/licensing.c:446:35: style: Function 'lu_list_of_commands_for_help' argument 1 names different: declaration 'show_all' definition 'control'. [funcArgNamesDifferent]
licenseutils-0.0.9/src/licensing_priv.h:28:40: note: Function 'lu_list_of_commands_for_help' argument 1 names different: declaration 'show_all' definition 'control'.
licenseutils-0.0.9/src/licensing.c:446:35: note: Function 'lu_list_of_commands_for_help' argument 1 names different: declaration 'show_all' definition 'control'.
licenseutils-0.0.9/src/licensing.c:541:3: style: Variable 'num_lic' is modified but its new value is never used. [unreadVariable]
licenseutils-0.0.9/src/licensing.c:569:3: style: Variable 'num_lic' is modified but its new value is never used. [unreadVariable]
licenseutils-0.0.9/src/mit.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/mit.c:81:0: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/mit.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/png-apply.c:229:11: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
licenseutils-0.0.9/src/png-apply.c:211:7: note: Assuming that condition 'fp' is not redundant
licenseutils-0.0.9/src/png-apply.c:229:11: note: Null pointer dereference
licenseutils-0.0.9/src/png-apply.c:205:17: style: The scope of the variable 'signature' can be reduced. [variableScope]
licenseutils-0.0.9/src/png-apply.c:217:11: error: Resource leak: fp [resourceLeak]
licenseutils-0.0.9/src/png-apply.c:222:11: error: Resource leak: fp [resourceLeak]
licenseutils-0.0.9/src/png-apply.c:139:7: error: Common realloc mistake: 'text_ptr' nulled but not freed upon failure [memleakOnRealloc]
licenseutils-0.0.9/src/png-boilerplate.c:293:11: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
licenseutils-0.0.9/src/png-boilerplate.c:262:7: note: Assuming that condition 'fp' is not redundant
licenseutils-0.0.9/src/png-boilerplate.c:293:11: note: Null pointer dereference
licenseutils-0.0.9/src/png-boilerplate.c:256:17: style: The scope of the variable 'signature' can be reduced. [variableScope]
licenseutils-0.0.9/src/preview.c:152:13: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
licenseutils-0.0.9/src/preview.c:177:7: error: Resource leak: fp [resourceLeak]
licenseutils-0.0.9/src/styles.c:235:11: style: Condition 'argz' is always false [knownConditionTrueFalse]
licenseutils-0.0.9/src/styles.c:231:20: note: Assignment 'argz=NULL', assigned value is 0
licenseutils-0.0.9/src/styles.c:235:11: note: Condition 'argz' is always false
licenseutils-0.0.9/src/util.c:381:11: warning: Either the condition 'nl' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
licenseutils-0.0.9/src/util.c:342:11: note: Assuming that condition 'nl' is not redundant
licenseutils-0.0.9/src/util.c:381:11: note: Null pointer addition
licenseutils-0.0.9/src/util.c:71:7: style: Variable 'ptr[0]' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/util.c:69:7: note: Variable 'ptr[0]' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/util.c:71:7: note: Variable 'ptr[0]' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/util.c:570:7: style: The scope of the variable 'count' can be reduced. [variableScope]
licenseutils-0.0.9/src/util.c:617:9: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
licenseutils-0.0.9/src/zlib.c:85:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
licenseutils-0.0.9/src/zlib.c:81:0: note: Variable 'err' is reassigned a value before the old one has been used.
licenseutils-0.0.9/src/zlib.c:85:3: note: Variable 'err' is reassigned a value before the old one has been used.
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/licq/licq_1.8.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lie/lie_2.2.2+dfsg.orig.tar.gz
LiE/bigint.c:162:43: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/bigint.c:238:7: note: Assuming that condition '(b)==NULL' is not redundant
LiE/bigint.c:232:25: note: Calling function 'divq', 2nd argument 'b' value is 0
LiE/bigint.c:162:43: note: Null pointer dereference
LiE/bigint.c:179:32: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/bigint.c:238:7: note: Assuming that condition '(b)==NULL' is not redundant
LiE/bigint.c:232:25: note: Calling function 'divq', 2nd argument 'b' value is 0
LiE/bigint.c:179:32: note: Null pointer dereference
LiE/bigint.c:183:8: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/bigint.c:238:7: note: Assuming that condition '(b)==NULL' is not redundant
LiE/bigint.c:232:25: note: Calling function 'divq', 2nd argument 'b' value is 0
LiE/bigint.c:183:8: note: Null pointer dereference
LiE/bigint.c:213:25: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/bigint.c:238:7: note: Assuming that condition '(b)==NULL' is not redundant
LiE/bigint.c:232:25: note: Calling function 'divq', 2nd argument 'b' value is 0
LiE/bigint.c:213:25: note: Null pointer dereference
LiE/bigint.c:228:16: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/bigint.c:238:7: note: Assuming that condition '(b)==NULL' is not redundant
LiE/bigint.c:228:16: note: Null pointer dereference
LiE/bigint.c:259:9: style: The scope of the variable 'n' can be reduced. [variableScope]
LiE/bigint.c:450:25: warning: Function 'addc' argument order different: declaration 'a, b' definition 'b, n' [funcArgOrderDifferent]
LiE/ansi.h:21:20: note: Function 'addc' argument order different: declaration 'a, b' definition 'b, n'
LiE/bigint.c:450:25: note: Function 'addc' argument order different: declaration 'a, b' definition 'b, n'
LiE/bigint.c:461:25: warning: Function 'mulc' argument order different: declaration 'a, b' definition 'b, m' [funcArgOrderDifferent]
LiE/ansi.h:22:20: note: Function 'mulc' argument order different: declaration 'a, b' definition 'b, m'
LiE/bigint.c:461:25: note: Function 'mulc' argument order different: declaration 'a, b' definition 'b, m'
LiE/bigint.c:472:25: warning: Function 'divc' argument order different: declaration 'a, b' definition 'b, n' [funcArgOrderDifferent]
LiE/ansi.h:23:20: note: Function 'divc' argument order different: declaration 'a, b' definition 'b, n'
LiE/bigint.c:472:25: note: Function 'divc' argument order different: declaration 'a, b' definition 'b, n'
LiE/binmat.c:77:35: style: Function 'Objectread' argument 2 names different: declaration 't' definition 'name'. [funcArgNamesDifferent]
LiE/ansi.h:28:36: note: Function 'Objectread' argument 2 names different: declaration 't' definition 'name'.
LiE/binmat.c:77:35: note: Function 'Objectread' argument 2 names different: declaration 't' definition 'name'.
LiE/binmat.c:121:24: style: Function 'Objectget' argument 1 names different: declaration 't' definition 'name'. [funcArgNamesDifferent]
LiE/ansi.h:29:25: note: Function 'Objectget' argument 1 names different: declaration 't' definition 'name'.
LiE/binmat.c:121:24: note: Function 'Objectget' argument 1 names different: declaration 't' definition 'name'.
LiE/box/centr.c:43:33: style: The scope of the variable 'v' can be reduced. [variableScope]
LiE/box/closure.c:129:22: style: The scope of the variable 'root_i' can be reduced. [variableScope]
LiE/box/closure.c:146:11: style: The scope of the variable 'result' can be reduced. [variableScope]
LiE/box/closure.c:160:12: style: The scope of the variable 't' can be reduced. [variableScope]
LiE/box/matrix.c:42:45: style: The scope of the variable 'cikptr' can be reduced. [variableScope]
LiE/box/matrix.c:54:57: style: The scope of the variable 'viptr' can be reduced. [variableScope]
LiE/box/matrix.c:63:57: style: The scope of the variable 'aijptr' can be reduced. [variableScope]
LiE/box/matrix.c:63:66: style: The scope of the variable 'vjptr' can be reduced. [variableScope]
LiE/box/plethysm.c:56:62: style: The scope of the variable 't' can be reduced. [variableScope]
LiE/box/static3.c:158:11: warning: Logical conjunction always evaluates to false: n < 0 && n > 7. [incorrectLogicOperator]
LiE/box/symg.c:133:46: style: Variable 'mult' is assigned a value that is never used. [unreadVariable]
LiE/box/symg.c:178:14: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
LiE/box/tensor.c:32:9: style: The scope of the variable 'result' can be reduced. [variableScope]
LiE/box/weylloop.c:246:13: style: The scope of the variable 'tmpmat' can be reduced. [variableScope]
LiE/creatop.c:21:23: style: The scope of the variable 'argtype' can be reduced. [variableScope]
LiE/gapprint.c:593:14: warning: Either the condition 'c!=NULL' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
LiE/gapprint.c:562:8: note: Assuming that condition 'c!=NULL' is not redundant
LiE/gapprint.c:593:14: note: Null pointer dereference
LiE/gapprint.c:378:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LiE/gapprint.c:429:9: style: The scope of the variable 'name' can be reduced. [variableScope]
LiE/gapprint.c:678:11: style: The scope of the variable 'bracket' can be reduced. [variableScope]
LiE/gapprint.c:678:26: style: The scope of the variable 'c' can be reduced. [variableScope]
LiE/gapprint.c:678:35: style: The scope of the variable 'only_name' can be reduced. [variableScope]
LiE/gapprint.c:679:8: style: The scope of the variable 'first' can be reduced. [variableScope]
LiE/gapprint.c:680:11: style: The scope of the variable 'comma' can be reduced. [variableScope]
LiE/getl.c:50:23: style: Function 'fetch_line' argument 1 names different: declaration 'prompt' definition 'prompt_string'. [funcArgNamesDifferent]
LiE/getl.h:3:23: note: Function 'fetch_line' argument 1 names different: declaration 'prompt' definition 'prompt_string'.
LiE/getl.c:50:23: note: Function 'fetch_line' argument 1 names different: declaration 'prompt' definition 'prompt_string'.
LiE/gettype.c:161:29: style: Variable 'foundsym->class' is reassigned a value before the old one has been used. [redundantAssignment]
LiE/gettype.c:159:29: note: Variable 'foundsym->class' is reassigned a value before the old one has been used.
LiE/gettype.c:161:29: note: Variable 'foundsym->class' is reassigned a value before the old one has been used.
LiE/getvalue.c:37:46: style: Function 'evalbl_value_dup' argument 2 names different: declaration 's' definition 'topnode'. [funcArgNamesDifferent]
LiE/getvalue.h:4:46: note: Function 'evalbl_value_dup' argument 2 names different: declaration 's' definition 'topnode'.
LiE/getvalue.c:37:46: note: Function 'evalbl_value_dup' argument 2 names different: declaration 's' definition 'topnode'.
LiE/getvalue.c:49:25: style: Function 'eval_value' argument 1 names different: declaration 's' definition 'topnode'. [funcArgNamesDifferent]
LiE/getvalue.h:3:25: note: Function 'eval_value' argument 1 names different: declaration 's' definition 'topnode'.
LiE/getvalue.c:49:25: note: Function 'eval_value' argument 1 names different: declaration 's' definition 'topnode'.
LiE/init.c:93:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
LiE/main.c:87:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
LiE/main.c:92:24: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
LiE/mem.c:445:14: style: Variable 'last_v' is assigned a value that is never used. [unreadVariable]
LiE/onoff.c:133:22: style: Function 'set_on' argument 1 names different: declaration 'num' definition 'val'. [funcArgNamesDifferent]
LiE/ansi.h:49:22: note: Function 'set_on' argument 1 names different: declaration 'num' definition 'val'.
LiE/onoff.c:133:22: note: Function 'set_on' argument 1 names different: declaration 'num' definition 'val'.
LiE/onoff.c:143:23: style: Function 'set_off' argument 1 names different: declaration 'num' definition 'val'. [funcArgNamesDifferent]
LiE/ansi.h:50:23: note: Function 'set_off' argument 1 names different: declaration 'num' definition 'val'.
LiE/onoff.c:143:23: note: Function 'set_off' argument 1 names different: declaration 'num' definition 'val'.
LiE/output.c:114:32: style: Function 'enter_input_file' argument 1 names different: declaration 'fname' definition 'name'. [funcArgNamesDifferent]
LiE/ansi.h:63:32: note: Function 'enter_input_file' argument 1 names different: declaration 'fname' definition 'name'.
LiE/output.c:114:32: note: Function 'enter_input_file' argument 1 names different: declaration 'fname' definition 'name'.
LiE/output.c:55:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
LiE/output.c:64:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
LiE/output.c:72:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
LiE/poly.c:57:17: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/poly.c:57:51: note: Assuming that condition '(b)==NULL' is not redundant
LiE/poly.c:57:17: note: Null pointer dereference
LiE/poly.c:136:19: warning: Either the condition '(a)==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
LiE/poly.c:138:21: note: Assuming that condition '(a)==NULL' is not redundant
LiE/poly.c:136:19: note: Null pointer dereference
LiE/poly.c:154:19: warning: Either the condition '(a)==NULL' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
LiE/poly.c:156:21: note: Assuming that condition '(a)==NULL' is not redundant
LiE/poly.c:154:19: note: Null pointer dereference
LiE/poly.c:175:19: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/poly.c:178:21: note: Assuming that condition '(b)==NULL' is not redundant
LiE/poly.c:175:19: note: Null pointer dereference
LiE/poly.c:191:17: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/poly.c:193:18: note: Assuming that condition '(b)==NULL' is not redundant
LiE/poly.c:191:17: note: Null pointer dereference
LiE/poly.c:204:17: warning: Either the condition '(b)==NULL' is redundant or there is possible null pointer dereference: b. [nullPointerRedundantCheck]
LiE/poly.c:206:18: note: Assuming that condition '(b)==NULL' is not redundant
LiE/poly.c:204:17: note: Null pointer dereference
LiE/poly.c:69:13: style: The scope of the variable 'k' can be reduced. [variableScope]
LiE/poly.c:69:43: style: The scope of the variable 'cmp' can be reduced. [variableScope]
LiE/poly.c:53:51: style: Function 'Add_pol_pol' argument 3 names different: declaration 'sign' definition 'neg_b'. [funcArgNamesDifferent]
LiE/ansi.h:114:41: note: Function 'Add_pol_pol' argument 3 names different: declaration 'sign' definition 'neg_b'.
LiE/poly.c:53:51: note: Function 'Add_pol_pol' argument 3 names different: declaration 'sign' definition 'neg_b'.
LiE/poly.c:173:10: warning: Function 'Mul_pol_int' argument order different: declaration 'a, b' definition 'b, a' [funcArgOrderDifferent]
LiE/ansi.h:121:25: note: Function 'Mul_pol_int' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:173:10: note: Function 'Mul_pol_int' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:190:30: warning: Function 'Div_pol_vec' argument order different: declaration 'a, b' definition 'b, a' [funcArgOrderDifferent]
LiE/ansi.h:124:25: note: Function 'Div_pol_vec' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:190:30: note: Function 'Div_pol_vec' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:203:30: warning: Function 'Mod_pol_vec' argument order different: declaration 'a, b' definition 'b, a' [funcArgOrderDifferent]
LiE/ansi.h:126:25: note: Function 'Mod_pol_vec' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:203:30: note: Function 'Mod_pol_vec' argument order different: declaration 'a, b' definition 'b, a'
LiE/poly.c:246:11: style: Function 'Mul_pol_pol' argument 1 names different: declaration 'a' definition 'p1'. [funcArgNamesDifferent]
LiE/ansi.h:122:25: note: Function 'Mul_pol_pol' argument 1 names different: declaration 'a' definition 'p1'.
LiE/poly.c:246:11: note: Function 'Mul_pol_pol' argument 1 names different: declaration 'a' definition 'p1'.
LiE/poly.c:246:16: style: Function 'Mul_pol_pol' argument 2 names different: declaration 'b' definition 'p2'. [funcArgNamesDifferent]
LiE/ansi.h:122:34: note: Function 'Mul_pol_pol' argument 2 names different: declaration 'b' definition 'p2'.
LiE/poly.c:246:16: note: Function 'Mul_pol_pol' argument 2 names different: declaration 'b' definition 'p2'.
LiE/print.c:606:14: warning: Either the condition 'c!=NULL' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
LiE/print.c:575:8: note: Assuming that condition 'c!=NULL' is not redundant
LiE/print.c:606:14: note: Null pointer dereference
LiE/print.c:391:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LiE/print.c:442:9: style: The scope of the variable 'name' can be reduced. [variableScope]
LiE/print.c:691:11: style: The scope of the variable 'bracket' can be reduced. [variableScope]
LiE/print.c:691:26: style: The scope of the variable 'c' can be reduced. [variableScope]
LiE/print.c:691:35: style: The scope of the variable 'only_name' can be reduced. [variableScope]
LiE/print.c:692:8: style: The scope of the variable 'first' can be reduced. [variableScope]
LiE/print.c:693:11: style: The scope of the variable 'comma' can be reduced. [variableScope]
LiE/static/static4.c:644:38: style: The scope of the variable 'buf' can be reduced. [variableScope]
LiE/static/static4.c:660:38: style: The scope of the variable 'buf' can be reduced. [variableScope]
LiE/sym.c:17:25: style: Function 'srchsym' argument 1 names different: declaration 'lst' definition 'table'. [funcArgNamesDifferent]
LiE/sym.h:11:25: note: Function 'srchsym' argument 1 names different: declaration 'lst' definition 'table'.
LiE/sym.c:17:25: note: Function 'srchsym' argument 1 names different: declaration 'lst' definition 'table'.
LiE/sym.c:81:19: style: Function 'push' argument 1 names different: declaration 'lst' definition 'l'. [funcArgNamesDifferent]
LiE/sym.h:5:19: note: Function 'push' argument 1 names different: declaration 'lst' definition 'l'.
LiE/sym.c:81:19: note: Function 'push' argument 1 names different: declaration 'lst' definition 'l'.
LiE/sym.c:101:26: style: Function 'assignnames' argument 1 names different: declaration 'list' definition 'actual'. [funcArgNamesDifferent]
LiE/sym.h:8:26: note: Function 'assignnames' argument 1 names different: declaration 'list' definition 'actual'.
LiE/sym.c:101:26: note: Function 'assignnames' argument 1 names different: declaration 'list' definition 'actual'.
LiE/sym.c:101:42: style: Function 'assignnames' argument 2 names different: declaration 'name_list' definition 'formal'. [funcArgNamesDifferent]
LiE/sym.h:8:40: note: Function 'assignnames' argument 2 names different: declaration 'name_list' definition 'formal'.
LiE/sym.c:101:42: note: Function 'assignnames' argument 2 names different: declaration 'name_list' definition 'formal'.
LiE/util/infoind.c:70:18: style: The scope of the variable 'infopt' can be reduced. [variableScope]
LiE/util/infoind.c:137:0: error: Resource leak: indexpt [resourceLeak]
LiE/util/learnind.c:40:25: warning: Either the condition 'bufpt!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
LiE/util/learnind.c:47:16: note: Assuming that condition 'bufpt!=NULL' is not redundant
LiE/util/learnind.c:40:25: note: Null pointer subtraction
LiE/util/learnind.c:23:23: style: The scope of the variable 'location_start' can be reduced. [variableScope]
LiE/util/learnind.c:64:0: error: Resource leak: indexpt [resourceLeak]
LiE/util/learnind.c:65:0: error: Resource leak: learnpt [resourceLeak]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/liece/liece_2.0+0.20030527cvs.orig.tar.gz
liece-2.0+0.20030527cvs/dcc/dcc.c:180:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
liece-2.0+0.20030527cvs/dcc/dcc.c:351:19: style: The scope of the variable 'hp' can be reduced. [variableScope]
liece-2.0+0.20030527cvs/dcc/dcc.c:354:8: style: The scope of the variable 'namebuf' can be reduced. [variableScope]
liece-2.0+0.20030527cvs/dcc/dcc.c:395:7: style: The scope of the variable 'c' can be reduced. [variableScope]
liece-2.0+0.20030527cvs/dcc/dcc.c:177:10: style: Unused variable: readfds [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:177:19: style: Unused variable: writefds [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:177:29: style: Unused variable: fdset [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:229:7: style: Unused variable: sock [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:231:10: style: Unused variable: readfds [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:231:19: style: Unused variable: writefds [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:231:29: style: Unused variable: fdset [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:269:0: style: Variable 'bytesreceived' is assigned a value that is never used. [unreadVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:271:19: style: Unused variable: writefds [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:271:29: style: Unused variable: fdset [unusedVariable]
liece-2.0+0.20030527cvs/dcc/dcc.c:304:26: style: Variable 'hp' is assigned a value that is never used. [unreadVariable]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lief/lief_0.9.0.orig.tar.gz
LIEF-0.9.0/api/c/ELF/DynamicEntry.cpp:43:0: error: Memory leak: e [memleak]
LIEF-0.9.0/src/BinaryStream/BinaryStream.cpp:135:24: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
LIEF-0.9.0/src/ELF/Binary.cpp:51:11: style: Expression is always false because 'else if' condition matches previous condition at line 49. [multiCondition]
LIEF-0.9.0/src/ELF/Binary.cpp:71:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
LIEF-0.9.0/src/ELF/Binary.cpp:73:5: note: Found duplicate branches for 'if' and 'else'.
LIEF-0.9.0/src/ELF/Binary.cpp:71:3: note: Found duplicate branches for 'if' and 'else'.
LIEF-0.9.0/src/ELF/Binary.cpp:641:31: style: Same expression on both sides of '&&'. [duplicateExpression]
LIEF-0.9.0/src/ELF/Binary.cpp:1060:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Binary.cpp:1066:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Binary.cpp:1175:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:198:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:245:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:254:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:277:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:286:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Header.cpp:302:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Parser.tcc:474:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Parser.tcc:480:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Parser.tcc:487:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/ELF/Parser.tcc:1408:14: style: The scope of the variable 'next_aux_offset' can be reduced. [variableScope]
LIEF-0.9.0/src/ELF/Parser.tcc:1527:29: style: The scope of the variable 'MAX_NB_HASH' can be reduced. [variableScope]
LIEF-0.9.0/src/ELF/RelocationSizes.hpp:73:0: error: syntax error [syntaxError]
LIEF-0.9.0/src/ELF/utils.cpp:61:24: style: The scope of the variable 'g' can be reduced. [variableScope]
LIEF-0.9.0/src/ELF/utils.cpp:75:24: style: The scope of the variable 'g' can be reduced. [variableScope]
LIEF-0.9.0/src/OAT/Parser.tcc:380:16: style: The scope of the variable 'method_bitmap_size' can be reduced. [variableScope]
LIEF-0.9.0/src/PE/RelocationEntry.cpp:124:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/PE/RelocationEntry.cpp:130:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/PE/RelocationEntry.cpp:136:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/PE/RelocationEntry.cpp:142:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LIEF-0.9.0/src/PE/ResourcesManager.cpp:1020:50: style: Variable 'window_class_name' is assigned a value that is never used. [unreadVariable]
LIEF-0.9.0/src/PE/ResourcesManager.cpp:1079:48: style: Variable 'window_class_name' is assigned a value that is never used. [unreadVariable]
LIEF-0.9.0/tests/test_iterators.cpp:77:12: style: Technically the member function 'Foo::get_bar' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:81:17: style: Technically the member function 'Foo::filter_always_true' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:85:17: style: Technically the member function 'Foo::get_bar_filter' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:90:17: style: Technically the member function 'Foo::get_bar_filter_empty' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:100:21: style: Technically the member function 'Foo::get_bar_ptr_filter' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:109:18: performance: Technically the member function 'Foo::get_bar_local' can be static. [functionStatic]
LIEF-0.9.0/tests/test_iterators.cpp:115:29: performance: Technically the member function 'Foo::get_bar_const_filter_local' can be static. [functionStatic]
LIEF-0.9.0/tests/test_iterators.cpp:122:20: style: Technically the member function 'Foo::get_dummies' can be const. [functionConst]
LIEF-0.9.0/tests/test_iterators.cpp:130:16: style: Technically the member function 'Foo::get_bar_ptr' can be const. [functionConst]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lierolibre/lierolibre_0.5.orig.tar.gz
lierolibre-0.5/src/gvl/support/platform.h:91:0: error: #error "Unknown architecture, please add it" [preprocessorErrorDirective]
lierolibre-0.5/src/boostTesting.cpp:322:16: style: Unused variable: buf_ro [unusedVariable]
lierolibre-0.5/src/boostTesting.cpp:323:16: style: Unused variable: buf_rw [unusedVariable]
lierolibre-0.5/src/boostTesting.cpp:126:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lierolibre-0.5/src/boostTesting.cpp:154:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lierolibre-0.5/src/dataPath.hpp:56:2: style: Class 'DataPath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::materials' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::texts' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::textures' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::weapons' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::sobjectTypes' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::nobjectTypes' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::weapOrder' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::bonusRandTimer' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::bonusSObjects' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::aiParams' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::colorAnim' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::bonusFrames' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::smallSprites' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::largeSprites' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::textSprites' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::wormSprites' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::fireConeSprites' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::C' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/common.hpp:142:2: warning: Member variable 'Common::H' is not initialized in the constructor. [uninitMemberVar]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:224:7: style: Unused private function: 'shared_ptr::_set_non_zero' [unusedPrivateFunction]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:383:7: style: Unused private function: 'deferred_ptr::_set_non_zero' [unusedPrivateFunction]
lierolibre-0.5/src/objectList.hpp:78:8: style: Technically the member function 'ObjectList::iterator::operator!=' can be const. [functionConst]
lierolibre-0.5/src/exactObjectList.hpp:81:8: style: Technically the member function 'ExactObjectList::iterator::operator!=' can be const. [functionConst]
lierolibre-0.5/src/gfx/palette.hpp:63:7: performance: Technically the member function 'Palette::setWormColoursSpan' can be static. [functionStatic]
lierolibre-0.5/src/gvl/resman/shared.hpp:109:7: performance: Technically the member function 'gvl::shared::_clear_weak_ptrs' can be static. [functionStatic]
lierolibre-0.5/src/gvl/resman/shared_count.hpp:61:7: style: Technically the member function 'gvl::shared_count::dec' can be const. [functionConst]
lierolibre-0.5/src/gvl/resman/shared_count.hpp:73:7: style: Technically the member function 'gvl::shared_count::swap' can be const. [functionConst]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:330:7: style: Technically the member function 'gvl::deferred_ptr::swap' can be const. [functionConst]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:334:22: style: Technically the member function 'gvl::deferred_ptr::cast' can be const. [functionConst]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:342:22: style: Technically the member function 'gvl::deferred_ptr::static_cast_' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:58:7: style: Technically the member function 'Material::dirt' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:59:7: style: Technically the member function 'Material::dirt2' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:60:7: style: Technically the member function 'Material::rock' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:61:7: style: Technically the member function 'Material::background' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:62:7: style: Technically the member function 'Material::seeShadow' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:65:7: style: Technically the member function 'Material::dirtRock' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:66:7: style: Technically the member function 'Material::anyDirt' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:67:7: style: Technically the member function 'Material::dirtBack' can be const. [functionConst]
lierolibre-0.5/src/common.hpp:68:7: style: Technically the member function 'Material::worm' can be const. [functionConst]
lierolibre-0.5/src/objectList.hpp:48:3: style: Struct 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/support/debug.hpp:36:2: style: Struct 'assert_failure' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/exactObjectList.hpp:49:3: style: Struct 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:107:2: style: Struct 'shared_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/resman/shared_ptr.hpp:268:2: style: Struct 'deferred_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/_build/deque.cpp:131:12: style: Variable 'limit' is assigned a value that is never used. [unreadVariable]
lierolibre-0.5/src/gvl/gvl_test/_build/deque.cpp:51:2: style: Struct 'track_obj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/containers/accurate_rectangle_packing.cpp:84:3: style: Variable 'box_count' is modified but its new value is never used. [unreadVariable]
lierolibre-0.5/src/gvl/gvl_test/containers/hash_set.cpp:92:0: error: syntax error [syntaxError]
lierolibre-0.5/src/gvl/gvl_test/containers/list.cpp:50:2: style: Struct 'integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/containers/pairing_heap.cpp:51:2: style: Struct 'pairing_heap_integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/containers/treap.cpp:132:6: style: The scope of the variable 'sum' can be reduced. [variableScope]
lierolibre-0.5/src/gvl/gvl_test/containers/treap.cpp:137:12: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
lierolibre-0.5/src/gvl/gvl_test/containers/treap.cpp:179:12: style: Variable 'iter' is assigned a value that is never used. [unreadVariable]
lierolibre-0.5/src/gvl/gvl_test/containers/treap.cpp:43:2: style: Struct 'treap_integer2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/io/formatter.cpp:115:2: style: Struct 'string_writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/gvl_test/math/random.cpp:62:2: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
lierolibre-0.5/src/gvl/gvl_test/math/random.cpp:61:0: note: Variable 'x' is reassigned a value before the old one has been used.
lierolibre-0.5/src/gvl/gvl_test/math/random.cpp:62:2: note: Variable 'x' is reassigned a value before the old one has been used.
lierolibre-0.5/src/gvl/gvl_test/math/random.cpp:62:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lierolibre-0.5/src/gvl/support/debug.cpp:42:7: style: Variable 's' is assigned a value that is never used. [unreadVariable]
lierolibre-0.5/src/gvl/support/string_pool.hpp:58:2: style: Struct 'pooled_string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/gvl/support/string_pool.hpp:74:2: style: Struct 'pooled_string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/menu/menu.hpp:126:7: style: Technically the member function 'Menu::isSelectionValid' can be const. [functionConst]
lierolibre-0.5/src/menu/menu.hpp:149:6: style: Technically the member function 'Menu::selection' can be const. [functionConst]
lierolibre-0.5/src/menu/menu.hpp:59:2: style: Struct 'Menu' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:42:7: style: The function 'onLeftRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:34:15: note: Virtual function in base class
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:42:7: note: Function in derived class
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:43:6: style: The function 'onEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:39:14: note: Virtual function in base class
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:43:6: note: Function in derived class
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:44:7: style: The function 'onUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:44:15: note: Virtual function in base class
lierolibre-0.5/src/menu/booleanSwitchBehavior.hpp:44:7: note: Function in derived class
lierolibre-0.5/src/menu/integerBehavior.hpp:45:7: style: The function 'onLeftRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:34:15: note: Virtual function in base class
lierolibre-0.5/src/menu/integerBehavior.hpp:45:7: note: Function in derived class
lierolibre-0.5/src/menu/integerBehavior.hpp:46:6: style: The function 'onEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:39:14: note: Virtual function in base class
lierolibre-0.5/src/menu/integerBehavior.hpp:46:6: note: Function in derived class
lierolibre-0.5/src/menu/integerBehavior.hpp:47:7: style: The function 'onUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:44:15: note: Virtual function in base class
lierolibre-0.5/src/menu/integerBehavior.hpp:47:7: note: Function in derived class
lierolibre-0.5/src/menu/timeBehavior.hpp:42:7: style: The function 'onUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:44:15: note: Virtual function in base class
lierolibre-0.5/src/menu/timeBehavior.hpp:42:7: note: Function in derived class
lierolibre-0.5/src/menu/enumBehavior.hpp:46:7: style: The function 'onLeftRight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:34:15: note: Virtual function in base class
lierolibre-0.5/src/menu/enumBehavior.hpp:46:7: note: Function in derived class
lierolibre-0.5/src/menu/enumBehavior.hpp:47:6: style: The function 'onEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:39:14: note: Virtual function in base class
lierolibre-0.5/src/menu/enumBehavior.hpp:47:6: note: Function in derived class
lierolibre-0.5/src/menu/enumBehavior.hpp:48:7: style: The function 'onUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/menu/itemBehavior.hpp:44:15: note: Virtual function in base class
lierolibre-0.5/src/menu/enumBehavior.hpp:48:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:80:7: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:72:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:80:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:85:7: style: The function 'isPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:73:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:85:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:90:7: style: The function 'playOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:74:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:90:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:95:7: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:75:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:95:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:103:7: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:72:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:103:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:107:7: style: The function 'isPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:73:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:107:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:112:7: style: The function 'playOn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:74:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:112:7: note: Function in derived class
lierolibre-0.5/src/sfx.hpp:116:7: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lierolibre-0.5/src/sfx.hpp:75:15: note: Virtual function in base class
lierolibre-0.5/src/sfx.hpp:116:7: note: Function in derived class
lierolibre-0.5/src/menu/menuItem.hpp:40:15: performance: Function parameter 'string' should be passed by const reference. [passedByValue]
lierolibre-0.5/src/sfx.hpp:58:7: style: Technically the member function 'Sfx::isPlaying' can be const. [functionConst]
lierolibre-0.5/src/sfx.cpp:195:11: note: Technically the member function 'Sfx::isPlaying' can be const.
lierolibre-0.5/src/sfx.hpp:58:7: note: Technically the member function 'Sfx::isPlaying' can be const.
lierolibre-0.5/src/sfx.hpp:60:7: style: Technically the member function 'Sfx::stop' can be const. [functionConst]
lierolibre-0.5/src/sfx.cpp:179:11: note: Technically the member function 'Sfx::stop' can be const.
lierolibre-0.5/src/sfx.hpp:60:7: note: Technically the member function 'Sfx::stop' can be const.
lierolibre-0.5/src/console.hpp:47:2: style: Struct 'LocalAttributes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lierolibre-0.5/src/text.cpp:98:6: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lierolibre-0.5/src/to_string.hpp:39:2: style: Class 'BadConversion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lifelines/lifelines_3.0.61.orig.tar.gz
lifelines-3.0.61/intl/dcigettext.c:569:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lifelines-3.0.61/intl/hash-string.h:42:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lifelines-3.0.61/intl/dcigettext.c:218:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
lifelines-3.0.61/intl/dcigettext.c:221:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
lifelines-3.0.61/intl/dcigettext.c:224:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
lifelines-3.0.61/intl/dcigettext.c:227:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
lifelines-3.0.61/intl/dcigettext.c:228:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
lifelines-3.0.61/intl/dcigettext.c:231:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
lifelines-3.0.61/intl/l10nflist.c:403:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lifelines-3.0.61/intl/loadmsgcat.c:966:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lifelines-3.0.61/intl/loadmsgcat.c:910:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lifelines-3.0.61/intl/loadmsgcat.c:966:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lifelines-3.0.61/intl/loadmsgcat.c:966:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lifelines-3.0.61/intl/loadmsgcat.c:910:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lifelines-3.0.61/intl/loadmsgcat.c:966:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lifelines-3.0.61/intl/localcharset.c:266:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lifelines-3.0.61/intl/localcharset.c:257:24: note: Assignment 'locale=NULL', assigned value is 0
lifelines-3.0.61/intl/localcharset.c:266:14: note: Condition 'locale==NULL' is always true
lifelines-3.0.61/intl/localcharset.c:266:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lifelines-3.0.61/intl/localcharset.c:257:24: note: 'locale' is assigned value 'NULL' here.
lifelines-3.0.61/intl/localcharset.c:266:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lifelines-3.0.61/intl/localcharset.c:116:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lifelines-3.0.61/intl/localcharset.c:140:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lifelines-3.0.61/intl/localealias.c:239:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lifelines-3.0.61/intl/localealias.c:240:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lifelines-3.0.61/reports/bib2html.c:30:0: warning: Storing getchar() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
lifelines-3.0.61/reports/bury.c:53:29: style: The scope of the variable 'name' can be reduced. [variableScope]
lifelines-3.0.61/reports/bury.c:54:7: style: The scope of the variable 'colon' can be reduced. [variableScope]
lifelines-3.0.61/reports/bury.c:54:16: style: The scope of the variable 'maxcompare' can be reduced. [variableScope]
lifelines-3.0.61/reports/bury.c:54:13: style: Unused variable: in [unusedVariable]
lifelines-3.0.61/reports/bury.c:44:26: warning: Storing getchar() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
lifelines-3.0.61/src/arch/has_key.c:16:4: warning: Redundant assignment of 'ch' to itself. [selfAssignment]
lifelines-3.0.61/src/arch/nl_langinfo.c:55:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lifelines-3.0.61/src/arch/scandir.c:164:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/arch/scandir.c:167:5: error: Common realloc mistake: 'names' nulled but not freed upon failure [memleakOnRealloc]
lifelines-3.0.61/src/arch/scandir.c:152:0: error: Memory leak: names [memleak]
lifelines-3.0.61/src/arch/sleep.c:50:0: error: #error "sleep not implemented!" [preprocessorErrorDirective]
lifelines-3.0.61/src/btree/file.c:187:8: style: Variable 'siz' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/btree/index.c:95:30: warning: Either the condition 'if(fi)' is redundant or there is possible null pointer dereference: fi. [nullPointerRedundantCheck]
lifelines-3.0.61/src/btree/index.c:102:5: note: Assuming that condition 'if(fi)' is not redundant
lifelines-3.0.61/src/btree/index.c:95:30: note: Null pointer dereference
lifelines-3.0.61/src/gedlib/brwslist.c:122:4: style: Unused variable: break [unusedVariable]
lifelines-3.0.61/src/gedlib/brwslist.c:132:4: style: Unused variable: return [unusedVariable]
lifelines-3.0.61/src/gedlib/brwslist.c:187:4: style: Unused variable: return [unusedVariable]
lifelines-3.0.61/src/gedlib/charmaps.c:109:8: style: The scope of the variable 'node' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/dateparse.c:723:7: warning: Redundant assignment of 'pdate' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/dateprint.c:603:14: style: The scope of the variable 'scratch' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/dateprint.c:765:23: style: Function 'zshorten_date' argument 1 names different: declaration 'date' definition 'str'. [funcArgNamesDifferent]
lifelines-3.0.61/src/gedlib/dateprint.c:57:34: note: Function 'zshorten_date' argument 1 names different: declaration 'date' definition 'str'.
lifelines-3.0.61/src/gedlib/dateprint.c:765:23: note: Function 'zshorten_date' argument 1 names different: declaration 'date' definition 'str'.
lifelines-3.0.61/src/gedlib/dbcontext.c:164:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/dblist.c:55:10: style: Variable 'ndirs' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/editvtab.c:147:5: warning: Redundant assignment of 'len' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/editvtab.c:164:5: warning: Redundant assignment of 'len' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/gengedc.c:408:0: style: Variable 'famstab' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/gengedc.c:464:3: style: Variable 'closure_wipe_processlist' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/gengedc.c:473:3: style: Variable 'remove_indiseq' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/gengedc.c:485:2: style: Variable 'closure_free' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/gstrings.c:209:7: warning: Redundant assignment of 'delim' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/gstrings.c:299:7: warning: Redundant assignment of 'delim' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/gstrings.c:113:6: style: The scope of the variable 'hasparents' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/gstrings.c:114:6: style: The scope of the variable 'hasfamily' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/gstrings.c:95:10: style: Variable 'pnum' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/indiseq.c:1268:6: style: Condition 'len' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/gedlib/indiseq.c:1257:24: note: Assignment 'len=0', assigned value is 0
lifelines-3.0.61/src/gedlib/indiseq.c:1263:4: note: len is incremented', new value is 1
lifelines-3.0.61/src/gedlib/indiseq.c:1268:6: note: Condition 'len' is always true
lifelines-3.0.61/src/gedlib/indiseq.c:1320:6: style: Condition 'len' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/gedlib/indiseq.c:1309:24: note: Assignment 'len=0', assigned value is 0
lifelines-3.0.61/src/gedlib/indiseq.c:1315:4: note: len is incremented', new value is 1
lifelines-3.0.61/src/gedlib/indiseq.c:1320:6: note: Condition 'len' is always true
lifelines-3.0.61/src/gedlib/indiseq.c:1342:6: style: Condition 'len' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/gedlib/indiseq.c:1331:24: note: Assignment 'len=0', assigned value is 0
lifelines-3.0.61/src/gedlib/indiseq.c:1337:4: note: len is incremented', new value is 1
lifelines-3.0.61/src/gedlib/indiseq.c:1342:6: note: Condition 'len' is always true
lifelines-3.0.61/src/gedlib/indiseq.c:680:8: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/indiseq.c:708:8: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/indiseq.c:825:7: warning: Redundant assignment of 'eflg' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/indiseq.c:2139:10: warning: Redundant assignment of 'valtype' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/indiseq.c:757:2: style: Variable 'partition_sort' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/indiseq.c:772:2: style: Variable 'partition_sort' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/indiseq.c:788:2: style: Variable 'partition_sort' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/init.c:281:8: warning: Redundant assignment of 'uparm' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/init.c:374:7: style: The scope of the variable 'cfg_name' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/keytonod.c:666:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/keytonod.c:666:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/keytonod.c:880:9: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/llgettext.c:59:9: warning: Redundant assignment of 'domain' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/llgettext.c:60:10: warning: Redundant assignment of 'codeset' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/llgettext.c:198:9: warning: Redundant assignment of 'domain' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/llgettext.c:199:10: warning: Redundant assignment of 'codeset' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/llgettext.c:73:7: style: The scope of the variable 'keyname' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/lloptions.c:326:6: style: Condition '!str' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/gedlib/lloptions.c:325:15: note: Assignment 'str=0', assigned value is 0
lifelines-3.0.61/src/gedlib/lloptions.c:326:6: note: Condition '!str' is always true
lifelines-3.0.61/src/gedlib/lloptions.c:348:6: style: Condition '!str' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/gedlib/lloptions.c:347:15: note: Assignment 'str=0', assigned value is 0
lifelines-3.0.61/src/gedlib/lloptions.c:348:6: note: Condition '!str' is always true
lifelines-3.0.61/src/gedlib/locales.c:493:10: warning: Redundant assignment of 'category' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/locales.c:494:8: warning: Redundant assignment of 'locale' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/locales.c:356:9: style: Unused variable: str [unusedVariable]
lifelines-3.0.61/src/gedlib/names.c:1136:5: warning: Redundant assignment of 'len' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/names.c:820:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/names.c:738:7: style: Variable 'sqz1' is not assigned a value. [unassignedVariable]
lifelines-3.0.61/src/gedlib/names.c:738:28: style: Variable 'sqz2' is not assigned a value. [unassignedVariable]
lifelines-3.0.61/src/gedlib/node.c:140:10: style: The scope of the variable 'blck' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/node.c:141:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/nodeio.c:447:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lifelines-3.0.61/src/gedlib/nodeio.c:450:5: note: Found duplicate branches for 'if' and 'else'.
lifelines-3.0.61/src/gedlib/nodeio.c:447:3: note: Found duplicate branches for 'if' and 'else'.
lifelines-3.0.61/src/gedlib/nodeio.c:439:5: warning: Redundant assignment of 'len' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/nodeio.c:301:51: style: Function 'do_first_fp_to_node' argument 3 names different: declaration 'tt' definition 'ttm'. [funcArgNamesDifferent]
lifelines-3.0.61/src/gedlib/nodeio.c:44:62: note: Function 'do_first_fp_to_node' argument 3 names different: declaration 'tt' definition 'ttm'.
lifelines-3.0.61/src/gedlib/nodeio.c:301:51: note: Function 'do_first_fp_to_node' argument 3 names different: declaration 'tt' definition 'ttm'.
lifelines-3.0.61/src/gedlib/property.c:32:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lifelines-3.0.61/src/gedlib/property.c:60:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lifelines-3.0.61/src/gedlib/refns.c:685:5: warning: Redundant assignment of 'len' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/remove.c:222:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/gedlib/remove.c:219:2: note: Variable 'node' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/gedlib/remove.c:222:2: note: Variable 'node' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/gedlib/remove.c:249:6: warning: Redundant assignment of 'frec' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/remove.c:227:9: style: Variable 'node' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/translat.c:227:8: style: The scope of the variable 'tp' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/translat.c:240:7: style: The scope of the variable 'outbytes' can be reduced. [variableScope]
lifelines-3.0.61/src/gedlib/xlat.c:738:6: warning: Redundant assignment of 'xlat' to itself. [selfAssignment]
lifelines-3.0.61/src/gedlib/xlat.c:155:2: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/xlat.c:409:10: style: Variable 'cvtd' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/xlat.c:585:2: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/xlat.c:602:2: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/gedlib/xreffile.c:685:14: style: The scope of the variable 'scratch' can be reduced. [variableScope]
lifelines-3.0.61/src/interp/alloc.c:179:2: error: Address of auto-variable 'new_block->nodes[i]' returned [returnAddressOfAutoVariable]
lifelines-3.0.61/src/interp/builtin.c:454:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/interp/builtin.c:452:0: note: Variable 'val' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/builtin.c:454:2: note: Variable 'val' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/builtin.c:1945:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/interp/builtin.c:1943:0: note: Variable 'val' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/builtin.c:1945:2: note: Variable 'val' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/builtin.c:291:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:292:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:293:6: warning: Redundant assignment of 'eflg' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:2190:6: warning: Redundant assignment of 'list' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3737:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3738:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3749:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3750:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3761:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3762:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/builtin.c:3782:12: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/builtin.c:3820:12: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/builtin.c:1181:3: error: Buffer is accessed out of bounds: scratch [bufferAccessOutOfBounds]
lifelines-3.0.61/src/interp/heapused.c:102:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/heapused.c:103:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/interp.c:356:2: style: Variable 'ranit' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/interp/interp.c:351:2: note: Variable 'ranit' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/interp.c:356:2: note: Variable 'ranit' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/interp.c:445:7: warning: Redundant assignment of 'pactx' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/interp.c:1921:7: warning: Redundant assignment of 'pactx' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/interp.c:1958:7: warning: Redundant assignment of 'pactx' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/interp.c:1991:7: warning: Redundant assignment of 'pactx' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/interp.c:1957:11: style: The scope of the variable 'pathinfo' can be reduced. [variableScope]
lifelines-3.0.61/src/interp/interp.c:2038:39: style: Function 'pa_handle_func' argument 2 names different: declaration 'funcname' definition 'procname'. [funcArgNamesDifferent]
lifelines-3.0.61/src/interp/interpi.h:547:43: note: Function 'pa_handle_func' argument 2 names different: declaration 'funcname' definition 'procname'.
lifelines-3.0.61/src/interp/interp.c:2038:39: note: Function 'pa_handle_func' argument 2 names different: declaration 'funcname' definition 'procname'.
lifelines-3.0.61/src/interp/interp.c:2082:41: style: Function 'check_rpt_requires' argument 2 names different: declaration 'fname' definition 'fullpath'. [funcArgNamesDifferent]
lifelines-3.0.61/src/interp/interp.c:95:54: note: Function 'check_rpt_requires' argument 2 names different: declaration 'fname' definition 'fullpath'.
lifelines-3.0.61/src/interp/interp.c:2082:41: note: Function 'check_rpt_requires' argument 2 names different: declaration 'fname' definition 'fullpath'.
lifelines-3.0.61/src/interp/lex.c:78:32: style: Function 'yylex' argument 2 names different: declaration 'parm' definition 'pactx'. [funcArgNamesDifferent]
lifelines-3.0.61/src/interp/parse.h:25:35: note: Function 'yylex' argument 2 names different: declaration 'parm' definition 'pactx'.
lifelines-3.0.61/src/interp/lex.c:78:32: note: Function 'yylex' argument 2 names different: declaration 'parm' definition 'pactx'.
lifelines-3.0.61/src/interp/more.c:731:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:732:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:787:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:788:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:799:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:800:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:855:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:856:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:1118:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:1119:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:1154:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:1155:6: warning: Redundant assignment of 'eflg' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/more.c:133:3: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/more.c:193:2: style: Variable 'insert_symtab' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/more.c:245:2: style: Variable 'insert_symtab' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/more.c:687:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lifelines-3.0.61/src/interp/more.c:685:4: style: Variable 'prog_error' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/pvalalloc.c:151:2: error: Address of auto-variable 'new_block->values[i]' returned [returnAddressOfAutoVariable]
lifelines-3.0.61/src/interp/pvalue.c:208:7: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/pvalue.c:209:7: warning: Redundant assignment of 'lock' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/pvalue.c:1104:7: warning: Redundant assignment of 'root' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/pvalue.c:1104:9: style: Variable 'root' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/rassa.c:162:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:163:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:295:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:296:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:393:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:394:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:408:6: warning: Redundant assignment of 'node' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:409:6: warning: Redundant assignment of 'stab' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/rassa.c:229:25: style: Function 'set_output_file' argument 1 names different: declaration 'outfilename' definition 'outfname'. [funcArgNamesDifferent]
lifelines-3.0.61/src/interp/rassa.c:73:39: note: Function 'set_output_file' argument 1 names different: declaration 'outfilename' definition 'outfname'.
lifelines-3.0.61/src/interp/rassa.c:229:25: note: Function 'set_output_file' argument 1 names different: declaration 'outfilename' definition 'outfname'.
lifelines-3.0.61/src/interp/symtab.c:198:17: warning: Redundant assignment of 'leaked_symtabs' to itself. [selfAssignment]
lifelines-3.0.61/src/interp/symtab.c:245:32: style: Function 'next_symtab_entry' argument 1 names different: declaration 'tabit' definition 'symtabit'. [funcArgNamesDifferent]
lifelines-3.0.61/src/interp/interpi.h:98:39: note: Function 'next_symtab_entry' argument 1 names different: declaration 'tabit' definition 'symtabit'.
lifelines-3.0.61/src/interp/symtab.c:245:32: note: Function 'next_symtab_entry' argument 1 names different: declaration 'tabit' definition 'symtabit'.
lifelines-3.0.61/src/interp/symtab.c:187:2: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/symtab.c:198:19: style: Variable 'leaked_symtabs' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/interp/write.c:54:2: style: Variable 'val1' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/interp/write.c:51:0: note: Variable 'val1' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/interp/write.c:54:2: note: Variable 'val1' is reassigned a value before the old one has been used.
yacc.c:1406:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
../../../src/interp/yacc.y:107:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:112:48: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:117:47: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:121:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:124:54: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:236:35: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:241:26: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:267:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:274:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:278:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:281:54: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:299:48: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:308:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:321:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:325:23: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:328:58: style: Same expression on both sides of '-'. [duplicateExpression]
../../../src/interp/yacc.y:336:23: style: Same expression on both sides of '-'. [duplicateExpression]
lifelines-3.0.61/src/liflines/add.c:348:27: style: Function 'prompt_add_spouse' argument 1 names different: declaration 'spouse' definition 'sprec'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:40:34: note: Function 'prompt_add_spouse' argument 1 names different: declaration 'spouse' definition 'sprec'.
lifelines-3.0.61/src/liflines/add.c:348:27: note: Function 'prompt_add_spouse' argument 1 names different: declaration 'spouse' definition 'sprec'.
lifelines-3.0.61/src/liflines/add.c:348:41: style: Function 'prompt_add_spouse' argument 2 names different: declaration 'fam' definition 'frec'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:40:49: note: Function 'prompt_add_spouse' argument 2 names different: declaration 'fam' definition 'frec'.
lifelines-3.0.61/src/liflines/add.c:348:41: note: Function 'prompt_add_spouse' argument 2 names different: declaration 'fam' definition 'frec'.
lifelines-3.0.61/src/liflines/advedit.c:153:4: style: Variable 'stdfree' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/advedit.c:157:2: style: Variable 'enqueue_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/browse.c:959:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/browse.c:999:7: style: The scope of the variable 'scratch' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/browse.c:955:54: style: Function 'prompt_add_spouse_with_candidate' argument 2 names different: declaration 'save' definition 'candidate'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/browse.c:112:65: note: Function 'prompt_add_spouse_with_candidate' argument 2 names different: declaration 'save' definition 'candidate'.
lifelines-3.0.61/src/liflines/browse.c:955:54: note: Function 'prompt_add_spouse_with_candidate' argument 2 names different: declaration 'save' definition 'candidate'.
lifelines-3.0.61/src/liflines/browse.c:1713:10: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/brwsmenu.c:618:8: warning: Redundant assignment of 'uparm' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/brwsmenu.c:488:14: style: Variable 'dynmenu' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/cscurses.c:112:34: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lifelines-3.0.61/src/liflines/delete.c:142:38: style: Function 'choose_and_remove_any_record' argument 1 names different: declaration 'rec' definition 'record'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:73:45: note: Function 'choose_and_remove_any_record' argument 1 names different: declaration 'rec' definition 'record'.
lifelines-3.0.61/src/liflines/delete.c:142:38: note: Function 'choose_and_remove_any_record' argument 1 names different: declaration 'rec' definition 'record'.
lifelines-3.0.61/src/liflines/import.c:401:7: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/import.c:116:0: style: Variable 'geddef' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/listui.c:186:11: style: Condition 'ret==0' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/liflines/listui.c:173:19: note: Assignment 'ret=0', assigned value is 0
lifelines-3.0.61/src/liflines/listui.c:186:11: note: Condition 'ret==0' is always true
lifelines-3.0.61/src/liflines/listui.c:287:11: style: Condition 'ret==0' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/liflines/listui.c:272:19: note: Assignment 'ret=0', assigned value is 0
lifelines-3.0.61/src/liflines/listui.c:287:11: note: Condition 'ret==0' is always true
lifelines-3.0.61/src/liflines/llexec.c:423:7: warning: Redundant assignment of 'pause' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/loadsave.c:220:2: style: Variable 'srcdir' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/loadsave.c:215:0: note: Variable 'srcdir' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:220:2: note: Variable 'srcdir' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:278:2: style: Variable 'srcdir' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/loadsave.c:276:0: note: Variable 'srcdir' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:278:2: note: Variable 'srcdir' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:279:2: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/loadsave.c:274:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:279:2: note: Variable 'fp' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/loadsave.c:224:3: error: Resource leak: fp [resourceLeak]
lifelines-3.0.61/src/liflines/menuset.c:317:42: style: Function 'menuitem_find_cmd' argument 2 names different: declaration 'cmd' definition 'str'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/menuset.c:60:52: note: Function 'menuitem_find_cmd' argument 2 names different: declaration 'cmd' definition 'str'.
lifelines-3.0.61/src/liflines/menuset.c:317:42: note: Function 'menuitem_find_cmd' argument 2 names different: declaration 'cmd' definition 'str'.
lifelines-3.0.61/src/liflines/merge.c:752:0: warning: Redundant assignment of 'memtab' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/merge.c:862:0: warning: Redundant assignment of 'memtab' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/newrecs.c:374:2: style: Variable 'root1' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/newrecs.c:372:21: note: Variable 'root1' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/newrecs.c:374:2: note: Variable 'root1' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/pedigree.c:537:7: warning: Redundant assignment of 'width' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/pedigree.c:150:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/pedigree.c:448:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/pedigree.c:448:9: style: The scope of the variable 'overflow' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/pedigree.c:653:51: style: Function 'pedigree_draw_descendants' argument 2 names different: declaration 'canvasdata' definition 'canvas'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:124:55: note: Function 'pedigree_draw_descendants' argument 2 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/pedigree.c:653:51: note: Function 'pedigree_draw_descendants' argument 2 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/pedigree.c:674:56: style: Function 'pedigree_draw_gedcom' argument 3 names different: declaration 'canvasdata' definition 'canvas'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:125:60: note: Function 'pedigree_draw_gedcom' argument 3 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/pedigree.c:674:56: note: Function 'pedigree_draw_gedcom' argument 3 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/pedigree.c:721:33: style: Function 'pedigree_draw_ancestors' argument 1 names different: declaration 'rec' definition 'irec'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:123:37: note: Function 'pedigree_draw_ancestors' argument 1 names different: declaration 'rec' definition 'irec'.
lifelines-3.0.61/src/liflines/pedigree.c:721:33: note: Function 'pedigree_draw_ancestors' argument 1 names different: declaration 'rec' definition 'irec'.
lifelines-3.0.61/src/liflines/pedigree.c:721:50: style: Function 'pedigree_draw_ancestors' argument 2 names different: declaration 'canvasdata' definition 'canvas'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/llinesi.h:123:53: note: Function 'pedigree_draw_ancestors' argument 2 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/pedigree.c:721:50: note: Function 'pedigree_draw_ancestors' argument 2 names different: declaration 'canvasdata' definition 'canvas'.
lifelines-3.0.61/src/liflines/scan.c:322:8: warning: Redundant assignment of 'newset' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/scan.c:350:8: warning: Redundant assignment of 'newset' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/scan.c:268:48: style: Function 'scanner_set_pattern' argument 2 names different: declaration 'pattern' definition 'str'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/scan.c:84:62: note: Function 'scanner_set_pattern' argument 2 names different: declaration 'pattern' definition 'str'.
lifelines-3.0.61/src/liflines/scan.c:268:48: note: Function 'scanner_set_pattern' argument 2 names different: declaration 'pattern' definition 'str'.
lifelines-3.0.61/src/liflines/scan.c:335:5: style: Unused variable: break [unusedVariable]
lifelines-3.0.61/src/liflines/scan.c:338:3: style: Variable 'destroy_list' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/screen.c:2630:3: style: Variable 'viewing_msgs' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/screen.c:2628:0: note: Variable 'viewing_msgs' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/screen.c:2630:3: note: Variable 'viewing_msgs' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/screen.c:1071:9: warning: Redundant assignment of 'basedir' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/screen.c:1630:6: warning: Redundant assignment of 'list' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/screen.c:3035:8: warning: Redundant assignment of 'uparm' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/screen.c:2273:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/screen.c:982:28: style: Function 'show_tandem_line' argument 1 names different: declaration 'uiwin' definition 'win'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/screen.c:189:39: note: Function 'show_tandem_line' argument 1 names different: declaration 'uiwin' definition 'win'.
lifelines-3.0.61/src/liflines/screen.c:982:28: note: Function 'show_tandem_line' argument 1 names different: declaration 'uiwin' definition 'win'.
lifelines-3.0.61/src/liflines/screen.c:1417:64: style: Function 'disp_trans_table_choice' argument 4 names different: declaration 'indx' definition 'trnum'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/screen.c:155:75: note: Function 'disp_trans_table_choice' argument 4 names different: declaration 'indx' definition 'trnum'.
lifelines-3.0.61/src/liflines/screen.c:1417:64: note: Function 'disp_trans_table_choice' argument 4 names different: declaration 'indx' definition 'trnum'.
lifelines-3.0.61/src/liflines/screen.c:1878:28: style: Function 'invoke_extra_menu' argument 1 names different: declaration 'rec' definition 'prec'. [funcArgNamesDifferent]
lifelines-3.0.61/src/liflines/screen.c:167:38: note: Function 'invoke_extra_menu' argument 1 names different: declaration 'rec' definition 'prec'.
lifelines-3.0.61/src/liflines/screen.c:1878:28: note: Function 'invoke_extra_menu' argument 1 names different: declaration 'rec' definition 'prec'.
lifelines-3.0.61/src/liflines/screen.c:1292:0: style: Variable 'rtn' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/screen.c:2630:18: style: Variable 'viewing_msgs' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/show.c:412:26: warning: Either the condition 'Solen>=30' is redundant or the array 'Sothers[30]' is accessed at index 30, which is out of bounds. [arrayIndexOutOfBoundsCond]
lifelines-3.0.61/src/liflines/show.c:415:12: note: Assuming that condition 'Solen>=30' is not redundant
lifelines-3.0.61/src/liflines/show.c:412:26: note: Array index out of bounds
lifelines-3.0.61/src/liflines/show.c:746:2: style: Variable 'evt' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/show.c:742:0: note: Variable 'evt' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/show.c:746:2: note: Variable 'evt' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/show.c:799:2: style: Variable 'evt' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/liflines/show.c:793:0: note: Variable 'evt' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/show.c:799:2: note: Variable 'evt' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/liflines/show.c:414:5: warning: Redundant assignment of 'num' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/show.c:552:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lifelines-3.0.61/src/liflines/show.c:943:27: warning: Function 'pedigree_line' argument order different: declaration 'canvas, x, y, string, overflow' definition 'canvas, y, x, string, overflow' [funcArgOrderDifferent]
lifelines-3.0.61/src/liflines/show.c:99:38: note: Function 'pedigree_line' argument order different: declaration 'canvas, x, y, string, overflow' definition 'canvas, y, x, string, overflow'
lifelines-3.0.61/src/liflines/show.c:943:27: note: Function 'pedigree_line' argument order different: declaration 'canvas, x, y, string, overflow' definition 'canvas, y, x, string, overflow'
lifelines-3.0.61/src/liflines/show.c:963:24: warning: Function 'put_out_line' argument order different: declaration 'uiwin, x, y, string, maxcol, flag' definition 'uiwin, y, x, string, maxcol, flag' [funcArgOrderDifferent]
lifelines-3.0.61/src/liflines/show.c:101:35: note: Function 'put_out_line' argument order different: declaration 'uiwin, x, y, string, maxcol, flag' definition 'uiwin, y, x, string, maxcol, flag'
lifelines-3.0.61/src/liflines/show.c:963:24: note: Function 'put_out_line' argument order different: declaration 'uiwin, x, y, string, maxcol, flag' definition 'uiwin, y, x, string, maxcol, flag'
lifelines-3.0.61/src/liflines/show.c:330:22: style: Variable 'this_fam' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/show.c:336:2: style: Variable 'unlock_cache' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/show.c:592:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/liflines/valgdcom.c:198:22: style: Condition 'nhead==0' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/liflines/valgdcom.c:147:0: note: Assignment 'nhead=0', assigned value is 0
lifelines-3.0.61/src/liflines/valgdcom.c:198:22: note: Condition 'nhead==0' is always true
lifelines-3.0.61/src/liflines/valgdcom.c:200:22: style: Condition 'ntrlr==0' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/liflines/valgdcom.c:147:0: note: Assignment 'ntrlr=0', assigned value is 0
lifelines-3.0.61/src/liflines/valgdcom.c:200:22: note: Condition 'ntrlr==0' is always true
lifelines-3.0.61/src/liflines/valgdcom.c:515:7: warning: Redundant assignment of 'ifeed' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:516:6: warning: Redundant assignment of 'line' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:528:7: warning: Redundant assignment of 'ifeed' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:529:5: warning: Redundant assignment of 'tag' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:530:5: warning: Redundant assignment of 'val' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:531:6: warning: Redundant assignment of 'line' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:643:6: warning: Redundant assignment of 'val' to itself. [selfAssignment]
lifelines-3.0.61/src/liflines/valgdcom.c:744:8: style: The scope of the variable 'kp' can be reduced. [variableScope]
lifelines-3.0.61/src/stdlib/environ.c:93:9: warning: Redundant assignment of 'program' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/fpattern.c:90:0: error: #error Cannot ascertain O/S from predefined macros [preprocessorErrorDirective]
lifelines-3.0.61/src/stdlib/icvt.c:45:5: warning: Redundant assignment of 'src' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:46:6: warning: Redundant assignment of 'dest' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:192:5: warning: Redundant assignment of 'src' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:193:6: warning: Redundant assignment of 'dest' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:194:5: warning: Redundant assignment of 'sin' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:195:6: warning: Redundant assignment of 'zout' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:196:9: warning: Redundant assignment of 'illegal' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/icvt.c:210:9: warning: Redundant assignment of 'dllpath' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/list.c:326:6: warning: Redundant assignment of 'list' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/llstrcmp.c:162:6: warning: Redundant assignment of 'str1' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/llstrcmp.c:163:6: warning: Redundant assignment of 'str2' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/llstrcmp.c:164:5: warning: Redundant assignment of 'rtn' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/path.c:559:9: style: The scope of the variable 'sep' can be reduced. [variableScope]
lifelines-3.0.61/src/stdlib/proptbls.c:109:2: error: Pointer to local array variable returned. [returnLocalVariable]
lifelines-3.0.61/src/stdlib/proptbls.c:109:0: error: Memory leak: props [memleak]
lifelines-3.0.61/src/stdlib/rbtree.c:830:2: style: Variable 'lastBest' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/stdlib/rbtree.c:826:0: note: Variable 'lastBest' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/stdlib/rbtree.c:830:2: note: Variable 'lastBest' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/stdlib/rbtree.c:1020:6: warning: Redundant assignment of 'junk' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/rbtree.c:366:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lifelines-3.0.61/src/stdlib/rbtree.c:84:28: style: Function 'RbInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'. [funcArgNamesDifferent]
lifelines-3.0.61/src/stdlib/rbtree.h:61:28: note: Function 'RbInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'.
lifelines-3.0.61/src/stdlib/rbtree.c:84:28: note: Function 'RbInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'.
lifelines-3.0.61/src/stdlib/sprintpic.c:67:3: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/stdlib/stack.c:123:12: warning: Either the condition 'if(theStack)' is redundant or there is possible null pointer dereference: theStack. [nullPointerRedundantCheck]
lifelines-3.0.61/src/stdlib/stack.c:126:4: note: Assuming that condition 'if(theStack)' is not redundant
lifelines-3.0.61/src/stdlib/stack.c:123:12: note: Null pointer dereference
lifelines-3.0.61/src/stdlib/stack.c:107:10: style: The scope of the variable 'oldNode' can be reduced. [variableScope]
lifelines-3.0.61/src/stdlib/stack.c:49:28: style: Function 'StackInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'. [funcArgNamesDifferent]
lifelines-3.0.61/src/stdlib/stack.h:33:28: note: Function 'StackInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'.
lifelines-3.0.61/src/stdlib/stack.c:49:28: note: Function 'StackInitModule' argument 2 names different: declaration 'SafeMalloc' definition 'SafeMallocFunc'.
lifelines-3.0.61/src/stdlib/stdstrng.c:219:3: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/stdlib/stdstrng.c:238:3: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/stdlib/strcvt.c:192:6: style: Condition '!zstr' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/stdlib/strcvt.c:177:12: note: Assignment 'zstr=0', assigned value is 0
lifelines-3.0.61/src/stdlib/strcvt.c:192:6: note: Condition '!zstr' is always true
lifelines-3.0.61/src/stdlib/strcvt.c:236:6: style: Condition '!zstr' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/stdlib/strcvt.c:219:12: note: Assignment 'zstr=0', assigned value is 0
lifelines-3.0.61/src/stdlib/strcvt.c:236:6: note: Condition '!zstr' is always true
lifelines-3.0.61/src/stdlib/strcvt.c:291:6: style: Condition '!zstr' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/stdlib/strcvt.c:275:12: note: Assignment 'zstr=0', assigned value is 0
lifelines-3.0.61/src/stdlib/strcvt.c:291:6: note: Condition '!zstr' is always true
lifelines-3.0.61/src/stdlib/strcvt.c:336:6: style: Condition '!zstr' is always true [knownConditionTrueFalse]
lifelines-3.0.61/src/stdlib/strcvt.c:311:12: note: Assignment 'zstr=0', assigned value is 0
lifelines-3.0.61/src/stdlib/strcvt.c:336:6: note: Condition '!zstr' is always true
lifelines-3.0.61/src/stdlib/table.c:315:8: style: The scope of the variable 'oldval' can be reduced. [variableScope]
lifelines-3.0.61/src/stdlib/table.c:370:9: style: The scope of the variable 'oldval' can be reduced. [variableScope]
lifelines-3.0.61/src/stdlib/vtable.c:57:6: warning: Redundant assignment of 'obj' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/vtable.c:66:6: warning: Redundant assignment of 'obj' to itself. [selfAssignment]
lifelines-3.0.61/src/stdlib/zstr.c:423:6: warning: Redundant assignment of 'deep' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/btedit.c:178:9: style: Variable 'rtn' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/tools/btedit.c:173:0: note: Variable 'rtn' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/btedit.c:178:9: note: Variable 'rtn' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/dbverify.c:482:3: style: Variable 'skey' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/tools/dbverify.c:470:0: note: Variable 'skey' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/dbverify.c:482:3: note: Variable 'skey' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/dbverify.c:517:3: style: Variable 'skey' is reassigned a value before the old one has been used. [redundantAssignment]
lifelines-3.0.61/src/tools/dbverify.c:511:0: note: Variable 'skey' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/dbverify.c:517:3: note: Variable 'skey' is reassigned a value before the old one has been used.
lifelines-3.0.61/src/tools/dbverify.c:381:7: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/dbverify.c:439:8: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/dbverify.c:598:7: warning: Redundant assignment of 'param' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/dbverify.c:1042:5: warning: Redundant assignment of 'key' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/dbverify.c:1043:5: warning: Redundant assignment of 'rec' to itself. [selfAssignment]
lifelines-3.0.61/src/tools/dbverify.c:341:18: style: The scope of the variable 'rec' can be reduced. [variableScope]
lifelines-3.0.61/src/tools/dbverify.c:359:18: style: The scope of the variable 'rec' can be reduced. [variableScope]
lifelines-3.0.61/src/tools/dbverify.c:1003:22: style: Function 'check_node' argument 1 names different: declaration 'key' definition 'n0key'. [funcArgNamesDifferent]
lifelines-3.0.61/src/tools/dbverify.c:130:33: note: Function 'check_node' argument 1 names different: declaration 'key' definition 'n0key'.
lifelines-3.0.61/src/tools/dbverify.c:1003:22: note: Function 'check_node' argument 1 names different: declaration 'key' definition 'n0key'.
lifelines-3.0.61/src/tools/dbverify.c:496:2: style: Variable 'remove_indiseq' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/tools/dbverify.c:531:2: style: Variable 'remove_indiseq' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/src/tools/wprintf.c:83:6: warning: Redundant assignment of 'eflg' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:109:7: warning: Redundant assignment of 'level' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:143:7: warning: Redundant assignment of 'mode' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:144:6: warning: Redundant assignment of 'ttl' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:145:9: warning: Redundant assignment of 'pfname' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:146:12: warning: Redundant assignment of 'pfullpath' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:147:7: warning: Redundant assignment of 'path' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:148:6: warning: Redundant assignment of 'ext' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:149:11: warning: Redundant assignment of 'picklist' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:199:10: warning: Redundant assignment of 'basedir' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:278:6: warning: Redundant assignment of 'ttl' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:279:8: warning: Redundant assignment of 'multi' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:299:6: warning: Redundant assignment of 'ttl' to itself. [selfAssignment]
lifelines-3.0.61/src/ui/ui_cli.c:248:0: style: Variable 'rtn' is assigned a value that is never used. [unreadVariable]
lifelines-3.0.61/win32/mycurses.c:325:6: style: The scope of the variable 'y' can be reduced. [variableScope]
lifelines-3.0.61/win32/mycurses.c:356:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/win32/mycurses.c:652:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
lifelines-3.0.61/win32/mycurses.c:653:6: style: The scope of the variable 'overflowed' can be reduced. [variableScope]
lifelines-3.0.61/win32/mycurses.c:653:20: style: The scope of the variable 'echoprev' can be reduced. [variableScope]
lifelines-3.0.61/win32/mycurses.c:875:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lifelines-3.0.61/win32/w32systm.c:44:15: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lifeograph/lifeograph_1.4.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/liferea/liferea_1.8.6.orig.tar.gz
liferea-1.8.6/src/browser.c:177:36: style: The scope of the variable 'iter' can be reduced. [variableScope]
liferea-1.8.6/src/comments.c:192:19: style: The scope of the variable 'request' can be reduced. [variableScope]
liferea-1.8.6/src/common.c:160:33: style: The scope of the variable 'escapedBaseURL' can be reduced. [variableScope]
liferea-1.8.6/src/common.c:116:35: style: Function 'common_uri_escape' argument 1 names different: declaration 'uri' definition 'url'. [funcArgNamesDifferent]
liferea-1.8.6/src/common.h:92:44: note: Function 'common_uri_escape' argument 1 names different: declaration 'uri' definition 'url'.
liferea-1.8.6/src/common.c:116:35: note: Function 'common_uri_escape' argument 1 names different: declaration 'uri' definition 'url'.
liferea-1.8.6/src/common.c:136:37: style: Function 'common_uri_unescape' argument 1 names different: declaration 'uri' definition 'url'. [funcArgNamesDifferent]
liferea-1.8.6/src/common.h:101:46: note: Function 'common_uri_unescape' argument 1 names different: declaration 'uri' definition 'url'.
liferea-1.8.6/src/common.c:136:37: note: Function 'common_uri_unescape' argument 1 names different: declaration 'uri' definition 'url'.
liferea-1.8.6/src/conf.c:198:8: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/conf.c:197:8: note: Variable 'tmp' is reassigned a value before the old one has been used.
liferea-1.8.6/src/conf.c:198:8: note: Variable 'tmp' is reassigned a value before the old one has been used.
liferea-1.8.6/src/conf.c:111:14: style: The scope of the variable 'value' can be reduced. [variableScope]
liferea-1.8.6/src/conf.c:240:35: style: Function 'conf_set_bool_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:135:40: note: Function 'conf_set_bool_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:240:35: note: Function 'conf_set_bool_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:255:35: style: Function 'conf_get_bool_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:106:44: note: Function 'conf_get_bool_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:255:35: note: Function 'conf_get_bool_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:273:34: style: Function 'conf_set_str_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:144:39: note: Function 'conf_set_str_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:273:34: note: Function 'conf_set_str_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:288:34: style: Function 'conf_get_str_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:117:43: note: Function 'conf_get_str_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:288:34: note: Function 'conf_get_str_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:306:34: style: Function 'conf_set_int_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:152:39: note: Function 'conf_set_int_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:306:34: note: Function 'conf_set_int_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:321:34: style: Function 'conf_get_int_value' argument 1 names different: declaration 'key' definition 'valuename'. [funcArgNamesDifferent]
liferea-1.8.6/src/conf.h:127:43: note: Function 'conf_get_int_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/conf.c:321:34: note: Function 'conf_get_int_value' argument 1 names different: declaration 'key' definition 'valuename'.
liferea-1.8.6/src/date.c:156:13: style: The scope of the variable 't2' can be reduced. [variableScope]
liferea-1.8.6/src/date.c:328:13: style: The scope of the variable 't2' can be reduced. [variableScope]
liferea-1.8.6/src/db.c:257:19: style: Unused variable: error [unusedVariable]
liferea-1.8.6/src/db.c:926:16: style: Variable 'list' is assigned a value that is never used. [unreadVariable]
liferea-1.8.6/src/dbus.c:224:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/dbus.c:220:0: note: Variable 'obj' is reassigned a value before the old one has been used.
liferea-1.8.6/src/dbus.c:224:2: note: Variable 'obj' is reassigned a value before the old one has been used.
liferea-1.8.6/src/debug.c:117:32: style: Function 'set_debug_level' argument 1 names different: declaration 'flags' definition 'level'. [funcArgNamesDifferent]
liferea-1.8.6/src/debug.h:73:44: note: Function 'set_debug_level' argument 1 names different: declaration 'flags' definition 'level'.
liferea-1.8.6/src/debug.c:117:32: note: Function 'set_debug_level' argument 1 names different: declaration 'flags' definition 'level'.
liferea-1.8.6/src/debug.c:125:31: style: Function 'debug_printf' argument 3 names different: declaration 'level' definition 'flag'. [funcArgNamesDifferent]
liferea-1.8.6/src/debug.h:79:85: note: Function 'debug_printf' argument 3 names different: declaration 'level' definition 'flag'.
liferea-1.8.6/src/debug.c:125:31: note: Function 'debug_printf' argument 3 names different: declaration 'level' definition 'flag'.
liferea-1.8.6/src/e-date.c:55:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
liferea-1.8.6/src/e-date.c:56:8: style: The scope of the variable 'sp' can be reduced. [variableScope]
liferea-1.8.6/src/enclosure.c:142:13: style: The scope of the variable 'etp' can be reduced. [variableScope]
liferea-1.8.6/src/enclosure.c:192:13: style: The scope of the variable 'etp' can be reduced. [variableScope]
liferea-1.8.6/src/export.c:238:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/export.c:237:0: note: Variable 'id' is reassigned a value before the old one has been used.
liferea-1.8.6/src/export.c:238:3: note: Variable 'id' is reassigned a value before the old one has been used.
liferea-1.8.6/src/export.c:51:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/export.c:129:7: style: The scope of the variable 'old_umask' can be reduced. [variableScope]
liferea-1.8.6/src/export.c:123:69: style: Function 'export_OPML_feedlist' argument 3 names different: declaration 'internal' definition 'trusted'. [funcArgNamesDifferent]
liferea-1.8.6/src/export.h:38:77: note: Function 'export_OPML_feedlist' argument 3 names different: declaration 'internal' definition 'trusted'.
liferea-1.8.6/src/export.c:123:69: note: Function 'export_OPML_feedlist' argument 3 names different: declaration 'internal' definition 'trusted'.
liferea-1.8.6/src/favicon.c:74:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
liferea-1.8.6/src/favicon.c:132:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/favicon.c:144:14: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
liferea-1.8.6/src/favicon.c:215:19: style: The scope of the variable 'request' can be reduced. [variableScope]
liferea-1.8.6/src/favicon.c:216:19: style: The scope of the variable 'callback' can be reduced. [variableScope]
liferea-1.8.6/src/feed.c:67:2: style: Variable 'feed' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/feed.c:63:0: note: Variable 'feed' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:67:2: note: Variable 'feed' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:355:2: style: Variable 'text_direction' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/feed.c:353:0: note: Variable 'text_direction' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:355:2: note: Variable 'text_direction' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:361:2: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/feed.c:350:0: note: Variable 'output' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:361:2: note: Variable 'output' is reassigned a value before the old one has been used.
liferea-1.8.6/src/feed.c:234:20: style: The scope of the variable 'ctxt' can be reduced. [variableScope]
liferea-1.8.6/src/feed.c:194:39: style: Function 'feed_to_xml' argument 2 names different: declaration 'xml' definition 'feedNode'. [funcArgNamesDifferent]
liferea-1.8.6/src/feed.h:83:48: note: Function 'feed_to_xml' argument 2 names different: declaration 'xml' definition 'feedNode'.
liferea-1.8.6/src/feed.c:194:39: note: Function 'feed_to_xml' argument 2 names different: declaration 'xml' definition 'feedNode'.
liferea-1.8.6/src/feed_parser.c:63:36: style: Function 'feed_type_str_to_fhp' argument 1 names different: declaration 'id' definition 'str'. [funcArgNamesDifferent]
liferea-1.8.6/src/feed_parser.h:95:51: note: Function 'feed_type_str_to_fhp' argument 1 names different: declaration 'id' definition 'str'.
liferea-1.8.6/src/feed_parser.c:63:36: note: Function 'feed_type_str_to_fhp' argument 1 names different: declaration 'id' definition 'str'.
liferea-1.8.6/src/feed_parser.c:37:9: style: struct member 'feed_type::id_str' is never used. [unusedStructMember]
liferea-1.8.6/src/fl_sources/google_source_edit.c:301:11: style: Variable 'action' is assigned a value that is never used. [unreadVariable]
liferea-1.8.6/src/fl_sources/google_source_feed.c:47:2: style: Variable 'xpathObj' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/fl_sources/google_source_feed.c:46:0: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
liferea-1.8.6/src/fl_sources/google_source_feed.c:47:2: note: Variable 'xpathObj' is reassigned a value before the old one has been used.
liferea-1.8.6/src/fl_sources/google_source_opml.c:179:12: style: The scope of the variable 'label' can be reduced. [variableScope]
liferea-1.8.6/src/fl_sources/node_source.c:123:2: style: Variable 'typeStr' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/fl_sources/node_source.c:119:0: note: Variable 'typeStr' is reassigned a value before the old one has been used.
liferea-1.8.6/src/fl_sources/node_source.c:123:2: note: Variable 'typeStr' is reassigned a value before the old one has been used.
liferea-1.8.6/src/fl_sources/node_source.c:210:20: style: The scope of the variable 'selection' can be reduced. [variableScope]
liferea-1.8.6/src/fl_sources/node_source.c:265:11: style: Variable 'column' is assigned a value that is never used. [unreadVariable]
liferea-1.8.6/src/fl_sources/opml_source.c:154:15: style: The scope of the variable 'mergeCtxt' can be reduced. [variableScope]
liferea-1.8.6/src/fl_sources/opml_source.c:357:15: style: The scope of the variable 'source' can be reduced. [variableScope]
liferea-1.8.6/src/html.c:95:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
liferea-1.8.6/src/html.c:99:9: style: The scope of the variable 'tstr' can be reduced. [variableScope]
liferea-1.8.6/src/html.c:142:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/html.c:161:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/htmlview.c:208:2: style: Variable 'text_direction' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/htmlview.c:193:0: note: Variable 'text_direction' is reassigned a value before the old one has been used.
liferea-1.8.6/src/htmlview.c:208:2: note: Variable 'text_direction' is reassigned a value before the old one has been used.
liferea-1.8.6/src/htmlview.c:392:12: style: The scope of the variable 'html' can be reduced. [variableScope]
liferea-1.8.6/src/item.c:197:10: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
liferea-1.8.6/src/item_loader.c:127:73: style: Function 'item_loader_new' argument 3 names different: declaration 'user_data' definition 'fetchCallbackData'. [funcArgNamesDifferent]
liferea-1.8.6/src/item_loader.h:77:86: note: Function 'item_loader_new' argument 3 names different: declaration 'user_data' definition 'fetchCallbackData'.
liferea-1.8.6/src/item_loader.c:127:73: note: Function 'item_loader_new' argument 3 names different: declaration 'user_data' definition 'fetchCallbackData'.
liferea-1.8.6/src/itemlist.c:179:10: style: The scope of the variable 'item' can be reduced. [variableScope]
liferea-1.8.6/src/itemset.c:450:3: style: Variable 'ruleResult' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/itemset.c:448:0: note: Variable 'ruleResult' is reassigned a value before the old one has been used.
liferea-1.8.6/src/itemset.c:450:3: note: Variable 'ruleResult' is reassigned a value before the old one has been used.
liferea-1.8.6/src/itemset.c:289:49: style: Function 'itemset_merge_items' argument 2 names different: declaration 'items' definition 'list'. [funcArgNamesDifferent]
liferea-1.8.6/src/itemset.h:67:54: note: Function 'itemset_merge_items' argument 2 names different: declaration 'items' definition 'list'.
liferea-1.8.6/src/itemset.c:289:49: note: Function 'itemset_merge_items' argument 2 names different: declaration 'items' definition 'list'.
liferea-1.8.6/src/json.c:41:47: style: Function 'json_get_string' argument 2 names different: declaration 'key' definition 'keyName'. [funcArgNamesDifferent]
liferea-1.8.6/src/json.h:45:61: note: Function 'json_get_string' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/json.c:41:47: note: Function 'json_get_string' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/json.c:58:44: style: Function 'json_get_int' argument 2 names different: declaration 'key' definition 'keyName'. [funcArgNamesDifferent]
liferea-1.8.6/src/json.h:55:51: note: Function 'json_get_int' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/json.c:58:44: note: Function 'json_get_int' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/json.c:75:45: style: Function 'json_get_bool' argument 2 names different: declaration 'key' definition 'keyName'. [funcArgNamesDifferent]
liferea-1.8.6/src/json.h:65:54: note: Function 'json_get_bool' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/json.c:75:45: note: Function 'json_get_bool' argument 2 names different: declaration 'key' definition 'keyName'.
liferea-1.8.6/src/main.c:176:21: style: The scope of the variable 'msg' can be reduced. [variableScope]
liferea-1.8.6/src/migrate.c:46:19: style: The scope of the variable 'destfile' can be reduced. [variableScope]
liferea-1.8.6/src/migrate.c:76:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/net.c:47:12: style: The scope of the variable 'last_modified' can be reduced. [variableScope]
liferea-1.8.6/src/net.c:112:12: style: The scope of the variable 'date' can be reduced. [variableScope]
liferea-1.8.6/src/net.c:208:14: style: The scope of the variable 'logger' can be reduced. [variableScope]
liferea-1.8.6/src/newsbin.c:74:2: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/newsbin.c:70:0: note: Variable 'output' is reassigned a value before the old one has been used.
liferea-1.8.6/src/newsbin.c:74:2: note: Variable 'output' is reassigned a value before the old one has been used.
liferea-1.8.6/src/newsbin.c:114:17: style: The scope of the variable 'copy' can be reduced. [variableScope]
liferea-1.8.6/src/node.c:469:48: style: Function 'node_set_view_mode' argument 2 names different: declaration 'newMode' definition 'viewMode'. [funcArgNamesDifferent]
liferea-1.8.6/src/node.h:337:52: note: Function 'node_set_view_mode' argument 2 names different: declaration 'newMode' definition 'viewMode'.
liferea-1.8.6/src/node.c:469:48: note: Function 'node_set_view_mode' argument 2 names different: declaration 'newMode' definition 'viewMode'.
liferea-1.8.6/src/node.c:500:34: style: Function 'node_foreach_child_full' argument 1 names different: declaration 'ptr' definition 'node'. [funcArgNamesDifferent]
liferea-1.8.6/src/node.h:367:38: note: Function 'node_foreach_child_full' argument 1 names different: declaration 'ptr' definition 'node'.
liferea-1.8.6/src/node.c:500:34: note: Function 'node_foreach_child_full' argument 1 names different: declaration 'ptr' definition 'node'.
liferea-1.8.6/src/notification/libnotify.c:94:9: style: The scope of the variable 'list_p' can be reduced. [variableScope]
liferea-1.8.6/src/notification/libnotify.c:97:9: style: The scope of the variable 'labelText_p' can be reduced. [variableScope]
liferea-1.8.6/src/notification/libnotify.c:99:9: style: The scope of the variable 'labelText_prev_p' can be reduced. [variableScope]
liferea-1.8.6/src/notification/libnotify.c:101:9: style: The scope of the variable 'labelHeadline_p' can be reduced. [variableScope]
liferea-1.8.6/src/notification/libnotify.c:102:15: style: The scope of the variable 'labelURL_p' can be reduced. [variableScope]
liferea-1.8.6/src/notification/libnotify.c:193:9: style: The scope of the variable 'caps' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/atom10.c:342:2: style: Variable 'category' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/parsers/atom10.c:340:0: note: Variable 'category' is reassigned a value before the old one has been used.
liferea-1.8.6/src/parsers/atom10.c:342:2: note: Variable 'category' is reassigned a value before the old one has been used.
liferea-1.8.6/src/parsers/atom10.c:568:2: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/parsers/atom10.c:566:0: note: Variable 'label' is reassigned a value before the old one has been used.
liferea-1.8.6/src/parsers/atom10.c:568:2: note: Variable 'label' is reassigned a value before the old one has been used.
liferea-1.8.6/src/parsers/atom10.c:592:15: style: The scope of the variable 'version' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/atom10.c:592:38: style: The scope of the variable 'uri' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/atom10.c:250:13: style: Variable 'invalid' is assigned a value that is never used. [unreadVariable]
liferea-1.8.6/src/parsers/ns_ag.c:44:17: style: The scope of the variable 'source' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_ag.c:44:26: style: The scope of the variable 'sourceURL' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_cC.c:60:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_content.c:41:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_dc.c:140:10: style: The scope of the variable 'date' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_itunes.c:79:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_itunes.c:80:15: style: The scope of the variable 'old' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_media.c:38:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_slash.c:50:22: style: The scope of the variable 'section' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/ns_slash.c:50:32: style: The scope of the variable 'department' can be reduced. [variableScope]
liferea-1.8.6/src/parsers/rss_channel.c:210:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liferea-1.8.6/src/social.c:151:16: style: The scope of the variable 'site' can be reduced. [variableScope]
liferea-1.8.6/src/subscription.c:259:20: style: The scope of the variable 'request' can be reduced. [variableScope]
liferea-1.8.6/src/subscription.c:440:21: style: The scope of the variable 'homepage' can be reduced. [variableScope]
liferea-1.8.6/src/subscription.c:440:32: style: The scope of the variable 'filter' can be reduced. [variableScope]
liferea-1.8.6/src/subscription.c:440:41: style: The scope of the variable 'intervalStr' can be reduced. [variableScope]
liferea-1.8.6/src/subscription.c:402:71: style: Function 'subscription_set_homepage' argument 2 names different: declaration 'url' definition 'newHtmlUrl'. [funcArgNamesDifferent]
liferea-1.8.6/src/subscription.h:251:75: note: Function 'subscription_set_homepage' argument 2 names different: declaration 'url' definition 'newHtmlUrl'.
liferea-1.8.6/src/subscription.c:402:71: note: Function 'subscription_set_homepage' argument 2 names different: declaration 'url' definition 'newHtmlUrl'.
liferea-1.8.6/src/ui/browser_tabs.c:102:10: style: The scope of the variable 'iter' can be reduced. [variableScope]
liferea-1.8.6/src/ui/enclosure_list_view.c:403:14: warning: Possible null pointer dereference: typestr [nullPointer]
liferea-1.8.6/src/ui/enclosure_list_view.c:525:39: note: Calling function 'ui_enclosure_type_setup', 3rd argument 'typestr' value is 0
liferea-1.8.6/src/ui/enclosure_list_view.c:403:14: note: Null pointer dereference
liferea-1.8.6/src/ui/enclosure_list_view.c:257:10: style: The scope of the variable 'sizeStr' can be reduced. [variableScope]
liferea-1.8.6/src/ui/enclosure_list_view.c:350:10: style: The scope of the variable 'typestr' can be reduced. [variableScope]
liferea-1.8.6/src/ui/feed_list_view.c:292:15: style: Variable 'mainwindow' is assigned a value that is never used. [unreadVariable]
liferea-1.8.6/src/ui/item_list_view.c:462:21: style: The scope of the variable 'column' can be reduced. [variableScope]
liferea-1.8.6/src/ui/item_list_view.c:691:16: style: The scope of the variable 'itemstore' can be reduced. [variableScope]
liferea-1.8.6/src/ui/item_list_view.c:736:19: style: The scope of the variable 'link' can be reduced. [variableScope]
liferea-1.8.6/src/ui/itemview.c:445:49: style: Function 'itemview_launch_URL' argument 2 names different: declaration 'internal' definition 'forceInternal'. [funcArgNamesDifferent]
liferea-1.8.6/src/ui/itemview.h:217:54: note: Function 'itemview_launch_URL' argument 2 names different: declaration 'internal' definition 'forceInternal'.
liferea-1.8.6/src/ui/itemview.c:445:49: note: Function 'itemview_launch_URL' argument 2 names different: declaration 'internal' definition 'forceInternal'.
liferea-1.8.6/src/ui/liferea_htmlview.c:281:26: style: The scope of the variable 'uriType' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_htmlview.c:302:22: style: The scope of the variable 'itemnr' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_htmlview.c:495:20: style: The scope of the variable 'image' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_shell.c:627:2: style: Variable 'accels_file' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/ui/liferea_shell.c:625:0: note: Variable 'accels_file' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/liferea_shell.c:627:2: note: Variable 'accels_file' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/liferea_shell.c:517:15: style: The scope of the variable 'type' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_shell.c:518:13: style: The scope of the variable 'focusw' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_shell.c:762:17: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
liferea-1.8.6/src/ui/liferea_shell.c:762:24: style: The scope of the variable 'freeme' can be reduced. [variableScope]
liferea-1.8.6/src/ui/popup_menu.c:342:16: style: The scope of the variable 'model' can be reduced. [variableScope]
liferea-1.8.6/src/ui/subscription_dialog.c:615:3: style: Variable 'source' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/ui/subscription_dialog.c:610:0: note: Variable 'source' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/subscription_dialog.c:615:3: note: Variable 'source' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/subscription_dialog.c:618:3: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/ui/subscription_dialog.c:611:0: note: Variable 'filter' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/subscription_dialog.c:618:3: note: Variable 'filter' is reassigned a value before the old one has been used.
liferea-1.8.6/src/ui/subscription_dialog.c:180:11: style: The scope of the variable 'newSource' can be reduced. [variableScope]
liferea-1.8.6/src/ui/subscription_dialog.c:181:16: style: The scope of the variable 'newFilter' can be reduced. [variableScope]
liferea-1.8.6/src/ui/subscription_dialog.c:448:13: style: The scope of the variable 'parsedUrl' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_common.c:135:9: style: The scope of the variable 'filename' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:465:14: style: The scope of the variable 'widget' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:465:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:466:16: style: The scope of the variable 'combo' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:467:17: style: The scope of the variable 'store' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:469:18: style: The scope of the variable 'itemCount' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:470:17: style: The scope of the variable 'treestore' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:471:22: style: The scope of the variable 'column' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:473:11: style: The scope of the variable 'proxyport' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:477:14: style: The scope of the variable 'manual' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_prefs.c:478:19: style: The scope of the variable 'iter' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_tray.c:71:10: style: The scope of the variable 'str' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_tray.c:77:24: style: The scope of the variable 'row' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_tray.c:78:20: style: The scope of the variable 'p' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_update.c:138:20: style: The scope of the variable 'textRenderer' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_update.c:138:35: style: The scope of the variable 'iconRenderer' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_update.c:139:22: style: The scope of the variable 'column' can be reduced. [variableScope]
liferea-1.8.6/src/ui/ui_update.c:140:16: style: The scope of the variable 'view' can be reduced. [variableScope]
liferea-1.8.6/src/update.c:241:11: style: The scope of the variable 'status' can be reduced. [variableScope]
liferea-1.8.6/src/update.c:373:6: style: The scope of the variable 'status' can be reduced. [variableScope]
liferea-1.8.6/src/update.c:374:9: style: The scope of the variable 'len' can be reduced. [variableScope]
liferea-1.8.6/src/update.c:66:60: style: Function 'update_state_set_lastmodified' argument 2 names different: declaration 'lastmodified' definition 'lastModified'. [funcArgNamesDifferent]
liferea-1.8.6/src/update.h:132:65: note: Function 'update_state_set_lastmodified' argument 2 names different: declaration 'lastmodified' definition 'lastModified'.
liferea-1.8.6/src/update.c:66:60: note: Function 'update_state_set_lastmodified' argument 2 names different: declaration 'lastmodified' definition 'lastModified'.
liferea-1.8.6/src/vfolder.c:215:11: style: The scope of the variable 'rule' can be reduced. [variableScope]
liferea-1.8.6/src/vfolder_loader.c:36:10: style: The scope of the variable 'iter' can be reduced. [variableScope]
liferea-1.8.6/src/vfolder_loader.c:72:29: style: Function 'vfolder_loader_new' argument 1 names different: declaration 'vfolder' definition 'node'. [funcArgNamesDifferent]
liferea-1.8.6/src/vfolder_loader.h:34:42: note: Function 'vfolder_loader_new' argument 1 names different: declaration 'vfolder' definition 'node'.
liferea-1.8.6/src/vfolder_loader.c:72:29: note: Function 'vfolder_loader_new' argument 1 names different: declaration 'vfolder' definition 'node'.
liferea-1.8.6/src/xml.c:51:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/xml.c:43:0: note: Variable 'out' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:51:2: note: Variable 'out' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:63:2: style: Variable 'xpathCtxt' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/xml.c:59:0: note: Variable 'xpathCtxt' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:63:2: note: Variable 'xpathCtxt' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:97:2: style: Variable 'xml_base' is reassigned a value before the old one has been used. [redundantAssignment]
liferea-1.8.6/src/xml.c:86:0: note: Variable 'xml_base' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:97:2: note: Variable 'xml_base' is reassigned a value before the old one has been used.
liferea-1.8.6/src/xml.c:401:11: style: The scope of the variable 'params' can be reduced. [variableScope]
liferea-1.8.6/src/xml.c:403:10: style: The scope of the variable 'newmsg' can be reduced. [variableScope]
liferea-1.8.6/src/xml.c:83:27: style: Function 'xhtml_extract' argument 1 names different: declaration 'cur' definition 'xml'. [funcArgNamesDifferent]
liferea-1.8.6/src/xml.h:68:35: note: Function 'xhtml_extract' argument 1 names different: declaration 'cur' definition 'xml'.
liferea-1.8.6/src/xml.c:83:27: note: Function 'xhtml_extract' argument 1 names different: declaration 'cur' definition 'xml'.
liferea-1.8.6/src/xml.c:172:31: style: Function 'xhtml_from_text' argument 1 names different: declaration 'text' definition 'sourceText'. [funcArgNamesDifferent]
liferea-1.8.6/src/xml.h:98:39: note: Function 'xhtml_from_text' argument 1 names different: declaration 'text' definition 'sourceText'.
liferea-1.8.6/src/xml.c:172:31: note: Function 'xhtml_from_text' argument 1 names different: declaration 'text' definition 'sourceText'.
liferea-1.8.6/src/xml.c:212:36: style: Function 'xhtml_is_well_formed' argument 1 names different: declaration 'text' definition 'data'. [funcArgNamesDifferent]
liferea-1.8.6/src/xml.h:105:45: note: Function 'xhtml_is_well_formed' argument 1 names different: declaration 'text' definition 'data'.
liferea-1.8.6/src/xml.c:212:36: note: Function 'xhtml_is_well_formed' argument 1 names different: declaration 'text' definition 'data'.
liferea-1.8.6/src/xml.c:528:53: style: Function 'xml_parse' argument 3 names different: declaration 'errors' definition 'errCtx'. [funcArgNamesDifferent]
liferea-1.8.6/src/xml.h:171:63: note: Function 'xml_parse' argument 3 names different: declaration 'errors' definition 'errCtx'.
liferea-1.8.6/src/xml.c:528:53: note: Function 'xml_parse' argument 3 names different: declaration 'errors' definition 'errCtx'.
[02:34]

ftp://ftp.se.debian.org/debian/pool/main/l/lift/lift_2.5.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/liggghts/liggghts_3.7.0+repack1.orig.tar.xz
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/fix_nve_asphere_noforce.cpp:108:15: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/fix_nve_line.cpp:91:9: style: Unused variable: itype [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/fix_nve_line.cpp:120:25: style: Unused variable: delx [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/fix_nve_line.cpp:120:30: style: Unused variable: dely [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:472:16: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:101:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:101:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:103:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:103:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:103:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:478:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:105:50: style: Unused variable: ti [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:105:53: style: Unused variable: tj [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.cpp:476:15: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/ASPHERE/pair_line_lj.h:61:3: style: Class 'PairLineLJ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:176:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:176:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:176:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:212:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:322:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:339:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:339:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:339:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:388:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.cpp:466:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_bond.h:61:3: style: Class 'AtomVecBond' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:256:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:256:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:256:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:292:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:402:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:419:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:419:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:419:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:470:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.cpp:551:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_full.h:61:3: style: Class 'AtomVecFull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:254:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:254:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:254:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:290:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:400:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:417:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:417:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:417:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:466:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.cpp:544:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/atom_vec_molecular.h:61:3: style: Class 'AtomVecMolecular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:78:7: style: The scope of the variable 'i1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:78:10: style: The scope of the variable 'i2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:78:15: style: The scope of the variable 'type' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:79:10: style: The scope of the variable 'delx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:79:15: style: The scope of the variable 'dely' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:79:20: style: The scope of the variable 'delz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:80:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:80:14: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:80:16: style: The scope of the variable 'dr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.cpp:80:19: style: The scope of the variable 'rk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/MOLECULE/bond_harmonic.h:62:3: style: Class 'BondHarmonic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1318:16: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:120:7: style: The scope of the variable 'mapflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:632:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:633:10: style: The scope of the variable 'ez0' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:633:14: style: The scope of the variable 'ez1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:633:18: style: The scope of the variable 'ez2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:733:10: style: The scope of the variable 'ddx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:733:14: style: The scope of the variable 'ddy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:733:18: style: The scope of the variable 'ddz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:965:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:965:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:965:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:966:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:966:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:966:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1161:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1478:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1236:9: style: Unused variable: j [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1244:14: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1198:10: error: Uninitialized variable: fp [uninitvar]
LIGGGHTS-PUBLIC-3.7.0/src/POEMS/fix_poems.cpp:1166:34: error: Uninitialized variable: fp [uninitvar]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:825:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:882:12: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:882:19: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:921:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1268:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1268:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1268:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1268:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1268:51: style: The scope of the variable 'p' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1434:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1434:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1434:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1434:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1806:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2031:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2129:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2129:19: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2132:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2132:14: style: The scope of the variable 'start' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:2132:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1371:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1382:16: style: Variable 'tri' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1519:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1759:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/RIGID/fix_rigid.cpp:1946:20: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:310:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:310:9: style: The scope of the variable 'k' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:313:8: style: The scope of the variable 'have_narea' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:355:15: style: The scope of the variable 'a' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:355:18: style: The scope of the variable 'b' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:169:10: style: Unused variable: j [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:205:11: style: Variable 'sxy' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:206:11: style: Variable 'sxz' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:207:11: style: Variable 'syz' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/VORONOI/compute_voronoi_atom.cpp:210:28: style: Unused variable: cuttri [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:184:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LIGGGHTS-PUBLIC-3.7.0/src/angle.cpp:166:10: style: The scope of the variable 'eanglethird' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:250:14: style: Technically the member function 'LAMMPS_NS::Atom::get_map_size' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:262:8: style: Technically the member function 'LAMMPS_NS::Fix::can_create_mesh' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/input.h:80:8: style: Technically the member function 'LAMMPS_NS::Input::seed_check_throw_error' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:94:17: style: Technically the member function 'LAMMPS_NS::FixPropertyGlobal::get_values' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:95:17: style: Technically the member function 'LAMMPS_NS::FixPropertyGlobal::get_values_modified' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:96:24: style: Technically the member function 'LAMMPS_NS::FixPropertyGlobal::get_array' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:97:24: style: Technically the member function 'LAMMPS_NS::FixPropertyGlobal::get_array_modified' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/properties.h:62:8: style: Technically the member function 'LAMMPS_NS::Properties::allow_soft_particles' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/properties.h:70:8: style: Technically the member function 'LAMMPS_NS::Properties::allow_hard_particles' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:187:17: style: Technically the member function 'LAMMPS_NS::Force::cg' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:209:15: style: Technically the member function 'LAMMPS_NS::Force::cg_active' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:212:15: style: Technically the member function 'LAMMPS_NS::Force::error_cg' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:219:15: style: Technically the member function 'LAMMPS_NS::Force::get_custom_surface_model' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:224:15: style: Technically the member function 'LAMMPS_NS::Force::get_custom_normal_model' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:229:15: style: Technically the member function 'LAMMPS_NS::Force::get_custom_tangential_model' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:234:15: style: Technically the member function 'LAMMPS_NS::Force::get_custom_cohesion_model' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:239:15: style: Technically the member function 'LAMMPS_NS::Force::get_custom_rolling_model' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:544:12: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:552:12: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:561:12: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:571:12: performance: Technically the member function 'LAMMPS_NS::Memory::usage' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/property_registry.h:89:0: style: Technically the member function 'Property < double * >::print_value' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/property_registry.h:89:0: style: Technically the member function 'Property < double * * >::print_value' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/property_registry.h:89:0: style: Technically the member function 'Property < double >::print_value' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pointers.h:78:3: style: Class 'Pointers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:192:3: style: Class 'Atom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:91:3: style: Class 'Comm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/properties.h:53:3: style: Class 'Properties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/error.h:61:3: style: Class 'Error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:88:3: style: Class 'Modify' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/property_registry.h:101:3: style: Class 'VectorProperty' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/property_registry.h:177:3: style: Class 'PropertyRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:130:3: style: Class 'Force' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:56:3: style: Class 'Memory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:75:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:76:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:77:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:81:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:82:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:82:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:83:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:83:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:85:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:85:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:90:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:238:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/force.h:217:45: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:222:44: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:227:48: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:232:46: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/force.h:237:45: performance: Function parameter 'param' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:161:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:162:23: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.cpp:196:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:300:37: style: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:78:35: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:300:37: note: Function 'det3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:421:38: style: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:91:36: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:421:38: note: Function 'invert3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:442:37: style: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:92:35: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:442:37: note: Function 'matvec' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:442:60: style: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:92:59: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:442:60: note: Function 'matvec' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:454:38: style: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:94:36: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:454:38: note: Function 'matvec' argument 4 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:465:47: style: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:95:45: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:465:47: note: Function 'transpose_matvec' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:465:70: style: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:95:69: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:465:70: note: Function 'transpose_matvec' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:597:51: style: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:112:41: note: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:597:51: note: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:610:51: style: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:113:41: note: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra_liggghts.h:610:51: note: Function 'calcBaryTriCoords' argument 1 names different: declaration 'p' definition 'ap'.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:134:7: style: Technically the member function 'LAMMPS_NS::Neighbor::neigh_once' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:136:7: style: Technically the member function 'LAMMPS_NS::Neighbor::n_blist' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:124:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_nsq_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:125:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_nsq_no_newton_ghost_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:126:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_nsq_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:128:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_bin_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:129:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_bin_no_newton_ghost_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:130:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_bin_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:131:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_bin_newton_tri_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:133:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_multi_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:134:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_multi_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:135:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_multi_newton_tri_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:137:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::full_nsq_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:138:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::full_nsq_ghost_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:139:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::full_bin_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:140:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::full_bin_ghost_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:141:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::full_multi_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:143:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_from_full_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:144:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::half_from_full_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:146:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::granular_nsq_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:147:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::granular_nsq_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:148:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::granular_bin_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:149:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::granular_bin_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:150:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::granular_bin_newton_tri_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:152:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::respa_nsq_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:153:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::respa_nsq_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:154:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::respa_bin_no_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:155:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::respa_bin_newton_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_omp.h:156:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::respa_bin_newton_tri_omp' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:185:14: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image_check' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:66:3: style: Class 'AngleHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:118:3: style: Class 'Neighbor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:142:3: style: Class 'Domain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:68:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:70:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:69:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:70:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:71:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:73:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:72:10: style: The function 'equilibrium_angle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:74:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:73:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:75:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:74:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:76:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:75:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:78:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:75:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:76:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/angle.h:79:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/angle_hybrid.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:769:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:769:11: style: The scope of the variable 'tagdata' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:812:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:812:11: style: The scope of the variable 'tagdata' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:859:17: style: The scope of the variable 'ninteger' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:859:26: style: The scope of the variable 'ndouble' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:894:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:929:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:976:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:1036:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:1293:13: style: The scope of the variable 'ix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:1293:16: style: The scope of the variable 'iy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:1293:19: style: The scope of the variable 'iz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.cpp:1293:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:77:3: warning: Member variable 'Cuda::oncpu' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:79:8: performance: Technically the member function 'LAMMPS_NS::Cuda::accelerator' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:80:8: performance: Technically the member function 'LAMMPS_NS::Cuda::evsetup_eatom_vatom' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:81:8: performance: Technically the member function 'LAMMPS_NS::Cuda::downloadAll' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:82:8: performance: Technically the member function 'LAMMPS_NS::Cuda::uploadAll' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:68:3: style: Class 'AtomVecEllipsoid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/output.h:74:3: style: Class 'Output' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/update.h:83:3: style: Class 'Update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/group.h:61:3: style: Class 'Group' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:77:3: style: Class 'Cuda' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:87:2: style: Class 'CommCuda' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:93:2: style: Class 'DomainCuda' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:99:2: style: Class 'NeighborCuda' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/accelerator_cuda.h:105:2: style: Class 'ModifyCuda' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:70:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:71:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:72:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:73:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:74:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:75:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:76:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:77:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:78:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:92:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:79:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:80:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:95:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:81:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:82:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:97:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:83:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:83:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:84:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:84:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:85:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:86:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:87:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:87:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:88:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:89:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:90:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:91:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:91:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:92:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:92:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:93:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:94:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:94:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:95:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:96:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:96:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:97:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:98:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:122:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:98:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:99:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:99:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:100:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:100:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:101:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:101:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:102:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:102:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:103:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:103:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:104:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:131:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:104:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:105:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:105:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:106:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:133:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:106:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:107:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:107:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:111:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:85:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:111:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:112:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:119:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.h:112:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:69:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:57:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:70:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:58:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:71:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:59:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:72:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:60:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:73:8: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:134:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:134:18: style: The scope of the variable 'global' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:134:25: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:134:33: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:192:9: style: The scope of the variable 'previous' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:192:18: style: The scope of the variable 'global' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:192:25: style: The scope of the variable 'ibucket' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:192:33: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:273:7: style: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:302:11: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:273:7: note: Technically the member function 'LAMMPS_NS::Atom::map_find_hash' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:311:7: performance: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_map.cpp:320:11: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom.h:311:7: note: Technically the member function 'LAMMPS_NS::Atom::next_prime' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:85:36: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:153:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:153:23: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:153:23: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:165:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:165:25: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:165:25: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:213:23: style: Opposite expression on both sides of '>'. [oppositeExpression]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:213:23: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:213:23: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:226:25: style: Opposite expression on both sides of '>'. [oppositeExpression]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:226:25: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:226:25: note: Opposite expression on both sides of '>'.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:136:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:180:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:136:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_bond' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:138:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:242:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:138:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_angle' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:139:8: style: Technically the member function 'LAMMPS_NS::AtomVec::pack_dihedral' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:255:15: note: Technically the member function 'LAMMPS_NS::AtomVec::pack_dihedral' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:139:8: note: Technically the member function 'LAMMPS_NS::AtomVec::pack_dihedral' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:140:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:297:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:140:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_dihedral' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:141:8: style: Technically the member function 'LAMMPS_NS::AtomVec::pack_improper' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:310:15: note: Technically the member function 'LAMMPS_NS::AtomVec::pack_improper' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:141:8: note: Technically the member function 'LAMMPS_NS::AtomVec::pack_improper' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:142:8: performance: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.cpp:352:15: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:142:8: note: Technically the member function 'LAMMPS_NS::AtomVec::write_improper' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:143:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:143:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:143:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:179:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:289:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:306:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:306:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:306:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:353:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.cpp:537:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:61:3: style: Class 'AtomVecAtomic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:63:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:64:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:65:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:66:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:66:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:67:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:67:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:68:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:69:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:70:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:70:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:71:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:72:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:72:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:73:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:73:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:74:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:75:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:75:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:76:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:76:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:77:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:77:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:78:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:79:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:80:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:81:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:82:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:82:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:83:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:83:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:84:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:84:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:85:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_atomic.h:85:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:150:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:150:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:150:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:186:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:296:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:313:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:313:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:313:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:362:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.cpp:582:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:61:3: style: Class 'AtomVecCharge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:63:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:64:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:65:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:66:15: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:66:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:67:15: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:67:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:68:16: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:69:16: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:70:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:70:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:71:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:72:15: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:72:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:73:15: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:73:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:74:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:75:16: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:75:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:76:16: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:77:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:78:15: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:78:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:79:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:79:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:80:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:81:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:82:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:83:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:83:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:84:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:84:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:85:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:86:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:87:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:88:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:88:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:89:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:90:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_charge.h:90:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:154:11: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:260:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:260:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:260:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:311:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:403:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:532:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:550:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:568:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:568:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:568:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:642:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_ellipsoid.cpp:766:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:93:9: style: The scope of the variable 'jarg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:238:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:238:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:238:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:280:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:456:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:478:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:478:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:478:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:530:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:960:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:986:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:1009:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:1030:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.cpp:1059:7: style: Unused variable: n [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:66:3: style: Class 'AtomVecHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:68:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:79:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:70:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:71:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:72:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:73:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:85:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:74:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:75:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:76:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:77:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:78:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:79:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:80:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:81:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:82:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:82:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:83:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:83:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:84:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:84:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:85:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:86:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:86:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:87:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:88:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:89:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:113:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:89:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:90:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:114:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:91:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:92:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:92:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:93:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:94:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:94:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:95:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:96:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:96:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:97:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:98:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:98:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:99:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_hybrid.h:99:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:163:11: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:257:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:257:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:257:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:296:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:370:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:470:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:488:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:506:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:506:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:506:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:567:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.cpp:672:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:67:3: style: Class 'AtomVecLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:70:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:71:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:72:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:73:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:74:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:75:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:76:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:77:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:78:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:92:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:79:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:80:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:95:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:81:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:82:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:97:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:83:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:83:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:84:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:84:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:85:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:86:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:87:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:87:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:88:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:89:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:90:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:91:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:91:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:92:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:92:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:93:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:94:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:94:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:95:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:96:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:96:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:97:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:98:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:122:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:98:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:99:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:99:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:100:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:100:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:101:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:101:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:102:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:102:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:103:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:103:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:104:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:131:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:104:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:105:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:105:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:106:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:133:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:106:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:107:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:107:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:111:8: style: The function 'clear_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:85:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:111:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:112:8: style: The function 'data_atom_bonus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:119:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_line.h:112:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:176:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:176:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:176:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:225:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:225:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:225:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:278:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:374:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:393:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:393:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:393:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:452:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:452:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:452:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:515:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.cpp:683:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:59:3: style: Class 'AtomVecSPH' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:61:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:62:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:63:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:64:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:66:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:67:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:68:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:68:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:69:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:70:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:71:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:92:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:73:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:74:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:76:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:77:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:78:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:79:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:80:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:81:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:83:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:83:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:84:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:84:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:86:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:86:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:87:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:88:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:90:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:91:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:92:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:92:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:93:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:93:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:94:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:122:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:94:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:95:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:96:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:96:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:97:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:98:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:98:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:99:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:99:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:100:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:131:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:100:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:101:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:101:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:102:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:133:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:102:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:103:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph.h:103:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:72:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:73:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:74:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:75:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:76:8: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:77:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:78:8: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:164:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.h:78:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:500:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:518:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:518:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:518:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:574:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:574:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:574:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:635:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.cpp:803:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:55:3: style: Class 'AtomVecSPH2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:57:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:57:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:58:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:59:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:60:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:62:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:63:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:64:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:65:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:66:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:67:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:92:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:69:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:69:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:70:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:72:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:73:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:74:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:75:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:76:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:77:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:79:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:80:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:82:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:83:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:83:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:84:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:84:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:86:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:87:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:87:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:88:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:89:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:89:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:90:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:122:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:91:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:92:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:92:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:93:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:93:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:94:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:94:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:95:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:96:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:131:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:96:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:97:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:98:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:133:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:98:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:99:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sph_var.h:99:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:426:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:570:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:589:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:607:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:607:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:607:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:19: style: The scope of the variable 'dvx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:23: style: The scope of the variable 'dvy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:663:27: style: The scope of the variable 'dvz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:756:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.cpp:920:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:57:10: performance: Technically the member function 'LAMMPS_NS::DomainWedge::set_domain' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:59:16: performance: Technically the member function 'LAMMPS_NS::DomainWedge::index_axis' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:62:16: performance: Technically the member function 'LAMMPS_NS::DomainWedge::index_phi' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:65:17: performance: Technically the member function 'LAMMPS_NS::DomainWedge::n1' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:68:17: performance: Technically the member function 'LAMMPS_NS::DomainWedge::n2' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:71:17: performance: Technically the member function 'LAMMPS_NS::DomainWedge::center' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:69:3: style: Class 'AtomVecSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/domain_wedge_dummy.h:56:5: style: Class 'DomainWedge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:71:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:72:8: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:73:8: style: The function 'grow_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:83:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:74:8: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:75:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:87:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:76:7: style: The function 'pack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:78:7: style: The function 'pack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:79:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:80:8: style: The function 'unpack_comm_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:81:7: style: The function 'unpack_comm_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:92:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:82:7: style: The function 'pack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:94:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:83:7: style: The function 'pack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:95:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:83:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:84:8: style: The function 'unpack_reverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:84:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:85:7: style: The function 'unpack_reverse_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:97:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:86:7: style: The function 'pack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:99:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:86:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:87:7: style: The function 'pack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:100:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:89:7: style: The function 'pack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:101:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:90:8: style: The function 'unpack_border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:102:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:91:8: style: The function 'unpack_border_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:103:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:92:7: style: The function 'unpack_border_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:104:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:92:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:93:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:106:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:94:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:107:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:94:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:95:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:109:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:95:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:96:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:110:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:96:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:97:7: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:111:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:97:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:98:8: style: The function 'create_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:98:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:99:8: style: The function 'data_atom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:118:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:99:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:100:7: style: The function 'data_atom_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:120:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:100:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:101:8: style: The function 'data_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:121:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:101:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:102:7: style: The function 'data_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:122:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:102:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:103:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:124:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:103:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:104:8: style: The function 'pack_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:125:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:104:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:105:7: style: The function 'pack_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:105:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:106:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:106:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:107:7: style: The function 'write_data_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:107:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:108:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:108:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:109:8: style: The function 'pack_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:109:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:110:7: style: The function 'pack_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:131:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:110:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:111:8: style: The function 'write_vel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:132:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:111:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:112:7: style: The function 'write_vel_hybrid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:133:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:112:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:113:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec.h:144:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:113:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:77:7: performance: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_comm_vel_wedge' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere_w.cpp:60:20: note: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_comm_vel_wedge' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:77:7: note: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_comm_vel_wedge' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:88:7: performance: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_border_vel_wedge' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere_w.cpp:52:20: note: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_border_vel_wedge' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/atom_vec_sphere.h:88:7: note: Technically the member function 'LAMMPS_NS::AtomVecSphere::pack_border_vel_wedge' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/bond.cpp:178:10: style: The scope of the variable 'ebondhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.cpp:195:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:68:3: style: Class 'BondHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:70:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:71:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:72:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:73:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:73:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:70:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:74:10: style: The function 'equilibrium_distance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:74:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:75:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:75:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:76:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:76:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:77:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:78:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:77:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:78:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/bond.h:79:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/bond_hybrid.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:35: style: Function 'BoundingBox' argument 1 names different: declaration 'xLo' definition 'xLo_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:24: note: Function 'BoundingBox' argument 1 names different: declaration 'xLo' definition 'xLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:35: note: Function 'BoundingBox' argument 1 names different: declaration 'xLo' definition 'xLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:48: style: Function 'BoundingBox' argument 2 names different: declaration 'xHi' definition 'xHi_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:36: note: Function 'BoundingBox' argument 2 names different: declaration 'xHi' definition 'xHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:48: note: Function 'BoundingBox' argument 2 names different: declaration 'xHi' definition 'xHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:61: style: Function 'BoundingBox' argument 3 names different: declaration 'yLo' definition 'yLo_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:48: note: Function 'BoundingBox' argument 3 names different: declaration 'yLo' definition 'yLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:61: note: Function 'BoundingBox' argument 3 names different: declaration 'yLo' definition 'yLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:74: style: Function 'BoundingBox' argument 4 names different: declaration 'yHi' definition 'yHi_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:60: note: Function 'BoundingBox' argument 4 names different: declaration 'yHi' definition 'yHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:74: note: Function 'BoundingBox' argument 4 names different: declaration 'yHi' definition 'yHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:87: style: Function 'BoundingBox' argument 5 names different: declaration 'zLo' definition 'zLo_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:72: note: Function 'BoundingBox' argument 5 names different: declaration 'zLo' definition 'zLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:87: note: Function 'BoundingBox' argument 5 names different: declaration 'zLo' definition 'zLo_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:100: style: Function 'BoundingBox' argument 6 names different: declaration 'zHi' definition 'zHi_'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:60:84: note: Function 'BoundingBox' argument 6 names different: declaration 'zHi' definition 'zHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.cpp:54:100: note: Function 'BoundingBox' argument 6 names different: declaration 'zHi' definition 'zHi_'.
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:106:10: style: Technically the member function 'LAMMPS_NS::BoundingBox::getBoxBounds' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:116:12: style: Technically the member function 'LAMMPS_NS::BoundingBox::getVolume' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:127:10: style: Technically the member function 'LAMMPS_NS::BoundingBox::getBoxBoundsExtendedByDelta' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:155:10: style: Technically the member function 'LAMMPS_NS::BoundingBox::isInitialized' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/bounding_box.h:158:10: style: Technically the member function 'LAMMPS_NS::BoundingBox::isInside' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.cpp:65:17: warning: Redundant assignment of 'this->fc_' to itself. [selfAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.cpp:61:18: warning: Member variable 'CfdDatacoupling::liggghts_is_active' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::radi' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::radj' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::radsum' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::rsq' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::delta' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::contact_flags' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::contact_history' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::fix_mesh' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::i' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::j' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::itype' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::jtype' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::is_wall' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::has_force_update' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::v_i' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::v_j' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::computeflag' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:113:3: warning: Member variable 'SurfacesCloseData::shearupdate' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::r' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::rinv' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::en' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::omega_i' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::omega_j' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::kt' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::kn' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::gammat' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::gamman' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::vn' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::deltan' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::cri' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::crj' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::wr1' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::wr2' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::wr3' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::vtr1' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::vtr2' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::vtr3' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::mi' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::mj' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::meff' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:158:3: warning: Member variable 'SurfacesIntersectData::P_diss' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:55:7: style: Technically the member function 'LAMMPS_NS::CfdDatacoupling::get_iarg' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:80:7: style: Technically the member function 'LAMMPS_NS::FixCfdCoupling::coupleThis' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:246:14: performance: Technically the member function 'LAMMPS_NS::Pair::sbmask' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:159:8: style: Technically the member function 'LAMMPS_NS::Compute::update_on_run_end' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:175:14: performance: Technically the member function 'LAMMPS_NS::Compute::sbmask' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:87:14: style: Technically the member function 'LAMMPS_NS::ComputePairGranLocal::get_nvalues' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:93:14: style: Technically the member function 'LAMMPS_NS::ComputePairGranLocal::get_ncount' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_relax_contacts.h:2:83: performance: Technically the member function 'LAMMPS_NS::FixRelaxContacts::factor_relax' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:106:15: style: Technically the member function 'LAMMPS_NS::FixPropertyAtom::get_internal' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:109:14: style: Technically the member function 'LAMMPS_NS::FixPropertyAtom::get_nvalues' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:97:8: style: Technically the member function 'LAMMPS_NS::PairGran::cplenable' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:109:7: style: Technically the member function 'LAMMPS_NS::PairGran::is_history' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:112:7: style: Technically the member function 'LAMMPS_NS::PairGran::dnum_pair' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:115:14: style: Technically the member function 'LAMMPS_NS::PairGran::dnum' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:127:15: style: Technically the member function 'LAMMPS_NS::PairGran::storeContactForcesStress' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:130:15: style: Technically the member function 'LAMMPS_NS::PairGran::storeSumDelta' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:178:10: style: Technically the member function 'LAMMPS_NS::PairGran::get_dissipated_energy' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:216:8: style: Technically the member function 'LAMMPS_NS::PairGran::history_args' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: warning: The class 'ComputePairGranLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:183:11: note: The class 'ComputePairGranLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: note: The class 'ComputePairGranLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: warning: The class 'ComputePairGranLocal' defines member variable with name 'array' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:184:12: note: The class 'ComputePairGranLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: note: The class 'ComputePairGranLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:63:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:65:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:66:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:67:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:68:16: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:69:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:70:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:71:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:65:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:66:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:128:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:67:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:69:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:70:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:71:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:71:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:71:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:78:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:79:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:80:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:81:8: style: The function 'pre_set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:171:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:82:16: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:172:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:82:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:86:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:87:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:87:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:89:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:90:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:91:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:91:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:92:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:92:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:93:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:94:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:94:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:95:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:208:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:95:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:96:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:209:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:96:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:97:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:210:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:97:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:98:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:211:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:98:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:99:18: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:99:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:77:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:77:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:79:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:173:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:79:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:80:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:174:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:81:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:176:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:81:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:83:16: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:177:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:83:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:84:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:178:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:84:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:85:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:192:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:85:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:86:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:193:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:87:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:185:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:87:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:88:16: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:186:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:88:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:89:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:89:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:90:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:90:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:92:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:202:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:92:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:93:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:196:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:164:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:200:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:164:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:166:7: style: The function 'add_history_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:183:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:166:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:91:48: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:91:73: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:211:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:211:46: performance: Function parameter 'newtonflag' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:76:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:57:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:77:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:58:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:77:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:78:16: style: The function 'setup_minimal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:59:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:79:16: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:60:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:79:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:80:16: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:81:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/integrate.h:62:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:81:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:61:8: style: The function 'pull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:60:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:62:8: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:63:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:69:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:65:8: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:77:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_file.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:695:11: style: The scope of the variable 'nNew' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:695:17: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:742:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:432:58: style: Function 'moveElement' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:104:36: note: Function 'moveElement' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:432:58: note: Function 'moveElement' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:512:51: style: Function 'set' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:91:24: note: Function 'set' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:512:51: note: Function 'set' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:520:51: style: Function 'set' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:92:24: note: Function 'set' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:520:51: note: Function 'set' argument 1 names different: declaration 'i' definition 'n'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:520:58: style: Function 'set' argument 2 names different: declaration 'j' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:92:31: note: Function 'set' argument 2 names different: declaration 'j' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:520:58: note: Function 'set' argument 2 names different: declaration 'j' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:619:69: style: Function 'move' argument 1 names different: declaration 'dx' definition 'delta'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:109:49: note: Function 'move' argument 1 names different: declaration 'dx' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:619:69: note: Function 'move' argument 1 names different: declaration 'dx' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:632:89: style: Function 'moveElement' argument 2 names different: declaration 'dx' definition 'delta'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:110:69: note: Function 'moveElement' argument 2 names different: declaration 'dx' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:632:89: note: Function 'moveElement' argument 2 names different: declaration 'dx' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker_I.h:62:75: style: Function 'addElementProperty' argument 9 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.h:79:59: note: Function 'addElementProperty' argument 9 names different: declaration 'scale' definition '_scale'.
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker_I.h:62:75: note: Function 'addElementProperty' argument 9 names different: declaration 'scale' definition '_scale'.
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker_I.h:63:75: style: Function 'addElementProperty' argument 10 names different: declaration 'scaleAvg' definition '_scaleAvg'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.h:80:59: note: Function 'addElementProperty' argument 10 names different: declaration 'scaleAvg' definition '_scaleAvg'.
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker_I.h:63:75: note: Function 'addElementProperty' argument 10 names different: declaration 'scaleAvg' definition '_scaleAvg'.
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.cpp:96:72: style: Function 'pull' argument 3 names different: declaration 'ptr' definition 'from'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:66:64: note: Function 'pull' argument 3 names different: declaration 'ptr' definition 'from'.
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.cpp:96:72: note: Function 'pull' argument 3 names different: declaration 'ptr' definition 'from'.
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.cpp:109:72: style: Function 'push' argument 3 names different: declaration 'ptr' definition 'to'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:67:64: note: Function 'push' argument 3 names different: declaration 'ptr' definition 'to'.
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.cpp:109:72: note: Function 'push' argument 3 names different: declaration 'ptr' definition 'to'.
LIGGGHTS-PUBLIC-3.7.0/src/container_base_I.h:197:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:53:38: warning: Member variable 'GeneralContainer::arr_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:63:38: warning: Member variable 'GeneralContainer::arr_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:108:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushToBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:452:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:108:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:109:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popFromBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:461:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:109:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:111:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemListBufSize' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:474:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemListBufSize' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:111:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemListBufSize' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:112:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:483:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:112:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:113:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:495:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:113:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:114:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBufferReverse' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:505:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBufferReverse' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:114:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemListToBufferReverse' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:115:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBufferReverse' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:517:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBufferReverse' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:115:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemListFromBufferReverse' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:117:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemBufSize' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:533:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemBufSize' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:117:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::elemBufSize' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:118:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemToBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:545:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:118:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::pushElemToBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:119:20: style: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemFromBuffer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array_I.h:554:35: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/associative_pointer_array.h:119:20: note: Technically the member function 'LAMMPS_NS::AssociativePointerArray::popElemFromBuffer' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:142:30: style: Technically the member function 'LAMMPS_NS::ContainerBase::id' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:148:23: style: Technically the member function 'LAMMPS_NS::ContainerBase::doNotReset' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:154:23: style: Technically the member function 'LAMMPS_NS::ContainerBase::wrapPeriodic' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:183:16: style: Technically the member function 'LAMMPS_NS::ContainerBase::isStatisticsContainer' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:199:23: style: Technically the member function 'LAMMPS_NS::ContainerBase::useDefault' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:261:23: performance: Technically the member function 'LAMMPS_NS::ContainerBase::decideCreateNewElements' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/container_base_I.h:135:30: note: Technically the member function 'LAMMPS_NS::ContainerBase::decideCreateNewElements' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:261:23: note: Technically the member function 'LAMMPS_NS::ContainerBase::decideCreateNewElements' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:83:16: style: Technically the member function 'LAMMPS_NS::GeneralContainer::get' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:300:43: note: Technically the member function 'LAMMPS_NS::GeneralContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:83:16: note: Technically the member function 'LAMMPS_NS::GeneralContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:100:13: style: Technically the member function 'LAMMPS_NS::GeneralContainer::max_scalar' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:569:40: note: Technically the member function 'LAMMPS_NS::GeneralContainer::max_scalar' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:100:13: note: Technically the member function 'LAMMPS_NS::GeneralContainer::max_scalar' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:101:13: style: Technically the member function 'LAMMPS_NS::GeneralContainer::min_scalar' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:584:40: note: Technically the member function 'LAMMPS_NS::GeneralContainer::min_scalar' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:101:13: note: Technically the member function 'LAMMPS_NS::GeneralContainer::min_scalar' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:175:15: performance: Technically the member function 'LAMMPS_NS::GeneralContainer::getElemSize' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/general_container_I.h:559:42: note: Technically the member function 'LAMMPS_NS::GeneralContainer::getElemSize' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:175:15: note: Technically the member function 'LAMMPS_NS::GeneralContainer::getElemSize' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:64:13: style: Technically the member function 'LAMMPS_NS::ScalarContainer::get' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:152:25: note: Technically the member function 'LAMMPS_NS::ScalarContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:64:13: note: Technically the member function 'LAMMPS_NS::ScalarContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:65:16: style: Technically the member function 'LAMMPS_NS::VectorContainer::get' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:159:36: note: Technically the member function 'LAMMPS_NS::VectorContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:65:16: note: Technically the member function 'LAMMPS_NS::VectorContainer::get' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:68:13: style: Technically the member function 'LAMMPS_NS::VectorContainer::max_elem' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:173:33: note: Technically the member function 'LAMMPS_NS::VectorContainer::max_elem' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:68:13: note: Technically the member function 'LAMMPS_NS::VectorContainer::max_elem' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:69:13: style: Technically the member function 'LAMMPS_NS::VectorContainer::min_elem' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:185:33: note: Technically the member function 'LAMMPS_NS::VectorContainer::min_elem' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:69:13: note: Technically the member function 'LAMMPS_NS::VectorContainer::min_elem' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:107:18: style: Technically the member function 'LAMMPS_NS::Multisphere::n_body' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:110:18: style: Technically the member function 'LAMMPS_NS::Multisphere::n_body_all' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:113:18: style: Technically the member function 'LAMMPS_NS::Multisphere::tag_max_body' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:116:18: style: Technically the member function 'LAMMPS_NS::Multisphere::map' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:122:19: style: Technically the member function 'LAMMPS_NS::Multisphere::has_tag' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_remove.h:1:53: performance: Technically the member function 'LAMMPS_NS::FixRemove::delete_bodies' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:164:18: style: Technically the member function 'LAMMPS_NS::FixMultisphere::ntypes' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:201:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::allow_group_and_set' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:204:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::use_volumeweight' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:265:18: performance: Technically the member function 'LAMMPS_NS::FixMultisphere::getMask' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:169:11: style: Class 'GeneralContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:58:11: style: Class 'ScalarContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:59:11: style: Class 'VectorContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/multi_vector_container.h:56:11: style: Class 'MultiVectorContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.h:64:5: style: Class 'CustomValueTracker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:180:7: style: Class 'Multisphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:56:7: style: Class 'MultisphereParallel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:67:16: style: The function 'isDoubleData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:161:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:68:16: style: The function 'isIntData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:162:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:74:16: style: The function 'addZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:164:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:76:16: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:174:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:77:16: style: The function 'del' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:175:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:77:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:78:16: style: The function 'delForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:176:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:79:16: style: The function 'delRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:177:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:79:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:80:16: style: The function 'delRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:178:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:81:16: style: The function 'clearReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:179:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:81:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:85:16: style: The function 'setToDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:196:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:85:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:88:16: style: The function 'setAllToZero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:197:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:88:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:94:16: style: The function 'setFromContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:181:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:94:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:96:16: style: The function 'calcAvgFromContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:187:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:96:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:97:16: style: The function 'calcMeanSquareFromContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:188:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:97:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:98:16: style: The function 'calcSumFromContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:189:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:98:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:106:25: style: The function 'begin_slow_dirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:170:25: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:106:25: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:108:23: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:191:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:108:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:109:23: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:192:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:109:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:110:23: style: The function 'moveElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:193:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:110:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:111:23: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:194:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:111:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:118:22: style: The function 'bufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:219:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:118:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:120:22: style: The function 'pushToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:223:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:120:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:122:22: style: The function 'popFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:221:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:122:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:127:22: style: The function 'elemListBufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:226:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:127:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:129:22: style: The function 'pushElemListToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:228:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:129:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:131:22: style: The function 'popElemListFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:230:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:131:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:133:22: style: The function 'pushElemListToBufferReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:232:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:133:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:135:22: style: The function 'popElemListFromBufferReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:234:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:135:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:140:22: style: The function 'elemBufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:237:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:140:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:142:22: style: The function 'pushElemToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:239:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:142:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:144:22: style: The function 'popElemFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:241:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:144:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:147:16: style: The function 'addUninitialized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:165:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:147:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:149:22: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:166:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:149:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:152:22: style: The function 'nVec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:168:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:152:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:155:22: style: The function 'lenVec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:169:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:155:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:158:22: style: The function 'capacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:167:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:158:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:161:23: style: The function 'clearContainer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:172:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:161:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:68:17: style: The function 'begin_slow_dirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:106:25: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/scalar_container.h:68:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:76:17: style: The function 'begin_slow_dirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/general_container.h:106:25: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:76:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:59:12: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:89:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:59:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:61:12: style: The function 'writeRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:90:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:61:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:62:12: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere.h:91:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.h:62:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:59:18: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:59:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:60:18: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:60:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:62:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:62:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:64:20: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:64:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:65:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:65:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:66:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:66:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:88:12: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:88:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:89:12: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:89:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:90:19: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:90:19: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:91:20: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:91:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:93:20: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:93:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:94:20: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:94:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:95:20: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:150:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:95:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:96:20: style: The function 'setup_pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:151:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:96:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:98:22: style: The function 'extend_cut_ghost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:251:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:98:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:100:12: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:100:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:101:20: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:101:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:102:20: style: The function 'pre_final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:160:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:102:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:103:12: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:103:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:109:14: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:109:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:110:12: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:110:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:111:12: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:111:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:113:12: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:113:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:114:12: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:114:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:115:12: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:172:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:115:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:117:11: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:117:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:118:11: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:118:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:120:12: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:120:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:121:12: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:121:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:46:11: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:46:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:47:12: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:47:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:50:11: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:50:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:51:11: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:51:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:56:11: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:208:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:56:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:63:12: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:209:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:63:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:70:11: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:210:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:70:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:76:12: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:211:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:76:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:127:11: style: The function 'dof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:217:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:127:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:64:8: style: The function 'exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:77:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:66:16: style: The function 'pull' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:60:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:67:16: style: The function 'push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:72:16: style: The function 'error_push' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:75:8: style: The function 'allocate_external' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:63:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:76:8: style: The function 'allocate_external' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:77:8: style: The function 'allocate_external' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:78:8: style: The function 'allocate_external' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling.h:66:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_datacoupling_mpi.h:78:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel.h:51:3: warning: Member variable 'CfdRegionmodel::liggghts_is_active' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel.h:51:3: warning: Member variable 'CfdRegionmodel::iarg' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel.h:60:7: style: Technically the member function 'LAMMPS_NS::CfdRegionmodel::get_iarg' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel_none.h:53:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel.h:63:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel_none.h:53:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel_none.h:66:16: style: The function 'rm_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cfd_regionmodel_none.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/change_box.cpp:99:3: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
LIGGGHTS-PUBLIC-3.7.0/src/change_box.h:61:3: style: Class 'ChangeBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.h:55:3: style: Class 'Irregular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/citeme.h:57:3: style: Class 'CiteMe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/comm_I.h:157:8: style: Condition 'verbose' is always false [knownConditionTrueFalse]
LIGGGHTS-PUBLIC-3.7.0/src/comm_I.h:126:20: note: Assignment 'verbose=false', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/comm_I.h:157:8: note: Condition 'verbose' is always false
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_I.h:320:13: style: The scope of the variable 'stencil_shift_up_quadrant' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_I.h:321:13: style: The scope of the variable 'stencil_shift_down_quadrant' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:903:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:903:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:903:37: style: The scope of the variable 'nlocal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:904:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:904:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:905:12: style: The scope of the variable 'x' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1030:33: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1031:35: style: The scope of the variable 'nlast' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1245:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1282:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1319:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1357:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1394:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1432:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1468:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1505:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1541:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1578:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1614:13: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1614:21: style: The scope of the variable 'last' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:117:7: style: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:1741:11: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:117:7: note: Technically the member function 'LAMMPS_NS::Comm::read_lines_from_file_universe' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:174:7: style: Technically the member function 'LAMMPS_NS::Comm::updown' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:728:11: note: Technically the member function 'LAMMPS_NS::Comm::updown' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:174:7: note: Technically the member function 'LAMMPS_NS::Comm::updown' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:187:8: style: Technically the member function 'LAMMPS_NS::Comm::use_gran_opt' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/comm_I.h:56:19: note: Technically the member function 'LAMMPS_NS::Comm::use_gran_opt' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:187:8: note: Technically the member function 'LAMMPS_NS::Comm::use_gran_opt' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.h:64:10: style: Technically the member function 'LAMMPS_NS::SortBuffer::sort_set' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.h:67:9: style: Technically the member function 'LAMMPS_NS::SortBuffer::get_sortcol' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:106:17: performance: Technically the member function 'LAMMPS_NS::RegionNeighborList::setBoundingBox_calc_interpolation_stencil' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_I.h:308:46: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::setBoundingBox_calc_interpolation_stencil' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:106:17: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::setBoundingBox_calc_interpolation_stencil' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:113:17: performance: Technically the member function 'LAMMPS_NS::RegionNeighborList::coord2bin_calc_interpolation_weights' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_I.h:584:46: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::coord2bin_calc_interpolation_weights' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:113:17: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::coord2bin_calc_interpolation_weights' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:173:12: style: Technically the member function 'LAMMPS_NS::RegionNeighborList::bin_distance' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_I.h:558:41: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::bin_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:173:12: note: Technically the member function 'LAMMPS_NS::RegionNeighborList::bin_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:85:10: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::max_r_bound' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:109:14: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::n_particletemplates' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:115:14: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::dist_order' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:84:7: style: Technically the member function 'LAMMPS_NS::FixInsert::ins_every' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:182:16: warning: Virtual function 'free_swap' is called from destructor '~Comm()' at line 203. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:203:3: note: Calling free_swap
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:182:16: note: free_swap is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:183:16: warning: Virtual function 'free_multi' is called from destructor '~Comm()' at line 205. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/comm.cpp:205:5: note: Calling free_multi
LIGGGHTS-PUBLIC-3.7.0/src/comm.h:183:16: note: free_multi is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:55:3: style: Class 'ProcMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:87:5: style: Class 'RegionNeighborList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:103:9: style: The function 'getSizeOne' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:70:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:103:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:132:16: style: The function 'mbins' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:64:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:132:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:135:17: style: The function 'getDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:135:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:138:17: style: The function 'getLocalDimensions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:138:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:149:17: style: The function 'getBinSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:149:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:152:17: style: The function 'getOrigin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_neighbor_list.h:152:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:67:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:68:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:70:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:70:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:75:7: style: The function 'max_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:250:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:76:7: style: The function 'min_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:249:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:78:10: style: The function 'min_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:247:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:79:10: style: The function 'max_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:248:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:79:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:81:10: style: The function 'min_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:247:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:83:10: style: The function 'max_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:248:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:83:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:62:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:62:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:64:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:222:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:65:16: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:150:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:67:18: style: The function 'extend_cut_ghost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:251:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:67:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:68:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:69:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:71:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:72:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:74:16: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:76:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:78:18: style: The function 'min_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:247:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:78:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:79:18: style: The function 'max_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:248:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:79:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:81:7: style: The function 'min_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:249:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:82:7: style: The function 'max_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:250:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.cpp:274:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:59:3: style: Class 'Variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:64:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:65:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_atom_molecule.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: warning: The class 'ComputeBondLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:74:11: note: The class 'ComputeBondLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: note: The class 'ComputeBondLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: warning: The class 'ComputeBondLocal' defines member variable with name 'array' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:75:12: note: The class 'ComputeBondLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: note: The class 'ComputeBondLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:64:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_bond_local.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.cpp:137:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::page' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::ipage' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::index' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagesize' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < int >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::page' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::ipage' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::index' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::maxchunk' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagesize' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:92:0: warning: Member variable 'LAMMPS_NS :: MyPage < double >::pagedelta' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:75:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.cpp:262:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:75:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:76:8: performance: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.cpp:307:25: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:76:8: note: Technically the member function 'LAMMPS_NS::ComputeCentroAtom::select2' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_list.h:133:7: style: Technically the member function 'LAMMPS_NS::NeighList::get_maxlocal' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_list.h:126:3: style: Class 'NeighList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.h:138:3: style: Class 'NeighRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:64:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:65:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_centro_atom.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/my_page.h:261:0: error: Common realloc mistake: 'pages' nulled but not freed upon failure [memleakOnRealloc]
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.cpp:223:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:64:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:65:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:66:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:67:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cluster_atom.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:64:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:65:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_cna_atom.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com.h:64:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:64:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_com_molecule.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.cpp:231:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:69:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:70:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:71:16: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:72:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:73:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:74:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_contact_atom.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.cpp:189:0: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.cpp:189:0: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.cpp:189:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.cpp:192:0: style: The scope of the variable 'count' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:70:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:71:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:73:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_coord_atom.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:64:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_displace_atom.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:66:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:69:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:70:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:71:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:72:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:73:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:74:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:75:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:76:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere.h:70:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_multisphere.h:58:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_multisphere.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_multisphere.h:59:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_multisphere.h:59:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_multisphere.h:59:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_multisphere.h:59:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_multisphere.h:59:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:67:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:68:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:69:12: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate.h:69:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:70:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:71:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_erotate_sphere_atom.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.cpp:231:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:64:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:65:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:66:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_group_group.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:64:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:65:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:64:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:65:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_gyration_molecule.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:64:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_inertia_molecule.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke.h:62:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke.h:63:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke.h:63:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:64:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_ke_atom.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd.h:64:16: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.cpp:146:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.cpp:146:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.cpp:146:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:64:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_msd_molecule.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_nparticles_tracer_region.h:62:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_nparticles_tracer_region.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_nparticles_tracer_region.h:63:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_nparticles_tracer_region.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:68:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:69:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:71:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:69:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:70:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:71:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:155:11: warning: Possible null pointer dereference: sendbufElems [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:137:47: note: Assignment 'sendbufElems=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:155:11: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:185:0: warning: Possible null pointer dereference: recvbufElems [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:137:0: note: Assignment 'recvbufElems=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:185:0: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1131:15: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1128:15: note: Variable 'n' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1131:15: note: Variable 'n' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1195:15: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1193:15: note: Variable 'n' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:1195:15: note: Variable 'n' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1089:0: style: Same expression used in consecutive assignments of 'nEdgeList' and 'nEdgeEndPoint'. [duplicateAssignExpression]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1089:0: note: Same expression used in consecutive assignments of 'nEdgeList' and 'nEdgeEndPoint'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1089:0: note: Same expression used in consecutive assignments of 'nEdgeList' and 'nEdgeEndPoint'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:718:11: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:857:22: style: The scope of the variable 'twoneed' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:857:39: style: The scope of the variable 'nlast' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:87:18: style: The scope of the variable 'nrecv_this' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:125:11: style: The scope of the variable 'size_this' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:208:23: style: The scope of the variable 'nrecv_this' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:351:11: style: The scope of the variable 'nsend' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_buffer_I.h:372:11: style: The scope of the variable 'nrecv' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:712:9: style: The scope of the variable 'iGlobal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1089:9: style: The scope of the variable 'idNeigh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1089:18: style: The scope of the variable 'iNeigh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:167:12: style: The scope of the variable 'forces_torques_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:182:12: style: The scope of the variable 'forces_delta_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:174:13: style: The scope of the variable 'n_wall_fixes' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:417:19: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:417:21: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:417:35: style: The scope of the variable 'contactArea' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:418:20: style: The scope of the variable 'xi_w' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:418:28: style: The scope of the variable 'xj_w' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:727:12: style: The scope of the variable 'contactArea' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:102:56: style: Function 'setMeshID' argument 1 names different: declaration '_mesh_id' definition '_id'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:69:36: note: Function 'setMeshID' argument 1 names different: declaration '_mesh_id' definition '_id'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:102:56: note: Function 'setMeshID' argument 1 names different: declaration '_mesh_id' definition '_id'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:246:52: style: Function 'nodesAreEqual' argument 1 names different: declaration 'iSurf' definition 'iElem'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:186:32: note: Function 'nodesAreEqual' argument 1 names different: declaration 'iSurf' definition 'iElem'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:246:52: note: Function 'nodesAreEqual' argument 1 names different: declaration 'iSurf' definition 'iElem'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:246:74: style: Function 'nodesAreEqual' argument 3 names different: declaration 'jSurf' definition 'jElem'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:186:54: note: Function 'nodesAreEqual' argument 3 names different: declaration 'jSurf' definition 'jElem'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_I.h:246:74: note: Function 'nodesAreEqual' argument 3 names different: declaration 'jSurf' definition 'jElem'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:242:66: style: Function 'useAsInsertionMesh' argument 1 names different: declaration 'parallel' definition 'parallelflag'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:77:38: note: Function 'useAsInsertionMesh' argument 1 names different: declaration 'parallel' definition 'parallelflag'.
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel_I.h:242:66: note: Function 'useAsInsertionMesh' argument 1 names different: declaration 'parallel' definition 'parallelflag'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:772:60: style: Function 'areCoplanar' argument 1 names different: declaration 'tag_i' definition 'tag_a'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:80:30: note: Function 'areCoplanar' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:772:60: note: Function 'areCoplanar' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:772:71: style: Function 'areCoplanar' argument 2 names different: declaration 'tag_j' definition 'tag_b'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:80:41: note: Function 'areCoplanar' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:772:71: note: Function 'areCoplanar' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:792:66: style: Function 'areCoplanarNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:82:36: note: Function 'areCoplanarNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:792:66: note: Function 'areCoplanarNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:792:77: style: Function 'areCoplanarNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:82:47: note: Function 'areCoplanarNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:792:77: note: Function 'areCoplanarNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:820:70: style: Function 'areCoplanarNodeNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:81:40: note: Function 'areCoplanarNodeNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:820:70: note: Function 'areCoplanarNodeNeighs' argument 1 names different: declaration 'tag_i' definition 'tag_a'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:820:81: style: Function 'areCoplanarNodeNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:81:51: note: Function 'areCoplanarNodeNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:820:81: note: Function 'areCoplanarNodeNeighs' argument 2 names different: declaration 'tag_j' definition 'tag_b'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:934:58: style: Function 'shareEdge' argument 1 names different: declaration 'i' definition 'iSrf'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:88:28: note: Function 'shareEdge' argument 1 names different: declaration 'i' definition 'iSrf'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:934:58: note: Function 'shareEdge' argument 1 names different: declaration 'i' definition 'iSrf'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:934:68: style: Function 'shareEdge' argument 2 names different: declaration 'j' definition 'jSrf'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:88:35: note: Function 'shareEdge' argument 2 names different: declaration 'j' definition 'jSrf'.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:934:68: note: Function 'shareEdge' argument 2 names different: declaration 'j' definition 'jSrf'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:66:50: style: Function 'resolveTriSphereContactBary' argument 5 names different: declaration 'contactPoint' definition 'delta'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh.h:79:52: note: Function 'resolveTriSphereContactBary' argument 5 names different: declaration 'contactPoint' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:66:50: note: Function 'resolveTriSphereContactBary' argument 5 names different: declaration 'contactPoint' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:66:75: style: Function 'resolveTriSphereContactBary' argument 7 names different: declaration 'barysign' definition 'barySign'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh.h:79:83: note: Function 'resolveTriSphereContactBary' argument 7 names different: declaration 'barysign' definition 'barySign'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:66:75: note: Function 'resolveTriSphereContactBary' argument 7 names different: declaration 'barysign' definition 'barySign'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:287:77: style: Function 'calcDist' argument 3 names different: declaration 'en0' definition 'delta'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh.h:119:67: note: Function 'calcDist' argument 3 names different: declaration 'en0' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_I.h:287:77: note: Function 'calcDist' argument 3 names different: declaration 'en0' definition 'delta'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:51:56: style: Function 'handleContact' argument 1 names different: declaration 'iPart' definition 'iP'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:96:26: note: Function 'handleContact' argument 1 names different: declaration 'iPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:51:56: note: Function 'handleContact' argument 1 names different: declaration 'iPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:51:93: style: Function 'handleContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:96:67: note: Function 'handleContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:51:93: note: Function 'handleContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:113:54: style: Function 'haveContact' argument 1 names different: declaration 'indexPart' definition 'iP'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:133:24: note: Function 'haveContact' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:113:54: note: Function 'haveContact' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:113:91: style: Function 'haveContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:133:69: note: Function 'haveContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:113:91: note: Function 'haveContact' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:133:65: style: Function 'coplanarContactAlready' argument 1 names different: declaration 'indexPart' definition 'iP'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:134:35: note: Function 'coplanarContactAlready' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:133:65: note: Function 'coplanarContactAlready' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:155:70: style: Function 'checkCoplanarContactHistory' argument 1 names different: declaration 'indexPart' definition 'iP'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:135:40: note: Function 'checkCoplanarContactHistory' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:155:70: note: Function 'checkCoplanarContactHistory' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:175:77: style: Function 'addNewTriContactToExistingParticle' argument 1 names different: declaration 'indexPart' definition 'iP'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:136:47: note: Function 'addNewTriContactToExistingParticle' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:175:77: note: Function 'addNewTriContactToExistingParticle' argument 1 names different: declaration 'indexPart' definition 'iP'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:175:115: style: Function 'addNewTriContactToExistingParticle' argument 4 names different: declaration 'intersectflag' definition 'intersect'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:136:92: note: Function 'addNewTriContactToExistingParticle' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:175:115: note: Function 'addNewTriContactToExistingParticle' argument 4 names different: declaration 'intersectflag' definition 'intersect'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:340:45: style: Function 'count_pairs' argument 1 names different: declaration 'nCountWithOverlap' definition 'nCountSurfacesIntersect'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:188:32: note: Function 'count_pairs' argument 1 names different: declaration 'nCountWithOverlap' definition 'nCountSurfacesIntersect'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:340:45: note: Function 'count_pairs' argument 1 names different: declaration 'nCountWithOverlap' definition 'nCountSurfacesIntersect'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:634:52: style: Function 'add_wall_1' argument 2 names different: declaration 'iTri' definition 'idTri'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:75:40: note: Function 'add_wall_1' argument 2 names different: declaration 'iTri' definition 'idTri'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:634:52: note: Function 'add_wall_1' argument 2 names different: declaration 'iTri' definition 'idTri'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:725:144: style: Function 'add_wall_2' argument 10 names different: declaration 'normal_' definition 'normal'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:76:132: note: Function 'add_wall_2' argument 10 names different: declaration 'normal_' definition 'normal'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:725:144: note: Function 'add_wall_2' argument 10 names different: declaration 'normal_' definition 'normal'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:851:46: style: Function 'add_heat_wall' argument 1 names different: declaration 'i' definition 'ip'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.h:77:34: note: Function 'add_heat_wall' argument 1 names different: declaration 'i' definition 'ip'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:851:46: note: Function 'add_heat_wall' argument 1 names different: declaration 'i' definition 'ip'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:365:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pair_gran_local.cpp:718:9: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:111:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/utils.h:102:5: warning: Member variable 'AbstractFactory::styleTable' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/utils.h:102:5: warning: Member variable 'AbstractFactory::variantSelectorTable' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/utils.h:103:22: warning: Member variable 'AbstractFactory::styleTable' is not assigned a value in 'AbstractFactory::operator='. [operatorEqVarError]
LIGGGHTS-PUBLIC-3.7.0/src/utils.h:103:22: warning: Member variable 'AbstractFactory::variantSelectorTable' is not assigned a value in 'AbstractFactory::operator='. [operatorEqVarError]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:78:3: warning: Member variable 'TriangleNeighlist::boundary' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/utils.h:103:22: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:96:21: style: Technically the member function 'LAMMPS_NS::FixMesh::trackPerElementTemp' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:99:14: style: Technically the member function 'LAMMPS_NS::FixMesh::manipulated' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:102:14: style: Technically the member function 'LAMMPS_NS::FixMesh::verbose' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:111:14: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::is_set_store_vel' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:113:14: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::is_set_store_omega' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:140:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::isScaling' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:143:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::isTranslating' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:146:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::isRotating' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:164:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::removeDuplicates' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:244:23: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::precision' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:247:23: style: Technically the member function 'LAMMPS_NS::MultiNodeMesh::minFeatureLength' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:79:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMeshParallel::isInsertionMesh' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:91:20: style: Technically the member function 'LAMMPS_NS::MultiNodeMeshParallel::sizeGlobalOrig' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:94:21: style: Technically the member function 'LAMMPS_NS::MultiNodeMeshParallel::isParallel' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:109:20: style: Technically the member function 'LAMMPS_NS::TrackingMesh::tag_max' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:121:21: style: Technically the member function 'LAMMPS_NS::TrackingMesh::verbose' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:166:14: style: Technically the member function 'LAMMPS_NS::SurfaceMesh::edgeVecsColinear' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:905:44: note: Technically the member function 'LAMMPS_NS::SurfaceMesh::edgeVecsColinear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:166:14: note: Technically the member function 'LAMMPS_NS::SurfaceMesh::edgeVecsColinear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:210:20: style: Technically the member function 'LAMMPS_NS::SurfaceMesh::nBelowAngleSoftLimit' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:213:20: style: Technically the member function 'LAMMPS_NS::SurfaceMesh::nTooManyNeighs' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:214:20: style: Technically the member function 'LAMMPS_NS::SurfaceMesh::nOverlapping' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:97:14: style: Technically the member function 'LAMMPS_NS::FixContactHistory::n_partner' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:100:14: style: Technically the member function 'LAMMPS_NS::FixContactHistory::partner' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:109:14: style: Technically the member function 'LAMMPS_NS::FixContactHistory::get_dnum' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:109:7: style: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:220:37: note: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:109:7: note: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:110:7: style: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh_I.h:240:37: note: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:110:7: note: Technically the member function 'LAMMPS_NS::FixContactHistoryMesh::n_contacts' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:101:14: style: Technically the member function 'LAMMPS_NS::FixContactPropertyAtom::has_partner' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:131:14: style: Technically the member function 'LAMMPS_NS::FixContactPropertyAtom::get_npartners' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:113:9: style: Technically the member function 'LAMMPS_NS::FixNeighlistMesh::getTotalNumContacts' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:118:20: style: Technically the member function 'LAMMPS_NS::FixMeshSurface::atomTypeWall' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:127:21: style: Technically the member function 'LAMMPS_NS::FixMeshSurface::hasNeighList' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:130:21: style: Technically the member function 'LAMMPS_NS::FixMeshSurface::hasOtherNeighList' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:67:3: style: Class 'PairGranProxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh.h:73:9: style: Class 'TriMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:70:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:79:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:71:16: style: The function 'init_granular' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:72:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:89:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:73:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:90:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:73:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:74:16: style: The function 'compute_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:223:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:77:18: style: The function 'stressStrainExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:160:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:77:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:78:16: style: The function 'contact_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:80:19: style: The function 'hashcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.h:95:19: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:80:19: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:60:18: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:59:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:60:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:61:18: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:60:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:61:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:63:9: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:65:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:63:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:64:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:65:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:65:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:66:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:66:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:68:18: style: The function 'cpl_evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:69:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:68:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:72:18: style: The function 'updatePtrs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran.h:72:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.h:72:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:65:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:66:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:69:14: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:69:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:71:14: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:71:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:72:14: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:72:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:73:13: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:73:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:74:14: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:74:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:76:14: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:76:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:77:14: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:77:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:79:14: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:79:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:80:14: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.h:80:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:65:22: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:65:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:66:22: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:66:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:68:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:68:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:69:22: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:66:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:69:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:71:21: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:71:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:72:14: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:72:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:74:14: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:74:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:75:14: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:75:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:77:22: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:77:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:78:22: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:78:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:79:22: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:79:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:81:14: style: The function 'box_extent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:144:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:81:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:83:13: style: The function 'min_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:249:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:83:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:84:13: style: The function 'max_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:250:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:84:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:69:14: style: The function 'setMeshID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:59:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:69:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:71:14: style: The function 'setPrecision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:61:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:71:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:73:14: style: The function 'setMinFeatureLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:63:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:73:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:75:14: style: The function 'setElementExclusionList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:65:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:75:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:77:14: style: The function 'autoRemoveDuplicates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:67:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:77:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:80:22: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:70:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:80:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:83:22: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:73:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:83:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:86:22: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:76:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:86:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:90:14: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:80:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:90:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:94:14: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:94:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:99:14: style: The function 'registerMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:90:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:99:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:100:14: style: The function 'unregisterMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:91:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:100:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:126:14: style: The function 'decideRebuild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:101:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:126:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:134:21: style: The function 'isMoving' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:93:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:134:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:137:20: style: The function 'nMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:94:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:137:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:152:14: style: The function 'node_slow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:98:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:152:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:158:20: style: The function 'numNodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:119:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:158:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:169:21: style: The function 'sizeLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:142:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:169:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:170:21: style: The function 'sizeGhost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:143:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:170:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:171:21: style: The function 'sizeGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:144:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:171:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:208:22: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:87:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:208:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:280:14: style: The function 'storeNodePosOrig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:104:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:280:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:290:26: style: The function 'nodePtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:157:28: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:290:26: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:65:14: style: The function 'initialSetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:106:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:65:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:66:14: style: The function 'pbcExchangeBorders' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:107:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:66:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:67:14: style: The function 'clearReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:108:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:67:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:68:14: style: The function 'forwardComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:110:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:68:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:69:14: style: The function 'forwardComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:109:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:69:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:70:14: style: The function 'reverseComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:112:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:70:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:71:14: style: The function 'reverseComm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:111:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:71:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:73:14: style: The function 'writeRestart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:114:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:73:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:74:14: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:115:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:74:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:76:14: style: The function 'allNodesInsideSimulationBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:117:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:76:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:82:20: style: The function 'sizeLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:169:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:82:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:85:20: style: The function 'sizeGhost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:170:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:85:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:88:20: style: The function 'sizeGlobal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:171:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:88:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:104:22: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:180:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:104:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:107:22: style: The function 'deleteElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:181:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:107:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:111:22: style: The function 'refreshOwned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:183:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:111:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:112:22: style: The function 'refreshGhosts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:184:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:112:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:66:14: style: The function 'clearReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:108:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:66:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:68:14: style: The function 'setVerbose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:130:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:68:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:70:22: style: The function 'buildNeighbours' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:109:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:70:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:72:22: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:72:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:73:22: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:86:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:73:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:75:22: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:80:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:75:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:112:13: style: The function 'id_slow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:128:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:112:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:115:20: style: The function 'id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:97:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:115:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:124:21: style: The function 'check_element_property_consistency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:132:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:124:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:132:22: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:106:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:132:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:133:22: style: The function 'deleteElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:107:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:133:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:135:14: style: The function 'clearGhostForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:123:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:135:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:138:14: style: The function 'resetToOrig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:242:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:138:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:140:14: style: The function 'postInitialSetup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:118:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:140:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:142:22: style: The function 'refreshOwned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:111:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:142:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:143:22: style: The function 'refreshGhosts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:112:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:143:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:145:14: style: The function 'clearMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:121:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:145:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:146:14: style: The function 'generateMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:122:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:146:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:148:22: style: The function 'moveElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:204:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:148:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:150:22: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:208:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:150:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:151:22: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh.h:209:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:151:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:155:20: style: The function 'elemListBufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:127:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:155:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:156:20: style: The function 'pushElemListToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:128:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:156:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:157:20: style: The function 'popElemListFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:129:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:157:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:158:20: style: The function 'pushElemListToBufferReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:130:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:158:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:159:20: style: The function 'popElemListFromBufferReverse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:131:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:159:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:161:20: style: The function 'elemBufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:133:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:161:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:162:20: style: The function 'pushElemToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:134:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:162:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:163:20: style: The function 'popElemFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:135:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:163:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:165:13: style: The function 'meshPropsBufSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:137:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:165:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:166:13: style: The function 'pushMeshPropsToBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:138:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:166:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:167:13: style: The function 'popMeshPropsFromBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:139:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:167:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:77:14: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:132:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:77:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:90:14: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:72:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:90:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:91:14: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:73:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:91:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:92:14: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:75:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:92:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:95:14: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:150:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:95:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:96:14: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:151:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:96:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:98:21: style: The function 'generateRandomOwnedGhost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:77:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:98:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:99:21: style: The function 'generateRandomOwnedGhostWithin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:78:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:99:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:100:21: style: The function 'generateRandomSubbox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:79:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:100:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:109:14: style: The function 'extrudePlanarMesh' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/abstract_mesh.h:134:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:109:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:160:14: style: The function 'deleteElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:133:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:160:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:161:14: style: The function 'qualityCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:114:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:161:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:163:14: style: The function 'buildNeighbours' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:70:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:163:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:183:14: style: The function 'refreshOwned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:142:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:183:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:184:14: style: The function 'refreshGhosts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:143:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh.h:184:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:74:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:75:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:75:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:76:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:77:16: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:150:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:77:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:78:16: style: The function 'setup_pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:151:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:79:16: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:79:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:80:16: style: The function 'min_setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:190:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:81:8: style: The function 'min_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:193:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:83:18: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:83:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:84:16: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:84:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:85:16: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:85:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:86:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:172:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:87:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:88:15: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:88:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:89:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:89:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:90:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:91:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:91:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:92:16: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:92:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:93:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:94:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:94:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:72:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:75:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:72:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:73:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:76:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:75:8: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:77:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:76:8: style: The function 'min_setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:77:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:79:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:79:8: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:80:8: style: The function 'setup_pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:78:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:81:8: style: The function 'min_setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:192:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:82:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:82:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:83:8: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:195:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:83:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:85:8: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:85:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:87:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:87:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:88:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:85:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:88:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:89:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:90:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:92:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:91:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:89:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:92:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:83:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:128:8: style: The function 'allocate_pages' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.h:128:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:70:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:74:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:71:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:75:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:71:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:72:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:76:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:74:8: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:77:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:75:8: style: The function 'min_setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:80:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:76:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:79:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:78:8: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:78:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:79:8: style: The function 'min_setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:192:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:80:16: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:81:8: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:195:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:83:8: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:83:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:85:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:84:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:85:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:86:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:85:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:87:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:88:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:87:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:88:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:208:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:88:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:89:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:209:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:89:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:90:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:92:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:91:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.h:89:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:91:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:88:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:88:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:89:18: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:89:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:90:18: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:90:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:93:18: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:93:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:94:18: style: The function 'min_setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:192:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:94:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:96:18: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:96:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:97:18: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:97:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:98:18: style: The function 'min_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:195:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:98:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:100:18: style: The function 'post_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:164:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.h:100:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:77:22: style: The function 'post_create_pre_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:77:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:78:22: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:65:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:78:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:79:22: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:66:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:79:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:81:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:68:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:81:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:82:22: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:69:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:82:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:84:21: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:71:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:84:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:85:22: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:85:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:87:22: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:87:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:88:22: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:88:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:89:22: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:79:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:89:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:90:22: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:90:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:92:21: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:238:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:92:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:94:24: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:94:24: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:145:14: style: The function 'surfaceVel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:93:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:145:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:177:13: style: The function 'getCreateMeshTriCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:256:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:177:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:180:18: style: The function 'getCreateMeshTriNode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:259:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:180:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom_wall.h:65:10: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.h:92:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom_wall.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:75:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:75:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:76:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:77:16: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:77:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:78:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:79:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:79:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:80:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:82:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:82:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:84:15: style: The function 'min_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:249:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:84:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:85:15: style: The function 'max_type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:250:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:85:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:103:7: style: The function 'add_history_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_interface.h:183:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:103:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:254:16: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:254:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:257:16: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:257:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1357:0: error: Memory leak: offsets_proc [memleak]
LIGGGHTS-PUBLIC-3.7.0/src/surface_mesh_I.h:1357:0: error: Memory leak: n_tris_proc [memleak]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:68:54: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:71:50: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:71:75: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:76:52: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:78:48: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.h:78:73: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/granular_wall.h:69:50: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/granular_wall.h:69:75: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:103:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:103:55: performance: Function parameter 'newtonflag' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:106:44: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:109:40: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.h:109:65: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe.h:64:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.cpp:209:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:64:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:65:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:66:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:67:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pe_atom.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.cpp:285:16: style: The scope of the variable 'vcomponent' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:64:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:65:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:66:8: style: The function 'reset_extra_compute_fix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_pressure.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.cpp:78:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: warning: The class 'ComputePropertyAtom' defines member variable with name 'vector' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:71:11: note: The class 'ComputePropertyAtom' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: note: The class 'ComputePropertyAtom' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: warning: The class 'ComputePropertyAtom' defines member variable with name 'array' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:72:12: note: The class 'ComputePropertyAtom' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: note: The class 'ComputePropertyAtom' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:64:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_atom.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:81:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:641:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:655:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:669:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:683:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:697:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:711:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:711:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:726:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:726:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:741:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:741:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:756:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:756:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:771:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:771:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:786:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:786:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:801:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:801:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:816:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:816:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:831:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:831:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:846:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:846:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:861:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:861:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:876:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:876:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:891:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:891:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:906:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:906:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:921:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:921:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:936:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:936:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.cpp:391:7: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: warning: The class 'ComputePropertyLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:72:11: note: The class 'ComputePropertyLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:65:11: note: The class 'ComputePropertyLocal' defines member variable with name 'vector' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: warning: The class 'ComputePropertyLocal' defines member variable with name 'array' also defined in its parent class 'Compute'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:73:12: note: The class 'ComputePropertyLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:66:12: note: The class 'ComputePropertyLocal' defines member variable with name 'array' also defined in its parent class 'Compute'.
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:64:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:65:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_local.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.cpp:69:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:64:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:65:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_property_molecule.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:65:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:66:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rdf.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:71:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:72:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:73:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:74:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce_region.h:71:10: style: The function 'compute_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:95:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce_region.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce_region.h:72:10: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce.h:96:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce_region.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_reduce_region.cpp:250:10: error: Uninitialized variable: one [uninitvar]
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:61:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:62:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:62:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:63:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:64:8: style: The function 'compute_local' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:65:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_rigid.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:64:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:65:8: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:134:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_slice.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.cpp:132:10: style: The scope of the variable 'onemass' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.cpp:323:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.cpp:352:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:70:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:71:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:72:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:73:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:75:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:76:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_stress_atom.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.cpp:330:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:60:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:61:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:130:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:62:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:62:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:63:8: style: The function 'compute_peratom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:135:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:64:7: style: The function 'pack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:65:8: style: The function 'unpack_reverse_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:66:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:155:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_surface.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:129:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:64:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:131:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:65:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:132:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:66:8: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/compute.h:133:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/compute_temp.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:252:10: style: The scope of the variable 'found' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:115:5: warning: Member variable 'Factory::surface_models' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:115:5: warning: Member variable 'Factory::normal_models' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:115:5: warning: Member variable 'Factory::tangential_models' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:115:5: warning: Member variable 'Factory::cohesion_models' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:115:5: warning: Member variable 'Factory::rolling_models' is not initialized in the constructor. [uninitMemberVarPrivate]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::surfaceModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::normalModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::cohesionModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::tangentialModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::rollingModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::idNormal' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::idTangential' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::idCohesion' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::idRolling' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::idSurface' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:151:5: warning: Member variable 'ContactModel::style_hashcode' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:292:5: warning: Member variable 'ContactModel::surfaceModel' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:104:0: warning: Member variable 'EnumSetting < bool >::current' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:54:0: style: The class 'ValuePropagator < double >' does not have a constructor although it has private member variables. [noConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:54:0: style: The class 'ValuePropagator < bool >' does not have a constructor although it has private member variables. [noConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:237:8: performance: Technically the member function 'Settings::registerOnOff' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:242:8: performance: Technically the member function 'Settings::registerYesNo' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:246:8: performance: Technically the member function 'Settings::registerDoubleSetting' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:52:10: style: Technically the member function 'LIGGGHTS::ContactModels::ContactModelBase::is_wall' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:91:5: performance: Technically the member function 'LIGGGHTS::ContactModels::NormalModel < NORMAL_OFF >::NormalModel' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:87:5: performance: Technically the member function 'LIGGGHTS::ContactModels::TangentialModel < TANGENTIAL_OFF >::TangentialModel' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:87:5: performance: Technically the member function 'LIGGGHTS::ContactModels::RollingModel < ROLLING_OFF >::RollingModel' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:90:5: performance: Technically the member function 'LIGGGHTS::ContactModels::CohesionModel < COHESION_OFF >::CohesionModel' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:160:13: performance: Technically the member function 'LIGGGHTS::ContactModels::ContactModel::hashcode' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:255:10: performance: Technically the member function 'LIGGGHTS::ContactModels::ContactModel::contact_match' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:368:13: style: Technically the member function 'LIGGGHTS::ContactModels::ContactModel::hashcode' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:463:10: style: Technically the member function 'LIGGGHTS::ContactModels::ContactModel::contact_match' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:315:13: style: Class 'ContactModel' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:315:13: style: Class 'ContactModel' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:230:3: style: Class 'Settings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:104:0: style: Class 'EnumSetting < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:104:1: warning: The class 'Factory' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:174:7: style: The function 'parseArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:174:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:180:8: style: The function 'print_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:180:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:78:17: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:78:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:79:17: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:69:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:79:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:81:17: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:81:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:82:17: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:82:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:83:17: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:83:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:84:17: style: The function 'checkSurfaceIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:84:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:85:17: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:85:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:87:17: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:87:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:88:17: style: The function 'tally_pp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:70:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:88:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:89:17: style: The function 'tally_pw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:71:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/surface_model_base.h:89:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:76:17: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:76:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:77:17: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:77:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:78:17: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:78:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:79:17: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:79:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:80:17: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:80:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:81:17: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:81:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:82:17: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:82:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:84:19: style: The function 'stressStrainExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:64:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:84:19: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:92:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:93:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:94:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:94:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:95:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:95:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:96:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:96:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:97:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:97:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:98:17: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:98:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:99:19: style: The function 'stressStrainExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:64:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/normal_model_base.h:99:19: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:75:17: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:75:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:76:17: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:76:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:77:17: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:77:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:78:17: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:78:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:79:17: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:79:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:80:17: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:80:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:88:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:88:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:89:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:89:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:90:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:90:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:91:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:91:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:92:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:93:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:94:17: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tangential_model_base.h:94:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:75:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:75:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:76:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:77:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:77:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:78:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:79:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:79:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:80:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:80:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:88:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:88:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:89:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:89:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:90:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:90:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:91:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:91:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:92:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:93:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:94:17: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/rolling_model_base.h:94:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:76:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:77:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:77:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:78:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:79:10: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:79:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:80:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:80:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:81:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:82:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:82:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:83:10: style: The function 'endSurfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:83:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:91:10: style: The function 'beginPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:67:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:91:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:92:10: style: The function 'endPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:68:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:93:10: style: The function 'connectToProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:94:10: style: The function 'registerSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:61:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:94:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:95:10: style: The function 'postSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:95:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:96:10: style: The function 'surfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:96:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:97:10: style: The function 'surfacesClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:66:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:97:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:98:10: style: The function 'endSurfacesIntersect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/cohesion_model_base.h:98:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:213:10: style: The function 'tally_pp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:55:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:213:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:218:10: style: The function 'tally_pw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:56:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:218:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:421:10: style: The function 'tally_pp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:55:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:421:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:426:10: style: The function 'tally_pw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:56:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:426:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:123:0: style: The function 'parseArguments' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:89:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:123:0: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:138:0: style: The function 'print_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:91:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:138:0: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:82:23: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:159:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:190:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:203:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:237:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:242:34: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:246:42: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:59:46: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_model_base.h:61:47: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:255:42: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:255:67: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:463:42: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/contact_models.h:463:67: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/settings.h:104:0: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:137:16: style: Technically the member function 'LAMMPS_NS::ContainerBase::propertiesSetCorrectly' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.cpp:180:23: note: Technically the member function 'LAMMPS_NS::ContainerBase::propertiesSetCorrectly' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:137:16: note: Technically the member function 'LAMMPS_NS::ContainerBase::propertiesSetCorrectly' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/container_base.cpp:98:9: style: Class 'ContainerBase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/container_base.h:128:3: warning: The class 'ContainerBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
LIGGGHTS-PUBLIC-3.7.0/src/create_atoms.h:67:3: style: Class 'CreateAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/create_box.h:67:3: style: Class 'CreateBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:65:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:66:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:67:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:82:9: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:82:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:83:9: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:83:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:84:9: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:84:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.cpp:52:68: style: Function 'CustomValueTracker' argument 2 names different: declaration '_owner' definition '_ownerMesh'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.h:65:50: note: Function 'CustomValueTracker' argument 2 names different: declaration '_owner' definition '_ownerMesh'.
LIGGGHTS-PUBLIC-3.7.0/src/custom_value_tracker.cpp:52:68: note: Function 'CustomValueTracker' argument 2 names different: declaration '_owner' definition '_ownerMesh'.
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.cpp:347:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.cpp:347:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.cpp:348:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.cpp:348:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.cpp:348:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.h:82:14: performance: Technically the member function 'LAMMPS_NS::DeleteAtoms::sbmask' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/delete_atoms.h:68:3: style: Class 'DeleteAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/delete_bonds.cpp:159:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/delete_bonds.h:61:3: style: Class 'DeleteBonds' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/special.h:55:3: style: Class 'Special' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.cpp:170:10: style: The scope of the variable 'edihedralquarter' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.cpp:197:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:66:3: style: Class 'DihedralHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:68:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:69:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:70:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:73:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:71:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:70:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:72:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:74:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:73:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:75:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:74:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dihedral.h:77:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dihedral_hybrid.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/displace_atoms.h:61:3: style: Class 'DisplaceAtoms' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:914:10: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:153:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:778:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:153:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:154:8: style: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:840:14: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:154:8: note: Technically the member function 'LAMMPS_NS::Domain::minimum_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:155:7: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:901:13: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:155:7: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:156:8: style: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:935:14: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:156:8: note: Technically the member function 'LAMMPS_NS::Domain::closest_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:161:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:1253:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:161:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:162:8: style: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:1276:14: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:162:8: note: Technically the member function 'LAMMPS_NS::Domain::unmap' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:163:8: style: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:1312:14: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:163:8: note: Technically the member function 'LAMMPS_NS::Domain::image_flip' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:171:8: style: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:1566:14: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:171:8: note: Technically the member function 'LAMMPS_NS::Domain::boundary_string' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:177:8: performance: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/domain.cpp:1656:14: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/domain.h:177:8: note: Technically the member function 'LAMMPS_NS::Domain::x2lamda' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:66:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:67:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:68:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:69:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump.cpp:368:27: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:290:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:297:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:306:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:478:12: style: The scope of the variable 'value' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:613:13: style: The scope of the variable 'xbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:613:18: style: The scope of the variable 'ybox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:613:23: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:626:13: style: The scope of the variable 'ybox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:626:18: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:638:13: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:1050:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2009:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2027:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2059:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2076:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2093:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2110:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2115:7: style: The scope of the variable 'xbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2115:12: style: The scope of the variable 'ybox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2115:17: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2131:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2136:7: style: The scope of the variable 'ybox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2136:12: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2151:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2156:7: style: The scope of the variable 'zbox' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2170:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2188:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2206:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2224:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2243:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.cpp:2262:7: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:116:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:116:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:117:16: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:117:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:118:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:118:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:119:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:119:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:120:15: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:142:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:120:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:121:16: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:121:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:122:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:86:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:122:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:128:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:128:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:59:23: warning: Member variable 'DumpDecompositionVTK::header_choice' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:59:23: warning: Member variable 'DumpDecompositionVTK::pack_choice' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:59:23: warning: Member variable 'DumpDecompositionVTK::write_choice' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:78:8: style: Unused private function: 'DumpDecompositionVTK::footer_item' [unusedPrivateFunction]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:78:8: performance: Technically the member function 'LAMMPS_NS::DumpDecompositionVTK::footer_item' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:187:28: note: Technically the member function 'LAMMPS_NS::DumpDecompositionVTK::footer_item' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:78:8: note: Technically the member function 'LAMMPS_NS::DumpDecompositionVTK::footer_item' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:80:3: style: Class 'DumpDecompositionVTK' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.cpp:80:3: style: Class 'DumpDecompositionVTK' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:59:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:69:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:69:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:70:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:71:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:72:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:73:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_decomposition_vtk.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.cpp:254:3: style: Variable 'buf_pos' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:78:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_center' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:81:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_v_av' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:84:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_vol_fr' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:87:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_radius' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:90:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_pressure' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:93:17: style: Technically the member function 'LAMMPS_NS::FixAveEuler::cell_stress' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:98:14: performance: Technically the member function 'LAMMPS_NS::FixAveEuler::ntry_per_cell' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:61:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:67:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:68:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:69:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:69:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:70:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:71:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_euler_vtk.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:65:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:66:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:67:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:68:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:70:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:72:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:799:24: style: Same expression on both sides of '<'. [duplicateExpression]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:799:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:801:24: style: Same expression on both sides of '<'. [duplicateExpression]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:801:24: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:681:19: style: The scope of the variable 'atom1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:681:25: style: The scope of the variable 'atom2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:682:23: style: The scope of the variable 'delx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:682:28: style: The scope of the variable 'dely' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:682:33: style: The scope of the variable 'delz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.cpp:684:10: style: The scope of the variable 'xmid' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/image.h:158:17: performance: Technically the member function 'LAMMPS_NS::Image::saturate' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/image.h:164:17: performance: Technically the member function 'LAMMPS_NS::Image::distance' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:65:7: style: The function 'pack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:80:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:66:8: style: The function 'unpack_comm' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:81:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:101:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:116:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:101:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:102:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:102:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:103:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:78:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:103:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:198:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:205:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:262:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:374:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:69:12: warning: Member variable 'DumpLocal::nmine' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:69:12: warning: Member variable 'DumpLocal::write_choice' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:130:3: style: Class 'DumpLocal' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.cpp:130:3: style: Class 'DumpLocal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:88:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:88:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:89:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:90:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:90:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:91:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:91:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:92:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:92:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:93:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:142:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:94:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_local.h:94:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.cpp:311:12: style: The scope of the variable 'mesh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.cpp:71:14: warning: Member variable 'DumpMeshSTL::n_calls_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet_I.h:83:13: style: Technically the member function 'LAMMPS_NS::RegTetMesh::bary_to_cart' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.cpp:148:7: style: Class 'DumpMeshSTL' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.cpp:148:7: style: Class 'DumpMeshSTL' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:62:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:75:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:76:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:77:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:79:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:80:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_stl.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:65:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:66:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:67:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:69:8: style: The function 'generate_random' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:99:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:70:8: style: The function 'generate_random_shrinkby_cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:105:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:73:8: style: The function 'volume_mc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:117:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.cpp:258:7: style: Class 'DumpMeshVTK' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.cpp:258:7: style: Class 'DumpMeshVTK' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:64:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:114:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:114:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:115:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:115:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:116:7: style: The function 'count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:140:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:116:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:119:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:119:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:120:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_mesh_vtk.h:120:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.cpp:79:8: style: The scope of the variable 'moviecmd' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:63:16: style: The function 'openfile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:137:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:64:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump_image.h:101:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:65:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump_custom.h:128:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_movie.h:65:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:68:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:136:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:69:8: style: The function 'write_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:139:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:70:8: style: The function 'pack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:141:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:71:7: style: The function 'convert_string' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:142:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:72:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:73:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/dump.h:138:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/dump_xyz.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/error_special.h:56:3: style: Class 'SpecialMessages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/error_special.h:120:9: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
LIGGGHTS-PUBLIC-3.7.0/src/error_special.h:126:9: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:130:7: style: Condition 'loopflag' is always true [knownConditionTrueFalse]
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:101:14: note: Assignment 'loopflag=1', assigned value is 1
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:130:7: note: Condition 'loopflag' is always true
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:78:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:79:7: style: The scope of the variable 'histo' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/finish.cpp:759:9: style: The scope of the variable 'nspec' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/finish.h:55:3: style: Class 'Finish' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/timer.h:60:3: style: Class 'Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix.cpp:179:9: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix.cpp:221:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_adapt.cpp:407:16: style: The scope of the variable 'density' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:67:3: style: Class 'PairHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:69:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:70:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:173:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:71:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:174:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:72:8: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:176:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:73:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:178:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:74:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:185:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:75:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:186:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:76:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:166:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:77:8: style: The function 'modify_params' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:78:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:196:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:78:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:80:8: style: The function 'compute_inner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:162:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:81:8: style: The function 'compute_middle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:82:8: style: The function 'compute_outer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:164:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:82:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:83:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:200:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:83:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:84:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:202:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:84:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:70:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:71:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:72:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_addforce.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.cpp:309:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.cpp:309:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:67:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:69:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:70:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:71:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:72:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:73:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:74:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_atom.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.cpp:417:11: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:67:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:68:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:69:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_correlate.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.cpp:530:35: style: Variable 'volume' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:74:7: style: Technically the member function 'LAMMPS_NS::FixAveEuler::ncells_pack' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.cpp:431:18: note: Technically the member function 'LAMMPS_NS::FixAveEuler::ncells_pack' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_euler.h:74:7: note: Technically the member function 'LAMMPS_NS::FixAveEuler::ncells_pack' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.cpp:613:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:67:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:68:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:69:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:70:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_histo.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.cpp:579:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:67:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:68:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:69:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:70:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_spatial.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.cpp:553:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.cpp:679:11: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:66:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:67:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:68:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:69:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:70:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:71:8: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:221:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_ave_time.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:70:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_aveforce.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:472:14: style: The scope of the variable 'scale' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:472:20: style: The scope of the variable 'scalex' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:472:27: style: The scope of the variable 'scaley' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:472:34: style: The scope of the variable 'scalez' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:472:41: style: The scope of the variable 'scalevol' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:122:10: style: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.cpp:917:21: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:122:10: note: Technically the member function 'LAMMPS_NS::FixBoxRelax::compute_strain_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:66:10: style: The function 'min_energy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:198:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:67:8: style: The function 'min_store' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:199:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:68:8: style: The function 'min_clearstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:200:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:69:8: style: The function 'min_pushstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:201:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:70:8: style: The function 'min_popstore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:202:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:71:7: style: The function 'min_reset_ref' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:203:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:72:8: style: The function 'min_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:204:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:73:10: style: The function 'max_alpha' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:205:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:74:7: style: The function 'min_dof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:206:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:76:7: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:238:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:124:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_box_relax.h:124:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:61:13: warning: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:81:7: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:61:13: note: The class 'FixGravity' defines member variable with name 'style' also defined in its parent class 'Fix'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:60:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:60:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:61:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:62:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_base_liggghts.h:66:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:63:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:64:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:65:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:66:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:68:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_buoyancy.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:71:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:72:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:73:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:74:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:75:16: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:75:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:76:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.cpp:112:15: warning: Identical condition '0', second condition is always false [identicalConditionAfterEarlyExit]
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.cpp:94:7: note: first condition
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling.cpp:112:15: note: second condition
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:61:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:62:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:64:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:64:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:65:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:66:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.cpp:109:17: style: Variable 'iarg' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:78:8: style: Technically the member function 'LAMMPS_NS::FixScalarTransportEquation::isImplicit' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:84:14: style: Technically the member function 'LAMMPS_NS::FixScalarTransportEquation::n_every' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:61:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:62:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:64:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:64:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:65:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:66:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_impl.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:64:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:64:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:65:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:66:16: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:67:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:68:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:238:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:68:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:70:16: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:71:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:72:16: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:73:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:73:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:74:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.h:74:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:59:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:60:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:62:16: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:62:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:64:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_convection_species.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:60:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:61:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:64:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:65:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:66:16: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:67:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:60:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:61:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:64:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force.h:66:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:66:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_cfd_coupling_force_implicit.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:282:21: style: The scope of the variable 'mesh_list' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:284:11: style: The scope of the variable 'v_node' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:286:10: style: The scope of the variable 'vmag_sqr_mesh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:326:10: style: The scope of the variable 'hertz_time_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:326:23: style: The scope of the variable 'meff' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.cpp:326:28: style: The scope of the variable 'reff' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:58:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:58:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:59:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:60:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:61:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_gran.h:61:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.cpp:189:0: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.cpp:85:8: style: Variable 'iarg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:58:7: style: Technically the member function 'LAMMPS_NS::FixSph::get_kernel_id' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:64:17: performance: Technically the member function 'LAMMPS_NS::FixSph::interpDist' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:64:8: style: Technically the member function 'LAMMPS_NS::FixCheckTimestepSph::calc_courant_estims' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.cpp:165:27: note: Technically the member function 'LAMMPS_NS::FixCheckTimestepSph::calc_courant_estims' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:64:8: note: Technically the member function 'LAMMPS_NS::FixCheckTimestepSph::calc_courant_estims' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:51:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:51:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:53:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:53:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:54:8: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:148:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:54:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:55:16: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:155:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:55:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:56:16: style: The function 'post_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:185:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:56:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:57:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:57:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:58:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:59:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:60:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_check_timestep_sph.h:60:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.cpp:574:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history.cpp:306:19: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.cpp:324:9: style: The scope of the variable 'nneighs_next' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.cpp:326:13: style: The scope of the variable 'contacthistory_prev' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_history_mesh.cpp:377:9: style: The scope of the variable 'nneighs' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.cpp:240:9: style: The scope of the variable 'nneighs_next' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom.cpp:379:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_contact_property_atom_wall.cpp:117:9: style: The scope of the variable 'nneighs_next' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/primitive_wall.h:129:45: style: Function 'buildNeighList' argument 1 names different: declaration 'neighCutoff' definition 'treshold'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/primitive_wall.h:80:43: note: Function 'buildNeighList' argument 1 names different: declaration 'neighCutoff' definition 'treshold'.
LIGGGHTS-PUBLIC-3.7.0/src/primitive_wall.h:129:45: note: Function 'buildNeighList' argument 1 names different: declaration 'neighCutoff' definition 'treshold'.
LIGGGHTS-PUBLIC-3.7.0/src/primitive_wall.h:65:13: style: Class 'PrimitiveWall' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/primitive_wall.h:65:13: style: Class 'PrimitiveWall' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.cpp:528:108: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.cpp:647:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:71:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:73:9: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:73:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:74:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:76:10: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:155:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_continuum_weighted.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform.cpp:603:9: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform_check.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_deform_check.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.cpp:59:36: style: The scope of the variable 'fpdd' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.cpp:89:36: style: The scope of the variable 'fpdd' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:64:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_diam_max.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:64:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:66:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:67:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_drag.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:66:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:67:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_dt_reset.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:66:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:67:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_efield.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:64:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:65:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:66:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:67:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:68:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_enforce2d.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:65:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:66:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:67:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:68:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:69:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:70:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:71:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:75:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:75:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:76:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:77:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:78:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:79:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_external.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:238:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:238:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:239:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:239:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:239:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.cpp:240:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:68:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:68:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:70:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:71:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:72:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:73:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:74:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:75:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:75:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:76:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_fiber_spring_simple.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:64:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:66:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:67:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_freeze.h:67:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.cpp:333:40: style: Redundant condition: fm. '!fm || (fm && fm->belongs_to(i)<0)' is equivalent to '!fm || fm->belongs_to(i)<0' [redundantCondition]
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.cpp:342:40: style: Redundant condition: fm. '!fm || (fm && fm->belongs_to(i)<0)' is equivalent to '!fm || fm->belongs_to(i)<0' [redundantCondition]
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:78:8: style: Technically the member function 'LAMMPS_NS::FixGravity::get_gravity' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.cpp:417:18: note: Technically the member function 'LAMMPS_NS::FixGravity::get_gravity' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_gravity.h:78:8: note: Technically the member function 'LAMMPS_NS::FixGravity::get_gravity' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:263:17: style: The scope of the variable 'Y' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:263:21: style: The scope of the variable 'nu' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:263:26: style: The scope of the variable 'Y_orig' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:264:10: style: The scope of the variable 'expo' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:264:16: style: The scope of the variable 'Yeff_ij' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:264:25: style: The scope of the variable 'Yeff_orig_ij' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:264:39: style: The scope of the variable 'ratio' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:381:0: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:381:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:382:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:382:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:382:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:383:0: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:385:0: style: The scope of the variable 'contact_flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_heat_gran_conduction.cpp:423:0: style: Variable 'contact_flag' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:999:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:748:27: style: The scope of the variable 'ninserted_spheres_this' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:831:21: style: The scope of the variable 'ngap' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:832:28: style: The scope of the variable 'fraction_local_all_sum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:832:85: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.cpp:832:88: style: The scope of the variable 'rsum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:136:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/probability_distribution.h:58:7: warning: Member variable 'PDF::rand_style_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/probability_distribution.h:76:18: style: Technically the member function 'LMP_PROBABILITY_NS::PDF::rand_style' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:191:8: style: Technically the member function 'LAMMPS_NS::FixTemplateSphere::is_relative' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/probability_distribution.h:58:7: style: Class 'PDF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:179:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:179:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:180:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:180:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:181:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:181:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:182:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:182:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:188:8: style: The function 'use_rad_for_cut_neigh_and_ghost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:246:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:188:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:194:18: style: The function 'min_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:247:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:194:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:195:18: style: The function 'max_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:248:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:195:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.cpp:294:7: style: The scope of the variable 'nbody' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.cpp:295:10: style: The scope of the variable 'x_bound_body' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.cpp:295:27: style: The scope of the variable 'mass_body' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.cpp:295:38: style: The scope of the variable 'density_body' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.cpp:423:9: style: The scope of the variable 'ntry' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:62:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:63:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:63:16: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:67:16: style: The function 'calc_insertion_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:200:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:68:8: style: The function 'init_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:198:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:72:15: style: The function 'calc_ninsert_this' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:203:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:72:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:74:8: style: The function 'x_v_omega' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:212:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:75:10: style: The function 'insertion_fraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:75:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:77:7: style: The function 'is_nearby' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:205:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:79:23: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:206:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:79:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:63:16: style: The function 'calc_insertion_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:67:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:64:15: style: The function 'calc_ninsert_this' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:72:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:64:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:65:15: style: The function 'calc_maxtry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_pack.h:73:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_rate_region.h:65:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:288:15: style: The scope of the variable 'dot' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:288:19: style: The scope of the variable 'extrude_vec' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:288:34: style: The scope of the variable 't1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:288:40: style: The scope of the variable 't2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:497:20: style: The scope of the variable 'boxedgevec' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:497:35: style: The scope of the variable 'dot' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:37: style: Function 'x_v_omega' argument 1 names different: declaration 'ninsert_this' definition 'ninsert_this_local'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:110:22: note: Function 'x_v_omega' argument 1 names different: declaration 'ninsert_this' definition 'ninsert_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:37: note: Function 'x_v_omega' argument 1 names different: declaration 'ninsert_this' definition 'ninsert_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:61: style: Function 'x_v_omega' argument 2 names different: declaration 'ninserted_this' definition 'ninserted_this_local'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:110:40: note: Function 'x_v_omega' argument 2 names different: declaration 'ninserted_this' definition 'ninserted_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:61: note: Function 'x_v_omega' argument 2 names different: declaration 'ninserted_this' definition 'ninserted_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:88: style: Function 'x_v_omega' argument 3 names different: declaration 'ninserted_spheres_this' definition 'ninserted_spheres_this_local'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:111:22: note: Function 'x_v_omega' argument 3 names different: declaration 'ninserted_spheres_this' definition 'ninserted_spheres_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:88: note: Function 'x_v_omega' argument 3 names different: declaration 'ninserted_spheres_this' definition 'ninserted_spheres_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:126: style: Function 'x_v_omega' argument 4 names different: declaration 'mass_inserted_this' definition 'mass_inserted_this_local'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:112:25: note: Function 'x_v_omega' argument 4 names different: declaration 'mass_inserted_this' definition 'mass_inserted_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.cpp:668:126: note: Function 'x_v_omega' argument 4 names different: declaration 'mass_inserted_this' definition 'mass_inserted_this_local'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:87:8: style: Technically the member function 'LAMMPS_NS::FixInsertStream::vel_is_normal_to_face' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:93:8: style: Technically the member function 'LAMMPS_NS::FixInsertStream::templates_saved' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_planar.h:57:9: style: Class 'TriMeshPlanar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:64:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:65:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:67:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:62:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:67:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:68:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:63:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:69:16: style: The function 'setup_pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:70:16: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:69:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:72:16: style: The function 'init_defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:198:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:74:16: style: The function 'reset_timestep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:222:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:101:16: style: The function 'calc_insertion_properties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:200:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:101:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:103:8: style: The function 'pre_insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:202:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:103:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:105:7: style: The function 'is_nearby' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:205:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:105:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:106:23: style: The function 'getBoundingBox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:206:23: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:106:23: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:110:8: style: The function 'x_v_omega' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:212:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:110:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:114:10: style: The function 'insertion_fraction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:114:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:116:16: style: The function 'finalize_insertion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert.h:215:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_insert_stream.h:116:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:75:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:68:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:76:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer.h:69:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:79:8: style: The function 'mark_tracers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:101:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_planar.h:62:13: style: The function 'generateRandomOwnedGhostWithin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh.h:107:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_planar.h:62:13: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:57:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:57:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:59:18: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:59:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:60:18: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:60:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:61:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:61:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:63:18: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lb_coupling_onetoone.h:63:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:69:8: style: Technically the member function 'LAMMPS_NS::FixLineForce::get_dir' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:63:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:64:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:66:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:67:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_lineforce.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.cpp:621:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.cpp:506:29: style: Variable 'orientation' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.cpp:505:0: note: Variable 'orientation' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.cpp:506:29: note: Variable 'orientation' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:64:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:65:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:67:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:68:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:69:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:69:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:71:8: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:155:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:72:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:74:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:75:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:77:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh.h:77:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:79:10: style: Technically the member function 'LAMMPS_NS::FixMassflowMeshSieve::sievePassProbability' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.cpp:298:31: note: Technically the member function 'LAMMPS_NS::FixMassflowMeshSieve::sievePassProbability' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:79:10: note: Technically the member function 'LAMMPS_NS::FixMassflowMeshSieve::sievePassProbability' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:61:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:66:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:68:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:69:8: style: The function 'pre_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:156:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_massflow_mesh_sieve.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:688:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:725:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:741:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:188:17: style: Class 'FixMesh' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:188:17: style: Class 'FixMesh' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:124:22: warning: Virtual function 'moveMesh' is called from constructor 'FixMesh(LAMMPS*lmp,int narg,char**arg)' at line 218. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:218:11: note: Calling moveMesh
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:124:22: note: moveMesh is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:126:22: warning: Virtual function 'rotateMesh' is called from constructor 'FixMesh(LAMMPS*lmp,int narg,char**arg)' at line 229. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:229:11: note: Calling rotateMesh
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:126:22: note: rotateMesh is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:127:22: warning: Virtual function 'scaleMesh' is called from constructor 'FixMesh(LAMMPS*lmp,int narg,char**arg)' at line 236. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.cpp:236:11: note: Calling scaleMesh
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh.h:127:22: note: scaleMesh is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:96:0: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:923:12: style: The scope of the variable 'scp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:285:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:295:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:308:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:358:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:367:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:420:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:431:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:466:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:484:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:511:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:522:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:534:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:541:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:552:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:563:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:1053:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:1096:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.h:233:50: style: Unused private function: 'FixMeshSurface::meshmodule_creator' [unusedPrivateFunction]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:85:21: style: Technically the member function 'LAMMPS_NS::MeshModuleStress::trackWear' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:88:21: style: Technically the member function 'LAMMPS_NS::MeshModuleStress::trackStress' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:94:23: style: Technically the member function 'LAMMPS_NS::MeshModuleStress::f_total' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:106:23: style: Technically the member function 'LAMMPS_NS::MeshModuleStress::torque_total' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:127:17: style: Class 'FixMeshSurface' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_mesh_surface.cpp:127:17: style: Class 'FixMeshSurface' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/vector_container.h:59:0: style: Class 'LAMMPS_NS :: VectorContainer < double , 3 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:65:22: style: The function 'post_create_pre_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:63:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:65:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:66:22: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:64:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:66:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:68:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:65:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:68:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:69:22: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:66:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:69:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:70:21: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:70:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:72:22: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:68:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:72:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:73:22: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:71:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:73:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:75:24: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:73:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:75:24: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:77:22: style: The function 'add_particle_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:74:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:77:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:112:20: style: The function 'get_num_vector_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:83:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.h:112:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:19: style: The scope of the variable 'dx0' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:23: style: The scope of the variable 'dy0' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:149:27: style: The scope of the variable 'dz0' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:224:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:224:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:224:22: style: The scope of the variable 'nj' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:240:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:240:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:257:14: style: The scope of the variable 'nper' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.cpp:257:19: style: The scope of the variable 'ni' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:65:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:66:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:69:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:70:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:71:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:72:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_minimize.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:64:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_momentum.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.cpp:229:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.cpp:226:7: note: outer condition: scaleflag
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.cpp:229:9: note: identical inner condition: scaleflag
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.cpp:878:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:66:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:67:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:68:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:69:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:71:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:72:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:73:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:74:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:75:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:76:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:172:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:76:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:77:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:78:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:78:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:79:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:80:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:81:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:81:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:82:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:82:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:84:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move.h:84:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.cpp:280:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_move_mesh.cpp:223:39: style: The scope of the variable 'v' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:86:21: style: Technically the member function 'LAMMPS_NS::MeshMover::isFirst' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:402:65: style: Function 'get_data_ptr' argument 2 names different: declaration 'j' definition 'jj'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:82:56: note: Function 'get_data_ptr' argument 2 names different: declaration 'j' definition 'jj'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:402:65: note: Function 'get_data_ptr' argument 2 names different: declaration 'j' definition 'jj'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:232:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:233:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:260:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:306:140: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:317:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:324:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:325:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:326:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:368:140: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:374:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:375:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:386:132: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:74:16: style: Technically the member function 'LAMMPS_NS::HistoryData::get_type' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:76:17: style: Technically the member function 'LAMMPS_NS::HistoryData::get_ptr' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:78:15: style: Technically the member function 'LAMMPS_NS::HistoryData::get_offset' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:83:10: style: Technically the member function 'LAMMPS_NS::HistoryData::compute_surfPos' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:415:19: note: Technically the member function 'LAMMPS_NS::HistoryData::compute_surfPos' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:83:10: note: Technically the member function 'LAMMPS_NS::HistoryData::compute_surfPos' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:84:12: style: Technically the member function 'LAMMPS_NS::HistoryData::get_fn' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:454:21: note: Technically the member function 'LAMMPS_NS::HistoryData::get_fn' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:84:12: note: Technically the member function 'LAMMPS_NS::HistoryData::get_fn' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:85:10: style: Technically the member function 'LAMMPS_NS::HistoryData::save_contact_property_atom' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.cpp:462:19: note: Technically the member function 'LAMMPS_NS::HistoryData::save_contact_property_atom' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:85:10: note: Technically the member function 'LAMMPS_NS::HistoryData::save_contact_property_atom' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:92:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:92:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:94:9: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:94:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:95:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:95:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:97:10: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:152:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:97:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:98:10: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multicontact_halfspace.h:98:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.cpp:1314:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.cpp:415:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:101:8: style: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::is_bonded' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:116:15: style: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::all_overlap_none' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:119:15: style: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::all_overlap_atleast_one_slightly' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:74:7: style: Technically the member function 'LAMMPS_NS::FixTemplateMultisphere::type' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:94:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:94:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:95:10: style: The function 'max_r_bound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:196:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:95:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:96:10: style: The function 'max_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:195:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:96:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:97:10: style: The function 'min_rad' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:194:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:97:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:98:7: style: The function 'maxtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:198:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:98:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:99:7: style: The function 'mintype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:199:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:99:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:100:7: style: The function 'number_spheres' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:197:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:100:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:105:16: style: The function 'randomize_single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:203:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:105:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:108:16: style: The function 'init_ptilist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:207:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:108:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:109:8: style: The function 'randomize_ptilist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:209:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:109:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:110:8: style: The function 'direct_set_ptlist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:210:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:110:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:112:16: style: The function 'finalize_insertion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:217:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:112:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:114:24: style: The function 'generate_hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:215:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:114:24: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:60:16: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:94:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:60:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:62:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:65:16: style: The function 'randomize_single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:105:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:68:8: style: The function 'init_ptilist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:108:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:69:8: style: The function 'delete_ptilist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:208:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:70:8: style: The function 'randomize_ptilist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:209:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:72:8: style: The function 'finalize_insertion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:112:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:88:8: style: The function 'print_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:131:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.h:88:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:221:18: style: Condition 'ghostflag==LOOP_ALL' is always true [knownConditionTrueFalse]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:204:21: note: Assignment 'ghostflag=LOOP_ALL', assigned value is 1
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:221:18: note: Condition 'ghostflag==LOOP_ALL' is always true
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:221:18: style: Same expression on both sides of '==' because the value of 'ghostflag' and 'LOOP_ALL' are the same. [duplicateExpression]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:204:21: note: 'ghostflag' is assigned value 'LOOP_ALL' here.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:221:18: note: Same expression on both sides of '==' because the value of 'ghostflag' and 'LOOP_ALL' are the same.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:218:9: style: The scope of the variable 'haveRemovedAtomsDirectSelect' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.cpp:240:9: style: Variable 'haveRemovedAtomsDirectSelect' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:61:12: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:91:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:61:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:62:12: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:62:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:63:12: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:63:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:64:12: style: The function 'calc_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere.h:105:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_break.h:64:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:88:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:105:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:124:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:143:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:144:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:167:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:168:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:256:18: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:279:18: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:333:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:363:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:391:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:417:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:444:18: style: The scope of the variable 'tag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:489:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:489:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:518:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:518:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:545:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:545:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:570:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:570:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:594:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:594:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:57:11: style: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_body' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:85:28: note: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_body' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:57:11: note: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_body' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:59:11: style: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_v_omega' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:118:21: note: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:59:11: note: Technically the member function 'LAMMPS_NS::FixMultisphere::pack_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:66:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_v_omega' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:236:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:66:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:67:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_f_torque' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:254:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_f_torque' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:67:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_f_torque' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:68:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_temp' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:277:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_temp' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:68:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_comm_temp' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:77:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_x_v_omega' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:487:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_x_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:77:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_x_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:78:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_v_omega' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:516:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:78:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_v_omega' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:79:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_image' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:543:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:79:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_image' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:81:12: style: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_temp' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm.cpp:592:22: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_temp' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_multisphere_comm_I.h:81:12: note: Technically the member function 'LAMMPS_NS::FixMultisphere::unpack_reverse_comm_temp' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:9: style: The scope of the variable 'ixMin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:18: style: The scope of the variable 'ixMax' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:27: style: The scope of the variable 'iyMin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:36: style: The scope of the variable 'iyMax' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:45: style: The scope of the variable 'izMin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:364:54: style: The scope of the variable 'izMax' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:370:13: style: The scope of the variable 'shape' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_neighlist_mesh.cpp:494:13: style: Variable 'total' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:64:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:65:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:66:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:67:16: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:68:16: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:69:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:69:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.cpp:123:26: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.cpp:216:25: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:64:8: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:65:8: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:66:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:67:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:68:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:69:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_limit.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:64:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:65:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:66:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_noforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:59:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:59:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:60:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:60:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:61:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:61:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:62:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:62:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:63:16: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:64:16: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:65:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:58:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:58:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:59:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:59:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:60:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:60:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:61:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:61:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:62:16: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sph_stationary.h:62:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.cpp:140:25: style: The scope of the variable 'msq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.cpp:140:29: style: The scope of the variable 'scale' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:69:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:70:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:71:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve.h:66:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_nve_sphere.h:71:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:692:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:333:9: style: The scope of the variable 'parttogen_max_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:422:36: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:423:53: style: The scope of the variable 'rsum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:423:59: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:72:10: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::vol_expect' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:595:41: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::vol_expect' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:72:10: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::vol_expect' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:73:10: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::mass_expect' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:602:41: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::mass_expect' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:73:10: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::mass_expect' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:88:7: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::max_nspheres' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:663:38: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::max_nspheres' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:88:7: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::max_nspheres' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:164:8: style: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::add_hash_value' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.cpp:721:39: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::add_hash_value' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_particledistribution_discrete.h:164:8: note: Technically the member function 'LAMMPS_NS::FixParticledistributionDiscrete::add_hash_value' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:63:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:64:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:66:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:67:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_planeforce.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_print.h:64:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_print.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_print.h:65:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_print.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.cpp:574:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.cpp:255:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.cpp:501:11: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.cpp:544:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.cpp:222:44: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:69:16: style: Technically the member function 'LAMMPS_NS::FixPropertyAtomRegionTracer::n_values' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:63:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:63:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:64:17: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:71:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:64:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:65:10: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:67:20: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom.h:99:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_region_tracer.h:67:20: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.cpp:265:9: style: The scope of the variable 'ipacket' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:83:7: performance: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_data' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.cpp:297:34: note: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_data' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:83:7: note: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_data' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:84:28: performance: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_releasedata_all' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.cpp:313:55: note: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_releasedata_all' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_atom_tracer_stream.h:84:28: note: Technically the member function 'LAMMPS_NS::FixPropertyAtomTracerStream::construct_releasedata_all' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.cpp:232:75: style: Redundant condition: data_style==FIXPROPERTY_GLOBAL_MATRIX. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
LIGGGHTS-PUBLIC-3.7.0/src/fix_property_global.cpp:210:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.cpp:75:11: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:66:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:69:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:70:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:71:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:72:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_read_restart.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.cpp:187:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:60:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:60:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:61:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:63:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:165:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:64:8: style: The function 'restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:167:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_region_variable.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:67:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:68:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:70:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:71:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:72:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:73:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:74:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_respa.h:74:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:822:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:879:12: style: The scope of the variable 'gamma1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:879:19: style: The scope of the variable 'gamma2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:918:10: style: The scope of the variable 'dtfm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1262:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1262:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1262:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1262:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1262:51: style: The scope of the variable 'p' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1428:10: style: The scope of the variable 'ione' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1428:18: style: The scope of the variable 'exone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1428:27: style: The scope of the variable 'eyone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1428:36: style: The scope of the variable 'ezone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1800:7: style: The scope of the variable 'ierror' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2025:18: style: The scope of the variable 'radone' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2123:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2123:19: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2126:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2126:14: style: The scope of the variable 'start' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2126:27: style: The scope of the variable 'buf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1365:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1376:16: style: Variable 'tri' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1513:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1753:30: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:1940:20: style: Unused variable: inertiaatom [unusedVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:99:10: style: Technically the member function 'LAMMPS_NS::FixRigid::extract_ke' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.cpp:2483:18: note: Technically the member function 'LAMMPS_NS::FixRigid::extract_ke' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:99:10: note: Technically the member function 'LAMMPS_NS::FixRigid::extract_ke' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:73:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:73:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:74:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:75:16: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:75:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:76:16: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:154:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:76:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:77:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:77:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:78:16: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:78:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:79:8: style: The function 'initial_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:184:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:79:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:80:8: style: The function 'final_integrate_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:80:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:81:8: style: The function 'write_restart_file' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:166:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:81:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:82:18: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:82:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:83:15: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:238:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:83:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:85:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:85:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:86:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:86:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:87:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:87:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:88:8: style: The function 'set_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:172:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:88:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:89:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:89:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:90:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:90:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:92:8: style: The function 'pre_neighbor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:157:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:92:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:93:7: style: The function 'dof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:217:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:93:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:94:8: style: The function 'deform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:218:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:94:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:95:8: style: The function 'reset_dt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:220:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:95:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:96:8: style: The function 'zero_momentum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:235:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:96:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:97:8: style: The function 'zero_rotation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:236:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:97:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:98:17: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:239:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:98:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:101:10: style: The function 'compute_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:215:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_rigid.h:101:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.cpp:456:13: style: The scope of the variable 'capacity' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.cpp:496:13: style: The scope of the variable 'capacity' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_scalar_transport_equation.cpp:564:12: style: The scope of the variable 'capacity' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:70:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:71:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_setforce.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:80:7: style: Technically the member function 'LAMMPS_NS::PairSph::sph_kernel_id' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:81:7: style: Technically the member function 'LAMMPS_NS::PairSph::returnPairStyle' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:82:10: style: Technically the member function 'LAMMPS_NS::PairSph::returnViscosity' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:90:17: performance: Technically the member function 'LAMMPS_NS::PairSph::interpDist' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:64:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:65:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:173:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:65:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:67:16: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:174:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:67:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:68:16: style: The function 'init_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:176:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:68:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:70:16: style: The function 'init_list' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:177:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:70:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:71:18: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:178:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:71:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:72:16: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:185:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:72:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:73:16: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:186:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:73:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:74:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:74:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:75:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:75:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.cpp:155:0: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:57:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:57:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:58:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:59:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_continuity.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:168:16: style: The scope of the variable 'fixarg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'ii' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'jj' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'inum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:206:0: style: The scope of the variable 'jtype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'delx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'dely' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'delz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:207:0: style: The scope of the variable 'W' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'sli' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'sliInv' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'slj' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'slCom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'slComInv' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'cut' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'imass' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.cpp:208:0: style: The scope of the variable 'jmass' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:59:8: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:143:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:60:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:60:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:61:8: style: The function 'updatePtrs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:52:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:62:8: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:142:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:63:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:63:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:64:16: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_corr.h:64:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.cpp:162:0: style: The scope of the variable 'sliInv' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:58:15: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:58:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:59:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:59:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:60:16: style: The function 'post_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:55:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_density_summation.h:60:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.cpp:114:14: style: Variable 'iarg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:66:10: style: Technically the member function 'LAMMPS_NS::FixSPHPressure::return_rho0' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:64:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph_pressure.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:70:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:71:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:62:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:64:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:65:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:66:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_rg.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:70:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:72:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:72:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:73:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:74:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:75:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:76:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:77:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:77:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:78:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:78:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:79:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:79:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:80:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_spring_self.h:80:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:70:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_force.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:66:8: style: The function 'end_of_step' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:163:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:68:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:241:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:68:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:69:8: style: The function 'grow_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:169:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:70:8: style: The function 'copy_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:170:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:71:7: style: The function 'pack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:176:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:71:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:72:7: style: The function 'unpack_exchange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:177:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:72:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:73:7: style: The function 'pack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:178:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:73:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:74:8: style: The function 'unpack_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:179:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:75:7: style: The function 'size_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:180:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:75:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:76:7: style: The function 'maxsize_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:181:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_store_state.h:76:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.cpp:467:8: style: The scope of the variable 'alreadyChecked' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.cpp:447:56: style: Function 'generate_xtry' argument 1 names different: declaration 'xtry' definition 'x_try'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:137:30: note: Function 'generate_xtry' argument 1 names different: declaration 'xtry' definition 'x_try'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.cpp:447:56: note: Function 'generate_xtry' argument 1 names different: declaration 'xtry' definition 'x_try'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:134:10: style: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::dist_sqr' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.cpp:434:36: note: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::dist_sqr' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multiplespheres.h:134:10: note: Technically the member function 'LAMMPS_NS::FixTemplateMultiplespheres::dist_sqr' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.cpp:295:9: style: The scope of the variable 'type_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.cpp:332:29: style: The scope of the variable 'n_hits' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_multisphere.cpp:384:8: style: The scope of the variable 'alreadyChecked' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:80:16: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert.h:100:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:80:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:81:16: style: The function 'check_near_set_x_v_omega' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert.h:101:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:81:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:82:16: style: The function 'set_x_v_omega' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert.h:106:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:82:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:86:25: style: The function 'scale_pti' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert.h:108:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.h:86:25: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:474:39: warning: Possible null pointer dereference: state_insertion_all_0 [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:464:32: note: Assignment 'state_insertion_all_0=0', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:474:39: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:492:18: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:460:7: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:249:8: style: Technically the member function 'LAMMPS_NS::FixTemplateSphere::add_hash_value' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:533:25: note: Technically the member function 'LAMMPS_NS::FixTemplateSphere::add_hash_value' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:249:8: note: Technically the member function 'LAMMPS_NS::FixTemplateSphere::add_hash_value' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:208:16: warning: Virtual function 'delete_ptilist' is called from destructor '~FixTemplateSphere()' at line 245. Dynamic binding is not used. [virtualCallInConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.cpp:245:22: note: Calling delete_ptilist
LIGGGHTS-PUBLIC-3.7.0/src/fix_template_sphere.h:208:16: note: delete_ptilist is a virtual method
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_viscous.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:65:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:66:16: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:67:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:68:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:69:8: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:158:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:70:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:71:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:72:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:73:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:74:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall.h:74:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.cpp:856:9: style: The scope of the variable 'nTriAll' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran.cpp:1334:42: style: The scope of the variable 'r' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:61:13: warning: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:74:7: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:61:13: note: The class 'FixWallRegion' defines member variable with name 'style' also defined in its parent class 'Fix'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:63:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:64:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:65:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:66:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:67:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:68:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:69:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:70:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:70:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:71:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region.h:71:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.cpp:287:10: style: The scope of the variable 'rinv' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.cpp:287:15: style: The scope of the variable 'frac' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.cpp:287:20: style: The scope of the variable 'frac2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.cpp:86:8: style: Variable 'iarg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:76:7: warning: The class 'FixWallRegionSph' defines member variable with name 'nlevels_respa' also defined in its parent class 'FixSph'. [duplInheritedMember]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:76:7: note: The class 'FixWallRegionSph' defines member variable with name 'nlevels_respa' also defined in its parent class 'FixSph'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_sph.h:76:7: note: The class 'FixWallRegionSph' defines member variable with name 'nlevels_respa' also defined in its parent class 'FixSph'.
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:57:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:57:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:58:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:59:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:60:8: style: The function 'min_setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:153:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:61:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:62:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:63:8: style: The function 'min_post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:196:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:64:10: style: The function 'compute_scalar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:213:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:64:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:65:10: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:214:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_region_sph.h:65:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.cpp:106:8: style: Variable 'iarg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:57:7: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:139:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:57:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:58:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:147:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:59:8: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:149:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:60:8: style: The function 'post_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:159:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:60:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:61:8: style: The function 'post_force_respa' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/fix.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_sph.h:61:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid_overlay.h:61:3: style: Class 'PairHybridOverlay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid_overlay.h:63:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid_overlay.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid_overlay.h:66:8: style: The function 'modify_requests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.h:96:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid_overlay.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:316:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:352:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:380:9: style: The scope of the variable 'jgroup' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:389:18: style: The scope of the variable 'ok' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:437:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:90:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
LIGGGHTS-PUBLIC-3.7.0/src/group.h:97:8: performance: Technically the member function 'LAMMPS_NS::Group::omega' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:1630:13: note: Technically the member function 'LAMMPS_NS::Group::omega' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/group.h:97:8: note: Technically the member function 'LAMMPS_NS::Group::omega' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/group.h:103:7: style: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/group.cpp:521:12: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/group.h:103:7: note: Technically the member function 'LAMMPS_NS::Group::find_unused' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:560:17: style: Boolean variable 'yin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:566:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:572:17: style: Boolean variable 'xin' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
LIGGGHTS-PUBLIC-3.7.0/src/image.h:75:8: performance: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:1027:13: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:75:8: note: Technically the member function 'LAMMPS_NS::Image::write_JPG' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:76:8: performance: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:1059:13: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:76:8: note: Technically the member function 'LAMMPS_NS::Image::write_PNG' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:87:7: style: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:1128:12: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:87:7: note: Technically the member function 'LAMMPS_NS::Image::map_dynamic' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:94:10: performance: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:1651:15: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:94:10: note: Technically the member function 'LAMMPS_NS::Image::element2diam' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:96:7: performance: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/image.cpp:1501:12: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/image.h:96:7: note: Technically the member function 'LAMMPS_NS::Image::default_colors' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/improper.cpp:166:10: style: The scope of the variable 'eimproperquarter' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.cpp:197:11: style: The scope of the variable 'istyle' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:66:3: style: Class 'ImproperHybrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:68:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:70:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:69:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:71:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:70:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:71:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:73:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:72:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:74:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:73:10: style: The function 'memory_usage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/improper.h:76:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/improper_hybrid.h:73:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:991:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:990:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:991:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:992:3: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:991:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/input.cpp:992:3: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/input_mesh_tri.cpp:519:25: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/input_mesh_tri.cpp:536:29: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/input_mesh_tri.cpp:448:75: style: Array index 'i_exclusion_list_' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.cpp:89:83: style: Function 'clmpfile' argument 4 names different: declaration 'nspheres' definition 'nclmps'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.h:57:39: note: Function 'clmpfile' argument 4 names different: declaration 'nspheres' definition 'nclmps'.
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.cpp:89:83: note: Function 'clmpfile' argument 4 names different: declaration 'nspheres' definition 'nclmps'.
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.cpp:178:106: style: Function 'clmpfile' argument 5 names different: declaration 'nspheres' definition 'nclmps'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.h:59:53: note: Function 'clmpfile' argument 5 names different: declaration 'nspheres' definition 'nclmps'.
LIGGGHTS-PUBLIC-3.7.0/src/input_multisphere.cpp:178:106: note: Function 'clmpfile' argument 5 names different: declaration 'nspheres' definition 'nclmps'.
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:793:20: style: Condition 'value>=vec[index]' is always true [knownConditionTrueFalse]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:290:11: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:511:11: style: C-style pointer casting [cstyleCast]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:433:20: style: The scope of the variable 'num_send' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:655:20: style: The scope of the variable 'num_send' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.h:121:7: performance: Technically the member function 'LAMMPS_NS::Irregular::binary' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/irregular.cpp:779:16: note: Technically the member function 'LAMMPS_NS::Irregular::binary' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/irregular.h:121:7: note: Technically the member function 'LAMMPS_NS::Irregular::binary' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:115:8: style: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/kspace.cpp:300:14: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:115:8: note: Technically the member function 'LAMMPS_NS::KSpace::x2lamdaT' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:116:8: style: Technically the member function 'LAMMPS_NS::KSpace::lamda2xT' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/kspace.cpp:320:14: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xT' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:116:8: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xT' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:117:8: style: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/kspace.cpp:340:14: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:117:8: note: Technically the member function 'LAMMPS_NS::KSpace::lamda2xvector' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:118:8: style: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/kspace.cpp:357:14: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/kspace.h:118:8: note: Technically the member function 'LAMMPS_NS::KSpace::kspacebbox' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:755:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:747:0: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:755:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:763:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:755:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:763:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:771:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:763:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:771:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:778:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:771:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:778:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:785:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:778:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:785:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:792:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:785:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:792:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:799:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:792:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:799:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:806:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:799:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:806:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:814:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:806:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:814:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:822:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:814:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:822:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:830:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:822:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:830:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:838:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:830:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:838:3: note: Variable 'pos' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:449:20: style: The scope of the variable 'forces_torques_i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:449:40: style: The scope of the variable 'forces_torques_j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:202:29: style: The scope of the variable 'f_pw' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:838:3: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:320:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:99:9: warning: Member variable 'LAMMPS::cite_enable' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.h:100:8: style: Unused private function: 'LAMMPS::print_style' [unusedPrivateFunction]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:82:15: performance: Technically the member function 'LIGGGHTS::PairStyles::Granular::force_update' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_calculate_energy_wall.h:2:80: performance: Technically the member function 'LAMMPS_NS::FixCalculateWallEnergy::dissipate_energy' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:135:15: performance: Technically the member function 'LIGGGHTS::Walls::Granular::force_update' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:102:3: style: Class 'LAMMPS' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/lammps.cpp:102:3: style: Class 'LAMMPS' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:107:11: style: The function 'hashcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:70:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:107:11: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:110:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:110:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:133:16: style: The function 'init_granular' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:133:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:149:16: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:64:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:149:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:155:16: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:65:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:155:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:173:15: style: The function 'contact_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:71:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:173:15: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:177:7: style: The function 'get_history_offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:68:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:177:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:182:10: style: The function 'stressStrainExponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_pair_style.h:69:20: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:182:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:91:16: style: The function 'init_granular' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_wall.h:63:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:91:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:107:16: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_wall.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:107:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:363:8: style: The function 'contact_match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/granular_wall.h:69:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:363:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:173:47: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:173:72: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_base.h:177:44: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:358:44: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:363:40: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/fix_wall_gran_base.h:363:65: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:197:7: warning: Possible null pointer dereference: orient [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:193:21: note: Assignment 'orient=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:197:7: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:198:7: warning: Possible null pointer dereference: orient [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:193:21: note: Assignment 'orient=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:198:7: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:199:7: warning: Possible null pointer dereference: orient [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:193:21: note: Assignment 'orient=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:199:7: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:64:8: style: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:500:15: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:64:8: note: Technically the member function 'LAMMPS_NS::Lattice::lattice2box' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:65:8: style: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:532:15: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:65:8: note: Technically the member function 'LAMMPS_NS::Lattice::box2lattice' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:81:7: style: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:349:14: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:81:7: note: Technically the member function 'LAMMPS_NS::Lattice::orthogonal' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:82:7: style: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:365:14: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:82:7: note: Technically the member function 'LAMMPS_NS::Lattice::right_handed' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:86:10: performance: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:569:17: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:86:10: note: Technically the member function 'LAMMPS_NS::Lattice::dot' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:87:8: performance: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/lattice.cpp:578:15: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/lattice.h:87:8: note: Technically the member function 'LAMMPS_NS::Lattice::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/library.cpp:329:30: error: Memory leak: dptr [memleak]
LIGGGHTS-PUBLIC-3.7.0/src/library.cpp:334:30: error: Memory leak: dptr [memleak]
LIGGGHTS-PUBLIC-3.7.0/src/library.cpp:339:29: error: Memory leak: dptr [memleak]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:136:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:199:28: style: The scope of the variable 'sm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:75:28: style: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:106:30: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:75:28: note: Function 'mldivide3' argument 1 names different: declaration 'mat' definition 'm'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:75:51: style: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:106:55: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:75:51: note: Function 'mldivide3' argument 2 names different: declaration 'vec' definition 'v'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:540:32: style: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.h:150:34: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:540:32: note: Function 'inertia_ellipsoid' argument 1 names different: declaration 'shape' definition 'radii'.
LIGGGHTS-PUBLIC-3.7.0/src/math_extra.cpp:96:15: style: Array index 'p' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/memory.cpp:62:30: style: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:58:24: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
LIGGGHTS-PUBLIC-3.7.0/src/memory.cpp:62:30: note: Function 'smalloc' argument 1 names different: declaration 'n' definition 'nbytes'.
LIGGGHTS-PUBLIC-3.7.0/src/memory.cpp:86:42: style: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:59:33: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
LIGGGHTS-PUBLIC-3.7.0/src/memory.cpp:86:42: note: Function 'srealloc' argument 2 names different: declaration 'n' definition 'nbytes'.
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:60:8: performance: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/memory.cpp:111:14: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/memory.h:60:8: note: Technically the member function 'LAMMPS_NS::Memory::sfree' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.cpp:59:27: warning: Member variable 'MeshModuleLiquidTransfer::fix_temp_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.cpp:59:27: warning: Member variable 'MeshModuleLiquidTransfer::fix_flux_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:79:16: style: Technically the member function 'LAMMPS_NS::MeshModuleLiquidTransfer::get_wall_thickness' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:63:14: style: The function 'post_create_pre_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:63:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:63:14: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:64:22: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:64:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:64:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:66:22: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:65:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:66:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:67:22: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:66:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:67:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:68:21: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:68:21: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:70:22: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:67:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:70:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:72:22: style: The function 'pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:68:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:72:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:73:22: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:71:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_liquidtransfer.h:73:22: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:12: style: The scope of the variable 'E' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:14: style: The scope of the variable 'c' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:19: style: The scope of the variable 'v_rel' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:28: style: The scope of the variable 'v_rel_mag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:38: style: The scope of the variable 'cos_gamma' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:48: style: The scope of the variable 'sin_gamma' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:279:58: style: The scope of the variable 'sin_2gamma' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:280:31: style: The scope of the variable 'surfNorm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:280:44: style: The scope of the variable 'tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:280:52: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:378:12: style: The scope of the variable 'surfNorm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:378:25: style: The scope of the variable 'invSurfArea' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress.cpp:378:38: style: The scope of the variable 'temp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:690:20: warning: Either the condition 'if(sp_str_)' is redundant or there is possible null pointer dereference: sp_str_. [nullPointerRedundantCheck]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:693:16: note: Assuming that condition 'if(sp_str_)' is not redundant
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:690:20: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:403:12: style: The scope of the variable 'dX' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:403:18: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:454:12: style: The scope of the variable 'dfdt' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:77:24: warning: Member variable 'MeshModuleStressServo::dtf_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:77:24: warning: Member variable 'MeshModuleStressServo::dtv_' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:141:31: performance: Technically the member function 'LAMMPS_NS::MeshModuleStressServo::sgn' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:169:17: style: Class 'MeshModuleStressServo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.cpp:169:17: style: Class 'MeshModuleStressServo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:72:3: style: Class 'ModifiedAndrew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:73:18: style: The function 'post_create_pre_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:63:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:73:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:74:18: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:64:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:74:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:76:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:65:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:77:9: style: The function 'setmask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:77:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:79:18: style: The function 'setup_pre_force' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:67:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:79:18: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:80:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:69:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:80:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:81:10: style: The function 'add_particle_contribution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:74:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:83:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:71:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:83:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:86:12: style: The function 'compute_vector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:73:24: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:86:12: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:88:16: style: The function 'get_num_vector_components' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:83:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:88:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:101:9: style: The function 'modify_param' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module.h:75:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_module_stress_servo.h:101:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.cpp:347:15: style: Variable 'arg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.cpp:125:5: style: Class 'MeshMoverLinearVariable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.cpp:125:5: style: Class 'MeshMoverLinearVariable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:79:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:79:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:80:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:80:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:81:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:82:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:82:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:99:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:99:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:100:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:100:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:101:10: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:79:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:101:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:103:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:103:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:104:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:104:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:123:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:123:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:124:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:124:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:125:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:125:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:126:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:126:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:141:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:141:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:142:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:142:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:143:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:143:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:144:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_linear.h:144:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.cpp:393:15: style: Variable 'arg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.cpp:166:5: style: Class 'MeshMoverRotateVariable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.cpp:166:5: style: Class 'MeshMoverRotateVariable' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:79:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:79:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:80:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:80:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:81:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:81:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:82:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:82:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:99:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:99:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:100:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:100:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:101:10: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:79:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:101:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:103:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:103:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:104:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:104:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:123:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:123:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:124:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:124:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:125:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:125:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:126:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:126:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:142:10: style: The function 'initial_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:83:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:142:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:143:10: style: The function 'final_integrate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:84:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:143:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:144:10: style: The function 'pre_delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:78:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:144:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:145:10: style: The function 'post_create' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover.h:77:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/mesh_mover_rotation.h:145:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:715:7: style: Condition 'eflag_global' is always true [knownConditionTrueFalse]
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:705:22: note: Assignment 'eflag_global=1', assigned value is 1
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:715:7: note: Condition 'eflag_global' is always true
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:742:9: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:743:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:772:9: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:773:11: style: The scope of the variable 'fatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min.h:131:8: style: Technically the member function 'LAMMPS_NS::Min::force_clear' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/min.cpp:572:11: note: Technically the member function 'LAMMPS_NS::Min::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/min.h:131:8: note: Technically the member function 'LAMMPS_NS::Min::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.cpp:76:13: style: The scope of the variable 'fail' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.cpp:76:18: style: The scope of the variable 'ntimestep' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.cpp:77:10: style: The scope of the variable 'beta' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:55:3: style: Class 'MinLineSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.h:61:3: style: Class 'MinCG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:57:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/min.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:57:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:58:8: style: The function 'setup_style' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/min.h:77:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:58:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:59:8: style: The function 'reset_vectors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/min.h:78:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.h:59:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.h:62:7: style: The function 'iterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/min.h:79:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/min_cg.h:62:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:218:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:218:19: style: The scope of the variable 'de' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:219:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:219:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:364:10: style: The scope of the variable 'de_ideal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:364:19: style: The scope of the variable 'de' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:365:10: style: The scope of the variable 'delfh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:365:24: style: The scope of the variable 'relerr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:365:48: style: The scope of the variable 'ff' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:365:51: style: The scope of the variable 'fh' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:365:54: style: The scope of the variable 'alpha0' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:367:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:622:18: style: The scope of the variable 'x0atom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:622:26: style: The scope of the variable 'fatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:628:10: style: The scope of the variable 'fhPrev' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:630:19: style: The scope of the variable 'engPrev' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:631:8: style: The scope of the variable 'backtrack' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:876:26: style: The scope of the variable 'hatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:918:10: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:918:12: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:919:12: style: The scope of the variable 'hatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/min_linesearch.cpp:919:20: style: The scope of the variable 'fatom' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/minimize.h:61:3: style: Class 'Minimize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:85:10: performance: Technically the member function 'LAMMPS_NS::ModifiedAndrew::area' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:186:24: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::area' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:85:10: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::area' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:86:10: performance: Technically the member function 'LAMMPS_NS::ModifiedAndrew::cross' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:210:24: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:86:10: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:88:9: performance: Technically the member function 'LAMMPS_NS::ModifiedAndrew::mean_point' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:218:23: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::mean_point' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:88:9: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::mean_point' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:91:22: performance: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_hull_c_all' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:166:36: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_hull_c_all' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:91:22: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_hull_c_all' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:92:7: performance: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_data' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:149:21: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_data' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.h:92:7: note: Technically the member function 'LAMMPS_NS::ModifiedAndrew::construct_data' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:60:3: style: Class 'ModifiedAndrew' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/modified_andrew.cpp:60:3: style: Class 'ModifiedAndrew' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:634:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:680:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:696:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:727:7: style: The scope of the variable 'itmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:755:15: style: The scope of the variable 'exceptions' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:220:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:1309:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:220:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:222:8: style: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify.cpp:1350:14: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:222:8: note: Technically the member function 'LAMMPS_NS::Modify::list_init_thermo_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify_liggghts.cpp:387:8: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:149:7: style: Technically the member function 'LAMMPS_NS::Modify::n_fixes_property_atom' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify_liggghts.cpp:236:13: note: Technically the member function 'LAMMPS_NS::Modify::n_fixes_property_atom' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:149:7: note: Technically the member function 'LAMMPS_NS::Modify::n_fixes_property_atom' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:158:7: style: Technically the member function 'LAMMPS_NS::Modify::index_first_fix_with_function' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify_liggghts.cpp:362:13: note: Technically the member function 'LAMMPS_NS::Modify::index_first_fix_with_function' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:158:7: note: Technically the member function 'LAMMPS_NS::Modify::index_first_fix_with_function' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:177:7: style: Technically the member function 'LAMMPS_NS::Modify::fix_restart_in_progress' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify_liggghts.cpp:420:13: note: Technically the member function 'LAMMPS_NS::Modify::fix_restart_in_progress' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:177:7: note: Technically the member function 'LAMMPS_NS::Modify::fix_restart_in_progress' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:184:8: style: Technically the member function 'LAMMPS_NS::Modify::forceMeshExchange' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/modify_liggghts.cpp:544:14: note: Technically the member function 'LAMMPS_NS::Modify::forceMeshExchange' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/modify.h:184:8: note: Technically the member function 'LAMMPS_NS::Modify::forceMeshExchange' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:232:9: warning: Possible null pointer dereference: sendbuf [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:215:23: note: Assignment 'sendbuf=0', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:232:9: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:233:9: warning: Possible null pointer dereference: sendbuf [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:215:23: note: Assignment 'sendbuf=0', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:233:9: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:234:9: warning: Possible null pointer dereference: sendbuf [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:215:23: note: Assignment 'sendbuf=0', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:234:9: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:235:9: warning: Possible null pointer dereference: sendbuf [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:215:23: note: Assignment 'sendbuf=0', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:235:9: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:111:9: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:112:10: style: The scope of the variable 'lo' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:112:13: style: The scope of the variable 'hi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:221:25: style: The scope of the variable 'sizeOne' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/multisphere_parallel.cpp:277:16: style: The scope of the variable 'nrecv_this' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:174:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:174:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:175:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:296:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:296:11: style: The scope of the variable 'k' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:297:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:444:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:444:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:444:11: style: The scope of the variable 'k' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:444:13: style: The scope of the variable 'l' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:10: style: The scope of the variable 'dx' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:13: style: The scope of the variable 'dy' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:16: style: The scope of the variable 'dz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:19: style: The scope of the variable 'dxstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:27: style: The scope of the variable 'dystart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_bond.cpp:445:35: style: The scope of the variable 'dzstart' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:63:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:63:17: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:63:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:117:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:117:17: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:117:19: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:119:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:119:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:119:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:188:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:262:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:262:22: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:350:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_derive.cpp:350:19: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:138:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_dummy.h:8:16: note: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:138:8: note: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:139:7: performance: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_dummy.h:5:15: note: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:139:7: note: Technically the member function 'LAMMPS_NS::Neighbor::multi_levels' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:327:8: performance: Technically the member function 'LAMMPS_NS::Neighbor::stencil_gran_multi_3d_no_newton' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_dummy.h:11:16: note: Technically the member function 'LAMMPS_NS::Neighbor::stencil_gran_multi_3d_no_newton' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:327:8: note: Technically the member function 'LAMMPS_NS::Neighbor::stencil_gran_multi_3d_no_newton' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:63:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:63:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:146:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:146:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:147:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:147:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:147:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:239:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:239:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:239:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:240:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:240:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:240:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:329:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:329:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:330:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:330:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:330:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:448:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:448:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:448:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:448:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:449:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:449:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:449:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:450:18: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:451:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_full.cpp:451:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:72:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:73:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:73:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:73:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:74:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:211:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:211:13: style: The scope of the variable 'itag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:212:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:212:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:212:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:213:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:305:15: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:306:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:306:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:306:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:308:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:487:15: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:487:22: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:488:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:488:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:488:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:489:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:651:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:652:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:652:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:652:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:653:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:754:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:754:15: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:755:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:755:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:755:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:756:10: style: The scope of the variable 'radi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_gran.cpp:807:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:64:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:64:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:64:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:65:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:65:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:65:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:158:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:158:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:159:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:159:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:159:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:281:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:281:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:282:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:282:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:282:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:400:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:400:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:400:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:401:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:401:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:401:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_bin.cpp:455:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:65:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:65:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:65:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:65:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:67:18: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:68:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:68:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:164:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:164:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:165:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:165:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:165:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:291:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:291:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:291:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:291:38: style: The scope of the variable 'ns' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:292:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:292:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:292:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:293:18: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:294:11: style: The scope of the variable 'cutsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:294:18: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_multi.cpp:356:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:63:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:63:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:64:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:64:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:64:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:147:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:147:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:148:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:148:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:148:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:250:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:250:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:250:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:251:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:251:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_half_nsq.cpp:251:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_list.cpp:208:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.cpp:198:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.cpp:198:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.h:142:7: style: Technically the member function 'LAMMPS_NS::NeighRequest::same_kind' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.cpp:171:19: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_kind' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.h:142:7: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_kind' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.h:143:7: style: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.cpp:196:19: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_request.h:143:7: note: Technically the member function 'LAMMPS_NS::NeighRequest::same_skip' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:65:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:65:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:65:25: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:66:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:66:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:66:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:208:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:208:13: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:208:25: style: The scope of the variable 'itag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:208:35: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:209:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:209:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:209:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:369:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:369:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:369:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:369:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:370:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:370:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:370:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:522:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:522:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:522:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:523:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:523:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:523:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:716:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:716:15: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:716:27: style: The scope of the variable 'ibin' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:716:32: style: The scope of the variable 'n_inner' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:717:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:717:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:717:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_respa.cpp:798:18: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:232:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:233:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:234:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:235:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:264:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:265:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:266:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:267:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:297:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:298:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:299:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:300:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:330:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:331:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:332:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:333:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:364:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:365:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:366:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:367:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:396:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:397:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:398:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:399:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:509:11: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:510:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:511:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:512:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:541:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:542:14: style: The scope of the variable 'typesq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:543:8: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_stencil.cpp:544:11: style: The scope of the variable 'distsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:345:3: style: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:344:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:345:3: note: Variable 'fixchecklist' is reassigned a value before the old one has been used if variable is no semaphore variable.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:595:9: style: The scope of the variable 'processed' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1388:24: style: The scope of the variable 'delta1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1388:31: style: The scope of the variable 'delta2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1388:38: style: The scope of the variable 'delr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1388:43: style: The scope of the variable 'delrsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/neigh_mlg_dummy.h:9:5: warning: Member variable 'MultiLevelGrid::foo' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:133:7: style: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:2213:15: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:133:7: note: Technically the member function 'LAMMPS_NS::Neighbor::exclude_setting' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:135:7: style: Technically the member function 'LAMMPS_NS::Neighbor::n_neighs' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:2222:15: note: Technically the member function 'LAMMPS_NS::Neighbor::n_neighs' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:135:7: note: Technically the member function 'LAMMPS_NS::Neighbor::n_neighs' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:229:10: style: Technically the member function 'LAMMPS_NS::Neighbor::bin_distance' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1813:18: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:229:10: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:230:10: style: Technically the member function 'LAMMPS_NS::Neighbor::bin_largest_distance' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:1836:18: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_largest_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:230:10: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_largest_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:231:7: style: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:2077:15: note: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:231:7: note: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:232:7: style: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:2112:15: note: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:232:7: note: Technically the member function 'LAMMPS_NS::Neighbor::coord2bin' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:233:8: style: Technically the member function 'LAMMPS_NS::Neighbor::bin_center' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.cpp:2148:16: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_center' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/neighbor.h:233:8: note: Technically the member function 'LAMMPS_NS::Neighbor::bin_center' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/output.cpp:222:7: style: The scope of the variable 'writeflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_restart.h:68:3: style: Class 'WriteRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:125:32: style: Variable 'listgranhistory' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:124:3: note: Variable 'listgranhistory' is reassigned a value before the old one has been used if variable is no semaphore variable.
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:125:32: note: Variable 'listgranhistory' is reassigned a value before the old one has been used if variable is no semaphore variable.
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:456:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:456:16: style: The scope of the variable 'c_tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:456:22: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:603:10: style: The scope of the variable 'f_tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:603:16: style: The scope of the variable 'e_tmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:797:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:797:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:797:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:889:10: style: The scope of the variable 'v' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:937:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:937:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:937:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1031:10: style: The scope of the variable 'evdwlhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1031:20: style: The scope of the variable 'ecoulhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1031:30: style: The scope of the variable 'epairhalf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1031:40: style: The scope of the variable 'v' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1083:10: style: The scope of the variable 'epairthird' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1140:10: style: The scope of the variable 'epairfourth' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1140:22: style: The scope of the variable 'v' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1185:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1557:21: style: The scope of the variable 'nmask' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:139:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:663:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:139:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_energy' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:140:10: style: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:679:14: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:140:10: note: Technically the member function 'LAMMPS_NS::Pair::mix_distance' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:244:15: performance: Technically the member function 'LAMMPS_NS::Pair::potname' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/pair.cpp:1704:19: note: Technically the member function 'LAMMPS_NS::Pair::potname' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:244:15: note: Technically the member function 'LAMMPS_NS::Pair::potname' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.cpp:551:9: style: Variable 'pour_maxrad' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.cpp:549:0: note: Variable 'pour_maxrad' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.cpp:551:9: note: Variable 'pour_maxrad' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran.cpp:714:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.cpp:115:11: warning: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.cpp:139:57: performance: Function parameter 'hname' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.cpp:148:53: performance: Function parameter 'mtype' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_gran_proxy.cpp:148:78: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.cpp:256:12: style: The scope of the variable 'jarg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_hybrid.cpp:446:23: style: The scope of the variable 'used' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:87:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:87:22: style: The scope of the variable 'jnum' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:87:27: style: The scope of the variable 'itype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:88:10: style: The scope of the variable 'xtmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:88:15: style: The scope of the variable 'ytmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.cpp:88:20: style: The scope of the variable 'ztmp' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:63:3: style: Class 'PairSoft' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:66:16: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:161:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:66:16: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:67:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:173:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:68:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:174:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:69:10: style: The function 'init_one' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:178:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:69:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:70:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:185:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:70:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:71:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:186:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:71:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:72:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:187:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:72:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:73:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:188:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:73:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:74:8: style: The function 'write_data' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:189:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:74:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:75:8: style: The function 'write_data_all' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:190:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:75:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:76:10: style: The function 'single' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:166:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:76:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:77:9: style: The function 'extract' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair.h:200:17: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_soft.h:77:9: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.cpp:309:11: style: Variable 'pour_maxrad' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.cpp:307:0: note: Variable 'pour_maxrad' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.cpp:309:11: note: Variable 'pour_maxrad' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.cpp:218:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.cpp:155:8: style: Variable 'iarg' is assigned a value that is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:60:3: style: Class 'PairSphArtviscTenscorr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:62:8: style: The function 'compute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:62:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:63:8: style: The function 'settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:65:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:64:8: style: The function 'coeff' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:67:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:64:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:65:8: style: The function 'init_substyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:69:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:66:8: style: The function 'write_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:72:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:66:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:67:8: style: The function 'read_restart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:73:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:68:8: style: The function 'write_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:74:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:69:8: style: The function 'read_restart_settings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph.h:75:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/pair_sph_artvisc_tenscorr.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::xcm_to_xbound' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::xcm_ins' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::quat_ins' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::ex_space' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::ey_space' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::ez_space' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::inertia' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/particleToInsert_multisphere.cpp:60:30: warning: Member variable 'ParticleToInsertMultisphere::type_ms' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:424:15: style: Public interface of ProcMap is not safe. When calling ProcMap::cart_map(), if parameter ncores is 0 that leads to division by zero. [unsafeClassDivZero]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:322:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:899:10: style: The scope of the variable 'surf' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:78:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:757:14: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:78:7: note: Technically the member function 'LAMMPS_NS::ProcMap::factor' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:79:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:784:14: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:79:7: note: Technically the member function 'LAMMPS_NS::ProcMap::combine_factors' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:80:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:803:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:80:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_2d' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:81:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:819:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:81:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_user' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:82:7: performance: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:841:14: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:82:7: note: Technically the member function 'LAMMPS_NS::ProcMap::cull_other' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:83:7: style: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:868:14: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:83:7: note: Technically the member function 'LAMMPS_NS::ProcMap::best_factors' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:84:8: performance: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:922:15: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.h:84:8: note: Technically the member function 'LAMMPS_NS::ProcMap::grid_shift' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/procmap.cpp:333:18: error: Uninitialized variable: line [uninitvar]
LIGGGHTS-PUBLIC-3.7.0/src/properties.cpp:247:5: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
LIGGGHTS-PUBLIC-3.7.0/src/properties.cpp:242:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/properties.cpp:247:5: note: Variable 'ptr' is reassigned a value before the old one has been used.
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:60:10: style: The scope of the variable 's' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:60:12: style: The scope of the variable 't' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:129:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:129:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:129:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_mars.cpp:129:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:137:9: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:88:16: style: The scope of the variable 'v1' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:88:19: style: The scope of the variable 'v2' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:88:22: style: The scope of the variable 'rsq' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:88:26: style: The scope of the variable 'fac' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.h:61:7: style: Technically the member function 'LAMMPS_NS::RanPark::state' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/random_park.cpp:163:14: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/random_park.h:61:7: note: Technically the member function 'LAMMPS_NS::RanPark::state' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:448:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:676:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:676:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:788:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:788:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:829:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:829:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:864:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:864:16: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:900:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:900:16: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:936:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:936:16: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:972:9: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:972:16: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:1170:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.cpp:1170:14: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_data.h:68:3: style: Class 'ReadData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:370:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:370:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:412:7: style: The scope of the variable 'ifile' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:412:13: style: The scope of the variable 'eofflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:616:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:900:26: style: The scope of the variable 'itag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:123:10: style: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:1177:18: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:123:10: note: Technically the member function 'LAMMPS_NS::ReadDump::xfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:124:10: style: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:1186:18: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:124:10: note: Technically the member function 'LAMMPS_NS::ReadDump::yfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:125:10: style: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:1194:18: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:125:10: note: Technically the member function 'LAMMPS_NS::ReadDump::zfield' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.h:64:3: style: Class 'ReadDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/read_dump.cpp:717:3: warning: Possible leak in public function. The pointer 'fieldtype' is not deallocated before it is allocated. [publicAllocationError]
LIGGGHTS-PUBLIC-3.7.0/src/read_restart.h:62:3: style: Class 'ReadRestart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.cpp:114:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.cpp:348:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:77:7: performance: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.cpp:372:19: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:77:7: note: Technically the member function 'LAMMPS_NS::ReaderNative::find_label' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:61:3: style: Class 'ReaderNative' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:64:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:60:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:65:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:66:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:68:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_native.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.cpp:120:7: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.cpp:197:9: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.cpp:198:7: style: The scope of the variable 'mytype' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:61:3: style: Class 'ReaderXYZ' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:64:7: style: The function 'read_time' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:60:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:65:8: style: The function 'skip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:61:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:66:10: style: The function 'read_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:62:18: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:66:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:68:8: style: The function 'read_atoms' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/reader.h:64:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/reader_xyz.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region.cpp:191:10: style: The scope of the variable 'xs' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region.cpp:191:13: style: The scope of the variable 'ys' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region.cpp:191:16: style: The scope of the variable 'zs' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:148:8: style: Technically the member function 'LAMMPS_NS::Region::rotate' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region.cpp:314:14: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region.h:148:8: note: Technically the member function 'LAMMPS_NS::Region::rotate' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:65:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:66:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:67:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_block.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:75:10: performance: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.cpp:584:17: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:75:10: note: Technically the member function 'LAMMPS_NS::RegCone::closest' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:77:8: performance: Technically the member function 'LAMMPS_NS::RegCone::subtract' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.cpp:602:15: note: Technically the member function 'LAMMPS_NS::RegCone::subtract' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:77:8: note: Technically the member function 'LAMMPS_NS::RegCone::subtract' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:78:10: performance: Technically the member function 'LAMMPS_NS::RegCone::dotproduct' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.cpp:613:17: note: Technically the member function 'LAMMPS_NS::RegCone::dotproduct' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:78:10: note: Technically the member function 'LAMMPS_NS::RegCone::dotproduct' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:63:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:64:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:65:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cone.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:96:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:97:5: note: Found duplicate branches for 'if' and 'else'.
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:96:5: note: Found duplicate branches for 'if' and 'else'.
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:474:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:475:3: note: Found duplicate branches for 'if' and 'else'.
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.cpp:474:3: note: Found duplicate branches for 'if' and 'else'.
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:65:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:65:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:66:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:67:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:68:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:68:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:69:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_cylinder.h:69:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:72:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:72:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:147:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:199:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:199:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:241:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.cpp:241:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:64:7: style: The function 'dynamic_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:83:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:65:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:66:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:67:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:68:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_intersect.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:76:7: style: Technically the member function 'LAMMPS_NS::RegTetMesh::n_tet' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.cpp:644:17: note: Technically the member function 'LAMMPS_NS::RegTetMesh::n_tet' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:76:7: note: Technically the member function 'LAMMPS_NS::RegTetMesh::n_tet' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:77:10: style: Technically the member function 'LAMMPS_NS::RegTetMesh::total_vol' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.cpp:651:20: note: Technically the member function 'LAMMPS_NS::RegTetMesh::total_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:77:10: note: Technically the member function 'LAMMPS_NS::RegTetMesh::total_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:78:10: style: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_vol' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.cpp:658:20: note: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:78:10: note: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:79:10: style: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_acc_vol' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.cpp:665:20: note: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_acc_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:79:10: note: Technically the member function 'LAMMPS_NS::RegTetMesh::tet_acc_vol' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:87:9: performance: Technically the member function 'LAMMPS_NS::RegTetMesh::nodesAreEqual' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.cpp:611:18: note: Technically the member function 'LAMMPS_NS::RegTetMesh::nodesAreEqual' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_mesh_tet.h:87:9: note: Technically the member function 'LAMMPS_NS::RegTetMesh::nodesAreEqual' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:63:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:63:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:64:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:65:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_plane.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:380:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:380:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:380:11: style: The scope of the variable 'k' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:380:13: style: The scope of the variable 'iface' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:382:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:83:10: performance: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:489:18: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:83:10: note: Technically the member function 'LAMMPS_NS::RegPrism::closest' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:85:8: performance: Technically the member function 'LAMMPS_NS::RegPrism::subtract' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:507:16: note: Technically the member function 'LAMMPS_NS::RegPrism::subtract' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:85:8: note: Technically the member function 'LAMMPS_NS::RegPrism::subtract' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:86:8: performance: Technically the member function 'LAMMPS_NS::RegPrism::cross' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:518:16: note: Technically the member function 'LAMMPS_NS::RegPrism::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:86:8: note: Technically the member function 'LAMMPS_NS::RegPrism::cross' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:87:10: performance: Technically the member function 'LAMMPS_NS::RegPrism::dotproduct' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:529:18: note: Technically the member function 'LAMMPS_NS::RegPrism::dotproduct' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:87:10: note: Technically the member function 'LAMMPS_NS::RegPrism::dotproduct' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:88:8: performance: Technically the member function 'LAMMPS_NS::RegPrism::normalize' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.cpp:536:16: note: Technically the member function 'LAMMPS_NS::RegPrism::normalize' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_prism.h:88:8: note: Technically the member function 'LAMMPS_NS::RegPrism::normalize' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:64:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:65:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:66:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:67:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_sphere.h:67:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:73:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:73:9: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:139:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:191:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:191:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:233:21: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.cpp:233:37: style: The scope of the variable 'ncontacts' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:63:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:82:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:63:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:64:7: style: The function 'dynamic_check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:83:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:64:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:65:7: style: The function 'inside' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:124:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:65:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:66:7: style: The function 'surface_interior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:125:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:66:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:67:7: style: The function 'surface_exterior' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:126:15: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:67:7: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:68:8: style: The function 'shape_update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/region.h:127:16: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/region_union.h:68:8: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.cpp:236:12: style: The scope of the variable 'phi' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.cpp:389:10: style: The scope of the variable 'delxyz' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:107:17: performance: Technically the member function 'LAMMPS_NS::RegWedge::snormalize2' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.cpp:509:16: note: Technically the member function 'LAMMPS_NS::RegWedge::snormalize2' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:107:17: note: Technically the member function 'LAMMPS_NS::RegWedge::snormalize2' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:109:10: performance: Technically the member function 'LAMMPS_NS::RegWedge::printProperty' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.cpp:526:16: note: Technically the member function 'LAMMPS_NS::RegWedge::printProperty' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/region_wedge.h:109:10: note: Technically the member function 'LAMMPS_NS::RegWedge::printProperty' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/replicate.h:61:3: style: Class 'Replicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:83:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/respa.cpp:684:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:83:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_f_flevel' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:84:8: style: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/respa.cpp:701:13: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:84:8: note: Technically the member function 'LAMMPS_NS::Respa::copy_flevel_f' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:95:8: style: Technically the member function 'LAMMPS_NS::Respa::force_clear' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/respa.cpp:658:13: note: Technically the member function 'LAMMPS_NS::Respa::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/respa.h:95:8: note: Technically the member function 'LAMMPS_NS::Respa::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/rotate.h:57:8: performance: Technically the member function 'LAMMPS_NS::Rotate::command' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/rotate.h:56:3: style: Class 'Rotate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/run.h:69:3: style: Class 'Run' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/run_time.h:71:3: style: Class 'RunTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/set.cpp:137:16: style: The scope of the variable 'origarg' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::id' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::select' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::style' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ivalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::newtype' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::count' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::index_custom' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ximage' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::yimage' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::zimage' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ximageflag' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::yimageflag' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::zimageflag' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::dvalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::xvalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::yvalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::zvalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::wvalue' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::fraction' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::varflag' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::varflag1' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::varflag2' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::varflag3' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::varflag4' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ivar1' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ivar2' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ivar3' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::ivar4' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::vec1' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::vec2' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::vec3' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::vec4' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::updFix' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::nUpdValues' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::updValues' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: warning: Member variable 'Set::add' is not initialized in the constructor. [uninitMemberVar]
LIGGGHTS-PUBLIC-3.7.0/src/set.h:67:3: style: Class 'Set' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.cpp:377:34: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.cpp:378:58: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.cpp:279:11: style: The scope of the variable 'iproc' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/sort_buffer.cpp:280:12: style: The scope of the variable 'value' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:669:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:669:11: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:669:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:796:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:796:11: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:796:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:907:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:929:7: style: The scope of the variable 'm' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:950:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:950:15: style: The scope of the variable 'num12' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:983:15: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:983:17: style: The scope of the variable 'original' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:983:26: style: The scope of the variable 'num12' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:983:32: style: The scope of the variable 'num13' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1016:13: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1016:15: style: The scope of the variable 'num13' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1047:15: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1047:17: style: The scope of the variable 'num13' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1047:23: style: The scope of the variable 'num14' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1080:11: style: The scope of the variable 'iglobal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1080:19: style: The scope of the variable 'jglobal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1080:27: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1080:34: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1119:11: style: The scope of the variable 'iglobal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1119:19: style: The scope of the variable 'jglobal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1119:27: style: The scope of the variable 'ilocal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/special.cpp:1119:34: style: The scope of the variable 'jlocal' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:241:12: style: The scope of the variable 'pos' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:242:9: style: The scope of the variable 'n_succ' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:242:17: style: The scope of the variable 'n_iter' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:266:12: style: The scope of the variable 'volCheck' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:426:173: style: Function 'rotate' argument 4 names different: declaration 'dDispl' definition 'dDisp'. [funcArgNamesDifferent]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:110:125: note: Function 'rotate' argument 4 names different: declaration 'dDispl' definition 'dDisp'.
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh_I.h:426:173: note: Function 'rotate' argument 4 names different: declaration 'dDispl' definition 'dDisp'.
LIGGGHTS-PUBLIC-3.7.0/src/tet_mesh.h:54:9: style: Class 'TetMesh' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:55:10: style: The function 'addElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/multi_node_mesh_parallel.h:104:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:55:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:57:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:72:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:57:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:58:10: style: The function 'move' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:73:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:58:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:59:10: style: The function 'scale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:75:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:59:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:63:17: style: The function 'generateRandomOwnedGhost' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:77:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:63:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:64:17: style: The function 'generateRandomSubbox' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:79:21: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:64:17: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:91:10: style: The function 'deleteElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:133:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:91:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:93:10: style: The function 'buildNeighbours' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:70:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:93:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:95:10: style: The function 'refreshOwned' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:142:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:95:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:96:10: style: The function 'refreshGhosts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:143:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:96:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:111:10: style: The function 'rotate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LIGGGHTS-PUBLIC-3.7.0/src/tracking_mesh.h:151:22: note: Virtual function in base class
LIGGGHTS-PUBLIC-3.7.0/src/volume_mesh.h:111:10: note: Function in derived class
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:218:9: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:270:7: style: The scope of the variable 'icompute' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:282:7: style: The scope of the variable 'ifix' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:293:7: style: The scope of the variable 'ivariable' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:750:11: style: Variable 'ptr' is modified but its new value is never used. [unreadVariable]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.h:146:8: style: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/thermo.cpp:587:14: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/thermo.h:146:8: note: Technically the member function 'LAMMPS_NS::Thermo::deallocate' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/timer.h:67:10: style: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/timer.cpp:117:15: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/timer.h:67:10: note: Technically the member function 'LAMMPS_NS::Timer::elapsed' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/tri_mesh_planar.cpp:88:9: style: The scope of the variable 'nEdges' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/universe.cpp:146:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/universe.h:82:7: style: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/universe.cpp:237:15: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/universe.h:82:7: note: Technically the member function 'LAMMPS_NS::Universe::consistent' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:794:7: style: The scope of the variable 'n' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:830:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:3657:8: style: The scope of the variable 'onechar' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:3981:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:4012:21: style: The scope of the variable 'nchunk' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:4012:28: style: The scope of the variable 'eof' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:4013:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:65:7: style: Technically the member function 'LAMMPS_NS::Variable::equalstyle' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:723:15: note: Technically the member function 'LAMMPS_NS::Variable::equalstyle' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:65:7: note: Technically the member function 'LAMMPS_NS::Variable::equalstyle' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:66:7: style: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:733:15: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:66:7: note: Technically the member function 'LAMMPS_NS::Variable::atomstyle' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:110:8: performance: Technically the member function 'LAMMPS_NS::Variable::copy' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:792:16: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:110:8: note: Technically the member function 'LAMMPS_NS::Variable::copy' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:123:7: style: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:3469:15: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:123:7: note: Technically the member function 'LAMMPS_NS::Variable::is_atom_vector' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:125:7: performance: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:3563:15: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:125:7: note: Technically the member function 'LAMMPS_NS::Variable::is_constant' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:126:10: performance: Technically the member function 'LAMMPS_NS::Variable::constant' can be static. [functionStatic]
LIGGGHTS-PUBLIC-3.7.0/src/variable.cpp:3574:18: note: Technically the member function 'LAMMPS_NS::Variable::constant' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/variable.h:126:10: note: Technically the member function 'LAMMPS_NS::Variable::constant' can be static.
LIGGGHTS-PUBLIC-3.7.0/src/velocity.h:86:8: style: Technically the member function 'LAMMPS_NS::Velocity::zero_rotation_individual' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/velocity.cpp:654:16: note: Technically the member function 'LAMMPS_NS::Velocity::zero_rotation_individual' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/velocity.h:86:8: note: Technically the member function 'LAMMPS_NS::Velocity::zero_rotation_individual' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/velocity.h:67:3: style: Class 'Velocity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/verlet.cpp:267:7: style: The scope of the variable 'nflag' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/verlet.cpp:401:7: style: The scope of the variable 'i' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:80:8: style: Technically the member function 'LAMMPS_NS::Verlet::force_clear' can be const. [functionConst]
LIGGGHTS-PUBLIC-3.7.0/src/verlet.cpp:399:14: note: Technically the member function 'LAMMPS_NS::Verlet::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/verlet.h:80:8: note: Technically the member function 'LAMMPS_NS::Verlet::force_clear' can be const.
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:472:7: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:525:7: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:566:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:596:7: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:637:9: style: The scope of the variable 'j' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:667:7: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.cpp:720:7: style: The scope of the variable 'index' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_data.h:62:3: style: Class 'WriteData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/write_dump.cpp:99:24: warning: Possible null pointer dereference: dump [nullPointer]
LIGGGHTS-PUBLIC-3.7.0/src/write_dump.cpp:78:16: note: Assignment 'dump=NULL', assigned value is 0
LIGGGHTS-PUBLIC-3.7.0/src/write_dump.cpp:99:24: note: Null pointer dereference
LIGGGHTS-PUBLIC-3.7.0/src/write_dump.h:61:3: style: Class 'WriteDump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LIGGGHTS-PUBLIC-3.7.0/src/write_restart.cpp:132:7: style: The scope of the variable 'iregion' can be reduced. [variableScope]
LIGGGHTS-PUBLIC-3.7.0/src/write_restart.cpp:293:13: style: The scope of the variable 'x' can be reduced. [variableScope]
[02:40]

ftp://ftp.se.debian.org/debian/pool/main/l/light-locker/light-locker_1.8.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lightbeam/lightbeam_2.1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lightcouch/lightcouch_0.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm/lightdm_1.26.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-autologin-greeter/lightdm-autologin-greeter_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-gtk-greeter/lightdm-gtk-greeter_2.0.5.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings_1.2.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-kde/lightdm-kde_0.3.2.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-remote-session-freerdp2/lightdm-remote-session-freerdp2_2.0.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lightdm-remote-session-x2go/lightdm-remote-session-x2go_0.0.2.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lightproof/lightproof_1.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lightsoff/lightsoff_3.28.0.orig.tar.xz
lightsoff-3.28.0/src/board-view.c:179:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:153:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:179:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:452:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:443:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:452:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:474:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:473:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:474:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:492:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:491:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:492:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:606:2: style: Variable '_vala_xx' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:591:0: note: Variable '_vala_xx' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:606:2: note: Variable '_vala_xx' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:611:2: style: Variable '_vala_yy' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:592:0: note: Variable '_vala_yy' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:611:2: note: Variable '_vala_yy' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:723:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:721:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:723:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:739:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:737:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:739:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:950:2: style: Variable 'cleared' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:947:0: note: Variable 'cleared' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:950:2: note: Variable 'cleared' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:956:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:955:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:956:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:974:7: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:973:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:974:7: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1044:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:1043:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1044:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1062:7: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:1061:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1062:7: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1111:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:1110:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1111:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1129:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/board-view.c:1128:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:1129:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/board-view.c:929:20: style: Variable '_tmp28__length1' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/board-view.c:866:20: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/board-view.c:884:21: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/board-view.c:902:21: style: Variable '_tmp17__length1' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/board-view.c:920:21: style: Variable '_tmp23__length1' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/game-view.c:285:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp18_. [nullPointerRedundantCheck]
lightsoff-3.28.0/src/game-view.c:287:3: note: Assuming that condition 'e==NULL' is not redundant
lightsoff-3.28.0/src/game-view.c:284:13: note: Assignment '_tmp18_=e', assigned value is 0
lightsoff-3.28.0/src/game-view.c:285:13: note: Null pointer dereference
lightsoff-3.28.0/src/game-view.c:186:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:157:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:186:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:212:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:188:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:212:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:282:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:279:0: note: Variable 'e' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:282:3: note: Variable 'e' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:375:2: style: Variable 'view' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:365:0: note: Variable 'view' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:375:2: note: Variable 'view' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:381:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:364:0: note: Variable 'result' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:381:2: note: Variable 'result' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:414:3: style: Variable 'actor_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:412:0: note: Variable 'actor_collection' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:414:3: note: Variable 'actor_collection' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:419:4: style: Variable 'actor' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:417:0: note: Variable 'actor' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:419:4: note: Variable 'actor' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:493:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/game-view.c:492:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/game-view.c:493:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff-window.c:170:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff-window.c:141:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff-window.c:170:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:182:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
lightsoff-3.28.0/src/lightsoff.c:184:3: note: Assuming that condition 'e==NULL' is not redundant
lightsoff-3.28.0/src/lightsoff.c:181:12: note: Assignment '_tmp3_=e', assigned value is 0
lightsoff-3.28.0/src/lightsoff.c:182:12: note: Null pointer dereference
lightsoff-3.28.0/src/lightsoff.c:111:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff.c:110:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:111:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:179:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff.c:176:0: note: Variable 'e' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:179:3: note: Variable 'e' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:221:2: style: Variable 'authors' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff.c:196:0: note: Variable 'authors' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:221:2: note: Variable 'authors' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:230:2: style: Variable 'artists' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff.c:202:0: note: Variable 'artists' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:230:2: note: Variable 'artists' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:237:2: style: Variable 'documenters' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/lightsoff.c:208:0: note: Variable 'documenters' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:237:2: note: Variable 'documenters' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/lightsoff.c:223:19: style: Variable '_authors_size_' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/lightsoff.c:232:19: style: Variable '_artists_size_' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/lightsoff.c:239:23: style: Variable '_documenters_size_' is assigned a value that is never used. [unreadVariable]
lightsoff-3.28.0/src/puzzle-generator.c:122:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:91:0: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:122:2: note: Variable 'self' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:130:2: style: Variable 'adj_matrix' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:93:0: note: Variable 'adj_matrix' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:130:2: note: Variable 'adj_matrix' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:138:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:137:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:138:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:158:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:157:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:158:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:178:10: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:177:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:178:10: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:198:13: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:197:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:198:13: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:279:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:278:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:279:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:306:7: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:305:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:306:7: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:347:12: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:346:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:347:12: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:429:11: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:428:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:429:11: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:464:15: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:463:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:464:15: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:543:3: style: Variable 'col_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:541:0: note: Variable 'col_collection' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:543:3: note: Variable 'col_collection' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:560:7: style: Variable '_tmp110_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:559:0: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:560:7: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:609:7: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:608:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:609:7: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:629:9: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:628:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:629:9: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:676:10: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:675:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:676:10: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:753:4: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:752:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:753:4: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:794:4: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:793:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:794:4: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:832:7: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:831:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:832:7: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:897:4: style: Variable '_tmp200_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:896:0: note: Variable '_tmp200_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:897:4: note: Variable '_tmp200_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:970:2: style: Variable 'sol' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:944:0: note: Variable 'sol' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:970:2: note: Variable 'sol' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:978:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:977:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:978:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:998:7: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:997:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:998:7: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:1043:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:1042:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:1043:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:1158:5: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lightsoff-3.28.0/src/puzzle-generator.c:1157:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lightsoff-3.28.0/src/puzzle-generator.c:1158:5: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
[02:40]

ftp://ftp.se.debian.org/debian/pool/main/l/lightspark/lightspark_0.7.2.orig.tar.gz
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:484:11: performance: Technically the member function 'lightspark::FrameContainer::getFramesLoaded' can be static. [functionStatic]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:485:7: performance: Technically the member function 'lightspark::FrameContainer::setFramesLoaded' can be static. [functionStatic]
lightspark-0.7.2/src/scripting/toplevel/ASString.h:38:2: style: Class 'ASString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/Date.h:43:2: style: Class 'Date' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/Math.h:31:2: style: Class 'Math' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/RegExp.h:32:2: style: Class 'RegExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/XML.h:66:2: style: Class 'XML' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:38:2: style: Class 'XMLList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/accessibility/flashaccessibility.h:33:2: style: Class 'AccessibilityProperties' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/accessibility/flashaccessibility.h:41:2: style: Class 'AccessibilityImplementation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/desktop/flashdesktop.h:32:2: style: Class 'NativeApplication' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:63:2: style: Class 'InteractiveObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:100:2: style: Class 'DisplayObjectContainer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:196:2: style: Class 'Graphics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:234:2: style: Class 'Shape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:253:2: style: Class 'MorphShape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:294:2: style: Class 'LoaderInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:353:2: style: Class 'Loader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:388:2: style: Class 'Sprite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:419:2: style: Class 'FrameLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:441:2: style: Class 'Scene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:512:2: style: Class 'MovieClip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:560:2: style: Class 'Stage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:582:2: style: Class 'StageScaleMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:592:2: style: Class 'StageAlign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:602:2: style: Class 'StageQuality' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:609:2: style: Class 'StageDisplayState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:616:2: style: Class 'LineScaleMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:623:2: style: Class 'BlendMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:630:2: style: Class 'GradientType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:637:2: style: Class 'InterpolationMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:644:2: style: Class 'SpreadMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:687:2: style: Class 'AVM1Movie' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:696:2: style: Class 'Shader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:705:2: style: Class 'BitmapDataChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/display/BitmapData.h:43:2: style: Class 'BitmapData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:87:2: style: Class 'EventPhase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:124:2: style: Class 'FocusEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:135:2: style: Class 'FullScreenEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:148:2: style: Class 'NetStatusEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:160:2: style: Class 'HTTPStatusEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:198:2: style: Class 'IOErrorEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:218:2: style: Class 'AsyncErrorEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:233:2: style: Class 'ProgressEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:243:2: style: Class 'TimerEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:257:2: style: Class 'MouseEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:282:2: style: Class 'InvokeEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:331:2: style: Class 'EventDispatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:349:2: style: Class 'StatusEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:445:2: style: Class 'InitFrameEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:478:2: style: Class 'DRMErrorEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:489:2: style: Class 'DRMStatusEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:502:2: style: Class 'StageVideoEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:514:2: style: Class 'StageVideoAvailabilityEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:34:2: style: Class 'BitmapFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:45:2: style: Class 'GlowFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:55:2: style: Class 'DropShadowFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:48:2: style: Class 'URLRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:67:2: style: Class 'URLRequestMethod' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:77:2: style: Class 'URLVariables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:90:2: style: Class 'URLLoaderDataFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:97:2: style: Class 'SharedObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:106:2: style: Class 'ObjectEncoding' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:130:2: style: Class 'URLLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:157:2: style: Class 'Responder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:186:2: style: Class 'NetConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:247:2: style: Class 'NetStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/URLRequestHeader.h:33:2: style: Class 'URLRequestHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/URLStream.h:75:2: style: Class 'URLStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.h:66:2: style: Class 'XMLSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/system/flashsystem.h:37:2: style: Class 'Capabilities' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/system/flashsystem.h:105:2: style: Class 'LoaderContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/system/flashsystem.h:116:2: style: Class 'SecurityDomain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/system/flashsystem.h:126:2: style: Class 'Security' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/system/flashsystem.h:142:2: style: Class 'System' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/sensors/flashsensors.h:35:3: style: Class 'Accelerometer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:40:2: style: Class 'Endian' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:185:2: style: Class 'Timer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:208:2: style: Class 'Dictionary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:233:2: style: Class 'Proxy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/geom/flashgeom.h:32:2: style: Class 'Rectangle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/geom/flashgeom.h:114:2: style: Class 'ColorTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/geom/flashgeom.h:149:2: style: Class 'Matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/geom/flashgeom.h:192:2: style: Class 'Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/geom/flashgeom.h:207:2: style: Class 'Vector3D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/external/ExternalInterface.h:32:2: style: Class 'ExternalInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:52:2: style: Class 'Sound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:65:2: style: Class 'SoundTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:131:2: style: Class 'SoundLoaderContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:139:2: style: Class 'StageVideo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:147:2: style: Class 'StageVideoAvailability' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/media/flashmedia.h:154:2: style: Class 'VideoStatus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/xml/flashxml.h:42:2: style: Class 'XMLNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:35:2: style: Class 'AntiAliasType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:44:2: style: Class 'ASFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:129:2: style: Class 'TextFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:157:2: style: Class 'TextFieldType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:164:2: style: Class 'TextFormatAlign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:171:2: style: Class 'TextFieldAutoSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:180:2: style: Class 'StyleSheet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:201:2: style: Class 'StaticText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:213:2: style: Class 'FontStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:220:2: style: Class 'FontType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:227:2: style: Class 'TextDisplayMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:234:2: style: Class 'TextColorType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtext.h:241:2: style: Class 'GridFitType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:35:2: style: Class 'ContentElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:43:2: style: Class 'ElementFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:51:2: style: Class 'FontDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:59:2: style: Class 'FontWeight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:66:2: style: Class 'TextBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.h:76:2: style: Class 'TextElement' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/ui/Keyboard.h:31:2: style: Class 'Keyboard' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/ui/Keyboard.h:43:2: style: Class 'KeyboardType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/ui/Keyboard.h:50:2: style: Class 'KeyLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:101:17: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:101:17: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:146:17: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:146:17: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:185:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:185:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:231:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:231:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:255:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:255:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:263:7: style: The function 'setTarget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:52:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:263:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:264:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:264:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:357:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:357:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:379:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:379:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:387:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:387:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:403:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:403:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:421:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:421:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:433:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:433:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:446:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:446:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:453:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:453:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:461:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:461:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:471:13: style: The function 'getEventType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:58:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:471:13: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:500:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:500:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:512:9: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:72:17: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:512:9: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:43:22: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:32:24: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:43:22: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:53:28: style: The function 'cloneImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:32:24: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/filters/flashfilters.h:53:28: note: Function in derived class
lightspark-0.7.2/src/scripting/class.h:82:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn]
lightspark-0.7.2/src/asobject.cpp:533:7: warning: Either the condition 'cls?cls->getQualifiedClassName():""' is redundant or there is possible null pointer dereference: cls. [nullPointerRedundantCheck]
lightspark-0.7.2/src/asobject.cpp:536:86: note: Assuming that condition 'cls?cls->getQualifiedClassName():""' is not redundant
lightspark-0.7.2/src/asobject.cpp:533:7: note: Null pointer dereference
lightspark-0.7.2/src/asobject.cpp:774:2: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/asobject.cpp:769:0: note: Variable 'type' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/asobject.cpp:774:2: note: Variable 'type' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/asobject.cpp:1368:11: style: The scope of the variable 'traitsCount' can be reduced. [variableScope]
lightspark-0.7.2/src/asobject.cpp:94:51: style: Function 'getNextEnumerable' argument 1 names different: declaration 'i' definition 'start'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:230:37: note: Function 'getNextEnumerable' argument 1 names different: declaration 'i' definition 'start'.
lightspark-0.7.2/src/asobject.cpp:94:51: note: Function 'getNextEnumerable' argument 1 names different: declaration 'i' definition 'start'.
lightspark-0.7.2/src/asobject.cpp:614:76: style: Function 'variable' argument 4 names different: declaration 'type' definition '_type'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:155:67: note: Function 'variable' argument 4 names different: declaration 'type' definition '_type'.
lightspark-0.7.2/src/asobject.cpp:614:76: note: Function 'variable' argument 4 names different: declaration 'type' definition '_type'.
lightspark-0.7.2/src/asobject.cpp:1219:50: style: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:229:36: note: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1219:50: note: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1235:39: style: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:383:30: note: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1235:39: note: Function 'getValueAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1256:51: style: Function 'getNameAt' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:228:37: note: Function 'getNameAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1256:51: note: Function 'getNameAt' argument 1 names different: declaration 'i' definition 'index'.
lightspark-0.7.2/src/asobject.cpp:1468:49: style: Function 'setprop_prototype' argument 1 names different: declaration 'prototype' definition 'o'. [funcArgNamesDifferent]
lightspark-0.7.2/src/asobject.h:415:40: note: Function 'setprop_prototype' argument 1 names different: declaration 'prototype' definition 'o'.
lightspark-0.7.2/src/asobject.cpp:1468:49: note: Function 'setprop_prototype' argument 1 names different: declaration 'prototype' definition 'o'.
lightspark-0.7.2/src/swftypes.h:686:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lightspark-0.7.2/src/swftypes.h:746:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lightspark-0.7.2/src/asobject.cpp:320:19: warning: Assert statement calls a function which may have desired side effects: 'hasPropertyByMultiname'. [assertWithSideEffect]
lightspark-0.7.2/src/swftypes.h:223:1: style: The class 'u32' does not have a constructor although it has private member variables. [noConstructor]
lightspark-0.7.2/src/scripting/abc.h:108:11: style: Technically the member function 'lightspark::method_info::numOptions' can be const. [functionConst]
lightspark-0.7.2/src/scripting/abc.h:109:11: style: Technically the member function 'lightspark::method_info::numArgs' can be const. [functionConst]
lightspark-0.7.2/src/logger.h:53:2: style: Technically the member function 'Log::operatorbool' can be const. [functionConst]
lightspark-0.7.2/src/tiny_string.h:56:15: style: Technically the member function 'lightspark::CharIterator::operator++' can be const. [functionConst]
lightspark-0.7.2/src/tiny_string.h:105:7: performance: Technically the member function 'lightspark::tiny_string::reportMemoryChange' can be static. [functionStatic]
lightspark-0.7.2/src/memory_support.h:177:14: style: Technically the member function 'lightspark::memory_reporter::operatordelete' can be const. [functionConst]
lightspark-0.7.2/src/memory_support.h:185:14: style: Technically the member function 'lightspark::memory_reporter::operatordelete' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.h:158:2: style: Technically the member function 'lightspark::SI16_FLV::operatorint16_t' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.h:245:7: style: Technically the member function 'lightspark::STRING::operator==' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.h:279:6: style: Technically the member function 'lightspark::STRING::size' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.h:389:2: style: Technically the member function 'lightspark::FLOAT::operatorfloat' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.h:400:2: style: Technically the member function 'lightspark::DOUBLE::operatordouble' can be const. [functionConst]
lightspark-0.7.2/src/asobject.h:232:7: performance: Technically the member function 'lightspark::variables_map::check' can be static. [functionStatic]
lightspark-0.7.2/src/asobject.cpp:1035:21: note: Technically the member function 'lightspark::variables_map::check' can be static.
lightspark-0.7.2/src/asobject.h:232:7: note: Technically the member function 'lightspark::variables_map::check' can be static.
lightspark-0.7.2/src/asobject.h:304:15: warning: Virtual function 'finalize' is called from destructor '~ASObject()' at line 1176. Dynamic binding is not used. [virtualCallInConstructor]
lightspark-0.7.2/src/asobject.cpp:1176:2: note: Calling finalize
lightspark-0.7.2/src/asobject.h:304:15: note: finalize is a virtual method
lightspark-0.7.2/src/logger.h:50:2: style: Class 'Log' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:43:2: style: Class 'LightsparkException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:52:2: style: Class 'RunTimeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:67:2: style: Class 'UnsupportedException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:82:2: style: Class 'ParseException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:97:2: style: Class 'AssertionException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/exceptions.h:121:2: style: Class 'ConfigException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:91:20: style: Class 'Ref' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/tiny_string.h:45:2: style: Class 'CharIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/tiny_string.h:181:2: style: Class 'tiny_string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/tiny_string.h:187:2: style: Class 'tiny_string' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:113:2: style: Class 'UI8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:124:2: style: Class 'UI16_SWF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:135:2: style: Class 'UI16_FLV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:146:2: style: Class 'SI16_SWF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:157:2: style: Class 'SI16_FLV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:208:2: style: Class 'UI32_SWF' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:219:2: style: Class 'UI32_FLV' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:242:2: style: Class 'STRING' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:328:2: style: Struct 'nsNameAndKind' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:364:2: style: Struct 'multiname' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:388:2: style: Class 'FLOAT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:399:2: style: Class 'DOUBLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:434:2: style: Class 'RGB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:436:2: style: Class 'RGB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:647:2: style: Class 'BitStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:842:2: style: Class 'GRADRECORD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:856:2: style: Class 'GRADIENT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:886:2: style: Class 'FILLSTYLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:918:2: style: Class 'LINESTYLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:927:2: style: Class 'LINESTYLE2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:970:2: style: Class 'LINESTYLEARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:980:2: style: Class 'MORPHLINESTYLEARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:989:2: style: Class 'FILLSTYLEARRAY' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:1068:2: style: Class 'TEXTRECORD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:1076:2: style: Class 'SHAPE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:1091:2: style: Class 'SHAPEWITHSTYLE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swftypes.h:1254:2: style: Class 'BUTTONRECORD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/threading.h:65:2: style: Class 'Semaphore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/threading.h:79:2: style: Class 'SemaphoreLighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/threading.h:146:2: style: Class 'BlockingCircularQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/threading.h:213:2: style: Class 'CondTime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/asobject.h:153:2: style: Struct 'variable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/asobject.h:191:2: style: Class 'variables_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/asobject.h:257:2: style: Class 'ASObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/asobject.h:269:2: style: Class 'ASObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/class.h:454:2: style: Class 'Template' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/parsing/amf3_generator.h:59:2: style: Class 'TraitsRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/parsing/amf3_generator.h:80:2: style: Class 'Amf3Deserializer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/memory_support.h:200:0: style: Class 'lightspark :: reporter_allocator < nsNameAndKind >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/memory_support.h:204:0: style: Class 'lightspark :: reporter_allocator < nsNameAndKind >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/memory_support.h:200:0: style: Class 'lightspark :: reporter_allocator < Ref < XML > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/memory_support.h:204:0: style: Class 'lightspark :: reporter_allocator < Ref < XML > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < BitmapContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < BitmapContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < BitmapContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < ASObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < ASObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < ASObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < XML >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < XML >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < XML >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Class < ASObject > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Class < ASObject > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Class < ASObject > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < XMLList >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < XMLList >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < XMLList >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/asobject.h:244:1: warning: The class 'ASObject' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lightspark-0.7.2/src/scripting/toplevel/ASString.h:65:7: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:418:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:65:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:66:11: style: The function 'isLess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:420:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:66:11: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:68:10: style: The function 'toInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:390:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:68:10: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:69:11: style: The function 'toUInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:391:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:69:11: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:72:7: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:438:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:72:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:75:14: style: The function 'toDebugString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:453:22: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/ASString.h:75:14: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/Date.h:108:7: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:438:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/Date.h:108:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:70:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:70:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:106:16: style: The function 'getVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:308:24: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:106:16: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:107:7: style: The function 'hasPropertyByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:364:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:107:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:108:7: style: The function 'setVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:335:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:108:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:110:10: style: The function 'toInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:390:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:110:10: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:118:7: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:418:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:118:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:119:11: style: The function 'nextNameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:426:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:119:11: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:120:15: style: The function 'nextName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:427:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:120:15: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:121:15: style: The function 'nextValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:428:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:121:15: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XML.h:123:7: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:438:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XML.h:123:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:45:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:45:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:79:16: style: The function 'getVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:308:24: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:79:16: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:80:7: style: The function 'setVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:335:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:80:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:81:7: style: The function 'hasPropertyByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:364:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:81:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:89:10: style: The function 'toInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:390:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:89:10: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:90:7: style: The function 'isEqual' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:418:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:90:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:91:11: style: The function 'nextNameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:426:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:91:11: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:92:15: style: The function 'nextName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:427:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:92:15: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:93:15: style: The function 'nextValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:428:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/XMLList.h:93:15: note: Function in derived class
lightspark-0.7.2/src/scripting/class.h:454:17: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/asobject.cpp:1012:29: performance: Function parameter 'namespaces' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/asobject.cpp:1211:3: warning: Either the condition 'n==0' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
lightspark-0.7.2/src/asobject.cpp:1209:7: note: Assuming that condition 'n==0' is not redundant
lightspark-0.7.2/src/asobject.cpp:1211:3: note: Negative array index
lightspark-0.7.2/src/backends/config.cpp:187:0: error: #error No GNASH_PATH defined [preprocessorErrorDirective]
lightspark-0.7.2/src/backends/extscriptobject.cpp:276:13: style: The scope of the variable 'count' can be reduced. [variableScope]
lightspark-0.7.2/src/backends/image.cpp:37:2: style: Struct 'istream_source_mgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/netutils.cpp:465:15: style: Condition 'pos>receivedLength' is always true [knownConditionTrueFalse]
lightspark-0.7.2/src/backends/netutils.cpp:332:49: style: Same expression on both sides of '==' because the value of 'startReceivedLength' and 'receivedLength' are the same. [duplicateExpression]
lightspark-0.7.2/src/backends/netutils.cpp:317:41: note: 'startReceivedLength' is assigned value 'receivedLength' here.
lightspark-0.7.2/src/backends/netutils.cpp:332:49: note: Same expression on both sides of '==' because the value of 'startReceivedLength' and 'receivedLength' are the same.
lightspark-0.7.2/src/backends/netutils.cpp:1172:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lightspark-0.7.2/src/backends/rendering.cpp:451:2: style: Variable 'fs' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/backends/rendering.cpp:450:0: note: Variable 'fs' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/backends/rendering.cpp:451:2: note: Variable 'fs' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/backends/rendering_context.cpp:139:19: style: The scope of the variable 'startY' can be reduced. [variableScope]
lightspark-0.7.2/src/backends/rendering_context.cpp:139:33: style: The scope of the variable 'endY' can be reduced. [variableScope]
lightspark-0.7.2/src/backends/rtmputils.cpp:114:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lightspark-0.7.2/src/backends/security.cpp:689:35: warning: Logical conjunction always evaluates to false: headerStr == "accept-charset" && headerStr == "accept-encoding". [incorrectLogicOperator]
lightspark-0.7.2/src/backends/security.cpp:1398:10: style: The scope of the variable 'dashPos' can be reduced. [variableScope]
lightspark-0.7.2/src/backends/urlutils.cpp:235:5: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lightspark-0.7.2/src/compat.cpp:80:0: error: #error no thread clock available [preprocessorErrorDirective]
lightspark-0.7.2/src/main.cpp:246:0: error: failed to expand 'LOG', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
lightspark-0.7.2/src/swf.h:125:2: warning: Member variable 'ThreadProfile::mutex' is not initialized in the constructor. [uninitMemberVarPrivate]
lightspark-0.7.2/src/swf.h:125:2: warning: Member variable 'ThreadProfile::data' is not initialized in the constructor. [uninitMemberVarPrivate]
lightspark-0.7.2/src/swf.h:125:2: warning: Member variable 'ThreadProfile::len' is not initialized in the constructor. [uninitMemberVarPrivate]
lightspark-0.7.2/src/swf.h:125:2: warning: Member variable 'ThreadProfile::tickCount' is not initialized in the constructor. [uninitMemberVarPrivate]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:484:11: style: Technically the member function 'lightspark::FrameContainer::getFramesLoaded' can be const. [functionConst]
lightspark-0.7.2/src/timer.h:78:2: style: Class 'TimerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < DisplayObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < DisplayObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < DisplayObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Graphics >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Graphics >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Graphics >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < ApplicationDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < ApplicationDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < ApplicationDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < SecurityDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < SecurityDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < SecurityDomain >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < EventDispatcher >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < EventDispatcher >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < EventDispatcher >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Loader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Loader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Loader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < ByteArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < ByteArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < ByteArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < LoaderInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < LoaderInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < LoaderInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Sprite >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Sprite >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Sprite >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < IFunction >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < IFunction >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < IFunction >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < InteractiveObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < InteractiveObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < InteractiveObject >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Stage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Stage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Stage >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < BitmapData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < BitmapData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < BitmapData >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Responder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Responder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Responder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < NetConnection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < NetConnection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < NetConnection >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < SoundTransform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < SoundTransform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < SoundTransform >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < RootMovieClip >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < RootMovieClip >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < RootMovieClip >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Null >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Null >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Null >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Undefined >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Undefined >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Undefined >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Boolean >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Boolean >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Boolean >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Event >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Event >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Event >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < URLRequest >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < URLRequest >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < URLRequest >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < DisplayObjectContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < DisplayObjectContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < DisplayObjectContainer >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Array >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < URLLoader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < URLLoader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < URLLoader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < Class_base >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < Class_base >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < Class_base >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:87:0: style: Class 'lightspark :: Ref < Loader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:91:0: style: Class 'lightspark :: Ref < Loader >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:87:0: style: Class 'lightspark :: Ref < LoaderInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:91:0: style: Class 'lightspark :: Ref < LoaderInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:91:0: style: Class 'lightspark :: Ref < D >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/swf.h:121:1: warning: The class 'ThreadProfile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:182:7: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:108:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:182:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:183:7: style: The function 'threadAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:115:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:183:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:184:7: style: The function 'jobFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:125:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:184:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:225:7: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:108:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:225:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:226:7: style: The function 'threadAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:115:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:226:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:227:7: style: The function 'jobFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:125:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:227:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:229:7: style: The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/timer.h:45:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:229:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:230:7: style: The function 'tickFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/timer.h:49:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/net/flashnet.h:230:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:83:7: style: The function 'hasFinishedLoading' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:523:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:83:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:280:7: style: The function 'tick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/timer.h:45:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:280:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:281:7: style: The function 'tickFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/timer.h:49:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:281:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:156:8: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:108:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:156:8: note: Function in derived class
lightspark-0.7.2/src/swf.h:157:8: style: The function 'threadAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:115:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:157:8: note: Function in derived class
lightspark-0.7.2/src/swf.h:158:8: style: The function 'jobFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:125:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:158:8: note: Function in derived class
lightspark-0.7.2/src/swf.h:450:7: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:108:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:450:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:462:7: style: The function 'threadAbort' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:115:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:462:7: note: Function in derived class
lightspark-0.7.2/src/swf.h:463:7: style: The function 'jobFence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/threading.h:125:15: note: Virtual function in base class
lightspark-0.7.2/src/swf.h:463:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.h:411:47: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/parsing/tags.cpp:358:7: style: The scope of the variable 'tag' can be reduced. [variableScope]
lightspark-0.7.2/src/parsing/textfile.cpp:32:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
lightspark-0.7.2/src/parsing/textfile.cpp:58:8: style: The scope of the variable 'fp' can be reduced. [variableScope]
lightspark-0.7.2/src/plugin/npn_gate.cpp:143:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/plugin/npn_gate.cpp:142:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/plugin/npn_gate.cpp:143:3: note: Variable 'rv' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/plugin/npn_gate.cpp:150:3: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/plugin/npn_gate.cpp:149:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/plugin/npn_gate.cpp:150:3: note: Variable 'rv' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/plugin/npscriptobject.cpp:541:35: style: Redundant condition: rootCallback. '!rootCallback || (rootCallback && callStatusses.size()==1)' is equivalent to '!rootCallback || callStatusses.size()==1' [redundantCondition]
lightspark-0.7.2/src/plugin/plugin.cpp:788:23: style: C-style pointer casting [cstyleCast]
lightspark-0.7.2/src/scripting/abc.cpp:1764:4: style: Variable 'var' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/abc.cpp:1763:0: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc.cpp:1764:4: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc.cpp:1789:4: style: Variable 'var' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/abc.cpp:1788:0: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc.cpp:1789:4: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc.cpp:1813:4: style: Variable 'var' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/abc.cpp:1812:0: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc.cpp:1813:4: note: Variable 'var' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:308:2: style: Variable 'FT' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:279:0: note: Variable 'FT' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:308:2: note: Variable 'FT' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:870:7: style: The scope of the variable 'stop' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:887:16: style: The scope of the variable 'local_ip' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:2002:6: style: The scope of the variable 'local_ip' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/abc_codesynt.cpp:864:2: style: Struct 'BuilderWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/abcutils.h:69:7: style: Technically the member function 'lightspark::call_context::runtime_stack_push' can be const. [functionConst]
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1392:2: warning: Possible null pointer dereference: ret [nullPointer]
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1367:16: note: Assignment 'ret=NULL', assigned value is 0
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1392:2: note: Null pointer dereference
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1428:2: warning: Possible null pointer dereference: ret [nullPointer]
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1402:16: note: Assignment 'ret=NULL', assigned value is 0
lightspark-0.7.2/src/scripting/abc_opcodes.cpp:1428:2: note: Null pointer dereference
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:284:10: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:636:5: style: Variable 'predBlock->realEnd' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:629:5: note: Variable 'predBlock->realEnd' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:636:5: note: Variable 'predBlock->realEnd' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:223:35: style: Function 'earlyBindGetLex' argument 5 names different: declaration 'name_index' definition 'nameIndex'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/abc.h:458:82: note: Function 'earlyBindGetLex' argument 5 names different: declaration 'name_index' definition 'nameIndex'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:223:35: note: Function 'earlyBindGetLex' argument 5 names different: declaration 'name_index' definition 'nameIndex'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:277:38: style: Function 'writeInt32' argument 1 names different: declaration 'out' definition 'o'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/abc.h:453:39: note: Function 'writeInt32' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:277:38: note: Function 'writeInt32' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:282:39: style: Function 'writeDouble' argument 1 names different: declaration 'out' definition 'o'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/abc.h:454:40: note: Function 'writeDouble' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:282:39: note: Function 'writeDouble' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:287:36: style: Function 'writePtr' argument 1 names different: declaration 'out' definition 'o'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/abc.h:455:37: note: Function 'writePtr' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:287:36: note: Function 'writePtr' argument 1 names different: declaration 'out' definition 'o'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:292:46: style: Function 'verifyBranch' argument 1 names different: declaration 'pendingBlock' definition 'pendingBlocks'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/abc.h:450:47: note: Function 'verifyBranch' argument 1 names different: declaration 'pendingBlock' definition 'pendingBlocks'.
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:292:46: note: Function 'verifyBranch' argument 1 names different: declaration 'pendingBlock' definition 'pendingBlocks'.
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:66:3: warning: Class 'Type' which has virtual members does not have a virtual destructor. [virtualDestructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:130:2: style: Class 'ActivationType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:281:2: style: Class 'ObjectPrototype' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:457:2: style: Class 'Class < IFunction >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:535:2: style: Class 'ASQName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:558:2: style: Class 'Namespace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:38:2: style: Struct 'InferenceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:39:2: style: Struct 'InferenceData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/abc_optimizer.cpp:64:2: style: Struct 'BasicBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:105:12: style: The function 'coerce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:88:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:105:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:107:14: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:91:22: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:107:14: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:108:20: style: The function 'resolveMultinameStatically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:94:28: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:108:20: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:109:19: style: The function 'resolveSlotTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:97:27: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:109:19: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:115:12: style: The function 'coerce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:88:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:115:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:117:14: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:91:22: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:117:14: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:118:20: style: The function 'resolveMultinameStatically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:94:28: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:118:20: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:119:19: style: The function 'resolveSlotTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:97:27: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:119:19: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:131:12: style: The function 'coerce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:88:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:131:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:133:14: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:91:22: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:133:14: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:134:20: style: The function 'resolveMultinameStatically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:94:28: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:134:20: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:135:19: style: The function 'resolveSlotTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:97:27: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:135:19: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:201:14: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:91:22: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:201:14: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:215:20: style: The function 'coerce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:88:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:215:20: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:225:20: style: The function 'resolveMultinameStatically' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:94:28: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:225:20: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:226:19: style: The function 'resolveSlotTypeName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:97:27: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:226:19: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:243:12: style: The function 'getInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:188:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:243:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:248:7: style: The function 'buildInstanceTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:191:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:248:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:283:7: style: The function 'incRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:263:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:283:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:284:7: style: The function 'decRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:264:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:284:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:285:12: style: The function 'getObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:265:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:285:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:377:12: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:312:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:377:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:381:15: style: The function 'getMethodInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:360:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:381:15: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:383:12: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:333:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:383:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:401:7: style: The function 'incRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:263:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:401:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:402:7: style: The function 'decRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:264:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:402:7: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:403:12: style: The function 'getObj' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:265:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:403:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:422:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:312:21: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:422:21: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:426:15: style: The function 'getMethodInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:360:23: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:426:15: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:429:12: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:333:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:429:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:458:12: style: The function 'getInstance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:188:20: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:458:12: note: Function in derived class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:488:7: style: The function 'buildInstanceTraits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:191:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/toplevel/toplevel.h:488:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/display/BitmapData.cpp:130:6: error: Uninitialized variable: transparent [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/BitmapData.cpp:138:18: error: Uninitialized variable: transparent [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/BitmapData.cpp:400:16: error: Uninitialized variable: firstAlphaThreshold [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/BitmapData.cpp:599:9: error: Uninitialized variable: findColor [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/DisplayObject.cpp:1112:7: error: Uninitialized variable: shapeFlag [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:794:2: style: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:792:0: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:794:2: note: Variable 'ret' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:2350:33: error: Uninitialized variable: ellipseHeight [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:2776:5: error: Uninitialized variable: repeat [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:2778:10: error: Uninitialized variable: repeat [uninitvar]
lightspark-0.7.2/src/scripting/flash/display/flashdisplay.cpp:2780:11: error: Uninitialized variable: repeat [uninitvar]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:144:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:389:6: style: The scope of the variable 'maxfd' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:48: style: Function 'XMLSocketThread' argument 1 names different: declaration 'owner' definition '_owner'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.h:90:32: note: Function 'XMLSocketThread' argument 1 names different: declaration 'owner' definition '_owner'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:48: note: Function 'XMLSocketThread' argument 1 names different: declaration 'owner' definition '_owner'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:75: style: Function 'XMLSocketThread' argument 2 names different: declaration 'hostname' definition '_hostname'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.h:90:58: note: Function 'XMLSocketThread' argument 2 names different: declaration 'hostname' definition '_hostname'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:75: note: Function 'XMLSocketThread' argument 2 names different: declaration 'hostname' definition '_hostname'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:90: style: Function 'XMLSocketThread' argument 3 names different: declaration 'port' definition '_port'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.h:90:72: note: Function 'XMLSocketThread' argument 3 names different: declaration 'port' definition '_port'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:90: note: Function 'XMLSocketThread' argument 3 names different: declaration 'port' definition '_port'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:101: style: Function 'XMLSocketThread' argument 4 names different: declaration 'timeout' definition '_timeout'. [funcArgNamesDifferent]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.h:90:82: note: Function 'XMLSocketThread' argument 4 names different: declaration 'timeout' definition '_timeout'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:334:101: note: Function 'XMLSocketThread' argument 4 names different: declaration 'timeout' definition '_timeout'.
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:215:6: error: Uninitialized variable: port [uninitvar]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:218:20: error: Uninitialized variable: port [uninitvar]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:220:22: error: Uninitialized variable: port [uninitvar]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:290:19: error: Uninitialized variable: port [uninitvar]
lightspark-0.7.2/src/scripting/flash/net/XMLSocket.cpp:292:21: error: Uninitialized variable: port [uninitvar]
lightspark-0.7.2/src/scripting/flash/text/flashtext.cpp:344:5: error: Uninitialized variable: beginIndex [uninitvar]
lightspark-0.7.2/src/scripting/flash/text/flashtextengine.cpp:105:6: error: Uninitialized variable: width [uninitvar]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:648:19: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:664:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:771:20: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:790:18: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:414:5: error: Uninitialized variable: length [uninitvar]
lightspark-0.7.2/src/scripting/flash/utils/flashutils.cpp:425:22: error: Uninitialized variable: offset [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/ASString.cpp:742:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:835:4: style: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:833:0: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:835:4: note: Variable 'a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:837:4: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:834:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:837:4: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:827:43: style: Same expression on both sides of '&&'. [duplicateExpression]
lightspark-0.7.2/src/scripting/toplevel/Array.cpp:886:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lightspark-0.7.2/src/scripting/toplevel/Date.cpp:908:2: style: Variable 'bvalid' is reassigned a value before the old one has been used. [redundantAssignment]
lightspark-0.7.2/src/scripting/toplevel/Date.cpp:901:0: note: Variable 'bvalid' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/toplevel/Date.cpp:908:2: note: Variable 'bvalid' is reassigned a value before the old one has been used.
lightspark-0.7.2/src/scripting/toplevel/Vector.cpp:168:14: error: Uninitialized variable: fixed [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/toplevel.cpp:1364:6: error: Uninitialized variable: namespaceval [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/toplevel.cpp:1442:6: error: Uninitialized variable: namespaceval [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/toplevel.cpp:1346:5: error: Uninitialized variable: nameval [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/toplevel.cpp:1424:5: error: Uninitialized variable: nameval [uninitvar]
lightspark-0.7.2/src/scripting/toplevel/toplevel.cpp:1906:5: error: Uninitialized variable: radix [uninitvar]
lightspark-0.7.2/src/swf.cpp:812:11: style: The scope of the variable 'res' can be reduced. [variableScope]
lightspark-0.7.2/src/backends/urlutils.h:55:2: warning: Member variable 'URLInfo::port' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/backends/security.h:338:7: style: Technically the member function 'lightspark::PortRange::matches' can be const. [functionConst]
lightspark-0.7.2/src/backends/urlutils.h:56:2: style: Class 'URLInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/security.h:272:2: style: Class 'URLPolicyFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/security.h:298:2: style: Class 'SocketPolicyFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/security.h:323:2: style: Class 'PolicySiteControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/parsing/streams.h:66:2: style: Class 'zlib_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/parsing/streams.h:79:2: style: Class 'liblzma_filter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/memory_support.h:200:2: style: Class 'reporter_allocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/audio.h:50:2: style: Class 'AudioManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/rendering.h:121:2: style: Class 'RenderThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:48:2: style: Class 'ExtIdentifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:49:2: style: Class 'ExtIdentifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:50:2: style: Class 'ExtIdentifier' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:126:2: style: Class 'ExtVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:127:2: style: Class 'ExtVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:128:2: style: Class 'ExtVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:129:2: style: Class 'ExtVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:130:2: style: Class 'ExtVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:200:2: style: Class 'ExtASCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/extscriptobject.h:225:2: style: Class 'ExtBuiltinCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/input.h:89:2: style: Class 'InputThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:178:0: style: Class 'lightspark :: NullableRef < ExternalCallEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:185:0: style: Class 'lightspark :: NullableRef < ExternalCallEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/smartrefs.h:190:0: style: Class 'lightspark :: NullableRef < ExternalCallEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/backends/security.h:275:7: style: The function 'isIgnoredByMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:229:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:275:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:276:7: style: The function 'retrievePolicyFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:232:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:276:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:277:7: style: The function 'getParserType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:234:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:277:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:278:7: style: The function 'checkSiteControlValidity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:236:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:278:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:279:14: style: The function 'handlePolicyElement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:238:22: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:279:14: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:284:7: style: The function 'isMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:250:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:284:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:289:7: style: The function 'allowsAccessFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:259:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:289:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:299:7: style: The function 'isIgnoredByMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:229:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:299:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:300:7: style: The function 'retrievePolicyFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:232:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:300:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:301:7: style: The function 'getParserType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:234:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:301:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:307:7: style: The function 'isMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:250:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:307:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:313:7: style: The function 'allowsAccessFrom' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/security.h:259:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/security.h:313:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:49:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:49:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:332:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:332:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:472:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/events/flashevents.h:472:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:165:10: style: The function 'getVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:323:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:165:10: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:166:7: style: The function 'setVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:335:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:166:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:167:7: style: The function 'setVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:333:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:167:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:168:7: style: The function 'hasPropertyByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:364:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:168:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:209:7: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:304:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:209:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:214:10: style: The function 'getVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:323:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:214:10: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:219:7: style: The function 'setVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:335:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:219:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:220:7: style: The function 'setVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:333:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:220:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:221:7: style: The function 'deleteVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:356:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:221:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:222:7: style: The function 'hasPropertyByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:364:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:222:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:224:11: style: The function 'nextNameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:426:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:224:11: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:238:10: style: The function 'getVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:323:18: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:238:10: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:243:7: style: The function 'setVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:335:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:243:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:244:7: style: The function 'setVariableByMultiname_i' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:333:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:244:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:249:7: style: The function 'deleteVariableByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:356:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:249:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:250:7: style: The function 'hasPropertyByMultiname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:364:15: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:250:7: note: Function in derived class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:255:11: style: The function 'nextNameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/asobject.h:426:19: note: Virtual function in base class
lightspark-0.7.2/src/scripting/flash/utils/flashutils.h:255:11: note: Function in derived class
lightspark-0.7.2/src/parsing/streams.h:64:14: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/parsing/streams.h:51:14: note: Virtual function in base class
lightspark-0.7.2/src/parsing/streams.h:64:14: note: Function in derived class
lightspark-0.7.2/src/parsing/streams.h:77:14: style: The function 'fillBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/parsing/streams.h:51:14: note: Virtual function in base class
lightspark-0.7.2/src/parsing/streams.h:77:14: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:204:17: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:172:23: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:204:17: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:206:7: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:174:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:206:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:208:7: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:176:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:208:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:209:7: style: The function 'wakeUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:177:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:209:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:211:7: style: The function 'getResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:179:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:211:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:229:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:172:23: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:229:22: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:231:7: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:174:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:231:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:233:7: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:176:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:233:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:234:7: style: The function 'wakeUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:177:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:234:7: note: Function in derived class
lightspark-0.7.2/src/backends/extscriptobject.h:236:7: style: The function 'getResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lightspark-0.7.2/src/backends/extscriptobject.h:179:15: note: Virtual function in base class
lightspark-0.7.2/src/backends/extscriptobject.h:236:7: note: Function in derived class
lightspark-0.7.2/src/backends/security.h:323:38: performance: Function parameter '_permittedPolicies' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/backends/security.h:363:61: performance: Function parameter '_domain' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/backends/security.h:363:88: performance: Function parameter '_toPorts' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/backends/security.h:387:76: performance: Function parameter '_domain' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/backends/security.h:387:103: performance: Function parameter '_headers' should be passed by const reference. [passedByValue]
lightspark-0.7.2/src/swftypes.cpp:148:34: style: Function 'toUInt' argument 1 names different: declaration 'out' definition 'index'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:378:24: note: Function 'toUInt' argument 1 names different: declaration 'out' definition 'index'.
lightspark-0.7.2/src/swftypes.cpp:148:34: note: Function 'toUInt' argument 1 names different: declaration 'out' definition 'index'.
lightspark-0.7.2/src/swftypes.cpp:277:28: style: Function 'RECT' argument 1 names different: declaration 'xmin' definition 'a'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:766:11: note: Function 'RECT' argument 1 names different: declaration 'xmin' definition 'a'.
lightspark-0.7.2/src/swftypes.cpp:277:28: note: Function 'RECT' argument 1 names different: declaration 'xmin' definition 'a'.
lightspark-0.7.2/src/swftypes.cpp:277:35: style: Function 'RECT' argument 2 names different: declaration 'xmax' definition 'b'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:766:21: note: Function 'RECT' argument 2 names different: declaration 'xmax' definition 'b'.
lightspark-0.7.2/src/swftypes.cpp:277:35: note: Function 'RECT' argument 2 names different: declaration 'xmax' definition 'b'.
lightspark-0.7.2/src/swftypes.cpp:277:42: style: Function 'RECT' argument 3 names different: declaration 'ymin' definition 'c'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:766:31: note: Function 'RECT' argument 3 names different: declaration 'ymin' definition 'c'.
lightspark-0.7.2/src/swftypes.cpp:277:42: note: Function 'RECT' argument 3 names different: declaration 'ymin' definition 'c'.
lightspark-0.7.2/src/swftypes.cpp:277:49: style: Function 'RECT' argument 4 names different: declaration 'ymax' definition 'd'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:766:41: note: Function 'RECT' argument 4 names different: declaration 'ymax' definition 'd'.
lightspark-0.7.2/src/swftypes.cpp:277:49: note: Function 'RECT' argument 4 names different: declaration 'ymax' definition 'd'.
lightspark-0.7.2/src/swftypes.cpp:287:59: style: Function 'operator<<' argument 2 names different: declaration 'r' definition 't'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1320:57: note: Function 'operator<<' argument 2 names different: declaration 'r' definition 't'.
lightspark-0.7.2/src/swftypes.cpp:287:59: note: Function 'operator<<' argument 2 names different: declaration 'r' definition 't'.
lightspark-0.7.2/src/swftypes.cpp:416:52: style: Function 'operator>>' argument 1 names different: declaration 's' definition 'stream'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1326:40: note: Function 'operator>>' argument 1 names different: declaration 's' definition 'stream'.
lightspark-0.7.2/src/swftypes.cpp:416:52: note: Function 'operator>>' argument 1 names different: declaration 's' definition 'stream'.
lightspark-0.7.2/src/swftypes.cpp:450:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1336:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:450:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:478:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1337:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:478:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:513:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1334:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:513:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:530:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1335:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:530:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:545:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1333:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:545:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:560:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1332:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:560:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:578:42: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1339:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:578:42: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:601:42: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1338:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:601:42: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:615:42: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1340:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:615:42: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:621:42: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1341:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:621:42: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:643:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 'in'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1345:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 'in'.
lightspark-0.7.2/src/swftypes.cpp:643:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 'in'.
lightspark-0.7.2/src/swftypes.cpp:749:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1342:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:749:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:815:52: style: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'. [funcArgNamesDifferent]
lightspark-0.7.2/src/swftypes.h:1343:40: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:815:52: note: Function 'operator>>' argument 1 names different: declaration 'stream' definition 's'.
lightspark-0.7.2/src/swftypes.cpp:273:19: warning: Member variable 'RECT::Xmin' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.cpp:273:19: warning: Member variable 'RECT::Xmax' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.cpp:273:19: warning: Member variable 'RECT::Ymin' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.cpp:273:19: warning: Member variable 'RECT::Ymax' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.cpp:1388:12: warning: Member variable 'FILLSTYLE::FocalGradient' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.cpp:1388:12: warning: Member variable 'FILLSTYLE::FillStyleType' is not initialized in the constructor. [uninitMemberVar]
lightspark-0.7.2/src/swftypes.h:1280:7: style: Technically the member function 'lightspark::CLIPEVENTFLAGS::isNull' can be const. [functionConst]
lightspark-0.7.2/src/swftypes.cpp:1280:22: note: Technically the member function 'lightspark::CLIPEVENTFLAGS::isNull' can be const.
lightspark-0.7.2/src/swftypes.h:1280:7: note: Technically the member function 'lightspark::CLIPEVENTFLAGS::isNull' can be const.
lightspark-0.7.2/src/swftypes.h:883:1: warning: The class 'FILLSTYLE' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lightspark-0.7.2/src/thread_pool.cpp:83:54: style: Function 'job_worker' argument 2 names different: declaration 'threadIndex' definition 'index'. [funcArgNamesDifferent]
lightspark-0.7.2/src/thread_pool.h:43:50: note: Function 'job_worker' argument 2 names different: declaration 'threadIndex' definition 'index'.
lightspark-0.7.2/src/thread_pool.cpp:83:54: note: Function 'job_worker' argument 2 names different: declaration 'threadIndex' definition 'index'.
lightspark-0.7.2/src/thread_pool.h:47:2: style: Class 'ThreadPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lightspark-0.7.2/src/timer.h:76:7: style: Unused private function: 'TimerThread::dumpJobs' [unusedPrivateFunction]
lightspark-0.7.2/src/tiny_string.cpp:183:16: style: The scope of the variable 'end' can be reduced. [variableScope]
lightspark-0.7.2/src/tiny_string.cpp:45:58: style: Function 'operator=' argument 1 names different: declaration 's' definition 'r'. [funcArgNamesDifferent]
lightspark-0.7.2/src/tiny_string.h:225:46: note: Function 'operator=' argument 1 names different: declaration 's' definition 'r'.
lightspark-0.7.2/src/tiny_string.cpp:45:58: note: Function 'operator=' argument 1 names different: declaration 's' definition 'r'.
[02:40]

ftp://ftp.se.debian.org/debian/pool/main/l/lightspeed/lightspeed_1.2a.orig.tar.gz
lightspeed-1.2a/src/animation.c:39:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/animation.c:61:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/animation.c:345:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/auxobjects.c:318:8: style: The scope of the variable 'x' can be reduced. [variableScope]
lightspeed-1.2a/src/auxobjects.c:318:11: style: The scope of the variable 'y' can be reduced. [variableScope]
lightspeed-1.2a/src/camera.c:105:10: style: The scope of the variable 'cam' can be reduced. [variableScope]
lightspeed-1.2a/src/camera.c:234:8: style: The scope of the variable 'k' can be reduced. [variableScope]
lightspeed-1.2a/src/command.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:276:8: style: The scope of the variable 'r' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:276:10: style: The scope of the variable 'g' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:276:12: style: The scope of the variable 'b' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:278:6: style: The scope of the variable 'vnum' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:278:12: style: The scope of the variable 'inum' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:320:8: style: The scope of the variable 'dx' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:320:11: style: The scope of the variable 'dy' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:321:8: style: The scope of the variable 'eye_dx' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:321:16: style: The scope of the variable 'eye_dy' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:428:6: style: The scope of the variable 'num_faces' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:430:7: style: The scope of the variable 'face_flags' can be reduced. [variableScope]
lightspeed-1.2a/src/geometry.c:432:16: style: The scope of the variable 'at_least_one_good_face' can be reduced. [variableScope]
lightspeed-1.2a/src/gtkwidgets.c:355:24: style: The scope of the variable 'accel_group' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:58:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:60:8: style: The scope of the variable 'error_str' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:457:9: style: The scope of the variable 'normal' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:458:8: style: The scope of the variable 'x' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:458:11: style: The scope of the variable 'y' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:458:14: style: The scope of the variable 'z' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:459:8: style: The scope of the variable 'd' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:463:6: style: The scope of the variable 'base' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:557:16: style: The scope of the variable 'norm' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:558:8: style: The scope of the variable 'max_ylen' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:558:18: style: The scope of the variable 'max_zlen' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:798:20: style: The scope of the variable 'facei_other' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:799:9: style: The scope of the variable 'vert_a' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:799:18: style: The scope of the variable 'vert_b' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:800:9: style: The scope of the variable 'norm_a' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:800:18: style: The scope of the variable 'norm_b' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:801:9: style: The scope of the variable 'vert_mid' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:801:20: style: The scope of the variable 'norm_mid' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:802:15: style: The scope of the variable 'ind_a' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:802:22: style: The scope of the variable 'ind_b' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:807:15: style: The scope of the variable 'e_other' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:808:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:905:7: style: The scope of the variable 'indices2' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:907:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
lightspeed-1.2a/src/importobjs.c:908:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lightspeed-1.2a/src/lattice.c:354:8: style: The scope of the variable 'a' can be reduced. [variableScope]
lightspeed-1.2a/src/lattice.c:451:8: style: The scope of the variable 'd' can be reduced. [variableScope]
lightspeed-1.2a/src/lattice.c:449:62: style: Function 'add_point' argument 5 names different: declaration 'normal_x' definition 'norm_x'. [funcArgNamesDifferent]
lightspeed-1.2a/src/lattice.c:32:73: note: Function 'add_point' argument 5 names different: declaration 'normal_x' definition 'norm_x'.
lightspeed-1.2a/src/lattice.c:449:62: note: Function 'add_point' argument 5 names different: declaration 'normal_x' definition 'norm_x'.
lightspeed-1.2a/src/lattice.c:449:76: style: Function 'add_point' argument 6 names different: declaration 'normal_y' definition 'norm_y'. [funcArgNamesDifferent]
lightspeed-1.2a/src/lattice.c:32:89: note: Function 'add_point' argument 6 names different: declaration 'normal_y' definition 'norm_y'.
lightspeed-1.2a/src/lattice.c:449:76: note: Function 'add_point' argument 6 names different: declaration 'normal_y' definition 'norm_y'.
lightspeed-1.2a/src/lattice.c:449:90: style: Function 'add_point' argument 7 names different: declaration 'normal_z' definition 'norm_z'. [funcArgNamesDifferent]
lightspeed-1.2a/src/lattice.c:32:105: note: Function 'add_point' argument 7 names different: declaration 'normal_z' definition 'norm_z'.
lightspeed-1.2a/src/lattice.c:449:90: note: Function 'add_point' argument 7 names different: declaration 'normal_z' definition 'norm_z'.
lightspeed-1.2a/src/lightspeed.c:42:7: style: The scope of the variable 'opt' can be reduced. [variableScope]
lightspeed-1.2a/src/lightspeed.c:42:13: style: The scope of the variable 'lopt' can be reduced. [variableScope]
lightspeed-1.2a/src/lightspeed.c:42:20: style: The scope of the variable 'desc' can be reduced. [variableScope]
lightspeed-1.2a/src/lightspeed.c:78:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
lightspeed-1.2a/src/lightspeed.c:78:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:46:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:688:13: style: The scope of the variable 'vbox_w' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:692:8: style: The scope of the variable 'input_x0' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:693:8: style: The scope of the variable 'input_x1' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:694:8: style: The scope of the variable 'input_loop_time' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:695:8: style: The scope of the variable 'x_span_str' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:696:8: style: The scope of the variable 'input_str' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:697:7: style: The scope of the variable 'init_str' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:857:8: style: The scope of the variable 'init_val' can be reduced. [variableScope]
lightspeed-1.2a/src/menu_cbs.c:93:15: style: Variable 'fixed_str' is assigned a value that is never used. [unreadVariable]
lightspeed-1.2a/src/misc.c:116:6: style: The scope of the variable 'blen' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:116:12: style: The scope of the variable 'slen' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:202:7: style: The scope of the variable 'num_str' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:228:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:261:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lightspeed-1.2a/src/misc.c:310:11: style: The scope of the variable 'x' can be reduced. [variableScope]
lightspeed-1.2a/src/read3ds.c:78:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lightspeed-1.2a/src/read3ds.c:568:14: style: The scope of the variable 'vert' can be reduced. [variableScope]
lightspeed-1.2a/src/read3ds.c:569:17: style: The scope of the variable 'tri' can be reduced. [variableScope]
lightspeed-1.2a/src/read3ds.c:2212:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lightspeed-1.2a/src/read3ds.c:2217:6: style: The scope of the variable 'pc' can be reduced. [variableScope]
lightspeed-1.2a/src/read3ds.c:608:7: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
lightspeed-1.2a/src/readlwo.c:156:4: warning: Possible null pointer dereference: material [nullPointer]
lightspeed-1.2a/src/readlwo.c:134:25: note: Assignment 'material=NULL', assigned value is 0
lightspeed-1.2a/src/readlwo.c:156:4: note: Null pointer dereference
lightspeed-1.2a/src/readlwo.c:157:4: warning: Possible null pointer dereference: material [nullPointer]
lightspeed-1.2a/src/readlwo.c:134:25: note: Assignment 'material=NULL', assigned value is 0
lightspeed-1.2a/src/readlwo.c:157:4: note: Null pointer dereference
lightspeed-1.2a/src/readlwo.c:158:4: warning: Possible null pointer dereference: material [nullPointer]
lightspeed-1.2a/src/readlwo.c:134:25: note: Assignment 'material=NULL', assigned value is 0
lightspeed-1.2a/src/readlwo.c:158:4: note: Null pointer dereference
lightspeed-1.2a/src/readlwo.c:269:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
lightspeed-1.2a/src/readlwo.c:261:0: note: Variable 'f' is reassigned a value before the old one has been used.
lightspeed-1.2a/src/readlwo.c:269:2: note: Variable 'f' is reassigned a value before the old one has been used.
lightspeed-1.2a/src/readlwo.c:173:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lightspeed-1.2a/src/snapshot.c:62:6: style: The scope of the variable 'percent' can be reduced. [variableScope]
lightspeed-1.2a/src/trackmem.c:148:16: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lightspeed-1.2a/src/trackmem.c:165:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lightspeed-1.2a/src/trackmem.c:171:5: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lightspeed-1.2a/src/trackmem.c:176:18: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lightspeed-1.2a/src/trackmem.c:186:16: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lightspeed-1.2a/src/trackmem.c:153:3: error: Common realloc mistake: 'allblocks' nulled but not freed upon failure [memleakOnRealloc]
lightspeed-1.2a/src/trackmem.c:155:3: error: Common realloc mistake: 'allsizes' nulled but not freed upon failure [memleakOnRealloc]
lightspeed-1.2a/src/trackmem.c:211:4: error: Common realloc mistake: 'allblocks' nulled but not freed upon failure [memleakOnRealloc]
lightspeed-1.2a/src/trackmem.c:212:4: error: Common realloc mistake: 'allsizes' nulled but not freed upon failure [memleakOnRealloc]
lightspeed-1.2a/src/warp.c:374:9: style: The scope of the variable 'len' can be reduced. [variableScope]
[02:40]

ftp://ftp.se.debian.org/debian/pool/main/l/lightsquid/lightsquid_1.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lighttpd/lighttpd_1.4.49.orig.tar.xz
lighttpd-1.4.49/src/array.h:98:1: style: The scope of the variable 'ndx' can be reduced. [variableScope]
lighttpd-1.4.49/src/array.c:25:32: style: Function 'array_init_array' argument 1 names different: declaration 'a' definition 'src'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/array.h:138:32: note: Function 'array_init_array' argument 1 names different: declaration 'a' definition 'src'.
lighttpd-1.4.49/src/array.c:25:32: note: Function 'array_init_array' argument 1 names different: declaration 'a' definition 'src'.
lighttpd-1.4.49/src/buffer.c:222:21: warning: Either the condition 'NULL!=s' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lighttpd-1.4.49/src/buffer.c:198:38: note: Assuming that condition 'NULL!=s' is not redundant
lighttpd-1.4.49/src/buffer.c:198:30: note: Calling function 'buffer_append_string_len', 2nd argument 's' value is 0
lighttpd-1.4.49/src/buffer.c:222:21: note: Null pointer dereference
lighttpd-1.4.49/src/buffer.c:885:16: style: The scope of the variable 'pre2' can be reduced. [variableScope]
lighttpd-1.4.49/src/buffer.c:235:50: style: Function 'buffer_append_uint_hex' argument 2 names different: declaration 'len' definition 'value'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/buffer.h:87:50: note: Function 'buffer_append_uint_hex' argument 2 names different: declaration 'len' definition 'value'.
lighttpd-1.4.49/src/buffer.c:235:50: note: Function 'buffer_append_uint_hex' argument 2 names different: declaration 'len' definition 'value'.
lighttpd-1.4.49/src/buffer.c:356:19: style: Function 'int2hex' argument 1 names different: declaration 'i' definition 'c'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/buffer.h:145:19: note: Function 'int2hex' argument 1 names different: declaration 'i' definition 'c'.
lighttpd-1.4.49/src/buffer.c:356:19: note: Function 'int2hex' argument 1 names different: declaration 'i' definition 'c'.
lighttpd-1.4.49/src/buffer.c:363:28: style: Function 'hex2int' argument 1 names different: declaration 'c' definition 'hex'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/buffer.h:144:28: note: Function 'hex2int' argument 1 names different: declaration 'c' definition 'hex'.
lighttpd-1.4.49/src/buffer.c:363:28: note: Function 'hex2int' argument 1 names different: declaration 'c' definition 'hex'.
lighttpd-1.4.49/src/buffer.c:430:45: style: Function 'buffer_is_equal_right_len' argument 1 names different: declaration 'a' definition 'b1'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/buffer.h:111:45: note: Function 'buffer_is_equal_right_len' argument 1 names different: declaration 'a' definition 'b1'.
lighttpd-1.4.49/src/buffer.c:430:45: note: Function 'buffer_is_equal_right_len' argument 1 names different: declaration 'a' definition 'b1'.
lighttpd-1.4.49/src/buffer.c:430:63: style: Function 'buffer_is_equal_right_len' argument 2 names different: declaration 'b' definition 'b2'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/buffer.h:111:62: note: Function 'buffer_is_equal_right_len' argument 2 names different: declaration 'b' definition 'b2'.
lighttpd-1.4.49/src/buffer.c:430:63: note: Function 'buffer_is_equal_right_len' argument 2 names different: declaration 'b' definition 'b2'.
lighttpd-1.4.49/src/chunk.c:531:10: style: The scope of the variable 'written' can be reduced. [variableScope]
lighttpd-1.4.49/src/chunk.c:529:64: style: Function 'chunkqueue_append_mem_to_tempfile' argument 2 names different: declaration 'cq' definition 'dest'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/chunk.h:67:71: note: Function 'chunkqueue_append_mem_to_tempfile' argument 2 names different: declaration 'cq' definition 'dest'.
lighttpd-1.4.49/src/chunk.c:529:64: note: Function 'chunkqueue_append_mem_to_tempfile' argument 2 names different: declaration 'cq' definition 'dest'.
lighttpd-1.4.49/src/chunk.c:93:3: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lighttpd-1.4.49/src/configfile-glue.c:32:14: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/configfile-glue.c:191:14: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/configfile-glue.c:358:18: style: The scope of the variable 'port' can be reduced. [variableScope]
lighttpd-1.4.49/src/configfile.c:1369:9: style: The scope of the variable 'i' can be reduced. [variableScope]
../../src/configparser.y:94:19: style: The scope of the variable 'du' can be reduced. [variableScope]
../../src/configparser.y:538:16: style: The scope of the variable 'dc' can be reduced. [variableScope]
../../src/configparser.y:539:22: style: The scope of the variable 'rvalue' can be reduced. [variableScope]
./configparser.c:1775:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
lighttpd-1.4.49/src/connections-glue.c:191:33: warning: Either the condition 'NULL==p' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lighttpd-1.4.49/src/connections-glue.c:177:34: note: Assuming that condition 'NULL==p' is not redundant
lighttpd-1.4.49/src/connections-glue.c:191:33: note: Null pointer addition
lighttpd-1.4.49/src/connections-glue.c:310:75: style: Function 'connection_write_chunkqueue' argument 3 names different: declaration 'c' definition 'cq'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/connections.h:21:75: note: Function 'connection_write_chunkqueue' argument 3 names different: declaration 'c' definition 'cq'.
lighttpd-1.4.49/src/connections-glue.c:310:75: note: Function 'connection_write_chunkqueue' argument 3 names different: declaration 'c' definition 'cq'.
lighttpd-1.4.49/src/connections.c:951:59: style: Function 'connection_accept' argument 2 names different: declaration 'srv_sock' definition 'srv_socket'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/connections.h:12:60: note: Function 'connection_accept' argument 2 names different: declaration 'srv_sock' definition 'srv_socket'.
lighttpd-1.4.49/src/connections.c:951:59: note: Function 'connection_accept' argument 2 names different: declaration 'srv_sock' definition 'srv_socket'.
lighttpd-1.4.49/src/crc32.c:75:38: style: Function 'generate_crc32c' argument 1 names different: declaration 'string' definition 'buffer'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/crc32.h:13:38: note: Function 'generate_crc32c' argument 1 names different: declaration 'string' definition 'buffer'.
lighttpd-1.4.49/src/crc32.c:75:38: note: Function 'generate_crc32c' argument 1 names different: declaration 'string' definition 'buffer'.
lighttpd-1.4.49/src/etag.c:16:45: style: Function 'etag_is_equal' argument 2 names different: declaration 'matches' definition 'line'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/etag.h:12:45: note: Function 'etag_is_equal' argument 2 names different: declaration 'matches' definition 'line'.
lighttpd-1.4.49/src/etag.c:16:45: note: Function 'etag_is_equal' argument 2 names different: declaration 'matches' definition 'line'.
lighttpd-1.4.49/src/http-header-glue.c:1048:103: style: Function 'http_response_parse_headers' argument 4 names different: declaration 'hdrs' definition 'b'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/response.h:46:103: note: Function 'http_response_parse_headers' argument 4 names different: declaration 'hdrs' definition 'b'.
lighttpd-1.4.49/src/http-header-glue.c:1048:103: note: Function 'http_response_parse_headers' argument 4 names different: declaration 'hdrs' definition 'b'.
lighttpd-1.4.49/src/lemon.c:654:20: style: The scope of the variable 's1' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1175:10: style: The scope of the variable 'dot' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1270:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1297:7: style: The scope of the variable 'end' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1297:12: style: The scope of the variable 'restart' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1635:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1636:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1692:7: style: The scope of the variable 'lv' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1693:10: style: The scope of the variable 'dv' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1804:7: style: The scope of the variable 'dashdash' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1805:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:1833:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:2580:21: style: The scope of the variable 'len' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:2716:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:2821:10: style: The scope of the variable 'iStart' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:2967:6: style: The scope of the variable 'linecnt' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:3592:8: style: The scope of the variable 'line' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:3593:8: style: The scope of the variable 'pattern' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:3631:27: style: The scope of the variable 'rbest' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:3632:7: style: The scope of the variable 'nbest' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:4085:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:4279:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/lemon.c:3864:3: error: Memory leak: array.tbl [memleak]
lighttpd-1.4.49/src/lemon.c:4029:3: error: Memory leak: array.tbl [memleak]
lighttpd-1.4.49/src/lemon.c:4236:3: error: Memory leak: array.tbl [memleak]
lighttpd-1.4.49/src/lemon.c:4387:3: error: Memory leak: array.tbl [memleak]
lighttpd-1.4.49/src/lempar.c:8:0: error: syntax error [syntaxError]
lighttpd-1.4.49/src/mod_accesslog.c:437:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_auth.c:670:11: style: Redundant condition: !nc. 'qop && (!nc || !cnonce)' is equivalent to 'qop && !cnonce' [redundantCondition]
lighttpd-1.4.49/src/mod_auth.c:512:42: warning: Either the condition '(username)?(username)->ptr:NULL' is redundant or there is possible null pointer dereference: username. [nullPointerRedundantCheck]
lighttpd-1.4.49/src/mod_auth.c:518:38: note: Assuming that condition '(username)?(username)->ptr:NULL' is not redundant
lighttpd-1.4.49/src/mod_auth.c:512:42: note: Null pointer dereference
lighttpd-1.4.49/src/mod_auth.c:666:16: style: Same expression on both sides of '||' because the value of '!username' and '!realm' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:557:19: note: 'username' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:558:16: note: 'realm' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:666:16: note: Same expression on both sides of '||' because the value of '!username' and '!realm' are the same.
lighttpd-1.4.49/src/mod_auth.c:667:13: style: Same expression on both sides of '||' because the value of '!nonce' and '!realm' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:559:16: note: 'nonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:558:16: note: 'realm' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:667:13: note: Same expression on both sides of '||' because the value of '!nonce' and '!realm' are the same.
lighttpd-1.4.49/src/mod_auth.c:668:13: style: Same expression on both sides of '||' because the value of '!uri' and '!nonce' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:560:14: note: 'uri' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:559:16: note: 'nonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:668:13: note: Same expression on both sides of '||' because the value of '!uri' and '!nonce' are the same.
lighttpd-1.4.49/src/mod_auth.c:670:19: style: Same expression on both sides of '||' because the value of '!nc' and '!cnonce' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:564:13: note: 'nc' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:563:17: note: 'cnonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:670:19: note: Same expression on both sides of '||' because the value of '!nc' and '!cnonce' are the same.
lighttpd-1.4.49/src/mod_auth.c:670:32: style: Same expression on both sides of '||' because the value of '!uri' and '!respons' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:560:14: note: 'uri' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:565:18: note: 'respons' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:670:32: note: Same expression on both sides of '||' because the value of '!uri' and '!respons' are the same.
lighttpd-1.4.49/src/mod_auth.c:670:32: style: Same expression on both sides of '||' because the value of '!nonce' and '!respons' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:560:14: note: 'uri' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:565:18: note: 'respons' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:559:16: note: 'nonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:670:32: note: Same expression on both sides of '||' because the value of '!nonce' and '!respons' are the same.
lighttpd-1.4.49/src/mod_auth.c:693:14: style: Same expression on both sides of '||' because the value of '!nonce' and '!cnonce' are the same. [duplicateExpression]
lighttpd-1.4.49/src/mod_auth.c:559:16: note: 'nonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:563:17: note: 'cnonce' is assigned value 'NULL' here.
lighttpd-1.4.49/src/mod_auth.c:693:14: note: Same expression on both sides of '||' because the value of '!nonce' and '!cnonce' are the same.
lighttpd-1.4.49/src/mod_cgi.c:502:9: style: The scope of the variable 'mmap_offset' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_cgi.c:502:22: style: The scope of the variable 'mmap_avail' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_cgi.c:533:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lighttpd-1.4.49/src/mod_cml_lua.c:66:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lighttpd-1.4.49/src/mod_cml_lua.c:64:0: note: Variable 'key' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_cml_lua.c:66:2: note: Variable 'key' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_cml_lua.c:292:9: style: The scope of the variable 'timebuf' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_compress.c:624:10: style: Condition 'ret==0' is always false [knownConditionTrueFalse]
lighttpd-1.4.49/src/mod_compress.c:605:9: note: Assignment 'ret=-1', assigned value is -1
lighttpd-1.4.49/src/mod_compress.c:624:10: note: Condition 'ret==0' is always false
lighttpd-1.4.49/src/mod_compress.c:479:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_deflate.c:861:28: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lighttpd-1.4.49/src/mod_deflate.c:732:10: note: Assignment 'start=NULL', assigned value is 0
lighttpd-1.4.49/src/mod_deflate.c:861:28: note: Null pointer addition
lighttpd-1.4.49/src/mod_deflate.c:199:7: style: union member 'Anonymous6::dummy' is never used. [unusedStructMember]
lighttpd-1.4.49/src/mod_dirlisting.c:1104:20: style: Condition 'content_type==NULL' is always true [knownConditionTrueFalse]
lighttpd-1.4.49/src/mod_dirlisting.c:1084:18: note: Assignment 'content_type=NULL', assigned value is 0
lighttpd-1.4.49/src/mod_dirlisting.c:1104:20: note: Condition 'content_type==NULL' is always true
lighttpd-1.4.49/src/mod_dirlisting.c:914:14: style: The scope of the variable 'content_type' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_dirlisting.c:290:11: style: Unused variable: j [unusedVariable]
lighttpd-1.4.49/src/mod_evhost.c:198:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_extforward.c:1207:17: style: struct member 'Anonymous6::sig' is never used. [unusedStructMember]
lighttpd-1.4.49/src/mod_extforward.c:1216:26: style: struct member 'Anonymous8::dst_port' is never used. [unusedStructMember]
lighttpd-1.4.49/src/mod_extforward.c:1222:27: style: struct member 'Anonymous9::dst_port' is never used. [unusedStructMember]
lighttpd-1.4.49/src/mod_fastcgi.c:42:14: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_flv_streaming.c:149:2: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lighttpd-1.4.49/src/mod_flv_streaming.c:147:0: note: Variable 'key' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_flv_streaming.c:149:2: note: Variable 'key' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_geoip.c:218:15: style: The scope of the variable 'returnedCountry' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_magnet.c:588:2: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
lighttpd-1.4.49/src/mod_magnet.c:586:0: note: Variable 'dest' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_magnet.c:588:2: note: Variable 'dest' is reassigned a value before the old one has been used.
lighttpd-1.4.49/src/mod_magnet.c:231:15: style: The scope of the variable 'ds' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_magnet.c:232:16: style: The scope of the variable 'di' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_magnet_cache.c:43:38: style: Function 'script_cache_free' argument 1 names different: declaration 'cache' definition 'p'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/mod_magnet_cache.h:27:38: note: Function 'script_cache_free' argument 1 names different: declaration 'cache' definition 'p'.
lighttpd-1.4.49/src/mod_magnet_cache.c:43:38: note: Function 'script_cache_free' argument 1 names different: declaration 'cache' definition 'p'.
lighttpd-1.4.49/src/mod_mysql_vhost.c:194:0: style: Variable 'reconnect' is assigned a value that is never used. [unreadVariable]
lighttpd-1.4.49/src/mod_openssl.c:1392:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_openssl.c:1392:12: style: The scope of the variable 'ssl_err' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_proxy.c:112:14: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_proxy.c:621:22: style: Variable 'family' is assigned a value that is never used. [unreadVariable]
lighttpd-1.4.49/src/mod_rrdtool.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_rrdtool.c:143:10: style: The scope of the variable 'res' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_scgi.c:25:14: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_ssi.c:530:8: warning: Either the condition 'virt_path' is redundant or there is possible null pointer dereference: virt_path. [nullPointerRedundantCheck]
lighttpd-1.4.49/src/mod_ssi.c:504:20: note: Assuming that condition 'virt_path' is not redundant
lighttpd-1.4.49/src/mod_ssi.c:530:8: note: Null pointer dereference
./mod_ssi_exprparser.c:839:7: style: The scope of the variable 'yyact' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_staticfile.c:160:15: style: The scope of the variable 'ds' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_trigger_b4_dl.c:325:19: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
lighttpd-1.4.49/src/mod_trigger_b4_dl.c:326:14: style: Unused variable: remote_ip [unusedVariable]
lighttpd-1.4.49/src/mod_trigger_b4_dl.c:327:15: style: Unused variable: ds [unusedVariable]
lighttpd-1.4.49/src/mod_webdav.c:677:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_webdav.c:1304:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
lighttpd-1.4.49/src/mod_wstunnel.c:203:17: style: The scope of the variable 'du' can be reduced. [variableScope]
lighttpd-1.4.49/src/network.c:133:0: style: Variable 'set_v6only' is assigned a value that is never used. [unreadVariable]
lighttpd-1.4.49/src/plugin.c:76:6: style: Condition 'use_dlclose' is always true [knownConditionTrueFalse]
lighttpd-1.4.49/src/plugin.c:67:20: note: Assignment 'use_dlclose=1', assigned value is 1
lighttpd-1.4.49/src/plugin.c:76:6: note: Condition 'use_dlclose' is always true
lighttpd-1.4.49/src/proc_open.c:281:10: style: The scope of the variable 's' can be reduced. [variableScope]
lighttpd-1.4.49/src/proc_open.c:214:32: style: Function 'proc_close' argument 1 names different: declaration 'ht' definition 'proc'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/proc_open.h:26:32: note: Function 'proc_close' argument 1 names different: declaration 'ht' definition 'proc'.
lighttpd-1.4.49/src/proc_open.c:214:32: note: Function 'proc_close' argument 1 names different: declaration 'ht' definition 'proc'.
lighttpd-1.4.49/src/proc_open.c:236:31: style: Function 'proc_open' argument 1 names different: declaration 'ht' definition 'proc'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/proc_open.h:27:31: note: Function 'proc_open' argument 1 names different: declaration 'ht' definition 'proc'.
lighttpd-1.4.49/src/proc_open.c:236:31: note: Function 'proc_open' argument 1 names different: declaration 'ht' definition 'proc'.
lighttpd-1.4.49/src/server.c:1693:10: style: The scope of the variable 'min_ts' can be reduced. [variableScope]
lighttpd-1.4.49/src/server.c:1971:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
lighttpd-1.4.49/src/server.c:1972:8: style: The scope of the variable 'revents' can be reduced. [variableScope]
lighttpd-1.4.49/src/splaytree.c:64:9: style: The scope of the variable 'comp' can be reduced. [variableScope]
lighttpd-1.4.49/src/splaytree.c:166:18: style: The scope of the variable 'x' can be reduced. [variableScope]
lighttpd-1.4.49/src/splaytree.c:62:50: style: Function 'splaytree_splay' argument 2 names different: declaration 'key' definition 'i'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/splaytree.h:14:50: note: Function 'splaytree_splay' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/splaytree.c:62:50: note: Function 'splaytree_splay' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/splaytree.c:131:51: style: Function 'splaytree_insert' argument 2 names different: declaration 'key' definition 'i'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/splaytree.h:15:50: note: Function 'splaytree_insert' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/splaytree.c:131:51: note: Function 'splaytree_insert' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/splaytree.c:163:50: style: Function 'splaytree_delete' argument 2 names different: declaration 'key' definition 'i'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/splaytree.h:16:50: note: Function 'splaytree_delete' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/splaytree.c:163:50: note: Function 'splaytree_delete' argument 2 names different: declaration 'key' definition 'i'.
lighttpd-1.4.49/src/stat_cache.c:493:28: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lighttpd-1.4.49/src/stat_cache.c:557:66: note: Calling function 'stat_cache_mimetype_by_ext', 2nd argument 'name' value is 0
lighttpd-1.4.49/src/stat_cache.c:493:28: note: Null pointer addition
lighttpd-1.4.49/src/stat_cache.c:798:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lighttpd-1.4.49/src/stat_cache.c:608:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lighttpd-1.4.49/src/stat_cache.c:420:34: style: Function 'stat_cache_free' argument 1 names different: declaration 'fc' definition 'sc'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/stat_cache.h:11:41: note: Function 'stat_cache_free' argument 1 names different: declaration 'fc' definition 'sc'.
lighttpd-1.4.49/src/stat_cache.c:420:34: note: Function 'stat_cache_free' argument 1 names different: declaration 'fc' definition 'sc'.
lighttpd-1.4.49/src/stat_cache.c:604:95: style: Function 'stat_cache_get_entry' argument 4 names different: declaration 'sce' definition 'ret_sce'. [funcArgNamesDifferent]
lighttpd-1.4.49/src/stat_cache.h:16:95: note: Function 'stat_cache_get_entry' argument 4 names different: declaration 'sce' definition 'ret_sce'.
lighttpd-1.4.49/src/stat_cache.c:604:95: note: Function 'stat_cache_get_entry' argument 4 names different: declaration 'sce' definition 'ret_sce'.
lighttpd-1.4.49/src/stat_cache.c:610:14: style: Unused variable: lst [unusedVariable]
lighttpd-1.4.49/src/test_configfile.c:44:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lighttpd-1.4.49/src/test_configfile.c:46:8: style: The scope of the variable 'slash' can be reduced. [variableScope]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lightyears/lightyears_1.4.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/likwid/likwid_4.3.1+dfsg1.orig.tar.gz
likwid-4.3.1/bench/likwid-bench.c:368:29: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/likwid-bench.c:376:33: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/likwid-bench.c:376:33: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/likwid-bench.c:376:33: portability: %d in format string (no. 5) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/likwid-bench.c:173:32: style: Checking if unsigned variable 'demandIter' is less than zero. [unsignedLessThanZero]
likwid-4.3.1/bench/src/bench.c:97:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/src/bench.c:97:9: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
likwid-4.3.1/bench/src/bench.c:103:24: style: The scope of the variable 'sptr' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bench.c:114:22: style: The scope of the variable 'sptr' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bench.c:125:25: style: The scope of the variable 'dptr' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2310:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
likwid-4.3.1/bench/src/bstrlib.c:2308:19: note: outer condition: i>=buff->slen
likwid-4.3.1/bench/src/bstrlib.c:2310:23: note: identical inner condition: i>=buff->slen
likwid-4.3.1/bench/src/bstrlib.c:1763:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/bench/src/bstrlib.c:1811:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/bench/src/bstrlib.c:1849:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/bench/src/bstrlib.c:633:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:879:8: style: The scope of the variable 'v' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:909:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:909:8: style: The scope of the variable 'v' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:1397:11: style: The scope of the variable 'pd' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:1499:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:1739:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:1761:8: style: The scope of the variable 'l' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:1964:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2028:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2293:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2293:8: style: The scope of the variable 'p' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2358:8: style: The scope of the variable 'p' can be reduced. [variableScope]
likwid-4.3.1/bench/src/bstrlib.c:2503:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/bench/src/strUtil.c:205:22: style: The scope of the variable 'subtokens' can be reduced. [variableScope]
likwid-4.3.1/bench/src/strUtil.c:266:0: style: Variable 'parseStreams' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/bench/src/threads.c:83:9: style: The scope of the variable 'err' can be reduced. [variableScope]
likwid-4.3.1/bench/src/threads.c:93:15: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/ext/hwloc/hwloc/base64.c:136:15: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/bitmap.c:608:3: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/bitmap.c:603:0: note: Variable 'current' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/bitmap.c:608:3: note: Variable 'current' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/components.c:57:0: error: #error No mutex implementation available [preprocessorErrorDirective]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:815:7: style: Variable 'groupobjs' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:810:0: note: Variable 'groupobjs' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:815:7: note: Variable 'groupobjs' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:816:7: style: Variable 'groupsizes' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:811:0: note: Variable 'groupsizes' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:816:7: note: Variable 'groupsizes' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:817:7: style: Variable 'groupdistances' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:812:0: note: Variable 'groupdistances' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:817:7: note: Variable 'groupdistances' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/distances.c:452:18: style: The scope of the variable 'li' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:579:12: style: The scope of the variable 'nbobjs' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/distances.c:905:12: style: The scope of the variable 'nbobjs' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/misc.c:157:7: style: Condition '!name' is always true [knownConditionTrueFalse]
likwid-4.3.1/ext/hwloc/hwloc/misc.c:155:10: note: Assignment 'name=NULL', assigned value is 0
likwid-4.3.1/ext/hwloc/hwloc/misc.c:157:7: note: Condition '!name' is always true
likwid-4.3.1/ext/hwloc/hwloc/pci-common.c:225:7: style: The scope of the variable 'err' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:3086:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:4163:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2440:3: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2436:0: note: Variable 'file' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2440:3: note: Variable 'file' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2702:9: style: Variable 'core' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2698:0: note: Variable 'core' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2702:9: note: Variable 'core' is reassigned a value before the old one has been used.
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:531:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1986:18: style: The scope of the variable 'dirent' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1987:17: style: The scope of the variable 'index_' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1988:9: style: The scope of the variable 'hpfd' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1989:8: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1990:8: style: The scope of the variable 'path' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2094:12: style: The scope of the variable 'meminfo_hugepages_size' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2940:12: style: The scope of the variable 'online' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:3793:8: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:3885:7: style: The scope of the variable 'err' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:3916:16: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:4273:9: style: The scope of the variable 'gidname' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:4815:7: style: The scope of the variable 'err' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:1601:2: error: Common realloc mistake: 'maps' nulled but not freed upon failure [memleakOnRealloc]
likwid-4.3.1/ext/hwloc/hwloc/topology-linux.c:2474:5: error: Common realloc mistake: 'ret' nulled but not freed upon failure [memleakOnRealloc]
likwid-4.3.1/ext/hwloc/hwloc/topology-synthetic.c:703:12: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-synthetic.c:487:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
likwid-4.3.1/ext/hwloc/hwloc/topology-synthetic.c:1033:17: style: Variable 'tmplen' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/ext/hwloc/hwloc/topology-synthetic.c:1032:14: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:21: style: The scope of the variable 'apic_nextshift' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:37: style: The scope of the variable 'apic_number' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:50: style: The scope of the variable 'apic_type' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:61: style: The scope of the variable 'apic_id' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:74: style: The scope of the variable 'apic_shift' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:518:90: style: The scope of the variable 'id' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:596:18: style: The scope of the variable 'l' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:596:28: style: The scope of the variable 'type' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology-x86.c:625:16: style: Checking if unsigned variable 'infoId' is less than zero. [unsignedLessThanZero]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:172:9: style: Condition 'n>=1' is always false [knownConditionTrueFalse]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:170:8: note: Assignment 'n=-1', assigned value is -1
likwid-4.3.1/ext/hwloc/hwloc/topology.c:172:9: note: Condition 'n>=1' is always false
likwid-4.3.1/ext/hwloc/hwloc/topology.c:186:21: style: The scope of the variable 'obj' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:530:10: style: The scope of the variable 'len' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:1622:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:2217:20: style: The scope of the variable 'n_taken_objs' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:2217:34: style: The scope of the variable 'n_new_objs' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:2968:36: style: The scope of the variable 'pchild' can be reduced. [variableScope]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:290:5: error: Common realloc mistake: 'infos' nulled but not freed upon failure [memleakOnRealloc]
likwid-4.3.1/ext/hwloc/hwloc/topology.c:320:5: error: Common realloc mistake: 'dst_infos' nulled but not freed upon failure [memleakOnRealloc]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1587:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1593:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
likwid-4.3.1/src/access-daemon/accessDaemon.c:917:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1196:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1197:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1235:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/accessDaemon.c:1264:25: style: The scope of the variable 'numa_node' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/accessDaemon.c:147:11: style: Variable 'ptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:148:22: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:146:21: note: outer condition: sptr!=NULL
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:148:22: note: identical inner condition: sptr!=NULL
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:401:13: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:417:13: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:72:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:67:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:72:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:131:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:124:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:131:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:176:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:169:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:176:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:280:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:272:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:280:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:316:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:310:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:316:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:128:18: style: The scope of the variable 'd' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:240:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:168:9: style: Unused variable: i [unusedVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:168:12: style: Unused variable: j [unusedVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:168:15: style: Unused variable: k [unusedVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:170:10: style: Unused variable: cmd [unusedVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:172:10: style: Unused variable: tmp [unusedVariable]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:81:9: error: Resource leak: f [resourceLeak]
likwid-4.3.1/src/access-daemon/setFreq_cpufreq.c:83:5: error: Resource leak: f [resourceLeak]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:305:9: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:425:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:458:13: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:459:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:491:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:227:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:220:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:227:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:378:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:390:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:403:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:416:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:427:13: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:435:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:82:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:84:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:103:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:105:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:125:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:127:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:146:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:148:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:167:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:183:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:203:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:259:9: style: The scope of the variable 'range' can be reduced. [variableScope]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:88:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:109:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:131:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:152:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:178:12: error: Uninitialized variable: turbo_pct [uninitvar]
likwid-4.3.1/src/access-daemon/setFreq_pstate.c:214:12: error: Uninitialized variable: tmode [uninitvar]
likwid-4.3.1/src/access.c:160:19: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
likwid-4.3.1/src/access.c:158:24: note: outer condition: i<cpuid_topology.numHWThreads
likwid-4.3.1/src/access.c:160:19: note: opposite inner condition: i>=cpuid_topology.numHWThreads
likwid-4.3.1/src/access.c:194:6: warning: Either the condition 'data==NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
likwid-4.3.1/src/access.c:196:47: note: Assuming that condition 'data==NULL' is not redundant
likwid-4.3.1/src/access.c:194:6: note: Null pointer dereference
likwid-4.3.1/src/access.c:128:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/access.c:81:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/access_client.c:156:0: error: syntax error [syntaxError]
likwid-4.3.1/src/access_x86.c:84:12: error: Uninitialized variable: err [uninitvar]
likwid-4.3.1/src/access_x86.c:102:12: error: Uninitialized variable: err [uninitvar]
likwid-4.3.1/src/access_x86_msr.c:194:0: error: syntax error [syntaxError]
likwid-4.3.1/src/access_x86_pci.c:190:0: error: syntax error [syntaxError]
likwid-4.3.1/src/affinity.c:202:0: error: syntax error [syntaxError]
likwid-4.3.1/src/bstrlib.c:2310:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
likwid-4.3.1/src/bstrlib.c:2308:19: note: outer condition: i>=buff->slen
likwid-4.3.1/src/bstrlib.c:2310:23: note: identical inner condition: i>=buff->slen
likwid-4.3.1/src/bstrlib.c:1763:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/src/bstrlib.c:1811:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/src/bstrlib.c:1849:71: style: Same expression on both sides of '||'. [duplicateExpression]
likwid-4.3.1/src/bstrlib.c:633:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:879:8: style: The scope of the variable 'v' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:909:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:909:8: style: The scope of the variable 'v' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:1397:11: style: The scope of the variable 'pd' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:1499:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:1739:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:1761:8: style: The scope of the variable 'l' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:1964:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:2028:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:2293:5: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:2293:8: style: The scope of the variable 'p' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:2358:8: style: The scope of the variable 'p' can be reduced. [variableScope]
likwid-4.3.1/src/bstrlib.c:2503:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/configuration.c:94:36: warning: Either the condition 'if(fptr)' is redundant or there is possible null pointer dereference: fptr. [nullPointerRedundantCheck]
likwid-4.3.1/src/configuration.c:96:12: note: Assuming that condition 'if(fptr)' is not redundant
likwid-4.3.1/src/configuration.c:94:36: note: Null pointer dereference
likwid-4.3.1/src/configuration.c:101:113: warning: Either the condition 'if(fptr)' is redundant or there is possible null pointer dereference: fptr. [nullPointerRedundantCheck]
likwid-4.3.1/src/configuration.c:103:12: note: Assuming that condition 'if(fptr)' is not redundant
likwid-4.3.1/src/configuration.c:101:113: note: Null pointer dereference
likwid-4.3.1/src/configuration.c:332:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/configuration.c:136:9: style: Unused variable: i [unusedVariable]
likwid-4.3.1/src/configuration.c:211:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
likwid-4.3.1/src/cpuFeatures.c:289:0: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/cpustring.c:190:9: style: Variable 'parts' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/cpustring.c:189:0: note: Variable 'parts' is reassigned a value before the old one has been used.
likwid-4.3.1/src/cpustring.c:190:9: note: Variable 'parts' is reassigned a value before the old one has been used.
likwid-4.3.1/src/cpustring.c:824:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/frequency.c:74:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:68:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:74:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:227:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:220:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:227:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:249:5: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:247:0: note: Variable 'cur' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:249:5: note: Variable 'cur' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:313:5: style: Variable 'cur' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:311:0: note: Variable 'cur' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:313:5: note: Variable 'cur' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:355:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:349:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:355:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:366:9: style: Variable 'eptr' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency.c:365:9: note: Variable 'eptr' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:366:9: note: Variable 'eptr' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency.c:369:13: error: Resource leak: f [resourceLeak]
likwid-4.3.1/src/frequency.c:373:9: error: Resource leak: f [resourceLeak]
likwid-4.3.1/src/frequency.c:375:5: error: Resource leak: f [resourceLeak]
likwid-4.3.1/src/frequency_acpi.c:64:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency_acpi.c:56:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency_acpi.c:64:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency_acpi.c:89:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/frequency_acpi.c:83:0: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency_acpi.c:89:5: note: Variable 'f' is reassigned a value before the old one has been used.
likwid-4.3.1/src/frequency_pstate.c:58:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:74:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:91:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:94:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:126:10: style: The scope of the variable 'line' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:128:11: style: The scope of the variable 'eptr' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:149:10: style: The scope of the variable 'readval' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:175:9: style: The scope of the variable 'range' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:185:16: style: The scope of the variable 't' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:204:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:205:18: style: The scope of the variable 'pct' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:238:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:239:18: style: The scope of the variable 'pct' can be reduced. [variableScope]
likwid-4.3.1/src/frequency_pstate.c:98:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/frequency_pstate.c:132:16: style: Variable 'eptr' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/frequency_pstate.c:172:24: style: Variable 'trb' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/frequency_pstate.c:69:12: error: Uninitialized variable: tmode [uninitvar]
likwid-4.3.1/src/frequency_pstate.c:85:12: error: Uninitialized variable: turbo_pct [uninitvar]
likwid-4.3.1/src/ghash.c:687:9: style: The scope of the variable 'length' can be reduced. [variableScope]
likwid-4.3.1/src/hashTable.c:170:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/hashTable.c:180:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/hashTable.c:187:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/hashTable.c:194:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/hashTable.c:201:17: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/hashTable.c:214:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
likwid-4.3.1/src/hashTable.c:91:5: style: Variable 'resEntry' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/hashTable.c:89:0: note: Variable 'resEntry' is reassigned a value before the old one has been used.
likwid-4.3.1/src/hashTable.c:91:5: note: Variable 'resEntry' is reassigned a value before the old one has been used.
likwid-4.3.1/src/libperfctr.c:400:0: error: syntax error [syntaxError]
likwid-4.3.1/src/luawid.c:2265:5: style: Variable 'events' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/luawid.c:2262:0: note: Variable 'events' is reassigned a value before the old one has been used.
likwid-4.3.1/src/luawid.c:2265:5: note: Variable 'events' is reassigned a value before the old one has been used.
likwid-4.3.1/src/luawid.c:2323:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/luawid.c:2317:0: note: Variable 'name' is reassigned a value before the old one has been used.
likwid-4.3.1/src/luawid.c:2323:5: note: Variable 'name' is reassigned a value before the old one has been used.
likwid-4.3.1/src/luawid.c:86:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/luawid.c:643:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/luawid.c:750:15: style: The scope of the variable 'coreNode' can be reduced. [variableScope]
likwid-4.3.1/src/luawid.c:751:9: style: The scope of the variable 'coreCount' can be reduced. [variableScope]
likwid-4.3.1/src/luawid.c:2410:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/luawid.c:1942:15: style: Unused variable: cpuset [unusedVariable]
likwid-4.3.1/src/luawid.c:2108:17: style: Variable 'cpuID' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/luawid.c:2109:18: style: Variable 'silent' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/numa_proc.c:78:20: style: The scope of the variable 'de' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:116:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:167:9: style: The scope of the variable 'count' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:169:11: style: The scope of the variable 'j' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:171:19: style: The scope of the variable 'val' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:173:9: style: The scope of the variable 'cursor' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:247:9: style: The scope of the variable 'count' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:249:22: style: The scope of the variable 'tokens' can be reduced. [variableScope]
likwid-4.3.1/src/numa_proc.c:239:5: error: Resource leak: fp [resourceLeak]
likwid-4.3.1/src/numa_proc.c:288:5: error: Resource leak: fp [resourceLeak]
likwid-4.3.1/src/pci_hwloc.c:152:25: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'char *'. [invalidPrintfArgType_uint]
likwid-4.3.1/src/pci_hwloc.c:100:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/pci_hwloc.c:130:25: style: The scope of the variable 'numa_node' can be reduced. [variableScope]
likwid-4.3.1/src/pci_hwloc.c:57:9: style: Unused variable: flags [unusedVariable]
likwid-4.3.1/src/pci_hwloc.c:99:10: style: Unused variable: testDev [unusedVariable]
likwid-4.3.1/src/pci_hwloc.c:149:31: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/pci_proc.c:52:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
likwid-4.3.1/src/pci_proc.c:53:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/src/perfgroup.c:623:0: error: syntax error [syntaxError]
likwid-4.3.1/src/perfmon.c:212:0: error: syntax error [syntaxError]
likwid-4.3.1/src/power.c:332:0: error: syntax error [syntaxError]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:94:5: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:86:0: note: Variable 'str' is reassigned a value before the old one has been used.
likwid-4.3.1/src/pthread-overload/pthread-overload.c:94:5: note: Variable 'str' is reassigned a value before the old one has been used.
likwid-4.3.1/src/pthread-overload/pthread-overload.c:88:11: style: The scope of the variable 'delimiter' can be reduced. [variableScope]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:89:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:132:16: style: The scope of the variable 'npinned' can be reduced. [variableScope]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:135:16: style: The scope of the variable 'overflowed' can be reduced. [variableScope]
likwid-4.3.1/src/pthread-overload/pthread-overload.c:184:15: style: The scope of the variable 'fpipe' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:286:9: style: The scope of the variable 'status' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:305:14: style: The scope of the variable 'eax' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:305:24: style: The scope of the variable 'ebx' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:305:34: style: The scope of the variable 'ecx' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:305:44: style: The scope of the variable 'edx' can be reduced. [variableScope]
likwid-4.3.1/src/timer.c:293:18: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/src/timer.c:350:14: style: Unused variable: cycles [unusedVariable]
likwid-4.3.1/src/timer.c:373:9: style: Unused variable: err [unusedVariable]
likwid-4.3.1/src/topology.c:934:0: error: syntax error [syntaxError]
likwid-4.3.1/src/topology_cpuid.c:604:0: error: syntax error [syntaxError]
likwid-4.3.1/src/topology_hwloc.c:56:5: style: Variable 'eax' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_hwloc.c:55:0: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:56:5: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:57:5: style: Variable 'ecx' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_hwloc.c:55:0: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:57:5: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:65:5: style: Variable 'eax' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_hwloc.c:64:0: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:65:5: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:66:5: style: Variable 'ecx' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_hwloc.c:64:0: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_hwloc.c:66:5: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:45:5: style: Variable 'eax' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_proc.c:43:0: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:45:5: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:136:5: style: Variable 'eax' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_proc.c:135:0: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:136:5: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:137:5: style: Variable 'ecx' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_proc.c:135:0: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:137:5: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:145:5: style: Variable 'eax' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_proc.c:144:0: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:145:5: note: Variable 'eax' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:146:5: style: Variable 'ecx' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/topology_proc.c:144:0: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:146:5: note: Variable 'ecx' is reassigned a value before the old one has been used.
likwid-4.3.1/src/topology_proc.c:156:9: style: The scope of the variable 'i' can be reduced. [variableScope]
likwid-4.3.1/src/topology_proc.c:157:9: style: The scope of the variable 'HWthreads' can be reduced. [variableScope]
likwid-4.3.1/src/topology_proc.c:417:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
likwid-4.3.1/src/topology_proc.c:255:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
likwid-4.3.1/src/topology_proc.c:234:5: error: Resource leak: fp [resourceLeak]
likwid-4.3.1/src/tree.c:85:5: style: Variable 'digger' is reassigned a value before the old one has been used. [redundantAssignment]
likwid-4.3.1/src/tree.c:82:0: note: Variable 'digger' is reassigned a value before the old one has been used.
likwid-4.3.1/src/tree.c:85:5: note: Variable 'digger' is reassigned a value before the old one has been used.
likwid-4.3.1/src/tree.c:77:7: style: The scope of the variable 'level' can be reduced. [variableScope]
likwid-4.3.1/test/MPI_pin_test.c:25:16: style: Variable 'read' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream-API.c:299:18: style: Variable 'scale_time' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream-API.c:351:19: style: Variable 'stream_time' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream.c:106:12: style: The scope of the variable 'scalar' can be reduced. [variableScope]
likwid-4.3.1/test/stream_cilk.c:136:20: style: Variable 'totalworkers' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:126:10: style: Unused variable: cpuCount [unusedVariable]
likwid-4.3.1/test/stream_cilk.c:140:9: style: Variable 'sums' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:129:15: style: Unused variable: cpuset [unusedVariable]
likwid-4.3.1/test/stream_cilk.c:131:0: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:145:16: style: Variable 'allocate_vector' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:146:16: style: Variable 'allocate_vector' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:147:16: style: Variable 'allocate_vector' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:148:16: style: Variable 'allocate_vector' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:163:24: style: Variable 'LIKWID_MARKER_START' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:172:24: style: Variable 'LIKWID_MARKER_STOP' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:184:24: style: Variable 'LIKWID_MARKER_START' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/stream_cilk.c:193:24: style: Variable 'LIKWID_MARKER_STOP' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/test-likwidAPI.c:770:38: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
likwid-4.3.1/test/test-likwidAPI.c:770:21: note: outer condition: verbose>0
likwid-4.3.1/test/test-likwidAPI.c:770:38: note: identical inner condition: verbose>0
likwid-4.3.1/test/test-likwidAPI.c:1182:5: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
likwid-4.3.1/test/test-likwidAPI.c:2158:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/test/test-likwidAPI.c:1186:1: style: Label 'fail' is not used. [unusedLabel]
likwid-4.3.1/test/test-likwidAPI.c:2024:1: style: Label 'fail' is not used. [unusedLabel]
likwid-4.3.1/test/test-likwidAPI.c:2045:1: style: Label 'fail' is not used. [unusedLabel]
likwid-4.3.1/test/test-msr-access.c:60:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/test/test-msr-access.c:83:13: portability: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_uint]
likwid-4.3.1/test/test-msr-access.c:47:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/test/test-msr-access.c:49:14: style: The scope of the variable 'reg' can be reduced. [variableScope]
likwid-4.3.1/test/test-msr-access.c:70:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
likwid-4.3.1/test/test-msr-access.c:72:14: style: The scope of the variable 'reg' can be reduced. [variableScope]
likwid-4.3.1/test/test-msr-access.c:93:0: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/testTBB.cc:25:8: style: Technically the member function 'mytask::operator()' can be const. [functionConst]
likwid-4.3.1/test/testTBB.cc:22:3: style: Struct 'mytask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
likwid-4.3.1/test/testTBB.cc:36:3: style: Struct 'executor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
likwid-4.3.1/test/testmarker-cnt.c:14:12: style: The scope of the variable 'j' can be reduced. [variableScope]
likwid-4.3.1/test/testmarker-cnt.c:15:12: style: The scope of the variable 'alpha' can be reduced. [variableScope]
likwid-4.3.1/test/testmarker-nested.c:19:0: style: Variable 'alpha' is assigned a value that is never used. [unreadVariable]
likwid-4.3.1/test/testmarker-omp.c:15:12: style: The scope of the variable 'alpha' can be reduced. [variableScope]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lilo/lilo_24.2.orig.tar.gz
lilo-24.2/diagnose/cprintf.c:174:0: error: Syntax error in #if [preprocessorErrorDirective]
lilo-24.2/diagnose/test4.c:914:6: style: Condition 'm' is always true [knownConditionTrueFalse]
lilo-24.2/diagnose/test4.c:913:4: note: Assignment 'm=1', assigned value is 1
lilo-24.2/diagnose/test4.c:914:6: note: Condition 'm' is always true
lilo-24.2/diagnose/test4.c:384:13: style: The scope of the variable 's1' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:517:24: style: The scope of the variable 'vtemp' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:962:14: style: The scope of the variable 'drvtyp' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:964:14: style: The scope of the variable 'dt' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:969:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:969:11: style: The scope of the variable 'h' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:969:13: style: The scope of the variable 's' can be reduced. [variableScope]
lilo-24.2/diagnose/test4.c:869:12: style: struct member 'EDDparam::sec_size' is never used. [unusedStructMember]
lilo-24.2/diagnose/test4.c:871:11: style: struct member 'EDDparam::params' is never used. [unusedStructMember]
lilo-24.2/diagnose/test4.c:80:6: style: Unused variable: ax [unusedVariable]
lilo-24.2/diagnose/test4.c:89:6: style: Variable 'ax' is not assigned a value. [unassignedVariable]
lilo-24.2/diagnose/test4.c:488:16: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/diagnose/test4.c:1049:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/diagnose/test5.c:306:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lilo-24.2/diagnose/test5.c:272:10: style: The scope of the variable 'addr' can be reduced. [variableScope]
lilo-24.2/diagnose/test5.c:273:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lilo-24.2/diagnose/test5.c:64:7: style: union member 'Anonymous1::wsector' is never used. [unusedStructMember]
lilo-24.2/diagnose/test5.c:339:9: style: Unused variable: m [unusedVariable]
lilo-24.2/diagnose/test5.c:339:15: style: Unused variable: dev [unusedVariable]
lilo-24.2/src/boot.c:314:9: style: The scope of the variable 'b_fd' can be reduced. [variableScope]
lilo-24.2/src/boot.c:314:19: style: The scope of the variable 'walk' can be reduced. [variableScope]
lilo-24.2/src/boot.c:314:24: style: The scope of the variable 'found' can be reduced. [variableScope]
lilo-24.2/src/boot.c:439:15: style: Variable 'n' is not assigned a value. [unassignedVariable]
lilo-24.2/src/bsect.c:1388:35: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lilo-24.2/src/bsect.c:128:11: style: The scope of the variable 'here' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:266:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:285:11: style: The scope of the variable 'brace' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:321:6: style: The scope of the variable 'crc' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:434:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:521:18: style: The scope of the variable 'fg' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:570:17: style: The scope of the variable 'coms' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:571:17: style: The scope of the variable 'parity' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:578:12: style: The scope of the variable 'speed' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:578:30: style: The scope of the variable 'dataend' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:579:9: style: The scope of the variable 'm_fd' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:579:16: style: The scope of the variable 'kt_fd' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:580:35: style: The scope of the variable 'walk' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:580:41: style: The scope of the variable 'this' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:585:18: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:741:10: style: The scope of the variable 'bits' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:964:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1066:11: style: The scope of the variable 'here' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1066:17: style: The scope of the variable 'root' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1066:23: style: The scope of the variable 'ram_disk' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1066:33: style: The scope of the variable 'vga' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1067:20: style: The scope of the variable 'append' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1416:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1417:12: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1581:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1601:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1601:18: style: The scope of the variable 'loader' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1669:9: style: The scope of the variable 'bios' can be reduced. [variableScope]
lilo-24.2/src/bsect.c:1620:28: style: Function 'bsect_uninstall' argument 1 names different: declaration 'boot_dev_name' definition 'boot_dev'. [funcArgNamesDifferent]
lilo-24.2/src/bsect.h:82:28: note: Function 'bsect_uninstall' argument 1 names different: declaration 'boot_dev_name' definition 'boot_dev'.
lilo-24.2/src/bsect.c:1620:28: note: Function 'bsect_uninstall' argument 1 names different: declaration 'boot_dev_name' definition 'boot_dev'.
lilo-24.2/src/bsect.c:988:17: warning: Ineffective statement similar to '*A++;'. Did you intend to write '(*A)++;'? [clarifyStatement]
lilo-24.2/src/cfg.c:639:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lilo-24.2/src/common.c:207:18: style: The scope of the variable 'ch' can be reduced. [variableScope]
lilo-24.2/src/device.c:1007:14: error: Array 'vm[64]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
lilo-24.2/src/device.c:843:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/device.c:843:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/device.c:57:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lilo-24.2/src/device.c:199:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lilo-24.2/src/device.c:270:15: style: The scope of the variable 'dev' can be reduced. [variableScope]
lilo-24.2/src/device.c:300:25: style: The scope of the variable 'tem2' can be reduced. [variableScope]
lilo-24.2/src/device.c:594:12: style: The scope of the variable 'fd' can be reduced. [variableScope]
lilo-24.2/src/device.c:594:16: style: The scope of the variable 'valid' can be reduced. [variableScope]
lilo-24.2/src/device.c:708:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
lilo-24.2/src/device.c:709:20: style: The scope of the variable 'word' can be reduced. [variableScope]
lilo-24.2/src/device.c:880:9: style: The scope of the variable 'major' can be reduced. [variableScope]
lilo-24.2/src/device.c:1004:10: style: The scope of the variable 'serial' can be reduced. [variableScope]
lilo-24.2/src/device.c:550:20: style: Function 'new_serial' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
lilo-24.2/src/device.h:75:20: note: Function 'new_serial' argument 1 names different: declaration 'device' definition 'dev'.
lilo-24.2/src/device.c:550:20: note: Function 'new_serial' argument 1 names different: declaration 'device' definition 'dev'.
lilo-24.2/src/edit.c:360:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'int'. [invalidPrintfArgType_sint]
lilo-24.2/src/edit.c:206:11: style: The scope of the variable 'yn' can be reduced. [variableScope]
lilo-24.2/src/edit.c:351:17: style: The scope of the variable 'line' can be reduced. [variableScope]
lilo-24.2/src/edit.c:477:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lilo-24.2/src/edit.c:531:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lilo-24.2/src/edit.c:605:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lilo-24.2/src/edit.c:707:27: style: Function 'do_bitmap_edit' argument 1 names different: declaration 'bitmap_file' definition 'filename'. [funcArgNamesDifferent]
lilo-24.2/src/edit.h:30:27: note: Function 'do_bitmap_edit' argument 1 names different: declaration 'bitmap_file' definition 'filename'.
lilo-24.2/src/edit.c:707:27: note: Function 'do_bitmap_edit' argument 1 names different: declaration 'bitmap_file' definition 'filename'.
lilo-24.2/src/edit.c:319:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lilo-24.2/src/edit.c:235:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:236:15: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:237:16: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:238:16: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:241:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:242:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:260:17: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:261:17: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:262:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:263:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:326:74: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:327:70: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:414:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/edit.c:467:19: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lilo-24.2/src/geometry.c:1179:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/geometry.c:1182:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/geometry.c:156:11: style: The scope of the variable 'here' can be reduced. [variableScope]
lilo-24.2/src/geometry.c:158:9: style: The scope of the variable 'disk_section' can be reduced. [variableScope]
lilo-24.2/src/geometry.c:158:22: style: The scope of the variable 'items' can be reduced. [variableScope]
lilo-24.2/src/geometry.c:1453:16: style: The scope of the variable 'linear_warnings' can be reduced. [variableScope]
lilo-24.2/src/geometry.c:872:32: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
lilo-24.2/src/geometry.c:934:32: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
lilo-24.2/src/geometry.c:954:32: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
lilo-24.2/src/identify.c:39:21: warning: Either the condition 'if(opt&&!image&&!ramdisk&&!kt&&!append&&!idefault&&!root)' is redundant or there is possible null pointer dereference: opt. [nullPointerRedundantCheck]
lilo-24.2/src/identify.c:40:8: note: Assuming that condition 'if(opt&&!image&&!ramdisk&&!kt&&!append&&!idefault&&!root)' is not redundant
lilo-24.2/src/identify.c:39:21: note: Null pointer dereference
lilo-24.2/src/identify.c:91:29: warning: Either the condition 'appstr' is redundant or there is possible null pointer dereference: appstr. [nullPointerRedundantCheck]
lilo-24.2/src/identify.c:89:16: note: Assuming that condition 'appstr' is not redundant
lilo-24.2/src/identify.c:91:29: note: Null pointer dereference
lilo-24.2/src/identify.c:91:37: warning: Either the condition 'addappstr' is redundant or there is possible null pointer dereference: addappstr. [nullPointerRedundantCheck]
lilo-24.2/src/identify.c:89:53: note: Assuming that condition 'addappstr' is not redundant
lilo-24.2/src/identify.c:91:37: note: Null pointer dereference
lilo-24.2/src/lilo.c:190:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/lilo.c:398:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/lilo.c:460:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/lilo.c:94:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lilo-24.2/src/lilo.c:267:11: style: The scope of the variable 'name' can be reduced. [variableScope]
lilo-24.2/src/lilo.c:269:9: style: The scope of the variable 'tsecs' can be reduced. [variableScope]
lilo-24.2/src/lilo.c:560:58: style: The scope of the variable 'ch' can be reduced. [variableScope]
lilo-24.2/src/lilo.c:331:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:332:83: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:336:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:338:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:340:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:342:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:344:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:400:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:427:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:429:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/lilo.c:430:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lilo-24.2/src/map.c:52:30: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lilo-24.2/src/map.c:42:17: style: The scope of the variable 'image' can be reduced. [variableScope]
lilo-24.2/src/map.c:44:18: style: The scope of the variable 'end' can be reduced. [variableScope]
lilo-24.2/src/map.c:218:33: style: The scope of the variable 'adj' can be reduced. [variableScope]
lilo-24.2/src/map.c:344:26: style: The scope of the variable 'hinib' can be reduced. [variableScope]
lilo-24.2/src/map.c:425:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lilo-24.2/src/map.c:362:3: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
lilo-24.2/src/partition.c:252:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/partition.c:89:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
lilo-24.2/src/partition.c:145:10: style: The scope of the variable 'backup_file' can be reduced. [variableScope]
lilo-24.2/src/partition.c:146:13: style: The scope of the variable 'bck_file' can be reduced. [variableScope]
lilo-24.2/src/partition.c:751:13: style: The scope of the variable 'daddr' can be reduced. [variableScope]
lilo-24.2/src/partition.c:573:24: style: Function 'do_activate' argument 1 names different: declaration 'where' definition 'part'. [funcArgNamesDifferent]
lilo-24.2/src/partition.h:76:24: note: Function 'do_activate' argument 1 names different: declaration 'where' definition 'part'.
lilo-24.2/src/partition.c:573:24: note: Function 'do_activate' argument 1 names different: declaration 'where' definition 'part'.
lilo-24.2/src/partition.c:670:27: style: Function 'do_install_mbr' argument 1 names different: declaration 'where' definition 'part'. [funcArgNamesDifferent]
lilo-24.2/src/partition.h:79:27: note: Function 'do_install_mbr' argument 1 names different: declaration 'where' definition 'part'.
lilo-24.2/src/partition.c:670:27: note: Function 'do_install_mbr' argument 1 names different: declaration 'where' definition 'part'.
lilo-24.2/src/partition.c:495:18: style: Variable 'part_base' is assigned a value that is never used. [unreadVariable]
lilo-24.2/src/probe.c:310:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
lilo-24.2/src/probe.c:313:18: style: The scope of the variable 'total' can be reduced. [variableScope]
lilo-24.2/src/probe.c:880:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lilo-24.2/src/probe.c:881:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
lilo-24.2/src/probe.c:904:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lilo-24.2/src/probe.c:1151:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lilo-24.2/src/probe.c:1151:24: style: The scope of the variable 'sv' can be reduced. [variableScope]
lilo-24.2/src/probe.c:329:15: style: Unsigned variable 'drive' can't be negative so it is unnecessary to test it. [unsignedPositive]
lilo-24.2/src/probe.c:1175:2: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
lilo-24.2/src/probe.c:1173:2: style: Variable 'uniq' is assigned a value that is never used. [unreadVariable]
lilo-24.2/src/probe.c:1170:2: style: Variable 'valid' is assigned a value that is never used. [unreadVariable]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:215:5: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lilo-24.2/src/raid.c:92:9: style: The scope of the variable 'pass' can be reduced. [variableScope]
lilo-24.2/src/raid.c:92:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
lilo-24.2/src/raid.c:94:9: style: The scope of the variable 'md_fd' can be reduced. [variableScope]
lilo-24.2/src/raid.c:101:9: style: The scope of the variable 'raid_offset_set' can be reduced. [variableScope]
lilo-24.2/src/raid.c:101:26: style: The scope of the variable 'all_pri_eq' can be reduced. [variableScope]
lilo-24.2/src/raid.c:101:38: style: The scope of the variable 'pri_index' can be reduced. [variableScope]
lilo-24.2/src/raid.c:102:9: style: The scope of the variable 'pri_offset' can be reduced. [variableScope]
lilo-24.2/src/raid.c:103:9: style: The scope of the variable 'raid_limit' can be reduced. [variableScope]
lilo-24.2/src/raid.c:623:12: style: The scope of the variable 'j' can be reduced. [variableScope]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lilv/lilv_0.24.2~dfsg0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lilypond/lilypond_2.19.81+really-2.18.2.orig.tar.gz
Checking lilypond-2.18.2/flower/rational.cc: __GCC__=1;__GCC__=1...

lilypond-2.18.2/flower/cpu-timer.cc:30:0: error: #error cannot determine CLOCKS_PER_SEC [preprocessorErrorDirective]
lilypond-2.18.2/flower/file-path.cc:66:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lilypond-2.18.2/flower/file-path.cc:91:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
[02:41]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/l/lilyterm/lilyterm_0.9.9.4.orig.tar.gz
LilyTerm-0.9.9.4/src/console.c:172:78: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:182:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:196:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:258:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:259:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:260:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/console.c:261:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:115:3: style: Variable 'win_data' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/dialog.c:94:0: note: Variable 'win_data' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:115:3: note: Variable 'win_data' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:2040:2: style: Variable 'win_data->temp_index' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/dialog.c:2033:2: note: Variable 'win_data->temp_index' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:2040:2: note: Variable 'win_data->temp_index' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:2573:3: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/dialog.c:2563:0: note: Variable 'label' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:2573:3: note: Variable 'label' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/dialog.c:1687:36: warning: Redundant assignment of 'dialog_data->original_color' to itself. [selfAssignment]
LilyTerm-0.9.9.4/src/dialog.c:1120:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LilyTerm-0.9.9.4/src/dialog.c:953:73: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:979:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:994:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:1011:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:2741:62: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:2874:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:3147:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/dialog.c:2781:43: style: Function 'deal_dialog_key_press' argument 1 names different: declaration 'widget' definition 'window'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/dialog.h:126:43: note: Function 'deal_dialog_key_press' argument 1 names different: declaration 'widget' definition 'window'.
LilyTerm-0.9.9.4/src/dialog.c:2781:43: note: Function 'deal_dialog_key_press' argument 1 names different: declaration 'widget' definition 'window'.
LilyTerm-0.9.9.4/src/dialog.c:2882:52: style: Function 'deal_dialog_key_press_join_string' argument 1 names different: declaration 'value' definition 'key_value'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/dialog.h:127:52: note: Function 'deal_dialog_key_press_join_string' argument 1 names different: declaration 'value' definition 'key_value'.
LilyTerm-0.9.9.4/src/dialog.c:2882:52: note: Function 'deal_dialog_key_press_join_string' argument 1 names different: declaration 'value' definition 'key_value'.
LilyTerm-0.9.9.4/src/dialog.c:2882:88: style: Function 'deal_dialog_key_press_join_string' argument 3 names different: declaration 'mask' definition 'append'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/dialog.h:127:84: note: Function 'deal_dialog_key_press_join_string' argument 3 names different: declaration 'mask' definition 'append'.
LilyTerm-0.9.9.4/src/dialog.c:2882:88: note: Function 'deal_dialog_key_press_join_string' argument 3 names different: declaration 'mask' definition 'append'.
LilyTerm-0.9.9.4/src/dialog.c:3053:37: style: Function 'recover_page_colors' argument 1 names different: declaration 'dialog' definition 'dialog_window'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/dialog.h:129:37: note: Function 'recover_page_colors' argument 1 names different: declaration 'dialog' definition 'dialog_window'.
LilyTerm-0.9.9.4/src/dialog.c:3053:37: note: Function 'recover_page_colors' argument 1 names different: declaration 'dialog' definition 'dialog_window'.
LilyTerm-0.9.9.4/src/dialog.c:3289:36: warning: Function 'set_new_ansi_color' argument order different: declaration 'vte, color_orig, color, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color' definition 'vte, color, color_orig, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color' [funcArgOrderDifferent]
LilyTerm-0.9.9.4/src/dialog.h:132:36: note: Function 'set_new_ansi_color' argument order different: declaration 'vte, color_orig, color, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color' definition 'vte, color, color_orig, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color'
LilyTerm-0.9.9.4/src/dialog.c:3289:36: note: Function 'set_new_ansi_color' argument order different: declaration 'vte, color_orig, color, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color' definition 'vte, color, color_orig, color_brightness, invert_color, default_vte_color, cursor_color, dim_fg_color'
LilyTerm-0.9.9.4/src/main.c:787:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LilyTerm-0.9.9.4/src/main.c:821:12: style: The scope of the variable 'child_process_list' can be reduced. [variableScope]
LilyTerm-0.9.9.4/src/main.c:823:18: style: The scope of the variable 'temp_win_data' can be reduced. [variableScope]
LilyTerm-0.9.9.4/src/main.c:692:27: style: Function 'socket_fault' argument 1 names different: declaration 'i' definition 'type'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/main.h:48:27: note: Function 'socket_fault' argument 1 names different: declaration 'i' definition 'type'.
LilyTerm-0.9.9.4/src/main.c:692:27: note: Function 'socket_fault' argument 1 names different: declaration 'i' definition 'type'.
LilyTerm-0.9.9.4/src/menu.c:1895:3: style: Variable 'create_separator' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/menu.c:1886:0: note: Variable 'create_separator' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/menu.c:1895:3: note: Variable 'create_separator' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/menu.c:2069:4: style: Variable 'argv' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/menu.c:2063:0: note: Variable 'argv' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/menu.c:2069:4: note: Variable 'argv' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/menu.c:652:35: style: Function 'set_cursor_blinks' argument 1 names different: declaration 'widget' definition 'menuitem_cursor_blinks'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/menu.h:83:35: note: Function 'set_cursor_blinks' argument 1 names different: declaration 'widget' definition 'menuitem_cursor_blinks'.
LilyTerm-0.9.9.4/src/menu.c:652:35: note: Function 'set_cursor_blinks' argument 1 names different: declaration 'widget' definition 'menuitem_cursor_blinks'.
LilyTerm-0.9.9.4/src/menu.c:683:34: style: Function 'set_audible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_audible_bell'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/menu.h:84:34: note: Function 'set_audible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_audible_bell'.
LilyTerm-0.9.9.4/src/menu.c:683:34: note: Function 'set_audible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_audible_bell'.
LilyTerm-0.9.9.4/src/menu.c:706:34: style: Function 'set_visible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_visible_bell'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/menu.h:85:34: note: Function 'set_visible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_visible_bell'.
LilyTerm-0.9.9.4/src/menu.c:706:34: note: Function 'set_visible_bell' argument 1 names different: declaration 'widget' definition 'menuitem_visible_bell'.
LilyTerm-0.9.9.4/src/menu.c:729:33: style: Function 'set_urgent_bell' argument 1 names different: declaration 'widget' definition 'menuitem_urgent_bell'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/lilyterm.h:275:33: note: Function 'set_urgent_bell' argument 1 names different: declaration 'widget' definition 'menuitem_urgent_bell'.
LilyTerm-0.9.9.4/src/menu.c:729:33: note: Function 'set_urgent_bell' argument 1 names different: declaration 'widget' definition 'menuitem_urgent_bell'.
LilyTerm-0.9.9.4/src/menu.c:1333:37: style: Function 'new_tab_with_locale' argument 1 names different: declaration 'local_menuitem' definition 'locale_menuitem'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/menu.h:62:37: note: Function 'new_tab_with_locale' argument 1 names different: declaration 'local_menuitem' definition 'locale_menuitem'.
LilyTerm-0.9.9.4/src/menu.c:1333:37: note: Function 'new_tab_with_locale' argument 1 names different: declaration 'local_menuitem' definition 'locale_menuitem'.
LilyTerm-0.9.9.4/src/notebook.c:706:3: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/notebook.c:702:0: note: Variable 'window' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/notebook.c:706:3: note: Variable 'window' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/notebook.c:851:5: style: Variable 'win_data->current_vte' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/notebook.c:847:5: note: Variable 'win_data->current_vte' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/notebook.c:851:5: note: Variable 'win_data->current_vte' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/notebook.c:1148:38: style: Function 'vte_button_press' argument 1 names different: declaration 'widget' definition 'vte'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/notebook.h:38:38: note: Function 'vte_button_press' argument 1 names different: declaration 'widget' definition 'vte'.
LilyTerm-0.9.9.4/src/notebook.c:1148:38: note: Function 'vte_button_press' argument 1 names different: declaration 'widget' definition 'vte'.
LilyTerm-0.9.9.4/src/pagename.c:44:15: style: The scope of the variable 'page_data' can be reduced. [variableScope]
LilyTerm-0.9.9.4/src/pagename.c:703:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
LilyTerm-0.9.9.4/src/profile.c:1533:11: style: The scope of the variable 'color_value' can be reduced. [variableScope]
LilyTerm-0.9.9.4/src/property.c:243:31: style: Function 'set_vte_color' argument 1 names different: declaration 'vet' definition 'vte'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/lilyterm.h:166:31: note: Function 'set_vte_color' argument 1 names different: declaration 'vet' definition 'vte'.
LilyTerm-0.9.9.4/src/property.c:243:31: note: Function 'set_vte_color' argument 1 names different: declaration 'vet' definition 'vte'.
LilyTerm-0.9.9.4/src/window.c:542:3: style: Variable 'total_page' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/window.c:538:0: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:542:3: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:634:2: style: Variable 'win_data->temp_data' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/window.c:630:2: note: Variable 'win_data->temp_data' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:634:2: note: Variable 'win_data->temp_data' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:1078:4: style: Variable 'total_page' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/window.c:1074:0: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:1078:4: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:3244:3: style: Variable 'show' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/window.c:3240:0: note: Variable 'show' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:3244:3: note: Variable 'show' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:3262:3: style: Variable 'total_page' is reassigned a value before the old one has been used. [redundantAssignment]
LilyTerm-0.9.9.4/src/window.c:3258:0: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:3262:3: note: Variable 'total_page' is reassigned a value before the old one has been used.
LilyTerm-0.9.9.4/src/window.c:987:38: style: Function 'window_key_press' argument 1 names different: declaration 'widget' definition 'window'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/window.h:47:38: note: Function 'window_key_press' argument 1 names different: declaration 'widget' definition 'window'.
LilyTerm-0.9.9.4/src/window.c:987:38: note: Function 'window_key_press' argument 1 names different: declaration 'widget' definition 'window'.
LilyTerm-0.9.9.4/src/window.c:3232:43: style: Function 'hide_scrollback_lines' argument 1 names different: declaration 'widget' definition 'menu_item'. [funcArgNamesDifferent]
LilyTerm-0.9.9.4/src/lilyterm.h:122:43: note: Function 'hide_scrollback_lines' argument 1 names different: declaration 'widget' definition 'menu_item'.
LilyTerm-0.9.9.4/src/window.c:3232:43: note: Function 'hide_scrollback_lines' argument 1 names different: declaration 'widget' definition 'menu_item'.
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/limba/limba_0.5.6.orig.tar.xz
Limba-0.5.6/contrib/licompile/buildlist.c:62:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:58:0: note: Variable 'ret' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:62:2: note: Variable 'ret' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:122:3: style: Variable 'split' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:120:0: note: Variable 'split' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:122:3: note: Variable 'split' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:166:3: style: Variable 'fi' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:161:0: note: Variable 'fi' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:166:3: note: Variable 'fi' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:199:4: style: Variable 'split' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:195:0: note: Variable 'split' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:199:4: note: Variable 'split' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:206:5: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:203:0: note: Variable 'line' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:206:5: note: Variable 'line' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:208:5: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:204:0: note: Variable 'regex' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:208:5: note: Variable 'regex' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:224:6: style: Variable 'version' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:218:0: note: Variable 'version' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:224:6: note: Variable 'version' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:225:6: style: Variable 'symbol_name' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:219:0: note: Variable 'symbol_name' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:225:6: note: Variable 'symbol_name' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:229:6: style: Variable 'version_in_map' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/contrib/licompile/buildlist.c:220:0: note: Variable 'version_in_map' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/licompile/buildlist.c:229:6: note: Variable 'version_in_map' is reassigned a value before the old one has been used.
Limba-0.5.6/contrib/tools/dump-elf-metadata.c:110:34: portability: 'binary' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
Limba-0.5.6/contrib/tools/dump-elf-metadata.c:125:24: portability: 'binary' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
Limba-0.5.6/src/daemon/li-daemon-job.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-config-data.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-exporter.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-installer.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-keyring.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-manager.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-package-graph.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-package.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-pkg-builder.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-pkg-cache.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-pkg-index.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-pkg-info.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-repo-entry.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-repository.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-runtime.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/src/li-update-item.h:22:0: error: #error "Only <limba.h> can be included directly." [preprocessorErrorDirective]
Limba-0.5.6/tools/buildcli/li-build-conf.c:384:2: style: Variable 'fname' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/tools/buildcli/li-build-conf.c:375:0: note: Variable 'fname' is reassigned a value before the old one has been used.
Limba-0.5.6/tools/buildcli/li-build-conf.c:384:2: note: Variable 'fname' is reassigned a value before the old one has been used.
Limba-0.5.6/tools/cli/limbacli.c:389:2: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
Limba-0.5.6/tools/cli/limbacli.c:382:0: note: Variable 'updates' is reassigned a value before the old one has been used.
Limba-0.5.6/tools/cli/limbacli.c:389:2: note: Variable 'updates' is reassigned a value before the old one has been used.
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lime-forensics/lime-forensics_1.7.8.orig.tar.gz
LiME-1.7.8/src/disk.c:48:9: style: The scope of the variable 'err' can be reduced. [variableScope]
LiME-1.7.8/src/main.c:172:13: style: The scope of the variable 'r' can be reduced. [variableScope]
LiME-1.7.8/src/main.c:194:19: style: The scope of the variable 'p' can be reduced. [variableScope]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/limereg/limereg_1.4.1.orig.tar.gz
limereg-1.4.1/exe/CLogger.cpp:75:33: performance: Function parameter 'Message' should be passed by const reference. [passedByValue]
limereg-1.4.1/exe/CLogger.cpp:85:32: performance: Function parameter 'Message' should be passed by const reference. [passedByValue]
limereg-1.4.1/exe/CRegistrationController.cpp:127:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
limereg-1.4.1/exe/CRegistrationController.cpp:314:3: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
limereg-1.4.1/exe/CRegistrationController.cpp:314:3: warning: %i in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
limereg-1.4.1/exe/CRegistrationController.cpp:242:3: style: Variable 'imgDiffOrig' is reassigned a value before the old one has been used. [redundantAssignment]
limereg-1.4.1/exe/CRegistrationController.cpp:241:0: note: Variable 'imgDiffOrig' is reassigned a value before the old one has been used.
limereg-1.4.1/exe/CRegistrationController.cpp:242:3: note: Variable 'imgDiffOrig' is reassigned a value before the old one has been used.
limereg-1.4.1/exe/CRegistrationController.cpp:257:3: style: Variable 'imgDiffFinal' is reassigned a value before the old one has been used. [redundantAssignment]
limereg-1.4.1/exe/CRegistrationController.cpp:256:0: note: Variable 'imgDiffFinal' is reassigned a value before the old one has been used.
limereg-1.4.1/exe/CRegistrationController.cpp:257:3: note: Variable 'imgDiffFinal' is reassigned a value before the old one has been used.
limereg-1.4.1/exe/CRegistrationController.cpp:301:73: style: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'. [funcArgNamesDifferent]
limereg-1.4.1/exe/CRegistrationController.h:61:49: note: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'.
limereg-1.4.1/exe/CRegistrationController.cpp:301:73: note: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'.
limereg-1.4.1/exe/CRegistrationController.cpp:324:73: style: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'. [funcArgNamesDifferent]
limereg-1.4.1/exe/CRegistrationController.h:62:49: note: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'.
limereg-1.4.1/exe/CRegistrationController.cpp:324:73: note: Function 'CheckImage' argument 2 names different: declaration 'Filename' definition 'sFilename'.
limereg-1.4.1/exe/CRegistrationController.cpp:135:12: style: Variable 'ciRegParamCount' is assigned a value that is never used. [unreadVariable]
limereg-1.4.1/exe/CRegistrationController.cpp:230:27: style: Variable 'iRetval' is assigned a value that is never used. [unreadVariable]
limereg-1.4.1/exe/CRegistrationController.cpp:594:0: style: Variable 'fMaxRotDeg' is assigned a value that is never used. [unreadVariable]
limereg-1.4.1/exe/CRegistrationController.h:72:11: style: Member variable 'CRegistrationController::m_iLevelCount' is in the wrong place in the initializer list. [initializerList]
limereg-1.4.1/exe/CRegistrationController.cpp:69:3: note: Member variable 'CRegistrationController::m_iLevelCount' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:72:11: note: Member variable 'CRegistrationController::m_iLevelCount' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:70:13: style: Member variable 'CRegistrationController::m_fMaxRotation' is in the wrong place in the initializer list. [initializerList]
limereg-1.4.1/exe/CRegistrationController.cpp:71:3: note: Member variable 'CRegistrationController::m_fMaxRotation' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:70:13: note: Member variable 'CRegistrationController::m_fMaxRotation' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:75:7: style: Member variable 'CRegistrationController::m_bNoGui' is in the wrong place in the initializer list. [initializerList]
limereg-1.4.1/exe/CRegistrationController.cpp:74:3: note: Member variable 'CRegistrationController::m_bNoGui' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:75:7: note: Member variable 'CRegistrationController::m_bNoGui' is in the wrong place in the initializer list.
limereg-1.4.1/exe/CRegistrationController.h:62:7: performance: Technically the member function 'CRegistrationController::CheckImage' can be static. [functionStatic]
limereg-1.4.1/exe/CRegistrationController.cpp:324:31: note: Technically the member function 'CRegistrationController::CheckImage' can be static.
limereg-1.4.1/exe/CRegistrationController.h:62:7: note: Technically the member function 'CRegistrationController::CheckImage' can be static.
limereg-1.4.1/exe/CRegistrationController.h:64:7: performance: Technically the member function 'CRegistrationController::MoveWindow' can be static. [functionStatic]
limereg-1.4.1/exe/CRegistrationController.cpp:366:31: note: Technically the member function 'CRegistrationController::MoveWindow' can be static.
limereg-1.4.1/exe/CRegistrationController.h:64:7: note: Technically the member function 'CRegistrationController::MoveWindow' can be static.
limereg-1.4.1/lib/matlab/codegeneration/rtwtypes.h:184:0: error: #error "This code must be compiled using a 2's complement representation for signed integer values" [preprocessorErrorDirective]
limereg-1.4.1/lib/export/limereg.cpp:76:2: style: Variable 'checkResult' is reassigned a value before the old one has been used. [redundantAssignment]
limereg-1.4.1/lib/export/limereg.cpp:74:0: note: Variable 'checkResult' is reassigned a value before the old one has been used.
limereg-1.4.1/lib/export/limereg.cpp:76:2: note: Variable 'checkResult' is reassigned a value before the old one has been used.
limereg-1.4.1/lib/export/limereg.cpp:122:29: style: Variable 'xyDimension' is assigned a value that is never used. [unreadVariable]
limereg-1.4.1/lib/CMatlabArray.h:73:2: style: Class 'CMatlabArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.cpp:142:50: style: Function 'matlab_c_ssdRigid2D' argument 7 names different: declaration 'w_rigid' definition 'w'. [funcArgNamesDifferent]
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.h:80:50: note: Function 'matlab_c_ssdRigid2D' argument 7 names different: declaration 'w_rigid' definition 'w'.
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.cpp:142:50: note: Function 'matlab_c_ssdRigid2D' argument 7 names different: declaration 'w_rigid' definition 'w'.
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.cpp:145:36: style: Function 'matlab_c_ssdRigid2D' argument 11 names different: declaration 'H_rigid' definition 'H'. [funcArgNamesDifferent]
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.h:83:36: note: Function 'matlab_c_ssdRigid2D' argument 11 names different: declaration 'H_rigid' definition 'H'.
limereg-1.4.1/lib/matlab/matlab_c_ssdRigid2D.cpp:145:36: note: Function 'matlab_c_ssdRigid2D' argument 11 names different: declaration 'H_rigid' definition 'H'.
limereg-1.4.1/tests/test_searchSubimage.c:144:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
limereg-1.4.1/tests/test_searchSubimage.c:144:2: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/limesuite/limesuite_18.06.0+dfsg.orig.tar.gz
LimeSuite-18.06.0/QuickTest/LimeSDRTest.cpp:42:70: style: Function 'OnLogEvent' argument 2 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
LimeSuite-18.06.0/QuickTest/LimeSDRTest.h:75:68: note: Function 'OnLogEvent' argument 2 names different: declaration 'message' definition 'msg'.
LimeSuite-18.06.0/QuickTest/LimeSDRTest.cpp:42:70: note: Function 'OnLogEvent' argument 2 names different: declaration 'message' definition 'msg'.
LimeSuite-18.06.0/QuickTest/LimeSDRTest.cpp:317:50: style: Function 'RunTest' argument 2 names different: declaration 'peakFreq' definition 'peakfreq'. [funcArgNamesDifferent]
LimeSuite-18.06.0/QuickTest/LimeSDRTest.h:54:41: note: Function 'RunTest' argument 2 names different: declaration 'peakFreq' definition 'peakfreq'.
LimeSuite-18.06.0/QuickTest/LimeSDRTest.cpp:317:50: note: Function 'RunTest' argument 2 names different: declaration 'peakFreq' definition 'peakfreq'.
LimeSuite-18.06.0/QuickTest/LimeSDRTest.h:81:5: style: Class 'LimeSDRTest_Mini' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/QuickTest/LimeSDRTest.h:89:5: style: Class 'LimeSDRTest_USB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:177:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:193:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:204:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:243:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:350:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:432:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:470:21: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/SoapyLMS7/Streaming.cpp:132:0: error: Memory leak: stream [memleak]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:280:0: style: The scope of the variable 'value' can be reduced. [variableScope]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:405:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:415:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:445:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:452:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:480:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:487:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:502:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:511:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:538:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:545:0: performance: Technically the member function 'INI < unsigned char , string , float >::nake' can be static. [functionStatic]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:550:0: performance: Technically the member function 'INI < unsigned char , string , float >::reserveSections' can be static. [functionStatic]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:557:0: performance: Technically the member function 'INI < unsigned char , string , float >::reserveKeys' can be static. [functionStatic]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:564:0: style: Technically the member function 'INI < unsigned char , string , float >::hasFileAssociation' can be const. [functionConst]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:574:0: performance: Technically the member function 'INI < unsigned char , string , float >::makeSection' can be static. [functionStatic]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:583:0: performance: Technically the member function 'INI < unsigned char , string , float >::makeKeyValue' can be static. [functionStatic]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:127:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:183:0: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:198:0: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:207:0: performance: Function parameter 'key' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:395:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:430:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/cpp-feather-ini-parser/INI.h:564:0: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/external/kissFFT/kiss_fft.c:206:11: style: The scope of the variable 'k' can be reduced. [variableScope]
LimeSuite-18.06.0/external/kissFFT/kiss_fft.c:371:35: style: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
LimeSuite-18.06.0/external/kissFFT/kiss_fft.h:98:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
LimeSuite-18.06.0/external/kissFFT/kiss_fft.c:371:35: note: Function 'kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
LimeSuite-18.06.0/external/kissFFT/kiss_fft.c:371:85: style: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
LimeSuite-18.06.0/external/kissFFT/kiss_fft.h:98:86: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
LimeSuite-18.06.0/external/kissFFT/kiss_fft.c:371:85: note: Function 'kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_agc.c:216:1: style: Label 'AGC_END' is not used. [unusedLabel]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:236:18: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:234:17: note: outer condition: g_pga<25
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:236:18: note: identical inner condition: g_pga<25
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:281:13: style: The scope of the variable 'step' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:350:13: style: The scope of the variable 'step' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:818:21: style: The scope of the variable 'lnaPath' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_calibrations.c:573:27: style: Variable 'dirName' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:232:18: style: The scope of the variable 'fractionalPart' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:233:20: style: The scope of the variable 'temp' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:201:49: style: Function 'SetNCOFrequency' argument 2 names different: declaration 'freq_Hz' definition 'freq'. [funcArgNamesDifferent]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.h:19:56: note: Function 'SetNCOFrequency' argument 2 names different: declaration 'freq_Hz' definition 'freq'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:201:49: note: Function 'SetNCOFrequency' argument 2 names different: declaration 'freq_Hz' definition 'freq'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:224:35: style: Function 'SetFrequencySX' argument 1 names different: declaration 'Tx' definition 'tx'. [funcArgNamesDifferent]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.h:25:42: note: Function 'SetFrequencySX' argument 1 names different: declaration 'Tx' definition 'tx'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:224:35: note: Function 'SetFrequencySX' argument 1 names different: declaration 'Tx' definition 'tx'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:224:56: style: Function 'SetFrequencySX' argument 2 names different: declaration 'freq' definition 'freq_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.h:25:63: note: Function 'SetFrequencySX' argument 2 names different: declaration 'freq' definition 'freq_Hz'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_controls.c:224:56: note: Function 'SetFrequencySX' argument 2 names different: declaration 'freq' definition 'freq_Hz'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_filters.c:635:39: style: Function 'TuneTxFilter' argument 1 names different: declaration 'bandwidth' definition 'tx_lpf_freq_RF'. [funcArgNamesDifferent]
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_filters.h:12:46: note: Function 'TuneTxFilter' argument 1 names different: declaration 'bandwidth' definition 'tx_lpf_freq_RF'.
LimeSuite-18.06.0/mcu_program/common_src/lms7002m_filters.c:635:39: note: Function 'TuneTxFilter' argument 1 names different: declaration 'bandwidth' definition 'tx_lpf_freq_RF'.
LimeSuite-18.06.0/mcu_program/host_src/main.cpp:371:9: style: The scope of the variable 'status' can be reduced. [variableScope]
LimeSuite-18.06.0/mcu_program/host_src/main.cpp:368:0: style: Variable 'wantedRSSI' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/mcu_program/host_src/main.cpp:72:5: style: Class 'BoardLoopbackStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/mcu_program/host_src/mcu.c:32:0: error: Code 'std::this_thread' is invalid C code. Use --std or --language to configure the language. [syntaxError]
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:28:12: warning: Either the condition 'if(binImage)' is redundant or there is possible null pointer dereference: binImage. [nullPointerRedundantCheck]
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:238:7: note: Assuming that condition 'if(binImage)' is not redundant
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:28:12: note: Null pointer dereference
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:17:90: style: Function 'MCU_HEX2BIN' argument 4 names different: declaration 'imageSize' definition 'imgSize'. [funcArgNamesDifferent]
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.h:6:84: note: Function 'MCU_HEX2BIN' argument 4 names different: declaration 'imageSize' definition 'imgSize'.
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:17:90: note: Function 'MCU_HEX2BIN' argument 4 names different: declaration 'imageSize' definition 'imgSize'.
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:234:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/mcu_program/host_src/mcuHexBin.cpp:250:0: error: Resource leak: m_file [resourceLeak]
LimeSuite-18.06.0/mcu_program/host_src/spi.cpp:39:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/mcu_program/host_src/spi.cpp:68:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/mcu_program/host_src/spi.cpp:96:43: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:10:5: style: Variable 'TR0' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:6:5: note: Variable 'TR0' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:10:5: note: Variable 'TR0' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:22:3: style: Variable 'ucSCLK' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:19:3: note: Variable 'ucSCLK' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:22:3: note: Variable 'ucSCLK' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:118:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/mcu_program/mcu_src/spi.c:125:40: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/octave/LimeSuite.cc:388:5: style: Variable 'samplesWrite' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/octave/LimeSuite.cc:387:0: note: Variable 'samplesWrite' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/octave/LimeSuite.cc:388:5: note: Variable 'samplesWrite' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/octave/LimeSuite.cc:175:0: style: Variable 'channels' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/octave/LimeSuite.cc:264:18: style: Variable 'nargin' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/octave/LimeSuite.cc:402:0: style: Variable 'check' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/octave/LimeSuite.cc:410:15: style: Variable 'timeout_ms' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/octave/LimeSuite.cc:415:21: style: Variable 'wfmLength' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/octave/LimeSuite.cc:436:5: error: Mismatching allocation and deallocation: wfmBuffers [mismatchAllocDealloc]
LimeSuite-18.06.0/src/ADF4002/ADF4002.cpp:254:20: warning: Redundant assignment of 'm_registers[1]' to itself. [selfAssignment]
LimeSuite-18.06.0/src/ADF4002/ADF4002.cpp:259:20: warning: Redundant assignment of 'm_registers[4]' to itself. [selfAssignment]
LimeSuite-18.06.0/src/ADF4002/ADF4002.cpp:264:20: warning: Redundant assignment of 'm_registers[7]' to itself. [selfAssignment]
LimeSuite-18.06.0/src/ADF4002/ADF4002.cpp:269:21: warning: Redundant assignment of 'm_registers[10]' to itself. [selfAssignment]
LimeSuite-18.06.0/src/ADF4002/ADF4002_wxgui.cpp:423:5: warning: Possible leak in public function. The pointer 'm_pModule' is not deallocated before it is allocated. [publicAllocationError]
LimeSuite-18.06.0/src/API/lms7_device.h:28:5: style: Class 'LMS7_Device' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/API/lms7_device.cpp:115:53: style: Function 'SelectChannel' argument 1 names different: declaration 'chan' definition 'ch'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:112:44: note: Function 'SelectChannel' argument 1 names different: declaration 'chan' definition 'ch'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:115:53: note: Function 'SelectChannel' argument 1 names different: declaration 'chan' definition 'ch'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:304:33: style: Function 'SetRate' argument 1 names different: declaration 'f_MHz' definition 'f_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:35:32: note: Function 'SetRate' argument 1 names different: declaration 'f_MHz' definition 'f_Hz'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:304:33: note: Function 'SetRate' argument 1 names different: declaration 'f_MHz' definition 'f_Hz'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:376:42: style: Function 'SetRate' argument 2 names different: declaration 'f_MHz' definition 'f_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:36:41: note: Function 'SetRate' argument 2 names different: declaration 'f_MHz' definition 'f_Hz'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:376:42: note: Function 'SetRate' argument 2 names different: declaration 'f_MHz' definition 'f_Hz'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1063:51: style: Function 'GetGainRange' argument 1 names different: declaration 'dir_tx' definition 'isTx'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:56:29: note: Function 'GetGainRange' argument 1 names different: declaration 'dir_tx' definition 'isTx'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1063:51: note: Function 'GetGainRange' argument 1 names different: declaration 'dir_tx' definition 'isTx'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1231:36: style: Function 'SetFrequency' argument 1 names different: declaration 'tx' definition 'isTx'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:43:35: note: Function 'SetFrequency' argument 1 names different: declaration 'tx' definition 'isTx'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1231:36: note: Function 'SetFrequency' argument 1 names different: declaration 'tx' definition 'isTx'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1662:72: style: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:77:63: note: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1662:72: note: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1662:83: style: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:77:82: note: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1662:83: note: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:47: style: Function 'ReadParam' argument 1 names different: declaration 'param' definition 'name'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:78:38: note: Function 'ReadParam' argument 1 names different: declaration 'param' definition 'name'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:47: note: Function 'ReadParam' argument 1 names different: declaration 'param' definition 'name'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:57: style: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:78:49: note: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:57: note: Function 'ReadParam' argument 2 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:68: style: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:78:68: note: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1675:68: note: Function 'ReadParam' argument 3 names different: declaration 'forceReadFromChip' definition 'fromChip'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1693:82: style: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:79:73: note: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1693:82: note: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1707:48: style: Function 'WriteParam' argument 1 names different: declaration 'param' definition 'name'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:80:39: note: Function 'WriteParam' argument 1 names different: declaration 'param' definition 'name'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1707:48: note: Function 'WriteParam' argument 1 names different: declaration 'param' definition 'name'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1707:72: style: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/API/lms7_device.h:80:64: note: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:1707:72: note: Function 'WriteParam' argument 3 names different: declaration 'channel' definition 'chan'.
LimeSuite-18.06.0/src/API/lms7_device.cpp:808:22: style: Variable 'interface_Hz' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/API/lms7_device.cpp:145:64: style: Boolean variable 'enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
LimeSuite-18.06.0/src/API/lms7_device.cpp:150:64: style: Boolean variable 'enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
LimeSuite-18.06.0/src/API/lms7_device.cpp:954:64: style: Boolean variable 'enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
LimeSuite-18.06.0/src/API/lms7_device.cpp:959:64: style: Boolean variable 'enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
LimeSuite-18.06.0/src/API/lms7_device.h:33:9: style: Technically the member function 'lime::LMS7_Device::Reset' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1364:18: note: Technically the member function 'lime::LMS7_Device::Reset' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:33:9: note: Technically the member function 'lime::LMS7_Device::Reset' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:48:9: style: Technically the member function 'lime::LMS7_Device::SetLPF' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:723:18: note: Technically the member function 'lime::LMS7_Device::SetLPF' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:48:9: note: Technically the member function 'lime::LMS7_Device::SetLPF' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:50:11: performance: Technically the member function 'lime::LMS7_Device::GetLPFRange' can be static. [functionStatic]
LimeSuite-18.06.0/src/API/lms7_device.cpp:769:33: note: Technically the member function 'lime::LMS7_Device::GetLPFRange' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:50:11: note: Technically the member function 'lime::LMS7_Device::GetLPFRange' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:51:9: style: Technically the member function 'lime::LMS7_Device::SetGFIRCoef' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:774:18: note: Technically the member function 'lime::LMS7_Device::SetGFIRCoef' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:51:9: note: Technically the member function 'lime::LMS7_Device::SetGFIRCoef' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:53:9: style: Technically the member function 'lime::LMS7_Device::SetGFIR' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:913:18: note: Technically the member function 'lime::LMS7_Device::SetGFIR' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:53:9: note: Technically the member function 'lime::LMS7_Device::SetGFIR' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:54:9: style: Technically the member function 'lime::LMS7_Device::SetGain' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:968:18: note: Technically the member function 'lime::LMS7_Device::SetGain' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:54:9: note: Technically the member function 'lime::LMS7_Device::SetGain' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:56:11: performance: Technically the member function 'lime::LMS7_Device::GetGainRange' can be static. [functionStatic]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1063:33: note: Technically the member function 'lime::LMS7_Device::GetGainRange' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:56:11: note: Technically the member function 'lime::LMS7_Device::GetGainRange' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:57:9: style: Technically the member function 'lime::LMS7_Device::SetTestSignal' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1076:18: note: Technically the member function 'lime::LMS7_Device::SetTestSignal' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:57:9: note: Technically the member function 'lime::LMS7_Device::SetTestSignal' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:59:9: style: Technically the member function 'lime::LMS7_Device::SetNCOFreq' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1153:18: note: Technically the member function 'lime::LMS7_Device::SetNCOFreq' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:59:9: note: Technically the member function 'lime::LMS7_Device::SetNCOFreq' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:61:9: style: Technically the member function 'lime::LMS7_Device::SetNCOPhase' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1190:18: note: Technically the member function 'lime::LMS7_Device::SetNCOPhase' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:61:9: note: Technically the member function 'lime::LMS7_Device::SetNCOPhase' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:63:9: style: Technically the member function 'lime::LMS7_Device::Calibrate' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1217:18: note: Technically the member function 'lime::LMS7_Device::Calibrate' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:63:9: note: Technically the member function 'lime::LMS7_Device::Calibrate' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:86:9: style: Technically the member function 'lime::LMS7_Device::ConfigureGFIR' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:122:18: note: Technically the member function 'lime::LMS7_Device::ConfigureGFIR' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:86:9: note: Technically the member function 'lime::LMS7_Device::ConfigureGFIR' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:89:9: performance: Technically the member function 'lime::LMS7_Device::DestroyStream' can be static. [functionStatic]
LimeSuite-18.06.0/src/API/lms7_device.cpp:1757:18: note: Technically the member function 'lime::LMS7_Device::DestroyStream' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:89:9: note: Technically the member function 'lime::LMS7_Device::DestroyStream' can be static.
LimeSuite-18.06.0/src/API/lms7_device.h:113:9: style: Technically the member function 'lime::LMS7_Device::ConfigureTXLPF' can be const. [functionConst]
LimeSuite-18.06.0/src/API/lms7_device.cpp:273:18: note: Technically the member function 'lime::LMS7_Device::ConfigureTXLPF' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:113:9: note: Technically the member function 'lime::LMS7_Device::ConfigureTXLPF' can be const.
LimeSuite-18.06.0/src/API/lms7_device.h:34:22: warning: Virtual function 'GetNumChannels' is called from constructor 'LMS7_Device(LMS7_Device*obj=nullptr)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
LimeSuite-18.06.0/src/API/lms7_device.cpp:88:28: note: Calling GetNumChannels
LimeSuite-18.06.0/src/API/lms7_device.h:34:22: note: GetNumChannels is a virtual method
LimeSuite-18.06.0/src/API/lms7_device.h:34:22: warning: Virtual function 'GetNumChannels' is called from constructor 'LMS7_Device(LMS7_Device*obj=nullptr)' at line 89. Dynamic binding is not used. [virtualCallInConstructor]
LimeSuite-18.06.0/src/API/lms7_device.cpp:89:28: note: Calling GetNumChannels
LimeSuite-18.06.0/src/API/lms7_device.h:34:22: note: GetNumChannels is a virtual method
LimeSuite-18.06.0/src/API/lms7_device.cpp:1747:47: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COM.cpp:289:7: style: The scope of the variable 'bytesReaded' can be reduced. [variableScope]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COM.cpp:243:0: style: Variable 'retryCount' is modified but its new value is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COM.cpp:319:9: style: Variable 'retryCount' is modified but its new value is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COM.cpp:34:5: performance: Variable 'hComm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COMEntry.cpp:105:7: style: Variable 'portname' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COMEntry.cpp:97:0: style: Variable 'pszUserName' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COMEntry.cpp:121:4: error: Mismatching allocation and deallocation: szValueName [mismatchAllocDealloc]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COMEntry.cpp:122:4: error: Mismatching allocation and deallocation: byValue [mismatchAllocDealloc]
LimeSuite-18.06.0/src/ConnectionEVB7COM/ConnectionEVB7COMEntry.cpp:111:0: error: Memory leak: pszUserName [memleak]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:138:5: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:135:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:138:5: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:278:5: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:275:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:278:5: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:332:5: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:329:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:332:5: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:445:5: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:444:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:445:5: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:510:9: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:508:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:510:9: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:590:2: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:587:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:590:2: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:653:9: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:652:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:653:9: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:361:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:40:40: style: Function 'ConnectionFT601' argument 1 names different: declaration 'ctx' definition 'arg'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.h:67:27: note: Function 'ConnectionFT601' argument 1 names different: declaration 'ctx' definition 'arg'.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:40:40: note: Function 'ConnectionFT601' argument 1 names different: declaration 'ctx' definition 'arg'.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:269:0: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:439:13: error: Array 'contexts[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:426:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:439:13: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:584:19: error: Array 'contextsToSend[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:574:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:584:19: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:26:18: warning: Member variable 'ConnectionFT601::mSerial' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.h:40:13: performance: Variable 'context' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.cpp:30:5: performance: Variable 'mFTHandle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601.h:66:5: style: Class 'ConnectionFT601' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601Entry.cpp:65:5: style: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601Entry.cpp:62:0: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601Entry.cpp:65:5: note: Variable 'ftStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601Entry.cpp:31:23: warning: Member variable 'ConnectionFT601Entry::mFTHandle' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/ConnectionFTDI/ConnectionFT601Entry.cpp:78:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:494:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:629:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:543:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:473:13: error: Array 'contexts[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:460:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:473:13: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:477:17: error: Array 'contexts[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:460:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:477:17: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:478:17: error: Array 'contexts[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:460:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:478:17: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:608:19: error: Array 'contextsToSend[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:598:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:608:19: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:612:23: error: Array 'contextsToSend[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:598:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:612:23: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:613:23: error: Array 'contextsToSend[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:598:5: note: After for loop, i has value 16
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.cpp:613:23: note: Array index out of bounds
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.h:40:9: style: Class 'USBTransferContext' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3.h:40:9: style: Class 'USBTransferContext' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LimeSuite-18.06.0/src/ConnectionFX3/ConnectionFX3Entry.cpp:32:21: warning: Member variable 'ConnectionFX3Entry::ctx' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7.h:26:9: style: Class 'StreamChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7.h:85:53: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7.h:86:54: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:559:29: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:579:20: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:33: style: Same expression on both sides of '|' because the value of 'WP' and 'AUS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:285:14: note: 'WP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:33: note: Same expression on both sides of '|' because the value of 'WP' and 'AUS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:43: style: Same expression on both sides of '|' because the value of 'AUS' and 'SP' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:43: note: Same expression on both sides of '|' because the value of 'AUS' and 'SP' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:43: style: Same expression on both sides of '|' because the value of 'WP' and 'SP' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:285:14: note: 'WP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:43: note: Same expression on both sides of '|' because the value of 'WP' and 'SP' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: style: Same expression on both sides of '|' because the value of 'SP' and 'BCS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: note: Same expression on both sides of '|' because the value of 'SP' and 'BCS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: style: Same expression on both sides of '|' because the value of 'AUS' and 'BCS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: note: Same expression on both sides of '|' because the value of 'AUS' and 'BCS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: style: Same expression on both sides of '|' because the value of 'WP' and 'BCS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:285:14: note: 'WP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:50: note: Same expression on both sides of '|' because the value of 'WP' and 'BCS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:54: style: Same expression on both sides of '|' because the value of 'BCD' and 'BCS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:54: note: Same expression on both sides of '|' because the value of 'BCD' and 'BCS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: style: Same expression on both sides of '|' because the value of 'BCD' and 'CRE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:296:15: note: 'CRE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: note: Same expression on both sides of '|' because the value of 'BCD' and 'CRE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: style: Same expression on both sides of '|' because the value of 'BCS' and 'CRE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:296:15: note: 'CRE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: note: Same expression on both sides of '|' because the value of 'BCS' and 'CRE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: style: Same expression on both sides of '|' because the value of 'SP' and 'CRE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:296:15: note: 'CRE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: note: Same expression on both sides of '|' because the value of 'SP' and 'CRE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: style: Same expression on both sides of '|' because the value of 'AUS' and 'CRE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:296:15: note: 'CRE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: note: Same expression on both sides of '|' because the value of 'AUS' and 'CRE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: style: Same expression on both sides of '|' because the value of 'WP' and 'CRE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:292:15: note: 'BCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:296:15: note: 'CRE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:291:15: note: 'BCS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:289:14: note: 'SP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:287:15: note: 'AUS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:285:14: note: 'WP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:303:69: note: Same expression on both sides of '|' because the value of 'WP' and 'CRE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:42: style: Same expression on both sides of '|' because the value of 'DAE' and 'DAP' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:313:15: note: 'DAE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:312:15: note: 'DAP' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:42: note: Same expression on both sides of '|' because the value of 'DAE' and 'DAP' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:46: style: Same expression on both sides of '|' because the value of 'DAPS' and 'DAE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:314:16: note: 'DAPS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:313:15: note: 'DAE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:46: note: Same expression on both sides of '|' because the value of 'DAPS' and 'DAE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:51: style: Same expression on both sides of '|' because the value of 'ADH' and 'DAPS' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:315:15: note: 'ADH' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:314:16: note: 'DAPS' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:316:51: note: Same expression on both sides of '|' because the value of 'ADH' and 'DAPS' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:33: style: Same expression on both sides of '|' because the value of 'RAL' and 'RADVA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:326:15: note: 'RAL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:325:17: note: 'RADVA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:33: note: Same expression on both sides of '|' because the value of 'RAL' and 'RADVA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:47: style: Same expression on both sides of '|' because the value of 'RAL' and 'OEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:326:15: note: 'RAL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:329:15: note: 'OEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:47: note: Same expression on both sides of '|' because the value of 'RAL' and 'OEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:47: style: Same expression on both sides of '|' because the value of 'RADVA' and 'OEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:326:15: note: 'RAL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:329:15: note: 'OEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:325:17: note: 'RADVA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:47: note: Same expression on both sides of '|' because the value of 'RADVA' and 'OEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:51: style: Same expression on both sides of '|' because the value of 'RCSA' and 'OEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:330:16: note: 'RCSA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:329:15: note: 'OEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:51: note: Same expression on both sides of '|' because the value of 'RCSA' and 'OEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:56: style: Same expression on both sides of '|' because the value of 'RCSN' and 'RCSA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:331:16: note: 'RCSN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:330:16: note: 'RCSA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:332:56: note: Same expression on both sides of '|' because the value of 'RCSN' and 'RCSA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:26: style: Same expression on both sides of '|' because the value of 'APR' and 'PAT' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:340:15: note: 'APR' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:341:15: note: 'PAT' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:26: note: Same expression on both sides of '|' because the value of 'APR' and 'PAT' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:30: style: Same expression on both sides of '|' because the value of 'RL' and 'PAT' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:342:14: note: 'RL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:341:15: note: 'PAT' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:30: note: Same expression on both sides of '|' because the value of 'RL' and 'PAT' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:33: style: Same expression on both sides of '|' because the value of 'RBEA' and 'RL' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:343:16: note: 'RBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:342:14: note: 'RL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:33: note: Same expression on both sides of '|' because the value of 'RBEA' and 'RL' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:38: style: Same expression on both sides of '|' because the value of 'RBE' and 'RBEA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:344:15: note: 'RBE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:343:16: note: 'RBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:38: note: Same expression on both sides of '|' because the value of 'RBE' and 'RBEA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:42: style: Same expression on both sides of '|' because the value of 'RBEN' and 'RBE' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:345:16: note: 'RBEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:344:15: note: 'RBE' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:346:42: note: Same expression on both sides of '|' because the value of 'RBEN' and 'RBE' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:26: style: Same expression on both sides of '|' because the value of 'WAL' and 'WBED' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:354:15: note: 'WAL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:355:16: note: 'WBED' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:26: note: Same expression on both sides of '|' because the value of 'WAL' and 'WBED' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:48: style: Same expression on both sides of '|' because the value of 'WADVA' and 'WBEA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:357:17: note: 'WADVA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:359:16: note: 'WBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:48: note: Same expression on both sides of '|' because the value of 'WADVA' and 'WBEA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:53: style: Same expression on both sides of '|' because the value of 'WBEN' and 'WBEA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:360:16: note: 'WBEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:359:16: note: 'WBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:53: note: Same expression on both sides of '|' because the value of 'WBEN' and 'WBEA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: style: Same expression on both sides of '|' because the value of 'WBEN' and 'WEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:360:16: note: 'WBEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:362:15: note: 'WEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: note: Same expression on both sides of '|' because the value of 'WBEN' and 'WEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: style: Same expression on both sides of '|' because the value of 'WBEA' and 'WEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:360:16: note: 'WBEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:362:15: note: 'WEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:359:16: note: 'WBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: note: Same expression on both sides of '|' because the value of 'WBEA' and 'WEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: style: Same expression on both sides of '|' because the value of 'WADVA' and 'WEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:360:16: note: 'WBEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:362:15: note: 'WEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:359:16: note: 'WBEA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:357:17: note: 'WADVA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:62: note: Same expression on both sides of '|' because the value of 'WADVA' and 'WEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:66: style: Same expression on both sides of '|' because the value of 'WCSA' and 'WEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:363:16: note: 'WCSA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:362:15: note: 'WEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:66: note: Same expression on both sides of '|' because the value of 'WCSA' and 'WEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:71: style: Same expression on both sides of '|' because the value of 'WCSN' and 'WCSA' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:364:16: note: 'WCSN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:363:16: note: 'WCSA' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:365:71: note: Same expression on both sides of '|' because the value of 'WCSN' and 'WCSA' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:378:44: style: Same expression on both sides of '|' because the value of 'INTEN' and 'INTPOL' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:375:17: note: 'INTEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:374:18: note: 'INTPOL' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:378:44: note: Same expression on both sides of '|' because the value of 'INTEN' and 'INTPOL' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:378:50: style: Same expression on both sides of '|' because the value of 'GBCD' and 'INTEN' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:376:16: note: 'GBCD' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:375:17: note: 'INTEN' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:378:50: note: Same expression on both sides of '|' because the value of 'GBCD' and 'INTEN' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:33: style: Same expression on both sides of '|' because the value of 'INT' and 'ERRST' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:385:15: note: 'INT' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:384:17: note: 'ERRST' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:33: note: Same expression on both sides of '|' because the value of 'INT' and 'ERRST' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:37: style: Same expression on both sides of '|' because the value of 'IPS_ACK' and 'INT' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:386:19: note: 'IPS_ACK' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:385:15: note: 'INT' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:37: note: Same expression on both sides of '|' because the value of 'IPS_ACK' and 'INT' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:45: style: Same expression on both sides of '|' because the value of 'IPS_REQ' and 'IPS_ACK' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:387:19: note: 'IPS_REQ' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:386:19: note: 'IPS_ACK' is assigned value '0' here.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:388:45: note: Same expression on both sides of '|' because the value of 'IPS_REQ' and 'IPS_ACK' are the same.
LimeSuite-18.06.0/src/ConnectionNovenaRF7/ConnectionNovenaRF7_streaming.cpp:398:63: performance: Function parameter 'args' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/ConnectionRegistry/ConnectionHandle.h:30:5: style: Class 'ConnectionHandle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/ConnectionRegistry/IConnection.h:30:5: warning: Member variable 'DeviceInfo::boardSerialNumber' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/ConnectionRegistry/IConnection.cpp:15:5: performance: Variable 'callback_logData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionSTREAM_UNITE/ConnectionSTREAM_UNITEEntry.cpp:84:7: style: Variable 'portname' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionSTREAM_UNITE/ConnectionSTREAM_UNITEEntry.cpp:76:0: style: Variable 'pszUserName' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/ConnectionSTREAM_UNITE/ConnectionSTREAM_UNITEEntry.cpp:100:4: error: Mismatching allocation and deallocation: szValueName [mismatchAllocDealloc]
LimeSuite-18.06.0/src/ConnectionSTREAM_UNITE/ConnectionSTREAM_UNITEEntry.cpp:101:4: error: Mismatching allocation and deallocation: byValue [mismatchAllocDealloc]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:414:80: style: Function 'ReceiveData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.h:48:64: note: Function 'ReceiveData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'.
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:414:80: note: Function 'ReceiveData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'.
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:516:83: style: Function 'SendData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.h:49:67: note: Function 'SendData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'.
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:516:83: note: Function 'SendData' argument 4 names different: declaration 'timeout' definition 'timeout_ms'.
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:65:5: performance: Variable 'm_hardwareName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:67:5: performance: Variable 'hWrite' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.cpp:68:5: performance: Variable 'hRead' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/ConnectionXillybus/ConnectionXillybus.h:29:5: style: Class 'ConnectionXillybus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:40: style: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:20:33: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:40: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:58: style: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:20:49: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:58: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:105: style: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:20:94: note: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:16:105: note: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:40: style: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:21:33: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:40: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:58: style: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:21:49: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:58: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:73: style: Function 'SetInterfaceFreq' argument 3 names different: declaration 'ch' definition 'channel'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.h:21:62: note: Function 'SetInterfaceFreq' argument 3 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Mini.cpp:57:73: note: Function 'SetInterfaceFreq' argument 3 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_common.h:32:9: warning: Member variable 'FPGA_PLL_clock::outFrequency' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/FPGA_common/FPGA_common.h:32:9: warning: Member variable 'FPGA_PLL_clock::rd_actualFrequency' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:37: style: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.h:20:33: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:37: note: Function 'SetInterfaceFreq' argument 1 names different: declaration 'f_Tx_Hz' definition 'txRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:55: style: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.h:20:49: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:55: note: Function 'SetInterfaceFreq' argument 2 names different: declaration 'f_Rx_Hz' definition 'rxRate_Hz'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:102: style: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.h:20:94: note: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_Q.cpp:16:102: note: Function 'SetInterfaceFreq' argument 5 names different: declaration 'ch' definition 'channel'.
LimeSuite-18.06.0/src/FPGA_common/FPGA_common.cpp:115:10: style: The scope of the variable 'done' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGA_common/FPGA_common.cpp:431:17: style: The scope of the variable 'sample' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:159:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:159:23: style: The scope of the variable 'c2' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:159:27: style: The scope of the variable 'c3' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:159:31: style: The scope of the variable 'c4' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:161:9: style: The scope of the variable 'iint' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:161:15: style: The scope of the variable 'qint' can be reduced. [variableScope]
LimeSuite-18.06.0/src/FPGAcontrols_wxgui/FPGAcontrols_wxgui.cpp:179:9: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
LimeSuite-18.06.0/src/GFIR/recipes.c:90:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LimeSuite-18.06.0/src/GFIR/recipes.c:138:33: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LimeSuite-18.06.0/src/GFIR/recipes.c:139:8: portability: Casting from double ** to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
LimeSuite-18.06.0/src/GFIR/recipes.c:230:13: style: The scope of the variable 'ip' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/recipes.c:67:2: error: Memory leak: v [memleak]
LimeSuite-18.06.0/src/GFIR/recipes.c:80:2: error: Memory leak: v [memleak]
LimeSuite-18.06.0/src/GFIR/rounding.c:24:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:40:8: style: The scope of the variable 'k' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:40:11: style: The scope of the variable 'ia' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:57:6: style: The scope of the variable 'ih' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:57:17: style: The scope of the variable 'h' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:126:6: style: The scope of the variable 'ixpx' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:126:12: style: The scope of the variable 'ixmx' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:126:18: style: The scope of the variable 'ix' can be reduced. [variableScope]
LimeSuite-18.06.0/src/GFIR/rounding.c:127:9: style: The scope of the variable 'h' can be reduced. [variableScope]
LimeSuite-18.06.0/src/HPM7/HPM7_wxgui.cpp:153:43: style: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'dev'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/HPM7/HPM7_wxgui.h:26:43: note: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'dev'.
LimeSuite-18.06.0/src/HPM7/HPM7_wxgui.cpp:153:43: note: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'dev'.
LimeSuite-18.06.0/src/Logger.cpp:39:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
LimeSuite-18.06.0/src/RFSpark/RFSpark_wxgui.cpp:102:27: error: Uninitialized struct member: adcElement.powerOf10 [uninitStructMember]
LimeSuite-18.06.0/src/Si5351C/Si5351C.cpp:371:9: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
LimeSuite-18.06.0/src/Si5351C/Si5351C.cpp:31:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
LimeSuite-18.06.0/src/Si5351C/Si5351C.cpp:469:33: style: Variable 'clk6satisfied' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/Si5351C/Si5351C.cpp:479:33: style: Variable 'clk7satisfied' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/Si5351C/Si5351C.cpp:279:10: warning: Member variable 'Si5351C::addrSi5351' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/boards_wxgui/pnlLimeSDR.cpp:230:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
LimeSuite-18.06.0/src/boards_wxgui/pnlQSpark.cpp:359:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/src/boards_wxgui/pnlQSpark.cpp:393:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/src/boards_wxgui/pnlUltimateEVB.h:22:13: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/boards_wxgui/pnlUltimateEVB.h:19:38: performance: Function parameter 'nm' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/dlgAbout.h:22:3: style: Class 'dlgAbout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/dlgAbout.h:18:8: style: The function 'OnInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:104:16: note: Virtual function in base class
LimeSuite-18.06.0/src/dlgAbout.h:18:8: note: Function in derived class
LimeSuite-18.06.0/src/dlgAbout.h:19:8: style: The function 'OnbtnClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:105:16: note: Virtual function in base class
LimeSuite-18.06.0/src/dlgAbout.h:19:8: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.cpp:455:38: style: Checking if unsigned variable 'samplesToCopy' is less than zero. [unsignedLessThanZero]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.cpp:282:52: style: Variable 'bins' is modified but its new value is never used. [unreadVariable]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:45:5: style: Class 'fftviewer_frFFTviewer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:57:5: warning: The struct 'DataToGUI' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:30:10: style: The function 'OnbtnStartStop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:97:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:30:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:31:10: style: The function 'OnChannelVisibilityChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:99:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:31:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:32:10: style: The function 'OnStreamChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:94:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:32:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:33:10: style: The function 'OnEnTx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:96:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:33:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:34:10: style: The function 'OnEnPwr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:102:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:34:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:35:10: style: The function 'OnFmtChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:95:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:35:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:36:10: style: The function 'OnAvgChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:100:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:36:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:37:10: style: The function 'OnAvgChangeEnter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:101:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:37:10: note: Function in derived class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:38:10: style: The function 'OnWindowFunctionChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_wxgui.h:98:16: note: Virtual function in base class
LimeSuite-18.06.0/src/fftviewer_wxgui/fftviewer_frFFTviewer.h:38:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:46:10: style: The scope of the variable 'c1' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:46:14: style: The scope of the variable 'str' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:47:9: style: The scope of the variable 'opencomments' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:100:6: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:133:6: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:175:10: style: The scope of the variable 'fname' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:186:9: warning: The buffer 'fname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:53:6: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:58:38: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:59:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:64:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:65:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/CoefficientFileParser.cpp:71:7: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:27:3: style: Class 'lms7002_dlgGFIR_Coefficients' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:19:8: style: The function 'OnLoadFromFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2244:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:19:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:20:8: style: The function 'OnSaveToFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2245:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:20:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:21:8: style: The function 'OnClearTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2246:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:22:14: style: The function 'OnspinCoefCountChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2247:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:23:14: style: The function 'OnBtnOkClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2248:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:23:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:24:14: style: The function 'OnBtnCancelClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2249:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgGFIR_Coefficients.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:19:8: style: The function 'OnBtnOkClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2289:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:19:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:20:8: style: The function 'OnBtnCancelClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2290:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:20:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:21:14: style: The function 'OnSaveFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2292:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:21:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:22:14: style: The function 'OnLoadFile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2291:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.cpp:111:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.cpp:118:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.cpp:133:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.cpp:148:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_dlgVCOfrequencies.cpp:163:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_gui_utilities.cpp:133:9: style: Variable 'ttip' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_gui_utilities.cpp:132:0: note: Variable 'ttip' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_gui_utilities.cpp:133:9: note: Variable 'ttip' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlAFE_view.h:24:3: style: Class 'lms7002_pnlAFE_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.h:26:3: style: Class 'lms7002_pnlBIAS_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.h:26:3: style: Class 'lms7002_pnlBIST_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCDS_view.h:26:3: style: Class 'lms7002_pnlCDS_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:34:3: style: Class 'lms7002_pnlCLKGEN_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLDO_view.h:24:3: style: Class 'lms7002_pnlLDO_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:27:3: style: Class 'lms7002_pnlLimeLightPAD_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:34:5: style: Class 'lms7002_pnlTxTSP_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:35:5: style: Class 'lms7002_pnlRxTSP_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:27:3: style: Class 'lms7002_pnlRBB_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRFE_view.h:27:3: style: Class 'lms7002_pnlRFE_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:35:3: style: Class 'lms7002_pnlSX_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:27:3: style: Class 'lms7002_pnlTBB_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.h:26:3: style: Class 'lms7002_pnlTRF_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlXBUF_view.h:26:3: style: Class 'lms7002_pnlXBUF_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:25:2: style: Class 'lms7002_pnlGains_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:31:3: style: Class 'lms7002_pnlCalibrations_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:39:3: style: Class 'lms7002_pnlMCU_BD_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.h:60:9: style: Class 'lms7002_pnlR3_view' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:24:14: style: The function 'OnOpenProject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:110:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:25:14: style: The function 'OnSaveProject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:111:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:25:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:26:14: style: The function 'OnUploadAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:117:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:26:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:27:14: style: The function 'OnDownloadAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:116:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:27:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:30:14: style: The function 'OnSwitchToChannelA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:113:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:30:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:31:14: style: The function 'OnSwitchToChannelB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:114:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:31:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:32:14: style: The function 'Onnotebook_modulesPageChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:121:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:32:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:33:14: style: The function 'OnResetChip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:118:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:33:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:34:14: style: The function 'OnLoadDefault' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:119:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:34:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:35:14: style: The function 'OnReadTemperature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:120:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:35:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:37:14: style: The function 'OnEnableMIMOchecked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:115:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:37:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:40:14: style: The function 'OnLmsDeviceSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:112:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_mainPanel.h:40:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlAFE_view.h:21:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:565:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlAFE_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.h:22:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:606:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.h:23:8: style: The function 'OnCalibrateRP_BIAS' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:607:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.h:22:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2010:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.h:23:8: style: The function 'onbtnReadSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2011:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCDS_view.h:23:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1958:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCDS_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:21:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1068:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:22:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1075:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:23:8: style: The function 'onbtnTuneClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1072:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:24:14: style: The function 'OnbtnReadComparators' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1073:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:25:14: style: The function 'OnbtnUpdateCoarse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1074:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:25:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:26:14: style: The function 'OnShowVCOclicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1076:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:26:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:30:14: style: The function 'onbtnCalculateClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1071:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:30:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:31:14: style: The function 'onbtnCalculateClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1069:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:31:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:32:14: style: The function 'OnAutoPhase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1070:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.h:32:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLDO_view.h:21:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:892:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLDO_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:22:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1499:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:23:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1501:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:23:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:24:8: style: The function 'onbtnReadVerRevMask' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1500:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.h:24:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:22:10: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1685:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:22:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:23:10: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1677:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:23:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:24:10: style: The function 'OnNCOSelectionChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1679:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:24:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:25:10: style: The function 'onbtnReadBISTSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1678:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:25:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:26:10: style: The function 'OnbtnLoadDCIClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1683:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:26:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:27:10: style: The function 'OnbtnLoadDCQClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1684:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:27:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:28:10: style: The function 'onbtnGFIR1Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1686:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:28:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:29:10: style: The function 'onbtnGFIR2Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1687:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:29:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:30:10: style: The function 'onbtnGFIR3Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1688:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:30:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:31:10: style: The function 'OnbtnUploadNCOClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1681:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:31:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:41:10: style: The function 'PHOinputChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1680:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:41:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:42:10: style: The function 'txtFCWPHOmodeAdditional_OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1682:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.h:42:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:22:10: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1891:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:22:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:23:10: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1882:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:23:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:24:10: style: The function 'OnNCOSelectionChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1885:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:24:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:25:10: style: The function 'OnbtnReadBISTSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1883:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:25:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:26:10: style: The function 'OnbtnLoadDCIClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1889:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:26:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:27:10: style: The function 'OnbtnLoadDCQClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1890:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:27:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:28:10: style: The function 'onbtnGFIR1Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1892:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:28:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:29:10: style: The function 'onbtnGFIR2Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1893:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:29:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:30:10: style: The function 'onbtnGFIR3Coef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1894:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:30:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:31:10: style: The function 'OnbtnUploadNCOClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1887:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:31:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:32:10: style: The function 'OnbtnReadRSSI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1884:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:32:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:42:10: style: The function 'PHOinputChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1886:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:42:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:43:10: style: The function 'txtFCWPHOmodeAdditional_OnMouseWheel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1888:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.h:43:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:21:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:337:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:22:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:339:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:23:8: style: The function 'OncmbBBLoopbackSelected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:338:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:24:14: style: The function 'OnbtnTuneFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:340:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRFE_view.h:23:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:253:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRFE_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRFE_view.h:24:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:254:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRFE_view.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:22:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1218:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:23:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1220:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:23:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:24:14: style: The function 'OnbtnReadComparators' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1225:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:24:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:25:8: style: The function 'OnbtnChangeRefClkClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1224:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:25:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:26:8: style: The function 'OnbtnCalculateClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1221:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:26:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:27:8: style: The function 'OnbtnTuneClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1222:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:27:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:28:14: style: The function 'OnShowVCOclicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1226:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:28:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:29:14: style: The function 'OnEnableRefSpurCancelation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:1223:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlSX_view.h:29:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:21:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:515:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:22:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:516:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:23:16: style: The function 'OnbtnTuneFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:517:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:23:16: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:24:16: style: The function 'OnbtnTuneTxGain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:518:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.h:24:16: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.h:22:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:425:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.h:23:8: style: The function 'OnBandChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:426:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlXBUF_view.h:23:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:934:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlXBUF_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:21:7: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2215:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:21:7: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:22:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2214:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:30:10: style: The function 'OnAGCStateChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2216:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.h:30:10: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:22:14: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2167:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:22:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:23:8: style: The function 'ParameterChangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2166:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:24:8: style: The function 'OnbtnCalibrateRx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2168:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:24:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:25:8: style: The function 'OnbtnCalibrateTx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2169:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:25:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:26:8: style: The function 'OnbtnCalibrateAll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2170:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:26:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:27:8: style: The function 'OnCalibrationMethodChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2171:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.h:27:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:21:8: style: The function 'OnButton_LOADHexClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2081:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:22:8: style: The function 'OnchkResetClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2082:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:23:8: style: The function 'OnbtnStartProgrammingClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2083:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:23:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:25:8: style: The function 'OnbtnRunTestClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2084:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:25:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:26:8: style: The function 'OnDebugModeClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2086:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:26:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:27:8: style: The function 'OnRunInstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2087:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:27:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:28:8: style: The function 'OnResetPCClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2088:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:28:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:29:8: style: The function 'OnViewSFRsClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2089:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:29:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:30:8: style: The function 'OnViewIRAMClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2090:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:30:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:31:8: style: The function 'OnEraseIRAMClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2091:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:31:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:32:8: style: The function 'OnSelDivSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2092:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:32:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:33:8: style: The function 'Onm_cCtrlBasebandSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2093:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:33:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:34:8: style: The function 'Onm_cCtrlMCU_BDSelect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2094:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:34:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:35:8: style: The function 'OnRegWriteRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2095:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:35:8: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:36:14: style: The function 'OnbtnRunProductionTestClicked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_wxgui.h:2085:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:36:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlAFE_view.cpp:6:22: warning: Member variable 'lms7002_pnlAFE_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIAS_view.cpp:7:23: warning: Member variable 'lms7002_pnlBIAS_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlBIST_view.cpp:6:23: warning: Member variable 'lms7002_pnlBIST_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCDS_view.cpp:7:22: warning: Member variable 'lms7002_pnlCDS_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.cpp:228:9: style: The scope of the variable 'status' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.cpp:271:9: style: The scope of the variable 'status' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.cpp:13:25: warning: Member variable 'lms7002_pnlCLKGEN_view::cmbCMPLO_CTRL' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCLKGEN_view.cpp:13:25: warning: Member variable 'lms7002_pnlCLKGEN_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlCalibrations_view.cpp:10:31: warning: Member variable 'lms7002_pnlCalibrations_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlGains_view.cpp:12:24: warning: Member variable 'lms7002_pnlGains_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLDO_view.cpp:6:22: warning: Member variable 'lms7002_pnlLDO_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlLimeLightPAD_view.cpp:6:31: warning: Member variable 'lms7002_pnlLimeLightPAD_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:320:13: style: Condition 'm_iExt2==1' is always true [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:318:14: note: Assignment 'm_iExt2=1', assigned value is 1
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:320:13: note: Condition 'm_iExt2==1' is always true
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:353:15: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:352:12: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:353:15: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:367:14: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:366:15: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:367:14: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:382:14: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:380:15: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:382:14: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:267:12: warning: Either the condition 'inFile!=NULL' is redundant or there is possible null pointer dereference: inFile. [nullPointerRedundantCheck]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:242:16: note: Assuming that condition 'inFile!=NULL' is not redundant
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:267:12: note: Null pointer dereference
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:29:5: style: Variable 'm_iTestNo' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:23:5: note: Variable 'm_iTestNo' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:29:5: note: Variable 'm_iTestNo' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:34:5: style: Variable 'm_iRegAddress' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:21:5: note: Variable 'm_iRegAddress' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:34:5: note: Variable 'm_iRegAddress' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:35:5: style: Variable 'm_iRegRead' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:22:5: note: Variable 'm_iRegRead' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:35:5: note: Variable 'm_iRegRead' is reassigned a value before the old one has been used if variable is no semaphore variable.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:236:5: style: Variable 'inFile' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:235:0: note: Variable 'inFile' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:236:5: note: Variable 'inFile' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:519:5: style: Variable 'inFile' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:518:0: note: Variable 'inFile' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:519:5: note: Variable 'inFile' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:320:13: style: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:318:14: note: 'm_iExt2' is assigned value '1' here.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:320:13: note: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:70:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:71:10: style: The scope of the variable 'find_byte' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:72:12: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:223:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:641:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:642:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:1073:55: style: Function 'Initialize' argument 1 names different: declaration 'ptr' definition 'pControl'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.h:42:39: note: Function 'Initialize' argument 1 names different: declaration 'ptr' definition 'pControl'.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:1073:55: note: Function 'Initialize' argument 1 names different: declaration 'ptr' definition 'pControl'.
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::m_iTestResultFileLine' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::TestResultArray_code' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::TestResultArray_address' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::TestResultArray_value' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::m_iRegData' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::byte_array' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::m_IRAM' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlMCU_BD_view.cpp:14:25: warning: Member variable 'lms7002_pnlMCU_BD_view::m_SFR' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:482:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::cmbISINK_SPIBUFF' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::btnReadADC' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::dccal_statuses' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::dccal_cmpstatuses' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::dccal_cmpcfg' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::dccal_start' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::rssi_vals' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::pdet_vals' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::tref_val' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::tvptat_val' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::rssidc_cmpstatus' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::cmbRSSIDC_HYSCMP' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::chkRSSI_PD' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::spinDCO1' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::spinDCO2' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::cmbRSEL' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::rssiCMPSTATUS' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::rssiCMPCFG' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlR3.cpp:17:21: warning: Member variable 'lms7002_pnlR3_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRBB_view.cpp:10:22: warning: Member variable 'lms7002_pnlRBB_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.cpp:371:14: style: The scope of the variable 'valrez' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlRxTSP_view.cpp:14:24: warning: Member variable 'lms7002_pnlRxTSP_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTBB_view.cpp:11:22: warning: Member variable 'lms7002_pnlTBB_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTRF_view.cpp:11:22: warning: Member variable 'lms7002_pnlTRF_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlTxTSP_view.cpp:14:24: warning: Member variable 'lms7002_pnlTxTSP_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002_wxgui/lms7002_pnlXBUF_view.cpp:7:23: warning: Member variable 'lms7002_pnlXBUF_view::lmsControl' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:2331:16: warning: Identical condition 'status!=0', second condition is always false [identicalConditionAfterEarlyExit]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:2328:16: note: first condition
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:2331:16: note: second condition
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:1143:5: warning: %i in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:412:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:411:0: note: Variable 'type' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:412:5: note: Variable 'type' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:601:5: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:600:0: note: Variable 'type' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:601:5: note: Variable 'type' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:405:9: style: The scope of the variable 'status' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:1420:14: style: The scope of the variable 'reg_data' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:1384:48: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/src/lms7002m/LMS7002M.cpp:1405:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LimeSuite-18.06.0/src/lms7002m/LMS7002M_RegistersMap.h:12:1: warning: The class 'LMS7002M_RegistersMap' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
LimeSuite-18.06.0/src/lms7002m/LMS7002M_RegistersMap.h:28:74: performance: Function parameter 'parameterList' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/lms7002m/LMS7002M_RegistersMap.cpp:24:93: performance: Function parameter 'parameterList' should be passed by const reference. [passedByValue]
LimeSuite-18.06.0/src/lms7002m/LMS7002M_RxTxCalibrations.cpp:27:5: style: Class 'BoardLoopbackStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7002m/LMS7002M_gainCalibrations.cpp:125:25: error: Uninitialized variable: cg_iamp [uninitvar]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:64:13: style: The scope of the variable 'l_msb' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:64:20: style: The scope of the variable 'l_mid' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:64:27: style: The scope of the variable 'l_lsb' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:212:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:160:31: note: Assignment 'trig_length=32', assigned value is 32
LimeSuite-18.06.0/src/lms7002m/goert.cpp:212:25: note: Shift
LimeSuite-18.06.0/src/lms7002m/goert.cpp:213:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
LimeSuite-18.06.0/src/lms7002m/goert.cpp:160:31: note: Assignment 'trig_length=32', assigned value is 32
LimeSuite-18.06.0/src/lms7002m/goert.cpp:213:25: note: Shift
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:856:13: style: Condition 'm_iExt2==1' is always true [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:854:14: note: Assignment 'm_iExt2=1', assigned value is 1
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:856:13: note: Condition 'm_iExt2==1' is always true
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:889:15: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:888:12: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:889:15: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:908:13: style: Condition 'm_iExt2==1' is always true [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:907:14: note: Assignment 'm_iExt2=1', assigned value is 1
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:908:13: note: Condition 'm_iExt2==1' is always true
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:918:13: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:917:13: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:918:13: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:932:14: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:931:15: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:932:14: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:947:14: style: Condition 'm_iExt2==1' is always false [knownConditionTrueFalse]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:945:15: note: Assignment 'm_iExt2=0', assigned value is 0
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:947:14: note: Condition 'm_iExt2==1' is always false
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:856:13: style: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:854:14: note: 'm_iExt2' is assigned value '1' here.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:856:13: note: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:908:13: style: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same. [duplicateExpression]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:907:14: note: 'm_iExt2' is assigned value '1' here.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:908:13: note: Same expression on both sides of '==' because the value of 'm_iExt2' and '1' are the same.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:69:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:70:10: style: The scope of the variable 'find_byte' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:71:9: style: The scope of the variable 'i' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:1105:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:54:74: style: Function 'Initialize' argument 3 names different: declaration 'rom_size' definition 'size'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:125:78: note: Function 'Initialize' argument 3 names different: declaration 'rom_size' definition 'size'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:54:74: note: Function 'Initialize' argument 3 names different: declaration 'rom_size' definition 'size'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:556:34: style: Function 'Wait_CLK_Cycles' argument 1 names different: declaration 'data' definition 'delay'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:97:34: note: Function 'Wait_CLK_Cycles' argument 1 names different: declaration 'data' definition 'delay'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:556:34: note: Function 'Wait_CLK_Cycles' argument 1 names different: declaration 'data' definition 'delay'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:581:40: style: Function 'Program_MCU' argument 1 names different: declaration 'binArray' definition 'buffer'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:115:40: note: Function 'Program_MCU' argument 1 names different: declaration 'binArray' definition 'buffer'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:581:40: note: Function 'Program_MCU' argument 1 names different: declaration 'binArray' definition 'buffer'.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:815:13: style: Variable 'temps' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:451:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:462:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:23:11: warning: Member variable 'MCU_File::m_top' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:24:5: performance: Variable 'mLoadedProgramFilename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:27:5: performance: Variable 'stepsTotal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:28:5: performance: Variable 'stepsDone' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:29:5: performance: Variable 'aborted' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:30:5: performance: Variable 'callback' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:84:22: performance: Technically the member function 'lime::MCU_BD::formREG2command' can be static. [functionStatic]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:983:22: note: Technically the member function 'lime::MCU_BD::formREG2command' can be static.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:84:22: note: Technically the member function 'lime::MCU_BD::formREG2command' can be static.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:95:25: performance: Technically the member function 'lime::MCU_BD::writeIRAM' can be static. [functionStatic]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.cpp:1134:33: note: Technically the member function 'lime::MCU_BD::writeIRAM' can be static.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_BD.h:95:25: note: Technically the member function 'lime::MCU_BD::writeIRAM' can be static.
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:44:10: style: Technically the member function 'MCU_File::FileOpened' can be const. [functionConst]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:25:3: style: Class 'MCU_File' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LimeSuite-18.06.0/src/lms7002m_mcu/MCU_File.h:25:3: style: Class 'MCU_File' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:63:9: style: Class 'LMS7SuiteAppFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:32:14: style: The function 'OnClose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:64:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:32:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:33:14: style: The function 'OnQuit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:65:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:33:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:34:14: style: The function 'OnShowConnectionSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:66:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:34:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:35:14: style: The function 'OnAbout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:76:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:35:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:40:14: style: The function 'OnShowFFTviewer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:68:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:40:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:42:14: style: The function 'OnShowADF4002' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:69:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:42:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:44:14: style: The function 'OnShowSi5351C' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:70:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:44:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:46:14: style: The function 'OnShowPrograming' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:71:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:46:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:50:14: style: The function 'OnShowFPGAcontrols' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:72:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:50:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:54:14: style: The function 'OnShowDeviceInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:73:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:54:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:56:14: style: The function 'OnShowSPI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:74:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:56:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:58:14: style: The function 'OnShowBoardControls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:75:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:58:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:59:14: style: The function 'OnChangeCacheSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:67:16: note: Virtual function in base class
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:59:14: note: Function in derived class
LimeSuite-18.06.0/src/lms7suiteAppFrame.cpp:227:57: style: Function 'UpdateConnections' argument 1 names different: declaration 'port' definition 'lms7controlPort'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/lms7suiteAppFrame.h:75:46: note: Function 'UpdateConnections' argument 1 names different: declaration 'port' definition 'lms7controlPort'.
LimeSuite-18.06.0/src/lms7suiteAppFrame.cpp:227:57: note: Function 'UpdateConnections' argument 1 names different: declaration 'port' definition 'lms7controlPort'.
LimeSuite-18.06.0/src/lms7suiteApp_gui.h:61:22: style: Class 'AppFrame_view' is unsafe, 'AppFrame_view::mContent' can leak by wrong usage. [unsafeClassCanLeak]
LimeSuite-18.06.0/src/myriad7/myriad7_wxgui.cpp:64:46: style: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'pSerPort'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/myriad7/myriad7_wxgui.h:19:33: note: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'pSerPort'.
LimeSuite-18.06.0/src/myriad7/myriad7_wxgui.cpp:64:46: note: Function 'Initialize' argument 1 names different: declaration 'serPort' definition 'pSerPort'.
LimeSuite-18.06.0/src/numericSlider/numericSlider.cpp:69:24: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
LimeSuite-18.06.0/src/numericSlider/numericSlider.cpp:13:16: warning: Member variable 'NumericSlider::mSpinner' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/numericSlider/numericSlider.cpp:13:16: warning: Member variable 'NumericSlider::mScroll' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:249:62: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:332:62: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:418:9: style: The scope of the variable 'glyphH' can be reduced. [variableScope]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:227:78: style: Function 'render_textWorldSpace' argument 4 names different: declaration 'scale' definition 'fontSize'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/oglGraph/GLFont.h:36:74: note: Function 'render_textWorldSpace' argument 4 names different: declaration 'scale' definition 'fontSize'.
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:227:78: note: Function 'render_textWorldSpace' argument 4 names different: declaration 'scale' definition 'fontSize'.
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:310:79: style: Function 'render_textScreenSpace' argument 4 names different: declaration 'scale' definition 'fontSize'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/oglGraph/GLFont.h:37:75: note: Function 'render_textScreenSpace' argument 4 names different: declaration 'scale' definition 'fontSize'.
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:310:79: note: Function 'render_textScreenSpace' argument 4 names different: declaration 'scale' definition 'fontSize'.
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:9:9: warning: Member variable 'GLFont::m_texwidth' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:9:9: warning: Member variable 'GLFont::m_texheight' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/oglGraph/GLFont.h:42:10: style: Technically the member function 'GLFont::getTextSize' can be const. [functionConst]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:413:14: note: Technically the member function 'GLFont::getTextSize' can be const.
LimeSuite-18.06.0/src/oglGraph/GLFont.h:42:10: note: Technically the member function 'GLFont::getTextSize' can be const.
LimeSuite-18.06.0/src/oglGraph/GLFont.h:44:18: style: Technically the member function 'GLFont::getTextureID' can be const. [functionConst]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:12:5: style: Class 'GLFont' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LimeSuite-18.06.0/src/oglGraph/GLFont.cpp:12:5: style: Class 'GLFont' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1102:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1317:31: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1351:5: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1363:33: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:451:2: style: Variable 'posY' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:444:2: note: Variable 'posY' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:451:2: note: Variable 'posY' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:452:2: style: Variable 'posX' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:443:2: note: Variable 'posX' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:452:2: note: Variable 'posX' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:128:10: style: The scope of the variable 'tempc' can be reduced. [variableScope]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1123:7: style: The scope of the variable 'found' can be reduced. [variableScope]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1180:7: style: The scope of the variable 'found' can be reduced. [variableScope]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:1260:26: style: Checking if unsigned variable 'series.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.h:112:3: performance: Variable 'color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.h:81:2: style: Struct 'GLG_color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/oglGraph/OpenGLGraph.cpp:760:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
LimeSuite-18.06.0/src/oglGraph/dlgMarkers.cpp:38:20: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:88:9: warning: Member variable 'ProtocolDIGIC::reserved' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:88:9: warning: Member variable 'ProtocolDIGIC::data' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:100:9: warning: Member variable 'ProtocolLMS64C::periphID' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:100:9: warning: Member variable 'ProtocolLMS64C::data' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:116:9: warning: Member variable 'ProtocolNovena::blockCount' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:116:9: warning: Member variable 'ProtocolNovena::data' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:656:20: style: Condition 'device==FPGA' is always true [knownConditionTrueFalse]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:744:9: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:382:5: style: Variable 'outBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:381:0: note: Variable 'outBuffer' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:382:5: note: Variable 'outBuffer' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:386:9: style: The scope of the variable 'outBufPos' can be reduced. [variableScope]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:652:9: style: The scope of the variable 'status' can be reduced. [variableScope]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:620:46: style: Function 'ProgramWrite' argument 1 names different: declaration 'buffer' definition 'data_src'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:173:42: note: Function 'ProgramWrite' argument 1 names different: declaration 'buffer' definition 'data_src'.
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:620:46: note: Function 'ProgramWrite' argument 1 names different: declaration 'buffer' definition 'data_src'.
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:620:87: style: Function 'ProgramWrite' argument 3 names different: declaration 'programmingMode' definition 'prog_mode'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.h:173:81: note: Function 'ProgramWrite' argument 3 names different: declaration 'programmingMode' definition 'prog_mode'.
LimeSuite-18.06.0/src/protocols/LMS64CProtocol.cpp:620:87: note: Function 'ProgramWrite' argument 3 names different: declaration 'programmingMode' definition 'prog_mode'.
LimeSuite-18.06.0/src/protocols/Streamer.cpp:106:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:70:35: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:76:35: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:88:28: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:97:28: style: C-style pointer casting [cstyleCast]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:113:5: style: Variable 'stats.overrun' is reassigned a value before the old one has been used. [redundantAssignment]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:112:5: note: Variable 'stats.overrun' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/protocols/Streamer.cpp:113:5: note: Variable 'stats.overrun' is reassigned a value before the old one has been used.
LimeSuite-18.06.0/src/protocols/dataTypes.h:35:5: warning: Member variable 'SamplesPacket::samples' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::isTx' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::channelID' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::performanceLatency' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::bufferLength' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::format' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.h:34:5: warning: Member variable 'StreamConfig::linkFormat' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/Streamer.cpp:156:11: warning: Member variable 'Streamer::dataLinkFormat' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/protocols/fifo.h:47:9: style: Class 'RingFIFO' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LimeSuite-18.06.0/src/protocols/fifo.h:47:9: style: Class 'RingFIFO' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LimeSuite-18.06.0/src/protocols/fifo.h:45:5: style: Class 'RingFIFO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/protocols/Streamer.h:99:5: style: Class 'StreamChannel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/tests/comms.cpp:52:5: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/tests/comms.cpp:66:5: portability: %li in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
LimeSuite-18.06.0/src/tests/streaming.cpp:137:5: error: Mismatching allocation and deallocation: buffers [mismatchAllocDealloc]
LimeSuite-18.06.0/src/tests/streaming.cpp:453:5: error: Mismatching allocation and deallocation: buffers [mismatchAllocDealloc]
LimeSuite-18.06.0/src/tests/streaming.cpp:664:5: error: Mismatching allocation and deallocation: buffers [mismatchAllocDealloc]
LimeSuite-18.06.0/src/utilities/pll_sweep.cpp:40:9: style: The scope of the variable 'c' can be reduced. [variableScope]
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.cpp:5:12: warning: Member variable 'SPI_wxgui::m_rficSpiAddr' is not initialized in the constructor. [uninitMemberVar]
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:25:3: style: Class 'SPI_wxgui' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:19:8: style: The function 'onLMSwrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:279:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:19:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:20:8: style: The function 'onLMSread' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:280:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:20:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:21:8: style: The function 'onBoardWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:281:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:22:8: style: The function 'OnBoardRead' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:282:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/SPI_wxgui.h:22:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:24:3: style: Class 'dlgConnectionSettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:18:8: style: The function 'GetDeviceList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:47:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:18:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:19:8: style: The function 'OnConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:48:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:19:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:20:8: style: The function 'OnCancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:49:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:20:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:21:8: style: The function 'OnDisconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:50:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/dlgConnectionSettings.h:21:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgDeviceInfo.h:20:3: style: Class 'dlgDeviceInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/utilities_gui/dlgDeviceInfo.h:17:8: style: The function 'OnGetInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:131:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/dlgDeviceInfo.h:17:8: note: Function in derived class
LimeSuite-18.06.0/src/utilities_gui/dlgFullMessageLog.h:20:3: style: Class 'dlgFullMessageLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LimeSuite-18.06.0/src/utilities_gui/pnlMiniLog.cpp:8:2: performance: Variable 'mDefaultStyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LimeSuite-18.06.0/src/utilities_gui/pnlMiniLog.h:26:10: style: The function 'OnUpdateGUI' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LimeSuite-18.06.0/src/utilities_gui/utilities_gui.h:74:16: note: Virtual function in base class
LimeSuite-18.06.0/src/utilities_gui/pnlMiniLog.h:26:10: note: Function in derived class
LimeSuite-18.06.0/src/windowFunction.cpp:4:47: style: Function 'GenerateWindowCoefficients' argument 2 names different: declaration 'fftsize' definition 'N'. [funcArgNamesDifferent]
LimeSuite-18.06.0/src/windowFunction.h:6:47: note: Function 'GenerateWindowCoefficients' argument 2 names different: declaration 'fftsize' definition 'N'.
LimeSuite-18.06.0/src/windowFunction.cpp:4:47: note: Function 'GenerateWindowCoefficients' argument 2 names different: declaration 'fftsize' definition 'N'.
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/limnoria/limnoria_2018.06.25.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/linaro-image-tools/linaro-image-tools_2016.05.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/linbox/linbox_1.5.2.orig.tar.gz
linbox-1.5.2/benchmarks/benchmark-order-basis.C:29:0: error: #error "Unable to define getMemorySize( ) for an unknown OS." [preprocessorErrorDirective]
linbox-1.5.2/benchmarks/benchmark-utils.h:218:3: style: Class 'showProgression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/benchmarks/benchmark.C:1273:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linbox-1.5.2/benchmarks/benchmark.C:791:60: style: Function 'fit2' argument 3 names different: declaration 'n' definition 'nn'. [funcArgNamesDifferent]
linbox-1.5.2/benchmarks/benchmark.h:1073:60: note: Function 'fit2' argument 3 names different: declaration 'n' definition 'nn'.
linbox-1.5.2/benchmarks/benchmark.C:791:60: note: Function 'fit2' argument 3 names different: declaration 'n' definition 'nn'.
linbox-1.5.2/benchmarks/benchmark-metadata.h:392:8: style: Unused private function: 'EnvironmentMetaData::initMetadata' [unusedPrivateFunction]
linbox-1.5.2/benchmarks/benchmark-metadata.h:405:8: style: Unused private function: 'BenchmarkMetaData::initMetadata' [unusedPrivateFunction]
linbox-1.5.2/benchmarks/benchmark-metadata.h:418:8: style: Unused private function: 'AlgorithmMetaData::initMetadata' [unusedPrivateFunction]
linbox-1.5.2/benchmarks/benchmark-metadata.h:431:8: style: Unused private function: 'GeneratorMetaData::initMetadata' [unusedPrivateFunction]
linbox-1.5.2/benchmarks/benchmark-metadata.h:442:8: style: Unused private function: 'StorageMetaData::initMetadata' [unusedPrivateFunction]
linbox-1.5.2/benchmarks/benchmark-metadata.h:392:8: performance: Technically the member function 'LinBox::EnvironmentMetaData::initMetadata' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark-metadata.h:405:8: performance: Technically the member function 'LinBox::BenchmarkMetaData::initMetadata' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark-metadata.h:418:8: performance: Technically the member function 'LinBox::AlgorithmMetaData::initMetadata' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark-metadata.h:431:8: performance: Technically the member function 'LinBox::GeneratorMetaData::initMetadata' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark-metadata.h:442:8: performance: Technically the member function 'LinBox::StorageMetaData::initMetadata' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.h:366:15: performance: Technically the member function 'LinBox::PlotStyle::getOutput' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:606:25: note: Technically the member function 'LinBox::PlotStyle::getOutput' can be static.
linbox-1.5.2/benchmarks/benchmark.h:366:15: note: Technically the member function 'LinBox::PlotStyle::getOutput' can be static.
linbox-1.5.2/benchmarks/benchmark.h:722:8: performance: Technically the member function 'LinBox::PlotData::finishSeries' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:213:17: note: Technically the member function 'LinBox::PlotData::finishSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:722:8: note: Technically the member function 'LinBox::PlotData::finishSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:843:8: performance: Technically the member function 'LinBox::PlotData::load' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:335:17: note: Technically the member function 'LinBox::PlotData::load' can be static.
linbox-1.5.2/benchmarks/benchmark.h:843:8: note: Technically the member function 'LinBox::PlotData::load' can be static.
linbox-1.5.2/benchmarks/benchmark.h:851:8: performance: Technically the member function 'LinBox::PlotData::save' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:379:17: note: Technically the member function 'LinBox::PlotData::save' can be static.
linbox-1.5.2/benchmarks/benchmark.h:851:8: note: Technically the member function 'LinBox::PlotData::save' can be static.
linbox-1.5.2/benchmarks/benchmark.h:938:8: performance: Technically the member function 'LinBox::PlotGraph::mergeTwoSeries' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:1146:19: note: Technically the member function 'LinBox::PlotGraph::mergeTwoSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:938:8: note: Technically the member function 'LinBox::PlotGraph::mergeTwoSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:951:8: performance: Technically the member function 'LinBox::PlotGraph::print_xml' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:1260:19: note: Technically the member function 'LinBox::PlotGraph::print_xml' can be static.
linbox-1.5.2/benchmarks/benchmark.h:951:8: note: Technically the member function 'LinBox::PlotGraph::print_xml' can be static.
linbox-1.5.2/benchmarks/benchmark.h:993:8: performance: Technically the member function 'LinBox::PlotGraph::sortSeries' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:1484:19: note: Technically the member function 'LinBox::PlotGraph::sortSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:993:8: note: Technically the member function 'LinBox::PlotGraph::sortSeries' can be static.
linbox-1.5.2/benchmarks/benchmark.h:996:8: performance: Technically the member function 'LinBox::PlotGraph::unique' can be static. [functionStatic]
linbox-1.5.2/benchmarks/benchmark.C:1487:19: note: Technically the member function 'LinBox::PlotGraph::unique' can be static.
linbox-1.5.2/benchmarks/benchmark.h:996:8: note: Technically the member function 'LinBox::PlotGraph::unique' can be static.
linbox-1.5.2/benchmarks/benchmark-metadata.h:168:3: style: Class 'MetaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/benchmarks/benchmark-metadata.h:315:3: style: Class 'FieldMetaData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/benchmarks/benchmark-metadata.h:45:2: warning: The class 'MetaData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
linbox-1.5.2/benchmarks/benchmark.h:521:2: warning: The class 'PlotData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
linbox-1.5.2/benchmarks/benchmark-metadata.h:364:48: performance: Function parameter 'nom' should be passed by const reference. [passedByValue]
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:152:69: error: Null pointer dereference: B_target [nullPointer]
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:150:38: note: Assignment 'B_target=NULL', assigned value is 0
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:152:69: note: Null pointer dereference
linbox-1.5.2/interfaces/driver/lb-blackbox.C:66:69: style: Function 'createBlackbox' argument 2 names different: declaration 'is' definition 'in'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/driver/lb-blackbox.h:46:69: note: Function 'createBlackbox' argument 2 names different: declaration 'is' definition 'in'.
linbox-1.5.2/interfaces/driver/lb-blackbox.C:66:69: note: Function 'createBlackbox' argument 2 names different: declaration 'is' definition 'in'.
linbox-1.5.2/interfaces/driver/lb-domain-data.h:131:2: warning: Member variable 'DomainEnvelope::ptr' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-domain-functor.h:42:2: warning: Member variable 'ApplyDomainFunctorBase::res' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-domain-functor.h:42:2: warning: Member variable 'ApplyDomainFunctorBase::fct' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-blackbox-functor.h:43:2: warning: Member variable 'ApplyBlackboxFunctorBase::res' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-blackbox-functor.h:43:2: warning: Member variable 'ApplyBlackboxFunctorBase::fct' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-domain-collection.h:70:2: style: 'DomainKey::operator=' should return 'DomainKey &'. [operatorEq]
linbox-1.5.2/interfaces/driver/lb-domain-collection.h:115:7: style: Technically the member function 'DomainKeyLessThan::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-blackbox-collection.h:40:34: style: Technically the member function 'BlackboxKeyLessThan::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-domain-data.h:78:9: style: Technically the member function 'Domain_Factory::size' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector-collection.h:40:32: style: Technically the member function 'VectorKeyLessThan::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-element-collection.h:41:7: style: Technically the member function 'EltKeyLessThan::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:105:9: style: Technically the member function 'Blackbox_Factory::size' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:115:7: style: Technically the member function 'RandomBlackbox::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:124:7: style: Technically the member function 'RandomBlackbox::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:133:7: style: Technically the member function 'RandomBlackbox::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-domain-collection.h:53:5: style: Value of pointer 'pfirst', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
linbox-1.5.2/interfaces/driver/lb-domain-collection.h:53:43: style: Value of pointer 'counter', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
linbox-1.5.2/interfaces/driver/lb-domain-data.h:126:2: style: Class 'DomainEnvelope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-domain-data.h:133:2: style: Class 'DomainEnvelope' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:136:2: style: Class 'RebindBlackboxFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:247:2: style: Class 'CreateBlackboxFromStreamFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:146:2: style: Class 'BlackboxAtRandomFunctorSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:158:2: style: Class 'BlackboxAtRandomFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-blackbox.C:195:2: style: Class 'WriteBlackboxFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-domain-abstract.h:39:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-utilities.h:72:17: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-domain-abstract.h:39:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:43:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-utilities.h:72:17: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:43:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-domain-data.h:139:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-domain-abstract.h:38:26: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-domain-data.h:139:18: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-domain-data.h:143:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-domain-abstract.h:39:2: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-domain-data.h:143:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:43:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-utilities.h:72:17: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:43:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:176:20: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:38:29: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:176:20: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:184:9: style: The function 'getPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:39:29: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:184:9: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:187:27: style: The function 'getDomainKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:40:29: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:187:27: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:192:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:43:2: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:192:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:201:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:41:29: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:201:14: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:213:7: style: The function 'rebind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-blackbox-abstract.h:42:29: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:213:7: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-functor.h:72:2: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-utilities.h:65:15: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-blackbox-functor.h:72:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-blackbox-data.h:210:3: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
linbox-1.5.2/interfaces/driver/lb-charpoly.C:50:2: style: Class 'CharpolyFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-element-data.h:65:2: style: Class 'CreateEltFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-det.C:55:2: style: Class 'DeterminantFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-element-data.h:52:19: style: The function 'getDomainKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-element-abstract.h:39:27: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-element-data.h:52:19: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-element-data.h:54:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-element-abstract.h:38:27: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-element-data.h:54:15: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-domain.C:124:39: style: Function 'writeDomainInfo' argument 1 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/driver/lb-domain.h:64:39: note: Function 'writeDomainInfo' argument 1 names different: declaration 'k' definition 'key'.
linbox-1.5.2/interfaces/driver/lb-domain.C:124:39: note: Function 'writeDomainInfo' argument 1 names different: declaration 'k' definition 'key'.
linbox-1.5.2/interfaces/driver/lb-element.C:109:2: style: Class 'SerializeElementFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector-functor.h:44:2: warning: Member variable 'ApplyVectorFunctorBase::res' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-vector-functor.h:44:2: warning: Member variable 'ApplyVectorFunctorBase::fct' is not initialized in the constructor. [uninitMemberVar]
linbox-1.5.2/interfaces/driver/lb-vector-data.h:102:9: style: Technically the member function 'Vector_Factory::size' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector-data.h:131:2: style: Class 'RebindVectorFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector-data.h:227:2: style: Class 'CreateVectorFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector-data.h:240:2: style: Class 'CreateVectorFromStreamFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-garbage.C:44:2: style: Class 'DeleteElementFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector-data.h:173:2: style: The function 'Accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:43:2: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:173:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:182:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:38:30: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:182:18: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:190:9: style: The function 'getPtr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:39:30: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:190:9: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:193:19: style: The function 'getDomainKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:40:30: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:193:19: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:196:14: style: The function 'info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:41:30: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:196:14: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:208:7: style: The function 'rebind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-vector-abstract.h:42:30: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-data.h:208:7: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-vector-functor.h:73:2: style: The function 'visit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linbox-1.5.2/interfaces/driver/lb-utilities.h:65:15: note: Virtual function in base class
linbox-1.5.2/interfaces/driver/lb-vector-functor.h:73:2: note: Function in derived class
linbox-1.5.2/interfaces/driver/lb-garbage.C:84:26: error: Iterator 'it' used after element has been erased. [eraseDereference]
linbox-1.5.2/interfaces/driver/lb-garbage.C:82:2: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:84:26: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:110:25: error: Iterator 'it' used after element has been erased. [eraseDereference]
linbox-1.5.2/interfaces/driver/lb-garbage.C:108:2: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:110:25: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:166:27: error: Iterator 'it' used after element has been erased. [eraseDereference]
linbox-1.5.2/interfaces/driver/lb-garbage.C:157:2: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:166:27: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:221:25: error: Iterator 'it' used after element has been erased. [eraseDereference]
linbox-1.5.2/interfaces/driver/lb-garbage.C:212:2: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-garbage.C:221:25: note: Iterator 'it' used after element has been erased.
linbox-1.5.2/interfaces/driver/lb-vector-data.h:205:3: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
linbox-1.5.2/interfaces/driver/lb-minpoly.C:47:2: style: Class 'MinpolyFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:49:7: style: Technically the member function 'PrintPoly::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:58:7: style: Technically the member function 'PrintPoly::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:121:14: style: Technically the member function 'ToSerialPolynomial::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:130:14: style: Technically the member function 'ToSerialPolynomial::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:146:2: style: Class 'SerializePolynomialSpecFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-polynomial.C:159:2: style: Class 'SerializePolynomialFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-rank.C:46:2: style: Class 'RankFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-solve.C:135:7: style: Technically the member function 'MutateVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-solve.C:141:7: style: Technically the member function 'MutateVector < LinBox :: RingCategories :: IntegerTag >::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:276:39: style: Function 'writeVectorInfo' argument 1 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/driver/lb-vector.h:88:39: note: Function 'writeVectorInfo' argument 1 names different: declaration 'k' definition 'key'.
linbox-1.5.2/interfaces/driver/lb-vector.C:276:39: note: Function 'writeVectorInfo' argument 1 names different: declaration 'k' definition 'key'.
linbox-1.5.2/interfaces/driver/lb-vector.C:131:7: style: Technically the member function 'RandomVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:141:7: style: Technically the member function 'RandomVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:204:7: style: Technically the member function 'PrintVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:213:7: style: Technically the member function 'PrintVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:293:14: style: Technically the member function 'ToSerialVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:302:14: style: Technically the member function 'ToSerialVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:316:14: style: Technically the member function 'ToSerialVector::operator()' can be const. [functionConst]
linbox-1.5.2/interfaces/driver/lb-vector.C:153:2: style: Class 'VectorAtRandomFunctorSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector.C:165:2: style: Class 'VectorAtRandomFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector.C:336:2: style: Class 'SerializeVectorSpecFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/driver/lb-vector.C:349:2: style: Class 'SerializeVectorFunctor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:801:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:818:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:449:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:509:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:581:10: style: The scope of the variable 'MapleStatement' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:770:10: style: The scope of the variable 'MapleStatement' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:944:10: style: The scope of the variable 'MisMatchErr' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1082:10: style: The scope of the variable 'misMatchErr' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1220:19: style: The scope of the variable 'result' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1222:17: style: The scope of the variable 'BBi' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1223:17: style: The scope of the variable 'BBI' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1269:10: style: The scope of the variable 'resulti' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1272:17: style: The scope of the variable 'BBi' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1273:17: style: The scope of the variable 'BBI' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1320:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1412:7: style: The scope of the variable 'num' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1412:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:429:0: error: Memory leak: vP [memleak]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:429:0: error: Memory leak: VP [memleak]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1061:0: error: Memory leak: tempIV [memleak]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1060:0: error: Memory leak: tempiV [memleak]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1202:0: error: Memory leak: tempIV [memleak]
linbox-1.5.2/interfaces/maple-old/lbmaple.C:1201:0: error: Memory leak: tempiV [memleak]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:134:71: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:213:71: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:290:71: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:360:71: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:430:71: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/interfaces/maple/lb-maple.C:110:20: style: The scope of the variable 'key' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple/lb-maple.C:195:22: style: The scope of the variable 'key' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple/lb-maple.C:328:20: style: The scope of the variable 'key' can be reduced. [variableScope]
linbox-1.5.2/interfaces/maple/lb-maple-utilities.h:77:10: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
linbox-1.5.2/interfaces/maple/lb-maple.C:74:11: error: Mismatching allocation and deallocation: msg [mismatchAllocDealloc]
linbox-1.5.2/interfaces/sage/linbox-sage.C:109:27: style: Function 'linbox_modn_sparse_matrix_rank' argument 5 names different: declaration 'reorder' definition 'gauss'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/sage/linbox-sage.h:51:15: note: Function 'linbox_modn_sparse_matrix_rank' argument 5 names different: declaration 'reorder' definition 'gauss'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:109:27: note: Function 'linbox_modn_sparse_matrix_rank' argument 5 names different: declaration 'reorder' definition 'gauss'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:135:62: style: Function 'linbox_modn_sparse_matrix_solve' argument 1 names different: declaration 'modulus' definition 'p'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/sage/linbox-sage.h:53:73: note: Function 'linbox_modn_sparse_matrix_solve' argument 1 names different: declaration 'modulus' definition 'p'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:135:62: note: Function 'linbox_modn_sparse_matrix_solve' argument 1 names different: declaration 'modulus' definition 'p'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:136:18: style: Function 'linbox_modn_sparse_matrix_solve' argument 4 names different: declaration 'a' definition '_a'. [funcArgNamesDifferent]
linbox-1.5.2/interfaces/sage/linbox-sage.h:54:34: note: Function 'linbox_modn_sparse_matrix_solve' argument 4 names different: declaration 'a' definition '_a'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:136:18: note: Function 'linbox_modn_sparse_matrix_solve' argument 4 names different: declaration 'a' definition '_a'.
linbox-1.5.2/interfaces/sage/linbox-sage.C:83:0: error: Memory leak: F [memleak]
linbox-1.5.2/linbox/algorithms/opencl-kernels/kernel-muladd-partial-16-sp-unroll.cl:37:0: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linbox-1.5.2/linbox/algorithms/opencl-kernels/kernel-muladd-partial-16-sp.cl:37:0: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linbox-1.5.2/macros/CodeChunk/instrset.h:209:14: style: Unused private function: 'Static_error_check < false >::Static_error_check' [unusedPrivateFunction]
linbox-1.5.2/macros/CodeChunk/instrset.h:209:14: performance: Technically the member function 'Static_error_check < false >::Static_error_check' can be static. [functionStatic]
linbox-1.5.2/tests/benchmark-fields.C:250:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linbox-1.5.2/tests/test-blackbox.h:381:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linbox-1.5.2/tests/test-field.h:371:16: style: Boolean variable 'part_pass' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linbox-1.5.2/tests/test-field.h:109:25: performance: Function parameter 'rep' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-blas-domain.C:313:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linbox-1.5.2/tests/test-blas-domain.C:414:43: style: Function 'testMulAddAgain' argument 1 names different: declaration 'Zp' definition 'F'. [funcArgNamesDifferent]
linbox-1.5.2/tests/test-blas-domain.C:94:43: note: Function 'testMulAddAgain' argument 1 names different: declaration 'Zp' definition 'F'.
linbox-1.5.2/tests/test-blas-domain.C:414:43: note: Function 'testMulAddAgain' argument 1 names different: declaration 'Zp' definition 'F'.
linbox-1.5.2/tests/test-blas-domain.C:405:9: style: Boolean variable 'pass' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linbox-1.5.2/tests/test-blas-domain.C:203:27: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-block-wiedemann.C:61:55: performance: Function parameter 'desc' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-cradomain.C:71:45: style: Technically the member function 'Interator::getVector' can be const. [functionConst]
linbox-1.5.2/tests/test-cradomain.C:49:2: style: Struct 'Interator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-cradomain.C:109:2: style: Struct 'InteratorIt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-cradomain.C:148:0: style: Struct 'InteratorBlas < Givaro :: Modular < double > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-dense-zero-one.C:71:2: style: Struct 'BlackboxDomain' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-echelon-form.C:59:27: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-ffpack.C:56:27: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-ftrmm.C:496:6: style: Condition 'eur' is always false [knownConditionTrueFalse]
linbox-1.5.2/tests/test-ftrmm.C:491:12: note: Assignment 'eur=0', assigned value is 0
linbox-1.5.2/tests/test-ftrmm.C:496:6: note: Condition 'eur' is always false
linbox-1.5.2/tests/test-ftrmm.C:197:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:220:3: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:197:3: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:199:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:209:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:199:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:200:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:204:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:200:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:210:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:214:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:210:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:222:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:231:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:222:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:223:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:227:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:223:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:232:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:236:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:232:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:244:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:254:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:244:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:245:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:249:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:245:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:255:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:259:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:255:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:267:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:277:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:267:4: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:268:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:272:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:268:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:278:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linbox-1.5.2/tests/test-ftrmm.C:282:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-ftrmm.C:278:5: note: Found duplicate branches for 'if' and 'else'.
linbox-1.5.2/tests/test-isposdef.C:50:92: performance: Function parameter 'methodName' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-matpoly-mult.C:157:9: style: Unused variable: d0 [unusedVariable]
linbox-1.5.2/tests/test-matpoly-mult.C:157:12: style: Unused variable: d1 [unusedVariable]
linbox-1.5.2/tests/test-minpoly.C:359:31: warning: Either the condition 'F==nullptr' is redundant or there is possible null pointer dereference: F. [nullPointerRedundantCheck]
linbox-1.5.2/tests/test-minpoly.C:362:8: note: Assuming that condition 'F==nullptr' is not redundant
linbox-1.5.2/tests/test-minpoly.C:359:31: note: Null pointer dereference
linbox-1.5.2/tests/test-modular-balanced-int.C:50:25: performance: Function parameter 'int_type_name' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-modular-int.C:48:25: performance: Function parameter 'int_type_name' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-opencl-domain.C:90:32: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-order-basis.C:91:17: style: Variable 'shift2' is assigned a value that is never used. [unreadVariable]
linbox-1.5.2/tests/test-param-fuzzy.C:92:18: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linbox-1.5.2/tests/test-permutation.C:81:13: style: Redundant condition: pass. '!pass || (pass && P.rowdim()<=20)' is equivalent to '!pass || P.rowdim()<=20' [redundantCondition]
linbox-1.5.2/tests/test-rank.h:128:17: style: The scope of the variable 'rank_blas_elimination' can be reduced. [variableScope]
linbox-1.5.2/tests/test-smith-form-iliopoulos.C:49:0: error: #error "you can't compile this test without NTL enabled. Please make sure you configured Linbox with --with-ntl=path/to/ntl" [preprocessorErrorDirective]
linbox-1.5.2/tests/test-smith-form-local.C:77:0: style: Technically the member function 'pplt < LocalPIRModular < integer > >::operator()' can be const. [functionConst]
linbox-1.5.2/tests/test-smith-form-local.C:77:0: style: Technically the member function 'pplt < PIRModular < int32_t > >::operator()' can be const. [functionConst]
linbox-1.5.2/tests/test-smith-form-local.C:76:0: style: Class 'pplt < LocalPIRModular < integer > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-smith-form-local.C:76:0: style: Class 'pplt < PIRModular < int32_t > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linbox-1.5.2/tests/test-smith-form-local.C:88:0: performance: Function parameter 's' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-solve.C:123:3: style: Exception should be caught by reference. [catchExceptionByValue]
linbox-1.5.2/tests/test-solve.C:226:3: style: Exception should be caught by reference. [catchExceptionByValue]
linbox-1.5.2/tests/test-solve.C:363:3: style: Exception should be caught by reference. [catchExceptionByValue]
linbox-1.5.2/tests/test-solve.C:692:3: style: Exception should be caught by reference. [catchExceptionByValue]
linbox-1.5.2/tests/test-subvector.C:469:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linbox-1.5.2/tests/test-subvector.C:599:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linbox-1.5.2/tests/test-subvector.C:635:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linbox-1.5.2/tests/test-subvector.C:692:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linbox-1.5.2/tests/test-subvector.C:245:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linbox-1.5.2/tests/test-toeplitz-det.C:111:6: style: Condition 'pass' is always true [knownConditionTrueFalse]
linbox-1.5.2/tests/test-toeplitz-det.C:68:14: note: Assignment 'pass=true', assigned value is 1
linbox-1.5.2/tests/test-toeplitz-det.C:111:6: note: Condition 'pass' is always true
linbox-1.5.2/tests/test-toom-cook.C:157:10: style: The scope of the variable 'PrimeSize' can be reduced. [variableScope]
linbox-1.5.2/tests/test-triplesbb-omp.C:145:31: performance: Function parameter 'testName' should be passed by const reference. [passedByValue]
linbox-1.5.2/tests/test-triplesbb.C:78:2: style: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
linbox-1.5.2/tests/test-triplesbb.C:77:17: note: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable.
linbox-1.5.2/tests/test-triplesbb.C:78:2: note: Variable 'q' is reassigned a value before the old one has been used if variable is no semaphore variable.
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lincity/lincity_1.13.1.orig.tar.gz
lincity-1.13.1/lcconfig.h:22:0: error: #error Int32 is not defined. [preprocessorErrorDirective]
lincity-1.13.1/engine.c:291:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lincity-1.13.1/engine.c:291:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lincity-1.13.1/engine.c:644:11: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-1.13.1/engine.c:43:22: style: Function 'no_credit_build' argument 1 names different: declaration 'selected_type' definition 'selected_group'. [funcArgNamesDifferent]
lincity-1.13.1/lin-city.h:1313:26: note: Function 'no_credit_build' argument 1 names different: declaration 'selected_type' definition 'selected_group'.
lincity-1.13.1/engine.c:43:22: note: Function 'no_credit_build' argument 1 names different: declaration 'selected_type' definition 'selected_group'.
lincity-1.13.1/intl/dcigettext.c:569:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lincity-1.13.1/intl/hash-string.h:42:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lincity-1.13.1/intl/dcigettext.c:218:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
lincity-1.13.1/intl/dcigettext.c:221:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
lincity-1.13.1/intl/dcigettext.c:224:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
lincity-1.13.1/intl/dcigettext.c:227:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
lincity-1.13.1/intl/dcigettext.c:228:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
lincity-1.13.1/intl/dcigettext.c:231:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
lincity-1.13.1/intl/l10nflist.c:403:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lincity-1.13.1/intl/loadmsgcat.c:966:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lincity-1.13.1/intl/loadmsgcat.c:910:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lincity-1.13.1/intl/loadmsgcat.c:966:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lincity-1.13.1/intl/loadmsgcat.c:966:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lincity-1.13.1/intl/loadmsgcat.c:910:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lincity-1.13.1/intl/loadmsgcat.c:966:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lincity-1.13.1/intl/localcharset.c:266:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lincity-1.13.1/intl/localcharset.c:257:24: note: Assignment 'locale=NULL', assigned value is 0
lincity-1.13.1/intl/localcharset.c:266:14: note: Condition 'locale==NULL' is always true
lincity-1.13.1/intl/localcharset.c:266:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lincity-1.13.1/intl/localcharset.c:257:24: note: 'locale' is assigned value 'NULL' here.
lincity-1.13.1/intl/localcharset.c:266:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lincity-1.13.1/intl/localcharset.c:116:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lincity-1.13.1/intl/localcharset.c:140:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lincity-1.13.1/intl/localealias.c:239:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lincity-1.13.1/intl/localealias.c:240:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:7: style: The scope of the variable 'xx' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:11: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:15: style: The scope of the variable 'xs' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:19: style: The scope of the variable 'ys' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:23: style: The scope of the variable 'xe' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:27: style: The scope of the variable 'ye' can be reduced. [variableScope]
lincity-1.13.1/modules/coalmine.c:29:31: style: The scope of the variable 'cr' can be reduced. [variableScope]
lincity-1.13.1/modules/fire.c:27:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:11: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:15: style: The scope of the variable 'xs' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:19: style: The scope of the variable 'ys' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:23: style: The scope of the variable 'xe' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:27: style: The scope of the variable 'ye' can be reduced. [variableScope]
lincity-1.13.1/modules/oremine.c:29:31: style: The scope of the variable 'cr' can be reduced. [variableScope]
lincity-1.13.1/modules/port.c:34:34: style: The scope of the variable 'b1' can be reduced. [variableScope]
lincity-1.13.1/modules/port.c:34:39: style: The scope of the variable 'b2' can be reduced. [variableScope]
lincity-1.13.1/modules/port.c:34:44: style: The scope of the variable 's1' can be reduced. [variableScope]
lincity-1.13.1/modules/port.c:34:49: style: The scope of the variable 's2' can be reduced. [variableScope]
lincity-1.13.1/modules/rocket_pad.c:120:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lincity-1.13.1/modules/rocket_pad.c:121:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lincity-1.13.1/modules/rocket_pad.c:129:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lincity-1.13.1/modules/rocket_pad.c:129:15: style: The scope of the variable 'xx' can be reduced. [variableScope]
lincity-1.13.1/modules/rocket_pad.c:129:19: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-1.13.1/modules/rocket_pad.c:129:23: style: The scope of the variable 'xxx' can be reduced. [variableScope]
lincity-1.13.1/modules/rocket_pad.c:129:28: style: The scope of the variable 'yyy' can be reduced. [variableScope]
lincity-1.13.1/modules/substation.c:76:13: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-1.13.1/modules/windmill.c:81:10: style: The scope of the variable 's' can be reduced. [variableScope]
lincity-1.13.1/power.c:40:9: style: The scope of the variable 'net' can be reduced. [variableScope]
lincity-1.13.1/power.c:348:7: style: The scope of the variable 'xi' can be reduced. [variableScope]
lincity-1.13.1/power.c:348:11: style: The scope of the variable 'yi' can be reduced. [variableScope]
lincity-1.13.1/power.c:313:19: style: Function 'project_power' argument 1 names different: declaration 'x' definition 'mapx'. [funcArgNamesDifferent]
lincity-1.13.1/power.h:33:24: note: Function 'project_power' argument 1 names different: declaration 'x' definition 'mapx'.
lincity-1.13.1/power.c:313:19: note: Function 'project_power' argument 1 names different: declaration 'x' definition 'mapx'.
lincity-1.13.1/power.c:313:29: style: Function 'project_power' argument 2 names different: declaration 'y' definition 'mapy'. [funcArgNamesDifferent]
lincity-1.13.1/power.h:33:31: note: Function 'project_power' argument 2 names different: declaration 'y' definition 'mapy'.
lincity-1.13.1/power.c:313:29: note: Function 'project_power' argument 2 names different: declaration 'y' definition 'mapy'.
lincity-1.13.1/readpng.c:566:11: style: The scope of the variable 'fnp' can be reduced. [variableScope]
lincity-1.13.1/readpng.c:168:5: warning: Size of pointer 'row_pointers' used instead of size of its data. [pointerSize]
lincity-1.13.1/readpng.c:54:2: error: Resource leak: fp [resourceLeak]
lincity-1.13.1/readpng.c:67:2: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/readpng.c:78:2: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/readpng.c:93:2: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/readpng.c:151:2: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/readpng.c:164:2: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/readpng.c:557:0: error: Resource leak: txt_fp [resourceLeak]
lincity-1.13.1/winmain.c:639:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lincity-1.13.1/winmain.c:647:4: note: Found duplicate branches for 'if' and 'else'.
lincity-1.13.1/winmain.c:639:2: note: Found duplicate branches for 'if' and 'else'.
lincity-1.13.1/winmain.c:97:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lincity-1.13.1/winmain.c:919:42: style: Variable 'hBitmapOri' is assigned a value that is never used. [unreadVariable]
lincity-1.13.1/winmain.c:901:12: style: Variable 'hPalOld' is assigned a value that is never used. [unreadVariable]
lincity-1.13.1/winmain.c:929:34: style: Variable 'hbr' is assigned a value that is never used. [unreadVariable]
lincity-1.13.1/winmain.c:967:34: style: Variable 'hbr' is assigned a value that is never used. [unreadVariable]
lincity-1.13.1/winmain.c:1068:34: style: Variable 'hbr' is assigned a value that is never used. [unreadVariable]
[02:41]

ftp://ftp.se.debian.org/debian/pool/main/l/lincity-ng/lincity-ng_2.9~git20150314.orig.tar.xz
lincity-ng/contrib/autocrop.cxx:155:9: style: Technically the member function 'Image::crop' can be const. [functionConst]
lincity-ng/contrib/autocrop.cxx:86:3: style: Class 'Image' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/contrib/autocrop.cxx:60:1: warning: The class 'Image' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lincity-ng/src/PhysfsStream/PhysfsStream.cpp:24:17: warning: Member variable 'IFileStreambuf::buf' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:52:17: warning: Virtual function 'sync' is called from destructor '~OFileStreambuf()' at line 71. Dynamic binding is not used. [virtualCallInConstructor]
lincity-ng/src/PhysfsStream/PhysfsStream.cpp:71:5: note: Calling sync
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:52:17: note: sync is a virtual method
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:33:5: style: Class 'IFileStreambuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:47:5: style: Class 'OFileStreambuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:62:5: style: Class 'IFileStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/PhysfsStream/PhysfsStream.hpp:69:5: style: Class 'OFileStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/TinyLandGen/ecology.cpp:197:3: style: Variable 'iter' is modified but its new value is never used. [unreadVariable]
lincity-ng/src/TinyLandGen/ecology.cpp:207:12: style: Unused variable: xw [unusedVariable]
lincity-ng/src/TinyLandGen/ecology.cpp:207:16: style: Unused variable: yw [unusedVariable]
lincity-ng/src/TinyLandGen/ecology.cpp:29:21: style: Expression '(X | 0x20000000) == 0x0' is always false. [comparisonError]
lincity-ng/src/TinyLandGen/ecology.cpp:177:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:178:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:181:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:190:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:192:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:220:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:223:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:233:64: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:238:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:240:4: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:244:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:245:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:247:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:248:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:251:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:252:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:258:8: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ecology.cpp:259:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lincity-ng/src/TinyLandGen/ground_sea.cpp:65:24: style: The scope of the variable 'size' can be reduced. [variableScope]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:85:10: style: C-style pointer casting [cstyleCast]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:86:16: style: C-style pointer casting [cstyleCast]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:99:9: style: C-style pointer casting [cstyleCast]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:100:15: style: C-style pointer casting [cstyleCast]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:72:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:142:21: style: The scope of the variable 'alt' can be reduced. [variableScope]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:233:13: style: The scope of the variable 'shore' can be reduced. [variableScope]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:145:12: style: Variable 'alt_max' is assigned a value that is never used. [unreadVariable]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:147:7: style: Variable 'x0' is assigned a value that is never used. [unreadVariable]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:148:7: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:150:17: error: Uninitialized variable: x [uninitvar]
lincity-ng/src/TinyLandGen/lakes_rivers.cpp:150:30: error: Uninitialized variable: y [uninitvar]
lincity-ng/src/gui/callback/Signal.hpp:60:0: warning: Member variable 'Signal < Button * , void >::callbacks' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/callback/Signal.hpp:62:0: warning: Member variable 'Signal < Button * , void >::callbacks' is not assigned a value in 'Signal < Button * , void >::operator='. [operatorEqVarError]
lincity-ng/src/gui/callback/Signal.hpp:60:0: warning: Member variable 'Signal < Paragraph * , const std :: string & >::callbacks' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/callback/Signal.hpp:62:0: warning: Member variable 'Signal < Paragraph * , const std :: string & >::callbacks' is not assigned a value in 'Signal < Paragraph * , const std :: string & >::operator='. [operatorEqVarError]
lincity-ng/src/gui/Vector2.hpp:57:5: style: 'Vector2::operator=' should return 'Vector2 &'. [operatorEq]
lincity-ng/src/gui/XmlReader.hpp:84:19: performance: Variable 'reader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lincity-ng/src/gui/Event.hpp:34:5: style: Class 'Event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/Event.hpp:51:5: style: Class 'Event' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/Child.hpp:38:5: style: Class 'Child' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/XmlReader.hpp:36:5: style: Class 'XmlReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/XmlReader.hpp:82:9: style: Class 'AttributeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/TextureManager.hpp:65:5: warning: The struct 'TextureInfo' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lincity-ng/src/gui/Button.hpp:52:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Button.hpp:52:10: note: Function in derived class
lincity-ng/src/gui/Button.hpp:53:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/Button.hpp:53:10: note: Function in derived class
lincity-ng/src/gui/Button.hpp:54:10: style: The function 'reLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:74:18: note: Virtual function in base class
lincity-ng/src/gui/Button.hpp:54:10: note: Function in derived class
lincity-ng/src/gui/Image.hpp:44:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/Image.hpp:44:10: note: Function in derived class
lincity-ng/src/gui/Image.hpp:45:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Image.hpp:45:10: note: Function in derived class
lincity-ng/src/gui/Paragraph.hpp:69:10: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/DocumentElement.hpp:43:18: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.hpp:69:10: note: Function in derived class
lincity-ng/src/gui/Paragraph.hpp:71:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.hpp:71:10: note: Function in derived class
lincity-ng/src/gui/Paragraph.hpp:72:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.hpp:72:10: note: Function in derived class
lincity-ng/src/gui/Paragraph.hpp:73:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.hpp:73:10: note: Function in derived class
lincity-ng/src/gui/Paragraph.hpp:90:18: style: The function 'getStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/DocumentElement.hpp:42:26: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.hpp:90:18: note: Function in derived class
lincity-ng/src/gui/TooltipManager.hpp:46:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/TooltipManager.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/TooltipManager.hpp:47:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/TooltipManager.hpp:47:10: note: Function in derived class
lincity-ng/src/gui/TooltipManager.hpp:48:10: style: The function 'opaque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:79:18: note: Virtual function in base class
lincity-ng/src/gui/TooltipManager.hpp:48:10: note: Function in derived class
lincity-ng/src/gui/Button.cpp:372:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Button.cpp:372:1: note: Function in derived class
lincity-ng/src/gui/Component.cpp:186:35: style: Function 'setDirty' argument 1 names different: declaration 'area' definition 'rect'. [funcArgNamesDifferent]
lincity-ng/src/gui/Component.hpp:141:41: note: Function 'setDirty' argument 1 names different: declaration 'area' definition 'rect'.
lincity-ng/src/gui/Component.cpp:186:35: note: Function 'setDirty' argument 1 names different: declaration 'area' definition 'rect'.
lincity-ng/src/gui/Component.cpp:204:37: style: Function 'setChildDirty' argument 1 names different: declaration 'child' definition 'childComponent'. [funcArgNamesDifferent]
lincity-ng/src/gui/Component.hpp:134:35: note: Function 'setChildDirty' argument 1 names different: declaration 'child' definition 'childComponent'.
lincity-ng/src/gui/Component.cpp:204:37: note: Function 'setChildDirty' argument 1 names different: declaration 'child' definition 'childComponent'.
lincity-ng/src/gui/Component.hpp:132:10: performance: Technically the member function 'Component::drawChild' can be static. [functionStatic]
lincity-ng/src/gui/Component.cpp:55:12: note: Technically the member function 'Component::drawChild' can be static.
lincity-ng/src/gui/Component.hpp:132:10: note: Technically the member function 'Component::drawChild' can be static.
lincity-ng/src/gui/Component.hpp:133:10: performance: Technically the member function 'Component::eventChild' can be static. [functionStatic]
lincity-ng/src/gui/Component.cpp:86:12: note: Technically the member function 'Component::eventChild' can be static.
lincity-ng/src/gui/Component.hpp:133:10: note: Technically the member function 'Component::eventChild' can be static.
lincity-ng/src/gui/TableLayout.hpp:69:9: warning: Member variable 'RowColProperties::realval' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/callback/Signal.hpp:60:0: warning: Member variable 'Signal < ScrollBar * , float >::callbacks' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/callback/Signal.hpp:62:0: warning: Member variable 'Signal < ScrollBar * , float >::callbacks' is not assigned a value in 'Signal < ScrollBar * , float >::operator='. [operatorEqVarError]
lincity-ng/src/gui/TableLayout.hpp:82:9: style: Struct 'Cell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/Desktop.hpp:43:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/Desktop.hpp:43:10: note: Function in derived class
lincity-ng/src/gui/Desktop.hpp:44:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/Desktop.hpp:44:10: note: Function in derived class
lincity-ng/src/gui/Desktop.hpp:46:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Desktop.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/Desktop.hpp:47:10: style: The function 'opaque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:79:18: note: Virtual function in base class
lincity-ng/src/gui/Desktop.hpp:47:10: note: Function in derived class
lincity-ng/src/gui/Desktop.hpp:57:10: style: The function 'setDirty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:141:18: note: Virtual function in base class
lincity-ng/src/gui/Desktop.hpp:57:10: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:68:16: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:68:16: note: Function in derived class
lincity-ng/src/gui/Document.hpp:46:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Document.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/Document.hpp:47:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/Document.hpp:47:10: note: Function in derived class
lincity-ng/src/gui/FilledRectangle.hpp:42:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/FilledRectangle.hpp:42:10: note: Function in derived class
lincity-ng/src/gui/FilledRectangle.hpp:43:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/FilledRectangle.hpp:43:10: note: Function in derived class
lincity-ng/src/gui/Gradient.hpp:45:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/Gradient.hpp:45:10: note: Function in derived class
lincity-ng/src/gui/Gradient.hpp:46:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Gradient.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/Panel.hpp:45:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Panel.hpp:45:10: note: Function in derived class
lincity-ng/src/gui/Panel.hpp:46:10: style: The function 'opaque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:79:18: note: Virtual function in base class
lincity-ng/src/gui/Panel.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/ScrollBar.hpp:44:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/ScrollBar.hpp:44:10: note: Function in derived class
lincity-ng/src/gui/ScrollBar.hpp:45:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/ScrollBar.hpp:45:10: note: Function in derived class
lincity-ng/src/gui/ScrollBar.hpp:46:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/ScrollBar.hpp:46:10: note: Function in derived class
lincity-ng/src/gui/ScrollView.hpp:43:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/ScrollView.hpp:43:10: note: Function in derived class
lincity-ng/src/gui/ScrollView.hpp:44:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/ScrollView.hpp:44:10: note: Function in derived class
lincity-ng/src/gui/SwitchComponent.hpp:48:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/SwitchComponent.hpp:48:10: note: Function in derived class
lincity-ng/src/gui/SwitchComponent.hpp:49:10: style: The function 'opaque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:79:18: note: Virtual function in base class
lincity-ng/src/gui/SwitchComponent.hpp:49:10: note: Function in derived class
lincity-ng/src/gui/TableLayout.hpp:63:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/TableLayout.hpp:63:10: note: Function in derived class
lincity-ng/src/gui/TableLayout.hpp:64:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/TableLayout.hpp:64:10: note: Function in derived class
lincity-ng/src/gui/TableLayout.hpp:65:10: style: The function 'opaque' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:79:18: note: Virtual function in base class
lincity-ng/src/gui/TableLayout.hpp:65:10: note: Function in derived class
lincity-ng/src/gui/Window.hpp:41:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/Window.hpp:41:10: note: Function in derived class
lincity-ng/src/gui/Window.hpp:42:10: style: The function 'event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:70:18: note: Virtual function in base class
lincity-ng/src/gui/Window.hpp:42:10: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:121:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:121:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:122:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:122:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:123:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:123:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:124:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:124:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:125:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:125:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:126:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:126:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:127:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:127:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:128:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:128:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:129:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:129:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:130:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:130:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:131:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:131:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:132:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:132:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:133:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:133:1: note: Function in derived class
lincity-ng/src/gui/ComponentFactory.cpp:134:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ComponentFactory.cpp:134:1: note: Function in derived class
lincity-ng/src/gui/Desktop.cpp:167:45: style: Function 'move' argument 2 names different: declaration 'pos' definition 'newpos'. [funcArgNamesDifferent]
lincity-ng/src/gui/Desktop.hpp:53:45: note: Function 'move' argument 2 names different: declaration 'pos' definition 'newpos'.
lincity-ng/src/gui/Desktop.cpp:167:45: note: Function 'move' argument 2 names different: declaration 'pos' definition 'newpos'.
lincity-ng/src/gui/Desktop.cpp:240:39: style: Function 'addChildComponent' argument 1 names different: declaration 'child' definition 'component'. [funcArgNamesDifferent]
lincity-ng/src/gui/Desktop.hpp:49:39: note: Function 'addChildComponent' argument 1 names different: declaration 'child' definition 'component'.
lincity-ng/src/gui/Desktop.cpp:240:39: note: Function 'addChildComponent' argument 1 names different: declaration 'child' definition 'component'.
lincity-ng/src/gui/Document.cpp:99:24: style: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'. [funcArgNamesDifferent]
lincity-ng/src/gui/Document.hpp:47:23: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/Document.cpp:99:24: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/Document.cpp:99:40: style: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'. [funcArgNamesDifferent]
lincity-ng/src/gui/Document.hpp:47:36: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/Document.cpp:99:40: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/Document.cpp:143:35: style: Function 'addParagraph' argument 1 names different: declaration 'p' definition 'paragraph'. [funcArgNamesDifferent]
lincity-ng/src/gui/Document.hpp:48:34: note: Function 'addParagraph' argument 1 names different: declaration 'p' definition 'paragraph'.
lincity-ng/src/gui/Document.cpp:143:35: note: Function 'addParagraph' argument 1 names different: declaration 'p' definition 'paragraph'.
lincity-ng/src/gui/callback/Callback.hpp:37:5: warning: Member variable 'Callback::object' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/callback/Callback.hpp:37:5: warning: Member variable 'Callback::func' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/DocumentImage.hpp:40:10: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/DocumentElement.hpp:43:18: note: Virtual function in base class
lincity-ng/src/gui/DocumentImage.hpp:40:10: note: Function in derived class
lincity-ng/src/gui/DocumentImage.hpp:42:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:71:18: note: Virtual function in base class
lincity-ng/src/gui/DocumentImage.hpp:42:10: note: Function in derived class
lincity-ng/src/gui/DocumentImage.hpp:43:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/Component.hpp:69:18: note: Virtual function in base class
lincity-ng/src/gui/DocumentImage.hpp:43:10: note: Function in derived class
lincity-ng/src/gui/DocumentImage.hpp:44:18: style: The function 'getStyle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/DocumentElement.hpp:42:26: note: Virtual function in base class
lincity-ng/src/gui/DocumentImage.hpp:44:18: note: Function in derived class
lincity-ng/src/gui/callback/Callback.hpp:61:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/callback/CallbackBase.hpp:39:18: note: Virtual function in base class
lincity-ng/src/gui/callback/Callback.hpp:61:18: note: Function in derived class
lincity-ng/src/gui/Document.cpp:168:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Document.cpp:168:1: note: Function in derived class
lincity-ng/src/gui/DocumentImage.cpp:39:54: style: Function 'parse' argument 2 names different: declaration 'style' definition 'parentstyle'. [funcArgNamesDifferent]
lincity-ng/src/gui/DocumentImage.hpp:40:48: note: Function 'parse' argument 2 names different: declaration 'style' definition 'parentstyle'.
lincity-ng/src/gui/DocumentImage.cpp:39:54: note: Function 'parse' argument 2 names different: declaration 'style' definition 'parentstyle'.
lincity-ng/src/gui/Event.cpp:56:20: style: Function 'Event' argument 1 names different: declaration 'elapsedTime' definition '_elapsedTime'. [funcArgNamesDifferent]
lincity-ng/src/gui/Event.hpp:51:17: note: Function 'Event' argument 1 names different: declaration 'elapsedTime' definition '_elapsedTime'.
lincity-ng/src/gui/Event.cpp:56:20: note: Function 'Event' argument 1 names different: declaration 'elapsedTime' definition '_elapsedTime'.
lincity-ng/src/gui/Event.cpp:24:8: warning: Member variable 'Event::elapsedTime' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/Event.cpp:56:8: warning: Member variable 'Event::mousebutton' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/FilledRectangle.cpp:75:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/FilledRectangle.cpp:75:1: note: Function in derived class
lincity-ng/src/gui/Gradient.hpp:49:10: performance: Technically the member function 'Gradient::draw_horizontal_line' can be static. [functionStatic]
lincity-ng/src/gui/Gradient.cpp:154:11: note: Technically the member function 'Gradient::draw_horizontal_line' can be static.
lincity-ng/src/gui/Gradient.hpp:49:10: note: Technically the member function 'Gradient::draw_horizontal_line' can be static.
lincity-ng/src/gui/Gradient.hpp:51:10: performance: Technically the member function 'Gradient::draw_vertical_line' can be static. [functionStatic]
lincity-ng/src/gui/Gradient.cpp:171:11: note: Technically the member function 'Gradient::draw_vertical_line' can be static.
lincity-ng/src/gui/Gradient.hpp:51:10: note: Technically the member function 'Gradient::draw_vertical_line' can be static.
lincity-ng/src/gui/Gradient.cpp:188:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Gradient.cpp:188:1: note: Function in derived class
lincity-ng/src/gui/Image.cpp:130:40: style: Function 'setFile' argument 1 names different: declaration 'filename' definition 'pfilename'. [funcArgNamesDifferent]
lincity-ng/src/gui/Image.hpp:48:37: note: Function 'setFile' argument 1 names different: declaration 'filename' definition 'pfilename'.
lincity-ng/src/gui/Image.cpp:130:40: note: Function 'setFile' argument 1 names different: declaration 'filename' definition 'pfilename'.
lincity-ng/src/gui/Image.cpp:32:8: warning: Member variable 'Image::tiling' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/Image.cpp:137:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Image.cpp:137:1: note: Function in derived class
lincity-ng/src/gui/PainterGL/TextureGL.cpp:24:12: warning: Member variable 'TextureGL::width' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/PainterGL/TextureGL.cpp:24:12: warning: Member variable 'TextureGL::height' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/PainterGL/TextureGL.hpp:44:5: style: Class 'TextureGL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/PainterGL/TextureManagerGL.cpp:45:39: style: Function 'create' argument 1 names different: declaration 'surface' definition 'image'. [funcArgNamesDifferent]
lincity-ng/src/gui/PainterGL/TextureManagerGL.hpp:29:34: note: Function 'create' argument 1 names different: declaration 'surface' definition 'image'.
lincity-ng/src/gui/PainterGL/TextureManagerGL.cpp:45:39: note: Function 'create' argument 1 names different: declaration 'surface' definition 'image'.
lincity-ng/src/gui/PainterSDL/PainterSDL.cpp:39:37: style: Function 'PainterSDL' argument 1 names different: declaration 'target' definition '_target'. [funcArgNamesDifferent]
lincity-ng/src/gui/PainterSDL/PainterSDL.hpp:38:29: note: Function 'PainterSDL' argument 1 names different: declaration 'target' definition '_target'.
lincity-ng/src/gui/PainterSDL/PainterSDL.cpp:39:37: note: Function 'PainterSDL' argument 1 names different: declaration 'target' definition '_target'.
lincity-ng/src/gui/PainterSDL/TextureSDL.hpp:54:5: warning: Member variable 'TextureSDL::zoomx' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/PainterSDL/TextureSDL.hpp:54:5: warning: Member variable 'TextureSDL::zoomy' is not initialized in the constructor. [uninitMemberVarPrivate]
lincity-ng/src/gui/PainterSDL/PainterSDL.hpp:38:5: style: Class 'PainterSDL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/PainterSDL/PainterSDL.hpp:62:5: style: Class 'PainterSDL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/PainterSDL/TextureSDL.hpp:54:5: style: Class 'TextureSDL' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/gui/PainterSDL/TextureManagerSDL.cpp:37:40: style: Function 'create' argument 1 names different: declaration 'surface' definition 'image'. [funcArgNamesDifferent]
lincity-ng/src/gui/PainterSDL/TextureManagerSDL.hpp:36:34: note: Function 'create' argument 1 names different: declaration 'surface' definition 'image'.
lincity-ng/src/gui/PainterSDL/TextureManagerSDL.cpp:37:40: note: Function 'create' argument 1 names different: declaration 'surface' definition 'image'.
lincity-ng/src/gui/Panel.cpp:135:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Panel.cpp:135:1: note: Function in derived class
lincity-ng/src/gui/Paragraph.cpp:544:39: style: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'. [funcArgNamesDifferent]
lincity-ng/src/gui/Paragraph.hpp:79:37: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'.
lincity-ng/src/gui/Paragraph.cpp:544:39: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'.
lincity-ng/src/gui/Paragraph.cpp:560:39: style: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'. [funcArgNamesDifferent]
lincity-ng/src/gui/Paragraph.hpp:86:37: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'.
lincity-ng/src/gui/Paragraph.cpp:560:39: note: Function 'setText' argument 1 names different: declaration 'text' definition 'newtext'.
lincity-ng/src/gui/Paragraph.cpp:621:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Paragraph.cpp:621:1: note: Function in derived class
lincity-ng/src/gui/ScrollBar.cpp:120:25: style: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'. [funcArgNamesDifferent]
lincity-ng/src/gui/ScrollBar.hpp:44:23: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/ScrollBar.cpp:120:25: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/ScrollBar.cpp:120:41: style: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'. [funcArgNamesDifferent]
lincity-ng/src/gui/ScrollBar.hpp:44:36: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/ScrollBar.cpp:120:41: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/ScrollBar.cpp:41:12: warning: Member variable 'ScrollBar::scrollOffset' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/ScrollBar.cpp:260:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ScrollBar.cpp:260:1: note: Function in derived class
lincity-ng/src/gui/ScrollView.cpp:88:37: style: C-style pointer casting [cstyleCast]
lincity-ng/src/gui/ScrollView.cpp:114:37: style: C-style pointer casting [cstyleCast]
lincity-ng/src/gui/ScrollView.cpp:96:26: style: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'. [funcArgNamesDifferent]
lincity-ng/src/gui/ScrollView.hpp:43:23: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/ScrollView.cpp:96:26: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/gui/ScrollView.cpp:96:42: style: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'. [funcArgNamesDifferent]
lincity-ng/src/gui/ScrollView.hpp:43:36: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/ScrollView.cpp:96:42: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/gui/ScrollView.cpp:174:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/ScrollView.cpp:174:1: note: Function in derived class
lincity-ng/src/gui/Style.cpp:66:35: style: Function 'parseAttribute' argument 1 names different: declaration 'name' definition 'attribute'. [funcArgNamesDifferent]
lincity-ng/src/gui/Style.hpp:47:37: note: Function 'parseAttribute' argument 1 names different: declaration 'name' definition 'attribute'.
lincity-ng/src/gui/Style.cpp:66:35: note: Function 'parseAttribute' argument 1 names different: declaration 'name' definition 'attribute'.
lincity-ng/src/gui/Style.cpp:41:5: performance: Variable 'font_family' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lincity-ng/src/gui/SwitchComponent.cpp:179:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/SwitchComponent.cpp:179:1: note: Function in derived class
lincity-ng/src/gui/TableLayout.cpp:335:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lincity-ng/src/gui/TableLayout.cpp:33:14: warning: Member variable 'TableLayout::border' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/gui/TableLayout.cpp:466:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/TableLayout.cpp:466:1: note: Function in derived class
lincity-ng/src/gui/TooltipManager.cpp:132:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/TooltipManager.cpp:132:1: note: Function in derived class
lincity-ng/src/gui/Window.cpp:163:26: style: C-style pointer casting [cstyleCast]
lincity-ng/src/gui/Window.cpp:125:11: style: The scope of the variable 'closeButtonHeight' can be reduced. [variableScope]
lincity-ng/src/gui/Window.cpp:235:1: style: The function 'createComponent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/gui/ComponentFactory.hpp:46:24: note: Virtual function in base class
lincity-ng/src/gui/Window.cpp:235:1: note: Function in derived class
lincity-ng/src/lincity-ng/ButtonPanel.cpp:201:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/ButtonPanel.cpp:146:17: style: Unused variable: name [unusedVariable]
lincity-ng/src/lincity-ng/ButtonPanel.cpp:409:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/ButtonPanel.cpp:606:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/ButtonPanel.cpp:58:14: warning: Member variable 'ButtonPanel::alreadyAttached' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/ButtonPanel.cpp:58:14: warning: Member variable 'ButtonPanel::lastShownTechGroup' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/Debug.hpp:60:8: performance: Technically the member function 'D::indent' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Debug.hpp:46:3: style: Class 'D' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity-ng/Debug.hpp:70:3: style: Class 'LCexception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity-ng/HelpWindow.hpp:31:5: style: Class 'HelpWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity-ng/Debug.hpp:46:17: performance: Function parameter 'c' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Debug.hpp:70:27: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/ScreenInterface.hpp:31:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Config.cpp:204:43: style: Function 'parseBool' argument 2 names different: declaration 'defaultvalue' definition 'defaultValue'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/Config.hpp:57:44: note: Function 'parseBool' argument 2 names different: declaration 'defaultvalue' definition 'defaultValue'.
lincity-ng/src/lincity-ng/Config.cpp:204:43: note: Function 'parseBool' argument 2 names different: declaration 'defaultvalue' definition 'defaultValue'.
lincity-ng/src/lincity-ng/Config.hpp:52:10: style: Technically the member function 'Config::save' can be const. [functionConst]
lincity-ng/src/lincity-ng/Config.cpp:225:9: note: Technically the member function 'Config::save' can be const.
lincity-ng/src/lincity-ng/Config.hpp:52:10: note: Technically the member function 'Config::save' can be const.
lincity-ng/src/lincity-ng/Config.hpp:55:9: performance: Technically the member function 'Config::parseInt' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Config.cpp:101:13: note: Technically the member function 'Config::parseInt' can be static.
lincity-ng/src/lincity-ng/Config.hpp:55:9: note: Technically the member function 'Config::parseInt' can be static.
lincity-ng/src/lincity-ng/Config.hpp:57:10: performance: Technically the member function 'Config::parseBool' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Config.cpp:204:9: note: Technically the member function 'Config::parseBool' can be static.
lincity-ng/src/lincity-ng/Config.hpp:57:10: note: Technically the member function 'Config::parseBool' can be static.
lincity-ng/src/lincity-ng/Dialog.cpp:322:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/Dialog.cpp:148:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/Dialog.cpp:151:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/Dialog.hpp:62:14: performance: Technically the member function 'Dialog::saveGameStats' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Dialog.cpp:489:14: note: Technically the member function 'Dialog::saveGameStats' can be static.
lincity-ng/src/lincity-ng/Dialog.hpp:62:14: note: Technically the member function 'Dialog::saveGameStats' can be static.
lincity-ng/src/lincity-ng/Dialog.hpp:47:9: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity-ng/Dialog.cpp:75:39: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:75:60: performance: Function parameter 'extraString' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:187:37: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:304:47: performance: Function parameter 'basename' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:304:93: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:310:65: performance: Function parameter 'basename' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:310:126: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:321:46: performance: Function parameter 'paragraphName' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.cpp:321:79: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/EconomyGraph.cpp:151:11: style: The scope of the variable 'f' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/EconomyGraph.cpp:154:9: style: The scope of the variable 'h' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/EconomyGraph.cpp:54:15: warning: Member variable 'EconomyGraph::switchEconomyGraphParagraph' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/Dialog.hpp:72:65: performance: Function parameter 'basename' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.hpp:72:126: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.hpp:74:47: performance: Function parameter 'basename' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.hpp:74:93: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.hpp:75:46: performance: Function parameter 'paragraphName' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Dialog.hpp:75:79: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Game.hpp:46:10: style: Unused private function: 'Game::testAllHelpFiles' [unusedPrivateFunction]
lincity-ng/src/lincity-ng/Game.hpp:47:10: performance: Technically the member function 'Game::quickLoad' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Game.cpp:109:12: note: Technically the member function 'Game::quickLoad' can be static.
lincity-ng/src/lincity-ng/Game.hpp:47:10: note: Technically the member function 'Game::quickLoad' can be static.
lincity-ng/src/lincity-ng/Game.hpp:48:10: performance: Technically the member function 'Game::quickSave' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Game.cpp:123:12: note: Technically the member function 'Game::quickSave' can be static.
lincity-ng/src/lincity-ng/Game.hpp:48:10: note: Technically the member function 'Game::quickSave' can be static.
lincity-ng/src/lincity-ng/GameView.cpp:100:20: style: C-style pointer casting [cstyleCast]
lincity-ng/src/lincity-ng/GameView.cpp:1527:9: style: The scope of the variable 'cost' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/GameView.cpp:356:31: style: Function 'show' argument 1 names different: declaration 'point' definition 'map'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:49:24: note: Function 'show' argument 1 names different: declaration 'point' definition 'map'.
lincity-ng/src/lincity-ng/GameView.cpp:356:31: note: Function 'show' argument 1 names different: declaration 'point' definition 'map'.
lincity-ng/src/lincity-ng/GameView.cpp:975:29: style: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:43:23: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/lincity-ng/GameView.cpp:975:29: note: Function 'resize' argument 1 names different: declaration 'width' definition 'newwidth'.
lincity-ng/src/lincity-ng/GameView.cpp:975:46: style: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:43:36: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/lincity-ng/GameView.cpp:975:46: note: Function 'resize' argument 2 names different: declaration 'height' definition 'newheight'.
lincity-ng/src/lincity-ng/GameView.cpp:1029:43: style: Function 'getScreenPoint' argument 1 names different: declaration 'point' definition 'map'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:93:37: note: Function 'getScreenPoint' argument 1 names different: declaration 'point' definition 'map'.
lincity-ng/src/lincity-ng/GameView.cpp:1029:43: note: Function 'getScreenPoint' argument 1 names different: declaration 'point' definition 'map'.
lincity-ng/src/lincity-ng/GameView.cpp:1052:43: style: Function 'getTile' argument 1 names different: declaration 'point' definition 'p'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:94:37: note: Function 'getTile' argument 1 names different: declaration 'point' definition 'p'.
lincity-ng/src/lincity-ng/GameView.cpp:1052:43: note: Function 'getTile' argument 1 names different: declaration 'point' definition 'p'.
lincity-ng/src/lincity-ng/GameView.cpp:1114:62: style: Function 'drawOverlay' argument 2 names different: declaration 'point' definition 'tile'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:97:56: note: Function 'drawOverlay' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:1114:62: note: Function 'drawOverlay' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:1178:62: style: Function 'drawTexture' argument 2 names different: declaration 'point' definition 'tile'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:96:56: note: Function 'drawTexture' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:1178:62: note: Function 'drawTexture' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:1208:59: style: Function 'drawTile' argument 2 names different: declaration 'point' definition 'tile'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/GameView.hpp:95:53: note: Function 'drawTile' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:1208:59: note: Function 'drawTile' argument 2 names different: declaration 'point' definition 'tile'.
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::tileWidth' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::tileHeight' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::zoom' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::virtualScreenWidth' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::virtualScreenHeight' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::stopThread' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::mouseInGameView' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::dragging' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::rightButtonDown' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::roadDragging' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::ctrDrag' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::leftButtonDown' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::areaBulldoze' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::hideHigh' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::showTerrainHeight' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::mapOverlay' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::mapMode' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::cursorSize' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/GameView.cpp:78:11: warning: Member variable 'GameView::buttonsConnected' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/HelpWindow.cpp:37:13: warning: Member variable 'HelpWindow::historyBackButton' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/HelpWindow.hpp:40:17: performance: Technically the member function 'HelpWindow::getHelpFile' can be static. [functionStatic]
lincity-ng/src/lincity-ng/HelpWindow.cpp:94:13: note: Technically the member function 'HelpWindow::getHelpFile' can be static.
lincity-ng/src/lincity-ng/HelpWindow.hpp:40:17: note: Technically the member function 'HelpWindow::getHelpFile' can be static.
lincity-ng/src/lincity-ng/MainLincity.cpp:64:16: style: The scope of the variable 'dontskip' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/readdir.hpp:49:0: error: #error No readdir implementation  [preprocessorErrorDirective]
lincity-ng/src/lincity-ng/MiniMap.cpp:645:53: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lincity-ng/src/lincity-ng/MiniMap.cpp:374:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lincity-ng/src/lincity-ng/MiniMap.cpp:988:17: style: The scope of the variable 'crit_level' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/MiniMap.cpp:371:49: style: Function 'switchMapViewButton' argument 1 names different: declaration 'pName' definition 'buttonName'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/MiniMap.hpp:72:49: note: Function 'switchMapViewButton' argument 1 names different: declaration 'pName' definition 'buttonName'.
lincity-ng/src/lincity-ng/MiniMap.cpp:371:49: note: Function 'switchMapViewButton' argument 1 names different: declaration 'pName' definition 'buttonName'.
lincity-ng/src/lincity-ng/MiniMap.cpp:469:52: style: Function 'mapViewChangeDisplayMode' argument 1 names different: declaration 'mode' definition 'newMode'. [funcArgNamesDifferent]
lincity-ng/src/lincity-ng/MiniMap.hpp:60:47: note: Function 'mapViewChangeDisplayMode' argument 1 names different: declaration 'mode' definition 'newMode'.
lincity-ng/src/lincity-ng/MiniMap.cpp:469:52: note: Function 'mapViewChangeDisplayMode' argument 1 names different: declaration 'mode' definition 'newMode'.
lincity-ng/src/lincity-ng/MiniMap.cpp:147:27: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::left' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::top' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::mpsXOld' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::mpsYOld' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::mpsStyleOld' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::mFullRefresh' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::alreadyAttached' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/MiniMap.cpp:106:10: warning: Member variable 'MiniMap::inside' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/Mps.cpp:38:6: warning: Member variable 'Mps::mX' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/Mps.cpp:38:6: warning: Member variable 'Mps::mY' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/PBar.cpp:173:10: warning: Member variable 'BarView::value' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/PBar.cpp:173:10: warning: Member variable 'BarView::dir' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity-ng/PBar.cpp:173:10: warning: Member variable 'BarView::bad' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/lintypes.h:392:6: warning: Class 'ConstructionGroup' which has virtual members does not have a virtual destructor. [virtualDestructor]
lincity-ng/src/lincity/world.h:44:10: style: Technically the member function 'Array2D::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.h:48:10: style: Technically the member function 'Array2D::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.h:63:5: style: Class 'World' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/lintypes.h:324:5: style: Class 'ResourceGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity-ng/Permutator.cpp:4:15: style: Checking if unsigned variable 'range' is less than zero. [unsignedLessThanZero]
lincity-ng/src/lincity-ng/ScreenInterface.cpp:246:11: style: The scope of the variable 'tmpmoney' can be reduced. [variableScope]
lincity-ng/src/lincity-ng/ScreenInterface.cpp:149:43: performance: Function parameter 'text' should be passed by const reference. [passedByValue]
lincity-ng/src/lincity-ng/Sound.cpp:49:20: style: C-style pointer casting [cstyleCast]
lincity-ng/src/lincity-ng/Sound.cpp:62:17: style: Unused variable: filename [unusedVariable]
lincity-ng/src/lincity-ng/Sound.cpp:332:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/Sound.cpp:365:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity-ng/Sound.hpp:53:10: style: Technically the member function 'Sound::playASound' can be const. [functionConst]
lincity-ng/src/lincity-ng/Sound.cpp:372:13: note: Technically the member function 'Sound::playASound' can be const.
lincity-ng/src/lincity-ng/Sound.hpp:53:10: note: Technically the member function 'Sound::playASound' can be const.
lincity-ng/src/lincity-ng/Sound.hpp:58:10: performance: Technically the member function 'Sound::setMusicVolume' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Sound.cpp:517:8: note: Technically the member function 'Sound::setMusicVolume' can be static.
lincity-ng/src/lincity-ng/Sound.hpp:58:10: note: Technically the member function 'Sound::setMusicVolume' can be static.
lincity-ng/src/lincity-ng/Sound.hpp:60:10: performance: Technically the member function 'Sound::setSoundVolume' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Sound.cpp:529:8: note: Technically the member function 'Sound::setSoundVolume' can be static.
lincity-ng/src/lincity-ng/Sound.hpp:60:10: note: Technically the member function 'Sound::setSoundVolume' can be static.
lincity-ng/src/lincity-ng/Sound.hpp:70:17: performance: Technically the member function 'Sound::getIdName' can be static. [functionStatic]
lincity-ng/src/lincity-ng/Sound.cpp:387:8: note: Technically the member function 'Sound::getIdName' can be static.
lincity-ng/src/lincity-ng/Sound.hpp:70:17: note: Technically the member function 'Sound::getIdName' can be static.
lincity-ng/src/lincity/ConstructionCount.h:24:9: style: Technically the member function 'ConstructionCount::size' can be const. [functionConst]
lincity-ng/src/lincity/ConstructionCount.cpp:100:20: note: Technically the member function 'ConstructionCount::size' can be const.
lincity-ng/src/lincity/ConstructionCount.h:24:9: note: Technically the member function 'ConstructionCount::size' can be const.
lincity-ng/src/lincity/ConstructionCount.h:25:9: style: Technically the member function 'ConstructionCount::count' can be const. [functionConst]
lincity-ng/src/lincity/ConstructionCount.cpp:113:20: note: Technically the member function 'ConstructionCount::count' can be const.
lincity-ng/src/lincity/ConstructionCount.h:25:9: note: Technically the member function 'ConstructionCount::count' can be const.
lincity-ng/src/lincity/ConstructionCount.cpp:16:5: style: Class 'ConstructionCount' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lincity-ng/src/lincity/ConstructionCount.cpp:16:5: style: Class 'ConstructionCount' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lincity-ng/src/lincity/ConstructionManager.cpp:40:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/ConstructionRequest.h:19:5: style: Class 'ConstructionDeletionRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:25:5: style: Class 'OreMineDeletionRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:31:5: style: Class 'CommuneDeletionRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:37:5: style: Class 'BurnDownRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:43:5: style: Class 'SetOnFire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:50:5: style: Class 'PowerLineFlashRequest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/ConstructionRequest.h:20:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:20:18: note: Function in derived class
lincity-ng/src/lincity/ConstructionRequest.h:26:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:26:18: note: Function in derived class
lincity-ng/src/lincity/ConstructionRequest.h:32:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:32:18: note: Function in derived class
lincity-ng/src/lincity/ConstructionRequest.h:38:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:38:18: note: Function in derived class
lincity-ng/src/lincity/ConstructionRequest.h:44:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:44:18: note: Function in derived class
lincity-ng/src/lincity/ConstructionRequest.h:51:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/ConstructionRequest.h:11:18: note: Virtual function in base class
lincity-ng/src/lincity/ConstructionRequest.h:51:18: note: Function in derived class
lincity-ng/src/lincity/modules/organic_farm.h:90:13: style: The scope of the variable 'w' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/track_road_rail.h:147:17: style: Class 'Transport' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lincity-ng/src/lincity/modules/track_road_rail.h:147:17: style: Class 'Transport' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lincity-ng/src/lincity/all_buildings.h:140:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/all_buildings.h:140:27: note: Function in derived class
lincity-ng/src/lincity/modules/blacksmith.h:56:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/blacksmith.h:56:27: note: Function in derived class
lincity-ng/src/lincity/modules/blacksmith.h:76:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/blacksmith.h:76:18: note: Function in derived class
lincity-ng/src/lincity/modules/blacksmith.h:77:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/blacksmith.h:77:18: note: Function in derived class
lincity-ng/src/lincity/modules/coalmine.h:47:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/coalmine.h:47:27: note: Function in derived class
lincity-ng/src/lincity/modules/coalmine.h:95:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/coalmine.h:95:18: note: Function in derived class
lincity-ng/src/lincity/modules/coalmine.h:96:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/coalmine.h:96:18: note: Function in derived class
lincity-ng/src/lincity/modules/coal_power.h:48:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/coal_power.h:48:27: note: Function in derived class
lincity-ng/src/lincity/modules/coal_power.h:119:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/coal_power.h:119:18: note: Function in derived class
lincity-ng/src/lincity/modules/coal_power.h:120:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/coal_power.h:120:18: note: Function in derived class
lincity-ng/src/lincity/modules/commune.h:62:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/commune.h:62:27: note: Function in derived class
lincity-ng/src/lincity/modules/commune.h:99:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/commune.h:99:18: note: Function in derived class
lincity-ng/src/lincity/modules/commune.h:100:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/commune.h:100:18: note: Function in derived class
lincity-ng/src/lincity/modules/cricket.h:47:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/cricket.h:47:27: note: Function in derived class
lincity-ng/src/lincity/modules/cricket.h:83:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/cricket.h:83:18: note: Function in derived class
lincity-ng/src/lincity/modules/cricket.h:84:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/cricket.h:84:18: note: Function in derived class
lincity-ng/src/lincity/modules/fire.h:37:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/fire.h:37:27: note: Function in derived class
lincity-ng/src/lincity/modules/fire.h:58:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/fire.h:58:18: note: Function in derived class
lincity-ng/src/lincity/modules/fire.h:59:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/fire.h:59:18: note: Function in derived class
lincity-ng/src/lincity/modules/firestation.h:47:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/firestation.h:47:27: note: Function in derived class
lincity-ng/src/lincity/modules/firestation.h:82:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/firestation.h:82:18: note: Function in derived class
lincity-ng/src/lincity/modules/firestation.h:83:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/firestation.h:83:18: note: Function in derived class
lincity-ng/src/lincity/modules/health_centre.h:45:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/health_centre.h:45:27: note: Function in derived class
lincity-ng/src/lincity/modules/health_centre.h:78:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/health_centre.h:78:18: note: Function in derived class
lincity-ng/src/lincity/modules/health_centre.h:79:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/health_centre.h:79:18: note: Function in derived class
lincity-ng/src/lincity/modules/heavy_industry.h:66:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/heavy_industry.h:66:27: note: Function in derived class
lincity-ng/src/lincity/modules/heavy_industry.h:107:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/heavy_industry.h:107:18: note: Function in derived class
lincity-ng/src/lincity/modules/heavy_industry.h:108:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/heavy_industry.h:108:18: note: Function in derived class
lincity-ng/src/lincity/modules/light_industry.h:66:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/light_industry.h:66:27: note: Function in derived class
lincity-ng/src/lincity/modules/light_industry.h:143:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/light_industry.h:143:18: note: Function in derived class
lincity-ng/src/lincity/modules/light_industry.h:144:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/light_industry.h:144:18: note: Function in derived class
lincity-ng/src/lincity/modules/mill.h:58:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/mill.h:58:27: note: Function in derived class
lincity-ng/src/lincity/modules/mill.h:77:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/mill.h:77:18: note: Function in derived class
lincity-ng/src/lincity/modules/mill.h:78:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/mill.h:78:18: note: Function in derived class
lincity-ng/src/lincity/modules/monument.h:39:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/monument.h:39:27: note: Function in derived class
lincity-ng/src/lincity/modules/monument.h:67:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/monument.h:67:18: note: Function in derived class
lincity-ng/src/lincity/modules/monument.h:68:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/monument.h:68:18: note: Function in derived class
lincity-ng/src/lincity/modules/oremine.h:46:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/oremine.h:46:27: note: Function in derived class
lincity-ng/src/lincity/modules/oremine.h:77:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/oremine.h:77:18: note: Function in derived class
lincity-ng/src/lincity/modules/oremine.h:78:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/oremine.h:78:18: note: Function in derived class
lincity-ng/src/lincity/modules/organic_farm.h:68:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/organic_farm.h:68:27: note: Function in derived class
lincity-ng/src/lincity/modules/organic_farm.h:109:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/organic_farm.h:109:18: note: Function in derived class
lincity-ng/src/lincity/modules/organic_farm.h:110:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/organic_farm.h:110:18: note: Function in derived class
lincity-ng/src/lincity/modules/parkland.h:30:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/parkland.h:30:27: note: Function in derived class
lincity-ng/src/lincity/modules/parkland.h:44:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/parkland.h:44:18: note: Function in derived class
lincity-ng/src/lincity/modules/parkland.h:45:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/parkland.h:45:18: note: Function in derived class
lincity-ng/src/lincity/modules/port.h:87:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/port.h:87:27: note: Function in derived class
lincity-ng/src/lincity/modules/port.h:124:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/port.h:124:18: note: Function in derived class
lincity-ng/src/lincity/modules/port.h:125:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/port.h:125:18: note: Function in derived class
lincity-ng/src/lincity/modules/pottery.h:51:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/pottery.h:51:27: note: Function in derived class
lincity-ng/src/lincity/modules/pottery.h:70:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/pottery.h:70:18: note: Function in derived class
lincity-ng/src/lincity/modules/pottery.h:71:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/pottery.h:71:18: note: Function in derived class
lincity-ng/src/lincity/modules/power_line.h:24:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/power_line.h:24:27: note: Function in derived class
lincity-ng/src/lincity/modules/power_line.h:42:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/power_line.h:42:18: note: Function in derived class
lincity-ng/src/lincity/modules/power_line.h:43:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/power_line.h:43:18: note: Function in derived class
lincity-ng/src/lincity/modules/recycle.h:59:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/recycle.h:59:27: note: Function in derived class
lincity-ng/src/lincity/modules/recycle.h:85:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/recycle.h:85:18: note: Function in derived class
lincity-ng/src/lincity/modules/recycle.h:86:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/recycle.h:86:18: note: Function in derived class
lincity-ng/src/lincity/modules/residence.h:166:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/residence.h:166:27: note: Function in derived class
lincity-ng/src/lincity/modules/residence.h:210:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/residence.h:210:18: note: Function in derived class
lincity-ng/src/lincity/modules/residence.h:211:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/residence.h:211:18: note: Function in derived class
lincity-ng/src/lincity/modules/rocket_pad.h:58:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/rocket_pad.h:58:27: note: Function in derived class
lincity-ng/src/lincity/modules/rocket_pad.h:88:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/rocket_pad.h:88:18: note: Function in derived class
lincity-ng/src/lincity/modules/rocket_pad.h:89:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/rocket_pad.h:89:18: note: Function in derived class
lincity-ng/src/lincity/modules/school.h:50:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/school.h:50:27: note: Function in derived class
lincity-ng/src/lincity/modules/school.h:89:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/school.h:89:18: note: Function in derived class
lincity-ng/src/lincity/modules/school.h:90:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/school.h:90:18: note: Function in derived class
lincity-ng/src/lincity/modules/shanty.h:76:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/shanty.h:76:27: note: Function in derived class
lincity-ng/src/lincity/modules/shanty.h:92:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/shanty.h:92:18: note: Function in derived class
lincity-ng/src/lincity/modules/shanty.h:93:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/shanty.h:93:18: note: Function in derived class
lincity-ng/src/lincity/modules/solar_power.h:41:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/solar_power.h:41:27: note: Function in derived class
lincity-ng/src/lincity/modules/solar_power.h:60:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/solar_power.h:60:18: note: Function in derived class
lincity-ng/src/lincity/modules/solar_power.h:61:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/solar_power.h:61:18: note: Function in derived class
lincity-ng/src/lincity/modules/substation.h:41:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/substation.h:41:27: note: Function in derived class
lincity-ng/src/lincity/modules/substation.h:59:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/substation.h:59:18: note: Function in derived class
lincity-ng/src/lincity/modules/substation.h:60:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/substation.h:60:18: note: Function in derived class
lincity-ng/src/lincity/modules/tip.h:41:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/tip.h:41:27: note: Function in derived class
lincity-ng/src/lincity/modules/tip.h:62:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/tip.h:62:18: note: Function in derived class
lincity-ng/src/lincity/modules/tip.h:63:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/tip.h:63:18: note: Function in derived class
lincity-ng/src/lincity/modules/track_road_rail.h:82:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/track_road_rail.h:82:27: note: Function in derived class
lincity-ng/src/lincity/modules/track_road_rail.h:219:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/track_road_rail.h:219:18: note: Function in derived class
lincity-ng/src/lincity/modules/track_road_rail.h:220:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/track_road_rail.h:220:18: note: Function in derived class
lincity-ng/src/lincity/modules/university.h:47:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/university.h:47:27: note: Function in derived class
lincity-ng/src/lincity/modules/university.h:65:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/university.h:65:18: note: Function in derived class
lincity-ng/src/lincity/modules/university.h:66:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/university.h:66:18: note: Function in derived class
lincity-ng/src/lincity/modules/windmill.h:44:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/windmill.h:44:27: note: Function in derived class
lincity-ng/src/lincity/modules/windmill.h:67:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/windmill.h:67:18: note: Function in derived class
lincity-ng/src/lincity/modules/windmill.h:68:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/windmill.h:68:18: note: Function in derived class
lincity-ng/src/lincity/modules/windpower.h:45:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/windpower.h:45:27: note: Function in derived class
lincity-ng/src/lincity/modules/windpower.h:69:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/windpower.h:69:18: note: Function in derived class
lincity-ng/src/lincity/modules/windpower.h:70:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/windpower.h:70:18: note: Function in derived class
lincity-ng/src/lincity/modules/market.h:64:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/market.h:64:27: note: Function in derived class
lincity-ng/src/lincity/modules/market.h:99:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/market.h:99:18: note: Function in derived class
lincity-ng/src/lincity/modules/market.h:100:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/market.h:100:18: note: Function in derived class
lincity-ng/src/lincity/modules/waterwell.h:32:27: style: The function 'createConstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:415:27: note: Virtual function in base class
lincity-ng/src/lincity/modules/waterwell.h:32:27: note: Function in derived class
lincity-ng/src/lincity/modules/waterwell.h:60:18: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:191:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/waterwell.h:60:18: note: Function in derived class
lincity-ng/src/lincity/modules/waterwell.h:61:18: style: The function 'report' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lincity-ng/src/lincity/lintypes.h:192:18: note: Virtual function in base class
lincity-ng/src/lincity/modules/waterwell.h:61:18: note: Function in derived class
lincity-ng/src/lincity/UserOperation.cpp:13:5: performance: Variable 'helpName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lincity-ng/src/lincity/UserOperation.h:27:10: style: Technically the member function 'UserOperation::enoughTech' can be const. [functionConst]
lincity-ng/src/lincity/UserOperation.cpp:63:16: note: Technically the member function 'UserOperation::enoughTech' can be const.
lincity-ng/src/lincity/UserOperation.h:27:10: note: Technically the member function 'UserOperation::enoughTech' can be const.
lincity-ng/src/lincity/UserOperation.h:28:11: style: Technically the member function 'UserOperation::requiredTech' can be const. [functionConst]
lincity-ng/src/lincity/UserOperation.cpp:70:22: note: Technically the member function 'UserOperation::requiredTech' can be const.
lincity-ng/src/lincity/UserOperation.h:28:11: note: Technically the member function 'UserOperation::requiredTech' can be const.
lincity-ng/src/lincity/UserOperation.h:29:20: style: Technically the member function 'UserOperation::cursorSize' can be const. [functionConst]
lincity-ng/src/lincity/UserOperation.cpp:109:31: note: Technically the member function 'UserOperation::cursorSize' can be const.
lincity-ng/src/lincity/UserOperation.h:29:20: note: Technically the member function 'UserOperation::cursorSize' can be const.
lincity-ng/src/lincity/Vehicles.cpp:327:30: style: Function 'move_frame' argument 1 names different: declaration 'idx' definition 'new_idx'. [funcArgNamesDifferent]
lincity-ng/src/lincity/Vehicles.h:71:25: note: Function 'move_frame' argument 1 names different: declaration 'idx' definition 'new_idx'.
lincity-ng/src/lincity/Vehicles.cpp:327:30: note: Function 'move_frame' argument 1 names different: declaration 'idx' definition 'new_idx'.
lincity-ng/src/lincity/engine.cpp:281:13: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-ng/src/lincity/fileutil.cpp:317:5: style: Variable 'intl_suffix' is reassigned a value before the old one has been used. [redundantAssignment]
lincity-ng/src/lincity/fileutil.cpp:310:0: note: Variable 'intl_suffix' is reassigned a value before the old one has been used.
lincity-ng/src/lincity/fileutil.cpp:317:5: note: Variable 'intl_suffix' is reassigned a value before the old one has been used.
lincity-ng/src/lincity/fileutil.cpp:525:13: style: Variable 'argptr' is not assigned a value. [unassignedVariable]
lincity-ng/src/lincity/fileutil.cpp:223:13: warning: The buffer 'LIBDIR' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lincity-ng/src/lincity/fileutil.cpp:233:13: warning: The buffer 'LIBDIR' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lincity-ng/src/lincity/fileutil.cpp:240:9: warning: The buffer 'LIBDIR' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lincity-ng/src/lincity/fileutil.cpp:526:11: error: va_list 'argptr' used before va_start() was called. [va_list_usedBeforeStarted]
lincity-ng/src/lincity/init_game.cpp:365:15: style: The scope of the variable 'x' can be reduced. [variableScope]
lincity-ng/src/lincity/init_game.cpp:365:18: style: The scope of the variable 'y' can be reduced. [variableScope]
lincity-ng/src/lincity/init_game.cpp:462:21: style: The scope of the variable 'size' can be reduced. [variableScope]
lincity-ng/src/lincity/init_game.cpp:727:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lincity-ng/src/lincity/init_game.cpp:1168:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-ng/src/lincity/init_game.cpp:804:30: style: Function 'overfill_lake' argument 1 names different: declaration 'xl' definition 'start_x'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:63:30: note: Function 'overfill_lake' argument 1 names different: declaration 'xl' definition 'start_x'.
lincity-ng/src/lincity/init_game.cpp:804:30: note: Function 'overfill_lake' argument 1 names different: declaration 'xl' definition 'start_x'.
lincity-ng/src/lincity/init_game.cpp:804:43: style: Function 'overfill_lake' argument 2 names different: declaration 'yl' definition 'start_y'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:63:38: note: Function 'overfill_lake' argument 2 names different: declaration 'yl' definition 'start_y'.
lincity-ng/src/lincity/init_game.cpp:804:43: note: Function 'overfill_lake' argument 2 names different: declaration 'yl' definition 'start_y'.
lincity-ng/src/lincity/init_game.cpp:1036:26: style: Function 'set_river_tile' argument 1 names different: declaration 'i' definition 'x'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:59:26: note: Function 'set_river_tile' argument 1 names different: declaration 'i' definition 'x'.
lincity-ng/src/lincity/init_game.cpp:1036:26: note: Function 'set_river_tile' argument 1 names different: declaration 'i' definition 'x'.
lincity-ng/src/lincity/init_game.cpp:1036:33: style: Function 'set_river_tile' argument 2 names different: declaration 'j' definition 'y'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:59:33: note: Function 'set_river_tile' argument 2 names different: declaration 'j' definition 'y'.
lincity-ng/src/lincity/init_game.cpp:1036:33: note: Function 'set_river_tile' argument 2 names different: declaration 'j' definition 'y'.
lincity-ng/src/lincity/init_game.cpp:1068:29: style: Function 'quick_river' argument 1 names different: declaration 'x' definition 'xx'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:58:29: note: Function 'quick_river' argument 1 names different: declaration 'x' definition 'xx'.
lincity-ng/src/lincity/init_game.cpp:1068:29: note: Function 'quick_river' argument 1 names different: declaration 'x' definition 'xx'.
lincity-ng/src/lincity/init_game.cpp:1068:37: style: Function 'quick_river' argument 2 names different: declaration 'y' definition 'yy'. [funcArgNamesDifferent]
lincity-ng/src/lincity/init_game.cpp:58:36: note: Function 'quick_river' argument 2 names different: declaration 'y' definition 'yy'.
lincity-ng/src/lincity/init_game.cpp:1068:37: note: Function 'quick_river' argument 2 names different: declaration 'y' definition 'yy'.
lincity-ng/src/lincity/world.h:44:0: style: Technically the member function 'Array2D < int >::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.h:48:0: style: Technically the member function 'Array2D < int >::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.h:44:0: style: Technically the member function 'Array2D < float >::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.h:48:0: style: Technically the member function 'Array2D < float >::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:302:12: style: The scope of the variable 'cm' can be reduced. [variableScope]
lincity-ng/src/lincity/lintypes.cpp:644:19: style: The scope of the variable 'xml_tmp' can be reduced. [variableScope]
lincity-ng/src/lincity/lintypes.cpp:1146:38: style: The scope of the variable 'center_cap' can be reduced. [variableScope]
lincity-ng/src/lincity/lintypes.cpp:79:41: style: Function 'setTerrain' argument 1 names different: declaration 'group' definition 'new_group'. [funcArgNamesDifferent]
lincity-ng/src/lincity/lintypes.h:140:36: note: Function 'setTerrain' argument 1 names different: declaration 'group' definition 'new_group'.
lincity-ng/src/lincity/lintypes.cpp:79:41: note: Function 'setTerrain' argument 1 names different: declaration 'group' definition 'new_group'.
lincity-ng/src/lincity/lintypes.cpp:540:46: style: Function 'bootstrap_commodities' argument 1 names different: declaration 'percentage' definition 'percent'. [funcArgNamesDifferent]
lincity-ng/src/lincity/lintypes.h:237:36: note: Function 'bootstrap_commodities' argument 1 names different: declaration 'percentage' definition 'percent'.
lincity-ng/src/lincity/lintypes.cpp:540:46: note: Function 'bootstrap_commodities' argument 1 names different: declaration 'percentage' definition 'percent'.
lincity-ng/src/lincity/lintypes.cpp:1106:55: style: Function 'tellstuff' argument 2 names different: declaration 'level' definition 'center_ratio'. [funcArgNamesDifferent]
lincity-ng/src/lincity/lintypes.h:255:47: note: Function 'tellstuff' argument 2 names different: declaration 'level' definition 'center_ratio'.
lincity-ng/src/lincity/lintypes.cpp:1106:55: note: Function 'tellstuff' argument 2 names different: declaration 'level' definition 'center_ratio'.
lincity-ng/src/lincity/lintypes.cpp:2172:49: style: Function 'get_group_of_type' argument 1 names different: declaration 'selected_type' definition 'type'. [funcArgNamesDifferent]
lincity-ng/src/lincity/lintypes.h:34:49: note: Function 'get_group_of_type' argument 1 names different: declaration 'selected_type' definition 'type'.
lincity-ng/src/lincity/lintypes.cpp:2172:49: note: Function 'get_group_of_type' argument 1 names different: declaration 'selected_type' definition 'type'.
lincity-ng/src/lincity/lintypes.cpp:243:17: style: Unused variable: xml_tag [unusedVariable]
lincity-ng/src/lincity/lintypes.cpp:457:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:467:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:477:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:487:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:500:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:514:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:543:126: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:553:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:566:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:663:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:1005:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:1159:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:1564:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/lintypes.cpp:397:31: warning: Assert statement calls a function which may have desired side effects: 'len'. [assertWithSideEffect]
lincity-ng/src/lincity/lintypes.cpp:806:41: warning: Assert statement calls a function which may have desired side effects: 'len'. [assertWithSideEffect]
lincity-ng/src/lincity/lintypes.cpp:35:9: warning: Member variable 'Ground::water_pol' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/lintypes.h:145:20: style: Technically the member function 'MapTile::getType' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:153:25: note: Technically the member function 'MapTile::getType' can be const.
lincity-ng/src/lincity/lintypes.h:145:20: note: Technically the member function 'MapTile::getType' can be const.
lincity-ng/src/lincity/lintypes.h:146:20: style: Technically the member function 'MapTile::getTopType' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:156:25: note: Technically the member function 'MapTile::getTopType' can be const.
lincity-ng/src/lincity/lintypes.h:146:20: note: Technically the member function 'MapTile::getTopType' can be const.
lincity-ng/src/lincity/lintypes.h:147:20: style: Technically the member function 'MapTile::getLowerstVisibleType' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:159:25: note: Technically the member function 'MapTile::getLowerstVisibleType' can be const.
lincity-ng/src/lincity/lintypes.h:147:20: note: Technically the member function 'MapTile::getLowerstVisibleType' can be const.
lincity-ng/src/lincity/lintypes.h:148:20: style: Technically the member function 'MapTile::getGroup' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:167:25: note: Technically the member function 'MapTile::getGroup' can be const.
lincity-ng/src/lincity/lintypes.h:148:20: note: Technically the member function 'MapTile::getGroup' can be const.
lincity-ng/src/lincity/lintypes.h:149:20: style: Technically the member function 'MapTile::getTopGroup' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:193:25: note: Technically the member function 'MapTile::getTopGroup' can be const.
lincity-ng/src/lincity/lintypes.h:149:20: note: Technically the member function 'MapTile::getTopGroup' can be const.
lincity-ng/src/lincity/lintypes.h:150:20: style: Technically the member function 'MapTile::getLowerstVisibleGroup' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:203:25: note: Technically the member function 'MapTile::getLowerstVisibleGroup' can be const.
lincity-ng/src/lincity/lintypes.h:150:20: note: Technically the member function 'MapTile::getLowerstVisibleGroup' can be const.
lincity-ng/src/lincity/lintypes.h:158:10: style: Technically the member function 'MapTile::is_bare' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:212:15: note: Technically the member function 'MapTile::is_bare' can be const.
lincity-ng/src/lincity/lintypes.h:158:10: note: Technically the member function 'MapTile::is_bare' can be const.
lincity-ng/src/lincity/lintypes.h:159:10: style: Technically the member function 'MapTile::is_lake' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:218:15: note: Technically the member function 'MapTile::is_lake' can be const.
lincity-ng/src/lincity/lintypes.h:159:10: note: Technically the member function 'MapTile::is_lake' can be const.
lincity-ng/src/lincity/lintypes.h:160:10: style: Technically the member function 'MapTile::is_river' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:221:15: note: Technically the member function 'MapTile::is_river' can be const.
lincity-ng/src/lincity/lintypes.h:160:10: note: Technically the member function 'MapTile::is_river' can be const.
lincity-ng/src/lincity/lintypes.h:161:10: style: Technically the member function 'MapTile::is_water' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:215:15: note: Technically the member function 'MapTile::is_water' can be const.
lincity-ng/src/lincity/lintypes.h:161:10: note: Technically the member function 'MapTile::is_water' can be const.
lincity-ng/src/lincity/lintypes.h:162:10: style: Technically the member function 'MapTile::is_visible' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:224:15: note: Technically the member function 'MapTile::is_visible' can be const.
lincity-ng/src/lincity/lintypes.h:162:10: note: Technically the member function 'MapTile::is_visible' can be const.
lincity-ng/src/lincity/lintypes.h:163:10: style: Technically the member function 'MapTile::is_transport' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:227:15: note: Technically the member function 'MapTile::is_transport' can be const.
lincity-ng/src/lincity/lintypes.h:163:10: note: Technically the member function 'MapTile::is_transport' can be const.
lincity-ng/src/lincity/lintypes.h:164:10: style: Technically the member function 'MapTile::is_residence' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:230:15: note: Technically the member function 'MapTile::is_residence' can be const.
lincity-ng/src/lincity/lintypes.h:164:10: note: Technically the member function 'MapTile::is_residence' can be const.
lincity-ng/src/lincity/lintypes.h:408:9: style: Technically the member function 'ConstructionGroup::getCosts' can be const. [functionConst]
lincity-ng/src/lincity/lintypes.cpp:1343:24: note: Technically the member function 'ConstructionGroup::getCosts' can be const.
lincity-ng/src/lincity/lintypes.h:408:9: note: Technically the member function 'ConstructionGroup::getCosts' can be const.
lincity-ng/src/lincity/xmlloadsave.h:29:5: style: Class 'XMLTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/lincity/loadsave.cpp:551:9: warning: Width 128 given in format string (no. 1) is smaller than destination buffer 'given_scene[4096]'. [invalidScanfFormatWidth_smaller]
lincity-ng/src/lincity/loadsave.cpp:554:9: warning: Width 128 given in format string (no. 1) is smaller than destination buffer 's[512]'. [invalidScanfFormatWidth_smaller]
lincity-ng/src/lincity/loadsave.cpp:304:18: style: The scope of the variable 'p' can be reduced. [variableScope]
lincity-ng/src/lincity/loadsave.cpp:310:10: style: The scope of the variable 's' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/fire.cpp:35:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/market.cpp:47:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/modules/market.cpp:191:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/modules/market.cpp:219:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/modules/port.cpp:31:33: style: Function 'buy_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'. [funcArgNamesDifferent]
lincity-ng/src/lincity/modules/port.h:126:31: note: Function 'buy_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'.
lincity-ng/src/lincity/modules/port.cpp:31:33: note: Function 'buy_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'.
lincity-ng/src/lincity/modules/port.cpp:43:34: style: Function 'sell_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'. [funcArgNamesDifferent]
lincity-ng/src/lincity/modules/port.h:127:32: note: Function 'sell_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'.
lincity-ng/src/lincity/modules/port.cpp:43:34: note: Function 'sell_stuff' argument 1 names different: declaration 'stuff_ID' definition 'stuff'.
lincity-ng/src/lincity/modules/port.cpp:59:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/modules/residence.cpp:250:51: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lincity-ng/src/lincity/modules/residence.cpp:258:51: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lincity-ng/src/lincity/modules/residence.cpp:263:51: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lincity-ng/src/lincity/modules/residence.cpp:267:51: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
lincity-ng/src/lincity/modules/rocket_pad.cpp:106:25: style: Condition 'completion>=100' is always true [knownConditionTrueFalse]
lincity-ng/src/lincity/modules/rocket_pad.cpp:118:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/rocket_pad.cpp:118:15: style: The scope of the variable 'xx' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/rocket_pad.cpp:118:19: style: The scope of the variable 'yy' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/rocket_pad.cpp:118:23: style: The scope of the variable 'xxx' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/rocket_pad.cpp:118:28: style: The scope of the variable 'yyy' can be reduced. [variableScope]
lincity-ng/src/lincity/modules/rocket_pad.h:91:10: performance: Technically the member function 'RocketPad::remove_people' can be static. [functionStatic]
lincity-ng/src/lincity/modules/rocket_pad.cpp:172:17: note: Technically the member function 'RocketPad::remove_people' can be static.
lincity-ng/src/lincity/modules/rocket_pad.h:91:10: note: Technically the member function 'RocketPad::remove_people' can be static.
lincity-ng/src/lincity/modules/track_road_rail.cpp:183:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/modules/track_road_rail.cpp:217:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/old_ldsvguts.cpp:365:5: warning: Width 128 given in format string (no. 1) is smaller than destination buffer 'given_scene[4096]'. [invalidScanfFormatWidth_smaller]
lincity-ng/src/lincity/old_ldsvguts.cpp:368:5: warning: Width 128 given in format string (no. 1) is smaller than destination buffer 's[256]'. [invalidScanfFormatWidth_smaller]
lincity-ng/src/lincity/simulate.cpp:283:19: style: The scope of the variable 'construction' can be reduced. [variableScope]
lincity-ng/src/lincity/transport.cpp:64:17: style: Variable 'mwh' is reassigned a value before the old one has been used. [redundantAssignment]
lincity-ng/src/lincity/transport.cpp:61:0: note: Variable 'mwh' is reassigned a value before the old one has been used.
lincity-ng/src/lincity/transport.cpp:64:17: note: Variable 'mwh' is reassigned a value before the old one has been used.
lincity-ng/src/lincity/transport.cpp:461:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lincity-ng/src/lincity/transport.cpp:463:17: note: Found duplicate branches for 'if' and 'else'.
lincity-ng/src/lincity/transport.cpp:461:22: note: Found duplicate branches for 'if' and 'else'.
lincity-ng/src/lincity/transport.cpp:565:22: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lincity-ng/src/lincity/transport.cpp:568:17: note: Found duplicate branches for 'if' and 'else'.
lincity-ng/src/lincity/transport.cpp:565:22: note: Found duplicate branches for 'if' and 'else'.
lincity-ng/src/lincity/transport.cpp:20:54: style: Function 'connect_transport' argument 3 names different: declaration 'w' definition 'lastx'. [funcArgNamesDifferent]
lincity-ng/src/lincity/transport.h:25:54: note: Function 'connect_transport' argument 3 names different: declaration 'w' definition 'lastx'.
lincity-ng/src/lincity/transport.cpp:20:54: note: Function 'connect_transport' argument 3 names different: declaration 'w' definition 'lastx'.
lincity-ng/src/lincity/transport.cpp:20:65: style: Function 'connect_transport' argument 4 names different: declaration 'h' definition 'lasty'. [funcArgNamesDifferent]
lincity-ng/src/lincity/transport.h:25:61: note: Function 'connect_transport' argument 4 names different: declaration 'h' definition 'lasty'.
lincity-ng/src/lincity/transport.cpp:20:65: note: Function 'connect_transport' argument 4 names different: declaration 'h' definition 'lasty'.
lincity-ng/src/lincity/world.cpp:14:8: warning: Member variable 'World::old_setup_ground' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/world.cpp:14:8: warning: Member variable 'World::climate' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/world.cpp:14:8: warning: Member variable 'World::without_trees' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/world.cpp:14:8: warning: Member variable 'World::id' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/world.cpp:14:8: warning: Member variable 'World::side_len' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/world.h:67:10: style: Technically the member function 'World::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:65:13: note: Technically the member function 'World::is_inside' can be const.
lincity-ng/src/lincity/world.h:67:10: note: Technically the member function 'World::is_inside' can be const.
lincity-ng/src/lincity/world.h:68:10: style: Technically the member function 'World::is_inside' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:70:13: note: Technically the member function 'World::is_inside' can be const.
lincity-ng/src/lincity/world.h:68:10: note: Technically the member function 'World::is_inside' can be const.
lincity-ng/src/lincity/world.h:69:10: style: Technically the member function 'World::is_border' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:75:13: note: Technically the member function 'World::is_border' can be const.
lincity-ng/src/lincity/world.h:69:10: note: Technically the member function 'World::is_border' can be const.
lincity-ng/src/lincity/world.h:70:10: style: Technically the member function 'World::is_border' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:80:13: note: Technically the member function 'World::is_border' can be const.
lincity-ng/src/lincity/world.h:70:10: note: Technically the member function 'World::is_border' can be const.
lincity-ng/src/lincity/world.h:71:10: style: Technically the member function 'World::is_edge' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:85:13: note: Technically the member function 'World::is_edge' can be const.
lincity-ng/src/lincity/world.h:71:10: note: Technically the member function 'World::is_edge' can be const.
lincity-ng/src/lincity/world.h:72:10: style: Technically the member function 'World::is_visible' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:90:13: note: Technically the member function 'World::is_visible' can be const.
lincity-ng/src/lincity/world.h:72:10: note: Technically the member function 'World::is_visible' can be const.
lincity-ng/src/lincity/world.h:73:9: style: Technically the member function 'World::map_x' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:95:12: note: Technically the member function 'World::map_x' can be const.
lincity-ng/src/lincity/world.h:73:9: note: Technically the member function 'World::map_x' can be const.
lincity-ng/src/lincity/world.h:74:9: style: Technically the member function 'World::map_y' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:100:12: note: Technically the member function 'World::map_y' can be const.
lincity-ng/src/lincity/world.h:74:9: note: Technically the member function 'World::map_y' can be const.
lincity-ng/src/lincity/world.h:75:9: style: Technically the member function 'World::map_index' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:105:12: note: Technically the member function 'World::map_index' can be const.
lincity-ng/src/lincity/world.h:75:9: note: Technically the member function 'World::map_index' can be const.
lincity-ng/src/lincity/world.h:76:9: style: Technically the member function 'World::len' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:110:12: note: Technically the member function 'World::len' can be const.
lincity-ng/src/lincity/world.h:76:9: note: Technically the member function 'World::len' can be const.
lincity-ng/src/lincity/world.h:78:10: style: Technically the member function 'World::maximum' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:129:13: note: Technically the member function 'World::maximum' can be const.
lincity-ng/src/lincity/world.h:78:10: note: Technically the member function 'World::maximum' can be const.
lincity-ng/src/lincity/world.h:79:10: style: Technically the member function 'World::minimum' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:142:13: note: Technically the member function 'World::minimum' can be const.
lincity-ng/src/lincity/world.h:79:10: note: Technically the member function 'World::minimum' can be const.
lincity-ng/src/lincity/world.h:80:10: style: Technically the member function 'World::saddlepoint' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:155:13: note: Technically the member function 'World::saddlepoint' can be const.
lincity-ng/src/lincity/world.h:80:10: note: Technically the member function 'World::saddlepoint' can be const.
lincity-ng/src/lincity/world.h:81:10: style: Technically the member function 'World::checkEdgeMin' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:173:13: note: Technically the member function 'World::checkEdgeMin' can be const.
lincity-ng/src/lincity/world.h:81:10: note: Technically the member function 'World::checkEdgeMin' can be const.
lincity-ng/src/lincity/world.h:82:9: style: Technically the member function 'World::count_altered' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:190:12: note: Technically the member function 'World::count_altered' can be const.
lincity-ng/src/lincity/world.h:82:9: note: Technically the member function 'World::count_altered' can be const.
lincity-ng/src/lincity/world.h:84:9: style: Technically the member function 'World::seed' can be const. [functionConst]
lincity-ng/src/lincity/world.cpp:115:12: note: Technically the member function 'World::seed' can be const.
lincity-ng/src/lincity/world.h:84:9: note: Technically the member function 'World::seed' can be const.
lincity-ng/src/lincity/xmlloadsave.cpp:379:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:402:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:444:15: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:741:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:1183:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:1281:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lincity-ng/src/lincity/xmlloadsave.cpp:95:41: style: Function 'fillLine' argument 1 names different: declaration 'line' definition 'entry'. [funcArgNamesDifferent]
lincity-ng/src/lincity/xmlloadsave.h:36:32: note: Function 'fillLine' argument 1 names different: declaration 'line' definition 'entry'.
lincity-ng/src/lincity/xmlloadsave.cpp:95:41: note: Function 'fillLine' argument 1 names different: declaration 'line' definition 'entry'.
lincity-ng/src/lincity/xmlloadsave.cpp:188:61: style: Unused variable: iterator [unusedVariable]
lincity-ng/src/lincity/xmlloadsave.cpp:201:17: style: Unused variable: gz_name [unusedVariable]
lincity-ng/src/lincity/xmlloadsave.cpp:724:28: style: Unused variable: pbarname [unusedVariable]
lincity-ng/src/lincity/xmlloadsave.cpp:177:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/xmlloadsave.cpp:486:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/xmlloadsave.cpp:1423:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::templateSection' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::memberCount' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::constructionCount' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::globalCount' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::mapTileCount' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.cpp:139:14: warning: Member variable 'XMLloadsave::totalConstructions' is not initialized in the constructor. [uninitMemberVar]
lincity-ng/src/lincity/xmlloadsave.h:33:24: style: Technically the member function 'XMLTemplate::getTag' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:83:34: note: Technically the member function 'XMLTemplate::getTag' can be const.
lincity-ng/src/lincity/xmlloadsave.h:33:24: note: Technically the member function 'XMLTemplate::getTag' can be const.
lincity-ng/src/lincity/xmlloadsave.h:34:24: style: Technically the member function 'XMLTemplate::getVal' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:78:34: note: Technically the member function 'XMLTemplate::getVal' can be const.
lincity-ng/src/lincity/xmlloadsave.h:34:24: note: Technically the member function 'XMLTemplate::getVal' can be const.
lincity-ng/src/lincity/xmlloadsave.h:40:10: style: Technically the member function 'XMLTemplate::reached_end' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:114:19: note: Technically the member function 'XMLTemplate::reached_end' can be const.
lincity-ng/src/lincity/xmlloadsave.h:40:10: note: Technically the member function 'XMLTemplate::reached_end' can be const.
lincity-ng/src/lincity/xmlloadsave.h:41:10: style: Technically the member function 'XMLTemplate::validate' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:129:19: note: Technically the member function 'XMLTemplate::validate' can be const.
lincity-ng/src/lincity/xmlloadsave.h:41:10: note: Technically the member function 'XMLTemplate::validate' can be const.
lincity-ng/src/lincity/xmlloadsave.h:42:12: style: Technically the member function 'XMLTemplate::len' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:47:21: note: Technically the member function 'XMLTemplate::len' can be const.
lincity-ng/src/lincity/xmlloadsave.h:42:12: note: Technically the member function 'XMLTemplate::len' can be const.
lincity-ng/src/lincity/xmlloadsave.h:45:10: style: Technically the member function 'XMLTemplate::report' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:1428:19: note: Technically the member function 'XMLTemplate::report' can be const.
lincity-ng/src/lincity/xmlloadsave.h:45:10: note: Technically the member function 'XMLTemplate::report' can be const.
lincity-ng/src/lincity/xmlloadsave.h:84:10: style: Technically the member function 'XMLloadsave::no_Section' can be const. [functionConst]
lincity-ng/src/lincity/xmlloadsave.cpp:162:19: note: Technically the member function 'XMLloadsave::no_Section' can be const.
lincity-ng/src/lincity/xmlloadsave.h:84:10: note: Technically the member function 'XMLloadsave::no_Section' can be const.
lincity-ng/src/lincity/xmlloadsave.cpp:1015:42: performance: Function parameter 'aryname' should be passed by const reference. [passedByValue]
lincity-ng/src/tinygettext/tinygettext.cpp:255:54: style: Function 'get_dictionary' argument 1 names different: declaration 'langspec' definition 'spec'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:124:49: note: Function 'get_dictionary' argument 1 names different: declaration 'langspec' definition 'spec'.
lincity-ng/src/tinygettext/tinygettext.cpp:255:54: note: Function 'get_dictionary' argument 1 names different: declaration 'langspec' definition 'spec'.
lincity-ng/src/tinygettext/tinygettext.cpp:353:52: style: Function 'set_language' argument 1 names different: declaration 'langspec' definition 'lang'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:127:40: note: Function 'set_language' argument 1 names different: declaration 'langspec' definition 'lang'.
lincity-ng/src/tinygettext/tinygettext.cpp:353:52: note: Function 'set_language' argument 1 names different: declaration 'langspec' definition 'lang'.
lincity-ng/src/tinygettext/tinygettext.cpp:377:24: style: Function 'set_language_alias' argument 2 names different: declaration 'lang' definition 'language'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:136:72: note: Function 'set_language_alias' argument 2 names different: declaration 'lang' definition 'language'.
lincity-ng/src/tinygettext/tinygettext.cpp:377:24: note: Function 'set_language_alias' argument 2 names different: declaration 'lang' definition 'language'.
lincity-ng/src/tinygettext/tinygettext.cpp:417:73: style: Function 'Dictionary' argument 2 names different: declaration 'charset' definition 'charset_'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:59:63: note: Function 'Dictionary' argument 2 names different: declaration 'charset' definition 'charset_'.
lincity-ng/src/tinygettext/tinygettext.cpp:417:73: note: Function 'Dictionary' argument 2 names different: declaration 'charset' definition 'charset_'.
lincity-ng/src/tinygettext/tinygettext.cpp:434:44: style: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'charset_'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:69:39: note: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'charset_'.
lincity-ng/src/tinygettext/tinygettext.cpp:434:44: note: Function 'set_charset' argument 1 names different: declaration 'charset' definition 'charset_'.
lincity-ng/src/tinygettext/tinygettext.cpp:785:31: style: Function 'read_po_file' argument 1 names different: declaration 'dict' definition 'dict_'. [funcArgNamesDifferent]
lincity-ng/src/tinygettext/tinygettext.hpp:152:31: note: Function 'read_po_file' argument 1 names different: declaration 'dict' definition 'dict_'.
lincity-ng/src/tinygettext/tinygettext.cpp:785:31: note: Function 'read_po_file' argument 1 names different: declaration 'dict' definition 'dict_'.
lincity-ng/src/tinygettext/tinygettext.cpp:92:59: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
lincity-ng/src/tinygettext/tinygettext.cpp:100:59: performance: Function parameter 'rhs' should be passed by const reference. [passedByValue]
lincity-ng/src/tools/xmlgettext/XmlReader.hpp:74:19: performance: Variable 'reader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lincity-ng/src/tools/xmlgettext/XmlReader.cpp:22:5: performance: Variable 'reader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lincity-ng/src/tools/xmlgettext/XmlReader.hpp:31:5: style: Class 'XmlReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lincity-ng/src/tools/xmlgettext/XmlReader.hpp:72:9: style: Class 'AttributeIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/lingot/lingot_1.0.1.orig.tar.gz
lingot-1.0.1/src/lingot-audio.h:70:0: error: #error "No audio system has been enabled" [preprocessorErrorDirective]
lingot-1.0.1/src/lingot-config-scale.c:276:8: style: The scope of the variable 'nl' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:51:6: style: The scope of the variable 'alpha' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:85:25: style: The scope of the variable 'a' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:85:0: style: The scope of the variable 'b' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:146:6: style: The scope of the variable 'Xr' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:146:10: style: The scope of the variable 'Xi' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:169:6: style: The scope of the variable 'x_cos_wn' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-fft.c:170:6: style: The scope of the variable 'x_sin_wn' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-filter.c:143:14: style: Same expression on both sides of '/' because the value of '2.0' and 'T' are the same. [duplicateExpression]
lingot-1.0.1/src/lingot-filter.c:141:11: note: 'T' is assigned value '2.0' here.
lingot-1.0.1/src/lingot-filter.c:143:14: note: Same expression on both sides of '/' because the value of '2.0' and 'T' are the same.
lingot-1.0.1/src/lingot-filter.c:74:6: style: The scope of the variable 'w' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-filter.c:74:9: style: The scope of the variable 'y' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-filter.c:151:6: style: The scope of the variable 't' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-filter.c:122:68: style: Function 'lingot_filter_cheby_design' argument 2 names different: declaration 'order' definition 'n'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-filter.h:56:61: note: Function 'lingot_filter_cheby_design' argument 2 names different: declaration 'order' definition 'n'.
lingot-1.0.1/src/lingot-filter.c:122:68: note: Function 'lingot_filter_cheby_design' argument 2 names different: declaration 'order' definition 'n'.
lingot-1.0.1/src/lingot-gui-config-dialog-scale.c:172:8: style: The scope of the variable 'char_pointer' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-gui-config-dialog-scale.c:173:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-gui-config-dialog-scale.c:174:14: style: The scope of the variable 'delim' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-gui-config-dialog-scale.c:176:6: style: The scope of the variable 'index' can be reduced. [variableScope]
lingot-1.0.1/src/lingot-io-config.c:273:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lingot-1.0.1/src/lingot-io-config.c:523:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lingot-1.0.1/src/lingot-io-config.c:540:7: warning: %i in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lingot-1.0.1/src/lingot-io-config.c:553:7: warning: %i in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lingot-1.0.1/src/lingot-io-config.c:314:0: error: Resource leak: fp [resourceLeak]
lingot-1.0.1/src/lingot-msg.c:41:39: style: Function 'lingot_msg_add_error' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-msg.h:37:39: note: Function 'lingot_msg_add_error' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:41:39: note: Function 'lingot_msg_add_error' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:45:49: style: Function 'lingot_msg_add_error_with_code' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-msg.h:38:49: note: Function 'lingot_msg_add_error_with_code' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:45:49: note: Function 'lingot_msg_add_error_with_code' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:49:41: style: Function 'lingot_msg_add_warning' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-msg.h:39:41: note: Function 'lingot_msg_add_warning' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:49:41: note: Function 'lingot_msg_add_warning' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:53:38: style: Function 'lingot_msg_add_info' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-msg.h:40:38: note: Function 'lingot_msg_add_info' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:53:38: note: Function 'lingot_msg_add_info' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:57:33: style: Function 'lingot_msg_add' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
lingot-1.0.1/src/lingot-msg.h:36:33: note: Function 'lingot_msg_add' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/src/lingot-msg.c:57:33: note: Function 'lingot_msg_add' argument 1 names different: declaration 'message' definition 'msg'.
lingot-1.0.1/test/src/lingot-test.c:40:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lingot-1.0.1/test/src/lingot-test.c:36:0: note: Variable 'result' is reassigned a value before the old one has been used.
lingot-1.0.1/test/src/lingot-test.c:40:2: note: Variable 'result' is reassigned a value before the old one has been used.
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linguider/linguider_4.1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/link-grammar/link-grammar_5.5.0.orig.tar.gz
link-grammar-5.5.0/bindings/lisp/link-interface.cl:28:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1804:9: style: Condition '!dispatch' is always true [knownConditionTrueFalse]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1787:20: note: Assignment 'dispatch=0', assigned value is 0
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1804:9: note: Condition '!dispatch' is always true
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1875:9: style: Condition '!dispatch' is always true [knownConditionTrueFalse]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1858:20: note: Assignment 'dispatch=0', assigned value is 0
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1875:9: note: Condition '!dispatch' is always true
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:26:97: style: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:26:73: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:26:97: note: Variable 'ptr' is reassigned a value before the old one has been used if variable is no semaphore variable.
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1951:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1946:0: note: Variable 'res' is reassigned a value before the old one has been used.
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1951:5: note: Variable 'res' is reassigned a value before the old one has been used.
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1129:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1291:19: style: The scope of the variable 'tc' can be reduced. [variableScope]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:1380:7: style: The scope of the variable 'pointer' can be reduced. [variableScope]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:24:5: style: Struct 'SwigMovePointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:22:3: warning: The struct 'SwigMovePointer' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:2209:41: error: Memory pointed to by 'buf1' is freed twice. [doubleFree]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:2310:41: error: Memory pointed to by 'buf1' is freed twice. [doubleFree]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:3434:41: error: Memory pointed to by 'buf1' is freed twice. [doubleFree]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:4934:41: error: Memory pointed to by 'buf1' is freed twice. [doubleFree]
link-grammar-5.5.0/bindings/perl/lg_perl_wrap.cc:4935:41: error: Memory pointed to by 'buf2' is freed twice. [doubleFree]
link-grammar-5.5.0/bindings/python/lg_python_wrap.cc:3028:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
link-grammar-5.5.0/bindings/python3/lg_python_wrap.cc:3028:0: error: #error "This python version requires swig to be run with the '-classic' option" [preprocessorErrorDirective]
link-grammar-5.5.0/link-grammar/api.c:600:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/connectors.c:206:6: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/connectors.c:419:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/connectors.c:473:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/connectors.c:511:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/connectors.c:122:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/connectors.c:352:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/connectors.c:359:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/corpus/cluster.c:254:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
link-grammar-5.5.0/link-grammar/corpus/cluster.c:253:2: note: Variable 'rc' is reassigned a value before the old one has been used.
link-grammar-5.5.0/link-grammar/corpus/cluster.c:254:2: note: Variable 'rc' is reassigned a value before the old one has been used.
link-grammar-5.5.0/link-grammar/corpus/corpus.c:326:9: style: The scope of the variable 'log_prob' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/corpus/corpus.c:327:23: style: The scope of the variable 'sense' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/corpus/corpus.c:46:6: style: Unused variable: rc [unusedVariable]
link-grammar-5.5.0/link-grammar/dict-common/dict-impl.c:147:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/dict-common/file-utils.c:335:38: style: Function 'get_file_contents' argument 1 names different: declaration 'filename' definition 'dict_name'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/dict-common/file-utils.h:27:38: note: Function 'get_file_contents' argument 1 names different: declaration 'filename' definition 'dict_name'.
link-grammar-5.5.0/link-grammar/dict-common/file-utils.c:335:38: note: Function 'get_file_contents' argument 1 names different: declaration 'filename' definition 'dict_name'.
link-grammar-5.5.0/link-grammar/dict-common/idiom.c:100:9: style: The scope of the variable 'j' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/dict-common/regex-morph.c:104:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/disjunct-utils.c:360:18: style: The scope of the variable 'h' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/disjunct-utils.c:405:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/error.c:378:12: style: Condition 'NULL==dir_sep' is always true [knownConditionTrueFalse]
link-grammar-5.5.0/link-grammar/error.c:374:25: note: Assignment 'dir_sep=NULL', assigned value is 0
link-grammar-5.5.0/link-grammar/error.c:378:12: note: Condition 'NULL==dir_sep' is always true
link-grammar-5.5.0/link-grammar/error.c:232:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/error.c:273:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/error.c:369:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:289:8: style: The scope of the variable 'at_nullblock_end' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:290:8: style: The scope of the variable 'join_alt' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:292:10: style: The scope of the variable 'l' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:293:10: style: The scope of the variable 'm' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:77:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:204:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:264:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:265:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:266:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:373:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:582:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:862:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/linkage.c:872:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/sane.c:163:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/linkage/sane.c:297:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/memory-pool.c:86:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/memory-pool.c:98:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/memory-pool.c:199:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/minisat/minisat/core/Solver.cc:945:12: warning: Either the condition 'f==NULL' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
link-grammar-5.5.0/link-grammar/minisat/minisat/core/Solver.cc:942:11: note: Assuming that condition 'f==NULL' is not redundant
link-grammar-5.5.0/link-grammar/minisat/minisat/core/Solver.cc:945:12: note: Null pointer dereference
link-grammar-5.5.0/link-grammar/minisat/minisat/core/Solver.cc:577:5: style: Struct 'reduceDB_lt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
link-grammar-5.5.0/link-grammar/parse/extract-links.c:442:30: style: The scope of the variable 'rnull_count' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/extract-links.c:666:7: style: The scope of the variable 'n' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/extract-links.c:158:54: style: Function 'extractor_new' argument 2 names different: declaration 'rand_state' definition 'ranstat'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/parse/extract-links.h:21:53: note: Function 'extractor_new' argument 2 names different: declaration 'rand_state' definition 'ranstat'.
link-grammar-5.5.0/link-grammar/parse/extract-links.c:158:54: note: Function 'extractor_new' argument 2 names different: declaration 'rand_state' definition 'ranstat'.
link-grammar-5.5.0/link-grammar/parse/fast-match.c:247:15: style: The scope of the variable 'size' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/fast-match.c:249:9: style: The scope of the variable 'len' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/fast-match.c:250:16: style: The scope of the variable 't' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/parse.c:350:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/parse/prune.c:221:12: style: The scope of the variable 'len' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/prune.c:222:18: style: The scope of the variable 'size' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/prune.c:223:12: style: The scope of the variable 't' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/parse/prune.c:857:15: style: The scope of the variable 'h' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/constituents.c:408:15: style: The scope of the variable 'label1' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/constituents.c:966:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/post-process/constituents.c:967:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/post-process/constituents.c:1113:28: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/post-process/constituents.c:1116:39: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/post-process/post-process.c:88:12: style: The scope of the variable 'domain' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/post-process.c:692:15: style: The scope of the variable 'i' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/post-process.c:817:9: style: The scope of the variable 'i' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/post-process.c:102:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:48:13: style: The scope of the variable 'domain_of_rule' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:68:15: style: The scope of the variable 'p' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:183:10: style: The scope of the variable 'n_commas' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:186:16: style: The scope of the variable 'tokens' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:234:16: style: The scope of the variable 'tokens' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:235:10: style: The scope of the variable 'n_commas' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:284:7: style: The scope of the variable 'n_commas' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:286:16: style: The scope of the variable 'tokens' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:361:12: style: The scope of the variable 'rule' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:203:20: style: Checking if unsigned variable 'n_tokens' is less than zero. [unsignedLessThanZero]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:425:39: style: Function 'pp_knowledge_close' argument 1 names different: declaration 'knowledge' definition 'k'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.h:16:39: note: Function 'pp_knowledge_close' argument 1 names different: declaration 'knowledge' definition 'k'.
link-grammar-5.5.0/link-grammar/post-process/pp_knowledge.c:425:39: note: Function 'pp_knowledge_close' argument 1 names different: declaration 'knowledge' definition 'k'.
../../link-grammar/post-process/pp_lexer.c:1958:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
../../link-grammar/post-process/pp_lexer.c:1158:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:332:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
../../link-grammar/post-process/pp_lexer.c:1158:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
../../link-grammar/post-process/pp_lexer.c:1617:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:292:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
../../link-grammar/post-process/pp_lexer.c:1617:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
../../link-grammar/post-process/pp_lexer.c:1630:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:293:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
../../link-grammar/post-process/pp_lexer.c:1630:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
../../link-grammar/post-process/pp_lexer.c:1630:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:293:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
../../link-grammar/post-process/pp_lexer.c:1630:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
../../link-grammar/post-process/pp_lexer.c:1827:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:541:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
../../link-grammar/post-process/pp_lexer.c:1827:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition '_bdebug'.
../../link-grammar/post-process/pp_lexer.c:1842:26: style: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:530:27: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
../../link-grammar/post-process/pp_lexer.c:1842:26: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
../../link-grammar/post-process/pp_lexer.c:1871:36: style: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:532:37: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
../../link-grammar/post-process/pp_lexer.c:1871:36: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
../../link-grammar/post-process/pp_lexer.c:1871:62: style: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:532:60: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
../../link-grammar/post-process/pp_lexer.c:1871:62: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
../../link-grammar/post-process/pp_lexer.l:180:18: style: Function 'yywrap' argument 1 names different: declaration 'yyscanner' definition 'foo'. [funcArgNamesDifferent]
../../link-grammar/post-process/pp_lexer.c:575:29: note: Function 'yywrap' argument 1 names different: declaration 'yyscanner' definition 'foo'.
../../link-grammar/post-process/pp_lexer.l:180:18: note: Function 'yywrap' argument 1 names different: declaration 'yyscanner' definition 'foo'.
link-grammar-5.5.0/link-grammar/prepare/build-disjuncts.c:268:13: style: The scope of the variable 'e1' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/prepare/exprune.c:150:11: style: The scope of the variable 'el' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/prepare/exprune.c:393:12: style: The scope of the variable 'size' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print-util.c:47:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print-util.c:172:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print-util.c:39:33: error: Null pointer dereference [nullPointer]
link-grammar-5.5.0/link-grammar/print/print-util.c:204:42: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
link-grammar-5.5.0/link-grammar/print/print.c:211:16: style: The scope of the variable 'dname' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print.c:733:16: style: The scope of the variable 'wwid' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print.c:885:6: style: The scope of the variable 'dcnt' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print.c:908:22: style: The scope of the variable 'trailer_string' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print.c:920:22: style: The scope of the variable 'header_string' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/print.c:60:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print.c:494:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print.c:495:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print.c:850:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/print.c:851:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/print/wcwidth.c:77:7: style: The scope of the variable 'mid' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/print/wcwidth.c:565:7: style: The scope of the variable 'w' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/resources.c:79:33: style: Function 'resources_delete' argument 1 names different: declaration 'ti' definition 'r'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/resources.h:27:38: note: Function 'resources_delete' argument 1 names different: declaration 'ti' definition 'r'.
link-grammar-5.5.0/link-grammar/resources.c:79:33: note: Function 'resources_delete' argument 1 names different: declaration 'ti' definition 'r'.
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1889:25: style: C-style pointer casting [cstyleCast]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1955:25: style: C-style pointer casting [cstyleCast]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1975:25: style: C-style pointer casting [cstyleCast]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:490:41: style: Function 'free_alternatives' argument 1 names different: declaration 'e' definition 'exp'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:270:31: note: Function 'free_alternatives' argument 1 names different: declaration 'e' definition 'exp'.
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:490:41: note: Function 'free_alternatives' argument 1 names different: declaration 'e' definition 'exp'.
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:556:39: style: Function 'empty_connectors' argument 1 names different: declaration 'exp' definition 'e'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:94:37: note: Function 'empty_connectors' argument 1 names different: declaration 'exp' definition 'e'.
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:556:39: note: Function 'empty_connectors' argument 1 names different: declaration 'exp' definition 'e'.
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:88:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:514:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:701:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:704:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:709:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:715:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:721:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:722:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:744:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:747:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:754:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:760:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:766:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:767:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:912:100: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:930:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1017:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1020:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1437:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1633:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1773:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1766:28: warning: Obsolete function 'alloca' called. [allocaCalled]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:1768:48: warning: Obsolete function 'alloca' called. [allocaCalled]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:688:8: style: Unused private function: 'Variables::get_linked_min_variable' [unusedPrivateFunction]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:696:8: style: Unused private function: 'Variables::get_thin_link_variable' [unusedPrivateFunction]
link-grammar-5.5.0/link-grammar/sat-solver/trie.hpp:34:11: performance: Technically the member function 'Trie::char_to_pos' can be static. [functionStatic]
link-grammar-5.5.0/link-grammar/sat-solver/trie.hpp:58:18: note: Technically the member function 'Trie::char_to_pos' can be static.
link-grammar-5.5.0/link-grammar/sat-solver/trie.hpp:34:11: note: Technically the member function 'Trie::char_to_pos' can be static.
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.hpp:148:8: performance: Technically the member function 'WordTag::match' can be static. [functionStatic]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:270:8: performance: Technically the member function 'SATEncoder::free_alternatives' can be static. [functionStatic]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.cpp:490:18: note: Technically the member function 'SATEncoder::free_alternatives' can be static.
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:270:8: note: Technically the member function 'SATEncoder::free_alternatives' can be static.
link-grammar-5.5.0/link-grammar/sat-solver/clock.hpp:25:9: style: Technically the member function 'Clock::elapsed' can be const. [functionConst]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:81:6: style: Class 'Variables' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:81:6: style: Class 'Variables' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:20:7: style: Class 'SATEncoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:20:7: style: Class 'SATEncoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: warning: Virtual function 'resize' is called from constructor 'Matrix < int >(int n=1,int init=int()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:12:0: note: Calling resize
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: note: resize is a virtual method
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: warning: Virtual function 'resize' is called from constructor 'Matrix < std :: map < int , int > >(int n=1,std::map<int,int>init=std::map<int,int>()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:12:0: note: Calling resize
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: note: resize is a virtual method
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: warning: Virtual function 'resize' is called from constructor 'Matrix < std :: map < std :: pair < int , int > , int > >(int n=1,std::map<std::pair<int,int>,int>init=std::map<std::pair<int,int>,int>()' at line 12. Dynamic binding is not used. [virtualCallInConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:12:0: note: Calling resize
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:15:0: note: resize is a virtual method
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:150:3: style: Class 'CostDistanceGuiding' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:215:3: style: Class 'CostDistanceGuidingOnlyLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:71:3: style: Class 'Variables' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:154:16: style: The function 'setStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:49:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:154:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:162:16: style: The function 'setLinkParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:59:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:162:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:170:16: style: The function 'setLinkParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:60:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:170:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:219:16: style: The function 'setStringParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:49:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:219:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:227:16: style: The function 'setLinkParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:59:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:227:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:235:16: style: The function 'setLinkParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:60:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/guiding.hpp:235:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:328:16: style: The function 'handle_null_expression' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:68:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:328:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:329:16: style: The function 'determine_satisfaction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:71:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:329:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:330:16: style: The function 'generate_satisfaction_for_connector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:74:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:330:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:335:16: style: The function 'generate_linked_definitions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:121:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:335:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:336:16: style: The function 'sat_extract_links' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:278:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:336:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:339:16: style: The function 'generate_encoding_specific_clauses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:165:16: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/sat-encoder.hpp:339:16: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:52:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:20:0: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:52:0: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:57:0: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:24:0: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:57:0: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:63:0: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:37:0: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:63:0: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:67:0: style: The function 'pos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:33:0: note: Virtual function in base class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:67:0: note: Function in derived class
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:48:0: performance: Function parameter 'init' should be passed by const reference. [passedByValue]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:11:0: performance: Function parameter 'init' should be passed by const reference. [passedByValue]
link-grammar-5.5.0/link-grammar/sat-solver/matrix-ut.hpp:28:0: performance: Function parameter 't' should be passed by const reference. [passedByValue]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:392:12: warning: Either the condition 'var!=-1' is redundant, otherwise there is negative array index -1. [negativeContainerIndex]
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:247:16: note: Assuming that condition 'var!=-1' is not redundant
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:246:68: note: Calling function 'link_variable', 1st argument 'var' value is -1
link-grammar-5.5.0/link-grammar/sat-solver/variables.hpp:392:12: note: Negative array index
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.cpp:20:38: style: Function 'insert_connectors' argument 10 names different: declaration 'parent' definition 'parent_exp'. [funcArgNamesDifferent]
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.hpp:161:31: note: Function 'insert_connectors' argument 10 names different: declaration 'parent' definition 'parent_exp'.
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.cpp:20:38: note: Function 'insert_connectors' argument 10 names different: declaration 'parent' definition 'parent_exp'.
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.cpp:185:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.cpp:195:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/sat-solver/word-tag.cpp:199:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
link-grammar-5.5.0/link-grammar/tokenize/anysplit.c:218:9: style: The scope of the variable 'nsplits' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/anysplit.c:129:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/anysplit.c:271:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/anysplit.c:456:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:879:15: style: The scope of the variable 'n' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:925:15: style: The scope of the variable 'p' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2111:8: style: The scope of the variable 'word' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2300:7: style: The scope of the variable 'stripped' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2309:9: style: The scope of the variable 'units_n_stripped' can be reduced. [variableScope]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:258:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:600:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:640:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1293:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1341:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1507:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1660:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1976:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2317:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2318:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2319:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:2810:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
link-grammar-5.5.0/link-grammar/tokenize/tokenize.c:1034:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
link-grammar-5.5.0/link-grammar/utilities.c:400:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
link-grammar-5.5.0/link-grammar/utilities.c:433:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
link-grammar-5.5.0/link-grammar/utilities.c:538:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/utilities.c:541:4: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/utilities.c:544:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/utilities.c:632:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-grammar/utilities.c:647:3: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-grammar-5.5.0/link-parser/command-line.c:138:14: style: The scope of the variable 'w' can be reduced. [variableScope]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/link-monitor-applet/link-monitor-applet_3.0.orig.tar.gz
src/lm-about-dialog.gob:33:56: style: Function 'lm_about_dialog_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-about-dialog.gob:32:62: note: Function 'lm_about_dialog_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
src/lm-about-dialog.gob:33:56: note: Function 'lm_about_dialog_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
src/lm-about-dialog.gob:39:44: style: Function 'lm_about_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-about-dialog.gob:38:51: note: Function 'lm_about_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
src/lm-about-dialog.gob:39:44: note: Function 'lm_about_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
src/lm-applet.gob:536:17: style: The scope of the variable 'graph_icon' can be reduced. [variableScope]
lm-applet.c:297:30: style: Function 'lm_applet_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-applet.gob:0:40: note: Function 'lm_applet_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-applet.c:297:30: note: Function 'lm_applet_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
src/lm-applet.gob:159:45: style: Function 'lm_applet_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-applet.gob:158:51: note: Function 'lm_applet_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
src/lm-applet.gob:159:45: note: Function 'lm_applet_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
lm-applet.c:425:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-applet.c:80:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-applet.c:425:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-applet.c:426:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-applet.c:80:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-applet.c:426:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-applet.c:494:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-applet.c:81:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-applet.c:494:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-applet.c:495:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-applet.c:81:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-applet.c:495:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-bar-graph.gob:286:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-bar-graph.c:159:35: style: Function 'lm_bar_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-bar-graph.gob:0:45: note: Function 'lm_bar_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:159:35: note: Function 'lm_bar_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:166:46: style: Function 'lm_bar_graph_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-bar-graph.gob:0:56: note: Function 'lm_bar_graph_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:166:46: note: Function 'lm_bar_graph_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:214:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-bar-graph.c:54:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:214:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:215:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-bar-graph.c:54:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:215:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:255:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-bar-graph.c:55:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:255:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:256:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-bar-graph.c:55:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-bar-graph.c:256:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-bar-graph.gob:83:52: style: Function '___3_lm_bar_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-bar-graph.gob:82:57: note: Function '___3_lm_bar_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-bar-graph.gob:83:52: note: Function '___3_lm_bar_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-bar-graph.gob:114:52: style: Function '___4_lm_bar_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-bar-graph.gob:113:61: note: Function '___4_lm_bar_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-bar-graph.gob:114:52: note: Function '___4_lm_bar_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:196:65: style: Function 'lm_cell_renderer_color_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-cell-renderer-color.gob:0:75: note: Function 'lm_cell_renderer_color_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:196:65: note: Function 'lm_cell_renderer_color_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:64:57: style: Function 'lm_cell_renderer_color_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-cell-renderer-color.gob:63:64: note: Function 'lm_cell_renderer_color_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:64:57: note: Function 'lm_cell_renderer_color_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:266:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-cell-renderer-color.c:45:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:266:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:267:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-cell-renderer-color.c:45:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:267:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:311:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-cell-renderer-color.c:46:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:311:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:312:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-cell-renderer-color.c:46:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-cell-renderer-color.c:312:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:113:62: style: Function '___4_lm_cell_renderer_color_get_size' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-cell-renderer-color.gob:112:69: note: Function '___4_lm_cell_renderer_color_get_size' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:113:62: note: Function '___4_lm_cell_renderer_color_get_size' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:125:60: style: Function '___5_lm_cell_renderer_color_render' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-cell-renderer-color.gob:124:67: note: Function '___5_lm_cell_renderer_color_render' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:125:60: note: Function '___5_lm_cell_renderer_color_render' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:186:62: style: Function '___6_lm_cell_renderer_color_activate' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-cell-renderer-color.gob:185:73: note: Function '___6_lm_cell_renderer_color_activate' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-cell-renderer-color.gob:186:62: note: Function '___6_lm_cell_renderer_color_activate' argument 1 names different: declaration 'cell' definition 'G_GNUC_UNUSED'.
src/lm-data-set.gob:482:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
src/lm-data-set.gob:296:0: warning: Redundant assignment of 'other_dp' to itself. [selfAssignment]
lm-data-set.c:191:33: style: Function 'lm_data_set_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-data-set.gob:0:43: note: Function 'lm_data_set_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-data-set.c:191:33: note: Function 'lm_data_set_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-data-set.c:198:44: style: Function 'lm_data_set_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-data-set.gob:0:54: note: Function 'lm_data_set_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-data-set.c:198:44: note: Function 'lm_data_set_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-data-set.c:229:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-data-set.c:45:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-data-set.c:229:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-data-set.c:230:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-data-set.c:45:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-data-set.c:230:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-data-set.c:260:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-data-set.c:46:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-data-set.c:260:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-data-set.c:261:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-data-set.c:46:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-data-set.c:261:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-dialog.c:91:41: style: Function 'lm_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-dialog.gob:0:51: note: Function 'lm_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-dialog.c:91:41: note: Function 'lm_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
src/lm-dialog.gob:27:33: style: Function 'lm_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-dialog.gob:26:40: note: Function 'lm_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
src/lm-dialog.gob:27:33: note: Function 'lm_dialog_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:141:52: style: Function 'lm_framed_image_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-framed-image.gob:0:62: note: Function 'lm_framed_image_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:141:52: note: Function 'lm_framed_image_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:46:44: style: Function 'lm_framed_image_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-framed-image.gob:45:51: note: Function 'lm_framed_image_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:46:44: note: Function 'lm_framed_image_init' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:194:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-framed-image.c:47:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:194:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:195:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-framed-image.c:47:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-framed-image.c:195:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:51:55: style: Function '___3_lm_framed_image_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-framed-image.gob:50:60: note: Function '___3_lm_framed_image_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:51:55: note: Function '___3_lm_framed_image_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:68:55: style: Function '___4_lm_framed_image_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-framed-image.gob:67:64: note: Function '___4_lm_framed_image_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-framed-image.gob:68:55: note: Function '___4_lm_framed_image_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-host-frontend.gob:343:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-host-frontend.c:209:43: style: Function 'lm_host_frontend_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host-frontend.gob:0:53: note: Function 'lm_host_frontend_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:209:43: note: Function 'lm_host_frontend_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:216:54: style: Function 'lm_host_frontend_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host-frontend.gob:0:64: note: Function 'lm_host_frontend_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:216:54: note: Function 'lm_host_frontend_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:258:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-frontend.c:53:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:258:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:259:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-frontend.c:53:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:259:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:298:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-frontend.c:54:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:298:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:299:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-frontend.c:54:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-frontend.c:299:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-view.c:384:55: style: Same expression on both sides of '|'. [duplicateExpression]
lm-host-view.c:392:55: style: Same expression on both sides of '|'. [duplicateExpression]
lm-host-view.c:404:55: style: Same expression on both sides of '|'. [duplicateExpression]
src/lm-host-view.gob:970:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-host-view.c:360:35: style: Function 'lm_host_view_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host-view.gob:0:45: note: Function 'lm_host_view_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-host-view.c:360:35: note: Function 'lm_host_view_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
src/lm-host-view.gob:80:50: style: Function 'lm_host_view_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host-view.gob:79:56: note: Function 'lm_host_view_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
src/lm-host-view.gob:80:50: note: Function 'lm_host_view_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
lm-host-view.c:523:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-view.c:65:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-view.c:523:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-view.c:524:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-view.c:65:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-view.c:524:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-view.c:575:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-view.c:66:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-view.c:575:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host-view.c:576:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host-view.c:66:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host-view.c:576:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host.c:236:26: style: Function 'lm_host_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host.gob:0:36: note: Function 'lm_host_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-host.c:236:26: note: Function 'lm_host_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-host.c:243:37: style: Function 'lm_host_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-host.gob:0:47: note: Function 'lm_host_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-host.c:243:37: note: Function 'lm_host_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-host.c:330:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host.c:57:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host.c:330:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host.c:331:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host.c:57:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host.c:331:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host.c:405:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host.c:58:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host.c:405:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-host.c:406:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-host.c:58:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-host.c:406:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-line-graph-icon.gob:129:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-line-graph-icon.c:168:46: style: Function 'lm_line_graph_icon_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph-icon.gob:0:56: note: Function 'lm_line_graph_icon_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:168:46: note: Function 'lm_line_graph_icon_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:175:57: style: Function 'lm_line_graph_icon_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph-icon.gob:0:67: note: Function 'lm_line_graph_icon_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:175:57: note: Function 'lm_line_graph_icon_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:212:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph-icon.c:65:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:212:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:213:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph-icon.c:65:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:213:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:243:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph-icon.c:66:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:243:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:244:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph-icon.c:66:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph-icon.c:244:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-line-graph-icon.gob:65:58: style: Function '___2_lm_line_graph_icon_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph-icon.gob:64:63: note: Function '___2_lm_line_graph_icon_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph-icon.gob:65:58: note: Function '___2_lm_line_graph_icon_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph-icon.gob:92:58: style: Function '___4_lm_line_graph_icon_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph-icon.gob:91:67: note: Function '___4_lm_line_graph_icon_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph-icon.gob:92:58: note: Function '___4_lm_line_graph_icon_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:694:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-line-graph.c:227:37: style: Function 'lm_line_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph.gob:0:47: note: Function 'lm_line_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:227:37: note: Function 'lm_line_graph_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:100:52: style: Function 'lm_line_graph_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph.gob:99:58: note: Function 'lm_line_graph_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:100:52: note: Function 'lm_line_graph_class_init' argument 1 names different: declaration 'class' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:294:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph.c:56:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:294:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:295:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph.c:56:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:295:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:325:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph.c:57:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:325:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:326:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-line-graph.c:57:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-line-graph.c:326:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:165:53: style: Function '___5_lm_line_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph.gob:164:58: note: Function '___5_lm_line_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:165:53: note: Function '___5_lm_line_graph_size_request' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:356:53: style: Function '___b_lm_line_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-line-graph.gob:355:62: note: Function '___b_lm_line_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
src/lm-line-graph.gob:356:53: note: Function '___b_lm_line_graph_expose_event' argument 1 names different: declaration 'widget' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:191:53: style: Function 'lm_preferences_dialog_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-preferences-dialog.gob:0:63: note: Function 'lm_preferences_dialog_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:191:53: note: Function 'lm_preferences_dialog_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:198:64: style: Function 'lm_preferences_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-preferences-dialog.gob:0:74: note: Function 'lm_preferences_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:198:64: note: Function 'lm_preferences_dialog_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:229:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-preferences-dialog.c:75:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:229:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:230:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-preferences-dialog.c:75:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:230:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:260:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-preferences-dialog.c:76:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:260:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:261:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-preferences-dialog.c:76:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-preferences-dialog.c:261:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-shell.gob:197:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lm-shell.c:168:28: style: Function 'lm_shell_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-shell.gob:0:38: note: Function 'lm_shell_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-shell.c:168:28: note: Function 'lm_shell_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-shell.c:175:39: style: Function 'lm_shell_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-shell.gob:0:49: note: Function 'lm_shell_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-shell.c:175:39: note: Function 'lm_shell_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-shell.c:217:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-shell.c:58:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-shell.c:217:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-shell.c:218:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-shell.c:58:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-shell.c:218:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-shell.c:248:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-shell.c:59:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-shell.c:248:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
lm-shell.c:249:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lm-shell.c:59:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
lm-shell.c:249:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
src/lm-tooltips.gob:554:16: style: The scope of the variable 'event_widget' can be reduced. [variableScope]
lm-tooltips.c:237:34: style: Function 'lm_tooltips_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-tooltips.gob:0:44: note: Function 'lm_tooltips_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-tooltips.c:237:34: note: Function 'lm_tooltips_init' argument 1 names different: declaration 'o' definition 'G_GNUC_UNUSED'.
lm-tooltips.c:247:45: style: Function 'lm_tooltips_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
src/lm-tooltips.gob:0:55: note: Function 'lm_tooltips_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
lm-tooltips.c:247:45: note: Function 'lm_tooltips_class_init' argument 1 names different: declaration 'c' definition 'G_GNUC_UNUSED'.
link-monitor-applet-3.0/jbsrc/lib/jb-action.c:387:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-monitor-applet-3.0/jbsrc/lib/jb-action.c:901:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
link-monitor-applet-3.0/jbsrc/lib/jb-main.c:90:11: style: The scope of the variable 'group_names' can be reduced. [variableScope]
link-monitor-applet-3.0/jbsrc/lib/jb-main.c:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
link-monitor-applet-3.0/jbsrc/lm-glibc-test.c:5:0: error: #error "glibc not found" [preprocessorErrorDirective]
link-monitor-applet-3.0/src/lm-util.c:893:15: style: Function 'lm_paint_box' argument 6 names different: declaration 'gc' definition 'background_gc'. [funcArgNamesDifferent]
link-monitor-applet-3.0/src/lm-util.h:159:13: note: Function 'lm_paint_box' argument 6 names different: declaration 'gc' definition 'background_gc'.
link-monitor-applet-3.0/src/lm-util.c:893:15: note: Function 'lm_paint_box' argument 6 names different: declaration 'gc' definition 'background_gc'.
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linkchecker/linkchecker_9.4.0.orig.tar.gz
linkchecker-9.4.0/linkcheck/HtmlParser/htmlsax.h:27:0: error: #error please install Python >= 2.6 [preprocessorErrorDirective]
* yacc.c:339  *:139:5: style: Variable 'pdoctype' is reassigned a value before the old one has been used. [redundantAssignment]
* yacc.c:339  *:135:0: note: Variable 'pdoctype' is reassigned a value before the old one has been used.
* yacc.c:339  *:139:5: note: Variable 'pdoctype' is reassigned a value before the old one has been used.
* yacc.c:1646  *:8:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
* yacc.c:1646  *:5:0: note: Variable 'result' is reassigned a value before the old one has been used.
* yacc.c:1646  *:8:5: note: Variable 'result' is reassigned a value before the old one has been used.
* yacc.c:1906  *:489:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
* yacc.c:1906  *:488:0: note: Variable 'm' is reassigned a value before the old one has been used.
* yacc.c:1906  *:489:5: note: Variable 'm' is reassigned a value before the old one has been used.
* yacc.c:358  *:684:53: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:718:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:684:53: note: Negative array index
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linklint/linklint_2.3.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/links2/links2_2.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/linop/linop_0.8.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/linpac/linpac_0.24.orig.tar.gz
linpac-0.24/src/applications/autobin.cc:93:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:127:9: style: The scope of the variable 'field_id' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:130:8: style: The scope of the variable 'c' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:272:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:273:14: style: The scope of the variable 'sent' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:274:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linpac-0.24/src/applications/autobin.cc:239:0: error: Resource leak: f [resourceLeak]
linpac-0.24/src/applications/autobin.cc:329:0: error: Resource leak: f [resourceLeak]
linpac-0.24/src/applications/bell.cc:52:7: style: Unused variable: dsp [unusedVariable]
linpac-0.24/src/applications/compose.cc:203:16: warning: Logical conjunction always evaluates to false: argc < 3 && argc > 5. [incorrectLogicOperator]
linpac-0.24/src/applications/forward.cc:240:10: style: Condition '!done' is always true [knownConditionTrueFalse]
linpac-0.24/src/applications/forward.cc:232:14: note: Assignment 'done=0', assigned value is 0
linpac-0.24/src/applications/forward.cc:240:10: note: Condition '!done' is always true
linpac-0.24/src/applications/forward.cc:342:3: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
linpac-0.24/src/applications/forward.cc:341:3: note: Variable 'size' is reassigned a value before the old one has been used.
linpac-0.24/src/applications/forward.cc:342:3: note: Variable 'size' is reassigned a value before the old one has been used.
linpac-0.24/src/applications/forward.cc:190:17: style: The scope of the variable 'r' can be reduced. [variableScope]
linpac-0.24/src/applications/forward.cc:231:13: style: The scope of the variable 'last_line' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.h:55:17: style: Technically the member function 'LZHufPacker::GetCRC' can be const. [functionConst]
linpac-0.24/src/applications/lzhuf.h:57:7: style: Technically the member function 'LZHufPacker::GetLength' can be const. [functionConst]
linpac-0.24/src/applications/lzhuf.h:50:2: style: Class 'LZHufPacker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/forward.cc:245:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/forward.cc:416:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/getmsg.cc:110:15: style: Variable 'hd_length' is assigned a value that is never used. [unreadVariable]
linpac-0.24/src/applications/join.c:65:8: style: Unused variable: teststr [unusedVariable]
linpac-0.24/src/applications/libaxmail/axmail.cc:535:8: style: The scope of the variable 'num' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:536:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:537:8: style: The scope of the variable 'size' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:538:10: style: The scope of the variable 'dest' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:539:10: style: The scope of the variable 'dpath' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:540:10: style: The scope of the variable 'src' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:541:10: style: The scope of the variable 'date' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:542:10: style: The scope of the variable 'subject' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:688:8: style: The scope of the variable 'num' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:689:10: style: The scope of the variable 'flags' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:690:10: style: The scope of the variable 'bid' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:691:10: style: The scope of the variable 'src' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:692:10: style: The scope of the variable 'dest' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:693:10: style: The scope of the variable 'date' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:694:10: style: The scope of the variable 'subject' can be reduced. [variableScope]
linpac-0.24/src/applications/libaxmail/axmail.cc:123:36: style: Function 'toStringShort' argument 1 names different: declaration 'buffer' definition 's'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/axmail.h:34:33: note: Function 'toStringShort' argument 1 names different: declaration 'buffer' definition 's'.
linpac-0.24/src/applications/libaxmail/axmail.cc:123:36: note: Function 'toStringShort' argument 1 names different: declaration 'buffer' definition 's'.
linpac-0.24/src/applications/libaxmail/axmail.cc:136:35: style: Function 'toStringLong' argument 1 names different: declaration 'buffer' definition 's'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/axmail.h:36:32: note: Function 'toStringLong' argument 1 names different: declaration 'buffer' definition 's'.
linpac-0.24/src/applications/libaxmail/axmail.cc:136:35: note: Function 'toStringLong' argument 1 names different: declaration 'buffer' definition 's'.
linpac-0.24/src/applications/libaxmail/axmail.cc:294:34: style: Function 'setBBS' argument 1 names different: declaration 'call' definition 'bbs_call'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/axmail.h:102:31: note: Function 'setBBS' argument 1 names different: declaration 'call' definition 'bbs_call'.
linpac-0.24/src/applications/libaxmail/axmail.cc:294:34: note: Function 'setBBS' argument 1 names different: declaration 'call' definition 'bbs_call'.
linpac-0.24/src/applications/libaxmail/axmail.cc:432:46: style: Function 'addMessage' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/axmail.h:150:38: note: Function 'addMessage' argument 1 names different: declaration 'message' definition 'msg'.
linpac-0.24/src/applications/libaxmail/axmail.cc:432:46: note: Function 'addMessage' argument 1 names different: declaration 'message' definition 'msg'.
linpac-0.24/src/applications/libaxmail/axmail.cc:370:17: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
linpac-0.24/src/applications/libaxmail/axmail.cc:400:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:414:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:528:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:631:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:681:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:771:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/libaxmail/axmail.cc:96:10: warning: Member variable 'MsgDate::day' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/libaxmail/axmail.cc:96:10: warning: Member variable 'MsgDate::month' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/libaxmail/axmail.cc:96:10: warning: Member variable 'MsgDate::year' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/libaxmail/axmail.cc:96:10: warning: Member variable 'MsgDate::hour' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/libaxmail/axmail.cc:96:10: warning: Member variable 'MsgDate::min' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/libaxmail/axmail.cc:273:19: warning: Member variable 'Message::nothing' is not assigned a value in 'Message::operator='. [operatorEqVarError]
linpac-0.24/src/applications/libaxmail/axmail.cc:273:19: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
linpac-0.24/src/applications/libaxmail/axmail.h:38:12: style: Technically the member function 'MsgDate::operator==' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.cc:149:15: note: Technically the member function 'MsgDate::operator==' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:38:12: note: Technically the member function 'MsgDate::operator==' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:39:12: style: Technically the member function 'MsgDate::operator<' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.cc:155:15: note: Technically the member function 'MsgDate::operator<' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:39:12: note: Technically the member function 'MsgDate::operator<' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:41:12: style: Technically the member function 'MsgDate::check' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.cc:164:15: note: Technically the member function 'MsgDate::check' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:41:12: note: Technically the member function 'MsgDate::check' can be const.
linpac-0.24/src/applications/libaxmail/axmail.h:43:11: style: Technically the member function 'MsgDate::d' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:44:11: style: Technically the member function 'MsgDate::m' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:45:11: style: Technically the member function 'MsgDate::y' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:46:11: style: Technically the member function 'MsgDate::H' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:47:11: style: Technically the member function 'MsgDate::M' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:106:11: style: Technically the member function 'Message::getSize' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:119:12: style: Technically the member function 'Message::isDel' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:123:12: style: Technically the member function 'Message::isPrivate' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:124:12: style: Technically the member function 'Message::isPresent' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:155:11: style: Technically the member function 'MessageIndex::newIndex' can be const. [functionConst]
linpac-0.24/src/applications/libaxmail/axmail.h:165:7: style: Class 'IncommingIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/libaxmail/axmail.h:176:7: style: Class 'OutgoingIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/libaxmail/axmail.cc:406:24: error: Iterator 'it' used after element has been erased. [eraseDereference]
linpac-0.24/src/applications/libaxmail/axmail.cc:400:4: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/applications/libaxmail/axmail.cc:406:24: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/applications/libaxmail/parser.cc:20:38: style: Function 'P_next_field_start' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/parser.h:6:38: note: Function 'P_next_field_start' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/libaxmail/parser.cc:20:38: note: Function 'P_next_field_start' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/libaxmail/parser.cc:28:31: style: Function 'P_field_end' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/parser.h:7:31: note: Function 'P_field_end' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/libaxmail/parser.cc:28:31: note: Function 'P_field_end' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/libaxmail/parser.cc:35:32: style: Function 'P_string_end' argument 1 names different: declaration 'p' definition 'pos'. [funcArgNamesDifferent]
linpac-0.24/src/applications/libaxmail/parser.h:8:32: note: Function 'P_string_end' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/libaxmail/parser.cc:35:32: note: Function 'P_string_end' argument 1 names different: declaration 'p' definition 'pos'.
linpac-0.24/src/applications/liblinpac/lpapp.c:347:8: style: The scope of the variable 'rc' can be reduced. [variableScope]
linpac-0.24/src/applications/liblinpac/lpapp.c:1038:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linpac-0.24/src/applications/liblinpac/lpapp.c:1053:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/liblinpac/lpapp.c:1060:0: error: Resource leak: f [resourceLeak]
linpac-0.24/src/applications/logbook.cc:80:10: style: The scope of the variable 'old_str' can be reduced. [variableScope]
linpac-0.24/src/applications/logbook.cc:81:11: style: The scope of the variable 'new_str' can be reduced. [variableScope]
linpac-0.24/src/applications/logbook.cc:74:7: error: Resource leak: f [resourceLeak]
linpac-0.24/src/applications/logbook.cc:102:10: error: Uninitialized variable: t [uninitvar]
linpac-0.24/src/applications/lzhuf.cc:397:24: style: The scope of the variable 'f' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:397:27: style: The scope of the variable 'l' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:436:0: style: The scope of the variable 'l' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:437:18: style: The scope of the variable 'k' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:547:0: style: The scope of the variable 'last_match_length' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:613:0: style: The scope of the variable 'c' can be reduced. [variableScope]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::getbuf' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::putbuf' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::getlen' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::putlen' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::match_position' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::match_length' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:170:14: warning: Member variable 'LZHufPacker::outLen' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/lzhuf.cc:179:2: style: Class 'LZHufPacker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/applications/lzhuf.cc:179:2: style: Class 'LZHufPacker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/applications/lzhuf.cc:208:3: error: Common realloc mistake: 'dataOut' nulled but not freed upon failure [memleakOnRealloc]
linpac-0.24/src/applications/mailer/axmail.h:43:11: style: Technically the member function 'MsgDate::d' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:44:11: style: Technically the member function 'MsgDate::m' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:45:11: style: Technically the member function 'MsgDate::y' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:46:11: style: Technically the member function 'MsgDate::H' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:47:11: style: Technically the member function 'MsgDate::M' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:106:11: style: Technically the member function 'Message::getSize' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:119:12: style: Technically the member function 'Message::isDel' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:123:12: style: Technically the member function 'Message::isPrivate' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:124:12: style: Technically the member function 'Message::isPresent' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:155:11: style: Technically the member function 'MessageIndex::newIndex' can be const. [functionConst]
linpac-0.24/src/applications/mailer/mail_list.h:96:11: style: Technically the member function 'Messages::count' can be const. [functionConst]
linpac-0.24/src/applications/mailer/axmail.h:165:7: style: Class 'IncommingIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/mailer/axmail.h:176:7: style: Class 'OutgoingIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/mailer/mail_filt.h:82:5: style: Class 'BoardList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/mailer/mail_list.h:44:5: style: Class 'TheFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/applications/mailer/mail_screen.h:79:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_screen.h:79:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_screen.h:80:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_screen.h:80:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_input.h:46:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_input.h:46:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_input.h:47:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_input.h:47:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_filt.h:89:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_filt.h:89:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_filt.h:90:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_filt.h:90:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_list.h:54:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_list.h:54:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_list.h:55:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_list.h:55:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_list.h:107:20: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_list.h:107:20: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_list.h:108:20: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_list.h:108:20: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_edit.h:82:10: performance: Technically the member function 'Editor::active' can be static. [functionStatic]
linpac-0.24/src/applications/mailer/mail_edit.h:61:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_edit.h:61:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_edit.h:62:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_edit.h:62:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_edit.h:125:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_edit.h:125:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_edit.h:126:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_edit.h:126:10: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_edit.cc:166:10: style: The scope of the variable 's' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_edit.cc:368:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_edit.cc:560:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_edit.cc:949:10: style: The scope of the variable 'f' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_edit.h:83:10: style: Technically the member function 'Editor::convert_charset' can be const. [functionConst]
linpac-0.24/src/applications/mailer/mail_edit.cc:449:14: note: Technically the member function 'Editor::convert_charset' can be const.
linpac-0.24/src/applications/mailer/mail_edit.h:83:10: note: Technically the member function 'Editor::convert_charset' can be const.
linpac-0.24/src/applications/mailer/mail_edit.cc:76:4: style: Class 'Edline' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/applications/mailer/mail_edit.cc:144:4: style: Class 'Editor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/applications/mailer/mail_edit.cc:144:4: style: Class 'Editor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/applications/mailer/mail_edit.cc:512:4: style: Class 'Composer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/applications/mailer/mail_edit.cc:512:4: style: Class 'Composer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/applications/mailer/mail_edit.h:22:1: warning: The class 'Edline' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/applications/mailer/mail_edit.cc:933:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/mailer/mail_filt.cc:178:9: style: The scope of the variable 's' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_filt.cc:181:9: style: The scope of the variable 'creating' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_filt.cc:34:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:85:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:160:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:164:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:233:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:344:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:439:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:457:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:469:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_filt.cc:219:17: warning: Possible buffer overflow if strlen(name) is larger than or equal to sizeof(newname). [possibleBufferAccessOutOfBounds]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::mwin' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::x' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::y' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::xsize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::ysize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::wait_gdel' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::ibuffer' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::old_focus_window' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:101:12: warning: Member variable 'BoardList::old_focused' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::mwin' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::x' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::y' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::xsize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::ysize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::wait_gdel' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::ibuffer' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::old_focus_window' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:119:12: warning: Member variable 'BoardList::old_focused' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_filt.cc:121:4: performance: Variable 'boards' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpac-0.24/src/applications/mailer/mail_filt.h:92:10: performance: Technically the member function 'BoardList::clear_filter' can be static. [functionStatic]
linpac-0.24/src/applications/mailer/mail_filt.cc:137:17: note: Technically the member function 'BoardList::clear_filter' can be static.
linpac-0.24/src/applications/mailer/mail_filt.h:92:10: note: Technically the member function 'BoardList::clear_filter' can be static.
linpac-0.24/src/applications/mailer/mail_filt.h:18:1: warning: The class 'tbname' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/applications/mailer/mail_filt.h:38:1: warning: The class 'Board' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/applications/mailer/mail_filt.h:50:1: warning: The class 'BGroup' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/applications/mailer/mail_help.h:29:18: warning: Virtual function 'draw' is called from constructor 'HelpWindow(void*pwin,int height,int width,int wy,int wx)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
linpac-0.24/src/applications/mailer/mail_help.cc:42:3: note: Calling show
linpac-0.24/src/applications/mailer/mail_help.cc:47:3: note: Calling draw
linpac-0.24/src/applications/mailer/mail_help.h:29:18: note: draw is a virtual method
linpac-0.24/src/applications/mailer/mail_help.h:28:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:69:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_help.h:28:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_help.h:29:18: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/applications/mailer/mail_screen.h:70:18: note: Virtual function in base class
linpac-0.24/src/applications/mailer/mail_help.h:29:18: note: Function in derived class
linpac-0.24/src/applications/mailer/mail_input.cc:26:12: warning: Member variable 'InputLine::crx' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:177:8: style: The scope of the variable 'cmp' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_list.cc:735:21: style: The scope of the variable 'num' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_list.cc:188:52: style: Function 'del_msg' argument 1 names different: declaration 'it' definition 'where'. [funcArgNamesDifferent]
linpac-0.24/src/applications/mailer/mail_list.h:104:48: note: Function 'del_msg' argument 1 names different: declaration 'it' definition 'where'.
linpac-0.24/src/applications/mailer/mail_list.cc:188:52: note: Function 'del_msg' argument 1 names different: declaration 'it' definition 'where'.
linpac-0.24/src/applications/mailer/mail_list.cc:123:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:135:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:148:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:179:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:213:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:220:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:435:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:445:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:469:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:472:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:720:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:733:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:761:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:773:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:788:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:803:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::mwin' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::x' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::y' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::xsize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::ysize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::attach' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::err' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::wait_xnum' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::ibuffer' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::iline' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::old_focus_window' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:197:10: warning: Member variable 'TheFile::old_focused' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::mwin' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::x' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::y' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::xsize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::ysize' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::old_focus_window' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::old_focused' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:75:11: warning: Member variable 'Messages::blister' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/applications/mailer/mail_list.cc:82:4: style: Class 'Messages' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/applications/mailer/mail_list.cc:82:4: style: Class 'Messages' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/applications/mailer/mail_route.cc:71:10: style: The scope of the variable 'call' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_route.cc:72:10: style: The scope of the variable 'route' can be reduced. [variableScope]
linpac-0.24/src/applications/mailer/mail_route.cc:103:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_route.cc:109:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_route.cc:117:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_route.cc:127:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/applications/mailer/mail_route.cc:26:1: warning: The class 'route_addr' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/applications/mailer/mail_route.cc:80:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/mailer/mail_route.cc:92:0: error: Resource leak: f [resourceLeak]
linpac-0.24/src/applications/mailer/mail_screen.cc:91:9: style: The scope of the variable 'f' can be reduced. [variableScope]
linpac-0.24/src/applications/md2.cc:147:41: style: Function 'MD2Update' argument 3 names different: declaration 'InputLen' definition 'inputLen'. [funcArgNamesDifferent]
linpac-0.24/src/applications/md2.h:30:69: note: Function 'MD2Update' argument 3 names different: declaration 'InputLen' definition 'inputLen'.
linpac-0.24/src/applications/md2.cc:147:41: note: Function 'MD2Update' argument 3 names different: declaration 'InputLen' definition 'inputLen'.
linpac-0.24/src/applications/name.cc:126:11: style: The scope of the variable 'p' can be reduced. [variableScope]
linpac-0.24/src/applications/rawio.cc:57:11: style: The scope of the variable 'r' can be reduced. [variableScope]
linpac-0.24/src/applications/rawio.cc:119:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linpac-0.24/src/applications/rawio.cc:161:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linpac-0.24/src/applications/save7pl.cc:144:5: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linpac-0.24/src/applications/save7pl.cc:112:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linpac-0.24/src/applications/save7pl.cc:112:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linpac-0.24/src/applications/save7pl.cc:95:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linpac-0.24/src/applications/save7pl.cc:142:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/save7pl.cc:154:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/applications/testapp.c:72:8: style: The scope of the variable 'teststr' can be reduced. [variableScope]
linpac-0.24/src/applications/tnpwd.cc:98:53: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
linpac-0.24/src/applications/tnpwd.cc:96:12: note: Assuming that condition 'p==NULL' is not redundant
linpac-0.24/src/applications/tnpwd.cc:98:53: note: Null pointer dereference
linpac-0.24/src/applications/yapp.cc:470:10: style: Condition '!eot' is always true [knownConditionTrueFalse]
linpac-0.24/src/applications/yapp.cc:463:9: note: Assignment 'eot=0', assigned value is 0
linpac-0.24/src/applications/yapp.cc:470:10: note: Condition '!eot' is always true
linpac-0.24/src/applications/yapp.cc:217:7: style: The scope of the variable 'buflen' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:220:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:220:16: style: The scope of the variable 'eofrm' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:444:7: style: The scope of the variable 'buflen' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:446:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:446:16: style: The scope of the variable 'eofrm' can be reduced. [variableScope]
linpac-0.24/src/applications/yapp.cc:643:0: error: Resource leak: f [resourceLeak]
linpac-0.24/src/calls.cc:27:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linpac-0.24/src/calls.cc:24:48: style: Function 'norm_call' argument 2 names different: declaration 'addr' definition 'a'. [funcArgNamesDifferent]
linpac-0.24/src/calls.h:20:48: note: Function 'norm_call' argument 2 names different: declaration 'addr' definition 'a'.
linpac-0.24/src/calls.cc:24:48: note: Function 'norm_call' argument 2 names different: declaration 'addr' definition 'a'.
linpac-0.24/src/t_stack.h:57:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linpac-0.24/src/t_stack.h:86:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linpac-0.24/src/t_queue.h:78:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:478:43: style: The scope of the variable 'adr' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:730:38: style: The scope of the variable 'len' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:779:40: style: The scope of the variable 's' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:779:47: style: The scope of the variable 't' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:855:37: style: The scope of the variable 'p1' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:872:37: style: The scope of the variable 'p1' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:897:37: style: The scope of the variable 'p1' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:1277:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linpac-0.24/src/commands.cc:424:43: style: Function 'do_command' argument 2 names different: declaration 'cmd' definition 'cmds'. [funcArgNamesDifferent]
linpac-0.24/src/commands.h:95:36: note: Function 'do_command' argument 2 names different: declaration 'cmd' definition 'cmds'.
linpac-0.24/src/commands.cc:424:43: note: Function 'do_command' argument 2 names different: declaration 'cmd' definition 'cmds'.
linpac-0.24/src/commands.cc:1212:42: style: Function 'Macro' argument 3 names different: declaration 'argc' definition 'm_argc'. [funcArgNamesDifferent]
linpac-0.24/src/commands.h:51:39: note: Function 'Macro' argument 3 names different: declaration 'argc' definition 'm_argc'.
linpac-0.24/src/commands.cc:1212:42: note: Function 'Macro' argument 3 names different: declaration 'argc' definition 'm_argc'.
linpac-0.24/src/commands.cc:1212:57: style: Function 'Macro' argument 4 names different: declaration 'argv' definition 'm_argv'. [funcArgNamesDifferent]
linpac-0.24/src/commands.h:51:52: note: Function 'Macro' argument 4 names different: declaration 'argv' definition 'm_argv'.
linpac-0.24/src/commands.cc:1212:57: note: Function 'Macro' argument 4 names different: declaration 'argv' definition 'm_argv'.
linpac-0.24/src/commands.cc:1398:33: style: Function 'macro_command' argument 1 names different: declaration 'cmd' definition 's'. [funcArgNamesDifferent]
linpac-0.24/src/commands.h:55:30: note: Function 'macro_command' argument 1 names different: declaration 'cmd' definition 's'.
linpac-0.24/src/commands.cc:1398:33: note: Function 'macro_command' argument 1 names different: declaration 'cmd' definition 's'.
linpac-0.24/src/commands.cc:235:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:252:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:355:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:935:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:976:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1000:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1011:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1025:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1264:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1388:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1499:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1611:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:1658:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/commands.cc:42:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
linpac-0.24/src/commands.cc:1212:8: warning: Member variable 'Macro::s' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::pos' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::result' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::lang_name' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::remote' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::secure' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::send_res' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::ext' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::mcm' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/commands.cc:135:12: warning: Member variable 'Commander::res_hnd' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/t_queue.h:34:0: warning: Member variable 'Queue < Event >::error_val' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/t_stack.h:29:0: warning: Member variable 'Stack < int >::error_val' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/data.h:208:10: style: Technically the member function 'Arguments::length' can be const. [functionConst]
linpac-0.24/src/data.h:209:10: style: Technically the member function 'Arguments::argc' can be const. [functionConst]
linpac-0.24/src/evqueue.h:40:9: style: Technically the member function 'EventQueue::max_length' can be const. [functionConst]
linpac-0.24/src/sources.h:173:9: style: Technically the member function 'EventGate::get_sock' can be const. [functionConst]
linpac-0.24/src/sources.h:175:9: style: Technically the member function 'EventGate::get_pid' can be const. [functionConst]
linpac-0.24/src/commands.h:57:9: performance: Technically the member function 'Macro::compare' can be static. [functionStatic]
linpac-0.24/src/commands.cc:1621:12: note: Technically the member function 'Macro::compare' can be static.
linpac-0.24/src/commands.h:57:9: note: Technically the member function 'Macro::compare' can be static.
linpac-0.24/src/commands.h:92:10: performance: Technically the member function 'Commander::com_is' can be static. [functionStatic]
linpac-0.24/src/commands.cc:329:17: note: Technically the member function 'Commander::com_is' can be static.
linpac-0.24/src/commands.h:92:10: note: Technically the member function 'Commander::com_is' can be static.
linpac-0.24/src/commands.h:98:10: performance: Technically the member function 'Commander::command_channel' can be static. [functionStatic]
linpac-0.24/src/commands.cc:1102:17: note: Technically the member function 'Commander::command_channel' can be static.
linpac-0.24/src/commands.h:98:10: note: Technically the member function 'Commander::command_channel' can be static.
linpac-0.24/src/commands.h:107:10: performance: Technically the member function 'Commander::version' can be static. [functionStatic]
linpac-0.24/src/commands.cc:1195:17: note: Technically the member function 'Commander::version' can be static.
linpac-0.24/src/commands.h:107:10: note: Technically the member function 'Commander::version' can be static.
linpac-0.24/src/t_queue.h:60:0: style: Technically the member function 'Queue < Event >::isEmpty' can be const. [functionConst]
linpac-0.24/src/t_queue.h:63:0: style: Technically the member function 'Queue < Event >::size' can be const. [functionConst]
linpac-0.24/src/t_stack.h:40:0: style: Technically the member function 'Stack < int >::isEmpty' can be const. [functionConst]
linpac-0.24/src/t_stack.h:45:0: style: Technically the member function 'Stack < int >::top' can be const. [functionConst]
linpac-0.24/src/data.h:143:5: style: Class 'RCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/sources.h:73:5: style: Class 'Ax25io' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/t_queue.h:34:0: style: Class 'Queue < Event >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/data.h:238:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/data.h:238:10: note: Function in derived class
linpac-0.24/src/sources.h:75:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/sources.h:75:18: note: Function in derived class
linpac-0.24/src/sources.h:104:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/sources.h:104:18: note: Function in derived class
linpac-0.24/src/sources.h:170:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/sources.h:170:18: note: Function in derived class
linpac-0.24/src/commands.h:53:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/commands.h:53:18: note: Function in derived class
linpac-0.24/src/commands.h:86:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/commands.h:86:18: note: Function in derived class
linpac-0.24/src/watch.h:52:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/watch.h:52:18: note: Function in derived class
linpac-0.24/src/commands.cc:161:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/commands.cc:182:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/commands.cc:211:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/commands.cc:1414:0: error: Memory leak: cmd [memleak]
linpac-0.24/src/t_queue.h:66:0: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
linpac-0.24/src/commands.cc:1652:10: error: Uninitialized variable: b [uninitvar]
linpac-0.24/src/comp.cc:302:33: style: Function 'decstathuf' argument 2 names different: declaration 'desc' definition 'dest'. [funcArgNamesDifferent]
linpac-0.24/src/comp.h:37:33: note: Function 'decstathuf' argument 2 names different: declaration 'desc' definition 'dest'.
linpac-0.24/src/comp.cc:302:33: note: Function 'decstathuf' argument 2 names different: declaration 'desc' definition 'dest'.
linpac-0.24/src/data.cc:641:21: warning: %li in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linpac-0.24/src/data.cc:347:7: style: The scope of the variable 'len' can be reduced. [variableScope]
linpac-0.24/src/data.cc:348:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linpac-0.24/src/data.cc:349:8: style: The scope of the variable 'dama' can be reduced. [variableScope]
linpac-0.24/src/data.cc:350:8: style: The scope of the variable 'dest_addr' can be reduced. [variableScope]
linpac-0.24/src/data.cc:351:8: style: The scope of the variable 'source_addr' can be reduced. [variableScope]
linpac-0.24/src/data.cc:352:8: style: The scope of the variable 'dummy' can be reduced. [variableScope]
linpac-0.24/src/data.cc:353:9: style: The scope of the variable 'f' can be reduced. [variableScope]
linpac-0.24/src/data.cc:682:36: style: The scope of the variable 'ex2' can be reduced. [variableScope]
linpac-0.24/src/data.cc:172:35: style: Function 'set_var' argument 2 names different: declaration 'pname' definition 'name'. [funcArgNamesDifferent]
linpac-0.24/src/data.h:107:35: note: Function 'set_var' argument 2 names different: declaration 'pname' definition 'name'.
linpac-0.24/src/data.cc:172:35: note: Function 'set_var' argument 2 names different: declaration 'pname' definition 'name'.
linpac-0.24/src/data.cc:172:53: style: Function 'set_var' argument 3 names different: declaration 'contents' definition 'content'. [funcArgNamesDifferent]
linpac-0.24/src/data.h:107:54: note: Function 'set_var' argument 3 names different: declaration 'contents' definition 'content'.
linpac-0.24/src/data.cc:172:53: note: Function 'set_var' argument 3 names different: declaration 'contents' definition 'content'.
linpac-0.24/src/data.cc:781:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/data.cc:813:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/data.cc:43:7: warning: Member variable 'Hash::chn' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/data.cc:546:9: warning: Member variable 'Cooker::expr' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/data.cc:546:9: warning: Member variable 'Cooker::lastline' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/data.h:138:1: warning: The class 'RCommand' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/data.cc:369:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/data.cc:388:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/data.cc:817:16: error: Iterator 'it' used after element has been erased. [eraseDereference]
linpac-0.24/src/data.cc:813:3: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/data.cc:817:16: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/data.cc:580:28: error: Undefined behavior: Variable 't' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linpac-0.24/src/editor.cc:364:8: style: The scope of the variable 'next_line' can be reduced. [variableScope]
linpac-0.24/src/editor.h:33:9: style: Technically the member function 'Edline::lastpos' can be const. [functionConst]
linpac-0.24/src/editor.cc:50:13: note: Technically the member function 'Edline::lastpos' can be const.
linpac-0.24/src/editor.h:33:9: note: Technically the member function 'Edline::lastpos' can be const.
linpac-0.24/src/editor.h:80:10: style: Technically the member function 'Editor::convert_charset' can be const. [functionConst]
linpac-0.24/src/editor.cc:394:14: note: Technically the member function 'Editor::convert_charset' can be const.
linpac-0.24/src/editor.h:80:10: note: Technically the member function 'Editor::convert_charset' can be const.
linpac-0.24/src/editor.cc:34:3: style: Class 'Edline' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/editor.cc:100:3: style: Class 'Editor' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/editor.cc:100:3: style: Class 'Editor' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/editor.h:24:1: warning: The class 'Edline' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
linpac-0.24/src/screen.h:54:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/screen.h:54:18: note: Function in derived class
linpac-0.24/src/editor.h:62:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/editor.h:62:10: note: Function in derived class
linpac-0.24/src/editor.h:63:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/screen.h:33:18: note: Virtual function in base class
linpac-0.24/src/editor.h:63:10: note: Function in derived class
linpac-0.24/src/evaluate.cc:46:8: style: The scope of the variable 'unar' can be reduced. [variableScope]
linpac-0.24/src/evaluate.cc:47:8: style: The scope of the variable 'end' can be reduced. [variableScope]
linpac-0.24/src/evaluate.cc:116:8: style: The scope of the variable 'opr' can be reduced. [variableScope]
linpac-0.24/src/t_stack.h:29:0: warning: Member variable 'Stack < char >::error_val' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/t_stack.h:40:0: style: Technically the member function 'Stack < char >::isEmpty' can be const. [functionConst]
linpac-0.24/src/t_stack.h:45:0: style: Technically the member function 'Stack < char >::top' can be const. [functionConst]
linpac-0.24/src/event.cc:233:34: error: Null pointer dereference: p [nullPointer]
linpac-0.24/src/event.cc:233:27: note: Assignment 'p=NULL', assigned value is 0
linpac-0.24/src/event.cc:233:34: note: Null pointer dereference
linpac-0.24/src/event.cc:271:40: style: C-style pointer casting [cstyleCast]
linpac-0.24/src/event.cc:272:40: style: C-style pointer casting [cstyleCast]
linpac-0.24/src/event.cc:110:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:127:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:135:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:146:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:155:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:298:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:317:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:328:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:344:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:345:26: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/event.cc:94:10: warning: Member variable 'Obj_man::quit' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/evqueue.cc:24:3: performance: Variable 'last' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpac-0.24/src/evqueue.h:41:12: style: Technically the member function 'EventQueue::last_pop' can be const. [functionConst]
linpac-0.24/src/evqueue.cc:94:20: note: Technically the member function 'EventQueue::last_pop' can be const.
linpac-0.24/src/evqueue.h:41:12: note: Technically the member function 'EventQueue::last_pop' can be const.
linpac-0.24/src/infoline.h:23:5: warning: Member variable 'info_line::id' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/infoline.h:23:5: warning: Member variable 'info_line::content' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/keyboard.h:27:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/keyboard.h:27:18: note: Function in derived class
linpac-0.24/src/linpac.cc:272:9: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linpac-0.24/src/linpac.cc:60:15: style: The scope of the variable 'childpid' can be reduced. [variableScope]
linpac-0.24/src/linpac.cc:60:25: style: The scope of the variable 'fd' can be reduced. [variableScope]
linpac-0.24/src/linpac.cc:107:14: style: The scope of the variable 'win' can be reduced. [variableScope]
linpac-0.24/src/linpac.cc:108:11: style: The scope of the variable 'ed' can be reduced. [variableScope]
linpac-0.24/src/windows.h:77:10: style: Technically the member function 'LineStack::size' can be const. [functionConst]
linpac-0.24/src/windows.h:82:10: style: Technically the member function 'LineStack::trunc' can be const. [functionConst]
linpac-0.24/src/names.h:27:5: style: Class 'StnDB' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpac-0.24/src/names.h:29:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/names.h:29:18: note: Function in derived class
linpac-0.24/src/windows.h:114:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/screen.h:33:18: note: Virtual function in base class
linpac-0.24/src/windows.h:114:10: note: Function in derived class
linpac-0.24/src/windows.h:138:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/windows.h:138:10: note: Function in derived class
linpac-0.24/src/windows.h:161:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/windows.h:161:10: note: Function in derived class
linpac-0.24/src/windows.h:186:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/windows.h:186:10: note: Function in derived class
linpac-0.24/src/windows.h:187:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/screen.h:33:18: note: Virtual function in base class
linpac-0.24/src/windows.h:187:10: note: Function in derived class
linpac-0.24/src/windows.h:206:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/windows.h:206:10: note: Function in derived class
linpac-0.24/src/windows.h:207:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/screen.h:33:18: note: Virtual function in base class
linpac-0.24/src/windows.h:207:10: note: Function in derived class
linpac-0.24/src/windows.h:226:10: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/windows.h:226:10: note: Function in derived class
linpac-0.24/src/windows.h:227:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/screen.h:33:18: note: Virtual function in base class
linpac-0.24/src/windows.h:227:10: note: Function in derived class
linpac-0.24/src/status.h:34:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/status.h:34:18: note: Function in derived class
linpac-0.24/src/sounds.h:31:18: style: The function 'handle_event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpac-0.24/src/event.h:32:18: note: Virtual function in base class
linpac-0.24/src/sounds.h:31:18: note: Function in derived class
linpac-0.24/src/names.cc:29:5: style: Class 'StnDB' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/names.cc:29:5: style: Class 'StnDB' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/screen.cc:43:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/screen.h:52:10: performance: Technically the member function 'Screen::stop' can be static. [functionStatic]
linpac-0.24/src/screen.cc:133:14: note: Technically the member function 'Screen::stop' can be static.
linpac-0.24/src/screen.h:52:10: note: Technically the member function 'Screen::stop' can be static.
linpac-0.24/src/sounds.h:36:10: performance: Technically the member function 'Sound::wait' can be static. [functionStatic]
linpac-0.24/src/sounds.cc:80:13: note: Technically the member function 'Sound::wait' can be static.
linpac-0.24/src/sounds.h:36:10: note: Technically the member function 'Sound::wait' can be static.
linpac-0.24/src/sources.cc:977:11: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
linpac-0.24/src/sources.cc:985:14: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
linpac-0.24/src/sources.cc:1236:9: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
linpac-0.24/src/sources.cc:1239:12: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
linpac-0.24/src/sources.cc:1429:58: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
linpac-0.24/src/sources.cc:179:17: warning: %i in format string (no. 3) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linpac-0.24/src/sources.cc:1576:29: style: C-style pointer casting [cstyleCast]
linpac-0.24/src/sources.cc:126:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linpac-0.24/src/sources.cc:126:10: style: The scope of the variable 'j' can be reduced. [variableScope]
linpac-0.24/src/sources.cc:126:13: style: The scope of the variable 'len' can be reduced. [variableScope]
linpac-0.24/src/sources.cc:127:8: style: The scope of the variable 'path' can be reduced. [variableScope]
linpac-0.24/src/sources.cc:201:14: style: The scope of the variable 'count' can be reduced. [variableScope]
linpac-0.24/src/sources.cc:1306:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:1435:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:1489:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:1512:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:1620:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:1634:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/sources.cc:77:9: warning: Member variable 'Ax25io::descript' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:77:9: warning: Member variable 'Ax25io::s' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:77:9: warning: Member variable 'Ax25io::sline' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:77:9: warning: Member variable 'Ax25io::buffer' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:77:9: warning: Member variable 'Ax25io::obuffer' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:936:12: warning: Member variable 'EventGate::sock' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:936:12: warning: Member variable 'EventGate::data' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.cc:936:12: warning: Member variable 'EventGate::write_error' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/sources.h:65:9: style: Unused private function: 'Ax25io::socket_state' [unusedPrivateFunction]
linpac-0.24/src/sources.h:68:10: performance: Technically the member function 'Ax25io::ChangeStatus' can be static. [functionStatic]
linpac-0.24/src/sources.cc:498:14: note: Technically the member function 'Ax25io::ChangeStatus' can be static.
linpac-0.24/src/sources.h:68:10: note: Technically the member function 'Ax25io::ChangeStatus' can be static.
linpac-0.24/src/sources.h:69:10: style: Technically the member function 'Ax25io::InputEnabled' can be const. [functionConst]
linpac-0.24/src/sources.cc:511:14: note: Technically the member function 'Ax25io::InputEnabled' can be const.
linpac-0.24/src/sources.h:69:10: note: Technically the member function 'Ax25io::InputEnabled' can be const.
linpac-0.24/src/sources.h:70:10: style: Technically the member function 'Ax25io::WaitingApp' can be const. [functionConst]
linpac-0.24/src/sources.cc:504:14: note: Technically the member function 'Ax25io::WaitingApp' can be const.
linpac-0.24/src/sources.h:70:10: note: Technically the member function 'Ax25io::WaitingApp' can be const.
linpac-0.24/src/sources.h:164:10: performance: Technically the member function 'EventGate::serialize' can be static. [functionStatic]
linpac-0.24/src/sources.cc:1174:17: note: Technically the member function 'EventGate::serialize' can be static.
linpac-0.24/src/sources.h:164:10: note: Technically the member function 'EventGate::serialize' can be static.
linpac-0.24/src/sources.cc:89:3: style: Class 'Ax25io' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/sources.cc:89:3: style: Class 'Ax25io' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/sources.cc:958:6: style: Class 'EventGate' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/sources.cc:958:6: style: Class 'EventGate' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/sources.cc:179:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/sources.cc:1624:24: error: Iterator 'it' used after element has been erased. [eraseDereference]
linpac-0.24/src/sources.cc:1620:4: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/sources.cc:1624:24: note: Iterator 'it' used after element has been erased.
linpac-0.24/src/status.cc:61:8: style: The scope of the variable 's' can be reduced. [variableScope]
linpac-0.24/src/status.h:37:9: performance: Technically the member function 'StatusServer::check_proc_format' can be static. [functionStatic]
linpac-0.24/src/status.cc:56:19: note: Technically the member function 'StatusServer::check_proc_format' can be static.
linpac-0.24/src/status.h:37:9: note: Technically the member function 'StatusServer::check_proc_format' can be static.
linpac-0.24/src/tools.cc:248:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linpac-0.24/src/watch.cc:59:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/watch.cc:27:8: warning: Member variable 'Watch::csent' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/watch.h:46:9: performance: Technically the member function 'Watch::com_is' can be static. [functionStatic]
linpac-0.24/src/watch.cc:163:12: note: Technically the member function 'Watch::com_is' can be static.
linpac-0.24/src/watch.h:46:9: note: Technically the member function 'Watch::com_is' can be static.
linpac-0.24/src/windows.cc:67:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:219:8: style: The scope of the variable 'phsize' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:479:7: style: The scope of the variable 'cofs' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:480:8: style: The scope of the variable 'par' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:904:8: style: The scope of the variable 'src' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:1341:8: style: The scope of the variable 's' can be reduced. [variableScope]
linpac-0.24/src/windows.cc:1407:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/windows.cc:1437:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linpac-0.24/src/windows.cc:117:16: warning: Member variable 'TLine::void_ch' is not assigned a value in 'TLine::operator='. [operatorEqVarError]
linpac-0.24/src/windows.cc:1209:11: warning: Member variable 'InfoLine::last_time' is not initialized in the constructor. [uninitMemberVar]
linpac-0.24/src/windows.h:163:9: performance: Technically the member function 'MonWindow::detect_format' can be static. [functionStatic]
linpac-0.24/src/windows.cc:965:16: note: Technically the member function 'MonWindow::detect_format' can be static.
linpac-0.24/src/windows.h:163:9: note: Technically the member function 'MonWindow::detect_format' can be static.
linpac-0.24/src/windows.h:166:10: performance: Technically the member function 'MonWindow::binary' can be static. [functionStatic]
linpac-0.24/src/windows.cc:1058:17: note: Technically the member function 'MonWindow::binary' can be static.
linpac-0.24/src/windows.h:166:10: note: Technically the member function 'MonWindow::binary' can be static.
linpac-0.24/src/windows.h:167:10: style: Technically the member function 'MonWindow::filter' can be const. [functionConst]
linpac-0.24/src/windows.cc:1079:17: note: Technically the member function 'MonWindow::filter' can be const.
linpac-0.24/src/windows.h:167:10: note: Technically the member function 'MonWindow::filter' can be const.
linpac-0.24/src/windows.h:210:9: performance: Technically the member function 'InfoLine::check_proc_format' can be static. [functionStatic]
linpac-0.24/src/windows.cc:1336:15: note: Technically the member function 'InfoLine::check_proc_format' can be static.
linpac-0.24/src/windows.h:210:9: note: Technically the member function 'InfoLine::check_proc_format' can be static.
linpac-0.24/src/windows.cc:103:3: style: Class 'TLine' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/windows.cc:161:3: style: Class 'LineStack' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpac-0.24/src/windows.cc:161:3: style: Class 'LineStack' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpac-0.24/src/windows.h:41:1: warning: The class 'TLine' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linphone/linphone_3.6.1.orig.tar.gz
linphone-3.6.1/console/commands.c:956:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linphone-3.6.1/console/commands.c:1318:9: style: The scope of the variable 'index' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:1598:8: style: The scope of the variable 'expires' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:1930:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:2186:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:2265:13: style: The scope of the variable 'n' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:2419:16: style: The scope of the variable 'call' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:2421:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/console/commands.c:1711:46: style: Function 'linphonec_proxy_display' argument 1 names different: declaration 'lc' definition 'cfg'. [funcArgNamesDifferent]
linphone-3.6.1/console/commands.c:111:58: note: Function 'linphonec_proxy_display' argument 1 names different: declaration 'lc' definition 'cfg'.
linphone-3.6.1/console/commands.c:1711:46: note: Function 'linphonec_proxy_display' argument 1 names different: declaration 'lc' definition 'cfg'.
linphone-3.6.1/console/commands.c:1799:47: style: Function 'linphonec_friend_list' argument 2 names different: declaration 'arg' definition 'pat'. [funcArgNamesDifferent]
linphone-3.6.1/console/commands.c:117:58: note: Function 'linphonec_friend_list' argument 2 names different: declaration 'arg' definition 'pat'.
linphone-3.6.1/console/commands.c:1799:47: note: Function 'linphonec_friend_list' argument 2 names different: declaration 'arg' definition 'pat'.
linphone-3.6.1/console/commands.c:2204:68: style: Function 'linphonec_codec_enable' argument 3 names different: declaration 'index' definition 'sel_index'. [funcArgNamesDifferent]
linphone-3.6.1/console/commands.c:126:68: note: Function 'linphonec_codec_enable' argument 3 names different: declaration 'index' definition 'sel_index'.
linphone-3.6.1/console/commands.c:2204:68: note: Function 'linphonec_codec_enable' argument 3 names different: declaration 'index' definition 'sel_index'.
linphone-3.6.1/console/commands.c:2225:69: style: Function 'linphonec_codec_disable' argument 3 names different: declaration 'index' definition 'sel_index'. [funcArgNamesDifferent]
linphone-3.6.1/console/commands.c:127:69: note: Function 'linphonec_codec_disable' argument 3 names different: declaration 'index' definition 'sel_index'.
linphone-3.6.1/console/commands.c:2225:69: note: Function 'linphonec_codec_disable' argument 3 names different: declaration 'index' definition 'sel_index'.
linphone-3.6.1/console/linphonec.c:1357:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linphone-3.6.1/console/shell.c:257:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linphone-3.6.1/console/shell.c:268:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linphone-3.6.1/console/shell.c:269:7: style: The scope of the variable 'reply' can be reduced. [variableScope]
linphone-3.6.1/console/shell.c:270:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/coreapi/TunnelManager.cc:59:37: style: Function 'eXosipSelect' argument 1 names different: declaration 'nfds' definition 'max_fds'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/TunnelManager.hh:152:31: note: Function 'eXosipSelect' argument 1 names different: declaration 'nfds' definition 'max_fds'.
linphone-3.6.1/coreapi/TunnelManager.cc:59:37: note: Function 'eXosipSelect' argument 1 names different: declaration 'nfds' definition 'max_fds'.
linphone-3.6.1/coreapi/TunnelManager.cc:306:33: style: Function 'enable' argument 1 names different: declaration 'isEnabled' definition 'isEnable'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/TunnelManager.hh:88:20: note: Function 'enable' argument 1 names different: declaration 'isEnabled' definition 'isEnable'.
linphone-3.6.1/coreapi/TunnelManager.cc:306:33: note: Function 'enable' argument 1 names different: declaration 'isEnabled' definition 'isEnable'.
linphone-3.6.1/coreapi/TunnelManager.cc:384:37: style: Function 'enableLogs' argument 1 names different: declaration 'isEnabled' definition 'value'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/TunnelManager.hh:102:24: note: Function 'enableLogs' argument 1 names different: declaration 'isEnabled' definition 'value'.
linphone-3.6.1/coreapi/TunnelManager.cc:384:37: note: Function 'enableLogs' argument 1 names different: declaration 'isEnabled' definition 'value'.
linphone-3.6.1/coreapi/TunnelManager.cc:435:51: style: Function 'sUdpMirrorClientCallback' argument 1 names different: declaration 'result' definition 'isUdpAvailable'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/TunnelManager.hh:155:45: note: Function 'sUdpMirrorClientCallback' argument 1 names different: declaration 'result' definition 'isUdpAvailable'.
linphone-3.6.1/coreapi/TunnelManager.cc:435:51: note: Function 'sUdpMirrorClientCallback' argument 1 names different: declaration 'result' definition 'isUdpAvailable'.
linphone-3.6.1/coreapi/TunnelManager.cc:414:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linphone-3.6.1/coreapi/TunnelManager.hh:116:3: style: Class 'TunnelManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/coreapi/address.c:33:52: style: Function 'linphone_address_new' argument 1 names different: declaration 'uri' definition 'addr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:96:52: note: Function 'linphone_address_new' argument 1 names different: declaration 'uri' definition 'addr'.
linphone-3.6.1/coreapi/address.c:33:52: note: Function 'linphone_address_new' argument 1 names different: declaration 'uri' definition 'addr'.
linphone-3.6.1/coreapi/address.c:42:65: style: Function 'linphone_address_clone' argument 1 names different: declaration 'uri' definition 'addr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:97:65: note: Function 'linphone_address_clone' argument 1 names different: declaration 'uri' definition 'addr'.
linphone-3.6.1/coreapi/address.c:42:65: note: Function 'linphone_address_clone' argument 1 names different: declaration 'uri' definition 'addr'.
linphone-3.6.1/coreapi/authentication.c:147:51: style: Function 'linphone_auth_info_destroy' argument 1 names different: declaration 'info' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:648:51: note: Function 'linphone_auth_info_destroy' argument 1 names different: declaration 'info' definition 'obj'.
linphone-3.6.1/coreapi/authentication.c:147:51: note: Function 'linphone_auth_info_destroy' argument 1 names different: declaration 'info' definition 'obj'.
linphone-3.6.1/coreapi/callbacks.c:940:48: warning: Either the condition 'if(chat_msg&&chat_msg->cb)' is redundant or there is possible null pointer dereference: chat_msg. [nullPointerRedundantCheck]
linphone-3.6.1/coreapi/callbacks.c:944:5: note: Assuming that condition 'if(chat_msg&&chat_msg->cb)' is not redundant
linphone-3.6.1/coreapi/callbacks.c:940:48: note: Null pointer dereference
linphone-3.6.1/coreapi/callbacks.c:942:2: warning: Either the condition 'if(chat_msg&&chat_msg->cb)' is redundant or there is possible null pointer dereference: chat_msg. [nullPointerRedundantCheck]
linphone-3.6.1/coreapi/callbacks.c:944:5: note: Assuming that condition 'if(chat_msg&&chat_msg->cb)' is not redundant
linphone-3.6.1/coreapi/callbacks.c:942:2: note: Null pointer dereference
linphone-3.6.1/coreapi/callbacks.c:41:8: style: The scope of the variable 'rtp_addr' can be reduced. [variableScope]
linphone-3.6.1/coreapi/callbacks.c:41:19: style: The scope of the variable 'rtcp_addr' can be reduced. [variableScope]
linphone-3.6.1/coreapi/callbacks.c:614:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/coreapi/callbacks.c:728:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
linphone-3.6.1/coreapi/chat.c:165:2: style: Variable 'cr' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/chat.c:156:0: note: Variable 'cr' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/chat.c:165:2: note: Variable 'cr' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/chat.c:72:8: style: The scope of the variable 'content_type' can be reduced. [variableScope]
linphone-3.6.1/coreapi/chat.c:154:84: style: Function 'linphone_core_message_received' argument 3 names different: declaration 'msg' definition 'sal_msg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:319:84: note: Function 'linphone_core_message_received' argument 3 names different: declaration 'msg' definition 'sal_msg'.
linphone-3.6.1/coreapi/chat.c:154:84: note: Function 'linphone_core_message_received' argument 3 names different: declaration 'msg' definition 'sal_msg'.
linphone-3.6.1/coreapi/chat.c:407:77: style: Function 'linphone_chat_message_clone' argument 1 names different: declaration 'message' definition 'msg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:706:77: note: Function 'linphone_chat_message_clone' argument 1 names different: declaration 'message' definition 'msg'.
linphone-3.6.1/coreapi/chat.c:407:77: note: Function 'linphone_chat_message_clone' argument 1 names different: declaration 'message' definition 'msg'.
linphone-3.6.1/coreapi/friend.c:114:2: style: Variable 'friend' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/friend.c:108:0: note: Variable 'friend' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/friend.c:114:2: note: Variable 'friend' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/friend.c:174:2: style: Variable 'fr' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/friend.c:172:0: note: Variable 'fr' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/friend.c:174:2: note: Variable 'fr' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/friend.c:548:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/friend.c:79:65: style: Function 'linphone_find_friend' argument 2 names different: declaration 'fri' definition 'friend'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:290:65: note: Function 'linphone_find_friend' argument 2 names different: declaration 'fri' definition 'friend'.
linphone-3.6.1/coreapi/friend.c:79:65: note: Function 'linphone_find_friend' argument 2 names different: declaration 'fri' definition 'friend'.
linphone-3.6.1/coreapi/friend.c:205:46: style: Function 'linphone_friend_set_addr' argument 1 names different: declaration 'fr' definition 'lf'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:133:46: note: Function 'linphone_friend_set_addr' argument 1 names different: declaration 'fr' definition 'lf'.
linphone-3.6.1/coreapi/friend.c:205:46: note: Function 'linphone_friend_set_addr' argument 1 names different: declaration 'fr' definition 'lf'.
linphone-3.6.1/coreapi/friend.c:205:73: style: Function 'linphone_friend_set_addr' argument 2 names different: declaration 'address' definition 'addr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:133:73: note: Function 'linphone_friend_set_addr' argument 2 names different: declaration 'address' definition 'addr'.
linphone-3.6.1/coreapi/friend.c:205:73: note: Function 'linphone_friend_set_addr' argument 2 names different: declaration 'address' definition 'addr'.
linphone-3.6.1/coreapi/friend.c:378:65: style: Function 'linphone_core_add_friend' argument 2 names different: declaration 'fr' definition 'lf'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:239:65: note: Function 'linphone_core_add_friend' argument 2 names different: declaration 'fr' definition 'lf'.
linphone-3.6.1/coreapi/friend.c:378:65: note: Function 'linphone_core_add_friend' argument 2 names different: declaration 'fr' definition 'lf'.
linphone-3.6.1/coreapi/friend.c:396:68: style: Function 'linphone_core_remove_friend' argument 2 names different: declaration 'fr' definition 'fl'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:245:68: note: Function 'linphone_core_remove_friend' argument 2 names different: declaration 'fr' definition 'fl'.
linphone-3.6.1/coreapi/friend.c:396:68: note: Function 'linphone_core_remove_friend' argument 2 names different: declaration 'fr' definition 'fl'.
linphone-3.6.1/coreapi/friend.c:435:89: style: Function 'linphone_core_get_friend_by_address' argument 2 names different: declaration 'addr' definition 'uri'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:263:89: note: Function 'linphone_core_get_friend_by_address' argument 2 names different: declaration 'addr' definition 'uri'.
linphone-3.6.1/coreapi/friend.c:435:89: note: Function 'linphone_core_get_friend_by_address' argument 2 names different: declaration 'addr' definition 'uri'.
linphone-3.6.1/coreapi/help/buddy_status.c:127:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linphone-3.6.1/coreapi/help/registration.c:103:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphone_tunnel.cc:164:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphone_tunnel.cc:165:14: style: The scope of the variable 'it' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphone_tunnel.cc:166:24: style: The scope of the variable 'tunnel_config' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphone_tunnel.cc:172:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/linphonecall.c:1943:50: warning: Either the condition 'call!=NULL' is redundant or there is possible null pointer dereference: call. [nullPointerRedundantCheck]
linphone-3.6.1/coreapi/linphonecall.c:1938:10: note: Assuming that condition 'call!=NULL' is not redundant
linphone-3.6.1/coreapi/linphonecall.c:1943:50: note: Null pointer dereference
linphone-3.6.1/coreapi/linphonecall.c:1965:45: warning: Either the condition 'call!=NULL' is redundant or there is possible null pointer dereference: call. [nullPointerRedundantCheck]
linphone-3.6.1/coreapi/linphonecall.c:1962:10: note: Assuming that condition 'call!=NULL' is not redundant
linphone-3.6.1/coreapi/linphonecall.c:1965:45: note: Null pointer dereference
linphone-3.6.1/coreapi/linphonecall.c:1363:3: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/linphonecall.c:1362:0: note: Variable 'f' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/linphonecall.c:1363:3: note: Variable 'f' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/linphonecall.c:124:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecall.c:457:6: style: The scope of the variable 'mtu' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecall.c:508:8: style: The scope of the variable 'from_str' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecall.c:1789:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecall.c:770:48: style: Function 'linphone_call_ref' argument 1 names different: declaration 'call' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:397:48: note: Function 'linphone_call_ref' argument 1 names different: declaration 'call' definition 'obj'.
linphone-3.6.1/coreapi/linphonecall.c:770:48: note: Function 'linphone_call_ref' argument 1 names different: declaration 'call' definition 'obj'.
linphone-3.6.1/coreapi/linphonecall.c:779:40: style: Function 'linphone_call_unref' argument 1 names different: declaration 'call' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:398:40: note: Function 'linphone_call_unref' argument 1 names different: declaration 'call' definition 'obj'.
linphone-3.6.1/coreapi/linphonecall.c:779:40: note: Function 'linphone_call_unref' argument 1 names different: declaration 'call' definition 'obj'.
linphone-3.6.1/coreapi/linphonecall.c:969:49: style: Function 'linphone_call_enable_camera' argument 1 names different: declaration 'lc' definition 'call'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:406:48: note: Function 'linphone_call_enable_camera' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecall.c:969:49: note: Function 'linphone_call_enable_camera' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecall.c:969:62: style: Function 'linphone_call_enable_camera' argument 2 names different: declaration 'enabled' definition 'enable'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:406:59: note: Function 'linphone_call_enable_camera' argument 2 names different: declaration 'enabled' definition 'enable'.
linphone-3.6.1/coreapi/linphonecall.c:969:62: note: Function 'linphone_call_enable_camera' argument 2 names different: declaration 'enabled' definition 'enable'.
linphone-3.6.1/coreapi/linphonecall.c:1012:58: style: Function 'linphone_call_camera_enabled' argument 1 names different: declaration 'lc' definition 'call'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:407:57: note: Function 'linphone_call_camera_enabled' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecall.c:1012:58: note: Function 'linphone_call_camera_enabled' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecall.c:1110:81: style: Function 'linphone_call_params_set_audio_bandwidth_limit' argument 2 names different: declaration 'bw' definition 'bandwidth'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:212:81: note: Function 'linphone_call_params_set_audio_bandwidth_limit' argument 2 names different: declaration 'bw' definition 'bandwidth'.
linphone-3.6.1/coreapi/linphonecall.c:1110:81: note: Function 'linphone_call_params_set_audio_bandwidth_limit' argument 2 names different: declaration 'bw' definition 'bandwidth'.
linphone-3.6.1/coreapi/linphonecall.c:1122:53: style: Function '_linphone_call_params_copy' argument 1 names different: declaration 'params' definition 'ncp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:710:53: note: Function '_linphone_call_params_copy' argument 1 names different: declaration 'params' definition 'ncp'.
linphone-3.6.1/coreapi/linphonecall.c:1122:53: note: Function '_linphone_call_params_copy' argument 1 names different: declaration 'params' definition 'ncp'.
linphone-3.6.1/coreapi/linphonecall.c:1122:84: style: Function '_linphone_call_params_copy' argument 2 names different: declaration 'refparams' definition 'cp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:710:87: note: Function '_linphone_call_params_copy' argument 2 names different: declaration 'refparams' definition 'cp'.
linphone-3.6.1/coreapi/linphonecall.c:1122:84: note: Function '_linphone_call_params_copy' argument 2 names different: declaration 'refparams' definition 'cp'.
linphone-3.6.1/coreapi/linphonecall.c:1140:54: style: Function 'linphone_call_params_uninit' argument 1 names different: declaration 'params' definition 'p'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:711:54: note: Function 'linphone_call_params_uninit' argument 1 names different: declaration 'params' definition 'p'.
linphone-3.6.1/coreapi/linphonecall.c:1140:54: note: Function 'linphone_call_params_uninit' argument 1 names different: declaration 'params' definition 'p'.
linphone-3.6.1/coreapi/linphonecall.c:1148:55: style: Function 'linphone_call_params_destroy' argument 1 names different: declaration 'cp' definition 'p'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:213:55: note: Function 'linphone_call_params_destroy' argument 1 names different: declaration 'cp' definition 'p'.
linphone-3.6.1/coreapi/linphonecall.c:1148:55: note: Function 'linphone_call_params_destroy' argument 1 names different: declaration 'cp' definition 'p'.
linphone-3.6.1/coreapi/linphonecall.c:1931:72: style: Function 'linphone_call_enable_echo_cancellation' argument 2 names different: declaration 'val' definition 'enable'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:442:72: note: Function 'linphone_call_enable_echo_cancellation' argument 2 names different: declaration 'val' definition 'enable'.
linphone-3.6.1/coreapi/linphonecall.c:1931:72: note: Function 'linphone_call_enable_echo_cancellation' argument 2 names different: declaration 'val' definition 'enable'.
linphone-3.6.1/coreapi/linphonecall.c:1937:62: style: Function 'linphone_call_echo_cancellation_enabled' argument 1 names different: declaration 'lc' definition 'call'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:448:62: note: Function 'linphone_call_echo_cancellation_enabled' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecall.c:1937:62: note: Function 'linphone_call_echo_cancellation_enabled' argument 1 names different: declaration 'lc' definition 'call'.
linphone-3.6.1/coreapi/linphonecore.c:661:15: style: Condition 'hostname==NULL' is always true [knownConditionTrueFalse]
linphone-3.6.1/coreapi/linphonecore.c:654:24: note: Assignment 'hostname=NULL', assigned value is 0
linphone-3.6.1/coreapi/linphonecore.c:661:15: note: Condition 'hostname==NULL' is always true
linphone-3.6.1/coreapi/linphonecore.c:663:15: style: Condition 'username==NULL' is always true [knownConditionTrueFalse]
linphone-3.6.1/coreapi/linphonecore.c:655:24: note: Assignment 'username=NULL', assigned value is 0
linphone-3.6.1/coreapi/linphonecore.c:663:15: note: Condition 'username==NULL' is always true
linphone-3.6.1/coreapi/linphonecore.c:4974:5: style: Variable 'def.frequencies[0]' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/linphonecore.c:4973:5: note: Variable 'def.frequencies[0]' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/linphonecore.c:4974:5: note: Variable 'def.frequencies[0]' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/linphonecore.c:661:15: style: Same expression on both sides of '==' because the value of 'hostname' and 'NULL' are the same. [duplicateExpression]
linphone-3.6.1/coreapi/linphonecore.c:654:24: note: 'hostname' is assigned value 'NULL' here.
linphone-3.6.1/coreapi/linphonecore.c:661:15: note: Same expression on both sides of '==' because the value of 'hostname' and 'NULL' are the same.
linphone-3.6.1/coreapi/linphonecore.c:663:15: style: Same expression on both sides of '==' because the value of 'username' and 'NULL' are the same. [duplicateExpression]
linphone-3.6.1/coreapi/linphonecore.c:655:24: note: 'username' is assigned value 'NULL' here.
linphone-3.6.1/coreapi/linphonecore.c:663:15: note: Same expression on both sides of '==' because the value of 'username' and 'NULL' are the same.
linphone-3.6.1/coreapi/linphonecore.c:127:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:594:8: style: The scope of the variable 'contact' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:1941:7: style: The scope of the variable 'result' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:2062:16: style: The scope of the variable 'call' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:2064:6: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:4510:14: style: The scope of the variable 'vd' can be reduced. [variableScope]
linphone-3.6.1/coreapi/linphonecore.c:111:78: style: Function 'linphone_call_log_new' argument 2 names different: declaration 'local' definition 'from'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:223:78: note: Function 'linphone_call_log_new' argument 2 names different: declaration 'local' definition 'from'.
linphone-3.6.1/coreapi/linphonecore.c:111:78: note: Function 'linphone_call_log_new' argument 2 names different: declaration 'local' definition 'from'.
linphone-3.6.1/coreapi/linphonecore.c:111:101: style: Function 'linphone_call_log_new' argument 3 names different: declaration 'remote' definition 'to'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:223:103: note: Function 'linphone_call_log_new' argument 3 names different: declaration 'remote' definition 'to'.
linphone-3.6.1/coreapi/linphonecore.c:111:101: note: Function 'linphone_call_log_new' argument 3 names different: declaration 'remote' definition 'to'.
linphone-3.6.1/coreapi/linphonecore.c:1348:44: style: Function 'linphone_core_new' argument 3 names different: declaration 'factory_config' definition 'factory_config_path'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:914:44: note: Function 'linphone_core_new' argument 3 names different: declaration 'factory_config' definition 'factory_config_path'.
linphone-3.6.1/coreapi/linphonecore.c:1348:44: note: Function 'linphone_core_new' argument 3 names different: declaration 'factory_config' definition 'factory_config_path'.
linphone-3.6.1/coreapi/linphonecore.c:1416:63: style: Function 'linphone_core_get_local_ip' argument 2 names different: declaration 'to' definition 'dest'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:248:63: note: Function 'linphone_core_get_local_ip' argument 2 names different: declaration 'to' definition 'dest'.
linphone-3.6.1/coreapi/linphonecore.c:1416:63: note: Function 'linphone_core_get_local_ip' argument 2 names different: declaration 'to' definition 'dest'.
linphone-3.6.1/coreapi/linphonecore.c:1545:76: style: Function 'linphone_core_enable_audio_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1123:76: note: Function 'linphone_core_enable_audio_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:1545:76: note: Function 'linphone_core_enable_audio_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:1565:76: style: Function 'linphone_core_enable_video_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1131:76: note: Function 'linphone_core_enable_video_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:1565:76: note: Function 'linphone_core_enable_video_adaptive_jittcomp' argument 2 names different: declaration 'enable' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:1664:74: style: Function 'linphone_core_set_rtp_no_xmit_on_audio_mute' argument 2 names different: declaration 'val' definition 'rtp_no_xmit_on_audio_mute'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1298:75: note: Function 'linphone_core_set_rtp_no_xmit_on_audio_mute' argument 2 names different: declaration 'val' definition 'rtp_no_xmit_on_audio_mute'.
linphone-3.6.1/coreapi/linphonecore.c:1664:74: note: Function 'linphone_core_set_rtp_no_xmit_on_audio_mute' argument 2 names different: declaration 'val' definition 'rtp_no_xmit_on_audio_mute'.
linphone-3.6.1/coreapi/linphonecore.c:1713:60: style: Function 'linphone_core_set_nortp_timeout' argument 2 names different: declaration 'port' definition 'nortp_timeout'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1157:60: note: Function 'linphone_core_set_nortp_timeout' argument 2 names different: declaration 'port' definition 'nortp_timeout'.
linphone-3.6.1/coreapi/linphonecore.c:1713:60: note: Function 'linphone_core_set_nortp_timeout' argument 2 names different: declaration 'port' definition 'nortp_timeout'.
linphone-3.6.1/coreapi/linphonecore.c:1797:65: style: Function 'linphone_core_set_user_agent' argument 2 names different: declaration 'ua_name' definition 'name'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:953:65: note: Function 'linphone_core_set_user_agent' argument 2 names different: declaration 'ua_name' definition 'name'.
linphone-3.6.1/coreapi/linphonecore.c:1797:65: note: Function 'linphone_core_set_user_agent' argument 2 names different: declaration 'ua_name' definition 'name'.
linphone-3.6.1/coreapi/linphonecore.c:1797:83: style: Function 'linphone_core_set_user_agent' argument 3 names different: declaration 'version' definition 'ver'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:953:86: note: Function 'linphone_core_set_user_agent' argument 3 names different: declaration 'version' definition 'ver'.
linphone-3.6.1/coreapi/linphonecore.c:1797:83: note: Function 'linphone_core_set_user_agent' argument 3 names different: declaration 'version' definition 'ver'.
linphone-3.6.1/coreapi/linphonecore.c:1869:80: style: Function 'linphone_core_set_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1171:79: note: Function 'linphone_core_set_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'.
linphone-3.6.1/coreapi/linphonecore.c:1869:80: note: Function 'linphone_core_set_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'.
linphone-3.6.1/coreapi/linphonecore.c:1891:73: style: Function 'linphone_core_get_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1173:73: note: Function 'linphone_core_get_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'.
linphone-3.6.1/coreapi/linphonecore.c:1891:73: note: Function 'linphone_core_get_sip_transports' argument 2 names different: declaration 'transports' definition 'tr'.
linphone-3.6.1/coreapi/linphonecore.c:2508:110: style: Function 'linphone_core_invite_with_params' argument 3 names different: declaration 'params' definition 'p'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:961:110: note: Function 'linphone_core_invite_with_params' argument 3 names different: declaration 'params' definition 'p'.
linphone-3.6.1/coreapi/linphonecore.c:2508:110: note: Function 'linphone_core_invite_with_params' argument 3 names different: declaration 'params' definition 'p'.
linphone-3.6.1/coreapi/linphonecore.c:2665:83: style: Function 'linphone_core_transfer_call' argument 3 names different: declaration 'refer_to' definition 'url'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:965:83: note: Function 'linphone_core_transfer_call' argument 3 names different: declaration 'refer_to' definition 'url'.
linphone-3.6.1/coreapi/linphonecore.c:2665:83: note: Function 'linphone_core_transfer_call' argument 3 names different: declaration 'refer_to' definition 'url'.
linphone-3.6.1/coreapi/linphonecore.c:3239:66: style: Function 'linphone_core_terminate_call' argument 2 names different: declaration 'call' definition 'the_call'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:979:66: note: Function 'linphone_core_terminate_call' argument 2 names different: declaration 'call' definition 'the_call'.
linphone-3.6.1/coreapi/linphonecore.c:3239:66: note: Function 'linphone_core_terminate_call' argument 2 names different: declaration 'call' definition 'the_call'.
linphone-3.6.1/coreapi/linphonecore.c:3433:63: style: Function 'linphone_core_resume_call' argument 2 names different: declaration 'call' definition 'the_call'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:991:63: note: Function 'linphone_core_resume_call' argument 2 names different: declaration 'call' definition 'the_call'.
linphone-3.6.1/coreapi/linphonecore.c:3433:63: note: Function 'linphone_core_resume_call' argument 2 names different: declaration 'call' definition 'the_call'.
linphone-3.6.1/coreapi/linphonecore.c:3570:26: style: Function 'linphone_core_set_presence_info' argument 3 names different: declaration 'alternative_contact' definition 'contact'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:225:84: note: Function 'linphone_core_set_presence_info' argument 3 names different: declaration 'alternative_contact' definition 'contact'.
linphone-3.6.1/coreapi/linphonecore.c:3570:26: note: Function 'linphone_core_set_presence_info' argument 3 names different: declaration 'alternative_contact' definition 'contact'.
linphone-3.6.1/coreapi/linphonecore.c:3571:35: style: Function 'linphone_core_set_presence_info' argument 4 names different: declaration 'os' definition 'presence_mode'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonefriend.h:225:125: note: Function 'linphone_core_set_presence_info' argument 4 names different: declaration 'os' definition 'presence_mode'.
linphone-3.6.1/coreapi/linphonecore.c:3571:35: note: Function 'linphone_core_set_presence_info' argument 4 names different: declaration 'os' definition 'presence_mode'.
linphone-3.6.1/coreapi/linphonecore.c:3642:61: style: Function 'linphone_core_set_mic_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1251:60: note: Function 'linphone_core_set_mic_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'.
linphone-3.6.1/coreapi/linphonecore.c:3642:61: note: Function 'linphone_core_set_mic_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'.
linphone-3.6.1/coreapi/linphonecore.c:3676:66: style: Function 'linphone_core_set_playback_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1253:65: note: Function 'linphone_core_set_playback_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'.
linphone-3.6.1/coreapi/linphonecore.c:3676:66: note: Function 'linphone_core_set_playback_gain_db' argument 2 names different: declaration 'level' definition 'gaindb'.
linphone-3.6.1/coreapi/linphonecore.c:3768:77: style: Function 'linphone_core_sound_device_can_capture' argument 2 names different: declaration 'device' definition 'devid'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1243:77: note: Function 'linphone_core_sound_device_can_capture' argument 2 names different: declaration 'device' definition 'devid'.
linphone-3.6.1/coreapi/linphonecore.c:3768:77: note: Function 'linphone_core_sound_device_can_capture' argument 2 names different: declaration 'device' definition 'devid'.
linphone-3.6.1/coreapi/linphonecore.c:3782:78: style: Function 'linphone_core_sound_device_can_playback' argument 2 names different: declaration 'device' definition 'devid'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1244:78: note: Function 'linphone_core_sound_device_can_playback' argument 2 names different: declaration 'device' definition 'devid'.
linphone-3.6.1/coreapi/linphonecore.c:3782:78: note: Function 'linphone_core_sound_device_can_playback' argument 2 names different: declaration 'device' definition 'devid'.
linphone-3.6.1/coreapi/linphonecore.c:4091:54: style: Function 'linphone_core_mute_mic' argument 2 names different: declaration 'muted' definition 'val'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1287:54: note: Function 'linphone_core_mute_mic' argument 2 names different: declaration 'muted' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:4091:54: note: Function 'linphone_core_mute_mic' argument 2 names different: declaration 'muted' definition 'val'.
linphone-3.6.1/coreapi/linphonecore.c:4350:71: style: Function 'linphone_core_remove_call_log' argument 2 names different: declaration 'call_log' definition 'cl'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1306:71: note: Function 'linphone_core_remove_call_log' argument 2 names different: declaration 'call_log' definition 'cl'.
linphone-3.6.1/coreapi/linphonecore.c:4350:71: note: Function 'linphone_core_remove_call_log' argument 2 names different: declaration 'call_log' definition 'cl'.
linphone-3.6.1/coreapi/linphonecore.c:4947:69: style: Function 'linphone_core_play_named_tone' argument 2 names different: declaration 'id' definition 'toneid'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:730:69: note: Function 'linphone_core_play_named_tone' argument 2 names different: declaration 'id' definition 'toneid'.
linphone-3.6.1/coreapi/linphonecore.c:4947:69: note: Function 'linphone_core_play_named_tone' argument 2 names different: declaration 'id' definition 'toneid'.
linphone-3.6.1/coreapi/linphonecore.c:5053:81: style: Function 'linphone_core_update_progress' argument 3 names different: declaration 'progresses' definition 'progress'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:342:81: note: Function 'linphone_core_update_progress' argument 3 names different: declaration 'progresses' definition 'progress'.
linphone-3.6.1/coreapi/linphonecore.c:5053:81: note: Function 'linphone_core_update_progress' argument 3 names different: declaration 'progresses' definition 'progress'.
linphone-3.6.1/coreapi/linphonecore.c:5405:66: style: Function 'linphone_core_set_network_reachable' argument 2 names different: declaration 'value' definition 'isReachable'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1391:66: note: Function 'linphone_core_set_network_reachable' argument 2 names different: declaration 'value' definition 'isReachable'.
linphone-3.6.1/coreapi/linphonecore.c:5405:66: note: Function 'linphone_core_set_network_reachable' argument 2 names different: declaration 'value' definition 'isReachable'.
linphone-3.6.1/coreapi/linphonecore.c:1799:2: warning: The buffer '_ua_version' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
linphone-3.6.1/coreapi/linphonecore_jni.cc:303:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:319:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:333:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:367:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:386:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:401:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:414:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:428:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:442:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:457:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:471:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:493:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:543:29: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:633:24: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:642:24: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:899:27: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:1715:24: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:1911:29: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:2093:24: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:2254:24: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:2286:27: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/coreapi/linphonecore_jni.cc:123:3: performance: Variable 'core' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linphone-3.6.1/coreapi/lpconfig.c:311:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linphone-3.6.1/coreapi/lpconfig.c:113:13: style: The scope of the variable 'sec' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:128:10: style: The scope of the variable 'item' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:278:10: style: The scope of the variable 'item' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:339:10: style: The scope of the variable 'item' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:426:13: style: The scope of the variable 'sec' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:435:10: style: The scope of the variable 'item' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:436:10: style: The scope of the variable 'elem' can be reduced. [variableScope]
linphone-3.6.1/coreapi/lpconfig.c:264:34: style: Function 'lp_config_destroy' argument 1 names different: declaration 'cfg' definition 'lpconfig'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/lpconfig.h:205:34: note: Function 'lp_config_destroy' argument 1 names different: declaration 'cfg' definition 'lpconfig'.
linphone-3.6.1/coreapi/lpconfig.c:264:34: note: Function 'lp_config_destroy' argument 1 names different: declaration 'cfg' definition 'lpconfig'.
linphone-3.6.1/coreapi/lpconfig.c:158:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/lpconfig.c:178:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/lsd.c:83:66: style: Function 'linphone_sound_daemon_get_player' argument 1 names different: declaration 'lsd' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore_utils.h:48:67: note: Function 'linphone_sound_daemon_get_player' argument 1 names different: declaration 'lsd' definition 'obj'.
linphone-3.6.1/coreapi/lsd.c:83:66: note: Function 'linphone_sound_daemon_get_player' argument 1 names different: declaration 'lsd' definition 'obj'.
linphone-3.6.1/coreapi/lsd.c:100:64: style: Function 'linphone_sound_daemon_release_player' argument 1 names different: declaration 'lsd' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore_utils.h:49:64: note: Function 'linphone_sound_daemon_release_player' argument 1 names different: declaration 'lsd' definition 'obj'.
linphone-3.6.1/coreapi/lsd.c:100:64: note: Function 'linphone_sound_daemon_release_player' argument 1 names different: declaration 'lsd' definition 'obj'.
linphone-3.6.1/coreapi/lsd.c:100:81: style: Function 'linphone_sound_daemon_release_player' argument 2 names different: declaration 'lsdplayer' definition 'player'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore_utils.h:49:80: note: Function 'linphone_sound_daemon_release_player' argument 2 names different: declaration 'lsdplayer' definition 'player'.
linphone-3.6.1/coreapi/lsd.c:100:81: note: Function 'linphone_sound_daemon_release_player' argument 2 names different: declaration 'lsdplayer' definition 'player'.
linphone-3.6.1/coreapi/lsd.c:185:32: style: Function 'lsd_player_play' argument 1 names different: declaration 'p' definition 'b'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore_utils.h:40:32: note: Function 'lsd_player_play' argument 1 names different: declaration 'p' definition 'b'.
linphone-3.6.1/coreapi/lsd.c:185:32: note: Function 'lsd_player_play' argument 1 names different: declaration 'p' definition 'b'.
linphone-3.6.1/coreapi/lsd.c:297:70: style: Function 'linphone_sound_daemon_get_proxy_card' argument 1 names different: declaration 'obj' definition 'lsd'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/lsd.c:35:85: note: Function 'linphone_sound_daemon_get_proxy_card' argument 1 names different: declaration 'obj' definition 'lsd'.
linphone-3.6.1/coreapi/lsd.c:297:70: note: Function 'linphone_sound_daemon_get_proxy_card' argument 1 names different: declaration 'obj' definition 'lsd'.
linphone-3.6.1/coreapi/message_storage.c:228:55: style: Function 'linphone_chat_message_store' argument 1 names different: declaration 'msg' definition 'cr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:719:55: note: Function 'linphone_chat_message_store' argument 1 names different: declaration 'msg' definition 'cr'.
linphone-3.6.1/coreapi/message_storage.c:228:55: note: Function 'linphone_chat_message_store' argument 1 names different: declaration 'msg' definition 'cr'.
linphone-3.6.1/coreapi/message_storage.c:231:61: style: Function 'linphone_chat_message_store_state' argument 1 names different: declaration 'msg' definition 'cr'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:720:61: note: Function 'linphone_chat_message_store_state' argument 1 names different: declaration 'msg' definition 'cr'.
linphone-3.6.1/coreapi/message_storage.c:231:61: note: Function 'linphone_chat_message_store_state' argument 1 names different: declaration 'msg' definition 'cr'.
linphone-3.6.1/coreapi/misc.c:425:8: style: The scope of the variable 'p1' can be reduced. [variableScope]
linphone-3.6.1/coreapi/misc.c:425:13: style: The scope of the variable 'p2' can be reduced. [variableScope]
linphone-3.6.1/coreapi/misc.c:728:6: style: The scope of the variable 'nb_candidates' can be reduced. [variableScope]
linphone-3.6.1/coreapi/misc.c:197:81: style: Function 'linphone_core_enable_payload_type' argument 3 names different: declaration 'enable' definition 'enabled'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1059:81: note: Function 'linphone_core_enable_payload_type' argument 3 names different: declaration 'enable' definition 'enabled'.
linphone-3.6.1/coreapi/misc.c:197:81: note: Function 'linphone_core_enable_payload_type' argument 3 names different: declaration 'enable' definition 'enabled'.
linphone-3.6.1/coreapi/misc.c:435:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/misc.c:991:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/offeranswer.c:241:96: style: Redundant condition: If 'EXPR == 1', the comparison 'EXPR != 0' is always true. [redundantCondition]
linphone-3.6.1/coreapi/offeranswer.c:69:15: style: The scope of the variable 'matched' can be reduced. [variableScope]
linphone-3.6.1/coreapi/offeranswer.c:275:30: style: The scope of the variable 'ls' can be reduced. [variableScope]
linphone-3.6.1/coreapi/offeranswer.c:275:34: style: The scope of the variable 'rs' can be reduced. [variableScope]
linphone-3.6.1/coreapi/presence.c:61:14: style: The scope of the variable 'fixed_contact' can be reduced. [variableScope]
linphone-3.6.1/coreapi/presence.c:105:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/presence.c:104:97: style: Function 'linphone_notify_recv' argument 4 names different: declaration 'status' definition 'sal_status'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:284:97: note: Function 'linphone_notify_recv' argument 4 names different: declaration 'status' definition 'sal_status'.
linphone-3.6.1/coreapi/presence.c:104:97: note: Function 'linphone_notify_recv' argument 4 names different: declaration 'status' definition 'sal_status'.
linphone-3.6.1/coreapi/proxy.c:281:14: style: Condition 'localip==NULL' is always true [knownConditionTrueFalse]
linphone-3.6.1/coreapi/proxy.c:268:25: note: Assignment 'localip=NULL', assigned value is 0
linphone-3.6.1/coreapi/proxy.c:281:14: note: Condition 'localip==NULL' is always true
linphone-3.6.1/coreapi/proxy.c:47:15: warning: Possible null pointer dereference: lc [nullPointer]
linphone-3.6.1/coreapi/proxy.c:62:43: note: Calling function 'linphone_core_create_proxy_config', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:67:29: note: Calling function 'linphone_proxy_config_init', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:47:15: note: Null pointer dereference
linphone-3.6.1/coreapi/proxy.c:48:29: warning: Possible null pointer dereference: lc [nullPointer]
linphone-3.6.1/coreapi/proxy.c:62:43: note: Calling function 'linphone_core_create_proxy_config', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:67:29: note: Calling function 'linphone_proxy_config_init', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:48:29: note: Null pointer dereference
linphone-3.6.1/coreapi/proxy.c:49:24: warning: Possible null pointer dereference: lc [nullPointer]
linphone-3.6.1/coreapi/proxy.c:62:43: note: Calling function 'linphone_core_create_proxy_config', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:67:29: note: Calling function 'linphone_proxy_config_init', 1st argument 'lc' value is 0
linphone-3.6.1/coreapi/proxy.c:49:24: note: Null pointer dereference
linphone-3.6.1/coreapi/proxy.c:66:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/proxy.c:65:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/proxy.c:66:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/proxy.c:281:14: style: Same expression on both sides of '==' because the value of 'localip' and 'NULL' are the same. [duplicateExpression]
linphone-3.6.1/coreapi/proxy.c:268:25: note: 'localip' is assigned value 'NULL' here.
linphone-3.6.1/coreapi/proxy.c:281:14: note: Same expression on both sides of '==' because the value of 'localip' and 'NULL' are the same.
linphone-3.6.1/coreapi/proxy.c:285:16: style: Same expression on both sides of '==' because the value of 'localport' and '-1' are the same. [duplicateExpression]
linphone-3.6.1/coreapi/proxy.c:266:20: note: 'localport' is assigned value '-1' here.
linphone-3.6.1/coreapi/proxy.c:285:16: note: Same expression on both sides of '==' because the value of 'localport' and '-1' are the same.
linphone-3.6.1/coreapi/proxy.c:142:19: style: The scope of the variable 'addr' can be reduced. [variableScope]
linphone-3.6.1/coreapi/proxy.c:720:6: style: The scope of the variable 'numlen' can be reduced. [variableScope]
linphone-3.6.1/coreapi/proxy.c:79:57: style: Function 'linphone_proxy_config_destroy' argument 1 names different: declaration 'cfg' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:558:57: note: Function 'linphone_proxy_config_destroy' argument 1 names different: declaration 'cfg' definition 'obj'.
linphone-3.6.1/coreapi/proxy.c:79:57: note: Function 'linphone_proxy_config_destroy' argument 1 names different: declaration 'cfg' definition 'obj'.
linphone-3.6.1/coreapi/proxy.c:227:66: style: Function 'linphone_proxy_config_expires' argument 2 names different: declaration 'expires' definition 'val'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:515:66: note: Function 'linphone_proxy_config_expires' argument 2 names different: declaration 'expires' definition 'val'.
linphone-3.6.1/coreapi/proxy.c:227:66: note: Function 'linphone_proxy_config_expires' argument 2 names different: declaration 'expires' definition 'val'.
linphone-3.6.1/coreapi/proxy.c:791:61: style: Function 'linphone_proxy_config_send_publish' argument 1 names different: declaration 'cfg' definition 'proxy'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:234:61: note: Function 'linphone_proxy_config_send_publish' argument 1 names different: declaration 'cfg' definition 'proxy'.
linphone-3.6.1/coreapi/proxy.c:791:61: note: Function 'linphone_proxy_config_send_publish' argument 1 names different: declaration 'cfg' definition 'proxy'.
linphone-3.6.1/coreapi/proxy.c:792:32: style: Function 'linphone_proxy_config_send_publish' argument 2 names different: declaration 'os' definition 'presence_mode'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:234:87: note: Function 'linphone_proxy_config_send_publish' argument 2 names different: declaration 'os' definition 'presence_mode'.
linphone-3.6.1/coreapi/proxy.c:792:32: note: Function 'linphone_proxy_config_send_publish' argument 2 names different: declaration 'os' definition 'presence_mode'.
linphone-3.6.1/coreapi/proxy.c:881:75: style: Function 'linphone_core_add_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1097:75: note: Function 'linphone_core_add_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'.
linphone-3.6.1/coreapi/proxy.c:881:75: note: Function 'linphone_core_add_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'.
linphone-3.6.1/coreapi/proxy.c:900:79: style: Function 'linphone_core_remove_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:1101:79: note: Function 'linphone_core_remove_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'.
linphone-3.6.1/coreapi/proxy.c:900:79: note: Function 'linphone_core_remove_proxy_config' argument 2 names different: declaration 'config' definition 'cfg'.
linphone-3.6.1/coreapi/proxy.c:1192:77: style: Function 'linphone_account_creator_set_suscribe' argument 2 names different: declaration 'suscribre' definition 'suscribe'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:597:77: note: Function 'linphone_account_creator_set_suscribe' argument 2 names different: declaration 'suscribre' definition 'suscribe'.
linphone-3.6.1/coreapi/proxy.c:1192:77: note: Function 'linphone_account_creator_set_suscribe' argument 2 names different: declaration 'suscribre' definition 'suscribe'.
linphone-3.6.1/coreapi/proxy.c:1250:90: style: Function 'linphone_proxy_config_set_state' argument 2 names different: declaration 'rstate' definition 'state'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/private.h:235:90: note: Function 'linphone_proxy_config_set_state' argument 2 names different: declaration 'rstate' definition 'state'.
linphone-3.6.1/coreapi/proxy.c:1250:90: note: Function 'linphone_proxy_config_set_state' argument 2 names different: declaration 'rstate' definition 'state'.
linphone-3.6.1/coreapi/proxy.c:1258:86: style: Function 'linphone_proxy_config_get_state' argument 1 names different: declaration 'obj' definition 'cfg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/linphonecore.h:537:86: note: Function 'linphone_proxy_config_get_state' argument 1 names different: declaration 'obj' definition 'cfg'.
linphone-3.6.1/coreapi/proxy.c:1258:86: note: Function 'linphone_proxy_config_get_state' argument 1 names different: declaration 'obj' definition 'cfg'.
linphone-3.6.1/coreapi/sal.c:119:82: style: Function 'sal_media_description_has_dir' argument 2 names different: declaration 'dir' definition 'stream_dir'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:212:82: note: Function 'sal_media_description_has_dir' argument 2 names different: declaration 'dir' definition 'stream_dir'.
linphone-3.6.1/coreapi/sal.c:119:82: note: Function 'sal_media_description_has_dir' argument 2 names different: declaration 'dir' definition 'stream_dir'.
linphone-3.6.1/coreapi/sal.c:256:37: style: Function 'sal_op_set_user_pointer' argument 1 names different: declaration 'h' definition 'op'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:388:37: note: Function 'sal_op_set_user_pointer' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal.c:256:37: note: Function 'sal_op_set_user_pointer' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal.c:315:27: style: Function '__sal_op_free' argument 1 names different: declaration 'b' definition 'op'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:477:27: note: Function '__sal_op_free' argument 1 names different: declaration 'b' definition 'op'.
linphone-3.6.1/coreapi/sal.c:315:27: note: Function '__sal_op_free' argument 1 names different: declaration 'b' definition 'op'.
linphone-3.6.1/coreapi/sal_eXosip2.c:40:8: style: The scope of the variable 'data' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:58:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:76:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:90:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:102:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:633:18: style: The scope of the variable 'callid' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:906:7: style: The scope of the variable 'dtmf_body' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:907:7: style: The scope of the variable 'clen' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:1154:17: style: The scope of the variable 'sdp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:1499:7: style: The scope of the variable 'info_body' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:1509:7: style: The scope of the variable 'clen' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:1806:7: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:1807:7: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2.c:188:28: style: Function 'sal_op_release' argument 1 names different: declaration 'h' definition 'op'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:385:28: note: Function 'sal_op_release' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal_eXosip2.c:188:28: note: Function 'sal_op_release' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal_eXosip2.c:748:62: style: Function 'sal_call_decline' argument 3 names different: declaration 'redirection' definition 'redirect'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:409:62: note: Function 'sal_call_decline' argument 3 names different: declaration 'redirection' definition 'redirect'.
linphone-3.6.1/coreapi/sal_eXosip2.c:748:62: note: Function 'sal_call_decline' argument 3 names different: declaration 'redirection' definition 'redirect'.
linphone-3.6.1/coreapi/sal_eXosip2.c:1366:38: style: Function 'sal_op_get_auth_requested' argument 1 names different: declaration 'h' definition 'op'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:389:38: note: Function 'sal_op_get_auth_requested' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal_eXosip2.c:1366:38: note: Function 'sal_op_get_auth_requested' argument 1 names different: declaration 'h' definition 'op'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2340:25: style: Function 'sal_register' argument 1 names different: declaration 'op' definition 'h'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:428:25: note: Function 'sal_register' argument 1 names different: declaration 'op' definition 'h'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2340:25: note: Function 'sal_register' argument 1 names different: declaration 'op' definition 'h'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2612:48: style: Function 'sal_address_get_port_int' argument 1 names different: declaration 'addr' definition 'uri'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:77:48: note: Function 'sal_address_get_port_int' argument 1 names different: declaration 'addr' definition 'uri'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2612:48: note: Function 'sal_address_get_port_int' argument 1 names different: declaration 'addr' definition 'uri'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2665:47: style: Function 'sal_reuse_authorization' argument 2 names different: declaration 'enabled' definition 'value'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:364:47: note: Function 'sal_reuse_authorization' argument 2 names different: declaration 'enabled' definition 'value'.
linphone-3.6.1/coreapi/sal_eXosip2.c:2665:47: note: Function 'sal_reuse_authorization' argument 2 names different: declaration 'enabled' definition 'value'.
linphone-3.6.1/coreapi/sal_eXosip2.c:1813:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:585:2: style: Variable 'from' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:584:0: note: Variable 'from' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:585:2: note: Variable 'from' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:37:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:56:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:66:9: style: The scope of the variable 'op' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:153:76: style: Function 'sal_text_send' argument 4 names different: declaration 'text' definition 'msg'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:433:76: note: Function 'sal_text_send' argument 4 names different: declaration 'text' definition 'msg'.
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:153:76: note: Function 'sal_text_send' argument 4 names different: declaration 'text' definition 'msg'.
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:636:80: style: Function 'sal_publish' argument 4 names different: declaration 'status' definition 'presence_mode'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/sal.h:445:80: note: Function 'sal_publish' argument 4 names different: declaration 'status' definition 'presence_mode'.
linphone-3.6.1/coreapi/sal_eXosip2_presence.c:636:80: note: Function 'sal_publish' argument 4 names different: declaration 'status' definition 'presence_mode'.
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:136:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:137:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:296:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:302:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:371:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:550:15: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:598:17: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:210:25: style: The scope of the variable 'candidate' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:211:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:238:31: style: The scope of the variable 'candidate' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:436:14: style: The scope of the variable 'mtype' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:436:21: style: The scope of the variable 'proto' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:436:28: style: The scope of the variable 'rtp_port' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:440:6: style: The scope of the variable 'nb_ice_candidates' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:509:24: style: The scope of the variable 'fmtp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:548:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:548:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:531:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:588:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/sal_eXosip2_sdp.c:598:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/coreapi/siplogin.c:55:20: style: The scope of the variable 'auth' can be reduced. [variableScope]
linphone-3.6.1/coreapi/sipwizard.c:203:20: style: The scope of the variable 'auth' can be reduced. [variableScope]
linphone-3.6.1/coreapi/test_ecc.c:37:2: warning: The buffer 'config_file' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
linphone-3.6.1/coreapi/upnp.c:433:2: style: Variable 'ready' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/upnp.c:430:0: note: Variable 'ready' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:433:2: note: Variable 'ready' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:1029:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/upnp.c:1028:0: note: Variable 'port' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:1029:2: note: Variable 'port' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:1073:2: style: Variable 'new_port' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/coreapi/upnp.c:1072:0: note: Variable 'new_port' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:1073:2: note: Variable 'new_port' is reassigned a value before the old one has been used.
linphone-3.6.1/coreapi/upnp.c:116:7: style: The scope of the variable 'char1' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:116:14: style: The scope of the variable 'char2' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:142:7: style: The scope of the variable 'tchar' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:682:30: style: The scope of the variable 'stream' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:807:16: style: The scope of the variable 'call' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:808:34: style: The scope of the variable 'port_mapping2' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:869:14: style: The scope of the variable 'local_addr' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:869:27: style: The scope of the variable 'external_addr' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:997:24: style: The scope of the variable 'stream' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:1121:19: style: The scope of the variable 'port_mapping' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:1243:19: style: The scope of the variable 'port' can be reduced. [variableScope]
linphone-3.6.1/coreapi/upnp.c:354:49: style: Function 'linphone_upnp_context_destroy' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:40:49: note: Function 'linphone_upnp_context_destroy' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:354:49: note: Function 'linphone_upnp_context_destroy' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:419:64: style: Function 'linphone_upnp_context_get_state' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:42:64: note: Function 'linphone_upnp_context_get_state' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:419:64: note: Function 'linphone_upnp_context_get_state' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:464:65: style: Function 'linphone_upnp_context_is_ready_for_register' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:45:65: note: Function 'linphone_upnp_context_is_ready_for_register' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:464:65: note: Function 'linphone_upnp_context_is_ready_for_register' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:474:58: style: Function 'linphone_upnp_context_get_external_port' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:44:58: note: Function 'linphone_upnp_context_get_external_port' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:474:58: note: Function 'linphone_upnp_context_get_external_port' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:498:42: style: Function 'linphone_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:41:41: note: Function 'linphone_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:498:42: note: Function 'linphone_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:502:71: style: Function 'linphone_upnp_context_get_external_ipaddress' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.h:43:71: note: Function 'linphone_upnp_context_get_external_ipaddress' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:502:71: note: Function 'linphone_upnp_context_get_external_ipaddress' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:803:46: style: Function 'linphone_core_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'. [funcArgNamesDifferent]
linphone-3.6.1/coreapi/upnp.c:89:46: note: Function 'linphone_core_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/coreapi/upnp.c:803:46: note: Function 'linphone_core_upnp_refresh' argument 1 names different: declaration 'ctx' definition 'lupnp'.
linphone-3.6.1/gtk/buddylookup.c:196:19: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linphone-3.6.1/gtk/buddylookup.c:234:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/gtk/calllogs.c:283:3: style: Variable 'start_date' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/calllogs.c:271:0: note: Variable 'start_date' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/calllogs.c:283:3: note: Variable 'start_date' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/calllogs.c:285:3: style: Variable 'lf' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/calllogs.c:272:0: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/calllogs.c:285:3: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/calllogs.c:80:20: style: The scope of the variable 'lf' can be reduced. [variableScope]
linphone-3.6.1/gtk/calllogs.c:239:20: style: The scope of the variable 'select' can be reduced. [variableScope]
linphone-3.6.1/gtk/chat.c:193:31: style: Redundant condition: tnow_day==tm->tm_yday. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
linphone-3.6.1/gtk/chat.c:335:2: style: Variable 'lf' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/chat.c:333:0: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/chat.c:335:2: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/chat.c:151:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linphone-3.6.1/gtk/chat.c:154:6: style: The scope of the variable 'tnow_day' can be reduced. [variableScope]
linphone-3.6.1/gtk/chat.c:155:6: style: The scope of the variable 'tnow_year' can be reduced. [variableScope]
linphone-3.6.1/gtk/friendlist.c:261:2: style: Variable 'lf' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/friendlist.c:256:0: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/friendlist.c:261:2: note: Variable 'lf' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/friendlist.c:336:2: style: Variable 'store' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/friendlist.c:327:0: note: Variable 'store' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/friendlist.c:336:2: note: Variable 'store' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/friendlist.c:128:9: style: The scope of the variable 'friend' can be reduced. [variableScope]
linphone-3.6.1/gtk/friendlist.c:230:6: style: The scope of the variable 'nbmsg' can be reduced. [variableScope]
linphone-3.6.1/gtk/friendlist.c:333:13: style: The scope of the variable 'page' can be reduced. [variableScope]
linphone-3.6.1/gtk/friendlist.c:603:18: style: The scope of the variable 'lf' can be reduced. [variableScope]
linphone-3.6.1/gtk/friendlist.c:864:18: style: The scope of the variable 'lf2' can be reduced. [variableScope]
linphone-3.6.1/gtk/incall_view.c:458:2: style: Variable 'displayname' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/gtk/incall_view.c:455:0: note: Variable 'displayname' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/incall_view.c:458:2: note: Variable 'displayname' is reassigned a value before the old one has been used.
linphone-3.6.1/gtk/logging.c:75:14: style: The scope of the variable '_logdir' can be reduced. [variableScope]
linphone-3.6.1/gtk/logging.c:76:14: style: The scope of the variable '_logfname' can be reduced. [variableScope]
linphone-3.6.1/gtk/main.c:183:9: style: The scope of the variable 'progdir' can be reduced. [variableScope]
linphone-3.6.1/gtk/main.c:566:14: style: The scope of the variable 'w' can be reduced. [variableScope]
linphone-3.6.1/gtk/main.c:585:14: style: The scope of the variable 'w' can be reduced. [variableScope]
linphone-3.6.1/gtk/main.c:1856:12: style: The scope of the variable 'factory' can be reduced. [variableScope]
linphone-3.6.1/gtk/main.c:309:45: style: Function 'linphone_gtk_destroy_window' argument 1 names different: declaration 'window' definition 'widget'. [funcArgNamesDifferent]
linphone-3.6.1/gtk/linphone.h:56:45: note: Function 'linphone_gtk_destroy_window' argument 1 names different: declaration 'window' definition 'widget'.
linphone-3.6.1/gtk/main.c:309:45: note: Function 'linphone_gtk_destroy_window' argument 1 names different: declaration 'window' definition 'widget'.
linphone-3.6.1/gtk/main.c:828:41: style: Function 'linphone_gtk_start_call' argument 1 names different: declaration 'button' definition 'w'. [funcArgNamesDifferent]
linphone-3.6.1/gtk/linphone.h:68:41: note: Function 'linphone_gtk_start_call' argument 1 names different: declaration 'button' definition 'w'.
linphone-3.6.1/gtk/main.c:828:41: note: Function 'linphone_gtk_start_call' argument 1 names different: declaration 'button' definition 'w'.
linphone-3.6.1/gtk/propertybox.c:1301:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linphone-3.6.1/gtk/propertybox.c:587:16: style: The scope of the variable 'store' can be reduced. [variableScope]
linphone-3.6.1/gtk/propertybox.c:630:20: style: The scope of the variable 'select' can be reduced. [variableScope]
linphone-3.6.1/gtk/propertybox.c:672:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/gtk/propertybox.c:819:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linphone-3.6.1/gtk/propertybox.c:849:7: style: The scope of the variable 'code' can be reduced. [variableScope]
linphone-3.6.1/gtk/propertybox.c:834:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/gtk/propertybox.c:857:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/gtk/support.c:201:64: style: Function 'linphone_gtk_set_ui_config' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
linphone-3.6.1/gtk/linphone.h:143:62: note: Function 'linphone_gtk_set_ui_config' argument 2 names different: declaration 'value' definition 'val'.
linphone-3.6.1/gtk/support.c:201:64: note: Function 'linphone_gtk_set_ui_config' argument 2 names different: declaration 'value' definition 'val'.
linphone-3.6.1/gtk/support.c:146:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:38:1: style: The class 'AudioSystem' does not have a constructor although it has private member variables. [noConstructor]
linphone-3.6.1/mediastreamer2/src/android/loader.h:49:3: performance: Technically the member function 'Function0 < void >::Function0' can be static. [functionStatic]
linphone-3.6.1/mediastreamer2/src/android/AudioRecord.h:285:34: performance: Technically the member function 'fake_android::AudioRecord::getInput' can be static. [functionStatic]
linphone-3.6.1/mediastreamer2/src/android/AudioRecord.cpp:85:32: note: Technically the member function 'fake_android::AudioRecord::getInput' can be static.
linphone-3.6.1/mediastreamer2/src/android/AudioRecord.h:285:34: note: Technically the member function 'fake_android::AudioRecord::getInput' can be static.
linphone-3.6.1/mediastreamer2/src/android/AudioRecord.h:370:2: style: Class 'AudioRecordImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:26:50: style: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:87:48: note: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:26:50: note: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:26:76: style: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:87:82: note: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:26:76: note: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:30:50: style: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:105:48: note: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:30:50: note: Function 'getOutputSamplingRate' argument 1 names different: declaration 'samplingRate' definition 'rate'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:30:60: style: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:105:66: note: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:30:60: note: Function 'getOutputSamplingRate' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:34:80: style: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:88:78: note: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:34:80: note: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:38:64: style: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:108:62: note: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:38:64: note: Function 'getOutputFrameCount' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:42:79: style: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:89:77: note: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:42:79: note: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:46:63: style: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:111:61: note: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.cpp:46:63: note: Function 'getOutputLatency' argument 2 names different: declaration 'stream' definition 'streamType'.
linphone-3.6.1/mediastreamer2/src/android/AudioSystem.h:259:2: style: Class 'AudioSystemImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/android/AudioTrack.cpp:106:45: style: Function 'getPosition' argument 1 names different: declaration 'position' definition 'frames'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/AudioTrack.h:316:47: note: Function 'getPosition' argument 1 names different: declaration 'position' definition 'frames'.
linphone-3.6.1/mediastreamer2/src/android/AudioTrack.cpp:106:45: note: Function 'getPosition' argument 1 names different: declaration 'position' definition 'frames'.
linphone-3.6.1/mediastreamer2/src/android/AudioTrack.h:435:2: style: Class 'AudioTrackImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/android/String8.cpp:48:30: style: Function 'String8' argument 1 names different: declaration 'str' definition 'cstr'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/android/String8.h:27:31: note: Function 'String8' argument 1 names different: declaration 'str' definition 'cstr'.
linphone-3.6.1/mediastreamer2/src/android/String8.cpp:48:30: note: Function 'String8' argument 1 names different: declaration 'str' definition 'cstr'.
linphone-3.6.1/mediastreamer2/src/android/String8.h:20:2: style: Class 'String8Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:219:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:154:10: style: The scope of the variable 'm' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:38:14: style: struct member 'SurfaceInfo15::format' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:40:14: style: struct member 'SurfaceInfo15::base' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:41:14: style: struct member 'SurfaceInfo15::reserved' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:48:21: style: struct member 'SurfaceInfo21::usage' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:49:21: style: struct member 'SurfaceInfo21::format' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:51:21: style: struct member 'SurfaceInfo21::reserved' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:64:7: style: Technically the member function 'SurfaceInfoAccess::getWidth' can be const. [functionConst]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:67:7: style: Technically the member function 'SurfaceInfoAccess::getHeight' can be const. [functionConst]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:70:7: style: Technically the member function 'SurfaceInfoAccess::getStride' can be const. [functionConst]
linphone-3.6.1/mediastreamer2/src/android/android-display-bad.cpp:61:3: style: Class 'SurfaceInfoAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/android/android-display.c:52:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/android/android-display.c:49:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-display.c:52:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-display.c:213:2: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/android/android-display.c:212:0: note: Variable 'handle' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-display.c:213:2: note: Variable 'handle' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-display.c:100:10: style: The scope of the variable 'm' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/android/android-display.c:160:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/android/android-opengl-display.c:48:2: style: Variable 'jenv' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/android/android-opengl-display.c:45:0: note: Variable 'jenv' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-opengl-display.c:48:2: note: Variable 'jenv' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/android/android-opengl-display.c:88:10: style: The scope of the variable 'm' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:194:55: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:200:56: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:293:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:321:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:358:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:376:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:381:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:410:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:416:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:422:25: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:428:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:498:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:514:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:521:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:528:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:535:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:613:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:654:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:694:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:322:12: style: The scope of the variable 'ss' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:121:2: warning: Member variable 'AndroidSndReadData::mFilter' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:121:2: warning: Member variable 'AndroidSndReadData::mCard' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:121:2: warning: Member variable 'AndroidSndReadData::rec_buf_size' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:121:2: warning: Member variable 'AndroidSndReadData::read_samples' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:121:2: warning: Member variable 'AndroidSndReadData::iohandle' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::mCard' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::tr' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::nbufs' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::mStarted' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::flowControlStart' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound.cpp:160:2: warning: Member variable 'AndroidSndWriteData::minBufferFilling' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:180:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:188:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:232:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:241:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:338:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:419:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:427:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:467:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:532:26: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:678:32: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:747:32: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:797:32: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:845:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:163:2: warning: Member variable 'msandroid_sound_data::buff_size' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::framesize' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::outgran_ms' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::min_avail' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::start_time' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::read_samples' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:263:2: warning: Member variable 'msandroid_sound_read_data::ticker_synchronizer' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:554:2: warning: Member variable 'msandroid_sound_write_data::sleeping' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:588:15: style: Technically the member function 'msandroid_sound_write_data::getWriteBuffSize' can be const. [functionConst]
linphone-3.6.1/mediastreamer2/src/android/androidsound_depr.cpp:591:6: style: Technically the member function 'msandroid_sound_write_data::getWrittenFrames' can be const. [functionConst]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:263:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:98:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:105:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:113:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:119:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:136:74: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:139:71: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:198:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:210:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:237:8: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:262:31: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:268:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:288:62: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:290:5: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:462:28: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:525:30: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:529:44: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:530:14: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:532:44: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:533:14: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:578:9: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:55:2: warning: Member variable 'AndroidReaderContext::useDownscaling' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/androidvideo.cpp:55:2: warning: Member variable 'AndroidReaderContext::fps_context' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/android/loader.h:15:2: style: Class 'Library' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:544:4: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:540:0: note: Variable 'status' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:544:4: note: Variable 'status' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:582:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:578:0: note: Variable 'status' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:582:3: note: Variable 'status' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:552:20: portability: 's->decodeBuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:544:13: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/aac-eld.c:582:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:329:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:436:14: style: The scope of the variable 'elemname' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:486:14: style: The scope of the variable 'elemname' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:697:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:919:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/alsa.c:1078:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/aqsnd.c:317:8: style: The scope of the variable 'uidname_in' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/aqsnd.c:319:8: style: The scope of the variable 'uidname_out' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/arts.c:85:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/arts.c:117:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/dtmfgen.c:246:10: style: The scope of the variable 'dtmf_sample' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/equalizer.c:187:8: style: The scope of the variable 'x' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/equalizer.c:188:8: style: The scope of the variable 'w' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/equalizer.c:246:2: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/g726.c:84:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/gsm.c:97:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/macsnd.c:186:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/macsnd.c:344:14: style: The scope of the variable 'card' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/macsnd.c:305:2: style: Variable 'writable' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/macsnd.c:195:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linphone-3.6.1/mediastreamer2/src/audiofilters/msconf.c:220:11: style: The scope of the variable 'chan' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msconf.c:716:11: style: The scope of the variable 'chan' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msconf.c:732:11: style: The scope of the variable 'chan' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msconf.c:748:11: style: The scope of the variable 'chan' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msfileplayer.c:265:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msg722.c:205:10: style: The scope of the variable 'om' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msg722.c:89:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:318:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:320:5: note: Found duplicate branches for 'if' and 'else'.
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:318:10: note: Found duplicate branches for 'if' and 'else'.
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:464:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:478:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msopus.c:492:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msspeex.c:609:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/msspeex.c:256:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/msvolume.c:371:6: style: The scope of the variable 'lp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msvolume.c:389:6: style: The scope of the variable 'dc_offset' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msvolume.c:455:10: style: The scope of the variable 'm' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/msvolume.c:464:11: style: The scope of the variable 'om' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/oss.c:42:10: style: The scope of the variable 'cond' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/oss.c:43:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/oss.c:337:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/oss.c:340:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:117:13: style: Condition 'rm==NULL' is always true [knownConditionTrueFalse]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:116:18: note: Assignment 'rm=NULL', assigned value is 0
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:117:13: note: Condition 'rm==NULL' is always true
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:81:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:80:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:81:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:82:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:81:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:82:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:83:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:82:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:83:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:84:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:83:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:84:5: note: Variable 'err' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:153:5: style: Variable 'outputParameters.device' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:152:5: note: Variable 'outputParameters.device' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:153:5: note: Variable 'outputParameters.device' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:176:5: style: Variable 'inputParameters.device' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:175:5: note: Variable 'inputParameters.device' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:176:5: note: Variable 'inputParameters.device' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:117:13: style: Same expression on both sides of '==' because the value of 'rm' and 'NULL' are the same. [duplicateExpression]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:116:18: note: 'rm' is assigned value 'NULL' here.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:117:13: note: Same expression on both sides of '==' because the value of 'rm' and 'NULL' are the same.
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:115:11: style: The scope of the variable 'vad' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:366:25: style: The scope of the variable 'pdi' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:122:10: style: Variable 'vad' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/pasnd.c:69:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/speexec.c:323:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/speexec.c:324:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/tonedetector.c:54:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/tonedetector.c:160:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/webrtc_aec.c:279:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/webrtc_aec.c:280:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:185:19: style: Condition 'rm==NULL' is always true [knownConditionTrueFalse]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:184:24: note: Assignment 'rm=NULL', assigned value is 0
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:185:19: note: Condition 'rm==NULL' is always true
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:415:5: style: Variable 'dwVolume' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:414:0: note: Variable 'dwVolume' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:415:5: note: Variable 'dwVolume' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:185:19: style: Same expression on both sides of '==' because the value of 'rm' and 'NULL' are the same. [duplicateExpression]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:184:24: note: 'rm' is assigned value 'NULL' here.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:185:19: note: Same expression on both sides of '==' because the value of 'rm' and 'NULL' are the same.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:625:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd.c:626:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:133:5: style: Variable 'mr' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:121:5: note: Variable 'mr' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:133:5: note: Variable 'mr' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:710:5: style: Variable 'mr' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:701:5: note: Variable 'mr' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:710:5: note: Variable 'mr' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:1505:2: style: Variable 'd->wfx.nSamplesPerSec' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:1504:2: note: Variable 'd->wfx.nSamplesPerSec' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:1505:2: note: Variable 'd->wfx.nSamplesPerSec' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:781:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:848:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:861:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:1275:11: style: The scope of the variable 'old' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:1310:6: style: The scope of the variable 'possible_size' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd2.c:728:29: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd3.c:152:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd3.c:527:11: style: The scope of the variable 'old' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/audiofilters/winsnd3.c:571:10: style: The scope of the variable 'old' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/mscommon.c:121:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/mscommon.c:164:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msqueue.c:86:7: style: The scope of the variable 'cplen' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msqueue.c:113:25: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:422:2: style: Variable 'precision' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:419:0: note: Variable 'precision' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/base/msticker.c:422:2: note: Variable 'precision' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/base/msticker.c:120:12: style: The scope of the variable 'f' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:209:11: style: The scope of the variable 'l' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:236:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:237:11: style: The scope of the variable 'l' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:396:11: style: The scope of the variable 'realtime' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:397:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:420:6: style: The scope of the variable 'late' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:491:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:492:11: style: The scope of the variable 'l' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:131:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:415:28: style: Function 'ms_ticker_run' argument 1 names different: declaration 's' definition 'arg'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/base/msticker.c:45:35: note: Function 'ms_ticker_run' argument 1 names different: declaration 's' definition 'arg'.
linphone-3.6.1/mediastreamer2/src/base/msticker.c:415:28: note: Function 'ms_ticker_run' argument 1 names different: declaration 's' definition 'arg'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/logging.c:61:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/ortp-deps/port.c:83:28: style: Function 'ortp_malloc0' argument 1 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/port.h:258:39: note: Function 'ortp_malloc0' argument 1 names different: declaration 'sz' definition 'size'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/port.c:83:28: note: Function 'ortp_malloc0' argument 1 names different: declaration 'sz' definition 'size'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:74:30: style: Function 'allocb' argument 2 names different: declaration 'unused' definition 'pri'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:106:42: note: Function 'allocb' argument 2 names different: declaration 'unused' definition 'pri'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:74:30: note: Function 'allocb' argument 2 names different: declaration 'unused' definition 'pri'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:111:20: style: Function 'freeb' argument 1 names different: declaration 'm' definition 'mp'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:113:32: note: Function 'freeb' argument 1 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:111:20: note: Function 'freeb' argument 1 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:132:22: style: Function 'dupb' argument 1 names different: declaration 'm' definition 'mp'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:120:34: note: Function 'dupb' argument 1 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:132:22: note: Function 'dupb' argument 1 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:163:30: style: Function 'putq' argument 2 names different: declaration 'm' definition 'mp'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:87:43: note: Function 'putq' argument 2 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:163:30: note: Function 'putq' argument 2 names different: declaration 'm' definition 'mp'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:324:44: style: Function 'msgb_allocator_init' argument 1 names different: declaration 'pa' definition 'a'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:153:56: note: Function 'msgb_allocator_init' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:324:44: note: Function 'msgb_allocator_init' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:328:48: style: Function 'msgb_allocator_alloc' argument 1 names different: declaration 'pa' definition 'a'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:154:60: note: Function 'msgb_allocator_alloc' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:328:48: note: Function 'msgb_allocator_alloc' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:346:46: style: Function 'msgb_allocator_uninit' argument 1 names different: declaration 'pa' definition 'a'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/ortp-deps/ortp/str_utils.h:155:58: note: Function 'msgb_allocator_uninit' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/ortp-deps/str_utils.c:346:46: note: Function 'msgb_allocator_uninit' argument 1 names different: declaration 'pa' definition 'a'.
linphone-3.6.1/mediastreamer2/src/otherfilters/msrtp.c:61:10: style: The scope of the variable 'mp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/otherfilters/msrtp.c:214:6: style: The scope of the variable 'diffts' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/otherfilters/msrtp.c:216:6: style: The scope of the variable 'difftime_ts' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/otherfilters/msrtp.c:349:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/otherfilters/msrtp.c:362:11: style: The scope of the variable 'header' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:117:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:430:13: warning: Either the condition 'if(deviceType)' is redundant or there is possible null pointer dereference: deviceType. [nullPointerRedundantCheck]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:533:5: note: Assuming that condition 'if(deviceType)' is not redundant
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:430:13: note: Null pointer dereference
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:416:2: style: Variable 'UDN' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:414:0: note: Variable 'UDN' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:416:2: note: Variable 'UDN' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:417:2: style: Variable 'deviceType' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:410:0: note: Variable 'deviceType' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:417:2: note: Variable 'deviceType' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:418:2: style: Variable 'friendlyName' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:411:0: note: Variable 'friendlyName' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:418:2: note: Variable 'friendlyName' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:419:2: style: Variable 'baseURL' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:412:0: note: Variable 'baseURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:419:2: note: Variable 'baseURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:420:2: style: Variable 'relURL' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:413:0: note: Variable 'relURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:420:2: note: Variable 'relURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:359:6: style: The scope of the variable 'param' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:400:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:402:6: style: The scope of the variable 'service' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:402:15: style: The scope of the variable 'var' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:736:17: style: The scope of the variable 'variables' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:737:16: style: The scope of the variable 'property' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:738:16: style: The scope of the variable 'variable' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:739:7: style: The scope of the variable 'length' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:740:7: style: The scope of the variable 'length1' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:741:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:742:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd.c:329:3: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:102:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:99:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:102:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:269:14: style: The scope of the variable 'variables' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:279:14: style: The scope of the variable 'values' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:333:14: style: The scope of the variable 'variables' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_cmd.c:338:14: style: The scope of the variable 'values' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:312:3: style: Variable 'xmlbuff' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:308:0: note: Variable 'xmlbuff' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:312:3: note: Variable 'xmlbuff' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:365:2: style: Variable 'nodeList' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:360:0: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:365:2: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:415:2: style: Variable 'nodeList' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:410:0: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:415:2: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:458:2: style: Variable 'servlistnodelist' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:448:0: note: Variable 'servlistnodelist' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:458:2: note: Variable 'servlistnodelist' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:498:2: style: Variable 'baseURL' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:492:0: note: Variable 'baseURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:498:2: note: Variable 'baseURL' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:82:32: style: The scope of the variable 'node' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:487:16: style: The scope of the variable 'length' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:44:48: style: Function 'upnp_context_add_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_private.h:133:48: note: Function 'upnp_context_add_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:44:48: note: Function 'upnp_context_add_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:50:51: style: Function 'upnp_context_remove_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_private.h:134:51: note: Function 'upnp_context_remove_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:50:51: note: Function 'upnp_context_remove_client' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:59:50: style: Function 'upnp_context_add_callback' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_private.h:135:50: note: Function 'upnp_context_add_callback' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:59:50: note: Function 'upnp_context_add_callback' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:81:54: style: Function 'upnp_context_handle_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_private.h:136:54: note: Function 'upnp_context_handle_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:81:54: note: Function 'upnp_context_handle_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:100:52: style: Function 'upnp_context_free_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_private.h:137:52: note: Function 'upnp_context_free_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:100:52: note: Function 'upnp_context_free_callbacks' argument 1 names different: declaration 'igd_ctx' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:113:39: style: Function 'upnp_igd_print' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:40:39: note: Function 'upnp_igd_print' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:113:39: note: Function 'upnp_igd_print' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:128:50: style: Function 'upnp_igd_print_event_type' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:41:50: note: Function 'upnp_igd_print_event_type' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:128:50: note: Function 'upnp_igd_print_event_type' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:181:45: style: Function 'upnp_igd_print_event' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:42:45: note: Function 'upnp_igd_print_event' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:181:45: note: Function 'upnp_igd_print_event' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:359:58: style: Function 'upnp_igd_get_first_document_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:43:58: note: Function 'upnp_igd_get_first_document_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:359:58: note: Function 'upnp_igd_get_first_document_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:396:52: style: Function 'upnp_igd_get_element_value' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:44:52: note: Function 'upnp_igd_get_element_value' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:396:52: note: Function 'upnp_igd_get_element_value' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:408:57: style: Function 'upnp_igd_get_first_element_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:45:57: note: Function 'upnp_igd_get_first_element_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:408:57: note: Function 'upnp_igd_get_first_element_item' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:484:59: style: Function 'upnp_igd_get_find_and_parse_service' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.h:46:59: note: Function 'upnp_igd_get_find_and_parse_service' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/upnp/upnp_igd_utils.c:484:59: note: Function 'upnp_igd_get_find_and_parse_service' argument 1 names different: declaration 'uIGD' definition 'igd_ctxt'.
linphone-3.6.1/mediastreamer2/src/utils/g722_decode.c:243:9: style: The scope of the variable 'dlowt' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_decode.c:244:9: style: The scope of the variable 'rlow' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_decode.c:252:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:244:9: style: The scope of the variable 'dlow' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:246:9: style: The scope of the variable 'el' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:247:9: style: The scope of the variable 'wd' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:249:9: style: The scope of the variable 'ril' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:250:9: style: The scope of the variable 'wd2' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:251:9: style: The scope of the variable 'il4' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:253:9: style: The scope of the variable 'wd3' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/g722_encode.c:266:9: style: The scope of the variable 'ilow' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.c:284:11: style: The scope of the variable 'k' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.c:503:35: style: Function 'ms_kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.h:97:35: note: Function 'ms_kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.c:503:35: note: Function 'ms_kiss_fft_stride' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.c:503:85: style: Function 'ms_kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.h:97:86: note: Function 'ms_kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fft.c:503:85: note: Function 'ms_kiss_fft_stride' argument 4 names different: declaration 'fin_stride' definition 'in_stride'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.c:80:30: style: Function 'ms_kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.h:35:30: note: Function 'ms_kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.c:80:30: note: Function 'ms_kiss_fftr' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.c:135:31: style: Function 'ms_kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.h:43:31: note: Function 'ms_kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/kiss_fftr.c:135:31: note: Function 'ms_kiss_fftri' argument 1 names different: declaration 'cfg' definition 'st'.
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:409:17: warning: Redundant assignment of 'yuv2rgb_fs_len' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:410:17: warning: Redundant assignment of 'yuv2rgb_vs_len' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:440:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:192:8: style: The scope of the variable 'j' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:379:62: style: Function 'ogl_display_render' argument 2 names different: declaration 'deviceAngleFromPortrait' definition 'orientation'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.h:76:62: note: Function 'ogl_display_render' argument 2 names different: declaration 'deviceAngleFromPortrait' definition 'orientation'.
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:379:62: note: Function 'ogl_display_render' argument 2 names different: declaration 'deviceAngleFromPortrait' definition 'orientation'.
linphone-3.6.1/mediastreamer2/src/utils/opengles_display.c:509:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linphone-3.6.1/mediastreamer2/src/videofilters/glxvideo.c:338:24: style: Variable 'cmap' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/videofilters/h264dec.c:190:29: style: The scope of the variable 'src' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/h264dec.c:191:6: style: The scope of the variable 'nal_len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/jpegwriter.c:88:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:571:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:863:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:868:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:873:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:893:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:899:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:905:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:911:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:945:15: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:458:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:456:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:458:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:875:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:132:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::CropGranularityX' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:133:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::CropGranularityY' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:134:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::CropAlignX' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:135:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::CropAlignY' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:138:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::OutputGranularityX' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:139:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::OutputGranularityY' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:140:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::StretchTapsX' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:141:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::StretchTapsY' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:142:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::ShrinkTapsX' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:143:6: style: struct member '_VIDEO_STREAM_CONFIG_CAPS::ShrinkTapsY' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:431:2: warning: Member variable 'DSCapture::_devid' is not initialized in the constructor. [uninitMemberVar]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:394:0: performance: Technically the member function 'SharedComPtr < interface IBaseFilter >::get' can be static. [functionStatic]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:404:0: performance: Technically the member function 'SharedComPtr < interface IBaseFilter >::assign' can be static. [functionStatic]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IPin >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < interface IBaseFilter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IAMStreamConfig >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IGraphBuilder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IMediaControl >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IMediaEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < ICreateDevEnum >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IEnumMoniker >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IMoniker >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < ISampleGrabber >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IEnumPins >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msdscap-mingw.cc:401:0: style: Class 'SharedComPtr < IPropertyBag >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:744:10: style: The scope of the variable 'line' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:784:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:898:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:850:31: style: Function 'v4l_thread' argument 1 names different: declaration 's' definition 'ptr'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:80:31: note: Function 'v4l_thread' argument 1 names different: declaration 's' definition 'ptr'.
linphone-3.6.1/mediastreamer2/src/videofilters/msv4l.c:850:31: note: Function 'v4l_thread' argument 1 names different: declaration 's' definition 'ptr'.
linphone-3.6.1/mediastreamer2/src/videofilters/nowebcam.c:1653:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/nowebcam.c:1649:0: note: Variable 'm' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/videofilters/nowebcam.c:1653:2: note: Variable 'm' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/src/videofilters/nowebcam.c:1730:11: style: The scope of the variable 'jpgbuf' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/nowebcam.c:1731:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/theora.c:269:10: style: The scope of the variable 'h' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/theora.c:316:14: style: The scope of the variable 'om' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/theora.c:321:11: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:132:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:546:12: style: The scope of the variable 'table_len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:547:7: style: The scope of the variable 'len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:668:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:262:11: style: struct member 'jpeghdr_qtable::mbz' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:263:11: style: struct member 'jpeghdr_qtable::precision' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/videodec.c:264:11: style: struct member 'jpeghdr_qtable::length' is never used. [unusedStructMember]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:851:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:850:35: note: outer condition: s->codec!=CODEC_ID_H263P
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:851:15: note: identical inner condition: s->codec!=CODEC_ID_H263P
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:448:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:584:6: style: The scope of the variable 'data_len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:660:15: style: The scope of the variable 'v' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:660:18: style: The scope of the variable 'v2' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videoenc.c:723:11: style: The scope of the variable 'lastpsc' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:378:5: warning: Redundant assignment of 'w' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:383:5: warning: Redundant assignment of 'h' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:461:50: style: Function 'ms_display_set_window_id' argument 2 names different: declaration 'window_id' definition 'id'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:99:50: note: Function 'ms_display_set_window_id' argument 2 names different: declaration 'window_id' definition 'id'.
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:461:50: note: Function 'ms_display_set_window_id' argument 2 names different: declaration 'window_id' definition 'id'.
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:466:36: style: Function 'ms_display_destroy' argument 1 names different: declaration 'd' definition 'obj'. [funcArgNamesDifferent]
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:100:36: note: Function 'ms_display_destroy' argument 1 names different: declaration 'd' definition 'obj'.
linphone-3.6.1/mediastreamer2/src/videofilters/videoout.c:466:36: note: Function 'ms_display_destroy' argument 1 names different: declaration 'd' definition 'obj'.
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:525:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:516:36: note: 'xbit' is assigned value '(im->b_rptr[0]&128)>>7' here.
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:520:37: note: 'ibit' is assigned value '(im->b_rptr[0]&128)>>7' here.
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:518:6: note: outer condition: xbit
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:525:7: note: identical inner condition: ibit
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:150:77: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:171:14: style: The scope of the variable 'om' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:175:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/vp8.c:402:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideo.c:70:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideo.c:500:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideo2.c:131:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideo2.c:365:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:543:14: warning: Redundant assignment of 's->pix_fmt' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:738:14: warning: Redundant assignment of 's->pix_fmt' to itself. [selfAssignment]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:1253:11: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:511:0: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:1467:0: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:824:2: error: Uninitialized variable: mt [uninitvar]
linphone-3.6.1/mediastreamer2/src/videofilters/winvideods.c:837:2: error: Uninitialized variable: mt [uninitvar]
linphone-3.6.1/mediastreamer2/src/voip/audiostream.c:195:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linphone-3.6.1/mediastreamer2/src/voip/audiostream.c:204:4: note: Found duplicate branches for 'if' and 'else'.
linphone-3.6.1/mediastreamer2/src/voip/audiostream.c:195:2: note: Found duplicate branches for 'if' and 'else'.
linphone-3.6.1/mediastreamer2/src/voip/audiostream.c:397:8: style: The scope of the variable 'value' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:486:14: style: The scope of the variable 'old_ufrag' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:487:14: style: The scope of the variable 'old_pwd' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:830:22: style: The scope of the variable 'check' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:865:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:934:10: style: The scope of the variable 'elem' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:991:7: style: The scope of the variable 'tr_id_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1038:7: style: The scope of the variable 'tr_id_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1179:7: style: The scope of the variable 'dest_addr_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1180:7: style: The scope of the variable 'source_addr_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1181:7: style: The scope of the variable 'tr_id_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1230:7: style: The scope of the variable 'dest_addr_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1231:7: style: The scope of the variable 'source_addr_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1232:7: style: The scope of the variable 'tr_id_str' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1430:11: style: The scope of the variable 'r' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1442:7: style: The scope of the variable 'foundation' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1671:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1779:10: style: The scope of the variable 'base_elem' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1780:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1781:7: style: The scope of the variable 'addr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:1793:36: style: The scope of the variable 'transaction' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2106:25: style: The scope of the variable 'valid_pair' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2267:10: style: The scope of the variable 'other_elem' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2268:16: style: The scope of the variable 'candidate' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2269:16: style: The scope of the variable 'other_candidate' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2314:10: style: The scope of the variable 'l' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2373:10: style: The scope of the variable 'remote_list' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2449:6: style: The scope of the variable 'nb_pairs_to_remove' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2450:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2492:21: style: The scope of the variable 'dyn_foundation' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2551:16: style: The scope of the variable 'cl' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2603:20: style: The scope of the variable 'pair' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2678:10: style: The scope of the variable 'elem' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2736:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2869:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2936:20: style: The scope of the variable 'pair' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:2937:10: style: The scope of the variable 'elem' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:3100:16: style: The scope of the variable 'base' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:3193:7: style: The scope of the variable 'local_rtp_addr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:3193:27: style: The scope of the variable 'local_rtcp_addr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:3194:7: style: The scope of the variable 'remote_rtp_addr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/ice.c:3194:28: style: The scope of the variable 'remote_rtcp_addr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:638:20: style: Condition '!hasNeon' is always true [knownConditionTrueFalse]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:624:11: style: The scope of the variable 'ysrc' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:625:11: style: The scope of the variable 'ydst' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:626:11: style: The scope of the variable 'uvsrc' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:628:11: style: The scope of the variable 'dstu' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:629:11: style: The scope of the variable 'srcv' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:630:11: style: The scope of the variable 'dstv' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:653:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/msvideo.c:193:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/src/voip/qosanalyzer.c:133:14: style: The scope of the variable 'cur' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/rfc3984.c:133:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/rfc3984.c:147:15: style: The scope of the variable 'sz' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/rfc3984.c:205:10: style: The scope of the variable 'nri' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/rfc3984.c:263:11: style: The scope of the variable 'nal' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/scaler.c:176:15: style: The scope of the variable 'offset_y' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/scaler.c:178:15: style: The scope of the variable 'offset_cbcr' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/scaler.c:253:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/scaler.c:321:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/src/voip/scaler.c:324:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tester/mediastreamer2_tester.c:49:3: error: Common realloc mistake: 'test_suite' nulled but not freed upon failure [memleakOnRealloc]
linphone-3.6.1/mediastreamer2/tester/mediastreamer2_tester_private.c:99:13: style: The scope of the variable 'playcard' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tester/mediastreamer2_tester_private.c:100:13: style: The scope of the variable 'captcard' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:648:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1015:2: style: Variable 'semicolon' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1009:0: note: Variable 'semicolon' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1015:2: note: Variable 'semicolon' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1036:2: style: Variable 'semicolon' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1033:0: note: Variable 'semicolon' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1036:2: note: Variable 'semicolon' is reassigned a value before the old one has been used.
linphone-3.6.1/mediastreamer2/tools/mediastream.c:633:29: style: The scope of the variable 'candidate' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:643:29: style: The scope of the variable 'candidate' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:772:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1116:7: style: The scope of the variable 'type' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1117:7: style: The scope of the variable 'subtype' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:1119:7: style: The scope of the variable 'nchannels' can be reduced. [variableScope]
linphone-3.6.1/mediastreamer2/tools/mediastream.c:805:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linphone-3.6.1/mediastreamer2/tools/ring_jni.c:69:16: style: Same expression on both sides of '!=' because the value of 'read_rate' and 'write_rate' are the same. [duplicateExpression]
linphone-3.6.1/mediastreamer2/tools/ring_jni.c:57:21: note: 'read_rate' is assigned value 'freq' here.
linphone-3.6.1/mediastreamer2/tools/ring_jni.c:58:22: note: 'write_rate' is assigned value 'freq' here.
linphone-3.6.1/mediastreamer2/tools/ring_jni.c:69:16: note: Same expression on both sides of '!=' because the value of 'read_rate' and 'write_rate' are the same.
linphone-3.6.1/mediastreamer2/tools/videodisplay.c:37:15: style: The scope of the variable 'vs' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/jitterctl.c:39:80: style: Function 'jitter_control_init' argument 3 names different: declaration 'pt' definition 'payload'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/jitterctl.h:31:80: note: Function 'jitter_control_init' argument 3 names different: declaration 'pt' definition 'payload'.
linphone-3.6.1/oRTP/src/jitterctl.c:39:80: note: Function 'jitter_control_init' argument 3 names different: declaration 'pt' definition 'payload'.
linphone-3.6.1/oRTP/src/logging.c:65:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/netsim.c:124:2: style: Variable 'om' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/netsim.c:122:0: note: Variable 'om' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/netsim.c:124:2: note: Variable 'om' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:360:2: style: Variable 'cm' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/rtcp.c:357:0: note: Variable 'cm' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:360:2: note: Variable 'cm' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:374:2: style: Variable 'cm' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/rtcp.c:371:0: note: Variable 'cm' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:374:2: note: Variable 'cm' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:460:5: style: Variable 'bye' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/rtcp.c:456:0: note: Variable 'bye' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:460:5: note: Variable 'bye' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtcp.c:231:6: style: The scope of the variable 'packet_loss' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtcp.c:398:10: style: The scope of the variable 'm' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtcp.c:118:3: style: Variable '_cname' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/oRTP/src/rtpparse.c:28:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpprofile.c:69:2: style: Variable 'rate_str' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/rtpprofile.c:65:0: note: Variable 'rate_str' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtpprofile.c:69:2: note: Variable 'rate_str' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/rtpprofile.c:25:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpprofile.c:43:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpprofile.c:181:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpprofile.c:197:15: style: The scope of the variable 'pt' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpprofile.c:211:15: style: The scope of the variable 'payload' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession.c:112:47: style: The scope of the variable 'tmprtp' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession.c:854:11: style: The scope of the variable 'packet_time' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession.c:1765:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession.c:150:38: style: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/rtpsession_priv.h:48:40: note: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'.
linphone-3.6.1/oRTP/src/rtpsession.c:150:38: note: Function 'rtp_getq' argument 2 names different: declaration 'ts' definition 'timestamp'.
linphone-3.6.1/oRTP/src/rtpsession.c:657:63: style: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/rtpsession_priv.h:46:64: note: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'.
linphone-3.6.1/oRTP/src/rtpsession.c:657:63: note: Function 'rtp_session_update_payload_type' argument 2 names different: declaration 'pt' definition 'paytype'.
linphone-3.6.1/oRTP/src/rtpsession.c:1346:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1004:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1085:9: style: The scope of the variable 'host' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1101:18: style: The scope of the variable 'cmsghdr' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1202:10: style: The scope of the variable 'mp' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1403:10: style: The scope of the variable 'mp' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1192:58: style: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/rtpsession_priv.h:49:57: note: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'.
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1192:58: note: Function 'rtp_session_rtp_recv' argument 2 names different: declaration 'ts' definition 'user_ts'.
linphone-3.6.1/oRTP/src/rtpsession_inet.c:1104:9: style: struct member 'Anonymous0::control' is never used. [unusedStructMember]
linphone-3.6.1/oRTP/src/scheduler.c:98:38: style: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/scheduler.h:61:38: note: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'.
linphone-3.6.1/oRTP/src/scheduler.c:98:38: note: Function 'rtp_scheduler_schedule' argument 1 names different: declaration 'sched' definition 'psched'.
linphone-3.6.1/oRTP/src/sessionset.c:52:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linphone-3.6.1/oRTP/src/stun.c:1232:0: error: #error Need some way to seed the random number generator  [preprocessorErrorDirective]
linphone-3.6.1/oRTP/src/stun_udp.c:221:23: style: Variable 'fdSetSize' is reassigned a value before the old one has been used. [redundantAssignment]
linphone-3.6.1/oRTP/src/stun_udp.c:220:21: note: Variable 'fdSetSize' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/stun_udp.c:221:23: note: Variable 'fdSetSize' is reassigned a value before the old one has been used.
linphone-3.6.1/oRTP/src/telephonyevents.c:326:13: style: The scope of the variable 'ev' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/telephonyevents.c:327:17: style: The scope of the variable 'evd' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/telephonyevents.c:350:29: style: The scope of the variable 'evbuf' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/telephonyevents.c:351:10: style: The scope of the variable 'num2' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/telephonyevents.c:352:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/mrtprecv.c:55:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/rtpmemtest.c:87:10: style: Condition 'argc<4' is always false [knownConditionTrueFalse]
linphone-3.6.1/oRTP/src/tests/rtpmemtest.c:82:7: note: Assignment 'argc=4', assigned value is 4
linphone-3.6.1/oRTP/src/tests/rtpmemtest.c:87:10: note: Condition 'argc<4' is always false
linphone-3.6.1/oRTP/src/tests/rtpmemtest.c:54:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/rtprecv.c:183:0: error: Resource leak: outfile [resourceLeak]
linphone-3.6.1/oRTP/src/tests/tevmrtprecv.c:71:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/win_receiver/RTPReceiver.cpp:55:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/win_receiver/RTPReceiver.cpp:100:8: style: The scope of the variable 'nSchedulerCPU' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/tests/win_receiver/RTPReceiver.cpp:166:16: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linphone-3.6.1/oRTP/src/tests/win_receiver/RTPReceiver.cpp:130:4: style: Variable 'nSchedulerCPU' is assigned a value that is never used. [unreadVariable]
linphone-3.6.1/oRTP/src/utils.c:48:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/utils.c:60:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linphone-3.6.1/oRTP/src/utils.c:46:28: style: Function 'o_list_free' argument 1 names different: declaration 'elem' definition 'list'. [funcArgNamesDifferent]
linphone-3.6.1/oRTP/src/utils.h:45:28: note: Function 'o_list_free' argument 1 names different: declaration 'elem' definition 'list'.
linphone-3.6.1/oRTP/src/utils.c:46:28: note: Function 'o_list_free' argument 1 names different: declaration 'elem' definition 'list'.
linphone-3.6.1/tools/lpc2xml_jni.cc:48:29: style: C-style pointer casting [cstyleCast]
linphone-3.6.1/tools/lpc2xml_jni.cc:71:0: error: Memory leak: jni_ctx [memleak]
linphone-3.6.1/tools/xml2lpc.c:226:39: style: Function 'xml2lpc_validate' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:47:39: note: Function 'xml2lpc_validate' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:226:39: note: Function 'xml2lpc_validate' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:245:38: style: Function 'xml2lpc_convert' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:48:38: note: Function 'xml2lpc_convert' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:245:38: note: Function 'xml2lpc_convert' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:258:43: style: Function 'xml2lpc_set_xml_file' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:39:43: note: Function 'xml2lpc_set_xml_file' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:258:43: note: Function 'xml2lpc_set_xml_file' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:274:41: style: Function 'xml2lpc_set_xml_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:40:41: note: Function 'xml2lpc_set_xml_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:274:41: note: Function 'xml2lpc_set_xml_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:290:45: style: Function 'xml2lpc_set_xml_string' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:41:45: note: Function 'xml2lpc_set_xml_string' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:290:45: note: Function 'xml2lpc_set_xml_string' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:306:43: style: Function 'xml2lpc_set_xsd_file' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:43:43: note: Function 'xml2lpc_set_xsd_file' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:306:43: note: Function 'xml2lpc_set_xsd_file' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:322:41: style: Function 'xml2lpc_set_xsd_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:44:41: note: Function 'xml2lpc_set_xsd_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:322:41: note: Function 'xml2lpc_set_xsd_fd' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:338:45: style: Function 'xml2lpc_set_xsd_string' argument 1 names different: declaration 'context' definition 'xmlCtx'. [funcArgNamesDifferent]
linphone-3.6.1/tools/xml2lpc.h:45:45: note: Function 'xml2lpc_set_xsd_string' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc.c:338:45: note: Function 'xml2lpc_set_xsd_string' argument 1 names different: declaration 'context' definition 'xmlCtx'.
linphone-3.6.1/tools/xml2lpc_jni.cc:48:29: style: C-style pointer casting [cstyleCast]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linpsk/linpsk_1.3.5.orig.tar.gz
linpsk-1.3.5/gui/controlpanel.h:20:5: style: Class 'ControlPanel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/spectrumdisplay.h:40:3: style: Class 'SpectrumDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/qsodata.h:43:3: style: Class 'QSOData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/crxdisplay.h:50:16: warning: Virtual function 'languageChange' is called from constructor 'CRxDisplay(QWidget*parent=0)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
linpsk-1.3.5/gui/crxdisplay.cpp:43:3: note: Calling languageChange
linpsk-1.3.5/gui/crxdisplay.h:50:16: note: languageChange is a virtual method
linpsk-1.3.5/gui/crxdisplay.h:30:3: style: Class 'CRxDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/ctxdisplay.h:43:18: warning: Virtual function 'languageChange' is called from constructor 'CTxDisplay(QWidget*parent=0)' at line 38. Dynamic binding is not used. [virtualCallInConstructor]
linpsk-1.3.5/gui/ctxdisplay.cpp:38:5: note: Calling languageChange
linpsk-1.3.5/gui/ctxdisplay.h:43:18: note: languageChange is a virtual method
linpsk-1.3.5/gui/ctxdisplay.h:31:5: style: Class 'CTxDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/definebandlist.cpp:130:14: style: The scope of the variable 'line0' can be reduced. [variableScope]
linpsk-1.3.5/gui/definebandlist.cpp:153:14: style: The scope of the variable 'line0' can be reduced. [variableScope]
linpsk-1.3.5/gui/editmacro.cpp:87:7: style: The scope of the variable 'langType' can be reduced. [variableScope]
linpsk-1.3.5/gui/generalsettings.cpp:217:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
linpsk-1.3.5/gui/linpsk.cpp:929:3: style: Variable 'X' is reassigned a value before the old one has been used. [redundantAssignment]
linpsk-1.3.5/gui/linpsk.cpp:920:0: note: Variable 'X' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/linpsk.cpp:929:3: note: Variable 'X' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/linpsk.cpp:930:3: style: Variable 'Y' is reassigned a value before the old one has been used. [redundantAssignment]
linpsk-1.3.5/gui/linpsk.cpp:921:0: note: Variable 'Y' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/linpsk.cpp:930:3: note: Variable 'Y' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/linpsk.cpp:714:10: style: The scope of the variable 'MacroFile' can be reduced. [variableScope]
linpsk-1.3.5/gui/linpsk.cpp:715:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linpsk-1.3.5/gui/linpsk.cpp:720:9: style: The scope of the variable 'indexbis' can be reduced. [variableScope]
linpsk-1.3.5/gui/linpsk.cpp:1045:8: style: The scope of the variable 'err' can be reduced. [variableScope]
linpsk-1.3.5/gui/linpsk.cpp:861:8: style: Boolean variable 'switchtoRx' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linpsk-1.3.5/gui/linpsk.h:47:16: warning: Virtual function 'languageChange' is called from constructor 'LinPSK(QWidget*parent=0)' at line 189. Dynamic binding is not used. [virtualCallInConstructor]
linpsk-1.3.5/gui/linpsk.cpp:189:3: note: Calling languageChange
linpsk-1.3.5/gui/linpsk.h:47:16: note: languageChange is a virtual method
linpsk-1.3.5/gui/linpsk.h:37:5: style: Class 'LinPSK' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/gui/macrocontrol.cpp:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linpsk-1.3.5/gui/macrocontrol.cpp:83:17: style: The scope of the variable 'lT' can be reduced. [variableScope]
linpsk-1.3.5/gui/spectrumdisplay.cpp:97:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
linpsk-1.3.5/gui/spectrumdisplay.cpp:96:3: note: Variable 'i' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/spectrumdisplay.cpp:97:3: note: Variable 'i' is reassigned a value before the old one has been used.
linpsk-1.3.5/gui/spectrumdisplay.cpp:70:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linpsk-1.3.5/gui/spectrumdisplay.cpp:70:11: style: The scope of the variable 'gain' can be reduced. [variableScope]
linpsk-1.3.5/gui/spectrumdisplay.cpp:102:31: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linpsk-1.3.5/gui/spectrumdisplay.cpp:97:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linpsk-1.3.5/gui/txwindow.cpp:86:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linpsk-1.3.5/src/bpskdemodulator.cpp:54:26: style: Redundant condition: Squelch. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
linpsk-1.3.5/src/bpskdemodulator.cpp:40:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpsk-1.3.5/src/cpskdemodulator.h:33:6: style: The function 'getSquelchValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:45:14: note: Virtual function in base class
linpsk-1.3.5/src/cpskdemodulator.h:33:6: note: Function in derived class
linpsk-1.3.5/src/cpskdemodulator.h:34:7: style: The function 'ProcessInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:38:15: note: Virtual function in base class
linpsk-1.3.5/src/cpskdemodulator.h:34:7: note: Function in derived class
linpsk-1.3.5/src/cpskdemodulator.h:35:19: style: The function 'getPhasePointer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:44:26: note: Virtual function in base class
linpsk-1.3.5/src/cpskdemodulator.h:35:19: note: Function in derived class
linpsk-1.3.5/src/cpskdemodulator.h:36:16: style: The function 'getIMD' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:51:16: note: Virtual function in base class
linpsk-1.3.5/src/cpskdemodulator.h:36:16: note: Function in derived class
linpsk-1.3.5/src/cpskdemodulator.h:37:10: style: The function 'AfcProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/cpskdemodulator.h:37:10: note: Function in derived class
linpsk-1.3.5/src/bpskdemodulator.h:33:9: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:43:15: note: Virtual function in base class
linpsk-1.3.5/src/bpskdemodulator.h:33:9: note: Function in derived class
linpsk-1.3.5/src/bpskdemodulator.h:37:8: style: The function 'DecodeSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:42:15: note: Virtual function in base class
linpsk-1.3.5/src/bpskdemodulator.h:37:8: note: Function in derived class
linpsk-1.3.5/src/bpskdemodulator.h:39:8: style: The function 'CalcQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:44:15: note: Virtual function in base class
linpsk-1.3.5/src/bpskdemodulator.h:39:8: note: Function in derived class
linpsk-1.3.5/src/bpskdemodulator.h:40:10: style: The function 'calcFreqError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:65:18: note: Virtual function in base class
linpsk-1.3.5/src/bpskdemodulator.h:40:10: note: Function in derived class
linpsk-1.3.5/src/cledbutton.h:29:2: style: Class 'CLedButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/pskmodulator.h:29:7: style: The function 'CalcSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cmodulator.h:40:15: note: Virtual function in base class
linpsk-1.3.5/src/pskmodulator.h:29:7: note: Function in derived class
linpsk-1.3.5/src/bpskmodulator.h:31:8: style: The function 'getNextSymbolBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/pskmodulator.h:32:16: note: Virtual function in base class
linpsk-1.3.5/src/bpskmodulator.h:31:8: note: Function in derived class
linpsk-1.3.5/src/cdemodulator.cpp:19:15: warning: Member variable 'CDemodulator::RxFrequency' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/cdemodulator.cpp:19:15: warning: Member variable 'CDemodulator::NxSamples' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/cdemodulator.cpp:19:15: warning: Member variable 'CDemodulator::OszFreqinc' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/cdemodulator.cpp:19:15: warning: Member variable 'CDemodulator::SampleRate' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/cpskdemodulator.cpp:20:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
linpsk-1.3.5/src/cpskdemodulator.cpp:18:18: warning: Member variable 'CPskDemodulator::downRate' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/cpskdemodulator.cpp:23:3: performance: Variable 'Prev_Sample' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/crxwindow.h:29:3: style: Class 'CRxWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/qpskdemodulator.h:26:8: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:43:15: note: Virtual function in base class
linpsk-1.3.5/src/qpskdemodulator.h:26:8: note: Function in derived class
linpsk-1.3.5/src/qpskdemodulator.h:31:8: style: The function 'DecodeSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:42:15: note: Virtual function in base class
linpsk-1.3.5/src/qpskdemodulator.h:31:8: note: Function in derived class
linpsk-1.3.5/src/qpskdemodulator.h:32:10: style: The function 'calcFreqError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:65:18: note: Virtual function in base class
linpsk-1.3.5/src/qpskdemodulator.h:32:10: note: Function in derived class
linpsk-1.3.5/src/qpskdemodulator.h:33:8: style: The function 'CalcQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:44:15: note: Virtual function in base class
linpsk-1.3.5/src/qpskdemodulator.h:33:8: note: Function in derived class
linpsk-1.3.5/src/psk63demodulator.h:25:9: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:43:15: note: Virtual function in base class
linpsk-1.3.5/src/psk63demodulator.h:25:9: note: Function in derived class
linpsk-1.3.5/src/psk63demodulator.h:29:8: style: The function 'DecodeSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:42:15: note: Virtual function in base class
linpsk-1.3.5/src/psk63demodulator.h:29:8: note: Function in derived class
linpsk-1.3.5/src/psk63demodulator.h:31:8: style: The function 'CalcQuality' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:44:15: note: Virtual function in base class
linpsk-1.3.5/src/psk63demodulator.h:31:8: note: Function in derived class
linpsk-1.3.5/src/psk63demodulator.h:32:10: style: The function 'calcFreqError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cpskdemodulator.h:65:18: note: Virtual function in base class
linpsk-1.3.5/src/psk63demodulator.h:32:10: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:46:7: style: The function 'ProcessInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:38:15: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:46:7: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:47:6: style: The function 'getSquelchValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:45:14: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:47:6: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:48:7: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:43:15: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:48:7: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:49:17: style: The function 'get2RxFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:41:17: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:49:17: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:50:15: style: The function 'setParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:52:15: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:50:15: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:51:16: style: The function 'getParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:53:16: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:51:16: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:52:16: style: The function 'getBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:54:16: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:52:16: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:53:10: style: The function 'AfcProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:53:10: note: Function in derived class
linpsk-1.3.5/src/rttydemodulator.h:60:7: style: The function 'setRxFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:76:16: note: Virtual function in base class
linpsk-1.3.5/src/rttydemodulator.h:60:7: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:44:7: style: The function 'ProcessInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:38:15: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:44:7: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:45:7: style: The function 'getSquelchValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:45:14: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:45:7: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:46:8: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:43:15: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:46:8: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:47:18: style: The function 'get2RxFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:41:17: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:47:18: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:49:9: style: The function 'AfcProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:49:9: note: Function in derived class
linpsk-1.3.5/src/mfskdemodulator.h:81:6: style: The function 'setRxFrequency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cdemodulator.h:76:16: note: Virtual function in base class
linpsk-1.3.5/src/mfskdemodulator.h:81:6: note: Function in derived class
linpsk-1.3.5/src/crxwindow.cpp:189:25: style: C-style pointer casting [cstyleCast]
linpsk-1.3.5/src/crxwindow.cpp:208:43: performance: Function parameter 's' should be passed by const reference. [passedByValue]
linpsk-1.3.5/src/csound.cpp:523:19: style: Redundant condition: !started. 'started || (!started && toBePlayed>0)' is equivalent to 'started || toBePlayed>0' [redundantCondition]
linpsk-1.3.5/src/csound.cpp:273:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linpsk-1.3.5/src/csound.cpp:267:3: note: Variable 'err' is reassigned a value before the old one has been used.
linpsk-1.3.5/src/csound.cpp:273:3: note: Variable 'err' is reassigned a value before the old one has been used.
linpsk-1.3.5/src/csound.cpp:452:7: style: The scope of the variable 'toBeRead' can be reduced. [variableScope]
linpsk-1.3.5/src/csound.cpp:452:17: style: The scope of the variable 'err' can be reduced. [variableScope]
linpsk-1.3.5/src/csound.cpp:514:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linpsk-1.3.5/src/csound.h:40:5: style: Class 'CSound' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/csound.h:42:18: style: The function 'open_Device_write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:44:18: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:42:18: note: Function in derived class
linpsk-1.3.5/src/csound.h:43:18: style: The function 'open_Device_read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:41:18: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:43:18: note: Function in derived class
linpsk-1.3.5/src/csound.h:44:18: style: The function 'close_Device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:44:18: note: Function in derived class
linpsk-1.3.5/src/csound.h:45:9: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:50:17: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:45:9: note: Function in derived class
linpsk-1.3.5/src/csound.h:46:9: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:53:17: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:46:9: note: Function in derived class
linpsk-1.3.5/src/csound.h:47:10: style: The function 'PTT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:56:18: note: Virtual function in base class
linpsk-1.3.5/src/csound.h:47:10: note: Function in derived class
linpsk-1.3.5/src/csquelch.h:65:18: warning: Virtual function 'languageChange' is called from constructor 'CSquelch(QWidget*parent=0)' at line 102. Dynamic binding is not used. [virtualCallInConstructor]
linpsk-1.3.5/src/csquelch.cpp:102:3: note: Calling languageChange
linpsk-1.3.5/src/csquelch.h:65:18: note: languageChange is a virtual method
linpsk-1.3.5/src/csquelch.h:30:2: style: Class 'mySlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/csquelch.h:50:5: style: Class 'CSquelch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/ctxbuffer.cpp:39:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpsk-1.3.5/src/ctxbuffer.cpp:21:12: warning: Member variable 'CTxBuffer::txbuffer' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/ctxbuffer.h:31:8: style: Technically the member function 'CTxBuffer::Filled' can be const. [functionConst]
linpsk-1.3.5/src/ctxbuffer.cpp:30:17: note: Technically the member function 'CTxBuffer::Filled' can be const.
linpsk-1.3.5/src/ctxbuffer.h:31:8: note: Technically the member function 'CTxBuffer::Filled' can be const.
linpsk-1.3.5/src/ctxbuffer.h:36:6: style: Technically the member function 'CTxBuffer::isEmpty' can be const. [functionConst]
linpsk-1.3.5/src/ctxbuffer.cpp:128:17: note: Technically the member function 'CTxBuffer::isEmpty' can be const.
linpsk-1.3.5/src/ctxbuffer.h:36:6: note: Technically the member function 'CTxBuffer::isEmpty' can be const.
linpsk-1.3.5/src/deinterleaver.cpp:30:2: style: Class 'Deinterleaver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpsk-1.3.5/src/deinterleaver.cpp:30:2: style: Class 'Deinterleaver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpsk-1.3.5/src/deinterleaver.h:28:2: style: Class 'Deinterleaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/feccoder.cpp:52:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linpsk-1.3.5/src/feccoder.cpp:43:11: warning: Member variable 'FECCoder::coded' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/firfilter.cpp:88:15: style: The scope of the variable 'fPtr' can be reduced. [variableScope]
linpsk-1.3.5/src/firfilter.cpp:89:8: style: The scope of the variable 'acc' can be reduced. [variableScope]
linpsk-1.3.5/src/firfilter.cpp:124:10: style: The scope of the variable 'fPtr' can be reduced. [variableScope]
linpsk-1.3.5/src/firfilter.cpp:31:3: style: Class 'FIRFilter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpsk-1.3.5/src/firfilter.cpp:31:3: style: Class 'FIRFilter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpsk-1.3.5/src/frequencyselect.cpp:89:48: style: Function 'setFunctionText' argument 1 names different: declaration 'text' definition 'Text'. [funcArgNamesDifferent]
linpsk-1.3.5/src/frequencyselect.h:37:35: note: Function 'setFunctionText' argument 1 names different: declaration 'text' definition 'Text'.
linpsk-1.3.5/src/frequencyselect.cpp:89:48: note: Function 'setFunctionText' argument 1 names different: declaration 'text' definition 'Text'.
linpsk-1.3.5/src/frequencyselect.h:51:18: warning: Virtual function 'languageChange' is called from constructor 'FrequencySelect(QWidget*parent=0,AfcMode WithMode=Wide)' at line 59. Dynamic binding is not used. [virtualCallInConstructor]
linpsk-1.3.5/src/frequencyselect.cpp:59:5: note: Calling languageChange
linpsk-1.3.5/src/frequencyselect.h:51:18: note: languageChange is a virtual method
linpsk-1.3.5/src/fskmodulator.cpp:33:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
linpsk-1.3.5/src/fskmodulator.cpp:31:51: style: Function 'CalcSignal' argument 2 names different: declaration 'n' definition 'Bufsize'. [funcArgNamesDifferent]
linpsk-1.3.5/src/fskmodulator.h:19:38: note: Function 'CalcSignal' argument 2 names different: declaration 'n' definition 'Bufsize'.
linpsk-1.3.5/src/fskmodulator.cpp:31:51: note: Function 'CalcSignal' argument 2 names different: declaration 'n' definition 'Bufsize'.
linpsk-1.3.5/src/fskmodulator.cpp:20:15: warning: Member variable 'FSKModulator::ToneFrequencyr' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/fskmodulator.cpp:20:15: warning: Member variable 'FSKModulator::ToneFrequencyi' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/fskmodulator.cpp:20:15: warning: Member variable 'FSKModulator::SamplesperSymbol' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/fskmodulator.cpp:20:15: warning: Member variable 'FSKModulator::Baudrate' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/fskmodulator.cpp:20:15: warning: Member variable 'FSKModulator::c' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/fskmodulator.h:19:6: style: The function 'CalcSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cmodulator.h:40:15: note: Virtual function in base class
linpsk-1.3.5/src/fskmodulator.h:19:6: note: Function in derived class
linpsk-1.3.5/src/input.cpp:19:8: warning: Member variable 'Input::started' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/interleaver.cpp:30:1: style: Class 'Interleaver' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
linpsk-1.3.5/src/interleaver.cpp:30:1: style: Class 'Interleaver' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
linpsk-1.3.5/src/interleaver.h:28:2: style: Class 'Interleaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/interleaver.h:32:17: style: Class 'Interleaver' is unsafe, 'Interleaver::delayLine' can leak by wrong usage. [unsafeClassCanLeak]
linpsk-1.3.5/src/mfskdemodulator.cpp:151:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linpsk-1.3.5/src/mfskdemodulator.cpp:151:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linpsk-1.3.5/src/mfskdemodulator.cpp:151:12: style: The scope of the variable 'index' can be reduced. [variableScope]
linpsk-1.3.5/src/mfskdemodulator.cpp:220:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linpsk-1.3.5/src/mfskdemodulator.cpp:221:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::leave' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::history' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::processPtr' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::bitEstimatePtr' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::syncPtr' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::oscPos' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskdemodulator.cpp:37:18: warning: Member variable 'MFSKDemodulator::energy' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskmodulator.cpp:23:16: warning: Member variable 'MFSKModulator::bitposition' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskmodulator.cpp:23:16: warning: Member variable 'MFSKModulator::bit' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/mfskmodulator.h:37:5: style: The function 'getToneNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/fskmodulator.h:21:13: note: Virtual function in base class
linpsk-1.3.5/src/mfskmodulator.h:37:5: note: Function in derived class
linpsk-1.3.5/src/mfskvaricode.h:30:5: performance: Technically the member function 'MFSKVaricode::decode' can be static. [functionStatic]
linpsk-1.3.5/src/mfskvaricode.cpp:60:19: note: Technically the member function 'MFSKVaricode::decode' can be static.
linpsk-1.3.5/src/mfskvaricode.h:30:5: note: Technically the member function 'MFSKVaricode::decode' can be static.
linpsk-1.3.5/src/mfskvaricode.h:31:14: performance: Technically the member function 'MFSKVaricode::encode' can be static. [functionStatic]
linpsk-1.3.5/src/mfskvaricode.cpp:67:28: note: Technically the member function 'MFSKVaricode::encode' can be static.
linpsk-1.3.5/src/mfskvaricode.h:31:14: note: Technically the member function 'MFSKVaricode::encode' can be static.
linpsk-1.3.5/src/parameter.cpp:20:12: warning: Member variable 'Parameter::fileLog' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/parameter.cpp:20:12: warning: Member variable 'Parameter::LinLog' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/parameter.cpp:20:12: warning: Member variable 'Parameter::Port' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/parameter.cpp:27:1: performance: Variable 'callsign' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:31:1: performance: Variable 'SerialDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:32:1: performance: Variable 'QSOFileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:46:1: performance: Variable 'dateFormat' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:48:1: performance: Variable 'InputDeviceName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:49:1: performance: Variable 'OutputDeviceName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/parameter.cpp:61:1: performance: Variable 'rigDevice' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linpsk-1.3.5/src/processlogdata.cpp:108:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linpsk-1.3.5/src/processlogdata.h:37:5: style: Class 'ProcessLogData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/processlogdata.cpp:42:44: performance: Function parameter 's' should be passed by const reference. [passedByValue]
linpsk-1.3.5/src/psk63demodulator.cpp:44:26: style: Redundant condition: Squelch. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
linpsk-1.3.5/src/psk63demodulator.cpp:31:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpsk-1.3.5/src/psk63modulator.h:31:8: style: The function 'getNextSymbolBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/pskmodulator.h:32:16: note: Virtual function in base class
linpsk-1.3.5/src/psk63modulator.h:31:8: note: Function in derived class
linpsk-1.3.5/src/qpskdemodulator.cpp:72:15: style: Redundant condition: Squelch. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
linpsk-1.3.5/src/qpskdemodulator.cpp:58:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpsk-1.3.5/src/qpskmodulator.cpp:50:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linpsk-1.3.5/src/qpskmodulator.h:31:6: style: The function 'getNextSymbolBit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/pskmodulator.h:32:16: note: Virtual function in base class
linpsk-1.3.5/src/qpskmodulator.h:31:6: note: Function in derived class
linpsk-1.3.5/src/readonlystringlistmodel.h:34:5: style: Class 'ReadOnlyStringListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/rigcontrol.cpp:61:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linpsk-1.3.5/src/rigcontrol.h:37:8: style: Technically the member function 'RigControl::isConnected' can be const. [functionConst]
linpsk-1.3.5/src/rigcontrol.cpp:116:18: note: Technically the member function 'RigControl::isConnected' can be const.
linpsk-1.3.5/src/rigcontrol.h:37:8: note: Technically the member function 'RigControl::isConnected' can be const.
linpsk-1.3.5/src/rttydemodulator.cpp:328:43: style: Redundant condition: Squelch. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
linpsk-1.3.5/src/rttydemodulator.cpp:463:33: style: C-style pointer casting [cstyleCast]
linpsk-1.3.5/src/rttydemodulator.cpp:153:7: style: The scope of the variable 'actSample' can be reduced. [variableScope]
linpsk-1.3.5/src/rttydemodulator.cpp:501:42: style: Function 'setFilter' argument 1 names different: declaration 'freq' definition 'freq0'. [funcArgNamesDifferent]
linpsk-1.3.5/src/rttydemodulator.h:54:24: note: Function 'setFilter' argument 1 names different: declaration 'freq' definition 'freq0'.
linpsk-1.3.5/src/rttydemodulator.cpp:501:42: note: Function 'setFilter' argument 1 names different: declaration 'freq' definition 'freq0'.
linpsk-1.3.5/src/rttydemodulator.cpp:501:56: style: Function 'setFilter' argument 2 names different: declaration 'bandwidth' definition 'freq1'. [funcArgNamesDifferent]
linpsk-1.3.5/src/rttydemodulator.h:54:37: note: Function 'setFilter' argument 2 names different: declaration 'bandwidth' definition 'freq1'.
linpsk-1.3.5/src/rttydemodulator.cpp:501:56: note: Function 'setFilter' argument 2 names different: declaration 'bandwidth' definition 'freq1'.
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::Demod' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::SF0' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::SF1' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F0' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F1' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F0inc' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F1inc' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F0max' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::F1max' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::Baudrate' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::NumberOfBits' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::StopBit1Count' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::StartBitLead' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::StopBit1Value' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::Status' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::SymbolLength' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::FrequencyChanged' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::ave1' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttydemodulator.cpp:23:18: warning: Member variable 'RTTYDemodulator::ave2' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttymodulator.cpp:438:33: style: C-style pointer casting [cstyleCast]
linpsk-1.3.5/src/rttymodulator.cpp:24:44: style: Function 'RTTYModulator' argument 2 names different: declaration 'freq' definition 'frequency'. [funcArgNamesDifferent]
linpsk-1.3.5/src/rttymodulator.h:34:30: note: Function 'RTTYModulator' argument 2 names different: declaration 'freq' definition 'frequency'.
linpsk-1.3.5/src/rttymodulator.cpp:24:44: note: Function 'RTTYModulator' argument 2 names different: declaration 'freq' definition 'frequency'.
linpsk-1.3.5/src/rttymodulator.cpp:62:48: style: Function 'CalcSignal' argument 2 names different: declaration 'BufferSize' definition 'BUFSIZE'. [funcArgNamesDifferent]
linpsk-1.3.5/src/rttymodulator.h:36:33: note: Function 'CalcSignal' argument 2 names different: declaration 'BufferSize' definition 'BUFSIZE'.
linpsk-1.3.5/src/rttymodulator.cpp:62:48: note: Function 'CalcSignal' argument 2 names different: declaration 'BufferSize' definition 'BUFSIZE'.
linpsk-1.3.5/src/rttymodulator.cpp:24:16: warning: Member variable 'RTTYModulator::TX_Status' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/rttymodulator.h:36:5: style: The function 'CalcSignal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cmodulator.h:40:15: note: Virtual function in base class
linpsk-1.3.5/src/rttymodulator.h:36:5: note: Function in derived class
linpsk-1.3.5/src/rttymodulator.h:37:14: style: The function 'setParameter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/cmodulator.h:37:16: note: Virtual function in base class
linpsk-1.3.5/src/rttymodulator.h:37:14: note: Function in derived class
linpsk-1.3.5/src/spectrumwindow.cpp:58:12: style: The scope of the variable 'ix' can be reduced. [variableScope]
linpsk-1.3.5/src/spectrumwindow.cpp:101:7: style: The scope of the variable 'y1' can be reduced. [variableScope]
linpsk-1.3.5/src/spectrumwindow.cpp:101:10: style: The scope of the variable 'y2' can be reduced. [variableScope]
linpsk-1.3.5/src/spectrumwindow.cpp:101:13: style: The scope of the variable 'z' can be reduced. [variableScope]
linpsk-1.3.5/src/spectrumwindow.cpp:172:10: style: The scope of the variable 'mag' can be reduced. [variableScope]
linpsk-1.3.5/src/spectrumwindow.cpp:28:17: warning: Member variable 'SpectrumWindow::baseline' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/spectrumwindow.cpp:28:17: warning: Member variable 'SpectrumWindow::Phase' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/spectrumwindow.cpp:28:17: warning: Member variable 'SpectrumWindow::minDisplayfrequency' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/spectrumwindow.cpp:28:17: warning: Member variable 'SpectrumWindow::maxDisplayfrequency' is not initialized in the constructor. [uninitMemberVar]
linpsk-1.3.5/src/textinput.h:32:5: style: Class 'TextInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/textinput.h:36:10: style: The function 'open_Device_write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:44:18: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:36:10: note: Function in derived class
linpsk-1.3.5/src/textinput.h:38:10: style: The function 'open_Device_read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:41:18: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:38:10: note: Function in derived class
linpsk-1.3.5/src/textinput.h:40:18: style: The function 'close_Device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:40:18: note: Function in derived class
linpsk-1.3.5/src/textinput.h:42:9: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:50:17: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:42:9: note: Function in derived class
linpsk-1.3.5/src/textinput.h:44:9: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:53:17: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:44:9: note: Function in derived class
linpsk-1.3.5/src/textinput.h:46:10: style: The function 'PTT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:56:18: note: Virtual function in base class
linpsk-1.3.5/src/textinput.h:46:10: note: Function in derived class
linpsk-1.3.5/src/viterbi.h:34:7: style: Technically the member function 'Viterbi::getbit' can be const. [functionConst]
linpsk-1.3.5/src/viterbi.cpp:127:14: note: Technically the member function 'Viterbi::getbit' can be const.
linpsk-1.3.5/src/viterbi.h:34:7: note: Technically the member function 'Viterbi::getbit' can be const.
linpsk-1.3.5/src/viterbi.h:35:7: style: Technically the member function 'Viterbi::getbitinvers' can be const. [functionConst]
linpsk-1.3.5/src/viterbi.cpp:131:14: note: Technically the member function 'Viterbi::getbitinvers' can be const.
linpsk-1.3.5/src/viterbi.h:35:7: note: Technically the member function 'Viterbi::getbitinvers' can be const.
linpsk-1.3.5/src/waterfallwindow.cpp:38:7: style: The scope of the variable 'y1' can be reduced. [variableScope]
linpsk-1.3.5/src/waveinput.cpp:224:1: style: Variable 'Length' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
linpsk-1.3.5/src/waveinput.cpp:223:1: note: Variable 'Length' is reassigned a value before the old one has been used if variable is no semaphore variable.
linpsk-1.3.5/src/waveinput.cpp:224:1: note: Variable 'Length' is reassigned a value before the old one has been used if variable is no semaphore variable.
linpsk-1.3.5/src/waveinput.cpp:227:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linpsk-1.3.5/src/waveinput.h:34:5: style: Class 'WaveInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linpsk-1.3.5/src/waveinput.h:37:10: style: The function 'open_Device_write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:44:18: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:37:10: note: Function in derived class
linpsk-1.3.5/src/waveinput.h:39:10: style: The function 'open_Device_read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:41:18: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:39:10: note: Function in derived class
linpsk-1.3.5/src/waveinput.h:41:18: style: The function 'close_Device' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:47:18: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:41:18: note: Function in derived class
linpsk-1.3.5/src/waveinput.h:43:9: style: The function 'getSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:50:17: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:43:9: note: Function in derived class
linpsk-1.3.5/src/waveinput.h:45:9: style: The function 'putSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:53:17: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:45:9: note: Function in derived class
linpsk-1.3.5/src/waveinput.h:47:10: style: The function 'PTT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linpsk-1.3.5/src/input.h:56:18: note: Virtual function in base class
linpsk-1.3.5/src/waveinput.h:47:10: note: Function in derived class
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linsmith/linsmith_0.99.31.orig.tar.gz
linsmith-0.99.31/src/cables.c:152:22: style: The scope of the variable 'col' can be reduced. [variableScope]
linsmith-0.99.31/src/cables.c:154:20: style: The scope of the variable 'renderer' can be reduced. [variableScope]
linsmith-0.99.31/src/cables.c:227:14: style: The scope of the variable 'w' can be reduced. [variableScope]
linsmith-0.99.31/src/cables.c:146:29: style: Function 'load_cable_table' argument 1 names different: declaration 'cmb' definition 'ref'. [funcArgNamesDifferent]
linsmith-0.99.31/src/cables.h:36:34: note: Function 'load_cable_table' argument 1 names different: declaration 'cmb' definition 'ref'.
linsmith-0.99.31/src/cables.c:146:29: note: Function 'load_cable_table' argument 1 names different: declaration 'cmb' definition 'ref'.
linsmith-0.99.31/src/chart.c:80:20: style: The scope of the variable 'item' can be reduced. [variableScope]
linsmith-0.99.31/src/chart.c:507:7: style: The scope of the variable 'color' can be reduced. [variableScope]
linsmith-0.99.31/src/chart.c:901:10: style: The scope of the variable 'px' can be reduced. [variableScope]
linsmith-0.99.31/src/chart.c:901:14: style: The scope of the variable 'py' can be reduced. [variableScope]
linsmith-0.99.31/src/chart.c:1022:10: style: The scope of the variable 'radius' can be reduced. [variableScope]
linsmith-0.99.31/src/chart.c:251:20: style: Variable 'y_offs' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/chart.c:753:12: style: Unused variable: pt [unusedVariable]
linsmith-0.99.31/src/chart.c:757:12: style: Unused variable: haveselection [unusedVariable]
linsmith-0.99.31/src/chart.c:814:11: style: Unused variable: imp [unusedVariable]
linsmith-0.99.31/src/chart.c:900:11: style: Unused variable: color [unusedVariable]
linsmith-0.99.31/src/chart.c:1048:27: style: Unused variable: test [unusedVariable]
linsmith-0.99.31/src/chart.c:1090:30: style: Unused variable: alpha [unusedVariable]
linsmith-0.99.31/src/chart.c:1109:30: style: Unused variable: alpha [unusedVariable]
linsmith-0.99.31/src/confmgr.c:86:14: style: The scope of the variable 'w' can be reduced. [variableScope]
linsmith-0.99.31/src/confmgr.c:181:14: style: The scope of the variable 'w' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:342:45: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:352:45: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:388:10: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:398:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:749:24: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:812:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
linsmith-0.99.31/src/element.c:291:12: style: The scope of the variable 'pt' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:313:12: style: The scope of the variable 'ln' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:606:21: style: The scope of the variable 'sel' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:665:30: style: The scope of the variable 'path' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:933:7: style: The scope of the variable 'nr' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:952:7: style: The scope of the variable 'nr' can be reduced. [variableScope]
linsmith-0.99.31/src/element.c:135:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/element.c:156:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/element.c:288:36: style: Function 'clear_element_ptlist' argument 1 names different: declaration 'lst' definition 'ptlst'. [funcArgNamesDifferent]
linsmith-0.99.31/src/element.h:80:41: note: Function 'clear_element_ptlist' argument 1 names different: declaration 'lst' definition 'ptlst'.
linsmith-0.99.31/src/element.c:288:36: note: Function 'clear_element_ptlist' argument 1 names different: declaration 'lst' definition 'ptlst'.
linsmith-0.99.31/src/element.c:931:14: style: Unused variable: btn [unusedVariable]
linsmith-0.99.31/src/element.c:950:14: style: Unused variable: btn [unusedVariable]
linsmith-0.99.31/src/element.c:464:7: error: Uninitialized variable: endp [uninitvar]
linsmith-0.99.31/src/global.c:351:17: style: The scope of the variable 'ps' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:191:22: style: The scope of the variable 'col' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:192:14: style: The scope of the variable 'lbl' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:193:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:389:29: style: The scope of the variable 'p' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:535:29: style: The scope of the variable 'p' can be reduced. [variableScope]
linsmith-0.99.31/src/import.c:74:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/import.c:559:36: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/import.c:193:19: style: Unused variable: rd [unusedVariable]
linsmith-0.99.31/src/import.c:194:16: style: Unused variable: p1 [unusedVariable]
linsmith-0.99.31/src/import.c:347:13: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/import.c:287:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linsmith-0.99.31/src/import.c:439:0: error: Resource leak: inf [resourceLeak]
linsmith-0.99.31/src/load.c:129:20: style: The scope of the variable 'renderer' can be reduced. [variableScope]
linsmith-0.99.31/src/load.c:77:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/load.c:98:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linsmith-0.99.31/src/load.c:206:15: style: Unused variable: iter [unusedVariable]
linsmith-0.99.31/src/load.c:371:19: style: Unused variable: load [unusedVariable]
linsmith-0.99.31/src/load.c:359:24: error: Resource leak: xmlf [resourceLeak]
linsmith-0.99.31/src/load_nb.c:135:3: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
linsmith-0.99.31/src/load_nb.c:129:0: note: Variable 'txt' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/load_nb.c:135:3: note: Variable 'txt' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/load_nb.c:87:14: style: The scope of the variable 'w1' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:87:19: style: The scope of the variable 'w2' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:87:24: style: The scope of the variable 'w3' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:87:29: style: The scope of the variable 'w4' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:90:8: style: The scope of the variable 'bff' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:130:10: style: The scope of the variable 'xc' can be reduced. [variableScope]
linsmith-0.99.31/src/load_nb.c:52:18: style: Unused variable: w1 [unusedVariable]
linsmith-0.99.31/src/load_rx.c:128:3: style: Variable 'txt' is reassigned a value before the old one has been used. [redundantAssignment]
linsmith-0.99.31/src/load_rx.c:123:0: note: Variable 'txt' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/load_rx.c:128:3: note: Variable 'txt' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/load_rx.c:87:14: style: The scope of the variable 'w1' can be reduced. [variableScope]
linsmith-0.99.31/src/load_rx.c:87:19: style: The scope of the variable 'w2' can be reduced. [variableScope]
linsmith-0.99.31/src/load_rx.c:87:24: style: The scope of the variable 'w3' can be reduced. [variableScope]
linsmith-0.99.31/src/load_rx.c:90:8: style: The scope of the variable 'bff' can be reduced. [variableScope]
linsmith-0.99.31/src/load_rx.c:52:18: style: Unused variable: w1 [unusedVariable]
linsmith-0.99.31/src/load_rx.c:201:15: style: Unused variable: iter [unusedVariable]
linsmith-0.99.31/src/log.c:56:15: style: Unused variable: iter [unusedVariable]
linsmith-0.99.31/src/log.c:57:7: style: Unused variable: c [unusedVariable]
linsmith-0.99.31/src/main.c:59:29: style: Variable 'fatal_warnings' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/misc.c:540:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
linsmith-0.99.31/src/misc.c:535:5: note: Variable 'id' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/misc.c:540:5: note: Variable 'id' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/misc.c:546:5: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
linsmith-0.99.31/src/misc.c:540:5: note: Variable 'id' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/misc.c:546:5: note: Variable 'id' is reassigned a value before the old one has been used.
linsmith-0.99.31/src/misc.c:183:18: style: The scope of the variable 'ff' can be reduced. [variableScope]
linsmith-0.99.31/src/misc.c:185:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linsmith-0.99.31/src/misc.c:185:21: style: The scope of the variable 'pfilt' can be reduced. [variableScope]
linsmith-0.99.31/src/misc.c:269:14: style: The scope of the variable 'tb_img' can be reduced. [variableScope]
linsmith-0.99.31/src/misc.c:519:10: style: The scope of the variable 'id' can be reduced. [variableScope]
linsmith-0.99.31/src/misc.c:325:22: style: Function 'set_element_conn' argument 1 names different: declaration 'val' definition 'type'. [funcArgNamesDifferent]
linsmith-0.99.31/src/misc.h:40:28: note: Function 'set_element_conn' argument 1 names different: declaration 'val' definition 'type'.
linsmith-0.99.31/src/misc.c:325:22: note: Function 'set_element_conn' argument 1 names different: declaration 'val' definition 'type'.
linsmith-0.99.31/src/misc.c:338:22: style: Function 'set_element_type' argument 1 names different: declaration 'val' definition 'type'. [funcArgNamesDifferent]
linsmith-0.99.31/src/misc.h:41:28: note: Function 'set_element_type' argument 1 names different: declaration 'val' definition 'type'.
linsmith-0.99.31/src/misc.c:338:22: note: Function 'set_element_type' argument 1 names different: declaration 'val' definition 'type'.
linsmith-0.99.31/src/misc.c:162:12: style: Variable 'selbtn' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/misc.c:327:14: style: Unused variable: w [unusedVariable]
linsmith-0.99.31/src/misc.c:373:14: style: Unused variable: w [unusedVariable]
linsmith-0.99.31/src/misc.c:517:14: style: Unused variable: w [unusedVariable]
linsmith-0.99.31/src/misc.c:517:18: style: Unused variable: e [unusedVariable]
linsmith-0.99.31/src/misc.c:592:18: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/misc.c:593:19: style: Variable 'w1' is assigned a value that is never used. [unreadVariable]
linsmith-0.99.31/src/remote.c:14:15: style: Unused variable: buf [unusedVariable]
linsmith-0.99.31/src/remote.c:55:10: style: Unused variable: bytes_read [unusedVariable]
linsmith-0.99.31/src/remote.c:87:13: style: Variable 'inwatch' is assigned a value that is never used. [unreadVariable]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linssid/linssid_2.9.orig.tar.gz
linssid-2.9/linssid-app/Getter.cpp:54:5: style: Class 'DataWantedEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linssid-2.9/linssid-app/MainForm.cpp:350:9: style: The scope of the variable 'mid' can be reduced. [variableScope]
linssid-2.9/linssid-app/MainForm.cpp:1317:9: style: The scope of the variable 'tempInt' can be reduced. [variableScope]
linssid-2.9/linssid-app/MainForm.cpp:1330:9: style: The scope of the variable 'tempInt' can be reduced. [variableScope]
linssid-2.9/linssid-app/MainForm.cpp:480:5: style: Class 'DataReadyEvent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linssid-2.9/linssid-app/MainForm.cpp:1032:38: error: Memory is allocated but not initialized: emptyStruct [uninitdata]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/lintex/lintex_1.14.orig.tar.gz
lintex-1.14/cxx/file.hh:94:3: style: Class 'currDir' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lintex-1.14/cxx/cleanup.cxx:38:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lintex-1.14/cxx/cleanup.cxx:44:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lintex-1.14/lintex.c:425:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lintex-1.14/lintex.c:435:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lintex-1.14/lintex.c:349:21: style: The scope of the variable 'setting' can be reduced. [variableScope]
lintex-1.14/lintex.c:799:14: style: The scope of the variable 'cName' can be reduced. [variableScope]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linthesia/linthesia_0.4.3.orig.tar.xz
linthesia-0.4.3/src/CompatibleSystem.cpp:33:25: style: Variable 'message_box_title' is assigned a value that is never used. [unreadVariable]
linthesia-0.4.3/src/libmidi/MidiEvent.h:46:3: warning: Member variable 'MidiEvent::m_delta_pulses' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/libmidi/MidiEvent.h:46:3: warning: Member variable 'MidiEvent::m_meta_type' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/libmidi/MidiUtil.h:77:4: style: Class 'MidiError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/MidiComm.h:45:3: style: Class 'MidiCommIn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/MidiComm.h:74:3: style: Class 'MidiCommOut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/StringUtil.h:45:3: style: Class 'Widen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/TextWriter.h:40:14: style: C-style pointer casting [cstyleCast]
linthesia-0.4.3/src/Tga.h:42:3: warning: Member variable 'Tga::m_texture_id' is not initialized in the constructor. [uninitMemberVarPrivate]
linthesia-0.4.3/src/Tga.h:42:3: warning: Member variable 'Tga::m_width' is not initialized in the constructor. [uninitMemberVarPrivate]
linthesia-0.4.3/src/Tga.h:42:3: warning: Member variable 'Tga::m_height' is not initialized in the constructor. [uninitMemberVarPrivate]
linthesia-0.4.3/src/MenuLayout.h:19:3: warning: Member variable 'ButtonState::hit' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/MenuLayout.h:25:3: warning: Member variable 'ButtonState::hit' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/DeviceTile.cpp:30:3: performance: Variable 'whole_tile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linthesia-0.4.3/src/TrackTile.h:44:7: style: Technically the member function 'TrackTile::GetX' can be const. [functionConst]
linthesia-0.4.3/src/TrackTile.h:48:7: style: Technically the member function 'TrackTile::GetY' can be const. [functionConst]
linthesia-0.4.3/src/FrameCounter.h:17:3: style: Class 'FrameCounter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/GameState.h:24:3: style: Class 'GameStateError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/TextWriter.h:85:20: performance: Function parameter 't' should be passed by const reference. [passedByValue]
linthesia-0.4.3/src/FileSelector.cpp:23:36: style: Function 'RequestMidiFilename' argument 1 names different: declaration 'filename' definition 'returned_filename'. [funcArgNamesDifferent]
linthesia-0.4.3/src/FileSelector.h:18:41: note: Function 'RequestMidiFilename' argument 1 names different: declaration 'filename' definition 'returned_filename'.
linthesia-0.4.3/src/FileSelector.cpp:23:36: note: Function 'RequestMidiFilename' argument 1 names different: declaration 'filename' definition 'returned_filename'.
linthesia-0.4.3/src/FileSelector.cpp:24:15: style: Function 'RequestMidiFilename' argument 2 names different: declaration 'file_title' definition 'returned_file_title'. [funcArgNamesDifferent]
linthesia-0.4.3/src/FileSelector.h:18:64: note: Function 'RequestMidiFilename' argument 2 names different: declaration 'file_title' definition 'returned_file_title'.
linthesia-0.4.3/src/FileSelector.cpp:24:15: note: Function 'RequestMidiFilename' argument 2 names different: declaration 'file_title' definition 'returned_file_title'.
linthesia-0.4.3/src/FileSelector.cpp:92:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linthesia-0.4.3/src/LinthesiaError.h:28:3: style: Class 'LinthesiaError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/LinthesiaError.h:33:3: style: Class 'LinthesiaError' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/LinthesiaError.h:33:36: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
linthesia-0.4.3/src/GameState.h:203:8: style: Technically the member function 'GameStateManager::Draw' can be const. [functionConst]
linthesia-0.4.3/src/GameState.cpp:271:24: note: Technically the member function 'GameStateManager::Draw' can be const.
linthesia-0.4.3/src/GameState.h:203:8: note: Technically the member function 'GameStateManager::Draw' can be const.
linthesia-0.4.3/src/KeyboardDisplay.cpp:280:24: style: Redundant condition: active_only. '!active_only || (active_only && active)' is equivalent to '!active_only || active' [redundantCondition]
linthesia-0.4.3/src/KeyboardDisplay.cpp:340:49: style: Same expression on both sides of '-' because the value of '7' and 'WhiteNotesPerOctave' are the same. [duplicateExpression]
linthesia-0.4.3/src/KeyboardDisplay.cpp:326:51: note: 'WhiteNotesPerOctave' is assigned value '7' here.
linthesia-0.4.3/src/KeyboardDisplay.cpp:340:49: note: Same expression on both sides of '-' because the value of '7' and 'WhiteNotesPerOctave' are the same.
linthesia-0.4.3/src/KeyboardDisplay.cpp:521:49: style: Same expression on both sides of '-' because the value of '7' and 'WhiteNotesPerOctave' are the same. [duplicateExpression]
linthesia-0.4.3/src/KeyboardDisplay.cpp:510:51: note: 'WhiteNotesPerOctave' is assigned value '7' here.
linthesia-0.4.3/src/KeyboardDisplay.cpp:521:49: note: Same expression on both sides of '-' because the value of '7' and 'WhiteNotesPerOctave' are the same.
linthesia-0.4.3/src/KeyboardDisplay.h:92:8: performance: Technically the member function 'KeyboardDisplay::DrawRail' can be static. [functionStatic]
linthesia-0.4.3/src/KeyboardDisplay.cpp:311:23: note: Technically the member function 'KeyboardDisplay::DrawRail' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:92:8: note: Technically the member function 'KeyboardDisplay::DrawRail' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:93:8: performance: Technically the member function 'KeyboardDisplay::DrawShadow' can be static. [functionStatic]
linthesia-0.4.3/src/KeyboardDisplay.cpp:385:23: note: Technically the member function 'KeyboardDisplay::DrawShadow' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:93:8: note: Technically the member function 'KeyboardDisplay::DrawShadow' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:112:8: performance: Technically the member function 'KeyboardDisplay::DrawNote' can be static. [functionStatic]
linthesia-0.4.3/src/KeyboardDisplay.cpp:449:23: note: Technically the member function 'KeyboardDisplay::DrawNote' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:112:8: note: Technically the member function 'KeyboardDisplay::DrawNote' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:116:8: performance: Technically the member function 'KeyboardDisplay::DrawBlackKey' can be static. [functionStatic]
linthesia-0.4.3/src/KeyboardDisplay.cpp:225:23: note: Technically the member function 'KeyboardDisplay::DrawBlackKey' can be static.
linthesia-0.4.3/src/KeyboardDisplay.h:116:8: note: Technically the member function 'KeyboardDisplay::DrawBlackKey' can be static.
linthesia-0.4.3/src/MidiComm.cpp:140:3: performance: Variable 'm_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linthesia-0.4.3/src/MidiComm.cpp:228:3: performance: Variable 'm_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linthesia-0.4.3/src/MidiComm.h:55:13: performance: Technically the member function 'MidiCommIn::Read' can be static. [functionStatic]
linthesia-0.4.3/src/MidiComm.cpp:175:23: note: Technically the member function 'MidiCommIn::Read' can be static.
linthesia-0.4.3/src/MidiComm.h:55:13: note: Technically the member function 'MidiCommIn::Read' can be static.
linthesia-0.4.3/src/MidiComm.h:58:8: performance: Technically the member function 'MidiCommIn::Reset' can be static. [functionStatic]
linthesia-0.4.3/src/MidiComm.cpp:215:18: note: Technically the member function 'MidiCommIn::Reset' can be static.
linthesia-0.4.3/src/MidiComm.h:58:8: note: Technically the member function 'MidiCommIn::Reset' can be static.
linthesia-0.4.3/src/MidiComm.h:61:8: performance: Technically the member function 'MidiCommIn::KeepReading' can be static. [functionStatic]
linthesia-0.4.3/src/MidiComm.cpp:210:18: note: Technically the member function 'MidiCommIn::KeepReading' can be static.
linthesia-0.4.3/src/MidiComm.h:61:8: note: Technically the member function 'MidiCommIn::KeepReading' can be static.
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_show_duration' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_look_ahead_you_play_note_count' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_current_combo' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_title_alpha' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_max_allowed_title_alpha' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.cpp:79:15: warning: Member variable 'PlayingState::m_note_offset' is not initialized in the constructor. [uninitMemberVar]
linthesia-0.4.3/src/PlayingState.h:24:8: style: Technically the member function 'ActiveNote::operator()' can be const. [functionConst]
linthesia-0.4.3/src/PlayingState.h:49:3: style: Class 'PlayingState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/TrackSelectionState.h:23:3: style: Class 'TrackSelectionState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/StatsState.h:19:3: style: Class 'StatsState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/PlayingState.h:53:16: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:111:16: note: Virtual function in base class
linthesia-0.4.3/src/PlayingState.h:53:16: note: Function in derived class
linthesia-0.4.3/src/PlayingState.h:54:16: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:114:16: note: Virtual function in base class
linthesia-0.4.3/src/PlayingState.h:54:16: note: Function in derived class
linthesia-0.4.3/src/PlayingState.h:55:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:118:16: note: Virtual function in base class
linthesia-0.4.3/src/PlayingState.h:55:16: note: Function in derived class
linthesia-0.4.3/src/TrackSelectionState.h:26:16: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:111:16: note: Virtual function in base class
linthesia-0.4.3/src/TrackSelectionState.h:26:16: note: Function in derived class
linthesia-0.4.3/src/TrackSelectionState.h:27:16: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:114:16: note: Virtual function in base class
linthesia-0.4.3/src/TrackSelectionState.h:27:16: note: Function in derived class
linthesia-0.4.3/src/TrackSelectionState.h:28:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:118:16: note: Virtual function in base class
linthesia-0.4.3/src/TrackSelectionState.h:28:16: note: Function in derived class
linthesia-0.4.3/src/StatsState.h:24:16: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:111:16: note: Virtual function in base class
linthesia-0.4.3/src/StatsState.h:24:16: note: Function in derived class
linthesia-0.4.3/src/StatsState.h:25:16: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:114:16: note: Virtual function in base class
linthesia-0.4.3/src/StatsState.h:25:16: note: Function in derived class
linthesia-0.4.3/src/StatsState.h:26:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:118:16: note: Virtual function in base class
linthesia-0.4.3/src/StatsState.h:26:16: note: Function in derived class
linthesia-0.4.3/src/Renderer.cpp:80:44: style: Function 'DrawTga' argument 2 names different: declaration 'x' definition 'in_x'. [funcArgNamesDifferent]
linthesia-0.4.3/src/Renderer.h:46:36: note: Function 'DrawTga' argument 2 names different: declaration 'x' definition 'in_x'.
linthesia-0.4.3/src/Renderer.cpp:80:44: note: Function 'DrawTga' argument 2 names different: declaration 'x' definition 'in_x'.
linthesia-0.4.3/src/Renderer.cpp:80:54: style: Function 'DrawTga' argument 3 names different: declaration 'y' definition 'in_y'. [funcArgNamesDifferent]
linthesia-0.4.3/src/Renderer.h:46:43: note: Function 'DrawTga' argument 3 names different: declaration 'y' definition 'in_y'.
linthesia-0.4.3/src/Renderer.cpp:80:54: note: Function 'DrawTga' argument 3 names different: declaration 'y' definition 'in_y'.
linthesia-0.4.3/src/Renderer.h:39:8: performance: Technically the member function 'Renderer::ForceTexture' can be static. [functionStatic]
linthesia-0.4.3/src/Renderer.cpp:52:16: note: Technically the member function 'Renderer::ForceTexture' can be static.
linthesia-0.4.3/src/Renderer.h:39:8: note: Technically the member function 'Renderer::ForceTexture' can be static.
linthesia-0.4.3/src/Renderer.h:42:8: performance: Technically the member function 'Renderer::SetColor' can be static. [functionStatic]
linthesia-0.4.3/src/Renderer.cpp:61:16: note: Technically the member function 'Renderer::SetColor' can be static.
linthesia-0.4.3/src/Renderer.h:42:8: note: Technically the member function 'Renderer::SetColor' can be static.
linthesia-0.4.3/src/StringTile.cpp:16:3: performance: Variable 'whole_tile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linthesia-0.4.3/src/TextWriter.h:48:7: style: Technically the member function 'TextWriter::get_point_size' can be const. [functionConst]
linthesia-0.4.3/src/TextWriter.cpp:74:17: note: Technically the member function 'TextWriter::get_point_size' can be const.
linthesia-0.4.3/src/TextWriter.h:48:7: note: Technically the member function 'TextWriter::get_point_size' can be const.
linthesia-0.4.3/src/Tga.cpp:106:13: style: Checking if unsigned variable 'width' is less than zero. This might be a false warning. [unsignedLessThanZero]
linthesia-0.4.3/src/Tga.cpp:106:28: style: Checking if unsigned variable 'height' is less than zero. This might be a false warning. [unsignedLessThanZero]
linthesia-0.4.3/src/Tga.cpp:209:52: style: Function 'BuildFromParameters' argument 1 names different: declaration 'data' definition 'raw'. [funcArgNamesDifferent]
linthesia-0.4.3/src/Tga.h:58:56: note: Function 'BuildFromParameters' argument 1 names different: declaration 'data' definition 'raw'.
linthesia-0.4.3/src/Tga.cpp:209:52: note: Function 'BuildFromParameters' argument 1 names different: declaration 'data' definition 'raw'.
linthesia-0.4.3/src/TitleState.cpp:66:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linthesia-0.4.3/src/TitleState.cpp:86:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
linthesia-0.4.3/src/TitleState.h:24:3: style: Class 'TitleState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/StringUtil.h:45:0: style: Class 'Widen < char , std :: char_traits < E > , std :: allocator < E > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linthesia-0.4.3/src/TitleState.h:35:16: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:111:16: note: Virtual function in base class
linthesia-0.4.3/src/TitleState.h:35:16: note: Function in derived class
linthesia-0.4.3/src/TitleState.h:36:16: style: The function 'Update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:114:16: note: Virtual function in base class
linthesia-0.4.3/src/TitleState.h:36:16: note: Function in derived class
linthesia-0.4.3/src/TitleState.h:37:16: style: The function 'Draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linthesia-0.4.3/src/GameState.h:118:16: note: Virtual function in base class
linthesia-0.4.3/src/TitleState.h:37:16: note: Function in derived class
linthesia-0.4.3/src/TrackSelectionState.cpp:303:59: style: Function 'PlayTrackPreview' argument 1 names different: declaration 'additional_time' definition 'delta_microseconds'. [funcArgNamesDifferent]
linthesia-0.4.3/src/TrackSelectionState.h:31:40: note: Function 'PlayTrackPreview' argument 1 names different: declaration 'additional_time' definition 'delta_microseconds'.
linthesia-0.4.3/src/TrackSelectionState.cpp:303:59: note: Function 'PlayTrackPreview' argument 1 names different: declaration 'additional_time' definition 'delta_microseconds'.
linthesia-0.4.3/src/TrackTile.cpp:35:3: performance: Variable 'whole_tile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
linthesia-0.4.3/src/libmidi/Midi.h:82:3: warning: Member variable 'Midi::m_microsecond_base_song_length' is not initialized in the constructor. [uninitMemberVarPrivate]
linthesia-0.4.3/src/libmidi/Midi.h:82:3: warning: Member variable 'Midi::m_playback_speed' is not initialized in the constructor. [uninitMemberVarPrivate]
linthesia-0.4.3/src/libmidi/Midi.cpp:36:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
linthesia-0.4.3/src/libmidi/Midi.cpp:360:31: error: Uninitialized struct member: trans.state [uninitStructMember]
linthesia-0.4.3/src/libmidi/MidiEvent.h:116:8: performance: Technically the member function 'MidiEvent::ReadSysEx' can be static. [functionStatic]
linthesia-0.4.3/src/libmidi/MidiEvent.cpp:141:17: note: Technically the member function 'MidiEvent::ReadSysEx' can be static.
linthesia-0.4.3/src/libmidi/MidiEvent.h:116:8: note: Technically the member function 'MidiEvent::ReadSysEx' can be static.
linthesia-0.4.3/src/libmidi/MidiTrack.cpp:128:25: error: Uninitialized struct member: n.state [uninitStructMember]
linthesia-0.4.3/src/main.cpp:63:8: style: Technically the member function 'EdgeTracker::IsActive' can be const. [functionConst]
linthesia-0.4.3/src/main.cpp:83:3: style: Class 'DrawingArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[02:42]

ftp://ftp.se.debian.org/debian/pool/main/l/linum-relative/linum-relative_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/linux/linux_4.9.88.orig.tar.xz
Checking linux-4.9.88/drivers/md/bcache/request.c: __GCC__=1;__GCC__=1...

linux-4.9.88/Documentation/usb/usbdevfs-drop-permissions.c:44:9: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/boot/bootpz.c:79:23: style: The scope of the variable 'kaddr' can be reduced. [variableScope]
linux-4.9.88/lib/inflate.c:1088:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/lib/inflate.c:1150:17: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/boot/misc.c:126:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/boot/misc.c:141:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/alpha/boot/misc.c:81:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/alpha/boot/misc.c:141:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/lib/inflate.c:1170:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:118:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:126:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:37:9: style: struct member 'disklabel::d_magic' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:38:9: style: struct member 'disklabel::d_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:38:17: style: struct member 'disklabel::d_subtype' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:39:8: style: struct member 'disklabel::d_typename' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:40:8: style: struct member 'disklabel::d_packname' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:41:9: style: struct member 'disklabel::d_secsize' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:42:9: style: struct member 'disklabel::d_nsectors' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:43:9: style: struct member 'disklabel::d_ntracks' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:44:9: style: struct member 'disklabel::d_ncylinders' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:45:9: style: struct member 'disklabel::d_secpercyl' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:46:9: style: struct member 'disklabel::d_secprtunit' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:47:9: style: struct member 'disklabel::d_sparespertrack' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:48:9: style: struct member 'disklabel::d_sparespercyl' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:49:9: style: struct member 'disklabel::d_acylinders' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:50:9: style: struct member 'disklabel::d_rpm' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:50:16: style: struct member 'disklabel::d_interleave' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:50:30: style: struct member 'disklabel::d_trackskew' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:50:43: style: struct member 'disklabel::d_cylskew' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:51:9: style: struct member 'disklabel::d_headswitch' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:51:23: style: struct member 'disklabel::d_trkseek' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:51:34: style: struct member 'disklabel::d_flags' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:52:9: style: struct member 'disklabel::d_drivedata' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:53:9: style: struct member 'disklabel::d_spare' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:54:9: style: struct member 'disklabel::d_magic2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:55:9: style: struct member 'disklabel::d_checksum' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:56:9: style: struct member 'disklabel::d_npartitions' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:57:9: style: struct member 'disklabel::d_bbsize' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:57:19: style: struct member 'disklabel::d_sbsize' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:59:6: style: struct member 'd_partition::p_size' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:60:6: style: struct member 'd_partition::p_offset' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:61:6: style: struct member 'd_partition::p_fsize' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:62:5: style: struct member 'd_partition::p_fstype' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:63:5: style: struct member 'd_partition::p_frag' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:64:6: style: struct member 'd_partition::p_cpg' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:78:11: style: union member '__bootblock::bootblock_bytes' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:71:16: style: struct member 'Anonymous0::__pad1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/mkbb.c:75:17: style: struct member 'Anonymous1::__pad2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/boot/tools/objstrip.c:264:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/alpha/kernel/core_irongate.c:176:2: style: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/alpha/kernel/core_irongate.c:174:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/alpha/kernel/core_irongate.c:176:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/alpha/kernel/core_irongate.c:189:2: style: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/alpha/kernel/core_irongate.c:180:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/alpha/kernel/core_irongate.c:189:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/alpha/kernel/core_lca.c:131:23: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_lca.c:169:23: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_marvel.c:168:19: style: The scope of the variable 'csrs' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_marvel.c:420:16: style: The scope of the variable 'pid' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_marvel.c:682:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_marvel.c:685:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_mcpcia.c:357:2: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/alpha/kernel/core_t2.c:534:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_t2.c:535:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_t2.c:536:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_t2.c:537:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_t2.c:539:18: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_t2.c:540:18: style: Same expression on both sides of '|='. [duplicateExpression]
linux-4.9.88/arch/alpha/kernel/core_titan.c:459:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_titan.c:462:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/core_wildfire.c:185:15: style: The scope of the variable 'gp' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/err_common.c:265:24: style: The scope of the variable 'pcpu' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/io.c:220:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:231:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:237:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:264:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:273:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:302:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:308:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:357:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:365:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:396:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:402:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:430:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:431:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:441:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:442:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:452:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:453:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:461:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:462:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:485:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:486:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:496:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:497:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:507:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:508:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:516:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:517:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:533:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:540:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:547:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:557:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:566:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/io.c:573:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/irq_pyxis.c:70:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/module.c:125:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/module.c:174:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/module.c:212:22: portability: 'location' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:136:33: portability: '(void __user*)dirent' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:609:8: style: struct member 'setargs::follow' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:614:8: style: struct member 'fsetargs::fd' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:620:8: style: struct member 'getargs::follow' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:627:8: style: struct member 'fgetargs::fd' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:635:8: style: struct member 'delargs::follow' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/osf_sys.c:639:8: style: struct member 'fdelargs::fd' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/pci-sysfs.c:88:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/alpha/kernel/pci.c:320:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/pci_iommu.c:408:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/alpha/kernel/perf_event.c:607:6: style: The scope of the variable 'idx_rubbish_bin' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/process.c:365:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/process.c:379:16: style: The scope of the variable 'schedule_frame' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/ptrace.c:119:40: warning: Either the condition 'regno>65' is redundant or the array 'regoff[65]' is accessed at index 65, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/arch/alpha/kernel/ptrace.c:115:34: note: Assuming that condition 'regno>65' is not redundant
linux-4.9.88/arch/alpha/kernel/ptrace.c:119:40: note: Array index out of bounds
linux-4.9.88/arch/alpha/kernel/ptrace.c:179:6: style: The scope of the variable 'displ' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/setup.c:1153:21: style: The scope of the variable 'dsr' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/setup.c:1154:14: style: The scope of the variable 'unk_system_string' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/setup.c:1177:24: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/setup.c:1324:6: style: The scope of the variable 'cycles' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/setup.c:1392:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/alpha/kernel/setup.c:1405:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:237:15: style: struct member 'Anonymous0::ide_en' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:238:11: style: struct member 'Anonymous0::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:239:11: style: struct member 'Anonymous0::fdc_pwr' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:240:11: style: struct member 'Anonymous0::reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:241:11: style: struct member 'Anonymous0::valid' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:251:15: style: struct member 'Anonymous1::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:252:11: style: struct member 'Anonymous1::ppt_pwr' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:253:11: style: struct member 'Anonymous1::ppt_mode' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:254:11: style: struct member 'Anonymous1::reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:255:11: style: struct member 'Anonymous1::reserved3' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:256:11: style: struct member 'Anonymous1::lock_crx' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:266:15: style: struct member 'Anonymous2::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:267:11: style: struct member 'Anonymous2::uart1_pwr' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:268:11: style: struct member 'Anonymous2::reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:269:11: style: struct member 'Anonymous2::uart2_pwr' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:292:15: style: struct member 'Anonymous3::pwrgd_gamecs' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:293:11: style: struct member 'Anonymous3::fdc_mode2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:294:11: style: struct member 'Anonymous3::pin94_0' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:295:11: style: struct member 'Anonymous3::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:296:11: style: struct member 'Anonymous3::drvden' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:297:11: style: struct member 'Anonymous3::op_mode' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:298:11: style: struct member 'Anonymous3::pin94_1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:348:15: style: struct member 'Anonymous4::ppt_ext_mode' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:349:11: style: struct member 'Anonymous4::ppt_fdc' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:350:11: style: struct member 'Anonymous4::midi1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:351:11: style: struct member 'Anonymous4::midi2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:352:11: style: struct member 'Anonymous4::epp_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:353:11: style: struct member 'Anonymous4::alt_io' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:370:15: style: struct member 'Anonymous5::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:371:11: style: struct member 'Anonymous5::fdc_dma_mode' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:372:11: style: struct member 'Anonymous5::den_sel' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:373:11: style: struct member 'Anonymous5::swap_drv' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:374:11: style: struct member 'Anonymous5::extx4' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:375:11: style: struct member 'Anonymous5::reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:385:15: style: struct member 'Anonymous6::floppy_a' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:386:11: style: struct member 'Anonymous6::floppy_b' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:387:11: style: struct member 'Anonymous6::floppy_c' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:388:11: style: struct member 'Anonymous6::floppy_d' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:406:15: style: struct member 'Anonymous7::floppy_boot' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:407:11: style: struct member 'Anonymous7::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:408:11: style: struct member 'Anonymous7::ppt_en' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:409:11: style: struct member 'Anonymous7::uart1_en' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:410:11: style: struct member 'Anonymous7::uart2_en' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:411:11: style: struct member 'Anonymous7::fdc_en' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:421:15: style: struct member 'Anonymous8::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:422:11: style: struct member 'Anonymous8::addrx7_4' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:439:15: style: struct member 'Anonymous9::adra8' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:440:11: style: struct member 'Anonymous9::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:441:11: style: struct member 'Anonymous9::adrx_config' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:451:15: style: struct member 'Anonymous10::ecp_fifo_threshold' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:452:11: style: struct member 'Anonymous10::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:462:15: style: struct member 'Anonymous11::fdd0_drtx' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:463:11: style: struct member 'Anonymous11::fdd1_drtx' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:464:11: style: struct member 'Anonymous11::fdd2_drtx' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:465:11: style: struct member 'Anonymous11::fdd3_drtx' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:483:15: style: struct member 'Anonymous12::uart2_rcv_polarity' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:484:11: style: struct member 'Anonymous12::uart2_xmit_polarity' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:485:11: style: struct member 'Anonymous12::uart2_duplex' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:486:11: style: struct member 'Anonymous12::uart2_mode' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:487:11: style: struct member 'Anonymous12::uart1_speed' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:488:11: style: struct member 'Anonymous12::uart2_speed' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:512:15: style: struct member 'Anonymous14::device_rev' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:522:15: style: struct member 'Anonymous15::test0' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:523:11: style: struct member 'Anonymous15::test1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:524:11: style: struct member 'Anonymous15::test2' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:525:11: style: struct member 'Anonymous15::test3' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:526:11: style: struct member 'Anonymous15::test4' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:527:11: style: struct member 'Anonymous15::test5' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:528:11: style: struct member 'Anonymous15::test6' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:529:11: style: struct member 'Anonymous15::test7' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:539:15: style: struct member 'Anonymous16::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:540:11: style: struct member 'Anonymous16::pll_gain' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:541:11: style: struct member 'Anonymous16::pll_stop' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:542:11: style: struct member 'Anonymous16::ace_stop' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:543:11: style: struct member 'Anonymous16::pll_clock_ctrl' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:544:11: style: struct member 'Anonymous16::ir_test' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:554:15: style: struct member 'Anonymous17::ir_loopback' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:555:11: style: struct member 'Anonymous17::test_10ms' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:556:11: style: struct member 'Anonymous17::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:577:15: style: struct member 'Anonymous18::gamecs_config' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:578:11: style: struct member 'Anonymous18::gamecs_addr9_4' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:601:15: style: struct member 'Anonymous19::fdd0_drive_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:602:11: style: struct member 'Anonymous19::fdd1_drive_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:603:11: style: struct member 'Anonymous19::fdd2_drive_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:604:11: style: struct member 'Anonymous19::fdd3_drive_type' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:619:15: style: struct member 'Anonymous20::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:635:15: style: struct member 'Anonymous21::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:651:15: style: struct member 'Anonymous22::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:684:15: style: struct member 'Anonymous24::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:700:15: style: struct member 'Anonymous25::zero' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:814:15: style: struct member 'Anonymous29::irqin_irq' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c669.c:815:11: style: struct member 'Anonymous29::reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/kernel/smc37c93x.c:81:16: style: The scope of the variable 'devId' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/smp.c:540:15: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/alpha/kernel/smp.c:540:15: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/alpha/kernel/smp.c:540:15: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/alpha/kernel/smp.c:404:34: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/smp.c:405:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/smp.c:246:10: style: Variable 'mycpu' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/alpha/kernel/srm_env.c:211:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/alpha/kernel/srmcons.c:97:6: style: The scope of the variable 'need_cr' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_alcor.c:88:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_cabriolet.c:70:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_dp264.c:194:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_eb64p.c:68:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_marvel.c:325:15: style: The scope of the variable 'msi_data_off' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_mikasa.c:68:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_nautilus.c:156:21: warning: Redundant assignment of 'IRONGATE0->dramms' to itself. [selfAssignment]
linux-4.9.88/arch/alpha/kernel/sys_noritake.c:73:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_rx164.c:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/sys_titan.c:237:16: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/kernel/time.c:218:0: error: #error "Unknown HZ from arch/alpha/Kconfig" [preprocessorErrorDirective]
linux-4.9.88/arch/alpha/kernel/traps.c:135:9: style: Condition 'i>40' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/alpha/kernel/traps.c:124:11: note: Assignment 'i=0', assigned value is 0
linux-4.9.88/arch/alpha/kernel/traps.c:135:9: note: Condition 'i>40' is always false
linux-4.9.88/arch/alpha/lib/srm_printk.c:14:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/arch/alpha/mm/init.c:182:25: portability: 'two_pages' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/mm/init.c:188:35: portability: 'two_pages' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/mm/init.c:220:17: portability: 'kernel_end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/alpha/oprofile/op_model_ev67.c:152:13: style: struct member 'Anonymous1::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/oprofile/op_model_ev67.c:153:13: style: struct member 'Anonymous1::overcount' is never used. [unusedStructMember]
linux-4.9.88/arch/alpha/oprofile/op_model_ev67.c:154:13: style: struct member 'Anonymous1::icache_miss' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/devtree.c:75:12: style: Variable 'dt_root' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:33:16: style: struct member 'irq_build::ver' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:33:23: style: struct member 'irq_build::irqs' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:33:31: style: struct member 'irq_build::exts' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:33:55: style: struct member 'irq_build::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:43:37: style: struct member 'aux_irq_ctrl::res' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:45:9: style: struct member 'aux_irq_ctrl::res2' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/intc-arcv2.c:45:34: style: struct member 'aux_irq_ctrl::res3' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/mcip.c:297:9: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/arc/kernel/mcip.c:151:26: style: union member 'Anonymous0::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/mcip.c:151:40: style: union member 'Anonymous0::pad2' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/perf_event.c:453:9: style: struct member 'Anonymous0::sentinel' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/smp.c:68:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arc/kernel/troubleshoot.c:85:16: style: The scope of the variable 'ino' can be reduced. [variableScope]
linux-4.9.88/arch/arc/kernel/troubleshoot.c:105:10: style: Variable 'ino' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arc/kernel/troubleshoot.c:104:10: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arc/kernel/troubleshoot.c:206:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/kernel/troubleshoot.c:208:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/kernel/unwind.c:639:17: warning: Invalid test for overflow 'ptr+len<ptr'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
linux-4.9.88/arch/arc/kernel/unwind.c:199:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-4.9.88/arch/arc/kernel/unwind.c:229:6: note: Calling function 'init_unwind_table', 9th argument 'header_start' value is 0
linux-4.9.88/arch/arc/kernel/unwind.c:199:31: note: Null pointer addition
linux-4.9.88/arch/arc/kernel/unwind.c:200:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-4.9.88/arch/arc/kernel/unwind.c:229:6: note: Calling function 'init_unwind_table', 9th argument 'header_start' value is 0
linux-4.9.88/arch/arc/kernel/unwind.c:200:31: note: Null pointer addition
linux-4.9.88/arch/arc/kernel/unwind.c:940:17: style: The scope of the variable 'tableSize' can be reduced. [variableScope]
linux-4.9.88/arch/arc/kernel/unwind.c:214:50: style: Checking if unsigned variable 'read_pointer(&ptr,end,header_start[2])' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/arc/kernel/unwind.c:549:14: style: union member 'Anonymous3::p32u' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/unwind.c:550:14: style: union member 'Anonymous3::p32s' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/unwind.c:713:14: style: union member 'Anonymous4::p16' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/kernel/unwind.c:587:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/mm/cache.c:83:29: style: struct member 'bcr_slc_cfg::way' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:83:36: style: struct member 'bcr_slc_cfg::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:91:23: style: struct member 'bcr_clust_cfg::num_cores' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:91:36: style: struct member 'bcr_clust_cfg::num_entries' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:91:56: style: struct member 'bcr_clust_cfg::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:99:16: style: struct member 'bcr_volatile::disable' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:99:27: style: struct member 'bcr_volatile::order' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:99:36: style: struct member 'bcr_volatile::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:136:51: style: struct member 'bcr_cache::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arc/mm/cache.c:249:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/mm/cache.c:291:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/mm/cache.c:361:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arc/mm/dma.c:99:2: style: Variable 'is_non_coh' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arc/mm/dma.c:97:0: note: Variable 'is_non_coh' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arc/mm/dma.c:99:2: note: Variable 'is_non_coh' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arc/mm/mmap.c:35:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/arc/plat-axs10x/axs10x.c:106:33: style: union member 'ver::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/boot/compressed/string.c:92:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/bL_switcher.c:276:6: style: The scope of the variable 'cluster' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/bL_switcher.c:278:8: style: The scope of the variable 'completer_cookie' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/bL_switcher.c:424:23: style: The scope of the variable 'gic_id' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/bL_switcher.c:780:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/bL_switcher.c:130:8: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:388:24: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:388:40: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:389:19: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:389:36: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:428:22: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:428:39: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:429:20: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/dmabounce.c:429:36: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/it8152.c:100:12: style: The scope of the variable 'bits_pd' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/it8152.c:100:21: style: The scope of the variable 'bits_lp' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/it8152.c:100:30: style: The scope of the variable 'bits_ld' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/locomo.c:144:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/locomo.c:631:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:633:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:636:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:638:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:643:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:645:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:648:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:650:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:655:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:657:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:675:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:677:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:680:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:682:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:693:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:695:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:698:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:700:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:702:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:704:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:707:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:721:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:723:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:726:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:728:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:730:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:732:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:735:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:746:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:748:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:751:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:753:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:755:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:757:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:760:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:766:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:768:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:771:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:773:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:776:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:778:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:782:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/locomo.c:784:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/common/sa1111.c:313:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/common/sa1111.c:1323:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/sa1111.c:1324:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/arm/common/sa1111.c:924:15: style: struct member 'sa1111_save_data::skcr' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:925:15: style: struct member 'sa1111_save_data::skpcr' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:926:15: style: struct member 'sa1111_save_data::skcdr' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:927:16: style: struct member 'sa1111_save_data::skaud' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:928:16: style: struct member 'sa1111_save_data::skpwm0' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:929:16: style: struct member 'sa1111_save_data::skpwm1' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:934:15: style: struct member 'sa1111_save_data::intpol0' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:935:15: style: struct member 'sa1111_save_data::intpol1' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:936:15: style: struct member 'sa1111_save_data::inten0' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:937:15: style: struct member 'sa1111_save_data::inten1' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:938:15: style: struct member 'sa1111_save_data::wakepol0' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:939:15: style: struct member 'sa1111_save_data::wakepol1' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:940:15: style: struct member 'sa1111_save_data::wakeen0' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/common/sa1111.c:941:15: style: struct member 'sa1111_save_data::wakeen1' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/crypto/sha256_glue.c:55:30: style: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/crypto/sha256_glue.h:12:30: note: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'.
linux-4.9.88/arch/arm/crypto/sha256_glue.c:55:30: note: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'.
linux-4.9.88/arch/arm/kernel/atags_compat.c:72:7: style: union member 'Anonymous0::unused' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:53:20: style: struct member 'Anonymous1::video_num_cols' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:54:20: style: struct member 'Anonymous1::video_num_rows' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:55:20: style: struct member 'Anonymous1::video_x' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:56:20: style: struct member 'Anonymous1::video_y' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:57:20: style: struct member 'Anonymous1::memc_control_reg' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:58:20: style: struct member 'Anonymous1::sounddefault' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:59:20: style: struct member 'Anonymous1::adfsdrives' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:60:20: style: struct member 'Anonymous1::bytes_per_char_h' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:61:20: style: struct member 'Anonymous1::bytes_per_char_v' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:62:20: style: struct member 'Anonymous1::pages_in_bank' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:63:20: style: struct member 'Anonymous1::pages_in_vram' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:70:20: style: struct member 'Anonymous1::mem_fclk_21285' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:75:7: style: union member 'Anonymous2::paths' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:77:20: style: struct member 'Anonymous3::magic' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:78:11: style: struct member 'Anonymous3::n' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/atags_compat.c:131:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/atags_compat.c:132:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/bios32.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/bios32.c:256:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/bios32.c:457:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/crash_dump.c:47:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/crash_dump.c:52:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/fiq.c:98:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/hw_breakpoint.c:336:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/hw_breakpoint.c:393:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/insn.c:18:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/insn.c:19:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/insn.c:20:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/insn.c:21:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/insn.c:22:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/insn.c:50:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/arm/kernel/io.c:51:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/io.c:67:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/io.c:81:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/irq.c:85:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/kgdb.c:56:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/kgdb.c:69:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/machine_kexec.c:42:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/module-plts.c:222:34: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/module.c:376:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/kernel/module.c:326:0: note: Variable 's' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/kernel/module.c:376:2: note: Variable 's' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/kernel/module.c:311:36: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/module.c:303:18: style: struct member 'mod_unwind_map::unw_sec' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/module.c:304:18: style: struct member 'mod_unwind_map::txt_sec' is never used. [unusedStructMember]
linux-4.9.88/arch/arm/kernel/patch.c:76:23: portability: 'waddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/patch.c:80:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/patch.c:85:33: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/process.c:138:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/process.c:139:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/process.c:140:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/process.c:141:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/kernel/setup.c:686:13: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-4.9.88/arch/arm/kernel/setup.c:686:13: note: Null pointer dereference
linux-4.9.88/arch/arm/kernel/setup.c:707:4: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-4.9.88/arch/arm/kernel/setup.c:707:4: note: Null pointer dereference
linux-4.9.88/arch/arm/kernel/setup.c:709:4: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-4.9.88/arch/arm/kernel/setup.c:709:4: note: Null pointer dereference
linux-4.9.88/arch/arm/kernel/setup.c:710:14: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-4.9.88/arch/arm/kernel/setup.c:710:14: note: Null pointer dereference
linux-4.9.88/arch/arm/kernel/setup.c:932:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/signal.c:327:6: style: The scope of the variable 'thumb' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/signal.c:627:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/smp_scu.c:91:31: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/smp_scu.c:91:48: portability: 'scu_base+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/smp_scu.c:93:31: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/smp_scu.c:93:48: portability: 'scu_base+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/smp_twd.c:196:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/swp_emulate.c:159:10: style: Same expression on both sides of '==' because the value of 'res' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/arm/kernel/swp_emulate.c:134:21: note: 'res' is assigned value '0' here.
linux-4.9.88/arch/arm/kernel/swp_emulate.c:159:10: note: Same expression on both sides of '==' because the value of 'res' and '0' are the same.
linux-4.9.88/arch/arm/kernel/traps.c:565:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/traps.c:554:59: portability: '(void __user*)instruction_pointer(regs)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/traps.c:683:59: portability: '(void __user*)instruction_pointer(regs)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/traps.c:844:25: portability: '(void*)vectors' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/unwind.c:186:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kernel/vdso.c:108:25: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/vdso.c:109:26: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kernel/vdso.c:116:24: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kvm/guest.c:65:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/arch/arm/kvm/guest.c:82:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/arch/arm/kvm/mmio.c:98:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmio.c:99:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmio.c:110:14: warning: Shifting 32-bit value by 55 bits is undefined behaviour. See condition at line 109. [shiftTooManyBits]
linux-4.9.88/arch/arm/kvm/mmio.c:109:11: note: Assuming that condition 'len<sizeof(unsigned long)' is not redundant
linux-4.9.88/arch/arm/kvm/mmio.c:110:14: note: Shift
linux-4.9.88/arch/arm/kvm/mmu.c:503:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:536:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:553:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:587:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:590:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:854:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:872:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/arm/kvm/mmu.c:216:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:245:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:272:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:307:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:319:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:337:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:355:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:370:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:433:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:450:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:467:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:488:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:546:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:578:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:612:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:649:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:1105:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:1131:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:1155:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:1184:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/kvm/mmu.c:692:38: portability: 'from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kvm/mmu.c:692:50: portability: 'from+virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kvm/mmu.c:722:52: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/kvm/psci.c:130:16: style: The scope of the variable 'mpidr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/lib/uaccess_with_memcpy.c:124:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/lib/uaccess_with_memcpy.c:125:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/lib/uaccess_with_memcpy.c:190:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/lib/xor-neon.c:17:0: error: #error You should compile this file with '-mfloat-abi=softfp -mfpu=neon' [preprocessorErrorDirective]
linux-4.9.88/arch/arm/mach-alpine/alpine_cpu_pm.c:56:11: style: The scope of the variable 'watermark' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:255:2: style: Variable 'syscon_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:251:0: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:255:2: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:300:2: style: Variable 'syscon_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:296:0: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-bcm/platsmp-brcmstb.c:300:2: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-cns3xxx/pcie.c:288:19: style: Variable 'private_data' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-davinci/aemif.c:49:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-davinci/aemif.c:55:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-davinci/aemif.c:132:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-davinci/aemif.c:135:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:1449:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:1448:30: note: Assignment 'ret=da850_evm_init_cpufreq()', assigned value is 0
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:1449:6: note: Condition 'ret' is always false
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:341:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:446:27: style: The scope of the variable 'button' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/board-da850-evm.c:663:19: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/board-dm365-evm.c:595:6: style: Condition '!have_leds()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-davinci/clock.c:439:2: style: Variable 'rate' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-davinci/clock.c:436:0: note: Variable 'rate' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-davinci/clock.c:439:2: note: Variable 'rate' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-davinci/cpuidle.c:41:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-davinci/cpuidle.c:43:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-davinci/mux.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/mux.c:39:15: style: The scope of the variable 'reg_orig' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/mux.c:39:29: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/mux.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/pm.c:37:63: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-davinci/serial.c:67:31: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-davinci/time.c:448:2: style: Variable 'wdtcr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-davinci/time.c:447:2: note: Variable 'wdtcr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-davinci/time.c:448:2: note: Variable 'wdtcr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-dove/common.c:109:10: style: Variable 'gephy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:217:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:219:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:248:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:264:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:277:33: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:293:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:295:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:319:47: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:335:47: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:360:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:375:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:393:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:408:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:425:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ebsa110/io.c:435:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ep93xx/clock.c:358:39: style: The scope of the variable 'mclk_rate' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ep93xx/clock.c:128:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-ep93xx/clock.c:136:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-ep93xx/core.c:169:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-ep93xx/core.c:964:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-ep93xx/core.c:965:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-exynos/exynos.c:139:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-exynos/mcpm-exynos.c:234:15: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-exynos/suspend.c:327:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-footbridge/dc21285.c:241:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-footbridge/isa-irq.c:121:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-footbridge/isa-irq.c:119:39: style: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-footbridge/common.h:11:39: note: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'.
linux-4.9.88/arch/arm/mach-footbridge/isa-irq.c:119:39: note: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'.
linux-4.9.88/arch/arm/mach-footbridge/netwinder-hw.c:476:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-footbridge/netwinder-hw.c:492:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-footbridge/netwinder-hw.c:529:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-gemini/gpio.c:53:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-gemini/gpio.c:55:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-hisi/hotplug.c:217:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-hisi/hotplug.c:218:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-hisi/platsmp.c:44:16: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-imx/cpu.c:46:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:47:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:54:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:55:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:56:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:57:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:58:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/cpu.c:59:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-imx/gpc.c:455:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-imx/iomux-mx3.h:106:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-imx/iomux-v3.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:467:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-imx/mach-imx6q.c:235:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-imx/pm-imx5.c:401:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-imx/pm-imx5.c:400:25: note: Assignment 'ret=imx5_cpuidle_init()', assigned value is 0
linux-4.9.88/arch/arm/mach-imx/pm-imx5.c:401:6: note: Condition 'ret' is always false
linux-4.9.88/arch/arm/mach-imx/pm-imx6.c:581:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/avila-pci.c:51:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/dsmg600-pci.c:49:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/goramo_mlr.c:359:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/ixdp425-pci.c:48:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/ixp4xx_npe.c:641:21: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:54:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/miccpt-pci.c:49:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/nas100d-pci.c:46:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/nas100d-setup.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/nslu2-pci.c:43:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ixp4xx/nslu2-setup.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:46:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:137:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:138:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:139:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:140:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-ks8695/pci.c:141:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-lpc32xx/serial.c:75:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-mmp/clock.c:94:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-mmp/pm-mmp2.c:121:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-mmp/pm-mmp2.c:136:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-mmp/pm-mmp2.c:244:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-mmp/pm-pxa910.c:141:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-mmp/pm-pxa910.c:159:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-mmp/sram.c:52:26: warning: Possible null pointer dereference: info [nullPointer]
linux-4.9.88/arch/arm/mach-mmp/sram.c:44:32: note: Assignment 'info=NULL', assigned value is 0
linux-4.9.88/arch/arm/mach-mmp/sram.c:52:26: note: Null pointer dereference
linux-4.9.88/arch/arm/mach-mvebu/pmsu.c:434:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/arm/mach-mxs/mach-mxs.c:67:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-mxs/mach-mxs.c:72:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-mxs/mach-mxs.c:77:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-netx/xc.c:100:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-netx/xc.c:100:20: style: The scope of the variable 'adr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-netx/xc.c:157:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap1/ams-delta-fiq.c:47:12: style: The scope of the variable 'irq_num' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/ams-delta-fiq.c:47:21: style: The scope of the variable 'fiq_count' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/board-htcherald.c:463:15: style: The scope of the variable 'tries' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/board-sx1.c:95:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-omap1/board-sx1.c:89:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap1/board-sx1.c:95:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap1/clock.c:530:19: style: The scope of the variable 'uclk' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/clock.c:772:33: style: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap1/clock.h:183:40: note: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'.
linux-4.9.88/arch/arm/mach-omap1/clock.c:772:33: note: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'.
linux-4.9.88/arch/arm/mach-omap1/clock.c:47:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mach-omap1/dma.c:222:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap1/gpio16xx.c:221:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/gpio16xx.c:223:34: style: The scope of the variable 'pdata' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap1/irq.c:194:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:653:9: warning: Either the condition '!arch_clkdm' is redundant or there is possible null pointer dereference: arch_clkdm. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:643:6: note: Assuming that condition '!arch_clkdm' is not redundant
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:653:9: note: Null pointer dereference
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:777:9: warning: Either the condition '!arch_clkdm' is redundant or there is possible null pointer dereference: arch_clkdm. [nullPointerRedundantCheck]
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:767:6: note: Assuming that condition '!arch_clkdm' is not redundant
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:777:9: note: Null pointer dereference
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:392:48: style: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/clockdomain.h:182:48: note: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'.
linux-4.9.88/arch/arm/mach-omap2/clockdomain.c:392:48: note: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'.
linux-4.9.88/arch/arm/mach-omap2/clockdomains3xxx_data.c:500:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/cm33xx.c:328:2: style: Variable 'hwsup' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-omap2/cm33xx.c:326:0: note: Variable 'hwsup' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/cm33xx.c:328:2: note: Variable 'hwsup' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/cm_common.c:317:30: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/cm_common.c:355:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/control.c:251:6: style: Condition '!offset' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-omap2/control.c:245:33: note: Assignment 'offset=0?624+400:0?624+400:0?772:0?772:0', assigned value is 0
linux-4.9.88/arch/arm/mach-omap2/control.c:251:6: note: Condition '!offset' is always true
linux-4.9.88/arch/arm/mach-omap2/control.c:272:6: style: Condition '!offset' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-omap2/control.c:268:33: note: Assignment 'offset=0?624+404:0?624+404:0', assigned value is 0
linux-4.9.88/arch/arm/mach-omap2/control.c:272:6: note: Condition '!offset' is always true
linux-4.9.88/arch/arm/mach-omap2/control.c:685:27: style: The scope of the variable 'scm_conf' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/control.c:687:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/control.c:181:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/control.c:194:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/display.c:583:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/display.c:460:8: style: Boolean variable 'lcd_en' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-omap2/display.c:460:38: style: Boolean variable 'lcd3_en' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-omap2/gpmc-onenand.c:97:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap2/gpmc-onenand.c:99:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap2/gpmc-onenand.c:125:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap2/gpmc-onenand.c:131:31: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap2/mcbsp.c:67:2: style: Variable 'pdata' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-omap2/mcbsp.c:62:0: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/mcbsp.c:67:2: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/mux.c:70:46: style: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:291:46: note: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:70:46: note: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:70:61: style: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:291:53: note: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:70:61: note: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:78:48: style: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:301:48: note: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:78:48: note: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:79:11: style: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:301:64: note: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:79:11: note: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:87:54: style: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:310:54: note: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:87:54: note: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'.
linux-4.9.88/arch/arm/mach-omap2/mux.c:1041:2: error: Address of auto-variable 'entry->mux' returned [returnAddressOfAutoVariable]
linux-4.9.88/arch/arm/mach-omap2/mux34xx.c:2029:50: style: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/mux.h:332:43: note: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'.
linux-4.9.88/arch/arm/mach-omap2/mux34xx.c:2029:50: note: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'.
linux-4.9.88/arch/arm/mach-omap2/omap_device.c:209:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_device.c:356:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_device.c:383:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_device.c:568:31: style: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/omap_device.h:79:27: note: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'.
linux-4.9.88/arch/arm/mach-omap2/omap_device.c:568:31: note: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:1247:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:1244:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:1247:2: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:845:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:956:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:990:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:1375:7: style: The scope of the variable 'clkdm_act' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2349:16: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2556:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2907:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3275:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3472:29: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3496:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3498:41: style: The scope of the variable 'addr_cnt' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3334:45: style: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.h:719:45: note: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3334:45: note: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3596:43: style: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.h:736:43: note: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:3596:43: note: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'.
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2809:22: portability: '(void*)(*ml)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-omap2/omap_hwmod.c:2519:34: error: Uninitialized variable: index [uninitvar]
linux-4.9.88/arch/arm/mach-omap2/omap_phy_internal.c:83:2: style: Variable 'regval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/omap_phy_internal.c:131:2: style: Variable 'regval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/pm34xx.c:203:2: style: Variable 'mpu_next_state' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-omap2/pm34xx.c:197:0: note: Variable 'mpu_next_state' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/pm34xx.c:203:2: note: Variable 'mpu_next_state' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-omap2/pm34xx.c:200:6: style: The scope of the variable 'per_going_off' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:278:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:277:24: note: Assignment 'ret=omap4_mpuss_init()', assigned value is 0
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:278:6: note: Condition 'ret' is always false
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:191:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:192:22: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/pm44xx.c:192:29: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:163:25: style: The scope of the variable 'trace_state' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:297:53: style: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/powerdomain.h:203:53: note: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:297:53: note: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:320:48: style: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/powerdomain.h:204:48: note: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:320:48: note: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:1084:56: style: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/powerdomain.h:249:63: note: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:1084:56: note: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'.
linux-4.9.88/arch/arm/mach-omap2/powerdomain.c:186:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:31:48: style: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:29:55: note: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:31:48: note: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:36:59: style: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:30:66: note: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:36:59: note: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:41:72: style: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:32:14: note: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prcm_mpu44xx.c:41:72: note: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'.
linux-4.9.88/arch/arm/mach-omap2/prm2xxx_3xxx.c:86:23: style: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/prm2xxx_3xxx.h:107:23: note: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'.
linux-4.9.88/arch/arm/mach-omap2/prm2xxx_3xxx.c:86:23: note: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'.
linux-4.9.88/arch/arm/mach-omap2/prm3xxx.c:707:7: style: The scope of the variable 'irq_num' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:759:30: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:804:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:805:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:173:40: style: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/prcm-common.h:552:47: note: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'.
linux-4.9.88/arch/arm/mach-omap2/prm_common.c:173:40: note: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'.
linux-4.9.88/arch/arm/mach-omap2/prminst44xx.c:194:6: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/sr_device.c:64:17: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-omap2/timer.c:204:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/timer.c:237:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/usb-musb.c:61:56: style: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/usb.h:63:56: note: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'.
linux-4.9.88/arch/arm/mach-omap2/usb-musb.c:61:56: note: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'.
linux-4.9.88/arch/arm/mach-omap2/voltage.c:336:25: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-omap2/voltage.c:334:41: style: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-omap2/voltage.h:168:41: note: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'.
linux-4.9.88/arch/arm/mach-omap2/voltage.c:334:41: note: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'.
linux-4.9.88/arch/arm/mach-orion5x/kurobox_pro-setup.c:189:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-orion5x/pci.c:281:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-orion5x/pci.c:305:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-orion5x/terastation_pro2-setup.c:168:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-orion5x/ts78xx-setup.c:610:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-orion5x/ts78xx-setup.c:609:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-orion5x/ts78xx-setup.c:610:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-orion5x/ts78xx-setup.c:124:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-orion5x/ts78xx-fpga.h:21:14: error: Signed integer overflow for expression '(16777215<<8)+1'. [integerOverflow]
linux-4.9.88/arch/arm/mach-pxa/balloon3.c:506:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/irq.c:96:11: style: The scope of the variable 'icip' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/irq.c:96:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/irq.c:166:30: portability: 'irq_base(0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-pxa/irq.c:117:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-pxa/irq.c:131:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-pxa/magician.c:531:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-pxa/magician.c:529:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-pxa/magician.c:531:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-pxa/magician.c:883:6: style: The scope of the variable 'lcd_select' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/mfp-pxa2xx.c:138:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/pcm990-baseboard.c:354:7: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-pxa/pm.c:26:41: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/pxa930.c:202:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/pxa930.c:210:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-pxa/viper.c:309:6: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/zeus.c:137:6: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/zylonite_pxa300.c:187:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-pxa/zylonite_pxa320.c:166:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-qcom/platsmp.c:322:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-rockchip/platsmp.c:77:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-rockchip/pm.c:315:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-rpc/dma.c:58:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-rpc/dma.c:58:21: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-rpc/irq.c:120:20: style: The scope of the variable 'clr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/bast-irq.c:106:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/bast-irq.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/bast-irq.c:130:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:38:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:406:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:439:16: style: The scope of the variable 'bankcon' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/iotiming-s3c2412.c:44:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/iotiming-s3c2412.c:178:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-h1940.c:532:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-h1940.c:532:13: style: The scope of the variable 'retries' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:73:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:74:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:81:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:82:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:73:7: style: Boolean variable 'old_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:74:7: style: Boolean variable 'cur_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:81:18: style: Boolean variable 'new_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:82:18: style: Boolean variable 'new_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm/mach-s3c24xx/pm-s3c2410.c:61:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-s3c24xx/pm-s3c2410.c:77:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-s3c24xx/simtec-audio.c:58:41: style: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-s3c24xx/simtec.h:20:41: note: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'.
linux-4.9.88/arch/arm/mach-s3c24xx/simtec-audio.c:58:41: note: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'.
linux-4.9.88/arch/arm/mach-s3c24xx/simtec-audio.c:59:43: style: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-s3c24xx/simtec.h:21:43: note: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'.
linux-4.9.88/arch/arm/mach-s3c24xx/simtec-audio.c:59:43: note: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'.
linux-4.9.88/arch/arm/mach-s3c24xx/simtec-usb.c:78:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c64xx/common.c:232:34: style: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-s3c64xx/common.h:22:27: note: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'.
linux-4.9.88/arch/arm/mach-s3c64xx/common.c:232:34: note: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'.
linux-4.9.88/arch/arm/mach-s3c64xx/common.c:232:50: style: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-s3c64xx/common.h:22:37: note: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'.
linux-4.9.88/arch/arm/mach-s3c64xx/common.c:232:50: note: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'.
linux-4.9.88/arch/arm/mach-s3c64xx/mach-crag6410-module.c:353:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c64xx/mach-smartq.c:104:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s3c64xx/pm.c:64:7: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-s5pv210/pm.c:161:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-sa1100/assabet.c:589:2: style: Variable 'bsr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-sa1100/assabet.c:586:0: note: Variable 'bsr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-sa1100/assabet.c:589:2: note: Variable 'bsr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-sa1100/assabet.c:282:22: style: The scope of the variable 'bcr_state' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-sa1100/assabet.c:521:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/mach-sa1100/cerf.c:99:0: error: #error "Undefined flash size for CERF" [preprocessorErrorDirective]
linux-4.9.88/arch/arm/mach-sa1100/clock.c:71:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-sa1100/clock.c:86:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-sa1100/jornada720_ssp.c:89:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-sa1100/lart.c:108:6: style: Condition 'inf' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mach-sa1100/lart.c:93:35: note: Assignment 'inf=NULL', assigned value is 0
linux-4.9.88/arch/arm/mach-sa1100/lart.c:108:6: note: Condition 'inf' is always false
linux-4.9.88/arch/arm/mach-sa1100/neponset.c:172:15: style: The scope of the variable 'irr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-sa1100/pci-nanoengine.c:38:52: portability: '(void __iomem*)NANO_PCI_CONFIG_SPACE_VIRT' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-sa1100/simpad.c:138:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm/mach-shmobile/platsmp-apmu.c:41:29: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-shmobile/platsmp-apmu.c:44:25: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-shmobile/platsmp-apmu.c:53:22: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-shmobile/platsmp-apmu.c:62:25: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-socfpga/ocram.c:109:43: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-socfpga/ocram.c:112:15: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-socfpga/ocram.c:121:17: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mach-spear/pl080.c:32:40: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mach-spear/time.c:157:48: style: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-spear/time.c:69:48: note: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'.
linux-4.9.88/arch/arm/mach-spear/time.c:157:48: note: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'.
linux-4.9.88/arch/arm/mach-tegra/reset.c:57:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm/mach-tegra/reset.c:51:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-tegra/reset.c:57:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm/mach-vexpress/spc.c:450:38: style: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/mach-vexpress/spc.h:18:38: note: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'.
linux-4.9.88/arch/arm/mach-vexpress/spc.c:450:38: note: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'.
linux-4.9.88/arch/arm/mach-vexpress/spc.c:366:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mach-vexpress/spc.c:318:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mm/alignment.c:874:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:76:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:81:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:105:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:107:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:133:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:134:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:135:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:184:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:279:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:280:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:288:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:409:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:554:51: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:556:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:558:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:560:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:563:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:568:54: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:573:49: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:593:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:618:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:633:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:663:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:666:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:678:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:765:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:910:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:669:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:670:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:680:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mm/cache-l2x0.c:681:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/mm/cache-tauros2.c:269:11: style: Condition 'mode==NULL' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/arm/mm/cache-tauros2.c:210:15: note: Assignment 'mode=NULL', assigned value is 0
linux-4.9.88/arch/arm/mm/cache-tauros2.c:269:11: note: Condition 'mode==NULL' is always true
linux-4.9.88/arch/arm/mm/cache-tauros2.c:269:11: style: Same expression on both sides of '==' because the value of 'mode' and 'NULL' are the same. [duplicateExpression]
linux-4.9.88/arch/arm/mm/cache-tauros2.c:210:15: note: 'mode' is assigned value 'NULL' here.
linux-4.9.88/arch/arm/mm/cache-tauros2.c:269:11: note: Same expression on both sides of '==' because the value of 'mode' and 'NULL' are the same.
linux-4.9.88/arch/arm/mm/cache-xsc3l2.c:55:25: style: The scope of the variable 'set_way' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/cache-xsc3l2.c:165:25: style: The scope of the variable 'set_way' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/dma-mapping.c:291:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/dma-mapping.c:302:30: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/dma-mapping.c:994:14: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/dma-mapping.c:999:15: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/mm/dump.c:230:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/dump.c:260:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/dump.c:272:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/dump.c:290:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/dump.c:307:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/fault.c:553:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mm/fault.c:586:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/mm/highmem.c:105:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/highmem.c:105:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/idmap.c:74:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/mm/idmap.c:96:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/mm/init.c:56:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/init.c:365:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/ioremap.c:50:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/ioremap.c:72:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmap.c:59:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmap.c:110:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmu.c:990:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmu.c:1051:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmu.c:1052:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm/mm/mmu.c:765:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/mm/mmu.c:790:38: error: Expression 'pmd++,addr+=SECTION_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/mm/mmu.c:824:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/mm/mmu.c:839:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm/nwfpe/softfloat-macros:320:10: style: The scope of the variable 'negCount' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat-macros:562:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:222:10: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:393:10: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:970:10: style: The scope of the variable 'aSign' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'aSig64' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'bSig64' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'q64' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1455:0: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1455:0: style: The scope of the variable 'term' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1865:10: style: The scope of the variable 'aSign' can be reduced. [variableScope]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:1362:13: style: Variable 'bSign' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/nwfpe/softfloat.c:2258:13: style: Variable 'bSign' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/arm/plat-omap/counter_32k.c:92:26: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-omap/counter_32k.c:94:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-omap/counter_32k.c:96:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-omap/dmtimer.c:366:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-omap/i2c.c:100:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-orion/mpp.c:23:17: portability: 'dev_bus' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:57:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:62:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:67:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:72:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:77:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:86:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:89:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:103:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:105:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:115:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:135:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:136:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:137:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:141:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:142:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:143:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:146:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:147:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:148:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:157:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:158:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:162:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:176:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:177:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:178:45: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:194:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:198:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:203:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:205:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:215:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:217:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:234:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:236:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:240:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:253:23: portability: 'wa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:275:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:278:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:280:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:280:41: portability: 'base+6396' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:282:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-orion/pcie.c:282:41: portability: 'base+6396' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-pxa/mfp.c:246:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-pxa/mfp.c:247:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1227:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1242:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1258:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1260:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1296:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:1297:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:778:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:804:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-samsung/gpio-samsung.c:840:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/plat-samsung/pm-check.c:25:0: error: #error CONFIG_SAMSUNG_PM_CHECK_CHUNKSIZE must be a positive non-zero value [preprocessorErrorDirective]
linux-4.9.88/arch/arm/plat-samsung/pm-gpio.c:331:28: style: The scope of the variable 'ourchip' can be reduced. [variableScope]
linux-4.9.88/arch/arm/plat-samsung/pm-gpio.c:371:28: style: The scope of the variable 'ourchip' can be reduced. [variableScope]
linux-4.9.88/arch/arm/probes/decode-arm.c:61:45: style: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/probes/decode-arm.h:56:45: note: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:61:45: note: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:73:46: style: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/probes/decode-arm.h:58:46: note: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:73:46: note: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:84:48: style: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/probes/decode-arm.h:60:48: note: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:84:48: note: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:99:45: style: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/probes/decode-arm.h:62:45: note: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:99:45: note: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:107:50: style: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-4.9.88/arch/arm/probes/decode-arm.h:64:50: note: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/decode-arm.c:107:50: note: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-4.9.88/arch/arm/probes/kprobes/actions-thumb.c:610:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:1420:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:1422:2: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:1420:2: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:564:20: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:604:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm/probes/kprobes/test-core.c:660:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/arm/probes/uprobes/core.c:120:29: portability: 'xol_page_kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/vdso/vgettimeofday.c:29:0: error: #error This code depends on AEABI system call conventions [preprocessorErrorDirective]
linux-4.9.88/arch/arm/vfp/vfpdouble.c:397:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpdouble.c:407:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpdouble.c:1177:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/vfp/vfpmodule.c:269:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpmodule.c:270:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpsingle.c:441:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpsingle.c:451:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm/vfp/vfpsingle.c:1217:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/arm/xen/enlighten.c:238:26: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm/xen/p2m.c:65:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/alternative.c:50:27: portability: '(void*)&(alt)->alt_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/alternative.c:125:13: portability: '(void*)&(alt)->orig_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/alternative.c:126:13: portability: '(void*)&(alt)->alt_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/alternative.c:176:16: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/cacheinfo.c:87:15: style: The scope of the variable 'ctype' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/cacheinfo.c:69:48: style: Boolean variable 'is_icache' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/arm64/kernel/hibernate.c:152:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/hibernate.c:361:50: error: Expression 'dst_pte++,src_pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/kernel/hibernate.c:394:44: error: Expression 'dst_pmd++,src_pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/kernel/hibernate.c:427:44: error: Expression 'dst_pud++,src_pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/kernel/hibernate.c:446:44: error: Expression 'dst_pgd++,src_pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/kernel/hw_breakpoint.c:205:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/insn.c:136:2: style: Variable 'waddr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/arm64/kernel/insn.c:131:0: note: Variable 'waddr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm64/kernel/insn.c:136:2: note: Variable 'waddr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/arm64/kernel/insn.c:234:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/insn.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/io.c:31:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:32:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:38:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:39:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:45:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:46:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:60:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:61:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:67:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:68:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:74:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:75:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:94:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:100:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/io.c:106:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/kgdb.c:118:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/kgdb.c:131:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/module-plts.c:50:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/arm64/kernel/module-plts.c:177:35: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/module.c:212:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/module.c:413:36: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/probes/kprobes.c:236:16: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kernel/probes/simulate-insn.c:71:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm64/kernel/probes/simulate-insn.c:79:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm64/kernel/probes/simulate-insn.c:86:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm64/kernel/probes/simulate-insn.c:94:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm64/kernel/probes/simulate-insn.c:126:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/arm64/kernel/signal.c:191:7: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/signal.c:201:7: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/kernel/signal32.c:64:7: style: struct member 'compat_ucontext::__unused' is never used. [unusedStructMember]
linux-4.9.88/arch/arm64/kernel/sys_compat.c:34:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/kvm/guest.c:69:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/arch/arm64/kvm/guest.c:88:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/arch/arm64/kvm/sys_regs.c:2240:23: error: Uninitialized variable: clidr [uninitvar]
linux-4.9.88/arch/arm64/kvm/sys_regs.c:2241:17: error: Uninitialized struct member: clidr.val [uninitStructMember]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:234:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:235:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:251:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:252:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:283:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:284:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:297:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dma-mapping.c:298:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dump.c:207:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dump.c:246:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dump.c:258:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dump.c:275:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/dump.c:294:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/fault.c:212:27: style: The scope of the variable 'inf' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/fault.c:236:27: style: The scope of the variable 'inf' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/hugetlbpage.c:226:9: style: The scope of the variable 'cpte' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/init.c:361:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/arm64/mm/kasan_init.c:43:29: error: Expression 'pte++,addr=next,addr!=end&&pte_none(*pte)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/kasan_init.c:60:29: error: Expression 'pmd++,addr=next,addr!=end&&pmd_none(*pmd)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/kasan_init.c:77:29: error: Expression 'pud++,addr=next,addr!=end&&pud_none(*pud)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/kasan_init.c:91:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/kasan_init.c:114:27: error: Expression 'pgd++,pgd_new++,pgd!=pgd_end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/mmu.c:120:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/mmu.c:172:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/mmu.c:236:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/mmu.c:267:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/arm64/mm/mmu.c:702:33: portability: '(void*)dt_virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/arm64/mm/numa.c:421:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/module.c:90:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/kernel/module.c:91:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/kernel/module.c:108:22: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/kernel/module.c:163:38: portability: '(void*)dstsec->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/kernel/process.c:160:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/process.c:240:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:241:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:242:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:243:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:244:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:246:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:247:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:248:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:249:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:250:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:251:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:252:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:253:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:254:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/process.c:255:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/avr32/kernel/ptrace.c:237:17: style: The scope of the variable 'trampoline_addr' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:248:16: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:472:11: style: The scope of the variable 'bootmap_size' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:473:16: style: The scope of the variable 'first_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:473:27: style: The scope of the variable 'bootmap_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:473:40: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:474:16: style: The scope of the variable 'max_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/kernel/setup.c:474:25: style: The scope of the variable 'max_low_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:131:16: style: The scope of the variable 'mul' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:138:16: style: The scope of the variable 'pll_in' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:204:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:371:53: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:539:42: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:197:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:208:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:218:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:222:13: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:233:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:241:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:260:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:273:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:283:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:348:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:353:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:361:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:374:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:398:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:409:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:414:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:422:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:435:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:440:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:448:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:461:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:466:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:474:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:516:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:521:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:529:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:542:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:557:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:569:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:583:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:596:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2281:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2289:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2291:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2332:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2333:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2334:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:2335:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/at32ap700x.c:475:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/avr32/mach-at32ap/extint.c:151:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/mach-at32ap/pio.c:394:2: style: Variable 'pio' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/avr32/mach-at32ap/pio.c:389:0: note: Variable 'pio' is reassigned a value before the old one has been used.
linux-4.9.88/arch/avr32/mach-at32ap/pio.c:394:2: note: Variable 'pio' is reassigned a value before the old one has been used.
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:130:15: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:133:3: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:152:15: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:155:3: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:226:31: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mach-at32ap/pm.c:227:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/avr32/mm/tlb.c:223:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/oprofile/op_model_avr32.c:102:17: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-4.9.88/arch/avr32/oprofile/op_model_avr32.c:131:29: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/bfin_dma.c:566:19: portability: 'pdst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/kernel/bfin_dma.c:566:32: portability: 'psrc' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/kernel/bfin_gpio.c:61:0: error: #error no gpio arrays defined [preprocessorErrorDirective]
linux-4.9.88/arch/blackfin/kernel/cplbinfo.c:167:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/blackfin/kernel/cplbinfo.c:158:36: style: The scope of the variable 'cpu_dir' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/cplbinfo.c:88:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/blackfin/kernel/cplbinfo.c:130:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:302:3: style: Variable '_buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:299:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:302:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:305:3: style: Variable '_buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:302:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:305:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:847:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:803:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:847:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1532:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1521:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1532:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1559:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1532:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1559:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1778:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1559:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1778:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/kernel/debug-mmrs.c:1778:11: style: Variable 'parent' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/blackfin/kernel/ipipe.c:190:35: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/kgdb.c:366:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/module.c:158:16: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/module.c:241:27: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/kernel/process.c:145:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/ptrace.c:386:2: warning: Label 'case_default' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
linux-4.9.88/arch/blackfin/kernel/ptrace.c:65:28: portability: 'reg_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/kernel/ptrace.c:106:25: portability: 'reg_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/kernel/setup.c:303:16: style: The scope of the variable 'current_type' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/shadow_console.c:28:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/time-ts.c:394:0: error: #error at least one clock event device is required [preprocessorErrorDirective]
linux-4.9.88/arch/blackfin/kernel/trace.c:784:43: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/kernel/trace.c:805:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/blackfin/lib/ashrdi3.c:27:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/blackfin/mach-bf538/ext-gpio.c:21:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mach-bf538/ext-gpio.c:22:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mach-bf538/ext-gpio.c:23:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mach-bf538/ext-gpio.c:24:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mach-bf538/ext-gpio.c:25:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mach-bf609/clock.c:186:16: style: The scope of the variable 'drate' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/mach-bf609/clock.c:215:16: style: The scope of the variable 'drate' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/mach-bf609/clock.c:397:14: style: The scope of the variable 'clkp' can be reduced. [variableScope]
linux-4.9.88/arch/blackfin/mach-bf609/pm.c:326:6: style: Unused variable: irq [unusedVariable]
linux-4.9.88/arch/blackfin/mach-common/arch_checks.c:47:0: error: #error "The kernel load address is too high; keep it below 10meg for safety" [preprocessorErrorDirective]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:123:22: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:155:30: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:162:39: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:171:32: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:175:36: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:176:35: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:180:22: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/isram-driver.c:190:20: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:769:2: style: Variable 'lsl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:766:0: note: Variable 'lsl' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:769:2: note: Variable 'lsl' is reassigned a value before the old one has been used.
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:274:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:85:88: portability: '(void*)get_l1_scratch_start_cpu(cpu)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:304:16: portability: 'pslot->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:388:42: portability: 'plast->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/blackfin/mm/sram-alloc.c:397:28: portability: 'plast->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/kernel/module.c:53:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/kernel/module.c:64:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/kernel/setup.c:99:29: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/kernel/traps.c:270:15: style: The scope of the variable 'iexcept_num' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/kernel/traps.c:318:15: style: The scope of the variable 'type_num' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/kernel/traps.c:357:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/lib/checksum.c:23:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/lib/checksum.c:23:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/platforms/cache.c:225:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/c6x/platforms/cache.c:239:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/c6x/platforms/cache.c:299:9: style: Variable 'ccfg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/c6x/platforms/dscr.c:350:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:399:21: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:401:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:474:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:474:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:530:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/dscr.c:292:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/platforms/dscr.c:304:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/platforms/dscr.c:339:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/c6x/platforms/dscr.c:102:9: style: struct member 'dscr_ops::init' is never used. [unusedStructMember]
linux-4.9.88/arch/c6x/platforms/emif.c:50:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/megamod-pic.c:100:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/megamod-pic.c:102:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/megamod-pic.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/c6x/platforms/pll.c:351:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/drivers/axisflashmap.c:293:47: portability: '(void*)ptable_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v10/drivers/axisflashmap.c:293:70: portability: '(void*)ptable_head+sizeof(*ptable_head)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v10/drivers/eeprom.c:78:7: style: struct member 'eeprom_type::retry_cnt_read' is never used. [unusedStructMember]
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:571:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:569:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:571:4: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:143:44: style: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:52:44: note: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v10/drivers/gpio.c:143:44: note: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v10/drivers/sync_serial.c:981:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/drivers/sync_serial.c:656:51: style: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/arch-v10/drivers/sync_serial.c:159:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v10/drivers/sync_serial.c:656:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v10/kernel/debugport.c:381:8: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/fasttimer.c:367:29: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/fasttimer.c:368:17: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/irq.c:169:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:426:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:480:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:481:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:528:6: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:669:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:601:60: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
linux-4.9.88/arch/cris/arch-v10/kernel/kgdb.c:641:53: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
linux-4.9.88/arch/cris/arch-v10/kernel/ptrace.c:132:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/drivers/axisflashmap.c:312:14: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/drivers/axisflashmap.c:418:47: portability: '(void*)ptable_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/axisflashmap.c:418:70: portability: '(void*)ptable_head+sizeof(*ptable_head)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:384:2: style: Variable 'cdesc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:370:0: note: Variable 'cdesc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:384:2: note: Variable 'cdesc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:1592:2: style: Variable 'sess' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:1581:0: note: Variable 'sess' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:1592:2: note: Variable 'sess' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:2435:6: style: The scope of the variable 'tmplen' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:3130:30: style: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:219:42: note: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:3130:30: note: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'.
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:812:83: portability: 'iop_alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:812:85: portability: 'iop_alloc_ptr+31' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:2269:85: portability: 'iop_alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:2269:87: portability: 'iop_alloc_ptr+31' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/arch-v32/drivers/cryptocop.c:2941:14: style: Variable 'spdl_err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/cris/arch-v32/drivers/iop_fw_load.c:23:0: error: #error "This driver is broken with regard to its driver core usage." [preprocessorErrorDirective]
linux-4.9.88/arch/cris/arch-v32/drivers/sync_serial.c:558:51: style: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/arch-v32/drivers/sync_serial.c:181:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v32/drivers/sync_serial.c:558:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/arch/cris/arch-v32/kernel/irq.c:417:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:641:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:666:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:712:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:713:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:764:6: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:846:10: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:846:14: style: The scope of the variable 'trig_bits' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:846:29: style: The scope of the variable 'rw_bits' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:847:7: style: The scope of the variable 'trig_mask' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:1520:24: style: Unused variable: intr_mask [unusedVariable]
linux-4.9.88/arch/cris/arch-v32/kernel/kgdb.c:1521:23: style: Unused variable: ser_intr_mask [unusedVariable]
linux-4.9.88/arch/cris/arch-v32/kernel/ptrace.c:138:8: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-4.9.88/arch/cris/arch-v32/kernel/signal.c:426:15: style: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/arch-v32/kernel/signal.c:50:20: note: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'.
linux-4.9.88/arch/cris/arch-v32/kernel/signal.c:426:15: note: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'.
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:540:2: style: Variable 'masked_intr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:526:0: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:540:2: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:596:2: style: Variable 'masked_intr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:582:0: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/mach-a3/arbiter.c:596:2: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/cris/arch-v32/mach-a3/dma.c:71:0: error: #error Check dma.c [preprocessorErrorDirective]
linux-4.9.88/arch/cris/arch-v32/mach-fs/dma.c:73:0: error: #error Check dma.c [preprocessorErrorDirective]
linux-4.9.88/arch/cris/boot/compressed/misc.c:203:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/cris/boot/compressed/misc.c:219:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/cris/boot/compressed/misc.c:108:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/cris/boot/compressed/misc.c:219:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/cris/boot/tools/build.c:71:21: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/cris/boot/tools/build.c:82:28: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/cris/boot/tools/build.c:91:21: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/cris/boot/tools/build.c:108:16: style: Unused variable: tmp_int [unusedVariable]
linux-4.9.88/arch/cris/boot/tools/build.c:109:26: style: Unused variable: tmp_long [unusedVariable]
linux-4.9.88/arch/cris/kernel/asm-offsets.c:12:0: error: #error One of ARCH v10 and ARCH v32 must be true! [preprocessorErrorDirective]
linux-4.9.88/arch/cris/kernel/module.c:61:7: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/cris/kernel/stacktrace.c:24:22: style: struct member 'stack_trace_data::trace' is never used. [unusedStructMember]
linux-4.9.88/arch/cris/kernel/stacktrace.c:25:15: style: struct member 'stack_trace_data::no_sched_functions' is never used. [unusedStructMember]
linux-4.9.88/arch/cris/kernel/stacktrace.c:26:15: style: struct member 'stack_trace_data::skip' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/debug-stub.c:157:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/debug-stub.c:84:10: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/frv/kernel/dma.c:460:2: style: Variable 'cctr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/frv/kernel/gdb-io.c:125:3: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/frv/kernel/gdb-io.c:124:21: note: Variable 'ix' is reassigned a value before the old one has been used.
linux-4.9.88/arch/frv/kernel/gdb-io.c:125:3: note: Variable 'ix' is reassigned a value before the old one has been used.
linux-4.9.88/arch/frv/kernel/gdb-io.c:114:15: style: The scope of the variable 'nix' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:1376:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:269:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:270:16: style: The scope of the variable 'xmitcsum' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:272:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:272:21: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:364:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:365:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:409:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:617:6: style: The scope of the variable 'qty' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:407:48: style: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'. [funcArgNamesDifferent]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:215:48: note: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:407:48: note: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:666:43: style: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'. [funcArgNamesDifferent]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:216:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:666:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:827:56: style: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'. [funcArgNamesDifferent]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:213:49: note: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:827:56: note: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'.
linux-4.9.88/arch/frv/kernel/gdb-stub.c:146:17: style: struct member 'Anonymous0::hsr0' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:146:23: style: struct member 'Anonymous0::pcsr' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:146:29: style: struct member 'Anonymous0::esr0' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:146:35: style: struct member 'Anonymous0::ear0' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/gdb-stub.c:146:41: style: struct member 'Anonymous0::epcr0' is never used. [unusedStructMember]
linux-4.9.88/arch/frv/kernel/irq.c:152:0: error: #error dont know external IRQ trigger levels for this setup [preprocessorErrorDirective]
linux-4.9.88/arch/frv/kernel/process.c:172:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/ptrace.c:259:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/setup.c:1025:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1026:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1027:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1028:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1029:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1030:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/setup.c:1031:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/traps.c:573:6: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-4.9.88/arch/frv/kernel/traps.c:504:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/kernel/traps.c:549:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/frv/lib/checksum.c:147:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/lib/checksum.c:147:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:102:12: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:102:12: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:105:3: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:106:12: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:135:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:135:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:138:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:139:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:139:4: portability: '(volatile void __iomem*)__region_CS1+136' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:145:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:145:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:148:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:149:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:149:4: portability: '(volatile void __iomem*)__region_CS1+136' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:155:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:155:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:158:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mb93090-mb00/pci-vdk.c:159:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/frv/mm/mmu-context.c:46:20: style: The scope of the variable '_p' can be reduced. [variableScope]
linux-4.9.88/arch/frv/mm/mmu-context.c:48:11: style: The scope of the variable 'cxn' can be reduced. [variableScope]
linux-4.9.88/arch/frv/mm/pgalloc.c:55:6: style: The scope of the variable 'loop' can be reduced. [variableScope]
linux-4.9.88/arch/h8300/kernel/kgdb.c:45:39: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/h8300/kernel/kgdb.c:50:29: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/h8300/kernel/kgdb.c:69:25: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/h8300/kernel/kgdb.c:73:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/h8300/kernel/process.c:136:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/h8300/kernel/traps.c:118:25: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/h8300/lib/ashrdi3.c:14:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/hexagon/kernel/kgdb.c:95:63: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/hexagon/kernel/kgdb.c:106:36: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/hexagon/kernel/module.c:86:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/kernel/module.c:87:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/kernel/module.c:103:23: portability: 'loc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/hexagon/kernel/process.c:153:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/kernel/smp.c:109:16: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/kernel/smp.c:201:35: portability: '(void*)thread' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/hexagon/kernel/time.c:182:6: style: Condition '!resource' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/hexagon/kernel/time.c:177:30: note: Assignment 'resource=NULL', assigned value is 0
linux-4.9.88/arch/hexagon/kernel/time.c:182:6: note: Condition '!resource' is always true
linux-4.9.88/arch/hexagon/kernel/traps.c:158:7: portability: '(void*)fp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/hexagon/lib/checksum.c:101:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/mm/uaccess.c:37:7: style: The scope of the variable 'uncleared' can be reduced. [variableScope]
linux-4.9.88/arch/hexagon/mm/uaccess.c:45:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:649:24: warning: Possible null pointer dereference: ioc [nullPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:974:25: note: Calling function 'sba_alloc_range', 1st argument 'ioc' value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:649:24: note: Null pointer dereference
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:956:11: error: Null pointer dereference: ioc [nullPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:956:11: note: Null pointer dereference
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1003:9: error: Null pointer dereference: ioc [nullPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1003:9: note: Null pointer dereference
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1062:36: error: Null pointer dereference: ioc [nullPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1058:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1062:36: note: Null pointer dereference
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1500:11: error: Null pointer dereference: ioc [nullPointer]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1470:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1500:11: note: Null pointer dereference
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1324:22: style: The scope of the variable 'vcontig_sg' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1325:16: style: The scope of the variable 'vcontig_len' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1326:16: style: The scope of the variable 'vcontig_end' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1327:22: style: The scope of the variable 'dma_sg' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1328:16: style: The scope of the variable 'dma_offset' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1328:28: style: The scope of the variable 'dma_len' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:1771:16: style: The scope of the variable 'rope_config' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/common/sba_iommu.c:990:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/hp/sim/boot/fw-emu.c:127:0: error: #error Not implemented yet... [preprocessorErrorDirective]
linux-4.9.88/arch/ia64/hp/sim/hpsim_console.c:50:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/sim/simeth.c:429:19: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/sim/simscsi.c:148:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/ia64/hp/sim/simscsi.c:208:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/sim/simscsi.c:209:9: style: The scope of the variable 'disk_size' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/sim/simscsi.c:210:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/hp/sim/simserial.c:193:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/acpi.c:774:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/asm-offsets.c:221:0: error: #error "CLONE_SETTLS_BIT incorrect, please fix" [preprocessorErrorDirective]
linux-4.9.88/arch/ia64/kernel/brl_emu.c:18:27: style: struct member 'illegal_op_return::arg2' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/brl_emu.c:18:33: style: struct member 'illegal_op_return::arg3' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/crash.c:196:6: style: Condition '!kdump_on_init' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/kernel/crash.c:196:24: style: Condition '!kdump_on_fatal_mca' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/kernel/crash.c:217:7: style: Condition 'kdump_on_init' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/kernel/crash.c:224:7: style: Condition 'kdump_on_init' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/kernel/crash.c:229:7: style: Condition 'kdump_on_fatal_mca' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/kernel/crash_dump.c:43:32: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/crash_dump.c:47:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:351:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:477:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:604:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:689:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:722:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:742:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/efi.c:357:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:360:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:554:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:609:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:612:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:693:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:696:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:726:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:729:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:747:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:752:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:980:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:991:55: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1000:15: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1001:11: portability: 'q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1059:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1062:55: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1079:15: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1080:11: portability: 'q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1182:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:1187:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/efi.c:554:18: style: Variable 'efi_map_end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/efi.c:555:18: style: Variable 'efi_desc_size' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/ftrace.c:115:23: warning: Possible null pointer dereference: old_code [nullPointer]
linux-4.9.88/arch/ia64/kernel/ftrace.c:169:37: note: Calling function 'ftrace_modify_code', 2nd argument 'old_code' value is 0
linux-4.9.88/arch/ia64/kernel/ftrace.c:115:23: note: Null pointer dereference
linux-4.9.88/arch/ia64/kernel/iosapic.c:293:6: style: The scope of the variable 'rte_index' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/iosapic.c:312:6: style: The scope of the variable 'rte_index' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/iosapic.c:519:6: style: The scope of the variable 'new_irq' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/iosapic.c:1036:15: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/iosapic.c:237:11: style: Variable 'redir' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/irq_ia64.c:109:11: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/kprobes.c:567:17: style: The scope of the variable 'other_kp' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:918:25: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/mca.c:933:19: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/mca.c:211:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:246:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:247:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:249:15: style: The scope of the variable 'printed_len' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:1226:24: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca.c:1848:13: style: The scope of the variable 'first_time' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/mca_drv.c:547:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/module.c:793:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/module.c:450:41: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/module.c:547:26: portability: '(void*)plt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/module.c:550:26: portability: '(void*)plt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/module.c:831:40: portability: '(void*)target_sec->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/nr-irqs.c:17:8: style: union member 'paravirt_nr_irqs_max::ia64_native_nr_irqs' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/palinfo.c:942:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/ia64/kernel/palinfo.c:961:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/ia64/kernel/palinfo.c:297:14: style: The scope of the variable 'sep' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/palinfo.c:298:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/palinfo.c:777:13: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/ia64/kernel/palinfo.c:50:25: style: struct member 'palinfo_entry_t::entry' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/palinfo.c:535:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:537:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:543:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:545:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:619:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:620:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/palinfo.c:621:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/ia64/kernel/patch.c:126:11: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/patch.c:146:7: style: The scope of the variable 'wp' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:113:3: warning: Either the condition 'task==NULL' is redundant or there is possible null pointer dereference: task. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:112:65: note: Assuming that condition 'task==NULL' is not redundant
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:113:3: note: Null pointer dereference
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:118:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:119:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/perfmon_default_smpl.c:187:20: portability: 'cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/process.c:446:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/ptrace.c:95:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:98:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:99:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:134:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:137:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:138:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/ia64/kernel/ptrace.c:176:16: style: The scope of the variable 'w0' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:317:16: style: The scope of the variable 'cfm' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:405:34: style: The scope of the variable 'regnum' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:405:62: style: The scope of the variable 'rnat_addr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:467:34: style: The scope of the variable 'regnum' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:540:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:560:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1280:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1694:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1694:13: style: The scope of the variable 'min_copy' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1694:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1751:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1751:13: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1751:20: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1290:25: portability: '(void*)&pt->r2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1303:25: portability: '(void*)&pt->r8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/ptrace.c:1307:26: portability: '(void*)&pt->r12' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/salinfo.c:216:29: style: The scope of the variable 'data_saved' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/salinfo.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/salinfo.c:62:25: style: struct member 'salinfo_entry_t::entry' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/setup.c:953:22: portability: 'cpu_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/setup.c:837:27: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/ia64/kernel/setup.c:793:13: style: struct member 'Anonymous2::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/signal.c:288:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:194:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:219:25: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:219:29: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:219:33: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:279:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:279:17: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:279:22: style: The scope of the variable 'adjust_latency' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:279:42: style: The scope of the variable 'done' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:280:46: style: The scope of the variable 'bound' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:509:6: style: The scope of the variable 'sapicid' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/smpboot.c:314:13: style: Variable 'bound' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/time.c:272:3: style: Variable 'itc_drift' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/topology.c:188:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/ia64/kernel/topology.c:236:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/ia64/kernel/topology.c:356:21: style: The scope of the variable 'this_object' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/traps.c:50:13: style: The scope of the variable 'die_counter' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/traps.c:301:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/traps.c:435:14: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/traps.c:392:21: style: struct member 'illegal_op_return::arg1' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/traps.c:392:27: style: struct member 'illegal_op_return::arg2' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/traps.c:392:33: style: struct member 'illegal_op_return::arg3' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/unaligned.c:520:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unaligned.c:581:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unaligned.c:309:40: portability: '(void*)current' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/unaligned.c:382:40: portability: '(void*)current' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/kernel/unaligned.c:166:17: style: struct member 'load_store_t::qp' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/unaligned.c:171:17: style: struct member 'load_store_t::hint' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/unaligned.c:176:18: style: struct member 'load_store_t::pad' is never used. [unusedStructMember]
linux-4.9.88/arch/ia64/kernel/unaligned.c:549:25: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/kernel/unwind.c:287:18: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind.c:747:23: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind.c:770:17: style: The scope of the variable 'kind' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:69:12: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:270:20: style: The scope of the variable 'byte1' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:270:27: style: The scope of the variable 'byte2' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:271:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:391:12: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind_decoder.c:391:15: style: The scope of the variable 'ecount' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind.c:1268:30: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind.c:1503:24: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/kernel/unwind.c:2190:9: style: The scope of the variable 'info_size' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/lib/io.c:16:22: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/lib/io.c:31:20: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/lib/io.c:47:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/ia64/mm/contig.c:236:16: style: Unused variable: max_dma [unusedVariable]
linux-4.9.88/arch/ia64/mm/discontig.c:288:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/ia64/mm/discontig.c:445:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:445:11: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:506:16: style: The scope of the variable 'pernodesize' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:507:8: style: The scope of the variable 'pernode' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:625:16: style: The scope of the variable 'rs' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:625:20: style: The scope of the variable 're' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/discontig.c:695:16: style: The scope of the variable 'pfn_offset' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/fault.c:148:0: error: #error File is out of sync with <linux/mm.h>.  Please update. [preprocessorErrorDirective]
linux-4.9.88/arch/ia64/mm/hugetlbpage.c:33:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/hugetlbpage.c:51:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/hugetlbpage.c:52:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/ioremap.c:38:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/ioremap.c:39:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/tlb.c:73:16: style: The scope of the variable 'flush_bit' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/mm/tlb.c:342:19: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/pci/fixup.c:32:18: style: The scope of the variable 'bridge' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/pci/pci.c:238:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/pci/pci.c:239:33: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/bte_error.c:41:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/bte_error.c:138:20: style: The scope of the variable 'bte' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/bte_error.c:179:16: style: The scope of the variable 'notify' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/huberror.c:172:4: style: Variable 'num_errors' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/kernel/io_acpi_init.c:306:15: style: The scope of the variable 'devfn' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_acpi_init.c:307:6: style: The scope of the variable 'function' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_acpi_init.c:308:6: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_acpi_init.c:432:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_acpi_init.c:472:25: style: The scope of the variable 'prom_bussoft_ptr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_common.c:519:25: style: The scope of the variable 'bussoft' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/io_init.c:273:25: style: The scope of the variable 'prom_bussoft_ptr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/setup.c:217:6: style: The scope of the variable 'cnode' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/setup.c:570:37: style: The scope of the variable 'set_cpu0_number' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/setup.c:682:7: style: Variable 'buddy_nasid' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:176:16: style: Condition 'flush_opt>2' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:174:48: note: Assignment 'flush_opt=sn2_flush_opt', assigned value is 0
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:176:16: note: Condition 'flush_opt>2' is always false
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:214:16: style: Condition 'flush_opt==2' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:174:48: note: Assignment 'flush_opt=sn2_flush_opt', assigned value is 0
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn2_smp.c:214:16: note: Condition 'flush_opt==2' is always false
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:6: style: The scope of the variable 'this_rack' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:17: style: The scope of the variable 'this_bay' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:27: style: The scope of the variable 'this_slot' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:38: style: The scope of the variable 'this_slab' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:188:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:190:6: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:379:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:380:6: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:381:6: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:383:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:386:7: style: The scope of the variable 'slice' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:387:23: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:388:30: style: The scope of the variable 'ptdata' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:389:32: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:400:6: style: The scope of the variable 'nasid_msb' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/sn2/sn_hwperf.c:943:19: style: The scope of the variable 'seq' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/tiocx.c:112:29: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/tiocx.c:307:6: style: The scope of the variable 'widget' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/kernel/tiocx.c:464:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/ia64/sn/kernel/tiocx.c:374:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/kernel/tiocx.c:531:5: style: Variable 'found_tiocx_device' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/pci/pci_dma.c:275:16: style: The scope of the variable 'phys_addr' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_ate.c:164:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_dma.c:244:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_provider.c:116:20: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_provider.c:120:33: style: The scope of the variable 'common' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_provider.c:200:22: style: The scope of the variable 'pcibus_info' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_provider.c:218:22: style: The scope of the variable 'pcibus_info' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_provider.c:85:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:28:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:30:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:28:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:48:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:50:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:48:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:71:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:74:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:71:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:101:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:104:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:101:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:126:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:128:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:126:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:146:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:148:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:146:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:170:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:172:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:170:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:199:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:201:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:199:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:222:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:225:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:222:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:247:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:249:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:247:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:267:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:270:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-4.9.88/arch/ia64/sn/pci/pcibr/pcibr_reg.c:267:54: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/tioca_provider.c:484:10: warning: Either the condition 'map==NULL' is redundant or there is possible null pointer dereference: map. [nullPointerRedundantCheck]
linux-4.9.88/arch/ia64/sn/pci/tioca_provider.c:487:13: note: Assuming that condition 'map==NULL' is not redundant
linux-4.9.88/arch/ia64/sn/pci/tioca_provider.c:484:10: note: Null pointer dereference
linux-4.9.88/arch/ia64/sn/pci/tioce_provider.c:461:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/ia64/sn/pci/tioce_provider.c:409:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/sn/pci/tioce_provider.c:777:7: style: Variable 'ps' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/ia64/uv/kernel/setup.c:66:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/boot/compressed/misc.c:66:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/m32r/boot/compressed/misc.c:23:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/m32r/boot/compressed/misc.c:66:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/m32r/kernel/align.c:500:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m32r/kernel/align.c:535:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m32r/kernel/module.c:81:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/module.c:86:6: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/module.c:103:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:105:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:108:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:112:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:115:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:120:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:127:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:131:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:135:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:138:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:142:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:152:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:162:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:167:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:174:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:184:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:194:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-4.9.88/arch/m32r/kernel/module.c:93:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/kernel/process.c:100:0: error: #error unknown isa configuration [preprocessorErrorDirective]
linux-4.9.88/arch/m32r/kernel/ptrace.c:260:16: style: The scope of the variable 'disp' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/smp.c:252:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/smp.c:322:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/smp.c:748:14: style: The scope of the variable 'phys_id' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/smpboot.c:369:16: style: The scope of the variable 'bogosum' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/kernel/time.c:102:0: error: #error no chip configuration [preprocessorErrorDirective]
linux-4.9.88/arch/m32r/kernel/traps.c:127:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/lib/csum_partial_copy.c:52:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/lib/csum_partial_copy.c:52:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/lib/delay.c:111:0: error: #error unknown isa configuration [preprocessorErrorDirective]
linux-4.9.88/arch/m32r/lib/libgcc.h:15:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-4.9.88/arch/m32r/mm/cache.c:42:0: error: #error Unknown cache type. [preprocessorErrorDirective]
linux-4.9.88/arch/m32r/mm/discontig.c:42:16: style: The scope of the variable 'ul' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/mm/discontig.c:73:16: style: The scope of the variable 'bootmap_size' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/mm/discontig.c:74:16: style: The scope of the variable 'min_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/mm/discontig.c:135:16: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/mm/discontig.c:135:21: style: The scope of the variable 'start_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/platforms/m32104ut/io.c:254:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/m32104ut/io.c:285:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/m32104ut/io.c:296:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/m32700ut/io.c:352:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/m32700ut/io.c:383:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/m32700ut/io.c:394:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi/io.c:289:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi/io.c:313:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi/io.c:324:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi2/io.c:344:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi2/io.c:371:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi2/io.c:382:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi3/io.c:365:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi3/io.c:393:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/mappi3/io.c:404:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:39:42: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:47:34: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:55:45: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:60:35: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:66:36: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:200:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:216:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/oaks32r/io.c:227:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/opsput/io.c:352:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/opsput/io.c:383:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/opsput/io.c:394:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:165:18: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:190:17: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:205:18: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:198:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:213:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m32r/platforms/usrv/io.c:224:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/68000/m68EZ328.c:58:18: style: Unused variable: p [unusedVariable]
linux-4.9.88/arch/m68k/amiga/config.c:559:1: style: Label 'jmp_addr_label040' is not used. [unusedLabel]
linux-4.9.88/arch/m68k/amiga/config.c:570:2: style: Label 'jmp_addr_label' is not used. [unusedLabel]
linux-4.9.88/arch/m68k/amiga/config.c:469:51: style: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/amiga/config.c:95:44: note: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/amiga/config.c:469:51: note: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/amiga/config.c:611:69: style: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/amiga/config.c:103:69: note: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-4.9.88/arch/m68k/amiga/config.c:611:69: note: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-4.9.88/arch/m68k/amiga/pcmcia.c:44:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/amiga/pcmcia.c:33:6: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/apollo/config.c:182:2: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/m68k/apollo/config.c:181:2: note: Variable 'x' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/apollo/config.c:182:2: note: Variable 'x' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/apollo/config.c:187:34: style: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/apollo/config.c:29:41: note: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/apollo/config.c:187:34: note: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/apollo/config.c:182:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/atari/ataints.c:370:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/m68k/atari/ataints.c:376:27: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
linux-4.9.88/arch/m68k/atari/ataints.c:369:2: note: After for loop, i has value 32
linux-4.9.88/arch/m68k/atari/ataints.c:376:27: note: Shift
linux-4.9.88/arch/m68k/atari/ataints.c:376:27: error: Signed integer overflow for expression '1<<i'. [integerOverflow]
linux-4.9.88/arch/m68k/atari/ataints.c:369:2: note: After for loop, i has value 32
linux-4.9.88/arch/m68k/atari/ataints.c:376:27: note: Integer overflow
linux-4.9.88/arch/m68k/atari/atasound.c:60:6: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/atari/config.c:547:2: style: Label 'jmp_addr_label040' is not used. [unusedLabel]
linux-4.9.88/arch/m68k/atari/config.c:625:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/atari/stram.c:145:30: portability: 'virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/m68k/atari/time.c:109:15: style: The scope of the variable 'year' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/bvme6000/config.c:320:29: style: The scope of the variable 'rtc_tenms' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/bvme6000/config.c:323:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/bvme6000/config.c:324:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/bvme6000/config.c:179:41: style: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/bvme6000/config.c:41:47: note: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/bvme6000/config.c:179:41: note: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/coldfire/intc-5272.c:163:11: style: The scope of the variable 'edge' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/coldfire/m53xx.c:198:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/m68k/coldfire/m53xx.c:197:2: note: Variable 'v' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/coldfire/m53xx.c:198:2: note: Variable 'v' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/coldfire/m53xx.c:575:6: style: The scope of the variable 'divider' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/coldfire/m53xx.c:554:21: error: Shifting 32-bit value by 32768 bits is undefined behaviour [shiftTooManyBits]
linux-4.9.88/arch/m68k/coldfire/m53xx.c:543:9: note: Assignment 'div=1<<15', assigned value is 32768
linux-4.9.88/arch/m68k/coldfire/m53xx.c:554:21: note: Shift
linux-4.9.88/arch/m68k/emu/natfeat.c:61:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/emu/nfblock.c:137:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/m68k/emu/nfblock.c:67:11: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/emu/nfcon.c:39:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/kernel/process.c:259:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/kernel/traps.c:999:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/kernel/uboot.c:72:14: style: Variable 'uboot_kbd' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/kernel/uboot.c:73:23: style: Variable 'uboot_initrd_start' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/kernel/uboot.c:74:21: style: Variable 'uboot_initrd_end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/lib/ashrdi3.c:50:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/m68k/mac/macboing.c:274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mac/misc.c:229:12: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mac/misc.c:530:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mac/misc.c:658:21: style: Variable 'wday' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/mac/misc.c:678:9: style: Variable 'yday' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/mac/misc.c:236:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mac/via.c:498:6: style: The scope of the variable 'slot_irq' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/kmap.c:110:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/kmap.c:111:9: style: The scope of the variable 'pmd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/kmap.c:250:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/kmap.c:299:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/kmap.c:300:9: style: The scope of the variable 'pmd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/mcfmmu.c:38:9: style: The scope of the variable 'pg_table' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/mcfmmu.c:55:17: style: Variable 'bootmem_end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/mm/motorola.c:112:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/motorola.c:210:28: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mm/sun3mmu.c:39:10: style: The scope of the variable 'pg_table' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mvme147/config.c:115:40: style: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/mvme147/config.c:40:46: note: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/mvme147/config.c:115:40: note: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/mvme16x/config.c:331:25: style: The scope of the variable 'uc' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mvme16x/config.c:331:30: style: The scope of the variable 'ucp' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/mvme16x/config.c:361:40: style: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/mvme16x/config.c:46:46: note: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/mvme16x/config.c:361:40: note: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/mvme16x/config.c:105:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:107:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:109:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:311:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:313:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:315:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:317:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/mvme16x/config.c:319:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/m68k/q40/config.c:69:67: style: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/q40/config.c:52:67: note: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-4.9.88/arch/m68k/q40/config.c:69:67: note: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-4.9.88/arch/m68k/q40/q40ints.c:283:29: style: Condition '!aliased_irq' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/m68k/sun3/config.c:161:50: style: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-4.9.88/arch/m68k/sun3/config.c:41:43: note: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/sun3/config.c:161:50: note: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-4.9.88/arch/m68k/sun3/mmu_emu.c:247:23: style: The scope of the variable 'next_to_die' can be reduced. [variableScope]
linux-4.9.88/arch/m68k/sun3/prom/console.c:25:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/m68k/sun3/prom/console.c:21:0: note: Variable 'i' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/sun3/prom/console.c:25:3: note: Variable 'i' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/sun3/prom/console.c:40:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/m68k/sun3/prom/console.c:37:0: note: Variable 'i' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/sun3/prom/console.c:40:3: note: Variable 'i' is reassigned a value before the old one has been used.
linux-4.9.88/arch/m68k/sun3/prom/printf.c:35:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/m68k/sun3/sun3dvma.c:156:15: style: The scope of the variable 'hole' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:297:17: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:336:34: style: The scope of the variable 'kern_size' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:374:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:374:15: style: The scope of the variable 'pgd_k' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:375:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:375:15: style: The scope of the variable 'pud_k' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:376:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/dma.c:376:15: style: The scope of the variable 'pmd_k' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/module.c:70:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/module.c:208:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/module.c:109:18: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/kernel/module.c:117:21: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/kernel/module.c:122:11: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/kernel/module.c:216:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/kernel/perf_callchain.c:16:15: style: The scope of the variable 'callinsn' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/perf_callchain.c:35:16: style: The scope of the variable 'calladdr' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/process.c:186:16: style: The scope of the variable 'global_base' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/process.c:184:45: portability: '(void*)childregs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/kernel/process.c:137:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/metag/kernel/process.c:138:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/metag/kernel/process.c:139:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/metag/kernel/process.c:140:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/metag/kernel/setup.c:370:14: style: Variable 'start_pfn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/metag/kernel/smp.c:532:17: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/metag/kernel/smp.c:532:17: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/metag/kernel/smp.c:532:17: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/metag/kernel/smp.c:125:15: style: The scope of the variable 'lor1' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:125:21: style: The scope of the variable 'land1' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:125:28: style: The scope of the variable 'gor1' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:125:34: style: The scope of the variable 'gand1' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:126:15: style: The scope of the variable 'lor2' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:126:21: style: The scope of the variable 'land2' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:126:28: style: The scope of the variable 'gor2' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/smp.c:126:34: style: The scope of the variable 'gand2' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/tcm.c:29:19: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/tcm.c:95:19: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/topology.c:46:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/traps.c:315:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/traps.c:887:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/traps.c:924:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/metag/kernel/traps.c:863:9: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/metag/lib/checksum.c:149:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/lib/checksum.c:149:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/cache.c:505:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/cache.c:509:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/cache.c:511:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/cache.c:513:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/cache.c:514:10: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/highmem.c:66:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/arch/metag/mm/highmem.c:66:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/metag/mm/hugetlbpage.c:87:2: style: Variable 'pte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/metag/mm/hugetlbpage.c:82:0: note: Variable 'pte' is reassigned a value before the old one has been used.
linux-4.9.88/arch/metag/mm/hugetlbpage.c:87:2: note: Variable 'pte' is reassigned a value before the old one has been used.
linux-4.9.88/arch/metag/mm/init.c:91:15: portability: 'gateway_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/metag/mm/mmu-meta1.c:155:3: style: Variable 'entry' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/metag/mm/mmu-meta2.c:94:19: style: The scope of the variable 'phys0' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/dma.c:134:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/dma.c:135:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/dma.c:148:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/dma.c:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/heartbeat.c:22:22: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/heartbeat.c:22:27: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/heartbeat.c:22:35: style: The scope of the variable 'dist' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/heartbeat.c:48:7: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/module.c:28:21: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/module.c:29:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/kernel/module.c:39:63: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/microblaze/kernel/signal.c:49:16: style: struct member 'sigframe::extramask' is never used. [unusedStructMember]
linux-4.9.88/arch/microblaze/lib/libgcc.h:17:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-4.9.88/arch/microblaze/mm/consistent.c:150:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/microblaze/mm/consistent.c:66:24: note: Assignment 'err=0', assigned value is 0
linux-4.9.88/arch/microblaze/mm/consistent.c:150:6: note: Condition 'err' is always false
linux-4.9.88/arch/microblaze/mm/consistent.c:134:30: style: Same expression on both sides of '==' because the value of 'err' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/microblaze/mm/consistent.c:66:24: note: 'err' is assigned value '0' here.
linux-4.9.88/arch/microblaze/mm/consistent.c:134:30: note: Same expression on both sides of '==' because the value of 'err' and '0' are the same.
linux-4.9.88/arch/microblaze/mm/highmem.c:70:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/microblaze/mm/pgtable.c:75:50: style: Opposite expression on both sides of '&&'. [oppositeExpression]
linux-4.9.88/arch/microblaze/mm/pgtable.c:75:50: note: Opposite expression on both sides of '&&'.
linux-4.9.88/arch/microblaze/mm/pgtable.c:75:50: note: Opposite expression on both sides of '&&'.
linux-4.9.88/arch/microblaze/mm/pgtable.c:164:25: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/mm/pgtable.c:194:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/pci/pci-common.c:258:6: style: Condition 'found' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/microblaze/pci/pci-common.c:232:27: note: Assignment 'found=NULL', assigned value is 0
linux-4.9.88/arch/microblaze/pci/pci-common.c:258:6: note: Condition 'found' is always false
linux-4.9.88/arch/microblaze/pci/pci-common.c:395:19: style: The scope of the variable 'rp' can be reduced. [variableScope]
linux-4.9.88/arch/microblaze/pci/pci-common.c:692:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/clock.c:398:12: style: The scope of the variable 'tpr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/clock.c:744:14: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/clock.c:308:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/alchemy/common/clock.c:550:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/alchemy/common/clock.c:673:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/alchemy/common/dbdma.c:203:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/dbdma.c:261:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/dma.c:104:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/dma.c:169:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/irq.c:583:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/mips/alchemy/common/irq.c:426:61: style: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/alchemy/common/irq.c:76:61: note: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'.
linux-4.9.88/arch/mips/alchemy/common/irq.c:426:61: note: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'.
linux-4.9.88/arch/mips/alchemy/common/irq.c:718:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:719:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:720:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:721:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:722:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:723:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:724:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:725:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:726:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:727:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:735:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:736:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:737:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:738:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:739:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:740:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:741:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:749:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:750:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:751:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:752:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:753:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:754:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/irq.c:757:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:101:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:102:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:111:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:117:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:127:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:130:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:133:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:138:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:140:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:144:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:147:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:149:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:152:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:155:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:167:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:169:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:172:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:174:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:179:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:181:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:184:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:186:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:189:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:191:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:194:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:196:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:208:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:210:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:215:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:217:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:220:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:222:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:225:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:227:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:238:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:240:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:243:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:245:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:250:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:252:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:255:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:257:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:317:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:319:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:323:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:331:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:333:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:339:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:347:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:349:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:354:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/common/usb.c:386:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/alchemy/devboards/bcsr.c:38:52: portability: '(void __iomem*)bcsr2_phys' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/bcsr.c:41:52: portability: '(void __iomem*)bcsr1_phys' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1200.c:927:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1300.c:805:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1300.c:808:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC2_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1300.c:818:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC3_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1550.c:600:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1550.c:603:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC3_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1550.c:607:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC0_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/alchemy/devboards/db1550.c:610:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC2_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ar7/clock.c:131:6: style: The scope of the variable 'tmp_gcd' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ar7/clock.c:131:15: style: The scope of the variable 'tmp_base' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ar7/clock.c:131:25: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ar7/clock.c:175:6: style: The scope of the variable 'product' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ar7/gpio.c:48:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:72:24: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:75:24: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:97:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:98:14: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:125:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:126:29: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:169:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:170:13: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:196:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/gpio.c:197:14: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ar7/platform.c:663:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/mips/ar7/platform.c:662:26: note: Assignment 'res=ar7_register_uarts()', assigned value is 0
linux-4.9.88/arch/mips/ar7/platform.c:663:6: note: Condition 'res' is always false
linux-4.9.88/arch/mips/ar7/prom.c:185:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ath25/ar2315.c:237:24: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/ath25/board.c:102:42: style: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/ath25/devices.h:29:35: note: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'.
linux-4.9.88/arch/mips/ath25/board.c:102:42: note: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'.
linux-4.9.88/arch/mips/ath25/board.c:28:7: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:29:58: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:49:29: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:51:29: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:61:36: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:62:34: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:81:15: portability: 'bcfg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:88:15: portability: 'bcfg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:89:14: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/board.c:89:23: portability: 'limit-4096' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/early_printk.c:20:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath25/early_printk.c:25:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath79/clock.c:110:29: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath79/clock.c:151:36: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath79/clock.c:164:37: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/ath79/pci.c:256:3: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/ath79/pci.c:247:3: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/ath79/pci.c:256:3: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/bcm47xx/time.c:61:14: style: Condition 'chip_id==21332' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/mips/bcm47xx/time.c:34:16: note: Assignment 'chip_id=0', assigned value is 0
linux-4.9.88/arch/mips/bcm47xx/time.c:61:14: note: Condition 'chip_id==21332' is always false
linux-4.9.88/arch/mips/bcm47xx/time.c:35:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/arch/mips/bcm47xx/time.c:36:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/mips/bcm63xx/early_printk.c:14:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/mips/bcm63xx/gpio.c:51:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 49. [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/bcm63xx/gpio.c:49:11: note: Assuming that condition 'gpio<32' is not redundant
linux-4.9.88/arch/mips/bcm63xx/gpio.c:51:12: note: Shift
linux-4.9.88/arch/mips/bcm63xx/gpio.c:78:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 76. [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/bcm63xx/gpio.c:76:11: note: Assuming that condition 'gpio<32' is not redundant
linux-4.9.88/arch/mips/bcm63xx/gpio.c:78:12: note: Shift
linux-4.9.88/arch/mips/bcm63xx/gpio.c:100:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 98. [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/bcm63xx/gpio.c:98:11: note: Assuming that condition 'gpio<32' is not redundant
linux-4.9.88/arch/mips/bcm63xx/gpio.c:100:12: note: Shift
linux-4.9.88/arch/mips/boot/compressed/decompress.c:127:50: portability: '(void*)&__image_end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/boot/compressed/decompress.c:130:43: portability: '(void*)VMLINUX_LOAD_ADDRESS_ULL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/boot/compressed/uart-16550.c:42:0: error: #error please define the serial port address for your own machine [preprocessorErrorDirective]
linux-4.9.88/arch/mips/boot/elf2ecoff.c:571:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/boot/elf2ecoff.c:576:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/boot/elf2ecoff.c:519:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/mips/boot/elf2ecoff.c:69:17: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/arch/mips/boot/elf2ecoff.c:69:22: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/mips/boot/tools/relocs.c:396:18: warning: Redundant assignment of 'rel->r_info' to itself. [selfAssignment]
linux-4.9.88/arch/mips/boot/tools/relocs.c:47:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
linux-4.9.88/arch/mips/boot/tools/relocs_64.c:15:14: style: struct member 'Anonymous0::r_ssym' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/boot/tools/relocs_64.c:16:14: style: struct member 'Anonymous0::r_type3' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/boot/tools/relocs_64.c:17:14: style: struct member 'Anonymous0::r_type2' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/crypto/octeon-crypto.c:56:21: style: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/cavium-octeon/crypto/octeon-crypto.h:22:21: note: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'.
linux-4.9.88/arch/mips/cavium-octeon/crypto/octeon-crypto.c:56:21: note: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'.
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-bootmem.c:524:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c:67:38: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:91:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:94:11: style: The scope of the variable 'start_of_buffer' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:96:11: style: The scope of the variable 'end_of_data' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-l2c.c:535:12: style: struct member 'cvmx_l2c_tag_cn50xx::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-l2c.c:552:12: style: struct member 'cvmx_l2c_tag_cn30xx::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-l2c.c:569:12: style: struct member 'cvmx_l2c_tag_cn31xx::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-l2c.c:586:12: style: struct member 'cvmx_l2c_tag_cn38xx::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-l2c.c:603:12: style: struct member 'cvmx_l2c_tag_cn58xx::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:87:45: style: Condition 'static_priority_base>=0' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:74:35: note: Assignment 'static_priority_base=1', assigned value is 1
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:87:45: note: Condition 'static_priority_base>=0' is always true
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:85:42: style: Same expression on both sides of '-' because the value of 'num_queues' and '1' are the same. [duplicateExpression]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:71:25: note: 'num_queues' is assigned value '1' here.
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:85:42: note: Same expression on both sides of '-' because the value of 'num_queues' and '1' are the same.
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:122:6: style: The scope of the variable 'interface' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-pko.c:122:17: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-spi.c:541:2: style: Variable 'timeout_time' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-spi.c:513:0: note: Variable 'timeout_time' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/cavium-octeon/executive/cvmx-spi.c:541:2: note: Variable 'timeout_time' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/cavium-octeon/executive/octeon-model.c:71:11: style: The scope of the variable 'fuse_data' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:2052:2: style: Variable 'ciu_domain' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:2039:0: note: Variable 'ciu_domain' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:2052:2: note: Variable 'ciu_domain' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:244:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:397:18: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:430:18: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:2938:16: style: The scope of the variable 'cop0_cause' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-irq.c:2939:16: style: The scope of the variable 'cop0_status' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-platform.c:729:7: style: The scope of the variable 'mgmt' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-platform.c:768:7: style: The scope of the variable 'i2c' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-platform.c:798:7: style: The scope of the variable 'i2c' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/octeon-platform.c:825:7: style: The scope of the variable 'uart' can be reduced. [variableScope]
linux-4.9.88/arch/mips/cavium-octeon/setup.c:1211:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/ecc-berr.c:150:10: warning: Redundant assignment of '*ptr' to itself. [selfAssignment]
linux-4.9.88/arch/mips/dec/ecc-berr.c:160:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/mips/dec/ecc-berr.c:160:27: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/dec/ecc-berr.c:160:27: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/dec/ioasic-irq.c:112:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/dec/kn01-berr.c:82:16: style: The scope of the variable 'entrylo' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/kn01-berr.c:82:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/kn01-berr.c:83:7: style: The scope of the variable 'asid' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/kn01-berr.c:83:13: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/kn01-berr.c:83:22: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/prom/cmdline.c:19:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/dec/prom/init.c:91:14: style: Variable 'cpu_msg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/emma/common/prom.c:36:0: error: #error Unknown NEC board [preprocessorErrorDirective]
linux-4.9.88/arch/mips/fw/lib/cmdline.c:91:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/mips/generic/init.c:109:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/jazz/jazzdma.c:118:15: style: Array index 'first' is used before limits check. [arrayIndexThenCheck]
linux-4.9.88/arch/mips/jz4740/prom.c:31:8: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/arch/mips/jz4740/reset.c:74:25: portability: 'rtc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/fs/binfmt_elf.c:199:6: style: Condition 'k_base_platform' is always false [knownConditionTrueFalse]
linux-4.9.88/fs/binfmt_elf.c:163:32: note: Assignment 'k_base_platform=NULL', assigned value is 0
linux-4.9.88/fs/binfmt_elf.c:199:6: note: Condition 'k_base_platform' is always false
linux-4.9.88/fs/binfmt_elf.c:257:6: style: Condition 'k_base_platform' is always false [knownConditionTrueFalse]
linux-4.9.88/fs/binfmt_elf.c:163:32: note: Assignment 'k_base_platform=NULL', assigned value is 0
linux-4.9.88/fs/binfmt_elf.c:257:6: note: Condition 'k_base_platform' is always false
linux-4.9.88/fs/binfmt_elf.c:893:43: portability: '(void __user*)elf_bss' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:49:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:50:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:51:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:60:16: style: struct member 'elf_prstatus32::pr_reg' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:61:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:67:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:68:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:69:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:70:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:71:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:76:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfn32.c:77:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:54:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:55:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:56:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:65:16: style: struct member 'elf_prstatus32::pr_reg' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:66:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:72:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:73:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:74:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:75:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:76:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:81:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/binfmt_elfo32.c:82:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/cevt-bcm1480.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/kernel/cevt-r4k.c:132:29: style: The scope of the variable 'cd' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cevt-sb1250.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:110:26: style: The scope of the variable 'fcsr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:110:32: style: The scope of the variable 'fcsr0' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:110:39: style: The scope of the variable 'fcsr1' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:745:15: style: The scope of the variable 'newcf4' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:746:15: style: The scope of the variable 'mmuextdef' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:877:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:1088:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/cpu-probe.c:872:8: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/kernel/crash_dump.c:37:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/crash_dump.c:47:41: portability: 'kdump_buf_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/csrc-r4k.c:47:21: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/elf.c:152:14: style: The scope of the variable 'interp_fp_abi' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/irq.c:70:31: portability: 'irq_stack[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/kgdb.c:138:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/kgdb.c:172:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/kgdb.c:137:17: style: Array index 'regno' is used before limits check. [arrayIndexThenCheck]
linux-4.9.88/arch/mips/kernel/kgdb.c:170:17: style: Array index 'regno' is used before limits check. [arrayIndexThenCheck]
linux-4.9.88/arch/mips/kernel/linux32.c:82:6: style: struct member 'rlimit32::rlim_cur' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/linux32.c:83:6: style: struct member 'rlimit32::rlim_max' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/mips-cpc.c:53:6: style: Condition '!cpc_base' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/mips/kernel/mips-cpc.c:52:39: note: Assignment 'cpc_base=mips_cpc_default_phys_base()', assigned value is 0
linux-4.9.88/arch/mips/kernel/mips-cpc.c:53:6: note: Condition '!cpc_base' is always true
linux-4.9.88/arch/mips/kernel/module-rela.c:158:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/module-rela.c:169:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/module.c:251:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/module.c:263:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/module.c:337:33: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/module.c:347:41: portability: '(void*)s->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/perf_event.c:32:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/perf_event_mipsxx.c:757:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/kernel/perf_event_mipsxx.c:759:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/kernel/perf_event_mipsxx.c:761:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/kernel/pm-cps.c:124:26: style: The scope of the variable 'vpe_cfg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/pm-cps.c:166:10: portability: 'nc_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/proc.c:42:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/proc.c:61:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/process.c:684:6: style: The scope of the variable 'max_users' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/process.c:358:22: portability: '(void*)ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/ptrace.c:468:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/ptrace.c:536:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/relocate.c:126:7: style: The scope of the variable 'loc_orig' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/relocate.c:127:7: style: The scope of the variable 'loc_new' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/relocate.c:128:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/relocate.c:129:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/relocate.c:45:21: portability: 'kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/relocate.c:54:9: portability: 'kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/relocate.c:137:33: portability: 'kbase_old' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/rtlx-cmp.c:24:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/rtlx.c:269:30: portability: 'buff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/rtlx.c:311:49: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/segment.c:45:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/arch/mips/kernel/segment.c:98:17: style: The scope of the variable 'segments' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/setup.c:143:22: portability: 'dm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:148:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:194:21: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:261:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:489:16: style: The scope of the variable 'treg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/signal.c:72:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:73:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:91:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:92:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:113:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:114:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:122:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:123:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:244:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:272:4: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:289:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:299:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:300:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:301:34: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:352:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:353:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:354:34: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:805:34: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:808:31: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/signal.c:55:21: style: struct member 'sigframe::sf_extcontext' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/kernel/smp-bmips.c:470:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/smp-cps.c:61:30: style: The scope of the variable 'core_vpes' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/smp-cps.c:62:16: style: The scope of the variable 'core_entry' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/smp-cps.c:212:11: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/smp.c:96:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/smp.c:132:12: style: The scope of the variable 'core_present' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/spram.c:125:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/spram.c:125:21: style: The scope of the variable 'tag0' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/spram.c:125:27: style: The scope of the variable 'tag1' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/spram.c:126:15: style: The scope of the variable 'enabled' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/stacktrace.c:18:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/topology.c:12:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/traps.c:1844:15: style: The scope of the variable 'reg_val' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/traps.c:1877:22: style: The scope of the variable 'old_epc' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/traps.c:1877:31: style: The scope of the variable 'old_ra' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/traps.c:1965:16: style: The scope of the variable 'k0' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/traps.c:1806:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/kernel/traps.c:1861:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/kernel/traps.c:1548:15: style: Variable 'prev_state' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/kernel/traps.c:1805:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1806:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1810:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1811:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1812:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1813:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1814:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1815:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1816:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1817:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1820:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1821:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1822:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1823:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1824:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1825:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1826:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1860:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/traps.c:1861:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kernel/unaligned.c:1442:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1461:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1533:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1540:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1571:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1578:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1763:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/unaligned.c:1784:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/uprobes.c:116:9: style: Variable 'epc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/kernel/vpe-mt.c:181:14: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/vpe.c:433:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/vpe.c:436:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/vpe.c:580:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/vpe.c:768:28: style: The scope of the variable 'notifier' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kernel/vpe.c:443:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/vpe.c:612:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/vpe.c:613:27: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kernel/vpe.c:706:34: portability: '(void*)phdr->p_paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/dyntrans.c:32:16: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/dyntrans.c:33:8: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/dyntrans.c:39:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/emulate.c:936:2: style: Variable 'tlb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:929:0: note: Variable 'tlb' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:936:2: note: Variable 'tlb' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:960:2: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:958:0: note: Variable 'index' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:960:2: note: Variable 'index' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1069:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:1059:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1069:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1431:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:1420:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1431:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1544:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:1530:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1544:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1660:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:1648:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:1660:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:2117:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:2097:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:2117:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:2418:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/emulate.c:2409:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:2418:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/emulate.c:242:16: style: The scope of the variable 'branch_pc' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/emulate.c:347:6: style: The scope of the variable 'running' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/entry.c:119:17: style: Variable 'kscratch_mask' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/kvm/mips.c:1468:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/mips.c:1442:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/mips.c:1468:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/mips.c:227:16: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mips.c:228:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mips.c:429:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mips.c:430:15: style: The scope of the variable 'gasid' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mips.c:1626:19: style: The scope of the variable 'cfg5' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mips.c:330:19: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:336:34: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:341:13: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:341:21: portability: 'gebase+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:342:35: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:342:43: portability: 'gebase+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:359:37: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mips.c:360:34: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/mmu.c:354:23: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mmu.c:354:30: style: The scope of the variable 'vpn2' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mmu.c:354:36: style: The scope of the variable 'asid' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mmu.c:358:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/mips/kvm/mmu.c:394:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/kvm/tlb.c:90:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/kvm/trap_emul.c:284:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:281:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:284:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:302:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:299:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:302:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:320:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:317:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:320:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:338:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:335:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:338:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:356:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:353:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:356:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:374:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/kvm/trap_emul.c:371:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:374:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/kvm/trap_emul.c:271:8: style: Variable 'er' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/lantiq/falcon/prom.c:63:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/lantiq/falcon/reset.c:64:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/lantiq/irq.c:366:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:105:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:107:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:109:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:115:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:116:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/gptu.c:117:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/lantiq/xway/prom.c:47:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/lantiq/xway/reset.c:178:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lantiq/xway/sysctrl.c:293:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/lasat/interrupt.c:88:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lasat/lasat_board.c:98:31: style: The scope of the variable 'ppi' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/libgcc.h:25:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-4.9.88/arch/mips/lib/dump_tlb.c:75:27: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/dump_tlb.c:76:21: style: The scope of the variable 'entrylo0' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/dump_tlb.c:76:31: style: The scope of the variable 'entrylo1' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/dump_tlb.c:78:15: style: The scope of the variable 'pagemask' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/r3k_dump_tlb.c:32:16: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-4.9.88/arch/mips/lib/r3k_dump_tlb.c:32:25: style: The scope of the variable 'entrylo0' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson32/common/platform.c:147:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/loongson32/common/time.c:232:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/loongson32/common/time.c:217:0: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/loongson32/common/time.c:232:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/loongson64/common/cmdline.c:30:7: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/common/dma-swiotlb.c:103:7: style: Unused variable: nid [unusedVariable]
linux-4.9.88/arch/mips/loongson64/common/dma-swiotlb.c:115:7: style: Unused variable: nid [unusedVariable]
linux-4.9.88/arch/mips/loongson64/common/env.c:48:15: style: The scope of the variable 'processor_id' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/common/irq.c:20:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/common/pm.c:81:9: style: Condition '!wakeup_loongson()' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/mips/loongson64/lemote-2f/irq.c:35:11: style: The scope of the variable 'isr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/loongson-3/hpet.c:175:29: style: The scope of the variable 'cd' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/loongson-3/irq.c:68:20: style: Variable 'intenclr_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/loongson64/loongson-3/irq.c:69:19: style: Variable 'introuter_lpc_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/loongson64/loongson-3/irq.c:85:20: style: Variable 'intenset_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/loongson64/loongson-3/irq.c:86:19: style: Variable 'introuter_lpc_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:257:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:258:23: style: The scope of the variable 'c0count' can be reduced. [variableScope]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:333:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:399:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:401:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:403:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/loongson64/loongson-3/smp.c:405:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/math-emu/cp1emu.c:440:15: style: The scope of the variable 'fcr31' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/dp_2008class.c:21:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_2008class.c:21:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_2008class.c:21:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_add.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_add.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:24:61: style: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/math-emu/ieee754.h:108:61: note: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:24:61: note: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:34:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:34:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:35:2: style: Variable 'ym' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_cmp.c:35:2: style: Variable 'ye' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/dp_div.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_div.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fint.c:41:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/math-emu/dp_fmax.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmax.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmax.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmax.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmin.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmin.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmin.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fmin.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_fsp.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_maddf.c:64:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_maddf.c:65:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_maddf.c:66:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_mul.c:41:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_mul.c:42:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_sqrt.c:39:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_sub.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_sub.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_tint.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/mips/math-emu/dp_tint.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/dp_tlong.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/mips/math-emu/dp_tlong.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:34:38: style: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/math-emu/ieee754.h:214:38: note: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-4.9.88/arch/mips/math-emu/ieee754d.c:34:38: note: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-4.9.88/arch/mips/math-emu/ieee754d.c:74:38: style: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/math-emu/ieee754.h:213:38: note: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-4.9.88/arch/mips/math-emu/ieee754d.c:74:38: note: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-4.9.88/arch/mips/math-emu/ieee754d.c:47:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:58:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:64:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:86:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:97:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754d.c:103:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/math-emu/ieee754dp.c:29:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/ieee754dp.c:29:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/ieee754dp.c:29:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/ieee754sp.c:29:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/ieee754sp.c:29:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/ieee754sp.c:29:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/me-debugfs.c:23:19: portability: '(void*)ps' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/math-emu/sp_2008class.c:21:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_2008class.c:21:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_2008class.c:21:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_add.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_add.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:26:6: style: The scope of the variable 'vx' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:27:6: style: The scope of the variable 'vy' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:24:61: style: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/math-emu/ieee754.h:74:61: note: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:24:61: note: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:34:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:34:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:35:2: style: Variable 'ym' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_cmp.c:35:2: style: Variable 'ye' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/math-emu/sp_div.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_div.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:39:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:48:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:53:4: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ym' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ye' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ys' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_fint.c:41:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/math-emu/sp_fmax.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmax.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmax.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmax.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmin.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmin.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmin.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_fmin.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_maddf.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_maddf.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_maddf.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_maddf.c:23:11: style: The scope of the variable 'rm' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_mul.c:41:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_mul.c:42:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_sqrt.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_sqrt.c:26:19: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_sqrt.c:26:22: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_sub.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_sub.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_tint.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/mips/math-emu/sp_tint.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/math-emu/sp_tint.c:27:6: style: The scope of the variable 'round' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_tint.c:28:6: style: The scope of the variable 'sticky' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_tint.c:29:6: style: The scope of the variable 'odd' can be reduced. [variableScope]
linux-4.9.88/arch/mips/math-emu/sp_tlong.c:37:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/mips/math-emu/sp_tlong.c:36:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/mips/mm/c-r3k.c:65:23: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/c-r4k.c:792:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/c-r4k.c:792:22: style: The scope of the variable 'cache_size' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/c-r4k.c:1530:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/mm/c-tx39.c:260:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/c-tx39.c:277:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cache.c:135:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:146:19: style: The scope of the variable 'l2_err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:146:27: style: The scope of the variable 'memio_err' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:335:6: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:337:21: style: The scope of the variable 'taglo' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:337:28: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:394:12: style: The scope of the variable 'predecode' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:438:11: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:439:11: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:490:6: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:491:16: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:493:21: style: The scope of the variable 'taglo' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:493:28: style: The scope of the variable 'pa' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:544:23: style: The scope of the variable 'datalo' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:79:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:126:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/mm/cerr-sb1.c:371:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/mm/dma-default.c:370:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/dma-default.c:371:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/dma-default.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/dma-default.c:387:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/dma-default.c:282:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/mm/gup.c:57:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:93:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:119:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:146:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:172:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:226:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/gup.c:276:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/mips/mm/hugetlbpage.c:42:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/init.c:195:42: portability: 'kmap_coherent(page,vaddr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/mm/init.c:213:44: portability: 'kmap_coherent(page,vaddr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/mm/init.c:297:22: style: Unused variable: used [unusedVariable]
linux-4.9.88/arch/mips/mm/mmap.c:59:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/tlb-r4k.c:59:13: style: The scope of the variable 'ftlbhighset' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mm/tlb-r4k.c:298:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/mips/mti-malta/malta-dtshim.c:235:24: style: The scope of the variable 'sc_cfg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/common/irq.c:67:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-4.9.88/arch/mips/netlogic/common/smp.c:57:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-4.9.88/arch/mips/netlogic/common/time.c:54:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-4.9.88/arch/mips/netlogic/xlp/ahci-init-xlp2.c:196:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/netlogic/xlp/ahci-init.c:153:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/nlm_hal.c:111:11: style: The scope of the variable 'pcibase' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/nlm_hal.c:231:16: style: The scope of the variable 'sysbase' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/nlm_hal.c:231:25: style: The scope of the variable 'clockbase' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/usb-init.c:77:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/netlogic/xlp/usb-init.c:76:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/netlogic/xlp/usb-init.c:77:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/netlogic/xlp/wakeup.c:111:23: style: The scope of the variable 'nodep' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/wakeup.c:113:11: style: The scope of the variable 'syscoremask' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlp/wakeup.c:114:20: style: The scope of the variable 'ncores' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlr/fmn-config.c:84:14: style: The scope of the variable 'total_credits' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlr/fmn-config.c:122:25: style: The scope of the variable 'credits_per_cpu' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlr/fmn.c:75:19: style: The scope of the variable 'bkt_status' can be reduced. [variableScope]
linux-4.9.88/arch/mips/netlogic/xlr/setup.c:186:17: style: Variable 'envp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/paravirt/paravirt-irq.c:128:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/paravirt/paravirt-irq.c:225:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/paravirt/paravirt-irq.c:270:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/fixup-cobalt.c:114:11: style: Variable 'timeo' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/fixup-emma2rh.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/fixup-lemote2f.c:56:6: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-octeon.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-octeon.c:333:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-xlp.c:299:14: style: The scope of the variable 'irt' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-xlp.c:518:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-xlp.c:548:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/msi-xlp.c:171:9: style: Variable 'link' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/ops-bonito64.c:54:13: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 51. [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/ops-bonito64.c:51:14: note: Assuming that condition 'device>(31-10)' is not redundant
linux-4.9.88/arch/mips/pci/ops-bonito64.c:54:13: note: Shift
linux-4.9.88/arch/mips/pci/ops-bonito64.c:68:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/ops-loongson2.c:76:13: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 73. [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/ops-loongson2.c:73:14: note: Assuming that condition 'device>(31-11)' is not redundant
linux-4.9.88/arch/mips/pci/ops-loongson2.c:76:13: note: Shift
linux-4.9.88/arch/mips/pci/ops-loongson2.c:91:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/ops-loongson3.c:35:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/ops-pmcmsp.c:372:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/ops-sni.c:96:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/ops-tx4927.c:103:58: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/ops-tx4927.c:110:58: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/ops-tx4927.c:122:57: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/ops-tx4927.c:130:57: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-ar2315.c:249:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/pci/pci-bcm1480.c:70:28: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-bcm1480.c:75:21: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-bcm1480.c:105:11: style: Variable 'devno' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/pci-bcm1480.c:242:11: style: Variable 'cmdreg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/pci-bcm1480ht.c:75:31: portability: 'ht_cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-bcm1480ht.c:80:24: portability: 'ht_cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-bcm1480ht.c:96:11: style: Variable 'devno' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pci/pci-malta.c:171:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pci/pci-malta.c:163:3: note: Variable 'map' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-malta.c:171:3: note: Variable 'map' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-malta.c:132:26: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/mips/pci/pci-malta.c:132:26: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/pci/pci-malta.c:132:26: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/pci/pci-malta.c:149:26: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/mips/pci/pci-malta.c:149:26: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/pci/pci-malta.c:149:26: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/mips/pci/pci-mt7620.c:114:16: style: The scope of the variable 'reg_value' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-mt7620.c:276:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/mips/pci/pci-mt7620.c:239:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/pci-mt7620.c:246:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/pci-mt7620.c:254:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/pci-mt7620.c:338:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mips/pci/pci-octeon.c:48:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pci-octeon.c:52:12: style: struct member 'Anonymous0::reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pci-octeon.c:54:12: style: struct member 'Anonymous0::reserved3' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pci-rc32434.c:168:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pci/pci-rc32434.c:161:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:168:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:175:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pci/pci-rc32434.c:168:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:175:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:183:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pci/pci-rc32434.c:175:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:183:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:190:3: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pci/pci-rc32434.c:188:3: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rc32434.c:190:3: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pci/pci-rt3883.c:106:16: style: Unused variable: flags [unusedVariable]
linux-4.9.88/arch/mips/pci/pci-rt3883.c:122:16: style: Unused variable: flags [unusedVariable]
linux-4.9.88/arch/mips/pci/pci-sb1250.c:212:11: style: The scope of the variable 'cmdreg' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-sb1250.c:80:29: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-sb1250.c:85:22: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-vr41xx.c:115:30: style: The scope of the variable 'mailbox' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-xlp.c:86:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-xlp.c:97:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-xlr.c:331:9: style: The scope of the variable 'extra_ack' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-xlr.c:332:6: style: The scope of the variable 'link' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-xlr.c:332:12: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pci/pci-xlr.c:68:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pci-xlr.c:79:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:44:12: style: struct member 'Anonymous0::reserved_49_61' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:48:12: style: struct member 'Anonymous0::reserved_36_39' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:51:12: style: struct member 'Anonymous0::reserved_29_31' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:75:12: style: struct member 'Anonymous1::reserved_49_61' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:79:12: style: struct member 'Anonymous1::reserved_36_39' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:82:12: style: struct member 'Anonymous1::address' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:86:12: style: struct member 'Anonymous2::reserved_49_61' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:90:12: style: struct member 'Anonymous2::reserved_36_39' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pci/pcie-octeon.c:91:12: style: struct member 'Anonymous2::address' is never used. [unusedStructMember]
linux-4.9.88/arch/mips/pic32/pic32mzda/config.c:77:45: style: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/pic32/pic32mzda/pic32mzda.h:24:45: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'.
linux-4.9.88/arch/mips/pic32/pic32mzda/config.c:77:45: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'.
linux-4.9.88/arch/mips/pic32/pic32mzda/config.c:77:57: style: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'. [funcArgNamesDifferent]
linux-4.9.88/arch/mips/pic32/pic32mzda/pic32mzda.h:24:56: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'.
linux-4.9.88/arch/mips/pic32/pic32mzda/config.c:77:57: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'.
linux-4.9.88/arch/mips/pic32/pic32mzda/early_console.c:147:2: style: Variable 'baud' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mips/pic32/pic32mzda/early_console.c:143:0: note: Variable 'baud' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pic32/pic32mzda/early_console.c:147:2: note: Variable 'baud' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mips/pic32/pic32mzda/init.c:81:8: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pic32/pic32mzda/init.c:125:29: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/mips/pic32/pic32mzda/init.c:128:9: style: Variable 'root' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_irq_cic.c:76:2: style: Variable 'dummy_read' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_irq_per.c:47:2: style: Variable 'dummy_read' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_prom.c:136:0: error: #error "What is the type of *your* MSP?" [preprocessorErrorDirective]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:51:15: style: Condition 'cpu_rate==0' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:49:27: note: Assignment 'cpu_rate=0', assigned value is 0
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:51:15: note: Condition 'cpu_rate==0' is always true
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:51:15: style: Same expression on both sides of '==' because the value of 'cpu_rate' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:49:27: note: 'cpu_rate' is assigned value '0' here.
linux-4.9.88/arch/mips/pmcs-msp71xx/msp_time.c:51:15: note: Same expression on both sides of '==' because the value of 'cpu_rate' and '0' are the same.
linux-4.9.88/arch/mips/ralink/mt7620.c:506:16: style: The scope of the variable 'cpu_pll_rate' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ralink/mt7620.c:507:16: style: The scope of the variable 'pll_rate' can be reduced. [variableScope]
linux-4.9.88/arch/mips/ralink/mt7620.c:388:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/mips/rb532/devices.c:152:16: style: The scope of the variable 'orbits' can be reduced. [variableScope]
linux-4.9.88/arch/mips/rb532/devices.c:152:24: style: The scope of the variable 'nandbits' can be reduced. [variableScope]
linux-4.9.88/arch/mips/rb532/irq.c:57:0: error: #error Too little irqs defined. Did you override <asm/irq.h> ? [preprocessorErrorDirective]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:60:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:61:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:62:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:63:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:64:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:65:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:70:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:71:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:72:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:73:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:74:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:75:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:76:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-berr.c:77:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-eisa.c:103:8: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip22/ip22-gio.c:268:6: style: The scope of the variable 'ptr8' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip22/ip22-gio.c:269:7: style: The scope of the variable 'ptr16' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip22/ip22-gio.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip22/ip22-mc.c:38:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip22-reset.c:66:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:199:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:260:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:261:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:262:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:263:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:264:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:265:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:272:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:273:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:274:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:275:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:276:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:277:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:278:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip22/ip28-berr.c:279:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mips/sgi-ip27/ip27-irq.c:86:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip27/ip27-klconfig.c:19:13: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip27/ip27-klconfig.c:103:11: style: The scope of the variable 'acpu' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip27/ip27-memory.c:356:41: style: The scope of the variable 'nodebytes' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sgi-ip27/ip27-timer.c:111:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mips/sibyte/common/bus_watcher.c:92:0: error: #error bus watcher being built for unknown Sibyte SOC! [preprocessorErrorDirective]
linux-4.9.88/arch/mips/sibyte/common/cfe.c:143:8: style: Condition '!rd_flag' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/mips/sibyte/common/cfe.c:119:13: note: Assignment 'rd_flag=0', assigned value is 0
linux-4.9.88/arch/mips/sibyte/common/cfe.c:143:8: note: Condition '!rd_flag' is always true
linux-4.9.88/arch/mips/sibyte/common/cfe.c:102:6: style: The scope of the variable 'rd_flag' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sibyte/common/sb_tbprof.c:47:0: error: #error invalid SiByte UART configuration [preprocessorErrorDirective]
linux-4.9.88/arch/mips/sibyte/swarm/setup.c:46:0: error: #error invalid SiByte board configuration [preprocessorErrorDirective]
linux-4.9.88/arch/mips/sni/pcimt.c:236:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sni/setup.c:61:8: style: The scope of the variable 'ctype' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sni/setup.c:63:8: style: The scope of the variable 'baud' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sni/setup.c:64:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/arch/mips/sni/setup.c:65:14: style: The scope of the variable 'options' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vdso/genvdso.h:16:19: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vdso/genvdso.h:18:15: style: The scope of the variable 'local_gotno' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vdso/genvdso.h:18:28: style: The scope of the variable 'symtabno' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vdso/genvdso.h:18:38: style: The scope of the variable 'gotsym' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vdso/genvdso.h:21:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:25:15: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:26:18: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:29:16: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:45:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:124:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:129:16: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:151:16: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:156:15: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:157:16: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vdso/genvdso.h:165:17: portability: 'symtab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:158:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:173:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:188:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:203:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:218:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:233:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:320:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:336:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:352:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:368:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:384:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:400:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:416:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mips/vr41xx/common/icu.c:432:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/lib/inflate.c:982:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/lib/inflate.c:998:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/mn10300/boot/compressed/misc.c:263:20: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/boot/compressed/misc.c:281:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/boot/tools/build.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mn10300/boot/tools/build.c:134:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mn10300/boot/tools/build.c:149:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/mn10300/boot/tools/build.c:54:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
linux-4.9.88/arch/mn10300/kernel/cevt-mn10300.c:74:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/gdb-io-serial.c:70:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mn10300/kernel/gdb-io-serial.c:46:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/gdb-io-serial.c:70:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/gdb-io-serial.c:70:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:235:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:236:16: style: The scope of the variable 'xmitcsum' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:238:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:238:21: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:342:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:344:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:389:6: style: The scope of the variable 'hexValue' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:792:36: style: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'. [funcArgNamesDifferent]
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:181:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-4.9.88/arch/mn10300/kernel/gdb-stub.c:792:36: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-4.9.88/arch/mn10300/kernel/irq.c:251:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/irq.c:48:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/irq.c:61:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/kgdb.c:180:11: style: Unsigned variable 'arg' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/arch/mn10300/kernel/kgdb.c:275:12: style: Unsigned variable 'arg' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:862:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:1512:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:390:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:418:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:430:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:471:3: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:493:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:503:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-serial.c:1031:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:94:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:92:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:94:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:204:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:202:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:204:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:78:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:135:6: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/mn10300-watchdog.c:114:9: style: Variable 'wdt' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/module.c:66:11: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/module.c:75:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mn10300/kernel/profile.c:41:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/rtc.c:37:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:394:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/smp.c:419:12: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/mn10300/kernel/smp.c:424:19: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/mn10300/kernel/smp.c:426:13: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/mn10300/kernel/smp.c:432:11: style: Unsigned variable 'cnt' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/arch/mn10300/kernel/smp.c:821:42: style: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'. [funcArgNamesDifferent]
linux-4.9.88/arch/mn10300/kernel/smp.c:101:35: note: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'.
linux-4.9.88/arch/mn10300/kernel/smp.c:821:42: note: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'.
linux-4.9.88/arch/mn10300/kernel/smp.c:198:10: style: Variable 'tmp16' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:225:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:243:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:266:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:292:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/smp.c:620:10: style: Variable 'tmp16' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/traps.c:348:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/kernel/traps.c:376:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/kernel/traps.c:454:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:455:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:456:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:459:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:460:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:461:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:462:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:463:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:464:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/kernel/traps.c:470:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/lib/ashrdi3.c:52:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/mn10300/lib/checksum.c:78:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mn10300/lib/checksum.c:78:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mn10300/lib/checksum.c:94:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mn10300/lib/checksum.c:94:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/mn10300/mm/fault.c:330:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/mn10300/mm/misalignment.c:356:12: style: Checking if unsigned variable 'npop' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/mn10300/mm/mmu-context.c:31:16: style: The scope of the variable 'pteu' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/mm/tlb-smp.c:202:36: style: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'. [funcArgNamesDifferent]
linux-4.9.88/arch/mn10300/mm/tlb-smp.c:54:36: note: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'.
linux-4.9.88/arch/mn10300/mm/tlb-smp.c:202:36: note: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'.
linux-4.9.88/arch/mn10300/unit-asb2305/pci-asb2305.c:184:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:92:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:112:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:132:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:156:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:174:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/mn10300/unit-asb2305/pci.c:192:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/nios2/boot/compressed/misc.c:150:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/boot/compressed/misc.c:164:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/nios2/boot/compressed/misc.c:84:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/nios2/boot/compressed/misc.c:164:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/nios2/kernel/early_printk.c:84:0: error: #error Neither SERIAL_ALTERA_JTAGUART_CONSOLE nor SERIAL_ALTERA_UART_CONSOLE \ [preprocessorErrorDirective]
linux-4.9.88/arch/nios2/kernel/kgdb.c:90:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/kernel/kgdb.c:104:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/kernel/module.c:59:7: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/kernel/process.c:218:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/kernel/setup.c:127:6: error: Uninitialized variable: cmdline_passed [uninitvar]
linux-4.9.88/arch/nios2/kernel/time.c:350:12: style: Condition 'count<2' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/nios2/kernel/time.c:345:14: note: Assignment 'count=0', assigned value is 0
linux-4.9.88/arch/nios2/kernel/time.c:348:3: note: count is incremented', new value is 1
linux-4.9.88/arch/nios2/kernel/time.c:350:12: note: Condition 'count<2' is always true
linux-4.9.88/arch/nios2/mm/dma-mapping.c:135:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/mm/dma-mapping.c:29:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/mm/dma-mapping.c:38:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/mm/dma-mapping.c:52:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/nios2/mm/pgtable.c:56:15: style: The scope of the variable 'init' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/mm/tlb.c:249:36: style: The scope of the variable 'tlbmisc' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/mm/tlb.c:226:14: style: Variable 'pteaddr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/nios2/mm/tlb.c:228:13: style: Variable 'tlbacc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/nios2/mm/tlb.c:187:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/nios2/mm/tlb.c:188:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/nios2/mm/tlb.c:189:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/nios2/mm/tlb.c:190:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/nios2/mm/tlb.c:191:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/nios2/platform/platform.c:21:21: style: The scope of the variable 'soc_dev' can be reduced. [variableScope]
linux-4.9.88/arch/nios2/platform/platform.c:23:14: style: The scope of the variable 'machine' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/kernel/module.c:29:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/kernel/module.c:30:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/kernel/module.c:37:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/openrisc/kernel/setup.c:273:2: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/openrisc/kernel/setup.c:272:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
linux-4.9.88/arch/openrisc/kernel/setup.c:273:2: note: Variable 'cpu' is reassigned a value before the old one has been used.
linux-4.9.88/arch/openrisc/kernel/setup.c:308:16: style: Variable 'max_low_pfn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/openrisc/kernel/traps.c:52:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/kernel/traps.c:176:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/kernel/traps.c:46:48: portability: '(void*)tinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/openrisc/mm/init.c:77:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/mm/init.c:77:22: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/mm/init.c:79:9: style: The scope of the variable 'pge' can be reduced. [variableScope]
linux-4.9.88/arch/openrisc/mm/init.c:152:28: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:47:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:48:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:49:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:59:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:65:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:66:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:67:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:68:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:69:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:74:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/binfmt_elf32.c:75:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/kernel/cache.c:308:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/cache.c:309:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/firmware.c:1416:32: style: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'. [funcArgNamesDifferent]
linux-4.9.88/arch/parisc/kernel/firmware.c:99:32: note: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'.
linux-4.9.88/arch/parisc/kernel/firmware.c:1416:32: note: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'.
linux-4.9.88/arch/parisc/kernel/inventory.c:506:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/inventory.c:87:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/parisc/kernel/module.c:547:14: style: The scope of the variable 'loc' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/module.c:561:9: portability: '(void*)sechdrs[targetsec].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/kernel/perf.c:754:12: style: The scope of the variable 'bptr' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/perf.c:755:11: style: The scope of the variable 'dwords' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/perf.c:313:3: style: Variable 'image_size' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/parisc/kernel/process.c:289:16: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/smp.c:125:16: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/stacktrace.c:23:1: style: Label 'HERE' is not used. [unusedLabel]
linux-4.9.88/arch/parisc/kernel/traps.c:199:17: style: The scope of the variable 'sp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/traps.c:201:1: style: Label 'HERE' is not used. [unusedLabel]
linux-4.9.88/arch/parisc/kernel/traps.c:53:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:137:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unaligned.c:491:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:493:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:515:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:522:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:528:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unaligned.c:535:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/parisc/kernel/unwind.c:50:24: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unwind.c:233:16: style: The scope of the variable 'npc' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unwind.c:234:15: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unwind.c:235:7: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unwind.c:236:6: style: The scope of the variable 'looking_for_rp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/kernel/unwind.c:236:22: style: The scope of the variable 'rpoffset' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/lib/checksum.c:143:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/checksum.c:143:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:168:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/lib/io.c:23:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:24:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:29:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:30:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:35:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:36:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:65:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:66:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:73:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:74:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:80:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:81:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:88:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:89:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:96:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:97:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:109:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:114:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/io.c:118:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:202:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:210:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:218:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:226:4: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:234:5: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:242:5: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:360:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:372:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:384:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:396:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:408:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/lib/iomap.c:420:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/parisc/math-emu/decode_exc.c:106:18: style: The scope of the variable 'current_ir' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/decode_exc.c:111:18: style: The scope of the variable 'excptype' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/dfadd.c:204:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/dfadd.c:256:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/dfadd.c:315:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/dfsqrt.c:58:44: style: The scope of the variable 'sump1' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/dfsqrt.c:58:51: style: The scope of the variable 'sump2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/dfsqrt.c:60:19: style: The scope of the variable 'guardbit' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/dfsub.c:207:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/dfsub.c:259:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/dfsub.c:318:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/driver.c:43:15: style: struct member 'exc_reg::exception' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/driver.c:44:15: style: struct member 'exc_reg::ei' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/fcnvff.c:214:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:359:6: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 348. [shiftTooManyBits]
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:348:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:359:6: note: Shift
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:484:10: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 473. [shiftTooManyBits]
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:473:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-4.9.88/arch/parisc/math-emu/fcnvfu.c:484:10: note: Shift
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:64:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:162:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:282:37: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:282:44: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:394:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:394:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:331:37: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 319. [shiftTooManyBits]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:319:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:331:37: note: Shift
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:454:37: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 438. [shiftTooManyBits]
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:438:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-4.9.88/arch/parisc/math-emu/fcnvfx.c:454:37: note: Shift
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:65:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:130:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:203:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:203:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:269:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvfxt.c:269:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:101:6: error: Signed integer overflow for expression 'src<<33-8'. [integerOverflow]
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:96:15: note: Assignment 'src=1<<30', assigned value is 1073741824
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:101:6: note: Integer overflow
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:169:2: error: Signed integer overflow for expression 'src<<(33-11)'. [integerOverflow]
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:167:15: note: Assignment 'src=1<<30', assigned value is 1073741824
linux-4.9.88/arch/parisc/math-emu/fcnvxf.c:169:2: note: Integer overflow
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:315:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:357:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:454:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:462:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:531:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:616:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:975:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1017:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1114:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1122:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1191:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1276:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1631:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1673:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1767:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1775:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1841:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:1921:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2273:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2315:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2409:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2417:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2483:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fmpyfadd.c:2563:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/fpudispatch.c:1127:10: style: union member 'Anonymous8::dbl' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/fpudispatch.c:1128:9: style: union member 'Anonymous8::flt' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/fpudispatch.c:1266:10: style: union member 'Anonymous10::dbl' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/fpudispatch.c:1267:9: style: union member 'Anonymous10::flt' is never used. [unusedStructMember]
linux-4.9.88/arch/parisc/math-emu/frnd.c:213:14: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 199. [shiftTooManyBits]
linux-4.9.88/arch/parisc/math-emu/frnd.c:199:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-4.9.88/arch/parisc/math-emu/frnd.c:213:14: note: Shift
linux-4.9.88/arch/parisc/math-emu/sfadd.c:204:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/sfadd.c:253:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/sfadd.c:310:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/sfsqrt.c:59:32: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/sfsqrt.c:60:19: style: The scope of the variable 'guardbit' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/math-emu/sfsub.c:205:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/sfsub.c:255:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/math-emu/sfsub.c:313:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/parisc/mm/hugetlbpage.c:51:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/hugetlbpage.c:74:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/hugetlbpage.c:75:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/init.c:269:17: style: The scope of the variable 'hole_pages' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/init.c:402:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/init.c:914:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/parisc/mm/init.c:726:15: style: Variable 'end_paddr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/boot/4xx.c:51:25: style: The scope of the variable 'bank_config' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/4xx.c:339:44: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/4xx.c:559:12: style: The scope of the variable 'fwdvb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cpm-serial.c:283:22: portability: 'muram_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/cpm-serial.c:283:37: portability: 'muram_addr-muram_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/cpm-serial.c:286:24: portability: 'muram_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/cpm-serial.c:286:39: portability: 'muram_addr-muram_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/cuboot-52xx.c:27:6: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-52xx.c:32:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/cuboot-52xx.c:50:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/cuboot-52xx.c:50:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/boot/cuboot-824x.c:26:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/cuboot-8xx.c:28:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/cuboot-acadia.c:53:17: style: The scope of the variable 'idiff' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-acadia.c:54:17: style: The scope of the variable 'ibdiv' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-acadia.c:55:16: style: The scope of the variable 'est' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-c2k.c:32:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-c2k.c:137:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/cuboot-mpc7448hpc2.c:33:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/cuboot-pq2.c:250:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/cuboot-sam440ep.c:38:8: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/decompress.c:59:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/decompress.c:122:57: style: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/boot/ops.h:265:43: note: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'.
linux-4.9.88/arch/powerpc/boot/decompress.c:122:57: note: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'.
linux-4.9.88/arch/powerpc/boot/devtree.c:55:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/boot/devtree.c:111:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/boot/devtree.c:239:20: style: The scope of the variable 'prev_naddr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/devtree.c:239:32: style: The scope of the variable 'prev_nsize' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/devtree.c:240:6: style: The scope of the variable 'buflen' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/devtree.c:62:30: style: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/boot/ops.h:196:30: note: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'.
linux-4.9.88/arch/powerpc/boot/devtree.c:62:30: note: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'.
linux-4.9.88/arch/powerpc/boot/devtree.c:62:39: style: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/boot/ops.h:196:43: note: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'.
linux-4.9.88/arch/powerpc/boot/devtree.c:62:39: note: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'.
linux-4.9.88/arch/powerpc/boot/devtree.c:62:47: style: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/boot/ops.h:196:55: note: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'.
linux-4.9.88/arch/powerpc/boot/devtree.c:62:47: note: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'.
linux-4.9.88/arch/powerpc/boot/mpc52xx-psc.c:37:23: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/mpc52xx-psc.c:38:12: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/mpc52xx-psc.c:43:22: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/mpc52xx-psc.c:48:23: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/mpc52xx-psc.c:49:18: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/mpc8xx.c:46:9: style: Variable 'div' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/boot/mpsc.c:56:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/mpsc.c:60:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/mpsc.c:97:58: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/mpsc.c:100:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/mv64x60.c:184:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/mv64x60.c:192:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/boot/ofconsole.c:31:20: warning: Redundant assignment of 'of_stdout_handle' to itself. [selfAssignment]
linux-4.9.88/arch/powerpc/boot/oflib.c:174:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/boot/oflib.c:171:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/boot/oflib.c:174:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/boot/oflib.c:174:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/boot/redboot-83xx.c:30:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/redboot-8xx.c:29:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/boot/serial.c:44:2: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/boot/serial.c:42:2: note: Variable 'cp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/boot/serial.c:44:2: note: Variable 'cp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/boot/treeboot-akebono.c:56:6: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/treeboot-currituck.c:45:6: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/boot/uartlite.c:34:20: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/uartlite.c:42:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/uartlite.c:43:20: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/uartlite.c:50:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/uartlite.c:51:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/uartlite.c:56:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/ugecon.c:45:28: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/ugecon.c:46:29: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/ugecon.c:47:27: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/ugecon.c:139:28: portability: 'exi_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/boot/virtex.c:82:7: style: The scope of the variable 'devtype' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:191:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:219:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:247:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:275:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:303:23: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:333:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/aes-spe-glue.c:364:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/crc32c-vpmsum_glue.c:22:15: style: The scope of the variable 'prealign' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/sha1-spe-glue.c:84:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/crypto/sha256-spe-glue.c:105:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/align.c:779:10: style: union member 'data::dd' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/kernel/align.c:786:13: style: struct member 'Anonymous0::hi32' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/kernel/align.c:795:18: style: struct member 'Anonymous1::hi48' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/kernel/align.c:316:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kernel/align.c:957:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kernel/btext.c:427:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/btext.c:448:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/btext.c:466:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/btext.c:507:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/cacheinfo.c:407:5: warning: Either the condition '!cache' is redundant or there is possible null pointer dereference: cache. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/kernel/cacheinfo.c:409:6: note: Assuming that condition '!cache' is not redundant
linux-4.9.88/arch/powerpc/kernel/cacheinfo.c:407:5: note: Null pointer dereference
linux-4.9.88/arch/powerpc/kernel/crash_dump.c:76:47: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/crash_dump.c:79:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/eeh.c:1002:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh.c:1314:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh.c:1585:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_cache.c:281:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_event.c:105:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:179:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:294:18: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:547:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:621:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:893:22: style: The scope of the variable 'dn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/eeh_pe.c:81:24: portability: '(void*)pe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/fadump.c:773:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/arch/powerpc/kernel/fadump.c:433:7: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/fadump.c:808:21: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/fadump.c:808:28: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/fadump.c:623:8: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/fadump.c:626:8: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/fadump.c:537:25: style: Variable 'elf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/kernel/hw_breakpoint.c:306:2: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/kernel/hw_breakpoint.c:303:0: note: Variable 'bp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/kernel/hw_breakpoint.c:306:2: note: Variable 'bp' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/kernel/io.c:137:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:142:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:147:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:163:7: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:164:7: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:170:8: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:171:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:177:7: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:178:7: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:192:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:193:8: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:198:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:199:9: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:204:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/io.c:205:8: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/iommu.c:221:12: style: Same expression on both sides of '==' because the value of 'pass' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/powerpc/kernel/iommu.c:186:13: note: 'pass' is assigned value '0' here.
linux-4.9.88/arch/powerpc/kernel/iommu.c:221:12: note: Same expression on both sides of '==' because the value of 'pass' and '0' are the same.
linux-4.9.88/arch/powerpc/kernel/iommu.c:762:23: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/iommu.c:797:15: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/iommu.c:193:35: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
linux-4.9.88/arch/powerpc/kernel/iommu.c:471:11: note: Assignment 'align=0', assigned value is 0
linux-4.9.88/arch/powerpc/kernel/iommu.c:476:36: note: Calling function 'iommu_range_alloc', 6th argument 'align_order' value is 0
linux-4.9.88/arch/powerpc/kernel/iommu.c:193:35: note: Shift
linux-4.9.88/arch/powerpc/kernel/irq.c:638:22: style: The scope of the variable 'tp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/kgdb.c:260:44: portability: '(void*)gdb_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/kgdb.c:356:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/kgdb.c:382:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/legacy_serial.c:56:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/machine_kexec_64.c:41:23: style: The scope of the variable 'basep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/machine_kexec_64.c:42:22: style: The scope of the variable 'sizep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/machine_kexec_64.c:103:9: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/mce.c:148:30: style: The scope of the variable 'mc_evt' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/mce.c:206:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/mce.c:102:9: style: Variable 'srr1' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/kernel/module.c:61:29: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module.c:67:29: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module.c:81:28: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_32.c:84:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_32.c:221:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_32.c:222:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_32.c:123:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_32.c:131:21: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_32.c:136:11: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_32.c:229:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_64.c:227:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_64.c:519:17: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_64.c:520:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/module_64.c:418:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/kernel/module_64.c:286:26: portability: '(void*)vers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_64.c:353:34: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_64.c:361:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_64.c:364:6: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/module_64.c:538:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/nvram_64.c:632:6: style: Condition '!rc' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/kernel/nvram_64.c:630:24: note: Assignment 'rc=nvram_pstore_init()', assigned value is -1
linux-4.9.88/arch/powerpc/kernel/nvram_64.c:632:6: note: Condition '!rc' is always false
linux-4.9.88/arch/powerpc/kernel/pci-common.c:492:6: style: Condition 'found' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/kernel/pci-common.c:466:27: note: Assignment 'found=NULL', assigned value is 0
linux-4.9.88/arch/powerpc/kernel/pci-common.c:492:6: note: Condition 'found' is always false
linux-4.9.88/arch/powerpc/kernel/pci-common.c:633:19: style: The scope of the variable 'rp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/pci-common.c:911:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/pci-common.c:1722:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/pci_32.c:184:25: warning: Possible null pointer dereference: dev [nullPointer]
linux-4.9.88/arch/powerpc/kernel/pci_32.c:160:24: note: Assignment 'dev=NULL', assigned value is 0
linux-4.9.88/arch/powerpc/kernel/pci_32.c:184:25: note: Null pointer dereference
linux-4.9.88/arch/powerpc/kernel/pci_dn.c:465:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/pci_of_scan.c:77:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/pci_of_scan.c:211:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/process.c:1830:16: style: The scope of the variable 'stack_page' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/process.c:1894:20: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/process.c:1894:28: style: The scope of the variable 'newsp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom.c:181:19: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom.c:291:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom.c:611:2: style: Variable 'reserve_map' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:594:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:1810:7: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:1844:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:2121:41: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:2121:46: style: The scope of the variable 'lp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:599:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:1164:9: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/kernel/prom_init.c:322:43: portability: Undefined behaviour, when 'i' is -1 the pointer arithmetic 'buf+i' is out of bounds. [pointerOutOfBounds]
linux-4.9.88/arch/powerpc/kernel/ptrace.c:320:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas-proc.c:433:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/kernel/rtas.c:1124:6: style: Condition 'buff_copy' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/kernel/rtas.c:1109:14: note: Assignment 'buff_copy=NULL', assigned value is 0
linux-4.9.88/arch/powerpc/kernel/rtas.c:1124:6: note: Condition 'buff_copy' is always false
linux-4.9.88/arch/powerpc/kernel/rtas.c:200:22: style: The scope of the variable 'root' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas.c:202:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas.c:449:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas.c:1027:27: style: The scope of the variable 'sect' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas.c:1154:25: style: The scope of the variable 'entryp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtas.c:105:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-4.9.88/arch/powerpc/kernel/rtas_flash.c:475:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/kernel/rtas_flash.c:181:19: style: Checking if unsigned variable 'block_size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:114:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:114:8: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:114:10: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:115:6: style: The scope of the variable 'perline' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:116:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/rtasd.c:117:9: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/setup_64.c:583:37: portability: '(void*)ti' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kernel/signal_32.c:1439:0: error: #error "Please adjust handle_signal()" [preprocessorErrorDirective]
linux-4.9.88/arch/powerpc/kernel/signal_64.c:748:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/arch/powerpc/kernel/signal_64.c:855:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/arch/powerpc/kernel/signal_64.c:748:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kernel/signal_64.c:855:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kernel/smp-tbsync.c:46:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/smp.c:508:10: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/smp.c:617:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/smp.c:667:9: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/smp.c:668:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/sysfs.c:933:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/tau_6xx.c:141:6: style: The scope of the variable 'shrink' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/time.c:423:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/time.c:700:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/time.c:899:60: style: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/kernel/time.c:106:60: note: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'.
linux-4.9.88/arch/powerpc/kernel/time.c:899:60: note: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'.
linux-4.9.88/arch/powerpc/kernel/traps.c:260:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/arch/powerpc/kernel/traps.c:260:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kernel/udbg.c:87:8: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/udbg.c:107:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/vdso.c:462:8: style: Unused variable: sect [unusedVariable]
linux-4.9.88/arch/powerpc/kernel/vdso.c:554:16: style: Unused variable: size [unusedVariable]
linux-4.9.88/arch/powerpc/kernel/vdso.c:555:8: style: Unused variable: start [unusedVariable]
linux-4.9.88/arch/powerpc/kernel/vdso.c:721:6: style: Unused variable: i [unusedVariable]
linux-4.9.88/arch/powerpc/kernel/vecemu.c:93:21: style: The scope of the variable 'frac' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kernel/vio.c:1471:34: style: The scope of the variable 'node_child' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s.c:545:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s.c:618:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_32_mmu_host.c:47:0: error: #error Unknown page size [preprocessorErrorDirective]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:303:22: error: Array 'pteg[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:277:2: note: After for loop, i has value 16
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:303:22: note: Array index out of bounds
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:304:22: error: Array 'pteg[16]' accessed at index 17, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:277:2: note: After for loop, i has value 16
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu.c:304:22: note: Array index out of bounds
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:180:16: style: The scope of the variable 'hp_v' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:180:22: style: The scope of the variable 'hp_r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:181:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:181:22: style: The scope of the variable 'hash' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:185:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:716:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:717:10: style: The scope of the variable 'hptep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:1098:17: style: The scope of the variable 'rmap' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:1169:16: style: The scope of the variable 'rcbits_unset' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_64_mmu_hv.c:1240:23: style: The scope of the variable 'nw' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:131:19: style: The scope of the variable 'vcpu' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:429:8: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:2205:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:3022:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:3023:26: style: The scope of the variable 'memslot' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:3621:15: style: The scope of the variable 'hcall' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv.c:580:25: portability: 'va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_builtin.c:77:16: style: The scope of the variable 'align_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_builtin.c:116:6: style: The scope of the variable 'threads_running' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_builtin.c:117:6: style: The scope of the variable 'threads_ceded' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_builtin.c:118:6: style: The scope of the variable 'threads_conferring' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:77:30: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:78:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:496:0: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:670:10: style: The scope of the variable 'hpte' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:671:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_mmu.c:671:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_hv_rm_xics.c:142:6: style: The scope of the variable 'hcore' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_paired_singles.c:646:2: style: Variable 'emulated' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/kvm/book3s_paired_singles.c:635:0: note: Variable 'emulated' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/kvm/book3s_paired_singles.c:646:2: note: Variable 'emulated' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/kvm/book3s_pr.c:1115:7: style: The scope of the variable 'emul' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_pr_papr.c:150:23: style: The scope of the variable 'rb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_pr_papr.c:429:15: style: The scope of the variable 'hcall' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/book3s_pr_papr.c:109:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kvm/book3s_pr_papr.c:191:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kvm/book3s_pr_papr.c:234:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/kvm/booke.c:2153:40: portability: '(void*)kvmppc_booke_handlers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kvm/e500.c:241:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500.c:546:40: portability: '(void*)kvmppc_booke_handlers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kvm/e500_mmu.c:281:35: style: The scope of the variable 'tlbe' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu.c:282:6: style: The scope of the variable 'tid' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu.c:298:14: style: The scope of the variable 'esel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu.c:460:6: style: The scope of the variable 'esel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu.c:547:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:207:34: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:207:34: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:207:34: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:202:7: style: The scope of the variable 'hw_tlb_indx' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:194:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:218:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:228:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:235:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:252:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:266:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:315:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:553:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/e500_mmu_host.c:604:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/mpic.c:588:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/mpic.c:1028:21: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/mpic.c:1030:6: style: The scope of the variable 's_IRQ' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/mpic.c:1030:13: style: The scope of the variable 'n_IRQ' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/kvm/mpic.c:421:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/mpic.c:647:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/mpic.c:1311:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/kvm/powerpc.c:342:9: portability: 'magic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/kvm/powerpc.c:381:9: portability: 'magic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/lib/checksum_wrappers.c:53:15: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/lib/checksum_wrappers.c:53:21: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/lib/feature-fixups.c:163:16: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/feature-fixups.c:172:24: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/lib/rheap.c:670:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/arch/powerpc/lib/rheap.c:227:25: warning: Either the condition 'after!=NULL' is redundant or there is possible null pointer dereference: after. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/lib/rheap.c:220:30: note: Assuming that condition 'after!=NULL' is not redundant
linux-4.9.88/arch/powerpc/lib/rheap.c:227:25: note: Null pointer dereference
linux-4.9.88/arch/powerpc/lib/rheap.c:49:6: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/rheap.c:50:16: style: The scope of the variable 'blks' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/rheap.c:50:22: style: The scope of the variable 'blke' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/rheap.c:158:22: style: The scope of the variable 'bs' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/rheap.c:158:26: style: The scope of the variable 'be' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/rheap.c:447:23: style: The scope of the variable 'sp_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/sstep.c:150:11: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/powerpc/lib/sstep.c:150:11: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/lib/sstep.c:150:11: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/lib/sstep.c:66:15: style: The scope of the variable 'bi' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/sstep.c:202:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/sstep.c:287:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/lib/sstep.c:843:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/lib/sstep.c:851:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/lib/sstep.c:859:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/mm/dma-noncoherent.c:280:17: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_native_64.c:255:16: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_native_64.c:348:19: style: The scope of the variable 'hptep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_native_64.c:352:24: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_native_64.c:592:16: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:310:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:421:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:834:16: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:1580:16: style: The scope of the variable 'hash' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:1580:36: style: The scope of the variable 'hidx' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hash_utils_64.c:1580:42: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/highmem.c:66:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/mm/hugetlbpage-hash64.c:27:24: style: The scope of the variable 'pa' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hugetlbpage-hash64.c:28:7: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hugetlbpage-hash64.c:65:2: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/mm/hugetlbpage-radix.c:49:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/hugetlbpage.c:1048:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/powerpc/mm/icswx.c:100:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/mm/icswx.c:99:8: note: Assignment 'ret=0', assigned value is 0
linux-4.9.88/arch/powerpc/mm/icswx.c:100:10: note: Condition 'ret<0' is always false
linux-4.9.88/arch/powerpc/mm/mem.c:194:16: style: The scope of the variable 'tstart' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/mem.c:194:24: style: The scope of the variable 'tend' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/mmu_context_iommu.c:38:16: style: The scope of the variable 'locked' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/mmu_context_iommu.c:38:24: style: The scope of the variable 'lock_limit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/mmu_context_nohash.c:141:20: style: The scope of the variable 'mm' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:501:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:565:12: style: The scope of the variable 'sibling' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:818:16: style: The scope of the variable 'start_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:818:27: style: The scope of the variable 'end_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:842:20: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/numa.c:765:27: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/mm/numa.c:767:27: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/mm/numa.c:650:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/mm/pgtable-hash64.c:62:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-hash64.c:63:9: style: The scope of the variable 'pudp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-hash64.c:64:9: style: The scope of the variable 'pmdp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-hash64.c:65:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:234:6: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:234:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:235:15: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:329:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:390:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable-radix.c:409:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable_32.c:284:22: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable_32.c:286:6: style: The scope of the variable 'ktext' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/pgtable_32.c:338:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/slb.c:195:16: style: The scope of the variable 'slbie_data' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/slice.c:153:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/slice.c:153:13: style: The scope of the variable 'mask_index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/slice.c:197:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/slice.c:197:13: style: The scope of the variable 'mask_index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/subpage-prot.c:30:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/tlb_hash32.c:42:16: style: The scope of the variable 'ptephys' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/mm/tlb_hash32.c:83:16: style: The scope of the variable 'pmd_end' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/net/bpf_jit_comp.c:644:20: warning: Either the condition 'if(image)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-4.9.88/arch/powerpc/net/bpf_jit_comp.c:665:5: note: Assuming that condition 'if(image)' is not redundant
linux-4.9.88/arch/powerpc/net/bpf_jit_comp.c:644:20: note: Null pointer addition
linux-4.9.88/arch/powerpc/net/bpf_jit_comp.c:32:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/net/bpf_jit_comp.c:88:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/net/bpf_jit_comp64.c:1028:28: warning: Either the condition 'if(image)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-4.9.88/arch/powerpc/net/bpf_jit_comp64.c:1050:5: note: Assuming that condition 'if(image)' is not redundant
linux-4.9.88/arch/powerpc/net/bpf_jit_comp64.c:1028:28: note: Null pointer addition
linux-4.9.88/arch/powerpc/oprofile/cell/spu_task_sync.c:64:32: style: Condition 'spu_buff[spu].tail>spu_buff[spu].head' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/oprofile/cell/spu_task_sync.c:430:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/cell/vma_map.c:95:64: style: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/oprofile/cell/pr_util.h:85:64: note: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'.
linux-4.9.88/arch/powerpc/oprofile/cell/vma_map.c:95:64: note: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'.
linux-4.9.88/arch/powerpc/oprofile/cell/vma_map.c:96:25: style: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/oprofile/cell/pr_util.h:86:25: note: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'.
linux-4.9.88/arch/powerpc/oprofile/cell/vma_map.c:96:25: note: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'.
linux-4.9.88/arch/powerpc/oprofile/op_model_7450.c:177:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:241:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:905:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1496:16: style: The scope of the variable 'sample_array_lock_flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1497:6: style: The scope of the variable 'spu_num' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1609:6: style: The scope of the variable 'is_kernel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1612:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1506:12: style: Variable 'cpu_tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/oprofile/op_model_cell.c:1562:23: style: Variable 'last_trace_buffer' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/oprofile/op_model_fsl_emb.c:349:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_power4.c:285:16: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/oprofile/op_model_power4.c:368:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/callchain.c:52:20: style: The scope of the variable 'next_sp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-book3s.c:1160:23: style: The scope of the variable 'mmcr0' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-book3s.c:1160:30: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:492:6: style: The scope of the variable 'num_restricted' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:493:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:663:21: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:664:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:665:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/core-fsl-emb.c:681:5: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:328:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:1009:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:1011:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:969:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:1275:21: style: The scope of the variable 'h24x7hw' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:1288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:105:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:107:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:108:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:109:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:111:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:113:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:115:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:116:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:117:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:200:16: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:223:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:238:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:238:17: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:240:36: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:240:41: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:254:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:254:17: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:254:22: portability: 'start+nl+dl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:260:15: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:260:20: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:260:25: portability: 'start+nl+dl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:750:19: portability: 'event_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:760:32: portability: 'event_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:777:42: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:838:27: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/hv-24x7.c:948:18: portability: 'page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/perf/req-gen/perf.h:42:0: error: syntax error [syntaxError]
linux-4.9.88/arch/powerpc/perf/isa207-common.c:145:37: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/isa207-common.c:145:43: style: The scope of the variable 'combine' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/isa207-common.c:145:52: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:232:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:228:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:232:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:157:6: style: The scope of the variable 'pmc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:159:6: style: The scope of the variable 'thresh' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:228:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/mpc7450-pmu.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power4-pmu.c:257:23: style: The scope of the variable 'lower' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power4-pmu.c:362:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:283:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:278:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:283:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:139:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:139:17: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:140:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:459:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5+-pmu.c:461:9: style: The scope of the variable 'isbus' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:278:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:274:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:278:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:143:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:143:17: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:144:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:274:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:390:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power5-pmu.c:392:9: style: The scope of the variable 'isbus' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:141:17: style: The scope of the variable 'ptype' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:183:20: style: The scope of the variable 'ev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:183:33: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:273:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:273:21: style: The scope of the variable 'subunit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:365:15: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power6-pmu.c:365:21: style: The scope of the variable 'pmc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:166:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:162:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:166:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:88:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:252:20: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:252:26: style: The scope of the variable 'combine' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:252:35: style: The scope of the variable 'l2sel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/power7-pmu.c:252:42: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:380:9: error: Array 'pmcsel[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:360:4: note: After for loop, pmc has value 8
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:380:9: note: Array index out of bounds
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:197:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:197:23: style: The scope of the variable 'sh' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/perf/ppc970-pmu.c:263:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/clock-commonclk.c:824:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/platforms/512x/clock-commonclk.c:386:22: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:152:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:150:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:152:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:170:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:166:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:170:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:199:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:199:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:292:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:404:15: style: The scope of the variable 'tx_fifo_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:405:15: style: The scope of the variable 'rx_fifo_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/512x/mpc512x_shared.c:494:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/media5200.c:86:6: style: The scope of the variable 'sub_virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:197:6: style: The scope of the variable 'sub_virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:373:27: style: The scope of the variable 'gpt' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:66:18: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:68:7: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:69:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_pci.c:118:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_pci.c:175:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_pic.c:344:8: style: The scope of the variable 'hndlr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_pic.c:345:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/52xx/mpc52xx_pm.c:117:65: portability: '(void __iomem*)CONFIG_KERNEL_START' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c:50:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/85xx/mpc85xx_cds.c:325:6: style: The scope of the variable 'cds_pci_slot' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/86xx/gef_ppc9a.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/86xx/gef_ppc9a.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/86xx/gef_ppc9a.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc310.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc310.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc310.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc610.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc610.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/86xx/gef_sbc610.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/8xx/m8xx_setup.c:64:22: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/amigaone/setup.c:98:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/amigaone/setup.c:88:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/amigaone/setup.c:98:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/cell/axon_msi.c:101:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/axon_msi.c:259:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/cbe_regs.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/cbe_thermal.c:310:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/cpufreq_spudemand.c:92:30: style: The scope of the variable 'affected_info' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/interrupt.c:109:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/interrupt.c:109:22: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:844:9: style: Same expression on both sides of '==' because the value of 'np' and 'NULL' are the same. [duplicateExpression]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:819:27: note: 'np' is assigned value 'NULL' here.
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:844:9: note: Same expression on both sides of '==' because the value of 'np' and 'NULL' are the same.
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:147:7: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:293:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:1010:33: style: The scope of the variable 'ioaddr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:1044:51: style: The scope of the variable 'hend' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/iommu.c:1045:20: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/pmu.c:95:30: style: The scope of the variable 'shadow_regs' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/pmu.c:382:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/pmu.c:383:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/smp.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spider-pci.c:89:25: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spider-pci.c:91:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spider-pci.c:120:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spider-pci.c:44:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/cell/spu_base.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spu_base.c:270:24: portability: '(void*)lscsa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spu_base.c:270:41: portability: '(void*)lscsa+sizeof(*lscsa)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spu_base.c:271:14: portability: 'code' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spu_base.c:271:26: portability: 'code+code_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spu_manage.c:392:13: style: The scope of the variable 'spu_reg' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spu_manage.c:451:22: style: The scope of the variable 'spu_dn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spu_manage.c:473:17: style: The scope of the variable 'vic_handles' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/coredump.c:55:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/coredump.c:56:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/coredump.c:110:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/coredump.c:189:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/fault.c:68:28: portability: '(void __user*)(unsigned long)ctx->ops->npc_read(ctx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/file.c:1082:0: error: #error unsupported page size [preprocessorErrorDirective]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/inode.c:563:32: style: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/spufs.h:251:32: note: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'.
linux-4.9.88/arch/powerpc/platforms/cell/spufs/inode.c:563:32: note: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'.
linux-4.9.88/arch/powerpc/platforms/cell/spufs/inode.c:226:8: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/run.c:352:60: style: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/spufs.h:250:60: note: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'.
linux-4.9.88/arch/powerpc/platforms/cell/spufs/run.c:352:60: note: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'.
linux-4.9.88/arch/powerpc/platforms/cell/spufs/sched.c:399:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/sched.c:151:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/sched.c:1044:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/spu_restore.c:85:15: style: The scope of the variable 'decr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/switch.c:350:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/switch.c:785:15: style: The scope of the variable 'transfer_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/switch.c:1433:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/switch.c:1681:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/cell/spufs/switch.c:1696:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/chrp/setup.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/chrp/setup.c:98:9: style: The scope of the variable 'sdramen' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/chrp/setup.c:99:15: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/chrp/setup.c:472:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/flipper-pic.c:131:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/flipper-pic.c:132:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:205:13: style: The scope of the variable 'interrupts' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:154:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:155:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/holly.c:207:2: style: Variable 'bridge' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/holly.c:200:0: note: Variable 'bridge' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/embedded6xx/holly.c:207:2: note: Variable 'bridge' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/embedded6xx/holly.c:201:14: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/ls_uart.c:35:7: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c:67:22: style: Unused variable: np [unusedVariable]
linux-4.9.88/arch/powerpc/platforms/embedded6xx/usbgecko_udbg.c:226:28: portability: 'exi_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/maple/pci.c:634:50: style: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/platforms/maple/maple.h:12:57: note: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/arch/powerpc/platforms/maple/pci.c:634:50: note: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/arch/powerpc/platforms/maple/setup.c:211:27: style: The scope of the variable 'has_isus' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:194:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:426:45: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 425. [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:426:45: note: Shift
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 425. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: note: Shift
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:441:45: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 440. [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:441:45: note: Shift
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 440. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: note: Shift
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: warning: Either the condition 'flag<32' is redundant or there is signed integer overflow for expression '1<<flag'. [integerOverflowCond]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: note: Integer overflow
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: warning: Either the condition 'flag<32' is redundant or there is signed integer overflow for expression '1<<flag'. [integerOverflowCond]
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-4.9.88/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: note: Integer overflow
linux-4.9.88/arch/powerpc/platforms/pasemi/iommu.c:263:6: style: Condition 'iommu_off' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/pasemi/iommu.c:258:14: note: Assignment 'iommu_off=1', assigned value is 1
linux-4.9.88/arch/powerpc/platforms/pasemi/iommu.c:263:6: note: Condition 'iommu_off' is always true
linux-4.9.88/arch/powerpc/platforms/pasemi/msi.c:85:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pasemi/msi.c:88:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/bootx_init.c:471:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/bootx_init.c:471:21: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/bootx_init.c:472:8: style: The scope of the variable 'model' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/bootx_init.c:574:4: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:171:17: style: The scope of the variable 'rmask' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:816:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:932:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:2571:16: style: The scope of the variable 'actrl' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:305:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:1326:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:1335:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:2777:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:2785:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/feature.c:2883:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/low_i2c.c:1387:20: error: Array 'inst->buffer[64]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/arch/powerpc/platforms/powermac/low_i2c.c:1387:14: error: Array 'inst.buffer[64]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/arch/powerpc/platforms/powermac/nvram.c:313:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/nvram.c:393:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/nvram.c:438:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/nvram.c:438:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/nvram.c:439:22: style: The scope of the variable 'hdr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/pci.c:789:16: style: Variable 'has_address' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pci.c:928:9: style: Variable 'ht' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:146:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:157:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:169:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:180:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:193:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:206:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:219:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_base.c:239:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_core.c:584:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_core.c:103:14: portability: 'cmd->cmdptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powermac/pfunc_core.c:115:14: portability: 'cmd->cmdptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powermac/pic.c:485:23: style: The scope of the variable 'mpic2' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/setup.c:274:13: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powermac/udbg_scc.c:78:2: style: Variable 'escc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/powermac/udbg_scc.c:73:0: note: Variable 'escc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powermac/udbg_scc.c:78:2: note: Variable 'escc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1789:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1786:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1789:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:50:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:204:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:912:25: style: The scope of the variable 'hose' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1055:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1122:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1437:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1637:6: style: The scope of the variable 'old_mps' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/eeh-powernv.c:1695:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/idle.c:38:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/npu-dma.c:282:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/npu-dma.c:283:22: style: The scope of the variable 'npe' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/npu-dma.c:344:41: style: The scope of the variable 'gptmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/npu-dma.c:235:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-dump.c:287:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-elog.c:47:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-elog.c:62:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-elog.c:267:2: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-elog.c:160:6: style: The scope of the variable 'opal_rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-flash.c:167:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-flash.c:405:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-flash.c:450:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-flash.c:498:25: portability: 'image_data.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-hmi.c:239:10: style: The scope of the variable 'disposition' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-hmi.c:350:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-irqchip.c:53:12: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-kmsg.c:29:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-kmsg.c:30:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-memory-errors.c:70:30: style: The scope of the variable 'merr_evt' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-memory-errors.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal-msglog.c:73:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/platforms/powernv/opal.c:688:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/opal.c:840:16: portability: 'vmalloc_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/opal.c:744:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-cxl.c:220:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-cxl.c:219:21: note: Assignment 'rc=get_cxl_module()', assigned value is 0
linux-4.9.88/arch/powerpc/platforms/powernv/pci-cxl.c:220:6: note: Condition 'rc' is always false
linux-4.9.88/arch/powerpc/platforms/powernv/pci-cxl.c:320:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-cxl.c:321:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3224:14: warning: Possible null pointer dereference: w [nullPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3212:7: note: Assignment 'w=NULL', assigned value is 0
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3224:14: note: Null pointer dereference
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3225:12: warning: Possible null pointer dereference: w [nullPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3212:7: note: Assignment 'w=NULL', assigned value is 0
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3225:12: note: Null pointer dereference
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:2570:2: style: Variable 'tce_mem' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:2563:0: note: Variable 'tce_mem' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:2570:2: note: Variable 'tce_mem' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:252:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:768:23: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:1257:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:1726:11: style: The scope of the variable 'top' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:2564:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3197:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3480:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3739:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3740:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3746:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3750:32: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/pci-ioda.c:3754:27: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/powernv/rng.c:139:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/powernv/subcore.c:331:22: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/device-init.c:973:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/ps3/htab.c:150:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/ps3/interrupt.c:753:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/mm.c:797:6: style: Condition '!USE_DYNAMIC_DMA' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/ps3/mm.c:213:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/mm.c:316:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/mm.c:483:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:596:31: style: Condition 'VALUES_64_COUNT>INDEX_64_COUNT' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:598:31: style: Condition 'VALUES_32_COUNT>INDEX_32_COUNT' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:600:31: style: Condition 'VALUES_16_COUNT>INDEX_16_COUNT' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:437:23: portability: '(void*)db' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:439:28: portability: '(void*)db' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/ps3/os-area.c:652:22: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/platforms/ps3/repository.c:487:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/smp.c:65:7: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/ps3/spu.c:207:22: style: struct member 'table::name' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/platforms/ps3/spu.c:207:42: style: struct member 'table::addr' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/platforms/ps3/spu.c:207:62: style: struct member 'table::size' is never used. [unusedStructMember]
linux-4.9.88/arch/powerpc/platforms/ps3/system-bus.c:551:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/arch/powerpc/platforms/pseries/cmm.c:122:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/cmm.c:123:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/cmm.c:196:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/cmm.c:307:16: style: The scope of the variable 'timeleft' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/cmm.c:202:24: style: Checking if unsigned variable 'pa->index' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/platforms/pseries/dtl.c:266:0: style: The scope of the variable 'read_size' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/eeh_pseries.c:209:6: style: The scope of the variable 'enable' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/eeh_pseries.c:526:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/firmware.c:120:15: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:381:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:405:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:594:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:629:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:711:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-cpu.c:906:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hotplug-memory.c:721:6: error: Uninitialized variable: rc [uninitvar]
linux-4.9.88/arch/powerpc/platforms/pseries/hvCall_inst.c:135:17: style: The scope of the variable 'hcall_file' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hvcserver.c:77:28: style: The scope of the variable 'pi' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hvcserver.c:78:20: style: The scope of the variable 'element' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/hvcserver.c:143:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/io_event_irq.c:123:27: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/io_event_irq.c:124:6: style: The scope of the variable 'rtas_rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:62:2: style: Variable 'table_group' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:58:0: note: Variable 'table_group' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:62:2: note: Variable 'table_group' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:395:7: style: The scope of the variable 'limit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:436:10: style: The scope of the variable 'limit' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:662:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:705:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:1112:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:137:9: style: Variable 'tces' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/pseries/iommu.c:155:9: style: Variable 'tces' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/pseries/lparcfg.c:160:16: style: The scope of the variable 'perf_level' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/lparcfg.c:658:16: style: The scope of the variable 'lp_index_ptr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/lparcfg.c:361:16: style: Variable 'local_buffer' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/pseries/mobility.c:244:10: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/msi.c:179:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/msi.c:259:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/pci_dlpar.c:70:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:46:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:40:0: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:46:2: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:78:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:73:0: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:78:2: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:117:18: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/pseries_energy.c:230:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/ras.c:453:25: style: The scope of the variable 'errp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/ras.c:249:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/platforms/pseries/scanlog.c:50:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/scanlog.c:52:15: style: The scope of the variable 'wait_time' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/scanlog.c:117:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/setup.c:324:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/setup.c:325:15: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/platforms/pseries/smp.c:221:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/axonram.c:80:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/sysdev/axonram.c:112:8: style: The scope of the variable 'user_mem' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/axonram.c:151:34: portability: '(void*)bank->io_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/cpm1.c:140:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/sysdev/cpm1.c:133:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/sysdev/cpm1.c:140:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/sysdev/cpm2_pic.c:253:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/sysdev/ehv_pic.c:128:10: style: Variable 'vnew' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/sysdev/fsl_gtm.c:213:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/sysdev/fsl_gtm.c:214:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/sysdev/fsl_gtm.c:216:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/sysdev/fsl_gtm.c:227:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/sysdev/fsl_gtm.c:314:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/powerpc/sysdev/fsl_mpic_err.c:105:6: style: The scope of the variable 'errint' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/fsl_mpic_err.c:106:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/fsl_msi.c:285:2: style: Variable 'msir_index' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/powerpc/sysdev/fsl_msi.c:276:0: note: Variable 'msir_index' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/sysdev/fsl_msi.c:285:2: note: Variable 'msir_index' is reassigned a value before the old one has been used.
linux-4.9.88/arch/powerpc/sysdev/fsl_rio.c:382:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/fsl_rmu.c:317:31: portability: 'fsl_dbell->dbell_ring.virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/fsl_rmu.c:677:5: portability: 'rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/fsl_rmu.c:992:35: portability: 'rmu->msg_rx_ring.virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ge/ge_pic.c:232:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ge/ge_pic.c:242:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/powerpc/sysdev/ipic.c:783:15: warning: Either the condition 'src>127' is redundant or the array 'ipic_info[95]' is accessed at index 127, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/arch/powerpc/sysdev/ipic.c:781:10: note: Assuming that condition 'src>127' is not redundant
linux-4.9.88/arch/powerpc/sysdev/ipic.c:783:15: note: Array index out of bounds
linux-4.9.88/arch/powerpc/sysdev/mmio_nvram.c:94:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic.c:1364:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic_msgr.c:122:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/sysdev/mpic_msgr.c:152:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/powerpc/sysdev/mpic_timer.c:147:15: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic_timer.c:235:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic_timer.c:442:22: style: Checking if unsigned variable 'priv->timerfreq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/powerpc/sysdev/mpic_u3msi.c:69:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic_u3msi.c:127:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mpic_u3msi.c:131:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/mv64x60_dev.c:446:26: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:125:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 121. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:121:11: note: Assuming that condition 'gpio<16' is not redundant
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:125:26: note: Shift
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:126:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 121. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:121:11: note: Assuming that condition 'gpio<16' is not redundant
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:126:26: note: Shift
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:158:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 154. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:154:11: note: Assuming that condition 'gpio<16' is not redundant
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:158:26: note: Shift
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:159:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 154. [shiftTooManyBits]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:154:11: note: Assuming that condition 'gpio<16' is not redundant
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_gpio.c:159:26: note: Shift
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_hsta_msi.c:45:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_hsta_msi.c:45:11: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_msi.c:82:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_msi.c:200:6: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_ocm.c:394:6: style: Condition '!count' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_ocm.c:390:10: note: Assignment 'count=0', assigned value is 0
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_ocm.c:392:3: note: count is incremented', new value is 1
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_ocm.c:394:6: note: Condition '!count' is always false
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:247:23: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:247:38: portability: 'reg+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:248:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:248:38: portability: 'reg+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:249:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:249:38: portability: 'reg+12' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:250:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:250:32: portability: 'reg+4' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:311:16: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:312:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:440:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:441:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:442:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:443:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:444:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:446:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:447:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:448:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:449:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:450:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:510:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:511:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:520:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:522:26: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:525:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:526:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/ppc4xx_pci.c:527:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/scom.c:35:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/scom.c:36:13: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/tsi108_pci.c:288:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/tsi108_pci.c:290:13: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/tsi108_pci.c:390:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/tsi108_pci.c:213:16: style: Variable 'has_address' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/sysdev/tsi108_pci.c:259:12: style: Variable 'irp_cfg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/powerpc/sysdev/udbg_memcons.c:63:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:79:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:95:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:101:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:120:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:128:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:201:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:202:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:203:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/sysdev/xilinx_intc.c:218:56: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/powerpc/xmon/nonstdio.c:102:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/nonstdio.c:154:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1050:32: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1050:32: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1050:32: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1069:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1069:19: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1069:19: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1096:30: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1096:30: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1096:30: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1004:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/xmon/ppc-opc.c:1027:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/powerpc/xmon/spu-dis.c:96:7: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/spu-dis.c:97:7: style: The scope of the variable 'hex_value' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:945:21: style: Condition 'do_spu_cmd()==0' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2670:11: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-4.9.88/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-4.9.88/arch/powerpc/xmon/xmon.c:2670:11: note: Null pointer dereference
linux-4.9.88/arch/powerpc/xmon/xmon.c:2671:4: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-4.9.88/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-4.9.88/arch/powerpc/xmon/xmon.c:2671:4: note: Null pointer dereference
linux-4.9.88/arch/powerpc/xmon/xmon.c:2680:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-4.9.88/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-4.9.88/arch/powerpc/xmon/xmon.c:2680:3: note: Null pointer dereference
linux-4.9.88/arch/powerpc/xmon/xmon.c:2681:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-4.9.88/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-4.9.88/arch/powerpc/xmon/xmon.c:2681:3: note: Null pointer dereference
linux-4.9.88/arch/powerpc/xmon/xmon.c:2683:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-4.9.88/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-4.9.88/arch/powerpc/xmon/xmon.c:2683:3: note: Null pointer dereference
linux-4.9.88/arch/powerpc/xmon/xmon.c:875:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1025:6: style: The scope of the variable 'stepped' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1216:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1372:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1651:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1845:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1845:12: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1882:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:1882:12: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2008:11: style: The scope of the variable 'inc' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2008:19: style: The scope of the variable 'nslash' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2172:13: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2172:16: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2389:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2389:19: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2434:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2436:16: style: The scope of the variable 'inst' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:2639:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
linux-4.9.88/arch/powerpc/xmon/xmon.c:747:54: style: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/xmon/xmon.c:159:54: note: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'.
linux-4.9.88/arch/powerpc/xmon/xmon.c:747:54: note: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'.
linux-4.9.88/arch/powerpc/xmon/xmon.c:2475:29: style: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/xmon/dis-asm.h:12:42: note: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'.
linux-4.9.88/arch/powerpc/xmon/xmon.c:2475:29: note: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'.
linux-4.9.88/arch/powerpc/xmon/xmon.c:2784:24: style: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'. [funcArgNamesDifferent]
linux-4.9.88/arch/powerpc/xmon/xmon.c:144:28: note: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'.
linux-4.9.88/arch/powerpc/xmon/xmon.c:2784:24: note: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'.
linux-4.9.88/arch/s390/appldata/appldata_base.c:126:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/arch/s390/appldata/appldata_base.c:441:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/arch/s390/appldata/appldata_base.c:470:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/arch/s390/appldata/appldata_os.c:99:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/boot/compressed/misc.c:110:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/boot/compressed/misc.c:32:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/s390/boot/compressed/misc.c:110:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/s390/boot/compressed/misc.c:135:10: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/boot/compressed/misc.c:135:47: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/boot/compressed/misc.c:147:22: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/crypto/aes_s390.c:248:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/aes_s390.c:364:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/aes_s390.c:532:31: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/aes_s390.c:684:27: style: The scope of the variable 'ctrptr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/aes_s390.c:685:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/aes_s390.c:555:9: error: Uninitialized variable: xts_param [uninitvar]
linux-4.9.88/arch/s390/crypto/des_s390.c:92:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/des_s390.c:110:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/des_s390.c:377:27: style: The scope of the variable 'ctrptr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/des_s390.c:378:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/prng.c:423:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/prng.c:460:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-4.9.88/arch/s390/crypto/prng.c:460:13: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:413:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:413:50: portability: 'page_align_ptr(base+sizeof(d204->hdr))' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:518:22: portability: 'part_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:524:12: portability: 'cpu_info' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:558:22: portability: 'phys_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:564:12: portability: 'cpu_info' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_diag.c:586:22: portability: 'time_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/hypfs/hypfs_vm.c:58:16: style: The scope of the variable 'residual_cnt' can be reduced. [variableScope]
linux-4.9.88/arch/s390/hypfs/hypfs_vm.c:98:33: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/als.c:24:9: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/als.c:64:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/asm-offsets.c:22:0: error: #error Your compiler is too old; please use version 4.3 or newer [preprocessorErrorDirective]
linux-4.9.88/arch/s390/kernel/cache.c:70:20: style: The scope of the variable 'cache' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/cache.c:155:27: style: The scope of the variable 'pvt' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/compat_signal.c:424:45: portability: '(void __user*)frame' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/compat_signal.c:424:58: portability: '(void __user*)frame+frame_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/cpcmd.c:67:6: style: The scope of the variable 'response_len' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/cpcmd.c:91:8: style: The scope of the variable 'lowbuf' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:510:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/arch/s390/kernel/crash_dump.c:132:16: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:176:16: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:238:16: style: The scope of the variable 'size_old' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:239:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:267:16: style: The scope of the variable 'size_hsa' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/crash_dump.c:164:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:165:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:202:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:203:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:220:37: portability: '(void*)(pfn<<PAGE_SHIFT)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:321:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:324:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:401:39: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/crash_dump.c:407:42: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/debug.c:430:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/debug.c:1330:15: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/debug.c:531:14: style: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kernel/debug.c:70:11: note: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'.
linux-4.9.88/arch/s390/kernel/debug.c:531:14: note: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'.
linux-4.9.88/arch/s390/kernel/debug.c:581:68: style: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kernel/debug.c:72:11: note: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'.
linux-4.9.88/arch/s390/kernel/debug.c:581:68: note: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'.
linux-4.9.88/arch/s390/kernel/debug.c:1226:11: style: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kernel/debug.c:88:11: note: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/debug.c:1226:11: note: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/debug.c:1285:11: style: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kernel/debug.c:83:11: note: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/debug.c:1285:11: note: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/debug.c:1361:11: style: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kernel/debug.c:91:11: note: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/debug.c:1361:11: note: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-4.9.88/arch/s390/kernel/diag.c:52:11: style: The scope of the variable 'prec' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/diag.c:52:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1924:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1926:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1928:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1930:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1932:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1937:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/dis.c:1893:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1894:29: style: The scope of the variable 'operand' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1895:15: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1896:7: style: The scope of the variable 'separator' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:1960:18: style: The scope of the variable 'opsize' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:2028:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/dis.c:2029:6: style: The scope of the variable 'opsize' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/ipl.c:473:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:475:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:752:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:752:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-4.9.88/arch/s390/kernel/ipl.c:754:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:754:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-4.9.88/arch/s390/kernel/ipl.c:1340:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:1340:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-4.9.88/arch/s390/kernel/ipl.c:1342:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/s390/kernel/ipl.c:1342:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-4.9.88/arch/s390/kernel/ipl.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/ipl.c:313:7: style: The scope of the variable 'has_lowercase' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/ipl.c:719:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/kprobes.c:184:2: style: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/s390/kernel/kprobes.c:182:2: note: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/kernel/kprobes.c:184:2: note: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/kernel/module.c:177:16: style: The scope of the variable 'umax' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/module.c:178:7: style: The scope of the variable 'min' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/module.c:178:12: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/module.c:410:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/module.c:139:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/module.c:140:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/module.c:159:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/nmi.c:268:13: style: The scope of the variable 'ipd_count' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/nmi.c:270:28: style: The scope of the variable 'last_ipd' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/nmi.c:272:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/perf_cpum_sf.c:848:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/process.c:199:16: style: The scope of the variable 'return_address' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/processor.c:156:42: portability: '(void*)*pos' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/ptrace.c:140:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:144:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:148:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:152:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:156:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:159:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:162:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:166:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:169:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:190:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:195:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:201:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:211:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:216:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:222:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:229:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:272:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:273:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:299:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:303:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:306:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:322:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:326:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:353:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:358:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:364:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:371:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:414:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:415:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kernel/ptrace.c:190:23: error: Null pointer dereference: dummy [nullPointer]
linux-4.9.88/arch/s390/kernel/ptrace.c:187:23: note: Assignment 'dummy=NULL', assigned value is 0
linux-4.9.88/arch/s390/kernel/ptrace.c:190:23: note: Null pointer dereference
linux-4.9.88/arch/s390/kernel/ptrace.c:322:23: error: Null pointer dereference: dummy [nullPointer]
linux-4.9.88/arch/s390/kernel/ptrace.c:319:23: note: Assignment 'dummy=NULL', assigned value is 0
linux-4.9.88/arch/s390/kernel/ptrace.c:322:23: note: Null pointer dereference
linux-4.9.88/arch/s390/kernel/setup.c:165:7: style: The scope of the variable 'query_buffer' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/setup.c:166:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/setup.c:353:16: portability: 'restart_stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/signal.c:179:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/signal.c:199:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/signal.c:337:45: portability: '(void __user*)frame' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/signal.c:337:58: portability: '(void __user*)frame+frame_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/smp.c:115:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/smp.c:664:6: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/smp.c:141:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/s390/kernel/smp.c:203:43: error: Invalid memset() argument nr 3. The value is -504 but the valid values are '0:'. [invalidFunctionArg]
linux-4.9.88/arch/s390/kernel/sysinfo.c:61:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/topology.c:218:28: style: The scope of the variable 'topo' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kernel/traps.c:197:6: style: Condition 'is_uprobe_insn' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/s390/kernel/traps.c:168:23: note: Assignment 'is_uprobe_insn=0', assigned value is 0
linux-4.9.88/arch/s390/kernel/traps.c:197:6: note: Condition 'is_uprobe_insn' is always false
linux-4.9.88/arch/s390/kernel/uprobes.c:244:53: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kernel/vdso.c:297:47: portability: 'vdso64_kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/gaccess.c:382:26: style: The scope of the variable 'authority_table_addr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:384:6: style: The scope of the variable 'eax' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:810:16: style: The scope of the variable '_len' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:810:32: style: The scope of the variable 'gpa' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:854:16: style: The scope of the variable '_len' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:854:22: style: The scope of the variable 'gpa' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:917:16: style: The scope of the variable 'currlen' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/gaccess.c:1142:63: style: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kvm/gaccess.h:364:63: note: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'.
linux-4.9.88/arch/s390/kvm/gaccess.c:1142:63: note: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'.
linux-4.9.88/arch/s390/kvm/gaccess.c:842:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/gaccess.c:866:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/gaccess.c:85:16: style: struct member 'region3_table_entry_fc1::av' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:86:16: style: struct member 'region3_table_entry_fc1::acc' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:87:16: style: struct member 'region3_table_entry_fc1::f' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:127:16: style: struct member 'segment_entry_fc1::av' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:128:16: style: struct member 'segment_entry_fc1::acc' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:129:16: style: struct member 'segment_entry_fc1::f' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/gaccess.c:186:17: style: union member 'vaddress::bx' is never used. [unusedStructMember]
linux-4.9.88/arch/s390/kvm/guestdbg.c:523:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/s390/kvm/guestdbg.c:64:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/guestdbg.c:64:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/guestdbg.c:104:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/guestdbg.c:104:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/guestdbg.c:108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/guestdbg.c:501:6: style: The scope of the variable 'new_as' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/intercept.c:85:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/interrupt.c:1116:23: style: Condition 'func==NULL' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/s390/kvm/interrupt.c:1115:8: note: Assuming that condition '!func' is not redundant
linux-4.9.88/arch/s390/kvm/interrupt.c:1116:23: note: Condition 'func==NULL' is always true
linux-4.9.88/arch/s390/kvm/interrupt.c:869:2: style: Variable 'inti' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/s390/kvm/interrupt.c:862:0: note: Variable 'inti' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/kvm/interrupt.c:869:2: note: Variable 'inti' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/kvm/interrupt.c:1093:16: style: The scope of the variable 'irq_type' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/interrupt.c:1234:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/interrupt.c:1502:28: style: The scope of the variable 'nr_tries' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/interrupt.c:2420:6: style: The scope of the variable 'cpuaddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/interrupt.c:1627:31: style: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kvm/kvm-s390.h:358:25: note: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'.
linux-4.9.88/arch/s390/kvm/interrupt.c:1627:31: note: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'.
linux-4.9.88/arch/s390/kvm/interrupt.c:2330:64: style: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kvm/kvm-s390.h:369:20: note: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'.
linux-4.9.88/arch/s390/kvm/interrupt.c:2330:64: note: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'.
linux-4.9.88/arch/s390/kvm/kvm-s390.c:414:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/kvm-s390.c:1118:11: style: The scope of the variable 'hva' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/kvm-s390.c:1330:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/kvm-s390.c:2099:16: style: The scope of the variable 'prefix' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/kvm-s390.c:2673:10: style: The scope of the variable 'exit_reason' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/kvm-s390.c:2825:73: style: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'. [funcArgNamesDifferent]
linux-4.9.88/arch/s390/kvm/kvm-s390.h:277:73: note: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'.
linux-4.9.88/arch/s390/kvm/kvm-s390.c:2825:73: note: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'.
linux-4.9.88/arch/s390/kvm/sigp.c:477:19: style: The scope of the variable 'dest_vcpu' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/sthyi.c:149:31: portability: 'diag224_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/sthyi.c:323:27: portability: 'diag204_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/sthyi.c:338:27: portability: 'diag204_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/kvm/vsie.c:348:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/vsie.c:1060:20: style: The scope of the variable 'vsie_page' can be reduced. [variableScope]
linux-4.9.88/arch/s390/kvm/vsie.c:1061:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:52:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:95:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:141:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:159:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:187:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:237:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/spinlock.c:267:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/arch/s390/lib/string.c:294:22: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/lib/string.c:335:22: portability: 's' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/lib/uaccess.c:356:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:67:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:106:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:148:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:300:7: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:300:11: style: The scope of the variable 'seconds' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/cmm.c:111:24: style: Checking if unsigned variable 'pa->index' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:113:15: style: The scope of the variable 'prot' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:114:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:130:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:152:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:174:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/dump_pagetables.c:52:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/s390/mm/extmem.c:375:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/fault.c:316:6: style: The scope of the variable 'si_code' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:238:20: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:512:6: style: The scope of the variable 'flush' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:656:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:674:23: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:896:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:897:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:965:25: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:967:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1042:16: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1044:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1045:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1942:16: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1942:24: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:1944:9: style: The scope of the variable 'sptep' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:2010:35: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:2010:41: style: The scope of the variable 'raddr' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gmap.c:445:25: portability: '(void*)from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/mm/gmap.c:1192:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/s390/mm/gmap.c:1250:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/s390/mm/gmap.c:1308:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/s390/mm/gup.c:23:15: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/gup.c:51:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/gup.c:77:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/gup.c:125:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/gup.c:151:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/gup.c:191:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/gup.c:232:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/hugetlbpage.c:174:9: style: The scope of the variable 'pudp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/maccess.c:60:7: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/maccess.c:167:16: style: The scope of the variable 'lc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/maccess.c:190:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/maccess.c:64:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/mm/maccess.c:65:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/mm/maccess.c:150:28: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/mm/maccess.c:152:25: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/mm/mem_detect.c:28:43: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/mem_detect.c:29:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/mmap.c:88:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/mmap.c:122:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/mmap.c:188:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/mmap.c:210:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pageattr.c:60:16: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pageattr.c:150:16: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pageattr.c:219:16: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pageattr.c:269:30: error: Expression 'pgdp++,addr=next,addr<end&&!rc' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/s390/mm/pgalloc.c:170:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pgalloc.c:170:21: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pgalloc.c:223:15: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/pgalloc.c:223:20: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/s390/mm/vmem.c:44:2: style: Variable 'pud' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/s390/mm/vmem.c:42:0: note: Variable 'pud' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/mm/vmem.c:44:2: note: Variable 'pud' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/mm/vmem.c:55:2: style: Variable 'pmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/s390/mm/vmem.c:53:0: note: Variable 'pmd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/mm/vmem.c:55:2: note: Variable 'pmd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/mm/vmem.c:154:9: style: The scope of the variable 'pg_dir' can be reduced. [variableScope]
linux-4.9.88/arch/s390/net/bpf_jit_comp.c:373:14: style: The scope of the variable 'rs' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:197:2: style: Variable 'node_best' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/s390/numa/mode_emu.c:192:0: note: Variable 'node_best' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/numa/mode_emu.c:197:2: note: Variable 'node_best' is reassigned a value before the old one has been used.
linux-4.9.88/arch/s390/numa/mode_emu.c:222:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:239:6: style: The scope of the variable 'cores_free' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:351:25: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:351:32: style: The scope of the variable 'drawer' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:351:41: style: The scope of the variable 'book' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:351:48: style: The scope of the variable 'mc' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/mode_emu.c:352:28: style: The scope of the variable 'top' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/toptree.c:158:19: style: The scope of the variable 'tmpchild' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/toptree.c:191:59: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/toptree.c:250:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-4.9.88/arch/s390/numa/toptree.c:250:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/s390/pci/pci.c:641:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/s390/pci/pci.c:284:41: portability: '(void __iomem*)ZPCI_ADDR(idx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/s390/pci/pci_clp.c:558:6: style: The scope of the variable 'exists' can be reduced. [variableScope]
linux-4.9.88/arch/s390/tools/gen_facilities.c:20:21: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/s390/tools/gen_facilities.c:20:26: style: The scope of the variable 'dword' can be reduced. [variableScope]
linux-4.9.88/arch/score/kernel/irq.c:60:61: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 59. [shiftTooManyBitsSigned]
linux-4.9.88/arch/score/kernel/irq.c:59:17: note: Assuming that condition 'irq_source<32' is not redundant
linux-4.9.88/arch/score/kernel/irq.c:60:61: note: Shift
linux-4.9.88/arch/score/kernel/irq.c:72:62: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 71. [shiftTooManyBitsSigned]
linux-4.9.88/arch/score/kernel/irq.c:71:17: note: Assuming that condition 'irq_source<32' is not redundant
linux-4.9.88/arch/score/kernel/irq.c:72:62: note: Shift
linux-4.9.88/arch/score/kernel/process.c:72:27: style: Variable 'ti' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/score/kernel/process.c:74:25: style: Variable 'regs' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/score/kernel/ptrace.c:50:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/score/kernel/ptrace.c:46:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/score/kernel/ptrace.c:50:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/score/kernel/ptrace.c:78:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/score/kernel/ptrace.c:74:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/score/kernel/ptrace.c:78:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/score/kernel/signal.c:58:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:59:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:60:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:61:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:62:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:63:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:64:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:65:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:66:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/kernel/signal.c:67:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-4.9.88/arch/score/lib/ashrdi3.c:37:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/score/mm/cache.c:82:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/score/mm/init.c:72:12: style: Variable 'lastpfn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/boards/board-magicpanelr2.c:169:0: error: #error Unknown revision of PLATFORM_MP_R2 [preprocessorErrorDirective]
linux-4.9.88/arch/sh/boards/mach-cayman/irq.c:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sh/boards/mach-cayman/irq.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sh/boards/mach-cayman/panic.c:27:11: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-4.9.88/arch/sh/boards/mach-hp6xx/hp6xx_apm.c:38:12: style: Variable 'backup' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/boards/mach-microdev/irq.c:44:0: error: #error Inconsistancy in defining the IRQ# for Keyboard! [preprocessorErrorDirective]
linux-4.9.88/arch/sh/boards/mach-r2d/setup.c:296:41: portability: '(void __iomem*)3017801728U' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/boards/mach-sdk7786/setup.c:213:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/boards/mach-sdk7786/setup.c:207:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/boards/mach-sdk7786/setup.c:213:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/boot/compressed/misc.c:97:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-4.9.88/arch/sh/boot/compressed/misc.c:37:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/sh/boot/compressed/misc.c:97:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-4.9.88/arch/sh/drivers/dma/dma-api.c:200:2: style: Variable 'channel' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/drivers/dma/dma-api.c:196:0: note: Variable 'channel' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/drivers/dma/dma-api.c:200:2: note: Variable 'channel' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/drivers/dma/dma-api.c:79:22: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/dma/dma-api.c:198:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/dma/dma-g2.c:29:16: style: struct member 'g2_channel::xfer_stat' is never used. [unusedStructMember]
linux-4.9.88/arch/sh/drivers/dma/dma-sh.c:390:18: style: Condition 'rc!=0' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/sh/drivers/dma/dma-sh.c:389:20: note: Assignment 'rc=dmae_irq_init()', assigned value is 0
linux-4.9.88/arch/sh/drivers/dma/dma-sh.c:390:18: note: Condition 'rc!=0' is always false
linux-4.9.88/arch/sh/drivers/dma/dma-sh.c:162:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/dma/dma-sh.c:181:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/dma/dmabrg.c:88:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/pci/ops-sh7786.c:71:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/drivers/pci/pci-sh5.c:41:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/drivers/pci/pci-sh5.c:146:7: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/drivers/pci/pci.c:40:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/sh/drivers/pci/pcie-sh7786.c:221:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/sh/drivers/pci/pcie-sh7786.c:397:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/drivers/pci/pcie-sh7786.c:458:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/drivers/push-switch.c:27:0: error: syntax error [syntaxError]
linux-4.9.88/arch/sh/kernel/cpu/adc.c:22:2: style: Variable 'csr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/kernel/cpu/adc.c:21:2: note: Variable 'csr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/cpu/adc.c:22:2: note: Variable 'csr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:92:15: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 90. [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:90:10: note: Assuming that condition 'irq<32' is not redundant
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:92:15: note: Shift
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:109:15: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 107. [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:107:10: note: Assuming that condition 'irq<32' is not redundant
linux-4.9.88/arch/sh/kernel/cpu/irq/intc-sh5.c:109:15: note: Shift
linux-4.9.88/arch/sh/kernel/cpu/sh2a/fpu.c:382:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh2a/fpu.c:382:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh2a/fpu.c:537:41: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/kernel/cpu/sh4/fpu.c:152:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh4/fpu.c:152:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh4/softfloat.c:364:7: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh4/softfloat.c:415:7: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh4/softfloat.c:658:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/sh4a/clock-sh7724.c:144:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/kernel/cpu/sh4a/serial-sh7722.c:9:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/cpu/shmobile/pm.c:108:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/cpu/shmobile/pm.c:114:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/cpu/shmobile/pm.c:120:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/cpu/shmobile/pm.c:123:27: portability: 'onchip_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/cpu/shmobile/pm.c:124:18: portability: 'onchip_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/crash_dump.c:36:32: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/crash_dump.c:41:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dumpstack.c:31:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/dwarf.c:848:29: style: Condition 'cie->cie_pointer>=cie_tmp->cie_pointer' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/sh/kernel/dwarf.c:151:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/dwarf.c:406:16: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/dwarf.c:209:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/sh/kernel/dwarf.c:760:27: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:764:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:767:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:770:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:778:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:781:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:789:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:793:33: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:803:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:811:30: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:900:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:908:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:913:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:1055:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:1058:11: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:1061:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/dwarf.c:209:17: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 208. [shiftTooManyBitsSigned]
linux-4.9.88/arch/sh/kernel/dwarf.c:208:13: note: Assuming that condition 'shift<num_bits' is not redundant
linux-4.9.88/arch/sh/kernel/dwarf.c:209:17: note: Shift
linux-4.9.88/arch/sh/kernel/dwarf.c:931:9: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/kernel/io.c:64:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:65:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:71:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:72:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:87:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:88:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:94:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:95:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io.c:111:20: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/io_trapped.c:114:16: style: The scope of the variable 'voffs' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/io_trapped.c:168:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/io_trapped.c:170:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/io_trapped.c:85:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/sh/kernel/kgdb.c:200:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/kgdb.c:212:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/kprobes.c:229:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/kernel/kprobes.c:219:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/kprobes.c:229:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/kprobes.c:495:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/kernel/kprobes.c:492:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/kprobes.c:495:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/kernel/machvec.c:54:13: style: Variable 'mv_comma' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/kernel/module.c:47:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/module.c:55:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sh/kernel/ptrace_32.c:382:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/sh/kernel/ptrace_32.c:422:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/sh/kernel/ptrace_64.c:398:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/sh/kernel/ptrace_64.c:426:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/sh/kernel/signal_64.c:235:22: style: Variable 'current_sr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/kernel/signal_64.c:381:6: style: Unused variable: signal [unusedVariable]
linux-4.9.88/arch/sh/kernel/topology.c:50:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/sh/kernel/traps_64.c:78:0: error: #error "Sign extend check only works for NEFF==32" [preprocessorErrorDirective]
linux-4.9.88/arch/sh/kernel/unwinder.c:135:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/sh/lib/libgcc.h:17:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-4.9.88/arch/sh/math-emu/math.c:479:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-4.9.88/arch/sh/math-emu/math.c:479:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/alignment.c:144:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-debugfs.c:85:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/sh/mm/cache-sh2a.c:124:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh2a.c:155:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh4.c:323:16: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh4.c:323:19: style: The scope of the variable 'ea' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh4.c:323:23: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh4.c:283:10: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/mm/cache-sh4.c:284:8: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sh/mm/cache-sh5.c:244:28: style: The scope of the variable 'eaddr0' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh5.c:244:36: style: The scope of the variable 'eaddr1' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh5.c:361:34: style: The scope of the variable 'eaddr' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh5.c:361:41: style: The scope of the variable 'eaddr_end' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/cache-sh5.c:415:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/gup.c:250:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/sh/mm/gup.c:113:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/gup.c:134:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/gup.c:154:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/gup.c:195:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/gup.c:244:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sh/mm/hugetlbpage.c:28:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/hugetlbpage.c:29:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/hugetlbpage.c:48:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/hugetlbpage.c:49:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/ioremap_fixed.c:37:22: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-4.9.88/arch/sh/mm/pmb.c:832:3: style: Variable 'sz_str' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sh/mm/pmb.c:826:0: note: Variable 'sz_str' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/mm/pmb.c:832:3: note: Variable 'sz_str' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sh/mm/tlbex_64.c:96:17: style: struct member 'expevt_lookup::is_write_access' is never used. [unusedStructMember]
linux-4.9.88/arch/sh/mm/tlbflush_64.c:69:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/boot/piggyback.c:150:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/btext.c:144:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/btext.c:243:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/btext.c:264:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/btext.c:282:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/btext.c:241:41: style: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-4.9.88/arch/sparc/kernel/btext.c:22:41: note: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/btext.c:241:41: note: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/btext.c:262:41: style: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-4.9.88/arch/sparc/kernel/btext.c:23:41: note: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/btext.c:262:41: note: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/btext.c:280:40: style: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-4.9.88/arch/sparc/kernel/btext.c:24:40: note: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/btext.c:280:40: note: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'.
linux-4.9.88/arch/sparc/kernel/cpumap.c:321:13: style: The scope of the variable 'new_index' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ds.c:1258:16: style: The scope of the variable 'hv_ret' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ds.c:778:11: style: union member 'Anonymous3::all' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/ioport.c:180:13: style: The scope of the variable 'printed_full' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:184:6: style: The scope of the variable 'tlen' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:572:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:573:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:617:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:618:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:630:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/ioport.c:631:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/irq_64.c:814:34: style: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'. [funcArgNamesDifferent]
linux-4.9.88/arch/sparc/kernel/entry.h:9:22: note: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'.
linux-4.9.88/arch/sparc/kernel/irq_64.c:814:34: note: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'.
linux-4.9.88/arch/sparc/kernel/kstack.h:70:20: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/kstack.h:71:6: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/irq_64.c:861:5: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/ldc.c:1568:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/ldc.c:1806:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/leon_pci.c:53:9: style: The scope of the variable 'has_io' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/leon_pci.c:53:17: style: The scope of the variable 'has_mem' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci1.c:363:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:574:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:715:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:145:15: style: struct member 'grpci2_bd_chan::nchan' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:146:15: style: struct member 'grpci2_bd_chan::nbd' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:147:15: style: struct member 'grpci2_bd_chan::res' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:159:15: style: struct member 'grpci2_bd_data::pci_adr' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:160:15: style: struct member 'grpci2_bd_data::ahb_adr' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:161:15: style: struct member 'grpci2_bd_data::next' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:180:15: style: struct member 'grpci2_cap_first::pci2ahb_map' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:181:15: style: struct member 'grpci2_cap_first::ext2ahb_map' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_pci_grpci2.c:183:15: style: struct member 'grpci2_cap_first::pcibar_size' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/leon_smp.c:277:19: style: The scope of the variable 'pp' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/mdesc.c:377:38: portability: '(void*)node_block(mdesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/mdesc.c:382:38: portability: '(void*)name_block(mdesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/mdesc.c:439:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/module.c:91:6: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/module.c:92:7: style: The scope of the variable 'loc32' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/module.c:71:19: style: Variable 'strtab' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sparc/kernel/of_device_32.c:275:26: portability: 'preg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/of_device_64.c:353:26: portability: 'preg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/kernel/pci.c:550:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pci.c:609:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:315:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:313:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:315:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:322:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:315:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/pci_psycho.c:322:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/pci_schizo.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pci_sun4v.c:481:8: warning: Either the condition '!iommu' is redundant or there is possible null pointer dereference: iommu. [nullPointerRedundantCheck]
linux-4.9.88/arch/sparc/kernel/pci_sun4v.c:483:21: note: Assuming that condition '!iommu' is not redundant
linux-4.9.88/arch/sparc/kernel/pci_sun4v.c:481:8: note: Null pointer dereference
linux-4.9.88/arch/sparc/kernel/pci_sun4v.c:628:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:449:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:474:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:475:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:604:9: style: The scope of the variable 'has_io' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:604:17: style: The scope of the variable 'has_mem' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:608:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcic.c:785:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/sparc/kernel/pcic.c:574:6: error: Uninitialized variable: real_irq [uninitvar]
linux-4.9.88/arch/sparc/kernel/pcr.c:112:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/pcr.c:252:16: style: The scope of the variable 'hverror' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/perf_event.c:1406:6: style: The scope of the variable 'current_idx_dmy' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/process_32.c:149:16: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/process_64.c:686:17: style: union member 'Anonymous0::pr_dregs' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/prom_32.c:170:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/sparc/kernel/prom_32.c:170:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/sparc/kernel/prom_irqtrans.c:761:9: style: struct member 'irq_trans::init' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/ptrace_32.c:335:18: style: struct member 'fq::insnaddr' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/ptrace_32.c:336:17: style: struct member 'fq::insn' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/kernel/sbus.c:600:2: style: Variable 'control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/kernel/sbus.c:599:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/sbus.c:600:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/kernel/setup_32.c:151:20: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-4.9.88/arch/sparc/kernel/setup_64.c:136:20: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-4.9.88/arch/sparc/kernel/setup_64.c:172:16: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/setup_64.c:598:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:171:25: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:171:29: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:171:33: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:200:17: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:200:22: style: The scope of the variable 'adjust_latency' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:200:42: style: The scope of the variable 'done' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:257:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/smp_64.c:1465:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/sun4d_smp.c:233:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/sparc/kernel/sys_sparc_64.c:89:26: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/sys_sparc_64.c:148:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/traps_32.c:50:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/traps_64.c:1259:22: style: The scope of the variable 'afar' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/traps_64.c:1847:21: style: The scope of the variable 'types' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/traps_64.c:2465:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/vio.c:72:30: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/kernel/viohs.c:179:8: style: union member 'Anonymous0::all' is never used. [unusedStructMember]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:28:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:46:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:53:22: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:55:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:61:22: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:62:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:68:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:74:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/PeeCeeI.c:80:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/lib/bitext.c:30:6: style: The scope of the variable 'off_new' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/math-emu/math_32.c:353:2: style: Variable 'freg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/math-emu/math_32.c:349:2: note: Variable 'freg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/math-emu/math_32.c:353:2: note: Variable 'freg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/math-emu/math_32.c:165:16: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/math-emu/math_32.c:289:7: style: The scope of the variable 'fsr' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/math-emu/math_32.c:274:52: style: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'. [funcArgNamesDifferent]
linux-4.9.88/arch/sparc/math-emu/math_32.c:132:52: note: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'.
linux-4.9.88/arch/sparc/math-emu/math_32.c:274:52: note: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'.
linux-4.9.88/arch/sparc/mm/gup.c:230:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/sparc/mm/gup.c:62:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/gup.c:89:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/gup.c:126:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/gup.c:146:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/gup.c:175:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/gup.c:223:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/highmem.c:98:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:74:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:62:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:74:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:98:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:148:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:235:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:270:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/hugetlbpage.c:301:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/sparc/mm/init_32.c:96:16: style: The scope of the variable 'curr_pfn' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/init_64.c:1499:26: style: Condition 'bootmem_init_numa()<0' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/sparc/mm/init_64.c:2971:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/io-unit.c:187:16: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/io-unit.c:187:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/iommu.c:240:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/iommu.c:254:16: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/iommu.c:255:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/iommu.c:311:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/leon_mm.c:160:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/sparc/mm/leon_mm.c:164:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/sparc/mm/leon_mm.c:168:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/sparc/mm/srmmu.c:329:2: style: Variable 'pgd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/mm/srmmu.c:327:0: note: Variable 'pgd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/srmmu.c:329:2: note: Variable 'pgd' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/srmmu.c:1090:2: style: Variable 'clear' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/sparc/mm/srmmu.c:1089:2: note: Variable 'clear' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/srmmu.c:1090:2: note: Variable 'clear' is reassigned a value before the old one has been used.
linux-4.9.88/arch/sparc/mm/srmmu.c:279:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:280:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:281:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:283:16: style: The scope of the variable 'pteval' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:469:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:668:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:699:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:752:16: style: The scope of the variable 'probed' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:880:7: style: The scope of the variable 'node_str' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:997:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:1409:13: style: The scope of the variable 'smp_catch' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:1427:17: style: The scope of the variable 'bpreg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/srmmu.c:1090:10: style: Variable 'clear' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/sparc/mm/tsb.c:92:16: style: The scope of the variable 'nentries' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/tsb.c:92:26: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/tsb.c:117:16: style: The scope of the variable 'nentries' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/mm/tsb.c:117:26: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:650:5: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:650:5: portability: 'image+addrs[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:674:5: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:674:5: portability: 'image+addrs[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:769:18: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/net/bpf_jit_comp.c:800:33: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/sparc/prom/bootstr_32.c:19:13: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/prom/ranges.c:67:6: style: The scope of the variable 'success' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/prom/ranges.c:91:6: style: The scope of the variable 'num_ranges' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/prom/ranges.c:101:8: style: The scope of the variable 'num_parent_ranges' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/prom/tree_32.c:187:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/sparc/prom/tree_64.c:217:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/tile/gxio/dma_queue.c:36:12: style: union member '__gxio_ring_t::ring_idx' is never used. [unusedStructMember]
linux-4.9.88/arch/tile/gxio/dma_queue.c:38:12: style: union member '__gxio_ring_t::gen' is never used. [unusedStructMember]
linux-4.9.88/arch/tile/gxio/dma_queue.c:39:12: style: union member '__gxio_ring_t::__reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/tile/gxio/mpipe.c:43:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/tile/gxio/trio.c:33:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/tile/kernel/hardwall.c:495:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/hardwall.c:1036:22: style: The scope of the variable 'task' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/hardwall.c:1036:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/hardwall.c:1037:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/kgdb.c:103:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/kernel/kgdb.c:116:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/kernel/module.c:131:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/module.c:132:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/module.c:139:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/kernel/pci.c:176:4: style: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/tile/kernel/pci.c:166:0: note: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used.
linux-4.9.88/arch/tile/kernel/pci.c:176:4: note: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used.
linux-4.9.88/arch/tile/kernel/pci.c:406:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/pci.c:407:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/perf_event.c:885:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/setup.c:1549:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/setup.c:1571:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/setup.c:1572:23: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/setup.c:1574:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/single_step.c:316:6: style: The scope of the variable 'temp_reg' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/stack.c:290:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/vdso.c:60:45: portability: 'vdso_kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/kernel/vdso/vgettimeofday.c:134:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/tile/kernel/vdso/vgettimeofday.c:40:7: style: struct member 'syscall_return_value::value' is never used. [unusedStructMember]
linux-4.9.88/arch/tile/kernel/vdso/vgettimeofday.c:41:7: style: struct member 'syscall_return_value::error' is never used. [unusedStructMember]
linux-4.9.88/arch/tile/lib/cpumask.c:27:11: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/cpumask.c:27:14: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:164:9: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:164:15: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:164:21: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:164:27: style: The scope of the variable 'tmp7' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:164:33: style: The scope of the variable 'tmp8' can be reduced. [variableScope]
linux-4.9.88/arch/tile/lib/memcpy_64.c:111:24: warning: Suspicious code: sign conversion of m in calculation, even though m can have a negative value [signConversion]
linux-4.9.88/arch/tile/lib/memcpy_user_64.c:92:13: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/lib/memcpy_user_64.c:92:17: portability: 'to+n' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/mm/highmem.c:244:9: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/tile/mm/hugetlbpage.c:119:0: error: #error support fourth page table level [preprocessorErrorDirective]
linux-4.9.88/arch/tile/mm/init.c:287:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/tile/mm/init.c:288:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/tile/mm/init.c:845:32: portability: 'last' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/tile/mm/mmap.c:68:7: style: Condition 'is_32bit' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/tile/mm/mmap.c:55:17: note: Assignment 'is_32bit=1', assigned value is 1
linux-4.9.88/arch/tile/mm/mmap.c:68:7: note: Condition 'is_32bit' is always true
linux-4.9.88/arch/tile/mm/mmap.c:55:6: style: The scope of the variable 'is_32bit' can be reduced. [variableScope]
linux-4.9.88/arch/tile/mm/pgtable.c:302:0: error: #error Code assumes HV_PTE "accessed" bit in second byte [preprocessorErrorDirective]
linux-4.9.88/arch/um/drivers/chan_kern.c:113:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_kern.c:114:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_kern.c:185:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_kern.c:207:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_kern.c:339:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_kern.c:502:8: style: The scope of the variable 'in' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_user.c:277:11: style: The scope of the variable 'thread' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/chan_user.c:277:19: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/cow_user.c:148:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/fd.c:53:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/line.c:717:16: style: The scope of the variable 'winch' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/line.c:718:21: style: The scope of the variable 'wtty' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/line.c:737:16: style: The scope of the variable 'winch' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/line.c:432:42: style: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:65:45: note: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:432:42: note: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:465:50: style: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:89:57: note: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:465:50: note: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:489:27: style: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:95:34: note: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'.
linux-4.9.88/arch/um/drivers/line.c:489:27: note: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'.
linux-4.9.88/arch/um/drivers/line.c:489:66: style: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:96:20: note: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:489:66: note: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:539:50: style: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:93:57: note: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:539:50: note: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-4.9.88/arch/um/drivers/line.c:549:35: style: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/line.h:83:35: note: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'.
linux-4.9.88/arch/um/drivers/line.c:549:35: note: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'.
linux-4.9.88/arch/um/drivers/mconsole_kern.c:264:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_kern.c:474:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_kern.c:560:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_user.c:61:27: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_user.c:81:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_user.c:135:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_user.c:135:11: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/mconsole_user.c:126:60: style: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/mconsole.h:72:67: note: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'.
linux-4.9.88/arch/um/drivers/mconsole_user.c:126:60: note: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'.
linux-4.9.88/arch/um/drivers/mconsole_user.c:126:69: style: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/mconsole.h:73:14: note: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'.
linux-4.9.88/arch/um/drivers/mconsole_user.c:126:69: note: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'.
linux-4.9.88/arch/um/drivers/net_kern.c:602:6: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/net_kern.c:626:20: style: The scope of the variable 'transport' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/pcap_user.c:110:34: style: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/pcap_user.h:20:41: note: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'.
linux-4.9.88/arch/um/drivers/pcap_user.c:110:34: note: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'.
linux-4.9.88/arch/um/drivers/port_kern.c:130:20: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/port_kern.c:295:20: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/port_kern.c:159:21: style: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/port.h:9:28: note: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'.
linux-4.9.88/arch/um/drivers/port_kern.c:159:21: note: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'.
linux-4.9.88/arch/um/drivers/port_user.c:74:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/port_user.c:167:34: style: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/port.h:12:41: note: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'.
linux-4.9.88/arch/um/drivers/port_user.c:167:34: note: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'.
linux-4.9.88/arch/um/drivers/pty.c:117:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/random.c:51:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/slip_common.h:49:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/slip_user.c:91:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/um/drivers/slip_user.c:87:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/drivers/slip_user.c:91:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/drivers/stdio_console.c:87:37: style: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/stdio_console.c:45:37: note: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'.
linux-4.9.88/arch/um/drivers/stdio_console.c:87:37: note: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'.
linux-4.9.88/arch/um/drivers/tty.c:43:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:681:47: warning: Possible null pointer dereference: bitmap_offset_out [nullPointer]
linux-4.9.88/arch/um/drivers/ubd_kern.c:698:48: note: Calling function 'open_ubd_file', 5th argument 'bitmap_offset_out' value is 0
linux-4.9.88/arch/um/drivers/ubd_kern.c:681:47: note: Null pointer dereference
linux-4.9.88/arch/um/drivers/ubd_kern.c:453:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1055:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1273:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1391:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1392:26: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1392:31: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:1462:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/drivers/ubd_kern.c:854:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/um/drivers/ubd_user.c:24:44: style: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'. [funcArgNamesDifferent]
linux-4.9.88/arch/um/drivers/ubd.h:10:51: note: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'.
linux-4.9.88/arch/um/drivers/ubd_user.c:24:44: note: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'.
linux-4.9.88/arch/um/drivers/vde_user.c:21:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/um/drivers/vde_user.c:16:0: note: Variable 'conn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/drivers/vde_user.c:21:2: note: Variable 'conn' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/kernel/irq.c:36:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/irq.c:269:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/irq.c:309:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/irq.c:412:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/maccess.c:17:45: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/um/kernel/maccess.c:20:28: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/um/kernel/mem.c:91:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/mem.c:92:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/physmem.c:92:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/um/kernel/physmem.c:92:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/um/kernel/physmem.c:204:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/process.c:364:32: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/process.c:130:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/um/kernel/skas/uaccess.c:44:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/stacktrace.c:24:25: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:63:21: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:101:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:135:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:165:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:311:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/um/kernel/tlb.c:225:35: error: Expression 'pte++,addr+=PAGE_SIZE,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/um/kernel/tlb.c:247:29: error: Expression 'pmd++,addr=next,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/um/kernel/tlb.c:269:29: error: Expression 'pud++,addr=next,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/um/kernel/tlb.c:292:29: error: Expression 'pgd++,addr=next,(addr<end_addr)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/um/kernel/um_arch.c:290:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/um/os-Linux/aio.c:173:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/aio.c:324:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/drivers/tuntap_user.c:73:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/drivers/tuntap_user.c:132:8: style: The scope of the variable 'output' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/drivers/tuntap_user.c:133:11: style: The scope of the variable 'fds' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/file.c:175:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/file.c:69:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/um/os-Linux/file.c:70:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/um/os-Linux/file.c:71:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/um/os-Linux/file.c:72:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/um/os-Linux/irq.c:26:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/main.c:91:2: style: Variable 'old_path' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/um/os-Linux/main.c:88:0: note: Variable 'old_path' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/os-Linux/main.c:91:2: note: Variable 'old_path' is reassigned a value before the old one has been used.
linux-4.9.88/arch/um/os-Linux/main.c:192:3: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/um/os-Linux/mem.c:193:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/sigio.c:55:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/signal.c:260:6: style: The scope of the variable 'save_pending' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/mem.c:50:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/mem.c:52:18: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/mem.c:53:18: style: The scope of the variable 'syscall' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/mem.c:143:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/process.c:136:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/process.c:310:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/process.c:310:19: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/skas/process.c:312:6: style: The scope of the variable 'local_using_sysemu' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/start_up.c:261:11: style: The scope of the variable 'syscall' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/start_up.c:261:20: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/um/os-Linux/time.c:174:12: style: Checking if unsigned variable 'nsecs' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/um/os-Linux/time.c:123:11: style: Variable 'sec' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/unicore32/kernel/asm-offsets.c:33:0: error: #error Your compiler should upgrade to uc4 [preprocessorErrorDirective]
linux-4.9.88/arch/unicore32/kernel/clock.c:156:30: error: Uninitialized variable: pll_vgacfg [uninitvar]
linux-4.9.88/arch/unicore32/kernel/hibernate.c:77:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/unicore32/kernel/irq.c:117:21: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/unicore32/kernel/pm.c:30:41: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-4.9.88/arch/unicore32/kernel/process.c:168:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/unicore32/kernel/process.c:169:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/unicore32/kernel/process.c:170:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/unicore32/kernel/process.c:171:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/unicore32/kernel/traps.c:317:25: portability: '(void*)vectors' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/unicore32/mm/alignment.c:415:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/unicore32/mm/fault.c:164:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/unicore32/mm/fault.c:469:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/unicore32/mm/fault.c:488:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/unicore32/mm/fault.c:167:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/unicore32/mm/init.c:39:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/arch/unicore32/mm/init.c:348:16: style: The scope of the variable 'bank_start' can be reduced. [variableScope]
linux-4.9.88/arch/unicore32/mm/mmu.c:171:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/unicore32/mm/mmu.c:190:39: error: Expression 'pmd++,addr+=SECTION_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/boot/a20.c:133:12: style: The scope of the variable 'kbc_err' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/cmdline.c:105:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/early_serial_console.c:49:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/compressed/eboot.c:834:15: style: Unused variable: status [unusedVariable]
linux-4.9.88/arch/x86/boot/compressed/eboot.c:835:16: style: Unused variable: size [unusedVariable]
linux-4.9.88/arch/x86/boot/compressed/kaslr.c:307:16: style: The scope of the variable 'start_orig' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/compressed/kaslr.c:306:19: style: Unused variable: slot_area [unusedVariable]
linux-4.9.88/arch/x86/boot/compressed/misc.c:275:22: style: The scope of the variable 'phdr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/compressed/misc.c:295:23: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/boot/compressed/misc.c:308:25: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/boot/compressed/mkpiggy.c:68:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/x86/boot/string.c:31:6: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/string.c:45:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/string.c:45:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/cpu.c:25:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/regs.c:22:32: style: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/boot/boot.h:327:32: note: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'.
linux-4.9.88/arch/x86/boot/regs.c:22:32: note: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'.
linux-4.9.88/arch/x86/boot/tools/build.c:378:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/x86/boot/tools/build.c:136:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
linux-4.9.88/arch/x86/boot/tty.c:122:10: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/video-mode.c:57:20: style: The scope of the variable 'mi' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/video.c:204:6: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-4.9.88/arch/x86/boot/video.c:205:15: style: The scope of the variable 'sel' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/crc32-pclmul_glue.c:55:15: style: The scope of the variable 'prealign' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/poly1305_glue.c:71:15: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/poly1305_glue.c:71:23: style: The scope of the variable 'datalen' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha1-mb/sha1_mb.c:353:24: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha1-mb/sha1_mb.c:463:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha1-mb/sha1_mb.c:915:24: style: The scope of the variable 'sha_ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha1-mb/sha1_mb.c:1011:29: style: The scope of the variable 'cpu_state' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha1-mb/sha1_mb.c:667:55: error: Uninitialized variable: data [uninitvar]
linux-4.9.88/arch/x86/crypto/sha256-mb/sha256_mb.c:347:26: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha256-mb/sha256_mb.c:461:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha256-mb/sha256_mb.c:915:26: style: The scope of the variable 'sha_ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha256-mb/sha256_mb.c:1013:29: style: The scope of the variable 'cpu_state' can be reduced. [variableScope]
linux-4.9.88/arch/x86/crypto/sha256-mb/sha256_mb.c:665:57: error: Uninitialized variable: data [uninitvar]
linux-4.9.88/arch/x86/crypto/sha512-mb/sha512_mb.c:939:0: error: syntax error [syntaxError]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.c:120:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:23:41: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:44:19: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:45:23: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:68:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:70:24: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:72:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:85:24: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:93:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.h:95:31: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/entry/vdso/vdso2c.c:121:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
linux-4.9.88/arch/x86/events/amd/iommu.c:261:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/events/amd/iommu.c:259:0: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/events/amd/iommu.c:261:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/events/amd/iommu.c:335:2: style: Variable 'prev_raw_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/events/amd/iommu.c:323:0: note: Variable 'prev_raw_count' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/events/amd/iommu.c:335:2: note: Variable 'prev_raw_count' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/events/amd/iommu.c:364:11: style: Variable 'config' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/events/core.c:1038:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/core.c:1039:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/core.c:1588:27: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/core.c:1589:31: style: The scope of the variable 'pmu_attr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/core.c:2283:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/bts.c:394:29: style: The scope of the variable 'next_space' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/bts.c:394:46: style: The scope of the variable 'gap' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/bts.c:394:51: style: The scope of the variable 'skip' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/bts.c:395:15: style: The scope of the variable 'next_buf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/bts.c:397:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/core.c:2423:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/events/intel/core.c:2450:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/events/intel/core.c:2479:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/events/intel/core.c:2509:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/events/intel/core.c:2646:28: style: The scope of the variable 'xl' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/core.c:3063:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/core.c:3570:27: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/core.c:3572:20: style: The scope of the variable 'er' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/cqm.c:1176:18: style: The scope of the variable 'hr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/ds.c:1056:9: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/ds.c:1245:31: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/ds.c:1282:6: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/ds.c:1355:31: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/ds.c:38:16: style: union member 'intel_x86_pebs_dse::ld_reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/events/intel/ds.c:42:16: style: union member 'intel_x86_pebs_dse::st_reserved1' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/events/intel/ds.c:45:16: style: union member 'intel_x86_pebs_dse::st_reserved2' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/events/intel/lbr.c:334:11: style: The scope of the variable 'lbr_idx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/lbr.c:359:11: style: The scope of the variable 'lbr_idx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/lbr.c:417:32: style: The scope of the variable 'task_ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/lbr.c:456:32: style: The scope of the variable 'task_ctx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/lbr.c:769:18: style: The scope of the variable 'bytes_left' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/p4.c:1195:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/p4.c:1342:9: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/pt.c:993:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/pt.c:1231:21: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/pt.c:777:15: portability: 'head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/uncore.c:779:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:805:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:852:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:961:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:1111:27: style: The scope of the variable 'box' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:1187:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore.c:1200:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore_snb.c:693:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore_snb.c:339:45: portability: 'box->io_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:1230:14: style: The scope of the variable 'nodeid' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:1230:22: style: The scope of the variable 'segment' can be reduced. [variableScope]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:1008:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:1621:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:2053:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:2672:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/events/intel/uncore_snbep.c:3509:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kernel/acpi/boot.c:608:10: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/acpi/boot.c:1725:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/alternative.c:359:6: style: The scope of the variable 'instr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/alternative.c:359:14: style: The scope of the variable 'replacement' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/alternative.c:255:9: portability: 'insns' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/alternative.c:688:35: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/alternative.c:692:32: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/amd_gart_64.c:482:16: style: The scope of the variable 'align_mask' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/amd_gart_64.c:483:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/amd_gart_64.c:710:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/apic.c:672:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/x86/kernel/apic/apic.c:715:16: style: The scope of the variable 'deltaj' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/apic.c:1330:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kernel/apic/apic_flat_64.c:92:6: style: Condition 'hotplug' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kernel/apic/apic_flat_64.c:90:16: note: Assignment 'hotplug=0', assigned value is 0
linux-4.9.88/arch/x86/kernel/apic/apic_flat_64.c:92:6: note: Condition 'hotplug' is always false
linux-4.9.88/arch/x86/kernel/apic/apic_flat_64.c:124:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/x86/kernel/apic/apic_numachip.c:30:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/apic_numachip.c:43:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/x86/kernel/apic/apic_numachip.c:56:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:2591:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1001:23: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1035:23: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1851:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1897:18: style: The scope of the variable 'cfg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:2840:24: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:275:3: portability: '(void __iomem*)__fix_to_virt(FIX_IO_APIC_BASE_0+idx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1056:44: error: Uninitialized variable: irq [uninitvar]
linux-4.9.88/arch/x86/kernel/apic/io_apic.c:1069:9: error: Uninitialized variable: irq [uninitvar]
linux-4.9.88/arch/x86/kernel/apic/vector.c:789:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/x2apic_cluster.c:37:18: style: The scope of the variable 'cpus_in_cluster_ptr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/x2apic_uv_x.c:73:13: style: Condition '!disable_uv_undefined_panic' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kernel/apic/x2apic_uv_x.c:770:6: style: The scope of the variable 'nasid' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/x2apic_uv_x.c:969:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apic/x2apic_uv_x.c:184:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/x86/kernel/apm_32.c:943:11: style: Same expression on both sides of '!=' because the value of 't' and 'jiffies' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/kernel/apm_32.c:939:8: note: 't' is assigned value 'jiffies' here.
linux-4.9.88/arch/x86/kernel/apm_32.c:943:11: note: Same expression on both sides of '!=' because the value of 't' and 'jiffies' are the same.
linux-4.9.88/arch/x86/kernel/apm_32.c:1415:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apm_32.c:1736:10: style: The scope of the variable 'power_stat' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apm_32.c:1737:10: style: The scope of the variable 'bat_stat' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apm_32.c:1871:6: style: The scope of the variable 'invert' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apm_32.c:2269:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/apm_32.c:2401:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/asm-offsets_64.c:2:0: error: #error "Please do not build this file directly, build asm-offsets.c instead" [preprocessorErrorDirective]
linux-4.9.88/arch/x86/kernel/asm-offsets_32.c:2:0: error: #error "Please do not build this file directly, build asm-offsets.c instead" [preprocessorErrorDirective]
linux-4.9.88/arch/x86/kernel/bootflag.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/bugs.c:157:7: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/bugs.c:158:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/common.c:1144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/common.c:1334:11: style: The scope of the variable 'index_min' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/common.c:1334:22: style: The scope of the variable 'index_max' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/cyrix.c:20:16: style: The scope of the variable 'ccr2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/cyrix.c:92:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/hypervisor.c:48:11: style: The scope of the variable 'pri' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel.c:824:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:653:15: style: The scope of the variable 'trace' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:656:15: style: The scope of the variable 'l2_id' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:656:26: style: The scope of the variable 'l3_id' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:656:37: style: The scope of the variable 'num_threads_sharing' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:656:58: style: The scope of the variable 'index_msb' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:925:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:728:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:129:17: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/intel_cacheinfo.c:193:12: style: union member 'l3_cache::res' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mcheck/mce-genpool.c:36:19: style: The scope of the variable 'm2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/mcheck/mce-genpool.c:79:14: style: The scope of the variable 'mce' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/mcheck/mce.c:2315:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/x86/kernel/cpu/mcheck/mce.c:2342:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/x86/kernel/cpu/mcheck/mce.c:548:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/amd.c:152:26: style: The scope of the variable 'eq' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/amd.c:841:6: style: The scope of the variable 'crnt_size' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/core.c:664:6: style: Condition 'error' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kernel/cpu/microcode/core.c:663:10: note: Assignment 'error=0', assigned value is 0
linux-4.9.88/arch/x86/kernel/cpu/microcode/core.c:664:6: note: Condition 'error' is always false
linux-4.9.88/arch/x86/kernel/cpu/microcode/core.c:411:19: style: The scope of the variable 'tmp_ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:75:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:265:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:265:20: style: The scope of the variable 'pf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:313:15: style: The scope of the variable 'mc_size' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:862:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:179:36: portability: '(void*)mc_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:179:48: portability: '(void*)mc_header+data_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel.c:180:36: portability: '(void*)ext_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel_lib.c:53:29: style: The scope of the variable 'ext_sig' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel_lib.c:82:19: portability: 'mc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel_lib.c:131:32: portability: '(void*)ext_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel_lib.c:162:15: portability: 'mc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/microcode/intel_lib.c:163:28: portability: '(void*)ext_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:43:16: style: struct member 'var_mtrr_state::range_startk' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:44:16: style: struct member 'var_mtrr_state::range_sizek' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:45:16: style: struct member 'var_mtrr_state::chunk_sizek' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:46:16: style: struct member 'var_mtrr_state::gran_sizek' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:47:15: style: struct member 'var_mtrr_state::reg' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cleanup.c:950:18: style: Variable 'highest_pfn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/cyrix.c:94:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/generic.c:426:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/kernel/cpu/mtrr/main.c:125:28: style: The scope of the variable 'dummy' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/vmware.c:60:19: style: The scope of the variable 'lpj' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/cpu/vmware.c:149:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kernel/crash.c:94:2: style: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kernel/crash.c:91:0: note: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/crash.c:94:2: note: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/crash.c:51:15: style: struct member 'crash_mem::nr_ranges' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:57:17: style: struct member 'crash_elf_data::image' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:62:15: style: struct member 'crash_elf_data::max_nr_ranges' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:65:8: style: struct member 'crash_elf_data::ehdr' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:67:8: style: struct member 'crash_elf_data::bufp' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:73:22: style: struct member 'crash_memmap_data::params' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash.c:75:15: style: struct member 'crash_memmap_data::type' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kernel/crash_dump_32.c:64:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/crash_dump_32.c:75:41: portability: 'kdump_buf_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/crash_dump_64.c:39:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/crash_dump_64.c:44:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/dumpstack_32.c:156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/dumpstack_64.c:53:18: style: The scope of the variable 'regs' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/dumpstack_64.c:195:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/e820.c:269:16: style: The scope of the variable 'current_type' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/e820.c:1068:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/arch/x86/kernel/e820.c:633:11: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kernel/early_printk.c:159:12: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/fpu/signal.c:46:50: portability: 'fpstate' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/signal.c:94:20: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/signal.c:384:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:209:22: portability: '(void*)fx' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:210:39: portability: '(void*)&init_fpstate.xsave' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:787:23: portability: '(void*)xsave' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:939:16: portability: 'kbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:941:28: portability: 'ubuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:1038:27: portability: 'kbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:1040:41: portability: 'ubuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:1062:22: portability: 'kbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/fpu/xstate.c:1064:36: portability: 'ubuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/head64.c:122:9: style: The scope of the variable 'command_line' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kgdb.c:274:22: style: The scope of the variable 'pevent' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kgdb.c:110:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/kgdb.c:125:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/kprobes/core.c:178:14: style: Same expression on both sides of '-' because the value of 'opcodes' and 'orig_opcodes' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/kernel/kprobes/core.c:172:34: note: 'orig_opcodes' is assigned value 'opcodes' here.
linux-4.9.88/arch/x86/kernel/kprobes/core.c:178:14: note: Same expression on both sides of '-' because the value of 'opcodes' and 'orig_opcodes' are the same.
linux-4.9.88/arch/x86/kernel/kprobes/core.c:294:22: style: The scope of the variable '__addr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kprobes/core.c:169:32: style: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kernel/kprobes/common.h:70:39: note: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'.
linux-4.9.88/arch/x86/kernel/kprobes/core.c:169:32: note: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'.
linux-4.9.88/arch/x86/kernel/kprobes/core.c:893:21: portability: '(void*)orig_ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/kprobes/opt.c:178:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kprobes/opt.c:309:17: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kprobes/opt.c:460:27: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/kprobes/opt.c:52:32: portability: '(void*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/ksysfs.c:35:35: portability: '(void*)&boot_params' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/ksysfs.c:178:16: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/ldt.c:112:39: warning: Either the condition 'old_ldt' is redundant or there is possible null pointer dereference: ldt. [nullPointerRedundantCheck]
linux-4.9.88/arch/x86/kernel/ldt.c:275:6: note: Assuming that condition 'old_ldt' is not redundant
linux-4.9.88/arch/x86/kernel/ldt.c:281:18: note: Calling function 'free_ldt_struct', 1st argument 'ldt' value is 0
linux-4.9.88/arch/x86/kernel/ldt.c:112:39: note: Null pointer dereference
linux-4.9.88/arch/x86/kernel/ldt.c:113:10: warning: Either the condition 'old_ldt' is redundant or there is possible null pointer dereference: ldt. [nullPointerRedundantCheck]
linux-4.9.88/arch/x86/kernel/ldt.c:275:6: note: Assuming that condition 'old_ldt' is not redundant
linux-4.9.88/arch/x86/kernel/ldt.c:281:18: note: Calling function 'free_ldt_struct', 1st argument 'ldt' value is 0
linux-4.9.88/arch/x86/kernel/ldt.c:113:10: note: Null pointer dereference
linux-4.9.88/arch/x86/kernel/ldt.c:114:20: warning: Either the condition 'old_ldt' is redundant or there is possible null pointer dereference: ldt. [nullPointerRedundantCheck]
linux-4.9.88/arch/x86/kernel/ldt.c:275:6: note: Assuming that condition 'old_ldt' is not redundant
linux-4.9.88/arch/x86/kernel/ldt.c:281:18: note: Calling function 'free_ldt_struct', 1st argument 'ldt' value is 0
linux-4.9.88/arch/x86/kernel/ldt.c:114:20: note: Null pointer dereference
linux-4.9.88/arch/x86/kernel/ldt.c:196:22: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/livepatch.c:27:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/livepatch.c:30:8: style: The scope of the variable 'aseg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/livepatch.c:30:15: style: The scope of the variable 'pseg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/livepatch.c:58:33: portability: 'aseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/livepatch.c:63:29: portability: 'pseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:157:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:231:33: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:247:33: portability: 'aseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:253:21: portability: 'lseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:254:21: portability: 'tseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/module.c:259:29: portability: 'pseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:449:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:437:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:449:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:852:16: style: The scope of the variable 'erroff' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:1489:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/pci-calgary_64.c:218:9: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kernel/pci-iommu_table.c:52:36: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/reboot_fixups_32.c:83:29: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/reboot_fixups_32.c:84:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/resource.c:28:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/rtc.c:105:6: style: Condition 'century' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kernel/rtc.c:64:65: note: Assignment 'century=0', assigned value is 0
linux-4.9.88/arch/x86/kernel/rtc.c:105:6: note: Condition 'century' is always false
linux-4.9.88/arch/x86/kernel/setup.c:1089:54: portability: '(void*)__va(max_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/smpboot.c:735:2: style: Variable 'send_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kernel/smpboot.c:724:2: note: Variable 'send_status' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/smpboot.c:735:2: note: Variable 'send_status' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kernel/smpboot.c:584:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/smpboot.c:665:6: style: The scope of the variable 'maxlvt' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/smpboot.c:820:13: style: The scope of the variable 'current_node' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/smpboot.c:950:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/smpboot.c:1250:22: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/smpboot.c:158:12: style: Variable 'phys_id' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kernel/stacktrace.c:36:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/sys_x86_64.c:127:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/sysfb.c:48:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/tboot.c:493:38: portability: 'config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:494:24: portability: 'config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:501:23: portability: 'heap_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:503:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:505:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:507:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/tboot.c:509:51: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kernel/vm86_32.c:834:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kernel/vsmp_64.c:229:6: style: Condition '!irq_routing_comply' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kernel/vsmp_64.c:236:6: style: Condition '!is_vsmp_box()' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/kvm/assigned-dev.c:144:39: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/assigned-dev.c:419:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.h:118:33: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.h:123:39: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.h:133:31: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.h:138:24: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/cpuid.c:336:8: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:337:48: style: Same expression on both sides of '|' because the value of 'f_gbpages' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:311:23: note: 'f_gbpages' is assigned value '0' here.
linux-4.9.88/arch/x86/kvm/cpuid.c:337:48: note: Same expression on both sides of '|' because the value of 'f_gbpages' and '0' are the same.
linux-4.9.88/arch/x86/kvm/cpuid.c:338:20: style: Same expression on both sides of '|' because the value of 'f_lm' and '0' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:312:18: note: 'f_lm' is assigned value '0' here.
linux-4.9.88/arch/x86/kvm/cpuid.c:338:20: note: Same expression on both sides of '|' because the value of 'f_lm' and '0' are the same.
linux-4.9.88/arch/x86/kvm/cpuid.c:343:52: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:344:33: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:345:44: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:353:42: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/arch/x86/kvm/cpuid.c:883:13: style: Variable 'function' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kvm/emulate.c:2118:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kvm/emulate.c:2103:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/emulate.c:2118:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/emulate.c:4003:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kvm/emulate.c:4000:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/emulate.c:4003:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/emulate.c:1368:7: style: The scope of the variable 'sv' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/emulate.c:1368:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/emulate.c:1013:39: portability: '(void*)em_setcc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/emulate.c:5313:7: portability: 'fop' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/hyperv.c:152:29: style: The scope of the variable 'stimer' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/hyperv.c:1225:9: error: Uninitialized variable: param [uninitvar]
linux-4.9.88/arch/x86/kvm/hyperv.c:1226:10: error: Uninitialized variable: param [uninitvar]
linux-4.9.88/arch/x86/kvm/hyperv.c:1227:13: error: Uninitialized variable: param [uninitvar]
linux-4.9.88/arch/x86/kvm/hyperv.c:1228:13: error: Uninitialized variable: param [uninitvar]
linux-4.9.88/arch/x86/kvm/i8254.c:243:19: style: The scope of the variable 'vcpu' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8254.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8254.c:433:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8254.c:433:15: style: The scope of the variable 'access' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8254.c:617:33: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8259.c:241:11: style: The scope of the variable 'irq2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8259.c:313:6: style: The scope of the variable 'priority' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/i8259.c:313:16: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/ioapic.c:243:35: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/ioapic.c:337:46: style: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/ioapic.c:53:46: note: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'.
linux-4.9.88/arch/x86/kvm/ioapic.c:337:46: note: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'.
linux-4.9.88/arch/x86/kvm/irq_comm.c:276:32: style: The scope of the variable 'kimn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:319:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:334:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:747:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:813:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:1884:6: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:1884:14: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:1884:20: style: The scope of the variable 'trig_mode' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/lapic.c:2281:55: style: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/lapic.h:101:55: note: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'.
linux-4.9.88/arch/x86/kvm/lapic.c:2281:55: note: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'.
linux-4.9.88/arch/x86/kvm/lapic.c:2294:54: style: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/lapic.h:102:54: note: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'.
linux-4.9.88/arch/x86/kvm/lapic.c:2294:54: note: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'.
linux-4.9.88/arch/x86/kvm/lapic.c:77:41: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:84:45: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:85:39: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:90:35: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:95:51: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:100:53: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:323:16: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:338:16: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:352:19: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:369:40: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:399:37: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:403:37: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:413:49: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:450:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:459:52: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:913:43: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:915:45: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:917:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:1018:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:1289:29: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:1292:24: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/lapic.c:2089:34: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/mmu.c:793:25: style: The scope of the variable 'linfo' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:852:25: style: The scope of the variable 'linfo' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:1301:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:1326:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:1363:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:1528:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:1824:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:2123:11: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:2290:23: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:2606:6: style: The scope of the variable 'rmap_count' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:213:18: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:519:9: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:839:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:840:6: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:841:7: style: The scope of the variable 'sptep' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:3878:22: style: The scope of the variable 'pfec' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:3880:23: style: The scope of the variable 'wf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:3880:27: style: The scope of the variable 'uf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:3880:31: style: The scope of the variable 'ff' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:3880:35: style: The scope of the variable 'smapf' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:4303:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:4382:24: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:4710:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:5084:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mmu.c:522:42: style: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/mmu.c:181:42: note: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'.
linux-4.9.88/arch/x86/kvm/mmu.c:522:42: note: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'.
linux-4.9.88/arch/x86/kvm/paging_tmpl.h:359:57: portability: '(void*)host_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/mmu.c:1595:23: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/kvm/mtrr.c:271:29: style: The scope of the variable 'mtrr_seg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/mtrr.c:371:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/arch/x86/kvm/mtrr.c:514:0: style: Boolean variable 'partial_map' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/x86/kvm/mtrr.c:533:0: style: Boolean variable 'partial_map' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/x86/kvm/pmu.c:178:64: style: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/pmu.h:101:64: note: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'.
linux-4.9.88/arch/x86/kvm/pmu.c:178:64: note: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'.
linux-4.9.88/arch/x86/kvm/pmu.c:240:51: style: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/kvm/pmu.h:106:51: note: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'.
linux-4.9.88/arch/x86/kvm/pmu.c:240:51: note: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'.
linux-4.9.88/arch/x86/kvm/pmu_amd.c:99:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kvm/pmu_amd.c:97:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/pmu_amd.c:99:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/svm.c:1368:2: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/kvm/svm.c:1367:2: note: Variable 'new_entry' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/svm.c:1368:2: note: Variable 'new_entry' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/kvm/svm.c:3937:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kvm/svm.c:3939:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kvm/svm.c:525:6: style: struct member 'svm_init_data::r' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/kvm/vmx.c:2234:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:2440:16: style: The scope of the variable 'rflags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:2440:24: style: The scope of the variable 'save_rflags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:4905:8: style: The scope of the variable 'vapic_page' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:5659:16: style: The scope of the variable 'cr2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:7324:16: style: The scope of the variable 'field' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:8704:7: style: The scope of the variable 'unblock_nmi' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:9605:6: style: The scope of the variable 'msr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:11105:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:11147:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/vmx.c:9546:51: portability: '(void*)vmx->nested.pi_desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:3188:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/x86/kvm/x86.c:3188:23: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/x86/kvm/x86.c:3188:23: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/x86/kvm/x86.c:3226:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/arch/x86/kvm/x86.c:3226:23: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/x86/kvm/x86.c:3226:23: note: Opposite expression on both sides of '&'.
linux-4.9.88/arch/x86/kvm/x86.c:844:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/x86.c:4248:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/x86.c:4268:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/arch/x86/kvm/x86.c:4259:5: portability: 'v' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4281:5: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4367:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4456:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4619:6: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4658:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:4792:6: portability: 'pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/kvm/x86.c:368:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 365. [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/kvm/x86.c:365:21: note: Assuming that condition 'vector>31' is not redundant
linux-4.9.88/arch/x86/kvm/x86.c:368:11: note: Shift
linux-4.9.88/arch/x86/lib/cmdline.c:32:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/lib/cmdline.c:125:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/arch/x86/lib/csum-wrappers_64.c:51:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/csum-wrappers_64.c:52:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/csum-wrappers_64.c:106:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/csum-wrappers_64.c:107:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/insn.c:64:26: portability: 'kaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:81:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:82:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:105:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:106:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:274:8: portability: 'page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:325:8: portability: 'from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/mmx_32.c:326:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/lib/msr.c:12:2: style: Variable 'msrs' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/lib/msr.c:10:0: note: Variable 'msrs' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/lib/msr.c:12:2: note: Variable 'msrs' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/math-emu/errors.c:307:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/errors.c:211:14: style: struct member 'Anonymous0::name' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/math-emu/errors.c:152:94: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:154:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:155:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:156:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:157:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:158:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:159:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:160:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:161:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:162:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:163:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:166:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:169:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:170:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:171:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:172:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:173:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:174:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/errors.c:175:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/math-emu/fpu_entry.c:649:30: style: The scope of the variable 'regnr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/fpu_entry.c:667:12: portability: 'space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/math-emu/fpu_entry.c:721:14: portability: 'space' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:554:7: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:617:7: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:790:13: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:839:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:751:10: error: Shifting by a negative value is undefined behaviour [shiftNegative]
linux-4.9.88/arch/x86/math-emu/fpu_trig.c:751:13: warning: Suspicious code: sign conversion of n in calculation, even though n can have a negative value [signConversion]
linux-4.9.88/arch/x86/math-emu/get_address.c:140:46: style: The scope of the variable 'seg_top' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/get_address.c:213:8: style: The scope of the variable 'cpu_reg_ptr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_2xm1.c:73:12: error: Uninitialized struct member: argSignif.msw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/poly_atan.c:92:28: error: Uninitialized variable: argSignif [uninitvar]
linux-4.9.88/arch/x86/math-emu/poly_l2.c:105:22: style: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:101:29: note: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:105:22: note: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:105:36: style: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:101:40: note: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:105:36: note: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:18: style: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:101:53: note: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:18: note: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:37: style: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:101:66: note: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:37: note: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:56: style: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:102:18: note: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:106:56: note: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'.
linux-4.9.88/arch/x86/math-emu/poly_l2.c:205:20: error: Uninitialized struct member: Numer.msw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/poly_l2.c:194:29: error: Uninitialized variable: argSignif [uninitvar]
linux-4.9.88/arch/x86/math-emu/poly_l2.c:199:30: error: Uninitialized variable: argSignif [uninitvar]
linux-4.9.88/arch/x86/math-emu/poly_l2.c:218:19: error: Uninitialized struct member: argSignif.lsw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/poly_l2.c:219:24: error: Uninitialized struct member: argSignif.midw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/poly_sin.c:61:16: style: The scope of the variable 'fix_up' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_sin.c:61:24: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_sin.c:203:0: style: The scope of the variable 'exp2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_sin.c:203:0: style: The scope of the variable 'echange' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_sin.c:352:0: error: Uninitialized struct member: fix_up.msw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/poly_tan.c:56:16: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/poly_tan.c:108:14: error: Uninitialized struct member: accum.lsw [uninitStructMember]
linux-4.9.88/arch/x86/math-emu/reg_add_sub.c:36:48: style: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:109:55: note: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'.
linux-4.9.88/arch/x86/math-emu/reg_add_sub.c:36:48: note: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'.
linux-4.9.88/arch/x86/math-emu/reg_divide.c:27:28: style: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/math-emu/fpu_proto.h:153:35: note: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'.
linux-4.9.88/arch/x86/math-emu/reg_divide.c:27:28: note: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'.
linux-4.9.88/arch/x86/math-emu/reg_divide.c:72:2: style: Variable 'saved_sign' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/math-emu/reg_ld_str.c:369:3: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
linux-4.9.88/arch/x86/math-emu/reg_ld_str.c:1121:9: style: The scope of the variable 'regnr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/math-emu/reg_ld_str.c:320:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/mm/dump_pagetables.c:218:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/gup.c:430:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/x86/mm/gup.c:147:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:183:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:212:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:245:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:271:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:297:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:352:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/gup.c:424:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/arch/x86/mm/init_32.c:451:21: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_32.c:452:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_32.c:453:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_32.c:454:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_32.c:455:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_32.c:662:59: portability: '(void*)__va(max_low_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/init_64.c:257:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/init_64.c:572:44: style: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/mm/mm_internal.h:12:58: note: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'.
linux-4.9.88/arch/x86/mm/init_64.c:572:44: note: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'.
linux-4.9.88/arch/x86/mm/init_64.c:573:23: style: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/mm/mm_internal.h:13:25: note: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'.
linux-4.9.88/arch/x86/mm/init_64.c:573:23: note: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'.
linux-4.9.88/arch/x86/mm/ioremap.c:408:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/kaiser.c:186:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/kaiser.c:190:16: style: The scope of the variable 'target_address' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/kasan_init_64.c:114:43: portability: '(void*)PAGE_OFFSET' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/kaslr.c:111:18: style: Same expression on both sides of '>=' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/mm/kaslr.c:53:40: note: 'vaddr_end' is assigned value '__START_KERNEL_map' here.
linux-4.9.88/arch/x86/mm/kaslr.c:111:18: note: Same expression on both sides of '>=' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same.
linux-4.9.88/arch/x86/mm/kaslr.c:112:25: style: Same expression on both sides of '>' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same. [duplicateExpression]
linux-4.9.88/arch/x86/mm/kaslr.c:53:40: note: 'vaddr_end' is assigned value '__START_KERNEL_map' here.
linux-4.9.88/arch/x86/mm/kaslr.c:112:25: note: Same expression on both sides of '>' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same.
linux-4.9.88/arch/x86/mm/mmap.c:72:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/arch/x86/mm/mmap.c:78:2: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/arch/x86/mm/mmap.c:72:2: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/arch/x86/mm/mpx.c:610:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/mpx.c:619:7: style: The scope of the variable 'need_write' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/mpx.c:745:22: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/mpx.c:842:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/mpx.c:845:7: style: The scope of the variable 'need_write' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/mpx.c:395:7: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/mm/mpx.c:902:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/mm/numa_32.c:90:59: portability: '(void*)__va(max_low_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/pageattr.c:1302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/pageattr.c:1362:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/pageattr.c:139:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/pageattr.c:146:21: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/pat.c:504:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/arch/x86/mm/pat_rbtree.c:191:27: style: Condition 'newdata->start>data->start' is always true [knownConditionTrueFalse]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:38:17: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:41:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:44:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:55:17: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:59:18: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:63:18: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/mm/testmmiotrace.c:75:13: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/net/bpf_jit_comp.c:301:2: error: Signed integer overflow for expression '72+(139<<8)+(132<<16)+(214<<24)'. [integerOverflow]
linux-4.9.88/arch/x86/net/bpf_jit_comp.c:355:26: style: Boolean variable 'seen_ld_abs' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/x86/net/bpf_jit_comp.c:356:26: style: Boolean variable 'seen_ax_reg' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/arch/x86/oprofile/backtrace.c:97:17: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/oprofile/nmi_int.c:332:6: style: Condition '!nmi_setup_mux()' is always false [knownConditionTrueFalse]
linux-4.9.88/arch/x86/oprofile/nmi_int.c:422:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/arch/x86/oprofile/nmi_int.c:605:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/arch/x86/oprofile/op_model_p4.c:410:21: style: The scope of the variable 'cccraddr' can be reduced. [variableScope]
linux-4.9.88/arch/x86/oprofile/op_model_p4.c:521:32: style: Checking if unsigned variable 'counter_config[ctr].event' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/x86/pci/ce4100.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/ce4100.c:297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/common.c:130:19: style: The scope of the variable 'bar_r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/common.c:131:6: style: The scope of the variable 'bar' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/fixup.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/fixup.c:312:18: style: The scope of the variable 'bridge' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/i386.c:309:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/i386.c:343:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/i386.c:356:18: style: The scope of the variable 'bus' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/irq.c:123:19: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/irq.c:883:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/mmconfig-shared.c:347:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/mmconfig-shared.c:452:6: style: The scope of the variable 'num_buses' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/mmconfig-shared.c:572:43: style: The scope of the variable 'cfg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/mmconfig-shared.c:245:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:76:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:79:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:82:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:113:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:116:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/mmconfig_32.c:119:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/pci/pcbios.c:134:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/pci/pcbios.c:66:17: style: struct member 'Anonymous0::checksum' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/pci/pcbios.c:67:17: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-4.9.88/arch/x86/pci/sta2x11-fixup.c:87:6: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/atom/pmc_atom.c:435:30: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/atom/punit_atom_debug.c:93:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/early_printk.c:81:17: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/early_printk.c:81:23: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/early_printk.c:54:18: portability: 'efi_fb' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/early_printk.c:163:30: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:445:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/efi.c:480:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/efi.c:793:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/efi/efi.c:262:22: portability: '(void*)out' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:266:19: portability: '(void*)in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:692:8: portability: 'entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:737:8: portability: 'entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:816:21: portability: 'new_memmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/efi.c:340:10: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/platform/efi/quirks.c:390:10: portability: 'new_md' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/efi/quirks.c:447:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/platform/intel-mid/intel_mid_vrtc.c:92:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/intel-mid/intel_mid_vrtc.c:94:6: style: The scope of the variable 'year' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/intel-mid/pwr.c:138:7: style: The scope of the variable 'busy' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/intel-mid/sfi.c:338:2: style: Variable 'pdata' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/arch/x86/platform/intel-mid/sfi.c:334:0: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/platform/intel-mid/sfi.c:338:2: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-4.9.88/arch/x86/platform/intel-mid/sfi.c:292:22: style: The scope of the variable 'client' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/intel-quark/imr.c:221:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/arch/x86/platform/olpc/olpc-xo1-sci.c:122:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/arch/x86/platform/olpc/olpc-xo1-sci.c:343:8: style: Variable 'sts' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/platform/olpc/olpc.c:377:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:35:47: warning: Identical condition '(s32)node==-1', second condition is always false [identicalConditionAfterEarlyExit]
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:32:16: note: first condition
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:35:47: note: second condition
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:49:48: warning: Identical condition '(s32)node==-1', second condition is always false [identicalConditionAfterEarlyExit]
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:46:16: note: first condition
linux-4.9.88/arch/x86/platform/olpc/olpc_dt.c:49:48: note: second condition
linux-4.9.88/arch/x86/platform/uv/bios_uv.c:125:6: style: Variable 'watchlist' is not assigned a value. [unassignedVariable]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:166:22: style: The scope of the variable 'bcp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:185:22: style: The scope of the variable 'bcp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:202:12: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:236:16: style: The scope of the variable 'dw' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:376:24: style: The scope of the variable 'hpp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:790:6: style: The scope of the variable 'tcpu' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:791:22: style: The scope of the variable 'tbcp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:914:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1000:6: style: The scope of the variable 'tcpu' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1001:22: style: The scope of the variable 'tbcp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1062:6: style: The scope of the variable 'pnode' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1125:16: style: The scope of the variable 'descriptor_status' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1126:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1222:23: style: The scope of the variable 'other_msg' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1398:20: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1498:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1499:6: style: The scope of the variable 'elements' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1564:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1812:16: style: The scope of the variable 'gnode' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1812:36: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1888:6: style: The scope of the variable 'mult2' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1889:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1890:6: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1892:16: style: The scope of the variable 'ts_ns' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1956:6: style: The scope of the variable 'pnode' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1957:6: style: The scope of the variable 'uvhub' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1958:6: style: The scope of the variable 'socket' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:1961:22: style: The scope of the variable 'sdp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:2039:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:2102:24: style: The scope of the variable 'sdp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:2160:6: style: The scope of the variable 'cpus' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:2162:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/tlb_uv.c:2215:13: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/arch/x86/platform/uv/uv_nmi.c:403:14: style: The scope of the variable 'dots' can be reduced. [variableScope]
linux-4.9.88/arch/x86/platform/uv/uv_nmi.c:703:11: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-4.9.88/arch/x86/power/hibernate_32.c:85:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-4.9.88/arch/x86/power/hibernate_64.c:92:16: style: The scope of the variable 'mstart' can be reduced. [variableScope]
linux-4.9.88/arch/x86/power/hibernate_64.c:92:24: style: The scope of the variable 'mend' can be reduced. [variableScope]
linux-4.9.88/arch/x86/purgatory/sha256.c:226:56: style: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/purgatory/sha256.h:18:63: note: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'.
linux-4.9.88/arch/x86/purgatory/sha256.c:226:56: note: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'.
linux-4.9.88/arch/x86/purgatory/sha256.c:226:75: style: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/purgatory/sha256.h:19:18: note: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/arch/x86/purgatory/sha256.c:226:75: note: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/arch/x86/purgatory/sha256.c:256:49: style: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/purgatory/sha256.h:20:56: note: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'.
linux-4.9.88/arch/x86/purgatory/sha256.c:256:49: note: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'.
linux-4.9.88/arch/x86/tools/relocs.c:859:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/arch/x86/tools/relocs.c:802:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/arch/x86/um/ldt.c:363:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/arch/x86/um/ldt.c:74:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/um/ldt.c:87:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/um/mem_32.c:39:12: style: Unsigned variable 'addr' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/arch/x86/um/mem_32.c:39:44: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-4.9.88/arch/x86/um/signal.c:203:8: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/um/signal.c:290:8: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/x86/xen/enlighten.c:1574:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/enlighten.c:1208:36: portability: 'insnbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/x86/xen/mmu.c:290:53: style: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/xen/mmu.h:16:53: note: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'.
linux-4.9.88/arch/x86/xen/mmu.c:290:53: note: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'.
linux-4.9.88/arch/x86/xen/multicalls.c:163:68: style: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/xen/multicalls.h:66:68: note: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'.
linux-4.9.88/arch/x86/xen/multicalls.c:163:68: note: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'.
linux-4.9.88/arch/x86/xen/p2m.c:210:21: style: The scope of the variable 'mfn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:211:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:212:22: style: The scope of the variable 'topidx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:212:30: style: The scope of the variable 'mididx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:336:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:472:9: style: The scope of the variable 'ptechk' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:474:9: style: The scope of the variable 'pmdp' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:535:11: style: The scope of the variable 'topidx' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:536:17: style: The scope of the variable 'top_mfn_p' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/p2m.c:539:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/pmu.c:352:12: style: The scope of the variable 'fixed_counters' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/pmu.c:387:30: style: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'. [funcArgNamesDifferent]
linux-4.9.88/arch/x86/xen/pmu.h:12:30: note: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'.
linux-4.9.88/arch/x86/xen/pmu.c:387:30: note: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'.
linux-4.9.88/arch/x86/xen/setup.c:126:16: style: The scope of the variable 'start_r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:126:25: style: The scope of the variable 'size_r' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:336:26: style: The scope of the variable 'mfn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:340:18: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:503:31: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:565:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:677:8: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/setup.c:677:15: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/smp.c:252:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/smp.c:268:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/smp.c:393:16: style: The scope of the variable 'gdt_mfn' can be reduced. [variableScope]
linux-4.9.88/arch/x86/xen/smp.c:284:4: style: Variable 'subtract' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/arch/xtensa/boot/lib/zmem.c:17:19: portability: 'avail_ram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/arch/xtensa/kernel/hw_breakpoint.c:222:17: style: The scope of the variable 'ibreakenable' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/module.c:58:17: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/module.c:59:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/pci.c:97:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/pci.c:228:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/signal.c:320:0: error: #error Must use compiler for Xtensa processors. [preprocessorErrorDirective]
linux-4.9.88/arch/xtensa/kernel/stacktrace.c:186:16: style: The scope of the variable 'a0' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/kernel/traps.c:464:10: style: Variable 'wmask' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/arch/xtensa/platforms/iss/network.c:319:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/arch/xtensa/platforms/xt2000/setup.c:86:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/block/bio-integrity.c:277:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/block/bio-integrity.c:320:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/bio-integrity.c:244:25: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio-integrity.c:335:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:113:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/block/bio.c:253:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/block/bio.c:342:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
linux-4.9.88/block/bio.c:955:8: style: The scope of the variable 'src_p' can be reduced. [variableScope]
linux-4.9.88/block/bio.c:955:16: style: The scope of the variable 'dst_p' can be reduced. [variableScope]
linux-4.9.88/block/bio.c:956:11: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/block/bio.c:1329:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/bio.c:1456:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/bio.c:264:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:488:10: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:986:16: portability: 'dst_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:987:16: portability: 'src_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:1469:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bio.c:1549:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:583:61: portability: '(void*)pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:598:58: portability: '(void*)pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:607:64: portability: '(void*)pd->blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:715:45: portability: '(void*)blkg_to_pd(pos_blkg,pol)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:717:24: portability: '(void*)blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:758:47: portability: '(void*)blkg_to_pd(pos_blkg,pol)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-cgroup.c:760:30: portability: '(void*)pos_blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-core.c:160:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/block/blk-core.c:2377:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/block/blk-core.c:2322:43: style: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'. [funcArgNamesDifferent]
linux-4.9.88/block/blk.h:104:43: note: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'.
linux-4.9.88/block/blk-core.c:2322:43: note: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'.
linux-4.9.88/block/blk-exec.c:109:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/block/blk-flush.c:564:51: style: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'. [funcArgNamesDifferent]
linux-4.9.88/block/blk.h:54:51: note: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'.
linux-4.9.88/block/blk-flush.c:564:51: note: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'.
linux-4.9.88/block/blk-flush.c:218:9: style: Boolean variable 'kicked' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/block/blk-integrity.c:287:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/block/blk-ioc.c:131:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/block/blk-ioc.c:290:21: style: The scope of the variable 'ioc' can be reduced. [variableScope]
linux-4.9.88/block/blk-ioc.c:234:60: style: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'. [funcArgNamesDifferent]
linux-4.9.88/block/blk.h:263:60: note: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'.
linux-4.9.88/block/blk-ioc.c:234:60: note: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'.
linux-4.9.88/block/blk-map.c:178:14: style: The scope of the variable 'mapped_bio' can be reduced. [variableScope]
linux-4.9.88/block/blk-map.c:179:15: style: The scope of the variable 'ret2' can be reduced. [variableScope]
linux-4.9.88/block/blk-mq-cpumap.c:95:43: style: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'. [funcArgNamesDifferent]
linux-4.9.88/block/blk-mq.h:42:50: note: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'.
linux-4.9.88/block/blk-mq-cpumap.c:95:43: note: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'.
linux-4.9.88/block/blk-mq-tag.c:389:51: style: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'. [funcArgNamesDifferent]
linux-4.9.88/block/blk-mq-tag.h:23:58: note: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'.
linux-4.9.88/block/blk-mq-tag.c:389:51: note: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'.
linux-4.9.88/block/blk-mq-tag.c:417:68: style: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'. [funcArgNamesDifferent]
linux-4.9.88/block/blk-mq-tag.h:31:75: note: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'.
linux-4.9.88/block/blk-mq-tag.c:417:68: note: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'.
linux-4.9.88/block/blk-mq.c:193:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-4.9.88/block/blk-mq.c:652:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/block/blk-mq.c:1539:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-throttle.c:1278:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/block/blk-throttle.c:1280:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/block/blk-throttle.c:450:21: style: The scope of the variable '__tg' can be reduced. [variableScope]
linux-4.9.88/block/blk-throttle.c:929:32: style: Checking if unsigned variable 'tg->td->nr_queued[rw]' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/blk-throttle.c:1111:30: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-throttle.c:1122:48: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-throttle.c:1203:23: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/blk-throttle.c:1205:32: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/block/bounce.c:129:25: style: The scope of the variable 'org_vec' can be reduced. [variableScope]
linux-4.9.88/block/bsg-lib.c:168:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/block/bsg.c:369:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/block/bsg.c:476:11: style: The scope of the variable 'tret' can be reduced. [variableScope]
linux-4.9.88/block/bsg.c:872:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/block/cfq-iosched.c:1004:20: style: The scope of the variable 'cfqg' can be reduced. [variableScope]
linux-4.9.88/block/cfq-iosched.c:1280:20: style: The scope of the variable '__cfqg' can be reduced. [variableScope]
linux-4.9.88/block/cfq-iosched.c:1551:22: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-4.9.88/block/cfq-iosched.c:4788:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:4791:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:4792:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:4797:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:4814:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:4815:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-4.9.88/block/cfq-iosched.c:1122:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/block/cmdline-parser.c:68:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/block/elevator.c:301:18: style: The scope of the variable '__rq' can be reduced. [variableScope]
linux-4.9.88/block/elevator.c:329:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-4.9.88/block/elevator.c:414:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/block/genhd.c:1369:3: style: Variable 'event' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/block/genhd.c:971:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/block/ioctl.c:104:16: style: Same expression on both sides of '!=' because the value of 'pstart' and 'start' are the same. [duplicateExpression]
linux-4.9.88/block/ioctl.c:103:19: note: 'pstart' is assigned value 'start' here.
linux-4.9.88/block/ioctl.c:104:16: note: Same expression on both sides of '!=' because the value of 'pstart' and 'start' are the same.
linux-4.9.88/block/ioctl.c:104:36: style: Same expression on both sides of '!=' because the value of 'plength' and 'length' are the same. [duplicateExpression]
linux-4.9.88/block/ioctl.c:103:36: note: 'plength' is assigned value 'length' here.
linux-4.9.88/block/ioctl.c:104:36: note: Same expression on both sides of '!=' because the value of 'plength' and 'length' are the same.
linux-4.9.88/block/partitions/aix.c:223:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/block/partitions/aix.c:244:7: style: The scope of the variable 'lp_ix' can be reduced. [variableScope]
linux-4.9.88/block/partitions/atari.c:74:22: style: The scope of the variable 'xrs' can be reduced. [variableScope]
linux-4.9.88/block/partitions/ibm.c:73:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/block/partitions/ldm.c:590:20: style: The scope of the variable 'part' can be reduced. [variableScope]
linux-4.9.88/block/partitions/ldm.c:1337:15: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/block/partitions/ldm.c:856:10: style: Variable 'dgrp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/block/partitions/sgi.c:35:15: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/block/partitions/sgi.c:35:22: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-4.9.88/block/partitions/sgi.c:40:7: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/block/partitions/sun.c:60:7: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/block/partitions/sun.c:24:14: style: struct member 'sun_vtoc::volume' is never used. [unusedStructMember]
linux-4.9.88/block/partitions/sysv68.c:77:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/block/partitions/sysv68.c:87:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/block/partitions/ultrix.c:14:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/crypto/ablkcipher.c:403:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/ablkcipher.c:431:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/ablkcipher.c:477:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/aead.c:66:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/crypto/aead.c:141:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/ahash.c:533:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/algapi.c:445:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/algif_skcipher.c:162:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/crypto/algif_skcipher.c:492:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/asymmetric_type.c:335:23: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/asymmetric_type.c:336:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/asymmetric_type.c:403:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/mscode_parser.c:29:15: portability: 'content_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/pkcs7_parser.c:390:8: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/pkcs7_parser.c:570:27: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/pkcs7_trust.c:167:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/pkcs7_verify.c:371:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/signature.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:46:2: style: Same expression on both sides of '<'. [duplicateExpression]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:46:2: style: Checking if unsigned variable 'datalen-(sizeof(*mz))' is less than zero. [unsignedLessThanZero]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:57:2: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:63:3: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:72:3: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:52:13: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:58:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:59:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:94:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:112:24: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:117:27: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:138:25: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:172:16: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:260:40: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:266:40: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:296:14: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:309:14: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:366:24: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/verify_pefile.c:438:16: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:177:25: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:326:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:328:19: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:333:19: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:342:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:346:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:352:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:355:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:358:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/asymmetric_keys/x509_cert_parser.c:413:19: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/async_tx/async_pq.c:61:17: style: The scope of the variable 'pq_src_cnt' can be reduced. [variableScope]
linux-4.9.88/crypto/async_tx/async_pq.c:303:16: style: The scope of the variable 'coefs' can be reduced. [variableScope]
linux-4.9.88/crypto/async_tx/async_pq.c:378:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/crypto/async_tx/async_pq.c:378:13: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/crypto/async_tx/async_xor.c:46:6: style: The scope of the variable 'xor_src_cnt' can be reduced. [variableScope]
linux-4.9.88/crypto/ccm.c:214:6: style: The scope of the variable 'data_src' can be reduced. [variableScope]
linux-4.9.88/crypto/ccm.c:215:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/crypto/ccm.c:749:2: error: Address of auto-variable 'rctx->subreq' returned [returnAddressOfAutoVariable]
linux-4.9.88/crypto/cryptd.c:111:27: style: The scope of the variable 'cpu_queue' can be reduced. [variableScope]
linux-4.9.88/crypto/crypto_engine.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/crypto_engine.c:302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/dh_helper.c:22:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/dh_helper.c:28:13: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/ecdh_helper.c:22:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/ecdh_helper.c:28:13: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/echainiv.c:40:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/crypto/gcm.c:1060:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/crypto/gcm.c:862:2: error: Address of auto-variable 'rctx->subreq' returned [returnAddressOfAutoVariable]
linux-4.9.88/crypto/jitterentropy.c:659:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/crypto/jitterentropy.c:748:5: style: Variable 'count_var' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/crypto/mcryptd.c:91:28: style: The scope of the variable 'cpu_queue' can be reduced. [variableScope]
linux-4.9.88/crypto/mcryptd.c:154:31: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/crypto/mcryptd.c:154:37: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-4.9.88/crypto/memneq.c:84:5: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:85:5: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:116:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:116:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:118:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:118:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:120:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:120:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:122:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:122:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:124:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:124:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:126:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:126:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:128:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:128:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:130:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:130:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:132:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:132:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:134:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:134:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:136:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:136:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:138:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:138:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:140:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:140:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:142:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:142:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:144:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/memneq.c:144:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/poly1305_generic.c:89:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/crypto/poly1305_generic.c:106:15: style: The scope of the variable 'datalen' can be reduced. [variableScope]
linux-4.9.88/crypto/scatterwalk.c:36:7: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-4.9.88/crypto/scatterwalk.c:52:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/seqiv.c:93:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/shash.c:525:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/shash.c:299:40: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/skcipher.c:314:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/crypto/tcrypt.c:327:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/crypto/tcrypt.c:326:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/crypto/tcrypt.c:327:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/crypto/tcrypt.c:542:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/tcrypt.c:562:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/testmgr.c:1893:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/testmgr.c:2051:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/crypto/testmgr.c:310:13: portability: 'hash_buff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:642:9: portability: 'input' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:698:11: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1043:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1044:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1046:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1047:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1135:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:1155:9: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/testmgr.c:2030:33: portability: 'outbuf_dec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/crypto/xor.c:118:6: style: Condition 'fastest' is always false [knownConditionTrueFalse]
linux-4.9.88/crypto/xor.c:116:12: note: Assignment 'fastest=NULL', assigned value is 0
linux-4.9.88/crypto/xor.c:118:6: note: Condition 'fastest' is always false
linux-4.9.88/crypto/xor.c:71:16: style: The scope of the variable 'now' can be reduced. [variableScope]
linux-4.9.88/crypto/xor.c:71:21: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/crypto/xor.c:72:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/crypto/xor.c:135:10: portability: 'b1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/accessibility/braille/braille_console.c:361:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_ipmi.c:624:27: style: The scope of the variable 'ipmi_device' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_pad.c:143:6: style: The scope of the variable 'do_sleep' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_pad.c:409:14: style: Variable 'idle_cpus' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/acpi_processor.c:151:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpi_processor.c:146:0: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpi_processor.c:151:2: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpi_video.c:875:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpi_video.c:873:0: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpi_video.c:875:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpi_video.c:566:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1061:39: style: The scope of the variable 'ids' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1078:14: style: The scope of the variable 'device_type' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1194:39: style: The scope of the variable 'ids' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1387:28: style: The scope of the variable 'video_device' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1390:9: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:1617:28: style: The scope of the variable 'video_device' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpi_video.c:2116:25: style: The scope of the variable 'video' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbcmds.c:289:26: style: The scope of the variable 'table_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbcmds.c:1017:30: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbcmds.c:371:38: style: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdebug.h:102:38: note: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'.
linux-4.9.88/drivers/acpi/acpica/dbcmds.c:371:38: note: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'.
linux-4.9.88/drivers/acpi/acpica/dbdisply.c:364:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbdisply.c:357:59: style: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdebug.h:187:59: note: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'.
linux-4.9.88/drivers/acpi/acpica/dbdisply.c:357:59: note: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'.
linux-4.9.88/drivers/acpi/acpica/dbhistry.c:213:40: style: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdebug.h:259:40: note: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'.
linux-4.9.88/drivers/acpi/acpica/dbhistry.c:213:40: note: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'.
linux-4.9.88/drivers/acpi/acpica/dbinput.c:486:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-4.9.88/drivers/acpi/acpica/dbmethod.c:345:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/dbmethod.c:340:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/dbmethod.c:345:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/dbmethod.c:279:20: style: Variable 'num_statements' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/acpica/dbmethod.c:355:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/acpica/dbnames.c:593:27: style: The scope of the variable 'object_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbtest.c:937:21: style: The scope of the variable 'this_param' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dbutils.c:108:41: style: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdebug.h:303:41: note: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'.
linux-4.9.88/drivers/acpi/acpica/dbutils.c:108:41: note: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'.
linux-4.9.88/drivers/acpi/acpica/dbxface.c:171:27: style: The scope of the variable 'display_op' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dsargs.c:364:69: style: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:59:69: note: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsargs.c:364:69: note: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:104:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:93:0: note: Variable 'op' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:104:2: note: Variable 'op' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:623:6: style: The scope of the variable 'same_as_implicit_return' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:487:32: style: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:210:32: note: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'.
linux-4.9.88/drivers/acpi/acpica/dsmethod.c:487:32: note: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'.
linux-4.9.88/drivers/acpi/acpica/dsmthdat.c:536:37: style: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:169:37: note: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsmthdat.c:536:37: note: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:384:12: style: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:248:12: note: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:384:12: note: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:385:36: style: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:249:36: note: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:385:36: note: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:632:36: style: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:254:48: note: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsobject.c:632:36: note: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'.
linux-4.9.88/drivers/acpi/acpica/dsutils.c:467:27: style: The scope of the variable 'parent_op' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dsutils.c:461:44: style: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:282:44: note: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'.
linux-4.9.88/drivers/acpi/acpica/dsutils.c:461:44: note: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'.
linux-4.9.88/drivers/acpi/acpica/dswexec.c:358:57: style: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:113:57: note: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'.
linux-4.9.88/drivers/acpi/acpica/dswexec.c:358:57: note: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'.
linux-4.9.88/drivers/acpi/acpica/dswstate.c:714:6: warning: Either the condition '!walk_state' is redundant or there is possible null pointer dereference: walk_state. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/dswstate.c:710:6: note: Assuming that condition '!walk_state' is not redundant
linux-4.9.88/drivers/acpi/acpica/dswstate.c:714:6: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/dswstate.c:406:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/dswstate.c:544:10: style: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acdispat.h:319:11: note: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'.
linux-4.9.88/drivers/acpi/acpica/dswstate.c:544:10: note: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'.
linux-4.9.88/drivers/acpi/acpica/evgpe.c:330:30: style: The scope of the variable 'gpe_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:214:2: style: Variable 'gpe_register_info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:202:0: note: Variable 'gpe_register_info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:214:2: note: Variable 'gpe_register_info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:440:15: style: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acevents.h:121:15: note: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'.
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:440:15: note: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'.
linux-4.9.88/drivers/acpi/acpica/evgpeblk.c:396:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/acpica/evgpeinit.c:245:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/evgpeinit.c:234:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evgpeinit.c:245:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evhandler.c:203:29: style: The scope of the variable 'next_handler_obj' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/evmisc.c:268:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/evmisc.c:266:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evmisc.c:268:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evregion.c:362:13: warning: Either the condition '!handler_obj' is redundant or there is possible null pointer dereference: handler_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/evregion.c:353:6: note: Assuming that condition '!handler_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/evregion.c:362:13: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/evregion.c:855:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/evregion.c:850:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evregion.c:855:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evrgnini.c:506:29: style: The scope of the variable 'handler_obj' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/evsci.c:192:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/evsci.c:188:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/evsci.c:192:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:81:51: style: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:220:51: note: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:81:51: note: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:82:37: style: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:221:37: note: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:82:37: note: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:372:52: style: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:214:52: note: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:372:52: note: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:373:31: style: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:215:31: note: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-4.9.88/drivers/acpi/acpica/exconcat.c:373:31: note: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-4.9.88/drivers/acpi/acpica/exconvrt.c:288:64: style: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/exconvrt.c:54:64: note: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'.
linux-4.9.88/drivers/acpi/acpica/exconvrt.c:288:64: note: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'.
linux-4.9.88/drivers/acpi/acpica/excreate.c:278:12: style: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:245:12: note: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'.
linux-4.9.88/drivers/acpi/acpica/excreate.c:278:12: note: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'.
linux-4.9.88/drivers/acpi/acpica/exdebug.c:79:29: style: The scope of the variable 'object_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/exfldio.c:233:54: style: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:203:54: note: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'.
linux-4.9.88/drivers/acpi/acpica/exfldio.c:233:54: note: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'.
linux-4.9.88/drivers/acpi/acpica/exmisc.c:156:40: style: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:234:40: note: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'.
linux-4.9.88/drivers/acpi/acpica/exmisc.c:156:40: note: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'.
linux-4.9.88/drivers/acpi/acpica/exmisc.c:156:54: style: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:234:54: note: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'.
linux-4.9.88/drivers/acpi/acpica/exmisc.c:156:54: note: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'.
linux-4.9.88/drivers/acpi/acpica/exoparg2.c:508:2: style: Variable 'return_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/exoparg2.c:499:0: note: Variable 'return_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/exoparg2.c:508:2: note: Variable 'return_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/exstore.c:86:42: style: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:417:42: note: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-4.9.88/drivers/acpi/acpica/exstore.c:86:42: note: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-4.9.88/drivers/acpi/acpica/exstore.c:227:58: style: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/exstore.c:56:58: note: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-4.9.88/drivers/acpi/acpica/exstore.c:227:58: note: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-4.9.88/drivers/acpi/acpica/exstore.c:228:37: style: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/exstore.c:57:37: note: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'.
linux-4.9.88/drivers/acpi/acpica/exstore.c:228:37: note: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:300:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/exsystem.c:291:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:300:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:157:41: style: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:312:41: note: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:157:41: note: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:193:41: style: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:310:41: note: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:193:41: note: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:260:54: style: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:317:54: note: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'.
linux-4.9.88/drivers/acpi/acpica/exsystem.c:260:54: note: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:202:38: style: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:483:38: note: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:202:38: note: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:241:38: style: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:485:38: note: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:241:38: note: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:324:38: style: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:487:38: note: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:324:38: note: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:373:38: style: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:489:38: note: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:373:38: note: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:406:38: style: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acinterp.h:491:38: note: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/exutils.c:406:38: note: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-4.9.88/drivers/acpi/acpica/hwesleep.c:65:41: style: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/achware.h:95:41: note: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'.
linux-4.9.88/drivers/acpi/acpica/hwesleep.c:65:41: note: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'.
linux-4.9.88/drivers/acpi/acpica/hwgpe.c:500:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/hwgpe.c:499:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/hwgpe.c:500:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/hwgpe.c:458:33: style: The scope of the variable 'gpe_register_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/hwsleep.c:221:33: style: The scope of the variable 'sleep_type_reg_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/hwsleep.c:222:33: style: The scope of the variable 'sleep_enable_reg_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nsaccess.c:282:15: style: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:147:15: note: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsaccess.c:282:15: note: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsaccess.c:287:38: style: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:152:38: note: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsaccess.c:287:38: note: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:312:14: warning: Either the condition '!parent_node' is redundant or there is possible null pointer dereference: parent_node. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:306:6: note: Assuming that condition '!parent_node' is not redundant
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:312:14: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:302:30: style: The scope of the variable 'node_to_delete' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:299:58: style: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:170:58: note: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:299:58: note: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:350:67: style: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:164:62: note: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nsalloc.c:350:67: note: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nsarguments.c:213:43: style: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:247:43: note: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'.
linux-4.9.88/drivers/acpi/acpica/nsarguments.c:213:43: note: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'.
linux-4.9.88/drivers/acpi/acpica/nseval.c:343:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nspredef.c:103:35: style: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:264:35: note: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'.
linux-4.9.88/drivers/acpi/acpica/nspredef.c:103:35: note: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'.
linux-4.9.88/drivers/acpi/acpica/nsrepair2.c:687:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nsrepair2.c:807:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nssearch.c:95:30: style: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:388:30: note: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:95:30: note: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:96:33: style: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:389:33: note: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:96:33: note: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:98:34: style: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:391:34: note: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:98:34: note: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:287:30: style: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:380:30: note: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:287:30: note: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:292:45: style: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:385:45: note: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nssearch.c:292:45: note: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:597:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/nsutils.c:72:20: style: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:406:75: note: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:72:20: note: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:346:38: style: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:413:38: note: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:346:38: note: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:682:18: style: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:303:18: note: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:682:18: note: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:683:46: style: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:304:46: note: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:683:46: note: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:760:16: style: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:308:16: note: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:760:16: note: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:761:44: style: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:309:44: note: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nsutils.c:761:44: note: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:118:2: style: Variable 'next_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/nswalk.c:114:0: note: Variable 'next_node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:118:2: note: Variable 'next_node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:69:10: style: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:114:10: note: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:69:10: note: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:71:10: style: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:116:10: note: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:71:10: note: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:109:9: style: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:121:9: note: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:109:9: note: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:112:9: style: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:124:9: note: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:112:9: note: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:185:22: style: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acnamesp.h:106:22: note: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'.
linux-4.9.88/drivers/acpi/acpica/nswalk.c:185:22: note: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'.
linux-4.9.88/drivers/acpi/acpica/nsxfeval.c:659:6: style: The scope of the variable 'no_match' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psargs.c:236:27: style: The scope of the variable 'name_op' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psloop.c:358:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/psloop.c:358:3: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psloop.c:359:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/psloop.c:359:3: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psloop.c:360:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/psloop.c:360:3: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psloop.c:361:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/psloop.c:361:3: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psloop.c:367:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-4.9.88/drivers/acpi/acpica/psloop.c:367:3: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psloop.c:91:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psloop.c:322:30: style: The scope of the variable 'parent_node' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psobject.c:292:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/psobject.c:283:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/psobject.c:292:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/psobject.c:288:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psparse.c:100:51: style: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acparser.h:155:50: note: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/psparse.c:100:51: note: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:259:9: warning: Either the condition '!parser_state' is redundant or there is possible null pointer dereference: parser_state. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/psscope.c:253:6: note: Assuming that condition '!parser_state' is not redundant
linux-4.9.88/drivers/acpi/acpica/psscope.c:259:9: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/psscope.c:249:28: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/psscope.c:63:10: style: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acparser.h:179:10: note: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:63:10: note: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:106:32: style: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acparser.h:176:31: note: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:106:32: note: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:247:53: style: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acparser.h:192:53: note: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/psscope.c:247:53: note: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-4.9.88/drivers/acpi/acpica/pswalk.c:62:57: style: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acparser.h:229:57: note: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'.
linux-4.9.88/drivers/acpi/acpica/pswalk.c:62:57: note: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'.
linux-4.9.88/drivers/acpi/acpica/psxface.c:280:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/psxface.c:273:0: note: Variable 'op' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/psxface.c:280:2: note: Variable 'op' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/rscalc.c:405:6: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/rscalc.c:412:22: style: The scope of the variable 'aml_resource' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/rscalc.c:620:30: style: The scope of the variable 'sub_object_list' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/rscalc.c:139:13: style: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/rscalc.c:59:55: note: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'.
linux-4.9.88/drivers/acpi/acpica/rscalc.c:139:13: note: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'.
linux-4.9.88/drivers/acpi/acpica/rscalc.c:190:46: style: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acresrc.h:230:46: note: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'.
linux-4.9.88/drivers/acpi/acpica/rscalc.c:190:46: note: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'.
linux-4.9.88/drivers/acpi/acpica/rsdump.c:210:6: style: The scope of the variable 'previous_target' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/rsdump.c:211:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/rsutils.c:728:28: style: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acresrc.h:216:28: note: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'.
linux-4.9.88/drivers/acpi/acpica/rsutils.c:728:28: note: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'.
linux-4.9.88/drivers/acpi/acpica/tbdata.c:380:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/tbdata.c:374:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/tbdata.c:380:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/tbfadt.c:475:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/tbfadt.c:476:31: style: The scope of the variable 'address64' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/tbfadt.c:679:31: style: The scope of the variable 'target64' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/tbfadt.c:680:31: style: The scope of the variable 'source64' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:78:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:72:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:78:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:192:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:185:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/tbinstal.c:192:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/acpica/utascii.c:61:32: style: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:184:32: note: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'.
linux-4.9.88/drivers/acpi/acpica/utascii.c:61:32: note: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'.
linux-4.9.88/drivers/acpi/acpica/utbuffer.c:68:66: style: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:343:66: note: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'.
linux-4.9.88/drivers/acpi/acpica/utbuffer.c:68:66: note: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:393:60: style: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:263:60: note: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:393:60: note: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:452:52: style: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/utcopy.c:69:52: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:452:52: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:453:33: style: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/utcopy.c:70:33: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:453:33: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:637:52: style: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:267:52: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:637:52: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:638:33: style: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:268:33: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utcopy.c:638:33: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utdelete.c:91:10: warning: Either the condition '!object' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
linux-4.9.88/drivers/acpi/acpica/utdelete.c:83:6: note: Assuming that condition '!object' is not redundant
linux-4.9.88/drivers/acpi/acpica/utdelete.c:91:10: note: Null pointer dereference
linux-4.9.88/drivers/acpi/acpica/utdelete.c:78:29: style: The scope of the variable 'start_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/utdelete.c:79:30: style: The scope of the variable 'last_obj_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/uterror.c:265:36: style: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:717:36: note: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'.
linux-4.9.88/drivers/acpi/acpica/uterror.c:265:36: note: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'.
linux-4.9.88/drivers/acpi/acpica/uterror.c:266:38: style: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:718:38: note: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'.
linux-4.9.88/drivers/acpi/acpica/uterror.c:266:38: note: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'.
linux-4.9.88/drivers/acpi/acpica/uteval.c:250:68: style: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:386:67: note: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'.
linux-4.9.88/drivers/acpi/acpica/uteval.c:250:68: note: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'.
linux-4.9.88/drivers/acpi/acpica/utmath.c:90:26: style: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:535:26: note: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'.
linux-4.9.88/drivers/acpi/acpica/utmath.c:90:26: note: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'.
linux-4.9.88/drivers/acpi/acpica/utmisc.c:240:29: style: The scope of the variable 'this_source_obj' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/acpica/utobject.c:204:62: style: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:449:62: note: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:204:62: note: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:456:59: style: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/utobject.c:53:59: note: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:456:59: note: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:642:60: style: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/utobject.c:57:60: note: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:642:60: note: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:691:52: style: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:456:52: note: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utobject.c:691:52: note: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-4.9.88/drivers/acpi/acpica/utownerid.c:170:46: style: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:575:46: note: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'.
linux-4.9.88/drivers/acpi/acpica/utownerid.c:170:46: note: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'.
linux-4.9.88/drivers/acpi/acpica/utstrtoul64.c:165:61: style: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/acpica/acutils.h:199:61: note: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'.
linux-4.9.88/drivers/acpi/acpica/utstrtoul64.c:165:61: note: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'.
linux-4.9.88/drivers/acpi/apei/apei-base.c:212:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/bert.c:72:29: portability: '(void*)estatus' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/einj.c:631:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/erst.c:200:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:222:32: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:223:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:431:11: style: The scope of the variable 'sec_sev' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:609:20: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:610:26: style: The scope of the variable 'duration' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:610:36: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/ghes.c:183:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/ghes.c:327:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/ghes.c:435:2: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/ghes.c:436:13: style: Variable 'sec_sev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/apei/hest.c:86:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/hest.c:86:13: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/apei/hest.c:101:24: portability: '(void*)hest_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/hest.c:102:24: portability: '(void*)hest_tab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/apei/hest.c:113:31: portability: '(void*)hest_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/battery.c:1098:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/battery.c:1303:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/bus.c:673:14: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/cppc_acpi.c:363:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/cppc_acpi.c:356:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/cppc_acpi.c:363:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/cppc_acpi.c:123:12: style: struct member 'cppc_attr::show' is never used. [unusedStructMember]
linux-4.9.88/drivers/acpi/cppc_acpi.c:125:12: style: struct member 'cppc_attr::store' is never used. [unusedStructMember]
linux-4.9.88/drivers/acpi/device_sysfs.c:184:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/acpi/device_sysfs.c:205:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/ec.c:1374:30: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/acpi/ec.c:1608:2: style: Variable 'ec' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/ec.c:1602:0: note: Variable 'ec' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/ec.c:1608:2: note: Variable 'ec' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/ec.c:504:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/ec.c:1227:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/ec_sys.c:39:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/ec_sys.c:74:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/nfit/core.c:909:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/acpi/nfit/core.c:970:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/acpi/nfit/core.c:2841:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/nfit/core.c:2837:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/nfit/core.c:2841:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/nfit/core.c:2049:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/nfit/core.c:2550:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/nfit/core.c:2888:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/nfit/core.c:2634:60: style: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/nfit/nfit.h:240:60: note: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'.
linux-4.9.88/drivers/acpi/nfit/core.c:2634:60: note: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'.
linux-4.9.88/drivers/acpi/nfit/core.c:326:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:655:15: portability: 'table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:1790:12: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:1794:26: portability: '(void __force*)mmio->addr.aperture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:1796:27: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:1825:11: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:2686:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:2871:5: portability: '(void*)tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/nfit/core.c:1241:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1242:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1243:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1244:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1245:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1519:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1520:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1521:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/nfit/core.c:1522:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/acpi/numa.c:106:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/numa.c:106:15: style: The scope of the variable 'dist' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/numa.c:106:21: style: The scope of the variable 'min_dist' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/nvs.c:54:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/osi.c:207:8: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/osl.c:1183:2: style: Variable 'sem' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/osl.c:1181:0: note: Variable 'sem' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/osl.c:1183:2: note: Variable 'sem' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/osl.c:269:12: portability: 'virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/acpi/pci_irq.c:129:26: style: The scope of the variable 'quirk' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/pci_root.c:679:2: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/pci_root.c:675:0: note: Variable 'root' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/pci_root.c:679:2: note: Variable 'root' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/pci_root.c:803:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/pci_root.c:833:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/pci_root.c:852:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/power.c:230:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/power.c:228:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/power.c:230:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/power.c:530:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/power.c:511:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/power.c:530:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/power.c:454:62: style: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/internal.h:135:62: note: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'.
linux-4.9.88/drivers/acpi/power.c:454:62: note: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'.
linux-4.9.88/drivers/acpi/power.c:529:2: style: Variable 'in_arg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/proc.c:49:19: style: The scope of the variable 'ldev' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/proc.c:108:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/acpi/processor_idle.c:1254:24: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/processor_idle.c:1362:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/processor_idle.c:1363:25: style: The scope of the variable '_pr' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/processor_idle.c:1364:25: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/processor_idle.c:1420:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/processor_pdc.c:127:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/processor_pdc.c:124:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_pdc.c:127:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_perflib.c:332:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/processor_perflib.c:323:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_perflib.c:332:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_perflib.c:539:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/processor_perflib.c:532:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_perflib.c:539:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_throttling.c:517:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/processor_throttling.c:510:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_throttling.c:517:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_throttling.c:596:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/acpi/processor_throttling.c:585:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_throttling.c:596:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/acpi/processor_throttling.c:874:6: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/property.c:452:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/property.c:761:16: style: Checking if unsigned variable 'nval' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/acpi/sbs.c:609:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/sbshc.c:173:62: style: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'. [funcArgNamesDifferent]
linux-4.9.88/drivers/acpi/sbshc.h:29:69: note: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'.
linux-4.9.88/drivers/acpi/sbshc.c:173:62: note: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'.
linux-4.9.88/drivers/acpi/scan.c:748:21: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/scan.c:1243:34: style: The scope of the variable 'cid_list' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/scan.c:1244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/sysfs.c:374:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/acpi/sysfs.c:352:7: style: The scope of the variable 'instance_str' can be reduced. [variableScope]
linux-4.9.88/drivers/acpi/sysfs.c:578:9: error: Uninitialized variable: result [uninitvar]
linux-4.9.88/drivers/acpi/thermal.c:129:6: style: struct member 'acpi_thermal_state::active_index' is never used. [unusedStructMember]
linux-4.9.88/drivers/acpi/utils.c:461:3: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/utils.c:651:3: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/acpi/video_detect.c:66:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:3002:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/android/binder.c:2630:2: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/android/binder.c:2625:0: note: Variable 'thread' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/android/binder.c:2630:2: note: Variable 'thread' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/android/binder.c:470:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:471:9: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:503:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:527:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:870:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:1008:21: style: The scope of the variable 'ref' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:3096:29: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:3202:23: style: The scope of the variable 'files' can be reduced. [variableScope]
linux-4.9.88/drivers/android/binder.c:460:23: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:589:53: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:628:17: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:733:59: portability: '(void*)buffer->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:806:31: portability: 'free_page_end?buffer_end_page(buffer):buffer_start_page(buffer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:828:39: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:1263:26: portability: '(void*)offp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:1531:25: portability: '(void*)offp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:2937:67: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/android/binder.c:3177:29: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:232:38: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:274:24: portability: 'pp->cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:278:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:279:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:372:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/acard-ahci.c:381:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci.h:73:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ahci.h:99:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ahci.h:118:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ahci.h:148:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/acard-ahci.c:255:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/acard-ahci.c:284:12: style: Variable 'n_elem' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ata/ahci.c:649:6: style: The scope of the variable 'mv' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/ahci.c:1714:45: style: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/ahci.c:88:45: note: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/ata/ahci.c:1714:45: note: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/ata/ahci.c:701:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci.c:762:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_ceva.c:130:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ahci_da850.c:54:24: portability: 'ahci_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_da850.c:52:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ahci_imx.c:85:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:90:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:94:22: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:109:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:130:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:148:22: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_imx.c:176:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_qoriq.c:80:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_st.c:95:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/ahci_st.c:51:23: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_st.c:52:41: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_st.c:53:41: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_st.c:54:23: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:100:21: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:103:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:104:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:107:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:110:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:111:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:112:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:114:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:118:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:122:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:133:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:137:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_sunxi.c:150:23: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:580:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/ahci_xgene.c:216:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:219:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:371:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:477:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:480:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:521:34: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:527:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:530:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:543:36: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/ahci_xgene.c:178:9: style: Variable 'fbs' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ata/ahci_xgene.c:727:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/ata_piix.c:682:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/ata_piix.c:1306:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ata_piix.c:1307:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/ata_piix.c:1311:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/libahci.c:2381:19: style: Condition 'hpriv->flags&AHCI_HFLAG_MULTI_MSI' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/ata/libahci.c:2559:19: style: Condition 'hpriv->flags&AHCI_HFLAG_MULTI_MSI' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/ata/libahci.c:443:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libahci.c:838:23: style: The scope of the variable 'emp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libahci.c:839:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libahci.c:840:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libahci.c:1104:23: style: The scope of the variable 'emp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libahci.c:209:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:218:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:219:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1201:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1203:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1206:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1209:25: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1211:28: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1214:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1528:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1577:36: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1622:24: portability: 'pp->cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1626:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1627:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1731:25: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1829:34: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1843:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1844:33: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1849:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:1851:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:2353:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libahci.c:2362:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libata.h:53:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/libahci.c:525:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/libahci.c:415:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:416:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:417:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:418:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:1766:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2456:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2457:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2458:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2459:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2460:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2461:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2462:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2463:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2464:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2465:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2466:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2467:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2468:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2469:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2470:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2471:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2472:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2473:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2474:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2475:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2476:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2477:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libahci.c:2478:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-acpi.c:152:8: style: The scope of the variable 'envp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-acpi.c:650:15: style: The scope of the variable 'err_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-acpi.c:61:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-acpi.c:939:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-core.c:6843:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/ata/libata-core.c:6842:19: note: Assignment 'rc=ata_sff_init()', assigned value is 0
linux-4.9.88/drivers/ata/libata-core.c:6843:6: note: Condition 'rc' is always false
linux-4.9.88/drivers/ata/libata-core.c:1125:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:2166:15: style: The scope of the variable 'err_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:2530:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:2530:11: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:3309:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:3899:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:5389:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-core.c:1558:43: style: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/libata.h:78:43: note: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'.
linux-4.9.88/drivers/ata/libata-core.c:1558:43: note: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'.
linux-4.9.88/drivers/ata/libata-core.c:5736:21: portability: '(void*)dev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libata-core.c:5759:22: portability: '(void*)link' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libata-eh.c:408:26: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:627:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:628:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:1885:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:2708:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:4106:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-eh.c:3822:24: style: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/libata.h:184:24: note: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'.
linux-4.9.88/drivers/ata/libata-eh.c:3822:24: note: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'.
linux-4.9.88/drivers/ata/libata-eh.c:62:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/libata-eh.c:2658:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-pmp.c:886:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-scsi.c:382:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-scsi.c:4643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/libata-scsi.c:614:23: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/libata-sff.c:716:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-sff.c:861:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/libata-transport.c:219:1: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/ata/libata-transport.c:635:48: style: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/libata-transport.c:86:48: note: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-4.9.88/drivers/ata/libata-transport.c:635:48: note: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-4.9.88/drivers/ata/libata-transport.c:654:44: style: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/libata-transport.c:85:44: note: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-4.9.88/drivers/ata/libata-transport.c:654:44: note: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-4.9.88/drivers/ata/pata_amd.c:76:40: style: Condition 'amd_clock<=33333' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/ata/pata_amd.c:53:24: note: Assignment 'amd_clock=33333', assigned value is 33333
linux-4.9.88/drivers/ata/pata_amd.c:76:40: note: Condition 'amd_clock<=33333' is always true
linux-4.9.88/drivers/ata/pata_amd.c:77:40: style: Condition 'amd_clock<=33333' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/ata/pata_amd.c:53:24: note: Assignment 'amd_clock=33333', assigned value is 33333
linux-4.9.88/drivers/ata/pata_amd.c:77:40: note: Condition 'amd_clock<=33333' is always true
linux-4.9.88/drivers/ata/pata_amd.c:76:40: style: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same. [duplicateExpression]
linux-4.9.88/drivers/ata/pata_amd.c:53:24: note: 'amd_clock' is assigned value '33333' here.
linux-4.9.88/drivers/ata/pata_amd.c:76:40: note: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same.
linux-4.9.88/drivers/ata/pata_amd.c:77:40: style: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same. [duplicateExpression]
linux-4.9.88/drivers/ata/pata_amd.c:53:24: note: 'amd_clock' is assigned value '33333' here.
linux-4.9.88/drivers/ata/pata_amd.c:77:40: note: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same.
linux-4.9.88/drivers/ata/pata_arasan_cf.c:460:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_arasan_cf.c:500:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_arasan_cf.c:617:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_arasan_cf.c:648:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_bf54x.c:294:17: style: The scope of the variable 'teoc_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:294:27: style: The scope of the variable 't2_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:294:35: style: The scope of the variable 'teoc_pio' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:295:17: style: The scope of the variable 't4_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:295:25: style: The scope of the variable 't2_pio' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:295:33: style: The scope of the variable 't1_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:296:17: style: The scope of the variable 'n0' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:17: style: The scope of the variable 'tenv' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:23: style: The scope of the variable 'tack' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:29: style: The scope of the variable 'tcyc_tdvs' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:40: style: The scope of the variable 'tdvs' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:46: style: The scope of the variable 'tmli' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:52: style: The scope of the variable 'tss' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:57: style: The scope of the variable 'trp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:373:62: style: The scope of the variable 'tzah' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:17: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:21: style: The scope of the variable 'td' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:25: style: The scope of the variable 'tkr' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:30: style: The scope of the variable 'tkw' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:35: style: The scope of the variable 'teoc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:374:41: style: The scope of the variable 'th' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:375:17: style: The scope of the variable 'n0' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:375:21: style: The scope of the variable 'nf' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:375:25: style: The scope of the variable 'tfmin' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:376:17: style: The scope of the variable 'nmin' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:376:23: style: The scope of the variable 'tcyc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:482:17: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_bf54x.c:1177:4: warning: Array 'align_buf' is filled incompletely. Did you forget to multiply the size given to 'memcpy()' with 'sizeof(*align_buf)'? [incompleteArrayFill]
linux-4.9.88/drivers/ata/pata_bf54x.c:488:12: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:493:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:510:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:515:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:519:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:522:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:525:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:547:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:551:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:554:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:557:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:568:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:585:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:590:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:594:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:597:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:603:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:606:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:630:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:635:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:639:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:642:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:646:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_bf54x.c:657:12: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_cs5520.c:47:6: style: struct member 'pio_clocks::address' is never used. [unusedStructMember]
linux-4.9.88/drivers/ata/pata_ep93xx.c:144:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:146:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:147:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:148:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:149:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:150:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:151:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:152:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:153:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:154:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:155:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:160:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:195:41: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:241:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ep93xx.c:254:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_hpt3x2n.c:32:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_icside.c:345:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_icside.c:359:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_icside.c:272:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/pata_it821x.c:704:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_it821x.c:906:21: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_legacy.c:297:6: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ata/pata_macio.c:984:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:985:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:986:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:987:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:988:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:989:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:990:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:991:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:992:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:993:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:994:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_macio.c:995:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:93:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:94:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:95:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:96:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:97:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:98:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_ninja32.c:99:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:309:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:348:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:844:29: style: The scope of the variable 'res_cs1' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:159:3: style: Variable 't1' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:165:3: style: Variable 't2i' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/ata/pata_octeon_cf.c:382:3: style: Variable 'words' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:201:31: portability: 'port_mmio(ap,offset)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:682:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:683:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:684:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:685:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:686:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:687:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:689:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_pdc2027x.c:691:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_rdc.c:335:2: style: Variable 'port_info' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:80:34: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:82:30: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:88:31: portability: 's3c_ide_sfrbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:89:19: portability: 's3c_ide_sfrbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:445:35: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_samsung_cf.c:447:31: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pata_sch.c:48:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/pata_serverworks.c:305:3: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ata/pata_serverworks.c:303:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/pata_serverworks.c:305:3: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/pata_serverworks.c:319:3: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ata/pata_serverworks.c:316:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/pata_serverworks.c:319:3: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/pata_via.c:358:16: style: The scope of the variable 'model_num' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/pdc_adma.c:327:11: error: Expression 'buf[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/ata/pdc_adma.c:536:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:538:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:539:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:540:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:541:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:542:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:543:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:545:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:547:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/pdc_adma.c:372:6: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:834:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:835:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:837:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:838:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:840:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:842:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:843:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:844:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:846:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:847:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:848:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:850:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_dwc_460ex.c:851:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_fsl.c:328:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/ata/sata_fsl.c:328:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/ata/sata_fsl.c:338:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/ata/sata_fsl.c:338:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/ata/sata_fsl.c:365:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/ata/sata_fsl.c:379:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/ata/sata_fsl.c:1102:2: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ata/sata_fsl.c:1094:0: note: Variable 'link' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/sata_fsl.c:1102:2: note: Variable 'link' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/sata_fsl.c:409:34: portability: 'hcr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_fsl.c:748:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_fsl.c:126:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_fsl.c:165:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_fsl.c:184:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_highbank.c:196:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_highbank.c:406:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:267:37: portability: 'port_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:282:25: portability: 'port_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:287:52: portability: 'inic_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:302:52: portability: 'inic_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:758:40: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:759:18: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:763:25: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:773:39: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:780:40: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:781:24: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_inic162x.c:783:24: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:4513:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ata/sata_mv.c:4507:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/sata_mv.c:4513:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ata/sata_mv.c:2447:15: style: The scope of the variable 'pmp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_mv.c:2447:20: style: The scope of the variable 'pmp_map' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_mv.c:2908:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_mv.c:1418:47: style: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ata/sata_mv.c:615:47: note: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'.
linux-4.9.88/drivers/ata/sata_mv.c:1418:47: note: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'.
linux-4.9.88/drivers/ata/sata_mv.c:905:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:905:34: portability: 'base+SATAHC0_REG_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:916:43: portability: 'mv_hc_base_from_port(base,port)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:917:26: portability: 'mv_hc_base_from_port(base,port)+MV_SATAHC_ARBTR_REG_SZ' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1014:47: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1016:14: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1017:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1026:47: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1027:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1029:14: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1087:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1095:25: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1191:31: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1231:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1235:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1363:37: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1374:45: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1395:27: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:1556:37: portability: 'mv_ap_base(ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:2970:25: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:2977:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3104:24: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3106:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3114:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3133:17: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3137:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3139:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3236:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3238:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3240:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3241:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3242:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3243:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3244:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3245:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3246:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3247:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3248:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3249:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3259:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3262:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3277:27: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3335:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3351:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3564:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3569:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3711:44: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3729:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3731:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3734:46: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3737:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3738:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:3739:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_mv.c:188:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_mv.c:361:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_mv.c:3369:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_mv.c:3375:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_mv.c:2718:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/sata_nv.c:1000:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_nv.c:1351:22: style: The scope of the variable 'aprd' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_nv.c:1185:10: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1115:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1116:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1117:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1118:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1119:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1120:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1122:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_promise.c:1124:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:189:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:199:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:319:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:466:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:468:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:469:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:470:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:471:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:472:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:473:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:475:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:477:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:478:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_qstor.c:556:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_rcar.c:697:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/sata_sil24.c:792:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/ata/sata_sil24.c:1024:7: style: The scope of the variable 'pmp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_sil24.c:509:53: portability: 'sil24_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sil24.c:520:53: portability: 'sil24_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sil24.c:98:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_sil24.c:106:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_sil24.c:161:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_sil24.c:233:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ata/sata_sil24.c:1007:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ata/sata_svw.c:407:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:408:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:410:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:411:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:412:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:413:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:414:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:415:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:417:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:419:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:420:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_svw.c:421:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:794:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_sx4.c:794:23: style: The scope of the variable 'port_no' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_sx4.c:1274:19: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/ata/sata_sx4.c:721:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:732:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:747:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:750:28: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:750:47: portability: 'mmio+PDC_20621_SEQCTL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:751:15: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:751:34: portability: 'mmio+PDC_20621_SEQCTL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:760:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:983:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:984:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:985:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:986:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:987:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:988:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:990:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:992:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:1076:10: portability: 'psource' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_sx4.c:1084:11: portability: 'psource' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_uli.c:196:48: portability: '(void __iomem*)((unsigned long)iomap[1]|ATA_PCI_CTL_OFS)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_uli.c:211:48: portability: '(void __iomem*)((unsigned long)iomap[3]|ATA_PCI_CTL_OFS)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_via.c:442:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_via.c:447:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:316:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:317:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:318:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:319:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:320:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:321:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:322:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:323:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:324:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:325:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:326:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:327:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:328:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:329:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:330:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:331:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ata/sata_vsc.c:332:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/ambassador.c:559:13: style: The scope of the variable 'my_slot' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/ambassador.c:1015:7: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/ambassador.c:307:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/atm/ambassador.c:423:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/atm/ambassador.c:424:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/atm/ambassador.c:1538:18: portability: 'memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/ambassador.c:1618:18: portability: 'limit' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/ambassador.c:927:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/ambassador.c:307:39: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
linux-4.9.88/drivers/atm/atmtcp.c:265:25: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:2162:11: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/atm/eni.c:2188:15: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/atm/eni.c:684:16: style: The scope of the variable 'vci' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:727:18: style: The scope of the variable 'eni_vcc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:729:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:1211:17: style: The scope of the variable 'tx' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:1296:14: style: The scope of the variable 'order' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:1601:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:1602:6: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:2101:21: style: The scope of the variable 'signal' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/eni.c:208:8: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/eni.c:226:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/eni.c:277:8: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/eni.c:1694:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/eni.c:1694:28: portability: 'base+65536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/eni.c:1158:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/eni.c:1621:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/eni.c:1781:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/firestream.c:684:20: style: The scope of the variable 'qe' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:783:15: style: The scope of the variable 'channo' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:867:29: style: The scope of the variable 'tc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:872:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:873:6: style: The scope of the variable 'bfp' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:874:6: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:1390:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:1481:26: style: The scope of the variable 'ne' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:1568:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/firestream.c:492:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/firestream.c:1695:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/firestream.c:1781:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/firestream.c:1786:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/firestream.c:1864:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/fore200e.c:318:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/fore200e.c:1054:26: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/fore200e.c:2449:24: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/fore200e.c:1306:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/he.c:2781:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/atm/he.c:331:18: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:447:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:477:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:507:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:655:22: style: The scope of the variable 'exp' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:655:27: style: The scope of the variable 'man' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:656:21: style: The scope of the variable 'rate_cps' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:657:6: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1530:18: style: The scope of the variable 'heb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1530:24: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1888:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1933:6: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1933:13: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/he.c:1528:24: style: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/atm/he.c:106:36: note: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'.
linux-4.9.88/drivers/atm/he.c:1528:24: note: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'.
linux-4.9.88/drivers/atm/he.c:2613:26: style: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/atm/he.c:101:37: note: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'.
linux-4.9.88/drivers/atm/he.c:2613:26: note: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'.
linux-4.9.88/drivers/atm/he.c:1852:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/he.c:2413:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/he.c:2423:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/he.c:2595:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/atm/he.c:1094:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/he.c:2724:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/horizon.c:985:11: style: Condition 'rx_regions' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/atm/horizon.c:982:33: note: Assignment 'rx_regions=0', assigned value is 0
linux-4.9.88/drivers/atm/horizon.c:985:11: note: Condition 'rx_regions' is always false
linux-4.9.88/drivers/atm/horizon.c:2639:12: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/atm/horizon.c:1858:52: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-4.9.88/drivers/atm/horizon.c:1406:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/atm/horizon.c:1408:5: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/atm/horizon.c:1406:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/atm/horizon.c:934:16: style: The scope of the variable 'rx_bytes' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/horizon.c:1098:16: style: The scope of the variable 'tx_bytes' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/horizon.c:1039:20: portability: 'dev->rx_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/horizon.c:1197:20: portability: 'dev->tx_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/horizon.c:2000:10: style: Variable 'ctrl' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/atm/idt77105.c:86:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/idt77105.c:87:25: style: The scope of the variable 'stats' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/idt77105.c:275:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/idt77252.c:2690:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/atm/idt77252.c:3180:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/atm/idt77252.c:3182:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/atm/idt77252.c:3184:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/atm/idt77252.c:3186:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/atm/idt77252.c:1018:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/idt77252.c:1067:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/idt77252.c:3772:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/idt77252.c:3471:19: error: Uninitialized variable: linkrate [uninitvar]
linux-4.9.88/drivers/atm/iphase.c:179:26: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:181:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:183:7: style: The scope of the variable 'ltimeout' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:237:16: style: The scope of the variable 'vcstatus' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:238:26: style: The scope of the variable 'shd_tbl' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:465:24: style: The scope of the variable 'testSlot' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:465:48: style: The scope of the variable 'inc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:467:10: style: The scope of the variable 'SchedTbl' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:467:21: style: The scope of the variable 'TstSchedTbl' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:1661:23: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:1686:25: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:1687:25: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:2608:14: style: The scope of the variable 'vc_table' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:2613:23: style: The scope of the variable 'closetime' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:2613:34: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:2754:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:3115:22: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:3116:10: style: The scope of the variable 'tmpPtr' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/iphase.c:587:4: style: Variable 'NumFound' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/atm/lanai.c:771:6: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:986:7: style: Condition '!addr2' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/atm/nicstar.c:953:10: note: Assignment 'addr2=0', assigned value is 0
linux-4.9.88/drivers/atm/nicstar.c:986:7: note: Condition '!addr2' is always true
linux-4.9.88/drivers/atm/nicstar.c:1170:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1195:19: style: The scope of the variable 'lb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1233:16: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1233:22: style: The scope of the variable 'modl' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1234:6: style: The scope of the variable 'tcr' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1234:11: style: The scope of the variable 'tcra' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1235:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1238:6: style: The scope of the variable 'frscdi' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1467:12: style: The scope of the variable 'scqep' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1908:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1973:17: style: The scope of the variable 'aal5_len' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:1974:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2020:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2217:25: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2217:30: style: The scope of the variable 'lb' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2218:8: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2218:19: style: The scope of the variable 'tocopy' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstar.c:2219:8: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/nicstarmac.c:167:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:171:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:178:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:181:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:190:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:194:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:196:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:201:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:213:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:215:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:219:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:223:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/nicstarmac.c:227:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/atm/solos-pci.c:562:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/atm/solos-pci.c:584:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/atm/solos-pci.c:1257:3: style: Variable 'data32' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/atm/solos-pci.c:1254:3: note: Variable 'data32' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/atm/solos-pci.c:1257:3: note: Variable 'data32' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/atm/suni.c:59:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/suni.c:294:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/atm/zatm.c:281:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:282:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:364:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:561:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:561:10: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:1125:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/atm/zatm.c:798:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/atm/zatm.c:941:7: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/atm/zatm.c:1394:13: style: Variable 'zatm_dev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/atm/zatm.c:660:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:273:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:274:17: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:274:20: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:274:23: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:274:26: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:271:51: style: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'. [funcArgNamesDifferent]
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:225:51: note: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'.
linux-4.9.88/drivers/auxdisplay/cfag12864b.c:271:51: note: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'.
linux-4.9.88/drivers/auxdisplay/img-ascii-lcd.c:84:0: error: #error Not 32 or 64 bit [preprocessorErrorDirective]
linux-4.9.88/drivers/base/attribute_container.c:320:9: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:422:25: style: The scope of the variable 'drv_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:490:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:1044:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:1098:21: style: The scope of the variable 'knode' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:1099:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:1129:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/bus.c:1156:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/cacheinfo.c:432:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/cacheinfo.c:433:17: style: The scope of the variable 'ci_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/class.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/class.c:320:21: style: The scope of the variable 'knode' can be reduced. [variableScope]
linux-4.9.88/drivers/base/class.c:321:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/class.c:444:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/class.c:470:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/component.c:291:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/core.c:983:7: style: The scope of the variable 'devt_str' can be reduced. [variableScope]
linux-4.9.88/drivers/base/core.c:996:7: style: The scope of the variable 'devt_str' can be reduced. [variableScope]
linux-4.9.88/drivers/base/core.c:1253:26: style: The scope of the variable 'class_intf' can be reduced. [variableScope]
linux-4.9.88/drivers/base/core.c:2063:23: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-4.9.88/drivers/base/cpu.c:260:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/base/dd.c:842:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/dma-coherent.c:142:24: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/dma-coherent.c:190:24: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/dma-coherent.c:229:22: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/dma-coherent.c:262:46: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/dma-coherent.c:263:22: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/dma-coherent.c:105:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/base/driver.c:214:25: style: The scope of the variable 'priv' can be reduced. [variableScope]
linux-4.9.88/drivers/base/firmware_class.c:104:25: style: Condition 'loading_timeout>0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/base/firmware_class.c:171:16: style: struct member 'fw_name_devm::magic' is never used. [unusedStructMember]
linux-4.9.88/drivers/base/memory.c:191:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/base/module.c:77:8: style: The scope of the variable 'driver_name' can be reduced. [variableScope]
linux-4.9.88/drivers/base/module.c:68:13: style: Variable 'no_warn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/base/node.c:582:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/base/platform.c:439:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/platform.c:1429:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/opp/core.c:752:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/opp/cpu.c:123:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/opp/of.c:72:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/opp/of.c:390:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/opp/of.c:509:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/base/power/runtime.c:36:39: portability: '(void*)ops' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/power/runtime.c:41:51: portability: '(void*)dev->driver->pm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/power/trace.c:160:48: portability: 'tracedata' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/property.c:723:15: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/base/property.c:723:20: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/base/property.c:724:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/base/property.c:724:12: style: The scope of the variable 'nval' can be reduced. [variableScope]
linux-4.9.88/drivers/base/property.c:781:31: style: Variable 'entry' is not assigned a value. [unassignedVariable]
linux-4.9.88/drivers/base/regmap/internal.h:239:14: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regcache-lzo.c:182:30: portability: 'map->reg_defaults_raw' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regcache-lzo.c:247:12: style: Variable 'blksize' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:104:31: style: The scope of the variable 'rbnode_tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:106:15: style: The scope of the variable 'base_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:261:15: style: The scope of the variable 'reg_tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:390:15: style: The scope of the variable 'reg_tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:391:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache-rbtree.c:409:32: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/drivers/base/regmap/regcache.c:238:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache.c:675:18: style: The scope of the variable 'regtmp' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regcache.c:558:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-debugfs.c:453:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap-mmio.c:128:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap-mmio.c:185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:35:48: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:82:62: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:138:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:150:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:178:7: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:190:7: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap-spmi.c:202:61: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:565:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1291:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1350:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1353:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1355:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1368:16: style: The scope of the variable 'ival' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1630:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:2667:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/base/regmap/regmap.c:1351:33: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1351:57: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1371:37: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1405:8: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1518:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1518:38: portability: 'buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1613:39: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1614:11: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1616:20: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1617:28: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1853:24: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1856:25: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1859:25: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1924:11: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1933:11: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:1949:35: portability: 'wval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:2468:31: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:2593:17: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:2603:17: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:2611:34: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/base/regmap/regmap.c:2621:32: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bcma/driver_pci_host.c:345:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/bcma/driver_pci_host.c:556:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/bcma/main.c:702:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/bcma/main.c:701:37: note: Assignment 'err=bcma_host_soc_register_driver()', assigned value is 0
linux-4.9.88/drivers/bcma/main.c:702:6: note: Condition 'err' is always false
linux-4.9.88/drivers/bcma/main.c:144:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/bcma/main.c:164:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/bcma/main.c:219:15: style: The scope of the variable 'mips_irq' can be reduced. [variableScope]
linux-4.9.88/drivers/bcma/scan.c:238:3: style: Variable 'addrh' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/bcma/scan.c:246:3: style: Variable 'sizel' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/bcma/scan.c:244:12: style: Variable 'sizeh' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/DAC960.c:2725:3: style: Variable 'Controller' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/DAC960.c:2718:0: note: Variable 'Controller' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/DAC960.c:2725:3: note: Variable 'Controller' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/DAC960.c:3330:20: style: The scope of the variable 'Command' can be reduced. [variableScope]
linux-4.9.88/drivers/block/DAC960.c:3740:7: style: The scope of the variable 'DAC960_EventMessages' can be reduced. [variableScope]
linux-4.9.88/drivers/block/DAC960.h:2527:32: portability: 'write_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2642:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2652:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2662:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2672:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2682:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2690:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2700:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2712:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2722:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2733:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2741:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2751:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2764:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2775:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2783:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2807:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2814:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2820:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2820:71: portability: 'ControllerBaseAddress+DAC960_GEM_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2831:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2836:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2836:77: portability: 'ControllerBaseAddress+DAC960_GEM_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2838:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2838:77: portability: 'ControllerBaseAddress+DAC960_GEM_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2839:44: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2953:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2963:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2973:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2983:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:2993:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3001:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3010:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3021:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3031:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3042:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3050:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3059:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3071:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3082:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3090:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3113:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3120:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3126:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3126:70: portability: 'ControllerBaseAddress+DAC960_BA_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3137:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3142:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3142:76: portability: 'ControllerBaseAddress+DAC960_BA_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3144:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3144:76: portability: 'ControllerBaseAddress+DAC960_BA_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3145:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3258:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3268:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3278:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3288:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3298:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3306:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3315:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3326:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3336:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3347:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3355:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3364:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3375:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3385:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3393:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3415:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3422:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3428:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3428:70: portability: 'ControllerBaseAddress+DAC960_LP_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3439:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3444:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3444:76: portability: 'ControllerBaseAddress+DAC960_LP_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3446:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3446:76: portability: 'ControllerBaseAddress+DAC960_LP_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3447:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3572:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3582:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3592:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3602:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3612:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3620:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3629:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3640:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3650:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3661:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3669:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3678:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3689:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3699:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3707:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3730:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3732:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3734:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3736:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3743:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3749:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3760:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3765:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3767:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3768:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3893:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3903:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3913:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3923:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3933:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3941:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3950:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3961:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3971:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3982:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3990:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:3999:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4012:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4024:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4032:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4055:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4057:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4059:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4061:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4068:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4074:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4085:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4090:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4092:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4093:35: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4213:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4223:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4233:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4243:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4251:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4260:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4271:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4279:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4290:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4300:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4308:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4317:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4319:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4321:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4323:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4330:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4336:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4347:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4352:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4354:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4355:35: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4361:18: portability: 'Enquiry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4362:18: portability: 'Enquiry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4367:22: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4368:23: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.h:4369:23: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.c:240:33: portability: 'loaf->cpu_free' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.c:243:34: portability: 'loaf->cpu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.c:332:25: portability: 'AllocationPointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/DAC960.c:6769:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-4.9.88/drivers/block/DAC960.c:6778:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-4.9.88/drivers/block/DAC960.c:6822:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-4.9.88/drivers/block/DAC960.c:6768:48: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-4.9.88/drivers/block/DAC960.c:6777:41: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-4.9.88/drivers/block/DAC960.c:6821:41: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-4.9.88/drivers/block/amiflop.c:222:6: style: The scope of the variable 'ticks' can be reduced. [variableScope]
linux-4.9.88/drivers/block/amiflop.c:723:16: style: The scope of the variable 'csum' can be reduced. [variableScope]
linux-4.9.88/drivers/block/amiflop.c:974:48: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/block/amiflop.c:1038:17: style: The scope of the variable 'crc' can be reduced. [variableScope]
linux-4.9.88/drivers/block/amiflop.c:1304:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoeblk.c:65:22: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoeblk.c:117:22: style: The scope of the variable 'ife' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoeblk.c:119:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoeblk.c:281:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:82:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:98:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:253:17: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:459:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:917:23: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:1216:20: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:1218:6: style: The scope of the variable 'actual_id' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:1251:6: style: The scope of the variable 'more' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:1679:20: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:1680:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoecmd.c:125:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/aoe/aoedev.c:165:16: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoedev.c:201:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoedev.c:495:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/drivers/block/aoe/aoedev.c:387:45: style: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/block/aoe/aoe.h:232:49: note: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'.
linux-4.9.88/drivers/block/aoe/aoedev.c:387:45: note: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'.
linux-4.9.88/drivers/block/aoe/aoenet.c:99:35: style: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'. [funcArgNamesDifferent]
linux-4.9.88/drivers/block/aoe/aoe.h:240:39: note: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'.
linux-4.9.88/drivers/block/aoe/aoenet.c:99:35: note: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'.
linux-4.9.88/drivers/block/aoe/aoenet.c:155:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/block/ataflop.c:523:16: style: The scope of the variable 'old_porta' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ataflop.c:524:10: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ataflop.c:586:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ataflop.c:877:15: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ataflop.c:1161:15: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ataflop.c:1402:24: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/drivers/block/brd.c:249:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/brd.c:253:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/brd.c:280:19: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/brd.c:286:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/brd.c:317:21: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/brd.c:321:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/cciss.h:334:2: style: Variable 'register_value' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/cciss.h:329:0: note: Variable 'register_value' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/cciss.h:334:2: note: Variable 'register_value' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/cciss.c:2007:2: style: Variable 'inq_buff' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/cciss.c:1999:0: note: Variable 'inq_buff' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/cciss.c:2007:2: note: Variable 'inq_buff' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/cciss.c:2856:16: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:3015:22: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:3864:27: style: The scope of the variable 'bar_type' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:3911:12: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:3911:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:4540:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:4865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/cciss.c:4176:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/cciss.c:4194:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/cciss.c:4195:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/cciss.c:4548:30: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/cciss.c:3983:17: style: Variable 'trans_offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/cciss.c:666:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/block/drbd/drbd_state.h:104:0: error: #error "this endianess is not supported" [preprocessorErrorDirective]
linux-4.9.88/drivers/block/drbd/drbd_interval.c:167:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2476:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/block/floppy.c:3599:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/block/floppy.c:791:16: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:792:16: style: The scope of the variable 'drive' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:939:6: style: The scope of the variable 'drive' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:1456:16: style: The scope of the variable 'ready_date' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:1457:9: style: The scope of the variable 'function' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:1662:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2228:6: style: The scope of the variable 'block' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2407:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2490:6: style: The scope of the variable 'hard_sectors' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2491:6: style: The scope of the variable 'end_sector' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2799:24: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:2961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:3015:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:3067:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:3233:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:3841:6: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:4071:6: style: The scope of the variable 'param' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:4514:7: style: The scope of the variable 'tmpsize' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:4515:16: style: The scope of the variable 'tmpaddr' can be reduced. [variableScope]
linux-4.9.88/drivers/block/floppy.c:3076:9: portability: 'param' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/floppy.c:3132:8: portability: 'param' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/loop.c:1757:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/loop.c:1748:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/loop.c:1757:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/loop.c:341:10: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/block/loop.c:1563:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/block/loop.c:489:35: style: Boolean variable 'rw' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/block/mg_disk.c:229:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/mg_disk.c:228:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/mg_disk.c:229:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/mg_disk.c:311:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mg_disk.c:723:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:787:16: style: Condition '!completed' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:786:6: note: Assuming that condition '!completed' is not redundant
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:787:16: note: Condition '!completed' is always true
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:231:27: warning: Either the condition '!port' is redundant or there is possible null pointer dereference: port. [nullPointerRedundantCheck]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:234:32: note: Assuming that condition '!port' is not redundant
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:231:27: note: Null pointer dereference
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:4377:2: style: Variable 'my_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:4373:0: note: Variable 'my_node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:4377:2: note: Variable 'my_node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:615:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:881:25: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:881:28: style: The scope of the variable 'workers' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1765:15: style: The scope of the variable 'dma_len' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2812:15: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2812:20: style: The scope of the variable 'slotgroups' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3128:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:4135:18: style: The scope of the variable 'kobj' can be reduced. [variableScope]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:635:22: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:713:22: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:986:22: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1157:33: portability: 'int_cmd->command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1769:32: portability: 'command->command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1796:47: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1906:24: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1908:24: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2044:28: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2062:27: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2082:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2085:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2088:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2182:27: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2185:27: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2229:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:2235:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3113:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3115:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3117:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3119:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:3863:47: portability: 'dd->port->command_list' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:648:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:986:10: style: Variable 'reply' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1450:10: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/mtip32xx/mtip32xx.c:1727:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/block/nbd.c:437:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/block/nbd.c:249:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/nbd.c:262:35: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/nbd.c:351:35: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/null_blk.c:769:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/block/null_blk.c:658:22: style: The scope of the variable 'nq' can be reduced. [variableScope]
linux-4.9.88/drivers/block/null_blk.c:659:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/block/null_blk.c:870:16: style: The scope of the variable 'nullb' can be reduced. [variableScope]
linux-4.9.88/drivers/block/osdblk.c:254:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/block/osdblk.c:540:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/block/paride/bpck.c:359:2: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/paride/ppc6lnx.c:517:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/epia.c:198:30: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/fit3.c:86:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/paride/kbic.c:68:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/paride/pcd.c:356:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:356:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:356:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:411:9: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:411:12: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:411:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pcd.c:579:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pd.c:302:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pd.c:640:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/paride/pf.c:405:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pf.c:405:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pf.c:405:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pf.c:460:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pf.c:822:16: style: The scope of the variable 'saved_flags' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:290:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:290:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:290:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:359:9: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:359:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:359:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:440:8: style: The scope of the variable 'ms' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:441:7: style: The scope of the variable 'mf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:441:15: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pg.c:481:9: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:274:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:274:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:274:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:332:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:332:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:487:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:603:18: style: The scope of the variable 'tape' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:770:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:770:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:770:24: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:867:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:867:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/block/paride/pt.c:867:24: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/block/pktcdvd.c:2280:2: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/pktcdvd.c:2275:0: note: Variable 'pd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/pktcdvd.c:2280:2: note: Variable 'pd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/pktcdvd.c:681:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3disk.c:99:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3disk.c:100:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3disk.c:333:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3vram.c:435:15: style: The scope of the variable 'cached' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3vram.c:479:15: style: The scope of the variable 'cached' can be reduced. [variableScope]
linux-4.9.88/drivers/block/ps3vram.c:109:17: portability: 'reports' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/ps3vram.c:109:44: portability: 'reports+4096' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:4181:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/block/rbd.c:838:34: warning: Logical conjunction always evaluates to false: token > 1 && token < 2. [incorrectLogicOperator]
linux-4.9.88/drivers/block/rbd.c:4268:2: style: Variable 'pages' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/rbd.c:4262:0: note: Variable 'pages' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/rbd.c:4268:2: note: Variable 'pages' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/rbd.c:828:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rbd.c:1303:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rbd.c:1328:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:1362:16: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:3291:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:3300:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:3758:22: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5020:9: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5117:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5284:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5467:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5535:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5884:48: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/rbd.c:5226:2: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/block/rsxx/core.c:348:15: style: The scope of the variable 'isr' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/core.c:595:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/core.c:620:15: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/cregs.c:58:0: error: #error Unknown endianess!!! Aborting... [preprocessorErrorDirective]
linux-4.9.88/drivers/block/rsxx/dev.c:256:17: style: The scope of the variable 'blk_size' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/dma.c:360:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/dma.c:399:6: style: The scope of the variable 'tag' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/dma.c:510:19: style: The scope of the variable 'dma' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/dma.c:980:19: style: The scope of the variable 'dma' can be reduced. [variableScope]
linux-4.9.88/drivers/block/rsxx/dma.c:1039:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/block/skd_main.c:490:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/block/skd_main.c:1956:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/skd_main.c:2646:39: style: The scope of the variable 'skerr' can be reduced. [variableScope]
linux-4.9.88/drivers/block/skd_main.c:3865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/skd_main.c:542:50: style: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'. [funcArgNamesDifferent]
linux-4.9.88/drivers/block/skd_main.c:455:50: note: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'.
linux-4.9.88/drivers/block/skd_main.c:542:50: note: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'.
linux-4.9.88/drivers/block/skd_main.c:2927:34: style: Variable 'skcomp' is not assigned a value. [unassignedVariable]
linux-4.9.88/drivers/block/swim.c:502:6: style: The scope of the variable 'side' can be reduced. [variableScope]
linux-4.9.88/drivers/block/swim.c:502:12: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-4.9.88/drivers/block/swim.c:502:19: style: The scope of the variable 'sector' can be reduced. [variableScope]
linux-4.9.88/drivers/block/swim.c:503:9: style: The scope of the variable 'try' can be reduced. [variableScope]
linux-4.9.88/drivers/block/swim3.c:1272:0: error: Syntax error in #if [preprocessorErrorDirective]
linux-4.9.88/drivers/block/sx8.c:1662:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/block/sx8.c:810:23: style: The scope of the variable 'crq' can be reduced. [variableScope]
linux-4.9.88/drivers/block/sx8.c:812:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/block/sx8.c:464:29: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:464:41: portability: 'mmio+CARM_CMS0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:470:24: portability: 'host->msg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:726:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:1377:24: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:1558:29: portability: 'host->shm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/sx8.c:175:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/block/sx8.c:1180:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/block/sx8.c:1187:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/block/sx8.c:1077:16: style: Expression '(X & 0x1f) < 0x20' is always true. [comparisonError]
linux-4.9.88/drivers/block/umem.c:944:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/block/umem.c:946:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/block/virtio_blk.c:141:22: style: The scope of the variable 'vbr' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/blkback.c:255:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/xen-blkback/blkback.c:253:0: note: Variable 'node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/xen-blkback/blkback.c:255:2: note: Variable 'node' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/xen-blkback/blkback.c:437:17: style: Same expression on both sides of '&&' because the value of '!scan_used' and '!clean_used' are the same. [duplicateExpression]
linux-4.9.88/drivers/block/xen-blkback/blkback.c:374:19: note: 'scan_used' is assigned value 'false' here.
linux-4.9.88/drivers/block/xen-blkback/blkback.c:374:39: note: 'clean_used' is assigned value 'false' here.
linux-4.9.88/drivers/block/xen-blkback/blkback.c:437:17: note: Same expression on both sides of '&&' because the value of '!scan_used' and '!clean_used' are the same.
linux-4.9.88/drivers/block/xen-blkback/blkback.c:215:25: style: The scope of the variable 'this' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/blkback.c:252:25: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/blkback.c:779:15: style: The scope of the variable 'invcount' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/xenbus.c:1089:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/block/xen-blkback/xenbus.c:1021:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/xenbus.c:1022:8: style: The scope of the variable 'xspath' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkback/xenbus.c:1023:9: style: The scope of the variable 'xspathsize' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkfront.c:884:2: style: Variable 'rinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/block/xen-blkfront.c:881:0: note: Variable 'rinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/xen-blkfront.c:884:2: note: Variable 'rinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/block/xen-blkfront.c:584:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkfront.c:2010:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/block/xen-blkfront.c:642:22: portability: 'shared_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/block/xsysace.c:881:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/block/z2ram.c:383:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/block/z2ram.c:383:12: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/block/zram/zcomp.c:251:40: style: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'. [funcArgNamesDifferent]
linux-4.9.88/drivers/block/zram/zcomp.h:30:40: note: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'.
linux-4.9.88/drivers/block/zram/zcomp.c:251:40: note: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'.
linux-4.9.88/drivers/block/zram/zram_drv.c:191:19: portability: 'user_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/ath3k.c:313:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/bcm203x.c:83:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/bfusb.c:163:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/bfusb.c:421:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/bfusb.c:470:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/bluecard_cs.c:848:51: style: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/bluetooth/bluecard_cs.c:87:51: note: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/bluecard_cs.c:848:51: note: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:481:3: performance: Buffer 'b' is being written before its old content has been used. [redundantCopy]
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:480:3: note: Buffer 'b' is being written before its old content has been used.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:481:3: note: Buffer 'b' is being written before its old content has been used.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:486:3: performance: Buffer 'b' is being written before its old content has been used. [redundantCopy]
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:485:3: note: Buffer 'b' is being written before its old content has been used.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:486:3: note: Buffer 'b' is being written before its old content has been used.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:636:47: style: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:89:47: note: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/bt3c_cs.c:636:47: note: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/btbcm.c:91:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btintel.c:121:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btintel.c:270:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btintel.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btintel.c:260:9: portability: 'param' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/btintel.c:528:56: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/btmrvl_main.c:680:2: style: Variable 'hdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/bluetooth/btmrvl_main.c:677:0: note: Variable 'hdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/btmrvl_main.c:680:2: note: Variable 'hdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/btmrvl_main.c:512:22: style: The scope of the variable 'dt_node' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btmrvl_main.c:576:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btmrvl_sdio.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btmrvl_sdio.c:423:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btmrvl_sdio.c:1216:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btmrvl_sdio.c:1564:27: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btqca.c:95:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btqca.c:120:23: style: The scope of the variable 'tlv_nvm' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btqca.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btsdio.c:110:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btuart_cs.c:292:11: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btuart_cs.c:566:49: style: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/bluetooth/btuart_cs.c:84:49: note: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/btuart_cs.c:566:49: note: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/bluetooth/btusb.c:790:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:1371:6: style: The scope of the variable 'new_alts' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:1372:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:2326:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:2349:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:2372:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/btusb.c:468:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/btusb.c:523:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/btusb.c:580:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/dtl1_cs.c:295:11: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/hci_ag6xx.c:159:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bluetooth/hci_ath.c:76:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/hci_ath.c:151:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/bluetooth/hci_bcsp.c:566:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/bluetooth/hci_ll.c:103:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/bluetooth/hci_ll.c:96:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/hci_ll.c:103:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/hci_qca.c:211:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/bluetooth/hci_qca.c:206:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/hci_qca.c:211:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/bluetooth/hci_qca.c:136:24: style: Boolean variable 'tx_vote' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/bluetooth/hci_qca.c:164:19: style: Boolean variable 'rx_vote' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/bluetooth/hci_vhci.c:266:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/arm-ccn.c:802:52: error: Array 'arm_ccn_pmu_events[51]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:310:28: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:311:9: style: The scope of the variable 'first' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:311:16: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:214:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/bus/brcmstb_gisb.c:215:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/bus/imx-weim.c:133:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/mips_cdmm.c:451:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/mips_cdmm.c:501:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/mips_cdmm.c:501:32: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/omap_l3_noc.c:174:26: style: The scope of the variable 'flag_mux' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/omap_l3_noc.c:80:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/omap_l3_noc.c:150:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/bus/omap_l3_smx.c:38:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/omap_l3_smx.c:43:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/omap_l3_smx.c:159:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/bus/qcom-ebi2.c:239:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/bus/qcom-ebi2.c:291:29: portability: 'ebi2_xmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/qcom-ebi2.c:293:29: portability: 'ebi2_xmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/bus/uniphier-system-bus.c:192:11: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/cdrom.c:1204:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/cdrom.c:2175:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/cdrom.c:2176:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/cdrom.c:2177:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/cdrom.c:506:2: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cdrom/cdrom.c:3105:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/cdrom/cdrom.c:3147:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/cdrom/gdrom.c:586:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/gdrom.c:586:11: style: The scope of the variable 'block' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/gdrom.c:586:18: style: The scope of the variable 'block_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/gdrom.c:590:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/cdrom/gdrom.c:86:6: style: struct member 'Anonymous0::sense_key' is never used. [unusedStructMember]
linux-4.9.88/drivers/cdrom/gdrom.c:122:7: style: struct member 'gdrom_unit::disk_type' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/agp/amd-k7-agp.c:65:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/amd-k7-agp.c:329:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/amd64-agp.c:47:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/ati-agp.c:88:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/ati-agp.c:319:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/ati-agp.c:64:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/agp/backend.c:124:30: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
linux-4.9.88/drivers/char/agp/frontend.c:338:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/frontend.c:361:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/frontend.c:112:17: style: Variable 'num_segments' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/agp/generic.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/generic.c:1244:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/generic.c:724:67: style: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:208:67: note: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-4.9.88/drivers/char/agp/generic.c:724:67: note: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-4.9.88/drivers/char/agp/generic.c:724:87: style: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:208:77: note: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'.
linux-4.9.88/drivers/char/agp/generic.c:724:87: note: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'.
linux-4.9.88/drivers/char/agp/generic.c:770:29: style: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:209:29: note: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'.
linux-4.9.88/drivers/char/agp/generic.c:770:29: note: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'.
linux-4.9.88/drivers/char/agp/generic.c:807:61: style: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:193:61: note: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-4.9.88/drivers/char/agp/generic.c:807:61: note: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-4.9.88/drivers/char/agp/generic.c:1195:53: style: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:202:53: note: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'.
linux-4.9.88/drivers/char/agp/generic.c:1195:53: note: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'.
linux-4.9.88/drivers/char/agp/generic.c:1195:80: style: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:203:27: note: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'.
linux-4.9.88/drivers/char/agp/generic.c:1195:80: note: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'.
linux-4.9.88/drivers/char/agp/generic.c:1195:92: style: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:203:42: note: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'.
linux-4.9.88/drivers/char/agp/generic.c:1195:92: note: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'.
linux-4.9.88/drivers/char/agp/generic.c:1241:51: style: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:205:51: note: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'.
linux-4.9.88/drivers/char/agp/generic.c:1241:51: note: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'.
linux-4.9.88/drivers/char/agp/generic.c:1324:22: style: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/agp/agp.h:214:22: note: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'.
linux-4.9.88/drivers/char/agp/generic.c:1324:22: note: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'.
linux-4.9.88/drivers/char/agp/i460-agp.c:205:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/i460-agp.c:296:16: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/intel-gtt.c:858:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/intel-gtt.c:1013:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/intel-gtt.c:1037:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/intel-gtt.c:721:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/char/agp/intel-gtt.c:724:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/char/agp/intel-gtt.c:69:7: style: struct member '_intel_private::clear_fake_agp' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/agp/isoch.c:24:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/isoch.c:38:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/isoch.c:39:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/isoch.c:289:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/nvidia-agp.c:263:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/parisc-agp.c:338:2: style: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/agp/parisc-agp.c:334:0: note: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/agp/parisc-agp.c:338:2: note: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/agp/parisc-agp.c:321:29: portability: 'lba_hpa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/agp/sworks-agp.c:76:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/sworks-agp.c:365:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/agp/sworks-agp.c:269:17: style: Variable 'current_size' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/agp/via-agp.c:132:17: style: Variable 'current_size' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/applicom.c:538:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/applicom.c:620:15: style: The scope of the variable 'FlagInt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/applicom.c:700:25: style: The scope of the variable 'byte_reset_it' can be reduced. [variableScope]
linux-4.9.88/drivers/char/applicom.c:135:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:136:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:136:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:137:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:137:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:138:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:138:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:142:23: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:162:28: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/applicom.c:162:18: style: Variable 'byte_reset_it' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/applicom.c:569:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/bfin-otp.c:56:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/bfin-otp.c:57:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/bsr.c:251:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/char/bsr.c:251:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/char/bsr.c:287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ds1302.c:159:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ds1620.c:416:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/ds1620.c:417:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/ds1620.c:418:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/dtlk.c:126:12: style: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/dtlk.c:91:12: note: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-4.9.88/drivers/char/dtlk.c:126:12: note: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-4.9.88/drivers/char/dtlk.c:159:13: style: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/dtlk.c:93:13: note: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-4.9.88/drivers/char/dtlk.c:159:13: note: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-4.9.88/drivers/char/hpet.c:823:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hpet.c:1000:10: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hpet.c:129:56: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hpet.c:137:23: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hpet.c:166:7: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/hpet.c:505:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/hpet.c:920:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/hw_random/bcm2835-rng.c:37:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/bcm2835-rng.c:39:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/cavium-rng-vf.c:32:7: portability: 'dat' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/cavium-rng-vf.c:37:6: portability: 'dat' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/core.c:407:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hw_random/intel-rng.c:157:19: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/intel-rng.c:163:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:99:11: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:62:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:65:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:68:35: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:71:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:73:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:75:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:77:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:79:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:81:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:83:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:85:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:88:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:91:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:129:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/iproc-rng200.c:136:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/n2-drv.c:177:23: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hw_random/n2-drv.c:224:23: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hw_random/n2-drv.c:253:16: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-4.9.88/drivers/char/hw_random/st-rng.c:69:17: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/stm32-rng.c:82:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/tx4939-rng.c:57:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/tx4939-rng.c:62:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/hw_random/virtio-rng.c:105:2: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/hw_random/virtio-rng.c:103:0: note: Variable 'vi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/hw_random/virtio-rng.c:105:2: note: Variable 'vi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/ipmi/ipmi_bt_sm.c:228:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_bt_sm.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_devintf.c:519:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/drivers/char/ipmi/ipmi_kcs_sm.c:284:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:2365:9: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:2365:9: warning: %Lx in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:2942:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:2943:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:2944:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:3095:28: style: The scope of the variable 'ipmb_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:3283:28: style: The scope of the variable 'lan_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:3383:37: style: The scope of the variable 'smi_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:3813:23: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:4038:34: style: The scope of the variable 'handlers' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:407:16: style: struct member 'ipmi_smi::event_receiver' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:408:16: style: struct member 'ipmi_smi::event_receiver_lun' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:409:16: style: struct member 'ipmi_smi::local_sel_device' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:410:16: style: struct member 'ipmi_smi::local_event_generator' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/ipmi/ipmi_msghandler.c:437:24: style: struct member 'ipmi_smi::proc_dir_name' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:1522:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3724:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3726:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3843:16: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3475:37: style: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:337:37: note: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3475:37: note: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3503:42: style: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:338:42: note: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-4.9.88/drivers/char/ipmi/ipmi_si_intf.c:3503:42: note: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-4.9.88/drivers/char/ipmi/ipmi_smic_sm.c:142:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_smic_sm.c:172:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_ssif.c:860:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_watchdog.c:792:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ipmi/ipmi_watchdog.c:825:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/char/mbcs.c:707:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/char/mbcs.c:107:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:111:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:117:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:121:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:125:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:154:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:158:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:164:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:168:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:172:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:192:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:196:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:199:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:234:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:236:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:274:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:276:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:300:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:303:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:463:40: portability: 'soft->mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:514:28: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:519:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:521:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:529:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:531:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:539:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:541:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:655:6: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:658:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:665:13: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:666:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:667:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:671:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:674:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:680:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mbcs.c:61:6: style: struct member 'mbcs_callback_arg::minor' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/mbcs.c:62:17: style: struct member 'mbcs_callback_arg::cx_dev' is never used. [unusedStructMember]
linux-4.9.88/drivers/char/mbcs.c:107:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:111:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:117:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:121:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:125:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:154:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:158:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:164:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:168:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:172:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:192:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:196:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:199:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:236:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:276:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:303:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:521:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:531:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:541:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:658:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:666:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:667:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:671:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mbcs.c:680:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mem.c:687:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/drivers/char/mem.c:107:16: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:175:19: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:407:10: style: The scope of the variable 'low_count' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:484:19: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:485:16: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:540:8: style: The scope of the variable 'kbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mem.c:581:23: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/mmtimer.c:266:18: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mmtimer.c:527:16: style: The scope of the variable 'expires' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mspec.c:422:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mspec.c:121:7: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/mwave/3780i.c:480:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mwave/3780i.c:522:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/char/mwave/3780i.c:720:26: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/mwave/mwavedd.c:122:38: style: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/mwave/mwavedd.c:90:38: note: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/drivers/char/mwave/mwavedd.c:122:38: note: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'.
linux-4.9.88/drivers/char/mwave/smapi.c:138:2: style: Variable 'bRC' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/mwave/smapi.c:129:0: note: Variable 'bRC' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/mwave/smapi.c:138:2: note: Variable 'bRC' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/mwave/tp3780i.c:108:51: style: The scope of the variable 'usPCNum' can be reduced. [variableScope]
linux-4.9.88/drivers/char/nvram.c:52:0: error: #error Cannot build nvram driver for this machine configuration. [preprocessorErrorDirective]
linux-4.9.88/drivers/char/nwflash.c:72:2: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/nwflash.c:68:2: note: Variable 'c2' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:72:2: note: Variable 'c2' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:322:2: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/nwflash.c:306:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:322:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:344:2: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/nwflash.c:322:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:344:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:458:3: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/nwflash.c:431:3: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:458:3: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/nwflash.c:296:12: style: The scope of the variable 'temp1' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/cm4000_cs.c:313:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/pcmcia/cm4000_cs.c:696:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/pcmcia/cm4000_cs.c:768:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/pcmcia/cm4000_cs.c:1226:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/pcmcia/cm4000_cs.c:1232:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/pcmcia/cm4040_cs.c:311:7: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:896:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:896:22: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:896:30: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1001:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1694:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1717:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1742:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1770:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:2885:15: style: The scope of the variable 'M' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:2885:18: style: The scope of the variable 'N' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:2886:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:623:49: style: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:473:49: note: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:623:49: note: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1157:35: style: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:407:35: note: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1157:35: note: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1953:56: style: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:430:55: note: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:1953:56: note: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:2754:47: style: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:400:47: note: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:2754:47: note: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'.
linux-4.9.88/drivers/char/pcmcia/synclink_cs.c:3707:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/char/powernv-op-panel.c:92:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/ps3flash.c:156:14: portability: 'kernelbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/ps3flash.c:228:14: portability: 'kernelbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/random.c:1223:23: style: Condition 'random_min_urandom_seed' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/char/random.c:896:3: style: Variable 'crng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/random.c:889:0: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/random.c:896:3: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/random.c:933:3: style: Variable 'crng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/random.c:926:0: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/random.c:933:3: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/random.c:824:10: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1029:7: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1029:14: style: The scope of the variable 'delta2' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1029:22: style: The scope of the variable 'delta3' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1387:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1427:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1459:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1704:10: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1741:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1778:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/drivers/char/random.c:1424:34: style: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/random.c:476:39: note: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'.
linux-4.9.88/drivers/char/random.c:1424:34: note: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'.
linux-4.9.88/drivers/char/random.c:961:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/random.c:1404:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/random.c:1485:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/random.c:1515:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/snsc.c:377:8: style: The scope of the variable 'devnamep' can be reduced. [variableScope]
linux-4.9.88/drivers/char/snsc_event.c:187:13: style: The scope of the variable 'snsc_shutting_down' can be reduced. [variableScope]
linux-4.9.88/drivers/char/sonypi.c:655:7: style: Variable 'v1' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/tb0219.c:186:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/char/tile-srom.c:89:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tile-srom.c:109:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tile-srom.c:155:33: error: Uninitialized variable: dummy [uninitvar]
linux-4.9.88/drivers/char/toshiba.c:401:3: style: Variable 'bx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/toshiba.c:391:3: note: Variable 'bx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/toshiba.c:401:3: note: Variable 'bx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/toshiba.c:376:17: style: The scope of the variable 'bx' can be reduced. [variableScope]
linux-4.9.88/drivers/char/toshiba.c:376:20: style: The scope of the variable 'cx' can be reduced. [variableScope]
linux-4.9.88/drivers/char/toshiba.c:377:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-4.9.88/drivers/char/toshiba.c:379:30: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/toshiba.c:406:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/toshiba.c:408:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/toshiba.c:410:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/st33zp24/i2c.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/spi.c:306:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/spi.c:125:30: error: Expression 'phy->tx_buf[total_length++]=128|0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/char/tpm/st33zp24/spi.c:168:30: error: Expression 'phy->tx_buf[total_length++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:194:6: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:194:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:257:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:259:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:320:16: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:320:26: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/st33zp24/st33zp24.c:320:31: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm-chip.c:91:6: style: The scope of the variable 'chip_prev' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm-chip.c:178:48: style: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/tpm/tpm.h:502:48: note: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/char/tpm/tpm-chip.c:178:48: note: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/char/tpm/tpm-dev.c:90:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm2-cmd.c:271:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm2-cmd.c:364:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_acpi.c:96:48: portability: 'log->bios_event_log' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:92:13: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:96:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:102:12: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:111:16: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:111:44: portability: 'addr+sizeof(struct tcpa_event)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:129:4: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:132:9: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:141:10: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:141:38: portability: 'v+sizeof(struct tcpa_event)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:280:26: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_eventlog.c:298:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/tpm/tpm_i2c_infineon.c:408:10: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_i2c_infineon.c:410:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_i2c_nuvoton.c:248:6: style: The scope of the variable 'burst_count' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_i2c_nuvoton.c:248:19: style: The scope of the variable 'bytes2read' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_i2c_nuvoton.c:284:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_ibmvtpm.c:111:10: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_infineon.c:177:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/tpm/tpm_infineon.c:176:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/tpm/tpm_infineon.c:177:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/tpm/tpm_infineon.c:151:6: style: The scope of the variable 'check' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_infineon.c:187:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_of.c:64:48: portability: 'log->bios_event_log' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:400:2: style: Variable 'priv->irq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:397:2: note: Variable 'priv->irq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:400:2: note: Variable 'priv->irq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:159:6: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:159:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:183:16: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:183:26: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:508:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:626:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/tpm_tis_core.c:337:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/tpm/xen-tpmfront.c:292:19: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-4.9.88/drivers/char/tpm/xen-tpmfront.c:309:10: style: Variable 'chip' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/char/virtio_console.c:384:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:683:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:758:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:803:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:885:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:1246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/char/virtio_console.c:1374:22: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:268:13: style: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.h:45:13: note: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:268:13: note: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:327:13: style: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.h:49:13: note: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:327:13: note: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:104:30: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:117:36: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:132:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:146:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:162:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:177:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:301:3: style: Variable 'num_writes' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/char/xilinx_hwicap/buffer_icap.c:356:4: style: Variable 'read_count' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:214:8: style: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.h:52:8: note: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:214:8: note: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:214:26: style: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.h:53:7: note: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:214:26: note: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:290:8: style: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.h:46:8: note: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:290:8: note: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:290:26: style: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'. [funcArgNamesDifferent]
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.h:47:7: note: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-4.9.88/drivers/char/xilinx_hwicap/fifo_icap.c:290:26: note: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:132:6: style: The scope of the variable 'opcode' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:133:15: style: The scope of the variable 'msg_channel' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:133:28: style: The scope of the variable 'msg_bufno' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:133:39: style: The scope of the variable 'msg_data' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:133:49: style: The scope of the variable 'msg_dir' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:326:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:412:6: style: The scope of the variable 'channelnum' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:412:18: style: The scope of the variable 'bufnum' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:412:26: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:412:35: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:412:43: style: The scope of the variable 'is_writebuf' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:414:6: style: The scope of the variable 'synchronous' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:414:19: style: The scope of the variable 'allowpartial' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:414:33: style: The scope of the variable 'exclusive_open' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:414:49: style: The scope of the variable 'seekable' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:415:6: style: The scope of the variable 'supports_nonempty' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1192:6: style: The scope of the variable 'full' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1192:12: style: The scope of the variable 'exhausted' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1288:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1566:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1569:6: style: The scope of the variable 'buf_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1570:6: style: The scope of the variable 'eof' can be reduced. [variableScope]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:400:13: portability: 's->salami' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:761:9: portability: 'channel->wr_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1035:59: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1252:32: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/char/xillybus/xillybus_core.c:1306:43: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/at91/clk-generated.c:90:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-main.c:171:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-main.c:313:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-main.c:442:2: error: Address of auto-variable 'clkmain->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-main.c:584:2: error: Address of auto-variable 'clkmain->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-main.c:389:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-main.c:474:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-main.c:533:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-main.c:575:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-master.c:160:2: error: Address of auto-variable 'master->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-master.c:53:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-peripheral.c:145:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/at91/clk-peripheral.c:146:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/at91/clk-peripheral.c:140:2: error: Address of auto-variable 'periph->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-peripheral.c:98:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-peripheral.c:222:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-pll.c:341:2: error: Address of auto-variable 'pll->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-pll.c:70:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-plldiv.c:107:2: error: Address of auto-variable 'plldiv->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-programmable.c:209:2: error: Address of auto-variable 'prog->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-slow.c:80:2: error: Address of auto-variable 'slowck->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-slow.c:36:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-smd.c:143:2: error: Address of auto-variable 'smd->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-system.c:124:2: error: Address of auto-variable 'sys->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-system.c:42:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-system.c:82:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/at91/clk-usb.c:225:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-usb.c:257:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-usb.c:375:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/clk-utmi.c:109:2: error: Address of auto-variable 'utmi->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/sckc.c:152:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/sckc.c:266:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/at91/sckc.c:365:2: error: Address of auto-variable 'slowck->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/bcm/clk-iproc-pll.c:280:30: style: Redundant condition: If 'rate >= 2200000000', the comparison 'rate' is always true. [redundantCondition]
linux-4.9.88/drivers/clk/bcm/clk-iproc-pll.c:152:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/bcm/clk-iproc-pll.c:156:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/bcm/clk-kona.c:1030:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-axi-clkgen.c:105:33: style: The scope of the variable '_d_min' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-axi-clkgen.c:105:41: style: The scope of the variable '_d_max' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-axm5516.c:550:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce706.c:455:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce706.c:600:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce925.c:219:22: style: Condition '1>64' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/clk/clk-cdce925.c:89:16: style: The scope of the variable 'un' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce925.c:90:16: style: The scope of the variable 'um' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce925.c:91:16: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-cdce925.c:205:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-clps711x.c:66:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:72:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:90:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:97:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:108:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:122:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:126:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-clps711x.c:134:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-cs2000-cp.c:191:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-divider.c:284:39: style: The scope of the variable 'now' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-divider.c:351:6: style: The scope of the variable 'bestdiv' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-gate.c:46:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/clk-gate.c:45:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk-highbank.c:315:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/clk-mb86s7x.c:42:11: style: struct member 'hack_rate::clk_id' is never used. [unusedStructMember]
linux-4.9.88/drivers/clk/clk-mb86s7x.c:43:16: style: struct member 'hack_rate::rate' is never used. [unusedStructMember]
linux-4.9.88/drivers/clk/clk-mb86s7x.c:44:6: style: struct member 'hack_rate::gated' is never used. [unusedStructMember]
linux-4.9.88/drivers/clk/clk-multiplier.c:57:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-multiplier.c:57:29: style: The scope of the variable 'current_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-qoriq.c:1086:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-scpi.c:205:18: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-scpi.c:278:29: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-si5351.c:1026:27: style: The scope of the variable 'new_err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-si5351.c:1056:26: style: The scope of the variable 'new_err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-si570.c:199:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-si570.c:199:19: style: The scope of the variable 'hs_div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-si570.c:252:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-stm32f4.c:245:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk-tango4.c:27:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-tango4.c:41:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/clk-u300.c:733:2: error: Address of auto-variable 'sclk->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/clk-u300.c:1147:2: error: Address of auto-variable 'mclk->hw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/clk/clk-vt8500.c:402:16: style: The scope of the variable 'O1' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-vt8500.c:402:29: style: The scope of the variable 'rate_err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-vt8500.c:724:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/clk-xgene.c:89:16: style: The scope of the variable 'fref' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk-xgene.c:80:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk-xgene.c:82:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk-xgene.c:541:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk-xgene.c:547:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/clk.c:2988:14: warning: Identical condition 'cn->clk==clk', second condition is always false [identicalConditionAfterEarlyExit]
linux-4.9.88/drivers/clk/clk.c:2985:15: note: first condition
linux-4.9.88/drivers/clk/clk.c:2988:14: note: second condition
linux-4.9.88/drivers/clk/clk.c:2985:7: warning: Possible null pointer dereference: cn [nullPointer]
linux-4.9.88/drivers/clk/clk.c:2976:28: note: Assignment 'cn=NULL', assigned value is 0
linux-4.9.88/drivers/clk/clk.c:2985:7: note: Null pointer dereference
linux-4.9.88/drivers/clk/clk.c:211:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk.c:525:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk.c:645:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk.c:1237:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clk.c:1476:19: style: The scope of the variable 'old_parent' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clkdev.c:138:6: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/clkdev.c:200:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/hisilicon/clk-hi3620.c:446:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/hisilicon/clk-hi3620.c:448:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/hisilicon/clk-hi3620.c:451:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/hisilicon/clk-hi3620.c:454:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/hisilicon/clk-hi6220-stub.c:63:16: style: struct member 'hi6220_mbox_msg::para' is never used. [unusedStructMember]
linux-4.9.88/drivers/clk/hisilicon/clk-hi6220-stub.c:67:15: style: union member 'hi6220_mbox_data::data' is never used. [unusedStructMember]
linux-4.9.88/drivers/clk/hisilicon/clkgate-separated.c:119:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-gate2.c:131:6: style: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/imx/clk.h:45:6: note: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'.
linux-4.9.88/drivers/clk/imx/clk-gate2.c:131:6: note: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'.
linux-4.9.88/drivers/clk/imx/clk-imx25.c:104:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:105:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:107:40: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:108:47: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:109:43: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:110:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:112:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:113:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:114:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:115:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:116:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:117:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:118:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:119:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:120:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:121:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:122:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:123:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:124:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:125:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:126:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:127:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:128:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:129:40: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:130:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:131:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:132:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:133:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:134:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:135:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:136:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:137:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:138:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:139:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:140:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:141:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:142:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:143:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:144:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:145:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:146:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:147:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:148:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:149:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:150:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:151:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:152:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:153:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:154:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:155:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:156:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:157:58: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:158:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:159:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:160:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:161:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:162:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:163:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:165:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:166:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:167:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:168:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:169:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:170:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:171:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:172:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:173:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:174:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:175:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:178:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:179:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:180:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:181:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:182:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:183:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:184:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:185:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:186:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:187:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:189:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:190:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:191:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:195:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:196:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:197:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:198:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:202:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:205:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:206:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:208:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:209:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:210:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:211:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:212:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:214:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:215:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:216:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:217:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:218:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:219:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:220:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:221:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:222:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:223:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:224:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:225:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:226:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:227:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx25.c:229:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:156:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:158:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:160:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:162:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:163:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:164:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:165:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:167:58: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:168:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:169:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:170:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:171:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:172:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:173:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:174:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:175:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:176:62: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:177:62: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:178:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:180:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:181:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:183:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:185:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:187:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:188:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:189:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:190:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:191:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:192:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:194:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:196:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:197:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:198:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:200:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:201:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:202:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:204:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:205:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:206:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:207:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:208:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:210:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:211:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:212:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:213:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:214:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:215:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:216:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:217:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:218:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:219:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:220:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:221:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:222:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:223:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:224:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:225:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:226:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:227:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:228:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:229:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:230:66: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:231:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:232:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:233:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:234:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:235:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:236:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:237:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:238:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:239:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:240:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:241:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:242:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:243:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:244:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:245:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:246:80: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:247:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:248:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:249:66: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:250:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:251:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:252:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:253:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:254:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:255:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:256:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:257:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:258:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:259:80: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:260:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:261:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:262:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:263:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:264:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:266:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:267:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:268:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:269:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:270:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:271:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:272:67: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:273:67: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:274:84: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:275:85: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:276:84: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:277:85: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:278:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:279:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:280:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:281:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:282:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:283:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:284:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:285:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:286:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:287:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:288:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:289:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:290:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:291:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:292:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:293:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:294:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:295:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:296:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:297:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:299:77: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:300:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx51-imx53.c:301:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/imx/clk-imx6sl.c:156:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/imx/clk-pllv3.c:63:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/imx/clk-pllv3.c:70:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/imx/clk-pllv3.c:105:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/imx/clk-pllv3.c:70:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/ingenic/cgu.c:268:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:387:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:387:22: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:388:11: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:388:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:390:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:444:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:463:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ingenic/cgu.c:480:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/keystone/gate.c:81:29: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/keystone/gate.c:87:29: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/keystone/gate.c:89:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/keystone/gate.c:91:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/keystone/gate.c:93:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/keystone/gate.c:104:31: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-mtk.c:157:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-mtk.c:180:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-mtk.c:196:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-pll.c:294:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-pll.c:295:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-pll.c:296:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-pll.c:297:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mediatek/clk-pll.c:299:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/microchip/clk-core.c:893:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/microchip/clk-core.c:221:75: style: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/microchip/clk-core.h:73:75: note: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'.
linux-4.9.88/drivers/clk/microchip/clk-core.c:221:75: note: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'.
linux-4.9.88/drivers/clk/microchip/clk-pic32mzda.c:163:28: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-frac.c:81:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-gate.c:31:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:30:15: style: The scope of the variable 'maxdiv' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:48:24: style: The scope of the variable 'clkt' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:67:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:85:24: style: The scope of the variable 'clkt' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:115:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:116:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:117:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:351:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:352:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-mix.c:380:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mmp/clk-of-mmp2.c:256:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/mmp/clk-of-mmp2.c:250:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/mmp/clk-of-mmp2.c:256:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/mmp/clk-of-pxa1928.c:80:8: style: Variable 'clk' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/mmp/clk.c:80:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mmp/clk.c:106:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mmp/clk.c:135:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mmp/clk.c:162:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mmp/reset.c:15:29: style: The scope of the variable 'cell' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-periph.c:321:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-periph.c:331:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-periph.c:342:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-periph.c:343:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-periph.c:349:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-tbg.c:60:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-tbg.c:70:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-37xx-tbg.c:75:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-39x.c:51:33: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-39x.c:74:32: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-39x.c:114:16: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-xp.c:75:32: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-xp.c:81:34: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-xp.c:128:24: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/armada-xp.c:134:22: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/common.c:53:2: style: Variable 'sscg_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/mvebu/common.c:47:0: note: Variable 'sscg_np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/mvebu/common.c:53:2: note: Variable 'sscg_np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:69:24: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:58:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:144:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:40:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:41:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:43:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:44:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:45:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mvebu/dove-divider.c:47:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/mxs/clk-imx28.c:109:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/mxs/clk-pll.c:60:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/mxs/clk-pll.c:69:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-ccu.c:271:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-ccu.c:217:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-ccu.c:226:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:387:8: style: Checking if unsigned variable 'm' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:536:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:556:31: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:588:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:589:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:615:13: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/nxp/clk-lpc18xx-cgu.c:461:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/nxp/clk-lpc32xx.c:892:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/nxp/clk-lpc32xx.c:901:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/nxp/clk-lpc32xx.c:915:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/pxa/clk-pxa.c:84:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa25x.c:58:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa25x.c:239:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa25x.c:241:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa27x.c:60:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa27x.c:371:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa27x.c:373:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa3xx.c:58:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa3xx.c:317:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/pxa/clk-pxa3xx.c:319:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-branch.c:107:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-pll.c:196:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:210:13: style: The scope of the variable 'mn' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:211:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:380:13: style: The scope of the variable 'mn' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:606:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:606:25: style: The scope of the variable 'src_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg.c:631:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg2.c:648:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg2.c:648:25: style: The scope of the variable 'src_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/clk-rcg2.c:674:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/common.c:156:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/common.c:198:20: style: The scope of the variable 'scd' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/gcc-mdm9615.c:1689:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/gcc-msm8996.c:3455:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/qcom/mmcc-msm8996.c:3318:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/renesas/clk-rcar-gen2.c:331:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:228:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:276:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:291:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:306:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:318:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/renesas/rcar-gen3-cpg.c:325:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk-cpu.c:127:27: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk-ddr.c:108:11: style: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/rockchip/clk.h:295:11: note: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'.
linux-4.9.88/drivers/clk/rockchip/clk-ddr.c:108:11: note: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'.
linux-4.9.88/drivers/clk/rockchip/clk-pll.c:97:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk-rk3188.c:818:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk-rk3188.c:819:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk-rk3288.c:835:9: style: The scope of the variable 'reg_id' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk-rk3288.c:862:9: style: The scope of the variable 'reg_id' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk.c:229:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk.c:379:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk.c:406:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/rockchip/clk.c:376:32: style: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/rockchip/clk.h:642:32: note: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'.
linux-4.9.88/drivers/clk/rockchip/clk.c:376:32: note: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'.
linux-4.9.88/drivers/clk/rockchip/clk.c:65:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:80:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:92:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:197:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:205:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:244:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/rockchip/clk.c:300:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:156:16: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:156:29: style: The scope of the variable 'alt_div_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:284:16: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:284:29: style: The scope of the variable 'alt_div_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:144:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:146:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:147:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:177:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:178:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:209:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:210:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:211:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:214:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:215:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:218:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:219:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:248:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:249:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:250:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:272:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:274:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:275:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:323:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:324:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:325:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:328:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:329:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:331:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:332:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:349:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:350:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-cpu.c:351:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-exynos3250.c:766:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-exynos3250.c:772:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-exynos4.c:1241:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1218:11: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1369:17: style: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/samsung/clk.h:394:17: note: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'.
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1369:17: note: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'.
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1345:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1346:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1090:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/samsung/clk-pll.c:1182:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/samsung/clk.c:142:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk.c:171:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk.c:192:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk.c:263:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/samsung/clk.c:139:42: style: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/samsung/clk.h:377:43: note: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:139:42: note: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:189:37: style: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/samsung/clk.h:384:36: note: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:189:37: note: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:221:37: style: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/samsung/clk.h:387:36: note: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:221:37: note: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:260:38: style: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/samsung/clk.h:390:37: note: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:260:38: note: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-4.9.88/drivers/clk/samsung/clk.c:30:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/samsung/clk.c:38:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1505:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1502:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1505:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1520:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1517:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1520:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1535:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1532:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1535:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1439:31: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1440:31: style: The scope of the variable 'mux' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/sirf/clk-atlas7.c:1441:32: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/socfpga/clk-gate-a10.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/socfpga/clk-gate.c:122:17: style: The scope of the variable 'sys_mgr_base_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/socfpga/clk-gate.c:123:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/socfpga/clk-periph.c:113:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/socfpga/clk-pll-a10.c:123:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/socfpga/clk-pll.c:125:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/spear/clk-vco-pll.c:88:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/spear/clk-vco-pll.c:88:27: style: The scope of the variable 'vco_prev_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/spear/clk-vco-pll.c:150:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/spear/clk.c:20:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:874:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:872:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:874:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:881:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:879:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:881:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:899:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:896:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:899:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:901:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:899:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:901:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:407:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:415:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:419:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:426:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:430:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:437:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:441:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:447:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:481:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:514:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:518:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:524:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:528:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:534:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:538:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:544:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:548:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:554:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:562:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:567:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:572:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:578:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:583:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:589:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:595:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:603:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:608:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:615:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:621:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:628:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:635:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:641:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:648:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:653:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:660:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:665:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:672:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:677:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:682:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:690:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:695:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:701:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:706:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:711:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:716:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:721:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:727:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:733:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:738:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:744:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:750:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:756:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:761:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:766:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:772:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:778:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:783:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:788:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:793:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:798:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:803:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:810:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:817:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:823:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:828:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:833:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:838:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:843:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:848:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:853:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:858:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:863:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:868:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:875:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:882:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:887:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:892:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:902:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:907:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:912:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:917:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:922:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:927:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:934:30: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:943:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:949:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:954:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:960:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:965:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:971:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:976:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:982:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:987:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:993:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:998:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1004:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1009:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1015:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1020:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1026:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1031:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1037:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1042:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1048:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1053:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1059:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1064:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1070:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1075:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1081:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1086:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1092:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1097:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1103:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1108:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1114:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1310_clock.c:1119:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:464:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:472:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:476:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:483:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:487:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:494:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:498:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:504:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:538:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:549:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:554:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:560:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:582:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:593:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:597:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:603:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:607:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:613:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:617:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:623:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:627:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:633:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:641:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:646:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:651:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:658:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:663:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:668:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:674:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:679:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:685:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:691:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:699:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:704:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:711:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:717:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:724:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:731:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:737:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:744:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:749:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:756:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:761:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:769:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:774:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:779:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:787:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:792:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:797:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:803:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:808:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:813:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:818:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:824:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:830:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:835:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:841:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:846:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:851:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:857:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:863:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:868:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:873:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:878:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:883:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:888:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:895:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:902:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:908:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:913:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:918:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:923:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:928:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:933:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:938:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:945:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:950:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:957:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:962:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:967:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:972:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:977:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:982:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:987:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:992:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:997:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:1002:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:1007:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear1340_clock.c:1012:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:402:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:415:22: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:421:22: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:432:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:437:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:445:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:450:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:455:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:463:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:468:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:473:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:478:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:481:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:486:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:489:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:493:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:498:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:501:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:507:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:513:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:520:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:525:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:531:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:537:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:551:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:562:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:566:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:570:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:574:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:578:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:582:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:586:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:590:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:594:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:599:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:603:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:607:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:612:61: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:616:61: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:622:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:626:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:630:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:634:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:638:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:642:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:647:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:652:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear3xx_clock.c:657:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:128:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:137:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:143:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:158:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:163:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:170:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:174:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:178:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:183:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:190:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:195:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:199:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:206:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:211:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:215:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:221:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:226:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:230:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:233:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:239:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:243:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:246:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:252:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:256:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:261:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:266:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:270:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:281:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:285:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:289:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:293:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:297:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:301:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:305:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:309:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:314:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:321:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:325:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:329:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:333:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/spear/spear6xx_clock.c:337:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:217:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:217:24: portability: 'reg+24' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:219:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:219:25: portability: 'reg+356' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:236:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clk-flexgen.c:236:32: portability: 'reg+88' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clkgen-fsyn.c:630:26: style: The scope of the variable 'new_deviation' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/st/clkgen-fsyn.c:634:6: style: The scope of the variable 'r1' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/st/clkgen-fsyn.c:634:10: style: The scope of the variable 'r2' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/st/clkgen.h:23:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clkgen.h:30:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clkgen.h:32:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clkgen-fsyn.c:798:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/st/clkgen-pll.c:274:19: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/st/clkgen-pll.c:436:19: style: The scope of the variable 'infin' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/st/clkgen-pll.c:674:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/st/clkgen-pll.c:685:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/sunxi-ng/ccu_mux.c:25:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/sunxi/clk-factors.c:285:9: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/sunxi/clk-sun9i-core.c:63:25: error: Signed integer overflow for expression '24000000*n'. [integerOverflow]
linux-4.9.88/drivers/clk/sunxi/clk-sun9i-core.c:59:7: note: Assignment 'n=255', assigned value is 255
linux-4.9.88/drivers/clk/sunxi/clk-sun9i-core.c:63:25: note: Integer overflow
linux-4.9.88/drivers/clk/tegra/clk-audio-sync.c:58:17: style: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:43:17: note: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'.
linux-4.9.88/drivers/clk/tegra/clk-audio-sync.c:58:17: note: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'.
linux-4.9.88/drivers/clk/tegra/clk-dfll.c:1384:21: style: The scope of the variable 'reg_uV' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-dfll.c:1406:21: style: The scope of the variable 'reg_uV' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-emc.c:312:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-emc.c:440:13: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-emc.c:482:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-periph.c:171:29: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-periph.c:172:40: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-pll-out.c:91:43: style: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:471:43: note: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'.
linux-4.9.88/drivers/clk/tegra/clk-pll-out.c:91:43: note: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'.
linux-4.9.88/drivers/clk/tegra/clk-pll.c:533:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:939:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:349:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:354:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:570:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:636:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:650:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:673:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:683:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:960:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-pll.c:997:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:159:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:156:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:159:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:214:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:212:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:214:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:218:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:214:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:218:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:157:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:160:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:190:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:199:18: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-audio.c:215:29: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-fixed.c:42:31: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-fixed.c:55:8: style: Variable 'osc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:983:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:980:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:983:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:877:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:907:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:932:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:944:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:981:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:984:30: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:1002:31: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:1008:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:1021:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-periph.c:1030:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-pmc.c:99:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-pmc.c:109:18: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-pmc.c:116:29: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-pmc.c:118:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-pmc.c:126:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:168:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:165:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:168:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:153:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:150:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:153:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:253:34: style: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:784:33: note: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:253:34: note: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:262:34: style: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:787:33: note: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:262:34: note: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:120:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:129:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:141:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:151:17: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:155:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:166:17: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:169:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:191:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:198:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:212:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra-super-gen4.c:219:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:940:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:937:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:940:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:965:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:962:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:965:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:975:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:971:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:975:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1083:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1077:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1083:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:938:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:941:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:963:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:966:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:981:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1026:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1058:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1065:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1080:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra114.c:1083:56: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1065:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1062:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1065:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1100:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1097:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1100:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1018:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1031:52: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1036:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1042:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1063:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1066:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1098:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1101:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1120:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra124.c:1162:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:645:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:642:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:645:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:660:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:657:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:660:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:694:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:691:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:694:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:746:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:742:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:746:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:754:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:752:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:754:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:820:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:815:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:820:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:841:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:840:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:841:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:847:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:846:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:847:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra20.c:927:8: style: Variable 'reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2334:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2329:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2334:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2369:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2366:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2369:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2433:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2429:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2433:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2444:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2440:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2444:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2501:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2497:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2501:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2541:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2538:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2541:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:1302:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:461:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2313:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2331:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2334:56: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2339:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2345:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2367:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2370:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2423:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2430:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2434:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2441:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2445:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2452:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2459:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2466:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2492:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2498:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2502:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2520:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2539:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:2542:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:699:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:1054:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/tegra/clk-tegra210.c:1055:48: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:837:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:834:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:837:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:852:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:849:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:852:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:897:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:893:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:897:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:1061:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:1056:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:1061:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/tegra/clk-tegra30.c:1133:8: style: Variable 'reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/tegra/clk.c:235:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/clk.c:197:51: style: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:760:43: note: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'.
linux-4.9.88/drivers/clk/tegra/clk.c:197:51: note: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'.
linux-4.9.88/drivers/clk/tegra/clk.c:197:70: style: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/clk.h:760:66: note: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'.
linux-4.9.88/drivers/clk/tegra/clk.c:197:70: note: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'.
linux-4.9.88/drivers/clk/tegra/cvb.c:68:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/cvb.c:68:14: style: The scope of the variable 'dfll_mv' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/tegra/cvb.c:111:69: style: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/tegra/cvb.h:61:69: note: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'.
linux-4.9.88/drivers/clk/tegra/cvb.c:111:69: note: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'.
linux-4.9.88/drivers/clk/ti/adpll.c:224:2: style: Variable 'postfix' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/ti/adpll.c:217:0: note: Variable 'postfix' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ti/adpll.c:224:2: note: Variable 'postfix' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ti/adpll.c:186:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/adpll.c:218:7: style: The scope of the variable 'con_id' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/adpll.c:815:14: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/apll.c:100:12: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clk/ti/clk-dra7-atl.c:267:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/clk/ti/clk.c:445:14: style: The scope of the variable 'init_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/clkt_dpll.c:289:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/clockdomain.c:108:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/divider.c:299:6: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-4.9.88/drivers/clk/ti/dpll3xxx.c:802:41: style: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/ti/clock.h:268:41: note: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'.
linux-4.9.88/drivers/clk/ti/dpll3xxx.c:802:41: note: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'.
linux-4.9.88/drivers/clk/ti/dpll44xx.c:48:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/ti/dpll44xx.c:66:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clk/ti/gate.c:63:71: style: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'. [funcArgNamesDifferent]
linux-4.9.88/drivers/clk/ti/gate.c:30:71: note: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'.
linux-4.9.88/drivers/clk/ti/gate.c:63:71: note: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'.
linux-4.9.88/drivers/clk/ux500/abx500-clk.c:67:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/ux500/abx500-clk.c:62:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/abx500-clk.c:67:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:67:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:63:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:67:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:113:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:110:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:113:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:116:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:113:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/ux500/u8540_clk.c:116:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/versatile/clk-icst.c:290:24: style: Redundant condition: If 'rate <= 25000000', the comparison 'rate < 29000000' is always true. [redundantCondition]
linux-4.9.88/drivers/clk/zynq/clkc.c:149:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:145:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:149:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:153:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:149:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:153:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:206:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:203:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:206:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:277:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:271:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:277:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:283:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:277:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:283:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:291:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:283:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:291:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:294:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:291:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:294:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:302:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:294:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:302:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:308:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:302:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:308:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:315:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:308:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:315:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:344:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:338:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:344:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:351:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:344:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:351:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:354:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:351:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:354:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:402:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:399:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:402:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:405:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:402:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:405:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:409:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:405:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:409:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:427:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:424:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:427:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:430:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:427:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:430:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:434:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:430:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:434:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:459:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:456:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:459:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:462:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:459:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:462:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:466:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:462:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:466:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:469:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:466:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:469:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:472:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:469:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:472:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:476:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:472:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:476:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:499:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:496:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:499:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:502:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/clk/zynq/clkc.c:499:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:502:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/clk/zynq/clkc.c:124:46: portability: 'fclk_ctrl_reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/zynq/clkc.c:612:55: portability: '(__force void __iomem*)slcr->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clk/zynq/clkc.c:502:8: style: Variable 'clk' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:735:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:734:30: note: Assignment 'err=arch_timer_cpu_pm_init()', assigned value is 0
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:735:6: note: Condition 'err' is always false
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:512:44: portability: 'cntbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:525:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:527:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:530:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clocksource/arm_arch_timer.c:534:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/clocksource/bcm2835_timer.c:70:9: style: The scope of the variable 'event_handler' can be reduced. [variableScope]
linux-4.9.88/drivers/clocksource/bcm_kona_timer.c:58:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/bcm_kona_timer.c:65:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/bcm_kona_timer.c:87:27: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/bcm_kona_timer.c:88:27: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/bcm_kona_timer.c:89:32: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/cadence_ttc_timer.c:506:10: style: Checking if unsigned variable 'irq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/clocksource/cadence_ttc_timer.c:378:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/exynos_mct.c:457:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/clocksource/exynos_mct.c:377:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:287:11: style: Checking if unsigned variable 'freq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:291:11: style: Checking if unsigned variable 'freq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:68:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:71:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:79:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:81:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:88:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:90:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:97:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:99:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:106:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:108:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/fsl_ftm_timer.c:118:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/metag_generic.c:106:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/clocksource/qcom-timer.c:111:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/clocksource/rockchip_timer.c:70:37: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/rockchip_timer.c:71:32: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/rockchip_timer.c:76:32: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/sh_cmt.c:417:16: style: The scope of the variable 'new_match' can be reduced. [variableScope]
linux-4.9.88/drivers/clocksource/sh_cmt.c:837:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/clocksource/sh_cmt.c:162:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/sh_cmt.c:167:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/sh_cmt.c:173:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/sh_cmt.c:179:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/time-pistachio.c:61:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/time-pistachio.c:67:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/time-pistachio.c:83:12: style: Variable 'overflw' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clocksource/timer-atmel-pit.c:64:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-atmel-pit.c:69:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-imx-gpt.c:293:10: style: Variable 'tstat' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/clocksource/timer-integrator-ap.c:181:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/clocksource/timer-integrator-ap.c:51:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-integrator-ap.c:52:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-integrator-ap.c:54:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:77:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:101:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:102:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:103:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:105:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:107:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sp804.c:213:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-stm32.c:50:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-stm32.c:60:42: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-stm32.c:61:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sun5i.c:216:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sun5i.c:218:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sun5i.c:302:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/clocksource/timer-sun5i.c:303:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/connector/cn_queue.c:160:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/connector/connector.c:83:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/connector/connector.c:184:19: style: The scope of the variable 'nlh' can be reduced. [variableScope]
linux-4.9.88/drivers/connector/connector.c:185:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/connector/connector.c:185:11: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/acpi-cpufreq.c:402:15: style: The scope of the variable 'cur_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/acpi-cpufreq.c:508:17: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/arm_big_little.c:644:7: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/cpufreq/arm_big_little.c:643:32: note: Assignment 'ret=__bLs_register_notifier()', assigned value is 0
linux-4.9.88/drivers/cpufreq/arm_big_little.c:644:7: note: Condition 'ret' is always false
linux-4.9.88/drivers/cpufreq/cppc_cpufreq.c:230:23: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq-nforce2.c:312:15: style: The scope of the variable 'rfid' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq.c:994:7: style: Condition '!gov' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/cpufreq/cpufreq.c:993:33: note: Assignment 'gov=cpufreq_default_governor()', assigned value is 0
linux-4.9.88/drivers/cpufreq/cpufreq.c:994:7: note: Condition '!gov' is always true
linux-4.9.88/drivers/cpufreq/cpufreq.c:1992:7: style: Condition 'gov' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/cpufreq/cpufreq.c:1990:59: note: Assignment 'gov=cpufreq_fallback_governor()', assigned value is 0
linux-4.9.88/drivers/cpufreq/cpufreq.c:1992:7: note: Condition 'gov' is always false
linux-4.9.88/drivers/cpufreq/cpufreq.c:988:2: style: Variable 'gov' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/cpufreq/cpufreq.c:982:0: note: Variable 'gov' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/cpufreq.c:988:2: note: Variable 'gov' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/cpufreq.c:1960:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/cpufreq/cpufreq.c:1956:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/cpufreq.c:1960:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/cpufreq.c:828:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq.c:1313:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq.c:1642:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq.c:1975:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cpufreq.c:2032:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cris-artpec3-cpufreq.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/cris-etraxfs-cpufreq.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/davinci-cpufreq.c:77:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/e_powersaver.c:175:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/e_powersaver.c:186:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/e_powersaver.c:186:9: style: The scope of the variable 'step' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/e_powersaver.c:186:15: style: The scope of the variable 'voltage' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/elanfreq.c:40:6: style: struct member 's_elan_multiplier::clock' is never used. [unusedStructMember]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:118:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:118:20: style: The scope of the variable 'clk_div' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:118:38: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:118:44: style: The scope of the variable 'volt_id' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:119:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:213:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:285:13: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/exynos5440-cpufreq.c:286:15: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/freq_table.c:42:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/freq_table.c:71:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/freq_table.c:130:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/gx-suspmod.c:227:6: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:680:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:691:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:701:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:703:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:780:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:781:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:6: style: The scope of the variable 'min' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:11: style: The scope of the variable 'hw_min' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:19: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:24: style: The scope of the variable 'hw_max' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:37: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/intel_pstate.c:564:44: style: The scope of the variable 'adj_range' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:411:6: style: The scope of the variable 'f_max' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:411:13: style: The scope of the variable 'f_min' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:427:15: style: The scope of the variable 'ratio' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:533:18: style: The scope of the variable 'speed' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:623:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:624:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:685:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/longhaul.c:231:8: style: Variable 't' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cpufreq/loongson1-cpufreq.c:82:25: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/omap-cpufreq.c:48:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/pmac64-cpufreq.c:492:9: style: Variable 'cpuid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/cpufreq/pmac64-cpufreq.c:482:0: note: Variable 'cpuid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/pmac64-cpufreq.c:492:9: note: Variable 'cpuid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/powernow-k7.c:174:15: style: The scope of the variable 'speed' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/powernow-k7.c:452:17: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/powernow-k8.c:286:19: style: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/cpufreq/powernow-k8.h:184:18: note: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'.
linux-4.9.88/drivers/cpufreq/powernow-k8.c:286:19: note: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'.
linux-4.9.88/drivers/cpufreq/powernow-k8.c:95:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:320:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:321:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:322:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:323:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:324:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:325:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:326:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/powernv-cpufreq.c:327:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/cpufreq/pxa2xx-cpufreq.c:362:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/qoriq-cpufreq.c:127:27: style: The scope of the variable 'clk_np' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/qoriq-cpufreq.c:171:12: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/qoriq-cpufreq.c:172:21: style: The scope of the variable 'max_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/s3c2416-cpufreq.c:107:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/s3c2416-cpufreq.c:309:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/s3c2416-cpufreq.c:46:15: style: struct member 's3c2416_dvfs::vddarm_min' is never used. [unusedStructMember]
linux-4.9.88/drivers/cpufreq/s3c2416-cpufreq.c:47:15: style: struct member 's3c2416_dvfs::vddarm_max' is never used. [unusedStructMember]
linux-4.9.88/drivers/cpufreq/s3c2440-cpufreq.c:204:16: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c:126:20: style: The scope of the variable 'iob' can be reduced. [variableScope]
linux-4.9.88/drivers/cpufreq/s3c24xx-cpufreq.c:72:30: style: Variable 'armclk' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cpufreq/s3c64xx-cpufreq.c:65:10: style: Variable 'dvfs' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cpufreq/s3c64xx-cpufreq.c:63:13: style: Variable 'old_freq' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cpufreq/s5pv210-cpufreq.c:495:30: portability: 'dmc_reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/cpufreq/s5pv210-cpufreq.c:387:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/cpufreq/s5pv210-cpufreq.c:389:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/cpufreq/sh-cpufreq.c:108:2: style: Variable 'cpuclk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/cpufreq/sh-cpufreq.c:102:0: note: Variable 'cpuclk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/sh-cpufreq.c:108:2: note: Variable 'cpuclk' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/cpufreq/sparc-us2e-cpufreq.c:261:14: style: Variable 'new_freq' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/cpuidle/cpuidle-cps.c:109:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-4.9.88/drivers/cpuidle/cpuidle.c:554:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-4.9.88/drivers/cpuidle/cpuidle.c:580:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-4.9.88/drivers/cpuidle/cpuidle.c:170:8: style: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'. [funcArgNamesDifferent]
linux-4.9.88/drivers/cpuidle/cpuidle.h:16:35: note: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'.
linux-4.9.88/drivers/cpuidle/cpuidle.c:170:8: note: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'.
linux-4.9.88/drivers/cpuidle/dt_idle_states.c:102:22: style: The scope of the variable 'cpu_node' can be reduced. [variableScope]
linux-4.9.88/drivers/cpuidle/dt_idle_states.c:102:33: style: The scope of the variable 'curr_state_node' can be reduced. [variableScope]
linux-4.9.88/drivers/cpuidle/governors/ladder.c:138:30: style: The scope of the variable 'lstate' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_alg.c:153:33: portability: 'ctx->sa_in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_alg.c:159:20: portability: 'ctx->sa_in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:936:3: style: Variable 'sd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:928:0: note: Variable 'sd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:936:3: note: Variable 'sd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:880:7: warning: Redundant assignment of 'src' to itself. [selfAssignment]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:195:19: style: The scope of the variable 'pd_uinfo' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:633:22: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:771:16: style: The scope of the variable 'gd' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:780:15: style: The scope of the variable 'ivlen' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:1070:19: style: The scope of the variable 'pd_uinfo' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:1071:16: style: The scope of the variable 'pd' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:225:50: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:229:41: portability: 'dev->shadow_sa_pool' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:233:41: portability: 'dev->shadow_sr_pool' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:280:48: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:298:18: portability: 'dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:376:36: portability: 'dev->gdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:481:36: portability: 'dev->sdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:492:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:506:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:525:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:678:17: portability: 'dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:679:28: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:839:48: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:855:22: portability: '(void*)sa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:1076:39: portability: 'core_dev->dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:1078:28: portability: 'core_dev->dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:637:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:644:10: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_core.c:661:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_trng.c:82:2: style: Variable 'trng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/amcc/crypto4xx_trng.c:77:0: note: Variable 'trng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/amcc/crypto4xx_trng.c:82:2: note: Variable 'trng' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/amcc/crypto4xx_trng.c:34:6: style: The scope of the variable 'busy' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-aes.c:607:9: style: The scope of the variable 'padlen' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-sha.c:168:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-sha.c:575:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-sha.c:601:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-sha.c:174:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/crypto/atmel-tdes.c:153:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-tdes.c:323:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-tdes.c:510:21: style: The scope of the variable 'in' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-tdes.c:510:25: style: The scope of the variable 'out' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-tdes.c:648:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/atmel-tdes.c:162:32: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/bfin_crc.c:172:15: style: The scope of the variable 'dma_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/caamalg.c:237:7: style: The scope of the variable 'nonce' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/caamalg.c:252:44: portability: '(void*)ctx->key' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:264:36: portability: '(void*)ctx->key' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:264:61: portability: '(void*)ctx->key+ctx->split_key_pad_len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2412:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2412:61: portability: '(void*)edesc+sizeof(struct aead_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2673:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2673:67: portability: '(void*)edesc+sizeof(struct ablkcipher_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2849:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2849:67: portability: '(void*)edesc+sizeof(struct ablkcipher_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2641:9: style: Variable 'sgc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/caam/caamalg.c:2817:9: style: Variable 'sgc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/caam/caamhash.c:238:7: style: The scope of the variable 'key_jump_cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/caampkc.c:134:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caampkc.c:134:50: portability: '(void*)edesc+sizeof(*edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/caamrng.c:144:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/caamrng.c:188:42: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/caam/ctrl.c:46:7: style: The scope of the variable 'jump_cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/ctrl.c:679:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/caam/jr.c:165:6: style: The scope of the variable 'hw_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:165:14: style: The scope of the variable 'sw_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:165:25: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:165:31: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:168:9: style: The scope of the variable 'usercall' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:169:7: style: The scope of the variable 'userdesc' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:170:8: style: The scope of the variable 'userarg' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/caam/jr.c:253:6: style: The scope of the variable 'tfm_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-aes-cmac.c:111:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-aes-xts.c:121:15: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-aes-xts.c:274:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-main.c:76:25: style: struct member 'ccp_crypto_cpu::crypto_cmd' is never used. [unusedStructMember]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-main.c:77:6: style: struct member 'ccp_crypto_cpu::err' is never used. [unusedStructMember]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-main.c:274:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-sha.c:276:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-crypto-sha.c:102:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v3.c:391:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v3.c:529:24: style: The scope of the variable 'cmd_q' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:727:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:216:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:542:6: style: The scope of the variable 'qlsb_wgt' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:599:9: style: The scope of the variable 'lsb_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:30:17: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/drivers/crypto/ccp/ccp-dev-v5.c:252:5: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/ccp/ccp-dmaengine.c:232:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-ops.c:191:45: style: The scope of the variable 'sb_len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-ops.c:226:45: style: The scope of the variable 'sb_len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ccp/ccp-pci.c:60:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:380:18: warning: Either the condition 'sg' is redundant or there is possible null pointer dereference: sg. [nullPointerRedundantCheck]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:376:7: note: Assuming that condition 'sg' is not redundant
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:380:18: note: Null pointer dereference
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:381:42: warning: Either the condition 'sg' is redundant or there is possible null pointer dereference: sg. [nullPointerRedundantCheck]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:376:7: note: Assuming that condition 'sg' is not redundant
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:381:42: note: Null pointer dereference
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:740:2: style: Variable 'page_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:735:0: note: Variable 'page_ptr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:740:2: note: Variable 'page_ptr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:848:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:840:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:848:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:910:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:907:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:910:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:950:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:944:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:950:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:1003:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:995:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:1003:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:369:15: style: The scope of the variable 'spage' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:370:15: style: The scope of the variable 'page_len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:1126:17: style: The scope of the variable 'context_size' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:102:12: style: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/chelsio/chcr_core.h:79:12: note: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.c:102:12: note: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'.
linux-4.9.88/drivers/crypto/chelsio/chcr_algo.h:371:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/geode-aes.c:310:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/geode-aes.c:342:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/geode-aes.c:423:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/geode-aes.c:453:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2550:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/crypto/hifn_795x.c:2549:8: note: Assignment 'err=0', assigned value is 0
linux-4.9.88/drivers/crypto/hifn_795x.c:2550:6: note: Condition 'err' is always false
linux-4.9.88/drivers/crypto/hifn_795x.c:1332:15: style: The scope of the variable 'spage' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1333:15: style: The scope of the variable 'soff' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1419:15: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1448:22: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1625:51: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1626:8: style: The scope of the variable 'daddr' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1679:23: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1922:29: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2040:31: style: The scope of the variable 'async_req' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2040:43: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2041:29: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2594:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:2641:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/hifn_795x.c:1636:16: portability: 'daddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/hifn_795x.c:1642:9: portability: 'saddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/img-hash.c:364:31: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/img-hash.c:364:36: style: The scope of the variable 'tbc' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ixp4xx_crypto.c:980:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/crypto/ixp4xx_crypto.c:368:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ixp4xx_crypto.c:893:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ixp4xx_crypto.c:999:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/marvell/cesa.c:124:31: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/marvell/cesa.c:125:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/marvell/hash.c:165:15: style: The scope of the variable 'digsize' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/marvell/hash.c:166:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/marvell/hash.c:1096:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/marvell/hash.c:141:10: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/marvell/tdma.c:201:2: style: Variable 'new_tdma' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/marvell/tdma.c:198:0: note: Variable 'new_tdma' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/marvell/tdma.c:201:2: note: Variable 'new_tdma' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/marvell/tdma.c:18:66: style: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/marvell/cesa.h:802:66: note: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'.
linux-4.9.88/drivers/crypto/marvell/tdma.c:18:66: note: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'.
linux-4.9.88/drivers/crypto/mv_cesa.c:856:2: style: Variable 'fallback_tfm' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/mv_cesa.c:848:0: note: Variable 'fallback_tfm' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/mv_cesa.c:856:2: note: Variable 'fallback_tfm' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/mv_cesa.c:224:8: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:225:6: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:466:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:467:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:516:9: style: The scope of the variable 'cur_len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:555:42: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mv_cesa.c:483:8: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/mxc-scc.c:360:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxc-scc.c:363:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:265:21: style: The scope of the variable 'src_buf' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:272:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:347:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:348:31: style: The scope of the variable 'arq' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:567:11: style: The scope of the variable 'src_buf' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:571:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:635:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:636:31: style: The scope of the variable 'arq' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/mxs-dcp.c:413:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/mxs-dcp.c:725:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/n2_core.c:165:14: portability: 'q->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/n2_core.c:188:15: portability: 'q->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/n2_core.c:548:14: portability: 'qp->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/nx/nx-842-pseries.c:927:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/crypto/nx/nx-842-pseries.c:935:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/crypto/nx/nx-842-pseries.c:185:16: style: The scope of the variable 'entrylen' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/nx/nx-842.c:362:17: style: Checking if unsigned variable 'p->iremain' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/crypto/nx/nx-842.c:365:17: style: Checking if unsigned variable 'p->oremain' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:363:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:352:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:363:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:433:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:429:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/nx/nx-aes-ccm.c:433:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/nx/nx-aes-ctr.c:142:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/crypto/nx/nx.c:586:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/crypto/nx/nx.c:585:7: note: Assignment 'rc=0', assigned value is 0
linux-4.9.88/drivers/crypto/nx/nx.c:586:6: note: Condition 'rc' is always false
linux-4.9.88/drivers/crypto/nx/nx.c:170:8: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/nx/nx.c:224:7: style: The scope of the variable 'data_back' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/nx/nx.c:53:41: style: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/nx/nx.h:165:41: note: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'.
linux-4.9.88/drivers/crypto/nx/nx.c:53:41: note: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'.
linux-4.9.88/drivers/crypto/omap-aes.c:669:8: style: The scope of the variable 'buf_in' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-aes.c:669:17: style: The scope of the variable 'buf_out' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-aes.c:670:6: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-aes.c:670:13: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-aes.c:706:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-des.c:645:8: style: The scope of the variable 'buf_in' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-des.c:645:17: style: The scope of the variable 'buf_out' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-des.c:646:6: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-sham.c:301:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-sham.c:469:7: style: The scope of the variable 'bs' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-sham.c:469:11: style: The scope of the variable 'nr_dr' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-sham.c:1294:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/omap-sham.c:718:31: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/padlock-sha.c:315:6: style: The scope of the variable 'ts_state' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/padlock-sha.c:404:6: style: The scope of the variable 'ts_state' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/picoxcell_crypto.c:236:36: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/picoxcell_crypto.c:237:35: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/picoxcell_crypto.c:263:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/picoxcell_crypto.c:1066:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/picoxcell_crypto.c:1729:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:295:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxx/adf_drv.c:295:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:295:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62x/adf_drv.c:295:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_c62xvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_common/adf_admin.c:170:26: portability: 'admin->virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_admin.c:181:32: portability: 'admin->virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_admin.c:181:41: portability: 'admin->virt_addr+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_dev_mgr.c:199:24: style: Redundant condition: accel_dev->is_vf. '!accel_dev->is_vf || (accel_dev->is_vf && !pf)' is equivalent to '!accel_dev->is_vf || !pf' [redundantCondition]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_dev_mgr.c:298:24: style: Redundant condition: accel_dev->is_vf. '!accel_dev->is_vf || (accel_dev->is_vf && !pf)' is equivalent to '!accel_dev->is_vf || !pf' [redundantCondition]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_dev_mgr.c:114:20: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_hw_arbiter.c:83:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_init.c:354:23: style: The scope of the variable 'service' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_init.c:369:23: style: The scope of the variable 'service' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:361:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:231:35: style: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.h:57:35: note: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'.
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:231:35: note: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'.
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr+(4096*bank_num)+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)+64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)+128' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:437:2: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:437:2: portability: 'csr_addr+(4096*(bank_num))' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:438:2: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport.c:438:2: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport_debug.c:272:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport_debug.c:69:25: portability: 'ring->base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_transport_debug.c:81:25: portability: 'ring->base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_asym_algs.c:593:34: style: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_common_drv.h:167:34: note: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_asym_algs.c:593:34: note: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_crypto.c:102:17: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:788:6: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:789:15: style: The scope of the variable 'fcu_sts' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:847:39: style: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_common/adf_common_drv.h:203:21: note: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:847:39: note: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:168:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:186:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:213:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:214:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:422:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:587:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:609:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:833:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:853:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:999:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:1192:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:1242:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_hal.c:1303:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:72:2: style: Variable 'ae_slice' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:68:0: note: Variable 'ae_slice' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:72:2: note: Variable 'ae_slice' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:1093:2: style: Variable 'img_ae_mode' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:1089:0: note: Variable 'img_ae_mode' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:1093:2: note: Variable 'img_ae_mode' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/crypto/qat/qat_common/qat_uclo.c:1046:30: style: Variable 'suof_objhdr' is not assigned a value. [unassignedVariable]
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:297:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:297:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-4.9.88/drivers/crypto/qce/ablkcipher.c:208:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qce/core.c:38:29: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/qce/dma.c:58:59: style: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qce/dma.h:53:59: note: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'.
linux-4.9.88/drivers/crypto/qce/dma.c:58:59: note: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'.
linux-4.9.88/drivers/crypto/qce/dma.c:104:68: style: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qce/dma.h:47:68: note: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'.
linux-4.9.88/drivers/crypto/qce/dma.c:104:68: note: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:12: style: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qce/dma.h:48:12: note: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:12: note: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:42: style: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qce/dma.h:48:41: note: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:42: note: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:53: style: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/qce/dma.h:48:53: note: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'.
linux-4.9.88/drivers/crypto/qce/dma.c:105:53: note: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'.
linux-4.9.88/drivers/crypto/rockchip/rk3288_crypto.c:157:30: style: The scope of the variable 'sg_out' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/s5p-sss.c:405:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:667:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:689:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:711:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:733:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:1056:31: style: The scope of the variable 'async_req' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:1057:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sahara.c:249:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/sahara.c:253:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/sahara.c:258:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/sahara.c:267:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/sahara.c:794:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:34:0: style: Same expression used in consecutive assignments of 'ileft' and 'oleft'. [duplicateAssignExpression]
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:35:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:34:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:145:0: style: Same expression used in consecutive assignments of 'ileft' and 'oleft'. [duplicateAssignExpression]
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:146:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:145:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-hash.c:57:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/sunxi-ss/sun4i-ss-hash.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:987:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:988:8: style: The scope of the variable 'icvdata' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:1019:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:1020:15: style: The scope of the variable 'icv' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:1906:15: style: The scope of the variable 'nsg' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:2134:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/talitos.c:569:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/crypto/talitos.c:1298:15: style: Variable 'tbl_off' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/talitos.c:1344:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:197:10: style: Condition '!param' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:196:12: note: Assuming that condition 'param==NULL' is not redundant
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:197:10: note: Condition '!param' is always true
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:207:10: style: Condition '!ctx' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:206:10: note: Assuming that condition 'ctx==NULL' is not redundant
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:207:10: note: Condition '!ctx' is always true
linux-4.9.88/drivers/crypto/ux500/cryp/cryp_core.c:1017:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/ux500/hash/hash_core.c:1124:34: style: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/ux500/hash/hash_alg.h:396:28: note: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-4.9.88/drivers/crypto/ux500/hash/hash_core.c:1124:34: note: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-4.9.88/drivers/crypto/ux500/hash/hash_core.c:1182:26: style: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/crypto/ux500/hash/hash_alg.h:393:22: note: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-4.9.88/drivers/crypto/ux500/hash/hash_core.c:1182:26: note: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-4.9.88/drivers/crypto/ux500/hash/hash_core.c:178:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/crypto/vmx/aes_xts.c:112:6: style: The scope of the variable 'iv' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/vmx/ghash.c:132:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/crypto/vmx/ghash.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dax/dax.c:206:17: style: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dax/dax.h:22:29: note: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'.
linux-4.9.88/drivers/dax/dax.c:206:17: note: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'.
linux-4.9.88/drivers/nvdimm/nd.h:83:19: portability: 'ndd->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dca/dca-core.c:158:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/devfreq.c:95:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/devfreq.c:823:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/devfreq.c:885:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/devfreq.c:1138:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/rk3399_dmc.c:339:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/rk3399_dmc.c:339:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/rk3399_dmc.c:340:12: style: The scope of the variable 'timing' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/tegra-devfreq.c:348:16: style: The scope of the variable 'cpu_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/tegra-devfreq.c:413:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/tegra-devfreq.c:434:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/devfreq/tegra-devfreq.c:548:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/dma-buf/fence.c:109:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/dma-buf/fence.c:203:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/dma-buf/reservation.c:459:16: style: The scope of the variable 'fence' can be reduced. [variableScope]
linux-4.9.88/drivers/dma-buf/sync_debug.c:133:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/acpi-dma.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/acpi-dma.c:360:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/acpi-dma.c:127:48: portability: '(void*)csrt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/acpi-dma.c:137:48: portability: '(void*)grp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/amba-pl08x.c:324:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/amba-pl08x.c:978:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/amba-pl08x.c:981:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/at_hdmac.c:114:2: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/at_hdmac.c:110:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_hdmac.c:114:2: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_hdmac.c:1434:34: warning: Either the condition '!period_len' is redundant or there is division by zero at line 1434. [zerodivcond]
linux-4.9.88/drivers/dma/at_hdmac.c:1442:39: note: Assuming that condition '!period_len' is not redundant
linux-4.9.88/drivers/dma/at_hdmac.c:1434:34: note: Division by zero
linux-4.9.88/drivers/dma/at_xdmac.c:767:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/at_xdmac.c:764:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_xdmac.c:767:3: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_xdmac.c:1077:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/at_xdmac.c:1072:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_xdmac.c:1077:3: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/at_xdmac.c:947:11: style: The scope of the variable 'src_skip' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/at_xdmac.c:947:25: style: The scope of the variable 'dst_skip' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/at_xdmac.c:1039:48: style: The scope of the variable 'ublen' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/at_xdmac.c:1237:23: style: The scope of the variable 'pstride' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/at_xdmac.c:1546:24: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/at_xdmac.c:731:2: error: Address of auto-variable 'first->tx_dma_desc' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/dma/bcm2835-dma.c:799:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/bcm2835-dma.c:423:23: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bcm2835-dma.c:428:22: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bcm2835-dma.c:433:24: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bcm2835-dma.c:444:22: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bcm2835-dma.c:448:19: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bestcomm/bestcomm.c:81:26: portability: '(void*)tsk' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/bestcomm/sram.c:108:6: style: Condition '!regaddr_p' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/dma/bestcomm/sram.c:104:14: note: Assignment 'regaddr_p=NULL', assigned value is 0
linux-4.9.88/drivers/dma/bestcomm/sram.c:108:6: note: Condition '!regaddr_p' is always true
linux-4.9.88/drivers/dma/coh901318.c:2646:31: portability: '(void*)base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/coh901318.c:1814:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1813. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/coh901318.c:1813:14: note: Assuming that condition 'channel<32' is not redundant
linux-4.9.88/drivers/dma/coh901318.c:1814:12: note: Shift
linux-4.9.88/drivers/dma/coh901318.c:1815:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1813. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/coh901318.c:1813:14: note: Assuming that condition 'channel<32' is not redundant
linux-4.9.88/drivers/dma/coh901318.c:1815:12: note: Shift
linux-4.9.88/drivers/dma/coh901318_lli.c:37:13: style: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:55:13: note: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'.
linux-4.9.88/drivers/dma/coh901318_lli.c:37:13: note: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'.
linux-4.9.88/drivers/dma/coh901318_lli.c:144:17: style: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:97:17: note: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'.
linux-4.9.88/drivers/dma/coh901318_lli.c:144:17: note: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'.
linux-4.9.88/drivers/dma/coh901318_lli.c:145:17: style: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:98:17: note: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'.
linux-4.9.88/drivers/dma/coh901318_lli.c:145:17: note: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'.
linux-4.9.88/drivers/dma/coh901318_lli.c:146:10: style: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:98:44: note: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-4.9.88/drivers/dma/coh901318_lli.c:146:10: note: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-4.9.88/drivers/dma/coh901318_lli.c:178:49: style: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:116:49: note: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-4.9.88/drivers/dma/coh901318_lli.c:178:49: note: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-4.9.88/drivers/dma/coh901318_lli.c:233:29: style: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/coh901318.h:136:29: note: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'.
linux-4.9.88/drivers/dma/coh901318_lli.c:233:29: note: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'.
linux-4.9.88/drivers/dma/cppi41.c:440:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/cppi41.c:560:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/cppi41.c:645:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/cppi41.c:878:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/cppi41.c:883:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/dma-axi-dmac.c:244:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4740.c:291:24: style: The scope of the variable 'vdesc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4740.c:448:24: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4780.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4780.c:359:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4780.c:434:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4780.c:545:24: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dma-jz4780.c:645:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/dmaengine.c:92:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmaengine.c:93:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmaengine.c:114:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmaengine.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmaengine.c:519:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmaengine.c:557:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmatest.c:768:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmatest.c:946:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dmatest.c:362:17: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/dw/core.c:217:16: style: The scope of the variable 'was_soft_llp' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/dw/core.c:524:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/edma.c:758:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/edma.c:1053:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/edma.c:1261:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl-edma.c:375:14: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl-edma.c:1050:24: style: The scope of the variable 'fsl_chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl-edma.c:878:24: style: Variable 'fsl_chan' is not assigned a value. [unassignedVariable]
linux-4.9.88/drivers/dma/fsl_raid.c:161:25: style: The scope of the variable 'hwdesc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:163:22: style: The scope of the variable 'oub_count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:164:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:276:8: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:577:8: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:756:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsl_raid.c:338:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-4.9.88/drivers/dma/fsl_raid.c:462:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-4.9.88/drivers/dma/fsl_raid.c:546:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-4.9.88/drivers/dma/fsl_raid.c:266:31: portability: 'cf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/fsldma.c:1119:22: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/fsldma.c:1149:22: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/idma64.c:212:25: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/idma64.c:348:25: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/imx-dma.c:249:22: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/imx-dma.c:999:22: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/imx-dma.c:426:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-dma.c:427:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-dma.c:428:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-dma.c:429:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-sdma.c:725:33: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/imx-sdma.c:913:20: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/drivers/dma/imx-sdma.c:915:33: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/drivers/dma/imx-sdma.c:1474:24: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/imx-sdma.c:1475:28: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/imx-sdma.c:1599:48: portability: '(void*)sdma->channel_control' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/imx-sdma.c:1260:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-sdma.c:1261:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-sdma.c:1337:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/imx-sdma.c:1338:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/ioat/dca.c:240:34: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ioat/dca.c:245:22: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ioat/dca.c:292:28: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ioat/dca.c:308:29: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ioat/dma.c:186:42: style: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ioat/dma.h:408:42: note: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'.
linux-4.9.88/drivers/dma/ioat/dma.c:186:42: note: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'.
linux-4.9.88/drivers/dma/ioat/dma.c:351:13: style: Variable 'ioat_dma' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/ioat/init.c:1051:19: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ioat/init.c:1052:23: style: The scope of the variable 'ioat_chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ioat/init.c:1080:23: style: The scope of the variable 'ioat_chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ioat/prep.c:364:30: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ioat/prep.c:328:36: portability: '(void*)desc->sed->hw' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ioat/prep.c:528:31: portability: '(void*)descs[1]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/iop-adma.c:1420:7: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/dma/iop-adma.c:1418:9: note: Assignment 'ret=0', assigned value is 0
linux-4.9.88/drivers/dma/iop-adma.c:1420:7: note: Condition 'ret' is always false
linux-4.9.88/drivers/dma/iop-adma.c:278:12: style: Same expression on both sides of '==' because the value of 'retry' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/dma/iop-adma.c:270:27: note: 'retry' is assigned value '0' here.
linux-4.9.88/drivers/dma/iop-adma.c:278:12: note: Same expression on both sides of '==' because the value of 'retry' and '0' are the same.
linux-4.9.88/drivers/dma/iop-adma.c:498:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:521:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:553:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:588:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:623:39: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:688:39: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:1257:24: style: The scope of the variable 'iop_chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:1448:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:1501:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/iop-adma.c:382:17: style: Variable 'slots_per_op' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/ipu/ipu_idmac.c:1434:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ipu/ipu_irq.c:273:9: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ipu/ipu_irq.c:319:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/k3dma.c:478:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/k3dma.c:583:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/k3dma.c:496:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/k3dma.c:658:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/mic_x100_dma.c:91:34: style: The scope of the variable 'tx' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mic_x100_dma.c:155:9: style: The scope of the variable 'current_transfer_len' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mic_x100_dma.c:579:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mic_x100_dma.c:693:9: style: The scope of the variable 'chan_num' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mic_x100_dma.h:185:43: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:185:66: portability: 'mic_dma_chan_to_mmio(ch)+106496' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:186:39: portability: 'mic_dma_chan_to_mmio(ch)+106496+ch->ch_num*64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:191:42: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:191:65: portability: 'mic_dma_chan_to_mmio(ch)+106496' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:192:40: portability: 'mic_dma_chan_to_mmio(ch)+106496+ch->ch_num*64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:197:43: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mic_x100_dma.h:203:42: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/mmp_pdma.c:214:23: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_pdma.c:216:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_pdma.c:216:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_pdma.c:930:23: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_pdma.c:958:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_tdma.c:331:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mmp_tdma.c:381:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/moxart-dma.c:483:22: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/moxart-dma.c:155:25: style: struct member 'moxart_filter_data::mdc' is never used. [unusedStructMember]
linux-4.9.88/drivers/dma/moxart-dma.c:156:27: style: struct member 'moxart_filter_data::dma_spec' is never used. [unusedStructMember]
linux-4.9.88/drivers/dma/mpc512x_dma.c:369:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/mpc512x_dma.c:1045:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/mv_xor.c:264:22: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/mv_xor.c:448:29: portability: 'virt_desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/nbpfaxi.c:403:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/nbpfaxi.c:404:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/nbpfaxi.c:405:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/omap-dma.c:294:34: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/omap-dma.c:314:29: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/pch_dma.c:442:2: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/pch_dma.c:438:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/pch_dma.c:442:2: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/pch_dma.c:955:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pch_dma.c:955:26: style: The scope of the variable '_c' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pch_dma.c:423:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/pl330.c:2175:2: style: Variable 'power_down' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/pl330.c:2164:0: note: Variable 'power_down' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/pl330.c:2175:2: note: Variable 'power_down' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/pl330.c:1930:23: style: The scope of the variable 'thrd' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pl330.c:3020:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pl330.c:1803:5: portability: 'pl330->mcode_cpu' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/pl330.c:1809:5: portability: 'thrd->req[0].mc_cpu' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/pl330.c:1747:10: style: Variable 'pl330' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2112:2: style: Variable 'sw_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2102:0: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2112:2: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2198:2: style: Variable 'sw_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2188:0: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2198:2: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1714:12: style: Same expression on both sides of '==' because the value of 'retry' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1704:27: note: 'retry' is assigned value '0' here.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1714:12: note: Same expression on both sides of '==' because the value of 'retry' and '0' are the same.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3797:25: warning: Redundant assignment of 'adev->common.cap_mask' to itself. [selfAssignment]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:4061:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:4120:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:446:18: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:916:18: style: The scope of the variable 'cdb' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1962:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1994:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2036:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2293:52: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2295:16: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2439:16: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2440:16: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3670:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2797:70: style: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1241:70: note: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2797:70: note: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2844:73: style: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1248:61: note: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2844:73: note: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2845:15: style: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1249:19: note: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2845:15: note: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3034:36: style: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1257:69: note: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3034:36: note: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3110:72: style: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1251:60: note: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3110:72: note: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3220:36: style: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1244:68: note: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3220:36: note: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3253:36: style: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:125:36: note: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3253:36: note: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3462:36: style: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1254:65: note: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:3462:36: note: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-4.9.88/drivers/dma/ppc4xx/adma.c:728:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:813:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:817:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1020:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1051:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1067:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1078:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:1159:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2045:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2535:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:4116:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2009:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2050:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/ppc4xx/adma.c:2573:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/pxa_dma.c:674:7: style: The scope of the variable 'vd_completed' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:734:19: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:736:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:994:23: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:1041:14: style: The scope of the variable 'avail' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:1311:12: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:1312:19: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/pxa_dma.c:883:0: style: Boolean variable 'misaligned' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/dma/qcom/hidma.c:336:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:128:40: style: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:139:40: note: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:128:40: note: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:146:42: style: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:135:42: note: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:146:42: note: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:146:53: style: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:135:54: note: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:146:53: note: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:315:52: style: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:154:52: note: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:315:52: note: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:415:37: style: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:153:37: note: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:415:37: note: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:472:41: style: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:145:41: note: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:472:41: note: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:509:41: style: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:143:41: note: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:509:41: note: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:518:45: style: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:141:45: note: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:518:45: note: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:535:49: style: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:142:49: note: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:535:49: note: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:617:55: style: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:146:55: note: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:617:55: note: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:707:59: style: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:149:59: note: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:707:59: note: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:801:41: style: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:152:41: note: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:801:41: note: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:834:53: style: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma.h:140:53: note: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:834:53: note: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:268:40: portability: 'lldev->evre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:546:25: portability: 'lldev->tre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:761:19: portability: 'lldev->tre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/qcom/hidma_ll.c:780:20: portability: 'lldev->evre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/qcom/hidma_mgmt_sys.c:264:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/dma/qcom/hidma_mgmt_sys.c:244:48: style: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/qcom/hidma_mgmt.h:38:48: note: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'.
linux-4.9.88/drivers/dma/qcom/hidma_mgmt_sys.c:244:48: note: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'.
linux-4.9.88/drivers/dma/s3c24xx-dma.c:293:30: style: The scope of the variable 'cdata' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/s3c24xx-dma.c:297:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/s3c24xx-dma.c:1234:8: style: The scope of the variable 'clk_name' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/s3c24xx-dma.c:1384:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sa11x0-dma.c:637:10: style: The scope of the variable 'tlen' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sa11x0-dma.c:708:25: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sa11x0-dma.c:735:25: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sa11x0-dma.c:537:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/sa11x0-dma.c:617:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/sa11x0-dma.c:1012:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/sa11x0-dma.c:1013:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/sh/rcar-dmac.c:581:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sh/rcar-dmac.c:654:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sh/rcar-dmac.c:1697:23: style: Checking if unsigned variable 'dmac->n_channels' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/dma/sh/shdmac.c:489:7: style: The scope of the variable 'triggered' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sh/usb-dmac.c:387:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sh/usb-dmac.c:510:24: style: The scope of the variable 'vd' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sh/usb-dmac.c:763:23: style: Checking if unsigned variable 'dmac->n_channels' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/dma/sh/usb-dmac.c:670:10: style: Variable 'uchan' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/sh/usb-dmac.c:191:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/dma/sirf-dma.c:249:2: style: Variable 'sdesc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/sirf-dma.c:241:0: note: Variable 'sdesc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/sirf-dma.c:249:2: note: Variable 'sdesc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/sirf-dma.c:271:7: style: The scope of the variable 'chain' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sirf-dma.c:1014:27: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sirf-dma.c:1017:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sirf-dma.c:172:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:175:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:176:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:177:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:179:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:183:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:188:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:189:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:191:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:197:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:198:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:199:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:199:58: portability: 'base+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:202:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:202:28: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:203:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:203:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:204:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:204:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:205:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:206:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:207:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:207:45: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:210:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:211:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:219:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:219:58: portability: 'base+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:222:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:222:28: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:223:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:223:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:224:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:224:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:225:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:226:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:227:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:227:45: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:230:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:231:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/sirf-dma.c:1047:11: style: Variable 'sdesc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/ste_dma40.c:2119:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/ste_dma40.c:2112:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ste_dma40.c:2119:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ste_dma40.c:2150:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/ste_dma40.c:2144:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ste_dma40.c:2150:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/ste_dma40.c:1018:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ste_dma40.c:1103:19: style: The scope of the variable '_d' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ste_dma40.c:1482:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ste_dma40.c:882:41: portability: 'pool->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:1151:39: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:1384:35: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:1399:35: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:2412:39: portability: 'd40c->base->lcpa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:2415:39: portability: 'd40c->base->lcpa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40.c:3219:35: portability: '(void*)base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ste_dma40_ll.c:398:6: style: The scope of the variable 'size_seg' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/ste_dma40_ll.c:27:21: style: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ste_dma40_ll.h:439:9: note: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'.
linux-4.9.88/drivers/dma/ste_dma40_ll.c:27:21: note: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'.
linux-4.9.88/drivers/dma/ste_dma40_ll.c:268:29: style: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/ste_dma40_ll.h:444:29: note: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'.
linux-4.9.88/drivers/dma/ste_dma40_ll.c:268:29: note: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'.
linux-4.9.88/drivers/dma/stm32-dma.c:427:24: style: The scope of the variable 'vdesc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/stm32-dma.c:556:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/stm32-dma.c:932:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/stm32-dma.c:536:9: style: Variable 'sfcr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/sun4i-dma.c:675:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/sun4i-dma.c:675:26: style: The scope of the variable 'plength' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:527:27: style: The scope of the variable 'hnsgreq' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:634:7: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:661:6: style: The scope of the variable 'cb_count' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:702:73: style: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:276:73: note: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'.
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:702:73: note: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'.
linux-4.9.88/drivers/dma/tegra20-apb-dma.c:407:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/dma/ti-dma-crossbar.c:57:28: portability: 'iomem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/ti-dma-crossbar.c:218:28: portability: 'iomem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/txx9dmac.c:1198:26: warning: Either the condition 'if(pdata&&pdata->memcpy_chan>=0)' is redundant or there is possible null pointer dereference: pdata. [nullPointerRedundantCheck]
linux-4.9.88/drivers/dma/txx9dmac.c:1218:5: note: Assuming that condition 'if(pdata&&pdata->memcpy_chan>=0)' is not redundant
linux-4.9.88/drivers/dma/txx9dmac.c:1198:26: note: Null pointer dereference
linux-4.9.88/drivers/dma/txx9dmac.c:993:24: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/txx9dmac.c:1095:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/txx9dmac.c:1181:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/txx9dmac.c:743:20: style: Expression '(X & 0xff) <= 0xff' is always true. [comparisonError]
linux-4.9.88/drivers/dma/txx9dmac.c:748:20: style: Expression '(X & 0x7f) <= 0x7f' is always true. [comparisonError]
linux-4.9.88/drivers/dma/xgene-dma.c:747:28: style: The scope of the variable 'desc_hw' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xgene-dma.c:1597:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xgene-dma.c:1636:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xgene-dma.c:1771:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/xilinx_dma.c:641:43: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/xilinx_dma.c:892:32: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/xilinx_dma.c:894:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/xilinx_dma.c:1524:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:358:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:357:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:358:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:792:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:491:66: portability: 'chan->desc_pool_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:358:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/xilinx/zynqmp_dma.c:525:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/dma/zx296702_dma.c:515:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/altera_edac.c:214:28: style: The scope of the variable 'reg_end' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/altera_edac.c:215:11: style: The scope of the variable 'sw' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/altera_edac.c:215:15: style: The scope of the variable 'aw' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/altera_edac.c:216:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/altera_edac.c:934:34: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/altera_edac.c:937:15: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/altera_edac.c:945:29: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/amd64_edac.c:2795:2: style: Variable 'pvt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/amd64_edac.c:2791:0: note: Variable 'pvt' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/amd64_edac.c:2795:2: note: Variable 'pvt' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/amd64_edac.c:1502:6: style: The scope of the variable 'tmp_cs' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/amd64_edac.c:1868:12: style: The scope of the variable 'size0' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/amd64_edac.c:1868:19: style: The scope of the variable 'size1' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/amd64_edac.c:1427:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/amd64_edac.c:1434:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/amd8111_edac.c:188:0: error: failed to expand 'edac_pci_handle_npe', Wrong number of parameters for macro 'edac_pci_handle_npe'. [preprocessorErrorDirective]
linux-4.9.88/drivers/edac/amd8131_edac.c:193:0: error: failed to expand 'edac_pci_handle_npe', Wrong number of parameters for macro 'edac_pci_handle_npe'. [preprocessorErrorDirective]
linux-4.9.88/drivers/edac/cpc925_edac.c:304:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/cpc925_edac.c:299:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/cpc925_edac.c:304:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/cpc925_edac.c:302:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/cpc925_edac.c:302:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/cpc925_edac.c:539:17: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/cpc925_edac.c:920:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/e752x_edac.c:334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/e752x_edac.c:1073:13: style: The scope of the variable 'mem_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/e7xxx_edac.c:362:36: style: The scope of the variable 'mem_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_device.c:178:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/edac_device.c:270:31: style: The scope of the variable 'edac_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_device.c:69:11: style: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/edac_core.h:306:12: note: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'.
linux-4.9.88/drivers/edac/edac_device.c:69:11: note: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'.
linux-4.9.88/drivers/edac/edac_device.c:73:41: style: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/edac_core.h:310:42: note: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'.
linux-4.9.88/drivers/edac/edac_device.c:73:41: note: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'.
linux-4.9.88/drivers/edac/edac_device.c:73:63: style: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/edac_core.h:311:12: note: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'.
linux-4.9.88/drivers/edac/edac_device.c:73:63: note: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'.
linux-4.9.88/drivers/edac/edac_device.c:159:2: portability: 'pvt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:35:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:52:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:69:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:702:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_device_sysfs.c:288:74: style: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/edac_module.h:45:34: note: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'.
linux-4.9.88/drivers/edac/edac_device_sysfs.c:288:74: note: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'.
linux-4.9.88/drivers/edac/edac_mc.c:59:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:214:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:214:9: style: The scope of the variable 'chn' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:214:14: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:215:21: style: The scope of the variable 'csr' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:495:23: style: The scope of the variable 'mci' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:649:23: style: The scope of the variable 'mci' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:845:17: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:955:16: style: The scope of the variable 'remapped_page' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/edac_mc.c:180:5: portability: '*p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/edac_mc.c:207:5: portability: '*p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/edac_mc.c:409:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/edac_mc.c:415:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/edac_module.c:49:35: style: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/edac_core.h:515:42: note: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'.
linux-4.9.88/drivers/edac/edac_module.c:49:35: note: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'.
linux-4.9.88/drivers/edac/edac_pci.c:203:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/edac/edac_pci_sysfs.c:696:0: error: failed to expand 'edac_pci_handle_pe', Wrong number of parameters for macro 'edac_pci_handle_pe'. [preprocessorErrorDirective]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:230:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:96:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:116:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:136:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:193:6: style: The scope of the variable 'bit_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:277:21: style: The scope of the variable 'csrow' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/fsl_ddr_edac.c:392:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i3200_edac.c:395:17: style: The scope of the variable 'nr_pages' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i3200_edac.c:300:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i3200_edac.c:300:43: portability: 'window+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i3200_edac.c:301:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i3200_edac.c:301:43: portability: 'window+1536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i5000_edac.c:996:6: style: The scope of the variable 'amb_present_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5000_edac.c:997:6: style: The scope of the variable 'addrBits' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5000_edac.c:1149:10: style: Variable 'maxch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5000_edac.c:1148:17: style: Variable 'maxdimmperch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5000_edac.c:1265:18: style: Variable 'channel_count' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5100_edac.c:871:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/i5100_edac.c:488:11: style: The scope of the variable 'ecc_loc' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5100_edac.c:501:13: style: Variable 'ecc_loc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5400_edac.c:579:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:582:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:583:6: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:584:6: style: The scope of the variable 'rank' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:585:6: style: The scope of the variable 'rdwr' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:586:6: style: The scope of the variable 'ras' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:586:11: style: The scope of the variable 'cas' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:922:6: style: The scope of the variable 'amb_present_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:923:6: style: The scope of the variable 'addrBits' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i5400_edac.c:536:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5400_edac.c:1069:10: style: Variable 'maxch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5400_edac.c:1068:17: style: Variable 'maxdimmperch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5400_edac.c:1181:18: style: Variable 'channel_count' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i5400_edac.c:1182:14: style: Variable 'max_dimms' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/edac/i7300_edac.c:414:19: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i7300_edac.c:753:24: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i7300_edac.c:440:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/edac/i7300_edac.c:479:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/edac/i7core_edac.c:623:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/i7core_edac.c:623:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/i7core_edac.c:1311:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/i7core_edac.c:1307:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/i7core_edac.c:1311:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/i7core_edac.c:1278:20: style: The scope of the variable 'bus' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i82443bxgx_edac.c:192:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i82860_edac.c:151:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i82875p_edac.c:366:30: portability: 'ovrfl_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82875p_edac.c:366:44: portability: 'ovrfl_window+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:698:6: style: Condition '!i82975x_registered' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/edac/i82975x_edac.c:373:21: style: The scope of the variable 'csrow' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/i82975x_edac.c:355:34: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:355:48: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:356:34: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:356:48: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:356:54: portability: 'mch_window+256+row' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:395:28: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:395:42: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:395:50: portability: 'mch_window+256+index' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/i82975x_edac.c:417:11: style: Variable 'dtype' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/mv64x60_edac.c:648:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/mv64x60_edac.c:645:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/mv64x60_edac.c:648:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/octeon_edac-pci.c:30:0: error: failed to expand 'edac_pci_handle_pe', Wrong number of parameters for macro 'edac_pci_handle_pe'. [preprocessorErrorDirective]
linux-4.9.88/drivers/edac/pasemi_edac.c:139:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:352:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:353:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:475:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:476:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:531:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:532:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:579:14: style: Unsigned variable 'master' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:1228:54: style: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:187:54: note: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'.
linux-4.9.88/drivers/edac/ppc4xx_edac.c:1228:54: note: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'.
linux-4.9.88/drivers/edac/ppc4xx_edac.c:1352:44: style: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'. [funcArgNamesDifferent]
linux-4.9.88/drivers/edac/ppc4xx_edac.c:188:55: note: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'.
linux-4.9.88/drivers/edac/ppc4xx_edac.c:1352:44: note: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'.
linux-4.9.88/drivers/edac/r82600_edac.c:222:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/sb_edac.c:2307:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/sb_edac.c:2300:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/sb_edac.c:2307:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/sb_edac.c:3395:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/edac/sb_edac.c:3389:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/sb_edac.c:3395:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/edac/sb_edac.c:1383:6: style: The scope of the variable 'edram_only' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/sb_edac.c:1941:31: style: The scope of the variable 'sad_way' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/sb_edac.c:1942:8: style: The scope of the variable 'sad_interl' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/sb_edac.c:349:27: style: struct member 'knl_pvt::pci_mc0_misc' is never used. [unusedStructMember]
linux-4.9.88/drivers/edac/sb_edac.c:350:27: style: struct member 'knl_pvt::pci_mc1_misc' is never used. [unusedStructMember]
linux-4.9.88/drivers/edac/skx_edac.c:377:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/skx_edac.c:377:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/edac/skx_edac.c:402:6: style: The scope of the variable 'ndimms' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/synopsys_edac.c:158:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:165:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:170:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:174:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:180:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:184:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:188:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:192:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:193:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:271:21: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:306:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:341:23: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/synopsys_edac.c:403:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/x38_edac.c:286:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/x38_edac.c:286:41: portability: 'window+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/x38_edac.c:287:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/x38_edac.c:287:41: portability: 'window+1536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/edac/xgene_edac.c:799:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/edac/xgene_edac.c:1506:13: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/edac/xgene_edac.c:635:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/xgene_edac.c:1426:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/xgene_edac.c:1505:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/xgene_edac.c:1631:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/edac/xgene_edac.c:1645:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/eisa/eisa-bus.c:47:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/eisa/pci_eisa.c:82:8: warning: Possible null pointer dereference: dev [nullPointer]
linux-4.9.88/drivers/eisa/pci_eisa.c:78:24: note: Assignment 'dev=NULL', assigned value is 0
linux-4.9.88/drivers/eisa/pci_eisa.c:82:8: note: Null pointer dereference
linux-4.9.88/drivers/eisa/pci_eisa.c:79:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-axp288.c:274:14: style: The scope of the variable 'pirq' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-axp288.c:274:20: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-axp288.c:145:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/extcon/extcon-max77693.c:321:6: style: The scope of the variable 'adc1k' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-max77693.c:322:6: style: The scope of the variable 'adclow' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-max77843.c:244:33: style: The scope of the variable 'gnd_type' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon-max8997.c:322:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/extcon/extcon.c:543:34: style: Boolean variable 'cable_state' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/drivers/firewire/core-card.c:235:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/firewire/core-card.c:125:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/core-card.c:544:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/core-card.c:696:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/firewire/core-cdev.c:974:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-cdev.c:1100:25: portability: '(void __user*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/core-device.c:280:19: warning: Either the condition 'buf?PAGE_SIZE:0' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
linux-4.9.88/drivers/firewire/core-device.c:280:28: note: Assuming that condition 'buf?PAGE_SIZE:0' is not redundant
linux-4.9.88/drivers/firewire/core-device.c:280:19: note: Null pointer dereference
linux-4.9.88/drivers/firewire/core-device.c:83:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-device.c:943:6: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-device.c:1121:9: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-device.c:969:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/core-device.c:980:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/core-device.c:916:18: error: Uninitialized struct member: current_node.node_id [uninitStructMember]
linux-4.9.88/drivers/firewire/core-iso.c:111:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-iso.c:151:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-iso.c:238:11: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-topology.c:56:6: style: The scope of the variable 'port_type' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-topology.c:189:47: style: The scope of the variable 'parent_count' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/core-transaction.c:639:47: style: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'. [funcArgNamesDifferent]
linux-4.9.88/drivers/firewire/core.h:244:47: note: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'.
linux-4.9.88/drivers/firewire/core-transaction.c:639:47: note: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'.
linux-4.9.88/drivers/firewire/core-transaction.c:909:69: style: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/firewire/core.h:242:69: note: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'.
linux-4.9.88/drivers/firewire/core-transaction.c:909:69: note: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'.
linux-4.9.88/drivers/firewire/core-transaction.c:939:70: style: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/firewire/core.h:243:70: note: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'.
linux-4.9.88/drivers/firewire/core-transaction.c:939:70: note: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'.
linux-4.9.88/drivers/firewire/core-transaction.c:1175:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/init_ohci1394_dma.c:192:9: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/net.c:515:8: style: The scope of the variable 'rawp' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/net.c:933:13: style: The scope of the variable 'last_rcode' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/net.c:933:25: style: The scope of the variable 'errors_skipped' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/net.c:1085:11: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/net.c:1575:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/nosy.c:216:29: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/nosy.c:254:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/nosy.c:475:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/ohci.c:1072:6: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:1727:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:1844:19: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:3209:10: style: The scope of the variable 'header' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:3213:6: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:3213:25: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:3213:33: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/ohci.c:864:30: portability: '(void*)buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:952:20: portability: 'ctx->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:961:34: portability: 'ctx->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:966:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:1019:47: portability: 'ohci->misc_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:1546:32: portability: '(void*)ohci->config_rom' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:2753:24: portability: 'ctx->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:2917:24: portability: 'ctx->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:3695:44: portability: 'ohci->misc_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/ohci.c:2343:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/ohci.c:2610:49: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2609. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/ohci.c:2609:8: note: Assuming that condition 'n<32' is not redundant
linux-4.9.88/drivers/firewire/ohci.c:2610:49: note: Shift
linux-4.9.88/drivers/firewire/ohci.c:2612:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/ohci.c:2608:38: note: Assignment 'n=(node_id&65472)==65472?node_id&63:63', assigned value is 63
linux-4.9.88/drivers/firewire/ohci.c:2612:49: note: Shift
linux-4.9.88/drivers/firewire/ohci.c:1117:13: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/firewire/ohci.c:2457:13: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/firewire/ohci.c:389:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firewire/ohci.c:440:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firewire/ohci.c:2970:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firewire/sbp2.c:1234:22: style: The scope of the variable 'sdev' can be reduced. [variableScope]
linux-4.9.88/drivers/firewire/sbp2.c:435:40: portability: 'payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/sbp2.c:438:31: portability: 'payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firewire/sbp2.c:587:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firewire/sbp2.c:1478:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/firmware/arm_scpi.c:307:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/arm_scpi.c:290:25: portability: 'match->rx_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:172:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:202:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:223:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:71:33: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:73:44: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:80:42: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/broadcom/bcm47xx_nvram.c:86:42: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/dell_rbu.c:270:2: style: Variable 'newpacket' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/firmware/dell_rbu.c:266:0: note: Variable 'newpacket' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/firmware/dell_rbu.c:270:2: note: Variable 'newpacket' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/firmware/dell_rbu.c:265:8: style: The scope of the variable 'ptemp_buf' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/dell_rbu.c:268:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/dell_rbu.c:300:6: style: The scope of the variable 'bytes_copied' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/dell_rbu.c:338:22: style: The scope of the variable 'newpacket' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/edd.c:706:19: style: Redundant condition: attr->test. '!attr->test || (attr->test && attr->test(edev))' is equivalent to '!attr->test || attr->test(edev)' [redundantCondition]
linux-4.9.88/drivers/firmware/edd.c:791:21: style: The scope of the variable 'edev' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/arm-init.c:67:22: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/arm-init.c:124:5: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
linux-4.9.88/drivers/firmware/efi/arm-init.c:129:23: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
linux-4.9.88/drivers/firmware/efi/capsule-loader.c:69:18: portability: 'kbuff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/capsule-loader.c:191:8: portability: 'kbuff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/cper.c:441:25: style: The scope of the variable 'gedata_len' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/cper.c:481:25: style: The scope of the variable 'gedata_len' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/cper.c:459:31: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/cper.c:494:31: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/efi-pstore.c:180:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/efi-pstore.c:307:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/efi.c:448:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/efi.c:497:10: portability: 'tablep' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/efi.c:746:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:747:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:748:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:749:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:750:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:751:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:752:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:753:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:754:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:755:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:756:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efi.c:757:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/firmware/efi/efivars.c:526:7: warning: Either the condition '!entry' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
linux-4.9.88/drivers/firmware/efi/efivars.c:516:6: note: Assuming that condition '!entry' is not redundant
linux-4.9.88/drivers/firmware/efi/efivars.c:526:7: note: Null pointer dereference
linux-4.9.88/drivers/firmware/efi/efivars.c:316:30: style: The scope of the variable 'compat' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/efivars.c:659:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/efivars.c:218:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/firmware/efi/esrt.c:346:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/libstub/arm-stub.c:451:27: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/libstub/arm-stub.c:485:21: portability: '(void*)out' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/libstub/fdt.c:331:47: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/libstub/random.c:22:55: style: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/firmware/efi/libstub/efistub.h:48:55: note: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'.
linux-4.9.88/drivers/firmware/efi/libstub/random.c:22:55: note: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'.
linux-4.9.88/drivers/firmware/efi/libstub/random.c:98:46: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/libstub/random.c:121:46: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/libstub/string.c:44:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/libstub/string.c:44:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/memattr.c:166:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/memattr.c:168:45: portability: '(void*)tbl->entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:279:11: portability: 'old' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:279:41: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:297:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:310:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:318:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/memmap.c:332:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/efi/reboot.c:12:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/vars.c:344:26: style: The scope of the variable 'strsize2' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/vars.c:793:6: style: The scope of the variable 'strsize1' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/efi/vars.c:793:16: style: The scope of the variable 'strsize2' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:752:2: style: Variable 'control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:744:0: note: Variable 'control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/firmware/iscsi_ibft.c:752:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/firmware/iscsi_ibft.c:800:23: style: The scope of the variable 'ibft_kobj' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:752:27: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:753:24: portability: '(void*)control' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:754:30: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:764:53: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/iscsi_ibft.c:769:23: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/qcom_scm-32.c:360:12: style: Redundant condition: cpus. '!cpus || (cpus && cpumask_empty(cpus))' is equivalent to '!cpus || cpumask_empty(cpus)' [redundantCondition]
linux-4.9.88/drivers/firmware/qcom_scm-32.c:107:21: portability: '(void*)cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/qcom_scm-32.c:129:21: portability: '(void*)rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/firmware/qcom_scm-64.c:88:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/firmware/qemu_fw_cfg.c:128:0: error: #error "QEMU FW_CFG not available on this architecture!" [preprocessorErrorDirective]
linux-4.9.88/drivers/fmc/fmc-dump.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-dump.c:34:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/fmc/fmc-match.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-sdb.c:258:22: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-sdb.c:67:44: portability: '(void*)(arr->record+i)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/fmc/fmc-write-eeprom.c:37:11: style: The scope of the variable 'thislen' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-write-eeprom.c:37:20: style: The scope of the variable 'thisaddr' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-write-eeprom.c:38:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fmc-write-eeprom.c:85:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/fmc/fru-parse.c:39:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/fpga/socfpga.c:450:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpio/gpio-104-idio-16.c:128:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-104-idio-16.c:147:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-74x164.c:77:18: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-74x164.c:77:23: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-adnp.c:187:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-adp5588.c:445:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-ath79.c:190:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-bcm-kona.c:87:35: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-bcm-kona.c:88:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:292:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:307:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:308:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:309:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:310:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:312:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:313:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-crystalcove.c:314:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-cs5535.c:113:10: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 111. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpio/gpio-cs5535.c:111:13: note: Assuming that condition 'offset<16' is not redundant
linux-4.9.88/drivers/gpio/gpio-cs5535.c:113:10: note: Shift
linux-4.9.88/drivers/gpio/gpio-davinci.c:347:8: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-dln2.c:363:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-dln2.c:364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-dwapb.c:300:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-em.c:181:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-ep93xx.c:326:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-ep93xx.c:327:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-f7188x.c:364:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-f7188x.c:329:59: style: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpio/gpio-f7188x.c:134:59: note: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'.
linux-4.9.88/drivers/gpio/gpio-f7188x.c:329:59: note: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'.
linux-4.9.88/drivers/gpio/gpio-grgpio.c:292:22: style: The scope of the variable 'uirq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-grgpio.c:343:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-htc-egpio.c:373:20: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-htc-egpio.c:373:25: style: The scope of the variable 'irq_end' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-htc-egpio.c:197:10: style: Variable 'bit' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpio/gpio-ich.c:221:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-ich.c:235:3: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 228. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpio/gpio-ich.c:228:9: note: Assuming that condition 'nr<16' is not redundant
linux-4.9.88/drivers/gpio/gpio-ich.c:235:3: note: Shift
linux-4.9.88/drivers/gpio/gpio-ich.c:169:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-ich.c:240:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-intel-mid.c:287:16: style: The scope of the variable 'pending' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-it87.c:382:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpio/gpio-it87.c:382:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpio/gpio-lynxpoint.c:244:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-lynxpoint.c:244:21: style: The scope of the variable 'ena' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-lynxpoint.c:244:26: style: The scope of the variable 'pending' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-lynxpoint.c:311:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-max732x.c:646:41: warning: Either the condition 'if(pdata&&pdata->setup)' is redundant or there is possible null pointer dereference: pdata. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpio/gpio-max732x.c:702:5: note: Assuming that condition 'if(pdata&&pdata->setup)' is not redundant
linux-4.9.88/drivers/gpio/gpio-max732x.c:646:41: note: Null pointer dereference
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1027:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1026:25: note: Assignment 'ret=mcp23s08_spi_init()', assigned value is 0
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1027:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1031:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1030:25: note: Assignment 'ret=mcp23s08_i2c_init()', assigned value is 0
linux-4.9.88/drivers/gpio/gpio-mcp23s08.c:1031:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/gpio/gpio-menz127.c:46:15: style: The scope of the variable 'rnd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-merrifield.c:345:36: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-mockup.c:127:6: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-omap.c:166:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-omap.c:173:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-pl061.c:214:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-pxa.c:640:16: style: Condition 'irq_base<0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpio/gpio-pxa.c:639:14: note: Assignment 'irq_base=-1', assigned value is -1
linux-4.9.88/drivers/gpio/gpio-pxa.c:640:16: note: Condition 'irq_base<0' is always true
linux-4.9.88/drivers/gpio/gpio-pxa.c:347:24: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-pxa.c:624:35: style: The scope of the variable 'gpio_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-pxa.c:371:27: portability: 'regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-pxa.c:371:29: portability: 'regbase+((i/3)<<8)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-pxa.c:669:3: style: Variable 'gpio_offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpio/gpio-rcar.c:176:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-rcar.c:203:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-rdc321x.c:59:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-sa1100.c:210:7: warning: Redundant assignment of 'GEDR' to itself. [selfAssignment]
linux-4.9.88/drivers/gpio/gpio-sa1100.c:177:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-sta2x11.c:306:13: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-sx150x.c:393:31: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/drivers/gpio/gpio-syscon.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-tegra.c:352:6: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-twl4030.c:325:30: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/drivers/gpio/gpio-twl4030.c:570:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-viperboard.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-viperboard.c:316:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-vr41xx.c:516:27: style: The scope of the variable 'pin' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-wcove.c:348:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-wcove.c:348:20: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-wcove.c:365:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-wcove.c:366:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-wcove.c:367:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-wcove.c:368:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-wcove.c:370:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-wcove.c:371:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpio/gpio-xgene.c:142:16: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-xgene.c:155:16: style: The scope of the variable 'bank_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpio-xlp.c:111:23: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-xlp.c:120:21: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-xlp.c:127:21: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpio/gpio-xtensa.c:40:0: error: #error GPIO32 option is not enabled for your xtensa core variant [preprocessorErrorDirective]
linux-4.9.88/drivers/gpio/gpio-zx.c:162:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpiolib-acpi.c:961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpiolib.c:2394:28: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-4.9.88/drivers/gpio/gpiolib.c:353:7: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpio/gpiolib.c:1077:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:197:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:216:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:216:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:263:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:396:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:397:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h:186:33: portability: 'sa_bo->manager->cpu_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:535:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:540:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:228:9: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:226:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:224:3: note: Assignment 'rdev=(struct amdgpu_device*)kgd', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:228:9: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:426:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:426:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:465:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:81:13: style: union member 'TCP_WATCH_CNTL_BITS::i32All' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:82:8: style: union member 'TCP_WATCH_CNTL_BITS::f32All' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:75:12: style: struct member 'Anonymous5::vmid' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:77:12: style: struct member 'Anonymous5::mode' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:317:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:317:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:356:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:91:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:96:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:96:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:127:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:132:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:132:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:133:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:167:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:768:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:875:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:875:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1191:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1570:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1642:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:102:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:136:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:173:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:278:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:280:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:315:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:317:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:320:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:323:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:326:14: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:391:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:419:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:427:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:497:22: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:587:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:737:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:776:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:891:57: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1200:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1351:39: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1362:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1365:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1368:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1371:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1374:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1496:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1539:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1577:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1649:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:298:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:334:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:366:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:398:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:430:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:788:8: style: The scope of the variable 'fw_name' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:789:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:921:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:922:11: style: The scope of the variable 'line_time_us' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:922:25: style: The scope of the variable 'vblank_lines' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:228:2: style: Variable 'best_encoder' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:222:0: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:228:2: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:110:11: style: The scope of the variable 'mode_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:110:23: style: The scope of the variable 'max_tmds_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:253:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:288:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:358:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:740:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1147:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1305:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1334:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1542:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:701:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:819:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1201:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:252:2: style: Variable 'other' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:249:0: note: Variable 'other' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:252:2: note: Variable 'other' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:30:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:467:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1978:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:97:45: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:102:51: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:103:45: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:116:43: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:121:51: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:122:43: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1846:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:663:27: style: The scope of the variable 'amdgpu_connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:773:26: style: The scope of the variable 'vtotal' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:811:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:838:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:120:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:147:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:295:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:328:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:334:64: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:365:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:376:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:387:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:398:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:410:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:428:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:475:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:510:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:515:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:519:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:524:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:577:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:581:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:614:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:640:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:672:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:697:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:708:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:715:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:736:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:807:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:563:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:596:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:150:2: style: Variable 'height' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:141:0: note: Variable 'height' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:150:2: note: Variable 'height' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:325:11: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:134:64: style: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:402:64: note: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:134:64: note: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:333:49: portability: 'adev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:124:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:34:52: style: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:480:52: note: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:34:52: note: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:156:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:74:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:72:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:74:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:93:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:91:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:93:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:340:66: style: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.h:40:66: note: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:340:66: note: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:369:65: style: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.h:42:65: note: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:369:65: note: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:76:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:95:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:306:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:331:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:63:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:119:28: style: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1187:28: note: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:119:28: note: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:39:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:69:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:61:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:336:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:234:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:639:18: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:666:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:122:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:500:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:546:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:1277:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:1278:22: style: The scope of the variable 'amdgpu_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c:166:17: style: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1198:17: note: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c:166:17: note: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c:281:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:242:27: style: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1751:27: note: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:242:27: note: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:243:27: style: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1752:27: note: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:243:27: note: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:106:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:135:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:136:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:145:39: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:148:41: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:180:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:181:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:190:41: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:193:39: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:204:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:676:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:742:11: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:743:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1193:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:281:22: portability: 'fw_buf_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:378:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:707:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:324:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:626:12: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:387:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:779:11: style: The scope of the variable 'next_pe_start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1088:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1152:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1232:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1339:17: style: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:947:17: note: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1339:17: note: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1479:19: style: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu.h:951:19: note: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1479:19: note: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:962:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:960:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:962:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:981:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:979:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:981:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:690:11: style: The scope of the variable 'val64' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:717:16: style: The scope of the variable 'cjiffies' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1437:39: style: The scope of the variable 'firmware_usage' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1400:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1400:49: portability: 'ctx->bios+ctx->data_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1420:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1420:48: portability: 'ctx->bios+ctx->cmd_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atom.c:1440:70: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:246:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:265:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:403:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:85:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:780:6: style: The scope of the variable 'igp_lane_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2008:24: style: The scope of the variable 'misc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:262:68: style: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.h:32:68: note: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:262:68: note: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:266:68: style: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.h:35:63: note: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:266:68: note: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2017:54: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2082:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2086:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2087:19: portability: 'mode_info->atom_context->bios+data_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:110:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:110:35: style: The scope of the variable 'buffer_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:544:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:539:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:544:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:545:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:540:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:545:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3748:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3762:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3762:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:605:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:741:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:766:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:824:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:872:7: style: The scope of the variable 'adjust_polarity' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:924:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:2445:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:4053:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:4102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5626:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5628:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5628:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5719:27: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:6089:16: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:6309:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5643:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5648:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5651:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5654:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5726:62: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1468:41: note: 'disable_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1468:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1505:6: note: outer condition: !disable_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: note: identical inner condition: !disable_plloff_in_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1468:41: note: 'disable_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1469:24: note: 'disable_clkreq' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1505:6: note: outer condition: !disable_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: note: identical inner condition: !disable_clkreq
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1468:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1469:24: note: 'disable_clkreq' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: note: outer condition: !disable_plloff_in_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: note: identical inner condition: !disable_clkreq
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1468:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik.c:1469:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_ih.c:395:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:387:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:495:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:932:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:1344:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:1084:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:103:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:303:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:305:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:305:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:994:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1010:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1207:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1549:18: style: The scope of the variable 'stable_ps_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:107:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:320:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:323:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:326:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:329:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_ih.c:374:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/cz_smc.c:488:40: portability: 'priv->smu_buffer.kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1511:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1509:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1511:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1516:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1514:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1516:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:740:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:3633:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1768:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:3202:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1478:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1476:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1478:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1483:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1481:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1483:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:707:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:3689:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1749:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:3259:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:1854:6: style: The scope of the variable 'pll' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:2790:40: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:2921:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:666:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3400:40: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3527:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:1705:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3077:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:1580:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:1898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:2704:18: error: Expression 'buffer[count++]=cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL,0))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:2540:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2375:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2668:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2772:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2929:22: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:5011:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4199:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4023:10: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4846:10: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1259:16: style: The scope of the variable 'dst_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1355:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3969:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4092:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4415:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4765:17: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5641:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5703:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:6503:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1104:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5242:20: style: Variable 'srbm_soft_reset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5352:20: style: Variable 'srbm_soft_reset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c:143:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c:948:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:187:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:1130:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1165:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/iceland_ih.c:374:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1445:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1436:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1445:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1700:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1697:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1700:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1713:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:506:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1249:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1495:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1658:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2236:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2373:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2589:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2727:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2729:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2729:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:3123:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2593:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2744:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2749:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2752:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2755:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1748:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:421:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:529:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:937:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:1342:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:857:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:1090:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:608:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:731:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:766:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1146:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1685:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1059:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1352:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1582:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1546:41: note: 'disable_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1546:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1576:6: note: outer condition: !disable_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1582:7: note: identical inner condition: !disable_plloff_in_l1
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1546:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si.c:1547:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:124:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:143:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:145:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:146:11: style: The scope of the variable 'rptr_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:403:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:530:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dma.c:905:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:3515:12: style: Expression is always false because 'else if' condition matches previous condition at line 3489. [multiCondition]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4315:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4310:20: note: Assignment 'td=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4315:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2576:6: warning: Either the condition 'dte_data==NULL' is redundant or there is possible null pointer dereference: dte_data. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2570:15: note: Assuming that condition 'dte_data==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2576:6: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2250:31: style: The scope of the variable 'papm_parm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2397:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2535:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2900:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:3769:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4223:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4688:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:5521:7: style: The scope of the variable 'gmc_pg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:5629:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:6400:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7281:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7283:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7283:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7537:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7554:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7873:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7966:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1969:50: style: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1831:51: note: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1969:50: note: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7298:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7303:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7306:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7309:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2935:18: style: Variable 'smc_result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4182:32: style: Variable 'backbias_response_time' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/si_ih.c:251:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/tonga_ih.c:437:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:594:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:593:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:594:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:366:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:578:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:830:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c:206:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c:381:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c:640:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vi.c:1617:28: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vi.c:1645:28: style: Same expression on both sides of '|'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/amd/amdgpu/vi.c:729:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c:442:7: style: The scope of the variable 'create_ok' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c:743:39: style: The scope of the variable 'pAperture' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:807:2: style: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:804:0: note: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:807:2: note: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:809:2: style: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:805:0: note: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:809:2: note: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:358:15: style: The scope of the variable 'aw_reg_add_dword' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:98:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device.c:367:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:735:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:733:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:735:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:477:23: style: The scope of the variable 'inx' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:478:11: style: The scope of the variable 'pipe_hpd_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:775:29: style: The scope of the variable 'pdd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:1013:23: style: Checking if unsigned variable 'dqm->queue_count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:1013:52: style: Checking if unsigned variable 'dqm->processes_count' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_events.c:732:2: style: Variable 'event_waiters' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_events.c:727:0: note: Variable 'event_waiters' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_events.c:732:2: note: Variable 'event_waiters' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_events.c:809:40: style: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:712:40: note: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_events.c:809:40: note: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:51:40: style: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:606:40: note: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:51:40: note: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:81:41: style: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:607:41: note: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:81:41: note: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:121:29: portability: 'kfd->interrupt_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:149:44: portability: 'kfd->interrupt_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:81:2: style: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:79:2: note: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:81:2: note: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:368:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:330:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:328:12: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:330:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:461:6: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_process.c:348:7: warning: Possible null pointer dereference: pdd [nullPointer]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_process.c:345:35: note: Assignment 'pdd=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_process.c:348:7: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c:90:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:509:3: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:511:3: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:513:9: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:576:2: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:403:30: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:436:30: style: The scope of the variable 'top_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:635:7: style: The scope of the variable 'public_name' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:636:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:637:11: style: The scope of the variable 'log_max_watch_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:934:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:957:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:507:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:509:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:511:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:513:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:540:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:541:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:542:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:543:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:544:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:545:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:546:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:547:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:548:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:549:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:550:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:552:8: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:575:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:576:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:577:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:578:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:579:8: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:603:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:605:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:606:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:607:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:608:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:610:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:611:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:612:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:613:48: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:616:5: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:645:10: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:658:10: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:663:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:665:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:672:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:675:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:679:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:681:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:683:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:685:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:687:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:689:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:691:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:693:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:695:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:697:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:699:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:701:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:703:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:705:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:707:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:709:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:726:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:730:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:733:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:737:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:741:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:944:2: warning: Either the condition 'eventmgr==NULL' is redundant or there is possible null pointer dereference: eventmgr. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:958:15: note: Assuming that condition 'eventmgr==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:944:2: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:150:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:131:2: style: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:130:2: note: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:131:2: note: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/eventmgr/eventmgr.c:49:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:326:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:320:0: note: Variable 'info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:326:2: note: Variable 'info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:990:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:983:0: note: Variable 'res' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:990:2: note: Variable 'res' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:713:16: style: The scope of the variable 'stable_pstate_sclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:714:16: style: The scope of the variable 'percentage' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:827:16: style: The scope of the variable 'dpm_features' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:870:7: style: The scope of the variable 'disable_switch' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:871:7: style: The scope of the variable 'enable_low_mem_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1033:16: style: The scope of the variable 'features' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1567:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1700:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:17: style: The scope of the variable 'vclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:23: style: The scope of the variable 'dclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:29: style: The scope of the variable 'ecclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:441:29: warning: Either the condition 'NULL!=lookup_table' is redundant or there is possible null pointer dereference: lookup_table. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:444:28: note: Assuming that condition 'NULL!=lookup_table' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:441:29: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:461:29: warning: Either the condition 'NULL!=voltage_table' is redundant or there is possible null pointer dereference: voltage_table. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:464:28: note: Assuming that condition 'NULL!=voltage_table' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:461:29: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:139:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:199:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:256:11: style: The scope of the variable 'vvalue' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:257:7: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:515:10: style: The scope of the variable 'voltageId' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:171:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:972:2: style: Variable 'fA_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:923:2: note: Variable 'fA_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:972:2: note: Variable 'fA_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:973:2: style: Variable 'fB_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:924:2: note: Variable 'fB_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:973:2: note: Variable 'fB_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:974:2: style: Variable 'fC_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:925:2: note: Variable 'fC_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:974:2: note: Variable 'fC_Term' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1169:2: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1165:0: note: Variable 'table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1169:2: note: Variable 'table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:52:10: style: The scope of the variable 'tmem_id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:29: style: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:60:29: note: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:29: note: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:37: style: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:60:37: note: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:37: note: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:27: style: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:62:27: note: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:27: note: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:35: style: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:62:35: note: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:35: note: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:524:31: style: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:67:31: note: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:524:31: note: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:338:18: style: Variable 'X_LessThanOne' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:339:18: style: Variable 'Y_LessThanOne' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:276:8: style: Condition '0==disable_power_control' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:275:26: note: Assignment 'disable_power_control=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:276:8: note: Condition '0==disable_power_control' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:302:8: style: Condition '0==disable_ppm' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:301:16: note: Assignment 'disable_ppm=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:302:8: note: Condition '0==disable_ppm' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:949:3: style: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:947:3: note: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:949:3: note: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:162:36: style: The scope of the variable 'record' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:255:24: style: The scope of the variable 'atom_ppm_table' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:325:46: style: The scope of the variable 'dep_record' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:379:46: style: The scope of the variable 'mclk_table_record' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:716:49: style: The scope of the variable 'mm_table_record' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1283:32: style: The scope of the variable 'state_arrays' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1284:26: style: The scope of the variable 'state_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1286:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1210:37: portability: '(void*)pp_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:707:2: style: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:703:2: note: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:707:2: note: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1020:2: style: Variable 'fw_info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1012:0: note: Variable 'fw_info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1020:2: note: Variable 'fw_info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1091:2: style: Variable 'vce_table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1085:0: note: Variable 'vce_table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1091:2: note: Variable 'vce_table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:830:20: style: The scope of the variable 'pstate_arrays' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:853:20: style: The scope of the variable 'pstate_arrays' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:854:29: style: The scope of the variable 'pstate_entry_v2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:858:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:860:24: style: The scope of the variable 'pclock_arrays' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:862:27: style: The scope of the variable 'pnon_clock_arrays' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:864:26: style: The scope of the variable 'pstate_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1171:40: style: The scope of the variable 'limit_table' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1409:38: style: The scope of the variable 'extended_header' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1410:12: style: The scope of the variable 'table_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1411:25: style: The scope of the variable 'atom_ppm_table' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:675:22: warning: Either the condition 'allowed_vdd_mclk_table!=NULL' is redundant or there is possible null pointer dereference: allowed_vdd_mclk_table. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:692:45: note: Assuming that condition 'allowed_vdd_mclk_table!=NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:675:22: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1501:6: warning: Either the condition 'table_info==NULL' is redundant or there is possible null pointer dereference: table_info. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1504:21: note: Assuming that condition 'table_info==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1501:6: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:530:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:530:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1453:11: style: The scope of the variable 'vv_id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1684:10: style: The scope of the variable 'entry_id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1726:10: style: The scope of the variable 'entry_id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1874:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1918:11: style: The scope of the variable 'temp_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2034:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2048:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2062:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2077:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2091:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2105:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2119:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2152:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2517:10: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3228:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3569:11: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:4367:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2586:35: error: Expression 'hwmgr->gfx_arbiter.sclk_over_drive<=hwmgr->platform_descriptor.overdriveLimit.engineClock,"Overdrive sclk exceeds limit",hwmgr->gfx_arbiter.sclk_over_drive=hwmgr->platform_descriptor.overdriveLimit.engineClock' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2598:35: error: Expression 'hwmgr->gfx_arbiter.mclk_over_drive<=hwmgr->platform_descriptor.overdriveLimit.memoryClock,"Overdrive mclk exceeds limit",hwmgr->gfx_arbiter.mclk_over_drive=hwmgr->platform_descriptor.overdriveLimit.memoryClock' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3865:18: style: Variable 'vbios_version' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1371:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1372:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1373:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1381:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:18: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:25: style: The scope of the variable 'value2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:544:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:617:6: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:708:6: style: The scope of the variable 'adjust_percent' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:708:22: style: The scope of the variable 'target_tdp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:614:11: style: The scope of the variable 'firmware_type' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:219:31: style: Variable 'cz_smu' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:570:6: style: Condition '!result' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:556:15: note: Assignment 'result=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:570:6: note: Condition '!result' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:978:6: style: Condition 'mclk_stutter_mode_threshold' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:951:41: note: Assignment 'mclk_stutter_mode_threshold=60000', assigned value is 60000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:978:6: note: Condition 'mclk_stutter_mode_threshold' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:415:2: style: Variable 'HiSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:411:0: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:415:2: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:416:2: style: Variable 'LoSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:412:0: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:416:2: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:724:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:721:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:724:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1438:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:508:10: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:791:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:792:10: style: The scope of the variable 'hightest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:793:4: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:794:4: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:795:4: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1066:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1491:42: style: The scope of the variable 'volt_without_cks' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1492:4: style: The scope of the variable 'volt_with_cks' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:743:14: style: Variable 'threshold' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1339:10: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:517:2: style: Variable 'fiji_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:515:0: note: Variable 'fiji_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:517:2: note: Variable 'fiji_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1154:59: style: Condition 'mclk_strobe_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1104:40: note: Assignment 'mclk_strobe_mode_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1154:59: note: Condition 'mclk_strobe_mode_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1162:34: style: Condition 'mclk_edc_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1103:39: note: Assignment 'mclk_edc_enable_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1162:34: note: Condition 'mclk_edc_enable_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1167:37: style: Condition 'mclk_edc_wr_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1102:42: note: Assignment 'mclk_edc_wr_enable_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1167:37: note: Condition 'mclk_edc_wr_enable_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:208:2: style: Variable 'HiSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:204:0: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:208:2: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:209:2: style: Variable 'LoSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:205:0: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:209:2: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:752:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:749:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:752:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1975:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1968:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1975:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:221:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:457:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:484:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:509:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1102:11: style: The scope of the variable 'mclk_edc_wr_enable_threshold' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1103:11: style: The scope of the variable 'mclk_edc_enable_threshold' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1272:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1646:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:2067:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:241:2: style: Variable 'iceland_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:239:0: note: Variable 'iceland_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:241:2: note: Variable 'iceland_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:95:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:656:6: style: Condition 'ss_target_percent' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:654:22: note: Assignment 'ss_target_percent=2', assigned value is 2
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:656:6: note: Condition 'ss_target_percent' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:877:6: style: Condition 'mclk_stutter_mode_threshold' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:852:41: note: Assignment 'mclk_stutter_mode_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:877:6: note: Condition 'mclk_stutter_mode_threshold' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:305:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:301:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:305:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:306:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:302:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:306:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:692:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:689:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:692:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1296:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1543:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1533:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1543:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1858:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1855:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1858:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:392:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:392:18: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:418:18: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:451:10: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:611:67: style: The scope of the variable 'ss_target_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:765:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:766:10: style: The scope of the variable 'hightest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:767:3: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:768:3: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:769:3: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:961:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1489:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1049:14: style: Variable 'us_mvdd' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1410:3: style: Variable 'stretch_amount2' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:410:2: style: Variable 'polaris10_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:408:0: note: Variable 'polaris10_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:410:2: note: Variable 'polaris10_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:52:11: style: The scope of the variable 'dest_byte' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:53:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:89:11: style: The scope of the variable 'original_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:91:11: style: The scope of the variable 'extra_shift' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c:200:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c:224:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:934:35: style: Condition 'mclk_stutter_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:893:41: note: Assignment 'mclk_stutter_mode_threshold=30000', assigned value is 30000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:934:35: note: Condition 'mclk_stutter_mode_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:943:59: style: Condition 'mclk_strobe_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:895:40: note: Assignment 'mclk_strobe_mode_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:943:59: note: Condition 'mclk_strobe_mode_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:951:34: style: Condition 'mclk_edc_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:894:39: note: Assignment 'mclk_edc_enable_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:951:34: note: Condition 'mclk_edc_enable_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:956:37: style: Condition 'mclk_edc_wr_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:892:42: note: Assignment 'mclk_edc_wr_enable_threshold=40000', assigned value is 40000
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:956:37: note: Condition 'mclk_edc_wr_enable_threshold!=0' is always true
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:542:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:539:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:542:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1976:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1972:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1976:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1977:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1973:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1977:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:167:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:191:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:253:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:614:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:615:10: style: The scope of the variable 'highest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:616:10: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:616:41: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:617:10: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:892:11: style: The scope of the variable 'mclk_edc_wr_enable_threshold' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:894:11: style: The scope of the variable 'mclk_edc_enable_threshold' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1064:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:2137:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:2565:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:212:2: style: Variable 'tonga_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:210:0: note: Variable 'tonga_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:212:2: note: Variable 'tonga_smu' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/scheduler/sched_fence.c:55:2: style: Variable 'fence' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/amd/scheduler/sched_fence.c:52:0: note: Variable 'fence' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/scheduler/sched_fence.c:55:2: note: Variable 'fence' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/amd/scheduler/sched_fence.c:49:73: style: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/amd/scheduler/gpu_scheduler.h:149:27: note: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'.
linux-4.9.88/drivers/gpu/drm/amd/scheduler/sched_fence.c:49:73: note: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'.
linux-4.9.88/drivers/gpu/drm/arc/arcpgu_crtc.c:230:43: style: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/arc/arcpgu.h:43:43: note: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-4.9.88/drivers/gpu/drm/arc/arcpgu_crtc.c:230:43: note: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-4.9.88/drivers/gpu/drm/arc/arcpgu_drv.c:143:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_crtc.c:297:41: style: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_drv.h:36:41: note: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_crtc.c:297:41: note: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_crtc.c:233:10: style: Variable 'src_w' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_crtc.c:234:10: style: Variable 'src_h' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/arm/hdlcd_crtc.c:235:11: style: Variable 'dest_w' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/arm/malidp_crtc.c:35:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/arm/malidp_hw.c:431:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/arm/malidp_hw.c:95:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/arm/malidp_planes.c:135:29: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_510.c:48:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_hw.h:110:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/armada/armada_hw.h:147:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/armada/armada_hw.h:265:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/armada/armada_hw.h:286:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:775:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:777:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:778:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:794:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:796:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:425:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/armada/armada_crtc.c:657:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/armada/armada_debugfs.c:35:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_debugfs.c:35:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_drv.c:243:27: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_drv.c:280:18: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_gem.c:497:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_gem.c:594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/armada/armada_gem.c:409:32: portability: 'dobj->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/ast/ast_dp501.c:98:6: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_fb.c:51:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_fb.c:51:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_fb.c:114:61: portability: 'afbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/ast/ast_main.c:69:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_mode.c:752:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_mode.c:783:11: style: The scope of the variable 'jtemp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ast/ast_mode.c:261:9: style: Variable 'jreg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/ast/ast_mode.c:959:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/ast/ast_mode.c:969:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/ati_pcigart.c:62:16: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ati_pcigart.c:63:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ati_pcigart.c:64:6: style: The scope of the variable 'max_pages' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:233:48: style: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h:170:48: note: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'.
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:233:48: note: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'.
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:244:47: style: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h:171:47: note: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'.
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:244:47: note: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'.
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:186:15: style: The scope of the variable 'plane_status' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:440:39: style: The scope of the variable 'dscr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:589:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:591:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:594:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bochs/bochs_kms.c:104:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:136:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:504:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:505:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:267:34: style: Boolean variable 'output_format_ycbcr' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/bridge/adv7511/adv7533.c:121:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/analogix-anx78xx.c:687:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/bridge/analogix-anx78xx.c:682:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/bridge/analogix-anx78xx.c:687:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/bridge/analogix-anx78xx.c:616:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/analogix-anx78xx.c:652:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: style: Condition 'retval!=0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:725:15: note: Assignment 'retval=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: note: Condition 'retval!=0' is always false
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1174:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1176:2: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1174:7: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: style: Same expression on both sides of '!=' because the value of 'retval' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:725:15: note: 'retval' is assigned value '0' here.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: note: Same expression on both sides of '!=' because the value of 'retval' and '0' are the same.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:932:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:933:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:39:21: style: struct member 'bridge_init::client' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:40:22: style: struct member 'bridge_init::node' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:403:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:402:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:403:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:338:6: style: The scope of the variable 'timeout_loop' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:145:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:146:32: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:147:32: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:163:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:164:25: portability: 'dw->buf_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:165:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:165:34: portability: 'dw->buf_src+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:191:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:192:25: portability: 'dw->buf_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:193:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:193:34: portability: 'dw->buf_src+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:860:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1019:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1023:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1034:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1038:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1429:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/dw-hdmi.c:1586:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/bridge/nxp-ptn3460.c:302:33: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/bridge/parade-ps8622.c:546:33: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_fbdev.c:24:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_fbdev.c:24:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_fbdev.c:86:61: portability: 'afbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_fbdev.c:188:7: style: Variable 'bo' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:46:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:47:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:48:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:49:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:85:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:86:10: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:87:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:89:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:90:10: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:91:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:101:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:102:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:104:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:105:8: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:109:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:110:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:111:8: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:114:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:209:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:210:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:211:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:212:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:213:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:214:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:215:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:220:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:236:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:251:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:254:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:256:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:257:9: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:280:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:284:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:290:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:293:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:296:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:298:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:472:2: error: Address of auto-variable 'cirrus_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/cirrus/cirrus_mode.c:542:2: error: Address of auto-variable 'cirrus_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/drm_atomic.c:112:27: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_atomic.c:1477:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_atomic_helper.c:1442:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_atomic_helper.c:2006:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_bufs.c:87:0: error: #error Unsupported long size. Neither 64 nor 32 bits. [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/drm_color_mgmt.c:215:18: portability: 'r_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/drm_color_mgmt.c:221:18: portability: 'g_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/drm_color_mgmt.c:282:18: portability: 'r_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/drm_color_mgmt.c:288:18: portability: 'g_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/drm_connector.c:62:6: style: struct member 'drm_conn_prop_enum_list::type' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/drm_context.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_context.c:172:47: style: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:58:47: note: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:172:47: note: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:172:58: style: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:58:56: note: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:172:58: note: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:173:24: style: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:58:76: note: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:173:24: note: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:220:47: style: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:57:47: note: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:220:47: note: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:220:58: style: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:57:56: note: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:220:58: note: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:221:24: style: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:57:76: note: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:221:24: note: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:324:42: style: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:50:42: note: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:324:42: note: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:324:53: style: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:50:51: note: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:324:53: note: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:325:26: style: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:50:71: note: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:325:26: note: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:359:42: style: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:51:42: note: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:359:42: note: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:359:53: style: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:51:51: note: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:359:53: note: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:360:26: style: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:51:71: note: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:360:26: note: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:407:42: style: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:52:42: note: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:407:42: note: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:407:53: style: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:52:51: note: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:407:53: note: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:408:26: style: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:52:71: note: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:408:26: note: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:433:45: style: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:53:45: note: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:433:45: note: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:433:56: style: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:53:54: note: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:433:56: note: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:434:22: style: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:53:74: note: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:434:22: note: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:457:42: style: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:54:42: note: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:457:42: note: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:457:53: style: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:54:51: note: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:457:53: note: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:458:26: style: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:54:71: note: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:458:26: note: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:483:41: style: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:55:41: note: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:483:41: note: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:483:52: style: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:55:50: note: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:483:52: note: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:484:25: style: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:55:70: note: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_context.c:484:25: note: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_crtc_helper.c:223:41: style: The scope of the variable 'encoder_funcs' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dma.c:145:22: style: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:102:22: note: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_dma.c:145:22: note: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_dp_aux_dev.c:61:2: style: Variable 'aux_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_dp_aux_dev.c:58:0: note: Variable 'aux_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_dp_aux_dev.c:61:2: note: Variable 'aux_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_dp_dual_mode_helper.c:121:14: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/drm_dp_helper.c:545:6: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_helper.c:546:6: style: The scope of the variable 'bpc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_helper.c:736:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_helper.c:852:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_helper.c:888:11: style: The scope of the variable 'transfer_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:321:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:1054:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:1568:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:2790:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:365:10: style: Variable 'crc4' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:1068:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:1561:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:1615:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:2202:12: style: Variable 'origlen' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_dp_mst_topology.c:2882:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:4416:2: style: Variable 'displayid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:4413:0: note: Variable 'displayid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_edid.c:4416:2: note: Variable 'displayid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_edid.c:1480:27: style: The scope of the variable 'quirk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:2150:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:2178:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:2400:21: style: The scope of the variable 'cvt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:2475:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:3360:6: style: The scope of the variable 'dbl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_edid.c:4001:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:294:38: style: The scope of the variable 'funcs' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:295:26: style: The scope of the variable 'fb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:545:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:910:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:910:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:1729:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fb_helper.c:1930:34: style: The scope of the variable 'fb_helper_conn' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_fops.c:189:6: style: Condition '!drm_cpu_valid()' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/drm_fourcc.c:98:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/drm_framebuffer.c:812:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_framebuffer.c:813:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_framebuffer.c:629:38: style: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_crtc_internal.h:44:38: note: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'.
linux-4.9.88/drivers/gpu/drm/drm_framebuffer.c:629:38: note: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'.
linux-4.9.88/drivers/gpu/drm/drm_ioc32.c:443:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_ioc32.c:506:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_ioctl.c:139:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_ioctl.c:229:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_irq.c:523:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_irq.c:525:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_irq.c:869:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_irq.c:1508:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_irq.c:1690:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:43:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:42:29: note: Assignment 'ret=drm_fb_helper_modinit()', assigned value is 0
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:43:10: note: Condition 'ret<0' is always false
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:47:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:46:27: note: Assignment 'ret=drm_dp_aux_dev_init()', assigned value is 0
linux-4.9.88/drivers/gpu/drm/drm_kms_helper_common.c:47:10: note: Condition 'ret<0' is always false
linux-4.9.88/drivers/gpu/drm/drm_lock.c:105:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_lock.c:120:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_lock.c:286:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_lock.c:305:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_lock.c:305:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_lock.c:158:40: style: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:92:40: note: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:158:40: note: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:158:51: style: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:92:49: note: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:158:51: note: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:159:24: style: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:92:69: note: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:159:24: note: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:42: style: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:93:42: note: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:42: note: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:53: style: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:93:51: note: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:53: note: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:76: style: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:93:71: note: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_lock.c:250:76: note: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:116:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:113:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:116:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:146:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:144:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_mode_object.c:146:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_modes.c:1397:11: warning: Either the condition 'ch!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:1394:11: note: Assuming that condition 'ch!=NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/drm_modes.c:1397:11: note: Null pointer subtraction
linux-4.9.88/drivers/gpu/drm/drm_modes.c:398:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:398:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:257:17: style: Variable 'vback_porch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:454:16: style: Variable 'vback_porch' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:459:19: style: Variable 'vfieldrate_est' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:461:2: style: Variable 'hperiod' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_modes.c:469:17: style: Variable 'vframe_rate' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/drm_of.c:47:22: style: The scope of the variable 'remote_port' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_of.c:167:22: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_pci.c:88:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_pci.c:89:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_pci.c:421:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_plane.c:336:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_plane.c:338:6: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_prime.c:771:2: style: Variable 'sg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_prime.c:768:0: note: Variable 'sg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_prime.c:771:2: note: Variable 'sg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_property.c:81:2: style: Variable 'property' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_property.c:78:0: note: Variable 'property' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_property.c:81:2: note: Variable 'property' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_property.c:698:2: style: Variable 'old_blob' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/drm_property.c:693:0: note: Variable 'old_blob' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_property.c:698:2: note: Variable 'old_blob' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/drm_property.c:144:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_scatter.c:52:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_vm.c:224:23: style: The scope of the variable 'r_list' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/drm_vm.c:663:46: style: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/drm_legacy.h:77:46: note: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_vm.c:663:46: note: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'.
linux-4.9.88/drivers/gpu/drm/drm_vma_manager.c:377:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:125:24: portability: 'buf->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:143:26: portability: 'buffer->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:369:42: portability: 'buffer->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_drv.c:624:23: style: The scope of the variable 'core_node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_dump.c:82:13: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_dump.c:104:60: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_dump.c:114:50: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_dump.c:224:60: portability: 'iter.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:96:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:412:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:816:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:94:64: style: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.h:118:64: note: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:94:64: note: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:126:55: style: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.h:119:55: note: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem.c:126:55: note: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:101:54: style: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_drv.h:82:54: note: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:101:54: note: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:236:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:483:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:484:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:485:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c:226:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c:227:51: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:272:50: style: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_mmu.h:63:50: note: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'.
linux-4.9.88/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:272:50: note: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_dp.c:103:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_dp.c:161:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_core.c:21:58: style: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_drv.h:274:58: note: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_core.c:21:58: note: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_core.c:31:60: style: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_drv.h:277:60: note: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_core.c:31:60: note: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_crtc.c:81:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_crtc.c:134:12: style: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_crtc.h:25:12: note: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_crtc.c:134:12: note: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1022:6: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1211:7: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:660:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:698:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:930:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:932:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1290:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:562:9: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:563:10: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_dsi.c:564:9: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fbdev.c:270:26: style: The scope of the variable 'fb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:204:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:208:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:211:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:214:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:303:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:520:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:530:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:547:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:560:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:589:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:637:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:926:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:993:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1004:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1493:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1499:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1542:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:473:27: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:476:25: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:521:39: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:898:26: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:900:26: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_fimd.c:448:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_g2d.c:298:27: portability: 'g2d->cmdlist_pool_virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:234:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:458:36: style: The scope of the variable 'plane_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:15: style: The scope of the variable 'bpp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:20: style: The scope of the variable 'width' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:27: style: The scope of the variable 'height' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_ipp.c:819:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_mic.c:235:2: style: Variable 'endpoint' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_mic.c:233:0: note: Variable 'endpoint' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_mic.c:235:2: note: Variable 'endpoint' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_mic.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_mic.c:227:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_drm_vidi.c:195:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_hdmi.c:719:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_mixer.c:432:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_mixer.c:438:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_mixer.c:448:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_mixer.c:648:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/exynos/exynos_mixer.c:580:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c:89:10: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/accel_2d.c:112:11: style: The scope of the variable 'submit_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_device.c:475:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_device.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_device.c:46:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_crt.c:47:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_crt.c:51:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_crt.c:54:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_crt.c:57:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:470:2: style: Variable 'gma_crtc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:467:0: note: Variable 'gma_crtc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:470:2: note: Variable 'gma_crtc' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:593:7: style: The scope of the variable 'is_crt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:594:7: style: The scope of the variable 'is_hdmi' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:573:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:733:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:734:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:752:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:772:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:781:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:868:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_display.c:878:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1528:2: style: Variable 'clock_recovery' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1504:0: note: Variable 'clock_recovery' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1528:2: note: Variable 'clock_recovery' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1604:2: style: Variable 'channel_eq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1596:0: note: Variable 'channel_eq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1604:2: note: Variable 'channel_eq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1771:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1766:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1771:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1453:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:673:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:718:10: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:719:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:763:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1111:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1209:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1349:10: style: The scope of the variable 'lane_status' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1368:10: style: The scope of the variable 'lane_status' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1957:30: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:417:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:443:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:595:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:609:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:620:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1088:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1096:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1192:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1509:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1684:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:1698:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_dp.c:963:6: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:135:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:132:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:135:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:217:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:214:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:217:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:102:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:104:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_lvds.c:213:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_lvds.c:224:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_lvds.c:375:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_lvds.c:736:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/cdv_intel_lvds.c:762:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/framebuffer.c:122:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/framebuffer.c:123:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:496:20: style: The scope of the variable 'gt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:416:12: portability: 'tmp_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:228:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:233:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:237:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:245:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:246:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:256:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:257:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:282:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:292:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:293:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:302:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:303:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:314:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:315:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:593:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:594:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gma_display.c:721:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/gtt.c:566:20: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/gtt.c:162:61: style: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/gtt.h:64:24: note: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'.
linux-4.9.88/drivers/gpu/drm/gma500/gtt.c:162:61: note: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'.
linux-4.9.88/drivers/gpu/drm/gma500/intel_bios.c:534:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/intel_bios.c:219:55: portability: 'bl_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/gma500/intel_gmbus.c:337:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:263:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:267:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:283:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:291:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:307:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_device.c:357:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:945:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:124:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:154:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:161:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:828:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:130:8: style: Variable 'mipi' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:989:15: style: Variable 'dsi_config' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:523:27: warning: Either the condition '!sender' is redundant or there is possible null pointer dereference: sender. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:528:6: note: Assuming that condition '!sender' is not redundant
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:523:27: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:875:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:869:6: note: outer condition: is_hdmi
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:875:13: note: identical inner condition: is_hdmi
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:72:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:100:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:55:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:83:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:313:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:118:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:253:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:254:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:265:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:266:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:276:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:279:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:280:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:333:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:348:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:365:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:366:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:374:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:392:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:399:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:408:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:415:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:437:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:441:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:442:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:451:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:452:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:462:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:464:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:466:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:766:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:858:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:863:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:930:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:931:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mdfld_intel_display.c:997:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:252:21: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:611:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:612:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:587:29: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:644:30: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:688:29: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:751:30: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/gma500/mmu.c:283:27: style: Variable 'clflush_count' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:251:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:256:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:261:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:270:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:271:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:277:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:278:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:300:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:303:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:304:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:314:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:315:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:323:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:324:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:359:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:423:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:534:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:558:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:560:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:563:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.m1 [uninitStructMember]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.m2 [uninitStructMember]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.p2 [uninitStructMember]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.dot [uninitStructMember]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.vco [uninitStructMember]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:269:23: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:269:23: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:270:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:270:25: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:271:24: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:271:24: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:272:23: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:272:23: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:273:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:273:25: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:274:24: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:274:24: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:275:26: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:275:26: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:276:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:276:25: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:277:26: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:277:26: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:278:27: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:278:27: note: Condition 'pipe==0' is always false
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:738:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:213:26: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:216:27: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:288:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:358:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:362:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:392:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:393:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:402:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:403:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:409:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:410:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:436:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:444:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:445:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:451:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:452:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:460:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:461:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:162:12: style: Variable 'htotal' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_hdmi.c:190:12: style: Variable 'nr_min' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:60:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:71:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:114:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:147:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:151:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:154:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:157:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds.c:159:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c:75:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c:89:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/opregion.c:156:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/opregion.c:162:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/opregion.c:168:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/power.c:188:38: style: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/power.h:42:38: note: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:188:38: note: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:215:37: style: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/power.h:43:37: note: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:215:37: note: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:249:51: style: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/power.h:52:51: note: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:249:51: note: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:319:35: style: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/power.h:44:35: note: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:319:35: note: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:324:37: style: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/power.h:45:37: note: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/power.c:324:37: note: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'.
linux-4.9.88/drivers/gpu/drm/gma500/psb_drv.c:355:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/psb_drv.c:340:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_drv.c:355:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:96:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:212:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:213:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:214:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:223:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:225:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:241:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:327:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_display.c:338:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:236:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:247:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:336:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:342:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:490:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:804:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_lvds.c:126:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: note: Opposite expression on both sides of '&'.
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: note: Opposite expression on both sides of '&'.
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1100:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2507:54: style: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_drv.h:218:61: note: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'.
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2507:54: note: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'.
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1125:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1126:56: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1138:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1139:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:455:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2585:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2587:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:434:3: style: Variable 'hist_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:432:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:434:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:445:3: style: Variable 'hist_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:434:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:445:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:448:3: style: Variable 'pwm_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:441:3: note: Variable 'pwm_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:448:3: note: Variable 'pwm_reg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:210:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:431:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:433:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:530:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:589:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:656:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:245:12: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:481:14: style: Variable 'hist_reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/psb_irq.c:488:13: style: Variable 'pwm_reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/gma500/psb_lid.c:43:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_lid.c:46:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/gma500/psb_lid.c:59:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:317:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:318:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:319:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:324:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:325:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:326:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:339:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:344:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:345:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:350:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:351:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:352:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:354:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:356:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:358:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:376:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:377:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:378:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:379:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:422:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:424:47: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:426:60: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:434:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:461:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:465:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:494:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:495:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:496:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:498:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:499:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:500:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:501:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:502:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:530:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:532:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:533:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:463:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:464:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:914:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:910:12: note: Assignment 'ret=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:914:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:476:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:986:20: style: The scope of the variable 'aplane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:142:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:153:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:396:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:398:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:400:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:402:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:404:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:406:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:416:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:418:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:420:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:429:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:431:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:433:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:443:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:445:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:637:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:638:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:639:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:640:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:641:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:642:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:652:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:679:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:680:45: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:681:44: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:687:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:744:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:745:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:751:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:753:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:762:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:765:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c:301:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/drivers/gpu/drm/i2c/ch7006_priv.h:149:0: error: failed to expand 'bitfs', Wrong number of parameters for macro '__bitf'. [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:140:2: style: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:136:2: note: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:140:2: note: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:52:6: style: The scope of the variable 'used' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:460:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:492:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:718:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i810/i810_dma.c:285:53: portability: 'dev_priv->hw_status_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ch7017.c:286:3: style: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ch7017.c:283:3: note: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/dvo_ch7017.c:286:3: note: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3854:45: style: The scope of the variable 'remaining_jiffies' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.h:465:28: portability: 'ring->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ch7xxx.c:158:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ch7xxx.c:186:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ivch.c:218:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ivch.c:248:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ns2501.c:415:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_ns2501.c:451:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_sil164.c:91:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_sil164.c:118:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_tfp410.c:116:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/dvo_tfp410.c:143:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/i915_cmd_parser.c:678:35: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_cmd_parser.c:991:14: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_cmd_parser.c:1019:32: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_cmd_parser.c:1020:20: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_cmd_parser.c:1023:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:667:13: style: Condition 'count==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:664:11: note: Assignment 'count=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:666:4: note: count is incremented', new value is 1
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:667:13: note: Condition 'count==0' is always false
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1485:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1964:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3046:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3082:8: style: The scope of the variable 'active' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3306:6: style: The scope of the variable 'vrefresh' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:5094:6: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1154:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1377:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1703:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:1722:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:2575:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3635:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3716:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3719:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3723:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3729:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3751:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3786:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3791:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3796:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3802:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3808:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3865:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3895:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3898:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3901:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3960:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3963:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_debugfs.c:3969:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.c:2117:65: style: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:2898:65: note: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'.
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.c:2117:65: note: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'.
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.c:376:22: style: Variable 'mchbar_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:560:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:586:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:146:25: style: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3074:22: note: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:146:25: note: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:528:39: style: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3231:43: note: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:528:39: note: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:547:26: style: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3039:23: note: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:547:26: note: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1026:25: style: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3041:22: note: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1026:25: note: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1418:26: style: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3043:23: note: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1418:26: note: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1514:23: style: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3049:27: note: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1514:23: note: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1573:22: style: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3051:26: note: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1573:22: note: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1618:24: style: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3045:21: note: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1618:24: note: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1752:43: style: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3280:43: note: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1752:43: note: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2050:36: style: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3234:40: note: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2050:36: note: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2087:21: style: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3047:21: note: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2087:21: note: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2800:74: style: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3076:21: note: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2800:74: note: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:3953:24: style: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3057:21: note: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:3953:24: note: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:4186:50: style: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3092:50: note: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:4186:50: note: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:805:33: portability: '(void __force*)ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:1097:38: portability: '(void __force*)vaddr_atomic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2573:16: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:2576:15: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:3017:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem.c:3032:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_context.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_context.c:1023:26: style: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3446:26: note: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_context.c:1023:26: note: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_context.c:1069:26: style: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3448:26: note: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_context.c:1069:26: note: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_evict.c:267:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1836:24: style: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3053:21: note: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1836:24: note: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1922:25: style: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3055:22: note: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1922:25: note: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:541:24: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:262:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:265:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:810:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1443:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_execbuffer.c:203:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:690:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:716:14: style: The scope of the variable 'pt_vaddr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:721:11: style: The scope of the variable 'last_pte' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:922:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:1567:11: style: The scope of the variable 'pd_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:1789:14: style: The scope of the variable 'pt_vaddr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:1794:11: style: The scope of the variable 'last_pte' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:3457:15: style: The scope of the variable 'src_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_gtt.c:2256:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_render_state.c:138:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:578:54: style: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.h:218:54: note: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:578:54: note: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:700:61: style: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.h:261:61: note: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:700:61: note: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:132:16: style: Variable 'dev_private' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:754:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_request.c:232:27: error: Uninitialized variable: tmp [uninitvar]
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_tiling.c:187:23: style: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3067:21: note: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_tiling.c:187:23: note: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_tiling.c:324:23: style: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3069:21: note: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_tiling.c:324:23: note: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gem_userptr.c:784:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1093:6: style: Condition '!count' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1089:10: note: Assignment 'count=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1092:3: note: count is incremented', new value is 1
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1093:6: note: Condition '!count' is always false
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1237:6: style: Condition 'count' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1232:10: note: Assignment 'count=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1234:3: note: count is incremented', new value is 1
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1237:6: note: Condition 'count' is always true
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1291:21: style: Condition 'count_inactive+count_active' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1282:19: note: Assignment 'count_inactive=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1284:3: note: count_inactive is incremented', new value is 1
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1291:21: note: Condition 'count_inactive+count_active' is always true
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1310:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1436:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:334:62: style: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3529:62: note: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:334:62: note: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:335:49: style: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3530:49: note: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:335:49: note: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:592:64: style: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3531:64: note: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:592:64: note: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'.
linux-4.9.88/drivers/gpu/drm/i915/i915_gpu_error.c:1202:0: style: Boolean variable 'simulated' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:431:54: style: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_guc.h:162:54: note: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'.
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:431:54: note: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'.
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:190:33: portability: 'client->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:296:29: portability: 'client->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:435:50: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:479:25: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:536:25: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:552:23: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:954:25: portability: '(void*)ads' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:961:31: portability: '(void*)policies' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_guc_submission.c:482:14: style: Variable 'freespace' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:753:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1920:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2010:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2488:8: style: The scope of the variable 'reset_done_event' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2541:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1790:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1828:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1870:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1971:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:1993:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2209:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2383:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2438:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:2452:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3336:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3572:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3580:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3656:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3715:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3751:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:3768:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_irq.c:4492:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_sw_fence.c:196:28: style: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_sw_fence.h:47:28: note: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'.
linux-4.9.88/drivers/gpu/drm/i915/i915_sw_fence.c:196:28: note: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'.
linux-4.9.88/drivers/gpu/drm/i915/intel_atomic.c:180:41: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 183. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_atomic.c:183:9: note: Assuming that condition 'i==31' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_atomic.c:180:41: note: Shift
linux-4.9.88/drivers/gpu/drm/i915/intel_atomic_plane.c:89:2: error: Address of auto-variable 'intel_state->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:292:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:292:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:712:12: style: The scope of the variable 'eld' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:487:53: style: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1179:53: note: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:487:53: note: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:537:54: style: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1180:54: note: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:537:54: note: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_audio.c:83:6: style: struct member 'Anonymous46::cts' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:672:11: style: The scope of the variable 'vswing' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1110:10: style: The scope of the variable 'hdmi_level_shift' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1545:29: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1675:29: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:74:35: portability: 'block_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1402:14: portability: '_vbt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1452:21: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_bios.c:1459:31: portability: '(void __force*)bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_color.c:499:32: style: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1834:69: note: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_color.c:499:32: note: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_color.c:359:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:540:11: style: The scope of the variable 'vsample' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:542:11: style: The scope of the variable 'dsl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:84:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:182:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:185:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:188:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:325:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:859:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:868:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_crt.c:870:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_csr.c:407:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1106:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2191:7: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:304:60: style: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1146:60: note: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:304:60: note: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1081:46: style: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1153:46: note: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1081:46: note: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:442:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:515:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:624:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:634:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:646:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:677:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:682:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:688:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:704:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:718:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1160:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1240:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1325:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1514:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1539:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1724:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1725:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1731:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1772:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1811:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:1879:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2016:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2028:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2193:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2195:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2196:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2202:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2211:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ddi.c:2223:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3333:43: warning: Possible null pointer dereference: obj [nullPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2247:36: note: Assignment 'obj=fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2254:32: note: Calling function 'i915_gem_object_to_ggtt', 1st argument 'obj' value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3333:43: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2185:27: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2187:36: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2185:27: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2816:23: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2816:23: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2817:23: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2817:23: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2821:24: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2821:24: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2822:24: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2822:24: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:13675:6: warning: Possible null pointer dereference: new_state [nullPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:13742:72: note: Calling function 'verify_single_dpll_state', 4th argument 'new_state' value is 0
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:13675:6: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3614:2: style: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3612:2: note: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3614:2: note: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4943:3: style: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4941:3: note: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4943:3: note: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8023:2: style: Variable 'dpio_val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7999:2: note: Variable 'dpio_val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8023:2: note: Variable 'dpio_val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9707:11: style: The scope of the variable 'ps_ctrl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10197:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10214:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10268:27: style: The scope of the variable 'crtc_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:12468:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:12772:22: style: The scope of the variable 'intel_plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:13900:25: style: The scope of the variable 'crtc_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:13932:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:14098:26: style: The scope of the variable 'plane_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:14100:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:14335:27: style: The scope of the variable 'intel_cstate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15196:23: style: The scope of the variable 'intel_scaler' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15475:7: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:17009:30: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15607:2: error: Expression '!intel_fb->obj->framebuffer_references--,"%s","WARN_ON("__stringify(!intel_fb->obj->framebuffer_references--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:584:51: style: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1351:51: note: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:584:51: note: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2118:41: style: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1173:17: note: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2118:41: note: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4733:53: style: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1363:53: note: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4733:53: note: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7678:28: style: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:417:33: note: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7678:28: note: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:14797:34: style: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1364:38: note: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:14797:34: note: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15302:22: style: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1215:22: note: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15302:22: note: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15683:33: style: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:101:33: note: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:15683:33: note: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:17268:66: style: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3679:78: note: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:17268:66: note: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1101:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1117:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1133:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1136:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1152:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1266:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1285:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1303:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1314:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1329:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1336:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1342:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1347:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1366:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1375:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1395:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1414:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1430:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1451:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1464:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1522:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1573:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1807:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1838:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1856:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1859:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1893:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1905:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1915:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1925:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1979:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:1985:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2030:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2043:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:2046:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3031:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3153:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3404:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3436:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3801:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3807:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3903:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:3917:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4035:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4042:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4054:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4063:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4211:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4483:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4484:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4604:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4715:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4742:55: note: Calling function 'skl_update_scaler', 3rd argument 'scaler_user' value is 31
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4715:35: note: Shift
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4841:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4860:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4863:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4894:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4901:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:4922:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:5572:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:5646:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:5969:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:6159:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:6237:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:6253:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7284:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7850:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7867:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7884:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7889:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7985:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7989:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8196:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8239:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8403:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8657:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8684:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8714:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8781:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8822:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8958:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9552:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9714:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9725:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9727:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9753:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9824:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9853:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9926:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9949:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10015:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10016:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10017:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10018:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10019:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10022:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10024:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10026:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10028:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10093:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10127:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10149:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10306:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10576:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10604:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10641:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10687:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10741:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:10755:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:11397:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:16271:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:16533:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:16709:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:16738:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7992:10: style: Variable 'bestn' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:7994:11: style: Variable 'bestm1' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:8741:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:9883:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:11378:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_display.c:11382:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:1354:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:2407:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:3749:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:5313:33: style: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1419:32: note: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:5313:33: note: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:332:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:353:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:380:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:383:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:494:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:700:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:746:57: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:749:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:838:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:854:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:902:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:1870:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:1876:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:1897:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:2325:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:2454:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:2739:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:2757:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:3453:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:3472:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:3491:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp.c:3495:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_link_training.c:131:10: style: The scope of the variable 'voltage' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_link_training.c:157:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:208:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:206:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:208:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:553:74: style: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1450:78: note: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:553:74: note: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:60:10: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:183:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:208:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dp_mst.c:457:2: error: Address of auto-variable 'intel_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:442:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:441:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:442:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:42:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:49:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:110:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:115:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpio_phy.c:395:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:295:28: style: The scope of the variable 'pll' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1893:34: style: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.h:155:32: note: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1893:34: note: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:324:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:445:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:455:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:473:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:490:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:718:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:786:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:896:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:919:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:943:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:977:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1255:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1450:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1476:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1495:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:1777:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:253:4: error: Address of auto-variable 'dev_priv->shared_dplls[i]' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dpll_mgr.c:263:4: error: Address of auto-variable 'dev_priv->shared_dplls[i]' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:484:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:503:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:767:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:775:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:839:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi.c:147:9: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_dcs_backlight.c:67:26: style: The scope of the variable 'dsi_device' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_panel_vbt.c:765:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:425:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:137:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:157:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:186:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:199:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:231:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dsi_pll.c:489:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dvo.c:131:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dvo.c:147:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dvo.c:187:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dvo.c:204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_dvo.c:395:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_engine_cs.c:188:21: portability: 'semaphores' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_engine_cs.c:190:37: portability: 'semaphores' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3333:43: warning: Possible null pointer dereference: obj [nullPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:733:49: note: Calling function 'i915_gem_object_to_ggtt', 1st argument 'obj' value is 0
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3333:43: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:122:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:125:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:130:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:172:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:182:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:213:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:214:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:221:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:274:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:285:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:286:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:293:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbc.c:347:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fbdev.c:498:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_fifo_underrun.c:54:21: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_fifo_underrun.c:73:21: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_fifo_underrun.c:182:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_fifo_underrun.c:184:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_guc_loader.c:156:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_guc_loader.c:158:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:53:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:53:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:145:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:179:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:201:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:237:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:260:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:297:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:317:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:352:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:532:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:539:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:547:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:556:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:678:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:680:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:689:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:696:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:728:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:730:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:739:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:772:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:774:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:783:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:790:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:911:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1000:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1023:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1045:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1075:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1135:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1153:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:1163:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_hdmi.c:377:13: style: Variable 'data_reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:348:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:349:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:408:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:409:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:561:39: error: Expression 'try++==0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:447:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_i2c.c:547:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:744:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1729:38: portability: 'hws' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:2053:33: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:2170:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1056:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1876:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1883:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1891:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lrc.c:1398:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:106:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:255:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:320:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:324:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:338:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:341:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:1018:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_lvds.c:1166:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_mocs.c:441:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_modes.c:57:47: style: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1537:47: note: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'.
linux-4.9.88/drivers/gpu/drm/i915/intel_modes.c:57:47: note: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'.
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:991:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:996:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:1001:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:1007:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:1033:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:447:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:450:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:463:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_opregion.c:796:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_overlay.c:445:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_overlay.c:1559:66: style: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:3674:78: note: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/intel_overlay.c:1559:66: note: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-4.9.88/drivers/gpu/drm/i915/intel_overlay.c:692:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_overlay.c:1094:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:104:44: style: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1561:49: note: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:104:44: note: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:303:50: style: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1564:50: note: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:303:50: note: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:634:13: style: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1568:13: note: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:634:13: note: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:634:29: style: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1568:24: note: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:634:29: note: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'.
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:237:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:240:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:243:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:274:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:290:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:296:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:341:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:363:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:685:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:687:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:691:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:702:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:705:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:721:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:736:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:748:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:753:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:804:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:806:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:839:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:855:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:857:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:862:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:864:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:874:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:888:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:925:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:936:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:938:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:956:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:972:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:974:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:989:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1005:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1007:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1014:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1019:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1021:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1037:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1461:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1492:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1493:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1566:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1599:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:1645:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_panel.c:384:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:260:29: style: The scope of the variable 'latency' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:649:16: style: The scope of the variable 'wm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2592:6: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3004:13: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3254:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3372:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3687:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3689:28: style: The scope of the variable 'intel_pstate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3690:11: style: The scope of the variable 'ddb_blocks' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3692:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3785:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3993:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:4118:22: style: The scope of the variable 'pipe_wm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5835:16: style: The scope of the variable 'pctx_paddr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5835:28: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7002:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:75:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:1435:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2615:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2630:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2747:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2748:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2752:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2753:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2757:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2758:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3818:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3829:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3841:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:3850:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:4305:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5155:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5208:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5436:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5441:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5491:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5495:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:5599:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:6914:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:6915:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:6916:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7019:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7883:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7890:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7893:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7928:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7934:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:7937:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2443:0: style: Boolean variable 'pipe_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2444:0: style: Boolean variable 'sprites_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2445:0: style: Boolean variable 'sprites_scaled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:2451:0: style: Boolean variable 'enable' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:4235:0: style: Boolean variable 'sprites_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_pm.c:4236:0: style: Boolean variable 'sprites_scaled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:183:11: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:518:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:266:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:309:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:365:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:407:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:548:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:561:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:662:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_psr.c:664:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:376:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2249:60: style: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.h:460:73: note: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2249:60: note: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'.
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2291:22: portability: 'ring->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:1706:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:1773:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:1793:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2421:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2445:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2447:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_ringbuffer.c:2470:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:2268:32: style: Condition 'POWER_DOMAIN_NUM>31' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:268:60: style: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1708:60: note: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:268:60: note: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:183:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:360:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:364:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:633:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:803:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:925:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:926:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:1270:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:1292:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:1311:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:1372:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:1373:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:2347:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_runtime_pm.c:2358:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:2961:19: style: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/intel_drv.h:1770:19: note: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'.
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:2961:19: note: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'.
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:1339:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:1451:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:1468:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:1471:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:1507:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:3066:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_sdvo.c:3068:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:791:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:246:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:289:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:393:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:532:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:581:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:670:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_sprite.c:715:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:832:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:852:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:863:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:954:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:972:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:1081:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:1122:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_tv.c:1201:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:1211:32: style: Condition 'FORCEWAKE_RENDER!=(1<<FW_DOMAIN_ID_RENDER)' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:1212:33: style: Condition 'FORCEWAKE_BLITTER!=(1<<FW_DOMAIN_ID_BLITTER)' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:1213:31: style: Condition 'FORCEWAKE_MEDIA!=(1<<FW_DOMAIN_ID_MEDIA)' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:1576:26: style: The scope of the variable 'engine' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:474:28: style: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:2948:28: note: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:474:28: note: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:497:29: style: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:2955:29: note: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:497:29: note: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:537:28: style: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:2950:28: note: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:537:28: note: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:558:29: style: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/i915/i915_drv.h:2957:29: note: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:558:29: note: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:369:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:372:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/i915/intel_uncore.c:386:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/imx/imx-drm-core.c:216:43: style: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/imx/imx-drm.h:38:43: note: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'.
linux-4.9.88/drivers/gpu/drm/imx/imx-drm-core.c:216:43: note: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'.
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:250:35: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:243:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:250:35: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:251:15: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:243:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:251:15: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:356:28: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:356:28: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:357:10: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:357:10: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:358:11: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:358:11: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:579:12: style: The scope of the variable 'edidp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:580:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/imx-ldb.c:667:10: error: Uninitialized variable: ret [uninitvar]
linux-4.9.88/drivers/gpu/drm/imx/imx-tve.c:155:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/imx-tve.c:179:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/imx-tve.c:160:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/imx/imx-tve.c:183:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:113:6: style: The scope of the variable 'active' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:261:31: style: The scope of the variable 'old_ubo' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:261:40: style: The scope of the variable 'old_vbo' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:56:37: style: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.h:43:37: note: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:56:37: note: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:162:48: style: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.h:41:48: note: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:162:48: note: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:172:47: style: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.h:40:47: note: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/imx/ipuv3-plane.c:172:47: note: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_cec.c:98:14: style: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_cec.h:22:14: note: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_cec.c:98:14: note: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_cec.c:93:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_dpi.c:467:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_dpi.c:469:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:161:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:162:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:167:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:168:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:180:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:181:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:186:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:187:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:178:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:178:18: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:179:24: style: The scope of the variable 'lut' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:282:63: style: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h:154:63: note: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:282:63: note: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_gem.c:86:53: style: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_gem.h:44:53: note: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_drm_gem.c:86:53: note: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'.
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_dsi.c:829:22: style: The scope of the variable 'remote_node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_mipi_tx.c:408:17: style: Variable 'ref_clk_name' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c:459:17: style: Variable 'ref_clk_name' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/mga/mga_dma.c:248:22: style: The scope of the variable 'buf_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_dma.c:811:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mga/mga_dma.c:813:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:631:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:632:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:632:2: style: The scope of the variable 'prim' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:678:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:679:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:679:2: style: The scope of the variable 'prim' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:197:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:595:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:743:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mga/mga_state.c:785:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:23:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:24:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:58:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:59:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:64:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:65:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:84:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:85:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:90:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:91:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:174:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:175:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:176:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:221:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:222:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:225:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:268:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:269:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:271:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_cursor.c:272:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_fb.c:26:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_fb.c:26:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_fb.c:89:61: portability: 'mfbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:37:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:38:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:45:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:46:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:47:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:48:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:95:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:96:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_i2c.c:97:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:83:6: style: The scope of the variable 'test1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:83:13: style: The scope of the variable 'test2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:84:6: style: The scope of the variable 'orig1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:84:13: style: The scope of the variable 'orig2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:31:33: style: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_drv.h:254:33: note: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'.
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:31:33: note: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'.
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:98:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:99:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:99:32: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:101:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:102:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:102:34: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:104:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:107:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:108:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:108:33: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_main.c:188:25: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:49:25: warning: Either the condition 'i>(256>>1)' is redundant or the array 'mga_crtc->lut_r[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:46:11: note: Assuming that condition 'i>(256>>1)' is not redundant
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:49:25: note: Array index out of bounds
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:50:25: warning: Either the condition 'i>(256>>1)' is redundant or the array 'mga_crtc->lut_b[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:46:11: note: Assuming that condition 'i>(256>>1)' is not redundant
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:50:25: note: Array index out of bounds
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:105:15: style: The scope of the variable 'fvv' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:106:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:220:36: style: The scope of the variable 'testp2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:223:22: style: The scope of the variable 'vcount' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:495:22: style: The scope of the variable 'vcount' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1382:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:39:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:57:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:58:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:59:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:65:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:66:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:67:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:77:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:82:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:91:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:202:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:203:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:204:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:207:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:209:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:300:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:301:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:303:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:307:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:308:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:310:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:312:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:313:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:315:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:318:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:320:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:322:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:323:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:325:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:330:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:331:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:333:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:338:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:339:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:340:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:345:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:346:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:348:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:353:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:354:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:357:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:359:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:360:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:363:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:366:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:367:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:369:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:371:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:372:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:374:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:376:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:379:15: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:388:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:389:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:391:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:435:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:436:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:438:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:440:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:442:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:444:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:445:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:446:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:448:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:449:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:451:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:453:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:454:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:455:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:459:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:460:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:462:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:466:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:467:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:470:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:472:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:473:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:474:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:476:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:478:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:480:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:481:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:483:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:532:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:533:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:535:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:537:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:539:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:541:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:542:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:544:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:548:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:549:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:550:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:554:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:555:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:558:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:560:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:561:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:564:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:566:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:569:15: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:631:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:632:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:634:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:636:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:637:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:639:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:641:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:643:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:645:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:646:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:649:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:653:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:654:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:655:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:695:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:696:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:698:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:701:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:702:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:704:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:709:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:710:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:712:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:719:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:720:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:732:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:733:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:746:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:747:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:748:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:751:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:752:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:754:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:761:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:762:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:765:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:766:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:768:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:771:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:772:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:774:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:798:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:799:11: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:801:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:802:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:804:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:805:13: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:812:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:813:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:814:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:985:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:989:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:996:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:997:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:998:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1020:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1021:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1022:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1023:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1024:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1025:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1026:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1027:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1028:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1030:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1031:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1032:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1033:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1034:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1035:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1036:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1037:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1045:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1047:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1048:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1049:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1050:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1051:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1052:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1053:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1054:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1055:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1056:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1057:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1058:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1059:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1060:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1061:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1088:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1093:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1097:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1100:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1103:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1106:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1110:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1119:17: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1123:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1124:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1125:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1127:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1129:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1131:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1162:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1163:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1165:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1167:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1169:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1265:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1266:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1269:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1271:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1272:14: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1273:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1296:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1297:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1298:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1301:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1303:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1306:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1307:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1310:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1311:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1317:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1336:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1338:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1340:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1341:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1344:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1345:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1532:2: error: Address of auto-variable 'mga_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_mode.c:1710:2: error: Address of auto-variable 'mga_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_ttm.c:314:41: style: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_drv.h:299:45: note: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'.
linux-4.9.88/drivers/gpu/drm/mgag200/mgag200_ttm.c:314:41: note: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'.
linux-4.9.88/drivers/gpu/drm/msm/adreno/a4xx_gpu.c:354:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/msm/adreno/adreno_gpu.c:348:22: style: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/adreno/adreno_gpu.h:253:22: note: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'.
linux-4.9.88/drivers/gpu/drm/msm/adreno/adreno_gpu.c:348:22: note: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'.
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:1825:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:1928:26: style: The scope of the variable 'dlen' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:54:23: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:72:24: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:72:43: portability: 'base+4' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:77:28: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_host.c:1193:14: style: Variable 'lp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_manager.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/dsi/dsi_manager.c:600:2: error: Address of auto-variable 'dsi_bridge->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/dsi/pll/dsi_pll.c:130:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c:533:2: error: Address of auto-variable 'pll_28nm->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/edp/edp_bridge.c:113:2: error: Address of auto-variable 'edp_bridge->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/edp/edp_connector.c:140:2: error: Address of auto-variable 'edp_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/edp/edp_ctrl.c:604:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/edp/edp_ctrl.c:662:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi.c:443:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:70:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:234:2: error: Address of auto-variable 'hdmi_bridge->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_connector.c:458:2: error: Address of auto-variable 'hdmi_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1319:53: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != 1' is always true. [redundantCondition]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:367:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:370:7: style: The scope of the variable 'hw_not_ready' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:605:7: style: The scope of the variable 'an_ready' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1190:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1219:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:112:33: style: The scope of the variable 'i2c_trans' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:272:2: error: Address of auto-variable 'hdmi_i2c->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c:664:2: error: Address of auto-variable 'mdp4_crtc->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.c:183:2: error: Address of auto-variable 'mdp4_dsi_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_dtv_encoder.c:276:2: error: Address of auto-variable 'mdp4_dtv_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c:336:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c:496:2: error: Address of auto-variable 'mdp4_lcdc_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_connector.c:135:2: error: Address of auto-variable 'mdp4_lvds_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:75:44: warning: Either the condition '!pll_rate' is redundant or there is possible null pointer dereference: pll_rate. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:77:14: note: Assuming that condition '!pll_rate' is not redundant
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:75:44: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp4/mdp4_plane.c:409:2: error: Address of auto-variable 'mdp4_plane->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:474:75: style: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:112:75: note: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:474:75: note: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:479:63: style: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:113:63: note: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:479:63: note: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:484:50: style: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:114:50: note: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:484:50: note: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:489:48: style: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:122:48: note: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:489:48: note: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c:327:2: error: Address of auto-variable 'mdp5_cmd_enc->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c:790:2: error: Address of auto-variable 'mdp5_crtc->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:499:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:587:61: style: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:35:61: note: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:587:61: note: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:627:50: style: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:27:50: note: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:627:50: note: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:641:49: style: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:28:49: note: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:641:49: note: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c:373:2: error: Address of auto-variable 'mdp5_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c:524:11: style: Checking if unsigned variable 'pipe' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c:546:11: style: Checking if unsigned variable 'pipe' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:285:27: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:286:7: style: The scope of the variable 'vflip' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:286:14: style: The scope of the variable 'hflip' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:552:11: style: The scope of the variable 'sub' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:11: style: The scope of the variable 'lr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:15: style: The scope of the variable 'tb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:19: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:679:11: style: The scope of the variable 'hdecm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:679:22: style: The scope of the variable 'vdecm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:912:2: error: Address of auto-variable 'mdp5_plane->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp5/mdp5_smp.c:218:39: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp_format.c:155:36: style: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp_kms.h:100:36: note: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'.
linux-4.9.88/drivers/gpu/drm/msm/mdp/mdp_format.c:155:36: note: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'.
linux-4.9.88/drivers/gpu/drm/msm/msm_fb.c:90:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/msm/msm_fb.c:230:2: error: Address of auto-variable 'msm_fb->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/msm_fbdev.c:228:2: error: Address of auto-variable 'fbdev->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/msm/msm_gem.c:597:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.h:380:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.h:382:16: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:59:28: style: The scope of the variable 'crtpagemiss' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:25: style: The scope of the variable 'mclk_loop' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:41: style: The scope of the variable 'm1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:45: style: The scope of the variable 'p1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:6: style: The scope of the variable 'us_m' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:12: style: The scope of the variable 'us_n' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:18: style: The scope of the variable 'us_p' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:24: style: The scope of the variable 'crtc_drain_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:6: style: The scope of the variable 'cpm_us' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:14: style: The scope of the variable 'us_crt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:22: style: The scope of the variable 'clwm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:70:10: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/arb.c:74:2: style: Variable 'pclks' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:346:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:349:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:350:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:351:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:353:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:354:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:355:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:356:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:358:81: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:360:12: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:386:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:388:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:389:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:390:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:391:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:392:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:393:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:394:38: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:395:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:396:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:397:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:398:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:399:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:400:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:401:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:406:40: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:869:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:944:11: style: The scope of the variable 'pixel' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:945:6: style: The scope of the variable 'alpha' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1100:46: style: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/disp.h:99:47: note: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'.
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1100:46: note: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'.
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/cursor.c:46:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/cursor.c:52:4: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/dac.c:83:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/dfp.c:116:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/dfp.c:207:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:590:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:666:11: style: The scope of the variable 'reg900' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:667:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:205:49: style: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.h:46:53: note: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'.
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:205:49: note: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'.
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:296:29: portability: 'iovram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/hw.c:299:15: portability: 'iovram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c:349:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c:348:7: error: Uninitialized variable: filters [uninitvar]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/tvnv04.c:81:10: style: The scope of the variable 'crtc1A' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c:644:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:503:2: style: Variable 'client->route' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:500:2: note: Variable 'client->route' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:503:2: note: Variable 'client->route' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:571:2: style: Variable 'client->super' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:567:2: note: Variable 'client->super' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_abi16.c:571:2: note: Variable 'client->super' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_acpi.c:48:7: style: struct member 'nouveau_dsm_priv::optimus_flags_detected' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_acpi.c:49:7: style: struct member 'nouveau_dsm_priv::optimus_skip_dsm' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bios.c:1790:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bios.c:1988:11: style: The scope of the variable 'newoffset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bios.c:47:7: style: struct member 'init_exec::repeat' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bios.c:2119:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:697:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:694:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:697:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:735:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:732:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:735:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:774:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:771:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:774:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:259:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:259:14: style: The scope of the variable 'fpfn' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:259:20: style: The scope of the variable 'lpfn' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:695:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:733:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:772:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:864:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:1331:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:1400:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:308:50: style: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.h:76:46: note: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:308:50: note: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:1464:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_bo.c:1521:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_connector.c:71:22: style: The scope of the variable 'enc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_connector.c:72:9: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_connector.c:127:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_connector.c:482:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_debugfs.c:223:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.c:774:54: style: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.h:79:17: note: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.c:774:54: note: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.c:976:32: style: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.h:86:27: note: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_display.c:976:32: note: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_dma.c:183:15: style: The scope of the variable 'get' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_drm.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_drm.c:314:7: style: The scope of the variable 'boot' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_fence.c:160:10: style: Variable 'chan' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_fence.c:100:28: error: Uninitialized variable: fence [uninitvar]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_fence.c:140:32: error: Uninitialized variable: fence [uninitvar]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_gem.c:336:37: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_gem.c:472:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: style: Condition 'fn!=NULL' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:53:27: note: Assignment 'fn=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: note: Condition 'fn!=NULL' is always false
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: style: Same expression on both sides of '!=' because the value of 'fn' and 'NULL' are the same. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:53:27: note: 'fn' is assigned value 'NULL' here.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: note: Same expression on both sides of '!=' because the value of 'fn' and 'NULL' are the same.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_usif.c:154:3: style: Variable 'req->v0.token' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_usif.c:152:3: note: Variable 'req->v0.token' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nouveau_usif.c:154:3: note: Variable 'req->v0.token' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nv50_display.c:443:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nv50_fbcon.c:99:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/nouveau/nv50_fence.c:70:50: error: Signed integer overflow for expression 'NvEvoSema0+i'. [integerOverflow]
linux-4.9.88/drivers/gpu/drm/nouveau/nv84_fence.c:176:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nv84_fence.c:191:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvc0_fbcon.c:99:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:127:32: warning: Either the condition 'notify==NULL' is redundant or there is possible null pointer dereference: notify. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:126:22: note: Assuming that condition 'notify==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:127:32: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:128:16: warning: Either the condition 'notify==NULL' is redundant or there is possible null pointer dereference: notify. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:126:22: note: Assuming that condition 'notify==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/notify.c:128:16: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/object.c:65:20: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvif/object.c:238:5: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/client.c:280:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:264:46: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:55:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/notify.c:38:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/notify.c:60:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/notify.c:74:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/notify.c:120:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/notify.c:137:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/core/ramht.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c:91:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2449:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2514:22: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c:76:22: style: The scope of the variable 'cstate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:99:22: style: The scope of the variable 'outp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:84:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:184:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp104.c:50:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:178:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:51:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp104.c:50:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:199:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:349:6: style: Condition 'datarate' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:330:17: note: Assignment 'datarate=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:349:6: note: Condition 'datarate' is always false
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c:79:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c:44:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c:75:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c:41:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:624:10: style: The scope of the variable 'VTUi' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c:34:52: style: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h:46:52: note: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c:34:52: note: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:39:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:39:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgf119.c:116:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c:357:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:67:2: warning: Either the condition 'dmaobj' is redundant or there is possible null pointer dereference: dmaobj. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:62:6: note: Assuming that condition 'dmaobj' is not redundant
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:67:2: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:45: style: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.h:7:43: note: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:45: note: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:57: style: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.h:7:54: note: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:57: note: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:76:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv04.c:80:32: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:392:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:410:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:452:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:65:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:47:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1363:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm200.c:56:6: style: The scope of the variable 'tpc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c:102:6: style: The scope of the variable 'tpc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h:91:0: error: failed to expand 'cp_bra', Invalid ## usage when expanding 'cp_bra'. [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h:107:0: error: failed to expand 'cp_set', Invalid ## usage when expanding 'cp_set'. [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:121:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1498:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:191:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:299:14: style: The scope of the variable 'X' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1220:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:942:2: style: Variable 'prev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:935:0: note: Variable 'prev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:942:2: note: Variable 'prev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:27: style: The scope of the variable 'sta' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1149:69: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:27: style: The scope of the variable 'sta' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:109:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:249:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:632:26: style: The scope of the variable 'en' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:635:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:670:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:671:65: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:239:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:107:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:50:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:106:23: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:108:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:442:23: style: The scope of the variable 'dom' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:492:23: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:101:7: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:102:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:157:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:101:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:101:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:51:8: warning: Redundant assignment of '*ver' to itself. [selfAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:43:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:64:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:43:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:181:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:383:22: style: The scope of the variable 'pstate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:384:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:505:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:577:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:578:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:958:10: style: Condition 'rev==0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:949:12: note: Assignment 'rev=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:958:10: note: Condition 'rev==0' is always true
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:368:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:824:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:825:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:313:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:356:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:34:17: style: The scope of the variable 'N' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:34:20: style: The scope of the variable 'fN' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:24: style: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:10: note: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:24: note: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:33: style: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:18: note: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:33: note: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:43: style: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:27: note: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:43: note: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c:50:6: style: The scope of the variable 'clkP' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:208:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c:55:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.c:48:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:125:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c:29:47: style: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:36:50: note: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c:29:47: note: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:95:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:95:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:74:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:704:2: style: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:703:2: note: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:704:2: note: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:984:6: style: The scope of the variable 'best_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1112:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1017:16: style: Variable 'best_clk' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1480:15: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:38:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:471:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:197:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c:240:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:99:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:79:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:72:37: warning: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s' [funcArgOrderDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h:38:25: note: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s'
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:72:37: note: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s'
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.c:192:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:65:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:46:0: error: syntax error [syntaxError]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:20:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:129:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:2: style: Variable 'load_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:911:0: note: Variable 'load_hdr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:2: note: Variable 'load_hdr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:420:48: portability: '(void*)bl->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:421:35: portability: '(void*)bl->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:451:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:453:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:454:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:884:43: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:885:28: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:891:19: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:894:19: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:899:17: portability: 'hs_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:899:42: portability: 'sig' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:910:43: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:911:47: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:917:21: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:23: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:966:23: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:970:22: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:971:24: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:972:19: portability: 'acr_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1108:48: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1109:35: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1110:30: portability: 'blob_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1111:30: portability: 'blob_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1157:48: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:44:2: style: Variable 'cur_trip' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:38:0: note: Variable 'cur_trip' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:44:2: note: Variable 'cur_trip' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:93:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:86:13: note: outer condition: target!=duty
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:93:17: note: opposite inner condition: duty==target
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:118:51: style: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h:65:50: note: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:118:51: note: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'.
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c:94:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:102:6: style: Condition '!f' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:95:10: note: Assignment 'f=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:102:6: note: Condition '!f' is always true
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:39:6: style: Condition '!f' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:32:10: note: Assignment 'f=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:39:6: note: Condition '!f' is always true
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:47:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:63:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:79:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c:90:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:33:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:187:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:803:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:1055:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c:142:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c:233:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/core.c:191:6: style: Condition 'r' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/core.c:190:28: note: Assignment 'r=dss_initialize_debugfs()', assigned value is 0
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/core.c:191:6: note: Condition 'r' is always false
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:991:6: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:991:16: style: The scope of the variable 'chan2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:1334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3258:11: style: The scope of the variable 'xtot' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3258:17: style: The scope of the variable 'ytot' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3259:16: style: The scope of the variable 'ht' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3259:20: style: The scope of the variable 'vt' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3377:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3451:6: style: The scope of the variable 'lcd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3699:12: style: The scope of the variable 'pckd_start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3699:24: style: The scope of the variable 'pckd_stop' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3700:21: style: The scope of the variable 'lck' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:2813:53: style: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.h:393:53: note: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:2813:53: note: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dispc.c:3843:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/display.c:236:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/display.c:239:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/display.c:242:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/display.c:245:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:763:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:874:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:990:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:1533:26: style: The scope of the variable 'dsidev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:697:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:1218:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:3249:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:3303:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:3955:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:264:16: style: struct member 'dsi_irq_stats::last_reset' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:265:11: style: struct member 'dsi_irq_stats::irq_count' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:266:11: style: struct member 'dsi_irq_stats::dsi_irqs' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:267:11: style: struct member 'dsi_irq_stats::vc_irqs' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:268:11: style: struct member 'dsi_irq_stats::cio_irqs' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:1195:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:3656:2: style: Variable 'tclk_trail' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:4059:7: style: Variable 'dw' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dsi.c:4060:7: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:685:29: style: The scope of the variable 'prate' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:687:11: style: The scope of the variable 'fck_div' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:1046:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:1132:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:92:16: style: struct member 'Anonymous9::cache_req_pck' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/dss.c:93:16: style: struct member 'Anonymous9::cache_prate' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi.h:262:30: portability: 'base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi.h:267:31: portability: 'base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:529:2: style: Variable 'csc_coeff' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:526:0: note: Variable 'csc_coeff' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:529:2: note: Variable 'csc_coeff' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:107:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:118:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:274:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/output.c:95:53: style: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/omapdss.h:839:53: note: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/output.c:95:53: note: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/output.c:102:56: style: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/omapdss.h:840:56: note: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/output.c:102:56: note: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'.
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/pll.c:190:16: style: The scope of the variable 'out' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/pll.c:219:9: style: The scope of the variable 'm_start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/pll.c:219:18: style: The scope of the variable 'm_stop' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/pll.c:220:16: style: The scope of the variable 'fint' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/rfbi.c:444:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/rfbi.c:607:5: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/sdi.c:38:7: style: struct member 'Anonymous9::update_enabled' is never used. [unusedStructMember]
linux-4.9.88/drivers/gpu/drm/omapdrm/dss/video-pll.c:210:2: error: Address of auto-variable 'vpll->pll' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_connector.c:212:27: style: The scope of the variable 'new_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_connector.c:310:2: error: Address of auto-variable 'omap_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_crtc.c:597:2: error: Address of auto-variable 'omap_crtc->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:203:2: warning: Possible null pointer dereference: engine [nullPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:203:2: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:206:20: warning: Possible null pointer dereference: engine [nullPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:206:20: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:207:20: warning: Possible null pointer dereference: engine [nullPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:207:20: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:118:11: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:118:18: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:580:30: style: The scope of the variable '_block' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:582:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:748:56: portability: 'omap_dmm->refill_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:511:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:550:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:209:2: error: Address of auto-variable 'engine->txn' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.c:595:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.c:593:8: note: Assignment 'ret=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.c:595:6: note: Condition '!ret' is always true
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.c:745:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.c:751:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_encoder.c:72:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_encoder.c:187:2: error: Address of auto-variable 'omap_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:330:17: style: Same expression on both sides of '!=' because the value of 'connector' and 'from' are the same. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:323:36: note: 'connector' is assigned value 'from' here.
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:330:17: note: Same expression on both sides of '!=' because the value of 'connector' and 'from' are the same.
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:186:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:192:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:203:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fb.c:470:2: error: Address of auto-variable 'omap_fb->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_fbdev.c:288:2: error: Address of auto-variable 'fbdev->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_gem.c:312:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_gem.c:881:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c:188:27: style: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_drv.h:237:19: note: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'.
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c:188:27: note: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'.
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_irq.c:261:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_irq.c:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/omapdrm/omap_plane.c:382:2: error: Address of auto-variable '_omap_plane->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/omapdrm/tcm-sita.c:57:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/panel/panel-lg-lg4573.c:60:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/panel/panel-simple.c:275:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:675:31: style: Same expression on both sides of '==' because the value of 'stall' and 'false' are the same. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:645:15: note: 'stall' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:675:31: note: Same expression on both sides of '==' because the value of 'stall' and 'false' are the same.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:111:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:487:25: style: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:568:25: note: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:487:25: note: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:609:75: style: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:576:75: note: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_cmd.c:609:75: note: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_debugfs.c:102:46: style: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:235:46: note: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_debugfs.c:102:46: note: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:108:21: style: The scope of the variable 'output' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:229:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:574:32: style: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:393:32: note: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:574:32: note: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:723:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_display.c:755:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_dumb.c:71:41: style: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:432:41: note: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_dumb.c:71:41: note: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_fb.c:355:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_fb.c:216:31: portability: 'qfbdev->shadow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:111:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:137:7: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:165:37: style: The scope of the variable 'out_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:160:12: portability: 'i_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:167:27: portability: '(void*)data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:177:19: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_image.c:181:13: portability: 'i_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_ioctl.c:281:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_ioctl.c:89:27: portability: 'reloc_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_ioctl.c:105:27: portability: 'reloc_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_ioctl.c:186:55: portability: 'fb_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_ioctl.c:186:88: portability: 'fb_cmd+sizeof(union qxl_release_info)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.c:298:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.c:187:36: style: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.h:95:82: note: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.c:187:36: note: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.c:166:19: portability: 'bo->kptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_object.c:174:7: portability: 'rptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_prime.c:50:19: style: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:545:19: note: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_prime.c:50:19: note: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_prime.c:68:33: style: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_drv.h:549:28: note: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_prime.c:68:33: note: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/qxl/qxl_release.c:439:17: style: The scope of the variable 'qbo' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/qxl/qxl_release.c:417:13: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:674:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:86:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:123:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:195:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:211:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/r128/r128_cce.c:451:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:573:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:698:7: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:699:6: style: The scope of the variable 'dwords' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:700:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable '_nr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:889:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:974:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/r128/r128_state.c:975:44: style: The scope of the variable 'mask_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:931:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:929:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:931:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:950:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:948:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:950:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:700:16: style: The scope of the variable 'cjiffies' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1406:39: style: The scope of the variable 'firmware_usage' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2495:46: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2503:43: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_object.h:170:33: portability: 'sa_bo->manager->cpu_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1369:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1369:49: portability: 'ctx->bios+ctx->data_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1389:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1389:48: portability: 'ctx->bios+ctx->cmd_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atom.c:1409:70: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_crtc.c:447:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_dp.c:314:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_dp.c:457:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_encoders.c:93:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_encoders.c:95:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_encoders.c:681:34: style: The scope of the variable 'dig_enc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_i2c.c:110:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/atombios_i2c.c:110:35: style: The scope of the variable 'buffer_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2311:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2309:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2311:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2738:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2763:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/btc_dpm.c:2786:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:419:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:414:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:419:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:420:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:415:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:420:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3611:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3625:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3625:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:641:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:699:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:747:7: style: The scope of the variable 'adjust_polarity' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:806:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:2315:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3917:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:3966:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5526:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5528:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5528:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5619:27: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5926:16: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5923:28: style: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:887:28: note: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5923:28: note: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5543:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5546:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5549:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5552:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:5626:62: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ci_dpm.c:1500:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9713:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9672:41: note: 'disable_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9672:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9707:6: note: outer condition: !disable_l1
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9713:7: note: identical inner condition: !disable_plloff_in_l1
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:6279:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:6278:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:6279:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:1877:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4400:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4557:22: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9672:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:9673:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:6782:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:3652:29: style: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:812:29: note: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:3652:29: note: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:5283:72: style: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:820:72: note: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:5283:72: note: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:1958:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:3060:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:3062:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:3719:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4117:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4232:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4645:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4706:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:4742:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:7044:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:7503:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:5067:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/cik.c:6590:10: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/cik_sdma.c:306:23: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik_sdma.c:371:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik_sdma.c:848:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cik_sdma.c:897:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:427:7: style: The scope of the variable 'strobe_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:683:7: style: The scope of the variable 'dll_state_on' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:1528:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:1745:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:543:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:545:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:1391:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:1396:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/cypress_dpm.c:1424:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/dce6_afmt.c:264:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen.c:3068:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:934:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:936:11: style: The scope of the variable 'buffer_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:1075:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:2676:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:2891:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:3000:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:3044:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:3062:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:3102:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_cs.c:3149:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_dma.c:171:78: style: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:516:78: note: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_dma.c:171:78: note: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_hdmi.c:455:37: style: The scope of the variable 'dig_connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_hdmi.c:456:12: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_hdmi.c:47:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/evergreen_hdmi.c:57:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1378:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1369:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1378:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:376:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1163:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1428:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1521:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:1585:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2146:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2283:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2496:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2634:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2636:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2636:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2847:28: style: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:917:28: note: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2847:28: note: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2500:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2651:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2654:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2657:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/kv_dpm.c:2660:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/mkregtable.c:582:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/drm/radeon/mkregtable.c:578:25: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/mkregtable.c:604:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/mkregtable.c:604:14: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/mkregtable.c:628:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:672:7: style: Condition 'running' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:671:57: note: Assuming that condition 'running==0' is not redundant
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:672:7: note: Condition 'running' is always false
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:703:7: style: Condition 'running' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:671:57: note: Assuming that condition 'running==0' is not redundant
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:703:7: note: Condition 'running' is always false
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:636:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:639:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1129:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1130:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1416:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1459:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1720:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1727:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni.c:1948:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dma.c:193:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dma.c:320:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dma.c:360:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dma.c:408:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dma.c:233:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:909:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:907:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:909:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:937:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:935:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:937:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:965:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:963:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:965:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1014:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1011:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1014:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1274:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1388:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:2315:7: style: The scope of the variable 'dll_state_on' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:2597:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:3381:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:3986:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4281:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4305:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4325:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4343:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4278:28: style: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:669:28: note: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4278:28: note: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:3999:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4008:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4012:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:4030:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1864:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1869:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:1898:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:2224:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/ni_dpm.c:2226:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3297:40: style: Redundant condition: If 'EXPR == 11', the comparison 'EXPR <= 12' is always true. [redundantCondition]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:447:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:478:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:766:19: style: The scope of the variable 'msi_rearm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:892:11: style: The scope of the variable 'cur_pages' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:1087:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:1087:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:1369:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2034:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2126:17: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2126:20: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2127:20: style: The scope of the variable 'cube_robj' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2471:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2486:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2505:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3211:6: style: The scope of the variable 'critical_point' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3211:26: style: The scope of the variable 'critical_point2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:156:53: style: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:140:60: note: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:156:53: note: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:189:61: style: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:142:68: note: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:189:61: note: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:875:30: style: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:79:30: note: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:875:30: note: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2518:73: style: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:66:73: note: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2518:73: note: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3645:68: style: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:96:68: note: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3645:68: note: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:4114:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:4115:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:4125:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:4126:42: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:159:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:175:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:508:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:1178:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:1490:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2494:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2572:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3511:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3567:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3786:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:3796:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2550:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/r100.c:2875:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/r200.c:92:11: style: The scope of the variable 'cur_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r200.c:134:19: style: The scope of the variable 'tex_size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r200.c:78:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r200.c:116:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:84:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:345:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:1285:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:122:38: portability: '(void __iomem*)ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:282:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:395:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:429:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r300.c:1074:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r420.c:136:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r520.c:39:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600.c:2655:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:525:6: style: The scope of the variable 'array_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:526:16: style: The scope of the variable 'ib' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:946:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1415:11: style: The scope of the variable 'width' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1415:18: style: The scope of the variable 'height' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1415:26: style: The scope of the variable 'depth' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1415:33: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1417:11: style: The scope of the variable 'nbx' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:1417:16: style: The scope of the variable 'nby' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:2272:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:2441:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r600_cs.c:2353:17: style: Variable 'relocs_chunk' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dma.c:231:30: style: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:346:72: note: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r600_dma.c:231:30: note: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:157:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:184:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:787:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:876:45: style: The scope of the variable 'dep_table' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:880:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:854:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:885:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:891:64: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:922:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:931:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:942:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:954:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:968:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:986:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1033:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1068:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1073:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1077:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1082:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1135:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1139:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1172:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1198:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1230:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1255:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1266:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:1273:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:447:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r600_dpm.c:450:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r600_hdmi.c:251:27: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/r600_hdmi.c:151:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/r600_hdmi.c:161:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_acpi.c:602:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_acpi.c:607:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:133:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:138:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:138:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:169:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:174:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:174:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:175:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:208:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:208:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:863:20: style: The scope of the variable 'xtmds' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1121:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1139:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1308:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1347:11: style: The scope of the variable 'maxfreq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1348:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1396:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1396:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1433:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1524:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1524:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1633:24: style: The scope of the variable 'misc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1776:10: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1776:14: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1901:31: style: The scope of the variable 'tv_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1962:10: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1962:14: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2376:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2399:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2570:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2571:27: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2573:23: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2658:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2660:12: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2661:23: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3716:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3716:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3816:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3906:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3980:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:144:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:178:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:214:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:544:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:546:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:549:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:552:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:555:14: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:602:23: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:663:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:694:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:702:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:772:22: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:866:42: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:929:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1127:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1151:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1318:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1353:61: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1402:72: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1441:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1540:57: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1642:54: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1707:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1711:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1712:19: portability: 'mode_info->atom_context->bios+data_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1782:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1814:67: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1853:77: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1908:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:1969:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2104:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2385:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2584:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2597:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2601:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2614:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2676:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2680:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2683:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:2686:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3226:39: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3237:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3240:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3243:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3246:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3249:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3443:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3502:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3545:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3604:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3654:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3723:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3823:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3915:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atombios.c:3987:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atpx_handler.c:275:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atpx_handler.c:311:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atpx_handler.c:343:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atpx_handler.c:375:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_atpx_handler.c:407:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_audio.c:248:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_audio.c:250:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_audio.c:251:6: style: The scope of the variable 'pin_count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_benchmark.c:43:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_clocks.c:509:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_clocks.c:565:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_clocks.c:756:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_clocks.c:800:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:869:2: style: Variable 'p_dac' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:866:0: note: Variable 'p_dac' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:869:2: note: Variable 'p_dac' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1020:2: style: Variable 'tv_dac' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1017:0: note: Variable 'tv_dac' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1020:2: note: Variable 'tv_dac' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1108:2: style: Variable 'lvds' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1103:0: note: Variable 'lvds' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1108:2: note: Variable 'lvds' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:400:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:648:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:737:9: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:738:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:738:17: style: The scope of the variable 'mclk' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:865:10: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:865:15: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:865:19: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1175:11: style: The scope of the variable 'panel_setup' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1176:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1177:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1177:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1336:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1337:10: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1412:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:1413:10: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2306:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2306:29: style: The scope of the variable 'devices' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2307:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2307:16: style: The scope of the variable 'connector_object_id' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2310:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2884:10: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2884:18: style: The scope of the variable 'slave_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:2884:30: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3182:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3231:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3263:11: style: The scope of the variable 'mem_cntl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3290:10: style: The scope of the variable 'ram' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3291:10: style: The scope of the variable 'mem_addr_mapping' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3248:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_combios.c:3250:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:260:2: style: Variable 'best_encoder' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:254:0: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:260:2: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:133:6: style: The scope of the variable 'mode_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:133:18: style: The scope of the variable 'max_tmds_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:286:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:390:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:898:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:1144:27: style: The scope of the variable 'tv_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:1179:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:1468:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:1632:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:1660:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_connectors.c:2535:27: style: The scope of the variable 'radeon_connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cs.c:235:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cs.c:254:11: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cs.c:481:23: style: The scope of the variable 'bo_va' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cursor.c:53:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cursor.c:55:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cursor.c:232:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_cursor.c:236:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_device.c:482:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_device.c:1705:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_device.c:372:58: style: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:729:58: note: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_device.c:372:58: note: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:422:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1196:13: style: The scope of the variable 'feedback_div' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1208:14: style: The scope of the variable 'frac_feedback_div' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1716:27: style: The scope of the variable 'radeon_connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1842:26: style: The scope of the variable 'vtotal' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:344:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1959:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1986:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1110:8: style: Variable 'mod' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:1671:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_display.c:969:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_dp_auxch.c:121:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_dp_auxch.c:178:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_dp_mst.c:32:6: style: The scope of the variable 'retries' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_dp_mst.c:33:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_dp_mst.c:294:2: error: Address of auto-variable 'radeon_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_drv.c:427:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_drv.c:460:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:828:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:542:65: style: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:388:65: note: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:542:65: note: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:580:56: style: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:389:56: note: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:580:56: note: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:759:61: style: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:398:61: note: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:759:61: note: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:789:61: style: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:399:61: note: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:789:61: note: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_fence.c:842:56: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gart.c:126:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gart.c:289:11: style: The scope of the variable 'page_base' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gem.c:98:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gem.c:233:24: style: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2241:24: note: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gem.c:233:24: note: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gem.c:241:25: style: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2239:25: note: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_gem.c:241:25: note: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:153:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:151:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:153:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:172:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:170:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:172:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:603:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:601:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:603:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:609:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:606:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:609:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:614:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:612:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:614:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:620:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:617:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:620:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:625:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:623:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:625:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:631:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:628:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:631:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:1080:50: style: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_mode.h:804:57: note: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:1080:50: note: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:155:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:174:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:1069:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_i2c.c:1094:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:80:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:103:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:353:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:392:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:415:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_irq_kms.c:441:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:310:9: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:308:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:306:31: note: Assignment 'rdev=(struct radeon_device*)kgd', assigned value is 0
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:310:9: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:819:24: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:819:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:816:31: note: Assignment 'rdev=(struct radeon_device*)kgd', assigned value is 0
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:819:24: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:602:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:602:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:640:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:406:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:772:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kfd.c:794:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kms.c:225:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kms.c:706:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kms.c:766:18: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_kms.c:794:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:759:5: style: The scope of the variable 'post_div' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:67:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:70:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:132:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:144:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1211:24: style: Condition 'rdev->family==CHIP_R200' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1283:24: style: Condition 'rdev->family==CHIP_R200' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:2: style: Variable 'is_tv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1156:0: note: Variable 'is_tv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:2: note: Variable 'is_tv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1698:2: style: Variable 'tmds' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1695:0: note: Variable 'tmds' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1698:2: note: Variable 'tmds' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:783:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1154:11: style: The scope of the variable 'tv_dac_cntl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1059:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1084:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1356:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1391:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1422:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1041:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_tv.c:303:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_tv.c:562:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_tv.c:723:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_legacy_tv.c:440:10: style: Variable 'pll' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_object.c:322:2: style: Variable 'rdev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:170:7: style: The scope of the variable 'misc_after' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:319:29: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:1643:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:1644:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:1716:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_pm.c:1717:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:106:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:378:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:434:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:78:76: style: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1037:76: note: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:78:76: note: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:104:71: style: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1038:71: note: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:104:71: note: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:140:70: style: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1039:70: note: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:140:70: note: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:164:73: style: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1040:73: note: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:164:73: note: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:195:80: style: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1042:80: note: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:195:80: note: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:221:78: style: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1045:78: note: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:221:78: note: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:375:70: style: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1054:70: note: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:375:70: note: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:432:71: style: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1056:71: note: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ring.c:432:71: note: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_semaphore.c:58:67: style: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:601:67: note: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_semaphore.c:58:67: note: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_semaphore.c:75:65: style: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:603:65: note: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_semaphore.c:75:65: note: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_sync.c:139:13: style: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:627:13: note: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_sync.c:139:13: note: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:308:27: style: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1792:27: note: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:308:27: note: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:309:27: style: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1793:27: note: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:309:27: note: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:112:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:147:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:148:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:157:39: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:160:41: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:198:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:199:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:208:41: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_test.c:211:39: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_ttm.c:942:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:580:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:687:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:684:50: style: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:1708:50: note: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:684:50: note: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:295:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:495:12: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:784:37: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_uvd.c:820:37: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 1) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 2) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 3) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:87:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:1088:23: style: The scope of the variable 'bo_va' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:1089:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:1233:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:238:39: style: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2864:39: note: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:238:39: note: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:447:15: style: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon.h:2887:15: note: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'.
linux-4.9.88/drivers/gpu/drm/radeon/radeon_vm.c:447:15: note: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'.
linux-4.9.88/drivers/gpu/drm/radeon/rs400.c:62:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs400.c:240:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:315:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:333:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:113:54: style: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:252:61: note: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:113:54: note: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:144:62: style: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:254:69: note: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:144:62: note: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:468:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/rs600.c:531:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/rs690.c:38:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs690.c:68:18: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs690.c:75:64: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:792:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:793:27: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:938:24: style: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:451:24: note: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:938:24: note: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:805:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:814:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:818:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:824:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:873:64: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:316:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/rs780_dpm.c:318:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/rv515.c:133:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv515.c:1276:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv515.c:710:81: style: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_mode.h:964:81: note: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'.
linux-4.9.88/drivers/gpu/drm/radeon/rv515.c:710:81: note: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'.
linux-4.9.88/drivers/gpu/drm/radeon/rv515.c:79:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1662:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1876:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:2033:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:2058:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:2081:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:2008:24: style: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:433:24: note: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:2008:24: note: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1889:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1898:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1902:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv6xx_dpm.c:1919:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv730_dpm.c:320:28: style: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.h:189:28: note: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'.
linux-4.9.88/drivers/gpu/drm/radeon/rv730_dpm.c:320:28: note: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'.
linux-4.9.88/drivers/gpu/drm/radeon/rv740_dpm.c:97:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv740_dpm.c:367:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/rv770.c:1098:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:853:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:848:20: note: Assignment 'td=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:853:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:1979:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2270:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2470:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2499:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2521:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2433:24: style: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:492:24: note: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2433:24: note: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2283:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2292:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2296:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/rv770_dpm.c:2314:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7703:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7666:41: note: 'disable_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7666:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7697:6: note: outer condition: !disable_l1
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7703:7: note: identical inner condition: !disable_plloff_in_l1
linux-4.9.88/drivers/gpu/drm/radeon/si.c:1554:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:5142:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7666:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:7667:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:5718:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:4119:71: style: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:714:71: note: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/si.c:4119:71: note: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/si.c:1636:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:2949:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:2951:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:3669:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:3700:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:3724:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:6036:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:6420:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:3610:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:3967:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/si.c:5267:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/si_dma.c:112:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dma.c:159:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dma.c:41:71: style: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:715:71: note: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/si_dma.c:41:71: note: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3037:12: style: Expression is always false because 'else if' condition matches previous condition at line 3011. [multiCondition]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3831:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3826:20: note: Assignment 'td=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3831:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2482:6: warning: Either the condition 'dte_data==NULL' is redundant or there is possible null pointer dereference: dte_data. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2476:15: note: Assuming that condition 'dte_data==NULL' is not redundant
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2482:6: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5959:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5957:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5959:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5961:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5959:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5961:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2162:31: style: The scope of the variable 'papm_parm' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2441:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2803:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3291:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3739:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:4207:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5041:7: style: The scope of the variable 'gmc_pg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5149:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:5926:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6863:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6865:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6865:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:7136:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:7156:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:7174:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6880:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6883:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6886:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:6889:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:2838:18: style: Variable 'smc_result' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/si_dpm.c:3704:32: style: Variable 'backbias_response_time' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:441:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:434:20: note: Assignment 'td=0', assigned value is 0
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:441:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1456:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1458:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1458:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1663:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1795:23: style: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:592:23: note: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1795:23: note: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1473:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1476:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1479:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1482:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:1667:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:553:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:566:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:572:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:596:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:907:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:993:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/sumo_dpm.c:995:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:379:6: style: Condition 'sssd' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:368:13: note: Assignment 'sssd=1', assigned value is 1
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:379:6: note: Condition 'sssd' is always true
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:435:2: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:433:0: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:435:2: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:478:2: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:476:0: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:478:2: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1130:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1545:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1731:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1733:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1733:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1852:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:2033:21: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:2054:21: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:2010:26: style: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/radeon/radeon_asic.h:690:26: note: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:2010:26: note: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1748:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1751:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1754:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1757:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/trinity_dpm.c:1856:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/radeon/uvd_v1_0.c:143:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/uvd_v1_0.c:364:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/uvd_v2_2.c:135:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/radeon/uvd_v4_2.c:72:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:471:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:524:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:147:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:149:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:276:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:294:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:372:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:410:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:412:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:153:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:154:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:156:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:157:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:240:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_plane.c:727:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_plane.c:121:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rcar-du/rcar_du_plane.c:275:8: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:249:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:431:22: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:431:42: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:464:18: style: The scope of the variable 'pre' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:589:59: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/inno_hdmi.c:812:2: error: Address of auto-variable 'i2c->adap' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/rockchip/inno_hdmi.c:393:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rockchip/inno_hdmi.c:395:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rockchip/inno_hdmi.c:397:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_drv.c:377:27: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c:108:36: portability: 'rk_obj->kvaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:224:41: warning: Either the condition '!encoder' is redundant or there is possible null pointer dereference: encoder. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:228:6: note: Assuming that condition '!encoder' is not redundant
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:224:41: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:716:31: style: The scope of the variable 'uv_obj' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:720:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1463:48: style: Checking if unsigned variable 'mstimeout' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/gpu/drm/savage/savage_bci.c:619:3: style: Variable 'fb_rsrc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/savage/savage_bci.c:622:3: style: Variable 'aper_rsrc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/shmobile/shmob_drm_crtc.c:43:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/shmobile/shmob_drm_plane.c:73:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:204:2: style: Variable 'dev_priv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:202:0: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:204:2: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:227:19: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:314:22: style: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/sis/sis_drv.h:76:29: note: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/sis/sis_mm.c:314:22: note: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/sti/sti_awg_utils.c:153:38: style: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/sti/sti_awg_utils.h:32:38: note: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'.
linux-4.9.88/drivers/gpu/drm/sti/sti_awg_utils.c:153:38: note: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'.
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.c:315:49: style: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.h:17:49: note: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'.
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.c:315:49: note: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'.
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.c:357:40: style: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.h:20:40: note: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'.
linux-4.9.88/drivers/gpu/drm/sti/sti_crtc.c:357:40: note: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'.
linux-4.9.88/drivers/gpu/drm/sti/sti_dvo.c:173:36: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_gdp.c:534:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_gdp.c:544:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_gdp.c:159:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/sti/sti_hda.c:615:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hda.c:328:36: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_hda.c:316:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/sti/sti_hda.c:339:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/sti/sti_hdmi.c:479:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hdmi.c:479:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:791:6: style: The scope of the variable 'btm_cmd_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:791:22: style: The scope of the variable 'top_cmd_offest' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:792:24: style: The scope of the variable 'btm_cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:792:34: style: The scope of the variable 'top_cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:608:27: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:620:27: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:816:30: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:817:30: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_hqvdp.c:1132:25: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_mixer.c:141:44: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_plane.c:45:12: style: The scope of the variable 'fipks' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_plane.c:45:46: style: The scope of the variable 'num_fields' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_tvout.c:490:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/gpu/drm/sti/sti_vtg.c:416:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sti/sti_vtg.c:196:37: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_vtg.c:197:36: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_vtg.c:198:40: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sti/sti_vtg.c:199:39: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/sun4i/sun4i_crtc.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sun4i/sun4i_drv.c:237:34: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/sun4i/sun4i_layer.c:166:3: style: Variable 'layer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/sun4i/sun4i_layer.c:164:0: note: Variable 'layer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/sun4i/sun4i_layer.c:166:3: note: Variable 'layer' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/tegra/dc.c:900:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dc.c:1912:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:502:15: style: The scope of the variable 'hact' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:502:21: style: The scope of the variable 'hsw' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:502:26: style: The scope of the variable 'hbp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:502:31: style: The scope of the variable 'hfp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:1146:18: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/dsi.c:1146:21: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/gem.c:220:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/gem.c:61:20: portability: 'obj->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1620:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1626:16: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:606:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1042:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1131:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1137:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1143:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1553:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1563:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1573:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/hdmi.c:1583:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/output.c:186:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:580:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:2396:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:532:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:539:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:603:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:610:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:820:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:979:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:986:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:992:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:1006:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:1014:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:1020:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:1660:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:1666:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:2059:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tegra/sor.c:2065:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/tilcdc/tilcdc_external.c:104:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/tilcdc/tilcdc_panel.c:121:2: error: Address of auto-variable 'panel_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/tilcdc/tilcdc_panel.c:245:2: error: Address of auto-variable 'panel_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:132:2: error: Address of auto-variable 'tfp410_encoder->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:254:2: error: Address of auto-variable 'tfp410_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1397:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1385:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1397:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1541:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1531:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1541:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:88:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:450:6: style: The scope of the variable 'put_count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:796:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:829:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1134:7: style: The scope of the variable 'locked' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo.c:1485:31: style: The scope of the variable 'man' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo_util.c:171:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo_util.c:549:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo_util.c:587:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_bo_util.c:587:24: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_execbuf_util.c:101:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_memory.c:432:23: style: The scope of the variable 'zone' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_memory.c:455:23: style: The scope of the variable 'zone' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_object.c:438:20: style: The scope of the variable 'list' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_page_alloc.c:401:24: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_page_alloc.c:577:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_page_alloc.c:578:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_page_alloc.c:579:11: style: The scope of the variable 'cpages' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_page_alloc.c:924:24: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/ttm/ttm_tt.c:251:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_dmabuf.c:141:2: error: Address of auto-variable 'udl_attach->sgt' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/udl/udl_fb.c:162:16: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_gem.c:77:38: style: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/udl/udl_drv.h:118:38: note: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/udl/udl_gem.c:77:38: note: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/udl/udl_gem.c:212:35: style: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/udl/udl_drv.h:121:35: note: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/udl/udl_gem.c:212:35: note: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/udl/udl_main.c:169:20: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_main.c:171:14: style: The scope of the variable 'urb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_main.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_main.c:210:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_modeset.c:255:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/udl/udl_modeset.c:270:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:149:3: style: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:136:0: note: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:149:3: note: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:152:3: style: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:135:0: note: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:152:3: note: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:153:3: style: Variable 'raw_pixel_start' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:137:0: note: Variable 'raw_pixel_start' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:153:3: note: Variable 'raw_pixel_start' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:155:3: style: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:138:0: note: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/udl/udl_transfer.c:155:3: note: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:450:2: style: Variable 'bo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:443:0: note: Variable 'bo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:450:2: note: Variable 'bo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:210:61: style: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_drv.h:418:61: note: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:210:61: note: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:295:45: style: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_drv.h:417:45: note: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_bo.c:295:45: note: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'.
linux-4.9.88/drivers/gpu/drm/vc4/vc4_dpi.c:251:2: error: Address of auto-variable 'dpi_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_drv.c:336:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_gem.c:698:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_gem.c:622:13: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_gem.c:623:28: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_gem.c:624:26: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_gem.c:625:28: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_hdmi.c:265:2: error: Address of auto-variable 'hdmi_connector->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_plane.c:503:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_plane.c:868:2: error: Address of auto-variable 'vc4_plane->base' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_render_cl.c:434:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:876:12: style: The scope of the variable 'max_index' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:132:20: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:132:39: portability: 'exec->bin_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:250:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:251:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:252:47: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:253:48: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:280:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:288:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:289:48: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:354:45: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:355:45: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:357:33: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:380:25: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:412:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:415:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:417:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:487:29: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:488:31: portability: 'unvalidated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:517:19: portability: 'dst_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:518:19: portability: 'src_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:564:45: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:565:45: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:567:39: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:569:39: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:570:44: portability: 'exec->uniforms_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:763:21: portability: 'exec->shader_rec_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:775:21: portability: 'exec->shader_rec_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:782:21: portability: 'exec->shader_rec_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:809:45: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:814:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:862:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:862:27: portability: 'pkt_v+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:864:20: portability: 'exec->uniforms_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:865:20: portability: 'exec->uniforms_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:873:41: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:873:45: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:874:43: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:874:47: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:875:40: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:875:44: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:882:35: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:882:41: portability: 'pkt_u+100' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vc4/vc4_validate.c:902:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vgem/vgem_fence.c:264:39: style: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vgem/vgem_drv.h:47:39: note: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'.
linux-4.9.88/drivers/gpu/drm/vgem/vgem_fence.c:264:39: note: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'.
linux-4.9.88/drivers/gpu/drm/vgem/vgem_fence.c:279:41: style: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vgem/vgem_drv.h:54:41: note: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'.
linux-4.9.88/drivers/gpu/drm/vgem/vgem_fence.c:279:41: note: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'.
linux-4.9.88/drivers/gpu/drm/via/via_dma.c:584:2: style: Variable 'vb' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/via/via_dma.c:595:13: style: Variable 'agp_base' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:103:17: style: The scope of the variable 'cur_mem' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:106:11: style: The scope of the variable 'cur_fb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:107:16: style: The scope of the variable 'line_len' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:174:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:400:11: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:500:21: style: The scope of the variable 'cur_sg' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_dmablit.c:501:6: style: The scope of the variable 'cur_released' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_irq.c:267:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_irq.c:321:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/via/via_mm.c:111:22: style: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/via/via_drv.h:127:79: note: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/via/via_mm.c:111:22: note: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/via/via_mm.c:206:22: style: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/via/via_drv.h:160:29: note: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/via/via_mm.c:206:22: note: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:304:35: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:525:11: style: The scope of the variable 'a_fire' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:525:19: style: The scope of the variable 'bcmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:525:25: style: The scope of the variable 'dw_count' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:527:6: style: The scope of the variable 'have_fire' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:805:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:838:20: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_verifier.c:945:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/via/via_video.c:51:16: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_display.c:317:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_display.c:312:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_display.c:317:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_display.c:89:7: style: Variable 'bo' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_fb.c:119:61: style: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_drv.h:252:61: note: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_fb.c:119:61: note: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_fence.c:57:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_fence.c:102:63: style: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_drv.h:352:63: note: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_fence.c:102:63: note: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:334:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:331:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:334:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:407:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:400:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:407:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:453:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:448:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:453:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:59:28: style: The scope of the variable 'bo' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_ioctl.c:82:28: style: The scope of the variable 'bo' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_kms.c:101:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_plane.c:71:33: style: The scope of the variable 'vgfb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_plane.c:123:33: style: The scope of the variable 'vgfb' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_plane.c:127:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_prime.c:50:19: style: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_drv.h:371:26: note: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_prime.c:50:19: note: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_prime.c:68:33: style: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_drv.h:375:56: note: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_prime.c:68:33: note: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_vq.c:235:30: style: The scope of the variable 'resp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_vq.c:95:16: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_vq.c:138:27: portability: '(void*)vbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/virtio/virtgpu_vq.c:144:38: portability: '(void*)vbuf->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:1276:30: style: Same expression on both sides of '!='. [duplicateExpression]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:298:38: style: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_binding.h:192:39: note: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:298:38: note: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h:383:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c:306:22: style: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:771:22: note: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c:306:22: note: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:916:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:164:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:245:28: style: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1119:28: note: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:245:28: note: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:349:5: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:514:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:655:52: style: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1130:59: note: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:655:52: note: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:45:53: style: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:678:60: note: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:45:53: note: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:46:28: style: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:679:35: note: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:46:28: note: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:169:57: style: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:688:64: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:169:57: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:170:32: style: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:689:32: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:170:32: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:236:42: style: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:691:49: note: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:236:42: note: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:237:31: style: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:692:31: note: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:237:31: note: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:267:59: style: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:694:66: note: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:267:59: note: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:287:49: style: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:696:56: note: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:287:49: note: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1225:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:499:31: style: Condition 'vmw_res_rel_max>=(1<<3)' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:703:3: warning: Either the condition 'if(p_val)' is redundant or there is possible null pointer dereference: p_val. [nullPointerRedundantCheck]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:716:5: note: Assuming that condition 'if(p_val)' is not redundant
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:703:3: note: Null pointer dereference
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:553:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:654:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:863:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1158:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2548:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2777:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3543:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3572:25: style: The scope of the variable 'reloc' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3691:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4168:32: error: Uninitialized variable: handle [uninitvar]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:306:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:306:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:307:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:309:6: style: The scope of the variable 'y1' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:309:10: style: The scope of the variable 'y2' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:425:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:780:38: style: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:895:38: note: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:780:38: note: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:249:7: style: The scope of the variable 'seqno_valid' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:659:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:588:15: style: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h:101:15: note: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:588:15: note: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:958:51: style: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h:119:58: note: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:958:51: note: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:146:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:396:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:440:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:460:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:859:14: style: Variable 'file_priv' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:126:49: style: Condition 'SVGA3D_DEVCAP_DXFMT_BC5_UNORM+1!=SVGA3D_DEVCAP_MAX' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:360:27: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1235:33: style: The scope of the variable 'save' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1284:33: style: The scope of the variable 'save' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1356:27: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1551:27: style: The scope of the variable 'bmode' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:339:19: portability: 'virtual' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:459:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1917:10: error: Uninitialized variable: handle [uninitvar]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_marker.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:504:14: style: The scope of the variable 'save_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:506:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:541:16: style: The scope of the variable 'num_pt_pages' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:36: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:40: style: The scope of the variable 'di' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:44: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:36: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:40: style: The scope of the variable 'di' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:44: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:194:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:258:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:433:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:1280:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:413:12: style: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:628:12: note: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:413:12: note: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:731:16: style: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:652:16: note: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:731:16: note: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:732:32: style: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:653:32: note: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:732:32: note: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:570:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:566:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:570:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:528:58: style: Condition 'SVGA_3D_CMD_DX_DESTROY_SHADERRESOURCE_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+1' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:530:55: style: Condition 'SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+2' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:532:56: style: Condition 'SVGA_3D_CMD_DX_DESTROY_RENDERTARGET_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+3' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:534:55: style: Condition 'SVGA_3D_CMD_DX_DEFINE_DEPTHSTENCIL_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+4' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:536:56: style: Condition 'SVGA_3D_CMD_DX_DESTROY_DEPTHSTENCIL_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+5' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:454:26: style: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.h:152:26: note: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:454:26: note: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:661:2: style: Variable 'dev_priv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:655:0: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:661:2: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:695:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1402:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1400:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1402:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1175:58: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:316:22: style: The scope of the variable 'srf' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:317:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:343:9: style: Variable 'srf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/host1x/bus.c:100:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/bus.c:556:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/bus.c:582:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/cdma.c:99:38: portability: '(void*)pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/dev.c:41:40: warning: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r' [funcArgOrderDifferent]
linux-4.9.88/drivers/gpu/host1x/dev.h:136:40: note: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r'
linux-4.9.88/drivers/gpu/host1x/dev.c:41:40: note: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r'
linux-4.9.88/drivers/gpu/host1x/dev.c:55:46: warning: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r' [funcArgOrderDifferent]
linux-4.9.88/drivers/gpu/host1x/dev.h:138:46: note: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r'
linux-4.9.88/drivers/gpu/host1x/dev.c:55:46: note: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r'
linux-4.9.88/drivers/gpu/host1x/hw/cdma_hw.c:33:22: portability: 'pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/hw/cdma_hw.c:54:31: portability: 'pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/intr.c:70:20: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/job.c:125:2: style: Variable 'patch_addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/gpu/host1x/job.c:122:0: note: Variable 'patch_addr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/host1x/job.c:125:2: note: Variable 'patch_addr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/gpu/host1x/job.c:343:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/job.c:365:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/host1x/job.c:62:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:64:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:66:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:68:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:70:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:128:18: portability: 'patch_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:260:29: portability: 'cmdbuf_page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/host1x/job.c:486:51: portability: 'gather' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-common.c:1259:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-common.c:1311:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-prv.h:150:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-dc.c:257:7: style: Variable 'di' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-di.c:718:27: style: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'. [funcArgNamesDifferent]
linux-4.9.88/drivers/gpu/ipu-v3/ipu-prv.h:242:47: note: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'.
linux-4.9.88/drivers/gpu/ipu-v3/ipu-di.c:718:27: note: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'.
linux-4.9.88/drivers/gpu/ipu-v3/ipu-smfc.c:163:2: error: Address of auto-variable 'priv->channel[chno]' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:991:8: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:991:8: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:412:21: style: The scope of the variable 'vgadev' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:412:30: style: The scope of the variable 'conflict' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:547:18: style: The scope of the variable 'new_bridge' can be reduced. [variableScope]
linux-4.9.88/drivers/gpu/vga/vgaarb.c:1308:28: style: The scope of the variable 'uc' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-alps.c:454:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-alps.c:451:0: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-alps.c:454:2: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-alps.c:171:15: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-alps.c:171:18: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-alps.c:171:21: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-apple.c:184:46: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-apple.c:193:7: style: The scope of the variable 'do_translate' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-core.c:720:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-core.c:1241:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-core.c:1053:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-cp2112.c:452:37: warning: Possible null pointer dereference: data [nullPointer]
linux-4.9.88/drivers/hid/hid-cp2112.c:654:22: note: Calling function 'cp2112_write_read_req', 5th argument 'data' value is 0
linux-4.9.88/drivers/hid/hid-cp2112.c:452:37: note: Null pointer dereference
linux-4.9.88/drivers/hid/hid-cp2112.c:468:27: warning: Possible null pointer dereference: data [nullPointer]
linux-4.9.88/drivers/hid/hid-cp2112.c:646:49: note: Calling function 'cp2112_write_req', 4th argument 'data' value is 0
linux-4.9.88/drivers/hid/hid-cp2112.c:468:27: note: Null pointer dereference
linux-4.9.88/drivers/hid/hid-debug.c:694:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-debug.c:487:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-debug.c:484:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-debug.c:487:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-debug.c:565:22: style: The scope of the variable 'systems' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-debug.c:566:22: style: The scope of the variable 'units' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-debug.c:574:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-debug.c:616:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:617:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:618:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:619:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:620:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:621:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:622:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:623:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-debug.c:624:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-hyperv.c:326:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-icade.c:195:26: style: The scope of the variable 'trans' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-lenovo.c:266:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:403:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:433:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:463:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:493:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:523:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:552:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-lenovo.c:630:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-lg3ff.c:57:21: style: struct member 'lg3ff_device::report' is never used. [unusedStructMember]
linux-4.9.88/drivers/hid/hid-lg4ff.c:336:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-lg4ff.c:1226:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-lgff.c:98:3: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/hid/hid-lgff.c:99:3: style: Checking if unsigned variable 'right' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/hid/hid-logitech-dj.c:460:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-logitech-dj.c:1119:20: style: The scope of the variable 'dj_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-logitech-dj.c:542:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:274:31: warning: Possible null pointer dereference: params [nullPointer]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:458:4: note: Calling function 'hidpp_send_fap_command_sync', 4th argument 'params' value is 0
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:274:31: note: Null pointer dereference
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:160:2: style: Variable 'hidpp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:157:0: note: Variable 'hidpp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:160:2: note: Variable 'hidpp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:1309:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:1305:2: note: Variable 'error' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:1309:2: note: Variable 'error' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:1600:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:2130:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:2124:54: style: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:152:54: note: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'.
linux-4.9.88/drivers/hid/hid-logitech-hidpp.c:2124:54: note: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'.
linux-4.9.88/drivers/hid/hid-magicmouse.c:537:3: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-magicmouse.c:535:3: note: Variable 'report' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-magicmouse.c:537:3: note: Variable 'report' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-multitouch.c:762:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-multitouch.c:921:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-multitouch.c:922:6: style: The scope of the variable 'report_len' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-multitouch.c:952:6: style: The scope of the variable 'fieldmax' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-multitouch.c:952:16: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-multitouch.c:1009:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-picolcd_cir.c:47:9: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-picolcd_core.c:363:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hid/hid-picolcd_fb.c:520:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-picolcd_fb.c:511:0: note: Variable 'info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-picolcd_fb.c:520:2: note: Variable 'info' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-picolcd_fb.c:419:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hid/hid-picolcd_leds.c:160:23: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-prodikeys.c:111:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-prodikeys.c:111:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-prodikeys.c:148:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-prodikeys.c:148:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hid/hid-prodikeys.c:345:24: style: The scope of the variable 'note' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-prodikeys.c:345:30: style: The scope of the variable 'velocity' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-prodikeys.c:388:11: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:1316:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/hid-rmi.c:1309:0: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-rmi.c:1316:2: note: Variable 'data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/hid-rmi.c:343:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:343:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:343:12: style: The scope of the variable 'wx' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:343:16: style: The scope of the variable 'wy' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:344:6: style: The scope of the variable 'wide' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:344:12: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:344:19: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:345:6: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:898:7: style: The scope of the variable 'has_physical_props' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:904:11: style: The scope of the variable 'x_size' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:904:19: style: The scope of the variable 'y_size' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:1293:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-rmi.c:274:15: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/hid-roccat-common.c:77:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-kone.c:116:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-kone.c:299:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-kone.c:299:30: style: The scope of the variable 'old_profile' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-kone.c:731:22: style: The scope of the variable 'kone' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-koneplus.c:421:26: style: The scope of the variable 'koneplus' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-kovaplus.c:489:26: style: The scope of the variable 'kovaplus' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat-pyra.c:440:22: style: The scope of the variable 'pyra' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-roccat.c:301:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:600:22: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:600:22: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:604:45: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:604:45: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:606:24: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:606:24: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:295:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:295:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:299:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:299:13: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:401:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:401:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:308:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:416:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:600:22: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:600:22: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:604:45: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:604:45: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:606:24: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-4.9.88/drivers/hid/hid-sensor-custom.c:606:24: note: Array index out of bounds
linux-4.9.88/drivers/hid/hid-sensor-custom.c:295:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:299:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/hid/hid-sensor-custom.c:401:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/hid/hid-sensor-hub.c:305:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sensor-hub.c:477:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sony.c:1394:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sony.c:1691:23: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sony.c:2174:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-sony.c:2285:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-uclogic.c:736:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-core.c:51:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-core.c:683:27: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-core.c:719:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-core.c:754:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-core.c:1614:27: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-wiimote-modules.c:1818:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-zydacron.c:117:11: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/hid-zydacron.c:118:17: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/i2c-hid/i2c-hid.c:224:29: warning: Possible null pointer dereference: args [nullPointer]
linux-4.9.88/drivers/hid/i2c-hid/i2c-hid.c:272:50: note: Calling function '__i2c_hid_command', 5th argument 'args' value is 0
linux-4.9.88/drivers/hid/i2c-hid/i2c-hid.c:224:29: note: Null pointer dereference
linux-4.9.88/drivers/hid/i2c-hid/i2c-hid.c:579:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/i2c-hid/i2c-hid.c:776:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:114:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:140:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:422:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:603:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:686:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:833:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/hid/intel-ish-hid/ipc/ipc.c:316:27: error: Uninitialized struct member: ts_format.reserved [uninitStructMember]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp-hid-client.c:326:9: style: The scope of the variable 'r_length' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp-hid-client.c:464:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp-hid-client.c:90:21: portability: 'recv_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp-hid-client.c:95:45: portability: 'recv_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp-hid-client.c:515:9: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.c:136:66: style: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.h:112:66: note: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.c:136:66: note: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.c:528:9: style: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.h:111:12: note: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/bus.c:528:9: note: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/client-buffers.c:170:43: style: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/client.h:154:43: note: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/client-buffers.c:170:43: note: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'.
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/client.c:635:26: style: The scope of the variable 'tx_free_flags' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/client.c:281:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/dma-if.c:111:12: style: The scope of the variable 'free' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:484:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:485:11: style: The scope of the variable 'offs' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:547:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:548:11: style: The scope of the variable 'offs' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:786:16: style: The scope of the variable 'hbm' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:42:26: style: Checking if unsigned variable 'dev->fw_clients_num' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:568:36: portability: 'dev->ishtp_host_dma_rx_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/intel-ish-hid/ishtp/hbm.c:318:14: style: Variable 'num_frags' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hid/uhid.c:482:14: style: Checking if unsigned variable 'rd_size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/hid/usbhid/hid-core.c:1645:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/usbhid/hid-core.c:1643:0: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/usbhid/hid-core.c:1645:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/usbhid/hid-core.c:119:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-core.c:192:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-core.c:230:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-core.c:827:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-pidff.c:568:6: style: The scope of the variable 'type_id' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-pidff.c:773:15: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-pidff.c:1163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hid-quirks.c:309:13: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/usbhid/hiddev.c:459:2: style: Variable 'uref_multi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hid/usbhid/hiddev.c:453:0: note: Variable 'uref_multi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/usbhid/hiddev.c:459:2: note: Variable 'uref_multi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hid/usbhid/hiddev.c:586:27: portability: 'user_arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/wacom_sys.c:1470:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hid/wacom_sys.c:124:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/wacom_sys.c:1211:68: style: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hid/wacom.h:218:68: note: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'.
linux-4.9.88/drivers/hid/wacom_sys.c:1211:68: note: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'.
linux-4.9.88/drivers/hid/wacom_sys.c:793:23: portability: 'img' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hid/wacom_wac.c:134:12: style: The scope of the variable 'pressure' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/wacom_wac.c:2087:7: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-4.9.88/drivers/hid/wacom_wac.c:571:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/hid/wacom_wac.c:1524:0: style: Boolean variable 'tipswitch' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/hid/wacom_wac.c:266:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hsi/clients/cmt_speech.c:1336:20: style: The scope of the variable 'cursor' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/clients/cmt_speech.c:1336:29: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/clients/nokia-modem.c:89:38: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/clients/ssi_protocol.c:185:14: style: The scope of the variable 'frag' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/clients/ssi_protocol.c:403:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/clients/ssi_protocol.c:740:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:401:39: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:406:9: note: Assuming that condition '!msg' is not redundant
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:401:39: note: Null pointer dereference
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:200:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:459:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:547:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:754:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/controllers/omap_ssi_port.c:921:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/hsi/hsi_core.c:133:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel.c:626:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel.c:292:13: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hv/channel.c:344:14: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hv/channel.c:374:13: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hv/channel_mgmt.c:370:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:577:6: style: The scope of the variable 'next_node' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:913:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:957:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:1005:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:1049:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:1170:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/channel_mgmt.c:1208:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/connection.c:330:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/connection.c:331:7: style: The scope of the variable 'read_state' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/connection.c:389:8: style: The scope of the variable 'page_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv.c:226:2: style: Variable 'virtaddr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hv/hv.c:199:0: note: Variable 'virtaddr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hv/hv.c:226:2: note: Variable 'virtaddr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hv/hv.c:502:26: style: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hv/hyperv_vmbus.h:508:33: note: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'.
linux-4.9.88/drivers/hv/hv.c:502:26: note: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'.
linux-4.9.88/drivers/hv/hv_balloon.c:1139:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_balloon.c:1157:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_balloon.c:1414:20: style: The scope of the variable 'dm_hdr' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_balloon.c:1419:27: style: The scope of the variable 'ha_region' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_fcopy.c:235:6: style: The scope of the variable 'util_fw_version' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_fcopy.c:236:6: style: The scope of the variable 'fcopy_srv_version' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_kvp.c:557:13: warning: Possible null pointer dereference: msg_to_host [nullPointer]
linux-4.9.88/drivers/hv/hv_kvp.c:142:22: note: Calling function 'kvp_respond_to_host', 1st argument 'msg_to_host' value is 0
linux-4.9.88/drivers/hv/hv_kvp.c:557:13: note: Null pointer dereference
linux-4.9.88/drivers/hv/hv_kvp.c:571:10: warning: Possible null pointer dereference: msg_to_host [nullPointer]
linux-4.9.88/drivers/hv/hv_kvp.c:142:22: note: Calling function 'kvp_respond_to_host', 1st argument 'msg_to_host' value is 0
linux-4.9.88/drivers/hv/hv_kvp.c:571:10: note: Null pointer dereference
linux-4.9.88/drivers/hv/hv_kvp.c:121:8: style: The scope of the variable 'version' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_kvp.c:611:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_kvp.c:613:6: style: The scope of the variable 'util_fw_version' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_kvp.c:614:6: style: The scope of the variable 'kvp_srv_version' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_kvp.c:482:40: style: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hv/hv_kvp.c:79:52: note: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'.
linux-4.9.88/drivers/hv/hv_kvp.c:482:40: note: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'.
linux-4.9.88/drivers/hv/hv_snapshot.c:280:21: style: The scope of the variable 'vss_msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_snapshot.c:283:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:118:28: style: The scope of the variable 'shutdown_msg' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:120:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:252:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:253:26: style: The scope of the variable 'timedatap' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:254:30: style: The scope of the variable 'refdata' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/hv_util.c:312:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/ring_buffer.c:234:34: style: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hv/hyperv_vmbus.h:526:34: note: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'.
linux-4.9.88/drivers/hv/ring_buffer.c:234:34: note: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'.
linux-4.9.88/drivers/hv/ring_buffer.c:179:27: portability: 'ring_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hv/ring_buffer.c:201:21: portability: 'ring_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hv/vmbus_drv.c:452:52: style: The scope of the variable 'cur_sc' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/vmbus_drv.c:454:28: style: The scope of the variable 'n_written' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/vmbus_drv.c:630:20: style: The scope of the variable 'drv' can be reduced. [variableScope]
linux-4.9.88/drivers/hv/vmbus_drv.c:1118:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/abituguru3.c:816:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/acpi_power_meter.c:281:2: style: Variable 'arg_objs' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/hwmon/adm1026.c:335:7: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/adm1026.c:368:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:429:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1165:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1612:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1613:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1621:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1622:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1627:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1026.c:1628:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adm1031.c:260:2: style: Variable 'range' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hwmon/adm1031.c:258:0: note: Variable 'range' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwmon/adm1031.c:260:2: note: Variable 'range' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwmon/adm1031.c:125:6: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/adm9240.c:310:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adm9240.c:319:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adm9240.c:328:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adm9240.c:397:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adm9240.c:406:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adm9240.c:540:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/ads7871.c:105:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/adt7411.c:125:25: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/adt7411.c:190:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/adt7411.c:148:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adt7462.c:1079:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/adt7470.c:411:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/adt7x10.c:137:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/amc6821.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/amc6821.c:887:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/amc6821.c:211:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/applesmc.c:1021:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/applesmc.c:378:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/applesmc.c:400:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/applesmc.c:814:2: error: Buffer is accessed out of bounds: newkey [bufferAccessOutOfBounds]
linux-4.9.88/drivers/hwmon/applesmc.c:837:2: error: Buffer is accessed out of bounds: newkey [bufferAccessOutOfBounds]
linux-4.9.88/drivers/hwmon/asb100.c:257:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/asb100.c:258:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/asb100.c:259:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/asb100.c:860:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/asb100.c:905:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/asb100.c:956:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/asb100.c:902:72: style: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hwmon/asb100.c:219:72: note: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'.
linux-4.9.88/drivers/hwmon/asb100.c:902:72: note: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'.
linux-4.9.88/drivers/hwmon/asus_atk0110.c:293:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/hwmon/asus_atk0110.c:296:42: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-4.9.88/drivers/hwmon/asus_atk0110.c:130:18: style: struct member 'Anonymous0::root' is never used. [unusedStructMember]
linux-4.9.88/drivers/hwmon/coretemp.c:683:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/dell-smm-hwmon.c:1040:6: style: The scope of the variable 'fan' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/dell-smm-hwmon.c:1040:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/dme1737.c:607:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/dme1737.c:2245:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/emc1403.c:57:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/emc1403.c:128:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/emc6w201.c:139:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71805f.c:342:10: style: The scope of the variable 'apnr' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71882fg.c:1213:10: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71882fg.c:1213:15: style: The scope of the variable 'point' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71882fg.c:1579:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71882fg.c:2225:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/f71882fg.c:2520:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/fam15h_power.c:175:12: style: The scope of the variable 'this_core' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/fam15h_power.c:297:11: style: Checking if unsigned variable 'temp' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/hwmon/fschmd.c:871:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/fschmd.c:1319:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ftsteutates.c:335:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/g760a.c:121:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/gl518sm.c:166:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/gl520sm.c:127:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/gl520sm.c:127:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/gpio-fan.c:367:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/hwmon-vid.c:132:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/hwmon-vid.c:142:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/hwmon-vid.c:146:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/hwmon.c:480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/hwmon.c:58:23: style: struct member 'hwmon_thermal_data::hwdev' is never used. [unusedStructMember]
linux-4.9.88/drivers/hwmon/ibmaem.c:328:17: style: The scope of the variable 'rx_len' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ibmaem.c:626:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ibmpowernv.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ina209.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ina2xx.c:199:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ina3221.c:216:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/ina3221.c:253:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/it87.c:718:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/jz4740-hwmon.c:54:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm63.c:678:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/lm63.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm63.c:424:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/lm77.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm78.c:603:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/lm78.c:590:42: note: Assignment 'isa=lm78_data_if_isa()', assigned value is 0
linux-4.9.88/drivers/hwmon/lm78.c:603:6: note: Condition 'isa' is always false
linux-4.9.88/drivers/hwmon/lm78.c:632:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/lm78.c:590:42: note: Assignment 'isa=lm78_data_if_isa()', assigned value is 0
linux-4.9.88/drivers/hwmon/lm78.c:632:6: note: Condition 'isa' is always false
linux-4.9.88/drivers/hwmon/lm78.c:1021:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/lm78.c:1020:25: note: Assignment 'res=lm78_isa_register()', assigned value is 0
linux-4.9.88/drivers/hwmon/lm78.c:1021:6: note: Condition 'res' is always false
linux-4.9.88/drivers/hwmon/lm78.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm80.c:578:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm80.c:578:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm90.c:474:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm92.c:125:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:1120:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/lm93.c:2464:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/lm93.c:2473:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/lm93.c:813:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:851:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:1146:11: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:1164:7: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:1227:11: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:1245:7: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/lm93.c:398:20: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
linux-4.9.88/drivers/hwmon/lm93.c:2454:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/lm95234.c:251:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/ltc2945.c:299:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hwmon/ltc2945.c:295:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwmon/ltc2945.c:299:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwmon/ltc4215.c:51:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ltc4245.c:84:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ltc4245.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/max1619.c:119:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/max1619.c:119:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/max1619.c:66:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/max31790.c:459:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/max6650.c:154:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/menf21bmc_hwmon.c:83:9: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct6683.c:725:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct6683.c:606:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct6683.c:606:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct6775.c:1845:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct6775.c:1855:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct6775.c:2628:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct6775.c:2838:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct6775.c:1526:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct6775.c:1526:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct6775.c:2558:16: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/nct7802.c:141:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/nct7904.c:123:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ntc_thermistor.c:412:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/ntc_thermistor.c:495:6: style: The scope of the variable 'read_uv' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pc87360.c:278:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/pc87427.c:963:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/ltc2978.c:128:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:134:6: style: The scope of the variable 'newpage' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:150:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:170:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:201:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:233:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:247:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:298:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/pmbus/pmbus_core.c:326:14: style: The scope of the variable 'status2' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/sch56xx-common.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/sht3x.c:299:6: style: The scope of the variable 'temperature' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/sht3x.c:303:37: style: The scope of the variable 'commands' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/sis5595.c:709:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/smsc47b397.c:128:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/smsc47m192.c:187:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/smsc47m192.c:196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/smsc47m192.c:205:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/smsc47m192.c:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/smsc47m192.c:120:9: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/smsc47m192.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/tmp421.c:109:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/via686a.c:765:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/vt1211.c:257:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/vt1211.c:257:10: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/vt8231.c:881:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83627ehf.c:1044:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/w83627ehf.c:1053:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/w83627ehf.c:1688:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/w83627ehf.c:740:6: style: The scope of the variable 'pwmcfg' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83627ehf.c:740:14: style: The scope of the variable 'fanmodecfg' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83627ehf.c:797:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83627hf.c:1147:10: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/w83627hf.c:1150:10: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/hwmon/w83627hf.c:1828:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83781d.c:1116:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/w83781d.c:1102:48: note: Assignment 'isa=w83781d_data_if_isa()', assigned value is 0
linux-4.9.88/drivers/hwmon/w83781d.c:1116:6: note: Condition 'isa' is always false
linux-4.9.88/drivers/hwmon/w83781d.c:1186:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/w83781d.c:1102:48: note: Assignment 'isa=w83781d_data_if_isa()', assigned value is 0
linux-4.9.88/drivers/hwmon/w83781d.c:1186:6: note: Condition 'isa' is always false
linux-4.9.88/drivers/hwmon/w83781d.c:2075:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/hwmon/w83781d.c:2074:28: note: Assignment 'res=w83781d_isa_register()', assigned value is 0
linux-4.9.88/drivers/hwmon/w83781d.c:2075:6: note: Condition 'res' is always false
linux-4.9.88/drivers/hwmon/w83781d.c:1280:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83781d.c:1320:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83781d.c:1356:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83781d.c:1468:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83791d.c:575:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/w83791d.c:1523:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83791d.c:1523:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83792d.c:452:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/w83792d.c:1524:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83792d.c:1524:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83792d.c:510:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/w83792d.c:547:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/w83793.c:1373:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83793.c:1647:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/w83795.c:296:16: style: The scope of the variable 'base_clock' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83795.c:1918:44: style: The scope of the variable 'i2c_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83795.c:1935:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwmon/w83l785ts.c:236:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83l786ng.c:332:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/hwmon/w83l786ng.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83l786ng.c:167:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/hwmon/w83l786ng.c:426:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwspinlock/hwspinlock_core.c:458:21: style: The scope of the variable 'hwlock' can be reduced. [variableScope]
linux-4.9.88/drivers/hwspinlock/hwspinlock_core.c:458:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/hwspinlock/omap_hwspinlock.c:164:45: portability: 'bank->lock[0].priv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwspinlock/u8500_hsem.c:154:45: portability: 'bank->lock[0].priv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etb10.c:358:6: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-priv.h:98:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/coresight-priv.h:105:41: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etb10.c:441:34: portability: 'buf->data_pages[cur]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:201:2: style: Variable 'event_data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:199:0: note: Variable 'event_data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:201:2: note: Variable 'event_data' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:122:27: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:313:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:431:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:431:23: style: The scope of the variable 'stop' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:433:21: style: The scope of the variable 'etm_filter' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm-perf.c:464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:885:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1169:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/hwtracing/coresight/coresight-funnel.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-replicator-qcom.c:100:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-stm.c:542:21: style: The scope of the variable 'stmsper' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-tmc-etf.c:375:7: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight-tmc-etf.c:455:34: portability: 'buf->data_pages[cur]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/coresight-tpiu.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:466:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:99:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:117:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:163:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:234:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:454:27: style: The scope of the variable 'csdev' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:706:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:776:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:799:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/coresight.c:856:26: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:42:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:36:0: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:42:2: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:107:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/coresight/of_coresight.c:110:17: style: The scope of the variable 'rdev' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/core.c:106:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/core.c:626:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/gth.c:614:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/gth.c:72:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwtracing/intel_th/gth.c:84:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:857:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:1073:29: style: The scope of the variable 'tocopy' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:406:44: portability: '(void*)msc_iter_bdesc(iter)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:426:8: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:433:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:653:46: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:675:32: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:1079:36: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:1090:36: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/intel_th/msu.c:1099:34: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/hwtracing/stm/core.c:264:21: style: The scope of the variable 'master' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/stm/core.c:768:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/hwtracing/stm/core.c:118:48: style: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'. [funcArgNamesDifferent]
linux-4.9.88/drivers/hwtracing/stm/stm.h:72:48: note: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'.
linux-4.9.88/drivers/hwtracing/stm/core.c:118:48: note: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'.
linux-4.9.88/drivers/i2c/algos/i2c-algo-bit.c:164:6: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-bit.c:367:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-bit.c:421:6: style: The scope of the variable 'inval' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-pca.c:207:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-pca.c:120:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/algos/i2c-algo-pcf.c:218:23: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-pcf.c:252:6: style: The scope of the variable 'wfp' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/algos/i2c-algo-pcf.c:331:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-ali1563.c:180:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-ali1563.c:181:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-ali1563.c:182:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-amd756.c:193:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-au1550.c:225:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:374:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:175:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:183:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:187:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:285:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:341:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:350:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-iproc.c:429:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-kona.c:332:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-kona.c:456:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-bcm-kona.c:390:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-bfin-twi.c:240:17: style: The scope of the variable 'twi_int_status' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-brcmstb.c:321:7: style: Condition 'CMD_RD' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/i2c/busses/i2c-brcmstb.c:321:17: style: Condition 'CMD_WR' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:676:0: style: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'. [duplicateAssignExpression]
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:676:0: note: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'.
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:676:0: note: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'.
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:206:27: style: The scope of the variable 'avail_bytes' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:207:15: style: The scope of the variable 'bytes_to_send' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-cadence.c:677:22: style: The scope of the variable 'div_b' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-designware-core.c:528:6: style: The scope of the variable 'tx_limit' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-designware-core.c:528:16: style: The scope of the variable 'rx_limit' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-digicolor.c:251:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-diolan-u2c.c:105:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-dln2.c:147:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-efm32.c:148:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-eg20t.c:198:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-eg20t.c:200:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-eg20t.c:206:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-eg20t.c:208:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-elektor.c:105:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-elektor.c:106:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-emev2.c:215:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-emev2.c:234:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-emev2.c:95:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-emev2.c:269:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-exynos5.c:275:32: style: The scope of the variable 'utemp1' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-exynos5.c:317:12: error: Uninitialized variable: clk_cycle [uninitvar]
linux-4.9.88/drivers/i2c/busses/i2c-exynos5.c:318:12: error: Uninitialized variable: clk_cycle [uninitvar]
linux-4.9.88/drivers/i2c/busses/i2c-exynos5.c:324:17: error: Uninitialized variable: clk_cycle [uninitvar]
linux-4.9.88/drivers/i2c/busses/i2c-exynos5.c:328:30: error: Uninitialized variable: clk_cycle [uninitvar]
linux-4.9.88/drivers/i2c/busses/i2c-hix5hd2.c:347:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:234:8: style: struct member 'i801_mux_config::gpio_chip' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:235:11: style: struct member 'i801_mux_config::values' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:236:6: style: struct member 'i801_mux_config::n_values' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:237:11: style: struct member 'i801_mux_config::classes' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:238:11: style: struct member 'i801_mux_config::gpios' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:239:6: style: struct member 'i801_mux_config::n_gpios' is never used. [unusedStructMember]
linux-4.9.88/drivers/i2c/busses/i2c-i801.c:1627:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-ibm_iic.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-img-scb.c:1027:16: style: The scope of the variable 'time_left' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-imx.c:417:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-iop3xx.c:167:6: style: The scope of the variable 'interrupted' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-iop3xx.c:169:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-isch.c:150:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-jz4780.c:652:18: style: The scope of the variable 'i2c_sta' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-jz4780.c:653:7: style: The scope of the variable 'write_in_process' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-kempld.c:201:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-lpc2k.c:302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-mpc.c:595:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-mt65xx.c:309:15: style: The scope of the variable 'cnt_mul' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-mxs.c:652:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-mxs.c:513:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-mxs.c:514:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-mxs.c:515:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-nomadik.c:221:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-nomadik.c:306:17: style: The scope of the variable 'slave_adr_3msb_bits' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-omap.c:318:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-omap.c:361:16: style: The scope of the variable 'internal_clk' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-pasemi.c:122:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-pca-isa.c:70:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-pca-platform.c:82:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-piix4.c:513:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-powermac.c:263:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-powermac.c:174:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-powermac.c:178:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-puv3.c:125:16: style: The scope of the variable 'swap' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-puv3.c:142:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-puv3.c:144:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-rcar.c:303:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-rcar.c:719:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-rcar.c:864:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-rcar.c:900:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:576:16: style: The scope of the variable 'extra_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:576:27: style: The scope of the variable 'extra_low_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:576:42: style: The scope of the variable 'ideal_low_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:748:36: style: The scope of the variable 'min_setup_data_ns' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:749:35: style: The scope of the variable 'max_hold_data_ns' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:756:16: style: The scope of the variable 'extra_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:756:27: style: The scope of the variable 'extra_low_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:1049:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-rk3x.c:420:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/i2c/busses/i2c-robotfuzz-osif.c:64:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-s3c2410.c:632:16: style: The scope of the variable 'iicstat' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-scmi.c:271:51: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-sh7760.c:395:36: style: The scope of the variable 'iclk' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sh_mobile.c:435:6: style: The scope of the variable 'real_pos' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sh_mobile.c:730:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sh_mobile.c:733:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sh_mobile.c:279:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:44:18: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:51:27: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:56:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:59:34: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:61:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:65:33: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:68:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:72:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:74:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:78:33: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:81:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:85:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:87:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:89:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:96:18: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:99:19: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:102:26: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:107:25: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:109:25: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:139:19: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-sibyte.c:140:15: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/i2c/busses/i2c-simtec.c:57:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-simtec.c:63:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-sirf.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sirf.c:242:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-sis630.c:530:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:591:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:590:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:591:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:811:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:810:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:811:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:441:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:824:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-stu300.c:591:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/i2c/busses/i2c-tegra.c:452:16: style: The scope of the variable 'reg_offset' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-tegra.c:455:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-tiny-usb.c:80:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-uniphier-f.c:126:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:327:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:318:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:327:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:120:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:225:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:366:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:367:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-viperboard.c:288:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/busses/i2c-wmt.c:132:16: style: The scope of the variable 'wait_result' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-wmt.c:223:16: style: The scope of the variable 'wait_result' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-wmt.c:301:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-wmt.c:302:9: style: The scope of the variable 'is_last' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-xgene-slimpro.c:180:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/i2c/busses/i2c-xgene-slimpro.c:215:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/i2c/busses/i2c-xgene-slimpro.c:257:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/i2c/busses/i2c-xlp9xx.c:319:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-xlr.c:369:16: style: The scope of the variable 'clk_rate' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-xlr.c:370:16: style: The scope of the variable 'clk_div' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/busses/i2c-xlr.c:115:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/i2c-core.c:1532:8: warning: %hi in format string (no. 1) requires 'short *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/i2c/i2c-core.c:1406:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/i2c-core.c:2539:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/i2c-core.c:1275:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/i2c-core.c:2418:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/i2c/i2c-smbus.c:45:21: style: The scope of the variable 'driver' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/i2c-smbus.c:142:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/muxes/i2c-arb-gpio-challenge.c:61:16: style: The scope of the variable 'stop_retry' can be reduced. [variableScope]
linux-4.9.88/drivers/i2c/muxes/i2c-mux-pca9541.c:300:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/aec62xx.c:105:2: style: Variable 'tmp1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/aec62xx.c:102:2: note: Variable 'tmp1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/aec62xx.c:105:2: note: Variable 'tmp1' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/aec62xx.c:107:2: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/aec62xx.c:103:2: note: Variable 'tmp2' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/aec62xx.c:107:2: note: Variable 'tmp2' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/alim15x3.c:423:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/cs5520.c:47:6: style: struct member 'pio_clocks::address' is never used. [unusedStructMember]
linux-4.9.88/drivers/ide/cs5520.c:139:2: style: Variable 'hw' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/cy82c693.c:179:18: style: The scope of the variable 'dev2' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/dtc2278.c:73:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ht6560b.c:201:6: style: The scope of the variable 'active_time' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ht6560b.c:201:19: style: The scope of the variable 'recovery_time' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ht6560b.c:202:6: style: The scope of the variable 'active_cycles' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ht6560b.c:202:21: style: The scope of the variable 'recovery_cycles' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-acpi.c:568:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-acpi.c:182:15: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-atapi.c:671:23: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-atapi.c:675:24: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-atapi.c:584:23: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-cd.h:59:0: error: #error "Please fix <asm/byteorder.h>" [preprocessorErrorDirective]
linux-4.9.88/drivers/ide/ide-cs.c:93:46: style: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/ide/ide-cs.c:71:46: note: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/ide/ide-cs.c:93:46: note: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/ide/ide-disk.c:711:17: style: The scope of the variable 'cylsz' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-disk.c:711:24: style: The scope of the variable 'cyl' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-disk.c:485:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-eh.c:200:21: style: The scope of the variable 'err_master_vals' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-floppy.c:379:17: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-floppy.c:379:25: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-floppy.c:85:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ide/ide-floppy_ioctl.c:41:9: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-floppy_ioctl.c:41:17: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-gd.c:371:15: style: Condition 'disk_ops==NULL' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/ide/ide-gd.c:355:40: note: Assignment 'disk_ops=NULL', assigned value is 0
linux-4.9.88/drivers/ide/ide-gd.c:371:15: note: Condition 'disk_ops==NULL' is always true
linux-4.9.88/drivers/ide/ide-gd.c:38:2: style: Variable 'idkp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/ide-gd.c:35:0: note: Variable 'idkp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/ide-gd.c:38:2: note: Variable 'idkp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/ide-gd.c:371:15: style: Same expression on both sides of '==' because the value of 'disk_ops' and 'NULL' are the same. [duplicateExpression]
linux-4.9.88/drivers/ide/ide-gd.c:355:40: note: 'disk_ops' is assigned value 'NULL' here.
linux-4.9.88/drivers/ide/ide-gd.c:371:15: note: Same expression on both sides of '==' because the value of 'disk_ops' and 'NULL' are the same.
linux-4.9.88/drivers/ide/ide-generic.c:90:16: style: The scope of the variable 'io_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-io-std.c:194:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/ide-io-std.c:238:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/ide-io-std.c:175:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-io-std.c:219:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-io.c:619:7: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-io.c:616:15: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-io.c:621:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-iops.c:57:0: error: #error "Please fix <asm/byteorder.h>" [preprocessorErrorDirective]
linux-4.9.88/drivers/ide/ide-probe.c:476:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-probe.c:492:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-proc.c:284:27: style: The scope of the variable 'ds' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-proc.c:286:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-proc.c:286:11: style: The scope of the variable 'mul_factor' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-proc.c:286:23: style: The scope of the variable 'div_factor' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-proc.c:515:21: style: The scope of the variable 'ide_drv' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-proc.c:626:25: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-scan-pci.c:87:21: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-tape.c:826:6: style: The scope of the variable 'seek' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-tape.c:826:12: style: The scope of the variable 'position' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-tape.c:942:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-tape.c:1169:13: portability: 'tape->cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/ide-tape.c:1217:13: portability: 'tape->cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/ide-tape.c:1036:7: style: struct member 'idetape_config::dsc_media_access_frequency' is never used. [unusedStructMember]
linux-4.9.88/drivers/ide/ide-tape.c:1782:16: style: Variable 'buffer_size' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-taskfile.c:234:2: style: Variable 'cursg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/ide-taskfile.c:228:0: note: Variable 'cursg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/ide-taskfile.c:234:2: note: Variable 'cursg' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/ide-taskfile.c:230:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-taskfile.c:231:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-taskfile.c:232:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/ide-taskfile.c:229:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/ide-xfer-mode.c:65:21: style: The scope of the variable 'overridden' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/it8172.c:85:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/it8213.c:88:0: style: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'. [duplicateAssignExpression]
linux-4.9.88/drivers/ide/it8213.c:89:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-4.9.88/drivers/ide/it8213.c:88:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-4.9.88/drivers/ide/it8213.c:91:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/opti621.c:69:40: style: The scope of the variable 'pair_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/palm_bk3710.c:172:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/ide/palm_bk3710.c:92:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:94:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:97:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:99:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:102:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:104:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:107:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:108:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:130:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:132:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:134:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:136:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:139:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:140:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:160:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:162:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:164:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:166:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:182:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:184:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:186:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:188:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:242:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:250:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:258:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:264:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/palm_bk3710.c:274:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/piix.c:142:0: style: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'. [duplicateAssignExpression]
linux-4.9.88/drivers/ide/piix.c:143:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-4.9.88/drivers/ide/piix.c:142:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-4.9.88/drivers/ide/piix.c:145:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/piix.c:152:11: style: Variable 'sitre' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/pmac.c:651:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/qd65xx.c:215:15: style: The scope of the variable 'cycle_time' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/serverworks.c:195:4: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/serverworks.c:193:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/serverworks.c:195:4: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/serverworks.c:211:4: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/serverworks.c:208:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/serverworks.c:211:4: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/sgiioc4.c:140:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/ide/sgiioc4.c:137:0: note: Variable 'stat' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/sgiioc4.c:140:3: note: Variable 'stat' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/ide/sgiioc4.c:302:27: style: Variable 'intr_reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/sis5513.c:367:18: style: The scope of the variable 'host' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/sis5513.c:423:20: style: The scope of the variable 'lpc_bridge' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/slc90e66.c:80:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/slc90e66.c:85:11: style: Variable 'sitre' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/ide/tx4938ide.c:136:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/ide/tx4939ide.c:361:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/ide/tx4939ide.c:86:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/tx4939ide.c:90:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/tx4939ide.c:94:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/tx4939ide.c:98:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/tx4939ide.c:102:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/ide/tx4939ide.c:168:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ide/tx4939ide.c:169:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ide/tx4939ide.c:170:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/ide/tx4939ide.c:196:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/idle/intel_idle.c:1191:25: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/idle/intel_idle.c:1208:11: style: The scope of the variable 'package_num' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/accel/bmc150-accel-core.c:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/accel/bmc150-accel-core.c:224:6: style: struct member 'Anonymous2::msec' is never used. [unusedStructMember]
linux-4.9.88/drivers/iio/accel/kxcjk-1013.c:144:6: style: struct member 'Anonymous1::usec' is never used. [unusedStructMember]
linux-4.9.88/drivers/iio/accel/mma7455_core.c:65:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/accel/mma8452.c:221:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iio/accel/mma8452.c:218:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/accel/mma8452.c:221:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/accel/mma9551.c:415:20: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/accel/mma9551.c:416:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ad7266.c:160:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iio/adc/ad7298.c:218:6: style: The scope of the variable 'vref' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ad7923.c:136:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ad799x.c:496:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iio/adc/ad_sigma_delta.c:255:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/at91_adc.c:290:15: style: The scope of the variable 'rxp' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/at91_adc.c:446:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iio/adc/bcm_iproc_adc.c:524:2: style: Variable 'indio_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iio/adc/bcm_iproc_adc.c:521:0: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/bcm_iproc_adc.c:524:2: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/bcm_iproc_adc.c:175:15: style: The scope of the variable 'valid_entries' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/exynos_adc.c:760:2: style: Variable 'indio_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iio/adc/exynos_adc.c:754:0: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/exynos_adc.c:760:2: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/exynos_adc.c:615:7: style: The scope of the variable 'pressed' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/exynos_adc.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/exynos_adc.c:714:18: style: Checking if unsigned variable 'info->tsirq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/iio/adc/fsl-imx25-gcq.c:176:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/hi8435.c:398:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iio/adc/imx7d_adc.c:204:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iio/adc/imx7d_adc.c:246:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iio/adc/ina2xx-adc.c:385:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/iio/adc/ina2xx-adc.c:519:6: style: The scope of the variable 'buffer_us' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ina2xx-adc.c:371:10: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/iio/adc/ltc2485.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/max1027.c:241:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/iio/adc/max1363.c:1446:17: warning: Redundant assignment of 'st->configbyte' to itself. [selfAssignment]
linux-4.9.88/drivers/iio/adc/max1363.c:305:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/max1363.c:330:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/mcp3422.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/men_z188_adc.c:92:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iio/adc/men_z188_adc.c:94:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iio/adc/men_z188_adc.c:97:20: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iio/adc/men_z188_adc.c:100:20: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iio/adc/palmas_gpadc.c:219:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/palmas_gpadc.c:219:21: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/qcom-spmi-iadc.c:258:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/qcom-spmi-vadc.c:316:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/qcom-spmi-vadc.c:822:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti-ads1015.c:243:20: style: The scope of the variable 'conv_time' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:154:23: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:154:31: style: The scope of the variable 'adc_fsm' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:155:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:215:21: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:253:21: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:556:15: style: The scope of the variable 'idle' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:224:10: style: Variable 'read' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iio/adc/ti_am335x_adc.c:263:10: style: Variable 'read' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iio/adc/twl4030-madc.c:541:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/twl6030-gpadc.c:931:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iio/adc/twl6030-gpadc.c:927:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/twl6030-gpadc.c:931:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iio/adc/vf610_adc.c:194:6: style: The scope of the variable 'divisor' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/xilinx-xadc-core.c:463:15: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/adc/xilinx-xadc-core.c:1046:34: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/chemical/vz89x.c:172:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:77:6: style: The scope of the variable 'exp' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:539:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:231:13: style: Variable 'send_buf' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iio/common/ssp_sensors/ssp_dev.c:323:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/st_sensors/st_sensors_buffer.c:48:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/iio/common/st_sensors/st_sensors_core.c:557:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/st_sensors/st_sensors_core.c:626:18: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/common/st_sensors/st_sensors_core.c:626:21: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5064.c:1020:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5064.c:1019:34: note: Assignment 'ret=ad5064_spi_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5064.c:1020:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5064.c:1024:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5064.c:1023:34: note: Assignment 'ret=ad5064_i2c_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5064.c:1024:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5064.c:185:15: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5380.c:629:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5380.c:628:34: note: Assignment 'ret=ad5380_spi_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5380.c:629:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5380.c:633:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5380.c:632:34: note: Assignment 'ret=ad5380_i2c_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5380.c:633:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5421.c:207:15: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5421.c:476:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5446.c:599:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5446.c:598:34: note: Assignment 'ret=ad5446_spi_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5446.c:599:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5446.c:603:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/dac/ad5446.c:602:34: note: Assignment 'ret=ad5446_i2c_register_driver()', assigned value is 0
linux-4.9.88/drivers/iio/dac/ad5446.c:603:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/iio/dac/ad5446.c:96:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/iio/dac/ad5446.c:105:15: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5449.c:137:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5592r-base.c:487:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/dac/ad5592r-base.c:487:9: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/dac/ad5592r-base.c:184:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5592r-base.c:524:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dac/ad5755.c:308:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/iio/dac/ad5755.c:310:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/iio/dac/ad5755.c:308:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/iio/dummy/iio_dummy_evgen.c:94:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/dummy/iio_simple_dummy.c:42:6: style: struct member 'iio_dummy_accel_calibscale::regval' is never used. [unusedStructMember]
linux-4.9.88/drivers/iio/frequency/ad9523.c:754:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iio/frequency/adf4350.c:252:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/gyro/adis16136.c:232:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/iio/health/max30100.c:237:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/humidity/dht11.c:134:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/imu/adis16480.c:465:15: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/imu/adis16480.c:465:21: style: The scope of the variable 'best_diff' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/imu/adis16480.c:466:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/imu/adis16480.c:466:18: style: The scope of the variable 'best_freq' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/imu/adis16480.c:270:8: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:579:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
linux-4.9.88/drivers/iio/industrialio-buffer.c:623:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-buffer.c:1274:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-buffer.c:1240:17: portability: 'datain' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iio/industrialio-core.c:605:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:608:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:612:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:615:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:619:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:624:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/industrialio-core.c:960:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-core.c:987:39: style: The scope of the variable 'ext_info' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-core.c:910:17: style: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/iio/iio_core.h:25:17: note: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'.
linux-4.9.88/drivers/iio/industrialio-core.c:910:17: note: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'.
linux-4.9.88/drivers/iio/industrialio-event.c:70:6: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-event.c:355:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-event.c:441:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-trigger.c:168:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-trigger.c:192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/industrialio-trigger.c:470:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/inkern.c:433:14: style: Condition 'nummaps==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/iio/inkern.c:412:16: note: Assignment 'nummaps=0', assigned value is 0
linux-4.9.88/drivers/iio/inkern.c:431:4: note: nummaps is incremented', new value is 1
linux-4.9.88/drivers/iio/inkern.c:433:14: note: Condition 'nummaps==0' is always false
linux-4.9.88/drivers/iio/inkern.c:337:22: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/apds9960.c:777:16: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/iio/light/cm32181.c:268:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'const int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/iio/light/gp2ap020a00f.c:724:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/lm3533-als.c:111:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/lm3533-als.c:414:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/ltr501.c:330:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/pa12203001.c:318:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/tcs3472.c:91:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/light/us5182d.c:833:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iio/magnetometer/ak8975.c:611:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/magnetometer/hmc5843_core.c:161:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/magnetometer/mag3110.c:250:46: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/iio/orientation/hid-sensor-rotation.c:68:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/pressure/bmp280-core.c:630:15: style: The scope of the variable 'delay_us' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/pressure/hp206c.c:110:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/pressure/ms5611_core.c:87:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:96:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iio/temperature/tsys01.c:130:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/addr.c:362:17: style: The scope of the variable 'rt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cache.c:461:6: style: The scope of the variable 'local_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cache.c:1198:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:544:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/infiniband/core/cm.c:546:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/core/cm.c:544:8: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/core/cm.c:573:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/infiniband/core/cm.c:575:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/core/cm.c:573:8: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/core/cm.c:558:24: style: The scope of the variable 'cm_id_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:586:27: style: The scope of the variable 'cur_timewait_info' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:615:27: style: The scope of the variable 'timewait_info' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:639:27: style: The scope of the variable 'cur_timewait_info' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:849:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:2479:27: style: The scope of the variable 'timewait_info' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:3540:6: style: The scope of the variable 'tmp_send_port_not_ready' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cm.c:3418:49: style: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/cm.c:258:49: note: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'.
linux-4.9.88/drivers/infiniband/core/cm.c:3418:49: note: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'.
linux-4.9.88/drivers/infiniband/core/cm.c:3922:42: style: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/cm.c:60:42: note: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-4.9.88/drivers/infiniband/core/cm.c:3922:42: note: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-4.9.88/drivers/infiniband/core/cm.c:4023:45: style: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/cm.c:61:45: note: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-4.9.88/drivers/infiniband/core/cm.c:4023:45: note: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-4.9.88/drivers/infiniband/core/cm.c:1084:3: error: Address of auto-variable 'cm_id_priv->id' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/core/cma.c:3573:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cma.c:4250:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/cma.c:1856:48: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/cma.c:3332:23: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/cma.c:3390:23: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/cma.c:2431:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/core/device.c:284:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/device.c:897:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/device.c:117:36: portability: '(void*)device' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/iwcm.c:1033:29: style: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/iwcm.c:216:73: note: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'.
linux-4.9.88/drivers/infiniband/core/iwcm.c:1033:29: note: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'.
linux-4.9.88/drivers/infiniband/core/iwcm.c:431:15: style: Variable 'cm_id_priv' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:311:2: style: Variable 'nlmsg_request' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:308:0: note: Variable 'nlmsg_request' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:311:2: note: Variable 'nlmsg_request' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:456:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:454:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:456:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:598:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:592:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:598:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:659:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:651:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:659:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:123:21: style: The scope of the variable 'hash_bucket_head' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:243:21: style: The scope of the variable 'hash_bucket_head' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:746:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:241:52: style: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/iwpm_util.h:147:52: note: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'.
linux-4.9.88/drivers/infiniband/core/iwpm_util.c:241:52: note: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'.
linux-4.9.88/drivers/infiniband/core/mad.c:608:31: style: The scope of the variable 'mad_agent_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:609:31: style: The scope of the variable 'mad_snoop_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:913:16: style: The scope of the variable 'pad' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:990:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:1307:32: style: The scope of the variable 'mad_priv_hdr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:1308:25: style: The scope of the variable 'priv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:1960:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:2315:16: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:2339:33: style: The scope of the variable 'temp_mad_send_wr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:2500:33: style: The scope of the variable 'mad_send_wr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:2923:32: style: The scope of the variable 'mad_priv_hdr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:2924:25: style: The scope of the variable 'recv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/mad.c:1609:61: style: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/mad.c:69:61: note: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'.
linux-4.9.88/drivers/infiniband/core/mad.c:1609:61: note: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'.
linux-4.9.88/drivers/infiniband/core/mad.c:1708:34: style: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/mad.c:72:31: note: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'.
linux-4.9.88/drivers/infiniband/core/mad.c:1708:34: note: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'.
linux-4.9.88/drivers/infiniband/core/mad.c:1907:33: style: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/mad_priv.h:215:33: note: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'.
linux-4.9.88/drivers/infiniband/core/mad.c:1907:33: note: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'.
linux-4.9.88/drivers/infiniband/core/mad.c:1020:20: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/mad_rmpp.c:411:6: style: The scope of the variable 'cur_seg_num' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:133:22: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:134:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:156:22: style: The scope of the variable 'cur_group' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:157:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:494:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:520:22: style: The scope of the variable 'is_mgid0' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/multicast.c:653:2: error: Address of auto-variable 'member->multicast' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/core/netlink.c:194:19: style: The scope of the variable 'nlh' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/netlink.c:195:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/packer.c:42:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:43:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:44:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:45:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:112:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:114:22: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:117:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:129:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:130:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:131:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:132:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:194:21: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/packer.c:195:15: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/sa_query.c:707:23: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sa_query.c:707:30: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sa_query.c:708:28: style: The scope of the variable 'rec' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sa_query.c:709:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sa_query.c:709:11: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sa_query.c:1736:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/sysfs.c:927:29: portability: '(void*)hsag' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/sysfs.c:267:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/core/ucm.c:1176:25: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/ud_header.c:420:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:425:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:430:23: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:435:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:440:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:445:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:450:21: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:454:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:458:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:479:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:496:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:518:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/ud_header.c:540:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/umem.c:49:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/umem_odp.c:385:3: style: Variable 'owning_process' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/core/umem_odp.c:382:0: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/umem_odp.c:385:3: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/core/umem_odp.c:99:34: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/umem_odp.c:627:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/umem_rbtree.c:82:22: style: The scope of the variable 'umem' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:265:6: style: The scope of the variable 'left' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:265:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:265:33: style: The scope of the variable 'max_seg_payload' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:417:21: style: The scope of the variable 'sent_hdr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:977:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/user_mad.c:306:51: portability: '(void*)recv_buf->mad' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/user_mad.c:695:28: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/user_mad.c:763:25: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/user_mad.c:812:27: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:668:35: style: The scope of the variable 'scan' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:702:27: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:140:34: style: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/uverbs.h:192:34: note: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'.
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:140:34: note: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'.
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:1899:20: portability: '(void*)cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:2641:34: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:2742:34: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:3105:35: portability: 'kern_spec_filter' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:3133:36: portability: '(void*)kern_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:3135:33: portability: 'kern_spec_val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:3743:13: portability: 'kern_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_cmd.c:3744:11: portability: 'ib_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/core/uverbs_main.c:628:61: style: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/core/uverbs.h:197:61: note: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'.
linux-4.9.88/drivers/infiniband/core/uverbs_main.c:628:61: note: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'.
linux-4.9.88/drivers/infiniband/core/uverbs_marshall.c:49:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/core/verbs.c:781:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/verbs.c:1299:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/verbs.c:1571:16: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/verbs.c:1572:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/verbs.c:1715:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/core/verbs.c:657:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/core/verbs.c:658:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/core/verbs.c:479:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/core/verbs.c:496:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:658:27: warning: Either the condition 'if(data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:662:6: note: Assuming that condition 'if(data)' is not redundant
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:658:27: note: Null pointer addition
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:414:2: style: Variable 'sqp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:411:0: note: Variable 'sqp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:414:2: note: Variable 'sqp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:895:2: style: Variable 'rdev_p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:881:0: note: Variable 'rdev_p' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:895:2: note: Variable 'rdev_p' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_wr.h:779:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:75:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:430:23: style: The scope of the variable 'swcqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:466:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:484:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:601:6: style: The scope of the variable 'copy_data' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:604:10: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:71:38: style: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:158:38: note: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:71:38: note: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:158:38: style: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:160:38: note: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:158:38: note: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:252:46: style: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:163:46: note: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:252:46: note: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:268:43: style: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:164:43: note: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:268:43: note: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:274:38: style: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:165:38: note: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:274:38: note: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:323:39: style: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:161:39: note: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:323:39: note: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:336:39: style: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:167:39: note: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:336:39: note: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:790:46: style: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:172:46: note: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:790:46: note: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:799:48: style: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:175:48: note: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:799:48: note: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:807:38: style: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:178:38: note: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:807:38: note: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:814:44: style: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:180:44: note: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:814:44: note: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:821:46: style: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:182:46: note: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:821:46: note: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:827:42: style: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:181:42: note: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:827:42: note: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:834:38: style: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:183:38: note: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:834:38: note: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:916:38: style: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:156:38: note: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:916:38: note: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:1043:40: style: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.h:157:40: note: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:1043:40: note: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_wr.h:56:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_hal.c:607:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/cxio_resource.c:330:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:296:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:297:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:298:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:299:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:305:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.h:306:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1787:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1775:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:2183:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:2184:17: style: The scope of the variable 'tdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:2185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:905:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:907:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1028:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_cm.c:1030:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:506:6: style: Condition '!npages' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:481:25: note: Assignment 'total_size=4294967295U', assigned value is 4294967295
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:505:46: note: Assignment 'npages=(total_size+(1ULL<<shift)-1)>>shift', assigned value is 64
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:506:6: note: Condition '!npages' is always false
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:1076:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:1078:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:1080:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:156:13: style: The scope of the variable 'warned' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:157:9: style: The scope of the variable 'resplen' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_provider.c:1128:20: style: The scope of the variable 'inetdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_qp.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb3/iwch_qp.c:535:6: style: The scope of the variable 'rqtype' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1604:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1602:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1604:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1624:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1622:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1624:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:3655:30: style: The scope of the variable 'cpl' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:3656:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:4058:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:4079:19: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:4081:15: style: The scope of the variable 'opcode' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:4082:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:2390:35: portability: '(const void*)(req+1)' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:2393:35: portability: '(const void*)(req+1)' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:3144:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:638:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:639:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:640:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:646:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:647:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1497:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1498:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1504:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1722:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1724:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:1732:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cm.c:2014:8: error: Uninitialized variable: pdev [uninitvar]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cq.c:239:19: style: The scope of the variable 'swsqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/cq.c:431:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:242:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:242:9: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:266:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:266:9: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:282:8: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:545:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:569:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:606:8: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:619:8: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:200:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/device.c:1364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/ev.c:223:38: style: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:997:38: note: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/ev.c:223:38: note: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/id_table.c:86:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:170:24: warning: Either the condition 'if(data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:171:6: note: Assuming that condition 'if(data)' is not redundant
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:170:24: note: Null pointer addition
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:117:14: style: The scope of the variable 'to_dp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:117:22: style: The scope of the variable 'from_dp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:118:6: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/mem.c:217:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/cxgb4/provider.c:365:20: style: The scope of the variable 'inetdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:392:13: style: The scope of the variable 'srcp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:395:6: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:531:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:649:21: style: The scope of the variable 'imdp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:650:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:653:6: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:1254:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:1986:34: style: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:1019:34: note: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:1986:34: note: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:2001:34: style: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:1018:34: note: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:2001:34: note: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:321:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/cxgb4/qp.c:346:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/cxgb4/resource.c:226:48: style: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:922:48: note: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'.
linux-4.9.88/drivers/infiniband/hw/cxgb4/resource.c:226:48: note: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.h:739:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.h:786:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.h:821:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:161:29: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:200:29: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:227:6: style: The scope of the variable 'curr_cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:227:16: style: The scope of the variable 'possible' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:227:26: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:544:6: style: The scope of the variable 'possible' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:544:16: style: The scope of the variable 'curr_cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/affinity.c:544:26: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/chip.c:194:0: error: failed to expand 'DC_SC_VL_VAL', Invalid ## usage when expanding 'DC_SC_VL_VAL'. [preprocessorErrorDirective]
linux-4.9.88/drivers/infiniband/hw/hfi1/driver.c:160:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/hfi1/driver.c:399:4: style: Variable 'qp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hfi1/driver.c:389:0: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/driver.c:399:4: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/driver.c:1325:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:257:64: style: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.h:51:64: note: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'.
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:257:64: note: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'.
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:257:75: style: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.h:52:16: note: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'.
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:257:75: note: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'.
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:144:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/eprom.c:155:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/file_ops.c:1277:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/hfi1/file_ops.c:884:11: style: Variable 'devmax' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/hfi1/file_ops.c:0:0: error: Invalid value: 0xdabbad00_MASK [cppcheckError]
linux-4.9.88/drivers/infiniband/hw/hfi1/file_ops.c:0:0: note: Invalid value: 0xdabbad00_MASK
linux-4.9.88/drivers/infiniband/hw/hfi1/file_ops.c:0:0: note: Invalid value: 0xdabbad00_MASK
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1413:2: style: Same expression on both sides of '==' because the value of 'try' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1396:12: note: 'try' is assigned value '0' here.
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1413:2: note: Same expression on both sides of '==' because the value of 'try' and '0' are the same.
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1417:10: style: Same expression on both sides of '==' because the value of 'try' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1396:12: note: 'try' is assigned value '0' here.
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1417:10: note: Same expression on both sides of '==' because the value of 'try' and '0' are the same.
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:328:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1510:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1970:15: style: The scope of the variable 'wlen' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1970:25: style: The scope of the variable 'seek' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/firmware.c:1137:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hfi1/init.c:489:14: style: Condition '!default_pkey_idx' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/hfi1/init.c:482:21: note: Assignment 'default_pkey_idx=1', assigned value is 1
linux-4.9.88/drivers/infiniband/hw/hfi1/init.c:489:14: note: Condition '!default_pkey_idx' is always false
linux-4.9.88/drivers/infiniband/hw/hfi1/init.c:1788:35: portability: 'rcd->egrbufs.buffers[j].addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/intr.c:113:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/intr.c:77:43: style: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/hfi.h:1939:43: note: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-4.9.88/drivers/infiniband/hw/hfi1/intr.c:77:43: note: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-4.9.88/drivers/infiniband/hw/hfi1/mad.c:98:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/mad.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/mad.c:2078:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/hfi1/mad.c:2284:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/hfi1/mmu_rb.c:273:24: style: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/mmu_rb.h:83:24: note: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'.
linux-4.9.88/drivers/infiniband/hw/hfi1/mmu_rb.c:273:24: note: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'.
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:925:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1037:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1121:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1148:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1621:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1354:43: style: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.h:288:43: note: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'.
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1354:43: note: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'.
linux-4.9.88/drivers/infiniband/hw/hfi1/pio.c:1183:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:93:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:109:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:128:10: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:139:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:325:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:341:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:360:10: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:371:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:430:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:457:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:468:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:506:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:556:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:583:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:594:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:639:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:650:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/pio_copy.c:680:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/platform.c:578:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hfi1/platform.c:573:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/platform.c:578:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/platform.c:185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/platform.c:528:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:588:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:593:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:598:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:605:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:610:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:617:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:622:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:629:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:399:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:400:6: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:479:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:480:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:794:6: style: The scope of the variable 'bidx' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:432:18: portability: 'bp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/qsfp.c:511:17: portability: 'bp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/rc.c:1084:22: style: The scope of the variable 'ibp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/rc.c:1245:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/rc.c:2589:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1816:2: style: Variable 'txp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1802:0: note: Variable 'txp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1816:2: note: Variable 'txp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1283:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1532:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1550:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1571:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:2120:23: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:2190:23: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3092:6: style: The scope of the variable 'pad_len' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3158:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3268:6: style: The scope of the variable 'oldbit' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:2451:40: style: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.h:853:13: note: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:2451:40: note: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3314:54: style: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.h:425:54: note: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3314:54: note: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'.
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:1501:13: portability: 'curr_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3110:11: portability: 'kvaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3116:27: portability: 'tx->coalesce_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:3129:28: portability: 'tx->coalesce_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/sdma.c:2130:10: style: Variable 'descq' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/hfi1/sysfs.c:87:37: portability: '(void*)&cc_state->cct' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/sysfs.c:134:46: portability: '(void*)&cc_state->cong_setting' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:206:1: style: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:116:1: note: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:206:1: note: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:207:1: style: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:117:1: note: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:207:1: note: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:208:1: style: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:118:1: note: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:208:1: note: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:209:1: style: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:119:1: note: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:209:1: note: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:210:1: style: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:120:1: note: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:210:1: note: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:211:1: style: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:121:1: note: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:211:1: note: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:212:1: style: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:122:1: note: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:212:1: note: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:213:1: style: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:123:1: note: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:213:1: note: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:214:1: style: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:124:1: note: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:214:1: note: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:215:1: style: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:125:1: note: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:215:1: note: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:216:1: style: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:126:1: note: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:216:1: note: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:217:1: style: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:127:1: note: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:217:1: note: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:218:1: style: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:128:1: note: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:218:1: note: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:219:1: style: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/trace_dbg.h:129:1: note: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/trace.c:219:1: note: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'.
linux-4.9.88/drivers/infiniband/hw/hfi1/ud.c:515:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_exp_rcv.c:669:21: style: The scope of the variable 'this_pfn' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_exp_rcv.c:551:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:1468:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:425:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:483:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:1621:11: style: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:314:11: note: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'.
linux-4.9.88/drivers/infiniband/hw/hfi1/user_sdma.c:1621:11: note: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'.
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:237:6: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:238:6: style: The scope of the variable 'weight' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:239:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:687:17: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:1501:57: style: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.h:320:57: note: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'.
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:1501:57: note: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'.
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs.c:515:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hfi1/verbs_txreq.c:133:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_ah.c:42:48: style: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:670:48: note: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_ah.c:42:48: note: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_alloc.c:73:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_alloc.c:158:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_alloc.c:126:27: style: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:662:27: note: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_alloc.c:126:27: note: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cmd.c:114:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cmd.c:111:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cmd.c:114:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:95:2: style: Variable 'cq_table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:89:0: note: Variable 'cq_table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:95:2: note: Variable 'cq_table' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:98:2: style: Variable 'mtts' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:92:0: note: Variable 'mtts' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_cq.c:98:2: note: Variable 'mtts' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_eq.c:60:64: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_eq.c:231:6: style: The scope of the variable 'event_type' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_eq.c:328:39: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hem.c:133:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1256:63: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1814:23: warning: Possible null pointer dereference: context [nullPointer]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:2792:30: note: Calling function 'hns_roce_v1_qp_modify', 5th argument 'context' value is 0
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1814:23: note: Null pointer dereference
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1039:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1034:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1039:2: note: Variable 'p' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1345:2: style: Variable 'cq_context' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1342:0: note: Variable 'cq_context' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1345:2: note: Variable 'cq_context' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1285:23: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:2776:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:214:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:243:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:260:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:144:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:146:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:204:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:206:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:211:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1112:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1118:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1120:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1122:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1579:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:212:51: error: Null pointer dereference: iboe [nullPointer]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:207:34: note: Assignment 'iboe=NULL', assigned value is 0
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:212:51: note: Null pointer dereference
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:212:2: style: Variable 'hr_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:208:0: note: Variable 'hr_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:212:2: note: Variable 'hr_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:604:2: style: Variable 'iboe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:600:0: note: Variable 'iboe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:604:2: note: Variable 'iboe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:607:2: style: Variable 'ib_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:601:0: note: Variable 'ib_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:607:2: note: Variable 'ib_dev' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_main.c:486:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_mr.c:273:6: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_mr.c:274:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_mr.c:374:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_mr.c:375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:98:45: style: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:629:45: note: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:98:45: note: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:122:45: style: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:630:45: note: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:122:45: note: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:127:50: style: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:628:50: note: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:127:50: note: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:135:54: style: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:631:54: note: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_pd.c:135:54: note: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:570:48: style: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_device.h:693:48: note: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:570:48: note: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:665:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:667:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:684:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/hns/hns_roce_qp.c:693:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:1167:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:2129:6: style: The scope of the variable 'oldarpindex' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:2790:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:2937:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:2938:6: style: The scope of the variable 'passive_state' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:3052:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:3406:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_cm.c:3583:21: portability: 'accept.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4393:3: style: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4391:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4393:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4465:3: style: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4463:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4465:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:3980:28: style: The scope of the variable 'pcmdinfo' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4002:10: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:72:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:76:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:2347:0: style: Boolean variable 'flush_sq' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:2348:0: style: Boolean variable 'flush_rq' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hmc.c:181:29: style: The scope of the variable 'sd_entry' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hmc.c:626:7: style: The scope of the variable 'pd_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hmc.c:701:24: style: The scope of the variable 'mem' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hmc.c:121:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hmc.c:137:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:128:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:218:22: style: The scope of the variable 'cq' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:283:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:476:41: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:214:70: style: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw.h:536:65: note: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:214:70: note: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:249:8: style: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw.h:540:17: note: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:249:8: note: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:722:68: style: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw.h:392:26: note: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_hw.c:722:68: note: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_main.c:543:18: portability: 'memptr->va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_main.c:543:47: portability: 'iwdev->obj_mem.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_main.c:546:34: portability: 'memptr->va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_pble.c:61:20: style: The scope of the variable 'clist' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_pble.c:62:20: style: The scope of the variable 'tlist' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_pble.c:63:22: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_pble.c:197:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:77:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:72:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:77:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1389:2: style: Variable 'qp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1386:0: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1389:2: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1187:6: style: The scope of the variable 'crcptr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1194:25: style: The scope of the variable 'txbuf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_puda.c:1429:25: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_uk.c:586:2: style: Variable 'local_fence' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_uk.c:583:0: note: Variable 'local_fence' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_uk.c:586:2: note: Variable 'local_fence' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_uk.c:431:7: style: The scope of the variable 'push' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_uk.c:514:7: style: The scope of the variable 'push' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:360:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:1133:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:1190:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:588:37: style: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_osdep.h:172:37: note: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:588:37: note: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:699:37: style: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_osdep.h:185:37: note: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_utils.c:699:37: note: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1335:6: style: The scope of the variable 'chunk_pages' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1367:26: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:2038:7: style: The scope of the variable 'inv_stag' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:2492:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1807:47: style: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw.h:555:47: note: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1807:47: note: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:647:44: portability: '(void*)init_info.q2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1192:39: portability: 'iwcq->kmem.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:434:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:436:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:434:3: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/hw/mlx4/ah.c:135:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:193:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/cm.c:418:18: style: The scope of the variable 'nd' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/cm.c:413:61: style: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:847:61: note: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'.
linux-4.9.88/drivers/infiniband/hw/mlx4/cm.c:413:61: note: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'.
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:83:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:352:25: style: The scope of the variable 'new_cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:916:19: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:901:34: style: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:741:34: note: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:901:34: note: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-4.9.88/drivers/infiniband/hw/mlx4/cq.c:850:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:220:23: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:222:10: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:224:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:367:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:383:26: style: The scope of the variable 'send_buf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:385:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:386:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:643:11: style: The scope of the variable 'other_port' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:645:6: style: The scope of the variable 'slave_id' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:2217:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:2328:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:484:22: style: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:830:22: note: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:484:22: note: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:155:16: portability: 'inbox' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:156:20: portability: 'inbox' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:344:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:162:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:835:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mad.c:836:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:359:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:336:12: note: Assignment 'ret=0', assigned value is 0
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:359:6: note: Condition '!ret' is always true
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2591:16: style: Condition 'num_ports==0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2586:14: note: Assignment 'num_ports=0', assigned value is 0
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2588:3: note: num_ports is incremented', new value is 1
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2591:16: note: Condition 'num_ports==0' is always false
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:141:4: style: Variable 'upper' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:139:0: note: Variable 'upper' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:141:4: note: Variable 'upper' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1141:2: style: Variable 'owning_process' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1138:0: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1141:2: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:95:6: style: The scope of the variable 'eth_num_ports' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:96:6: style: The scope of the variable 'ib_num_ports' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:360:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1136:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1916:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2022:21: style: The scope of the variable 'ndev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2450:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2451:6: style: The scope of the variable 'slave' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2452:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:2986:9: style: The scope of the variable 'flow_size' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1448:7: portability: '(void*)&ib_spec->eth.mask.vlan_tag' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1460:7: portability: '(void*)&ib_spec->ib.mask.sl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1472:7: portability: '(void*)&ib_spec->ipv4.mask.dst_ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1484:7: portability: '(void*)&ib_spec->tcp_udp.mask.src_port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1556:13: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1563:21: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1608:33: portability: '(void*)mlx4_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:1679:11: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/main.c:539:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:166:22: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:167:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:188:22: style: The scope of the variable 'cur_group' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:189:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:440:6: style: The scope of the variable 'nzgroup' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:1079:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:1167:6: style: The scope of the variable 'clear' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mcg.c:1200:20: style: The scope of the variable 'pend_req' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:323:36: style: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:724:36: note: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:323:36: note: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:373:38: style: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:727:38: note: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:373:38: note: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:428:56: style: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:784:56: note: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:428:56: note: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:507:40: style: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:789:40: note: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:507:40: note: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'.
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:41:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:42:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:43:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:44:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/mr.c:45:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1033:20: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2062:20: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2091:29: style: Redundant condition: !qp->pri.candidate_smac. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2096:21: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:142:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:170:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:218:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:221:28: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:246:30: style: The scope of the variable 'inl' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1395:6: style: The scope of the variable 'smac_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1396:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1547:6: style: The scope of the variable 'smac_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1989:29: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3016:10: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:230:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:237:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:254:45: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:263:13: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2303:40: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2384:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2432:40: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2662:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2832:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2833:33: portability: '(void*)&hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3015:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3027:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3030:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3040:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3043:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3055:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3063:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3071:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3088:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3097:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3102:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3113:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3125:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3129:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3132:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3144:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3147:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3159:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:264:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:275:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1994:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2377:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2381:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2400:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2655:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2659:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2678:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2825:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2830:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2835:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2860:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2927:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3215:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:227:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:275:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1229:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1749:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:1766:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2168:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2169:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2174:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2219:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2627:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2706:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2708:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2710:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:2712:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3004:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3006:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3198:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3215:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3398:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/qp.c:3474:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mlx4/srq.c:239:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/srq.c:260:38: style: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:754:38: note: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mlx4/srq.c:260:38: note: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mlx4/srq.c:160:42: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mlx4/sysfs.c:859:27: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mlx4/sysfs.c:812:55: style: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mlx4/mlx4_ib.h:871:55: note: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/mlx4/sysfs.c:812:55: note: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/mlx5/mlx5_ib.h:141:0: error: #error "Invalid number of bypass priorities" [preprocessorErrorDirective]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_allocator.c:285:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_doorbell.h:85:47: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_doorbell.h:98:24: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_catas.c:63:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cmd.c:1369:0: error: #error Host endianness not defined [preprocessorErrorDirective]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:281:20: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:741:38: style: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_dev.h:497:38: note: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:741:38: note: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:163:32: portability: 'buf->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:166:4: portability: 'buf->queue.page_list[entry*MTHCA_CQ_ENTRY_SIZE/PAGE_SIZE].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:176:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_cq.c:640:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_eq.c:231:44: portability: 'eq->page_list[off/PAGE_SIZE].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_eq.c:612:46: portability: 'mailbox->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_eq.c:168:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mad.c:167:26: style: The scope of the variable 'send_buf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mad.c:169:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mad.c:170:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_main.c:1020:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_main.c:1019:42: note: outer condition: mdev->mthca_flags&MTHCA_FLAG_MSI_X
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_main.c:1020:25: note: identical inner condition: mdev->mthca_flags&MTHCA_FLAG_MSI_X
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_main.c:1087:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mcg.c:165:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mcg.c:170:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mcg.c:171:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mcg.c:242:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mcg.c:244:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mr.c:362:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mr.c:692:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mr.c:568:37: style: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_dev.h:482:37: note: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_mr.c:568:37: note: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_profile.c:64:42: style: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_profile.h:54:42: note: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_profile.c:64:42: note: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_provider.c:112:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_provider.c:872:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_provider.c:873:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_provider.c:874:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_provider.c:875:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:210:31: portability: 'qp->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:212:73: portability: 'qp->queue.page_list[(n<<qp->rq.wqe_shift)>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:219:31: portability: 'qp->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:219:53: portability: 'qp->queue.direct.buf+qp->send_wqe_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:224:25: portability: 'qp->queue.page_list[(qp->send_wqe_offset+(n<<qp->sq.wqe_shift))>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1204:42: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1534:22: portability: 'sqp->header_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1659:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1669:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1672:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1682:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1699:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1712:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1718:17: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1724:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1738:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1747:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1852:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1863:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2000:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2010:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2013:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2023:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2040:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2053:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2059:17: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2065:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2079:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2088:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2189:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2199:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:775:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1745:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2086:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:645:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:861:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1529:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:1773:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_qp.c:2114:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:483:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:484:6: style: The scope of the variable 'next_ind' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:582:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:583:6: style: The scope of the variable 'next_ind' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:586:8: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:388:36: style: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_dev.h:517:36: note: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:388:36: note: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:475:46: style: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_dev.h:522:46: note: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:475:46: note: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:575:46: style: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_dev.h:524:46: note: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:575:46: note: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:75:32: portability: 'srq->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:77:72: portability: 'srq->queue.page_list[(n<<srq->wqe_shift)>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:92:22: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:188:22: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:189:31: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:512:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:523:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:605:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/mthca/mthca_srq.c:615:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:136:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:137:21: style: The scope of the variable 'upper_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:138:19: style: The scope of the variable 'nesvnic' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:139:15: style: The scope of the variable 'is_bonded' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:217:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:218:19: style: The scope of the variable 'nesvnic' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:267:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:304:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:759:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:760:6: style: The scope of the variable 'netdev_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:870:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:908:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:946:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:984:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:1038:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:1092:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:1215:6: style: The scope of the variable 'retval1' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes.h:354:37: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes.h:384:35: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:289:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:335:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:386:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:397:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:417:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:481:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:613:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:656:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:674:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.h:777:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/nes/nes.c:420:18: style: Variable 'int_mask' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:239:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:232:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:239:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3800:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3790:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3800:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:265:23: style: The scope of the variable 'rtr_msg' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:715:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:805:16: style: The scope of the variable 'qplockflags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:2266:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:2452:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:2453:6: style: The scope of the variable 'passive_state' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:2884:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3080:24: style: The scope of the variable 'nesibdev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3321:6: style: The scope of the variable 'start_buff' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3453:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:211:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:233:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3163:14: style: Variable 'nesibdev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3086:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3601:33: style: Variable 'raddr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_cm.c:3800:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3349:11: style: Condition '!context' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3348:6: note: Assuming that condition '!context' is not redundant
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3349:11: note: Condition '!context' is always true
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2520:4: style: Variable 'pcs_control_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2518:4: note: Variable 'pcs_control_status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2520:4: note: Variable 'pcs_control_status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2842:5: style: Variable 'nic_rqe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2839:5: note: Variable 'nic_rqe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2842:5: note: Variable 'nic_rqe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:107:17: style: The scope of the variable 'rem_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:539:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:746:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1644:28: style: The scope of the variable 'nic_sqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1647:28: style: The scope of the variable 'nic_rqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1657:22: style: The scope of the variable 'cb' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1886:10: style: The scope of the variable 'wqe_fragment_length' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1892:22: style: The scope of the variable 'cb' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3099:6: style: The scope of the variable 'pkt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3100:7: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3437:6: style: The scope of the variable 'pkt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3438:7: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3502:20: style: The scope of the variable 'hw_cq' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3846:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1036:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1046:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1056:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1066:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1076:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1692:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1719:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:1730:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3104:30: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3115:33: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3447:30: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:3888:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_hw.c:2577:7: error: Uninitialized variable: phy_data [uninitvar]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:724:2: style: Variable 'cqp_request' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:718:0: note: Variable 'cqp_request' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:724:2: note: Variable 'cqp_request' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:154:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:410:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:415:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:622:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:866:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:869:32: style: The scope of the variable 'mgt_context' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:879:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:357:47: portability: 'fpdu_info->hdr_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:932:8: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_mgt.c:1064:13: portability: 'mgt_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_nic.c:365:17: style: The scope of the variable 'tcph' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:564:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:602:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:631:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:688:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:401:25: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:404:38: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_utils.c:407:36: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2094:6: style: Condition 'single_page' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2025:19: note: Assignment 'single_page=1', assigned value is 1
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2094:6: note: Condition 'single_page' is always true
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:832:2: style: Variable 'pbl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:818:0: note: Variable 'pbl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:832:2: note: Variable 'pbl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2427:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2429:6: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2427:4: note: Found duplicate branches for 'if' and 'else'.
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:682:23: style: The scope of the variable 'nesucontext' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:744:23: style: The scope of the variable 'nesucontext' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:986:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:1373:23: style: The scope of the variable 'nes_ucontext' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:1377:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:1797:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:1797:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2501:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2681:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:922:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:960:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:965:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:970:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:827:16: style: Variable 'pbl_entries' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2549:15: style: Variable 'minor_code' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:154:2: error: Address of auto-variable 'nesmr->ibmw' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/hw/nes/nes_verbs.c:2116:2: error: Address of auto-variable 'nesmr->ibmr' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_ah.c:227:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:949:2: style: Variable 'bcq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:936:0: note: Variable 'bcq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:949:2: note: Variable 'bcq' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2907:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2899:0: note: Variable 'req' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2907:2: note: Variable 'req' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:880:22: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:964:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:996:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2316:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3165:6: style: The scope of the variable 'num_eqs' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3165:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1394:14: style: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:110:14: note: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1394:14: note: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1912:10: style: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:118:10: note: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1912:10: note: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1945:57: style: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:119:54: note: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1945:57: note: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2045:36: style: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:122:8: note: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2045:36: note: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2140:67: style: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:145:65: note: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2140:67: note: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:112:18: portability: 'eq->q.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:123:21: portability: 'dev->mq.cq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:137:23: portability: 'dev->mq.sq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:147:23: portability: 'dev->mq.sq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:312:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3206:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_stats.c:613:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2989:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:760:2: style: Variable 'uctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:756:0: note: Variable 'uctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:760:2: note: Variable 'uctx' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1146:2: style: Variable 'cqe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1144:0: note: Variable 'cqe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1146:2: note: Variable 'cqe' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1774:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1768:0: note: Variable 'found' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1774:2: note: Variable 'found' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:832:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:908:21: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1168:6: style: The scope of the variable 'pdid' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1791:6: style: The scope of the variable 'attr_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2043:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2044:8: style: The scope of the variable 'dpp_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2212:25: style: The scope of the variable 'hdr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2344:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2416:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2965:22: style: The scope of the variable 'err_cqes' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2966:20: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:66:33: style: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:65:33: note: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:66:33: note: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:101:73: style: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:54:68: note: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:101:73: note: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:150:56: style: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:66:56: note: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:150:56: note: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:752:37: style: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:87:37: note: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:752:37: note: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:953:69: style: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:120:65: note: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:953:69: note: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:954:10: style: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:121:10: note: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:954:10: note: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1123:46: style: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:93:42: note: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1123:46: note: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1571:11: style: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:105:11: note: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1571:11: note: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2411:25: style: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:116:25: note: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2411:25: note: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2996:63: style: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:52:59: note: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2996:63: note: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:3018:45: style: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:122:45: note: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:3018:45: note: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:71:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1913:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/qedr/main.c:390:18: style: The scope of the variable 'cq_handle' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qedr/qedr_cm.c:217:2: style: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/qedr/qedr_cm.c:216:2: note: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qedr/qedr_cm.c:217:2: note: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:655:21: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2079:6: style: The scope of the variable 'attr_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:65:20: style: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:41:74: note: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:65:20: note: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:224:76: style: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:37:71: note: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:224:76: note: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:519:35: style: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:56:35: note: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:519:35: note: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:972:44: style: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:62:40: note: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:972:44: note: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2005:9: style: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:70:9: note: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2005:9: note: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2196:67: style: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:79:63: note: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2196:67: note: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2197:15: style: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:80:15: note: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2197:15: note: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2373:43: style: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:85:43: note: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2373:43: note: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:3535:33: style: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.h:95:33: note: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:3535:33: note: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'.
linux-4.9.88/drivers/infiniband/hw/qedr/verbs.c:2574:8: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_diag.c:365:9: portability: 'uaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_diag.c:411:9: portability: 'uaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_diag.c:455:9: portability: 'uaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_diag.c:501:9: portability: 'uaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_driver.c:89:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_driver.c:305:31: portability: 'rcd->rcvegrbuf[chunk]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:774:16: style: The scope of the variable 'phys' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:1168:6: style: The scope of the variable 'local_cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:941:56: portability: 'rcd->subctxt_uregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:943:32: portability: 'rcd->subctxt_uregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:945:59: portability: 'rcd->subctxt_rcvhdr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:947:35: portability: 'rcd->subctxt_rcvhdr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:953:57: portability: 'rcd->subctxt_rcvegrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:955:33: portability: 'rcd->subctxt_rcvegrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:244:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:1808:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_file_ops.c:783:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/hw/qib/qib_fs.c:366:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_fs.c:469:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba6120.c:672:6: style: Condition '!qib_unordered_wc()' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba6120.c:3083:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba6120.c:811:4: style: Variable 'freeze_cnt' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba6120.c:1342:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba6120.c:1964:9: style: Variable 'tidx' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7220.c:3385:63: style: Redundant condition: If 'EXPR == 2', the comparison 'EXPR != 0' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7220.c:4154:21: style: Condition 'updthresh>3' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7220.c:4151:14: note: Assignment 'updthresh=8U', assigned value is 8
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7220.c:4154:21: note: Condition 'updthresh>3' is always true
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7220.c:3795:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:6114:27: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ','' is always true. [redundantCondition]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:6714:21: style: Condition 'updthresh>3' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:6700:14: note: Assignment 'updthresh=8U', assigned value is 8
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:6714:21: note: Condition 'updthresh>3' is always true
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:1365:12: style: The scope of the variable 'multi' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:2164:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:2886:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:5742:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:5984:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:6277:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:7740:20: style: The scope of the variable 'dds' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:665:6: style: struct member 'Anonymous1::dca' is never used. [unusedStructMember]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:2350:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_iba7322.c:7868:9: style: Variable 'rbc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_intr.c:63:42: style: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib.h:1541:42: note: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_intr.c:63:42: note: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:71:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:333:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:1066:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:1649:27: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:1781:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:2410:64: style: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib_verbs.h:249:64: note: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:2410:64: note: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_mad.c:309:11: style: Variable 'vendor' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_pcie.c:151:62: portability: '(void __iomem*)dd->kregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_pcie.c:545:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_rc.c:877:21: style: The scope of the variable 'ibp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_rc.c:1036:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_rc.c:2219:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:490:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:481:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:490:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:599:3: style: Variable 'pollval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:597:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:599:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:611:3: style: Variable 'pollval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:609:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:611:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:864:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:864:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:888:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:888:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:934:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:1200:11: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:1200:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:657:14: style: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:99:14: note: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sd7220.c:657:14: note: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sdma.c:729:10: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_sdma.c:348:50: style: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib.h:1326:50: note: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_sdma.c:348:50: note: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_twsi.c:161:2: style: Variable 'ack_received' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/hw/qib/qib_twsi.c:159:2: note: Variable 'ack_received' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_twsi.c:161:2: note: Variable 'ack_received' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/hw/qib/qib_tx.c:116:24: style: The scope of the variable 'ppd' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_tx.c:106:4: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_tx.c:206:4: style: Variable 'which' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:143:32: style: The scope of the variable 'sdma_rb_node' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:164:32: style: The scope of the variable 'got' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1132:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1152:29: style: The scope of the variable 'pkt_prev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:183:62: style: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.h:37:62: note: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:183:62: note: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:183:72: style: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.h:37:72: note: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:183:72: note: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1238:52: style: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib.h:1321:52: note: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1238:52: note: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1376:47: style: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.h:40:47: note: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_user_sdma.c:1376:47: note: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'.
linux-4.9.88/drivers/infiniband/hw/qib/qib_verbs.c:789:22: style: The scope of the variable 'nqp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_verbs.c:1000:22: style: The scope of the variable 'dd' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/qib/qib_verbs.c:172:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/qib/qib_verbs.c:298:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_fwd.c:207:33: style: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_fwd.h:91:33: note: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_fwd.c:207:33: note: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:80:31: style: The scope of the variable 'default_flow' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:154:25: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:596:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:678:33: style: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h:119:33: note: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:678:33: note: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:766:30: style: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h:126:30: note: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:766:30: note: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_sysfs.c:281:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:153:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:154:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:694:22: style: The scope of the variable 'vf' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_transport.c:48:62: style: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_transport.h:39:62: note: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_transport.c:48:62: note: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_uiom.c:199:7: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_uiom.c:199:0: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_uiom.c:336:11: style: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_uiom.h:91:11: note: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_uiom.c:336:11: note: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'.
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:157:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:183:6: style: The scope of the variable 'res_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:204:6: style: The scope of the variable 'res_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:238:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:282:25: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/hw/usnic/usnic_vnic.c:283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rdmavt/mcast.c:332:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rdmavt/mr.c:339:2: error: Address of auto-variable 'mr->ibmr' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/sw/rdmavt/mr.c:645:2: error: Address of auto-variable 'fmr->ibfmr' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:238:17: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:1422:20: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:1424:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:649:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:1045:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/sw/rdmavt/qp.c:1047:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/sw/rdmavt/vt.c:95:2: style: Variable 'rdi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/infiniband/sw/rdmavt/vt.c:93:0: note: Variable 'rdi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/sw/rdmavt/vt.c:95:2: note: Variable 'rdi' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/infiniband/sw/rdmavt/vt.c:392:38: portability: '(void*)&rdi->ibdev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rdmavt/vt.c:393:34: portability: '(void*)&rdi->ibdev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe.c:299:51: style: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe.h:67:51: note: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe.c:299:51: note: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_comp.c:508:0: warning: Redundant assignment of 'wqe' to itself. [selfAssignment]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_comp.c:442:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_comp.c:508:29: error: Uninitialized variable: wqe [uninitvar]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_cq.c:107:48: style: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_loc.h:63:48: note: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_cq.c:107:48: note: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mmap.c:143:60: style: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_loc.h:95:60: note: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mmap.c:143:60: note: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:97:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:274:8: style: The scope of the variable 'map_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:275:8: style: The scope of the variable 'buf_index' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:163:25: style: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_loc.h:113:25: note: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:163:25: note: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:337:53: portability: '(void*)(unsigned long)mem->map[m]->buf[n].addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:408:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_mr.c:509:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_net.c:709:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_net.c:708:25: note: Assignment 'err=rxe_net_ipv6_init()', assigned value is 0
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_net.c:709:6: note: Condition 'err' is always false
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:157:24: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:341:24: style: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.h:143:24: note: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:341:24: note: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:353:25: style: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.h:146:25: note: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:353:25: note: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:364:26: style: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.h:135:26: note: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:364:26: note: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:376:27: style: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.h:138:27: note: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_pool.c:376:27: note: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_qp.c:173:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_qp.c:174:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_qp.c:292:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_qp.c:293:6: style: The scope of the variable 'wqe_size' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_qp.c:593:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_queue.c:218:42: style: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_queue.h:103:42: note: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_queue.c:218:42: note: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'.
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_req.c:71:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_req.c:131:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_req.c:506:24: portability: 'payload_addr(pkt)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_req.c:506:33: portability: 'payload_addr(pkt)+paylen' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_req.c:373:8: style: Variable 'av' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:593:7: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:1021:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:643:25: portability: 'payload_addr(ack)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:643:35: portability: 'payload_addr(ack)+payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:726:29: portability: 'payload_addr(&ack_pkt)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_resp.c:726:39: portability: 'payload_addr(&ack_pkt)+payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_verbs.c:716:17: style: The scope of the variable 'sge' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_verbs.c:717:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_verbs.c:718:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_verbs.c:810:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/sw/rxe/rxe_verbs.c:811:15: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_cm.c:793:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_cm.c:913:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1308:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1565:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_fs.c:201:6: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:2239:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:2238:30: note: Assignment 'ret=ipoib_register_debugfs()', assigned value is 0
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:2239:6: note: Condition 'ret' is always false
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:674:9: warning: Either the condition '!context' is redundant or there is possible null pointer dereference: cb_ctx. [nullPointerRedundantCheck]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:672:10: note: Assuming that condition '!context' is not redundant
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:669:42: note: Assignment 'cb_ctx=context', assigned value is 0
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:674:9: note: Null pointer dereference
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:517:21: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:518:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:542:21: style: The scope of the variable 'tpath' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:543:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:778:30: style: The scope of the variable 'tn' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:1903:25: style: The scope of the variable 'child_priv' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:1843:53: style: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib.h:493:53: note: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'.
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_main.c:1843:53: note: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'.
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:217:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:484:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:710:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:62:21: style: struct member 'ipoib_mcast_iter::queuelen' is never used. [unusedStructMember]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:63:21: style: struct member 'ipoib_mcast_iter::complete' is never used. [unusedStructMember]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:64:21: style: struct member 'ipoib_mcast_iter::send_only' is never used. [unusedStructMember]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_vlan.c:53:22: style: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib.h:582:22: note: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'.
linux-4.9.88/drivers/infiniband/ulp/ipoib/ipoib_vlan.c:53:22: note: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'.
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.h:685:21: style: The scope of the variable 'last_wr' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.c:1105:20: style: The scope of the variable 'iser_conn' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.c:1105:32: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.c:791:9: error: Uninitialized variable: len [uninitvar]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:651:19: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:651:26: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:732:50: style: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.h:616:50: note: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:732:50: note: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:752:54: style: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/iser/iscsi_iser.h:618:54: note: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:752:54: note: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:577:18: portability: 'desc->rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:578:19: portability: 'desc->rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_initiator.c:713:22: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:238:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:231:30: style: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:45:30: note: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:231:30: note: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:440:29: style: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'. [funcArgNamesDifferent]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:50:29: note: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:440:29: note: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:340:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_memory.c:348:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_verbs.c:246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/iser/iser_verbs.c:659:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/isert/ib_isert.c:2147:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/isert/ib_isert.c:322:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/isert/ib_isert.c:2084:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/isert/ib_isert.c:2085:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/isert/ib_isert.c:2086:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:806:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:826:22: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:1064:9: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:1411:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:1881:22: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:1882:20: style: The scope of the variable 'scmnd' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:2691:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srp/ib_srp.c:2762:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2268:29: warning: Either the condition '!ch' is redundant or there is possible null pointer dereference: ch. [nullPointerRedundantCheck]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2276:9: note: Assuming that condition '!ch' is not redundant
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2268:29: note: Null pointer dereference
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:574:20: style: The scope of the variable 'sport' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:1239:22: style: The scope of the variable 'max_sense_len' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2095:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/infiniband/ulp/srpt/ib_srpt.c:2428:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:262:24: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-4.9.88/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-4.9.88/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-4.9.88/drivers/input/evdev.c:262:24: note: Null pointer dereference
linux-4.9.88/drivers/input/evdev.c:267:6: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-4.9.88/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-4.9.88/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-4.9.88/drivers/input/evdev.c:267:6: note: Null pointer dereference
linux-4.9.88/drivers/input/evdev.c:270:40: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-4.9.88/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-4.9.88/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-4.9.88/drivers/input/evdev.c:270:40: note: Null pointer dereference
linux-4.9.88/drivers/input/evdev.c:115:7: style: The scope of the variable 'is_report' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:193:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:1027:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:1029:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:1030:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/evdev.c:1053:24: portability: 'codes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/ff-memless.c:92:16: style: The scope of the variable 'attack_stop' can be reduced. [variableScope]
linux-4.9.88/drivers/input/ff-memless.c:92:29: style: The scope of the variable 'fade_start' can be reduced. [variableScope]
linux-4.9.88/drivers/input/ff-memless.c:92:41: style: The scope of the variable 'next_fade' can be reduced. [variableScope]
linux-4.9.88/drivers/input/gameport/fm801-gp.c:49:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/fm801-gp.c:54:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/lightning.c:198:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/input/gameport/lightning.c:223:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/input/gameport/lightning.c:259:13: style: The scope of the variable 'l4' can be reduced. [variableScope]
linux-4.9.88/drivers/input/gameport/lightning.c:69:13: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/input/gameport/ns558.c:119:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:121:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:124:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:126:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:130:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:138:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:146:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/gameport/ns558.c:158:56: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/input-mt.c:346:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:2427:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/input/input.c:2426:23: note: Assignment 'err=input_proc_init()', assigned value is 0
linux-4.9.88/drivers/input/input.c:2427:6: note: Condition 'err' is always false
linux-4.9.88/drivers/input/input.c:147:8: warning: Either the condition 'handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
linux-4.9.88/drivers/input/input.c:143:6: note: Assuming that condition 'handle' is not redundant
linux-4.9.88/drivers/input/input.c:147:8: note: Null pointer dereference
linux-4.9.88/drivers/input/input.c:135:22: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:431:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:457:23: style: The scope of the variable 'grab' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:458:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:676:7: style: The scope of the variable 'need_sync' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:677:6: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:782:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:811:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/input.c:1965:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:142:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:142:22: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:142:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:446:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:446:12: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/adi.c:155:10: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/joystick/analog.c:255:31: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/analog.c:557:6: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/analog.c:616:12: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/analog.c:616:15: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/analog.c:445:11: error: Undefined behavior: Variable 'analog->name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/input/joystick/as5011.c:123:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/cobra.c:59:19: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/db9.c:161:62: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/input/joystick/db9.c:209:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/db9.c:276:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/db9.c:339:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/db9.c:177:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:178:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:182:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:183:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:380:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:381:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:388:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:389:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:397:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:398:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:406:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:407:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:417:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:418:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:434:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:435:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:454:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:455:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:497:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/db9.c:498:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/gamecon.c:269:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:270:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:378:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:491:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:492:9: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:569:12: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:569:17: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:729:17: style: The scope of the variable 'pad' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gamecon.c:156:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/gamecon.c:169:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/gf2k.c:96:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/gf2k.c:134:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/grip.c:127:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/grip.c:186:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/grip_mp.c:321:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/grip_mp.c:538:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/grip_mp.c:583:30: style: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'. [funcArgNamesDifferent]
linux-4.9.88/drivers/input/joystick/grip_mp.c:112:30: note: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'.
linux-4.9.88/drivers/input/joystick/grip_mp.c:583:30: note: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'.
linux-4.9.88/drivers/input/joystick/guillemot.c:87:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/guillemot.c:126:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:73:9: warning: Redundant assignment of 'period' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:112:18: warning: Redundant assignment of 'attack_duration' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:113:16: warning: Redundant assignment of 'fade_duration' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:315:11: warning: Redundant assignment of 'duration' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:316:11: warning: Redundant assignment of 'delay' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-ff.c:317:11: warning: Redundant assignment of 'interval' to itself. [selfAssignment]
linux-4.9.88/drivers/input/joystick/iforce/iforce-main.c:220:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/iforce/iforce-packets.c:74:10: style: Variable 'empty' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/joystick/iforce/iforce-packets.c:96:2: style: Variable 'head' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/joystick/interact.c:94:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/interact.c:133:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/maplecontrol.c:118:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/input/joystick/maplecontrol.c:37:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/maplecontrol.c:39:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/maplecontrol.c:41:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/maplecontrol.c:43:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/sidewinder.c:600:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/joystick/sidewinder.c:592:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/joystick/sidewinder.c:600:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/joystick/sidewinder.c:601:2: style: Variable 'idbuf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/joystick/sidewinder.c:593:0: note: Variable 'idbuf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/joystick/sidewinder.c:601:2: note: Variable 'idbuf' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/joystick/sidewinder.c:244:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/tmdc.c:148:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/tmdc.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/warrior.c:84:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/warrior.c:85:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/joystick/xpad.c:549:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/xpad.c:588:7: style: The scope of the variable 'present' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/xpad.c:789:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/xpad.c:813:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/joystick/xpad.c:1236:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/adc-keys.c:39:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/adp5588-keys.c:297:14: style: The scope of the variable 'ev_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/adp5589-keys.c:621:14: style: The scope of the variable 'ev_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:924:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1007:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1349:7: style: The scope of the variable 'old_extra' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1350:16: style: The scope of the variable 'old_set' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1437:7: style: The scope of the variable 'old_scroll' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1485:16: style: The scope of the variable 'old_set' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1486:7: style: The scope of the variable 'old_extra' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1540:7: style: The scope of the variable 'old_softrepeat' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1540:23: style: The scope of the variable 'old_softraw' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:1594:7: style: The scope of the variable 'old_softraw' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/atkbd.c:474:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:107:6: style: The scope of the variable 'key_press' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:108:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:108:11: style: The scope of the variable 'col' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:109:15: style: The scope of the variable 'keycode' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:145:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/bcm-keypad.c:179:6: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/cros_ec_keyb.c:72:18: style: The scope of the variable 'buf1' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/cros_ec_keyb.c:119:13: style: Variable 'num_cols' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/davinci_keyscan.c:129:7: style: The scope of the variable 'release' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/davinci_keyscan.c:131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/goldfish_events.c:65:10: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/gpio_keys.c:477:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/gpio_keys.c:603:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/hilkbd.c:64:0: error: #error "HIL is not supported on this platform" [preprocessorErrorDirective]
linux-4.9.88/drivers/input/keyboard/lm8323.c:345:12: style: Variable 'active' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/locomokbd.c:129:25: style: The scope of the variable 'rowd' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/maple_keyb.c:98:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/matrix_keypad.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/matrix_keypad.c:103:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/nomadik-ske-keypad.c:142:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/nomadik-ske-keypad.c:142:15: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/nomadik-ske-keypad.c:142:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/nomadik-ske-keypad.c:145:6: style: The scope of the variable 'key_pressed' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/nomadik-ske-keypad.c:170:6: style: The scope of the variable 'ske_asr' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/omap-keypad.c:160:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/input/keyboard/omap-keypad.c:169:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/keyboard/omap-keypad.c:109:30: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/omap4-keypad.c:134:31: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/opencores-kbd.c:33:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/keyboard/pmic8xxx-keypad.c:165:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/pxa930_rotary.c:44:19: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/samsung-keypad.c:113:15: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/samsung-keypad.c:153:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/samsung-keypad.c:159:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/sh_keysc.c:94:16: style: The scope of the variable 'keyin_set' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/snvs_pwrkey.c:55:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/keyboard/spear-keyboard.c:296:15: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/spear-keyboard.c:296:39: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/stmpe-keypad.c:136:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/stmpe-keypad.c:250:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/sun4i-lradc-keys.c:163:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/sunkbd.c:166:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/input/keyboard/sunkbd.c:233:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/input/keyboard/sunkbd.c:142:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:164:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:164:13: style: The scope of the variable 'col' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:164:18: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:248:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:249:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/keyboard/tca8418_keypad.c:318:13: style: Variable 'max_keys' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/keyboard/tegra-kbc.c:415:3: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/keyboard/tegra-kbc.c:414:3: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/keyboard/tegra-kbc.c:415:3: note: Variable 'val' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/keyboard/tegra-kbc.c:259:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/twl4030_keypad.c:180:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-4.9.88/drivers/input/keyboard/xtkbd.c:79:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/matrix-keymap.c:163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/matrix-keymap.c:164:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/ad714x.c:916:17: style: The scope of the variable 'reg_base' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/ad714x.c:1007:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/ad714x.c:1009:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/ad714x.c:1011:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/ad714x.c:1013:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/ad714x.c:1015:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/adxl34x.c:569:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/input/misc/adxl34x.c:302:26: style: The scope of the variable 'samples' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/adxl34x.c:302:35: style: The scope of the variable 'orient' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/adxl34x.c:302:43: style: The scope of the variable 'orient_code' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/adxl34x.c:570:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/misc/apanel.c:262:28: portability: 'bios' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/apanel.c:264:16: portability: 'bios' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/ati_remote2.c:635:9: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/ati_remote2.c:635:15: style: The scope of the variable 'maxp' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/cm109.c:324:17: style: The scope of the variable 'keycode' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/cm109.c:439:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/dm355evm_keys.c:110:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/drv260x.c:525:2: style: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/misc/drv260x.c:524:2: note: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/misc/drv260x.c:525:2: note: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/misc/gpio_decoder.c:38:9: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/gpio_tilt_polled.c:46:6: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/gpio_tilt_polled.c:46:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/hisi_powerkey.c:76:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:95:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 91, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:95:7: note: Array index out of bounds
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:96:9: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 92, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:96:9: note: Array index out of bounds
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:98:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 93, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:97:3: note: i is incremented', new value is 93
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:98:7: note: Array index out of bounds
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:99:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 94, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:97:3: note: i is incremented', new value is 93
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:98:8: note: i is incremented', new value is 94
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:99:7: note: Array index out of bounds
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:416:15: style: Condition 'l!=0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:415:6: note: Assignment 'l=0', assigned value is 0
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:416:15: note: Condition 'l!=0' is always false
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:416:15: style: Same expression on both sides of '!=' because the value of 'l' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:415:6: note: 'l' is assigned value '0' here.
linux-4.9.88/drivers/input/misc/hp_sdc_rtc.c:416:15: note: Same expression on both sides of '!=' because the value of 'l' and '0' are the same.
linux-4.9.88/drivers/input/misc/ims-pcu.c:220:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/input/misc/ims-pcu.c:306:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/input/misc/ims-pcu.c:1019:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/input/misc/ims-pcu.c:1660:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/keyspan_remote.c:431:34: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/kxtj9.c:360:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/input/misc/max8997_haptic.c:115:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-4.9.88/drivers/input/misc/mc13783-pwrbutton.c:65:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/misc/mc13783-pwrbutton.c:72:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/misc/mc13783-pwrbutton.c:79:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/misc/palmas-pwrbutton.c:119:6: style: The scope of the variable 'pwr_on_deb_ms' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/pmic8xxx-pwrkey.c:137:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/regulator-haptic.c:41:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/rotary_encoder.c:324:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/rotary_encoder.c:337:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/uinput.c:163:25: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/uinput.c:235:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/uinput.c:235:21: style: The scope of the variable 'phys' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/uinput.c:363:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/wistron_btns.c:97:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/misc/yealink.c:297:10: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/yealink.c:428:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/misc/yealink.c:299:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/input/misc/yealink.c:994:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/mouse/alps.c:359:9: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:392:48: style: The scope of the variable 'closest' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:825:28: style: The scope of the variable 'middle' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:1720:9: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:1884:9: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:2847:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/alps.c:581:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/mouse/alps.c:1108:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/mouse/alps.c:2142:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/alps.c:3154:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/byd.c:307:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/byd.c:308:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/cyapa_gen3.c:654:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen3.c:657:9: style: The scope of the variable 'cmd_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen3.c:745:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen3.c:960:6: style: The scope of the variable 'interval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:448:6: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:572:6: style: The scope of the variable 'tries' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:688:6: style: The scope of the variable 'resp_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:770:6: style: The scope of the variable 'max_output_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:774:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:1387:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:2220:6: style: The scope of the variable 'data_size' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:2223:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cyapa_gen5.c:1855:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/input/mouse/cypress_ps2.c:144:7: style: The scope of the variable 'rate_match' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cypress_ps2.c:145:7: style: The scope of the variable 'resolution_match' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cypress_ps2.c:146:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/cypress_ps2.c:176:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:842:15: style: The scope of the variable 'pos_x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:842:22: style: The scope of the variable 'pos_y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:843:15: style: The scope of the variable 'pressure' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:843:25: style: The scope of the variable 'mk_x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:843:31: style: The scope of the variable 'mk_y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:844:15: style: The scope of the variable 'area_x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:844:23: style: The scope of the variable 'area_y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:844:31: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:844:38: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:845:15: style: The scope of the variable 'scaled_pressure' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_core.c:900:7: style: The scope of the variable 'contact_valid' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_smbus.c:226:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_smbus.c:246:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_smbus.c:267:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/elan_i2c_smbus.c:343:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/gpio_mouse.c:155:6: style: The scope of the variable 'pin' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/hgpk.c:698:6: style: The scope of the variable 'timeo' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/hgpk.c:699:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/logips2pp.c:335:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/logips2pp.c:61:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/logips2pp.c:80:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/psmouse-base.c:888:33: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/psmouse-base.c:1680:79: style: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/input/mouse/psmouse.h:132:79: note: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-4.9.88/drivers/input/mouse/psmouse-base.c:1680:79: note: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-4.9.88/drivers/input/mouse/psmouse-base.c:1692:78: style: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/input/mouse/psmouse.h:134:78: note: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-4.9.88/drivers/input/mouse/psmouse-base.c:1692:78: note: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-4.9.88/drivers/input/mouse/psmouse-base.c:301:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/pxa930_trkball.c:56:14: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/pxa930_trkball.c:56:17: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/sentelic.c:711:16: style: The scope of the variable 'button_status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/sentelic.c:453:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/mouse/sentelic.c:598:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/sermouse.c:182:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/mouse/synaptics_i2c.c:423:23: style: The scope of the variable 'nodata_count_thres' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/synaptics_usb.c:227:34: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mouse/vmmouse.c:152:15: style: The scope of the variable 'queue_length' can be reduced. [variableScope]
linux-4.9.88/drivers/input/mousedev.c:267:26: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:75:6: style: The scope of the variable 'wide' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:75:12: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:75:19: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:142:6: style: The scope of the variable 'res_x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:143:6: style: The scope of the variable 'res_y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_2d_sensor.c:144:6: style: The scope of the variable 'input_flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_bus.c:175:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:93:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:108:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:141:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:206:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:240:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:436:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:437:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:608:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:623:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:639:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:706:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:944:32: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:945:33: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:946:38: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/rmi4/rmi_driver.c:947:34: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/rmi4/rmi_f01.c:144:7: style: The scope of the variable 'has_package_id_query' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f01.c:145:7: style: The scope of the variable 'has_build_id_query' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f11.c:1243:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f11.c:1102:18: style: Variable 'query_offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:77:6: style: The scope of the variable 'sensor_flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:202:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:137:10: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:136:18: style: Variable 'sensor_flags' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:309:13: style: Variable 'query_addr' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/input/rmi4/rmi_f12.c:427:18: style: Variable 'data_offset' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/rmi4/rmi_f30.c:102:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f30.c:193:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f30.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f30.c:245:6: style: The scope of the variable 'button' can be reduced. [variableScope]
linux-4.9.88/drivers/input/rmi4/rmi_f30.c:334:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/ambakmi.c:56:30: style: Variable 'kmi' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/serio/ams_delta_serio.c:69:6: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/ams_delta_serio.c:69:12: style: The scope of the variable 'dfl' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/apbps2.c:66:24: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/apbps2.c:66:30: style: The scope of the variable 'rxflags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/apbps2.c:110:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/apbps2.c:118:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/serio/arc_ps2.c:53:15: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/arc_ps2.c:53:21: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/arc_ps2.c:54:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/arc_ps2.c:92:11: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/at32psif.c:110:15: style: The scope of the variable 'io_flags' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/hp_sdc.c:86:0: error: #error "HIL is not supported on this platform" [preprocessorErrorDirective]
linux-4.9.88/drivers/input/serio/hyperv-keyboard.c:253:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/hyperv-keyboard.c:234:22: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/serio/i8042.c:804:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/serio/i8042.c:785:0: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/serio/i8042.c:804:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/serio/i8042.c:61:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/i8042.c:731:21: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/i8042.c:278:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/i8042.c:574:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/i8042.c:738:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/maceps2.c:102:2: style: Variable 'data->port->control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/serio/maceps2.c:98:2: note: Variable 'data->port->control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/serio/maceps2.c:102:2: note: Variable 'data->port->control' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/serio/maceps2.c:78:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/olpc_apsp.c:147:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/olpc_apsp.c:161:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/pcips2.c:64:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/pcips2.c:64:24: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/pcips2.c:90:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/pcips2.c:90:24: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/rpckbd.c:64:15: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/sa1111ps2.c:65:15: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/sa1111ps2.c:65:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/sa1111ps2.c:118:15: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/sa1111ps2.c:72:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/sa1111ps2.c:73:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/serio/serio.c:108:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/serio.c:621:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/serio.c:618:51: style: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'. [funcArgNamesDifferent]
linux-4.9.88/drivers/input/serio/serio.c:55:51: note: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'.
linux-4.9.88/drivers/input/serio/serio.c:618:51: note: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'.
linux-4.9.88/drivers/input/serio/sun4i-ps2.c:99:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/userio.c:125:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/userio.c:126:9: style: The scope of the variable 'nonwrap_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/serio/xilinx_ps2.c:115:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/input/tablet/aiptek.c:1339:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/input/tablet/gtco.c:695:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/tablet/gtco.c:776:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/tablet/pegasus_notetaker.c:88:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/tablet/wacom_serial4.c:199:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/tablet/wacom_serial4.c:199:7: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/tablet/wacom_serial4.c:271:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/tablet/wacom_serial4.c:271:6: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/tablet/wacom_serial4.c:271:6: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-4.9.88/drivers/input/touchscreen/88pm860x-ts.c:188:27: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ad7877.c:334:11: style: The scope of the variable 'Rt' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ad7879-spi.c:38:0: warning: Redundant assignment of '_rx_buf' to itself. [selfAssignment]
linux-4.9.88/drivers/input/touchscreen/ad7879-spi.c:38:17: error: Uninitialized variable: _rx_buf [uninitvar]
linux-4.9.88/drivers/input/touchscreen/ad7879.c:156:11: style: The scope of the variable 'Rt' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ads7846.c:698:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ads7846.c:702:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel-wm97xx.c:63:0: error: #error Unknown CPU, this driver only supports AT32AP700X CPUs. [preprocessorErrorDirective]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:679:21: style: The scope of the variable 'object' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:1056:13: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:1277:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:1373:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:2686:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:1356:20: style: Unsigned variable 'byte_offset' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:242:20: style: struct member 'mxt_dbg::t37_buf' is never used. [unusedStructMember]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:243:15: style: struct member 'mxt_dbg::t37_pages' is never used. [unusedStructMember]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:244:15: style: struct member 'mxt_dbg::t37_nodes' is never used. [unusedStructMember]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:251:6: style: struct member 'mxt_dbg::input' is never used. [unusedStructMember]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:714:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:715:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:716:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:717:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:718:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/atmel_mxt_ts.c:719:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/auo-pixcir-ts.c:187:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/bcm_iproc_tsc.c:202:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/bu21013_ts.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/bu21013_ts.c:260:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/colibri-vf50-ts.c:113:6: style: The scope of the variable 'val_x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/colibri-vf50-ts.c:113:13: style: The scope of the variable 'val_y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/colibri-vf50-ts.c:113:20: style: The scope of the variable 'val_z1' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/colibri-vf50-ts.c:113:28: style: The scope of the variable 'val_z2' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/colibri-vf50-ts.c:248:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:1914:15: style: Same expression on both sides of '-'. [duplicateExpression]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:511:6: style: The scope of the variable 'btn' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:512:6: style: The scope of the variable 'num_defined_keys' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:1877:6: style: The scope of the variable 'signal' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:2129:36: style: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'. [funcArgNamesDifferent]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.h:465:43: note: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'.
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:2129:36: note: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'.
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:312:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:816:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_core.c:817:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/cyttsp4_spi.c:55:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp_core.c:87:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp_core.c:105:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp_core.c:317:27: style: The scope of the variable 'tch' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/cyttsp_spi.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/edt-ft5x06.c:764:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/egalax_ts_serial.c:76:6: style: The scope of the variable 'pkt_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/egalax_ts_serial.c:81:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/input/touchscreen/ektf2127.c:57:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/elants_i2c.c:237:11: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/elants_i2c.c:335:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/elants_i2c.c:362:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/htcpen.c:53:17: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/htcpen.c:53:20: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/htcpen.c:53:23: style: The scope of the variable 'xy' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ili210x.c:82:7: style: The scope of the variable 'touch' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ili210x.c:155:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:231:6: style: The scope of the variable 'debug_mode2' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:250:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:251:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:251:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:293:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/imx6ul_tsc.c:297:11: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/touchscreen/intel-mid-touch.c:452:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/intel-mid-touch.c:485:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/jornada720_ts.c:72:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/jornada720_ts.c:72:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/lpc32xx_ts.c:154:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/touchscreen/lpc32xx_ts.c:151:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/touchscreen/lpc32xx_ts.c:154:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/touchscreen/lpc32xx_ts.c:121:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/input/touchscreen/melfas_mip4.c:201:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/melfas_mip4.c:699:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/melfas_mip4.c:763:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/melfas_mip4.c:838:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/mms114.c:547:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:160:18: warning: Possible null pointer dereference: data [nullPointer]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:430:52: note: Calling function 'raydium_i2c_send', 3rd argument 'data' value is 0
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:160:18: note: Null pointer dereference
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:211:9: style: The scope of the variable 'xfer_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:212:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:456:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:482:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:586:9: style: The scope of the variable 'xfer_len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:636:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:638:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:228:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:612:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/raydium_i2c_ts.c:707:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/rohm_bu21023.c:538:6: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/rohm_bu21023.c:543:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/rohm_bu21023.c:545:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/rohm_bu21023.c:1081:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/sis_i2c.c:233:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/sis_i2c.c:236:15: style: The scope of the variable 'num_reported' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/sis_i2c.c:238:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/st1232.c:72:2: style: Variable 'start_reg' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/touchscreen/sur40.c:328:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/sur40.c:328:37: style: The scope of the variable 'packet_blobs' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/sur40.c:329:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:155:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:154:2: note: Variable 'config' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:155:2: note: Variable 'config' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:74:9: style: The scope of the variable 'bit_cfg' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:269:15: style: The scope of the variable 'fsm' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:271:23: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ti_am335x_tsc.c:494:15: style: The scope of the variable 'idle' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/tps6507x-ts.c:145:3: style: Variable 'loops' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/input/touchscreen/ucb1400_ts.c:191:15: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ucb1400_ts.c:191:18: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/ucb1400_ts.c:191:21: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:206:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:569:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:537:44: portability: 'fw_chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:556:35: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:689:44: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:690:38: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:691:27: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wdt87xx_i2c.c:768:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/input/touchscreen/wm9712.c:421:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/input/touchscreen/zforce_ts.c:494:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:387:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:1502:7: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:2877:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:3433:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:3573:6: style: The scope of the variable 'max_pasids' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu.c:2444:15: style: Variable 'flush_addr' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iommu/amd_iommu.c:404:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu.c:2515:27: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:472:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:533:22: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1442:22: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1653:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1863:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:285:67: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:2666:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1918:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1922:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1926:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu_init.c:1930:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/amd_iommu_v2.c:167:13: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/amd_iommu_v2.c:979:23: style: The scope of the variable 'dev_state' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1973:10: portability: 'strtab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:699:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:708:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:719:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1178:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1235:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:2107:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:2114:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:2115:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1198:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1199:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1200:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:1201:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:2483:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu-v3.c:2484:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/iommu/arm-smmu.c:982:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/arm-smmu.c:664:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu.c:1049:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu.c:1601:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu.c:1639:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/arm-smmu.c:1788:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/dma-iommu.c:356:25: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-4.9.88/drivers/iommu/dma-iommu.c:356:25: note: Opposite expression on both sides of '&'.
linux-4.9.88/drivers/iommu/dma-iommu.c:356:25: note: Opposite expression on both sides of '&'.
linux-4.9.88/drivers/iommu/dmar.c:546:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iommu/dmar.c:543:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/dmar.c:546:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/dmar.c:647:29: style: Same expression on both sides of '==' because the value of 'drhd_count' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/iommu/dmar.c:612:19: note: 'drhd_count' is assigned value '0' here.
linux-4.9.88/drivers/iommu/dmar.c:647:29: note: Same expression on both sides of '==' because the value of 'drhd_count' and '0' are the same.
linux-4.9.88/drivers/iommu/dmar.c:92:33: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:116:17: style: The scope of the variable 'tmp_dev' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:704:34: style: The scope of the variable 'drhd' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:778:31: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:814:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:1149:12: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:1872:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:1873:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/dmar.c:105:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:233:28: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:310:20: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:414:27: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:563:49: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:566:23: portability: '(void*)iter' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:717:32: portability: '(void*)scope' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:750:31: portability: '(void*)dmar_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:752:29: portability: '(void*)andd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/dmar.c:1410:45: error: Uninitialized variable: sts [uninitvar]
linux-4.9.88/drivers/iommu/fsl_pamu.c:337:16: style: The scope of the variable 'fspi' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/fsl_pamu.c:424:55: style: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'. [funcArgNamesDifferent]
linux-4.9.88/drivers/iommu/fsl_pamu.h:401:55: note: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'.
linux-4.9.88/drivers/iommu/fsl_pamu.c:424:55: note: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'.
linux-4.9.88/drivers/iommu/fsl_pamu.c:1110:26: portability: '(void*)ppaact' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/fsl_pamu.c:1111:23: portability: '(void*)spaact' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/fsl_pamu_domain.c:235:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/fsl_pamu_domain.c:508:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/fsl_pamu_domain.c:794:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1281:2: style: Variable 'freelist' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iommu/intel-iommu.c:1274:0: note: Variable 'freelist' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/intel-iommu.c:1281:2: note: Variable 'freelist' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/intel-iommu.c:1849:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iommu/intel-iommu.c:1843:0: note: Variable 'count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/intel-iommu.c:1849:2: note: Variable 'count' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/intel-iommu.c:4086:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-4.9.88/drivers/iommu/intel-iommu.c:1019:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1030:9: style: The scope of the variable 'tmp_page' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1076:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1107:18: style: The scope of the variable 'first_pte' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1809:16: style: The scope of the variable 'ndomains' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1810:6: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1843:6: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:1887:20: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:3678:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:4281:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:4360:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:4361:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:4548:36: style: The scope of the variable 'rmrr' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:5130:22: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel-iommu.c:3706:48: style: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'. [funcArgNamesDifferent]
linux-4.9.88/drivers/iommu/intel-iommu.c:459:48: note: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'.
linux-4.9.88/drivers/iommu/intel-iommu.c:3706:48: note: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'.
linux-4.9.88/drivers/iommu/intel-iommu.c:4266:20: portability: '(void*)rmrr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel-iommu.c:4323:18: portability: '(void*)atsr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel-iommu.c:4558:20: portability: '(void*)rmrr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel-iommu.c:4576:19: portability: '(void*)atsr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel-iommu.c:152:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-4.9.88/drivers/iommu/intel-iommu.c:2227:14: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iommu/intel-iommu.c:5150:11: style: Variable 'iommu' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/iommu/intel-iommu.c:5009:2: error: Address of auto-variable 'dmar_domain->domain' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/iommu/intel-iommu.c:1345:16: error: Uninitialized variable: sts [uninitvar]
linux-4.9.88/drivers/iommu/intel-iommu.c:1363:19: error: Uninitialized variable: val [uninitvar]
linux-4.9.88/drivers/iommu/intel-iommu.c:1647:16: error: Uninitialized variable: sts [uninitvar]
linux-4.9.88/drivers/iommu/intel-iommu.c:1663:19: error: Uninitialized variable: sts [uninitvar]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:1010:7: warning: Possible null pointer dereference: iommu [nullPointer]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:1007:30: note: Assignment 'iommu=NULL', assigned value is 0
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:1010:7: note: Null pointer dereference
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:744:25: style: The scope of the variable 'drhd' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:745:22: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:894:33: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:899:23: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:907:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:786:2: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-4.9.88/drivers/iommu/intel_irq_remapping.c:493:16: error: Uninitialized variable: sts [uninitvar]
linux-4.9.88/drivers/iommu/io-pgtable-arm.c:428:22: portability: '(void*)ptep' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/io-pgtable-arm.c:784:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/io-pgtable-arm.c:859:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/iommu.c:1372:9: style: The scope of the variable 'unmapped_page' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/iova.c:125:2: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/iommu/iova.c:117:0: note: Variable 'curr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/iova.c:125:2: note: Variable 'curr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/iommu/iova.c:912:22: style: The scope of the variable 'rcache' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/ipmmu-vmsa.c:343:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/irq_remapping.c:63:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-4.9.88/drivers/iommu/irq_remapping.c:66:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-4.9.88/drivers/iommu/irq_remapping.c:72:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-4.9.88/drivers/iommu/irq_remapping.c:85:2: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-4.9.88/drivers/iommu/msm_iommu_hw-8xxx.h:41:0: error: failed to expand 'SET_RPUE', Invalid ## usage when expanding 'SET_GLOBAL_FIELD'. [preprocessorErrorDirective]
linux-4.9.88/drivers/iommu/mtk_iommu.c:199:32: style: The scope of the variable 'larb_mmu' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu.c:200:31: style: The scope of the variable 'larbid' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu.c:200:39: style: The scope of the variable 'portid' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu.c:287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu_v1.c:208:32: style: The scope of the variable 'larb_mmu' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu_v1.c:209:31: style: The scope of the variable 'larbid' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu_v1.c:209:39: style: The scope of the variable 'portid' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/mtk_iommu_v1.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/omap-iommu.c:890:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/omap-iommu.c:955:25: portability: '(void*)obj' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:336:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:358:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:376:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:394:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:412:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:1118:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:275:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:280:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/rockchip-iommu.c:293:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/iommu/s390-iommu.c:188:23: style: The scope of the variable 'domain' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/s390-iommu.c:290:17: style: The scope of the variable 'sto' can be reduced. [variableScope]
linux-4.9.88/drivers/iommu/tegra-gart.c:100:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-gart.c:283:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-gart.c:322:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:197:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:208:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:219:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:271:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:350:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:367:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:575:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:648:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/iommu/tegra-smmu.c:782:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/ipack/devices/ipoctal.c:153:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-4.9.88/drivers/ipack/devices/ipoctal.c:154:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/exynos-combiner.c:179:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/exynos-combiner.c:58:43: portability: 'combiner_base(data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/exynos-combiner.c:65:43: portability: 'combiner_base(data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/exynos-combiner.c:138:47: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/exynos-combiner.c:201:21: portability: 'combiner_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-armada-370-xp.c:405:30: style: The scope of the variable 'irqsrc' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-ath79-cpu.c:40:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-atmel-aic5.c:303:27: style: The scope of the variable 'gc' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-bcm6345-l1.c:138:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-bcm6345-l1.c:210:7: style: The scope of the variable 'enabled' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:60:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:78:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:79:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:103:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:109:44: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:117:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:119:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:135:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:136:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:137:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-common.c:144:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-v3-its.c:1260:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic-v3-its.c:1465:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic-v3-its.c:1559:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-v3-its.c:1570:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-v3-its.c:1574:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-v3.c:99:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic-v3.c:984:36: portability: 'dist_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic.c:497:15: style: The scope of the variable 'cpu_mask' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic.c:498:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic.c:1177:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-gic.c:196:40: portability: 'gic_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic.c:202:43: portability: 'gic_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic.c:232:45: portability: 'gic_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-gic.c:241:45: portability: 'gic_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-hip04.c:99:42: portability: 'hip04_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-hip04.c:109:42: portability: 'hip04_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-hip04.c:116:49: portability: 'hip04_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-imgpdc.c:269:15: style: The scope of the variable 'soc_sys_wake_regoff' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-imgpdc.c:270:15: style: The scope of the variable 'soc_sys_wake' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-ingenic.c:47:11: style: The scope of the variable 'irq_reg' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-ls-scfg-msi.c:128:11: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mips-cpu.c:106:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mips-gic.c:344:24: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mips-gic.c:509:21: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mips-gic.c:699:19: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mips-gic.c:976:26: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-moxart.c:49:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mvebu-pic.c:94:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-mxs.c:117:22: portability: 'icoll_intr_reg(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-mxs.c:127:22: portability: 'icoll_intr_reg(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-pic32-evic.c:133:19: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:93:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:120:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:307:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:307:26: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:422:23: style: The scope of the variable 'parent_irq_data' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:423:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-s3c24xx.c:502:16: style: The scope of the variable 'pend' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-sa11x0.c:136:11: style: The scope of the variable 'icip' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-sa11x0.c:136:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-sirfsoc.c:42:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-sirfsoc.c:51:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-st.c:119:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-stm32-exti.c:148:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-stm32-exti.c:149:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-stm32-exti.c:150:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-sunxi-nmi.c:155:10: style: Checking if unsigned variable 'irq' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/irqchip/irq-tango.c:62:15: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-tango.c:63:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-tango.c:167:27: style: The scope of the variable 'gc' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-versatile-fpga.c:94:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-vic.c:417:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-vic.c:104:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:104:45: portability: 'base+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:108:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:387:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:388:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:389:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:390:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:391:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:398:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:402:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:403:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:434:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:434:46: portability: 'base+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:438:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:455:50: portability: '(void __iomem*)((u32)base&PAGE_MASK)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vic.c:455:58: portability: '(void __iomem*)((u32)base&PAGE_MASK)+4064' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vt8500.c:182:6: style: The scope of the variable 'irqnr' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-vt8500.c:158:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vt8500.c:159:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vt8500.c:163:46: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-vt8500.c:163:60: portability: 'base+64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-zevio.c:53:6: style: The scope of the variable 'irqnr' can be reduced. [variableScope]
linux-4.9.88/drivers/irqchip/irq-zevio.c:64:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-zevio.c:67:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/irqchip/irq-zevio.c:70:13: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/capi/capi.c:1422:24: style: Condition 'capinc_tty_init()<0' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/isdn/capi/capi.c:651:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capi.c:1326:18: style: The scope of the variable 'cdev' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capi.c:80:20: style: struct member 'capiminor::minor' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capi.c:88:21: style: struct member 'capiminor::ttyinstop' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capi.c:89:21: style: struct member 'capiminor::ttyoutstop' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capi.c:94:8: style: struct member 'capiminor::outbytes' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capi.c:95:19: style: struct member 'capiminor::outskb' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capi.c:100:6: style: struct member 'capiminor::nack' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1707:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1790:23: style: The scope of the variable 'plcip' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1792:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1792:10: style: The scope of the variable 'isleasedline' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1692:17: style: struct member 'internal_bchannelinfo::channelalloc' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1693:17: style: struct member 'internal_bchannelinfo::operation' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capidrv.c:1694:17: style: struct member 'internal_bchannelinfo::cmask' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/capi/capilib.c:160:23: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/capilib.c:183:23: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/kcapi.c:214:22: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/capi/kcapi.c:1190:19: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:451:25: style: Condition '!extern_wait_max' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:375:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:117:6: style: The scope of the variable 'fwd_len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:319:29: style: The scope of the variable 'ds1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:534:26: style: The scope of the variable 'cs1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:599:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:599:20: style: The scope of the variable 'stp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/divert/isdn_divert.c:686:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/asyncdata.c:293:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/asyncdata.c:410:11: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/asyncdata.c:539:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:484:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:858:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:858:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1084:36: style: The scope of the variable 'ifd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1085:6: style: The scope of the variable 'corrbytes' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1162:38: style: The scope of the variable 'ovfl' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1164:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1169:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:2243:23: style: The scope of the variable 'ubc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/bas-gigaset.c:1061:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/gigaset/capi.c:502:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/capi.c:1038:6: style: The scope of the variable 'prevconnstate' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/capi.c:1091:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/capi.c:1918:9: style: The scope of the variable 'b3cmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/capi.c:1919:18: style: The scope of the variable 'b3skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/capi.c:370:61: style: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/gigaset/gigaset.h:676:61: note: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'.
linux-4.9.88/drivers/isdn/gigaset/capi.c:370:61: note: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'.
linux-4.9.88/drivers/isdn/gigaset/common.c:55:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/common.c:298:18: style: The scope of the variable 'ev' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/common.c:821:24: style: The scope of the variable 'tcb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:905:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:412:18: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:728:21: style: The scope of the variable 'at_state' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:1113:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:1533:6: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ev-layer.c:1850:17: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/interface.c:176:11: style: The scope of the variable 'version' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/interface.c:258:11: style: The scope of the variable 'mc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:137:16: style: The scope of the variable 'pbyte' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:403:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:841:17: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:898:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:944:23: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/isocdata.c:945:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ser-gigaset.c:107:24: style: The scope of the variable 'tcb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/ser-gigaset.c:164:6: style: The scope of the variable 'sent' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/usb-gigaset.c:351:11: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/gigaset/usb-gigaset.c:352:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/avm_cs.c:55:48: style: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/avm/avm_cs.c:42:48: note: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hardware/avm/avm_cs.c:55:48: note: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hardware/avm/avmcard.h:419:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/avmcard.h:468:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/b1.c:416:37: style: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/avm/avmcard.h:556:37: note: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'.
linux-4.9.88/drivers/isdn/hardware/avm/b1.c:416:37: note: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'.
linux-4.9.88/drivers/isdn/hardware/avm/b1isa.c:155:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/avm/b1pci.c:52:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/avm/b1pcmcia.c:147:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/avm/c4.c:1058:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/avm/c4.c:955:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/c4.c:956:6: style: The scope of the variable 'nconn' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/t1isa.c:500:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/avm/t1isa.c:92:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hardware/avm/t1isa.c:89:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/avm/t1isa.c:92:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/avm/t1isa.c:140:16: style: The scope of the variable 'b1cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/avm/t1pci.c:178:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:188:10: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:252:7: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:252:10: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:252:13: style: The scope of the variable 'q1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:252:17: style: The scope of the variable 'q2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:496:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:497:9: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capidtmf.c:499:8: style: The scope of the variable 'windowed_sample_buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capifunc.c:538:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/eicon/capifunc.c:541:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hardware/eicon/capifunc.c:155:21: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/capifunc.c:172:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/dadapter.c:310:9: style: The scope of the variable 'do_notify' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:768:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1346:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:351:11: style: The scope of the variable 'hDbg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:579:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:580:17: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:732:6: style: The scope of the variable 'to_copy' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1403:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1429:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1804:7: style: The scope of the variable 'ch_value' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1920:8: style: The scope of the variable 'pmem' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:572:17: style: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:17:77: note: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'.
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:572:17: note: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'.
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1906:64: style: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:27:64: note: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'.
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1906:64: note: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'.
linux-4.9.88/drivers/isdn/hardware/eicon/debug.c:1186:10: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/debuglib.c:54:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/di.c:367:6: style: The scope of the variable 'cancel_rc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/diva.c:577:13: style: Variable 'features' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/diva_dma.c:81:68: style: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/diva_dma.h:34:68: note: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'.
linux-4.9.88/drivers/isdn/hardware/eicon/diva_dma.c:81:68: note: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'.
linux-4.9.88/drivers/isdn/hardware/eicon/divasfunc.c:223:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/divasmain.c:358:9: style: The scope of the variable 'cpu_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/divasmain.c:392:8: style: The scope of the variable 'addr_handle' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/divasmain.c:417:45: style: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/platform.h:206:49: note: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'.
linux-4.9.88/drivers/isdn/hardware/eicon/divasmain.c:417:45: note: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'.
linux-4.9.88/drivers/isdn/hardware/eicon/divasproc.c:274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/divasproc.c:392:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/idifunc.c:63:14: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:159:56: style: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:305:68: note: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:159:56: note: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:452:62: style: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:295:15: note: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:452:62: note: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:587:31: style: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:280:31: note: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:587:31: note: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:595:32: style: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:281:32: note: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:595:32: note: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:612:38: style: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:282:38: note: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:612:38: note: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:612:50: style: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:282:49: note: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:612:50: note: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:626:32: style: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:284:32: note: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:626:32: note: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:632:33: style: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:285:33: note: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:632:33: note: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:648:39: style: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:286:39: note: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:648:39: note: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:648:51: style: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:286:50: note: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:648:51: note: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:654:32: style: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:287:32: note: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:654:32: note: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:682:48: style: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:267:48: note: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:682:48: note: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:682:61: style: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:267:56: note: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:682:61: note: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:724:49: style: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:271:49: note: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:724:49: note: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:724:62: style: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/io.h:271:57: note: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:724:62: note: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:608:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hardware/eicon/io.c:643:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hardware/eicon/istream.c:57:37: style: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/di.h:99:43: note: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'.
linux-4.9.88/drivers/isdn/hardware/eicon/istream.c:57:37: note: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'.
linux-4.9.88/drivers/isdn/hardware/eicon/maintidi.c:1106:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/maintidi.c:1139:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/maintidi.c:1177:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/maintidi.c:1237:14: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/maintidi.c:2105:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:6281:19: style: Redundant condition: If '!EXPR', the comparison 'EXPR < 128' is always true. [redundantCondition]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:735:6: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12383:31: note: Calling function 'start_internal_command', 2nd argument 'plci' value is 0
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:735:6: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:5104:6: warning: Either the condition 'plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:5095:20: note: Assuming that condition 'plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:5104:6: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8941:7: warning: Either the condition 'esc_cr[0]&&plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4949:16: note: Assuming that condition 'esc_cr[0]&&plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4936:11: note: Calling function 'IndParse', 1st argument 'plci' value is 0
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8941:7: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8951:16: warning: Either the condition 'esc_cr[0]&&plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4949:16: note: Assuming that condition 'esc_cr[0]&&plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4936:11: note: Calling function 'IndParse', 1st argument 'plci' value is 0
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8951:16: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:11260:6: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12378:24: note: Calling function 'mixer_notify_update', 1st argument 'plci' value is 0
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:11260:6: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12381:4: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12381:4: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12382:4: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12382:4: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:396:12: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:919:8: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:1152:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:1210:8: style: The scope of the variable 'p_chi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:1863:7: style: The scope of the variable 'relatedPLCIvalue' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:2990:13: style: The scope of the variable 'ncpi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:3450:8: style: The scope of the variable 'v_plci' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4106:8: style: The scope of the variable 'rplci' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4766:8: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:4767:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:6121:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:6197:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:6373:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8809:10: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:8887:8: style: The scope of the variable 'plci' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:10293:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:12567:8: style: The scope of the variable 'notify_plci' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:813:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:860:2: style: Variable 'Id' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:951:2: style: Variable 'Id' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/message.c:6792:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/isdn/hardware/eicon/mntfunc.c:212:26: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/mntfunc.c:244:26: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/os_4bri.c:151:16: style: The scope of the variable 'Slave' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/os_4bri.c:819:19: style: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hardware/eicon/helpers.h:41:68: note: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'.
linux-4.9.88/drivers/isdn/hardware/eicon/os_4bri.c:819:19: note: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'.
linux-4.9.88/drivers/isdn/hardware/eicon/os_pri.c:476:12: style: Variable 'TrapId' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/os_pri.c:477:11: style: Variable 'debug' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hardware/eicon/um_idi.c:86:25: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/um_idi.c:106:25: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/um_idi.c:172:25: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/um_idi.c:309:6: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/eicon/um_idi.c:389:8: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:381:3: style: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:379:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:381:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:391:3: style: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:389:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:391:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hardware/mISDN/avmfritz.c:162:20: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:2273:12: warning: Either the condition 'dch' is redundant or there is possible null pointer dereference: dch. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:2233:6: note: Assuming that condition 'dch' is not redundant
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:2273:12: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:748:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:749:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:2646:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:3347:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:3736:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:4063:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:4533:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:795:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:815:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:821:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:3886:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcmulti.c:4838:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:408:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:408:17: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:409:7: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:468:7: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:472:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:551:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:551:16: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:1594:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcpci.c:2274:19: style: The scope of the variable 'bch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1774:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:2126:6: style: Condition '!cnt' is always false [knownConditionTrueFalse]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:2117:12: note: Assignment 'cnt=0', assigned value is 0
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:2125:3: note: cnt is incremented', new value is 1
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:2126:6: note: Condition '!cnt' is always false
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:427:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:820:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:14: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:31: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:977:56: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:978:11: style: The scope of the variable 'iso_status' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:978:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1094:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:20: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:38: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:44: style: The scope of the variable 'remain' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:52: style: The scope of the variable 'current_len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1171:3: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1171:18: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1173:6: style: The scope of the variable 'frame_complete' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1174:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1390:12: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1455:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1915:3: style: The scope of the variable 'probe_alt_setting' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/hfcsusb.c:1915:32: style: The scope of the variable 'cfg_used' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/mISDNinfineon.c:250:17: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/mISDNipac.c:464:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/mISDNipac.c:732:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/mISDNipac.c:732:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/mISDNisar.c:164:6: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/netjet.c:117:19: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/netjet.c:355:33: portability: 'card->dma_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hardware/mISDN/speedfax.c:100:18: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/w6692.c:107:19: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/w6692.c:354:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/w6692.c:671:7: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/w6692.c:825:7: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hardware/mISDN/w6692.c:825:13: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:407:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:418:7: style: The scope of the variable 'dsr1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:418:13: style: The scope of the variable 'dsr2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:418:19: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:419:7: style: The scope of the variable 'der' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:692:7: style: The scope of the variable 'dtcr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:692:13: style: The scope of the variable 'der' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:693:7: style: The scope of the variable 'dsr1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:693:13: style: The scope of the variable 'dsr2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/amd7930_fn.c:750:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hscx_irq.c:129:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/asuscom.c:243:6: style: The scope of the variable 'bytecnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/avm_pci.c:354:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/avm_pci.c:355:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/avma1_cs.c:57:50: style: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/avma1_cs.c:43:50: note: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/avma1_cs.c:57:50: note: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:198:3: style: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:195:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:198:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:201:3: style: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:198:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:201:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/jade_irq.c:120:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/bkm_a4t.c:330:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/callc.c:333:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/callc.c:1473:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/callc.c:1120:36: style: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/hisax.h:1317:40: note: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-4.9.88/drivers/isdn/hisax/callc.c:1120:36: note: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-4.9.88/drivers/isdn/hisax/callc.c:1161:37: style: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/hisax.h:1318:42: note: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-4.9.88/drivers/isdn/hisax/callc.c:1161:37: note: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-4.9.88/drivers/isdn/hisax/config.c:600:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/config.c:600:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/config.c:816:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/config.c:1656:6: style: The scope of the variable 'pr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/config.c:1589:39: style: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/hisax_if.h:62:39: note: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-4.9.88/drivers/isdn/hisax/config.c:1589:39: note: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-4.9.88/drivers/isdn/hisax/config.c:1636:42: style: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/hisax_if.h:64:42: note: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-4.9.88/drivers/isdn/hisax/config.c:1636:42: note: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-4.9.88/drivers/isdn/hisax/diva.c:483:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa_ser.c:175:2: style: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hisax/elsa_ser.c:174:2: note: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/elsa_ser.c:175:2: note: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/elsa_ser.c:312:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa_ser.c:313:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa.c:521:8: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa.c:522:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa_cs.c:107:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/elsa_cs.c:93:50: style: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/elsa_cs.c:67:50: note: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/elsa_cs.c:93:50: note: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/enternow_pci.c:246:30: style: The scope of the variable 'ir' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:358:28: style: Condition 'l1->l1_state==3' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:633:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:633:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:636:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:739:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:739:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:842:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:896:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:897:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:897:11: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:1179:19: style: The scope of the variable 'ovp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:1180:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc4s8s_l1.c:1263:7: style: The scope of the variable 'if_name' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bds0.c:590:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bds0.c:591:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bds0.c:591:12: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bds0.c:591:16: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:86:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:87:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:146:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:150:6: style: The scope of the variable 'chksum' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:240:11: style: The scope of the variable 'fcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:242:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:242:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:28:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hfc_2bs0.c:228:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:333:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:401:20: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:403:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:403:16: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:596:24: style: The scope of the variable 'z2t' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_pci.c:299:11: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hfc_sx.c:120:28: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:457:12: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:547:20: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:547:38: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:547:44: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:547:49: style: The scope of the variable 'current_len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:549:6: style: The scope of the variable 'frame_complete' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:549:22: style: The scope of the variable 'transp_mode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:14: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:31: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:685:56: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:687:15: style: The scope of the variable 'iso_status' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1265:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1265:14: style: The scope of the variable 'alt_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1265:23: style: The scope of the variable 'probe_alt_setting' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1265:52: style: The scope of the variable 'cfg_used' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1266:3: style: The scope of the variable 'attr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1266:9: style: The scope of the variable 'cfg_found' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1266:20: style: The scope of the variable 'cidx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1266:26: style: The scope of the variable 'ep_addr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1267:6: style: The scope of the variable 'cmptbl' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1267:18: style: The scope of the variable 'small_match' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1267:31: style: The scope of the variable 'iso_packet_size' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1267:48: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1268:3: style: The scope of the variable 'alt_used' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1269:17: style: The scope of the variable 'driver_info' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hfc_usb.c:1595:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-4.9.88/drivers/isdn/hisax/hfcscard.c:124:3: style: Variable 'delay' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hisax_fcpcipnp.c:471:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hisax_isac.c:774:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/hisax_isac.c:446:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hisax_isac.c:524:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hisax_isac.c:599:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/hisax_isac.c:811:10: style: Variable 'eval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/icc.c:586:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/icc.c:586:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/icc.c:654:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/ipacx.c:204:6: style: The scope of the variable 'rbchd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/ipacx.c:204:13: style: The scope of the variable 'stard' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isac.c:590:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isac.c:590:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isac.c:655:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isar.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isar.c:70:20: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isar.c:92:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isar.c:101:20: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isar.c:1748:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isdnl1.c:208:13: style: The scope of the variable 'tei' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isdnl1.c:208:18: style: The scope of the variable 'sapi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isdnl2.c:399:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isdnl3.c:332:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/isurf.c:177:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/jade.c:59:2: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hisax/jade.c:52:0: note: Variable 'to' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/jade.c:59:2: note: Variable 'to' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:301:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:301:9: style: The scope of the variable 'tmpcharge' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:302:7: style: The scope of the variable 'a_charge' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:399:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:399:9: style: The scope of the variable 'tmpcharge' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3_1tr6.c:400:7: style: The scope of the variable 'a_charge' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2211:4: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2216:8: note: Assuming that condition 'if(pc)' is not redundant
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2211:4: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2212:4: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2216:8: note: Assuming that condition 'if(pc)' is not redundant
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2212:4: note: Null pointer dereference
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:1588:6: style: The scope of the variable 'bcfound' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2063:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2064:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3dss1.c:2907:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3ni1.c:1442:6: style: The scope of the variable 'bcfound' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3ni1.c:1919:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3ni1.c:1920:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/l3ni1.c:2848:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/mic.c:161:6: style: The scope of the variable 'bytecnt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:615:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:874:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:874:14: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:942:9: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:1192:16: style: The scope of the variable 'pd' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/q931.c:235:8: style: struct member 'CauseValue::ddescr' is never used. [unusedStructMember]
linux-4.9.88/drivers/isdn/hisax/q931.c:925:4: style: Variable 'octet' is modified but its new value is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/hisax/sedlbauer_cs.c:93:52: style: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/sedlbauer_cs.c:68:52: note: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/sedlbauer_cs.c:93:52: note: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/sportster.c:137:9: style: The scope of the variable 'adr' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/sportster.c:188:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/st5481_b.c:353:37: style: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/st5481.h:439:37: note: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'.
linux-4.9.88/drivers/isdn/hisax/st5481_b.c:353:37: note: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'.
linux-4.9.88/drivers/isdn/hisax/st5481_d.c:302:36: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/st5481_usb.c:589:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/st5481_usb.c:590:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/tei.c:233:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/tei.c:267:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/tei.c:290:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/tei.c:313:6: style: The scope of the variable 'mt' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/tei.c:368:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/teles0.c:33:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:33:49: portability: 'adr+((off&1)?767:256)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:39:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:39:49: portability: 'adr+((off&1)?767:256)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:46:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:46:44: portability: 'adr+(hscx?448:384)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:47:32: portability: 'adr+(hscx?448:384)+((off&1)?511:0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:53:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:53:44: portability: 'adr+(hscx?448:384)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:54:33: portability: 'adr+(hscx?448:384)+((off&1)?511:0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:61:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:70:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:80:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles0.c:89:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/teles_cs.c:89:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/teles_cs.c:75:48: style: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/hisax/teles_cs.c:48:48: note: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/teles_cs.c:75:48: note: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-4.9.88/drivers/isdn/hisax/telespci.c:48:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:51:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:52:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:55:29: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:56:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:65:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:68:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:69:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:72:37: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:73:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:81:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:83:58: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:84:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:87:29: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:88:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:97:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:99:58: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:100:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:103:37: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:104:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:113:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:117:38: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:118:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:119:30: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:120:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:131:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:135:38: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:136:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:137:41: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:138:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:148:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:152:54: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:153:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:154:30: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:155:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:166:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:170:54: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:171:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:172:41: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/telespci.c:173:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/isdn/hisax/w6692.c:278:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/w6692.c:687:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hisax/w6692.c:687:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/boardergo.c:218:13: style: The scope of the variable 'dpram' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/boardergo.c:266:6: style: The scope of the variable 'nr_write' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:89:2: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:84:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:89:2: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:712:2: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:710:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:712:2: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:326:19: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:346:19: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hycapi.c:742:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hysdn_net.c:64:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:98:21: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hysdn_procconf.c:307:25: style: The scope of the variable 'cnf' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/hysdn/hysdn_proclog.c:135:33: style: Checking if unsigned variable 'pd->log_head->usage_cnt' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/isdn/hysdn/hysdn_proclog.c:136:39: style: Checking if unsigned variable 'pd->log_head->next->usage_cnt' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:450:6: style: The scope of the variable 'sk' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:451:3: style: The scope of the variable 'sk1' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:452:3: style: The scope of the variable 'sk2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:499:14: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:500:6: style: The scope of the variable 'silence' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:507:6: style: The scope of the variable 'thresh' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_audio.c:597:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_bsdcomp.c:201:15: style: The scope of the variable 'new_ratio' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_bsdcomp.c:832:14: style: The scope of the variable 'disp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:608:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:770:6: style: The scope of the variable 'count_pull' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:771:6: style: The scope of the variable 'count_put' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:772:6: style: The scope of the variable 'dflag' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:883:6: style: The scope of the variable 'count_pull' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:884:6: style: The scope of the variable 'count_put' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:885:6: style: The scope of the variable 'dflag' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:887:7: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1278:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1279:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1281:8: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1510:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1511:11: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1672:11: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_common.c:1855:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:989:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1054:18: style: The scope of the variable 'slp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1202:8: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1431:16: style: The scope of the variable 'expires' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2073:8: style: The scope of the variable 'my_eaz' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2284:10: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2412:7: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2610:16: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2611:7: style: The scope of the variable 'newname' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2644:6: style: The scope of the variable 'drvidx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2645:6: style: The scope of the variable 'chidx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:2646:7: style: The scope of the variable 'drvid' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:3013:18: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:3067:21: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1568:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1599:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/i4l/isdn_net.c:1666:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:759:19: warning: Possible null pointer dereference: buf [nullPointer]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:2197:19: note: Calling function 'isdn_ppp_fill_rq', 1st argument 'buf' value is 0
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:759:19: note: Null pointer dereference
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:479:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:479:12: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:830:6: style: The scope of the variable 'proto' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:2545:18: style: The scope of the variable 'skb_out' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:2546:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:2092:28: style: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'. [funcArgNamesDifferent]
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:33:39: note: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'.
linux-4.9.88/drivers/isdn/i4l/isdn_ppp.c:2092:28: note: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'.
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:122:6: style: The scope of the variable 'midx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:1117:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:1888:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:2368:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:2372:7: style: The scope of the variable 's' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:2971:6: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:3689:6: style: The scope of the variable 'midx' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:1044:11: style: Variable 'cval' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/i4l/isdn_tty.c:1020:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:289:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:325:6: style: The scope of the variable 'par' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:325:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:576:10: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:938:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/i4l/isdn_ttyfax.c:938:10: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:57:32: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:96:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:403:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:404:18: style: The scope of the variable 'nskb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:741:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:742:14: style: The scope of the variable 'nphone' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:1512:17: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:66:4: style: Variable 'ack' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/isdn/isdnloop/isdnloop.c:412:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/isdn/mISDN/dsp_audio.c:241:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/dsp_audio.c:128:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/isdn/mISDN/dsp_core.c:1123:6: style: The scope of the variable 'tics' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/dsp_tones.c:216:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/dsp_tones.c:377:20: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/dsp_tones.c:377:27: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:26:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:27:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:49:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:50:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:260:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/hwchannel.c:395:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/l1oip_core.c:893:11: style: The scope of the variable 'll' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/l1oip_core.c:1108:11: style: The scope of the variable 'll' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/l1oip_core.c:1457:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/layer2.c:1872:6: style: The scope of the variable 'psapi' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/layer2.c:1872:13: style: The scope of the variable 'ptei' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/stack.c:179:14: style: Condition 'lm==8' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/isdn/mISDN/stack.c:178:16: note: Assuming that condition 'lm==8' is not redundant
linux-4.9.88/drivers/isdn/mISDN/stack.c:179:14: note: Condition 'lm==8' is always true
linux-4.9.88/drivers/isdn/mISDN/stack.c:221:19: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-4.9.88/drivers/isdn/mISDN/tei.c:1150:22: style: The scope of the variable 'nl2' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/dell-led.c:251:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/led-class-flash.c:292:30: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/led-class-flash.c:215:30: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-4.9.88/drivers/leds/led-triggers.c:110:8: style: The scope of the variable 'envp' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/led-triggers.c:339:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-88pm860x.c:76:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-aat1290.c:300:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-bcm6328.c:215:29: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:217:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:231:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:233:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:258:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:260:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:315:16: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6328.c:317:16: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-bcm6358.c:72:37: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/leds/leds-blinkm.c:498:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/leds/leds-blinkm.c:497:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:498:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:553:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/leds/leds-blinkm.c:551:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:553:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:594:2: style: Variable 'data->i2c_addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/leds/leds-blinkm.c:593:2: note: Variable 'data->i2c_addr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:594:2: note: Variable 'data->i2c_addr' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/leds-blinkm.c:330:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-blinkm.c:115:7: style: struct member 'Anonymous0::cmdchar' is never used. [unusedStructMember]
linux-4.9.88/drivers/leds/leds-blinkm.c:498:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/leds/leds-gpio.c:161:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-gpio.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-gpio.c:232:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-is31fl32xx.c:255:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-is31fl32xx.c:273:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-ktd2692.c:383:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-lp3952.c:114:9: style: The scope of the variable 'acpi_ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-lp55xx-common.c:296:10: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
linux-4.9.88/drivers/leds/leds-lp8860.c:436:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max77693.c:154:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max77693.c:606:19: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max77693.c:608:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max8997.c:54:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max8997.c:123:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-max8997.c:268:10: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/leds/leds-mc13783.c:186:9: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-menf21bmc.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-mlxcpld.c:330:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-ns2.c:354:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-ot200.c:120:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-powernv.c:256:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-pwm.c:177:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/leds-s3c24xx.c:87:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/leds/leds-ss4200.c:463:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-4.9.88/drivers/leds/leds-ss4200.c:436:2: error: Address of auto-variable 'nas_led->led_cdev' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/leds/leds-sunfire.c:129:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:36:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:34:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:36:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:61:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:59:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/leds/trigger/ledtrig-timer.c:61:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/lguest/interrupts_and_traps.c:558:60: style: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:158:60: note: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-4.9.88/drivers/lguest/interrupts_and_traps.c:558:60: note: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-4.9.88/drivers/lguest/interrupts_and_traps.c:558:69: style: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:159:10: note: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-4.9.88/drivers/lguest/interrupts_and_traps.c:558:69: note: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-4.9.88/drivers/lguest/lguest_user.c:178:37: portability: '(void*)cpu->regs_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/lguest/lguest_user.c:307:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/lguest/page_tables.c:393:52: style: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:196:52: note: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'.
linux-4.9.88/drivers/lguest/page_tables.c:393:52: note: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'.
linux-4.9.88/drivers/lguest/page_tables.c:990:55: style: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:194:33: note: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'.
linux-4.9.88/drivers/lguest/page_tables.c:990:55: note: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'.
linux-4.9.88/drivers/lguest/page_tables.c:1030:65: style: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:187:65: note: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'.
linux-4.9.88/drivers/lguest/page_tables.c:1030:65: note: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'.
linux-4.9.88/drivers/lguest/segments.c:182:51: style: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:177:60: note: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-4.9.88/drivers/lguest/segments.c:182:51: note: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-4.9.88/drivers/lguest/segments.c:182:60: style: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:178:10: note: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-4.9.88/drivers/lguest/segments.c:182:60: note: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-4.9.88/drivers/lguest/segments.c:210:55: style: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'. [funcArgNamesDifferent]
linux-4.9.88/drivers/lguest/lg.h:179:55: note: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'.
linux-4.9.88/drivers/lguest/segments.c:210:55: note: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'.
linux-4.9.88/drivers/lguest/x86/core.c:344:29: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/lguest/x86/core.c:349:15: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/lightnvm/core.c:215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:229:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:244:9: style: The scope of the variable 'plane_cnt' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:244:20: style: The scope of the variable 'pl_idx' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:440:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:440:23: style: The scope of the variable 'blktype' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:491:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/core.c:1049:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:220:19: style: The scope of the variable 'rlun' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:683:18: style: The scope of the variable 'lun' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:684:6: style: The scope of the variable 'cmnt_size' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:724:20: style: The scope of the variable 'gp' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:788:20: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/rrpc.c:1130:18: style: The scope of the variable 'lun' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/sysblk.c:214:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/sysblk.c:373:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/sysblk.c:374:16: style: The scope of the variable 'nxt_blk' can be reduced. [variableScope]
linux-4.9.88/drivers/lightnvm/sysblk.c:375:19: style: The scope of the variable 'ppa' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/adb.c:527:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/adb.c:698:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/adb.c:453:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-4.9.88/drivers/macintosh/adbhid.c:704:17: style: The scope of the variable 'ahid' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/adbhid.c:1093:16: style: The scope of the variable 'r1_buffer' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/ams/ams-core.c:194:22: style: Unused variable: np [unusedVariable]
linux-4.9.88/drivers/macintosh/mac_hid.c:198:32: style: Same expression on both sides of '!=' because the value of '*valp' and 'old_val' are the same. [duplicateExpression]
linux-4.9.88/drivers/macintosh/mac_hid.c:189:16: note: 'old_val' is assigned value '*valp' here.
linux-4.9.88/drivers/macintosh/mac_hid.c:198:32: note: Same expression on both sides of '!=' because the value of '*valp' and 'old_val' are the same.
linux-4.9.88/drivers/macintosh/macio-adb.c:203:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/macio-adb.c:203:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/macio-adb.c:22:7: style: struct member 'preg::pad' is never used. [unusedStructMember]
linux-4.9.88/drivers/macintosh/macio_asic.c:292:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/macio_asic.c:364:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/macio_asic.c:608:21: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 607. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/macintosh/macio_asic.c:607:24: note: Assuming that condition 'resource_no<32' is not redundant
linux-4.9.88/drivers/macintosh/macio_asic.c:608:21: note: Shift
linux-4.9.88/drivers/macintosh/macio_asic.c:636:23: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 635. [shiftTooManyBitsSigned]
linux-4.9.88/drivers/macintosh/macio_asic.c:635:24: note: Assuming that condition 'resource_no<32' is not redundant
linux-4.9.88/drivers/macintosh/macio_asic.c:636:23: note: Shift
linux-4.9.88/drivers/macintosh/mediabay.c:356:15: style: The scope of the variable 'mb_content_types' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/mediabay.c:568:11: style: Variable 'ofnode' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/macintosh/rack-meter.c:99:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/macintosh/smu.c:187:9: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/macintosh/smu.c:169:11: note: Assignment 'rc=0', assigned value is 0
linux-4.9.88/drivers/macintosh/smu.c:187:9: note: Condition 'rc==0' is always true
linux-4.9.88/drivers/macintosh/smu.c:187:9: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
linux-4.9.88/drivers/macintosh/smu.c:169:11: note: 'rc' is assigned value '0' here.
linux-4.9.88/drivers/macintosh/smu.c:187:9: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
linux-4.9.88/drivers/macintosh/smu.c:908:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/smu.c:1253:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/therm_adt746x.c:473:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-macii.c:187:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/macintosh/via-maciisi.c:318:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:644:7: style: The scope of the variable 'pcharge' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:644:24: style: The scope of the variable 'vb' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:1661:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:2052:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:2180:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/via-pmu.c:780:21: warning: Either the condition 'amperage>0' is redundant or there is division by zero at line 780. [zerodivcond]
linux-4.9.88/drivers/macintosh/via-pmu.c:775:43: note: Assuming that condition 'amperage>0' is not redundant
linux-4.9.88/drivers/macintosh/via-pmu.c:780:21: note: Division by zero
linux-4.9.88/drivers/macintosh/via-pmu68k.c:729:14: style: Condition 'show_pmu_ints' is always true [knownConditionTrueFalse]
linux-4.9.88/drivers/macintosh/via-pmu68k.c:569:30: style: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/via-pmu68k.c:105:49: note: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'.
linux-4.9.88/drivers/macintosh/via-pmu68k.c:569:30: note: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'.
linux-4.9.88/drivers/macintosh/via-pmu68k.c:522:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/macintosh/windfarm_core.c:90:22: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_core.c:210:44: style: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/windfarm.h:57:51: note: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'.
linux-4.9.88/drivers/macintosh/windfarm_core.c:210:44: note: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'.
linux-4.9.88/drivers/macintosh/windfarm_core.c:305:42: style: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/windfarm.h:116:49: note: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'.
linux-4.9.88/drivers/macintosh/windfarm_core.c:305:42: note: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:34:45: style: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/windfarm_pid.h:46:52: note: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:34:45: note: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:89:53: style: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/windfarm_pid.h:85:60: note: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:89:53: note: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:89:68: style: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'. [funcArgNamesDifferent]
linux-4.9.88/drivers/macintosh/windfarm_pid.h:85:71: note: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'.
linux-4.9.88/drivers/macintosh/windfarm_pid.c:89:68: note: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'.
linux-4.9.88/drivers/macintosh/windfarm_pm112.c:267:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_pm112.c:506:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_pm112.c:254:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/macintosh/windfarm_pm121.c:821:32: warning: Either the condition 'if(pm121_cpu_state)' is redundant or there is possible null pointer dereference: pm121_cpu_state. [nullPointerRedundantCheck]
linux-4.9.88/drivers/macintosh/windfarm_pm121.c:830:5: note: Assuming that condition 'if(pm121_cpu_state)' is not redundant
linux-4.9.88/drivers/macintosh/windfarm_pm121.c:821:32: note: Null pointer dereference
linux-4.9.88/drivers/macintosh/windfarm_pm72.c:254:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_pm72.c:611:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_pm72.c:201:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/macintosh/windfarm_rm31.c:248:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_rm31.c:514:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_rm31.c:195:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/macintosh/windfarm_smu_sat.c:210:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-4.9.88/drivers/macintosh/windfarm_smu_sat.c:211:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/bcm-pdc-mailbox.c:926:23: warning: Either the condition 'if(pdcs&&(irq==pdcs->pdc_irq)&&(intstatus&(BIT(24+0)|BIT(16+0))))' is redundant or there is possible null pointer dereference: pdcs. [nullPointerRedundantCheck]
linux-4.9.88/drivers/mailbox/bcm-pdc-mailbox.c:929:5: note: Assuming that condition 'if(pdcs&&(irq==pdcs->pdc_irq)&&(intstatus&(BIT(24+0)|BIT(16+0))))' is not redundant
linux-4.9.88/drivers/mailbox/bcm-pdc-mailbox.c:926:23: note: Null pointer dereference
linux-4.9.88/drivers/mailbox/bcm-pdc-mailbox.c:952:20: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/bcm-pdc-mailbox.c:955:6: style: The scope of the variable 'rx_status' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/hi6220-mailbox.c:162:22: style: The scope of the variable 'intr_bit' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/mailbox-altera.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/mailbox-sti.c:105:22: style: The scope of the variable 'chan_info' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/omap-mailbox.c:264:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/pcc.c:459:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-4.9.88/drivers/mailbox/pcc.c:456:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/mailbox/pcc.c:459:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-4.9.88/drivers/mailbox/pcc.c:190:31: style: The scope of the variable 'doorbell_ack' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/pcc.c:196:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/pcc.c:389:31: style: The scope of the variable 'pcct_ss' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/rockchip-mailbox.c:178:11: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-4.9.88/drivers/mailbox/ti-msgmgr.c:335:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/alloc.c:216:17: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/alloc.c:239:17: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/util.h:558:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-4.9.88/drivers/md/bcache/bset.h:279:22: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/closure.h:139:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/md/bcache/bset.c:1234:32: style: The scope of the variable 'keys' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/bset.c:1315:10: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/bset.c:506:28: portability: '(void*)t->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/bset.c:506:57: portability: '((void*)t->data)+cacheline*128' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/bset.c:900:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-4.9.88/drivers/md/bcache/btree.c:1515:15: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/btree.c:2460:21: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/btree.c:158:40: portability: '(void*)btree_bset_first(b)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/btree.c:191:26: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/btree.c:233:19: portability: '(void*)(i)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/btree.c:254:24: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/btree.c:425:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/btree.c:2468:0: error: Boolean value assigned to pointer. [assignBoolToPointer]
linux-4.9.88/drivers/md/bcache/btree.c:578:42: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
linux-4.9.88/drivers/md/bcache/closure.c:67:18: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/closure.c:64:49: style: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'. [funcArgNamesDifferent]
linux-4.9.88/drivers/md/bcache/closure.h:177:49: note: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'.
linux-4.9.88/drivers/md/bcache/closure.c:64:49: note: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'.
linux-4.9.88/drivers/md/bcache/closure.c:101:44: style: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'. [funcArgNamesDifferent]
linux-4.9.88/drivers/md/bcache/closure.h:178:44: note: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'.
linux-4.9.88/drivers/md/bcache/closure.c:101:44: note: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'.
linux-4.9.88/drivers/md/bcache/closure.c:18:17: error: Signed integer overflow for expression '(CLOSURE_DESTRUCTOR|CLOSURE_WAITING|CLOSURE_SLEEPING|CLOSURE_RUNNING|CLOSURE_STACK)<<1'. [integerOverflow]
linux-4.9.88/drivers/md/bcache/extents.c:536:17: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/extents.c:537:14: style: The scope of the variable 'stale' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/extents.c:551:7: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
linux-4.9.88/drivers/md/bcache/io.c:66:13: style: The scope of the variable 'errors' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/io.c:31:2: error: Address of auto-variable 'b->bio' returned [returnAddressOfAutoVariable]
linux-4.9.88/drivers/md/bcache/journal.c:684:9: style: The scope of the variable 'sectors' can be reduced. [variableScope]
linux-4.9.88/drivers/md/bcache/journal.c:93:19: portability: '(void*)(j)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/journal.c:137:21: portability: '(void*)j' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-4.9.88/drivers/md/bcache/journal.c:618:19: portability: '(void*)(w->data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[02:55]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/l/linux-atm/linux-atm_2.5.1.orig.tar.gz
linux-atm-2.5.1/src/arpd/arp.c:153:10: warning: Either the condition 'if(walk)' is redundant or there is possible null pointer dereference: walk. [nullPointerRedundantCheck]
linux-atm-2.5.1/src/arpd/arp.c:154:5: note: Assuming that condition 'if(walk)' is not redundant
linux-atm-2.5.1/src/arpd/arp.c:153:10: note: Null pointer dereference
linux-atm-2.5.1/src/arpd/atmarp.c:70:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/arpd/atmarp.c:126:11: style: The scope of the variable 'here' can be reduced. [variableScope]
linux-atm-2.5.1/src/arpd/io.c:280:21: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-atm-2.5.1/src/arpd/io.c:477:9: style: The scope of the variable 'fds' can be reduced. [variableScope]
linux-atm-2.5.1/src/arpd/table.c:163:20: style: The scope of the variable 'ipp' can be reduced. [variableScope]
linux-atm-2.5.1/src/br2684/br2684ctl.c:211:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-atm-2.5.1/src/debug/delay.c:60:9: style: The scope of the variable 'ready' can be reduced. [variableScope]
linux-atm-2.5.1/src/debug/delay.c:206:19: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-atm-2.5.1/src/debug/delay.c:207:16: style: The scope of the variable 'here' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:348:64: style: Same expression on both sides of '=='. [duplicateExpression]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:130:19: style: The scope of the variable 'tagId1' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:131:19: style: The scope of the variable 'elmtLen1' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:363:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:364:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:384:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:385:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:407:19: style: The scope of the variable 'octet' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:408:19: style: The scope of the variable 'octetsBit' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:255:20: warning: Function 'BDecAsnBitsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env' [funcArgOrderDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.h:45:25: note: Function 'BDecAsnBitsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env'
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:255:20: note: Function 'BDecAsnBitsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env'
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:307:14: style: Function 'PrintAsnBits' argument 2 names different: declaration 'b' definition 'v'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.h:54:19: note: Function 'PrintAsnBits' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:307:14: note: Function 'PrintAsnBits' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:71:10: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:72:17: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:146:24: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:192:29: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_bits.c:263:11: style: Unused variable: tmp [unusedVariable]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:188:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:373:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:254:21: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:156:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:131:0: style: Function 'BDecAsnIntContent' argument 2 names different: declaration 'tag' definition 'tagId'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.h:33:0: note: Function 'BDecAsnIntContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:131:0: note: Function 'BDecAsnIntContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:131:0: style: Function 'BDecAsnIntContent' argument 3 names different: declaration 'elmtLen' definition 'len'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.h:33:0: note: Function 'BDecAsnIntContent' argument 3 names different: declaration 'elmtLen' definition 'len'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:131:0: note: Function 'BDecAsnIntContent' argument 3 names different: declaration 'elmtLen' definition 'len'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:314:0: style: Function 'BDecUAsnIntContent' argument 2 names different: declaration 'tagId' definition 'tag'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.h:55:0: note: Function 'BDecUAsnIntContent' argument 2 names different: declaration 'tagId' definition 'tag'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:314:0: note: Function 'BDecUAsnIntContent' argument 2 names different: declaration 'tagId' definition 'tag'.
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:60:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_int.c:232:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_len.c:84:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_len.c:85:19: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_list.c:38:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:76:0: style: Function 'BDecAsnNullContent' argument 2 names different: declaration 'tag' definition 'tagId'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.h:35:0: note: Function 'BDecAsnNullContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:76:0: note: Function 'BDecAsnNullContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:96:14: style: Function 'PrintAsnNull' argument 2 names different: declaration 'b' definition 'v'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.h:45:19: note: Function 'PrintAsnNull' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:96:14: note: Function 'PrintAsnNull' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_null.c:62:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:109:19: style: The scope of the variable 'tagId1' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:110:19: style: The scope of the variable 'elmtLen1' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:82:20: style: Function 'BEncAsnOctsContent' argument 2 names different: declaration 'octs' definition 'o'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.h:37:27: note: Function 'BEncAsnOctsContent' argument 2 names different: declaration 'octs' definition 'o'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:82:20: note: Function 'BEncAsnOctsContent' argument 2 names different: declaration 'octs' definition 'o'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:217:20: warning: Function 'BDecAsnOctsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env' [funcArgOrderDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.h:39:25: note: Function 'BDecAsnOctsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env'
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:217:20: note: Function 'BDecAsnOctsContent' argument order different: declaration 'b, len, tagId, result, bytesDecoded, env' definition 'b, tagId, len, result, bytesDecoded, env'
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:257:13: style: Function 'FreeAsnOcts' argument 1 names different: declaration 'o' definition 'v'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.h:46:18: note: Function 'FreeAsnOcts' argument 1 names different: declaration 'o' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:257:13: note: Function 'FreeAsnOcts' argument 1 names different: declaration 'o' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:269:14: style: Function 'PrintAsnOcts' argument 2 names different: declaration 'o' definition 'v'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.h:48:19: note: Function 'PrintAsnOcts' argument 2 names different: declaration 'o' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:269:14: note: Function 'PrintAsnOcts' argument 2 names different: declaration 'o' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:66:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:67:17: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:123:24: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:151:29: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_octs.c:225:11: style: Unused variable: tmp [unusedVariable]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:130:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:139:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:82:0: style: Function 'BDecAsnOidContent' argument 2 names different: declaration 'tag' definition 'tagId'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.h:39:0: note: Function 'BDecAsnOidContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:82:0: note: Function 'BDecAsnOidContent' argument 2 names different: declaration 'tag' definition 'tagId'.
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:109:13: style: Function 'PrintAsnOid' argument 2 names different: declaration 'b' definition 'v'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.h:49:18: note: Function 'PrintAsnOid' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:109:13: note: Function 'PrintAsnOid' argument 2 names different: declaration 'b' definition 'v'.
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Shifting 32-bit value by 56 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Shifting 32-bit value by 48 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Shifting 32-bit value by 40 bits is undefined behaviour [shiftTooManyBits]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Signed integer overflow for expression '31<<((sizeof(unsigned long)-1)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-2)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_oid.c:64:9: error: Signed integer overflow for expression '128<<((sizeof(unsigned long)-3)*8)'. [integerOverflow]
linux-atm-2.5.1/src/ilmid/asn1/asn_tag.c:45:0: style: The scope of the variable 'tmpTagId' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/asn_tag.c:46:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/exp_buf.c:390:11: style: The scope of the variable 'srcPtr' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/asn1/exp_buf.c:345:24: style: Function 'ExpBufInstallDataInBuf' argument 1 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/ilmid/asn1/exp_buf.h:99:29: note: Function 'ExpBufInstallDataInBuf' argument 1 names different: declaration 'b' definition 'buf'.
linux-atm-2.5.1/src/ilmid/asn1/exp_buf.c:345:24: note: Function 'ExpBufInstallDataInBuf' argument 1 names different: declaration 'b' definition 'buf'.
linux-atm-2.5.1/src/ilmid/asn1/nibble_alloc.c:132:9: style: Unused variable: i [unusedVariable]
linux-atm-2.5.1/src/ilmid/asn1/nibble_alloc.c:170:9: style: Unused variable: i [unusedVariable]
linux-atm-2.5.1/src/ilmid/atmf_uni.c:205:27: style: The scope of the variable 'newPrefix' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/atmf_uni.c:256:7: style: Unused variable: cmp [unusedVariable]
linux-atm-2.5.1/src/ilmid/atmf_uni.c:257:18: style: Unused variable: prefix [unusedVariable]
linux-atm-2.5.1/src/ilmid/ilmid.c:126:15: style: The scope of the variable 'vbl' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/ilmid.c:128:10: style: The scope of the variable 'netprefix_oid' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/ilmid.c:128:26: style: The scope of the variable 'set_oid' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/ilmidiag.c:97:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/ilmid/io.c:132:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/io.c:77:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/ilmid/message.c:44:11: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/message.c:82:11: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/message.c:194:12: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/mib.c:358:18: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:178:19: style: The scope of the variable 'tmpVar' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:29:12: style: Unused variable: listLen [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:30:11: style: Unused variable: component [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:59:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:60:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:61:12: style: Unused variable: elmtLen2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:62:12: style: Unused variable: tagId2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:236:12: style: Unused variable: listLen [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:237:11: style: Unused variable: component [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:284:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:382:12: style: Unused variable: listLen [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:383:11: style: Unused variable: component [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:440:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:441:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:442:12: style: Unused variable: elmtLen2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:443:12: style: Unused variable: tagId2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:770:12: style: Unused variable: listLen [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:771:11: style: Unused variable: component [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:807:0: style: Variable 'mandatoryElmtCount1' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:808:0: style: Variable 'totalElmtsLen2' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:809:12: style: Unused variable: elmtLen2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/rfc1157_snmp.c:810:12: style: Unused variable: tagId2 [unusedVariable]
linux-atm-2.5.1/src/ilmid/states.c:173:11: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-atm-2.5.1/src/ilmid/util.c:78:12: style: Unused variable: entry [unusedVariable]
linux-atm-2.5.1/src/lane/connect.c:260:17: style: The scope of the variable 'newconn' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:261:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:263:18: style: The scope of the variable 'ctmp' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:439:7: style: The scope of the variable 'main_conn' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:440:15: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:441:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect.c:591:15: style: The scope of the variable 'elanname' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect_bus.c:172:17: style: The scope of the variable 'newconn' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect_bus.c:173:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect_bus.c:174:15: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect_bus.c:312:7: style: The scope of the variable 'main_conn' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/connect_bus.c:252:43: style: Function 'conn_add' argument 3 names different: declaration 'pvc_lecid' definition 'dumb'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/lane/connect.h:76:51: note: Function 'conn_add' argument 3 names different: declaration 'pvc_lecid' definition 'dumb'.
linux-atm-2.5.1/src/lane/connect_bus.c:252:43: note: Function 'conn_add' argument 3 names different: declaration 'pvc_lecid' definition 'dumb'.
linux-atm-2.5.1/src/lane/dump.c:211:11: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/dump.c:212:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/dump.c:213:8: style: The scope of the variable 'buffer2' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/dump.c:214:7: style: The scope of the variable 'sprintf_ret' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/lane.c:75:9: style: The scope of the variable 'do_restart' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/ldb.c:89:56: warning: Logical disjunction always evaluates to true: test >= 'a' || test <= 'f'. [incorrectLogicOperator]
linux-atm-2.5.1/src/lane/ldb.c:264:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/lecs.c:118:7: style: The scope of the variable 'no_fds' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/lecs_load.c:49:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:58:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:63:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:67:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:85:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:93:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:97:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:102:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:106:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:115:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:119:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:125:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/lecs_load.c:29:8: style: The scope of the variable 'message' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/load.c:454:23: style: Function 'load_vars' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/lane/load.c:62:35: note: Function 'load_vars' argument 1 names different: declaration 'filename' definition 'file'.
linux-atm-2.5.1/src/lane/load.c:454:23: note: Function 'load_vars' argument 1 names different: declaration 'filename' definition 'file'.
linux-atm-2.5.1/src/lane/mem_lecs.c:80:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/mem_lecs.c:92:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/lane/mem_lecs.c:81:11: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
linux-atm-2.5.1/src/lane/mem_lecs.c:70:7: note: Assuming that condition 'tmp' is not redundant
linux-atm-2.5.1/src/lane/mem_lecs.c:81:11: note: Null pointer dereference
linux-atm-2.5.1/src/lane/packet.c:37:7: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-atm-2.5.1/src/lane/units.c:50:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/address.c:48:46: style: Function 'addr_getesi' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/address.h:29:46: note: Function 'addr_getesi' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'.
linux-atm-2.5.1/src/led/address.c:48:46: note: Function 'addr_getesi' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'.
linux-atm-2.5.1/src/led/address.c:74:49: style: Function 'get_listenaddr' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/address.h:32:49: note: Function 'get_listenaddr' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'.
linux-atm-2.5.1/src/led/address.c:74:49: note: Function 'get_listenaddr' argument 2 names different: declaration 'phys_addr' definition 'phys_itf'.
linux-atm-2.5.1/src/led/conn.c:117:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/conn.c:118:14: style: The scope of the variable 'qos_text' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/conn.c:113:32: style: Function 'init_conn_params' argument 3 names different: declaration 'blli_codepoint' definition 'conn_type'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/conn.h:44:32: note: Function 'init_conn_params' argument 3 names different: declaration 'blli_codepoint' definition 'conn_type'.
linux-atm-2.5.1/src/led/conn.c:113:32: note: Function 'init_conn_params' argument 3 names different: declaration 'blli_codepoint' definition 'conn_type'.
linux-atm-2.5.1/src/led/conn.c:803:45: style: Function 'list_add_conn' argument 1 names different: declaration 'dest_atm_addr' definition 'atm_addr'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/conn.c:70:45: note: Function 'list_add_conn' argument 1 names different: declaration 'dest_atm_addr' definition 'atm_addr'.
linux-atm-2.5.1/src/led/conn.c:803:45: note: Function 'list_add_conn' argument 1 names different: declaration 'dest_atm_addr' definition 'atm_addr'.
linux-atm-2.5.1/src/led/display.c:75:33: style: Function 'display_ready' argument 1 names different: declaration 'buff' definition 'ready_frame'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/display.c:21:33: note: Function 'display_ready' argument 1 names different: declaration 'buff' definition 'ready_frame'.
linux-atm-2.5.1/src/led/display.c:75:33: note: Function 'display_ready' argument 1 names different: declaration 'buff' definition 'ready_frame'.
linux-atm-2.5.1/src/led/frames.c:162:25: style: The scope of the variable 'sizeofrsp' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/frames.c:163:28: style: The scope of the variable 'rsp' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/frames.c:429:18: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/frames.c:430:17: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/frames.c:35:26: style: Function 'prefill_frame' argument 1 names different: declaration 'ctrl_frame' definition 'buff'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/led/frames.h:10:26: note: Function 'prefill_frame' argument 1 names different: declaration 'ctrl_frame' definition 'buff'.
linux-atm-2.5.1/src/led/frames.c:35:26: note: Function 'prefill_frame' argument 1 names different: declaration 'ctrl_frame' definition 'buff'.
linux-atm-2.5.1/src/led/join.c:695:20: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/kernel.c:344:6: style: Unused variable: fd [unusedVariable]
linux-atm-2.5.1/src/led/kernel.c:344:10: style: Unused variable: howmany [unusedVariable]
linux-atm-2.5.1/src/led/kernel.c:345:20: style: Unused variable: req [unusedVariable]
linux-atm-2.5.1/src/led/kernel.c:346:7: style: Unused variable: txt [unusedVariable]
linux-atm-2.5.1/src/led/main.c:133:17: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-atm-2.5.1/src/led/main.c:519:17: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-atm-2.5.1/src/led/main.c:513:17: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-atm-2.5.1/src/led/main.c:519:17: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-atm-2.5.1/src/led/main.c:85:29: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:86:20: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:86:28: style: The scope of the variable 'hexindex' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:510:13: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:510:21: style: The scope of the variable 'ret1' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:510:27: style: The scope of the variable 'ret2' can be reduced. [variableScope]
linux-atm-2.5.1/src/led/main.c:510:33: style: The scope of the variable 'ret3' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/ans.c:46:29: style: The scope of the variable 'data_len' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/ans.c:179:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/ans.c:198:11: style: The scope of the variable 'file' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/ans.c:199:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/ans.c:200:11: style: The scope of the variable 'here' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:20:10: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:74:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:74:22: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:74:24: style: The scope of the variable 'left' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:74:29: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:75:10: style: The scope of the variable 'fmt' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:153:17: style: The scope of the variable 'here' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atm2text.c:195:9: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atmequal.c:32:26: style: The scope of the variable 'a_prv' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atmequal.c:32:33: style: The scope of the variable 'b_prv' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atmequal.c:45:17: style: The scope of the variable 'a_val' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/atmequal.c:45:23: style: The scope of the variable 'b_val' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/diag.c:130:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/diag.c:132:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/diag.c:134:10: style: The scope of the variable 'datestr' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/diag.c:182:11: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/diag.c:183:19: style: The scope of the variable 'left' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/misc.c:23:26: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/sapequal.c:126:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/lib/sdu2cell.c:17:23: style: The scope of the variable 'cells' can be reduced. [variableScope]
linux-atm-2.5.1/src/lib/text2atm.c:64:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/lib/text2sap.c:29:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-atm-2.5.1/src/maint/atmaddr.c:100:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:428:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:434:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:553:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:559:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:582:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/maint/atmtcp.c:704:9: style: The scope of the variable 'do_create' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/atmtcp.c:443:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-atm-2.5.1/src/maint/nstune.c:42:13: style: The scope of the variable 'min' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/nstune.c:42:18: style: The scope of the variable 'init' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/nstune.c:42:24: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/nstune.c:45:8: style: The scope of the variable 'btype' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/sonetdiag.c:48:11: style: The scope of the variable 'opt' can be reduced. [variableScope]
linux-atm-2.5.1/src/maint/sonetdiag.c:49:32: style: The scope of the variable 'minus' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/id_list.c:127:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/mpoad/id_list.c:84:64: warning: Either the condition 'pid==NULL' is redundant or there is possible null pointer dereference: pid. [nullPointerRedundantCheck]
linux-atm-2.5.1/src/mpoad/id_list.c:85:10: note: Assuming that condition 'pid==NULL' is not redundant
linux-atm-2.5.1/src/mpoad/id_list.c:84:64: note: Null pointer dereference
linux-atm-2.5.1/src/mpoad/io.c:288:51: style: Function 'send_to_dataplane' argument 3 names different: declaration 'fd' definition 'shortcut_fd'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/mpoad/io.h:9:51: note: Function 'send_to_dataplane' argument 3 names different: declaration 'fd' definition 'shortcut_fd'.
linux-atm-2.5.1/src/mpoad/io.c:288:51: note: Function 'send_to_dataplane' argument 3 names different: declaration 'fd' definition 'shortcut_fd'.
linux-atm-2.5.1/src/mpoad/lecs.c:160:17: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/mpoad/lecs.c:97:18: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/lecs.c:98:17: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/main.c:241:14: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-atm-2.5.1/src/mpoad/main.c:90:7: style: The scope of the variable 'listen_socket' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:123:31: style: The scope of the variable 'common_short' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:124:31: style: The scope of the variable 'common_no_ip' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:182:25: style: The scope of the variable 'common' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:183:31: style: The scope of the variable 'common_s' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:186:37: style: The scope of the variable 'extension_with_value' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:264:32: style: The scope of the variable 'dll_ext' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:267:26: style: The scope of the variable 'cie' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:268:26: style: The scope of the variable 'cie_short' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_factory.c:162:31: style: Function 'send_purge_reply' argument 1 names different: declaration 'pBuff' definition 'buff'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/mpoad/packets.h:61:32: note: Function 'send_purge_reply' argument 1 names different: declaration 'pBuff' definition 'buff'.
linux-atm-2.5.1/src/mpoad/p_factory.c:162:31: note: Function 'send_purge_reply' argument 1 names different: declaration 'pBuff' definition 'buff'.
linux-atm-2.5.1/src/mpoad/p_factory.c:252:14: style: Function 'send_cache_imposition_reply' argument 1 names different: declaration 'pRequest' definition 'request'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/mpoad/packets.h:37:43: note: Function 'send_cache_imposition_reply' argument 1 names different: declaration 'pRequest' definition 'request'.
linux-atm-2.5.1/src/mpoad/p_factory.c:252:14: note: Function 'send_cache_imposition_reply' argument 1 names different: declaration 'pRequest' definition 'request'.
linux-atm-2.5.1/src/mpoad/p_recogn.c:171:12: style: The scope of the variable 'eg_MPS_ip_addr' can be reduced. [variableScope]
linux-atm-2.5.1/src/mpoad/p_recogn.c:433:32: style: Function 'recognize_packet' argument 1 names different: declaration 'pBuff' definition 'buff'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/mpoad/packets.h:73:18: note: Function 'recognize_packet' argument 1 names different: declaration 'pBuff' definition 'buff'.
linux-atm-2.5.1/src/mpoad/p_recogn.c:433:32: note: Function 'recognize_packet' argument 1 names different: declaration 'pBuff' definition 'buff'.
linux-atm-2.5.1/src/mpoad/p_recogn.c:220:12: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/mpoad/p_recogn.c:245:12: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/mpoad/p_recogn.c:336:10: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/mpoad/p_recogn.c:383:12: style: Variable 'pos' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/oamd/oam.c:36:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-atm-2.5.1/src/oamd/oam.c:153:16: style: The scope of the variable 'ctag' can be reduced. [variableScope]
linux-atm-2.5.1/src/q2931/qlib.c:630:8: warning: Either the condition 'sp==10' is redundant or the array 'stack[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:628:10: note: Assuming that condition 'sp==10' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:630:8: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:632:18: warning: Either the condition 'sp==10' is redundant or the array 'stack[10]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:628:10: note: Assuming that condition 'sp==10' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:632:18: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:643:10: warning: Either the condition 'rp==5' is redundant or the array 'r_stack[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:641:10: note: Assuming that condition 'rp==5' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:643:10: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:644:10: warning: Either the condition 'rp==5' is redundant or the array 'r_stack[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:641:10: note: Assuming that condition 'rp==5' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:644:10: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:645:10: warning: Either the condition 'rp==5' is redundant or the array 'r_stack[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:641:10: note: Assuming that condition 'rp==5' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:645:10: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:646:10: warning: Either the condition 'rp==5' is redundant or the array 'r_stack[5]' is accessed at index 5, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-atm-2.5.1/src/q2931/qlib.c:641:10: note: Assuming that condition 'rp==5' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:646:10: note: Array index out of bounds
linux-atm-2.5.1/src/q2931/qlib.c:768:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/q2931/qlib.c:508:68: warning: Either the condition '!pc' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
linux-atm-2.5.1/src/q2931/qlib.c:519:9: note: Assuming that condition '!pc' is not redundant
linux-atm-2.5.1/src/q2931/qlib.c:508:68: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:509:8: warning: Possible null pointer dereference: sp [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:43: note: Calling function 'handle_error', 7th argument 'sp' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:509:8: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:509:12: warning: Possible null pointer dereference: rp [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:48: note: Calling function 'handle_error', 8th argument 'rp' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:509:12: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:509:16: warning: Possible null pointer dereference: pos [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:53: note: Calling function 'handle_error', 9th argument 'pos' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:509:16: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:509:25: warning: Possible null pointer dereference: end [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:58: note: Calling function 'handle_error', 10th argument 'end' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:509:25: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:521:22: warning: Possible null pointer dereference: pos [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:53: note: Calling function 'handle_error', 9th argument 'pos' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:521:22: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:523:10: warning: Possible null pointer dereference: rp [nullPointer]
linux-atm-2.5.1/src/q2931/qlib.c:783:48: note: Calling function 'handle_error', 8th argument 'rp' value is 0
linux-atm-2.5.1/src/q2931/qlib.c:523:10: note: Null pointer dereference
linux-atm-2.5.1/src/q2931/qlib.c:244:10: style: The scope of the variable 'walk' can be reduced. [variableScope]
linux-atm-2.5.1/src/q2931/qlib.c:384:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-atm-2.5.1/src/q2931/qlib.c:719:9: style: The scope of the variable 'gp' can be reduced. [variableScope]
linux-atm-2.5.1/src/q2931/qlib.c:745:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscf.c:201:14: style: Function 'start_sscf' argument 4 names different: declaration '_mode' definition 'mode'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/saal/sscf.h:44:14: note: Function 'start_sscf' argument 4 names different: declaration '_mode' definition 'mode'.
linux-atm-2.5.1/src/saal/sscf.c:201:14: note: Function 'start_sscf' argument 4 names different: declaration '_mode' definition 'mode'.
linux-atm-2.5.1/src/saal/sscop.c:371:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:751:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:751:18: style: The scope of the variable 'buf2' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:752:9: style: The scope of the variable 'seq1' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:752:14: style: The scope of the variable 'seq2' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:752:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:788:18: style: The scope of the variable 'buf2' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:790:17: style: The scope of the variable 'seq1' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:790:22: style: The scope of the variable 'seq2' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:1462:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/saal/sscop.c:1675:14: style: Function 'start_sscop' argument 4 names different: declaration '_mode' definition 'mode'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/saal/sscop.h:107:14: note: Function 'start_sscop' argument 4 names different: declaration '_mode' definition 'mode'.
linux-atm-2.5.1/src/saal/sscop.c:1675:14: note: Function 'start_sscop' argument 4 names different: declaration '_mode' definition 'mode'.
linux-atm-2.5.1/src/sigd/atmsigd.c:137:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/atmsigd.c:155:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/atmsigd.c:207:16: style: The scope of the variable 'status_num' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/atmsigd.c:207:31: style: The scope of the variable 'trace_num' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/atmsigd.c:288:10: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/atmsigd.c:81:37: style: Function 'from_net' argument 2 names different: declaration 'msg' definition 'buffer'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/sigd/proto.h:152:37: note: Function 'from_net' argument 2 names different: declaration 'msg' definition 'buffer'.
linux-atm-2.5.1/src/sigd/atmsigd.c:81:37: note: Function 'from_net' argument 2 names different: declaration 'msg' definition 'buffer'.
linux-atm-2.5.1/src/sigd/atmsigd.c:488:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/atmsigd.c:489:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/atmsigd.c:490:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/atmsigd.c:491:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/io.c:289:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/io.c:64:28: style: Function 'open_unix' argument 1 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
linux-atm-2.5.1/src/sigd/io.h:17:28: note: Function 'open_unix' argument 1 names different: declaration 'name' definition 'path'.
linux-atm-2.5.1/src/sigd/io.c:64:28: note: Function 'open_unix' argument 1 names different: declaration 'name' definition 'path'.
linux-atm-2.5.1/src/sigd/policy.c:52:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/policy.c:53:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/sigd/proto.c:307:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/proto.c:468:29: style: The scope of the variable 'local' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/sap.c:135:15: style: The scope of the variable 'pcr' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/uni.c:447:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-atm-2.5.1/src/sigd/uni.c:530:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-atm-2.5.1/src/sigd/uni.c:87:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/uni.c:144:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/sigd/uni.c:754:20: style: The scope of the variable 'ep_ref' can be reduced. [variableScope]
linux-atm-2.5.1/src/switch/control.c:64:28: style: Same expression on both sides of '&&'. [duplicateExpression]
linux-atm-2.5.1/src/switch/control.c:57:17: style: The scope of the variable 'walk' can be reduced. [variableScope]
linux-atm-2.5.1/src/switch/control.c:76:17: style: The scope of the variable 'walk' can be reduced. [variableScope]
linux-atm-2.5.1/src/switch/debug/debug.c:105:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:106:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:107:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:108:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:109:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:110:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:111:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:112:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:113:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:114:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/debug/debug.c:115:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/dispatch.c:90:9: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-atm-2.5.1/src/switch/swc.c:31:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/switch/swc.c:40:2: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/switch/swc.c:58:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:377:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:378:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:379:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:380:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:381:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:382:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:383:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:384:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:385:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:386:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/switch/tcp/tcpsw.c:387:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-atm-2.5.1/src/test/align.c:45:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/aping.c:53:5: style: Variable 'qos.txtp.traffic_class' is reassigned a value before the old one has been used. [redundantAssignment]
linux-atm-2.5.1/src/test/aping.c:52:5: note: Variable 'qos.txtp.traffic_class' is reassigned a value before the old one has been used.
linux-atm-2.5.1/src/test/aping.c:53:5: note: Variable 'qos.txtp.traffic_class' is reassigned a value before the old one has been used.
linux-atm-2.5.1/src/test/aread.c:63:16: style: Variable 'buf' is not assigned a value. [unassignedVariable]
linux-atm-2.5.1/src/test/br.c:57:16: style: Variable 'buf' is not assigned a value. [unassignedVariable]
linux-atm-2.5.1/src/test/bw.c:35:13: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/isp.c:40:10: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/test/isp.c:52:10: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/test/pmp_send.c:40:0: error: Memory leak: outbuf [memleak]
linux-atm-2.5.1/src/test/svc_recv.c:29:6: style: The scope of the variable 'selector' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/svc_recv.c:39:3: error: Memory leak: outbuf [memleak]
linux-atm-2.5.1/src/test/svc_send.c:28:0: style: Variable 'one' is assigned a value that is never used. [unreadVariable]
linux-atm-2.5.1/src/test/svc_send.c:40:0: error: Memory leak: outbuf [memleak]
linux-atm-2.5.1/src/test/ttcp.c:648:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/test/ttcp.c:557:18: style: The scope of the variable 'going' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/ttcp.c:1064:16: style: The scope of the variable 'nread' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/ttcp.c:1002:0: error: Uninitialized variable: sum [uninitvar]
linux-atm-2.5.1/src/test/window.c:183:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/test/window.c:267:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ssize_t {aka signed long}'. [invalidPrintfArgType_sint]
linux-atm-2.5.1/src/test/window.c:80:11: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/window.c:82:11: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/window.c:82:15: style: The scope of the variable 't2' can be reduced. [variableScope]
linux-atm-2.5.1/src/test/window.c:273:0: error: Memory leak: buffer [memleak]
[02:55]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-ftpd/linux-ftpd_0.17.orig.tar.gz
linux-ftpd-0.17/ftpd/ftpd.c:411:17: style: The scope of the variable 'fd2' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:664:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:664:19: style: The scope of the variable 'shell' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:748:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:748:11: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:969:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1739:8: style: The scope of the variable 'message' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1745:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1992:18: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2195:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2196:24: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2196:42: style: The scope of the variable 'rpath' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2197:7: style: The scope of the variable 'vremotehost' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2197:38: style: The scope of the variable 'vpath' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2198:8: style: The scope of the variable 'vpw' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1234:17: style: Unused variable: tos [unusedVariable]
linux-ftpd-0.17/ftpd/ftpd.c:1661:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
linux-ftpd-0.17/support/vis.c:167:16: style: The scope of the variable 'c' can be reduced. [variableScope]
[02:55]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.36+0.3.orig.tar.gz
linux-ftpd-0.17/ftpd/ftpd.c:411:17: style: The scope of the variable 'fd2' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:664:14: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:664:19: style: The scope of the variable 'shell' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:748:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:748:11: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:969:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1739:8: style: The scope of the variable 'message' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1745:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1992:18: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2195:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2196:24: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2196:42: style: The scope of the variable 'rpath' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2197:7: style: The scope of the variable 'vremotehost' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2197:38: style: The scope of the variable 'vpath' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:2198:8: style: The scope of the variable 'vpw' can be reduced. [variableScope]
linux-ftpd-0.17/ftpd/ftpd.c:1234:17: style: Unused variable: tos [unusedVariable]
linux-ftpd-0.17/ftpd/ftpd.c:1661:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
linux-ftpd-0.17/support/vis.c:167:16: style: The scope of the variable 'c' can be reduced. [variableScope]
[02:55]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-grsec/linux-grsec_4.9.65.orig.tar.xz
Checking linux-grsec-4.9.65/drivers/md/bcache/request.c: __GCC__=1;__GCC__=1...

linux-grsec-4.9.65/Documentation/usb/usbdevfs-drop-permissions.c:44:9: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/boot/bootpz.c:79:23: style: The scope of the variable 'kaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/lib/inflate.c:1088:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/lib/inflate.c:1150:17: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/boot/misc.c:126:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/boot/misc.c:141:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/alpha/boot/misc.c:81:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/alpha/boot/misc.c:141:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/lib/inflate.c:1170:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:118:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:126:2: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:37:9: style: struct member 'disklabel::d_magic' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:38:9: style: struct member 'disklabel::d_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:38:17: style: struct member 'disklabel::d_subtype' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:39:8: style: struct member 'disklabel::d_typename' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:40:8: style: struct member 'disklabel::d_packname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:41:9: style: struct member 'disklabel::d_secsize' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:42:9: style: struct member 'disklabel::d_nsectors' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:43:9: style: struct member 'disklabel::d_ntracks' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:44:9: style: struct member 'disklabel::d_ncylinders' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:45:9: style: struct member 'disklabel::d_secpercyl' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:46:9: style: struct member 'disklabel::d_secprtunit' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:47:9: style: struct member 'disklabel::d_sparespertrack' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:48:9: style: struct member 'disklabel::d_sparespercyl' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:49:9: style: struct member 'disklabel::d_acylinders' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:50:9: style: struct member 'disklabel::d_rpm' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:50:16: style: struct member 'disklabel::d_interleave' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:50:30: style: struct member 'disklabel::d_trackskew' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:50:43: style: struct member 'disklabel::d_cylskew' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:51:9: style: struct member 'disklabel::d_headswitch' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:51:23: style: struct member 'disklabel::d_trkseek' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:51:34: style: struct member 'disklabel::d_flags' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:52:9: style: struct member 'disklabel::d_drivedata' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:53:9: style: struct member 'disklabel::d_spare' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:54:9: style: struct member 'disklabel::d_magic2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:55:9: style: struct member 'disklabel::d_checksum' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:56:9: style: struct member 'disklabel::d_npartitions' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:57:9: style: struct member 'disklabel::d_bbsize' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:57:19: style: struct member 'disklabel::d_sbsize' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:59:6: style: struct member 'd_partition::p_size' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:60:6: style: struct member 'd_partition::p_offset' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:61:6: style: struct member 'd_partition::p_fsize' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:62:5: style: struct member 'd_partition::p_fstype' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:63:5: style: struct member 'd_partition::p_frag' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:64:6: style: struct member 'd_partition::p_cpg' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:78:11: style: union member '__bootblock::bootblock_bytes' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:71:16: style: struct member 'Anonymous0::__pad1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/mkbb.c:75:17: style: struct member 'Anonymous1::__pad2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/boot/tools/objstrip.c:264:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:176:2: style: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:174:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:176:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:189:2: style: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:180:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/alpha/kernel/core_irongate.c:189:2: note: Variable 'IRONGATE_jd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/alpha/kernel/core_lca.c:131:23: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_lca.c:169:23: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_marvel.c:168:19: style: The scope of the variable 'csrs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_marvel.c:420:16: style: The scope of the variable 'pid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_marvel.c:682:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_marvel.c:685:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_mcpcia.c:357:2: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:534:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:535:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:536:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:537:17: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:539:18: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_t2.c:540:18: style: Same expression on both sides of '|='. [duplicateExpression]
linux-grsec-4.9.65/arch/alpha/kernel/core_titan.c:459:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_titan.c:462:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/core_wildfire.c:185:15: style: The scope of the variable 'gp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/err_common.c:265:24: style: The scope of the variable 'pcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:220:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:231:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:237:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:264:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:273:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:302:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:308:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:357:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:365:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:396:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:402:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:430:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:431:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:441:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:442:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:452:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:453:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:461:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:462:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:485:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:486:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:496:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:497:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:507:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:508:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:516:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:517:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:533:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:540:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:547:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:557:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:566:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/io.c:573:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/irq_pyxis.c:70:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/module.c:125:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/module.c:174:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/module.c:212:22: portability: 'location' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:136:33: portability: '(void __user*)dirent' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:609:8: style: struct member 'setargs::follow' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:614:8: style: struct member 'fsetargs::fd' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:620:8: style: struct member 'getargs::follow' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:627:8: style: struct member 'fgetargs::fd' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:635:8: style: struct member 'delargs::follow' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/osf_sys.c:639:8: style: struct member 'fdelargs::fd' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/pci-sysfs.c:88:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/alpha/kernel/pci.c:320:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/pci_iommu.c:408:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/alpha/kernel/perf_event.c:607:6: style: The scope of the variable 'idx_rubbish_bin' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/process.c:364:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/process.c:378:16: style: The scope of the variable 'schedule_frame' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/ptrace.c:119:40: warning: Either the condition 'regno>65' is redundant or the array 'regoff[65]' is accessed at index 65, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/arch/alpha/kernel/ptrace.c:115:34: note: Assuming that condition 'regno>65' is not redundant
linux-grsec-4.9.65/arch/alpha/kernel/ptrace.c:119:40: note: Array index out of bounds
linux-grsec-4.9.65/arch/alpha/kernel/ptrace.c:179:6: style: The scope of the variable 'displ' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1153:21: style: The scope of the variable 'dsr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1154:14: style: The scope of the variable 'unk_system_string' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1177:24: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1324:6: style: The scope of the variable 'cycles' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1392:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/alpha/kernel/setup.c:1405:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:237:15: style: struct member 'Anonymous0::ide_en' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:238:11: style: struct member 'Anonymous0::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:239:11: style: struct member 'Anonymous0::fdc_pwr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:240:11: style: struct member 'Anonymous0::reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:241:11: style: struct member 'Anonymous0::valid' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:251:15: style: struct member 'Anonymous1::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:252:11: style: struct member 'Anonymous1::ppt_pwr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:253:11: style: struct member 'Anonymous1::ppt_mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:254:11: style: struct member 'Anonymous1::reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:255:11: style: struct member 'Anonymous1::reserved3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:256:11: style: struct member 'Anonymous1::lock_crx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:266:15: style: struct member 'Anonymous2::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:267:11: style: struct member 'Anonymous2::uart1_pwr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:268:11: style: struct member 'Anonymous2::reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:269:11: style: struct member 'Anonymous2::uart2_pwr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:292:15: style: struct member 'Anonymous3::pwrgd_gamecs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:293:11: style: struct member 'Anonymous3::fdc_mode2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:294:11: style: struct member 'Anonymous3::pin94_0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:295:11: style: struct member 'Anonymous3::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:296:11: style: struct member 'Anonymous3::drvden' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:297:11: style: struct member 'Anonymous3::op_mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:298:11: style: struct member 'Anonymous3::pin94_1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:348:15: style: struct member 'Anonymous4::ppt_ext_mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:349:11: style: struct member 'Anonymous4::ppt_fdc' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:350:11: style: struct member 'Anonymous4::midi1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:351:11: style: struct member 'Anonymous4::midi2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:352:11: style: struct member 'Anonymous4::epp_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:353:11: style: struct member 'Anonymous4::alt_io' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:370:15: style: struct member 'Anonymous5::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:371:11: style: struct member 'Anonymous5::fdc_dma_mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:372:11: style: struct member 'Anonymous5::den_sel' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:373:11: style: struct member 'Anonymous5::swap_drv' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:374:11: style: struct member 'Anonymous5::extx4' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:375:11: style: struct member 'Anonymous5::reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:385:15: style: struct member 'Anonymous6::floppy_a' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:386:11: style: struct member 'Anonymous6::floppy_b' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:387:11: style: struct member 'Anonymous6::floppy_c' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:388:11: style: struct member 'Anonymous6::floppy_d' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:406:15: style: struct member 'Anonymous7::floppy_boot' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:407:11: style: struct member 'Anonymous7::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:408:11: style: struct member 'Anonymous7::ppt_en' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:409:11: style: struct member 'Anonymous7::uart1_en' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:410:11: style: struct member 'Anonymous7::uart2_en' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:411:11: style: struct member 'Anonymous7::fdc_en' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:421:15: style: struct member 'Anonymous8::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:422:11: style: struct member 'Anonymous8::addrx7_4' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:439:15: style: struct member 'Anonymous9::adra8' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:440:11: style: struct member 'Anonymous9::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:441:11: style: struct member 'Anonymous9::adrx_config' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:451:15: style: struct member 'Anonymous10::ecp_fifo_threshold' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:452:11: style: struct member 'Anonymous10::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:462:15: style: struct member 'Anonymous11::fdd0_drtx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:463:11: style: struct member 'Anonymous11::fdd1_drtx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:464:11: style: struct member 'Anonymous11::fdd2_drtx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:465:11: style: struct member 'Anonymous11::fdd3_drtx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:483:15: style: struct member 'Anonymous12::uart2_rcv_polarity' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:484:11: style: struct member 'Anonymous12::uart2_xmit_polarity' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:485:11: style: struct member 'Anonymous12::uart2_duplex' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:486:11: style: struct member 'Anonymous12::uart2_mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:487:11: style: struct member 'Anonymous12::uart1_speed' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:488:11: style: struct member 'Anonymous12::uart2_speed' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:512:15: style: struct member 'Anonymous14::device_rev' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:522:15: style: struct member 'Anonymous15::test0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:523:11: style: struct member 'Anonymous15::test1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:524:11: style: struct member 'Anonymous15::test2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:525:11: style: struct member 'Anonymous15::test3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:526:11: style: struct member 'Anonymous15::test4' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:527:11: style: struct member 'Anonymous15::test5' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:528:11: style: struct member 'Anonymous15::test6' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:529:11: style: struct member 'Anonymous15::test7' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:539:15: style: struct member 'Anonymous16::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:540:11: style: struct member 'Anonymous16::pll_gain' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:541:11: style: struct member 'Anonymous16::pll_stop' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:542:11: style: struct member 'Anonymous16::ace_stop' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:543:11: style: struct member 'Anonymous16::pll_clock_ctrl' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:544:11: style: struct member 'Anonymous16::ir_test' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:554:15: style: struct member 'Anonymous17::ir_loopback' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:555:11: style: struct member 'Anonymous17::test_10ms' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:556:11: style: struct member 'Anonymous17::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:577:15: style: struct member 'Anonymous18::gamecs_config' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:578:11: style: struct member 'Anonymous18::gamecs_addr9_4' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:601:15: style: struct member 'Anonymous19::fdd0_drive_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:602:11: style: struct member 'Anonymous19::fdd1_drive_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:603:11: style: struct member 'Anonymous19::fdd2_drive_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:604:11: style: struct member 'Anonymous19::fdd3_drive_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:619:15: style: struct member 'Anonymous20::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:635:15: style: struct member 'Anonymous21::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:651:15: style: struct member 'Anonymous22::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:684:15: style: struct member 'Anonymous24::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:700:15: style: struct member 'Anonymous25::zero' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:814:15: style: struct member 'Anonymous29::irqin_irq' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c669.c:815:11: style: struct member 'Anonymous29::reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/kernel/smc37c93x.c:81:16: style: The scope of the variable 'devId' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:540:15: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:540:15: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:540:15: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:404:34: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:405:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/smp.c:246:10: style: Variable 'mycpu' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/alpha/kernel/srm_env.c:211:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/alpha/kernel/srmcons.c:97:6: style: The scope of the variable 'need_cr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_alcor.c:88:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_cabriolet.c:70:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_dp264.c:194:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_eb64p.c:68:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_marvel.c:325:15: style: The scope of the variable 'msi_data_off' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_mikasa.c:68:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_nautilus.c:156:21: warning: Redundant assignment of 'IRONGATE0->dramms' to itself. [selfAssignment]
linux-grsec-4.9.65/arch/alpha/kernel/sys_noritake.c:73:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_rx164.c:72:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/sys_titan.c:237:16: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/kernel/time.c:218:0: error: #error "Unknown HZ from arch/alpha/Kconfig" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/alpha/kernel/traps.c:135:9: style: Condition 'i>40' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/alpha/kernel/traps.c:124:11: note: Assignment 'i=0', assigned value is 0
linux-grsec-4.9.65/arch/alpha/kernel/traps.c:135:9: note: Condition 'i>40' is always false
linux-grsec-4.9.65/arch/alpha/lib/srm_printk.c:14:14: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/alpha/mm/init.c:182:25: portability: 'two_pages' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/mm/init.c:188:35: portability: 'two_pages' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/mm/init.c:220:17: portability: 'kernel_end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/alpha/oprofile/op_model_ev67.c:152:13: style: struct member 'Anonymous1::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/oprofile/op_model_ev67.c:153:13: style: struct member 'Anonymous1::overcount' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/alpha/oprofile/op_model_ev67.c:154:13: style: struct member 'Anonymous1::icache_miss' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/devtree.c:75:12: style: Variable 'dt_root' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:33:16: style: struct member 'irq_build::ver' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:33:23: style: struct member 'irq_build::irqs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:33:31: style: struct member 'irq_build::exts' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:33:55: style: struct member 'irq_build::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:43:37: style: struct member 'aux_irq_ctrl::res' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:45:9: style: struct member 'aux_irq_ctrl::res2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/intc-arcv2.c:45:34: style: struct member 'aux_irq_ctrl::res3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/mcip.c:297:9: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arc/kernel/mcip.c:151:26: style: union member 'Anonymous0::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/mcip.c:151:40: style: union member 'Anonymous0::pad2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/perf_event.c:453:9: style: struct member 'Anonymous0::sentinel' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/smp.c:68:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arc/kernel/troubleshoot.c:85:16: style: The scope of the variable 'ino' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arc/kernel/troubleshoot.c:105:10: style: Variable 'ino' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arc/kernel/troubleshoot.c:104:10: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arc/kernel/troubleshoot.c:206:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/kernel/troubleshoot.c:208:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:639:17: warning: Invalid test for overflow 'ptr+len<ptr'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:199:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:229:6: note: Calling function 'init_unwind_table', 9th argument 'header_start' value is 0
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:199:31: note: Null pointer addition
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:200:31: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:229:6: note: Calling function 'init_unwind_table', 9th argument 'header_start' value is 0
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:200:31: note: Null pointer addition
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:940:17: style: The scope of the variable 'tableSize' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:214:50: style: Checking if unsigned variable 'read_pointer(&ptr,end,header_start[2])' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:549:14: style: union member 'Anonymous3::p32u' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:550:14: style: union member 'Anonymous3::p32s' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:713:14: style: union member 'Anonymous4::p16' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/kernel/unwind.c:587:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/mm/cache.c:83:29: style: struct member 'bcr_slc_cfg::way' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:83:36: style: struct member 'bcr_slc_cfg::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:91:23: style: struct member 'bcr_clust_cfg::num_cores' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:91:36: style: struct member 'bcr_clust_cfg::num_entries' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:91:56: style: struct member 'bcr_clust_cfg::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:99:16: style: struct member 'bcr_volatile::disable' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:99:27: style: struct member 'bcr_volatile::order' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:99:36: style: struct member 'bcr_volatile::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:136:51: style: struct member 'bcr_cache::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arc/mm/cache.c:249:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/mm/cache.c:291:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/mm/cache.c:361:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arc/mm/dma.c:99:2: style: Variable 'is_non_coh' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arc/mm/dma.c:97:0: note: Variable 'is_non_coh' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arc/mm/dma.c:99:2: note: Variable 'is_non_coh' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arc/mm/mmap.c:35:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arc/plat-axs10x/axs10x.c:106:33: style: union member 'ver::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/boot/compressed/string.c:92:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/bL_switcher.c:276:6: style: The scope of the variable 'cluster' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/bL_switcher.c:278:8: style: The scope of the variable 'completer_cookie' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/bL_switcher.c:424:23: style: The scope of the variable 'gic_id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/bL_switcher.c:780:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/bL_switcher.c:130:8: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:388:24: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:388:40: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:389:19: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:389:36: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:428:22: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:428:39: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:429:20: portability: 'buf->safe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/dmabounce.c:429:36: portability: 'buf->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/it8152.c:100:12: style: The scope of the variable 'bits_pd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/it8152.c:100:21: style: The scope of the variable 'bits_lp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/it8152.c:100:30: style: The scope of the variable 'bits_ld' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/locomo.c:144:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/locomo.c:631:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:633:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:636:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:638:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:643:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:645:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:648:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:650:28: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:655:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:657:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:675:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:677:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:680:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:682:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:693:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:695:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:698:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:700:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:702:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:704:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:707:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:721:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:723:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:726:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:728:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:730:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:732:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:735:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:746:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:748:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:751:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:753:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:755:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:757:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:760:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:766:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:768:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:771:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:773:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:776:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:778:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:782:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/locomo.c:784:27: portability: 'mapbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:313:39: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:1323:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:1324:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:924:15: style: struct member 'sa1111_save_data::skcr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:925:15: style: struct member 'sa1111_save_data::skpcr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:926:15: style: struct member 'sa1111_save_data::skcdr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:927:16: style: struct member 'sa1111_save_data::skaud' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:928:16: style: struct member 'sa1111_save_data::skpwm0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:929:16: style: struct member 'sa1111_save_data::skpwm1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:934:15: style: struct member 'sa1111_save_data::intpol0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:935:15: style: struct member 'sa1111_save_data::intpol1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:936:15: style: struct member 'sa1111_save_data::inten0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:937:15: style: struct member 'sa1111_save_data::inten1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:938:15: style: struct member 'sa1111_save_data::wakepol0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:939:15: style: struct member 'sa1111_save_data::wakepol1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:940:15: style: struct member 'sa1111_save_data::wakeen0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/common/sa1111.c:941:15: style: struct member 'sa1111_save_data::wakeen1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/crypto/sha256_glue.c:55:30: style: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/crypto/sha256_glue.h:12:30: note: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'.
linux-grsec-4.9.65/arch/arm/crypto/sha256_glue.c:55:30: note: Function 'crypto_sha256_arm_finup' argument 4 names different: declaration 'hash' definition 'out'.
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:72:7: style: union member 'Anonymous0::unused' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:53:20: style: struct member 'Anonymous1::video_num_cols' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:54:20: style: struct member 'Anonymous1::video_num_rows' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:55:20: style: struct member 'Anonymous1::video_x' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:56:20: style: struct member 'Anonymous1::video_y' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:57:20: style: struct member 'Anonymous1::memc_control_reg' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:58:20: style: struct member 'Anonymous1::sounddefault' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:59:20: style: struct member 'Anonymous1::adfsdrives' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:60:20: style: struct member 'Anonymous1::bytes_per_char_h' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:61:20: style: struct member 'Anonymous1::bytes_per_char_v' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:62:20: style: struct member 'Anonymous1::pages_in_bank' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:63:20: style: struct member 'Anonymous1::pages_in_vram' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:70:20: style: struct member 'Anonymous1::mem_fclk_21285' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:75:7: style: union member 'Anonymous2::paths' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:77:20: style: struct member 'Anonymous3::magic' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:78:11: style: struct member 'Anonymous3::n' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:131:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/atags_compat.c:132:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/bios32.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/bios32.c:256:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/bios32.c:457:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/crash_dump.c:47:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/crash_dump.c:52:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/fiq.c:98:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/hw_breakpoint.c:336:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/hw_breakpoint.c:393:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:18:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:19:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:20:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:21:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:22:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/insn.c:50:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/arm/kernel/io.c:51:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/io.c:67:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/io.c:81:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/irq.c:85:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/kgdb.c:56:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/kgdb.c:69:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/machine_kexec.c:42:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/module-plts.c:222:34: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/module.c:376:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/kernel/module.c:326:0: note: Variable 's' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/kernel/module.c:376:2: note: Variable 's' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/kernel/module.c:311:36: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/module.c:303:18: style: struct member 'mod_unwind_map::unw_sec' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/module.c:304:18: style: struct member 'mod_unwind_map::txt_sec' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm/kernel/patch.c:76:23: portability: 'waddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/patch.c:80:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/patch.c:85:33: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/process.c:138:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/process.c:139:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/process.c:140:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/process.c:141:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/kernel/setup.c:686:13: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-grsec-4.9.65/arch/arm/kernel/setup.c:686:13: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/kernel/setup.c:707:4: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-grsec-4.9.65/arch/arm/kernel/setup.c:707:4: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/kernel/setup.c:709:4: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-grsec-4.9.65/arch/arm/kernel/setup.c:709:4: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/kernel/setup.c:710:14: warning: Either the condition '!list' is redundant or there is possible null pointer dereference: list. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/kernel/setup.c:680:6: note: Assuming that condition '!list' is not redundant
linux-grsec-4.9.65/arch/arm/kernel/setup.c:710:14: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/kernel/setup.c:932:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/signal.c:327:6: style: The scope of the variable 'thumb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/signal.c:627:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/smp_scu.c:91:31: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/smp_scu.c:91:48: portability: 'scu_base+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/smp_scu.c:93:31: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/smp_scu.c:93:48: portability: 'scu_base+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/smp_twd.c:196:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/swp_emulate.c:159:10: style: Same expression on both sides of '==' because the value of 'res' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/arm/kernel/swp_emulate.c:134:21: note: 'res' is assigned value '0' here.
linux-grsec-4.9.65/arch/arm/kernel/swp_emulate.c:159:10: note: Same expression on both sides of '==' because the value of 'res' and '0' are the same.
linux-grsec-4.9.65/arch/arm/kernel/traps.c:565:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/traps.c:554:59: portability: '(void __user*)instruction_pointer(regs)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/traps.c:683:59: portability: '(void __user*)instruction_pointer(regs)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/traps.c:844:25: portability: '(void*)vectors' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/unwind.c:186:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kernel/vdso.c:108:25: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/vdso.c:109:26: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kernel/vdso.c:116:24: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kvm/guest.c:65:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/arch/arm/kvm/guest.c:82:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:97:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:98:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:99:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:158:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:110:14: warning: Shifting 32-bit value by 55 bits is undefined behaviour. See condition at line 109. [shiftTooManyBits]
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:109:11: note: Assuming that condition 'len<sizeof(unsigned long)' is not redundant
linux-grsec-4.9.65/arch/arm/kvm/mmio.c:110:14: note: Shift
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:503:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:536:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:553:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:587:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:590:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:854:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:872:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:216:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:245:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:272:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:307:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:319:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:337:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:355:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:370:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:433:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:450:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:467:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:488:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:546:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:578:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:612:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:649:22: error: Expression 'addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:1105:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:1131:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:1155:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:1184:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:692:38: portability: 'from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:692:50: portability: 'from+virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kvm/mmu.c:722:52: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/kvm/psci.c:130:16: style: The scope of the variable 'mpidr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/lib/uaccess_with_memcpy.c:124:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/lib/uaccess_with_memcpy.c:125:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/lib/uaccess_with_memcpy.c:190:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/lib/xor-neon.c:17:0: error: #error You should compile this file with '-mfloat-abi=softfp -mfpu=neon' [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/arm/mach-alpine/alpine_cpu_pm.c:56:11: style: The scope of the variable 'watermark' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:255:2: style: Variable 'syscon_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:251:0: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:255:2: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:300:2: style: Variable 'syscon_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:296:0: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-bcm/platsmp-brcmstb.c:300:2: note: Variable 'syscon_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-cns3xxx/pcie.c:288:19: style: Variable 'private_data' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-davinci/aemif.c:49:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-davinci/aemif.c:55:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-davinci/aemif.c:132:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-davinci/aemif.c:135:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:1449:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:1448:30: note: Assignment 'ret=da850_evm_init_cpufreq()', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:1449:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:341:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:446:27: style: The scope of the variable 'button' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/board-da850-evm.c:663:19: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/board-dm365-evm.c:595:6: style: Condition '!have_leds()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-davinci/clock.c:439:2: style: Variable 'rate' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-davinci/clock.c:436:0: note: Variable 'rate' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-davinci/clock.c:439:2: note: Variable 'rate' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-davinci/cpuidle.c:41:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-davinci/cpuidle.c:43:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-davinci/mux.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/mux.c:39:15: style: The scope of the variable 'reg_orig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/mux.c:39:29: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/mux.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/pm.c:37:63: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-davinci/serial.c:67:31: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-davinci/time.c:448:2: style: Variable 'wdtcr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-davinci/time.c:447:2: note: Variable 'wdtcr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-davinci/time.c:448:2: note: Variable 'wdtcr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-dove/common.c:109:10: style: Variable 'gephy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:217:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:219:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:248:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:264:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:277:33: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:293:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:295:48: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:319:47: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:335:47: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:360:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:375:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:393:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:408:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:425:43: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ebsa110/io.c:435:42: portability: '(void __iomem*)ISAIO_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/clock.c:358:39: style: The scope of the variable 'mclk_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/clock.c:128:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/clock.c:136:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/core.c:169:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/core.c:964:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-ep93xx/core.c:965:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-exynos/exynos.c:139:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-exynos/mcpm-exynos.c:234:15: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-exynos/suspend.c:327:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-footbridge/dc21285.c:241:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-footbridge/isa-irq.c:121:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-footbridge/isa-irq.c:119:39: style: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-footbridge/common.h:11:39: note: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'.
linux-grsec-4.9.65/arch/arm/mach-footbridge/isa-irq.c:119:39: note: Function 'isa_init_irq' argument 1 names different: declaration 'irq' definition 'host_irq'.
linux-grsec-4.9.65/arch/arm/mach-footbridge/netwinder-hw.c:476:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-footbridge/netwinder-hw.c:492:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-footbridge/netwinder-hw.c:529:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-gemini/gpio.c:53:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-gemini/gpio.c:55:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-hisi/hotplug.c:217:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-hisi/hotplug.c:218:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-hisi/platsmp.c:44:16: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:46:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:47:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:54:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:55:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:56:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:57:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:58:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/cpu.c:59:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-imx/gpc.c:455:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-imx/iomux-mx3.h:106:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-imx/iomux-v3.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:467:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-imx/mach-imx27_visstrim_m10.c:471:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-imx/mach-imx6q.c:235:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-imx/pm-imx5.c:401:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-imx/pm-imx5.c:400:25: note: Assignment 'ret=imx5_cpuidle_init()', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-imx/pm-imx5.c:401:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/arch/arm/mach-imx/pm-imx6.c:581:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/avila-pci.c:51:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/dsmg600-pci.c:49:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/goramo_mlr.c:359:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/ixdp425-pci.c:48:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/ixp4xx_npe.c:641:21: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:54:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/ixp4xx_qmgr.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/miccpt-pci.c:49:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/nas100d-pci.c:46:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/nas100d-setup.c:272:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/nslu2-pci.c:43:13: style: The scope of the variable 'pci_irq_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ixp4xx/nslu2-setup.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:46:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:137:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:138:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:139:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:140:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-ks8695/pci.c:141:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-lpc32xx/serial.c:75:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-mmp/clock.c:94:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-mmp/pm-mmp2.c:121:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-mmp/pm-mmp2.c:136:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-mmp/pm-mmp2.c:244:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-mmp/pm-pxa910.c:141:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-mmp/pm-pxa910.c:159:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-mmp/sram.c:52:26: warning: Possible null pointer dereference: info [nullPointer]
linux-grsec-4.9.65/arch/arm/mach-mmp/sram.c:44:32: note: Assignment 'info=NULL', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-mmp/sram.c:52:26: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/mach-mvebu/pmsu.c:434:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/arm/mach-mxs/mach-mxs.c:67:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-mxs/mach-mxs.c:72:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-mxs/mach-mxs.c:77:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-netx/xc.c:100:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-netx/xc.c:100:20: style: The scope of the variable 'adr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-netx/xc.c:157:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap1/ams-delta-fiq.c:47:12: style: The scope of the variable 'irq_num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/ams-delta-fiq.c:47:21: style: The scope of the variable 'fiq_count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/board-htcherald.c:463:15: style: The scope of the variable 'tries' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/board-sx1.c:95:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-omap1/board-sx1.c:89:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap1/board-sx1.c:95:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap1/clock.c:530:19: style: The scope of the variable 'uclk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/clock.c:772:33: style: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap1/clock.h:183:40: note: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'.
linux-grsec-4.9.65/arch/arm/mach-omap1/clock.c:772:33: note: Function 'propagate_rate' argument 1 names different: declaration 'clk' definition 'tclk'.
linux-grsec-4.9.65/arch/arm/mach-omap1/clock.c:47:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mach-omap1/dma.c:223:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap1/gpio16xx.c:221:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/gpio16xx.c:223:34: style: The scope of the variable 'pdata' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap1/irq.c:194:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:653:9: warning: Either the condition '!arch_clkdm' is redundant or there is possible null pointer dereference: arch_clkdm. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:643:6: note: Assuming that condition '!arch_clkdm' is not redundant
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:653:9: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:777:9: warning: Either the condition '!arch_clkdm' is redundant or there is possible null pointer dereference: arch_clkdm. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:767:6: note: Assuming that condition '!arch_clkdm' is not redundant
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:777:9: note: Null pointer dereference
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:392:48: style: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.h:182:48: note: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'.
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomain.c:392:48: note: Function 'clkdm_register_clkdms' argument 1 names different: declaration 'c' definition 'cs'.
linux-grsec-4.9.65/arch/arm/mach-omap2/clockdomains3xxx_data.c:500:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/cm33xx.c:328:2: style: Variable 'hwsup' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-omap2/cm33xx.c:326:0: note: Variable 'hwsup' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/cm33xx.c:328:2: note: Variable 'hwsup' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/cm_common.c:317:30: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/cm_common.c:355:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:251:6: style: Condition '!offset' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:245:33: note: Assignment 'offset=0?624+400:0?624+400:0?772:0?772:0', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:251:6: note: Condition '!offset' is always true
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:272:6: style: Condition '!offset' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:268:33: note: Assignment 'offset=0?624+404:0?624+404:0', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:272:6: note: Condition '!offset' is always true
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:685:27: style: The scope of the variable 'scm_conf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:687:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:181:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/control.c:194:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/display.c:583:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/display.c:460:8: style: Boolean variable 'lcd_en' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-omap2/display.c:460:38: style: Boolean variable 'lcd3_en' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-omap2/gpmc-onenand.c:97:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap2/gpmc-onenand.c:99:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap2/gpmc-onenand.c:125:27: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap2/gpmc-onenand.c:131:31: portability: 'onenand_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap2/mcbsp.c:67:2: style: Variable 'pdata' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-omap2/mcbsp.c:62:0: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/mcbsp.c:67:2: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:70:46: style: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:291:46: note: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:70:46: note: Function 'omap_mux_read' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:70:61: style: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:291:53: note: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:70:61: note: Function 'omap_mux_read' argument 2 names different: declaration 'mux_offset' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:78:48: style: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:301:48: note: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:78:48: note: Function 'omap_mux_write' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:79:11: style: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:301:64: note: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:79:11: note: Function 'omap_mux_write' argument 3 names different: declaration 'mux_offset' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:87:54: style: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:310:54: note: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:87:54: note: Function 'omap_mux_write_array' argument 1 names different: declaration 'p' definition 'partition'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.c:1041:2: error: Address of auto-variable 'entry->mux' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux34xx.c:2029:50: style: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/mux.h:332:43: note: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'.
linux-grsec-4.9.65/arch/arm/mach-omap2/mux34xx.c:2029:50: note: Function 'omap3_mux_init' argument 1 names different: declaration 'board_mux' definition 'board_subset'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.c:209:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.c:356:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.c:383:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.c:568:31: style: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.h:79:27: note: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_device.c:568:31: note: Function 'omap_device_build_ss' argument 3 names different: declaration 'oh' definition 'ohs'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:1247:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:1244:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:1247:2: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:845:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:956:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:990:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:1375:7: style: The scope of the variable 'clkdm_act' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2349:16: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2556:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2907:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3275:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3472:29: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3496:28: style: The scope of the variable 'os' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3498:41: style: The scope of the variable 'addr_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3334:45: style: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.h:719:45: note: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3334:45: note: Function 'omap_hwmod_setup_one' argument 1 names different: declaration 'name' definition 'oh_name'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3596:43: style: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.h:736:43: note: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:3596:43: note: Function 'omap_hwmod_get_resource_byname' argument 4 names different: declaration 'res' definition 'rsrc'.
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2809:22: portability: '(void*)(*ml)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_hwmod.c:2519:34: error: Uninitialized variable: index [uninitvar]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_phy_internal.c:83:2: style: Variable 'regval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/omap_phy_internal.c:131:2: style: Variable 'regval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm34xx.c:203:2: style: Variable 'mpu_next_state' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm34xx.c:197:0: note: Variable 'mpu_next_state' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/pm34xx.c:203:2: note: Variable 'mpu_next_state' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-omap2/pm34xx.c:200:6: style: The scope of the variable 'per_going_off' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:278:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:277:24: note: Assignment 'ret=omap4_mpuss_init()', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:278:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:191:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:192:22: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/pm44xx.c:192:29: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:163:25: style: The scope of the variable 'trace_state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:297:53: style: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.h:203:53: note: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:297:53: note: Function 'pwrdm_register_platform_funcs' argument 1 names different: declaration 'custom_funcs' definition 'po'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:320:48: style: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.h:204:48: note: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:320:48: note: Function 'pwrdm_register_pwrdms' argument 1 names different: declaration 'pwrdm_list' definition 'ps'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:1084:56: style: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.h:249:63: note: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:1084:56: note: Function 'omap_set_pwrdm_state' argument 2 names different: declaration 'state' definition 'pwrst'.
linux-grsec-4.9.65/arch/arm/mach-omap2/powerdomain.c:186:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:31:48: style: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:29:55: note: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:31:48: note: Function 'omap4_prcm_mpu_read_inst_reg' argument 2 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:36:59: style: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:30:66: note: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:36:59: note: Function 'omap4_prcm_mpu_write_inst_reg' argument 3 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:41:72: style: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu_44xx_54xx.h:32:14: note: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm_mpu44xx.c:41:72: note: Function 'omap4_prcm_mpu_rmw_inst_reg_bits' argument 4 names different: declaration 'idx' definition 'reg'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prm2xxx_3xxx.c:86:23: style: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm2xxx_3xxx.h:107:23: note: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prm2xxx_3xxx.c:86:23: note: Function 'omap2_prm_deassert_hardreset' argument 5 names different: declaration 'reset_offset' definition 'rst_offset'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prm3xxx.c:707:7: style: The scope of the variable 'irq_num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:759:30: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:804:36: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:805:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:173:40: style: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/prcm-common.h:552:47: note: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prm_common.c:173:40: note: Function 'omap_prcm_event_to_irq' argument 1 names different: declaration 'event' definition 'name'.
linux-grsec-4.9.65/arch/arm/mach-omap2/prminst44xx.c:194:6: style: Variable 'v' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/sr_device.c:64:17: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-omap2/timer.c:204:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/timer.c:237:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/usb-musb.c:61:56: style: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/usb.h:63:56: note: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'.
linux-grsec-4.9.65/arch/arm/mach-omap2/usb-musb.c:61:56: note: Function 'usb_musb_init' argument 1 names different: declaration 'board_data' definition 'musb_board_data'.
linux-grsec-4.9.65/arch/arm/mach-omap2/voltage.c:336:25: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-omap2/voltage.c:334:41: style: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-omap2/voltage.h:168:41: note: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'.
linux-grsec-4.9.65/arch/arm/mach-omap2/voltage.c:334:41: note: Function 'voltdm_init' argument 1 names different: declaration 'voltdm_list' definition 'voltdms'.
linux-grsec-4.9.65/arch/arm/mach-orion5x/kurobox_pro-setup.c:189:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-orion5x/pci.c:281:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-orion5x/pci.c:305:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-orion5x/terastation_pro2-setup.c:168:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-orion5x/ts78xx-setup.c:610:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-orion5x/ts78xx-setup.c:609:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-orion5x/ts78xx-setup.c:610:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-orion5x/ts78xx-setup.c:124:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-orion5x/ts78xx-fpga.h:21:14: error: Signed integer overflow for expression '(16777215<<8)+1'. [integerOverflow]
linux-grsec-4.9.65/arch/arm/mach-pxa/balloon3.c:506:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/irq.c:96:11: style: The scope of the variable 'icip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/irq.c:96:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/irq.c:166:30: portability: 'irq_base(0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-pxa/irq.c:117:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-pxa/irq.c:131:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-pxa/magician.c:531:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-pxa/magician.c:529:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-pxa/magician.c:531:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-pxa/magician.c:883:6: style: The scope of the variable 'lcd_select' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/mfp-pxa2xx.c:138:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/pcm990-baseboard.c:354:7: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-pxa/pm.c:26:41: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/pxa930.c:202:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/pxa930.c:210:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-pxa/viper.c:309:6: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/zeus.c:137:6: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/zylonite_pxa300.c:187:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-pxa/zylonite_pxa320.c:166:9: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-qcom/platsmp.c:322:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-rockchip/platsmp.c:77:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-rockchip/pm.c:315:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-rpc/dma.c:58:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-rpc/dma.c:58:21: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-rpc/irq.c:120:20: style: The scope of the variable 'clr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/bast-irq.c:106:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/bast-irq.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/bast-irq.c:130:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:38:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:406:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/iotiming-s3c2410.c:439:16: style: The scope of the variable 'bankcon' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/iotiming-s3c2412.c:44:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/iotiming-s3c2412.c:178:32: style: The scope of the variable 'bt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-h1940.c:532:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-h1940.c:532:13: style: The scope of the variable 'retries' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:73:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:74:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:81:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:82:16: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:73:7: style: Boolean variable 'old_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:74:7: style: Boolean variable 'cur_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:81:18: style: Boolean variable 'new_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/mach-osiris-dvs.c:82:18: style: Boolean variable 'new_dvs' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/pm-s3c2410.c:61:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/pm-s3c2410.c:77:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec-audio.c:58:41: style: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec.h:20:41: note: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'.
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec-audio.c:58:41: note: Function 'simtec_audio_add' argument 1 names different: declaration 'codec_name' definition 'name'.
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec-audio.c:59:43: style: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec.h:21:43: note: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'.
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec-audio.c:59:43: note: Function 'simtec_audio_add' argument 3 names different: declaration 'pdata' definition 'spd'.
linux-grsec-4.9.65/arch/arm/mach-s3c24xx/simtec-usb.c:78:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.c:232:34: style: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.h:22:27: note: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'.
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.c:232:34: note: Function 's3c64xx_init_irq' argument 1 names different: declaration 'vic0' definition 'vic0_valid'.
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.c:232:50: style: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.h:22:37: note: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'.
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/common.c:232:50: note: Function 's3c64xx_init_irq' argument 2 names different: declaration 'vic1' definition 'vic1_valid'.
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/mach-crag6410-module.c:353:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/mach-smartq.c:104:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s3c64xx/pm.c:64:7: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-s5pv210/pm.c:161:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-sa1100/assabet.c:589:2: style: Variable 'bsr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-sa1100/assabet.c:586:0: note: Variable 'bsr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-sa1100/assabet.c:589:2: note: Variable 'bsr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-sa1100/assabet.c:282:22: style: The scope of the variable 'bcr_state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-sa1100/assabet.c:521:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/mach-sa1100/cerf.c:99:0: error: #error "Undefined flash size for CERF" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/arm/mach-sa1100/clock.c:71:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-sa1100/clock.c:86:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-sa1100/jornada720_ssp.c:89:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-sa1100/lart.c:108:6: style: Condition 'inf' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mach-sa1100/lart.c:93:35: note: Assignment 'inf=NULL', assigned value is 0
linux-grsec-4.9.65/arch/arm/mach-sa1100/lart.c:108:6: note: Condition 'inf' is always false
linux-grsec-4.9.65/arch/arm/mach-sa1100/neponset.c:172:15: style: The scope of the variable 'irr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-sa1100/pci-nanoengine.c:38:52: portability: '(void __iomem*)NANO_PCI_CONFIG_SPACE_VIRT' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-sa1100/simpad.c:138:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm/mach-shmobile/platsmp-apmu.c:41:29: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-shmobile/platsmp-apmu.c:44:25: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-shmobile/platsmp-apmu.c:53:22: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-shmobile/platsmp-apmu.c:62:25: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-socfpga/ocram.c:109:43: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-socfpga/ocram.c:112:15: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-socfpga/ocram.c:121:17: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mach-spear/pl080.c:32:40: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mach-spear/time.c:157:48: style: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-spear/time.c:69:48: note: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'.
linux-grsec-4.9.65/arch/arm/mach-spear/time.c:157:48: note: Function 'clockevent_next_event' argument 1 names different: declaration 'evt' definition 'cycles'.
linux-grsec-4.9.65/arch/arm/mach-tegra/reset.c:57:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm/mach-tegra/reset.c:51:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-tegra/reset.c:57:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm/mach-vexpress/spc.c:450:38: style: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/mach-vexpress/spc.h:18:38: note: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'.
linux-grsec-4.9.65/arch/arm/mach-vexpress/spc.c:450:38: note: Function 've_spc_init' argument 1 names different: declaration 'base' definition 'baseaddr'.
linux-grsec-4.9.65/arch/arm/mach-vexpress/spc.c:366:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mach-vexpress/spc.c:318:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mm/alignment.c:874:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:76:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:81:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:105:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:107:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:133:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:134:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:135:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:184:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:279:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:280:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:288:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:409:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:554:51: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:556:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:558:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:560:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:563:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:568:54: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:573:49: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:593:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:618:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:633:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:663:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:666:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:678:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:765:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:910:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:669:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:670:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:680:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mm/cache-l2x0.c:681:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:269:11: style: Condition 'mode==NULL' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:210:15: note: Assignment 'mode=NULL', assigned value is 0
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:269:11: note: Condition 'mode==NULL' is always true
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:269:11: style: Same expression on both sides of '==' because the value of 'mode' and 'NULL' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:210:15: note: 'mode' is assigned value 'NULL' here.
linux-grsec-4.9.65/arch/arm/mm/cache-tauros2.c:269:11: note: Same expression on both sides of '==' because the value of 'mode' and 'NULL' are the same.
linux-grsec-4.9.65/arch/arm/mm/cache-xsc3l2.c:55:25: style: The scope of the variable 'set_way' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/cache-xsc3l2.c:165:25: style: The scope of the variable 'set_way' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/dma-mapping.c:291:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/dma-mapping.c:302:30: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/dma-mapping.c:976:14: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/dma-mapping.c:981:15: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/mm/dump.c:230:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/dump.c:260:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/dump.c:272:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/dump.c:290:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/dump.c:307:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/fault.c:553:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mm/fault.c:586:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/mm/highmem.c:105:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/highmem.c:105:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/idmap.c:74:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/mm/idmap.c:96:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/mm/init.c:56:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/init.c:365:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/ioremap.c:50:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/ioremap.c:72:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmap.c:59:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmap.c:110:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:990:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:1051:20: style: The scope of the variable 'vm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:1052:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:765:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:790:38: error: Expression 'pmd++,addr+=SECTION_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:824:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/mm/mmu.c:839:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat-macros:320:10: style: The scope of the variable 'negCount' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat-macros:562:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:222:10: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:393:10: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:970:10: style: The scope of the variable 'aSign' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'aSig64' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'bSig64' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1353:0: style: The scope of the variable 'q64' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1455:0: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1455:0: style: The scope of the variable 'term' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1865:10: style: The scope of the variable 'aSign' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:1362:13: style: Variable 'bSign' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/nwfpe/softfloat.c:2258:13: style: Variable 'bSign' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/arm/plat-omap/counter_32k.c:92:26: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-omap/counter_32k.c:94:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-omap/counter_32k.c:96:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-omap/dmtimer.c:366:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-omap/i2c.c:100:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-orion/mpp.c:23:17: portability: 'dev_bus' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:57:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:62:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:67:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:72:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:77:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:86:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:89:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:103:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:105:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:115:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:135:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:136:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:137:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:141:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:142:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:143:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:146:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:147:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:148:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:157:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:158:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:162:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:176:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:177:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:178:45: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:194:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:198:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:203:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:205:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:215:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:217:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:234:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:236:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:240:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:253:23: portability: 'wa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:275:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:278:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:280:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:280:41: portability: 'base+6396' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:282:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-orion/pcie.c:282:41: portability: 'base+6396' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-pxa/mfp.c:246:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-pxa/mfp.c:247:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1227:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1242:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1258:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1260:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1296:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:1297:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:778:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:804:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-samsung/gpio-samsung.c:840:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/plat-samsung/pm-check.c:25:0: error: #error CONFIG_SAMSUNG_PM_CHECK_CHUNKSIZE must be a positive non-zero value [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/arm/plat-samsung/pm-gpio.c:331:28: style: The scope of the variable 'ourchip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/plat-samsung/pm-gpio.c:371:28: style: The scope of the variable 'ourchip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:61:45: style: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.h:56:45: note: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:61:45: note: Function 'simulate_bbl' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:73:46: style: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.h:58:46: note: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:73:46: note: Function 'simulate_blx1' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:84:48: style: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.h:60:48: note: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:84:48: note: Function 'simulate_blx2bx' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:99:45: style: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.h:62:45: note: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:99:45: note: Function 'simulate_mrs' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:107:50: style: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/arm/probes/decode-arm.h:64:50: note: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/decode-arm.c:107:50: note: Function 'simulate_mov_ipsp' argument 1 names different: declaration 'opcode' definition 'insn'.
linux-grsec-4.9.65/arch/arm/probes/kprobes/actions-thumb.c:610:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:1415:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:1417:2: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:1415:2: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:564:20: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:604:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/probes/kprobes/test-core.c:660:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm/probes/uprobes/core.c:120:29: portability: 'xol_page_kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/vdso/vgettimeofday.c:29:0: error: #error This code depends on AEABI system call conventions [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/arm/vfp/vfpdouble.c:397:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpdouble.c:407:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpdouble.c:1177:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/vfp/vfpmodule.c:269:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpmodule.c:270:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpsingle.c:441:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpsingle.c:451:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm/vfp/vfpsingle.c:1217:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/arm/xen/enlighten.c:238:26: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm/xen/p2m.c:65:24: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/alternative.c:50:27: portability: '(void*)&(alt)->alt_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/alternative.c:125:13: portability: '(void*)&(alt)->orig_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/alternative.c:126:13: portability: '(void*)&(alt)->alt_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/alternative.c:176:16: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/cacheinfo.c:87:15: style: The scope of the variable 'ctype' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/cacheinfo.c:69:48: style: Boolean variable 'is_icache' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/arm64/kernel/hibernate.c:152:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/hibernate.c:361:50: error: Expression 'dst_pte++,src_pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/kernel/hibernate.c:394:44: error: Expression 'dst_pmd++,src_pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/kernel/hibernate.c:427:44: error: Expression 'dst_pud++,src_pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/kernel/hibernate.c:446:44: error: Expression 'dst_pgd++,src_pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/kernel/hw_breakpoint.c:205:22: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/insn.c:136:2: style: Variable 'waddr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/arm64/kernel/insn.c:131:0: note: Variable 'waddr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm64/kernel/insn.c:136:2: note: Variable 'waddr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/arm64/kernel/insn.c:234:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/insn.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:31:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:32:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:38:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:39:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:45:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:46:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:60:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:61:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:67:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:68:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:74:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:75:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:94:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:100:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/io.c:106:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/kgdb.c:118:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/kgdb.c:131:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/module-plts.c:50:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/arm64/kernel/module-plts.c:177:35: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/module.c:212:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/module.c:413:36: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/probes/kprobes.c:236:16: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kernel/probes/simulate-insn.c:71:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm64/kernel/probes/simulate-insn.c:79:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm64/kernel/probes/simulate-insn.c:86:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm64/kernel/probes/simulate-insn.c:94:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm64/kernel/probes/simulate-insn.c:126:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/arm64/kernel/signal.c:191:7: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/signal.c:201:7: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/kernel/signal32.c:64:7: style: struct member 'compat_ucontext::__unused' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/arm64/kernel/sys_compat.c:34:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/kvm/guest.c:69:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/arch/arm64/kvm/guest.c:88:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/arch/arm64/kvm/sys_regs.c:2240:23: error: Uninitialized variable: clidr [uninitvar]
linux-grsec-4.9.65/arch/arm64/kvm/sys_regs.c:2241:17: error: Uninitialized struct member: clidr.val [uninitStructMember]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:234:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:235:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:251:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:252:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:283:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:284:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:297:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dma-mapping.c:298:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dump.c:207:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dump.c:246:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dump.c:258:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dump.c:275:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/dump.c:294:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/fault.c:212:27: style: The scope of the variable 'inf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/fault.c:236:27: style: The scope of the variable 'inf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/hugetlbpage.c:226:9: style: The scope of the variable 'cpte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/init.c:361:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/arm64/mm/kasan_init.c:43:29: error: Expression 'pte++,addr=next,addr!=end&&pte_none(*pte)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/kasan_init.c:60:29: error: Expression 'pmd++,addr=next,addr!=end&&pmd_none(*pmd)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/kasan_init.c:77:29: error: Expression 'pud++,addr=next,addr!=end&&pud_none(*pud)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/kasan_init.c:91:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/kasan_init.c:114:27: error: Expression 'pgd++,pgd_new++,pgd!=pgd_end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/mmu.c:120:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/mmu.c:172:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/mmu.c:236:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/mmu.c:267:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/arm64/mm/mmu.c:702:33: portability: '(void*)dt_virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/arm64/mm/numa.c:421:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/module.c:90:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/kernel/module.c:91:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/kernel/module.c:108:22: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/kernel/module.c:163:38: portability: '(void*)dstsec->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:160:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:240:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:241:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:242:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:243:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:244:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:246:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:247:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:248:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:249:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:250:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:251:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:252:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:253:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:254:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/process.c:255:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/avr32/kernel/ptrace.c:237:17: style: The scope of the variable 'trampoline_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:248:16: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:472:11: style: The scope of the variable 'bootmap_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:473:16: style: The scope of the variable 'first_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:473:27: style: The scope of the variable 'bootmap_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:473:40: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:474:16: style: The scope of the variable 'max_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/kernel/setup.c:474:25: style: The scope of the variable 'max_low_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:131:16: style: The scope of the variable 'mul' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:138:16: style: The scope of the variable 'pll_in' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:204:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:371:53: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:539:42: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:197:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:208:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:218:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:222:13: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:233:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:241:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:260:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:273:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:283:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:348:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:353:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:361:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:374:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:398:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:409:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:414:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:422:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:435:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:440:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:448:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:461:9: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:466:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:474:10: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:516:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:521:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:529:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:542:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:557:3: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:569:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:583:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:596:12: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2281:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2289:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2291:6: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2332:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2333:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2334:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:2335:2: portability: '(void __iomem __force*)PM_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/at32ap700x.c:475:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/extint.c:151:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pio.c:394:2: style: Variable 'pio' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pio.c:389:0: note: Variable 'pio' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pio.c:394:2: note: Variable 'pio' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:130:15: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:133:3: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:152:15: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:155:3: portability: '(void __iomem __force*)SDRAMC_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:226:31: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mach-at32ap/pm.c:227:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/avr32/mm/tlb.c:223:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/oprofile/op_model_avr32.c:102:17: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/avr32/oprofile/op_model_avr32.c:131:29: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/bfin_dma.c:566:19: portability: 'pdst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/kernel/bfin_dma.c:566:32: portability: 'psrc' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/kernel/bfin_gpio.c:61:0: error: #error no gpio arrays defined [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/blackfin/kernel/cplbinfo.c:167:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/blackfin/kernel/cplbinfo.c:158:36: style: The scope of the variable 'cpu_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/cplbinfo.c:88:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/blackfin/kernel/cplbinfo.c:130:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:302:3: style: Variable '_buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:299:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:302:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:305:3: style: Variable '_buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:302:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:305:3: note: Variable '_buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:847:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:803:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:847:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1532:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1521:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1532:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1559:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1532:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1559:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1778:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1559:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1778:2: note: Variable 'parent' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/kernel/debug-mmrs.c:1778:11: style: Variable 'parent' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/blackfin/kernel/ipipe.c:190:35: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/kgdb.c:366:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/module.c:158:16: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/module.c:241:27: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/kernel/process.c:145:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/ptrace.c:386:2: warning: Label 'case_default' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
linux-grsec-4.9.65/arch/blackfin/kernel/ptrace.c:65:28: portability: 'reg_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/kernel/ptrace.c:106:25: portability: 'reg_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/kernel/setup.c:303:16: style: The scope of the variable 'current_type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/shadow_console.c:28:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/time-ts.c:394:0: error: #error at least one clock event device is required [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/blackfin/kernel/trace.c:784:43: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/kernel/trace.c:805:10: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/blackfin/lib/ashrdi3.c:27:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/blackfin/mach-bf538/ext-gpio.c:21:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mach-bf538/ext-gpio.c:22:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mach-bf538/ext-gpio.c:23:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mach-bf538/ext-gpio.c:24:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mach-bf538/ext-gpio.c:25:1: portability: 'port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mach-bf609/clock.c:186:16: style: The scope of the variable 'drate' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/mach-bf609/clock.c:215:16: style: The scope of the variable 'drate' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/mach-bf609/clock.c:397:14: style: The scope of the variable 'clkp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/blackfin/mach-bf609/pm.c:326:6: style: Unused variable: irq [unusedVariable]
linux-grsec-4.9.65/arch/blackfin/mach-common/arch_checks.c:47:0: error: #error "The kernel load address is too high; keep it below 10meg for safety" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:123:22: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:155:30: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:162:39: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:171:32: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:175:36: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:176:35: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:180:22: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/isram-driver.c:190:20: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:769:2: style: Variable 'lsl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:766:0: note: Variable 'lsl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:769:2: note: Variable 'lsl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:274:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:85:88: portability: '(void*)get_l1_scratch_start_cpu(cpu)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:304:16: portability: 'pslot->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:388:42: portability: 'plast->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/blackfin/mm/sram-alloc.c:397:28: portability: 'plast->paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/kernel/module.c:53:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/kernel/module.c:64:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/kernel/setup.c:99:29: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/kernel/traps.c:270:15: style: The scope of the variable 'iexcept_num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/kernel/traps.c:318:15: style: The scope of the variable 'type_num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/kernel/traps.c:357:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/lib/checksum.c:23:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/lib/checksum.c:23:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/platforms/cache.c:225:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/c6x/platforms/cache.c:239:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/c6x/platforms/cache.c:299:9: style: Variable 'ccfg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:350:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:399:21: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:401:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:474:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:474:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:530:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:292:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:304:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:339:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/c6x/platforms/dscr.c:102:9: style: struct member 'dscr_ops::init' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/c6x/platforms/emif.c:50:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/megamod-pic.c:100:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/megamod-pic.c:102:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/megamod-pic.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/c6x/platforms/pll.c:351:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/axisflashmap.c:293:47: portability: '(void*)ptable_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/axisflashmap.c:293:70: portability: '(void*)ptable_head+sizeof(*ptable_head)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/eeprom.c:78:7: style: struct member 'eeprom_type::retry_cnt_read' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:571:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:569:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:571:4: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:143:44: style: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:52:44: note: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/gpio.c:143:44: note: Function 'gpio_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/sync_serial.c:981:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/sync_serial.c:656:51: style: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/sync_serial.c:159:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v10/drivers/sync_serial.c:656:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/debugport.c:381:8: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/fasttimer.c:367:29: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/fasttimer.c:368:17: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/irq.c:169:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:426:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:480:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:481:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:528:6: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:669:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:601:60: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/kgdb.c:641:53: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
linux-grsec-4.9.65/arch/cris/arch-v10/kernel/ptrace.c:132:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/axisflashmap.c:312:14: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/axisflashmap.c:418:47: portability: '(void*)ptable_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/axisflashmap.c:418:70: portability: '(void*)ptable_head+sizeof(*ptable_head)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:384:2: style: Variable 'cdesc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:370:0: note: Variable 'cdesc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:384:2: note: Variable 'cdesc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:1592:2: style: Variable 'sess' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:1581:0: note: Variable 'sess' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:1592:2: note: Variable 'sess' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:2435:6: style: The scope of the variable 'tmplen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:3130:30: style: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:219:42: note: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:3130:30: note: Function 'cryptocop_ioctl' argument 1 names different: declaration 'file' definition 'filp'.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:812:83: portability: 'iop_alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:812:85: portability: 'iop_alloc_ptr+31' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:2269:85: portability: 'iop_alloc_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:2269:87: portability: 'iop_alloc_ptr+31' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/cryptocop.c:2941:14: style: Variable 'spdl_err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/iop_fw_load.c:23:0: error: #error "This driver is broken with regard to its driver core usage." [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/sync_serial.c:558:51: style: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/sync_serial.c:181:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v32/drivers/sync_serial.c:558:51: note: Function 'sync_serial_poll' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/irq.c:417:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:641:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:666:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:712:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:713:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:764:6: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:846:10: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:846:14: style: The scope of the variable 'trig_bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:846:29: style: The scope of the variable 'rw_bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:847:7: style: The scope of the variable 'trig_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:1520:24: style: Unused variable: intr_mask [unusedVariable]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/kgdb.c:1521:23: style: Unused variable: ser_intr_mask [unusedVariable]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/ptrace.c:138:8: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/signal.c:426:15: style: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/signal.c:50:20: note: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'.
linux-grsec-4.9.65/arch/cris/arch-v32/kernel/signal.c:426:15: note: Function 'do_signal' argument 1 names different: declaration 'restart' definition 'canrestart'.
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:540:2: style: Variable 'masked_intr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:526:0: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:540:2: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:596:2: style: Variable 'masked_intr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:582:0: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/arbiter.c:596:2: note: Variable 'masked_intr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/cris/arch-v32/mach-a3/dma.c:71:0: error: #error Check dma.c [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/cris/arch-v32/mach-fs/dma.c:73:0: error: #error Check dma.c [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/cris/boot/compressed/misc.c:203:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/cris/boot/compressed/misc.c:219:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/cris/boot/compressed/misc.c:108:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/cris/boot/compressed/misc.c:219:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/cris/boot/tools/build.c:71:21: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/cris/boot/tools/build.c:82:28: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/cris/boot/tools/build.c:91:21: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/cris/boot/tools/build.c:108:16: style: Unused variable: tmp_int [unusedVariable]
linux-grsec-4.9.65/arch/cris/boot/tools/build.c:109:26: style: Unused variable: tmp_long [unusedVariable]
linux-grsec-4.9.65/arch/cris/kernel/asm-offsets.c:12:0: error: #error One of ARCH v10 and ARCH v32 must be true! [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/cris/kernel/module.c:61:7: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/cris/kernel/stacktrace.c:24:22: style: struct member 'stack_trace_data::trace' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/cris/kernel/stacktrace.c:25:15: style: struct member 'stack_trace_data::no_sched_functions' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/cris/kernel/stacktrace.c:26:15: style: struct member 'stack_trace_data::skip' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/debug-stub.c:157:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/debug-stub.c:84:10: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/frv/kernel/dma.c:460:2: style: Variable 'cctr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/frv/kernel/gdb-io.c:125:3: style: Variable 'ix' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/frv/kernel/gdb-io.c:124:21: note: Variable 'ix' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/frv/kernel/gdb-io.c:125:3: note: Variable 'ix' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/frv/kernel/gdb-io.c:114:15: style: The scope of the variable 'nix' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:1376:3: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:269:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:270:16: style: The scope of the variable 'xmitcsum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:272:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:272:21: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:364:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:365:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:409:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:617:6: style: The scope of the variable 'qty' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:407:48: style: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:215:48: note: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:407:48: note: Function 'hexToInt' argument 2 names different: declaration 'intValue' definition '_value'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:666:43: style: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:216:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:666:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:827:56: style: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:213:49: note: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:827:56: note: Function 'gdbstub_compute_signal' argument 1 names different: declaration 'tbr' definition 'brr'.
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:146:17: style: struct member 'Anonymous0::hsr0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:146:23: style: struct member 'Anonymous0::pcsr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:146:29: style: struct member 'Anonymous0::esr0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:146:35: style: struct member 'Anonymous0::ear0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/gdb-stub.c:146:41: style: struct member 'Anonymous0::epcr0' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/frv/kernel/irq.c:152:0: error: #error dont know external IRQ trigger levels for this setup [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/frv/kernel/process.c:172:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/ptrace.c:259:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1025:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1026:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1027:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1028:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1029:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1030:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/setup.c:1031:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/traps.c:573:6: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/kernel/traps.c:504:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/kernel/traps.c:549:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/frv/lib/checksum.c:147:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/lib/checksum.c:147:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:102:12: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:102:12: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:105:3: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:106:12: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:135:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:135:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:138:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:139:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:139:4: portability: '(volatile void __iomem*)__region_CS1+136' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:145:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:145:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:148:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:149:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:149:4: portability: '(volatile void __iomem*)__region_CS1+136' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:155:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:155:4: portability: '(volatile void __iomem*)__region_CS1+2048' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:158:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mb93090-mb00/pci-vdk.c:159:4: portability: '(volatile void __iomem*)__region_CS1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/frv/mm/mmu-context.c:46:20: style: The scope of the variable '_p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/mm/mmu-context.c:48:11: style: The scope of the variable 'cxn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/frv/mm/pgalloc.c:55:6: style: The scope of the variable 'loop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/h8300/kernel/kgdb.c:45:39: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/h8300/kernel/kgdb.c:50:29: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/h8300/kernel/kgdb.c:69:25: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/h8300/kernel/kgdb.c:73:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/h8300/kernel/process.c:136:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/h8300/kernel/traps.c:118:25: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/h8300/lib/ashrdi3.c:14:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/hexagon/kernel/kgdb.c:95:63: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/hexagon/kernel/kgdb.c:106:36: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/hexagon/kernel/module.c:86:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/kernel/module.c:87:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/kernel/module.c:103:23: portability: 'loc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/hexagon/kernel/process.c:153:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/kernel/smp.c:109:16: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/kernel/smp.c:201:35: portability: '(void*)thread' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/hexagon/kernel/time.c:182:6: style: Condition '!resource' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/hexagon/kernel/time.c:177:30: note: Assignment 'resource=NULL', assigned value is 0
linux-grsec-4.9.65/arch/hexagon/kernel/time.c:182:6: note: Condition '!resource' is always true
linux-grsec-4.9.65/arch/hexagon/kernel/traps.c:158:7: portability: '(void*)fp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/hexagon/lib/checksum.c:101:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/mm/uaccess.c:37:7: style: The scope of the variable 'uncleared' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/hexagon/mm/uaccess.c:45:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:649:24: warning: Possible null pointer dereference: ioc [nullPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:974:25: note: Calling function 'sba_alloc_range', 1st argument 'ioc' value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:649:24: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:956:11: error: Null pointer dereference: ioc [nullPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:956:11: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1003:9: error: Null pointer dereference: ioc [nullPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:953:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1003:9: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1062:36: error: Null pointer dereference: ioc [nullPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1058:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1062:36: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1500:11: error: Null pointer dereference: ioc [nullPointer]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1470:8: note: Assignment 'ioc=NULL', assigned value is 0
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1500:11: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1324:22: style: The scope of the variable 'vcontig_sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1325:16: style: The scope of the variable 'vcontig_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1326:16: style: The scope of the variable 'vcontig_end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1327:22: style: The scope of the variable 'dma_sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1328:16: style: The scope of the variable 'dma_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1328:28: style: The scope of the variable 'dma_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:1771:16: style: The scope of the variable 'rope_config' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/common/sba_iommu.c:990:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/hp/sim/boot/fw-emu.c:127:0: error: #error Not implemented yet... [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/ia64/hp/sim/hpsim_console.c:50:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/sim/simeth.c:429:19: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/sim/simscsi.c:148:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/ia64/hp/sim/simscsi.c:208:7: style: The scope of the variable 'fname' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/sim/simscsi.c:209:9: style: The scope of the variable 'disk_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/sim/simscsi.c:210:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/hp/sim/simserial.c:193:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/acpi.c:774:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/asm-offsets.c:221:0: error: #error "CLONE_SETTLS_BIT incorrect, please fix" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/ia64/kernel/brl_emu.c:18:27: style: struct member 'illegal_op_return::arg2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/brl_emu.c:18:33: style: struct member 'illegal_op_return::arg3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/crash.c:196:6: style: Condition '!kdump_on_init' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/kernel/crash.c:196:24: style: Condition '!kdump_on_fatal_mca' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/kernel/crash.c:217:7: style: Condition 'kdump_on_init' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/kernel/crash.c:224:7: style: Condition 'kdump_on_init' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/kernel/crash.c:229:7: style: Condition 'kdump_on_fatal_mca' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/kernel/crash_dump.c:43:32: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/crash_dump.c:47:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:351:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:477:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:604:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:689:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:722:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:742:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:357:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:360:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:554:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:609:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:612:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:693:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:696:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:726:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:729:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:747:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:752:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:980:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:991:55: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1000:15: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1001:11: portability: 'q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1059:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1062:55: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1079:15: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1080:11: portability: 'q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1182:32: portability: 'efi_map_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:1187:45: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:554:18: style: Variable 'efi_map_end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/efi.c:555:18: style: Variable 'efi_desc_size' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/ftrace.c:115:23: warning: Possible null pointer dereference: old_code [nullPointer]
linux-grsec-4.9.65/arch/ia64/kernel/ftrace.c:169:37: note: Calling function 'ftrace_modify_code', 2nd argument 'old_code' value is 0
linux-grsec-4.9.65/arch/ia64/kernel/ftrace.c:115:23: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/kernel/iosapic.c:293:6: style: The scope of the variable 'rte_index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/iosapic.c:312:6: style: The scope of the variable 'rte_index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/iosapic.c:519:6: style: The scope of the variable 'new_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/iosapic.c:1036:15: style: The scope of the variable 'isa_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/iosapic.c:237:11: style: Variable 'redir' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/irq_ia64.c:109:11: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/kprobes.c:567:17: style: The scope of the variable 'other_kp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:918:25: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:933:19: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:211:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:246:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:247:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:249:15: style: The scope of the variable 'printed_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:1226:24: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca.c:1848:13: style: The scope of the variable 'first_time' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/mca_drv.c:547:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/module.c:793:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/module.c:450:41: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/module.c:547:26: portability: '(void*)plt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/module.c:550:26: portability: '(void*)plt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/module.c:831:40: portability: '(void*)target_sec->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/nr-irqs.c:17:8: style: union member 'paravirt_nr_irqs_max::ia64_native_nr_irqs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:942:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:961:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:297:14: style: The scope of the variable 'sep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:298:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:777:13: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:50:25: style: struct member 'palinfo_entry_t::entry' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:535:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:537:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:543:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:545:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:619:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:620:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/palinfo.c:621:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/ia64/kernel/patch.c:126:11: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/patch.c:146:7: style: The scope of the variable 'wp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:113:3: warning: Either the condition 'task==NULL' is redundant or there is possible null pointer dereference: task. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:112:65: note: Assuming that condition 'task==NULL' is not redundant
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:113:3: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:118:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:119:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/perfmon_default_smpl.c:187:20: portability: 'cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/process.c:446:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:95:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:98:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:99:9: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:134:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:137:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:138:18: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:176:16: style: The scope of the variable 'w0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:317:16: style: The scope of the variable 'cfm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:405:34: style: The scope of the variable 'regnum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:405:62: style: The scope of the variable 'rnat_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:467:34: style: The scope of the variable 'regnum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:540:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:560:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1280:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1694:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1694:13: style: The scope of the variable 'min_copy' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1694:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1751:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1751:13: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1751:20: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1290:25: portability: '(void*)&pt->r2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1303:25: portability: '(void*)&pt->r8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/ptrace.c:1307:26: portability: '(void*)&pt->r12' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/salinfo.c:216:29: style: The scope of the variable 'data_saved' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/salinfo.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/salinfo.c:62:25: style: struct member 'salinfo_entry_t::entry' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/setup.c:953:22: portability: 'cpu_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/setup.c:837:27: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/ia64/kernel/setup.c:793:13: style: struct member 'Anonymous2::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/signal.c:288:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:194:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:219:25: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:219:29: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:219:33: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:279:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:279:17: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:279:22: style: The scope of the variable 'adjust_latency' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:279:42: style: The scope of the variable 'done' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:280:46: style: The scope of the variable 'bound' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:509:6: style: The scope of the variable 'sapicid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/smpboot.c:314:13: style: Variable 'bound' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/time.c:272:3: style: Variable 'itc_drift' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/topology.c:188:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/ia64/kernel/topology.c:236:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/ia64/kernel/topology.c:356:21: style: The scope of the variable 'this_object' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:50:13: style: The scope of the variable 'die_counter' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:301:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:435:14: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:392:21: style: struct member 'illegal_op_return::arg1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:392:27: style: struct member 'illegal_op_return::arg2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/traps.c:392:33: style: struct member 'illegal_op_return::arg3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:520:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:581:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:309:40: portability: '(void*)current' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:382:40: portability: '(void*)current' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:166:17: style: struct member 'load_store_t::qp' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:171:17: style: struct member 'load_store_t::hint' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:176:18: style: struct member 'load_store_t::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/ia64/kernel/unaligned.c:549:25: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:287:18: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:747:23: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:770:17: style: The scope of the variable 'kind' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:69:12: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:270:20: style: The scope of the variable 'byte1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:270:27: style: The scope of the variable 'byte2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:271:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:391:12: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind_decoder.c:391:15: style: The scope of the variable 'ecount' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:1268:30: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:1503:24: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/kernel/unwind.c:2190:9: style: The scope of the variable 'info_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/lib/io.c:16:22: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/lib/io.c:31:20: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/lib/io.c:47:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/ia64/mm/contig.c:236:16: style: Unused variable: max_dma [unusedVariable]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:288:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:445:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:445:11: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:506:16: style: The scope of the variable 'pernodesize' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:507:8: style: The scope of the variable 'pernode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:625:16: style: The scope of the variable 'rs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:625:20: style: The scope of the variable 're' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/discontig.c:695:16: style: The scope of the variable 'pfn_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/fault.c:148:0: error: #error File is out of sync with <linux/mm.h>.  Please update. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/ia64/mm/hugetlbpage.c:33:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/hugetlbpage.c:51:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/hugetlbpage.c:52:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/ioremap.c:38:20: style: The scope of the variable 'area' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/ioremap.c:39:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/tlb.c:73:16: style: The scope of the variable 'flush_bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/mm/tlb.c:342:19: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/pci/fixup.c:32:18: style: The scope of the variable 'bridge' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/pci/pci.c:238:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/pci/pci.c:239:33: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/bte_error.c:41:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/bte_error.c:138:20: style: The scope of the variable 'bte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/bte_error.c:179:16: style: The scope of the variable 'notify' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/huberror.c:172:4: style: Variable 'num_errors' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_acpi_init.c:306:15: style: The scope of the variable 'devfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_acpi_init.c:307:6: style: The scope of the variable 'function' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_acpi_init.c:308:6: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_acpi_init.c:432:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_acpi_init.c:472:25: style: The scope of the variable 'prom_bussoft_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_common.c:519:25: style: The scope of the variable 'bussoft' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/io_init.c:273:25: style: The scope of the variable 'prom_bussoft_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/setup.c:217:6: style: The scope of the variable 'cnode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/setup.c:570:37: style: The scope of the variable 'set_cpu0_number' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/setup.c:682:7: style: Variable 'buddy_nasid' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:176:16: style: Condition 'flush_opt>2' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:174:48: note: Assignment 'flush_opt=sn2_flush_opt', assigned value is 0
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:176:16: note: Condition 'flush_opt>2' is always false
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:214:16: style: Condition 'flush_opt==2' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:174:48: note: Assignment 'flush_opt=sn2_flush_opt', assigned value is 0
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn2_smp.c:214:16: note: Condition 'flush_opt==2' is always false
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:6: style: The scope of the variable 'this_rack' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:17: style: The scope of the variable 'this_bay' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:27: style: The scope of the variable 'this_slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:112:38: style: The scope of the variable 'this_slab' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:188:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:190:6: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:379:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:380:6: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:381:6: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:383:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:386:7: style: The scope of the variable 'slice' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:387:23: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:388:30: style: The scope of the variable 'ptdata' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:389:32: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:400:6: style: The scope of the variable 'nasid_msb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/sn2/sn_hwperf.c:943:19: style: The scope of the variable 'seq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/tiocx.c:112:29: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/tiocx.c:307:6: style: The scope of the variable 'widget' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/kernel/tiocx.c:464:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/ia64/sn/kernel/tiocx.c:374:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/kernel/tiocx.c:531:5: style: Variable 'found_tiocx_device' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/pci/pci_dma.c:275:16: style: The scope of the variable 'phys_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_ate.c:164:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_dma.c:244:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_provider.c:116:20: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_provider.c:120:33: style: The scope of the variable 'common' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_provider.c:200:22: style: The scope of the variable 'pcibus_info' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_provider.c:218:22: style: The scope of the variable 'pcibus_info' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_provider.c:85:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:28:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:30:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:28:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:48:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:50:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:48:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:71:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:74:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:71:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:101:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:104:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:101:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:126:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:128:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:126:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:146:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:148:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:146:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:170:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:172:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:170:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:199:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:201:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:199:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:222:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:225:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:222:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:247:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:249:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:247:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:267:54: warning: Either the condition 'if(pcibus_info)' is redundant or there is possible null pointer dereference: pcibus_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:270:5: note: Assuming that condition 'if(pcibus_info)' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/pcibr/pcibr_reg.c:267:54: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/tioca_provider.c:484:10: warning: Either the condition 'map==NULL' is redundant or there is possible null pointer dereference: map. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/ia64/sn/pci/tioca_provider.c:487:13: note: Assuming that condition 'map==NULL' is not redundant
linux-grsec-4.9.65/arch/ia64/sn/pci/tioca_provider.c:484:10: note: Null pointer dereference
linux-grsec-4.9.65/arch/ia64/sn/pci/tioce_provider.c:461:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/ia64/sn/pci/tioce_provider.c:409:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/sn/pci/tioce_provider.c:777:7: style: Variable 'ps' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/ia64/uv/kernel/setup.c:66:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/boot/compressed/misc.c:66:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m32r/boot/compressed/misc.c:23:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/m32r/boot/compressed/misc.c:66:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/m32r/kernel/align.c:500:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m32r/kernel/align.c:535:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:81:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:86:6: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:103:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:105:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:108:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:112:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:115:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:120:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:127:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:131:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:135:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:138:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:142:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:152:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:162:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:167:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:174:8: style: Redundant pointer operation on 'hlocation' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:184:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:194:8: style: Redundant pointer operation on 'location' - it's already a pointer. [redundantPointerOp]
linux-grsec-4.9.65/arch/m32r/kernel/module.c:93:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/kernel/process.c:100:0: error: #error unknown isa configuration [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/m32r/kernel/ptrace.c:260:16: style: The scope of the variable 'disp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/smp.c:252:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/smp.c:322:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/smp.c:748:14: style: The scope of the variable 'phys_id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/smpboot.c:369:16: style: The scope of the variable 'bogosum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/kernel/time.c:102:0: error: #error no chip configuration [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/m32r/kernel/traps.c:127:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/lib/csum_partial_copy.c:52:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/lib/csum_partial_copy.c:52:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/lib/delay.c:111:0: error: #error unknown isa configuration [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/m32r/lib/libgcc.h:15:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/m32r/mm/cache.c:42:0: error: #error Unknown cache type. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/m32r/mm/discontig.c:42:16: style: The scope of the variable 'ul' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/mm/discontig.c:73:16: style: The scope of the variable 'bootmap_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/mm/discontig.c:74:16: style: The scope of the variable 'min_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/mm/discontig.c:135:16: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/mm/discontig.c:135:21: style: The scope of the variable 'start_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/platforms/m32104ut/io.c:254:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/m32104ut/io.c:285:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/m32104ut/io.c:296:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/m32700ut/io.c:352:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/m32700ut/io.c:383:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/m32700ut/io.c:394:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi/io.c:289:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi/io.c:313:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi/io.c:324:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi2/io.c:344:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi2/io.c:371:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi2/io.c:382:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi3/io.c:365:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi3/io.c:393:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/mappi3/io.c:404:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:39:42: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:47:34: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:55:45: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:60:35: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:66:36: portability: 'portp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:200:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:216:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/oaks32r/io.c:227:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/opsput/io.c:352:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/opsput/io.c:383:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/opsput/io.c:394:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:165:18: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:190:17: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:205:18: style: The scope of the variable 'portp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:198:31: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:213:32: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m32r/platforms/usrv/io.c:224:30: style: Variable 'portp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/68000/m68EZ328.c:58:18: style: Unused variable: p [unusedVariable]
linux-grsec-4.9.65/arch/m68k/amiga/config.c:559:1: style: Label 'jmp_addr_label040' is not used. [unusedLabel]
linux-grsec-4.9.65/arch/m68k/amiga/config.c:570:2: style: Label 'jmp_addr_label' is not used. [unusedLabel]
linux-grsec-4.9.65/arch/m68k/amiga/config.c:469:51: style: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/amiga/config.c:95:44: note: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/amiga/config.c:469:51: note: Function 'amiga_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/amiga/config.c:611:69: style: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/amiga/config.c:103:69: note: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-grsec-4.9.65/arch/m68k/amiga/config.c:611:69: note: Function 'amiga_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-grsec-4.9.65/arch/m68k/amiga/pcmcia.c:44:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/amiga/pcmcia.c:33:6: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/apollo/config.c:182:2: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/m68k/apollo/config.c:181:2: note: Variable 'x' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/apollo/config.c:182:2: note: Variable 'x' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/apollo/config.c:187:34: style: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/apollo/config.c:29:41: note: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/apollo/config.c:187:34: note: Function 'dn_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/apollo/config.c:182:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:370:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:376:27: error: Shifting 32-bit value by 32 bits is undefined behaviour [shiftTooManyBits]
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:369:2: note: After for loop, i has value 32
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:376:27: note: Shift
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:376:27: error: Signed integer overflow for expression '1<<i'. [integerOverflow]
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:369:2: note: After for loop, i has value 32
linux-grsec-4.9.65/arch/m68k/atari/ataints.c:376:27: note: Integer overflow
linux-grsec-4.9.65/arch/m68k/atari/atasound.c:60:6: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/atari/config.c:547:2: style: Label 'jmp_addr_label040' is not used. [unusedLabel]
linux-grsec-4.9.65/arch/m68k/atari/config.c:625:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/atari/stram.c:145:30: portability: 'virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/m68k/atari/time.c:109:15: style: The scope of the variable 'year' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:320:29: style: The scope of the variable 'rtc_tenms' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:323:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:324:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:179:41: style: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:41:47: note: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/bvme6000/config.c:179:41: note: Function 'bvme6000_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/coldfire/intc-5272.c:163:11: style: The scope of the variable 'edge' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:198:2: style: Variable 'v' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:197:2: note: Variable 'v' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:198:2: note: Variable 'v' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:575:6: style: The scope of the variable 'divider' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:554:21: error: Shifting 32-bit value by 32768 bits is undefined behaviour [shiftTooManyBits]
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:543:9: note: Assignment 'div=1<<15', assigned value is 32768
linux-grsec-4.9.65/arch/m68k/coldfire/m53xx.c:554:21: note: Shift
linux-grsec-4.9.65/arch/m68k/emu/natfeat.c:61:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/emu/nfblock.c:137:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/m68k/emu/nfblock.c:67:11: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/emu/nfcon.c:39:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/kernel/process.c:259:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/kernel/traps.c:999:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/kernel/uboot.c:72:14: style: Variable 'uboot_kbd' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/kernel/uboot.c:73:23: style: Variable 'uboot_initrd_start' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/kernel/uboot.c:74:21: style: Variable 'uboot_initrd_end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/lib/ashrdi3.c:50:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/m68k/mac/macboing.c:274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mac/misc.c:229:12: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mac/misc.c:530:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mac/misc.c:658:21: style: Variable 'wday' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/mac/misc.c:678:9: style: Variable 'yday' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/mac/misc.c:236:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mac/via.c:498:6: style: The scope of the variable 'slot_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/kmap.c:110:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/kmap.c:111:9: style: The scope of the variable 'pmd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/kmap.c:250:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/kmap.c:299:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/kmap.c:300:9: style: The scope of the variable 'pmd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/mcfmmu.c:38:9: style: The scope of the variable 'pg_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/mcfmmu.c:55:17: style: Variable 'bootmem_end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/mm/motorola.c:112:9: style: The scope of the variable 'pgd_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/motorola.c:210:28: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mm/sun3mmu.c:39:10: style: The scope of the variable 'pg_table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mvme147/config.c:115:40: style: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/mvme147/config.c:40:46: note: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/mvme147/config.c:115:40: note: Function 'mvme147_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:331:25: style: The scope of the variable 'uc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:331:30: style: The scope of the variable 'ucp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:361:40: style: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:46:46: note: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:361:40: note: Function 'mvme16x_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:105:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:107:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:109:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:311:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:313:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:315:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:317:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/mvme16x/config.c:319:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/m68k/q40/config.c:69:67: style: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/q40/config.c:52:67: note: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-grsec-4.9.65/arch/m68k/q40/config.c:69:67: note: Function 'q40_mem_console_write' argument 2 names different: declaration 'b' definition 's'.
linux-grsec-4.9.65/arch/m68k/q40/q40ints.c:283:29: style: Condition '!aliased_irq' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/m68k/sun3/config.c:161:50: style: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/m68k/sun3/config.c:41:43: note: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/sun3/config.c:161:50: note: Function 'sun3_sched_init' argument 1 names different: declaration 'handler' definition 'timer_routine'.
linux-grsec-4.9.65/arch/m68k/sun3/mmu_emu.c:247:23: style: The scope of the variable 'next_to_die' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:25:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:21:0: note: Variable 'i' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:25:3: note: Variable 'i' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:40:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:37:0: note: Variable 'i' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/sun3/prom/console.c:40:3: note: Variable 'i' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/m68k/sun3/prom/printf.c:35:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/m68k/sun3/sun3dvma.c:156:15: style: The scope of the variable 'hole' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:297:17: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:336:34: style: The scope of the variable 'kern_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:374:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:374:15: style: The scope of the variable 'pgd_k' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:375:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:375:15: style: The scope of the variable 'pud_k' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:376:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/dma.c:376:15: style: The scope of the variable 'pmd_k' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/module.c:70:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/module.c:208:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/module.c:109:18: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/kernel/module.c:117:21: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/kernel/module.c:122:11: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/kernel/module.c:216:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/kernel/perf_callchain.c:16:15: style: The scope of the variable 'callinsn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/perf_callchain.c:35:16: style: The scope of the variable 'calladdr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/process.c:186:16: style: The scope of the variable 'global_base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/process.c:184:45: portability: '(void*)childregs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/kernel/process.c:137:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/metag/kernel/process.c:138:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/metag/kernel/process.c:139:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/metag/kernel/process.c:140:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/metag/kernel/setup.c:370:14: style: Variable 'start_pfn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:532:17: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:532:17: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/metag/kernel/smp.c:532:17: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/metag/kernel/smp.c:125:15: style: The scope of the variable 'lor1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:125:21: style: The scope of the variable 'land1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:125:28: style: The scope of the variable 'gor1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:125:34: style: The scope of the variable 'gand1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:126:15: style: The scope of the variable 'lor2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:126:21: style: The scope of the variable 'land2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:126:28: style: The scope of the variable 'gor2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/smp.c:126:34: style: The scope of the variable 'gand2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/tcm.c:29:19: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/tcm.c:95:19: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/topology.c:46:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/traps.c:315:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/traps.c:887:8: style: The scope of the variable 'fn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/traps.c:924:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/kernel/traps.c:863:9: style: Variable 'cpu' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/metag/lib/checksum.c:149:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/lib/checksum.c:149:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/cache.c:505:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/cache.c:509:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/cache.c:511:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/cache.c:513:4: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/cache.c:514:10: portability: 'flush' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/highmem.c:66:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/mm/highmem.c:66:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/metag/mm/hugetlbpage.c:87:2: style: Variable 'pte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/metag/mm/hugetlbpage.c:82:0: note: Variable 'pte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/metag/mm/hugetlbpage.c:87:2: note: Variable 'pte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/metag/mm/init.c:91:15: portability: 'gateway_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/metag/mm/mmu-meta1.c:155:3: style: Variable 'entry' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/metag/mm/mmu-meta2.c:94:19: style: The scope of the variable 'phys0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/dma.c:134:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/dma.c:135:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/dma.c:148:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/dma.c:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/heartbeat.c:22:22: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/heartbeat.c:22:27: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/heartbeat.c:22:35: style: The scope of the variable 'dist' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/heartbeat.c:48:7: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/module.c:28:21: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/module.c:29:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/kernel/module.c:39:63: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/microblaze/kernel/signal.c:49:16: style: struct member 'sigframe::extramask' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/microblaze/lib/libgcc.h:17:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:150:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:66:24: note: Assignment 'err=0', assigned value is 0
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:150:6: note: Condition 'err' is always false
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:134:30: style: Same expression on both sides of '==' because the value of 'err' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:66:24: note: 'err' is assigned value '0' here.
linux-grsec-4.9.65/arch/microblaze/mm/consistent.c:134:30: note: Same expression on both sides of '==' because the value of 'err' and '0' are the same.
linux-grsec-4.9.65/arch/microblaze/mm/highmem.c:70:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/microblaze/mm/pgtable.c:75:50: style: Opposite expression on both sides of '&&'. [oppositeExpression]
linux-grsec-4.9.65/arch/microblaze/mm/pgtable.c:75:50: note: Opposite expression on both sides of '&&'.
linux-grsec-4.9.65/arch/microblaze/mm/pgtable.c:75:50: note: Opposite expression on both sides of '&&'.
linux-grsec-4.9.65/arch/microblaze/mm/pgtable.c:164:25: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/mm/pgtable.c:194:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/pci/pci-common.c:258:6: style: Condition 'found' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/microblaze/pci/pci-common.c:232:27: note: Assignment 'found=NULL', assigned value is 0
linux-grsec-4.9.65/arch/microblaze/pci/pci-common.c:258:6: note: Condition 'found' is always false
linux-grsec-4.9.65/arch/microblaze/pci/pci-common.c:395:19: style: The scope of the variable 'rp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/microblaze/pci/pci-common.c:692:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/clock.c:398:12: style: The scope of the variable 'tpr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/clock.c:744:14: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/clock.c:308:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/alchemy/common/clock.c:550:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/alchemy/common/clock.c:673:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/alchemy/common/dbdma.c:203:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/dbdma.c:261:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/dma.c:104:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/dma.c:169:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:583:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:426:61: style: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:76:61: note: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'.
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:426:61: note: Function 'au1x_ic_settype' argument 2 names different: declaration 'type' definition 'flow_type'.
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:718:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:719:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:720:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:721:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:722:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:723:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:724:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:725:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:726:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:727:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:735:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:736:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:737:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:738:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:739:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:740:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:741:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:749:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:750:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:751:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:752:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:753:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:754:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/irq.c:757:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:101:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:102:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:111:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:117:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:127:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:130:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:133:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:138:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:140:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:144:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:147:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:149:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:152:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:155:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:167:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:169:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:172:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:174:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:179:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:181:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:184:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:186:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:189:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:191:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:194:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:196:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:208:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:210:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:215:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:217:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:220:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:222:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:225:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:227:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:238:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:240:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:243:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:245:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:250:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:252:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:255:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:257:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:317:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:319:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:323:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:331:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:333:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:339:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:347:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:349:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:354:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/common/usb.c:386:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/bcsr.c:38:52: portability: '(void __iomem*)bcsr2_phys' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/bcsr.c:41:52: portability: '(void __iomem*)bcsr1_phys' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1200.c:927:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1300.c:805:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1300.c:808:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC2_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1300.c:818:55: portability: '(void __iomem*)KSEG1ADDR(AU1300_PSC3_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1550.c:600:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC1_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1550.c:603:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC3_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1550.c:607:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC0_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/alchemy/devboards/db1550.c:610:55: portability: '(void __iomem*)KSEG1ADDR(AU1550_PSC2_PHYS_ADDR)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ar7/clock.c:131:6: style: The scope of the variable 'tmp_gcd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ar7/clock.c:131:15: style: The scope of the variable 'tmp_base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ar7/clock.c:131:25: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ar7/clock.c:175:6: style: The scope of the variable 'product' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:48:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:72:24: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:75:24: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:97:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:98:14: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:125:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:126:29: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:169:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:170:13: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:196:25: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/gpio.c:197:14: style: Clarify calculation precedence for '>>' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ar7/platform.c:663:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/ar7/platform.c:662:26: note: Assignment 'res=ar7_register_uarts()', assigned value is 0
linux-grsec-4.9.65/arch/mips/ar7/platform.c:663:6: note: Condition 'res' is always false
linux-grsec-4.9.65/arch/mips/ar7/prom.c:185:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ath25/ar2315.c:237:24: style: Clarify calculation precedence for '*' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/ath25/board.c:102:42: style: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/ath25/devices.h:29:35: note: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'.
linux-grsec-4.9.65/arch/mips/ath25/board.c:102:42: note: Function 'ath25_find_config' argument 1 names different: declaration 'offset' definition 'base'.
linux-grsec-4.9.65/arch/mips/ath25/board.c:28:7: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:29:58: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:49:29: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:51:29: portability: 'addr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:61:36: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:62:34: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:81:15: portability: 'bcfg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:88:15: portability: 'bcfg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:89:14: portability: 'limit' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/board.c:89:23: portability: 'limit-4096' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/early_printk.c:20:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath25/early_printk.c:25:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath79/clock.c:110:29: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath79/clock.c:151:36: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath79/clock.c:164:37: portability: 'pll_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/ath79/pci.c:256:3: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/ath79/pci.c:247:3: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/ath79/pci.c:256:3: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/bcm47xx/time.c:61:14: style: Condition 'chip_id==21332' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/bcm47xx/time.c:34:16: note: Assignment 'chip_id=0', assigned value is 0
linux-grsec-4.9.65/arch/mips/bcm47xx/time.c:61:14: note: Condition 'chip_id==21332' is always false
linux-grsec-4.9.65/arch/mips/bcm47xx/time.c:35:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/bcm47xx/time.c:36:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/bcm63xx/early_printk.c:14:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:51:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 49. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:49:11: note: Assuming that condition 'gpio<32' is not redundant
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:51:12: note: Shift
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:78:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 76. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:76:11: note: Assuming that condition 'gpio<32' is not redundant
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:78:12: note: Shift
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:100:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 98. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:98:11: note: Assuming that condition 'gpio<32' is not redundant
linux-grsec-4.9.65/arch/mips/bcm63xx/gpio.c:100:12: note: Shift
linux-grsec-4.9.65/arch/mips/boot/compressed/decompress.c:127:50: portability: '(void*)&__image_end' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/boot/compressed/decompress.c:130:43: portability: '(void*)VMLINUX_LOAD_ADDRESS_ULL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/boot/compressed/uart-16550.c:42:0: error: #error please define the serial port address for your own machine [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/boot/elf2ecoff.c:571:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/boot/elf2ecoff.c:576:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/boot/elf2ecoff.c:519:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/mips/boot/elf2ecoff.c:69:17: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/boot/elf2ecoff.c:69:22: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/boot/tools/relocs.c:396:18: warning: Redundant assignment of 'rel->r_info' to itself. [selfAssignment]
linux-grsec-4.9.65/arch/mips/boot/tools/relocs.c:47:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/boot/tools/relocs_64.c:15:14: style: struct member 'Anonymous0::r_ssym' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/boot/tools/relocs_64.c:16:14: style: struct member 'Anonymous0::r_type3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/boot/tools/relocs_64.c:17:14: style: struct member 'Anonymous0::r_type2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/crypto/octeon-crypto.c:56:21: style: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/cavium-octeon/crypto/octeon-crypto.h:22:21: note: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'.
linux-grsec-4.9.65/arch/mips/cavium-octeon/crypto/octeon-crypto.c:56:21: note: Function 'octeon_crypto_disable' argument 2 names different: declaration 'flags' definition 'crypto_flags'.
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-bootmem.c:524:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-helper-errata.c:67:38: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:91:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:94:11: style: The scope of the variable 'start_of_buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-helper-util.c:96:11: style: The scope of the variable 'end_of_data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-l2c.c:535:12: style: struct member 'cvmx_l2c_tag_cn50xx::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-l2c.c:552:12: style: struct member 'cvmx_l2c_tag_cn30xx::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-l2c.c:569:12: style: struct member 'cvmx_l2c_tag_cn31xx::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-l2c.c:586:12: style: struct member 'cvmx_l2c_tag_cn38xx::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-l2c.c:603:12: style: struct member 'cvmx_l2c_tag_cn58xx::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:87:45: style: Condition 'static_priority_base>=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:74:35: note: Assignment 'static_priority_base=1', assigned value is 1
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:87:45: note: Condition 'static_priority_base>=0' is always true
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:85:42: style: Same expression on both sides of '-' because the value of 'num_queues' and '1' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:71:25: note: 'num_queues' is assigned value '1' here.
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:85:42: note: Same expression on both sides of '-' because the value of 'num_queues' and '1' are the same.
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:122:6: style: The scope of the variable 'interface' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-pko.c:122:17: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-spi.c:541:2: style: Variable 'timeout_time' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-spi.c:513:0: note: Variable 'timeout_time' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/cvmx-spi.c:541:2: note: Variable 'timeout_time' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/cavium-octeon/executive/octeon-model.c:71:11: style: The scope of the variable 'fuse_data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:2052:2: style: Variable 'ciu_domain' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:2039:0: note: Variable 'ciu_domain' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:2052:2: note: Variable 'ciu_domain' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:244:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:397:18: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:430:18: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:2936:16: style: The scope of the variable 'cop0_cause' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-irq.c:2937:16: style: The scope of the variable 'cop0_status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-platform.c:729:7: style: The scope of the variable 'mgmt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-platform.c:768:7: style: The scope of the variable 'i2c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-platform.c:798:7: style: The scope of the variable 'i2c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/octeon-platform.c:825:7: style: The scope of the variable 'uart' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/cavium-octeon/setup.c:1211:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/ecc-berr.c:150:10: warning: Redundant assignment of '*ptr' to itself. [selfAssignment]
linux-grsec-4.9.65/arch/mips/dec/ecc-berr.c:160:27: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/mips/dec/ecc-berr.c:160:27: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/dec/ecc-berr.c:160:27: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/dec/ioasic-irq.c:112:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/dec/kn01-berr.c:82:16: style: The scope of the variable 'entrylo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/kn01-berr.c:82:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/kn01-berr.c:83:7: style: The scope of the variable 'asid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/kn01-berr.c:83:13: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/kn01-berr.c:83:22: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/prom/cmdline.c:19:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/dec/prom/init.c:91:14: style: Variable 'cpu_msg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/emma/common/prom.c:36:0: error: #error Unknown NEC board [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/fw/lib/cmdline.c:91:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/generic/init.c:109:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/jazz/jazzdma.c:118:15: style: Array index 'first' is used before limits check. [arrayIndexThenCheck]
linux-grsec-4.9.65/arch/mips/jz4740/prom.c:31:8: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/jz4740/reset.c:74:25: portability: 'rtc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/fs/binfmt_elf.c:199:6: style: Condition 'k_base_platform' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/fs/binfmt_elf.c:163:32: note: Assignment 'k_base_platform=NULL', assigned value is 0
linux-grsec-4.9.65/fs/binfmt_elf.c:199:6: note: Condition 'k_base_platform' is always false
linux-grsec-4.9.65/fs/binfmt_elf.c:257:6: style: Condition 'k_base_platform' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/fs/binfmt_elf.c:163:32: note: Assignment 'k_base_platform=NULL', assigned value is 0
linux-grsec-4.9.65/fs/binfmt_elf.c:257:6: note: Condition 'k_base_platform' is always false
linux-grsec-4.9.65/fs/binfmt_elf.c:893:43: portability: '(void __user*)elf_bss' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:49:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:50:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:51:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:60:16: style: struct member 'elf_prstatus32::pr_reg' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:61:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:67:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:68:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:69:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:70:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:71:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:76:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfn32.c:77:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:54:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:55:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:56:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:65:16: style: struct member 'elf_prstatus32::pr_reg' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:66:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:72:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:73:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:74:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:75:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:76:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:81:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/binfmt_elfo32.c:82:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/cevt-bcm1480.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/kernel/cevt-r4k.c:132:29: style: The scope of the variable 'cd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cevt-sb1250.c:120:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:110:26: style: The scope of the variable 'fcsr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:110:32: style: The scope of the variable 'fcsr0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:110:39: style: The scope of the variable 'fcsr1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:745:15: style: The scope of the variable 'newcf4' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:746:15: style: The scope of the variable 'mmuextdef' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:877:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:1088:26: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/cpu-probe.c:872:8: style: Variable 'ok' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/kernel/crash_dump.c:37:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/crash_dump.c:47:41: portability: 'kdump_buf_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/csrc-r4k.c:47:21: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/elf.c:152:14: style: The scope of the variable 'interp_fp_abi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/irq.c:70:31: portability: 'irq_stack[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/kgdb.c:138:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/kgdb.c:172:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/kgdb.c:137:17: style: Array index 'regno' is used before limits check. [arrayIndexThenCheck]
linux-grsec-4.9.65/arch/mips/kernel/kgdb.c:170:17: style: Array index 'regno' is used before limits check. [arrayIndexThenCheck]
linux-grsec-4.9.65/arch/mips/kernel/linux32.c:82:6: style: struct member 'rlimit32::rlim_cur' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/linux32.c:83:6: style: struct member 'rlimit32::rlim_max' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/mips-cpc.c:53:6: style: Condition '!cpc_base' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/kernel/mips-cpc.c:52:39: note: Assignment 'cpc_base=mips_cpc_default_phys_base()', assigned value is 0
linux-grsec-4.9.65/arch/mips/kernel/mips-cpc.c:53:6: note: Condition '!cpc_base' is always true
linux-grsec-4.9.65/arch/mips/kernel/module-rela.c:158:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/module-rela.c:169:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/module.c:251:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/module.c:263:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/module.c:337:33: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/module.c:347:41: portability: '(void*)s->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/perf_event.c:32:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/perf_event_mipsxx.c:757:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/kernel/perf_event_mipsxx.c:759:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/kernel/perf_event_mipsxx.c:761:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/kernel/pm-cps.c:124:26: style: The scope of the variable 'vpe_cfg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/pm-cps.c:166:10: portability: 'nc_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/proc.c:42:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/proc.c:61:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/process.c:684:6: style: The scope of the variable 'max_users' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/process.c:358:22: portability: '(void*)ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/ptrace.c:448:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/ptrace.c:476:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:126:7: style: The scope of the variable 'loc_orig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:127:7: style: The scope of the variable 'loc_new' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:128:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:129:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:45:21: portability: 'kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:54:9: portability: 'kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/relocate.c:137:33: portability: 'kbase_old' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/rtlx-cmp.c:24:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/rtlx.c:269:30: portability: 'buff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/rtlx.c:311:49: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/segment.c:45:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/arch/mips/kernel/segment.c:98:17: style: The scope of the variable 'segments' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/setup.c:143:22: portability: 'dm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:148:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:149:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:194:21: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:261:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:489:16: style: The scope of the variable 'treg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:72:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:73:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:91:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:92:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:113:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:114:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:122:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:123:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:244:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:272:4: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:289:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:299:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:300:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:301:34: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:352:31: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:353:28: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:354:34: portability: 'sc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:805:34: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:808:31: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/signal.c:55:21: style: struct member 'sigframe::sf_extcontext' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/kernel/smp-bmips.c:470:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/smp-cps.c:61:30: style: The scope of the variable 'core_vpes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/smp-cps.c:62:16: style: The scope of the variable 'core_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/smp-cps.c:212:11: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/smp.c:96:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/smp.c:132:12: style: The scope of the variable 'core_present' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/spram.c:125:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/spram.c:125:21: style: The scope of the variable 'tag0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/spram.c:125:27: style: The scope of the variable 'tag1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/spram.c:126:15: style: The scope of the variable 'enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/stacktrace.c:18:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/topology.c:12:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1844:15: style: The scope of the variable 'reg_val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1877:22: style: The scope of the variable 'old_epc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1877:31: style: The scope of the variable 'old_ra' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1965:16: style: The scope of the variable 'k0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1806:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1861:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1548:15: style: Variable 'prev_state' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1805:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1806:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1810:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1811:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1812:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1813:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1814:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1815:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1816:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1817:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1820:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1821:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1822:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1823:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1824:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1825:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1826:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1860:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/traps.c:1861:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1442:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1461:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1533:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1540:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1571:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1578:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1763:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/unaligned.c:1784:10: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/uprobes.c:116:9: style: Variable 'epc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/kernel/vpe-mt.c:181:14: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:433:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:436:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:580:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:768:28: style: The scope of the variable 'notifier' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:443:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:612:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:613:27: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kernel/vpe.c:706:34: portability: '(void*)phdr->p_paddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/dyntrans.c:32:16: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/dyntrans.c:33:8: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/dyntrans.c:39:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:936:2: style: Variable 'tlb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:929:0: note: Variable 'tlb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:936:2: note: Variable 'tlb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:960:2: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:958:0: note: Variable 'index' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:960:2: note: Variable 'index' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1069:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1059:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1069:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1431:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1420:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1431:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1544:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1530:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1544:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1660:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1648:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:1660:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2117:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2097:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2117:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2418:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2409:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:2418:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:242:16: style: The scope of the variable 'branch_pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/emulate.c:347:6: style: The scope of the variable 'running' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/entry.c:119:17: style: Variable 'kscratch_mask' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:1468:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:1442:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/mips.c:1468:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/mips.c:227:16: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:228:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:429:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:430:15: style: The scope of the variable 'gasid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:1626:19: style: The scope of the variable 'cfg5' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:330:19: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:336:34: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:341:13: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:341:21: portability: 'gebase+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:342:35: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:342:43: portability: 'gebase+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:359:37: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mips.c:360:34: portability: 'gebase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/mmu.c:354:23: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mmu.c:354:30: style: The scope of the variable 'vpn2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mmu.c:354:36: style: The scope of the variable 'asid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mmu.c:358:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/kvm/mmu.c:394:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/kvm/tlb.c:90:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:284:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:281:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:284:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:302:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:299:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:302:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:320:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:317:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:320:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:338:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:335:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:338:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:356:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:353:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:356:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:374:2: style: Variable 'er' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:371:0: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:374:2: note: Variable 'er' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/kvm/trap_emul.c:271:8: style: Variable 'er' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/lantiq/falcon/prom.c:63:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/lantiq/falcon/reset.c:64:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/lantiq/irq.c:366:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:105:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:107:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:109:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:115:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:116:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/gptu.c:117:2: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/lantiq/xway/prom.c:47:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/lantiq/xway/reset.c:178:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lantiq/xway/sysctrl.c:293:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/lasat/interrupt.c:88:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lasat/lasat_board.c:98:31: style: The scope of the variable 'ppi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/libgcc.h:17:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/lib/dump_tlb.c:75:27: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/dump_tlb.c:76:21: style: The scope of the variable 'entrylo0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/dump_tlb.c:76:31: style: The scope of the variable 'entrylo1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/dump_tlb.c:78:15: style: The scope of the variable 'pagemask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/r3k_dump_tlb.c:32:16: style: The scope of the variable 'entryhi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/lib/r3k_dump_tlb.c:32:25: style: The scope of the variable 'entrylo0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson32/common/platform.c:147:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/loongson32/common/time.c:232:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/loongson32/common/time.c:217:0: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/loongson32/common/time.c:232:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/loongson64/common/cmdline.c:30:7: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/common/dma-swiotlb.c:103:7: style: Unused variable: nid [unusedVariable]
linux-grsec-4.9.65/arch/mips/loongson64/common/dma-swiotlb.c:115:7: style: Unused variable: nid [unusedVariable]
linux-grsec-4.9.65/arch/mips/loongson64/common/env.c:48:15: style: The scope of the variable 'processor_id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/common/irq.c:20:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/common/pm.c:81:9: style: Condition '!wakeup_loongson()' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/loongson64/lemote-2f/irq.c:35:11: style: The scope of the variable 'isr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/hpet.c:175:29: style: The scope of the variable 'cd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/irq.c:68:20: style: Variable 'intenclr_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/irq.c:69:19: style: Variable 'introuter_lpc_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/irq.c:85:20: style: Variable 'intenset_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/irq.c:86:19: style: Variable 'introuter_lpc_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:257:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:258:23: style: The scope of the variable 'c0count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:333:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:399:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:401:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:403:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/loongson64/loongson-3/smp.c:405:2: portability: 'ipi_mailbox_buf[cpu_logical_map(cpu)]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/math-emu/cp1emu.c:440:15: style: The scope of the variable 'fcr31' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/dp_2008class.c:21:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_2008class.c:21:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_2008class.c:21:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_add.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_add.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:24:61: style: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754.h:108:61: note: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:24:61: note: Function 'ieee754dp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:34:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:34:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:35:2: style: Variable 'ym' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_cmp.c:35:2: style: Variable 'ye' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/dp_div.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_div.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fint.c:41:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmax.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmax.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmax.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmax.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmin.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmin.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmin.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fmin.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_fsp.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_maddf.c:64:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_maddf.c:65:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_maddf.c:66:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_mul.c:41:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_mul.c:42:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_sqrt.c:39:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_sub.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_sub.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_tint.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/mips/math-emu/dp_tint.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/dp_tlong.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/mips/math-emu/dp_tlong.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:34:38: style: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754.h:214:38: note: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:34:38: note: Function 'ieee754dp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:74:38: style: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754.h:213:38: note: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:74:38: note: Function 'ieee754sp_dump' argument 1 names different: declaration 's' definition 'm'.
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:47:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:58:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:64:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:86:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:97:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754d.c:103:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754dp.c:29:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754dp.c:29:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754dp.c:29:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754sp.c:29:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754sp.c:29:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754sp.c:29:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/me-debugfs.c:23:19: portability: '(void*)ps' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/math-emu/sp_2008class.c:21:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_2008class.c:21:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_2008class.c:21:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_add.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_add.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:26:6: style: The scope of the variable 'vx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:27:6: style: The scope of the variable 'vy' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:24:61: style: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/math-emu/ieee754.h:74:61: note: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:24:61: note: Function 'ieee754sp_cmp' argument 3 names different: declaration 'cop' definition 'cmp'.
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:34:2: style: Variable 'xm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:34:2: style: Variable 'xe' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:35:2: style: Variable 'ym' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_cmp.c:35:2: style: Variable 'ye' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/math-emu/sp_div.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_div.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:39:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:48:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:53:4: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ym' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ye' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fdp.c:37:2: style: The scope of the variable 'ys' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fint.c:41:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmax.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmax.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmax.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmax.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmin.c:26:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmin.c:27:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmin.c:152:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_fmin.c:153:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_maddf.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_maddf.c:33:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_maddf.c:34:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_maddf.c:23:11: style: The scope of the variable 'rm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_mul.c:41:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_mul.c:42:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_sqrt.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_sqrt.c:26:19: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_sqrt.c:26:22: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_sub.c:31:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_sub.c:32:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tint.c:36:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tint.c:35:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tint.c:27:6: style: The scope of the variable 'round' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tint.c:28:6: style: The scope of the variable 'sticky' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tint.c:29:6: style: The scope of the variable 'odd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tlong.c:37:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/mips/math-emu/sp_tlong.c:36:2: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/mips/mm/c-r3k.c:65:23: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/c-r4k.c:792:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/c-r4k.c:792:22: style: The scope of the variable 'cache_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/c-r4k.c:1530:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/mm/c-tx39.c:260:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/c-tx39.c:277:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cache.c:135:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:146:19: style: The scope of the variable 'l2_err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:146:27: style: The scope of the variable 'memio_err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:335:6: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:337:21: style: The scope of the variable 'taglo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:337:28: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:394:12: style: The scope of the variable 'predecode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:438:11: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:439:11: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:490:6: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:491:16: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:493:21: style: The scope of the variable 'taglo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:493:28: style: The scope of the variable 'pa' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:544:23: style: The scope of the variable 'datalo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:79:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:126:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/mm/cerr-sb1.c:371:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/mm/dma-default.c:370:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/dma-default.c:371:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/dma-default.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/dma-default.c:387:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/dma-default.c:282:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/mm/gup.c:57:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:93:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:119:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:146:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:172:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:226:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/gup.c:276:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/mips/mm/hugetlbpage.c:42:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/init.c:195:42: portability: 'kmap_coherent(page,vaddr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/mm/init.c:213:44: portability: 'kmap_coherent(page,vaddr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/mm/init.c:297:22: style: Unused variable: used [unusedVariable]
linux-grsec-4.9.65/arch/mips/mm/mmap.c:59:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/tlb-r4k.c:59:13: style: The scope of the variable 'ftlbhighset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mm/tlb-r4k.c:298:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/mti-malta/malta-dtshim.c:235:24: style: The scope of the variable 'sc_cfg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/common/irq.c:67:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/netlogic/common/smp.c:57:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/netlogic/common/time.c:54:0: error: #error "Unknown CPU" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/ahci-init-xlp2.c:196:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/ahci-init.c:153:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/nlm_hal.c:111:11: style: The scope of the variable 'pcibase' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/nlm_hal.c:231:16: style: The scope of the variable 'sysbase' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/nlm_hal.c:231:25: style: The scope of the variable 'clockbase' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/usb-init.c:77:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/usb-init.c:76:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/netlogic/xlp/usb-init.c:77:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/netlogic/xlp/wakeup.c:111:23: style: The scope of the variable 'nodep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/wakeup.c:113:11: style: The scope of the variable 'syscoremask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlp/wakeup.c:114:20: style: The scope of the variable 'ncores' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlr/fmn-config.c:84:14: style: The scope of the variable 'total_credits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlr/fmn-config.c:122:25: style: The scope of the variable 'credits_per_cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlr/fmn.c:75:19: style: The scope of the variable 'bkt_status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/netlogic/xlr/setup.c:186:17: style: Variable 'envp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/paravirt/paravirt-irq.c:128:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/paravirt/paravirt-irq.c:225:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/paravirt/paravirt-irq.c:270:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/fixup-cobalt.c:114:11: style: Variable 'timeo' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/fixup-emma2rh.c:72:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/fixup-lemote2f.c:56:6: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-octeon.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-octeon.c:333:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-xlp.c:299:14: style: The scope of the variable 'irt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-xlp.c:518:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-xlp.c:548:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/msi-xlp.c:171:9: style: Variable 'link' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/ops-bonito64.c:54:13: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 51. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/ops-bonito64.c:51:14: note: Assuming that condition 'device>(31-10)' is not redundant
linux-grsec-4.9.65/arch/mips/pci/ops-bonito64.c:54:13: note: Shift
linux-grsec-4.9.65/arch/mips/pci/ops-bonito64.c:68:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/ops-loongson2.c:76:13: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 73. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/ops-loongson2.c:73:14: note: Assuming that condition 'device>(31-11)' is not redundant
linux-grsec-4.9.65/arch/mips/pci/ops-loongson2.c:76:13: note: Shift
linux-grsec-4.9.65/arch/mips/pci/ops-loongson2.c:91:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/ops-loongson3.c:35:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/ops-pmcmsp.c:372:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/ops-sni.c:96:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/ops-tx4927.c:103:58: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/ops-tx4927.c:110:58: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/ops-tx4927.c:122:57: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/ops-tx4927.c:130:57: portability: '(void __iomem*)&pcicptr->g2pcfgdata' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-ar2315.c:249:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480.c:70:28: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480.c:75:21: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480.c:105:11: style: Variable 'devno' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480.c:242:11: style: Variable 'cmdreg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480ht.c:75:31: portability: 'ht_cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480ht.c:80:24: portability: 'ht_cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-bcm1480ht.c:96:11: style: Variable 'devno' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:171:3: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:163:3: note: Variable 'map' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:171:3: note: Variable 'map' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:132:26: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:132:26: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:132:26: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:149:26: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:149:26: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/pci/pci-malta.c:149:26: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:114:16: style: The scope of the variable 'reg_value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:276:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:239:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:246:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:254:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/pci-mt7620.c:338:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mips/pci/pci-octeon.c:48:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pci-octeon.c:52:12: style: struct member 'Anonymous0::reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pci-octeon.c:54:12: style: struct member 'Anonymous0::reserved3' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:168:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:161:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:168:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:175:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:168:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:175:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:183:2: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:175:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:183:2: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:190:3: style: Variable 'dummyread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:188:3: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rc32434.c:190:3: note: Variable 'dummyread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pci/pci-rt3883.c:106:16: style: Unused variable: flags [unusedVariable]
linux-grsec-4.9.65/arch/mips/pci/pci-rt3883.c:122:16: style: Unused variable: flags [unusedVariable]
linux-grsec-4.9.65/arch/mips/pci/pci-sb1250.c:212:11: style: The scope of the variable 'cmdreg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-sb1250.c:80:29: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-sb1250.c:85:22: portability: 'cfg_space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-vr41xx.c:115:30: style: The scope of the variable 'mailbox' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-xlp.c:86:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-xlp.c:97:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-xlr.c:331:9: style: The scope of the variable 'extra_ack' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-xlr.c:332:6: style: The scope of the variable 'link' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-xlr.c:332:12: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pci/pci-xlr.c:68:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pci-xlr.c:79:36: portability: 'pci_config_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:44:12: style: struct member 'Anonymous0::reserved_49_61' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:48:12: style: struct member 'Anonymous0::reserved_36_39' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:51:12: style: struct member 'Anonymous0::reserved_29_31' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:75:12: style: struct member 'Anonymous1::reserved_49_61' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:79:12: style: struct member 'Anonymous1::reserved_36_39' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:82:12: style: struct member 'Anonymous1::address' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:86:12: style: struct member 'Anonymous2::reserved_49_61' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:90:12: style: struct member 'Anonymous2::reserved_36_39' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pci/pcie-octeon.c:91:12: style: struct member 'Anonymous2::address' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/config.c:77:45: style: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/pic32mzda.h:24:45: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/config.c:77:45: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 1 names different: declaration 'rthrs' definition 'rthrsh'.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/config.c:77:57: style: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/pic32mzda.h:24:56: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/config.c:77:57: note: Function 'pic32_set_sdhci_adma_fifo_threshold' argument 2 names different: declaration 'wthrs' definition 'wthrsh'.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/early_console.c:147:2: style: Variable 'baud' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/early_console.c:143:0: note: Variable 'baud' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/early_console.c:147:2: note: Variable 'baud' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/init.c:81:8: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/init.c:125:29: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/pic32/pic32mzda/init.c:128:9: style: Variable 'root' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_irq_cic.c:76:2: style: Variable 'dummy_read' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_irq_per.c:47:2: style: Variable 'dummy_read' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_prom.c:136:0: error: #error "What is the type of *your* MSP?" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:51:15: style: Condition 'cpu_rate==0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:49:27: note: Assignment 'cpu_rate=0', assigned value is 0
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:51:15: note: Condition 'cpu_rate==0' is always true
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:51:15: style: Same expression on both sides of '==' because the value of 'cpu_rate' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:49:27: note: 'cpu_rate' is assigned value '0' here.
linux-grsec-4.9.65/arch/mips/pmcs-msp71xx/msp_time.c:51:15: note: Same expression on both sides of '==' because the value of 'cpu_rate' and '0' are the same.
linux-grsec-4.9.65/arch/mips/ralink/mt7620.c:506:16: style: The scope of the variable 'cpu_pll_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ralink/mt7620.c:507:16: style: The scope of the variable 'pll_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/ralink/mt7620.c:388:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/mips/rb532/devices.c:152:16: style: The scope of the variable 'orbits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/rb532/devices.c:152:24: style: The scope of the variable 'nandbits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/rb532/irq.c:57:0: error: #error Too little irqs defined. Did you override <asm/irq.h> ? [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:60:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:61:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:62:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:63:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:64:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:65:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:70:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:71:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:72:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:73:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:74:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:75:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:76:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-berr.c:77:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-eisa.c:103:8: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-gio.c:268:6: style: The scope of the variable 'ptr8' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-gio.c:269:7: style: The scope of the variable 'ptr16' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-gio.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-mc.c:38:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip22-reset.c:66:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:199:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:260:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:261:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:262:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:263:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:264:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:265:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:272:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:273:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:274:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:275:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:276:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:277:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:278:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip22/ip28-berr.c:279:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mips/sgi-ip27/ip27-irq.c:86:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip27/ip27-klconfig.c:19:13: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip27/ip27-klconfig.c:103:11: style: The scope of the variable 'acpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip27/ip27-memory.c:356:41: style: The scope of the variable 'nodebytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sgi-ip27/ip27-timer.c:111:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mips/sibyte/common/bus_watcher.c:92:0: error: #error bus watcher being built for unknown Sibyte SOC! [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/sibyte/common/cfe.c:143:8: style: Condition '!rd_flag' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/mips/sibyte/common/cfe.c:119:13: note: Assignment 'rd_flag=0', assigned value is 0
linux-grsec-4.9.65/arch/mips/sibyte/common/cfe.c:143:8: note: Condition '!rd_flag' is always true
linux-grsec-4.9.65/arch/mips/sibyte/common/cfe.c:102:6: style: The scope of the variable 'rd_flag' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sibyte/common/sb_tbprof.c:47:0: error: #error invalid SiByte UART configuration [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/sibyte/swarm/setup.c:46:0: error: #error invalid SiByte board configuration [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/mips/sni/pcimt.c:236:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sni/setup.c:61:8: style: The scope of the variable 'ctype' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sni/setup.c:63:8: style: The scope of the variable 'baud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sni/setup.c:64:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/sni/setup.c:65:14: style: The scope of the variable 'options' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:16:19: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:18:15: style: The scope of the variable 'local_gotno' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:18:28: style: The scope of the variable 'symtabno' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:18:38: style: The scope of the variable 'gotsym' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:21:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:25:15: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:26:18: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:29:16: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:45:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:124:15: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:129:16: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:151:16: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:156:15: portability: 'shdrs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:157:16: portability: 'vdso' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vdso/genvdso.h:165:17: portability: 'symtab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:158:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:173:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:188:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:203:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:218:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:233:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:320:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:336:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:352:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:368:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:384:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:400:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:416:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mips/vr41xx/common/icu.c:432:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/lib/inflate.c:982:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/lib/inflate.c:998:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/mn10300/boot/compressed/misc.c:263:20: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/boot/compressed/misc.c:281:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/boot/tools/build.c:109:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mn10300/boot/tools/build.c:134:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mn10300/boot/tools/build.c:149:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/mn10300/boot/tools/build.c:54:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
linux-grsec-4.9.65/arch/mn10300/kernel/cevt-mn10300.c:74:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-io-serial.c:70:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-io-serial.c:46:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-io-serial.c:70:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-io-serial.c:70:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:235:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:236:16: style: The scope of the variable 'xmitcsum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:238:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:238:21: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:342:16: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:344:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:389:6: style: The scope of the variable 'hexValue' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:792:36: style: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:181:43: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-grsec-4.9.65/arch/mn10300/kernel/gdb-stub.c:792:36: note: Function 'mem2hex' argument 1 names different: declaration 'mem' definition '_mem'.
linux-grsec-4.9.65/arch/mn10300/kernel/irq.c:251:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/irq.c:48:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/irq.c:61:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/kgdb.c:180:11: style: Unsigned variable 'arg' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/arch/mn10300/kernel/kgdb.c:275:12: style: Unsigned variable 'arg' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:862:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:1512:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:390:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:418:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:430:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:471:3: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:493:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:503:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-serial.c:1031:2: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:94:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:92:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:94:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:204:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:202:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:204:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:78:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:135:6: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/mn10300-watchdog.c:114:9: style: Variable 'wdt' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/module.c:66:11: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/module.c:75:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mn10300/kernel/profile.c:41:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/rtc.c:37:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:394:15: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:419:12: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:424:19: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:426:13: style: Checking if unsigned variable 'cnt' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:432:11: style: Unsigned variable 'cnt' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:821:42: style: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:101:35: note: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'.
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:821:42: note: Function 'smp_show_cpu_info' argument 1 names different: declaration 'cpu_id' definition 'cpu'.
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:198:10: style: Variable 'tmp16' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:225:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:243:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:266:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:292:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/smp.c:620:10: style: Variable 'tmp16' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:348:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:376:3: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:454:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:455:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:456:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:459:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:460:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:461:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:462:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:463:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:464:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/kernel/traps.c:470:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/lib/ashrdi3.c:52:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/mn10300/lib/checksum.c:78:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mn10300/lib/checksum.c:78:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mn10300/lib/checksum.c:94:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mn10300/lib/checksum.c:94:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/mn10300/mm/fault.c:330:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/mn10300/mm/misalignment.c:356:12: style: Checking if unsigned variable 'npop' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/mn10300/mm/mmu-context.c:31:16: style: The scope of the variable 'pteu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/mm/tlb-smp.c:202:36: style: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/mn10300/mm/tlb-smp.c:54:36: note: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'.
linux-grsec-4.9.65/arch/mn10300/mm/tlb-smp.c:202:36: note: Function 'do_flush_tlb_all' argument 1 names different: declaration 'info' definition 'unused'.
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci-asb2305.c:184:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:92:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:112:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:132:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:156:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:174:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/mn10300/unit-asb2305/pci.c:192:3: style: Variable 'rawval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/nios2/boot/compressed/misc.c:150:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/boot/compressed/misc.c:164:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/nios2/boot/compressed/misc.c:84:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/nios2/boot/compressed/misc.c:164:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/nios2/kernel/early_printk.c:84:0: error: #error Neither SERIAL_ALTERA_JTAGUART_CONSOLE nor SERIAL_ALTERA_UART_CONSOLE \ [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/nios2/kernel/kgdb.c:90:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/kernel/kgdb.c:104:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/kernel/module.c:59:7: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/kernel/process.c:218:20: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/kernel/setup.c:127:6: error: Uninitialized variable: cmdline_passed [uninitvar]
linux-grsec-4.9.65/arch/nios2/kernel/time.c:350:12: style: Condition 'count<2' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/nios2/kernel/time.c:345:14: note: Assignment 'count=0', assigned value is 0
linux-grsec-4.9.65/arch/nios2/kernel/time.c:348:3: note: count is incremented', new value is 1
linux-grsec-4.9.65/arch/nios2/kernel/time.c:350:12: note: Condition 'count<2' is always true
linux-grsec-4.9.65/arch/nios2/mm/dma-mapping.c:135:8: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/mm/dma-mapping.c:29:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/mm/dma-mapping.c:38:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/mm/dma-mapping.c:52:26: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/nios2/mm/pgtable.c:56:15: style: The scope of the variable 'init' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:249:36: style: The scope of the variable 'tlbmisc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:226:14: style: Variable 'pteaddr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:228:13: style: Variable 'tlbacc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:187:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:188:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:189:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:190:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/nios2/mm/tlb.c:191:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/nios2/platform/platform.c:21:21: style: The scope of the variable 'soc_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/nios2/platform/platform.c:23:14: style: The scope of the variable 'machine' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/kernel/module.c:29:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/kernel/module.c:30:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/kernel/module.c:37:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/openrisc/kernel/setup.c:273:2: style: Variable 'cpu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/openrisc/kernel/setup.c:272:0: note: Variable 'cpu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/openrisc/kernel/setup.c:273:2: note: Variable 'cpu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/openrisc/kernel/setup.c:308:16: style: Variable 'max_low_pfn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/openrisc/kernel/traps.c:52:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/kernel/traps.c:176:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/kernel/traps.c:46:48: portability: '(void*)tinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/openrisc/mm/init.c:77:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/mm/init.c:77:22: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/mm/init.c:79:9: style: The scope of the variable 'pge' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/openrisc/mm/init.c:152:28: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:47:8: style: struct member 'elf_prstatus32::pr_cursig' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:48:15: style: struct member 'elf_prstatus32::pr_sigpend' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:49:15: style: struct member 'elf_prstatus32::pr_sighold' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:59:6: style: struct member 'elf_prstatus32::pr_fpvalid' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:65:7: style: struct member 'elf_prpsinfo32::pr_state' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:66:7: style: struct member 'elf_prpsinfo32::pr_sname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:67:7: style: struct member 'elf_prpsinfo32::pr_zomb' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:68:7: style: struct member 'elf_prpsinfo32::pr_nice' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:69:15: style: struct member 'elf_prpsinfo32::pr_flag' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:74:7: style: struct member 'elf_prpsinfo32::pr_fname' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/binfmt_elf32.c:75:7: style: struct member 'elf_prpsinfo32::pr_psargs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/kernel/cache.c:308:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/cache.c:309:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/firmware.c:1416:32: style: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/parisc/kernel/firmware.c:99:32: note: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'.
linux-grsec-4.9.65/arch/parisc/kernel/firmware.c:1416:32: note: Function 'real32_call' argument 1 names different: declaration 'function' definition 'fn'.
linux-grsec-4.9.65/arch/parisc/kernel/inventory.c:506:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/inventory.c:87:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/parisc/kernel/module.c:547:14: style: The scope of the variable 'loc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/module.c:561:9: portability: '(void*)sechdrs[targetsec].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/kernel/perf.c:754:12: style: The scope of the variable 'bptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/perf.c:755:11: style: The scope of the variable 'dwords' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/perf.c:313:3: style: Variable 'image_size' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/parisc/kernel/process.c:250:16: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/smp.c:125:16: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/stacktrace.c:23:1: style: Label 'HERE' is not used. [unusedLabel]
linux-grsec-4.9.65/arch/parisc/kernel/traps.c:199:17: style: The scope of the variable 'sp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/traps.c:201:1: style: Label 'HERE' is not used. [unusedLabel]
linux-grsec-4.9.65/arch/parisc/kernel/traps.c:53:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:137:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:491:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:493:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:515:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:522:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:528:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unaligned.c:535:15: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:50:24: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:233:16: style: The scope of the variable 'npc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:234:15: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:235:7: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:236:6: style: The scope of the variable 'looking_for_rp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/kernel/unwind.c:236:22: style: The scope of the variable 'rpoffset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/lib/checksum.c:143:14: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/checksum.c:143:20: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:168:22: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/lib/io.c:23:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:24:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:29:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:30:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:35:27: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:36:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:65:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:66:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:73:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:74:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:80:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:81:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:88:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:89:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:96:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:97:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:109:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:114:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/io.c:118:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:202:6: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:210:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:218:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:226:4: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:234:5: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:242:5: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:360:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:372:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:384:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:396:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:408:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/lib/iomap.c:420:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/parisc/math-emu/decode_exc.c:106:18: style: The scope of the variable 'current_ir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/decode_exc.c:111:18: style: The scope of the variable 'excptype' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/dfadd.c:204:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/dfadd.c:256:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/dfadd.c:315:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsqrt.c:58:44: style: The scope of the variable 'sump1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsqrt.c:58:51: style: The scope of the variable 'sump2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsqrt.c:60:19: style: The scope of the variable 'guardbit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsub.c:207:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsub.c:259:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/dfsub.c:318:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/driver.c:43:15: style: struct member 'exc_reg::exception' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/driver.c:44:15: style: struct member 'exc_reg::ei' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvff.c:214:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:359:6: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 348. [shiftTooManyBits]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:348:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:359:6: note: Shift
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:484:10: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 473. [shiftTooManyBits]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:473:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfu.c:484:10: note: Shift
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:64:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:162:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:282:37: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:282:44: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:394:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:394:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:331:37: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 319. [shiftTooManyBits]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:319:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:331:37: note: Shift
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:454:37: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 438. [shiftTooManyBits]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:438:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfx.c:454:37: note: Shift
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:65:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:130:29: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:203:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:203:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:269:38: style: The scope of the variable 'tempp1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvfxt.c:269:46: style: The scope of the variable 'tempp2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:101:6: error: Signed integer overflow for expression 'src<<33-8'. [integerOverflow]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:96:15: note: Assignment 'src=1<<30', assigned value is 1073741824
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:101:6: note: Integer overflow
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:169:2: error: Signed integer overflow for expression 'src<<(33-11)'. [integerOverflow]
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:167:15: note: Assignment 'src=1<<30', assigned value is 1073741824
linux-grsec-4.9.65/arch/parisc/math-emu/fcnvxf.c:169:2: note: Integer overflow
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:315:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:357:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:454:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:462:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:531:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:616:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:975:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1017:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1114:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1122:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1191:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1276:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1631:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1673:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1767:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1775:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1841:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:1921:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2273:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2315:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2409:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2417:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2483:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fmpyfadd.c:2563:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/fpudispatch.c:1127:10: style: union member 'Anonymous8::dbl' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/fpudispatch.c:1128:9: style: union member 'Anonymous8::flt' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/fpudispatch.c:1266:10: style: union member 'Anonymous10::dbl' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/fpudispatch.c:1267:9: style: union member 'Anonymous10::flt' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/parisc/math-emu/frnd.c:213:14: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 199. [shiftTooManyBits]
linux-grsec-4.9.65/arch/parisc/math-emu/frnd.c:199:7: note: Assuming that condition 'src_exponent<(53-1)' is not redundant
linux-grsec-4.9.65/arch/parisc/math-emu/frnd.c:213:14: note: Shift
linux-grsec-4.9.65/arch/parisc/math-emu/sfadd.c:204:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/sfadd.c:253:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/sfadd.c:310:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/sfsqrt.c:59:32: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/sfsqrt.c:60:19: style: The scope of the variable 'guardbit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/math-emu/sfsub.c:205:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/sfsub.c:255:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/math-emu/sfsub.c:313:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/parisc/mm/hugetlbpage.c:51:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/hugetlbpage.c:74:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/hugetlbpage.c:75:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/init.c:269:17: style: The scope of the variable 'hole_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/init.c:402:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/init.c:914:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/parisc/mm/init.c:726:15: style: Variable 'end_paddr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/boot/4xx.c:51:25: style: The scope of the variable 'bank_config' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/4xx.c:339:44: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/4xx.c:559:12: style: The scope of the variable 'fwdvb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cpm-serial.c:283:22: portability: 'muram_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/cpm-serial.c:283:37: portability: 'muram_addr-muram_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/cpm-serial.c:286:24: portability: 'muram_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/cpm-serial.c:286:39: portability: 'muram_addr-muram_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-52xx.c:27:6: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-52xx.c:32:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-52xx.c:50:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-52xx.c:50:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-824x.c:26:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-8xx.c:28:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-acadia.c:53:17: style: The scope of the variable 'idiff' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-acadia.c:54:17: style: The scope of the variable 'ibdiv' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-acadia.c:55:16: style: The scope of the variable 'est' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-c2k.c:32:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-c2k.c:137:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-mpc7448hpc2.c:33:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-pq2.c:250:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/cuboot-sam440ep.c:38:8: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/decompress.c:59:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/decompress.c:122:57: style: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/boot/ops.h:265:43: note: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'.
linux-grsec-4.9.65/arch/powerpc/boot/decompress.c:122:57: note: Function 'partial_decompress' argument 5 names different: declaration 'skip' definition '_skip'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:55:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:111:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:239:20: style: The scope of the variable 'prev_naddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:239:32: style: The scope of the variable 'prev_nsize' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:240:6: style: The scope of the variable 'buflen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:30: style: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/boot/ops.h:196:30: note: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:30: note: Function 'dt_fixup_cpu_clocks' argument 1 names different: declaration 'cpufreq' definition 'cpu'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:39: style: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/boot/ops.h:196:43: note: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:39: note: Function 'dt_fixup_cpu_clocks' argument 2 names different: declaration 'tbfreq' definition 'tb'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:47: style: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/boot/ops.h:196:55: note: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'.
linux-grsec-4.9.65/arch/powerpc/boot/devtree.c:62:47: note: Function 'dt_fixup_cpu_clocks' argument 3 names different: declaration 'busfreq' definition 'bus'.
linux-grsec-4.9.65/arch/powerpc/boot/mpc52xx-psc.c:37:23: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/mpc52xx-psc.c:38:12: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/mpc52xx-psc.c:43:22: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/mpc52xx-psc.c:48:23: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/mpc52xx-psc.c:49:18: portability: 'psc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/mpc8xx.c:46:9: style: Variable 'div' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/boot/mpsc.c:56:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/mpsc.c:60:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/mpsc.c:97:58: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/mpsc.c:100:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/mv64x60.c:184:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/mv64x60.c:192:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/boot/ofconsole.c:31:20: warning: Redundant assignment of 'of_stdout_handle' to itself. [selfAssignment]
linux-grsec-4.9.65/arch/powerpc/boot/oflib.c:174:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/boot/oflib.c:171:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/boot/oflib.c:174:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/boot/oflib.c:174:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/boot/redboot-83xx.c:30:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/redboot-8xx.c:29:2: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/boot/serial.c:44:2: style: Variable 'cp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/boot/serial.c:42:2: note: Variable 'cp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/boot/serial.c:44:2: note: Variable 'cp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/boot/treeboot-akebono.c:56:6: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/treeboot-currituck.c:45:6: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:34:20: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:42:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:43:20: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:50:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:51:26: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/uartlite.c:56:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/ugecon.c:45:28: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/ugecon.c:46:29: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/ugecon.c:47:27: portability: 'ug_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/ugecon.c:139:28: portability: 'exi_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/boot/virtex.c:82:7: style: The scope of the variable 'devtype' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:191:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:219:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:247:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:275:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:303:23: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:333:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/aes-spe-glue.c:364:15: style: The scope of the variable 'ubytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/crc32c-vpmsum_glue.c:22:15: style: The scope of the variable 'prealign' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/sha1-spe-glue.c:84:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/crypto/sha256-spe-glue.c:105:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/align.c:779:10: style: union member 'data::dd' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/kernel/align.c:786:13: style: struct member 'Anonymous0::hi32' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/kernel/align.c:795:18: style: struct member 'Anonymous1::hi48' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/kernel/align.c:316:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kernel/align.c:957:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kernel/btext.c:427:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/btext.c:448:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/btext.c:466:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/btext.c:507:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/cacheinfo.c:407:5: warning: Either the condition '!cache' is redundant or there is possible null pointer dereference: cache. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/kernel/cacheinfo.c:409:6: note: Assuming that condition '!cache' is not redundant
linux-grsec-4.9.65/arch/powerpc/kernel/cacheinfo.c:407:5: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/kernel/crash_dump.c:76:47: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/crash_dump.c:79:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh.c:1002:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh.c:1314:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh.c:1585:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_cache.c:281:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_event.c:105:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:179:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:294:18: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:547:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:621:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:893:22: style: The scope of the variable 'dn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/eeh_pe.c:81:24: portability: '(void*)pe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:773:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:433:7: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:808:21: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:808:28: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:623:8: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:626:8: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/fadump.c:537:25: style: Variable 'elf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/hw_breakpoint.c:306:2: style: Variable 'bp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/kernel/hw_breakpoint.c:303:0: note: Variable 'bp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/kernel/hw_breakpoint.c:306:2: note: Variable 'bp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:137:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:142:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:147:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:163:7: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:164:7: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:170:8: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:171:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:177:7: portability: 'vsrc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:178:7: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:192:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:193:8: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:198:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:199:9: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:204:6: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/io.c:205:8: portability: 'vdest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:221:12: style: Same expression on both sides of '==' because the value of 'pass' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:186:13: note: 'pass' is assigned value '0' here.
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:221:12: note: Same expression on both sides of '==' because the value of 'pass' and '0' are the same.
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:762:23: style: The scope of the variable 'align' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:797:15: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:193:35: error: Shifting 64-bit value by 64 bits is undefined behaviour [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:471:11: note: Assignment 'align=0', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:476:36: note: Calling function 'iommu_range_alloc', 6th argument 'align_order' value is 0
linux-grsec-4.9.65/arch/powerpc/kernel/iommu.c:193:35: note: Shift
linux-grsec-4.9.65/arch/powerpc/kernel/irq.c:638:22: style: The scope of the variable 'tp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/kgdb.c:260:44: portability: '(void*)gdb_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/kgdb.c:356:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/kgdb.c:382:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/legacy_serial.c:56:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/machine_kexec_64.c:41:23: style: The scope of the variable 'basep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/machine_kexec_64.c:42:22: style: The scope of the variable 'sizep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/machine_kexec_64.c:103:9: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/mce.c:148:30: style: The scope of the variable 'mc_evt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/mce.c:206:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/mce.c:102:9: style: Variable 'srr1' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/module.c:61:29: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module.c:67:29: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module.c:81:28: portability: '(void*)sect->sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:84:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:221:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:222:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:123:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:131:21: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:136:11: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_32.c:229:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:227:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:519:17: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:520:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:418:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:286:26: portability: '(void*)vers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:353:34: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:361:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:364:6: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/module_64.c:538:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/nvram_64.c:632:6: style: Condition '!rc' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/kernel/nvram_64.c:630:24: note: Assignment 'rc=nvram_pstore_init()', assigned value is -1
linux-grsec-4.9.65/arch/powerpc/kernel/nvram_64.c:632:6: note: Condition '!rc' is always false
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:492:6: style: Condition 'found' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:466:27: note: Assignment 'found=NULL', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:492:6: note: Condition 'found' is always false
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:633:19: style: The scope of the variable 'rp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:911:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/pci-common.c:1722:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/pci_32.c:184:25: warning: Possible null pointer dereference: dev [nullPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/pci_32.c:160:24: note: Assignment 'dev=NULL', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/kernel/pci_32.c:184:25: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/kernel/pci_dn.c:465:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/pci_of_scan.c:77:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/pci_of_scan.c:211:15: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/process.c:1830:16: style: The scope of the variable 'stack_page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/process.c:1894:20: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/process.c:1894:28: style: The scope of the variable 'newsp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom.c:181:19: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom.c:291:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom.c:611:2: style: Variable 'reserve_map' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:594:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:1810:7: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:1844:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:2121:41: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:2121:46: style: The scope of the variable 'lp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:599:7: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:1164:9: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/prom_init.c:322:43: portability: Undefined behaviour, when 'i' is -1 the pointer arithmetic 'buf+i' is out of bounds. [pointerOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/kernel/ptrace.c:320:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas-proc.c:433:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:1124:6: style: Condition 'buff_copy' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:1109:14: note: Assignment 'buff_copy=NULL', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:1124:6: note: Condition 'buff_copy' is always false
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:200:22: style: The scope of the variable 'root' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:202:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:449:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:1027:27: style: The scope of the variable 'sect' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:1154:25: style: The scope of the variable 'entryp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas.c:105:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas_flash.c:475:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/kernel/rtas_flash.c:181:19: style: Checking if unsigned variable 'block_size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:114:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:114:8: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:114:10: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:115:6: style: The scope of the variable 'perline' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:116:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/rtasd.c:117:9: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/setup_64.c:582:37: portability: '(void*)ti' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kernel/signal_32.c:1439:0: error: #error "Please adjust handle_signal()" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/powerpc/kernel/signal_64.c:748:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/arch/powerpc/kernel/signal_64.c:855:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/arch/powerpc/kernel/signal_64.c:748:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kernel/signal_64.c:855:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kernel/smp-tbsync.c:46:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/smp.c:508:10: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/smp.c:617:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/smp.c:667:9: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/smp.c:668:16: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/sysfs.c:933:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/tau_6xx.c:141:6: style: The scope of the variable 'shrink' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/time.c:423:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/time.c:700:16: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/time.c:899:60: style: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/kernel/time.c:106:60: note: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'.
linux-grsec-4.9.65/arch/powerpc/kernel/time.c:899:60: note: Function 'decrementer_shutdown' argument 1 names different: declaration 'evt' definition 'dev'.
linux-grsec-4.9.65/arch/powerpc/kernel/traps.c:260:52: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/arch/powerpc/kernel/traps.c:260:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kernel/udbg.c:87:8: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/udbg.c:107:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/vdso.c:462:8: style: Unused variable: sect [unusedVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/vdso.c:554:16: style: Unused variable: size [unusedVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/vdso.c:555:8: style: Unused variable: start [unusedVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/vdso.c:721:6: style: Unused variable: i [unusedVariable]
linux-grsec-4.9.65/arch/powerpc/kernel/vecemu.c:93:21: style: The scope of the variable 'frac' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kernel/vio.c:1471:34: style: The scope of the variable 'node_child' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s.c:545:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s.c:618:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_32_mmu_host.c:47:0: error: #error Unknown page size [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:303:22: error: Array 'pteg[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:277:2: note: After for loop, i has value 16
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:303:22: note: Array index out of bounds
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:304:22: error: Array 'pteg[16]' accessed at index 17, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:277:2: note: After for loop, i has value 16
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu.c:304:22: note: Array index out of bounds
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:180:16: style: The scope of the variable 'hp_v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:180:22: style: The scope of the variable 'hp_r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:181:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:181:22: style: The scope of the variable 'hash' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:185:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:716:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:717:10: style: The scope of the variable 'hptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:1098:17: style: The scope of the variable 'rmap' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:1169:16: style: The scope of the variable 'rcbits_unset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_64_mmu_hv.c:1240:23: style: The scope of the variable 'nw' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:131:19: style: The scope of the variable 'vcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:429:8: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:2205:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:3022:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:3023:26: style: The scope of the variable 'memslot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:3621:15: style: The scope of the variable 'hcall' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv.c:580:25: portability: 'va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_builtin.c:77:16: style: The scope of the variable 'align_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_builtin.c:116:6: style: The scope of the variable 'threads_running' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_builtin.c:117:6: style: The scope of the variable 'threads_ceded' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_builtin.c:118:6: style: The scope of the variable 'threads_conferring' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:77:30: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:78:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:496:0: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:670:10: style: The scope of the variable 'hpte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:671:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_mmu.c:671:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_hv_rm_xics.c:142:6: style: The scope of the variable 'hcore' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_paired_singles.c:646:2: style: Variable 'emulated' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_paired_singles.c:635:0: note: Variable 'emulated' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_paired_singles.c:646:2: note: Variable 'emulated' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr.c:1115:7: style: The scope of the variable 'emul' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr_papr.c:150:23: style: The scope of the variable 'rb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr_papr.c:429:15: style: The scope of the variable 'hcall' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr_papr.c:109:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr_papr.c:191:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kvm/book3s_pr_papr.c:234:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/kvm/booke.c:2153:40: portability: '(void*)kvmppc_booke_handlers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kvm/e500.c:241:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500.c:546:40: portability: '(void*)kvmppc_booke_handlers' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu.c:281:35: style: The scope of the variable 'tlbe' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu.c:282:6: style: The scope of the variable 'tid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu.c:298:14: style: The scope of the variable 'esel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu.c:460:6: style: The scope of the variable 'esel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu.c:547:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:207:34: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:207:34: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:207:34: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:202:7: style: The scope of the variable 'hw_tlb_indx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:194:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:218:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:228:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:235:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:252:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:266:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:315:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:553:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/e500_mmu_host.c:604:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:588:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:1028:21: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:1030:6: style: The scope of the variable 's_IRQ' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:1030:13: style: The scope of the variable 'n_IRQ' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:421:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:647:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/mpic.c:1311:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/kvm/powerpc.c:342:9: portability: 'magic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/kvm/powerpc.c:381:9: portability: 'magic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/lib/checksum_wrappers.c:53:15: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/lib/checksum_wrappers.c:53:21: portability: 'dst+len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/lib/feature-fixups.c:121:16: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/feature-fixups.c:130:24: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:670:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:227:25: warning: Either the condition 'after!=NULL' is redundant or there is possible null pointer dereference: after. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:220:30: note: Assuming that condition 'after!=NULL' is not redundant
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:227:25: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:49:6: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:50:16: style: The scope of the variable 'blks' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:50:22: style: The scope of the variable 'blke' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:158:22: style: The scope of the variable 'bs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:158:26: style: The scope of the variable 'be' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/rheap.c:447:23: style: The scope of the variable 'sp_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:150:11: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:150:11: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:150:11: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:66:15: style: The scope of the variable 'bi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:202:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:287:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:843:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:851:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/lib/sstep.c:859:37: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/mm/dma-noncoherent.c:280:17: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_native_64.c:255:16: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_native_64.c:348:19: style: The scope of the variable 'hptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_native_64.c:352:24: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_native_64.c:592:16: style: The scope of the variable 'hpte_v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:310:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:421:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:834:16: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:1580:16: style: The scope of the variable 'hash' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:1580:36: style: The scope of the variable 'hidx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hash_utils_64.c:1580:42: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/highmem.c:66:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/mm/hugetlbpage-hash64.c:27:24: style: The scope of the variable 'pa' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hugetlbpage-hash64.c:28:7: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hugetlbpage-hash64.c:65:2: style: Variable 'sz' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/mm/hugetlbpage-radix.c:49:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/hugetlbpage.c:1048:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/powerpc/mm/icswx.c:100:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/mm/icswx.c:99:8: note: Assignment 'ret=0', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/mm/icswx.c:100:10: note: Condition 'ret<0' is always false
linux-grsec-4.9.65/arch/powerpc/mm/mem.c:194:16: style: The scope of the variable 'tstart' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/mem.c:194:24: style: The scope of the variable 'tend' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/mmu_context_iommu.c:38:16: style: The scope of the variable 'locked' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/mmu_context_iommu.c:38:24: style: The scope of the variable 'lock_limit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/mmu_context_nohash.c:141:20: style: The scope of the variable 'mm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:501:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:565:12: style: The scope of the variable 'sibling' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:818:16: style: The scope of the variable 'start_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:818:27: style: The scope of the variable 'end_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:842:20: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:765:27: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:767:27: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/mm/numa.c:650:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-hash64.c:62:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-hash64.c:63:9: style: The scope of the variable 'pudp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-hash64.c:64:9: style: The scope of the variable 'pmdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-hash64.c:65:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:230:6: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:230:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:231:15: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:325:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:386:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable-radix.c:405:16: style: The scope of the variable 'lpcr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable_32.c:284:22: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable_32.c:286:6: style: The scope of the variable 'ktext' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/pgtable_32.c:338:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/slb.c:195:16: style: The scope of the variable 'slbie_data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/slice.c:153:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/slice.c:153:13: style: The scope of the variable 'mask_index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/slice.c:197:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/slice.c:197:13: style: The scope of the variable 'mask_index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/subpage-prot.c:30:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/tlb_hash32.c:42:16: style: The scope of the variable 'ptephys' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/mm/tlb_hash32.c:83:16: style: The scope of the variable 'pmd_end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp.c:644:20: warning: Either the condition 'if(image)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp.c:665:5: note: Assuming that condition 'if(image)' is not redundant
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp.c:644:20: note: Null pointer addition
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp.c:32:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp.c:88:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp64.c:1027:28: warning: Either the condition 'if(image)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp64.c:1049:5: note: Assuming that condition 'if(image)' is not redundant
linux-grsec-4.9.65/arch/powerpc/net/bpf_jit_comp64.c:1027:28: note: Null pointer addition
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/spu_task_sync.c:64:32: style: Condition 'spu_buff[spu].tail>spu_buff[spu].head' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/spu_task_sync.c:430:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/vma_map.c:95:64: style: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/pr_util.h:85:64: note: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'.
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/vma_map.c:95:64: note: Function 'create_vma_map' argument 1 names different: declaration 'spu' definition 'aSpu'.
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/vma_map.c:96:25: style: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/pr_util.h:86:25: note: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'.
linux-grsec-4.9.65/arch/powerpc/oprofile/cell/vma_map.c:96:25: note: Function 'create_vma_map' argument 2 names different: declaration 'objectid' definition '__spu_elf_start'.
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_7450.c:177:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:241:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:905:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1496:16: style: The scope of the variable 'sample_array_lock_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1497:6: style: The scope of the variable 'spu_num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1609:6: style: The scope of the variable 'is_kernel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1612:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1506:12: style: Variable 'cpu_tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_cell.c:1562:23: style: Variable 'last_trace_buffer' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_fsl_emb.c:349:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_power4.c:285:16: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/oprofile/op_model_power4.c:368:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/callchain.c:52:20: style: The scope of the variable 'next_sp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-book3s.c:1156:23: style: The scope of the variable 'mmcr0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-book3s.c:1156:30: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:492:6: style: The scope of the variable 'num_restricted' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:493:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:663:21: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:664:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:665:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/core-fsl-emb.c:681:5: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:519:9: warning: Identical condition 's1<s2', second condition is always false [identicalConditionAfterEarlyExit]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:517:9: note: first condition
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:519:9: note: second condition
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:328:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:1009:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:1011:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:969:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:1275:21: style: The scope of the variable 'h24x7hw' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:1288:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:105:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:107:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:108:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:109:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:111:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:113:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:115:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:116:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:117:1: warning: Suspicious usage of 'sizeof' with a numeric constant as parameter. [sizeofwithnumericparameter]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:200:16: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:223:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:238:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:238:17: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:240:36: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:240:41: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:254:12: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:254:17: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:254:22: portability: 'start+nl+dl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:260:15: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:260:20: portability: 'start+nl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:260:25: portability: 'start+nl+dl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:750:19: portability: 'event_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:760:32: portability: 'event_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:777:42: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:838:27: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/hv-24x7.c:948:18: portability: 'page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/perf/req-gen/perf.h:42:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/arch/powerpc/perf/isa207-common.c:145:37: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/isa207-common.c:145:43: style: The scope of the variable 'combine' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/isa207-common.c:145:52: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:232:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:228:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:232:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:157:6: style: The scope of the variable 'pmc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:159:6: style: The scope of the variable 'thresh' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:228:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/mpc7450-pmu.c:269:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power4-pmu.c:257:23: style: The scope of the variable 'lower' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power4-pmu.c:362:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:283:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:278:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:283:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:139:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:139:17: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:140:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:459:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5+-pmu.c:461:9: style: The scope of the variable 'isbus' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:278:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:274:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:278:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:143:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:143:17: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:144:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:274:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:390:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power5-pmu.c:392:9: style: The scope of the variable 'isbus' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:141:17: style: The scope of the variable 'ptype' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:183:20: style: The scope of the variable 'ev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:183:33: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:273:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:273:21: style: The scope of the variable 'subunit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:365:15: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power6-pmu.c:365:21: style: The scope of the variable 'pmc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:166:2: style: Variable 'nalt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:162:0: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:166:2: note: Variable 'nalt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:88:11: style: The scope of the variable 'sh' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:252:20: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:252:26: style: The scope of the variable 'combine' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:252:35: style: The scope of the variable 'l2sel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/power7-pmu.c:252:42: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:380:9: error: Array 'pmcsel[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:360:4: note: After for loop, pmc has value 8
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:380:9: note: Array index out of bounds
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:197:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:197:23: style: The scope of the variable 'sh' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/perf/ppc970-pmu.c:263:32: style: The scope of the variable 'psel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/clock-commonclk.c:824:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/clock-commonclk.c:386:22: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:152:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:150:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:152:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:170:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:166:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc5121_ads_cpld.c:170:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:199:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:199:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:292:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:404:15: style: The scope of the variable 'tx_fifo_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:405:15: style: The scope of the variable 'rx_fifo_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/512x/mpc512x_shared.c:494:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/media5200.c:86:6: style: The scope of the variable 'sub_virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:197:6: style: The scope of the variable 'sub_virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_gpt.c:373:27: style: The scope of the variable 'gpt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:66:18: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:68:7: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c:69:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_pci.c:118:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_pci.c:175:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_pic.c:344:8: style: The scope of the variable 'hndlr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_pic.c:345:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/52xx/mpc52xx_pm.c:117:65: portability: '(void __iomem*)CONFIG_KERNEL_START' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c:50:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/85xx/mpc85xx_cds.c:325:6: style: The scope of the variable 'cds_pci_slot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_ppc9a.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_ppc9a.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_ppc9a.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc310.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc310.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc310.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc610.c:63:2: style: Variable 'cascade_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc610.c:55:0: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/86xx/gef_sbc610.c:63:2: note: Variable 'cascade_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/8xx/m8xx_setup.c:64:22: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/amigaone/setup.c:98:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/amigaone/setup.c:88:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/amigaone/setup.c:98:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/axon_msi.c:101:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/axon_msi.c:259:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/cbe_regs.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/cbe_thermal.c:310:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/cpufreq_spudemand.c:92:30: style: The scope of the variable 'affected_info' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/interrupt.c:109:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/interrupt.c:109:22: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:844:9: style: Same expression on both sides of '==' because the value of 'np' and 'NULL' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:819:27: note: 'np' is assigned value 'NULL' here.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:844:9: note: Same expression on both sides of '==' because the value of 'np' and 'NULL' are the same.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:147:7: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:293:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:1010:33: style: The scope of the variable 'ioaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:1044:51: style: The scope of the variable 'hend' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/iommu.c:1045:20: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/pmu.c:95:30: style: The scope of the variable 'shadow_regs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/pmu.c:382:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/pmu.c:383:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/smp.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spider-pci.c:89:25: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spider-pci.c:91:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spider-pci.c:120:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spider-pci.c:44:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_base.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_base.c:270:24: portability: '(void*)lscsa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_base.c:270:41: portability: '(void*)lscsa+sizeof(*lscsa)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_base.c:271:14: portability: 'code' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_base.c:271:26: portability: 'code+code_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_manage.c:392:13: style: The scope of the variable 'spu_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_manage.c:451:22: style: The scope of the variable 'spu_dn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spu_manage.c:473:17: style: The scope of the variable 'vic_handles' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/coredump.c:55:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/coredump.c:56:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/coredump.c:110:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/coredump.c:189:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/fault.c:68:28: portability: '(void __user*)(unsigned long)ctx->ops->npc_read(ctx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/file.c:1082:0: error: #error unsupported page size [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/inode.c:563:32: style: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/spufs.h:251:32: note: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/inode.c:563:32: note: Function 'spufs_create' argument 1 names different: declaration 'nd' definition 'path'.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/inode.c:226:8: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/run.c:352:60: style: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/spufs.h:250:60: note: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/run.c:352:60: note: Function 'spufs_run_spu' argument 3 names different: declaration 'status' definition 'event'.
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/sched.c:399:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/sched.c:151:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/sched.c:1044:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/spu_restore.c:85:15: style: The scope of the variable 'decr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/switch.c:350:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/switch.c:785:15: style: The scope of the variable 'transfer_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/switch.c:1433:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/switch.c:1681:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/cell/spufs/switch.c:1696:11: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/chrp/setup.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/chrp/setup.c:98:9: style: The scope of the variable 'sdramen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/chrp/setup.c:99:15: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/chrp/setup.c:472:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/flipper-pic.c:131:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/flipper-pic.c:132:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:205:13: style: The scope of the variable 'interrupts' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:154:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/hlwd-pic.c:155:19: portability: 'io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/holly.c:207:2: style: Variable 'bridge' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/holly.c:200:0: note: Variable 'bridge' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/holly.c:207:2: note: Variable 'bridge' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/holly.c:201:14: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/ls_uart.c:35:7: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/mpc7448_hpc2.c:67:22: style: Unused variable: np [unusedVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/embedded6xx/usbgecko_udbg.c:226:28: portability: 'exi_io_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/maple/pci.c:634:50: style: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/platforms/maple/maple.h:12:57: note: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/arch/powerpc/platforms/maple/pci.c:634:50: note: Function 'maple_pci_get_legacy_ide_irq' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/arch/powerpc/platforms/maple/setup.c:211:27: style: The scope of the variable 'has_isus' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:194:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:426:45: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 425. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:426:45: note: Shift
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 425. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: note: Shift
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:441:45: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 440. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:441:45: note: Shift
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 440. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: note: Shift
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: warning: Either the condition 'flag<32' is redundant or there is signed integer overflow for expression '1<<flag'. [integerOverflowCond]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:425:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:428:45: note: Integer overflow
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: warning: Either the condition 'flag<32' is redundant or there is signed integer overflow for expression '1<<flag'. [integerOverflowCond]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:440:11: note: Assuming that condition 'flag<32' is not redundant
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/dma_lib.c:443:45: note: Integer overflow
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/iommu.c:263:6: style: Condition 'iommu_off' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/iommu.c:258:14: note: Assignment 'iommu_off=1', assigned value is 1
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/iommu.c:263:6: note: Condition 'iommu_off' is always true
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/msi.c:85:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pasemi/msi.c:88:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/bootx_init.c:471:16: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/bootx_init.c:471:21: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/bootx_init.c:472:8: style: The scope of the variable 'model' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/bootx_init.c:574:4: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:171:17: style: The scope of the variable 'rmask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:816:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:932:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:2571:16: style: The scope of the variable 'actrl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:305:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:1326:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:1335:30: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:2777:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:2785:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/feature.c:2883:31: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/low_i2c.c:1387:20: error: Array 'inst->buffer[64]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/low_i2c.c:1387:14: error: Array 'inst.buffer[64]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/nvram.c:313:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/nvram.c:393:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/nvram.c:438:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/nvram.c:438:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/nvram.c:439:22: style: The scope of the variable 'hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pci.c:789:16: style: Variable 'has_address' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pci.c:928:9: style: Variable 'ht' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:146:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:157:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:169:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:180:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:193:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:206:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:219:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_base.c:239:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_core.c:584:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_core.c:103:14: portability: 'cmd->cmdptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pfunc_core.c:115:14: portability: 'cmd->cmdptr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/pic.c:485:23: style: The scope of the variable 'mpic2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/setup.c:274:13: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/udbg_scc.c:78:2: style: Variable 'escc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/udbg_scc.c:73:0: note: Variable 'escc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powermac/udbg_scc.c:78:2: note: Variable 'escc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1789:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1786:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1789:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:50:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:204:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:912:25: style: The scope of the variable 'hose' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1055:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1122:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1437:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1637:6: style: The scope of the variable 'old_mps' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/eeh-powernv.c:1695:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/idle.c:38:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/npu-dma.c:282:17: style: The scope of the variable 'pdn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/npu-dma.c:283:22: style: The scope of the variable 'npe' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/npu-dma.c:344:41: style: The scope of the variable 'gptmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/npu-dma.c:235:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-dump.c:287:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-elog.c:47:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-elog.c:62:9: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-elog.c:267:2: warning: %llx in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-elog.c:160:6: style: The scope of the variable 'opal_rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-flash.c:167:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-flash.c:405:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-flash.c:450:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-flash.c:498:25: portability: 'image_data.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-hmi.c:239:10: style: The scope of the variable 'disposition' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-hmi.c:350:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-irqchip.c:53:12: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-kmsg.c:29:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-kmsg.c:30:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-memory-errors.c:70:30: style: The scope of the variable 'merr_evt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-memory-errors.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal-msglog.c:73:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal.c:688:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal.c:840:16: portability: 'vmalloc_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/opal.c:744:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-cxl.c:220:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-cxl.c:219:21: note: Assignment 'rc=get_cxl_module()', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-cxl.c:220:6: note: Condition 'rc' is always false
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-cxl.c:320:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-cxl.c:321:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3221:14: warning: Possible null pointer dereference: w [nullPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3209:7: note: Assignment 'w=NULL', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3221:14: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3222:12: warning: Possible null pointer dereference: w [nullPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3209:7: note: Assignment 'w=NULL', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3222:12: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:2570:2: style: Variable 'tce_mem' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:2563:0: note: Variable 'tce_mem' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:2570:2: note: Variable 'tce_mem' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:252:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:768:23: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:1257:18: style: The scope of the variable 'phb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:1726:11: style: The scope of the variable 'top' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:2564:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3194:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3477:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3736:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3737:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3743:29: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3747:32: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/pci-ioda.c:3751:27: portability: 'aux' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/rng.c:139:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/powernv/subcore.c:331:22: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/device-init.c:973:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/htab.c:150:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/interrupt.c:753:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/mm.c:797:6: style: Condition '!USE_DYNAMIC_DMA' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/mm.c:213:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/mm.c:316:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/mm.c:483:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:596:31: style: Condition 'VALUES_64_COUNT>INDEX_64_COUNT' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:598:31: style: Condition 'VALUES_32_COUNT>INDEX_32_COUNT' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:600:31: style: Condition 'VALUES_16_COUNT>INDEX_16_COUNT' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:437:23: portability: '(void*)db' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:439:28: portability: '(void*)db' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/os-area.c:652:22: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/repository.c:487:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/smp.c:65:7: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/spu.c:207:22: style: struct member 'table::name' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/spu.c:207:42: style: struct member 'table::addr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/spu.c:207:62: style: struct member 'table::size' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/powerpc/platforms/ps3/system-bus.c:551:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/cmm.c:122:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/cmm.c:123:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/cmm.c:196:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/cmm.c:307:16: style: The scope of the variable 'timeleft' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/cmm.c:202:24: style: Checking if unsigned variable 'pa->index' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/dtl.c:266:0: style: The scope of the variable 'read_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/eeh_pseries.c:209:6: style: The scope of the variable 'enable' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/eeh_pseries.c:526:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/firmware.c:120:15: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:381:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:405:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:594:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:629:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:711:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-cpu.c:906:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hotplug-memory.c:721:6: error: Uninitialized variable: rc [uninitvar]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hvCall_inst.c:135:17: style: The scope of the variable 'hcall_file' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hvcserver.c:77:28: style: The scope of the variable 'pi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hvcserver.c:78:20: style: The scope of the variable 'element' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/hvcserver.c:143:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/io_event_irq.c:123:27: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/io_event_irq.c:124:6: style: The scope of the variable 'rtas_rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:62:2: style: Variable 'table_group' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:58:0: note: Variable 'table_group' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:62:2: note: Variable 'table_group' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:395:7: style: The scope of the variable 'limit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:436:10: style: The scope of the variable 'limit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:662:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:705:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:1112:22: style: The scope of the variable 'tbl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:137:9: style: Variable 'tces' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/iommu.c:155:9: style: Variable 'tces' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/lparcfg.c:160:16: style: The scope of the variable 'perf_level' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/lparcfg.c:658:16: style: The scope of the variable 'lp_index_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/lparcfg.c:361:16: style: Variable 'local_buffer' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/mobility.c:244:10: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/msi.c:179:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/msi.c:259:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pci_dlpar.c:70:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:46:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:40:0: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:46:2: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:78:2: style: Variable 'dn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:73:0: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:78:2: note: Variable 'dn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:117:18: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/pseries_energy.c:230:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/ras.c:453:25: style: The scope of the variable 'errp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/ras.c:249:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/scanlog.c:50:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/scanlog.c:52:15: style: The scope of the variable 'wait_time' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/scanlog.c:117:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/setup.c:324:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/setup.c:325:15: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/platforms/pseries/smp.c:221:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/axonram.c:80:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/sysdev/axonram.c:112:8: style: The scope of the variable 'user_mem' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/axonram.c:151:34: portability: '(void*)bank->io_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/cpm1.c:140:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/sysdev/cpm1.c:133:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/sysdev/cpm1.c:140:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/sysdev/cpm2_pic.c:253:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/sysdev/ehv_pic.c:128:10: style: Variable 'vnew' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_gtm.c:213:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_gtm.c:214:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_gtm.c:216:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_gtm.c:227:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_gtm.c:314:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_mpic_err.c:105:6: style: The scope of the variable 'errint' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_mpic_err.c:106:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_msi.c:285:2: style: Variable 'msir_index' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_msi.c:276:0: note: Variable 'msir_index' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_msi.c:285:2: note: Variable 'msir_index' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_rio.c:382:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_rmu.c:317:31: portability: 'fsl_dbell->dbell_ring.virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_rmu.c:677:5: portability: 'rmu->msg_tx_ring.virt_buffer[rmu->msg_tx_ring.tx_slot]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/fsl_rmu.c:992:35: portability: 'rmu->msg_rx_ring.virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ge/ge_pic.c:232:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ge/ge_pic.c:242:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/powerpc/sysdev/ipic.c:783:15: warning: Either the condition 'src>127' is redundant or the array 'ipic_info[95]' is accessed at index 127, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/arch/powerpc/sysdev/ipic.c:781:10: note: Assuming that condition 'src>127' is not redundant
linux-grsec-4.9.65/arch/powerpc/sysdev/ipic.c:783:15: note: Array index out of bounds
linux-grsec-4.9.65/arch/powerpc/sysdev/mmio_nvram.c:94:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic.c:1364:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_msgr.c:122:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_msgr.c:152:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_timer.c:147:15: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_timer.c:235:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_timer.c:442:22: style: Checking if unsigned variable 'priv->timerfreq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_u3msi.c:69:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_u3msi.c:127:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mpic_u3msi.c:131:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/mv64x60_dev.c:446:26: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:125:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 121. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:121:11: note: Assuming that condition 'gpio<16' is not redundant
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:125:26: note: Shift
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:126:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 121. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:121:11: note: Assuming that condition 'gpio<16' is not redundant
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:126:26: note: Shift
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:158:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 154. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:154:11: note: Assuming that condition 'gpio<16' is not redundant
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:158:26: note: Shift
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:159:26: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 154. [shiftTooManyBits]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:154:11: note: Assuming that condition 'gpio<16' is not redundant
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_gpio.c:159:26: note: Shift
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_hsta_msi.c:45:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_hsta_msi.c:45:11: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_msi.c:82:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_msi.c:200:6: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_ocm.c:394:6: style: Condition '!count' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_ocm.c:390:10: note: Assignment 'count=0', assigned value is 0
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_ocm.c:392:3: note: count is incremented', new value is 1
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_ocm.c:394:6: note: Condition '!count' is always false
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:247:23: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:247:38: portability: 'reg+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:248:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:248:38: portability: 'reg+8' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:249:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:249:38: portability: 'reg+12' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:250:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:250:32: portability: 'reg+4' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:311:16: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:312:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:440:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:441:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:442:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:443:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:444:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:446:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:447:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:448:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:449:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:450:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:510:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:511:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:520:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:522:26: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:525:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:526:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/ppc4xx_pci.c:527:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/scom.c:35:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/scom.c:36:13: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/tsi108_pci.c:288:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/tsi108_pci.c:290:13: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/tsi108_pci.c:390:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/tsi108_pci.c:213:16: style: Variable 'has_address' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/sysdev/tsi108_pci.c:259:12: style: Variable 'irp_cfg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/powerpc/sysdev/udbg_memcons.c:63:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:79:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:95:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:101:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:120:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:128:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:201:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:202:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:203:16: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/sysdev/xilinx_intc.c:218:56: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/powerpc/xmon/nonstdio.c:102:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/nonstdio.c:154:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1050:32: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1050:32: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1050:32: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1069:19: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1069:19: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1069:19: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1096:30: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1096:30: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1096:30: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1004:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/xmon/ppc-opc.c:1027:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/powerpc/xmon/spu-dis.c:96:7: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/spu-dis.c:97:7: style: The scope of the variable 'hex_value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:945:21: style: Condition 'do_spu_cmd()==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2670:11: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2670:11: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2671:4: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2671:4: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2680:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2680:3: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2681:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2681:3: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2683:3: warning: Either the condition 'tsk' is redundant or there is possible null pointer dereference: tsk. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2705:6: note: Assuming that condition 'tsk' is not redundant
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2709:14: note: Calling function 'show_task', 1st argument 'tsk' value is 0
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2683:3: note: Null pointer dereference
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:875:6: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1025:6: style: The scope of the variable 'stepped' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1216:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1372:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1651:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1845:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1845:12: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1882:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:1882:12: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2008:11: style: The scope of the variable 'inc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2008:19: style: The scope of the variable 'nslash' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2172:13: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2172:16: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2389:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2389:19: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2434:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2436:16: style: The scope of the variable 'inst' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2639:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:747:54: style: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:159:54: note: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'.
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:747:54: note: Function 'in_breakpoint_table' argument 1 names different: declaration 'pc' definition 'nip'.
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2475:29: style: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/xmon/dis-asm.h:12:42: note: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'.
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2475:29: note: Function 'print_address' argument 1 names different: declaration 'memaddr' definition 'addr'.
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2784:24: style: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:144:28: note: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'.
linux-grsec-4.9.65/arch/powerpc/xmon/xmon.c:2784:24: note: Function 'scanhex' argument 1 names different: declaration 'valp' definition 'vp'.
linux-grsec-4.9.65/arch/s390/appldata/appldata_base.c:126:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/appldata/appldata_base.c:441:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/appldata/appldata_base.c:470:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/appldata/appldata_os.c:99:12: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:110:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:32:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:110:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:135:10: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:135:47: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/boot/compressed/misc.c:147:22: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:248:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:364:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:532:31: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:684:27: style: The scope of the variable 'ctrptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:685:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/aes_s390.c:555:9: error: Uninitialized variable: xts_param [uninitvar]
linux-grsec-4.9.65/arch/s390/crypto/des_s390.c:92:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/des_s390.c:110:23: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/des_s390.c:377:27: style: The scope of the variable 'ctrptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/des_s390.c:378:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/prng.c:423:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/prng.c:460:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/crypto/prng.c:460:13: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:413:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:413:50: portability: 'page_align_ptr(base+sizeof(d204->hdr))' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:518:22: portability: 'part_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:524:12: portability: 'cpu_info' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:558:22: portability: 'phys_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:564:12: portability: 'cpu_info' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_diag.c:586:22: portability: 'time_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_vm.c:58:16: style: The scope of the variable 'residual_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/hypfs/hypfs_vm.c:98:33: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/als.c:24:9: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/als.c:64:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/asm-offsets.c:22:0: error: #error Your compiler is too old; please use version 4.3 or newer [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/s390/kernel/cache.c:70:20: style: The scope of the variable 'cache' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/cache.c:155:27: style: The scope of the variable 'pvt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/compat_signal.c:424:45: portability: '(void __user*)frame' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/compat_signal.c:424:58: portability: '(void __user*)frame+frame_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/cpcmd.c:67:6: style: The scope of the variable 'response_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/cpcmd.c:91:8: style: The scope of the variable 'lowbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:510:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:132:16: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:176:16: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:238:16: style: The scope of the variable 'size_old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:239:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:267:16: style: The scope of the variable 'size_hsa' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:164:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:165:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:202:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:203:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:220:37: portability: '(void*)(pfn<<PAGE_SHIFT)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:321:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:324:13: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:401:39: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/crash_dump.c:407:42: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:430:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1330:15: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:531:14: style: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:70:11: note: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:531:14: note: Function 'debug_output' argument 3 names different: declaration 'user_len' definition 'len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:581:68: style: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:72:11: note: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:581:68: note: Function 'debug_input' argument 3 names different: declaration 'user_len' definition 'length'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1226:11: style: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:88:11: note: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1226:11: note: Function 'debug_input_pages_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1285:11: style: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:83:11: note: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1285:11: note: Function 'debug_input_level_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1361:11: style: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kernel/debug.c:91:11: note: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/debug.c:1361:11: note: Function 'debug_input_flush_fn' argument 5 names different: declaration 'user_buf_size' definition 'user_len'.
linux-grsec-4.9.65/arch/s390/kernel/diag.c:52:11: style: The scope of the variable 'prec' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/diag.c:52:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1923:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1925:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1927:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1929:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1931:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1936:12: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1892:23: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1893:29: style: The scope of the variable 'operand' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1894:15: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1895:7: style: The scope of the variable 'separator' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1897:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:1959:18: style: The scope of the variable 'opsize' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:2027:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/dis.c:2028:6: style: The scope of the variable 'opsize' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:473:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:475:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:752:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:752:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:754:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:754:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:1340:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:1340:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:1342:1: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:1342:1: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:313:7: style: The scope of the variable 'has_lowercase' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/ipl.c:719:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/kprobes.c:184:2: style: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/s390/kernel/kprobes.c:182:2: note: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/kernel/kprobes.c:184:2: note: Variable 'kcb->kprobe_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/kernel/module.c:177:16: style: The scope of the variable 'umax' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/module.c:178:7: style: The scope of the variable 'min' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/module.c:178:12: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/module.c:410:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/module.c:139:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/module.c:140:25: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/module.c:159:23: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/nmi.c:268:13: style: The scope of the variable 'ipd_count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/nmi.c:270:28: style: The scope of the variable 'last_ipd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/nmi.c:272:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/perf_cpum_sf.c:848:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/process.c:199:16: style: The scope of the variable 'return_address' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/processor.c:156:42: portability: '(void*)*pos' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:140:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:144:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:148:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:152:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:156:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:159:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:162:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:166:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:169:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:190:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:195:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:201:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:211:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:216:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:222:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:229:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:272:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:273:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:299:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:303:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:306:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:322:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:326:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:353:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:358:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:364:29: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:371:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:414:23: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:415:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:190:23: error: Null pointer dereference: dummy [nullPointer]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:187:23: note: Assignment 'dummy=NULL', assigned value is 0
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:190:23: note: Null pointer dereference
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:322:23: error: Null pointer dereference: dummy [nullPointer]
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:319:23: note: Assignment 'dummy=NULL', assigned value is 0
linux-grsec-4.9.65/arch/s390/kernel/ptrace.c:322:23: note: Null pointer dereference
linux-grsec-4.9.65/arch/s390/kernel/setup.c:165:7: style: The scope of the variable 'query_buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/setup.c:166:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/setup.c:353:16: portability: 'restart_stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/signal.c:179:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/signal.c:199:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/signal.c:337:45: portability: '(void __user*)frame' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/signal.c:337:58: portability: '(void __user*)frame+frame_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/smp.c:115:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/smp.c:664:6: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/smp.c:141:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/s390/kernel/smp.c:203:43: error: Invalid memset() argument nr 3. The value is -504 but the valid values are '0:'. [invalidFunctionArg]
linux-grsec-4.9.65/arch/s390/kernel/sysinfo.c:61:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/topology.c:218:28: style: The scope of the variable 'topo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kernel/traps.c:197:6: style: Condition 'is_uprobe_insn' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/s390/kernel/traps.c:168:23: note: Assignment 'is_uprobe_insn=0', assigned value is 0
linux-grsec-4.9.65/arch/s390/kernel/traps.c:197:6: note: Condition 'is_uprobe_insn' is always false
linux-grsec-4.9.65/arch/s390/kernel/uprobes.c:244:53: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kernel/vdso.c:297:47: portability: 'vdso64_kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:382:26: style: The scope of the variable 'authority_table_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:384:6: style: The scope of the variable 'eax' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:810:16: style: The scope of the variable '_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:810:32: style: The scope of the variable 'gpa' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:854:16: style: The scope of the variable '_len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:854:22: style: The scope of the variable 'gpa' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:917:16: style: The scope of the variable 'currlen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:1142:63: style: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.h:364:63: note: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'.
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:1142:63: note: Function 'kvm_s390_shadow_fault' argument 2 names different: declaration 'shadow' definition 'sg'.
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:842:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:866:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:85:16: style: struct member 'region3_table_entry_fc1::av' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:86:16: style: struct member 'region3_table_entry_fc1::acc' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:87:16: style: struct member 'region3_table_entry_fc1::f' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:127:16: style: struct member 'segment_entry_fc1::av' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:128:16: style: struct member 'segment_entry_fc1::acc' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:129:16: style: struct member 'segment_entry_fc1::f' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/gaccess.c:186:17: style: union member 'vaddress::bx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:523:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:64:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:64:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:104:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:104:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:108:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/guestdbg.c:501:6: style: The scope of the variable 'new_as' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/intercept.c:85:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1116:23: style: Condition 'func==NULL' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1115:8: note: Assuming that condition '!func' is not redundant
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1116:23: note: Condition 'func==NULL' is always true
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:869:2: style: Variable 'inti' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:862:0: note: Variable 'inti' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:869:2: note: Variable 'inti' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1093:16: style: The scope of the variable 'irq_type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1234:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1502:28: style: The scope of the variable 'nr_tries' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:2420:6: style: The scope of the variable 'cpuaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1627:31: style: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.h:358:25: note: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'.
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:1627:31: note: Function 's390int_to_s390irq' argument 2 names different: declaration 's390irq' definition 'irq'.
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:2330:64: style: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.h:369:20: note: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'.
linux-grsec-4.9.65/arch/s390/kvm/interrupt.c:2330:64: note: Function 'kvm_s390_set_irq_state' argument 2 names different: declaration 'buf' definition 'irqstate'.
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:414:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:1118:11: style: The scope of the variable 'hva' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:1330:6: style: The scope of the variable 'cc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:2098:16: style: The scope of the variable 'prefix' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:2672:10: style: The scope of the variable 'exit_reason' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:2824:73: style: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.h:277:73: note: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'.
linux-grsec-4.9.65/arch/s390/kvm/kvm-s390.c:2824:73: note: Function 'kvm_s390_store_status_unloaded' argument 2 names different: declaration 'addr' definition 'gpa'.
linux-grsec-4.9.65/arch/s390/kvm/sigp.c:477:19: style: The scope of the variable 'dest_vcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/sthyi.c:149:31: portability: 'diag224_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/sthyi.c:323:27: portability: 'diag204_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/sthyi.c:338:27: portability: 'diag204_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/kvm/vsie.c:348:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/vsie.c:1060:20: style: The scope of the variable 'vsie_page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/kvm/vsie.c:1061:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:52:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:95:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:141:15: style: The scope of the variable 'owner' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:159:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:187:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:237:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/spinlock.c:267:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/lib/string.c:294:22: portability: 's' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/lib/string.c:335:22: portability: 's' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/lib/uaccess.c:356:20: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:67:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:106:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:148:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:300:7: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:300:11: style: The scope of the variable 'seconds' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/cmm.c:111:24: style: Checking if unsigned variable 'pa->index' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:113:15: style: The scope of the variable 'prot' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:114:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:130:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:152:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:174:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/dump_pagetables.c:52:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/s390/mm/extmem.c:375:23: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/fault.c:316:6: style: The scope of the variable 'si_code' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:238:20: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:512:6: style: The scope of the variable 'flush' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:656:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:674:23: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:896:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:897:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:965:25: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:967:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1042:16: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1044:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1045:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1942:16: style: The scope of the variable 'vmaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1942:24: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1944:9: style: The scope of the variable 'sptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:2010:35: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:2010:41: style: The scope of the variable 'raddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:445:25: portability: '(void*)from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1192:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1250:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/s390/mm/gmap.c:1308:25: style: Variable 'asce' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/s390/mm/gup.c:23:15: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/gup.c:51:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/gup.c:77:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/gup.c:125:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/gup.c:151:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/gup.c:191:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/gup.c:232:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/hugetlbpage.c:174:9: style: The scope of the variable 'pudp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:60:7: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:167:16: style: The scope of the variable 'lc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:190:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:64:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:65:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:150:28: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/mm/maccess.c:152:25: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/mm/mem_detect.c:28:43: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/mem_detect.c:29:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/mmap.c:88:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/mmap.c:122:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/mmap.c:188:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/mmap.c:210:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pageattr.c:60:16: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pageattr.c:150:16: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pageattr.c:219:16: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pageattr.c:269:30: error: Expression 'pgdp++,addr=next,addr<end&&!rc' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/s390/mm/pgalloc.c:170:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pgalloc.c:170:21: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pgalloc.c:223:15: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/pgalloc.c:223:20: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/mm/vmem.c:44:2: style: Variable 'pud' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/s390/mm/vmem.c:42:0: note: Variable 'pud' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/mm/vmem.c:44:2: note: Variable 'pud' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/mm/vmem.c:55:2: style: Variable 'pmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/s390/mm/vmem.c:53:0: note: Variable 'pmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/mm/vmem.c:55:2: note: Variable 'pmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/mm/vmem.c:154:9: style: The scope of the variable 'pg_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/net/bpf_jit_comp.c:373:14: style: The scope of the variable 'rs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:197:2: style: Variable 'node_best' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:192:0: note: Variable 'node_best' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:197:2: note: Variable 'node_best' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:222:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:239:6: style: The scope of the variable 'cores_free' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:351:25: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:351:32: style: The scope of the variable 'drawer' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:351:41: style: The scope of the variable 'book' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:351:48: style: The scope of the variable 'mc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/mode_emu.c:352:28: style: The scope of the variable 'top' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/toptree.c:158:19: style: The scope of the variable 'tmpchild' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/toptree.c:191:59: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/toptree.c:250:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/numa/toptree.c:250:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/pci/pci.c:640:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/pci/pci.c:284:41: portability: '(void __iomem*)ZPCI_ADDR(idx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/s390/pci/pci_clp.c:558:6: style: The scope of the variable 'exists' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/tools/gen_facilities.c:20:21: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/s390/tools/gen_facilities.c:20:26: style: The scope of the variable 'dword' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/score/kernel/irq.c:60:61: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 59. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/score/kernel/irq.c:59:17: note: Assuming that condition 'irq_source<32' is not redundant
linux-grsec-4.9.65/arch/score/kernel/irq.c:60:61: note: Shift
linux-grsec-4.9.65/arch/score/kernel/irq.c:72:62: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 71. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/score/kernel/irq.c:71:17: note: Assuming that condition 'irq_source<32' is not redundant
linux-grsec-4.9.65/arch/score/kernel/irq.c:72:62: note: Shift
linux-grsec-4.9.65/arch/score/kernel/process.c:72:27: style: Variable 'ti' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/score/kernel/process.c:74:25: style: Variable 'regs' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:50:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:46:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:50:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:78:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:74:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/score/kernel/ptrace.c:78:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/score/kernel/signal.c:58:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:59:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:60:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:61:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:62:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:63:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:64:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:65:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:66:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/kernel/signal.c:67:2: warning: Suspicious use of ; at the end of 'while' statement. [suspiciousSemicolon]
linux-grsec-4.9.65/arch/score/lib/ashrdi3.c:37:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/score/mm/cache.c:82:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/score/mm/init.c:72:12: style: Variable 'lastpfn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/boards/board-magicpanelr2.c:169:0: error: #error Unknown revision of PLATFORM_MP_R2 [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/sh/boards/mach-cayman/irq.c:104:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/boards/mach-cayman/irq.c:121:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/boards/mach-cayman/panic.c:27:11: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/boards/mach-hp6xx/hp6xx_apm.c:38:12: style: Variable 'backup' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/boards/mach-microdev/irq.c:44:0: error: #error Inconsistancy in defining the IRQ# for Keyboard! [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/sh/boards/mach-r2d/setup.c:296:41: portability: '(void __iomem*)3017801728U' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/boards/mach-sdk7786/setup.c:213:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/boards/mach-sdk7786/setup.c:207:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/boards/mach-sdk7786/setup.c:213:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/boot/compressed/misc.c:97:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sh/boot/compressed/misc.c:37:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/sh/boot/compressed/misc.c:97:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-api.c:200:2: style: Variable 'channel' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-api.c:196:0: note: Variable 'channel' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-api.c:200:2: note: Variable 'channel' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-api.c:79:22: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-api.c:198:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-g2.c:29:16: style: struct member 'g2_channel::xfer_stat' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-sh.c:390:18: style: Condition 'rc!=0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-sh.c:389:20: note: Assignment 'rc=dmae_irq_init()', assigned value is 0
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-sh.c:390:18: note: Condition 'rc!=0' is always false
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-sh.c:162:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/dma/dma-sh.c:181:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/dma/dmabrg.c:88:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/pci/ops-sh7786.c:71:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/drivers/pci/pci-sh5.c:41:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/drivers/pci/pci-sh5.c:146:7: style: Variable 'uval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/drivers/pci/pci.c:40:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/drivers/pci/pcie-sh7786.c:221:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/sh/drivers/pci/pcie-sh7786.c:397:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/drivers/pci/pcie-sh7786.c:458:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/drivers/push-switch.c:27:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/arch/sh/kernel/cpu/adc.c:22:2: style: Variable 'csr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/kernel/cpu/adc.c:21:2: note: Variable 'csr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/cpu/adc.c:22:2: note: Variable 'csr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:92:15: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 90. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:90:10: note: Assuming that condition 'irq<32' is not redundant
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:92:15: note: Shift
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:109:15: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 107. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:107:10: note: Assuming that condition 'irq<32' is not redundant
linux-grsec-4.9.65/arch/sh/kernel/cpu/irq/intc-sh5.c:109:15: note: Shift
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh2a/fpu.c:382:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh2a/fpu.c:382:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh2a/fpu.c:537:41: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4/fpu.c:152:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4/fpu.c:152:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4/softfloat.c:364:7: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4/softfloat.c:415:7: style: The scope of the variable 'isTiny' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4/softfloat.c:658:0: style: The scope of the variable 'b1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4a/clock-sh7724.c:144:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/kernel/cpu/sh4a/serial-sh7722.c:9:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/cpu/shmobile/pm.c:108:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/cpu/shmobile/pm.c:114:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/cpu/shmobile/pm.c:120:5: portability: 'vp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/cpu/shmobile/pm.c:123:27: portability: 'onchip_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/cpu/shmobile/pm.c:124:18: portability: 'onchip_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/crash_dump.c:36:32: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/crash_dump.c:41:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dumpstack.c:31:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:848:29: style: Condition 'cie->cie_pointer>=cie_tmp->cie_pointer' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:151:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:406:16: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:209:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:760:27: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:764:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:767:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:770:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:778:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:781:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:789:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:793:33: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:803:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:811:30: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:900:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:908:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:913:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:1055:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:1058:11: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:1061:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:209:17: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 208. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:208:13: note: Assuming that condition 'shift<num_bits' is not redundant
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:209:17: note: Shift
linux-grsec-4.9.65/arch/sh/kernel/dwarf.c:931:9: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/kernel/io.c:64:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:65:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:71:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:72:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:87:7: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:88:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:94:5: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:95:7: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io.c:111:20: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/io_trapped.c:114:16: style: The scope of the variable 'voffs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/io_trapped.c:168:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/io_trapped.c:170:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/io_trapped.c:85:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/sh/kernel/kgdb.c:200:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/kgdb.c:212:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:229:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:219:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:229:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:495:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:492:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/kprobes.c:495:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/kernel/machvec.c:54:13: style: Variable 'mv_comma' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/kernel/module.c:47:12: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/module.c:55:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sh/kernel/ptrace_32.c:382:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/sh/kernel/ptrace_32.c:422:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/sh/kernel/ptrace_64.c:398:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/sh/kernel/ptrace_64.c:426:26: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/sh/kernel/signal_64.c:235:22: style: Variable 'current_sr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/kernel/signal_64.c:381:6: style: Unused variable: signal [unusedVariable]
linux-grsec-4.9.65/arch/sh/kernel/topology.c:50:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/kernel/traps_64.c:78:0: error: #error "Sign extend check only works for NEFF==32" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/sh/kernel/unwinder.c:135:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/lib/libgcc.h:17:0: error: #error I feel sick. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/sh/math-emu/math.c:479:16: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/math-emu/math.c:479:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/alignment.c:144:7: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-debugfs.c:85:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/sh/mm/cache-sh2a.c:124:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh2a.c:155:16: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh4.c:323:16: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh4.c:323:19: style: The scope of the variable 'ea' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh4.c:323:23: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh4.c:283:10: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/mm/cache-sh4.c:284:8: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sh/mm/cache-sh5.c:244:28: style: The scope of the variable 'eaddr0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh5.c:244:36: style: The scope of the variable 'eaddr1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh5.c:361:34: style: The scope of the variable 'eaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh5.c:361:41: style: The scope of the variable 'eaddr_end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/cache-sh5.c:415:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/gup.c:250:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/sh/mm/gup.c:113:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/gup.c:134:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/gup.c:154:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/gup.c:195:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/gup.c:244:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sh/mm/hugetlbpage.c:28:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/hugetlbpage.c:29:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/hugetlbpage.c:48:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/hugetlbpage.c:49:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/ioremap_fixed.c:37:22: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sh/mm/pmb.c:832:3: style: Variable 'sz_str' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sh/mm/pmb.c:826:0: note: Variable 'sz_str' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/mm/pmb.c:832:3: note: Variable 'sz_str' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sh/mm/tlbex_64.c:96:17: style: struct member 'expevt_lookup::is_write_access' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sh/mm/tlbflush_64.c:69:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/boot/piggyback.c:150:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:144:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:243:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:264:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:282:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:241:41: style: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:22:41: note: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:241:41: note: Function 'draw_byte_32' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:262:41: style: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:23:41: note: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:262:41: note: Function 'draw_byte_16' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:280:40: style: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:24:40: note: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/btext.c:280:40: note: Function 'draw_byte_8' argument 1 names different: declaration 'bits' definition 'font'.
linux-grsec-4.9.65/arch/sparc/kernel/cpumap.c:321:13: style: The scope of the variable 'new_index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ds.c:1258:16: style: The scope of the variable 'hv_ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ds.c:778:11: style: union member 'Anonymous3::all' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:180:13: style: The scope of the variable 'printed_full' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:184:6: style: The scope of the variable 'tlen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:572:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:573:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:617:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:618:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:630:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/ioport.c:631:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/irq_64.c:814:34: style: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sparc/kernel/entry.h:9:22: note: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'.
linux-grsec-4.9.65/arch/sparc/kernel/irq_64.c:814:34: note: Function 'handler_irq' argument 1 names different: declaration 'irq' definition 'pil'.
linux-grsec-4.9.65/arch/sparc/kernel/kstack.h:70:20: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/kstack.h:71:6: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/irq_64.c:861:5: portability: 'sp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/ldc.c:1568:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/ldc.c:1806:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci.c:53:9: style: The scope of the variable 'has_io' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci.c:53:17: style: The scope of the variable 'has_mem' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci1.c:363:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:574:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:715:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:145:15: style: struct member 'grpci2_bd_chan::nchan' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:146:15: style: struct member 'grpci2_bd_chan::nbd' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:147:15: style: struct member 'grpci2_bd_chan::res' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:159:15: style: struct member 'grpci2_bd_data::pci_adr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:160:15: style: struct member 'grpci2_bd_data::ahb_adr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:161:15: style: struct member 'grpci2_bd_data::next' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:180:15: style: struct member 'grpci2_cap_first::pci2ahb_map' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:181:15: style: struct member 'grpci2_cap_first::ext2ahb_map' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_pci_grpci2.c:183:15: style: struct member 'grpci2_cap_first::pcibar_size' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/leon_smp.c:277:19: style: The scope of the variable 'pp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/mdesc.c:377:38: portability: '(void*)node_block(mdesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/mdesc.c:382:38: portability: '(void*)name_block(mdesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/mdesc.c:439:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/module.c:91:6: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/module.c:92:7: style: The scope of the variable 'loc32' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/module.c:71:19: style: Variable 'strtab' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sparc/kernel/of_device_32.c:275:26: portability: 'preg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/of_device_64.c:353:26: portability: 'preg' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/kernel/pci.c:550:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pci.c:609:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:315:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:313:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:315:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:322:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:315:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/pci_psycho.c:322:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/pci_schizo.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pci_sun4v.c:481:8: warning: Either the condition '!iommu' is redundant or there is possible null pointer dereference: iommu. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/sparc/kernel/pci_sun4v.c:483:21: note: Assuming that condition '!iommu' is not redundant
linux-grsec-4.9.65/arch/sparc/kernel/pci_sun4v.c:481:8: note: Null pointer dereference
linux-grsec-4.9.65/arch/sparc/kernel/pci_sun4v.c:628:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:449:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:474:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:475:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:604:9: style: The scope of the variable 'has_io' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:604:17: style: The scope of the variable 'has_mem' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:608:6: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:785:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/sparc/kernel/pcic.c:574:6: error: Uninitialized variable: real_irq [uninitvar]
linux-grsec-4.9.65/arch/sparc/kernel/pcr.c:112:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/pcr.c:252:16: style: The scope of the variable 'hverror' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/perf_event.c:1406:6: style: The scope of the variable 'current_idx_dmy' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/process_32.c:149:16: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/process_64.c:686:17: style: union member 'Anonymous0::pr_dregs' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/prom_32.c:170:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/sparc/kernel/prom_32.c:170:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/sparc/kernel/prom_irqtrans.c:761:9: style: struct member 'irq_trans::init' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/ptrace_32.c:335:18: style: struct member 'fq::insnaddr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/ptrace_32.c:336:17: style: struct member 'fq::insn' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/kernel/sbus.c:600:2: style: Variable 'control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/kernel/sbus.c:599:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/sbus.c:600:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/kernel/setup_32.c:151:20: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-grsec-4.9.65/arch/sparc/kernel/setup_64.c:136:20: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-grsec-4.9.65/arch/sparc/kernel/setup_64.c:172:16: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/setup_64.c:598:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:171:25: style: The scope of the variable 't0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:171:29: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:171:33: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:200:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:200:17: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:200:22: style: The scope of the variable 'adjust_latency' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:200:42: style: The scope of the variable 'done' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:257:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/smp_64.c:1465:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/sun4d_smp.c:233:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/sparc/kernel/sys_sparc_64.c:89:26: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/sys_sparc_64.c:148:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/traps_32.c:50:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/traps_64.c:1259:22: style: The scope of the variable 'afar' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/traps_64.c:1847:21: style: The scope of the variable 'types' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/traps_64.c:2465:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/vio.c:72:30: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/kernel/viohs.c:179:8: style: union member 'Anonymous0::all' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:28:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:46:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:53:22: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:55:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:61:22: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:62:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:68:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:74:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/PeeCeeI.c:80:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/lib/bitext.c:30:6: style: The scope of the variable 'off_new' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:353:2: style: Variable 'freg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:349:2: note: Variable 'freg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:353:2: note: Variable 'freg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:165:16: style: The scope of the variable 'insn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:289:7: style: The scope of the variable 'fsr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:274:52: style: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:132:52: note: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'.
linux-grsec-4.9.65/arch/sparc/math-emu/math_32.c:274:52: note: Function 'do_one_mathemu' argument 2 names different: declaration 'fsr' definition 'pfsr'.
linux-grsec-4.9.65/arch/sparc/mm/gup.c:230:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:62:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:89:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:126:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:146:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:175:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/gup.c:223:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/highmem.c:98:9: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:74:2: style: Variable 'addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:62:0: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:74:2: note: Variable 'addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:98:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:148:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:235:29: error: Expression 'pmd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:270:29: error: Expression 'pud++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/hugetlbpage.c:301:29: error: Expression 'pgd++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/sparc/mm/init_32.c:96:16: style: The scope of the variable 'curr_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/init_64.c:1499:26: style: Condition 'bootmem_init_numa()<0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/sparc/mm/init_64.c:2964:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/io-unit.c:187:16: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/io-unit.c:187:23: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/iommu.c:240:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/iommu.c:254:16: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/iommu.c:255:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/iommu.c:311:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/leon_mm.c:160:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/sparc/mm/leon_mm.c:164:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/sparc/mm/leon_mm.c:168:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:328:2: style: Variable 'pgd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:326:0: note: Variable 'pgd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:328:2: note: Variable 'pgd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1089:2: style: Variable 'clear' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1088:2: note: Variable 'clear' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1089:2: note: Variable 'clear' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:278:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:279:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:280:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:282:16: style: The scope of the variable 'pteval' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:468:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:667:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:698:9: style: The scope of the variable 'pgdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:751:16: style: The scope of the variable 'probed' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:879:7: style: The scope of the variable 'node_str' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:996:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1408:13: style: The scope of the variable 'smp_catch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1426:17: style: The scope of the variable 'bpreg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/srmmu.c:1089:10: style: Variable 'clear' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/sparc/mm/tsb.c:92:16: style: The scope of the variable 'nentries' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/tsb.c:92:26: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/tsb.c:117:16: style: The scope of the variable 'nentries' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/mm/tsb.c:117:26: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:650:5: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:650:5: portability: 'image+addrs[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:674:5: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:674:5: portability: 'image+addrs[i]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:769:18: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/net/bpf_jit_comp.c:800:33: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/sparc/prom/bootstr_32.c:19:13: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/prom/ranges.c:67:6: style: The scope of the variable 'success' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/prom/ranges.c:91:6: style: The scope of the variable 'num_ranges' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/prom/ranges.c:101:8: style: The scope of the variable 'num_parent_ranges' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/prom/tree_32.c:187:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/sparc/prom/tree_64.c:217:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/gxio/dma_queue.c:36:12: style: union member '__gxio_ring_t::ring_idx' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/tile/gxio/dma_queue.c:38:12: style: union member '__gxio_ring_t::gen' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/tile/gxio/dma_queue.c:39:12: style: union member '__gxio_ring_t::__reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/tile/gxio/mpipe.c:43:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/tile/gxio/trio.c:33:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/tile/kernel/hardwall.c:495:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/hardwall.c:1036:22: style: The scope of the variable 'task' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/hardwall.c:1036:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/hardwall.c:1037:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/kgdb.c:103:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/kernel/kgdb.c:116:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/kernel/module.c:131:7: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/module.c:132:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/module.c:139:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/kernel/pci.c:176:4: style: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/tile/kernel/pci.c:166:0: note: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/tile/kernel/pci.c:176:4: note: Variable 'hv_cfg_fd0' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/tile/kernel/pci.c:406:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/pci.c:407:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/perf_event.c:885:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/setup.c:1549:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/setup.c:1571:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/setup.c:1572:23: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/setup.c:1574:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/single_step.c:316:6: style: The scope of the variable 'temp_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/stack.c:290:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/vdso.c:60:45: portability: 'vdso_kbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/kernel/vdso/vgettimeofday.c:134:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/kernel/vdso/vgettimeofday.c:40:7: style: struct member 'syscall_return_value::value' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/tile/kernel/vdso/vgettimeofday.c:41:7: style: struct member 'syscall_return_value::error' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/tile/lib/cpumask.c:27:11: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/cpumask.c:27:14: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:164:9: style: The scope of the variable 'tmp4' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:164:15: style: The scope of the variable 'tmp5' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:164:21: style: The scope of the variable 'tmp6' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:164:27: style: The scope of the variable 'tmp7' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:164:33: style: The scope of the variable 'tmp8' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/lib/memcpy_64.c:111:24: warning: Suspicious code: sign conversion of m in calculation, even though m can have a negative value [signConversion]
linux-grsec-4.9.65/arch/tile/lib/memcpy_user_64.c:92:13: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/lib/memcpy_user_64.c:92:17: portability: 'to+n' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/mm/highmem.c:244:9: style: Variable 'idx' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/tile/mm/hugetlbpage.c:119:0: error: #error support fourth page table level [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/tile/mm/init.c:287:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/tile/mm/init.c:288:21: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/tile/mm/init.c:845:32: portability: 'last' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/tile/mm/mmap.c:68:7: style: Condition 'is_32bit' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/tile/mm/mmap.c:55:17: note: Assignment 'is_32bit=1', assigned value is 1
linux-grsec-4.9.65/arch/tile/mm/mmap.c:68:7: note: Condition 'is_32bit' is always true
linux-grsec-4.9.65/arch/tile/mm/mmap.c:55:6: style: The scope of the variable 'is_32bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/tile/mm/pgtable.c:302:0: error: #error Code assumes HV_PTE "accessed" bit in second byte [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:113:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:114:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:185:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:207:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:339:15: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_kern.c:502:8: style: The scope of the variable 'in' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_user.c:277:11: style: The scope of the variable 'thread' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/chan_user.c:277:19: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/cow_user.c:148:6: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/fd.c:53:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/line.c:717:16: style: The scope of the variable 'winch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/line.c:718:21: style: The scope of the variable 'wtty' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/line.c:737:16: style: The scope of the variable 'winch' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/line.c:432:42: style: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:65:45: note: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:432:42: note: Function 'line_setup' argument 2 names different: declaration 'nlines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:465:50: style: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:89:57: note: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:465:50: note: Function 'line_config' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:489:27: style: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:95:34: note: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'.
linux-grsec-4.9.65/arch/um/drivers/line.c:489:27: note: Function 'line_get_config' argument 1 names different: declaration 'dev' definition 'name'.
linux-grsec-4.9.65/arch/um/drivers/line.c:489:66: style: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:96:20: note: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:489:66: note: Function 'line_get_config' argument 3 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:539:50: style: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:93:57: note: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:539:50: note: Function 'line_remove' argument 2 names different: declaration 'sizeof_lines' definition 'num'.
linux-grsec-4.9.65/arch/um/drivers/line.c:549:35: style: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/line.h:83:35: note: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'.
linux-grsec-4.9.65/arch/um/drivers/line.c:549:35: note: Function 'register_lines' argument 2 names different: declaration 'driver' definition 'ops'.
linux-grsec-4.9.65/arch/um/drivers/mconsole_kern.c:264:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_kern.c:474:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_kern.c:560:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:61:27: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:81:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:135:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:135:11: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:126:60: style: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/mconsole.h:72:67: note: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'.
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:126:60: note: Function 'mconsole_reply_len' argument 2 names different: declaration 'reply' definition 'str'.
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:126:69: style: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/mconsole.h:73:14: note: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'.
linux-grsec-4.9.65/arch/um/drivers/mconsole_user.c:126:69: note: Function 'mconsole_reply_len' argument 3 names different: declaration 'len' definition 'total'.
linux-grsec-4.9.65/arch/um/drivers/net_kern.c:602:6: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/net_kern.c:626:20: style: The scope of the variable 'transport' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/pcap_user.c:110:34: style: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/pcap_user.h:20:41: note: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'.
linux-grsec-4.9.65/arch/um/drivers/pcap_user.c:110:34: note: Function 'pcap_user_read' argument 2 names different: declaration 'buf' definition 'buffer'.
linux-grsec-4.9.65/arch/um/drivers/port_kern.c:130:20: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/port_kern.c:295:20: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/port_kern.c:159:21: style: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/port.h:9:28: note: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'.
linux-grsec-4.9.65/arch/um/drivers/port_kern.c:159:21: note: Function 'port_data' argument 1 names different: declaration 'port' definition 'port_num'.
linux-grsec-4.9.65/arch/um/drivers/port_user.c:74:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/port_user.c:167:34: style: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/port.h:12:41: note: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'.
linux-grsec-4.9.65/arch/um/drivers/port_user.c:167:34: note: Function 'port_connection' argument 2 names different: declaration 'socket_out' definition 'socket'.
linux-grsec-4.9.65/arch/um/drivers/pty.c:117:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/random.c:51:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/slip_common.h:49:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/slip_user.c:91:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/um/drivers/slip_user.c:87:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/drivers/slip_user.c:91:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/drivers/stdio_console.c:87:37: style: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/stdio_console.c:45:37: note: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'.
linux-grsec-4.9.65/arch/um/drivers/stdio_console.c:87:37: note: Function 'con_remove' argument 2 names different: declaration 'con_remove' definition 'error_out'.
linux-grsec-4.9.65/arch/um/drivers/tty.c:43:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:681:47: warning: Possible null pointer dereference: bitmap_offset_out [nullPointer]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:698:48: note: Calling function 'open_ubd_file', 5th argument 'bitmap_offset_out' value is 0
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:681:47: note: Null pointer dereference
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:453:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1055:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1273:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1391:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1392:26: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1392:31: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:1462:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/drivers/ubd_kern.c:854:18: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/um/drivers/ubd_user.c:24:44: style: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/um/drivers/ubd.h:10:51: note: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'.
linux-grsec-4.9.65/arch/um/drivers/ubd_user.c:24:44: note: Function 'start_io_thread' argument 2 names different: declaration 'fds_out' definition 'fd_out'.
linux-grsec-4.9.65/arch/um/drivers/vde_user.c:21:2: style: Variable 'conn' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/um/drivers/vde_user.c:16:0: note: Variable 'conn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/drivers/vde_user.c:21:2: note: Variable 'conn' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/kernel/irq.c:36:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/irq.c:269:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/irq.c:309:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/irq.c:412:22: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/maccess.c:17:45: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/um/kernel/maccess.c:20:28: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/um/kernel/mem.c:91:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/mem.c:92:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/physmem.c:92:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/um/kernel/physmem.c:92:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/um/kernel/physmem.c:204:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/process.c:364:32: style: The scope of the variable 'ip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/process.c:130:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/um/kernel/skas/uaccess.c:44:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/stacktrace.c:24:25: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:63:21: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:101:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:135:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:165:21: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:311:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:225:35: error: Expression 'pte++,addr+=PAGE_SIZE,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:247:29: error: Expression 'pmd++,addr=next,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:269:29: error: Expression 'pud++,addr=next,(addr<end)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/um/kernel/tlb.c:292:29: error: Expression 'pgd++,addr=next,(addr<end_addr)&&!ret' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/um/kernel/um_arch.c:290:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/um/os-Linux/aio.c:173:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/aio.c:324:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/drivers/tuntap_user.c:73:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/drivers/tuntap_user.c:132:8: style: The scope of the variable 'output' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/drivers/tuntap_user.c:133:11: style: The scope of the variable 'fds' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/file.c:175:10: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/file.c:69:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/um/os-Linux/file.c:70:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/um/os-Linux/file.c:71:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/um/os-Linux/file.c:72:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/um/os-Linux/irq.c:26:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/main.c:91:2: style: Variable 'old_path' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/um/os-Linux/main.c:88:0: note: Variable 'old_path' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/os-Linux/main.c:91:2: note: Variable 'old_path' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/um/os-Linux/main.c:192:3: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/um/os-Linux/mem.c:193:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/sigio.c:55:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/signal.c:260:6: style: The scope of the variable 'save_pending' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/mem.c:50:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/mem.c:52:18: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/mem.c:53:18: style: The scope of the variable 'syscall' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/mem.c:143:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/process.c:136:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/process.c:310:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/process.c:310:19: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/skas/process.c:312:6: style: The scope of the variable 'local_using_sysemu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/start_up.c:261:11: style: The scope of the variable 'syscall' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/start_up.c:261:20: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/um/os-Linux/time.c:174:12: style: Checking if unsigned variable 'nsecs' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/um/os-Linux/time.c:123:11: style: Variable 'sec' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/unicore32/kernel/asm-offsets.c:33:0: error: #error Your compiler should upgrade to uc4 [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/unicore32/kernel/clock.c:156:30: error: Uninitialized variable: pll_vgacfg [uninitvar]
linux-grsec-4.9.65/arch/unicore32/kernel/hibernate.c:77:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/unicore32/kernel/irq.c:117:21: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/unicore32/kernel/pm.c:30:41: style: The scope of the variable 'checksum' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/unicore32/kernel/process.c:168:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/unicore32/kernel/process.c:169:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/unicore32/kernel/process.c:170:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/unicore32/kernel/process.c:171:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/unicore32/kernel/traps.c:317:25: portability: '(void*)vectors' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/unicore32/mm/alignment.c:415:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/unicore32/mm/fault.c:164:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/unicore32/mm/fault.c:469:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/unicore32/mm/fault.c:488:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/unicore32/mm/fault.c:167:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/unicore32/mm/init.c:39:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/unicore32/mm/init.c:348:16: style: The scope of the variable 'bank_start' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/unicore32/mm/mmu.c:171:35: error: Expression 'pte++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/unicore32/mm/mmu.c:190:39: error: Expression 'pmd++,addr+=SECTION_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/boot/a20.c:133:12: style: The scope of the variable 'kbc_err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/cmdline.c:105:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/early_serial_console.c:49:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/compressed/eboot.c:834:15: style: Unused variable: status [unusedVariable]
linux-grsec-4.9.65/arch/x86/boot/compressed/eboot.c:835:16: style: Unused variable: size [unusedVariable]
linux-grsec-4.9.65/arch/x86/boot/compressed/kaslr.c:307:16: style: The scope of the variable 'start_orig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/compressed/kaslr.c:306:19: style: Unused variable: slot_area [unusedVariable]
linux-grsec-4.9.65/arch/x86/boot/compressed/misc.c:275:22: style: The scope of the variable 'phdr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/compressed/misc.c:295:23: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/boot/compressed/misc.c:308:25: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/boot/compressed/mkpiggy.c:68:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/x86/boot/string.c:31:6: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/string.c:45:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/string.c:45:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/cpu.c:25:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/regs.c:22:32: style: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/boot/boot.h:327:32: note: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'.
linux-grsec-4.9.65/arch/x86/boot/regs.c:22:32: note: Function 'initregs' argument 1 names different: declaration 'regs' definition 'reg'.
linux-grsec-4.9.65/arch/x86/boot/tools/build.c:378:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/x86/boot/tools/build.c:136:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
linux-grsec-4.9.65/arch/x86/boot/tty.c:122:10: style: The scope of the variable 't1' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/video-mode.c:57:20: style: The scope of the variable 'mi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/video.c:204:6: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/boot/video.c:205:15: style: The scope of the variable 'sel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/crc32-pclmul_glue.c:55:15: style: The scope of the variable 'prealign' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/poly1305_glue.c:71:15: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/poly1305_glue.c:71:23: style: The scope of the variable 'datalen' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha1-mb/sha1_mb.c:353:24: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha1-mb/sha1_mb.c:463:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha1-mb/sha1_mb.c:915:24: style: The scope of the variable 'sha_ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha1-mb/sha1_mb.c:1011:29: style: The scope of the variable 'cpu_state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha1-mb/sha1_mb.c:667:55: error: Uninitialized variable: data [uninitvar]
linux-grsec-4.9.65/arch/x86/crypto/sha256-mb/sha256_mb.c:347:26: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha256-mb/sha256_mb.c:461:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha256-mb/sha256_mb.c:915:26: style: The scope of the variable 'sha_ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha256-mb/sha256_mb.c:1013:29: style: The scope of the variable 'cpu_state' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/crypto/sha256-mb/sha256_mb.c:665:57: error: Uninitialized variable: data [uninitvar]
linux-grsec-4.9.65/arch/x86/crypto/sha512-mb/sha512_mb.c:939:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.c:120:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:23:41: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:44:19: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:45:23: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:68:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:70:24: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:72:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:85:24: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:93:28: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.h:95:31: portability: 'raw_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/entry/vdso/vdso2c.c:121:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:261:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:259:0: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:261:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:335:2: style: Variable 'prev_raw_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:323:0: note: Variable 'prev_raw_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:335:2: note: Variable 'prev_raw_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/events/amd/iommu.c:364:11: style: Variable 'config' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/events/core.c:1038:24: style: The scope of the variable 'hwc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/core.c:1039:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/core.c:1588:27: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/core.c:1589:31: style: The scope of the variable 'pmu_attr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/core.c:2283:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/bts.c:372:29: style: The scope of the variable 'next_space' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/bts.c:372:46: style: The scope of the variable 'gap' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/bts.c:372:51: style: The scope of the variable 'skip' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/bts.c:373:15: style: The scope of the variable 'next_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/bts.c:375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:2423:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:2450:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:2479:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:2509:23: style: Condition '!is_ht_workaround_enabled()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:2646:28: style: The scope of the variable 'xl' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:3063:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:3570:27: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/core.c:3572:20: style: The scope of the variable 'er' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/cqm.c:1176:18: style: The scope of the variable 'hr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:1023:9: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:1212:31: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:1249:6: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:1322:31: portability: 'at' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:34:16: style: union member 'intel_x86_pebs_dse::ld_reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:38:16: style: union member 'intel_x86_pebs_dse::st_reserved1' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/events/intel/ds.c:41:16: style: union member 'intel_x86_pebs_dse::st_reserved2' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/events/intel/lbr.c:334:11: style: The scope of the variable 'lbr_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/lbr.c:359:11: style: The scope of the variable 'lbr_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/lbr.c:417:32: style: The scope of the variable 'task_ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/lbr.c:456:32: style: The scope of the variable 'task_ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/lbr.c:769:18: style: The scope of the variable 'bytes_left' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/p4.c:1195:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/p4.c:1342:9: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/pt.c:993:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/pt.c:1231:21: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/pt.c:777:15: portability: 'head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:779:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:805:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:852:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:961:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:1111:27: style: The scope of the variable 'box' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:1187:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore.c:1200:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snb.c:693:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snb.c:339:45: portability: 'box->io_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:1230:14: style: The scope of the variable 'nodeid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:1230:22: style: The scope of the variable 'segment' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:1008:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:1621:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:2053:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:2672:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/events/intel/uncore_snbep.c:3509:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kernel/acpi/boot.c:593:10: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/acpi/boot.c:1710:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/alternative.c:367:6: style: The scope of the variable 'instr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/alternative.c:367:14: style: The scope of the variable 'replacement' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/alternative.c:266:9: portability: 'insns' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/alternative.c:699:35: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/alternative.c:703:32: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/amd_gart_64.c:482:16: style: The scope of the variable 'align_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/amd_gart_64.c:483:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/amd_gart_64.c:710:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic.c:672:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic.c:715:16: style: The scope of the variable 'deltaj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic.c:1330:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_flat_64.c:92:6: style: Condition 'hotplug' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_flat_64.c:90:16: note: Assignment 'hotplug=0', assigned value is 0
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_flat_64.c:92:6: note: Condition 'hotplug' is always false
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_flat_64.c:124:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_numachip.c:30:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_numachip.c:43:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/x86/kernel/apic/apic_numachip.c:56:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:2591:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1001:23: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1035:23: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1851:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1897:18: style: The scope of the variable 'cfg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:2840:24: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:275:3: portability: '(void __iomem*)__fix_to_virt(FIX_IO_APIC_BASE_0+idx)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1056:44: error: Uninitialized variable: irq [uninitvar]
linux-grsec-4.9.65/arch/x86/kernel/apic/io_apic.c:1069:9: error: Uninitialized variable: irq [uninitvar]
linux-grsec-4.9.65/arch/x86/kernel/apic/vector.c:786:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/x2apic_cluster.c:37:18: style: The scope of the variable 'cpus_in_cluster_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/x2apic_uv_x.c:73:13: style: Condition '!disable_uv_undefined_panic' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kernel/apic/x2apic_uv_x.c:770:6: style: The scope of the variable 'nasid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/x2apic_uv_x.c:969:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apic/x2apic_uv_x.c:184:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:943:11: style: Same expression on both sides of '!=' because the value of 't' and 'jiffies' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:939:8: note: 't' is assigned value 'jiffies' here.
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:943:11: note: Same expression on both sides of '!=' because the value of 't' and 'jiffies' are the same.
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:1415:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:1736:10: style: The scope of the variable 'power_stat' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:1737:10: style: The scope of the variable 'bat_stat' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:1871:6: style: The scope of the variable 'invert' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:2269:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/apm_32.c:2401:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/asm-offsets_64.c:2:0: error: #error "Please do not build this file directly, build asm-offsets.c instead" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/x86/kernel/asm-offsets_32.c:2:0: error: #error "Please do not build this file directly, build asm-offsets.c instead" [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/x86/kernel/bootflag.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/common.c:1201:11: style: The scope of the variable 'index_min' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/common.c:1201:22: style: The scope of the variable 'index_max' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/cyrix.c:20:16: style: The scope of the variable 'ccr2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/cyrix.c:92:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/hypervisor.c:48:11: style: The scope of the variable 'pri' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel.c:754:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:653:15: style: The scope of the variable 'trace' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:656:15: style: The scope of the variable 'l2_id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:656:26: style: The scope of the variable 'l3_id' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:656:37: style: The scope of the variable 'num_threads_sharing' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:656:58: style: The scope of the variable 'index_msb' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:925:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:728:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:129:17: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/intel_cacheinfo.c:193:12: style: union member 'l3_cache::res' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mcheck/mce-genpool.c:36:19: style: The scope of the variable 'm2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mcheck/mce-genpool.c:79:14: style: The scope of the variable 'mce' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mcheck/mce.c:2306:24: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mcheck/mce.c:2330:28: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mcheck/mce.c:545:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/amd.c:149:26: style: The scope of the variable 'eq' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/amd.c:834:6: style: The scope of the variable 'crnt_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/core.c:645:6: style: Condition 'error' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/core.c:644:10: note: Assignment 'error=0', assigned value is 0
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/core.c:645:6: note: Condition 'error' is always false
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/core.c:392:19: style: The scope of the variable 'tmp_ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:72:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:262:15: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:262:20: style: The scope of the variable 'pf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:310:15: style: The scope of the variable 'mc_size' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:859:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:176:36: portability: '(void*)mc_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:176:48: portability: '(void*)mc_header+data_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel.c:177:36: portability: '(void*)ext_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel_lib.c:53:29: style: The scope of the variable 'ext_sig' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel_lib.c:82:19: portability: 'mc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel_lib.c:131:32: portability: '(void*)ext_header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel_lib.c:162:15: portability: 'mc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/microcode/intel_lib.c:163:28: portability: '(void*)ext_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:43:16: style: struct member 'var_mtrr_state::range_startk' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:44:16: style: struct member 'var_mtrr_state::range_sizek' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:45:16: style: struct member 'var_mtrr_state::chunk_sizek' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:46:16: style: struct member 'var_mtrr_state::gran_sizek' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:47:15: style: struct member 'var_mtrr_state::reg' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cleanup.c:950:18: style: Variable 'highest_pfn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/cyrix.c:94:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/generic.c:426:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/kernel/cpu/mtrr/main.c:125:28: style: The scope of the variable 'dummy' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/vmware.c:60:19: style: The scope of the variable 'lpj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/cpu/vmware.c:149:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:94:2: style: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:91:0: note: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/crash.c:94:2: note: Variable 'do_vmclear_operation' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/crash.c:51:15: style: struct member 'crash_mem::nr_ranges' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:57:17: style: struct member 'crash_elf_data::image' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:62:15: style: struct member 'crash_elf_data::max_nr_ranges' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:65:8: style: struct member 'crash_elf_data::ehdr' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:67:8: style: struct member 'crash_elf_data::bufp' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:73:22: style: struct member 'crash_memmap_data::params' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash.c:75:15: style: struct member 'crash_memmap_data::type' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kernel/crash_dump_32.c:64:22: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/crash_dump_32.c:75:41: portability: 'kdump_buf_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/crash_dump_64.c:39:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/crash_dump_64.c:44:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/dumpstack_32.c:156:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/dumpstack_64.c:53:18: style: The scope of the variable 'regs' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/dumpstack_64.c:195:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/e820.c:269:16: style: The scope of the variable 'current_type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/e820.c:1068:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/arch/x86/kernel/e820.c:633:11: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kernel/early_printk.c:159:12: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/fpu/signal.c:46:50: portability: 'fpstate' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/signal.c:94:20: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/signal.c:384:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:209:22: portability: '(void*)fx' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:210:39: portability: '(void*)&init_fpstate.xsave' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:787:23: portability: '(void*)xsave' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:939:16: portability: 'kbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:941:28: portability: 'ubuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:1038:27: portability: 'kbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:1040:41: portability: 'ubuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:1062:22: portability: 'kbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/fpu/xstate.c:1064:36: portability: 'ubuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/head64.c:122:9: style: The scope of the variable 'command_line' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kgdb.c:274:22: style: The scope of the variable 'pevent' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kgdb.c:110:23: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/kgdb.c:125:28: portability: '(void*)regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:178:14: style: Same expression on both sides of '-' because the value of 'opcodes' and 'orig_opcodes' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:172:34: note: 'orig_opcodes' is assigned value 'opcodes' here.
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:178:14: note: Same expression on both sides of '-' because the value of 'opcodes' and 'orig_opcodes' are the same.
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:294:22: style: The scope of the variable '__addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:169:32: style: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/common.h:70:39: note: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'.
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:169:32: note: Function 'can_boost' argument 1 names different: declaration 'instruction' definition 'opcodes'.
linux-grsec-4.9.65/arch/x86/kernel/kprobes/core.c:893:21: portability: '(void*)orig_ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/opt.c:177:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/opt.c:288:17: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/opt.c:439:27: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/kprobes/opt.c:51:32: portability: '(void*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/ksysfs.c:35:35: portability: '(void*)&boot_params' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/ksysfs.c:178:16: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:94:20: warning: Either the condition 'old_ldt' is redundant or there is possible null pointer dereference: ldt. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:259:6: note: Assuming that condition 'old_ldt' is not redundant
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:265:18: note: Calling function 'free_ldt_struct', 1st argument 'ldt' value is 0
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:94:20: note: Null pointer dereference
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:95:6: warning: Either the condition 'old_ldt' is redundant or there is possible null pointer dereference: ldt. [nullPointerRedundantCheck]
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:259:6: note: Assuming that condition 'old_ldt' is not redundant
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:265:18: note: Calling function 'free_ldt_struct', 1st argument 'ldt' value is 0
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:95:6: note: Null pointer dereference
linux-grsec-4.9.65/arch/x86/kernel/ldt.c:180:22: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/livepatch.c:27:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/livepatch.c:30:8: style: The scope of the variable 'aseg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/livepatch.c:30:15: style: The scope of the variable 'pseg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/livepatch.c:58:33: portability: 'aseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/livepatch.c:63:29: portability: 'pseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:157:4: portability: '(void*)sechdrs[sechdrs[relsec].sh_info].sh_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:217:33: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:233:33: portability: 'aseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:239:21: portability: 'lseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:240:21: portability: 'tseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/module.c:245:29: portability: 'pseg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:449:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:437:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:449:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:852:16: style: The scope of the variable 'erroff' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:1489:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/pci-calgary_64.c:218:9: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kernel/pci-iommu_table.c:52:36: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/reboot_fixups_32.c:83:29: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/reboot_fixups_32.c:84:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/resource.c:28:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/rtc.c:105:6: style: Condition 'century' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kernel/rtc.c:64:65: note: Assignment 'century=0', assigned value is 0
linux-grsec-4.9.65/arch/x86/kernel/rtc.c:105:6: note: Condition 'century' is always false
linux-grsec-4.9.65/arch/x86/kernel/setup.c:1082:54: portability: '(void*)__va(max_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:744:2: style: Variable 'send_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:733:2: note: Variable 'send_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:744:2: note: Variable 'send_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:593:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:674:6: style: The scope of the variable 'maxlvt' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:829:13: style: The scope of the variable 'current_node' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:959:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:1259:22: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/smpboot.c:167:12: style: Variable 'phys_id' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kernel/stacktrace.c:36:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/sys_x86_64.c:127:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/sysfb.c:48:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:483:38: portability: 'config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:484:24: portability: 'config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:491:23: portability: 'heap_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:493:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:495:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:497:11: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/tboot.c:499:51: portability: 'heap_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kernel/vm86_32.c:833:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kernel/vsmp_64.c:229:6: style: Condition '!irq_routing_comply' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kernel/vsmp_64.c:236:6: style: Condition '!is_vsmp_box()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/kvm/assigned-dev.c:144:39: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/assigned-dev.c:419:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:118:33: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:123:39: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:133:31: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:138:24: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:336:8: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:337:48: style: Same expression on both sides of '|' because the value of 'f_gbpages' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:311:23: note: 'f_gbpages' is assigned value '0' here.
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:337:48: note: Same expression on both sides of '|' because the value of 'f_gbpages' and '0' are the same.
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:338:20: style: Same expression on both sides of '|' because the value of 'f_lm' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:312:18: note: 'f_lm' is assigned value '0' here.
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:338:20: note: Same expression on both sides of '|' because the value of 'f_lm' and '0' are the same.
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:343:52: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:344:33: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:345:44: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:353:42: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/kvm/cpuid.c:866:13: style: Variable 'function' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:2117:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:2102:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:2117:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:3984:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:3981:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:3984:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:1367:7: style: The scope of the variable 'sv' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:1367:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:1012:39: portability: '(void*)em_setcc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/emulate.c:5288:7: portability: 'fop' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/hyperv.c:152:29: style: The scope of the variable 'stimer' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/hyperv.c:1225:9: error: Uninitialized variable: param [uninitvar]
linux-grsec-4.9.65/arch/x86/kvm/hyperv.c:1226:10: error: Uninitialized variable: param [uninitvar]
linux-grsec-4.9.65/arch/x86/kvm/hyperv.c:1227:13: error: Uninitialized variable: param [uninitvar]
linux-grsec-4.9.65/arch/x86/kvm/hyperv.c:1228:13: error: Uninitialized variable: param [uninitvar]
linux-grsec-4.9.65/arch/x86/kvm/i8254.c:243:19: style: The scope of the variable 'vcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8254.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8254.c:433:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8254.c:433:15: style: The scope of the variable 'access' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8254.c:617:33: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8259.c:241:11: style: The scope of the variable 'irq2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8259.c:313:6: style: The scope of the variable 'priority' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/i8259.c:313:16: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/ioapic.c:243:35: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/ioapic.c:323:46: style: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/ioapic.c:53:46: note: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'.
linux-grsec-4.9.65/arch/x86/kvm/ioapic.c:323:46: note: Function 'ioapic_service' argument 1 names different: declaration 'vioapic' definition 'ioapic'.
linux-grsec-4.9.65/arch/x86/kvm/irq_comm.c:276:32: style: The scope of the variable 'kimn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:314:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:329:7: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:742:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:808:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1879:6: style: The scope of the variable 'vector' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1879:14: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1879:20: style: The scope of the variable 'trig_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:2271:55: style: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:101:55: note: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'.
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:2271:55: note: Function 'kvm_hv_vapic_msr_write' argument 2 names different: declaration 'msr' definition 'reg'.
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:2284:54: style: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/lapic.h:102:54: note: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'.
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:2284:54: note: Function 'kvm_hv_vapic_msr_read' argument 2 names different: declaration 'msr' definition 'reg'.
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:77:41: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:84:45: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:85:39: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:90:35: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:95:51: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:100:53: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:318:16: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:333:16: portability: 'bitmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:347:19: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:364:40: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:394:37: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:398:37: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:408:49: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:445:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:454:52: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:908:43: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:910:45: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:912:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1013:42: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1284:29: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:1287:24: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/lapic.c:2079:34: portability: 'apic->regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:793:25: style: The scope of the variable 'linfo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:852:25: style: The scope of the variable 'linfo' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1301:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1326:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1363:24: style: The scope of the variable 'rmap_head' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1528:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1824:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:2123:11: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:2290:23: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:2606:6: style: The scope of the variable 'rmap_count' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:213:18: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:519:9: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:839:23: style: The scope of the variable 'sp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:840:6: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:841:7: style: The scope of the variable 'sptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:3878:22: style: The scope of the variable 'pfec' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:3880:23: style: The scope of the variable 'wf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:3880:27: style: The scope of the variable 'uf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:3880:31: style: The scope of the variable 'ff' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:3880:35: style: The scope of the variable 'smapf' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:4303:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:4382:24: style: The scope of the variable 'quadrant' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:4710:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:5084:23: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:522:42: style: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:181:42: note: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'.
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:522:42: note: Function 'mmu_spte_set' argument 2 names different: declaration 'spte' definition 'new_spte'.
linux-grsec-4.9.65/arch/x86/kvm/paging_tmpl.h:359:57: portability: '(void*)host_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/mmu.c:1595:23: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/kvm/mtrr.c:271:29: style: The scope of the variable 'mtrr_seg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/mtrr.c:371:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/arch/x86/kvm/mtrr.c:514:0: style: Boolean variable 'partial_map' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/x86/kvm/mtrr.c:533:0: style: Boolean variable 'partial_map' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/x86/kvm/pmu.c:178:64: style: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/pmu.h:101:64: note: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'.
linux-grsec-4.9.65/arch/x86/kvm/pmu.c:178:64: note: Function 'reprogram_fixed_counter' argument 3 names different: declaration 'fixed_idx' definition 'idx'.
linux-grsec-4.9.65/arch/x86/kvm/pmu.c:240:51: style: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/kvm/pmu.h:106:51: note: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'.
linux-grsec-4.9.65/arch/x86/kvm/pmu.c:240:51: note: Function 'kvm_pmu_rdpmc' argument 2 names different: declaration 'pmc' definition 'idx'.
linux-grsec-4.9.65/arch/x86/kvm/pmu_amd.c:99:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kvm/pmu_amd.c:97:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/pmu_amd.c:99:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/svm.c:1342:2: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/kvm/svm.c:1341:2: note: Variable 'new_entry' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/svm.c:1342:2: note: Variable 'new_entry' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/kvm/svm.c:3837:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kvm/svm.c:3839:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kvm/svm.c:518:6: style: struct member 'svm_init_data::r' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:2168:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:2373:16: style: The scope of the variable 'rflags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:2373:24: style: The scope of the variable 'save_rflags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:4724:6: style: The scope of the variable 'max_irr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:4725:8: style: The scope of the variable 'vapic_page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:5481:16: style: The scope of the variable 'cr2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:7348:16: style: The scope of the variable 'field' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:8705:7: style: The scope of the variable 'unblock_nmi' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:9553:6: style: The scope of the variable 'msr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:11026:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:11068:15: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/vmx.c:9494:51: portability: '(void*)vmx->nested.pi_desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3174:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3174:23: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3174:23: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3212:23: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3212:23: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/x86/kvm/x86.c:3212:23: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/arch/x86/kvm/x86.c:843:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4234:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4254:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4245:5: portability: 'v' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4267:5: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4353:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4442:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4605:6: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4644:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:4778:6: portability: 'pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:368:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 365. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/kvm/x86.c:365:21: note: Assuming that condition 'vector>31' is not redundant
linux-grsec-4.9.65/arch/x86/kvm/x86.c:368:11: note: Shift
linux-grsec-4.9.65/arch/x86/lib/cmdline.c:32:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/lib/csum-wrappers_64.c:51:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/csum-wrappers_64.c:52:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/csum-wrappers_64.c:106:8: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/csum-wrappers_64.c:107:8: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/insn.c:64:26: portability: 'kaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:81:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:82:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:105:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:106:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:274:8: portability: 'page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:325:8: portability: 'from' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/mmx_32.c:326:6: portability: 'to' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/lib/msr.c:12:2: style: Variable 'msrs' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/lib/msr.c:10:0: note: Variable 'msrs' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/lib/msr.c:12:2: note: Variable 'msrs' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:307:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:211:14: style: struct member 'Anonymous0::name' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:152:94: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:154:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:155:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:156:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:157:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:158:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:159:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:160:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:161:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:162:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:163:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:166:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:169:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:170:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:171:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:172:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:173:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:174:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/errors.c:175:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_entry.c:649:30: style: The scope of the variable 'regnr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_entry.c:667:12: portability: 'space' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_entry.c:721:14: portability: 'space' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:554:7: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:617:7: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:790:13: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:839:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:751:10: error: Shifting by a negative value is undefined behaviour [shiftNegative]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_trig.c:751:13: warning: Suspicious code: sign conversion of n in calculation, even though n can have a negative value [signConversion]
linux-grsec-4.9.65/arch/x86/math-emu/get_address.c:140:46: style: The scope of the variable 'seg_top' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/get_address.c:213:8: style: The scope of the variable 'cpu_reg_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_2xm1.c:73:12: error: Uninitialized struct member: argSignif.msw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/poly_atan.c:92:28: error: Uninitialized variable: argSignif [uninitvar]
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:105:22: style: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:101:29: note: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:105:22: note: Function 'poly_l2p1' argument 1 names different: declaration 's0' definition 'sign0'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:105:36: style: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:101:40: note: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:105:36: note: Function 'poly_l2p1' argument 2 names different: declaration 's1' definition 'sign1'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:18: style: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:101:53: note: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:18: note: Function 'poly_l2p1' argument 3 names different: declaration 'r0' definition 'st0_ptr'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:37: style: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:101:66: note: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:37: note: Function 'poly_l2p1' argument 4 names different: declaration 'r1' definition 'st1_ptr'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:56: style: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:102:18: note: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:106:56: note: Function 'poly_l2p1' argument 5 names different: declaration 'd' definition 'dest'.
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:205:20: error: Uninitialized struct member: Numer.msw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:194:29: error: Uninitialized variable: argSignif [uninitvar]
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:199:30: error: Uninitialized variable: argSignif [uninitvar]
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:218:19: error: Uninitialized struct member: argSignif.lsw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/poly_l2.c:219:24: error: Uninitialized struct member: argSignif.midw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/poly_sin.c:61:16: style: The scope of the variable 'fix_up' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_sin.c:61:24: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_sin.c:203:0: style: The scope of the variable 'exp2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_sin.c:203:0: style: The scope of the variable 'echange' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_sin.c:352:0: error: Uninitialized struct member: fix_up.msw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/poly_tan.c:56:16: style: The scope of the variable 'adj' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/poly_tan.c:108:14: error: Uninitialized struct member: accum.lsw [uninitStructMember]
linux-grsec-4.9.65/arch/x86/math-emu/reg_add_sub.c:36:48: style: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:109:55: note: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'.
linux-grsec-4.9.65/arch/x86/math-emu/reg_add_sub.c:36:48: note: Function 'FPU_add' argument 3 names different: declaration 'destrnr' definition 'deststnr'.
linux-grsec-4.9.65/arch/x86/math-emu/reg_divide.c:27:28: style: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/math-emu/fpu_proto.h:153:35: note: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'.
linux-grsec-4.9.65/arch/x86/math-emu/reg_divide.c:27:28: note: Function 'FPU_div' argument 2 names different: declaration 'regrm' definition 'rm'.
linux-grsec-4.9.65/arch/x86/math-emu/reg_divide.c:72:2: style: Variable 'saved_sign' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/math-emu/reg_ld_str.c:369:3: portability: Casting from long double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
linux-grsec-4.9.65/arch/x86/math-emu/reg_ld_str.c:1121:9: style: The scope of the variable 'regnr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/math-emu/reg_ld_str.c:320:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/mm/dump_pagetables.c:218:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/gup.c:430:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/x86/mm/gup.c:147:36: error: Expression 'ptep++,addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:183:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:212:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:245:30: error: Expression 'pmdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:271:28: error: Expression 'addr+=PAGE_SIZE,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:297:30: error: Expression 'pudp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:352:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/gup.c:424:30: error: Expression 'pgdp++,addr=next,addr!=end' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:451:21: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:452:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:453:9: style: The scope of the variable 'pud' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:454:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:455:9: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_32.c:662:59: portability: '(void*)__va(max_low_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/init_64.c:257:9: style: The scope of the variable 'pgd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/init_64.c:562:44: style: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/mm/mm_internal.h:12:58: note: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'.
linux-grsec-4.9.65/arch/x86/mm/init_64.c:562:44: note: Function 'kernel_physical_mapping_init' argument 1 names different: declaration 'start' definition 'paddr_start'.
linux-grsec-4.9.65/arch/x86/mm/init_64.c:563:23: style: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/mm/mm_internal.h:13:25: note: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'.
linux-grsec-4.9.65/arch/x86/mm/init_64.c:563:23: note: Function 'kernel_physical_mapping_init' argument 2 names different: declaration 'end' definition 'paddr_end'.
linux-grsec-4.9.65/arch/x86/mm/ioremap.c:408:9: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/kasan_init_64.c:114:43: portability: '(void*)PAGE_OFFSET' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:111:18: style: Same expression on both sides of '>=' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:53:40: note: 'vaddr_end' is assigned value '__START_KERNEL_map' here.
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:111:18: note: Same expression on both sides of '>=' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same.
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:112:25: style: Same expression on both sides of '>' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same. [duplicateExpression]
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:53:40: note: 'vaddr_end' is assigned value '__START_KERNEL_map' here.
linux-grsec-4.9.65/arch/x86/mm/kaslr.c:112:25: note: Same expression on both sides of '>' because the value of 'vaddr_end' and '__START_KERNEL_map' are the same.
linux-grsec-4.9.65/arch/x86/mm/mmap.c:72:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/arch/x86/mm/mmap.c:78:2: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/arch/x86/mm/mmap.c:72:2: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/arch/x86/mm/mpx.c:610:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:619:7: style: The scope of the variable 'need_write' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:745:22: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:842:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:845:7: style: The scope of the variable 'need_write' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:395:7: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/mm/mpx.c:902:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/mm/numa_32.c:90:59: portability: '(void*)__va(max_low_pfn*PAGE_SIZE-1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/pageattr.c:1271:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/pageattr.c:1331:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/pageattr.c:138:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/pageattr.c:145:21: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/pat.c:504:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/mm/pat_rbtree.c:191:27: style: Condition 'newdata->start>data->start' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:38:17: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:41:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:44:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:55:17: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:59:18: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:63:18: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/mm/testmmiotrace.c:75:13: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/net/bpf_jit_comp.c:300:2: error: Signed integer overflow for expression '72+(141<<8)+(132<<16)+(214<<24)'. [integerOverflow]
linux-grsec-4.9.65/arch/x86/net/bpf_jit_comp.c:355:26: style: Boolean variable 'seen_ld_abs' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/x86/net/bpf_jit_comp.c:356:26: style: Boolean variable 'seen_ax_reg' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/arch/x86/oprofile/backtrace.c:97:17: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/oprofile/nmi_int.c:332:6: style: Condition '!nmi_setup_mux()' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/arch/x86/oprofile/nmi_int.c:422:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/arch/x86/oprofile/nmi_int.c:605:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/arch/x86/oprofile/op_model_p4.c:410:21: style: The scope of the variable 'cccraddr' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/oprofile/op_model_p4.c:521:32: style: Checking if unsigned variable 'counter_config[ctr].event' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/x86/pci/ce4100.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/ce4100.c:297:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/common.c:130:19: style: The scope of the variable 'bar_r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/common.c:131:6: style: The scope of the variable 'bar' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/fixup.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/fixup.c:312:18: style: The scope of the variable 'bridge' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/i386.c:309:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/i386.c:343:18: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/i386.c:356:18: style: The scope of the variable 'bus' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/irq.c:123:19: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/irq.c:883:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/mmconfig-shared.c:347:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/mmconfig-shared.c:452:6: style: The scope of the variable 'num_buses' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/mmconfig-shared.c:572:43: style: The scope of the variable 'cfg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/mmconfig-shared.c:245:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:76:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:79:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:82:46: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:113:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:116:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/mmconfig_32.c:119:38: portability: '(void __iomem*)fix_to_virt(FIX_PCIE_MCFG)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/pci/pcbios.c:134:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/pci/pcbios.c:66:17: style: struct member 'Anonymous0::checksum' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/pci/pcbios.c:67:17: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-grsec-4.9.65/arch/x86/pci/sta2x11-fixup.c:87:6: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/atom/pmc_atom.c:435:30: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/atom/punit_atom_debug.c:93:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/early_printk.c:81:17: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/early_printk.c:81:23: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/early_printk.c:54:18: portability: 'efi_fb' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/early_printk.c:163:30: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:445:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:480:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:793:21: style: The scope of the variable 'md' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:262:22: portability: '(void*)out' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:266:19: portability: '(void*)in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:692:8: portability: 'entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:737:8: portability: 'entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:816:21: portability: 'new_memmap' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/efi.c:340:10: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/platform/efi/quirks.c:390:10: portability: 'new_md' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/efi/quirks.c:447:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/platform/intel-mid/intel_mid_vrtc.c:92:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/intel-mid/intel_mid_vrtc.c:94:6: style: The scope of the variable 'year' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/intel-mid/pwr.c:138:7: style: The scope of the variable 'busy' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/intel-mid/sfi.c:338:2: style: Variable 'pdata' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/arch/x86/platform/intel-mid/sfi.c:334:0: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/platform/intel-mid/sfi.c:338:2: note: Variable 'pdata' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/arch/x86/platform/intel-mid/sfi.c:292:22: style: The scope of the variable 'client' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/intel-quark/imr.c:221:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc-xo1-sci.c:122:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc-xo1-sci.c:343:8: style: Variable 'sts' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc.c:377:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:35:47: warning: Identical condition '(s32)node==-1', second condition is always false [identicalConditionAfterEarlyExit]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:32:16: note: first condition
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:35:47: note: second condition
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:49:48: warning: Identical condition '(s32)node==-1', second condition is always false [identicalConditionAfterEarlyExit]
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:46:16: note: first condition
linux-grsec-4.9.65/arch/x86/platform/olpc/olpc_dt.c:49:48: note: second condition
linux-grsec-4.9.65/arch/x86/platform/uv/bios_uv.c:125:6: style: Variable 'watchlist' is not assigned a value. [unassignedVariable]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:166:22: style: The scope of the variable 'bcp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:185:22: style: The scope of the variable 'bcp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:202:12: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:236:16: style: The scope of the variable 'dw' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:376:24: style: The scope of the variable 'hpp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:790:6: style: The scope of the variable 'tcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:791:22: style: The scope of the variable 'tbcp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:914:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1000:6: style: The scope of the variable 'tcpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1001:22: style: The scope of the variable 'tbcp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1062:6: style: The scope of the variable 'pnode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1125:16: style: The scope of the variable 'descriptor_status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1126:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1222:23: style: The scope of the variable 'other_msg' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1398:20: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1498:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1499:6: style: The scope of the variable 'elements' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1564:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1812:16: style: The scope of the variable 'gnode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1812:36: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1889:6: style: The scope of the variable 'mult2' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1890:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1891:6: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1893:16: style: The scope of the variable 'ts_ns' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1957:6: style: The scope of the variable 'pnode' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1958:6: style: The scope of the variable 'uvhub' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1959:6: style: The scope of the variable 'socket' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:1962:22: style: The scope of the variable 'sdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:2040:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:2103:24: style: The scope of the variable 'sdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:2161:6: style: The scope of the variable 'cpus' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:2163:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/tlb_uv.c:2216:13: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/arch/x86/platform/uv/uv_nmi.c:403:14: style: The scope of the variable 'dots' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/platform/uv/uv_nmi.c:703:11: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/power/hibernate_32.c:85:9: style: The scope of the variable 'pmd' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/power/hibernate_64.c:92:16: style: The scope of the variable 'mstart' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/power/hibernate_64.c:92:24: style: The scope of the variable 'mend' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:226:56: style: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/purgatory/sha256.h:18:63: note: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'.
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:226:56: note: Function 'sha256_update' argument 2 names different: declaration 'input' definition 'data'.
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:226:75: style: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/purgatory/sha256.h:19:18: note: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:226:75: note: Function 'sha256_update' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:256:49: style: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/purgatory/sha256.h:20:56: note: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'.
linux-grsec-4.9.65/arch/x86/purgatory/sha256.c:256:49: note: Function 'sha256_final' argument 2 names different: declaration 'hash' definition 'out'.
linux-grsec-4.9.65/arch/x86/tools/relocs.c:856:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/arch/x86/tools/relocs.c:799:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/arch/x86/um/ldt.c:362:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/um/ldt.c:73:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/um/ldt.c:86:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/um/mem_32.c:39:12: style: Unsigned variable 'addr' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/arch/x86/um/mem_32.c:39:44: style: Checking if unsigned variable 'addr' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/arch/x86/um/signal.c:203:8: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/um/signal.c:290:8: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/x86/xen/enlighten.c:1568:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/enlighten.c:1202:36: portability: 'insnbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/x86/xen/mmu.c:290:53: style: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/xen/mmu.h:16:53: note: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'.
linux-grsec-4.9.65/arch/x86/xen/mmu.c:290:53: note: Function 'set_pte_mfn' argument 2 names different: declaration 'pfn' definition 'mfn'.
linux-grsec-4.9.65/arch/x86/xen/multicalls.c:163:68: style: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/xen/multicalls.h:66:68: note: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'.
linux-grsec-4.9.65/arch/x86/xen/multicalls.c:163:68: note: Function 'xen_mc_extend_args' argument 2 names different: declaration 'arg_size' definition 'size'.
linux-grsec-4.9.65/arch/x86/xen/p2m.c:210:21: style: The scope of the variable 'mfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:211:9: style: The scope of the variable 'ptep' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:212:22: style: The scope of the variable 'topidx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:212:30: style: The scope of the variable 'mididx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:336:6: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:472:9: style: The scope of the variable 'ptechk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:474:9: style: The scope of the variable 'pmdp' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:535:11: style: The scope of the variable 'topidx' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:536:17: style: The scope of the variable 'top_mfn_p' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/p2m.c:539:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/pmu.c:352:12: style: The scope of the variable 'fixed_counters' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/pmu.c:387:30: style: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'. [funcArgNamesDifferent]
linux-grsec-4.9.65/arch/x86/xen/pmu.h:12:30: note: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'.
linux-grsec-4.9.65/arch/x86/xen/pmu.c:387:30: note: Function 'pmu_apic_update' argument 1 names different: declaration 'reg' definition 'val'.
linux-grsec-4.9.65/arch/x86/xen/setup.c:126:16: style: The scope of the variable 'start_r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:126:25: style: The scope of the variable 'size_r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:336:26: style: The scope of the variable 'mfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:340:18: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:503:31: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:565:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:677:8: style: The scope of the variable 'from' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/setup.c:677:15: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/smp.c:252:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/smp.c:268:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/smp.c:393:16: style: The scope of the variable 'gdt_mfn' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/x86/xen/smp.c:284:4: style: Variable 'subtract' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/arch/xtensa/boot/lib/zmem.c:17:19: portability: 'avail_ram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/arch/xtensa/kernel/hw_breakpoint.c:222:17: style: The scope of the variable 'ibreakenable' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/module.c:58:17: style: The scope of the variable 'location' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/module.c:59:11: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/pci.c:97:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/pci.c:228:19: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/signal.c:320:0: error: #error Must use compiler for Xtensa processors. [preprocessorErrorDirective]
linux-grsec-4.9.65/arch/xtensa/kernel/stacktrace.c:186:16: style: The scope of the variable 'a0' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/kernel/traps.c:464:10: style: Variable 'wmask' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/arch/xtensa/platforms/iss/network.c:319:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/arch/xtensa/platforms/xt2000/setup.c:86:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio-integrity.c:277:15: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio-integrity.c:320:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/bio-integrity.c:244:25: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio-integrity.c:335:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:113:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/block/bio.c:253:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio.c:342:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio.c:955:8: style: The scope of the variable 'src_p' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio.c:955:16: style: The scope of the variable 'dst_p' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio.c:956:11: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bio.c:1329:12: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/bio.c:1456:11: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/bio.c:264:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:488:10: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:986:16: portability: 'dst_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:987:16: portability: 'src_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:1469:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bio.c:1549:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:583:61: portability: '(void*)pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:598:58: portability: '(void*)pd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:607:64: portability: '(void*)pd->blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:715:45: portability: '(void*)blkg_to_pd(pos_blkg,pol)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:717:24: portability: '(void*)blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:758:47: portability: '(void*)blkg_to_pd(pos_blkg,pol)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-cgroup.c:760:30: portability: '(void*)pos_blkg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-core.c:160:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-core.c:2375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-core.c:2320:43: style: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk.h:104:43: note: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'.
linux-grsec-4.9.65/block/blk-core.c:2320:43: note: Function 'blk_account_io_start' argument 1 names different: declaration 'req' definition 'rq'.
linux-grsec-4.9.65/block/blk-exec.c:109:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/block/blk-flush.c:564:51: style: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk.h:54:51: note: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'.
linux-grsec-4.9.65/block/blk-flush.c:564:51: note: Function 'blk_free_flush_queue' argument 1 names different: declaration 'q' definition 'fq'.
linux-grsec-4.9.65/block/blk-flush.c:218:9: style: Boolean variable 'kicked' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/block/blk-integrity.c:287:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/block/blk-ioc.c:131:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-ioc.c:290:21: style: The scope of the variable 'ioc' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-ioc.c:234:60: style: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk.h:263:60: note: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'.
linux-grsec-4.9.65/block/blk-ioc.c:234:60: note: Function 'create_task_io_context' argument 2 names different: declaration 'gfp_mask' definition 'gfp_flags'.
linux-grsec-4.9.65/block/blk-map.c:178:14: style: The scope of the variable 'mapped_bio' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-map.c:179:15: style: The scope of the variable 'ret2' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-mq-cpumap.c:95:43: style: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk-mq.h:42:50: note: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'.
linux-grsec-4.9.65/block/blk-mq-cpumap.c:95:43: note: Function 'blk_mq_hw_queue_to_node' argument 1 names different: declaration 'map' definition 'mq_map'.
linux-grsec-4.9.65/block/blk-mq-tag.c:386:51: style: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk-mq-tag.h:23:58: note: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'.
linux-grsec-4.9.65/block/blk-mq-tag.c:386:51: note: Function 'blk_mq_init_tags' argument 1 names different: declaration 'nr_tags' definition 'total_tags'.
linux-grsec-4.9.65/block/blk-mq-tag.c:414:68: style: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'. [funcArgNamesDifferent]
linux-grsec-4.9.65/block/blk-mq-tag.h:31:75: note: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'.
linux-grsec-4.9.65/block/blk-mq-tag.c:414:68: note: Function 'blk_mq_tag_update_depth' argument 2 names different: declaration 'depth' definition 'tdepth'.
linux-grsec-4.9.65/block/blk-mq.c:193:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-mq.c:652:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-mq.c:1539:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-throttle.c:1278:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/block/blk-throttle.c:1280:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/block/blk-throttle.c:450:21: style: The scope of the variable '__tg' can be reduced. [variableScope]
linux-grsec-4.9.65/block/blk-throttle.c:929:32: style: Checking if unsigned variable 'tg->td->nr_queued[rw]' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/blk-throttle.c:1111:30: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-throttle.c:1122:48: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-throttle.c:1203:23: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/blk-throttle.c:1205:32: portability: '(void*)tg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/block/bounce.c:129:25: style: The scope of the variable 'org_vec' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bsg-lib.c:168:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bsg.c:369:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bsg.c:476:11: style: The scope of the variable 'tret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/bsg.c:872:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/cfq-iosched.c:1004:20: style: The scope of the variable 'cfqg' can be reduced. [variableScope]
linux-grsec-4.9.65/block/cfq-iosched.c:1280:20: style: The scope of the variable '__cfqg' can be reduced. [variableScope]
linux-grsec-4.9.65/block/cfq-iosched.c:1551:22: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-grsec-4.9.65/block/cfq-iosched.c:4788:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:4791:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:4792:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:4797:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:4814:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:4815:1: style: Checking if unsigned variable '__data' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/block/cfq-iosched.c:1122:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/block/cmdline-parser.c:68:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/block/elevator.c:301:18: style: The scope of the variable '__rq' can be reduced. [variableScope]
linux-grsec-4.9.65/block/elevator.c:329:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-grsec-4.9.65/block/elevator.c:414:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/block/genhd.c:1369:3: style: Variable 'event' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/block/genhd.c:971:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/block/ioctl.c:104:16: style: Same expression on both sides of '!=' because the value of 'pstart' and 'start' are the same. [duplicateExpression]
linux-grsec-4.9.65/block/ioctl.c:103:19: note: 'pstart' is assigned value 'start' here.
linux-grsec-4.9.65/block/ioctl.c:104:16: note: Same expression on both sides of '!=' because the value of 'pstart' and 'start' are the same.
linux-grsec-4.9.65/block/ioctl.c:104:36: style: Same expression on both sides of '!=' because the value of 'plength' and 'length' are the same. [duplicateExpression]
linux-grsec-4.9.65/block/ioctl.c:103:36: note: 'plength' is assigned value 'length' here.
linux-grsec-4.9.65/block/ioctl.c:104:36: note: Same expression on both sides of '!=' because the value of 'plength' and 'length' are the same.
linux-grsec-4.9.65/block/partitions/aix.c:223:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/aix.c:244:7: style: The scope of the variable 'lp_ix' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/atari.c:74:22: style: The scope of the variable 'xrs' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/ibm.c:73:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/ldm.c:590:20: style: The scope of the variable 'part' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/ldm.c:1337:15: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/ldm.c:856:10: style: Variable 'dgrp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/block/partitions/sgi.c:35:15: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/sgi.c:35:22: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/sgi.c:40:7: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/sun.c:60:7: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/block/partitions/sun.c:24:14: style: struct member 'sun_vtoc::volume' is never used. [unusedStructMember]
linux-grsec-4.9.65/block/partitions/sysv68.c:77:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/block/partitions/sysv68.c:87:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/block/partitions/ultrix.c:14:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/ablkcipher.c:403:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/ablkcipher.c:431:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/ablkcipher.c:477:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/aead.c:66:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/aead.c:141:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/ahash.c:521:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/algapi.c:433:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/algif_skcipher.c:162:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/algif_skcipher.c:492:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/asymmetric_type.c:335:23: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/asymmetric_type.c:336:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/asymmetric_type.c:403:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/mscode_parser.c:29:15: portability: 'content_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/pkcs7_parser.c:390:8: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/pkcs7_parser.c:570:27: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/pkcs7_trust.c:167:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/pkcs7_verify.c:371:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/signature.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:46:2: style: Same expression on both sides of '<'. [duplicateExpression]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:46:2: style: Checking if unsigned variable 'datalen-(sizeof(*mz))' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:57:2: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:63:3: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:72:3: style: Checking if unsigned variable 'cursor' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:52:13: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:58:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:59:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:94:15: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:112:24: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:117:27: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:138:25: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:172:16: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:260:40: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:266:40: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:296:14: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:309:14: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:366:24: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/verify_pefile.c:438:16: portability: 'pebuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:177:25: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:326:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:328:19: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:333:19: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:342:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:346:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:352:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:355:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:358:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/asymmetric_keys/x509_cert_parser.c:411:19: portability: 'value' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/async_tx/async_pq.c:61:17: style: The scope of the variable 'pq_src_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/async_tx/async_pq.c:303:16: style: The scope of the variable 'coefs' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/async_tx/async_pq.c:378:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/async_tx/async_pq.c:378:13: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/async_tx/async_xor.c:46:6: style: The scope of the variable 'xor_src_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/ccm.c:214:6: style: The scope of the variable 'data_src' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/ccm.c:215:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/ccm.c:749:2: error: Address of auto-variable 'rctx->subreq' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/crypto/cryptd.c:111:27: style: The scope of the variable 'cpu_queue' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/crypto_engine.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/crypto_engine.c:302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/dh_helper.c:22:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/dh_helper.c:28:13: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/ecdh_helper.c:22:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/ecdh_helper.c:28:13: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/echainiv.c:40:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/gcm.c:1060:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/gcm.c:862:2: error: Address of auto-variable 'rctx->subreq' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/crypto/jitterentropy.c:659:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/crypto/jitterentropy.c:748:5: style: Variable 'count_var' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/crypto/mcryptd.c:90:28: style: The scope of the variable 'cpu_queue' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/mcryptd.c:152:31: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/mcryptd.c:152:37: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/memneq.c:84:5: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:85:5: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:116:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:116:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:118:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:118:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:120:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:120:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:122:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:122:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:124:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:124:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:126:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:126:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:128:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:128:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:130:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:130:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:132:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:132:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:134:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:134:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:136:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:136:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:138:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:138:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:140:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:140:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:142:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:142:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:144:30: portability: 'a' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/memneq.c:144:57: portability: 'b' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/poly1305_generic.c:95:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/crypto/poly1305_generic.c:112:15: style: The scope of the variable 'datalen' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/scatterwalk.c:36:7: style: The scope of the variable 'vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/scatterwalk.c:52:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/seqiv.c:93:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/shash.c:507:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/shash.c:288:40: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/skcipher.c:314:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/crypto/tcrypt.c:325:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/crypto/tcrypt.c:324:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/crypto/tcrypt.c:325:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/crypto/tcrypt.c:538:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/tcrypt.c:558:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/testmgr.c:1893:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/testmgr.c:2051:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/testmgr.c:310:13: portability: 'hash_buff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:642:9: portability: 'input' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:698:11: portability: 'output' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1043:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1044:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1046:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1047:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1135:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:1155:9: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/testmgr.c:2030:33: portability: 'outbuf_dec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/crypto/xor.c:118:6: style: Condition 'fastest' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/crypto/xor.c:116:12: note: Assignment 'fastest=NULL', assigned value is 0
linux-grsec-4.9.65/crypto/xor.c:118:6: note: Condition 'fastest' is always false
linux-grsec-4.9.65/crypto/xor.c:71:16: style: The scope of the variable 'now' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/xor.c:71:21: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/xor.c:72:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/crypto/xor.c:135:10: portability: 'b1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/accessibility/braille/braille_console.c:361:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_ipmi.c:624:27: style: The scope of the variable 'ipmi_device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_pad.c:143:6: style: The scope of the variable 'do_sleep' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_pad.c:409:14: style: Variable 'idle_cpus' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/acpi_processor.c:151:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpi_processor.c:146:0: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpi_processor.c:151:2: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:875:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:873:0: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:875:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:566:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1061:39: style: The scope of the variable 'ids' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1078:14: style: The scope of the variable 'device_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1194:39: style: The scope of the variable 'ids' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1387:28: style: The scope of the variable 'video_device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1390:9: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:1617:28: style: The scope of the variable 'video_device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpi_video.c:2116:25: style: The scope of the variable 'video' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbcmds.c:289:26: style: The scope of the variable 'table_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbcmds.c:1017:30: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbcmds.c:371:38: style: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdebug.h:102:38: note: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbcmds.c:371:38: note: Function 'acpi_db_unload_acpi_table' argument 1 names different: declaration 'name' definition 'object_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbdisply.c:364:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbdisply.c:357:59: style: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdebug.h:187:59: note: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbdisply.c:357:59: note: Function 'acpi_db_display_method_info' argument 1 names different: declaration 'op' definition 'start_op'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbhistry.c:213:40: style: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdebug.h:259:40: note: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbhistry.c:213:40: note: Function 'acpi_db_get_history_by_index' argument 1 names different: declaration 'commandd_num' definition 'cmd_num'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbinput.c:486:18: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/acpi/acpica/dbmethod.c:345:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/dbmethod.c:340:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/dbmethod.c:345:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/dbmethod.c:279:20: style: Variable 'num_statements' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/acpica/dbmethod.c:355:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/acpica/dbnames.c:593:27: style: The scope of the variable 'object_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbtest.c:937:21: style: The scope of the variable 'this_param' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dbutils.c:108:41: style: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdebug.h:303:41: note: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbutils.c:108:41: note: Function 'acpi_db_set_output_destination' argument 1 names different: declaration 'where' definition 'output_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/dbxface.c:171:27: style: The scope of the variable 'display_op' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dsargs.c:364:69: style: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:59:69: note: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsargs.c:364:69: note: Function 'acpi_ds_get_region_arguments' argument 1 names different: declaration 'rgn_desc' definition 'obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:104:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:93:0: note: Variable 'op' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:104:2: note: Variable 'op' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:623:6: style: The scope of the variable 'same_as_implicit_return' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:487:32: style: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:210:32: note: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmethod.c:487:32: note: Function 'acpi_ds_call_control_method' argument 2 names different: declaration 'walk_state' definition 'this_walk_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmthdat.c:536:37: style: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:169:37: note: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsmthdat.c:536:37: note: Function 'acpi_ds_store_object_to_local' argument 3 names different: declaration 'src_desc' definition 'obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:384:12: style: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:248:12: note: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:384:12: note: Function 'acpi_ds_build_internal_package_obj' argument 3 names different: declaration 'package_length' definition 'element_count'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:385:36: style: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:249:36: note: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:385:36: note: Function 'acpi_ds_build_internal_package_obj' argument 4 names different: declaration 'obj_desc' definition 'obj_desc_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:632:36: style: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:254:48: note: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsobject.c:632:36: note: Function 'acpi_ds_init_object_from_op' argument 4 names different: declaration 'obj_desc' definition 'ret_obj_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsutils.c:467:27: style: The scope of the variable 'parent_op' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dsutils.c:461:44: style: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:282:44: note: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'.
linux-grsec-4.9.65/drivers/acpi/acpica/dsutils.c:461:44: note: Function 'acpi_ds_create_operand' argument 3 names different: declaration 'args_remaining' definition 'arg_index'.
linux-grsec-4.9.65/drivers/acpi/acpica/dswexec.c:358:57: style: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:113:57: note: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/dswexec.c:358:57: note: Function 'acpi_ds_exec_end_op' argument 1 names different: declaration 'state' definition 'walk_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:714:6: warning: Either the condition '!walk_state' is redundant or there is possible null pointer dereference: walk_state. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:710:6: note: Assuming that condition '!walk_state' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:714:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:406:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:544:10: style: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acdispat.h:319:11: note: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/dswstate.c:544:10: note: Function 'acpi_ds_create_walk_state' argument 3 names different: declaration 'mth_desc' definition 'method_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpe.c:330:30: style: The scope of the variable 'gpe_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:214:2: style: Variable 'gpe_register_info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:202:0: note: Variable 'gpe_register_info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:214:2: note: Variable 'gpe_register_info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:440:15: style: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acevents.h:121:15: note: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:440:15: note: Function 'acpi_ev_initialize_gpe_block' argument 3 names different: declaration 'context' definition 'ignored'.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeblk.c:396:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeinit.c:245:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeinit.c:234:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evgpeinit.c:245:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evhandler.c:203:29: style: The scope of the variable 'next_handler_obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/evmisc.c:268:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/evmisc.c:266:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evmisc.c:268:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:362:13: warning: Either the condition '!handler_obj' is redundant or there is possible null pointer dereference: handler_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:353:6: note: Assuming that condition '!handler_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:362:13: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:855:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:850:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evregion.c:855:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evrgnini.c:506:29: style: The scope of the variable 'handler_obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/evsci.c:192:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/evsci.c:188:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/evsci.c:192:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:81:51: style: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:220:51: note: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:81:51: note: Function 'acpi_ex_do_concatenate' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:82:37: style: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:221:37: note: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:82:37: note: Function 'acpi_ex_do_concatenate' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:372:52: style: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:214:52: note: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:372:52: note: Function 'acpi_ex_concat_template' argument 1 names different: declaration 'obj_desc' definition 'operand0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:373:31: style: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:215:31: note: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconcat.c:373:31: note: Function 'acpi_ex_concat_template' argument 2 names different: declaration 'obj_desc2' definition 'operand1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconvrt.c:288:64: style: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/exconvrt.c:54:64: note: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'.
linux-grsec-4.9.65/drivers/acpi/acpica/exconvrt.c:288:64: note: Function 'acpi_ex_convert_to_ascii' argument 4 names different: declaration 'max_length' definition 'data_width'.
linux-grsec-4.9.65/drivers/acpi/acpica/excreate.c:278:12: style: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:245:12: note: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'.
linux-grsec-4.9.65/drivers/acpi/acpica/excreate.c:278:12: note: Function 'acpi_ex_create_region' argument 3 names different: declaration 'region_space' definition 'space_id'.
linux-grsec-4.9.65/drivers/acpi/acpica/exdebug.c:79:29: style: The scope of the variable 'object_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/exfldio.c:233:54: style: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:203:54: note: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'.
linux-grsec-4.9.65/drivers/acpi/acpica/exfldio.c:233:54: note: Function 'acpi_ex_access_region' argument 4 names different: declaration 'read_write' definition 'function'.
linux-grsec-4.9.65/drivers/acpi/acpica/exmisc.c:156:40: style: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:234:40: note: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exmisc.c:156:40: note: Function 'acpi_ex_do_math_op' argument 2 names different: declaration 'operand0' definition 'integer0'.
linux-grsec-4.9.65/drivers/acpi/acpica/exmisc.c:156:54: style: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:234:54: note: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exmisc.c:156:54: note: Function 'acpi_ex_do_math_op' argument 3 names different: declaration 'operand1' definition 'integer1'.
linux-grsec-4.9.65/drivers/acpi/acpica/exoparg2.c:508:2: style: Variable 'return_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/exoparg2.c:499:0: note: Variable 'return_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/exoparg2.c:508:2: note: Variable 'return_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:86:42: style: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:417:42: note: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:86:42: note: Function 'acpi_ex_store' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:227:58: style: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:56:58: note: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:227:58: note: Function 'acpi_ex_store_object_to_index' argument 1 names different: declaration 'val_desc' definition 'source_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:228:37: style: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:57:37: note: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exstore.c:228:37: note: Function 'acpi_ex_store_object_to_index' argument 2 names different: declaration 'dest_desc' definition 'index_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:300:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:291:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:300:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:157:41: style: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:312:41: note: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:157:41: note: Function 'acpi_ex_system_do_stall' argument 1 names different: declaration 'time' definition 'how_long'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:193:41: style: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:310:41: note: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:193:41: note: Function 'acpi_ex_system_do_sleep' argument 1 names different: declaration 'time' definition 'how_long'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:260:54: style: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:317:54: note: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exsystem.c:260:54: note: Function 'acpi_ex_system_wait_event' argument 1 names different: declaration 'time' definition 'time_desc'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:202:38: style: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:483:38: note: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:202:38: note: Function 'acpi_ex_acquire_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:241:38: style: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:485:38: note: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:241:38: note: Function 'acpi_ex_release_global_lock' argument 1 names different: declaration 'rule' definition 'field_flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:324:38: style: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:487:38: note: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:324:38: note: Function 'acpi_ex_eisa_id_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:373:38: style: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:489:38: note: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:373:38: note: Function 'acpi_ex_integer_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:406:38: style: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acinterp.h:491:38: note: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/exutils.c:406:38: note: Function 'acpi_ex_pci_cls_to_string' argument 1 names different: declaration 'dest' definition 'out_string'.
linux-grsec-4.9.65/drivers/acpi/acpica/hwesleep.c:65:41: style: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/achware.h:95:41: note: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/hwesleep.c:65:41: note: Function 'acpi_hw_execute_sleep_method' argument 1 names different: declaration 'method_name' definition 'method_pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/hwgpe.c:500:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/hwgpe.c:499:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/hwgpe.c:500:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/hwgpe.c:458:33: style: The scope of the variable 'gpe_register_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/hwsleep.c:221:33: style: The scope of the variable 'sleep_type_reg_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/hwsleep.c:222:33: style: The scope of the variable 'sleep_enable_reg_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/nsaccess.c:282:15: style: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:147:15: note: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsaccess.c:282:15: note: Function 'acpi_ns_lookup' argument 2 names different: declaration 'name' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsaccess.c:287:38: style: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:152:38: note: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsaccess.c:287:38: note: Function 'acpi_ns_lookup' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:312:14: warning: Either the condition '!parent_node' is redundant or there is possible null pointer dereference: parent_node. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:306:6: note: Assuming that condition '!parent_node' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:312:14: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:302:30: style: The scope of the variable 'node_to_delete' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:299:58: style: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:170:58: note: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:299:58: note: Function 'acpi_ns_delete_children' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:350:67: style: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:164:62: note: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsalloc.c:350:67: note: Function 'acpi_ns_delete_namespace_subtree' argument 1 names different: declaration 'parent_handle' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsarguments.c:213:43: style: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:247:43: note: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsarguments.c:213:43: note: Function 'acpi_ns_check_argument_count' argument 4 names different: declaration 'info' definition 'predefined'.
linux-grsec-4.9.65/drivers/acpi/acpica/nseval.c:343:29: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/nspredef.c:103:35: style: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:264:35: note: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/nspredef.c:103:35: note: Function 'acpi_ns_check_return_value' argument 5 names different: declaration 'return_object' definition 'return_object_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsrepair2.c:687:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/nsrepair2.c:807:29: style: The scope of the variable 'obj_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:95:30: style: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:388:30: note: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:95:30: note: Function 'acpi_ns_search_one_scope' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:96:33: style: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:389:33: note: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:96:33: note: Function 'acpi_ns_search_one_scope' argument 2 names different: declaration 'node' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:98:34: style: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:391:34: note: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:98:34: note: Function 'acpi_ns_search_one_scope' argument 4 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:287:30: style: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:380:30: note: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:287:30: note: Function 'acpi_ns_search_and_enter' argument 1 names different: declaration 'entry_name' definition 'target_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:292:45: style: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:385:45: note: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nssearch.c:292:45: note: Function 'acpi_ns_search_and_enter' argument 7 names different: declaration 'ret_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:72:20: style: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:406:75: note: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:72:20: note: Function 'acpi_ns_print_node_pathname' argument 2 names different: declaration 'msg' definition 'message'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:346:38: style: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:413:38: note: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:346:38: note: Function 'acpi_ns_internalize_name' argument 1 names different: declaration 'dotted_name' definition 'external_name'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:687:18: style: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:303:18: note: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:687:18: note: Function 'acpi_ns_get_node_unlocked' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:688:46: style: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:304:46: note: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:688:46: note: Function 'acpi_ns_get_node_unlocked' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:765:16: style: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:308:16: note: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:765:16: note: Function 'acpi_ns_get_node' argument 2 names different: declaration 'external_pathname' definition 'pathname'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:766:44: style: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:309:44: note: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsutils.c:766:44: note: Function 'acpi_ns_get_node' argument 4 names different: declaration 'out_node' definition 'return_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:118:2: style: Variable 'next_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:114:0: note: Variable 'next_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:118:2: note: Variable 'next_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:69:10: style: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:114:10: note: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:69:10: note: Function 'acpi_ns_get_next_node' argument 1 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:71:10: style: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:116:10: note: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:71:10: note: Function 'acpi_ns_get_next_node' argument 2 names different: declaration 'child' definition 'child_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:109:9: style: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:121:9: note: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:109:9: note: Function 'acpi_ns_get_next_node_typed' argument 2 names different: declaration 'parent' definition 'parent_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:112:9: style: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:124:9: note: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:112:9: note: Function 'acpi_ns_get_next_node_typed' argument 3 names different: declaration 'child' definition 'child_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:185:22: style: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acnamesp.h:106:22: note: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nswalk.c:185:22: note: Function 'acpi_ns_walk_namespace' argument 2 names different: declaration 'start_object' definition 'start_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/nsxfeval.c:659:6: style: The scope of the variable 'no_match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psargs.c:236:27: style: The scope of the variable 'name_op' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:358:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:358:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:359:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:359:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:360:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:360:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:361:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:361:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:367:3: warning: Either the condition '!method_obj' is redundant or there is possible null pointer dereference: method_obj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:344:7: note: Assuming that condition '!method_obj' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:367:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:91:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psloop.c:322:30: style: The scope of the variable 'parent_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psobject.c:292:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/psobject.c:283:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/psobject.c:292:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/psobject.c:288:33: style: The scope of the variable 'op_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psparse.c:100:51: style: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acparser.h:155:50: note: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/psparse.c:100:51: note: Function 'acpi_ps_peek_opcode' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:259:9: warning: Either the condition '!parser_state' is redundant or there is possible null pointer dereference: parser_state. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:253:6: note: Assuming that condition '!parser_state' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:259:9: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:249:28: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:63:10: style: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acparser.h:179:10: note: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:63:10: note: Function 'acpi_ps_get_parent_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:106:32: style: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acparser.h:176:31: note: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:106:32: note: Function 'acpi_ps_init_scope' argument 2 names different: declaration 'root' definition 'root_op'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:247:53: style: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acparser.h:192:53: note: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/psscope.c:247:53: note: Function 'acpi_ps_cleanup_scope' argument 1 names different: declaration 'state' definition 'parser_state'.
linux-grsec-4.9.65/drivers/acpi/acpica/pswalk.c:62:57: style: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acparser.h:229:57: note: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'.
linux-grsec-4.9.65/drivers/acpi/acpica/pswalk.c:62:57: note: Function 'acpi_ps_delete_parse_tree' argument 1 names different: declaration 'root' definition 'subtree_root'.
linux-grsec-4.9.65/drivers/acpi/acpica/psxface.c:280:2: style: Variable 'op' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/psxface.c:273:0: note: Variable 'op' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/psxface.c:280:2: note: Variable 'op' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:405:6: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:412:22: style: The scope of the variable 'aml_resource' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:620:30: style: The scope of the variable 'sub_object_list' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:139:13: style: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:59:55: note: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'.
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:139:13: note: Function 'acpi_rs_stream_option_length' argument 2 names different: declaration 'minimum_total_length' definition 'minimum_aml_resource_length'.
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:190:46: style: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acresrc.h:230:46: note: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'.
linux-grsec-4.9.65/drivers/acpi/acpica/rscalc.c:190:46: note: Function 'acpi_rs_get_aml_length' argument 1 names different: declaration 'resource_list' definition 'resource'.
linux-grsec-4.9.65/drivers/acpi/acpica/rsdump.c:210:6: style: The scope of the variable 'previous_target' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/rsdump.c:211:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/rsutils.c:728:28: style: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acresrc.h:216:28: note: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'.
linux-grsec-4.9.65/drivers/acpi/acpica/rsutils.c:728:28: note: Function 'acpi_rs_set_srs_method_data' argument 2 names different: declaration 'ret_buffer' definition 'in_buffer'.
linux-grsec-4.9.65/drivers/acpi/acpica/tbdata.c:380:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/tbdata.c:374:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/tbdata.c:380:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/tbfadt.c:475:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/tbfadt.c:476:31: style: The scope of the variable 'address64' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/tbfadt.c:679:31: style: The scope of the variable 'target64' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/tbfadt.c:680:31: style: The scope of the variable 'source64' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:78:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:72:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:78:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:192:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:185:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/tbinstal.c:192:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/acpica/utascii.c:61:32: style: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:184:32: note: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'.
linux-grsec-4.9.65/drivers/acpi/acpica/utascii.c:61:32: note: Function 'acpi_ut_valid_nameseg' argument 1 names different: declaration 'signature' definition 'name'.
linux-grsec-4.9.65/drivers/acpi/acpica/utbuffer.c:68:66: style: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:343:66: note: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'.
linux-grsec-4.9.65/drivers/acpi/acpica/utbuffer.c:68:66: note: Function 'acpi_ut_dump_buffer' argument 4 names different: declaration 'offset' definition 'base_offset'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:393:60: style: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:263:60: note: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:393:60: note: Function 'acpi_ut_copy_iobject_to_eobject' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:452:52: style: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:69:52: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:452:52: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 1 names different: declaration 'user_obj' definition 'external_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:453:33: style: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:70:33: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:453:33: note: Function 'acpi_ut_copy_esimple_to_isimple' argument 2 names different: declaration 'return_obj' definition 'ret_internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:637:52: style: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:267:52: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:637:52: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 1 names different: declaration 'obj' definition 'external_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:638:33: style: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:268:33: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utcopy.c:638:33: note: Function 'acpi_ut_copy_eobject_to_iobject' argument 2 names different: declaration 'internal_obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utdelete.c:91:10: warning: Either the condition '!object' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/acpi/acpica/utdelete.c:83:6: note: Assuming that condition '!object' is not redundant
linux-grsec-4.9.65/drivers/acpi/acpica/utdelete.c:91:10: note: Null pointer dereference
linux-grsec-4.9.65/drivers/acpi/acpica/utdelete.c:78:29: style: The scope of the variable 'start_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/utdelete.c:79:30: style: The scope of the variable 'last_obj_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/uterror.c:265:36: style: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:717:36: note: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/uterror.c:265:36: note: Function 'acpi_ut_method_error' argument 4 names different: declaration 'node' definition 'prefix_node'.
linux-grsec-4.9.65/drivers/acpi/acpica/uterror.c:266:38: style: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:718:38: note: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'.
linux-grsec-4.9.65/drivers/acpi/acpica/uterror.c:266:38: note: Function 'acpi_ut_method_error' argument 6 names different: declaration 'lookup_status' definition 'method_status'.
linux-grsec-4.9.65/drivers/acpi/acpica/uteval.c:250:68: style: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:386:67: note: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/uteval.c:250:68: note: Function 'acpi_ut_execute_STA' argument 2 names different: declaration 'status_flags' definition 'flags'.
linux-grsec-4.9.65/drivers/acpi/acpica/utmath.c:90:26: style: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:535:26: note: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'.
linux-grsec-4.9.65/drivers/acpi/acpica/utmath.c:90:26: note: Function 'acpi_ut_short_divide' argument 1 names different: declaration 'in_dividend' definition 'dividend'.
linux-grsec-4.9.65/drivers/acpi/acpica/utmisc.c:240:29: style: The scope of the variable 'this_source_obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:204:62: style: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:449:62: note: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:204:62: note: Function 'acpi_ut_create_integer_object' argument 1 names different: declaration 'value' definition 'initial_value'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:456:59: style: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:53:59: note: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:456:59: note: Function 'acpi_ut_get_simple_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:642:60: style: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:57:60: note: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:642:60: note: Function 'acpi_ut_get_package_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:691:52: style: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:456:52: note: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utobject.c:691:52: note: Function 'acpi_ut_get_object_size' argument 1 names different: declaration 'obj' definition 'internal_object'.
linux-grsec-4.9.65/drivers/acpi/acpica/utownerid.c:170:46: style: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:575:46: note: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/utownerid.c:170:46: note: Function 'acpi_ut_release_owner_id' argument 1 names different: declaration 'owner_id' definition 'owner_id_ptr'.
linux-grsec-4.9.65/drivers/acpi/acpica/utstrtoul64.c:165:61: style: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/acpica/acutils.h:199:61: note: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'.
linux-grsec-4.9.65/drivers/acpi/acpica/utstrtoul64.c:165:61: note: Function 'acpi_ut_strtoul64' argument 3 names different: declaration 'ret_integer' definition 'return_value'.
linux-grsec-4.9.65/drivers/acpi/apei/apei-base.c:212:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/bert.c:72:29: portability: '(void*)estatus' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/einj.c:631:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/erst.c:200:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:222:32: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:223:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:431:11: style: The scope of the variable 'sec_sev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:609:20: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:610:26: style: The scope of the variable 'duration' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:610:36: style: The scope of the variable 'period' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:183:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:327:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:435:2: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/ghes.c:436:13: style: Variable 'sec_sev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/apei/hest.c:86:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/hest.c:86:13: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/apei/hest.c:101:24: portability: '(void*)hest_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/hest.c:102:24: portability: '(void*)hest_tab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/apei/hest.c:113:31: portability: '(void*)hest_hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/battery.c:1098:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/battery.c:1303:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/bus.c:673:14: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/cppc_acpi.c:363:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/cppc_acpi.c:356:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/cppc_acpi.c:363:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/cppc_acpi.c:123:12: style: struct member 'cppc_attr::show' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/acpi/cppc_acpi.c:125:12: style: struct member 'cppc_attr::store' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/acpi/device_sysfs.c:180:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/acpi/device_sysfs.c:201:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/ec.c:1371:30: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/acpi/ec.c:1606:2: style: Variable 'ec' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/ec.c:1600:0: note: Variable 'ec' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/ec.c:1606:2: note: Variable 'ec' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/ec.c:501:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/ec.c:1224:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/ec_sys.c:39:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/ec_sys.c:74:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:909:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:970:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2831:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2827:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2831:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2039:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2540:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2878:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2624:60: style: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/nfit/nfit.h:240:60: note: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'.
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2624:60: note: Function 'acpi_nfit_init' argument 2 names different: declaration 'nfit' definition 'data'.
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:326:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:655:15: portability: 'table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1780:12: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1784:26: portability: '(void __force*)mmio->addr.aperture' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1786:27: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1815:11: portability: 'iobuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2676:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:2861:5: portability: '(void*)tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1241:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1242:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1243:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1244:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1245:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1512:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1513:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1514:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/nfit/core.c:1515:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/acpi/numa.c:106:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/numa.c:106:15: style: The scope of the variable 'dist' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/numa.c:106:21: style: The scope of the variable 'min_dist' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/nvs.c:54:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/osi.c:207:8: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/osl.c:1183:2: style: Variable 'sem' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/osl.c:1181:0: note: Variable 'sem' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/osl.c:1183:2: note: Variable 'sem' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/osl.c:269:12: portability: 'virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/acpi/pci_irq.c:129:26: style: The scope of the variable 'quirk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/pci_root.c:679:2: style: Variable 'root' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/pci_root.c:675:0: note: Variable 'root' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/pci_root.c:679:2: note: Variable 'root' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/pci_root.c:803:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/pci_root.c:833:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/pci_root.c:852:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/power.c:230:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/power.c:228:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/power.c:230:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/power.c:530:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/power.c:511:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/power.c:530:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/power.c:454:62: style: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/internal.h:135:62: note: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'.
linux-grsec-4.9.65/drivers/acpi/power.c:454:62: note: Function 'acpi_power_wakeup_list_init' argument 2 names different: declaration 'system_level' definition 'system_level_p'.
linux-grsec-4.9.65/drivers/acpi/power.c:529:2: style: Variable 'in_arg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/proc.c:49:19: style: The scope of the variable 'ldev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/proc.c:108:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/acpi/processor_idle.c:1254:24: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/processor_idle.c:1362:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/processor_idle.c:1363:25: style: The scope of the variable '_pr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/processor_idle.c:1364:25: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/processor_idle.c:1420:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/processor_pdc.c:127:3: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/processor_pdc.c:124:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_pdc.c:127:3: note: Variable 'buffer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:332:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:323:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:332:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:539:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:532:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_perflib.c:539:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:517:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:510:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:517:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:596:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:585:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:596:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/acpi/processor_throttling.c:874:6: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/property.c:452:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/property.c:761:16: style: Checking if unsigned variable 'nval' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/acpi/sbs.c:609:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/sbshc.c:173:62: style: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/acpi/sbshc.h:29:69: note: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'.
linux-grsec-4.9.65/drivers/acpi/sbshc.c:173:62: note: Function 'acpi_smbus_write' argument 3 names different: declaration 'slave_address' definition 'address'.
linux-grsec-4.9.65/drivers/acpi/scan.c:748:21: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/scan.c:1243:34: style: The scope of the variable 'cid_list' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/scan.c:1244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/sysfs.c:374:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/acpi/sysfs.c:352:7: style: The scope of the variable 'instance_str' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/acpi/sysfs.c:578:9: error: Uninitialized variable: result [uninitvar]
linux-grsec-4.9.65/drivers/acpi/thermal.c:129:6: style: struct member 'acpi_thermal_state::active_index' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/acpi/utils.c:461:3: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/utils.c:651:3: style: Variable 'params' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/acpi/video_detect.c:66:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:2998:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/android/binder.c:2630:2: style: Variable 'thread' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/android/binder.c:2625:0: note: Variable 'thread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/android/binder.c:2630:2: note: Variable 'thread' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/android/binder.c:470:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:471:9: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:503:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:527:24: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:870:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:1008:21: style: The scope of the variable 'ref' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:3092:29: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:3198:23: style: The scope of the variable 'files' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/android/binder.c:460:23: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:589:53: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:628:17: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:733:59: portability: '(void*)buffer->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:806:31: portability: 'free_page_end?buffer_end_page(buffer):buffer_start_page(buffer)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:828:39: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:1263:26: portability: '(void*)offp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:1531:25: portability: '(void*)offp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:2933:67: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/android/binder.c:3173:29: portability: 'proc->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:232:38: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:274:24: portability: 'pp->cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:278:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:279:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:372:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:381:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci.h:73:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ahci.h:99:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ahci.h:118:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ahci.h:148:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:255:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/acard-ahci.c:284:12: style: Variable 'n_elem' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/ahci.c:644:6: style: The scope of the variable 'mv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/ahci.c:1709:45: style: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/ahci.c:88:45: note: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/ata/ahci.c:1709:45: note: Function 'ahci_remove_one' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/ata/ahci.c:696:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci.c:757:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_ceva.c:130:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ahci_da850.c:54:24: portability: 'ahci_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_da850.c:52:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:85:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:90:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:94:22: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:109:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:130:21: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:148:22: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_imx.c:176:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_qoriq.c:80:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_st.c:95:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/ahci_st.c:51:23: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_st.c:52:41: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_st.c:53:41: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_st.c:54:23: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:100:21: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:103:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:104:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:107:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:110:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:111:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:112:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:114:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:118:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:122:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:133:25: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:137:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_sunxi.c:150:23: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:580:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:216:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:219:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:371:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:477:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:480:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:521:34: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:527:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:530:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:543:36: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:178:9: style: Variable 'fbs' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/ahci_xgene.c:727:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/ata_piix.c:682:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/ata_piix.c:1306:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ata_piix.c:1307:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/ata_piix.c:1311:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/libahci.c:2381:19: style: Condition 'hpriv->flags&AHCI_HFLAG_MULTI_MSI' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ata/libahci.c:2559:19: style: Condition 'hpriv->flags&AHCI_HFLAG_MULTI_MSI' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ata/libahci.c:443:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libahci.c:838:23: style: The scope of the variable 'emp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libahci.c:839:10: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libahci.c:840:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libahci.c:1104:23: style: The scope of the variable 'emp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libahci.c:209:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:218:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:219:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1201:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1203:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1206:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1209:25: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1211:28: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1214:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1528:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1577:36: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1622:24: portability: 'pp->cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1626:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1627:18: portability: 'cmd_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1731:25: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1829:34: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1843:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1844:33: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1849:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:1851:32: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:2353:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libahci.c:2362:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libata.h:53:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/libahci.c:525:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/libahci.c:415:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:416:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:417:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:418:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:1766:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2456:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2457:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2458:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2459:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2460:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2461:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2462:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2463:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2464:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2465:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2466:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2467:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2468:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2469:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2470:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2471:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2472:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2473:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2474:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2475:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2476:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2477:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libahci.c:2478:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-acpi.c:152:8: style: The scope of the variable 'envp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-acpi.c:650:15: style: The scope of the variable 'err_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-acpi.c:61:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-acpi.c:939:64: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-core.c:6842:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ata/libata-core.c:6841:19: note: Assignment 'rc=ata_sff_init()', assigned value is 0
linux-grsec-4.9.65/drivers/ata/libata-core.c:6842:6: note: Condition 'rc' is always false
linux-grsec-4.9.65/drivers/ata/libata-core.c:1125:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:2166:15: style: The scope of the variable 'err_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:2530:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:2530:11: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:3309:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:3899:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:5388:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-core.c:1558:43: style: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/libata.h:78:43: note: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'.
linux-grsec-4.9.65/drivers/ata/libata-core.c:1558:43: note: Function 'ata_exec_internal_sg' argument 5 names different: declaration 'sg' definition 'sgl'.
linux-grsec-4.9.65/drivers/ata/libata-core.c:5735:21: portability: '(void*)dev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libata-core.c:5758:22: portability: '(void*)link' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:408:26: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:627:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:628:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:1885:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:2708:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:4106:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:3822:24: style: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/libata.h:184:24: note: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'.
linux-grsec-4.9.65/drivers/ata/libata-eh.c:3822:24: note: Function 'ata_eh_recover' argument 6 names different: declaration 'r_failed_disk' definition 'r_failed_link'.
linux-grsec-4.9.65/drivers/ata/libata-eh.c:62:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/libata-eh.c:2658:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-pmp.c:886:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-scsi.c:382:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-scsi.c:4643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/libata-scsi.c:614:23: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/libata-sff.c:716:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-sff.c:861:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/libata-transport.c:219:1: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/ata/libata-transport.c:635:48: style: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/libata-transport.c:86:48: note: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-grsec-4.9.65/drivers/ata/libata-transport.c:635:48: note: Function 'ata_tdev_delete' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-grsec-4.9.65/drivers/ata/libata-transport.c:654:44: style: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/libata-transport.c:85:44: note: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-grsec-4.9.65/drivers/ata/libata-transport.c:654:44: note: Function 'ata_tdev_add' argument 1 names different: declaration 'dev' definition 'ata_dev'.
linux-grsec-4.9.65/drivers/ata/pata_amd.c:76:40: style: Condition 'amd_clock<=33333' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ata/pata_amd.c:53:24: note: Assignment 'amd_clock=33333', assigned value is 33333
linux-grsec-4.9.65/drivers/ata/pata_amd.c:76:40: note: Condition 'amd_clock<=33333' is always true
linux-grsec-4.9.65/drivers/ata/pata_amd.c:77:40: style: Condition 'amd_clock<=33333' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ata/pata_amd.c:53:24: note: Assignment 'amd_clock=33333', assigned value is 33333
linux-grsec-4.9.65/drivers/ata/pata_amd.c:77:40: note: Condition 'amd_clock<=33333' is always true
linux-grsec-4.9.65/drivers/ata/pata_amd.c:76:40: style: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/ata/pata_amd.c:53:24: note: 'amd_clock' is assigned value '33333' here.
linux-grsec-4.9.65/drivers/ata/pata_amd.c:76:40: note: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same.
linux-grsec-4.9.65/drivers/ata/pata_amd.c:77:40: style: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/ata/pata_amd.c:53:24: note: 'amd_clock' is assigned value '33333' here.
linux-grsec-4.9.65/drivers/ata/pata_amd.c:77:40: note: Same expression on both sides of '<=' because the value of 'amd_clock' and '33333' are the same.
linux-grsec-4.9.65/drivers/ata/pata_arasan_cf.c:460:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_arasan_cf.c:500:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_arasan_cf.c:617:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_arasan_cf.c:648:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:294:17: style: The scope of the variable 'teoc_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:294:27: style: The scope of the variable 't2_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:294:35: style: The scope of the variable 'teoc_pio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:295:17: style: The scope of the variable 't4_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:295:25: style: The scope of the variable 't2_pio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:295:33: style: The scope of the variable 't1_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:296:17: style: The scope of the variable 'n0' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:17: style: The scope of the variable 'tenv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:23: style: The scope of the variable 'tack' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:29: style: The scope of the variable 'tcyc_tdvs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:40: style: The scope of the variable 'tdvs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:46: style: The scope of the variable 'tmli' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:52: style: The scope of the variable 'tss' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:57: style: The scope of the variable 'trp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:373:62: style: The scope of the variable 'tzah' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:17: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:21: style: The scope of the variable 'td' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:25: style: The scope of the variable 'tkr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:30: style: The scope of the variable 'tkw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:35: style: The scope of the variable 'teoc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:374:41: style: The scope of the variable 'th' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:375:17: style: The scope of the variable 'n0' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:375:21: style: The scope of the variable 'nf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:375:25: style: The scope of the variable 'tfmin' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:376:17: style: The scope of the variable 'nmin' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:376:23: style: The scope of the variable 'tcyc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:482:17: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:1177:4: warning: Array 'align_buf' is filled incompletely. Did you forget to multiply the size given to 'memcpy()' with 'sizeof(*align_buf)'? [incompleteArrayFill]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:488:12: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:493:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:510:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:515:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:519:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:522:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:525:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:547:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:551:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:554:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:557:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:568:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:585:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:590:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:594:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:597:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:603:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:606:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:630:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:635:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:639:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:642:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:646:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_bf54x.c:657:12: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_cs5520.c:47:6: style: struct member 'pio_clocks::address' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:144:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:146:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:147:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:148:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:149:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:150:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:151:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:152:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:153:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:154:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:155:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:160:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:195:41: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:241:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ep93xx.c:254:52: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_hpt3x2n.c:32:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_icside.c:345:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_icside.c:359:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_icside.c:272:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/pata_it821x.c:704:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_it821x.c:906:21: style: The scope of the variable 'mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_legacy.c:297:6: style: Variable 'rt' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:984:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:985:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:986:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:987:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:988:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:989:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:990:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:991:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:992:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:993:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:994:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_macio.c:995:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:93:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:94:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:95:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:96:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:97:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:98:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_ninja32.c:99:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:309:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:348:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:844:29: style: The scope of the variable 'res_cs1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:159:3: style: Variable 't1' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:165:3: style: Variable 't2i' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/pata_octeon_cf.c:382:3: style: Variable 'words' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:201:31: portability: 'port_mmio(ap,offset)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:682:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:683:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:684:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:685:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:686:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:687:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:689:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_pdc2027x.c:691:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_rdc.c:335:2: style: Variable 'port_info' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:80:34: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:82:30: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:88:31: portability: 's3c_ide_sfrbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:89:19: portability: 's3c_ide_sfrbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:445:35: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_samsung_cf.c:447:31: portability: 's3c_ide_regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pata_sch.c:48:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:305:3: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:303:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:305:3: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:319:3: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:316:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/pata_serverworks.c:319:3: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/pata_via.c:358:16: style: The scope of the variable 'model_num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:327:11: error: Expression 'buf[i++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:536:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:538:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:539:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:540:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:541:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:542:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:543:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:545:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:547:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/pdc_adma.c:372:6: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:834:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:835:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:837:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:838:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:840:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:842:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:843:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:844:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:846:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:847:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:848:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:850:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_dwc_460ex.c:851:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:328:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:328:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:338:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:338:6: warning: %d in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:365:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:379:6: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:1102:2: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:1094:0: note: Variable 'link' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:1102:2: note: Variable 'link' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:409:34: portability: 'hcr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:748:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:126:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:165:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_fsl.c:184:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_highbank.c:196:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_highbank.c:406:27: portability: 'pp->rx_fis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:267:37: portability: 'port_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:282:25: portability: 'port_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:287:52: portability: 'inic_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:302:52: portability: 'inic_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:758:40: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:759:18: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:763:25: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:773:39: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:780:40: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:781:24: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_inic162x.c:783:24: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:4513:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:4507:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/sata_mv.c:4513:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2447:15: style: The scope of the variable 'pmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2447:20: style: The scope of the variable 'pmp_map' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2908:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1418:47: style: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:615:47: note: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'.
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1418:47: note: Function 'mv6_dev_config' argument 1 names different: declaration 'dev' definition 'adev'.
linux-grsec-4.9.65/drivers/ata/sata_mv.c:905:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:905:34: portability: 'base+SATAHC0_REG_BASE' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:916:43: portability: 'mv_hc_base_from_port(base,port)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:917:26: portability: 'mv_hc_base_from_port(base,port)+MV_SATAHC_ARBTR_REG_SZ' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1014:47: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1016:14: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1017:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1026:47: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1027:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1029:14: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1087:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1095:25: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1191:31: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1231:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1235:29: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1363:37: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1374:45: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1395:27: portability: 'mv_ap_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:1556:37: portability: 'mv_ap_base(ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2970:25: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2977:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3104:24: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3106:20: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3114:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3133:17: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3137:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3139:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3236:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3238:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3240:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3241:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3242:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3243:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3244:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3245:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3246:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3247:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3248:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3249:2: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3259:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3262:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3277:27: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3335:19: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3351:26: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3564:30: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3569:28: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3711:44: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3729:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3731:24: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3734:46: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3737:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3738:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3739:19: portability: 'port_mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:188:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:361:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3369:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:3375:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_mv.c:2718:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/sata_nv.c:1000:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_nv.c:1351:22: style: The scope of the variable 'aprd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_nv.c:1185:10: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1115:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1116:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1117:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1118:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1119:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1120:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1122:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_promise.c:1124:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:189:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:199:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:319:44: portability: 'qs_mmio_base(ap->host)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:466:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:468:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:469:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:470:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:471:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:472:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:473:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:475:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:477:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:478:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_qstor.c:556:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_rcar.c:697:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:792:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:1024:7: style: The scope of the variable 'pmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:509:53: portability: 'sil24_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:520:53: portability: 'sil24_port_base(link->ap)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:98:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:106:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:161:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:233:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ata/sata_sil24.c:1007:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:407:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:408:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:410:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:411:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:412:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:413:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:414:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:415:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:417:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:419:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:420:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_svw.c:421:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:794:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:794:23: style: The scope of the variable 'port_no' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:1274:19: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:721:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:732:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:747:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:750:28: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:750:47: portability: 'mmio+PDC_20621_SEQCTL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:751:15: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:751:34: portability: 'mmio+PDC_20621_SEQCTL' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:760:16: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:983:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:984:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:985:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:986:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:987:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:988:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:990:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:992:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:1076:10: portability: 'psource' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_sx4.c:1084:11: portability: 'psource' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_uli.c:196:48: portability: '(void __iomem*)((unsigned long)iomap[1]|ATA_PCI_CTL_OFS)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_uli.c:211:48: portability: '(void __iomem*)((unsigned long)iomap[3]|ATA_PCI_CTL_OFS)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_via.c:442:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_via.c:447:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:316:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:317:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:318:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:319:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:320:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:321:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:322:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:323:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:324:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:325:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:326:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:327:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:328:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:329:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:330:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:331:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ata/sata_vsc.c:332:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/ambassador.c:559:13: style: The scope of the variable 'my_slot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/ambassador.c:1015:7: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/ambassador.c:307:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/atm/ambassador.c:423:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/atm/ambassador.c:424:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/atm/ambassador.c:1538:18: portability: 'memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/ambassador.c:1618:18: portability: 'limit' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/ambassador.c:927:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/ambassador.c:307:39: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
linux-grsec-4.9.65/drivers/atm/atmtcp.c:265:25: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:2162:11: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/atm/eni.c:2188:15: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/atm/eni.c:684:16: style: The scope of the variable 'vci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:727:18: style: The scope of the variable 'eni_vcc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:729:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:1211:17: style: The scope of the variable 'tx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:1296:14: style: The scope of the variable 'order' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:1601:12: style: The scope of the variable 'failed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:1602:6: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:2101:21: style: The scope of the variable 'signal' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/eni.c:208:8: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/eni.c:226:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/eni.c:277:8: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/eni.c:1694:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/eni.c:1694:28: portability: 'base+65536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/eni.c:1158:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/eni.c:1621:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/eni.c:1781:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/firestream.c:684:20: style: The scope of the variable 'qe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:783:15: style: The scope of the variable 'channo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:867:29: style: The scope of the variable 'tc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:872:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:873:6: style: The scope of the variable 'bfp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:874:6: style: The scope of the variable 'to' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:1390:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:1481:26: style: The scope of the variable 'ne' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:1568:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/firestream.c:492:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/firestream.c:1695:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/firestream.c:1781:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/firestream.c:1786:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/firestream.c:1864:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/fore200e.c:318:9: style: The scope of the variable 'ok' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/fore200e.c:1054:26: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/fore200e.c:2449:24: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/fore200e.c:1306:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/he.c:2781:10: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/atm/he.c:331:18: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:447:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:477:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:507:39: style: The scope of the variable 'lbuf_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:655:22: style: The scope of the variable 'exp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:655:27: style: The scope of the variable 'man' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:656:21: style: The scope of the variable 'rate_cps' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:657:6: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1530:18: style: The scope of the variable 'heb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1530:24: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1888:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1933:6: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1933:13: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/he.c:1528:24: style: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/atm/he.c:106:36: note: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'.
linux-grsec-4.9.65/drivers/atm/he.c:1528:24: note: Function 'he_stop' argument 1 names different: declaration 'dev' definition 'he_dev'.
linux-grsec-4.9.65/drivers/atm/he.c:2613:26: style: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/atm/he.c:101:37: note: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'.
linux-grsec-4.9.65/drivers/atm/he.c:2613:26: note: Function 'he_ioctl' argument 1 names different: declaration 'dev' definition 'atm_dev'.
linux-grsec-4.9.65/drivers/atm/he.c:1852:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/he.c:2413:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/he.c:2423:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/he.c:2595:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/atm/he.c:1094:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/he.c:2724:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/horizon.c:985:11: style: Condition 'rx_regions' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/atm/horizon.c:982:33: note: Assignment 'rx_regions=0', assigned value is 0
linux-grsec-4.9.65/drivers/atm/horizon.c:985:11: note: Condition 'rx_regions' is always false
linux-grsec-4.9.65/drivers/atm/horizon.c:2639:12: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/atm/horizon.c:1858:52: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
linux-grsec-4.9.65/drivers/atm/horizon.c:1406:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/atm/horizon.c:1408:5: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/atm/horizon.c:1406:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/atm/horizon.c:934:16: style: The scope of the variable 'rx_bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/horizon.c:1098:16: style: The scope of the variable 'tx_bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/horizon.c:1039:20: portability: 'dev->rx_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/horizon.c:1197:20: portability: 'dev->tx_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/horizon.c:2000:10: style: Variable 'ctrl' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/atm/idt77105.c:86:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/idt77105.c:87:25: style: The scope of the variable 'stats' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/idt77105.c:275:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/idt77252.c:2690:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3180:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3182:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3184:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3186:43: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/atm/idt77252.c:1018:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/idt77252.c:1067:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3772:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/idt77252.c:3471:19: error: Uninitialized variable: linkrate [uninitvar]
linux-grsec-4.9.65/drivers/atm/iphase.c:179:26: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:181:17: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:183:7: style: The scope of the variable 'ltimeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:237:16: style: The scope of the variable 'vcstatus' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:238:26: style: The scope of the variable 'shd_tbl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:465:24: style: The scope of the variable 'testSlot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:465:48: style: The scope of the variable 'inc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:467:10: style: The scope of the variable 'SchedTbl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:467:21: style: The scope of the variable 'TstSchedTbl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:1661:23: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:1686:25: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:1687:25: style: The scope of the variable 'vcc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:2608:14: style: The scope of the variable 'vc_table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:2613:23: style: The scope of the variable 'closetime' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:2613:34: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:2754:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:3115:22: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:3116:10: style: The scope of the variable 'tmpPtr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/iphase.c:587:4: style: Variable 'NumFound' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/atm/lanai.c:771:6: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:986:7: style: Condition '!addr2' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/atm/nicstar.c:953:10: note: Assignment 'addr2=0', assigned value is 0
linux-grsec-4.9.65/drivers/atm/nicstar.c:986:7: note: Condition '!addr2' is always true
linux-grsec-4.9.65/drivers/atm/nicstar.c:1170:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1195:19: style: The scope of the variable 'lb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1233:16: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1233:22: style: The scope of the variable 'modl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1234:6: style: The scope of the variable 'tcr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1234:11: style: The scope of the variable 'tcra' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1235:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1238:6: style: The scope of the variable 'frscdi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1467:12: style: The scope of the variable 'scqep' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1908:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1973:17: style: The scope of the variable 'aal5_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:1974:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2020:19: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2217:25: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2217:30: style: The scope of the variable 'lb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2218:8: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2218:19: style: The scope of the variable 'tocopy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstar.c:2219:8: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:167:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:171:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:178:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:181:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:190:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:194:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:196:3: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:201:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:213:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:215:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:219:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:223:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/nicstarmac.c:227:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/atm/solos-pci.c:562:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/atm/solos-pci.c:584:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/atm/solos-pci.c:1257:3: style: Variable 'data32' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/atm/solos-pci.c:1254:3: note: Variable 'data32' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/atm/solos-pci.c:1257:3: note: Variable 'data32' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/atm/suni.c:59:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/suni.c:294:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/atm/zatm.c:281:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:282:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:364:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:561:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:561:10: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:1125:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/atm/zatm.c:798:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/atm/zatm.c:941:7: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/atm/zatm.c:1394:13: style: Variable 'zatm_dev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/atm/zatm.c:660:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:273:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:274:17: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:274:20: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:274:23: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:274:26: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:271:51: style: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:225:51: note: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'.
linux-grsec-4.9.65/drivers/auxdisplay/cfag12864b.c:271:51: note: Function 'cfag12864b_update' argument 1 names different: declaration 'delayed_work' definition 'work'.
linux-grsec-4.9.65/drivers/auxdisplay/img-ascii-lcd.c:84:0: error: #error Not 32 or 64 bit [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/base/attribute_container.c:320:9: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:422:25: style: The scope of the variable 'drv_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:490:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:1044:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:1098:21: style: The scope of the variable 'knode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:1099:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:1129:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/bus.c:1156:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/cacheinfo.c:425:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/cacheinfo.c:426:17: style: The scope of the variable 'ci_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/class.c:144:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/class.c:320:21: style: The scope of the variable 'knode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/class.c:321:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/class.c:444:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/class.c:470:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/component.c:291:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/core.c:983:7: style: The scope of the variable 'devt_str' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/core.c:996:7: style: The scope of the variable 'devt_str' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/core.c:1253:26: style: The scope of the variable 'class_intf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/core.c:2063:23: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/cpu.c:260:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/base/dd.c:842:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:142:24: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:190:24: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:229:22: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:262:46: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:263:22: portability: 'mem->virt_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/dma-coherent.c:105:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/base/driver.c:214:25: style: The scope of the variable 'priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/firmware_class.c:104:25: style: Condition 'loading_timeout>0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/base/firmware_class.c:171:16: style: struct member 'fw_name_devm::magic' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/base/memory.c:191:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/module.c:77:8: style: The scope of the variable 'driver_name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/module.c:68:13: style: Variable 'no_warn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/base/node.c:582:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/platform.c:439:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/platform.c:1429:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/opp/core.c:752:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/opp/cpu.c:123:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/opp/of.c:72:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/opp/of.c:389:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/opp/of.c:508:17: style: The scope of the variable 'cpu_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/power/runtime.c:36:39: portability: '(void*)ops' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/power/runtime.c:41:51: portability: '(void*)dev->driver->pm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/power/trace.c:160:48: portability: 'tracedata' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/property.c:723:15: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/property.c:723:20: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/property.c:724:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/property.c:724:12: style: The scope of the variable 'nval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/property.c:781:31: style: Variable 'entry' is not assigned a value. [unassignedVariable]
linux-grsec-4.9.65/drivers/base/regmap/internal.h:239:14: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regcache-lzo.c:182:30: portability: 'map->reg_defaults_raw' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regcache-lzo.c:247:12: style: Variable 'blksize' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:104:31: style: The scope of the variable 'rbnode_tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:106:15: style: The scope of the variable 'base_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:261:15: style: The scope of the variable 'reg_tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:390:15: style: The scope of the variable 'reg_tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:391:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache-rbtree.c:409:32: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/drivers/base/regmap/regcache.c:238:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache.c:675:18: style: The scope of the variable 'regtmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regcache.c:558:31: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-debugfs.c:453:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap-mmio.c:128:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap-mmio.c:185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:35:48: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:82:62: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:138:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:150:7: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:178:7: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:190:7: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap-spmi.c:202:61: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:565:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1291:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1350:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1353:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1355:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1368:16: style: The scope of the variable 'ival' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1630:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2667:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1351:33: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1351:57: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1371:37: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1405:8: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1518:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1518:38: portability: 'buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1613:39: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1614:11: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1616:20: portability: 'map->work_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1617:28: portability: 'map->work_buf+map->format.reg_bytes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1853:24: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1856:25: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1859:25: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1924:11: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1933:11: portability: 'val' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:1949:35: portability: 'wval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2468:31: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2593:17: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2603:17: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2611:34: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/base/regmap/regmap.c:2621:32: portability: 'val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bcma/driver_pci_host.c:345:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bcma/driver_pci_host.c:556:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bcma/main.c:702:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/bcma/main.c:701:37: note: Assignment 'err=bcma_host_soc_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/bcma/main.c:702:6: note: Condition 'err' is always false
linux-grsec-4.9.65/drivers/bcma/main.c:144:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bcma/main.c:164:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bcma/main.c:219:15: style: The scope of the variable 'mips_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bcma/scan.c:238:3: style: Variable 'addrh' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/bcma/scan.c:246:3: style: Variable 'sizel' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/bcma/scan.c:244:12: style: Variable 'sizeh' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/DAC960.c:2725:3: style: Variable 'Controller' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/DAC960.c:2718:0: note: Variable 'Controller' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/DAC960.c:2725:3: note: Variable 'Controller' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/DAC960.c:3330:20: style: The scope of the variable 'Command' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/DAC960.c:3740:7: style: The scope of the variable 'DAC960_EventMessages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/DAC960.h:2527:32: portability: 'write_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2642:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2652:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2662:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2672:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2682:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2690:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2700:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2712:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2722:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2733:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2741:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2751:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2764:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2775:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2783:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2807:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2814:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2820:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2820:71: portability: 'ControllerBaseAddress+DAC960_GEM_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2831:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2836:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2836:77: portability: 'ControllerBaseAddress+DAC960_GEM_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2838:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2838:77: portability: 'ControllerBaseAddress+DAC960_GEM_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2839:44: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2953:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2963:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2973:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2983:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:2993:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3001:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3010:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3021:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3031:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3042:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3050:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3059:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3071:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3082:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3090:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3113:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3120:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3126:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3126:70: portability: 'ControllerBaseAddress+DAC960_BA_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3137:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3142:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3142:76: portability: 'ControllerBaseAddress+DAC960_BA_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3144:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3144:76: portability: 'ControllerBaseAddress+DAC960_BA_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3145:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3258:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3268:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3278:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3288:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3298:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3306:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3315:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3326:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3336:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3347:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3355:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3364:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3375:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3385:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3393:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3415:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3422:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3428:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3428:70: portability: 'ControllerBaseAddress+DAC960_LP_CommandStatusOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3439:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3444:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3444:76: portability: 'ControllerBaseAddress+DAC960_LP_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3446:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3446:76: portability: 'ControllerBaseAddress+DAC960_LP_CommandMailboxBusAddressOffset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3447:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3572:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3582:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3592:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3602:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3612:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3620:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3629:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3640:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3650:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3661:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3669:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3678:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3689:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3699:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3707:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3730:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3732:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3734:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3736:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3743:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3749:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3760:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3765:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3767:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3768:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3893:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3903:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3913:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3923:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3933:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3941:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3950:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3961:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3971:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3982:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3990:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:3999:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4012:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4024:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4032:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4055:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4057:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4059:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4061:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4068:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4074:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4085:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4090:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4092:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4093:35: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4213:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4223:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4233:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4243:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4251:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4260:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4271:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4279:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4290:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4300:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4308:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4317:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4319:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4321:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4323:25: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4330:9: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4336:38: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4347:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4352:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4354:33: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4355:35: portability: 'ControllerBaseAddress' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4361:18: portability: 'Enquiry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4362:18: portability: 'Enquiry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4367:22: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4368:23: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.h:4369:23: portability: 'DeviceState' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.c:240:33: portability: 'loaf->cpu_free' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.c:243:34: portability: 'loaf->cpu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.c:332:25: portability: 'AllocationPointer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/DAC960.c:6769:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-grsec-4.9.65/drivers/block/DAC960.c:6778:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-grsec-4.9.65/drivers/block/DAC960.c:6822:13: error: Uninitialized struct member: DCDB.TargetID [uninitStructMember]
linux-grsec-4.9.65/drivers/block/DAC960.c:6768:48: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-grsec-4.9.65/drivers/block/DAC960.c:6777:41: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-grsec-4.9.65/drivers/block/DAC960.c:6821:41: error: Uninitialized struct member: DCDB.Channel [uninitStructMember]
linux-grsec-4.9.65/drivers/block/amiflop.c:222:6: style: The scope of the variable 'ticks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/amiflop.c:723:16: style: The scope of the variable 'csum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/amiflop.c:974:48: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/amiflop.c:1038:17: style: The scope of the variable 'crc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/amiflop.c:1304:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoeblk.c:65:22: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoeblk.c:117:22: style: The scope of the variable 'ife' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoeblk.c:119:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoeblk.c:281:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:82:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:98:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:253:17: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:459:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:917:23: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:1216:20: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:1218:6: style: The scope of the variable 'actual_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:1251:6: style: The scope of the variable 'more' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:1679:20: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:1680:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoecmd.c:125:11: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/aoe/aoedev.c:165:16: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoedev.c:201:18: style: The scope of the variable 'rq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoedev.c:495:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/aoe/aoedev.c:387:45: style: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/block/aoe/aoe.h:232:49: note: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'.
linux-grsec-4.9.65/drivers/block/aoe/aoedev.c:387:45: note: Function 'aoedev_flush' argument 2 names different: declaration 'size' definition 'cnt'.
linux-grsec-4.9.65/drivers/block/aoe/aoenet.c:99:35: style: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/block/aoe/aoe.h:240:39: note: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'.
linux-grsec-4.9.65/drivers/block/aoe/aoenet.c:99:35: note: Function 'set_aoe_iflist' argument 1 names different: declaration 'str' definition 'user_str'.
linux-grsec-4.9.65/drivers/block/aoe/aoenet.c:155:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/block/ataflop.c:523:16: style: The scope of the variable 'old_porta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ataflop.c:524:10: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ataflop.c:586:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ataflop.c:877:15: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ataflop.c:1161:15: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ataflop.c:1402:24: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/brd.c:249:13: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/brd.c:253:7: portability: 'src' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/brd.c:280:19: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/brd.c:286:7: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/brd.c:317:21: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/brd.c:321:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/cciss.h:334:2: style: Variable 'register_value' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/cciss.h:329:0: note: Variable 'register_value' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/cciss.h:334:2: note: Variable 'register_value' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/cciss.c:2007:2: style: Variable 'inq_buff' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/cciss.c:1999:0: note: Variable 'inq_buff' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/cciss.c:2007:2: note: Variable 'inq_buff' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/cciss.c:2856:16: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:3015:22: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:3864:27: style: The scope of the variable 'bar_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:3911:12: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:3911:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:4540:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:4865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/cciss.c:4176:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/cciss.c:4194:31: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/cciss.c:4195:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/cciss.c:4548:30: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/cciss.c:3983:17: style: Variable 'trans_offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/cciss.c:666:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/block/drbd/drbd_state.h:104:0: error: #error "this endianess is not supported" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/block/drbd/drbd_interval.c:167:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2476:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/block/floppy.c:3599:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/block/floppy.c:791:16: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:792:16: style: The scope of the variable 'drive' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:939:6: style: The scope of the variable 'drive' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:1456:16: style: The scope of the variable 'ready_date' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:1457:9: style: The scope of the variable 'function' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:1662:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2228:6: style: The scope of the variable 'block' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2407:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2490:6: style: The scope of the variable 'hard_sectors' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2491:6: style: The scope of the variable 'end_sector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2799:24: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:2961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:3015:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:3067:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:3233:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:3841:6: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:4071:6: style: The scope of the variable 'param' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:4514:7: style: The scope of the variable 'tmpsize' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:4515:16: style: The scope of the variable 'tmpaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/floppy.c:3076:9: portability: 'param' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/floppy.c:3132:8: portability: 'param' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/loop.c:1751:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/loop.c:1742:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/loop.c:1751:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/loop.c:341:10: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/loop.c:1564:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/loop.c:489:35: style: Boolean variable 'rw' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/block/mg_disk.c:229:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/mg_disk.c:228:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/mg_disk.c:229:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/mg_disk.c:311:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mg_disk.c:723:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:787:16: style: Condition '!completed' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:786:6: note: Assuming that condition '!completed' is not redundant
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:787:16: note: Condition '!completed' is always true
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:231:27: warning: Either the condition '!port' is redundant or there is possible null pointer dereference: port. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:234:32: note: Assuming that condition '!port' is not redundant
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:231:27: note: Null pointer dereference
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:4377:2: style: Variable 'my_node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:4373:0: note: Variable 'my_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:4377:2: note: Variable 'my_node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:615:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:881:25: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:881:28: style: The scope of the variable 'workers' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1765:15: style: The scope of the variable 'dma_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2812:15: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2812:20: style: The scope of the variable 'slotgroups' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3128:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:4135:18: style: The scope of the variable 'kobj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:635:22: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:713:22: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:986:22: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1157:33: portability: 'int_cmd->command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1769:32: portability: 'command->command' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1796:47: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1906:24: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1908:24: portability: 'port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2044:28: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2062:27: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2082:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2085:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2088:28: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2182:27: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2185:27: portability: 'dd->port->rxfis' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2229:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:2235:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3113:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3115:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3117:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3119:37: portability: 'port->block1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:3863:47: portability: 'dd->port->command_list' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:648:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:986:10: style: Variable 'reply' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1450:10: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/mtip32xx/mtip32xx.c:1727:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/block/nbd.c:272:14: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/nbd.c:423:18: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/nbd.c:249:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/nbd.c:262:35: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/nbd.c:337:35: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/null_blk.c:769:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/block/null_blk.c:658:22: style: The scope of the variable 'nq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/null_blk.c:659:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/null_blk.c:870:16: style: The scope of the variable 'nullb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/osdblk.c:254:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/osdblk.c:540:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/block/paride/bpck.c:359:2: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/paride/ppc6lnx.c:517:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/epia.c:198:30: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/fit3.c:86:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/paride/kbic.c:68:17: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:356:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:356:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:356:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:411:9: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:411:12: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:411:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pcd.c:579:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pd.c:302:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pd.c:640:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/paride/pf.c:405:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pf.c:405:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pf.c:405:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pf.c:460:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pf.c:822:16: style: The scope of the variable 'saved_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:290:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:290:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:290:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:359:9: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:359:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:359:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:440:8: style: The scope of the variable 'ms' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:441:7: style: The scope of the variable 'mf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:441:15: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pg.c:481:9: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:274:12: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:274:15: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:274:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:332:12: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:332:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:487:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:603:18: style: The scope of the variable 'tape' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:770:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:770:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:770:24: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:867:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:867:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/paride/pt.c:867:24: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/pktcdvd.c:2280:2: style: Variable 'pd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/pktcdvd.c:2275:0: note: Variable 'pd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/pktcdvd.c:2280:2: note: Variable 'pd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/pktcdvd.c:681:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3disk.c:99:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3disk.c:100:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3disk.c:333:15: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3vram.c:435:15: style: The scope of the variable 'cached' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3vram.c:479:15: style: The scope of the variable 'cached' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/ps3vram.c:109:17: portability: 'reports' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/ps3vram.c:109:44: portability: 'reports+4096' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:4181:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/block/rbd.c:838:34: warning: Logical conjunction always evaluates to false: token > 1 && token < 2. [incorrectLogicOperator]
linux-grsec-4.9.65/drivers/block/rbd.c:4268:2: style: Variable 'pages' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/rbd.c:4262:0: note: Variable 'pages' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/rbd.c:4268:2: note: Variable 'pages' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/rbd.c:828:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rbd.c:1303:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rbd.c:1328:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:1362:16: portability: 'kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:3291:23: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:3300:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:3758:22: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5020:9: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5117:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5284:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5467:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5535:18: portability: 'reply_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5884:48: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/rbd.c:5226:2: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/block/rsxx/core.c:348:15: style: The scope of the variable 'isr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/core.c:595:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/core.c:620:15: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/cregs.c:58:0: error: #error Unknown endianess!!! Aborting... [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/block/rsxx/dev.c:256:17: style: The scope of the variable 'blk_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/dma.c:360:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/dma.c:399:6: style: The scope of the variable 'tag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/dma.c:510:19: style: The scope of the variable 'dma' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/dma.c:980:19: style: The scope of the variable 'dma' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/rsxx/dma.c:1039:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/skd_main.c:490:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/skd_main.c:1956:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/skd_main.c:2646:39: style: The scope of the variable 'skerr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/skd_main.c:3865:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/skd_main.c:542:50: style: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/block/skd_main.c:455:50: note: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'.
linux-grsec-4.9.65/drivers/block/skd_main.c:542:50: note: Function 'skd_request_fn' argument 1 names different: declaration 'rq' definition 'q'.
linux-grsec-4.9.65/drivers/block/skd_main.c:2927:34: style: Variable 'skcomp' is not assigned a value. [unassignedVariable]
linux-grsec-4.9.65/drivers/block/swim.c:502:6: style: The scope of the variable 'side' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/swim.c:502:12: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/swim.c:502:19: style: The scope of the variable 'sector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/swim.c:503:9: style: The scope of the variable 'try' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/swim3.c:1272:0: error: Syntax error in #if [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/block/sx8.c:1662:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/block/sx8.c:810:23: style: The scope of the variable 'crq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/sx8.c:812:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/sx8.c:464:29: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:464:41: portability: 'mmio+CARM_CMS0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:470:24: portability: 'host->msg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:726:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:1377:24: portability: 'mmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:1558:29: portability: 'host->shm' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/sx8.c:175:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/block/sx8.c:1180:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/block/sx8.c:1187:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/block/sx8.c:1077:16: style: Expression '(X & 0x1f) < 0x20' is always true. [comparisonError]
linux-grsec-4.9.65/drivers/block/umem.c:944:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/block/umem.c:946:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/block/virtio_blk.c:141:22: style: The scope of the variable 'vbr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:255:2: style: Variable 'node' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:253:0: note: Variable 'node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:255:2: note: Variable 'node' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:437:17: style: Same expression on both sides of '&&' because the value of '!scan_used' and '!clean_used' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:374:19: note: 'scan_used' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:374:39: note: 'clean_used' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:437:17: note: Same expression on both sides of '&&' because the value of '!scan_used' and '!clean_used' are the same.
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:215:25: style: The scope of the variable 'this' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:252:25: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/blkback.c:779:15: style: The scope of the variable 'invcount' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/xenbus.c:1089:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/block/xen-blkback/xenbus.c:1021:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/xenbus.c:1022:8: style: The scope of the variable 'xspath' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkback/xenbus.c:1023:9: style: The scope of the variable 'xspathsize' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:884:2: style: Variable 'rinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:881:0: note: Variable 'rinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:884:2: note: Variable 'rinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:584:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:2010:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/xen-blkfront.c:642:22: portability: 'shared_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/block/xsysace.c:881:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/z2ram.c:383:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/z2ram.c:383:12: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/block/zram/zcomp.c:251:40: style: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/block/zram/zcomp.h:30:40: note: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'.
linux-grsec-4.9.65/drivers/block/zram/zcomp.c:251:40: note: Function 'zcomp_create' argument 1 names different: declaration 'comp' definition 'compress'.
linux-grsec-4.9.65/drivers/block/zram/zram_drv.c:191:19: portability: 'user_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/ath3k.c:313:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/bcm203x.c:83:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/bfusb.c:163:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/bfusb.c:421:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/bfusb.c:470:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/bluecard_cs.c:848:51: style: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/bluetooth/bluecard_cs.c:87:51: note: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/bluecard_cs.c:848:51: note: Function 'bluecard_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:481:3: performance: Buffer 'b' is being written before its old content has been used. [redundantCopy]
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:480:3: note: Buffer 'b' is being written before its old content has been used.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:481:3: note: Buffer 'b' is being written before its old content has been used.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:486:3: performance: Buffer 'b' is being written before its old content has been used. [redundantCopy]
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:485:3: note: Buffer 'b' is being written before its old content has been used.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:486:3: note: Buffer 'b' is being written before its old content has been used.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:636:47: style: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:89:47: note: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/bt3c_cs.c:636:47: note: Function 'bt3c_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/btbcm.c:91:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btintel.c:121:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btintel.c:270:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btintel.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btintel.c:260:9: portability: 'param' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/btintel.c:528:56: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_main.c:680:2: style: Variable 'hdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_main.c:677:0: note: Variable 'hdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_main.c:680:2: note: Variable 'hdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_main.c:512:22: style: The scope of the variable 'dt_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_main.c:576:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_sdio.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_sdio.c:423:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_sdio.c:1216:18: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btmrvl_sdio.c:1564:27: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btqca.c:95:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btqca.c:120:23: style: The scope of the variable 'tlv_nvm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btqca.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btsdio.c:109:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btuart_cs.c:292:11: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btuart_cs.c:566:49: style: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/bluetooth/btuart_cs.c:84:49: note: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/btuart_cs.c:566:49: note: Function 'btuart_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:789:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:1370:6: style: The scope of the variable 'new_alts' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:1371:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:2325:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:2348:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:2371:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:467:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:522:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/btusb.c:579:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/dtl1_cs.c:295:11: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/hci_ag6xx.c:159:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bluetooth/hci_ath.c:76:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/hci_ath.c:151:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bluetooth/hci_bcsp.c:566:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/bluetooth/hci_ll.c:103:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/bluetooth/hci_ll.c:96:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/hci_ll.c:103:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/hci_qca.c:211:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/bluetooth/hci_qca.c:206:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/hci_qca.c:211:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/bluetooth/hci_qca.c:136:24: style: Boolean variable 'tx_vote' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/bluetooth/hci_qca.c:164:19: style: Boolean variable 'rx_vote' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/bluetooth/hci_vhci.c:266:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/arm-ccn.c:802:52: error: Array 'arm_ccn_pmu_events[51]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:310:28: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:311:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:311:9: style: The scope of the variable 'first' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:311:16: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:214:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/bus/brcmstb_gisb.c:215:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/bus/imx-weim.c:133:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/mips_cdmm.c:451:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/mips_cdmm.c:501:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/mips_cdmm.c:501:32: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/omap_l3_noc.c:174:26: style: The scope of the variable 'flag_mux' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/omap_l3_noc.c:80:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/omap_l3_noc.c:150:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/bus/omap_l3_smx.c:38:9: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/omap_l3_smx.c:43:2: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/omap_l3_smx.c:159:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/bus/qcom-ebi2.c:239:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/bus/qcom-ebi2.c:291:29: portability: 'ebi2_xmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/qcom-ebi2.c:293:29: portability: 'ebi2_xmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/bus/uniphier-system-bus.c:192:11: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:1204:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:2175:14: style: The scope of the variable 'bio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:2176:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:2177:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:506:2: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:3105:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/cdrom/cdrom.c:3147:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:586:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:586:11: style: The scope of the variable 'block' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:586:18: style: The scope of the variable 'block_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:590:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:86:6: style: struct member 'Anonymous0::sense_key' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/cdrom/gdrom.c:122:7: style: struct member 'gdrom_unit::disk_type' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/agp/amd-k7-agp.c:65:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/amd-k7-agp.c:329:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/amd64-agp.c:47:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/ati-agp.c:88:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/ati-agp.c:319:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/ati-agp.c:64:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/agp/backend.c:124:30: style: Array index 'index' is used before limits check. [arrayIndexThenCheck]
linux-grsec-4.9.65/drivers/char/agp/frontend.c:338:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/frontend.c:361:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/frontend.c:112:17: style: Variable 'num_segments' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/agp/generic.c:169:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/generic.c:1244:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/generic.c:724:67: style: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:208:67: note: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:724:67: note: Function 'agp_collect_device_status' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:724:87: style: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:208:77: note: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:724:87: note: Function 'agp_collect_device_status' argument 3 names different: declaration 'command' definition 'bridge_agpstat'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:770:29: style: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:209:29: note: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:770:29: note: Function 'agp_device_command' argument 1 names different: declaration 'command' definition 'bridge_agpstat'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:807:61: style: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:193:61: note: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:807:61: note: Function 'agp_generic_enable' argument 2 names different: declaration 'mode' definition 'requested_mode'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:53: style: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:202:53: note: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:53: note: Function 'agp_generic_alloc_pages' argument 1 names different: declaration 'agp_bridge' definition 'bridge'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:80: style: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:203:27: note: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:80: note: Function 'agp_generic_alloc_pages' argument 2 names different: declaration 'memory' definition 'mem'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:92: style: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:203:42: note: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1195:92: note: Function 'agp_generic_alloc_pages' argument 3 names different: declaration 'page_count' definition 'num_pages'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1241:51: style: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:205:51: note: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1241:51: note: Function 'agp_generic_destroy_pages' argument 1 names different: declaration 'memory' definition 'mem'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1324:22: style: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/agp/agp.h:214:22: note: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'.
linux-grsec-4.9.65/drivers/char/agp/generic.c:1324:22: note: Function 'agp_generic_mask_memory' argument 2 names different: declaration 'phys' definition 'addr'.
linux-grsec-4.9.65/drivers/char/agp/i460-agp.c:205:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/i460-agp.c:296:16: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:858:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:1013:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:1037:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:721:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:724:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/char/agp/intel-gtt.c:69:7: style: struct member '_intel_private::clear_fake_agp' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/agp/isoch.c:24:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/isoch.c:38:18: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/isoch.c:39:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/isoch.c:289:22: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/nvidia-agp.c:263:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/parisc-agp.c:338:2: style: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/agp/parisc-agp.c:334:0: note: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/agp/parisc-agp.c:338:2: note: Variable 'fake_bridge_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/agp/parisc-agp.c:321:29: portability: 'lba_hpa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/agp/sworks-agp.c:76:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/sworks-agp.c:365:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/agp/sworks-agp.c:269:17: style: Variable 'current_size' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/agp/via-agp.c:132:17: style: Variable 'current_size' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/applicom.c:538:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/applicom.c:620:15: style: The scope of the variable 'FlagInt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/applicom.c:700:25: style: The scope of the variable 'byte_reset_it' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/applicom.c:135:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:136:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:136:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:137:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:137:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:138:16: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:138:32: portability: 'loc+18' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:142:23: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:162:28: portability: 'loc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/applicom.c:162:18: style: Variable 'byte_reset_it' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/applicom.c:569:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/bfin-otp.c:56:37: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/bfin-otp.c:57:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/bsr.c:251:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/char/bsr.c:251:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/char/bsr.c:287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ds1302.c:159:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ds1620.c:416:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/ds1620.c:417:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/ds1620.c:418:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/dtlk.c:126:12: style: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/dtlk.c:91:12: note: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-grsec-4.9.65/drivers/char/dtlk.c:126:12: note: Function 'dtlk_read' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-grsec-4.9.65/drivers/char/dtlk.c:159:13: style: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/dtlk.c:93:13: note: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-grsec-4.9.65/drivers/char/dtlk.c:159:13: note: Function 'dtlk_write' argument 3 names different: declaration 'nbytes' definition 'count'.
linux-grsec-4.9.65/drivers/char/hpet.c:823:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hpet.c:1000:10: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hpet.c:129:56: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hpet.c:137:23: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hpet.c:166:7: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/hpet.c:505:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/hpet.c:920:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/hw_random/bcm2835-rng.c:37:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/bcm2835-rng.c:39:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/cavium-rng-vf.c:32:7: portability: 'dat' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/cavium-rng-vf.c:37:6: portability: 'dat' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/core.c:407:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hw_random/intel-rng.c:157:19: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/intel-rng.c:163:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:99:11: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:62:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:65:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:68:35: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:71:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:73:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:75:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:77:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:79:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:81:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:83:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:85:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:88:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:91:26: portability: 'rng_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:129:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/iproc-rng200.c:136:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/n2-drv.c:177:23: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hw_random/n2-drv.c:224:23: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hw_random/n2-drv.c:253:16: style: The scope of the variable 'hv_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/hw_random/st-rng.c:69:17: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/stm32-rng.c:82:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/tx4939-rng.c:57:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/tx4939-rng.c:62:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/hw_random/virtio-rng.c:105:2: style: Variable 'vi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/hw_random/virtio-rng.c:103:0: note: Variable 'vi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/hw_random/virtio-rng.c:105:2: note: Variable 'vi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_bt_sm.c:228:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_bt_sm.c:271:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_devintf.c:519:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_kcs_sm.c:284:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:2365:9: warning: %Lx in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:2365:9: warning: %Lx in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:2942:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:2943:23: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:2944:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:3095:28: style: The scope of the variable 'ipmb_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:3283:28: style: The scope of the variable 'lan_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:3383:37: style: The scope of the variable 'smi_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:3813:23: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:4038:34: style: The scope of the variable 'handlers' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:407:16: style: struct member 'ipmi_smi::event_receiver' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:408:16: style: struct member 'ipmi_smi::event_receiver_lun' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:409:16: style: struct member 'ipmi_smi::local_sel_device' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:410:16: style: struct member 'ipmi_smi::local_event_generator' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_msghandler.c:437:24: style: struct member 'ipmi_smi::proc_dir_name' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:1522:15: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3722:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3724:7: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3841:16: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3473:37: style: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:334:37: note: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3473:37: note: Function 'add_smi' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3501:42: style: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:335:42: note: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_si_intf.c:3501:42: note: Function 'try_smi_init' argument 1 names different: declaration 'smi' definition 'new_smi'.
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_smic_sm.c:142:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_smic_sm.c:172:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_ssif.c:860:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_watchdog.c:792:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ipmi/ipmi_watchdog.c:825:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/char/mbcs.c:707:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/char/mbcs.c:107:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:111:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:117:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:121:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:125:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:154:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:158:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:164:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:168:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:172:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:192:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:196:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:199:2: portability: 'mmr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:234:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:236:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:274:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:276:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:300:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:303:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:463:40: portability: 'soft->mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:514:28: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:519:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:521:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:529:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:531:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:539:7: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:541:3: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:655:6: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:658:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:665:13: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:666:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:667:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:671:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:674:30: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:680:2: portability: 'mmr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mbcs.c:61:6: style: struct member 'mbcs_callback_arg::minor' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/mbcs.c:62:17: style: struct member 'mbcs_callback_arg::cx_dev' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/char/mbcs.c:107:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:111:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:117:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:121:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:125:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:154:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:158:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:164:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:168:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:172:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:192:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:196:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:199:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:236:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:276:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:303:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:521:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:531:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:541:3: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:658:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:666:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:667:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:671:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mbcs.c:680:2: style: Variable 'readback' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mem.c:687:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/drivers/char/mem.c:107:16: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:175:19: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:407:10: style: The scope of the variable 'low_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:484:19: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:485:16: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:540:8: style: The scope of the variable 'kbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mem.c:581:23: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/mmtimer.c:266:18: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mmtimer.c:527:16: style: The scope of the variable 'expires' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mspec.c:422:6: style: The scope of the variable 'nid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mspec.c:121:7: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/mwave/3780i.c:480:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mwave/3780i.c:522:17: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/mwave/3780i.c:720:26: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/mwave/mwavedd.c:122:38: style: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/mwave/mwavedd.c:90:38: note: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/drivers/char/mwave/mwavedd.c:122:38: note: Function 'mwave_ioctl' argument 1 names different: declaration 'filp' definition 'file'.
linux-grsec-4.9.65/drivers/char/mwave/smapi.c:138:2: style: Variable 'bRC' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/mwave/smapi.c:129:0: note: Variable 'bRC' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/mwave/smapi.c:138:2: note: Variable 'bRC' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/mwave/tp3780i.c:108:51: style: The scope of the variable 'usPCNum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/nvram.c:52:0: error: #error Cannot build nvram driver for this machine configuration. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/char/nwflash.c:72:2: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/nwflash.c:68:2: note: Variable 'c2' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:72:2: note: Variable 'c2' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:322:2: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/nwflash.c:306:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:322:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:344:2: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/nwflash.c:322:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:344:2: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:458:3: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/nwflash.c:431:3: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:458:3: note: Variable 'c1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/nwflash.c:296:12: style: The scope of the variable 'temp1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4000_cs.c:313:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4000_cs.c:696:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4000_cs.c:768:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4000_cs.c:1226:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4000_cs.c:1232:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/pcmcia/cm4040_cs.c:311:7: style: Variable 'uc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:896:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:896:22: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:896:30: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1001:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1694:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1717:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1742:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1770:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:2885:15: style: The scope of the variable 'M' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:2885:18: style: The scope of the variable 'N' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:2886:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:623:49: style: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:473:49: note: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:623:49: note: Function 'mgslpc_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1157:35: style: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:407:35: note: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1157:35: note: Function 'mgslpc_isr' argument 1 names different: declaration 'irq' definition 'dummy'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1953:56: style: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:430:55: note: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:1953:56: note: Function 'wait_events' argument 2 names different: declaration 'mask' definition 'mask_ptr'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:2754:47: style: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:400:47: note: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:2754:47: note: Function 'mgslpc_remove_device' argument 1 names different: declaration 'info' definition 'remove_info'.
linux-grsec-4.9.65/drivers/char/pcmcia/synclink_cs.c:3707:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/char/powernv-op-panel.c:92:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/ps3flash.c:156:14: portability: 'kernelbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/ps3flash.c:228:14: portability: 'kernelbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/random.c:1223:23: style: Condition 'random_min_urandom_seed' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/char/random.c:896:3: style: Variable 'crng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/random.c:889:0: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/random.c:896:3: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/random.c:933:3: style: Variable 'crng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/random.c:926:0: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/random.c:933:3: note: Variable 'crng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/random.c:824:10: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1029:7: style: The scope of the variable 'delta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1029:14: style: The scope of the variable 'delta2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1029:22: style: The scope of the variable 'delta3' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1387:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1427:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1459:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1704:10: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1741:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1778:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/random.c:1424:34: style: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/random.c:476:39: note: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'.
linux-grsec-4.9.65/drivers/char/random.c:1424:34: note: Function 'extract_entropy' argument 5 names different: declaration 'rsvd' definition 'reserved'.
linux-grsec-4.9.65/drivers/char/random.c:961:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/random.c:1404:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/random.c:1485:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/random.c:1515:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/snsc.c:377:8: style: The scope of the variable 'devnamep' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/snsc_event.c:187:13: style: The scope of the variable 'snsc_shutting_down' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/sonypi.c:655:7: style: Variable 'v1' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/tb0219.c:186:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/char/tile-srom.c:89:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tile-srom.c:109:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tile-srom.c:155:33: error: Uninitialized variable: dummy [uninitvar]
linux-grsec-4.9.65/drivers/char/toshiba.c:401:3: style: Variable 'bx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/toshiba.c:391:3: note: Variable 'bx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/toshiba.c:401:3: note: Variable 'bx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/toshiba.c:376:17: style: The scope of the variable 'bx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/toshiba.c:376:20: style: The scope of the variable 'cx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/toshiba.c:377:16: style: The scope of the variable 'address' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/toshiba.c:379:30: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/toshiba.c:406:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/toshiba.c:408:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/toshiba.c:410:19: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/i2c.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/spi.c:306:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/spi.c:125:30: error: Expression 'phy->tx_buf[total_length++]=128|0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/spi.c:168:30: error: Expression 'phy->tx_buf[total_length++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:194:6: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:194:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:257:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:259:7: style: The scope of the variable 'condition' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:320:16: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:320:26: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/st33zp24/st33zp24.c:320:31: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm-chip.c:91:6: style: The scope of the variable 'chip_prev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm-chip.c:178:48: style: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/tpm/tpm.h:502:48: note: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/char/tpm/tpm-chip.c:178:48: note: Function 'tpm_chip_alloc' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/char/tpm/tpm-dev.c:90:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm2-cmd.c:271:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm2-cmd.c:364:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_acpi.c:96:48: portability: 'log->bios_event_log' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:92:13: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:96:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:102:12: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:111:16: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:111:44: portability: 'addr+sizeof(struct tcpa_event)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:129:4: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:132:9: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:141:10: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:141:38: portability: 'v+sizeof(struct tcpa_event)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:280:26: portability: 'v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_eventlog.c:298:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/tpm/tpm_i2c_infineon.c:408:10: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_i2c_infineon.c:410:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_i2c_nuvoton.c:248:6: style: The scope of the variable 'burst_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_i2c_nuvoton.c:248:19: style: The scope of the variable 'bytes2read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_i2c_nuvoton.c:284:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_ibmvtpm.c:111:10: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_infineon.c:177:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/tpm/tpm_infineon.c:176:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/tpm/tpm_infineon.c:177:3: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/tpm/tpm_infineon.c:151:6: style: The scope of the variable 'check' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_infineon.c:187:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_of.c:64:48: portability: 'log->bios_event_log' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:399:2: style: Variable 'priv->irq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:396:2: note: Variable 'priv->irq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:399:2: note: Variable 'priv->irq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:159:6: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:159:16: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:183:16: style: The scope of the variable 'burstcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:183:26: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:507:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:625:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/tpm_tis_core.c:336:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/tpm/xen-tpmfront.c:292:19: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/tpm/xen-tpmfront.c:309:10: style: Variable 'chip' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/virtio_console.c:384:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:683:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:758:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:803:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:885:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:1246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/virtio_console.c:1374:22: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:268:13: style: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.h:45:13: note: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:268:13: note: Function 'buffer_icap_set_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:327:13: style: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.h:49:13: note: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:327:13: note: Function 'buffer_icap_get_configuration' argument 3 names different: declaration 'Size' definition 'size'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:104:30: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:117:36: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:132:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:146:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:162:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:177:24: portability: 'base_address' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:301:3: style: Variable 'num_writes' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/buffer_icap.c:356:4: style: Variable 'read_count' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:214:8: style: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.h:52:8: note: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:214:8: note: Function 'fifo_icap_set_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:214:26: style: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.h:53:7: note: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:214:26: note: Function 'fifo_icap_set_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:290:8: style: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.h:46:8: note: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:290:8: note: Function 'fifo_icap_get_configuration' argument 2 names different: declaration 'FrameBuffer' definition 'frame_buffer'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:290:26: style: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.h:47:7: note: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-grsec-4.9.65/drivers/char/xilinx_hwicap/fifo_icap.c:290:26: note: Function 'fifo_icap_get_configuration' argument 3 names different: declaration 'NumWords' definition 'num_words'.
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:132:6: style: The scope of the variable 'opcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:133:15: style: The scope of the variable 'msg_channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:133:28: style: The scope of the variable 'msg_bufno' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:133:39: style: The scope of the variable 'msg_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:133:49: style: The scope of the variable 'msg_dir' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:326:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:412:6: style: The scope of the variable 'channelnum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:412:18: style: The scope of the variable 'bufnum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:412:26: style: The scope of the variable 'bufsize' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:412:35: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:412:43: style: The scope of the variable 'is_writebuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:414:6: style: The scope of the variable 'synchronous' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:414:19: style: The scope of the variable 'allowpartial' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:414:33: style: The scope of the variable 'exclusive_open' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:414:49: style: The scope of the variable 'seekable' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:415:6: style: The scope of the variable 'supports_nonempty' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1192:6: style: The scope of the variable 'full' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1192:12: style: The scope of the variable 'exhausted' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1288:8: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1566:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1569:6: style: The scope of the variable 'buf_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1570:6: style: The scope of the variable 'eof' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:400:13: portability: 's->salami' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:761:9: portability: 'channel->wr_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1035:59: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1252:32: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/char/xillybus/xillybus_core.c:1306:43: portability: 'channel->rd_buffers[bufidx]->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/at91/clk-generated.c:90:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:171:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:313:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:442:2: error: Address of auto-variable 'clkmain->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:584:2: error: Address of auto-variable 'clkmain->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:389:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:474:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:533:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-main.c:575:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-master.c:160:2: error: Address of auto-variable 'master->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-master.c:53:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-peripheral.c:145:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/at91/clk-peripheral.c:146:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/at91/clk-peripheral.c:140:2: error: Address of auto-variable 'periph->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-peripheral.c:98:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-peripheral.c:222:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-pll.c:341:2: error: Address of auto-variable 'pll->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-pll.c:70:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-plldiv.c:107:2: error: Address of auto-variable 'plldiv->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-programmable.c:209:2: error: Address of auto-variable 'prog->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-slow.c:80:2: error: Address of auto-variable 'slowck->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-slow.c:36:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-smd.c:143:2: error: Address of auto-variable 'smd->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-system.c:124:2: error: Address of auto-variable 'sys->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-system.c:42:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-system.c:82:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/at91/clk-usb.c:225:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-usb.c:257:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-usb.c:375:2: error: Address of auto-variable 'usb->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/clk-utmi.c:109:2: error: Address of auto-variable 'utmi->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/sckc.c:152:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/sckc.c:266:2: error: Address of auto-variable 'osc->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/at91/sckc.c:365:2: error: Address of auto-variable 'slowck->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/bcm/clk-iproc-pll.c:280:30: style: Redundant condition: If 'rate >= 2200000000', the comparison 'rate' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/clk/bcm/clk-iproc-pll.c:152:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/bcm/clk-iproc-pll.c:156:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/bcm/clk-kona.c:1030:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-axi-clkgen.c:105:33: style: The scope of the variable '_d_min' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-axi-clkgen.c:105:41: style: The scope of the variable '_d_max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-axm5516.c:550:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce706.c:455:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce706.c:600:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce925.c:219:22: style: Condition '1>64' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/clk/clk-cdce925.c:89:16: style: The scope of the variable 'un' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce925.c:90:16: style: The scope of the variable 'um' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce925.c:91:16: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-cdce925.c:205:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:66:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:72:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:90:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:97:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:108:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:122:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:126:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-clps711x.c:134:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-cs2000-cp.c:191:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-divider.c:284:39: style: The scope of the variable 'now' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-divider.c:351:6: style: The scope of the variable 'bestdiv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-gate.c:46:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/clk-gate.c:45:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk-highbank.c:315:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/clk-mb86s7x.c:42:11: style: struct member 'hack_rate::clk_id' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/clk/clk-mb86s7x.c:43:16: style: struct member 'hack_rate::rate' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/clk/clk-mb86s7x.c:44:6: style: struct member 'hack_rate::gated' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/clk/clk-multiplier.c:57:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-multiplier.c:57:29: style: The scope of the variable 'current_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-qoriq.c:1086:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-scpi.c:205:18: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-scpi.c:278:29: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-si5351.c:1026:27: style: The scope of the variable 'new_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-si5351.c:1056:26: style: The scope of the variable 'new_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-si570.c:199:15: style: The scope of the variable 'n1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-si570.c:199:19: style: The scope of the variable 'hs_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-si570.c:252:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-stm32f4.c:245:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk-tango4.c:27:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-tango4.c:41:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/clk-u300.c:733:2: error: Address of auto-variable 'sclk->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/clk-u300.c:1147:2: error: Address of auto-variable 'mclk->hw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/clk/clk-vt8500.c:402:16: style: The scope of the variable 'O1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-vt8500.c:402:29: style: The scope of the variable 'rate_err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-vt8500.c:724:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/clk-xgene.c:89:16: style: The scope of the variable 'fref' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk-xgene.c:80:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk-xgene.c:82:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk-xgene.c:541:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk-xgene.c:547:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/clk.c:2988:14: warning: Identical condition 'cn->clk==clk', second condition is always false [identicalConditionAfterEarlyExit]
linux-grsec-4.9.65/drivers/clk/clk.c:2985:15: note: first condition
linux-grsec-4.9.65/drivers/clk/clk.c:2988:14: note: second condition
linux-grsec-4.9.65/drivers/clk/clk.c:2985:7: warning: Possible null pointer dereference: cn [nullPointer]
linux-grsec-4.9.65/drivers/clk/clk.c:2976:28: note: Assignment 'cn=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/clk/clk.c:2985:7: note: Null pointer dereference
linux-grsec-4.9.65/drivers/clk/clk.c:211:19: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk.c:525:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk.c:645:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk.c:1237:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clk.c:1476:19: style: The scope of the variable 'old_parent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clkdev.c:138:6: style: The scope of the variable 'match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/clkdev.c:200:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi3620.c:446:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi3620.c:448:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi3620.c:451:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi3620.c:454:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi6220-stub.c:63:16: style: struct member 'hi6220_mbox_msg::para' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/clk/hisilicon/clk-hi6220-stub.c:67:15: style: union member 'hi6220_mbox_data::data' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/clk/hisilicon/clkgate-separated.c:119:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-gate2.c:131:6: style: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/imx/clk.h:45:6: note: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'.
linux-grsec-4.9.65/drivers/clk/imx/clk-gate2.c:131:6: note: Function 'clk_register_gate2' argument 8 names different: declaration 'clk_gate_flags' definition 'clk_gate2_flags'.
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:104:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:105:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:107:40: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:108:47: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:109:43: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:110:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:112:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:113:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:114:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:115:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:116:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:117:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:118:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:119:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:120:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:121:42: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:122:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:123:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:124:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:125:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:126:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:127:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:128:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:129:40: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:130:44: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:131:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:132:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:133:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:134:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:135:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:136:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:137:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:138:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:139:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:140:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:141:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:142:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:143:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:144:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:145:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:146:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:147:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:148:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:149:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:150:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:151:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:152:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:153:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:154:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:155:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:156:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:157:58: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:158:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:159:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:160:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:161:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:162:60: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:163:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:165:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:166:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:167:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:168:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:169:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:170:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:171:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:172:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:173:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:174:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:175:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:178:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:179:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:180:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:181:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:182:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:183:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:184:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:185:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:186:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:187:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:189:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:190:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:191:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:195:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:196:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:197:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:198:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:202:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:205:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:206:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:208:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:209:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:210:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:211:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:212:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:214:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:215:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:216:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:217:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:218:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:219:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:220:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:221:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:222:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:223:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:224:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:225:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:226:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:227:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx25.c:229:48: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:156:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:158:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:160:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:162:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:163:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:164:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:165:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:167:58: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:168:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:169:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:170:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:171:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:172:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:173:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:174:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:175:53: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:176:62: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:177:62: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:178:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:180:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:181:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:183:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:185:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:187:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:188:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:189:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:190:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:191:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:192:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:194:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:196:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:197:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:198:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:200:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:201:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:202:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:204:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:205:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:206:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:207:79: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:208:57: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:210:52: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:211:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:212:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:213:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:214:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:215:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:216:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:217:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:218:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:219:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:220:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:221:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:222:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:223:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:224:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:225:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:226:73: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:227:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:228:71: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:229:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:230:66: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:231:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:232:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:233:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:234:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:235:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:236:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:237:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:238:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:239:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:240:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:241:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:242:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:243:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:244:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:245:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:246:80: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:247:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:248:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:249:66: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:250:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:251:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:252:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:253:54: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:254:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:255:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:256:70: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:257:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:258:65: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:259:80: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:260:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:261:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:262:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:263:78: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:264:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:266:50: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:267:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:268:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:269:61: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:270:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:271:59: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:272:67: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:273:67: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:274:84: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:275:85: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:276:84: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:277:85: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:278:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:279:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:280:81: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:281:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:282:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:283:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:284:82: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:285:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:286:83: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:287:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:288:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:289:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:290:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:291:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:292:68: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:293:63: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:294:55: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:295:75: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:296:76: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:297:69: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:299:77: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:300:72: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx51-imx53.c:301:74: portability: 'ccm_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/imx/clk-imx6sl.c:156:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/imx/clk-pllv3.c:63:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/imx/clk-pllv3.c:70:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/imx/clk-pllv3.c:105:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/imx/clk-pllv3.c:70:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:268:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:387:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:387:22: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:388:11: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:388:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:390:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:444:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:463:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ingenic/cgu.c:480:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:81:29: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:87:29: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:89:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:91:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:93:29: portability: 'domain_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/keystone/gate.c:104:31: portability: 'control_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-mtk.c:157:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-mtk.c:180:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-mtk.c:196:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-pll.c:294:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-pll.c:295:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-pll.c:296:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-pll.c:297:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mediatek/clk-pll.c:299:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/microchip/clk-core.c:893:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/microchip/clk-core.c:221:75: style: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/microchip/clk-core.h:73:75: note: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'.
linux-grsec-4.9.65/drivers/clk/microchip/clk-core.c:221:75: note: Function 'pic32_periph_clk_register' argument 1 names different: declaration 'data' definition 'desc'.
linux-grsec-4.9.65/drivers/clk/microchip/clk-pic32mzda.c:163:28: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-frac.c:81:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-gate.c:31:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:30:15: style: The scope of the variable 'maxdiv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:48:24: style: The scope of the variable 'clkt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:67:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:85:24: style: The scope of the variable 'clkt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:115:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:116:17: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:117:16: style: The scope of the variable 'parent_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:351:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:352:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-mix.c:380:32: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mmp/clk-of-mmp2.c:256:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/mmp/clk-of-mmp2.c:250:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/mmp/clk-of-mmp2.c:256:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/mmp/clk-of-pxa1928.c:80:8: style: Variable 'clk' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/mmp/clk.c:80:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mmp/clk.c:106:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mmp/clk.c:135:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mmp/clk.c:162:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mmp/reset.c:15:29: style: The scope of the variable 'cell' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-periph.c:321:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-periph.c:331:19: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-periph.c:342:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-periph.c:343:21: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-periph.c:349:20: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-tbg.c:60:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-tbg.c:70:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-37xx-tbg.c:75:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-39x.c:51:33: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-39x.c:74:32: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-39x.c:114:16: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-xp.c:75:32: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-xp.c:81:34: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-xp.c:128:24: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/armada-xp.c:134:22: portability: 'sar' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/common.c:53:2: style: Variable 'sscg_np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/mvebu/common.c:47:0: note: Variable 'sscg_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/mvebu/common.c:53:2: note: Variable 'sscg_np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:69:24: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:58:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:144:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:40:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:41:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:43:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:44:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:45:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mvebu/dove-divider.c:47:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/mxs/clk-imx28.c:109:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/mxs/clk-pll.c:60:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/mxs/clk-pll.c:69:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-ccu.c:271:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-ccu.c:217:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-ccu.c:226:36: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:387:8: style: Checking if unsigned variable 'm' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:536:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:556:31: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:588:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:589:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:615:13: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc18xx-cgu.c:461:9: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc32xx.c:892:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc32xx.c:901:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/nxp/clk-lpc32xx.c:915:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa.c:84:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa25x.c:58:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa25x.c:239:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa25x.c:241:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa27x.c:60:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa27x.c:371:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa27x.c:373:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa3xx.c:58:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa3xx.c:317:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/pxa/clk-pxa3xx.c:319:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-branch.c:107:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-pll.c:196:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:210:13: style: The scope of the variable 'mn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:211:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:380:13: style: The scope of the variable 'mn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:606:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:606:25: style: The scope of the variable 'src_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg.c:631:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg2.c:648:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg2.c:648:25: style: The scope of the variable 'src_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/clk-rcg2.c:674:16: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/common.c:156:22: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/common.c:198:20: style: The scope of the variable 'scd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/gcc-mdm9615.c:1689:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/gcc-msm8996.c:3455:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/qcom/mmcc-msm8996.c:3318:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/renesas/clk-rcar-gen2.c:331:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:228:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:276:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:291:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:306:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:318:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/renesas/rcar-gen3-cpg.c:325:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-cpu.c:127:27: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-ddr.c:108:11: style: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.h:295:11: note: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'.
linux-grsec-4.9.65/drivers/clk/rockchip/clk-ddr.c:108:11: note: Function 'rockchip_clk_register_ddrclk' argument 10 names different: declaration 'ddr_flags' definition 'ddr_flag'.
linux-grsec-4.9.65/drivers/clk/rockchip/clk-pll.c:97:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-rk3188.c:818:16: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-rk3188.c:819:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-rk3288.c:835:9: style: The scope of the variable 'reg_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk-rk3288.c:862:9: style: The scope of the variable 'reg_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:229:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:379:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:406:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:376:32: style: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.h:642:32: note: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:376:32: note: Function 'rockchip_clk_register_plls' argument 2 names different: declaration 'pll_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:65:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:80:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:92:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:197:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:205:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:244:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/rockchip/clk.c:300:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:156:16: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:156:29: style: The scope of the variable 'alt_div_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:284:16: style: The scope of the variable 'alt_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:284:29: style: The scope of the variable 'alt_div_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:144:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:146:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:147:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:177:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:178:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:209:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:210:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:211:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:214:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:215:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:218:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:219:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:248:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:249:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:250:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:272:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:274:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:275:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:323:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:324:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:325:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:328:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:329:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:331:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:332:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:349:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:350:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-cpu.c:351:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-exynos3250.c:766:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-exynos3250.c:772:29: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-exynos4.c:1241:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1218:11: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1369:17: style: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/samsung/clk.h:394:17: note: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'.
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1369:17: note: Function 'samsung_clk_register_pll' argument 3 names different: declaration 'nr_clk' definition 'nr_pll'.
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1345:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1346:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1090:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/samsung/clk-pll.c:1182:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:142:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:171:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:192:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:263:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:139:42: style: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/samsung/clk.h:377:43: note: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:139:42: note: Function 'samsung_clk_register_fixed_rate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:189:37: style: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/samsung/clk.h:384:36: note: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:189:37: note: Function 'samsung_clk_register_mux' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:221:37: style: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/samsung/clk.h:387:36: note: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:221:37: note: Function 'samsung_clk_register_div' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:260:38: style: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/samsung/clk.h:390:37: note: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:260:38: note: Function 'samsung_clk_register_gate' argument 2 names different: declaration 'clk_list' definition 'list'.
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:30:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/samsung/clk.c:38:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1505:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1502:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1505:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1520:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1517:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1520:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1535:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1532:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1535:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1439:31: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1440:31: style: The scope of the variable 'mux' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/sirf/clk-atlas7.c:1441:32: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-gate-a10.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-gate.c:122:17: style: The scope of the variable 'sys_mgr_base_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-gate.c:123:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-periph.c:113:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-pll-a10.c:123:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/socfpga/clk-pll.c:125:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/spear/clk-vco-pll.c:88:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/spear/clk-vco-pll.c:88:27: style: The scope of the variable 'vco_prev_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/spear/clk-vco-pll.c:150:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/spear/clk.c:20:16: style: The scope of the variable 'prev_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:874:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:872:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:874:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:881:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:879:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:881:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:899:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:896:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:899:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:901:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:899:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:901:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:407:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:415:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:419:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:426:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:430:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:437:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:441:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:447:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:481:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:514:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:518:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:524:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:528:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:534:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:538:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:544:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:548:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:554:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:562:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:567:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:572:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:578:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:583:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:589:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:595:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:603:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:608:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:615:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:621:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:628:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:635:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:641:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:648:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:653:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:660:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:665:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:672:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:677:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:682:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:690:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:695:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:701:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:706:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:711:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:716:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:721:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:727:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:733:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:738:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:744:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:750:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:756:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:761:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:766:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:772:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:778:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:783:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:788:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:793:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:798:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:803:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:810:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:817:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:823:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:828:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:833:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:838:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:843:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:848:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:853:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:858:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:863:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:868:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:875:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:882:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:887:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:892:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:902:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:907:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:912:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:917:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:922:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:927:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:934:30: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:943:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:949:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:954:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:960:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:965:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:971:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:976:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:982:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:987:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:993:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:998:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1004:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1009:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1015:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1020:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1026:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1031:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1037:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1042:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1048:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1053:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1059:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1064:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1070:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1075:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1081:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1086:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1092:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1097:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1103:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1108:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1114:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1310_clock.c:1119:4: portability: 'ras_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:464:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:472:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:476:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:483:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:487:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:494:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:498:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:504:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:538:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:549:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:554:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:560:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:582:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:593:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:597:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:603:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:607:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:613:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:617:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:623:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:627:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:633:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:641:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:646:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:651:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:658:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:663:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:668:23: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:674:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:679:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:685:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:691:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:699:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:704:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:711:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:717:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:724:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:731:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:737:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:744:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:749:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:756:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:761:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:769:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:774:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:779:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:787:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:792:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:797:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:803:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:808:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:813:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:818:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:824:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:830:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:835:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:841:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:846:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:851:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:857:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:863:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:868:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:873:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:878:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:883:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:888:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:895:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:902:30: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:908:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:913:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:918:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:923:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:928:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:933:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:938:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:945:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:950:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:957:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:962:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:967:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:972:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:977:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:982:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:987:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:992:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:997:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:1002:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:1007:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear1340_clock.c:1012:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:402:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:415:22: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:421:22: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:432:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:437:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:445:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:450:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:455:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:463:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:468:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:473:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:478:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:481:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:486:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:489:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:493:50: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:498:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:501:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:507:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:513:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:520:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:525:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:531:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:537:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:551:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:562:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:566:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:570:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:574:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:578:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:582:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:586:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:590:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:594:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:599:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:603:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:607:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:612:61: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:616:61: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:622:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:626:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:630:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:634:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:638:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:642:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:647:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:652:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear3xx_clock.c:657:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:128:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:137:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:143:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:158:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:163:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:170:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:174:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:178:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:183:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:190:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:195:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:199:7: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:206:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:211:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:215:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:221:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:226:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:230:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:233:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:239:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:243:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:246:56: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:252:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:256:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:261:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:266:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:270:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:281:4: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:285:25: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:289:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:293:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:297:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:301:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:305:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:309:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:314:57: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:321:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:325:59: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:329:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:333:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/spear/spear6xx_clock.c:337:58: portability: 'misc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:217:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:217:24: portability: 'reg+24' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:219:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:219:25: portability: 'reg+356' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:236:25: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clk-flexgen.c:236:32: portability: 'reg+88' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clkgen-fsyn.c:630:26: style: The scope of the variable 'new_deviation' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/st/clkgen-fsyn.c:634:6: style: The scope of the variable 'r1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/st/clkgen-fsyn.c:634:10: style: The scope of the variable 'r2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/st/clkgen.h:23:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clkgen.h:30:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clkgen.h:32:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clkgen-fsyn.c:798:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/st/clkgen-pll.c:274:19: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/st/clkgen-pll.c:436:19: style: The scope of the variable 'infin' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/st/clkgen-pll.c:674:18: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/st/clkgen-pll.c:685:17: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/sunxi-ng/ccu_mux.c:25:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/sunxi/clk-factors.c:285:9: style: Variable 'name' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/sunxi/clk-sun9i-core.c:63:25: error: Signed integer overflow for expression '24000000*n'. [integerOverflow]
linux-grsec-4.9.65/drivers/clk/sunxi/clk-sun9i-core.c:59:7: note: Assignment 'n=255', assigned value is 255
linux-grsec-4.9.65/drivers/clk/sunxi/clk-sun9i-core.c:63:25: note: Integer overflow
linux-grsec-4.9.65/drivers/clk/tegra/clk-audio-sync.c:58:17: style: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:43:17: note: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-audio-sync.c:58:17: note: Function 'tegra_clk_register_sync_source' argument 2 names different: declaration 'fixed_rate' definition 'rate'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-dfll.c:1384:21: style: The scope of the variable 'reg_uV' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-dfll.c:1406:21: style: The scope of the variable 'reg_uV' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-emc.c:312:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-emc.c:440:13: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-emc.c:482:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-periph.c:171:29: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-periph.c:172:40: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll-out.c:91:43: style: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:471:43: note: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll-out.c:91:43: note: Function 'tegra_clk_register_pll_out' argument 7 names different: declaration 'pll_div_flags' definition 'pll_out_flags'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:533:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:939:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:349:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:354:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:570:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:636:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:650:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:673:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:683:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:960:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-pll.c:997:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:159:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:156:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:159:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:214:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:212:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:214:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:218:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:214:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:218:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:157:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:160:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:190:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:199:18: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-audio.c:215:29: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-fixed.c:42:31: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-fixed.c:55:8: style: Variable 'osc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:983:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:980:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:983:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:877:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:907:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:932:15: style: The scope of the variable 'dt_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:944:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:981:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:984:30: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:1002:31: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:1008:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:1021:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-periph.c:1030:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-pmc.c:99:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-pmc.c:109:18: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-pmc.c:116:29: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-pmc.c:118:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-pmc.c:126:14: portability: 'pmc_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:168:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:165:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:168:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:153:3: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:150:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:153:3: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:253:34: style: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:784:33: note: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:253:34: note: Function 'tegra_super_clk_gen4_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:262:34: style: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:787:33: note: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:262:34: note: Function 'tegra_super_clk_gen5_init' argument 4 names different: declaration 'pll_params' definition 'params'.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:120:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:129:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:141:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:151:17: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:155:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:166:17: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:169:33: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:191:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:198:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:212:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra-super-gen4.c:219:15: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:940:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:937:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:940:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:965:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:962:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:965:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:975:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:971:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:975:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1083:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1077:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1083:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:938:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:941:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:963:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:966:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:981:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1026:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1058:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1065:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1080:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra114.c:1083:56: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1065:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1062:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1065:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1100:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1097:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1100:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1018:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1031:52: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1036:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1042:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1063:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1066:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1098:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1101:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1120:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra124.c:1162:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:645:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:642:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:645:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:660:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:657:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:660:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:694:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:691:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:694:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:746:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:742:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:746:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:754:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:752:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:754:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:820:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:815:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:820:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:841:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:840:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:841:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:847:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:846:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:847:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra20.c:927:8: style: Variable 'reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2334:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2329:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2334:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2369:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2366:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2369:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2433:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2429:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2433:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2444:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2440:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2444:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2501:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2497:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2501:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2541:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2538:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2541:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:1302:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:461:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2313:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2331:20: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2334:56: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2339:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2345:61: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2367:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2370:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2423:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2430:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2434:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2441:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2445:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2452:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2459:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2466:35: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2492:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2498:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2502:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2520:16: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2539:13: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:2542:14: portability: 'clk_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:699:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:1054:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra210.c:1055:48: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:837:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:834:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:837:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:852:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:849:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:852:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:897:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:893:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:897:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:1061:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:1056:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:1061:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/tegra/clk-tegra30.c:1133:8: style: Variable 'reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/tegra/clk.c:235:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/clk.c:197:51: style: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:760:43: note: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'.
linux-grsec-4.9.65/drivers/clk/tegra/clk.c:197:51: note: Function 'tegra_clk_init' argument 1 names different: declaration 'clk_base' definition 'regs'.
linux-grsec-4.9.65/drivers/clk/tegra/clk.c:197:70: style: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/clk.h:760:66: note: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'.
linux-grsec-4.9.65/drivers/clk/tegra/clk.c:197:70: note: Function 'tegra_clk_init' argument 3 names different: declaration 'periph_banks' definition 'banks'.
linux-grsec-4.9.65/drivers/clk/tegra/cvb.c:68:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/cvb.c:68:14: style: The scope of the variable 'dfll_mv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/tegra/cvb.c:111:69: style: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/tegra/cvb.h:61:69: note: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'.
linux-grsec-4.9.65/drivers/clk/tegra/cvb.c:111:69: note: Function 'tegra_cvb_add_opp_table' argument 2 names different: declaration 'cvb_tables' definition 'tables'.
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:224:2: style: Variable 'postfix' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:217:0: note: Variable 'postfix' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:224:2: note: Variable 'postfix' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:186:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:218:7: style: The scope of the variable 'con_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/adpll.c:815:14: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/apll.c:100:12: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clk/ti/clk-dra7-atl.c:267:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/clk/ti/clk.c:445:14: style: The scope of the variable 'init_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/clkt_dpll.c:289:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/clockdomain.c:108:14: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/divider.c:299:6: style: The scope of the variable 'div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clk/ti/dpll3xxx.c:802:41: style: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/ti/clock.h:268:41: note: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'.
linux-grsec-4.9.65/drivers/clk/ti/dpll3xxx.c:802:41: note: Function 'omap3_dpll4_set_rate' argument 1 names different: declaration 'clk' definition 'hw'.
linux-grsec-4.9.65/drivers/clk/ti/dpll44xx.c:48:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/ti/dpll44xx.c:66:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clk/ti/gate.c:63:71: style: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/clk/ti/gate.c:30:71: note: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'.
linux-grsec-4.9.65/drivers/clk/ti/gate.c:63:71: note: Function 'omap36xx_gate_clk_enable_with_hsdiv_restore' argument 1 names different: declaration 'clk' definition 'hw'.
linux-grsec-4.9.65/drivers/clk/ux500/abx500-clk.c:67:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/ux500/abx500-clk.c:62:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/abx500-clk.c:67:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:67:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:63:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:67:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:113:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:110:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:113:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:116:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:113:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/ux500/u8540_clk.c:116:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/versatile/clk-icst.c:290:24: style: Redundant condition: If 'rate <= 25000000', the comparison 'rate < 29000000' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:149:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:145:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:149:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:153:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:149:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:153:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:206:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:203:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:206:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:277:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:271:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:277:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:283:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:277:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:283:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:291:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:283:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:291:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:294:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:291:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:294:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:302:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:294:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:302:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:308:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:302:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:308:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:315:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:308:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:315:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:344:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:338:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:344:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:351:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:344:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:351:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:354:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:351:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:354:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:402:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:399:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:402:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:405:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:402:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:405:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:409:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:405:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:409:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:427:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:424:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:427:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:430:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:427:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:430:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:434:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:430:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:434:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:459:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:456:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:459:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:462:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:459:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:462:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:466:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:462:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:466:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:469:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:466:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:469:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:472:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:469:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:472:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:476:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:472:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:476:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:499:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:496:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:499:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:502:2: style: Variable 'clk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:499:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:502:2: note: Variable 'clk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:124:46: portability: 'fclk_ctrl_reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:612:55: portability: '(__force void __iomem*)slcr->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clk/zynq/clkc.c:502:8: style: Variable 'clk' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:735:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:734:30: note: Assignment 'err=arch_timer_cpu_pm_init()', assigned value is 0
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:735:6: note: Condition 'err' is always false
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:512:44: portability: 'cntbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:525:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:527:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:530:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clocksource/arm_arch_timer.c:534:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/clocksource/bcm2835_timer.c:70:9: style: The scope of the variable 'event_handler' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clocksource/bcm_kona_timer.c:58:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/bcm_kona_timer.c:65:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/bcm_kona_timer.c:87:27: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/bcm_kona_timer.c:88:27: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/bcm_kona_timer.c:89:32: portability: 'timer_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/cadence_ttc_timer.c:506:10: style: Checking if unsigned variable 'irq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/clocksource/cadence_ttc_timer.c:378:33: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/exynos_mct.c:457:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/clocksource/exynos_mct.c:377:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:287:11: style: Checking if unsigned variable 'freq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:291:11: style: Checking if unsigned variable 'freq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:68:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:71:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:79:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:81:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:88:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:90:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:97:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:99:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:106:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:108:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/fsl_ftm_timer.c:118:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/metag_generic.c:106:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/clocksource/qcom-timer.c:111:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clocksource/rockchip_timer.c:70:37: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/rockchip_timer.c:71:32: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/rockchip_timer.c:76:32: portability: 'rk_base(ce)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:417:16: style: The scope of the variable 'new_match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:837:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:162:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:167:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:173:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/sh_cmt.c:179:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/time-pistachio.c:61:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/time-pistachio.c:67:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/time-pistachio.c:83:12: style: Variable 'overflw' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clocksource/timer-atmel-pit.c:64:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-atmel-pit.c:69:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-imx-gpt.c:293:10: style: Variable 'tstat' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/clocksource/timer-integrator-ap.c:181:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/clocksource/timer-integrator-ap.c:51:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-integrator-ap.c:52:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-integrator-ap.c:54:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:77:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:101:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:102:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:103:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:105:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:107:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sp804.c:213:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-stm32.c:49:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-stm32.c:59:42: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-stm32.c:60:50: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sun5i.c:216:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sun5i.c:218:14: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sun5i.c:302:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/clocksource/timer-sun5i.c:303:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/connector/cn_queue.c:160:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/connector/connector.c:83:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/connector/connector.c:184:19: style: The scope of the variable 'nlh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/connector/connector.c:185:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/connector/connector.c:185:11: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/acpi-cpufreq.c:402:15: style: The scope of the variable 'cur_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/acpi-cpufreq.c:508:17: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/arm_big_little.c:644:7: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/cpufreq/arm_big_little.c:643:32: note: Assignment 'ret=__bLs_register_notifier()', assigned value is 0
linux-grsec-4.9.65/drivers/cpufreq/arm_big_little.c:644:7: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/cpufreq/cppc_cpufreq.c:230:23: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq-nforce2.c:312:15: style: The scope of the variable 'rfid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:986:7: style: Condition '!gov' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:985:33: note: Assignment 'gov=cpufreq_default_governor()', assigned value is 0
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:986:7: note: Condition '!gov' is always true
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1988:7: style: Condition 'gov' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1986:59: note: Assignment 'gov=cpufreq_fallback_governor()', assigned value is 0
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1988:7: note: Condition 'gov' is always false
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:980:2: style: Variable 'gov' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:974:0: note: Variable 'gov' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:980:2: note: Variable 'gov' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1956:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1952:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1956:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:828:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1638:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:1971:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cpufreq.c:2028:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cris-artpec3-cpufreq.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/cris-etraxfs-cpufreq.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/davinci-cpufreq.c:77:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/e_powersaver.c:175:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/e_powersaver.c:186:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/e_powersaver.c:186:9: style: The scope of the variable 'step' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/e_powersaver.c:186:15: style: The scope of the variable 'voltage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/elanfreq.c:40:6: style: struct member 's_elan_multiplier::clock' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:118:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:118:20: style: The scope of the variable 'clk_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:118:38: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:118:44: style: The scope of the variable 'volt_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:119:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:213:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:285:13: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/exynos5440-cpufreq.c:286:15: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/freq_table.c:42:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/freq_table.c:71:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/freq_table.c:130:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/gx-suspmod.c:227:6: style: The scope of the variable 'tmp_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:680:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:691:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:701:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:703:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:780:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:781:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:6: style: The scope of the variable 'min' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:11: style: The scope of the variable 'hw_min' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:19: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:24: style: The scope of the variable 'hw_max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:37: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/intel_pstate.c:564:44: style: The scope of the variable 'adj_range' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:411:6: style: The scope of the variable 'f_max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:411:13: style: The scope of the variable 'f_min' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:427:15: style: The scope of the variable 'ratio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:533:18: style: The scope of the variable 'speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:623:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:624:15: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:685:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/longhaul.c:231:8: style: Variable 't' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cpufreq/loongson1-cpufreq.c:82:25: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/omap-cpufreq.c:48:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/pmac64-cpufreq.c:492:9: style: Variable 'cpuid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/cpufreq/pmac64-cpufreq.c:482:0: note: Variable 'cpuid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/pmac64-cpufreq.c:492:9: note: Variable 'cpuid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/powernow-k7.c:174:15: style: The scope of the variable 'speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/powernow-k7.c:452:17: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/powernow-k8.c:286:19: style: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/cpufreq/powernow-k8.h:184:18: note: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'.
linux-grsec-4.9.65/drivers/cpufreq/powernow-k8.c:286:19: note: Function 'core_voltage_pre_transition' argument 3 names different: declaration 'regfid' definition 'reqfid'.
linux-grsec-4.9.65/drivers/cpufreq/powernow-k8.c:95:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:320:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:321:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:322:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:323:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:324:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:325:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:326:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/powernv-cpufreq.c:327:1: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/cpufreq/pxa2xx-cpufreq.c:362:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/qoriq-cpufreq.c:127:27: style: The scope of the variable 'clk_np' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/qoriq-cpufreq.c:171:12: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/qoriq-cpufreq.c:172:21: style: The scope of the variable 'max_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/s3c2416-cpufreq.c:107:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/s3c2416-cpufreq.c:309:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/s3c2416-cpufreq.c:46:15: style: struct member 's3c2416_dvfs::vddarm_min' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/cpufreq/s3c2416-cpufreq.c:47:15: style: struct member 's3c2416_dvfs::vddarm_max' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/cpufreq/s3c2440-cpufreq.c:204:16: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/s3c24xx-cpufreq-debugfs.c:126:20: style: The scope of the variable 'iob' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpufreq/s3c24xx-cpufreq.c:72:30: style: Variable 'armclk' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cpufreq/s3c64xx-cpufreq.c:65:10: style: Variable 'dvfs' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cpufreq/s3c64xx-cpufreq.c:63:13: style: Variable 'old_freq' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cpufreq/s5pv210-cpufreq.c:495:30: portability: 'dmc_reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/cpufreq/s5pv210-cpufreq.c:387:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/cpufreq/s5pv210-cpufreq.c:389:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/cpufreq/sh-cpufreq.c:108:2: style: Variable 'cpuclk' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/cpufreq/sh-cpufreq.c:102:0: note: Variable 'cpuclk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/sh-cpufreq.c:108:2: note: Variable 'cpuclk' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/cpufreq/sparc-us2e-cpufreq.c:261:14: style: Variable 'new_freq' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/cpuidle/cpuidle-cps.c:109:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpuidle/cpuidle.c:553:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpuidle/cpuidle.c:579:25: style: The scope of the variable 'device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpuidle/cpuidle.c:170:8: style: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/cpuidle/cpuidle.h:16:35: note: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'.
linux-grsec-4.9.65/drivers/cpuidle/cpuidle.c:170:8: note: Function 'cpuidle_enter_state' argument 3 names different: declaration 'next_state' definition 'index'.
linux-grsec-4.9.65/drivers/cpuidle/dt_idle_states.c:102:22: style: The scope of the variable 'cpu_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpuidle/dt_idle_states.c:102:33: style: The scope of the variable 'curr_state_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/cpuidle/governors/ladder.c:138:30: style: The scope of the variable 'lstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_alg.c:153:33: portability: 'ctx->sa_in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_alg.c:159:20: portability: 'ctx->sa_in' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:936:3: style: Variable 'sd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:928:0: note: Variable 'sd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:936:3: note: Variable 'sd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:880:7: warning: Redundant assignment of 'src' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:195:19: style: The scope of the variable 'pd_uinfo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:633:22: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:771:16: style: The scope of the variable 'gd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:780:15: style: The scope of the variable 'ivlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:1070:19: style: The scope of the variable 'pd_uinfo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:1071:16: style: The scope of the variable 'pd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:225:50: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:229:41: portability: 'dev->shadow_sa_pool' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:233:41: portability: 'dev->shadow_sr_pool' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:280:48: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:298:18: portability: 'dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:376:36: portability: 'dev->gdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:481:36: portability: 'dev->sdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:492:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:506:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:525:27: portability: 'dev->scatter_buffer_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:678:17: portability: 'dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:679:28: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:839:48: portability: 'dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:855:22: portability: '(void*)sa' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:1076:39: portability: 'core_dev->dev->pdr_uinfo' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:1078:28: portability: 'core_dev->dev->pdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:637:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:644:10: style: Variable 'addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_core.c:661:9: style: Variable 'ctx' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_trng.c:82:2: style: Variable 'trng' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_trng.c:77:0: note: Variable 'trng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_trng.c:82:2: note: Variable 'trng' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/amcc/crypto4xx_trng.c:34:6: style: The scope of the variable 'busy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-aes.c:607:9: style: The scope of the variable 'padlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-sha.c:168:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-sha.c:575:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-sha.c:601:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-sha.c:174:13: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:153:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:323:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:510:21: style: The scope of the variable 'in' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:510:25: style: The scope of the variable 'out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:648:9: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/atmel-tdes.c:162:32: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/bfin_crc.c:172:15: style: The scope of the variable 'dma_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:237:7: style: The scope of the variable 'nonce' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:252:44: portability: '(void*)ctx->key' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:264:36: portability: '(void*)ctx->key' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:264:61: portability: '(void*)ctx->key+ctx->split_key_pad_len' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2412:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2412:61: portability: '(void*)edesc+sizeof(struct aead_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2673:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2673:67: portability: '(void*)edesc+sizeof(struct ablkcipher_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2849:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2849:67: portability: '(void*)edesc+sizeof(struct ablkcipher_edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2641:9: style: Variable 'sgc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/caam/caamalg.c:2817:9: style: Variable 'sgc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/caam/caamhash.c:238:7: style: The scope of the variable 'key_jump_cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/caampkc.c:134:33: portability: '(void*)edesc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caampkc.c:134:50: portability: '(void*)edesc+sizeof(*edesc)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/caamrng.c:144:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/caamrng.c:188:42: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/caam/ctrl.c:46:7: style: The scope of the variable 'jump_cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/ctrl.c:675:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:158:6: style: The scope of the variable 'hw_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:158:14: style: The scope of the variable 'sw_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:158:25: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:158:31: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:161:9: style: The scope of the variable 'usercall' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:162:7: style: The scope of the variable 'userdesc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:163:8: style: The scope of the variable 'userarg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/caam/jr.c:248:6: style: The scope of the variable 'tfm_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-aes-cmac.c:111:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-aes-xts.c:121:15: style: The scope of the variable 'unit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-aes-xts.c:274:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-main.c:76:25: style: struct member 'ccp_crypto_cpu::crypto_cmd' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-main.c:77:6: style: struct member 'ccp_crypto_cpu::err' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-main.c:274:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-sha.c:276:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-crypto-sha.c:102:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v3.c:391:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v3.c:529:24: style: The scope of the variable 'cmd_q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:727:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:216:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:542:6: style: The scope of the variable 'qlsb_wgt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:599:9: style: The scope of the variable 'lsb_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:30:17: style: Unsigned variable '.' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dev-v5.c:252:5: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-dmaengine.c:232:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-ops.c:191:45: style: The scope of the variable 'sb_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-ops.c:226:45: style: The scope of the variable 'sb_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ccp/ccp-pci.c:60:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:380:18: warning: Either the condition 'sg' is redundant or there is possible null pointer dereference: sg. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:376:7: note: Assuming that condition 'sg' is not redundant
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:380:18: note: Null pointer dereference
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:381:42: warning: Either the condition 'sg' is redundant or there is possible null pointer dereference: sg. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:376:7: note: Assuming that condition 'sg' is not redundant
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:381:42: note: Null pointer dereference
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:740:2: style: Variable 'page_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:735:0: note: Variable 'page_ptr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:740:2: note: Variable 'page_ptr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:848:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:840:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:848:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:910:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:907:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:910:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:950:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:944:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:950:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:1003:2: style: Variable 'u_ctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:995:0: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:1003:2: note: Variable 'u_ctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:369:15: style: The scope of the variable 'spage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:370:15: style: The scope of the variable 'page_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:1126:17: style: The scope of the variable 'context_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:102:12: style: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_core.h:79:12: note: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.c:102:12: note: Function 'chcr_handle_resp' argument 3 names different: declaration 'err' definition 'error_status'.
linux-grsec-4.9.65/drivers/crypto/chelsio/chcr_algo.h:371:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/geode-aes.c:310:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/geode-aes.c:342:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/geode-aes.c:423:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/geode-aes.c:453:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2550:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2549:8: note: Assignment 'err=0', assigned value is 0
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2550:6: note: Condition 'err' is always false
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1332:15: style: The scope of the variable 'spage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1333:15: style: The scope of the variable 'soff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1419:15: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1448:22: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1625:51: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1626:8: style: The scope of the variable 'daddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1679:23: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1922:29: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2040:31: style: The scope of the variable 'async_req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2040:43: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2041:29: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2594:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:2641:15: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1636:16: portability: 'daddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/hifn_795x.c:1642:9: portability: 'saddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/img-hash.c:364:31: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/img-hash.c:364:36: style: The scope of the variable 'tbc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ixp4xx_crypto.c:980:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/crypto/ixp4xx_crypto.c:368:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ixp4xx_crypto.c:893:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ixp4xx_crypto.c:999:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/marvell/cesa.c:124:31: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/marvell/cesa.c:125:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/marvell/hash.c:165:15: style: The scope of the variable 'digsize' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/marvell/hash.c:166:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/marvell/hash.c:1064:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/marvell/hash.c:141:10: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/marvell/tdma.c:194:2: style: Variable 'new_tdma' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/marvell/tdma.c:191:0: note: Variable 'new_tdma' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/marvell/tdma.c:194:2: note: Variable 'new_tdma' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/marvell/tdma.c:18:66: style: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/marvell/cesa.h:801:66: note: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'.
linux-grsec-4.9.65/drivers/crypto/marvell/tdma.c:18:66: note: Function 'mv_cesa_req_dma_iter_next_transfer' argument 1 names different: declaration 'chain' definition 'iter'.
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:856:2: style: Variable 'fallback_tfm' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:848:0: note: Variable 'fallback_tfm' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:856:2: note: Variable 'fallback_tfm' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:224:8: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:225:6: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:466:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:467:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:516:9: style: The scope of the variable 'cur_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:555:42: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mv_cesa.c:483:8: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/mxc-scc.c:360:22: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxc-scc.c:363:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:265:21: style: The scope of the variable 'src_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:272:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:347:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:348:31: style: The scope of the variable 'arq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:567:11: style: The scope of the variable 'src_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:571:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:635:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:636:31: style: The scope of the variable 'arq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:413:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/mxs-dcp.c:725:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/n2_core.c:165:14: portability: 'q->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/n2_core.c:188:15: portability: 'q->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/n2_core.c:548:14: portability: 'qp->q' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/nx/nx-842-pseries.c:927:11: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/crypto/nx/nx-842-pseries.c:935:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/crypto/nx/nx-842-pseries.c:185:16: style: The scope of the variable 'entrylen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/nx/nx-842.c:362:17: style: Checking if unsigned variable 'p->iremain' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/crypto/nx/nx-842.c:365:17: style: Checking if unsigned variable 'p->oremain' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:363:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:352:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:363:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:433:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:429:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ccm.c:433:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/nx/nx-aes-ctr.c:142:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:586:6: style: Condition 'rc' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:585:7: note: Assignment 'rc=0', assigned value is 0
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:586:6: note: Condition 'rc' is always false
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:170:8: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:224:7: style: The scope of the variable 'data_back' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:53:41: style: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/nx/nx.h:165:41: note: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'.
linux-grsec-4.9.65/drivers/crypto/nx/nx.c:53:41: note: Function 'nx_hcall_sync' argument 1 names different: declaration 'ctx' definition 'nx_ctx'.
linux-grsec-4.9.65/drivers/crypto/omap-aes.c:669:8: style: The scope of the variable 'buf_in' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-aes.c:669:17: style: The scope of the variable 'buf_out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-aes.c:670:6: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-aes.c:670:13: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-aes.c:706:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-des.c:645:8: style: The scope of the variable 'buf_in' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-des.c:645:17: style: The scope of the variable 'buf_out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-des.c:646:6: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-sham.c:301:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-sham.c:469:7: style: The scope of the variable 'bs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-sham.c:469:11: style: The scope of the variable 'nr_dr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-sham.c:1294:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/omap-sham.c:718:31: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/padlock-sha.c:315:6: style: The scope of the variable 'ts_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/padlock-sha.c:404:6: style: The scope of the variable 'ts_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/picoxcell_crypto.c:236:36: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/picoxcell_crypto.c:237:35: portability: 'page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/picoxcell_crypto.c:263:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/picoxcell_crypto.c:1066:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/picoxcell_crypto.c:1729:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:295:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxx/adf_drv.c:295:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c3xxxvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:295:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62x/adf_drv.c:295:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_c62xvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_admin.c:170:26: portability: 'admin->virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_admin.c:181:32: portability: 'admin->virt_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_admin.c:181:41: portability: 'admin->virt_addr+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_dev_mgr.c:199:24: style: Redundant condition: accel_dev->is_vf. '!accel_dev->is_vf || (accel_dev->is_vf && !pf)' is equivalent to '!accel_dev->is_vf || !pf' [redundantCondition]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_dev_mgr.c:298:24: style: Redundant condition: accel_dev->is_vf. '!accel_dev->is_vf || (accel_dev->is_vf && !pf)' is equivalent to '!accel_dev->is_vf || !pf' [redundantCondition]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_dev_mgr.c:114:20: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_hw_arbiter.c:83:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_init.c:354:23: style: The scope of the variable 'service' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_init.c:369:23: style: The scope of the variable 'service' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:361:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:231:35: style: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.h:57:35: note: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:231:35: note: Function 'adf_create_ring' argument 4 names different: declaration 'num_mgs' definition 'num_msgs'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:411:3: portability: 'csr_addr+(4096*bank_num)+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)+64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:412:3: portability: 'csr_addr+(4096*bank_num)+128' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:437:2: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:437:2: portability: 'csr_addr+(4096*(bank_num))' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:438:2: portability: 'csr_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport.c:438:2: portability: 'csr_addr+(4096*bank_num)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport_debug.c:272:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport_debug.c:69:25: portability: 'ring->base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_transport_debug.c:81:25: portability: 'ring->base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_asym_algs.c:593:34: style: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_common_drv.h:167:34: note: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_asym_algs.c:593:34: note: Function 'qat_alg_asym_callback' argument 1 names different: declaration 'resp' definition '_resp'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_crypto.c:102:17: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:788:6: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:789:15: style: The scope of the variable 'fcu_sts' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:847:39: style: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/adf_common_drv.h:203:21: note: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:847:39: note: Function 'qat_hal_wr_umem' argument 3 names different: declaration 'uword_addr' definition 'uaddr'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:168:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:186:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:213:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:214:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:422:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:587:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:609:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:833:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:853:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:999:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:1192:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:1242:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_hal.c:1303:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:72:2: style: Variable 'ae_slice' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:68:0: note: Variable 'ae_slice' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:72:2: note: Variable 'ae_slice' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:1093:2: style: Variable 'img_ae_mode' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:1089:0: note: Variable 'img_ae_mode' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:1093:2: note: Variable 'img_ae_mode' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/crypto/qat/qat_common/qat_uclo.c:1046:30: style: Variable 'suof_objhdr' is not assigned a value. [unassignedVariable]
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:119:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:119:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:297:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xcc/adf_drv.c:297:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:120:38: style: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:74:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:120:38: note: Function 'adf_probe' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:267:40: style: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:75:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qat/qat_dh895xccvf/adf_drv.c:267:40: note: Function 'adf_remove' argument 1 names different: declaration 'dev' definition 'pdev'.
linux-grsec-4.9.65/drivers/crypto/qce/ablkcipher.c:208:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qce/core.c:38:29: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:58:59: style: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qce/dma.h:53:59: note: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:58:59: note: Function 'qce_sgtable_add' argument 2 names different: declaration 'sg_add' definition 'new_sgl'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:104:68: style: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qce/dma.h:47:68: note: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:104:68: note: Function 'qce_dma_prep_sgs' argument 2 names different: declaration 'sg_in' definition 'rx_sg'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:12: style: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qce/dma.h:48:12: note: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:12: note: Function 'qce_dma_prep_sgs' argument 3 names different: declaration 'in_ents' definition 'rx_nents'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:42: style: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qce/dma.h:48:41: note: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:42: note: Function 'qce_dma_prep_sgs' argument 4 names different: declaration 'sg_out' definition 'tx_sg'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:53: style: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/qce/dma.h:48:53: note: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'.
linux-grsec-4.9.65/drivers/crypto/qce/dma.c:105:53: note: Function 'qce_dma_prep_sgs' argument 5 names different: declaration 'out_ents' definition 'tx_nents'.
linux-grsec-4.9.65/drivers/crypto/rockchip/rk3288_crypto.c:157:30: style: The scope of the variable 'sg_out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/s5p-sss.c:405:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:667:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:689:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:711:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:733:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:1056:31: style: The scope of the variable 'async_req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:1057:31: style: The scope of the variable 'backlog' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sahara.c:249:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/sahara.c:253:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/sahara.c:258:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/sahara.c:267:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/sahara.c:794:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:34:0: style: Same expression used in consecutive assignments of 'ileft' and 'oleft'. [duplicateAssignExpression]
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:35:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:34:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:145:0: style: Same expression used in consecutive assignments of 'ileft' and 'oleft'. [duplicateAssignExpression]
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:146:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-cipher.c:145:0: note: Same expression used in consecutive assignments of 'ileft' and 'oleft'.
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-hash.c:57:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/sunxi-ss/sun4i-ss-hash.c:99:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:987:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:988:8: style: The scope of the variable 'icvdata' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:1019:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:1020:15: style: The scope of the variable 'icv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:1880:15: style: The scope of the variable 'nsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:2108:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/talitos.c:569:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/crypto/talitos.c:1232:23: style: Variable 'sg_link_tbl_len' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/talitos.c:1326:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:197:10: style: Condition '!param' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:196:12: note: Assuming that condition 'param==NULL' is not redundant
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:197:10: note: Condition '!param' is always true
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:207:10: style: Condition '!ctx' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:206:10: note: Assuming that condition 'ctx==NULL' is not redundant
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:207:10: note: Condition '!ctx' is always true
linux-grsec-4.9.65/drivers/crypto/ux500/cryp/cryp_core.c:1017:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_core.c:1124:34: style: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_alg.h:396:28: note: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_core.c:1124:34: note: Function 'hash_resume_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_core.c:1182:26: style: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_alg.h:393:22: note: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_core.c:1182:26: note: Function 'hash_save_state' argument 2 names different: declaration 'state' definition 'device_state'.
linux-grsec-4.9.65/drivers/crypto/ux500/hash/hash_core.c:178:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/crypto/vmx/aes_xts.c:112:6: style: The scope of the variable 'iv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/vmx/ghash.c:132:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/crypto/vmx/ghash.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dax/dax.c:206:17: style: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dax/dax.h:22:29: note: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'.
linux-grsec-4.9.65/drivers/dax/dax.c:206:17: note: Function 'alloc_dax_region' argument 6 names different: declaration 'flags' definition 'pfn_flags'.
linux-grsec-4.9.65/drivers/nvdimm/nd.h:83:19: portability: 'ndd->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dca/dca-core.c:158:18: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/devfreq.c:95:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/devfreq.c:823:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/devfreq.c:885:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/devfreq.c:1138:21: style: The scope of the variable 'opp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/rk3399_dmc.c:339:16: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/rk3399_dmc.c:339:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/rk3399_dmc.c:340:12: style: The scope of the variable 'timing' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/tegra-devfreq.c:348:16: style: The scope of the variable 'cpu_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/tegra-devfreq.c:413:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/tegra-devfreq.c:434:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/devfreq/tegra-devfreq.c:548:31: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma-buf/fence.c:109:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma-buf/fence.c:203:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma-buf/reservation.c:459:16: style: The scope of the variable 'fence' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma-buf/sync_debug.c:135:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/acpi-dma.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/acpi-dma.c:360:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/acpi-dma.c:127:48: portability: '(void*)csrt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/acpi-dma.c:137:48: portability: '(void*)grp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/amba-pl08x.c:324:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/amba-pl08x.c:978:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/amba-pl08x.c:981:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:712:29: warning: Either the condition '!xt' is redundant or there is possible null pointer dereference: xt. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:721:15: note: Assuming that condition '!xt' is not redundant
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:712:29: note: Null pointer dereference
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:114:2: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:110:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:114:2: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:1432:34: warning: Either the condition '!period_len' is redundant or there is division by zero at line 1432. [zerodivcond]
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:1440:39: note: Assuming that condition '!period_len' is not redundant
linux-grsec-4.9.65/drivers/dma/at_hdmac.c:1432:34: note: Division by zero
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:767:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:764:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:767:3: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1077:3: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1072:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1077:3: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:947:11: style: The scope of the variable 'src_skip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:947:25: style: The scope of the variable 'dst_skip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1039:48: style: The scope of the variable 'ublen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1237:23: style: The scope of the variable 'pstride' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:1546:24: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/at_xdmac.c:731:2: error: Address of auto-variable 'first->tx_dma_desc' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:799:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:423:23: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:428:22: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:433:24: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:444:22: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bcm2835-dma.c:448:19: portability: 'chan_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bestcomm/bestcomm.c:81:26: portability: '(void*)tsk' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/bestcomm/sram.c:108:6: style: Condition '!regaddr_p' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/dma/bestcomm/sram.c:104:14: note: Assignment 'regaddr_p=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/dma/bestcomm/sram.c:108:6: note: Condition '!regaddr_p' is always true
linux-grsec-4.9.65/drivers/dma/coh901318.c:2646:31: portability: '(void*)base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/coh901318.c:1814:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1813. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/coh901318.c:1813:14: note: Assuming that condition 'channel<32' is not redundant
linux-grsec-4.9.65/drivers/dma/coh901318.c:1814:12: note: Shift
linux-grsec-4.9.65/drivers/dma/coh901318.c:1815:12: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1813. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/coh901318.c:1813:14: note: Assuming that condition 'channel<32' is not redundant
linux-grsec-4.9.65/drivers/dma/coh901318.c:1815:12: note: Shift
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:37:13: style: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:55:13: note: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:37:13: note: Function 'coh901318_pool_create' argument 3 names different: declaration 'lli_nbr' definition 'size'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:144:17: style: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:97:17: note: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:144:17: note: Function 'coh901318_lli_fill_memcpy' argument 3 names different: declaration 'src' definition 'source'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:145:17: style: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:98:17: note: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:145:17: note: Function 'coh901318_lli_fill_memcpy' argument 5 names different: declaration 'dst' definition 'destination'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:146:10: style: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:98:44: note: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:146:10: note: Function 'coh901318_lli_fill_memcpy' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:178:49: style: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:116:49: note: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:178:49: note: Function 'coh901318_lli_fill_single' argument 7 names different: declaration 'ctrl_last' definition 'ctrl_eom'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:233:29: style: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/coh901318.h:136:29: note: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'.
linux-grsec-4.9.65/drivers/dma/coh901318_lli.c:233:29: note: Function 'coh901318_lli_fill_sg' argument 3 names different: declaration 'sg' definition 'sgl'.
linux-grsec-4.9.65/drivers/dma/cppi41.c:440:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/cppi41.c:560:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/cppi41.c:645:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/cppi41.c:878:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/cppi41.c:883:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/dma-axi-dmac.c:244:22: style: The scope of the variable 'sg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4740.c:291:24: style: The scope of the variable 'vdesc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4740.c:448:24: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4780.c:316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4780.c:359:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4780.c:434:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4780.c:545:24: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dma-jz4780.c:645:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:1113:21: error: Array 'unmap_pool[1]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:1115:21: error: Array 'unmap_pool[1]' accessed at index 3, which is out of bounds. [arrayIndexOutOfBounds]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:92:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:93:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:114:16: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:519:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmaengine.c:557:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmatest.c:763:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmatest.c:939:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dmatest.c:347:17: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/dw/core.c:217:16: style: The scope of the variable 'was_soft_llp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/dw/core.c:524:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/edma.c:758:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/edma.c:1053:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/edma.c:1261:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl-edma.c:375:14: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl-edma.c:1050:24: style: The scope of the variable 'fsl_chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl-edma.c:878:24: style: Variable 'fsl_chan' is not assigned a value. [unassignedVariable]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:161:25: style: The scope of the variable 'hwdesc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:163:22: style: The scope of the variable 'oub_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:164:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:276:8: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:577:8: style: The scope of the variable 'cf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:756:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:338:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:462:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:546:11: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
linux-grsec-4.9.65/drivers/dma/fsl_raid.c:266:31: portability: 'cf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/fsldma.c:1119:22: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/fsldma.c:1149:22: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/idma64.c:212:25: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/idma64.c:348:25: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:249:22: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:999:22: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:426:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:427:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:428:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-dma.c:429:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:725:33: style: The scope of the variable 'bd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:913:20: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:915:33: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1474:24: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1475:28: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1599:48: portability: '(void*)sdma->channel_control' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1260:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1261:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1337:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/imx-sdma.c:1338:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/ioat/dca.c:240:34: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ioat/dca.c:245:22: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ioat/dca.c:292:28: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ioat/dca.c:308:29: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ioat/dma.c:186:42: style: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ioat/dma.h:408:42: note: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'.
linux-grsec-4.9.65/drivers/dma/ioat/dma.c:186:42: note: Function 'ioat_issue_pending' argument 1 names different: declaration 'chan' definition 'c'.
linux-grsec-4.9.65/drivers/dma/ioat/dma.c:351:13: style: Variable 'ioat_dma' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/ioat/init.c:1051:19: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ioat/init.c:1052:23: style: The scope of the variable 'ioat_chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ioat/init.c:1080:23: style: The scope of the variable 'ioat_chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ioat/prep.c:364:30: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ioat/prep.c:328:36: portability: '(void*)desc->sed->hw' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ioat/prep.c:528:31: portability: '(void*)descs[1]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1420:7: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1418:9: note: Assignment 'ret=0', assigned value is 0
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1420:7: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/dma/iop-adma.c:278:12: style: Same expression on both sides of '==' because the value of 'retry' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:270:27: note: 'retry' is assigned value '0' here.
linux-grsec-4.9.65/drivers/dma/iop-adma.c:278:12: note: Same expression on both sides of '==' because the value of 'retry' and '0' are the same.
linux-grsec-4.9.65/drivers/dma/iop-adma.c:498:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:521:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:553:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:588:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:623:39: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:688:39: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1257:24: style: The scope of the variable 'iop_chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1448:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:1501:39: style: The scope of the variable 'grp_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/iop-adma.c:382:17: style: Variable 'slots_per_op' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/ipu/ipu_idmac.c:1434:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ipu/ipu_irq.c:273:9: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ipu/ipu_irq.c:319:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/k3dma.c:478:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/k3dma.c:583:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/k3dma.c:496:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/k3dma.c:658:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.c:91:34: style: The scope of the variable 'tx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.c:155:9: style: The scope of the variable 'current_transfer_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.c:579:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.c:693:9: style: The scope of the variable 'chan_num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:185:43: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:185:66: portability: 'mic_dma_chan_to_mmio(ch)+106496' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:186:39: portability: 'mic_dma_chan_to_mmio(ch)+106496+ch->ch_num*64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:191:42: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:191:65: portability: 'mic_dma_chan_to_mmio(ch)+106496' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:192:40: portability: 'mic_dma_chan_to_mmio(ch)+106496+ch->ch_num*64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:197:43: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mic_x100_dma.h:203:42: portability: 'mic_dma_chan_to_mmio(ch)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/mmp_pdma.c:214:23: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_pdma.c:216:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_pdma.c:216:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_pdma.c:930:23: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_pdma.c:958:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_tdma.c:331:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mmp_tdma.c:381:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/moxart-dma.c:483:22: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/moxart-dma.c:155:25: style: struct member 'moxart_filter_data::mdc' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/dma/moxart-dma.c:156:27: style: struct member 'moxart_filter_data::dma_spec' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/dma/mpc512x_dma.c:369:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/mpc512x_dma.c:1045:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/mv_xor.c:264:22: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/mv_xor.c:448:29: portability: 'virt_desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/nbpfaxi.c:403:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/nbpfaxi.c:404:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/nbpfaxi.c:405:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/omap-dma.c:294:34: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/omap-dma.c:314:29: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/pch_dma.c:442:2: style: Variable 'desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/pch_dma.c:438:0: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/pch_dma.c:442:2: note: Variable 'desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/pch_dma.c:955:19: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pch_dma.c:955:26: style: The scope of the variable '_c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pch_dma.c:423:11: style: Variable 'cookie' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/pl330.c:2183:2: style: Variable 'power_down' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/pl330.c:2172:0: note: Variable 'power_down' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/pl330.c:2183:2: note: Variable 'power_down' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/pl330.c:1938:23: style: The scope of the variable 'thrd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pl330.c:3027:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pl330.c:1811:5: portability: 'pl330->mcode_cpu' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/pl330.c:1817:5: portability: 'thrd->req[0].mc_cpu' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2112:2: style: Variable 'sw_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2102:0: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2112:2: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2198:2: style: Variable 'sw_desc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2188:0: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2198:2: note: Variable 'sw_desc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1714:12: style: Same expression on both sides of '==' because the value of 'retry' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1704:27: note: 'retry' is assigned value '0' here.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1714:12: note: Same expression on both sides of '==' because the value of 'retry' and '0' are the same.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3797:25: warning: Redundant assignment of 'adev->common.cap_mask' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:4061:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:4120:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:446:18: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:916:18: style: The scope of the variable 'cdb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1962:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1994:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2036:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2293:52: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2295:16: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2439:16: style: The scope of the variable 'op' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2440:16: style: The scope of the variable 'mult' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3670:45: style: The scope of the variable 'group_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2797:70: style: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1241:70: note: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2797:70: note: Function 'ppc440spe_adma_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2844:73: style: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1248:61: note: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2844:73: note: Function 'ppc440spe_adma_pq_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2845:15: style: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1249:19: note: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2845:15: note: Function 'ppc440spe_adma_pq_set_dest' argument 2 names different: declaration 'paddr' definition 'addrs'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3034:36: style: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1257:69: note: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3034:36: note: Function 'ppc440spe_adma_pqzero_sum_set_dest' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3110:72: style: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1251:60: note: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3110:72: note: Function 'ppc440spe_adma_pq_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3220:36: style: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1244:68: note: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3220:36: note: Function 'ppc440spe_adma_memcpy_xor_set_src' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3253:36: style: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:125:36: note: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3253:36: note: Function 'ppc440spe_adma_dma2rxor_prep_src' argument 1 names different: declaration 'desc' definition 'hdesc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3462:36: style: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1254:65: note: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:3462:36: note: Function 'ppc440spe_adma_pq_set_src_mult' argument 1 names different: declaration 'tx' definition 'sw_desc'.
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:728:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:813:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:817:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1020:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1051:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1067:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1078:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:1159:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2045:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2535:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:4116:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2009:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2050:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/ppc4xx/adma.c:2573:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:674:7: style: The scope of the variable 'vd_completed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:734:19: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:736:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:994:23: style: The scope of the variable 'hw_desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:1041:14: style: The scope of the variable 'avail' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:1311:12: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:1312:19: style: The scope of the variable 'phy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/pxa_dma.c:883:0: style: Boolean variable 'misaligned' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.c:336:29: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:128:40: style: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:139:40: note: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:128:40: note: Function 'hidma_ll_free' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:146:42: style: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:135:42: note: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:146:42: note: Function 'hidma_ll_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:146:53: style: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:135:54: note: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:146:53: note: Function 'hidma_ll_request' argument 2 names different: declaration 'dev_id' definition 'sig'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:315:52: style: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:154:52: note: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:315:52: note: Function 'hidma_cleanup_pending_tre' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:415:37: style: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:153:37: note: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:415:37: note: Function 'hidma_ll_inthandler' argument 1 names different: declaration 'irq' definition 'chirq'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:472:41: style: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:145:41: note: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:472:41: note: Function 'hidma_ll_enable' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:509:41: style: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:143:41: note: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:509:41: note: Function 'hidma_ll_start' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:518:45: style: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:141:45: note: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:518:45: note: Function 'hidma_ll_isenabled' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:535:49: style: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:142:49: note: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:535:49: note: Function 'hidma_ll_queue_request' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:617:55: style: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:146:55: note: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:617:55: note: Function 'hidma_ll_set_transfer_params' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:707:59: style: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:149:59: note: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:707:59: note: Function 'hidma_ll_init' argument 2 names different: declaration 'max_channels' definition 'nr_tres'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:801:41: style: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:152:41: note: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:801:41: note: Function 'hidma_ll_uninit' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:834:53: style: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma.h:140:53: note: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:834:53: note: Function 'hidma_ll_status' argument 1 names different: declaration 'llhndl' definition 'lldev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:268:40: portability: 'lldev->evre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:546:25: portability: 'lldev->tre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:761:19: portability: 'lldev->tre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_ll.c:780:20: portability: 'lldev->evre_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_mgmt_sys.c:264:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_mgmt_sys.c:244:48: style: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/qcom/hidma_mgmt.h:38:48: note: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'.
linux-grsec-4.9.65/drivers/dma/qcom/hidma_mgmt_sys.c:244:48: note: Function 'hidma_mgmt_init_sys' argument 1 names different: declaration 'dev' definition 'mdev'.
linux-grsec-4.9.65/drivers/dma/s3c24xx-dma.c:293:30: style: The scope of the variable 'cdata' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/s3c24xx-dma.c:297:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/s3c24xx-dma.c:1234:8: style: The scope of the variable 'clk_name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/s3c24xx-dma.c:1384:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:637:10: style: The scope of the variable 'tlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:708:25: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:735:25: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:537:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:617:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:1012:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/sa11x0-dma.c:1013:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/sh/rcar-dmac.c:581:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sh/rcar-dmac.c:654:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sh/rcar-dmac.c:1697:23: style: Checking if unsigned variable 'dmac->n_channels' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/dma/sh/shdmac.c:489:7: style: The scope of the variable 'triggered' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sh/usb-dmac.c:387:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sh/usb-dmac.c:510:24: style: The scope of the variable 'vd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sh/usb-dmac.c:763:23: style: Checking if unsigned variable 'dmac->n_channels' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/dma/sh/usb-dmac.c:670:10: style: Variable 'uchan' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/sh/usb-dmac.c:191:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:249:2: style: Variable 'sdesc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:241:0: note: Variable 'sdesc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:249:2: note: Variable 'sdesc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:271:7: style: The scope of the variable 'chain' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:1014:27: style: The scope of the variable 'sdesc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:1017:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:172:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:175:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:176:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:177:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:179:10: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:183:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:188:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:189:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:191:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:197:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:198:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:199:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:199:58: portability: 'base+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:202:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:202:28: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:203:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:203:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:204:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:204:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:205:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:206:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:207:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:207:45: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:210:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:211:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:219:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:219:58: portability: 'base+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:222:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:222:28: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:223:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:223:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:224:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:224:48: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:225:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:226:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:227:32: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:227:45: portability: 'base+cid*16' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:230:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:231:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/sirf-dma.c:1047:11: style: Variable 'sdesc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2119:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2112:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2119:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2150:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2144:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2150:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1018:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1103:19: style: The scope of the variable '_d' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1482:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:882:41: portability: 'pool->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1151:39: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1384:35: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:1399:35: portability: 'chan_base(d40c)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2412:39: portability: 'd40c->base->lcpa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:2415:39: portability: 'd40c->base->lcpa_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40.c:3219:35: portability: '(void*)base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.c:398:6: style: The scope of the variable 'size_seg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.c:27:21: style: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.h:439:9: note: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'.
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.c:27:21: note: Function 'd40_log_cfg' argument 3 names different: declaration 'lcsp2' definition 'lcsp3'.
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.c:268:29: style: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.h:444:29: note: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'.
linux-grsec-4.9.65/drivers/dma/ste_dma40_ll.c:268:29: note: Function 'd40_phy_sg_to_lli' argument 4 names different: declaration 'lli' definition 'lli_sg'.
linux-grsec-4.9.65/drivers/dma/stm32-dma.c:427:24: style: The scope of the variable 'vdesc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/stm32-dma.c:556:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/stm32-dma.c:936:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/stm32-dma.c:536:9: style: Variable 'sfcr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/sun4i-dma.c:675:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/sun4i-dma.c:675:26: style: The scope of the variable 'plength' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:527:27: style: The scope of the variable 'hnsgreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:634:7: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:661:6: style: The scope of the variable 'cb_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:702:73: style: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:276:73: note: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'.
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:702:73: note: Function 'tegra_dma_tx_submit' argument 1 names different: declaration 'tx' definition 'txd'.
linux-grsec-4.9.65/drivers/dma/tegra20-apb-dma.c:407:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/dma/ti-dma-crossbar.c:57:35: portability: 'iomem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/ti-dma-crossbar.c:218:28: portability: 'iomem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:1198:26: warning: Either the condition 'if(pdata&&pdata->memcpy_chan>=0)' is redundant or there is possible null pointer dereference: pdata. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:1218:5: note: Assuming that condition 'if(pdata&&pdata->memcpy_chan>=0)' is not redundant
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:1198:26: note: Null pointer dereference
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:993:24: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:1095:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:1181:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:743:20: style: Expression '(X & 0xff) <= 0xff' is always true. [comparisonError]
linux-grsec-4.9.65/drivers/dma/txx9dmac.c:748:20: style: Expression '(X & 0x7f) <= 0x7f' is always true. [comparisonError]
linux-grsec-4.9.65/drivers/dma/xgene-dma.c:747:28: style: The scope of the variable 'desc_hw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xgene-dma.c:1597:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xgene-dma.c:1636:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xgene-dma.c:1771:25: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/xilinx_dma.c:641:43: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/xilinx_dma.c:892:32: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/xilinx_dma.c:894:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/xilinx_dma.c:1524:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:358:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:357:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:358:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:792:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:491:66: portability: 'chan->desc_pool_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:358:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/xilinx/zynqmp_dma.c:525:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/dma/zx296702_dma.c:515:9: style: The scope of the variable 'copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:214:28: style: The scope of the variable 'reg_end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:215:11: style: The scope of the variable 'sw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:215:15: style: The scope of the variable 'aw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:216:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:934:34: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:937:15: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/altera_edac.c:945:29: portability: 'ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:2795:2: style: Variable 'pvt' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:2791:0: note: Variable 'pvt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:2795:2: note: Variable 'pvt' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:1502:6: style: The scope of the variable 'tmp_cs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:1868:12: style: The scope of the variable 'size0' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:1868:19: style: The scope of the variable 'size1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:1427:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/amd64_edac.c:1434:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/amd8111_edac.c:188:0: error: failed to expand 'edac_pci_handle_npe', Wrong number of parameters for macro 'edac_pci_handle_npe'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/edac/amd8131_edac.c:193:0: error: failed to expand 'edac_pci_handle_npe', Wrong number of parameters for macro 'edac_pci_handle_npe'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:304:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:299:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:304:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:302:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:302:23: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:539:17: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/cpc925_edac.c:920:27: portability: 'vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/e752x_edac.c:334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/e752x_edac.c:1073:13: style: The scope of the variable 'mem_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/e7xxx_edac.c:362:36: style: The scope of the variable 'mem_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_device.c:178:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/edac_device.c:270:31: style: The scope of the variable 'edac_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_device.c:69:11: style: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/edac_core.h:306:12: note: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:69:11: note: Function 'edac_device_alloc_ctl_info' argument 1 names different: declaration 'sizeof_private' definition 'sz_private'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:73:41: style: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/edac_core.h:310:42: note: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:73:41: note: Function 'edac_device_alloc_ctl_info' argument 7 names different: declaration 'block_attributes' definition 'attrib_spec'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:73:63: style: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/edac_core.h:311:12: note: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:73:63: note: Function 'edac_device_alloc_ctl_info' argument 8 names different: declaration 'nr_attribs' definition 'nr_attrib'.
linux-grsec-4.9.65/drivers/edac/edac_device.c:159:2: portability: 'pvt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:35:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:52:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:69:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:702:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:288:74: style: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/edac_module.h:45:34: note: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'.
linux-grsec-4.9.65/drivers/edac/edac_device_sysfs.c:288:74: note: Function 'edac_device_unregister_sysfs_main_kobj' argument 1 names different: declaration 'edac_dev' definition 'dev'.
linux-grsec-4.9.65/drivers/edac/edac_mc.c:59:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:214:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:214:9: style: The scope of the variable 'chn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:214:14: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:215:21: style: The scope of the variable 'csr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:495:23: style: The scope of the variable 'mci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:649:23: style: The scope of the variable 'mci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:845:17: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:955:16: style: The scope of the variable 'remapped_page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:180:5: portability: '*p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:207:5: portability: '*p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:409:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/edac_mc.c:415:6: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/edac_module.c:49:35: style: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/edac_core.h:515:42: note: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'.
linux-grsec-4.9.65/drivers/edac/edac_module.c:49:35: note: Function 'edac_op_state_to_string' argument 1 names different: declaration 'op_state' definition 'opstate'.
linux-grsec-4.9.65/drivers/edac/edac_pci.c:203:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/edac/edac_pci_sysfs.c:696:0: error: failed to expand 'edac_pci_handle_pe', Wrong number of parameters for macro 'edac_pci_handle_pe'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:230:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:96:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:116:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:136:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:193:6: style: The scope of the variable 'bit_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:277:21: style: The scope of the variable 'csrow' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/fsl_ddr_edac.c:392:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i3200_edac.c:395:17: style: The scope of the variable 'nr_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i3200_edac.c:300:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i3200_edac.c:300:43: portability: 'window+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i3200_edac.c:301:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i3200_edac.c:301:43: portability: 'window+1536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i5000_edac.c:996:6: style: The scope of the variable 'amb_present_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5000_edac.c:997:6: style: The scope of the variable 'addrBits' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5000_edac.c:1149:10: style: Variable 'maxch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5000_edac.c:1148:17: style: Variable 'maxdimmperch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5000_edac.c:1265:18: style: Variable 'channel_count' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5100_edac.c:871:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/i5100_edac.c:488:11: style: The scope of the variable 'ecc_loc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5100_edac.c:501:13: style: Variable 'ecc_loc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:579:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:582:6: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:583:6: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:584:6: style: The scope of the variable 'rank' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:585:6: style: The scope of the variable 'rdwr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:586:6: style: The scope of the variable 'ras' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:586:11: style: The scope of the variable 'cas' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:922:6: style: The scope of the variable 'amb_present_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:923:6: style: The scope of the variable 'addrBits' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:536:3: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:1069:10: style: Variable 'maxch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:1068:17: style: Variable 'maxdimmperch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:1181:18: style: Variable 'channel_count' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i5400_edac.c:1182:14: style: Variable 'max_dimms' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:448:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:494:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:414:19: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:753:24: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:440:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/edac/i7300_edac.c:479:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:623:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:623:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:1311:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:1307:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:1311:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/i7core_edac.c:1278:20: style: The scope of the variable 'bus' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i82443bxgx_edac.c:192:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i82860_edac.c:151:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i82875p_edac.c:366:30: portability: 'ovrfl_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82875p_edac.c:366:44: portability: 'ovrfl_window+0' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:698:6: style: Condition '!i82975x_registered' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:373:21: style: The scope of the variable 'csrow' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:355:34: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:355:48: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:356:34: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:356:48: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:356:54: portability: 'mch_window+256+row' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:395:28: portability: 'mch_window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:395:42: portability: 'mch_window+256' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:395:50: portability: 'mch_window+256+index' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/i82975x_edac.c:417:11: style: Variable 'dtype' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/mv64x60_edac.c:648:2: style: Variable 'np' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/mv64x60_edac.c:645:0: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/mv64x60_edac.c:648:2: note: Variable 'np' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/octeon_edac-pci.c:30:0: error: failed to expand 'edac_pci_handle_pe', Wrong number of parameters for macro 'edac_pci_handle_pe'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/edac/pasemi_edac.c:139:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:352:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:353:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:475:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:476:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:531:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:532:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:579:14: style: Unsigned variable 'master' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:1228:54: style: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:187:54: note: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'.
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:1228:54: note: Function 'ppc4xx_edac_probe' argument 1 names different: declaration 'device' definition 'op'.
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:1352:44: style: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:188:55: note: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'.
linux-grsec-4.9.65/drivers/edac/ppc4xx_edac.c:1352:44: note: Function 'ppc4xx_edac_remove' argument 1 names different: declaration 'device' definition 'op'.
linux-grsec-4.9.65/drivers/edac/r82600_edac.c:222:20: style: The scope of the variable 'dimm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:2307:2: style: Variable 'pdev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:2300:0: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/sb_edac.c:2307:2: note: Variable 'pdev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/sb_edac.c:3394:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:3388:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/sb_edac.c:3394:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/edac/sb_edac.c:1383:6: style: The scope of the variable 'edram_only' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:1941:31: style: The scope of the variable 'sad_way' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:1942:8: style: The scope of the variable 'sad_interl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:349:27: style: struct member 'knl_pvt::pci_mc0_misc' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/edac/sb_edac.c:350:27: style: struct member 'knl_pvt::pci_mc1_misc' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/edac/skx_edac.c:377:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/skx_edac.c:377:2: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/edac/skx_edac.c:402:6: style: The scope of the variable 'ndimms' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:158:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:165:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:170:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:174:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:180:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:184:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:188:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:192:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:193:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:271:21: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:306:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:341:23: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/synopsys_edac.c:403:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/x38_edac.c:286:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/x38_edac.c:286:41: portability: 'window+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/x38_edac.c:287:29: portability: 'window' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/x38_edac.c:287:41: portability: 'window+1536' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:799:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:1506:13: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:635:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:1426:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:1505:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:1631:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/edac/xgene_edac.c:1645:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/eisa/eisa-bus.c:47:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/eisa/pci_eisa.c:82:8: warning: Possible null pointer dereference: dev [nullPointer]
linux-grsec-4.9.65/drivers/eisa/pci_eisa.c:78:24: note: Assignment 'dev=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/eisa/pci_eisa.c:82:8: note: Null pointer dereference
linux-grsec-4.9.65/drivers/eisa/pci_eisa.c:79:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-axp288.c:274:14: style: The scope of the variable 'pirq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-axp288.c:274:20: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-axp288.c:145:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/extcon/extcon-max77693.c:321:6: style: The scope of the variable 'adc1k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-max77693.c:322:6: style: The scope of the variable 'adclow' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-max77843.c:244:33: style: The scope of the variable 'gnd_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon-max8997.c:322:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/extcon/extcon.c:543:34: style: Boolean variable 'cable_state' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/firewire/core-card.c:235:46: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/firewire/core-card.c:125:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/core-card.c:544:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/core-card.c:696:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/firewire/core-cdev.c:974:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-cdev.c:1100:25: portability: '(void __user*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/core-device.c:280:19: warning: Either the condition 'buf?PAGE_SIZE:0' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/firewire/core-device.c:280:28: note: Assuming that condition 'buf?PAGE_SIZE:0' is not redundant
linux-grsec-4.9.65/drivers/firewire/core-device.c:280:19: note: Null pointer dereference
linux-grsec-4.9.65/drivers/firewire/core-device.c:83:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-device.c:943:6: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-device.c:1121:9: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-device.c:969:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/core-device.c:980:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/core-device.c:916:18: error: Uninitialized struct member: current_node.node_id [uninitStructMember]
linux-grsec-4.9.65/drivers/firewire/core-iso.c:111:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-iso.c:151:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-iso.c:238:11: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-topology.c:56:6: style: The scope of the variable 'port_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-topology.c:189:47: style: The scope of the variable 'parent_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:639:47: style: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/firewire/core.h:244:47: note: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:639:47: note: Function 'fw_get_response_length' argument 1 names different: declaration 'request' definition 'r'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:909:69: style: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/firewire/core.h:242:69: note: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:909:69: note: Function 'fw_core_handle_request' argument 2 names different: declaration 'request' definition 'p'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:939:70: style: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/firewire/core.h:243:70: note: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:939:70: note: Function 'fw_core_handle_response' argument 2 names different: declaration 'packet' definition 'p'.
linux-grsec-4.9.65/drivers/firewire/core-transaction.c:1175:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/init_ohci1394_dma.c:192:9: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/net.c:515:8: style: The scope of the variable 'rawp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/net.c:933:13: style: The scope of the variable 'last_rcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/net.c:933:25: style: The scope of the variable 'errors_skipped' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/net.c:1085:11: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/net.c:1575:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/nosy.c:216:29: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/nosy.c:254:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/nosy.c:475:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/ohci.c:1072:6: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:1727:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:1844:19: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:3209:10: style: The scope of the variable 'header' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:3213:6: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:3213:25: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:3213:33: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/ohci.c:864:30: portability: '(void*)buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:952:20: portability: 'ctx->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:961:34: portability: 'ctx->buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:966:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:1019:47: portability: 'ohci->misc_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:1546:32: portability: '(void*)ohci->config_rom' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2753:24: portability: 'ctx->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2917:24: portability: 'ctx->header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:3695:44: portability: 'ohci->misc_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2343:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2610:49: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2609. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2609:8: note: Assuming that condition 'n<32' is not redundant
linux-grsec-4.9.65/drivers/firewire/ohci.c:2610:49: note: Shift
linux-grsec-4.9.65/drivers/firewire/ohci.c:2612:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2608:38: note: Assignment 'n=(node_id&65472)==65472?node_id&63:63', assigned value is 63
linux-grsec-4.9.65/drivers/firewire/ohci.c:2612:49: note: Shift
linux-grsec-4.9.65/drivers/firewire/ohci.c:1117:13: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2457:13: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/firewire/ohci.c:389:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firewire/ohci.c:440:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firewire/ohci.c:2970:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firewire/sbp2.c:1234:22: style: The scope of the variable 'sdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firewire/sbp2.c:435:40: portability: 'payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/sbp2.c:438:31: portability: 'payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firewire/sbp2.c:587:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firewire/sbp2.c:1478:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/firmware/arm_scpi.c:307:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/arm_scpi.c:290:25: portability: 'match->rx_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:172:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:202:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:223:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:71:33: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:73:44: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:80:42: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/broadcom/bcm47xx_nvram.c:86:42: portability: 'iobase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:270:2: style: Variable 'newpacket' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:266:0: note: Variable 'newpacket' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:270:2: note: Variable 'newpacket' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:265:8: style: The scope of the variable 'ptemp_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:268:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:300:6: style: The scope of the variable 'bytes_copied' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/dell_rbu.c:338:22: style: The scope of the variable 'newpacket' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/edd.c:706:19: style: Redundant condition: attr->test. '!attr->test || (attr->test && attr->test(edev))' is equivalent to '!attr->test || attr->test(edev)' [redundantCondition]
linux-grsec-4.9.65/drivers/firmware/edd.c:791:21: style: The scope of the variable 'edev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/arm-init.c:67:22: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/arm-init.c:124:5: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
linux-grsec-4.9.65/drivers/firmware/efi/arm-init.c:129:23: warning: Multiplying sizeof() with sizeof() indicates a logic error. [multiplySizeof]
linux-grsec-4.9.65/drivers/firmware/efi/capsule-loader.c:69:18: portability: 'kbuff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/capsule-loader.c:191:8: portability: 'kbuff' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/cper.c:441:25: style: The scope of the variable 'gedata_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/cper.c:481:25: style: The scope of the variable 'gedata_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/cper.c:459:31: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/cper.c:494:31: portability: '(void*)(gdata+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/efi-pstore.c:180:23: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/efi-pstore.c:307:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:450:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:499:10: portability: 'tablep' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:748:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:749:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:750:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:751:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:752:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:753:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:754:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:755:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:756:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:757:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:758:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efi.c:759:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:526:7: warning: Either the condition '!entry' is redundant or there is possible null pointer dereference: entry. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:516:6: note: Assuming that condition '!entry' is not redundant
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:526:7: note: Null pointer dereference
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:316:30: style: The scope of the variable 'compat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:659:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/efivars.c:218:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/firmware/efi/esrt.c:349:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/arm-stub.c:451:27: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/arm-stub.c:485:21: portability: '(void*)out' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/fdt.c:331:47: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/random.c:22:55: style: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/efistub.h:48:55: note: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'.
linux-grsec-4.9.65/drivers/firmware/efi/libstub/random.c:22:55: note: Function 'efi_get_random_bytes' argument 1 names different: declaration 'sys_table' definition 'sys_table_arg'.
linux-grsec-4.9.65/drivers/firmware/efi/libstub/random.c:98:46: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/random.c:121:46: portability: '(void*)memory_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/string.c:44:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/libstub/string.c:44:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/memattr.c:166:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/memattr.c:168:45: portability: '(void*)tbl->entry' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:279:11: portability: 'old' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:279:41: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:297:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:310:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:318:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/memmap.c:332:8: portability: 'new' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/efi/reboot.c:12:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/vars.c:344:26: style: The scope of the variable 'strsize2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/vars.c:793:6: style: The scope of the variable 'strsize1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/efi/vars.c:793:16: style: The scope of the variable 'strsize2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:752:2: style: Variable 'control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:744:0: note: Variable 'control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:752:2: note: Variable 'control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:800:23: style: The scope of the variable 'ibft_kobj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:752:27: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:753:24: portability: '(void*)control' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:754:30: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:764:53: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/iscsi_ibft.c:769:23: portability: '(void*)header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/qcom_scm-32.c:360:12: style: Redundant condition: cpus. '!cpus || (cpus && cpumask_empty(cpus))' is equivalent to '!cpus || cpumask_empty(cpus)' [redundantCondition]
linux-grsec-4.9.65/drivers/firmware/qcom_scm-32.c:107:21: portability: '(void*)cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/qcom_scm-32.c:129:21: portability: '(void*)rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/firmware/qcom_scm-64.c:88:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/firmware/qemu_fw_cfg.c:128:0: error: #error "QEMU FW_CFG not available on this architecture!" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/fmc/fmc-dump.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-dump.c:34:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/fmc/fmc-match.c:27:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-sdb.c:258:22: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-sdb.c:67:44: portability: '(void*)(arr->record+i)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/fmc/fmc-write-eeprom.c:37:11: style: The scope of the variable 'thislen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-write-eeprom.c:37:20: style: The scope of the variable 'thisaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-write-eeprom.c:38:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fmc-write-eeprom.c:85:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/fmc/fru-parse.c:39:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/fpga/socfpga.c:450:12: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpio/gpio-104-idio-16.c:128:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-104-idio-16.c:147:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-74x164.c:77:18: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-74x164.c:77:23: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-adnp.c:187:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-adp5588.c:445:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-ath79.c:190:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-bcm-kona.c:87:35: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-bcm-kona.c:88:28: portability: 'reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:292:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:307:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:308:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:309:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:310:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:312:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:313:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-crystalcove.c:314:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-cs5535.c:113:10: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 111. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpio/gpio-cs5535.c:111:13: note: Assuming that condition 'offset<16' is not redundant
linux-grsec-4.9.65/drivers/gpio/gpio-cs5535.c:113:10: note: Shift
linux-grsec-4.9.65/drivers/gpio/gpio-davinci.c:347:8: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-dln2.c:363:11: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-dln2.c:364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-dwapb.c:300:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-em.c:181:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-ep93xx.c:326:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-ep93xx.c:327:33: portability: 'mmio_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-f7188x.c:364:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-f7188x.c:329:59: style: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpio/gpio-f7188x.c:134:59: note: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'.
linux-grsec-4.9.65/drivers/gpio/gpio-f7188x.c:329:59: note: Function 'f7188x_gpio_set_single_ended' argument 1 names different: declaration 'gc' definition 'chip'.
linux-grsec-4.9.65/drivers/gpio/gpio-grgpio.c:292:22: style: The scope of the variable 'uirq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-grgpio.c:343:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-htc-egpio.c:373:20: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-htc-egpio.c:373:25: style: The scope of the variable 'irq_end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-htc-egpio.c:197:10: style: Variable 'bit' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:221:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:235:3: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 228. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:228:9: note: Assuming that condition 'nr<16' is not redundant
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:235:3: note: Shift
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:169:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-ich.c:240:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-intel-mid.c:287:16: style: The scope of the variable 'pending' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-it87.c:382:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpio/gpio-it87.c:382:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpio/gpio-lynxpoint.c:244:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-lynxpoint.c:244:21: style: The scope of the variable 'ena' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-lynxpoint.c:244:26: style: The scope of the variable 'pending' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-lynxpoint.c:311:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-max732x.c:646:41: warning: Either the condition 'if(pdata&&pdata->setup)' is redundant or there is possible null pointer dereference: pdata. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpio/gpio-max732x.c:702:5: note: Assuming that condition 'if(pdata&&pdata->setup)' is not redundant
linux-grsec-4.9.65/drivers/gpio/gpio-max732x.c:646:41: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1027:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1026:25: note: Assignment 'ret=mcp23s08_spi_init()', assigned value is 0
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1027:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1031:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1030:25: note: Assignment 'ret=mcp23s08_i2c_init()', assigned value is 0
linux-grsec-4.9.65/drivers/gpio/gpio-mcp23s08.c:1031:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/gpio/gpio-menz127.c:46:15: style: The scope of the variable 'rnd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-merrifield.c:345:36: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-mockup.c:127:6: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-omap.c:166:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-omap.c:173:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-pl061.c:214:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:640:16: style: Condition 'irq_base<0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:639:14: note: Assignment 'irq_base=-1', assigned value is -1
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:640:16: note: Condition 'irq_base<0' is always true
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:347:24: style: The scope of the variable 'bank' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:624:35: style: The scope of the variable 'gpio_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:371:27: portability: 'regbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:371:29: portability: 'regbase+((i/3)<<8)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-pxa.c:669:3: style: Variable 'gpio_offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpio/gpio-rcar.c:176:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-rcar.c:203:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-rdc321x.c:59:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-sa1100.c:210:7: warning: Redundant assignment of 'GEDR' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/gpio/gpio-sa1100.c:177:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-sta2x11.c:306:13: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-sx150x.c:393:31: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/drivers/gpio/gpio-syscon.c:188:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-tegra.c:352:6: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-twl4030.c:325:30: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/drivers/gpio/gpio-twl4030.c:570:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-viperboard.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-viperboard.c:316:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-vr41xx.c:516:27: style: The scope of the variable 'pin' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:348:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:348:20: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:365:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:366:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:367:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:368:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:370:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-wcove.c:371:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpio/gpio-xlp.c:111:23: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-xlp.c:120:21: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-xlp.c:127:21: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpio/gpio-xtensa.c:40:0: error: #error GPIO32 option is not enabled for your xtensa core variant [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpio/gpio-zx.c:162:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpiolib-acpi.c:961:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpiolib.c:2391:28: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-grsec-4.9.65/drivers/gpio/gpiolib.c:353:7: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpio/gpiolib.c:1074:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:197:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:216:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:216:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:263:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:396:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c:397:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h:186:33: portability: 'sa_bo->manager->cpu_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:535:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c:540:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:228:9: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:226:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:224:3: note: Assignment 'rdev=(struct amdgpu_device*)kgd', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c:228:9: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:405:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:405:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:444:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:81:13: style: union member 'TCP_WATCH_CNTL_BITS::i32All' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:82:8: style: union member 'TCP_WATCH_CNTL_BITS::f32All' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:75:12: style: struct member 'Anonymous5::vmid' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c:77:12: style: struct member 'Anonymous5::mode' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:317:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:317:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c:356:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:91:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:96:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:96:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:127:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:132:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:132:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:133:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:167:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:768:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:875:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:875:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1191:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1570:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1642:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:102:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:136:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:173:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:278:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:280:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:315:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:317:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:320:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:323:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:326:14: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:391:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:419:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:427:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:497:22: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:587:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:737:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:776:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:891:57: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1200:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1351:39: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1362:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1365:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1368:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1371:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1374:41: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1496:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1539:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1577:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c:1649:40: portability: 'adev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:281:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:317:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:349:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:381:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c:413:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:788:8: style: The scope of the variable 'fw_name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:789:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:921:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:922:11: style: The scope of the variable 'line_time_us' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c:922:25: style: The scope of the variable 'vblank_lines' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:228:2: style: Variable 'best_encoder' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:222:0: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:228:2: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:110:11: style: The scope of the variable 'mode_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:110:23: style: The scope of the variable 'max_tmds_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:253:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:288:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:358:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1133:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1291:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1320:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1524:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:695:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:813:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:1195:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:252:2: style: Variable 'other' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:249:0: note: Variable 'other' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:252:2: note: Variable 'other' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c:30:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:467:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1980:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:97:45: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:102:51: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:103:45: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:116:43: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:121:51: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:122:43: portability: '(void __iomem*)adev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1848:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:663:27: style: The scope of the variable 'amdgpu_connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:773:26: style: The scope of the variable 'vtotal' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:811:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_display.c:838:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:120:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:147:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:295:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:328:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:334:64: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:365:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:376:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:387:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:398:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:410:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:428:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:475:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:510:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:515:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:519:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:524:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:577:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:581:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:614:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:640:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:672:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:697:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:708:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:715:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:736:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c:807:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:563:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c:596:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:150:2: style: Variable 'height' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:141:0: note: Variable 'height' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c:150:2: note: Variable 'height' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:325:11: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:134:64: style: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:402:64: note: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:134:64: note: Function 'amdgpu_fence_emit' argument 2 names different: declaration 'fence' definition 'f'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:333:49: portability: 'adev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.c:124:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:34:52: style: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:480:52: note: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:34:52: note: Function 'amdgpu_gem_object_free' argument 1 names different: declaration 'obj' definition 'gobj'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c:156:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:74:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:72:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:74:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:93:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:91:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:93:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:340:66: style: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.h:40:66: note: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:340:66: note: Function 'amdgpu_i2c_router_select_ddc_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:369:65: style: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.h:42:65: note: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:369:65: note: Function 'amdgpu_i2c_router_select_cd_port' argument 1 names different: declaration 'connector' definition 'amdgpu_connector'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:76:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:95:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:306:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_i2c.c:331:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:63:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:119:28: style: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1187:28: note: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c:119:28: note: Function 'amdgpu_ib_schedule' argument 3 names different: declaration 'ib' definition 'ibs'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:39:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ih.c:69:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:61:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c:336:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:234:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:639:18: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:666:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pll.c:122:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:500:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:546:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:245:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:1277:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c:1278:22: style: The scope of the variable 'amdgpu_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c:166:17: style: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1198:17: note: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c:166:17: note: Function 'amdgpu_ring_init' argument 3 names different: declaration 'ring_size' definition 'max_dw'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c:281:16: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:242:27: style: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1751:27: note: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:242:27: note: Function 'amdgpu_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:243:27: style: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:1752:27: note: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:243:27: note: Function 'amdgpu_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:106:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:135:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:136:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:145:39: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:148:41: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:180:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:181:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:190:41: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_test.c:193:39: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:204:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:676:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:742:11: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:743:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1193:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c:281:22: portability: 'fw_buf_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:375:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:704:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:321:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c:623:12: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:387:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:779:11: style: The scope of the variable 'next_pe_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1088:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1152:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1232:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1339:17: style: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:947:17: note: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1339:17: note: Function 'amdgpu_vm_bo_map' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1479:19: style: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu.h:951:19: note: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1479:19: note: Function 'amdgpu_vm_bo_unmap' argument 3 names different: declaration 'addr' definition 'saddr'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:962:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:960:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:962:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:981:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:979:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:981:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:690:11: style: The scope of the variable 'val64' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:717:16: style: The scope of the variable 'cjiffies' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1437:39: style: The scope of the variable 'firmware_usage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1400:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1400:49: portability: 'ctx->bios+ctx->data_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1420:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1420:48: portability: 'ctx->bios+ctx->cmd_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atom.c:1440:70: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:246:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:265:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_dp.c:403:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:85:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:780:6: style: The scope of the variable 'igp_lane_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2008:24: style: The scope of the variable 'misc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:262:68: style: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.h:32:68: note: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:262:68: note: Function 'amdgpu_atombios_encoder_init_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:266:68: style: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.h:35:63: note: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:266:68: note: Function 'amdgpu_atombios_encoder_fini_backlight' argument 1 names different: declaration 'amdgpu_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2017:54: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2082:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2086:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_encoders.c:2087:19: portability: 'mode_info->atom_context->bios+data_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:110:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/atombios_i2c.c:110:35: style: The scope of the variable 'buffer_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:544:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:539:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:544:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:545:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:540:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:545:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3748:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3762:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3752:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:3762:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:605:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:741:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:766:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:824:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:872:7: style: The scope of the variable 'adjust_polarity' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:924:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:2445:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:4053:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:4102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5626:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5628:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5628:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5719:27: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:6089:16: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:6309:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5643:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5648:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5651:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5654:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/ci_dpm.c:5726:62: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1468:41: note: 'disable_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1468:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1505:6: note: outer condition: !disable_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: note: identical inner condition: !disable_plloff_in_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1468:41: note: 'disable_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1469:24: note: 'disable_clkreq' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1505:6: note: outer condition: !disable_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: note: identical inner condition: !disable_clkreq
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1468:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1469:24: note: 'disable_clkreq' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1511:7: note: outer condition: !disable_plloff_in_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1552:8: note: identical inner condition: !disable_clkreq
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1468:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik.c:1469:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_ih.c:395:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:387:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:495:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:932:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:1344:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cik_sdma.c:1084:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:103:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:303:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:305:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:305:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:994:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1010:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1207:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:1549:18: style: The scope of the variable 'stable_ps_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:107:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:320:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:323:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:326:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_dpm.c:329:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_ih.c:374:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/cz_smc.c:488:40: portability: 'priv->smu_buffer.kaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1511:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1509:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1511:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1516:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1514:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1516:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:740:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:3633:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:1768:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v10_0.c:3202:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1478:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1476:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1478:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1483:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1481:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1483:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:707:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:3689:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:1749:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c:3259:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:1854:6: style: The scope of the variable 'pll' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:2790:40: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v6_0.c:2921:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:666:7: style: The scope of the variable 'crtc_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3400:40: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3527:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:1705:26: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:3077:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:1580:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:1898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:2704:18: error: Expression 'buffer[count++]=cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL,0))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c:2540:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2375:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2668:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2772:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:2929:22: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:5037:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4199:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4023:10: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c:4872:10: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1259:16: style: The scope of the variable 'dst_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1355:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3969:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4092:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4415:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:4765:17: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5641:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5703:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:6503:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:1104:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5242:20: style: Variable 'srbm_soft_reset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:5352:20: style: Variable 'srbm_soft_reset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c:143:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c:948:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:187:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c:1130:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1165:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/iceland_ih.c:374:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1445:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1436:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1445:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1700:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1697:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1700:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1713:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:506:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1249:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1495:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1658:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2236:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2373:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2589:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2727:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2729:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2729:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:3123:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2593:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2744:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2749:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2752:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:2755:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1716:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/kv_dpm.c:1748:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:421:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:529:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:937:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:1342:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:857:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c:1090:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:608:12: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:731:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:766:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1146:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1685:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1059:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/sdma_v3_0.c:1352:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1582:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1546:41: note: 'disable_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1546:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1576:6: note: outer condition: !disable_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1582:7: note: identical inner condition: !disable_plloff_in_l1
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1546:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si.c:1547:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:124:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:143:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:145:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:146:11: style: The scope of the variable 'rptr_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:403:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:530:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dma.c:905:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:3510:12: style: Expression is always false because 'else if' condition matches previous condition at line 3489. [multiCondition]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4310:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4305:20: note: Assignment 'td=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4310:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2576:6: warning: Either the condition 'dte_data==NULL' is redundant or there is possible null pointer dereference: dte_data. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2570:15: note: Assuming that condition 'dte_data==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2576:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2250:31: style: The scope of the variable 'papm_parm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2397:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2535:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2900:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:3764:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4683:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:5516:7: style: The scope of the variable 'gmc_pg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:5624:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:6395:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7276:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7278:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7278:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7532:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7549:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7868:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7961:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1969:50: style: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1831:51: note: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:1969:50: note: Function 'si_get_ps' argument 1 names different: declaration 'rps' definition 'aps'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7293:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7298:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7301:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:7304:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:2935:18: style: Variable 'smc_result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_dpm.c:4177:32: style: Variable 'backbias_response_time' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/si_ih.c:251:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/tonga_ih.c:437:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:594:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:593:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:594:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:366:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v4_2.c:578:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c:830:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vce_v2_0.c:206:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c:381:22: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vce_v3_0.c:640:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vi.c:1617:28: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vi.c:1645:28: style: Same expression on both sides of '|'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdgpu/vi.c:729:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c:442:7: style: The scope of the variable 'create_ok' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_chardev.c:743:39: style: The scope of the variable 'pAperture' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:807:2: style: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:804:0: note: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:807:2: note: Variable 'first_vmid_to_scan' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:809:2: style: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:805:0: note: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:809:2: note: Variable 'last_vmid_to_scan' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:358:15: style: The scope of the variable 'aw_reg_add_dword' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_dbgdev.c:98:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device.c:367:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:735:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:733:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:735:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:477:23: style: The scope of the variable 'inx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:478:11: style: The scope of the variable 'pipe_hpd_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:775:29: style: The scope of the variable 'pdd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:1013:23: style: Checking if unsigned variable 'dqm->queue_count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c:1013:52: style: Checking if unsigned variable 'dqm->processes_count' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_events.c:732:2: style: Variable 'event_waiters' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_events.c:727:0: note: Variable 'event_waiters' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_events.c:732:2: note: Variable 'event_waiters' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_events.c:809:40: style: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:712:40: note: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_events.c:809:40: note: Function 'kfd_event_mmap' argument 1 names different: declaration 'process' definition 'p'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:51:40: style: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:606:40: note: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:51:40: note: Function 'kfd_interrupt_init' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:81:41: style: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_priv.h:607:41: note: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:81:41: note: Function 'kfd_interrupt_exit' argument 1 names different: declaration 'dev' definition 'kfd'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:121:29: portability: 'kfd->interrupt_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c:149:44: portability: 'kfd->interrupt_ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:81:2: style: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:79:2: note: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:81:2: note: Variable 'm->cp_hqd_ib_control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_cik.c:368:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:330:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:328:12: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:330:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c:461:6: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_process.c:348:7: warning: Possible null pointer dereference: pdd [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_process.c:345:35: note: Assignment 'pdd=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_process.c:348:7: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c:90:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:509:3: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:511:3: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:513:9: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:576:2: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:403:30: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:436:30: style: The scope of the variable 'top_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:635:7: style: The scope of the variable 'public_name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:636:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:637:11: style: The scope of the variable 'log_max_watch_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:934:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:957:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:507:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:509:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:511:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:513:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:540:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:541:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:542:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:543:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:544:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:545:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:546:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:547:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:548:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:549:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:550:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:552:8: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:575:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:576:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:577:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:578:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:579:8: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:603:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:605:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:606:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:607:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:608:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:610:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:611:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:612:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:613:48: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:616:5: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:645:10: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:658:10: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:663:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:665:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:672:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:675:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:679:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:681:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:683:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:685:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:687:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:689:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:691:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:693:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:695:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:697:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:699:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:701:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:703:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:705:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:707:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:709:2: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:726:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:730:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:733:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:737:3: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/amdkfd/kfd_topology.c:741:9: error: Undefined behavior: Variable 'buffer' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:944:2: warning: Either the condition 'eventmgr==NULL' is redundant or there is possible null pointer dereference: eventmgr. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:958:15: note: Assuming that condition 'eventmgr==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:944:2: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/amd_powerplay.c:150:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:131:2: style: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:130:2: note: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/eventmgr/eventinit.c:131:2: note: Variable 'eventmgr->features[PP_Feature_BACO].supported' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/eventmgr/eventmgr.c:49:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:326:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:320:0: note: Variable 'info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:326:2: note: Variable 'info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:990:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:983:0: note: Variable 'res' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:990:2: note: Variable 'res' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:713:16: style: The scope of the variable 'stable_pstate_sclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:714:16: style: The scope of the variable 'percentage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:827:16: style: The scope of the variable 'dpm_features' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:870:7: style: The scope of the variable 'disable_switch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:871:7: style: The scope of the variable 'enable_low_mem_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1033:16: style: The scope of the variable 'features' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1567:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1700:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:17: style: The scope of the variable 'vclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:23: style: The scope of the variable 'dclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/cz_hwmgr.c:1831:29: style: The scope of the variable 'ecclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:441:29: warning: Either the condition 'NULL!=lookup_table' is redundant or there is possible null pointer dereference: lookup_table. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:444:28: note: Assuming that condition 'NULL!=lookup_table' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:441:29: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:461:29: warning: Either the condition 'NULL!=voltage_table' is redundant or there is possible null pointer dereference: voltage_table. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:464:28: note: Assuming that condition 'NULL!=voltage_table' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:461:29: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:139:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:199:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:256:11: style: The scope of the variable 'vvalue' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:257:7: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:515:10: style: The scope of the variable 'voltageId' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c:171:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:972:2: style: Variable 'fA_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:923:2: note: Variable 'fA_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:972:2: note: Variable 'fA_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:973:2: style: Variable 'fB_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:924:2: note: Variable 'fB_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:973:2: note: Variable 'fB_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:974:2: style: Variable 'fC_Term' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:925:2: note: Variable 'fC_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:974:2: note: Variable 'fC_Term' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1169:2: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1165:0: note: Variable 'table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:1169:2: note: Variable 'table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c:52:10: style: The scope of the variable 'tmem_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:29: style: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:60:29: note: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:29: note: Function 'fSubtract' argument 1 names different: declaration 'A' definition 'X'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:37: style: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:60:37: note: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:307:37: note: Function 'fSubtract' argument 2 names different: declaration 'B' definition 'Y'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:27: style: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:62:27: note: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:27: note: Function 'fDivide' argument 1 names different: declaration 'A' definition 'X'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:35: style: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:62:35: note: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:356:35: note: Function 'fDivide' argument 2 names different: declaration 'B' definition 'Y'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:524:31: style: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:67:31: note: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:524:31: note: Function 'uPow' argument 2 names different: declaration 'exponent' definition 'power'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:338:18: style: Variable 'X_LessThanOne' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h:339:18: style: Variable 'Y_LessThanOne' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:276:8: style: Condition '0==disable_power_control' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:275:26: note: Assignment 'disable_power_control=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:276:8: note: Condition '0==disable_power_control' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:302:8: style: Condition '0==disable_ppm' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:301:16: note: Assignment 'disable_ppm=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:302:8: note: Condition '0==disable_ppm' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:949:3: style: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:947:3: note: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:949:3: note: Variable 'hwmgr->thermal_controller.advanceFanControlParameters.usTMax' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:162:36: style: The scope of the variable 'record' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:255:24: style: The scope of the variable 'atom_ppm_table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:325:46: style: The scope of the variable 'dep_record' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:379:46: style: The scope of the variable 'mclk_table_record' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:716:49: style: The scope of the variable 'mm_table_record' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1283:32: style: The scope of the variable 'state_arrays' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1284:26: style: The scope of the variable 'state_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1286:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c:1210:37: portability: '(void*)pp_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:707:2: style: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:703:2: note: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:707:2: note: Variable 'ps->pcie.lanes' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1020:2: style: Variable 'fw_info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1012:0: note: Variable 'fw_info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1020:2: note: Variable 'fw_info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1091:2: style: Variable 'vce_table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1085:0: note: Variable 'vce_table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1091:2: note: Variable 'vce_table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:830:20: style: The scope of the variable 'pstate_arrays' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:853:20: style: The scope of the variable 'pstate_arrays' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:854:29: style: The scope of the variable 'pstate_entry_v2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:858:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:860:24: style: The scope of the variable 'pclock_arrays' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:862:27: style: The scope of the variable 'pnon_clock_arrays' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:864:26: style: The scope of the variable 'pstate_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1171:40: style: The scope of the variable 'limit_table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1409:38: style: The scope of the variable 'extended_header' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1410:12: style: The scope of the variable 'table_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c:1411:25: style: The scope of the variable 'atom_ppm_table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:675:22: warning: Either the condition 'allowed_vdd_mclk_table!=NULL' is redundant or there is possible null pointer dereference: allowed_vdd_mclk_table. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:692:45: note: Assuming that condition 'allowed_vdd_mclk_table!=NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:675:22: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1501:6: warning: Either the condition 'table_info==NULL' is redundant or there is possible null pointer dereference: table_info. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1504:21: note: Assuming that condition 'table_info==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1501:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:530:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:530:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1453:11: style: The scope of the variable 'vv_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1684:10: style: The scope of the variable 'entry_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1726:10: style: The scope of the variable 'entry_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1874:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1918:11: style: The scope of the variable 'temp_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2034:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2048:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2062:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2077:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2091:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2105:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2119:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2152:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2517:10: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3228:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3569:11: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:4367:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2586:35: error: Expression 'hwmgr->gfx_arbiter.sclk_over_drive<=hwmgr->platform_descriptor.overdriveLimit.engineClock,"Overdrive sclk exceeds limit",hwmgr->gfx_arbiter.sclk_over_drive=hwmgr->platform_descriptor.overdriveLimit.engineClock' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:2598:35: error: Expression 'hwmgr->gfx_arbiter.mclk_over_drive<=hwmgr->platform_descriptor.overdriveLimit.memoryClock,"Overdrive mclk exceeds limit",hwmgr->gfx_arbiter.mclk_over_drive=hwmgr->platform_descriptor.overdriveLimit.memoryClock' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:3865:18: style: Variable 'vbios_version' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1371:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1372:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1373:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c:1381:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:18: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:494:25: style: The scope of the variable 'value2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:544:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:617:6: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:708:6: style: The scope of the variable 'adjust_percent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c:708:22: style: The scope of the variable 'target_tdp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:614:11: style: The scope of the variable 'firmware_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/cz_smumgr.c:219:31: style: Variable 'cz_smu' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:570:6: style: Condition '!result' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:556:15: note: Assignment 'result=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:570:6: note: Condition '!result' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:978:6: style: Condition 'mclk_stutter_mode_threshold' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:951:41: note: Assignment 'mclk_stutter_mode_threshold=60000', assigned value is 60000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:978:6: note: Condition 'mclk_stutter_mode_threshold' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:415:2: style: Variable 'HiSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:411:0: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:415:2: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:416:2: style: Variable 'LoSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:412:0: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:416:2: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:724:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:721:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:724:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1438:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:508:10: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:791:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:792:10: style: The scope of the variable 'hightest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:793:4: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:794:4: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:795:4: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1066:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1491:42: style: The scope of the variable 'volt_without_cks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1492:4: style: The scope of the variable 'volt_with_cks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:743:14: style: Variable 'threshold' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1339:10: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smc.c:1442:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:517:2: style: Variable 'fiji_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:515:0: note: Variable 'fiji_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c:517:2: note: Variable 'fiji_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1154:59: style: Condition 'mclk_strobe_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1104:40: note: Assignment 'mclk_strobe_mode_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1154:59: note: Condition 'mclk_strobe_mode_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1162:34: style: Condition 'mclk_edc_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1103:39: note: Assignment 'mclk_edc_enable_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1162:34: note: Condition 'mclk_edc_enable_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1167:37: style: Condition 'mclk_edc_wr_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1102:42: note: Assignment 'mclk_edc_wr_enable_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1167:37: note: Condition 'mclk_edc_wr_enable_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:208:2: style: Variable 'HiSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:204:0: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:208:2: note: Variable 'HiSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:209:2: style: Variable 'LoSidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:205:0: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:209:2: note: Variable 'LoSidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:752:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:749:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:752:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1975:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1968:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1975:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:221:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:457:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:484:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:509:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1102:11: style: The scope of the variable 'mclk_edc_wr_enable_threshold' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1103:11: style: The scope of the variable 'mclk_edc_enable_threshold' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1272:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:1646:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smc.c:2067:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:241:2: style: Variable 'iceland_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:239:0: note: Variable 'iceland_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:241:2: note: Variable 'iceland_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c:95:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:656:6: style: Condition 'ss_target_percent' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:654:22: note: Assignment 'ss_target_percent=2', assigned value is 2
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:656:6: note: Condition 'ss_target_percent' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:877:6: style: Condition 'mclk_stutter_mode_threshold' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:852:41: note: Assignment 'mclk_stutter_mode_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:877:6: note: Condition 'mclk_stutter_mode_threshold' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:305:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:301:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:305:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:306:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:302:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:306:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:692:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:689:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:692:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1296:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1543:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1533:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1543:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1858:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1855:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1858:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:392:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:392:18: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:418:18: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:451:10: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:611:67: style: The scope of the variable 'ss_target_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:765:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:766:10: style: The scope of the variable 'hightest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:767:3: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:768:3: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:769:3: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:961:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1489:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1049:14: style: Variable 'us_mvdd' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1300:11: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smc.c:1410:3: style: Variable 'stretch_amount2' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:410:2: style: Variable 'polaris10_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:408:0: note: Variable 'polaris10_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c:410:2: note: Variable 'polaris10_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:52:11: style: The scope of the variable 'dest_byte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:53:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:89:11: style: The scope of the variable 'original_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c:91:11: style: The scope of the variable 'extra_shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c:200:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c:224:11: style: The scope of the variable 'cur_value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:934:35: style: Condition 'mclk_stutter_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:893:41: note: Assignment 'mclk_stutter_mode_threshold=30000', assigned value is 30000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:934:35: note: Condition 'mclk_stutter_mode_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:943:59: style: Condition 'mclk_strobe_mode_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:895:40: note: Assignment 'mclk_strobe_mode_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:943:59: note: Condition 'mclk_strobe_mode_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:951:34: style: Condition 'mclk_edc_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:894:39: note: Assignment 'mclk_edc_enable_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:951:34: note: Condition 'mclk_edc_enable_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:956:37: style: Condition 'mclk_edc_wr_enable_threshold!=0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:892:42: note: Assignment 'mclk_edc_wr_enable_threshold=40000', assigned value is 40000
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:956:37: note: Condition 'mclk_edc_wr_enable_threshold!=0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:542:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:539:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:542:2: note: Variable 'result' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1976:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1972:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1976:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1977:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1973:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1977:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:167:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:191:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:253:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:614:14: style: The scope of the variable 'max_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:615:10: style: The scope of the variable 'highest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:616:10: style: The scope of the variable 'lowest_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:616:41: style: The scope of the variable 'mid_pcie_level_enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:617:10: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:892:11: style: The scope of the variable 'mclk_edc_wr_enable_threshold' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:894:11: style: The scope of the variable 'mclk_edc_enable_threshold' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:1064:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:2137:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smc.c:2565:8: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:212:2: style: Variable 'tonga_smu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:210:0: note: Variable 'tonga_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c:212:2: note: Variable 'tonga_smu' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/sched_fence.c:55:2: style: Variable 'fence' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/sched_fence.c:52:0: note: Variable 'fence' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/sched_fence.c:55:2: note: Variable 'fence' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/sched_fence.c:49:73: style: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/gpu_scheduler.h:149:27: note: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'.
linux-grsec-4.9.65/drivers/gpu/drm/amd/scheduler/sched_fence.c:49:73: note: Function 'amd_sched_fence_create' argument 1 names different: declaration 's_entity' definition 'entity'.
linux-grsec-4.9.65/drivers/gpu/drm/arc/arcpgu_crtc.c:230:43: style: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/arc/arcpgu.h:43:43: note: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-grsec-4.9.65/drivers/gpu/drm/arc/arcpgu_crtc.c:230:43: note: Function 'arc_pgu_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-grsec-4.9.65/drivers/gpu/drm/arc/arcpgu_drv.c:143:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_crtc.c:297:41: style: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_drv.h:36:41: note: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_crtc.c:297:41: note: Function 'hdlcd_setup_crtc' argument 1 names different: declaration 'dev' definition 'drm'.
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_crtc.c:233:10: style: Variable 'src_w' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_crtc.c:234:10: style: Variable 'src_h' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/arm/hdlcd_crtc.c:235:11: style: Variable 'dest_w' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/arm/malidp_crtc.c:35:7: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/arm/malidp_hw.c:431:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/arm/malidp_hw.c:95:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/arm/malidp_planes.c:135:29: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_510.c:48:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_hw.h:110:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_hw.h:147:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_hw.h:265:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_hw.h:286:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:775:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:777:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:778:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:794:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:796:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:425:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_crtc.c:657:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_debugfs.c:35:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_debugfs.c:35:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_drv.c:243:27: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_drv.c:280:18: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_gem.c:497:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_gem.c:594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/armada/armada_gem.c:409:32: portability: 'dobj->addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_dp501.c:98:6: style: The scope of the variable 'retry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_fb.c:51:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_fb.c:51:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_fb.c:114:61: portability: 'afbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_main.c:69:11: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_mode.c:752:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_mode.c:783:11: style: The scope of the variable 'jtemp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_mode.c:261:9: style: Variable 'jreg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_mode.c:959:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/ast/ast_mode.c:969:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/ati_pcigart.c:62:16: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ati_pcigart.c:63:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ati_pcigart.c:64:6: style: The scope of the variable 'max_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:233:48: style: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h:170:48: note: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'.
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:233:48: note: Function 'atmel_hlcdc_crtc_suspend' argument 1 names different: declaration 'crtc' definition 'c'.
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:244:47: style: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h:171:47: note: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'.
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c:244:47: note: Function 'atmel_hlcdc_crtc_resume' argument 1 names different: declaration 'crtc' definition 'c'.
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:186:15: style: The scope of the variable 'plane_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:440:39: style: The scope of the variable 'dscr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:589:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_layer.c:591:10: portability: 'buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c:594:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bochs/bochs_kms.c:104:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:136:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:504:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:505:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/adv7511/adv7511_drv.c:267:34: style: Boolean variable 'output_format_ycbcr' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/adv7511/adv7533.c:121:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix-anx78xx.c:687:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix-anx78xx.c:682:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix-anx78xx.c:687:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix-anx78xx.c:616:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix-anx78xx.c:652:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: style: Condition 'retval!=0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:725:15: note: Assignment 'retval=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: note: Condition 'retval!=0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1174:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1176:2: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:1174:7: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: style: Same expression on both sides of '!=' because the value of 'retval' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:725:15: note: 'retval' is assigned value '0' here.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:781:13: note: Same expression on both sides of '!=' because the value of 'retval' and '0' are the same.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:932:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:933:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:39:21: style: struct member 'bridge_init::client' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_core.c:40:22: style: struct member 'bridge_init::node' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:403:2: style: Variable 'reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:402:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:403:2: note: Variable 'reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c:338:6: style: The scope of the variable 'timeout_loop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:145:31: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:146:32: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:147:32: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:163:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:164:25: portability: 'dw->buf_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:165:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:165:34: portability: 'dw->buf_src+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:191:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:192:25: portability: 'dw->buf_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:193:25: portability: 'dw->buf_src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi-ahb-audio.c:193:34: portability: 'dw->buf_src+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:860:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1019:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1023:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1034:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1038:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1429:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/dw-hdmi.c:1586:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/nxp-ptn3460.c:302:33: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/parade-ps8622.c:546:33: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/tc358767.c:715:2: error: Signed integer overflow for expression 'max_tu_symbol<<23'. [integerOverflow]
linux-grsec-4.9.65/drivers/gpu/drm/bridge/tc358767.c:714:38: note: Assignment 'max_tu_symbol=(63<<16)-1', assigned value is 4128767
linux-grsec-4.9.65/drivers/gpu/drm/bridge/tc358767.c:715:2: note: Integer overflow
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_fbdev.c:24:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_fbdev.c:24:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_fbdev.c:86:61: portability: 'afbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_fbdev.c:188:7: style: Variable 'bo' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:46:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:47:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:48:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:49:3: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:85:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:86:10: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:87:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:89:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:90:10: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:91:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:101:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:102:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:104:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:105:8: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:109:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:110:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:111:8: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:114:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:209:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:210:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:211:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:212:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:213:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:214:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:215:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:220:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:236:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:251:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:254:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:256:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:257:9: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:280:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:284:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:290:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:293:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:296:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:298:2: portability: '(void __iomem*)cdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:472:2: error: Address of auto-variable 'cirrus_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/cirrus/cirrus_mode.c:542:2: error: Address of auto-variable 'cirrus_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_atomic.c:112:27: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_atomic.c:1477:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_atomic_helper.c:1442:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_atomic_helper.c:2006:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_bufs.c:87:0: error: #error Unsupported long size. Neither 64 nor 32 bits. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/drm_color_mgmt.c:215:18: portability: 'r_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/drm_color_mgmt.c:221:18: portability: 'g_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/drm_color_mgmt.c:282:18: portability: 'r_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/drm_color_mgmt.c:288:18: portability: 'g_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/drm_connector.c:62:6: style: struct member 'drm_conn_prop_enum_list::type' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:329:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:172:47: style: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:58:47: note: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:172:47: note: Function 'drm_legacy_getsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:172:58: style: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:58:56: note: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:172:58: note: Function 'drm_legacy_getsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:173:24: style: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:58:76: note: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:173:24: note: Function 'drm_legacy_getsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:220:47: style: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:57:47: note: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:220:47: note: Function 'drm_legacy_setsareactx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:220:58: style: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:57:56: note: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:220:58: note: Function 'drm_legacy_setsareactx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:221:24: style: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:57:76: note: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:221:24: note: Function 'drm_legacy_setsareactx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:324:42: style: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:50:42: note: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:324:42: note: Function 'drm_legacy_resctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:324:53: style: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:50:51: note: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:324:53: note: Function 'drm_legacy_resctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:325:26: style: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:50:71: note: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:325:26: note: Function 'drm_legacy_resctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:359:42: style: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:51:42: note: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:359:42: note: Function 'drm_legacy_addctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:359:53: style: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:51:51: note: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:359:53: note: Function 'drm_legacy_addctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:360:26: style: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:51:71: note: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:360:26: note: Function 'drm_legacy_addctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:407:42: style: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:52:42: note: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:407:42: note: Function 'drm_legacy_getctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:407:53: style: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:52:51: note: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:407:53: note: Function 'drm_legacy_getctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:408:26: style: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:52:71: note: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:408:26: note: Function 'drm_legacy_getctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:433:45: style: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:53:45: note: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:433:45: note: Function 'drm_legacy_switchctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:433:56: style: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:53:54: note: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:433:56: note: Function 'drm_legacy_switchctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:434:22: style: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:53:74: note: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:434:22: note: Function 'drm_legacy_switchctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:457:42: style: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:54:42: note: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:457:42: note: Function 'drm_legacy_newctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:457:53: style: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:54:51: note: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:457:53: note: Function 'drm_legacy_newctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:458:26: style: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:54:71: note: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:458:26: note: Function 'drm_legacy_newctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:483:41: style: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:55:41: note: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:483:41: note: Function 'drm_legacy_rmctx' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:483:52: style: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:55:50: note: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:483:52: note: Function 'drm_legacy_rmctx' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:484:25: style: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:55:70: note: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_context.c:484:25: note: Function 'drm_legacy_rmctx' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_crtc_helper.c:223:41: style: The scope of the variable 'encoder_funcs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dma.c:145:22: style: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:102:22: note: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_dma.c:145:22: note: Function 'drm_legacy_reclaim_buffers' argument 2 names different: declaration 'filp' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_aux_dev.c:61:2: style: Variable 'aux_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_aux_dev.c:58:0: note: Variable 'aux_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_aux_dev.c:61:2: note: Variable 'aux_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_dual_mode_helper.c:121:14: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_helper.c:545:6: style: The scope of the variable 'clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_helper.c:546:6: style: The scope of the variable 'bpc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_helper.c:736:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_helper.c:852:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_helper.c:888:11: style: The scope of the variable 'transfer_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:321:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:1054:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:1568:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:2790:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:365:10: style: Variable 'crc4' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:1068:10: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:1561:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:1615:8: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:2202:12: style: Variable 'origlen' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_dp_mst_topology.c:2882:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:4413:2: style: Variable 'displayid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:4410:0: note: Variable 'displayid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:4413:2: note: Variable 'displayid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:1477:27: style: The scope of the variable 'quirk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:2147:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:2175:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:2397:21: style: The scope of the variable 'cvt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:2472:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:3357:6: style: The scope of the variable 'dbl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_edid.c:3998:27: style: The scope of the variable 'newmode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:294:38: style: The scope of the variable 'funcs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:295:26: style: The scope of the variable 'fb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:545:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:910:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:910:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:1729:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fb_helper.c:1930:34: style: The scope of the variable 'fb_helper_conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fops.c:189:6: style: Condition '!drm_cpu_valid()' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/drm_fourcc.c:98:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/drm_framebuffer.c:812:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_framebuffer.c:813:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_framebuffer.c:629:38: style: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_crtc_internal.h:44:38: note: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_framebuffer.c:629:38: note: Function 'drm_fb_release' argument 1 names different: declaration 'file_priv' definition 'priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_ioc32.c:443:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_ioc32.c:506:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_ioctl.c:139:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_ioctl.c:229:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_irq.c:523:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_irq.c:525:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_irq.c:869:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_irq.c:1508:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_irq.c:1690:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:43:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:42:29: note: Assignment 'ret=drm_fb_helper_modinit()', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:43:10: note: Condition 'ret<0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:47:10: style: Condition 'ret<0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:46:27: note: Assignment 'ret=drm_dp_aux_dev_init()', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/drm_kms_helper_common.c:47:10: note: Condition 'ret<0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:105:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:120:20: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:286:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:305:15: style: The scope of the variable 'old' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:305:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:158:40: style: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:92:40: note: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:158:40: note: Function 'drm_legacy_lock' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:158:51: style: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:92:49: note: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:158:51: note: Function 'drm_legacy_lock' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:159:24: style: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:92:69: note: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:159:24: note: Function 'drm_legacy_lock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:42: style: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:93:42: note: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:42: note: Function 'drm_legacy_unlock' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:53: style: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:93:51: note: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:53: note: Function 'drm_legacy_unlock' argument 2 names different: declaration 'v' definition 'data'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:76: style: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:93:71: note: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_lock.c:250:76: note: Function 'drm_legacy_unlock' argument 3 names different: declaration 'f' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:116:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:113:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:116:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:146:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:144:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_mode_object.c:146:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:1397:11: warning: Either the condition 'ch!=NULL' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:1394:11: note: Assuming that condition 'ch!=NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:1397:11: note: Null pointer subtraction
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:398:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:398:21: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:257:17: style: Variable 'vback_porch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:454:16: style: Variable 'vback_porch' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:459:19: style: Variable 'vfieldrate_est' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:461:2: style: Variable 'hperiod' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_modes.c:469:17: style: Variable 'vframe_rate' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/drm_of.c:47:22: style: The scope of the variable 'remote_port' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_of.c:167:22: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_pci.c:88:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_pci.c:89:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_pci.c:421:27: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_plane.c:336:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_plane.c:338:6: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_prime.c:771:2: style: Variable 'sg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_prime.c:768:0: note: Variable 'sg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_prime.c:771:2: note: Variable 'sg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:81:2: style: Variable 'property' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:78:0: note: Variable 'property' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:81:2: note: Variable 'property' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:698:2: style: Variable 'old_blob' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:693:0: note: Variable 'old_blob' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:698:2: note: Variable 'old_blob' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/drm_property.c:144:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_scatter.c:52:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_vm.c:224:23: style: The scope of the variable 'r_list' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/drm_vm.c:663:46: style: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/drm_legacy.h:77:46: note: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_vm.c:663:46: note: Function 'drm_legacy_vma_flush' argument 1 names different: declaration 'd' definition 'dev'.
linux-grsec-4.9.65/drivers/gpu/drm/drm_vma_manager.c:377:30: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:125:24: portability: 'buf->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:143:26: portability: 'buffer->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_buffer.c:369:42: portability: 'buffer->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_drv.c:624:23: style: The scope of the variable 'core_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_dump.c:82:13: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_dump.c:104:60: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_dump.c:114:50: portability: 'iter->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_dump.c:224:60: portability: 'iter.data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:96:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:412:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:816:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:94:64: style: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.h:118:64: note: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:94:64: note: Function 'etnaviv_gem_get_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:126:55: style: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.h:119:55: note: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem.c:126:55: note: Function 'etnaviv_gem_put_pages' argument 1 names different: declaration 'obj' definition 'etnaviv_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:101:54: style: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_drv.h:82:54: note: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c:101:54: note: Function 'etnaviv_gem_prime_import_sg_table' argument 3 names different: declaration 'sg' definition 'sgt'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gem_submit.c:236:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:483:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:484:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_gpu.c:485:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c:226:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c:227:51: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:272:50: style: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_mmu.h:63:50: note: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'.
linux-grsec-4.9.65/drivers/gpu/drm/etnaviv/etnaviv_mmu.c:272:50: note: Function 'etnaviv_iommu_destroy' argument 1 names different: declaration 'iommu' definition 'mmu'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_dp.c:103:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_dp.c:161:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_core.c:21:58: style: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_drv.h:274:58: note: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_core.c:21:58: note: Function 'exynos_drm_subdrv_register' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_core.c:31:60: style: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_drv.h:277:60: note: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_core.c:31:60: note: Function 'exynos_drm_subdrv_unregister' argument 1 names different: declaration 'drm_subdrv' definition 'subdrv'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_crtc.c:81:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_crtc.c:134:12: style: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_crtc.h:25:12: note: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_crtc.c:134:12: note: Function 'exynos_drm_crtc_create' argument 6 names different: declaration 'context' definition 'ctx'.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1022:6: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1211:7: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:660:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:698:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:930:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:932:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:1290:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:562:9: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:563:10: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_dsi.c:564:9: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fbdev.c:270:26: style: The scope of the variable 'fb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:204:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:208:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:211:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:214:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:303:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:520:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:530:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:547:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:560:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:589:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:637:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:926:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:993:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1004:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1493:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1499:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimc.c:1542:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:473:27: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:476:25: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:521:39: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:898:26: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:900:26: portability: 'timing_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_fimd.c:448:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_g2d.c:298:27: portability: 'g2d->cmdlist_pool_virt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:234:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:458:36: style: The scope of the variable 'plane_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:15: style: The scope of the variable 'bpp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:20: style: The scope of the variable 'width' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:459:27: style: The scope of the variable 'height' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_ipp.c:819:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_mic.c:235:2: style: Variable 'endpoint' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_mic.c:233:0: note: Variable 'endpoint' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_mic.c:235:2: note: Variable 'endpoint' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_mic.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_mic.c:227:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_drm_vidi.c:195:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_hdmi.c:719:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_mixer.c:432:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_mixer.c:438:9: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_mixer.c:448:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_mixer.c:648:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/exynos/exynos_mixer.c:580:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c:89:10: style: Variable 'index' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/accel_2d.c:112:11: style: The scope of the variable 'submit_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_device.c:475:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_device.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_device.c:46:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_crt.c:47:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_crt.c:51:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_crt.c:54:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_crt.c:57:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:470:2: style: Variable 'gma_crtc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:467:0: note: Variable 'gma_crtc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:470:2: note: Variable 'gma_crtc' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:593:7: style: The scope of the variable 'is_crt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:594:7: style: The scope of the variable 'is_hdmi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:573:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:733:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:734:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:752:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:772:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:781:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:868:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_display.c:878:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1528:2: style: Variable 'clock_recovery' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1504:0: note: Variable 'clock_recovery' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1528:2: note: Variable 'clock_recovery' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1604:2: style: Variable 'channel_eq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1596:0: note: Variable 'channel_eq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1604:2: note: Variable 'channel_eq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1771:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1766:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1771:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1453:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:673:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:718:10: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:719:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:763:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1111:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1209:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1349:10: style: The scope of the variable 'lane_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1368:10: style: The scope of the variable 'lane_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1957:30: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:417:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:443:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:595:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:609:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:620:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1088:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1096:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1192:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1509:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1684:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:1698:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_dp.c:963:6: style: Variable 'm' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:135:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:132:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:135:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:217:2: style: Variable 'edid' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:214:0: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:217:2: note: Variable 'edid' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:102:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_hdmi.c:104:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_lvds.c:213:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_lvds.c:224:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_lvds.c:375:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_lvds.c:736:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/cdv_intel_lvds.c:762:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/framebuffer.c:122:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/framebuffer.c:123:16: style: The scope of the variable 'pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:496:20: style: The scope of the variable 'gt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:416:12: portability: 'tmp_dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:228:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:233:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:237:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:245:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:246:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:256:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:257:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:282:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:292:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:293:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:302:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:303:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:314:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:315:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:593:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:594:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gma_display.c:721:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gtt.c:566:20: style: The scope of the variable 'range' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gtt.c:162:61: style: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gtt.h:64:24: note: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/gtt.c:162:61: note: Function 'psb_gtt_roll' argument 2 names different: declaration 'gt' definition 'r'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/intel_bios.c:534:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/intel_bios.c:219:55: portability: 'bl_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/intel_gmbus.c:337:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:263:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:267:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:283:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:291:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:307:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_device.c:357:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:945:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:124:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:154:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:161:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:828:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:130:8: style: Variable 'mipi' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_dpi.c:989:15: style: Variable 'dsi_config' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:523:27: warning: Either the condition '!sender' is redundant or there is possible null pointer dereference: sender. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:528:6: note: Assuming that condition '!sender' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c:523:27: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:875:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:869:6: note: outer condition: is_hdmi
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:875:13: note: identical inner condition: is_hdmi
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:72:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:100:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:55:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:83:13: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:313:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:118:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:253:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:254:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:265:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:266:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:276:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:279:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:280:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:333:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:348:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:365:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:366:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:374:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:392:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:399:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:408:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:415:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:437:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:441:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:442:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:451:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:452:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:462:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:464:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:466:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:766:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:858:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:863:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:930:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:931:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mdfld_intel_display.c:997:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:252:21: style: The scope of the variable 'pt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:611:16: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:612:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:587:29: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:644:30: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:688:29: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:751:30: error: Expression 'addr+=PAGE_SIZE,addr<next' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/mmu.c:283:27: style: Variable 'clflush_count' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:251:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:256:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:261:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:270:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:271:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:277:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:278:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:300:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:303:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:304:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:314:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:315:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:323:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:324:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:359:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:423:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:534:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:558:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:560:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:563:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.m1 [uninitStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.m2 [uninitStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.p2 [uninitStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.dot [uninitStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_crtc.c:175:20: error: Uninitialized struct member: clock.vco [uninitStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:269:23: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:269:23: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:270:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:270:25: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:271:24: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:271:24: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:272:23: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:272:23: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:273:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:273:25: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:274:24: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:274:24: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:275:26: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:275:26: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:276:25: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:276:25: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:277:26: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:277:26: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:278:27: style: Condition 'pipe==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:268:13: note: Assignment 'pipe=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:278:27: note: Condition 'pipe==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:738:18: style: The scope of the variable 'pdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:213:26: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:216:27: portability: 'scu_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:288:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:358:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:362:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:392:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:393:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:402:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:403:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:409:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:410:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:436:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:444:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:445:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:451:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:452:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:460:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:461:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:162:12: style: Variable 'htotal' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_hdmi.c:190:12: style: Variable 'nr_min' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:60:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:71:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:114:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:147:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:151:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:154:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:157:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds.c:159:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c:75:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c:89:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/opregion.c:156:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/opregion.c:162:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/opregion.c:168:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:188:38: style: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.h:42:38: note: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:188:38: note: Function 'gma_power_suspend' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:215:37: style: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.h:43:37: note: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:215:37: note: Function 'gma_power_resume' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:249:51: style: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.h:52:51: note: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:249:51: note: Function 'gma_power_begin' argument 2 names different: declaration 'force' definition 'force_on'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:319:35: style: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.h:44:35: note: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:319:35: note: Function 'gma_power_thaw' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:324:37: style: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.h:45:37: note: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/power.c:324:37: note: Function 'gma_power_freeze' argument 1 names different: declaration 'dev' definition '_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_drv.c:355:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_drv.c:340:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_drv.c:355:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:96:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:212:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:213:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:214:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:223:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:225:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:241:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:327:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_display.c:338:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:236:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:247:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:336:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:342:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:490:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:804:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_lvds.c:126:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1297:14: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1100:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2507:54: style: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_drv.h:218:61: note: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2507:54: note: Function 'psb_intel_sdvo_init' argument 2 names different: declaration 'output_device' definition 'sdvo_reg'.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1125:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1126:56: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1138:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:1139:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:455:2: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2585:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_intel_sdvo.c:2587:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:434:3: style: Variable 'hist_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:432:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:434:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:445:3: style: Variable 'hist_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:434:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:445:3: note: Variable 'hist_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:448:3: style: Variable 'pwm_reg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:441:3: note: Variable 'pwm_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:448:3: note: Variable 'pwm_reg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:210:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:431:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:433:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:530:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:589:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:656:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:245:12: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:481:14: style: Variable 'hist_reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_irq.c:488:13: style: Variable 'pwm_reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_lid.c:43:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_lid.c:46:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/gma500/psb_lid.c:59:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:317:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:318:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:319:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:324:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:325:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:326:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:339:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:344:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:345:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:350:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:351:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:352:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:354:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:356:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:358:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:376:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:377:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:378:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:379:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:422:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:424:47: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:426:60: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:434:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:461:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:465:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:494:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:495:24: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:496:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:498:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:499:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:500:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:501:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:502:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:530:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:532:34: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:533:30: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:463:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c:464:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:911:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:907:12: note: Assignment 'ret=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:911:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:476:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:983:20: style: The scope of the variable 'aplane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:142:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:153:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:396:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:398:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:400:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:402:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:404:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:406:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:416:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:418:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:420:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:429:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:431:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:433:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:443:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:445:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:634:38: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:635:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:636:37: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:637:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:638:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:639:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:649:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:676:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:677:45: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:678:44: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:684:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:741:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:742:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:748:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:750:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:759:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c:762:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c:301:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/drivers/gpu/drm/i2c/ch7006_priv.h:149:0: error: failed to expand 'bitfs', Wrong number of parameters for macro '__bitf'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:140:2: style: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:136:2: note: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:140:2: note: Variable 'dev_priv->mmap_buffer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:52:6: style: The scope of the variable 'used' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:460:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:492:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:718:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i810/i810_dma.c:285:53: portability: 'dev_priv->hw_status_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ch7017.c:286:3: style: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ch7017.c:283:3: note: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ch7017.c:286:3: note: Variable 'lvds_pll_feedback_div' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3854:45: style: The scope of the variable 'remaining_jiffies' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.h:465:28: portability: 'ring->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ch7xxx.c:158:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ch7xxx.c:186:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ivch.c:218:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ivch.c:248:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ns2501.c:415:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_ns2501.c:451:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_sil164.c:91:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_sil164.c:118:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_tfp410.c:116:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/dvo_tfp410.c:143:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_cmd_parser.c:678:35: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_cmd_parser.c:991:14: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_cmd_parser.c:1019:32: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_cmd_parser.c:1020:20: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_cmd_parser.c:1023:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:667:13: style: Condition 'count==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:664:11: note: Assignment 'count=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:666:4: note: count is incremented', new value is 1
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:667:13: note: Condition 'count==0' is always false
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1485:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1964:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3046:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3082:8: style: The scope of the variable 'active' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3306:6: style: The scope of the variable 'vrefresh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:5094:6: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1154:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1377:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1703:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:1722:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:2575:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3635:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3716:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3719:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3723:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3729:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3751:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3786:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3791:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3796:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3802:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3808:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3865:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3895:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3898:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3901:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3960:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3963:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_debugfs.c:3969:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.c:2115:65: style: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:2898:65: note: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.c:2115:65: note: Function 'vlv_force_gfx_clock' argument 2 names different: declaration 'on' definition 'force_on'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.c:376:22: style: Variable 'mchbar_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:560:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:586:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:146:25: style: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3074:22: note: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:146:25: note: Function 'i915_gem_get_aperture_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:528:39: style: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3231:43: note: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:528:39: note: Function 'i915_gem_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:547:26: style: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3039:23: note: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:547:26: note: Function 'i915_gem_create_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1026:25: style: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3041:22: note: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1026:25: note: Function 'i915_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1418:26: style: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3043:23: note: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1418:26: note: Function 'i915_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1514:23: style: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3049:27: note: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1514:23: note: Function 'i915_gem_set_domain_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1573:22: style: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3051:26: note: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1573:22: note: Function 'i915_gem_sw_finish_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1618:24: style: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3045:21: note: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1618:24: note: Function 'i915_gem_mmap_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1752:43: style: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3280:43: note: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1752:43: note: Function 'i915_gem_fault' argument 1 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2050:36: style: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3234:40: note: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2050:36: note: Function 'i915_gem_mmap_gtt' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2087:21: style: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3047:21: note: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2087:21: note: Function 'i915_gem_mmap_gtt_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2800:74: style: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3076:21: note: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2800:74: note: Function 'i915_gem_wait_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:3953:24: style: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3057:21: note: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:3953:24: note: Function 'i915_gem_busy_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:4186:50: style: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3092:50: note: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:4186:50: note: Function 'i915_gem_free_object' argument 1 names different: declaration 'obj' definition 'gem_obj'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:805:33: portability: '(void __force*)ioaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:1097:38: portability: '(void __force*)vaddr_atomic' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2573:16: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:2576:15: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:3017:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem.c:3032:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_context.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_context.c:1023:26: style: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3446:26: note: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_context.c:1023:26: note: Function 'i915_gem_context_getparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_context.c:1069:26: style: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3448:26: note: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_context.c:1069:26: note: Function 'i915_gem_context_setparam_ioctl' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_evict.c:267:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1836:24: style: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3053:21: note: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1836:24: note: Function 'i915_gem_execbuffer' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1922:25: style: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3055:22: note: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1922:25: note: Function 'i915_gem_execbuffer2' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:541:24: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:262:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:265:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:810:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:1443:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_execbuffer.c:203:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:690:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:716:14: style: The scope of the variable 'pt_vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:721:11: style: The scope of the variable 'last_pte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:922:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:1567:11: style: The scope of the variable 'pd_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:1789:14: style: The scope of the variable 'pt_vaddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:1794:11: style: The scope of the variable 'last_pte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:3457:15: style: The scope of the variable 'src_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_gtt.c:2256:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_render_state.c:138:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:578:54: style: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.h:218:54: note: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:578:54: note: Function '__i915_add_request' argument 1 names different: declaration 'req' definition 'request'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:700:61: style: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.h:261:61: note: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:700:61: note: Function '__i915_spin_request' argument 1 names different: declaration 'request' definition 'req'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:132:16: style: Variable 'dev_private' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:754:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_request.c:232:27: error: Uninitialized variable: tmp [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_tiling.c:187:23: style: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3067:21: note: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_tiling.c:187:23: note: Function 'i915_gem_set_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_tiling.c:324:23: style: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3069:21: note: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_tiling.c:324:23: note: Function 'i915_gem_get_tiling' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gem_userptr.c:784:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1093:6: style: Condition '!count' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1089:10: note: Assignment 'count=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1092:3: note: count is incremented', new value is 1
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1093:6: note: Condition '!count' is always false
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1237:6: style: Condition 'count' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1232:10: note: Assignment 'count=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1234:3: note: count is incremented', new value is 1
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1237:6: note: Condition 'count' is always true
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1291:21: style: Condition 'count_inactive+count_active' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1282:19: note: Assignment 'count_inactive=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1284:3: note: count_inactive is incremented', new value is 1
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1291:21: note: Condition 'count_inactive+count_active' is always true
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1310:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1436:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:334:62: style: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3529:62: note: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:334:62: note: Function 'i915_error_state_to_str' argument 1 names different: declaration 'estr' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:335:49: style: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3530:49: note: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:335:49: note: Function 'i915_error_state_to_str' argument 2 names different: declaration 'error' definition 'error_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:592:64: style: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3531:64: note: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:592:64: note: Function 'i915_error_state_buf_init' argument 1 names different: declaration 'eb' definition 'ebuf'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_gpu_error.c:1202:0: style: Boolean variable 'simulated' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:431:54: style: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_guc.h:162:54: note: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:431:54: note: Function 'i915_guc_wq_reserve' argument 1 names different: declaration 'rq' definition 'request'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:190:33: portability: 'client->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:296:29: portability: 'client->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:435:50: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:479:25: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:536:25: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:552:23: portability: 'gc->client_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:954:25: portability: '(void*)ads' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:961:31: portability: '(void*)policies' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_guc_submission.c:482:14: style: Variable 'freespace' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:753:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1920:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2010:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2488:8: style: The scope of the variable 'reset_done_event' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2541:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1790:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1828:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1870:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1971:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:1993:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2209:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2383:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2438:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:2452:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3336:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3572:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3580:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3656:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3715:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3751:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:3768:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_irq.c:4492:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_sw_fence.c:196:28: style: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_sw_fence.h:47:28: note: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_sw_fence.c:196:28: note: Function 'i915_sw_fence_await_sw_fence' argument 2 names different: declaration 'after' definition 'signaler'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_atomic.c:180:41: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 183. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_atomic.c:183:9: note: Assuming that condition 'i==31' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_atomic.c:180:41: note: Shift
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_atomic_plane.c:89:2: error: Address of auto-variable 'intel_state->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:292:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:292:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:712:12: style: The scope of the variable 'eld' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:487:53: style: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1178:53: note: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:487:53: note: Function 'intel_audio_codec_enable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:537:54: style: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1179:54: note: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:537:54: note: Function 'intel_audio_codec_disable' argument 1 names different: declaration 'encoder' definition 'intel_encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_audio.c:83:6: style: struct member 'Anonymous46::cts' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:672:11: style: The scope of the variable 'vswing' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1110:10: style: The scope of the variable 'hdmi_level_shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1545:29: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1675:29: style: The scope of the variable 'p_child' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:74:35: portability: 'block_data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1402:14: portability: '_vbt' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1452:21: portability: 'bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_bios.c:1459:31: portability: '(void __force*)bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_color.c:499:32: style: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1833:69: note: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_color.c:499:32: note: Function 'intel_color_check' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_color.c:359:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:540:11: style: The scope of the variable 'vsample' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:542:11: style: The scope of the variable 'dsl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:84:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:182:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:185:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:188:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:325:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:859:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:868:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_crt.c:870:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_csr.c:407:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1106:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2191:7: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:304:60: style: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1145:60: note: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:304:60: note: Function 'intel_ddi_get_encoder_port' argument 1 names different: declaration 'intel_encoder' definition 'encoder'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1081:46: style: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1152:46: note: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1081:46: note: Function 'intel_ddi_pll_select' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:442:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:515:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:624:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:634:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:646:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:677:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:682:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:688:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:704:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:718:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1160:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1240:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1325:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1514:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1539:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1724:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1725:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1731:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1772:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1811:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:1879:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2016:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2028:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2193:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2195:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2196:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2202:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2211:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ddi.c:2223:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3333:43: warning: Possible null pointer dereference: obj [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2247:36: note: Assignment 'obj=fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2254:32: note: Calling function 'i915_gem_object_to_ggtt', 1st argument 'obj' value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3333:43: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2185:27: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2187:36: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2185:27: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2816:23: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2816:23: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2817:23: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2817:23: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2821:24: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2821:24: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2822:24: warning: Either the condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is redundant or there is possible null pointer dereference: fb. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2833:8: note: Assuming that condition 'fb?container_of(fb,struct intel_framebuffer,base)->obj:NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2822:24: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:13675:6: warning: Possible null pointer dereference: new_state [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:13742:72: note: Calling function 'verify_single_dpll_state', 4th argument 'new_state' value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:13675:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3614:2: style: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3612:2: note: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3614:2: note: Variable 'dev_priv->modeset_restore_state' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4943:3: style: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4941:3: note: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4943:3: note: Variable 'dev_priv->mm.interruptible' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8023:2: style: Variable 'dpio_val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7999:2: note: Variable 'dpio_val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8023:2: note: Variable 'dpio_val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9707:11: style: The scope of the variable 'ps_ctrl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10197:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10214:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10268:27: style: The scope of the variable 'crtc_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:12468:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:12772:22: style: The scope of the variable 'intel_plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:13900:25: style: The scope of the variable 'crtc_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:13932:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:14098:26: style: The scope of the variable 'plane_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:14100:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:14335:27: style: The scope of the variable 'intel_cstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15196:23: style: The scope of the variable 'intel_scaler' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15475:7: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:17009:30: style: The scope of the variable 'obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15607:2: error: Expression '!intel_fb->obj->framebuffer_references--,"%s","WARN_ON("__stringify(!intel_fb->obj->framebuffer_references--)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:584:51: style: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1350:51: note: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:584:51: note: Function 'chv_calc_dpll_params' argument 2 names different: declaration 'pll_clock' definition 'clock'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2118:41: style: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1172:17: note: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2118:41: note: Function 'intel_fb_align_height' argument 4 names different: declaration 'fb_format_modifier' definition 'fb_modifier'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4733:53: style: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1362:53: note: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4733:53: note: Function 'skl_update_scaler_crtc' argument 1 names different: declaration 'crtc_state' definition 'state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7678:28: style: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:417:33: note: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7678:28: note: Function 'intel_link_compute_m_n' argument 1 names different: declaration 'bpp' definition 'bits_per_pixel'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:14797:34: style: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1363:38: note: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:14797:34: note: Function 'skl_max_scale' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15302:22: style: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1214:22: note: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15302:22: note: Function 'intel_get_pipe_from_crtc_id' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15683:33: style: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:101:33: note: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:15683:33: note: Function 'intel_framebuffer_init' argument 2 names different: declaration 'ifb' definition 'intel_fb'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:17268:66: style: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3679:78: note: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:17268:66: note: Function 'intel_display_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1101:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1117:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1133:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1136:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1152:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1266:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1285:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1303:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1314:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1329:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1336:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1342:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1347:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1366:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1375:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1395:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1414:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1430:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1451:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1464:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1522:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1573:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1807:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1838:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1856:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1859:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1893:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1905:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1915:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1925:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1979:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:1985:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2030:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2043:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:2046:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3031:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3153:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3404:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3436:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3801:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3807:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3903:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:3917:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4035:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4042:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4054:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4063:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4211:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4483:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4484:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4604:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4715:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4742:55: note: Calling function 'skl_update_scaler', 3rd argument 'scaler_user' value is 31
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4715:35: note: Shift
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4841:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4860:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4863:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4894:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4901:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:4922:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:5572:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:5646:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:5969:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:6159:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:6237:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:6253:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7284:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7850:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7867:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7884:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7889:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7985:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7989:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8196:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8239:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8403:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8657:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8684:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8714:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8781:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8822:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8958:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9552:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9714:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9725:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9727:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9753:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9824:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9853:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9926:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9949:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10015:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10016:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10017:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10018:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10019:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10022:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10024:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10026:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10028:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10093:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10127:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10149:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10306:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10576:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10604:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10641:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10687:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10741:49: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:10755:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:11397:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:16271:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:16533:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:16709:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:16738:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7992:10: style: Variable 'bestn' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:7994:11: style: Variable 'bestm1' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:8741:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:9883:13: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:11378:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_display.c:11382:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:1354:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:2407:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:3749:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:5307:33: style: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1418:32: note: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:5307:33: note: Function 'intel_edp_drrs_disable' argument 2 names different: declaration 'crtc_state' definition 'old_crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:332:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:353:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:380:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:383:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:494:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:700:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:746:57: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:749:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:838:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:854:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:902:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:1870:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:1876:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:1897:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:2325:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:2454:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:2739:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:2757:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:3453:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:3472:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:3491:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp.c:3495:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_link_training.c:131:10: style: The scope of the variable 'voltage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_link_training.c:157:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:208:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:206:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:208:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:553:74: style: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1449:78: note: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:553:74: note: Function 'intel_dp_mst_encoder_init' argument 2 names different: declaration 'conn_id' definition 'conn_base_id'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:60:10: style: Variable 'state' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:183:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:208:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dp_mst.c:457:2: error: Address of auto-variable 'intel_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:442:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:441:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:442:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:42:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:49:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:110:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:115:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpio_phy.c:395:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:295:28: style: The scope of the variable 'pll' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1893:34: style: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.h:155:32: note: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1893:34: note: Function 'intel_get_shared_dpll' argument 2 names different: declaration 'state' definition 'crtc_state'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:324:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:445:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:455:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:473:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:490:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:718:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:786:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:896:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:919:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:943:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:977:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1255:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1450:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1476:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1495:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:1777:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:253:4: error: Address of auto-variable 'dev_priv->shared_dplls[i]' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dpll_mgr.c:263:4: error: Address of auto-variable 'dev_priv->shared_dplls[i]' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:484:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:503:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:767:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:775:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:839:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi.c:147:9: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_dcs_backlight.c:67:26: style: The scope of the variable 'dsi_device' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_panel_vbt.c:765:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:425:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:137:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:157:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:186:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:199:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:231:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dsi_pll.c:489:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dvo.c:131:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dvo.c:147:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dvo.c:187:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dvo.c:204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_dvo.c:395:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_engine_cs.c:188:21: portability: 'semaphores' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_engine_cs.c:190:37: portability: 'semaphores' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3333:43: warning: Possible null pointer dereference: obj [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:733:49: note: Calling function 'i915_gem_object_to_ggtt', 1st argument 'obj' value is 0
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3333:43: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:122:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:125:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:130:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:172:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:182:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:204:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:213:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:214:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:221:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:274:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:285:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:286:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:293:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbc.c:347:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fbdev.c:498:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fifo_underrun.c:54:21: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fifo_underrun.c:73:21: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fifo_underrun.c:182:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_fifo_underrun.c:184:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_guc_loader.c:156:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_guc_loader.c:158:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:53:32: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:53:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:145:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:179:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:201:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:237:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:260:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:297:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:317:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:352:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:532:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:539:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:547:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:556:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:678:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:680:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:689:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:696:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:728:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:730:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:739:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:772:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:774:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:783:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:790:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:911:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1000:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1023:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1045:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1075:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1135:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1153:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:1163:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_hdmi.c:377:13: style: Variable 'data_reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:348:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:349:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:408:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:409:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:559:39: error: Expression 'try++==0' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:445:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_i2c.c:545:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:744:28: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1729:38: portability: 'hws' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:2053:33: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:2170:21: portability: 'vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1056:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1876:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1883:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1891:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lrc.c:1398:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:106:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:255:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:320:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:324:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:338:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:341:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:1018:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_lvds.c:1166:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_mocs.c:441:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_modes.c:57:47: style: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1536:47: note: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_modes.c:57:47: note: Function 'intel_ddc_get_modes' argument 1 names different: declaration 'c' definition 'connector'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:991:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:996:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:1001:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:1007:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:1033:15: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:447:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:450:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:463:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_opregion.c:796:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_overlay.c:445:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_overlay.c:1559:66: style: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:3674:78: note: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_overlay.c:1559:66: note: Function 'intel_overlay_print_error_state' argument 1 names different: declaration 'e' definition 'm'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_overlay.c:692:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_overlay.c:1094:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:104:44: style: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1560:49: note: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:104:44: note: Function 'intel_pch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:303:50: style: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1563:50: note: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:303:50: note: Function 'intel_gmch_panel_fitting' argument 1 names different: declaration 'crtc' definition 'intel_crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:677:13: style: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1567:13: note: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:677:13: note: Function 'intel_panel_set_backlight_acpi' argument 2 names different: declaration 'level' definition 'user_level'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:677:29: style: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1567:24: note: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:677:29: note: Function 'intel_panel_set_backlight_acpi' argument 3 names different: declaration 'max' definition 'user_max'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:237:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:240:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:243:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:274:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:290:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:296:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:341:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:363:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:728:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:730:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:734:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:745:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:748:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:764:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:779:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:791:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:796:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:847:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:849:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:882:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:898:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:900:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:905:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:907:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:917:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:931:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:968:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:979:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:981:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:999:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1015:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1017:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1032:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1048:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1050:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1057:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1062:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1064:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1080:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1461:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1492:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1493:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1566:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1599:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:1645:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_panel.c:384:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:261:29: style: The scope of the variable 'latency' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:650:16: style: The scope of the variable 'wm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2584:6: style: The scope of the variable 'level' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2996:13: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3246:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3364:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3679:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3681:28: style: The scope of the variable 'intel_pstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3682:11: style: The scope of the variable 'ddb_blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3684:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3777:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3985:6: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:4110:22: style: The scope of the variable 'pipe_wm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5827:16: style: The scope of the variable 'pctx_paddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5827:28: style: The scope of the variable 'paddr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:6994:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:76:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:1436:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2607:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2622:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2739:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2740:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2744:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2745:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2749:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2750:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3810:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3821:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3833:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:3842:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:4297:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5147:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5200:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5428:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5433:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5483:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5487:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:5591:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:6906:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:6907:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:6908:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7011:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7875:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7882:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7885:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7920:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7926:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:7929:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2435:0: style: Boolean variable 'pipe_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2436:0: style: Boolean variable 'sprites_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2437:0: style: Boolean variable 'sprites_scaled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:2443:0: style: Boolean variable 'enable' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:4227:0: style: Boolean variable 'sprites_enabled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_pm.c:4228:0: style: Boolean variable 'sprites_scaled' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:183:11: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:518:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:266:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:309:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:365:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:407:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:548:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:561:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:662:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_psr.c:664:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:376:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2249:60: style: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.h:460:73: note: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2249:60: note: Function 'intel_ring_begin' argument 2 names different: declaration 'n' definition 'num_dwords'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2291:22: portability: 'ring->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:1706:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:1773:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:1793:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2421:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2445:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2447:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_ringbuffer.c:2470:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:2268:32: style: Condition 'POWER_DOMAIN_NUM>31' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:268:60: style: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1707:60: note: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:268:60: note: Function 'intel_display_set_init_power' argument 1 names different: declaration 'dev' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:183:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:360:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:364:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:633:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:803:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:925:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:926:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:1270:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:1292:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:1311:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:1372:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:1373:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:2347:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_runtime_pm.c:2358:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:2961:19: style: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_drv.h:1769:19: note: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:2961:19: note: Function 'intel_sdvo_init' argument 2 names different: declaration 'reg' definition 'sdvo_reg'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:1339:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:1451:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:1468:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:1471:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:1507:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:3066:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sdvo.c:3068:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:791:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:246:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:289:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:393:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:532:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:581:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:670:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_sprite.c:715:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:832:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:852:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:863:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:954:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:972:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:1081:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:1122:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_tv.c:1201:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:1211:32: style: Condition 'FORCEWAKE_RENDER!=(1<<FW_DOMAIN_ID_RENDER)' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:1212:33: style: Condition 'FORCEWAKE_BLITTER!=(1<<FW_DOMAIN_ID_BLITTER)' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:1213:31: style: Condition 'FORCEWAKE_MEDIA!=(1<<FW_DOMAIN_ID_MEDIA)' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:1576:26: style: The scope of the variable 'engine' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:474:28: style: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:2948:28: note: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:474:28: note: Function 'intel_uncore_forcewake_get' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:497:29: style: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:2955:29: note: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:497:29: note: Function 'intel_uncore_forcewake_get__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:537:28: style: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:2950:28: note: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:537:28: note: Function 'intel_uncore_forcewake_put' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:558:29: style: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/i915/i915_drv.h:2957:29: note: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:558:29: note: Function 'intel_uncore_forcewake_put__locked' argument 2 names different: declaration 'domains' definition 'fw_domains'.
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:369:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:372:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/i915/intel_uncore.c:386:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-drm-core.c:216:43: style: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-drm.h:38:43: note: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-drm-core.c:216:43: note: Function 'imx_drm_add_crtc' argument 5 names different: declaration 'imx_helper_funcs' definition 'imx_drm_helper_funcs'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:250:35: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:243:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:250:35: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:251:15: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:243:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:251:15: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:356:28: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:356:28: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:357:10: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:357:10: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:358:11: warning: Possible null pointer dereference: lvds_mux [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:349:36: note: Assignment 'lvds_mux=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:358:11: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:579:12: style: The scope of the variable 'edidp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:580:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-ldb.c:667:10: error: Uninitialized variable: ret [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-tve.c:155:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-tve.c:179:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-tve.c:160:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/imx/imx-tve.c:183:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:113:6: style: The scope of the variable 'active' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:261:31: style: The scope of the variable 'old_ubo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:261:40: style: The scope of the variable 'old_vbo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:56:37: style: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.h:43:37: note: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:56:37: note: Function 'ipu_plane_irq' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:162:48: style: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.h:41:48: note: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:162:48: note: Function 'ipu_plane_put_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:172:47: style: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.h:40:47: note: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/imx/ipuv3-plane.c:172:47: note: Function 'ipu_plane_get_resources' argument 1 names different: declaration 'plane' definition 'ipu_plane'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_cec.c:98:14: style: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_cec.h:22:14: note: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_cec.c:98:14: note: Function 'mtk_cec_set_hpd_event' argument 2 names different: declaration 'hotplug_event' definition 'hpd_event'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_cec.c:93:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_dpi.c:467:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_dpi.c:469:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_crtc.c:475:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:161:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:162:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:167:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:168:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:180:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:181:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:186:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp.c:187:35: portability: 'config_regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:178:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:178:18: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:179:24: style: The scope of the variable 'lut' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:282:63: style: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h:154:63: note: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c:282:63: note: Function 'mtk_ddp_comp_init' argument 2 names different: declaration 'comp_node' definition 'node'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_gem.c:86:53: style: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_gem.h:44:53: note: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_drm_gem.c:86:53: note: Function 'mtk_drm_gem_free_object' argument 1 names different: declaration 'gem' definition 'obj'.
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_dsi.c:829:22: style: The scope of the variable 'remote_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_mipi_tx.c:408:17: style: Variable 'ref_clk_name' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c:459:17: style: Variable 'ref_clk_name' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_dma.c:248:22: style: The scope of the variable 'buf_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_dma.c:811:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_dma.c:813:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:631:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:632:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:632:2: style: The scope of the variable 'prim' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:678:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:679:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:679:2: style: The scope of the variable 'prim' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:197:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:595:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:743:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mga/mga_state.c:785:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:23:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:24:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:58:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:59:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:64:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:65:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:84:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:85:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:90:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:91:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:174:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:175:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:176:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:221:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:222:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:225:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:268:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:269:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:271:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_cursor.c:272:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_fb.c:26:6: style: The scope of the variable 'src_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_fb.c:26:18: style: The scope of the variable 'dst_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_fb.c:89:61: portability: 'mfbdev->sysram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:37:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:38:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:45:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:46:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:47:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:48:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:95:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:96:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_i2c.c:97:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:83:6: style: The scope of the variable 'test1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:83:13: style: The scope of the variable 'test2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:84:6: style: The scope of the variable 'orig1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:84:13: style: The scope of the variable 'orig2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:31:33: style: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_drv.h:254:33: note: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'.
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:31:33: note: Function 'mgag200_framebuffer_init' argument 2 names different: declaration 'mfb' definition 'gfb'.
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:98:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:99:23: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:99:32: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:101:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:102:25: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:102:34: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:104:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:107:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:108:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:108:33: portability: 'mem+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_main.c:188:25: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:49:25: warning: Either the condition 'i>(256>>1)' is redundant or the array 'mga_crtc->lut_r[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:46:11: note: Assuming that condition 'i>(256>>1)' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:49:25: note: Array index out of bounds
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:50:25: warning: Either the condition 'i>(256>>1)' is redundant or the array 'mga_crtc->lut_b[256]' is accessed at index 256, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:46:11: note: Assuming that condition 'i>(256>>1)' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:50:25: note: Array index out of bounds
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:105:15: style: The scope of the variable 'fvv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:106:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:220:36: style: The scope of the variable 'testp2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:223:22: style: The scope of the variable 'vcount' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:495:22: style: The scope of the variable 'vcount' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1382:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:39:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:57:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:58:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:59:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:65:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:66:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:67:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:77:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:82:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:91:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:202:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:203:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:204:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:207:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:209:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:300:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:301:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:303:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:307:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:308:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:310:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:312:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:313:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:315:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:318:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:320:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:322:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:323:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:325:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:330:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:331:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:333:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:338:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:339:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:340:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:345:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:346:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:348:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:353:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:354:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:357:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:359:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:360:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:363:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:366:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:367:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:369:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:371:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:372:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:374:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:376:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:379:15: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:388:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:389:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:391:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:435:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:436:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:438:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:440:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:442:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:444:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:445:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:446:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:448:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:449:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:451:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:453:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:454:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:455:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:459:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:460:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:462:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:466:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:467:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:470:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:472:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:473:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:474:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:476:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:478:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:480:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:481:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:483:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:532:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:533:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:535:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:537:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:539:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:541:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:542:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:544:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:548:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:549:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:550:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:554:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:555:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:558:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:560:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:561:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:564:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:566:12: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:569:15: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:631:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:632:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:634:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:636:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:637:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:639:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:641:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:643:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:645:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:646:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:649:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:653:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:654:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:655:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:695:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:696:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:698:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:701:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:702:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:704:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:709:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:710:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:712:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:719:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:720:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:732:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:733:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:746:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:747:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:748:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:751:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:752:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:754:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:761:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:762:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:765:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:766:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:768:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:771:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:772:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:774:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:798:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:799:11: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:801:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:802:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:804:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:805:13: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:812:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:813:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:814:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:985:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:989:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:996:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:997:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:998:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1020:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1021:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1022:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1023:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1024:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1025:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1026:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1027:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1028:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1030:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1031:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1032:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1033:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1034:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1035:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1036:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1037:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1045:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1047:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1048:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1049:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1050:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1051:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1052:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1053:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1054:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1055:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1056:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1057:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1058:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1059:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1060:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1061:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1088:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1093:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1097:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1100:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1103:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1106:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1110:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1119:17: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1123:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1124:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1125:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1127:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1129:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1131:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1162:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1163:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1165:4: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1167:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1169:5: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1265:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1266:10: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1269:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1271:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1272:14: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1273:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1296:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1297:8: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1298:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1301:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1303:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1306:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1307:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1310:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1311:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1317:2: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1336:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1338:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1340:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1341:9: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1344:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1345:3: portability: '(void __iomem*)mdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1532:2: error: Address of auto-variable 'mga_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_mode.c:1710:2: error: Address of auto-variable 'mga_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_ttm.c:314:41: style: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_drv.h:299:45: note: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'.
linux-grsec-4.9.65/drivers/gpu/drm/mgag200/mgag200_ttm.c:314:41: note: Function 'mgag200_bo_create' argument 5 names different: declaration 'pastbo' definition 'pmgabo'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/adreno/a4xx_gpu.c:354:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/msm/adreno/adreno_gpu.c:348:22: style: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/adreno/adreno_gpu.h:253:22: note: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/adreno/adreno_gpu.c:348:22: note: Function 'adreno_gpu_init' argument 3 names different: declaration 'gpu' definition 'adreno_gpu'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:1825:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:1928:26: style: The scope of the variable 'dlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:54:23: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:72:24: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:72:43: portability: 'base+4' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:77:28: portability: 'base' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_host.c:1193:14: style: Variable 'lp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_manager.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/dsi_manager.c:600:2: error: Address of auto-variable 'dsi_bridge->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/pll/dsi_pll.c:130:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/dsi/pll/dsi_pll_28nm_8960.c:533:2: error: Address of auto-variable 'pll_28nm->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/edp/edp_bridge.c:113:2: error: Address of auto-variable 'edp_bridge->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/edp/edp_connector.c:140:2: error: Address of auto-variable 'edp_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/edp/edp_ctrl.c:604:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/edp/edp_ctrl.c:662:6: style: The scope of the variable 'rlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi.c:443:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:70:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_bridge.c:234:2: error: Address of auto-variable 'hdmi_bridge->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_connector.c:458:2: error: Address of auto-variable 'hdmi_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1319:53: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != 1' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:367:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:370:7: style: The scope of the variable 'hw_not_ready' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:605:7: style: The scope of the variable 'an_ready' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1190:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_hdcp.c:1219:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:112:33: style: The scope of the variable 'i2c_trans' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/hdmi/hdmi_i2c.c:272:2: error: Address of auto-variable 'hdmi_i2c->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c:664:2: error: Address of auto-variable 'mdp4_crtc->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.c:183:2: error: Address of auto-variable 'mdp4_dsi_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_dtv_encoder.c:276:2: error: Address of auto-variable 'mdp4_dtv_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c:336:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c:496:2: error: Address of auto-variable 'mdp4_lcdc_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_connector.c:135:2: error: Address of auto-variable 'mdp4_lvds_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:75:44: warning: Either the condition '!pll_rate' is redundant or there is possible null pointer dereference: pll_rate. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:77:14: note: Assuming that condition '!pll_rate' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_pll.c:75:44: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp4/mdp4_plane.c:409:2: error: Address of auto-variable 'mdp4_plane->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:474:75: style: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:112:75: note: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:474:75: note: Function 'mdp5_cfg_get_hw_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:479:63: style: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:113:63: note: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:479:63: note: Function 'mdp5_cfg_get_config' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:484:50: style: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:114:50: note: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:484:50: note: Function 'mdp5_cfg_get_hw_rev' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:489:48: style: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h:122:48: note: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c:489:48: note: Function 'mdp5_cfg_destroy' argument 1 names different: declaration 'cfg_hnd' definition 'cfg_handler'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c:327:2: error: Address of auto-variable 'mdp5_cmd_enc->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c:790:2: error: Address of auto-variable 'mdp5_crtc->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:499:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:587:61: style: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:35:61: note: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:587:61: note: Function 'mdp5_ctlm_request' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:627:50: style: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:27:50: note: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:627:50: note: Function 'mdp5_ctlm_hw_reset' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:641:49: style: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h:28:49: note: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c:641:49: note: Function 'mdp5_ctlm_destroy' argument 1 names different: declaration 'ctlm' definition 'ctl_mgr'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c:373:2: error: Address of auto-variable 'mdp5_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c:524:11: style: Checking if unsigned variable 'pipe' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c:546:11: style: Checking if unsigned variable 'pipe' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:285:27: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:286:7: style: The scope of the variable 'vflip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:286:14: style: The scope of the variable 'hflip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:552:11: style: The scope of the variable 'sub' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:11: style: The scope of the variable 'lr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:15: style: The scope of the variable 'tb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:607:19: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:679:11: style: The scope of the variable 'hdecm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:679:22: style: The scope of the variable 'vdecm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c:912:2: error: Address of auto-variable 'mdp5_plane->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp5/mdp5_smp.c:218:39: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp_format.c:155:36: style: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp_kms.h:100:36: note: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/mdp/mdp_format.c:155:36: note: Function 'mdp_get_formats' argument 1 names different: declaration 'formats' definition 'pixel_formats'.
linux-grsec-4.9.65/drivers/gpu/drm/msm/msm_fb.c:90:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/msm/msm_fb.c:230:2: error: Address of auto-variable 'msm_fb->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/msm_fbdev.c:228:2: error: Address of auto-variable 'fbdev->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/msm/msm_gem.c:597:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.h:380:15: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.h:382:16: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:59:28: style: The scope of the variable 'crtpagemiss' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:25: style: The scope of the variable 'mclk_loop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:41: style: The scope of the variable 'm1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:60:45: style: The scope of the variable 'p1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:6: style: The scope of the variable 'us_m' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:12: style: The scope of the variable 'us_n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:18: style: The scope of the variable 'us_p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:62:24: style: The scope of the variable 'crtc_drain_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:6: style: The scope of the variable 'cpm_us' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:14: style: The scope of the variable 'us_crt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:63:22: style: The scope of the variable 'clwm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:70:10: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/arb.c:74:2: style: Variable 'pclks' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:346:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:349:36: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:350:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:351:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:353:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:354:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:355:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:356:8: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:358:81: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:360:12: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:386:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:388:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:389:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:390:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:391:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:392:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:393:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:394:38: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:395:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:396:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:397:10: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:398:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:399:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:400:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:401:9: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:406:40: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:869:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:944:11: style: The scope of the variable 'pixel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:945:6: style: The scope of the variable 'alpha' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1100:46: style: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/disp.h:99:47: note: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/crtc.c:1100:46: note: Function 'nv04_crtc_create' argument 2 names different: declaration 'index' definition 'crtc_num'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/cursor.c:46:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/cursor.c:52:4: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/dac.c:83:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/dfp.c:116:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/dfp.c:207:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:590:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:666:11: style: The scope of the variable 'reg900' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:667:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:205:49: style: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.h:46:53: note: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:205:49: note: Function 'nouveau_hw_pllvals_to_clk' argument 1 names different: declaration 'pllvals' definition 'pv'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:296:29: portability: 'iovram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/hw.c:299:15: portability: 'iovram' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c:349:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c:348:7: error: Uninitialized variable: filters [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/tvnv04.c:81:10: style: The scope of the variable 'crtc1A' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/dispnv04/tvnv17.c:644:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:503:2: style: Variable 'client->route' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:500:2: note: Variable 'client->route' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:503:2: note: Variable 'client->route' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:571:2: style: Variable 'client->super' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:567:2: note: Variable 'client->super' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_abi16.c:571:2: note: Variable 'client->super' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_acpi.c:48:7: style: struct member 'nouveau_dsm_priv::optimus_flags_detected' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_acpi.c:49:7: style: struct member 'nouveau_dsm_priv::optimus_skip_dsm' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bios.c:1790:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bios.c:1988:11: style: The scope of the variable 'newoffset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bios.c:47:7: style: struct member 'init_exec::repeat' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bios.c:2119:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:697:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:694:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:697:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:735:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:732:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:735:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:774:2: style: Variable 'page_count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:771:0: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:774:2: note: Variable 'page_count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:259:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:259:14: style: The scope of the variable 'fpfn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:259:20: style: The scope of the variable 'lpfn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:695:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:733:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:772:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:864:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:1331:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:1400:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:308:50: style: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.h:76:46: note: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:308:50: note: Function 'nouveau_bo_pin' argument 2 names different: declaration 'flags' definition 'memtype'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:1464:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_bo.c:1521:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_connector.c:71:22: style: The scope of the variable 'enc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_connector.c:72:9: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_connector.c:127:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_connector.c:474:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_debugfs.c:223:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.c:774:54: style: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.h:79:17: note: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.c:774:54: note: Function 'nouveau_crtc_page_flip' argument 4 names different: declaration 'page_flip_flags' definition 'flags'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.c:976:32: style: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.h:86:27: note: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_display.c:976:32: note: Function 'nouveau_display_dumb_map_offset' argument 4 names different: declaration 'offset' definition 'poffset'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_dma.c:183:15: style: The scope of the variable 'get' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_drm.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_drm.c:314:7: style: The scope of the variable 'boot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_fence.c:160:10: style: Variable 'chan' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_fence.c:100:28: error: Uninitialized variable: fence [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_fence.c:140:32: error: Uninitialized variable: fence [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_gem.c:336:37: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_gem.c:472:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: style: Condition 'fn!=NULL' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:53:27: note: Assignment 'fn=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: note: Condition 'fn!=NULL' is always false
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: style: Same expression on both sides of '!=' because the value of 'fn' and 'NULL' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:53:27: note: 'fn' is assigned value 'NULL' here.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_ioc32.c:63:9: note: Same expression on both sides of '!=' because the value of 'fn' and 'NULL' are the same.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_usif.c:154:3: style: Variable 'req->v0.token' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_usif.c:152:3: note: Variable 'req->v0.token' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nouveau_usif.c:154:3: note: Variable 'req->v0.token' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nv50_display.c:443:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nv50_fbcon.c:99:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nv50_fence.c:70:50: error: Signed integer overflow for expression 'NvEvoSema0+i'. [integerOverflow]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nv84_fence.c:176:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nv84_fence.c:191:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvc0_fbcon.c:99:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:127:32: warning: Either the condition 'notify==NULL' is redundant or there is possible null pointer dereference: notify. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:126:22: note: Assuming that condition 'notify==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:127:32: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:128:16: warning: Either the condition 'notify==NULL' is redundant or there is possible null pointer dereference: notify. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:126:22: note: Assuming that condition 'notify==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/notify.c:128:16: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/object.c:65:20: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvif/object.c:238:5: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/client.c:280:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/gpuobj.c:264:46: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/ioctl.c:55:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/notify.c:38:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/notify.c:60:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/notify.c:74:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/notify.c:120:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/notify.c:137:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/core/ramht.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/cipher/g84.c:91:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2449:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c:2514:22: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c:76:22: style: The scope of the variable 'cstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/device/ctrl.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/base.c:99:22: style: The scope of the variable 'outp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/conn.c:84:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregf119.c:184:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/coregp104.c:50:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/corenv50.c:178:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgf119.c:51:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacgp104.c:50:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dmacnv50.c:199:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:349:6: style: Condition 'datarate' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:330:17: note: Assignment 'datarate=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/dport.c:349:6: note: Condition 'datarate' is always false
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c:79:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagf119.c:44:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c:75:61: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c:41:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.c:624:10: style: The scope of the variable 'VTUi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c:34:52: style: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.h:46:52: note: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/outpdp.c:34:52: note: Function 'nvkm_output_dp_train' argument 2 names different: declaration 'rate' definition 'datarate'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocgf119.c:39:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/piocnv50.c:39:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootgf119.c:116:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c:357:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:67:2: warning: Either the condition 'dmaobj' is redundant or there is possible null pointer dereference: dmaobj. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:62:6: note: Assuming that condition 'dmaobj' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/base.c:67:2: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:45: style: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.h:7:43: note: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:45: note: Function 'nvkm_dmaobj_ctor' argument 4 names different: declaration 'data' definition 'pdata'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:57: style: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.h:7:54: note: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/dma/user.c:59:57: note: Function 'nvkm_dmaobj_ctor' argument 5 names different: declaration 'size' definition 'psize'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/channv50.c:76:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/dmanv04.c:80:32: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.c:392:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:410:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gk104.c:452:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogf100.c:65:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/fifo/gpfifogk104.c:47:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c:1363:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm200.c:56:6: style: The scope of the variable 'tpc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgp100.c:102:6: style: The scope of the variable 'tpc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h:91:0: error: failed to expand 'cp_bra', Invalid ## usage when expanding 'cp_bra'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxnv40.h:107:0: error: failed to expand 'cp_set', Invalid ## usage when expanding 'cp_set'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/g84.c:121:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c:1498:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c:191:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/gm107.c:299:14: style: The scope of the variable 'X' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c:1220:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:942:2: style: Variable 'prev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:935:0: note: Variable 'prev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:942:2: note: Variable 'prev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1096:27: style: The scope of the variable 'sta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv10.c:1149:69: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv20.c:195:27: style: The scope of the variable 'sta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv40.c:109:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:249:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:632:26: style: The scope of the variable 'en' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:635:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:670:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/gr/nv50.c:671:65: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv31.c:239:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/nv50.c:107:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:50:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:106:23: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:108:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:442:23: style: The scope of the variable 'dom' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/pm/base.c:492:23: style: The scope of the variable 'sig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:101:7: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:102:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/engine/xtensa.c:102:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bar/nv50.c:157:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:101:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bios/base.c:101:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bios/i2c.c:51:8: warning: Redundant assignment of '*ver' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bus/g94.c:43:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bus/hwsq.c:64:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/bus/nv50.c:43:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:181:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:383:22: style: The scope of the variable 'pstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:384:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c:505:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:577:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gk20a.c:578:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:958:10: style: Condition 'rev==0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:949:12: note: Assignment 'rev=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:958:10: note: Condition 'rev==0' is always true
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:368:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:824:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gm20b.c:825:5: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c:313:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/mcp77.c:356:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:34:17: style: The scope of the variable 'N' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:34:20: style: The scope of the variable 'fN' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:24: style: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:10: note: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:24: note: Function 'gt215_pll_calc' argument 4 names different: declaration 'N' definition 'pN'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:33: style: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:18: note: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:33: note: Function 'gt215_pll_calc' argument 5 names different: declaration 'fN' definition 'pfN'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:43: style: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pll.h:10:27: note: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllgt215.c:31:43: note: Function 'gt215_pll_calc' argument 6 names different: declaration 'M' definition 'pM'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/clk/pllnv04.c:50:6: style: The scope of the variable 'clkP' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv04.c:208:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv10.c:55:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/nv20.c:48:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/base.c:125:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c:29:47: style: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h:36:50: note: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv04.c:29:47: note: Function 'nv04_fb_memtype_valid' argument 2 names different: declaration 'memtype' definition 'tile_flags'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:95:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:95:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv30.c:74:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:704:2: style: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:703:2: note: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c:704:2: note: Variable 'ram->fuc.r_0x137310' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:984:6: style: The scope of the variable 'best_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1112:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1017:16: style: Variable 'best_clk' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c:1480:15: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c:38:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c:471:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c:197:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/base.c:240:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gf100.c:99:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:79:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:72:37: warning: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s' [funcArgOrderDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/priv.h:38:25: note: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s'
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/gm107.c:72:37: note: Function 'gm107_ltc_intr_lts' argument order different: declaration ', ltc, lts' definition 'ltc, c, s'
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/nv50.c:192:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/base.c:65:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/base.c:46:0: error: syntax error [syntaxError]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:20:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/memx.c:129:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:2: style: Variable 'load_hdr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:911:0: note: Variable 'load_hdr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:2: note: Variable 'load_hdr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:420:48: portability: '(void*)bl->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:421:35: portability: '(void*)bl->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:451:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:453:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:454:15: portability: 'image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:884:43: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:885:28: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:891:19: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:894:19: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:899:17: portability: 'hs_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:899:42: portability: 'sig' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:910:43: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:911:47: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:917:21: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:918:23: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:966:23: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:970:22: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:971:24: portability: 'acr_image' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:972:19: portability: 'acr_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1108:48: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1109:35: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1110:30: portability: 'blob_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1111:30: portability: 'blob_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm200.c:1157:48: portability: 'gsb->hsbl_blob' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:44:2: style: Variable 'cur_trip' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:38:0: note: Variable 'cur_trip' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/base.c:44:2: note: Variable 'cur_trip' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:93:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:86:13: note: outer condition: target!=duty
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:93:17: note: opposite inner condition: duty==target
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:118:51: style: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/priv.h:65:50: note: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:118:51: note: Function 'nvkm_therm_fan_set' argument 2 names different: declaration 'now' definition 'immediate'.
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/therm/fantog.c:94:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:102:6: style: Condition '!f' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:95:10: note: Assignment 'f=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv04.c:102:6: note: Condition '!f' is always true
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:39:6: style: Condition '!f' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:32:10: note: Assignment 'f=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/timer/nv40.c:39:6: note: Condition '!f' is always true
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:47:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:63:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/top/base.c:79:26: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/top/gk104.c:90:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:33:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/nouveau/nvkm/subdev/volt/base.c:187:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:803:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/displays/panel-dsi-cm.c:1055:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c:142:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c:233:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/core.c:191:6: style: Condition 'r' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/core.c:190:28: note: Assignment 'r=dss_initialize_debugfs()', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/core.c:191:6: note: Condition 'r' is always false
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:991:6: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:991:16: style: The scope of the variable 'chan2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:1334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3258:11: style: The scope of the variable 'xtot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3258:17: style: The scope of the variable 'ytot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3259:16: style: The scope of the variable 'ht' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3259:20: style: The scope of the variable 'vt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3377:16: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3451:6: style: The scope of the variable 'lcd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3699:12: style: The scope of the variable 'pckd_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3699:24: style: The scope of the variable 'pckd_stop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3700:21: style: The scope of the variable 'lck' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:2813:53: style: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.h:393:53: note: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:2813:53: note: Function 'dispc_wb_setup' argument 3 names different: declaration 'timings' definition 'mgr_timings'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dispc.c:3843:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/display.c:236:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/display.c:239:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/display.c:242:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/display.c:245:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:763:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:874:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:990:23: style: The scope of the variable 'isr_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:1533:26: style: The scope of the variable 'dsidev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:697:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:1218:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:3249:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:3303:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:3955:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:264:16: style: struct member 'dsi_irq_stats::last_reset' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:265:11: style: struct member 'dsi_irq_stats::irq_count' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:266:11: style: struct member 'dsi_irq_stats::dsi_irqs' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:267:11: style: struct member 'dsi_irq_stats::vc_irqs' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:268:11: style: struct member 'dsi_irq_stats::cio_irqs' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:1195:6: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:3656:2: style: Variable 'tclk_trail' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:4059:7: style: Variable 'dw' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dsi.c:4060:7: style: Variable 'dh' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:685:29: style: The scope of the variable 'prate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:687:11: style: The scope of the variable 'fck_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:1046:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:1132:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:92:16: style: struct member 'Anonymous9::cache_req_pck' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/dss.c:93:16: style: struct member 'Anonymous9::cache_prate' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi.h:262:30: portability: 'base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi.h:267:31: portability: 'base_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:529:2: style: Variable 'csc_coeff' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:526:0: note: Variable 'csc_coeff' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c:529:2: note: Variable 'csc_coeff' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:107:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:118:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c:274:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/output.c:95:53: style: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/omapdss.h:839:53: note: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/output.c:95:53: note: Function 'omapdss_register_output' argument 1 names different: declaration 'output' definition 'out'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/output.c:102:56: style: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/omapdss.h:840:56: note: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/output.c:102:56: note: Function 'omapdss_unregister_output' argument 1 names different: declaration 'output' definition 'out'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/pll.c:190:16: style: The scope of the variable 'out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/pll.c:219:9: style: The scope of the variable 'm_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/pll.c:219:18: style: The scope of the variable 'm_stop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/pll.c:220:16: style: The scope of the variable 'fint' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/rfbi.c:444:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/rfbi.c:607:5: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/sdi.c:38:7: style: struct member 'Anonymous9::update_enabled' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/dss/video-pll.c:210:2: error: Address of auto-variable 'vpll->pll' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_connector.c:212:27: style: The scope of the variable 'new_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_connector.c:310:2: error: Address of auto-variable 'omap_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_crtc.c:597:2: error: Address of auto-variable 'omap_crtc->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:203:2: warning: Possible null pointer dereference: engine [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:203:2: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:206:20: warning: Possible null pointer dereference: engine [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:206:20: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:207:20: warning: Possible null pointer dereference: engine [nullPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:180:33: note: Assignment 'engine=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:207:20: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:118:11: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:118:18: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:580:30: style: The scope of the variable '_block' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:581:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:582:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:747:56: portability: 'omap_dmm->refill_va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:511:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:550:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_dmm_tiler.c:209:2: error: Address of auto-variable 'engine->txn' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.c:595:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.c:593:8: note: Assignment 'ret=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.c:595:6: note: Condition '!ret' is always true
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.c:745:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.c:751:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_encoder.c:72:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_encoder.c:187:2: error: Address of auto-variable 'omap_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:330:17: style: Same expression on both sides of '!=' because the value of 'connector' and 'from' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:323:36: note: 'connector' is assigned value 'from' here.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:330:17: note: Same expression on both sides of '!=' because the value of 'connector' and 'from' are the same.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:186:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:192:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:203:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fb.c:470:2: error: Address of auto-variable 'omap_fb->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_fbdev.c:288:2: error: Address of auto-variable 'fbdev->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_gem.c:312:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_gem.c:881:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c:191:27: style: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_drv.h:237:19: note: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c:191:27: note: Function 'omap_gem_prime_import' argument 2 names different: declaration 'buffer' definition 'dma_buf'.
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_irq.c:261:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_irq.c:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/omap_plane.c:382:2: error: Address of auto-variable '_omap_plane->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/omapdrm/tcm-sita.c:57:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/panel/panel-lg-lg4573.c:60:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/panel/panel-simple.c:275:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:675:31: style: Same expression on both sides of '==' because the value of 'stall' and 'false' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:645:15: note: 'stall' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:675:31: note: Same expression on both sides of '==' because the value of 'stall' and 'false' are the same.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:111:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:487:25: style: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:568:25: note: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:487:25: note: Function 'qxl_hw_surface_alloc' argument 3 names different: declaration 'mem' definition 'new_mem'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:609:75: style: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:576:75: note: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_cmd.c:609:75: note: Function 'qxl_surface_evict' argument 3 names different: declaration 'freeing' definition 'do_update_area'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_debugfs.c:102:46: style: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:235:46: note: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_debugfs.c:102:46: note: Function 'qxl_debugfs_add_files' argument 1 names different: declaration 'rdev' definition 'qdev'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:108:21: style: The scope of the variable 'output' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:229:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:574:32: style: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:393:32: note: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:574:32: note: Function 'qxl_framebuffer_init' argument 2 names different: declaration 'rfb' definition 'qfb'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:723:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_display.c:755:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_dumb.c:71:41: style: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:432:41: note: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_dumb.c:71:41: note: Function 'qxl_mode_dumb_mmap' argument 1 names different: declaration 'filp' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_fb.c:355:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_fb.c:216:31: portability: 'qfbdev->shadow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:111:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:137:7: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:165:37: style: The scope of the variable 'out_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:160:12: portability: 'i_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:167:27: portability: '(void*)data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:177:19: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_image.c:181:13: portability: 'i_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_ioctl.c:281:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_ioctl.c:89:27: portability: 'reloc_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_ioctl.c:105:27: portability: 'reloc_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_ioctl.c:186:55: portability: 'fb_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_ioctl.c:186:88: portability: 'fb_cmd+sizeof(union qxl_release_info)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.c:298:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.c:187:36: style: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.h:95:82: note: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.c:187:36: note: Function 'qxl_bo_kunmap_atomic_page' argument 3 names different: declaration 'map' definition 'pmap'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.c:166:19: portability: 'bo->kptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_object.c:174:7: portability: 'rptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_prime.c:50:19: style: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:545:19: note: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_prime.c:50:19: note: Function 'qxl_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_prime.c:68:33: style: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_drv.h:549:28: note: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_prime.c:68:33: note: Function 'qxl_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_release.c:439:17: style: The scope of the variable 'qbo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/qxl/qxl_release.c:417:13: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:674:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:86:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:123:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:195:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:211:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_cce.c:451:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:573:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:698:7: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:699:6: style: The scope of the variable 'dwords' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:700:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable 'write' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable '_nr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:701:2: style: The scope of the variable 'ring' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:889:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:974:6: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/r128/r128_state.c:975:44: style: The scope of the variable 'mask_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:931:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:929:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:931:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:950:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:948:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:950:2: note: Variable 'dst' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:700:16: style: The scope of the variable 'cjiffies' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1406:39: style: The scope of the variable 'firmware_usage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2495:46: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2503:43: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_object.h:170:33: portability: 'sa_bo->manager->cpu_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1369:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1369:49: portability: 'ctx->bios+ctx->data_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1389:31: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1389:48: portability: 'ctx->bios+ctx->cmd_table' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atom.c:1409:70: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_crtc.c:447:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_dp.c:316:21: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_dp.c:459:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_encoders.c:93:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_encoders.c:95:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_encoders.c:681:34: style: The scope of the variable 'dig_enc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_i2c.c:110:9: style: The scope of the variable 'remaining' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/atombios_i2c.c:110:35: style: The scope of the variable 'buffer_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2311:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2309:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2311:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2738:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2763:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/btc_dpm.c:2786:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:419:2: style: Variable 'hi_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:414:0: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:419:2: note: Variable 'hi_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:420:2: style: Variable 'lo_sidd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:415:0: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:420:2: note: Variable 'lo_sidd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3611:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3625:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3615:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3625:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:641:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:699:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:747:7: style: The scope of the variable 'adjust_polarity' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:806:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:2315:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3917:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:3966:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5526:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5528:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5528:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5619:27: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5926:16: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5923:28: style: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:887:28: note: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5923:28: note: Function 'ci_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5543:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5546:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5549:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5552:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:5626:62: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ci_dpm.c:1500:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9740:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9699:41: note: 'disable_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9699:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9734:6: note: outer condition: !disable_l1
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9740:7: note: identical inner condition: !disable_plloff_in_l1
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:6306:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:6305:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:6306:3: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:1877:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4427:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4584:22: style: The scope of the variable 'mqd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9699:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:9700:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:6809:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:3679:29: style: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:812:29: note: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:3679:29: note: Function 'cik_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:5310:72: style: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:820:72: note: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:5310:72: note: Function 'cik_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:1958:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:3060:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:3062:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:3746:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4144:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4259:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4672:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4733:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:4769:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:7071:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:7530:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:5094:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik.c:6617:10: style: Variable 'data' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik_sdma.c:306:23: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik_sdma.c:371:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik_sdma.c:848:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cik_sdma.c:897:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:427:7: style: The scope of the variable 'strobe_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:683:7: style: The scope of the variable 'dll_state_on' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:1528:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:1745:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:543:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:545:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:1391:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:1396:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/cypress_dpm.c:1424:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/dce6_afmt.c:264:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen.c:3068:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:934:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:936:11: style: The scope of the variable 'buffer_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:1075:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:2676:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:2891:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:3000:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:3044:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:3062:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:3102:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_cs.c:3149:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_dma.c:171:78: style: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:516:78: note: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_dma.c:171:78: note: Function 'evergreen_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_hdmi.c:455:37: style: The scope of the variable 'dig_connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_hdmi.c:456:12: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_hdmi.c:47:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/evergreen_hdmi.c:57:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1378:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1369:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1378:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:376:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1163:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1428:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1521:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:1585:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2146:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2283:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2496:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2634:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2636:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2636:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2847:28: style: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:917:28: note: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2847:28: note: Function 'kv_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2500:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2651:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2654:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2657:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/kv_dpm.c:2660:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/mkregtable.c:582:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/mkregtable.c:578:25: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/mkregtable.c:604:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/mkregtable.c:604:14: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/mkregtable.c:628:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:672:7: style: Condition 'running' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:671:57: note: Assuming that condition 'running==0' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:672:7: note: Condition 'running' is always false
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:703:7: style: Condition 'running' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:671:57: note: Assuming that condition 'running==0' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:703:7: note: Condition 'running' is always false
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:636:16: style: The scope of the variable 'fw_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:639:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1129:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1130:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1416:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1459:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1720:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1727:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni.c:1948:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dma.c:193:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dma.c:320:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dma.c:360:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dma.c:408:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dma.c:233:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:909:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:907:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:909:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:937:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:935:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:937:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:965:2: style: Variable 'ps' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:963:0: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:965:2: note: Variable 'ps' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1014:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1011:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1014:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1274:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1388:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:2315:7: style: The scope of the variable 'dll_state_on' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:2597:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:3381:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:3986:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4281:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4305:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4325:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4343:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4278:28: style: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:669:28: note: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4278:28: note: Function 'ni_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:3999:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4008:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4012:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:4030:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1864:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1869:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:1898:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:2224:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/ni_dpm.c:2226:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3297:40: style: Redundant condition: If 'EXPR == 11', the comparison 'EXPR <= 12' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:447:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:478:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:766:19: style: The scope of the variable 'msi_rearm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:892:11: style: The scope of the variable 'cur_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:1087:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:1087:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:1369:14: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2034:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2126:17: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2126:20: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2127:20: style: The scope of the variable 'cube_robj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2471:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2486:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2505:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3211:6: style: The scope of the variable 'critical_point' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3211:26: style: The scope of the variable 'critical_point2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:156:53: style: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:140:60: note: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:156:53: note: Function 'r100_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:189:61: style: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:142:68: note: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:189:61: note: Function 'r100_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:875:30: style: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:79:30: note: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:875:30: note: Function 'r100_semaphore_ring_emit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2518:73: style: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:66:73: note: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2518:73: note: Function 'r100_gpu_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3645:68: style: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:96:68: note: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3645:68: note: Function 'r100_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:4114:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:4115:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:4125:44: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:4126:42: portability: '(void __iomem*)rdev->rmmio' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:159:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:175:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:508:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:1178:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:1490:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2494:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2572:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3511:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3567:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3786:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:3796:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2550:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r100.c:2875:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r200.c:92:11: style: The scope of the variable 'cur_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r200.c:134:19: style: The scope of the variable 'tex_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r200.c:78:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r200.c:116:41: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:84:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:345:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:1285:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:122:38: portability: '(void __iomem*)ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:282:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:395:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:429:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r300.c:1074:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r420.c:136:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r520.c:39:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600.c:2655:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:525:6: style: The scope of the variable 'array_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:526:16: style: The scope of the variable 'ib' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:946:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1415:11: style: The scope of the variable 'width' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1415:18: style: The scope of the variable 'height' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1415:26: style: The scope of the variable 'depth' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1415:33: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1417:11: style: The scope of the variable 'nbx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:1417:16: style: The scope of the variable 'nby' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:2272:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:2441:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_cs.c:2353:17: style: Variable 'relocs_chunk' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dma.c:231:30: style: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:346:72: note: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dma.c:231:30: note: Function 'r600_dma_ring_test' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:157:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:184:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:242:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:787:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:876:45: style: The scope of the variable 'dep_table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:880:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:854:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:885:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:891:64: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:922:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:931:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:942:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:954:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:968:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:986:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1033:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1068:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1073:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1077:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1082:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1135:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1139:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1172:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1198:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1230:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1255:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1266:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:1273:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:447:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_dpm.c:450:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_hdmi.c:251:27: portability: 'buffer' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_hdmi.c:151:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/r600_hdmi.c:161:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_acpi.c:602:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_acpi.c:607:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:133:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:138:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:138:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:169:27: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:174:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:174:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:175:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:208:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:208:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:863:20: style: The scope of the variable 'xtmds' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1121:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1139:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1308:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1347:11: style: The scope of the variable 'maxfreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1348:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1396:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1396:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1433:18: style: The scope of the variable 'igp_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1524:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1524:9: style: The scope of the variable 'num_indices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1633:24: style: The scope of the variable 'misc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1776:10: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1776:14: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1901:31: style: The scope of the variable 'tv_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1962:10: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1962:14: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2376:23: style: The scope of the variable 'firmware_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2399:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2570:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2571:27: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2573:23: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2658:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2660:12: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2661:23: style: The scope of the variable 'mode_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3716:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3716:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3816:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3906:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3980:19: style: The scope of the variable 'vram_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:144:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:178:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:214:55: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:544:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:546:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:549:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:552:17: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:555:14: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:602:23: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:663:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:694:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:702:20: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:772:22: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:866:42: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:929:49: portability: 'ctx->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1127:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1151:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1318:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1353:61: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1402:72: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1441:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1540:57: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1642:54: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1707:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1711:51: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1712:19: portability: 'mode_info->atom_context->bios+data_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1782:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1814:67: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1853:77: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1908:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:1969:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2104:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2385:58: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2584:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2597:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2601:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2614:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2676:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2680:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2683:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:2686:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3226:39: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3237:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3240:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3243:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3246:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3249:41: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3443:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3502:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3545:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3604:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3654:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3723:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3823:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3915:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atombios.c:3987:40: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atpx_handler.c:275:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atpx_handler.c:311:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atpx_handler.c:343:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atpx_handler.c:375:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_atpx_handler.c:407:21: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_audio.c:248:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_audio.c:250:34: style: The scope of the variable 'dig' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_audio.c:251:6: style: The scope of the variable 'pin_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_benchmark.c:43:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_clocks.c:509:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_clocks.c:565:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_clocks.c:756:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_clocks.c:800:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:869:2: style: Variable 'p_dac' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:866:0: note: Variable 'p_dac' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:869:2: note: Variable 'p_dac' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1020:2: style: Variable 'tv_dac' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1017:0: note: Variable 'tv_dac' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1020:2: note: Variable 'tv_dac' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1108:2: style: Variable 'lvds' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1103:0: note: Variable 'lvds' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1108:2: note: Variable 'lvds' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:400:15: style: The scope of the variable 'edid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:648:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:737:9: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:738:11: style: The scope of the variable 'sclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:738:17: style: The scope of the variable 'mclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:865:10: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:865:15: style: The scope of the variable 'bg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:865:19: style: The scope of the variable 'dac' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1175:11: style: The scope of the variable 'panel_setup' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1176:7: style: The scope of the variable 'stmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1177:6: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1177:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1336:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1336:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1337:10: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1412:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:1413:10: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2306:22: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2306:29: style: The scope of the variable 'devices' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2307:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2307:16: style: The scope of the variable 'connector_object_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2310:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2884:10: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2884:18: style: The scope of the variable 'slave_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:2884:30: style: The scope of the variable 'rev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3182:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3231:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3263:11: style: The scope of the variable 'mem_cntl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3290:10: style: The scope of the variable 'ram' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3291:10: style: The scope of the variable 'mem_addr_mapping' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3248:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_combios.c:3250:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:260:2: style: Variable 'best_encoder' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:254:0: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:260:2: note: Variable 'best_encoder' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:133:6: style: The scope of the variable 'mode_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:133:18: style: The scope of the variable 'max_tmds_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:286:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:390:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:1134:27: style: The scope of the variable 'tv_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:1448:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:1612:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:1640:22: style: The scope of the variable 'encoder' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_connectors.c:2511:27: style: The scope of the variable 'radeon_connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cs.c:235:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cs.c:254:11: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cs.c:481:23: style: The scope of the variable 'bo_va' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cursor.c:53:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cursor.c:55:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cursor.c:232:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_cursor.c:236:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_device.c:482:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_device.c:1705:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_device.c:372:58: style: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:729:58: note: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_device.c:372:58: note: Function 'radeon_doorbell_get' argument 2 names different: declaration 'page' definition 'doorbell'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:422:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1196:13: style: The scope of the variable 'feedback_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1208:14: style: The scope of the variable 'frac_feedback_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1716:27: style: The scope of the variable 'radeon_connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1842:26: style: The scope of the variable 'vtotal' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:344:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1959:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1986:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1110:8: style: Variable 'mod' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:1671:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_display.c:969:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_dp_auxch.c:121:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_dp_auxch.c:178:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_dp_mst.c:32:6: style: The scope of the variable 'retries' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_dp_mst.c:33:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_dp_mst.c:294:2: error: Address of auto-variable 'radeon_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_drv.c:427:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_drv.c:460:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:828:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:542:65: style: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:388:65: note: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:542:65: note: Function 'radeon_fence_wait_timeout' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:580:56: style: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:389:56: note: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:580:56: note: Function 'radeon_fence_wait' argument 2 names different: declaration 'interruptible' definition 'intr'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:759:61: style: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:398:61: note: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:759:61: note: Function 'radeon_fence_need_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:789:61: style: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:399:61: note: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:789:61: note: Function 'radeon_fence_note_sync' argument 2 names different: declaration 'ring' definition 'dst_ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_fence.c:842:56: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gart.c:126:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gart.c:289:11: style: The scope of the variable 'page_base' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gem.c:98:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gem.c:233:24: style: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2241:24: note: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gem.c:233:24: note: Function 'radeon_gem_pread_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gem.c:241:25: style: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2239:25: note: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_gem.c:241:25: note: Function 'radeon_gem_pwrite_ioctl' argument 3 names different: declaration 'file_priv' definition 'filp'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:153:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:151:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:153:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:172:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:170:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:172:2: note: Variable 'temp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:603:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:601:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:603:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:609:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:606:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:609:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:614:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:612:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:614:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:620:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:617:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:620:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:625:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:623:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:625:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:631:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:628:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:631:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:1080:50: style: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_mode.h:804:57: note: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:1080:50: note: Function 'radeon_i2c_put_byte' argument 1 names different: declaration 'i2c' definition 'i2c_bus'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:155:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:174:9: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:1069:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_i2c.c:1094:2: style: Variable 'out_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:80:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:103:24: style: The scope of the variable 'connector' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:353:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:392:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:415:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_irq_kms.c:441:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:310:9: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:308:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:306:31: note: Assignment 'rdev=(struct radeon_device*)kgd', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:310:9: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:819:24: warning: Either the condition 'kgd==NULL' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:819:13: note: Assuming that condition 'kgd==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:816:31: note: Assignment 'rdev=(struct radeon_device*)kgd', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:819:24: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:602:11: style: The scope of the variable 'low' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:602:16: style: The scope of the variable 'high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:640:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:406:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:772:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kfd.c:794:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kms.c:225:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kms.c:706:7: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kms.c:766:18: style: The scope of the variable 'stat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_kms.c:794:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:759:5: style: The scope of the variable 'post_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:67:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:70:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:132:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_crtc.c:144:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1211:24: style: Condition 'rdev->family==CHIP_R200' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1283:24: style: Condition 'rdev->family==CHIP_R200' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:2: style: Variable 'is_tv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1156:0: note: Variable 'is_tv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:2: note: Variable 'is_tv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1698:2: style: Variable 'tmds' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1695:0: note: Variable 'tmds' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1698:2: note: Variable 'tmds' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:783:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1154:11: style: The scope of the variable 'tv_dac_cntl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1059:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1084:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1356:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1391:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1422:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1041:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_encoders.c:1160:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_tv.c:303:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_tv.c:562:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_tv.c:723:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_legacy_tv.c:440:10: style: Variable 'pll' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_object.c:322:2: style: Variable 'rdev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:170:7: style: The scope of the variable 'misc_after' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:319:29: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:1643:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:1644:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:1716:19: style: The scope of the variable 'crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_pm.c:1717:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:106:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:378:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:434:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:78:76: style: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1037:76: note: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:78:76: note: Function 'radeon_ring_free_size' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:104:71: style: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1038:71: note: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:104:71: note: Function 'radeon_ring_alloc' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:140:70: style: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1039:70: note: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:140:70: note: Function 'radeon_ring_lock' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:164:73: style: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1040:73: note: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:164:73: note: Function 'radeon_ring_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:195:80: style: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1042:80: note: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:195:80: note: Function 'radeon_ring_unlock_commit' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:221:78: style: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1045:78: note: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:221:78: note: Function 'radeon_ring_unlock_undo' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:375:70: style: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1054:70: note: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:375:70: note: Function 'radeon_ring_init' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:432:71: style: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1056:71: note: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ring.c:432:71: note: Function 'radeon_ring_fini' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_semaphore.c:58:67: style: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:601:67: note: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_semaphore.c:58:67: note: Function 'radeon_semaphore_emit_signal' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_semaphore.c:75:65: style: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:603:65: note: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_semaphore.c:75:65: note: Function 'radeon_semaphore_emit_wait' argument 2 names different: declaration 'ring' definition 'ridx'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_sync.c:139:13: style: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:627:13: note: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_sync.c:139:13: note: Function 'radeon_sync_rings' argument 3 names different: declaration 'waiting_ring' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:308:27: style: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1792:27: note: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:308:27: note: Function 'radeon_test_ring_sync' argument 2 names different: declaration 'cpA' definition 'ringA'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:309:27: style: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1793:27: note: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:309:27: note: Function 'radeon_test_ring_sync' argument 3 names different: declaration 'cpB' definition 'ringB'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:112:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:147:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:148:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:157:39: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:160:41: portability: '(void*)gtt_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:198:47: portability: 'gtt_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:199:51: portability: 'vram_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:208:41: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_test.c:211:39: portability: '(void*)vram_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_ttm.c:942:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:998:16: warning: Identical condition 'vclk_div>pd_max', second condition is always false [identicalConditionAfterEarlyExit]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:992:16: note: first condition
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:998:16: note: second condition
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:580:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:687:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:684:50: style: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:1708:50: note: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:684:50: note: Function 'radeon_uvd_cs_parse' argument 1 names different: declaration 'parser' definition 'p'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:295:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:495:12: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:784:37: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_uvd.c:820:37: portability: 'rdev->uvd.cpu_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 1) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 2) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vce.c:107:6: warning: %hhd in format string (no. 3) requires 'char *' but the argument type is 'unsigned char *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:87:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:1088:23: style: The scope of the variable 'bo_va' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:1089:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:1233:9: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:238:39: style: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2864:39: note: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:238:39: note: Function 'radeon_vm_flush' argument 4 names different: declaration 'fence' definition 'updates'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:447:15: style: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon.h:2887:15: note: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_vm.c:447:15: note: Function 'radeon_vm_bo_set_addr' argument 3 names different: declaration 'offset' definition 'soffset'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs400.c:62:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs400.c:240:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:315:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:333:22: style: The scope of the variable 'radeon_crtc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:113:54: style: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:252:61: note: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:113:54: note: Function 'rs600_page_flip' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:144:62: style: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:254:69: note: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:144:62: note: Function 'rs600_page_flip_pending' argument 2 names different: declaration 'crtc' definition 'crtc_id'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:468:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs600.c:531:8: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs690.c:38:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs690.c:68:18: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs690.c:75:64: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:792:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:793:27: style: The scope of the variable 'power_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:938:24: style: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:451:24: note: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:938:24: note: Function 'rs780_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:805:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:814:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:818:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:824:36: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:873:64: portability: 'rdev->mode_info.atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:316:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rs780_dpm.c:318:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv515.c:133:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv515.c:1276:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv515.c:710:81: style: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_mode.h:964:81: note: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv515.c:710:81: note: Function 'atom_rv515_force_tv_scaler' argument 2 names different: declaration 'radeon_crtc' definition 'crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv515.c:79:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1662:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1876:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:2033:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:2058:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:2081:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:2008:24: style: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:433:24: note: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:2008:24: note: Function 'rv6xx_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1889:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1898:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1902:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv6xx_dpm.c:1919:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv730_dpm.c:320:28: style: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.h:189:28: note: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv730_dpm.c:320:28: note: Function 'rv730_populate_smc_initial_state' argument 2 names different: declaration 'radeon_initial_state' definition 'radeon_state'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv740_dpm.c:97:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv740_dpm.c:367:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770.c:1098:0: error: failed to expand 'WREG32', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:853:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:848:20: note: Assignment 'td=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:853:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:1979:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2270:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2470:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2499:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2521:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2433:24: style: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:492:24: note: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2433:24: note: Function 'rv770_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2283:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2292:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2296:35: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/rv770_dpm.c:2314:37: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7703:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7666:41: note: 'disable_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7666:71: note: 'disable_plloff_in_l1' is assigned value 'false' here.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7697:6: note: outer condition: !disable_l1
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7703:7: note: identical inner condition: !disable_plloff_in_l1
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:1554:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:5142:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7666:48: style: The scope of the variable 'disable_plloff_in_l1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:7667:7: style: The scope of the variable 'disable_clkreq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:5718:18: error: Expression 'buffer[count++]=cpu_to_le32((3<<30)|((74&255)<<8)|(0&16383)<<16)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:4119:71: style: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:714:71: note: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:4119:71: note: Function 'si_gfx_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:1636:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:2949:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:2951:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:3669:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:3700:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:3724:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:6036:9: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:6420:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:3610:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:3967:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si.c:5267:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dma.c:112:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dma.c:159:11: style: The scope of the variable 'ndw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dma.c:41:71: style: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:715:71: note: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dma.c:41:71: note: Function 'si_dma_is_lockup' argument 2 names different: declaration 'cp' definition 'ring'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3816:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3811:20: note: Assignment 'td=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3816:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2482:6: warning: Either the condition 'dte_data==NULL' is redundant or there is possible null pointer dereference: dte_data. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2476:15: note: Assuming that condition 'dte_data==NULL' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2482:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5944:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5942:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5944:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5946:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5944:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5946:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2162:31: style: The scope of the variable 'papm_parm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2441:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2803:15: style: The scope of the variable 'smc_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3276:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3724:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:4192:7: style: The scope of the variable 'voltage_found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5026:7: style: The scope of the variable 'gmc_pg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5134:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:5911:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6848:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6850:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6850:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:7121:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:7141:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:7159:19: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6865:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6868:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6871:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:6874:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:2838:18: style: Variable 'smc_result' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/si_dpm.c:3689:32: style: Variable 'backbias_response_time' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:441:9: style: Condition 'td==R600_TD_AUTO' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:434:20: note: Assignment 'td=0', assigned value is 0
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:441:9: note: Condition 'td==R600_TD_AUTO' is always true
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1456:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1458:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1458:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1663:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1795:23: style: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:592:23: note: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1795:23: note: Function 'sumo_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1473:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1476:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1479:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1482:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:1667:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:553:40: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:566:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:572:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:596:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:907:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:993:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/sumo_dpm.c:995:4: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:379:6: style: Condition 'sssd' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:368:13: note: Assignment 'sssd=1', assigned value is 1
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:379:6: note: Condition 'sssd' is always true
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:435:2: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:433:0: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:435:2: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:478:2: style: Variable 'seq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:476:0: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:478:2: note: Variable 'seq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1130:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1545:7: style: The scope of the variable 'force_high' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1731:36: style: The scope of the variable 'non_clock_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1733:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1733:15: style: The scope of the variable 'non_clock_array_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1852:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:2033:21: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:2054:21: style: The scope of the variable 'pl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:2010:26: style: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/radeon_asic.h:690:26: note: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:2010:26: note: Function 'trinity_dpm_print_power_state' argument 2 names different: declaration 'ps' definition 'rps'.
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1748:66: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1751:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1754:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1757:34: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/trinity_dpm.c:1856:63: portability: 'mode_info->atom_context->bios' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/uvd_v1_0.c:143:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/uvd_v1_0.c:364:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/uvd_v2_2.c:135:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/radeon/uvd_v4_2.c:72:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:447:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:500:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:147:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:149:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:276:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:294:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:372:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_crtc.c:412:53: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:153:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:154:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:156:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:157:12: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c:240:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_plane.c:727:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_plane.c:121:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rcar-du/rcar_du_plane.c:275:8: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:249:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:431:22: style: The scope of the variable 'panel_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/analogix_dp-rockchip.c:431:42: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:464:18: style: The scope of the variable 'pre' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/dw-mipi-dsi.c:589:59: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/inno_hdmi.c:812:2: error: Address of auto-variable 'i2c->adap' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/inno_hdmi.c:393:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/inno_hdmi.c:395:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/inno_hdmi.c:397:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_drv.c:377:27: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c:108:36: portability: 'rk_obj->kvaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:224:41: warning: Either the condition '!encoder' is redundant or there is possible null pointer dereference: encoder. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:228:6: note: Assuming that condition '!encoder' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_psr.c:224:41: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:716:31: style: The scope of the variable 'uv_obj' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:720:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/rockchip/rockchip_drm_vop.c:1463:48: style: Checking if unsigned variable 'mstimeout' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/gpu/drm/savage/savage_bci.c:619:3: style: Variable 'fb_rsrc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/savage/savage_bci.c:622:3: style: Variable 'aper_rsrc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/shmobile/shmob_drm_crtc.c:43:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/shmobile/shmob_drm_plane.c:73:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:204:2: style: Variable 'dev_priv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:202:0: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:204:2: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:227:19: style: The scope of the variable 'map' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:314:22: style: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_drv.h:76:29: note: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/sis/sis_mm.c:314:22: note: Function 'sis_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_awg_utils.c:153:38: style: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_awg_utils.h:32:38: note: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_awg_utils.c:153:38: note: Function 'sti_awg_generate_code_data_enable_mode' argument 1 names different: declaration 'fw_gen_params' definition 'fwparams'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.c:315:49: style: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.h:17:49: note: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.c:315:49: note: Function 'sti_crtc_disable_vblank' argument 1 names different: declaration 'dev' definition 'drm_dev'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.c:357:40: style: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.h:20:40: note: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_crtc.c:357:40: note: Function 'sti_crtc_is_main' argument 1 names different: declaration 'drm_crtc' definition 'crtc'.
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_dvo.c:173:36: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_gdp.c:534:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_gdp.c:544:8: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_gdp.c:159:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hda.c:615:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hda.c:328:36: portability: 'reg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hda.c:316:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hda.c:339:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hdmi.c:479:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hdmi.c:479:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:791:6: style: The scope of the variable 'btm_cmd_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:791:22: style: The scope of the variable 'top_cmd_offest' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:792:24: style: The scope of the variable 'btm_cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:792:34: style: The scope of the variable 'top_cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:608:27: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:620:27: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:816:30: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:817:30: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_hqvdp.c:1132:25: portability: 'hqvdp->hqvdp_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_mixer.c:141:44: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_plane.c:45:12: style: The scope of the variable 'fipks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_plane.c:45:46: style: The scope of the variable 'num_fields' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_tvout.c:490:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_vtg.c:416:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_vtg.c:196:37: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_vtg.c:197:36: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_vtg.c:198:40: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sti/sti_vtg.c:199:39: portability: 'regs' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/sun4i/sun4i_crtc.c:37:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sun4i/sun4i_drv.c:237:34: style: The scope of the variable 'remote' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/sun4i/sun4i_layer.c:166:3: style: Variable 'layer' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/sun4i/sun4i_layer.c:164:0: note: Variable 'layer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/sun4i/sun4i_layer.c:166:3: note: Variable 'layer' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dc.c:900:20: style: The scope of the variable 'plane' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dc.c:1912:22: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:502:15: style: The scope of the variable 'hact' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:502:21: style: The scope of the variable 'hsw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:502:26: style: The scope of the variable 'hbp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:502:31: style: The scope of the variable 'hfp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:1146:18: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/dsi.c:1146:21: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/gem.c:220:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/gem.c:61:20: portability: 'obj->vaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1620:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1626:16: style: The scope of the variable 'format' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:606:53: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1042:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1131:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1137:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1143:19: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1553:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1563:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1573:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/hdmi.c:1583:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/output.c:186:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:580:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:2396:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:532:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:539:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:603:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:610:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:820:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:979:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:986:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:992:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:1006:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:1014:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:1020:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:1660:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:1666:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:2059:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tegra/sor.c:2065:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/tilcdc/tilcdc_external.c:104:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/tilcdc/tilcdc_panel.c:121:2: error: Address of auto-variable 'panel_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/tilcdc/tilcdc_panel.c:245:2: error: Address of auto-variable 'panel_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:132:2: error: Address of auto-variable 'tfp410_encoder->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/tilcdc/tilcdc_tfp410.c:254:2: error: Address of auto-variable 'tfp410_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1397:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1385:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1397:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1541:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1531:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1541:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:88:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:450:6: style: The scope of the variable 'put_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:796:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:829:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1134:7: style: The scope of the variable 'locked' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo.c:1485:31: style: The scope of the variable 'man' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo_util.c:171:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo_util.c:548:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo_util.c:586:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_bo_util.c:586:24: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_execbuf_util.c:101:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_memory.c:432:23: style: The scope of the variable 'zone' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_memory.c:455:23: style: The scope of the variable 'zone' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_object.c:438:20: style: The scope of the variable 'list' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_page_alloc.c:401:24: style: The scope of the variable 'pool' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_page_alloc.c:577:15: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_page_alloc.c:578:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_page_alloc.c:579:11: style: The scope of the variable 'cpages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_page_alloc.c:922:24: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/ttm/ttm_tt.c:251:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_dmabuf.c:141:2: error: Address of auto-variable 'udl_attach->sgt' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_fb.c:162:16: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_gem.c:77:38: style: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_drv.h:118:38: note: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_gem.c:77:38: note: Function 'udl_dumb_create' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_gem.c:212:35: style: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_drv.h:121:35: note: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_gem.c:212:35: note: Function 'udl_gem_mmap' argument 1 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_main.c:169:20: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_main.c:171:14: style: The scope of the variable 'urb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_main.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_main.c:210:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_modeset.c:255:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_modeset.c:270:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:149:3: style: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:136:0: note: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:149:3: note: Variable 'cmd_pixels_count_byte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:152:3: style: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:135:0: note: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:152:3: note: Variable 'raw_pixels_count_byte' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:153:3: style: Variable 'raw_pixel_start' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:137:0: note: Variable 'raw_pixel_start' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:153:3: note: Variable 'raw_pixel_start' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:155:3: style: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:138:0: note: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/udl/udl_transfer.c:155:3: note: Variable 'cmd_pixel_end' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:450:2: style: Variable 'bo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:443:0: note: Variable 'bo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:450:2: note: Variable 'bo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:210:61: style: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_drv.h:418:61: note: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:210:61: note: Function 'vc4_bo_create' argument 2 names different: declaration 'size' definition 'unaligned_size'.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:295:45: style: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_drv.h:417:45: note: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_bo.c:295:45: note: Function 'vc4_free_object' argument 1 names different: declaration 'gem_obj' definition 'gem_bo'.
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_dpi.c:251:2: error: Address of auto-variable 'dpi_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_drv.c:336:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_gem.c:698:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_gem.c:622:13: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_gem.c:623:28: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_gem.c:624:26: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_gem.c:625:28: portability: 'temp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_hdmi.c:265:2: error: Address of auto-variable 'hdmi_connector->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_plane.c:503:16: style: The scope of the variable 'irqflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_plane.c:868:2: error: Address of auto-variable 'vc4_plane->base' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_render_cl.c:434:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:876:12: style: The scope of the variable 'max_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:132:20: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:132:39: portability: 'exec->bin_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:250:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:251:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:252:47: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:253:48: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:280:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:288:44: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:289:48: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:354:45: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:355:45: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:357:33: portability: 'untrusted' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:380:25: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:412:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:415:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:417:26: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:487:29: portability: 'validated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:488:31: portability: 'unvalidated' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:517:19: portability: 'dst_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:518:19: portability: 'src_pkt' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:564:45: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:565:45: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:567:39: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:569:39: portability: 'uniform_data_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:570:44: portability: 'exec->uniforms_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:763:21: portability: 'exec->shader_rec_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:775:21: portability: 'exec->shader_rec_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:782:21: portability: 'exec->shader_rec_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:809:45: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:814:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:862:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:862:27: portability: 'pkt_v+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:864:20: portability: 'exec->uniforms_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:865:20: portability: 'exec->uniforms_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:873:41: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:873:45: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:874:43: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:874:47: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:875:40: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:875:44: portability: 'pkt_u+o' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:882:35: portability: 'pkt_u' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:882:41: portability: 'pkt_u+100' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vc4/vc4_validate.c:902:23: portability: 'pkt_v' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_fence.c:264:39: style: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_drv.h:47:39: note: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'.
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_fence.c:264:39: note: Function 'vgem_fence_open' argument 1 names different: declaration 'file' definition 'vfile'.
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_fence.c:279:41: style: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_drv.h:54:41: note: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'.
linux-grsec-4.9.65/drivers/gpu/drm/vgem/vgem_fence.c:279:41: note: Function 'vgem_fence_close' argument 1 names different: declaration 'file' definition 'vfile'.
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dma.c:584:2: style: Variable 'vb' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dma.c:595:13: style: Variable 'agp_base' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:103:17: style: The scope of the variable 'cur_mem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:106:11: style: The scope of the variable 'cur_fb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:107:16: style: The scope of the variable 'line_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:174:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:400:11: style: The scope of the variable 'slot' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:500:21: style: The scope of the variable 'cur_sg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_dmablit.c:501:6: style: The scope of the variable 'cur_released' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_irq.c:267:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_irq.c:321:2: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_mm.c:111:22: style: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_drv.h:127:79: note: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/via/via_mm.c:111:22: note: Function 'via_mem_alloc' argument 3 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/via/via_mm.c:206:22: style: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_drv.h:160:29: note: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/via/via_mm.c:206:22: note: Function 'via_reclaim_buffers_locked' argument 2 names different: declaration 'file_priv' definition 'file'.
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:304:35: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:525:11: style: The scope of the variable 'a_fire' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:525:19: style: The scope of the variable 'bcmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:525:25: style: The scope of the variable 'dw_count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:527:6: style: The scope of the variable 'have_fire' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:805:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:838:20: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_verifier.c:945:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/via/via_video.c:51:16: style: The scope of the variable 'lock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_display.c:317:2: style: Variable 'obj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_display.c:312:0: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_display.c:317:2: note: Variable 'obj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_display.c:89:7: style: Variable 'bo' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_fb.c:119:61: style: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_drv.h:252:61: note: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_fb.c:119:61: note: Function 'virtio_gpu_surface_dirty' argument 1 names different: declaration 'qfb' definition 'vgfb'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_fence.c:57:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_fence.c:102:63: style: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_drv.h:352:63: note: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_fence.c:102:63: note: Function 'virtio_gpu_fence_event_process' argument 1 names different: declaration 'vdev' definition 'vgdev'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:334:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:331:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:334:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:407:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:400:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:407:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:453:2: style: Variable 'gobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:448:0: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:453:2: note: Variable 'gobj' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:59:28: style: The scope of the variable 'bo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_ioctl.c:82:28: style: The scope of the variable 'bo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_kms.c:101:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_plane.c:71:33: style: The scope of the variable 'vgfb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_plane.c:123:33: style: The scope of the variable 'vgfb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_plane.c:127:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_prime.c:50:19: style: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_drv.h:371:26: note: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_prime.c:50:19: note: Function 'virtgpu_gem_prime_import_sg_table' argument 3 names different: declaration 'sgt' definition 'table'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_prime.c:68:33: style: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_drv.h:375:56: note: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_prime.c:68:33: note: Function 'virtgpu_gem_prime_mmap' argument 2 names different: declaration 'vma' definition 'area'.
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_vq.c:235:30: style: The scope of the variable 'resp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_vq.c:95:16: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_vq.c:138:27: portability: '(void*)vbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/virtio/virtgpu_vq.c:144:38: portability: '(void*)vbuf->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:1276:30: style: Same expression on both sides of '!='. [duplicateExpression]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:298:38: style: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_binding.h:192:39: note: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_binding.c:298:38: note: Function 'vmw_binding_add' argument 2 names different: declaration 'ci' definition 'bi'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h:383:46: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c:306:22: style: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:771:22: note: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c:306:22: note: Function 'vmw_piter_start' argument 3 names different: declaration 'p_offs' definition 'p_offset'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf.c:916:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:164:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:245:28: style: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1119:28: note: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c:245:28: note: Function 'vmw_cmdbuf_res_remove' argument 5 names different: declaration 'res' definition 'res_p'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:349:5: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:514:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:655:52: style: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:1130:59: note: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_cotable.c:655:52: note: Function 'vmw_cotable_add_resource' argument 1 names different: declaration 'ctx' definition 'res'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:45:53: style: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:678:60: note: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:45:53: note: Function 'vmw_dmabuf_pin_in_placement' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:46:28: style: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:679:35: note: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:46:28: note: Function 'vmw_dmabuf_pin_in_placement' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:169:57: style: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:688:64: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:169:57: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:170:32: style: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:689:32: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:170:32: note: Function 'vmw_dmabuf_pin_in_start_of_vram' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:236:42: style: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:691:49: note: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:236:42: note: Function 'vmw_dmabuf_unpin' argument 1 names different: declaration 'vmw_priv' definition 'dev_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:237:31: style: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:692:31: note: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:237:31: note: Function 'vmw_dmabuf_unpin' argument 2 names different: declaration 'bo' definition 'buf'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:267:59: style: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:694:66: note: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:267:59: note: Function 'vmw_bo_get_guest_ptr' argument 1 names different: declaration 'buf' definition 'bo'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:287:49: style: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:696:56: note: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_dmabuf.c:287:49: note: Function 'vmw_bo_pin_reserved' argument 1 names different: declaration 'bo' definition 'vbo'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c:1225:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:499:31: style: Condition 'vmw_res_rel_max>=(1<<3)' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:703:3: warning: Either the condition 'if(p_val)' is redundant or there is possible null pointer dereference: p_val. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:716:5: note: Assuming that condition 'if(p_val)' is not redundant
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:703:3: note: Null pointer dereference
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:553:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:654:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:863:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:1158:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2548:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:2775:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3541:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3570:25: style: The scope of the variable 'reloc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:3689:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c:4166:32: error: Uninitialized variable: handle [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:306:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:306:23: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:307:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:309:6: style: The scope of the variable 'y1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:309:10: style: The scope of the variable 'y2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:425:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:780:38: style: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:895:38: note: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c:780:38: note: Function 'vmw_fb_close' argument 1 names different: declaration 'dev_priv' definition 'vmw_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:249:7: style: The scope of the variable 'seqno_valid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:659:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:588:15: style: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h:101:15: note: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:588:15: note: Function 'vmw_user_fence_create' argument 3 names different: declaration 'sequence' definition 'seqno'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:958:51: style: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.h:119:58: note: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:958:51: note: Function 'vmw_event_fence_action_queue' argument 1 names different: declaration 'filee_priv' definition 'file_priv'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:146:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:396:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:440:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:460:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:859:14: style: Variable 'file_priv' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c:126:49: style: Condition 'SVGA3D_DEVCAP_DXFMT_BC5_UNORM+1!=SVGA3D_DEVCAP_MAX' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:360:27: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1235:33: style: The scope of the variable 'save' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1284:33: style: The scope of the variable 'save' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1356:27: style: The scope of the variable 'du' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1551:27: style: The scope of the variable 'bmode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:339:19: portability: 'virtual' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:459:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c:1917:10: error: Uninitialized variable: handle [uninitvar]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_marker.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:504:14: style: The scope of the variable 'save_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:506:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:541:16: style: The scope of the variable 'num_pt_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_mob.c:594:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:36: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:40: style: The scope of the variable 'di' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:150:44: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:36: style: The scope of the variable 'si' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:40: style: The scope of the variable 'di' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_msg.c:213:44: style: The scope of the variable 'bp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:194:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:258:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c:433:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:1280:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:413:12: style: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:628:12: note: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:413:12: note: Function 'vmw_dmabuf_init' argument 5 names different: declaration 'interuptable' definition 'interruptible'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:731:16: style: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:652:16: note: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:731:16: note: Function 'vmw_user_dmabuf_lookup' argument 2 names different: declaration 'id' definition 'handle'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:732:32: style: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h:653:32: note: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:732:32: note: Function 'vmw_user_dmabuf_lookup' argument 4 names different: declaration 'base' definition 'p_base'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:570:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:566:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_scrn.c:570:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:528:58: style: Condition 'SVGA_3D_CMD_DX_DESTROY_SHADERRESOURCE_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+1' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:530:55: style: Condition 'SVGA_3D_CMD_DX_DEFINE_RENDERTARGET_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+2' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:532:56: style: Condition 'SVGA_3D_CMD_DX_DESTROY_RENDERTARGET_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+3' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:534:55: style: Condition 'SVGA_3D_CMD_DX_DEFINE_DEPTHSTENCIL_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+4' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:536:56: style: Condition 'SVGA_3D_CMD_DX_DESTROY_DEPTHSTENCIL_VIEW!=SVGA_3D_CMD_DX_DEFINE_SHADERRESOURCE_VIEW+5' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:454:26: style: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.h:152:26: note: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_so.c:454:26: note: Function 'vmw_view_surface_list_destroy' argument 2 names different: declaration 'view_list' definition 'list'.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:661:2: style: Variable 'dev_priv' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:655:0: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:661:2: note: Variable 'dev_priv' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c:695:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1402:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1400:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1402:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:1175:58: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:316:22: style: The scope of the variable 'srf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:317:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/drm/vmwgfx/vmwgfx_surface.c:343:9: style: Variable 'srf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/host1x/bus.c:100:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/bus.c:556:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/bus.c:582:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/cdma.c:99:38: portability: '(void*)pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/dev.c:41:40: warning: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r' [funcArgOrderDifferent]
linux-grsec-4.9.65/drivers/gpu/host1x/dev.h:136:40: note: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r'
linux-grsec-4.9.65/drivers/gpu/host1x/dev.c:41:40: note: Function 'host1x_sync_writel' argument order different: declaration 'host1x, r, v' definition 'host1x, v, r'
linux-grsec-4.9.65/drivers/gpu/host1x/dev.c:55:46: warning: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r' [funcArgOrderDifferent]
linux-grsec-4.9.65/drivers/gpu/host1x/dev.h:138:46: note: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r'
linux-grsec-4.9.65/drivers/gpu/host1x/dev.c:55:46: note: Function 'host1x_ch_writel' argument order different: declaration 'ch, r, v' definition 'ch, v, r'
linux-grsec-4.9.65/drivers/gpu/host1x/hw/cdma_hw.c:33:22: portability: 'pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/hw/cdma_hw.c:54:31: portability: 'pb->mapped' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/intr.c:70:20: style: The scope of the variable 'dest' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:125:2: style: Variable 'patch_addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:122:0: note: Variable 'patch_addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:125:2: note: Variable 'patch_addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:343:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:365:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:62:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:64:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:66:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:68:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:70:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:128:18: portability: 'patch_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:260:29: portability: 'cmdbuf_page_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/host1x/job.c:486:51: portability: 'gather' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-common.c:1259:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-common.c:1311:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-prv.h:150:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-dc.c:257:7: style: Variable 'di' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-di.c:718:27: style: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-prv.h:242:47: note: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'.
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-di.c:718:27: note: Function 'ipu_di_init' argument 6 names different: declaration 'ipu_clk' definition 'clk_ipu'.
linux-grsec-4.9.65/drivers/gpu/ipu-v3/ipu-smfc.c:163:2: error: Address of auto-variable 'priv->channel[chno]' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:991:8: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:991:8: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:412:21: style: The scope of the variable 'vgadev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:412:30: style: The scope of the variable 'conflict' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:547:18: style: The scope of the variable 'new_bridge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/gpu/vga/vgaarb.c:1308:28: style: The scope of the variable 'uc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-alps.c:454:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-alps.c:451:0: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-alps.c:454:2: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-alps.c:171:15: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-alps.c:171:18: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-alps.c:171:21: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-apple.c:184:46: style: The scope of the variable 'table' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-apple.c:193:7: style: The scope of the variable 'do_translate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-core.c:720:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-core.c:1241:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-core.c:1053:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:448:37: warning: Possible null pointer dereference: data [nullPointer]
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:650:22: note: Calling function 'cp2112_write_read_req', 5th argument 'data' value is 0
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:448:37: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:464:27: warning: Possible null pointer dereference: data [nullPointer]
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:642:49: note: Calling function 'cp2112_write_req', 4th argument 'data' value is 0
linux-grsec-4.9.65/drivers/hid/hid-cp2112.c:464:27: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hid/hid-debug.c:694:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:487:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:484:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-debug.c:487:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-debug.c:565:22: style: The scope of the variable 'systems' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:566:22: style: The scope of the variable 'units' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:574:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:616:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:617:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:618:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:619:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:620:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:621:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:622:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:623:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-debug.c:624:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-hyperv.c:326:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-icade.c:195:26: style: The scope of the variable 'trans' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:266:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:403:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:433:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:463:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:493:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:523:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:552:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-lenovo.c:630:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-lg3ff.c:57:21: style: struct member 'lg3ff_device::report' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/hid/hid-lg4ff.c:336:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-lg4ff.c:1226:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-lgff.c:98:3: style: Checking if unsigned variable 'left' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/hid/hid-lgff.c:99:3: style: Checking if unsigned variable 'right' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/hid/hid-logitech-dj.c:460:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-logitech-dj.c:1119:20: style: The scope of the variable 'dj_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-logitech-dj.c:542:37: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:274:31: warning: Possible null pointer dereference: params [nullPointer]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:458:4: note: Calling function 'hidpp_send_fap_command_sync', 4th argument 'params' value is 0
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:274:31: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:160:2: style: Variable 'hidpp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:157:0: note: Variable 'hidpp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:160:2: note: Variable 'hidpp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:1309:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:1305:2: note: Variable 'error' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:1309:2: note: Variable 'error' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:1600:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:2130:8: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:2124:54: style: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:152:54: note: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'.
linux-grsec-4.9.65/drivers/hid/hid-logitech-hidpp.c:2124:54: note: Function 'hidpp_connect_event' argument 1 names different: declaration 'hidpp_dev' definition 'hidpp'.
linux-grsec-4.9.65/drivers/hid/hid-magicmouse.c:537:3: style: Variable 'report' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-magicmouse.c:535:3: note: Variable 'report' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-magicmouse.c:537:3: note: Variable 'report' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:762:11: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:921:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:922:6: style: The scope of the variable 'report_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:952:6: style: The scope of the variable 'fieldmax' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:952:16: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-multitouch.c:1009:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-picolcd_cir.c:47:9: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-picolcd_core.c:363:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hid/hid-picolcd_fb.c:520:2: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-picolcd_fb.c:511:0: note: Variable 'info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-picolcd_fb.c:520:2: note: Variable 'info' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-picolcd_fb.c:419:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hid/hid-picolcd_leds.c:160:23: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:111:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:111:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:148:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:148:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:345:24: style: The scope of the variable 'note' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:345:30: style: The scope of the variable 'velocity' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-prodikeys.c:388:11: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:1316:2: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:1309:0: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:1316:2: note: Variable 'data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:343:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:343:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:343:12: style: The scope of the variable 'wx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:343:16: style: The scope of the variable 'wy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:344:6: style: The scope of the variable 'wide' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:344:12: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:344:19: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:345:6: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:898:7: style: The scope of the variable 'has_physical_props' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:904:11: style: The scope of the variable 'x_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:904:19: style: The scope of the variable 'y_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:1293:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-rmi.c:274:15: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/hid-roccat-common.c:77:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-kone.c:116:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-kone.c:299:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-kone.c:299:30: style: The scope of the variable 'old_profile' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-kone.c:731:22: style: The scope of the variable 'kone' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-koneplus.c:421:26: style: The scope of the variable 'koneplus' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-kovaplus.c:489:26: style: The scope of the variable 'kovaplus' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat-pyra.c:440:22: style: The scope of the variable 'pyra' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-roccat.c:301:6: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:600:22: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:600:22: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:604:45: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:604:45: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:606:24: warning: Either the condition 'j<(10+1)' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<(10+1)' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:606:24: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:295:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:295:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:299:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:299:13: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:401:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:401:6: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:308:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:416:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:600:22: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:600:22: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:604:45: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:604:45: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:606:24: warning: Either the condition 'j<11' is redundant or the array 'hid_custom_attrs[8]' is accessed at index 10, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:591:12: note: Assuming that condition 'j<11' is not redundant
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:606:24: note: Array index out of bounds
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:295:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:299:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/hid/hid-sensor-custom.c:401:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/hid/hid-sensor-hub.c:305:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sensor-hub.c:477:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sony.c:1394:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sony.c:1691:23: style: The scope of the variable 'led' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sony.c:2174:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-sony.c:2285:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-uclogic.c:736:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-core.c:51:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-core.c:683:27: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-core.c:719:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-core.c:754:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-core.c:1614:27: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-wiimote-modules.c:1818:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-zydacron.c:117:11: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/hid-zydacron.c:118:17: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/i2c-hid/i2c-hid.c:224:29: warning: Possible null pointer dereference: args [nullPointer]
linux-grsec-4.9.65/drivers/hid/i2c-hid/i2c-hid.c:272:50: note: Calling function '__i2c_hid_command', 5th argument 'args' value is 0
linux-grsec-4.9.65/drivers/hid/i2c-hid/i2c-hid.c:224:29: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hid/i2c-hid/i2c-hid.c:579:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/i2c-hid/i2c-hid.c:776:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:114:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:140:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:422:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:603:7: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:686:44: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:833:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ipc/ipc.c:316:27: error: Uninitialized struct member: ts_format.reserved [uninitStructMember]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp-hid-client.c:326:9: style: The scope of the variable 'r_length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp-hid-client.c:464:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp-hid-client.c:90:21: portability: 'recv_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp-hid-client.c:95:45: portability: 'recv_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp-hid-client.c:515:9: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.c:136:66: style: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.h:112:66: note: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.c:136:66: note: Function 'ishtp_fw_cl_by_uuid' argument 2 names different: declaration 'cuuid' definition 'uuid'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.c:528:9: style: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.h:111:12: note: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/bus.c:528:9: note: Function 'ishtp_register_event_cb' argument 2 names different: declaration 'read_cb' definition 'event_cb'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/client-buffers.c:170:43: style: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/client.h:154:43: note: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/client-buffers.c:170:43: note: Function 'ishtp_io_rb_free' argument 1 names different: declaration 'priv_rb' definition 'rb'.
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/client.c:635:26: style: The scope of the variable 'tx_free_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/client.c:281:8: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/dma-if.c:111:12: style: The scope of the variable 'free' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:484:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:485:11: style: The scope of the variable 'offs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:547:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:548:11: style: The scope of the variable 'offs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:786:16: style: The scope of the variable 'hbm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:42:26: style: Checking if unsigned variable 'dev->fw_clients_num' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:568:36: portability: 'dev->ishtp_host_dma_rx_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/intel-ish-hid/ishtp/hbm.c:318:14: style: Variable 'num_frags' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hid/uhid.c:482:14: style: Checking if unsigned variable 'rd_size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:1645:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:1643:0: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:1645:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:119:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:192:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:230:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-core.c:827:15: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-pidff.c:568:6: style: The scope of the variable 'type_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-pidff.c:773:15: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-pidff.c:1163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hid-quirks.c:306:13: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/usbhid/hiddev.c:459:2: style: Variable 'uref_multi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hid/usbhid/hiddev.c:453:0: note: Variable 'uref_multi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/usbhid/hiddev.c:459:2: note: Variable 'uref_multi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hid/usbhid/hiddev.c:586:27: portability: 'user_arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/wacom_sys.c:1470:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hid/wacom_sys.c:124:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/wacom_sys.c:1211:68: style: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hid/wacom.h:218:68: note: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'.
linux-grsec-4.9.65/drivers/hid/wacom_sys.c:1211:68: note: Function 'wacom_led_find' argument 2 names different: declaration 'group' definition 'group_id'.
linux-grsec-4.9.65/drivers/hid/wacom_sys.c:793:23: portability: 'img' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hid/wacom_wac.c:134:12: style: The scope of the variable 'pressure' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/wacom_wac.c:2087:7: style: The scope of the variable 'valid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hid/wacom_wac.c:571:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/hid/wacom_wac.c:1524:0: style: Boolean variable 'tipswitch' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/hid/wacom_wac.c:266:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hsi/clients/cmt_speech.c:1336:20: style: The scope of the variable 'cursor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/clients/cmt_speech.c:1336:29: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/clients/nokia-modem.c:89:38: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/clients/ssi_protocol.c:185:14: style: The scope of the variable 'frag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/clients/ssi_protocol.c:403:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/clients/ssi_protocol.c:740:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:401:39: warning: Either the condition '!msg' is redundant or there is possible null pointer dereference: msg. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:406:9: note: Assuming that condition '!msg' is not redundant
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:401:39: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:200:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:459:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:547:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:754:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/controllers/omap_ssi_port.c:921:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hsi/hsi_core.c:133:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel.c:626:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel.c:292:13: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hv/channel.c:344:14: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hv/channel.c:374:13: portability: 'kbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:370:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:577:6: style: The scope of the variable 'next_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:913:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:957:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:1005:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:1049:39: style: The scope of the variable 'requestheader' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:1170:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/channel_mgmt.c:1208:24: style: The scope of the variable 'cur_channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/connection.c:330:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/connection.c:331:7: style: The scope of the variable 'read_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/connection.c:389:8: style: The scope of the variable 'page_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv.c:223:2: style: Variable 'virtaddr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hv/hv.c:196:0: note: Variable 'virtaddr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hv/hv.c:223:2: note: Variable 'virtaddr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hv/hv.c:499:26: style: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hv/hyperv_vmbus.h:508:33: note: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'.
linux-grsec-4.9.65/drivers/hv/hv.c:499:26: note: Function 'hv_synic_init' argument 1 names different: declaration 'irqarg' definition 'arg'.
linux-grsec-4.9.65/drivers/hv/hv_balloon.c:1139:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_balloon.c:1157:15: style: The scope of the variable 'pg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_balloon.c:1414:20: style: The scope of the variable 'dm_hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_balloon.c:1419:27: style: The scope of the variable 'ha_region' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_fcopy.c:236:6: style: The scope of the variable 'util_fw_version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_fcopy.c:237:6: style: The scope of the variable 'fcopy_srv_version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:558:13: warning: Possible null pointer dereference: msg_to_host [nullPointer]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:143:22: note: Calling function 'kvp_respond_to_host', 1st argument 'msg_to_host' value is 0
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:558:13: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:572:10: warning: Possible null pointer dereference: msg_to_host [nullPointer]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:143:22: note: Calling function 'kvp_respond_to_host', 1st argument 'msg_to_host' value is 0
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:572:10: note: Null pointer dereference
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:122:8: style: The scope of the variable 'version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:612:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:614:6: style: The scope of the variable 'util_fw_version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:615:6: style: The scope of the variable 'kvp_srv_version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:483:40: style: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:79:52: note: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'.
linux-grsec-4.9.65/drivers/hv/hv_kvp.c:483:40: note: Function 'kvp_respond_to_host' argument 1 names different: declaration 'msg' definition 'msg_to_host'.
linux-grsec-4.9.65/drivers/hv/hv_snapshot.c:281:21: style: The scope of the variable 'vss_msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_snapshot.c:284:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:118:28: style: The scope of the variable 'shutdown_msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:120:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:252:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:253:26: style: The scope of the variable 'timedatap' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:254:30: style: The scope of the variable 'refdata' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/hv_util.c:312:20: style: The scope of the variable 'icmsghdrp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/ring_buffer.c:234:34: style: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hv/hyperv_vmbus.h:526:34: note: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'.
linux-grsec-4.9.65/drivers/hv/ring_buffer.c:234:34: note: Function 'hv_ringbuffer_init' argument 3 names different: declaration 'pagecnt' definition 'page_cnt'.
linux-grsec-4.9.65/drivers/hv/ring_buffer.c:179:27: portability: 'ring_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hv/ring_buffer.c:201:21: portability: 'ring_buffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hv/vmbus_drv.c:452:52: style: The scope of the variable 'cur_sc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/vmbus_drv.c:454:28: style: The scope of the variable 'n_written' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/vmbus_drv.c:630:20: style: The scope of the variable 'drv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hv/vmbus_drv.c:1118:6: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/abituguru3.c:816:9: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/acpi_power_meter.c:281:2: style: Variable 'arg_objs' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:335:7: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:368:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:429:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1165:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1612:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1613:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1621:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1622:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1627:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1026.c:1628:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adm1031.c:260:2: style: Variable 'range' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hwmon/adm1031.c:258:0: note: Variable 'range' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwmon/adm1031.c:260:2: note: Variable 'range' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwmon/adm1031.c:125:6: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:310:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:319:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:328:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:397:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:406:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adm9240.c:540:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/ads7871.c:105:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/adt7411.c:125:25: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/adt7411.c:190:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/adt7411.c:148:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adt7462.c:1079:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/adt7470.c:411:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/adt7x10.c:137:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/amc6821.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/amc6821.c:887:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/amc6821.c:211:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/applesmc.c:1021:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/applesmc.c:378:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/applesmc.c:400:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/applesmc.c:814:2: error: Buffer is accessed out of bounds: newkey [bufferAccessOutOfBounds]
linux-grsec-4.9.65/drivers/hwmon/applesmc.c:837:2: error: Buffer is accessed out of bounds: newkey [bufferAccessOutOfBounds]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:257:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:258:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:259:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:860:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:905:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:956:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:902:72: style: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hwmon/asb100.c:219:72: note: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'.
linux-grsec-4.9.65/drivers/hwmon/asb100.c:902:72: note: Function 'asb100_write_value' argument 3 names different: declaration 'val' definition 'value'.
linux-grsec-4.9.65/drivers/hwmon/asus_atk0110.c:293:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/hwmon/asus_atk0110.c:296:42: style: Same value in both branches of ternary operator. [duplicateValueTernary]
linux-grsec-4.9.65/drivers/hwmon/asus_atk0110.c:130:18: style: struct member 'Anonymous0::root' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/hwmon/coretemp.c:683:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/dell-smm-hwmon.c:1040:6: style: The scope of the variable 'fan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/dell-smm-hwmon.c:1040:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/dme1737.c:607:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/dme1737.c:2245:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/emc1403.c:57:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/emc1403.c:128:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/emc6w201.c:139:6: style: The scope of the variable 'nr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71805f.c:342:10: style: The scope of the variable 'apnr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71882fg.c:1213:10: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71882fg.c:1213:15: style: The scope of the variable 'point' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71882fg.c:1579:6: style: The scope of the variable 'sign' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71882fg.c:2225:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/f71882fg.c:2520:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/fam15h_power.c:175:12: style: The scope of the variable 'this_core' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/fam15h_power.c:297:11: style: Checking if unsigned variable 'temp' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/hwmon/fschmd.c:871:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/fschmd.c:1319:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ftsteutates.c:335:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/g760a.c:121:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/gl518sm.c:166:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/gl520sm.c:127:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/gl520sm.c:127:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/gpio-fan.c:367:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/hwmon-vid.c:132:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/hwmon-vid.c:142:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/hwmon-vid.c:146:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/hwmon.c:480:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/hwmon.c:58:23: style: struct member 'hwmon_thermal_data::hwdev' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/hwmon/ibmaem.c:328:17: style: The scope of the variable 'rx_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ibmaem.c:626:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ibmpowernv.c:266:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ina209.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ina2xx.c:199:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ina3221.c:216:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/ina3221.c:253:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/it87.c:718:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/jz4740-hwmon.c:54:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm63.c:678:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/lm63.c:218:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm63.c:424:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/lm77.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm78.c:603:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/lm78.c:590:42: note: Assignment 'isa=lm78_data_if_isa()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/lm78.c:603:6: note: Condition 'isa' is always false
linux-grsec-4.9.65/drivers/hwmon/lm78.c:632:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/lm78.c:590:42: note: Assignment 'isa=lm78_data_if_isa()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/lm78.c:632:6: note: Condition 'isa' is always false
linux-grsec-4.9.65/drivers/hwmon/lm78.c:1021:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/lm78.c:1020:25: note: Assignment 'res=lm78_isa_register()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/lm78.c:1021:6: note: Condition 'res' is always false
linux-grsec-4.9.65/drivers/hwmon/lm78.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm80.c:578:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm80.c:578:9: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm90.c:474:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm92.c:125:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:1120:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:2464:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:2473:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:813:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:851:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:1146:11: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:1164:7: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:1227:11: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:1245:7: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:398:20: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
linux-grsec-4.9.65/drivers/hwmon/lm93.c:2454:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/lm95234.c:251:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/ltc2945.c:299:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hwmon/ltc2945.c:295:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwmon/ltc2945.c:299:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwmon/ltc4215.c:51:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ltc4245.c:84:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ltc4245.c:136:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/max1619.c:119:6: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/max1619.c:119:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/max1619.c:66:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/max31790.c:459:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/max6650.c:154:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/menf21bmc_hwmon.c:83:9: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct6683.c:725:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct6683.c:606:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct6683.c:606:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:1845:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:1855:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:2628:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:2838:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:1526:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:1526:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct6775.c:2558:16: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/nct7802.c:141:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/nct7904.c:123:11: style: The scope of the variable 'hi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ntc_thermistor.c:412:18: style: The scope of the variable 'mid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/ntc_thermistor.c:495:6: style: The scope of the variable 'read_uv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pc87360.c:278:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/pc87427.c:963:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/ltc2978.c:128:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:133:6: style: The scope of the variable 'newpage' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:149:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:169:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:200:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:232:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:246:6: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:297:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/pmbus/pmbus_core.c:325:14: style: The scope of the variable 'status2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/sch56xx-common.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/sht3x.c:299:6: style: The scope of the variable 'temperature' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/sht3x.c:303:37: style: The scope of the variable 'commands' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/sis5595.c:709:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/smsc47b397.c:128:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:187:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:196:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:205:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:120:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:120:9: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/smsc47m192.c:530:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/tmp421.c:109:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/via686a.c:765:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/vt1211.c:257:6: style: The scope of the variable 'ix' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/vt1211.c:257:10: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/vt8231.c:881:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:1044:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:1053:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:1688:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:740:6: style: The scope of the variable 'pwmcfg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:740:14: style: The scope of the variable 'fanmodecfg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83627ehf.c:797:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83627hf.c:1147:10: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/w83627hf.c:1150:10: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/hwmon/w83627hf.c:1828:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1116:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1102:48: note: Assignment 'isa=w83781d_data_if_isa()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1116:6: note: Condition 'isa' is always false
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1186:6: style: Condition 'isa' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1102:48: note: Assignment 'isa=w83781d_data_if_isa()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1186:6: note: Condition 'isa' is always false
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:2075:6: style: Condition 'res' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:2074:28: note: Assignment 'res=w83781d_isa_register()', assigned value is 0
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:2075:6: note: Condition 'res' is always false
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1280:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1320:21: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1356:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83781d.c:1468:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83791d.c:575:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/w83791d.c:1523:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83791d.c:1523:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83792d.c:452:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/w83792d.c:1524:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83792d.c:1524:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83792d.c:510:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/w83792d.c:547:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/w83793.c:1373:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83793.c:1647:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/w83795.c:296:16: style: The scope of the variable 'base_clock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83795.c:1918:44: style: The scope of the variable 'i2c_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83795.c:1935:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwmon/w83l785ts.c:236:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83l786ng.c:332:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/hwmon/w83l786ng.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83l786ng.c:167:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwmon/w83l786ng.c:426:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwspinlock/hwspinlock_core.c:458:21: style: The scope of the variable 'hwlock' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwspinlock/hwspinlock_core.c:458:30: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwspinlock/omap_hwspinlock.c:164:45: portability: 'bank->lock[0].priv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwspinlock/u8500_hsem.c:154:45: portability: 'bank->lock[0].priv' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etb10.c:358:6: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-priv.h:98:28: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-priv.h:105:41: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etb10.c:441:34: portability: 'buf->data_pages[cur]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:201:2: style: Variable 'event_data' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:199:0: note: Variable 'event_data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:201:2: note: Variable 'event_data' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:122:27: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:313:16: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:431:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:431:23: style: The scope of the variable 'stop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:433:21: style: The scope of the variable 'etm_filter' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm-perf.c:464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm3x-sysfs.c:79:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:885:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-etm4x-sysfs.c:1169:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-funnel.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-replicator-qcom.c:100:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-stm.c:542:21: style: The scope of the variable 'stmsper' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-tmc-etf.c:375:7: style: The scope of the variable 'buf_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-tmc-etf.c:455:34: portability: 'buf->data_pages[cur]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight-tpiu.c:116:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:466:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:99:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:117:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:133:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:163:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:234:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:454:27: style: The scope of the variable 'csdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:706:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:776:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:799:31: style: The scope of the variable 'conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/coresight.c:856:26: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:42:2: style: Variable 'dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:36:0: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:42:2: note: Variable 'dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:107:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:107:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/coresight/of_coresight.c:110:17: style: The scope of the variable 'rdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/core.c:106:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/core.c:626:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/gth.c:614:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/gth.c:72:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/gth.c:84:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:857:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:1073:29: style: The scope of the variable 'tocopy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:406:44: portability: '(void*)msc_iter_bdesc(iter)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:426:8: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:433:7: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:653:46: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:675:32: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:1079:36: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:1090:36: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/intel_th/msu.c:1099:34: portability: 'msc->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/hwtracing/stm/core.c:264:21: style: The scope of the variable 'master' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/stm/core.c:768:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/hwtracing/stm/core.c:118:48: style: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/hwtracing/stm/stm.h:72:48: note: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'.
linux-grsec-4.9.65/drivers/hwtracing/stm/core.c:118:48: note: Function 'stm_find_device' argument 1 names different: declaration 'name' definition 'buf'.
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-bit.c:164:6: style: The scope of the variable 'sb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-bit.c:367:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-bit.c:421:6: style: The scope of the variable 'inval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-pca.c:207:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-pca.c:120:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-pcf.c:218:23: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-pcf.c:252:6: style: The scope of the variable 'wfp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/algos/i2c-algo-pcf.c:331:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-ali1563.c:180:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-ali1563.c:181:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-ali1563.c:182:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-amd756.c:193:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-au1550.c:225:18: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:374:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:175:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:183:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:187:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:285:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:341:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:350:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-iproc.c:429:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-kona.c:332:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-kona.c:456:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bcm-kona.c:390:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-bfin-twi.c:240:17: style: The scope of the variable 'twi_int_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-brcmstb.c:321:7: style: Condition 'CMD_RD' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-brcmstb.c:321:17: style: Condition 'CMD_WR' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:676:0: style: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'. [duplicateAssignExpression]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:676:0: note: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:676:0: note: Same expression used in consecutive assignments of 'fscl' and 'best_fscl'.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:206:27: style: The scope of the variable 'avail_bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:207:15: style: The scope of the variable 'bytes_to_send' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-cadence.c:677:22: style: The scope of the variable 'div_b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-designware-core.c:528:6: style: The scope of the variable 'tx_limit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-designware-core.c:528:16: style: The scope of the variable 'rx_limit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-digicolor.c:251:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-diolan-u2c.c:105:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-dln2.c:147:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-efm32.c:148:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-eg20t.c:198:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-eg20t.c:200:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-eg20t.c:206:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-eg20t.c:208:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-elektor.c:105:6: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-elektor.c:106:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-emev2.c:215:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-emev2.c:234:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-emev2.c:95:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-emev2.c:269:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-exynos5.c:275:32: style: The scope of the variable 'utemp1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-exynos5.c:317:12: error: Uninitialized variable: clk_cycle [uninitvar]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-exynos5.c:318:12: error: Uninitialized variable: clk_cycle [uninitvar]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-exynos5.c:324:17: error: Uninitialized variable: clk_cycle [uninitvar]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-exynos5.c:328:30: error: Uninitialized variable: clk_cycle [uninitvar]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-hix5hd2.c:347:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:234:8: style: struct member 'i801_mux_config::gpio_chip' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:235:11: style: struct member 'i801_mux_config::values' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:236:6: style: struct member 'i801_mux_config::n_values' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:237:11: style: struct member 'i801_mux_config::classes' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:238:11: style: struct member 'i801_mux_config::gpios' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:239:6: style: struct member 'i801_mux_config::n_gpios' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-i801.c:1624:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-ibm_iic.c:183:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-img-scb.c:1027:16: style: The scope of the variable 'time_left' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-imx.c:417:15: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-iop3xx.c:167:6: style: The scope of the variable 'interrupted' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-iop3xx.c:169:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-isch.c:150:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-jz4780.c:652:18: style: The scope of the variable 'i2c_sta' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-jz4780.c:653:7: style: The scope of the variable 'write_in_process' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-kempld.c:201:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-lpc2k.c:302:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mpc.c:595:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mt65xx.c:309:15: style: The scope of the variable 'cnt_mul' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mxs.c:652:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mxs.c:513:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mxs.c:514:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-mxs.c:515:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-nomadik.c:221:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-nomadik.c:306:17: style: The scope of the variable 'slave_adr_3msb_bits' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-omap.c:318:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-omap.c:361:16: style: The scope of the variable 'internal_clk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-pasemi.c:122:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-pca-isa.c:70:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-pca-platform.c:82:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-piix4.c:513:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-powermac.c:263:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-powermac.c:174:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-powermac.c:178:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-puv3.c:125:16: style: The scope of the variable 'swap' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-puv3.c:142:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-puv3.c:144:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rcar.c:303:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rcar.c:719:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rcar.c:864:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rcar.c:900:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:576:16: style: The scope of the variable 'extra_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:576:27: style: The scope of the variable 'extra_low_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:576:42: style: The scope of the variable 'ideal_low_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:748:36: style: The scope of the variable 'min_setup_data_ns' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:749:35: style: The scope of the variable 'max_hold_data_ns' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:756:16: style: The scope of the variable 'extra_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:756:27: style: The scope of the variable 'extra_low_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:1049:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-rk3x.c:420:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-robotfuzz-osif.c:64:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-s3c2410.c:632:16: style: The scope of the variable 'iicstat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-scmi.c:271:51: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sh7760.c:395:36: style: The scope of the variable 'iclk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sh_mobile.c:435:6: style: The scope of the variable 'real_pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sh_mobile.c:730:18: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sh_mobile.c:733:7: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sh_mobile.c:279:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:44:18: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:51:27: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:56:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:59:34: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:61:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:65:33: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:68:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:72:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:74:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:78:33: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:81:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:85:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:87:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:89:7: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:96:18: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:99:19: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:102:26: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:107:25: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:109:25: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:139:19: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sibyte.c:140:15: portability: 'adap->reg_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-simtec.c:57:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-simtec.c:63:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sirf.c:106:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sirf.c:242:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-sis630.c:530:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:591:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:590:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:591:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:811:2: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:810:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:811:2: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:441:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:824:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-stu300.c:591:10: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-tegra.c:452:16: style: The scope of the variable 'reg_offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-tegra.c:455:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-tiny-usb.c:80:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-uniphier-f.c:126:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:327:4: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:318:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:327:4: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:120:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:225:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:366:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:367:6: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-viperboard.c:288:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-wmt.c:132:16: style: The scope of the variable 'wait_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-wmt.c:223:16: style: The scope of the variable 'wait_result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-wmt.c:301:18: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-wmt.c:302:9: style: The scope of the variable 'is_last' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xgene-slimpro.c:180:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xgene-slimpro.c:215:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xgene-slimpro.c:257:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xlp9xx.c:319:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xlr.c:369:16: style: The scope of the variable 'clk_rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xlr.c:370:16: style: The scope of the variable 'clk_div' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/busses/i2c-xlr.c:115:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/i2c-core.c:1532:8: warning: %hi in format string (no. 1) requires 'short *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/i2c/i2c-core.c:1406:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/i2c-core.c:2539:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/i2c-core.c:1275:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/i2c-core.c:2418:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/i2c/i2c-smbus.c:45:21: style: The scope of the variable 'driver' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/i2c-smbus.c:142:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/muxes/i2c-arb-gpio-challenge.c:61:16: style: The scope of the variable 'stop_retry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/i2c/muxes/i2c-mux-pca9541.c:300:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/aec62xx.c:105:2: style: Variable 'tmp1' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/aec62xx.c:102:2: note: Variable 'tmp1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/aec62xx.c:105:2: note: Variable 'tmp1' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/aec62xx.c:107:2: style: Variable 'tmp2' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/aec62xx.c:103:2: note: Variable 'tmp2' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/aec62xx.c:107:2: note: Variable 'tmp2' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/alim15x3.c:423:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/cs5520.c:47:6: style: struct member 'pio_clocks::address' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/ide/cs5520.c:139:2: style: Variable 'hw' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/cy82c693.c:179:18: style: The scope of the variable 'dev2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/dtc2278.c:73:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ht6560b.c:201:6: style: The scope of the variable 'active_time' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ht6560b.c:201:19: style: The scope of the variable 'recovery_time' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ht6560b.c:202:6: style: The scope of the variable 'active_cycles' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ht6560b.c:202:21: style: The scope of the variable 'recovery_cycles' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-acpi.c:568:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-acpi.c:182:15: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-atapi.c:671:23: style: The scope of the variable 'pc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-atapi.c:675:24: style: The scope of the variable 'bytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-atapi.c:584:23: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-cd.h:59:0: error: #error "Please fix <asm/byteorder.h>" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/ide/ide-cs.c:93:46: style: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/ide/ide-cs.c:71:46: note: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/ide/ide-cs.c:93:46: note: Function 'ide_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/ide/ide-disk.c:711:17: style: The scope of the variable 'cylsz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-disk.c:711:24: style: The scope of the variable 'cyl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-disk.c:485:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-eh.c:200:21: style: The scope of the variable 'err_master_vals' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-floppy.c:379:17: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-floppy.c:379:25: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-floppy.c:85:49: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ide/ide-floppy_ioctl.c:41:9: style: The scope of the variable 'blocks' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-floppy_ioctl.c:41:17: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-gd.c:371:15: style: Condition 'disk_ops==NULL' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/ide/ide-gd.c:355:40: note: Assignment 'disk_ops=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/ide/ide-gd.c:371:15: note: Condition 'disk_ops==NULL' is always true
linux-grsec-4.9.65/drivers/ide/ide-gd.c:38:2: style: Variable 'idkp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/ide-gd.c:35:0: note: Variable 'idkp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/ide-gd.c:38:2: note: Variable 'idkp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/ide-gd.c:371:15: style: Same expression on both sides of '==' because the value of 'disk_ops' and 'NULL' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/ide/ide-gd.c:355:40: note: 'disk_ops' is assigned value 'NULL' here.
linux-grsec-4.9.65/drivers/ide/ide-gd.c:371:15: note: Same expression on both sides of '==' because the value of 'disk_ops' and 'NULL' are the same.
linux-grsec-4.9.65/drivers/ide/ide-generic.c:90:16: style: The scope of the variable 'io_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-io-std.c:194:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/ide-io-std.c:238:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/ide-io-std.c:175:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-io-std.c:219:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-io.c:619:7: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-io.c:616:15: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-io.c:621:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-iops.c:57:0: error: #error "Please fix <asm/byteorder.h>" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/ide/ide-probe.c:476:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-probe.c:492:9: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:284:27: style: The scope of the variable 'ds' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:286:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:286:11: style: The scope of the variable 'mul_factor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:286:23: style: The scope of the variable 'div_factor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:515:21: style: The scope of the variable 'ide_drv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-proc.c:626:25: style: The scope of the variable 'ent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-scan-pci.c:87:21: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:826:6: style: The scope of the variable 'seek' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:826:12: style: The scope of the variable 'position' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:942:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:1169:13: portability: 'tape->cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:1217:13: portability: 'tape->cur' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:1036:7: style: struct member 'idetape_config::dsc_media_access_frequency' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/ide/ide-tape.c:1782:16: style: Variable 'buffer_size' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:234:2: style: Variable 'cursg' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:228:0: note: Variable 'cursg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:234:2: note: Variable 'cursg' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:230:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:231:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:232:6: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/ide-taskfile.c:229:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/ide-xfer-mode.c:65:21: style: The scope of the variable 'overridden' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/it8172.c:85:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/it8213.c:88:0: style: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'. [duplicateAssignExpression]
linux-grsec-4.9.65/drivers/ide/it8213.c:89:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-grsec-4.9.65/drivers/ide/it8213.c:88:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-grsec-4.9.65/drivers/ide/it8213.c:91:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/opti621.c:69:40: style: The scope of the variable 'pair_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:172:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:92:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:94:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:97:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:99:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:102:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:104:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:107:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:108:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:130:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:132:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:134:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:136:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:139:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:140:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:160:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:162:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:164:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:166:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:182:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:184:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:186:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:188:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:242:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:250:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:258:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:264:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/palm_bk3710.c:274:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/piix.c:142:0: style: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'. [duplicateAssignExpression]
linux-grsec-4.9.65/drivers/ide/piix.c:143:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-grsec-4.9.65/drivers/ide/piix.c:142:0: note: Same expression used in consecutive assignments of 'u_flag' and 'v_flag'.
linux-grsec-4.9.65/drivers/ide/piix.c:145:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/piix.c:152:11: style: Variable 'sitre' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/pmac.c:651:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/qd65xx.c:215:15: style: The scope of the variable 'cycle_time' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/serverworks.c:195:4: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/serverworks.c:193:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/serverworks.c:195:4: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/serverworks.c:211:4: style: Variable 'findev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/serverworks.c:208:0: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/serverworks.c:211:4: note: Variable 'findev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/sgiioc4.c:140:3: style: Variable 'stat' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/ide/sgiioc4.c:137:0: note: Variable 'stat' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/sgiioc4.c:140:3: note: Variable 'stat' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/ide/sgiioc4.c:302:27: style: Variable 'intr_reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/sis5513.c:367:18: style: The scope of the variable 'host' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/sis5513.c:423:20: style: The scope of the variable 'lpc_bridge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/slc90e66.c:80:6: style: The scope of the variable 'u_speed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/slc90e66.c:85:11: style: Variable 'sitre' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/ide/tx4938ide.c:136:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:361:34: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:86:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:90:26: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:94:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:98:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:102:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:168:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:169:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:170:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/ide/tx4939ide.c:196:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/idle/intel_idle.c:1191:25: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/idle/intel_idle.c:1208:11: style: The scope of the variable 'package_num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/accel/bmc150-accel-core.c:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/accel/bmc150-accel-core.c:224:6: style: struct member 'Anonymous2::msec' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/iio/accel/kxcjk-1013.c:144:6: style: struct member 'Anonymous1::usec' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/iio/accel/mma7455_core.c:65:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/accel/mma8452.c:221:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iio/accel/mma8452.c:218:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/accel/mma8452.c:221:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/accel/mma9551.c:415:20: style: The scope of the variable 'gpio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/accel/mma9551.c:416:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ad7266.c:160:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iio/adc/ad7298.c:218:6: style: The scope of the variable 'vref' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ad7923.c:136:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ad799x.c:496:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iio/adc/ad_sigma_delta.c:255:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/at91_adc.c:290:15: style: The scope of the variable 'rxp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/at91_adc.c:446:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iio/adc/bcm_iproc_adc.c:524:2: style: Variable 'indio_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iio/adc/bcm_iproc_adc.c:521:0: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/bcm_iproc_adc.c:524:2: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/bcm_iproc_adc.c:175:15: style: The scope of the variable 'valid_entries' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:760:2: style: Variable 'indio_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:754:0: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:760:2: note: Variable 'indio_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:615:7: style: The scope of the variable 'pressed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:616:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/exynos_adc.c:714:18: style: Checking if unsigned variable 'info->tsirq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/iio/adc/fsl-imx25-gcq.c:176:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/hi8435.c:398:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iio/adc/imx7d_adc.c:204:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iio/adc/imx7d_adc.c:246:11: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iio/adc/ina2xx-adc.c:385:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/iio/adc/ina2xx-adc.c:519:6: style: The scope of the variable 'buffer_us' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ina2xx-adc.c:371:10: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/iio/adc/ltc2485.c:64:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/max1027.c:241:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/iio/adc/max1363.c:1446:17: warning: Redundant assignment of 'st->configbyte' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/iio/adc/max1363.c:305:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/max1363.c:330:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/mcp3422.c:140:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/men_z188_adc.c:92:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iio/adc/men_z188_adc.c:94:19: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iio/adc/men_z188_adc.c:97:20: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iio/adc/men_z188_adc.c:100:20: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iio/adc/palmas_gpadc.c:219:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/palmas_gpadc.c:219:21: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/qcom-spmi-iadc.c:258:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/qcom-spmi-vadc.c:316:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/qcom-spmi-vadc.c:822:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti-ads1015.c:243:20: style: The scope of the variable 'conv_time' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:154:23: style: The scope of the variable 'config' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:154:31: style: The scope of the variable 'adc_fsm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:155:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:215:21: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:253:21: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:556:15: style: The scope of the variable 'idle' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:224:10: style: Variable 'read' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iio/adc/ti_am335x_adc.c:263:10: style: Variable 'read' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iio/adc/twl4030-madc.c:541:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/twl6030-gpadc.c:931:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iio/adc/twl6030-gpadc.c:927:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/twl6030-gpadc.c:931:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iio/adc/vf610_adc.c:194:6: style: The scope of the variable 'divisor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/xilinx-xadc-core.c:463:15: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/adc/xilinx-xadc-core.c:1046:34: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/chemical/vz89x.c:172:9: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/hid-sensors/hid-sensor-attributes.c:77:6: style: The scope of the variable 'exp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:539:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/ms_sensors/ms_sensors_i2c.c:231:13: style: Variable 'send_buf' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iio/common/ssp_sensors/ssp_dev.c:323:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/st_sensors/st_sensors_buffer.c:48:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/iio/common/st_sensors/st_sensors_core.c:557:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/st_sensors/st_sensors_core.c:626:18: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/common/st_sensors/st_sensors_core.c:626:21: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1020:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1019:34: note: Assignment 'ret=ad5064_spi_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1020:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1024:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1023:34: note: Assignment 'ret=ad5064_i2c_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:1024:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5064.c:185:15: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:629:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:628:34: note: Assignment 'ret=ad5380_spi_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:629:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:633:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:632:34: note: Assignment 'ret=ad5380_i2c_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5380.c:633:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5421.c:207:15: style: The scope of the variable 'events' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5421.c:476:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:599:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:598:34: note: Assignment 'ret=ad5446_spi_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:599:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:603:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:602:34: note: Assignment 'ret=ad5446_i2c_register_driver()', assigned value is 0
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:603:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:96:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/iio/dac/ad5446.c:105:15: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5449.c:137:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5592r-base.c:487:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/dac/ad5592r-base.c:487:9: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/dac/ad5592r-base.c:184:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5592r-base.c:524:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dac/ad5755.c:308:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/iio/dac/ad5755.c:310:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/iio/dac/ad5755.c:308:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/iio/dummy/iio_dummy_evgen.c:94:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/dummy/iio_simple_dummy.c:42:6: style: struct member 'iio_dummy_accel_calibscale::regval' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/iio/frequency/ad9523.c:754:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iio/frequency/adf4350.c:252:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/gyro/adis16136.c:232:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/iio/health/max30100.c:237:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/humidity/dht11.c:134:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/imu/adis16480.c:465:15: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/imu/adis16480.c:465:21: style: The scope of the variable 'best_diff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/imu/adis16480.c:466:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/imu/adis16480.c:466:18: style: The scope of the variable 'best_freq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/imu/adis16480.c:270:8: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c:579:16: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
linux-grsec-4.9.65/drivers/iio/industrialio-buffer.c:623:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-buffer.c:1274:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-buffer.c:1240:17: portability: 'datain' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:605:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:608:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:612:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:615:11: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:619:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:624:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:960:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:987:39: style: The scope of the variable 'ext_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:910:17: style: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/iio/iio_core.h:25:17: note: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'.
linux-grsec-4.9.65/drivers/iio/industrialio-core.c:910:17: note: Function '__iio_add_chan_devattr' argument 3 names different: declaration 'func' definition 'readfunc'.
linux-grsec-4.9.65/drivers/iio/industrialio-event.c:70:6: style: The scope of the variable 'copied' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-event.c:355:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-event.c:441:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-trigger.c:168:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-trigger.c:192:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/industrialio-trigger.c:470:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/inkern.c:433:14: style: Condition 'nummaps==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/iio/inkern.c:412:16: note: Assignment 'nummaps=0', assigned value is 0
linux-grsec-4.9.65/drivers/iio/inkern.c:431:4: note: nummaps is incremented', new value is 1
linux-grsec-4.9.65/drivers/iio/inkern.c:433:14: note: Condition 'nummaps==0' is always false
linux-grsec-4.9.65/drivers/iio/inkern.c:337:22: style: The scope of the variable 'channel' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/apds9960.c:777:16: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/iio/light/cm32181.c:268:10: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'const int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/iio/light/gp2ap020a00f.c:724:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/lm3533-als.c:111:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/lm3533-als.c:414:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/ltr501.c:330:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/pa12203001.c:318:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/tcs3472.c:91:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/light/us5182d.c:833:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iio/magnetometer/ak8975.c:611:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/magnetometer/hmc5843_core.c:161:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/magnetometer/mag3110.c:250:46: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/iio/orientation/hid-sensor-rotation.c:68:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/pressure/bmp280-core.c:630:15: style: The scope of the variable 'delay_us' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/pressure/hp206c.c:110:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/pressure/ms5611_core.c:87:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/proximity/pulsedlight-lidar-lite-v2.c:96:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iio/temperature/tsys01.c:130:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/addr.c:362:17: style: The scope of the variable 'rt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cache.c:461:6: style: The scope of the variable 'local_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cache.c:1198:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:544:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:546:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:544:8: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:573:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:575:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:573:8: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:558:24: style: The scope of the variable 'cm_id_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:586:27: style: The scope of the variable 'cur_timewait_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:615:27: style: The scope of the variable 'timewait_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:639:27: style: The scope of the variable 'cur_timewait_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:849:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:2479:27: style: The scope of the variable 'timewait_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:3540:6: style: The scope of the variable 'tmp_send_port_not_ready' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:3418:49: style: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:258:49: note: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:3418:49: note: Function 'cm_work_handler' argument 1 names different: declaration 'work' definition '_work'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:3922:42: style: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:60:42: note: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:3922:42: note: Function 'cm_add_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:4023:45: style: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:61:45: note: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:4023:45: note: Function 'cm_remove_one' argument 1 names different: declaration 'device' definition 'ib_device'.
linux-grsec-4.9.65/drivers/infiniband/core/cm.c:1084:3: error: Address of auto-variable 'cm_id_priv->id' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:3569:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:4246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:1855:48: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:3329:23: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:3386:23: portability: 'private_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/cma.c:2429:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/core/device.c:284:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/device.c:897:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/device.c:117:36: portability: '(void*)device' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/iwcm.c:1033:29: style: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/iwcm.c:216:73: note: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'.
linux-grsec-4.9.65/drivers/infiniband/core/iwcm.c:1033:29: note: Function 'cm_event_handler' argument 2 names different: declaration 'event' definition 'iw_event'.
linux-grsec-4.9.65/drivers/infiniband/core/iwcm.c:431:15: style: Variable 'cm_id_priv' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:311:2: style: Variable 'nlmsg_request' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:308:0: note: Variable 'nlmsg_request' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:311:2: note: Variable 'nlmsg_request' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:456:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:454:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:456:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:598:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:592:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:598:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:659:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:651:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:659:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:123:21: style: The scope of the variable 'hash_bucket_head' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:243:21: style: The scope of the variable 'hash_bucket_head' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:746:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:241:52: style: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.h:147:52: note: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'.
linux-grsec-4.9.65/drivers/infiniband/core/iwpm_util.c:241:52: note: Function 'iwpm_add_remote_info' argument 1 names different: declaration 'reminfo' definition 'rem_info'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:608:31: style: The scope of the variable 'mad_agent_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:609:31: style: The scope of the variable 'mad_snoop_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:913:16: style: The scope of the variable 'pad' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:990:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1307:32: style: The scope of the variable 'mad_priv_hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1308:25: style: The scope of the variable 'priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1960:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:2315:16: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:2339:33: style: The scope of the variable 'temp_mad_send_wr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:2500:33: style: The scope of the variable 'mad_send_wr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:2923:32: style: The scope of the variable 'mad_priv_hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:2924:25: style: The scope of the variable 'recv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1609:61: style: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:69:61: note: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1609:61: note: Function 'remove_mad_reg_req' argument 1 names different: declaration 'priv' definition 'agent_priv'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1708:34: style: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:72:31: note: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1708:34: note: Function 'find_mad_agent' argument 2 names different: declaration 'mad' definition 'mad_hdr'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1907:33: style: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/mad_priv.h:215:33: note: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1907:33: note: Function 'ib_find_send_mad' argument 2 names different: declaration 'mad_recv_wc' definition 'wc'.
linux-grsec-4.9.65/drivers/infiniband/core/mad.c:1020:20: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/mad_rmpp.c:411:6: style: The scope of the variable 'cur_seg_num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:133:22: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:134:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:156:22: style: The scope of the variable 'cur_group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:157:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:494:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:520:22: style: The scope of the variable 'is_mgid0' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/multicast.c:653:2: error: Address of auto-variable 'member->multicast' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/core/netlink.c:194:19: style: The scope of the variable 'nlh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/netlink.c:195:6: style: The scope of the variable 'msglen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:42:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:43:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:44:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:45:52: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:112:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:114:22: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:117:16: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:129:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:130:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:131:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:132:34: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:194:21: portability: 'structure' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/packer.c:195:15: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:707:23: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:707:30: style: The scope of the variable 'curr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:708:28: style: The scope of the variable 'rec' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:709:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:709:11: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sa_query.c:1736:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/sysfs.c:927:29: portability: '(void*)hsag' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/sysfs.c:267:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/core/ucm.c:1176:25: style: The scope of the variable 'ctx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:420:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:425:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:430:23: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:435:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:440:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:445:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:450:21: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:454:22: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:458:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:479:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:496:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:518:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/ud_header.c:540:6: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/umem.c:49:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/umem_odp.c:385:3: style: Variable 'owning_process' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/core/umem_odp.c:382:0: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/umem_odp.c:385:3: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/core/umem_odp.c:99:34: style: The scope of the variable 'next' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/umem_odp.c:627:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/umem_rbtree.c:82:22: style: The scope of the variable 'umem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:265:6: style: The scope of the variable 'left' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:265:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:265:33: style: The scope of the variable 'max_seg_payload' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:417:21: style: The scope of the variable 'sent_hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:977:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:306:51: portability: '(void*)recv_buf->mad' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:695:28: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:763:25: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/user_mad.c:812:27: portability: 'arg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:668:35: style: The scope of the variable 'scan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:702:27: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:140:34: style: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs.h:192:34: note: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'.
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:140:34: note: Function 'idr_remove_uobj' argument 1 names different: declaration 'idp' definition 'idr'.
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:1899:20: portability: '(void*)cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:2641:34: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:2742:34: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:3105:35: portability: 'kern_spec_filter' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:3133:36: portability: '(void*)kern_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:3135:33: portability: 'kern_spec_val' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:3743:13: portability: 'kern_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_cmd.c:3744:11: portability: 'ib_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_main.c:628:61: style: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/core/uverbs.h:197:61: note: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'.
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_main.c:628:61: note: Function 'ib_uverbs_free_async_event_file' argument 1 names different: declaration 'uverbs_file' definition 'file'.
linux-grsec-4.9.65/drivers/infiniband/core/uverbs_marshall.c:49:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:781:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:1299:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:1571:16: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:1572:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:1715:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:657:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:658:16: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:479:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/core/verbs.c:496:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:658:27: warning: Either the condition 'if(data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:662:6: note: Assuming that condition 'if(data)' is not redundant
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:658:27: note: Null pointer addition
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:414:2: style: Variable 'sqp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:411:0: note: Variable 'sqp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:414:2: note: Variable 'sqp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:895:2: style: Variable 'rdev_p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:881:0: note: Variable 'rdev_p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:895:2: note: Variable 'rdev_p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_wr.h:779:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:75:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:430:23: style: The scope of the variable 'swcqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:466:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:484:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:601:6: style: The scope of the variable 'copy_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:604:10: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:71:38: style: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:158:38: note: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:71:38: note: Function 'cxio_hal_cq_op' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:158:38: style: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:160:38: note: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:158:38: note: Function 'cxio_create_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:252:46: style: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:163:46: note: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:252:46: note: Function 'cxio_release_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:268:43: style: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:164:43: note: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:268:43: note: Function 'cxio_init_ucontext' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:274:38: style: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:165:38: note: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:274:38: note: Function 'cxio_create_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:323:39: style: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:161:39: note: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:323:39: note: Function 'cxio_destroy_cq' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:336:39: style: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:167:39: note: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:336:39: note: Function 'cxio_destroy_qp' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:790:46: style: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:172:46: note: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:790:46: note: Function 'cxio_register_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:799:48: style: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:175:48: note: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:799:48: note: Function 'cxio_reregister_phys_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:807:38: style: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:178:38: note: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:807:38: note: Function 'cxio_dereg_mem' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:814:44: style: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:180:44: note: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:814:44: note: Function 'cxio_allocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:821:46: style: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:182:46: note: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:821:46: note: Function 'cxio_deallocate_window' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:827:42: style: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:181:42: note: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:827:42: note: Function 'cxio_allocate_stag' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:834:38: style: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:183:38: note: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:834:38: note: Function 'cxio_rdma_init' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:916:38: style: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:156:38: note: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:916:38: note: Function 'cxio_rdev_open' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:1043:40: style: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.h:157:40: note: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:1043:40: note: Function 'cxio_rdev_close' argument 1 names different: declaration 'rdev' definition 'rdev_p'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_wr.h:56:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_hal.c:607:20: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/cxio_resource.c:330:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:296:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:297:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:298:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:299:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:305:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.h:306:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1787:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1775:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:2183:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:2184:17: style: The scope of the variable 'tdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:2185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1788:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:905:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:907:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1028:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_cm.c:1030:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:506:6: style: Condition '!npages' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:481:25: note: Assignment 'total_size=4294967295U', assigned value is 4294967295
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:505:46: note: Assignment 'npages=(total_size+(1ULL<<shift)-1)>>shift', assigned value is 64
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:506:6: note: Condition '!npages' is always false
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:1076:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:1078:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:1080:2: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:156:13: style: The scope of the variable 'warned' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:157:9: style: The scope of the variable 'resplen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_provider.c:1128:20: style: The scope of the variable 'inetdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_qp.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb3/iwch_qp.c:535:6: style: The scope of the variable 'rqtype' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1604:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1602:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1604:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1624:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1622:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1624:3: note: Variable 'err' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:3655:30: style: The scope of the variable 'cpl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:3656:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:4058:18: style: The scope of the variable 'ep' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:4079:19: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:4081:15: style: The scope of the variable 'opcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:4082:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:2390:35: portability: '(const void*)(req+1)' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:2393:35: portability: '(const void*)(req+1)' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:3144:18: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:638:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:639:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:640:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:646:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:647:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1497:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1498:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1504:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1722:66: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1724:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:1732:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cm.c:2014:8: error: Uninitialized variable: pdev [uninitvar]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cq.c:239:19: style: The scope of the variable 'swsqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/cq.c:431:17: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:242:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:242:9: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:266:9: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:266:9: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:282:8: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:545:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:569:8: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:606:8: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:619:8: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:200:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/device.c:1364:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/ev.c:223:38: style: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:997:38: note: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/ev.c:223:38: note: Function 'c4iw_ev_handler' argument 1 names different: declaration 'rnicp' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/id_table.c:86:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:170:24: warning: Either the condition 'if(data)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:171:6: note: Assuming that condition 'if(data)' is not redundant
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:170:24: note: Null pointer addition
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:117:14: style: The scope of the variable 'to_dp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:117:22: style: The scope of the variable 'from_dp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:118:6: style: The scope of the variable 'copy_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/mem.c:217:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/provider.c:365:20: style: The scope of the variable 'inetdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:392:13: style: The scope of the variable 'srcp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:395:6: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:531:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:649:21: style: The scope of the variable 'imdp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:650:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:653:6: style: The scope of the variable 'rem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:1254:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:1986:34: style: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:1019:34: note: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:1986:34: note: Function 'c4iw_drain_sq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:2001:34: style: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:1018:34: note: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:2001:34: note: Function 'c4iw_drain_rq' argument 1 names different: declaration 'qp' definition 'ibqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:321:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/qp.c:346:3: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/resource.c:226:48: style: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/iw_cxgb4.h:922:48: note: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'.
linux-grsec-4.9.65/drivers/infiniband/hw/cxgb4/resource.c:226:48: note: Function 'c4iw_put_qpid' argument 2 names different: declaration 'qpid' definition 'qid'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.h:739:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.h:786:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.h:821:6: style: The scope of the variable 'rval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:161:29: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:200:29: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:227:6: style: The scope of the variable 'curr_cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:227:16: style: The scope of the variable 'possible' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:227:26: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:544:6: style: The scope of the variable 'possible' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:544:16: style: The scope of the variable 'curr_cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/affinity.c:544:26: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/chip.c:194:0: error: failed to expand 'DC_SC_VL_VAL', Invalid ## usage when expanding 'DC_SC_VL_VAL'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/driver.c:160:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/driver.c:399:4: style: Variable 'qp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/driver.c:389:0: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/driver.c:399:4: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/driver.c:1325:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:257:64: style: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.h:51:64: note: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:257:64: note: Function 'eprom_read_platform_config' argument 2 names different: declaration 'buf_ret' definition 'data'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:257:75: style: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.h:52:16: note: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:257:75: note: Function 'eprom_read_platform_config' argument 3 names different: declaration 'size_ret' definition 'size'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:144:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/eprom.c:155:8: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/file_ops.c:1277:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/file_ops.c:884:11: style: Variable 'devmax' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/file_ops.c:0:0: error: Invalid value: 0xdabbad00_MASK [cppcheckError]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/file_ops.c:0:0: note: Invalid value: 0xdabbad00_MASK
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/file_ops.c:0:0: note: Invalid value: 0xdabbad00_MASK
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1413:2: style: Same expression on both sides of '==' because the value of 'try' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1396:12: note: 'try' is assigned value '0' here.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1413:2: note: Same expression on both sides of '==' because the value of 'try' and '0' are the same.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1417:10: style: Same expression on both sides of '==' because the value of 'try' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1396:12: note: 'try' is assigned value '0' here.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1417:10: note: Same expression on both sides of '==' because the value of 'try' and '0' are the same.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:328:15: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1510:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1970:15: style: The scope of the variable 'wlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1970:25: style: The scope of the variable 'seek' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/firmware.c:1137:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/init.c:489:14: style: Condition '!default_pkey_idx' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/init.c:482:21: note: Assignment 'default_pkey_idx=1', assigned value is 1
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/init.c:489:14: note: Condition '!default_pkey_idx' is always false
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/init.c:1788:35: portability: 'rcd->egrbufs.buffers[j].addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/intr.c:113:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/intr.c:77:43: style: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/hfi.h:1939:43: note: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/intr.c:77:43: note: Function 'hfi1_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mad.c:98:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mad.c:748:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mad.c:2078:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mad.c:2284:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mmu_rb.c:273:24: style: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mmu_rb.h:83:24: note: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/mmu_rb.c:273:24: note: Function 'hfi1_mmu_rb_remove' argument 2 names different: declaration 'mnode' definition 'node'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:925:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1037:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1121:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1148:23: style: The scope of the variable 'sc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1621:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1354:43: style: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.h:288:43: note: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1354:43: note: Function 'sc_stop' argument 2 names different: declaration 'bit' definition 'flag'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio.c:1183:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:93:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:109:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:128:10: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:139:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:325:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:341:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:360:10: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:371:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:430:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:457:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:468:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:506:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:556:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:583:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:594:8: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:639:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:650:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/pio_copy.c:680:9: portability: 'from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/platform.c:578:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/platform.c:573:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/platform.c:578:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/platform.c:185:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/platform.c:528:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:588:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:593:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:598:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:605:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:610:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:617:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:622:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:629:17: style: Redundant condition: If 'ret <= 0', the comparison 'ret != 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:399:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:400:6: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:479:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:480:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:794:6: style: The scope of the variable 'bidx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:432:18: portability: 'bp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/qsfp.c:511:17: portability: 'bp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/rc.c:1084:22: style: The scope of the variable 'ibp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/rc.c:1245:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/rc.c:2589:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1816:2: style: Variable 'txp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1802:0: note: Variable 'txp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1816:2: note: Variable 'txp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1283:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1532:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1550:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1571:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:2120:23: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:2190:23: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3092:6: style: The scope of the variable 'pad_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3158:22: style: The scope of the variable 'sde' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3268:6: style: The scope of the variable 'oldbit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:2451:40: style: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.h:853:13: note: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:2451:40: note: Function 'sdma_send_txlist' argument 4 names different: declaration 'count' definition 'count_out'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3314:54: style: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.h:425:54: note: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3314:54: note: Function 'sdma_freeze_notify' argument 2 names different: declaration 'go_idle' definition 'link_down'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:1501:13: portability: 'curr_head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3110:11: portability: 'kvaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3116:27: portability: 'tx->coalesce_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:3129:28: portability: 'tx->coalesce_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sdma.c:2130:10: style: Variable 'descq' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sysfs.c:87:37: portability: '(void*)&cc_state->cct' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/sysfs.c:134:46: portability: '(void*)&cc_state->cong_setting' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:206:1: style: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:116:1: note: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:206:1: note: Function '__hfi1_trace_PKT' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:207:1: style: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:117:1: note: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:207:1: note: Function '__hfi1_trace_PROC' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:208:1: style: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:118:1: note: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:208:1: note: Function '__hfi1_trace_SDMA' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:209:1: style: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:119:1: note: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:209:1: note: Function '__hfi1_trace_LINKVERB' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:210:1: style: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:120:1: note: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:210:1: note: Function '__hfi1_trace_DEBUG' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:211:1: style: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:121:1: note: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:211:1: note: Function '__hfi1_trace_SNOOP' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:212:1: style: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:122:1: note: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:212:1: note: Function '__hfi1_trace_CNTR' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:213:1: style: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:123:1: note: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:213:1: note: Function '__hfi1_trace_PIO' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:214:1: style: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:124:1: note: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:214:1: note: Function '__hfi1_trace_DC8051' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:215:1: style: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:125:1: note: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:215:1: note: Function '__hfi1_trace_FIRMWARE' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:216:1: style: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:126:1: note: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:216:1: note: Function '__hfi1_trace_RCVCTRL' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:217:1: style: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:127:1: note: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:217:1: note: Function '__hfi1_trace_TID' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:218:1: style: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:128:1: note: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:218:1: note: Function '__hfi1_trace_MMU' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:219:1: style: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace_dbg.h:129:1: note: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/trace.c:219:1: note: Function '__hfi1_trace_IOCTL' argument 1 names different: declaration 'funct' definition 'func'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/ud.c:515:18: style: The scope of the variable 'pbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_exp_rcv.c:669:21: style: The scope of the variable 'this_pfn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_exp_rcv.c:551:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:1468:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:425:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:483:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:1621:11: style: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:314:11: note: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/user_sdma.c:1621:11: note: Function 'sdma_rb_evict' argument 3 names different: declaration 'arg2' definition 'evict_arg'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:237:6: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:238:6: style: The scope of the variable 'weight' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:239:16: style: The scope of the variable 'bits' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:687:17: style: The scope of the variable 'wait' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:1501:57: style: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.h:320:57: note: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:1501:57: note: Function 'ah_to_sc' argument 2 names different: declaration 'ah_attr' definition 'ah'.
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs.c:515:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hfi1/verbs_txreq.c:133:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_ah.c:42:48: style: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:670:48: note: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_ah.c:42:48: note: Function 'hns_roce_create_ah' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_alloc.c:73:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_alloc.c:158:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_alloc.c:126:27: style: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:662:27: note: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_alloc.c:126:27: note: Function 'hns_roce_bitmap_init' argument 5 names different: declaration 'resetrved_top' definition 'reserved_top'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cmd.c:114:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cmd.c:111:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cmd.c:114:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:95:2: style: Variable 'cq_table' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:89:0: note: Variable 'cq_table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:95:2: note: Variable 'cq_table' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:98:2: style: Variable 'mtts' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:92:0: note: Variable 'mtts' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_cq.c:98:2: note: Variable 'mtts' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_eq.c:60:64: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_eq.c:231:6: style: The scope of the variable 'event_type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_eq.c:328:39: style: Clarify calculation precedence for '^' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hem.c:133:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1256:63: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1814:23: warning: Possible null pointer dereference: context [nullPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:2792:30: note: Calling function 'hns_roce_v1_qp_modify', 5th argument 'context' value is 0
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1814:23: note: Null pointer dereference
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1039:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1034:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1039:2: note: Variable 'p' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1345:2: style: Variable 'cq_context' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1342:0: note: Variable 'cq_context' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1345:2: note: Variable 'cq_context' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1285:23: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:2776:16: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:214:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:243:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:260:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:144:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:146:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:204:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:206:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:211:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1112:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1118:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1120:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1122:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_hw_v1.c:1579:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:212:51: error: Null pointer dereference: iboe [nullPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:207:34: note: Assignment 'iboe=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:212:51: note: Null pointer dereference
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:212:2: style: Variable 'hr_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:208:0: note: Variable 'hr_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:212:2: note: Variable 'hr_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:604:2: style: Variable 'iboe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:600:0: note: Variable 'iboe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:604:2: note: Variable 'iboe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:607:2: style: Variable 'ib_dev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:601:0: note: Variable 'ib_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:607:2: note: Variable 'ib_dev' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_main.c:486:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_mr.c:273:6: style: The scope of the variable 'npages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_mr.c:274:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_mr.c:374:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_mr.c:375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:98:45: style: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:629:45: note: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:98:45: note: Function 'hns_roce_uar_alloc' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:122:45: style: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:630:45: note: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:122:45: note: Function 'hns_roce_uar_free' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:127:50: style: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:628:50: note: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:127:50: note: Function 'hns_roce_init_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:135:54: style: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:631:54: note: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_pd.c:135:54: note: Function 'hns_roce_cleanup_uar_table' argument 1 names different: declaration 'dev' definition 'hr_dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:570:48: style: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_device.h:693:48: note: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:570:48: note: Function 'hns_roce_create_qp' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:665:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:667:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:684:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/hns/hns_roce_qp.c:693:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:1167:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:2129:6: style: The scope of the variable 'oldarpindex' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:2790:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:2937:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:2938:6: style: The scope of the variable 'passive_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:3052:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:3406:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_cm.c:3583:21: portability: 'accept.addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4393:3: style: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4391:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4393:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4465:3: style: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4463:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4465:3: note: Variable 'stat_table->stat_offset_64[I40IW_HW_STAT_INDEX_IP6TXPKTS]' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:3980:28: style: The scope of the variable 'pcmdinfo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:4002:10: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:72:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:76:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:2347:0: style: Boolean variable 'flush_sq' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_ctrl.c:2348:0: style: Boolean variable 'flush_rq' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hmc.c:181:29: style: The scope of the variable 'sd_entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hmc.c:626:7: style: The scope of the variable 'pd_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hmc.c:701:24: style: The scope of the variable 'mem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hmc.c:121:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hmc.c:137:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:128:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:218:22: style: The scope of the variable 'cq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:283:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:476:41: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:214:70: style: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw.h:536:65: note: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:214:70: note: Function 'i40iw_process_ceq' argument 2 names different: declaration 'iwceq' definition 'ceq'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:249:8: style: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw.h:540:17: note: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:249:8: note: Function 'i40iw_next_iw_state' argument 5 names different: declaration 'term_len' definition 'termlen'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:722:68: style: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw.h:392:26: note: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_hw.c:722:68: note: Function 'i40iw_flush_wqes' argument 2 names different: declaration 'qp' definition 'iwqp'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_main.c:543:18: portability: 'memptr->va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_main.c:543:47: portability: 'iwdev->obj_mem.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_main.c:546:34: portability: 'memptr->va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_pble.c:61:20: style: The scope of the variable 'clist' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_pble.c:62:20: style: The scope of the variable 'tlist' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_pble.c:63:22: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_pble.c:197:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:77:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:72:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:77:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1389:2: style: Variable 'qp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1386:0: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1389:2: note: Variable 'qp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1187:6: style: The scope of the variable 'crcptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1194:25: style: The scope of the variable 'txbuf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_puda.c:1429:25: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_uk.c:586:2: style: Variable 'local_fence' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_uk.c:583:0: note: Variable 'local_fence' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_uk.c:586:2: note: Variable 'local_fence' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_uk.c:431:7: style: The scope of the variable 'push' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_uk.c:514:7: style: The scope of the variable 'push' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:352:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:1125:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:1182:18: style: The scope of the variable 'ip6h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:580:37: style: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_osdep.h:172:37: note: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:580:37: note: Function 'i40iw_get_hw_addr' argument 1 names different: declaration 'dev' definition 'par'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:691:37: style: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_osdep.h:185:37: note: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_utils.c:691:37: note: Function 'i40iw_cqp_sds_cmd' argument 2 names different: declaration 'info' definition 'sdinfo'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1335:6: style: The scope of the variable 'chunk_pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1367:26: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:2038:7: style: The scope of the variable 'inv_stag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:2492:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1807:47: style: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw.h:555:47: note: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1807:47: note: Function 'i40iw_reg_phys_mr' argument 1 names different: declaration 'ib_pd' definition 'pd'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:647:44: portability: '(void*)init_info.q2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_verbs.c:1192:39: portability: 'iwcq->kmem.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:434:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:436:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/hw/i40iw/i40iw_virtchnl.c:434:3: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/ah.c:135:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:193:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cm.c:418:18: style: The scope of the variable 'nd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cm.c:413:61: style: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:847:61: note: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cm.c:413:61: note: Function 'mlx4_ib_cm_paravirt_clean' argument 2 names different: declaration 'slave_id' definition 'slave'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:83:58: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:352:25: style: The scope of the variable 'new_cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:916:19: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:901:34: style: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:741:34: note: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:901:34: note: Function 'mlx4_ib_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/cq.c:850:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:220:23: style: The scope of the variable 'pinfo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:222:10: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:224:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:367:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:383:26: style: The scope of the variable 'send_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:385:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:386:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:643:11: style: The scope of the variable 'other_port' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:645:6: style: The scope of the variable 'slave_id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:2217:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:2328:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:484:22: style: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:830:22: note: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:484:22: note: Function 'mlx4_ib_send_to_slave' argument 4 names different: declaration 'qpt' definition 'dest_qpt'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:155:16: portability: 'inbox' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:156:20: portability: 'inbox' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:344:29: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:162:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:835:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mad.c:836:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:359:6: style: Condition '!ret' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:336:12: note: Assignment 'ret=0', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:359:6: note: Condition '!ret' is always true
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2591:16: style: Condition 'num_ports==0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2586:14: note: Assignment 'num_ports=0', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2588:3: note: num_ports is incremented', new value is 1
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2591:16: note: Condition 'num_ports==0' is always false
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:141:4: style: Variable 'upper' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:139:0: note: Variable 'upper' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:141:4: note: Variable 'upper' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1141:2: style: Variable 'owning_process' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1138:0: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1141:2: note: Variable 'owning_process' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:95:6: style: The scope of the variable 'eth_num_ports' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:96:6: style: The scope of the variable 'ib_num_ports' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:360:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1136:25: style: The scope of the variable 'vma' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1916:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2022:21: style: The scope of the variable 'ndev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2450:6: style: The scope of the variable 'port' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2451:6: style: The scope of the variable 'slave' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2452:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:2987:9: style: The scope of the variable 'flow_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1448:7: portability: '(void*)&ib_spec->eth.mask.vlan_tag' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1460:7: portability: '(void*)&ib_spec->ib.mask.sl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1472:7: portability: '(void*)&ib_spec->ipv4.mask.dst_ip' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1484:7: portability: '(void*)&ib_spec->tcp_udp.mask.src_port' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1556:13: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1563:21: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1608:33: portability: '(void*)mlx4_spec' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:1679:11: portability: 'ib_flow' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/main.c:539:73: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:166:22: style: The scope of the variable 'group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:167:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:188:22: style: The scope of the variable 'cur_group' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:189:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:440:6: style: The scope of the variable 'nzgroup' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:1079:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:1167:6: style: The scope of the variable 'clear' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mcg.c:1200:20: style: The scope of the variable 'pend_req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:323:36: style: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:724:36: note: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:323:36: note: Function 'mlx4_ib_dereg_mr' argument 1 names different: declaration 'mr' definition 'ibmr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:373:38: style: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:727:38: note: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:373:38: note: Function 'mlx4_ib_dealloc_mw' argument 1 names different: declaration 'mw' definition 'ibmw'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:428:56: style: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:784:56: note: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:428:56: note: Function 'mlx4_ib_fmr_alloc' argument 2 names different: declaration 'mr_access_flags' definition 'acc'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:507:40: style: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:789:40: note: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:507:40: note: Function 'mlx4_ib_fmr_dealloc' argument 1 names different: declaration 'fmr' definition 'ibfmr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:41:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:42:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:43:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:44:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mr.c:45:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1033:20: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2062:20: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2091:29: style: Redundant condition: !qp->pri.candidate_smac. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2096:21: style: Redundant condition: !qp->pri.smac. 'qp->pri.smac || (!qp->pri.smac && qp->pri.smac_port)' is equivalent to 'qp->pri.smac || qp->pri.smac_port' [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:142:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:170:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:218:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:221:28: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:246:30: style: The scope of the variable 'inl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1395:6: style: The scope of the variable 'smac_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1396:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1547:6: style: The scope of the variable 'smac_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1989:29: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3016:10: warning: Division of result of sizeof() on pointer type. [divideSizeof]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:230:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:237:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:254:45: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:263:13: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2303:40: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2384:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2432:40: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2662:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2832:28: portability: '(void*)(inl+1)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2833:33: portability: '(void*)&hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3015:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3027:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3030:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3040:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3043:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3055:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3063:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3071:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3088:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3097:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3102:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3113:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3125:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3129:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3132:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3144:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3147:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3159:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:264:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:275:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1994:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2377:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2381:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2400:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2655:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2659:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2678:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2825:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2830:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2835:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2860:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2927:34: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3215:42: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:227:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:275:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1229:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1749:67: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:1766:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2168:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2169:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2174:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2219:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2627:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2706:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2708:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2710:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:2712:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3004:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3006:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3198:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3215:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3398:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/qp.c:3474:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/srq.c:239:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/srq.c:260:38: style: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:754:38: note: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/srq.c:260:38: note: Function 'mlx4_ib_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/srq.c:160:42: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/sysfs.c:859:27: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/sysfs.c:812:55: style: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/mlx4_ib.h:871:55: note: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx4/sysfs.c:812:55: note: Function 'mlx4_ib_device_register_sysfs' argument 1 names different: declaration 'device' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/mlx5/mlx5_ib.h:141:0: error: #error "Invalid number of bypass priorities" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_allocator.c:285:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_doorbell.h:85:47: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_doorbell.h:98:24: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_catas.c:63:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cmd.c:1369:0: error: #error Host endianness not defined [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:281:20: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:741:38: style: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_dev.h:497:38: note: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:741:38: note: Function 'mthca_arbel_arm_cq' argument 1 names different: declaration 'cq' definition 'ibcq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:163:32: portability: 'buf->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:166:4: portability: 'buf->queue.page_list[entry*MTHCA_CQ_ENTRY_SIZE/PAGE_SIZE].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:176:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_cq.c:640:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_eq.c:231:44: portability: 'eq->page_list[off/PAGE_SIZE].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_eq.c:612:46: portability: 'mailbox->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_eq.c:168:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mad.c:167:26: style: The scope of the variable 'send_buf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mad.c:169:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mad.c:170:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_main.c:1020:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_main.c:1019:42: note: outer condition: mdev->mthca_flags&MTHCA_FLAG_MSI_X
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_main.c:1020:25: note: identical inner condition: mdev->mthca_flags&MTHCA_FLAG_MSI_X
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_main.c:1087:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mcg.c:165:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mcg.c:170:43: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mcg.c:171:47: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mcg.c:242:51: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mcg.c:244:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mr.c:362:6: style: The scope of the variable 'chunk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mr.c:692:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mr.c:568:37: style: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_dev.h:482:37: note: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_mr.c:568:37: note: Function 'mthca_fmr_alloc' argument 4 names different: declaration 'fmr' definition 'mr'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_profile.c:64:42: style: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_profile.h:54:42: note: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_profile.c:64:42: note: Function 'mthca_make_profile' argument 1 names different: declaration 'mdev' definition 'dev'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_provider.c:112:72: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_provider.c:872:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_provider.c:873:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_provider.c:874:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_provider.c:875:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:210:31: portability: 'qp->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:212:73: portability: 'qp->queue.page_list[(n<<qp->rq.wqe_shift)>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:219:31: portability: 'qp->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:219:53: portability: 'qp->queue.direct.buf+qp->send_wqe_offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:224:25: portability: 'qp->queue.page_list[(qp->send_wqe_offset+(n<<qp->sq.wqe_shift))>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1204:42: portability: '(void*)next' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1534:22: portability: 'sqp->header_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1659:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1669:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1672:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1682:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1699:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1712:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1718:17: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1724:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1738:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1747:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1852:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1863:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2000:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2010:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2013:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2023:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2040:10: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2053:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2059:17: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2065:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2079:9: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2088:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2189:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2199:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:775:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1745:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2086:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:645:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:861:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1529:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:1773:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_qp.c:2114:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:483:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:484:6: style: The scope of the variable 'next_ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:582:6: style: The scope of the variable 'ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:583:6: style: The scope of the variable 'next_ind' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:586:8: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:388:36: style: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_dev.h:517:36: note: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:388:36: note: Function 'mthca_query_srq' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:475:46: style: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_dev.h:522:46: note: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:475:46: note: Function 'mthca_tavor_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:575:46: style: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_dev.h:524:46: note: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:575:46: note: Function 'mthca_arbel_post_srq_recv' argument 1 names different: declaration 'srq' definition 'ibsrq'.
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:75:32: portability: 'srq->queue.direct.buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:77:72: portability: 'srq->queue.page_list[(n<<srq->wqe_shift)>>PAGE_SHIFT].buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:92:22: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:188:22: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:189:31: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:512:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:523:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:605:7: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/mthca/mthca_srq.c:615:8: portability: 'wqe' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:136:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:137:21: style: The scope of the variable 'upper_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:138:19: style: The scope of the variable 'nesvnic' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:139:15: style: The scope of the variable 'is_bonded' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:217:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:218:19: style: The scope of the variable 'nesvnic' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:267:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:304:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:759:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:760:6: style: The scope of the variable 'netdev_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:870:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:908:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:946:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:984:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:1038:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:1092:21: style: The scope of the variable 'nesdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:1215:6: style: The scope of the variable 'retval1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.h:354:37: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.h:384:35: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:289:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:335:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:386:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:397:20: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:417:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:481:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:613:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:656:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:674:21: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.h:777:38: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes.c:420:18: style: Variable 'int_mask' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:239:2: style: Variable 'skb' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:232:0: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:239:2: note: Variable 'skb' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3800:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3790:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3800:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:265:23: style: The scope of the variable 'rtr_msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:715:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:805:16: style: The scope of the variable 'qplockflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:2266:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:2452:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:2453:6: style: The scope of the variable 'passive_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:2884:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3080:24: style: The scope of the variable 'nesibdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3321:6: style: The scope of the variable 'start_buff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3453:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:211:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:233:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3163:14: style: Variable 'nesibdev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3086:0: style: Variable 'start_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3601:33: style: Variable 'raddr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_cm.c:3800:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3349:11: style: Condition '!context' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3348:6: note: Assuming that condition '!context' is not redundant
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3349:11: note: Condition '!context' is always true
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2520:4: style: Variable 'pcs_control_status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2518:4: note: Variable 'pcs_control_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2520:4: note: Variable 'pcs_control_status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2842:5: style: Variable 'nic_rqe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2839:5: note: Variable 'nic_rqe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2842:5: note: Variable 'nic_rqe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:107:17: style: The scope of the variable 'rem_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:539:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:746:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1644:28: style: The scope of the variable 'nic_sqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1647:28: style: The scope of the variable 'nic_rqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1657:22: style: The scope of the variable 'cb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1886:10: style: The scope of the variable 'wqe_fragment_length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1892:22: style: The scope of the variable 'cb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3099:6: style: The scope of the variable 'pkt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3100:7: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3437:6: style: The scope of the variable 'pkt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3438:7: style: The scope of the variable 'mpa' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3502:20: style: The scope of the variable 'hw_cq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3846:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1036:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1046:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1056:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1066:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1076:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1692:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1719:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:1730:7: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3104:30: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3115:33: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3447:30: portability: 'nesqp->hwqp.q2_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:3888:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_hw.c:2577:7: error: Uninitialized variable: phy_data [uninitvar]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:724:2: style: Variable 'cqp_request' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:718:0: note: Variable 'cqp_request' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:724:2: note: Variable 'cqp_request' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:154:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:410:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:415:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:622:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:866:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:869:32: style: The scope of the variable 'mgt_context' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:879:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:357:47: portability: 'fpdu_info->hdr_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:932:8: portability: 'vmem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_mgt.c:1064:13: portability: 'mgt_vbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_nic.c:365:17: style: The scope of the variable 'tcph' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:564:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:602:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:631:25: style: The scope of the variable 'cqp_wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:688:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:401:25: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:404:38: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_utils.c:407:36: portability: '(void __iomem*)addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2094:6: style: Condition 'single_page' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2025:19: note: Assignment 'single_page=1', assigned value is 1
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2094:6: note: Condition 'single_page' is always true
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:832:2: style: Variable 'pbl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:818:0: note: Variable 'pbl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:832:2: note: Variable 'pbl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2427:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2429:6: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2427:4: note: Found duplicate branches for 'if' and 'else'.
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:682:23: style: The scope of the variable 'nesucontext' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:744:23: style: The scope of the variable 'nesucontext' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:986:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:1373:23: style: The scope of the variable 'nes_ucontext' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:1377:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:1797:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:1797:12: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2501:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2681:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:922:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:960:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:965:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:970:6: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:827:16: style: Variable 'pbl_entries' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2549:15: style: Variable 'minor_code' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:154:2: error: Address of auto-variable 'nesmr->ibmw' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/nes/nes_verbs.c:2116:2: error: Address of auto-variable 'nesmr->ibmr' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_ah.c:227:45: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:949:2: style: Variable 'bcq' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:936:0: note: Variable 'bcq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:949:2: note: Variable 'bcq' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2907:2: style: Variable 'req' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2899:0: note: Variable 'req' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2907:2: note: Variable 'req' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:880:22: style: The scope of the variable 'cqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:964:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:996:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2316:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3165:6: style: The scope of the variable 'num_eqs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3165:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1394:14: style: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:110:14: note: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1394:14: note: Function 'ocrdma_mbx_get_link_speed' argument 3 names different: declaration 'lnk_st' definition 'lnk_state'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1912:10: style: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:118:10: note: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1912:10: note: Function 'ocrdma_mbx_alloc_lkey' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1945:57: style: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:119:54: note: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:1945:57: note: Function 'ocrdma_mbx_dealloc_lkey' argument 2 names different: declaration 'fmr' definition 'fr_mr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2045:36: style: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:122:8: note: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2045:36: note: Function 'ocrdma_reg_mr' argument 3 names different: declaration 'pd_id' definition 'pdid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2140:67: style: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.h:145:65: note: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:2140:67: note: Function 'ocrdma_qp_state_change' argument 2 names different: declaration 'new_state' definition 'new_ib_state'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:112:18: portability: 'eq->q.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:123:21: portability: 'dev->mq.cq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:137:23: portability: 'dev->mq.sq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:147:23: portability: 'dev->mq.sq.va' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:312:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_hw.c:3206:12: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_stats.c:613:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2989:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:760:2: style: Variable 'uctx' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:756:0: note: Variable 'uctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:760:2: note: Variable 'uctx' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1146:2: style: Variable 'cqe' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1144:0: note: Variable 'cqe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1146:2: note: Variable 'cqe' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1774:2: style: Variable 'found' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1768:0: note: Variable 'found' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1774:2: note: Variable 'found' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:832:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:908:21: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1168:6: style: The scope of the variable 'pdid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1791:6: style: The scope of the variable 'attr_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2043:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2044:8: style: The scope of the variable 'dpp_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2212:25: style: The scope of the variable 'hdr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2344:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2416:25: style: The scope of the variable 'rqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2965:22: style: The scope of the variable 'err_cqes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2966:20: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:66:33: style: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:65:33: note: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:66:33: note: Function 'ocrdma_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:101:73: style: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:54:68: note: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:101:73: note: Function 'ocrdma_query_device' argument 2 names different: declaration 'props' definition 'attr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:150:56: style: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:66:56: note: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:150:56: note: Function 'ocrdma_get_netdev' argument 1 names different: declaration 'device' definition 'ibdev'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:752:37: style: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:87:37: note: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:752:37: note: Function 'ocrdma_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:953:69: style: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:120:65: note: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:953:69: note: Function 'ocrdma_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:954:10: style: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:121:10: note: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:954:10: note: Function 'ocrdma_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1123:46: style: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:93:42: note: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1123:46: note: Function 'ocrdma_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1571:11: style: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:105:11: note: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1571:11: note: Function 'ocrdma_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2411:25: style: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:116:25: note: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2411:25: note: Function 'ocrdma_post_srq_recv' argument 3 names different: declaration 'bad_recv_wr' definition 'bad_wr'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2996:63: style: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:52:59: note: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:2996:63: note: Function 'ocrdma_arm_cq' argument 2 names different: declaration 'flags' definition 'cq_flags'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:3018:45: style: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.h:122:45: note: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:3018:45: note: Function 'ocrdma_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:71:8: style: Variable 'dev' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c:1913:29: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/main.c:390:18: style: The scope of the variable 'cq_handle' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/qedr_cm.c:217:2: style: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/qedr_cm.c:216:2: note: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/qedr_cm.c:217:2: note: Variable 'dev->gsi_rqcq->cq_type' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:655:21: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2079:6: style: The scope of the variable 'attr_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:65:20: style: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:41:74: note: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:65:20: note: Function 'qedr_query_gid' argument 4 names different: declaration 'gid' definition 'sgid'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:224:76: style: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:37:71: note: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:224:76: note: Function 'qedr_query_port' argument 3 names different: declaration 'props' definition 'attr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:519:35: style: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:56:35: note: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:519:35: note: Function 'qedr_dealloc_pd' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:972:44: style: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:62:40: note: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:972:44: note: Function 'qedr_resize_cq' argument 2 names different: declaration 'cqe' definition 'new_cnt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2005:9: style: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:70:9: note: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2005:9: note: Function 'qedr_query_qp' argument 3 names different: declaration 'qp_attr_mask' definition 'attr_mask'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2196:67: style: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:79:63: note: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2196:67: note: Function 'qedr_reg_user_mr' argument 3 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2197:15: style: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:80:15: note: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2197:15: note: Function 'qedr_reg_user_mr' argument 4 names different: declaration 'virt' definition 'usr_addr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2373:43: style: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:85:43: note: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2373:43: note: Function 'qedr_alloc_mr' argument 1 names different: declaration 'pd' definition 'ibpd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:3535:33: style: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.h:95:33: note: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:3535:33: note: Function 'qedr_process_mad' argument 6 names different: declaration 'in_mad' definition 'mad_hdr'.
linux-grsec-4.9.65/drivers/infiniband/hw/qedr/verbs.c:2574:8: portability: 'src' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_diag.c:365:9: portability: 'uaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_diag.c:411:9: portability: 'uaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_diag.c:455:9: portability: 'uaddr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_diag.c:501:9: portability: 'uaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_driver.c:89:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_driver.c:305:31: portability: 'rcd->rcvegrbuf[chunk]' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:774:16: style: The scope of the variable 'phys' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:1168:6: style: The scope of the variable 'local_cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:941:56: portability: 'rcd->subctxt_uregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:943:32: portability: 'rcd->subctxt_uregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:945:59: portability: 'rcd->subctxt_rcvhdr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:947:35: portability: 'rcd->subctxt_rcvhdr_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:953:57: portability: 'rcd->subctxt_rcvegrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:955:33: portability: 'rcd->subctxt_rcvegrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:244:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:1808:3: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_file_ops.c:783:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_fs.c:366:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_fs.c:469:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba6120.c:672:6: style: Condition '!qib_unordered_wc()' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba6120.c:3083:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba6120.c:811:4: style: Variable 'freeze_cnt' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba6120.c:1342:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba6120.c:1964:9: style: Variable 'tidx' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7220.c:3385:63: style: Redundant condition: If 'EXPR == 2', the comparison 'EXPR != 0' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7220.c:4154:21: style: Condition 'updthresh>3' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7220.c:4151:14: note: Assignment 'updthresh=8U', assigned value is 8
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7220.c:4154:21: note: Condition 'updthresh>3' is always true
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7220.c:3795:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:6114:27: style: Redundant condition: If '!EXPR', the comparison 'EXPR != ','' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:6714:21: style: Condition 'updthresh>3' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:6700:14: note: Assignment 'updthresh=8U', assigned value is 8
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:6714:21: note: Condition 'updthresh>3' is always true
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:1365:12: style: The scope of the variable 'multi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:2164:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:2886:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:5742:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:5984:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:6277:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:7740:20: style: The scope of the variable 'dds' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:665:6: style: struct member 'Anonymous1::dca' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:2350:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_iba7322.c:7868:9: style: Variable 'rbc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_intr.c:63:42: style: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib.h:1541:42: note: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_intr.c:63:42: note: Function 'qib_format_hwerrors' argument 5 names different: declaration 'lmsg' definition 'msgl'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:71:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:333:12: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:1066:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:1649:27: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:1781:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:2410:64: style: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_verbs.h:249:64: note: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:2410:64: note: Function 'qib_process_mad' argument 3 names different: declaration 'port_num' definition 'port'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_mad.c:309:11: style: Variable 'vendor' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_pcie.c:151:62: portability: '(void __iomem*)dd->kregbase' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_pcie.c:545:6: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_rc.c:877:21: style: The scope of the variable 'ibp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_rc.c:1036:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_rc.c:2219:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:490:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:481:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:490:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:599:3: style: Variable 'pollval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:597:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:599:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:611:3: style: Variable 'pollval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:609:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:611:3: note: Variable 'pollval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:864:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:864:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:888:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:888:18: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:934:11: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:1200:11: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:1200:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:657:14: style: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:99:14: note: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sd7220.c:657:14: note: Function 'qib_sd7220_reg_mod' argument 4 names different: declaration 'data' definition 'wd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sdma.c:729:10: style: The scope of the variable 'descqp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sdma.c:348:50: style: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib.h:1326:50: note: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_sdma.c:348:50: note: Function 'qib_sdma_make_progress' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_twsi.c:161:2: style: Variable 'ack_received' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_twsi.c:159:2: note: Variable 'ack_received' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_twsi.c:161:2: note: Variable 'ack_received' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_tx.c:116:24: style: The scope of the variable 'ppd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_tx.c:106:4: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_tx.c:206:4: style: Variable 'which' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:203:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:212:2: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:143:32: style: The scope of the variable 'sdma_rb_node' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:164:32: style: The scope of the variable 'got' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1132:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1152:29: style: The scope of the variable 'pkt_prev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:183:62: style: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.h:37:62: note: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:183:62: note: Function 'qib_user_sdma_queue_create' argument 3 names different: declaration 'port' definition 'ctxt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:183:72: style: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.h:37:72: note: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:183:72: note: Function 'qib_user_sdma_queue_create' argument 4 names different: declaration 'sport' definition 'sctxt'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1238:52: style: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib.h:1321:52: note: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1238:52: note: Function 'qib_user_sdma_send_desc' argument 1 names different: declaration 'dd' definition 'ppd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1376:47: style: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.h:40:47: note: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_user_sdma.c:1376:47: note: Function 'qib_user_sdma_writev' argument 1 names different: declaration 'pd' definition 'rcd'.
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_verbs.c:789:22: style: The scope of the variable 'nqp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_verbs.c:1000:22: style: The scope of the variable 'dd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_verbs.c:172:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/qib/qib_verbs.c:298:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_fwd.c:207:33: style: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_fwd.h:91:33: note: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_fwd.c:207:33: note: Function 'usnic_fwd_alloc_flow' argument 3 names different: declaration 'action' definition 'uaction'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:80:31: style: The scope of the variable 'default_flow' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:154:25: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:596:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:678:33: style: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h:119:33: note: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:678:33: note: Function 'usnic_ib_qp_grp_create' argument 5 names different: declaration 'trans_spec' definition 'transport_spec'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:766:30: style: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.h:126:30: note: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_qp_grp.c:766:30: note: Function 'usnic_ib_qp_grp_get_chunk' argument 2 names different: declaration 'type' definition 'res_type'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_sysfs.c:281:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:153:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:154:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_ib_verbs.c:694:22: style: The scope of the variable 'vf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_transport.c:48:62: style: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_transport.h:39:62: note: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_transport.c:48:62: note: Function 'usnic_transport_to_str' argument 1 names different: declaration 'trans_type' definition 'type'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_uiom.c:199:7: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_uiom.c:199:0: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_uiom.c:336:11: style: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_uiom.h:91:11: note: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_uiom.c:336:11: note: Function 'usnic_uiom_reg_get' argument 4 names different: declaration 'access' definition 'writable'.
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:157:6: style: The scope of the variable 'found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:183:6: style: The scope of the variable 'res_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:204:6: style: The scope of the variable 'res_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:238:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:282:25: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/hw/usnic/usnic_vnic.c:283:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/mcast.c:332:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/mr.c:339:2: error: Address of auto-variable 'mr->ibmr' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/mr.c:645:2: error: Address of auto-variable 'fmr->ibfmr' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:238:17: style: The scope of the variable 'qp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:1422:20: style: The scope of the variable 'wqe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:1424:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:649:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:1045:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/qp.c:1047:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/vt.c:95:2: style: Variable 'rdi' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/vt.c:93:0: note: Variable 'rdi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/vt.c:95:2: note: Variable 'rdi' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/vt.c:392:38: portability: '(void*)&rdi->ibdev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rdmavt/vt.c:393:34: portability: '(void*)&rdi->ibdev' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe.c:299:51: style: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe.h:67:51: note: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe.c:299:51: note: Function 'rxe_set_mtu' argument 2 names different: declaration 'dev_mtu' definition 'ndev_mtu'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_comp.c:508:0: warning: Redundant assignment of 'wqe' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_comp.c:442:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_comp.c:508:29: error: Uninitialized variable: wqe [uninitvar]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_cq.c:107:48: style: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_loc.h:63:48: note: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_cq.c:107:48: note: Function 'rxe_cq_resize_queue' argument 2 names different: declaration 'new_cqe' definition 'cqe'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mmap.c:143:60: style: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_loc.h:95:60: note: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mmap.c:143:60: note: Function 'rxe_create_mmap_info' argument 1 names different: declaration 'dev' definition 'rxe'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:97:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:274:8: style: The scope of the variable 'map_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:275:8: style: The scope of the variable 'buf_index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:163:25: style: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_loc.h:113:25: note: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:163:25: note: Function 'rxe_mem_init_user' argument 8 names different: declaration 'mr' definition 'mem'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:337:53: portability: '(void*)(unsigned long)mem->map[m]->buf[n].addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:408:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_mr.c:509:9: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_net.c:709:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_net.c:708:25: note: Assignment 'err=rxe_net_ipv6_init()', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_net.c:709:6: note: Condition 'err' is always false
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:157:24: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:341:24: style: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.h:143:24: note: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:341:24: note: Function 'rxe_add_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:353:25: style: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.h:146:25: note: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:353:25: note: Function 'rxe_drop_key' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:364:26: style: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.h:135:26: note: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:364:26: note: Function 'rxe_add_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:376:27: style: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.h:138:27: note: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_pool.c:376:27: note: Function 'rxe_drop_index' argument 1 names different: declaration 'elem' definition 'arg'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_qp.c:173:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_qp.c:174:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_qp.c:292:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_qp.c:293:6: style: The scope of the variable 'wqe_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_qp.c:593:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_queue.c:218:42: style: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_queue.h:103:42: note: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_queue.c:218:42: note: Function 'rxe_queue_cleanup' argument 1 names different: declaration 'queue' definition 'q'.
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_req.c:71:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_req.c:131:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_req.c:506:24: portability: 'payload_addr(pkt)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_req.c:506:33: portability: 'payload_addr(pkt)+paylen' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_req.c:373:8: style: Variable 'av' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:593:7: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:1022:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:643:25: portability: 'payload_addr(ack)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:643:35: portability: 'payload_addr(ack)+payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:726:29: portability: 'payload_addr(&ack_pkt)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_resp.c:726:39: portability: 'payload_addr(&ack_pkt)+payload' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_verbs.c:716:17: style: The scope of the variable 'sge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_verbs.c:717:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_verbs.c:718:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_verbs.c:810:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/sw/rxe/rxe_verbs.c:811:15: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_cm.c:793:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_cm.c:913:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1308:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1464:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_cm.c:1565:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_fs.c:201:6: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_ib.c:1104:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:2228:6: style: Condition 'ret' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:2227:30: note: Assignment 'ret=ipoib_register_debugfs()', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:2228:6: note: Condition 'ret' is always false
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:674:9: warning: Either the condition '!context' is redundant or there is possible null pointer dereference: cb_ctx. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:672:10: note: Assuming that condition '!context' is not redundant
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:669:42: note: Assignment 'cb_ctx=context', assigned value is 0
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:674:9: note: Null pointer dereference
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:517:21: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:518:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:542:21: style: The scope of the variable 'tpath' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:543:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:778:30: style: The scope of the variable 'tn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:1892:25: style: The scope of the variable 'child_priv' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:1832:53: style: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib.h:493:53: note: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'.
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_main.c:1832:53: note: Function 'ipoib_intf_alloc' argument 1 names different: declaration 'format' definition 'name'.
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:217:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:484:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:710:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:62:21: style: struct member 'ipoib_mcast_iter::queuelen' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:63:21: style: struct member 'ipoib_mcast_iter::complete' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_multicast.c:64:21: style: struct member 'ipoib_mcast_iter::send_only' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_vlan.c:53:22: style: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib.h:582:22: note: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'.
linux-grsec-4.9.65/drivers/infiniband/ulp/ipoib/ipoib_vlan.c:53:22: note: Function '__ipoib_vlan_add' argument 4 names different: declaration 'child_type' definition 'type'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.h:683:21: style: The scope of the variable 'last_wr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.c:1105:20: style: The scope of the variable 'iser_conn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.c:1105:32: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.c:791:9: error: Uninitialized variable: len [uninitvar]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:651:19: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:651:26: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:732:50: style: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.h:614:50: note: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:732:50: note: Function 'iser_task_rdma_init' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:752:54: style: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iscsi_iser.h:616:54: note: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:752:54: note: Function 'iser_task_rdma_finalize' argument 1 names different: declaration 'task' definition 'iser_task'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:577:18: portability: 'desc->rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:578:19: portability: 'desc->rsp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_initiator.c:713:22: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:238:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:231:30: style: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:45:30: note: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:231:30: note: Function 'iser_fast_reg_fmr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:440:29: style: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:50:29: note: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:440:29: note: Function 'iser_fast_reg_mr' argument 4 names different: declaration 'mem_reg' definition 'reg'.
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:340:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_memory.c:348:75: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_verbs.c:246:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/iser/iser_verbs.c:657:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/isert/ib_isert.c:2146:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/isert/ib_isert.c:322:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/isert/ib_isert.c:2083:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/isert/ib_isert.c:2084:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/isert/ib_isert.c:2085:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:793:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:813:22: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:1051:9: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:1398:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:1868:22: style: The scope of the variable 'req' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:1869:20: style: The scope of the variable 'scmnd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:2678:16: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srp/ib_srp.c:2749:22: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2269:29: warning: Either the condition '!ch' is redundant or there is possible null pointer dereference: ch. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2277:9: note: Assuming that condition '!ch' is not redundant
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2269:29: note: Null pointer dereference
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:574:20: style: The scope of the variable 'sport' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:1240:22: style: The scope of the variable 'max_sense_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2096:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2117:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/infiniband/ulp/srpt/ib_srpt.c:2429:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:262:24: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-grsec-4.9.65/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-grsec-4.9.65/drivers/input/evdev.c:262:24: note: Null pointer dereference
linux-grsec-4.9.65/drivers/input/evdev.c:267:6: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-grsec-4.9.65/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-grsec-4.9.65/drivers/input/evdev.c:267:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/input/evdev.c:270:40: warning: Either the condition 'client' is redundant or there is possible null pointer dereference: client. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/input/evdev.c:318:6: note: Assuming that condition 'client' is not redundant
linux-grsec-4.9.65/drivers/input/evdev.c:322:22: note: Calling function 'evdev_pass_values', 1st argument 'client' value is 0
linux-grsec-4.9.65/drivers/input/evdev.c:270:40: note: Null pointer dereference
linux-grsec-4.9.65/drivers/input/evdev.c:115:7: style: The scope of the variable 'is_report' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:193:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:1027:17: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:1029:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:1030:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/evdev.c:1053:24: portability: 'codes' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/ff-memless.c:92:16: style: The scope of the variable 'attack_stop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/ff-memless.c:92:29: style: The scope of the variable 'fade_start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/ff-memless.c:92:41: style: The scope of the variable 'next_fade' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/gameport/fm801-gp.c:49:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/fm801-gp.c:54:19: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/lightning.c:198:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/gameport/lightning.c:223:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/gameport/lightning.c:259:13: style: The scope of the variable 'l4' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/gameport/lightning.c:69:13: style: Checking if unsigned variable 't' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:119:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:121:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:124:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:126:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:130:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:138:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:146:27: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/gameport/ns558.c:158:56: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/input-mt.c:346:12: style: The scope of the variable 'sum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:2427:6: style: Condition 'err' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/input/input.c:2426:23: note: Assignment 'err=input_proc_init()', assigned value is 0
linux-grsec-4.9.65/drivers/input/input.c:2427:6: note: Condition 'err' is always false
linux-grsec-4.9.65/drivers/input/input.c:147:8: warning: Either the condition 'handle' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/input/input.c:143:6: note: Assuming that condition 'handle' is not redundant
linux-grsec-4.9.65/drivers/input/input.c:147:8: note: Null pointer dereference
linux-grsec-4.9.65/drivers/input/input.c:135:22: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:431:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:457:23: style: The scope of the variable 'grab' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:458:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:676:7: style: The scope of the variable 'need_sync' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:677:6: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:782:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:811:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/input.c:1965:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:142:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:142:22: style: The scope of the variable 'w' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:142:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:446:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:446:12: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/adi.c:155:10: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/joystick/analog.c:255:31: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/analog.c:557:6: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/analog.c:616:12: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/analog.c:616:15: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/analog.c:445:11: error: Undefined behavior: Variable 'analog->name' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/input/joystick/as5011.c:123:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/cobra.c:59:19: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:161:62: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:209:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:276:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:339:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:177:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:178:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:182:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:183:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:380:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:381:52: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:388:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:389:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:397:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:398:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:406:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:407:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:417:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:418:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:434:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:435:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:454:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:455:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:497:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/db9.c:498:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:269:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:270:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:378:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:491:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:492:9: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:569:12: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:569:17: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:729:17: style: The scope of the variable 'pad' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:156:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/gamecon.c:169:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/gf2k.c:96:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/gf2k.c:134:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/grip.c:127:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/grip.c:186:20: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/grip_mp.c:321:6: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/grip_mp.c:538:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/grip_mp.c:583:30: style: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/input/joystick/grip_mp.c:112:30: note: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'.
linux-grsec-4.9.65/drivers/input/joystick/grip_mp.c:583:30: note: Function 'register_slot' argument 1 names different: declaration 'i' definition 'slot'.
linux-grsec-4.9.65/drivers/input/joystick/guillemot.c:87:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/guillemot.c:126:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:73:9: warning: Redundant assignment of 'period' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:112:18: warning: Redundant assignment of 'attack_duration' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:113:16: warning: Redundant assignment of 'fade_duration' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:315:11: warning: Redundant assignment of 'duration' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:316:11: warning: Redundant assignment of 'delay' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-ff.c:317:11: warning: Redundant assignment of 'interval' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-main.c:220:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-packets.c:74:10: style: Variable 'empty' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/joystick/iforce/iforce-packets.c:96:2: style: Variable 'head' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/joystick/interact.c:94:16: style: The scope of the variable 'u' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/interact.c:133:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/maplecontrol.c:118:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/input/joystick/maplecontrol.c:37:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/maplecontrol.c:39:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/maplecontrol.c:41:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/maplecontrol.c:43:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:600:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:592:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:600:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:601:2: style: Variable 'idbuf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:593:0: note: Variable 'idbuf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:601:2: note: Variable 'idbuf' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/joystick/sidewinder.c:244:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/tmdc.c:148:25: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/tmdc.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/warrior.c:84:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/warrior.c:85:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/joystick/xpad.c:549:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/xpad.c:588:7: style: The scope of the variable 'present' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/xpad.c:789:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/xpad.c:813:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/joystick/xpad.c:1236:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/adc-keys.c:39:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/adp5588-keys.c:297:14: style: The scope of the variable 'ev_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/adp5589-keys.c:621:14: style: The scope of the variable 'ev_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:924:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1007:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1349:7: style: The scope of the variable 'old_extra' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1350:16: style: The scope of the variable 'old_set' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1437:7: style: The scope of the variable 'old_scroll' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1485:16: style: The scope of the variable 'old_set' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1486:7: style: The scope of the variable 'old_extra' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1540:7: style: The scope of the variable 'old_softrepeat' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1540:23: style: The scope of the variable 'old_softraw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:1594:7: style: The scope of the variable 'old_softraw' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/atkbd.c:474:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:107:6: style: The scope of the variable 'key_press' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:108:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:108:11: style: The scope of the variable 'col' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:109:15: style: The scope of the variable 'keycode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:145:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/bcm-keypad.c:179:6: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/cros_ec_keyb.c:72:18: style: The scope of the variable 'buf1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/cros_ec_keyb.c:119:13: style: Variable 'num_cols' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/davinci_keyscan.c:129:7: style: The scope of the variable 'release' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/davinci_keyscan.c:131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/goldfish_events.c:65:10: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/gpio_keys.c:477:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/gpio_keys.c:603:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/hilkbd.c:64:0: error: #error "HIL is not supported on this platform" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/input/keyboard/lm8323.c:345:12: style: Variable 'active' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/locomokbd.c:129:25: style: The scope of the variable 'rowd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/maple_keyb.c:98:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/matrix_keypad.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/matrix_keypad.c:103:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/nomadik-ske-keypad.c:142:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/nomadik-ske-keypad.c:142:15: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/nomadik-ske-keypad.c:142:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/nomadik-ske-keypad.c:145:6: style: The scope of the variable 'key_pressed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/nomadik-ske-keypad.c:170:6: style: The scope of the variable 'ske_asr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/omap-keypad.c:160:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/input/keyboard/omap-keypad.c:169:6: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/keyboard/omap-keypad.c:109:30: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/omap4-keypad.c:134:31: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/opencores-kbd.c:33:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/keyboard/pmic8xxx-keypad.c:165:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/pxa930_rotary.c:44:19: style: The scope of the variable 'key' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/samsung-keypad.c:113:15: style: The scope of the variable 'changed' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/samsung-keypad.c:153:15: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/samsung-keypad.c:159:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/sh_keysc.c:94:16: style: The scope of the variable 'keyin_set' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/snvs_pwrkey.c:55:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/keyboard/spear-keyboard.c:296:15: style: The scope of the variable 'rate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/spear-keyboard.c:296:39: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/stmpe-keypad.c:136:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/stmpe-keypad.c:250:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/sun4i-lradc-keys.c:163:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/sunkbd.c:166:45: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/input/keyboard/sunkbd.c:233:52: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/input/keyboard/sunkbd.c:142:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/keyboard/tca8418_keypad.c:164:13: style: The scope of the variable 'col' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/tca8418_keypad.c:164:18: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/tca8418_keypad.c:247:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/keyboard/tca8418_keypad.c:248:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/keyboard/tca8418_keypad.c:317:13: style: Variable 'max_keys' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/keyboard/tegra-kbc.c:415:3: style: Variable 'val' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/keyboard/tegra-kbc.c:414:3: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/keyboard/tegra-kbc.c:415:3: note: Variable 'val' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/keyboard/tegra-kbc.c:259:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/twl4030_keypad.c:180:6: style: The scope of the variable 'row' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/keyboard/xtkbd.c:79:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/matrix-keymap.c:163:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/matrix-keymap.c:164:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:916:17: style: The scope of the variable 'reg_base' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:1007:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:1009:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:1011:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:1013:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/ad714x.c:1015:10: portability: 'drv_mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/adxl34x.c:569:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/input/misc/adxl34x.c:302:26: style: The scope of the variable 'samples' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/adxl34x.c:302:35: style: The scope of the variable 'orient' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/adxl34x.c:302:43: style: The scope of the variable 'orient_code' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/adxl34x.c:570:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/misc/apanel.c:262:28: portability: 'bios' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/apanel.c:264:16: portability: 'bios' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/ati_remote2.c:635:9: style: The scope of the variable 'pipe' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/ati_remote2.c:635:15: style: The scope of the variable 'maxp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/cm109.c:324:17: style: The scope of the variable 'keycode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/cm109.c:439:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/dm355evm_keys.c:110:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/drv260x.c:525:2: style: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/misc/drv260x.c:524:2: note: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/misc/drv260x.c:525:2: note: Variable 'haptics->rated_voltage' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/misc/gpio_decoder.c:38:9: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/gpio_tilt_polled.c:46:6: style: The scope of the variable 'state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/gpio_tilt_polled.c:46:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/hisi_powerkey.c:76:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:95:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 91, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:95:7: note: Array index out of bounds
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:96:9: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 92, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:96:9: note: Array index out of bounds
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:98:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 93, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:97:3: note: i is incremented', new value is 93
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:98:7: note: Array index out of bounds
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:99:7: warning: Either the condition 'i<91' is redundant or the array 'tseq[91]' is accessed at index 94, which is out of bounds. [arrayIndexOutOfBoundsCond]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:92:11: note: Assuming that condition 'i<91' is not redundant
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:93:8: note: i is incremented', new value is 91
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:95:8: note: i is incremented', new value is 92
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:97:3: note: i is incremented', new value is 93
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:98:8: note: i is incremented', new value is 94
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:99:7: note: Array index out of bounds
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:416:15: style: Condition 'l!=0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:415:6: note: Assignment 'l=0', assigned value is 0
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:416:15: note: Condition 'l!=0' is always false
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:416:15: style: Same expression on both sides of '!=' because the value of 'l' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:415:6: note: 'l' is assigned value '0' here.
linux-grsec-4.9.65/drivers/input/misc/hp_sdc_rtc.c:416:15: note: Same expression on both sides of '!=' because the value of 'l' and '0' are the same.
linux-grsec-4.9.65/drivers/input/misc/ims-pcu.c:220:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/input/misc/ims-pcu.c:306:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/input/misc/ims-pcu.c:1019:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/input/misc/ims-pcu.c:1660:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/keyspan_remote.c:431:34: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/kxtj9.c:360:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/input/misc/max8997_haptic.c:115:49: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-grsec-4.9.65/drivers/input/misc/mc13783-pwrbutton.c:65:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/misc/mc13783-pwrbutton.c:72:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/misc/mc13783-pwrbutton.c:79:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/misc/palmas-pwrbutton.c:119:6: style: The scope of the variable 'pwr_on_deb_ms' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/pmic8xxx-pwrkey.c:137:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/regulator-haptic.c:41:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/rotary_encoder.c:324:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/rotary_encoder.c:337:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/uinput.c:163:25: style: The scope of the variable 'request' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/uinput.c:235:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/uinput.c:235:21: style: The scope of the variable 'phys' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/uinput.c:363:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/wistron_btns.c:97:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/misc/yealink.c:297:10: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/yealink.c:428:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/misc/yealink.c:299:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/input/misc/yealink.c:994:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:359:9: style: The scope of the variable 'bit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:392:48: style: The scope of the variable 'closest' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:825:28: style: The scope of the variable 'middle' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:1717:9: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:1881:9: style: The scope of the variable 'nibble' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:2844:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:581:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:1108:7: style: Variable 'z' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:2139:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/alps.c:3151:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/byd.c:307:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/byd.c:308:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen3.c:654:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen3.c:657:9: style: The scope of the variable 'cmd_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen3.c:745:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen3.c:960:6: style: The scope of the variable 'interval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:448:6: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:572:6: style: The scope of the variable 'tries' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:688:6: style: The scope of the variable 'resp_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:770:6: style: The scope of the variable 'max_output_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:774:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:1387:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:2220:6: style: The scope of the variable 'data_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:2223:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cyapa_gen5.c:1855:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/input/mouse/cypress_ps2.c:144:7: style: The scope of the variable 'rate_match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cypress_ps2.c:145:7: style: The scope of the variable 'resolution_match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cypress_ps2.c:146:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/cypress_ps2.c:176:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:842:15: style: The scope of the variable 'pos_x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:842:22: style: The scope of the variable 'pos_y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:843:15: style: The scope of the variable 'pressure' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:843:25: style: The scope of the variable 'mk_x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:843:31: style: The scope of the variable 'mk_y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:844:15: style: The scope of the variable 'area_x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:844:23: style: The scope of the variable 'area_y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:844:31: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:844:38: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:845:15: style: The scope of the variable 'scaled_pressure' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_core.c:900:7: style: The scope of the variable 'contact_valid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_smbus.c:226:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_smbus.c:246:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_smbus.c:267:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/elan_i2c_smbus.c:343:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/gpio_mouse.c:155:6: style: The scope of the variable 'pin' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/hgpk.c:698:6: style: The scope of the variable 'timeo' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/hgpk.c:699:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/logips2pp.c:335:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/logips2pp.c:61:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/logips2pp.c:80:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:888:33: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:1680:79: style: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/input/mouse/psmouse.h:132:79: note: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:1680:79: note: Function 'psmouse_attr_show_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:1692:78: style: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/input/mouse/psmouse.h:134:78: note: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:1692:78: note: Function 'psmouse_attr_set_helper' argument 2 names different: declaration 'attr' definition 'devattr'.
linux-grsec-4.9.65/drivers/input/mouse/psmouse-base.c:301:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/pxa930_trkball.c:56:14: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/pxa930_trkball.c:56:17: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/sentelic.c:711:16: style: The scope of the variable 'button_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/sentelic.c:453:11: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/mouse/sentelic.c:598:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/sermouse.c:182:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/mouse/synaptics_i2c.c:423:23: style: The scope of the variable 'nodata_count_thres' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/synaptics_usb.c:227:34: style: The scope of the variable 'endpoint' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mouse/vmmouse.c:152:15: style: The scope of the variable 'queue_length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/mousedev.c:267:26: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:75:6: style: The scope of the variable 'wide' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:75:12: style: The scope of the variable 'major' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:75:19: style: The scope of the variable 'minor' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:142:6: style: The scope of the variable 'res_x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:143:6: style: The scope of the variable 'res_y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_2d_sensor.c:144:6: style: The scope of the variable 'input_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_bus.c:175:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:93:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:108:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:141:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:206:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:240:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:436:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:437:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:608:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:623:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:639:39: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:706:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:944:32: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:945:33: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:946:38: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_driver.c:947:34: portability: 'irq_memory' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f01.c:144:7: style: The scope of the variable 'has_package_id_query' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f01.c:145:7: style: The scope of the variable 'has_build_id_query' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f11.c:1243:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f11.c:1102:18: style: Variable 'query_offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:77:6: style: The scope of the variable 'sensor_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:202:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:137:10: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:136:18: style: Variable 'sensor_flags' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:309:13: style: Variable 'query_addr' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f12.c:427:18: style: Variable 'data_offset' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f30.c:102:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f30.c:193:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f30.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f30.c:245:6: style: The scope of the variable 'button' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/rmi4/rmi_f30.c:334:5: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/ambakmi.c:56:30: style: Variable 'kmi' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/serio/ams_delta_serio.c:69:6: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/ams_delta_serio.c:69:12: style: The scope of the variable 'dfl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/apbps2.c:66:24: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/apbps2.c:66:30: style: The scope of the variable 'rxflags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/apbps2.c:110:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/apbps2.c:118:9: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/serio/arc_ps2.c:53:15: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/arc_ps2.c:53:21: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/arc_ps2.c:54:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/arc_ps2.c:92:11: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/at32psif.c:110:15: style: The scope of the variable 'io_flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/hp_sdc.c:86:0: error: #error "HIL is not supported on this platform" [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/input/serio/hyperv-keyboard.c:253:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/hyperv-keyboard.c:234:22: portability: '(void*)desc' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:804:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:785:0: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/serio/i8042.c:804:2: note: Variable 'retval' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/serio/i8042.c:61:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:731:21: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:278:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:574:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/i8042.c:738:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/maceps2.c:102:2: style: Variable 'data->port->control' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/serio/maceps2.c:98:2: note: Variable 'data->port->control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/serio/maceps2.c:102:2: note: Variable 'data->port->control' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/serio/maceps2.c:78:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/olpc_apsp.c:147:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/olpc_apsp.c:161:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/pcips2.c:64:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/pcips2.c:64:24: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/pcips2.c:90:16: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/pcips2.c:90:24: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/rpckbd.c:64:15: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/sa1111ps2.c:65:15: style: The scope of the variable 'scancode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/sa1111ps2.c:65:25: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/sa1111ps2.c:118:15: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/sa1111ps2.c:72:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/sa1111ps2.c:73:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/serio/serio.c:108:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/serio.c:621:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/serio.c:618:51: style: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/input/serio/serio.c:55:51: note: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'.
linux-grsec-4.9.65/drivers/input/serio/serio.c:618:51: note: Function 'serio_reconnect_subtree' argument 1 names different: declaration 'serio' definition 'root'.
linux-grsec-4.9.65/drivers/input/serio/sun4i-ps2.c:99:16: style: The scope of the variable 'byte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/userio.c:125:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/userio.c:126:9: style: The scope of the variable 'nonwrap_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/serio/xilinx_ps2.c:115:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/tablet/aiptek.c:1339:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/input/tablet/gtco.c:695:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/tablet/gtco.c:776:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/tablet/pegasus_notetaker.c:88:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/tablet/wacom_serial4.c:199:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/tablet/wacom_serial4.c:199:7: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/tablet/wacom_serial4.c:271:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/tablet/wacom_serial4.c:271:6: warning: %u in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/tablet/wacom_serial4.c:271:6: warning: %u in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-grsec-4.9.65/drivers/input/touchscreen/88pm860x-ts.c:180:27: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ad7877.c:334:11: style: The scope of the variable 'Rt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ad7879-spi.c:38:0: warning: Redundant assignment of '_rx_buf' to itself. [selfAssignment]
linux-grsec-4.9.65/drivers/input/touchscreen/ad7879-spi.c:38:17: error: Uninitialized variable: _rx_buf [uninitvar]
linux-grsec-4.9.65/drivers/input/touchscreen/ad7879.c:156:11: style: The scope of the variable 'Rt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ads7846.c:698:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ads7846.c:702:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel-wm97xx.c:63:0: error: #error Unknown CPU, this driver only supports AT32AP700X CPUs. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:679:21: style: The scope of the variable 'object' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:1056:13: style: The scope of the variable 'read' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:1277:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:1373:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:2686:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:1356:20: style: Unsigned variable 'byte_offset' can't be negative so it is unnecessary to test it. [unsignedPositive]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:242:20: style: struct member 'mxt_dbg::t37_buf' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:243:15: style: struct member 'mxt_dbg::t37_pages' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:244:15: style: struct member 'mxt_dbg::t37_nodes' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:251:6: style: struct member 'mxt_dbg::input' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:714:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:715:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:716:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:717:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:718:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/atmel_mxt_ts.c:719:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/auo-pixcir-ts.c:187:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/bcm_iproc_tsc.c:202:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/bu21013_ts.c:172:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/bu21013_ts.c:260:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/colibri-vf50-ts.c:113:6: style: The scope of the variable 'val_x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/colibri-vf50-ts.c:113:13: style: The scope of the variable 'val_y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/colibri-vf50-ts.c:113:20: style: The scope of the variable 'val_z1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/colibri-vf50-ts.c:113:28: style: The scope of the variable 'val_z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/colibri-vf50-ts.c:248:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:1914:15: style: Same expression on both sides of '-'. [duplicateExpression]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:511:6: style: The scope of the variable 'btn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:512:6: style: The scope of the variable 'num_defined_keys' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:1877:6: style: The scope of the variable 'signal' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:2129:36: style: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.h:465:43: note: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'.
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:2129:36: note: Function 'cyttsp4_remove' argument 1 names different: declaration 'ts' definition 'cd'.
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:312:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:816:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_core.c:817:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp4_spi.c:55:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp_core.c:87:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp_core.c:105:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp_core.c:317:27: style: The scope of the variable 'tch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/cyttsp_spi.c:52:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/edt-ft5x06.c:764:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/egalax_ts_serial.c:76:6: style: The scope of the variable 'pkt_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/egalax_ts_serial.c:81:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/input/touchscreen/ektf2127.c:57:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/elants_i2c.c:237:11: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/elants_i2c.c:335:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/elants_i2c.c:362:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/htcpen.c:53:17: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/htcpen.c:53:20: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/htcpen.c:53:23: style: The scope of the variable 'xy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ili210x.c:82:7: style: The scope of the variable 'touch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ili210x.c:155:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:231:6: style: The scope of the variable 'debug_mode2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:250:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:251:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:251:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:293:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/imx6ul_tsc.c:297:11: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/touchscreen/intel-mid-touch.c:452:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/intel-mid-touch.c:485:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/jornada720_ts.c:72:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/jornada720_ts.c:72:9: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/lpc32xx_ts.c:154:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/touchscreen/lpc32xx_ts.c:151:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/touchscreen/lpc32xx_ts.c:154:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/touchscreen/lpc32xx_ts.c:121:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/input/touchscreen/melfas_mip4.c:201:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/melfas_mip4.c:699:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/melfas_mip4.c:763:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/melfas_mip4.c:838:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/mms114.c:547:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:160:18: warning: Possible null pointer dereference: data [nullPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:430:52: note: Calling function 'raydium_i2c_send', 3rd argument 'data' value is 0
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:160:18: note: Null pointer dereference
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:211:9: style: The scope of the variable 'xfer_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:212:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:456:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:482:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:586:9: style: The scope of the variable 'xfer_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:636:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:638:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:228:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:612:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/raydium_i2c_ts.c:707:8: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/rohm_bu21023.c:538:6: style: The scope of the variable 'slots' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/rohm_bu21023.c:543:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/rohm_bu21023.c:545:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/rohm_bu21023.c:1081:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/sis_i2c.c:233:12: style: The scope of the variable 'contact' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/sis_i2c.c:236:15: style: The scope of the variable 'num_reported' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/sis_i2c.c:238:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/st1232.c:72:2: style: Variable 'start_reg' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/touchscreen/sur40.c:328:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/sur40.c:328:37: style: The scope of the variable 'packet_blobs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/sur40.c:329:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:155:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:154:2: note: Variable 'config' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:155:2: note: Variable 'config' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:74:9: style: The scope of the variable 'bit_cfg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:269:15: style: The scope of the variable 'fsm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:271:23: style: The scope of the variable 'z' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ti_am335x_tsc.c:494:15: style: The scope of the variable 'idle' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/tps6507x-ts.c:145:3: style: Variable 'loops' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/input/touchscreen/ucb1400_ts.c:191:15: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ucb1400_ts.c:191:18: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/ucb1400_ts.c:191:21: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:206:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:569:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:537:44: portability: 'fw_chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:556:35: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:689:44: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:690:38: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:691:27: portability: 'chunk' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wdt87xx_i2c.c:768:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/input/touchscreen/wm9712.c:421:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/input/touchscreen/zforce_ts.c:494:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:387:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:1502:7: style: The scope of the variable 'pte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:2877:25: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:3433:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:3573:6: style: The scope of the variable 'max_pasids' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:2444:15: style: Variable 'flush_addr' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:404:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu.c:2515:27: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:472:21: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:533:22: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1442:22: style: The scope of the variable 'h' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1653:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1863:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:285:67: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:2666:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1918:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1922:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1926:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_init.c:1930:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_v2.c:167:13: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/amd_iommu_v2.c:979:23: style: The scope of the variable 'dev_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1964:10: portability: 'strtab' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:699:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:708:6: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:719:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1178:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1235:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:2098:54: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:2105:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:2106:55: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1198:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1199:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1200:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:1201:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:2474:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu-v3.c:2475:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:982:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:664:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:1049:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:1601:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:1639:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/arm-smmu.c:1788:24: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/dma-iommu.c:356:25: style: Opposite expression on both sides of '&'. [oppositeExpression]
linux-grsec-4.9.65/drivers/iommu/dma-iommu.c:356:25: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/drivers/iommu/dma-iommu.c:356:25: note: Opposite expression on both sides of '&'.
linux-grsec-4.9.65/drivers/iommu/dmar.c:546:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iommu/dmar.c:543:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/dmar.c:546:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/dmar.c:647:29: style: Same expression on both sides of '==' because the value of 'drhd_count' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/iommu/dmar.c:612:19: note: 'drhd_count' is assigned value '0' here.
linux-grsec-4.9.65/drivers/iommu/dmar.c:647:29: note: Same expression on both sides of '==' because the value of 'drhd_count' and '0' are the same.
linux-grsec-4.9.65/drivers/iommu/dmar.c:92:33: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:115:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:116:17: style: The scope of the variable 'tmp_dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:704:34: style: The scope of the variable 'drhd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:778:31: style: The scope of the variable 'info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:814:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:1149:12: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:1872:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:1873:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/dmar.c:105:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:233:28: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:310:20: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:414:27: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:563:49: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:566:23: portability: '(void*)iter' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:717:32: portability: '(void*)scope' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:750:31: portability: '(void*)dmar_tbl' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:752:29: portability: '(void*)andd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/dmar.c:1410:45: error: Uninitialized variable: sts [uninitvar]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.c:337:16: style: The scope of the variable 'fspi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.c:424:55: style: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.h:401:55: note: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'.
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.c:424:55: note: Function 'pamu_config_spaace' argument 3 names different: declaration 'subwin_addr' definition 'subwin'.
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.c:1110:26: portability: '(void*)ppaact' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu.c:1111:23: portability: '(void*)spaact' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu_domain.c:235:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu_domain.c:508:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/fsl_pamu_domain.c:794:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1281:2: style: Variable 'freelist' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1274:0: note: Variable 'freelist' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1281:2: note: Variable 'freelist' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1849:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1843:0: note: Variable 'count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1849:2: note: Variable 'count' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4084:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1019:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1030:9: style: The scope of the variable 'tmp_page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1076:6: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1107:18: style: The scope of the variable 'first_pte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1809:16: style: The scope of the variable 'ndomains' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1810:6: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1843:6: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1887:20: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:3676:18: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4279:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4358:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4359:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4546:36: style: The scope of the variable 'rmrr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:5128:22: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:3704:48: style: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:459:48: note: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:3704:48: note: Function 'flush_unmaps_timeout' argument 1 names different: declaration 'data' definition 'cpuid'.
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4264:20: portability: '(void*)rmrr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4321:18: portability: '(void*)atsr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4556:20: portability: '(void*)rmrr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:4574:19: portability: '(void*)atsr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:152:2: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:2227:14: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:5148:11: style: Variable 'iommu' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:5007:2: error: Address of auto-variable 'dmar_domain->domain' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1345:16: error: Uninitialized variable: sts [uninitvar]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1363:19: error: Uninitialized variable: val [uninitvar]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1647:16: error: Uninitialized variable: sts [uninitvar]
linux-grsec-4.9.65/drivers/iommu/intel-iommu.c:1663:19: error: Uninitialized variable: sts [uninitvar]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:1010:7: warning: Possible null pointer dereference: iommu [nullPointer]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:1007:30: note: Assignment 'iommu=NULL', assigned value is 0
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:1010:7: note: Null pointer dereference
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:744:25: style: The scope of the variable 'drhd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:745:22: style: The scope of the variable 'iommu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:894:33: style: The scope of the variable 'scope' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:899:23: portability: '(void*)drhd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:907:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:786:2: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-grsec-4.9.65/drivers/iommu/intel_irq_remapping.c:493:16: error: Uninitialized variable: sts [uninitvar]
linux-grsec-4.9.65/drivers/iommu/io-pgtable-arm.c:428:22: portability: '(void*)ptep' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/io-pgtable-arm.c:784:8: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/io-pgtable-arm.c:859:31: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/iommu.c:1372:9: style: The scope of the variable 'unmapped_page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/iova.c:125:2: style: Variable 'curr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/iommu/iova.c:117:0: note: Variable 'curr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/iova.c:125:2: note: Variable 'curr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/iommu/iova.c:912:22: style: The scope of the variable 'rcache' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/ipmmu-vmsa.c:343:35: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/irq_remapping.c:63:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-grsec-4.9.65/drivers/iommu/irq_remapping.c:66:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-grsec-4.9.65/drivers/iommu/irq_remapping.c:72:4: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-grsec-4.9.65/drivers/iommu/irq_remapping.c:85:2: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
linux-grsec-4.9.65/drivers/iommu/msm_iommu_hw-8xxx.h:41:0: error: failed to expand 'SET_RPUE', Invalid ## usage when expanding 'SET_GLOBAL_FIELD'. [preprocessorErrorDirective]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu.c:199:32: style: The scope of the variable 'larb_mmu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu.c:200:31: style: The scope of the variable 'larbid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu.c:200:39: style: The scope of the variable 'portid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu.c:287:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu_v1.c:208:32: style: The scope of the variable 'larb_mmu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu_v1.c:209:31: style: The scope of the variable 'larbid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu_v1.c:209:39: style: The scope of the variable 'portid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/mtk_iommu_v1.c:276:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/omap-iommu.c:890:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/omap-iommu.c:955:25: portability: '(void*)obj' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:336:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:358:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:376:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:394:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:412:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:1118:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:275:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:280:21: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/rockchip-iommu.c:293:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/iommu/s390-iommu.c:188:23: style: The scope of the variable 'domain' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/s390-iommu.c:290:17: style: The scope of the variable 'sto' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/iommu/tegra-gart.c:100:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-gart.c:283:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-gart.c:322:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:197:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:208:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:219:10: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:271:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:350:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:367:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:575:32: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:648:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/iommu/tegra-smmu.c:782:15: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/ipack/devices/ipoctal.c:153:16: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/ipack/devices/ipoctal.c:154:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/exynos-combiner.c:179:9: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/exynos-combiner.c:58:43: portability: 'combiner_base(data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/exynos-combiner.c:65:43: portability: 'combiner_base(data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/exynos-combiner.c:138:47: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/exynos-combiner.c:201:21: portability: 'combiner_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-armada-370-xp.c:405:30: style: The scope of the variable 'irqsrc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-ath79-cpu.c:40:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-atmel-aic5.c:303:27: style: The scope of the variable 'gc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-bcm6345-l1.c:138:16: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-bcm6345-l1.c:210:7: style: The scope of the variable 'enabled' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:60:36: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:78:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:79:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:103:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:109:44: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:117:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:119:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:135:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:136:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:137:43: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-common.c:144:11: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3-its.c:1260:15: style: The scope of the variable 'page' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3-its.c:1465:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3-its.c:1559:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3-its.c:1570:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3-its.c:1574:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3.c:99:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic-v3.c:984:36: portability: 'dist_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:497:15: style: The scope of the variable 'cpu_mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:498:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:1177:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:196:40: portability: 'gic_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:202:43: portability: 'gic_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:232:45: portability: 'gic_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-gic.c:241:45: portability: 'gic_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-hip04.c:99:42: portability: 'hip04_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-hip04.c:109:42: portability: 'hip04_dist_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-hip04.c:116:49: portability: 'hip04_cpu_base(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-imgpdc.c:269:15: style: The scope of the variable 'soc_sys_wake_regoff' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-imgpdc.c:270:15: style: The scope of the variable 'soc_sys_wake' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-ingenic.c:47:11: style: The scope of the variable 'irq_reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-ls-scfg-msi.c:128:11: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mips-cpu.c:106:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mips-gic.c:344:24: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mips-gic.c:509:21: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mips-gic.c:699:19: style: The scope of the variable 'chip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mips-gic.c:976:26: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-moxart.c:49:6: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mvebu-pic.c:94:15: style: The scope of the variable 'cascade_irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-mxs.c:117:22: portability: 'icoll_intr_reg(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-mxs.c:127:22: portability: 'icoll_intr_reg(d)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-pic32-evic.c:133:19: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:93:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:120:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:307:15: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:307:26: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:422:23: style: The scope of the variable 'parent_irq_data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:423:15: style: The scope of the variable 'irqno' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-s3c24xx.c:502:16: style: The scope of the variable 'pend' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-sa11x0.c:136:11: style: The scope of the variable 'icip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-sa11x0.c:136:23: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-sirfsoc.c:42:24: style: The scope of the variable 'ct' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-sirfsoc.c:51:23: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-st.c:119:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-stm32-exti.c:148:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-stm32-exti.c:149:35: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-stm32-exti.c:150:25: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-sunxi-nmi.c:155:10: style: Checking if unsigned variable 'irq' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/irqchip/irq-tango.c:62:15: style: The scope of the variable 'hwirq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-tango.c:63:15: style: The scope of the variable 'virq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-tango.c:167:27: style: The scope of the variable 'gc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-versatile-fpga.c:94:6: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:417:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:104:28: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:104:45: portability: 'base+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:108:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:387:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:388:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:389:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:390:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:391:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:398:17: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:402:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:403:22: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:434:29: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:434:46: portability: 'base+512' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:438:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:455:50: portability: '(void __iomem*)((u32)base&PAGE_MASK)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vic.c:455:58: portability: '(void __iomem*)((u32)base&PAGE_MASK)+4064' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vt8500.c:182:6: style: The scope of the variable 'irqnr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-vt8500.c:158:27: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vt8500.c:159:20: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vt8500.c:163:46: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-vt8500.c:163:60: portability: 'base+64' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-zevio.c:53:6: style: The scope of the variable 'irqnr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/irqchip/irq-zevio.c:64:18: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-zevio.c:67:19: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/irqchip/irq-zevio.c:70:13: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:1422:24: style: Condition 'capinc_tty_init()<0' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:651:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:1326:18: style: The scope of the variable 'cdev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:80:20: style: struct member 'capiminor::minor' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:88:21: style: struct member 'capiminor::ttyinstop' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:89:21: style: struct member 'capiminor::ttyoutstop' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:94:8: style: struct member 'capiminor::outbytes' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:95:19: style: struct member 'capiminor::outskb' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capi.c:100:6: style: struct member 'capiminor::nack' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1707:12: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1790:23: style: The scope of the variable 'plcip' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1792:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1792:10: style: The scope of the variable 'isleasedline' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1692:17: style: struct member 'internal_bchannelinfo::channelalloc' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1693:17: style: struct member 'internal_bchannelinfo::operation' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capidrv.c:1694:17: style: struct member 'internal_bchannelinfo::cmask' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/capi/capilib.c:160:23: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/capilib.c:183:23: style: The scope of the variable 'np' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/kcapi.c:214:22: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/capi/kcapi.c:1189:19: style: The scope of the variable 'ctr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:451:25: style: Condition '!extern_wait_max' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:375:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:117:6: style: The scope of the variable 'fwd_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:319:29: style: The scope of the variable 'ds1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:534:26: style: The scope of the variable 'cs1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:599:16: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:599:20: style: The scope of the variable 'stp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/divert/isdn_divert.c:686:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/asyncdata.c:293:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/asyncdata.c:410:11: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/asyncdata.c:539:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:484:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:858:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:858:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1084:36: style: The scope of the variable 'ifd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1085:6: style: The scope of the variable 'corrbytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1162:38: style: The scope of the variable 'ovfl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1164:6: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1169:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:2243:23: style: The scope of the variable 'ubc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/bas-gigaset.c:1061:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:502:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:1038:6: style: The scope of the variable 'prevconnstate' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:1091:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:1918:9: style: The scope of the variable 'b3cmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:1919:18: style: The scope of the variable 'b3skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:370:61: style: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/gigaset/gigaset.h:676:61: note: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'.
linux-grsec-4.9.65/drivers/isdn/gigaset/capi.c:370:61: note: Function 'gigaset_skb_sent' argument 2 names different: declaration 'skb' definition 'dskb'.
linux-grsec-4.9.65/drivers/isdn/gigaset/common.c:55:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/common.c:298:18: style: The scope of the variable 'ev' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/common.c:821:24: style: The scope of the variable 'tcb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:905:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:412:18: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:728:21: style: The scope of the variable 'at_state' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:1113:16: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:1533:6: style: The scope of the variable 'rcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ev-layer.c:1850:17: style: The scope of the variable 'tail' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/interface.c:176:11: style: The scope of the variable 'version' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/interface.c:258:11: style: The scope of the variable 'mc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:137:16: style: The scope of the variable 'pbyte' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:403:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:841:17: style: The scope of the variable 'dst' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:898:16: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:944:23: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/isocdata.c:945:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ser-gigaset.c:107:24: style: The scope of the variable 'tcb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/ser-gigaset.c:164:6: style: The scope of the variable 'sent' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/usb-gigaset.c:351:11: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/gigaset/usb-gigaset.c:352:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avm_cs.c:55:48: style: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avm_cs.c:42:48: note: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avm_cs.c:55:48: note: Function 'avmcs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avmcard.h:419:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avmcard.h:468:7: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/b1.c:416:37: style: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/avmcard.h:556:37: note: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/b1.c:416:37: note: Function 'b1_parse_version' argument 1 names different: declaration 'card' definition 'cinfo'.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/b1isa.c:155:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/b1pci.c:52:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/b1pcmcia.c:147:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/c4.c:1058:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/c4.c:955:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/c4.c:956:6: style: The scope of the variable 'nconn' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1isa.c:500:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1isa.c:92:2: style: Variable 'dummy' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1isa.c:89:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1isa.c:92:2: note: Variable 'dummy' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1isa.c:140:16: style: The scope of the variable 'b1cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/avm/t1pci.c:178:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:188:10: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:252:7: style: The scope of the variable 'd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:252:10: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:252:13: style: The scope of the variable 'q1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:252:17: style: The scope of the variable 'q2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:496:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:497:9: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capidtmf.c:499:8: style: The scope of the variable 'windowed_sample_buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capifunc.c:538:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capifunc.c:541:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capifunc.c:155:21: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/capifunc.c:172:13: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/dadapter.c:310:9: style: The scope of the variable 'do_notify' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:768:7: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1346:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:351:11: style: The scope of the variable 'hDbg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:579:17: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:580:17: style: The scope of the variable 'code' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:732:6: style: The scope of the variable 'to_copy' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1403:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1429:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1804:7: style: The scope of the variable 'ch_value' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1920:8: style: The scope of the variable 'pmem' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:572:17: style: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:17:77: note: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:572:17: note: Function 'DI_format' argument 5 names different: declaration 'argument_list' definition 'ap'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1906:64: style: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:27:64: note: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1906:64: note: Function 'diva_mnt_internal_dprintf' argument 3 names different: declaration 'p' definition 'fmt'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debug.c:1186:10: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/debuglib.c:54:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/di.c:367:6: style: The scope of the variable 'cancel_rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/diva.c:577:13: style: Variable 'features' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/diva_dma.c:81:68: style: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/diva_dma.h:34:68: note: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/diva_dma.c:81:68: note: Function 'diva_free_dma_map_entry' argument 2 names different: declaration 'entry' definition 'nr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasfunc.c:223:12: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasmain.c:358:9: style: The scope of the variable 'cpu_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasmain.c:392:8: style: The scope of the variable 'addr_handle' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasmain.c:417:45: style: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/platform.h:206:49: note: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasmain.c:417:45: note: Function 'diva_os_register_io_port' argument 2 names different: declaration 'reg' definition 'on'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasproc.c:274:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/divasproc.c:392:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/idifunc.c:63:14: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:159:56: style: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:305:68: note: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:159:56: note: Function 'dump_trap_frame' argument 2 names different: declaration 'exception' definition 'exceptionFrame'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:452:62: style: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:295:15: note: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:452:62: note: Function 'DIDpcRoutine' argument 2 names different: declaration 'context' definition 'Context'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:587:31: style: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:280:31: note: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:587:31: note: Function 'mem_in' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:595:32: style: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:281:32: note: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:595:32: note: Function 'mem_inw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:612:38: style: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:282:38: note: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:612:38: note: Function 'mem_in_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:612:50: style: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:282:49: note: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:612:50: note: Function 'mem_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:626:32: style: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:284:32: note: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:626:32: note: Function 'mem_out' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:632:33: style: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:285:33: note: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:632:33: note: Function 'mem_outw' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:648:39: style: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:286:39: note: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:648:39: note: Function 'mem_out_buffer' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:648:51: style: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:286:50: note: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:648:51: note: Function 'mem_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:654:32: style: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:287:32: note: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:654:32: note: Function 'mem_inc' argument 2 names different: declaration 'adr' definition 'addr'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:682:48: style: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:267:48: note: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:682:48: note: Function 'io_in_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:682:61: style: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:267:56: note: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:682:61: note: Function 'io_in_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:724:49: style: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:271:49: note: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:724:49: note: Function 'io_out_buffer' argument 3 names different: declaration 'P' definition 'buffer'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:724:62: style: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.h:271:57: note: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:724:62: note: Function 'io_out_buffer' argument 4 names different: declaration 'length' definition 'len'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:608:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/io.c:643:8: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/istream.c:57:37: style: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/di.h:99:43: note: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/istream.c:57:37: note: Function 'diva_xdi_provide_istream_info' argument 2 names different: declaration 'pI' definition 'pi'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/maintidi.c:1106:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/maintidi.c:1139:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/maintidi.c:1177:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/maintidi.c:1237:14: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/maintidi.c:2105:25: style: The scope of the variable 'cur' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:6281:19: style: Redundant condition: If '!EXPR', the comparison 'EXPR < 128' is always true. [redundantCondition]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:735:6: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12383:31: note: Calling function 'start_internal_command', 2nd argument 'plci' value is 0
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:735:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:5104:6: warning: Either the condition 'plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:5095:20: note: Assuming that condition 'plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:5104:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8941:7: warning: Either the condition 'esc_cr[0]&&plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4949:16: note: Assuming that condition 'esc_cr[0]&&plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4936:11: note: Calling function 'IndParse', 1st argument 'plci' value is 0
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8941:7: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8951:16: warning: Either the condition 'esc_cr[0]&&plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4949:16: note: Assuming that condition 'esc_cr[0]&&plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4936:11: note: Calling function 'IndParse', 1st argument 'plci' value is 0
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8951:16: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:11260:6: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12378:24: note: Calling function 'mixer_notify_update', 1st argument 'plci' value is 0
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:11260:6: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12381:4: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12381:4: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12382:4: warning: Either the condition '!plci' is redundant or there is possible null pointer dereference: plci. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12387:8: note: Assuming that condition '!plci' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12382:4: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:396:12: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:919:8: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:1152:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:1210:8: style: The scope of the variable 'p_chi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:1863:7: style: The scope of the variable 'relatedPLCIvalue' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:2990:13: style: The scope of the variable 'ncpi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:3450:8: style: The scope of the variable 'v_plci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4106:8: style: The scope of the variable 'rplci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4766:8: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:4767:16: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:6121:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:6197:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:6373:8: style: The scope of the variable 'Info_Element' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8809:10: style: The scope of the variable 'ncci_ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:8887:8: style: The scope of the variable 'plci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:10293:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:12567:8: style: The scope of the variable 'notify_plci' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:813:11: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:860:2: style: Variable 'Id' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:951:2: style: Variable 'Id' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/message.c:6792:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/mntfunc.c:212:26: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/mntfunc.c:244:26: style: The scope of the variable 'pmsg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/os_4bri.c:151:16: style: The scope of the variable 'Slave' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/os_4bri.c:819:19: style: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/helpers.h:41:68: note: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/os_4bri.c:819:19: note: Function 'xdiLoadFile' argument 3 names different: declaration 'MaxLoadSize' definition 'lim'.
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/os_pri.c:476:12: style: Variable 'TrapId' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/os_pri.c:477:11: style: Variable 'debug' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/um_idi.c:86:25: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/um_idi.c:106:25: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/um_idi.c:172:25: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/um_idi.c:309:6: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/eicon/um_idi.c:389:8: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:381:3: style: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:379:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:381:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:391:3: style: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:389:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:391:3: note: Variable 'hdlc->ctrl.sr.cmd' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/avmfritz.c:162:20: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:2273:12: warning: Either the condition 'dch' is redundant or there is possible null pointer dereference: dch. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:2233:6: note: Assuming that condition 'dch' is not redundant
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:2273:12: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:748:16: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:749:15: style: The scope of the variable 'mask' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:2646:6: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:3347:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:3736:10: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:4063:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:4533:14: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:795:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:815:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:821:27: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:3886:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcmulti.c:4838:12: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:408:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:408:17: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:409:7: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:468:7: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:472:13: style: The scope of the variable 'zp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:551:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:551:16: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:1594:16: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcpci.c:2274:19: style: The scope of the variable 'bch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1774:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:2126:6: style: Condition '!cnt' is always false [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:2117:12: note: Assignment 'cnt=0', assigned value is 0
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:2125:3: note: cnt is incremented', new value is 1
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:2126:6: note: Condition '!cnt' is always false
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:427:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:820:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:14: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:31: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:977:56: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:978:11: style: The scope of the variable 'iso_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:978:23: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1094:19: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:20: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:38: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:44: style: The scope of the variable 'remain' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1170:52: style: The scope of the variable 'current_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1171:3: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1171:18: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1173:6: style: The scope of the variable 'frame_complete' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1174:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1390:12: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1455:9: style: The scope of the variable 'timeout' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1915:3: style: The scope of the variable 'probe_alt_setting' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/hfcsusb.c:1915:32: style: The scope of the variable 'cfg_used' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/mISDNinfineon.c:250:17: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/mISDNipac.c:464:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/mISDNipac.c:732:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/mISDNipac.c:732:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/mISDNisar.c:164:6: style: The scope of the variable 'ver' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/netjet.c:117:19: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/netjet.c:355:33: portability: 'card->dma_p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/speedfax.c:100:18: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/w6692.c:107:19: style: The scope of the variable 'card' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/w6692.c:354:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/w6692.c:671:7: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/w6692.c:825:7: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hardware/mISDN/w6692.c:825:13: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:407:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:418:7: style: The scope of the variable 'dsr1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:418:13: style: The scope of the variable 'dsr2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:418:19: style: The scope of the variable 'lsr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:419:7: style: The scope of the variable 'der' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:692:7: style: The scope of the variable 'dtcr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:692:13: style: The scope of the variable 'der' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:693:7: style: The scope of the variable 'dsr1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:693:13: style: The scope of the variable 'dsr2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/amd7930_fn.c:750:7: style: The scope of the variable 'cmd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hscx_irq.c:129:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/asuscom.c:243:6: style: The scope of the variable 'bytecnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/avm_pci.c:354:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/avm_pci.c:355:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/avma1_cs.c:57:50: style: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/avma1_cs.c:43:50: note: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/avma1_cs.c:57:50: note: Function 'avma1cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:198:3: style: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:195:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:198:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:201:3: style: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:198:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:201:3: note: Variable 'pI20_Regs->i20SysControl' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/jade_irq.c:120:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/bkm_a4t.c:330:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:333:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:1473:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:1120:36: style: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax.h:1317:40: note: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:1120:36: note: Function 'CallcNewChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:1161:37: style: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax.h:1318:42: note: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-grsec-4.9.65/drivers/isdn/hisax/callc.c:1161:37: note: Function 'CallcFreeChan' argument 1 names different: declaration 'cs' definition 'csta'.
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:600:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:600:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:816:24: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:1656:6: style: The scope of the variable 'pr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:1589:39: style: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_if.h:62:39: note: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:1589:39: note: Function 'hisax_register' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:1636:42: style: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_if.h:64:42: note: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-grsec-4.9.65/drivers/isdn/hisax/config.c:1636:42: note: Function 'hisax_unregister' argument 1 names different: declaration 'hisax_if' definition 'hisax_d_if'.
linux-grsec-4.9.65/drivers/isdn/hisax/diva.c:483:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_ser.c:175:2: style: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_ser.c:174:2: note: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_ser.c:175:2: note: Variable 'cs->hw.elsa.MCR' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_ser.c:312:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_ser.c:313:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa.c:521:8: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa.c:522:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_cs.c:107:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_cs.c:93:50: style: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_cs.c:67:50: note: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/elsa_cs.c:93:50: note: Function 'elsa_cs_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/enternow_pci.c:246:30: style: The scope of the variable 'ir' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:358:28: style: Condition 'l1->l1_state==3' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:633:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:633:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:636:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:739:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:739:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:842:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:896:10: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:897:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:897:11: style: The scope of the variable 'max' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:1179:19: style: The scope of the variable 'ovp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:1180:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc4s8s_l1.c:1263:7: style: The scope of the variable 'if_name' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bds0.c:590:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bds0.c:591:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bds0.c:591:12: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bds0.c:591:16: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:86:6: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:87:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:146:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:150:6: style: The scope of the variable 'chksum' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:240:11: style: The scope of the variable 'fcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:242:6: style: The scope of the variable 'z1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:242:10: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:28:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_2bs0.c:228:11: style: Variable 'stat' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:333:6: style: The scope of the variable 'rcnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:401:20: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:403:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:403:16: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:596:24: style: The scope of the variable 'z2t' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_pci.c:299:11: style: Variable 'total' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_sx.c:120:28: style: The scope of the variable 'z2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:457:12: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:547:20: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:547:38: style: The scope of the variable 'sink' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:547:44: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:547:49: style: The scope of the variable 'current_len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:549:6: style: The scope of the variable 'frame_complete' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:549:22: style: The scope of the variable 'transp_mode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:6: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:14: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:23: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:31: style: The scope of the variable 'num_isoc_packets' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:685:56: style: The scope of the variable 'maxlen' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:687:15: style: The scope of the variable 'iso_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1265:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1265:14: style: The scope of the variable 'alt_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1265:23: style: The scope of the variable 'probe_alt_setting' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1265:52: style: The scope of the variable 'cfg_used' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1266:3: style: The scope of the variable 'attr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1266:9: style: The scope of the variable 'cfg_found' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1266:20: style: The scope of the variable 'cidx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1266:26: style: The scope of the variable 'ep_addr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1267:6: style: The scope of the variable 'cmptbl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1267:18: style: The scope of the variable 'small_match' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1267:31: style: The scope of the variable 'iso_packet_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1267:48: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1268:3: style: The scope of the variable 'alt_used' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1269:17: style: The scope of the variable 'driver_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hfc_usb.c:1595:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-grsec-4.9.65/drivers/isdn/hisax/hfcscard.c:124:3: style: Variable 'delay' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_fcpcipnp.c:471:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_isac.c:774:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_isac.c:446:8: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_isac.c:524:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_isac.c:599:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/hisax_isac.c:811:10: style: Variable 'eval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/icc.c:586:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/icc.c:586:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/icc.c:654:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/ipacx.c:204:6: style: The scope of the variable 'rbchd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/ipacx.c:204:13: style: The scope of the variable 'stard' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isac.c:590:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isac.c:590:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isac.c:655:11: style: The scope of the variable 'eval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isar.c:53:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isar.c:70:20: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isar.c:92:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isar.c:101:20: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isar.c:1748:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isdnl1.c:208:13: style: The scope of the variable 'tei' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isdnl1.c:208:18: style: The scope of the variable 'sapi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isdnl2.c:399:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isdnl3.c:332:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/isurf.c:177:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/jade.c:59:2: style: Variable 'to' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hisax/jade.c:52:0: note: Variable 'to' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/jade.c:59:2: note: Variable 'to' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:301:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:301:9: style: The scope of the variable 'tmpcharge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:302:7: style: The scope of the variable 'a_charge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:399:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:399:9: style: The scope of the variable 'tmpcharge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3_1tr6.c:400:7: style: The scope of the variable 'a_charge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2211:4: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2216:8: note: Assuming that condition 'if(pc)' is not redundant
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2211:4: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2212:4: warning: Either the condition 'if(pc)' is redundant or there is possible null pointer dereference: pc. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2216:8: note: Assuming that condition 'if(pc)' is not redundant
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2212:4: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:1588:6: style: The scope of the variable 'bcfound' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2063:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2064:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3dss1.c:2907:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3ni1.c:1442:6: style: The scope of the variable 'bcfound' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3ni1.c:1919:10: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3ni1.c:1920:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/l3ni1.c:2848:6: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/mic.c:161:6: style: The scope of the variable 'bytecnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:615:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:874:9: style: The scope of the variable 'tag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:874:14: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:942:9: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:1192:16: style: The scope of the variable 'pd' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:235:8: style: struct member 'CauseValue::ddescr' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/isdn/hisax/q931.c:925:4: style: Variable 'octet' is modified but its new value is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/hisax/sedlbauer_cs.c:93:52: style: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/sedlbauer_cs.c:68:52: note: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/sedlbauer_cs.c:93:52: note: Function 'sedlbauer_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/sportster.c:137:9: style: The scope of the variable 'adr' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/sportster.c:188:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/st5481_b.c:353:37: style: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/st5481.h:439:37: note: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'.
linux-grsec-4.9.65/drivers/isdn/hisax/st5481_b.c:353:37: note: Function 'st5481_b_l2l1' argument 1 names different: declaration 'b_if' definition 'ifc'.
linux-grsec-4.9.65/drivers/isdn/hisax/st5481_d.c:302:36: style: The scope of the variable 'desc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/st5481_usb.c:589:17: style: The scope of the variable 'src' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/st5481_usb.c:590:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/tei.c:233:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/tei.c:267:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/tei.c:290:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/tei.c:313:6: style: The scope of the variable 'mt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/tei.c:368:24: style: The scope of the variable 'cs' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:33:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:33:49: portability: 'adr+((off&1)?767:256)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:39:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:39:49: portability: 'adr+((off&1)?767:256)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:46:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:46:44: portability: 'adr+(hscx?448:384)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:47:32: portability: 'adr+(hscx?448:384)+((off&1)?511:0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:53:19: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:53:44: portability: 'adr+(hscx?448:384)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:54:33: portability: 'adr+(hscx?448:384)+((off&1)?511:0)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:61:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:70:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:80:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles0.c:89:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/teles_cs.c:89:6: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/teles_cs.c:75:48: style: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/hisax/teles_cs.c:48:48: note: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/teles_cs.c:75:48: note: Function 'teles_detach' argument 1 names different: declaration 'p_dev' definition 'link'.
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:48:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:51:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:52:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:55:29: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:56:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:65:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:68:36: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:69:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:72:37: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:73:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:81:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:83:58: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:84:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:87:29: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:88:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:97:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:99:58: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:100:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:103:37: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:104:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:113:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:117:38: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:118:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:119:30: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:120:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:131:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:135:38: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:136:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:137:41: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:138:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:148:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:152:54: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:153:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:154:30: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:155:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:166:2: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:170:54: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:171:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:172:41: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/telespci.c:173:3: portability: 'adr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/isdn/hisax/w6692.c:278:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/w6692.c:687:6: style: The scope of the variable 'rbch' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hisax/w6692.c:687:12: style: The scope of the variable 'star' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/boardergo.c:218:13: style: The scope of the variable 'dpram' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/boardergo.c:266:6: style: The scope of the variable 'nr_write' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:89:2: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:84:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:89:2: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:712:2: style: Variable 'cinfo' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:710:0: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:712:2: note: Variable 'cinfo' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:326:19: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:346:19: style: The scope of the variable 'ctrl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hycapi.c:742:6: style: The scope of the variable 'retval' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_net.c:64:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 8) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:274:3: warning: %d in format string (no. 9) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:98:21: style: The scope of the variable 'cp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_procconf.c:307:25: style: The scope of the variable 'cnf' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_proclog.c:135:33: style: Checking if unsigned variable 'pd->log_head->usage_cnt' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/isdn/hysdn/hysdn_proclog.c:136:39: style: Checking if unsigned variable 'pd->log_head->next->usage_cnt' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:450:6: style: The scope of the variable 'sk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:451:3: style: The scope of the variable 'sk1' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:452:3: style: The scope of the variable 'sk2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:499:14: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:500:6: style: The scope of the variable 'silence' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:507:6: style: The scope of the variable 'thresh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_audio.c:597:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_bsdcomp.c:201:15: style: The scope of the variable 'new_ratio' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_bsdcomp.c:832:14: style: The scope of the variable 'disp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:608:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:770:6: style: The scope of the variable 'count_pull' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:771:6: style: The scope of the variable 'count_put' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:772:6: style: The scope of the variable 'dflag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:883:6: style: The scope of the variable 'count_pull' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:884:6: style: The scope of the variable 'count_put' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:885:6: style: The scope of the variable 'dflag' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:887:7: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1278:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1279:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1281:8: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1510:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1511:11: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1672:11: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_common.c:1855:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:989:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1054:18: style: The scope of the variable 'slp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1202:8: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1431:16: style: The scope of the variable 'expires' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2073:8: style: The scope of the variable 'my_eaz' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2284:10: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2412:7: style: The scope of the variable 'chi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2610:16: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2611:7: style: The scope of the variable 'newname' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2643:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2644:6: style: The scope of the variable 'drvidx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2645:6: style: The scope of the variable 'chidx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:2646:7: style: The scope of the variable 'drvid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:3013:18: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:3067:21: style: The scope of the variable 'q' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1568:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1599:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_net.c:1666:4: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:759:19: warning: Possible null pointer dereference: buf [nullPointer]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:2197:19: note: Calling function 'isdn_ppp_fill_rq', 1st argument 'buf' value is 0
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:759:19: note: Null pointer dereference
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:479:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:479:12: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:830:6: style: The scope of the variable 'proto' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:2545:18: style: The scope of the variable 'skb_out' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:2546:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:2092:28: style: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:33:39: note: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'.
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ppp.c:2092:28: note: Function 'isdn_ppp_if_get_unit' argument 1 names different: declaration 'namebuf' definition 'name'.
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:122:6: style: The scope of the variable 'midx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:1117:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:1888:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:2368:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:2372:7: style: The scope of the variable 's' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:2971:6: style: The scope of the variable 'l2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:3689:6: style: The scope of the variable 'midx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:1044:11: style: Variable 'cval' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_tty.c:1020:6: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:289:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:325:6: style: The scope of the variable 'par' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:325:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:576:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:576:10: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:938:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/i4l/isdn_ttyfax.c:938:10: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:57:32: style: The scope of the variable 'ack' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:96:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:403:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:404:18: style: The scope of the variable 'nskb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:741:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:742:14: style: The scope of the variable 'nphone' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:1512:17: style: The scope of the variable 'last' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:66:4: style: Variable 'ack' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/isdn/isdnloop/isdnloop.c:412:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_audio.c:241:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_audio.c:128:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_core.c:1123:6: style: The scope of the variable 'tics' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_tones.c:216:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_tones.c:377:20: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/dsp_tones.c:377:27: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:26:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:27:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:49:18: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:50:7: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:260:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/hwchannel.c:395:20: style: The scope of the variable 'hh' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/l1oip_core.c:893:11: style: The scope of the variable 'll' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/l1oip_core.c:1108:11: style: The scope of the variable 'll' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/l1oip_core.c:1457:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/layer2.c:1872:6: style: The scope of the variable 'psapi' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/layer2.c:1872:13: style: The scope of the variable 'ptei' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/stack.c:179:14: style: Condition 'lm==8' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/isdn/mISDN/stack.c:178:16: note: Assuming that condition 'lm==8' is not redundant
linux-grsec-4.9.65/drivers/isdn/mISDN/stack.c:179:14: note: Condition 'lm==8' is always true
linux-grsec-4.9.65/drivers/isdn/mISDN/stack.c:221:19: style: The scope of the variable 'skb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/isdn/mISDN/tei.c:1150:22: style: The scope of the variable 'nl2' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/dell-led.c:251:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/led-class-flash.c:292:30: style: The scope of the variable 'ops' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/led-class-flash.c:215:30: error: Undefined behavior: Variable 'buf' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
linux-grsec-4.9.65/drivers/leds/led-triggers.c:110:8: style: The scope of the variable 'envp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/led-triggers.c:339:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-88pm860x.c:76:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-aat1290.c:300:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:215:29: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:217:24: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:231:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:233:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:258:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:260:15: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:315:16: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6328.c:317:16: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-bcm6358.c:72:37: portability: 'mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:498:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:497:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:498:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:553:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:551:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:553:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:594:2: style: Variable 'data->i2c_addr' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:593:2: note: Variable 'data->i2c_addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:594:2: note: Variable 'data->i2c_addr' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:330:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:115:7: style: struct member 'Anonymous0::cmdchar' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/leds/leds-blinkm.c:498:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/leds/leds-gpio.c:161:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-gpio.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-gpio.c:232:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-is31fl32xx.c:255:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-is31fl32xx.c:273:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-ktd2692.c:383:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-lp3952.c:114:9: style: The scope of the variable 'acpi_ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-lp55xx-common.c:296:10: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
linux-grsec-4.9.65/drivers/leds/leds-lp8860.c:436:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max77693.c:154:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max77693.c:606:19: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max77693.c:608:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max8997.c:54:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max8997.c:123:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-max8997.c:268:10: style: Variable 'mode' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/leds/leds-mc13783.c:186:9: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-menf21bmc.c:83:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-mlxcpld.c:330:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-ns2.c:354:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-ot200.c:120:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-powernv.c:256:19: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-pwm.c:177:13: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/leds-s3c24xx.c:87:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/leds/leds-ss4200.c:463:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-grsec-4.9.65/drivers/leds/leds-ss4200.c:436:2: error: Address of auto-variable 'nas_led->led_cdev' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/leds/leds-sunfire.c:129:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:36:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:34:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:36:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:61:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:59:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/leds/trigger/ledtrig-timer.c:61:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/lguest/interrupts_and_traps.c:558:60: style: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:158:60: note: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-grsec-4.9.65/drivers/lguest/interrupts_and_traps.c:558:60: note: Function 'load_guest_idt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-grsec-4.9.65/drivers/lguest/interrupts_and_traps.c:558:69: style: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:159:10: note: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-grsec-4.9.65/drivers/lguest/interrupts_and_traps.c:558:69: note: Function 'load_guest_idt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-grsec-4.9.65/drivers/lguest/lguest_user.c:178:37: portability: '(void*)cpu->regs_page' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/lguest/lguest_user.c:307:17: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/lguest/page_tables.c:393:52: style: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:196:52: note: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'.
linux-grsec-4.9.65/drivers/lguest/page_tables.c:393:52: note: Function 'demand_page' argument 2 names different: declaration 'cr2' definition 'vaddr'.
linux-grsec-4.9.65/drivers/lguest/page_tables.c:990:55: style: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:194:33: note: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'.
linux-grsec-4.9.65/drivers/lguest/page_tables.c:990:55: note: Function 'guest_set_pte' argument 4 names different: declaration 'val' definition 'gpte'.
linux-grsec-4.9.65/drivers/lguest/page_tables.c:1030:65: style: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:187:65: note: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'.
linux-grsec-4.9.65/drivers/lguest/page_tables.c:1030:65: note: Function 'guest_set_pgd' argument 3 names different: declaration 'i' definition 'idx'.
linux-grsec-4.9.65/drivers/lguest/segments.c:182:51: style: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:177:60: note: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-grsec-4.9.65/drivers/lguest/segments.c:182:51: note: Function 'load_guest_gdt_entry' argument 2 names different: declaration 'i' definition 'num'.
linux-grsec-4.9.65/drivers/lguest/segments.c:182:60: style: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:178:10: note: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-grsec-4.9.65/drivers/lguest/segments.c:182:60: note: Function 'load_guest_gdt_entry' argument 3 names different: declaration 'low' definition 'lo'.
linux-grsec-4.9.65/drivers/lguest/segments.c:210:55: style: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/lguest/lg.h:179:55: note: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'.
linux-grsec-4.9.65/drivers/lguest/segments.c:210:55: note: Function 'guest_load_tls' argument 2 names different: declaration 'tls_array' definition 'gtls'.
linux-grsec-4.9.65/drivers/lguest/x86/core.c:344:29: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/lguest/x86/core.c:349:15: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/lightnvm/core.c:215:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:229:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:244:9: style: The scope of the variable 'plane_cnt' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:244:20: style: The scope of the variable 'pl_idx' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:440:11: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:440:23: style: The scope of the variable 'blktype' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:491:9: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/core.c:1049:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:220:19: style: The scope of the variable 'rlun' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:683:18: style: The scope of the variable 'lun' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:684:6: style: The scope of the variable 'cmnt_size' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:724:20: style: The scope of the variable 'gp' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:788:20: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/rrpc.c:1130:18: style: The scope of the variable 'lun' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/sysblk.c:214:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/sysblk.c:373:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/sysblk.c:374:16: style: The scope of the variable 'nxt_blk' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/lightnvm/sysblk.c:375:19: style: The scope of the variable 'ppa' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/adb.c:527:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/adb.c:698:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/adb.c:453:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
linux-grsec-4.9.65/drivers/macintosh/adbhid.c:704:17: style: The scope of the variable 'ahid' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/adbhid.c:1093:16: style: The scope of the variable 'r1_buffer' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/ams/ams-core.c:194:22: style: Unused variable: np [unusedVariable]
linux-grsec-4.9.65/drivers/macintosh/mac_hid.c:198:32: style: Same expression on both sides of '!=' because the value of '*valp' and 'old_val' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/macintosh/mac_hid.c:189:16: note: 'old_val' is assigned value '*valp' here.
linux-grsec-4.9.65/drivers/macintosh/mac_hid.c:198:32: note: Same expression on both sides of '!=' because the value of '*valp' and 'old_val' are the same.
linux-grsec-4.9.65/drivers/macintosh/macio-adb.c:203:9: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/macio-adb.c:203:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/macio-adb.c:22:7: style: struct member 'preg::pad' is never used. [unusedStructMember]
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:292:15: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:364:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:608:21: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 607. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:607:24: note: Assuming that condition 'resource_no<32' is not redundant
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:608:21: note: Shift
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:636:23: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 635. [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:635:24: note: Assuming that condition 'resource_no<32' is not redundant
linux-grsec-4.9.65/drivers/macintosh/macio_asic.c:636:23: note: Shift
linux-grsec-4.9.65/drivers/macintosh/mediabay.c:356:15: style: The scope of the variable 'mb_content_types' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/mediabay.c:568:11: style: Variable 'ofnode' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/macintosh/rack-meter.c:99:29: style: Variable 'macio' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/macintosh/smu.c:187:9: style: Condition 'rc==0' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/macintosh/smu.c:169:11: note: Assignment 'rc=0', assigned value is 0
linux-grsec-4.9.65/drivers/macintosh/smu.c:187:9: note: Condition 'rc==0' is always true
linux-grsec-4.9.65/drivers/macintosh/smu.c:187:9: style: Same expression on both sides of '==' because the value of 'rc' and '0' are the same. [duplicateExpression]
linux-grsec-4.9.65/drivers/macintosh/smu.c:169:11: note: 'rc' is assigned value '0' here.
linux-grsec-4.9.65/drivers/macintosh/smu.c:187:9: note: Same expression on both sides of '==' because the value of 'rc' and '0' are the same.
linux-grsec-4.9.65/drivers/macintosh/smu.c:908:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/smu.c:1253:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/therm_adt746x.c:473:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-macii.c:187:6: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/macintosh/via-maciisi.c:318:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:644:7: style: The scope of the variable 'pcharge' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:644:24: style: The scope of the variable 'vb' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:1661:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:2052:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:2180:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:780:21: warning: Either the condition 'amperage>0' is redundant or there is division by zero at line 780. [zerodivcond]
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:775:43: note: Assuming that condition 'amperage>0' is not redundant
linux-grsec-4.9.65/drivers/macintosh/via-pmu.c:780:21: note: Division by zero
linux-grsec-4.9.65/drivers/macintosh/via-pmu68k.c:729:14: style: Condition 'show_pmu_ints' is always true [knownConditionTrueFalse]
linux-grsec-4.9.65/drivers/macintosh/via-pmu68k.c:569:30: style: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/via-pmu68k.c:105:49: note: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'.
linux-grsec-4.9.65/drivers/macintosh/via-pmu68k.c:569:30: note: Function 'pmu_interrupt' argument 2 names different: declaration 'arg' definition 'dev_id'.
linux-grsec-4.9.65/drivers/macintosh/via-pmu68k.c:522:6: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/macintosh/windfarm_core.c:90:22: style: The scope of the variable 'delay' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_core.c:210:44: style: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/windfarm.h:57:51: note: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_core.c:210:44: note: Function 'wf_register_control' argument 1 names different: declaration 'ct' definition 'new_ct'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_core.c:305:42: style: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/windfarm.h:116:49: note: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_core.c:305:42: note: Function 'wf_register_sensor' argument 1 names different: declaration 'sr' definition 'new_sr'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:34:45: style: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.h:46:52: note: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:34:45: note: Function 'wf_pid_run' argument 2 names different: declaration 'sample' definition 'new_sample'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:89:53: style: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.h:85:60: note: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:89:53: note: Function 'wf_cpu_pid_run' argument 2 names different: declaration 'power' definition 'new_power'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:89:68: style: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.h:85:71: note: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pid.c:89:68: note: Function 'wf_cpu_pid_run' argument 3 names different: declaration 'temp' definition 'new_temp'.
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm112.c:267:9: style: The scope of the variable 't' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm112.c:506:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm112.c:254:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm121.c:821:32: warning: Either the condition 'if(pm121_cpu_state)' is redundant or there is possible null pointer dereference: pm121_cpu_state. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm121.c:830:5: note: Assuming that condition 'if(pm121_cpu_state)' is not redundant
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm121.c:821:32: note: Null pointer dereference
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm72.c:254:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm72.c:611:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_pm72.c:201:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/macintosh/windfarm_rm31.c:248:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_rm31.c:514:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_rm31.c:195:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/macintosh/windfarm_smu_sat.c:210:13: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/macintosh/windfarm_smu_sat.c:211:20: style: The scope of the variable 'type' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/bcm-pdc-mailbox.c:926:23: warning: Either the condition 'if(pdcs&&(irq==pdcs->pdc_irq)&&(intstatus&(BIT(24+0)|BIT(16+0))))' is redundant or there is possible null pointer dereference: pdcs. [nullPointerRedundantCheck]
linux-grsec-4.9.65/drivers/mailbox/bcm-pdc-mailbox.c:929:5: note: Assuming that condition 'if(pdcs&&(irq==pdcs->pdc_irq)&&(intstatus&(BIT(24+0)|BIT(16+0))))' is not redundant
linux-grsec-4.9.65/drivers/mailbox/bcm-pdc-mailbox.c:926:23: note: Null pointer dereference
linux-grsec-4.9.65/drivers/mailbox/bcm-pdc-mailbox.c:952:20: style: The scope of the variable 'chan' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/bcm-pdc-mailbox.c:955:6: style: The scope of the variable 'rx_status' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/hi6220-mailbox.c:162:22: style: The scope of the variable 'intr_bit' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/mailbox-altera.c:173:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/mailbox-sti.c:105:22: style: The scope of the variable 'chan_info' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/omap-mailbox.c:264:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/pcc.c:459:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-grsec-4.9.65/drivers/mailbox/pcc.c:456:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/mailbox/pcc.c:459:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-grsec-4.9.65/drivers/mailbox/pcc.c:190:31: style: The scope of the variable 'doorbell_ack' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/pcc.c:196:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/pcc.c:389:31: style: The scope of the variable 'pcct_ss' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/rockchip-mailbox.c:178:11: style: The scope of the variable 'irq' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/mailbox/ti-msgmgr.c:335:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/alloc.c:216:17: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/alloc.c:239:17: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/util.h:558:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-grsec-4.9.65/drivers/md/bcache/bset.h:279:22: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/closure.h:139:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/md/bcache/bset.c:1234:32: style: The scope of the variable 'keys' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/bset.c:1315:10: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/bset.c:506:28: portability: '(void*)t->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/bset.c:506:57: portability: '((void*)t->data)+cacheline*128' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/bset.c:900:30: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:1512:15: style: The scope of the variable 'k' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:2457:21: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:158:40: portability: '(void*)btree_bset_first(b)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:191:26: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:233:19: portability: '(void*)(i)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:254:24: portability: '(void*)i' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:425:16: portability: 'base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:2465:0: error: Boolean value assigned to pointer. [assignBoolToPointer]
linux-grsec-4.9.65/drivers/md/bcache/btree.c:578:42: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
linux-grsec-4.9.65/drivers/md/bcache/closure.c:67:18: style: The scope of the variable 'cl' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/closure.c:64:49: style: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/md/bcache/closure.h:177:49: note: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'.
linux-grsec-4.9.65/drivers/md/bcache/closure.c:64:49: note: Function '__closure_wake_up' argument 1 names different: declaration 'list' definition 'wait_list'.
linux-grsec-4.9.65/drivers/md/bcache/closure.c:101:44: style: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'. [funcArgNamesDifferent]
linux-grsec-4.9.65/drivers/md/bcache/closure.h:178:44: note: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'.
linux-grsec-4.9.65/drivers/md/bcache/closure.c:101:44: note: Function 'closure_wait' argument 1 names different: declaration 'list' definition 'waitlist'.
linux-grsec-4.9.65/drivers/md/bcache/closure.c:18:17: error: Signed integer overflow for expression '(CLOSURE_DESTRUCTOR|CLOSURE_WAITING|CLOSURE_SLEEPING|CLOSURE_RUNNING|CLOSURE_STACK)<<1'. [integerOverflow]
linux-grsec-4.9.65/drivers/md/bcache/extents.c:536:17: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/extents.c:537:14: style: The scope of the variable 'stale' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/extents.c:551:7: style: Variable 'g' is assigned a value that is never used. [unreadVariable]
linux-grsec-4.9.65/drivers/md/bcache/io.c:66:13: style: The scope of the variable 'errors' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/io.c:31:2: error: Address of auto-variable 'b->bio' returned [returnAddressOfAutoVariable]
linux-grsec-4.9.65/drivers/md/bcache/journal.c:684:9: style: The scope of the variable 'sectors' can be reduced. [variableScope]
linux-grsec-4.9.65/drivers/md/bcache/journal.c:93:19: portability: '(void*)(j)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/journal.c:137:21: portability: '(void*)j' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-grsec-4.9.65/drivers/md/bcache/journal.c:618:19: portability: '(void*)(w->data)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[03:07]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/l/linux-igd/linux-igd_1.0+cvs20070630.orig.tar.gz
linux-igd-1.0+cvs20070630/gatedevice.c:707:5: style: Variable 'nodeList' is reassigned a value before the old one has been used. [redundantAssignment]
linux-igd-1.0+cvs20070630/gatedevice.c:701:0: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linux-igd-1.0+cvs20070630/gatedevice.c:707:5: note: Variable 'nodeList' is reassigned a value before the old one has been used.
linux-igd-1.0+cvs20070630/gatedevice.c:420:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:420:26: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:421:6: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:422:7: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:425:7: style: The scope of the variable 'resultStr' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:504:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:505:7: style: The scope of the variable 'result_param' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:506:7: style: The scope of the variable 'resultStr' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:507:6: style: The scope of the variable 'action_succeeded' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:547:9: style: The scope of the variable 'result_param' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:548:9: style: The scope of the variable 'resultStr' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:549:8: style: The scope of the variable 'action_succeeded' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:550:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:634:8: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:635:9: style: The scope of the variable 'num' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:636:9: style: The scope of the variable 'resultStr' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:639:18: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/gatedevice.c:105:56: style: Function 'HandleGetVarRequest' argument 1 names different: declaration 'gv_event' definition 'gv_request'. [funcArgNamesDifferent]
linux-igd-1.0+cvs20070630/gatedevice.h:46:56: note: Function 'HandleGetVarRequest' argument 1 names different: declaration 'gv_event' definition 'gv_request'.
linux-igd-1.0+cvs20070630/gatedevice.c:105:56: note: Function 'HandleGetVarRequest' argument 1 names different: declaration 'gv_event' definition 'gv_request'.
linux-igd-1.0+cvs20070630/gatedevice.c:847:33: style: Function 'CancelMappingExpiration' argument 1 names different: declaration 'eventId' definition 'expirationEventId'. [funcArgNamesDifferent]
linux-igd-1.0+cvs20070630/gatedevice.h:72:33: note: Function 'CancelMappingExpiration' argument 1 names different: declaration 'eventId' definition 'expirationEventId'.
linux-igd-1.0+cvs20070630/gatedevice.c:847:33: note: Function 'CancelMappingExpiration' argument 1 names different: declaration 'eventId' definition 'expirationEventId'.
linux-igd-1.0+cvs20070630/gatedevice.c:349:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-igd-1.0+cvs20070630/main.c:168:5: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
linux-igd-1.0+cvs20070630/pmlist.c:261:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/pmlist.c:274:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/pmlist.c:311:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/pmlist.c:326:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-igd-1.0+cvs20070630/util.c:32:24: style: The scope of the variable 'saddr' can be reduced. [variableScope]
[03:07]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-minidisc/linux-minidisc_0.9.15.orig.tar.gz
linux-minidisc-0.9.15/basictools/himdformat_scg.c:58:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'char *'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/basictools/himdformat_scg.c:42:14: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
linux-minidisc-0.9.15/basictools/himdscsitest.c:269:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-minidisc-0.9.15/basictools/himdscsitest.c:294:15: style: The scope of the variable 'tm' can be reduced. [variableScope]
linux-minidisc-0.9.15/basictools/himdscsitest.c:309:47: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
linux-minidisc-0.9.15/basictools/himdscsitest.c:325:56: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
linux-minidisc-0.9.15/basictools/himdscsitest.c:308:17: error: Uninitialized variable: tm [uninitvar]
linux-minidisc-0.9.15/basictools/himdscsitest.c:309:55: error: Uninitialized variable: tm [uninitvar]
linux-minidisc-0.9.15/basictools/mp3dec.c:72:63: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
linux-minidisc-0.9.15/basictools/mp3dec.c:81:0: error: Resource leak: f [resourceLeak]
linux-minidisc-0.9.15/basictools/mp3key.c:19:8: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-minidisc-0.9.15/himdcli/himdcli.c:195:9: error: Resource leak: strdumpf [resourceLeak]
linux-minidisc-0.9.15/himdcli/himdcli.c:200:9: error: Resource leak: strdumpf [resourceLeak]
linux-minidisc-0.9.15/himdcli/himdcli.c:235:9: error: Resource leak: strdumpf [resourceLeak]
linux-minidisc-0.9.15/libhimd/himd.c:74:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-minidisc-0.9.15/libhimd/himd.c:103:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-minidisc-0.9.15/libhimd/himd.c:116:4: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-minidisc-0.9.15/libhimd/himd.c:163:10: style: The scope of the variable 'indexfilename' can be reduced. [variableScope]
linux-minidisc-0.9.15/libhimd/himd.c:337:23: style: Function 'himd_free' argument 1 names different: declaration 'p' definition 'data'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/himd.h:166:23: note: Function 'himd_free' argument 1 names different: declaration 'p' definition 'data'.
linux-minidisc-0.9.15/libhimd/himd.c:337:23: note: Function 'himd_free' argument 1 names different: declaration 'p' definition 'data'.
linux-minidisc-0.9.15/libhimd/mdstream.c:263:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libhimd/mdstream.c:36:84: style: Function 'himd_blockstream_open' argument 3 names different: declaration 'frames_per_block' definition 'frags_per_block'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/himd.h:202:84: note: Function 'himd_blockstream_open' argument 3 names different: declaration 'frames_per_block' definition 'frags_per_block'.
linux-minidisc-0.9.15/libhimd/mdstream.c:36:84: note: Function 'himd_blockstream_open' argument 3 names different: declaration 'frames_per_block' definition 'frags_per_block'.
linux-minidisc-0.9.15/libhimd/mdstream.c:248:81: style: Function 'himd_writestream_write' argument 2 names different: declaration 'block' definition 'audioblock'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/himd.h:217:80: note: Function 'himd_writestream_write' argument 2 names different: declaration 'block' definition 'audioblock'.
linux-minidisc-0.9.15/libhimd/mdstream.c:248:81: note: Function 'himd_writestream_write' argument 2 names different: declaration 'block' definition 'audioblock'.
linux-minidisc-0.9.15/libhimd/sony_oma.c:30:74: style: Function 'make_ea3_format_header' argument 2 names different: declaration 'ci' definition 'trkinfo'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/sony_oma.h:12:74: note: Function 'make_ea3_format_header' argument 2 names different: declaration 'ci' definition 'trkinfo'.
linux-minidisc-0.9.15/libhimd/sony_oma.c:30:74: note: Function 'make_ea3_format_header' argument 2 names different: declaration 'ci' definition 'trkinfo'.
linux-minidisc-0.9.15/libhimd/trackindex.c:246:40: warning: Either the condition 'himd!=NULL' is redundant or there is possible null pointer dereference: himd. [nullPointerRedundantCheck]
linux-minidisc-0.9.15/libhimd/trackindex.c:250:31: note: Assuming that condition 'himd!=NULL' is not redundant
linux-minidisc-0.9.15/libhimd/trackindex.c:246:40: note: Null pointer dereference
linux-minidisc-0.9.15/libhimd/trackindex.c:490:17: style: The scope of the variable 'curtype' can be reduced. [variableScope]
linux-minidisc-0.9.15/libhimd/trackindex.c:490:29: style: The scope of the variable 'nextidx' can be reduced. [variableScope]
linux-minidisc-0.9.15/libhimd/trackindex.c:495:21: style: The scope of the variable 'curchunk' can be reduced. [variableScope]
linux-minidisc-0.9.15/libhimd/trackindex.c:226:82: style: Function 'himd_get_track_info' argument 3 names different: declaration 'track' definition 't'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/himd.h:173:82: note: Function 'himd_get_track_info' argument 3 names different: declaration 'track' definition 't'.
linux-minidisc-0.9.15/libhimd/trackindex.c:226:82: note: Function 'himd_get_track_info' argument 3 names different: declaration 'track' definition 't'.
linux-minidisc-0.9.15/libhimd/trackindex.c:241:64: style: Function 'himd_add_track_info' argument 2 names different: declaration 'track' definition 't'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libhimd/himd.h:179:64: note: Function 'himd_add_track_info' argument 2 names different: declaration 'track' definition 't'.
linux-minidisc-0.9.15/libhimd/trackindex.c:241:64: note: Function 'himd_add_track_info' argument 2 names different: declaration 'track' definition 't'.
linux-minidisc-0.9.15/libnetmd/common.c:80:42: style: Function 'netmd_exch_message' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/common.h:21:42: note: Function 'netmd_exch_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/common.c:80:42: note: Function 'netmd_exch_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/common.c:88:42: style: Function 'netmd_send_message' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/common.h:31:42: note: Function 'netmd_send_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/common.c:88:42: note: Function 'netmd_send_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/common.c:117:42: style: Function 'netmd_recv_message' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/common.h:41:42: note: Function 'netmd_recv_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/common.c:117:42: note: Function 'netmd_recv_message' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:447:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:504:5: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:504:5: warning: %i in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:637:9: warning: %i in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:961:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:108:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:100:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:108:5: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:1087:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:1082:5: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:1087:5: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:75:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:75:17: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:413:11: style: The scope of the variable 'track_last' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:414:21: style: The scope of the variable 'finish' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:621:18: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:51:70: style: Function 'find_pair' argument 2 names different: declaration 'pair' definition 'array'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/libnetmd.h:101:70: note: Function 'find_pair' argument 2 names different: declaration 'pair' definition 'array'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:51:70: note: Function 'find_pair' argument 2 names different: declaration 'pair' definition 'array'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:309:50: style: Function 'netmd_initialize_disc_info' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/libnetmd.h:144:50: note: Function 'netmd_initialize_disc_info' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:309:50: note: Function 'netmd_initialize_disc_info' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:895:41: style: Function 'netmd_write_track' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/libnetmd.h:203:41: note: Function 'netmd_write_track' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:895:41: note: Function 'netmd_write_track' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/libnetmd.c:154:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:555:17: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
linux-minidisc-0.9.15/libnetmd/libnetmd.c:948:9: error: Memory leak: data [memleak]
linux-minidisc-0.9.15/libnetmd/log.c:38:69: style: Function 'netmd_log_hex' argument 2 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/log.h:41:69: note: Function 'netmd_log_hex' argument 2 names different: declaration 'data' definition 'buf'.
linux-minidisc-0.9.15/libnetmd/log.c:38:69: note: Function 'netmd_log_hex' argument 2 names different: declaration 'data' definition 'buf'.
linux-minidisc-0.9.15/libnetmd/netmd_dev.c:147:43: style: Function 'netmd_close' argument 1 names different: declaration 'dev' definition 'devh'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/libnetmd/netmd_dev.h:53:43: note: Function 'netmd_close' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/netmd_dev.c:147:43: note: Function 'netmd_close' argument 1 names different: declaration 'dev' definition 'devh'.
linux-minidisc-0.9.15/libnetmd/secure.c:356:12: style: The scope of the variable 'packet_size' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/secure.c:357:9: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/secure.c:503:19: style: The scope of the variable 'iv' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/secure.c:552:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/trackinformation.c:104:5: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-minidisc-0.9.15/libnetmd/trackinformation.c:93:0: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/trackinformation.c:104:5: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-minidisc-0.9.15/libnetmd/trackinformation.c:40:14: style: The scope of the variable 'real_data_length' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/trackinformation.c:41:12: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/utilities/char-to-hex.c:27:6: style: The scope of the variable 'iLen' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/utilities/hex-to-char.c:27:6: style: The scope of the variable 'iData' can be reduced. [variableScope]
linux-minidisc-0.9.15/libnetmd/utilities/hex-to-char.c:24:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
linux-minidisc-0.9.15/libnetmd/utilities/hex-to-char.c:26:0: style: Variable 'iLen' is assigned a value that is never used. [unreadVariable]
linux-minidisc-0.9.15/libnetmd/utils.c:77:20: style: The scope of the variable 'current' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:176:18: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:177:18: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:179:14: style: The scope of the variable 'track' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:179:21: style: The scope of the variable 'playmode' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:180:9: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:183:11: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:671:11: style: The scope of the variable 's' can be reduced. [variableScope]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:690:9: error: Resource leak: fp [resourceLeak]
linux-minidisc-0.9.15/netmdcli/netmdcli.c:694:9: error: Resource leak: fp [resourceLeak]
linux-minidisc-0.9.15/qhimdtransfer/qhimdaboutdialog.h:10:1: style: The class 'QHiMDAboutDialog' does not have a constructor although it has private member variables. [noConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimdformatdialog.h:10:1: style: The class 'QHiMDFormatDialog' does not have a constructor although it has private member variables. [noConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.h:22:5: style: Class 'QHiMDMainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:46:26: style: The function 'tracknum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:27:26: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:46:26: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:47:21: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:29:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:47:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:48:21: style: The function 'artist' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:30:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:48:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:49:21: style: The function 'album' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:31:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:49:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:50:21: style: The function 'codecname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:32:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:50:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:51:19: style: The function 'duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:33:19: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:51:19: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:53:18: style: The function 'copyprotected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:34:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:53:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:54:17: style: The function 'blockcount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:35:17: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:54:17: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:77:26: style: The function 'tracknum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:27:26: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:77:26: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:78:21: style: The function 'group' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:28:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:78:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:79:21: style: The function 'title' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:29:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:79:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:80:21: style: The function 'codecname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:32:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:80:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:81:19: style: The function 'duration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:33:19: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:81:19: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:82:18: style: The function 'copyprotected' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:34:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:82:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:84:17: style: The function 'blockcount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:35:17: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdtrack.h:84:17: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:73:21: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:41:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:73:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:74:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:42:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:74:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:75:21: style: The function 'discTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:44:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:75:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:77:18: style: The function 'batchUpload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:54:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:77:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:78:18: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:55:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:78:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:92:21: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:41:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:92:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:93:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:42:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:93:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:95:18: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:55:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:95:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:96:18: style: The function 'batchUpload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:54:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:96:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:35:17: style: The function 'columnCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:17:17: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:35:17: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:37:13: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:19:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:37:13: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:38:18: style: The function 'is_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:20:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:38:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:39:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:21:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:39:10: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:52:17: style: The function 'columnCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:17:17: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:52:17: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:54:21: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:19:21: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:54:21: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:55:18: style: The function 'is_open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:20:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:55:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:56:18: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:21:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qmdmodel.h:56:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.cpp:6:17: style: The scope of the variable 'mddev' can be reduced. [variableScope]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.cpp:115:20: style: The scope of the variable 'mddev' can be reduced. [variableScope]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.cpp:35:17: warning: Member variable 'QHiMDDetection::dev_list' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:84:18: warning: Virtual function 'clearDeviceList' is called from destructor '~QHiMDDetection()' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.cpp:42:5: note: Calling clearDeviceList
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:84:18: note: clearDeviceList is a virtual method
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:85:18: warning: Virtual function 'cleanup_netmd_list' is called from destructor '~QHiMDDetection()' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.cpp:43:5: note: Calling cleanup_netmd_list
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:85:18: note: cleanup_netmd_list is a virtual method
linux-minidisc-0.9.15/qhimdtransfer/qhimdmacdetection.cpp:9:5: style: Class 'QHiMDMacDetection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmacdetection.cpp:12:10: style: The function 'scan_for_himd_devices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:88:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qhimdmacdetection.cpp:12:10: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:120:11: style: C-style pointer casting [cstyleCast]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:238:11: style: C-style pointer casting [cstyleCast]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:318:11: style: C-style pointer casting [cstyleCast]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:330:28: style: C-style pointer casting [cstyleCast]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:22:12: style: The scope of the variable 'width' can be reduced. [variableScope]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:140:49: style: Function 'upload_to' argument 1 names different: declaration 'path' definition 'UploadDirectory'. [funcArgNamesDifferent]
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.h:43:36: note: Function 'upload_to' argument 1 names different: declaration 'path' definition 'UploadDirectory'.
linux-minidisc-0.9.15/qhimdtransfer/qhimdmainwindow.cpp:140:49: note: Function 'upload_to' argument 1 names different: declaration 'path' definition 'UploadDirectory'.
linux-minidisc-0.9.15/qhimdtransfer/qhimdwindetection.cpp:34:5: style: Class 'QHiMDWinDetection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qhimdwindetection.cpp:33:10: style: The function 'scan_for_himd_devices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:88:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qhimdwindetection.cpp:33:10: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qhimdwindetection.cpp:42:18: style: The function 'remove_himddevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
linux-minidisc-0.9.15/qhimdtransfer/qhimddetection.h:89:18: note: Virtual function in base class
linux-minidisc-0.9.15/qhimdtransfer/qhimdwindetection.cpp:42:18: note: Function in derived class
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:193:9: style: The scope of the variable 'status' can be reduced. [variableScope]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::is_busy' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::is_open' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::trk_count' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::md_inserted' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::devhandle' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:13:12: warning: Member variable 'QMDDevice::mdChange' is not initialized in the constructor. [uninitMemberVar]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:42:18: warning: Virtual function 'close' is called from destructor '~QMDDevice()' at line 19. Dynamic binding is not used. [virtualCallInConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:19:5: note: Calling close
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:42:18: note: close is a virtual method
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:74:18: warning: Virtual function 'close' is called from destructor '~QNetMDDevice()' at line 127. Dynamic binding is not used. [virtualCallInConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:127:5: note: Calling close
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:74:18: note: close is a virtual method
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:93:18: warning: Virtual function 'close' is called from destructor '~QHiMDDevice()' at line 361. Dynamic binding is not used. [virtualCallInConstructor]
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:361:5: note: Calling close
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.h:93:18: note: close is a virtual method
linux-minidisc-0.9.15/qhimdtransfer/qmddevice.cpp:285:48: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
[03:07]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-ntfs/linux-ntfs_2.0.0.orig.tar.gz
ntfsprogs-2.0.0/libntfs/attrib.c:362:23: warning: Either the condition '!ni' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:363:6: note: Assuming that condition '!ni' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:362:23: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:873:43: warning: Either the condition '!na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:875:6: note: Assuming that condition '!na' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:873:43: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:874:4: warning: Either the condition '!na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:875:6: note: Assuming that condition '!na' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:874:4: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:1052:23: warning: Either the condition '!na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:1054:6: note: Assuming that condition '!na' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:1052:23: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:2641:15: warning: Either the condition '!ni' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:2643:6: note: Assuming that condition '!ni' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:2641:15: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:2765:16: warning: Either the condition '!ni' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrib.c:2769:6: note: Assuming that condition '!ni' is not redundant
ntfsprogs-2.0.0/libntfs/attrib.c:2765:16: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrib.c:179:4: style: Variable 'intbuf' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/libntfs/attrib.c:164:0: note: Variable 'intbuf' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/attrib.c:179:4: note: Variable 'intbuf' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/attrib.c:2898:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/attrib.c:3527:14: style: The scope of the variable 'm' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/attrib.c:2923:9: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
ntfsprogs-2.0.0/libntfs/attrlist.c:115:16: warning: Either the condition '!ni' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrlist.c:118:6: note: Assuming that condition '!ni' is not redundant
ntfsprogs-2.0.0/libntfs/attrlist.c:115:16: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/attrlist.c:116:27: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/attrlist.c:118:13: note: Assuming that condition '!attr' is not redundant
ntfsprogs-2.0.0/libntfs/attrlist.c:116:27: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/bitmap.c:61:21: warning: Either the condition '!na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/bitmap.c:66:6: note: Assuming that condition '!na' is not redundant
ntfsprogs-2.0.0/libntfs/bitmap.c:61:21: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/compress.c:336:24: warning: Either the condition '!na' is redundant or there is possible null pointer dereference: na. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/compress.c:338:6: note: Assuming that condition '!na' is not redundant
ntfsprogs-2.0.0/libntfs/compress.c:336:24: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/compress.c:102:7: style: Same expression on both sides of '-' because the value of 'cb' and 'cb_start' are the same. [duplicateExpression]
ntfsprogs-2.0.0/libntfs/compress.c:88:11: note: 'cb' is assigned value 'cb_start' here.
ntfsprogs-2.0.0/libntfs/compress.c:102:7: note: Same expression on both sides of '-' because the value of 'cb' and 'cb_start' are the same.
ntfsprogs-2.0.0/libntfs/dir.c:108:21: warning: Either the condition '!dir_ni' is redundant or there is possible null pointer dereference: dir_ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/dir.c:119:6: note: Assuming that condition '!dir_ni' is not redundant
ntfsprogs-2.0.0/libntfs/dir.c:108:21: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/dir.c:1214:3: style: Variable 'ir' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/libntfs/dir.c:1207:0: note: Variable 'ir' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/dir.c:1214:3: note: Variable 'ir' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/gnome-vfs-method.c:825:3: warning: Either the condition '!method_name_info' is redundant or there is possible null pointer dereference: method_name_info. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/gnome-vfs-method.c:823:6: note: Assuming that condition '!method_name_info' is not redundant
ntfsprogs-2.0.0/libntfs/gnome-vfs-method.c:825:3: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/gnome-vfs-method.c:188:6: style: The scope of the variable 'errint' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/gnome-vfs-method.c:411:13: style: Variable 'errint' is assigned a value that is never used. [unreadVariable]
ntfsprogs-2.0.0/libntfs/index.c:485:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/index.c:1028:28: style: Variable 'ie_last' is assigned a value that is never used. [unreadVariable]
ntfsprogs-2.0.0/libntfs/inode.c:834:23: warning: Either the condition '!al' is redundant or there is possible null pointer dereference: al. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/inode.c:836:6: note: Assuming that condition '!al' is not redundant
ntfsprogs-2.0.0/libntfs/inode.c:834:23: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/inode.c:863:29: warning: Either the condition '!aln' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
ntfsprogs-2.0.0/libntfs/inode.c:865:8: note: Assuming that condition '!aln' is not redundant
ntfsprogs-2.0.0/libntfs/inode.c:863:29: note: Null pointer addition
ntfsprogs-2.0.0/libntfs/inode.c:575:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/libntfs/inode.c:567:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/inode.c:575:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/inode.c:530:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/inode.c:350:5: error: Common realloc mistake: 'tmp_nis' nulled but not freed upon failure [memleakOnRealloc]
ntfsprogs-2.0.0/libntfs/mft.c:1505:61: warning: Either the condition '!ni' is redundant or there is possible null pointer dereference: ni. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/mft.c:1507:33: note: Assuming that condition '!ni' is not redundant
ntfsprogs-2.0.0/libntfs/mft.c:1505:61: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/runlist.c:748:26: warning: Either the condition '!attr' is redundant or there is possible null pointer dereference: attr. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/runlist.c:750:6: note: Assuming that condition '!attr' is not redundant
ntfsprogs-2.0.0/libntfs/runlist.c:748:26: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/runlist.c:1629:64: warning: Either the condition '!arl' is redundant or there is possible null pointer dereference: arl. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/libntfs/runlist.c:1627:6: note: Assuming that condition '!arl' is not redundant
ntfsprogs-2.0.0/libntfs/runlist.c:1629:64: note: Null pointer dereference
ntfsprogs-2.0.0/libntfs/volume.c:504:36: style: Condition '!debug' is always true [knownConditionTrueFalse]
ntfsprogs-2.0.0/libntfs/volume.c:451:15: note: Assignment 'debug=0', assigned value is 0
ntfsprogs-2.0.0/libntfs/volume.c:504:36: note: Condition '!debug' is always true
ntfsprogs-2.0.0/libntfs/volume.c:190:2: style: Variable 'mb' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/libntfs/volume.c:182:0: note: Variable 'mb' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/volume.c:190:2: note: Variable 'mb' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/libntfs/volume.c:80:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/win32_io.c:682:15: style: The scope of the variable 'err' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/win32_io.c:682:20: style: The scope of the variable 'buf_size' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/win32_io.c:1138:6: style: The scope of the variable 'err' can be reduced. [variableScope]
ntfsprogs-2.0.0/libntfs/win32_io.c:1405:29: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
ntfsprogs-2.0.0/ntfsprogs/mkntfs.c:143:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
ntfsprogs-2.0.0/ntfsprogs/ntfsck.c:643:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ntfsprogs-2.0.0/ntfsprogs/ntfsclone.c:535:14: style: The scope of the variable 'badsector_magic' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsclone.c:550:17: warning: Size of pointer 'badsector_magic' used instead of size of its data. [pointerSize]
ntfsprogs-2.0.0/ntfsprogs/ntfsclone.c:105:6: style: struct member 'Anonymous0::verbose' is never used. [unusedStructMember]
ntfsprogs-2.0.0/ntfsprogs/ntfsclone.c:106:6: style: struct member 'Anonymous0::quiet' is never used. [unusedStructMember]
ntfsprogs-2.0.0/ntfsprogs/ntfscmp.c:689:24: warning: Either the condition 'na2' is redundant or there is possible null pointer dereference: na2. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/ntfsprogs/ntfscmp.c:680:15: note: Assuming that condition 'na2' is not redundant
ntfsprogs-2.0.0/ntfsprogs/ntfscmp.c:689:24: note: Null pointer dereference
ntfsprogs-2.0.0/ntfsprogs/ntfscmp.c:59:6: style: struct member 'Anonymous0::debug' is never used. [unusedStructMember]
ntfsprogs-2.0.0/ntfsprogs/ntfsdecrypt.c:1187:28: style: The scope of the variable 'df_cred' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsdecrypt.c:1339:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:480:11: style: Same expression on both sides of '==' because the value of 'pass' and '1' are the same. [duplicateExpression]
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:466:13: note: 'pass' is assigned value '1' here.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:480:11: note: Same expression on both sides of '==' because the value of 'pass' and '1' are the same.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:519:45: style: Same expression on both sides of '==' because the value of 'pass' and '1' are the same. [duplicateExpression]
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:466:13: note: 'pass' is assigned value '1' here.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:519:45: note: Same expression on both sides of '==' because the value of 'pass' and '1' are the same.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:526:11: style: Same expression on both sides of '==' because the value of 'pass' and '1' are the same. [duplicateExpression]
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:466:13: note: 'pass' is assigned value '1' here.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:526:11: note: Same expression on both sides of '==' because the value of 'pass' and '1' are the same.
ntfsprogs-2.0.0/ntfsprogs/ntfsdump_logfile.c:764:0: error: Deallocating a deallocated pointer: buf [deallocDealloc]
ntfsprogs-2.0.0/ntfsprogs/ntfsfix.c:79:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:676:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:747:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:756:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:761:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1219:2: warning: %lld in format string (no. 3) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1286:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1289:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1293:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1299:4: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1952:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1955:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:2075:2: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:949:33: warning: Either the condition 'indent?"\t\t\t":"\t\t"' is redundant or there is possible null pointer dereference: indent. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:955:24: note: Assuming that condition 'indent?"\t\t\t":"\t\t"' is not redundant
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:949:33: note: Null pointer dereference
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:962:38: warning: Either the condition 'indent?"\t\t\t":"\t\t"' is redundant or there is possible null pointer dereference: indent. [nullPointerRedundantCheck]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:968:24: note: Assuming that condition 'indent?"\t\t\t":"\t\t"' is not redundant
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:962:38: note: Null pointer dereference
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:563:2: style: Variable 'standard_attr' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:560:0: note: Variable 'standard_attr' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:563:2: note: Variable 'standard_attr' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:570:3: style: Variable 'ntfs_time_str' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:568:0: note: Variable 'ntfs_time_str' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:570:3: note: Variable 'ntfs_time_str' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:808:2: style: Variable 'obj_id_attr' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:806:0: note: Variable 'obj_id_attr' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:808:2: note: Variable 'obj_id_attr' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1064:2: style: Variable 'vol_information' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1062:0: note: Variable 'vol_information' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1064:2: note: Variable 'vol_information' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1239:3: style: Variable 'attribute_name' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1237:0: note: Variable 'attribute_name' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1239:3: note: Variable 'attribute_name' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1700:2: style: Variable 'index_root' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1697:0: note: Variable 'index_root' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:1700:2: note: Variable 'index_root' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:2151:2: style: Variable 'ctx' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:2147:0: note: Variable 'ctx' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsinfo.c:2151:2: note: Variable 'ctx' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfslabel.c:291:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
ntfsprogs-2.0.0/ntfsprogs/ntfsls.c:501:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
ntfsprogs-2.0.0/ntfsprogs/ntfsls.c:496:0: note: Variable 'filename' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsls.c:501:2: note: Variable 'filename' is reassigned a value before the old one has been used.
ntfsprogs-2.0.0/ntfsprogs/ntfsmftalloc.c:156:12: style: The scope of the variable 'll' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsmount.c:273:6: style: The scope of the variable 'res' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsresize.c:1306:6: style: The scope of the variable 'rl_size' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsresize.c:1344:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsresize.c:1366:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsresize.c:2056:39: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:462:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:464:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:315:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:611:13: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:556:4: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:560:3: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ntfsprogs-2.0.0/ntfsprogs/ntfstruncate.c:576:4: warning: The buffer 's' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:832:18: style: The scope of the variable 'filename_attr' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:833:12: style: The scope of the variable 'inode_num' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:1162:6: style: The scope of the variable 'clusters_inuse' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:1162:22: style: The scope of the variable 'clusters_free' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:1283:14: style: The scope of the variable 'name' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:2101:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfsundelete.c:2102:21: style: The scope of the variable 'inode' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/ntfswipe.c:1284:6: style: The scope of the variable 'i' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:458:24: style: The scope of the variable 'ctx' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:459:15: style: The scope of the variable 'rec' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:461:6: style: The scope of the variable 'name_space' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:657:13: style: The scope of the variable 'attr' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:837:20: style: The scope of the variable 'col' can be reduced. [variableScope]
ntfsprogs-2.0.0/ntfsprogs/utils.c:805:9: style: Variable 'file' is assigned a value that is never used. [unreadVariable]
[03:08]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-patch-grsecurity2/linux-patch-grsecurity2_3.1+4.9.11-201702181444.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/linux-show-player/linux-show-player_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/linux-tools/linux-tools_4.4.orig.tar.xz
linux-tools-4.4/kernel/locking/lockdep.c:513:7: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/lockdep.c:543:7: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/lockdep.c:3920:20: style: The scope of the variable 'head' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/lockdep.c:4112:20: style: The scope of the variable 'hlock' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/lockdep.c:3382:32: style: Checking if unsigned variable 'depth' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/kernel/locking/lockdep.c:3906:39: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/kernel/locking/lockdep.c:4089:50: portability: 'mem_to' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/kernel/locking/lockdep.c:4100:19: portability: 'lock_from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/kernel/locking/lockdep.c:4101:12: portability: 'mem_from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/kernel/locking/lockdep.c:4127:49: portability: 'mem_from' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/kernel/locking/lockdep_proc.c:42:7: style: The scope of the variable 'str' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/locktorture.c:663:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-tools-4.4/kernel/locking/rtmutex.c:184:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/rtmutex.c:223:26: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-tools-4.4/kernel/locking/rtmutex.c:1425:48: style: Function 'rt_mutex_timed_futex_lock' argument 1 names different: declaration 'l' definition 'lock'. [funcArgNamesDifferent]
linux-tools-4.4/kernel/locking/rtmutex_common.h:111:55: note: Function 'rt_mutex_timed_futex_lock' argument 1 names different: declaration 'l' definition 'lock'.
linux-tools-4.4/kernel/locking/rtmutex.c:1425:48: note: Function 'rt_mutex_timed_futex_lock' argument 1 names different: declaration 'l' definition 'lock'.
linux-tools-4.4/kernel/locking/rtmutex.c:1426:34: style: Function 'rt_mutex_timed_futex_lock' argument 2 names different: declaration 'to' definition 'timeout'. [funcArgNamesDifferent]
linux-tools-4.4/kernel/locking/rtmutex_common.h:111:82: note: Function 'rt_mutex_timed_futex_lock' argument 2 names different: declaration 'to' definition 'timeout'.
linux-tools-4.4/kernel/locking/rtmutex.c:1426:34: note: Function 'rt_mutex_timed_futex_lock' argument 2 names different: declaration 'to' definition 'timeout'.
linux-tools-4.4/scripts/asn1_compiler.c:1270:10: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-tools-4.4/scripts/asn1_compiler.c:1284:10: style: The scope of the variable 'va' can be reduced. [variableScope]
linux-tools-4.4/scripts/asn1_compiler.c:1399:14: style: The scope of the variable 'act' can be reduced. [variableScope]
linux-tools-4.4/scripts/asn1_compiler.c:1400:6: style: The scope of the variable 'entry' can be reduced. [variableScope]
linux-tools-4.4/scripts/asn1_compiler.c:832:17: error: Expression 'type++,!(type->flags&1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-tools-4.4/scripts/asn1_compiler.c:857:73: style: Function 'parse_type' argument 2 names different: declaration 'stop' definition 'end'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/asn1_compiler.c:802:73: note: Function 'parse_type' argument 2 names different: declaration 'stop' definition 'end'.
linux-tools-4.4/scripts/asn1_compiler.c:857:73: note: Function 'parse_type' argument 2 names different: declaration 'stop' definition 'end'.
linux-tools-4.4/scripts/asn1_compiler.c:1236:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/asn1_compiler.c:1237:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/asn1_compiler.c:1238:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/asn1_compiler.c:1239:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/asn1_compiler.c:1240:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/basic/fixdep.c:200:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/scripts/basic/fixdep.c:307:6: style: The scope of the variable 'is_target' can be reduced. [variableScope]
linux-tools-4.4/scripts/conmakehash.c:54:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:183:58: warning: Redundant assignment of 'line' to itself. [selfAssignment]
linux-tools-4.4/scripts/docproc.c:184:46: warning: Redundant assignment of 'line' to itself. [selfAssignment]
linux-tools-4.4/scripts/docproc.c:185:58: warning: Redundant assignment of 'file' to itself. [selfAssignment]
linux-tools-4.4/scripts/docproc.c:185:71: warning: Redundant assignment of 'line' to itself. [selfAssignment]
linux-tools-4.4/scripts/docproc.c:197:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:198:18: style: The scope of the variable 'sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:199:7: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:216:10: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:504:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/scripts/docproc.c:398:6: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/docproc.c:422:2: error: Common realloc mistake: 'all_list' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/dtc/checks.c:323:2: style: Variable 'othernode' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/scripts/dtc/checks.c:319:0: note: Variable 'othernode' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/dtc/checks.c:323:2: note: Variable 'othernode' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/dtc/checks.c:129:19: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/checks.c:678:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/checks.c:691:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/data.c:93:44: style: Function 'data_copy_file' argument 2 names different: declaration 'len' definition 'maxlen'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/dtc.h:105:44: note: Function 'data_copy_file' argument 2 names different: declaration 'len' definition 'maxlen'.
linux-tools-4.4/scripts/dtc/data.c:93:44: note: Function 'data_copy_file' argument 2 names different: declaration 'len' definition 'maxlen'.
linux-tools-4.4/scripts/dtc/data.c:171:57: style: Function 'data_append_integer' argument 2 names different: declaration 'word' definition 'value'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/dtc.h:112:57: note: Function 'data_append_integer' argument 2 names different: declaration 'word' definition 'value'.
linux-tools-4.4/scripts/dtc/data.c:171:57: note: Function 'data_append_integer' argument 2 names different: declaration 'word' definition 'value'.
linux-tools-4.4/scripts/dtc/fdtdump.c:68:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/dtc/fdtdump.c:72:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/dtc/fdtdump.c:61:11: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtdump.c:61:17: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtdump.c:34:36: error: Expression 'p+=4,*((const uint32_t*)(p-4))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-tools-4.4/scripts/dtc/fdtdump.c:98:29: error: Expression 'p+=4,*((const uint32_t*)(p-4))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-tools-4.4/scripts/dtc/fdtdump.c:131:21: error: Expression 'p+=4,*((const uint32_t*)(p-4))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-tools-4.4/scripts/dtc/fdtdump.c:132:32: error: Expression 'p+=4,*((const uint32_t*)(p-4))' depends on order of evaluation of side effects [unknownEvaluationOrder]
linux-tools-4.4/scripts/dtc/fdtget.c:71:14: style: The scope of the variable 's' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:72:6: style: The scope of the variable 'value' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:124:29: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:125:14: style: The scope of the variable 'name' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:153:11: style: The scope of the variable 'tag' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:255:9: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtget.c:296:13: style: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/util.h:204:29: note: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'.
linux-tools-4.4/scripts/dtc/fdtget.c:296:13: note: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'.
linux-tools-4.4/scripts/dtc/fdtput.c:75:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fdtput.c:291:13: style: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/util.h:204:29: note: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'.
linux-tools-4.4/scripts/dtc/fdtput.c:291:13: note: Function 'util_usage' argument 1 names different: declaration 'errmsg' definition 'msg'.
linux-tools-4.4/scripts/dtc/flattree.c:187:3: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
linux-tools-4.4/scripts/dtc/flattree.c:452:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/flattree.c:702:23: style: The scope of the variable 'new' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/flattree.c:807:38: style: The scope of the variable 'size_dt' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/fstree.c:52:21: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/libfdt/fdt.c:88:14: warning: Invalid test for overflow 'p+len<p'. Condition is always false unless there is overflow, and overflow is undefined behaviour. [invalidTestForOverflow]
linux-tools-4.4/scripts/dtc/libfdt/fdt.c:77:70: style: Function 'fdt_offset_ptr' argument 3 names different: declaration 'checklen' definition 'len'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt.h:130:70: note: Function 'fdt_offset_ptr' argument 3 names different: declaration 'checklen' definition 'len'.
linux-tools-4.4/scripts/dtc/libfdt/fdt.c:77:70: note: Function 'fdt_offset_ptr' argument 3 names different: declaration 'checklen' definition 'len'.
linux-tools-4.4/scripts/dtc/libfdt/fdt.c:93:44: style: Function 'fdt_next_tag' argument 2 names different: declaration 'offset' definition 'startoffset'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt.h:136:44: note: Function 'fdt_next_tag' argument 2 names different: declaration 'offset' definition 'startoffset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt.c:93:44: note: Function 'fdt_next_tag' argument 2 names different: declaration 'offset' definition 'startoffset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:477:14: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:559:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:132:53: style: Function 'fdt_subnode_offset_namelen' argument 2 names different: declaration 'parentoffset' definition 'offset'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt.h:298:53: note: Function 'fdt_subnode_offset_namelen' argument 2 names different: declaration 'parentoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:132:53: note: Function 'fdt_subnode_offset_namelen' argument 2 names different: declaration 'parentoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:207:64: style: Function 'fdt_get_name' argument 3 names different: declaration 'lenp' definition 'len'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt.h:381:64: note: Function 'fdt_get_name' argument 3 names different: declaration 'lenp' definition 'len'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:207:64: note: Function 'fdt_get_name' argument 3 names different: declaration 'lenp' definition 'len'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:267:15: style: Function 'fdt_get_property_namelen' argument 2 names different: declaration 'nodeoffset' definition 'offset'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt.h:464:15: note: Function 'fdt_get_property_namelen' argument 2 names different: declaration 'nodeoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_ro.c:267:15: note: Function 'fdt_get_property_namelen' argument 2 names different: declaration 'nodeoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_rw.c:296:19: style: The scope of the variable 'newlen' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/libfdt/fdt_rw.c:418:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/libfdt/fdt_wip.c:97:41: style: Function '_fdt_node_end_offset' argument 2 names different: declaration 'nodeoffset' definition 'offset'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/libfdt/libfdt_internal.h:68:41: note: Function '_fdt_node_end_offset' argument 2 names different: declaration 'nodeoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/libfdt/fdt_wip.c:97:41: note: Function '_fdt_node_end_offset' argument 2 names different: declaration 'nodeoffset' definition 'offset'.
linux-tools-4.4/scripts/dtc/livetree.c:299:51: style: Function 'build_reserve_entry' argument 1 names different: declaration 'start' definition 'address'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/dtc.h:231:51: note: Function 'build_reserve_entry' argument 1 names different: declaration 'start' definition 'address'.
linux-tools-4.4/scripts/dtc/livetree.c:299:51: note: Function 'build_reserve_entry' argument 1 names different: declaration 'start' definition 'address'.
linux-tools-4.4/scripts/dtc/livetree.c:299:69: style: Function 'build_reserve_entry' argument 2 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/dtc.h:231:67: note: Function 'build_reserve_entry' argument 2 names different: declaration 'len' definition 'size'.
linux-tools-4.4/scripts/dtc/livetree.c:299:69: note: Function 'build_reserve_entry' argument 2 names different: declaration 'len' definition 'size'.
linux-tools-4.4/scripts/dtc/srcpos.c:275:6: warning: Either the condition 'pos' is redundant or there is possible null pointer dereference: pos. [nullPointerRedundantCheck]
linux-tools-4.4/scripts/dtc/srcpos.c:271:6: note: Assuming that condition 'pos' is not redundant
linux-tools-4.4/scripts/dtc/srcpos.c:275:6: note: Null pointer dereference
linux-tools-4.4/scripts/dtc/treesource.c:125:5: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
linux-tools-4.4/scripts/dtc/treesource.c:31:46: style: Function 'dt_from_source' argument 1 names different: declaration 'f' definition 'fname'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/dtc/dtc.h:263:46: note: Function 'dt_from_source' argument 1 names different: declaration 'f' definition 'fname'.
linux-tools-4.4/scripts/dtc/treesource.c:31:46: note: Function 'dt_from_source' argument 1 names different: declaration 'f' definition 'fname'.
linux-tools-4.4/scripts/dtc/util.c:76:14: style: The scope of the variable 'ss' can be reduced. [variableScope]
linux-tools-4.4/scripts/dtc/util.c:353:14: style: The scope of the variable 's' can be reduced. [variableScope]
linux-tools-4.4/scripts/extract-cert.c:139:9: style: The scope of the variable 'x509' can be reduced. [variableScope]
linux-tools-4.4/scripts/genksyms/genksyms.c:191:23: style: Same expression on both sides of '&&'. [duplicateExpression]
linux-tools-4.4/scripts/genksyms/genksyms.c:193:23: style: Same expression on both sides of '&&'. [duplicateExpression]
linux-tools-4.4/scripts/genksyms/genksyms.c:217:24: style: The scope of the variable 'expr' can be reduced. [variableScope]
linux-tools-4.4/scripts/genksyms/genksyms.c:715:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-tools-4.4/scripts/genksyms/genksyms.c:227:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-tools-4.4/scripts/genksyms/genksyms.c:606:19: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-tools-4.4/scripts/genksyms/genksyms.c:335:36: style: Function 'free_node' argument 1 names different: declaration 'list' definition 'node'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/genksyms/genksyms.h:69:36: note: Function 'free_node' argument 1 names different: declaration 'list' definition 'node'.
linux-tools-4.4/scripts/genksyms/genksyms.c:335:36: note: Function 'free_node' argument 1 names different: declaration 'list' definition 'node'.
linux-tools-4.4/scripts/genksyms/genksyms.c:526:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linux-tools-4.4/scripts/genksyms/genksyms.c:554:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
linux-tools-4.4/scripts/genksyms/genksyms.c:875:0: error: Resource leak: dumpfile [resourceLeak]
linux-tools-4.4/scripts/kallsyms.c:372:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/kallsyms.c:401:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/kallsyms.c:418:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/kallsyms.c:95:21: style: The scope of the variable 'ar' can be reduced. [variableScope]
linux-tools-4.4/scripts/kallsyms.c:184:21: style: The scope of the variable 'ar' can be reduced. [variableScope]
linux-tools-4.4/scripts/kallsyms.c:303:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/scripts/kallsyms.c:475:18: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/scripts/kallsyms.c:476:17: style: The scope of the variable 'p1' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/conf.c:136:14: style: The scope of the variable 'def' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lkc.h:164:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/kconfig/lkc.h:169:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/kconfig/lkc.h:174:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/kconfig/lkc.h:179:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/kconfig/confdata.c:86:17: style: The scope of the variable 'sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/confdata.c:113:14: style: The scope of the variable 'fullname' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/confdata.c:511:9: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/confdata.c:583:9: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/confdata.c:665:38: style: Function 'conf_write_defconfig' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lkc_proto.h:7:38: note: Function 'conf_write_defconfig' argument 1 names different: declaration 'name' definition 'filename'.
linux-tools-4.4/scripts/kconfig/confdata.c:665:38: note: Function 'conf_write_defconfig' argument 1 names different: declaration 'name' definition 'filename'.
linux-tools-4.4/scripts/kconfig/expr.c:248:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/gconf.c:1220:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/gconf.c:1336:17: style: The scope of the variable 'sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/gconf.c:170:11: style: Variable 'widget' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:384:6: style: The scope of the variable 'newl' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:384:12: style: The scope of the variable 'cur_x' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:384:19: style: The scope of the variable 'cur_y' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:385:18: style: The scope of the variable 'room' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:385:24: style: The scope of the variable 'wlen' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:386:30: style: The scope of the variable 'word' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:386:42: style: The scope of the variable 'sp2' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:386:48: style: The scope of the variable 'newline_separator' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:513:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:534:23: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:641:26: style: Function 'item_set_data' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lxdialog/dialog.h:164:26: note: Function 'item_set_data' argument 1 names different: declaration 'p' definition 'ptr'.
linux-tools-4.4/scripts/kconfig/lxdialog/util.c:641:26: note: Function 'item_set_data' argument 1 names different: declaration 'p' definition 'ptr'.
linux-tools-4.4/scripts/kconfig/mconf.c:651:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/menu.c:610:2: warning: Either the condition 'sym' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
linux-tools-4.4/scripts/kconfig/menu.c:624:6: note: Assuming that condition 'sym' is not redundant
linux-tools-4.4/scripts/kconfig/menu.c:640:25: note: Calling function 'get_symbol_prop', 1st argument 'sym' value is 0
linux-tools-4.4/scripts/kconfig/menu.c:610:2: note: Null pointer dereference
linux-tools-4.4/scripts/kconfig/menu.c:637:2: warning: Either the condition 'sym' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
linux-tools-4.4/scripts/kconfig/menu.c:624:6: note: Assuming that condition 'sym' is not redundant
linux-tools-4.4/scripts/kconfig/menu.c:637:2: note: Null pointer dereference
linux-tools-4.4/scripts/kconfig/menu.c:652:2: warning: Either the condition 'sym' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
linux-tools-4.4/scripts/kconfig/menu.c:624:6: note: Assuming that condition 'sym' is not redundant
linux-tools-4.4/scripts/kconfig/menu.c:652:2: note: Null pointer dereference
linux-tools-4.4/scripts/kconfig/menu.c:662:6: warning: Either the condition 'sym' is redundant or there is possible null pointer dereference: sym. [nullPointerRedundantCheck]
linux-tools-4.4/scripts/kconfig/menu.c:624:6: note: Assuming that condition 'sym' is not redundant
linux-tools-4.4/scripts/kconfig/menu.c:662:6: note: Null pointer dereference
linux-tools-4.4/scripts/kconfig/menu.c:549:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/menu.c:183:39: style: Function 'menu_add_visibility' argument 1 names different: declaration 'dep' definition 'expr'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lkc.h:105:39: note: Function 'menu_add_visibility' argument 1 names different: declaration 'dep' definition 'expr'.
linux-tools-4.4/scripts/kconfig/menu.c:183:39: note: Function 'menu_add_visibility' argument 1 names different: declaration 'dep' definition 'expr'.
linux-tools-4.4/scripts/kconfig/nconf.gui.c:222:2: style: Variable 'total_lines' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/scripts/kconfig/nconf.gui.c:217:0: note: Variable 'total_lines' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/kconfig/nconf.gui.c:222:2: note: Variable 'total_lines' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/kconfig/nconf.gui.c:562:2: style: Variable 'total_lines' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/scripts/kconfig/nconf.gui.c:547:0: note: Variable 'total_lines' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/kconfig/nconf.gui.c:562:2: note: Variable 'total_lines' is reassigned a value before the old one has been used.
linux-tools-4.4/scripts/kconfig/nconf.gui.c:244:8: style: The scope of the variable 'btn' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/nconf.gui.c:375:14: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/kconfig/nconf.gui.c:481:17: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/kconfig/qconf.h:50:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:90:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:148:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:152:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:157:25: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:160:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:163:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.h:199:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:228:12: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:242:14: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:388:21: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:406:21: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:442:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:660:9: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:664:39: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:698:11: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:725:9: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:772:21: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:833:21: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:863:21: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:1634:9: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:1642:10: style: C-style pointer casting [cstyleCast]
linux-tools-4.4/scripts/kconfig/qconf.cc:427:15: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/qconf.cc:550:14: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/qconf.cc:708:43: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'ev'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/qconf.h:55:32: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'ev'.
linux-tools-4.4/scripts/kconfig/qconf.cc:708:43: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'ev'.
linux-tools-4.4/scripts/kconfig/qconf.cc:1044:43: style: Function 'setInfo' argument 1 names different: declaration 'menu' definition 'm'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/qconf.h:249:28: note: Function 'setInfo' argument 1 names different: declaration 'menu' definition 'm'.
linux-tools-4.4/scripts/kconfig/qconf.cc:1044:43: note: Function 'setInfo' argument 1 names different: declaration 'menu' definition 'm'.
linux-tools-4.4/scripts/kconfig/qconf.cc:313:6: style: Unused variable: i [unusedVariable]
linux-tools-4.4/scripts/kconfig/qconf.h:196:2: style: Class 'ConfigLineEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
linux-tools-4.4/scripts/kconfig/symbol.c:695:17: style: The scope of the variable 'ds' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/symbol.c:1083:23: style: The scope of the variable 'next_sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/symbol.c:1263:19: style: The scope of the variable 'prop' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/symbol.c:1297:20: style: The scope of the variable 'propp' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/symbol.c:473:61: style: Function 'sym_tristate_within_range' argument 2 names different: declaration 'tri' definition 'val'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lkc_proto.h:39:60: note: Function 'sym_tristate_within_range' argument 2 names different: declaration 'tri' definition 'val'.
linux-tools-4.4/scripts/kconfig/symbol.c:473:61: note: Function 'sym_tristate_within_range' argument 2 names different: declaration 'tri' definition 'val'.
linux-tools-4.4/scripts/kconfig/symbol.c:492:58: style: Function 'sym_set_tristate_value' argument 2 names different: declaration 'tri' definition 'val'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lkc_proto.h:40:57: note: Function 'sym_set_tristate_value' argument 2 names different: declaration 'tri' definition 'val'.
linux-tools-4.4/scripts/kconfig/symbol.c:492:58: note: Function 'sym_set_tristate_value' argument 2 names different: declaration 'tri' definition 'val'.
linux-tools-4.4/scripts/kconfig/symbol.c:551:55: style: Function 'sym_string_valid' argument 2 names different: declaration 'newval' definition 'str'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/kconfig/lkc_proto.h:42:55: note: Function 'sym_string_valid' argument 2 names different: declaration 'newval' definition 'str'.
linux-tools-4.4/scripts/kconfig/symbol.c:551:55: note: Function 'sym_string_valid' argument 2 names different: declaration 'newval' definition 'str'.
linux-tools-4.4/scripts/kconfig/symbol.c:903:4: error: Common realloc mistake: 'res' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/kconfig/util.c:37:23: style: The scope of the variable 'env_sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/kconfig/util.c:103:9: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/file2alias.c:663:22: warning: Redundant assignment of '(*prod_id_hash)[i]' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/file2alias.c:740:10: warning: Redundant assignment of 'arr[i]' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/file2alias.c:545:10: style: The scope of the variable 'byte_shift' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/file2alias.c:546:16: style: The scope of the variable 'msk' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/file2alias.c:171:25: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:171:30: portability: 'symval+size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:171:38: portability: 'symval+size-id_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:177:24: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:177:29: portability: 'symval+size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:177:37: portability: 'symval+size-id_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:193:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:194:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:195:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:196:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:197:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:198:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:199:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:200:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:201:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:202:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:203:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:300:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:301:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:302:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:303:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:304:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:305:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:306:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:371:29: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:378:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:379:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:380:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:381:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:397:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:398:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:399:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:400:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:401:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:426:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:427:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:428:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:429:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:430:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:431:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:466:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:467:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:468:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:469:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:470:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:490:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:501:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:512:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:513:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:514:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:515:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:538:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:539:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:540:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:577:3: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:577:3: portability: 'symval+i*id_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:604:3: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:604:3: portability: 'symval+i*id_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:616:5: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:616:5: portability: 'symval+i2*id_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:654:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:655:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:656:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:657:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:658:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:659:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:660:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:691:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:692:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:693:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:716:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:717:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:750:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:751:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:752:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:753:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:754:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:755:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:756:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:757:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:758:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:759:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:760:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:761:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:762:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:763:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:808:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:821:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:822:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:823:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:824:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:841:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:842:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:843:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:858:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:859:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:860:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:875:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:876:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:877:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:878:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:894:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:895:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:916:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:933:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:944:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:985:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1009:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1019:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1020:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1044:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1055:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1056:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1071:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1072:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1073:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1136:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1137:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1163:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1179:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1180:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1181:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1182:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1198:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1209:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1210:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1211:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1228:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1229:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1230:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1231:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1248:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1249:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1260:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1261:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1262:2: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1298:33: portability: 'symval' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:1345:4: portability: '(void*)info->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/file2alias.c:308:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/mod/file2alias.c:310:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/scripts/mod/modpost.c:439:19: warning: Redundant assignment of 'hdr->e_type' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:440:19: warning: Redundant assignment of 'hdr->e_machine' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:441:19: warning: Redundant assignment of 'hdr->e_version' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:442:19: warning: Redundant assignment of 'hdr->e_entry' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:443:19: warning: Redundant assignment of 'hdr->e_phoff' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:444:19: warning: Redundant assignment of 'hdr->e_shoff' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:445:19: warning: Redundant assignment of 'hdr->e_flags' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:446:19: warning: Redundant assignment of 'hdr->e_ehsize' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:447:19: warning: Redundant assignment of 'hdr->e_phentsize' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:448:19: warning: Redundant assignment of 'hdr->e_phnum' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:449:19: warning: Redundant assignment of 'hdr->e_shentsize' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:450:19: warning: Redundant assignment of 'hdr->e_shnum' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:451:19: warning: Redundant assignment of 'hdr->e_shstrndx' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:482:27: warning: Redundant assignment of 'sechdrs[i].sh_name' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:483:27: warning: Redundant assignment of 'sechdrs[i].sh_type' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:484:27: warning: Redundant assignment of 'sechdrs[i].sh_flags' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:485:27: warning: Redundant assignment of 'sechdrs[i].sh_addr' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:486:27: warning: Redundant assignment of 'sechdrs[i].sh_offset' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:487:27: warning: Redundant assignment of 'sechdrs[i].sh_size' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:488:27: warning: Redundant assignment of 'sechdrs[i].sh_link' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:489:27: warning: Redundant assignment of 'sechdrs[i].sh_info' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:490:27: warning: Redundant assignment of 'sechdrs[i].sh_addralign' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:491:27: warning: Redundant assignment of 'sechdrs[i].sh_entsize' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:549:17: warning: Redundant assignment of 'sym->st_shndx' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:550:17: warning: Redundant assignment of 'sym->st_name' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:551:17: warning: Redundant assignment of 'sym->st_value' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:552:17: warning: Redundant assignment of 'sym->st_size' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:564:7: warning: Redundant assignment of '*p' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:1802:10: warning: Redundant assignment of 'r_sym' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:1848:10: warning: Redundant assignment of 'r_sym' to itself. [selfAssignment]
linux-tools-4.4/scripts/mod/modpost.c:609:15: style: The scope of the variable 'crc' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/modpost.c:1781:12: style: The scope of the variable 'sym' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/modpost.c:1927:14: style: The scope of the variable 'symname' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/modpost.c:2083:21: style: The scope of the variable 'exp' can be reduced. [variableScope]
linux-tools-4.4/scripts/mod/modpost.c:452:24: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:494:27: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:510:32: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:526:37: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:528:37: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:531:37: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:538:43: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:540:43: portability: '(void*)hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:764:26: portability: '(void*)elf->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:771:26: portability: '(void*)elf->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:1688:26: portability: '(void*)elf->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:1787:37: portability: '(void*)elf->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:1788:34: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:1833:36: portability: '(void*)elf->hdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/modpost.c:1834:33: portability: '(void*)start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/mod/sumversion.c:515:22: style: Function 'maybe_frob_rcs_version' argument 4 names different: declaration 'modinfo_offset' definition 'version_offset'. [funcArgNamesDifferent]
linux-tools-4.4/scripts/mod/modpost.h:183:22: note: Function 'maybe_frob_rcs_version' argument 4 names different: declaration 'modinfo_offset' definition 'version_offset'.
linux-tools-4.4/scripts/mod/sumversion.c:515:22: note: Function 'maybe_frob_rcs_version' argument 4 names different: declaration 'modinfo_offset' definition 'version_offset'.
linux-tools-4.4/scripts/pnmtologo.c:256:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/pnmtologo.c:257:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/pnmtologo.c:259:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/pnmtologo.c:449:9: style: The scope of the variable 'opt' can be reduced. [variableScope]
linux-tools-4.4/scripts/recordmcount.h:444:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/recordmcount.c:444:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/scripts/recordmcount.h:490:14: style: The scope of the variable 'txtname' can be reduced. [variableScope]
linux-tools-4.4/scripts/recordmcount.c:106:23: portability: 'file_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:109:12: portability: 'file_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:112:23: portability: 'file_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:141:15: portability: 'file_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:142:29: portability: 'file_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:164:22: portability: 'file_append' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:164:33: portability: 'buf' is of type 'const void * const'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:166:11: portability: 'file_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:195:12: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:199:11: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:199:20: portability: 'map+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:214:12: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:259:22: portability: 'file_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:207:37: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:213:27: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:283:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:288:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:291:7: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:294:11: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:341:36: portability: '(void*)mrelp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:343:40: portability: '(void*)relp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:359:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:402:40: portability: '(void*)relp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:424:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:506:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.h:510:3: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/recordmcount.c:382:16: style: struct member 'Anonymous1::r_ssym' is never used. [unusedStructMember]
linux-tools-4.4/scripts/recordmcount.c:383:16: style: struct member 'Anonymous1::r_type3' is never used. [unusedStructMember]
linux-tools-4.4/scripts/recordmcount.c:384:16: style: struct member 'Anonymous1::r_type2' is never used. [unusedStructMember]
linux-tools-4.4/scripts/recordmcount.c:145:4: error: Common realloc mistake: 'file_append' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/scripts/selinux/genheaders/genheaders.c:47:8: style: The scope of the variable 'substr' can be reduced. [variableScope]
linux-tools-4.4/scripts/sign-file.c:52:11: style: struct member 'module_signature::algo' is never used. [unusedStructMember]
linux-tools-4.4/scripts/sign-file.c:53:11: style: struct member 'module_signature::hash' is never used. [unusedStructMember]
linux-tools-4.4/scripts/sign-file.c:55:11: style: struct member 'module_signature::signer_len' is never used. [unusedStructMember]
linux-tools-4.4/scripts/sign-file.c:56:11: style: struct member 'module_signature::key_id_len' is never used. [unusedStructMember]
linux-tools-4.4/scripts/sign-file.c:57:11: style: struct member 'module_signature::__pad' is never used. [unusedStructMember]
linux-tools-4.4/scripts/sortextable.h:138:26: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:165:29: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:181:22: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:200:36: portability: '(void*)ehdr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:201:35: portability: '(void*)ehdr+r(&sort_needed_sec->sh_offset)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:202:34: portability: '(void*)ehdr+r(&sort_needed_sec->sh_offset)+r(&sort_needed_sym->st_value)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:201:35: portability: '(void*)ehdr+r8(&sort_needed_sec->sh_offset)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/sortextable.h:202:34: portability: '(void*)ehdr+r8(&sort_needed_sec->sh_offset)+r8(&sort_needed_sym->st_value)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/scripts/unifdef.c:643:6: style: The scope of the variable 'cursym' can be reduced. [variableScope]
linux-tools-4.4/scripts/unifdef.c:644:6: style: The scope of the variable 'kwlen' can be reduced. [variableScope]
linux-tools-4.4/scripts/unifdef.c:1206:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
linux-tools-4.4/tools/build/feature/test-sync-compare-and-swap.c:9:7: warning: Redundant assignment of 'argv' to itself. [selfAssignment]
linux-tools-4.4/tools/build/feature/test-bpf.c:16:7: warning: Redundant assignment of 'attr' to itself. [selfAssignment]
linux-tools-4.4/tools/build/feature/test-bpf.c:16:9: style: Variable 'attr' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/tools/build/fixdep.c:52:6: style: The scope of the variable 'is_target' can be reduced. [variableScope]
linux-tools-4.4/tools/firewire/decode-fcp.c:162:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/firewire/decode-fcp.c:48:6: style: struct member 'avc_field::offset' is never used. [unusedStructMember]
linux-tools-4.4/tools/firewire/decode-fcp.c:50:6: style: struct member 'avc_field::width' is never used. [unusedStructMember]
linux-tools-4.4/tools/firewire/decode-fcp.c:51:19: style: struct member 'avc_field::names' is never used. [unusedStructMember]
linux-tools-4.4/tools/firewire/nosy-dump.c:787:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/firewire/nosy-dump.c:797:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/firewire/nosy-dump.c:803:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/firewire/nosy-dump.c:243:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-tools-4.4/tools/firewire/nosy-dump.c:498:25: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-tools-4.4/tools/firewire/nosy-dump.c:731:8: style: The scope of the variable 'high_width' can be reduced. [variableScope]
linux-tools-4.4/tools/firewire/nosy-dump.c:731:20: style: The scope of the variable 'low_width' can be reduced. [variableScope]
linux-tools-4.4/tools/firewire/nosy-dump.c:963:4: error: Resource leak: input [resourceLeak]
linux-tools-4.4/tools/firewire/nosy-dump.c:1035:0: error: Resource leak: input [resourceLeak]
linux-tools-4.4/tools/hv/hv_fcopy_daemon.c:134:16: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:331:9: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:324:16: note: outer condition: i<num_records
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:331:9: note: opposite inner condition: i==num_records
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:180:21: style: The scope of the variable 'readp' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:229:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:230:8: style: The scope of the variable 'filep' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:231:9: style: The scope of the variable 'records_read' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:232:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:235:6: style: The scope of the variable 'num_blocks' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:601:11: style: The scope of the variable 'file' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:657:15: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:660:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:693:11: style: The scope of the variable 'file' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:754:8: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:1145:6: style: The scope of the variable 'error' can be reduced. [variableScope]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:287:5: error: Common realloc mistake: 'record' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/hv/hv_kvp_daemon.c:390:3: error: Common realloc mistake: 'record' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/iio/iio_utils.c:624:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-tools-4.4/tools/iio/iio_utils.c:796:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-tools-4.4/tools/iio/iio_utils.c:976:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-tools-4.4/tools/lguest/lguest.c:466:3: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/lguest/lguest.c:3082:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/tools/lguest/lguest.c:3220:32: style: The scope of the variable 'initrd_size' can be reduced. [variableScope]
linux-tools-4.4/tools/lguest/lguest.c:294:9: portability: 'dest' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:321:20: portability: 'guest_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:360:20: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:371:14: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:510:5: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:581:2: portability: '(void*)mem' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:620:2: portability: 'guest_base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:1787:21: portability: '(void*)cfg' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:1787:52: portability: '(void*)&vq->pci_config' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lguest/lguest.c:1232:12: style: struct member 'Anonymous0::mbz' is never used. [unusedStructMember]
linux-tools-4.4/tools/lguest/lguest.c:1237:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
linux-tools-4.4/tools/lguest/lguest.c:1866:0: error: Memory leak: stack [memleak]
linux-tools-4.4/tools/lguest/lguest.c:2688:26: error: Uninitialized variable: conf [uninitvar]
linux-tools-4.4/tools/lib/api/fd/array.c:21:44: style: Function 'fdarray__grow' argument 2 names different: declaration 'extra' definition 'nr'. [funcArgNamesDifferent]
linux-tools-4.4/tools/lib/api/fd/array.h:38:44: note: Function 'fdarray__grow' argument 2 names different: declaration 'extra' definition 'nr'.
linux-tools-4.4/tools/lib/api/fd/array.c:21:44: note: Function 'fdarray__grow' argument 2 names different: declaration 'extra' definition 'nr'.
linux-tools-4.4/tools/lib/api/fs/tracing_path.c:68:35: style: Function 'tracing_path_set' argument 1 names different: declaration 'mountpoint' definition 'mntpt'. [funcArgNamesDifferent]
linux-tools-4.4/tools/lib/api/fs/tracing_path.h:9:35: note: Function 'tracing_path_set' argument 1 names different: declaration 'mountpoint' definition 'mntpt'.
linux-tools-4.4/tools/lib/api/fs/tracing_path.c:68:35: note: Function 'tracing_path_set' argument 1 names different: declaration 'mountpoint' definition 'mntpt'.
linux-tools-4.4/tools/lib/bpf/bpf.c:28:0: error: #error __NR_bpf not defined. libbpf does not support your arch. [preprocessorErrorDirective]
linux-tools-4.4/tools/lib/bpf/libbpf.c:596:22: style: The scope of the variable 'prog' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:756:22: style: The scope of the variable 'prog' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:758:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:775:9: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:882:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:1011:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/bpf/libbpf.c:950:29: style: Checking if unsigned variable 'obj_buf_sz' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/tools/lib/bpf/libbpf.c:1009:43: style: Function 'bpf_object__close' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
linux-tools-4.4/tools/lib/bpf/libbpf.h:53:43: note: Function 'bpf_object__close' argument 1 names different: declaration 'object' definition 'obj'.
linux-tools-4.4/tools/lib/bpf/libbpf.c:1009:43: note: Function 'bpf_object__close' argument 1 names different: declaration 'object' definition 'obj'.
linux-tools-4.4/tools/lib/bpf/libbpf.c:1067:39: style: Function 'bpf_program__next' argument 1 names different: declaration 'prog' definition 'prev'. [funcArgNamesDifferent]
linux-tools-4.4/tools/lib/bpf/libbpf.h:70:59: note: Function 'bpf_program__next' argument 1 names different: declaration 'prog' definition 'prev'.
linux-tools-4.4/tools/lib/bpf/libbpf.c:1067:39: note: Function 'bpf_program__next' argument 1 names different: declaration 'prog' definition 'prev'.
linux-tools-4.4/tools/lib/bpf/libbpf.c:695:47: portability: 'obj->maps_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/bpf/libbpf.c:285:2: error: Common realloc mistake: 'progs' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/lib/bpf/libbpf.c:571:4: error: Common realloc mistake: 'reloc' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:163:23: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:384:20: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:639:22: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:2158:8: style: The scope of the variable 'ref' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3384:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:5302:6: style: The scope of the variable 'print_pretty' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:5335:21: style: The scope of the variable 'spaces' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:5338:16: style: The scope of the variable 'usecs' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:5345:6: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:553:59: style: Function 'pevent_register_function' argument 2 names different: declaration 'name' definition 'func'. [funcArgNamesDifferent]
linux-tools-4.4/tools/lib/traceevent/event-parse.h:625:59: note: Function 'pevent_register_function' argument 2 names different: declaration 'name' definition 'func'.
linux-tools-4.4/tools/lib/traceevent/event-parse.c:553:59: note: Function 'pevent_register_function' argument 2 names different: declaration 'name' definition 'func'.
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3348:15: portability: 'data' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3391:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3530:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3574:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3603:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3701:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3713:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3898:34: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3899:48: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3915:20: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3952:10: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3954:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3964:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3983:16: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3985:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:3995:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4018:8: portability: 'num' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4033:16: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4051:20: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4055:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4212:39: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4233:34: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4234:19: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4287:10: portability: 'bptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4322:10: portability: 'bptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4359:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4406:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4553:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4599:13: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4657:41: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4753:50: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4759:32: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:4773:49: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:6120:15: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:6126:14: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:2204:12: warning: The expression 'strcmp(type,"s64") != 0' is suspicious. It overlaps 'strcmp(type,"u64") == 0'. [overlappingStrcmp]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:128:2: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:263:2: error: Common realloc mistake: 'cmdlines' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/lib/traceevent/event-parse.c:5256:9: error: Uninitialized variable: cmdline [uninitvar]
linux-tools-4.4/tools/lib/traceevent/event-plugin.c:451:28: style: The scope of the variable 'func' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:298:25: portability: 'kbuf->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:301:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:317:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:332:8: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:367:7: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:379:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:387:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:393:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:410:25: portability: 'kbuf->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:507:20: portability: 'kbuf->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:532:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:541:25: portability: 'subbuffer' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:548:21: portability: 'kbuf->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:581:20: portability: 'kbuf->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/kbuffer-parse.c:546:14: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:270:23: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:338:21: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1273:8: style: The scope of the variable 'this_event' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1552:21: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1867:17: style: The scope of the variable 'pevent' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1868:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:2066:6: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:2384:22: style: The scope of the variable 'filter_type1' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:2385:22: style: The scope of the variable 'filter_type2' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1874:22: portability: 'record->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1903:2: error: Pointer to local array variable returned. [returnLocalVariable]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1240:0: error: Memory leak: arg [memleak]
linux-tools-4.4/tools/lib/traceevent/parse-filter.c:1498:0: error: Memory leak: arg [memleak]
linux-tools-4.4/tools/lib/traceevent/plugin_function.c:61:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/plugin_function.c:148:29: error: Uninitialized variable: index [uninitvar]
linux-tools-4.4/tools/lib/traceevent/plugin_kvm.c:377:21: style: The scope of the variable 'access_str' can be reduced. [variableScope]
linux-tools-4.4/tools/lib/traceevent/plugin_kvm.c:368:12: style: union member 'kvm_mmu_page_role::pad_for_nice_hex_output' is never used. [unusedStructMember]
linux-tools-4.4/tools/lib/traceevent/plugin_sched_switch.c:54:31: portability: 'record->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/net/bpf_dbg.c:1198:42: style: Redundant condition: has_limit. '!has_limit || (has_limit && ++i<pkts)' is equivalent to '!has_limit || ++i<pkts' [redundantCondition]
linux-tools-4.4/tools/net/bpf_dbg.c:112:10: style: struct member 'pcap_timeval::tv_sec' is never used. [unusedStructMember]
linux-tools-4.4/tools/net/bpf_dbg.c:113:10: style: struct member 'pcap_timeval::tv_usec' is never used. [unusedStructMember]
linux-tools-4.4/tools/net/bpf_dbg.c:1394:2: error: Resource leak: fin [resourceLeak]
linux-tools-4.4/tools/net/bpf_dbg.c:752:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/net/bpf_dbg.c:755:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/arch/x86/tests/insn-x86-dat-32.c:658:0: error: syntax error [syntaxError]
linux-tools-4.4/tools/perf/arch/x86/tests/insn-x86-dat-64.c:768:0: error: syntax error [syntaxError]
linux-tools-4.4/tools/perf/arch/x86/tests/intel-cqm.c:49:2: style: Variable 'evlist' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/arch/x86/tests/intel-cqm.c:38:0: note: Variable 'evlist' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/arch/x86/tests/intel-cqm.c:49:2: note: Variable 'evlist' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/arch/x86/tests/perf-time-to-tsc.c:62:2: style: Variable 'threads' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/arch/x86/tests/perf-time-to-tsc.c:50:0: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/arch/x86/tests/perf-time-to-tsc.c:62:2: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/arch/x86/tests/rdpmc.c:156:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/auxtrace.c:32:21: style: The scope of the variable 'evsel' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/intel-bts.c:79:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:617:30: warning: Either the condition 'if(intel_pt_evsel)' is redundant or there is possible null pointer dereference: intel_pt_evsel. [nullPointerRedundantCheck]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:672:5: note: Assuming that condition 'if(intel_pt_evsel)' is not redundant
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:617:30: note: Null pointer dereference
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:193:28: style: The scope of the variable 'mtc_period' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:194:28: style: The scope of the variable 'psb_period' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:303:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:862:28: portability: 'buf2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:865:24: portability: 'buf2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:870:21: portability: 'buf1' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:894:24: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:894:31: portability: 'data+head' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:898:18: portability: 'ref_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:898:31: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:898:42: portability: 'data+buf_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:461:17: warning: Shifting 32-bit value by 63 bits is undefined behaviour. See condition at line 458. [shiftTooManyBits]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:458:13: note: Assuming that condition 'config>63' is not redundant
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:461:17: note: Shift
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:461:17: warning: Either the condition 'config>63' is redundant or there is signed integer overflow for expression '1<<config'. [integerOverflowCond]
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:458:13: note: Assuming that condition 'config>63' is not redundant
linux-tools-4.4/tools/perf/arch/x86/util/intel-pt.c:461:17: note: Integer overflow
linux-tools-4.4/tools/perf/bench/futex-hash.c:104:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-hash.c:141:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-hash.c:141:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-hash.c:141:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-hash.c:198:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-hash.c:201:5: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex.h:97:7: warning: Redundant assignment of 'attr' to itself. [selfAssignment]
linux-tools-4.4/tools/perf/bench/futex.h:98:13: warning: Redundant assignment of 'cpusetsize' to itself. [selfAssignment]
linux-tools-4.4/tools/perf/bench/futex.h:99:9: warning: Redundant assignment of 'cpuset' to itself. [selfAssignment]
linux-tools-4.4/tools/perf/bench/futex-hash.c:110:27: style: Function 'bench_futex_hash' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:34:70: note: Function 'bench_futex_hash' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-hash.c:110:27: note: Function 'bench_futex_hash' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:57:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:165:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:165:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:205:4: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:138:23: style: Function 'bench_futex_lock_pi' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:40:73: note: Function 'bench_futex_lock_pi' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-lock-pi.c:138:23: note: Function 'bench_futex_lock_pi' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-requeue.c:59:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:59:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:138:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:138:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:183:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:183:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:183:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-requeue.c:108:23: style: Function 'bench_futex_requeue' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:38:73: note: Function 'bench_futex_requeue' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-requeue.c:108:23: note: Function 'bench_futex_requeue' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:154:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:154:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:154:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:169:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:169:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:238:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:238:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:238:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:196:29: style: Function 'bench_futex_wake_parallel' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:37:22: note: Function 'bench_futex_wake_parallel' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-wake-parallel.c:196:29: note: Function 'bench_futex_wake_parallel' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-wake.c:78:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:78:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:143:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:143:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:181:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:181:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:181:4: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/futex-wake.c:114:27: style: Function 'bench_futex_wake' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:35:70: note: Function 'bench_futex_wake' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/futex-wake.c:114:27: note: Function 'bench_futex_wake' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/mem-functions.c:224:2: style: Variable 'cycle_start' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/bench/mem-functions.c:211:0: note: Variable 'cycle_start' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/bench/mem-functions.c:224:2: note: Variable 'cycle_start' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/bench/mem-functions.c:315:2: style: Variable 'cycle_start' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/bench/mem-functions.c:302:0: note: Variable 'cycle_start' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/bench/mem-functions.c:315:2: note: Variable 'cycle_start' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/bench/mem-functions.c:369:70: style: Function 'bench_mem_memset' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:33:70: note: Function 'bench_mem_memset' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/mem-functions.c:369:70: note: Function 'bench_mem_memset' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:907:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/numa.c:907:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/numa.c:991:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/numa.c:991:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/numa.c:991:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/numa.c:679:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
linux-tools-4.4/tools/perf/bench/numa.c:321:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/bench/numa.c:720:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/bench/numa.c:923:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/bench/numa.c:1048:7: style: The scope of the variable 'work_done' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/bench/numa.c:1436:12: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/bench/numa.c:556:52: style: Function 'parse_cpus_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/numa.c:153:48: note: Function 'parse_cpus_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:556:52: note: Function 'parse_cpus_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:557:33: style: Function 'parse_cpus_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/numa.c:153:74: note: Function 'parse_cpus_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:557:33: note: Function 'parse_cpus_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:671:53: style: Function 'parse_nodes_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/numa.c:154:49: note: Function 'parse_nodes_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:671:53: note: Function 'parse_nodes_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:672:33: style: Function 'parse_nodes_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/numa.c:154:75: note: Function 'parse_nodes_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:672:33: note: Function 'parse_nodes_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:1765:64: style: Function 'bench_numa' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:28:64: note: Function 'bench_numa' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/numa.c:1765:64: note: Function 'bench_numa' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/sched-messaging.c:308:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/sched-messaging.c:310:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/sched-messaging.c:310:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/bench/sched-messaging.c:263:26: style: Function 'bench_sched_messaging' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:29:75: note: Function 'bench_sched_messaging' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/sched-messaging.c:263:26: note: Function 'bench_sched_messaging' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/sched-pipe.c:78:70: style: Function 'bench_sched_pipe' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/bench/bench.h:30:70: note: Function 'bench_sched_pipe' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/bench/sched-pipe.c:78:70: note: Function 'bench_sched_pipe' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-annotate.c:281:66: style: Function 'cmd_annotate' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:16:66: note: Function 'cmd_annotate' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-annotate.c:281:66: note: Function 'cmd_annotate' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol.h:152:23: portability: '(void*)sym' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/annotate.h:137:44: portability: '(void*)&notes->src->histograms' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/annotate.h:143:21: portability: '(void*)sym' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-bench.c:214:63: style: Function 'cmd_bench' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:17:63: note: Function 'cmd_bench' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-bench.c:214:63: note: Function 'cmd_bench' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-buildid-cache.c:85:17: style: The scope of the variable 'dent' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-buildid-cache.c:292:28: style: Function 'cmd_buildid_cache' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:18:71: note: Function 'cmd_buildid_cache' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-buildid-cache.c:292:28: note: Function 'cmd_buildid_cache' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-buildid-list.c:109:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-tools-4.4/tools/perf/builtin-buildid-list.c:91:27: style: Function 'cmd_buildid_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:19:70: note: Function 'cmd_buildid_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-buildid-list.c:91:27: note: Function 'cmd_buildid_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-data.c:72:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-tools-4.4/tools/perf/builtin-diff.c:1076:2: style: Variable 'header' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/builtin-diff.c:1072:0: note: Variable 'header' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/builtin-diff.c:1076:2: note: Variable 'header' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/builtin-diff.c:461:27: style: The scope of the variable 'pair' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-diff.c:1261:62: style: Function 'cmd_diff' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:20:62: note: Function 'cmd_diff' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-diff.c:1261:62: note: Function 'cmd_diff' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-evlist.c:41:64: style: Function 'cmd_evlist' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:21:64: note: Function 'cmd_evlist' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-evlist.c:41:64: note: Function 'cmd_evlist' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-help.c:462:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-tools-4.4/tools/perf/builtin-help.c:106:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-help.c:410:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linux-tools-4.4/tools/perf/builtin-help.c:427:62: style: Function 'cmd_help' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:22:62: note: Function 'cmd_help' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-help.c:427:62: note: Function 'cmd_help' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-inject.c:667:64: style: Function 'cmd_inject' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:38:64: note: Function 'cmd_inject' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-inject.c:667:64: note: Function 'cmd_inject' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-kmem.c:220:31: style: The scope of the variable 's_caller' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1241:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1242:21: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1288:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1289:20: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1664:8: style: The scope of the variable 'tok' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1690:8: style: The scope of the variable 'tok' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-kmem.c:1853:62: style: Function 'cmd_kmem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:33:62: note: Function 'cmd_kmem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-kmem.c:1853:62: note: Function 'cmd_kmem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-kmem.c:978:13: error: Uninitialized variable: map [uninitvar]
linux-tools-4.4/tools/perf/builtin-kmem.c:978:13: error: Uninitialized struct member: map.unmap_ip [uninitStructMember]
linux-tools-4.4/tools/perf/builtin-kvm.c:1523:61: style: Function 'cmd_kvm' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:35:61: note: Function 'cmd_kvm' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-kvm.c:1523:61: note: Function 'cmd_kvm' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-list.c:19:62: style: Function 'cmd_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:24:62: note: Function 'cmd_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-list.c:19:62: note: Function 'cmd_list' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-lock.c:121:22: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-lock.c:141:22: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-lock.c:282:20: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-lock.c:760:22: style: The scope of the variable 'st' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-lock.c:762:17: style: The scope of the variable 't' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-lock.c:948:62: style: Function 'cmd_lock' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:34:62: note: Function 'cmd_lock' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-lock.c:948:62: note: Function 'cmd_lock' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-mem.c:91:2: warning: printf format string requires 4 parameters but 14 are given. [wrongPrintfScanfArgNum]
linux-tools-4.4/tools/perf/builtin-mem.c:256:61: style: Function 'cmd_mem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:39:61: note: Function 'cmd_mem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-mem.c:256:61: note: Function 'cmd_mem' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-probe.c:451:0: error: failed to expand 'OPT_CALLBACK', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
linux-tools-4.4/tools/perf/builtin-record.c:728:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-record.c:823:21: style: Function 'record_callchain_opt' argument 2 names different: declaration 'arg' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/callchain.h:195:64: note: Function 'record_callchain_opt' argument 2 names different: declaration 'arg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:823:21: note: Function 'record_callchain_opt' argument 2 names different: declaration 'arg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:824:15: style: Function 'record_callchain_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/callchain.h:195:73: note: Function 'record_callchain_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:824:15: note: Function 'record_callchain_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:1127:64: style: Function 'cmd_record' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:25:64: note: Function 'cmd_record' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:1127:64: note: Function 'cmd_record' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:1231:42: style: Function 'snapshot_sig_handler' argument 1 names different: declaration 'sig' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin-record.c:473:38: note: Function 'snapshot_sig_handler' argument 1 names different: declaration 'sig' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:1231:42: note: Function 'snapshot_sig_handler' argument 1 names different: declaration 'sig' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-record.c:81:33: portability: 'md->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-report.c:338:13: warning: Either the condition 'evname!=NULL' is redundant or there is possible null pointer dereference: evname. [nullPointerRedundantCheck]
linux-tools-4.4/tools/perf/builtin-report.c:334:13: note: Assuming that condition 'evname!=NULL' is not redundant
linux-tools-4.4/tools/perf/builtin-report.c:338:13: note: Null pointer dereference
linux-tools-4.4/tools/perf/builtin-report.c:862:20: style: Same expression on both sides of '==' because the value of 'branch_mode' and '-1' are the same. [duplicateExpression]
linux-tools-4.4/tools/perf/builtin-report.c:640:21: note: 'branch_mode' is assigned value '-1' here.
linux-tools-4.4/tools/perf/builtin-report.c:862:20: note: Same expression on both sides of '==' because the value of 'branch_mode' and '-1' are the same.
linux-tools-4.4/tools/perf/builtin-report.c:591:58: style: Function 'report_parse_ignore_callees_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/sort.h:234:58: note: Function 'report_parse_ignore_callees_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-report.c:591:58: note: Function 'report_parse_ignore_callees_opt' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-report.c:592:32: style: Function 'report_parse_ignore_callees_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/sort.h:234:84: note: Function 'report_parse_ignore_callees_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-report.c:592:32: note: Function 'report_parse_ignore_callees_opt' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-report.c:634:64: style: Function 'cmd_report' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:26:64: note: Function 'cmd_report' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-report.c:634:64: note: Function 'cmd_report' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-sched.c:369:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:369:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:382:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:382:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:382:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:652:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:672:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1567:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1567:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1572:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1572:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1572:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1577:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1577:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1701:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1702:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1703:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1706:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1708:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:1710:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/builtin-sched.c:377:20: style: The scope of the variable 'task' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:389:20: style: The scope of the variable 'task1' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:389:28: style: The scope of the variable 'task2' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:390:19: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:1590:54: style: The scope of the variable 'this_comm' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:1626:21: style: The scope of the variable 'data' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-sched.c:1780:63: style: Function 'cmd_sched' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:23:63: note: Function 'cmd_sched' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-sched.c:1780:63: note: Function 'cmd_sched' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-script.c:393:16: style: The scope of the variable 'secs' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:394:16: style: The scope of the variable 'usecs' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:395:21: style: The scope of the variable 'nsecs' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1087:7: style: The scope of the variable 'spec' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1088:23: style: The scope of the variable 'ext' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1089:6: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1354:22: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1473:22: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-script.c:1698:64: style: Function 'cmd_script' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:30:64: note: Function 'cmd_script' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-script.c:1698:64: note: Function 'cmd_script' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-stat.c:249:21: style: The scope of the variable 'counter' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-stat.c:573:18: style: The scope of the variable 'id' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-stat.c:638:9: style: The scope of the variable 'uval' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-stat.c:801:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-stat.c:1239:62: style: Function 'cmd_stat' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:27:62: note: Function 'cmd_stat' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-stat.c:1239:62: note: Function 'cmd_stat' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-timechart.c:445:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/builtin-timechart.c:441:0: note: Variable 'p' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/builtin-timechart.c:445:2: note: Variable 'p' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/builtin-timechart.c:1920:24: style: Function 'cmd_timechart' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:28:67: note: Function 'cmd_timechart' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-timechart.c:1920:24: note: Function 'cmd_timechart' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-timechart.c:129:16: style: struct member 'sample_wrapper::data' is never used. [unusedStructMember]
linux-tools-4.4/tools/perf/builtin-timechart.c:1732:3: error: Memory leak: rec_argv [memleak]
linux-tools-4.4/tools/perf/builtin-top.c:712:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-top.c:755:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-top.c:1099:61: style: Function 'cmd_top' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:29:61: note: Function 'cmd_top' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-top.c:1099:61: note: Function 'cmd_top' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-trace.c:1367:2: warning: Either the condition 'ttrace' is redundant or there is possible null pointer dereference: ttrace. [nullPointerRedundantCheck]
linux-tools-4.4/tools/perf/builtin-trace.c:1364:6: note: Assuming that condition 'ttrace' is not redundant
linux-tools-4.4/tools/perf/builtin-trace.c:1367:2: note: Null pointer dereference
linux-tools-4.4/tools/perf/builtin-trace.c:2696:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-tools-4.4/tools/perf/builtin-trace.c:2842:16: style: The scope of the variable 'stats' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/builtin-trace.c:3016:63: style: Function 'cmd_trace' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:37:63: note: Function 'cmd_trace' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-trace.c:3016:63: note: Function 'cmd_trace' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/builtin-trace.c:126:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:127:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:128:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:129:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:139:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:140:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:141:1: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:171:26: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/builtin-trace.c:2379:0: error: Memory leak: rec_argv [memleak]
linux-tools-4.4/tools/perf/perf-read-vdso.c:15:15: style: The scope of the variable 'written' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/perf-read-vdso.c:26:9: portability: 'start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/perf.c:296:13: style: The scope of the variable 'option_count' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/perf.c:339:3: error: Common realloc mistake: 'new_argv' nulled but not freed upon failure [memleakOnRealloc]
Context.c:53:5: warning: Redundant assignment of 'cv' to itself. [selfAssignment]
Context.c:76:5: warning: Redundant assignment of 'cv' to itself. [selfAssignment]
Context.c:99:5: warning: Redundant assignment of 'cv' to itself. [selfAssignment]
Context.c:124:5: warning: Redundant assignment of 'cv' to itself. [selfAssignment]
Context.c:125:5: warning: Redundant assignment of 'items' to itself. [selfAssignment]
linux-tools-4.4/tools/perf/tests/bpf-script-example.c:6:0: error: #error Need LINUX_VERSION_CODE [preprocessorErrorDirective]
linux-tools-4.4/tools/perf/tests/bpf-script-test-kbuild.c:6:0: error: #error Need LINUX_VERSION_CODE [preprocessorErrorDirective]
linux-tools-4.4/tools/perf/tests/builtin-test.c:209:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/code-reading.c:137:8: warning: snprintf format string requires 1 parameter but 4 are given. [wrongPrintfScanfArgNum]
linux-tools-4.4/tools/perf/tests/code-reading.c:80:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/code-reading.c:343:20: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/code-reading.c:405:8: style: The scope of the variable 'f' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/code-reading.c:69:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/tests/code-reading.c:116:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/tests/dso-data.c:145:11: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/dso-data.c:205:2: warning: Size of pointer 'dsos' used instead of size of its data. [pointerSize]
linux-tools-4.4/tools/perf/tests/hists_cumulate.c:706:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/tests/hists_cumulate.c:691:0: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_cumulate.c:706:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_cumulate.c:132:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/hists_filter.c:117:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/tests/hists_filter.c:109:0: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_filter.c:117:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_output.c:597:2: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/tests/hists_output.c:581:0: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_output.c:597:2: note: Variable 'err' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/hists_output.c:98:18: style: The scope of the variable 'node' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/keep-tracking.c:70:2: style: Variable 'threads' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/tests/keep-tracking.c:63:0: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/keep-tracking.c:70:2: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/keep-tracking.c:28:20: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/mmap-thread-lookup.c:192:36: portability: 'td->map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/tests/parse-events.c:1639:6: style: The scope of the variable 'ret1' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/switch-tracking.c:329:2: style: Variable 'threads' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/tests/switch-tracking.c:321:0: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/switch-tracking.c:329:2: note: Variable 'threads' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/tests/switch-tracking.c:120:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/tests/switch-tracking.c:120:11: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/browser.c:49:59: style: Function 'ui_browser__write_nstring' argument 1 names different: declaration 'browser' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/browser.h:40:51: note: Function 'ui_browser__write_nstring' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:49:59: note: Function 'ui_browser__write_nstring' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:55:52: style: Function 'ui_browser__printf' argument 1 names different: declaration 'browser' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/browser.h:42:44: note: Function 'ui_browser__printf' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:55:52: note: Function 'ui_browser__printf' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:642:57: style: Function 'ui_browser__write_graph' argument 1 names different: declaration 'browser' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/browser.h:43:49: note: Function 'ui_browser__write_graph' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:642:57: note: Function 'ui_browser__write_graph' argument 1 names different: declaration 'browser' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/browser.c:599:31: portability: 'browser->top' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/ui/browser.c:602:31: portability: 'browser->top' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/ui/browsers/annotate.c:131:19: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-tools-4.4/tools/perf/ui/browsers/annotate.c:130:38: note: outer condition: percent_max!=0.0
linux-tools-4.4/tools/perf/ui/browsers/annotate.c:131:19: note: identical inner condition: percent_max!=0.0
linux-tools-4.4/tools/perf/ui/browsers/annotate.c:324:30: style: The scope of the variable 'l' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/browsers/hists.c:766:7: style: The scope of the variable 'first' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/browsers/hists.c:767:23: style: The scope of the variable 'fmt' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/browsers/hists.c:865:19: style: Checking if unsigned variable 'hpp->size' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/tools/perf/ui/browsers/map.c:40:27: portability: '(void*)browser' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/ui/browsers/map.c:40:52: portability: '((void*)browser)-sizeof(struct rb_node)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/ui/browsers/scripts.c:50:14: style: The scope of the variable 'choice' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/gtk/annotate.c:204:7: style: Condition 'infobar' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/ui/gtk/annotate.c:203:37: note: Assignment 'infobar=perf_gtk__setup_info_bar()', assigned value is 0
linux-tools-4.4/tools/perf/ui/gtk/annotate.c:204:7: note: Condition 'infobar' is always false
linux-tools-4.4/tools/perf/ui/gtk/hists.c:304:6: style: Condition 'info_bar' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/ui/gtk/hists.c:303:37: note: Assignment 'info_bar=perf_gtk__setup_info_bar()', assigned value is 0
linux-tools-4.4/tools/perf/ui/gtk/hists.c:304:6: note: Condition 'info_bar' is always false
linux-tools-4.4/tools/perf/ui/gtk/hists.c:271:38: style: Function 'perf_evlist__gtk_browse_hists' argument 3 names different: declaration 'hbt' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/gtk/gtk.h:60:34: note: Function 'perf_evlist__gtk_browse_hists' argument 3 names different: declaration 'hbt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/gtk/hists.c:271:38: note: Function 'perf_evlist__gtk_browse_hists' argument 3 names different: declaration 'hbt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/gtk/setup.c:17:38: style: Function 'perf_gtk__exit' argument 1 names different: declaration 'wait_for_ok' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/gtk/gtk.h:24:26: note: Function 'perf_gtk__exit' argument 1 names different: declaration 'wait_for_ok' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/gtk/setup.c:17:38: note: Function 'perf_gtk__exit' argument 1 names different: declaration 'wait_for_ok' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/ui/setup.c:74:27: style: Condition 'setup_gtk_browser()==0' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/ui/setup.c:82:18: style: Condition 'ui__init()==0' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:361:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:163:25: style: The scope of the variable 'chain' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:165:7: style: The scope of the variable 'printed' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:167:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/stdio/hist.c:169:7: style: The scope of the variable 'bf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/ui/tui/util.c:73:35: style: Function 'ui_browser__input_window' argument 5 names different: declaration 'delay_sec' definition 'delay_secs'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/ui/browser.h:63:35: note: Function 'ui_browser__input_window' argument 5 names different: declaration 'delay_sec' definition 'delay_secs'.
linux-tools-4.4/tools/perf/ui/tui/util.c:73:35: note: Function 'ui_browser__input_window' argument 5 names different: declaration 'delay_sec' definition 'delay_secs'.
linux-tools-4.4/tools/perf/util/annotate.c:822:21: style: The scope of the variable 'prev_line' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:823:21: style: The scope of the variable 'prev_color' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:1253:22: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:1256:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:1297:22: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:1317:22: style: The scope of the variable 'src_line' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:1429:10: style: The scope of the variable 'percent' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/annotate.c:662:72: style: Function 'hist_entry__inc_addr_samples' argument 3 names different: declaration 'addr' definition 'ip'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/annotate.h:152:72: note: Function 'hist_entry__inc_addr_samples' argument 3 names different: declaration 'addr' definition 'ip'.
linux-tools-4.4/tools/perf/util/annotate.c:662:72: note: Function 'hist_entry__inc_addr_samples' argument 3 names different: declaration 'addr' definition 'ip'.
linux-tools-4.4/tools/perf/util/annotate.c:792:41: portability: '(void*)notes->src->lines' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/annotate.c:1345:31: portability: '(void*)src_line' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/annotate.c:1407:31: portability: '(void*)src_line' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/annotate.c:845:5: error: Memory leak: ppercents [memleak]
linux-tools-4.4/tools/perf/util/annotate.c:845:5: error: Memory leak: psamples [memleak]
linux-tools-4.4/tools/perf/util/annotate.c:863:0: error: Memory leak: ppercents [memleak]
linux-tools-4.4/tools/perf/util/annotate.c:863:0: error: Memory leak: psamples [memleak]
linux-tools-4.4/tools/perf/util/auxtrace.c:79:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
linux-tools-4.4/tools/perf/util/auxtrace.c:225:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/auxtrace.c:264:26: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/auxtrace.c:265:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/auxtrace.c:400:15: style: The scope of the variable 'parent' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/auxtrace.c:656:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/auxtrace.c:295:65: portability: 'session->one_mmap_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/auxtrace.c:790:22: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/bpf-loader.c:242:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/bpf-loader.c:298:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/bpf-loader.c:301:29: style: The scope of the variable 'tev' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/bpf-loader.c:304:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/bpf-loader.c:348:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/bpf-loader.c:349:14: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/build-id.c:24:51: style: Function 'build_id__mark_dso_hit' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/build-id.h:20:46: note: Function 'build_id__mark_dso_hit' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/build-id.c:24:51: note: Function 'build_id__mark_dso_hit' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/build-id.c:27:32: style: Function 'build_id__mark_dso_hit' argument 4 names different: declaration 'evsel' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/build-id.h:21:54: note: Function 'build_id__mark_dso_hit' argument 4 names different: declaration 'evsel' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/build-id.c:27:32: note: Function 'build_id__mark_dso_hit' argument 4 names different: declaration 'evsel' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/callchain.c:209:25: style: The scope of the variable 'rnode' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/callchain.c:248:25: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/callchain.c:277:25: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/callchain.c:305:25: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/callchain.c:369:26: style: The scope of the variable 'child' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/cgroup.c:141:18: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/cgroup.c:137:44: style: Function 'parse_cgroups' argument 1 names different: declaration 'opt' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/cgroup.h:17:47: note: Function 'parse_cgroups' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/cgroup.c:137:44: note: Function 'parse_cgroups' argument 1 names different: declaration 'opt' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/cgroup.c:138:15: style: Function 'parse_cgroups' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/cgroup.h:17:73: note: Function 'parse_cgroups' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/cgroup.c:138:15: note: Function 'parse_cgroups' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/comm.c:55:19: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/comm.c:56:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/config.c:526:14: style: The scope of the variable 'v' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/cpumap.c:58:7: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/perf/util/cpumap.c:139:4: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/cpumap.c:138:17: note: Variable 'p' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/cpumap.c:139:4: note: Variable 'p' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/cpumap.c:284:11: style: The scope of the variable 's1' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/cpumap.c:261:66: style: Function 'cpu_map__get_socket' argument 3 names different: declaration 'data' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/cpumap.h:23:61: note: Function 'cpu_map__get_socket' argument 3 names different: declaration 'data' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/cpumap.c:261:66: note: Function 'cpu_map__get_socket' argument 3 names different: declaration 'data' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/data-convert-bt.c:224:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:215:0: note: Variable 'name' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/data-convert-bt.c:224:2: note: Variable 'name' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/data-convert-bt.c:324:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:693:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:850:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:234:10: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:273:11: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:273:20: portability: 'data+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:279:11: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/data-convert-bt.c:279:20: portability: 'data+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/data.c:93:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/db-export.c:36:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/db-export.c:172:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/db-export.c:248:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/db-export.c:399:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/debug.c:74:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/debug.c:101:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/dso.c:325:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/dso.c:1219:14: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/dwarf-aux.c:324:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/dwarf-aux.c:735:14: style: The scope of the variable 'line' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/dwarf-aux.c:81:33: style: Function 'cu_find_lineinfo' argument 1 names different: declaration 'cudie' definition 'cu_die'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/dwarf-aux.h:34:40: note: Function 'cu_find_lineinfo' argument 1 names different: declaration 'cudie' definition 'cu_die'.
linux-tools-4.4/tools/perf/util/dwarf-aux.c:81:33: note: Function 'cu_find_lineinfo' argument 1 names different: declaration 'cudie' definition 'cu_die'.
linux-tools-4.4/tools/perf/util/dwarf-aux.c:620:35: style: Function 'die_walk_instances' argument 1 names different: declaration 'in_die' definition 'or_die'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/dwarf-aux.h:101:42: note: Function 'die_walk_instances' argument 1 names different: declaration 'in_die' definition 'or_die'.
linux-tools-4.4/tools/perf/util/dwarf-aux.c:620:35: note: Function 'die_walk_instances' argument 1 names different: declaration 'in_die' definition 'or_die'.
linux-tools-4.4/tools/perf/util/event.c:70:9: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/event.c:72:8: style: The scope of the variable 'nl' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/event.c:714:53: style: Function 'perf_event__process_comm' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:410:48: note: Function 'perf_event__process_comm' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:714:53: note: Function 'perf_event__process_comm' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:722:53: style: Function 'perf_event__process_lost' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:414:48: note: Function 'perf_event__process_lost' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:722:53: note: Function 'perf_event__process_lost' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:730:52: style: Function 'perf_event__process_aux' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:422:47: note: Function 'perf_event__process_aux' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:730:52: note: Function 'perf_event__process_aux' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:732:35: style: Function 'perf_event__process_aux' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:424:28: note: Function 'perf_event__process_aux' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:732:35: note: Function 'perf_event__process_aux' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:738:61: style: Function 'perf_event__process_itrace_start' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:426:56: note: Function 'perf_event__process_itrace_start' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:738:61: note: Function 'perf_event__process_itrace_start' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:740:37: style: Function 'perf_event__process_itrace_start' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:428:30: note: Function 'perf_event__process_itrace_start' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:740:37: note: Function 'perf_event__process_itrace_start' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:746:61: style: Function 'perf_event__process_lost_samples' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:418:56: note: Function 'perf_event__process_lost_samples' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:746:61: note: Function 'perf_event__process_lost_samples' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:754:55: style: Function 'perf_event__process_switch' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:430:50: note: Function 'perf_event__process_switch' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:754:55: note: Function 'perf_event__process_switch' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:756:38: style: Function 'perf_event__process_switch' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:432:31: note: Function 'perf_event__process_switch' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:756:38: note: Function 'perf_event__process_switch' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:786:53: style: Function 'perf_event__process_mmap' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:434:48: note: Function 'perf_event__process_mmap' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:786:53: note: Function 'perf_event__process_mmap' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:794:54: style: Function 'perf_event__process_mmap2' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:438:49: note: Function 'perf_event__process_mmap2' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:794:54: note: Function 'perf_event__process_mmap2' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:809:53: style: Function 'perf_event__process_fork' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:442:48: note: Function 'perf_event__process_fork' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:809:53: note: Function 'perf_event__process_fork' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:817:53: style: Function 'perf_event__process_exit' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:446:48: note: Function 'perf_event__process_exit' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:817:53: note: Function 'perf_event__process_exit' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:890:48: style: Function 'perf_event__process' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/event.h:450:43: note: Function 'perf_event__process' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:890:48: note: Function 'perf_event__process' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/event.c:830:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/event.c:831:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/evlist.c:429:14: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evlist.c:448:11: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evlist.c:759:50: style: The scope of the variable 'cpy' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evlist.c:1432:6: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evlist.c:813:57: style: Function 'auxtrace_mmap__mmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:636:47: note: Function 'auxtrace_mmap__mmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:813:57: note: Function 'auxtrace_mmap__mmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:814:43: style: Function 'auxtrace_mmap__mmap' argument 2 names different: declaration 'mp' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:637:33: note: Function 'auxtrace_mmap__mmap' argument 2 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:814:43: note: Function 'auxtrace_mmap__mmap' argument 2 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:815:24: style: Function 'auxtrace_mmap__mmap' argument 3 names different: declaration 'userpg' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:638:10: note: Function 'auxtrace_mmap__mmap' argument 3 names different: declaration 'userpg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:815:24: note: Function 'auxtrace_mmap__mmap' argument 3 names different: declaration 'userpg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:816:18: style: Function 'auxtrace_mmap__mmap' argument 4 names different: declaration 'fd' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:638:22: note: Function 'auxtrace_mmap__mmap' argument 4 names different: declaration 'fd' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:816:18: note: Function 'auxtrace_mmap__mmap' argument 4 names different: declaration 'fd' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:821:60: style: Function 'auxtrace_mmap__munmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:639:50: note: Function 'auxtrace_mmap__munmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:821:60: note: Function 'auxtrace_mmap__munmap' argument 1 names different: declaration 'mm' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:826:36: style: Function 'auxtrace_mmap_params__init' argument 1 names different: declaration 'mp' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:640:62: note: Function 'auxtrace_mmap_params__init' argument 1 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:826:36: note: Function 'auxtrace_mmap_params__init' argument 1 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:827:26: style: Function 'auxtrace_mmap_params__init' argument 2 names different: declaration 'auxtrace_offset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:641:11: note: Function 'auxtrace_mmap_params__init' argument 2 names different: declaration 'auxtrace_offset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:827:26: note: Function 'auxtrace_mmap_params__init' argument 2 names different: declaration 'auxtrace_offset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:828:32: style: Function 'auxtrace_mmap_params__init' argument 3 names different: declaration 'auxtrace_pages' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:642:18: note: Function 'auxtrace_mmap_params__init' argument 3 names different: declaration 'auxtrace_pages' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:828:32: note: Function 'auxtrace_mmap_params__init' argument 3 names different: declaration 'auxtrace_pages' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:829:28: style: Function 'auxtrace_mmap_params__init' argument 4 names different: declaration 'auxtrace_overwrite' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:643:10: note: Function 'auxtrace_mmap_params__init' argument 4 names different: declaration 'auxtrace_overwrite' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:829:28: note: Function 'auxtrace_mmap_params__init' argument 4 names different: declaration 'auxtrace_overwrite' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:834:36: style: Function 'auxtrace_mmap_params__set_idx' argument 1 names different: declaration 'mp' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:644:65: note: Function 'auxtrace_mmap_params__set_idx' argument 1 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:834:36: note: Function 'auxtrace_mmap_params__set_idx' argument 1 names different: declaration 'mp' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:835:31: style: Function 'auxtrace_mmap_params__set_idx' argument 2 names different: declaration 'evlist' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:645:28: note: Function 'auxtrace_mmap_params__set_idx' argument 2 names different: declaration 'evlist' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:835:31: note: Function 'auxtrace_mmap_params__set_idx' argument 2 names different: declaration 'evlist' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:836:12: style: Function 'auxtrace_mmap_params__set_idx' argument 3 names different: declaration 'idx' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:645:40: note: Function 'auxtrace_mmap_params__set_idx' argument 3 names different: declaration 'idx' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:836:12: note: Function 'auxtrace_mmap_params__set_idx' argument 3 names different: declaration 'idx' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:837:17: style: Function 'auxtrace_mmap_params__set_idx' argument 4 names different: declaration 'per_cpu' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/auxtrace.h:646:13: note: Function 'auxtrace_mmap_params__set_idx' argument 4 names different: declaration 'per_cpu' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:837:17: note: Function 'auxtrace_mmap_params__set_idx' argument 4 names different: declaration 'per_cpu' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:1107:17: style: Function 'perf_evlist__parse_mmap_pages' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/evlist.h:139:11: note: Function 'perf_evlist__parse_mmap_pages' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:1107:17: note: Function 'perf_evlist__parse_mmap_pages' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:1657:59: style: Function 'perf_evlist__strerror_open' argument 1 names different: declaration 'evlist' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/evlist.h:199:52: note: Function 'perf_evlist__strerror_open' argument 1 names different: declaration 'evlist' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:1657:59: note: Function 'perf_evlist__strerror_open' argument 1 names different: declaration 'evlist' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/evlist.c:717:33: portability: 'md->base' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evlist.c:766:9: portability: 'dst' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:907:6: style: The scope of the variable 'cpu' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evsel.c:907:11: style: The scope of the variable 'thread' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/evsel.c:190:16: style: Function 'perf_evsel__set_sample_id' argument 2 names different: declaration 'use_sample_identifier' definition 'can_sample_identifier'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/evsel.h:223:16: note: Function 'perf_evsel__set_sample_id' argument 2 names different: declaration 'use_sample_identifier' definition 'can_sample_identifier'.
linux-tools-4.4/tools/perf/util/evsel.c:190:16: note: Function 'perf_evsel__set_sample_id' argument 2 names different: declaration 'use_sample_identifier' definition 'can_sample_identifier'.
linux-tools-4.4/tools/perf/util/evsel.c:1585:29: style: Function 'perf_evsel__parse_sample' argument 3 names different: declaration 'sample' definition 'data'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/evsel.h:308:29: note: Function 'perf_evsel__parse_sample' argument 3 names different: declaration 'sample' definition 'data'.
linux-tools-4.4/tools/perf/util/evsel.c:1585:29: note: Function 'perf_evsel__parse_sample' argument 3 names different: declaration 'sample' definition 'data'.
linux-tools-4.4/tools/perf/util/evsel.c:1572:35: portability: 'offset' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1591:35: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1721:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1738:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1752:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1756:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1770:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1785:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1801:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1844:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2057:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2067:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2082:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2085:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2092:25: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2100:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2111:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2136:26: portability: '(void*)array' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2162:38: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2166:26: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:2179:25: portability: 'sample->raw_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/evsel.c:1711:29: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
linux-tools-4.4/tools/perf/util/evsel.c:1730:32: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
linux-tools-4.4/tools/perf/util/evsel.c:1760:29: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
linux-tools-4.4/tools/perf/util/evsel.c:1563:3: style: Variable 'array' is modified but its new value is never used. [unreadVariable]
linux-tools-4.4/tools/perf/util/evsel.c:1844:20: style: Variable 'array' is modified but its new value is never used. [unreadVariable]
linux-tools-4.4/tools/perf/util/exec_cmd.c:131:14: style: The scope of the variable 'arg' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/exec_cmd.c:25:49: style: Function 'perf_extract_argv0_path' argument 1 names different: declaration 'path' definition 'argv0'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/exec_cmd.h:5:56: note: Function 'perf_extract_argv0_path' argument 1 names different: declaration 'path' definition 'argv0'.
linux-tools-4.4/tools/perf/util/exec_cmd.c:25:49: note: Function 'perf_extract_argv0_path' argument 1 names different: declaration 'path' definition 'argv0'.
linux-tools-4.4/tools/perf/util/header.c:897:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/perf/util/header.c:898:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/perf/util/header.c:599:16: style: The scope of the variable 'n' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/header.c:2002:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/header.c:2230:11: style: The scope of the variable 'ref_size' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/header.c:2512:7: style: The scope of the variable 'bf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/header.c:829:51: style: Function 'get_cpuid' argument 1 names different: declaration 'buffer' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:134:21: note: Function 'get_cpuid' argument 1 names different: declaration 'buffer' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:829:51: note: Function 'get_cpuid' argument 1 names different: declaration 'buffer' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:830:20: style: Function 'get_cpuid' argument 2 names different: declaration 'sz' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:134:36: note: Function 'get_cpuid' argument 2 names different: declaration 'sz' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:830:20: note: Function 'get_cpuid' argument 2 names different: declaration 'sz' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:1985:52: style: Function 'perf_header__fprintf_info' argument 1 names different: declaration 's' definition 'session'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:100:52: note: Function 'perf_header__fprintf_info' argument 1 names different: declaration 's' definition 'session'.
linux-tools-4.4/tools/perf/util/header.c:1985:52: note: Function 'perf_header__fprintf_info' argument 1 names different: declaration 's' definition 'session'.
linux-tools-4.4/tools/perf/util/header.c:2708:53: style: Function 'perf_event__process_attr' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:108:48: note: Function 'perf_event__process_attr' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:2708:53: note: Function 'perf_event__process_attr' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:2794:61: style: Function 'perf_event__process_tracing_data' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:114:56: note: Function 'perf_event__process_tracing_data' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:2794:61: note: Function 'perf_event__process_tracing_data' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:2862:57: style: Function 'perf_event__process_build_id' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/header.h:122:52: note: Function 'perf_event__process_build_id' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:2862:57: note: Function 'perf_event__process_build_id' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/header.c:71:7: portability: 'buf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/header.c:525:7: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/header.c:527:7: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/header.c:2498:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/help.c:55:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/help.c:334:26: style: Function 'cmd_version' argument 1 names different: declaration 'argc' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:31:28: note: Function 'cmd_version' argument 1 names different: declaration 'argc' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/help.c:334:26: note: Function 'cmd_version' argument 1 names different: declaration 'argc' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/help.c:334:60: style: Function 'cmd_version' argument 2 names different: declaration 'argv' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:31:47: note: Function 'cmd_version' argument 2 names different: declaration 'argv' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/help.c:334:60: note: Function 'cmd_version' argument 2 names different: declaration 'argv' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/help.c:335:22: style: Function 'cmd_version' argument 3 names different: declaration 'prefix' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/builtin.h:31:65: note: Function 'cmd_version' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/help.c:335:22: note: Function 'cmd_version' argument 3 names different: declaration 'prefix' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/hist.c:992:10: style: The scope of the variable 'cmp' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:1138:21: style: The scope of the variable 'iter' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:1441:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:1441:27: style: The scope of the variable 'pair' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:1466:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:1494:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/hist.c:58:66: style: Function 'hists__calc_col_len' argument 2 names different: declaration 'he' definition 'h'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/hist.h:164:66: note: Function 'hists__calc_col_len' argument 2 names different: declaration 'he' definition 'h'.
linux-tools-4.4/tools/perf/util/hist.c:58:66: note: Function 'hists__calc_col_len' argument 2 names different: declaration 'he' definition 'h'.
linux-tools-4.4/tools/perf/util/hist.c:459:26: style: Function '__hists__add_entry' argument 3 names different: declaration 'parent' definition 'sym_parent'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/hist.h:115:26: note: Function '__hists__add_entry' argument 3 names different: declaration 'parent' definition 'sym_parent'.
linux-tools-4.4/tools/perf/util/hist.c:459:26: note: Function '__hists__add_entry' argument 3 names different: declaration 'parent' definition 'sym_parent'.
linux-tools-4.4/tools/perf/util/intel-bts.c:214:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-bts.c:237:15: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-bts.c:529:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-bts.c:772:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-bts.c:265:24: portability: 'b->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/intel-bts.c:118:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.c:60:22: style: Function 'inat_get_group_attribute' argument 3 names different: declaration 'esc_attr' definition 'grp_attr'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.h:106:22: note: Function 'inat_get_group_attribute' argument 3 names different: declaration 'esc_attr' definition 'grp_attr'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.c:60:22: note: Function 'inat_get_group_attribute' argument 3 names different: declaration 'esc_attr' definition 'grp_attr'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.c:80:20: style: Function 'inat_get_avx_attribute' argument 3 names different: declaration 'vex_pp' definition 'vex_p'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.h:109:20: note: Function 'inat_get_avx_attribute' argument 3 names different: declaration 'vex_pp' definition 'vex_p'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/inat.c:80:20: note: Function 'inat_get_avx_attribute' argument 3 names different: declaration 'vex_pp' definition 'vex_p'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/insn.c:64:26: portability: 'kaddr' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:286:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:963:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:1051:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:1331:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:1403:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:1663:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:1757:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-decoder.c:2174:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:134:12: style: Condition 'count<1' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:132:32: note: Assignment 'count=(52-5)>>3', assigned value is 5
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:134:12: note: Condition 'count<1' is always false
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:502:10: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:448:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:446:16: style: Function 'intel_pt_pkt_desc' argument 3 names different: declaration 'len' definition 'buf_len'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.h:68:76: note: Function 'intel_pt_pkt_desc' argument 3 names different: declaration 'len' definition 'buf_len'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:446:16: note: Function 'intel_pt_pkt_desc' argument 3 names different: declaration 'len' definition 'buf_len'.
linux-tools-4.4/tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c:508:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/intel-pt.c:147:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:310:7: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:891:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:1316:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:1402:15: style: The scope of the variable 'queue_nr' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:1404:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:1513:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/intel-pt.c:197:24: portability: 'b->data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/intlist.c:56:62: style: Function 'intlist__remove' argument 2 names different: declaration 'in' definition 'node'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/intlist.h:22:62: note: Function 'intlist__remove' argument 2 names different: declaration 'in' definition 'node'.
linux-tools-4.4/tools/perf/util/intlist.c:56:62: note: Function 'intlist__remove' argument 2 names different: declaration 'in' definition 'node'.
linux-tools-4.4/tools/perf/util/intlist.c:27:2: error: Address of auto-variable 'node->rb_node' returned [returnAddressOfAutoVariable]
linux-tools-4.4/tools/perf/util/levenshtein.c:42:7: style: Function 'levenshtein' argument 3 names different: declaration 'swap_penalty' definition 'w'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/levenshtein.h:5:6: note: Function 'levenshtein' argument 3 names different: declaration 'swap_penalty' definition 'w'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:7: note: Function 'levenshtein' argument 3 names different: declaration 'swap_penalty' definition 'w'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:14: style: Function 'levenshtein' argument 4 names different: declaration 'substition_penalty' definition 's'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/levenshtein.h:5:24: note: Function 'levenshtein' argument 4 names different: declaration 'substition_penalty' definition 's'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:14: note: Function 'levenshtein' argument 4 names different: declaration 'substition_penalty' definition 's'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:21: style: Function 'levenshtein' argument 5 names different: declaration 'insertion_penalty' definition 'a'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/levenshtein.h:6:6: note: Function 'levenshtein' argument 5 names different: declaration 'insertion_penalty' definition 'a'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:21: note: Function 'levenshtein' argument 5 names different: declaration 'insertion_penalty' definition 'a'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:28: style: Function 'levenshtein' argument 6 names different: declaration 'deletion_penalty' definition 'd'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/levenshtein.h:6:29: note: Function 'levenshtein' argument 6 names different: declaration 'deletion_penalty' definition 'd'.
linux-tools-4.4/tools/perf/util/levenshtein.c:42:28: note: Function 'levenshtein' argument 6 names different: declaration 'deletion_penalty' definition 'd'.
linux-tools-4.4/tools/perf/util/llvm-utils.c:102:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/llvm-utils.c:99:0: note: Variable 'file' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/llvm-utils.c:102:2: note: Variable 'file' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/llvm-utils.c:128:24: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/lzma.c:48:3: error: Resource leak: infile [resourceLeak]
linux-tools-4.4/tools/perf/util/machine.c:157:18: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/machine.c:300:18: style: The scope of the variable 'machine' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/machine.c:675:8: style: The scope of the variable 'bf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/machine.c:1690:9: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/machine.c:1690:12: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/machine.c:490:57: style: Function 'machine__process_lost_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:89:49: note: Function 'machine__process_lost_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:490:57: note: Function 'machine__process_lost_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:491:57: style: Function 'machine__process_lost_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:90:25: note: Function 'machine__process_lost_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:491:57: note: Function 'machine__process_lost_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:498:65: style: Function 'machine__process_lost_samples_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:91:57: note: Function 'machine__process_lost_samples_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:498:65: note: Function 'machine__process_lost_samples_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:539:56: style: Function 'machine__process_aux_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:93:48: note: Function 'machine__process_aux_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:539:56: note: Function 'machine__process_aux_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:547:65: style: Function 'machine__process_itrace_start_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:95:57: note: Function 'machine__process_itrace_start_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:547:65: note: Function 'machine__process_itrace_start_event' argument 1 names different: declaration 'machine' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:606:54: style: Function 'machine__fprintf_dsos_buildid' argument 1 names different: declaration 'machine' definition 'm'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:209:54: note: Function 'machine__fprintf_dsos_buildid' argument 1 names different: declaration 'machine' definition 'm'.
linux-tools-4.4/tools/perf/util/machine.c:606:54: note: Function 'machine__fprintf_dsos_buildid' argument 1 names different: declaration 'machine' definition 'm'.
linux-tools-4.4/tools/perf/util/machine.c:1259:33: style: Function 'machine__process_mmap2_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:102:26: note: Function 'machine__process_mmap2_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:1259:33: note: Function 'machine__process_mmap2_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:1313:32: style: Function 'machine__process_mmap_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:100:25: note: Function 'machine__process_mmap_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:1313:32: note: Function 'machine__process_mmap_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:1439:32: style: Function 'machine__process_exit_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/machine.h:86:25: note: Function 'machine__process_exit_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/machine.c:1439:32: note: Function 'machine__process_exit_event' argument 3 names different: declaration 'sample' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/map.c:402:8: style: The scope of the variable 'srcline' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/map.c:758:14: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/map.c:351:36: style: Function 'map__clone' argument 1 names different: declaration 'map' definition 'from'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/map.h:151:36: note: Function 'map__clone' argument 1 names different: declaration 'map' definition 'from'.
linux-tools-4.4/tools/perf/util/map.c:351:36: note: Function 'map__clone' argument 1 names different: declaration 'map' definition 'from'.
linux-tools-4.4/tools/perf/util/map.c:794:47: style: Function 'maps__find' argument 2 names different: declaration 'addr' definition 'ip'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/map.h:190:47: note: Function 'maps__find' argument 2 names different: declaration 'addr' definition 'ip'.
linux-tools-4.4/tools/perf/util/map.c:794:47: note: Function 'maps__find' argument 2 names different: declaration 'addr' definition 'ip'.
linux-tools-4.4/tools/perf/util/map.c:636:20: style: Variable 'printed' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/tools/perf/util/ordered-events.c:193:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/parse-events.c:349:2: style: Variable 'cache_type' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/parse-events.c:341:0: note: Variable 'cache_type' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/parse-events.c:349:2: note: Variable 'cache_type' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/parse-events.c:1283:2: style: Variable 'pmu' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/parse-events.c:1279:0: note: Variable 'pmu' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/parse-events.c:1283:2: note: Variable 'pmu' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/parse-events.c:1251:33: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/parse-events.c:1518:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/parse-events.c:1756:6: style: The scope of the variable 'open_return' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/parse-events.c:921:32: style: Function 'parse_events_add_tracepoint' argument 5 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:124:32: note: Function 'parse_events_add_tracepoint' argument 5 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/parse-events.c:921:32: note: Function 'parse_events_add_tracepoint' argument 5 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/parse-events.c:1392:31: style: Function 'parse_events' argument 3 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:34:31: note: Function 'parse_events' argument 3 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/parse-events.c:1392:31: note: Function 'parse_events' argument 3 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/parse-events.c:1499:14: style: Function 'parse_events_option' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:32:15: note: Function 'parse_events_option' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1499:14: note: Function 'parse_events_option' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1564:14: style: Function 'parse_filter' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:36:72: note: Function 'parse_filter' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1564:14: note: Function 'parse_filter' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1595:20: style: Function 'exclude_perf' argument 2 names different: declaration 'arg' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:37:63: note: Function 'exclude_perf' argument 2 names different: declaration 'arg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1595:20: note: Function 'exclude_perf' argument 2 names different: declaration 'arg' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1596:14: style: Function 'exclude_perf' argument 3 names different: declaration 'unset' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:37:72: note: Function 'exclude_perf' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:1596:14: note: Function 'exclude_perf' argument 3 names different: declaration 'unset' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/parse-events.c:2017:13: style: Function 'parse_events_term__num' argument 5 names different: declaration 'loc_term' definition 'loc_term_'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:110:13: note: Function 'parse_events_term__num' argument 5 names different: declaration 'loc_term' definition 'loc_term_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2017:13: note: Function 'parse_events_term__num' argument 5 names different: declaration 'loc_term' definition 'loc_term_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2017:30: style: Function 'parse_events_term__num' argument 6 names different: declaration 'loc_val' definition 'loc_val_'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:110:29: note: Function 'parse_events_term__num' argument 6 names different: declaration 'loc_val' definition 'loc_val_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2017:30: note: Function 'parse_events_term__num' argument 6 names different: declaration 'loc_val' definition 'loc_val_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2030:13: style: Function 'parse_events_term__str' argument 5 names different: declaration 'loc_term' definition 'loc_term_'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:113:13: note: Function 'parse_events_term__str' argument 5 names different: declaration 'loc_term' definition 'loc_term_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2030:13: note: Function 'parse_events_term__str' argument 5 names different: declaration 'loc_term' definition 'loc_term_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2030:30: style: Function 'parse_events_term__str' argument 6 names different: declaration 'loc_val' definition 'loc_val_'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:113:29: note: Function 'parse_events_term__str' argument 6 names different: declaration 'loc_val' definition 'loc_val_'.
linux-tools-4.4/tools/perf/util/parse-events.c:2030:30: note: Function 'parse_events_term__str' argument 6 names different: declaration 'loc_val' definition 'loc_val_'.
linux-tools-4.4/tools/perf/util/parse-events.c:1902:4: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
linux-tools-4.4/tools/perf/util/parse-options.c:769:25: style: Function 'usage_with_options' argument 2 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-options.h:163:62: note: Function 'usage_with_options' argument 2 names different: declaration 'options' definition 'opts'.
linux-tools-4.4/tools/perf/util/parse-options.c:769:25: note: Function 'usage_with_options' argument 2 names different: declaration 'options' definition 'opts'.
linux-tools-4.4/tools/perf/util/parse-options.c:777:29: style: Function 'usage_with_options_msg' argument 2 names different: declaration 'options' definition 'opts'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-options.h:166:29: note: Function 'usage_with_options_msg' argument 2 names different: declaration 'options' definition 'opts'.
linux-tools-4.4/tools/perf/util/parse-options.c:777:29: note: Function 'usage_with_options_msg' argument 2 names different: declaration 'options' definition 'opts'.
linux-tools-4.4/tools/perf/util/parse-options.c:856:47: style: Function 'set_option_flag' argument 2 names different: declaration 'sopt' definition 'shortopt'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-options.h:228:47: note: Function 'set_option_flag' argument 2 names different: declaration 'sopt' definition 'shortopt'.
linux-tools-4.4/tools/perf/util/parse-options.c:856:47: note: Function 'set_option_flag' argument 2 names different: declaration 'sopt' definition 'shortopt'.
linux-tools-4.4/tools/perf/util/parse-options.c:856:69: style: Function 'set_option_flag' argument 3 names different: declaration 'lopt' definition 'longopt'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-options.h:228:65: note: Function 'set_option_flag' argument 3 names different: declaration 'lopt' definition 'longopt'.
linux-tools-4.4/tools/perf/util/parse-options.c:856:69: note: Function 'set_option_flag' argument 3 names different: declaration 'lopt' definition 'longopt'.
linux-tools-4.4/tools/perf/util/pmu.c:351:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/pmu.c:848:25: style: The scope of the variable 'alias' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/pmu.c:453:51: style: Function 'perf_pmu__get_default_config' argument 1 names different: declaration 'pmu' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/pmu.h:80:71: note: Function 'perf_pmu__get_default_config' argument 1 names different: declaration 'pmu' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/pmu.c:453:51: note: Function 'perf_pmu__get_default_config' argument 1 names different: declaration 'pmu' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/pmu.c:755:45: style: Function 'perf_pmu__config_terms' argument 5 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/pmu.h:56:45: note: Function 'perf_pmu__config_terms' argument 5 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/pmu.c:755:45: note: Function 'perf_pmu__config_terms' argument 5 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/pmu.c:775:35: style: Function 'perf_pmu__config' argument 4 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/pmu.h:52:35: note: Function 'perf_pmu__config' argument 4 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/pmu.c:775:35: note: Function 'perf_pmu__config' argument 4 names different: declaration 'error' definition 'err'.
linux-tools-4.4/tools/perf/util/pmu.c:116:17: warning: Either the condition 'sret<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
linux-tools-4.4/tools/perf/util/pmu.c:113:11: note: Assuming that condition 'sret<0' is not redundant
linux-tools-4.4/tools/perf/util/pmu.c:116:17: note: Negative array index
linux-tools-4.4/tools/perf/util/probe-event.c:1654:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-tools-4.4/tools/perf/util/probe-event.c:2517:2: style: Variable 'map' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/probe-event.c:2507:0: note: Variable 'map' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/probe-event.c:2517:2: note: Variable 'map' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/probe-event.c:144:17: style: The scope of the variable 'sym' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-event.c:1153:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-event.c:1928:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-event.c:2073:23: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-event.c:2772:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-event.c:1002:43: style: Function 'show_line_range' argument 1 names different: declaration 'lr' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:154:47: note: Function 'show_line_range' argument 1 names different: declaration 'lr' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1002:43: note: Function 'show_line_range' argument 1 names different: declaration 'lr' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1003:26: style: Function 'show_line_range' argument 2 names different: declaration 'module' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:154:63: note: Function 'show_line_range' argument 2 names different: declaration 'module' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1003:26: note: Function 'show_line_range' argument 2 names different: declaration 'module' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1004:17: style: Function 'show_line_range' argument 3 names different: declaration 'user' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:155:12: note: Function 'show_line_range' argument 3 names different: declaration 'user' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1004:17: note: Function 'show_line_range' argument 3 names different: declaration 'user' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1010:55: style: Function 'show_available_vars' argument 1 names different: declaration 'pevs' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:156:57: note: Function 'show_available_vars' argument 1 names different: declaration 'pevs' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1010:55: note: Function 'show_available_vars' argument 1 names different: declaration 'pevs' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1011:14: style: Function 'show_available_vars' argument 2 names different: declaration 'npevs' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:156:67: note: Function 'show_available_vars' argument 2 names different: declaration 'npevs' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1011:14: note: Function 'show_available_vars' argument 2 names different: declaration 'npevs' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1012:29: style: Function 'show_available_vars' argument 3 names different: declaration 'filter' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:157:29: note: Function 'show_available_vars' argument 3 names different: declaration 'filter' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1012:29: note: Function 'show_available_vars' argument 3 names different: declaration 'filter' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:1071:39: style: Function 'parse_line_range_desc' argument 1 names different: declaration 'cmd' definition 'arg'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:136:46: note: Function 'parse_line_range_desc' argument 1 names different: declaration 'cmd' definition 'arg'.
linux-tools-4.4/tools/perf/util/probe-event.c:1071:39: note: Function 'parse_line_range_desc' argument 1 names different: declaration 'cmd' definition 'arg'.
linux-tools-4.4/tools/perf/util/probe-event.c:2496:66: style: Function 'arch__fix_tev_from_maps' argument 1 names different: declaration 'pev' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:161:55: note: Function 'arch__fix_tev_from_maps' argument 1 names different: declaration 'pev' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2496:66: note: Function 'arch__fix_tev_from_maps' argument 1 names different: declaration 'pev' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2497:35: style: Function 'arch__fix_tev_from_maps' argument 2 names different: declaration 'tev' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:162:35: note: Function 'arch__fix_tev_from_maps' argument 2 names different: declaration 'tev' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2497:35: note: Function 'arch__fix_tev_from_maps' argument 2 names different: declaration 'tev' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2498:21: style: Function 'arch__fix_tev_from_maps' argument 3 names different: declaration 'map' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:162:52: note: Function 'arch__fix_tev_from_maps' argument 3 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2498:21: note: Function 'arch__fix_tev_from_maps' argument 3 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/probe-event.c:2888:38: style: Function 'show_available_funcs' argument 1 names different: declaration 'module' definition 'target'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:158:45: note: Function 'show_available_funcs' argument 1 names different: declaration 'module' definition 'target'.
linux-tools-4.4/tools/perf/util/probe-event.c:2888:38: note: Function 'show_available_funcs' argument 1 names different: declaration 'module' definition 'target'.
linux-tools-4.4/tools/perf/util/probe-event.c:2888:64: style: Function 'show_available_funcs' argument 2 names different: declaration 'filter' definition '_filter'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/probe-event.h:158:71: note: Function 'show_available_funcs' argument 2 names different: declaration 'filter' definition '_filter'.
linux-tools-4.4/tools/perf/util/probe-event.c:2888:64: note: Function 'show_available_funcs' argument 2 names different: declaration 'filter' definition '_filter'.
linux-tools-4.4/tools/perf/util/probe-file.c:135:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-file.c:135:11: style: The scope of the variable 'idx' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-file.c:138:8: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-file.c:214:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-file.c:274:14: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:556:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:556:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:720:14: style: The scope of the variable 'file' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:804:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:868:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:1257:11: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:1283:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/probe-finder.c:1428:14: style: The scope of the variable 'p' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/python.c:19:10: style: The scope of the variable 'args' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/python.c:856:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/rblist.c:107:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/run-command.c:23:7: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/run-command.c:209:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/run-command.c:210:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/run-command.c:211:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-perl.c:450:6: style: The scope of the variable 'not_first' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-perl.c:450:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-perl.c:302:28: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-perl.c:308:32: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-python.c:270:21: style: The scope of the variable 'val' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-python.c:1041:6: style: The scope of the variable 'not_first' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-python.c:1041:17: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-python.c:284:31: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/scripting-engines/trace-event-python.c:453:28: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:1437:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/perf/util/session.c:1426:0: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/session.c:1437:2: note: Variable 'buf' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/perf/util/session.c:267:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/session.c:960:18: style: The scope of the variable 'machine' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/session.c:688:58: style: Function 'process_finished_round' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/session.c:243:53: note: Function 'process_finished_round' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:688:58: note: Function 'process_finished_round' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:689:31: style: Function 'process_finished_round' argument 2 names different: declaration 'event' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/session.c:244:25: note: Function 'process_finished_round' argument 2 names different: declaration 'event' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:689:31: note: Function 'process_finished_round' argument 2 names different: declaration 'event' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:1929:54: style: Function 'perf_session__fprintf_info' argument 1 names different: declaration 's' definition 'session'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/session.h:113:54: note: Function 'perf_session__fprintf_info' argument 1 names different: declaration 's' definition 'session'.
linux-tools-4.4/tools/perf/util/session.c:1929:54: note: Function 'perf_session__fprintf_info' argument 1 names different: declaration 's' definition 'session'.
linux-tools-4.4/tools/perf/util/session.c:1979:57: style: Function 'perf_event__process_id_index' argument 1 names different: declaration 'tool' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/session.h:132:52: note: Function 'perf_event__process_id_index' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:1979:57: note: Function 'perf_event__process_id_index' argument 1 names different: declaration 'tool' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/session.c:353:29: portability: '(void*)event' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:375:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:392:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:412:8: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:1221:50: portability: 'session->one_mmap_addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/session.c:1471:4: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/sort.c:201:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/sort.c:1820:30: style: Function 'sort__setup_elide' argument 1 names different: declaration 'fp' definition 'output'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/sort.h:231:30: note: Function 'sort__setup_elide' argument 1 names different: declaration 'fp' definition 'output'.
linux-tools-4.4/tools/perf/util/sort.c:1820:30: note: Function 'sort__setup_elide' argument 1 names different: declaration 'fp' definition 'output'.
linux-tools-4.4/tools/perf/util/srcline.c:258:36: style: Function 'dso__free_a2l' argument 1 names different: declaration 'dso' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/dso.h:351:32: note: Function 'dso__free_a2l' argument 1 names different: declaration 'dso' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/srcline.c:258:36: note: Function 'dso__free_a2l' argument 1 names different: declaration 'dso' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/strbuf.c:69:24: warning: Possible null pointer dereference: data [nullPointer]
linux-tools-4.4/tools/perf/util/strbuf.c:75:30: note: Calling function 'strbuf_splice', 4th argument 'data' value is 0
linux-tools-4.4/tools/perf/util/strbuf.c:69:24: note: Null pointer dereference
linux-tools-4.4/tools/perf/util/strbuf.c:20:33: style: Function 'strbuf_init' argument 1 names different: declaration 'buf' definition 'sb'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/strbuf.h:54:40: note: Function 'strbuf_init' argument 1 names different: declaration 'buf' definition 'sb'.
linux-tools-4.4/tools/perf/util/strbuf.c:20:33: note: Function 'strbuf_init' argument 1 names different: declaration 'buf' definition 'sb'.
linux-tools-4.4/tools/perf/util/strlist.c:140:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/strlist.c:63:53: style: Function 'strlist__add' argument 2 names different: declaration 'str' definition 'new_entry'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/strlist.h:29:53: note: Function 'strlist__add' argument 2 names different: declaration 'str' definition 'new_entry'.
linux-tools-4.4/tools/perf/util/strlist.c:63:53: note: Function 'strlist__add' argument 2 names different: declaration 'str' definition 'new_entry'.
linux-tools-4.4/tools/perf/util/strlist.c:95:62: style: Function 'strlist__remove' argument 2 names different: declaration 'sn' definition 'snode'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/strlist.h:27:62: note: Function 'strlist__remove' argument 2 names different: declaration 'sn' definition 'snode'.
linux-tools-4.4/tools/perf/util/strlist.c:95:62: note: Function 'strlist__remove' argument 2 names different: declaration 'sn' definition 'snode'.
linux-tools-4.4/tools/perf/util/strlist.c:154:42: style: Function 'strlist__new' argument 1 names different: declaration 'slist' definition 'list'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/strlist.h:24:42: note: Function 'strlist__new' argument 1 names different: declaration 'slist' definition 'list'.
linux-tools-4.4/tools/perf/util/strlist.c:154:42: note: Function 'strlist__new' argument 1 names different: declaration 'slist' definition 'list'.
linux-tools-4.4/tools/perf/util/strlist.c:32:2: error: Address of auto-variable 'snode->rb_node' returned [returnAddressOfAutoVariable]
linux-tools-4.4/tools/perf/util/svghelper.c:460:2: warning: %lli in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/perf/util/svghelper.c:735:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/svghelper.c:357:31: style: Function 'svg_cpu_box' argument 2 names different: declaration 'max_frequency' definition '__max_freq'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/svghelper.h:14:38: note: Function 'svg_cpu_box' argument 2 names different: declaration 'max_frequency' definition '__max_freq'.
linux-tools-4.4/tools/perf/util/svghelper.c:357:31: note: Function 'svg_cpu_box' argument 2 names different: declaration 'max_frequency' definition '__max_freq'.
linux-tools-4.4/tools/perf/util/svghelper.c:357:47: style: Function 'svg_cpu_box' argument 3 names different: declaration 'turbo_frequency' definition '__turbo_freq'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/svghelper.h:14:57: note: Function 'svg_cpu_box' argument 3 names different: declaration 'turbo_frequency' definition '__turbo_freq'.
linux-tools-4.4/tools/perf/util/svghelper.c:357:47: note: Function 'svg_cpu_box' argument 3 names different: declaration 'turbo_frequency' definition '__turbo_freq'.
linux-tools-4.4/tools/perf/util/svghelper.c:336:5: warning: The buffer 'cpu_m' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
linux-tools-4.4/tools/perf/util/symbol-elf.c:455:54: style: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:250:54: note: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'.
linux-tools-4.4/tools/perf/util/symbol-elf.c:455:54: note: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'.
linux-tools-4.4/tools/perf/util/symbol-elf.c:408:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-elf.c:410:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-elf.c:416:15: portability: 'bf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-elf.c:421:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-elf.c:483:22: portability: 'build_id' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:36:5: style: The scope of the variable 'nhdr' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:72:51: style: Function 'filename__read_debuglink' argument 1 names different: declaration 'filename' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:254:42: note: Function 'filename__read_debuglink' argument 1 names different: declaration 'filename' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:72:51: note: Function 'filename__read_debuglink' argument 1 names different: declaration 'filename' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:73:25: style: Function 'filename__read_debuglink' argument 2 names different: declaration 'debuglink' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:254:58: note: Function 'filename__read_debuglink' argument 2 names different: declaration 'debuglink' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:73:25: note: Function 'filename__read_debuglink' argument 2 names different: declaration 'debuglink' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:74:21: style: Function 'filename__read_debuglink' argument 3 names different: declaration 'size' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:255:16: note: Function 'filename__read_debuglink' argument 3 names different: declaration 'size' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:74:21: note: Function 'filename__read_debuglink' argument 3 names different: declaration 'size' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:218:54: style: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:250:54: note: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:218:54: note: Function 'sysfs__read_build_id' argument 2 names different: declaration 'bf' definition 'build_id'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:271:49: style: Function 'symsrc__possibly_runtime' argument 1 names different: declaration 'ss' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:227:46: note: Function 'symsrc__possibly_runtime' argument 1 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:271:49: note: Function 'symsrc__possibly_runtime' argument 1 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:277:43: style: Function 'symsrc__has_symtab' argument 1 names different: declaration 'ss' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:226:40: note: Function 'symsrc__has_symtab' argument 1 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:277:43: note: Function 'symsrc__has_symtab' argument 1 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:288:49: style: Function 'dso__synthesize_plt_symbols' argument 1 names different: declaration 'dso' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:274:45: note: Function 'dso__synthesize_plt_symbols' argument 1 names different: declaration 'dso' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:288:49: note: Function 'dso__synthesize_plt_symbols' argument 1 names different: declaration 'dso' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:289:23: style: Function 'dso__synthesize_plt_symbols' argument 2 names different: declaration 'ss' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:274:65: note: Function 'dso__synthesize_plt_symbols' argument 2 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:289:23: note: Function 'dso__synthesize_plt_symbols' argument 2 names different: declaration 'ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:290:21: style: Function 'dso__synthesize_plt_symbols' argument 3 names different: declaration 'map' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:275:17: note: Function 'dso__synthesize_plt_symbols' argument 3 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:290:21: note: Function 'dso__synthesize_plt_symbols' argument 3 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:334:52: style: Function 'dso__load_sym' argument 2 names different: declaration 'map' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:271:48: note: Function 'dso__load_sym' argument 2 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:334:52: note: Function 'dso__load_sym' argument 2 names different: declaration 'map' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:335:20: style: Function 'dso__load_sym' argument 3 names different: declaration 'syms_ss' definition 'ss'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:271:68: note: Function 'dso__load_sym' argument 3 names different: declaration 'syms_ss' definition 'ss'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:335:20: note: Function 'dso__load_sym' argument 3 names different: declaration 'syms_ss' definition 'ss'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:336:31: style: Function 'dso__load_sym' argument 4 names different: declaration 'runtime_ss' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:272:20: note: Function 'dso__load_sym' argument 4 names different: declaration 'runtime_ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:336:31: note: Function 'dso__load_sym' argument 4 names different: declaration 'runtime_ss' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:353:28: style: Function 'file__read_maps' argument 1 names different: declaration 'fd' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:283:25: note: Function 'file__read_maps' argument 1 names different: declaration 'fd' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:353:28: note: Function 'file__read_maps' argument 1 names different: declaration 'fd' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:353:53: style: Function 'file__read_maps' argument 2 names different: declaration 'exe' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:283:34: note: Function 'file__read_maps' argument 2 names different: declaration 'exe' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:353:53: note: Function 'file__read_maps' argument 2 names different: declaration 'exe' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:360:53: style: Function 'kcore_extract__create' argument 1 names different: declaration 'kce' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:297:49: note: Function 'kcore_extract__create' argument 1 names different: declaration 'kce' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:360:53: note: Function 'kcore_extract__create' argument 1 names different: declaration 'kce' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:365:54: style: Function 'kcore_extract__delete' argument 1 names different: declaration 'kce' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:298:50: note: Function 'kcore_extract__delete' argument 1 names different: declaration 'kce' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:365:54: note: Function 'kcore_extract__delete' argument 1 names different: declaration 'kce' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:369:37: style: Function 'kcore_copy' argument 1 names different: declaration 'from_dir' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:300:28: note: Function 'kcore_copy' argument 1 names different: declaration 'from_dir' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:369:37: note: Function 'kcore_copy' argument 1 names different: declaration 'from_dir' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:370:28: style: Function 'kcore_copy' argument 2 names different: declaration 'to_dir' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:300:50: note: Function 'kcore_copy' argument 2 names different: declaration 'to_dir' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:370:28: note: Function 'kcore_copy' argument 2 names different: declaration 'to_dir' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol-minimal.c:40:26: portability: 'note_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:54:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:56:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:62:15: portability: 'bf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol-minimal.c:66:7: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol.c:183:24: style: The scope of the variable 'prev' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:269:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:270:9: style: The scope of the variable 'length' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:309:17: style: The scope of the variable 's' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:375:37: style: The scope of the variable 's' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:504:30: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:865:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:1641:17: style: The scope of the variable 'dent' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/symbol.c:89:29: style: Function 'arch__choose_best_symbol' argument 2 names different: declaration 'symb' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/symbol.h:316:66: note: Function 'arch__choose_best_symbol' argument 2 names different: declaration 'symb' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol.c:89:29: note: Function 'arch__choose_best_symbol' argument 2 names different: declaration 'symb' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/symbol.c:238:23: portability: '(void*)sym' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/symbol.c:254:21: portability: '(void*)sym' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/thread-stack.c:225:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread-stack.c:474:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread-stack.c:497:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread-stack.c:632:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread-stack.c:398:2: error: Address of auto-variable 'cpb->cp[n]' returned [returnAddressOfAutoVariable]
linux-tools-4.4/tools/perf/util/thread.c:15:17: style: The scope of the variable 'leader' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread.c:128:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread.c:210:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/thread.c:124:59: style: Function '__thread__set_comm' argument 2 names different: declaration 'comm' definition 'str'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/thread.h:60:59: note: Function '__thread__set_comm' argument 2 names different: declaration 'comm' definition 'str'.
linux-tools-4.4/tools/perf/util/thread.c:124:59: note: Function '__thread__set_comm' argument 2 names different: declaration 'comm' definition 'str'.
linux-tools-4.4/tools/perf/util/trace-event-info.c:433:41: style: Function 'have_tracepoints' argument 1 names different: declaration 'evlist' definition 'pattrs'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/parse-events.h:27:48: note: Function 'have_tracepoints' argument 1 names different: declaration 'evlist' definition 'pattrs'.
linux-tools-4.4/tools/perf/util/trace-event-info.c:433:41: note: Function 'have_tracepoints' argument 1 names different: declaration 'evlist' definition 'pattrs'.
linux-tools-4.4/tools/perf/util/trace-event-parse.c:35:23: style: The scope of the variable 'event' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-parse.c:141:21: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-parse.c:142:8: style: The scope of the variable 'printk' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-parse.c:145:8: style: The scope of the variable 'addr_str' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-parse.c:139:35: style: Function 'parse_ftrace_printk' argument 3 names different: declaration 'size' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/trace-event.h:42:74: note: Function 'parse_ftrace_printk' argument 3 names different: declaration 'size' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/trace-event-parse.c:139:35: note: Function 'parse_ftrace_printk' argument 3 names different: declaration 'size' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/trace-event-parse.c:50:56: portability: 'context->event_data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/trace-event-read.c:432:12: style: Expression is always false because 'else if' condition matches previous condition at line 430. [multiCondition]
linux-tools-4.4/tools/perf/util/trace-event-read.c:380:6: style: Condition 'show_version' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/util/trace-event-read.c:349:21: note: Assignment 'show_version=0', assigned value is 0
linux-tools-4.4/tools/perf/util/trace-event-read.c:380:6: note: Condition 'show_version' is always false
linux-tools-4.4/tools/perf/util/trace-event-read.c:430:6: style: Condition 'show_funcs' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/util/trace-event-read.c:350:19: note: Assignment 'show_funcs=0', assigned value is 0
linux-tools-4.4/tools/perf/util/trace-event-read.c:430:6: note: Condition 'show_funcs' is always false
linux-tools-4.4/tools/perf/util/trace-event-read.c:432:13: style: Condition 'show_printk' is always false [knownConditionTrueFalse]
linux-tools-4.4/tools/perf/util/trace-event-read.c:351:20: note: Assignment 'show_printk=0', assigned value is 0
linux-tools-4.4/tools/perf/util/trace-event-read.c:432:13: note: Condition 'show_printk' is always false
linux-tools-4.4/tools/perf/util/trace-event-read.c:91:6: style: The scope of the variable 'r' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-read.c:300:21: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-read.c:303:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-read.c:319:8: style: The scope of the variable 'sys' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-read.c:321:6: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/trace-event-read.c:344:63: style: Function 'trace_report' argument 3 names different: declaration 'repipe' definition '__repipe'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/trace-event.h:44:63: note: Function 'trace_report' argument 3 names different: declaration 'repipe' definition '__repipe'.
linux-tools-4.4/tools/perf/util/trace-event-read.c:344:63: note: Function 'trace_report' argument 3 names different: declaration 'repipe' definition '__repipe'.
linux-tools-4.4/tools/perf/util/trace-event-read.c:65:7: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/unwind-libunwind.c:268:21: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/unwind-libunwind.c:294:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/usage.c:82:26: style: Function 'warning' argument 1 names different: declaration 'err' definition 'warn'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:136:33: note: Function 'warning' argument 1 names different: declaration 'err' definition 'warn'.
linux-tools-4.4/tools/perf/util/usage.c:82:26: note: Function 'warning' argument 1 names different: declaration 'err' definition 'warn'.
linux-tools-4.4/tools/perf/util/util.c:51:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linux-tools-4.4/tools/perf/util/util.c:144:25: style: Function 'copyfile_offset' argument 1 names different: declaration 'fromfd' definition 'ifd'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:249:25: note: Function 'copyfile_offset' argument 1 names different: declaration 'fromfd' definition 'ifd'.
linux-tools-4.4/tools/perf/util/util.c:144:25: note: Function 'copyfile_offset' argument 1 names different: declaration 'fromfd' definition 'ifd'.
linux-tools-4.4/tools/perf/util/util.c:144:37: style: Function 'copyfile_offset' argument 2 names different: declaration 'from_ofs' definition 'off_in'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:249:40: note: Function 'copyfile_offset' argument 2 names different: declaration 'from_ofs' definition 'off_in'.
linux-tools-4.4/tools/perf/util/util.c:144:37: note: Function 'copyfile_offset' argument 2 names different: declaration 'from_ofs' definition 'off_in'.
linux-tools-4.4/tools/perf/util/util.c:144:49: style: Function 'copyfile_offset' argument 3 names different: declaration 'tofd' definition 'ofd'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:249:54: note: Function 'copyfile_offset' argument 3 names different: declaration 'tofd' definition 'ofd'.
linux-tools-4.4/tools/perf/util/util.c:144:49: note: Function 'copyfile_offset' argument 3 names different: declaration 'tofd' definition 'ofd'.
linux-tools-4.4/tools/perf/util/util.c:144:61: style: Function 'copyfile_offset' argument 4 names different: declaration 'to_ofs' definition 'off_out'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:249:67: note: Function 'copyfile_offset' argument 4 names different: declaration 'to_ofs' definition 'off_out'.
linux-tools-4.4/tools/perf/util/util.c:144:61: note: Function 'copyfile_offset' argument 4 names different: declaration 'to_ofs' definition 'off_out'.
linux-tools-4.4/tools/perf/util/util.c:312:35: style: Function 'hex2u64' argument 2 names different: declaration 'val' definition 'long_val'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:274:35: note: Function 'hex2u64' argument 2 names different: declaration 'val' definition 'long_val'.
linux-tools-4.4/tools/perf/util/util.c:312:35: note: Function 'hex2u64' argument 2 names different: declaration 'val' definition 'long_val'.
linux-tools-4.4/tools/perf/util/util.c:672:15: style: Function 'fetch_kernel_version' argument 3 names different: declaration 'str_sz' definition 'str_size'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/util.h:354:23: note: Function 'fetch_kernel_version' argument 3 names different: declaration 'str_sz' definition 'str_size'.
linux-tools-4.4/tools/perf/util/util.c:672:15: note: Function 'fetch_kernel_version' argument 3 names different: declaration 'str_sz' definition 'str_size'.
linux-tools-4.4/tools/perf/util/util.c:157:33: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/util.c:264:8: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/util.c:564:19: portability: 'bf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/perf/util/vdso.c:287:29: style: Function 'machine__findnew_vdso' argument 2 names different: declaration 'thread' definition '__maybe_unused'. [funcArgNamesDifferent]
linux-tools-4.4/tools/perf/util/vdso.h:26:75: note: Function 'machine__findnew_vdso' argument 2 names different: declaration 'thread' definition '__maybe_unused'.
linux-tools-4.4/tools/perf/util/vdso.c:287:29: note: Function 'machine__findnew_vdso' argument 2 names different: declaration 'thread' definition '__maybe_unused'.
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c:1067:3: error: fprintf format string requires 2 parameters but only 1 is given. [wrongPrintfScanfArgNum]
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c:1101:3: error: fprintf format string requires 3 parameters but only 2 are given. [wrongPrintfScanfArgNum]
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c:199:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c:195:0: note: Variable 'status' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/oslinuxtbl.c:199:2: note: Variable 'status' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/power/acpi/os_specific/service_layers/osunixxf.c:457:6: style: The scope of the variable 'input_char' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/acpidump/apdump.c:104:26: style: The scope of the variable 'rsdp' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/acpidump/apdump.c:139:26: style: The scope of the variable 'rsdp' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/acpidump/apdump.c:330:6: style: The scope of the variable 'table_status' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/acpidump/apfiles.c:123:7: style: The scope of the variable 'instance_str' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/acpidump/apfiles.c:196:13: style: Function 'ap_get_table_from_file' argument 2 names different: declaration 'file_size' definition 'out_file_size'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/acpi/tools/acpidump/acpidump.h:129:13: note: Function 'ap_get_table_from_file' argument 2 names different: declaration 'file_size' definition 'out_file_size'.
linux-tools-4.4/tools/power/acpi/tools/acpidump/apfiles.c:196:13: note: Function 'ap_get_table_from_file' argument 2 names different: declaration 'file_size' definition 'out_file_size'.
linux-tools-4.4/tools/power/acpi/tools/acpidump/apmain.c:310:25: style: The scope of the variable 'action' can be reduced. [variableScope]
linux-tools-4.4/tools/power/acpi/tools/ec/ec_access.c:107:19: style: Checking if unsigned variable 'write_value' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/tools/power/cpupower/bench/benchmark.c:125:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/bench/benchmark.c:50:15: style: The scope of the variable 'rounds' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/bench/benchmark.c:96:7: style: The scope of the variable 'performance_time' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/bench/benchmark.c:96:29: style: The scope of the variable 'powersave_time' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/bench/benchmark.c:97:15: style: The scope of the variable 'calculations' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/bench/main.c:82:2: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/power/cpupower/bench/main.c:80:0: note: Variable 'config' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/power/cpupower/bench/main.c:82:2: note: Variable 'config' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/power/cpupower/bench/main.c:78:6: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/bench/parse.c:181:7: warning: Width 14 given in format string (no. 1) is smaller than destination buffer 'opt[16]'. [invalidScanfFormatWidth_smaller]
linux-tools-4.4/tools/power/cpupower/bench/parse.c:181:7: warning: Width 30 given in format string (no. 2) is smaller than destination buffer 'val[32]'. [invalidScanfFormatWidth_smaller]
linux-tools-4.4/tools/power/cpupower/bench/parse.c:64:34: style: Function 'prepare_output' argument 1 names different: declaration 'dir' definition 'dirname'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/bench/parse.h:49:34: note: Function 'prepare_output' argument 1 names different: declaration 'dir' definition 'dirname'.
linux-tools-4.4/tools/power/cpupower/bench/parse.c:64:34: note: Function 'prepare_output' argument 1 names different: declaration 'dir' definition 'dirname'.
linux-tools-4.4/tools/power/cpupower/bench/parse.c:87:3: error: Common realloc mistake: 'filename' nulled but not freed upon failure [memleakOnRealloc]
linux-tools-4.4/tools/power/cpupower/debug/i386/centrino-decode.c:42:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/centrino-decode.c:73:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/centrino-decode.c:73:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/centrino-decode.c:84:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/dump_psb.c:64:6: style: The scope of the variable 'freq' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/debug/i386/dump_psb.c:64:12: style: The scope of the variable 'fid' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/debug/i386/dump_psb.c:64:17: style: The scope of the variable 'vid' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/debug/i386/dump_psb.c:153:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/debug/i386/powernow-k8-decode.c:38:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/powernow-k8-decode.c:90:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/debug/i386/powernow-k8-decode.c:90:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:78:74: style: Function 'cpufreq_put_available_governors' argument 1 names different: declaration 'first' definition 'any'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.h:136:38: note: Function 'cpufreq_put_available_governors' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:78:74: note: Function 'cpufreq_put_available_governors' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:103:6: style: Function 'cpufreq_put_available_frequencies' argument 1 names different: declaration 'first' definition 'any'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.h:150:41: note: Function 'cpufreq_put_available_frequencies' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:103:6: note: Function 'cpufreq_put_available_frequencies' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:123:62: style: Function 'cpufreq_put_affected_cpus' argument 1 names different: declaration 'first' definition 'any'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.h:162:69: note: Function 'cpufreq_put_affected_cpus' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:123:62: note: Function 'cpufreq_put_affected_cpus' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:144:61: style: Function 'cpufreq_put_related_cpus' argument 1 names different: declaration 'first' definition 'any'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.h:174:68: note: Function 'cpufreq_put_related_cpus' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:144:61: note: Function 'cpufreq_put_related_cpus' argument 1 names different: declaration 'first' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:190:46: style: Function 'cpufreq_put_stats' argument 1 names different: declaration 'stats' definition 'any'. [funcArgNamesDifferent]
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.h:185:53: note: Function 'cpufreq_put_stats' argument 1 names different: declaration 'stats' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/cpufreq.c:190:46: note: Function 'cpufreq_put_stats' argument 1 names different: declaration 'stats' definition 'any'.
linux-tools-4.4/tools/power/cpupower/lib/sysfs.c:635:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:43:7: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:77:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:77:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:77:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:178:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:651:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:654:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:58:25: style: The scope of the variable 'policy' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:168:53: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:170:16: style: The scope of the variable 'pstates' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-info.c:253:16: style: The scope of the variable 'total_trans' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpufreq-set.c:325:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:28:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:36:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:113:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:116:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:116:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-info.c:143:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/cpuidle-set.c:111:18: style: Checking if unsigned variable 'idlestates' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/tools/power/cpupower/utils/cpupower-info.c:90:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpupower-set.c:88:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/cpupower/utils/cpupower.c:99:0: error: Memory leak: page [memleak]
linux-tools-4.4/tools/power/cpupower/utils/helpers/bitmask.c:278:26: style: The scope of the variable 'rtop' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/helpers/topology.c:109:33: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
linux-tools-4.4/tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c:132:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c:88:13: style: The scope of the variable 'need_len' can be reduced. [variableScope]
linux-tools-4.4/tools/power/cpupower/utils/idle_monitor/cpupower-monitor.c:219:22: style: The scope of the variable 'token' can be reduced. [variableScope]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:398:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:417:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:421:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:425:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:450:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:488:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:494:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:499:12: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:547:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:568:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:576:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:785:18: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1181:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1185:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1207:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1212:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1229:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1234:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1239:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1244:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1249:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1254:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1259:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1264:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1281:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1286:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1291:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1296:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1301:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1306:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1311:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1316:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1360:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1376:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1394:2: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1412:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1417:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1418:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1419:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1420:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1427:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1428:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1429:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1430:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1437:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1438:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1443:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1444:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1659:12: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2305:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2328:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2328:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2438:4: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2456:4: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2590:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2644:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2659:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2671:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2700:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2700:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2700:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2700:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2755:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2755:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2755:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2771:6: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2771:6: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2771:6: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2771:6: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1452:2: style: Variable 'cpu_present_set' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1451:2: note: Variable 'cpu_present_set' is reassigned a value before the old one has been used if variable is no semaphore variable.
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1452:2: note: Variable 'cpu_present_set' is reassigned a value before the old one has been used if variable is no semaphore variable.
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1327:6: style: The scope of the variable 'delta_cores' can be reduced. [variableScope]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1328:6: style: The scope of the variable 'delta_ratio' can be reduced. [variableScope]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2083:13: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1769:34: style: Variable 'cap_header_data' is not assigned a value. [unassignedVariable]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1771:32: style: Variable 'cap_data_data' is not assigned a value. [unassignedVariable]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:1190:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2403:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2429:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2447:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/power/x86/turbostat/turbostat.c:2461:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:162:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:162:3: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:162:3: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:162:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:288:12: warning: %u in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:307:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c:139:35: style: The scope of the variable 'max_level' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/nvdimm/test/iomap.c:63:41: portability: '(void __iomem*)nfit_res->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/iomap.c:77:41: portability: '(void __iomem*)nfit_res->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/iomap.c:92:24: portability: 'nfit_res->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/iomap.c:106:24: portability: 'nfit_res->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:262:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:191:32: portability: 'label' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:211:26: portability: '(void*)nd_cmd' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:214:15: portability: 'label' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:519:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:528:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:537:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:546:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:555:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:564:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:573:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:582:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:591:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:601:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:616:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:616:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:631:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:631:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:646:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:646:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:661:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:661:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:676:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:676:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:691:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:691:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:706:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:706:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:721:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:721:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:736:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:736:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:751:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:751:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:766:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:766:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:781:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:781:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:796:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:796:29: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:812:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:828:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:828:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:844:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:844:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:860:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:860:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:877:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:888:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:888:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:899:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:899:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:910:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:910:26: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:922:19: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:930:19: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:930:28: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:938:19: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:938:28: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:946:19: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:946:28: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:956:18: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:973:18: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:985:18: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:998:18: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:998:27: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1007:18: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1007:27: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1017:21: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1032:21: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1032:30: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1048:21: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1048:30: portability: 'nfit_buf+offset' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1065:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1094:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1104:20: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/nvdimm/test/nfit.c:1123:17: portability: 'nfit_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/kselftest.h:42:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/kselftest.h:42:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/kselftest.h:42:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/kselftest.h:42:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/kselftest.h:42:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:147:8: style: The scope of the variable 'pcval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:147:22: style: The scope of the variable 'psval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:147:34: style: The scope of the variable 'pival' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:147:52: style: The scope of the variable 'plval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:175:7: style: The scope of the variable 'cval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:175:19: style: The scope of the variable 'sval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:175:29: style: The scope of the variable 'ival' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:175:45: style: The scope of the variable 'lval' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:265:6: style: The scope of the variable 'child_nr_tests' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:330:26: style: Unused variable: i [unusedVariable]
linux-tools-4.4/tools/testing/selftests/breakpoints/breakpoint_test.c:379:6: style: Unused variable: ret [unusedVariable]
linux-tools-4.4/tools/testing/selftests/capabilities/test_execve.c:87:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:153:6: style: The scope of the variable 'ii' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:153:10: style: The scope of the variable 'count' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:153:17: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:154:7: style: The scope of the variable 'longname' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:379:6: style: The scope of the variable 'ii' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/exec/execveat.c:242:0: error: Memory leak: fullname_symlink [memleak]
linux-tools-4.4/tools/testing/selftests/futex/functional/futex_requeue_pi.c:340:13: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
linux-tools-4.4/tools/testing/selftests/futex/functional/futex_requeue_pi.c:198:15: style: The scope of the variable 'old_val' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/kcmp/kcmp_test.c:31:11: style: The scope of the variable 'fd2' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/memfd/fuse_test.c:165:6: style: Unused variable: sig [unusedVariable]
linux-tools-4.4/tools/testing/selftests/memfd/fuse_test.c:220:2: error: Memory leak: stack [memleak]
linux-tools-4.4/tools/testing/selftests/memfd/memfd_test.c:527:2: error: Memory leak: stack [memleak]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:462:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:467:2: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:488:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:488:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:501:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:506:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:514:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:514:3: warning: %lld in format string (no. 2) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:431:7: style: Variable 't' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/tools/testing/selftests/mqueue/mq_perf_tests.c:298:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/testing/selftests/net/psock_fanout.c:182:17: portability: 'ring' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:284:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:289:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:450:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:455:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:484:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:494:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:573:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:578:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:543:21: style: The scope of the variable 'pbd' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:157:25: portability: 'pay' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:181:13: portability: 'pay' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/net/psock_tpacket.c:181:28: portability: 'pay+sizeof(*eth)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:33:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:33:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:38:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:50:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:56:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:22:16: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:94:0: error: Memory leak: redzone [memleak]
linux-tools-4.4/tools/testing/selftests/powerpc/copyloops/validate.c:94:0: error: Memory leak: fill [memleak]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:83:9: style: Condition 'fd==-1' is always true [knownConditionTrueFalse]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:79:12: note: Assignment 'fd=-1', assigned value is -1
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:83:9: note: Condition 'fd==-1' is always true
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:107:9: style: Condition 'fd==-1' is always true [knownConditionTrueFalse]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:104:12: note: Assignment 'fd=-1', assigned value is -1
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:107:9: note: Condition 'fd==-1' is always true
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:46:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:46:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:46:4: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:53:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:53:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:53:4: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:112:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_default_test.c:112:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:83:9: style: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same. [duplicateExpression]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:79:12: note: 'fd' is assigned value '-1' here.
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:83:9: note: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same.
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:107:9: style: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same. [duplicateExpression]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:104:12: note: 'fd' is assigned value '-1' here.
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr.h:107:9: note: Same expression on both sides of '==' because the value of 'fd' and '-1' are the same.
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c:44:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c:44:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c:60:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_explicit_test.c:60:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c:32:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c:38:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_exec_test.c:95:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c:75:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c:75:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c:82:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_inherit_test.c:82:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c:36:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c:26:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c:26:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c:32:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/dscr/dscr_sysfs_thread_test.c:32:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/mm/subpage_prot.c:121:33: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/ebb.c:192:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c:52:3: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/instruction_count_test.c:72:11: style: The scope of the variable 'current' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/trace.c:271:22: style: The scope of the variable 'e' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/trace.c:40:25: portability: '(void*)tb' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/trace.c:67:21: portability: 'tb->tail' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/trace.c:293:17: portability: '(void*)e' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/ebb/trace.c:293:30: portability: '(void*)e+sizeof(*e)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/lib.c:183:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/pmu/lib.c:137:12: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
linux-tools-4.4/tools/testing/selftests/powerpc/primitives/load_unaligned_zeropad.c:73:0: error: #error implement UCONTEXT_NIA [preprocessorErrorDirective]
linux-tools-4.4/tools/testing/selftests/powerpc/stringloops/memcmp.c:26:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/stringloops/memcmp.c:26:5: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/stringloops/memcmp.c:19:18: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/stringloops/memcmp.c:81:17: style: The scope of the variable 'change' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:53:21: style: Condition 'tests_done==0' is always true [knownConditionTrueFalse]
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:38:19: note: Assignment 'tests_done=0', assigned value is 0
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:53:21: note: Condition 'tests_done==0' is always true
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:53:21: style: Same expression on both sides of '==' because the value of 'tests_done' and '0' are the same. [duplicateExpression]
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:38:19: note: 'tests_done' is assigned value '0' here.
linux-tools-4.4/tools/testing/selftests/powerpc/syscalls/ipc_unmuxed.c:53:21: note: Same expression on both sides of '==' because the value of 'tests_done' and '0' are the same.
linux-tools-4.4/tools/testing/selftests/powerpc/tm/tm-resched-dscr.c:43:11: style: The scope of the variable 'rv' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/powerpc/tm/tm-syscall.c:123:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/powerpc/tm/tm-syscall.c:124:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/ptrace/peeksiginfo.c:60:25: portability: 'addr_rw' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/ptrace/peeksiginfo.c:83:14: portability: 'addr_ro' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/seccomp/seccomp_bpf.c:1246:0: error: #error "Do not know how to find your architecture's registers and syscalls" [preprocessorErrorDirective]
linux-tools-4.4/tools/testing/selftests/size/get_size.c:36:15: style: The scope of the variable 'digit' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/change_skew.c:82:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/change_skew.c:77:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/change_skew.c:82:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/clocksource-switch.c:92:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
linux-tools-4.4/tools/testing/selftests/timers/clocksource-switch.c:109:11: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
linux-tools-4.4/tools/testing/selftests/timers/inconsistency-check.c:108:9: style: The scope of the variable 'inconsistent' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:124:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:119:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:124:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:129:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:124:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:129:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/leap-a-day.c:340:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/leapcrash.c:58:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/leapcrash.c:54:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/leapcrash.c:58:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/mqueue-lat.c:93:3: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/mqueue-lat.c:92:3: note: Variable 'target' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/mqueue-lat.c:93:3: note: Variable 'target' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/mqueue-lat.c:75:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/posix_timers.c:41:18: portability: 'addr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:144:2: style: Variable 'ppm' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:143:2: note: Variable 'ppm' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:144:2: note: Variable 'ppm' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:145:2: style: Variable 'ppm' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:144:2: note: Variable 'ppm' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/raw_skew.c:145:2: note: Variable 'ppm' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/rtctest.c:203:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/timers/rtctest.c:223:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/timers/rtctest.c:245:5: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/timers/set-2038.c:110:6: style: Condition '!is32bits()' is always true [knownConditionTrueFalse]
linux-tools-4.4/tools/testing/selftests/timers/set-2038.c:78:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/set-2038.c:77:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/set-2038.c:78:2: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/set-tai.c:71:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/testing/selftests/timers/set-tai.c:70:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/set-tai.c:71:3: note: Variable 'ret' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/testing/selftests/timers/threadtest.c:56:19: style: The scope of the variable 'a' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/threadtest.c:56:23: style: The scope of the variable 'b' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:67:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:68:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:69:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:70:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:71:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:72:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:73:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:74:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:75:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:76:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:77:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:78:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:79:5: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:80:4: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:81:4: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:101:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/timers/valid-adjtimex.c:102:6: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
linux-tools-4.4/tools/testing/selftests/vm/compaction_test.c:209:27: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/vm/mlock2-tests.c:670:18: portability: 'map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/vm/mlock2-tests.c:160:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-tools-4.4/tools/testing/selftests/vm/thuge-gen.c:202:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
linux-tools-4.4/tools/testing/selftests/vm/transhuge-stress.c:63:9: style: The scope of the variable 's' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/vm/transhuge-stress.c:93:6: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/vm/transhuge-stress.c:109:25: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/vm/transhuge-stress.c:109:34: portability: 'p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:65:16: style: Same expression on both sides of '||' because the value of 'has_limit' and 'has_ar' are the same. [duplicateExpression]
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:49:23: note: 'has_limit' is assigned value '0' here.
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:49:35: note: 'has_ar' is assigned value '0' here.
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:65:16: note: Same expression on both sides of '||' because the value of 'has_limit' and 'has_ar' are the same.
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:95:17: style: Same expression on both sides of '||' because the value of '!has_limit' and '!has_ar' are the same. [duplicateExpression]
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:79:23: note: 'has_limit' is assigned value '0' here.
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:79:35: note: 'has_ar' is assigned value '0' here.
linux-tools-4.4/tools/testing/selftests/x86/ldt_gdt.c:95:17: note: Same expression on both sides of '||' because the value of '!has_limit' and '!has_ar' are the same.
linux-tools-4.4/tools/testing/selftests/x86/sigreturn.c:347:17: style: The scope of the variable 'ss' can be reduced. [variableScope]
linux-tools-4.4/tools/testing/selftests/x86/trivial_32bit_program.c:8:0: error: #error wrong architecture [preprocessorErrorDirective]
linux-tools-4.4/tools/testing/selftests/x86/trivial_64bit_program.c:8:0: error: #error wrong architecture [preprocessorErrorDirective]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 7) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/testing/selftests/x86/unwind_vdso.c:124:3: warning: %ld in format string (no. 8) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:177:6: style: The scope of the variable 'tp_id' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:210:7: style: The scope of the variable 'cdev_name_linked' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:211:7: style: The scope of the variable 'cdev_name' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:212:7: style: The scope of the variable 'cdev_trip_name' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:213:6: style: The scope of the variable 'cdev_id' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:289:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:347:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:490:23: style: The scope of the variable 'samples' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:54:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/tools/thermal/tmon/sysfs.c:78:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
linux-tools-4.4/tools/thermal/tmon/tmon.c:187:52: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linux-tools-4.4/tools/thermal/tmon/tui.c:75:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-tools-4.4/tools/thermal/tmon/tui.c:83:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
linux-tools-4.4/tools/thermal/tmon/tui.c:236:8: style: The scope of the variable 'cdev_inst' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:287:16: style: The scope of the variable 'y' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:419:7: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:454:6: style: The scope of the variable 'base' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:455:6: style: The scope of the variable 'cdev_id' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:561:6: style: The scope of the variable 'x' can be reduced. [variableScope]
linux-tools-4.4/tools/thermal/tmon/tui.c:533:77: style: Function 'draw_hbar' argument 5 names different: declaration 'pattern' definition 'ptn'. [funcArgNamesDifferent]
linux-tools-4.4/tools/thermal/tmon/tui.c:59:17: note: Function 'draw_hbar' argument 5 names different: declaration 'pattern' definition 'ptn'.
linux-tools-4.4/tools/thermal/tmon/tui.c:533:77: note: Function 'draw_hbar' argument 5 names different: declaration 'pattern' definition 'ptn'.
linux-tools-4.4/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c:343:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c:236:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c:267:0: error: Memory leak: ep_path [memleak]
linux-tools-4.4/tools/usb/ffs-aio-example/simple/device_app/aio_simple.c:206:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/ffs-aio-example/simple/device_app/aio_simple.c:238:0: error: Memory leak: ep_path [memleak]
linux-tools-4.4/tools/usb/ffs-test.c:514:5: portability: %zd in format string (no. 1) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/usb/ffs-test.c:343:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/ffs-test.c:453:28: style: Function 'fill_in_buf' argument 1 names different: declaration 't' definition 'ignore'. [funcArgNamesDifferent]
linux-tools-4.4/tools/usb/ffs-test.c:291:43: note: Function 'fill_in_buf' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/ffs-test.c:453:28: note: Function 'fill_in_buf' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/ffs-test.c:478:30: style: Function 'empty_out_buf' argument 1 names different: declaration 't' definition 'ignore'. [funcArgNamesDifferent]
linux-tools-4.4/tools/usb/ffs-test.c:292:45: note: Function 'empty_out_buf' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/ffs-test.c:478:30: note: Function 'empty_out_buf' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/ffs-test.c:540:28: style: Function 'ep0_consume' argument 1 names different: declaration 't' definition 'ignore'. [funcArgNamesDifferent]
linux-tools-4.4/tools/usb/ffs-test.c:290:43: note: Function 'ep0_consume' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/ffs-test.c:540:28: note: Function 'ep0_consume' argument 1 names different: declaration 't' definition 'ignore'.
linux-tools-4.4/tools/usb/usbip/libsrc/names.c:75:15: style: struct member 'genericstrtable::num' is never used. [unusedStructMember]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_common.c:140:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:76:2: style: Variable 'edev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:71:0: note: Variable 'edev' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:76:2: note: Variable 'edev' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:120:22: style: The scope of the variable 'dev' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:121:14: style: The scope of the variable 'path' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:156:32: style: The scope of the variable 'edev' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/usbip/libsrc/usbip_host_driver.c:268:32: style: The scope of the variable 'edev' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/usbip/libsrc/list.h:93:16: portability: '(void*)1048832' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/usb/usbip/libsrc/list.h:94:16: portability: '(void*)2097664' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:61:9: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:250:20: warning: Either the condition 'if(vhci_driver)' is redundant or there is possible null pointer dereference: vhci_driver. [nullPointerRedundantCheck]
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:252:5: note: Assuming that condition 'if(vhci_driver)' is not redundant
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:250:20: note: Null pointer dereference
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:42:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/usb/usbip/libsrc/vhci_driver.c:207:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux-tools-4.4/tools/usb/usbip/src/usbip_bind.c:60:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/usb/usbip/src/usbip_bind.c:54:0: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/usb/usbip/src/usbip_bind.c:60:2: note: Variable 'rc' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/usb/usbip/src/usbip_network.c:101:35: style: Function 'usbip_net_pack_usb_interface' argument 2 names different: declaration 'uinf' definition 'udev'. [funcArgNamesDifferent]
linux-tools-4.4/tools/usb/usbip/src/usbip_network.h:173:73: note: Function 'usbip_net_pack_usb_interface' argument 2 names different: declaration 'uinf' definition 'udev'.
linux-tools-4.4/tools/usb/usbip/src/usbip_network.c:101:35: note: Function 'usbip_net_pack_usb_interface' argument 2 names different: declaration 'uinf' definition 'udev'.
linux-tools-4.4/tools/usb/usbip/src/usbip_network.c:261:49: style: Function 'usbip_net_tcp_connect' argument 2 names different: declaration 'port' definition 'service'. [funcArgNamesDifferent]
linux-tools-4.4/tools/usb/usbip/src/usbip_network.h:183:49: note: Function 'usbip_net_tcp_connect' argument 2 names different: declaration 'port' definition 'service'.
linux-tools-4.4/tools/usb/usbip/src/usbip_network.c:261:49: note: Function 'usbip_net_tcp_connect' argument 2 names different: declaration 'port' definition 'service'.
linux-tools-4.4/tools/usb/usbip/src/usbip_port.c:22:32: style: The scope of the variable 'idev' can be reduced. [variableScope]
linux-tools-4.4/tools/virtio/virtio-trace/trace-agent.c:262:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/virtio/virtio-trace/trace-agent.c:260:0: note: Variable 's' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/virtio/virtio-trace/trace-agent.c:262:2: note: Variable 's' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/virtio/virtio_test.c:158:7: style: The scope of the variable 'completed_before' can be reduced. [variableScope]
linux-tools-4.4/tools/virtio/virtio_test.c:171:18: portability: 'dev->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/linux/uaccess.h:9:35: portability: 'p' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:180:37: portability: '__user_addr_min' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:299:20: portability: 'guest_map' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:300:28: portability: '(void*)data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:353:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:354:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:359:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:368:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:369:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:370:37: portability: '(void*)dbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:478:36: portability: '__user_addr_min' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:498:25: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:500:43: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:502:43: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:507:35: portability: '__user_addr_min' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:522:49: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:526:50: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:530:50: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:532:50: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:547:32: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:557:41: portability: '__user_addr_min' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:558:44: portability: '__kfree_ignore_start' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:568:23: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:576:35: portability: '__user_addr_min' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:627:43: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:659:32: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/virtio/vringh_test.c:660:42: portability: '__user_addr_max' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/vm/page-types.c:794:7: warning: %x in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/vm/page-types.c:794:7: warning: %x in format string (no. 9) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-tools-4.4/tools/vm/page-types.c:308:6: style: The scope of the variable 'present' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:598:16: style: The scope of the variable 'batch' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:599:16: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:620:16: style: The scope of the variable 'batch' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:621:16: style: The scope of the variable 'pages' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:645:16: style: The scope of the variable 'start' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page-types.c:891:33: portability: 'ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-tools-4.4/tools/vm/page-types.c:882:28: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
linux-tools-4.4/tools/vm/page_owner_sort.c:88:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
linux-tools-4.4/tools/vm/page_owner_sort.c:144:0: error: Resource leak: fout [resourceLeak]
linux-tools-4.4/tools/vm/page_owner_sort.c:143:0: error: Memory leak: list2 [memleak]
linux-tools-4.4/tools/vm/slabinfo.c:250:6: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:537:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:537:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:540:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:540:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:543:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:543:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 5) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 6) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 7) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 9) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:618:3: warning: %ld in format string (no. 10) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:626:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:626:3: warning: %ld in format string (no. 8) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:626:3: warning: %ld in format string (no. 9) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
linux-tools-4.4/tools/vm/slabinfo.c:936:2: style: Variable 'avg_partobj' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/vm/slabinfo.c:929:2: note: Variable 'avg_partobj' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/vm/slabinfo.c:936:2: note: Variable 'avg_partobj' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/vm/slabinfo.c:1211:4: style: Variable 'slab->partial' is reassigned a value before the old one has been used. [redundantAssignment]
linux-tools-4.4/tools/vm/slabinfo.c:1210:4: note: Variable 'slab->partial' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/vm/slabinfo.c:1211:4: note: Variable 'slab->partial' is reassigned a value before the old one has been used.
linux-tools-4.4/tools/vm/slabinfo.c:266:6: style: The scope of the variable 'node' can be reduced. [variableScope]
[03:08]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-user-chroot/linux-user-chroot_2013.1.orig.tar.gz
linux-user-chroot-2013.1/src/linux-user-chroot-newnet.c:44:20: style: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
linux-user-chroot-2013.1/src/linux-user-chroot-newnet.c:40:32: note: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'.
linux-user-chroot-2013.1/src/linux-user-chroot-newnet.c:44:20: note: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'.
linux-user-chroot-2013.1/src/linux-user-chroot.c:61:20: style: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'. [funcArgNamesDifferent]
linux-user-chroot-2013.1/src/linux-user-chroot.c:57:32: note: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'.
linux-user-chroot-2013.1/src/linux-user-chroot.c:61:20: note: Function 'fatal' argument 1 names different: declaration 'message' definition 'fmt'.
[03:08]

ftp://ftp.se.debian.org/debian/pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.9+dfsg.orig.tar.gz
linux-wlan-ng-0.2.9+dfsg/add-ons/keygen/keygen.c:90:17: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/add-ons/keygen/keygen.c:110:10: style: The scope of the variable 'sepchar' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/add-ons/keygen/keygen.c:123:10: style: The scope of the variable 'sepchar' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/add-ons/lwepgen/lwepgen.c:89:17: style: The scope of the variable 'shift' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/add-ons/lwepgen/lwepgen.c:109:10: style: The scope of the variable 'sepchar' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/mkmeta/mkmetastruct.c:59:22: style: The scope of the variable 'totgrps' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/nwepgen/nwepgen.c:133:15: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/nwepgen/nwepgen.c:133:17: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/nwepgen/nwepgen.c:134:16: style: The scope of the variable 'pseed' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/nwepgen/nwepgen.c:136:6: style: The scope of the variable 'randNumber' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211conv.c:144:19: style: The scope of the variable 'e_llc' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211conv.c:145:19: style: The scope of the variable 'e_snap' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211conv.c:146:6: style: The scope of the variable 'foo' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211conv.c:314:6: style: The scope of the variable 'foo' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211netdev.c:1000:7: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/p80211/p80211netdev.c:1008:3: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1494:3: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:723:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:720:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:723:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:790:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:787:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:790:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1179:13: warning: Redundant assignment of 'nicid.id' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1180:18: warning: Redundant assignment of 'nicid.variant' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1181:16: warning: Redundant assignment of 'nicid.major' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1182:16: warning: Redundant assignment of 'nicid.minor' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1188:12: warning: Redundant assignment of 'rfid.id' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1189:17: warning: Redundant assignment of 'rfid.variant' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1190:16: warning: Redundant assignment of 'rfid.bottom' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1191:13: warning: Redundant assignment of 'rfid.top' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1197:13: warning: Redundant assignment of 'macid.id' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1198:18: warning: Redundant assignment of 'macid.variant' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1199:17: warning: Redundant assignment of 'macid.bottom' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1200:14: warning: Redundant assignment of 'macid.top' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1723:19: warning: Redundant assignment of 'pdword[nwords]' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1735:19: warning: Redundant assignment of 'pdword[nwords]' to itself. [selfAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1471:9: style: The scope of the variable 'offp' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1472:6: style: The scope of the variable 'end' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1697:8: style: The scope of the variable 'ebuf' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1581:31: style: Function 'merge_pda' argument 2 names different: declaration 'pdwords' definition 'pdword'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:332:39: note: Function 'merge_pda' argument 2 names different: declaration 'pdwords' definition 'pdword'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1581:31: note: Function 'merge_pda' argument 2 names different: declaration 'pdwords' definition 'pdword'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1581:43: style: Function 'merge_pda' argument 3 names different: declaration 'nword' definition 'nwords'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:332:52: note: Function 'merge_pda' argument 3 names different: declaration 'nword' definition 'nwords'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1581:43: note: Function 'merge_pda' argument 3 names different: declaration 'nword' definition 'nwords'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:972:10: warning: Size of pointer 'fchunk' used instead of size of its data. [pointerSize]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:537:3: warning: The buffer 'devname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1747:0: error: Resource leak: pdrfile [resourceLeak]
linux-wlan-ng-0.2.9+dfsg/src/prism2/download/prism2dl.c:1966:0: error: Resource leak: f [resourceLeak]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:3219:19: warning: Either the condition '!wlandev' is redundant or there is possible null pointer dereference: wlandev. [nullPointerRedundantCheck]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:3223:6: note: Assuming that condition '!wlandev' is not redundant
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:3219:19: note: Null pointer dereference
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2786:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2779:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2786:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2882:4: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2876:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2882:4: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:1186:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2278:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2417:16: style: The scope of the variable 'flags' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:3217:8: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:3979:8: style: The scope of the variable 'reg' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2413:21: style: Function 'hfa384x_copy_to_bap4' argument 6 names different: declaration 'len' definition 'len1'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:258:21: note: Function 'hfa384x_copy_to_bap4' argument 6 names different: declaration 'len' definition 'len1'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2413:21: note: Function 'hfa384x_copy_to_bap4' argument 6 names different: declaration 'len' definition 'len1'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:1131:9: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:1146:18: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2482:10: portability: 'buf2' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2500:11: portability: 'buf3' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2520:11: portability: 'buf4' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2610:18: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x.c:2680:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:3540:57: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:1195:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:4362:34: style: The scope of the variable 'msg' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:470:36: style: Function 'submit_rx_urb' argument 2 names different: declaration 'flags' definition 'memflags'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:253:36: note: Function 'submit_rx_urb' argument 2 names different: declaration 'flags' definition 'memflags'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:470:36: note: Function 'submit_rx_urb' argument 2 names different: declaration 'flags' definition 'memflags'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:535:56: style: Function 'submit_tx_urb' argument 3 names different: declaration 'flags' definition 'memflags'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:256:56: note: Function 'submit_tx_urb' argument 3 names different: declaration 'flags' definition 'memflags'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:535:56: note: Function 'submit_tx_urb' argument 3 names different: declaration 'flags' definition 'memflags'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:2603:19: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/hfa384x_usb.c:3067:44: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2212:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2211:23: note: outer condition: wlandev->hostwep&HOSTWEP_DECRYPT
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2212:24: note: identical inner condition: wlandev->hostwep&HOSTWEP_DECRYPT
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2365:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2364:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2365:3: note: Variable 'result' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2316:2: style: Variable 'wlandev' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2312:0: note: Variable 'wlandev' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2316:2: note: Variable 'wlandev' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2317:2: style: Variable 'hw' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2313:0: note: Variable 'hw' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:2317:2: note: Variable 'hw' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_cs.c:663:2: style: Variable 'link' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_cs.c:656:0: note: Variable 'link' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_cs.c:663:2: note: Variable 'link' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:168:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:181:4: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:168:2: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:643:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:650:4: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:643:2: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:886:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:895:4: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:886:2: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:1044:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:1051:4: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:1044:2: note: Found duplicate branches for 'if' and 'else'.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:1655:9: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:2246:8: style: The scope of the variable 'result' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2699:10: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2699:23: style: The scope of the variable 'done' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:2999:25: style: The scope of the variable 'addr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3082:24: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3082:27: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3168:24: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3168:27: style: The scope of the variable 'j' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3623:6: style: The scope of the variable 'index' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1250:12: style: The scope of the variable 'src16' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1252:12: style: The scope of the variable 'src32' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1455:23: style: The scope of the variable 'inf' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_cs.c:771:14: style: The scope of the variable 'hw' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:2291:4: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mib.c:3506:3: style: Variable 'datarate' is modified but its new value is never used. [unreadVariable]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:2592:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2mgmt.c:2596:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1430:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2sta.c:1432:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_plx.c:142:2: style: Variable 'regic' is reassigned a value before the old one has been used. [redundantAssignment]
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_plx.c:141:2: note: Variable 'regic' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/driver/prism2_plx.c:142:2: note: Variable 'regic' is reassigned a value before the old one has been used.
linux-wlan-ng-0.2.9+dfsg/src/prism2/ridlist/mkmiblist.c:66:8: style: The scope of the variable 'cptr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/prism2/ridlist/mkridlist.c:69:8: style: The scope of the variable 'cptr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:110:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:111:7: style: The scope of the variable 'cat' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:112:7: style: The scope of the variable 'g' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:113:7: style: The scope of the variable 'grp' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:114:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:115:7: style: The scope of the variable 'catsize' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:116:7: style: The scope of the variable 'grpsize' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:117:7: style: The scope of the variable 'itemsize' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:228:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:263:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:298:7: style: The scope of the variable 'i' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:389:7: style: The scope of the variable 'cat' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:390:7: style: The scope of the variable 'grp' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:391:7: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:424:7: style: The scope of the variable 'cat' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:425:7: style: The scope of the variable 'grp' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:426:7: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211meta.c:427:7: style: The scope of the variable 'size' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2074:7: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:242:17: style: The scope of the variable 'pstr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:308:7: style: The scope of the variable 'len' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:381:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:383:17: style: The scope of the variable 'pstr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:435:10: style: The scope of the variable 'cstr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:601:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:603:17: style: The scope of the variable 'pstr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:774:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:988:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1040:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1135:8: style: The scope of the variable 'tmpbuf' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1235:17: style: The scope of the variable 'mibmeta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1237:10: style: The scope of the variable 'mibstr' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1439:17: style: The scope of the variable 'mibitem' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:1719:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/shared/p80211types.c:2116:16: style: The scope of the variable 'meta' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:282:29: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:285:25: style: The scope of the variable 'item' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:401:45: style: The scope of the variable 'ngrps' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:500:36: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:578:25: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:703:14: style: Function 'wlancfg_reqspec' argument 2 names different: declaration 'mibget' definition 'spec'. [funcArgNamesDifferent]
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:157:56: note: Function 'wlancfg_reqspec' argument 2 names different: declaration 'mibget' definition 'spec'.
linux-wlan-ng-0.2.9+dfsg/src/wlancfg/wlancfg.c:703:14: note: Function 'wlancfg_reqspec' argument 2 names different: declaration 'mibget' definition 'spec'.
linux-wlan-ng-0.2.9+dfsg/src/wlanctl/help.c:259:7: style: The scope of the variable 'ncmds' can be reduced. [variableScope]
[03:08]

ftp://ftp.se.debian.org/debian/pool/main/l/linux86/linux86_0.16.17.orig.tar.gz
dev86-0.16.17/ar/ar.c:616:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/ar/ar.c:1100:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/ar/ar.c:1786:4: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
dev86-0.16.17/ar/ar.c:304:16: style: The scope of the variable 'val' can be reduced. [variableScope]
dev86-0.16.17/ar/ar.c:1245:10: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/ar/ar.c:1283:10: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/ar/ar.c:1348:10: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/ar/ar.c:1401:10: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/ar/ar.c:1608:9: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
dev86-0.16.17/ar/ar.c:1731:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/ar/ar.c:1765:0: error: Memory leak: strings [memleak]
dev86-0.16.17/ar/ar.c:626:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:627:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:628:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:629:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:630:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:631:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:632:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:633:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ar/ar.c:634:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/express.c:143:14: style: The scope of the variable 'leftoffset' can be reduced. [variableScope]
dev86-0.16.17/as/express.c:144:19: style: The scope of the variable 'leftdata' can be reduced. [variableScope]
dev86-0.16.17/as/express.c:196:14: style: The scope of the variable 'leftoffset' can be reduced. [variableScope]
dev86-0.16.17/as/express.c:278:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/express.c:279:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/genbin.c:89:23: style: The scope of the variable 'adrptr' can be reduced. [variableScope]
dev86-0.16.17/as/genbin.c:90:11: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
dev86-0.16.17/as/genbin.c:91:19: style: The scope of the variable 'remaining' can be reduced. [variableScope]
dev86-0.16.17/as/genlist.c:360:18: warning: Either the condition 'while(errptr&&errptr->position<132&&column<errptr->position)' is redundant or there is possible null pointer dereference: errptr. [nullPointerRedundantCheck]
dev86-0.16.17/as/genlist.c:370:8: note: Assuming that condition 'while(errptr&&errptr->position<132&&column<errptr->position)' is not redundant
dev86-0.16.17/as/genlist.c:360:18: note: Null pointer dereference
dev86-0.16.17/as/genlist.c:399:2: warning: Either the condition 'errptr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
dev86-0.16.17/as/genlist.c:370:9: note: Assuming that condition 'errptr' is not redundant
dev86-0.16.17/as/genlist.c:399:2: note: Null pointer addition
dev86-0.16.17/as/genlist.c:148:19: style: The scope of the variable 'position' can be reduced. [variableScope]
dev86-0.16.17/as/genlist.c:211:14: style: The scope of the variable 'numlength' can be reduced. [variableScope]
dev86-0.16.17/as/genlist.c:212:11: style: The scope of the variable 'numptr' can be reduced. [variableScope]
dev86-0.16.17/as/genlist.c:338:11: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
dev86-0.16.17/as/genlist.c:33:11: style: struct member 'Anonymous6::pad' is never used. [unusedStructMember]
dev86-0.16.17/as/genlist.c:122:48: portability: Undefined behaviour, pointer arithmetic 'powers_of_10-1' is out of bounds. [pointerOutOfBounds]
dev86-0.16.17/as/genobj.c:91:13: style: The scope of the variable 'size' can be reduced. [variableScope]
dev86-0.16.17/as/genobj.c:127:23: style: The scope of the variable 'adrptr' can be reduced. [variableScope]
dev86-0.16.17/as/genobj.c:128:11: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
dev86-0.16.17/as/genobj.c:129:19: style: The scope of the variable 'remaining' can be reduced. [variableScope]
dev86-0.16.17/as/genobj.c:219:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
dev86-0.16.17/as/genobj.c:220:14: style: The scope of the variable 'symnum' can be reduced. [variableScope]
dev86-0.16.17/as/gensym.c:21:14: style: The scope of the variable 'column' can be reduced. [variableScope]
dev86-0.16.17/as/gensym.c:52:26: style: Variable 'label_count' is modified but its new value is never used. [unreadVariable]
dev86-0.16.17/as/gensym.c:88:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/gensym.c:89:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/gensym.c:90:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/gensym.c:91:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/gensym.c:92:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/gensym.c:163:44: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/macro.c:28:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/as/mops.c:499:14: style: The scope of the variable 'asize' can be reduced. [variableScope]
dev86-0.16.17/as/mops.c:2214:24: portability: Undefined behaviour, when 'CSREG' is 24 the pointer arithmetic 'segoverride-CSREG' is out of bounds. [pointerOutOfBounds]
dev86-0.16.17/as/pops.c:32:9: style: The scope of the variable 'newcount' can be reduced. [variableScope]
dev86-0.16.17/as/pops.c:100:14: style: The scope of the variable 'remaining' can be reduced. [variableScope]
dev86-0.16.17/as/pops.c:237:19: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/as/pops.c:284:10: style: The scope of the variable 'byte' can be reduced. [variableScope]
dev86-0.16.17/as/pops.c:835:19: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/as/pops.c:991:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/as/table.c:56:14: style: The scope of the variable 'namelength' can be reduced. [variableScope]
dev86-0.16.17/as/table.c:59:28: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/as/table.c:55:10: style: Variable 'lowcasebuf' is not assigned a value. [unassignedVariable]
dev86-0.16.17/bcc/assign.c:58:50: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
dev86-0.16.17/bcc/assign.c:22:14: style: The scope of the variable 'regpushed' can be reduced. [variableScope]
dev86-0.16.17/bcc/assign.c:23:14: style: The scope of the variable 'sourcereg' can be reduced. [variableScope]
dev86-0.16.17/bcc/assign.c:24:14: style: The scope of the variable 'tscalar' can be reduced. [variableScope]
dev86-0.16.17/bcc/bcc.c:651:6: portability: %d in format string (no. 1) requires 'int' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
dev86-0.16.17/bcc/bcc.c:1332:4: warning: Either the condition 'd' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
dev86-0.16.17/bcc/bcc.c:1319:7: note: Assuming that condition 'd' is not redundant
dev86-0.16.17/bcc/bcc.c:1332:4: note: Null pointer addition
dev86-0.16.17/bcc/bcc.c:803:11: style: The scope of the variable 'opt' can be reduced. [variableScope]
dev86-0.16.17/bcc/bcc.c:1364:8: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/bcc/bcc.c:276:17: error: Allocation with xalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
dev86-0.16.17/bcc/bcc.c:283:24: error: Allocation with xalloc, strcpy doesn't release it. [leakNoVarFunctionCall]
dev86-0.16.17/bcc/codefrag.c:846:15: style: The scope of the variable 'longhigh' can be reduced. [variableScope]
dev86-0.16.17/bcc/codefrag.c:1329:9: style: The scope of the variable 'stackentry' can be reduced. [variableScope]
dev86-0.16.17/bcc/debug.c:211:6: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
dev86-0.16.17/bcc/declare.c:352:6: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
dev86-0.16.17/bcc/declare.c:354:6: note: Found duplicate branches for 'if' and 'else'.
dev86-0.16.17/bcc/declare.c:352:6: note: Found duplicate branches for 'if' and 'else'.
dev86-0.16.17/bcc/declare.c:93:12: style: The scope of the variable 'levelnew' can be reduced. [variableScope]
dev86-0.16.17/bcc/declare.c:321:13: style: The scope of the variable 'fieldwidth' can be reduced. [variableScope]
dev86-0.16.17/bcc/declare.c:608:15: style: The scope of the variable 'argsize' can be reduced. [variableScope]
dev86-0.16.17/bcc/declare.c:924:11: style: The scope of the variable 'stringend' can be reduced. [variableScope]
dev86-0.16.17/bcc/declare.c:925:15: style: The scope of the variable 'stringlength' can be reduced. [variableScope]
dev86-0.16.17/bcc/declare.c:997:15: style: The scope of the variable 'newoffset' can be reduced. [variableScope]
dev86-0.16.17/bcc/express.c:55:11: style: The scope of the variable 'op' can be reduced. [variableScope]
dev86-0.16.17/bcc/express.c:83:24: style: The scope of the variable 'rhs' can be reduced. [variableScope]
dev86-0.16.17/bcc/express.c:100:11: style: The scope of the variable 'op' can be reduced. [variableScope]
dev86-0.16.17/bcc/express.c:101:14: style: The scope of the variable 'rprecedence' can be reduced. [variableScope]
dev86-0.16.17/bcc/exptree.c:378:17: style: The scope of the variable 'MAXULONG' can be reduced. [variableScope]
dev86-0.16.17/bcc/exptree.c:808:14: style: The scope of the variable 'bothscalar' can be reduced. [variableScope]
dev86-0.16.17/bcc/exptree.c:403:36: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
dev86-0.16.17/bcc/exptree.c:942:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/bcc/exptree.c:1063:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/bcc/exptree.c:1070:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/bcc/exptree.c:1102:66: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/bcc/floatop.c:33:22: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:37:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:38:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:47:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:48:23: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:52:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:53:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:54:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/floatop.c:55:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/function.c:124:14: style: The scope of the variable 'targreg' can be reduced. [variableScope]
dev86-0.16.17/bcc/function.c:421:14: style: The scope of the variable 'newsp' can be reduced. [variableScope]
dev86-0.16.17/bcc/gencode.c:154:14: style: The scope of the variable 'regmark' can be reduced. [variableScope]
dev86-0.16.17/bcc/gencode.c:175:14: portability: Undefined behaviour, when 'GTOP' is 29 the pointer arithmetic 'opdata-GTOP' is out of bounds. [pointerOutOfBounds]
dev86-0.16.17/bcc/gencode.c:182:17: portability: Undefined behaviour, when 'GTOP' is 29 the pointer arithmetic 'opdata-GTOP' is out of bounds. [pointerOutOfBounds]
dev86-0.16.17/bcc/gencode.c:609:21: portability: Undefined behaviour, when 'GTOP' is 29 the pointer arithmetic 'opdata-GTOP' is out of bounds. [pointerOutOfBounds]
dev86-0.16.17/bcc/gencode.c:551:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/bcc/genloads.c:354:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:355:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:361:20: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:367:13: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:391:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:395:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:396:16: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/genloads.c:1306:14: style: The scope of the variable 'targreg' can be reduced. [variableScope]
dev86-0.16.17/bcc/glogcode.c:102:14: style: The scope of the variable 'tempscalar' can be reduced. [variableScope]
dev86-0.16.17/bcc/hardop.c:69:13: style: The scope of the variable 'regmark' can be reduced. [variableScope]
dev86-0.16.17/bcc/hardop.c:431:14: style: The scope of the variable 'exitlab' can be reduced. [variableScope]
dev86-0.16.17/bcc/hardop.c:433:14: style: The scope of the variable 'usignlab' can be reduced. [variableScope]
dev86-0.16.17/bcc/input.c:226:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:115:32: style: The scope of the variable 'tmp' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:137:20: style: The scope of the variable 'labpatch' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:172:11: style: The scope of the variable 'cnameptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:173:26: style: The scope of the variable 'labmin' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:174:26: style: The scope of the variable 'labmax' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:177:14: style: The scope of the variable 'nlonger' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:182:17: style: The scope of the variable 'labpatch' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:289:11: style: The scope of the variable 'cnameptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:405:11: style: The scope of the variable 'cnameptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/label.c:231:23: error: Array index -1 is out of bounds. [negativeIndex]
dev86-0.16.17/bcc/loadexp.c:79:12: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/loadexp.c:83:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/loadexp.c:84:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
dev86-0.16.17/bcc/loadexp.c:41:24: style: The scope of the variable 'lhs' can be reduced. [variableScope]
dev86-0.16.17/bcc/output.c:791:23: style: The scope of the variable 'reduction' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:327:11: style: The scope of the variable 'oldstring' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:624:10: style: The scope of the variable 'quote' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:629:9: style: The scope of the variable 'nparleft' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:630:9: style: The scope of the variable 'lpcount' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:848:23: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:879:12: style: The scope of the variable 'iftrue' can be reduced. [variableScope]
dev86-0.16.17/bcc/preproc.c:880:23: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/preserve.c:63:13: style: The scope of the variable 'regmark' can be reduced. [variableScope]
dev86-0.16.17/bcc/scan.c:456:17: style: The scope of the variable 'lastch' can be reduced. [variableScope]
dev86-0.16.17/bcc/softop.c:32:13: style: The scope of the variable 'sourceval' can be reduced. [variableScope]
dev86-0.16.17/bcc/state.c:631:16: warning: Redundant assignment of 'jtablelab' to itself. [selfAssignment]
dev86-0.16.17/bcc/state.c:264:14: style: The scope of the variable 'spmark' can be reduced. [variableScope]
dev86-0.16.17/bcc/state.c:327:14: style: The scope of the variable 'spmark' can be reduced. [variableScope]
dev86-0.16.17/bcc/state.c:440:23: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/bcc/state.c:462:14: style: The scope of the variable 'exitlab' can be reduced. [variableScope]
dev86-0.16.17/bcc/type.c:29:14: style: The scope of the variable 'namelength' can be reduced. [variableScope]
dev86-0.16.17/bcc/type.c:30:23: style: The scope of the variable 'symptr' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/boot_win.c:152:8: style: Unused variable: ah [unusedVariable]
dev86-0.16.17/bootblocks/boot_win.c:168:7: style: Unused variable: ax [unusedVariable]
dev86-0.16.17/bootblocks/boot_win.c:184:7: style: Unused variable: ax [unusedVariable]
dev86-0.16.17/bootblocks/boot_win.c:196:7: style: Unused variable: ax [unusedVariable]
dev86-0.16.17/bootblocks/buffer.c:122:3: warning: %x in format string (no. 7) requires 'unsigned int' but the argument type is 'char *'. [invalidPrintfArgType_uint]
dev86-0.16.17/bootblocks/buffer.c:71:9: style: The scope of the variable 'bstart' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/bzimage.c:308:0: error: syntax error [syntaxError]
dev86-0.16.17/bootblocks/commands.c:13:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
dev86-0.16.17/bootblocks/commands.c:63:15: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
dev86-0.16.17/bootblocks/commands.c:8:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/commands.c:9:9: style: The scope of the variable 'len' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/fs_tar.c:164:10: style: The scope of the variable 'k' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/fs_tar.c:12:7: style: struct member 'm::m_mode' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:13:7: style: struct member 'm::m_uid' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:14:7: style: struct member 'm::m_gid' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:16:7: style: struct member 'm::m_time' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:19:7: style: struct member 'm::m_link' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:20:7: style: struct member 'm::m_ustar' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:21:7: style: struct member 'm::m_uname' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:22:7: style: struct member 'm::m_gname' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:24:7: style: struct member 'm::m_major' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:25:7: style: struct member 'm::m_minor' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:26:7: style: struct member 'm::m_atime' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/fs_tar.c:27:7: style: struct member 'm::m_ctime' is never used. [unusedStructMember]
dev86-0.16.17/bootblocks/help.c:75:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/i86_funcs.c:80:0: error: syntax error [syntaxError]
dev86-0.16.17/bootblocks/makeboot.c:1089:7: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
dev86-0.16.17/bootblocks/makeboot.c:681:8: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/makeboot.c:874:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/makeboot.c:1060:10: style: The scope of the variable 'j' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/makeboot.c:1081:11: style: The scope of the variable 'j' can be reduced. [variableScope]
dev86-0.16.17/bootblocks/makeboot.c:678:9: style: Unused variable: lbuf [unusedVariable]
dev86-0.16.17/bootblocks/makeboot.c:1410:8: style: Unused variable: i [unusedVariable]
dev86-0.16.17/bootblocks/makeboot.c:1411:11: style: Unused variable: mbr [unusedVariable]
dev86-0.16.17/bootblocks/minix.c:69:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/bootblocks/minix_elks.c:79:0: error: syntax error [syntaxError]
dev86-0.16.17/bootblocks/monitor.c:161:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/bootblocks/monitor.c:26:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/copt/copt.c:276:24: style: The scope of the variable 'rp2' can be reduced. [variableScope]
dev86-0.16.17/copt/copt.c:369:13: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:455:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:513:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:529:18: style: The scope of the variable 'trig2' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:728:12: style: The scope of the variable 'ch1' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:729:11: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:774:12: style: The scope of the variable 'ch1' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:775:32: style: The scope of the variable 'old_value' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:776:9: style: The scope of the variable 'cc' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:776:13: style: The scope of the variable 'len' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:777:9: style: The scope of the variable 'name' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:891:25: style: The scope of the variable 'ptr' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:1263:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:1387:11: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/cpp/cpp.c:1457:32: error: Common realloc mistake: 'rv' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/cpp/cpp.c:1482:34: error: Common realloc mistake: 'rv' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/cpp/cpp.c:1504:56: error: Common realloc mistake: 'rv' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/cpp/hash.c:61:18: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/cpp/hash.c:62:34: style: The scope of the variable 'prev' can be reduced. [variableScope]
dev86-0.16.17/cpp/main.c:357:11: style: Condition 'i=='}'' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:357:11: note: Condition 'i=='}'' is always false
dev86-0.16.17/cpp/main.c:358:11: style: Condition 'i==')'' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:358:11: note: Condition 'i==')'' is always false
dev86-0.16.17/cpp/main.c:363:11: style: Condition 'i=='{'' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:363:11: note: Condition 'i=='{'' is always false
dev86-0.16.17/cpp/main.c:364:11: style: Condition 'i==';'' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:364:11: note: Condition 'i==';'' is always false
dev86-0.16.17/cpp/main.c:365:11: style: Condition 'i=='('' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:365:11: note: Condition 'i=='('' is always false
dev86-0.16.17/cpp/main.c:370:10: style: Condition 'i=='"'' is always false [knownConditionTrueFalse]
dev86-0.16.17/cpp/main.c:351:7: note: case 262: i is 262 here.
dev86-0.16.17/cpp/main.c:370:10: note: Condition 'i=='"'' is always false
dev86-0.16.17/cpp/main.c:216:8: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/cpp/main.c:217:20: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/cpp/torture.c:8:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/dis88/dishand.c:63:18: style: The scope of the variable 'k' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:568:17: style: The scope of the variable 'k' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:569:11: style: The scope of the variable 'n' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:570:9: style: The scope of the variable 'b' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:654:20: style: The scope of the variable 'n' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:655:8: style: The scope of the variable 'k' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:656:9: style: The scope of the variable 'b' can be reduced. [variableScope]
dev86-0.16.17/dis88/dishand.c:741:9: style: The scope of the variable 'b' can be reduced. [variableScope]
dev86-0.16.17/dis88/dismain.c:596:9: style: Condition '!cpuid' is always false [knownConditionTrueFalse]
dev86-0.16.17/dis88/dismain.c:89:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
dev86-0.16.17/dis88/dismain.c:157:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
dev86-0.16.17/dis88/dismain.c:355:10: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/dis88/dismain.c:445:19: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/dis88/dismain.c:446:17: style: The scope of the variable 'j' can be reduced. [variableScope]
dev86-0.16.17/dis88/dismain.c:496:19: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/dis88/dismain.c:495:17: style: Unused variable: j [unusedVariable]
dev86-0.16.17/dis88/distabs.c:415:17: style: The scope of the variable 'k' can be reduced. [variableScope]
dev86-0.16.17/dis88/distabs.c:416:9: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/doselks/coroutine.c:27:0: error: syntax error [syntaxError]
dev86-0.16.17/doselks/doselks.c:254:7: style: Unused variable: bbuf [unusedVariable]
dev86-0.16.17/doselks/doselks.c:255:6: style: Unused variable: i [unusedVariable]
dev86-0.16.17/doselks/doselks.c:255:9: style: Unused variable: fd [unusedVariable]
dev86-0.16.17/doselks/doselks.c:256:11: style: Unused variable: destseg [unusedVariable]
dev86-0.16.17/doselks/syscalls.c:190:26: warning: Either the condition 'bx>20' is redundant or the array 'tty_file[20]' is accessed at index 20, which is out of bounds. [arrayIndexOutOfBoundsCond]
dev86-0.16.17/doselks/syscalls.c:187:18: note: Assuming that condition 'bx>20' is not redundant
dev86-0.16.17/doselks/syscalls.c:190:26: note: Array index out of bounds
dev86-0.16.17/doselks/syscalls.c:195:44: warning: Either the condition 'bx>20' is redundant or the array 'tty_file[20]' is accessed at index 20, which is out of bounds. [arrayIndexOutOfBoundsCond]
dev86-0.16.17/doselks/syscalls.c:187:18: note: Assuming that condition 'bx>20' is not redundant
dev86-0.16.17/doselks/syscalls.c:195:44: note: Array index out of bounds
dev86-0.16.17/doselks/syscalls.c:434:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/doselks/syscalls.c:460:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/doselks/syscalls.c:460:10: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'process *'. [invalidPrintfArgType_uint]
dev86-0.16.17/doselks/syscalls.c:469:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/doselks/syscalls.c:490:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
dev86-0.16.17/doselks/syscalls.c:186:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/doselks/syscalls.c:450:26: style: The scope of the variable 'r_ax' can be reduced. [variableScope]
dev86-0.16.17/doselks/syscalls.c:206:10: style: Checking if unsigned variable 'bx' is less than zero. [unsignedLessThanZero]
dev86-0.16.17/doselks/syscalls.c:21:8: style: Unused variable: x [unusedVariable]
dev86-0.16.17/doselks/syscalls.c:204:9: style: Unused variable: ch [unusedVariable]
dev86-0.16.17/doselks/syscalls.c:360:8: style: Unused variable: rv [unusedVariable]
dev86-0.16.17/doselks/syscalls.c:451:20: style: Unused variable: ptr [unusedVariable]
dev86-0.16.17/elksemu/binfmt_elks.c:58:6: style: Condition 'i_arg' is always false [knownConditionTrueFalse]
dev86-0.16.17/elksemu/binfmt_elks.c:38:10: note: Assignment 'i_arg=0', assigned value is 0
dev86-0.16.17/elksemu/binfmt_elks.c:58:6: note: Condition 'i_arg' is always false
dev86-0.16.17/elksemu/elks_sys.c:437:2: style: Variable 'base' is assigned a value that is never used. [unreadVariable]
dev86-0.16.17/elksemu/elks_sys.c:486:0: error: Memory leak: argp [memleak]
dev86-0.16.17/elksemu/elks_sys.c:486:0: error: Memory leak: envp [memleak]
dev86-0.16.17/ld/catimage.c:27:0: error: #error "Compile error: struct exec invalid (long not 32 bit ?)" [preprocessorErrorDirective]
dev86-0.16.17/ld/dumps.c:74:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ld/dumps.c:76:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ld/io.c:317:9: style: The scope of the variable 'nread' can be reduced. [variableScope]
dev86-0.16.17/ld/io.c:340:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/ld/io.c:354:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/ld/ld.c:56:18: style: The scope of the variable 's' can be reduced. [variableScope]
dev86-0.16.17/ld/ld86r.c:83:0: error: Memory leak: ptr [memleak]
dev86-0.16.17/ld/mkar.c:76:0: error: Memory leak: ptr [memleak]
dev86-0.16.17/ld/objdump86.c:373:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/ld/objdump86.c:139:17: style: The scope of the variable 'magic' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:140:10: style: The scope of the variable 'filelength' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:141:10: style: The scope of the variable 'archentry' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:633:13: style: The scope of the variable 'buf' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:780:9: style: The scope of the variable 'n_value' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:781:8: style: The scope of the variable 'n_sclass' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:781:18: style: The scope of the variable 'n_numaux' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:781:28: style: The scope of the variable 'n_type' can be reduced. [variableScope]
dev86-0.16.17/ld/objdump86.c:428:40: style: Checking if unsigned variable 'nameoff' is less than zero. [unsignedLessThanZero]
dev86-0.16.17/ld/readobj.c:259:14: style: The scope of the variable 'count' can be reduced. [variableScope]
dev86-0.16.17/ld/readobj.c:129:7: style: struct member 'Anonymous0::magic' is never used. [unusedStructMember]
dev86-0.16.17/ld/readobj.c:252:7: style: struct member 'Anonymous1::htextsize' is never used. [unusedStructMember]
dev86-0.16.17/ld/readobj.c:253:7: style: struct member 'Anonymous1::stringssize' is never used. [unusedStructMember]
dev86-0.16.17/ld/readobj.c:255:7: style: struct member 'Anonymous1::revision' is never used. [unusedStructMember]
dev86-0.16.17/ld/table.c:179:9: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:131:10: style: The scope of the variable 'buf4' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:137:13: style: The scope of the variable 'flags' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:651:9: style: The scope of the variable 'command' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:652:19: style: The scope of the variable 'modify' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:654:9: style: The scope of the variable 'symbolnum' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:826:15: style: The scope of the variable 'count' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:828:15: style: The scope of the variable 'size' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:829:14: style: The scope of the variable 'sizecount' can be reduced. [variableScope]
dev86-0.16.17/ld/writebin.c:377:11: style: Array index 'seg' is used before limits check. [arrayIndexThenCheck]
dev86-0.16.17/ld/writebin.c:763:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/ld/writex86.c:103:10: style: The scope of the variable 'buf4' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:106:13: style: The scope of the variable 'flags' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:446:9: style: The scope of the variable 'command' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:447:19: style: The scope of the variable 'modify' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:449:9: style: The scope of the variable 'symbolnum' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:546:15: style: The scope of the variable 'count' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:548:15: style: The scope of the variable 'size' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:549:14: style: The scope of the variable 'sizecount' can be reduced. [variableScope]
dev86-0.16.17/ld/writex86.c:288:11: style: Array index 'seg' is used before limits check. [arrayIndexThenCheck]
dev86-0.16.17/ld/writex86.c:524:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
dev86-0.16.17/libbsd/sgtty.c:218:19: style: Unused variable: t [unusedVariable]
dev86-0.16.17/libc/bios/bios.c:70:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/libc/bios/fs_dos.c:201:9: style: The scope of the variable 'amount_to_read' can be reduced. [variableScope]
dev86-0.16.17/libc/bios/fs_dos.c:306:8: style: Unused variable: rv [unusedVariable]
dev86-0.16.17/libc/bios/time.c:120:8: style: Unused variable: cx [unusedVariable]
dev86-0.16.17/libc/crt0.c:62:0: error: #error You are not going to get far without crt0.o! [preprocessorErrorDirective]
dev86-0.16.17/libc/getent/__getgrent.c:80:3: error: Common realloc mistake: 'line_buff' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/libc/getent/__getgrent.c:101:4: error: Common realloc mistake: 'line_buff' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/libc/getent/__getgrent.c:155:7: error: Common realloc mistake: 'members' nulled but not freed upon failure [memleakOnRealloc]
dev86-0.16.17/libc/getent/__getpwent.c:90:33: error: Uninitialized variable: gid_ptr [uninitvar]
dev86-0.16.17/libc/getent/__getpwent.c:93:33: error: Uninitialized variable: uid_ptr [uninitvar]
dev86-0.16.17/libc/getent/initgroups.c:56:7: warning: Suspicious use of ; at the end of 'if' statement. [suspiciousSemicolon]
dev86-0.16.17/libc/gtermcap/termcap.c:686:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
dev86-0.16.17/libc/gtermcap/termcap.c:686:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
dev86-0.16.17/libc/gtermcap/termcap.c:730:16: style: The scope of the variable 'nread' can be reduced. [variableScope]
dev86-0.16.17/libc/i386fp/ecvt.c:49:17: style: The scope of the variable 'pow' can be reduced. [variableScope]
dev86-0.16.17/libc/i386fp/ecvt.c:49:22: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/libc/i386fp/ecvt.c:89:9: style: The scope of the variable 'n' can be reduced. [variableScope]
dev86-0.16.17/libc/i386fp/test.c:23:14: style: The scope of the variable 'cto' can be reduced. [variableScope]
dev86-0.16.17/libc/i386fp/test.c:61:8: style: Variable 'cto' is assigned a value that is never used. [unreadVariable]
dev86-0.16.17/libc/misc/crypt.c:41:3: error: Buffer is accessed out of bounds: rkey [bufferAccessOutOfBounds]
dev86-0.16.17/libc/misc/getopt.c:69:10: style: Variable 'osp' is assigned a value that is never used. [unreadVariable]
dev86-0.16.17/libc/misc/ltostr.c:27:17: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/libc/misc/putenv.c:16:16: style: The scope of the variable 'mall_env' can be reduced. [variableScope]
dev86-0.16.17/libc/misc/rand.c:44:20: style: Unused variable: z [unusedVariable]
dev86-0.16.17/libc/misc/strtod.c:28:10: style: The scope of the variable 'fp_part' can be reduced. [variableScope]
dev86-0.16.17/libc/misc/strtod.c:87:10: error: Uninitialized variable: exponent [uninitvar]
dev86-0.16.17/libc/msdos/i86.c:263:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/libc/msdos/mslib.c:22:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/libc/regexp/regexp.c:197:15: style: The scope of the variable 'len' can be reduced. [variableScope]
dev86-0.16.17/libc/regexp/regexp.c:227:0: error: Memory leak: r [memleak]
dev86-0.16.17/libc/regexp/timer.c:54:7: style: Unused variable: dummy [unusedVariable]
dev86-0.16.17/libc/regexp/try.c:106:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
dev86-0.16.17/libc/regexp/try.c:235:2: warning: fprintf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
dev86-0.16.17/libc/regexp/try.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
dev86-0.16.17/libc/time/asc_conv.c:22:13: style: The scope of the variable 'days' can be reduced. [variableScope]
dev86-0.16.17/libc/time/asc_conv.c:23:13: style: The scope of the variable 'mons' can be reduced. [variableScope]
dev86-0.16.17/tests/compr.c:204:6: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
dev86-0.16.17/tests/env.c:34:17: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
dev86-0.16.17/tests/env.c:10:29: style: Unused variable: str [unusedVariable]
dev86-0.16.17/tests/env.c:60:8: style: Unused variable: i [unusedVariable]
dev86-0.16.17/tests/ft.c:469:3: warning: Return value of function alloca() is not used. [ignoredReturnValue]
dev86-0.16.17/tests/ft.c:271:14: style: The scope of the variable 's' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:445:10: style: The scope of the variable 'dfd' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:446:20: style: The scope of the variable 'ent' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:447:9: style: The scope of the variable 'old_mode' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:523:11: style: The scope of the variable 'groupstr' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:524:11: style: The scope of the variable 'modestr' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:664:12: style: The scope of the variable 'last_uid' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:664:25: style: The scope of the variable 'last_gid' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:664:38: style: The scope of the variable 'last_mode' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:665:20: style: The scope of the variable 'pptr' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:666:20: style: The scope of the variable 'gptr' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:667:8: style: The scope of the variable 'major' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:667:15: style: The scope of the variable 'minor' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:845:11: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/tests/ft.c:390:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:469:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:529:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:823:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:874:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:899:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:933:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/ft.c:1070:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
dev86-0.16.17/tests/grab.c:27:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/grab.c:46:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/grab.c:60:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
dev86-0.16.17/tests/grab.c:68:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/grab.c:70:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/grab.c:72:2: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/grab.c:77:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
dev86-0.16.17/tests/line2.c:15:0: error: Resource leak: fd [resourceLeak]
dev86-0.16.17/tests/ucomp.c:68:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
dev86-0.16.17/tests/wc.c:22:10: style: The scope of the variable 'p' can be reduced. [variableScope]
dev86-0.16.17/unproto/example.c:181:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
dev86-0.16.17/unproto/hash.c:39:28: style: The scope of the variable 'g' can be reduced. [variableScope]
dev86-0.16.17/unproto/tok_io.c:289:18: style: The scope of the variable 'c' can be reduced. [variableScope]
dev86-0.16.17/unproto/tok_io.c:459:13: style: The scope of the variable 'len' can be reduced. [variableScope]
dev86-0.16.17/unproto/tok_io.c:279:13: error: Uninitialized variable: c [uninitvar]
dev86-0.16.17/unproto/vstring.c:87:2: error: Memory leak: vp [memleak]
dev86-0.16.17/unproto/vstring.c:87:2: error: Memory leak: str [memleak]
dev86-0.16.17/unproto/vstring.c:89:5: error: Memory leak: str [memleak]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/linuxbrew-wrapper/linuxbrew-wrapper_20160916.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/linuxdcpp/linuxdcpp_1.1.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_0.9.72.orig.tar.gz
linuxdoc-tools-0.9.72/sgmls-1.1/context.c:373:10: style: The scope of the variable 'type' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/context.c:398:15: style: The scope of the variable 'type' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/md1.c:8:10: style: The scope of the variable 'adlim' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/md1.c:146:10: style: The scope of the variable 'adlim' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/md1.c:666:12: style: The scope of the variable 'etdgi' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:275:6: warning: Possible null pointer dereference: pne [nullPointer]
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:559:49: note: Calling function 'mdextid', 5th argument 'pne' value is 0
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:275:6: note: Null pointer dereference
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:291:6: warning: Possible null pointer dereference: pne [nullPointer]
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:559:49: note: Calling function 'mdextid', 5th argument 'pne' value is 0
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:291:6: note: Null pointer dereference
linuxdoc-tools-0.9.72/sgmls-1.1/md2.c:478:10: style: The scope of the variable 'key' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/msgcat.c:580:10: style: The scope of the variable 'c' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/msgcat.c:462:7: error: Common realloc mistake: 'read_buf' nulled but not freed upon failure [memleakOnRealloc]
linuxdoc-tools-0.9.72/sgmls-1.1/msgcat.c:279:20: error: Memory is allocated but not initialized: try [uninitdata]
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:772:21: warning: Either the condition '(nextetd)==NULL' is redundant or there is possible null pointer dereference: nextetd. [nullPointerRedundantCheck]
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:766:16: note: Assuming that condition '(nextetd)==NULL' is not redundant
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:772:21: note: Null pointer dereference
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:936:25: warning: Either the condition '(stagreal)==NULL' is redundant or there is possible null pointer dereference: stagreal. [nullPointerRedundantCheck]
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:934:16: note: Assuming that condition '(stagreal)==NULL' is not redundant
linuxdoc-tools-0.9.72/sgmls-1.1/pars1.c:936:25: note: Null pointer dereference
linuxdoc-tools-0.9.72/sgmls-1.1/pars2.c:372:10: style: The scope of the variable 'errcode' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/rast.c:71:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/replace.c:284:7: style: The scope of the variable 'c' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/replace.c:410:24: style: The scope of the variable 'g' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/serv.c:74:27: style: The scope of the variable 'g' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/sgmldecl.c:1016:8: warning: Either the condition 'if(nlextoke)' is redundant or there is possible null pointer dereference: nlextoke. [nullPointerRedundantCheck]
linuxdoc-tools-0.9.72/sgmls-1.1/sgmldecl.c:1021:12: note: Assuming that condition 'if(nlextoke)' is not redundant
linuxdoc-tools-0.9.72/sgmls-1.1/sgmldecl.c:1016:8: note: Null pointer dereference
linuxdoc-tools-0.9.72/sgmls-1.1/sgmldecl.c:366:11: style: The scope of the variable 'endbuf' can be reduced. [variableScope]
linuxdoc-tools-0.9.72/sgmls-1.1/sgmldecl.c:1558:14: style: The scope of the variable 'act' can be reduced. [variableScope]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/linuxinfo/linuxinfo_3.0.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/linuxlogo/linuxlogo_5.11.orig.tar.gz
linux_logo-5.11/libsysinfo-0.2.2/AIX/sysinfo_aix.c:95:20: style: Condition 'megahertz>1' is always false [knownConditionTrueFalse]
linux_logo-5.11/libsysinfo-0.2.2/AIX/sysinfo_aix.c:45:21: note: Assignment 'megahertz=0.0', assigned value is 0.0
linux_logo-5.11/libsysinfo-0.2.2/AIX/sysinfo_aix.c:95:20: note: Condition 'megahertz>1' is always false
linux_logo-5.11/libsysinfo-0.2.2/AIX/sysinfo_aix.c:55:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/AIX/sysinfo_aix.c:88:52: error: Uninitialized variable: mem [uninitvar]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_alpha.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_alpha.c:76:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_alpha.c:20:38: style: Variable 'hardware_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_alpha.c:70:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_alpha.c:90:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:14:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:96:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:19:38: style: Variable 'hardware_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:60:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:90:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_arm.c:109:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:14:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:59:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:44:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:46:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:53:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_avr32.c:73:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_cris.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_cris.c:20:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_cris.c:50:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_frv.c:13:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_frv.c:59:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_frv.c:53:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_frv.c:72:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ia64.c:18:8: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ia64.c:25:40: style: Variable 'plain_model' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ia64.c:111:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m32r.c:13:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m32r.c:59:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m32r.c:53:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m32r.c:72:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m68k.c:16:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m68k.c:90:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m68k.c:21:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m68k.c:84:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_m68k.c:104:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_microblaze.c:13:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_microblaze.c:59:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_microblaze.c:53:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_microblaze.c:72:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:75:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:53:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:57:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:61:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:69:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_mips.c:88:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_parisc.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_parisc.c:69:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:15:30: style: The scope of the variable 'temp' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:126:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:20:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:112:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:120:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_ppc.c:140:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_s390.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_s390.c:50:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_s390x.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_s390x.c:50:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sh3.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sh3.c:20:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sh3.c:49:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:18:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:109:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:23:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:63:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:69:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:75:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:103:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_sparc.c:122:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_vax.c:15:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_vax.c:20:5: style: Variable 'vendor_string' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_vax.c:51:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_x86.c:497:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/cpuinfo_x86_64.c:497:0: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:19:9: style: The scope of the variable 'result' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:34:9: style: The scope of the variable 'result' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:58:35: style: The scope of the variable 'begin' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:58:41: style: The scope of the variable 'end' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:59:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:60:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:136:9: style: The scope of the variable 'position' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:23:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:38:15: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
linux_logo-5.11/libsysinfo-0.2.2/Linux/sysinfo_linux.c:27:12: error: Uninitialized variable: uptime_seconds [uninitvar]
linux_logo-5.11/libsysinfo-0.2.2/SunOS/sysinfo_solaris.c:24:10: style: The scope of the variable 'throw_away' can be reduced. [variableScope]
linux_logo-5.11/libsysinfo-0.2.2/all/bogomips.c:30:17: style: The scope of the variable 'ticks' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:998:43: style: Redundant condition: ch==' '. 'ch!=' ' || (ch==' ' && in_quote)' is equivalent to 'ch!=' ' || in_quote' [redundantCondition]
linux_logo-5.11/linux_logo.c:113:9: style: The scope of the variable 'i' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:676:11: style: The scope of the variable 'logo_found' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:775:17: style: The scope of the variable 'option' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:923:9: style: The scope of the variable 'string_size' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:923:21: style: The scope of the variable 'valid_string' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:923:36: style: The scope of the variable 'i' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:923:38: style: The scope of the variable 'size' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:923:45: style: The scope of the variable 'counter' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:924:9: style: The scope of the variable 'fake_data_offset' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:924:28: style: The scope of the variable 'ch' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:924:31: style: The scope of the variable 'oldch' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:924:37: style: The scope of the variable 'in_quote' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:924:48: style: The scope of the variable 'fake_argc' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:925:11: style: The scope of the variable 'tempst' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:925:31: style: The scope of the variable 'fake_argv' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:928:10: style: The scope of the variable 'config_filename' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:1037:10: style: The scope of the variable 'temp_string' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:1037:31: style: The scope of the variable 'temp_pointer' can be reduced. [variableScope]
linux_logo-5.11/linux_logo.c:77:22: style: Unused variable: new_logo [unusedVariable]
linux_logo-5.11/linux_logo.c:442:4: error: Common realloc mistake: 'temp_sysinfo' nulled but not freed upon failure [memleakOnRealloc]
linux_logo-5.11/load_logo.c:25:7: error: Memory leak: new_logo [memleak]
linux_logo-5.11/parse_logos.c:71:8: error: Resource leak: fff [resourceLeak]
linux_logo-5.11/parse_logos.c:127:0: error: Resource leak: ggg [resourceLeak]
linux_logo-5.11/tests/memory_method.c:36:3: style: Variable 'mem_size' is reassigned a value before the old one has been used. [redundantAssignment]
linux_logo-5.11/tests/memory_method.c:34:3: note: Variable 'mem_size' is reassigned a value before the old one has been used.
linux_logo-5.11/tests/memory_method.c:36:3: note: Variable 'mem_size' is reassigned a value before the old one has been used.
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/linuxptp/linuxptp_1.9.2.orig.tar.gz
linuxptp-1.9.2/msg.h:255:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/clock.c:662:24: style: The scope of the variable 'clock_leap' can be reduced. [variableScope]
linuxptp-1.9.2/clock.c:663:11: style: The scope of the variable 'ts' can be reduced. [variableScope]
linuxptp-1.9.2/clock.c:1257:15: style: The scope of the variable 'piter' can be reduced. [variableScope]
linuxptp-1.9.2/clock.c:1258:6: style: The scope of the variable 'pdulen' can be reduced. [variableScope]
linuxptp-1.9.2/clock.c:1284:19: style: The scope of the variable 'res' can be reduced. [variableScope]
linuxptp-1.9.2/clock.c:1654:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linuxptp-1.9.2/clock.c:1651:27: note: Assignment 'shift=sizeof(int)*8-1', assigned value is 31
linuxptp-1.9.2/clock.c:1654:25: note: Shift
linuxptp-1.9.2/clock.c:1663:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linuxptp-1.9.2/clock.c:1660:27: note: Assignment 'shift=sizeof(int)*8-1', assigned value is 31
linuxptp-1.9.2/clock.c:1663:26: note: Shift
linuxptp-1.9.2/clock.c:1416:58: error: Uninitialized variable: id [uninitvar]
linuxptp-1.9.2/clockcheck.c:59:9: style: The scope of the variable 'max_foffset' can be reduced. [variableScope]
linuxptp-1.9.2/clockcheck.c:59:22: style: The scope of the variable 'min_foffset' can be reduced. [variableScope]
linuxptp-1.9.2/config.c:274:22: style: The scope of the variable 'ci' can be reduced. [variableScope]
linuxptp-1.9.2/config.c:438:9: style: The scope of the variable 'val' can be reduced. [variableScope]
linuxptp-1.9.2/config.c:439:14: style: The scope of the variable 'str' can be reduced. [variableScope]
linuxptp-1.9.2/config.c:511:24: warning: Division by result of sizeof(). calloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
linuxptp-1.9.2/linreg.c:94:17: style: The scope of the variable 'res' can be reduced. [variableScope]
linuxptp-1.9.2/linreg.c:109:9: style: The scope of the variable 'x_interval' can be reduced. [variableScope]
linuxptp-1.9.2/linreg.c:110:10: style: The scope of the variable 'y_interval' can be reduced. [variableScope]
linuxptp-1.9.2/linreg.c:141:21: style: The scope of the variable 'n' can be reduced. [variableScope]
linuxptp-1.9.2/linreg.c:142:17: style: The scope of the variable 'res' can be reduced. [variableScope]
linuxptp-1.9.2/msg.c:189:20: style: The scope of the variable 'extra' can be reduced. [variableScope]
linuxptp-1.9.2/msg.c:190:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linuxptp-1.9.2/msg.c:229:14: style: The scope of the variable 'tlv' can be reduced. [variableScope]
linuxptp-1.9.2/msg.c:285:26: style: The scope of the variable 's' can be reduced. [variableScope]
linuxptp-1.9.2/nsm.c:222:2: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
linuxptp-1.9.2/nsm.c:238:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/nsm.c:239:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/nsm.c:240:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/nsm.c:241:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/nsm.c:242:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/nsm.c:243:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/phc2sys.c:495:10: style: The scope of the variable 'interval' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:859:16: style: The scope of the variable 'clock' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:926:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:992:6: style: The scope of the variable 'res' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:993:8: style: The scope of the variable 'data' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:994:15: style: The scope of the variable 'portState' can be reduced. [variableScope]
linuxptp-1.9.2/phc2sys.c:1245:6: style: The scope of the variable 'clock_leap' can be reduced. [variableScope]
linuxptp-1.9.2/pmc.c:238:3: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'unsigned short'. [invalidPrintfArgType_sint]
linuxptp-1.9.2/pmc.c:407:3: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
linuxptp-1.9.2/pmc.c:417:3: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
linuxptp-1.9.2/pmc.c:432:3: warning: %hhd in format string (no. 1) requires 'char' but the argument type is 'unsigned char'. [invalidPrintfArgType_sint]
linuxptp-1.9.2/pmc.c:768:13: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
linuxptp-1.9.2/pmc.c:225:35: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:226:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:281:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:282:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:283:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:284:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:285:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:286:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:307:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:319:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:320:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:325:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:367:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:368:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:369:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:370:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:371:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/pmc.c:372:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/port.c:279:11: style: The scope of the variable 'ns' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:280:6: style: The scope of the variable 'i' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:347:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:394:22: style: The scope of the variable 'm' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:421:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:499:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:555:29: style: The scope of the variable 'f' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:1724:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:1725:20: style: The scope of the variable 'dad' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:1726:25: style: The scope of the variable 'ptt' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:2267:22: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linuxptp-1.9.2/port.c:2248:30: style: Function 'port_close' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
linuxptp-1.9.2/port.h:53:30: note: Function 'port_close' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:2248:30: note: Function 'port_close' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:2264:54: style: Function 'port_compute_best' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
linuxptp-1.9.2/port.h:63:54: note: Function 'port_compute_best' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:2264:54: note: Function 'port_compute_best' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:2492:40: style: Function 'port_event' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
linuxptp-1.9.2/port.h:83:40: note: Function 'port_event' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:2492:40: note: Function 'port_event' argument 1 names different: declaration 'port' definition 'p'.
linuxptp-1.9.2/port.c:1111:26: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
linuxptp-1.9.2/port.c:1099:27: note: Assignment 'shift=sizeof(int)*8-1', assigned value is 31
linuxptp-1.9.2/port.c:1111:26: note: Shift
linuxptp-1.9.2/print.c:63:8: style: The scope of the variable 'f' can be reduced. [variableScope]
linuxptp-1.9.2/rtnl.c:131:17: style: The scope of the variable 'type' can be reduced. [variableScope]
linuxptp-1.9.2/rtnl.c:156:14: style: The scope of the variable 'kind' can be reduced. [variableScope]
linuxptp-1.9.2/rtnl.c:241:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 1) requires 'unsigned char *' but the argument type is 'char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 2) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 3) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 4) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 5) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 6) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 7) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:189:8: warning: %hhx in format string (no. 8) requires 'unsigned char *' but the argument type is 'signed char *'. [invalidScanfArgType_int]
linuxptp-1.9.2/sk.c:291:15: style: The scope of the variable 'res' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:291:24: style: The scope of the variable 'level' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:291:31: style: The scope of the variable 'type' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:398:6: style: The scope of the variable 'err' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:398:11: style: The scope of the variable 'filter1' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:398:20: style: The scope of the variable 'filter2' can be reduced. [variableScope]
linuxptp-1.9.2/sk.c:93:44: style: Function 'sk_interface_index' argument 2 names different: declaration 'device' definition 'name'. [funcArgNamesDifferent]
linuxptp-1.9.2/sk.h:54:44: note: Function 'sk_interface_index' argument 2 names different: declaration 'device' definition 'name'.
linuxptp-1.9.2/sk.c:93:44: note: Function 'sk_interface_index' argument 2 names different: declaration 'device' definition 'name'.
linuxptp-1.9.2/timemaster.c:913:2: style: Variable 'ntp_config' is reassigned a value before the old one has been used. [redundantAssignment]
linuxptp-1.9.2/timemaster.c:906:0: note: Variable 'ntp_config' is reassigned a value before the old one has been used.
linuxptp-1.9.2/timemaster.c:913:2: note: Variable 'ntp_config' is reassigned a value before the old one has been used.
linuxptp-1.9.2/timemaster.c:183:8: style: The scope of the variable 'w' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:882:22: style: The scope of the variable 'config' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:999:8: style: The scope of the variable 'file' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:1000:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:1000:14: style: The scope of the variable 'dir' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:1142:22: style: The scope of the variable 'config' can be reduced. [variableScope]
linuxptp-1.9.2/timemaster.c:510:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:511:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:512:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:513:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:515:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:517:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:592:37: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:596:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:617:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:831:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/timemaster.c:844:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
linuxptp-1.9.2/util.c:238:9: style: The scope of the variable 'len' can be reduced. [variableScope]
linuxptp-1.9.2/util.c:541:20: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/linuxtv-dvb-apps/linuxtv-dvb-apps_1.1.1+rev1500.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lio-utils/lio-utils_3.1+git2.fd0b34fd.orig.tar.gz
lio-utils-3.1+git2.fd0b34fd/mib-modules/ipsAuthMib.c:386:36: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/ipsAuthMib.c:608:40: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/ipsAuthMib.c:832:35: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/ipsAuthMib.c:1057:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiAuthData.c:24:21: style: The scope of the variable 'authIdIndex' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiAuthData.c:146:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:345:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:555:40: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:894:41: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1112:44: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1449:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1787:41: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2018:38: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2227:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2468:42: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2848:42: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:3094:37: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:3308:39: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:3658:38: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:284:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:306:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:315:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:324:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:811:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1388:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1430:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:1739:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2433:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2766:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2782:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:2793:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:3588:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/iscsiMib.c:3757:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:232:13: warning: %lu in format string (no. 2) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1735:13: warning: %lu in format string (no. 5) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:269:37: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:497:35: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:736:33: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:970:38: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1173:35: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1488:36: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1763:43: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1992:40: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:2324:31: style: The scope of the variable 'entry' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:241:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:251:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:468:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:476:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:705:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:940:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1207:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1460:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1735:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:1970:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:2256:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:2285:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:2294:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/mib-modules/scsiMib.c:2303:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lio-utils-3.1+git2.fd0b34fd/tools/iscsi_name.c:49:6: style: The scope of the variable 'e' can be reduced. [variableScope]
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:47:28: style: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lio-utils-3.1+git2.fd0b34fd/tools/md5.h:37:33: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:47:28: note: Function 'MD5Init' argument 1 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:63:30: style: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lio-utils-3.1+git2.fd0b34fd/tools/md5.h:38:35: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:63:30: note: Function 'MD5Update' argument 1 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:103:49: style: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'. [funcArgNamesDifferent]
lio-utils-3.1+git2.fd0b34fd/tools/md5.h:39:60: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:103:49: note: Function 'MD5Final' argument 2 names different: declaration 'context' definition 'ctx'.
lio-utils-3.1+git2.fd0b34fd/tools/md5.c:131:9: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/lios/lios_2.7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/liquid-dsp/liquid-dsp_1.3.1.orig.tar.gz
liquid-dsp-1.3.1/bench/bench.c:341:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
liquid-dsp-1.3.1/bench/bench.c:354:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
liquid-dsp-1.3.1/bench/bench.c:406:28: style: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/bench/bench.c:81:28: note: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'.
liquid-dsp-1.3.1/bench/bench.c:406:28: note: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'.
liquid-dsp-1.3.1/bench/bench.c:422:43: style: Function 'print_benchmark_results' argument 1 names different: declaration '_benchmark' definition '_b'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/bench/bench.c:82:43: note: Function 'print_benchmark_results' argument 1 names different: declaration '_benchmark' definition '_b'.
liquid-dsp-1.3.1/bench/bench.c:422:43: note: Function 'print_benchmark_results' argument 1 names different: declaration '_benchmark' definition '_b'.
liquid-dsp-1.3.1/bench/fftbench.c:241:28: style: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/bench/fftbench.c:103:28: note: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'.
liquid-dsp-1.3.1/bench/fftbench.c:241:28: note: Function 'convert_units' argument 1 names different: declaration '_s' definition '_v'.
liquid-dsp-1.3.1/sandbox/bpresync_test.c:85:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/crc_gentab.c:52:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/crc_gentab.c:34:18: style: The scope of the variable 'crc' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/eqlms_cccf_test.c:41:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/eqlms_cccf_test.c:42:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fct_test.c:45:9: style: Variable 'y1' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/sandbox/fec_g2412product_test.c:164:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/fec_g2412product_test.c:377:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fec_g2412product_test.c:442:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fec_golay_test.c:139:22: style: The scope of the variable 'spj' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_golay_test.c:180:30: style: The scope of the variable 'sPpj' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_hamming128_gentab.c:35:18: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_hamming128_test.c:52:18: style: The scope of the variable 'e_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_hamming3126_example.c:176:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
liquid-dsp-1.3.1/sandbox/fec_hamming74_gentab.c:99:18: style: The scope of the variable 'p_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_hamming74_gentab.c:157:48: style: Function 'hamming74_dec_symbol' argument 1 names different: declaration '_x' definition '_r'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/sandbox/fec_hamming74_gentab.c:54:48: note: Function 'hamming74_dec_symbol' argument 1 names different: declaration '_x' definition '_r'.
liquid-dsp-1.3.1/sandbox/fec_hamming74_gentab.c:157:48: note: Function 'hamming74_dec_symbol' argument 1 names different: declaration '_x' definition '_r'.
liquid-dsp-1.3.1/sandbox/fec_hamming84_gentab.c:101:18: style: The scope of the variable 'p_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_hamming84_gentab.c:160:48: style: Function 'hamming84_dec_symbol' argument 1 names different: declaration '_x' definition '_r'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/sandbox/fec_hamming84_gentab.c:56:48: note: Function 'hamming84_dec_symbol' argument 1 names different: declaration '_x' definition '_r'.
liquid-dsp-1.3.1/sandbox/fec_hamming84_gentab.c:160:48: note: Function 'hamming84_dec_symbol' argument 1 names different: declaration '_x' definition '_r'.
liquid-dsp-1.3.1/sandbox/fec_ldpc_test.c:58:9: style: The scope of the variable 'parity_pass' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fec_rep3_test.c:24:17: warning: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/fec_rep5_test.c:39:9: warning: %u in format string (no. 9) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/fec_rep5_test.c:24:9: style: Variable 'r_hat' is reassigned a value before the old one has been used. [redundantAssignment]
liquid-dsp-1.3.1/sandbox/fec_rep5_test.c:19:9: note: Variable 'r_hat' is reassigned a value before the old one has been used.
liquid-dsp-1.3.1/sandbox/fec_rep5_test.c:24:9: note: Variable 'r_hat' is reassigned a value before the old one has been used.
liquid-dsp-1.3.1/sandbox/fec_secded7264_test.c:245:14: error: Array 'm_hat[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
liquid-dsp-1.3.1/sandbox/fec_secded7264_test.c:245:25: error: Array 'v_hat[9]' accessed at index 9, which is out of bounds. [arrayIndexOutOfBounds]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:361:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:362:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:505:13: style: Variable 'num_uncorrected_errors' is modified but its new value is never used. [unreadVariable]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:980:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:983:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fec_spc2216_test.c:984:60: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/fecsoft_hamming128_gentab.c:18:18: style: The scope of the variable 'sym_enc' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fecsoft_hamming128_gentab.c:20:18: style: The scope of the variable 'n3' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fft_mixed_radix_test.c:225:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/firpfbch2_analysis_equivalence_test.c:26:21: style: Condition 'num_channels%2' is always false [knownConditionTrueFalse]
liquid-dsp-1.3.1/sandbox/firpfbch2_analysis_equivalence_test.c:21:31: note: Assignment 'num_channels=6', assigned value is 6
liquid-dsp-1.3.1/sandbox/firpfbch2_analysis_equivalence_test.c:26:21: note: Condition 'num_channels%2' is always false
liquid-dsp-1.3.1/sandbox/firpfbch2_analysis_equivalence_test.c:190:11: style: The scope of the variable 'dphi' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch2_analysis_equivalence_test.c:191:18: style: The scope of the variable 'n' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch2_test.c:31:21: style: Condition 'num_channels%2' is always false [knownConditionTrueFalse]
liquid-dsp-1.3.1/sandbox/firpfbch2_test.c:26:31: note: Assignment 'num_channels=6', assigned value is 6
liquid-dsp-1.3.1/sandbox/firpfbch2_test.c:31:21: note: Condition 'num_channels%2' is always false
liquid-dsp-1.3.1/sandbox/firpfbch2_test.c:295:13: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/sandbox/firpfbch_analysis_alignment_test.c:54:11: style: The scope of the variable 'x_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_analysis_equivalence_test.c:134:11: style: The scope of the variable 'dphi' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_analysis_equivalence_test.c:135:18: style: The scope of the variable 'n' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_synthesis_equivalence_test.c:132:18: style: The scope of the variable 'n' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_synthesis_equivalence_test.c:133:11: style: The scope of the variable 'dphi' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_synthesis_equivalence_test.c:190:11: style: The scope of the variable 'd' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/firpfbch_synthesis_equivalence_test.c:107:13: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/sandbox/fskmodem_test.c:42:18: style: The scope of the variable 'cfo' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fskmodem_test.c:43:18: style: The scope of the variable 'cpo' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/fskmodem_test.c:44:18: style: The scope of the variable 'tau' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/householder_test.c:66:11: style: The scope of the variable 'alphak' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/householder_test.c:67:11: style: The scope of the variable 'sk' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/householder_test.c:69:11: style: The scope of the variable 'betak' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/householder_test.c:70:11: style: The scope of the variable 'tk' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/matched_filter_test.c:74:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch2_test.c:40:12: style: The scope of the variable 'y0' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch2_test.c:40:16: style: The scope of the variable 'y1' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch2_test.c:40:20: style: The scope of the variable 'y2' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch2_test.c:43:12: style: The scope of the variable 'del' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch_test.c:29:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch_test.c:35:12: style: The scope of the variable 'y1' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/minsearch_test.c:39:12: style: The scope of the variable 'del' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/modem_demodulate_arb_gentab.c:174:13: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:249:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:259:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:272:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:348:18: style: The scope of the variable 'bit' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:349:11: style: The scope of the variable 'd' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:249:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:259:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_gentab.c:281:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:93:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:104:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:69:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:83:51: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:93:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/modem_demodulate_soft_test.c:114:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/mskmodem_test.c:70:11: style: The scope of the variable 'tau' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/ofdmframe_papr_test.c:206:11: style: The scope of the variable 'e' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/ofdmframesync_cfo_test.c:97:27: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/ofdmoqam_firpfbch_cfo_test.c:44:9: style: Variable 'hc' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/sandbox/ofdmoqam_firpfbch_cfo_test.c:66:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/ofdmoqam_firpfbch_test.c:75:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/ofdmoqam_firpfbch_test.c:76:30: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/predemod_sync_test.c:91:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/predemod_sync_test.c:92:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/quasinewton_test.c:231:11: style: The scope of the variable 'f1' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/recursive_qpsk_test.c:77:21: style: The scope of the variable 'num_bit_errors_0' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/recursive_qpsk_test.c:78:21: style: The scope of the variable 'num_bit_errors_1' can be reduced. [variableScope]
liquid-dsp-1.3.1/sandbox/rkaiser2_test.c:214:26: style: Function 'gs_utility' argument 2 names different: declaration '_h' definition '_v'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/sandbox/rkaiser2_test.c:66:26: note: Function 'gs_utility' argument 2 names different: declaration '_h' definition '_v'.
liquid-dsp-1.3.1/sandbox/rkaiser2_test.c:214:26: note: Function 'gs_utility' argument 2 names different: declaration '_h' definition '_v'.
liquid-dsp-1.3.1/sandbox/svd_test.c:200:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:210:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:210:13: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:226:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:257:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:257:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:314:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/sandbox/svd_test.c:190:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
liquid-dsp-1.3.1/sandbox/symsync_crcf_test.c:123:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/symsync_crcf_test.c:124:34: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/symsync_eqlms_test.c:133:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/sandbox/symsync_eqlms_test.c:134:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/scripts/autoscript.c:314:9: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
liquid-dsp-1.3.1/scripts/benchmark_compare.c:281:23: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
liquid-dsp-1.3.1/scripts/benchmark_compare.c:316:0: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
liquid-dsp-1.3.1/src/agc/src/agc.c:42:7: style: Unused variable: g [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:45:11: style: Unused variable: bandwidth [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:46:7: style: Unused variable: alpha [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:49:7: style: Unused variable: y2_prime [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:52:9: style: Unused variable: is_locked [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:55:22: style: Unused variable: squelch_mode [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:58:7: style: Unused variable: squelch_threshold [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:61:18: style: Unused variable: squelch_timeout [unusedVariable]
liquid-dsp-1.3.1/src/agc/src/agc.c:62:18: style: Unused variable: squelch_timer [unusedVariable]
liquid-dsp-1.3.1/src/agc/tests/agc_crcf_autotest.c:71:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/agc/tests/agc_crcf_autotest.c:108:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/agc/tests/agc_crcf_autotest.c:149:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/audio/src/cvsd.c:224:19: style: The scope of the variable 'bit' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/audio/tests/cvsd_autotest.c:42:19: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/audio/tests/cvsd_autotest.c:43:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/audio/tests/cvsd_autotest.c:43:13: style: The scope of the variable 'y' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/buffer/bench/cbuffercf_benchmark.c:63:18: style: The scope of the variable 'num_requested' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:51:36: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:34:9: style: Unused variable: v [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:35:18: style: Unused variable: len [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:36:18: style: Unused variable: N [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:38:18: style: Unused variable: num_elements [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:41:18: style: Unused variable: read_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:42:18: style: Unused variable: write_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/buffer.c:44:17: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:39:9: style: Unused variable: v [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:42:18: style: Unused variable: max_size [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:45:18: style: Unused variable: max_read [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:48:18: style: Unused variable: num_allocated [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:51:18: style: Unused variable: num_elements [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:54:18: style: Unused variable: read_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:57:18: style: Unused variable: write_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:34:9: style: Unused variable: v [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:35:18: style: Unused variable: len [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:36:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:37:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:38:18: style: Unused variable: mask [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:39:18: style: Unused variable: num_allocated [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/window.c:41:18: style: Unused variable: read_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/wdelay.c:34:9: style: Unused variable: v [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/wdelay.c:35:18: style: Unused variable: delay [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/wdelay.c:36:18: style: Unused variable: read_index [unusedVariable]
liquid-dsp-1.3.1/src/buffer/src/cbuffer.c:77:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/buffer/tests/window_autotest.c:34:18: style: The scope of the variable 'i' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/channel/src/channel.c:35:21: style: Unused variable: enabled_awgn [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:36:21: style: Unused variable: gamma [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:37:21: style: Unused variable: nstd [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:38:21: style: Unused variable: noise_floor_dB [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:39:21: style: Unused variable: SNRdB [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:42:21: style: Unused variable: enabled_carrier [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:43:21: style: Unused variable: dphi [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:44:21: style: Unused variable: phi [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:48:21: style: Unused variable: enabled_multipath [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:50:21: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:51:21: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:54:21: style: Unused variable: enabled_shadowing [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:56:21: style: Unused variable: shadowing_std [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/channel.c:57:21: style: Unused variable: shadowing_fd [unusedVariable]
liquid-dsp-1.3.1/src/channel/src/tvmpch.c:111:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/dotprod/src/dotprod.c:101:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/dotprod/src/dotprod.c:33:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/dotprod/src/dotprod.c:34:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/dotprod/tests/dotprod_rrrf_autotest.c:183:13: style: The scope of the variable 'x_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:59:34: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:35:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:36:18: style: Unused variable: mu [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:39:18: style: Unused variable: h0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:40:18: style: Unused variable: w0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:41:18: style: Unused variable: w1 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:43:18: style: Unused variable: count [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:44:18: style: Unused variable: buf_full [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:46:18: style: Unused variable: x2 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqlms.c:47:18: style: Unused variable: x2_sum [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:62:34: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:34:18: style: Unused variable: p [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:35:11: style: Unused variable: lambda [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:36:11: style: Unused variable: delta [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:39:9: style: Unused variable: h0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:40:9: style: Unused variable: w0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:40:15: style: Unused variable: w1 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:41:9: style: Unused variable: P0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:41:15: style: Unused variable: P1 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:42:9: style: Unused variable: g [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:45:9: style: Unused variable: xP0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:46:7: style: Unused variable: zeta [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:48:9: style: Unused variable: gxl [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:49:9: style: Unused variable: gxlP0 [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:51:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/equalization/src/eqrls.c:46:5: style: Unused variable: zeta [unusedVariable]
liquid-dsp-1.3.1/src/fec/bench/sumproduct_benchmark.c:97:9: style: The scope of the variable 'parity_pass' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/crc.c:254:24: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/crc.c:282:24: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/crc.c:310:24: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/crc.c:338:24: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec.c:300:66: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/fec/src/fec.c:306:67: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/fec/src/fec.c:331:67: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:273:22: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:273:26: style: The scope of the variable 's2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:274:22: style: The scope of the variable 'm1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:275:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:345:30: style: The scope of the variable 'r3' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:345:34: style: The scope of the variable 'r4' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:345:38: style: The scope of the variable 'r5' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:346:22: style: The scope of the variable 'v1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_golay2412.c:347:26: style: The scope of the variable 'm1_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:178:23: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:179:22: style: The scope of the variable 'm1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:244:27: style: The scope of the variable 'r2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:245:22: style: The scope of the variable 'm1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:306:19: style: The scope of the variable 's' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:341:18: style: The scope of the variable 'd' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:344:18: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming128.c:430:18: style: The scope of the variable 's' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming3126.c:106:23: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:97:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:97:23: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:98:19: style: The scope of the variable 'm0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:98:23: style: The scope of the variable 'm1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:139:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:139:23: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:179:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:180:19: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:205:18: style: The scope of the variable 'd' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming74.c:208:19: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:108:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:108:23: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:132:19: style: The scope of the variable 'r0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:132:23: style: The scope of the variable 'r1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:133:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:133:23: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:167:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:168:19: style: The scope of the variable 's1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:193:18: style: The scope of the variable 'd' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_hamming84.c:196:19: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_rep3.c:87:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_rep5.c:87:19: style: The scope of the variable 's0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/fec_secded7264.c:252:19: style: The scope of the variable 'parity' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/interleaver.c:202:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/interleaver.c:265:19: style: The scope of the variable 'tmp0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/src/interleaver.c:266:19: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming128_autotest.c:76:18: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming128_autotest.c:78:18: style: The scope of the variable 's_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming74_autotest.c:77:19: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming74_autotest.c:79:19: style: The scope of the variable 's_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming84_autotest.c:76:19: style: The scope of the variable 'c' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_hamming84_autotest.c:78:19: style: The scope of the variable 's_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fec/tests/fec_reedsolomon_autotest.c:39:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
liquid-dsp-1.3.1/src/fft/bench/fft_r2r_benchmark.c:54:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:36:18: style: Unused variable: nfft [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:37:18: style: Unused variable: nfftp [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:38:18: style: Unused variable: p [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:40:18: style: Unused variable: X [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:41:18: style: Unused variable: psd [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:43:18: style: Unused variable: levels [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:44:18: style: Unused variable: levelchar [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:45:18: style: Unused variable: num_levels [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:46:18: style: Unused variable: div [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/asgram.c:47:18: style: Unused variable: ref [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:53:18: style: struct member 'Anonymous1::twiddle' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:59:26: style: struct member 'Anonymous2::m' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:60:28: style: struct member 'Anonymous2::index_rev' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:61:18: style: struct member 'Anonymous2::twiddle' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:72:18: style: struct member 'Anonymous3::x' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:73:18: style: struct member 'Anonymous3::t0' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:74:18: style: struct member 'Anonymous3::t1' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:75:18: style: struct member 'Anonymous3::twiddle' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:82:28: style: struct member 'Anonymous4::seq' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:83:18: style: struct member 'Anonymous4::R' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:84:18: style: struct member 'Anonymous4::x_prime' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:85:18: style: struct member 'Anonymous4::X_prime' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:93:28: style: struct member 'Anonymous5::seq' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:94:18: style: struct member 'Anonymous5::R' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:95:18: style: struct member 'Anonymous5::x_prime' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:96:18: style: struct member 'Anonymous5::X_prime' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:34:18: style: Unused variable: nfft [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:35:10: style: Unused variable: x [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:36:10: style: Unused variable: y [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:37:9: style: Unused variable: direction [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:38:9: style: Unused variable: flags [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:39:23: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:40:23: style: Unused variable: method [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:46:9: style: Unused variable: xr [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:47:9: style: Unused variable: yr [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_common.c:100:7: style: Unused variable: data [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/fft_dft.c:45:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/fft/src/spgram.c:98:36: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/fft/src/spgram.c:38:21: style: Unused variable: nfft [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:39:21: style: Unused variable: wtype [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:40:21: style: Unused variable: window_len [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:41:21: style: Unused variable: delay [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:42:21: style: Unused variable: alpha [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:43:21: style: Unused variable: gamma [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:44:21: style: Unused variable: accumulate [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:47:21: style: Unused variable: buf_time [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:48:21: style: Unused variable: buf_freq [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:49:21: style: Unused variable: w [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:50:21: style: Unused variable: fft [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:53:21: style: Unused variable: psd [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:54:21: style: Unused variable: sample_timer [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:55:21: style: Unused variable: num_samples [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:56:21: style: Unused variable: num_samples_total [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:57:21: style: Unused variable: num_transforms [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spgram.c:58:21: style: Unused variable: num_transforms_total [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:38:21: style: Unused variable: nfft [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:39:21: style: Unused variable: time [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:43:21: style: Unused variable: psd [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:44:21: style: Unused variable: index_time [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:45:21: style: Unused variable: rollover [unusedVariable]
liquid-dsp-1.3.1/src/fft/src/spwaterfall.c:95:46: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/fft/tests/fft_runtest.c:54:11: style: The scope of the variable 'fft_error' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/fft/tests/fft_runtest.c:54:22: style: The scope of the variable 'ifft_error' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:60:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:42:18: style: Unused variable: window_size [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:43:18: style: Unused variable: delay [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:48:13: style: Unused variable: we2 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:49:11: style: Unused variable: e2_sum [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/autocorr.c:50:18: style: Unused variable: ie2 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/bessel.c:215:17: style: The scope of the variable 'u0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/bessel.c:215:21: style: The scope of the variable 'u1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/bessel.c:215:31: style: The scope of the variable 'u2p' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/bessel.c:216:17: style: The scope of the variable 'v0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/bessel.c:216:21: style: The scope of the variable 'v1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/bessel.c:216:31: style: The scope of the variable 'v2p' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/ellip.c:56:11: style: The scope of the variable 'kp' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/ellip.c:223:11: style: The scope of the variable 'v1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/fftfilt.c:171:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/firdecim.c:60:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/firdecim.c:35:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firdecim.c:36:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firdecim.c:37:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firdes.c:88:11: style: The scope of the variable 'N_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:128:11: style: The scope of the variable 'N_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:265:11: style: The scope of the variable 't' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:265:14: style: The scope of the variable 'h1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:265:18: style: The scope of the variable 'h2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:385:11: style: The scope of the variable 't' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:385:14: style: The scope of the variable 'J' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:385:17: style: The scope of the variable 'r' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:385:20: style: The scope of the variable 'w' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdes.c:519:11: style: The scope of the variable 'e' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:543:12: style: The scope of the variable 'f0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:543:16: style: The scope of the variable 'f1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:671:12: style: The scope of the variable 'xf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:672:12: style: The scope of the variable 'H' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:745:18: style: The scope of the variable 'imin' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:746:18: style: The scope of the variable 'sign' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:748:18: style: The scope of the variable 'alternating_sign' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:840:12: style: The scope of the variable 'e' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:892:18: style: The scope of the variable 'j' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:700:29: error: Expression 'found_iext[num_found++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:649:58: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/filter/src/firdespm.c:659:48: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/filter/src/firfarrow.c:154:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/firfilt.c:273:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:77:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:42:9: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:44:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:45:11: style: Unused variable: As [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:47:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:50:9: style: Unused variable: hq [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:51:18: style: Unused variable: hq_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firhilb.c:61:18: style: Unused variable: toggle [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firinterp.c:57:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/firinterp.c:32:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firinterp.c:33:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firinterp.c:34:18: style: Unused variable: h_sub_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firinterp.c:35:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:62:36: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:32:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:33:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:34:18: style: Unused variable: h_sub_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:35:18: style: Unused variable: num_filters [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/firpfb.c:39:8: style: Unused variable: scale [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/gmsk.c:63:11: style: The scope of the variable 't' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/group_delay.c:103:11: style: The scope of the variable 'c0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/iirdecim.c:60:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/iirdecim.c:106:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/iirdecim.c:35:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/iirdes.c:361:0: style: The scope of the variable 'z1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/iirdes.c:362:0: style: The scope of the variable 'p1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/iirdes.c:447:11: style: The scope of the variable 't0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/iirfilt.c:466:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/iirfiltsos.c:118:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/iirinterp.c:58:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/iirinterp.c:104:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/iirinterp.c:32:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/lpc.c:89:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:91:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:55:11: style: Unused variable: rate [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:56:11: style: Unused variable: As [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:59:9: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:62:18: style: Unused variable: num_halfband_stages [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:64:11: style: Unused variable: rate_halfband [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:68:11: style: Unused variable: rate_arbitrary [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:71:18: style: Unused variable: buffer_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:72:9: style: Unused variable: buffer [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp.c:73:18: style: Unused variable: buffer_index [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:114:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:40:24: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:41:18: style: Unused variable: num_stages [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:42:18: style: Unused variable: fc [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:43:18: style: Unused variable: f0 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:44:18: style: Unused variable: As [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:47:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:50:13: style: Unused variable: fc_stage [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:51:13: style: Unused variable: f0_stage [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:52:13: style: Unused variable: As_stage [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:53:20: style: Unused variable: m_stage [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:55:9: style: Unused variable: buffer0 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:56:9: style: Unused variable: buffer1 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:57:18: style: Unused variable: buffer_index [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/msresamp2.c:58:11: style: Unused variable: zeta [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/rcos.c:57:11: style: The scope of the variable 'z' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:57:14: style: The scope of the variable 't1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:57:18: style: The scope of the variable 't2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:57:22: style: The scope of the variable 't3' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:59:11: style: The scope of the variable 'nf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:59:15: style: The scope of the variable 'kf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rcos.c:59:19: style: The scope of the variable 'mf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/resamp.c:104:36: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/resamp.c:47:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:48:11: style: Unused variable: As [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:49:11: style: Unused variable: fc [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:52:11: style: Unused variable: rate [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:53:11: style: Unused variable: del [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:56:11: style: Unused variable: tau [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:57:11: style: Unused variable: bf [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:58:9: style: Unused variable: b [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:59:11: style: Unused variable: mu [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:60:8: style: Unused variable: y0 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:61:8: style: Unused variable: y1 [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:64:18: style: Unused variable: npfb [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.c:70:7: style: Unused variable: state [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:92:36: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:42:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:43:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:44:11: style: Unused variable: As [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:45:11: style: Unused variable: fc [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:47:11: style: Unused variable: r [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:48:9: style: Unused variable: b [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:49:11: style: Unused variable: del [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:52:18: style: Unused variable: theta [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:53:18: style: Unused variable: d_theta [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:55:18: style: Unused variable: num_bits_phase [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:56:18: style: Unused variable: max_phase [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:57:18: style: Unused variable: num_bits_npfb [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:58:18: style: Unused variable: num_shift_bits [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp.fixed.c:60:18: style: Unused variable: npfb [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/resamp2.c:197:0: error: syntax error [syntaxError]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:268:11: style: The scope of the variable 'xa' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:268:15: style: The scope of the variable 'xb' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:269:11: style: The scope of the variable 'ya' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:269:15: style: The scope of the variable 'yb' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:374:11: style: The scope of the variable 'x0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:376:11: style: The scope of the variable 'x2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:379:11: style: The scope of the variable 'y0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:380:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:381:11: style: The scope of the variable 'y2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rkaiser.c:389:11: style: The scope of the variable 'del' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:55:11: style: The scope of the variable 'z' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:55:14: style: The scope of the variable 't1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:55:18: style: The scope of the variable 't2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:57:11: style: The scope of the variable 'nf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:57:15: style: The scope of the variable 'kf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/rrcos.c:57:19: style: The scope of the variable 'mf' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/src/symsync.c:141:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/filter/src/symsync.c:77:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:78:18: style: Unused variable: k [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:79:18: style: Unused variable: k_out [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:81:18: style: Unused variable: decim_counter [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:82:9: style: Unused variable: is_locked [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:84:11: style: Unused variable: rate [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:85:11: style: Unused variable: del [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:88:11: style: Unused variable: tau [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:89:11: style: Unused variable: tau_decim [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:90:11: style: Unused variable: bf [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:91:11: style: Unused variable: b [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:94:11: style: Unused variable: q [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:95:11: style: Unused variable: q_hat [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:96:11: style: Unused variable: B [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:97:11: style: Unused variable: A [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:98:21: style: Unused variable: pll [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:99:11: style: Unused variable: rate_adjustment [unusedVariable]
liquid-dsp-1.3.1/src/filter/src/symsync.c:101:18: style: Unused variable: npfb [unusedVariable]
liquid-dsp-1.3.1/src/filter/tests/groupdelay_autotest.c:231:11: style: The scope of the variable 'g' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/tests/iirfiltsos_rrrf_autotest.c:60:11: style: The scope of the variable 'v' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/filter/tests/symsync_crcf_autotest.c:67:9: style: Variable 'ds' is modified but its new value is never used. [unreadVariable]
liquid-dsp-1.3.1/src/filter/tests/symsync_rrrf_autotest.c:67:9: style: Variable 'ds' is modified but its new value is never used. [unreadVariable]
liquid-dsp-1.3.1/src/framing/bench/bpresync_benchmark.c:46:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bpresync_benchmark.c:47:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bpresync_benchmark.c:56:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bpresync_benchmark.c:57:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bsync_benchmark.c:44:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bsync_benchmark.c:45:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bsync_benchmark.c:54:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/bsync_benchmark.c:55:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/detector_benchmark.c:44:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/detector_benchmark.c:45:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/detector_benchmark.c:56:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/detector_benchmark.c:57:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/presync_benchmark.c:46:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/presync_benchmark.c:47:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/presync_benchmark.c:56:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/presync_benchmark.c:57:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/qdetector_benchmark.c:44:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/qdetector_benchmark.c:45:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/qdetector_benchmark.c:62:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/bench/qdetector_benchmark.c:63:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:70:41: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:35:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:36:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:38:15: style: Unused variable: rx_i [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:39:15: style: Unused variable: rx_q [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:41:13: style: Unused variable: dphi [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:42:17: style: Unused variable: sync_i [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:43:17: style: Unused variable: sync_q [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:45:13: style: Unused variable: rxy [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bpresync.c:47:11: style: Unused variable: n_inv [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:51:35: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/bsync.c:89:35: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/bsync.c:35:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:37:15: style: Unused variable: sync_i [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:38:15: style: Unused variable: sym_i [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:40:15: style: Unused variable: sync_q [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:44:15: style: Unused variable: sym_q [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:46:8: style: Unused variable: rxy [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/bsync.c:46:5: style: Unused variable: rxy [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/flexframegen.c:187:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/flexframesync.c:793:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:106:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:108:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:115:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:116:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:118:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framegen64.c:119:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/framesync64.c:512:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/gmskframesync.c:886:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/msource.c:42:17: style: struct member 'Anonymous1::x' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/framing/src/msource.c:37:9: style: Unused variable: id [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:54:7: style: Unused variable: source [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:60:7: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:62:14: style: Unused variable: mixer [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:63:14: style: Unused variable: gain [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:64:14: style: Unused variable: enabled [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:99:18: style: Unused variable: num_sources [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/msource.c:101:9: style: Unused variable: id_counter [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframegen.c:282:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframegen.c:283:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframegen.c:592:9: style: The scope of the variable 'sctype' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframegen.c:635:9: style: The scope of the variable 'sctype' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframesync.c:367:9: style: The scope of the variable 'sctype' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/framing/src/ofdmflexframesync.c:590:9: style: The scope of the variable 'sctype' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/framing/src/presync.c:70:39: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/presync.c:35:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/presync.c:36:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/presync.c:41:13: style: Unused variable: dphi [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/presync.c:45:13: style: Unused variable: rxy [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/presync.c:47:11: style: Unused variable: n_inv [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/qpilotsync.c:271:13: style: Variable 'p' is modified but its new value is never used. [unreadVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:83:43: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/symstream.c:34:21: style: Unused variable: filter_type [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:35:21: style: Unused variable: k [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:36:21: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:37:21: style: Unused variable: beta [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:38:21: style: Unused variable: mod_scheme [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:41:21: style: Unused variable: buf [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symstream.c:42:21: style: Unused variable: buf_index [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:101:41: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:44:21: style: Unused variable: filter_type [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:45:21: style: Unused variable: k [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:46:21: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:47:21: style: Unused variable: beta [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:48:21: style: Unused variable: mod_scheme [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:52:21: style: Unused variable: agc_bandwidth [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:56:21: style: Unused variable: symsync_bandwidth [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:57:21: style: Variable 'symsync_buf' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:58:21: style: Unused variable: symsync_index [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:62:21: style: Unused variable: eq_len [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:63:21: style: Unused variable: eq_bandwidth [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:67:21: style: Unused variable: pll_bandwidth [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:73:21: style: Unused variable: num_syms_rx [unusedVariable]
liquid-dsp-1.3.1/src/framing/src/symtrack.c:57:5: style: Unused variable: symsync_buf [unusedVariable]
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:166:9: style: Condition 'false_positive' is always false [knownConditionTrueFalse]
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:121:28: note: Assignment 'false_positive=0', assigned value is 0
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:166:9: note: Condition 'false_positive' is always false
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:288:9: style: Condition 'false_positive' is always false [knownConditionTrueFalse]
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:243:28: note: Assignment 'false_positive=0', assigned value is 0
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:288:9: note: Condition 'false_positive' is always false
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:87:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/framing/tests/qdetector_cccf_autotest.c:88:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/math/src/math.bessel.c:56:11: style: The scope of the variable 't1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/math.bessel.c:57:11: style: The scope of the variable 't2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/math.bessel.c:58:11: style: The scope of the variable 't3' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/math.bessel.c:93:11: style: The scope of the variable 't' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/math.bessel.c:154:11: style: The scope of the variable 't' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/math.gamma.c:105:11: style: The scope of the variable 'tprime' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/math/src/windows.c:120:11: style: The scope of the variable 'w' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:71:38: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:54:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:55:18: style: Unused variable: N [unusedVariable]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:60:20: style: Unused variable: num_mlist [unusedVariable]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:61:20: style: Unused variable: num_nlist [unusedVariable]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:62:18: style: Unused variable: max_num_mlist [unusedVariable]
liquid-dsp-1.3.1/src/matrix/src/smatrix.c:63:18: style: Unused variable: max_num_nlist [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:250:35: style: Function 'cpfskmod_firdes' argument 5 names different: declaration '_h' definition '_ht'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:42:35: note: Function 'cpfskmod_firdes' argument 5 names different: declaration '_h' definition '_ht'.
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:250:35: note: Function 'cpfskmod_firdes' argument 5 names different: declaration '_h' definition '_ht'.
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:251:35: style: Function 'cpfskmod_firdes' argument 6 names different: declaration '_h_len' definition '_ht_len'. [funcArgNamesDifferent]
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:43:35: note: Function 'cpfskmod_firdes' argument 6 names different: declaration '_h_len' definition '_ht_len'.
liquid-dsp-1.3.1/src/modem/src/cpfskmod.c:251:35: note: Function 'cpfskmod_firdes' argument 6 names different: declaration '_h_len' definition '_ht_len'.
liquid-dsp-1.3.1/src/modem/src/freqdem.c:36:11: style: Unused variable: kf [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqdem.c:37:11: style: Unused variable: ref [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqdem.c:39:8: style: Unused variable: r_prime [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqmod.c:36:11: style: Unused variable: kf [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqmod.c:37:11: style: Unused variable: ref [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqmod.c:40:18: style: Unused variable: sincos_table_len [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqmod.c:41:18: style: Unused variable: sincos_table_phase [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqmod.c:42:18: style: Unused variable: sincos_table [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/gmskdem.c:205:11: style: The scope of the variable 'phi' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:90:26: style: struct member 'Anonymous4::m_i' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:91:26: style: struct member 'Anonymous4::m_q' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:92:26: style: struct member 'Anonymous4::M_i' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:93:26: style: struct member 'Anonymous4::M_q' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:99:26: style: struct member 'Anonymous5::num_levels' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:100:26: style: struct member 'Anonymous5::p' is never used. [unusedStructMember]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:49:23: style: Unused variable: scheme [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:50:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:51:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:58:7: style: Variable 'ref' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:61:10: style: Unused variable: symbol_map [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:62:9: style: Unused variable: modulate_using_map [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:65:8: style: Unused variable: r [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:66:8: style: Unused variable: x_hat [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:116:7: style: Unused variable: data [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:119:12: style: Unused variable: modulate_func [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:124:12: style: Unused variable: demodulate_func [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:131:21: style: Unused variable: demod_soft_neighbors [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:132:18: style: Unused variable: demod_soft_p [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:58:7: style: Unused variable: ref [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:65:5: style: Unused variable: r [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/modem_common.c:66:5: style: Unused variable: x_hat [unusedVariable]
liquid-dsp-1.3.1/src/modem/src/freqdem.c:39:5: style: Unused variable: r_prime [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/bench/ofdmframesync_rxsymbol_benchmark.c:75:18: style: The scope of the variable 's' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:91:40: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:38:9: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:39:18: style: Unused variable: num_channels [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:40:18: style: Unused variable: p [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:43:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:44:10: style: Unused variable: h [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:49:18: style: Unused variable: filter_index [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:52:14: style: Unused variable: fft [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:53:10: style: Unused variable: x [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch.c:54:10: style: Unused variable: X [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:84:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:37:9: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:38:18: style: Unused variable: M [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:39:18: style: Unused variable: M2 [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:40:18: style: Unused variable: m [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:43:18: style: Unused variable: h_len [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:49:14: style: Unused variable: ifft [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:50:10: style: Unused variable: X [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:51:10: style: Unused variable: x [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch2.c:57:9: style: Unused variable: flag [unusedVariable]
liquid-dsp-1.3.1/src/multichannel/src/firpfbch_old.c:270:21: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframe.common.c:57:18: style: The scope of the variable 's' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframe.common.c:130:18: style: The scope of the variable 's' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframegen.c:241:18: style: The scope of the variable 'k' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframegen.c:256:18: style: The scope of the variable 'k' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframegen.c:285:18: style: The scope of the variable 'k' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframegen.c:286:9: style: The scope of the variable 'sctype' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframesync.c:1162:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframesync.c:1202:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframesync.c:931:18: style: The scope of the variable 'k' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/src/ofdmframesync.c:1007:18: style: The scope of the variable 'k' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/tests/firpfbch_crcf_analyzer_autotest.c:86:11: style: The scope of the variable 'dphi' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/tests/firpfbch_crcf_analyzer_autotest.c:87:18: style: The scope of the variable 'n' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/tests/firpfbch_crcf_synthesizer_autotest.c:91:18: style: The scope of the variable 'n' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/multichannel/tests/firpfbch_crcf_synthesizer_autotest.c:92:11: style: The scope of the variable 'dphi' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/nco/src/nco.c:39:20: style: Unused variable: type [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:40:7: style: Unused variable: theta [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:41:7: style: Unused variable: d_theta [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:42:7: style: Variable 'sintab' is assigned a value that is never used. [unreadVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:43:18: style: Unused variable: index [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:44:7: style: Unused variable: sine [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:45:7: style: Unused variable: cosine [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:46:12: style: Unused variable: compute_sincos [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:49:7: style: Unused variable: alpha [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:50:7: style: Unused variable: beta [unusedVariable]
liquid-dsp-1.3.1/src/nco/src/nco.c:42:7: style: Unused variable: sintab [unusedVariable]
liquid-dsp-1.3.1/src/nco/tests/nco_crcf_phase_autotest.c:142:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
liquid-dsp-1.3.1/src/nco/tests/nco_crcf_phase_autotest.c:124:0: note: Variable 'f' is reassigned a value before the old one has been used.
liquid-dsp-1.3.1/src/nco/tests/nco_crcf_phase_autotest.c:142:5: note: Variable 'f' is reassigned a value before the old one has been used.
liquid-dsp-1.3.1/src/nco/tests/nco_crcf_pll_autotest.c:53:11: style: The scope of the variable 'phase_error' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/optim/src/chromosome.c:64:13: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
liquid-dsp-1.3.1/src/optim/src/gasearch.c:299:18: style: The scope of the variable 'threshold' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/optim/src/gradsearch.c:217:11: style: The scope of the variable 'u_prime' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/optim/src/qnsearch.c:180:11: style: The scope of the variable 'f_prime' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/quantization/src/quantizer.c:51:42: warning: Found function call inside sizeof(). [sizeofFunctionCall]
liquid-dsp-1.3.1/src/quantization/src/quantizer.c:31:9: style: Unused variable: ctype [unusedVariable]
liquid-dsp-1.3.1/src/quantization/src/quantizer.c:32:18: style: Unused variable: n [unusedVariable]
liquid-dsp-1.3.1/src/quantization/tests/compand_autotest.c:32:11: style: The scope of the variable 'y' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/quantization/tests/compand_autotest.c:33:11: style: The scope of the variable 'x_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/quantization/tests/quantize_autotest.c:32:18: style: The scope of the variable 'q' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/quantization/tests/quantize_autotest.c:33:11: style: The scope of the variable 'x_hat' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/src/randgamma.c:144:11: style: The scope of the variable 'V0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/src/randgamma.c:145:11: style: The scope of the variable 'V1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/src/randgamma.c:146:11: style: The scope of the variable 'V2' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/tests/random_autotest.c:34:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/tests/random_autotest.c:55:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/tests/random_autotest.c:99:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/random/tests/random_autotest.c:121:11: style: The scope of the variable 'x' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:117:18: style: The scope of the variable 'chunk' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:142:18: style: The scope of the variable 'overflow' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:188:18: style: The scope of the variable 'chunk' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:312:18: style: The scope of the variable 'i_n1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:313:18: style: The scope of the variable 'i_n0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:108:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/sequence/src/bsequence.c:129:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/sequence/src/msequence.c:155:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/sequence/src/msequence.c:161:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
liquid-dsp-1.3.1/src/sequence/tests/complementary_codes_autotest.c:49:16: style: The scope of the variable 'raa' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/sequence/tests/complementary_codes_autotest.c:49:21: style: The scope of the variable 'rbb' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:101:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:102:19: style: The scope of the variable 'byte_0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:103:19: style: The scope of the variable 'byte_1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:145:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:146:19: style: The scope of the variable 'byte_0' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/bshift_array.c:147:19: style: The scope of the variable 'byte_1' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/msb_index.c:128:21: style: The scope of the variable 'b' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/pack_bytes.c:237:19: style: The scope of the variable 'byte' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/src/pack_bytes.c:301:18: style: The scope of the variable 'v' can be reduced. [variableScope]
liquid-dsp-1.3.1/src/utility/tests/pack_bytes_autotest.c:112:18: style: The scope of the variable 'sym_size' can be reduced. [variableScope]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/liquidprompt/liquidprompt_1.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/liquidsoap/liquidsoap_1.3.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/liquidwar/liquidwar_5.6.4.orig.tar.gz
liquidwar-5.6.4/src/advanced.c:121:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:511:3: warning: Redundant assignment of 'c' to itself. [selfAssignment]
liquidwar-5.6.4/src/alleg2.c:619:3: warning: Redundant assignment of 'c' to itself. [selfAssignment]
liquidwar-5.6.4/src/alleg2.c:646:3: warning: Redundant assignment of 'c' to itself. [selfAssignment]
liquidwar-5.6.4/src/alleg2.c:136:7: style: The scope of the variable 'width' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:336:14: style: The scope of the variable 'top' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:336:19: style: The scope of the variable 'bottom' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:506:7: style: The scope of the variable 'black' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:685:7: style: The scope of the variable 'oldpos' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:685:15: style: The scope of the variable 'newpos' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:693:17: style: The scope of the variable 'slh' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:693:22: style: The scope of the variable 'slw' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:694:7: style: The scope of the variable 'msx' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:694:12: style: The scope of the variable 'msy' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:960:7: style: The scope of the variable 'last_was_space' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:960:23: style: The scope of the variable 'new_pos' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:960:32: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:961:7: style: The scope of the variable 'f' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:961:16: style: The scope of the variable 'w' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:1301:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:1382:17: style: The scope of the variable 'fg' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:1480:20: style: The scope of the variable 'bottom' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:1480:41: style: The scope of the variable 'orig' can be reduced. [variableScope]
liquidwar-5.6.4/src/alleg2.c:1422:13: style: Variable 'fg' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/area.c:88:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/area.c:88:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/area.c:88:13: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/area.c:88:16: style: The scope of the variable 'test' can be reduced. [variableScope]
liquidwar-5.6.4/src/area.c:109:15: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/army.c:252:7: style: Variable 'test' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/army.c:249:7: note: Variable 'test' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/army.c:252:7: note: Variable 'test' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/army.c:194:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:242:10: style: The scope of the variable 'k' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:242:13: style: The scope of the variable 'test' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:242:19: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:242:22: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:244:12: style: The scope of the variable 'fp' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:265:17: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/army.c:257:9: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/army.c:254:12: style: Variable 'fp' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/asm.c:134:7: style: Condition '!result' is always false [knownConditionTrueFalse]
liquidwar-5.6.4/src/asm.c:99:16: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/asm.c:134:7: note: Condition '!result' is always false
liquidwar-5.6.4/src/autoplay.c:88:32: style: The scope of the variable 'dir' can be reduced. [variableScope]
liquidwar-5.6.4/src/autoplay.c:88:43: style: The scope of the variable 'dx' can be reduced. [variableScope]
liquidwar-5.6.4/src/autoplay.c:88:47: style: The scope of the variable 'dy' can be reduced. [variableScope]
liquidwar-5.6.4/src/autoplay.c:189:7: style: The scope of the variable 'random_limit' can be reduced. [variableScope]
liquidwar-5.6.4/src/autoplay.c:278:7: style: The scope of the variable 'meme_equipe' can be reduced. [variableScope]
liquidwar-5.6.4/src/autoplay.c:278:20: style: The scope of the variable 'team' can be reduced. [variableScope]
liquidwar-5.6.4/src/capture.c:116:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
liquidwar-5.6.4/src/capture.c:148:12: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/chat.c:108:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:84:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:85:18: style: The scope of the variable 'rval' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:87:18: style: The scope of the variable 'cst2' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:88:17: style: The scope of the variable 'cipher' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:89:17: style: The scope of the variable 'value' can be reduced. [variableScope]
liquidwar-5.6.4/src/checksum.c:90:12: style: The scope of the variable 'f' can be reduced. [variableScope]
liquidwar-5.6.4/src/config.c:338:8: style: The scope of the variable 'number_string' can be reduced. [variableScope]
liquidwar-5.6.4/src/config.c:339:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/connect.c:534:19: style: Condition 'result==1' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/connect.c:466:18: note: Assuming that condition 'result==1' is not redundant
liquidwar-5.6.4/src/connect.c:534:19: note: Condition 'result==1' is always true
liquidwar-5.6.4/src/connect.c:128:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
liquidwar-5.6.4/src/connect.c:344:7: style: The scope of the variable 'l' can be reduced. [variableScope]
liquidwar-5.6.4/src/connect.c:451:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/connect.c:448:36: style: Function 'connect_on_server_keepalive' argument 1 names different: declaration 'args' definition 'arg'. [funcArgNamesDifferent]
liquidwar-5.6.4/src/connect.c:114:48: note: Function 'connect_on_server_keepalive' argument 1 names different: declaration 'args' definition 'arg'.
liquidwar-5.6.4/src/connect.c:448:36: note: Function 'connect_on_server_keepalive' argument 1 names different: declaration 'args' definition 'arg'.
liquidwar-5.6.4/src/decal.c:91:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/decal.c:91:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/dialog.c:308:35: style: Function 'my_update_dialog' argument 1 names different: declaration 'd' definition 'player'. [funcArgNamesDifferent]
liquidwar-5.6.4/src/dialog.h:118:39: note: Function 'my_update_dialog' argument 1 names different: declaration 'd' definition 'player'.
liquidwar-5.6.4/src/dialog.c:308:35: note: Function 'my_update_dialog' argument 1 names different: declaration 'd' definition 'player'.
liquidwar-5.6.4/src/disk.c:132:3: warning: Redundant assignment of 'smp' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:442:3: warning: Redundant assignment of 'mode' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:443:3: warning: Redundant assignment of 'unused' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:485:3: warning: Redundant assignment of 'mode' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:486:3: warning: Redundant assignment of 'unused' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:527:3: warning: Redundant assignment of 'mode' to itself. [selfAssignment]
liquidwar-5.6.4/src/disk.c:528:3: warning: Redundant assignment of 'unused' to itself. [selfAssignment]
liquidwar-5.6.4/src/distor.c:291:9: style: The scope of the variable 'src' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:293:8: style: The scope of the variable 'y_corres' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:294:7: style: The scope of the variable 'fp_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:294:13: style: The scope of the variable 'ip_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:294:19: style: The scope of the variable 'fp_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:294:25: style: The scope of the variable 'ip_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:297:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/distor.c:324:7: style: Variable 'ip_x' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/distor.c:322:14: style: Variable 'ip_y' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/distor.c:352:7: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/distor.c:302:21: style: Variable 'bmp_color_depth' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/distor.c:303:16: style: Variable 'bmp_linear' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/distor.c:304:16: style: Variable 'bmp_memory' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/exec2.c:76:8: warning: Redundant assignment of 'file' to itself. [selfAssignment]
liquidwar-5.6.4/src/exec2.c:77:15: warning: Redundant assignment of 'commandline' to itself. [selfAssignment]
liquidwar-5.6.4/src/fighter.c:303:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:303:15: style: The scope of the variable 'team' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:303:21: style: The scope of the variable 'coef' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:305:14: style: The scope of the variable 'p0' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:306:8: style: The scope of the variable 'move_offset' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:306:22: style: The scope of the variable 'move_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:306:31: style: The scope of the variable 'move_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/fighter.c:395:3: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/game.c:276:7: style: Condition '!message' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/game.c:268:19: note: Assignment 'message=NULL', assigned value is 0
liquidwar-5.6.4/src/game.c:276:7: note: Condition '!message' is always true
liquidwar-5.6.4/src/game.c:315:8: style: Condition '!message' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/game.c:309:14: note: Assignment 'message=NULL', assigned value is 0
liquidwar-5.6.4/src/game.c:315:8: note: Condition '!message' is always true
liquidwar-5.6.4/src/game.c:257:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/game.c:258:7: style: The scope of the variable 'big_data' can be reduced. [variableScope]
liquidwar-5.6.4/src/game.c:259:7: style: The scope of the variable 'max_mem_reached' can be reduced. [variableScope]
liquidwar-5.6.4/src/game.c:260:7: style: The scope of the variable 'last_try' can be reduced. [variableScope]
liquidwar-5.6.4/src/game.c:261:7: style: The scope of the variable 'ok' can be reduced. [variableScope]
liquidwar-5.6.4/src/game.c:726:7: style: The scope of the variable 'lr' can be reduced. [variableScope]
liquidwar-5.6.4/src/grad.c:81:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/grad.c:81:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/grad.c:81:13: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/grad.c:81:16: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/grad.c:82:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/graphics.c:143:3: warning: Redundant assignment of 'd2' to itself. [selfAssignment]
liquidwar-5.6.4/src/graphics.c:159:3: warning: Redundant assignment of 'd2' to itself. [selfAssignment]
liquidwar-5.6.4/src/graphics.c:175:3: warning: Redundant assignment of 'dp3' to itself. [selfAssignment]
liquidwar-5.6.4/src/graphics.c:176:3: warning: Redundant assignment of 'd2' to itself. [selfAssignment]
liquidwar-5.6.4/src/httputil.c:136:12: style: Condition 'result' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/httputil.c:134:17: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/httputil.c:136:12: note: Condition 'result' is always true
liquidwar-5.6.4/src/httputil.c:110:8: style: The scope of the variable 'data' can be reduced. [variableScope]
liquidwar-5.6.4/src/httputil.c:111:7: style: The scope of the variable 'data_len' can be reduced. [variableScope]
liquidwar-5.6.4/src/httputil.c:114:7: style: The scope of the variable 'empty_lines' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:220:3: warning: Redundant assignment of 'w' to itself. [selfAssignment]
liquidwar-5.6.4/src/info.c:221:3: warning: Redundant assignment of 'h' to itself. [selfAssignment]
liquidwar-5.6.4/src/info.c:248:3: warning: Redundant assignment of 'w' to itself. [selfAssignment]
liquidwar-5.6.4/src/info.c:276:3: warning: Redundant assignment of 'h' to itself. [selfAssignment]
liquidwar-5.6.4/src/info.c:99:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:99:10: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:99:13: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:100:11: style: The scope of the variable 'front' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:100:19: style: The scope of the variable 'back' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:243:10: style: The scope of the variable 'barre_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:243:19: style: The scope of the variable 'barre_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:243:28: style: The scope of the variable 'barre_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:271:10: style: The scope of the variable 'barre_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:271:19: style: The scope of the variable 'barre_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:271:28: style: The scope of the variable 'barre_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:13: style: The scope of the variable 'w' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:16: style: The scope of the variable 'h' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:19: style: The scope of the variable 'epaisseur' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:30: style: The scope of the variable 'temp_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:299:38: style: The scope of the variable 'temp_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:366:7: style: The scope of the variable 'temp_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/info.c:366:15: style: The scope of the variable 'temp_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/init.c:116:35: style: The scope of the variable 'config' can be reduced. [variableScope]
liquidwar-5.6.4/src/init.c:117:41: style: The scope of the variable 'network' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:128:7: style: The scope of the variable 'cur' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:434:7: style: The scope of the variable 'days' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:434:13: style: The scope of the variable 'hours' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:434:20: style: The scope of the variable 'minutes' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:434:29: style: The scope of the variable 'seconds' can be reduced. [variableScope]
liquidwar-5.6.4/src/internet.c:286:32: style: Function 'list_callback' argument 2 names different: declaration 'list_size' definition 'size'. [funcArgNamesDifferent]
liquidwar-5.6.4/src/internet.c:107:45: note: Function 'list_callback' argument 2 names different: declaration 'list_size' definition 'size'.
liquidwar-5.6.4/src/internet.c:286:32: note: Function 'list_callback' argument 2 names different: declaration 'list_size' definition 'size'.
liquidwar-5.6.4/src/keyboard.c:206:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
liquidwar-5.6.4/src/keyboard.c:235:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
liquidwar-5.6.4/src/keyboard.c:216:15: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/keyboard.c:246:15: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/level.c:168:7: style: The scope of the variable 'sample_x' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:168:17: style: The scope of the variable 'sample_y' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:168:27: style: The scope of the variable 'sample_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:168:37: style: The scope of the variable 'sample_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:169:7: style: The scope of the variable 'max_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:169:14: style: The scope of the variable 'max_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:169:21: style: The scope of the variable 'bmp_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:169:28: style: The scope of the variable 'bmp_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/level.c:416:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/logcli.c:282:3: warning: Redundant assignment of 'mode' to itself. [selfAssignment]
liquidwar-5.6.4/src/logsrv.c:89:14: style: The scope of the variable 'time_struct' can be reduced. [variableScope]
liquidwar-5.6.4/src/logsrv.c:90:8: style: The scope of the variable 'time_str' can be reduced. [variableScope]
liquidwar-5.6.4/src/main.c:105:7: style: The scope of the variable 'init_success' can be reduced. [variableScope]
liquidwar-5.6.4/src/main.c:106:7: style: The scope of the variable 'big_data_success' can be reduced. [variableScope]
liquidwar-5.6.4/src/main.c:107:7: style: The scope of the variable 'load_dat_success' can be reduced. [variableScope]
liquidwar-5.6.4/src/main.c:108:7: style: The scope of the variable 'load_custom_success' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:334:16: style: The scope of the variable 'l' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:377:14: style: The scope of the variable 'index' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:378:8: style: The scope of the variable 'readable_name_buffer' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:379:8: style: The scope of the variable 'system_name_buffer' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:506:25: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:506:28: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:506:31: style: The scope of the variable 'l' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:506:34: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:508:16: style: The scope of the variable 'data_dst' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:513:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:513:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:593:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:593:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:593:13: style: The scope of the variable 'w' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:593:16: style: The scope of the variable 'h' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:593:19: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:595:7: style: The scope of the variable 'fg_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:595:13: style: The scope of the variable 'fg_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:596:7: style: The scope of the variable 'bg_w' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:596:13: style: The scope of the variable 'bg_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:597:20: style: The scope of the variable 'zoom_factor_fg' can be reduced. [variableScope]
liquidwar-5.6.4/src/map.c:597:36: style: The scope of the variable 'zoom_factor_bg' can be reduced. [variableScope]
liquidwar-5.6.4/src/maptex.c:80:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/maptex.c:81:9: style: The scope of the variable 'map_name' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:313:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/mesh.c:312:3: note: Variable 'i' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/mesh.c:313:3: note: Variable 'i' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/mesh.c:106:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:106:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:106:25: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:106:28: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:243:11: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:244:23: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:244:26: style: The scope of the variable 'k' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:339:19: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:341:11: style: The scope of the variable 'mesher' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:387:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:387:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:387:13: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/mesh.c:174:10: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/mesh.c:317:9: style: Variable 'bof' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/mesh.c:313:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/music.c:82:14: style: The scope of the variable 'last_volume' can be reduced. [variableScope]
liquidwar-5.6.4/src/music.c:83:14: style: The scope of the variable 'last_file' can be reduced. [variableScope]
liquidwar-5.6.4/src/music.c:85:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/mutxunix.c:81:20: style: The scope of the variable 'm' can be reduced. [variableScope]
liquidwar-5.6.4/src/mutxw32.c:82:11: style: The scope of the variable 'h' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmap.c:92:7: style: The scope of the variable 'sent' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmap.c:93:7: style: The scope of the variable 'to_send' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmap.c:147:7: style: The scope of the variable 'received' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmap.c:148:7: style: The scope of the variable 'to_receive' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmap.c:96:30: style: Variable 'header' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/netmess.c:415:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/netmess.c:413:0: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/netmess.c:415:3: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/netmess.c:199:9: style: The scope of the variable 'command' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmess.c:368:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/netmess.c:434:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/netplay.c:298:14: style: Condition 'result==1' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/netplay.c:294:16: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/netplay.c:298:14: note: Condition 'result==1' is always true
liquidwar-5.6.4/src/netplay.c:448:14: style: Condition 'result==1' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/netplay.c:445:16: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/netplay.c:448:14: note: Condition 'result==1' is always true
liquidwar-5.6.4/src/netplay.c:298:14: style: Same expression on both sides of '==' because the value of 'result' and '1' are the same. [duplicateExpression]
liquidwar-5.6.4/src/netplay.c:294:16: note: 'result' is assigned value '1' here.
liquidwar-5.6.4/src/netplay.c:298:14: note: Same expression on both sides of '==' because the value of 'result' and '1' are the same.
liquidwar-5.6.4/src/netplay.c:448:14: style: Same expression on both sides of '==' because the value of 'result' and '1' are the same. [duplicateExpression]
liquidwar-5.6.4/src/netplay.c:445:16: note: 'result' is assigned value '1' here.
liquidwar-5.6.4/src/netplay.c:448:14: note: Same expression on both sides of '==' because the value of 'result' and '1' are the same.
liquidwar-5.6.4/src/netplay.c:170:7: style: The scope of the variable 'dummy' can be reduced. [variableScope]
liquidwar-5.6.4/src/netplay.c:296:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/netplay.c:446:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/netplay.c:164:43: style: Function 'connect_on_server_start' argument 2 names different: declaration 'ip' definition 'address'. [funcArgNamesDifferent]
liquidwar-5.6.4/src/netplay.c:108:54: note: Function 'connect_on_server_start' argument 2 names different: declaration 'ip' definition 'address'.
liquidwar-5.6.4/src/netplay.c:164:43: note: Function 'connect_on_server_start' argument 2 names different: declaration 'ip' definition 'address'.
liquidwar-5.6.4/src/netplay.c:226:15: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/options.c:91:7: style: The scope of the variable 'old_gfx_menu' can be reduced. [variableScope]
liquidwar-5.6.4/src/options.c:92:7: style: The scope of the variable 'old_fullscreen' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:115:7: style: The scope of the variable 'r' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:115:10: style: The scope of the variable 'g' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:115:13: style: The scope of the variable 'b' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:341:10: style: The scope of the variable 'col' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:341:36: style: The scope of the variable 'coeff' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:367:16: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/palette.c:367:23: style: The scope of the variable 'active' can be reduced. [variableScope]
liquidwar-5.6.4/src/ping.c:121:7: style: The scope of the variable 'start_time' can be reduced. [variableScope]
liquidwar-5.6.4/src/ping.c:168:7: style: The scope of the variable 'start_time' can be reduced. [variableScope]
liquidwar-5.6.4/src/ping.c:169:7: style: The scope of the variable 'global_start_time' can be reduced. [variableScope]
liquidwar-5.6.4/src/ping.c:171:10: style: The scope of the variable 'n' can be reduced. [variableScope]
liquidwar-5.6.4/src/ping.c:171:13: style: The scope of the variable 'sum' can be reduced. [variableScope]
liquidwar-5.6.4/src/pion.c:148:16: style: The scope of the variable 'color_back' can be reduced. [variableScope]
liquidwar-5.6.4/src/pion.c:168:10: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/pion.c:168:13: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/play.c:250:8: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/protocol.c:84:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:200:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:201:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:202:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:258:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:259:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:440:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:441:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:442:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:528:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:529:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:596:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:597:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/protocol.c:598:15: style: The scope of the variable 'netmess' can be reduced. [variableScope]
liquidwar-5.6.4/src/random.c:195:24: error: Uninitialized variable: pal [uninitvar]
liquidwar-5.6.4/src/random.c:199:46: error: Uninitialized variable: pal [uninitvar]
liquidwar-5.6.4/src/rules.c:192:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:7: style: The scope of the variable 'time' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:13: style: The scope of the variable 'min' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:18: style: The scope of the variable 'sec' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:23: style: The scope of the variable 'pourmille' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:34: style: The scope of the variable 'pourcent' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:132:44: style: The scope of the variable 'decimale' can be reduced. [variableScope]
liquidwar-5.6.4/src/score.c:133:7: style: The scope of the variable 'tombola' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:276:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/server.c:274:0: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:276:3: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:290:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/server.c:288:0: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:290:3: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:304:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/server.c:302:0: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:304:3: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:319:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/src/server.c:317:0: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:319:3: note: Variable 'result' is reassigned a value before the old one has been used.
liquidwar-5.6.4/src/server.c:113:8: style: The scope of the variable 'c' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:199:8: style: The scope of the variable 'c' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:351:9: style: The scope of the variable 'metaserver' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:352:7: style: The scope of the variable 'nb_teams' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:353:7: style: The scope of the variable 'port' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:354:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/server.c:403:12: style: Variable 'res' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/sockex.c:141:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:144:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:186:7: style: The scope of the variable 'len' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:187:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:191:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:192:7: style: The scope of the variable 'total_sent' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:193:7: style: The scope of the variable 'sent' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:308:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:308:12: style: The scope of the variable 'l' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:309:7: style: The scope of the variable 'cr_found' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:310:9: style: The scope of the variable 'cr' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:314:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:488:8: style: The scope of the variable 'trace' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:492:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:493:7: style: The scope of the variable 'total_sent' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:494:7: style: The scope of the variable 'sent' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:600:8: style: The scope of the variable 'trace' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:601:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:605:7: style: The scope of the variable 'total_received' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockex.c:606:7: style: The scope of the variable 'received' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockunix.c:183:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sockw32.c:187:7: style: The scope of the variable 'res' can be reduced. [variableScope]
liquidwar-5.6.4/src/sound.c:91:7: style: The scope of the variable 'pan' can be reduced. [variableScope]
liquidwar-5.6.4/src/sound.c:92:7: style: The scope of the variable 'hasard' can be reduced. [variableScope]
liquidwar-5.6.4/src/speeds.c:172:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:520:7: style: Condition 'result' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/srvchan.c:515:12: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/srvchan.c:520:7: note: Condition 'result' is always true
liquidwar-5.6.4/src/srvchan.c:554:7: style: Condition 'result' is always true [knownConditionTrueFalse]
liquidwar-5.6.4/src/srvchan.c:547:12: note: Assignment 'result=1', assigned value is 1
liquidwar-5.6.4/src/srvchan.c:554:7: note: Condition 'result' is always true
liquidwar-5.6.4/src/srvchan.c:136:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:320:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:485:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:508:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:542:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:575:3: warning: Redundant assignment of 'chan' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:576:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:731:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:760:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:788:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:817:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:845:3: warning: Redundant assignment of 'sock' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:846:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:874:3: warning: Redundant assignment of 'mess' to itself. [selfAssignment]
liquidwar-5.6.4/src/srvchan.c:340:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:421:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:422:8: style: The scope of the variable 'answer' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:599:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:600:8: style: The scope of the variable 'answer' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:686:8: style: The scope of the variable 'answer' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:901:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:902:7: style: The scope of the variable 'ret_mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:903:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:904:15: style: The scope of the variable 'mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1064:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1065:7: style: The scope of the variable 'ret_mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1066:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1067:15: style: The scope of the variable 'mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1196:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1197:7: style: The scope of the variable 'ret_mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1198:8: style: The scope of the variable 'message' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvchan.c:1199:15: style: The scope of the variable 'mess' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:341:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:342:7: style: The scope of the variable 'start' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:343:7: style: The scope of the variable 'started' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:346:7: style: The scope of the variable 'display_waiting_for' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:541:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:659:7: style: The scope of the variable 'nb_diff' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:719:7: style: The scope of the variable 'all_clients_request_increase_lag' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:720:7: style: The scope of the variable 'all_clients_request_decrease_lag' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:721:7: style: The scope of the variable 'a_client_requests_increase_lag' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:722:7: style: The scope of the variable 'a_client_requests_decrease_lag' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:726:25: style: The scope of the variable 'end' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:727:10: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:729:7: style: The scope of the variable 'skip_keys' can be reduced. [variableScope]
liquidwar-5.6.4/src/srvcont.c:783:5: style: Variable 'all_clients_request_decrease_lag' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/srvcont.c:766:5: style: Variable 'a_client_requests_increase_lag' is assigned a value that is never used. [unreadVariable]
liquidwar-5.6.4/src/startup.c:168:7: style: The scope of the variable 'bigd' can be reduced. [variableScope]
liquidwar-5.6.4/src/startup.c:288:8: style: The scope of the variable 'c' can be reduced. [variableScope]
liquidwar-5.6.4/src/startup.c:316:8: style: The scope of the variable 'home_path' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:131:16: style: The scope of the variable 'index' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:282:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:282:10: style: The scope of the variable 'w' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:282:13: style: The scope of the variable 'h' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:327:7: style: The scope of the variable 'x' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:327:10: style: The scope of the variable 'y' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:327:13: style: The scope of the variable 'pos8' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:327:23: style: The scope of the variable 'color' can be reduced. [variableScope]
liquidwar-5.6.4/src/texture.c:435:9: style: The scope of the variable 'char_ptr' can be reduced. [variableScope]
liquidwar-5.6.4/src/viewport.c:101:14: style: The scope of the variable 'viewport_sizes' can be reduced. [variableScope]
liquidwar-5.6.4/src/viewport.c:155:7: style: The scope of the variable 'old_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/viewport.c:155:14: style: The scope of the variable 'new_h' can be reduced. [variableScope]
liquidwar-5.6.4/src/volume.c:79:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
liquidwar-5.6.4/src/watchdog.c:126:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/src/wave.c:80:18: style: The scope of the variable 'dp' can be reduced. [variableScope]
liquidwar-5.6.4/src/wwwcli.c:419:7: style: The scope of the variable 'len' can be reduced. [variableScope]
liquidwar-5.6.4/src/wwwsrv.c:107:3: error: Buffer is accessed out of bounds: data.password [bufferAccessOutOfBounds]
liquidwar-5.6.4/src/wwwsrv.c:108:3: error: Buffer is accessed out of bounds: data.comment [bufferAccessOutOfBounds]
liquidwar-5.6.4/utils/liquidwarcol.c:246:9: style: The scope of the variable 'bak_name' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarcol.c:314:16: style: The scope of the variable 'index' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarcol.c:408:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarmap.c:307:25: style: The scope of the variable 'l' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarmap.c:309:7: style: The scope of the variable 'wall_color' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarmap.c:448:17: style: The scope of the variable 'header' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarmap.c:529:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwarmap.c:371:3: warning: The buffer 'SYSTEM_NAME' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
liquidwar-5.6.4/utils/liquidwarmap.c:416:7: warning: The buffer 'READABLE_NAME' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
liquidwar-5.6.4/utils/liquidwartex.c:168:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwartex.c:168:10: style: The scope of the variable 'j' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwartex.c:366:8: style: The scope of the variable 'header' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwartex.c:406:7: style: The scope of the variable 'i' can be reduced. [variableScope]
liquidwar-5.6.4/utils/liquidwartex.c:289:3: warning: The buffer 'SYSTEM_NAME' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
liquidwar-5.6.4/utils/lwmapgen/map.c:80:23: style: Function 'section_rc' argument 1 names different: declaration 'row' definition 'r'. [funcArgNamesDifferent]
liquidwar-5.6.4/utils/lwmapgen/map.h:83:23: note: Function 'section_rc' argument 1 names different: declaration 'row' definition 'r'.
liquidwar-5.6.4/utils/lwmapgen/map.c:80:23: note: Function 'section_rc' argument 1 names different: declaration 'row' definition 'r'.
liquidwar-5.6.4/utils/lwmapgen/map.c:80:31: style: Function 'section_rc' argument 2 names different: declaration 'col' definition 'c'. [funcArgNamesDifferent]
liquidwar-5.6.4/utils/lwmapgen/map.h:83:33: note: Function 'section_rc' argument 2 names different: declaration 'col' definition 'c'.
liquidwar-5.6.4/utils/lwmapgen/map.c:80:31: note: Function 'section_rc' argument 2 names different: declaration 'col' definition 'c'.
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_cut.c:21:10: style: The scope of the variable 'r' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_cut.c:21:13: style: The scope of the variable 'c' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_cut.c:23:10: style: The scope of the variable 'cutx' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_cut.c:23:16: style: The scope of the variable 'cuty' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_diag_cut.c:19:10: style: The scope of the variable 'r' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_diag_cut.c:19:13: style: The scope of the variable 'c' can be reduced. [variableScope]
liquidwar-5.6.4/utils/lwmapgen/old/rand_poly_diag_cut.c:118:1: error: Memory leak: vert [memleak]
liquidwar-5.6.4/utils/snprintf/snprintf.c:596:7: style: Variable 'str_arg' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/utils/snprintf/snprintf.c:595:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/snprintf.c:596:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/snprintf.c:956:34: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. [unsignedLessThanZero]
liquidwar-5.6.4/utils/snprintf/test.c:312:9: style: Condition 'ptr4' is always false [knownConditionTrueFalse]
liquidwar-5.6.4/utils/snprintf/test.c:256:16: note: Assignment 'ptr4=0', assigned value is 0
liquidwar-5.6.4/utils/snprintf/test.c:312:9: note: Condition 'ptr4' is always false
liquidwar-5.6.4/utils/snprintf/test.c:313:9: style: Condition 'ptr5' is always false [knownConditionTrueFalse]
liquidwar-5.6.4/utils/snprintf/test.c:256:25: note: Assignment 'ptr5=0', assigned value is 0
liquidwar-5.6.4/utils/snprintf/test.c:313:9: note: Condition 'ptr5' is always false
liquidwar-5.6.4/utils/snprintf/test.c:314:9: style: Condition 'ptr6' is always false [knownConditionTrueFalse]
liquidwar-5.6.4/utils/snprintf/test.c:256:34: note: Assignment 'ptr6=0', assigned value is 0
liquidwar-5.6.4/utils/snprintf/test.c:314:9: note: Condition 'ptr6' is always false
liquidwar-5.6.4/utils/snprintf/test.c:315:9: style: Condition 'ptr7' is always false [knownConditionTrueFalse]
liquidwar-5.6.4/utils/snprintf/test.c:256:43: note: Assignment 'ptr7=0', assigned value is 0
liquidwar-5.6.4/utils/snprintf/test.c:315:9: note: Condition 'ptr7' is always false
liquidwar-5.6.4/utils/snprintf/test.c:150:7: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
liquidwar-5.6.4/utils/snprintf/test.c:231:5: style: Variable 't0' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/utils/snprintf/test.c:227:82: note: Variable 't0' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/test.c:231:5: note: Variable 't0' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/test.c:451:5: style: Variable 'len1' is reassigned a value before the old one has been used. [redundantAssignment]
liquidwar-5.6.4/utils/snprintf/test.c:442:5: note: Variable 'len1' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/test.c:451:5: note: Variable 'len1' is reassigned a value before the old one has been used.
liquidwar-5.6.4/utils/snprintf/test.c:124:19: style: The scope of the variable 'len3' can be reduced. [variableScope]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/lirc/lirc_0.9.4c.orig.tar.gz
lirc-0.9.4c/daemons/lircd-uinput.cpp:424:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lirc-0.9.4c/daemons/lircd-uinput.cpp:465:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd-uinput.cpp:135:17: performance: Variable 'cache' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lirc-0.9.4c/daemons/lircd-uinput.cpp:424:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/daemons/lircd-uinput.cpp:121:0: error: Memory leak: entry [memleak]
lirc-0.9.4c/daemons/lircd-uinput.cpp:123:33: performance: Function parameter 'button_name' should be passed by const reference. [passedByValue]
lirc-0.9.4c/daemons/lircd.cpp:1041:13: style: Condition 'sockfd==-1' is always true [knownConditionTrueFalse]
lirc-0.9.4c/daemons/lircd.cpp:1030:12: note: Assignment 'sockfd=-1', assigned value is -1
lirc-0.9.4c/daemons/lircd.cpp:1041:13: note: Condition 'sockfd==-1' is always true
lirc-0.9.4c/daemons/lircd.cpp:1694:6: error: Width 128 given in format string (no. 1) is larger than destination buffer 'buff[128]', use %127s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/daemons/lircd.cpp:349:6: style: The scope of the variable 'done' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:839:8: style: The scope of the variable 'sep' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:840:18: style: The scope of the variable 'service' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:953:8: style: The scope of the variable 'end' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:954:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:1323:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:1359:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:1764:8: style: The scope of the variable 'new_length' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:2357:7: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircd.cpp:1298:26: style: Checking if unsigned variable '*reps' is less than zero. [unsignedLessThanZero]
lirc-0.9.4c/daemons/lircmd.cpp:855:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lirc-0.9.4c/daemons/lircmd.cpp:469:9: style: The scope of the variable 'd' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:469:12: style: The scope of the variable 'incX' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:469:18: style: The scope of the variable 'incY' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:469:24: style: The scope of the variable 'x' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:469:27: style: The scope of the variable 'y' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:601:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircmd.cpp:855:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/daemons/lircrcd.cpp:158:6: style: The scope of the variable 'done' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircrcd.cpp:387:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lirc-0.9.4c/daemons/lircrcd.cpp:576:8: style: The scope of the variable 'new_length' can be reduced. [variableScope]
lirc-0.9.4c/lib/ciniparser.c:249:14: style: The scope of the variable 'secname' can be reduced. [variableScope]
lirc-0.9.4c/lib/ciniparser.c:250:6: style: The scope of the variable 'seclen' can be reduced. [variableScope]
lirc-0.9.4c/lib/ciniparser.c:376:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/ciniparser.c:72:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lirc-0.9.4c/lib/ciniparser.c:101:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lirc-0.9.4c/lib/ciniparser.c:139:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/ciniparser.c:144:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/ciniparser.c:145:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/ciniparser.c:146:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/ciniparser.c:158:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/ciniparser.c:159:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/lib/config_file.c:161:8: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/lib/config_file.c:397:25: style: The scope of the variable 'flaglptr' can be reduced. [variableScope]
lirc-0.9.4c/lib/config_file.c:685:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lirc-0.9.4c/lib/config_file.c:719:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
lirc-0.9.4c/lib/config_file.c:940:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/config_file.c:140:17: portability: 'ar->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lirc-0.9.4c/lib/config_file.c:142:17: portability: 'ar->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lirc-0.9.4c/lib/config_file.c:165:21: portability: 'ar->ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lirc-0.9.4c/lib/lirc/ir_remote.h:113:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/curl_poll.c:31:0: error: #error "We can't compile without select() or poll() support." [preprocessorErrorDirective]
lirc-0.9.4c/lib/dictionary.c:109:33: style: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/dictionary.h:105:33: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
lirc-0.9.4c/lib/dictionary.c:109:33: note: Function 'dictionary_del' argument 1 names different: declaration 'vd' definition 'd'.
lirc-0.9.4c/lib/dictionary.c:147:32: style: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/dictionary.h:145:32: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
lirc-0.9.4c/lib/dictionary.c:147:32: note: Function 'dictionary_set' argument 1 names different: declaration 'vd' definition 'd'.
lirc-0.9.4c/lib/driver.c:95:6: style: The scope of the variable 'found' can be reduced. [variableScope]
lirc-0.9.4c/lib/driver.c:96:8: style: The scope of the variable 'colon' can be reduced. [variableScope]
lirc-0.9.4c/lib/driver.c:84:33: style: Function 'default_drvctl' argument 1 names different: declaration 'cmd' definition 'fd'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/driver.h:48:33: note: Function 'default_drvctl' argument 1 names different: declaration 'cmd' definition 'fd'.
lirc-0.9.4c/lib/driver.c:84:33: note: Function 'default_drvctl' argument 1 names different: declaration 'cmd' definition 'fd'.
lirc-0.9.4c/lib/driver.c:99:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lirc-0.9.4c/lib/drv_admin.c:204:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lirc-0.9.4c/lib/dump_config.c:259:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lirc-0.9.4c/lib/dump_config.c:137:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/lib/dump_config.c:186:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/lib/dump_config.c:197:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/lib/dump_config.c:198:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/lib/dump_config.c:198:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/lib/dump_config.c:56:35: warning: Either the condition 'p<0' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
lirc-0.9.4c/lib/dump_config.c:53:8: note: Assuming that condition 'p<0' is not redundant
lirc-0.9.4c/lib/dump_config.c:56:35: note: Null pointer dereference
lirc-0.9.4c/lib/dump_config.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/dump_config.c:232:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lirc-0.9.4c/lib/dump_config.c:53:8: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
lirc-0.9.4c/lib/dump_config.c:85:31: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lirc-0.9.4c/lib/dump_config.c:199:24: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/dump_config.c:63:10: error: Uninitialized variable: cmd [uninitvar]
lirc-0.9.4c/lib/dump_config.c:54:10: error: Uninitialized variable: uname [uninitvar]
lirc-0.9.4c/lib/ir_remote.c:112:10: warning: Either the condition 'node!=NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lirc-0.9.4c/lib/ir_remote.c:113:12: note: Assuming that condition 'node!=NULL' is not redundant
lirc-0.9.4c/lib/ir_remote.c:112:10: note: Null pointer dereference
lirc-0.9.4c/lib/ir_remote.c:71:9: style: The scope of the variable 'signal_size' can be reduced. [variableScope]
lirc-0.9.4c/lib/ir_remote.c:425:23: style: The scope of the variable 'prev' can be reduced. [variableScope]
lirc-0.9.4c/lib/ir_remote.c:426:23: style: The scope of the variable 'next' can be reduced. [variableScope]
lirc-0.9.4c/lib/ir_remote.c:499:11: style: The scope of the variable 'mask_bit' can be reduced. [variableScope]
lirc-0.9.4c/lib/ir_remote.c:482:13: style: Variable 'code_mask' is assigned a value that is never used. [unreadVariable]
lirc-0.9.4c/lib/ir_remote.c:85:4: error: Memory leak: new_ncode [memleak]
lirc-0.9.4c/lib/irrecord.c:219:6: warning: Either the condition 'max2_slength' is redundant or there is possible null pointer dereference: len. [nullPointerRedundantCheck]
lirc-0.9.4c/lib/irrecord.c:1102:25: note: Assuming that condition 'max2_slength' is not redundant
lirc-0.9.4c/lib/irrecord.c:1121:23: note: Calling function 'calc_signal', 1st argument 'len' value is 0
lirc-0.9.4c/lib/irrecord.c:219:6: note: Null pointer dereference
lirc-0.9.4c/lib/irrecord.c:221:18: warning: Either the condition 'max2_slength' is redundant or there is possible null pointer dereference: len. [nullPointerRedundantCheck]
lirc-0.9.4c/lib/irrecord.c:1102:25: note: Assuming that condition 'max2_slength' is not redundant
lirc-0.9.4c/lib/irrecord.c:1121:23: note: Calling function 'calc_signal', 1st argument 'len' value is 0
lirc-0.9.4c/lib/irrecord.c:221:18: note: Null pointer dereference
lirc-0.9.4c/lib/irrecord.c:228:19: style: The scope of the variable 'codes' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:263:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:321:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:954:18: style: The scope of the variable 'max2s' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1024:18: style: The scope of the variable 'max2_plength' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1025:18: style: The scope of the variable 'max2_slength' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1241:19: style: The scope of the variable 'codes' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1381:18: style: The scope of the variable 'scan' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1383:13: style: The scope of the variable 'lastmaxcount' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1539:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1667:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:1834:6: style: The scope of the variable 'decode_ok' can be reduced. [variableScope]
lirc-0.9.4c/lib/irrecord.c:124:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/irrecord.c:559:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/line_buffer.cpp:28:37: style: Function 'append' argument 1 names different: declaration 'line' definition 'input'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/line_buffer.h:33:27: note: Function 'append' argument 1 names different: declaration 'line' definition 'input'.
lirc-0.9.4c/lib/line_buffer.cpp:28:37: note: Function 'append' argument 1 names different: declaration 'line' definition 'input'.
lirc-0.9.4c/lib/line_buffer.cpp:58:2: performance: Variable 'buff' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lirc-0.9.4c/lib/line_buffer.h:39:15: style: Technically the member function 'LineBuffer::c_str' can be const. [functionConst]
lirc-0.9.4c/lib/line_buffer.cpp:34:25: note: Technically the member function 'LineBuffer::c_str' can be const.
lirc-0.9.4c/lib/line_buffer.h:39:15: note: Technically the member function 'LineBuffer::c_str' can be const.
lirc-0.9.4c/lib/lirc_client.c:1742:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lirc-0.9.4c/lib/lirc_client.c:1907:2: style: Variable 'end[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/lib/lirc_client.c:1905:2: note: Variable 'end[0]' is reassigned a value before the old one has been used.
lirc-0.9.4c/lib/lirc_client.c:1907:2: note: Variable 'end[0]' is reassigned a value before the old one has been used.
lirc-0.9.4c/lib/lirc_client.c:155:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:156:6: style: The scope of the variable 'skip' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:376:8: style: The scope of the variable 'ret' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:437:18: style: The scope of the variable 'overflow' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:438:6: style: The scope of the variable 'digits_found' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:438:20: style: The scope of the variable 'digit' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1037:7: style: The scope of the variable 'my_path' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1557:8: style: The scope of the variable 's' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1733:8: style: The scope of the variable 'backup' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1734:8: style: The scope of the variable 'remote' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1735:8: style: The scope of the variable 'button' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1738:6: style: The scope of the variable 'exec_level' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1739:6: style: The scope of the variable 'quit_happened' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1861:10: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1927:14: style: The scope of the variable 'static_buff' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1928:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1948:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1949:14: style: The scope of the variable 'static_buff' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_client.c:1432:33: style: Function 'lirc_readconfig' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc_client.h:230:33: note: Function 'lirc_readconfig' argument 1 names different: declaration 'path' definition 'file'.
lirc-0.9.4c/lib/lirc_client.c:1432:33: note: Function 'lirc_readconfig' argument 1 names different: declaration 'path' definition 'file'.
lirc-0.9.4c/lib/lirc_client.c:1812:4: warning: The buffer 'static_buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/lib/lirc_client.c:1936:4: warning: The buffer 'static_buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/lib/lirc_client.c:1962:4: warning: The buffer 'static_buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/lib/lirc_client.c:816:3: error: Common realloc mistake: 'filename' nulled but not freed upon failure [memleakOnRealloc]
lirc-0.9.4c/lib/lirc_client.c:822:3: error: Common realloc mistake: 'filename' nulled but not freed upon failure [memleakOnRealloc]
lirc-0.9.4c/lib/lirc_log.c:324:26: warning: Possible null pointer dereference: fmt [nullPointer]
lirc-0.9.4c/lib/lirc_log.c:172:27: note: Calling function 'logperror', 2nd argument 'fmt' value is 0
lirc-0.9.4c/lib/lirc_log.c:324:26: note: Null pointer dereference
lirc-0.9.4c/lib/lirc_log.c:100:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_log.c:276:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_log.c:345:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_log.c:380:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_log.c:95:31: style: Function 'lirc_log_open' argument 1 names different: declaration 'progname' definition '_progname'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc/lirc_log.h:184:31: note: Function 'lirc_log_open' argument 1 names different: declaration 'progname' definition '_progname'.
lirc-0.9.4c/lib/lirc_log.c:95:31: note: Function 'lirc_log_open' argument 1 names different: declaration 'progname' definition '_progname'.
lirc-0.9.4c/lib/lirc_log.c:233:40: style: Function 'string2loglevel' argument 1 names different: declaration 'level' definition 's'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc/lirc_log.h:148:40: note: Function 'string2loglevel' argument 1 names different: declaration 'level' definition 's'.
lirc-0.9.4c/lib/lirc_log.c:233:40: note: Function 'string2loglevel' argument 1 names different: declaration 'level' definition 's'.
lirc-0.9.4c/lib/lirc_log.c:318:45: style: Function 'logperror' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc/lirc_log.h:172:45: note: Function 'logperror' argument 2 names different: declaration 'format' definition 'fmt'.
lirc-0.9.4c/lib/lirc_log.c:318:45: note: Function 'logperror' argument 2 names different: declaration 'format' definition 'fmt'.
lirc-0.9.4c/lib/lirc_log.c:97:2: warning: The buffer 'progname' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/lib/lirc_log.c:210:7: error: Array 'label[128]' accessed at index 128, which is out of bounds. [arrayIndexOutOfBounds]
lirc-0.9.4c/lib/lirc_log.c:208:2: note: After for loop, i has value 128
lirc-0.9.4c/lib/lirc_log.c:210:7: note: Array index out of bounds
lirc-0.9.4c/lib/lirc_log.c:385:3: warning: The buffer 'str' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/lib/lirc_options.c:163:2: style: Variable 'level' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/lib/lirc_options.c:159:0: note: Variable 'level' is reassigned a value before the old one has been used.
lirc-0.9.4c/lib/lirc_options.c:163:2: note: Variable 'level' is reassigned a value before the old one has been used.
lirc-0.9.4c/lib/lirc_options.c:112:7: style: The scope of the variable 'buff2' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_options.c:160:7: style: The scope of the variable 'buff' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_options.c:186:14: style: The scope of the variable 'key' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_options.c:187:14: style: The scope of the variable 'value' can be reduced. [variableScope]
lirc-0.9.4c/lib/lirc_options.c:108:17: style: Function 'options_load' argument 3 names different: declaration 'options_file' definition 'path_arg'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc_options.h:69:17: note: Function 'options_load' argument 3 names different: declaration 'options_file' definition 'path_arg'.
lirc-0.9.4c/lib/lirc_options.c:108:17: note: Function 'options_load' argument 3 names different: declaration 'options_file' definition 'path_arg'.
lirc-0.9.4c/lib/lirc_options.c:109:12: style: Function 'options_load' argument 4 names different: declaration 'options_load' definition 'parse_options'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc_options.h:70:12: note: Function 'options_load' argument 4 names different: declaration 'options_load' definition 'parse_options'.
lirc-0.9.4c/lib/lirc_options.c:109:12: note: Function 'options_load' argument 4 names different: declaration 'options_load' definition 'parse_options'.
lirc-0.9.4c/lib/receive.c:226:6: style: The scope of the variable 'move' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:226:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:928:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:989:10: style: The scope of the variable 'remote_pre' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:990:10: style: The scope of the variable 'match_pre' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:991:10: style: The scope of the variable 'toggle_mask' can be reduced. [variableScope]
lirc-0.9.4c/lib/receive.c:79:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/receive.c:107:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/receive.c:115:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/receive.c:156:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/lib/release.c:110:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/release.c:139:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/release.c:167:74: style: Function 'release_map_remotes' argument 2 names different: declaration 'new_remote' definition 'new'. [funcArgNamesDifferent]
lirc-0.9.4c/lib/lirc/release.h:44:23: note: Function 'release_map_remotes' argument 2 names different: declaration 'new_remote' definition 'new'.
lirc-0.9.4c/lib/release.c:167:74: note: Function 'release_map_remotes' argument 2 names different: declaration 'new_remote' definition 'new'.
lirc-0.9.4c/lib/serial.c:448:17: style: The scope of the variable 'ep' can be reduced. [variableScope]
lirc-0.9.4c/lib/serial.c:449:6: style: The scope of the variable 'lock' can be reduced. [variableScope]
lirc-0.9.4c/lib/serial.c:450:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/lib/serial.c:451:7: style: The scope of the variable 'id' can be reduced. [variableScope]
lirc-0.9.4c/lib/serial.c:452:7: style: The scope of the variable 'filename' can be reduced. [variableScope]
lirc-0.9.4c/lib/serial.c:453:7: style: The scope of the variable 'pid' can be reduced. [variableScope]
lirc-0.9.4c/plugins/alsa_usb.c:59:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lirc-0.9.4c/plugins/atilibusb.c:207:4: warning: Either the condition 'usb_dev==NULL' is redundant or there is possible null pointer dereference: usb_dev. [nullPointerRedundantCheck]
lirc-0.9.4c/plugins/atilibusb.c:209:14: note: Assuming that condition 'usb_dev==NULL' is not redundant
lirc-0.9.4c/plugins/atilibusb.c:207:4: note: Null pointer dereference
lirc-0.9.4c/plugins/audio.c:119:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
lirc-0.9.4c/plugins/audio.c:341:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1091:5: warning: Either the condition 'ptx==NULL' is redundant or there is possible null pointer dereference: ptx. [nullPointerRedundantCheck]
lirc-0.9.4c/plugins/commandir.c:1090:12: note: Assuming that condition 'ptx==NULL' is not redundant
lirc-0.9.4c/plugins/commandir.c:1091:5: note: Null pointer dereference
lirc-0.9.4c/plugins/commandir.c:1343:2: style: Variable 'new_tx_signal' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/commandir.c:1341:0: note: Variable 'new_tx_signal' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/commandir.c:1343:2: note: Variable 'new_tx_signal' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/commandir.c:1358:2: style: Variable 'afPCAFOM' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/commandir.c:1355:0: note: Variable 'afPCAFOM' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/commandir.c:1358:2: note: Variable 'afPCAFOM' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/commandir.c:1110:6: style: The scope of the variable 'CommandIR_Num' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1111:6: style: The scope of the variable 'emitters' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1219:6: style: The scope of the variable 'curCommandStart' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1220:6: style: The scope of the variable 'curCommandLength' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1221:6: style: The scope of the variable 'bytes_read' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1224:6: style: The scope of the variable 'repeats' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1350:10: style: The scope of the variable 'oldsignal' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1351:10: style: The scope of the variable 'newsignal' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1858:16: style: The scope of the variable 'tosend' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:1945:8: style: The scope of the variable 'sending' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2043:6: style: The scope of the variable 'length' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2146:23: style: The scope of the variable 'switchByte' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2147:13: style: The scope of the variable 'incomingBuffer_Write' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2147:39: style: The scope of the variable 'incomingBuffer_Read' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2149:13: style: The scope of the variable 'currentPCA_Frequency' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2152:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2152:9: style: The scope of the variable 'mySize' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2153:6: style: The scope of the variable 'currentSize' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2153:19: style: The scope of the variable 'expectingBytes' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2155:13: style: The scope of the variable 'mcu_rx_top_location' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2158:24: style: The scope of the variable 'a_usb_rx_space' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2160:29: style: The scope of the variable 'a_usb_rx_demod_pulse' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:2313:6: style: The scope of the variable 'pca_count' can be reduced. [variableScope]
lirc-0.9.4c/plugins/commandir.c:436:84: style: Function 'commandir_receive_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/commandir.c:285:84: note: Function 'commandir_receive_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'.
lirc-0.9.4c/plugins/commandir.c:436:84: note: Function 'commandir_receive_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'.
lirc-0.9.4c/plugins/commandir.c:2401:39: style: Function 'set_all_next_tx_mask' argument 1 names different: declaration 'ar_new_tx_mask' definition 'ar_new_tx_mask_list'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/commandir.c:311:39: note: Function 'set_all_next_tx_mask' argument 1 names different: declaration 'ar_new_tx_mask' definition 'ar_new_tx_mask_list'.
lirc-0.9.4c/plugins/commandir.c:2401:39: note: Function 'set_all_next_tx_mask' argument 1 names different: declaration 'ar_new_tx_mask' definition 'ar_new_tx_mask_list'.
lirc-0.9.4c/plugins/commandir.c:2401:82: style: Function 'set_all_next_tx_mask' argument 3 names different: declaration 'bitmask' definition 'raw_tx_mask'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/commandir.c:311:77: note: Function 'set_all_next_tx_mask' argument 3 names different: declaration 'bitmask' definition 'raw_tx_mask'.
lirc-0.9.4c/plugins/commandir.c:2401:82: note: Function 'set_all_next_tx_mask' argument 3 names different: declaration 'bitmask' definition 'raw_tx_mask'.
lirc-0.9.4c/plugins/commandir.c:332:16: style: struct member 'pulse_timestamps::idbyte' is never used. [unusedStructMember]
lirc-0.9.4c/plugins/commandir.c:333:17: style: struct member 'pulse_timestamps::pca_fall_at' is never used. [unusedStructMember]
lirc-0.9.4c/plugins/commandir.c:334:17: style: struct member 'pulse_timestamps::pca_rise_at' is never used. [unusedStructMember]
lirc-0.9.4c/plugins/commandir.c:335:17: style: struct member 'pulse_timestamps::PCA_overflow_counter' is never used. [unusedStructMember]
lirc-0.9.4c/plugins/commandir.c:1025:28: style: Variable 'last_detected_commandir' is assigned a value that is never used. [unreadVariable]
lirc-0.9.4c/plugins/commandir.c:2422:3: style: Variable 'x' is modified but its new value is never used. [unreadVariable]
lirc-0.9.4c/plugins/commandir.c:2418:34: style: Array index 'current_enable_these' is used before limits check. [arrayIndexThenCheck]
lirc-0.9.4c/plugins/commandir.c:1420:0: error: Memory leak: new_tx_signal [memleak]
lirc-0.9.4c/plugins/commandir.c:722:59: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/plugins/default.c:245:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/plugins/devinput.c:574:32: style: Function 'drvctl' argument 1 names different: declaration 'fd' definition 'cmd'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/devinput.c:65:32: note: Function 'drvctl' argument 1 names different: declaration 'fd' definition 'cmd'.
lirc-0.9.4c/plugins/devinput.c:574:32: note: Function 'drvctl' argument 1 names different: declaration 'fd' definition 'cmd'.
lirc-0.9.4c/plugins/devinput.c:576:10: style: Unused variable: glob [unusedVariable]
lirc-0.9.4c/plugins/dfclibusb.c:106:4: warning: Either the condition 'usb_dev==NULL' is redundant or there is possible null pointer dereference: usb_dev. [nullPointerRedundantCheck]
lirc-0.9.4c/plugins/dfclibusb.c:108:14: note: Assuming that condition 'usb_dev==NULL' is not redundant
lirc-0.9.4c/plugins/dfclibusb.c:106:4: note: Null pointer dereference
lirc-0.9.4c/plugins/dsp.c:58:6: style: The scope of the variable 'state' can be reduced. [variableScope]
lirc-0.9.4c/plugins/file.c:243:7: style: The scope of the variable 'value' can be reduced. [variableScope]
lirc-0.9.4c/plugins/file.c:146:34: style: Function 'open_func' argument 1 names different: declaration 'path' definition 'device'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/file.c:58:34: note: Function 'open_func' argument 1 names different: declaration 'path' definition 'device'.
lirc-0.9.4c/plugins/file.c:146:34: note: Function 'open_func' argument 1 names different: declaration 'path' definition 'device'.
lirc-0.9.4c/plugins/ftdi.c:489:6: style: The scope of the variable 'pulsewidth' can be reduced. [variableScope]
lirc-0.9.4c/plugins/ftdix.c:520:6: style: The scope of the variable 'pulsewidth' can be reduced. [variableScope]
lirc-0.9.4c/plugins/girs.c:984:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/plugins/hiddev.c:293:6: style: The scope of the variable 'y_movement' can be reduced. [variableScope]
lirc-0.9.4c/plugins/hiddev.c:294:6: style: The scope of the variable 'x_direction' can be reduced. [variableScope]
lirc-0.9.4c/plugins/hiddev.c:295:6: style: The scope of the variable 'y_direction' can be reduced. [variableScope]
lirc-0.9.4c/plugins/hiddev.c:569:6: style: The scope of the variable 'rd' can be reduced. [variableScope]
lirc-0.9.4c/plugins/i2cuser.c:239:35: style: Function 'i2cuser_read_loop' argument 1 names different: declaration 'fd' definition 'out_fd'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/i2cuser.c:74:35: note: Function 'i2cuser_read_loop' argument 1 names different: declaration 'fd' definition 'out_fd'.
lirc-0.9.4c/plugins/i2cuser.c:239:35: note: Function 'i2cuser_read_loop' argument 1 names different: declaration 'fd' definition 'out_fd'.
lirc-0.9.4c/plugins/irtoy.c:568:6: style: The scope of the variable 'numThisTime' can be reduced. [variableScope]
lirc-0.9.4c/plugins/mplay.c:697:18: style: Condition 'result==1' is always true [knownConditionTrueFalse]
lirc-0.9.4c/plugins/mplay.c:667:15: note: Assignment 'result=1', assigned value is 1
lirc-0.9.4c/plugins/mplay.c:697:18: note: Condition 'result==1' is always true
lirc-0.9.4c/plugins/mplay.c:373:15: style: The scope of the variable 'new' can be reduced. [variableScope]
lirc-0.9.4c/plugins/osx_usbraw.c:559:11: warning: Either the condition 'if(hid_device_refs)' is redundant or there is possible null pointer dereference: hid_device_refs. [nullPointerRedundantCheck]
lirc-0.9.4c/plugins/osx_usbraw.c:570:5: note: Assuming that condition 'if(hid_device_refs)' is not redundant
lirc-0.9.4c/plugins/osx_usbraw.c:559:11: note: Null pointer dereference
lirc-0.9.4c/plugins/osx_usbraw.c:429:2: style: Variable 'irr_device' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/osx_usbraw.c:415:0: note: Variable 'irr_device' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:429:2: note: Variable 'irr_device' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:430:2: style: Variable 'ds3_device' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/osx_usbraw.c:416:0: note: Variable 'ds3_device' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:430:2: note: Variable 'ds3_device' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:510:2: style: Variable 'matches' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/osx_usbraw.c:497:0: note: Variable 'matches' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:510:2: note: Variable 'matches' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:513:2: style: Variable 'manager' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/osx_usbraw.c:499:0: note: Variable 'manager' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:513:2: note: Variable 'manager' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:554:3: style: Variable 'REL' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/plugins/osx_usbraw.c:550:3: note: Variable 'REL' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:554:3: note: Variable 'REL' is reassigned a value before the old one has been used.
lirc-0.9.4c/plugins/osx_usbraw.c:56:11: style: struct member 'hiddev_event::hid' is never used. [unusedStructMember]
lirc-0.9.4c/plugins/pinsys.c:160:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/plugins/silitek.c:143:6: style: The scope of the variable 'mouse_x' can be reduced. [variableScope]
lirc-0.9.4c/plugins/silitek.c:144:6: style: The scope of the variable 'mouse_y' can be reduced. [variableScope]
lirc-0.9.4c/plugins/silitek.c:145:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
lirc-0.9.4c/plugins/silitek.c:146:7: style: The scope of the variable 'pos' can be reduced. [variableScope]
lirc-0.9.4c/plugins/slinke.c:587:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/plugins/slinke.c:587:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/plugins/slinke.c:442:28: style: Function 'slinke_readdata' argument 1 names different: declaration 'timetout' definition 'timeout'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/slinke.c:96:38: note: Function 'slinke_readdata' argument 1 names different: declaration 'timetout' definition 'timeout'.
lirc-0.9.4c/plugins/slinke.c:442:28: note: Function 'slinke_readdata' argument 1 names different: declaration 'timetout' definition 'timeout'.
lirc-0.9.4c/plugins/srm7500libusb.c:927:67: style: Function 'srm7500_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'. [funcArgNamesDifferent]
lirc-0.9.4c/plugins/srm7500libusb.c:126:74: note: Function 'srm7500_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'.
lirc-0.9.4c/plugins/srm7500libusb.c:927:67: note: Function 'srm7500_decode' argument 2 names different: declaration 'ctx' definition 'decode_ctx'.
lirc-0.9.4c/plugins/srm7500libusb.c:366:6: style: Unused variable: res [unusedVariable]
lirc-0.9.4c/plugins/tira.c:212:20: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lirc-0.9.4c/plugins/tira.c:193:16: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lirc-0.9.4c/plugins/tira.c:689:7: style: The scope of the variable 'idx' can be reduced. [variableScope]
lirc-0.9.4c/plugins/tira.c:735:0: error: Memory leak: sendtable [memleak]
lirc-0.9.4c/plugins/udp.c:80:7: style: The scope of the variable 'value' can be reduced. [variableScope]
lirc-0.9.4c/plugins/uirt2_common.c:104:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lirc-0.9.4c/plugins/uirt2_common.c:491:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lirc-0.9.4c/plugins/uirt2_raw.c:466:6: style: The scope of the variable 'bFrequency' can be reduced. [variableScope]
lirc-0.9.4c/plugins/usbx.c:101:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/plugins/zotac.c:113:6: style: The scope of the variable 'shift' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpipe.cpp:77:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpipe.cpp:181:8: style: The scope of the variable 'token1' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpipe.cpp:182:8: style: The scope of the variable 'token2' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpipe.cpp:237:6: style: The scope of the variable 'written' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpty.cpp:245:11: style: The scope of the variable 'fds' can be reduced. [variableScope]
lirc-0.9.4c/tools/irpty.cpp:229:3: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
lirc-0.9.4c/tools/irpty.cpp:68:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
lirc-0.9.4c/tools/irrecord-ui.cpp:708:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/tools/irrecord-ui.cpp:719:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lirc-0.9.4c/tools/irrecord-ui.cpp:688:2: style: Variable 'sts' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/tools/irrecord-ui.cpp:683:0: note: Variable 'sts' is reassigned a value before the old one has been used.
lirc-0.9.4c/tools/irrecord-ui.cpp:688:2: note: Variable 'sts' is reassigned a value before the old one has been used.
lirc-0.9.4c/tools/irrecord-ui.cpp:401:20: style: The scope of the variable 'my_remote' can be reduced. [variableScope]
lirc-0.9.4c/tools/irrecord-ui.cpp:403:19: style: The scope of the variable 'nc' can be reduced. [variableScope]
lirc-0.9.4c/tools/irrecord-ui.cpp:903:6: style: The scope of the variable 'diff' can be reduced. [variableScope]
lirc-0.9.4c/tools/irrecord-ui.cpp:904:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/tools/irrecord-ui.cpp:703:16: style: Checking if unsigned variable 'retries' is less than zero. [unsignedLessThanZero]
lirc-0.9.4c/tools/irrecord-ui.cpp:426:4: error: Resource leak: f [resourceLeak]
lirc-0.9.4c/tools/irsend.cpp:75:6: error: Width 32 given in format string (no. 3) is larger than destination buffer 'keysym[32]', use %31s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/tools/irsend.cpp:75:6: error: Width 64 given in format string (no. 4) is larger than destination buffer 'remote[64]', use %63s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/tools/irsend.cpp:75:6: error: Width 32 given in format string (no. 5) is larger than destination buffer 'trash[32]', use %31s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/tools/irsend.cpp:92:8: style: The scope of the variable 'remote' can be reduced. [variableScope]
lirc-0.9.4c/tools/irsend.cpp:132:18: style: The scope of the variable 'val' can be reduced. [variableScope]
lirc-0.9.4c/tools/irsimreceive.cpp:123:2: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
lirc-0.9.4c/tools/irsimreceive.cpp:121:0: note: Variable 'filename' is reassigned a value before the old one has been used.
lirc-0.9.4c/tools/irsimreceive.cpp:123:2: note: Variable 'filename' is reassigned a value before the old one has been used.
lirc-0.9.4c/tools/irsimreceive.cpp:147:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lirc-0.9.4c/tools/irsimsend.cpp:249:7: error: Width 32 given in format string (no. 1) is larger than destination buffer 'keysym[32]', use %31s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/tools/irsimsend.cpp:251:8: error: Width 32 given in format string (no. 1) is larger than destination buffer 'keysym[32]', use %31s to prevent overflowing it. [invalidScanfFormatWidth]
lirc-0.9.4c/tools/irsimsend.cpp:244:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/tools/irw.cpp:48:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lirc-0.9.4c/tools/irxevent.cpp:652:14: warning: %i in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:653:14: warning: %i in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:655:17: warning: %i in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:684:21: warning: %i in format string (no. 2) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:685:14: warning: %i in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:687:17: warning: %i in format string (no. 4) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lirc-0.9.4c/tools/irxevent.cpp:382:23: style: The scope of the variable 'kmlptr' can be reduced. [variableScope]
lirc-0.9.4c/tools/irxevent.cpp:582:7: style: The scope of the variable 'keyname' can be reduced. [variableScope]
lirc-0.9.4c/tools/irxevent.cpp:553:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:554:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:555:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:556:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:557:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:558:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:559:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:560:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:561:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:562:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:563:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:564:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:652:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:655:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:657:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:658:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:660:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:684:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:687:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:691:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:692:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/irxevent.cpp:694:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:200:16: style: The scope of the variable 'src' can be reduced. [variableScope]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:201:7: style: The scope of the variable 'next' can be reduced. [variableScope]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:377:18: style: The scope of the variable 'drivers' can be reduced. [variableScope]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:378:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:178:17: warning: Obsolete function 'alloca' called. [allocaCalled]
lirc-0.9.4c/tools/lirc-lsplugins.cpp:112:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lirc-0.9.4c/tools/lirc-lsremotes.cpp:140:26: style: Same expression on both sides of '||'. [duplicateExpression]
lirc-0.9.4c/tools/lirc-lsremotes.cpp:124:14: style: The scope of the variable 'timing' can be reduced. [variableScope]
lirc-0.9.4c/tools/lirc-lsremotes.cpp:91:2: warning: The buffer 'try_buff' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/tools/lirc-lsremotes.cpp:126:2: warning: The buffer 'my_path' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/tools/lirc-lsremotes.cpp:142:3: warning: The buffer 'photo' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lirc-0.9.4c/tools/mode2.cpp:224:14: style: The scope of the variable 'opt' can be reduced. [variableScope]
lirc-0.9.4c/tools/mode2.cpp:314:13: style: The scope of the variable 'bitno' can be reduced. [variableScope]
lirc-0.9.4c/tools/mode2.cpp:379:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lirc-0.9.4c/tools/xmode2.cpp:521:0: error: syntax error [syntaxError]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/lirc-compat-remotes/lirc-compat-remotes_0.9.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lire/lire_2.1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lisaac/lisaac_0.39~rc1.orig.tar.gz
lisaac_0.39_rc1/install_lisaac.c:133:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/list.js/list.js_1.2.0~dfsg2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/listadmin/listadmin_2.42.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/listaller/listaller_0.5.9.orig.tar.gz
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:54: warning: Either the condition 'if(exepath)' is redundant or there is possible null pointer dereference: exepath. [nullPointerRedundantCheck]
Listaller-0.5.9/contrib/binreloc/fdbr.c:120:12: note: Assuming that condition 'if(exepath)' is not redundant
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:54: note: Null pointer dereference
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:63: warning: Either the condition 'if(exedir)' is redundant or there is possible null pointer dereference: exedir. [nullPointerRedundantCheck]
Listaller-0.5.9/contrib/binreloc/fdbr.c:121:12: note: Assuming that condition 'if(exedir)' is not redundant
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:63: note: Null pointer dereference
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:71: warning: Either the condition '!prefix' is redundant or there is possible null pointer dereference: prefix. [nullPointerRedundantCheck]
Listaller-0.5.9/contrib/binreloc/fdbr.c:123:13: note: Assuming that condition '!prefix' is not redundant
Listaller-0.5.9/contrib/binreloc/fdbr.c:118:71: note: Null pointer dereference
Listaller-0.5.9/contrib/binreloc/fdbr.c:48:0: error: Memory leak: exe [memleak]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:649:0: warning: Assert statement calls a function which may have desired side effects: 'rdi'. [assertWithSideEffect]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:738:0: warning: Assert statement calls a function which may have desired side effects: 'rdi'. [assertWithSideEffect]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:836:0: warning: Assert statement calls a function which may have desired side effects: 'rdi'. [assertWithSideEffect]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:71:0: warning: Member variable 'ElfFile < Elf32_Ehdr , Elf32_Phdr , Elf32_Shdr , Elf32_Addr , Elf32_Off , Elf32_Dyn >::hdr' is not initialized in the constructor. [uninitMemberVar]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:71:0: warning: Member variable 'ElfFile < Elf32_Ehdr , Elf32_Phdr , Elf32_Shdr , Elf32_Addr , Elf32_Off , Elf32_Dyn >::littleEndian' is not initialized in the constructor. [uninitMemberVar]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:71:0: warning: Member variable 'ElfFile < Elf64_Ehdr , Elf64_Phdr , Elf64_Shdr , Elf64_Addr , Elf64_Off , Elf64_Dyn >::hdr' is not initialized in the constructor. [uninitMemberVar]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:71:0: warning: Member variable 'ElfFile < Elf64_Ehdr , Elf64_Phdr , Elf64_Shdr , Elf64_Addr , Elf64_Off , Elf64_Dyn >::littleEndian' is not initialized in the constructor. [uninitMemberVar]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:77:0: style: Technically the member function 'ElfFile < Elf32_Ehdr , Elf32_Phdr , Elf32_Shdr , Elf32_Addr , Elf32_Off , Elf32_Dyn >::isChanged' can be const. [functionConst]
Listaller-0.5.9/contrib/patchelf/src/patchelf.cc:77:0: style: Technically the member function 'ElfFile < Elf64_Ehdr , Elf64_Phdr , Elf64_Shdr , Elf64_Addr , Elf64_Off , Elf64_Dyn >::isChanged' can be const. [functionConst]
Listaller-0.5.9/contrib/tools/dump-elf-metadata.c:110:34: portability: 'binary' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
Listaller-0.5.9/contrib/tools/dump-elf-metadata.c:125:24: portability: 'binary' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
Listaller-0.5.9/contrib/visual-ldd/treemodel.h:32:5: style: Class 'TreeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:40:38: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
Listaller-0.5.9/contrib/visual-ldd/treeitem.h:32:32: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:40:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:24:5: performance: Variable 'd_soname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:25:5: performance: Variable 'd_dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:27:5: performance: Variable 'entryColor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
Listaller-0.5.9/contrib/visual-ldd/treeitem.h:36:9: performance: Technically the member function 'TreeItem::columnCount' can be static. [functionStatic]
Listaller-0.5.9/contrib/visual-ldd/treeitem.cpp:61:15: note: Technically the member function 'TreeItem::columnCount' can be static.
Listaller-0.5.9/contrib/visual-ldd/treeitem.h:36:9: note: Technically the member function 'TreeItem::columnCount' can be static.
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:84:2: style: Variable 'parts' is reassigned a value before the old one has been used. [redundantAssignment]
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:80:0: note: Variable 'parts' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:84:2: note: Variable 'parts' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:85:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:81:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/li-plugin-utils.c:85:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:354:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:337:0: note: Variable 'ret' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:354:2: note: Variable 'ret' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:498:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:483:0: note: Variable 'ret' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:498:2: note: Variable 'ret' is reassigned a value before the old one has been used.
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:147:15: style: The scope of the variable 'description' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:148:15: style: The scope of the variable 'summary' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:150:15: style: The scope of the variable 'url' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:152:15: style: The scope of the variable 'cpt' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:189:10: style: The scope of the variable 'filelist' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:419:23: style: The scope of the variable 'uitem' can be reduced. [variableScope]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:467:1: style: Label 'out' is not used. [unusedLabel]
Listaller-0.5.9/src/pk-plugin/pk-plugin-listaller.c:421:23: style: Unused variable: dep [unusedVariable]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/listserialportsc/listserialportsc_1.4.0.orig.tar.xz
listserialportsc-1.4.0/jnilib.c:13:10: style: Unused variable: result [unusedVariable]
listserialportsc-1.4.0/jnilib.c:48:6: style: Unused variable: vid [unusedVariable]
listserialportsc-1.4.0/jnilib.c:48:11: style: Unused variable: pid [unusedVariable]
listserialportsc-1.4.0/main.c:16:10: style: Variable 'vid_pid_iserial' is assigned a value that is never used. [unreadVariable]
[03:09]

ftp://ftp.se.debian.org/debian/pool/main/l/litecoin/litecoin_0.16.0.orig.tar.xz
litecoin-0.16.0/src/clientversion.h:14:0: error: #error Client version information missing: version is not defined by bitcoin-config.h or in any other way [preprocessorErrorDirective]
litecoin-0.16.0/src/protocol.h:350:9: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/addrman.h:62:9: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/tinyformat.h:810:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
litecoin-0.16.0/src/serialize.h:792:26: style: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
litecoin-0.16.0/src/serialize.h:528:64: note: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'.
litecoin-0.16.0/src/serialize.h:792:26: note: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'.
litecoin-0.16.0/src/serialize.h:809:26: style: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
litecoin-0.16.0/src/serialize.h:522:64: note: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'.
litecoin-0.16.0/src/serialize.h:809:26: note: Function 'Unserialize' argument 1 names different: declaration 'os' definition 'is'.
litecoin-0.16.0/src/serialize.h:944:40: style: Function 'WriteVarInt' argument 1 names different: declaration 'os' definition 's'. [funcArgNamesDifferent]
litecoin-0.16.0/src/serialize.h:314:40: note: Function 'WriteVarInt' argument 1 names different: declaration 'os' definition 's'.
litecoin-0.16.0/src/serialize.h:944:40: note: Function 'WriteVarInt' argument 1 names different: declaration 'os' definition 's'.
litecoin-0.16.0/src/serialize.h:949:45: style: Function 'WriteCompactSize' argument 1 names different: declaration 'os' definition 's'. [funcArgNamesDifferent]
litecoin-0.16.0/src/serialize.h:217:45: note: Function 'WriteCompactSize' argument 1 names different: declaration 'os' definition 's'.
litecoin-0.16.0/src/serialize.h:949:45: note: Function 'WriteCompactSize' argument 1 names different: declaration 'os' definition 's'.
litecoin-0.16.0/src/addrman.cpp:93:40: style: Function 'SwapRandom' argument 1 names different: declaration 'nRandomPos1' definition 'nRndPos1'. [funcArgNamesDifferent]
litecoin-0.16.0/src/addrman.h:230:34: note: Function 'SwapRandom' argument 1 names different: declaration 'nRandomPos1' definition 'nRndPos1'.
litecoin-0.16.0/src/addrman.cpp:93:40: note: Function 'SwapRandom' argument 1 names different: declaration 'nRandomPos1' definition 'nRndPos1'.
litecoin-0.16.0/src/addrman.cpp:93:63: style: Function 'SwapRandom' argument 2 names different: declaration 'nRandomPos2' definition 'nRndPos2'. [funcArgNamesDifferent]
litecoin-0.16.0/src/addrman.h:230:60: note: Function 'SwapRandom' argument 2 names different: declaration 'nRandomPos2' definition 'nRndPos2'.
litecoin-0.16.0/src/addrman.cpp:93:63: note: Function 'SwapRandom' argument 2 names different: declaration 'nRandomPos2' definition 'nRndPos2'.
litecoin-0.16.0/src/addrman.h:446:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/addrman.h:530:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/addrman.h:485:6: warning: Class 'CAddrMan' which has virtual members does not have a virtual destructor. [virtualDestructor]
litecoin-0.16.0/src/serialize.h:821:20: performance: Technically the member function 'CSerActionSerialize::ForRead' can be static. [functionStatic]
litecoin-0.16.0/src/serialize.h:825:20: performance: Technically the member function 'CSerActionUnserialize::ForRead' can be static. [functionStatic]
litecoin-0.16.0/src/addrman.h:498:10: performance: Technically the member function 'CAddrMan::Check' can be static. [functionStatic]
litecoin-0.16.0/src/streams.h:242:15: style: Technically the member function 'CDataStream::operator[]' can be const. [functionConst]
litecoin-0.16.0/src/protocol.h:40:5: style: Class 'CMessageHeader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:54:0: style: Class 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:84:0: style: Class 'reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:105:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:106:0: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:135:0: style: Class 'const_reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/prevector.h:136:0: style: Class 'const_reverse_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/util.h:176:65: performance: Function parameter 'lockfile_name' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/arith_uint256.cpp:179:33: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
litecoin-0.16.0/src/arith_uint256.h:88:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/arith_uint256.h:188:21: style: Technically the member function 'base_uint::operator++' can be const. [functionConst]
litecoin-0.16.0/src/arith_uint256.h:205:21: style: Technically the member function 'base_uint::operator--' can be const. [functionConst]
litecoin-0.16.0/src/arith_uint256.h:55:5: style: Class 'base_uint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/arith_uint256.h:262:5: style: Class 'arith_uint256' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/arith_uint256.h:263:5: style: Class 'arith_uint256' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/primitives/block.h:91:11: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/primitives/block.h:98:20: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/base58.cpp:24:64: style: Function 'DecodeBase58' argument 2 names different: declaration 'vchRet' definition 'vch'. [funcArgNamesDifferent]
litecoin-0.16.0/src/base58.h:42:64: note: Function 'DecodeBase58' argument 2 names different: declaration 'vchRet' definition 'vch'.
litecoin-0.16.0/src/base58.cpp:24:64: note: Function 'DecodeBase58' argument 2 names different: declaration 'vchRet' definition 'vch'.
litecoin-0.16.0/src/base58.cpp:65:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/base58.cpp:91:128: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/base58.cpp:104:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/chainparamsbase.h:28:5: warning: Member variable 'CBaseChainParams::nRPCPort' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::consensus' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::pchMessageStart' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::nDefaultPort' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::nPruneAfterHeight' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::fDefaultConsistencyChecks' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::fRequireStandard' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::fMineBlocksOnDemand' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chainparams.h:78:5: warning: Member variable 'CChainParams::chainTxData' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/pubkey.h:220:10: performance: Technically the member function 'CExtPubKey::Serialize' can be static. [functionStatic]
litecoin-0.16.0/src/primitives/block.h:88:5: style: Class 'CBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/script/standard.h:26:5: style: Class 'CScriptID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/script/standard.h:27:5: style: Class 'CScriptID' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/base58.h:109:5: style: Class 'CBitcoinSecret' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/base58.h:131:5: style: Class 'CBitcoinExtKeyBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/base58.h:135:5: style: Class 'CBitcoinExtKeyBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/script/script.h:435:5: style: Class 'CScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/base58.cpp:224:5: style: Class 'DestinationEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/bench/checkqueue.cpp:33:14: style: Technically the member function 'CCheckQueueSpeedPrevectorJob::PrevectorJob::operator()' can be const. [functionConst]
litecoin-0.16.0/src/blockencodings.h:175:53: style: Same expression on both sides of '==' because the value of 'SHORTTXIDS_LENGTH' and '6' are the same. [duplicateExpression]
litecoin-0.16.0/src/blockencodings.h:140:42: note: 'SHORTTXIDS_LENGTH' is assigned value '6' here.
litecoin-0.16.0/src/blockencodings.h:175:53: note: Same expression on both sides of '==' because the value of 'SHORTTXIDS_LENGTH' and '6' are the same.
litecoin-0.16.0/src/blockencodings.cpp:42:37: style: Same expression on both sides of '==' because the value of 'SHORTTXIDS_LENGTH' and '6' are the same. [duplicateExpression]
litecoin-0.16.0/src/blockencodings.h:140:42: note: 'SHORTTXIDS_LENGTH' is assigned value '6' here.
litecoin-0.16.0/src/blockencodings.cpp:42:37: note: Same expression on both sides of '==' because the value of 'SHORTTXIDS_LENGTH' and '6' are the same.
litecoin-0.16.0/src/core_memusage.h:22:140: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/core_memusage.h:34:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/core_memusage.h:37:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/core_memusage.h:45:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/core_memusage.h:48:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/arith_uint256.h:88:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/blockencodings.h:149:5: warning: Member variable 'CBlockHeaderAndShortTxIDs::shorttxidk0' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/blockencodings.h:149:5: warning: Member variable 'CBlockHeaderAndShortTxIDs::shorttxidk1' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/blockencodings.h:149:5: warning: Member variable 'CBlockHeaderAndShortTxIDs::nonce' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/memusage.h:64:1: style: The struct 'stl_tree_node' does not have a constructor although it has private member variables. [noConstructor]
litecoin-0.16.0/src/memusage.h:149:1: style: The struct 'unordered_node' does not have a constructor although it has private member variables. [noConstructor]
litecoin-0.16.0/src/validation.h:373:5: warning: Member variable 'CScriptCheck::txdata' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/chain.h:381:9: performance: Variable 'hashPrev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/chain.h:385:9: performance: Variable 'hashPrev' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/txmempool.h:225:10: performance: Technically the member function 'CompareTxMemPoolEntryByDescendantScore::GetModFeeAndSize' can be static. [functionStatic]
litecoin-0.16.0/src/txmempool.h:296:10: performance: Technically the member function 'CompareTxMemPoolEntryByAncestorFee::GetModFeeAndSize' can be static. [functionStatic]
litecoin-0.16.0/src/arith_uint256.h:188:0: style: Technically the member function 'base_uint < 256 >::operator++' can be const. [functionConst]
litecoin-0.16.0/src/arith_uint256.h:205:0: style: Technically the member function 'base_uint < 256 >::operator--' can be const. [functionConst]
litecoin-0.16.0/src/primitives/transaction.h:297:5: style: Class 'CTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/primitives/transaction.h:298:5: style: Class 'CTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/primitives/transaction.h:370:5: style: Struct 'CMutableTransaction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/coins.h:188:5: style: Class 'CCoinsViewBacked' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/coins.h:215:5: style: Class 'CCoinsViewCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/policy/feerate.h:28:5: style: Class 'CFeeRate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/arith_uint256.h:55:0: style: Class 'base_uint < 256 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/txmempool.h:560:35: performance: Function parameter 'hash' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/txmempool.h:561:44: performance: Function parameter 'hash' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/bloom.cpp:21:99: style: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/bloom.h:70:89: note: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'.
litecoin-0.16.0/src/bloom.cpp:21:99: note: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'.
litecoin-0.16.0/src/bloom.cpp:42:99: style: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/bloom.h:57:89: note: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'.
litecoin-0.16.0/src/bloom.cpp:42:99: note: Function 'CBloomFilter' argument 3 names different: declaration 'nTweak' definition 'nTweakIn'.
litecoin-0.16.0/src/bloom.cpp:216:85: style: Function 'CRollingBloomFilter' argument 2 names different: declaration 'nFPRate' definition 'fpRate'. [funcArgNamesDifferent]
litecoin-0.16.0/src/bloom.h:125:68: note: Function 'CRollingBloomFilter' argument 2 names different: declaration 'nFPRate' definition 'fpRate'.
litecoin-0.16.0/src/bloom.cpp:216:85: note: Function 'CRollingBloomFilter' argument 2 names different: declaration 'nFPRate' definition 'fpRate'.
litecoin-0.16.0/src/bloom.cpp:309:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/chainparams.cpp:366:38: style: Function 'SelectParams' argument 1 names different: declaration 'chain' definition 'network'. [funcArgNamesDifferent]
litecoin-0.16.0/src/chainparams.h:114:38: note: Function 'SelectParams' argument 1 names different: declaration 'chain' definition 'network'.
litecoin-0.16.0/src/chainparams.cpp:366:38: note: Function 'SelectParams' argument 1 names different: declaration 'chain' definition 'network'.
litecoin-0.16.0/src/primitives/block.h:98:9: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/coins.cpp:66:76: style: Function 'AddCoin' argument 3 names different: declaration 'potential_overwrite' definition 'possible_overwrite'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:255:63: note: Function 'AddCoin' argument 3 names different: declaration 'potential_overwrite' definition 'possible_overwrite'.
litecoin-0.16.0/src/coins.cpp:66:76: note: Function 'AddCoin' argument 3 names different: declaration 'potential_overwrite' definition 'possible_overwrite'.
litecoin-0.16.0/src/coins.cpp:98:66: style: Function 'SpendCoin' argument 2 names different: declaration 'moveto' definition 'moveout'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:262:53: note: Function 'SpendCoin' argument 2 names different: declaration 'moveto' definition 'moveout'.
litecoin-0.16.0/src/coins.cpp:98:66: note: Function 'SpendCoin' argument 2 names different: declaration 'moveto' definition 'moveout'.
litecoin-0.16.0/src/coins.cpp:116:58: style: Function 'AccessCoin' argument 1 names different: declaration 'output' definition 'outpoint'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:249:45: note: Function 'AccessCoin' argument 1 names different: declaration 'output' definition 'outpoint'.
litecoin-0.16.0/src/coins.cpp:116:58: note: Function 'AccessCoin' argument 1 names different: declaration 'output' definition 'outpoint'.
litecoin-0.16.0/src/coins.cpp:141:51: style: Function 'SetBestBlock' argument 1 names different: declaration 'hashBlock' definition 'hashBlockIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:226:38: note: Function 'SetBestBlock' argument 1 names different: declaration 'hashBlock' definition 'hashBlockIn'.
litecoin-0.16.0/src/coins.cpp:141:51: note: Function 'SetBestBlock' argument 1 names different: declaration 'hashBlock' definition 'hashBlockIn'.
litecoin-0.16.0/src/coins.cpp:145:70: style: Function 'BatchWrite' argument 2 names different: declaration 'hashBlock' definition 'hashBlockIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:227:57: note: Function 'BatchWrite' argument 2 names different: declaration 'hashBlock' definition 'hashBlockIn'.
litecoin-0.16.0/src/coins.cpp:145:70: note: Function 'BatchWrite' argument 2 names different: declaration 'hashBlock' definition 'hashBlockIn'.
litecoin-0.16.0/src/coins.cpp:210:48: style: Function 'Uncache' argument 1 names different: declaration 'outpoint' definition 'hash'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:275:35: note: Function 'Uncache' argument 1 names different: declaration 'outpoint' definition 'hash'.
litecoin-0.16.0/src/coins.cpp:210:48: note: Function 'Uncache' argument 1 names different: declaration 'outpoint' definition 'hash'.
litecoin-0.16.0/src/coins.cpp:250:49: style: Function 'AccessByTxid' argument 1 names different: declaration 'cache' definition 'view'. [funcArgNamesDifferent]
litecoin-0.16.0/src/coins.h:312:49: note: Function 'AccessByTxid' argument 1 names different: declaration 'cache' definition 'view'.
litecoin-0.16.0/src/coins.cpp:250:49: note: Function 'AccessByTxid' argument 1 names different: declaration 'cache' definition 'view'.
litecoin-0.16.0/src/coins.h:226:10: style: Technically the member function 'CCoinsViewCache::SetBestBlock' can be const. [functionConst]
litecoin-0.16.0/src/coins.cpp:141:23: note: Technically the member function 'CCoinsViewCache::SetBestBlock' can be const.
litecoin-0.16.0/src/coins.h:226:10: note: Technically the member function 'CCoinsViewCache::SetBestBlock' can be const.
litecoin-0.16.0/src/compat/glibcxx_sanity.cpp:50:14: warning: Return value of function test.at() is not used. [ignoredReturnValue]
litecoin-0.16.0/src/compat/glibcxx_sanity.cpp:50:9: style: Reading from empty STL container 'test' [reademptycontainer]
litecoin-0.16.0/src/compressor.cpp:88:90: style: Function 'Decompress' argument 2 names different: declaration 'out' definition 'in'. [funcArgNamesDifferent]
litecoin-0.16.0/src/compressor.h:54:75: note: Function 'Decompress' argument 2 names different: declaration 'out' definition 'in'.
litecoin-0.16.0/src/compressor.cpp:88:90: note: Function 'Decompress' argument 2 names different: declaration 'out' definition 'in'.
litecoin-0.16.0/src/compressor.cpp:142:52: style: Function 'CompressAmount' argument 1 names different: declaration 'nAmount' definition 'n'. [funcArgNamesDifferent]
litecoin-0.16.0/src/compressor.h:99:45: note: Function 'CompressAmount' argument 1 names different: declaration 'nAmount' definition 'n'.
litecoin-0.16.0/src/compressor.cpp:142:52: note: Function 'CompressAmount' argument 1 names different: declaration 'nAmount' definition 'n'.
litecoin-0.16.0/src/compressor.cpp:161:54: style: Function 'DecompressAmount' argument 1 names different: declaration 'nAmount' definition 'x'. [funcArgNamesDifferent]
litecoin-0.16.0/src/compressor.h:100:47: note: Function 'DecompressAmount' argument 1 names different: declaration 'nAmount' definition 'x'.
litecoin-0.16.0/src/compressor.cpp:161:54: note: Function 'DecompressAmount' argument 1 names different: declaration 'nAmount' definition 'x'.
litecoin-0.16.0/src/compressor.h:53:18: performance: Technically the member function 'CScriptCompressor::GetSpecialSize' can be static. [functionStatic]
litecoin-0.16.0/src/compressor.cpp:79:33: note: Technically the member function 'CScriptCompressor::GetSpecialSize' can be static.
litecoin-0.16.0/src/compressor.h:53:18: note: Technically the member function 'CScriptCompressor::GetSpecialSize' can be static.
litecoin-0.16.0/src/crypto/aes.cpp:139:25: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:14: style: The scope of the variable 'x0' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:18: style: The scope of the variable 'x1' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:22: style: The scope of the variable 'x2' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:26: style: The scope of the variable 'x3' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:30: style: The scope of the variable 'x4' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:34: style: The scope of the variable 'x5' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:38: style: The scope of the variable 'x6' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:42: style: The scope of the variable 'x7' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:46: style: The scope of the variable 'x8' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:50: style: The scope of the variable 'x9' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:54: style: The scope of the variable 'x10' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:59: style: The scope of the variable 'x11' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:64: style: The scope of the variable 'x12' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:69: style: The scope of the variable 'x13' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:74: style: The scope of the variable 'x14' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/chacha20.cpp:76:79: style: The scope of the variable 'x15' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:69:30: style: The scope of the variable 'T5' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:69:38: style: The scope of the variable 'T7' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:69:55: style: The scope of the variable 'T11' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:69:60: style: The scope of the variable 'T12' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:70:19: style: The scope of the variable 'T18' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/ctaes/ctaes.c:70:34: style: The scope of the variable 'T21' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/scrypt.cpp:148:9: style: The scope of the variable 'clen' can be reduced. [variableScope]
litecoin-0.16.0/src/crypto/scrypt.cpp:262:14: style: The scope of the variable 'j' can be reduced. [variableScope]
litecoin-0.16.0/src/httpserver.cpp:502:23: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/httpserver.cpp:508:52: style: Function 'HTTPEvent' argument 2 names different: declaration 'deleteWhenTriggered' definition '_deleteWhenTriggered'. [funcArgNamesDifferent]
litecoin-0.16.0/src/httpserver.h:137:45: note: Function 'HTTPEvent' argument 2 names different: declaration 'deleteWhenTriggered' definition '_deleteWhenTriggered'.
litecoin-0.16.0/src/httpserver.cpp:508:52: note: Function 'HTTPEvent' argument 2 names different: declaration 'deleteWhenTriggered' definition '_deleteWhenTriggered'.
litecoin-0.16.0/src/httpserver.cpp:508:107: style: Function 'HTTPEvent' argument 3 names different: declaration 'handler' definition '_handler'. [funcArgNamesDifferent]
litecoin-0.16.0/src/httpserver.h:137:99: note: Function 'HTTPEvent' argument 3 names different: declaration 'handler' definition '_handler'.
litecoin-0.16.0/src/httpserver.cpp:508:107: note: Function 'HTTPEvent' argument 3 names different: declaration 'handler' definition '_handler'.
litecoin-0.16.0/src/httpserver.cpp:525:49: style: Function 'HTTPRequest' argument 1 names different: declaration 'req' definition '_req'. [funcArgNamesDifferent]
litecoin-0.16.0/src/httpserver.h:64:49: note: Function 'HTTPRequest' argument 1 names different: declaration 'req' definition '_req'.
litecoin-0.16.0/src/httpserver.cpp:525:49: note: Function 'HTTPRequest' argument 1 names different: declaration 'req' definition '_req'.
litecoin-0.16.0/src/httpserver.cpp:126:5: warning: Member variable 'HTTPPathHandler::exactMatch' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/support/events.h:24:1: style: Technically the member function 'event_base_deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/support/events.h:25:1: style: Technically the member function 'event_deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/support/events.h:26:1: style: Technically the member function 'evhttp_deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/support/events.h:27:1: style: Technically the member function 'evhttp_request_deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/support/events.h:28:1: style: Technically the member function 'evhttp_connection_deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/httpserver.cpp:127:33: performance: Function parameter '_prefix' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/key.cpp:158:28: style: Function 'MakeNewKey' argument 1 names different: declaration 'fCompressed' definition 'fCompressedIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/key.h:99:26: note: Function 'MakeNewKey' argument 1 names different: declaration 'fCompressed' definition 'fCompressedIn'.
litecoin-0.16.0/src/key.cpp:158:28: note: Function 'MakeNewKey' argument 1 names different: declaration 'fCompressed' definition 'fCompressedIn'.
litecoin-0.16.0/src/key.cpp:207:40: style: Function 'VerifyPubKey' argument 1 names different: declaration 'vchPubKey' definition 'pubkey'. [funcArgNamesDifferent]
litecoin-0.16.0/src/key.h:135:38: note: Function 'VerifyPubKey' argument 1 names different: declaration 'vchPubKey' definition 'pubkey'.
litecoin-0.16.0/src/key.cpp:207:40: note: Function 'VerifyPubKey' argument 1 names different: declaration 'vchPubKey' definition 'pubkey'.
litecoin-0.16.0/src/key.cpp:268:49: style: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'. [funcArgNamesDifferent]
litecoin-0.16.0/src/key.h:159:44: note: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'.
litecoin-0.16.0/src/key.cpp:268:49: note: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'.
litecoin-0.16.0/src/support/allocators/secure.h:32:0: style: Struct 'secure_allocator < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/leveldb/db/autocompact_test.cc:106:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/corruption_test.cc:202:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:299:3: warning: Member variable 'SharedState::total' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:299:3: warning: Member variable 'SharedState::num_initialized' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:299:3: warning: Member variable 'SharedState::num_done' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:299:3: warning: Member variable 'SharedState::start' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:309:3: warning: Member variable 'ThreadState::shared' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:347:8: performance: Technically the member function 'leveldb::Benchmark::PrintWarnings' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:368:8: performance: Technically the member function 'leveldb::Benchmark::PrintEnvironment' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:627:8: performance: Technically the member function 'leveldb::Benchmark::Crc32c' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:646:8: performance: Technically the member function 'leveldb::Benchmark::AcquireLoad' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:662:8: performance: Technically the member function 'leveldb::Benchmark::SnappyCompress' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:687:8: performance: Technically the member function 'leveldb::Benchmark::SnappyUncompress' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/db/db_bench.cc:309:3: style: Struct 'ThreadState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/leveldb/db/db_impl.cc:48:12: warning: Member variable 'Writer::batch' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_impl.cc:48:12: warning: Member variable 'Writer::sync' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_impl.cc:48:12: warning: Member variable 'Writer::done' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/db_iter.cc:130:49: style: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'. [funcArgNamesDifferent]
litecoin-0.16.0/src/leveldb/db/db_iter.cc:91:36: note: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'.
litecoin-0.16.0/src/leveldb/db/db_iter.cc:130:49: note: Function 'ParseKey' argument 1 names different: declaration 'key' definition 'ikey'.
litecoin-0.16.0/src/leveldb/db/db_test.cc:511:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/dbformat_test.cc:49:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/fault_injection_test.cc:540:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/filename_test.cc:16:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/log_test.cc:270:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/recovery_test.cc:159:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/repair.cc:57:5: style: Class 'Repairer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
litecoin-0.16.0/src/leveldb/db/repair.cc:57:5: style: Class 'Repairer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
litecoin-0.16.0/src/leveldb/db/skiplist_test.cc:31:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/version_edit_test.cc:22:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/version_set.cc:165:3: warning: Member variable 'LevelFileNumIterator::value_buf_' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/db/version_set_test.cc:51:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/db/write_batch_test.cc:57:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/helpers/memenv/memenv.cc:205:3: style: Class 'WritableFileImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/leveldb/helpers/memenv/memenv_test.cc:28:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/issues/issue178_test.cc:30:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/issues/issue200_test.cc:16:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/table/filter_block_test.cc:46:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/table/iterator.cc:44:3: style: Class 'EmptyIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/leveldb/table/table_test.cc:648:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/arena.cc:42:57: style: Same value in both branches of ternary operator. [duplicateValueTernary]
litecoin-0.16.0/src/leveldb/util/arena_test.cc:14:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/bloom_test.cc:89:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/cache.cc:200:11: warning: Member variable 'LRUCache::capacity_' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/leveldb/util/cache.cc:175:8: performance: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/util/cache.cc:242:16: note: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static.
litecoin-0.16.0/src/leveldb/util/cache.cc:175:8: note: Technically the member function 'leveldb::::LRUCache::LRU_Remove' can be static.
litecoin-0.16.0/src/leveldb/util/cache.cc:176:8: performance: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static. [functionStatic]
litecoin-0.16.0/src/leveldb/util/cache.cc:247:16: note: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static.
litecoin-0.16.0/src/leveldb/util/cache.cc:176:8: note: Technically the member function 'leveldb::::LRUCache::LRU_Append' can be static.
litecoin-0.16.0/src/leveldb/util/cache_test.cc:73:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/coding_test.cc:13:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/crc32c_test.cc:13:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/env_posix.cc:61:11: warning: Identical condition 'GetAllowed()<=0', second condition is always false [identicalConditionAfterEarlyExit]
litecoin-0.16.0/src/leveldb/util/env_posix.cc:60:28: note: 'x' is assigned value 'GetAllowed()' here.
litecoin-0.16.0/src/leveldb/util/env_posix.cc:56:22: note: first condition
litecoin-0.16.0/src/leveldb/util/env_posix.cc:61:11: note: second condition
litecoin-0.16.0/src/leveldb/util/env_posix.cc:49:3: style: Class 'Limiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/leveldb/util/env_posix_test.cc:28:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/env_test.cc:30:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/leveldb/util/hash_test.cc:12:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/merkleblock.cpp:15:5: performance: Variable 'header' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/miner.cpp:201:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::pblock' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::fIncludeWitness' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nBlockWeight' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nBlockTx' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nBlockSigOpsCost' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nFees' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nHeight' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:93:17: warning: Member variable 'BlockAssembler::nLockTimeCutoff' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::pblock' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::fIncludeWitness' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nBlockWeight' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nBlockTx' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nBlockSigOpsCost' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nFees' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nHeight' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.cpp:68:17: warning: Member variable 'BlockAssembler::nLockTimeCutoff' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/miner.h:38:9: performance: Variable 'iter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/miner.cpp:64:5: performance: Variable 'blockMinFeeRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/miner.cpp:70:5: performance: Variable 'blockMinFeeRate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/miner.h:188:10: performance: Technically the member function 'BlockAssembler::SortForBlock' can be static. [functionStatic]
litecoin-0.16.0/src/miner.cpp:292:22: note: Technically the member function 'BlockAssembler::SortForBlock' can be static.
litecoin-0.16.0/src/miner.h:188:10: note: Technically the member function 'BlockAssembler::SortForBlock' can be static.
litecoin-0.16.0/src/miner.h:192:9: performance: Technically the member function 'BlockAssembler::UpdatePackagesForAdded' can be static. [functionStatic]
litecoin-0.16.0/src/miner.cpp:250:21: note: Technically the member function 'BlockAssembler::UpdatePackagesForAdded' can be static.
litecoin-0.16.0/src/miner.h:192:9: note: Technically the member function 'BlockAssembler::UpdatePackagesForAdded' can be static.
litecoin-0.16.0/src/net.h:572:5: style: Class 'CNetMessage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/chain.h:470:24: warning: Either the condition 'pindexWalk' is redundant or there is possible null pointer dereference: pindex. [nullPointerRedundantCheck]
litecoin-0.16.0/src/net_processing.cpp:1415:20: note: Assuming that condition 'pindexWalk' is not redundant
litecoin-0.16.0/src/net_processing.cpp:1428:39: note: Calling function 'Contains', 1st argument 'pindex' value is 0
litecoin-0.16.0/src/chain.h:470:24: note: Null pointer dereference
litecoin-0.16.0/src/net_processing.cpp:1019:30: style: The scope of the variable 'hasher' can be reduced. [variableScope]
litecoin-0.16.0/src/net_processing.cpp:1032:30: style: The scope of the variable 'best' can be reduced. [variableScope]
litecoin-0.16.0/src/net_processing.cpp:2951:18: style: The scope of the variable 'vRecv' can be reduced. [variableScope]
litecoin-0.16.0/src/net_processing.cpp:638:23: style: Checking if unsigned variable 'max_extra_txn' is less than zero. This might be a false warning. [unsignedLessThanZero]
litecoin-0.16.0/src/net_processing.cpp:753:25: style: Function 'Misbehaving' argument 1 names different: declaration 'nodeid' definition 'pnode'. [funcArgNamesDifferent]
litecoin-0.16.0/src/net_processing.h:82:25: note: Function 'Misbehaving' argument 1 names different: declaration 'nodeid' definition 'pnode'.
litecoin-0.16.0/src/net_processing.cpp:753:25: note: Function 'Misbehaving' argument 1 names different: declaration 'nodeid' definition 'pnode'.
litecoin-0.16.0/src/net_processing.cpp:797:52: style: Function 'PeerLogicValidation' argument 1 names different: declaration 'connman' definition 'connmanIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/net_processing.h:43:44: note: Function 'PeerLogicValidation' argument 1 names different: declaration 'connman' definition 'connmanIn'.
litecoin-0.16.0/src/net_processing.cpp:797:52: note: Function 'PeerLogicValidation' argument 1 names different: declaration 'connman' definition 'connmanIn'.
litecoin-0.16.0/src/net_processing.cpp:810:106: style: Function 'BlockConnected' argument 2 names different: declaration 'pindexConnected' definition 'pindex'. [funcArgNamesDifferent]
litecoin-0.16.0/src/net_processing.h:45:89: note: Function 'BlockConnected' argument 2 names different: declaration 'pindexConnected' definition 'pindex'.
litecoin-0.16.0/src/net_processing.cpp:810:106: note: Function 'BlockConnected' argument 2 names different: declaration 'pindexConnected' definition 'pindex'.
litecoin-0.16.0/src/net_processing.cpp:2891:76: style: Function 'ProcessMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'. [funcArgNamesDifferent]
litecoin-0.16.0/src/net_processing.h:54:59: note: Function 'ProcessMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'.
litecoin-0.16.0/src/net_processing.cpp:2891:76: note: Function 'ProcessMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'.
litecoin-0.16.0/src/net_processing.cpp:3158:71: style: Function 'SendMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'. [funcArgNamesDifferent]
litecoin-0.16.0/src/net_processing.h:62:54: note: Function 'SendMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'.
litecoin-0.16.0/src/net_processing.cpp:3158:71: note: Function 'SendMessages' argument 2 names different: declaration 'interrupt' definition 'interruptMsgProc'.
litecoin-0.16.0/src/net_processing.cpp:412:127: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/net_processing.cpp:1201:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/net_processing.cpp:1231:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/net_processing.cpp:3486:129: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/net_processing.cpp:240:25: performance: Function parameter 'addrIn' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/net_processing.cpp:240:45: performance: Function parameter 'addrNameIn' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/net_processing.cpp:689:17: error: Same iterator is used with different containers 'mapOrphanTransactions' and 'itPrev.second'. [iterators]
litecoin-0.16.0/src/net_processing.cpp:3565:19: performance: Possible inefficient checking for 'vBlocksInFlight' emptiness. [stlSize]
litecoin-0.16.0/src/netaddress.cpp:23:38: style: Function 'SetIP' argument 1 names different: declaration 'ip' definition 'ipIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:41:36: note: Function 'SetIP' argument 1 names different: declaration 'ip' definition 'ipIn'.
litecoin-0.16.0/src/netaddress.cpp:23:38: note: Function 'SetIP' argument 1 names different: declaration 'ip' definition 'ipIn'.
litecoin-0.16.0/src/netaddress.cpp:28:55: style: Function 'SetRaw' argument 2 names different: declaration 'data' definition 'ip_in'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:47:53: note: Function 'SetRaw' argument 2 names different: declaration 'data' definition 'ip_in'.
litecoin-0.16.0/src/netaddress.cpp:28:55: note: Function 'SetRaw' argument 2 names different: declaration 'data' definition 'ip_in'.
litecoin-0.16.0/src/netaddress.cpp:80:43: style: Function 'CNetAddr' argument 1 names different: declaration 'pipv6Addr' definition 'ipv6Addr'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:85:50: note: Function 'CNetAddr' argument 1 names different: declaration 'pipv6Addr' definition 'ipv6Addr'.
litecoin-0.16.0/src/netaddress.cpp:80:43: note: Function 'CNetAddr' argument 1 names different: declaration 'pipv6Addr' definition 'ipv6Addr'.
litecoin-0.16.0/src/netaddress.cpp:482:36: style: Function 'CService' argument 1 names different: declaration 'ip' definition 'cip'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:147:34: note: Function 'CService' argument 1 names different: declaration 'ip' definition 'cip'.
litecoin-0.16.0/src/netaddress.cpp:482:36: note: Function 'CService' argument 1 names different: declaration 'ip' definition 'cip'.
litecoin-0.16.0/src/netaddress.cpp:482:56: style: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:147:53: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:482:56: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:486:67: style: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:148:65: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:486:67: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:490:68: style: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netaddress.h:162:66: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:490:68: note: Function 'CService' argument 2 names different: declaration 'port' definition 'portIn'.
litecoin-0.16.0/src/netaddress.cpp:606:5: performance: Variable 'network' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/netaddress.cpp:631:5: performance: Variable 'network' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/netbase.cpp:471:71: style: Function 'ConnectSocketDirectly' argument 2 names different: declaration 'hSocketRet' definition 'hSocket'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netbase.h:55:71: note: Function 'ConnectSocketDirectly' argument 2 names different: declaration 'hSocketRet' definition 'hSocket'.
litecoin-0.16.0/src/netbase.cpp:471:71: note: Function 'ConnectSocketDirectly' argument 2 names different: declaration 'hSocketRet' definition 'hSocket'.
litecoin-0.16.0/src/netbase.cpp:581:102: style: Function 'ConnectThroughProxy' argument 4 names different: declaration 'hSocketRet' definition 'hSocket'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netbase.h:56:102: note: Function 'ConnectThroughProxy' argument 4 names different: declaration 'hSocketRet' definition 'hSocket'.
litecoin-0.16.0/src/netbase.cpp:581:102: note: Function 'ConnectThroughProxy' argument 4 names different: declaration 'hSocketRet' definition 'hSocket'.
litecoin-0.16.0/src/netbase.cpp:604:49: style: Function 'LookupSubNet' argument 2 names different: declaration 'subnet' definition 'ret'. [funcArgNamesDifferent]
litecoin-0.16.0/src/netbase.h:53:49: note: Function 'LookupSubNet' argument 2 names different: declaration 'subnet' definition 'ret'.
litecoin-0.16.0/src/netbase.cpp:604:49: note: Function 'LookupSubNet' argument 2 names different: declaration 'subnet' definition 'ret'.
litecoin-0.16.0/src/policy/fees.cpp:435:21: style: Checking if unsigned variable 'maxConfirms' is less than zero. [unsignedLessThanZero]
litecoin-0.16.0/src/policy/fees.cpp:177:64: style: Function 'TxConfirmStats' argument 4 names different: declaration 'decay' definition '_decay'. [funcArgNamesDifferent]
litecoin-0.16.0/src/policy/fees.cpp:122:52: note: Function 'TxConfirmStats' argument 4 names different: declaration 'decay' definition '_decay'.
litecoin-0.16.0/src/policy/fees.cpp:177:64: note: Function 'TxConfirmStats' argument 4 names different: declaration 'decay' definition '_decay'.
litecoin-0.16.0/src/policy/fees.cpp:177:85: style: Function 'TxConfirmStats' argument 5 names different: declaration 'scale' definition '_scale'. [funcArgNamesDifferent]
litecoin-0.16.0/src/policy/fees.cpp:122:72: note: Function 'TxConfirmStats' argument 5 names different: declaration 'scale' definition '_scale'.
litecoin-0.16.0/src/policy/fees.cpp:177:85: note: Function 'TxConfirmStats' argument 5 names different: declaration 'scale' definition '_scale'.
litecoin-0.16.0/src/policy/fees.cpp:245:49: style: Function 'EstimateMedianVal' argument 3 names different: declaration 'minSuccess' definition 'successBreakPoint'. [funcArgNamesDifferent]
litecoin-0.16.0/src/policy/fees.cpp:158:37: note: Function 'EstimateMedianVal' argument 3 names different: declaration 'minSuccess' definition 'successBreakPoint'.
litecoin-0.16.0/src/policy/fees.cpp:245:49: note: Function 'EstimateMedianVal' argument 3 names different: declaration 'minSuccess' definition 'successBreakPoint'.
litecoin-0.16.0/src/policy/fees.cpp:470:100: style: Function 'removeTx' argument 3 names different: declaration 'bucketIndex' definition 'bucketindex'. [funcArgNamesDifferent]
litecoin-0.16.0/src/policy/fees.cpp:140:32: note: Function 'removeTx' argument 3 names different: declaration 'bucketIndex' definition 'bucketindex'.
litecoin-0.16.0/src/policy/fees.cpp:470:100: note: Function 'removeTx' argument 3 names different: declaration 'bucketIndex' definition 'bucketindex'.
litecoin-0.16.0/src/policy/fees.cpp:1009:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/pow.cpp:91:31: performance: Function parameter 'hash' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/protocol.cpp:136:29: performance: Function parameter 'ipIn' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/pubkey.cpp:266:55: style: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'. [funcArgNamesDifferent]
litecoin-0.16.0/src/pubkey.h:218:47: note: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'.
litecoin-0.16.0/src/pubkey.cpp:266:55: note: Function 'Derive' argument 2 names different: declaration 'nChild' definition '_nChild'.
litecoin-0.16.0/src/qt/addresstablemodel.cpp:32:5: warning: Member variable 'AddressTableEntry::type' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/qt/guiutil.cpp:243:9: style: Variable 'paramCount' is modified but its new value is never used. [unreadVariable]
litecoin-0.16.0/src/qt/guiutil.cpp:166:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/qt/intro.cpp:65:43: style: Function 'FreespaceChecker' argument 1 names different: declaration 'intro' definition '_intro'. [funcArgNamesDifferent]
litecoin-0.16.0/src/qt/intro.cpp:46:38: note: Function 'FreespaceChecker' argument 1 names different: declaration 'intro' definition '_intro'.
litecoin-0.16.0/src/qt/intro.cpp:65:43: note: Function 'FreespaceChecker' argument 1 names different: declaration 'intro' definition '_intro'.
litecoin-0.16.0/src/qt/paymentrequestplus.cpp:25:41: performance: Function parameter 'err' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/qt/paymentserver.cpp:60:12: style: Technically the member function 'X509StoreDeleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/qt/paymentserver.cpp:66:12: style: Technically the member function 'X509Deleter::operator()' can be const. [functionConst]
litecoin-0.16.0/src/qt/recentrequeststablemodel.cpp:142:35: style: The scope of the variable 'rec' can be reduced. [variableScope]
litecoin-0.16.0/src/qt/splashscreen.cpp:36:9: style: The scope of the variable 'titleCopyrightVSpace' can be reduced. [variableScope]
litecoin-0.16.0/src/qt/transactiondesc.cpp:309:95: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
litecoin-0.16.0/src/qt/transactiondesc.cpp:310:101: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
litecoin-0.16.0/src/qt/transactiontablemodel.cpp:718:5: warning: Member variable 'TransactionNotification::showTransaction' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/random.cpp:317:40: style: Function 'GetStrongRandBytes' argument 1 names different: declaration 'buf' definition 'out'. [funcArgNamesDifferent]
litecoin-0.16.0/src/random.h:37:40: note: Function 'GetStrongRandBytes' argument 1 names different: declaration 'buf' definition 'out'.
litecoin-0.16.0/src/random.cpp:317:40: note: Function 'GetStrongRandBytes' argument 1 names different: declaration 'buf' definition 'out'.
litecoin-0.16.0/src/random.cpp:455:20: warning: Member variable 'FastRandomContext::bytebuf' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/random.cpp:455:20: warning: Member variable 'FastRandomContext::bitbuf' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/random.cpp:406:20: warning: Member variable 'FastRandomContext::bytebuf' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/random.cpp:406:20: warning: Member variable 'FastRandomContext::bitbuf' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/rest.cpp:63:79: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/rpc/misc.cpp:594:59: style: Same expression on both sides of '^' because the value of 'originalLogCategories' and 'logCategories' are the same. [duplicateExpression]
litecoin-0.16.0/src/rpc/misc.cpp:580:38: note: 'originalLogCategories' is assigned value 'logCategories' here.
litecoin-0.16.0/src/rpc/misc.cpp:594:59: note: Same expression on both sides of '^' because the value of 'originalLogCategories' and 'logCategories' are the same.
litecoin-0.16.0/src/rpc/server.cpp:136:69: performance: Function parameter 'strName' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/script/interpreter.cpp:271:9: style: The scope of the variable 'nOpCount' can be reduced. [variableScope]
litecoin-0.16.0/src/secp256k1/contrib/lax_der_parsing.c:115:12: style: Variable 'pos' is modified but its new value is never used. [unreadVariable]
litecoin-0.16.0/src/secp256k1/src/num.h:19:0: error: #error "Please select num implementation" [preprocessorErrorDirective]
litecoin-0.16.0/src/secp256k1/src/scalar_8x32_impl.h:165:80: style: Function 'secp256k1_scalar_set_b32' argument 2 names different: declaration 'bin' definition 'b32'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/scalar.h:36:80: note: Function 'secp256k1_scalar_set_b32' argument 2 names different: declaration 'bin' definition 'b32'.
litecoin-0.16.0/src/secp256k1/src/scalar_8x32_impl.h:165:80: note: Function 'secp256k1_scalar_set_b32' argument 2 names different: declaration 'bin' definition 'b32'.
litecoin-0.16.0/src/secp256k1/src/scalar_8x32_impl.h:238:59: style: Function 'secp256k1_scalar_cond_negate' argument 1 names different: declaration 'a' definition 'r'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/scalar.h:83:59: note: Function 'secp256k1_scalar_cond_negate' argument 1 names different: declaration 'a' definition 'r'.
litecoin-0.16.0/src/secp256k1/src/scalar_8x32_impl.h:238:59: note: Function 'secp256k1_scalar_cond_negate' argument 1 names different: declaration 'a' definition 'r'.
litecoin-0.16.0/src/secp256k1/src/scalar_impl.h:55:83: style: Function 'secp256k1_scalar_inverse' argument 2 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/scalar.h:61:83: note: Function 'secp256k1_scalar_inverse' argument 2 names different: declaration 'a' definition 'x'.
litecoin-0.16.0/src/secp256k1/src/scalar_impl.h:55:83: note: Function 'secp256k1_scalar_inverse' argument 2 names different: declaration 'a' definition 'x'.
litecoin-0.16.0/src/secp256k1/src/scalar_impl.h:225:87: style: Function 'secp256k1_scalar_inverse_var' argument 2 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/scalar.h:64:87: note: Function 'secp256k1_scalar_inverse_var' argument 2 names different: declaration 'a' definition 'x'.
litecoin-0.16.0/src/secp256k1/src/scalar_impl.h:225:87: note: Function 'secp256k1_scalar_inverse_var' argument 2 names different: declaration 'a' definition 'x'.
litecoin-0.16.0/src/secp256k1/src/group_impl.h:642:73: style: Function 'secp256k1_gej_rescale' argument 2 names different: declaration 'b' definition 's'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/group.h:142:73: note: Function 'secp256k1_gej_rescale' argument 2 names different: declaration 'b' definition 's'.
litecoin-0.16.0/src/secp256k1/src/group_impl.h:642:73: note: Function 'secp256k1_gej_rescale' argument 2 names different: declaration 'b' definition 's'.
litecoin-0.16.0/src/secp256k1/src/hash_impl.h:131:96: style: Function 'secp256k1_sha256_write' argument 3 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/hash.h:20:96: note: Function 'secp256k1_sha256_write' argument 3 names different: declaration 'size' definition 'len'.
litecoin-0.16.0/src/secp256k1/src/hash_impl.h:131:96: note: Function 'secp256k1_sha256_write' argument 3 names different: declaration 'size' definition 'len'.
litecoin-0.16.0/src/secp256k1/src/hash_impl.h:164:110: style: Function 'secp256k1_hmac_sha256_initialize' argument 3 names different: declaration 'size' definition 'keylen'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/hash.h:27:110: note: Function 'secp256k1_hmac_sha256_initialize' argument 3 names different: declaration 'size' definition 'keylen'.
litecoin-0.16.0/src/secp256k1/src/hash_impl.h:164:110: note: Function 'secp256k1_hmac_sha256_initialize' argument 3 names different: declaration 'size' definition 'keylen'.
litecoin-0.16.0/src/secp256k1/src/ecmult_gen_impl.h:124:117: style: Function 'secp256k1_ecmult_gen' argument 3 names different: declaration 'a' definition 'gn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/secp256k1/src/ecmult_gen.h:39:117: note: Function 'secp256k1_ecmult_gen' argument 3 names different: declaration 'a' definition 'gn'.
litecoin-0.16.0/src/secp256k1/src/ecmult_gen_impl.h:124:117: note: Function 'secp256k1_ecmult_gen' argument 3 names different: declaration 'a' definition 'gn'.
litecoin-0.16.0/src/test/DoS_tests.cpp:30:13: style: struct member 'COrphanTx::nTimeExpire' is never used. [unusedStructMember]
litecoin-0.16.0/src/test/arith_uint256_tests.cpp:227:0: error: failed to expand 'CHECKASSIGNMENTOPERATOR', Invalid ## usage when expanding 'CHECKASSIGNMENTOPERATOR'. [preprocessorErrorDirective]
litecoin-0.16.0/src/test/bip32_tests.cpp:27:37: performance: Function parameter 'strHexMasterIn' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/test/bip32_tests.cpp:29:40: performance: Function parameter 'pub' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/test/bip32_tests.cpp:29:57: performance: Function parameter 'prv' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/test/blockencodings_tests.cpp:122:14: warning: Member variable 'TestHeaderAndShortIDs::nonce' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/test/blockencodings_tests.cpp:127:14: warning: Member variable 'TestHeaderAndShortIDs::nonce' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:433:25: style: Variable 'has_tried' is assigned a value that is never used. [unreadVariable]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:437:24: style: Variable 'done_ack' is assigned a value that is never used. [unreadVariable]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:30:10: style: Technically the member function 'FakeCheck::operator()' can be const. [functionConst]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:34:10: performance: Technically the member function 'FakeCheck::swap' can be static. [functionStatic]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:39:10: style: Technically the member function 'FakeCheckCheckCompletion::operator()' can be const. [functionConst]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:44:10: performance: Technically the member function 'FakeCheckCheckCompletion::swap' can be static. [functionStatic]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:51:10: style: Technically the member function 'FailingCheck::operator()' can be const. [functionConst]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:80:10: style: Technically the member function 'MemoryCheck::operator()' can be const. [functionConst]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:111:10: style: Technically the member function 'FrozenCleanupCheck::operator()' can be const. [functionConst]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:49:5: style: Struct 'FailingCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:65:5: style: Struct 'UniqueCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:93:5: style: Struct 'MemoryCheck' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/test/checkqueue_tests.cpp:77:1: warning: The struct 'MemoryCheck' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
litecoin-0.16.0/src/test/limitedmap_tests.cpp:61:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/test/miner_tests.cpp:486:5: style: Variable 'prevheights[0]' is reassigned a value before the old one has been used. [redundantAssignment]
litecoin-0.16.0/src/test/miner_tests.cpp:477:5: note: Variable 'prevheights[0]' is reassigned a value before the old one has been used.
litecoin-0.16.0/src/test/miner_tests.cpp:486:5: note: Variable 'prevheights[0]' is reassigned a value before the old one has been used.
litecoin-0.16.0/src/test/miner_tests.cpp:32:5: style: Class 'HasReason' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
litecoin-0.16.0/src/test/netbase_tests.cpp:75:57: performance: Function parameter 'host' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/test/netbase_tests.cpp:102:52: performance: Function parameter 'canon' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/test/prevector_tests.cpp:190:0: error: syntax error [syntaxError]
litecoin-0.16.0/src/test/scheduler_tests.cpp:37:0: error: #error missing boost sleep implementation [preprocessorErrorDirective]
litecoin-0.16.0/src/test/serialize_tests.cpp:195:48: error: Shifting by a negative value is undefined behaviour [shiftNegative]
litecoin-0.16.0/src/test/sighash_tests.cpp:101:30: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
litecoin-0.16.0/src/test/test_bitcoin.cpp:145:18: style: The scope of the variable 'extraNonce' can be reduced. [variableScope]
litecoin-0.16.0/src/test/transaction_tests.cpp:88:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/test/uint256_tests.cpp:77:19: style: Condition '1==1' is always true [knownConditionTrueFalse]
litecoin-0.16.0/src/test/uint256_tests.cpp:77:19: style: Same expression on both sides of '=='. [duplicateExpression]
litecoin-0.16.0/src/test/util_tests.cpp:33:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
litecoin-0.16.0/src/test/util_tests.cpp:623:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
litecoin-0.16.0/src/test/versionbits_tests.cpp:274:5: style: Variable 'lastBlock' is reassigned a value before the old one has been used. [redundantAssignment]
litecoin-0.16.0/src/test/versionbits_tests.cpp:273:0: note: Variable 'lastBlock' is reassigned a value before the old one has been used.
litecoin-0.16.0/src/test/versionbits_tests.cpp:274:5: note: Variable 'lastBlock' is reassigned a value before the old one has been used.
litecoin-0.16.0/src/timedata.cpp:47:46: style: Function 'AddTimeData' argument 2 names different: declaration 'nTime' definition 'nOffsetSample'. [funcArgNamesDifferent]
litecoin-0.16.0/src/timedata.h:76:46: note: Function 'AddTimeData' argument 2 names different: declaration 'nTime' definition 'nOffsetSample'.
litecoin-0.16.0/src/timedata.cpp:47:46: note: Function 'AddTimeData' argument 2 names different: declaration 'nTime' definition 'nOffsetSample'.
litecoin-0.16.0/src/torcontrol.cpp:136:34: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/torcontrol.cpp:181:34: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/torcontrol.cpp:728:27: style: C-style pointer casting [cstyleCast]
litecoin-0.16.0/src/torcontrol.cpp:123:63: style: Function 'TorControlConnection' argument 1 names different: declaration 'base' definition '_base'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:79:54: note: Function 'TorControlConnection' argument 1 names different: declaration 'base' definition '_base'.
litecoin-0.16.0/src/torcontrol.cpp:123:63: note: Function 'TorControlConnection' argument 1 names different: declaration 'base' definition '_base'.
litecoin-0.16.0/src/torcontrol.cpp:454:49: style: Function 'TorController' argument 1 names different: declaration 'base' definition '_base'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:414:38: note: Function 'TorController' argument 1 names different: declaration 'base' definition '_base'.
litecoin-0.16.0/src/torcontrol.cpp:454:49: note: Function 'TorController' argument 1 names different: declaration 'base' definition '_base'.
litecoin-0.16.0/src/torcontrol.cpp:454:75: style: Function 'TorController' argument 2 names different: declaration 'target' definition '_target'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:414:63: note: Function 'TorController' argument 2 names different: declaration 'target' definition '_target'.
litecoin-0.16.0/src/torcontrol.cpp:454:75: note: Function 'TorController' argument 2 names different: declaration 'target' definition '_target'.
litecoin-0.16.0/src/torcontrol.cpp:486:56: style: Function 'add_onion_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:438:45: note: Function 'add_onion_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:486:56: note: Function 'add_onion_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:521:51: style: Function 'auth_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:440:40: note: Function 'auth_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:521:51: note: Function 'auth_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:575:60: style: Function 'authchallenge_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:442:49: note: Function 'authchallenge_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:575:60: note: Function 'authchallenge_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:610:59: style: Function 'protocolinfo_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:444:48: note: Function 'protocolinfo_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:610:59: note: Function 'protocolinfo_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:684:56: style: Function 'connected_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:446:45: note: Function 'connected_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:684:56: note: Function 'connected_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:692:59: style: Function 'disconnected_cb' argument 1 names different: declaration 'conn' definition '_conn'. [funcArgNamesDifferent]
litecoin-0.16.0/src/torcontrol.cpp:448:48: note: Function 'disconnected_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:692:59: note: Function 'disconnected_cb' argument 1 names different: declaration 'conn' definition '_conn'.
litecoin-0.16.0/src/torcontrol.cpp:418:14: performance: Technically the member function 'TorController::GetPrivateKeyFile' can be static. [functionStatic]
litecoin-0.16.0/src/torcontrol.cpp:721:25: note: Technically the member function 'TorController::GetPrivateKeyFile' can be static.
litecoin-0.16.0/src/torcontrol.cpp:418:14: note: Technically the member function 'TorController::GetPrivateKeyFile' can be static.
litecoin-0.16.0/src/txmempool.cpp:23:39: style: Function 'CTxMemPoolEntry' argument 5 names different: declaration 'spendsCoinbase' definition '_spendsCoinbase'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:94:26: note: Function 'CTxMemPoolEntry' argument 5 names different: declaration 'spendsCoinbase' definition '_spendsCoinbase'.
litecoin-0.16.0/src/txmempool.cpp:23:39: note: Function 'CTxMemPoolEntry' argument 5 names different: declaration 'spendsCoinbase' definition '_spendsCoinbase'.
litecoin-0.16.0/src/txmempool.cpp:23:64: style: Function 'CTxMemPoolEntry' argument 6 names different: declaration 'nSigOpsCost' definition '_sigOpsCost'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:95:29: note: Function 'CTxMemPoolEntry' argument 6 names different: declaration 'nSigOpsCost' definition '_sigOpsCost'.
litecoin-0.16.0/src/txmempool.cpp:23:64: note: Function 'CTxMemPoolEntry' argument 6 names different: declaration 'nSigOpsCost' definition '_sigOpsCost'.
litecoin-0.16.0/src/txmempool.cpp:42:46: style: Function 'UpdateFeeDelta' argument 1 names different: declaration 'feeDelta' definition 'newFeeDelta'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:115:33: note: Function 'UpdateFeeDelta' argument 1 names different: declaration 'feeDelta' definition 'newFeeDelta'.
litecoin-0.16.0/src/txmempool.cpp:42:46: note: Function 'UpdateFeeDelta' argument 1 names different: declaration 'feeDelta' definition 'newFeeDelta'.
litecoin-0.16.0/src/txmempool.cpp:245:50: style: Function 'UpdateChildrenForRemoval' argument 1 names different: declaration 'entry' definition 'it'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:674:42: note: Function 'UpdateChildrenForRemoval' argument 1 names different: declaration 'entry' definition 'it'.
litecoin-0.16.0/src/txmempool.cpp:245:50: note: Function 'UpdateChildrenForRemoval' argument 1 names different: declaration 'entry' definition 'it'.
litecoin-0.16.0/src/txmempool.cpp:419:41: style: Function 'removeUnchecked' argument 1 names different: declaration 'entry' definition 'it'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:684:33: note: Function 'removeUnchecked' argument 1 names different: declaration 'entry' definition 'it'.
litecoin-0.16.0/src/txmempool.cpp:419:41: note: Function 'removeUnchecked' argument 1 names different: declaration 'entry' definition 'it'.
litecoin-0.16.0/src/txmempool.cpp:473:54: style: Function 'removeRecursive' argument 1 names different: declaration 'tx' definition 'origTx'. [funcArgNamesDifferent]
litecoin-0.16.0/src/txmempool.h:540:46: note: Function 'removeRecursive' argument 1 names different: declaration 'tx' definition 'origTx'.
litecoin-0.16.0/src/txmempool.cpp:473:54: note: Function 'removeRecursive' argument 1 names different: declaration 'tx' definition 'origTx'.
litecoin-0.16.0/src/txmempool.cpp:510:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/txmempool.cpp:637:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/txmempool.cpp:927:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/txmempool.cpp:666:37: warning: Assert statement calls a function which may have desired side effects: 'end'. [assertWithSideEffect]
litecoin-0.16.0/src/txmempool.cpp:21:18: warning: Member variable 'CTxMemPoolEntry::vTxHashesIdx' is not initialized in the constructor. [uninitMemberVar]
litecoin-0.16.0/src/txmempool.h:450:10: style: Technically the member function 'CTxMemPool::trackPackageRemoved' can be const. [functionConst]
litecoin-0.16.0/src/txmempool.cpp:1007:18: note: Technically the member function 'CTxMemPool::trackPackageRemoved' can be const.
litecoin-0.16.0/src/txmempool.h:450:10: note: Technically the member function 'CTxMemPool::trackPackageRemoved' can be const.
litecoin-0.16.0/src/txmempool.h:549:10: style: Technically the member function 'CTxMemPool::isSpent' can be const. [functionConst]
litecoin-0.16.0/src/txmempool.cpp:342:18: note: Technically the member function 'CTxMemPool::isSpent' can be const.
litecoin-0.16.0/src/txmempool.h:549:10: note: Technically the member function 'CTxMemPool::isSpent' can be const.
litecoin-0.16.0/src/txmempool.cpp:23:88: performance: Function parameter 'lp' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/txmempool.cpp:865:43: performance: Function parameter 'hash' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/txmempool.cpp:875:52: performance: Function parameter 'hash' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/univalue/test/unitester.cpp:13:0: error: #error JSON_TEST_SRC must point to test source directory [preprocessorErrorDirective]
litecoin-0.16.0/src/util.cpp:388:65: performance: Function parameter 'lockfile_name' should be passed by const reference. [passedByValue]
litecoin-0.16.0/src/utiltime.cpp:74:0: error: #error missing boost sleep implementation [preprocessorErrorDirective]
litecoin-0.16.0/src/validationinterface.cpp:133:56: style: Function 'MempoolEntryRemoved' argument 1 names different: declaration 'tx' definition 'ptx'. [funcArgNamesDifferent]
litecoin-0.16.0/src/validationinterface.h:134:46: note: Function 'MempoolEntryRemoved' argument 1 names different: declaration 'tx' definition 'ptx'.
litecoin-0.16.0/src/validationinterface.cpp:133:56: note: Function 'MempoolEntryRemoved' argument 1 names different: declaration 'tx' definition 'ptx'.
litecoin-0.16.0/src/wallet/db.cpp:626:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/db.cpp:658:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/rpcdump.cpp:751:114: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/rpcwallet.cpp:1390:9: performance: Variable 'nAmount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
litecoin-0.16.0/src/wallet/rpcwallet.cpp:1849:8: error: After erase(), the iterator 'first' may be invalid. [invalidIterator2]
litecoin-0.16.0/src/wallet/rpcwallet.cpp:1665:9: performance: Possible inefficient checking for 'listReceived' emptiness. [stlSize]
litecoin-0.16.0/src/wallet/wallet.cpp:3091:20: style: The scope of the variable 'wtx' can be reduced. [variableScope]
litecoin-0.16.0/src/wallet/wallet.cpp:1128:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/wallet.cpp:1192:18: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/wallet.cpp:3735:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/wallet/walletdb.cpp:704:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/zmq/zmqnotificationinterface.cpp:137:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
litecoin-0.16.0/src/zmq/zmqnotificationinterface.cpp:158:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/literki/literki_0.0.0+20100113.git1da40724.orig.tar.gz
literki/png++/config.hpp:52:0: error: #error Byte-order could not be detected. [preprocessorErrorDirective]
literki/external/callback_test.cc:14:7: style: Technically the member function 'A::X' can be const. [functionConst]
literki/external/callback_test.cc:8:3: style: Class 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
literki/keymap.cpp:143:40: style: Function 'GetKey' argument 3 names different: declaration 'k' definition 'key'. [funcArgNamesDifferent]
literki/keymap.h:21:36: note: Function 'GetKey' argument 3 names different: declaration 'k' definition 'key'.
literki/keymap.cpp:143:40: note: Function 'GetKey' argument 3 names different: declaration 'k' definition 'key'.
literki/keymap.cpp:36:9: warning: Member variable 'Keymap::width' is not initialized in the constructor. [uninitMemberVar]
literki/keymap.cpp:36:9: warning: Member variable 'Keymap::height' is not initialized in the constructor. [uninitMemberVar]
literki/keymap.cpp:95:33: performance: Function parameter 'f' should be passed by const reference. [passedByValue]
literki/logger.h:27:3: style: Class 'Logger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
literki/logger.h:17:1: warning: The class 'Logger' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
literki/vibrator.cpp:21:17: style: C-style pointer casting [cstyleCast]
literki/vibrator.cpp:60:24: style: Function 'Vibrator' argument 1 names different: declaration 'vibtime' definition 'time'. [funcArgNamesDifferent]
literki/vibrator.h:7:18: note: Function 'Vibrator' argument 1 names different: declaration 'vibtime' definition 'time'.
literki/vibrator.cpp:60:24: note: Function 'Vibrator' argument 1 names different: declaration 'vibtime' definition 'time'.
literki/vibrator.cpp:60:34: style: Function 'Vibrator' argument 2 names different: declaration 'vibpower' definition 'power'. [funcArgNamesDifferent]
literki/vibrator.h:7:31: note: Function 'Vibrator' argument 2 names different: declaration 'vibpower' definition 'power'.
literki/vibrator.cpp:60:34: note: Function 'Vibrator' argument 2 names different: declaration 'vibpower' definition 'power'.
literki/external/callback.h:454:3: style: Class 'Deleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/litl/litl_0.1.9.orig.tar.gz
litl-0.1.9/src/litl_merge.c:23:7: style: The scope of the variable 'res' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:43:7: style: The scope of the variable 'trace_in' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:45:48: style: The scope of the variable 'nb_processes' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:46:17: style: The scope of the variable 'header_buffer' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:164:7: style: The scope of the variable 'trace_in' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:166:47: style: The scope of the variable 'nb_processes' can be reduced. [variableScope]
litl-0.1.9/src/litl_merge.c:167:21: style: The scope of the variable 'header_offset' can be reduced. [variableScope]
litl-0.1.9/src/litl_read.c:481:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
litl-0.1.9/src/litl_split.c:113:5: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
litl-0.1.9/src/litl_split.c:108:5: note: Variable 'res' is reassigned a value before the old one has been used.
litl-0.1.9/src/litl_split.c:113:5: note: Variable 'res' is reassigned a value before the old one has been used.
litl-0.1.9/src/litl_split.c:126:7: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
litl-0.1.9/src/litl_split.c:124:7: note: Variable 'res' is reassigned a value before the old one has been used.
litl-0.1.9/src/litl_split.c:126:7: note: Variable 'res' is reassigned a value before the old one has been used.
litl-0.1.9/src/litl_split.c:84:7: style: The scope of the variable 'trace_out' can be reduced. [variableScope]
litl-0.1.9/src/litl_split.c:84:18: style: The scope of the variable 'res' can be reduced. [variableScope]
litl-0.1.9/src/litl_split.c:86:15: style: The scope of the variable 'buffer_size' can be reduced. [variableScope]
litl-0.1.9/src/litl_timer.c:60:0: style: Variable 'best_score' is assigned a value that is never used. [unreadVariable]
litl-0.1.9/src/litl_timer.c:61:12: style: Unused variable: cur_score [unusedVariable]
litl-0.1.9/src/litl_write.c:581:33: style: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'. [funcArgNamesDifferent]
litl-0.1.9/src/litl_write.h:331:54: note: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'.
litl-0.1.9/src/litl_write.c:581:33: note: Function '__litl_write_get_event' argument 4 names different: declaration 'size' definition 'param_size'.
litl-0.1.9/tests/test_litl_buffer_size.c:32:23: style: The scope of the variable 'trace' can be reduced. [variableScope]
litl-0.1.9/tests/test_litl_mapping_to_fxt.c:88:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
litl-0.1.9/tests/test_litl_pause.c:88:22: style: The scope of the variable 'event' can be reduced. [variableScope]
litl-0.1.9/tests/test_litl_read.c:23:22: style: The scope of the variable 'event' can be reduced. [variableScope]
litl-0.1.9/tests/test_litl_write_concurent.c:110:22: style: The scope of the variable 'event' can be reduced. [variableScope]
litl-0.1.9/tests/test_litl_write_multiple_threads.c:102:22: style: The scope of the variable 'event' can be reduced. [variableScope]
litl-0.1.9/utils/litl_merge.c:39:10: style: The scope of the variable 'res' can be reduced. [variableScope]
litl-0.1.9/utils/litl_print.c:55:22: style: The scope of the variable 'event' can be reduced. [variableScope]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/litmus/litmus_0.13.orig.tar.gz
litmus-0.13/lib/snprintf.c:129:10: style: The scope of the variable 'i' can be reduced. [variableScope]
litmus-0.13/lib/snprintf.c:129:13: style: The scope of the variable 's' can be reduced. [variableScope]
litmus-0.13/lib/snprintf.c:129:16: style: The scope of the variable 'p' can be reduced. [variableScope]
litmus-0.13/lib/snprintf.c:185:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
litmus-0.13/lib/snprintf.c:361:7: style: The scope of the variable 'i' can be reduced. [variableScope]
litmus-0.13/lib/snprintf.c:400:10: style: The scope of the variable 'i' can be reduced. [variableScope]
litmus-0.13/lib/strftime.c:990:13: style: Condition '0<-1%10' is always false [knownConditionTrueFalse]
litmus-0.13/lib/strftime.c:712:38: error: Invalid strftime() argument nr 2. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
litmus-0.13/lib/strftime.c:712:32: error: Null pointer dereference [nullPointer]
litmus-0.13/src/copymove.c:135:12: style: Variable 'rsrc' is assigned a value that is never used. [unreadVariable]
litmus-0.13/src/copymove.c:136:13: style: Variable 'rdest' is assigned a value that is never used. [unreadVariable]
litmus-0.13/src/copymove.c:295:12: style: Variable 'rsrc' is assigned a value that is never used. [unreadVariable]
litmus-0.13/src/copymove.c:296:13: style: Variable 'rdest' is assigned a value that is never used. [unreadVariable]
litmus-0.13/src/props.c:275:17: style: The scope of the variable 'value' can be reduced. [variableScope]
litmus-0.13/src/props.c:276:22: style: The scope of the variable 'status' can be reduced. [variableScope]
litmus-0.13/src/props.c:162:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
litmus-0.13/test-common/child.c:335:17: style: The scope of the variable 'code' can be reduced. [variableScope]
litmus-0.13/test-common/child.c:185:48: style: Function 'spawn_server' argument 3 names different: declaration 'userdata' definition 'ud'. [funcArgNamesDifferent]
litmus-0.13/test-common/child.h:53:48: note: Function 'spawn_server' argument 3 names different: declaration 'userdata' definition 'ud'.
litmus-0.13/test-common/child.c:185:48: note: Function 'spawn_server' argument 3 names different: declaration 'userdata' definition 'ud'.
litmus-0.13/test-common/child.c:190:69: style: Function 'spawn_server_addr' argument 4 names different: declaration 'userdata' definition 'ud'. [funcArgNamesDifferent]
litmus-0.13/test-common/child.h:59:69: note: Function 'spawn_server_addr' argument 4 names different: declaration 'userdata' definition 'ud'.
litmus-0.13/test-common/child.c:190:69: note: Function 'spawn_server_addr' argument 4 names different: declaration 'userdata' definition 'ud'.
litmus-0.13/test-common/child.c:371:50: style: Function 'server_send' argument 2 names different: declaration 'data' definition 'str'. [funcArgNamesDifferent]
litmus-0.13/test-common/child.h:82:50: note: Function 'server_send' argument 2 names different: declaration 'data' definition 'str'.
litmus-0.13/test-common/child.c:371:50: note: Function 'server_send' argument 2 names different: declaration 'data' definition 'str'.
litmus-0.13/test-common/child.c:231:7: style: Unused variable: ch [unusedVariable]
litmus-0.13/test-common/child.c:302:7: style: Unused variable: ch [unusedVariable]
litmus-0.13/test-common/tests.c:157:9: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
litmus-0.13/test-common/tests.c:157:9: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
litmus-0.13/test-common/tests.c:395:13: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
litmus-0.13/test-common/tests.c:395:13: warning: %u in format string (no. 5) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
litmus-0.13/test-common/tests.c:83:28: style: Function 't_context' argument 1 names different: declaration 'ctx' definition 'context'. [funcArgNamesDifferent]
litmus-0.13/test-common/tests.h:74:28: note: Function 't_context' argument 1 names different: declaration 'ctx' definition 'context'.
litmus-0.13/test-common/tests.c:83:28: note: Function 't_context' argument 1 names different: declaration 'ctx' definition 'context'.
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/littler/littler_0.3.3.orig.tar.gz
littler/src/littler.c:280:5: style: Variable 'mb' is reassigned a value before the old one has been used. [redundantAssignment]
littler/src/littler.c:275:0: note: Variable 'mb' is reassigned a value before the old one has been used.
littler/src/littler.c:280:5: note: Variable 'mb' is reassigned a value before the old one has been used.
littler/src/littler.c:251:11: style: The scope of the variable 'str' can be reduced. [variableScope]
littler/src/littler.c:479:12: style: The scope of the variable 'nargv' can be reduced. [variableScope]
littler/src/littler.c:485:11: style: The scope of the variable 'datastdincmd' can be reduced. [variableScope]
littler/src/littler.c:470:11: error: Uninitialized variable: seed [uninitvar]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/littlewizard/littlewizard_1.2.2.orig.tar.gz
littlewizard-1.2.2/liblanguage/variableworld.cc:83:10: style: C-style pointer casting [cstyleCast]
littlewizard-1.2.2/liblanguage/variableworld.cc:116:4: style: C-style pointer casting [cstyleCast]
littlewizard-1.2.2/liblanguage/variableworld.cc:182:10: style: C-style pointer casting [cstyleCast]
littlewizard-1.2.2/liblanguage/variableworld.cc:217:4: style: C-style pointer casting [cstyleCast]
littlewizard-1.2.2/liblanguage/variableworld.cc:26:1: style: Class 'LWVariableWorldPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
littlewizard-1.2.2/liblanguage/variableworld.cc:69:1: style: Class 'LWVariableWorldRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
littlewizard-1.2.2/liblw/command.cc:219:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
littlewizard-1.2.2/liblw/parser.cc:184:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
littlewizard-1.2.2/liblw/parser.cc:543:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
littlewizard-1.2.2/src/lwtest.cc:69:2: style: Class 'LWProgramTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/live-boot/live-boot_4.0.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/live-build/live-build_4.0.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/live-config/live-config_4.0.4.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/live-f1/live-f1_0.2.10.orig.tar.gz
live-f1_0.2.10/intl/dcigettext.c:583:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
live-f1_0.2.10/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
live-f1_0.2.10/intl/dcigettext.c:1134:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
live-f1_0.2.10/intl/dcigettext.c:427:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:210:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
live-f1_0.2.10/intl/dcigettext.c:427:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
live-f1_0.2.10/intl/dcigettext.c:427:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:211:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
live-f1_0.2.10/intl/dcigettext.c:427:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
live-f1_0.2.10/intl/dcigettext.c:427:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:211:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
live-f1_0.2.10/intl/dcigettext.c:427:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
live-f1_0.2.10/intl/dcigettext.c:428:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:212:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
live-f1_0.2.10/intl/dcigettext.c:428:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
live-f1_0.2.10/intl/dcigettext.c:428:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:212:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
live-f1_0.2.10/intl/dcigettext.c:428:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
live-f1_0.2.10/intl/dcigettext.c:428:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:213:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
live-f1_0.2.10/intl/dcigettext.c:428:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
live-f1_0.2.10/intl/dcigettext.c:227:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
live-f1_0.2.10/intl/dcigettext.c:230:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
live-f1_0.2.10/intl/dcigettext.c:233:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
live-f1_0.2.10/intl/dcigettext.c:236:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
live-f1_0.2.10/intl/dcigettext.c:237:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
live-f1_0.2.10/intl/dcigettext.c:240:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
live-f1_0.2.10/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:160:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
live-f1_0.2.10/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
live-f1_0.2.10/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:160:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
live-f1_0.2.10/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
live-f1_0.2.10/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:161:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
live-f1_0.2.10/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
live-f1_0.2.10/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:162:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
live-f1_0.2.10/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
live-f1_0.2.10/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
live-f1_0.2.10/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
live-f1_0.2.10/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
live-f1_0.2.10/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
live-f1_0.2.10/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
live-f1_0.2.10/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:169:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
live-f1_0.2.10/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
live-f1_0.2.10/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:170:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
live-f1_0.2.10/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
live-f1_0.2.10/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:171:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:173:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
live-f1_0.2.10/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
live-f1_0.2.10/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:164:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
live-f1_0.2.10/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
live-f1_0.2.10/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
live-f1_0.2.10/intl/gettextP.h:165:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
live-f1_0.2.10/intl/localcharset.c:306:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
live-f1_0.2.10/intl/localcharset.c:297:24: note: Assignment 'locale=NULL', assigned value is 0
live-f1_0.2.10/intl/localcharset.c:306:14: note: Condition 'locale==NULL' is always true
live-f1_0.2.10/intl/localcharset.c:306:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
live-f1_0.2.10/intl/localcharset.c:297:24: note: 'locale' is assigned value 'NULL' here.
live-f1_0.2.10/intl/localcharset.c:306:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
live-f1_0.2.10/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
live-f1_0.2.10/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
live-f1_0.2.10/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
live-f1_0.2.10/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
live-f1_0.2.10/src/cfgfile.c:88:0: error: Resource leak: cfgf [resourceLeak]
live-f1_0.2.10/src/cfgfile.c:201:0: error: Dereferencing 'tmpfile' after it is deallocated / released [deallocuse]
live-f1_0.2.10/src/http.c:326:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
live-f1_0.2.10/src/http.c:315:19: style: Function 'obtain_key_frame' argument 3 names different: declaration 'unknown' definition 'userdata'. [funcArgNamesDifferent]
live-f1_0.2.10/src/http.h:33:15: note: Function 'obtain_key_frame' argument 3 names different: declaration 'unknown' definition 'userdata'.
live-f1_0.2.10/src/http.c:315:19: note: Function 'obtain_key_frame' argument 3 names different: declaration 'unknown' definition 'userdata'.
live-f1_0.2.10/src/main.c:78:21: style: The scope of the variable 'sock' can be reduced. [variableScope]
live-f1_0.2.10/src/main.c:224:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
live-f1_0.2.10/src/main.c:225:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
live-f1_0.2.10/src/stream.c:96:2: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
live-f1_0.2.10/src/stream.c:416:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/live-images/live-images_5.0~a5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/live-manual/live-manual_4.0.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/live-tools/live-tools_4.0.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/livehttpheaders/livehttpheaders_0.17.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lives/lives_2.8.9.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/livestreamer/livestreamer_1.12.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/livetribe-jsr223/livetribe-jsr223_2.0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/liwc/liwc_1.21.orig.tar.gz
liwc-1.21/ccmtcnvt.c:191:6: style: The scope of the variable 'c' can be reduced. [variableScope]
liwc-1.21/cstr.c:137:6: style: The scope of the variable 'c' can be reduced. [variableScope]
liwc-1.21/entrigraph.c:34:8: style: The scope of the variable 'p' can be reduced. [variableScope]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/lizardfs/lizardfs_3.12.0+dfsg.orig.tar.gz
lizardfs-3.12.0/src/admin/list_disks_command.cc:118:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/admin/list_disks_command.cc:119:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/admin/list_disks_command.cc:120:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:186:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:196:10: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:214:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:226:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:236:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:246:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:276:25: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:283:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:295:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:306:20: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:317:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:347:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:376:7: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:406:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:412:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:430:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:446:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:459:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:488:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:514:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:522:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:524:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:539:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:541:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:551:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:553:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:565:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:567:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:584:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:586:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:601:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:603:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:619:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:621:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:634:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:638:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:654:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:659:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:670:16: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:675:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:460:17: style: The scope of the variable 'jhpos' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/bgjobs.cc:463:8: style: The scope of the variable 'jhandle' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:585:2: warning: Possible null pointer dereference: c [nullPointer]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:615:27: note: Calling function 'hdd_chunk_recreate', 1st argument 'c' value is 0
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:585:2: note: Null pointer dereference
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:588:2: warning: Possible null pointer dereference: c [nullPointer]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:615:27: note: Calling function 'hdd_chunk_recreate', 1st argument 'c' value is 0
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:588:2: note: Null pointer dereference
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:337:13: style: The scope of the variable 'sl' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:354:11: style: The scope of the variable 'sl' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:355:11: style: The scope of the variable 'ei' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:386:13: style: The scope of the variable 'sl' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:404:11: style: The scope of the variable 'ei' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:405:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:846:10: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1007:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1209:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1275:11: style: The scope of the variable 'ts' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1275:14: style: The scope of the variable 'te' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1423:11: style: The scope of the variable 'ts' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1423:15: style: The scope of the variable 'te' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1773:11: style: The scope of the variable 'precrc' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1773:19: style: The scope of the variable 'postcrc' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1773:28: style: The scope of the variable 'combinedcrc' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1773:41: style: The scope of the variable 'chcrc' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:1955:10: style: The scope of the variable 'f' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2085:10: style: The scope of the variable 'f' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2087:10: style: The scope of the variable 'retsize' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2304:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2445:10: style: The scope of the variable 'f' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2449:11: style: The scope of the variable 'crc' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2851:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2852:11: style: The scope of the variable 'version' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2855:11: style: The scope of the variable 'start_us' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2855:21: style: The scope of the variable 'end_us' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:2915:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:3028:7: style: The scope of the variable 'dd' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/hddspacemgr.cc:3113:7: style: The scope of the variable 'dd' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:91:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:140:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:142:11: style: The scope of the variable 'msec' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:234:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:236:11: style: The scope of the variable 'msec' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:285:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:287:11: style: The scope of the variable 'msec' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:367:21: style: The scope of the variable 'vbuffs' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:371:6: style: The scope of the variable 's' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/legacy_replicator.cc:584:13: style: The scope of the variable 'pstatus' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:207:11: style: The scope of the variable 'errorcounter' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:244:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:267:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:279:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:670:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/masterconn.cc:728:17: style: The scope of the variable 'prev_factor' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_main_thread.cc:203:6: style: The scope of the variable 'newSocketFD' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:178:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:1158:11: style: The scope of the variable 'type' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:1238:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:1385:11: style: The scope of the variable 'type' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:1684:10: style: The scope of the variable 'lstate' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:1796:25: style: The scope of the variable 'paptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:83:7: style: The function 'serializePrefixOfCstoclReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:72:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:83:7: note: Function in derived class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:90:7: style: The function 'serializeCstoclReadStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:74:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:90:7: note: Function in derived class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:95:7: style: The function 'serializeCstoclWriteStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:76:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:95:7: note: Function in derived class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:103:7: style: The function 'serializePrefixOfCstoclReadData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:72:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:103:7: note: Function in derived class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:108:7: style: The function 'serializeCstoclReadStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:74:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:108:7: note: Function in derived class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:113:7: style: The function 'serializeCstoclWriteStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:76:15: note: Virtual function in base class
lizardfs-3.12.0/src/chunkserver/network_worker_thread.cc:113:7: note: Function in derived class
lizardfs-3.12.0/src/common/cfg.cc:207:1: performance: Function parameter 'def' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/common/charts.cc:478:11: style: The scope of the variable 's' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:528:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:899:20: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:901:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:901:13: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1157:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1277:10: style: The scope of the variable 'fp' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1278:10: style: The scope of the variable 'px' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1376:41: style: The scope of the variable 'xoff' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1376:46: style: The scope of the variable 'xbold' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1376:52: style: The scope of the variable 'ystep' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1708:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1708:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1708:15: style: The scope of the variable 'ts' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1708:18: style: The scope of the variable 'pointer' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1709:12: style: The scope of the variable 'tab' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1762:15: style: The scope of the variable 'chleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1900:6: style: The scope of the variable 'z' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/charts.cc:1848:49: style: Variable 'tm_sec' is assigned a value that is never used. [unreadVariable]
lizardfs-3.12.0/src/common/compact_vector_unittest.cc:124:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/compact_vector_unittest.cc:128:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/event_loop.cc:141:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/event_loop.cc:153:19: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/event_loop.cc:219:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/event_loop.cc:130:37: style: Function 'eventloop_timeunregister' argument 1 names different: declaration 'handle' definition 'handler'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/common/event_loop.h:86:38: note: Function 'eventloop_timeunregister' argument 1 names different: declaration 'handle' definition 'handler'.
lizardfs-3.12.0/src/common/event_loop.cc:130:37: note: Function 'eventloop_timeunregister' argument 1 names different: declaration 'handle' definition 'handler'.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:121:2: style: Variable 'm[4]' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:120:2: note: Variable 'm[4]' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:121:2: note: Variable 'm[4]' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:133:2: style: Variable 'm[7]' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:132:2: note: Variable 'm[7]' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:133:2: note: Variable 'm[7]' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:173:2: style: Variable 'ctoi['a']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:172:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:173:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:174:2: style: Variable 'ctoi['a']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:173:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:174:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:175:2: style: Variable 'ctoi['a']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:174:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:175:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:179:2: style: Variable 'ctoi['g']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:178:2: note: Variable 'ctoi['g']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:179:2: note: Variable 'ctoi['g']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:182:2: style: Variable 'ctoi['a']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:181:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:182:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:185:2: style: Variable 'ctoi['a']' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:184:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:185:2: note: Variable 'ctoi['a']' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/common/flat_map_unittest.cc:89:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:93:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:97:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:103:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:107:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_map_unittest.cc:111:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/flat_set.h:139:0: warning: Access of moved variable 'other'. [accessMoved]
lizardfs-3.12.0/src/common/flat_set.h:138:0: note: Calling std::move(other)
lizardfs-3.12.0/src/common/flat_set.h:139:0: note: $symbol:other
Access of moved variable '$symbol'.
lizardfs-3.12.0/src/common/galois_field_isal.cc:55:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/intrusive_list_unittest.cc:28:2: style: Class 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/common/lru_cache_unittest.cc:154:17: style: Reading from empty STL container 'functionArguments' [reademptycontainer]
lizardfs-3.12.0/src/common/lru_cache_unittest.cc:155:18: style: Reading from empty STL container 'functionArguments' [reademptycontainer]
lizardfs-3.12.0/src/common/metadata.cc:94:3: warning: The buffer 'eofmark' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lizardfs-3.12.0/src/common/metadata.cc:97:3: warning: The buffer 'eofmark' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lizardfs-3.12.0/src/common/richacl_converter.cc:207:28: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/richacl_converter.cc:234:28: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/richacl_converter.cc:257:28: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/richacl_converter.cc:265:32: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/common/richacl_string.cc:40:19: style: struct member 'richacl_flag_bit::a_name' is never used. [unusedStructMember]
lizardfs-3.12.0/src/common/richacl_string.cc:53:18: style: struct member 'richacl_mask_flag::e_context' is never used. [unusedStructMember]
lizardfs-3.12.0/src/common/serialization_unittest.cc:49:2: style: Struct 'MyStringAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/common/setup.cc:26:14: style: The scope of the variable 'localeNames' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/setup.cc:50:15: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
lizardfs-3.12.0/src/common/slogger.cc:117:9: error: va_list 'ap2' was opened but not closed by va_end(). [va_end_missing]
lizardfs-3.12.0/src/common/small_vector_unittest.cc:124:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/small_vector_unittest.cc:128:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lizardfs-3.12.0/src/common/sockets.cc:712:22: style: The scope of the variable 'saptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/common/time_utils.cc:30:0: error: #error C++ compiler conforming to section 20.11.7.2 of C++ standard is required (e.g. g++ >=4.7) [preprocessorErrorDirective]
lizardfs-3.12.0/src/common/token_bucket_unittest.cc:38:79: performance: Function parameter 'cases' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/common/token_bucket_unittest.cc:44:67: performance: Function parameter 'cases' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/data/liblizardfs-client-example.c:112:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lizardfs-3.12.0/src/data/liblizardfs-client-example.c:129:2: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lizardfs-3.12.0/src/data/liblizardfs-client-example.c:140:2: portability: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lizardfs-3.12.0/src/main/main.cc:903:7: style: Condition '!open_pam_session()' is always true [knownConditionTrueFalse]
lizardfs-3.12.0/src/main/main.cc:334:7: style: The scope of the variable 'pwdgrpbuff' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:337:8: style: The scope of the variable 'wuser' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:338:8: style: The scope of the variable 'wgroup' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:341:6: style: The scope of the variable 'gidok' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:665:10: style: The scope of the variable 'pipebuff' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:666:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:667:9: style: The scope of the variable 'happy' can be reduced. [variableScope]
lizardfs-3.12.0/src/main/main.cc:805:10: style: The scope of the variable 'nicelevel' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/chunks.cc:2672:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/chunks.cc:2675:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/chunks.cc:1925:58: style: Function 'tryReplication' argument 2 names different: declaration 'type' definition 'part_to_recover'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/chunks.cc:1832:46: note: Function 'tryReplication' argument 2 names different: declaration 'type' definition 'part_to_recover'.
lizardfs-3.12.0/src/master/chunks.cc:1925:58: note: Function 'tryReplication' argument 2 names different: declaration 'type' definition 'part_to_recover'.
lizardfs-3.12.0/src/master/chunks.cc:1926:22: style: Function 'tryReplication' argument 3 names different: declaration 'destinationServer' definition 'destination_server'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/chunks.cc:1832:69: note: Function 'tryReplication' argument 3 names different: declaration 'destinationServer' definition 'destination_server'.
lizardfs-3.12.0/src/master/chunks.cc:1926:22: note: Function 'tryReplication' argument 3 names different: declaration 'destinationServer' definition 'destination_server'.
lizardfs-3.12.0/src/master/chunks.cc:785:4: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lizardfs-3.12.0/src/master/chunks.cc:775:12: warning: Assert statement calls a function which may have desired side effects: 'isWritable'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:1112:15: warning: Assert statement calls a function which may have desired side effects: 'isWritable'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:1138:15: warning: Assert statement calls a function which may have desired side effects: 'isWritable'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:1198:13: warning: Assert statement calls a function which may have desired side effects: 'isWritable'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:1223:14: warning: Assert statement calls a function which may have desired side effects: 'isWritable'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:1935:32: warning: Assert statement calls a function which may have desired side effects: 'getMinChunkserverVersion'. [assertWithSideEffect]
lizardfs-3.12.0/src/master/chunks.cc:211:1: style: The class 'Chunk' does not have a constructor although it has private member variables. [noConstructor]
lizardfs-3.12.0/src/master/chunks.cc:421:7: style: Technically the member function 'Chunk::isWritable' can be const. [functionConst]
lizardfs-3.12.0/src/master/chunks.cc:92:1: warning: The struct 'ChunkPart' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lizardfs-3.12.0/src/master/exports.cc:72:14: style: The scope of the variable 'spanp' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:73:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:147:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:149:6: style: The scope of the variable 'ok' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:267:11: style: The scope of the variable 'drec' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:434:11: style: The scope of the variable 'tp' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/exports.cc:647:6: style: The scope of the variable 'o' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:226:33: warning: Either the condition 'node' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lizardfs-3.12.0/src/master/filesystem_node.cc:252:6: note: Assuming that condition 'node' is not redundant
lizardfs-3.12.0/src/master/filesystem_node.cc:256:38: note: Calling function 'fsnodes_isancestor', 2nd argument 'node' value is 0
lizardfs-3.12.0/src/master/filesystem_node.cc:226:33: note: Null pointer dereference
lizardfs-3.12.0/src/master/filesystem_node.cc:317:15: style: The scope of the variable 'psr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:337:15: style: The scope of the variable 'psr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:1495:10: style: The scope of the variable 'set' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:1549:10: style: The scope of the variable 'neweattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:1549:20: style: The scope of the variable 'seattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_node.cc:225:42: style: Function 'fsnodes_isancestor' argument 1 names different: declaration 'f' definition 'ancestor'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:155:42: note: Function 'fsnodes_isancestor' argument 1 names different: declaration 'f' definition 'ancestor'.
lizardfs-3.12.0/src/master/filesystem_node.cc:225:42: note: Function 'fsnodes_isancestor' argument 1 names different: declaration 'f' definition 'ancestor'.
lizardfs-3.12.0/src/master/filesystem_node.cc:225:60: style: Function 'fsnodes_isancestor' argument 2 names different: declaration 'p' definition 'node'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:155:53: note: Function 'fsnodes_isancestor' argument 2 names different: declaration 'p' definition 'node'.
lizardfs-3.12.0/src/master/filesystem_node.cc:225:60: note: Function 'fsnodes_isancestor' argument 2 names different: declaration 'p' definition 'node'.
lizardfs-3.12.0/src/master/filesystem_node.cc:250:68: style: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 1 names different: declaration 'f' definition 'ancestor'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:140:68: note: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 1 names different: declaration 'f' definition 'ancestor'.
lizardfs-3.12.0/src/master/filesystem_node.cc:250:68: note: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 1 names different: declaration 'f' definition 'ancestor'.
lizardfs-3.12.0/src/master/filesystem_node.cc:250:86: style: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 2 names different: declaration 'p' definition 'node'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:140:79: note: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 2 names different: declaration 'p' definition 'node'.
lizardfs-3.12.0/src/master/filesystem_node.cc:250:86: note: Function 'fsnodes_isancestor_or_node_reserved_or_trash' argument 2 names different: declaration 'p' definition 'node'.
lizardfs-3.12.0/src/master/filesystem_node.cc:477:79: style: Function 'fsnodes_remove_edge' argument 3 names different: declaration 'node_name' definition 'name'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:156:79: note: Function 'fsnodes_remove_edge' argument 3 names different: declaration 'node_name' definition 'name'.
lizardfs-3.12.0/src/master/filesystem_node.cc:477:79: note: Function 'fsnodes_remove_edge' argument 3 names different: declaration 'node_name' definition 'name'.
lizardfs-3.12.0/src/master/filesystem_node.cc:531:59: style: Function 'fsnodes_create_node' argument 2 names different: declaration 'node' definition 'parent'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:148:59: note: Function 'fsnodes_create_node' argument 2 names different: declaration 'node' definition 'parent'.
lizardfs-3.12.0/src/master/filesystem_node.cc:531:59: note: Function 'fsnodes_create_node' argument 2 names different: declaration 'node' definition 'parent'.
lizardfs-3.12.0/src/master/filesystem_node.cc:941:48: style: Function 'fsnodes_checkfile' argument 2 names different: declaration 'chunkcount' definition 'chunk_count'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:169:48: note: Function 'fsnodes_checkfile' argument 2 names different: declaration 'chunkcount' definition 'chunk_count'.
lizardfs-3.12.0/src/master/filesystem_node.cc:941:48: note: Function 'fsnodes_checkfile' argument 2 names different: declaration 'chunkcount' definition 'chunk_count'.
lizardfs-3.12.0/src/master/filesystem_node.cc:958:55: style: Function 'fsnodes_appendchunks' argument 2 names different: declaration 'dstobj' definition 'dst'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:159:55: note: Function 'fsnodes_appendchunks' argument 2 names different: declaration 'dstobj' definition 'dst'.
lizardfs-3.12.0/src/master/filesystem_node.cc:958:55: note: Function 'fsnodes_appendchunks' argument 2 names different: declaration 'dstobj' definition 'dst'.
lizardfs-3.12.0/src/master/filesystem_node.cc:958:72: style: Function 'fsnodes_appendchunks' argument 3 names different: declaration 'srcobj' definition 'src'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:159:75: note: Function 'fsnodes_appendchunks' argument 3 names different: declaration 'srcobj' definition 'src'.
lizardfs-3.12.0/src/master/filesystem_node.cc:958:72: note: Function 'fsnodes_appendchunks' argument 3 names different: declaration 'srcobj' definition 'src'.
lizardfs-3.12.0/src/master/filesystem_node.cc:1151:74: style: Function 'fsnodes_unlink' argument 3 names different: declaration 'node_name' definition 'child_name'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:154:74: note: Function 'fsnodes_unlink' argument 3 names different: declaration 'node_name' definition 'child_name'.
lizardfs-3.12.0/src/master/filesystem_node.cc:1151:74: note: Function 'fsnodes_unlink' argument 3 names different: declaration 'node_name' definition 'child_name'.
lizardfs-3.12.0/src/master/filesystem_node.cc:1151:94: style: Function 'fsnodes_unlink' argument 4 names different: declaration 'node' definition 'child'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/master/filesystem_node.h:154:93: note: Function 'fsnodes_unlink' argument 4 names different: declaration 'node' definition 'child'.
lizardfs-3.12.0/src/master/filesystem_node.cc:1151:94: note: Function 'fsnodes_unlink' argument 4 names different: declaration 'node' definition 'child'.
lizardfs-3.12.0/src/master/filesystem_operations.cc:2691:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lizardfs-3.12.0/src/master/filesystem_operations.cc:287:11: style: The scope of the variable 'nleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_operations.cc:56:56: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/master/filesystem_operations.cc:2894:3: warning: Return value of std::remove_if() ignored. Elements remain in container. [uselessCallsRemove]
lizardfs-3.12.0/src/master/filesystem_periodic.cc:329:18: style: The scope of the variable 'files' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_periodic.cc:331:18: style: The scope of the variable 'mfiles' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_quota.cc:344:11: style: The scope of the variable 'limit' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_quota.cc:348:13: style: Checking if unsigned variable 'limit' is less than zero. This might be a false warning. [unsignedLessThanZero]
lizardfs-3.12.0/src/master/filesystem_quota.cc:30:56: performance: Function parameter 'values' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/master/filesystem_store.cc:1468:12: style: Expression is always false because 'else if' condition matches previous condition at line 1466. [multiCondition]
lizardfs-3.12.0/src/master/filesystem_store.cc:1470:12: style: Expression is always false because 'else if' condition matches previous condition at line 1466. [multiCondition]
lizardfs-3.12.0/src/master/filesystem_store.cc:1470:12: style: Expression is always false because 'else if' condition matches previous condition at line 1468. [multiCondition]
lizardfs-3.12.0/src/master/filesystem_store.cc:97:11: style: The scope of the variable 'inode' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:98:10: style: The scope of the variable 'anleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:99:11: style: The scope of the variable 'avleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:535:43: style: The scope of the variable 'sessionid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:1036:11: style: The scope of the variable 'sleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:1357:7: style: The scope of the variable 'oldExists' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/filesystem_store.cc:991:3: warning: The buffer 'hdr' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lizardfs-3.12.0/src/master/filesystem_store.cc:1008:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lizardfs-3.12.0/src/master/filesystem_store.cc:1353:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lizardfs-3.12.0/src/master/filesystem_xattr.cc:264:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/get_servers_for_new_chunk.cc:83:11: style: The scope of the variable 'tmp_ip' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/hstring_unittest.cc:57:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lizardfs-3.12.0/src/master/itree.cc:193:11: style: The scope of the variable 'm' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:291:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lizardfs-3.12.0/src/master/masterconn.cc:511:10: style: The scope of the variable 'filenum' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:512:10: style: The scope of the variable 'dltime' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:778:22: style: The scope of the variable 'paptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:900:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:973:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/masterconn.cc:1047:22: style: The scope of the variable 'paptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:698:12: style: Expression is always false because 'else if' condition matches previous condition at line 694. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:702:12: style: Expression is always false because 'else if' condition matches previous condition at line 694. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:706:12: style: Expression is always false because 'else if' condition matches previous condition at line 694. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:716:12: style: Expression is always false because 'else if' condition matches previous condition at line 694. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:702:12: style: Expression is always false because 'else if' condition matches previous condition at line 698. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:706:12: style: Expression is always false because 'else if' condition matches previous condition at line 698. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:716:12: style: Expression is always false because 'else if' condition matches previous condition at line 698. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:706:12: style: Expression is always false because 'else if' condition matches previous condition at line 702. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:716:12: style: Expression is always false because 'else if' condition matches previous condition at line 702. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:716:12: style: Expression is always false because 'else if' condition matches previous condition at line 706. [multiCondition]
lizardfs-3.12.0/src/master/matoclserv.cc:2043:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/master/matoclserv.cc:2039:0: note: Variable 'status' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/master/matoclserv.cc:2043:2: note: Variable 'status' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/master/matoclserv.cc:2774:6: style: The scope of the variable 'allowcache' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4129:11: style: The scope of the variable 'owner' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4130:11: style: The scope of the variable 'sessionid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4132:11: style: The scope of the variable 'start' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4133:11: style: The scope of the variable 'end' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4548:16: style: The scope of the variable 'afl' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:4593:17: style: The scope of the variable 'acl' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:5107:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:5188:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:5289:6: style: The scope of the variable 'ns' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matoclserv.cc:299:15: style: The function 'isLizardFsPacketSerializer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:261:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:299:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:303:15: style: The function 'serializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:263:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:303:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:308:15: style: The function 'serializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:265:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:308:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:317:15: style: The function 'deserializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:268:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:317:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:322:15: style: The function 'serializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:271:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:322:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:327:15: style: The function 'serializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:273:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:327:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:338:15: style: The function 'deserializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:277:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:338:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:344:15: style: The function 'serializeFuseWriteChunkEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:280:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:344:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:349:15: style: The function 'deserializeFuseWriteChunkEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:282:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:349:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:357:15: style: The function 'serializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:286:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:357:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:369:15: style: The function 'serializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:289:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:369:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:382:15: style: The function 'deserializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:292:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:382:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:393:15: style: The function 'isLizardFsPacketSerializer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:261:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:393:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:397:15: style: The function 'serializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:263:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:397:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:402:15: style: The function 'serializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:265:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:402:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:409:15: style: The function 'deserializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:268:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:409:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:414:15: style: The function 'serializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:271:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:414:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:419:15: style: The function 'serializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:273:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:419:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:427:15: style: The function 'deserializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:277:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:427:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:432:15: style: The function 'serializeFuseWriteChunkEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:280:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:432:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:437:15: style: The function 'deserializeFuseWriteChunkEnd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:282:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:437:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:444:15: style: The function 'serializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:286:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:444:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:454:15: style: The function 'serializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:289:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:454:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:465:15: style: The function 'deserializeFuseTruncate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:292:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:465:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:475:15: style: The function 'serializeFuseReadChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:402:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:475:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:489:15: style: The function 'serializeFuseWriteChunk' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lizardfs-3.12.0/src/master/matoclserv.cc:419:15: note: Virtual function in base class
lizardfs-3.12.0/src/master/matoclserv.cc:489:15: note: Function in derived class
lizardfs-3.12.0/src/master/matoclserv.cc:4271:54: error: Uninitialized variable: gid [uninitvar]
lizardfs-3.12.0/src/master/matocsserv.cc:162:7: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/master/matocsserv.cc:179:7: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/master/matocsserv.cc:271:15: style: The scope of the variable 'rp' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:598:19: style: The scope of the variable 'checksum' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:599:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1080:9: style: The scope of the variable 'us' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1080:12: style: The scope of the variable 'ts' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1341:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1383:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1425:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1426:11: style: The scope of the variable 'chunkversion' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1573:25: style: The scope of the variable 'eaptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:1678:6: style: The scope of the variable 'ns' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::mode' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::sock' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::pdescpos' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::servstrip' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::version' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::servip' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::servport' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::timeout' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::usedspace' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::totalspace' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::chunkscount' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::todelusedspace' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::todeltotalspace' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::todelchunkscount' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::errorcounter' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::rrepcounter' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::wrepcounter' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::delcounter' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::load_factor' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::csdb' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matocsserv.cc:73:2: warning: Member variable 'matocsserventry::next' is not initialized in the constructor. [uninitMemberVar]
lizardfs-3.12.0/src/master/matomlserv.cc:180:11: style: The scope of the variable 'ts' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matomlserv.cc:684:25: style: The scope of the variable 'eaptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matomlserv.cc:719:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matomlserv.cc:792:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/matomlserv.cc:847:6: style: The scope of the variable 'ns' can be reduced. [variableScope]
lizardfs-3.12.0/src/master/restore.cc:198:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:208:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:218:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:236:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:319:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:332:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:344:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:389:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:430:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:446:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:459:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:468:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:478:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:556:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:607:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:619:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:646:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:660:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:680:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:703:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:734:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:756:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/restore.cc:764:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lizardfs-3.12.0/src/master/settrashtime_task.cc:69:10: style: The scope of the variable 'set' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:497:44: style: Same expression on both sides of '||' because the value of 'memcmp(hdr,MFSSIGNATURE"M 1.5",8)==0' and 'memcmp(hdr,MFSSIGNATURE"M 1.6",8)==0' are the same. [duplicateExpression]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:43:10: style: The scope of the variable 'r' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:44:11: style: The scope of the variable 'chunkid' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:45:11: style: The scope of the variable 'version' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:45:19: style: The scope of the variable 'lockedto' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:77:11: style: The scope of the variable 'x' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:77:13: style: The scope of the variable 'y' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:78:9: style: The scope of the variable 'happy' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:221:18: style: The scope of the variable 'sessionid' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:306:13: style: The scope of the variable 'nodeid' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:306:20: style: The scope of the variable 'ftime' can be reduced. [variableScope]
lizardfs-3.12.0/src/metadump/mfsmetadump.cc:408:11: style: The scope of the variable 'sleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/metarestore/main.cc:130:39: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
lizardfs-3.12.0/src/metarestore/main.cc:131:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lizardfs-3.12.0/src/metarestore/main.cc:303:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lizardfs-3.12.0/src/metarestore/merger.cc:51:11: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/metarestore/merger.cc:51:13: style: The scope of the variable 'r' can be reduced. [variableScope]
lizardfs-3.12.0/src/metarestore/merger.cc:51:15: style: The scope of the variable 'm' can be reduced. [variableScope]
lizardfs-3.12.0/src/metarestore/merger.cc:76:11: style: The scope of the variable 'p' can be reduced. [variableScope]
lizardfs-3.12.0/src/metarestore/merger.cc:155:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/client.h:70:2: style: Class 'Client' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/client/client.h:64:3: style: Struct 'FileInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/client/client.cc:150:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:351:21: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:437:21: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:265:10: style: The scope of the variable 'client' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:829:10: style: The scope of the variable 'client' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:830:19: style: The scope of the variable 'context' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:847:10: style: The scope of the variable 'client' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:848:19: style: The scope of the variable 'context' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:576:84: style: Function 'liz_mkdir' argument 4 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:560:84: note: Function 'liz_mkdir' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:576:84: note: Function 'liz_mkdir' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:577:34: style: Function 'liz_mkdir' argument 6 names different: declaration 'out_entry' definition 'entry'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:561:34: note: Function 'liz_mkdir' argument 6 names different: declaration 'out_entry' definition 'entry'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:577:34: note: Function 'liz_mkdir' argument 6 names different: declaration 'out_entry' definition 'entry'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:590:84: style: Function 'liz_rmdir' argument 4 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:570:84: note: Function 'liz_rmdir' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:590:84: note: Function 'liz_rmdir' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:651:85: style: Function 'liz_unlink' argument 4 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:613:85: note: Function 'liz_unlink' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:651:85: note: Function 'liz_unlink' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:692:85: style: Function 'liz_rename' argument 4 names different: declaration 'name' definition 'path'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:652:85: note: Function 'liz_rename' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:692:85: note: Function 'liz_rename' argument 4 names different: declaration 'name' definition 'path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:693:45: style: Function 'liz_rename' argument 6 names different: declaration 'new_name' definition 'new_path'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:653:45: note: Function 'liz_rename' argument 6 names different: declaration 'new_name' definition 'new_path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:693:45: note: Function 'liz_rename' argument 6 names different: declaration 'new_name' definition 'new_path'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:981:60: style: Function 'liz_destroy_chunkservers_info' argument 1 names different: declaration 'buffer' definition 'servers'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.h:812:60: note: Function 'liz_destroy_chunkservers_info' argument 1 names different: declaration 'buffer' definition 'servers'.
lizardfs-3.12.0/src/mount/client/lizardfs_c_api.cc:981:60: note: Function 'liz_destroy_chunkservers_info' argument 1 names different: declaration 'buffer' definition 'servers'.
lizardfs-3.12.0/src/mount/fuse/main.cc:131:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_fuse.cc:495:11: style: The scope of the variable 'position' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_fuse.cc:510:11: style: The scope of the variable 'position' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_fuse.cc:142:2: style: Class 'fuse_file_info_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:466:10: style: The scope of the variable 'nleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:489:10: style: The scope of the variable 'nleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:566:10: style: The scope of the variable 'dirinfo' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:587:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:588:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:589:22: style: The scope of the variable 'eptr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:590:10: style: The scope of the variable 'end' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:591:9: style: The scope of the variable 'opos' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:591:14: style: The scope of the variable 'oleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:592:10: style: The scope of the variable 'nleng' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:593:11: style: The scope of the variable 'inode' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:594:10: style: The scope of the variable 'type' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/fuse/mfs_meta_fuse.cc:661:11: style: The scope of the variable 'pathinfo' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/global_io_limiter_unittest.cc:63:2: style: Class 'ManuallyAdjustedClock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/global_io_limiter_unittest.cc:111:2: style: Struct 'IoLimitsDatabaseLimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/lizard_client.cc:944:7: style: The scope of the variable 'attrstr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:945:10: style: The scope of the variable 'mattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1099:7: style: The scope of the variable 'attrstr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1100:10: style: The scope of the variable 'mattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1214:7: style: The scope of the variable 'attrstr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1215:10: style: The scope of the variable 'mattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1393:7: style: The scope of the variable 'attrstr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:1394:10: style: The scope of the variable 'mattr' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:2281:27: style: The scope of the variable 'kEmptyAclSize' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/lizard_client.cc:2256:2: style: Class 'ErrorXattrHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/lizard_client.cc:2277:2: style: Class 'PosixAclXattrHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/mastercomm.cc:2724:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/mount/mastercomm.cc:2723:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/mount/mastercomm.cc:2724:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/mount/mastercomm.cc:2749:2: style: Variable 'ptr' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/mount/mastercomm.cc:2748:0: note: Variable 'ptr' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/mount/mastercomm.cc:2749:2: note: Variable 'ptr' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/mount/mastercomm.cc:463:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/mastercomm.cc:474:14: style: The scope of the variable 'sesflagposstrtab' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/mastercomm.cc:475:14: style: The scope of the variable 'sesflagnegstrtab' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/mastercomm.cc:984:6: style: The scope of the variable 'now' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/masterproxy.cc:110:6: style: The scope of the variable 'sock' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/oplog.cc:159:11: style: The scope of the variable 'bpos' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/polonaise/main.cc:191:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:192:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:193:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:194:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:262:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:263:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:264:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:265:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:266:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:267:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:268:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:269:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:270:50: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:282:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:283:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:284:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:285:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:286:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:287:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:288:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:289:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:359:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:360:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:361:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:362:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:363:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:364:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:365:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:366:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:367:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:591:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:592:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/polonaise/main.cc:593:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lizardfs-3.12.0/src/mount/readdata.cc:169:18: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/readdata.cc:347:18: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/readdata.cc:124:18: style: The scope of the variable 'rrecp' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/symlinkcache.cc:179:14: style: The scope of the variable 'hb' can be reduced. [variableScope]
lizardfs-3.12.0/src/mount/tweaks.cc:35:2: style: Class 'VariableImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/writedata.cc:661:30: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/writedata.cc:801:18: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/writedata.cc:861:18: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/writedata.cc:1013:18: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/mount/writedata.cc:401:46: style: Function 'processJob' argument 1 names different: declaration 'data' definition 'inodeData'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/mount/writedata.cc:383:29: note: Function 'processJob' argument 1 names different: declaration 'data' definition 'inodeData'.
lizardfs-3.12.0/src/mount/writedata.cc:401:46: note: Function 'processJob' argument 1 names different: declaration 'data' definition 'inodeData'.
lizardfs-3.12.0/src/mount/writedata.cc:357:26: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
lizardfs-3.12.0/src/mount/writedata.cc:89:2: style: Struct 'inodedata' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/src/mount/writedata.cc:164:10: performance: Possible inefficient checking for 'dataChain' emptiness. [stlSize]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:203:35: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:209:9: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:213:35: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:218:35: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:224:35: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/fileinfo_cache.cc:230:35: style: C-style pointer casting [cstyleCast]
lizardfs-3.12.0/src/nfs-ganesha/lzfs_acl.c:141:40: style: Function 'lzfs_int_getacl' argument 3 names different: declaration 'owner' definition 'owner_id'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.h:110:94: note: Function 'lzfs_int_getacl' argument 3 names different: declaration 'owner' definition 'owner_id'.
lizardfs-3.12.0/src/nfs-ganesha/lzfs_acl.c:141:40: note: Function 'lzfs_int_getacl' argument 3 names different: declaration 'owner' definition 'owner_id'.
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.c:103:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.c:101:0: note: Variable 'result' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.c:103:2: note: Variable 'result' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.c:25:39: style: Function 'lizardfs2fsal_error' argument 1 names different: declaration 'err' definition 'ec'. [funcArgNamesDifferent]
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.h:96:45: note: Function 'lizardfs2fsal_error' argument 1 names different: declaration 'err' definition 'ec'.
lizardfs-3.12.0/src/nfs-ganesha/lzfs_internal.c:25:39: note: Function 'lizardfs2fsal_error' argument 1 names different: declaration 'err' definition 'ec'.
lizardfs-3.12.0/src/nfs-ganesha/mds_export.c:89:2: style: Variable 'chunkserver_info' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/nfs-ganesha/mds_export.c:86:0: note: Variable 'chunkserver_info' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/nfs-ganesha/mds_export.c:89:2: note: Variable 'chunkserver_info' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/nfs-ganesha/mds_export.c:69:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lizardfs-3.12.0/src/nfs-ganesha/mds_export.c:179:25: style: The scope of the variable 'index' can be reduced. [variableScope]
lizardfs-3.12.0/src/nfs-ganesha/mds_handle.c:135:3: style: Variable 'attr.st_mtim.tv_sec' is reassigned a value before the old one has been used. [redundantAssignment]
lizardfs-3.12.0/src/nfs-ganesha/mds_handle.c:134:3: note: Variable 'attr.st_mtim.tv_sec' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/nfs-ganesha/mds_handle.c:135:3: note: Variable 'attr.st_mtim.tv_sec' is reassigned a value before the old one has been used.
lizardfs-3.12.0/src/tools/check_file.cc:38:10: style: The scope of the variable 'copies' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/file_info.cc:129:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lizardfs-3.12.0/src/tools/file_info.cc:152:18: style: The scope of the variable 'messageId' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/get_eattr.cc:40:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/get_eattr.cc:41:11: style: The scope of the variable 'fcnt' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/get_eattr.cc:42:11: style: The scope of the variable 'dcnt' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/get_trashtime.cc:43:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/quota_rep.cc:69:14: style: Unused variable: line [unusedVariable]
lizardfs-3.12.0/src/tools/recursive_remove.cc:49:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/recursive_remove.cc:50:11: style: The scope of the variable 'msgid' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/recursive_remove.cc:50:22: style: The scope of the variable 'job_id' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/set_goal.cc:47:11: style: The scope of the variable 'messageId' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:52:10: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:53:11: style: The scope of the variable 'msgid' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:53:22: style: The scope of the variable 'job_id' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:124:7: style: The scope of the variable 'src' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:126:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:127:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/snapshot.cc:127:14: style: The scope of the variable 'l' can be reduced. [variableScope]
lizardfs-3.12.0/src/tools/tools_common_functions.cc:46:11: style: The scope of the variable 'msgid' can be reduced. [variableScope]
lizardfs-3.12.0/tests/lizardfs-tests.cc:23:0: error: #error "You have to define TEST_DATA_PATH to compile this file" [preprocessorErrorDirective]
lizardfs-3.12.0/utils/chunk_operations_eio.c:36:6: style: Unused variable: procfd [unusedVariable]
lizardfs-3.12.0/utils/crc_converter.cc:46:2: style: Class 'ChunkType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lizardfs-3.12.0/utils/ping_pong.cc:174:0: error: Memory leak: val [memleak]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/lksctp-tools/lksctp-tools_1.0.17+dfsg.orig.tar.gz
lksctp-tools-1.0.17+dfsg.orig/src/apps/bindx_test.c:81:19: portability: 'addr_buf_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/bindx_test.c:82:13: portability: 'buf_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/bindx_test.c:95:19: portability: 'addr_buf_size' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/bindx_test.c:96:13: portability: 'buf_ptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/myftp.c:154:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lksctp-tools-1.0.17+dfsg.orig/src/apps/myftp.c:102:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_rcv.c:216:3: error: printf format string requires 5 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_rcv.c:219:3: error: printf format string requires 9 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_rcv.c:90:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_snd.c:312:3: error: printf format string requires 5 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_snd.c:315:3: error: printf format string requires 9 parameters but only 2 are given. [wrongPrintfScanfArgNum]
lksctp-tools-1.0.17+dfsg.orig/src/apps/nagle_snd.c:108:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_client.c:492:4: style: Variable 'notdone' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_client.c:489:4: note: Variable 'notdone' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_client.c:492:4: note: Variable 'notdone' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_client.c:506:6: style: The scope of the variable 'notdone' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_client.c:506:16: style: The scope of the variable 'ret' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/peel_server.c:482:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1160:9: style: Condition '!done' is always true [knownConditionTrueFalse]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1154:9: note: Assignment 'done=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1160:9: note: Condition '!done' is always true
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1416:2: style: Variable 'hst4' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1406:0: note: Variable 'hst4' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1416:2: note: Variable 'hst4' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1417:2: style: Variable 'hst6' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1407:0: note: Variable 'hst6' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1417:2: note: Variable 'hst6' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:277:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1032:6: style: The scope of the variable 'size' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1661:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1662:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1781:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1837:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2115:22: style: The scope of the variable 'bytes_sent' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2116:26: style: The scope of the variable 'sinfo' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2390:23: style: The scope of the variable 'in6_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:610:22: style: Function 'command_listen' argument 1 names different: declaration 'arg0' definition 'argv0'. [funcArgNamesDifferent]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.h:10:26: note: Function 'command_listen' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:610:22: note: Function 'command_listen' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:770:20: style: Function 'command_send' argument 1 names different: declaration 'arg0' definition 'argv0'. [funcArgNamesDifferent]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.h:11:24: note: Function 'command_send' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:770:20: note: Function 'command_send' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1024:20: style: Function 'command_poll' argument 1 names different: declaration 'arg0' definition 'argv0'. [funcArgNamesDifferent]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.h:12:24: note: Function 'command_poll' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1024:20: note: Function 'command_poll' argument 1 names different: declaration 'arg0' definition 'argv0'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1455:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1458:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1476:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1490:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1800:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1805:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1856:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1861:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2382:12: portability: 'addr_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2206:10: style: struct member 'linger::l_onoff' is never used. [unusedStructMember]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2207:10: style: struct member 'linger::l_linger' is never used. [unusedStructMember]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:764:2: error: Memory leak: iov.iov_base [memleak]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:1288:2: error: Memory leak: iov.iov_base [memleak]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_darn.c:2327:2: error: Memory leak: iov.iov_base [memleak]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_status.c:568:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_status.c:705:6: style: The scope of the variable 'msg_size' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_status.c:726:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_status.c:727:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_status.c:886:14: style: The scope of the variable 'state_to_str' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:501:2: style: Variable 'hst4' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:492:0: note: Variable 'hst4' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:501:2: note: Variable 'hst4' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:502:2: style: Variable 'hst6' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:493:0: note: Variable 'hst6' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:502:2: note: Variable 'hst6' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:273:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:337:20: style: The scope of the variable 'data' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:338:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:680:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:776:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:1101:6: style: The scope of the variable 'msg_size' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:1140:33: warning: Found calculation inside sizeof(). [sizeofCalculation]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:539:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:542:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:560:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:574:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:692:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:697:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:788:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_test.c:793:9: portability: 'aptr' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:231:12: style: The scope of the variable 'error' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:232:8: style: The scope of the variable 'ping' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:275:8: style: The scope of the variable 'data' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:276:27: style: The scope of the variable 'sn' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:320:8: style: The scope of the variable 'data' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:321:27: style: The scope of the variable 'sn' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:346:6: style: The scope of the variable 'error' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:229:71: style: Function 'data_received' argument 4 names different: declaration 'server_socket' definition 'socket'. [funcArgNamesDifferent]
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:81:29: note: Function 'data_received' argument 4 names different: declaration 'server_socket' definition 'socket'.
lksctp-tools-1.0.17+dfsg.orig/src/apps/sctp_xconnect.c:229:71: note: Function 'data_received' argument 4 names different: declaration 'server_socket' definition 'socket'.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:118:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:115:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:118:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:167:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:162:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvfrom.c:167:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvmsg.c:182:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvmsg.c:176:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_recvmsg.c:182:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_send.c:166:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_send.c:159:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_1_to_1_send.c:166:2: note: Variable 'count' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:193:9: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:161:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:193:9: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:360:13: portability: 'addr_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:367:13: portability: 'addr_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:390:13: portability: 'addr_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_basic.c:397:13: portability: 'addr_buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_fragments.c:87:20: style: The scope of the variable 'bytes_sent' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_recvmsg.c:145:3: style: Variable 'iov.iov_len' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_recvmsg.c:139:3: note: Variable 'iov.iov_len' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_recvmsg.c:145:3: note: Variable 'iov.iov_len' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:331:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:276:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:331:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:351:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:345:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:351:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_sockopt.c:1132:10: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_tcp_style.c:427:2: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_tcp_style.c:388:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/func_tests/test_tcp_style.c:427:2: note: Variable 'error' is reassigned a value before the old one has been used.
lksctp-tools-1.0.17+dfsg.orig/src/lib/addrs.c:40:11: style: The scope of the variable 'err' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/lib/bindx.c:43:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/lib/bindx.c:65:12: portability: 'addrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/lib/bindx.c:69:12: portability: 'addrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/lib/connectx.c:41:25: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/lib/connectx.c:51:12: portability: 'addrbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/lib/connectx.c:55:12: portability: 'addrbuf' is of type 'const void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:115:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:206:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:257:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:137:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:137:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:137:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:145:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:145:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:145:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:153:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:153:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:153:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:161:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:161:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:161:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:169:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:169:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:169:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:177:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:177:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:177:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:185:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:185:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:185:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:193:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:193:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:193:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:203:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:203:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:203:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:213:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:213:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:213:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:222:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:222:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:222:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:230:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:230:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:230:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:238:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:238:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:238:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:247:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:247:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:247:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:257:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:257:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:257:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:266:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:266:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:266:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:279:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:279:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:279:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:290:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:290:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:290:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:302:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:302:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:302:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:310:17: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:310:17: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:310:17: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:186:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:186:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:186:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:193:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:193:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:193:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:199:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:199:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:199:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:206:4: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:206:4: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:206:4: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:238:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:238:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:238:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:245:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:245:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:245:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:250:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:250:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:250:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:257:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:257:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:257:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:261:6: warning: Either the condition '!sinfo' is redundant or there is possible null pointer dereference: sinfo. [nullPointerRedundantCheck]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:256:6: note: Assuming that condition '!sinfo' is not redundant
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:261:6: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:262:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:262:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:262:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:264:6: warning: Possible null pointer dereference: sinfo [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:290:11: note: Assignment 'sinfo=NULL', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:295:8: note: Calling function 'test_check_buf_data', 4th argument 'sinfo' value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:264:6: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:265:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:265:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:265:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:313:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:313:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:313:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:324:2: warning: Either the condition '!msg_buf' is redundant or there is possible null pointer dereference: msg_buf. [nullPointerRedundantCheck]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:312:6: note: Assuming that condition '!msg_buf' is not redundant
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:324:2: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:357:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:357:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:357:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:376:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:376:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:376:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:381:3: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:381:3: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:381:3: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:399:4: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:399:4: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:399:4: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:411:4: error: Null pointer dereference: diediedie [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:411:4: note: Assignment 'diediedie=0', assigned value is 0
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:411:4: note: Null pointer dereference
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:96:20: style: The scope of the variable 'data' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:99:6: style: The scope of the variable 'done' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:100:7: style: The scope of the variable 'save' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:101:27: style: The scope of the variable 'sn' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:306:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:368:19: style: The scope of the variable 'sa_addr' can be reduced. [variableScope]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:390:12: portability: 'addrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:394:12: portability: 'addrbuf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:377:3: error: Memory leak: found [memleak]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:415:0: error: Memory leak: found [memleak]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:137:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:145:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:153:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:161:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:169:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:177:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:185:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:193:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:203:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:213:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:222:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:230:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:238:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:247:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:257:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:266:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:279:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:290:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:302:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.h:310:17: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:186:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:193:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:199:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:206:4: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:238:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:245:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:250:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:257:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:262:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:265:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:313:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:357:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:376:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:381:3: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:399:4: error: Null pointer dereference [nullPointer]
lksctp-tools-1.0.17+dfsg.orig/src/testlib/sctputil.c:411:4: error: Null pointer dereference [nullPointer]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/ll-scope/ll-scope_0.2.1.orig.tar.gz
ll-scope-0.2.1/dssi_shm.c:71:3: portability: %X in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
ll-scope-0.2.1/dssi_shm.c:86:7: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ll-scope-0.2.1/dssi_shm.c:86:7: warning: %X in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ll-scope-0.2.1/dssi_shm.c:134:7: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
ll-scope-0.2.1/dssi_shm.c:38:46: style: Function 'dssi_shm_allocate' argument 2 names different: declaration 'key' definition 'keystring'. [funcArgNamesDifferent]
ll-scope-0.2.1/dssi_shm.h:47:48: note: Function 'dssi_shm_allocate' argument 2 names different: declaration 'key' definition 'keystring'.
ll-scope-0.2.1/dssi_shm.c:38:46: note: Function 'dssi_shm_allocate' argument 2 names different: declaration 'key' definition 'keystring'.
ll-scope-0.2.1/dssiuiclient.hpp:130:8: style: Technically the member function 'DSSIUIClient::plugin_has_attached' can be const. [functionConst]
ll-scope-0.2.1/dssiuiclient.cpp:174:20: note: Technically the member function 'DSSIUIClient::plugin_has_attached' can be const.
ll-scope-0.2.1/dssiuiclient.hpp:130:8: note: Technically the member function 'DSSIUIClient::plugin_has_attached' can be const.
ll-scope-0.2.1/dssiuiclient.cpp:93:7: performance: Passing the result of c_str() to a function that takes std::string as argument no. 2 is slow and redundant. [stlcstrParam]
ll-scope-0.2.1/ll-scope.c:143:11: style: Variable 'scope' is assigned a value that is never used. [unreadVariable]
ll-scope-0.2.1/scopewidget.hpp:42:3: style: Class 'ScopeWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
ll-scope-0.2.1/ringbuffer.c:39:14: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
ll-scope-0.2.1/ringbuffer.c:76:14: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
ll-scope-0.2.1/ringbuffer.c:111:14: style: Variable 'col' is assigned a value that is never used. [unreadVariable]
ll-scope-0.2.1/scopewidget.hpp:83:7: style: Member variable 'ScopeWidget::m_timeout' is in the wrong place in the initializer list. [initializerList]
ll-scope-0.2.1/scopewidget.cpp:35:58: note: Member variable 'ScopeWidget::m_timeout' is in the wrong place in the initializer list.
ll-scope-0.2.1/scopewidget.hpp:83:7: note: Member variable 'ScopeWidget::m_timeout' is in the wrong place in the initializer list.
ll-scope-0.2.1/scopewidget.hpp:79:16: style: Member variable 'ScopeWidget::m_channel1' is in the wrong place in the initializer list. [initializerList]
ll-scope-0.2.1/scopewidget.cpp:36:42: note: Member variable 'ScopeWidget::m_channel1' is in the wrong place in the initializer list.
ll-scope-0.2.1/scopewidget.hpp:79:16: note: Member variable 'ScopeWidget::m_channel1' is in the wrong place in the initializer list.
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/lldpad/lldpad_1.0.1+git20180808.4e642bd.orig.tar.gz
lldpad/clif.c:308:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/clif.c:106:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpad/config.c:291:2: style: Variable 'setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/config.c:288:0: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:291:2: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:326:2: style: Variable 'setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/config.c:321:0: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:326:2: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:545:2: style: Variable 'setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/config.c:541:0: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:545:2: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/config.c:621:2: style: Variable 'rval' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/config.c:620:0: note: Variable 'rval' is reassigned a value before the old one has been used.
lldpad/config.c:621:2: note: Variable 'rval' is reassigned a value before the old one has been used.
lldpad/config.c:219:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lldpad/config.c:324:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/config.c:469:16: style: The scope of the variable 'ifkey' can be reduced. [variableScope]
lldpad/config.c:494:16: style: The scope of the variable 'ifkey' can be reduced. [variableScope]
lldpad/config.c:542:8: style: The scope of the variable 's' can be reduced. [variableScope]
lldpad/config.c:543:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/config.c:590:16: style: The scope of the variable 'ifkey' can be reduced. [variableScope]
lldpad/ctrl_iface.c:460:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/ctrl_iface.c:453:0: note: Variable 's' is reassigned a value before the old one has been used.
lldpad/ctrl_iface.c:460:2: note: Variable 's' is reassigned a value before the old one has been used.
lldpad/ctrl_iface.c:578:3: style: Variable 'send' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/ctrl_iface.c:576:3: note: Variable 'send' is reassigned a value before the old one has been used.
lldpad/ctrl_iface.c:578:3: note: Variable 'send' is reassigned a value before the old one has been used.
lldpad/ctrl_iface.c:505:25: style: The scope of the variable 'prev' can be reduced. [variableScope]
lldpad/ctrl_iface.c:547:11: style: The scope of the variable 'send' can be reduced. [variableScope]
lldpad/dcb_protocol.c:75:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/dcb_protocol.c:74:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:75:2: note: Variable 'entry' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:919:2: style: Variable 'sResult' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/dcb_protocol.c:913:0: note: Variable 'sResult' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:919:2: note: Variable 'sResult' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:1101:2: style: Variable 'not_default' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/dcb_protocol.c:1097:0: note: Variable 'not_default' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:1101:2: note: Variable 'not_default' is reassigned a value before the old one has been used.
lldpad/dcb_protocol.c:1547:9: style: The scope of the variable 'it' can be reduced. [variableScope]
lldpad/dcb_protocol.c:2368:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/dcb_protocol.c:3135:8: style: Boolean variable 'Err' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lldpad/dcb_protocol.c:3138:8: style: Boolean variable 'Err' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lldpad/dcb_protocol.c:3139:31: style: Boolean variable 'Err' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lldpad/dcb_rule_chk.c:398:4: style: Variable 'tx_bw' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/dcb_rule_chk.c:397:4: note: Variable 'tx_bw' is reassigned a value before the old one has been used.
lldpad/dcb_rule_chk.c:398:4: note: Variable 'tx_bw' is reassigned a value before the old one has been used.
lldpad/dcb_rule_chk.c:421:4: style: Variable 'rx_bw' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/dcb_rule_chk.c:420:4: note: Variable 'rx_bw' is reassigned a value before the old one has been used.
lldpad/dcb_rule_chk.c:421:4: note: Variable 'rx_bw' is reassigned a value before the old one has been used.
lldpad/dcb_rule_chk.c:292:7: style: The scope of the variable 'tx_link_strict' can be reduced. [variableScope]
lldpad/dcb_rule_chk.c:292:37: style: The scope of the variable 'rx_link_strict' can be reduced. [variableScope]
lldpad/dcb_rule_chk.c:507:6: style: The scope of the variable 'num_found' can be reduced. [variableScope]
lldpad/dcb_rule_chk.c:508:7: style: The scope of the variable 'link_strict' can be reduced. [variableScope]
lldpad/dcbtool.c:427:6: style: The scope of the variable 'argc' can be reduced. [variableScope]
lldpad/dcbtool.c:499:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpad/dcbtool_cmds.c:659:33: style: Redundant condition: dcb_cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lldpad/dcbtool_cmds.c:128:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lldpad/dcbtool_cmds.c:154:7: style: The scope of the variable 'aptr' can be reduced. [variableScope]
lldpad/dcbtool_cmds.c:155:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/dcbtool_cmds.c:219:7: style: The scope of the variable 'aptr' can be reduced. [variableScope]
lldpad/dcbtool_cmds.c:220:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/eloop.c:221:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpad/eloop.c:221:10: style: The scope of the variable 'tc' can be reduced. [variableScope]
lldpad/eloop.c:221:14: style: The scope of the variable 'sock' can be reduced. [variableScope]
lldpad/eloop.c:510:26: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lldpad/eloop.c:546:34: style: The scope of the variable 'prev' can be reduced. [variableScope]
lldpad/eloop.c:116:6: style: struct member 'eloop_data::reader_table_changed' is never used. [unusedStructMember]
lldpad/lldp/ports.c:117:2: style: Variable 'agent' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp/ports.c:115:0: note: Variable 'agent' is reassigned a value before the old one has been used.
lldpad/lldp/ports.c:117:2: note: Variable 'agent' is reassigned a value before the old one has been used.
lldpad/lldp/ports.c:305:21: style: The scope of the variable 'agent' can be reduced. [variableScope]
lldpad/lldp/ports.c:125:61: style: Function 'set_lldp_agent_admin' argument 3 names different: declaration 'enable' definition 'admin'. [funcArgNamesDifferent]
lldpad/lldp/agent.h:156:61: note: Function 'set_lldp_agent_admin' argument 3 names different: declaration 'enable' definition 'admin'.
lldpad/lldp/ports.c:125:61: note: Function 'set_lldp_agent_admin' argument 3 names different: declaration 'enable' definition 'admin'.
lldpad/lldp/ports.c:82:36: portability: '(void*)agent->tx.frameout' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/lldp/ports.c:106:35: portability: '(void*)agent->rx.framein' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/lldp/rx.c:65:20: style: The scope of the variable 'hdr' can be reduced. [variableScope]
lldpad/lldp/rx.c:66:32: style: The scope of the variable 'ex' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:2085:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/lldp_8021qaz.c:2095:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/lldp_8021qaz.c:804:2: style: Variable 'nlsocket' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_8021qaz.c:793:0: note: Variable 'nlsocket' is reassigned a value before the old one has been used.
lldpad/lldp_8021qaz.c:804:2: note: Variable 'nlsocket' is reassigned a value before the old one has been used.
lldpad/lldp_8021qaz.c:160:7: style: The scope of the variable 'tc' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:160:11: style: The scope of the variable 'prio' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:178:15: style: The scope of the variable 'tc' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:273:9: style: The scope of the variable 'tokens' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:295:9: style: The scope of the variable 'tokens' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:2124:27: style: The scope of the variable 'id' can be reduced. [variableScope]
lldpad/lldp_8021qaz.c:898:5: error: Common realloc mistake: 'this_app' nulled but not freed upon failure [memleakOnRealloc]
lldpad/lldp_8021qaz_cmds.c:1067:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/lldp_8021qaz_cmds.c:1096:12: warning: Size of pointer 'new_app' used instead of size of its data. [pointerSize]
lldpad/lldp_8021qaz_cmds.c:1100:12: warning: Size of pointer 'new_app' used instead of size of its data. [pointerSize]
lldpad/lldp_8021qaz_cmds.c:1104:12: warning: Size of pointer 'new_app' used instead of size of its data. [pointerSize]
lldpad/lldp_8021qaz_cmds.c:1108:12: warning: Size of pointer 'new_app' used instead of size of its data. [pointerSize]
lldpad/lldp_8023.c:353:24: style: The scope of the variable 'bd' can be reduced. [variableScope]
lldpad/lldp_basman.c:528:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/lldp_basman.c:577:22: style: The scope of the variable 'bd' can be reduced. [variableScope]
lldpad/lldp_basman_clif.c:153:3: style: Variable 'print_comma' is assigned a value that is never used. [unreadVariable]
lldpad/lldp_cisco_clif.c:103:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_cisco_clif.c:105:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_cisco_clif.c:107:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_cisco_clif.c:109:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_dcbx.c:382:20: style: The scope of the variable 'dd' can be reduced. [variableScope]
lldpad/lldp_dcbx.c:703:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpad/lldp_dcbx_cfg.c:53:2: style: Variable 'tmp_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:47:0: note: Variable 'tmp_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:53:2: note: Variable 'tmp_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:104:2: style: Variable 'dcbx_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:96:0: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:104:2: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:310:9: style: Variable 'root_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:305:0: note: Variable 'root_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:310:9: note: Variable 'root_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:311:2: style: Variable 'dcbx_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:306:0: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:311:2: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:343:2: style: Variable 'setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:339:0: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:343:2: note: Variable 'setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:379:2: style: Variable 'dcbx_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:370:0: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:379:2: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:793:2: style: Variable 'dcbx_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:780:0: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:793:2: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:1087:2: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:1079:0: note: Variable 'settings' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:1087:2: note: Variable 'settings' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:1109:2: style: Variable 'dcbx_setting' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldp_dcbx_cfg.c:1106:0: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cfg.c:1109:2: note: Variable 'dcbx_setting' is reassigned a value before the old one has been used.
lldpad/lldp_dcbx_cmds.c:797:29: style: Redundant condition: cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lldpad/lldp_dcbx_cmds.c:806:29: style: Redundant condition: cmd==CMD_GET_PEER. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lldpad/lldp_dcbx_cmds.c:343:28: warning: Either the condition 'if(desc_str)' is redundant or there is possible null pointer dereference: desc_str. [nullPointerRedundantCheck]
lldpad/lldp_dcbx_cmds.c:345:8: note: Assuming that condition 'if(desc_str)' is not redundant
lldpad/lldp_dcbx_cmds.c:343:28: note: Null pointer dereference
lldpad/lldp_dcbx_cmds.c:344:6: warning: Either the condition 'if(desc_str)' is redundant or there is possible null pointer dereference: desc_str. [nullPointerRedundantCheck]
lldpad/lldp_dcbx_cmds.c:345:8: note: Assuming that condition 'if(desc_str)' is not redundant
lldpad/lldp_dcbx_cmds.c:344:6: note: Null pointer dereference
lldpad/lldp_dcbx_cmds.c:252:7: style: The scope of the variable 'state' can be reduced. [variableScope]
lldpad/lldp_dcbx_cmds.c:296:6: style: The scope of the variable 'version' can be reduced. [variableScope]
lldpad/lldp_dcbx_cmds.c:454:6: style: The scope of the variable 'last' can be reduced. [variableScope]
lldpad/lldp_dcbx_cmds.c:1097:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/lldp_dcbx_cmds.c:1158:44: style: Function 'set_llink_config' argument 1 names different: declaration 'app_data' definition 'llink_data'. [funcArgNamesDifferent]
lldpad/lldp_dcbx_cmds.c:69:44: note: Function 'set_llink_config' argument 1 names different: declaration 'app_data' definition 'llink_data'.
lldpad/lldp_dcbx_cmds.c:1158:44: note: Function 'set_llink_config' argument 1 names different: declaration 'app_data' definition 'llink_data'.
lldpad/lldp_dcbx_nl.c:191:9: style: Condition '!found' is always true [knownConditionTrueFalse]
lldpad/lldp_dcbx_nl.c:183:14: note: Assignment 'found=0', assigned value is 0
lldpad/lldp_dcbx_nl.c:191:9: note: Condition '!found' is always true
lldpad/lldp_dcbx_nl.c:155:15: warning: Either the condition 'nlh==NULL' is redundant or there is possible null pointer dereference: nlh. [nullPointerRedundantCheck]
lldpad/lldp_dcbx_nl.c:157:10: note: Assuming that condition 'nlh==NULL' is not redundant
lldpad/lldp_dcbx_nl.c:155:15: note: Null pointer dereference
lldpad/lldp_dcbx_nl.c:365:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lldpad/lldp_dcbx_nl.c:182:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpad/lldp_dcbx_nl.c:320:30: style: The scope of the variable 'rta_child' can be reduced. [variableScope]
lldpad/lldp_dcbx_nl.c:373:32: style: The scope of the variable 'param_parent' can be reduced. [variableScope]
lldpad/lldp_dcbx_nl.c:414:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lldpad/lldp_dcbx_nl.c:564:2: warning: The buffer 'name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lldpad/lldp_evb.c:408:19: style: The scope of the variable 'ed' can be reduced. [variableScope]
lldpad/lldp_evb22.c:512:21: style: The scope of the variable 'ed' can be reduced. [variableScope]
lldpad/lldp_evb22_cmds.c:396:4: warning: Possible null pointer dereference: fct [nullPointer]
lldpad/lldp_evb22_cmds.c:450:45: note: Calling function 'scan_bool', 5th argument 'fct' value is 0
lldpad/lldp_evb22_cmds.c:396:4: note: Null pointer dereference
lldpad/lldp_evb22_cmds.c:581:4: warning: Possible null pointer dereference: fct [nullPointer]
lldpad/lldp_evb22_cmds.c:621:46: note: Calling function 'scan_31bit', 5th argument 'fct' value is 0
lldpad/lldp_evb22_cmds.c:581:4: note: Null pointer dereference
lldpad/lldp_mand.c:558:20: style: The scope of the variable 'md' can be reduced. [variableScope]
lldpad/lldp_mand_cmds.c:166:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lldpad/lldp_mand_cmds.c:653:6: style: The scope of the variable 'off' can be reduced. [variableScope]
lldpad/lldp_mand_cmds.c:654:6: style: The scope of the variable 'moff' can be reduced. [variableScope]
lldpad/lldp_med.c:800:19: style: The scope of the variable 'md' can be reduced. [variableScope]
lldpad/lldp_orgspec_clif.c:197:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/lldp_orgspec_clif.c:163:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_orgspec_clif.c:164:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpad/lldp_rtnl.c:106:24: warning: Possible null pointer dereference: data [nullPointer]
lldpad/lldp_rtnl.c:299:44: note: Calling function 'add_rtattr', 3rd argument 'data' value is 0
lldpad/lldp_rtnl.c:106:24: note: Null pointer dereference
lldpad/lldp_rtnl.c:101:23: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/lldp_rtnl.c:276:9: style: union member 'Anonymous0::attrbuf' is never used. [unusedStructMember]
lldpad/lldp_tlv.c:169:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/lldp_tlv.c:182:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/lldp_util.c:112:6: style: The scope of the variable 'a' can be reduced. [variableScope]
lldpad/lldp_util.c:233:36: style: The scope of the variable 'san_mac' can be reduced. [variableScope]
lldpad/lldp_util.c:235:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/lldp_util.c:343:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lldpad/lldp_util.c:528:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/lldp_util.c:531:6: style: The scope of the variable 'cnt' can be reduced. [variableScope]
lldpad/lldp_util.c:567:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lldpad/lldpad.c:155:2: style: Variable 'cd' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/lldpad.c:151:0: note: Variable 'cd' is reassigned a value before the old one has been used.
lldpad/lldpad.c:155:2: note: Variable 'cd' is reassigned a value before the old one has been used.
lldpad/lldpad.c:115:22: style: The scope of the variable 'module' can be reduced. [variableScope]
lldpad/lldptool.c:209:22: style: The scope of the variable 'module' can be reduced. [variableScope]
lldpad/lldptool.c:446:6: style: The scope of the variable 'numargs' can be reduced. [variableScope]
lldpad/lldptool.c:449:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpad/lldptool.c:654:6: style: The scope of the variable 'argc' can be reduced. [variableScope]
lldpad/lldptool_cmds.c:443:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/lldptool_cmds.c:456:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/lldptool_cmds.c:430:6: style: The scope of the variable 'printed' can be reduced. [variableScope]
lldpad/log.c:68:1: error: va_list 'vb' was opened but not closed by va_end(). [va_end_missing]
lldpad/qbg/ecp22.c:1031:16: style: The scope of the variable 'ecp' can be reduced. [variableScope]
lldpad/qbg/vdp.c:1857:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/qbg/vdp.c:910:14: style: Expression is always false because 'else if' condition matches previous condition at line 904. [multiCondition]
lldpad/qbg/vdp.c:225:19: style: The scope of the variable 'vd' can be reduced. [variableScope]
lldpad/qbg/vdp22.c:246:27: style: The scope of the variable 'oui_str' can be reduced. [variableScope]
lldpad/qbg/vdp22.c:874:16: style: The scope of the variable 'vsi' can be reduced. [variableScope]
lldpad/qbg/vdp22_cmds.c:61:17: warning: Possible null pointer dereference: np [nullPointer]
lldpad/qbg/vdp22_cmds.c:58:27: note: Assignment 'np=NULL', assigned value is 0
lldpad/qbg/vdp22_cmds.c:61:17: note: Null pointer dereference
lldpad/qbg/vdp22_cmds.c:520:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdp22_cmds.c:517:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22_cmds.c:520:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22_cmds.c:202:7: style: The scope of the variable 'test_failed' can be reduced. [variableScope]
lldpad/qbg/vdp22_cmds.c:256:7: style: Variable 'roff' is assigned a value that is never used. [unreadVariable]
lldpad/qbg/vdp22br.c:127:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdp22br.c:120:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22br.c:127:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22cisco_oui.c:284:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lldpad/qbg/vdp22cisco_oui.c:285:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lldpad/qbg/vdp22cisco_oui.c:391:2: style: Variable 'vsi' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdp22cisco_oui.c:378:0: note: Variable 'vsi' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22cisco_oui.c:391:2: note: Variable 'vsi' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22cisco_oui.c:425:2: style: Variable 'vsi' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdp22cisco_oui.c:413:0: note: Variable 'vsi' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22cisco_oui.c:425:2: note: Variable 'vsi' is reassigned a value before the old one has been used.
lldpad/qbg/vdp22cisco_oui.c:225:7: style: The scope of the variable 'uuid_str' can be reduced. [variableScope]
lldpad/qbg/vdp22cisco_oui.c:228:13: style: The scope of the variable 'num_str_bytes' can be reduced. [variableScope]
lldpad/qbg/vdp22cisco_oui.c:381:16: style: The scope of the variable 'net_l3_addr' can be reduced. [variableScope]
lldpad/qbg/vdp22cisco_oui.c:276:18: style: Variable 'tmp_buf_len' is assigned a value that is never used. [unreadVariable]
lldpad/qbg/vdp22sm.c:1258:36: style: Redundant condition: !(vsip->status&VDP22_ACKBIT). 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lldpad/qbg/vdp22sm.c:219:30: style: The scope of the variable 'oui_hndlr' can be reduced. [variableScope]
lldpad/qbg/vdp22sm.c:220:27: style: The scope of the variable 'oui_str' can be reduced. [variableScope]
lldpad/qbg/vdp22sm.c:368:27: style: The scope of the variable 'oui_str' can be reduced. [variableScope]
lldpad/qbg/vdp22sm.c:1269:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/qbg/vdp22sm.c:1285:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lldpad/qbg/vdp_ascii.c:108:15: warning: Either the condition 'if(s&&*myend=='\0'&&min<=*no&&*no<=max)' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lldpad/qbg/vdp_ascii.c:109:5: note: Assuming that condition 'if(s&&*myend=='\0'&&min<=*no&&*no<=max)' is not redundant
lldpad/qbg/vdp_ascii.c:108:15: note: Null pointer dereference
lldpad/qbg/vdp_ascii.c:464:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdp_ascii.c:460:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp_ascii.c:464:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdp_ascii.c:269:6: style: The scope of the variable 'no' can be reduced. [variableScope]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 7) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:64:7: warning: %x in format string (no. 8) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:90:7: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:90:7: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/qbg/vdp_clif.c:101:3: warning: %d in format string (no. 7) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/qbg/vdp_cmds.c:543:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpad/qbg/vdpnl.c:464:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/qbg/vdpnl.c:455:0: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/qbg/vdpnl.c:464:2: note: Variable 'rc' is reassigned a value before the old one has been used.
lldpad/test/nltest.c:1010:6: style: Condition '!oper_mode' is always false [knownConditionTrueFalse]
lldpad/test/nltest.c:990:14: note: Assignment 'oper_mode=1', assigned value is 1
lldpad/test/nltest.c:1010:6: note: Condition '!oper_mode' is always false
lldpad/test/nltest.c:135:24: warning: Possible null pointer dereference: data [nullPointer]
lldpad/test/nltest.c:144:21: note: Calling function 'addattr_l', 3rd argument 'data' value is 0
lldpad/test/nltest.c:135:24: note: Null pointer dereference
lldpad/test/nltest.c:761:15: style: The scope of the variable 'temp_int' can be reduced. [variableScope]
lldpad/test/nltest.c:1201:24: style: The scope of the variable 'apptbl' can be reduced. [variableScope]
lldpad/test/nltest.c:132:8: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/nltest.c:142:24: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/nltest.c:150:26: portability: '(void*)(n)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/qbg22sim.c:394:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:407:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:468:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:818:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:827:3: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'ptrdiff_t {aka signed int}'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:858:3: portability: %ld in format string (no. 3) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:910:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:1163:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:1372:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:1372:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:1372:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:1372:2: warning: %ld in format string (no. 4) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/qbg22sim.c:279:6: style: The scope of the variable 'byte1' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:279:13: style: The scope of the variable 'byte2' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:351:17: style: The scope of the variable 'q' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:435:15: style: The scope of the variable 'node' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:799:7: style: The scope of the variable 'tracebuf' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:881:9: style: The scope of the variable 'txt' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:1245:6: style: The scope of the variable 'type' can be reduced. [variableScope]
lldpad/test/qbg22sim.c:1321:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lldpad/test/vdptest.c:1495:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 4) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 5) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1500:8: warning: %x in format string (no. 6) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/test/vdptest.c:1606:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:1628:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:1657:4: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:1853:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2196:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2196:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2196:2: warning: %d in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2489:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2510:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2679:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lldpad/test/vdptest.c:2632:15: warning: Either the condition '!cmd' is redundant or there is possible null pointer dereference: cmd. [nullPointerRedundantCheck]
lldpad/test/vdptest.c:2630:7: note: Assuming that condition '!cmd' is not redundant
lldpad/test/vdptest.c:2632:15: note: Null pointer dereference
lldpad/test/vdptest.c:238:17: style: The scope of the variable 'nla_type' can be reduced. [variableScope]
lldpad/test/vdptest.c:1810:8: style: The scope of the variable 'word' can be reduced. [variableScope]
lldpad/test/vdptest.c:1810:15: style: The scope of the variable 'value' can be reduced. [variableScope]
lldpad/test/vdptest.c:1906:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/test/vdptest.c:1994:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lldpad/test/vdptest.c:2387:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/test/vdptest.c:2481:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lldpad/test/vdptest.c:145:31: portability: '(void*)nlh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/vdptest.c:150:52: portability: '(void*)nlh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/vdptest.c:159:52: portability: '(void*)nlh' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lldpad/test/vdptest.c:816:17: style: struct member 'vdpback::resp' is never used. [unusedStructMember]
lldpad/test/vdptest.c:529:8: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
lldpad/tlv_dcbx.c:386:4: style: Variable 'tmpbyte' is reassigned a value before the old one has been used. [redundantAssignment]
lldpad/tlv_dcbx.c:385:4: note: Variable 'tmpbyte' is reassigned a value before the old one has been used.
lldpad/tlv_dcbx.c:386:4: note: Variable 'tmpbyte' is reassigned a value before the old one has been used.
lldpad/tlv_dcbx.c:304:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:347:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:414:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:416:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:416:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:486:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:540:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:675:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:757:26: style: The scope of the variable 'cfg' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:758:26: style: The scope of the variable 'pkt' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:1208:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:1208:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lldpad/tlv_dcbx.c:729:4: error: Common realloc mistake: 'app_info' nulled but not freed upon failure [memleakOnRealloc]
lldpad/vdptool.c:433:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/vdptool.c:443:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/vdptool.c:455:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lldpad/vdptool.c:271:7: style: The scope of the variable 'is_new' can be reduced. [variableScope]
lldpad/vdptool.c:811:22: style: The scope of the variable 'module' can be reduced. [variableScope]
lldpad/vdptool.c:895:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpad/vdptool.c:1045:6: style: The scope of the variable 'numargs' can be reduced. [variableScope]
lldpad/vdptool.c:1049:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpad/vdptool.c:1233:6: style: The scope of the variable 'argc' can be reduced. [variableScope]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/lldpd/lldpd_1.0.1.orig.tar.gz
lldpd-1.0.1/libevent/arc4random.c:110:16: style: The scope of the variable 'si' can be reduced. [variableScope]
lldpd-1.0.1/libevent/arc4random.c:128:10: style: The scope of the variable 'result' can be reduced. [variableScope]
lldpd-1.0.1/libevent/buffer.c:419:7: style: Condition '!lock' is always true [knownConditionTrueFalse]
lldpd-1.0.1/libevent/buffer.c:417:6: note: Assuming that condition '!lock' is not redundant
lldpd-1.0.1/libevent/buffer.c:419:7: note: Condition '!lock' is always true
lldpd-1.0.1/libevent/buffer.c:2733:2: style: Variable 'res' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/buffer.c:2729:0: note: Variable 'res' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/buffer.c:2733:2: note: Variable 'res' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/buffer.c:1334:16: style: The scope of the variable 'cr' can be reduced. [variableScope]
lldpd-1.0.1/libevent/buffer.c:1334:21: style: The scope of the variable 'lf' can be reduced. [variableScope]
lldpd-1.0.1/libevent/buffer.c:2506:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/buffer.c:499:44: style: Function 'evbuffer_invoke_callbacks' argument 1 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evbuffer-internal.h:287:49: note: Function 'evbuffer_invoke_callbacks' argument 1 names different: declaration 'buf' definition 'buffer'.
lldpd-1.0.1/libevent/buffer.c:499:44: note: Function 'evbuffer_invoke_callbacks' argument 1 names different: declaration 'buf' definition 'buffer'.
lldpd-1.0.1/libevent/buffer.c:1735:12: style: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/buffer.c:140:12: note: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'.
lldpd-1.0.1/libevent/buffer.c:1735:12: note: Function 'evbuffer_chain_should_realign' argument 2 names different: declaration 'datalen' definition 'datlen'.
lldpd-1.0.1/libevent/buffer.c:2033:38: style: Function '_evbuffer_read_setup_vecs' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evbuffer-internal.h:273:38: note: Function '_evbuffer_read_setup_vecs' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'.
lldpd-1.0.1/libevent/buffer.c:2033:38: note: Function '_evbuffer_read_setup_vecs' argument 4 names different: declaration 'n_vecs' definition 'n_vecs_avail'.
lldpd-1.0.1/libevent/buffer.c:637:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:689:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:702:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:713:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1224:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1756:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1771:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1801:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1807:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1850:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1885:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:1934:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:2048:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:2054:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer.c:2690:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lldpd-1.0.1/libevent/buffer_iocp.c:100:20: style: The scope of the variable 'len' can be reduced. [variableScope]
lldpd-1.0.1/libevent/buffer_iocp.c:170:56: style: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/iocp-internal.h:148:60: note: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'.
lldpd-1.0.1/libevent/buffer_iocp.c:170:56: note: Function 'evbuffer_launch_write' argument 2 names different: declaration 'n' definition 'at_most'.
lldpd-1.0.1/libevent/buffer_iocp.c:244:51: style: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/iocp-internal.h:134:55: note: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'.
lldpd-1.0.1/libevent/buffer_iocp.c:244:51: note: Function 'evbuffer_launch_read' argument 2 names different: declaration 'n' definition 'at_most'.
lldpd-1.0.1/libevent/bufferevent.c:713:7: style: Condition '!lock' is always true [knownConditionTrueFalse]
lldpd-1.0.1/libevent/bufferevent.c:711:13: note: Assuming that condition '!lock' is not redundant
lldpd-1.0.1/libevent/bufferevent.c:713:7: note: Condition '!lock' is always true
lldpd-1.0.1/libevent/bufferevent_filter.c:397:36: style: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/bufferevent_filter.c:72:36: note: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'.
lldpd-1.0.1/libevent/bufferevent_filter.c:397:36: note: Function 'bufferevent_filtered_outbuf_cb' argument 2 names different: declaration 'info' definition 'cbinfo'.
lldpd-1.0.1/libevent/bufferevent_openssl.c:570:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/bufferevent_pair.c:122:2: style: Variable 'bufev1' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/bufferevent_pair.c:116:0: note: Variable 'bufev1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/bufferevent_pair.c:122:2: note: Variable 'bufev1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/bufferevent_ratelim.c:203:52: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lldpd-1.0.1/libevent/bufferevent_sock.c:349:2: error: Address of auto-variable 'bufev_p->bev' returned [returnAddressOfAutoVariable]
lldpd-1.0.1/libevent/epoll.c:179:6: style: The scope of the variable 'op' can be reduced. [variableScope]
lldpd-1.0.1/libevent/epoll.c:179:10: style: The scope of the variable 'events' can be reduced. [variableScope]
lldpd-1.0.1/libevent/epoll.c:337:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:855:6: style: The scope of the variable 'error' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:856:7: style: The scope of the variable 'addrbuf' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:1398:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:2062:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:2831:18: style: The scope of the variable 'req' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:2870:18: style: The scope of the variable 'req' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:3333:62: style: The scope of the variable 'req' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:3334:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:4041:19: style: The scope of the variable 'hash' can be reduced. [variableScope]
lldpd-1.0.1/libevent/evdns.c:2699:12: style: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evdns.c:400:166: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
lldpd-1.0.1/libevent/evdns.c:2699:12: note: Function 'request_new' argument 7 names different: declaration 'ptr' definition 'user_ptr'.
lldpd-1.0.1/libevent/evdns.c:3200:45: style: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evdns.c:396:56: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
lldpd-1.0.1/libevent/evdns.c:3200:45: note: Function 'search_try_next' argument 1 names different: declaration 'req' definition 'handle'.
lldpd-1.0.1/libevent/event.c:1725:10: style: Condition 'res==0' is always true [knownConditionTrueFalse]
lldpd-1.0.1/libevent/event.c:1695:12: note: Assignment 'res=0', assigned value is 0
lldpd-1.0.1/libevent/event.c:1725:10: note: Condition 'res==0' is always true
lldpd-1.0.1/libevent/event.c:1725:10: style: Same expression on both sides of '==' because the value of 'res' and '0' are the same. [duplicateExpression]
lldpd-1.0.1/libevent/event.c:1695:12: note: 'res' is assigned value '0' here.
lldpd-1.0.1/libevent/event.c:1725:10: note: Same expression on both sides of '==' because the value of 'res' and '0' are the same.
lldpd-1.0.1/libevent/event.c:1052:6: style: The scope of the variable 'should_break' can be reduced. [variableScope]
lldpd-1.0.1/libevent/event.c:193:1: style: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event.c:191:1: note: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:193:1: note: Function 'event_debug_map_HT_GROW' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:193:1: style: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event.c:191:1: note: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'.
lldpd-1.0.1/libevent/event.c:193:1: note: Function 'event_debug_map_HT_GROW' argument 2 names different: declaration 'min_capacity' definition 'size'.
lldpd-1.0.1/libevent/event.c:193:1: style: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event.c:191:1: note: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:193:1: note: Function 'event_debug_map_HT_CLEAR' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:193:1: style: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event.c:191:1: note: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:193:1: note: Function '_event_debug_map_HT_REP_IS_BAD' argument 1 names different: declaration 'ht' definition 'head'.
lldpd-1.0.1/libevent/event.c:2307:54: style: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event-internal.h:349:59: note: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'.
lldpd-1.0.1/libevent/event.c:2307:54: note: Function 'event_active_nolock' argument 3 names different: declaration 'count' definition 'ncalls'.
lldpd-1.0.1/libevent/event.c:2685:30: style: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/mm-internal.h:41:36: note: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'.
lldpd-1.0.1/libevent/event.c:2685:30: note: Function 'event_mm_strdup_' argument 1 names different: declaration 's' definition 'str'.
lldpd-1.0.1/libevent/event.c:2702:25: style: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/mm-internal.h:42:31: note: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'.
lldpd-1.0.1/libevent/event.c:2702:25: note: Function 'event_mm_realloc_' argument 1 names different: declaration 'p' definition 'ptr'.
lldpd-1.0.1/libevent/event.c:2711:22: style: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/mm-internal.h:43:27: note: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'.
lldpd-1.0.1/libevent/event.c:2711:22: note: Function 'event_mm_free_' argument 1 names different: declaration 'p' definition 'ptr'.
lldpd-1.0.1/libevent/event_iocp.c:238:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/event_iocp.c:277:35: style: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/iocp-internal.h:177:35: note: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'.
lldpd-1.0.1/libevent/event_iocp.c:277:35: note: Function 'event_iocp_activate_overlapped' argument 4 names different: declaration 'n_bytes' definition 'n'.
lldpd-1.0.1/libevent/evmap.c:418:47: style: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evmap-internal.h:84:51: note: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:418:47: note: Function 'evmap_signal_add' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:444:47: style: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evmap-internal.h:85:51: note: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:444:47: note: Function 'evmap_signal_del' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:466:62: style: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evmap-internal.h:86:67: note: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:466:62: note: Function 'evmap_signal_active' argument 2 names different: declaration 'signum' definition 'sig'.
lldpd-1.0.1/libevent/evmap.c:480:42: style: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evmap-internal.h:88:48: note: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'.
lldpd-1.0.1/libevent/evmap.c:480:42: note: Function 'evmap_io_get_fdinfo' argument 1 names different: declaration 'ctx' definition 'map'.
lldpd-1.0.1/libevent/evport.c:454:20: error: Array 'evpd->ed_pending[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
lldpd-1.0.1/libevent/evport.c:423:2: note: After for loop, i has value 8
lldpd-1.0.1/libevent/evport.c:454:20: note: Array index out of bounds
lldpd-1.0.1/libevent/evport.c:358:3: style: Variable 'fdi' is assigned a value that is never used. [unreadVariable]
lldpd-1.0.1/libevent/evport.c:454:10: error: Array 'evpd.ed_pending[8]' accessed at index 8, which is out of bounds. [arrayIndexOutOfBounds]
lldpd-1.0.1/libevent/evrpc.c:720:38: style: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evrpc.c:655:50: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
lldpd-1.0.1/libevent/evrpc.c:720:38: note: Function 'evrpc_schedule_request_closure' argument 1 names different: declaration 'ctx' definition 'arg'.
lldpd-1.0.1/libevent/evthread.c:294:36: style: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evthread-internal.h:356:40: note: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'.
lldpd-1.0.1/libevent/evthread.c:294:36: note: Function '_evthread_is_debug_lock_held' argument 1 names different: declaration 'lock' definition 'lock_'.
lldpd-1.0.1/libevent/evthread.c:308:37: style: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/evthread-internal.h:357:43: note: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'.
lldpd-1.0.1/libevent/evthread.c:308:37: note: Function '_evthread_debug_get_real_lock' argument 1 names different: declaration 'lock' definition 'lock_'.
lldpd-1.0.1/libevent/evutil.c:419:0: error: #error "I don't know how to parse 64-bit integers." [preprocessorErrorDirective]
lldpd-1.0.1/libevent/http.c:3226:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/http.c:3224:0: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:3226:2: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:3243:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/http.c:3241:0: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:3243:2: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:4234:2: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/http.c:4223:2: note: Variable 'token' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:4234:2: note: Variable 'token' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/http.c:2722:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpd-1.0.1/libevent/http.c:2905:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lldpd-1.0.1/libevent/http.c:3607:10: style: The scope of the variable 'len' can be reduced. [variableScope]
lldpd-1.0.1/libevent/http.c:2720:49: style: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/http.c:197:20: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
lldpd-1.0.1/libevent/http.c:2720:49: note: Function 'evhttp_decode_uri_internal' argument 4 names different: declaration 'decode_plus' definition 'decode_plus_ctl'.
lldpd-1.0.1/libevent/log.c:173:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lldpd-1.0.1/libevent/signal.c:211:34: style: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/event-internal.h:345:13: note: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'.
lldpd-1.0.1/libevent/signal.c:211:34: note: Function '_evsig_set_handler' argument 3 names different: declaration 'fn' definition 'handler'.
lldpd-1.0.1/libevent/test/bench.c:132:18: style: The scope of the variable 'tv' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/bench_cascade.c:146:18: style: The scope of the variable 'tv' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress.c:1957:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:1955:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:1957:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2152:2: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:2147:0: note: Variable 'r' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2152:2: note: Variable 'r' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2154:2: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:2147:0: note: Variable 'w' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2154:2: note: Variable 'w' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2156:2: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:2147:0: note: Variable 't' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2156:2: note: Variable 't' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2316:2: style: Variable 'cfg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:2314:0: note: Variable 'cfg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2316:2: note: Variable 'cfg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2318:2: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress.c:2313:0: note: Variable 'b' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2318:2: note: Variable 'b' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress.c:2286:2: error: Memory leak: mem [memleak]
lldpd-1.0.1/libevent/test/regress_buffer.c:1311:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_buffer.c:1309:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1311:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1384:2: style: Variable 'buf1' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_buffer.c:1380:0: note: Variable 'buf1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1384:2: note: Variable 'buf1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1448:2: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_buffer.c:1438:0: note: Variable 'buf' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1448:2: note: Variable 'buf' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1449:2: style: Variable 'tmp_buf' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_buffer.c:1438:0: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:1449:2: note: Variable 'tmp_buf' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_buffer.c:156:16: style: Variable 'n' is modified but its new value is never used. [unreadVariable]
lldpd-1.0.1/libevent/test/regress_bufferevent.c:604:2: style: Variable 'fake_listener' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_bufferevent.c:588:0: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_bufferevent.c:604:2: note: Variable 'fake_listener' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_bufferevent.c:555:14: style: The scope of the variable 'err' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_dns.c:382:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:377:0: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:382:2: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:385:2: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:370:0: note: Variable 'sock' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:385:2: note: Variable 'sock' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:603:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:598:0: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:603:2: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:680:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:672:0: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:680:2: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:767:2: style: Variable 'port1' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:761:0: note: Variable 'port1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:767:2: note: Variable 'port1' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:1064:2: style: Variable 'listener' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:1044:0: note: Variable 'listener' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:1064:2: note: Variable 'listener' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:1784:2: style: Variable 'dns_base' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_dns.c:1775:0: note: Variable 'dns_base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_dns.c:1784:2: note: Variable 'dns_base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_et.c:172:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_et.c:162:0: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_et.c:172:2: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:836:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:829:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:836:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1057:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1047:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1057:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1180:2: style: Variable 'second' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1170:0: note: Variable 'second' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1180:2: note: Variable 'second' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1182:2: style: Variable 'third' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1170:0: note: Variable 'third' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1182:2: note: Variable 'third' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1420:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1413:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1420:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1470:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1463:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1470:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1610:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1603:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1610:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1826:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:1817:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:1826:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2453:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:2449:2: note: Variable 's' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2453:2: note: Variable 's' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2483:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:2476:0: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2483:2: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2854:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:2846:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2854:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3053:8: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3040:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3053:8: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3117:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3105:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3117:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3228:2: style: Variable 'escaped' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3225:0: note: Variable 'escaped' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3228:2: note: Variable 'escaped' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3265:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3257:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3265:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3268:2: style: Variable 'bev' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3256:0: note: Variable 'bev' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3268:2: note: Variable 'bev' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3320:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3313:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3320:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3379:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_http.c:3371:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:3379:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_http.c:2173:2: style: Variable '_print' is assigned a value that is never used. [unreadVariable]
lldpd-1.0.1/libevent/test/regress_http.c:2202:2: style: Variable '_print' is assigned a value that is never used. [unreadVariable]
lldpd-1.0.1/libevent/test/regress_iocp.c:314:2: style: Variable 'port' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_iocp.c:308:0: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_iocp.c:314:2: note: Variable 'port' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:144:2: style: Variable 'http' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:141:0: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:144:2: note: Variable 'http' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:145:2: style: Variable 'base' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:142:0: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:145:2: note: Variable 'base' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:195:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:190:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:195:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:265:2: style: Variable 'evcon' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:259:0: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:265:2: note: Variable 'evcon' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:465:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:451:0: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:465:2: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:471:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:452:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:471:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:475:2: style: Variable 'kill' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:453:0: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:475:2: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:541:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:535:0: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:541:2: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:544:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:536:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:544:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:548:2: style: Variable 'kill_one' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:537:0: note: Variable 'kill_one' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:548:2: note: Variable 'kill_one' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:549:2: style: Variable 'kill_two' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:537:0: note: Variable 'kill_two' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:549:2: note: Variable 'kill_two' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:642:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:633:0: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:642:2: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:648:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:634:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:648:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:652:2: style: Variable 'kill' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:635:0: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:652:2: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:690:2: style: Variable 'pool' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:684:0: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:690:2: note: Variable 'pool' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:696:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:685:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:696:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:700:2: style: Variable 'kill' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:686:0: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:700:2: note: Variable 'kill' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:738:2: style: Variable 'msg' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/libevent/test/regress_rpc.c:730:0: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_rpc.c:738:2: note: Variable 'msg' is reassigned a value before the old one has been used.
lldpd-1.0.1/libevent/test/regress_testutils.c:205:38: style: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/test/regress_testutils.h:55:38: note: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'.
lldpd-1.0.1/libevent/test/regress_testutils.c:205:38: note: Function 'regress_dnsserver' argument 3 names different: declaration 'seach_table' definition 'search_table'.
lldpd-1.0.1/libevent/test/regress_util.c:114:8: style: The scope of the variable 'written' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_util.c:161:8: style: The scope of the variable 'written' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_util.c:230:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_util.c:341:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_util.c:745:51: style: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/test/regress.h:103:75: note: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'.
lldpd-1.0.1/libevent/test/regress_util.c:745:51: note: Function 'ai_find_by_family' argument 2 names different: declaration 'f' definition 'family'.
lldpd-1.0.1/libevent/test/regress_util.c:756:53: style: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/test/regress.h:104:77: note: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'.
lldpd-1.0.1/libevent/test/regress_util.c:756:53: note: Function 'ai_find_by_protocol' argument 2 names different: declaration 'p' definition 'protocol'.
lldpd-1.0.1/libevent/test/regress_zlib.c:133:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:133:13: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:134:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:134:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:187:6: style: The scope of the variable 'nread' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:187:13: style: The scope of the variable 'nwrite' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:188:6: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/regress_zlib.c:188:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/test-time.c:65:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/test-time.c:65:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lldpd-1.0.1/libevent/test/tinytest.c:301:19: style: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/test/tinytest.h:85:23: note: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'.
lldpd-1.0.1/libevent/test/tinytest.c:301:19: note: Function 'tinytest_main' argument 1 names different: declaration 'argc' definition 'c'.
lldpd-1.0.1/libevent/test/tinytest.c:301:35: style: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'. [funcArgNamesDifferent]
lldpd-1.0.1/libevent/test/tinytest.h:85:42: note: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'.
lldpd-1.0.1/libevent/test/tinytest.c:301:35: note: Function 'tinytest_main' argument 2 names different: declaration 'argv' definition 'v'.
lldpd-1.0.1/src/client/commands.c:311:21: style: The scope of the variable 'first' can be reduced. [variableScope]
lldpd-1.0.1/src/client/commands.c:503:11: style: The scope of the variable 'fmt' can be reduced. [variableScope]
lldpd-1.0.1/src/client/conf-med.c:35:3: style: Variable 'med_locations' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/src/client/conf-med.c:31:0: note: Variable 'med_locations' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/client/conf-med.c:35:3: note: Variable 'med_locations' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/client/conf-med.c:175:3: style: Variable 'med_policies' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/src/client/conf-med.c:172:0: note: Variable 'med_policies' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/client/conf-med.c:175:3: note: Variable 'med_policies' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/client/display.c:283:17: style: The scope of the variable 'oui' can be reduced. [variableScope]
lldpd-1.0.1/src/client/display.c:283:23: style: The scope of the variable 'oui_info' can be reduced. [variableScope]
lldpd-1.0.1/src/client/display.c:513:12: style: The scope of the variable 'vid' can be reduced. [variableScope]
lldpd-1.0.1/src/client/json_writer.c:325:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lldpd-1.0.1/src/client/kv_writer.c:57:14: style: The scope of the variable 'nl' can be reduced. [variableScope]
lldpd-1.0.1/src/client/misc.c:32:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lldpd-1.0.1/src/client/text_writer.c:142:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lldpd-1.0.1/src/compat/getline.c:46:18: style: The scope of the variable 'newlen' can be reduced. [variableScope]
lldpd-1.0.1/src/ctl.c:80:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpd-1.0.1/src/ctl.c:243:28: style: Checking if unsigned variable 'marshal_unserialize_(mi,*input_buffer+sizeof(struct hmsg_header),hdr.len,t,NULL,0,0)' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/ctl.c:151:4: error: Memory leak: output_buffer [memleak]
lldpd-1.0.1/src/ctl.c:172:2: error: Memory leak: output_buffer [memleak]
lldpd-1.0.1/src/daemon/client.c:61:58: style: Checking if unsigned variable 'lldpd_config_unserialize(input,input_len,&config)' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/daemon/client.c:303:56: style: Checking if unsigned variable 'marshal_unserialize_(&marshal_info_string,input,input_len,&p,NULL,0,0)' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/daemon/client.c:483:57: style: Checking if unsigned variable 'lldpd_port_set_unserialize(input,input_len,&set)' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/daemon/event.c:708:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/event.c:709:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/forward-linux.c:27:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/interfaces-bsd.c:102:0: error: #error Unsupported OS [preprocessorErrorDirective]
lldpd-1.0.1/src/daemon/lldpd.c:1786:6: style: Condition '!lldpd_started_by_systemd()' is always true [knownConditionTrueFalse]
lldpd-1.0.1/src/daemon/lldpd.c:828:8: style: The scope of the variable 'key' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/lldpd.c:828:14: style: The scope of the variable 'val' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/lldpd.c:196:58: style: Checking if unsigned variable 'lldpd_port_unserialize(output,output_len,&cloned)' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/daemon/lldpd.c:253:36: style: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'. [funcArgNamesDifferent]
lldpd-1.0.1/src/daemon/lldpd.h:104:55: note: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'.
lldpd-1.0.1/src/daemon/lldpd.c:253:36: note: Function 'lldpd_alloc_mgmt' argument 2 names different: declaration 'addr' definition 'addrptr'.
lldpd-1.0.1/src/daemon/priv-linux.c:180:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/priv-seccomp.c:38:0: error: #error "Platform does not support seccomp filter yet" [preprocessorErrorDirective]
lldpd-1.0.1/src/daemon/priv.c:285:0: error: #error Unsupported OS [preprocessorErrorDirective]
lldpd-1.0.1/src/daemon/privsep_fd.c:58:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/privsep_fd.c:98:18: style: The scope of the variable 'cmsg' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/privsep_io.c:41:10: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/privsep_io.c:65:10: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/privsep_io.c:87:10: style: The scope of the variable 'res' can be reduced. [variableScope]
lldpd-1.0.1/src/daemon/protocols/lldp.c:677:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lldpd-1.0.1/src/daemon/protocols/lldp.c:655:9: note: outer condition: length
lldpd-1.0.1/src/daemon/protocols/lldp.c:677:8: note: identical inner condition: length
lldpd-1.0.1/src/daemon/protocols/lldp.c:100:10: warning: Either the condition 'global?global->g_config.c_ttl:180' is redundant or there is possible null pointer dereference: global. [nullPointerRedundantCheck]
lldpd-1.0.1/src/daemon/protocols/lldp.c:134:38: note: Assuming that condition 'global?global->g_config.c_ttl:180' is not redundant
lldpd-1.0.1/src/daemon/protocols/lldp.c:100:10: note: Null pointer dereference
lldpd-1.0.1/src/lib/atom.c:45:22: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:94:7: style: The scope of the variable 'intresult' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:95:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:380:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:402:23: style: The scope of the variable 'config' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:422:31: style: The scope of the variable 'ifs' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:443:24: style: The scope of the variable 'chassis' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:492:21: style: The scope of the variable 'port' can be reduced. [variableScope]
lldpd-1.0.1/src/lib/atom.c:456:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lldpd-1.0.1/src/lib/atom.c:484:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lldpd-1.0.1/src/lib/atom.c:504:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lldpd-1.0.1/src/lib/atom.c:462:34: style: Function 'lldpctl_get_port' argument 1 names different: declaration 'port' definition 'atom'. [funcArgNamesDifferent]
lldpd-1.0.1/src/lib/lldpctl.h:579:50: note: Function 'lldpctl_get_port' argument 1 names different: declaration 'port' definition 'atom'.
lldpd-1.0.1/src/lib/atom.c:462:34: note: Function 'lldpctl_get_port' argument 1 names different: declaration 'port' definition 'atom'.
lldpd-1.0.1/src/lib/atoms/config.c:127:3: style: Variable 'aval' is reassigned a value before the old one has been used. [redundantAssignment]
lldpd-1.0.1/src/lib/atoms/config.c:125:0: note: Variable 'aval' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/lib/atoms/config.c:127:3: note: Variable 'aval' is reassigned a value before the old one has been used.
lldpd-1.0.1/src/lib/connection.c:211:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lldpd-1.0.1/src/lib/connection.c:212:29: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lldpd-1.0.1/src/lib/connection.c:157:32: style: Function '_lldpctl_needs' argument 1 names different: declaration 'lldpctl' definition 'conn'. [funcArgNamesDifferent]
lldpd-1.0.1/src/lib/atom.h:77:40: note: Function '_lldpctl_needs' argument 1 names different: declaration 'lldpctl' definition 'conn'.
lldpd-1.0.1/src/lib/connection.c:157:32: note: Function '_lldpctl_needs' argument 1 names different: declaration 'lldpctl' definition 'conn'.
lldpd-1.0.1/src/lib/errors.c:46:36: style: Function 'lldpctl_last_error' argument 1 names different: declaration 'conn' definition 'lldpctl'. [funcArgNamesDifferent]
lldpd-1.0.1/src/lib/lldpctl.h:357:52: note: Function 'lldpctl_last_error' argument 1 names different: declaration 'conn' definition 'lldpctl'.
lldpd-1.0.1/src/lib/errors.c:46:36: note: Function 'lldpctl_last_error' argument 1 names different: declaration 'conn' definition 'lldpctl'.
lldpd-1.0.1/src/lldpd-structs.c:166:6: style: The scope of the variable 'del' can be reduced. [variableScope]
lldpd-1.0.1/src/log.c:183:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
lldpd-1.0.1/src/log.c:216:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
lldpd-1.0.1/src/log.c:242:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
lldpd-1.0.1/src/marshal.c:119:42: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lldpd-1.0.1/src/marshal.c:166:47: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lldpd-1.0.1/src/lldpd-structs.h:165:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:214:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:309:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:357:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:417:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:509:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:518:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:520:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/src/lldpd-structs.h:533:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:42:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:85:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:137:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:196:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:323:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:376:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:450:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:453:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:637:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:724:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:760:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
lldpd-1.0.1/tests/check_marshal.c:802:1: style: Checking if unsigned variable 'rc' is less than zero. [unsignedLessThanZero]
[03:10]

ftp://ftp.se.debian.org/debian/pool/main/l/llgal/llgal_0.13.19.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/llmnrd/llmnrd_0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lltag/lltag_0.14.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-2.9/llvm-2.9_2.9+dfsg.orig.tar.gz
llvm-2.9/lib/Analysis/AliasAnalysisCounter.cpp:37:5: warning: Member variable 'AliasAnalysisCounter::M' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::NoAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::MayAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::PartialAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::MustAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::NoModRef' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::Mod' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::Ref' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::ModRef' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/AliasSetTracker.cpp:622:5: warning: Member variable 'AliasSetPrinter::Tracker' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ConstantFolding.cpp:521:24: style: The scope of the variable 'GV2' can be reduced. [variableScope]
llvm-2.9/lib/Analysis/ConstantFolding.cpp:522:20: style: The scope of the variable 'Offs2' can be reduced. [variableScope]
llvm-2.9/lib/Analysis/DbgInfoPrinter.cpp:109:38: warning: Possible null pointer dereference: F [nullPointer]
llvm-2.9/lib/Analysis/DbgInfoPrinter.cpp:103:23: note: Assignment 'F=NULL', assigned value is 0
llvm-2.9/lib/Analysis/DbgInfoPrinter.cpp:109:38: note: Null pointer dereference
llvm-2.9/lib/Analysis/IPA/CallGraphSCCPass.cpp:538:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Analysis/IPA/GlobalsModRef.cpp:430:0: style: Boolean variable 'MayReadAnyGlobal' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-2.9/lib/Analysis/InlineCost.cpp:513:19: style: Variable 'CalleeFI' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/Analysis/InstCount.cpp:85:30: style: Same expression on both sides of '-' because the value of 'EndMemInsts' and 'StartMemInsts' are the same. [duplicateExpression]
llvm-2.9/lib/Analysis/InstCount.cpp:84:19: note: 'EndMemInsts' is assigned value 'NumGetElementPtrInst+NumLoadInst+NumStoreInst+NumCallInst+NumInvokeInst+NumAllocaInst' here.
llvm-2.9/lib/Analysis/InstCount.cpp:80:19: note: 'StartMemInsts' is assigned value 'NumGetElementPtrInst+NumLoadInst+NumStoreInst+NumCallInst+NumInvokeInst+NumAllocaInst' here.
llvm-2.9/lib/Analysis/InstCount.cpp:85:30: note: Same expression on both sides of '-' because the value of 'EndMemInsts' and 'StartMemInsts' are the same.
llvm-2.9/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::Mod' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/MemDepPrinter.cpp:35:5: warning: Member variable 'MemDepPrinter::F' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/PathNumbering.cpp:381:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Analysis/PathProfileInfo.cpp:327:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Analysis/PathProfileInfo.cpp:38:5: warning: Member variable 'PathProfileLoaderPass::_file' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/PathProfileVerifier.cpp:170:15: style: Unused variable: errorInfo [unusedVariable]
llvm-2.9/lib/Analysis/PathProfileVerifier.cpp:201:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Analysis/ProfileEstimatorPass.cpp:41:14: warning: Member variable 'ProfileEstimatorPass::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileInfo.cpp:930:7: style: Variable 'Dest' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/lib/Analysis/ProfileInfo.cpp:929:0: note: Variable 'Dest' is reassigned a value before the old one has been used.
llvm-2.9/lib/Analysis/ProfileInfo.cpp:930:7: note: Variable 'Dest' is reassigned a value before the old one has been used.
llvm-2.9/lib/Analysis/ProfileInfo.cpp:998:10: style: The scope of the variable 'SuccFound' can be reduced. [variableScope]
llvm-2.9/lib/Analysis/ProfileInfoLoaderPass.cpp:47:14: warning: Member variable 'LoaderPass::ReadCount' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Analysis/RegionPrinter.cpp:93:9: warning: Either the condition 'R' is redundant or there is possible null pointer dereference: R. [nullPointerRedundantCheck]
llvm-2.9/lib/Analysis/RegionPrinter.cpp:87:12: note: Assuming that condition 'R' is not redundant
llvm-2.9/lib/Analysis/RegionPrinter.cpp:93:9: note: Null pointer dereference
llvm-2.9/lib/Analysis/ScalarEvolutionExpander.cpp:129:12: style: The scope of the variable 'ScanLimit' can be reduced. [variableScope]
llvm-2.9/lib/Analysis/ScalarEvolutionExpander.cpp:495:14: style: The scope of the variable 'ScanLimit' can be reduced. [variableScope]
llvm-2.9/lib/Analysis/ValueTracking.cpp:427:32: style: Condition 'RHSKnownZeroOut>=LHSKnownZeroOut' is always true [knownConditionTrueFalse]
llvm-2.9/lib/Archive/Archive.cpp:242:37: style: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'. [funcArgNamesDifferent]
llvm-2.9/lib/Archive/ArchiveInternals.h:80:41: note: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'.
llvm-2.9/lib/Archive/Archive.cpp:242:37: note: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'.
llvm-2.9/lib/Archive/ArchiveReader.cpp:606:25: style: Unused variable: Modules [unusedVariable]
llvm-2.9/lib/Archive/ArchiveReader.cpp:607:15: style: Unused variable: ErrorMessage [unusedVariable]
llvm-2.9/lib/Archive/ArchiveWriter.cpp:96:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
llvm-2.9/lib/Archive/ArchiveWriter.cpp:308:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
llvm-2.9/lib/AsmParser/LLLexer.cpp:110:44: style: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLLexer.h:86:39: note: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'.
llvm-2.9/lib/AsmParser/LLLexer.cpp:110:44: note: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'.
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:53: style: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLLexer.h:47:57: note: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'.
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:53: note: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'.
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::TokStart' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::CurKind' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::UIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::TyVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLLexer.h:83:14: style: Technically the member function 'llvm::LLLexer::atoull' can be const. [functionConst]
llvm-2.9/lib/AsmParser/LLLexer.cpp:44:19: note: Technically the member function 'llvm::LLLexer::atoull' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:83:14: note: Technically the member function 'llvm::LLLexer::atoull' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:84:14: style: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const. [functionConst]
llvm-2.9/lib/AsmParser/LLLexer.cpp:58:19: note: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:84:14: note: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:85:10: style: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const. [functionConst]
llvm-2.9/lib/AsmParser/LLLexer.cpp:79:15: note: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:85:10: note: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:86:10: style: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const. [functionConst]
llvm-2.9/lib/AsmParser/LLLexer.cpp:110:15: note: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const.
llvm-2.9/lib/AsmParser/LLLexer.h:86:10: note: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const.
llvm-2.9/lib/AsmParser/LLParser.cpp:2548:9: warning: Either the condition '!PFS' is redundant or there is possible null pointer dereference: PFS. [nullPointerRedundantCheck]
llvm-2.9/lib/AsmParser/LLParser.cpp:2551:9: note: Assuming that condition '!PFS' is not redundant
llvm-2.9/lib/AsmParser/LLParser.cpp:2548:9: note: Null pointer dereference
llvm-2.9/lib/AsmParser/LLParser.h:119:53: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/AsmParser/LLParser.cpp:1135:13: style: The scope of the variable 'Node' can be reduced. [variableScope]
llvm-2.9/lib/AsmParser/LLParser.cpp:1027:47: style: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:184:41: note: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1027:47: note: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1065:50: style: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:188:44: note: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1065:50: note: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1286:49: style: Function 'HandleUpRefs' argument 1 names different: declaration 'Ty' definition 'ty'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:235:43: note: Function 'HandleUpRefs' argument 1 names different: declaration 'Ty' definition 'ty'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1286:49: note: Function 'HandleUpRefs' argument 1 names different: declaration 'Ty' definition 'ty'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1347:43: style: Function 'ParseTypeRec' argument 1 names different: declaration 'H' definition 'Result'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:231:37: note: Function 'ParseTypeRec' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1347:43: note: Function 'ParseTypeRec' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1634:46: style: Function 'ParseStructType' argument 1 names different: declaration 'H' definition 'Result'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:232:40: note: Function 'ParseStructType' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1634:46: note: Function 'ParseStructType' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1680:51: style: Function 'ParseArrayVectorType' argument 1 names different: declaration 'H' definition 'Result'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:233:45: note: Function 'ParseArrayVectorType' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1680:51: note: Function 'ParseArrayVectorType' argument 1 names different: declaration 'H' definition 'Result'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1724:50: style: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:249:54: note: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'.
llvm-2.9/lib/AsmParser/LLParser.cpp:1724:50: note: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'.
llvm-2.9/lib/AsmParser/LLParser.cpp:2452:60: style: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:314:54: note: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'.
llvm-2.9/lib/AsmParser/LLParser.cpp:2452:60: note: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3084:44: style: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:342:38: note: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3084:44: note: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3407:46: style: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:350:40: note: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3407:46: note: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3435:43: style: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:352:37: note: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3435:43: note: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3454:43: style: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:353:37: note: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3454:43: note: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3487:40: style: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:354:34: note: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3487:40: note: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3508:42: style: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:355:36: note: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3508:42: note: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3527:42: style: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:356:36: note: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3527:42: note: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3545:50: style: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:357:44: note: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3545:50: note: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3562:49: style: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:358:43: note: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3562:49: note: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3581:49: style: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:359:43: note: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3581:49: note: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3600:38: style: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:360:32: note: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3600:38: note: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3648:40: style: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:361:34: note: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3648:40: note: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3749:40: style: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:362:34: note: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3749:40: note: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3796:40: style: Function 'ParseFree' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:364:34: note: Function 'ParseFree' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3796:40: note: Function 'ParseFree' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3808:39: style: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:365:33: note: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3808:39: note: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3827:40: style: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:366:34: note: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3827:40: note: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3852:45: style: Function 'ParseGetResult' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:367:39: note: Function 'ParseGetResult' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3852:45: note: Function 'ParseGetResult' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3870:48: style: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:368:42: note: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3870:48: note: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3904:47: style: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:369:41: note: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3904:47: note: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3924:46: style: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/AsmParser/LLParser.h:370:40: note: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.cpp:3924:46: note: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/AsmParser/LLParser.h:61:5: warning: Member variable 'ValID::Kind' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLParser.h:61:5: warning: Member variable 'ValID::UIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLParser.h:61:5: warning: Member variable 'ValID::ConstantVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLParser.h:61:5: warning: Member variable 'ValID::MDNodeVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/AsmParser/LLParser.h:61:5: warning: Member variable 'ValID::MDStringVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Bitcode/Reader/BitcodeReader.cpp:449:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-2.9/lib/Bitcode/Reader/BitcodeReader.cpp:447:23: note: outer condition: FnAttribute==Attribute::None
llvm-2.9/lib/Bitcode/Reader/BitcodeReader.cpp:449:25: note: identical inner condition: FnAttribute==Attribute::None
llvm-2.9/lib/Bitcode/Reader/BitcodeReader.h:49:3: style: Class 'BitcodeReaderValueList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Bitcode/Reader/BitcodeReader.h:99:3: style: Class 'BitcodeReaderMDValueList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Bitcode/Writer/BitcodeWriter.cpp:1488:7: style: Condition 'CurVersion' is always false [knownConditionTrueFalse]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:86:3: style: Class 'ValueEnumerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Bitcode/Writer/BitcodeWriter.cpp:1598:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/lib/Bitcode/Writer/BitcodeWriter.cpp:1603:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/lib/Bitcode/Writer/BitcodeWriter.cpp:1605:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:137:63: style: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:96:48: note: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:137:63: note: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:196:71: style: Function 'EnumerateTypeSymbolTable' argument 1 names different: declaration 'ST' definition 'TST'. [funcArgNamesDifferent]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:149:56: note: Function 'EnumerateTypeSymbolTable' argument 1 names different: declaration 'ST' definition 'TST'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:196:71: note: Function 'EnumerateTypeSymbolTable' argument 1 names different: declaration 'ST' definition 'TST'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:204:73: style: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'. [funcArgNamesDifferent]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:150:58: note: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:204:73: note: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:218:63: style: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'. [funcArgNamesDifferent]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:143:48: note: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:218:63: note: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:352:49: style: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'. [funcArgNamesDifferent]
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.h:145:34: note: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:352:49: note: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'.
llvm-2.9/lib/Bitcode/Writer/ValueEnumerator.cpp:164:10: style: Technically the member function '::CstSortPredicate::operator()' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.cpp:294:12: style: The scope of the variable 'NextDepth' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:89:14: style: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.cpp:60:34: note: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:89:14: note: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:110:10: style: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.cpp:106:30: note: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:110:10: note: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:165:10: performance: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.cpp:238:32: note: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:165:10: note: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static.
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:140:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:36:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:140:10: note: Function in derived class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:146:14: style: The function 'BreakAntiDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:42:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:146:14: note: Function in derived class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:154:10: style: The function 'Observe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:50:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:154:10: note: Function in derived class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:157:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:54:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AggressiveAntiDepBreaker.h:157:10: note: Function in derived class
llvm-2.9/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:127:3: style: Class 'DwarfException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:158:3: style: Class 'DwarfCFIException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:225:3: style: Class 'DwarfTableException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:257:3: style: Class 'ARMException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:163:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:132:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:163:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:167:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:136:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:167:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:170:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:139:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:170:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:230:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:132:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:230:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:234:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:136:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:234:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:237:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:139:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:237:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:262:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:132:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:262:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:266:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:136:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:266:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:269:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:139:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:269:16: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1571:52: style: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1430:52: note: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'.
llvm-2.9/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1571:52: note: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:72:5: warning: Member variable 'DIEAbbrev::Number' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:89:8: style: Technically the member function 'llvm::DotDebugLocEntry::isEmpty' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:90:8: style: Technically the member function 'llvm::DotDebugLocEntry::isMerged' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:127:14: warning: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'. [duplInheritedMember]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:396:14: note: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:127:14: note: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:262:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:262:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:268:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:268:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:275:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:275:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:289:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:289:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:293:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:293:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:302:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:302:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:316:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:316:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:324:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:324:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:331:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:331:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:347:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:347:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:351:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:351:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:358:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:358:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:375:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:375:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:379:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:379:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:388:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:388:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:417:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:222:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:417:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:421:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:226:22: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:421:22: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:428:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:232:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:428:18: note: Function in derived class
llvm-2.9/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp:288:17: style: Variable 'stackGrowth' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.cpp:190:40: style: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:262:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.cpp:190:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.cpp:336:38: style: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.h:417:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-2.9/lib/CodeGen/AsmPrinter/DIE.cpp:336:38: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3629:23: style: The scope of the variable 'Entry' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:471:38: style: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:279:34: note: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:471:38: note: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1218:75: style: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:364:70: note: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1218:75: note: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1667:66: style: Function 'constructVariableDIE' argument 2 names different: declaration 'S' definition 'Scope'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:420:56: note: Function 'constructVariableDIE' argument 2 names different: declaration 'S' definition 'Scope'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1667:66: note: Function 'constructVariableDIE' argument 2 names different: declaration 'S' definition 'Scope'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1862:52: style: Function 'GetOrCreateSourceID' argument 1 names different: declaration 'FullName' definition 'FileName'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:513:42: note: Function 'GetOrCreateSourceID' argument 1 names different: declaration 'FullName' definition 'FileName'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1862:52: note: Function 'GetOrCreateSourceID' argument 1 names different: declaration 'FullName' definition 'FileName'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2303:56: style: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:402:63: note: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2303:56: note: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2348:69: style: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:564:73: note: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2348:69: note: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2393:66: style: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:559:61: note: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:2393:66: note: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3046:56: style: Function 'findDbgScope' argument 1 names different: declaration 'MI' definition 'MInsn'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:542:46: note: Function 'findDbgScope' argument 1 names different: declaration 'MI' definition 'MInsn'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3046:56: note: Function 'findDbgScope' argument 1 names different: declaration 'MI' definition 'MInsn'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3068:54: style: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:531:73: note: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:3068:54: note: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:256:12: style: Unused private function: 'DwarfDebug::getNumSourceIds' [unusedPrivateFunction]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:288:8: style: Unused private function: 'DwarfDebug::addDelta' [unusedPrivateFunction]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:452:8: style: Unused private function: 'DwarfDebug::emitEndOfLineMatrix' [unusedPrivateFunction]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:366:8: style: Technically the member function 'llvm::DwarfDebug::addPubTypes' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1778:18: note: Technically the member function 'llvm::DwarfDebug::addPubTypes' can be const.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.h:366:8: note: Technically the member function 'llvm::DwarfDebug::addPubTypes' can be const.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:297:37: style: Technically the member function 'llvm::DbgScope::getScopes' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:298:40: style: Technically the member function 'llvm::DbgScope::getDbgVariables' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:299:35: style: Technically the member function 'llvm::DbgScope::getRanges' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:341:8: style: Technically the member function 'llvm::DbgScope::dominates' can be const. [functionConst]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:399:3: style: Class 'DwarfDebug' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:399:3: style: Class 'DwarfDebug' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:182:3: style: Class 'DbgVariable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:182:26: performance: Function parameter 'V' should be passed by const reference. [passedByValue]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:285:38: performance: Function parameter 'D' should be passed by const reference. [passedByValue]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.cpp:77:67: style: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:102:77: note: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.cpp:77:67: note: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfTableException.cpp:52:51: style: Function 'EmitCIE' argument 1 names different: declaration 'Personality' definition 'PersonalityFn'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfException.h:217:32: note: Function 'EmitCIE' argument 1 names different: declaration 'Personality' definition 'PersonalityFn'.
llvm-2.9/lib/CodeGen/AsmPrinter/DwarfTableException.cpp:52:51: note: Function 'EmitCIE' argument 1 names different: declaration 'Personality' definition 'PersonalityFn'.
llvm-2.9/lib/CodeGen/BranchFolding.cpp:179:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:861:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:89:15: warning: Member variable 'BranchFolder::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:89:15: warning: Member variable 'BranchFolder::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:89:15: warning: Member variable 'BranchFolder::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:89:15: warning: Member variable 'BranchFolder::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/BranchFolding.h:111:10: performance: Technically the member function 'llvm::BranchFolder::RemoveDeadBlock' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:99:20: note: Technically the member function 'llvm::BranchFolder::RemoveDeadBlock' can be static.
llvm-2.9/lib/CodeGen/BranchFolding.h:111:10: note: Technically the member function 'llvm::BranchFolder::RemoveDeadBlock' can be static.
llvm-2.9/lib/CodeGen/BranchFolding.h:78:12: style: Technically the member function 'llvm::BranchFolder::SameTailElt::setBlock' can be const. [functionConst]
llvm-2.9/lib/CodeGen/BranchFolding.cpp:686:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:69:5: style: Class 'CriticalAntiDepBreaker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:73:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:36:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:73:10: note: Function in derived class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:79:14: style: The function 'BreakAntiDependencies' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:42:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:79:14: note: Function in derived class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:87:10: style: The function 'Observe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:50:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:87:10: note: Function in derived class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:90:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/AntiDepBreaker.h:54:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/CriticalAntiDepBreaker.h:90:10: note: Function in derived class
llvm-2.9/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/DwarfEHPrepare.cpp:100:5: warning: Member variable 'DwarfEHPrepare::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/DwarfEHPrepare.cpp:100:5: warning: Member variable 'DwarfEHPrepare::F' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/DwarfEHPrepare.cpp:100:5: style: Class 'DwarfEHPrepare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/ELFCodeEmitter.cpp:39:53: style: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ELFCodeEmitter.h:56:41: note: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/CodeGen/ELFCodeEmitter.cpp:39:53: note: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/CodeGen/ELFCodeEmitter.cpp:71:54: style: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ELFCodeEmitter.h:57:42: note: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/CodeGen/ELFCodeEmitter.cpp:71:54: note: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/CodeGen/ELF.h:193:5: warning: Member variable 'ELFSection::NameIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/ELF.h:193:5: warning: Member variable 'ELFSection::SectionIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/ELFCodeEmitter.h:41:14: warning: Member variable 'ELFCodeEmitter::ES' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/ELFCodeEmitter.h:41:14: warning: Member variable 'ELFCodeEmitter::FnStartOff' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/ELFWriter.cpp:618:12: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/ELFWriter.cpp:66:35: style: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ELFWriter.h:65:28: note: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'.
llvm-2.9/lib/CodeGen/ELFWriter.cpp:66:35: note: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'.
llvm-2.9/lib/CodeGen/ELFWriter.cpp:66:53: style: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ELFWriter.h:65:46: note: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/CodeGen/ELFWriter.cpp:66:53: note: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/CodeGen/ELFWriter.cpp:447:52: style: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ELFWriter.h:228:45: note: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'.
llvm-2.9/lib/CodeGen/ELFWriter.cpp:447:52: note: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'.
llvm-2.9/lib/CodeGen/IfConversion.cpp:842:53: style: Boolean variable 'TNeedSub' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/IfConversion.cpp:166:5: warning: Member variable 'IfConverter::MadeChange' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/InlineSpiller.cpp:61:3: warning: Member variable 'InlineSpiller::edit_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/InlineSpiller.cpp:61:3: warning: Member variable 'InlineSpiller::rc_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/InlineSpiller.cpp:61:3: warning: Member variable 'InlineSpiller::stackSlot_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/InlineSpiller.cpp:76:8: style: The function 'spill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/Spiller.h:37:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/InlineSpiller.cpp:76:8: note: Function in derived class
llvm-2.9/lib/CodeGen/VirtRegMap.h:290:51: performance: Function parameter 'index' should be passed by const reference. [passedByValue]
llvm-2.9/lib/CodeGen/LiveDebugVariables.cpp:253:3: warning: Member variable 'LDVImpl::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveDebugVariables.cpp:253:3: warning: Member variable 'LDVImpl::LIS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveDebugVariables.cpp:253:3: warning: Member variable 'LDVImpl::MDT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveDebugVariables.cpp:253:3: warning: Member variable 'LDVImpl::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveDebugVariables.cpp:253:3: style: Class 'LDVImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/LiveInterval.cpp:784:6: error: Same iterator is used with different containers 'LI' and 'LI.ranges'. [iterators]
llvm-2.9/lib/CodeGen/LiveIntervalAnalysis.cpp:1019:9: warning: Identical condition '!ReMatDefMI', second condition is always false [identicalConditionAfterEarlyExit]
llvm-2.9/lib/CodeGen/LiveIntervalAnalysis.cpp:1016:9: note: first condition
llvm-2.9/lib/CodeGen/LiveIntervalAnalysis.cpp:1019:9: note: second condition
llvm-2.9/lib/CodeGen/LiveIntervalAnalysis.cpp:1216:29: style: Redundant condition: ReMatDefMI. '!ReMatDefMI || (ReMatDefMI && MI==ReMatOrigDefMI||isLoad)' is equivalent to '!ReMatDefMI || MI==ReMatOrigDefMI||isLoad' [redundantCondition]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.cpp:222:65: style: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:229:43: note: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'.
llvm-2.9/lib/CodeGen/LiveIntervalUnion.cpp:222:65: note: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'.
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:169:5: warning: Member variable 'Query::CheckedFirstInterference' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:169:5: warning: Member variable 'Query::SeenAllInterferences' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:169:5: warning: Member variable 'Query::SeenUnspillableVReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:169:5: warning: Member variable 'Query::Tag' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:171:5: warning: Member variable 'Query::Tag' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LiveIntervalUnion.h:84:14: style: Technically the member function 'llvm::LiveIntervalUnion::getMap' can be const. [functionConst]
llvm-2.9/lib/CodeGen/LiveVariables.cpp:667:19: style: Variable 'removed' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/CodeGen/LocalStackSlotAllocation.cpp:55:33: style: Technically the member function '::FrameRef::getMachineInstr' can be const. [functionConst]
llvm-2.9/lib/CodeGen/LowerSubregs.cpp:39:5: warning: Member variable 'LowerSubregsInstructionPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/LowerSubregs.cpp:39:5: warning: Member variable 'LowerSubregsInstructionPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineBasicBlock.cpp:221:60: style: Variable 'Comma' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/CodeGen/MachineBasicBlock.cpp:681:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:349:3: error: Iterator 'SI' used after element has been erased. [eraseDereference]
llvm-2.9/lib/CodeGen/MachineCSE.cpp:350:10: note: Iterator 'SI' used after element has been erased.
llvm-2.9/lib/CodeGen/MachineCSE.cpp:349:3: note: Iterator 'SI' used after element has been erased.
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::FirstInLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:97:5: warning: Member variable 'MachineLICM::CurPreheader' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::FirstInLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineLICM.cpp:102:14: warning: Member variable 'MachineLICM::CurPreheader' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineModuleInfo.cpp:43:3: style: Class 'MMIAddrLabelMapCallbackPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/MachineModuleInfo.cpp:80:3: style: Class 'MMIAddrLabelMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::OS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::foundErrors' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::LiveVars' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::LiveInts' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::LiveStks' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:49:5: warning: Member variable 'MachineVerifier::Indexes' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/MachineVerifier.cpp:205:5: style: Struct 'MachineVerifierPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/OptimizePHIs.cpp:36:5: warning: Member variable 'OptimizePHIs::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/OptimizePHIs.cpp:36:5: warning: Member variable 'OptimizePHIs::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PHIElimination.cpp:43:5: warning: Member variable 'PHIElimination::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PeepholeOptimizer.cpp:72:5: warning: Member variable 'PeepholeOptimizer::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PeepholeOptimizer.cpp:72:5: warning: Member variable 'PeepholeOptimizer::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PeepholeOptimizer.cpp:72:5: warning: Member variable 'PeepholeOptimizer::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PeepholeOptimizer.cpp:72:5: warning: Member variable 'PeepholeOptimizer::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:87:5: warning: Member variable 'PostRAScheduler::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:87:5: warning: Member variable 'PostRAScheduler::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:87:5: style: Class 'PostRAScheduler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:146:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.h:190:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:146:10: note: Function in derived class
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:150:10: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.h:195:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:150:10: note: Function in derived class
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:159:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.h:199:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/PostRASchedulerList.cpp:159:10: note: Function in derived class
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::CurrMF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::SIs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::LIs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::LSs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::VRM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::Barrier' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::BarrierMBB' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::CurrLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::CurrSLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PreAllocSplitting.cpp:94:5: warning: Member variable 'PreAllocSplitting::CurrSValNo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MinCSFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MaxCSFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::EntryBlock' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::ShrinkWrapThisFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::FrameIndexVirtualScavenging' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::HasFastExitPath' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/PseudoSourceValue.cpp:70:17: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:39:3: style: The class 'MFRenderingOptions' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::sis' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::vrm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::ro' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:107:16: style: The function 'releaseMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:136:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:107:16: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:109:20: style: The function 'spiller' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:120:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:109:20: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:113:16: style: The function 'enqueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:123:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:113:16: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:117:25: style: The function 'dequeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:126:25: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:117:25: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:125:20: style: The function 'selectOrSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:132:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocBasic.cpp:125:20: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:50:5: warning: Member variable 'RAFast::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocFast.cpp:76:7: style: Struct 'LiveReg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SpillPlacement.h:57:3: warning: Member variable 'SpillPlacement::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.h:57:3: warning: Member variable 'SpillPlacement::bundles' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.h:57:3: warning: Member variable 'SpillPlacement::loops' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.h:57:3: warning: Member variable 'SpillPlacement::ActiveNodes' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.h:104:16: warning: Virtual function 'releaseMemory' is called from destructor '~SpillPlacement()' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
llvm-2.9/lib/CodeGen/SpillPlacement.h:58:23: note: Calling releaseMemory
llvm-2.9/lib/CodeGen/SpillPlacement.h:104:16: note: releaseMemory is a virtual method
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:147:16: style: The function 'releaseMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:136:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:147:16: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:148:20: style: The function 'spiller' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:120:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:148:20: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:149:16: style: The function 'enqueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:123:16: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:149:16: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:150:25: style: The function 'dequeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:126:25: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:150:25: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:151:20: style: The function 'selectOrSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/RegAllocBase.h:132:20: note: Virtual function in base class
llvm-2.9/lib/CodeGen/RegAllocGreedy.cpp:151:20: note: Function in derived class
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:1153:7: style: Condition '!minReg' is always true [knownConditionTrueFalse]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:1149:21: note: Assignment 'minReg=0', assigned value is 0
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:1153:7: note: Condition '!minReg' is always true
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::mf_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::mri_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tm_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tri_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tii_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::li_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::vrm_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:959:10: style: Technically the member function '::LISorter::operator()' can be const. [functionConst]
llvm-2.9/lib/CodeGen/RegAllocLinearScan.cpp:913:5: style: Struct 'WeightCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tii' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::rmf' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::lss' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::vrm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RegAllocPBQP.cpp:87:3: style: Class 'RegAllocPBQP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:173:22: style: The scope of the variable 'reg2' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:81:10: performance: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:237:28: note: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static.
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:81:10: note: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static.
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:84:10: performance: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/RenderMachineFunction.cpp:241:28: note: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static.
llvm-2.9/lib/CodeGen/RenderMachineFunction.h:84:10: note: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static.
llvm-2.9/lib/CodeGen/ScheduleDAG.cpp:481:8: style: The scope of the variable 'HasLoop' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.cpp:511:12: style: The scope of the variable 'MayAlias' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.cpp:47:38: style: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.h:161:23: note: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'.
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.cpp:47:38: note: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'.
llvm-2.9/lib/CodeGen/ScheduleDAGInstrs.cpp:33:20: warning: Member variable 'ScheduleDAGInstrs::InsertPosIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/ScoreboardHazardRecognizer.cpp:95:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:319:4: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:324:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:329:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:335:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:340:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:564:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:567:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:568:41: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SelectionDAG/InstrEmitter.h:127:31: style: Technically the member function 'llvm::InstrEmitter::getInsertPos' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:78:16: style: Technically the member function 'llvm::SDDbgValue::getKind' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:96:12: style: Technically the member function 'llvm::SDDbgValue::getOffset' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:99:12: style: Technically the member function 'llvm::SDDbgValue::getDebugLoc' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:103:12: style: Technically the member function 'llvm::SDDbgValue::getOrder' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:109:8: style: Technically the member function 'llvm::SDDbgValue::isInvalidated' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3077:5: style: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3075:5: note: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3077:5: note: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:819:8: style: The scope of the variable 'isCustom' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:45:62: style: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:393:46: note: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:45:62: note: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:1209:63: style: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:489:47: note: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:1209:63: note: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:115:8: performance: Technically the member function 'llvm::DAGTypeLegalizer::IgnoreNodeResults' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:654:66: style: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:283:50: note: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:654:66: note: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:718:54: style: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:305:38: note: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:718:54: note: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:718:70: style: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:305:51: note: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:718:70: note: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:719:59: style: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:305:70: note: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:719:59: note: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1867:54: style: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:349:48: note: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1867:54: note: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:2205:65: style: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:358:49: note: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:2205:65: note: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:730:8: performance: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp:145:24: note: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:730:8: note: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp:69:3: style: Class 'VectorLegalizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:34:66: style: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:517:50: note: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:34:66: note: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:395:62: style: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:559:46: note: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:395:62: note: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:748:53: style: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:572:37: note: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:748:53: note: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2543:58: style: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeTypes.h:678:42: note: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'.
llvm-2.9/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2543:58: note: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'.
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:558:20: note: outer condition: !CurSU
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:11: note: identical inner condition: !CurSU
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:11: style: Condition '!CurSU' is always true [knownConditionTrueFalse]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:558:20: note: Assuming that condition '!CurSU' is not redundant
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:11: note: Condition '!CurSU' is always true
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:75:3: warning: Member variable 'ScheduleDAGFast::NumLiveRegs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:75:3: style: Class 'ScheduleDAGFast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:78:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:105:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:78:8: note: Function in derived class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp:78:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:105:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp:78:8: note: Function in derived class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1444:3: warning: Member variable 'RegReductionPQBase::SUnits' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1343:3: style: Struct 'bu_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1358:3: style: Struct 'td_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1372:3: style: Struct 'src_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1388:3: style: Struct 'hybrid_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1407:3: style: Struct 'ilp_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1336:1: warning: The struct 'bu_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1351:1: warning: The struct 'td_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1365:1: warning: The struct 'src_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1381:1: warning: The struct 'hybrid_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1400:1: warning: The struct 'ilp_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:178:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:105:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:178:8: note: Function in derived class
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:80:41: style: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:75:25: note: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'.
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:80:41: note: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'.
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:45:21: warning: Member variable 'ScheduleDAGSDNodes::DAG' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:587:10: style: Technically the member function '::OrderSorter::operator()' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SDNodeOrdering.h:47:12: style: Technically the member function 'llvm::SDNodeOrdering::getOrder' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:905:17: style: The scope of the variable 'SDV' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2308:22: style: The scope of the variable 'NextBlock' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:418:62: style: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:298:62: note: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:418:62: note: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2304:57: style: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:410:38: note: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2304:57: note: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:4778:44: style: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:399:63: note: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:4778:44: note: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:320:3: warning: Member variable 'SelectionDAGBuilder::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:320:3: warning: Member variable 'SelectionDAGBuilder::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:320:3: warning: Member variable 'SelectionDAGBuilder::GFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:412:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUnreachable' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:451:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1744:27: note: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:451:8: note: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:502:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:872:27: note: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:502:8: note: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:522:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUserOp1' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:525:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUserOp2' can be static. [functionStatic]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:103:25: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getDI' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:104:14: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getdl' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:105:14: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getSDNodeOrder' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:194:10: style: Technically the member function 'llvm::SelectionDAGBuilder::CaseBitsCmp::operator()' can be const. [functionConst]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:118:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6156:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6158:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:140:77: style: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:114:70: note: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'.
llvm-2.9/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:140:77: note: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'.
llvm-2.9/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1832:16: style: The scope of the variable 'Context' can be reduced. [variableScope]
llvm-2.9/lib/CodeGen/ShrinkWrapping.cpp:727:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/ShrinkWrapping.cpp:788:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.cpp:590:61: style: Function 'ReMaterializeTrivialDef' argument 2 names different: declaration 'PreserveSrcInt' definition 'preserveSrcInt'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:147:61: note: Function 'ReMaterializeTrivialDef' argument 2 names different: declaration 'PreserveSrcInt' definition 'preserveSrcInt'.
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.cpp:590:61: note: Function 'ReMaterializeTrivialDef' argument 2 names different: declaration 'PreserveSrcInt' definition 'preserveSrcInt'.
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.cpp:1558:54: style: Function 'lastRegisterUse' argument 4 names different: declaration 'LastUseIdx' definition 'UseIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:188:62: note: Function 'lastRegisterUse' argument 4 names different: declaration 'LastUseIdx' definition 'UseIdx'.
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.cpp:1558:54: note: Function 'lastRegisterUse' argument 4 names different: declaration 'LastUseIdx' definition 'UseIdx'.
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::mf_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::mri_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::tm_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::tri_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::tii_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::li_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::ldv_' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SimpleRegisterCoalescing.h:67:5: warning: Member variable 'SimpleRegisterCoalescing::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::FunctionContextTy' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::RegisterFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::UnregisterFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::BuiltinSetjmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::FrameAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::StackAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::StackRestoreFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::LSDAAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::PersonalityFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::SelectorFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::ExceptionFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::CallSiteFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::DispatchSetupFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SjLjEHPrepare.cpp:60:14: warning: Member variable 'SjLjEHPass::CallSite' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.cpp:165:19: style: Same expression on both sides of '!=' because the value of 'Before' and 'preferReg()' are the same. [duplicateExpression]
llvm-2.9/lib/CodeGen/SpillPlacement.cpp:158:28: note: 'Before' is assigned value 'preferReg()' here.
llvm-2.9/lib/CodeGen/SpillPlacement.cpp:165:19: note: Same expression on both sides of '!=' because the value of 'Before' and 'preferReg()' are the same.
llvm-2.9/lib/CodeGen/SpillPlacement.cpp:109:3: warning: Member variable 'Node::Bias' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/SpillPlacement.cpp:109:3: warning: Member variable 'Node::Value' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/Spiller.cpp:213:8: style: The function 'spill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/Spiller.h:37:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/Spiller.cpp:213:8: note: Function in derived class
llvm-2.9/lib/CodeGen/SplitKit.cpp:227:41: style: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/SplitKit.h:278:30: note: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'.
llvm-2.9/lib/CodeGen/SplitKit.cpp:227:41: note: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'.
llvm-2.9/lib/CodeGen/Splitter.cpp:125:19: warning: Assert statement calls a function which may have desired side effects: 'canInsertPreHeader'. [assertWithSideEffect]
llvm-2.9/lib/CodeGen/Splitter.cpp:164:21: warning: Assert statement calls a function which may have desired side effects: 'canSplitEdge'. [assertWithSideEffect]
llvm-2.9/lib/CodeGen/Splitter.cpp:45:5: style: Class 'StartSlotComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::F' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::M' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::F' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::M' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackProtector.cpp:71:5: style: Class 'StackProtector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::LS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::VRM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::LS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::VRM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StackSlotColoring.cpp:101:5: style: Class 'StackSlotColoring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:58:5: warning: Member variable 'StrongPHIElimination::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:58:5: warning: Member variable 'StrongPHIElimination::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:58:5: warning: Member variable 'StrongPHIElimination::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:58:5: warning: Member variable 'StrongPHIElimination::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:81:7: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/StrongPHIElimination.cpp:181:5: style: Struct 'MIIndexCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/CodeGen/TailDuplication.cpp:71:14: warning: Member variable 'TailDuplicatePass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TailDuplication.cpp:71:14: warning: Member variable 'TailDuplicatePass::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TailDuplication.cpp:71:14: warning: Member variable 'TailDuplicatePass::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:1396:53: style: Redundant pointer operation on 'CopyMI' - it's already a pointer. [redundantPointerOp]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::LV' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/UnreachableBlockElim.cpp:163:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/UnreachableBlockElim.cpp:107:5: warning: Member variable 'UnreachableMachineBlockElim::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:54:56: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/VirtRegMap.h:152:56: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:54:56: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:136:61: style: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/VirtRegMap.h:260:53: note: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'.
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:136:61: note: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'.
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:169:38: style: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/CodeGen/VirtRegMap.h:435:30: note: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/CodeGen/VirtRegMap.cpp:169:38: note: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:241:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:724:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:1074:1: style: The class 'LocalRewriter' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:1064:8: style: Technically the member function '::RefSorter::operator()' can be const. [functionConst]
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:93:8: style: The function 'runOnMachineFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/VirtRegRewriter.h:22:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:93:8: note: Function in derived class
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:1088:8: style: The function 'runOnMachineFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/CodeGen/VirtRegRewriter.h:22:18: note: Virtual function in base class
llvm-2.9/lib/CodeGen/VirtRegRewriter.cpp:1088:8: note: Function in derived class
llvm-2.9/lib/ExecutionEngine/ExecutionEngine.cpp:94:3: style: Class 'GVMemoryBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.h:58:26: style: Class 'AllocaHolderHandle' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.h:59:54: style: Value of pointer 'H', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.h:55:1: warning: The class 'AllocaHolderHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.cpp:35:62: style: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.h:111:58: note: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'.
llvm-2.9/lib/ExecutionEngine/Interpreter/Interpreter.cpp:35:62: note: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'.
llvm-2.9/lib/ExecutionEngine/JIT/JIT.cpp:292:66: style: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JIT.h:82:12: note: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'.
llvm-2.9/lib/ExecutionEngine/JIT/JIT.cpp:292:66: note: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'.
llvm-2.9/lib/ExecutionEngine/JIT/JIT.cpp:619:5: style: Class 'MCIListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:110:8: performance: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static. [functionStatic]
llvm-2.9/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp:166:26: note: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static.
llvm-2.9/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:110:8: note: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static.
llvm-2.9/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:89:3: style: Class 'JITDebugRegisterer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:39: style: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:56:24: note: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:39: note: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:38:64: style: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:59:49: note: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:38:64: note: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:542:45: style: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:49:45: note: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:542:45: note: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'.
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::JCE' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::RI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::TFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::stackGrowthDirection' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:56:3: style: Class 'JITDwarfEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:1259:41: style: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JIT.h:222:45: note: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'.
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:1259:41: note: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'.
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::SavedBufferBegin' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::SavedBufferEnd' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::SavedCurBufferPtr' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::ConstantPool' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::ConstantPoolBase' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::JumpTable' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:365:5: warning: Member variable 'JITEmitter::JumpTableBase' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:195:7: performance: Variable 'LazyResolverFn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/ExecutionEngine/JIT/JITEmitter.cpp:116:5: style: Class 'JITResolverState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:156:44: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:183:33: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:382:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:388:35: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:559:29: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:575:29: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:583:27: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:675:35: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:72:40: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-2.9/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:259:5: style: Class 'JITSlabAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/ExecutionEngine/JIT/TargetSelect.cpp:29:42: style: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JIT.h:186:46: note: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'.
llvm-2.9/lib/ExecutionEngine/JIT/TargetSelect.cpp:29:42: note: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'.
llvm-2.9/lib/ExecutionEngine/JIT/TargetSelect.cpp:33:47: style: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/JIT/JIT.h:190:51: note: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'.
llvm-2.9/lib/ExecutionEngine/JIT/TargetSelect.cpp:33:47: note: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'.
llvm-2.9/lib/ExecutionEngine/MCJIT/TargetSelect.cpp:29:44: style: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/MCJIT/MCJIT.h:47:46: note: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'.
llvm-2.9/lib/ExecutionEngine/MCJIT/TargetSelect.cpp:29:44: note: Function 'selectTarget' argument 1 names different: declaration 'M' definition 'Mod'.
llvm-2.9/lib/ExecutionEngine/MCJIT/TargetSelect.cpp:33:47: style: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'. [funcArgNamesDifferent]
llvm-2.9/lib/ExecutionEngine/MCJIT/MCJIT.h:51:51: note: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'.
llvm-2.9/lib/ExecutionEngine/MCJIT/TargetSelect.cpp:33:47: note: Function 'selectTarget' argument 5 names different: declaration 'Err' definition 'ErrorStr'.
llvm-2.9/lib/Linker/LinkModules.cpp:686:9: style: Condition '!DGV' is always true [knownConditionTrueFalse]
llvm-2.9/lib/Linker/LinkModules.cpp:676:24: note: Assignment 'DGV=NULL', assigned value is 0
llvm-2.9/lib/Linker/LinkModules.cpp:686:9: note: Condition '!DGV' is always true
llvm-2.9/lib/MC/ELFObjectWriter.h:159:5: warning: Member variable 'ELFObjectWriter::LastLocalSymbolIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/MC/ELFObjectWriter.h:159:5: warning: Member variable 'ELFObjectWriter::StringTableIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/MC/ELFObjectWriter.h:159:5: warning: Member variable 'ELFObjectWriter::SymbolTableIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/MC/ELFObjectWriter.h:159:5: warning: Member variable 'ELFObjectWriter::ShstrtabIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/MC/ELFObjectWriter.h:344:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/MC/ELFObjectWriter.h:329:22: note: Virtual function in base class
llvm-2.9/lib/MC/ELFObjectWriter.h:344:22: note: Function in derived class
llvm-2.9/lib/MC/ELFObjectWriter.h:363:18: style: The function 'WriteEFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/MC/ELFObjectWriter.h:241:18: note: Virtual function in base class
llvm-2.9/lib/MC/ELFObjectWriter.h:363:18: note: Function in derived class
llvm-2.9/lib/MC/ELFObjectWriter.h:365:29: style: The function 'ExplicitRelSym' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/MC/ELFObjectWriter.h:146:29: note: Virtual function in base class
llvm-2.9/lib/MC/ELFObjectWriter.h:365:29: note: Function in derived class
llvm-2.9/lib/MC/ELFObjectWriter.h:370:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/MC/ELFObjectWriter.h:329:22: note: Virtual function in base class
llvm-2.9/lib/MC/ELFObjectWriter.h:370:22: note: Function in derived class
llvm-2.9/lib/MC/ELFObjectWriter.h:385:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/MC/ELFObjectWriter.h:329:22: note: Virtual function in base class
llvm-2.9/lib/MC/ELFObjectWriter.h:385:22: note: Function in derived class
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:44:3: warning: Member variable 'CachedResult::Result' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/MC/MCDisassembler/EDDisassembler.h:196:8: style: Technically the member function 'llvm::EDDisassembler::valid' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDDisassembler.h:202:8: style: Technically the member function 'llvm::EDDisassembler::hasSemantics' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:47:8: style: Technically the member function 'llvm::CachedResult::valid' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:50:7: style: Technically the member function 'llvm::CachedResult::result' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDDisassembler.h:193:3: style: Struct 'EDDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/MC/MCDisassembler/EDInst.cpp:29:40: style: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'. [funcArgNamesDifferent]
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:107:34: note: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'.
llvm-2.9/lib/MC/MCDisassembler/EDInst.cpp:29:40: note: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:112:12: style: Technically the member function 'llvm::EDInst::byteSize' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDInst.cpp:55:18: note: Technically the member function 'llvm::EDInst::byteSize' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:112:12: note: Technically the member function 'llvm::EDInst::byteSize' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:128:8: style: Technically the member function 'llvm::EDInst::isBranch' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDInst.cpp:84:14: note: Technically the member function 'llvm::EDInst::isBranch' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:128:8: note: Technically the member function 'llvm::EDInst::isBranch' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:130:8: style: Technically the member function 'llvm::EDInst::isMove' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDInst.cpp:93:14: note: Technically the member function 'llvm::EDInst::isMove' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDInst.h:130:8: note: Technically the member function 'llvm::EDInst::isMove' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:68:7: style: Technically the member function 'llvm::EDOperand::isRegister' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDOperand.cpp:225:16: note: Technically the member function 'llvm::EDOperand::isRegister' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:68:7: note: Technically the member function 'llvm::EDOperand::isRegister' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:73:7: style: Technically the member function 'llvm::EDOperand::isImmediate' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDOperand.cpp:233:16: note: Technically the member function 'llvm::EDOperand::isImmediate' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:73:7: note: Technically the member function 'llvm::EDOperand::isImmediate' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:78:7: style: Technically the member function 'llvm::EDOperand::isMemory' can be const. [functionConst]
llvm-2.9/lib/MC/MCDisassembler/EDOperand.cpp:241:16: note: Technically the member function 'llvm::EDOperand::isMemory' can be const.
llvm-2.9/lib/MC/MCDisassembler/EDOperand.h:78:7: note: Technically the member function 'llvm::EDOperand::isMemory' can be const.
llvm-2.9/lib/MC/MCDwarf.cpp:342:18: style: The scope of the variable 'Opcode' can be reduced. [variableScope]
llvm-2.9/lib/MC/MCNullStreamer.cpp:23:5: style: Class 'MCNullStreamer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/MC/MCParser/AsmLexer.cpp:149:26: style: Same expression on both sides of '&&'. [duplicateExpression]
llvm-2.9/lib/MC/MCParser/AsmParser.cpp:716:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/MC/MCParser/AsmParser.cpp:2247:12: style: The scope of the variable 'RegNo' can be reduced. [variableScope]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:619:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:721:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:731:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:755:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:776:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:827:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:851:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:863:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:76:3: style: Class 'COFFSymbol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/MC/WinCOFFObjectWriter.cpp:104:3: style: Class 'COFFSection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Object/COFFObjectFile.cpp:188:12: style: The scope of the variable 'PointerToRawData' can be reduced. [variableScope]
llvm-2.9/lib/Object/COFFObjectFile.cpp:118:3: style: Class 'COFFObjectFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Object/ELFObjectFile.cpp:240:3: style: Class 'ELFObjectFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Support/APFloat.cpp:1182:7: style: The scope of the variable 'exponentChange' can be reduced. [variableScope]
llvm-2.9/lib/Support/APFloat.cpp:140:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:184:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:226:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:234:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:301:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:334:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:2226:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:2239:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:2440:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APFloat.cpp:2484:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APInt.cpp:319:25: style: The scope of the variable 'lx' can be reduced. [variableScope]
llvm-2.9/lib/Support/APInt.cpp:319:33: style: The scope of the variable 'hx' can be reduced. [variableScope]
llvm-2.9/lib/Support/APInt.cpp:1597:12: style: The scope of the variable 'v_carry' can be reduced. [variableScope]
llvm-2.9/lib/Support/APInt.cpp:625:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APInt.cpp:2105:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Support/APInt.cpp:1671:58: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Support/APInt.cpp:1686:58: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Support/APInt.cpp:1709:57: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Support/APInt.cpp:1716:53: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Support/CommandLine.cpp:1105:12: warning: Member variable 'HelpPrinter::MaxArgLen' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Support/CommandLine.cpp:1210:8: performance: Technically the member function '::VersionPrinter::print' can be static. [functionStatic]
llvm-2.9/lib/Support/CommandLine.cpp:826:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Support/CrashRecoveryContext.cpp:61:36: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Support/CrashRecoveryContext.cpp:197:36: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Support/CrashRecoveryContext.cpp:203:35: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Support/CrashRecoveryContext.cpp:32:3: style: Struct 'CrashRecoveryContextImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Support/GraphWriter.cpp:56:15: style: Unused variable: ErrMsg [unusedVariable]
llvm-2.9/lib/Support/IsInf.cpp:41:0: error: #error "Don't know how to get isinf()" [preprocessorErrorDirective]
llvm-2.9/lib/Support/IsNAN.cpp:27:0: error: #error "Don't know how to get isnan()" [preprocessorErrorDirective]
llvm-2.9/lib/Support/MemoryBuffer.cpp:78:3: style: Class 'MemoryBufferMem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Support/MemoryBuffer.cpp:175:3: style: Class 'MemoryBufferMMapFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Support/PathV2.cpp:156:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-2.9/lib/Support/PathV2.cpp:157:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-2.9/lib/Support/PathV2.cpp:158:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-2.9/lib/Support/PathV2.cpp:164:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-2.9/lib/Support/PathV2.cpp:165:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-2.9/lib/Support/SourceMgr.cpp:33:10: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Support/raw_ostream.cpp:524:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Support/raw_ostream.cpp:526:7: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Support/raw_ostream.cpp:524:5: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Support/regcomp.c:259:7: style: The scope of the variable 'c' can be reduced. [variableScope]
llvm-2.9/lib/Support/regcomp.c:262:8: style: The scope of the variable 'conc' can be reduced. [variableScope]
llvm-2.9/lib/Support/regcomp.c:891:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
llvm-2.9/lib/Support/regcomp.c:931:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
llvm-2.9/lib/Support/regengine.inc:181:2: style: Variable 'm->empty' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/lib/Support/regengine.inc:180:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
llvm-2.9/lib/Support/regengine.inc:181:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
llvm-2.9/lib/Support/regengine.inc:691:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:692:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:693:6: style: The scope of the variable 'i' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:776:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:777:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:778:6: style: The scope of the variable 'i' can be reduced. [variableScope]
llvm-2.9/lib/Support/regengine.inc:857:6: style: The scope of the variable 's' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMAsmBackend.cpp:41:3: style: Class 'ARMELFObjectWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMAsmBackend.cpp:49:3: style: Class 'ARMAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMAsmBackend.cpp:419:3: style: Class 'DarwinARMAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:930:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:935:5: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:930:12: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:187:59: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.h:68:46: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:187:59: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:805:53: style: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.h:83:64: note: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'.
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:805:53: note: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'.
llvm-2.9/lib/Target/ARM/ARMELFWriterInfo.h:23:5: style: Class 'ARMELFWriterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:24:3: style: Class 'ARMInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:78:5: style: Class 'AsmAttributeEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:108:5: style: Class 'ObjectAttributeEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMInstrInfo.h:33:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:205:20: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMInstrInfo.h:33:12: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:33:7: style: The function 'emitLoadConstPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:176:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:33:7: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:42:8: style: The function 'eliminateCallFramePseudoInstr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:194:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:42:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:59:8: style: The function 'eliminateFrameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:198:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:59:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:32:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:205:20: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:32:12: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:40:8: style: The function 'copyPhysReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:270:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:40:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:44:8: style: The function 'storeRegToStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:275:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:44:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:50:8: style: The function 'loadRegFromStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:281:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:50:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb2RegisterInfo.h:33:8: style: The function 'emitLoadConstPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:176:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb2RegisterInfo.h:33:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:33:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:205:20: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:33:12: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:41:8: style: The function 'copyPhysReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:270:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:41:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:46:8: style: The function 'storeRegToStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:275:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:46:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:52:8: style: The function 'loadRegFromStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:281:16: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:52:8: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:79:10: style: The function 'MaybeSwitchVendor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:67:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:79:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:81:10: style: The function 'EmitAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:68:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:81:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:86:10: style: The function 'EmitTextAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:69:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:86:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:99:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:70:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:99:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:111:10: style: The function 'MaybeSwitchVendor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:67:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:111:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:126:10: style: The function 'EmitAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:68:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:126:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:132:10: style: The function 'EmitTextAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:69:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:132:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:138:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:70:18: note: Virtual function in base class
llvm-2.9/lib/Target/ARM/ARMAsmPrinter.cpp:138:10: note: Function in derived class
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:677:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:276:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:677:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:678:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:277:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:678:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:821:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:282:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:821:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:822:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:283:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:822:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1004:43: style: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:294:58: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1004:43: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1275:50: style: Function 'isProfitableToIfCvt' argument 4 names different: declaration 'Prob' definition 'Probability'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:331:42: note: Function 'isProfitableToIfCvt' argument 4 names different: declaration 'Prob' definition 'Probability'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1275:50: note: Function 'isProfitableToIfCvt' argument 4 names different: declaration 'Prob' definition 'Probability'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1290:30: style: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:334:45: note: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1290:30: note: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1290:48: style: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:334:60: note: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1290:48: note: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1292:30: style: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:336:45: note: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1292:30: note: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1292:48: style: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.h:336:60: note: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'.
llvm-2.9/lib/Target/ARM/ARMBaseInstrInfo.cpp:1292:48: note: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'.
llvm-2.9/lib/Target/ARM/ARMHazardRecognizer.h:37:3: warning: Member variable 'ARMHazardRecognizer::FpMLxStalls' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMHazardRecognizer.h:37:3: warning: Member variable 'ARMHazardRecognizer::ITBlockMIs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.cpp:1221:12: style: The scope of the variable 'ScratchReg' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.cpp:56:62: style: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:101:52: note: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.cpp:56:62: note: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.cpp:134:56: style: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.h:117:67: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-2.9/lib/Target/ARM/ARMBaseRegisterInfo.cpp:134:56: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-2.9/lib/Target/ARM/ARMCodeEmitter.cpp:67:5: warning: Member variable 'ARMCodeEmitter::Subtarget' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMCodeEmitter.cpp:67:5: warning: Member variable 'ARMCodeEmitter::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::HasFarJump' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::HasInlineAsm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb1' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb2' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMConstantIslandPass.cpp:253:33: warning: Conversion of string literal "Constant pool entry out of range!" to bool always evaluates to true. [incorrectStringBooleanError]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:25:61: style: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'K'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:61:41: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'K'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:25:61: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'K'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:27:65: style: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:63:45: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:27:65: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:28:49: style: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:64:29: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:28:49: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:36:65: style: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:67:45: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:36:65: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:37:49: style: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:68:29: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:37:49: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'AddCA'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:42:63: style: Function 'ARMConstantPoolValue' argument 1 names different: declaration 'GV' definition 'gv'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:69:43: note: Function 'ARMConstantPoolValue' argument 1 names different: declaration 'GV' definition 'gv'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:42:63: note: Function 'ARMConstantPoolValue' argument 1 names different: declaration 'GV' definition 'gv'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:43:65: style: Function 'ARMConstantPoolValue' argument 2 names different: declaration 'Modifier' definition 'Modif'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.h:69:68: note: Function 'ARMConstantPoolValue' argument 2 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMConstantPoolValue.cpp:43:65: note: Function 'ARMConstantPoolValue' argument 2 names different: declaration 'Modifier' definition 'Modif'.
llvm-2.9/lib/Target/ARM/ARMExpandPseudoInsts.cpp:36:5: warning: Member variable 'ARMExpandPseudo::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMExpandPseudoInsts.cpp:36:5: warning: Member variable 'ARMExpandPseudo::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMExpandPseudoInsts.cpp:36:5: warning: Member variable 'ARMExpandPseudo::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMExpandPseudoInsts.cpp:36:5: warning: Member variable 'ARMExpandPseudo::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMExpandPseudoInsts.cpp:969:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:97:43: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:97:43: note: Array index out of bounds
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:99:24: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:99:24: note: Array index out of bounds
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:102:65: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:102:65: note: Array index out of bounds
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:134:65: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:129:3: note: After for loop, i has value 2
llvm-2.9/lib/Target/ARM/ARMCallingConv.h:134:65: note: Array index out of bounds
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:946:8: style: The scope of the variable 'ExtraCSSpill' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:188:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:206:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:221:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:225:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:384:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:388:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:390:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMFrameLowering.cpp:391:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/ARM/ARMGlobalMerge.cpp:101:7: style: Struct 'GlobalCmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1744:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1744:28: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1744:28: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1853:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1853:28: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1853:28: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1117:12: style: The scope of the variable 'ShImmVal' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1948:12: style: The scope of the variable 'And_imm' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMISelDAGToDAG.cpp:1270:18: style: Variable 'ShOpcVal' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:3472:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:5136:17: style: The scope of the variable 'DAG' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:4809:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMISelLowering.h:240:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:4809:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:6767:59: style: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMISelLowering.h:307:52: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'.
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:6767:59: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'.
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:3731:36: warning: Shifting 64-bit value by 64 bits is undefined behaviour. See condition at line 3717. [shiftTooManyBits]
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:3717:22: note: Assuming that condition 'SplatBitSize<=64' is not redundant
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:3731:36: note: Shift
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:6975:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:6974:31: note: Assignment 'msb=31', assigned value is 31
llvm-2.9/lib/Target/ARM/ARMISelLowering.cpp:6975:17: note: Shift
llvm-2.9/lib/Target/ARM/ARMJITInfo.cpp:141:75: style: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMJITInfo.h:61:75: note: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'.
llvm-2.9/lib/Target/ARM/ARMJITInfo.cpp:141:75: note: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'.
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1183:10: style: The scope of the variable 'Clobber' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:60:5: warning: Member variable 'ARMLoadStoreOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:60:5: warning: Member variable 'ARMLoadStoreOpt::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:60:5: warning: Member variable 'ARMLoadStoreOpt::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:60:5: warning: Member variable 'ARMLoadStoreOpt::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:60:5: warning: Member variable 'ARMLoadStoreOpt::isThumb2' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1392:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/ARMRegisterInfo.cpp:38:54: style: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMRegisterInfo.h:28:68: note: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/ARMRegisterInfo.cpp:38:54: note: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/ARMSubtarget.cpp:35:33: style: Function 'ARMSubtarget' argument 3 names different: declaration 'isThumb' definition 'isT'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMSubtarget.h:148:67: note: Function 'ARMSubtarget' argument 3 names different: declaration 'isThumb' definition 'isT'.
llvm-2.9/lib/Target/ARM/ARMSubtarget.cpp:35:33: note: Function 'ARMSubtarget' argument 3 names different: declaration 'isThumb' definition 'isT'.
llvm-2.9/lib/Target/ARM/ARMSubtarget.cpp:131:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/lib/Target/ARM/ARMTargetMachine.cpp:194:59: style: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/ARMTargetMachine.h:59:47: note: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'.
llvm-2.9/lib/Target/ARM/ARMTargetMachine.cpp:194:59: note: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'.
llvm-2.9/lib/Target/ARM/ARMTargetMachine.cpp:91:3: performance: Variable 'DefRelocModel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1651:36: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1656:29: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1667:29: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1671:26: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1672:35: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1683:37: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1688:31: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1708:19: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:201:5: performance: Variable 'StartLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:202:5: performance: Variable 'EndLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:197:3: style: Class 'ARMOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:124:1: warning: The class 'ARMOperand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:409:12: style: The scope of the variable 'insn1' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:354:46: style: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:42:31: note: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:354:46: note: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:355:48: style: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:43:33: note: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:355:48: note: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:356:58: style: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:44:43: note: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:356:58: note: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:357:47: style: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:45:32: note: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:357:47: note: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:358:51: style: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:46:36: note: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:358:51: note: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:396:48: style: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:85:31: note: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:396:48: note: Function 'getInstruction' argument 1 names different: declaration 'instr' definition 'MI'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:397:50: style: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:86:33: note: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:397:50: note: Function 'getInstruction' argument 2 names different: declaration 'size' definition 'Size'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:398:60: style: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:87:43: note: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:398:60: note: Function 'getInstruction' argument 3 names different: declaration 'region' definition 'Region'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:399:49: style: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:88:32: note: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:399:49: note: Function 'getInstruction' argument 4 names different: declaration 'address' definition 'Address'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:400:53: style: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.h:89:36: note: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:400:53: note: Function 'getInstruction' argument 5 names different: declaration 'vStream' definition 'os'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h:226:8: style: Technically the member function 'llvm::ARMBasicMCBuilder::InITBlock' can be const. [functionConst]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h:183:1: warning: The class 'ARMBasicMCBuilder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1381:13: style: Expression is always false because 'else if' condition matches previous condition at line 1379. [multiCondition]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:3120:41: style: Function 'DoPredicateOperands' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h:217:37: note: Function 'DoPredicateOperands' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:3120:41: note: Function 'DoPredicateOperands' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:3152:35: style: Function 'TryPredicateAndSBitModifier' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.h:223:37: note: Function 'TryPredicateAndSBitModifier' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:3152:35: note: Function 'TryPredicateAndSBitModifier' argument 4 names different: declaration 'NumOpsRemaning' definition 'NumOpsRemaining'.
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:558:73: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:673:60: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:938:68: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1332:71: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1384:76: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1467:50: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1565:74: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1607:74: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1718:64: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:1862:67: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:404:3: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:457:73: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:518:70: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:646:59: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:762:62: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1236:71: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1406:5: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1464:61: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1595:66: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1828:59: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1937:43: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ThumbDisassemblerCore.h:1987:60: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:2255:65: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:2451:45: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:2663:45: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/Disassembler/ARMDisassemblerCore.cpp:2751:75: style: Variable 'OpIdx' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:185:71: style: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:42:57: note: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:185:71: note: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:494:77: style: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:61:63: note: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:494:77: note: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:511:62: style: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:63:66: note: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:511:62: note: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:529:63: style: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:65:67: note: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:529:63: note: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:535:63: style: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:67:67: note: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:535:63: note: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:541:63: style: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:69:67: note: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:541:63: note: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:546:77: style: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:71:63: note: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:546:77: note: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-2.9/lib/Target/ARM/MLxExpansionPass.cpp:39:5: warning: Member variable 'MLxExpansion::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/MLxExpansionPass.cpp:39:5: warning: Member variable 'MLxExpansion::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/MLxExpansionPass.cpp:39:5: warning: Member variable 'MLxExpansion::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/MLxExpansionPass.cpp:39:5: warning: Member variable 'MLxExpansion::MIIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/MLxExpansionPass.cpp:39:5: warning: Member variable 'MLxExpansion::LastMIs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/NEONMoveFix.cpp:27:5: warning: Member variable 'NEONMoveFixPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/NEONMoveFix.cpp:27:5: warning: Member variable 'NEONMoveFixPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/NEONMoveFix.cpp:27:5: warning: Member variable 'NEONMoveFixPass::isA8' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:57:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:45:56: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:57:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:58:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:46:62: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:58:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:86:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:51:57: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:86:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:87:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.h:52:51: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb1InstrInfo.cpp:87:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:541:3: style: Variable 'Done' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:540:0: note: Variable 'Done' is reassigned a value before the old one has been used.
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:541:3: note: Variable 'Done' is reassigned a value before the old one has been used.
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:87:22: style: The scope of the variable 'MF' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:385:22: style: The scope of the variable 'MBB' can be reduced. [variableScope]
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:47:60: style: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.h:29:71: note: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/Thumb1RegisterInfo.cpp:47:60: note: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::PreRegAlloc' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:131:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:47:56: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:131:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:132:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:48:62: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:132:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:158:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:53:57: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:158:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:159:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.h:54:51: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb2InstrInfo.cpp:159:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/ARM/Thumb2RegisterInfo.cpp:39:60: style: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/ARM/Thumb2RegisterInfo.h:29:71: note: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/ARM/Thumb2RegisterInfo.cpp:39:60: note: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/Alpha/AlphaRegisterInfo.h:28:3: style: Struct 'AlphaRegisterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:261:8: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:256:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:261:8: note: Null pointer dereference
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:141:65: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.h:47:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:141:65: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:142:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.h:48:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:142:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:170:69: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.h:53:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:170:69: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:171:63: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.h:54:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/Alpha/AlphaInstrInfo.cpp:171:63: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/Alpha/AlphaLLRP.cpp:41:5: style: Struct 'AlphaLLRPPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Blackfin/BlackfinISelLowering.h:34:5: style: Class 'BlackfinTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:98:65: style: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.h:47:58: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:98:65: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:168:68: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.h:52:66: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:168:68: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:171:44: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.h:54:42: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:171:44: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:216:69: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.h:65:67: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:216:69: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:218:45: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.h:66:61: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Blackfin/BlackfinInstrInfo.cpp:218:45: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp:27:0: error: syntax error [syntaxError]
llvm-2.9/lib/Target/CBackend/CBackend.cpp:2504:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/Target/CBackend/CBackend.cpp:3578:65: style: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CBackend/CTargetMachine.h:27:59: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-2.9/lib/Target/CBackend/CBackend.cpp:3578:65: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.h:98:5: style: Class 'SPUTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/CellSPU/SPUFrameLowering.h:30:5: style: Class 'SPUFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/CellSPU/SPUFrameLowering.cpp:102:13: style: The scope of the variable 'FrameLabel' can be reduced. [variableScope]
llvm-2.9/lib/Target/CellSPU/SPUHazardRecognizers.cpp:33:65: style: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUHazardRecognizers.h:32:46: note: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-2.9/lib/Target/CellSPU/SPUHazardRecognizers.cpp:33:65: note: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-2.9/lib/Target/CellSPU/SPUHazardRecognizers.h:32:3: style: Class 'SPUHazardRecognizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/CellSPU/SPUISelDAGToDAG.cpp:156:14: warning: Member variable 'SPUDAGToDAGISel::GlobalBaseReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:1674:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:1684:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:2284:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:1298:18: style: The scope of the variable 'VA' can be reduced. [variableScope]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:2050:20: style: The scope of the variable 'mask_val' can be reduced. [variableScope]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:1718:60: style: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.h:80:67: note: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'.
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:1718:60: note: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'.
llvm-2.9/lib/Target/CellSPU/SPUISelLowering.cpp:96:20: warning: Member variable 'SPUTargetLowering::VarArgsFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/CellSPU/SPUMachineFunction.h:33:3: style: Class 'SPUFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:138:63: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.h:51:66: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:138:63: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:139:69: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.h:52:72: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:139:69: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:173:64: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.h:58:67: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:173:64: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:174:58: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.h:59:61: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:174:58: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/CellSPU/SPUInstrInfo.cpp:341:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/CellSPU/SPUNopFiller.cpp:80:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/CellSPU/SPUNopFiller.cpp:118:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/CellSPU/SPUNopFiller.cpp:124:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/CellSPU/SPUNopFiller.cpp:36:5: warning: Member variable 'SPUNopFiller::isEvenPlace' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/CellSPU/SPUNopFiller.cpp:36:5: style: Struct 'SPUNopFiller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/CppBackend/CPPBackend.cpp:2049:67: style: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/CppBackend/CPPTargetMachine.h:30:59: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-2.9/lib/Target/CppBackend/CPPBackend.cpp:2049:67: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-2.9/lib/Target/CppBackend/CPPBackend.cpp:106:14: warning: Member variable 'CppWriter::TheModule' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:345:19: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:361:26: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:362:28: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:118:5: performance: Variable 'StartLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:119:5: performance: Variable 'EndLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:114:3: style: Struct 'MBlazeOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:78:1: warning: The struct 'MBlazeOperand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h:24:5: style: Class 'MBlazeInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeELFWriterInfo.h:23:5: style: Class 'MBlazeELFWriterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeAsmBackend.cpp:46:3: style: Class 'MBlazeELFObjectWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeAsmBackend.cpp:53:3: style: Class 'MBlazeAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeMachineFunction.h:90:3: style: Class 'MBlazeFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:255:74: style: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlaze.h:35:70: note: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:255:74: note: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:47:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeFrameLowering.cpp:130:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp:127:11: style: The scope of the variable 'imm' can be reduced. [variableScope]
llvm-2.9/lib/Target/MBlaze/MBlazeTargetObjectFile.h:17:3: style: The class 'MBlazeTargetObjectFile' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:157:34: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:153:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:157:34: note: Null pointer dereference
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:25:55: style: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.h:226:49: note: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:25:55: note: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:88:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.h:270:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:88:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:89:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.h:271:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:89:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:98:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.h:276:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:98:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:99:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.h:277:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/MBlaze/MBlazeInstrInfo.cpp:99:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp:27:0: error: syntax error [syntaxError]
llvm-2.9/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp:130:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-2.9/lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp:131:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:43:43: style: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.h:40:45: note: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:43:43: note: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:114:64: style: Function 'getRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.h:46:53: note: Function 'getRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:114:64: note: Function 'getRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:153:71: style: Function 'getSpecialRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.h:47:60: note: Function 'getSpecialRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:153:71: note: Function 'getSpecialRegisterFromNumbering' argument 1 names different: declaration 'RegEnum' definition 'Reg'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:335:49: style: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.h:75:31: note: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'.
llvm-2.9/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:335:49: note: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'.
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.cpp:102:61: style: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.h:74:73: note: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.cpp:102:61: note: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.cpp:111:60: style: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.h:75:71: note: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-2.9/lib/Target/MBlaze/MBlazeTargetMachine.cpp:111:60: note: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-2.9/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h:24:5: style: Class 'MSP430InstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/MSP430/MSP430FrameLowering.cpp:96:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-2.9/lib/Target/MSP430/MSP430FrameLowering.cpp:88:7: note: outer condition: NumBytes
llvm-2.9/lib/Target/MSP430/MSP430FrameLowering.cpp:96:9: note: identical inner condition: NumBytes
llvm-2.9/lib/Target/MSP430/MSP430MachineFunctionInfo.h:32:3: warning: Member variable 'MSP430MachineFunctionInfo::ReturnAddrIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp:54:5: warning: Member variable 'MSP430ISelAddressMode::Base' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/MSP430/MSP430ISelLowering.cpp:62:65: style: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MSP430/MSP430ISelLowering.h:74:56: note: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MSP430/MSP430ISelLowering.cpp:62:65: note: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.cpp:28:55: style: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.h:44:49: note: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.cpp:28:55: note: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.cpp:34:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.h:60:40: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/MSP430/MSP430InstrInfo.cpp:34:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/Mips/MipsMachineFunction.h:87:3: style: Class 'MipsFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Mips/MipsDelaySlotFiller.cpp:79:70: style: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/Mips.h:27:66: note: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Mips/MipsDelaySlotFiller.cpp:79:70: note: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Mips/MipsDelaySlotFiller.cpp:34:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Mips/MipsISelLowering.cpp:502:68: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsISelLowering.h:147:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/Mips/MipsISelLowering.cpp:502:68: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/Mips/MipsTargetObjectFile.h:17:3: style: The class 'MipsTargetObjectFile' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:382:31: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:378:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:382:31: note: Null pointer dereference
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:25:49: style: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:169:45: note: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:25:49: note: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:85:41: style: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:204:56: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:85:41: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:155:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:208:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:155:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:156:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:209:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:156:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:189:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:214:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:189:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:190:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsInstrInfo.h:215:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Mips/MipsInstrInfo.cpp:190:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Mips/MipsRegisterInfo.cpp:41:57: style: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Mips/MipsRegisterInfo.h:30:41: note: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-2.9/lib/Target/Mips/MipsRegisterInfo.cpp:41:57: note: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-2.9/lib/Target/PTX/PTXMachineFunctionInfo.h:32:3: style: Class 'PTXMachineFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/PowerPC/PPCAsmBackend.cpp:31:3: style: Class 'PPCAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/PowerPC/PPCAsmBackend.cpp:85:5: style: Class 'DarwinPPCAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/PowerPC/PPCFrameLowering.h:29:3: style: Class 'PPCFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:104:25: style: The function 'getPassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:69:25: note: Virtual function in base class
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:104:25: note: Function in derived class
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:120:25: style: The function 'getPassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:69:25: note: Virtual function in base class
llvm-2.9/lib/Target/PowerPC/PPCAsmPrinter.cpp:120:25: note: Function in derived class
llvm-2.9/lib/Target/PowerPC/PPCCodeEmitter.cpp:89:65: style: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPC.h:40:61: note: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'.
llvm-2.9/lib/Target/PowerPC/PPCCodeEmitter.cpp:89:65: note: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'.
llvm-2.9/lib/Target/PowerPC/PPCCodeEmitter.cpp:47:5: warning: Member variable 'PPCCodeEmitter::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/PowerPC/PPCCodeEmitter.cpp:47:5: warning: Member variable 'PPCCodeEmitter::MovePCtoLROffset' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/PowerPC/PPCFrameLowering.cpp:926:7: style: Condition 'HasCRSaveArea' is always false [knownConditionTrueFalse]
llvm-2.9/lib/Target/PowerPC/PPCFrameLowering.cpp:808:24: note: Assignment 'HasCRSaveArea=false', assigned value is 0
llvm-2.9/lib/Target/PowerPC/PPCFrameLowering.cpp:926:7: note: Condition 'HasCRSaveArea' is always false
llvm-2.9/lib/Target/PowerPC/PPCMachineFunctionInfo.h:74:12: warning: Member variable 'PPCFunctionInfo::MustSaveLR' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/PowerPC/PPCHazardRecognizers.cpp:50:71: style: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCHazardRecognizers.h:50:49: note: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-2.9/lib/Target/PowerPC/PPCHazardRecognizers.cpp:50:71: note: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-2.9/lib/Target/PowerPC/PPCHazardRecognizers.h:50:3: style: Class 'PPCHazardRecognizer970' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:390:14: style: The scope of the variable 'Value' can be reduced. [variableScope]
llvm-2.9/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:390:21: style: The scope of the variable 'SH' can be reduced. [variableScope]
llvm-2.9/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:47:14: warning: Member variable 'PPCDAGToDAGISel::GlobalBaseReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:3863:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4502:74: style: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:306:60: note: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4502:74: note: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4503:42: style: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:306:70: note: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4503:42: note: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4564:64: style: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:309:68: note: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4564:64: note: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4566:54: style: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:310:67: note: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4566:54: note: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4694:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:304:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:4694:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:5438:71: style: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Letter'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.h:331:52: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Letter'.
llvm-2.9/lib/Target/PowerPC/PPCISelLowering.cpp:5438:71: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Letter'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:215:7: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:210:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:215:7: note: Null pointer dereference
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:95:20: style: The scope of the variable 'MF' can be reduced. [variableScope]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:39:46: style: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.h:77:43: note: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:39:46: note: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:468:63: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.h:118:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:468:63: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:469:69: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.h:119:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:469:69: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:593:64: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.h:124:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:593:64: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:594:58: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.h:125:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/PowerPC/PPCInstrInfo.cpp:594:58: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/PowerPC/PPCJITInfo.cpp:54:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-2.9/lib/Target/PowerPC/PPCJITInfo.cpp:59:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-2.9/lib/Target/PowerPC/PPCJITInfo.cpp:67:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-2.9/lib/Target/PowerPC/PPCRegisterInfo.cpp:111:54: style: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/PowerPC/PPCRegisterInfo.h:32:39: note: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'.
llvm-2.9/lib/Target/PowerPC/PPCRegisterInfo.cpp:111:54: note: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'.
llvm-2.9/lib/Target/Sparc/DelaySlotFiller.cpp:91:67: style: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/Sparc.h:28:63: note: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Sparc/DelaySlotFiller.cpp:91:67: note: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Sparc/DelaySlotFiller.cpp:45:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Sparc/FPMover.cpp:54:59: style: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/Sparc.h:29:55: note: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Sparc/FPMover.cpp:54:59: note: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/Sparc/SparcISelLowering.h:46:5: style: Class 'SparcTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/Sparc/SparcISelDAGToDAG.cpp:179:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/Target/Sparc/SparcISelLowering.cpp:1163:69: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcISelLowering.h:61:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/Sparc/SparcISelLowering.cpp:1163:69: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:283:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.h:81:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:283:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:284:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.h:82:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:284:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:305:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.h:87:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:305:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:306:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.h:88:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Sparc/SparcInstrInfo.cpp:306:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-2.9/lib/Target/Sparc/SparcSubtarget.cpp:19:37: style: Function 'SparcSubtarget' argument 3 names different: declaration 'is64bit' definition 'is64Bit'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/Sparc/SparcSubtarget.h:29:69: note: Function 'SparcSubtarget' argument 3 names different: declaration 'is64bit' definition 'is64Bit'.
llvm-2.9/lib/Target/Sparc/SparcSubtarget.cpp:19:37: note: Function 'SparcSubtarget' argument 3 names different: declaration 'is64bit' definition 'is64Bit'.
llvm-2.9/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:34:3: warning: Member variable 'SystemZMachineFunctionInfo::LowReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:34:3: warning: Member variable 'SystemZMachineFunctionInfo::HighReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:36:12: warning: Member variable 'SystemZMachineFunctionInfo::LowReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:36:12: warning: Member variable 'SystemZMachineFunctionInfo::HighReg' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/SystemZ/SystemZFrameLowering.cpp:33:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp:51:5: warning: Member variable 'SystemZRRIAddressMode::Base' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp:51:5: style: Struct 'SystemZRRIAddressMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/SystemZ/SystemZISelLowering.cpp:42:68: style: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/SystemZ/SystemZISelLowering.h:58:58: note: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/SystemZ/SystemZISelLowering.cpp:42:68: note: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.cpp:28:58: style: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.h:54:51: note: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.cpp:28:58: note: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.cpp:41:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.h:73:40: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/SystemZ/SystemZInstrInfo.cpp:41:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/SystemZ/SystemZMCAsmInfo.cpp:20:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-2.9/lib/Target/X86/AsmParser/X86AsmParser.cpp:768:23: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/X86/AsmParser/X86AsmParser.cpp:781:23: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/X86/AsmParser/X86AsmParser.cpp:958:19: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Target/X86/AsmParser/X86AsmParser.cpp:65:3: warning: Member variable 'X86ATTAsmParser::Is64Bit' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:516:42: style: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:63:42: note: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'.
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:516:42: note: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'.
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:517:54: style: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:64:54: note: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'.
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.cpp:517:54: note: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'.
llvm-2.9/lib/Target/X86/Disassembler/X86Disassembler.h:110:3: style: Class 'X86GenericDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:410:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:415:7: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:410:12: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:83:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:292:12: style: The scope of the variable 'prefixLocation' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:44:49: style: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:37:63: note: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:44:49: note: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:63:54: style: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:38:70: note: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:63:54: note: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:75:51: style: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:35:67: note: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:75:51: note: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:92:56: style: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:36:70: note: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:92:56: note: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:24:3: style: Class 'X86ATTInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h:25:3: style: Class 'X86IntelInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::LiveRegs' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/SSEDomainFix.cpp:118:3: warning: Member variable 'SSEDomainFixPass::Distance' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86AsmBackend.cpp:60:3: style: Class 'X86AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86AsmBackend.cpp:344:3: style: Class 'DarwinX86AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86AsmBackend.cpp:350:3: style: Class 'DarwinX86_32AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86AsmBackend.cpp:362:3: style: Class 'DarwinX86_64AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:53:59: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86AsmPrinter.h:78:46: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:53:59: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:374:73: style: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86AsmPrinter.h:64:37: note: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:374:73: note: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:451:56: style: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86AsmPrinter.h:67:43: note: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:451:56: note: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:680:57: style: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86AsmPrinter.h:80:68: note: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86AsmPrinter.cpp:680:57: note: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'.
llvm-2.9/lib/Target/X86/X86MachineFunctionInfo.h:70:3: warning: Member variable 'X86MachineFunctionInfo::ReserveFP' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86COFFMachineModuleInfo.h:30:3: style: Class 'X86COFFMachineModuleInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:92:36: style: The function 'getTargetLowering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:58:36: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:92:36: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:95:38: style: The function 'getSelectionDAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:61:38: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:95:38: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:98:35: style: The function 'getInstrInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:48:35: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:98:35: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:101:35: style: The function 'getJITInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:54:35: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:101:35: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:118:36: style: The function 'getTargetLowering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:58:36: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:118:36: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:121:38: style: The function 'getSelectionDAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:61:38: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:121:38: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:124:35: style: The function 'getInstrInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:48:35: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:124:35: note: Function in derived class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:127:35: style: The function 'getJITInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:54:35: note: Virtual function in base class
llvm-2.9/lib/Target/X86/X86TargetMachine.h:127:35: note: Function in derived class
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:362:0: style: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:93:0: note: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:362:0: note: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:367:0: style: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:94:0: note: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:367:0: note: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:55:0: warning: Member variable 'Emitter < CodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:59:0: warning: Member variable 'Emitter < CodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:55:0: warning: Member variable 'Emitter < JITCodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86CodeEmitter.cpp:59:0: warning: Member variable 'Emitter < JITCodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FloatingPoint.cpp:54:5: warning: Member variable 'FPS::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FloatingPoint.cpp:54:5: warning: Member variable 'FPS::Bundles' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FloatingPoint.cpp:54:5: warning: Member variable 'FPS::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FloatingPoint.cpp:54:5: warning: Member variable 'FPS::StackTop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FloatingPoint.cpp:100:7: warning: Member variable 'LiveBundle::FixStack' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86FrameLowering.cpp:209:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/Target/X86/X86ISelDAGToDAG.cpp:182:25: style: Same expression on both sides of '==' because the value of '(int64_t)v' and '(int32_t)v' are the same. [duplicateExpression]
llvm-2.9/lib/Target/X86/X86ISelDAGToDAG.cpp:883:39: style: Opposite expression on both sides of '&&'. [oppositeExpression]
llvm-2.9/lib/Target/X86/X86ISelDAGToDAG.cpp:883:39: note: Opposite expression on both sides of '&&'.
llvm-2.9/lib/Target/X86/X86ISelDAGToDAG.cpp:883:39: note: Opposite expression on both sides of '&&'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9745:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9744:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9745:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10443:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10436:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10443:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10453:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10446:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10453:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10463:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10456:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10463:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:6082:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:6084:5: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:6082:10: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:2187:9: style: The scope of the variable 'FI' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:4449:18: style: The scope of the variable 'VecElts' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:4685:7: style: The scope of the variable 'Mask' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:1605:75: style: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:723:68: note: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:1605:75: note: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:6955:53: style: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:755:53: note: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:6955:53: note: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:7194:45: style: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:926:30: note: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:7194:45: note: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9014:49: style: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:779:34: note: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9014:49: note: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9143:33: style: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:853:42: note: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9143:33: note: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9495:67: style: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:642:65: note: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9495:67: note: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9538:70: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:875:67: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9538:70: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9539:75: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:876:72: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9539:75: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9542:65: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:879:62: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9542:65: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9543:65: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:880:62: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9543:65: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9643:70: style: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:887:67: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9643:70: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9644:75: style: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:888:72: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9644:75: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9808:69: style: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:898:73: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9808:69: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9809:74: style: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:899:78: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9809:74: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9916:43: style: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:861:47: note: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9916:43: note: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9917:38: style: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:862:42: note: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9917:38: note: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9917:52: style: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:862:55: note: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:9917:52: note: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10249:64: style: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:909:66: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10249:64: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10250:69: style: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:910:71: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10250:69: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10321:52: style: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:912:56: note: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10321:52: note: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10473:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:545:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:10473:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:12448:59: style: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86ISelLowering.h:595:52: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'.
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:12448:59: note: Function 'LowerAsmOperandForConstraint' argument 2 names different: declaration 'ConstraintLetter' definition 'Constraint'.
llvm-2.9/lib/Target/X86/X86TargetObjectFile.h:33:5: style: Class 'X8632_ELFTargetObjectFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86TargetObjectFile.h:44:5: style: Class 'X8664_ELFTargetObjectFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:5283:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:5284:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:5287:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/Target/X86/X86ISelLowering.cpp:5288:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:1171:14: style: The scope of the variable 'leaInReg2' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2659:12: style: The scope of the variable 'NewOpc' can be reduced. [variableScope]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:1053:62: style: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86InstrInfo.h:685:74: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:1053:62: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2095:74: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86InstrInfo.h:726:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2095:74: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2129:63: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86InstrInfo.h:739:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2129:63: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2235:64: style: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86InstrInfo.h:857:48: note: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2235:64: note: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2237:61: style: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86InstrInfo.h:859:63: note: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:2237:61: note: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'.
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:62:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:249:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:349:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Target/X86/X86InstrInfo.cpp:474:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Target/X86/X86JITInfo.cpp:522:68: style: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86JITInfo.h:58:68: note: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'.
llvm-2.9/lib/Target/X86/X86JITInfo.cpp:522:68: note: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'.
llvm-2.9/lib/Target/X86/X86JITInfo.cpp:437:13: warning: Member variable 'X86JITInfo::PICBase' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Target/X86/X86MCAsmInfo.cpp:75:48: style: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86MCAsmInfo.h:29:44: note: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-2.9/lib/Target/X86/X86MCAsmInfo.cpp:75:48: note: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-2.9/lib/Target/X86/X86MCInstLower.cpp:32:70: style: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86MCInstLower.h:38:56: note: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-2.9/lib/Target/X86/X86MCInstLower.cpp:32:70: note: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:88:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:91:7: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:88:12: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:78:46: style: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86RegisterInfo.h:82:31: note: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:78:46: note: Function 'getDwarfRegNum' argument 1 names different: declaration 'RegNum' definition 'RegNo'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:194:52: style: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86RegisterInfo.h:92:67: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:194:52: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:519:59: style: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86RegisterInfo.h:126:66: note: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:519:59: note: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:587:66: style: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86RegisterInfo.h:128:56: note: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'.
llvm-2.9/lib/Target/X86/X86RegisterInfo.cpp:587:66: note: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'.
llvm-2.9/lib/Target/X86/X86Subtarget.cpp:357:37: style: Function 'IsCalleePop' argument 1 names different: declaration 'isVarArg' definition 'IsVarArg'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86Subtarget.h:254:25: note: Function 'IsCalleePop' argument 1 names different: declaration 'isVarArg' definition 'IsVarArg'.
llvm-2.9/lib/Target/X86/X86Subtarget.cpp:357:37: note: Function 'IsCalleePop' argument 1 names different: declaration 'isVarArg' definition 'IsVarArg'.
llvm-2.9/lib/Target/X86/X86Subtarget.cpp:358:48: style: Function 'IsCalleePop' argument 2 names different: declaration 'CallConv' definition 'CallingConv'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86Subtarget.h:254:51: note: Function 'IsCalleePop' argument 2 names different: declaration 'CallConv' definition 'CallingConv'.
llvm-2.9/lib/Target/X86/X86Subtarget.cpp:358:48: note: Function 'IsCalleePop' argument 2 names different: declaration 'CallConv' definition 'CallingConv'.
llvm-2.9/lib/Target/X86/X86TargetMachine.cpp:95:78: style: Function 'X86_32TargetMachine' argument 2 names different: declaration 'M' definition 'TT'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/X86/X86TargetMachine.h:89:59: note: Function 'X86_32TargetMachine' argument 2 names different: declaration 'M' definition 'TT'.
llvm-2.9/lib/Target/X86/X86TargetMachine.cpp:95:78: note: Function 'X86_32TargetMachine' argument 2 names different: declaration 'M' definition 'TT'.
llvm-2.9/lib/Target/X86/X86TargetMachine.cpp:129:3: performance: Variable 'DefRelocModel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/Target/XCore/XCoreRegisterInfo.h:41:3: style: Struct 'XCoreRegisterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/XCore/XCoreFrameLowering.h:27:5: style: Class 'XCoreFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/XCore/XCoreFrameLowering.cpp:80:62: style: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreFrameLowering.h:27:46: note: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/XCore/XCoreFrameLowering.cpp:80:62: note: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'.
llvm-2.9/lib/Target/XCore/XCoreISelDAGToDAG.cpp:46:5: style: Class 'XCoreDAGToDAGISel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:66:62: style: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.h:81:54: note: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:66:62: note: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:651:29: style: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.h:159:41: note: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:651:29: note: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:711:22: style: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.h:160:34: note: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:711:22: note: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:1198:55: style: Function 'CanLowerReturn' argument 3 names different: declaration 'ArgsFlags' definition 'Outs'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.h:198:61: note: Function 'CanLowerReturn' argument 3 names different: declaration 'ArgsFlags' definition 'Outs'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:1198:55: note: Function 'CanLowerReturn' argument 3 names different: declaration 'ArgsFlags' definition 'Outs'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:1262:69: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreISelLowering.h:101:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/XCore/XCoreISelLowering.cpp:1262:69: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:233:31: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:229:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:233:31: note: Null pointer dereference
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:360:70: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.h:67:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:360:70: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:375:71: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.h:73:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Target/XCore/XCoreInstrInfo.cpp:375:71: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-2.9/lib/Transforms/IPO/ArgumentPromotion.cpp:261:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/IPO/ArgumentPromotion.cpp:281:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/IPO/InlineSimple.cpp:39:5: style: Class 'SimpleInliner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/IPO/Internalize.cpp:82:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::InitSJMap' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::DestroySJMap' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::AddSJToMap' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::ThrowLongJmp' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::TryCatchLJ' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::IsLJException' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/LowerSetJmp.cpp:112:5: warning: Member variable 'LowerSetJmp::GetLJValue' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/IPO/MergeFunctions.cpp:541:3: warning: Member variable 'MergeFunctions::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: note: Opposite expression on both sides of '&'.
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:84:3: warning: Member variable 'InstCombiner::MustPreserveLCSSA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:84:3: warning: Member variable 'InstCombiner::MadeIRChange' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:58:3: style: Class 'InstCombineIRInserter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1336:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1339:5: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1336:3: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:505:54: style: Same expression on both sides of '|'. [duplicateExpression]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:509:57: style: Same expression on both sides of '|'. [duplicateExpression]
llvm-2.9/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1778:21: style: The scope of the variable 'V2' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/InstCombine/InstCombineCalls.cpp:744:3: style: Class 'InstCombineFortifiedLibCalls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/InstCombine/InstCombineCalls.cpp:697:57: performance: Function parameter 'CS' should be passed by const reference. [passedByValue]
llvm-2.9/lib/Transforms/InstCombine/InstCombineCasts.cpp:261:60: style: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:211:48: note: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCasts.cpp:261:60: note: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:1501:10: style: The scope of the variable 'RHSCIOp' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:904:74: style: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:148:62: note: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:904:74: note: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:905:56: style: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:149:44: note: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:905:56: note: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:995:72: style: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:144:60: note: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'.
llvm-2.9/lib/Transforms/InstCombine/InstCombineCompares.cpp:995:72: note: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'.
llvm-2.9/lib/Transforms/InstCombine/InstCombinePHI.cpp:605:62: style: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:181:50: note: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'.
llvm-2.9/lib/Transforms/InstCombine/InstCombinePHI.cpp:605:62: note: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'.
llvm-2.9/lib/Transforms/InstCombine/InstCombinePHI.cpp:593:58: style: struct member 'isPodLike < LoweredPHIRecord >::value' is never used. [unusedStructMember]
llvm-2.9/lib/Transforms/InstCombine/InstCombinePHI.cpp:678:59: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/InstCombine/InstCombineSelect.cpp:769:24: style: The scope of the variable 'LHS2' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/InstCombine/InstCombineSelect.cpp:769:31: style: The scope of the variable 'RHS2' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/InstCombine/InstCombineShifts.cpp:396:19: style: The scope of the variable 'V2' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp:1005:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp:1017:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/Transforms/InstCombine/InstructionCombining.cpp:1053:53: style: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:185:41: note: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'.
llvm-2.9/lib/Transforms/InstCombine/InstructionCombining.cpp:1053:53: note: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'.
llvm-2.9/lib/Transforms/InstCombine/InstructionCombining.cpp:1480:57: style: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/InstCombine/InstCombine.h:91:45: note: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'.
llvm-2.9/lib/Transforms/InstCombine/InstructionCombining.cpp:1480:57: note: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'.
llvm-2.9/lib/Transforms/Instrumentation/MaximumSpanningTree.h:67:5: style: Class 'MaximumSpanningTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:632:17: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:641:5: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:737:37: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:738:37: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1084:39: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1085:39: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1123:7: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1125:7: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1222:5: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:541:26: style: The scope of the variable 'chord' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:649:18: style: The scope of the variable 'edge' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:917:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1236:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:1368:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:349:3: warning: Member variable 'PathProfiler::Context' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:349:3: warning: Member variable 'PathProfiler::currentFunctionNumber' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:349:3: warning: Member variable 'PathProfiler::llvmIncrementHashFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:349:3: warning: Member variable 'PathProfiler::llvmDecrementHashFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:85:3: style: Class 'BLInstrumentationNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Instrumentation/PathProfiling.cpp:173:3: style: Class 'BLInstrumentationDag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Instrumentation/ProfilingUtils.cpp:25:49: style: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'. [funcArgNamesDifferent]
llvm-2.9/lib/Transforms/Instrumentation/ProfilingUtils.h:27:45: note: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'.
llvm-2.9/lib/Transforms/Instrumentation/ProfilingUtils.cpp:25:49: note: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'.
llvm-2.9/lib/Transforms/Scalar/BasicBlockPlacement.cpp:44:5: warning: Member variable 'BlockPlacement::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/BasicBlockPlacement.cpp:44:5: warning: Member variable 'BlockPlacement::NumMovedBlocks' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/CodeGenPrepare.cpp:1057:14: style: Boolean variable 'MadeChange' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-2.9/lib/Transforms/Scalar/CodeGenPrepare.cpp:86:14: warning: Member variable 'CodeGenPrepare::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/CodeGenPrepare.cpp:86:14: warning: Member variable 'CodeGenPrepare::PFI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/CodeGenPrepare.cpp:86:14: warning: Member variable 'CodeGenPrepare::UpdateDT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:42:5: warning: Member variable 'CorrelatedValuePropagation::LVI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:74:21: style: struct member 'isPodLike < SimpleValue >::value' is never used. [unusedStructMember]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:167:23: style: struct member 'isPodLike < CallValue >::value' is never used. [unusedStructMember]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableValues' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableLoads' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableCalls' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::CurrentGeneration' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:49:5: style: Struct 'SimpleValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/EarlyCSE.cpp:142:5: style: Struct 'CallValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:126:5: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:124:0: note: Variable 'hash' is reassigned a value before the old one has been used.
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:126:5: note: Variable 'hash' is reassigned a value before the old one has been used.
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:69:5: warning: Member variable 'Expression::opcode' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:69:5: warning: Member variable 'Expression::type' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:70:5: warning: Member variable 'Expression::type' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:98:7: warning: Member variable 'ValueTable::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:98:7: warning: Member variable 'ValueTable::MD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:98:7: warning: Member variable 'ValueTable::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:398:14: warning: Member variable 'GVN::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:398:14: warning: Member variable 'GVN::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:108:16: style: Technically the member function '::ValueTable::getNextUnusedValueNumber' can be const. [functionConst]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:70:5: style: Struct 'Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/GVN.cpp:1095:41: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/Scalar/IndVarSimplify.cpp:80:5: warning: Member variable 'IndVarSimplify::IU' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/IndVarSimplify.cpp:80:5: warning: Member variable 'IndVarSimplify::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/IndVarSimplify.cpp:80:5: warning: Member variable 'IndVarSimplify::SE' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/IndVarSimplify.cpp:80:5: warning: Member variable 'IndVarSimplify::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/IndVarSimplify.cpp:80:5: warning: Member variable 'IndVarSimplify::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/JumpThreading.cpp:100:5: warning: Member variable 'JumpThreading::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/JumpThreading.cpp:100:5: warning: Member variable 'JumpThreading::LVI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/JumpThreading.cpp:1037:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/Scalar/JumpThreading.cpp:1038:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::Preheader' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::CurAST' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::SE' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopRotation.cpp:38:5: warning: Member variable 'LoopRotate::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2440:56: warning: Suspicious code: sign conversion of Factor in calculation, even though Factor can have a negative value [signConversion]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:373:43: style: Variable 'First' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2076:0: style: Boolean variable 'AllFixupsOutsideLoop' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2209:0: style: Boolean variable 'AllFixupsOutsideLoop' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3250:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3253:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/lib/Transforms/Scalar/LoopUnrollPass.cpp:46:5: warning: Member variable 'LoopUnroll::CurrentThreshold' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopUnswitch.cpp:1030:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/Transforms/Scalar/LoopUnswitch.cpp:93:14: warning: Member variable 'LoopUnswitch::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/LoopUnswitch.cpp:93:14: warning: Member variable 'LoopUnswitch::LPM' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/MemCpyOptimizer.cpp:305:5: warning: Member variable 'MemCpyOpt::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/MemCpyOptimizer.cpp:195:3: style: Class 'MemsetRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/Reassociate.cpp:308:15: style: Variable 'Success' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/Transforms/Scalar/Reassociate.cpp:80:5: warning: Member variable 'Reassociate::MadeChange' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SCCP.cpp:233:19: style: The scope of the variable 'IV' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Scalar/SCCP.cpp:213:3: style: Class 'SCCPSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1150:33: warning: Possible null pointer dereference: DT [nullPointer]
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1129:23: note: Assignment 'DT=0', assigned value is 0
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1150:33: note: Null pointer dereference
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1889:17: style: The scope of the variable 'StoreVal' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:60:5: warning: Member variable 'SROA::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:161:5: style: Struct 'SROA_DT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/ScalarReplAggregates.cpp:177:5: style: Struct 'SROA_SSAUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::Caller' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::Context' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:1467:5: warning: Member variable 'SimplifyLibCalls::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:1467:5: warning: Member variable 'SimplifyLibCalls::Modified' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:424:3: style: Struct 'StrCpyOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:185:18: style: The function 'CallOptimizer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:135:18: note: Virtual function in base class
llvm-2.9/lib/Transforms/Scalar/SimplifyLibCalls.cpp:185:18: note: Function in derived class
llvm-2.9/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Scalar/TailDuplication.cpp:323:13: error: Same iterator is used with different containers 'DestBlock' and 'SourceBlock'. [iterators]
llvm-2.9/lib/Transforms/Scalar/TailDuplication.cpp:361:15: error: Same iterator is used with different containers 'DestBlock' and 'SourceBlock'. [iterators]
llvm-2.9/lib/Transforms/Utils/AddrModeMatcher.cpp:52:16: style: Variable 'NeedPlus' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/Transforms/Utils/BasicInliner.cpp:40:5: style: 'BasicInlinerImpl::operator=' should return 'BasicInlinerImpl &'. [operatorEq]
llvm-2.9/lib/Transforms/Utils/BasicInliner.cpp:42:5: style: Struct 'BasicInlinerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/Transforms/Utils/BreakCriticalEdges.cpp:286:8: style: The scope of the variable 'NewBBDominatesDestBB' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Utils/CodeExtractor.cpp:108:12: style: The scope of the variable 'NumPredsOutsideRegion' can be reduced. [variableScope]
llvm-2.9/lib/Transforms/Utils/CodeExtractor.cpp:55:5: warning: Member variable 'CodeExtractor::RetTy' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/InlineFunction.cpp:502:0: style: Variable 'NumStackRestores' is modified but its new value is never used. [unreadVariable]
llvm-2.9/lib/Transforms/Utils/LCSSA.cpp:50:5: warning: Member variable 'LCSSA::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LCSSA.cpp:50:5: warning: Member variable 'LCSSA::L' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/Local.cpp:473:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/Utils/Local.cpp:486:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::SE' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::L' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:377:29: style: Unused variable: InvokesWithStoreInserted [unusedVariable]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::AbortFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::JBLinkTy' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::JBListHead' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::SetJmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::LongJmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::StackSaveFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::StackRestoreFn' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/lib/Transforms/Utils/PromoteMemoryToRegister.cpp:346:10: style: Technically the member function '::DomTreeNodeCompare::operator()' can be const. [functionConst]
llvm-2.9/lib/Transforms/Utils/PromoteMemoryToRegister.cpp:858:8: style: Technically the member function '::StoreIndexSearchPredicate::operator()' can be const. [functionConst]
llvm-2.9/lib/Transforms/Utils/SimplifyCFG.cpp:1175:40: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-2.9/lib/Transforms/Utils/SimplifyCFG.cpp:1893:28: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-2.9/lib/Transforms/Utils/SimplifyCFG.cpp:1909:28: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-2.9/lib/VMCore/AsmWriter.cpp:1605:12: style: The scope of the variable 'Idx' can be reduced. [variableScope]
llvm-2.9/lib/VMCore/Attributes.cpp:130:5: performance: Variable 'RefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/VMCore/ConstantFold.cpp:1038:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-2.9/lib/VMCore/ConstantFold.cpp:1040:7: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:1038:12: note: Found duplicate branches for 'if' and 'else'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:507:54: style: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/ConstantFold.h:29:14: note: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:507:54: note: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:999:57: style: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/ConstantFold.h:46:70: note: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:999:57: note: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:999:71: style: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/ConstantFold.h:47:53: note: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:999:71: note: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:1813:63: style: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/ConstantFold.h:48:59: note: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'.
llvm-2.9/lib/VMCore/ConstantFold.cpp:1813:63: note: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'.
llvm-2.9/lib/VMCore/TypesContext.h:257:8: performance: Technically the member function 'llvm::TypeMapBase::TypeBecameConcrete' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < ArrayValType , ArrayType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < VectorValType , VectorType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < PointerValType , PointerType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < FunctionValType , FunctionType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < StructValType , StructType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:410:0: performance: Technically the member function 'llvm :: TypeMap < IntegerValType , IntegerType >::print' can be static. [functionStatic]
llvm-2.9/lib/VMCore/TypesContext.h:71:3: style: Class 'IntegerValType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:70:5: style: Struct 'KeyTy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:244:3: style: Class 'LLVMContextImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:44:3: warning: The struct 'KeyTy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:68:3: warning: The struct 'KeyTy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/lib/VMCore/Core.cpp:1417:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/lib/VMCore/DebugLoc.cpp:134:58: style: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:241:43: note: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'.
llvm-2.9/lib/VMCore/DebugLoc.cpp:134:58: note: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'.
llvm-2.9/lib/VMCore/DebugLoc.cpp:229:45: style: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'. [funcArgNamesDifferent]
llvm-2.9/lib/VMCore/LLVMContextImpl.h:113:43: note: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'.
llvm-2.9/lib/VMCore/DebugLoc.cpp:229:45: note: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'.
llvm-2.9/lib/VMCore/Function.cpp:200:57: style: Variable 'SDC' is assigned a value that is never used. [unreadVariable]
llvm-2.9/lib/VMCore/LLVMContextImpl.cpp:36:3: performance: Variable 'InlineAsmDiagHandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/lib/VMCore/LLVMContextImpl.cpp:49:8: style: Technically the member function '::DropReferences::operator()' can be const. [functionConst]
llvm-2.9/lib/VMCore/LLVMContextImpl.cpp:35:5: style: Class 'LLVMContextImpl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
llvm-2.9/lib/VMCore/LLVMContextImpl.cpp:35:5: style: Class 'LLVMContextImpl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-2.9/lib/VMCore/Metadata.cpp:255:3: style: Variable 'N' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/lib/VMCore/Metadata.cpp:254:0: note: Variable 'N' is reassigned a value before the old one has been used.
llvm-2.9/lib/VMCore/Metadata.cpp:255:3: note: Variable 'N' is reassigned a value before the old one has been used.
llvm-2.9/lib/VMCore/Metadata.cpp:164:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/lib/VMCore/Metadata.cpp:255:3: error: Memory leak: N [memleak]
llvm-2.9/lib/VMCore/Pass.cpp:248:5: style: Struct 'GetCFGOnlyPasses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/VMCore/PassManager.cpp:1822:11: style: C-style pointer casting [cstyleCast]
llvm-2.9/lib/VMCore/Type.cpp:1138:46: warning: Assert statement modifies 'OldSize'. [assignmentInAssert]
llvm-2.9/lib/VMCore/Type.cpp:569:3: style: Struct 'TypePromotionGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/lib/VMCore/Type.cpp:948:54: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
llvm-2.9/lib/VMCore/Verifier.cpp:1893:11: error: va_list 'VA' was opened but not closed by va_end(). [va_end_missing]
llvm-2.9/runtime/libprofile/PathProfiling.c:55:12: style: The scope of the variable 'arrayCurrentLocation' can be reduced. [variableScope]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:529:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:541:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:569:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:559:22: style: Unused variable: j [unusedVariable]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 5) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 6) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 7) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 8) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 9) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-2.9/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp:23:7: style: The function 'getModRefInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp:13:15: note: Virtual function in base class
llvm-2.9/test/FrontendC++/2003-11-27-MultipleInheritanceThunk.cpp:23:7: note: Function in derived class
llvm-2.9/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp:4:7: style: Technically the member function 'Evil::fun' can be const. [functionConst]
llvm-2.9/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp:10:12: note: Technically the member function 'Evil::fun' can be const.
llvm-2.9/test/FrontendC++/2003-12-08-ArrayOfPtrToMemberFunc.cpp:4:7: note: Technically the member function 'Evil::fun' can be const.
llvm-2.9/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp:8:16: style: The function 'Method' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp:4:16: note: Virtual function in base class
llvm-2.9/test/FrontendC++/2004-03-08-ReinterpretCastCopy.cpp:8:16: note: Function in derived class
llvm-2.9/test/FrontendC++/2004-03-09-UnmangledBuiltinMethods.cpp:4:8: performance: Technically the member function 'AccessFlags::strlen' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2004-03-09-UnmangledBuiltinMethods.cpp:7:19: note: Technically the member function 'AccessFlags::strlen' can be static.
llvm-2.9/test/FrontendC++/2004-03-09-UnmangledBuiltinMethods.cpp:4:8: note: Technically the member function 'AccessFlags::strlen' can be static.
llvm-2.9/test/FrontendC++/2004-06-08-LateTemplateInstantiation.cpp:7:0: style: struct member 'normal_iterator < int >::FIELD' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp:15:8: performance: Technically the member function 'basic_string::empty' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2004-11-27-ExceptionCleanupAssertion.cpp:13:13: style: Variable 'dirs' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2004-11-27-ExceptionCleanupAssertion.cpp:6:5: style: Struct 'Strongbad' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2005-02-19-BitfieldStructCrash.cpp:6:9: warning: Member variable 'Command::type' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2005-02-19-BitfieldStructCrash.cpp:3:33: style: Struct 'QChar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2005-02-19-BitfieldStructCrash.cpp:6:9: style: Struct 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2005-02-19-UnnamedVirtualThunkArgument.cpp:17:18: style: The function 'test' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/2005-02-19-UnnamedVirtualThunkArgument.cpp:11:18: note: Virtual function in base class
llvm-2.9/test/FrontendC++/2005-02-19-UnnamedVirtualThunkArgument.cpp:17:18: note: Function in derived class
llvm-2.9/test/FrontendC++/2005-02-20-BrokenReferenceTest.cpp:9:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-2.9/test/FrontendC++/2006-09-12-OpaqueStructCrash.cpp:22:0: warning: Member variable 'D < double >::blocks' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2006-09-12-OpaqueStructCrash.cpp:8:0: style: The struct 'B < C < double > >' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/test/FrontendC++/2006-09-27-Debug-Protection.cpp:3:1: style: The class 'A' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/test/FrontendC++/2006-10-30-ClassBitfield.cpp:7:3: warning: Member variable '_Refcount_Base::_M_ref_count_lock' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2006-11-06-StackTrace.cpp:29:7: performance: Technically the member function 'DeepStack::deepest' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2006-11-06-StackTrace.cpp:22:3: style: Class 'DeepStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp:8:3: warning: Member variable 'sys_var::name_length' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2006-11-30-ConstantExprCrash.cpp:8:3: warning: Member variable 'sys_var::no_support_one_shot' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2006-11-30-Pubnames.cpp:14:14: style: struct member 'Pubnames::pubname' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2006-11-30-Pubnames.cpp:20:12: style: Unused variable: p [unusedVariable]
llvm-2.9/test/FrontendC++/2007-01-02-UnboundedArray.cpp:8:8: style: struct member 'Object::buffer' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp:44:29: style: The function 'metaObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp:22:29: note: Virtual function in base class
llvm-2.9/test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp:44:29: note: Function in derived class
llvm-2.9/test/FrontendC++/2007-01-06-PtrMethodInit.cpp:61:33: style: struct member 'EventTypeData::events' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-01-06-PtrMethodInit.cpp:62:12: style: struct member 'EventTypeData::numEvents' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-01-06-PtrMethodInit.cpp:63:21: style: struct member 'EventTypeData::iid' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-01-06-PtrMethodInit.cpp:43:24: style: Variable 'iid' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2007-04-05-PackedBitFields-1.cpp:21:11: error: Uninitialized struct member: x.i_Packed [uninitStructMember]
llvm-2.9/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap-2.cpp:22:11: error: Uninitialized struct member: x.count [uninitStructMember]
llvm-2.9/test/FrontendC++/2007-04-05-PackedBitFieldsOverlap.cpp:22:11: error: Uninitialized struct member: x.i_Packed [uninitStructMember]
llvm-2.9/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp:21:16: error: Uninitialized struct member: x.Y [uninitStructMember]
llvm-2.9/test/FrontendC++/2007-04-05-PackedBitFieldsSmall.cpp:26:16: error: Uninitialized struct member: x.X [uninitStructMember]
llvm-2.9/test/FrontendC++/2007-04-05-StructPackedFieldUnpacked.cpp:10:7: style: struct member 'UnPacked::X' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:8:11: style: struct member 'ABCS::red' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:9:11: style: struct member 'ABCS::green' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:10:11: style: struct member 'ABCS::blue' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:11:11: style: struct member 'ABCS::alpha' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:21:7: style: union member 'ABCU::bg' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:30:3: warning: Member variable 'L::fdata' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:40:3: performance: Variable 'fdata' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/test/FrontendC++/2007-04-10-PackedUnion.cpp:28:1: warning: The class 'L' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/test/FrontendC++/2007-05-16-ReverseBitFieldCrash.cpp:10:8: style: struct member 'TestStruct::first' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-05-16-ReverseBitFieldCrash.cpp:11:5: style: struct member 'TestStruct::second' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-08-01-RestrictMethod.cpp:4:1: style: The class 'foo' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/test/FrontendC++/2007-08-01-RestrictMethod.cpp:7:8: style: Unused private function: 'foo::bar' [unusedPrivateFunction]
llvm-2.9/test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp:45:12: style: struct member '_Vector_impl::_M_start' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp:65:29: style: Unused private function: 'RTRT::registerTerminationCallback' [unusedPrivateFunction]
llvm-2.9/test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp:67:18: style: Unused private function: 'RTRT::unregisterCallback' [unusedPrivateFunction]
llvm-2.9/test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp:56:14: performance: Technically the member function 'Manta::vector::end' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:53:22: style: The class 'Observable' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:95:27: performance: Technically the member function 'LayoutBase::innerDomain' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:98:24: performance: Technically the member function 'LayoutBase::externalGuards' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:277:51: performance: Technically the member function 'Field::center' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:280:54: performance: Technically the member function 'Field::all' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:186:0: performance: Technically the member function 'Centering < Dim >::size' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2008-10-29-WrongOffset.cpp:65:3: style: Class 'RefCountedPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2009-03-17-dbg.cpp:9:32: performance: Technically the member function 'A::g' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp:13:1: style: The class 'Foo' does not have a constructor although it has private member variables. [noConstructor]
llvm-2.9/test/FrontendC++/2009-04-23-bool2.cpp:6:8: style: struct member 'F::b2' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp:7:8: performance: Technically the member function 'ScriptInfoManager::PostRegister' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp:10:25: note: Technically the member function 'ScriptInfoManager::PostRegister' can be static.
llvm-2.9/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp:7:8: note: Technically the member function 'ScriptInfoManager::PostRegister' can be static.
llvm-2.9/test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp:17:10: style: struct member 'KBFP::mCutoffFrequency' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-07-15-LineNumbers.cpp:18:7: performance: Technically the member function 'DeepStack::deepest' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2009-07-15-LineNumbers.cpp:11:3: style: Class 'DeepStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2009-07-16-PrivateCopyConstructor.cpp:14:23: style: Unused variable: foo [unusedVariable]
llvm-2.9/test/FrontendC++/2009-08-11-VectorRetTy.cpp:8:13: style: Variable 'mmx_0x00ff' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:6:17: style: struct member 'tt::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:7:17: style: struct member 'tt::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:8:17: style: struct member 'tt::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:9:17: style: struct member 'tt::d' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:10:17: style: struct member 'tt::e' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:11:17: style: struct member 'tt::f' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:12:17: style: struct member 'tt::g' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:18:18: style: struct member 'tt::h' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:19:18: style: struct member 'tt::i' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:20:18: style: struct member 'tt::j' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-10-27-crash.cpp:25:18: style: struct member 'tt::k' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2009-12-23-MissingSext.cpp:6:8: style: struct member 'foo::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-02-17-DbgArtificialArg.cpp:8:7: performance: Technically the member function 'A::fn1' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:14:26: style: struct member 'no_type::padding' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:21:55: style: struct member 'bool_::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:33:38: style: struct member 'ice_or::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:35:24: style: struct member 'ice_or < false , false , false , false , false , false , false >::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:39:39: style: struct member 'ice_and::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:41:24: style: struct member 'ice_and < true , true , true , true , true , true , true >::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:42:57: style: struct member 'ice_not::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:45:67: style: struct member 'is_union_impl::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:53:25: style: struct member 'is_class_impl::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:65:22: style: struct member 'empty_helper::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:68:23: style: struct member 'is_empty_impl::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-03-22-empty-baseclass.cpp:82:21: style: struct member 'compressed_pair_switch::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp:5:11: performance: Technically the member function 'foo::bar' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp:9:10: note: Technically the member function 'foo::bar' can be static.
llvm-2.9/test/FrontendC++/2010-04-30-OptimizedMethod-Dbg.cpp:5:11: note: Technically the member function 'foo::bar' can be static.
llvm-2.9/test/FrontendC++/2010-05-10-Var-DbgInfo.cpp:21:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2010-05-10-Var-DbgInfo.cpp:23:22: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2010-06-21-LocalVarDbg.cpp:6:21: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2010-06-21-LocalVarDbg.cpp:10:5: style: Unused variable: a [unusedVariable]
llvm-2.9/test/FrontendC++/2010-06-22-BitfieldInit.cpp:4:7: style: struct member 'TEST2::subid' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-06-22-ZeroBitfield.cpp:3:22: style: struct member 's8_1::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC++/2010-07-23-DeclLoc.cpp:17:0: style: Class 'std :: auto_ptr < TExtendedMachOHeader < SizeAndEndianness < Pointer32 , LittleEndian > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2010-07-23-DeclLoc.cpp:17:0: style: Class 'std :: auto_ptr < TExtendedMachOHeader < SizeAndEndianness < Pointer32 , BigEndian > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2010-07-23-DeclLoc.cpp:17:0: style: Class 'std :: auto_ptr < TExtendedMachOHeader < SizeAndEndianness < Pointer64 , LittleEndian > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2010-07-23-DeclLoc.cpp:17:0: style: Class 'std :: auto_ptr < TExtendedMachOHeader < SizeAndEndianness < Pointer64 , BigEndian > > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/test/FrontendC++/2010-08-31-ByValArg.cpp:30:11: style: Variable 'e' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC++/2010-08-31-ByValArg.cpp:37:6: style: Variable 'e' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC++/2010-08-31-ByValArg.cpp:50:14: error: Uninitialized struct member: v.x [uninitStructMember]
llvm-2.9/test/FrontendC++/2010-08-31-ByValArg.cpp:50:14: error: Uninitialized struct member: v.y [uninitStructMember]
llvm-2.9/test/FrontendC++/member-alignment.cpp:9:8: performance: Technically the member function 't::bar' can be static. [functionStatic]
llvm-2.9/test/FrontendC++/member-alignment.cpp:13:4: note: Technically the member function 't::bar' can be static.
llvm-2.9/test/FrontendC++/member-alignment.cpp:9:8: note: Technically the member function 't::bar' can be static.
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:13:15: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:5:15: note: Virtual function in base class
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:13:15: note: Function in derived class
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:17:15: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:13:15: note: Virtual function in base class
llvm-2.9/test/FrontendC++/thunk-linkonce-odr.cpp:17:15: note: Function in derived class
llvm-2.9/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c:5:18: style: Variable 'pp' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c:8:13: error: Uninitialized variable: pp [uninitvar]
llvm-2.9/test/FrontendC/2002-01-23-LoadQISIReloadFailure.c:8:0: error: Uninitialized variable: w_cnt [uninitvar]
llvm-2.9/test/FrontendC/2002-02-13-TypeVarNameCollision.c:8:7: style: struct member 'foo::X' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-13-UnnamedLocal.c:11:9: style: struct member 'foostruct::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-13-UnnamedLocal.c:18:7: error: Uninitialized variable: xqic [uninitvar]
llvm-2.9/test/FrontendC/2002-02-13-UnnamedLocal.c:18:7: error: Uninitialized struct member: xqic.x [uninitStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:19:13: style: struct member 'EDGE_PAIR::left' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:19:19: style: struct member 'EDGE_PAIR::right' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:23:9: style: struct member 'EDGE_STACK::ptr' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:24:16: style: struct member 'EDGE_STACK::elts' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:25:9: style: struct member 'EDGE_STACK::stack_size' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:29:7: style: Variable 'lvalid' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:30:19: style: Unused variable: rcand [unusedVariable]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:32:10: error: Uninitialized variable: lvalid [uninitvar]
llvm-2.9/test/FrontendC/2002-02-14-EntryNodePreds.c:33:19: error: Uninitialized variable: basel [uninitvar]
llvm-2.9/test/FrontendC/2002-02-17-ArgumentAddress.c:31:7: style: Variable 'B' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2002-02-17-ArgumentAddress.c:32:10: error: Uninitialized variable: B [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:12:7: style: The scope of the variable 'LLS' can be reduced. [variableScope]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:11:10: style: Variable 'Val' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:14:17: error: Uninitialized variable: asa [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:17:10: error: Uninitialized variable: asa [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:17:19: error: Uninitialized variable: Val [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenPHINode.c:14:11: error: Uninitialized variable: LLS [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenSSA.c:12:7: error: Uninitialized variable: b [uninitvar]
llvm-2.9/test/FrontendC/2002-03-14-BrokenSSA.c:12:11: error: Uninitialized variable: c [uninitvar]
llvm-2.9/test/FrontendC/2002-04-09-StructRetVal.c:4:7: style: struct member 'S::i' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-04-09-StructRetVal.c:5:9: style: struct member 'S::s1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-04-09-StructRetVal.c:5:13: style: struct member 'S::s2' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-05-24-Alloca.c:9:13: error: Buffer overrun possible for long command line arguments. [insecureCmdLineArgs]
llvm-2.9/test/FrontendC/2002-05-24-Alloca.c:8:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests.c:43:35: style: struct member 'PBVTest::Y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests.c:43:42: style: struct member 'PBVTest::Z' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests.c:32:9: style: Unused variable: blah [unusedVariable]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:11:7: style: struct member 'FunStructTest::Test1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:12:9: style: struct member 'FunStructTest::Pointer' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:13:7: style: struct member 'FunStructTest::Array' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:63:20: error: Uninitialized variable: R [uninitvar]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:63:20: error: Uninitialized struct member: R.y [uninitStructMember]
llvm-2.9/test/FrontendC/2002-07-14-MiscTests3.c:70:10: error: Uninitialized variable: Result [uninitvar]
llvm-2.9/test/FrontendC/2002-07-29-Casts.c:75:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
llvm-2.9/test/FrontendC/2002-07-29-Casts.c:76:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'unsigned long'. [invalidPrintfArgType_uint]
llvm-2.9/test/FrontendC/2002-07-29-Casts.c:82:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2002-07-29-Casts.c:83:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2002-07-30-UnionTest.c:6:20: style: union member 'Q::X' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-07-30-UnionTest.c:11:9: style: union member 'X::b1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-08-02-UnionTest.c:8:16: style: union member 'X::X' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-08-02-UnionTest.c:8:32: style: union member 'X::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-08-02-UnionTest.c:8:35: style: union member 'X::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-08-02-UnionTest.c:8:38: style: union member 'X::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-08-02-UnionTest.c:8:41: style: union member 'X::d' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-09-18-UnionProblem.c:5:14: style: struct member 'DWstruct::low' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-12-15-StructParameters.c:5:9: style: struct member 'compile_stack_type::stack' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-12-15-StructParameters.c:6:12: style: struct member 'compile_stack_type::size' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2002-12-15-StructParameters.c:7:12: style: struct member 'compile_stack_type::avail' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-01-30-UnionInit.c:4:17: style: struct member 'Anonymous0::A' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-01-30-UnionInit.c:4:20: style: struct member 'Anonymous0::B' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-06-22-UnionCrash.c:5:10: style: union member 'Anonymous0::Colour' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-06-22-UnionCrash.c:6:11: style: union member 'Anonymous0::Point_Slope' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-08-17-DeadCodeShortCircuit.c:5:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-2.9/test/FrontendC/2003-08-18-StructAsValue.c:5:7: style: struct member 'event_t::op' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-08-20-BadBitfieldRef.c:5:9: style: Variable 'ap' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2003-08-20-BadBitfieldRef.c:6:3: error: Uninitialized variable: ap [uninitvar]
llvm-2.9/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c:7:23: style: Variable 'focus' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c:8:34: error: Uninitialized variable: frame [uninitvar]
llvm-2.9/test/FrontendC/2003-08-21-BinOp-Type-Mismatch.c:8:18: error: Uninitialized variable: focus [uninitvar]
llvm-2.9/test/FrontendC/2003-08-21-StmtExpr.c:5:17: style: struct member 'structty::val' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-08-23-LocalUnionTest.c:9:23: style: union member 'foo::X' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-08-23-LocalUnionTest.c:9:28: style: Unused variable: A [unusedVariable]
llvm-2.9/test/FrontendC/2003-08-29-BitFieldStruct.c:12:42: style: Same expression on both sides of '&&'. [duplicateExpression]
llvm-2.9/test/FrontendC/2003-08-29-HugeCharConst.c:4:17: style: Variable 'int_latin1' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2003-08-30-AggregateInitializer.c:4:17: style: struct member 'istruct::C' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-10-09-UnionInitializerBug.c:4:14: style: struct member 'Foo::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-10-09-UnionInitializerBug.c:5:14: style: struct member 'Foo::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-10-09-UnionInitializerBug.c:6:14: style: struct member 'Foo::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-10-09-UnionInitializerBug.c:11:16: style: union member 'Anonymous0::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-01-C99-CompoundLiteral.c:6:37: style: Label 'lock' is not used. [unusedLabel]
llvm-2.9/test/FrontendC/2003-11-01-C99-CompoundLiteral.c:6:0: style: Variable 'work' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2003-11-01-GlobalUnionInit.c:4:18: style: struct member 'Anonymous0::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-19-AddressOfRegister.c:8:24: style: Variable 'aa' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2003-11-19-AddressOfRegister.c:9:2: error: Uninitialized variable: aa [uninitvar]
llvm-2.9/test/FrontendC/2003-11-20-ComplexDivision.c:5:10: style: Variable 'D' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2003-11-20-ComplexDivision.c:6:7: error: Uninitialized variable: D [uninitvar]
llvm-2.9/test/FrontendC/2003-11-20-UnionBitfield.c:5:8: style: struct member 'printf_spec::converter' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-27-ConstructorCast.c:4:8: style: struct member 'i387_soft_struct::cwd' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-27-ConstructorCast.c:13:57: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2003-11-27-UnionCtorInitialization.c:4:7: style: struct member 'i387_soft_struct::cwd' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-27-UnionCtorInitialization.c:5:7: style: struct member 'i387_soft_struct::twd' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-27-UnionCtorInitialization.c:6:7: style: struct member 'i387_soft_struct::fip' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2003-11-27-UnionCtorInitialization.c:15:56: style: Variable 'thread' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2004-02-13-IllegalVararg.c:12:11: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
llvm-2.9/test/FrontendC/2004-02-20-Builtins.c:6:4: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-2.9/test/FrontendC/2004-03-07-ComplexDivEquals.c:5:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-2.9/test/FrontendC/2004-03-09-LargeArrayInitializers.c:6:13: style: Variable 'XX' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2004-03-09-LargeArrayInitializers.c:7:14: style: Variable 'S' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2004-03-15-SimpleIndirectGoto.c:13:2: style: Label 'lab0' is not used. [unusedLabel]
llvm-2.9/test/FrontendC/2004-03-15-SimpleIndirectGoto.c:17:2: style: Label 'end' is not used. [unusedLabel]
llvm-2.9/test/FrontendC/2004-03-15-SimpleIndirectGoto.c:6:3: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2004-06-18-VariableLengthArrayOfStructures.c:8:3: error: Uninitialized variable: comps [uninitvar]
llvm-2.9/test/FrontendC/2005-01-02-ConstantInits.c:19:21: style: Variable 'X' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2005-01-02-ConstantInits.c:20:15: style: Variable 'i23' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2005-01-02-ConstantInits.c:21:15: style: Variable 'P' is modified but its new value is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2005-01-02-VAArgError-ICE.c:8:9: warning: 'a' given to va_start() is not last named argument of the function. Did you intend to pass 'b'? [va_start_wrongParameter]
llvm-2.9/test/FrontendC/2005-01-02-VAArgError-ICE.c:10:1: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
llvm-2.9/test/FrontendC/2005-05-10-GlobalUnionInit.c:4:21: style: union member 'B::C' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2005-06-15-ExpandGotoInternalProblem.c:11:17: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-2.9/test/FrontendC/2005-09-24-BitFieldCrash.c:8:24: style: struct member 'tree_int_cst_lowhi::low' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2005-09-24-BitFieldCrash.c:9:15: style: struct member 'tree_int_cst_lowhi::high' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2005-09-24-BitFieldCrash.c:17:13: style: struct member 'tree_function_decl::locus' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2005-09-24-BitFieldCrash.c:17:20: style: struct member 'tree_function_decl::y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2006-03-03-MissingInitializer.c:4:17: style: struct member 'X::XX' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2006-03-03-MissingInitializer.c:4:25: style: struct member 'X::Y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2006-07-31-PR854.c:4:19: style: struct member 'kernel_symbol::value' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2006-09-18-fwrite-cast-crash.c:13:29: style: Variable 'ltmp_6203_92' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2006-10-30-ArrayCrash.c:15:7: error: Uninitialized struct member: A.f2 [uninitStructMember]
llvm-2.9/test/FrontendC/2006-10-30-ArrayCrash.c:15:7: error: Uninitialized variable: A [uninitvar]
llvm-2.9/test/FrontendC/2007-01-20-VectorICE.c:9:22: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
llvm-2.9/test/FrontendC/2007-02-04-EmptyStruct.c:7:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
llvm-2.9/test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c:15:13: style: Condition 'b==0' is always false [knownConditionTrueFalse]
llvm-2.9/test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c:6:11: note: Assignment 'z=5', assigned value is 5
llvm-2.9/test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c:13:9: note: Assignment 'b=z&3', assigned value is 1
llvm-2.9/test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c:15:13: note: Condition 'b==0' is always false
llvm-2.9/test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c:8:17: style: struct member 'Anonymous0::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-02-07-AddrLabel.c:6:3: style: Label 'label' is not used. [unusedLabel]
llvm-2.9/test/FrontendC/2007-02-16-VoidPtrDiff.c:4:25: portability: '(void*)test' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
llvm-2.9/test/FrontendC/2007-03-05-DataLayout.c:51:15: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct1.c:4:10: style: struct member 'f::w' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct1.c:4:29: style: struct member 'f::z' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct1.c:7:3: error: Address of an auto-variable returned. [returnAddressOfAutoVariable]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct2.c:4:10: style: struct member 'f::w' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct2.c:4:29: style: struct member 'f::y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-03-06-VarSizeInStruct2.c:7:10: error: Uninitialized variable: F [uninitvar]
llvm-2.9/test/FrontendC/2007-04-05-PackedStruct.c:11:17: style: struct member 'MyStruct::A' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-PackedStruct.c:12:8: style: struct member 'MyStruct::C' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-PackedStruct.c:13:10: style: struct member 'MyStruct::B' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-PackedStruct.c:17:0: style: Variable 'MS' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-04-05-PadBeforeZeroLengthField.c:2:27: style: struct member 'c__::type' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-UnPackedStruct.c:10:17: style: struct member 'MyStruct::A' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-UnPackedStruct.c:11:10: style: struct member 'MyStruct::B' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-05-UnPackedStruct.c:15:0: style: Variable 'MS' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-04-11-InlineAsmStruct.c:3:21: style: struct member 'V::Y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-11-InlineAsmUnion.c:3:15: style: union member 'U::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-11-InlineAsmUnion.c:3:24: style: union member 'U::p' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-13-InlineAsmStruct2.c:3:21: style: struct member 'V::Y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-13-InlineAsmUnion2.c:3:15: style: union member 'U::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-13-InlineAsmUnion2.c:3:24: style: union member 'U::p' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-24-str-const.c:5:14: style: struct member 'Anonymous0::name' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-04-24-str-const.c:6:11: style: struct member 'Anonymous0::type' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-07-NestedStructReturn.c:3:23: style: struct member 'X::o' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-07-NestedStructReturn.c:3:26: style: struct member 'X::p' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-07-PaddingElements.c:5:10: style: struct member 's::d1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-07-PaddingElements.c:6:7: style: struct member 's::s1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-15-PaddingElement.c:5:9: style: struct member 'A::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-15-PaddingElement.c:10:8: style: struct member 'B::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-29-UnionCopy.c:5:8: style: struct member 'A::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-29-UnionCopy.c:6:7: style: struct member 'A::i' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-29-UnionCopy.c:10:7: style: struct member 'B::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-05-29-UnionCopy.c:11:17: style: struct member 'B::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-06-18-SextAttrAggregate.c:5:6: style: struct member 's::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-06-18-SextAttrAggregate.c:6:6: style: struct member 's::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-12-PragmaPack.c:8:25: style: struct member 'foo::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-12-PragmaPack.c:12:25: style: struct member 'VERSION::major' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-12-PragmaPack.c:13:25: style: struct member 'VERSION::minor' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-12-PragmaPack.c:14:25: style: struct member 'VERSION::build' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-20-GcrootAttribute.c:22:10: error: Uninitialized variable: b [uninitvar]
llvm-2.9/test/FrontendC/2007-09-20-GcrootAttribute.c:22:10: error: Uninitialized struct member: b.a [uninitStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:5:17: style: struct member 'H::f1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:6:17: style: struct member 'H::f2' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:8:21: style: union member 'Anonymous0::f3' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:9:21: style: union member 'Anonymous0::f4' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:11:23: style: struct member 'Anonymous1::f5' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:12:23: style: struct member 'Anonymous1::f6' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-09-28-PackedUnionMember.c:29:0: style: Variable 'cmd' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-10-01-BuildArrayRef.c:5:15: style: Variable 'arr' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2007-10-01-BuildArrayRef.c:6:4: error: Uninitialized variable: arr [uninitvar]
llvm-2.9/test/FrontendC/2007-10-30-Volatile.c:5:8: error: Uninitialized variable: cc [uninitvar]
llvm-2.9/test/FrontendC/2007-11-07-AlignedMemcpy.c:3:7: style: Variable 'Qux' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:2:17: style: struct member 'A::s' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:2:20: style: struct member 'A::t' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:2:23: style: struct member 'A::u' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:2:26: style: struct member 'A::v' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:2:35: style: struct member 'A::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized variable: b [uninitvar]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized struct member: b.s [uninitStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized struct member: b.t [uninitStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized struct member: b.u [uninitStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized struct member: b.v [uninitStructMember]
llvm-2.9/test/FrontendC/2007-11-07-CopyAggregateAlign.c:3:31: error: Uninitialized struct member: b.a [uninitStructMember]
llvm-2.9/test/FrontendC/2007-11-07-ZeroAggregateAlign.c:2:18: style: struct member 'A::s' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-ZeroAggregateAlign.c:2:27: style: struct member 'A::t' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-ZeroAggregateAlign.c:2:34: style: struct member 'A::i' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2007-11-07-ZeroAggregateAlign.c:3:0: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2008-01-21-PackedStructField.c:14:22: style: Unused variable: p [unusedVariable]
llvm-2.9/test/FrontendC/2008-01-28-PragmaMark.c:2:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
llvm-2.9/test/FrontendC/2008-01-28-UnionSize.c:10:12: style: struct member 'bcm43xx_plcp_hdr6::data' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-01-28-UnionSize.c:11:10: style: struct member 'bcm43xx_plcp_hdr6::raw' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:62:21: style: union member '_Key::lkey' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:32:16: style: struct member 'Anonymous3::count' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:33:16: style: struct member 'Anonymous3::Aconst' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:34:16: style: struct member 'Anonymous3::Bconst' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:35:16: style: struct member 'Anonymous3::Cconst' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:36:16: style: struct member 'Anonymous3::Xused' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:37:16: style: struct member 'Anonymous3::Yused' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:38:16: style: struct member 'Anonymous3::Zused' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:39:16: style: struct member 'Anonymous3::Wused' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:41:16: style: struct member 'Anonymous3::scalar' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:42:16: style: struct member 'Anonymous3::AType' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:43:16: style: struct member 'Anonymous3::BType' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:44:16: style: struct member 'Anonymous3::CType' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:45:16: style: struct member 'Anonymous3::RType' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:46:16: style: struct member 'Anonymous3::Size' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:47:16: style: struct member 'Anonymous3::prec' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:49:16: style: struct member 'Anonymous3::ASize' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:50:16: style: struct member 'Anonymous3::BSize' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:51:16: style: struct member 'Anonymous3::CSize' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:53:16: style: struct member 'Anonymous3::proj' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:55:16: style: struct member 'Anonymous3::dvts' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:56:16: style: struct member 'Anonymous3::uipad' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:59:16: style: struct member 'Anonymous4::key0' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-03-24-BitField-And-Alloca.c:60:16: style: struct member 'Anonymous4::key1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-05-06-CFECrash.c:4:18: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:12:7: style: union member '_gc_head::dummy' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:8:21: style: struct member 'Anonymous0::gc_next' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:9:21: style: struct member 'Anonymous0::gc_prev' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:10:10: style: struct member 'Anonymous0::gc_refs' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:17:7: style: struct member 'gc_generation::threshold' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding1.c:18:7: style: struct member 'gc_generation::count' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-08-07-AlignPadding2.c:9:8: style: union member 'Anonymous0::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2008-10-13-FrontendCrash.c:8:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
llvm-2.9/test/FrontendC/2008-10-13-FrontendCrash.c:7:15: style: Variable 'l_340' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2008-10-13-FrontendCrash.c:8:46: error: Uninitialized variable: l_340 [uninitvar]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:45:18: style: struct member 'object::next' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:32:29: style: union member 'Anonymous0::single' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:33:24: style: union member 'Anonymous0::array' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:34:24: style: union member 'Anonymous0::sort' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:71:24: style: Unused variable: p [unusedVariable]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:72:34: style: Unused variable: hdr [unusedVariable]
llvm-2.9/test/FrontendC/2009-01-21-InvalidIterator.c:73:17: style: Unused variable: ob [unusedVariable]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field-ppc.c:10:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field-ppc.c:12:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field-ppc.c:7:19: style: union member 'b::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field.c:10:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field.c:12:3: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
llvm-2.9/test/FrontendC/2009-02-13-zerosize-union-field.c:7:19: style: union member 'b::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-03-08-ZeroEltStructCrash.c:10:15: style: Variable 'array' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2009-05-17-AlwaysInline.c:14:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2009-06-18-StaticInitTailPadPack.c:7:21: style: struct member 'Bar::f1' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-06-18-StaticInitTailPadPack.c:8:21: style: struct member 'Bar::f2' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-06-18-StaticInitTailPadPack.c:9:21: style: struct member 'Bar::f3' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2009-07-15-pad-wchar_t-array.c:6:11: style: Variable '_sqlState' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c:8:11: style: Variable 'eax' is not assigned a value. [unassignedVariable]
llvm-2.9/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c:9:12: error: Uninitialized variable: eax [uninitvar]
llvm-2.9/test/FrontendC/2010-02-10-PointerName.c:5:15: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-02-15-DbgStaticVar.c:11:10: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-02-16-DbgVarScope.c:23:11: style: Variable 'loc' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-02-18-Dbg-VectorType.c:6:8: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-03-5-LexicalScope.c:4:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-03-5-LexicalScope.c:7:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-06-28-DbgLocalVar.c:8:18: style: struct member 'X::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2010-06-28-DbgLocalVar.c:8:25: style: struct member 'X::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2010-06-28-DbgLocalVar.c:8:30: style: Unused variable: xyz [unusedVariable]
llvm-2.9/test/FrontendC/2010-07-08-DeclDebugLineNo.c:5:0: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2010-07-08-DeclDebugLineNo.c:6:0: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/2011-02-21-DATA-common.c:3:7: style: struct member 'rtxc_snapshot::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2011-02-21-DATA-common.c:3:10: style: struct member 'rtxc_snapshot::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2011-02-21-DATA-common.c:3:13: style: struct member 'rtxc_snapshot::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/2011-02-21-DATA-common.c:3:16: style: struct member 'rtxc_snapshot::d' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/implicit-arg.c:7:11: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/misaligned-param.c:6:16: style: struct member 's::x' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/misaligned-param.c:6:31: style: struct member 's::y' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/nested-functions.c:16:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
llvm-2.9/test/FrontendC/nested-functions.c:7:9: style: The scope of the variable 'x' can be reduced. [variableScope]
llvm-2.9/test/FrontendC/nested-functions.c:16:7: portability: 'a' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
llvm-2.9/test/FrontendC/pr4349.c:8:18: style: union member 'reg::d' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/pr5406.c:16:3: style: Variable 'a3.x[0]' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/test/FrontendC/pr5406.c:15:3: note: Variable 'a3.x[0]' is reassigned a value before the old one has been used.
llvm-2.9/test/FrontendC/pr5406.c:16:3: note: Variable 'a3.x[0]' is reassigned a value before the old one has been used.
llvm-2.9/test/FrontendC/sret.c:4:7: style: struct member 'abc::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/sret.c:5:7: style: struct member 'abc::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/sret.c:6:7: style: struct member 'abc::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/sret.c:13:23: style: Variable 'dummy1' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/sret.c:14:23: style: Variable 'dummy2' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/sret2.c:4:7: style: struct member 'abc::a' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/sret2.c:5:7: style: struct member 'abc::b' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/sret2.c:6:7: style: struct member 'abc::c' is never used. [unusedStructMember]
llvm-2.9/test/FrontendC/unaligned-memcpy.c:4:8: style: Variable 'Qux' is assigned a value that is never used. [unreadVariable]
llvm-2.9/test/FrontendC/vla-1.c:7:7: style: Unused variable: var [unusedVariable]
llvm-2.9/test/LLVMC/test_data/false.c:7:0: error: Code 'std::cout' is invalid C code. Use --std or --language to configure the language. [syntaxError]
llvm-2.9/tools/bugpoint/BugDriver.h:150:19: style: C-style pointer casting [cstyleCast]
llvm-2.9/tools/bugpoint/BugDriver.cpp:85:49: style: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:300:43: note: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'.
llvm-2.9/tools/bugpoint/BugDriver.cpp:85:49: note: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'.
llvm-2.9/tools/bugpoint/BugDriver.cpp:86:43: style: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:301:37: note: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'.
llvm-2.9/tools/bugpoint/BugDriver.cpp:86:43: note: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'.
llvm-2.9/tools/bugpoint/BugDriver.cpp:114:60: style: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:77:51: note: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'.
llvm-2.9/tools/bugpoint/BugDriver.cpp:114:60: note: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'.
llvm-2.9/tools/bugpoint/ToolRunner.h:172:16: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:172:16: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.h:175:15: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:175:15: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.h:191:25: style: The function 'OutputCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:127:25: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:191:25: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.h:220:16: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:220:16: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.h:223:15: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:223:15: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.h:239:25: style: The function 'OutputCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:127:25: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.h:239:25: note: Function in derived class
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:62:50: style: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:55:57: note: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:62:50: note: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:63:50: style: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:56:57: note: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:63:50: note: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:199:65: style: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:195:44: note: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:199:65: note: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'.
llvm-2.9/tools/bugpoint/CrashDebugger.cpp:49:5: style: Class 'ReducePassList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:338:51: style: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:173:42: note: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:338:51: note: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:339:51: style: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:174:42: note: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:339:51: note: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:340:58: style: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:175:49: note: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:340:58: note: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:481:48: style: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:203:39: note: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:481:48: note: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:483:42: style: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:205:33: note: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:483:42: note: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'.
llvm-2.9/tools/bugpoint/BugDriver.h:130:8: performance: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static. [functionStatic]
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:512:17: note: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static.
llvm-2.9/tools/bugpoint/BugDriver.h:130:8: note: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static.
llvm-2.9/tools/bugpoint/ExecutionDriver.cpp:418:57: performance: Function parameter 'OutputFile' should be passed by const reference. [passedByValue]
llvm-2.9/tools/bugpoint/ExtractFunction.cpp:58:58: style: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:218:71: note: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'.
llvm-2.9/tools/bugpoint/ExtractFunction.cpp:58:58: note: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'.
llvm-2.9/tools/bugpoint/Miscompilation.cpp:49:5: style: Class 'ReduceMiscompilingPasses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/bugpoint/OptimizerDriver.cpp:108:59: style: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/BugDriver.h:259:50: note: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'.
llvm-2.9/tools/bugpoint/OptimizerDriver.cpp:108:59: note: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'.
llvm-2.9/tools/bugpoint/BugDriver.h:277:8: performance: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static. [functionStatic]
llvm-2.9/tools/bugpoint/OptimizerDriver.cpp:51:17: note: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static.
llvm-2.9/tools/bugpoint/BugDriver.h:277:8: note: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static.
llvm-2.9/tools/bugpoint/OptimizerDriver.cpp:191:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:240:70: style: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/ToolRunner.h:101:73: note: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:240:70: note: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:445:42: style: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/ToolRunner.h:240:47: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:445:42: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:625:42: style: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'. [funcArgNamesDifferent]
llvm-2.9/tools/bugpoint/ToolRunner.h:192:47: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:625:42: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'.
llvm-2.9/tools/bugpoint/ToolRunner.cpp:184:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:184:17: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:267:18: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:267:18: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:272:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:272:17: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:328:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:328:17: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:555:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:555:17: note: Function in derived class
llvm-2.9/tools/bugpoint/ToolRunner.cpp:264:64: performance: Function parameter 'CompArgs' should be passed by const reference. [passedByValue]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:325:65: performance: Function parameter 'ExecArgs' should be passed by const reference. [passedByValue]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:229:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:475:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:600:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:650:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:799:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:850:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/ToolRunner.cpp:941:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/tools/bugpoint/bugpoint.cpp:89:5: style: Class 'AddToDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-ar/llvm-ar.cpp:535:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/tools/llvm-ar/llvm-ar.cpp:669:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp:604:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:486:66: style: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:227:42: note: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'.
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:486:66: note: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'.
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:487:66: style: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:227:67: note: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'.
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:487:66: note: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'.
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:144:10: style: Technically the member function '::FunctionDifferenceEngine::QueueSorter::operator()' can be const. [functionConst]
llvm-2.9/tools/llvm-diff/DifferenceEngine.h:76:7: style: Class 'DiffLogBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:455:3: style: Class 'FunctionDifferenceEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-diff/DifferenceEngine.cpp:44:0: style: Class 'PriorityQueue < std :: pair < BasicBlock * , BasicBlock * > , QueueSorter , 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:186:8: style: The function 'enterContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/llvm-diff/DifferenceEngine.h:106:20: note: Virtual function in base class
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:186:8: note: Function in derived class
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:190:8: style: The function 'exitContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/llvm-diff/DifferenceEngine.h:109:20: note: Virtual function in base class
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:190:8: note: Function in derived class
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:196:8: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/tools/llvm-diff/DifferenceEngine.h:112:20: note: Virtual function in base class
llvm-2.9/tools/llvm-diff/llvm-diff.cpp:196:8: note: Function in derived class
llvm-2.9/tools/llvm-mc/Disassembler.cpp:130:45: style: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-mc/Disassembler.h:28:40: note: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:130:45: note: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:130:67: style: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-mc/Disassembler.h:29:45: note: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:130:67: note: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:131:45: style: Function 'disassemble' argument 3 names different: declaration 'buffer' definition 'Buffer'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-mc/Disassembler.h:30:40: note: Function 'disassemble' argument 3 names different: declaration 'buffer' definition 'Buffer'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:131:45: note: Function 'disassemble' argument 3 names different: declaration 'buffer' definition 'Buffer'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:199:58: style: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-mc/Disassembler.h:33:53: note: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:199:58: note: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:200:53: style: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'. [funcArgNamesDifferent]
llvm-2.9/tools/llvm-mc/Disassembler.h:34:48: note: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:200:53: note: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'.
llvm-2.9/tools/llvm-mc/Disassembler.cpp:41:3: style: Class 'VectorMemoryObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-nm/llvm-nm.cpp:313:9: warning: Either the condition '!archive' is redundant or there is possible null pointer dereference: archive. [nullPointerRedundantCheck]
llvm-2.9/tools/llvm-nm/llvm-nm.cpp:310:9: note: Assuming that condition '!archive' is not redundant
llvm-2.9/tools/llvm-nm/llvm-nm.cpp:313:9: note: Null pointer dereference
llvm-2.9/tools/llvm-nm/llvm-nm.cpp:307:17: style: Unused variable: ErrMsg [unusedVariable]
llvm-2.9/tools/llvm-objdump/llvm-objdump.cpp:104:3: style: Class 'StringRefMemoryObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-prof/llvm-prof.cpp:80:5: style: Class 'ProfileAnnotator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/llvm-prof/llvm-prof.cpp:198:19: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
llvm-2.9/tools/llvm-stub/llvm-stub.c:61:26: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
llvm-2.9/tools/llvmc/src/Hooks.cpp:28:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/tools/lto/LTOCodeGenerator.cpp:130:43: style: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'. [funcArgNamesDifferent]
llvm-2.9/tools/lto/LTOCodeGenerator.h:40:44: note: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'.
llvm-2.9/tools/lto/LTOCodeGenerator.cpp:130:43: note: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'.
llvm-2.9/tools/lto/LTOCodeGenerator.cpp:405:59: style: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'. [funcArgNamesDifferent]
llvm-2.9/tools/lto/LTOCodeGenerator.h:45:60: note: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'.
llvm-2.9/tools/lto/LTOCodeGenerator.cpp:405:59: note: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'.
llvm-2.9/tools/lto/LTOModule.h:67:37: style: Technically the member function 'LTOModule::getAsmUndefinedRefs' can be const. [functionConst]
llvm-2.9/tools/lto/LTOCodeGenerator.cpp:339:0: error: Memory leak: LLVMCompilerUsed [memleak]
llvm-2.9/tools/lto/LTOModule.h:62:30: style: Technically the member function 'LTOModule::getSymbolCount' can be const. [functionConst]
llvm-2.9/tools/lto/LTOModule.cpp:731:21: note: Technically the member function 'LTOModule::getSymbolCount' can be const.
llvm-2.9/tools/lto/LTOModule.h:62:30: note: Technically the member function 'LTOModule::getSymbolCount' can be const.
llvm-2.9/tools/lto/LTOModule.h:63:30: style: Technically the member function 'LTOModule::getSymbolAttributes' can be const. [functionConst]
llvm-2.9/tools/lto/LTOModule.cpp:736:34: note: Technically the member function 'LTOModule::getSymbolAttributes' can be const.
llvm-2.9/tools/lto/LTOModule.h:63:30: note: Technically the member function 'LTOModule::getSymbolAttributes' can be const.
llvm-2.9/tools/lto/LTOModule.h:64:30: style: Technically the member function 'LTOModule::getSymbolName' can be const. [functionConst]
llvm-2.9/tools/lto/LTOModule.cpp:743:24: note: Technically the member function 'LTOModule::getSymbolName' can be const.
llvm-2.9/tools/lto/LTOModule.h:64:30: note: Technically the member function 'LTOModule::getSymbolName' can be const.
llvm-2.9/tools/lto/LTOModule.cpp:585:5: style: Class 'RecordStreamer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/tools/macho-dump/macho-dump.cpp:195:7: style: The scope of the variable 'Res' can be reduced. [variableScope]
llvm-2.9/tools/opt/opt.cpp:349:3: style: Struct 'BreakpointPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/unittests/ADT/APFloatTest.cpp:43:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/APIntTest.cpp:27:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/BitVectorTest.cpp:151:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/DAGDeltaAlgorithmTest.cpp:77:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/DeltaAlgorithmTest.cpp:75:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/DenseMapTest.cpp:26:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/DenseSetTest.cpp:22:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/ImmutableSetTest.cpp:37:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/IntervalMapTest.cpp:54:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/SmallBitVectorTest.cpp:148:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/SmallStringTest.cpp:41:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/SmallVectorTest.cpp:134:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/StringMapTest.cpp:77:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/StringRefTest.cpp:39:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/TripleTest.cpp:75:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/TwineTest.cpp:25:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ADT/ilistTest.cpp:26:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ExecutionEngine/ExecutionEngineTest.cpp:42:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp:89:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:32:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ExecutionEngine/JIT/JITTest.cpp:220:0: error: syntax error [syntaxError]
llvm-2.9/unittests/ExecutionEngine/JIT/MultiJITTest.cpp:68:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/AllocatorTest.cpp:36:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/Casting.cpp:78:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/ConstantRangeTest.cpp:34:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/EndianTest.cpp:35:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/MathExtrasTest.cpp:24:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/Path.cpp:45:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/RegexTest.cpp:21:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/SwapByteOrderTest.cpp:48:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/TypeBuilderTest.cpp:34:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/ValueHandleTest.cpp:41:0: error: syntax error [syntaxError]
llvm-2.9/unittests/Support/raw_ostream_test.cpp:50:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/ConstantsTest.cpp:99:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/DerivedTypesTest.cpp:72:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/InstructionsTest.cpp:44:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/MetadataTest.cpp:31:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/PassManagerTest.cpp:285:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/ValueMapTest.cpp:42:0: error: syntax error [syntaxError]
llvm-2.9/unittests/VMCore/VerifierTest.cpp:47:0: error: syntax error [syntaxError]
llvm-2.9/utils/FileCheck/FileCheck.cpp:260:41: style: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'. [funcArgNamesDifferent]
llvm-2.9/utils/FileCheck/FileCheck.cpp:100:34: note: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'.
llvm-2.9/utils/FileCheck/FileCheck.cpp:260:41: note: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'.
llvm-2.9/utils/FileCheck/FileCheck.cpp:80:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/KillTheDoctor/KillTheDoctor.cpp:177:3: style: Variable 'Sucess' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/utils/KillTheDoctor/KillTheDoctor.cpp:172:0: note: Variable 'Sucess' is reassigned a value before the old one has been used.
llvm-2.9/utils/KillTheDoctor/KillTheDoctor.cpp:177:3: note: Variable 'Sucess' is reassigned a value before the old one has been used.
llvm-2.9/utils/KillTheDoctor/KillTheDoctor.cpp:102:5: style: Technically the member function '::ScopedHandle::operatortypenameHandleType::handle_type' can be const. [functionConst]
llvm-2.9/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Op' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Arg0' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Arg1' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/PerfectShuffle/PerfectShuffle.cpp:127:18: style: Technically the member function 'Operator::getTransformedMask' can be const. [functionConst]
llvm-2.9/utils/TableGen/Record.h:85:25: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:88:25: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:91:25: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:99:25: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:102:25: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:128:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:129:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:135:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:212:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:215:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:250:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:254:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:296:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:335:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:341:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:371:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:383:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:415:55: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/Record.h:984:13: style: C-style pointer casting [cstyleCast]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:941:7: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:1011:15: style: The scope of the variable 'NumBits' can be reduced. [variableScope]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:585:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:632:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:671:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:36:7: warning: Member variable 'ConstraintInfo::OtherTiedOperand' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:284:7: warning: Member variable 'ResultOperand::Imm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:285:7: warning: Member variable 'ResultOperand::R' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:286:7: warning: Member variable 'ResultOperand::Imm' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/CodeGenTarget.h:255:3: warning: Member variable 'ComplexPattern::Properties' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:291:12: style: Technically the member function 'ARMFilter::getNumFiltered' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:292:12: style: Technically the member function 'ARMFilter::getNumVariable' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:409:8: style: Technically the member function 'ARMFilterChooser::isTopLevel' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:412:8: style: Technically the member function 'ARMFilterChooser::emitTopHook' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:732:24: note: Technically the member function 'ARMFilterChooser::emitTopHook' can be const.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:412:8: note: Technically the member function 'ARMFilterChooser::emitTopHook' can be const.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:446:8: performance: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static. [functionStatic]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:849:24: note: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:446:8: note: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:451:8: performance: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static. [functionStatic]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:866:24: note: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:451:8: note: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:482:8: style: Technically the member function 'ARMFilterChooser::LdStCopEncoding1' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:1530:8: style: Technically the member function 'ARMDEBackend::populateInstruction' can be const. [functionConst]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:1552:15: note: Technically the member function 'ARMDEBackend::populateInstruction' can be const.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:1530:8: note: Technically the member function 'ARMDEBackend::populateInstruction' can be const.
llvm-2.9/utils/TableGen/ARMDecoderEmitter.h:27:3: style: Class 'ARMDecoderEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenRegisters.h:33:5: style: Struct 'CodeGenRegister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenRegisters.h:97:5: style: Struct 'CodeGenRegisterClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:121:5: style: Class 'CGIOperandList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:238:5: style: Class 'CodeGenInstruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:285:7: style: Struct 'ResultOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:286:7: style: Struct 'ResultOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenTarget.h:80:3: style: Class 'CodeGenTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenTarget.h:256:3: style: Class 'ComplexPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:265:1: warning: The class 'ARMFilter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:352:0: warning: The class 'ARMFilterChooser' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.h:36:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ARMDecoderEmitter.h:36:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:128:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:128:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:129:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:129:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:130:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:130:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:131:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:131:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:132:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:132:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:133:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:133:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:134:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:134:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:135:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:135:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:136:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:136:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:137:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:137:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:138:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:138:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:139:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:139:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:140:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:140:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:141:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:141:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:142:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:142:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:143:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:143:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:145:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:145:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:147:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:147:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:150:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:150:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:151:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:151:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:152:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:152:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:153:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:153:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:154:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:154:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:155:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:155:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:156:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:156:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:157:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:157:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:172:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:172:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:173:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:173:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:174:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:174:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:175:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:175:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:176:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:176:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:177:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:177:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:178:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:178:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:179:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:179:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:180:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:180:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:181:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:181:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:182:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:182:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:183:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:183:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:184:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:184:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:185:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:185:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:186:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:186:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:187:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:187:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:189:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:189:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:191:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:191:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:194:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:194:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:195:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:195:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:198:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:198:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:199:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:199:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:200:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:200:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:201:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:201:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:202:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:202:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:203:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:203:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:212:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:212:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:213:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:213:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:214:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:214:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:215:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:215:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:216:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:216:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:217:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:217:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:218:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:218:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:219:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:219:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:220:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:220:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:221:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:221:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:222:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:222:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:223:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:223:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:224:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:224:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:225:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:225:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:226:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:226:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:227:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:227:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:229:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:229:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:231:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:231:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:235:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:235:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:236:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:236:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:237:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:237:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:238:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:238:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:239:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:239:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:240:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:240:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:241:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:241:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:242:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:242:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:250:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:250:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:251:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:251:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:252:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:252:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:253:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:253:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:254:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:254:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:255:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:255:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:256:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:256:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:257:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:257:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:258:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:258:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:260:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:260:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:261:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:261:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:262:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:262:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:263:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:263:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:264:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:264:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:265:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:265:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:266:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:266:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:268:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:268:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:270:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:270:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:274:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:274:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:275:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:275:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:276:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:276:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:277:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:277:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:278:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:278:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:279:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:279:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:280:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:280:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:281:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:281:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:296:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:296:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:297:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:297:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:298:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:298:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:299:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:299:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:300:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:300:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:301:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:301:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:302:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:302:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:303:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:303:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:304:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:304:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:305:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:305:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:306:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:306:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:307:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:307:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:308:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:308:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:309:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:309:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:310:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:310:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:311:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:311:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:313:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:313:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:315:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:315:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:319:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:319:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:320:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:320:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:321:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:321:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:322:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:322:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:323:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:323:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:326:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:326:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:327:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:327:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:328:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:328:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:335:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:335:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:336:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:336:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:337:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:337:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:338:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:338:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:339:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:339:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:340:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:340:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:341:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:341:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:342:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:342:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:343:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:343:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:344:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:344:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:345:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:345:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:346:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:346:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:347:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:347:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:348:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:348:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:349:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:349:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:350:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:350:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:352:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:352:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:354:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:354:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:357:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:357:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:358:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:358:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:359:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:359:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:360:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:360:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:361:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:361:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:362:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:362:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:363:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:363:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:364:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:364:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:371:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:371:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:372:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:372:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:373:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:373:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:374:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:374:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:375:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:375:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:376:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:376:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:377:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:377:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:378:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:378:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:379:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:379:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:380:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:380:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:381:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:381:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:382:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:382:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:383:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:383:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:384:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:384:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:385:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:385:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:386:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:386:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:388:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:388:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:390:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:390:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:394:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:394:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:395:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:395:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:396:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:396:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:397:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:397:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:398:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:398:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:399:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:399:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:400:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:400:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:401:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:401:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:415:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:78:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:415:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:416:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:79:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:416:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:417:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:80:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:417:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:418:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:81:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:418:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:419:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:82:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:419:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:420:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:83:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:420:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:421:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:93:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:421:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:422:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:94:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:422:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:423:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:84:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:423:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:424:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:87:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:424:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:425:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:90:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:425:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:426:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:95:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:426:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:427:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:96:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:427:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:428:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:97:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:428:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:429:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:98:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:429:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:430:17: style: The function 'convertValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:101:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:430:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:432:15: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:69:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:432:15: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:434:8: style: The function 'typeIsConvertibleTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:75:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:434:8: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:437:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:108:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:437:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:438:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:109:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:438:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:439:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:110:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:439:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:440:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:111:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:440:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:441:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:441:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:442:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:113:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:442:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:443:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:114:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:443:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:444:16: style: The function 'baseClassOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:115:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:444:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:536:17: style: The function 'convertInitializerBitRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:484:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:536:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:537:17: style: The function 'convertInitListSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:493:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:537:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:543:18: style: The function 'getFieldType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:501:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:543:18: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:564:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:564:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:568:16: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:461:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:568:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:569:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:569:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:582:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:582:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:586:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:586:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:609:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:609:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:612:17: style: The function 'convertInitializerBitRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:484:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:612:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:614:16: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:461:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:614:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:624:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:624:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:626:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:626:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:639:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:639:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:642:17: style: The function 'convertInitializerBitRange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:536:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:642:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:644:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:644:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:650:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:650:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:659:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:659:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:677:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:677:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:681:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:681:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:687:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:687:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:696:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:696:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:712:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:712:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:716:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:716:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:742:9: style: The function 'convertInitListSlice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:537:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:742:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:744:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:744:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:753:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:753:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:755:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:755:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:769:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:769:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:778:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:778:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:799:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:799:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:803:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:803:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:805:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:805:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:824:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:790:19: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:824:19: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:830:7: style: The function 'getNumOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:792:15: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:830:7: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:831:9: style: The function 'getOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:793:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:831:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:841:9: style: The function 'Fold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:797:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:841:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:843:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:843:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:845:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:845:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:862:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:790:19: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:862:19: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:868:7: style: The function 'getNumOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:792:15: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:868:7: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:869:9: style: The function 'getOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:793:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:869:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:884:9: style: The function 'Fold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:797:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:884:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:886:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:886:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:888:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:888:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:905:19: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:790:19: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:905:19: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:912:7: style: The function 'getNumOperands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:792:15: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:912:7: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:913:9: style: The function 'getOperand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:793:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:913:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:932:9: style: The function 'Fold' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:797:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:932:9: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:934:16: style: The function 'isComplete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:461:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:934:16: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:936:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:936:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:938:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:938:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:950:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:950:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:956:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:956:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:958:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:958:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:961:18: style: The function 'getFieldType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:543:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:961:18: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:962:17: style: The function 'getFieldInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:507:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:962:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:970:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:970:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:972:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:972:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:988:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:988:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:995:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:995:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:996:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:996:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1012:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1012:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1019:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1019:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1025:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1025:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1028:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1028:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1029:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1029:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1039:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1039:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1047:18: style: The function 'getFieldType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:543:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1047:18: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1048:17: style: The function 'getFieldInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:507:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1048:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1051:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1051:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1057:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1057:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1066:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1066:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1085:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1085:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1089:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1089:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1091:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1091:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1094:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1094:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1096:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1096:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1126:17: style: The function 'convertInitializerTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:477:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1126:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1149:17: style: The function 'resolveReferences' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:517:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1149:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1151:23: style: The function 'getAsString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:467:23: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1151:23: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1174:17: style: The function 'resolveBitReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:549:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1174:17: note: Function in derived class
llvm-2.9/utils/TableGen/Record.h:1180:17: style: The function 'resolveListElementReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/Record.h:555:17: note: Virtual function in base class
llvm-2.9/utils/TableGen/Record.h:1180:17: note: Function in derived class
llvm-2.9/utils/TableGen/CodeGenInstruction.h:284:31: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1111:32: performance: Function parameter 'VN' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1121:32: performance: Function parameter 'VN' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1261:32: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1267:39: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1272:33: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1288:30: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1304:31: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:150:45: performance: Function parameter 'LHS' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:150:66: performance: Function parameter 'RHS' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:151:45: performance: Function parameter 'Suffix' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ARMDecoderEmitter.cpp:1555:19: performance: Use const reference for 'Name' to avoid unnecessary data copying. [redundantCopyLocalConst]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:2057:42: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.h:30:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:2057:42: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/AsmMatcherEmitter.h:27:5: style: Class 'AsmMatcherEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:407:3: style: Struct 'MatchableInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:411:3: style: Struct 'MatchableInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.h:30:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/AsmMatcherEmitter.h:30:10: note: Function in derived class
llvm-2.9/utils/TableGen/StringMatcher.h:40:27: performance: Function parameter 'strVariableName' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:289:35: performance: Function parameter 'T' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:429:32: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:439:37: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:1452:66: performance: Function parameter 'ClassName' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmMatcherEmitter.cpp:1912:69: performance: Function parameter 'ClassName' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:104:53: style: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:50:62: note: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:104:53: note: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:242:58: style: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:38:44: note: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:242:58: note: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:461:57: style: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:39:43: note: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:461:57: note: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:503:60: style: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:40:46: note: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:503:60: note: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:795:41: style: Function 'run' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:35:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterEmitter.cpp:795:41: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/AsmWriterInst.h:57:5: warning: Member variable 'AsmWriterOperand::CGIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/AsmWriterInst.h:57:5: warning: Member variable 'AsmWriterOperand::MIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/AsmWriterInst.h:59:5: warning: Member variable 'AsmWriterOperand::CGIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/AsmWriterInst.h:59:5: warning: Member variable 'AsmWriterOperand::MIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:32:5: style: Class 'AsmWriterEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/AsmWriterInst.h:57:5: style: Struct 'AsmWriterOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:35:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/AsmWriterEmitter.h:35:10: note: Function in derived class
llvm-2.9/utils/TableGen/CallingConvEmitter.cpp:20:43: style: Function 'run' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CallingConvEmitter.h:30:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/CallingConvEmitter.cpp:20:43: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/CallingConvEmitter.h:27:14: warning: Member variable 'CallingConvEmitter::Counter' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/CallingConvEmitter.h:30:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/CallingConvEmitter.h:30:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangASTNodesEmitter.h:48:15: style: Technically the member function 'llvm::ClangASTNodesEmitter::baseName' can be const. [functionConst]
llvm-2.9/utils/TableGen/ClangASTNodesEmitter.h:64:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangASTNodesEmitter.h:64:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangASTNodesEmitter.h:79:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangASTNodesEmitter.h:79:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:31:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:31:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:44:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:44:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:57:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:57:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:70:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:70:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:83:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:83:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:96:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.h:96:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:103:10: style: The function 'writeAccessors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:83:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:103:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:108:10: style: The function 'writeCloneArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:85:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:108:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:111:10: style: The function 'writeCtorInitializers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:87:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:111:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:114:10: style: The function 'writeCtorParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:88:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:114:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:117:10: style: The function 'writeDeclarations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:89:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:117:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:120:10: style: The function 'writePCHReadDecls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:91:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:120:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:124:10: style: The function 'writePCHReadArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:124:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:127:10: style: The function 'writePCHWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:92:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:127:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:139:10: style: The function 'writeAccessors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:83:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:139:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:156:10: style: The function 'writeCloneArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:85:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:156:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:159:10: style: The function 'writeCtorBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:86:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:159:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:163:10: style: The function 'writeCtorInitializers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:87:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:163:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:168:10: style: The function 'writeCtorParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:88:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:168:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:171:10: style: The function 'writeDeclarations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:89:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:171:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:175:10: style: The function 'writePCHReadDecls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:91:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:175:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:179:10: style: The function 'writePCHReadArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:179:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:182:10: style: The function 'writePCHWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:92:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:182:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:193:10: style: The function 'writeAccessors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:83:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:193:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:212:10: style: The function 'writeAccessorDefinitions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:84:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:212:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:240:10: style: The function 'writeCloneArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:85:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:240:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:246:10: style: The function 'writeCtorBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:86:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:246:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:255:10: style: The function 'writeCtorInitializers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:87:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:255:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:258:10: style: The function 'writeCtorParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:88:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:258:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:261:10: style: The function 'writeDeclarations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:89:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:261:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:268:10: style: The function 'writePCHReadArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:268:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:271:10: style: The function 'writePCHReadDecls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:91:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:271:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:280:10: style: The function 'writePCHWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:92:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:280:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:300:10: style: The function 'writeAccessors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:83:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:300:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:315:10: style: The function 'writeCloneArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:85:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:315:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:318:10: style: The function 'writeCtorBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:86:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:318:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:323:10: style: The function 'writeCtorInitializers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:87:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:323:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:328:10: style: The function 'writeCtorParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:88:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:328:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:332:10: style: The function 'writeDeclarations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:89:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:332:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:336:10: style: The function 'writePCHReadDecls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:91:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:336:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:347:10: style: The function 'writePCHReadArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:347:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:350:10: style: The function 'writePCHWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:92:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:350:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:369:10: style: The function 'writeAccessors' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:83:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:369:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:374:10: style: The function 'writeCloneArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:85:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:374:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:377:10: style: The function 'writeCtorInitializers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:87:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:377:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:380:10: style: The function 'writeCtorParameters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:88:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:380:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:383:10: style: The function 'writeDeclarations' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:89:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:383:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:406:10: style: The function 'writePCHReadDecls' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:91:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:406:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:411:10: style: The function 'writePCHReadArgs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:411:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:414:10: style: The function 'writePCHWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:92:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:414:10: note: Function in derived class
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:99:61: performance: Function parameter 'T' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ClangAttrEmitter.cpp:294:63: performance: Function parameter 'T' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.cpp:113:14: style: Technically the member function '::DiagCategoryIDMap::getID' can be const. [functionConst]
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.cpp:35:3: style: Class 'DiagGroupParentMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.cpp:92:5: style: Class 'DiagCategoryIDMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.h:32:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.h:32:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.h:40:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangDiagnosticsEmitter.h:40:8: note: Function in derived class
llvm-2.9/utils/TableGen/ClangSACheckersEmitter.cpp:79:3: warning: Member variable 'GroupInfo::Index' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/ClangSACheckersEmitter.h:26:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/ClangSACheckersEmitter.h:26:8: note: Function in derived class
llvm-2.9/utils/TableGen/CodeEmitterGen.h:37:8: performance: Technically the member function 'llvm::CodeEmitterGen::reverseBits' can be static. [functionStatic]
llvm-2.9/utils/TableGen/CodeEmitterGen.cpp:33:22: note: Technically the member function 'llvm::CodeEmitterGen::reverseBits' can be static.
llvm-2.9/utils/TableGen/CodeEmitterGen.h:37:8: note: Technically the member function 'llvm::CodeEmitterGen::reverseBits' can be static.
llvm-2.9/utils/TableGen/CodeEmitterGen.h:38:7: performance: Technically the member function 'llvm::CodeEmitterGen::getVariableBit' can be static. [functionStatic]
llvm-2.9/utils/TableGen/CodeEmitterGen.cpp:64:21: note: Technically the member function 'llvm::CodeEmitterGen::getVariableBit' can be static.
llvm-2.9/utils/TableGen/CodeEmitterGen.h:38:7: note: Technically the member function 'llvm::CodeEmitterGen::getVariableBit' can be static.
llvm-2.9/utils/TableGen/CodeEmitterGen.h:30:3: style: Class 'CodeEmitterGen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeEmitterGen.h:33:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/CodeEmitterGen.h:33:8: note: Function in derived class
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:501:59: style: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:132:48: note: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:501:59: note: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:542:65: style: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:136:54: note: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:542:65: note: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1629:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:466:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1629:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1636:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:468:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1636:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1642:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:470:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1642:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1666:54: style: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:524:43: note: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1666:54: note: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1839:66: style: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:514:28: note: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1839:66: note: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:2497:15: warning: Assert statement calls a function which may have desired side effects: 'getArgList'. [assertWithSideEffect]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:512:12: style: Boolean variable 'MadeChange' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:867:3: performance: Variable 'EnumName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:424:8: style: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const. [functionConst]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:1589:23: note: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:424:8: note: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const.
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:735:8: style: Technically the member function 'llvm::CodeGenDAGPatterns::hasTargetIntrinsics' can be const. [functionConst]
llvm-2.9/utils/TableGen/CodeGenIntrinsics.h:78:5: style: Struct 'CodeGenIntrinsic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:61:5: style: Class 'TypeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:157:3: style: Struct 'SDTypeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:207:3: style: Class 'SDNodeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.h:635:3: style: Class 'CodeGenDAGPatterns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:2898:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/utils/TableGen/CodeGenDAGPatterns.cpp:3138:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:27:40: style: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:121:28: note: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:27:40: note: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:261:57: style: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:191:45: note: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:261:57: note: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:344:36: style: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:249:59: note: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:344:36: note: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'.
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:283:3: performance: Variable 'Namespace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:459:3: performance: Variable 'AsmString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/utils/TableGen/CodeGenInstruction.h:162:34: style: Technically the member function 'llvm::CGIOperandList::ParseOperandName' can be const. [functionConst]
llvm-2.9/utils/TableGen/CodeGenInstruction.cpp:148:17: note: Technically the member function 'llvm::CGIOperandList::ParseOperandName' can be const.
llvm-2.9/utils/TableGen/CodeGenInstruction.h:162:34: note: Technically the member function 'llvm::CGIOperandList::ParseOperandName' can be const.
llvm-2.9/utils/TableGen/CodeGenTarget.cpp:111:44: style: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/CodeGenTarget.h:80:31: note: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'.
llvm-2.9/utils/TableGen/CodeGenTarget.cpp:111:44: note: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'.
llvm-2.9/utils/TableGen/CodeGenTarget.cpp:396:3: performance: Variable 'Ty' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/utils/TableGen/CodeGenTarget.cpp:195:67: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:332:3: style: Class 'MoveChildMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:374:3: style: Class 'CheckSameMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:399:3: style: Class 'CheckPatternPredicateMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:423:3: style: Class 'CheckPredicateMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:449:3: style: Class 'CheckOpcodeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:583:3: style: Class 'CheckIntegerMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:608:3: style: Class 'CheckCondCodeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:632:3: style: Class 'CheckValueTypeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:704:3: style: Class 'CheckAndImmMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:728:3: style: Class 'CheckOrImmMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:849:3: style: Class 'EmitConvertToTargetMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelEmitter.cpp:65:3: style: Struct 'PatternSortingPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DAGISelEmitter.h:33:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelEmitter.h:33:8: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:222:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:222:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:223:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:223:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:224:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:224:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:247:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:247:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:249:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:249:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:250:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:250:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:251:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:251:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:281:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:281:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:284:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:284:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:285:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:285:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:288:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:288:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:300:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:300:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:303:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:303:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:304:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:304:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:305:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:305:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:319:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:319:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:322:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:322:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:323:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:323:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:324:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:324:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:340:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:340:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:343:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:343:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:344:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:344:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:347:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:347:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:360:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:360:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:363:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:363:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:364:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:364:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:365:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:365:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:383:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:383:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:386:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:386:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:387:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:387:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:390:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:390:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:408:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:408:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:411:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:411:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:412:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:412:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:415:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:415:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:436:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:436:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:437:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:437:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:440:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:440:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:458:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:458:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:461:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:461:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:462:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:462:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:463:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:463:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:464:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:464:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:489:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:489:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:490:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:490:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:491:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:491:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:510:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:510:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:513:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:513:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:514:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:514:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:517:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:517:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:518:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:518:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:543:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:543:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:544:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:544:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:545:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:545:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:565:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:565:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:568:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:568:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:569:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:569:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:573:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:573:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:574:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:574:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:592:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:592:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:595:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:595:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:596:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:596:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:599:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:599:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:600:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:600:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:617:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:617:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:620:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:620:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:621:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:621:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:624:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:624:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:641:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:641:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:644:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:644:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:645:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:645:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:648:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:648:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:649:8: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:649:8: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:686:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:686:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:689:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:689:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:690:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:690:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:694:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:694:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:713:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:713:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:716:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:716:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:717:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:717:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:720:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:720:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:737:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:737:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:740:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:740:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:741:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:741:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:744:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:744:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:758:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:112:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:758:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:761:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:761:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:762:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:762:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:763:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:763:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:782:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:782:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:783:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:783:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:787:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:787:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:807:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:807:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:808:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:808:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:812:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:812:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:833:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:833:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:834:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:834:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:838:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:838:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:859:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:859:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:860:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:860:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:863:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:863:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:888:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:888:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:889:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:889:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:892:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:892:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:913:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:913:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:914:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:914:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:918:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:918:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:942:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:942:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:943:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:943:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:947:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:947:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1005:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1005:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1006:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1006:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1007:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1007:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1076:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1076:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1077:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1077:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1080:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1080:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1104:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:175:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1104:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1105:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:176:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1105:16: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1109:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:177:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1109:20: note: Function in derived class
llvm-2.9/utils/TableGen/DAGISelMatcher.h:399:42: performance: Function parameter 'predicate' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:423:35: performance: Function parameter 'predname' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:608:34: performance: Function parameter 'condcodename' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:632:35: performance: Function parameter 'type_name' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/DAGISelMatcher.cpp:305:56: style: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:1006:43: note: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'.
llvm-2.9/utils/TableGen/DAGISelMatcher.cpp:305:56: note: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'.
llvm-2.9/utils/TableGen/DAGISelMatcherEmitter.cpp:801:44: style: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:31:38: note: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-2.9/utils/TableGen/DAGISelMatcherEmitter.cpp:801:44: note: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-2.9/utils/TableGen/DAGISelMatcherEmitter.cpp:804:42: style: Function 'EmitMatcherTable' argument 4 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:32:59: note: Function 'EmitMatcherTable' argument 4 names different: declaration 'OS' definition 'O'.
llvm-2.9/utils/TableGen/DAGISelMatcherEmitter.cpp:804:42: note: Function 'EmitMatcherTable' argument 4 names different: declaration 'OS' definition 'O'.
llvm-2.9/utils/TableGen/DAGISelMatcherEmitter.cpp:143:16: warning: Assert statement calls a function which may have desired side effects: 'getNext'. [assertWithSideEffect]
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:218:41: warning: Either the condition 'DI==0' is redundant or there is possible null pointer dereference: DI. [nullPointerRedundantCheck]
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:217:10: note: Assuming that condition 'DI==0' is not redundant
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:218:41: note: Null pointer dereference
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:171:16: style: The scope of the variable 'TP' can be reduced. [variableScope]
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:27:40: style: Unused variable: Element [unusedVariable]
llvm-2.9/utils/TableGen/DAGISelMatcherGen.cpp:116:14: style: Technically the member function '::MatcherGen::getNamedArgumentSlot' can be const. [functionConst]
llvm-2.9/utils/TableGen/DAGISelMatcherOpt.cpp:507:41: style: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/DAGISelMatcher.h:30:35: note: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-2.9/utils/TableGen/DAGISelMatcherOpt.cpp:507:41: note: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-2.9/utils/TableGen/DAGISelMatcherOpt.cpp:352:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/utils/TableGen/DAGISelMatcherOpt.cpp:354:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/utils/TableGen/DAGISelMatcherOpt.cpp:356:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-2.9/utils/TableGen/DisassemblerEmitter.cpp:97:44: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/DisassemblerEmitter.h:23:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/DisassemblerEmitter.cpp:97:44: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h:342:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-2.9/utils/TableGen/X86DisassemblerTables.h:282:8: style: Technically the member function 'llvm::X86Disassembler::DisassemblerTables::hasConflicts' can be const. [functionConst]
llvm-2.9/utils/TableGen/DisassemblerEmitter.h:20:5: style: Class 'DisassemblerEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:75:3: style: Class 'ModFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:131:3: style: Class 'AddRegEscapeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:180:3: style: Class 'ExactFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.h:36:3: style: Class 'FixedLenDecoderEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/DisassemblerEmitter.h:23:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/DisassemblerEmitter.h:23:10: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:53:8: style: The function 'isDumb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:39:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:53:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:57:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:57:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:80:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:80:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:110:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:110:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:134:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:134:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:160:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:160:8: note: Function in derived class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:185:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/X86ModRMFilters.h:185:8: note: Function in derived class
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.h:41:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.h:41:8: note: Function in derived class
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.h:30:53: performance: Function parameter 'D' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/EDEmitter.cpp:233:7: style: Variable 'numArgs' is modified but its new value is never used. [unreadVariable]
llvm-2.9/utils/TableGen/EDEmitter.cpp:50:10: style: Technically the member function '::EnumEmitter::emit' can be const. [functionConst]
llvm-2.9/utils/TableGen/EDEmitter.cpp:67:10: style: Technically the member function '::EnumEmitter::emitAsFlags' can be const. [functionConst]
llvm-2.9/utils/TableGen/EDEmitter.h:26:5: style: Class 'EDEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/EDEmitter.cpp:44:5: style: Class 'EnumEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/EDEmitter.cpp:101:5: style: Class 'LiteralConstantEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/EDEmitter.cpp:126:5: style: Class 'CompoundConstantEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/EDEmitter.h:29:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/EDEmitter.h:29:10: note: Function in derived class
llvm-2.9/utils/TableGen/EDEmitter.cpp:113:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/EDEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/EDEmitter.cpp:113:10: note: Function in derived class
llvm-2.9/utils/TableGen/EDEmitter.cpp:140:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/EDEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/EDEmitter.cpp:140:10: note: Function in derived class
llvm-2.9/utils/TableGen/EDEmitter.cpp:186:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/EDEmitter.cpp:90:18: note: Virtual function in base class
llvm-2.9/utils/TableGen/EDEmitter.cpp:186:10: note: Function in derived class
llvm-2.9/utils/TableGen/EDEmitter.cpp:460:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-2.9/utils/TableGen/FastISelEmitter.h:34:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/FastISelEmitter.h:34:8: note: Function in derived class
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:727:7: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:787:15: style: The scope of the variable 'NumBits' can be reduced. [variableScope]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:416:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:464:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:504:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:155:12: style: Technically the member function 'Filter::getNumFiltered' can be const. [functionConst]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:156:12: style: Technically the member function 'Filter::getNumVariable' can be const. [functionConst]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:274:8: style: Technically the member function 'FilterChooser::isTopLevel' can be const. [functionConst]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:298:8: performance: Technically the member function 'FilterChooser::fieldFromInsn' can be static. [functionStatic]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:635:21: note: Technically the member function 'FilterChooser::fieldFromInsn' can be static.
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:298:8: note: Technically the member function 'FilterChooser::fieldFromInsn' can be static.
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:303:8: performance: Technically the member function 'FilterChooser::dumpFilterArray' can be static. [functionStatic]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:652:21: note: Technically the member function 'FilterChooser::dumpFilterArray' can be static.
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:303:8: note: Technically the member function 'FilterChooser::dumpFilterArray' can be static.
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:129:1: warning: The class 'Filter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/utils/TableGen/FixedLenDecoderEmitter.cpp:215:0: warning: The class 'FilterChooser' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-2.9/utils/TableGen/InstrEnumEmitter.h:25:3: style: Class 'InstrEnumEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/InstrEnumEmitter.h:28:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/InstrEnumEmitter.h:28:8: note: Function in derived class
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:57:28: performance: Technically the member function 'llvm::InstrInfoEmitter::GetOperandInfo' can be static. [functionStatic]
llvm-2.9/utils/TableGen/InstrInfoEmitter.cpp:60:19: note: Technically the member function 'llvm::InstrInfoEmitter::GetOperandInfo' can be static.
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:57:28: note: Technically the member function 'llvm::InstrInfoEmitter::GetOperandInfo' can be static.
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:59:8: performance: Technically the member function 'llvm::InstrInfoEmitter::DetectRegisterClassBarriers' can be static. [functionStatic]
llvm-2.9/utils/TableGen/InstrInfoEmitter.cpp:159:24: note: Technically the member function 'llvm::InstrInfoEmitter::DetectRegisterClassBarriers' can be static.
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:59:8: note: Technically the member function 'llvm::InstrInfoEmitter::DetectRegisterClassBarriers' can be static.
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:36:3: style: Class 'InstrInfoEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:39:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/InstrInfoEmitter.h:39:8: note: Function in derived class
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:32:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitPrefix' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:69:24: note: Technically the member function 'llvm::IntrinsicEmitter::EmitPrefix' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:32:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitPrefix' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:34:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitEnumInfo' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:87:24: note: Technically the member function 'llvm::IntrinsicEmitter::EmitEnumInfo' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:34:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitEnumInfo' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:37:10: style: Technically the member function 'llvm::IntrinsicEmitter::EmitFnNameRecognizer' can be const. [functionConst]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:101:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitFnNameRecognizer' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:37:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitFnNameRecognizer' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:39:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToNameTable' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:150:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToNameTable' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:39:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToNameTable' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:41:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToOverloadTable' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:161:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToOverloadTable' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:41:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitIntrinsicToOverloadTable' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:43:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitVerifier' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:316:24: note: Technically the member function 'llvm::IntrinsicEmitter::EmitVerifier' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:43:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitVerifier' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:45:10: style: Technically the member function 'llvm::IntrinsicEmitter::EmitGenerator' can be const. [functionConst]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:412:24: note: Technically the member function 'llvm::IntrinsicEmitter::EmitGenerator' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:45:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitGenerator' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:47:10: style: Technically the member function 'llvm::IntrinsicEmitter::EmitAttributes' can be const. [functionConst]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:470:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitAttributes' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:47:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitAttributes' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:49:10: style: Technically the member function 'llvm::IntrinsicEmitter::EmitModRefBehavior' can be const. [functionConst]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:559:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitModRefBehavior' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:49:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitModRefBehavior' can be const.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:51:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitGCCBuiltinList' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:591:1: note: Technically the member function 'llvm::IntrinsicEmitter::EmitGCCBuiltinList' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:51:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitGCCBuiltinList' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:55:10: performance: Technically the member function 'llvm::IntrinsicEmitter::EmitSuffix' can be static. [functionStatic]
llvm-2.9/utils/TableGen/IntrinsicEmitter.cpp:79:24: note: Technically the member function 'llvm::IntrinsicEmitter::EmitSuffix' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:55:10: note: Technically the member function 'llvm::IntrinsicEmitter::EmitSuffix' can be static.
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:30:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/IntrinsicEmitter.h:30:10: note: Function in derived class
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:3092:51: style: Function 'run' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.h:30:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:3092:51: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:1903:8: performance: Technically the member function '::ActionHandlingCallbackBase::onErrorDag' can be static. [functionStatic]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:1913:8: performance: Technically the member function '::ActionHandlingCallbackBase::onWarningDag' can be static. [functionStatic]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:554:0: performance: Technically the member function 'HandlerTable < H >::GetHandler' can be static. [functionStatic]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:566:0: performance: Technically the member function 'HandlerTable < H >::AddHandler' can be static. [functionStatic]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:844:3: style: Struct 'ToolDescription' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:1015:3: style: Struct 'NotInGraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:1207:3: style: Class 'ExtractOptionNames' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:1310:3: style: Class 'EmitSwitchOn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:2557:3: style: Class 'EmitPreprocessOptionsCallback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:2807:3: style: Struct 'HookInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.cpp:2810:3: style: Struct 'HookInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.h:30:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/LLVMCConfigurationEmitter.h:30:10: note: Function in derived class
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1057:36: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/NeonEmitter.h:166:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1057:36: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1238:42: style: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/NeonEmitter.h:169:33: note: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1238:42: note: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1482:41: style: Function 'runTests' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/NeonEmitter.h:172:32: note: Function 'runTests' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1482:41: note: Function 'runTests' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/NeonEmitter.h:169:10: style: Technically the member function 'llvm::NeonEmitter::runHeader' can be const. [functionConst]
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1238:19: note: Technically the member function 'llvm::NeonEmitter::runHeader' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:169:10: note: Technically the member function 'llvm::NeonEmitter::runHeader' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:172:10: style: Technically the member function 'llvm::NeonEmitter::runTests' can be const. [functionConst]
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1482:19: note: Technically the member function 'llvm::NeonEmitter::runTests' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:172:10: note: Technically the member function 'llvm::NeonEmitter::runTests' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:175:10: style: Technically the member function 'llvm::NeonEmitter::emitIntrinsic' can be const. [functionConst]
llvm-2.9/utils/TableGen/NeonEmitter.cpp:1171:19: note: Technically the member function 'llvm::NeonEmitter::emitIntrinsic' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:175:10: note: Technically the member function 'llvm::NeonEmitter::emitIntrinsic' can be const.
llvm-2.9/utils/TableGen/NeonEmitter.h:99:5: style: Class 'NeonEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/NeonEmitter.h:166:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/NeonEmitter.h:166:10: note: Function in derived class
llvm-2.9/utils/TableGen/OptParserEmitter.h:30:10: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/OptParserEmitter.h:30:10: note: Function in derived class
llvm-2.9/utils/TableGen/Record.cpp:583:26: warning: Either the condition 'CurRec' is redundant or there is possible null pointer dereference: CurRec. [nullPointerRedundantCheck]
llvm-2.9/utils/TableGen/Record.cpp:551:13: note: Assuming that condition 'CurRec' is not redundant
llvm-2.9/utils/TableGen/Record.cpp:583:26: note: Null pointer dereference
llvm-2.9/utils/TableGen/Record.cpp:43:41: style: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:141:42: note: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'.
llvm-2.9/utils/TableGen/Record.cpp:43:41: note: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'.
llvm-2.9/utils/TableGen/Record.cpp:104:42: style: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:185:42: note: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'.
llvm-2.9/utils/TableGen/Record.cpp:104:42: note: Function 'convertValue' argument 1 names different: declaration 'TI' definition 'VI'.
llvm-2.9/utils/TableGen/Record.cpp:295:44: style: Function 'convertValue' argument 1 names different: declaration 'VI' definition 'TI'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:428:42: note: Function 'convertValue' argument 1 names different: declaration 'VI' definition 'TI'.
llvm-2.9/utils/TableGen/Record.cpp:295:44: note: Function 'convertValue' argument 1 names different: declaration 'VI' definition 'TI'.
llvm-2.9/utils/TableGen/Record.cpp:481:73: style: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:778:73: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:481:73: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:503:63: style: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:803:65: note: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:503:63: note: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:517:71: style: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:805:73: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:517:71: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:1050:64: style: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:956:65: note: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:1050:64: note: Function 'resolveBitReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:1071:72: style: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/Record.h:958:73: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/Record.cpp:1071:72: note: Function 'resolveListElementReference' argument 2 names different: declaration 'RV' definition 'IRV'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:27:49: style: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:35:30: note: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:27:49: note: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:64:50: style: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:32:31: note: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:64:50: note: Function 'runHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:335:44: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:29:25: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:335:44: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:26:3: style: Class 'RegisterInfoEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:324:3: style: Class 'RegisterSorter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:29:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/RegisterInfoEmitter.h:29:8: note: Function in derived class
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:47:30: performance: Use const reference for 'SubRegIndices' to avoid unnecessary data copying. [redundantCopyLocalConst]
llvm-2.9/utils/TableGen/RegisterInfoEmitter.cpp:861:30: performance: Use const reference for 'SubRegIndices' to avoid unnecessary data copying. [redundantCopyLocalConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:203:68: style: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/SubtargetEmitter.h:38:52: note: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:203:68: note: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:265:69: style: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/SubtargetEmitter.h:43:53: note: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:265:69: note: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:640:41: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/SubtargetEmitter.h:60:25: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:640:41: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:32:8: style: Technically the member function 'llvm::SubtargetEmitter::Enumeration' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:25:24: note: Technically the member function 'llvm::SubtargetEmitter::Enumeration' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:32:8: note: Technically the member function 'llvm::SubtargetEmitter::Enumeration' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:33:8: style: Technically the member function 'llvm::SubtargetEmitter::FeatureKeyValues' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:60:24: note: Technically the member function 'llvm::SubtargetEmitter::FeatureKeyValues' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:33:8: note: Technically the member function 'llvm::SubtargetEmitter::FeatureKeyValues' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:34:8: style: Technically the member function 'llvm::SubtargetEmitter::CPUKeyValues' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:120:24: note: Technically the member function 'llvm::SubtargetEmitter::CPUKeyValues' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:34:8: note: Technically the member function 'llvm::SubtargetEmitter::CPUKeyValues' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:35:12: performance: Technically the member function 'llvm::SubtargetEmitter::CollectAllItinClasses' can be static. [functionStatic]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:176:1: note: Technically the member function 'llvm::SubtargetEmitter::CollectAllItinClasses' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:35:12: note: Technically the member function 'llvm::SubtargetEmitter::CollectAllItinClasses' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:38:8: performance: Technically the member function 'llvm::SubtargetEmitter::FormItineraryStageString' can be static. [functionStatic]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:203:24: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryStageString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:38:8: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryStageString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:41:8: performance: Technically the member function 'llvm::SubtargetEmitter::FormItineraryOperandCycleString' can be static. [functionStatic]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:248:24: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryOperandCycleString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:41:8: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryOperandCycleString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:43:8: performance: Technically the member function 'llvm::SubtargetEmitter::FormItineraryBypassString' can be static. [functionStatic]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:265:24: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryBypassString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:43:8: note: Technically the member function 'llvm::SubtargetEmitter::FormItineraryBypassString' can be static.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:50:8: style: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorData' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:464:24: note: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorData' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:50:8: note: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorData' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:52:8: style: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorLookup' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:517:24: note: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorLookup' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:52:8: note: Technically the member function 'llvm::SubtargetEmitter::EmitProcessorLookup' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:54:8: style: Technically the member function 'llvm::SubtargetEmitter::ParseFeaturesFunction' can be const. [functionConst]
llvm-2.9/utils/TableGen/SubtargetEmitter.cpp:592:24: note: Technically the member function 'llvm::SubtargetEmitter::ParseFeaturesFunction' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:54:8: note: Technically the member function 'llvm::SubtargetEmitter::ParseFeaturesFunction' can be const.
llvm-2.9/utils/TableGen/SubtargetEmitter.h:57:3: style: Class 'SubtargetEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/SubtargetEmitter.h:60:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TableGenBackend.h:31:16: note: Virtual function in base class
llvm-2.9/utils/TableGen/SubtargetEmitter.h:60:8: note: Function in derived class
llvm-2.9/utils/TableGen/TGLexer.cpp:27:29: style: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/TGLexer.h:77:22: note: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'.
llvm-2.9/utils/TableGen/TGLexer.cpp:27:29: note: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'.
llvm-2.9/utils/TableGen/TGLexer.cpp:27:10: warning: Member variable 'TGLexer::CurCode' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/TGLexer.cpp:27:10: warning: Member variable 'TGLexer::CurIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-2.9/utils/TableGen/TGLexer.h:106:18: style: Technically the member function 'llvm::TGLexer::ReturnError' can be const. [functionConst]
llvm-2.9/utils/TableGen/TGLexer.cpp:41:25: note: Technically the member function 'llvm::TGLexer::ReturnError' can be const.
llvm-2.9/utils/TableGen/TGLexer.h:106:18: note: Technically the member function 'llvm::TGLexer::ReturnError' can be const.
llvm-2.9/utils/TableGen/TGLexer.h:77:3: style: Class 'TGLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-2.9/utils/TableGen/TGParser.cpp:63:33: style: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/TGParser.h:70:25: note: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:63:33: note: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:82:33: style: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/TGParser.h:71:25: note: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:82:33: note: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:146:36: style: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-2.9/utils/TableGen/TGParser.h:73:28: note: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:146:36: note: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'.
llvm-2.9/utils/TableGen/TGParser.cpp:824:0: error: Memory leak: Type [memleak]
llvm-2.9/utils/TableGen/TGParser.h:38:21: performance: Function parameter 'L' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1240:47: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1411:45: performance: Function parameter 'Loc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/Record.h:1494:17: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/TGParser.cpp:63:47: performance: Function parameter 'Loc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/TGParser.cpp:82:47: performance: Function parameter 'Loc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/TGParser.cpp:647:61: performance: Function parameter 'NameLoc' should be passed by const reference. [passedByValue]
llvm-2.9/utils/TableGen/TGValueTypes.cpp:37:12: style: The function 'getSizeInBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TGValueTypes.cpp:26:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/TGValueTypes.cpp:37:12: note: Function in derived class
llvm-2.9/utils/TableGen/TGValueTypes.cpp:51:12: style: The function 'getSizeInBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-2.9/utils/TableGen/TGValueTypes.cpp:26:20: note: Virtual function in base class
llvm-2.9/utils/TableGen/TGValueTypes.cpp:51:12: note: Function in derived class
llvm-2.9/utils/TableGen/TableGenBackend.h:37:8: performance: Technically the member function 'llvm::TableGenBackend::EmitSourceFileHeader' can be static. [functionStatic]
llvm-2.9/utils/TableGen/TableGenBackend.cpp:18:23: note: Technically the member function 'llvm::TableGenBackend::EmitSourceFileHeader' can be static.
llvm-2.9/utils/TableGen/TableGenBackend.h:37:8: note: Technically the member function 'llvm::TableGenBackend::EmitSourceFileHeader' can be static.
llvm-2.9/utils/count/count.c:45:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-2.9/utils/count/count.c:45:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-2.9/utils/unittest/googletest/gtest-filepath.cc:237:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-2.9/utils/unittest/googletest/gtest-filepath.cc:217:0: note: Variable 'result' is reassigned a value before the old one has been used.
llvm-2.9/utils/unittest/googletest/gtest-filepath.cc:237:3: note: Variable 'result' is reassigned a value before the old one has been used.
llvm-2.9/utils/unittest/googletest/gtest.cc:2929:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2864:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2929:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2930:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2866:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2930:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2931:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2868:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2931:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2932:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2869:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2932:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2933:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2870:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2933:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2934:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2873:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2934:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2935:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2867:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2935:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2936:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2874:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2936:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2937:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2871:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2937:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2938:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2872:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2938:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2939:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-2.9/utils/unittest/googletest/gtest.cc:2876:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-2.9/utils/unittest/googletest/gtest.cc:2939:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
[03:11]

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-3.0/llvm-3.0_3.0.orig.tar.gz
llvm-3.0.src/lib/Analysis/AliasAnalysisCounter.cpp:37:5: warning: Member variable 'AliasAnalysisCounter::M' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::NoAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::MayAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::PartialAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::MustAlias' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::NoModRef' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::Mod' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::Ref' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasAnalysisEvaluator.cpp:54:5: warning: Member variable 'AAEval::ModRef' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/AliasSetTracker.cpp:625:5: warning: Member variable 'AliasSetPrinter::Tracker' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/BranchProbabilityInfo.cpp:115:12: performance: Technically the member function '::BranchProbabilityAnalysis::getMaxWeightFor' can be static. [functionStatic]
llvm-3.0.src/lib/Analysis/ConstantFolding.cpp:527:24: style: The scope of the variable 'GV2' can be reduced. [variableScope]
llvm-3.0.src/lib/Analysis/ConstantFolding.cpp:528:20: style: The scope of the variable 'Offs2' can be reduced. [variableScope]
llvm-3.0.src/lib/Analysis/DbgInfoPrinter.cpp:109:38: warning: Possible null pointer dereference: F [nullPointer]
llvm-3.0.src/lib/Analysis/DbgInfoPrinter.cpp:103:23: note: Assignment 'F=NULL', assigned value is 0
llvm-3.0.src/lib/Analysis/DbgInfoPrinter.cpp:109:38: note: Null pointer dereference
llvm-3.0.src/lib/Analysis/IPA/CallGraphSCCPass.cpp:539:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Analysis/IPA/GlobalsModRef.cpp:430:0: style: Boolean variable 'MayReadAnyGlobal' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Analysis/InlineCost.cpp:520:19: style: Variable 'CalleeFI' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/Analysis/InstCount.cpp:85:30: style: Same expression on both sides of '-' because the value of 'EndMemInsts' and 'StartMemInsts' are the same. [duplicateExpression]
llvm-3.0.src/lib/Analysis/InstCount.cpp:84:19: note: 'EndMemInsts' is assigned value 'NumGetElementPtrInst+NumLoadInst+NumStoreInst+NumCallInst+NumInvokeInst+NumAllocaInst' here.
llvm-3.0.src/lib/Analysis/InstCount.cpp:80:19: note: 'StartMemInsts' is assigned value 'NumGetElementPtrInst+NumLoadInst+NumStoreInst+NumCallInst+NumInvokeInst+NumAllocaInst' here.
llvm-3.0.src/lib/Analysis/InstCount.cpp:85:30: note: Same expression on both sides of '-' because the value of 'EndMemInsts' and 'StartMemInsts' are the same.
llvm-3.0.src/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::Mod' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/Lint.cpp:111:5: warning: Member variable 'Lint::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/MemDepPrinter.cpp:44:5: warning: Member variable 'MemDepPrinter::F' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/PathNumbering.cpp:378:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Analysis/PathProfileInfo.cpp:327:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Analysis/PathProfileInfo.cpp:38:5: warning: Member variable 'PathProfileLoaderPass::_file' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/PathProfileVerifier.cpp:170:15: style: Unused variable: errorInfo [unusedVariable]
llvm-3.0.src/lib/Analysis/PathProfileVerifier.cpp:201:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Analysis/ProfileEstimatorPass.cpp:41:14: warning: Member variable 'ProfileEstimatorPass::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileInfo.cpp:930:7: style: Variable 'Dest' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/lib/Analysis/ProfileInfo.cpp:929:0: note: Variable 'Dest' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Analysis/ProfileInfo.cpp:930:7: note: Variable 'Dest' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Analysis/ProfileInfo.cpp:998:10: style: The scope of the variable 'SuccFound' can be reduced. [variableScope]
llvm-3.0.src/lib/Analysis/ProfileInfoLoaderPass.cpp:47:14: warning: Member variable 'LoaderPass::ReadCount' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < FType , BType >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:62:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/ProfileVerifierPass.cpp:66:0: warning: Member variable 'llvm :: ProfileVerifierPassT < Function , BasicBlock >::PrintedDebugTree' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Analysis/RegionPrinter.cpp:93:9: warning: Either the condition 'R' is redundant or there is possible null pointer dereference: R. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Analysis/RegionPrinter.cpp:87:12: note: Assuming that condition 'R' is not redundant
llvm-3.0.src/lib/Analysis/RegionPrinter.cpp:93:9: note: Null pointer dereference
llvm-3.0.src/lib/Analysis/ScalarEvolutionExpander.cpp:134:12: style: The scope of the variable 'ScanLimit' can be reduced. [variableScope]
llvm-3.0.src/lib/Analysis/ScalarEvolutionExpander.cpp:504:14: style: The scope of the variable 'ScanLimit' can be reduced. [variableScope]
llvm-3.0.src/lib/Analysis/ValueTracking.cpp:437:32: style: Condition 'RHSKnownZeroOut>=LHSKnownZeroOut' is always true [knownConditionTrueFalse]
llvm-3.0.src/lib/Archive/Archive.cpp:242:37: style: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Archive/ArchiveInternals.h:80:41: note: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'.
llvm-3.0.src/lib/Archive/Archive.cpp:242:37: note: Function 'GetBitcodeSymbols' argument 1 names different: declaration 'Buffer' definition 'BufPtr'.
llvm-3.0.src/lib/Archive/ArchiveReader.cpp:606:25: style: Unused variable: Modules [unusedVariable]
llvm-3.0.src/lib/Archive/ArchiveReader.cpp:607:15: style: Unused variable: ErrorMessage [unusedVariable]
llvm-3.0.src/lib/Archive/ArchiveWriter.cpp:96:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
llvm-3.0.src/lib/Archive/ArchiveWriter.cpp:308:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'int'. [invalidPrintfArgType_uint]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:110:44: style: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLLexer.h:89:39: note: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'.
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:110:44: note: Function 'FP80HexToIntPair' argument 1 names different: declaration 'Buff' definition 'Buffer'.
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:53: style: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLLexer.h:47:57: note: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'.
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:53: note: Function 'LLLexer' argument 2 names different: declaration 'SM' definition 'sm'.
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::TokStart' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::CurKind' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::UIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:188:10: warning: Member variable 'LLLexer::TyVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLLexer.h:86:14: style: Technically the member function 'llvm::LLLexer::atoull' can be const. [functionConst]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:44:19: note: Technically the member function 'llvm::LLLexer::atoull' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:86:14: note: Technically the member function 'llvm::LLLexer::atoull' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:87:14: style: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const. [functionConst]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:58:19: note: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:87:14: note: Technically the member function 'llvm::LLLexer::HexIntToVal' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:88:10: style: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const. [functionConst]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:79:15: note: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:88:10: note: Technically the member function 'llvm::LLLexer::HexToIntPair' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:89:10: style: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const. [functionConst]
llvm-3.0.src/lib/AsmParser/LLLexer.cpp:110:15: note: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const.
llvm-3.0.src/lib/AsmParser/LLLexer.h:89:10: note: Technically the member function 'llvm::LLLexer::FP80HexToIntPair' can be const.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2446:9: warning: Either the condition '!PFS' is redundant or there is possible null pointer dereference: PFS. [nullPointerRedundantCheck]
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2449:9: note: Assuming that condition '!PFS' is not redundant
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2446:9: note: Null pointer dereference
llvm-3.0.src/lib/AsmParser/LLParser.cpp:1075:13: style: The scope of the variable 'Node' can be reduced. [variableScope]
llvm-3.0.src/lib/AsmParser/LLParser.cpp:967:47: style: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:175:41: note: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:967:47: note: Function 'ParseOptionalLinkage' argument 1 names different: declaration 'Linkage' definition 'Res'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:1005:50: style: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:179:44: note: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:1005:50: note: Function 'ParseOptionalVisibility' argument 1 names different: declaration 'Visibility' definition 'Res'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:1630:50: style: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:245:54: note: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:1630:50: note: Function 'PerFunctionState' argument 3 names different: declaration 'FunctionNumber' definition 'functionNumber'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2350:54: style: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:316:48: note: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2350:54: note: Function 'ParseGlobalValue' argument 2 names different: declaration 'V' definition 'C'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2976:44: style: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:343:38: note: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:2976:44: note: Function 'ParseCmpPredicate' argument 1 names different: declaration 'Pred' definition 'P'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3279:46: style: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:352:40: note: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3279:46: note: Function 'ParseArithmetic' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3307:43: style: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:354:37: note: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3307:43: note: Function 'ParseLogical' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3326:43: style: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:355:37: note: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3326:43: note: Function 'ParseCompare' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3359:40: style: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:356:34: note: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3359:40: note: Function 'ParseCast' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3381:42: style: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:357:36: note: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3381:42: note: Function 'ParseSelect' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3400:42: style: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:358:36: note: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3400:42: note: Function 'ParseVA_Arg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3418:50: style: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:359:44: note: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3418:50: note: Function 'ParseExtractElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3435:49: style: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:360:43: note: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3435:49: note: Function 'ParseInsertElement' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3454:49: style: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:361:43: note: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3454:49: note: Function 'ParseShuffleVector' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3473:38: style: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:362:32: note: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3473:38: note: Function 'ParsePHI' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3522:46: style: Function 'ParseLandingPad' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:363:40: note: Function 'ParseLandingPad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3522:46: note: Function 'ParseLandingPad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3569:40: style: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:364:34: note: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3569:40: note: Function 'ParseCall' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3661:40: style: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:365:34: note: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3661:40: note: Function 'ParseAlloc' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3694:39: style: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:366:33: note: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3694:39: note: Function 'ParseLoad' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3741:40: style: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:367:34: note: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3741:40: note: Function 'ParseStore' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3789:42: style: Function 'ParseCmpXchg' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:368:36: note: Function 'ParseCmpXchg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3789:42: note: Function 'ParseCmpXchg' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3832:44: style: Function 'ParseAtomicRMW' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:369:38: note: Function 'ParseAtomicRMW' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3832:44: note: Function 'ParseAtomicRMW' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3887:40: style: Function 'ParseFence' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:370:34: note: Function 'ParseFence' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3887:40: note: Function 'ParseFence' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3904:48: style: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:371:42: note: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3904:48: note: Function 'ParseGetElementPtr' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3937:47: style: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:372:41: note: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3937:47: note: Function 'ParseExtractValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3956:46: style: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/AsmParser/LLParser.h:373:40: note: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.cpp:3956:46: note: Function 'ParseInsertValue' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/AsmParser/LLParser.h:68:5: warning: Member variable 'ValID::UIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLParser.h:68:5: warning: Member variable 'ValID::ConstantVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLParser.h:68:5: warning: Member variable 'ValID::MDNodeVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLParser.h:68:5: warning: Member variable 'ValID::MDStringVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/AsmParser/LLParser.h:68:5: warning: Member variable 'ValID::ConstantStructElts' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Bitcode/Reader/BitcodeReader.cpp:493:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-3.0.src/lib/Bitcode/Reader/BitcodeReader.cpp:491:23: note: outer condition: FnAttribute==Attribute::None
llvm-3.0.src/lib/Bitcode/Reader/BitcodeReader.cpp:493:25: note: identical inner condition: FnAttribute==Attribute::None
llvm-3.0.src/lib/Bitcode/Reader/BitcodeReader.h:49:3: style: Class 'BitcodeReaderValueList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Bitcode/Reader/BitcodeReader.h:99:3: style: Class 'BitcodeReaderMDValueList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Bitcode/Writer/BitcodeWriter.cpp:1582:7: style: Condition 'CurVersion' is always false [knownConditionTrueFalse]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.h:84:3: style: Class 'ValueEnumerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:111:63: style: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.h:94:48: note: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:111:63: note: Function 'getInstructionID' argument 1 names different: declaration 'I' definition 'Inst'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:170:73: style: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.h:147:58: note: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:170:73: note: Function 'EnumerateValueSymbolTable' argument 1 names different: declaration 'ST' definition 'VST'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:184:63: style: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.h:141:48: note: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:184:63: note: Function 'EnumerateNamedMDNode' argument 1 names different: declaration 'NMD' definition 'MD'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:318:43: style: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.h:143:28: note: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:318:43: note: Function 'EnumerateType' argument 1 names different: declaration 'T' definition 'Ty'.
llvm-3.0.src/lib/Bitcode/Writer/ValueEnumerator.cpp:138:10: style: Technically the member function '::CstSortPredicate::operator()' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:63:13: warning: Either the condition 'if(MI&&MI->getOperand(0).isReg()&&MI->getOperand(0).getReg()==OldReg)' is redundant or there is possible null pointer dereference: MI. [nullPointerRedundantCheck]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:64:8: note: Assuming that condition 'if(MI&&MI->getOperand(0).isReg()&&MI->getOperand(0).getReg()==OldReg)' is not redundant
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:63:13: note: Null pointer dereference
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.cpp:296:12: style: The scope of the variable 'NextDepth' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:62:8: performance: Technically the member function 'llvm::AntiDepBreaker::UpdateDbgValue' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:91:14: style: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.cpp:61:34: note: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:91:14: note: Technically the member function 'llvm::AggressiveAntiDepState::GetGroup' can be const.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:112:10: style: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.cpp:107:30: note: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:112:10: note: Technically the member function 'llvm::AggressiveAntiDepState::IsLive' can be const.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:165:10: performance: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.cpp:240:32: note: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:165:10: note: Technically the member function 'llvm::AggressiveAntiDepBreaker::IsImplicitDefUse' can be static.
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:139:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:39:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:139:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:154:10: style: The function 'Observe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:54:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:154:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:157:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:58:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AggressiveAntiDepBreaker.h:157:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:146:5: warning: Member variable 'VirtRegMap::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:128:3: style: Class 'DwarfException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:162:3: style: Class 'DwarfCFIException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:193:3: style: Class 'ARMException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:225:3: style: Class 'Win64Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:167:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:133:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:167:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:171:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:137:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:171:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:174:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:140:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:174:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:198:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:133:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:198:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:202:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:137:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:202:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:205:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:140:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:205:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:230:16: style: The function 'EndModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:133:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:230:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:234:16: style: The function 'BeginFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:137:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:234:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:237:16: style: The function 'EndFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:140:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:237:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1743:52: style: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1540:52: note: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/AsmPrinter.cpp:1743:52: note: Function 'EmitGlobalConstantImpl' argument 1 names different: declaration 'C' definition 'CV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:72:5: warning: Member variable 'DIEAbbrev::Number' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:104:8: style: Technically the member function 'llvm::DotDebugLocEntry::isEmpty' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:105:8: style: Technically the member function 'llvm::DotDebugLocEntry::isMerged' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:116:11: style: Technically the member function 'llvm::DotDebugLocEntry::getInt' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:117:21: style: Technically the member function 'llvm::DotDebugLocEntry::getConstantFP' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:118:22: style: Technically the member function 'llvm::DotDebugLocEntry::getConstantInt' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:126:14: warning: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'. [duplInheritedMember]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:395:14: note: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:126:14: note: The class 'DIEBlock' defines member variable with name 'Size' also defined in its parent class 'DIE'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:261:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:261:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:267:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:267:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:274:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:274:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:288:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:288:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:292:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:292:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:301:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:301:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:315:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:315:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:323:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:323:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:330:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:330:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:346:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:346:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:350:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:350:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:357:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:357:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:374:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:374:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:378:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:378:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:387:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:387:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:416:18: style: The function 'EmitValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:221:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:416:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:420:22: style: The function 'SizeOf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:225:22: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:420:22: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:427:18: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:231:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:427:18: note: Function in derived class
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.cpp:190:40: style: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:261:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.cpp:190:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.cpp:336:38: style: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.h:416:40: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DIE.cpp:336:38: note: Function 'EmitValue' argument 1 names different: declaration 'AP' definition 'Asm'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:73:39: style: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h:154:34: note: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:73:39: note: Function 'addString' argument 4 names different: declaration 'Str' definition 'String'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:582:52: style: Function 'getOrCreateTypeDIE' argument 1 names different: declaration 'N' definition 'TyNode'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h:239:41: note: Function 'getOrCreateTypeDIE' argument 1 names different: declaration 'N' definition 'TyNode'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:582:52: note: Function 'getOrCreateTypeDIE' argument 1 names different: declaration 'N' definition 'TyNode'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:880:76: style: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h:247:70: note: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:880:76: note: Function 'getOrCreateTemplateValueParameterDIE' argument 1 names different: declaration 'TVP' definition 'TPV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:35:3: style: Class 'CompileUnit' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:35:3: style: Class 'CompileUnit' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp:201:54: performance: Function parameter 'Location' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1818:23: style: The scope of the variable 'Entry' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:439:52: warning: Function 'GetOrCreateSourceID' argument order different: declaration 'DirName, FullName' definition 'FileName, DirName' [funcArgOrderDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:503:42: note: Function 'GetOrCreateSourceID' argument order different: declaration 'DirName, FullName' definition 'FileName, DirName'
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:439:52: note: Function 'GetOrCreateSourceID' argument order different: declaration 'DirName, FullName' definition 'FileName, DirName'
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:764:59: style: Function 'findAbstractVariable' argument 1 names different: declaration 'Var' definition 'DV'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:316:49: note: Function 'findAbstractVariable' argument 1 names different: declaration 'Var' definition 'DV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:764:59: note: Function 'findAbstractVariable' argument 1 names different: declaration 'Var' definition 'DV'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:765:56: style: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:316:63: note: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:765:56: note: Function 'findAbstractVariable' argument 2 names different: declaration 'Loc' definition 'ScopeLoc'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:811:69: style: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:445:73: note: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:811:69: note: Function 'collectVariableInfoFromMMITable' argument 2 names different: declaration 'P' definition 'Processed'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:877:66: style: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:440:61: note: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:877:66: note: Function 'collectVariableInfo' argument 2 names different: declaration 'ProcessedVars' definition 'Processed'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1354:78: style: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.h:426:68: note: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:1354:78: note: Function 'recordSourceLine' argument 3 names different: declaration 'Scope' definition 'S'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.cpp:76:67: style: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.h:103:77: note: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'.
llvm-3.0.src/lib/CodeGen/AsmPrinter/DwarfException.cpp:76:67: note: Function 'ComputeActionsTable' argument 1 names different: declaration 'LPs' definition 'LandingPads'.
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:187:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:890:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:90:15: warning: Member variable 'BranchFolder::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:90:15: warning: Member variable 'BranchFolder::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:90:15: warning: Member variable 'BranchFolder::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:90:15: warning: Member variable 'BranchFolder::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/BranchFolding.h:79:12: style: Technically the member function 'llvm::BranchFolder::SameTailElt::setBlock' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/BranchFolding.cpp:706:30: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/CodePlacementOpt.cpp:39:5: warning: Member variable 'CodePlacementOpt::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:76:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:39:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:76:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:91:10: style: The function 'Observe' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:54:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:91:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:94:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/AntiDepBreaker.h:58:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/CriticalAntiDepBreaker.h:94:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/DeadMachineInstructionElim.cpp:39:5: warning: Member variable 'DeadMachineInstructionElim::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/DwarfEHPrepare.cpp:104:5: warning: Member variable 'DwarfEHPrepare::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/DwarfEHPrepare.cpp:104:5: warning: Member variable 'DwarfEHPrepare::F' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/DwarfEHPrepare.cpp:104:5: style: Class 'DwarfEHPrepare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.cpp:39:53: style: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.h:56:41: note: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.cpp:39:53: note: Function 'startFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.cpp:71:54: style: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.h:57:42: note: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.cpp:71:54: note: Function 'finishFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/CodeGen/ELF.h:193:5: warning: Member variable 'ELFSection::NameIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ELF.h:193:5: warning: Member variable 'ELFSection::SectionIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.h:41:14: warning: Member variable 'ELFCodeEmitter::ES' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ELFCodeEmitter.h:41:14: warning: Member variable 'ELFCodeEmitter::FnStartOff' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:618:12: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:66:35: style: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ELFWriter.h:65:28: note: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'.
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:66:35: note: Function 'ELFWriter' argument 1 names different: declaration 'O' definition 'o'.
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:66:53: style: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ELFWriter.h:65:46: note: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:66:53: note: Function 'ELFWriter' argument 2 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:448:52: style: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ELFWriter.h:228:45: note: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'.
llvm-3.0.src/lib/CodeGen/ELFWriter.cpp:448:52: note: Function 'EmitGlobalConstant' argument 1 names different: declaration 'C' definition 'CV'.
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::LiveRegs' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: warning: Member variable 'ExeDepsFix::Distance' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExecutionDepsFix.cpp:123:3: style: Class 'ExeDepsFix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/ExpandPostRAPseudos.cpp:37:3: warning: Member variable 'ExpandPostRA::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ExpandPostRAPseudos.cpp:37:3: warning: Member variable 'ExpandPostRA::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:812:53: style: Boolean variable 'TNeedSub' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::MBPI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/IfConversion.cpp:162:5: warning: Member variable 'IfConverter::MadeChange' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:136:3: warning: Member variable 'InlineSpiller::Edit' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:136:3: warning: Member variable 'InlineSpiller::StackInt' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:136:3: warning: Member variable 'InlineSpiller::StackSlot' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:136:3: warning: Member variable 'InlineSpiller::Original' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:124:41: style: Technically the member function 'llvm::LiveRangeEdit::getUselessVRegs' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:152:8: style: The function 'spill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/Spiller.h:29:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/InlineSpiller.cpp:152:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:122:5: warning: Member variable 'Query::CheckedFirstInterference' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:122:5: warning: Member variable 'Query::SeenAllInterferences' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:122:5: warning: Member variable 'Query::SeenUnspillableVReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:124:5: warning: Member variable 'Query::Tag' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:124:5: warning: Member variable 'Query::UserTag' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/InterferenceCache.h:74:5: warning: Member variable 'Entry::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:83:14: style: Technically the member function 'llvm::LiveIntervalUnion::getMap' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/InterferenceCache.h:135:12: performance: Technically the member function 'llvm::InterferenceCache::getMaxCursors' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/InterferenceCache.h:189:15: style: Technically the member function 'llvm::InterferenceCache::Cursor::first' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/InterferenceCache.h:195:15: style: Technically the member function 'llvm::InterferenceCache::Cursor::last' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:323:3: warning: Member variable 'LDVImpl::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:323:3: warning: Member variable 'LDVImpl::LIS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:323:3: warning: Member variable 'LDVImpl::MDT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:323:3: warning: Member variable 'LDVImpl::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:273:12: style: Technically the member function '::UserValue::getDebugLoc' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:323:3: style: Class 'LDVImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:750:3: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:760:5: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:761:10: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:763:61: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:765:12: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:767:32: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:772:11: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:781:28: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:782:28: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:786:11: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:788:11: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:791:9: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:794:22: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:795:11: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:797:18: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:799:21: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:801:11: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:807:22: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveDebugVariables.cpp:810:9: error: Invalid iterator 'LocMapI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/LiveInterval.cpp:737:6: error: Same iterator is used with different containers 'LI' and 'LI.ranges'. [iterators]
llvm-3.0.src/lib/CodeGen/LiveIntervalAnalysis.cpp:1039:9: warning: Identical condition '!ReMatDefMI', second condition is always false [identicalConditionAfterEarlyExit]
llvm-3.0.src/lib/CodeGen/LiveIntervalAnalysis.cpp:1036:9: note: first condition
llvm-3.0.src/lib/CodeGen/LiveIntervalAnalysis.cpp:1039:9: note: second condition
llvm-3.0.src/lib/CodeGen/LiveIntervalAnalysis.cpp:1236:29: style: Redundant condition: ReMatDefMI. '!ReMatDefMI || (ReMatDefMI && MI==ReMatOrigDefMI||isLoad)' is equivalent to '!ReMatDefMI || MI==ReMatOrigDefMI||isLoad' [redundantCondition]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.cpp:104:65: style: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.h:167:43: note: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'.
llvm-3.0.src/lib/CodeGen/LiveIntervalUnion.cpp:104:65: note: Function 'isSeenInterference' argument 1 names different: declaration 'VReg' definition 'VirtReg'.
llvm-3.0.src/lib/CodeGen/LiveRangeCalc.cpp:30:43: style: Function 'updateLiveIns' argument 1 names different: declaration 'VNI' definition 'OverrideVNI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/LiveRangeCalc.h:120:30: note: Function 'updateLiveIns' argument 1 names different: declaration 'VNI' definition 'OverrideVNI'.
llvm-3.0.src/lib/CodeGen/LiveRangeCalc.cpp:30:43: note: Function 'updateLiveIns' argument 1 names different: declaration 'VNI' definition 'OverrideVNI'.
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:86:8: performance: Technically the member function 'llvm::LiveRangeEdit::foldAsLoad' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.cpp:162:21: note: Technically the member function 'llvm::LiveRangeEdit::foldAsLoad' can be static.
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:86:8: note: Technically the member function 'llvm::LiveRangeEdit::foldAsLoad' can be static.
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:200:8: style: Technically the member function 'llvm::LiveRangeEdit::calculateRegClassAndHint' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.cpp:318:21: note: Technically the member function 'llvm::LiveRangeEdit::calculateRegClassAndHint' can be const.
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:200:8: note: Technically the member function 'llvm::LiveRangeEdit::calculateRegClassAndHint' can be const.
llvm-3.0.src/lib/CodeGen/LocalStackSlotAllocation.cpp:55:33: style: Technically the member function '::FrameRef::getMachineInstr' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/MachineBasicBlock.cpp:220:60: style: Variable 'Comma' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/CodeGen/MachineBasicBlock.cpp:765:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:47:5: warning: Member variable 'MachineCSE::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:349:3: error: Iterator 'SI' used after element has been erased. [eraseDereference]
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:350:10: note: Iterator 'SI' used after element has been erased.
llvm-3.0.src/lib/CodeGen/MachineCSE.cpp:349:3: note: Iterator 'SI' used after element has been erased.
llvm-3.0.src/lib/CodeGen/MachineInstr.cpp:1761:17: style: The scope of the variable 'LocMD' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::FirstInLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::CurPreheader' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:113:5: warning: Member variable 'MachineLICM::SpeculationState' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::InstrItins' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::MLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::FirstInLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::CurPreheader' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineLICM.cpp:118:14: warning: Member variable 'MachineLICM::SpeculationState' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineModuleInfo.cpp:41:3: style: Class 'MMIAddrLabelMapCallbackPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/MachineModuleInfo.cpp:78:3: style: Class 'MMIAddrLabelMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineSink.cpp:60:5: warning: Member variable 'MachineSinking::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::OS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::foundErrors' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::FirstTerminator' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::LiveVars' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::LiveInts' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::LiveStks' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:51:5: warning: Member variable 'MachineVerifier::Indexes' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/MachineVerifier.cpp:210:5: style: Struct 'MachineVerifierPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/OptimizePHIs.cpp:36:5: warning: Member variable 'OptimizePHIs::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/OptimizePHIs.cpp:36:5: warning: Member variable 'OptimizePHIs::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PHIElimination.cpp:48:5: warning: Member variable 'PHIElimination::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PeepholeOptimizer.cpp:82:5: warning: Member variable 'PeepholeOptimizer::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PeepholeOptimizer.cpp:82:5: warning: Member variable 'PeepholeOptimizer::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PeepholeOptimizer.cpp:82:5: warning: Member variable 'PeepholeOptimizer::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PeepholeOptimizer.cpp:82:5: warning: Member variable 'PeepholeOptimizer::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:89:5: warning: Member variable 'PostRAScheduler::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:89:5: warning: Member variable 'PostRAScheduler::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:89:5: style: Class 'PostRAScheduler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:149:10: style: The function 'StartBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.h:195:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:149:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:153:10: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.h:200:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:153:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:162:10: style: The function 'FinishBlock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.h:204:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/PostRASchedulerList.cpp:162:10: note: Function in derived class
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MinCSFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MaxCSFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::EntryBlock' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::ShrinkWrapThisFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::FrameIndexVirtualScavenging' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PrologEpilogInserter.h:39:5: warning: Member variable 'PEI::HasFastExitPath' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/PseudoSourceValue.cpp:70:17: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:39:3: style: The class 'MFRenderingOptions' does not have a constructor although it has private member variables. [noConstructor]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::sis' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::vrm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:205:5: warning: Member variable 'RenderMachineFunction::ro' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:107:16: style: The function 'releaseMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:147:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:107:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:109:20: style: The function 'spiller' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:131:20: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:109:20: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:113:16: style: The function 'enqueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:134:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:113:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:117:25: style: The function 'dequeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:137:25: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:117:25: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:125:20: style: The function 'selectOrSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:143:20: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocBasic.cpp:125:20: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:51:5: warning: Member variable 'RAFast::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocFast.cpp:78:7: style: Struct 'LiveReg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:65:3: warning: Member variable 'SpillPlacement::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:65:3: warning: Member variable 'SpillPlacement::bundles' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:65:3: warning: Member variable 'SpillPlacement::loops' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:65:3: warning: Member variable 'SpillPlacement::ActiveNodes' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:149:16: warning: Virtual function 'releaseMemory' is called from destructor '~SpillPlacement()' at line 66. Dynamic binding is not used. [virtualCallInConstructor]
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:66:23: note: Calling releaseMemory
llvm-3.0.src/lib/CodeGen/SpillPlacement.h:149:16: note: releaseMemory is a virtual method
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:162:5: style: Struct 'EvictionCost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:238:16: style: The function 'releaseMemory' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:147:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:238:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:239:20: style: The function 'spiller' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:131:20: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:239:20: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:240:16: style: The function 'enqueue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:134:16: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:240:16: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:241:25: style: The function 'dequeue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:137:25: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:241:25: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:242:20: style: The function 'selectOrSplit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/RegAllocBase.h:143:20: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:242:20: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:251:8: style: The function 'LRE_WillEraseInstruction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:38:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:251:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:252:8: style: The function 'LRE_CanEraseVirtReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:42:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:252:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:253:8: style: The function 'LRE_WillShrinkVirtReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:45:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:253:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:254:8: style: The function 'LRE_DidCloneVirtReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/LiveRangeEdit.h:49:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/RegAllocGreedy.cpp:254:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:1160:7: style: Condition '!minReg' is always true [knownConditionTrueFalse]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:1155:21: note: Assignment 'minReg=0', assigned value is 0
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:1160:7: note: Condition '!minReg' is always true
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::mf_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::mri_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tm_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tri_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::tii_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::li_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:94:5: warning: Member variable 'RALinScan::vrm_' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:958:10: style: Technically the member function '::LISorter::operator()' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/RegAllocLinearScan.cpp:912:5: style: Struct 'WeightCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::tii' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::rmf' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::lss' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegAllocPBQP.cpp:87:3: warning: Member variable 'RegAllocPBQP::vrm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterClassInfo.cpp:30:69: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/RegisterClassInfo.h:76:52: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/CodeGen/RegisterClassInfo.cpp:30:69: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::TM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::LIS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::LDV' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::Loops' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RegisterCoalescer.cpp:184:5: warning: Member variable 'RegisterCoalescer::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:173:22: style: The scope of the variable 'reg2' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::mf' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::mri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::tri' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:309:28: warning: Member variable 'TargetRegisterExtraInfo::lis' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:81:10: performance: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:237:28: note: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static.
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:81:10: note: Technically the member function 'llvm::MFRenderingOptions::renderEmptyIndexes' can be static.
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:84:10: performance: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.cpp:241:28: note: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static.
llvm-3.0.src/lib/CodeGen/RenderMachineFunction.h:84:10: note: Technically the member function 'llvm::MFRenderingOptions::fancyVerticals' can be static.
llvm-3.0.src/lib/CodeGen/ScheduleDAG.cpp:494:8: style: The scope of the variable 'HasLoop' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:236:9: warning: Either the condition 'MI' is redundant or there is possible null pointer dereference: MI. [nullPointerRedundantCheck]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:231:9: note: Assuming that condition 'MI' is not redundant
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:236:9: note: Null pointer dereference
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:520:12: style: The scope of the variable 'MayAlias' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:49:38: style: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.h:166:23: note: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'.
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:49:38: note: Function 'Run' argument 4 names different: declaration 'endindex' definition 'endcount'.
llvm-3.0.src/lib/CodeGen/ScheduleDAGInstrs.cpp:34:20: warning: Member variable 'ScheduleDAGInstrs::InsertPosIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/ScoreboardHazardRecognizer.cpp:95:28: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:329:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:333:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:338:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:343:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:349:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:354:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:580:9: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:583:20: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:584:41: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SelectionDAG/InstrEmitter.h:133:31: style: Technically the member function 'llvm::InstrEmitter::getInsertPos' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:78:16: style: Technically the member function 'llvm::SDDbgValue::getKind' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:96:12: style: Technically the member function 'llvm::SDDbgValue::getOffset' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:99:12: style: Technically the member function 'llvm::SDDbgValue::getDebugLoc' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:103:12: style: Technically the member function 'llvm::SDDbgValue::getOrder' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeDbgValue.h:109:8: style: Technically the member function 'llvm::SDDbgValue::isInvalidated' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3440:5: style: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3438:5: note: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3440:5: note: Variable 'Tmp1' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:792:8: style: The scope of the variable 'isCustom' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:45:62: style: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:382:46: note: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:45:62: note: Function 'SoftenFloatResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:1244:63: style: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:481:47: note: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:1244:63: note: Function 'ExpandFloatOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:77:8: performance: Technically the member function 'llvm::DAGTypeLegalizer::IgnoreNodeResults' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:738:66: style: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:261:50: note: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:738:66: note: Function 'PromoteIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:808:54: style: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:288:38: note: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:808:54: note: Function 'PromoteSetCCOperands' argument 1 names different: declaration 'LHS' definition 'NewLHS'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:808:70: style: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:288:51: note: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:808:70: note: Function 'PromoteSetCCOperands' argument 2 names different: declaration 'RHS' definition 'NewRHS'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:809:59: style: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:288:70: note: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:809:59: note: Function 'PromoteSetCCOperands' argument 3 names different: declaration 'Code' definition 'CCCode'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1978:54: style: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:334:48: note: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:1978:54: note: Function 'ExpandIntRes_SADDSUBO' argument 1 names different: declaration 'N' definition 'Node'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:2412:65: style: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:346:49: note: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp:2412:65: note: Function 'ExpandIntegerOperand' argument 2 names different: declaration 'OperandNo' definition 'OpNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:728:8: performance: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp:150:24: note: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:728:8: note: Technically the member function 'llvm::DAGTypeLegalizer::ExpandRes_BUILD_PAIR' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp:75:3: style: Class 'VectorLegalizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:34:66: style: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:509:50: note: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:34:66: note: Function 'ScalarizeVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:403:62: style: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:553:46: note: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:403:62: note: Function 'SplitVectorResult' argument 2 names different: declaration 'OpNo' definition 'ResNo'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:701:53: style: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:565:37: note: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:701:53: note: Function 'SplitVecRes_LOAD' argument 1 names different: declaration 'N' definition 'LD'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2560:58: style: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeTypes.h:673:42: note: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2560:58: note: Function 'ModifyToType' argument 2 names different: declaration 'WidenVT' definition 'NVT'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:560:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:20: note: outer condition: !CurSU
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:560:11: note: identical inner condition: !CurSU
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:560:11: style: Condition '!CurSU' is always true [knownConditionTrueFalse]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:559:20: note: Assuming that condition '!CurSU' is not redundant
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:560:11: note: Condition '!CurSU' is always true
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:75:3: warning: Member variable 'ScheduleDAGFast::NumLiveRegs' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:75:3: style: Class 'ScheduleDAGFast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:78:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:111:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp:78:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp:78:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:111:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp:78:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1535:3: warning: Member variable 'RegReductionPQBase::SUnits' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1414:3: style: Struct 'reverse_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1434:3: style: Struct 'bu_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1449:3: style: Struct 'td_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1463:3: style: Struct 'src_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1479:3: style: Struct 'hybrid_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1498:3: style: Struct 'ilp_ls_rr_sort' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1412:1: warning: The struct 'reverse_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1427:1: warning: The struct 'bu_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1442:1: warning: The struct 'td_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1456:1: warning: The struct 'src_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1472:1: warning: The struct 'hybrid_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:1491:1: warning: The struct 'ilp_ls_rr_sort' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:185:8: style: The function 'Schedule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:111:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp:185:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:81:41: style: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h:75:25: note: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:81:41: note: Function 'Clone' argument 1 names different: declaration 'N' definition 'Old'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:46:21: warning: Member variable 'ScheduleDAGSDNodes::DAG' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp:626:10: style: Technically the member function '::OrderSorter::operator()' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SDNodeOrdering.h:47:12: style: Technically the member function 'llvm::SDNodeOrdering::getOrder' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:959:17: style: The scope of the variable 'SDV' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2455:22: style: The scope of the variable 'NextBlock' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:5695:16: style: The scope of the variable 'Context' can be reduced. [variableScope]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:438:62: style: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:318:62: note: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:438:62: note: Function 'getCopyToPartsVector' argument 2 names different: declaration 'dl' definition 'DL'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1826:57: style: Function 'visitResume' argument 1 names different: declaration 'I' definition 'RI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:473:38: note: Function 'visitResume' argument 1 names different: declaration 'I' definition 'RI'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1826:57: note: Function 'visitResume' argument 1 names different: declaration 'I' definition 'RI'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1830:65: style: Function 'visitLandingPad' argument 1 names different: declaration 'I' definition 'LP'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:518:46: note: Function 'visitLandingPad' argument 1 names different: declaration 'I' definition 'LP'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1830:65: note: Function 'visitLandingPad' argument 1 names different: declaration 'I' definition 'LP'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2451:57: style: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:428:38: note: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:2451:57: note: Function 'visitSwitch' argument 1 names different: declaration 'I' definition 'SI'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:5128:44: style: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:417:63: note: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:5128:44: note: Function 'LowerCallTo' argument 3 names different: declaration 'IsTailCall' definition 'isTailCall'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:334:3: warning: Member variable 'SelectionDAGBuilder::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:334:3: warning: Member variable 'SelectionDAGBuilder::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:334:3: warning: Member variable 'SelectionDAGBuilder::GFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:430:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUnreachable' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:454:12: style: Technically the member function 'llvm::SelectionDAGBuilder::getEdgeWeight' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1288:31: note: Technically the member function 'llvm::SelectionDAGBuilder::getEdgeWeight' can be const.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:454:12: note: Technically the member function 'llvm::SelectionDAGBuilder::getEdgeWeight' can be const.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:473:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitResume' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1826:27: note: Technically the member function 'llvm::SelectionDAGBuilder::visitResume' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:473:8: note: Technically the member function 'llvm::SelectionDAGBuilder::visitResume' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:474:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:1823:27: note: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:474:8: note: Technically the member function 'llvm::SelectionDAGBuilder::visitUnwind' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:529:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:926:27: note: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:529:8: note: Technically the member function 'llvm::SelectionDAGBuilder::visitPHI' can be static.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:551:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUserOp1' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:554:8: performance: Technically the member function 'llvm::SelectionDAGBuilder::visitUserOp2' can be static. [functionStatic]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:101:25: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getDI' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:102:14: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getdl' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:103:14: style: Technically the member function 'llvm::SelectionDAGBuilder::DanglingDebugInfo::getSDNodeOrder' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h:195:10: style: Technically the member function 'llvm::SelectionDAGBuilder::CaseBitsCmp::operator()' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:115:55: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6448:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:6450:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:140:77: style: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:114:70: note: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'.
llvm-3.0.src/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp:140:77: note: Function 'getNodeLabel' argument 2 names different: declaration 'Graph' definition 'G'.
llvm-3.0.src/lib/CodeGen/ShrinkWrapping.cpp:727:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/ShrinkWrapping.cpp:788:37: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::FunctionContextTy' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::RegisterFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::UnregisterFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::BuiltinSetjmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::FrameAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::StackAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::StackRestoreFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::LSDAAddrFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::PersonalityFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::SelectorFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::ExceptionFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::CallSiteFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::DispatchSetupFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::FuncCtxFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SjLjEHPrepare.cpp:66:14: warning: Member variable 'SjLjEHPass::CallSite' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.cpp:166:19: style: Same expression on both sides of '!=' because the value of 'Before' and 'preferReg()' are the same. [duplicateExpression]
llvm-3.0.src/lib/CodeGen/SpillPlacement.cpp:159:28: note: 'Before' is assigned value 'preferReg()' here.
llvm-3.0.src/lib/CodeGen/SpillPlacement.cpp:166:19: note: Same expression on both sides of '!=' because the value of 'Before' and 'preferReg()' are the same.
llvm-3.0.src/lib/CodeGen/SpillPlacement.cpp:109:3: warning: Member variable 'Node::Bias' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SpillPlacement.cpp:109:3: warning: Member variable 'Node::Value' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/Spiller.cpp:211:8: style: The function 'spill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/Spiller.h:29:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/Spiller.cpp:211:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:253:61: style: Function 'countLiveBlocks' argument 1 names different: declaration 'li' definition 'cli'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SplitKit.h:176:48: note: Function 'countLiveBlocks' argument 1 names different: declaration 'li' definition 'cli'.
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:253:61: note: Function 'countLiveBlocks' argument 1 names different: declaration 'li' definition 'cli'.
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:302:41: style: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/SplitKit.h:344:30: note: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'.
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:302:41: note: Function 'SplitEditor' argument 1 names different: declaration 'SA' definition 'sa'.
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:42:16: warning: Member variable 'SplitAnalysis::NumGapBlocks' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:42:16: warning: Member variable 'SplitAnalysis::NumThroughBlocks' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:42:16: warning: Member variable 'SplitAnalysis::DidRepairRange' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:610:3: error: Invalid iterator 'AssignI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:632:5: error: Invalid iterator 'AssignI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:633:10: error: Invalid iterator 'AssignI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:636:9: error: Invalid iterator 'AssignI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/SplitKit.cpp:638:23: error: Invalid iterator 'AssignI' used. [eraseDereference]
llvm-3.0.src/lib/CodeGen/Splitter.cpp:125:19: warning: Assert statement calls a function which may have desired side effects: 'canInsertPreHeader'. [assertWithSideEffect]
llvm-3.0.src/lib/CodeGen/Splitter.cpp:164:21: warning: Assert statement calls a function which may have desired side effects: 'canSplitEdge'. [assertWithSideEffect]
llvm-3.0.src/lib/CodeGen/Splitter.cpp:45:5: style: Class 'StartSlotComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::F' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::M' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:68:5: warning: Member variable 'StackProtector::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::F' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::M' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:71:5: warning: Member variable 'StackProtector::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackProtector.cpp:71:5: style: Class 'StackProtector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::LS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::VRM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:97:5: warning: Member variable 'StackSlotColoring::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::LS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::VRM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::MFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: warning: Member variable 'StackSlotColoring::loopInfo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StackSlotColoring.cpp:101:5: style: Class 'StackSlotColoring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:59:5: warning: Member variable 'StrongPHIElimination::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:59:5: warning: Member variable 'StrongPHIElimination::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:59:5: warning: Member variable 'StrongPHIElimination::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:59:5: warning: Member variable 'StrongPHIElimination::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:82:7: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/StrongPHIElimination.cpp:182:5: style: Struct 'MIIndexCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/CodeGen/TailDuplication.cpp:73:14: warning: Member variable 'TailDuplicatePass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TailDuplication.cpp:73:14: warning: Member variable 'TailDuplicatePass::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TailDuplication.cpp:73:14: warning: Member variable 'TailDuplicatePass::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TargetLoweringObjectFileImpl.cpp:60:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:1410:53: style: Redundant pointer operation on 'CopyMI' - it's already a pointer. [redundantPointerOp]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::LV' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/TwoAddressInstructionPass.cpp:145:5: warning: Member variable 'TwoAddressInstructionPass::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/UnreachableBlockElim.cpp:163:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/UnreachableBlockElim.cpp:107:5: warning: Member variable 'UnreachableMachineBlockElim::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:55:56: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:152:56: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:55:56: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:137:61: style: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:265:53: note: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'.
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:137:61: note: Function 'assignVirt2StackSlot' argument 2 names different: declaration 'frameIndex' definition 'SS'.
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:170:38: style: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/CodeGen/VirtRegMap.h:440:30: note: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/CodeGen/VirtRegMap.cpp:170:38: note: Function 'addSpillSlotUse' argument 1 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:241:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:728:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:1098:1: style: The class 'LocalRewriter' does not have a constructor although it has private member variables. [noConstructor]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:1088:8: style: Technically the member function '::RefSorter::operator()' can be const. [functionConst]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:93:8: style: The function 'runOnMachineFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.h:22:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:93:8: note: Function in derived class
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:1112:8: style: The function 'runOnMachineFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.h:22:18: note: Virtual function in base class
llvm-3.0.src/lib/CodeGen/VirtRegRewriter.cpp:1112:8: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:64:28: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:67:28: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:91:19: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-3.0.src/lib/DebugInfo/DWARFCompileUnit.h:52:12: performance: Technically the member function 'llvm::DWARFCompileUnit::getSize' can be static. [functionStatic]
llvm-3.0.src/lib/DebugInfo/DWARFCompileUnit.h:34:3: style: Class 'DWARFCompileUnit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugLine.h:86:5: style: Struct 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugLine.h:163:5: style: Struct 'DumpingState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugLine.h:165:18: style: The function 'finalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFDebugLine.h:154:18: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFDebugLine.h:165:18: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:109:21: style: The function 'getInfoSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:73:21: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:109:21: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:110:21: style: The function 'getAbbrevSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:74:21: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:110:21: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:111:21: style: The function 'getARangeSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:75:21: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:111:21: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:112:21: style: The function 'getLineSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:76:21: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:112:21: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:113:21: style: The function 'getStringSection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:77:21: note: Virtual function in base class
llvm-3.0.src/lib/DebugInfo/DWARFContext.h:113:21: note: Function in derived class
llvm-3.0.src/lib/DebugInfo/DWARFFormValue.h:48:3: style: Class 'DWARFFormValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFContext.cpp:139:12: style: Redundant pointer operation on 'i' - it's already a pointer. [redundantPointerOp]
llvm-3.0.src/lib/DebugInfo/DWARFDebugAbbrev.cpp:32:22: style: Same expression on both sides of '!=' because the value of 'beginOffset' and '*offset_ptr' are the same. [duplicateExpression]
llvm-3.0.src/lib/DebugInfo/DWARFDebugAbbrev.cpp:17:32: note: 'beginOffset' is assigned value '*offset_ptr' here.
llvm-3.0.src/lib/DebugInfo/DWARFDebugAbbrev.cpp:32:22: note: Same expression on both sides of '!=' because the value of 'beginOffset' and '*offset_ptr' are the same.
llvm-3.0.src/lib/DebugInfo/DWARFDebugArangeSet.cpp:134:5: style: Class 'DescriptorContainsAddress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugAranges.cpp:112:46: style: Function 'appendRange' argument 1 names different: declaration 'cu_offset' definition 'offset'. [funcArgNamesDifferent]
llvm-3.0.src/lib/DebugInfo/DWARFDebugAranges.h:70:29: note: Function 'appendRange' argument 1 names different: declaration 'cu_offset' definition 'offset'.
llvm-3.0.src/lib/DebugInfo/DWARFDebugAranges.cpp:112:46: note: Function 'appendRange' argument 1 names different: declaration 'cu_offset' definition 'offset'.
llvm-3.0.src/lib/DebugInfo/DWARFDebugAranges.cpp:28:5: style: Class 'CountArangeDescriptors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugAranges.cpp:37:5: style: Class 'AddArangeDescriptors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:213:35: warning: Either the condition 'if(cu&&isCompileUnitTag)' is redundant or there is possible null pointer dereference: cu. [nullPointerRedundantCheck]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:229:11: note: Assuming that condition 'if(cu&&isCompileUnitTag)' is not redundant
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:213:35: note: Null pointer dereference
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:214:34: warning: Either the condition 'if(cu&&isCompileUnitTag)' is redundant or there is possible null pointer dereference: cu. [nullPointerRedundantCheck]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:229:11: note: Assuming that condition 'if(cu&&isCompileUnitTag)' is not redundant
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:214:34: note: Null pointer dereference
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:215:32: warning: Either the condition 'if(cu&&isCompileUnitTag)' is redundant or there is possible null pointer dereference: cu. [nullPointerRedundantCheck]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:229:11: note: Assuming that condition 'if(cu&&isCompileUnitTag)' is not redundant
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:215:32: note: Null pointer dereference
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:223:20: warning: Either the condition 'if(cu&&isCompileUnitTag)' is redundant or there is possible null pointer dereference: cu. [nullPointerRedundantCheck]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:229:11: note: Assuming that condition 'if(cu&&isCompileUnitTag)' is not redundant
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:223:20: note: Null pointer dereference
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:114:14: style: The scope of the variable 'form' can be reduced. [variableScope]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:344:63: style: Function 'getAttributeValue' argument 3 names different: declaration 'formValue' definition 'form_value'. [funcArgNamesDifferent]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:110:67: note: Function 'getAttributeValue' argument 3 names different: declaration 'formValue' definition 'form_value'.
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:344:63: note: Function 'getAttributeValue' argument 3 names different: declaration 'formValue' definition 'form_value'.
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:42:8: performance: Technically the member function 'llvm::DWARFDebugInfoEntryMinimal::dumpAttribute' can be static. [functionStatic]
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.cpp:67:34: note: Technically the member function 'llvm::DWARFDebugInfoEntryMinimal::dumpAttribute' can be static.
llvm-3.0.src/lib/DebugInfo/DWARFDebugInfoEntry.h:42:8: note: Technically the member function 'llvm::DWARFDebugInfoEntryMinimal::dumpAttribute' can be static.
llvm-3.0.src/lib/DebugInfo/DWARFFormValue.cpp:261:32: warning: Either the condition 'cu?cu->getOffset():0' is redundant or there is possible null pointer dereference: cu. [nullPointerRedundantCheck]
llvm-3.0.src/lib/DebugInfo/DWARFFormValue.cpp:351:49: note: Assuming that condition 'cu?cu->getOffset():0' is not redundant
llvm-3.0.src/lib/DebugInfo/DWARFFormValue.cpp:261:32: note: Null pointer dereference
llvm-3.0.src/lib/ExecutionEngine/ExecutionEngine.cpp:89:3: style: Class 'GVMemoryBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.h:58:26: style: Class 'AllocaHolderHandle' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.h:59:54: style: Value of pointer 'H', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.h:55:1: warning: The class 'AllocaHolderHandle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.cpp:35:62: style: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.h:111:58: note: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'.
llvm-3.0.src/lib/ExecutionEngine/Interpreter/Interpreter.cpp:35:62: note: Function 'create' argument 2 names different: declaration 'ErrorStr' definition 'ErrStr'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JIT.cpp:271:66: style: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/JIT/JIT.h:82:12: note: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JIT.cpp:271:66: note: Function 'JIT' argument 6 names different: declaration 'AllocateGVsWithCode' definition 'GVsWithCode'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JIT.cpp:597:5: style: Class 'MCIListener' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:110:8: performance: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static. [functionStatic]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp:165:26: note: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:110:8: note: Technically the member function 'llvm::JITDebugRegisterer::UnregisterFunctionInternal' can be static.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDebugRegisterer.h:89:3: style: Class 'JITDebugRegisterer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:39: style: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:56:24: note: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:39: note: Function 'JITDwarfEmitter' argument 1 names different: declaration 'jit' definition 'theJit'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:38:64: style: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:59:49: note: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:38:64: note: Function 'EmitDwarfTable' argument 2 names different: declaration 'JCE' definition 'jce'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:540:45: style: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:49:45: note: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:540:45: note: Function 'EmitEHFrame' argument 2 names different: declaration 'StartBufferPtr' definition 'StartCommonPtr'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::JCE' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::RI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::MAI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.cpp:34:18: warning: Member variable 'JITDwarfEmitter::stackGrowthDirection' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITDwarfEmitter.h:56:3: style: Class 'JITDwarfEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:1263:41: style: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/JIT/JIT.h:212:45: note: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:1263:41: note: Function 'createEmitter' argument 1 names different: declaration 'J' definition 'jit'.
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::SavedBufferBegin' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::SavedBufferEnd' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::SavedCurBufferPtr' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::ConstantPool' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::ConstantPoolBase' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::JumpTable' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:366:5: warning: Member variable 'JITEmitter::JumpTableBase' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:196:7: performance: Variable 'LazyResolverFn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITEmitter.cpp:116:5: style: Class 'JITResolverState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:156:44: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:183:33: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:382:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:388:35: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:559:29: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:575:29: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:583:27: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:675:35: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:72:40: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
llvm-3.0.src/lib/ExecutionEngine/JIT/JITMemoryManager.cpp:259:5: style: Class 'JITSlabAllocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.cpp:57:22: style: Function 'MCJIT' argument 1 names different: declaration 'M' definition 'm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.h:26:17: note: Function 'MCJIT' argument 1 names different: declaration 'M' definition 'm'.
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.cpp:57:22: note: Function 'MCJIT' argument 1 names different: declaration 'M' definition 'm'.
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.cpp:58:35: style: Function 'MCJIT' argument 4 names different: declaration 'MemMgr' definition 'MM'. [funcArgNamesDifferent]
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.h:27:30: note: Function 'MCJIT' argument 4 names different: declaration 'MemMgr' definition 'MM'.
llvm-3.0.src/lib/ExecutionEngine/MCJIT/MCJIT.cpp:58:35: note: Function 'MCJIT' argument 4 names different: declaration 'MemMgr' definition 'MM'.
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:69:3: warning: Member variable 'RuntimeDyldImpl::CPUType' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:69:3: warning: Member variable 'RuntimeDyldImpl::CPUSubtype' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:86:8: style: Technically the member function 'llvm::RuntimeDyldImpl::hasError' can be const. [functionConst]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:92:13: style: Technically the member function 'llvm::RuntimeDyldImpl::getErrorString' can be const. [functionConst]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:136:3: style: Class 'RuntimeDyldMachO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:138:8: style: The function 'loadObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:73:16: note: Virtual function in base class
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:138:8: note: Function in derived class
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:140:8: style: The function 'reassignSymbolAddress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:83:16: note: Virtual function in base class
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:140:8: note: Function in derived class
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:144:8: style: The function 'isCompatibleFormat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:94:16: note: Virtual function in base class
llvm-3.0.src/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h:144:8: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.cpp:1063:14: style: Variable 'FileOff' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/MC/ELFObjectWriter.cpp:1237:13: style: Variable 'FileOff' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:164:5: warning: Member variable 'ELFObjectWriter::LastLocalSymbolIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:164:5: warning: Member variable 'ELFObjectWriter::StringTableIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:164:5: warning: Member variable 'ELFObjectWriter::SymbolTableIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:164:5: warning: Member variable 'ELFObjectWriter::ShstrtabIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:363:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:347:22: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:363:22: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:382:18: style: The function 'WriteEFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:246:18: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:382:18: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:384:29: style: The function 'ExplicitRelSym' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:150:29: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:384:29: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:390:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:347:22: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:390:22: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:409:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:347:22: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:409:22: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:412:18: style: The function 'adjustFixupOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:350:18: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:412:18: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:425:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:347:22: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:425:22: note: Function in derived class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:440:22: style: The function 'GetRelocType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/MC/ELFObjectWriter.h:347:22: note: Virtual function in base class
llvm-3.0.src/lib/MC/ELFObjectWriter.h:440:22: note: Function in derived class
llvm-3.0.src/lib/MC/MCDisassembler/Disassembler.h:76:33: performance: Function parameter 'tripleName' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:44:3: warning: Member variable 'CachedResult::Result' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/MC/MCDisassembler/EDDisassembler.h:193:8: style: Technically the member function 'llvm::EDDisassembler::valid' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDDisassembler.h:199:8: style: Technically the member function 'llvm::EDDisassembler::hasSemantics' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:47:8: style: Technically the member function 'llvm::CachedResult::valid' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:50:7: style: Technically the member function 'llvm::CachedResult::result' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDDisassembler.h:190:3: style: Struct 'EDDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.cpp:29:40: style: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'. [funcArgNamesDifferent]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:107:34: note: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.cpp:29:40: note: Function 'EDInst' argument 4 names different: declaration 'instInfo' definition 'info'.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:112:12: style: Technically the member function 'llvm::EDInst::byteSize' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.cpp:55:18: note: Technically the member function 'llvm::EDInst::byteSize' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:112:12: note: Technically the member function 'llvm::EDInst::byteSize' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:128:8: style: Technically the member function 'llvm::EDInst::isBranch' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.cpp:84:14: note: Technically the member function 'llvm::EDInst::isBranch' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:128:8: note: Technically the member function 'llvm::EDInst::isBranch' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:130:8: style: Technically the member function 'llvm::EDInst::isMove' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.cpp:93:14: note: Technically the member function 'llvm::EDInst::isMove' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDInst.h:130:8: note: Technically the member function 'llvm::EDInst::isMove' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:68:7: style: Technically the member function 'llvm::EDOperand::isRegister' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.cpp:245:16: note: Technically the member function 'llvm::EDOperand::isRegister' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:68:7: note: Technically the member function 'llvm::EDOperand::isRegister' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:73:7: style: Technically the member function 'llvm::EDOperand::isImmediate' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.cpp:253:16: note: Technically the member function 'llvm::EDOperand::isImmediate' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:73:7: note: Technically the member function 'llvm::EDOperand::isImmediate' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:78:7: style: Technically the member function 'llvm::EDOperand::isMemory' can be const. [functionConst]
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.cpp:261:16: note: Technically the member function 'llvm::EDOperand::isMemory' can be const.
llvm-3.0.src/lib/MC/MCDisassembler/EDOperand.h:78:7: note: Technically the member function 'llvm::EDOperand::isMemory' can be const.
llvm-3.0.src/lib/MC/MCDwarf.cpp:542:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:541:14: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:542:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:543:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:542:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:543:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:544:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:543:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:544:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:545:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:544:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:545:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:546:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:545:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:546:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:547:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:546:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:547:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:548:34: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:547:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:548:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:549:57: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:548:34: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:549:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:550:57: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:549:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:550:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:551:57: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:550:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:551:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:552:57: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:551:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:552:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:554:7: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:552:57: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:554:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:556:7: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:554:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:556:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:558:7: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:556:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:558:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:560:7: warning: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
llvm-3.0.src/lib/MC/MCDwarf.cpp:558:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:560:7: note: Variable 'EncStr' is reassigned a value before the old one has been used. 'break;' missing?
llvm-3.0.src/lib/MC/MCDwarf.cpp:346:18: style: The scope of the variable 'Opcode' can be reduced. [variableScope]
llvm-3.0.src/lib/MC/MCDwarf.cpp:829:12: style: The scope of the variable 'augmentationLength' can be reduced. [variableScope]
llvm-3.0.src/lib/MC/MCNullStreamer.cpp:23:5: style: Class 'MCNullStreamer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/MC/MCParser/AsmParser.cpp:790:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/MC/MCParser/AsmParser.cpp:2527:12: style: The scope of the variable 'RegNo' can be reduced. [variableScope]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:619:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:731:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:741:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:765:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:786:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:837:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:861:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:873:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:76:3: style: Class 'COFFSymbol' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/MC/WinCOFFObjectWriter.cpp:104:3: style: Class 'COFFSection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Support/APFloat.cpp:1185:7: style: The scope of the variable 'exponentChange' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/APFloat.cpp:141:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:185:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:227:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:235:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:302:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:335:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:2248:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:2261:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:2462:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APFloat.cpp:2506:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APInt.cpp:329:25: style: The scope of the variable 'lx' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/APInt.cpp:329:33: style: The scope of the variable 'hx' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/APInt.cpp:1615:12: style: The scope of the variable 'v_carry' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/APInt.cpp:637:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APInt.cpp:2134:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Support/APInt.cpp:1689:58: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Support/APInt.cpp:1704:58: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Support/APInt.cpp:1727:57: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Support/APInt.cpp:1734:53: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Support/BlockFrequency.cpp:52:25: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
llvm-3.0.src/lib/Support/BlockFrequency.cpp:74:28: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
llvm-3.0.src/lib/Support/CommandLine.cpp:1238:12: warning: Member variable 'HelpPrinter::MaxArgLen' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Support/CommandLine.cpp:1350:8: performance: Technically the member function '::VersionPrinter::print' can be static. [functionStatic]
llvm-3.0.src/lib/Support/CommandLine.cpp:834:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Support/CrashRecoveryContext.cpp:79:36: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Support/CrashRecoveryContext.cpp:314:36: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Support/CrashRecoveryContext.cpp:320:35: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Support/CrashRecoveryContext.cpp:33:3: style: Struct 'CrashRecoveryContextImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Support/DataExtractor.cpp:138:11: style: The scope of the variable 'byte' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:19: warning: Shifting 32-bit value by 63 bits is undefined behaviour. See condition at line 170. [shiftTooManyBits]
llvm-3.0.src/lib/Support/DataExtractor.cpp:170:13: note: Assuming that condition 'shift<64' is not redundant
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:19: note: Shift
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:15: warning: Either the condition 'shift<64' is redundant or there is signed integer overflow for expression '-(1<<shift)'. [integerOverflowCond]
llvm-3.0.src/lib/Support/DataExtractor.cpp:170:13: note: Assuming that condition 'shift<64' is not redundant
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:15: note: Integer overflow
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:19: warning: Either the condition 'shift<64' is redundant or there is signed integer overflow for expression '1<<shift'. [integerOverflowCond]
llvm-3.0.src/lib/Support/DataExtractor.cpp:170:13: note: Assuming that condition 'shift<64' is not redundant
llvm-3.0.src/lib/Support/DataExtractor.cpp:171:19: note: Integer overflow
llvm-3.0.src/lib/Support/GraphWriter.cpp:56:15: style: Unused variable: ErrMsg [unusedVariable]
llvm-3.0.src/lib/Support/IsInf.cpp:41:0: error: #error "Don't know how to get isinf()" [preprocessorErrorDirective]
llvm-3.0.src/lib/Support/IsNAN.cpp:27:0: error: #error "Don't know how to get isnan()" [preprocessorErrorDirective]
llvm-3.0.src/lib/Support/PathV2.cpp:156:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-3.0.src/lib/Support/PathV2.cpp:157:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-3.0.src/lib/Support/PathV2.cpp:158:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-3.0.src/lib/Support/PathV2.cpp:164:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-3.0.src/lib/Support/PathV2.cpp:165:3: error: Invalid iterator 'i' used. [eraseDereference]
llvm-3.0.src/lib/Support/SourceMgr.cpp:33:10: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Support/raw_ostream.cpp:525:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/Support/raw_ostream.cpp:527:7: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Support/raw_ostream.cpp:525:5: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Support/regcomp.c:259:7: style: The scope of the variable 'c' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regcomp.c:262:8: style: The scope of the variable 'conc' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regcomp.c:891:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
llvm-3.0.src/lib/Support/regcomp.c:931:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
llvm-3.0.src/lib/Support/regengine.inc:181:2: style: Variable 'm->empty' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/lib/Support/regengine.inc:180:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Support/regengine.inc:181:2: note: Variable 'm->empty' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Support/regengine.inc:691:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:692:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:693:6: style: The scope of the variable 'i' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:776:6: style: The scope of the variable 'lastc' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:777:6: style: The scope of the variable 'flagch' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:778:6: style: The scope of the variable 'i' can be reduced. [variableScope]
llvm-3.0.src/lib/Support/regengine.inc:857:6: style: The scope of the variable 's' can be reduced. [variableScope]
llvm-3.0.src/lib/TableGen/TGParser.h:63:8: performance: Technically the member function 'llvm::TGParser::Error' can be static. [functionStatic]
llvm-3.0.src/lib/TableGen/TGLexer.h:79:3: style: Class 'TGLexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/TableGen/TGParser.h:39:21: performance: Function parameter 'L' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/Record.cpp:42:3: style: Class 'TableGenStringKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/TableGen/Record.cpp:43:3: style: Class 'TableGenStringKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/TableGen/TGLexer.cpp:28:29: style: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'. [funcArgNamesDifferent]
llvm-3.0.src/lib/TableGen/TGLexer.h:79:22: note: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'.
llvm-3.0.src/lib/TableGen/TGLexer.cpp:28:29: note: Function 'TGLexer' argument 1 names different: declaration 'SrcMgr' definition 'SM'.
llvm-3.0.src/lib/TableGen/TGLexer.cpp:28:10: warning: Member variable 'TGLexer::CurCode' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/TableGen/TGLexer.cpp:28:10: warning: Member variable 'TGLexer::CurIntVal' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/TableGen/TGLexer.h:109:18: performance: Technically the member function 'llvm::TGLexer::ReturnError' can be static. [functionStatic]
llvm-3.0.src/lib/TableGen/TGLexer.cpp:41:25: note: Technically the member function 'llvm::TGLexer::ReturnError' can be static.
llvm-3.0.src/lib/TableGen/TGLexer.h:109:18: note: Technically the member function 'llvm::TGLexer::ReturnError' can be static.
llvm-3.0.src/lib/TableGen/TGParser.cpp:63:33: style: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-3.0.src/lib/TableGen/TGParser.h:74:25: note: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:63:33: note: Function 'AddValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:82:33: style: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-3.0.src/lib/TableGen/TGParser.h:75:25: note: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:82:33: note: Function 'SetValue' argument 1 names different: declaration 'TheRec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:146:36: style: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'. [funcArgNamesDifferent]
llvm-3.0.src/lib/TableGen/TGParser.h:77:28: note: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:146:36: note: Function 'AddSubClass' argument 1 names different: declaration 'Rec' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:1957:49: style: Function 'ResolveMulticlassDefArgs' argument 2 names different: declaration 'DefProto' definition 'CurRec'. [funcArgNamesDifferent]
llvm-3.0.src/lib/TableGen/TGParser.h:91:41: note: Function 'ResolveMulticlassDefArgs' argument 2 names different: declaration 'DefProto' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:1957:49: note: Function 'ResolveMulticlassDefArgs' argument 2 names different: declaration 'DefProto' definition 'CurRec'.
llvm-3.0.src/lib/TableGen/TGParser.cpp:63:47: performance: Function parameter 'Loc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/TGParser.cpp:82:47: performance: Function parameter 'Loc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/TGParser.cpp:647:61: performance: Function parameter 'NameLoc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/TGParser.cpp:1958:47: performance: Function parameter 'DefmPrefixLoc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/TGParser.cpp:1959:47: performance: Function parameter 'SubClassLoc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/TableGen/TGParser.cpp:1992:43: performance: Function parameter 'DefmPrefixLoc' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:1162:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:1167:5: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:1162:12: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:306:59: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.h:70:46: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:306:59: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:1039:53: style: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.h:88:64: note: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:1039:53: note: Function 'EmitPatchedInstruction' argument 2 names different: declaration 'TargetOpc' definition 'Opcode'.
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:136:5: warning: Member variable 'ObjectAttributeEmitter::AttributeItem' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:126:12: performance: Technically the member function '::ObjectAttributeEmitter::getULEBSize' can be static. [functionStatic]
llvm-3.0.src/lib/Target/ARM/ARMELFWriterInfo.h:23:5: style: Class 'ARMELFWriterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:78:5: style: Class 'AsmAttributeEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:136:5: style: Class 'ObjectAttributeEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/ARMInstrInfo.h:33:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:40:20: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMInstrInfo.h:33:12: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:38:7: style: The function 'emitLoadConstPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:168:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:38:7: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:47:8: style: The function 'eliminateCallFramePseudoInstr' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:186:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:47:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:64:8: style: The function 'eliminateFrameIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:190:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:64:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:32:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:40:20: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:32:12: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:40:8: style: The function 'copyPhysReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:109:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:40:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:44:8: style: The function 'storeRegToStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:114:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:44:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:50:8: style: The function 'loadRegFromStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:120:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:50:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb2RegisterInfo.h:33:8: style: The function 'emitLoadConstPool' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:168:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb2RegisterInfo.h:33:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:33:12: style: The function 'getUnindexedOpcode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:40:20: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:33:12: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:41:8: style: The function 'copyPhysReg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:109:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:41:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:46:8: style: The function 'storeRegToStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:114:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:46:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:52:8: style: The function 'loadRegFromStackSlot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:120:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:52:8: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:148:15: style: The function 'getExistingMachineCPValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:87:15: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:148:15: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:153:16: style: The function 'hasSameValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:94:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:153:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:155:16: style: The function 'addSelectionDAGCSEId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:90:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:155:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:157:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:102:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:157:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:181:15: style: The function 'getExistingMachineCPValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:87:15: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:181:15: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:184:16: style: The function 'addSelectionDAGCSEId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:90:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:184:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:188:16: style: The function 'hasSameValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:94:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:188:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:190:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:102:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:190:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:214:15: style: The function 'getExistingMachineCPValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:87:15: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:214:15: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:217:16: style: The function 'addSelectionDAGCSEId' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:90:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:217:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:221:16: style: The function 'hasSameValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:94:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:221:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:223:16: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:102:16: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:223:16: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:79:10: style: The function 'MaybeSwitchVendor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:67:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:79:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:81:10: style: The function 'EmitAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:68:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:81:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:86:10: style: The function 'EmitTextAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:69:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:86:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:99:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:70:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:99:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:139:10: style: The function 'MaybeSwitchVendor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:67:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:139:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:154:10: style: The function 'EmitAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:68:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:154:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:166:10: style: The function 'EmitTextAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:69:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:166:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:180:10: style: The function 'Finish' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:70:18: note: Virtual function in base class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:180:10: note: Function in derived class
llvm-3.0.src/lib/Target/ARM/ARMAsmPrinter.cpp:79:38: performance: Function parameter 'Vendor' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:702:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:115:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:702:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:703:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:116:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:703:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:854:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:121:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:854:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:855:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:122:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:855:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1121:43: style: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:135:58: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1121:43: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1407:30: style: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:175:45: note: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1407:30: note: Function 'isProfitableToIfCvt' argument 2 names different: declaration 'NumT' definition 'TCycles'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1407:48: style: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:175:60: note: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1407:48: note: Function 'isProfitableToIfCvt' argument 3 names different: declaration 'ExtraT' definition 'TExtra'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1409:30: style: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:177:45: note: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1409:30: note: Function 'isProfitableToIfCvt' argument 5 names different: declaration 'NumF' definition 'FCycles'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1409:48: style: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.h:177:60: note: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'.
llvm-3.0.src/lib/Target/ARM/ARMBaseInstrInfo.cpp:1409:48: note: Function 'isProfitableToIfCvt' argument 6 names different: declaration 'ExtraF' definition 'FExtra'.
llvm-3.0.src/lib/Target/ARM/ARMHazardRecognizer.h:37:3: warning: Member variable 'ARMHazardRecognizer::FpMLxStalls' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMHazardRecognizer.h:37:3: warning: Member variable 'ARMHazardRecognizer::ITBlockMIs' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:1200:12: style: The scope of the variable 'ScratchReg' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:58:62: style: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:90:52: note: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:58:62: note: Function 'ARMBaseRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:154:56: style: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.h:106:67: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-3.0.src/lib/Target/ARM/ARMBaseRegisterInfo.cpp:154:56: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-3.0.src/lib/Target/ARM/ARMCodeEmitter.cpp:67:5: warning: Member variable 'ARMCodeEmitter::Subtarget' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMCodeEmitter.cpp:67:5: warning: Member variable 'ARMCodeEmitter::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::HasFarJump' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::HasInlineAsm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb1' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:176:5: warning: Member variable 'ARMConstantIslands::isThumb2' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMConstantIslandPass.cpp:253:33: warning: Conversion of string literal "Constant pool entry out of range!" to bool always evaluates to true. [incorrectStringBooleanError]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:30:61: style: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:60:64: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:30:61: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:32:65: style: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:61:66: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:32:65: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:33:49: style: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:62:29: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:33:49: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:39:61: style: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:64:70: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:39:61: note: Function 'ARMConstantPoolValue' argument 3 names different: declaration 'Kind' definition 'kind'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:41:65: style: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:65:66: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:41:65: note: Function 'ARMConstantPoolValue' argument 5 names different: declaration 'Modifier' definition 'modifier'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:42:49: style: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.h:66:29: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'.
llvm-3.0.src/lib/Target/ARM/ARMConstantPoolValue.cpp:42:49: note: Function 'ARMConstantPoolValue' argument 6 names different: declaration 'AddCurrentAddress' definition 'addCurrentAddress'.
llvm-3.0.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:41:5: warning: Member variable 'ARMExpandPseudo::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:41:5: warning: Member variable 'ARMExpandPseudo::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:41:5: warning: Member variable 'ARMExpandPseudo::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:41:5: warning: Member variable 'ARMExpandPseudo::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMExpandPseudoInsts.cpp:1042:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:97:43: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:97:43: note: Array index out of bounds
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:99:24: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:99:24: note: Array index out of bounds
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:102:65: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:93:3: note: After for loop, i has value 2
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:102:65: note: Array index out of bounds
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:134:65: error: Array 'LoRegList[2]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:129:3: note: After for loop, i has value 2
llvm-3.0.src/lib/Target/ARM/ARMCallingConv.h:134:65: note: Array index out of bounds
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:1002:8: style: The scope of the variable 'ExtraCSSpill' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:195:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:213:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:228:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:232:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:397:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:401:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:403:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMFrameLowering.cpp:404:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/ARM/ARMGlobalMerge.cpp:100:7: style: Struct 'GlobalCmp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:2953:7: style: Variable 'Chain' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:2945:0: note: Variable 'Chain' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:2953:7: note: Variable 'Chain' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1844:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1844:28: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1844:28: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1957:28: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1957:28: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1957:28: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:1166:12: style: The scope of the variable 'ShImmVal' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/ARMISelDAGToDAG.cpp:2053:12: style: The scope of the variable 'And_imm' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:3684:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:5961:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.h:257:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:5961:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:8735:17: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:8734:31: note: Assignment 'msb=31', assigned value is 31
llvm-3.0.src/lib/Target/ARM/ARMISelLowering.cpp:8735:17: note: Shift
llvm-3.0.src/lib/Target/ARM/ARMJITInfo.cpp:141:75: style: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMJITInfo.h:61:75: note: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'.
llvm-3.0.src/lib/Target/ARM/ARMJITInfo.cpp:141:75: note: Function 'emitGlobalValueIndirectSym' argument 2 names different: declaration 'ptr' definition 'Ptr'.
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1198:10: style: The scope of the variable 'Clobber' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:61:5: warning: Member variable 'ARMLoadStoreOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:61:5: warning: Member variable 'ARMLoadStoreOpt::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:61:5: warning: Member variable 'ARMLoadStoreOpt::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:61:5: warning: Member variable 'ARMLoadStoreOpt::RS' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:61:5: warning: Member variable 'ARMLoadStoreOpt::isThumb2' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::STI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMLoadStoreOptimizer.cpp:1407:5: warning: Member variable 'ARMPreAllocLoadStoreOpt::MF' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/ARMRegisterInfo.cpp:20:54: style: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMRegisterInfo.h:28:68: note: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/ARMRegisterInfo.cpp:20:54: note: Function 'ARMRegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:143:48: style: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.h:60:43: note: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:143:48: note: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:144:33: style: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.h:60:56: note: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:144:33: note: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:144:46: style: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.h:61:43: note: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'.
llvm-3.0.src/lib/Target/ARM/ARMSelectionDAGInfo.cpp:144:46: note: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'.
llvm-3.0.src/lib/Target/ARM/ARMSubtarget.cpp:115:30: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:156:59: style: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.h:59:47: note: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'.
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:156:59: note: Function 'addCodeEmitter' argument 3 names different: declaration 'MCE' definition 'JCE'.
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:38:71: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:39:54: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:39:69: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:50:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:51:46: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:51:61: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:71:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:72:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/ARMTargetMachine.cpp:72:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1885:32: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2806:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2807:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2811:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2813:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2826:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2827:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2829:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2831:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2841:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2846:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2847:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2859:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2860:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2861:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2871:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2876:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2877:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2887:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2892:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2893:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2906:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2907:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2908:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2920:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2921:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2922:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2934:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2935:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2936:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2947:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2951:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2953:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2955:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2966:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2970:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2972:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2974:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2987:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2989:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2991:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:2993:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3006:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3008:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3010:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3012:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3023:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3024:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3028:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3030:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3043:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3044:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3046:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3048:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3058:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3061:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3062:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3075:9: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3076:9: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3077:9: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3078:9: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3083:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3084:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3085:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3089:6: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3092:4: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:4439:19: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:3623:46: style: Same expression on both sides of '||'. [duplicateExpression]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:375:5: performance: Variable 'StartLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:376:5: performance: Variable 'EndLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:371:3: style: Class 'ARMOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:245:1: warning: The class 'ARMOperand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/Target/ARM/AsmParser/ARMAsmParser.cpp:1682:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1019:72: style: Function 'DecodeSORegImmOperand' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:155:72: note: Function 'DecodeSORegImmOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1019:72: note: Function 'DecodeSORegImmOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1056:72: style: Function 'DecodeSORegRegOperand' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:157:72: note: Function 'DecodeSORegRegOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1056:72: note: Function 'DecodeSORegRegOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1160:76: style: Function 'DecodeBitfieldMaskOperand' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:143:76: note: Function 'DecodeBitfieldMaskOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1160:76: note: Function 'DecodeBitfieldMaskOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1439:72: style: Function 'DecodeSORegMemOperand' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:151:72: note: Function 'DecodeSORegMemOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1439:72: note: Function 'DecodeSORegMemOperand' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1622:44: style: Function 'DecodeMemMultipleWritebackInstruction' argument 3 names different: declaration 'Adddress' definition 'Address'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:162:60: note: Function 'DecodeMemMultipleWritebackInstruction' argument 3 names different: declaration 'Adddress' definition 'Address'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1622:44: note: Function 'DecodeMemMultipleWritebackInstruction' argument 3 names different: declaration 'Adddress' definition 'Address'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1955:71: style: Function 'DecodeVLDInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:186:71: note: Function 'DecodeVLDInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:1955:71: note: Function 'DecodeVLDInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2204:71: style: Function 'DecodeVSTInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:188:71: note: Function 'DecodeVSTInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2204:71: note: Function 'DecodeVSTInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2454:75: style: Function 'DecodeVLD1DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:190:75: note: Function 'DecodeVLD1DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2454:75: note: Function 'DecodeVLD1DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2493:75: style: Function 'DecodeVLD2DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:192:75: note: Function 'DecodeVLD2DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2493:75: note: Function 'DecodeVLD2DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2529:75: style: Function 'DecodeVLD3DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:194:75: note: Function 'DecodeVLD3DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2529:75: note: Function 'DecodeVLD3DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2564:75: style: Function 'DecodeVLD4DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:196:75: note: Function 'DecodeVLD4DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2564:75: note: Function 'DecodeVLD4DupInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2617:58: style: Function 'DecodeNEONModImmInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:198:77: note: Function 'DecodeNEONModImmInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2617:58: note: Function 'DecodeNEONModImmInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2662:75: style: Function 'DecodeVSHLMaxInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:200:75: note: Function 'DecodeVSHLMaxInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2662:75: note: Function 'DecodeVSHLMaxInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2842:68: style: Function 'DecodeT2LoadShift' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:271:68: note: Function 'DecodeT2LoadShift' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2842:68: note: Function 'DecodeT2LoadShift' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2980:66: style: Function 'DecodeT2LdStPre' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:311:66: note: Function 'DecodeT2LdStPre' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:2980:66: note: Function 'DecodeT2LdStPre' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3025:70: style: Function 'DecodeThumbAddSPImm' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:283:70: note: Function 'DecodeThumbAddSPImm' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3025:70: note: Function 'DecodeThumbAddSPImm' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3085:71: style: Function 'DecodeThumbBLXOffset' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:289:71: note: Function 'DecodeThumbBLXOffset' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3085:71: note: Function 'DecodeThumbBLXOffset' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3094:68: style: Function 'DecodeCoprocessor' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:214:68: note: Function 'DecodeCoprocessor' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3094:68: note: Function 'DecodeCoprocessor' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3104:53: style: Function 'DecodeThumbTableBranch' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:293:73: note: Function 'DecodeThumbTableBranch' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3104:53: note: Function 'DecodeThumbTableBranch' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3120:57: style: Function 'DecodeThumb2BCCInstruction' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:295:77: note: Function 'DecodeThumb2BCCInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3120:57: note: Function 'DecodeThumb2BCCInstruction' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3206:73: style: Function 'DecodeMemBarrierOption' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:216:73: note: Function 'DecodeMemBarrierOption' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3206:73: note: Function 'DecodeMemBarrierOption' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3226:64: style: Function 'DecodeMSRMask' argument 2 names different: declaration 'Insn' definition 'Val'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:218:64: note: Function 'DecodeMSRMask' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3226:64: note: Function 'DecodeMSRMask' argument 2 names different: declaration 'Insn' definition 'Val'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3959:59: style: Function 'DecodeIT' argument 2 names different: declaration 'Val' definition 'Insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:303:59: note: Function 'DecodeIT' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:3959:59: note: Function 'DecodeIT' argument 2 names different: declaration 'Val' definition 'Insn'.
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:39:3: style: Class 'ARMDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/Disassembler/ARMDisassembler.cpp:64:3: style: Class 'ThumbDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:278:76: style: Function 'printAM2PreOrOffsetIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:48:62: note: Function 'printAM2PreOrOffsetIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:278:76: note: Function 'printAM2PreOrOffsetIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:306:69: style: Function 'printAM2PostIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:47:55: note: Function 'printAM2PostIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:306:69: note: Function 'printAM2PostIndexOp' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:331:66: style: Function 'printAddrModeTBB' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:44:52: note: Function 'printAddrModeTBB' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:331:66: note: Function 'printAddrModeTBB' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:339:66: style: Function 'printAddrModeTBH' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:45:52: note: Function 'printAddrModeTBH' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:339:66: note: Function 'printAddrModeTBH' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:347:71: style: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:46:57: note: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:347:71: note: Function 'printAddrMode2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:434:71: style: Function 'printAddrMode3Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:53:57: note: Function 'printAddrMode3Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:434:71: note: Function 'printAddrMode3Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:759:77: style: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:81:63: note: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:759:77: note: Function 'printThumbAddrModeRROperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:776:62: style: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:83:66: note: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:776:62: note: Function 'printThumbAddrModeImm5SOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:794:63: style: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:85:67: note: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:794:63: note: Function 'printThumbAddrModeImm5S1Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:800:63: style: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:87:67: note: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:800:63: note: Function 'printThumbAddrModeImm5S2Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:806:63: style: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:89:67: note: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:806:63: note: Function 'printThumbAddrModeImm5S4Operand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:811:77: style: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.h:91:63: note: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp:811:77: note: Function 'printThumbAddrModeSPOperand' argument 2 names different: declaration 'OpNum' definition 'Op'.
llvm-3.0.src/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp:34:3: style: Class 'ARMELFObjectWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp:184:3: style: Class 'ARMMCInstrAnalysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp:124:58: performance: Function parameter 'Triple' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::MRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::isA9' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::MIIdx' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/MLxExpansionPass.cpp:41:5: warning: Member variable 'MLxExpansion::LastMIs' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:46:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:45:56: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:46:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:47:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:46:62: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:47:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:75:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:51:57: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:75:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:76:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.h:52:51: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb1InstrInfo.cpp:76:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.cpp:97:22: style: The scope of the variable 'MF' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.cpp:390:22: style: The scope of the variable 'MBB' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.cpp:44:60: style: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.h:29:71: note: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/Thumb1RegisterInfo.cpp:44:60: note: Function 'Thumb1RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::PreRegAlloc' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::TRI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/Thumb2ITBlockPass.cpp:30:5: warning: Member variable 'Thumb2ITBlockPass::AFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:120:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:47:56: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:120:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:121:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:48:62: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:121:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:148:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:53:57: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:148:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:149:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.h:54:51: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb2InstrInfo.cpp:149:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/ARM/Thumb2RegisterInfo.cpp:28:60: style: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/ARM/Thumb2RegisterInfo.h:29:71: note: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/ARM/Thumb2RegisterInfo.cpp:28:60: note: Function 'Thumb2RegisterInfo' argument 2 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/Alpha/AlphaRegisterInfo.h:30:3: style: Struct 'AlphaRegisterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:264:8: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:259:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:264:8: note: Null pointer dereference
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:144:65: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.h:50:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:144:65: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:145:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.h:51:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:145:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:173:69: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.h:56:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:173:69: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:174:63: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.h:57:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/Alpha/AlphaInstrInfo.cpp:174:63: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/Alpha/AlphaLLRP.cpp:41:5: style: Struct 'AlphaLLRPPass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Alpha/AlphaTargetMachine.cpp:25:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Alpha/AlphaTargetMachine.cpp:26:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Alpha/AlphaTargetMachine.cpp:26:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp:40:60: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Alpha/MCTargetDesc/AlphaMCTargetDesc.cpp:53:58: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Blackfin/BlackfinISelLowering.h:34:5: style: Class 'BlackfinTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:101:65: style: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.h:50:58: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:101:65: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:171:68: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.h:55:66: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:171:68: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:174:44: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.h:57:42: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:174:44: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:219:69: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.h:68:67: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:219:69: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:221:45: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.h:69:61: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinInstrInfo.cpp:221:45: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Blackfin/BlackfinIntrinsicInfo.cpp:27:0: error: syntax error [syntaxError]
llvm-3.0.src/lib/Target/Blackfin/BlackfinTargetMachine.cpp:25:56: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Blackfin/BlackfinTargetMachine.cpp:26:56: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Blackfin/BlackfinTargetMachine.cpp:27:56: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp:40:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Blackfin/MCTargetDesc/BlackfinMCTargetDesc.cpp:54:61: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CBackend/CBackend.cpp:2426:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/Target/CBackend/CBackend.cpp:3605:65: style: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CBackend/CTargetMachine.h:29:59: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-3.0.src/lib/Target/CBackend/CBackend.cpp:3605:65: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-3.0.src/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp:40:62: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CellSPU/MCTargetDesc/SPUMCTargetDesc.cpp:64:56: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.h:98:5: style: Class 'SPUTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/CellSPU/SPUFrameLowering.h:30:5: style: Class 'SPUFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/CellSPU/SPUFrameLowering.cpp:101:13: style: The scope of the variable 'FrameLabel' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/CellSPU/SPUHazardRecognizers.cpp:33:65: style: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUHazardRecognizers.h:32:46: note: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-3.0.src/lib/Target/CellSPU/SPUHazardRecognizers.cpp:33:65: note: Function 'SPUHazardRecognizer' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-3.0.src/lib/Target/CellSPU/SPUHazardRecognizers.h:32:3: style: Class 'SPUHazardRecognizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/CellSPU/SPUISelDAGToDAG.cpp:155:14: warning: Member variable 'SPUDAGToDAGISel::GlobalBaseReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:1678:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:1688:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:2288:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:1302:18: style: The scope of the variable 'VA' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:2054:20: style: The scope of the variable 'mask_val' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:1722:60: style: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.h:80:67: note: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'.
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:1722:60: note: Function 'LowerV2I64Splat' argument 3 names different: declaration 'splat' definition 'SplatVal'.
llvm-3.0.src/lib/Target/CellSPU/SPUISelLowering.cpp:95:20: warning: Member variable 'SPUTargetLowering::VarArgsFrameIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/CellSPU/SPUMachineFunction.h:33:3: style: Class 'SPUFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:140:63: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.h:54:66: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:140:63: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:141:69: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.h:55:72: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:141:69: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:175:64: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.h:61:67: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:175:64: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:176:58: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.h:62:61: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:176:58: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/CellSPU/SPUInstrInfo.cpp:345:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/CellSPU/SPUNopFiller.cpp:80:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/CellSPU/SPUNopFiller.cpp:118:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/CellSPU/SPUNopFiller.cpp:124:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/CellSPU/SPUNopFiller.cpp:36:5: warning: Member variable 'SPUNopFiller::isEvenPlace' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/CellSPU/SPUNopFiller.cpp:36:5: style: Struct 'SPUNopFiller' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/CellSPU/SPUTargetMachine.cpp:35:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CellSPU/SPUTargetMachine.cpp:36:46: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CellSPU/SPUTargetMachine.cpp:36:61: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/CppBackend/CPPBackend.cpp:2066:67: style: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/CppBackend/CPPTargetMachine.h:31:59: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-3.0.src/lib/Target/CppBackend/CPPBackend.cpp:2066:67: note: Function 'addPassesToEmitFile' argument 2 names different: declaration 'Out' definition 'o'.
llvm-3.0.src/lib/Target/CppBackend/CPPBackend.cpp:106:14: warning: Member variable 'CppWriter::TheModule' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:342:19: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:358:26: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:359:28: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:114:5: performance: Variable 'StartLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:115:5: performance: Variable 'EndLoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:110:3: style: Struct 'MBlazeOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/AsmParser/MBlazeAsmParser.cpp:74:1: warning: The struct 'MBlazeOperand' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h:35:3: style: Class 'MBlazeDisassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h:24:5: style: Class 'MBlazeInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MBlazeELFWriterInfo.h:23:5: style: Class 'MBlazeELFWriterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MBlazeMachineFunction.h:90:3: style: Class 'MBlazeFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:255:74: style: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlaze.h:28:70: note: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:255:74: note: Function 'createMBlazeDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp:47:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MBlazeFrameLowering.cpp:130:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp:127:11: style: The scope of the variable 'imm' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetObjectFile.h:17:3: style: The class 'MBlazeTargetObjectFile' does not have a constructor although it has private member variables. [noConstructor]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:162:34: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:158:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:162:34: note: Null pointer dereference
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:30:55: style: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.h:173:49: note: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:30:55: note: Function 'MBlazeInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:93:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.h:216:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:93:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:94:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.h:217:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:94:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:103:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.h:222:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:103:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:104:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.h:223:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeInstrInfo.cpp:104:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp:27:0: error: syntax error [syntaxError]
llvm-3.0.src/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:45:43: style: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeRegisterInfo.h:42:45: note: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeRegisterInfo.cpp:45:43: note: Function 'MBlazeRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:50:61: style: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.h:80:73: note: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:50:61: note: Function 'addInstSelector' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:59:60: style: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.h:81:71: note: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:59:60: note: Function 'addPreEmitPass' argument 2 names different: declaration 'Opt' definition 'OptLevel'.
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:35:48: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:36:31: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MBlaze/MBlazeTargetMachine.cpp:36:46: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp:44:3: style: Class 'MBlazeELFObjectWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeAsmBackend.cpp:51:3: style: Class 'MBlazeAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp:131:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeMCCodeEmitter.cpp:132:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp:43:61: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp:64:59: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h:24:5: style: Class 'MSP430InstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp:40:61: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp:53:59: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MSP430/MSP430FrameLowering.cpp:96:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
llvm-3.0.src/lib/Target/MSP430/MSP430FrameLowering.cpp:88:7: note: outer condition: NumBytes
llvm-3.0.src/lib/Target/MSP430/MSP430FrameLowering.cpp:96:9: note: identical inner condition: NumBytes
llvm-3.0.src/lib/Target/MSP430/MSP430MachineFunctionInfo.h:32:3: warning: Member variable 'MSP430MachineFunctionInfo::ReturnAddrIndex' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp:54:5: warning: Member variable 'MSP430ISelAddressMode::Base' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/MSP430/MSP430ISelLowering.cpp:62:65: style: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MSP430/MSP430ISelLowering.h:74:56: note: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MSP430/MSP430ISelLowering.cpp:62:65: note: Function 'MSP430TargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.cpp:31:55: style: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.h:47:49: note: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.cpp:31:55: note: Function 'MSP430InstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.cpp:37:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.h:63:40: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/MSP430/MSP430InstrInfo.cpp:37:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/MSP430/MSP430TargetMachine.cpp:28:52: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MSP430/MSP430TargetMachine.cpp:29:52: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/MSP430/MSP430TargetMachine.cpp:30:52: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/InstPrinter/MipsInstPrinter.h:80:3: style: Class 'MipsInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp:30:3: style: Class 'MipsAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp:42:59: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp:65:57: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsMachineFunction.h:55:3: style: Class 'MipsFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MipsCodeEmitter.cpp:67:5: warning: Member variable 'MipsCodeEmitter::Subtarget' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:122:70: style: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/Mips.h:28:66: note: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:122:70: note: Function 'createMipsDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:47:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:98:69: warning: Missing bounds check for extra iterator increment in loop. [StlMissingComparison]
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:114:22: note: Missing bounds check for extra iterator increment in loop.
llvm-3.0.src/lib/Target/Mips/MipsDelaySlotFiller.cpp:98:69: note: Missing bounds check for extra iterator increment in loop.
llvm-3.0.src/lib/Target/Mips/MipsEmitGPRestore.cpp:91:68: style: Function 'createMipsEmitGPRestorePass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/Mips.h:30:64: note: Function 'createMipsEmitGPRestorePass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsEmitGPRestore.cpp:91:68: note: Function 'createMipsEmitGPRestorePass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsEmitGPRestore.cpp:34:5: style: Struct 'Inserter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MipsEmitGPRestore.cpp:66:23: error: Same iterator is used with different containers 'MFI' and 'MBB'. [iterators]
llvm-3.0.src/lib/Target/Mips/MipsExpandPseudo.cpp:115:67: style: Function 'createMipsExpandPseudoPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/Mips.h:29:63: note: Function 'createMipsExpandPseudoPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsExpandPseudo.cpp:115:67: note: Function 'createMipsExpandPseudoPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsExpandPseudo.cpp:33:5: style: Struct 'MipsExpandPseudo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Mips/MipsFrameLowering.cpp:279:12: style: The scope of the variable 'NewReg' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/Mips/MipsFrameLowering.cpp:280:7: style: The scope of the variable 'NewImm' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/Mips/MipsFrameLowering.cpp:281:8: style: The scope of the variable 'ATUsed' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.cpp:789:68: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.h:168:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.cpp:789:68: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.cpp:1926:39: style: Function 'LowerCall' argument 1 names different: declaration 'Chain' definition 'InChain'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.h:150:25: note: Function 'LowerCall' argument 1 names different: declaration 'Chain' definition 'InChain'.
llvm-3.0.src/lib/Target/Mips/MipsISelLowering.cpp:1926:39: note: Function 'LowerCall' argument 1 names different: declaration 'Chain' definition 'InChain'.
llvm-3.0.src/lib/Target/Mips/MipsTargetObjectFile.h:17:3: style: The class 'MipsTargetObjectFile' does not have a constructor although it has private member variables. [noConstructor]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:29:49: style: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:118:45: note: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:29:49: note: Function 'MipsInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:103:41: style: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:159:56: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:103:41: note: Function 'copyPhysReg' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:166:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:163:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:166:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:167:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:164:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:167:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:191:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:169:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:191:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:192:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.h:170:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Mips/MipsInstrInfo.cpp:192:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Mips/MipsMCInstLower.cpp:27:72: style: Function 'MipsMCInstLower' argument 2 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsMCInstLower.h:34:57: note: Function 'MipsMCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/Target/Mips/MipsMCInstLower.cpp:27:72: note: Function 'MipsMCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/Target/Mips/MipsRegisterInfo.cpp:44:57: style: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Mips/MipsRegisterInfo.h:32:41: note: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-3.0.src/lib/Target/Mips/MipsRegisterInfo.cpp:44:57: note: Function 'MipsRegisterInfo' argument 1 names different: declaration 'Subtarget' definition 'ST'.
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:36:46: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:37:29: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:37:44: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:55:48: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:56:31: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:56:46: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:61:48: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:62:31: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:62:46: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:67:50: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:68:33: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:68:48: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:73:50: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:74:33: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Mips/MipsTargetMachine.cpp:74:48: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp:40:58: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/MCTargetDesc/PTXMCTargetDesc.cpp:54:56: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXMachineFunctionInfo.h:52:3: style: Class 'PTXMachineFunctionInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/PTX/PTXInstrInfo.cpp:302:72: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PTX/PTXInstrInfo.h:104:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PTX/PTXInstrInfo.cpp:302:72: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:143:48: style: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.h:44:43: note: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:143:48: note: Function 'EmitTargetCodeForMemset' argument 4 names different: declaration 'Op1' definition 'Dst'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:144:33: style: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.h:44:56: note: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:144:33: note: Function 'EmitTargetCodeForMemset' argument 5 names different: declaration 'Op2' definition 'Src'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:144:46: style: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.h:45:43: note: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'.
llvm-3.0.src/lib/Target/PTX/PTXSelectionDAGInfo.cpp:144:46: note: Function 'EmitTargetCodeForMemset' argument 6 names different: declaration 'Op3' definition 'Size'.
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:196:59: style: Function 'addCommonCodeGenPasses' argument 4 names different: declaration 'OutCtx' definition 'OutContext'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.h:93:65: note: Function 'addCommonCodeGenPasses' argument 4 names different: declaration 'OutCtx' definition 'OutContext'.
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:196:59: note: Function 'addCommonCodeGenPasses' argument 4 names different: declaration 'OutCtx' definition 'OutContext'.
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:89:46: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:89:60: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:89:75: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:101:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:102:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:102:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:107:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:108:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PTX/PTXTargetMachine.cpp:108:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp:70:3: style: Class 'PPCAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp:124:5: style: Class 'DarwinPPCAsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/PowerPC/PPCFrameLowering.h:29:3: style: Class 'PPCFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:104:25: style: The function 'getPassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:69:25: note: Virtual function in base class
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:104:25: note: Function in derived class
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:120:25: style: The function 'getPassName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:69:25: note: Virtual function in base class
llvm-3.0.src/lib/Target/PowerPC/PPCAsmPrinter.cpp:120:25: note: Function in derived class
llvm-3.0.src/lib/Target/PowerPC/PPCCodeEmitter.cpp:89:65: style: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPC.h:39:61: note: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'.
llvm-3.0.src/lib/Target/PowerPC/PPCCodeEmitter.cpp:89:65: note: Function 'createPPCJITCodeEmitterPass' argument 2 names different: declaration 'MCE' definition 'JCE'.
llvm-3.0.src/lib/Target/PowerPC/PPCCodeEmitter.cpp:47:5: warning: Member variable 'PPCCodeEmitter::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/PowerPC/PPCCodeEmitter.cpp:47:5: warning: Member variable 'PPCCodeEmitter::MovePCtoLROffset' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/PowerPC/PPCFrameLowering.cpp:924:7: style: Condition 'HasCRSaveArea' is always false [knownConditionTrueFalse]
llvm-3.0.src/lib/Target/PowerPC/PPCFrameLowering.cpp:806:24: note: Assignment 'HasCRSaveArea=false', assigned value is 0
llvm-3.0.src/lib/Target/PowerPC/PPCFrameLowering.cpp:924:7: note: Condition 'HasCRSaveArea' is always false
llvm-3.0.src/lib/Target/PowerPC/PPCMachineFunctionInfo.h:74:12: warning: Member variable 'PPCFunctionInfo::MustSaveLR' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/PowerPC/PPCHazardRecognizers.cpp:50:71: style: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCHazardRecognizers.h:50:49: note: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-3.0.src/lib/Target/PowerPC/PPCHazardRecognizers.cpp:50:71: note: Function 'PPCHazardRecognizer970' argument 1 names different: declaration 'TII' definition 'tii'.
llvm-3.0.src/lib/Target/PowerPC/PPCHazardRecognizers.h:50:3: style: Class 'PPCHazardRecognizer970' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:390:14: style: The scope of the variable 'Value' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:390:21: style: The scope of the variable 'SH' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:47:14: warning: Member variable 'PPCDAGToDAGISel::GlobalBaseReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:3996:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4652:74: style: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.h:306:60: note: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4652:74: note: Function 'EmitAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4653:42: style: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.h:306:70: note: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4653:42: note: Function 'EmitAtomicBinary' argument 3 names different: declaration 'is64Bit' definition 'is64bit'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4714:64: style: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.h:309:68: note: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4714:64: note: Function 'EmitPartwordAtomicBinary' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4716:54: style: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.h:310:67: note: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4716:54: note: Function 'EmitPartwordAtomicBinary' argument 4 names different: declaration 'Opcode' definition 'BinOpcode'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4845:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.h:304:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCISelLowering.cpp:4845:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:219:7: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:214:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:219:7: note: Null pointer dereference
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:99:20: style: The scope of the variable 'MF' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:43:46: style: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.h:80:43: note: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:43:46: note: Function 'PPCInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:472:63: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.h:121:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:472:63: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:473:69: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.h:122:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:473:69: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:597:64: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.h:127:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:597:64: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'MI'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:598:58: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.h:128:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PowerPC/PPCInstrInfo.cpp:598:58: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/PowerPC/PPCJITInfo.cpp:54:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Target/PowerPC/PPCJITInfo.cpp:59:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Target/PowerPC/PPCJITInfo.cpp:67:14: style: Boolean variable 'isCall' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Target/PowerPC/PPCRegisterInfo.cpp:70:54: style: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/PowerPC/PPCRegisterInfo.h:34:39: note: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'.
llvm-3.0.src/lib/Target/PowerPC/PPCRegisterInfo.cpp:70:54: note: Function 'PPCRegisterInfo' argument 1 names different: declaration 'SubTarget' definition 'ST'.
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:29:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:30:46: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:30:61: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:45:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:46:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:46:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:52:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:53:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/PowerPC/PPCTargetMachine.cpp:53:66: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/DelaySlotFiller.cpp:91:67: style: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/Sparc.h:29:63: note: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Sparc/DelaySlotFiller.cpp:91:67: note: Function 'createSparcDelaySlotFillerPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Sparc/DelaySlotFiller.cpp:45:5: style: Struct 'Filler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Sparc/FPMover.cpp:54:59: style: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/Sparc.h:30:55: note: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Sparc/FPMover.cpp:54:59: note: Function 'createSparcFPMoverPass' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp:39:60: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp:52:58: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcISelLowering.h:46:5: style: Class 'SparcTargetLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/Sparc/SparcISelDAGToDAG.cpp:179:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/Sparc/SparcISelLowering.cpp:1166:69: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcISelLowering.h:61:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/Sparc/SparcISelLowering.cpp:1166:69: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:287:73: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.h:84:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:287:73: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:288:55: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.h:85:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:288:55: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:309:74: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.h:90:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:309:74: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MBBI' definition 'I'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:310:44: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.h:91:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Sparc/SparcInstrInfo.cpp:310:44: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FI'.
llvm-3.0.src/lib/Target/Sparc/SparcSubtarget.cpp:25:61: style: Function 'SparcSubtarget' argument 4 names different: declaration 'is64bit' definition 'is64Bit'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/Sparc/SparcSubtarget.h:34:46: note: Function 'SparcSubtarget' argument 4 names different: declaration 'is64bit' definition 'is64Bit'.
llvm-3.0.src/lib/Target/Sparc/SparcSubtarget.cpp:25:61: note: Function 'SparcSubtarget' argument 4 names different: declaration 'is64bit' definition 'is64Bit'.
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:27:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:28:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:28:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:55:54: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:55:68: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:56:54: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:62:54: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:62:69: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/Sparc/SparcTargetMachine.cpp:63:54: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp:20:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp:39:62: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp:53:60: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:34:3: warning: Member variable 'SystemZMachineFunctionInfo::LowReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:34:3: warning: Member variable 'SystemZMachineFunctionInfo::HighReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:36:12: warning: Member variable 'SystemZMachineFunctionInfo::LowReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/SystemZ/SystemZMachineFunctionInfo.h:36:12: warning: Member variable 'SystemZMachineFunctionInfo::HighReg' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/SystemZ/SystemZFrameLowering.cpp:33:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp:51:5: warning: Member variable 'SystemZRRIAddressMode::Base' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp:51:5: style: Struct 'SystemZRRIAddressMode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/SystemZ/SystemZISelLowering.cpp:42:68: style: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/SystemZ/SystemZISelLowering.h:58:58: note: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/SystemZ/SystemZISelLowering.cpp:42:68: note: Function 'SystemZTargetLowering' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.cpp:32:58: style: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.h:57:51: note: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.cpp:32:58: note: Function 'SystemZInstrInfo' argument 1 names different: declaration 'TM' definition 'tm'.
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.cpp:45:71: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.h:76:40: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/SystemZ/SystemZInstrInfo.cpp:45:71: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/SystemZ/SystemZTargetMachine.cpp:24:54: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/SystemZTargetMachine.cpp:24:68: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/SystemZ/SystemZTargetMachine.cpp:25:54: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:789:23: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:802:23: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:815:23: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:816:24: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:828:23: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:829:24: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:842:23: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:843:24: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/AsmParser/X86AsmParser.cpp:1091:19: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:569:42: style: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:67:42: note: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:569:42: note: Function 'translateInstruction' argument 1 names different: declaration 'target' definition 'mcInst'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:570:54: style: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:68:54: note: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.cpp:570:54: note: Function 'translateInstruction' argument 2 names different: declaration 'source' definition 'insn'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.h:132:3: style: Class 'X86_16Disassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.h:140:3: style: Class 'X86_32Disassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/Disassembler/X86Disassembler.h:148:3: style: Class 'X86_64Disassembler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:506:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:511:7: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:506:12: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:89:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoder.c:304:12: style: The scope of the variable 'prefixLocation' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:60:49: style: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:42:63: note: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:60:49: note: Function 'printSSECC' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:79:54: style: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:43:70: note: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:79:54: note: Function 'print_pcrel_imm' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:91:51: style: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:40:67: note: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:91:51: note: Function 'printOperand' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:109:56: style: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:41:70: note: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp:109:56: note: Function 'printMemReference' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/InstPrinter/X86ATTInstPrinter.h:25:3: style: Class 'X86ATTInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/InstPrinter/X86IntelInstPrinter.h:26:3: style: Class 'X86IntelInstPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp:67:3: style: Class 'X86AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp:371:3: style: Class 'DarwinX86AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp:377:3: style: Class 'DarwinX86_32AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp:389:3: style: Class 'DarwinX86_64AsmBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp:51:54: style: Function 'X86MCAsmInfoDarwin' argument 1 names different: declaration 'Triple' definition 'T'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h:25:47: note: Function 'X86MCAsmInfoDarwin' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp:51:54: note: Function 'X86MCAsmInfoDarwin' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp:83:48: style: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.h:37:44: note: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp:83:48: note: Function 'X86ELFMCAsmInfo' argument 1 names different: declaration 'Triple' definition 'T'.
llvm-3.0.src/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp:252:75: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.cpp:193:35: style: Function 'DecodeVPERMILPSMask' argument 1 names different: declaration 'NElts' definition 'NumElts'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.h:90:35: note: Function 'DecodeVPERMILPSMask' argument 1 names different: declaration 'NElts' definition 'NumElts'.
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.cpp:193:35: note: Function 'DecodeVPERMILPSMask' argument 1 names different: declaration 'NElts' definition 'NumElts'.
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.cpp:210:35: style: Function 'DecodeVPERMILPDMask' argument 1 names different: declaration 'NElts' definition 'NumElts'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.h:97:35: note: Function 'DecodeVPERMILPDMask' argument 1 names different: declaration 'NElts' definition 'NumElts'.
llvm-3.0.src/lib/Target/X86/Utils/X86ShuffleDecode.cpp:210:35: note: Function 'DecodeVPERMILPDMask' argument 1 names different: declaration 'NElts' definition 'NumElts'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:53:59: style: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.h:78:46: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:53:59: note: Function 'runOnMachineFunction' argument 1 names different: declaration 'F' definition 'MF'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:374:73: style: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.h:64:37: note: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:374:73: note: Function 'PrintAsmOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:451:56: style: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.h:67:43: note: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:451:56: note: Function 'PrintAsmMemoryOperand' argument 5 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:680:57: style: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.h:80:68: note: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86AsmPrinter.cpp:680:57: note: Function 'PrintDebugValueComment' argument 2 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/lib/Target/X86/X86COFFMachineModuleInfo.h:30:3: style: Class 'X86COFFMachineModuleInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:90:36: style: The function 'getTargetLowering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:55:36: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:90:36: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:93:38: style: The function 'getSelectionDAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:58:38: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:93:38: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:96:35: style: The function 'getInstrInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:45:35: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:96:35: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:99:35: style: The function 'getJITInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:51:35: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:99:35: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:117:36: style: The function 'getTargetLowering' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:55:36: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:117:36: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:120:38: style: The function 'getSelectionDAGInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:58:38: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:120:38: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:123:35: style: The function 'getInstrInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:45:35: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:123:35: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:126:35: style: The function 'getJITInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:51:35: note: Virtual function in base class
llvm-3.0.src/lib/Target/X86/X86TargetMachine.h:126:35: note: Function in derived class
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:355:0: style: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:93:0: note: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:355:0: note: Function 'emitRegModRMByte' argument 2 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:360:0: style: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:94:0: note: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:360:0: note: Function 'emitRegModRMByte' argument 1 names different: declaration 'RegOpcodeField' definition 'RegOpcodeFld'.
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:55:0: warning: Member variable 'Emitter < CodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:59:0: warning: Member variable 'Emitter < CodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:55:0: warning: Member variable 'Emitter < JITCodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86CodeEmitter.cpp:59:0: warning: Member variable 'Emitter < JITCodeEmitter >::MMI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::Bundles' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::StackTop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::NumPendingSTs' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:55:5: warning: Member variable 'FPS::PendingST' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FloatingPoint.cpp:101:7: warning: Member variable 'LiveBundle::FixStack' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86FrameLowering.cpp:216:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/Target/X86/X86ISelDAGToDAG.cpp:183:25: style: Same expression on both sides of '==' because the value of '(int64_t)v' and '(int32_t)v' are the same. [duplicateExpression]
llvm-3.0.src/lib/Target/X86/X86ISelDAGToDAG.cpp:903:39: style: Opposite expression on both sides of '&&'. [oppositeExpression]
llvm-3.0.src/lib/Target/X86/X86ISelDAGToDAG.cpp:903:39: note: Opposite expression on both sides of '&&'.
llvm-3.0.src/lib/Target/X86/X86ISelDAGToDAG.cpp:903:39: note: Opposite expression on both sides of '&&'.
llvm-3.0.src/lib/Target/X86/X86ISelDAGToDAG.cpp:1832:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11104:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11103:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11104:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11937:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11930:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11937:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11947:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11940:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11947:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11957:5: style: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11950:0: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11957:5: note: Variable 'MIB' is reassigned a value before the old one has been used if variable is no semaphore variable.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:7014:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:7016:5: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:7014:10: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:2260:9: style: The scope of the variable 'FI' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:5115:18: style: The scope of the variable 'VecElts' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:5371:7: style: The scope of the variable 'Mask' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:12334:14: style: The scope of the variable 'NumLoBits' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:1674:75: style: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:750:68: note: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:1674:75: note: Function 'LowerMemArgument' argument 3 names different: declaration 'ArgInfo' definition 'Ins'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:7900:53: style: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:782:53: note: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:7900:53: note: Function 'FP_TO_INTHelper' argument 3 names different: declaration 'isSigned' definition 'IsSigned'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:8150:45: style: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:966:30: note: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:8150:45: note: Function 'EmitTest' argument 1 names different: declaration 'Op0' definition 'Op'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10294:49: style: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:804:34: note: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10294:49: note: Function 'LowerBITCAST' argument 1 names different: declaration 'op' definition 'Op'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10479:33: style: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:889:42: note: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10479:33: note: Function 'ReplaceATOMIC_BINARY_64' argument 1 names different: declaration 'N' definition 'Node'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10854:67: style: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:669:65: note: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10854:67: note: Function 'isShuffleMaskLegal' argument 1 names different: declaration 'Mask' definition 'M'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10897:70: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:911:67: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10897:70: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10898:75: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:912:72: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10898:75: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10901:65: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:915:62: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10901:65: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 5 names different: declaration 'loadOpc' definition 'LoadOpc'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10902:65: style: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:916:62: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:10902:65: note: Function 'EmitAtomicBitwiseWithCustomInserter' argument 6 names different: declaration 'cxchgOpc' definition 'CXchgOpc'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11002:70: style: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:923:67: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11002:70: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'bInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11003:75: style: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:924:72: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11003:75: note: Function 'EmitAtomicBit6432WithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11167:69: style: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:934:73: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11167:69: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'mInstr'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11168:74: style: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:935:78: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11168:74: note: Function 'EmitAtomicMinMaxWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11275:43: style: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:897:47: note: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11275:43: note: Function 'EmitPCMP' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11276:38: style: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:898:42: note: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11276:38: note: Function 'EmitPCMP' argument 3 names different: declaration 'argNum' definition 'numArgs'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11276:52: style: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:898:55: note: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11276:52: note: Function 'EmitPCMP' argument 4 names different: declaration 'inMem' definition 'memArg'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11610:64: style: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:945:66: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11610:64: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 1 names different: declaration 'BInstr' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11611:69: style: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:946:71: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11611:69: note: Function 'EmitVAStartSaveXMMRegsWithCustomInserter' argument 2 names different: declaration 'BB' definition 'MBB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11683:52: style: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:948:56: note: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11683:52: note: Function 'EmitLoweredSelect' argument 1 names different: declaration 'I' definition 'MI'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11967:67: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.h:576:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:11967:67: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:6101:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:6102:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:6105:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/Target/X86/X86ISelLowering.cpp:6106:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:1385:14: style: The scope of the variable 'leaInReg2' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2964:12: style: The scope of the variable 'NewOpc' can be reduced. [variableScope]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:1267:62: style: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.h:186:74: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:1267:62: note: Function 'reMaterialize' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2329:74: style: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.h:227:70: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2329:74: note: Function 'storeRegToStackSlot' argument 5 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2367:63: style: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.h:240:59: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2367:63: note: Function 'loadRegFromStackSlot' argument 4 names different: declaration 'FrameIndex' definition 'FrameIdx'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2511:64: style: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.h:350:48: note: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2511:64: note: Function 'foldMemoryOperandImpl' argument 3 names different: declaration 'OpNum' definition 'i'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2513:61: style: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.h:352:63: note: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:2513:61: note: Function 'foldMemoryOperandImpl' argument 6 names different: declaration 'Alignment' definition 'Align'.
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:95:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:272:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:380:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/X86/X86InstrInfo.cpp:542:25: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Target/X86/X86JITInfo.cpp:522:68: style: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86JITInfo.h:58:68: note: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'.
llvm-3.0.src/lib/Target/X86/X86JITInfo.cpp:522:68: note: Function 'getPICJumpTableEntry' argument 2 names different: declaration 'JTBase' definition 'Entry'.
llvm-3.0.src/lib/Target/X86/X86JITInfo.cpp:437:13: warning: Member variable 'X86JITInfo::PICBase' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86MCInstLower.cpp:32:70: style: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86MCInstLower.h:38:56: note: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/Target/X86/X86MCInstLower.cpp:32:70: note: Function 'X86MCInstLower' argument 2 names different: declaration 'MF' definition 'mf'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:129:52: style: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.h:75:67: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:129:52: note: Function 'getMatchingSuperRegClass' argument 3 names different: declaration 'Idx' definition 'SubIdx'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:517:59: style: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.h:115:66: note: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:517:59: note: Function 'eliminateCallFramePseudoInstr' argument 3 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:593:66: style: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.h:117:56: note: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'.
llvm-3.0.src/lib/Target/X86/X86RegisterInfo.cpp:593:66: note: Function 'eliminateFrameIndex' argument 1 names different: declaration 'MI' definition 'II'.
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:32:69: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:33:52: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:33:67: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:52:69: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:53:52: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:53:67: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:66:63: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:67:46: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86TargetMachine.cpp:67:61: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/X86/X86VZeroUpper.cpp:33:5: warning: Member variable 'VZeroUpperInserter::TII' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/X86/X86VZeroUpper.cpp:33:5: warning: Member variable 'VZeroUpperInserter::MBB' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp:39:60: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp:63:58: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/XCore/XCoreRegisterInfo.h:43:3: style: Struct 'XCoreRegisterInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/XCore/XCoreFrameLowering.h:27:5: style: Class 'XCoreFrameLowering' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/XCore/XCoreFrameLowering.cpp:80:62: style: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreFrameLowering.h:27:46: note: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/XCore/XCoreFrameLowering.cpp:80:62: note: Function 'XCoreFrameLowering' argument 1 names different: declaration 'STI' definition 'sti'.
llvm-3.0.src/lib/Target/XCore/XCoreISelDAGToDAG.cpp:44:5: style: Class 'XCoreDAGToDAGISel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:64:62: style: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.h:81:54: note: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:64:62: note: Function 'XCoreTargetLowering' argument 1 names different: declaration 'TM' definition 'XTM'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:645:29: style: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.h:157:41: note: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:645:29: note: Function 'TryExpandADDWithMul' argument 1 names different: declaration 'Op' definition 'N'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:705:22: style: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.h:158:34: note: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:705:22: note: Function 'ExpandADDSUB' argument 1 names different: declaration 'Op' definition 'N'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:1196:55: style: Function 'CanLowerReturn' argument 4 names different: declaration 'ArgsFlags' definition 'Outs'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.h:197:61: note: Function 'CanLowerReturn' argument 4 names different: declaration 'ArgsFlags' definition 'Outs'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:1196:55: note: Function 'CanLowerReturn' argument 4 names different: declaration 'ArgsFlags' definition 'Outs'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:1259:69: style: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.h:101:54: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/XCore/XCoreISelLowering.cpp:1259:69: note: Function 'EmitInstrWithCustomInserter' argument 2 names different: declaration 'MBB' definition 'BB'.
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:235:31: warning: Either the condition 'SecondLastInst' is redundant or there is possible null pointer dereference: SecondLastInst. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:231:7: note: Assuming that condition 'SecondLastInst' is not redundant
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:235:31: note: Null pointer dereference
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:362:70: style: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.h:70:64: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:362:70: note: Function 'storeRegToStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:377:71: style: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.h:76:65: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/XCore/XCoreInstrInfo.cpp:377:71: note: Function 'loadRegFromStackSlot' argument 2 names different: declaration 'MI' definition 'I'.
llvm-3.0.src/lib/Target/XCore/XCoreTargetMachine.cpp:22:67: performance: Function parameter 'TT' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/XCore/XCoreTargetMachine.cpp:23:50: performance: Function parameter 'CPU' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Target/XCore/XCoreTargetMachine.cpp:23:65: performance: Function parameter 'FS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Transforms/IPO/ArgumentPromotion.cpp:261:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/IPO/ArgumentPromotion.cpp:281:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/IPO/ConstantMerge.cpp:38:5: warning: Member variable 'ConstantMerge::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/IPO/GlobalOpt.cpp:2809:0: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-3.0.src/lib/Transforms/IPO/InlineSimple.cpp:40:5: style: Class 'SimpleInliner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/IPO/Internalize.cpp:82:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/IPO/MergeFunctions.cpp:545:3: warning: Member variable 'MergeFunctions::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: style: Opposite expression on both sides of '&'. [oppositeExpression]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAddSub.cpp:244:39: note: Opposite expression on both sides of '&'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:85:3: warning: Member variable 'InstCombiner::MadeIRChange' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:60:3: style: Class 'InstCombineIRInserter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1385:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1388:5: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1385:3: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:505:54: style: Same expression on both sides of '|'. [duplicateExpression]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:509:57: style: Same expression on both sides of '|'. [duplicateExpression]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp:1838:21: style: The scope of the variable 'V2' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCalls.cpp:804:3: style: Class 'InstCombineFortifiedLibCalls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCalls.cpp:753:57: performance: Function parameter 'CS' should be passed by const reference. [passedByValue]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCasts.cpp:263:60: style: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:213:48: note: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCasts.cpp:263:60: note: Function 'ShouldOptimizeCast' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:1523:10: style: The scope of the variable 'RHSCIOp' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:902:74: style: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:149:62: note: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:902:74: note: Function 'FoldICmpShrCst' argument 2 names different: declaration 'DivI' definition 'Shr'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:903:56: style: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:150:44: note: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:903:56: note: Function 'FoldICmpShrCst' argument 3 names different: declaration 'DivRHS' definition 'ShAmt'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:993:72: style: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:145:60: note: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineCompares.cpp:993:72: note: Function 'visitICmpInstWithInstAndIntCst' argument 2 names different: declaration 'LHS' definition 'LHSI'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp:146:16: style: The scope of the variable 'X' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp:146:24: style: The scope of the variable 'Y' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombinePHI.cpp:620:62: style: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:182:50: note: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombinePHI.cpp:620:62: note: Function 'SliceUpIllegalIntegerPHI' argument 1 names different: declaration 'PN' definition 'FirstPhi'.
llvm-3.0.src/lib/Transforms/InstCombine/InstCombinePHI.cpp:608:58: style: struct member 'isPodLike < LoweredPHIRecord >::value' is never used. [unusedStructMember]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombinePHI.cpp:693:59: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineSelect.cpp:842:24: style: The scope of the variable 'LHS2' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineSelect.cpp:842:31: style: The scope of the variable 'RHS2' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineShifts.cpp:405:19: style: The scope of the variable 'V2' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp:1013:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp:1025:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:189:20: warning: Either the condition '!Op0' is redundant or there is possible null pointer dereference: Op0. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:201:9: note: Assuming that condition '!Op0' is not redundant
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:189:20: note: Null pointer dereference
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:190:20: warning: Either the condition '!Op0' is redundant or there is possible null pointer dereference: Op0. [nullPointerRedundantCheck]
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:201:9: note: Assuming that condition '!Op0' is not redundant
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:190:20: note: Null pointer dereference
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:2075:3: style: Variable 'EverMadeChange' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:2071:0: note: Variable 'EverMadeChange' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:2075:3: note: Variable 'EverMadeChange' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:1137:53: style: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:186:41: note: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'.
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:1137:53: note: Function 'visitMalloc' argument 1 names different: declaration 'FI' definition 'MI'.
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:1898:57: style: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/InstCombine/InstCombine.h:92:45: note: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'.
llvm-3.0.src/lib/Transforms/InstCombine/InstructionCombining.cpp:1898:57: note: Function 'DoOneIteration' argument 2 names different: declaration 'ItNum' definition 'Iteration'.
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:45:5: warning: Member variable 'GCOVProfiler::M' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:45:5: warning: Member variable 'GCOVProfiler::Ctx' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:49:5: warning: Member variable 'GCOVProfiler::M' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:49:5: warning: Member variable 'GCOVProfiler::Ctx' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:120:5: warning: Member variable 'GCOVRecord::os' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:132:14: performance: Technically the member function '::GCOVRecord::lengthOfGCOVString' can be static. [functionStatic]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:255:7: style: Class 'GCOVFunction' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
llvm-3.0.src/lib/Transforms/Instrumentation/GCOVProfiling.cpp:255:7: style: Class 'GCOVFunction' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
llvm-3.0.src/lib/Transforms/Instrumentation/MaximumSpanningTree.h:67:5: style: Class 'MaximumSpanningTree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:634:17: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:643:5: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:739:37: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:740:37: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1087:39: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1088:39: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1126:7: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1128:7: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1225:5: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:543:26: style: The scope of the variable 'chord' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:651:18: style: The scope of the variable 'edge' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:919:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1239:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:1369:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:348:3: warning: Member variable 'PathProfiler::Context' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:348:3: warning: Member variable 'PathProfiler::currentFunctionNumber' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:348:3: warning: Member variable 'PathProfiler::llvmIncrementHashFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:348:3: warning: Member variable 'PathProfiler::llvmDecrementHashFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:84:3: style: Class 'BLInstrumentationNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Instrumentation/PathProfiling.cpp:172:3: style: Class 'BLInstrumentationDag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Instrumentation/ProfilingUtils.cpp:25:49: style: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'. [funcArgNamesDifferent]
llvm-3.0.src/lib/Transforms/Instrumentation/ProfilingUtils.h:28:45: note: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'.
llvm-3.0.src/lib/Transforms/Instrumentation/ProfilingUtils.cpp:25:49: note: Function 'InsertProfilingInitCall' argument 3 names different: declaration 'Arr' definition 'Array'.
llvm-3.0.src/lib/Transforms/Scalar/BasicBlockPlacement.cpp:44:5: warning: Member variable 'BlockPlacement::PI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/BasicBlockPlacement.cpp:44:5: warning: Member variable 'BlockPlacement::NumMovedBlocks' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/CodeGenPrepare.cpp:1088:14: style: Boolean variable 'MadeChange' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Transforms/Scalar/CodeGenPrepare.cpp:91:14: warning: Member variable 'CodeGenPrepare::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/CodeGenPrepare.cpp:91:14: warning: Member variable 'CodeGenPrepare::PFI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/CodeGenPrepare.cpp:91:14: warning: Member variable 'CodeGenPrepare::ModifiedDT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:43:5: warning: Member variable 'CorrelatedValuePropagation::LVI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:74:21: style: struct member 'isPodLike < SimpleValue >::value' is never used. [unusedStructMember]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:167:23: style: struct member 'isPodLike < CallValue >::value' is never used. [unusedStructMember]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableValues' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableLoads' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::AvailableCalls' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:253:12: warning: Member variable 'EarlyCSE::CurrentGeneration' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:49:5: style: Struct 'SimpleValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/EarlyCSE.cpp:142:5: style: Struct 'CallValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:129:5: style: Variable 'hash' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:127:0: note: Variable 'hash' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:129:5: note: Variable 'hash' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:73:5: warning: Member variable 'Expression::type' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:101:5: warning: Member variable 'ValueTable::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:101:5: warning: Member variable 'ValueTable::MD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:101:5: warning: Member variable 'ValueTable::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:465:14: warning: Member variable 'GVN::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:465:14: warning: Member variable 'GVN::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:111:14: style: Technically the member function '::ValueTable::getNextUnusedValueNumber' can be const. [functionConst]
llvm-3.0.src/lib/Transforms/Scalar/GVN.cpp:73:5: style: Struct 'Expression' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/JumpThreading.cpp:101:5: warning: Member variable 'JumpThreading::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/JumpThreading.cpp:101:5: warning: Member variable 'JumpThreading::LVI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/JumpThreading.cpp:1054:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Transforms/Scalar/JumpThreading.cpp:1055:33: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::Preheader' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LICM.cpp:69:5: warning: Member variable 'LICM::CurAST' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::CurLoop' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::SE' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:74:14: warning: Member variable 'LoopIdiomRecognize::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopRotation.cpp:38:5: warning: Member variable 'LoopRotate::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2540:56: warning: Suspicious code: sign conversion of Factor in calculation, even though Factor can have a negative value [signConversion]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2548:33: warning: Suspicious code: sign conversion of Factor in calculation, even though Factor can have a negative value [signConversion]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:403:43: style: Variable 'First' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:699:12: warning: Assert statement calls a function which may have desired side effects: 'isValid'. [assertWithSideEffect]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2153:0: style: Boolean variable 'AllFixupsOutsideLoop' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:2286:0: style: Boolean variable 'AllFixupsOutsideLoop' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:690:8: style: Technically the member function '::Cost::isValid' can be const. [functionConst]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3371:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Transforms/Scalar/LoopStrengthReduce.cpp:3374:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/lib/Transforms/Scalar/LoopUnswitch.cpp:1068:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/Transforms/Scalar/LoopUnswitch.cpp:93:14: warning: Member variable 'LoopUnswitch::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/LoopUnswitch.cpp:93:14: warning: Member variable 'LoopUnswitch::LPM' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/MemCpyOptimizer.cpp:197:3: style: Class 'MemsetRanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:794:5: warning: Member variable 'ObjCARCExpand::Run' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:930:5: warning: Member variable 'ProvenanceAnalysis::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::Run' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::RetainRVCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::AutoreleaseRVCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::ReleaseCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::RetainCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::RetainBlockCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::AutoreleaseCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::UsedInThisFunction' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:1513:5: warning: Member variable 'ObjCARCOpt::ImpreciseReleaseMDKind' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::Changed' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::Run' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::StoreStrongCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::RetainAutoreleaseCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::RetainAutoreleaseRVCallee' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ObjCARC.cpp:3367:5: warning: Member variable 'ObjCARCContract::RetainRVMarker' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/Reassociate.cpp:83:5: warning: Member variable 'Reassociate::MadeChange' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SCCP.cpp:233:19: style: The scope of the variable 'IV' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Scalar/SCCP.cpp:213:3: style: Class 'SCCPSolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1312:33: warning: Possible null pointer dereference: DT [nullPointer]
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1291:23: note: Assignment 'DT=0', assigned value is 0
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:1312:33: note: Null pointer dereference
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:2120:17: style: The scope of the variable 'StoreVal' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:62:5: warning: Member variable 'SROA::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:167:5: style: Struct 'SROA_DT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/ScalarReplAggregates.cpp:183:5: style: Struct 'SROA_SSAUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::Caller' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::TD' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:55:3: warning: Member variable 'LibCallOptimization::Context' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:1472:5: warning: Member variable 'SimplifyLibCalls::TLI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:1472:5: warning: Member variable 'SimplifyLibCalls::Modified' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:429:3: style: Struct 'StrCpyOpt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:185:18: style: The function 'CallOptimizer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:135:18: note: Virtual function in base class
llvm-3.0.src/lib/Transforms/Scalar/SimplifyLibCalls.cpp:185:18: note: Function in derived class
llvm-3.0.src/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Scalar/Sink.cpp:38:5: warning: Member variable 'Sinking::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/AddrModeMatcher.cpp:52:16: style: Variable 'NeedPlus' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/Transforms/Utils/BasicInliner.cpp:40:5: style: 'BasicInlinerImpl::operator=' should return 'BasicInlinerImpl &'. [operatorEq]
llvm-3.0.src/lib/Transforms/Utils/BasicInliner.cpp:42:5: style: Struct 'BasicInlinerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Utils/BreakCriticalEdges.cpp:270:8: style: The scope of the variable 'NewBBDominatesDestBB' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Utils/CodeExtractor.cpp:108:12: style: The scope of the variable 'NumPredsOutsideRegion' can be reduced. [variableScope]
llvm-3.0.src/lib/Transforms/Utils/CodeExtractor.cpp:55:5: warning: Member variable 'CodeExtractor::RetTy' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/InlineFunction.cpp:1111:61: style: Variable 'NumStackRestores' is modified but its new value is never used. [unreadVariable]
llvm-3.0.src/lib/Transforms/Utils/InlineFunction.cpp:53:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Utils/InlineFunction.cpp:263:5: style: Class 'InvokeInliningInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/Transforms/Utils/LCSSA.cpp:50:5: warning: Member variable 'LCSSA::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LCSSA.cpp:50:5: warning: Member variable 'LCSSA::L' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/Local.cpp:516:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Utils/Local.cpp:529:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::AA' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::LI' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::SE' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LoopSimplify.cpp:69:5: warning: Member variable 'LoopSimplify::L' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LoopUnroll.cpp:216:41: style: Variable 'LoopBlocks' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:367:29: style: Unused variable: InvokesWithStoreInserted [unusedVariable]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::AbortFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::JBLinkTy' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::JBListHead' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::SetJmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::LongJmpFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::StackSaveFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/LowerInvoke.cpp:79:14: warning: Member variable 'LowerInvoke::StackRestoreFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/Transforms/Utils/PromoteMemoryToRegister.cpp:353:10: style: Technically the member function '::DomTreeNodeCompare::operator()' can be const. [functionConst]
llvm-3.0.src/lib/Transforms/Utils/PromoteMemoryToRegister.cpp:897:8: style: Technically the member function '::StoreIndexSearchPredicate::operator()' can be const. [functionConst]
llvm-3.0.src/lib/Transforms/Utils/SimplifyCFG.cpp:1234:40: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-3.0.src/lib/Transforms/Utils/SimplifyCFG.cpp:1976:28: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-3.0.src/lib/Transforms/Utils/SimplifyCFG.cpp:1992:28: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
llvm-3.0.src/lib/Transforms/Utils/SimplifyIndVar.cpp:57:5: warning: Member variable 'SimplifyIndvar::DT' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/VMCore/AsmWriter.cpp:1067:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
llvm-3.0.src/lib/VMCore/AsmWriter.cpp:1505:12: style: The scope of the variable 'Idx' can be reduced. [variableScope]
llvm-3.0.src/lib/VMCore/Attributes.cpp:134:5: performance: Variable 'RefCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1059:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1061:7: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1059:12: note: Found duplicate branches for 'if' and 'else'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:507:54: style: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/ConstantFold.h:31:14: note: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:507:54: note: Function 'ConstantFoldCastInstruction' argument 1 names different: declaration 'opcode' definition 'opc'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1002:57: style: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/ConstantFold.h:46:70: note: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1002:57: note: Function 'ConstantFoldBinaryInstruction' argument 2 names different: declaration 'V1' definition 'C1'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1002:71: style: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/ConstantFold.h:47:53: note: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1002:71: note: Function 'ConstantFoldBinaryInstruction' argument 3 names different: declaration 'V2' definition 'C2'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1836:63: style: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/ConstantFold.h:48:59: note: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'.
llvm-3.0.src/lib/VMCore/ConstantFold.cpp:1836:63: note: Function 'ConstantFoldCompareInstruction' argument 1 names different: declaration 'predicate' definition 'pred'.
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < char , char , Type , ConstantAggregateZero , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < std :: vector < Constant * > , ArrayRef < Constant * > , ArrayType , ConstantArray , true >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < std :: vector < Constant * > , ArrayRef < Constant * > , StructType , ConstantStruct , true >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < std :: vector < Constant * > , ArrayRef < Constant * > , VectorType , ConstantVector , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < char , char , PointerType , ConstantPointerNull , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < char , char , Type , UndefValue , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < ExprMapKeyType , const ExprMapKeyType & , Type , ConstantExpr , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/ConstantsContext.h:702:0: performance: Technically the member function 'llvm :: ConstantUniqueMap < InlineAsmKeyType , const InlineAsmKeyType & , PointerType , InlineAsm , false >::dump' can be static. [functionStatic]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:69:5: style: Struct 'KeyTy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:232:3: style: Class 'LLVMContextImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:43:3: warning: The struct 'KeyTy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:67:3: warning: The struct 'KeyTy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/lib/VMCore/Core.cpp:1465:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/lib/VMCore/DebugInfoProbe.cpp:46:5: warning: Member variable 'DebugInfoProbeImpl::TheFn' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/lib/VMCore/DebugLoc.cpp:190:58: style: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:229:43: note: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'.
llvm-3.0.src/lib/VMCore/DebugLoc.cpp:190:58: note: Function 'getOrAddScopeRecordIdxEntry' argument 1 names different: declaration 'N' definition 'Scope'.
llvm-3.0.src/lib/VMCore/DebugLoc.cpp:285:45: style: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'. [funcArgNamesDifferent]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.h:112:43: note: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'.
llvm-3.0.src/lib/VMCore/DebugLoc.cpp:285:45: note: Function 'allUsesReplacedWith' argument 1 names different: declaration 'VNew' definition 'NewVa'.
llvm-3.0.src/lib/VMCore/Function.cpp:208:57: style: Variable 'SDC' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.cpp:36:3: performance: Variable 'InlineAsmDiagHandler' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/lib/VMCore/LLVMContextImpl.cpp:46:8: style: Technically the member function '::DropReferences::operator()' can be const. [functionConst]
llvm-3.0.src/lib/VMCore/Metadata.cpp:252:3: style: Variable 'N' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/lib/VMCore/Metadata.cpp:250:0: note: Variable 'N' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/VMCore/Metadata.cpp:252:3: note: Variable 'N' is reassigned a value before the old one has been used.
llvm-3.0.src/lib/VMCore/Metadata.cpp:165:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
llvm-3.0.src/lib/VMCore/Metadata.cpp:252:3: error: Memory leak: N [memleak]
llvm-3.0.src/lib/VMCore/Module.cpp:431:5: style: Class 'TypeFinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/VMCore/Pass.cpp:248:5: style: Struct 'GetCFGOnlyPasses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/lib/VMCore/PassManager.cpp:1866:11: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/lib/VMCore/Type.cpp:478:50: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
llvm-3.0.src/lib/VMCore/Type.cpp:520:59: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
llvm-3.0.src/lib/VMCore/Type.cpp:541:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
llvm-3.0.src/lib/VMCore/Verifier.cpp:1903:11: error: va_list 'VA' was opened but not closed by va_end(). [va_end_missing]
llvm-3.0.src/runtime/libprofile/PathProfiling.c:63:12: style: The scope of the variable 'arrayCurrentLocation' can be reduced. [variableScope]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:529:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:541:5: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:569:3: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/i64operations.c:559:22: style: Unused variable: j [unusedVariable]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 2) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 5) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 6) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 7) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 8) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/test/CodeGen/CellSPU/useful-harnesses/vecoperations.c:44:3: warning: %hx in format string (no. 9) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
llvm-3.0.src/tools/bugpoint/BugDriver.h:150:19: style: C-style pointer casting [cstyleCast]
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:85:49: style: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:300:43: note: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'.
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:85:49: note: Function 'ParseInputFile' argument 1 names different: declaration 'InputFilename' definition 'Filename'.
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:86:43: style: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:301:37: note: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'.
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:86:43: note: Function 'ParseInputFile' argument 2 names different: declaration 'ctxt' definition 'Ctxt'.
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:114:60: style: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:77:51: note: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'.
llvm-3.0.src/tools/bugpoint/BugDriver.cpp:114:60: note: Function 'addSources' argument 1 names different: declaration 'FileNames' definition 'Filenames'.
llvm-3.0.src/tools/bugpoint/ToolRunner.h:172:16: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:172:16: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:175:15: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:175:15: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:191:25: style: The function 'OutputCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:127:25: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:191:25: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:220:16: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:220:16: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:223:15: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:223:15: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:239:25: style: The function 'OutputCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:127:25: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.h:239:25: note: Function in derived class
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:62:50: style: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:55:57: note: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:62:50: note: Function 'doTest' argument 1 names different: declaration 'Removed' definition 'Prefix'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:63:50: style: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:56:57: note: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:63:50: note: Function 'doTest' argument 2 names different: declaration 'Kept' definition 'Suffix'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:199:65: style: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:195:44: note: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:199:65: note: Function 'TestFuncs' argument 1 names different: declaration 'Prefix' definition 'Funcs'.
llvm-3.0.src/tools/bugpoint/CrashDebugger.cpp:49:5: style: Class 'ReducePassList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:338:51: style: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:173:42: note: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:338:51: note: Function 'executeProgram' argument 2 names different: declaration 'OutputFilename' definition 'OutputFile'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:339:51: style: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:174:42: note: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:339:51: note: Function 'executeProgram' argument 3 names different: declaration 'Bitcode' definition 'BitcodeFile'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:340:58: style: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:175:49: note: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:340:58: note: Function 'executeProgram' argument 4 names different: declaration 'SharedObjects' definition 'SharedObj'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:482:48: style: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:203:39: note: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:482:48: note: Function 'diffProgram' argument 3 names different: declaration 'SharedObj' definition 'SharedObject'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:484:42: style: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:205:33: note: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:484:42: note: Function 'diffProgram' argument 5 names different: declaration 'Error' definition 'ErrMsg'.
llvm-3.0.src/tools/bugpoint/BugDriver.h:130:8: performance: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static. [functionStatic]
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:513:17: note: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static.
llvm-3.0.src/tools/bugpoint/BugDriver.h:130:8: note: Technically the member function 'llvm::BugDriver::isExecutingJIT' can be static.
llvm-3.0.src/tools/bugpoint/ExecutionDriver.cpp:419:57: performance: Function parameter 'OutputFile' should be passed by const reference. [passedByValue]
llvm-3.0.src/tools/bugpoint/ExtractFunction.cpp:58:58: style: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:218:71: note: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'.
llvm-3.0.src/tools/bugpoint/ExtractFunction.cpp:58:58: note: Function 'deleteInstructionFromProgram' argument 2 names different: declaration 'Simp' definition 'Simplification'.
llvm-3.0.src/tools/bugpoint/Miscompilation.cpp:49:5: style: Class 'ReduceMiscompilingPasses' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/bugpoint/OptimizerDriver.cpp:108:59: style: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/BugDriver.h:259:50: note: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'.
llvm-3.0.src/tools/bugpoint/OptimizerDriver.cpp:108:59: note: Function 'runPasses' argument 2 names different: declaration 'PassesToRun' definition 'Passes'.
llvm-3.0.src/tools/bugpoint/BugDriver.h:277:8: performance: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static. [functionStatic]
llvm-3.0.src/tools/bugpoint/OptimizerDriver.cpp:51:17: note: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static.
llvm-3.0.src/tools/bugpoint/BugDriver.h:277:8: note: Technically the member function 'llvm::BugDriver::writeProgramToFile' can be static.
llvm-3.0.src/tools/bugpoint/OptimizerDriver.cpp:191:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:240:70: style: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:101:73: note: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:240:70: note: Function 'createLLI' argument 3 names different: declaration 'Args' definition 'ToolArgs'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:445:42: style: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:240:47: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:445:42: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputAsmFile'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:625:42: style: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'. [funcArgNamesDifferent]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:192:47: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:625:42: note: Function 'OutputCode' argument 2 names different: declaration 'OutFile' definition 'OutputCFile'.
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:184:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:184:17: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:267:18: style: The function 'compileProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:120:16: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:267:18: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:272:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:272:17: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:328:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:328:17: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:555:17: style: The function 'ExecuteProgram' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/bugpoint/ToolRunner.h:140:15: note: Virtual function in base class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:555:17: note: Function in derived class
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:264:64: performance: Function parameter 'CompArgs' should be passed by const reference. [passedByValue]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:325:65: performance: Function parameter 'ExecArgs' should be passed by const reference. [passedByValue]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:229:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:475:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:600:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:650:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:798:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:849:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/ToolRunner.cpp:949:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/tools/bugpoint/bugpoint.cpp:102:5: style: Class 'AddToDriver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-ar/llvm-ar.cpp:535:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/tools/llvm-ar/llvm-ar.cpp:669:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp:598:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-3.0.src/tools/llvm-diff/DiffLog.h:64:5: style: Class 'DiffLogBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:84:10: style: The function 'enterContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:37:18: note: Virtual function in base class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:84:10: note: Function in derived class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:85:10: style: The function 'exitContext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:40:18: note: Virtual function in base class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:85:10: note: Function in derived class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:86:10: style: The function 'log' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:43:18: note: Virtual function in base class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:86:10: note: Function in derived class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:87:10: style: The function 'logf' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:46:18: note: Virtual function in base class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:87:10: note: Function in derived class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:88:10: style: The function 'logd' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:49:18: note: Virtual function in base class
llvm-3.0.src/tools/llvm-diff/DiffConsumer.h:88:10: note: Function in derived class
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:487:66: style: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:228:42: note: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'.
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:487:66: note: Function 'runBlockDiff' argument 1 names different: declaration 'LI' definition 'LStart'.
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:488:66: style: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:228:67: note: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'.
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:488:66: note: Function 'runBlockDiff' argument 2 names different: declaration 'RI' definition 'RStart'.
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:145:10: style: Technically the member function '::FunctionDifferenceEngine::QueueSorter::operator()' can be const. [functionConst]
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:456:3: style: Class 'FunctionDifferenceEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-diff/DifferenceEngine.cpp:45:0: style: Class 'PriorityQueue < std :: pair < BasicBlock * , BasicBlock * > , QueueSorter , 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-dis/llvm-dis.cpp:104:20: style: Variable 'Padded' is assigned a value that is never used. [unreadVariable]
llvm-3.0.src/tools/llvm-extract/llvm-extract.cpp:155:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:142:45: style: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-mc/Disassembler.h:28:40: note: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:142:45: note: Function 'disassemble' argument 1 names different: declaration 'target' definition 'T'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:143:50: style: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-mc/Disassembler.h:29:45: note: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:143:50: note: Function 'disassemble' argument 2 names different: declaration 'tripleString' definition 'Triple'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:146:45: style: Function 'disassemble' argument 5 names different: declaration 'buffer' definition 'Buffer'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-mc/Disassembler.h:32:40: note: Function 'disassemble' argument 5 names different: declaration 'buffer' definition 'Buffer'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:146:45: note: Function 'disassemble' argument 5 names different: declaration 'buffer' definition 'Buffer'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:220:58: style: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-mc/Disassembler.h:35:53: note: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:220:58: note: Function 'disassembleEnhanced' argument 1 names different: declaration 'tripleString' definition 'TS'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:221:53: style: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'. [funcArgNamesDifferent]
llvm-3.0.src/tools/llvm-mc/Disassembler.h:36:48: note: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:221:53: note: Function 'disassembleEnhanced' argument 2 names different: declaration 'buffer' definition 'Buffer'.
llvm-3.0.src/tools/llvm-mc/Disassembler.cpp:42:3: style: Class 'VectorMemoryObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-objdump/MCFunction.cpp:38:12: style: The scope of the variable 'Size' can be reduced. [variableScope]
llvm-3.0.src/tools/llvm-objdump/MCFunction.h:37:3: warning: Member variable 'MCDecodedInst::Address' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/tools/llvm-objdump/MCFunction.h:37:3: warning: Member variable 'MCDecodedInst::Size' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/tools/llvm-objdump/MCFunction.h:77:3: style: Class 'MCFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-objdump/MachODump.cpp:322:36: warning: Possible null pointer dereference: SymtabLCI [nullPointer]
llvm-3.0.src/tools/llvm-objdump/MachODump.cpp:310:51: note: Assignment 'SymtabLCI=0', assigned value is 0
llvm-3.0.src/tools/llvm-objdump/MachODump.cpp:322:36: note: Null pointer dereference
llvm-3.0.src/tools/llvm-objdump/MachODump.cpp:440:16: style: The scope of the variable 'Size' can be reduced. [variableScope]
llvm-3.0.src/tools/llvm-objdump/llvm-objdump.h:31:3: style: Class 'StringRefMemoryObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-prof/llvm-prof.cpp:80:5: style: Class 'ProfileAnnotator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/llvm-prof/llvm-prof.cpp:198:19: style: Clarify calculation precedence for '-' and '?'. [clarifyCalculation]
llvm-3.0.src/tools/llvm-stub/llvm-stub.c:61:26: error: Allocation with malloc, strcpy doesn't release it. [leakNoVarFunctionCall]
llvm-3.0.src/tools/lto/LTOCodeGenerator.cpp:137:43: style: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'. [funcArgNamesDifferent]
llvm-3.0.src/tools/lto/LTOCodeGenerator.h:40:44: note: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'.
llvm-3.0.src/tools/lto/LTOCodeGenerator.cpp:137:43: note: Function 'setCpu' argument 1 names different: declaration 'cpu' definition 'mCpu'.
llvm-3.0.src/tools/lto/LTOCodeGenerator.cpp:425:59: style: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'. [funcArgNamesDifferent]
llvm-3.0.src/tools/lto/LTOCodeGenerator.h:46:60: note: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'.
llvm-3.0.src/tools/lto/LTOCodeGenerator.cpp:425:59: note: Function 'setCodeGenDebugOptions' argument 1 names different: declaration 'opts' definition 'options'.
llvm-3.0.src/tools/lto/LTOModule.h:72:37: style: Technically the member function 'LTOModule::getAsmUndefinedRefs' can be const. [functionConst]
llvm-3.0.src/tools/lto/LTOCodeGenerator.cpp:360:0: error: Memory leak: LLVMCompilerUsed [memleak]
llvm-3.0.src/tools/lto/LTOModule.h:67:30: style: Technically the member function 'LTOModule::getSymbolCount' can be const. [functionConst]
llvm-3.0.src/tools/lto/LTOModule.cpp:721:21: note: Technically the member function 'LTOModule::getSymbolCount' can be const.
llvm-3.0.src/tools/lto/LTOModule.h:67:30: note: Technically the member function 'LTOModule::getSymbolCount' can be const.
llvm-3.0.src/tools/lto/LTOModule.h:68:30: style: Technically the member function 'LTOModule::getSymbolAttributes' can be const. [functionConst]
llvm-3.0.src/tools/lto/LTOModule.cpp:726:34: note: Technically the member function 'LTOModule::getSymbolAttributes' can be const.
llvm-3.0.src/tools/lto/LTOModule.h:68:30: note: Technically the member function 'LTOModule::getSymbolAttributes' can be const.
llvm-3.0.src/tools/lto/LTOModule.h:69:30: style: Technically the member function 'LTOModule::getSymbolName' can be const. [functionConst]
llvm-3.0.src/tools/lto/LTOModule.cpp:733:24: note: Technically the member function 'LTOModule::getSymbolName' can be const.
llvm-3.0.src/tools/lto/LTOModule.h:69:30: note: Technically the member function 'LTOModule::getSymbolName' can be const.
llvm-3.0.src/tools/lto/LTOModule.cpp:551:5: style: Class 'RecordStreamer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/tools/macho-dump/macho-dump.cpp:176:7: style: The scope of the variable 'Res' can be reduced. [variableScope]
llvm-3.0.src/tools/opt/opt.cpp:350:3: style: Struct 'BreakpointPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/unittests/ADT/APFloatTest.cpp:46:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/APIntTest.cpp:27:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/BitVectorTest.cpp:151:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/DAGDeltaAlgorithmTest.cpp:60:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/DeltaAlgorithmTest.cpp:75:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/DenseMapTest.cpp:26:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/DenseSetTest.cpp:22:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/ImmutableSetTest.cpp:37:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/IntervalMapTest.cpp:54:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/SCCIteratorTest.cpp:246:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/SmallBitVectorTest.cpp:148:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/SmallStringTest.cpp:41:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/SmallVectorTest.cpp:134:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/StringMapTest.cpp:77:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/StringRefTest.cpp:39:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/TripleTest.cpp:75:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/TwineTest.cpp:25:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ADT/ilistTest.cpp:26:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Analysis/ScalarEvolutionTest.cpp:39:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ExecutionEngine/ExecutionEngineTest.cpp:42:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp:89:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ExecutionEngine/JIT/JITMemoryManagerTest.cpp:33:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ExecutionEngine/JIT/JITTest.cpp:220:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/ExecutionEngine/JIT/MultiJITTest.cpp:71:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/AllocatorTest.cpp:36:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/BlockFrequencyTest.cpp:19:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/Casting.cpp:78:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/ConstantRangeTest.cpp:34:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/DataExtractorTest.cpp:20:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/EndianTest.cpp:35:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/MathExtrasTest.cpp:24:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/Path.cpp:45:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/RegexTest.cpp:21:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/SwapByteOrderTest.cpp:48:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/TypeBuilderTest.cpp:35:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/ValueHandleTest.cpp:41:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/Support/raw_ostream_test.cpp:50:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/ConstantsTest.cpp:99:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/InstructionsTest.cpp:45:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/MetadataTest.cpp:31:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/PassManagerTest.cpp:285:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/ValueMapTest.cpp:43:0: error: syntax error [syntaxError]
llvm-3.0.src/unittests/VMCore/VerifierTest.cpp:47:0: error: syntax error [syntaxError]
llvm-3.0.src/utils/FileCheck/FileCheck.cpp:264:41: style: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'. [funcArgNamesDifferent]
llvm-3.0.src/utils/FileCheck/FileCheck.cpp:100:34: note: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'.
llvm-3.0.src/utils/FileCheck/FileCheck.cpp:264:41: note: Function 'AddRegExToRegEx' argument 1 names different: declaration 'RegExStr' definition 'RegexStr'.
llvm-3.0.src/utils/FileCheck/FileCheck.cpp:80:3: style: Class 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/KillTheDoctor/KillTheDoctor.cpp:177:3: style: Variable 'Success' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/utils/KillTheDoctor/KillTheDoctor.cpp:172:0: note: Variable 'Success' is reassigned a value before the old one has been used.
llvm-3.0.src/utils/KillTheDoctor/KillTheDoctor.cpp:177:3: note: Variable 'Success' is reassigned a value before the old one has been used.
llvm-3.0.src/utils/KillTheDoctor/KillTheDoctor.cpp:102:5: style: Technically the member function '::ScopedHandle::operatortypenameHandleType::handle_type' can be const. [functionConst]
llvm-3.0.src/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Op' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Arg0' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/PerfectShuffle/PerfectShuffle.cpp:92:3: warning: Member variable 'ShuffleVal::Arg1' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/PerfectShuffle/PerfectShuffle.cpp:127:18: style: Technically the member function 'Operator::getTransformedMask' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:945:7: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:1015:15: style: The scope of the variable 'NumBits' can be reduced. [variableScope]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:589:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:636:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:675:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:36:7: warning: Member variable 'ConstraintInfo::OtherTiedOperand' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:294:7: warning: Member variable 'ResultOperand::Imm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:295:7: warning: Member variable 'ResultOperand::R' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:296:7: warning: Member variable 'ResultOperand::Imm' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeGenTarget.h:177:3: warning: Member variable 'ComplexPattern::Properties' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:259:33: style: Technically the member function 'llvm::CodeGenRegBank::getSubRegIndices' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:260:14: style: Technically the member function 'llvm::CodeGenRegBank::getNumNamedIndices' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:268:42: style: Technically the member function 'llvm::CodeGenRegBank::getRegisters' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:292:12: style: Technically the member function 'ARMFilter::getNumFiltered' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:293:12: style: Technically the member function 'ARMFilter::getNumVariable' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:410:8: style: Technically the member function 'ARMFilterChooser::isTopLevel' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:413:8: style: Technically the member function 'ARMFilterChooser::emitTopHook' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:736:24: note: Technically the member function 'ARMFilterChooser::emitTopHook' can be const.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:413:8: note: Technically the member function 'ARMFilterChooser::emitTopHook' can be const.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:450:8: performance: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:853:24: note: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:450:8: note: Technically the member function 'ARMFilterChooser::fieldFromInsn' can be static.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:455:8: performance: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:870:24: note: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:455:8: note: Technically the member function 'ARMFilterChooser::dumpFilterArray' can be static.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:486:8: style: Technically the member function 'ARMFilterChooser::LdStCopEncoding1' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:1534:8: style: Technically the member function 'ARMDEBackend::populateInstruction' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:1556:15: note: Technically the member function 'ARMDEBackend::populateInstruction' can be const.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:1534:8: note: Technically the member function 'ARMDEBackend::populateInstruction' can be const.
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.h:26:3: style: Class 'ARMDecoderEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:204:7: style: Struct 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:252:5: style: Class 'CodeGenRegBank' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:126:5: style: Class 'CGIOperandList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:248:5: style: Class 'CodeGenInstruction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:295:7: style: Struct 'ResultOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:296:7: style: Struct 'ResultOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenTarget.h:77:3: style: Class 'CodeGenTarget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenTarget.h:178:3: style: Class 'ComplexPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.h:191:5: warning: The struct 'Key' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:266:1: warning: The class 'ARMFilter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:353:0: warning: The class 'ARMFilterChooser' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:294:31: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:151:45: performance: Function parameter 'LHS' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:151:66: performance: Function parameter 'RHS' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/ARMDecoderEmitter.cpp:152:45: performance: Function parameter 'Suffix' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:2124:42: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.h:28:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:2124:42: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.h:25:5: style: Class 'AsmMatcherEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:408:3: style: Struct 'MatchableInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:412:3: style: Struct 'MatchableInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/StringMatcher.h:40:27: performance: Function parameter 'strVariableName' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:290:35: performance: Function parameter 'T' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:430:32: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:440:37: performance: Function parameter 'N' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:1484:66: performance: Function parameter 'ClassName' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmMatcherEmitter.cpp:1979:69: performance: Function parameter 'ClassName' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:106:53: style: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:51:62: note: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:106:53: note: Function 'FindUniqueOperandCommands' argument 1 names different: declaration 'UOC' definition 'UniqueOperandCommands'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:244:58: style: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:38:44: note: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:244:58: note: Function 'EmitPrintInstruction' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:515:57: style: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:39:43: note: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:515:57: note: Function 'EmitGetRegisterName' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:566:60: style: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:40:46: note: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:566:60: note: Function 'EmitGetInstructionName' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:1013:41: style: Function 'run' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:35:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:1013:41: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/AsmWriterInst.h:57:5: warning: Member variable 'AsmWriterOperand::CGIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/AsmWriterInst.h:57:5: warning: Member variable 'AsmWriterOperand::MIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/AsmWriterInst.h:59:5: warning: Member variable 'AsmWriterOperand::CGIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/AsmWriterInst.h:59:5: warning: Member variable 'AsmWriterOperand::MIOpNo' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.h:32:5: style: Class 'AsmWriterEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/AsmWriterInst.h:57:5: style: Struct 'AsmWriterOperand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:463:50: performance: Function parameter 'AltName' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:619:25: performance: Function parameter 'R' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/AsmWriterEmitter.cpp:619:40: performance: Function parameter 'AS' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/CallingConvEmitter.cpp:20:43: style: Function 'run' argument 1 names different: declaration 'o' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CallingConvEmitter.h:28:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/CallingConvEmitter.cpp:20:43: note: Function 'run' argument 1 names different: declaration 'o' definition 'O'.
llvm-3.0.src/utils/TableGen/CallingConvEmitter.h:25:14: warning: Member variable 'CallingConvEmitter::Counter' is not initialized in the constructor. [uninitMemberVar]
llvm-3.0.src/utils/TableGen/CodeEmitterGen.h:30:3: style: Class 'CodeEmitterGen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:502:59: style: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:132:48: note: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:502:59: note: Function 'EnforceVectorEltTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:543:65: style: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:136:54: note: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:543:65: note: Function 'EnforceVectorSubVectorTypeIs' argument 1 names different: declaration 'VT' definition 'VTOperand'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1705:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:521:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1705:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1712:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:523:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1712:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1718:46: style: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:525:35: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1718:46: note: Function 'TreePattern' argument 4 names different: declaration 'ise' definition 'cdp'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1742:54: style: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:579:43: note: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1742:54: note: Function 'ParseTreePattern' argument 1 names different: declaration 'DI' definition 'TheInit'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1916:66: style: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:569:28: note: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1916:66: note: Function 'InferAllTypes' argument 1 names different: declaration 'NamedTypes' definition 'InNamedTypes'.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:2604:15: warning: Assert statement calls a function which may have desired side effects: 'getArgList'. [assertWithSideEffect]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:513:12: style: Boolean variable 'MadeChange' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:923:3: performance: Variable 'EnumName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:479:8: style: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:1665:23: note: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:479:8: note: Technically the member function 'llvm::TreePatternNode::canPatternMatch' can be const.
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:790:8: style: Technically the member function 'llvm::CodeGenDAGPatterns::hasTargetIntrinsics' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/CodeGenIntrinsics.h:81:5: style: Struct 'CodeGenIntrinsic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:61:5: style: Class 'TypeSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:157:3: style: Struct 'SDTypeConstraint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:207:3: style: Class 'SDNodeInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:252:3: style: Class 'TreePredicateFn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.h:690:3: style: Class 'CodeGenDAGPatterns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:3012:27: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/utils/TableGen/CodeGenDAGPatterns.cpp:3252:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:28:40: style: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:126:28: note: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:28:40: note: Function 'CGIOperandList' argument 1 names different: declaration 'D' definition 'R'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:268:57: style: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:197:45: note: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:268:57: note: Function 'ProcessDisableEncoding' argument 1 names different: declaration 'Value' definition 'DisableEncoding'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:356:36: style: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.h:259:59: note: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:356:36: note: Function 'FlattenAsmStringVariants' argument 1 names different: declaration 'AsmString' definition 'Cur'.
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:291:3: performance: Variable 'Namespace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/utils/TableGen/CodeGenInstruction.cpp:482:3: performance: Variable 'AsmString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.cpp:164:8: performance: Technically the member function '::TupleExpander::expand' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/CodeGenRegisters.cpp:339:54: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/CodeGenTarget.cpp:112:44: style: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/CodeGenTarget.h:77:31: note: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'.
llvm-3.0.src/utils/TableGen/CodeGenTarget.cpp:112:44: note: Function 'CodeGenTarget' argument 1 names different: declaration 'Records' definition 'records'.
llvm-3.0.src/utils/TableGen/CodeGenTarget.cpp:308:3: performance: Variable 'Ty' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/utils/TableGen/CodeGenTarget.cpp:174:67: performance: Function parameter 'Name' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:335:3: style: Class 'MoveChildMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:377:3: style: Class 'CheckSameMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:402:3: style: Class 'CheckPatternPredicateMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:426:3: style: Class 'CheckPredicateMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:451:3: style: Class 'CheckOpcodeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:585:3: style: Class 'CheckIntegerMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:610:3: style: Class 'CheckCondCodeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:634:3: style: Class 'CheckValueTypeMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:706:3: style: Class 'CheckAndImmMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:730:3: style: Class 'CheckOrImmMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:851:3: style: Class 'EmitConvertToTargetMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelEmitter.cpp:65:3: style: Struct 'PatternSortingPredicate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:225:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:225:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:226:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:226:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:227:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:227:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:250:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:250:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:252:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:252:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:253:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:253:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:254:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:254:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:284:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:284:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:287:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:287:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:288:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:288:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:291:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:291:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:303:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:303:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:306:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:306:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:307:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:307:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:308:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:308:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:322:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:322:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:325:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:325:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:326:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:326:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:327:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:327:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:343:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:343:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:346:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:346:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:347:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:347:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:350:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:350:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:363:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:363:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:366:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:366:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:367:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:367:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:368:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:368:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:386:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:386:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:389:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:389:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:390:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:390:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:393:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:393:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:411:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:411:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:414:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:414:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:415:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:415:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:418:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:418:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:438:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:438:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:439:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:439:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:442:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:442:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:460:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:460:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:463:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:463:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:464:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:464:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:465:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:465:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:466:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:181:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:466:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:491:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:491:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:492:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:492:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:493:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:493:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:512:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:512:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:515:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:515:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:516:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:516:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:519:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:519:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:520:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:181:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:520:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:545:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:545:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:546:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:546:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:547:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:547:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:567:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:567:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:570:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:570:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:571:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:571:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:575:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:575:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:576:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:181:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:576:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:594:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:594:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:597:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:597:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:598:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:598:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:601:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:601:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:602:16: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:181:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:602:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:619:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:619:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:622:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:622:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:623:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:623:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:626:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:626:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:643:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:643:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:646:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:646:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:647:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:647:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:650:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:650:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:651:8: style: The function 'isContradictoryImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:181:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:651:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:688:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:688:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:691:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:691:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:692:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:692:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:696:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:696:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:715:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:715:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:718:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:718:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:719:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:719:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:722:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:722:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:739:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:739:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:742:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:742:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:743:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:743:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:746:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:746:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:760:16: style: The function 'isSafeToReorderWithPatternPredicate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:115:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:760:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:763:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:763:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:764:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:764:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:765:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:765:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:784:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:784:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:785:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:785:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:789:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:789:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:809:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:809:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:810:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:810:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:814:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:814:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:835:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:835:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:836:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:836:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:840:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:840:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:861:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:861:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:862:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:862:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:865:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:865:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:890:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:890:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:891:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:891:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:894:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:894:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:915:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:915:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:916:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:916:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:920:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:920:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:944:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:944:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:945:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:945:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:949:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:949:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1007:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1007:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1008:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1008:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1009:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1009:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1078:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1078:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1079:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1079:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1082:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1082:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1106:16: style: The function 'printImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:178:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1106:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1107:16: style: The function 'isEqualImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:179:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1107:16: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1111:20: style: The function 'getHashImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:180:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1111:20: note: Function in derived class
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:402:42: performance: Function parameter 'predicate' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:610:34: performance: Function parameter 'condcodename' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:634:35: performance: Function parameter 'type_name' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.cpp:313:56: style: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:1008:43: note: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'.
llvm-3.0.src/utils/TableGen/DAGISelMatcher.cpp:313:56: note: Function 'isEqualImpl' argument 1 names different: declaration 'M' definition 'm'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:787:44: style: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:34:38: note: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:787:44: note: Function 'EmitMatcherTable' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:789:42: style: Function 'EmitMatcherTable' argument 3 names different: declaration 'OS' definition 'O'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:35:36: note: Function 'EmitMatcherTable' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:789:42: note: Function 'EmitMatcherTable' argument 3 names different: declaration 'OS' definition 'O'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:145:16: warning: Assert statement calls a function which may have desired side effects: 'getNext'. [assertWithSideEffect]
llvm-3.0.src/utils/TableGen/DAGISelMatcherEmitter.cpp:51:3: style: Class 'MatcherTableEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/DAGISelMatcherGen.cpp:220:41: warning: Either the condition 'DI==0' is redundant or there is possible null pointer dereference: DI. [nullPointerRedundantCheck]
llvm-3.0.src/utils/TableGen/DAGISelMatcherGen.cpp:219:10: note: Assuming that condition 'DI==0' is not redundant
llvm-3.0.src/utils/TableGen/DAGISelMatcherGen.cpp:220:41: note: Null pointer dereference
llvm-3.0.src/utils/TableGen/DAGISelMatcherGen.cpp:173:16: style: The scope of the variable 'TP' can be reduced. [variableScope]
llvm-3.0.src/utils/TableGen/DAGISelMatcherGen.cpp:118:14: style: Technically the member function '::MatcherGen::getNamedArgumentSlot' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/DAGISelMatcherOpt.cpp:506:41: style: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/DAGISelMatcher.h:33:35: note: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherOpt.cpp:506:41: note: Function 'OptimizeMatcher' argument 1 names different: declaration 'Matcher' definition 'TheMatcher'.
llvm-3.0.src/utils/TableGen/DAGISelMatcherOpt.cpp:351:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/utils/TableGen/DAGISelMatcherOpt.cpp:353:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/utils/TableGen/DAGISelMatcherOpt.cpp:355:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
llvm-3.0.src/utils/TableGen/DisassemblerEmitter.cpp:98:44: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/DisassemblerEmitter.h:23:27: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/DisassemblerEmitter.cpp:98:44: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/lib/Target/X86/Disassembler/X86DisassemblerDecoderCommon.h:371:3: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
llvm-3.0.src/utils/TableGen/X86DisassemblerTables.h:289:8: style: Technically the member function 'llvm::X86Disassembler::DisassemblerTables::hasConflicts' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:42:12: style: Technically the member function 'llvm::OperandInfo::numFields' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/DisassemblerEmitter.h:20:5: style: Class 'DisassemblerEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:75:3: style: Class 'ModFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:131:3: style: Class 'AddRegEscapeFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:180:3: style: Class 'ExactFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:35:3: style: Struct 'OperandInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:53:8: style: The function 'isDumb' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:39:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:53:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:57:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:57:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:80:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:80:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:110:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:110:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:134:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:134:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:160:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:160:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:185:8: style: The function 'accepts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:45:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/X86ModRMFilters.h:185:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:35:27: performance: Function parameter 'D' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:53:38: performance: Function parameter 'PredicateNamespace' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:54:38: performance: Function parameter 'GPrefix' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:55:38: performance: Function parameter 'GPostfix' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:56:38: performance: Function parameter 'ROK' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:57:38: performance: Function parameter 'RFail' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.h:58:38: performance: Function parameter 'L' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:232:7: style: Variable 'numArgs' is modified but its new value is never used. [unreadVariable]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:49:10: style: Technically the member function '::EnumEmitter::emit' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:66:10: style: Technically the member function '::EnumEmitter::emitAsFlags' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/EDEmitter.h:26:5: style: Class 'EDEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:43:5: style: Class 'EnumEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:100:5: style: Class 'LiteralConstantEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:125:5: style: Class 'CompoundConstantEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:112:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:89:18: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:112:10: note: Function in derived class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:139:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:89:18: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:139:10: note: Function in derived class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:185:10: style: The function 'emit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:89:18: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:185:10: note: Function in derived class
llvm-3.0.src/utils/TableGen/EDEmitter.cpp:463:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:692:7: style: The scope of the variable 'Val' can be reduced. [variableScope]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:816:15: style: The scope of the variable 'NumBits' can be reduced. [variableScope]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:427:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:474:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:515:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:152:12: style: Technically the member function 'Filter::getNumFiltered' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:153:12: style: Technically the member function 'Filter::getNumVariable' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:278:8: style: Technically the member function 'FilterChooser::isTopLevel' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:302:8: performance: Technically the member function 'FilterChooser::fieldFromInsn' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:600:21: note: Technically the member function 'FilterChooser::fieldFromInsn' can be static.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:302:8: note: Technically the member function 'FilterChooser::fieldFromInsn' can be static.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:307:8: style: Technically the member function 'FilterChooser::dumpFilterArray' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:617:21: note: Technically the member function 'FilterChooser::dumpFilterArray' can be const.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:307:8: note: Technically the member function 'FilterChooser::dumpFilterArray' can be const.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:344:8: style: Technically the member function 'FilterChooser::emitBinaryParser' can be const. [functionConst]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:738:21: note: Technically the member function 'FilterChooser::emitBinaryParser' can be const.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:344:8: note: Technically the member function 'FilterChooser::emitBinaryParser' can be const.
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:126:1: warning: The class 'Filter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:212:0: warning: The class 'FilterChooser' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:574:41: performance: Function parameter 'Namespace' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/FixedLenDecoderEmitter.cpp:766:50: performance: Function parameter 'PredicateNamespace' should be passed by const reference. [passedByValue]
llvm-3.0.src/utils/TableGen/InstrEnumEmitter.h:25:3: style: Class 'InstrEnumEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/InstrInfoEmitter.h:36:3: style: Class 'InstrInfoEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/PseudoLoweringEmitter.cpp:75:55: style: Function 'evaluateExpansion' argument 1 names different: declaration 'Pseudo' definition 'Rec'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/PseudoLoweringEmitter.h:54:34: note: Function 'evaluateExpansion' argument 1 names different: declaration 'Pseudo' definition 'Rec'.
llvm-3.0.src/utils/TableGen/PseudoLoweringEmitter.cpp:75:55: note: Function 'evaluateExpansion' argument 1 names different: declaration 'Pseudo' definition 'Rec'.
llvm-3.0.src/utils/TableGen/PseudoLoweringEmitter.h:57:3: style: Class 'PseudoLoweringEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:30:44: style: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:34:30: note: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:30:44: note: Function 'runEnums' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:98:50: style: Function 'EmitRegMapping' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:51:36: note: Function 'EmitRegMapping' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:98:50: note: Function 'EmitRegMapping' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:242:45: style: Function 'runMCDesc' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:37:31: note: Function 'runMCDesc' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:242:45: note: Function 'runMCDesc' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:243:48: style: Function 'runMCDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:37:73: note: Function 'runMCDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:243:48: note: Function 'runMCDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:406:51: style: Function 'runTargetHeader' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:40:37: note: Function 'runTargetHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:406:51: note: Function 'runTargetHeader' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:407:54: style: Function 'runTargetHeader' argument 3 names different: declaration 'Bank' definition 'RegBank'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:41:40: note: Function 'runTargetHeader' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:407:54: note: Function 'runTargetHeader' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:482:49: style: Function 'runTargetDesc' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:44:35: note: Function 'runTargetDesc' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:482:49: note: Function 'runTargetDesc' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:483:52: style: Function 'runTargetDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:45:38: note: Function 'runTargetDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:483:52: note: Function 'runTargetDesc' argument 3 names different: declaration 'Bank' definition 'RegBank'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:840:44: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:48:25: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:840:44: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.h:31:3: style: Class 'RegisterInfoEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/RegisterInfoEmitter.cpp:76:30: performance: Use const reference for 'RegAltNameIndices' to avoid unnecessary data copying. [redundantCopyLocalConst]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:30:8: performance: Technically the member function '::AddOp::apply' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:37:8: performance: Technically the member function '::SubOp::apply' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:52:8: performance: Technically the member function '::AndOp::apply' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:144:8: performance: Technically the member function '::SequenceOp::apply' can be static. [functionStatic]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:111:3: style: Struct 'RotOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:193:3: style: Struct 'FieldExpander' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:84:8: style: The function 'apply2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:66:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:84:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:96:8: style: The function 'apply2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:66:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:96:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:113:8: style: The function 'apply2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:66:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:113:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:132:8: style: The function 'apply2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/SetTheory.cpp:66:16: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/SetTheory.cpp:132:8: note: Function in derived class
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:210:68: style: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/SubtargetEmitter.h:38:52: note: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:210:68: note: Function 'FormItineraryStageString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:272:69: style: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/SubtargetEmitter.h:43:53: note: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:272:69: note: Function 'FormItineraryBypassString' argument 1 names different: declaration 'Names' definition 'Name'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:640:41: style: Function 'run' argument 1 names different: declaration 'o' definition 'OS'. [funcArgNamesDifferent]
llvm-3.0.src/utils/TableGen/SubtargetEmitter.h:62:25: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.cpp:640:41: note: Function 'run' argument 1 names different: declaration 'o' definition 'OS'.
llvm-3.0.src/utils/TableGen/SubtargetEmitter.h:59:3: style: Class 'SubtargetEmitter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:36:12: style: The function 'getSizeInBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:25:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:36:12: note: Function in derived class
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:50:12: style: The function 'getSizeInBits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:25:20: note: Virtual function in base class
llvm-3.0.src/utils/TableGen/TGValueTypes.cpp:50:12: note: Function in derived class
llvm-3.0.src/utils/count/count.c:45:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-3.0.src/utils/count/count.c:45:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
llvm-3.0.src/utils/unittest/googletest/gtest-filepath.cc:237:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
llvm-3.0.src/utils/unittest/googletest/gtest-filepath.cc:217:0: note: Variable 'result' is reassigned a value before the old one has been used.
llvm-3.0.src/utils/unittest/googletest/gtest-filepath.cc:237:3: note: Variable 'result' is reassigned a value before the old one has been used.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2945:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2880:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2945:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2946:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2882:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2946:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2947:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2884:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2947:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2948:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2885:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2948:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2949:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2886:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2949:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2950:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2889:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2950:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2951:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2883:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2951:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2952:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2890:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2952:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2953:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2887:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2953:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2954:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2888:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2954:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2955:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2892:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
llvm-3.0.src/utils/unittest/googletest/gtest.cc:2955:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-3.1/llvm-3.1_3.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-py/llvm-py_0.6+svn105.orig.tar.gz
llvm-py_0.6+svn105/llvm/_core.c:111:21: style: The scope of the variable 'ret' can be reduced. [variableScope]
llvm-py_0.6+svn105/llvm/_core.c:171:36: style: The scope of the variable 'ret' can be reduced. [variableScope]
llvm-py_0.6+svn105/llvm/_core.c:1147:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
llvm-py_0.6+svn105/llvm/_core.c:1073:44: style: Variable 'ty' is assigned a value that is never used. [unreadVariable]
llvm-py_0.6+svn105/llvm/extra.cpp:107:42: style: Function 'LLVMDumpValueToString' argument 1 names different: declaration 'Val' definition 'value'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:59:42: note: Function 'LLVMDumpValueToString' argument 1 names different: declaration 'Val' definition 'value'.
llvm-py_0.6+svn105/llvm/extra.cpp:107:42: note: Function 'LLVMDumpValueToString' argument 1 names different: declaration 'Val' definition 'value'.
llvm-py_0.6+svn105/llvm/extra.cpp:155:1: style: Function 'LLVMInstIsTerminator' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:129:50: note: Function 'LLVMInstIsTerminator' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:155:1: note: Function 'LLVMInstIsTerminator' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:156:1: style: Function 'LLVMInstIsBinaryOp' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:130:50: note: Function 'LLVMInstIsBinaryOp' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:156:1: note: Function 'LLVMInstIsBinaryOp' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:157:1: style: Function 'LLVMInstIsShift' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:131:50: note: Function 'LLVMInstIsShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:157:1: note: Function 'LLVMInstIsShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:158:1: style: Function 'LLVMInstIsCast' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:132:50: note: Function 'LLVMInstIsCast' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:158:1: note: Function 'LLVMInstIsCast' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:159:1: style: Function 'LLVMInstIsLogicalShift' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:133:50: note: Function 'LLVMInstIsLogicalShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:159:1: note: Function 'LLVMInstIsLogicalShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:160:1: style: Function 'LLVMInstIsArithmeticShift' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:134:50: note: Function 'LLVMInstIsArithmeticShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:160:1: note: Function 'LLVMInstIsArithmeticShift' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:161:1: style: Function 'LLVMInstIsAssociative' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:135:50: note: Function 'LLVMInstIsAssociative' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:161:1: note: Function 'LLVMInstIsAssociative' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:162:1: style: Function 'LLVMInstIsCommutative' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:136:50: note: Function 'LLVMInstIsCommutative' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:162:1: note: Function 'LLVMInstIsCommutative' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:164:42: style: Function 'LLVMInstIsVolatile' argument 1 names different: declaration 'inst' definition 'v'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:140:50: note: Function 'LLVMInstIsVolatile' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:164:42: note: Function 'LLVMInstIsVolatile' argument 1 names different: declaration 'inst' definition 'v'.
llvm-py_0.6+svn105/llvm/extra.cpp:223:50: style: Function 'LLVMBuildRetMultiple' argument 1 names different: declaration 'bulder' definition 'builder'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:62:50: note: Function 'LLVMBuildRetMultiple' argument 1 names different: declaration 'bulder' definition 'builder'.
llvm-py_0.6+svn105/llvm/extra.cpp:223:50: note: Function 'LLVMBuildRetMultiple' argument 1 names different: declaration 'bulder' definition 'builder'.
llvm-py_0.6+svn105/llvm/extra.cpp:328:45: style: Function 'LLVMGetIntrinsic' argument 1 names different: declaration 'builder' definition 'module'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:107:45: note: Function 'LLVMGetIntrinsic' argument 1 names different: declaration 'builder' definition 'module'.
llvm-py_0.6+svn105/llvm/extra.cpp:328:45: note: Function 'LLVMGetIntrinsic' argument 1 names different: declaration 'builder' definition 'module'.
llvm-py_0.6+svn105/llvm/extra.cpp:345:53: style: Function 'LLVMGetModuleFromAssembly' argument 1 names different: declaration 'asmtxt' definition 'asmtext'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:154:53: note: Function 'LLVMGetModuleFromAssembly' argument 1 names different: declaration 'asmtxt' definition 'asmtext'.
llvm-py_0.6+svn105/llvm/extra.cpp:345:53: note: Function 'LLVMGetModuleFromAssembly' argument 1 names different: declaration 'asmtxt' definition 'asmtext'.
llvm-py_0.6+svn105/llvm/extra.cpp:345:71: style: Function 'LLVMGetModuleFromAssembly' argument 2 names different: declaration 'txten' definition 'txtlen'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:154:70: note: Function 'LLVMGetModuleFromAssembly' argument 2 names different: declaration 'txten' definition 'txtlen'.
llvm-py_0.6+svn105/llvm/extra.cpp:345:71: note: Function 'LLVMGetModuleFromAssembly' argument 2 names different: declaration 'txten' definition 'txtlen'.
llvm-py_0.6+svn105/llvm/extra.cpp:365:52: style: Function 'LLVMGetModuleFromBitcode' argument 1 names different: declaration 'bc' definition 'bitcode'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:160:52: note: Function 'LLVMGetModuleFromBitcode' argument 1 names different: declaration 'bc' definition 'bitcode'.
llvm-py_0.6+svn105/llvm/extra.cpp:365:52: note: Function 'LLVMGetModuleFromBitcode' argument 1 names different: declaration 'bc' definition 'bitcode'.
llvm-py_0.6+svn105/llvm/extra.cpp:387:72: style: Function 'LLVMLinkModules' argument 3 names different: declaration 'errmsg' definition 'out'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:166:72: note: Function 'LLVMLinkModules' argument 3 names different: declaration 'errmsg' definition 'out'.
llvm-py_0.6+svn105/llvm/extra.cpp:387:72: note: Function 'LLVMLinkModules' argument 3 names different: declaration 'errmsg' definition 'out'.
llvm-py_0.6+svn105/llvm/extra.cpp:403:73: style: Function 'LLVMGetBitcodeFromModule' argument 2 names different: declaration 'len' definition 'lenp'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:170:73: note: Function 'LLVMGetBitcodeFromModule' argument 2 names different: declaration 'len' definition 'lenp'.
llvm-py_0.6+svn105/llvm/extra.cpp:403:73: note: Function 'LLVMGetBitcodeFromModule' argument 2 names different: declaration 'len' definition 'lenp'.
llvm-py_0.6+svn105/llvm/extra.cpp:488:1: style: Function 'LLVMAddAAEvalPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:196:1: note: Function 'LLVMAddAAEvalPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:488:1: note: Function 'LLVMAddAAEvalPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:489:1: style: Function 'LLVMAddAliasAnalysisCounterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:197:1: note: Function 'LLVMAddAliasAnalysisCounterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:489:1: note: Function 'LLVMAddAliasAnalysisCounterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:490:1: style: Function 'LLVMAddAlwaysInlinerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:198:1: note: Function 'LLVMAddAlwaysInlinerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:490:1: note: Function 'LLVMAddAlwaysInlinerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:491:1: style: Function 'LLVMAddBasicAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:199:1: note: Function 'LLVMAddBasicAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:491:1: note: Function 'LLVMAddBasicAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:492:1: style: Function 'LLVMAddBlockPlacementPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:200:1: note: Function 'LLVMAddBlockPlacementPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:492:1: note: Function 'LLVMAddBlockPlacementPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:493:1: style: Function 'LLVMAddBreakCriticalEdgesPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:201:1: note: Function 'LLVMAddBreakCriticalEdgesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:493:1: note: Function 'LLVMAddBreakCriticalEdgesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:494:1: style: Function 'LLVMAddCodeGenPreparePass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:202:1: note: Function 'LLVMAddCodeGenPreparePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:494:1: note: Function 'LLVMAddCodeGenPreparePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:495:1: style: Function 'LLVMAddDbgInfoPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:203:1: note: Function 'LLVMAddDbgInfoPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:495:1: note: Function 'LLVMAddDbgInfoPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:496:1: style: Function 'LLVMAddDeadCodeEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:204:1: note: Function 'LLVMAddDeadCodeEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:496:1: note: Function 'LLVMAddDeadCodeEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:497:1: style: Function 'LLVMAddDeadInstEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:205:1: note: Function 'LLVMAddDeadInstEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:497:1: note: Function 'LLVMAddDeadInstEliminationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:498:1: style: Function 'LLVMAddDemoteRegisterToMemoryPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:206:1: note: Function 'LLVMAddDemoteRegisterToMemoryPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:498:1: note: Function 'LLVMAddDemoteRegisterToMemoryPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:499:1: style: Function 'LLVMAddDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:207:1: note: Function 'LLVMAddDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:499:1: note: Function 'LLVMAddDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:500:1: style: Function 'LLVMAddDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:208:1: note: Function 'LLVMAddDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:500:1: note: Function 'LLVMAddDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:501:1: style: Function 'LLVMAddDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:209:1: note: Function 'LLVMAddDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:501:1: note: Function 'LLVMAddDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:502:1: style: Function 'LLVMAddDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:210:1: note: Function 'LLVMAddDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:502:1: note: Function 'LLVMAddDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:503:1: style: Function 'LLVMAddEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:211:1: note: Function 'LLVMAddEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:503:1: note: Function 'LLVMAddEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:504:1: style: Function 'LLVMAddGEPSplitterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:212:1: note: Function 'LLVMAddGEPSplitterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:504:1: note: Function 'LLVMAddGEPSplitterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:505:1: style: Function 'LLVMAddGlobalsModRefPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:213:1: note: Function 'LLVMAddGlobalsModRefPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:505:1: note: Function 'LLVMAddGlobalsModRefPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:506:1: style: Function 'LLVMAddInstCountPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:214:1: note: Function 'LLVMAddInstCountPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:506:1: note: Function 'LLVMAddInstCountPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:507:1: style: Function 'LLVMAddInstructionNamerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:215:1: note: Function 'LLVMAddInstructionNamerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:507:1: note: Function 'LLVMAddInstructionNamerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:508:1: style: Function 'LLVMAddLazyValueInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:216:1: note: Function 'LLVMAddLazyValueInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:508:1: note: Function 'LLVMAddLazyValueInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:509:1: style: Function 'LLVMAddLCSSAPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:217:1: note: Function 'LLVMAddLCSSAPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:509:1: note: Function 'LLVMAddLCSSAPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:510:1: style: Function 'LLVMAddLiveValuesPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:218:1: note: Function 'LLVMAddLiveValuesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:510:1: note: Function 'LLVMAddLiveValuesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:511:1: style: Function 'LLVMAddLoopDependenceAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:219:1: note: Function 'LLVMAddLoopDependenceAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:511:1: note: Function 'LLVMAddLoopDependenceAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:512:1: style: Function 'LLVMAddLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:220:1: note: Function 'LLVMAddLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:512:1: note: Function 'LLVMAddLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:513:1: style: Function 'LLVMAddLoopSimplifyPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:221:1: note: Function 'LLVMAddLoopSimplifyPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:513:1: note: Function 'LLVMAddLoopSimplifyPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:514:1: style: Function 'LLVMAddLoopStrengthReducePass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:222:1: note: Function 'LLVMAddLoopStrengthReducePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:514:1: note: Function 'LLVMAddLoopStrengthReducePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:515:1: style: Function 'LLVMAddLowerInvokePass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:223:1: note: Function 'LLVMAddLowerInvokePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:515:1: note: Function 'LLVMAddLowerInvokePass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:516:1: style: Function 'LLVMAddLowerSwitchPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:224:1: note: Function 'LLVMAddLowerSwitchPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:516:1: note: Function 'LLVMAddLowerSwitchPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:517:1: style: Function 'LLVMAddMergeFunctionsPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:225:1: note: Function 'LLVMAddMergeFunctionsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:517:1: note: Function 'LLVMAddMergeFunctionsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:518:1: style: Function 'LLVMAddNoAAPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:226:1: note: Function 'LLVMAddNoAAPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:518:1: note: Function 'LLVMAddNoAAPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:519:1: style: Function 'LLVMAddNoProfileInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:227:1: note: Function 'LLVMAddNoProfileInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:519:1: note: Function 'LLVMAddNoProfileInfoPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:520:1: style: Function 'LLVMAddOptimalEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:228:1: note: Function 'LLVMAddOptimalEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:520:1: note: Function 'LLVMAddOptimalEdgeProfilerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:521:1: style: Function 'LLVMAddPartialInliningPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:229:1: note: Function 'LLVMAddPartialInliningPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:521:1: note: Function 'LLVMAddPartialInliningPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:522:1: style: Function 'LLVMAddPartialSpecializationPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:230:1: note: Function 'LLVMAddPartialSpecializationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:522:1: note: Function 'LLVMAddPartialSpecializationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:523:1: style: Function 'LLVMAddPostDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:231:1: note: Function 'LLVMAddPostDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:523:1: note: Function 'LLVMAddPostDomOnlyPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:524:1: style: Function 'LLVMAddPostDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:232:1: note: Function 'LLVMAddPostDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:524:1: note: Function 'LLVMAddPostDomOnlyViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:525:1: style: Function 'LLVMAddPostDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:233:1: note: Function 'LLVMAddPostDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:525:1: note: Function 'LLVMAddPostDomPrinterPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:526:1: style: Function 'LLVMAddPostDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:234:1: note: Function 'LLVMAddPostDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:526:1: note: Function 'LLVMAddPostDomViewerPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:527:1: style: Function 'LLVMAddProfileEstimatorPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:235:1: note: Function 'LLVMAddProfileEstimatorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:527:1: note: Function 'LLVMAddProfileEstimatorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:528:1: style: Function 'LLVMAddProfileLoaderPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:236:1: note: Function 'LLVMAddProfileLoaderPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:528:1: note: Function 'LLVMAddProfileLoaderPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:529:1: style: Function 'LLVMAddProfileVerifierPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:237:1: note: Function 'LLVMAddProfileVerifierPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:529:1: note: Function 'LLVMAddProfileVerifierPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:530:1: style: Function 'LLVMAddScalarEvolutionAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:238:1: note: Function 'LLVMAddScalarEvolutionAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:530:1: note: Function 'LLVMAddScalarEvolutionAliasAnalysisPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:531:1: style: Function 'LLVMAddSimplifyHalfPowrLibCallsPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:239:1: note: Function 'LLVMAddSimplifyHalfPowrLibCallsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:531:1: note: Function 'LLVMAddSimplifyHalfPowrLibCallsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:532:1: style: Function 'LLVMAddSingleLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:240:1: note: Function 'LLVMAddSingleLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:532:1: note: Function 'LLVMAddSingleLoopExtractorPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:533:1: style: Function 'LLVMAddStripNonDebugSymbolsPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:241:1: note: Function 'LLVMAddStripNonDebugSymbolsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:533:1: note: Function 'LLVMAddStripNonDebugSymbolsPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:534:1: style: Function 'LLVMAddStructRetPromotionPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:242:1: note: Function 'LLVMAddStructRetPromotionPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:534:1: note: Function 'LLVMAddStructRetPromotionPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:535:1: style: Function 'LLVMAddTailDuplicationPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:243:1: note: Function 'LLVMAddTailDuplicationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:535:1: note: Function 'LLVMAddTailDuplicationPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:536:1: style: Function 'LLVMAddUnifyFunctionExitNodesPass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:244:1: note: Function 'LLVMAddUnifyFunctionExitNodesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:536:1: note: Function 'LLVMAddUnifyFunctionExitNodesPass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:540:1: style: Function 'LLVMAddInternalize2Pass' argument 1 names different: declaration 'PM' definition 'passmgr'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/extra.h:246:1: note: Function 'LLVMAddInternalize2Pass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/extra.cpp:540:1: note: Function 'LLVMAddInternalize2Pass' argument 1 names different: declaration 'PM' definition 'passmgr'.
llvm-py_0.6+svn105/llvm/wrap.c:63:24: style: Function 'ctor_int' argument 1 names different: declaration 'p' definition 'i'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/wrap.h:84:1: note: Function 'ctor_int' argument 1 names different: declaration 'p' definition 'i'.
llvm-py_0.6+svn105/llvm/wrap.c:63:24: note: Function 'ctor_int' argument 1 names different: declaration 'p' definition 'i'.
llvm-py_0.6+svn105/llvm/wrap.c:68:42: style: Function 'ctor_llvmwrap_ull' argument 1 names different: declaration 'p' definition 'ull'. [funcArgNamesDifferent]
llvm-py_0.6+svn105/llvm/wrap.h:85:1: note: Function 'ctor_llvmwrap_ull' argument 1 names different: declaration 'p' definition 'ull'.
llvm-py_0.6+svn105/llvm/wrap.c:68:42: note: Function 'ctor_llvmwrap_ull' argument 1 names different: declaration 'p' definition 'ull'.
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-3.4/llvm-toolchain-3.4_3.4.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-3.5/llvm-toolchain-3.5_3.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-3.7/llvm-toolchain-3.7_3.7.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-3.8/llvm-toolchain-3.8_3.8.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-3.9/llvm-toolchain-3.9_3.9.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-4.0/llvm-toolchain-4.0_4.0.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-5.0/llvm-toolchain-5.0_5.0.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-6.0/llvm-toolchain-6.0_6.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvm-toolchain-snapshot/llvm-toolchain-snapshot_7~svn336894.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/llvmlite/llvmlite_0.24.0.orig.tar.xz
llvmlite-0.24.0/ffi/linker.cpp:27:9: style: Class 'ReportNotAbortDiagnosticHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
llvmlite-0.24.0/ffi/targets.cpp:210:18: style: Condition 'bits==4' is always false [knownConditionTrueFalse]
llvmlite-0.24.0/ffi/targets.cpp:209:26: note: Assignment 'bits=sizeof(void*)', assigned value is 8
llvmlite-0.24.0/ffi/targets.cpp:210:18: note: Condition 'bits==4' is always false
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lm-sensors/lm-sensors_3.4.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lm4tools/lm4tools_20141201~5a4bc0b+dfsg.orig.tar.xz
lm4flash/lm4flash.c:331:7: style: The scope of the variable 'by' can be reduced. [variableScope]
lm4flash/lm4flash.c:359:7: style: The scope of the variable 'by' can be reduced. [variableScope]
lm4flash/lm4flash.c:484:11: style: The scope of the variable 'size' can be reduced. [variableScope]
lm4flash/lm4flash.c:89:11: style: union member 'Anonymous0::u32' is never used. [unusedStructMember]
lmicdiusb/gdb.c:98:16: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/gdb.c:124:16: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/gdb.c:133:16: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/gdb.c:140:16: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/lmicdi.c:175:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/lmicdi.c:216:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/lmicdi.c:262:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/lmicdi.c:269:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/lmicdi.c:300:21: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/lmicdi.c:169:5: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/lmicdi.c:175:9: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
lmicdiusb/socket.c:192:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmicdiusb/socket.c:257:32: style: The scope of the variable 'usecs' can be reduced. [variableScope]
lmicdiusb/socket.c:127:5: style: Checking if unsigned variable 'gTraceLvl' is less than zero. [unsignedLessThanZero]
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmarbles/lmarbles_1.0.8.orig.tar.gz
lmarbles-1.0.8/src/cfg.c:66:10: style: The scope of the variable 'str' can be reduced. [variableScope]
lmarbles-1.0.8/src/dynlist.c:47:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmarbles-1.0.8/src/dynlist.c:174:9: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmarbles-1.0.8/src/dynlist.c:40:37: style: Function 'DL_Ins' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/dynlist.h:45:38: note: Function 'DL_Ins' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/dynlist.c:40:37: note: Function 'DL_Ins' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/dynlist.c:168:37: style: Function 'DL_Del' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/dynlist.h:49:38: note: Function 'DL_Del' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/dynlist.c:168:37: note: Function 'DL_Del' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/dynlist.c:210:30: style: Function 'DL_Get' argument 2 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/dynlist.h:50:30: note: Function 'DL_Get' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/dynlist.c:210:30: note: Function 'DL_Get' argument 2 names different: declaration 'i' definition 'index'.
lmarbles-1.0.8/src/file.c:58:6: warning: Possible null pointer dereference: n [nullPointer]
lmarbles-1.0.8/src/file.c:117:42: note: Calling function 'F_FstC', 2nd argument 'n' value is 0
lmarbles-1.0.8/src/file.c:58:6: note: Null pointer dereference
lmarbles-1.0.8/src/game.c:50:11: style: The scope of the variable 'f' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1649:63: style: The scope of the variable 'tx' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1649:67: style: The scope of the variable 'ty' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1650:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1650:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1800:10: style: The scope of the variable 'str_sec' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1929:10: style: The scope of the variable 'b_d' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1929:15: style: The scope of the variable 'b_m' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:1930:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2185:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2185:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2339:10: style: The scope of the variable 's' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2446:50: style: The scope of the variable 'b' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2447:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2687:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2692:9: style: The scope of the variable 'old_scr' can be reduced. [variableScope]
lmarbles-1.0.8/src/game.c:2386:31: style: Function 'Wl_Exp' argument 3 names different: declaration 'v' definition 'd'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/game.h:259:31: note: Function 'Wl_Exp' argument 3 names different: declaration 'v' definition 'd'.
lmarbles-1.0.8/src/game.c:2386:31: note: Function 'Wl_Exp' argument 3 names different: declaration 'v' definition 'd'.
lmarbles-1.0.8/src/levels.c:125:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lmarbles-1.0.8/src/levels.c:446:23: style: The scope of the variable 'k' can be reduced. [variableScope]
lmarbles-1.0.8/src/levels.c:451:11: style: The scope of the variable 'mv_mod' can be reduced. [variableScope]
lmarbles-1.0.8/src/levels.c:667:20: style: Function 'L_DrwMpTl' argument 1 names different: declaration 'x' definition 'i'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/levels.h:101:20: note: Function 'L_DrwMpTl' argument 1 names different: declaration 'x' definition 'i'.
lmarbles-1.0.8/src/levels.c:667:20: note: Function 'L_DrwMpTl' argument 1 names different: declaration 'x' definition 'i'.
lmarbles-1.0.8/src/levels.c:667:27: style: Function 'L_DrwMpTl' argument 2 names different: declaration 'y' definition 'j'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/levels.h:101:27: note: Function 'L_DrwMpTl' argument 2 names different: declaration 'y' definition 'j'.
lmarbles-1.0.8/src/levels.c:667:27: note: Function 'L_DrwMpTl' argument 2 names different: declaration 'y' definition 'j'.
lmarbles-1.0.8/src/main.c:417:17: style: The scope of the variable 'ms' can be reduced. [variableScope]
lmarbles-1.0.8/src/main.c:89:10: style: struct member 'H_E::lvs' is never used. [unusedStructMember]
lmarbles-1.0.8/src/menu.c:116:11: style: The scope of the variable 'sw' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:281:11: style: The scope of the variable 'sw' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:357:11: style: The scope of the variable 'me' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:400:14: style: The scope of the variable 'me' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:498:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:578:14: style: The scope of the variable 'me' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:579:13: style: The scope of the variable 'ex' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:755:14: style: The scope of the variable 'me' can be reduced. [variableScope]
lmarbles-1.0.8/src/menu.c:734:25: style: Variable 'old' is assigned a value that is never used. [unreadVariable]
lmarbles-1.0.8/src/profile.c:60:13: style: The scope of the variable 'str' can be reduced. [variableScope]
lmarbles-1.0.8/src/profile.c:342:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lmarbles-1.0.8/src/profile.c:395:11: style: The scope of the variable 'new_p' can be reduced. [variableScope]
lmarbles-1.0.8/src/sdl.c:270:9: style: The scope of the variable 'c_abs' can be reduced. [variableScope]
lmarbles-1.0.8/src/sdl.c:214:22: style: Function 'SF_LdFxd' argument 1 names different: declaration 'fname' definition 'f'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/sdl.h:74:22: note: Function 'SF_LdFxd' argument 1 names different: declaration 'fname' definition 'f'.
lmarbles-1.0.8/src/sdl.c:214:22: note: Function 'SF_LdFxd' argument 1 names different: declaration 'fname' definition 'f'.
lmarbles-1.0.8/src/sdl.c:259:18: style: Function 'SF_Fr' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/sdl.h:75:18: note: Function 'SF_Fr' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:259:18: note: Function 'SF_Fr' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:268:18: style: Function 'SF_Wrt' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/sdl.h:76:19: note: Function 'SF_Wrt' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:268:18: note: Function 'SF_Wrt' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:317:19: style: Function 'SF_Bgn' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/sdl.h:77:19: note: Function 'SF_Bgn' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:317:19: note: Function 'SF_Bgn' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:325:19: style: Function 'SF_End' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
lmarbles-1.0.8/src/sdl.h:78:19: note: Function 'SF_End' argument 1 names different: declaration 'sfnt' definition 'fnt'.
lmarbles-1.0.8/src/sdl.c:325:19: note: Function 'SF_End' argument 1 names different: declaration 'sfnt' definition 'fnt'.
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmdb/lmdb_0.9.22.orig.tar.gz
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb.c:195:0: error: #error "Unknown or unsupported endianness (BYTE_ORDER)" [preprocessorErrorDirective]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_dump.c:136:8: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_dump.c:130:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_dump.c:114:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:76:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:86:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:97:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:107:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:117:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:127:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:143:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:148:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:158:2: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:216:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:409:5: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:424:6: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mdb_load.c:444:4: portability: %zd in format string (no. 2) requires 'ssize_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lmdb-LMDB_0.9.22/libraries/liblmdb/midl.c:203:17: style: The scope of the variable 'merge_id' can be reduced. [variableScope]
lmdb-LMDB_0.9.22/libraries/liblmdb/midl.c:318:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lmdb-LMDB_0.9.22/libraries/liblmdb/midl.c:124:4: error: Common realloc mistake: 'ids' nulled but not freed upon failure [memleakOnRealloc]
lmdb-LMDB_0.9.22/libraries/liblmdb/midl.c:135:2: error: Common realloc mistake: 'idn' nulled but not freed upon failure [memleakOnRealloc]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:64:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:71:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:78:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:31:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:38:6: style: Unused variable: count [unusedVariable]
lmdb-LMDB_0.9.22/libraries/liblmdb/mtest6.c:39:7: style: Unused variable: values [unusedVariable]
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmdbxx/lmdbxx_0.9.14.1+git20160228.0b43ca8.orig.tar.xz
lmdb++.h:19:0: error: #error "<lmdb++.h> requires a C++11 compiler (CXXFLAGS='-std=c++11')" [preprocessorErrorDirective]
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lme4/lme4_1.1-7.orig.tar.gz
lme4/src/optimizer.h:75:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.h:66:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.h:75:6: note: Condition 'debug' is always false
lme4/src/external.cpp:259:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/external.cpp:258:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/external.cpp:259:6: note: Condition 'debug' is always false
lme4/src/external.cpp:264:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/external.cpp:258:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/external.cpp:264:6: note: Condition 'debug' is always false
lme4/src/external.cpp:271:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/external.cpp:258:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/external.cpp:271:6: note: Condition 'debug' is always false
lme4/src/external.cpp:280:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/external.cpp:258:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/external.cpp:280:6: note: Condition 'debug' is always false
lme4/src/external.cpp:607:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/external.cpp:595:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/external.cpp:607:6: note: Condition 'debug' is always false
lme4/src/lme4CholmodDecomposition.h:68:0: warning: Either the condition '!x_cd' is redundant or there is possible null pointer dereference: x_cd. [nullPointerRedundantCheck]
lme4/src/lme4CholmodDecomposition.h:64:0: note: Assuming that condition '!x_cd' is not redundant
lme4/src/lme4CholmodDecomposition.h:68:0: note: Null pointer dereference
lme4/src/external.cpp:66:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:72:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:83:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:89:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:101:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:107:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:113:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:119:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:125:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:137:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:143:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:149:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:155:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:161:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:167:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:173:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:181:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:187:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:196:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:202:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:208:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:216:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:226:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:232:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:244:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:250:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:380:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:428:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:480:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:487:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:499:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:505:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:511:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:530:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:554:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:560:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:570:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:578:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:591:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:621:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:636:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:649:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:657:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:683:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:689:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:695:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:701:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:707:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:713:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:719:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:725:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:731:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:737:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:745:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:751:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:763:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:769:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:775:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:781:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:787:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:830:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:887:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:893:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:899:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:906:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:917:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:926:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/external.cpp:932:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lme4/src/optimizer.h:24:7: performance: Technically the member function 'optimizer::nl_stop::relstop' can be static. [functionStatic]
lme4/src/optimizer.h:64:26: note: Technically the member function 'optimizer::nl_stop::relstop' can be static.
lme4/src/optimizer.h:24:7: note: Technically the member function 'optimizer::nl_stop::relstop' can be static.
lme4/src/optimizer.h:26:9: performance: Technically the member function 'optimizer::nl_stop::sc' can be static. [functionStatic]
lme4/src/glmFamily.h:23:2: style: Class 'glmDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:38:2: style: Class 'binomialDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:47:2: style: Class 'gammaDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:56:2: style: Class 'GaussianDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:65:2: style: Class 'inverseGaussianDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:76:2: style: Class 'negativeBinomialDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:87:2: style: Class 'PoissonDist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:101:2: style: Class 'glmLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:111:2: style: Class 'cauchitLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:120:2: style: Class 'cloglogLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:129:2: style: Class 'identityLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:138:2: style: Class 'inverseLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:147:2: style: Class 'logLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:156:2: style: Class 'logitLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:165:2: style: Class 'probitLink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:178:2: style: Class 'glmFamily' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/optimizer.h:35:2: style: Class 'nl_stop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lme4/src/glmFamily.h:39:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:39:16: note: Function in derived class
lme4/src/glmFamily.h:40:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:40:16: note: Function in derived class
lme4/src/glmFamily.h:41:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:41:21: note: Function in derived class
lme4/src/glmFamily.h:48:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:48:16: note: Function in derived class
lme4/src/glmFamily.h:49:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:49:16: note: Function in derived class
lme4/src/glmFamily.h:50:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:50:21: note: Function in derived class
lme4/src/glmFamily.h:57:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:57:16: note: Function in derived class
lme4/src/glmFamily.h:58:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:58:16: note: Function in derived class
lme4/src/glmFamily.h:59:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:59:21: note: Function in derived class
lme4/src/glmFamily.h:66:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:66:16: note: Function in derived class
lme4/src/glmFamily.h:67:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:67:16: note: Function in derived class
lme4/src/glmFamily.h:68:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:68:21: note: Function in derived class
lme4/src/glmFamily.h:77:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:77:16: note: Function in derived class
lme4/src/glmFamily.h:78:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:78:16: note: Function in derived class
lme4/src/glmFamily.h:79:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:79:21: note: Function in derived class
lme4/src/glmFamily.h:81:19: style: The function 'theta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:32:27: note: Virtual function in base class
lme4/src/glmFamily.h:81:19: note: Function in derived class
lme4/src/glmFamily.h:82:16: style: The function 'setTheta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:33:24: note: Virtual function in base class
lme4/src/glmFamily.h:82:16: note: Function in derived class
lme4/src/glmFamily.h:88:16: style: The function 'variance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:26:24: note: Virtual function in base class
lme4/src/glmFamily.h:88:16: note: Function in derived class
lme4/src/glmFamily.h:89:16: style: The function 'devResid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:27:24: note: Virtual function in base class
lme4/src/glmFamily.h:89:16: note: Function in derived class
lme4/src/glmFamily.h:90:21: style: The function 'aic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:28:29: note: Virtual function in base class
lme4/src/glmFamily.h:90:21: note: Function in derived class
lme4/src/glmFamily.h:113:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:113:16: note: Function in derived class
lme4/src/glmFamily.h:114:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:114:16: note: Function in derived class
lme4/src/glmFamily.h:115:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:115:18: note: Function in derived class
lme4/src/glmFamily.h:123:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:123:16: note: Function in derived class
lme4/src/glmFamily.h:124:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:124:18: note: Function in derived class
lme4/src/glmFamily.h:131:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:131:16: note: Function in derived class
lme4/src/glmFamily.h:132:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:132:16: note: Function in derived class
lme4/src/glmFamily.h:133:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:133:18: note: Function in derived class
lme4/src/glmFamily.h:140:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:140:16: note: Function in derived class
lme4/src/glmFamily.h:141:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:141:16: note: Function in derived class
lme4/src/glmFamily.h:142:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:142:18: note: Function in derived class
lme4/src/glmFamily.h:149:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:149:16: note: Function in derived class
lme4/src/glmFamily.h:150:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:150:16: note: Function in derived class
lme4/src/glmFamily.h:151:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:151:18: note: Function in derived class
lme4/src/glmFamily.h:158:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:158:16: note: Function in derived class
lme4/src/glmFamily.h:159:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:159:16: note: Function in derived class
lme4/src/glmFamily.h:160:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:160:18: note: Function in derived class
lme4/src/glmFamily.h:167:16: style: The function 'linkFun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:104:24: note: Virtual function in base class
lme4/src/glmFamily.h:167:16: note: Function in derived class
lme4/src/glmFamily.h:168:16: style: The function 'linkInv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:105:24: note: Virtual function in base class
lme4/src/glmFamily.h:168:16: note: Function in derived class
lme4/src/glmFamily.h:169:18: style: The function 'muEta' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lme4/src/glmFamily.h:106:26: note: Virtual function in base class
lme4/src/glmFamily.h:169:18: note: Function in derived class
lme4/src/glmFamily.cpp:212:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/glmFamily.cpp:211:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/glmFamily.cpp:212:6: note: Condition 'debug' is always false
lme4/src/glmFamily.cpp:246:6: style: Condition 'debug' is always true [knownConditionTrueFalse]
lme4/src/glmFamily.cpp:245:12: note: Assignment 'debug=1', assigned value is 1
lme4/src/glmFamily.cpp:246:6: note: Condition 'debug' is always true
lme4/src/glmFamily.cpp:401:55: style: Class 'glmFamily' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lme4/src/glmFamily.cpp:401:55: style: Class 'glmFamily' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lme4/src/mcmcsamp.cpp:38:17: style: The scope of the variable 'wrss' can be reduced. [variableScope]
lme4/src/optimizer.cpp:173:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:168:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:173:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:174:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:168:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:174:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:180:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:168:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:180:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:185:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:168:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:185:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:189:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:168:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:189:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:199:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:195:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:199:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:200:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:195:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:200:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:206:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:195:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:206:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:212:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:195:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:212:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:216:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:195:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:216:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:225:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:222:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:225:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:229:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:222:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:229:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:233:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:222:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:233:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:241:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:238:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:241:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:246:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:238:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:246:6: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:278:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:271:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:278:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:282:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/optimizer.cpp:271:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/optimizer.cpp:282:10: note: Condition 'debug' is always false
lme4/src/optimizer.cpp:291:14: warning: Member variable 'nl_stop::n' is not initialized in the constructor. [uninitMemberVar]
lme4/src/optimizer.cpp:291:14: warning: Member variable 'nl_stop::nevals' is not initialized in the constructor. [uninitMemberVar]
lme4/src/optimizer.cpp:291:14: warning: Member variable 'nl_stop::force_stop' is not initialized in the constructor. [uninitMemberVar]
lme4/src/optimizer.cpp:43:18: warning: Member variable 'Nelder_Mead::d_stat' is not initialized in the constructor. [uninitMemberVar]
lme4/src/predModule.cpp:254:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:254:6: note: Condition 'debug' is always false
lme4/src/predModule.cpp:256:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:256:6: note: Condition 'debug' is always false
lme4/src/predModule.cpp:271:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:271:6: note: Condition 'debug' is always false
lme4/src/predModule.cpp:275:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:275:10: note: Condition 'debug' is always false
lme4/src/predModule.cpp:283:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:283:10: note: Condition 'debug' is always false
lme4/src/predModule.cpp:287:10: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/predModule.cpp:252:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/predModule.cpp:287:10: note: Condition 'debug' is always false
lme4/src/respModule.cpp:154:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/respModule.cpp:153:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/respModule.cpp:154:6: note: Condition 'debug' is always false
lme4/src/respModule.cpp:173:6: style: Condition 'debug' is always false [knownConditionTrueFalse]
lme4/src/respModule.cpp:170:12: note: Assignment 'debug=0', assigned value is 0
lme4/src/respModule.cpp:173:6: note: Condition 'debug' is always false
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmemory/lmemory_0.6c.orig.tar.gz
lmemory-0.6c/help.c:33:14: style: The scope of the variable 'label' can be reduced. [variableScope]
lmemory-0.6c/help.c:128:14: style: Unused variable: label [unusedVariable]
lmemory-0.6c/help.c:149:14: style: Unused variable: scrolled_window [unusedVariable]
lmemory-0.6c/help.c:203:14: style: Unused variable: label [unusedVariable]
lmemory-0.6c/help.c:224:14: style: Unused variable: scrolled_window [unusedVariable]
lmemory-0.6c/list.c:16:17: style: The scope of the variable 'j' can be reduced. [variableScope]
lmemory-0.6c/list.c:19:9: style: The scope of the variable 'name' can be reduced. [variableScope]
lmemory-0.6c/lmem_window.c:187:11: style: Unused variable: l [unusedVariable]
lmemory-0.6c/lmem_window.c:289:8: style: Unused variable: x [unusedVariable]
lmemory-0.6c/lmem_window.c:289:11: style: Unused variable: z [unusedVariable]
lmemory-0.6c/lmem_window.c:289:23: style: Unused variable: l [unusedVariable]
lmemory-0.6c/lmem_window.c:296:14: style: Unused variable: reset_box [unusedVariable]
lmemory-0.6c/lmem_window.c:297:14: style: Unused variable: reset_button [unusedVariable]
lmemory-0.6c/lmem_window.c:298:14: style: Unused variable: label [unusedVariable]
lmemory-0.6c/mmain.c:17:8: style: Unused variable: x [unusedVariable]
lmemory-0.6c/mmain.c:17:11: style: Unused variable: z [unusedVariable]
lmemory-0.6c/mmain.c:17:14: style: Unused variable: i [unusedVariable]
lmemory-0.6c/mmain.c:17:17: style: Unused variable: j [unusedVariable]
lmemory-0.6c/mmain.c:17:20: style: Unused variable: k [unusedVariable]
lmemory-0.6c/mmain.c:18:8: style: Unused variable: buf [unusedVariable]
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmfit-py/lmfit-py_0.9.7+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lmms/lmms_1.1.3.orig.tar.gz
lmms-1.1.3/buildtools/bin2res.cpp:186:42: style: Function 'embedData' argument 2 names different: declaration '_size' definition '_nbytes'. [funcArgNamesDifferent]
lmms-1.1.3/buildtools/bin2res.cpp:29:49: note: Function 'embedData' argument 2 names different: declaration '_size' definition '_nbytes'.
lmms-1.1.3/buildtools/bin2res.cpp:186:42: note: Function 'embedData' argument 2 names different: declaration '_size' definition '_nbytes'.
lmms-1.1.3/buildtools/bin2res.cpp:99:15: style: Unused variable: s [unusedVariable]
lmms-1.1.3/plugins/Amplifier/AmplifierControlDialog.h:39:2: style: Class 'AmplifierControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/Amplifier/AmplifierControls.h:41:2: style: Class 'AmplifierControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/Amplifier/AmplifierControls.cpp:71:53: style: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/Amplifier/AmplifierControls.h:46:44: note: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'.
lmms-1.1.3/plugins/Amplifier/AmplifierControls.cpp:71:53: note: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'.
lmms-1.1.3/plugins/Amplifier/AmplifierControls.cpp:71:71: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/Amplifier/AmplifierControls.h:46:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/Amplifier/AmplifierControls.cpp:71:71: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/BassBooster/BassBoosterControlDialog.h:38:2: style: Class 'BassBoosterControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.h:40:2: style: Class 'BassBoosterControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.cpp:61:55: style: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.h:45:44: note: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'.
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.cpp:61:55: note: Function 'saveSettings' argument 1 names different: declaration '_doc' definition 'doc'.
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.cpp:61:73: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.h:45:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/BassBooster/BassBoosterControls.cpp:61:73: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/DualFilter/DualFilterControlDialog.h:39:2: style: Class 'DualFilterControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/DualFilter/DualFilterControls.h:41:2: style: Class 'DualFilterControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/DualFilter/DualFilterControls.cpp:128:73: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/DualFilter/DualFilterControls.h:46:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/DualFilter/DualFilterControls.cpp:128:73: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/HydrogenImport/LocalFileMng.h:15:23: style: Technically the member function 'LocalFileMng::getallPatternList' can be const. [functionConst]
lmms-1.1.3/plugins/HydrogenImport/HydrogenImport.h:14:2: style: Class 'HydrogenImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/LadspaControlDialog.cpp:110:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/LadspaControlDialog.h:42:2: style: Class 'LadspaControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/LadspaControls.h:42:2: style: Class 'LadspaControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/LadspaControls.cpp:99:71: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/LadspaControls.h:50:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/LadspaEffect/LadspaControls.cpp:99:71: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/LadspaEffect/LadspaEffect.cpp:267:58: style: Function 'setControl' argument 2 names different: declaration '_data' definition '_value'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/LadspaEffect.h:49:45: note: Function 'setControl' argument 2 names different: declaration '_data' definition '_value'.
lmms-1.1.3/plugins/LadspaEffect/LadspaEffect.cpp:267:58: note: Function 'setControl' argument 2 names different: declaration '_data' definition '_value'.
lmms-1.1.3/plugins/LadspaEffect/LadspaSubPluginFeatures.h:38:2: style: Class 'LadspaSubPluginFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:415:12: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:254:0: style: Variable 'b0' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:249:0: note: Variable 'b0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:254:0: note: Variable 'b0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:258:0: style: Variable 'ib0' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:249:0: note: Variable 'ib0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:258:0: note: Variable 'ib0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:282:0: style: Variable 'b0' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:277:0: note: Variable 'b0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:282:0: note: Variable 'b0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:286:0: style: Variable 'ib0' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:277:0: note: Variable 'ib0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:286:0: note: Variable 'ib0' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:684:15: style: The scope of the variable '_multi_coeff' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:685:15: style: The scope of the variable '_peak' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:503:73: style: Function 'set_params' argument 5 names different: declaration 'amount' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:557:65: note: Function 'set_params' argument 5 names different: declaration 'amount' definition 'a'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:503:73: note: Function 'set_params' argument 5 names different: declaration 'amount' definition 'a'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:621:69: style: Function 'set_params' argument 4 names different: declaration 'weight' definition 'w'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:615:54: note: Function 'set_params' argument 4 names different: declaration 'weight' definition 'w'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:621:69: note: Function 'set_params' argument 4 names different: declaration 'weight' definition 'w'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:76:18: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:273:5: warning: Member variable 'decay::age' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:120:5: warning: Member variable 'dynamic_buffer::buf' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:120:5: warning: Member variable 'dynamic_buffer::buf_size' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:237:5: warning: Member variable 'simple_flanger::last_delay_pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:237:5: warning: Member variable 'simple_flanger::last_actual_delay_pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:237:5: warning: Member variable 'simple_flanger::ramp_pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:237:5: warning: Member variable 'simple_flanger::ramp_delay_pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:358:5: warning: Member variable 'reverb::old_left' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:358:5: warning: Member variable 'reverb::old_right' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:458:5: warning: Member variable 'biquad_filter_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:472:1: style: The class 'two_band_eq' does not have a constructor although it has private member variables. [noConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::rdrive' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::rbdr' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::kpa' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::kpb' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::kna' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::knb' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::ap' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::an' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::imr' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::kc' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::srct' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::sq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:352:17: warning: Member variable 'tap_distortion::pwrq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:426:13: warning: Member variable 'simple_lfo::freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:426:13: warning: Member variable 'simple_lfo::offset' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:426:13: warning: Member variable 'simple_lfo::amount' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:426:13: warning: Member variable 'simple_lfo::mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:426:13: warning: Member variable 'simple_lfo::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::limit' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::release' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::debug' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::nextpos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:541:20: warning: Member variable 'lookahead_limiter::nextdelta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < unsigned int , 20 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < unsigned int , 25 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/onepole.h:42:0: warning: Member variable 'dsp :: onepole < float , float >::a0' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/onepole.h:42:0: warning: Member variable 'dsp :: onepole < float , float >::a1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/onepole.h:42:0: warning: Member variable 'dsp :: onepole < float , float >::b1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:106:0: style: The class 'dsp :: auto_buffer < 2048 , float >' does not have a constructor although it has private member variables. [noConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:77:9: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:78:9: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:81:16: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:85:9: performance: Variable 'left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:86:9: performance: Variable 'right' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:360:9: performance: Variable 'phase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:278:17: style: Technically the member function 'dsp::decay::get_active' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:281:19: style: Technically the member function 'dsp::decay::get' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:393:10: style: Technically the member function 'dsp::scheduler::is_eob' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:131:16: style: Technically the member function 'dsp::dynamic_buffer::size' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:172:9: performance: Technically the member function 'dsp::buffer_traits::pos_diff' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:45:16: style: Technically the member function 'dsp::linear_ramp::length' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:54:18: style: Technically the member function 'dsp::linear_ramp::ramp' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:59:18: style: Technically the member function 'dsp::linear_ramp::ramp_many' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:81:16: style: Technically the member function 'dsp::exponential_ramp::length' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:90:18: style: Technically the member function 'dsp::exponential_ramp::ramp' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:533:11: style: Technically the member function 'dsp::tap_distortion::get_distortion_level' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/audio_fx.cpp:419:23: note: Technically the member function 'dsp::tap_distortion::get_distortion_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:533:11: note: Technically the member function 'dsp::tap_distortion::get_distortion_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:377:26: style: Technically the member function 'calf_plugins::plugin_registry::get_all' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:90:0: performance: Technically the member function 'dsp :: fixed_size_buffer < 2048 , float >::size' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:125:9: style: Class 'dynamic_buffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:125:9: style: Class 'dynamic_buffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:196:18: warning: Virtual function 'setup' is called from constructor 'simple_chorus()' at line 191. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:191:9: note: Calling setup
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:196:18: note: setup is a virtual method
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:367:18: warning: Virtual function 'setup' is called from constructor 'reverb()' at line 365. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:365:9: note: Calling setup
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:367:18: note: setup is a virtual method
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:80:5: style: Struct 'stereo_sample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:357:9: style: Class 'end_buf_task' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:97:5: style: Class 'mem_fixed_size_buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/buffer.h:124:5: style: Class 'dynamic_buffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:35:5: style: Class 'linear_ramp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:72:5: style: Class 'exponential_ramp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/inertia.h:209:5: style: Class 'once_per_n' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < unsigned int , 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < unsigned int , 25 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:358:22: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:342:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:358:22: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:359:22: style: The function 'dispose' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:343:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:359:22: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:87:10: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:87:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:136:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:136:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:196:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:196:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:244:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:244:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:367:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:367:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:461:10: style: The function 'calculate_filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:431:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:461:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:463:10: style: The function 'filter_activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:432:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:463:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:465:10: style: The function 'sanitize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:433:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:465:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:467:9: style: The function 'process_channel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:434:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:467:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:469:11: style: The function 'freq_gain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:435:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:469:11: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:464:10: style: The function 'note_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:391:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:464:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:466:10: style: The function 'note_off' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:393:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:466:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:468:10: style: The function 'program_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:395:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:468:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:470:10: style: The function 'control_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:397:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:470:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:473:10: style: The function 'pitch_bend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:400:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:473:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:476:10: style: The function 'channel_pressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:403:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:476:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:478:10: style: The function 'params_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:405:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:478:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:480:10: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:407:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:480:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:482:10: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:409:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:482:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:484:10: style: The function 'set_sample_rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:411:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:484:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:486:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:413:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:486:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:488:19: style: The function 'configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:415:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:488:19: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:490:10: style: The function 'send_configures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:417:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:490:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:492:9: style: The function 'send_status_updates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:419:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:492:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:494:10: style: The function 'params_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:421:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:494:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:496:10: style: The function 'post_instantiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:423:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:496:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:499:14: style: The function 'message_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:435:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:499:14: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:504:18: style: The function 'get_port_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:425:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:504:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:511:42: style: The function 'get_metadata_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:427:42: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:511:42: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:513:18: style: The function 'set_progress_report_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:429:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:513:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:525:14: style: The function 'process_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:431:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:525:14: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:539:37: style: The function 'get_line_graph_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:437:37: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:539:37: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:592:17: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:281:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:592:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:593:17: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:283:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:593:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:594:17: style: The function 'get_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:285:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:594:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:595:9: style: The function 'get_input_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:291:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:595:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:596:9: style: The function 'get_output_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:293:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:596:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:597:9: style: The function 'get_inputs_optional' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:295:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:597:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:598:9: style: The function 'get_outputs_optional' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:297:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:598:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:599:9: style: The function 'get_param_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:287:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:599:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:600:10: style: The function 'get_midi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:301:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:600:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:601:10: style: The function 'requires_midi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:303:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:601:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:602:10: style: The function 'is_rt_capable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:299:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:602:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:603:9: style: The function 'get_param_port_offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:305:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:603:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:604:17: style: The function 'get_gui_xml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:289:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:604:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:605:26: style: The function 'get_commands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:307:34: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:605:26: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:606:33: style: The function 'get_param_props' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:309:41: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:606:33: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:607:18: style: The function 'get_port_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:311:26: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:607:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:608:10: style: The function 'is_cv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:315:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:608:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:609:10: style: The function 'is_noisy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:317:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:609:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:610:31: style: The function 'get_plugin_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:313:39: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:610:31: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:611:10: style: The function 'requires_configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:319:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:611:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:653:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:653:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:197:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:686:38: style: The function 'get_table_columns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:228:38: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:686:38: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:687:22: style: The function 'get_table_rows' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:231:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:687:22: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:390:27: error: Iterator 'i' used after element has been erased. [eraseDereference]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:387:9: note: Iterator 'i' used after element has been erased.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/primitives.h:390:27: note: Iterator 'i' used after element has been erased.
lmms-1.1.3/plugins/LadspaEffect/calf/src/giface.cpp:296:84: style: Function 'get_by_uri' argument 1 names different: declaration 'URI' definition 'plugin_uri'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:379:57: note: Function 'get_by_uri' argument 1 names different: declaration 'URI' definition 'plugin_uri'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/giface.cpp:296:84: note: Function 'get_by_uri' argument 1 names different: declaration 'URI' definition 'plugin_uri'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:131:9: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:81:10: style: Technically the member function 'calf_utils::ptlock_base::is_locked' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:38:5: style: Class 'ptmutex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:74:5: style: Class 'ptlock_base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:105:5: style: Class 'ptlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:115:5: style: Class 'pttrylock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:144:5: style: Struct 'text_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/utils.h:154:5: style: Struct 'file_exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/giface.cpp:253:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:592:0: style: The function 'get_name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:281:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:592:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:593:0: style: The function 'get_id' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:283:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:593:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:594:0: style: The function 'get_label' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:285:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:594:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:595:0: style: The function 'get_input_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:291:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:595:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:596:0: style: The function 'get_output_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:293:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:596:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:597:0: style: The function 'get_inputs_optional' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:295:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:597:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:598:0: style: The function 'get_outputs_optional' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:297:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:598:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:599:0: style: The function 'get_param_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:287:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:599:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:600:0: style: The function 'get_midi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:301:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:600:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:601:0: style: The function 'requires_midi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:303:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:601:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:602:0: style: The function 'is_rt_capable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:299:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:602:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:603:0: style: The function 'get_param_port_offset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:305:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:603:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:604:0: style: The function 'get_gui_xml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:289:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:604:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:605:0: style: The function 'get_commands' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:307:34: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:605:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:606:0: style: The function 'get_param_props' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:309:41: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:606:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:607:0: style: The function 'get_port_names' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:311:26: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:607:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:608:0: style: The function 'is_cv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:315:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:608:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:609:0: style: The function 'is_noisy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:317:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:609:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:610:0: style: The function 'get_plugin_info' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:313:39: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:610:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:611:0: style: The function 'requires_configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:319:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:611:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modmatrix.h:89:10: style: Technically the member function 'calf_plugins::mod_matrix_impl::send_configures' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modmatrix.cpp:113:23: note: Technically the member function 'calf_plugins::mod_matrix_impl::send_configures' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modmatrix.h:89:10: note: Technically the member function 'calf_plugins::mod_matrix_impl::send_configures' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::bufptr' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::deltime_l' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::deltime_r' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::mixmode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::medium' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::age' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:105:29: warning: Member variable 'vintage_delay_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:687:20: warning: Member variable 'mono_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:687:20: warning: Member variable 'mono_audio_module::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:687:20: warning: Member variable 'mono_audio_module::pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:687:20: warning: Member variable 'mono_audio_module::buffer_size' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::LL' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::LR' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::RL' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::RR' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::meter_phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules.cpp:451:22: warning: Member variable 'stereo_audio_module::buffer_size' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/loudness.h:81:11: style: Technically the member function 'dsp::aweighter::freq_gain' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:208:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:208:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:209:9: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:209:9: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:238:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:238:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:127:0: style: The function 'params_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:405:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:127:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:142:0: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:407:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:142:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:151:0: style: The function 'set_sample_rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:411:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:151:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:157:0: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:409:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:157:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:162:0: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:433:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules.h:162:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:464:0: style: The function 'note_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:391:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:464:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:466:0: style: The function 'note_off' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:393:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:466:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:468:0: style: The function 'program_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:395:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:468:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:470:0: style: The function 'control_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:397:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:470:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:473:0: style: The function 'pitch_bend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:400:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:473:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:476:0: style: The function 'channel_pressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:403:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:476:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:478:0: style: The function 'params_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:405:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:478:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:480:0: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:407:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:480:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:482:0: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:409:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:482:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:484:0: style: The function 'set_sample_rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:411:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:484:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:486:0: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:413:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:486:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:488:0: style: The function 'configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:415:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:488:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:490:0: style: The function 'send_configures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:417:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:490:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:492:0: style: The function 'send_status_updates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:419:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:492:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:494:0: style: The function 'params_reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:421:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:494:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:496:0: style: The function 'post_instantiate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:423:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:496:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:499:0: style: The function 'message_run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:435:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:499:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:504:0: style: The function 'get_port_arrays' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:425:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:504:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:511:0: style: The function 'get_metadata_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:427:42: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:511:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:513:0: style: The function 'set_progress_report_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:429:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:513:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:525:0: style: The function 'process_slice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:431:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:525:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:539:0: style: The function 'get_line_graph_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:437:37: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:539:0: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:466:13: style: Variable 'outL' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:453:0: note: Variable 'outL' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:466:13: note: Variable 'outL' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:467:13: style: Variable 'outR' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:454:0: note: Variable 'outR' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:467:13: note: Variable 'outR' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1051:13: style: Variable 'leftMC' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1046:0: note: Variable 'leftMC' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1051:13: note: Variable 'leftMC' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1052:13: style: Variable 'rightMC' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1047:0: note: Variable 'rightMC' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1052:13: note: Variable 'rightMC' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1255:13: style: Variable 'outL' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1242:0: note: Variable 'outL' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1255:13: note: Variable 'outL' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1256:13: style: Variable 'outR' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1243:0: note: Variable 'outR' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1256:13: note: Variable 'outR' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::detected' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::kneeSqrt' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::kneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::linKneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::kneeStop' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::compressedKneeStop' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::adjKneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::thres' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::meter_out' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::meter_comp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::old_stereo_link' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2094:30: warning: Member variable 'gain_reduction_audio_module::id' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::peak' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::detected' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::kneeSqrt' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::kneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::linKneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::kneeStop' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::compressedKneeStop' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::adjKneeStart' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::thres' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::attack_coeff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::release_coeff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::attack' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::release' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::meter_out' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::meter_gate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2340:24: warning: Member variable 'expander_audio_module::id' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:397:26: warning: Member variable 'compressor_audio_module::last_calculated_generation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:526:35: warning: Member variable 'sidechaincompressor_audio_module::sc_mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:526:35: warning: Member variable 'sidechaincompressor_audio_module::sc_mode_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:526:35: warning: Member variable 'sidechaincompressor_audio_module::f1_active' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:526:35: warning: Member variable 'sidechaincompressor_audio_module::f2_active' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:526:35: warning: Member variable 'sidechaincompressor_audio_module::last_calculated_generation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:40:35: warning: Member variable 'multibandcompressor_audio_module::solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:40:35: warning: Member variable 'multibandcompressor_audio_module::no_solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:40:35: warning: Member variable 'multibandcompressor_audio_module::mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:945:23: warning: Member variable 'deesser_audio_module::detected' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:945:23: warning: Member variable 'deesser_audio_module::clip_out' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:945:23: warning: Member variable 'deesser_audio_module::last_calculated_generation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1187:20: warning: Member variable 'gate_audio_module::last_calculated_generation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1315:29: warning: Member variable 'sidechaingate_audio_module::sc_mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1315:29: warning: Member variable 'sidechaingate_audio_module::f1_active' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1315:29: warning: Member variable 'sidechaingate_audio_module::f2_active' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1315:29: warning: Member variable 'sidechaingate_audio_module::last_calculated_generation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1735:29: warning: Member variable 'multibandgate_audio_module::solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1735:29: warning: Member variable 'multibandgate_audio_module::no_solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:1735:29: warning: Member variable 'multibandgate_audio_module::mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:60:11: style: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_output_level' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2238:36: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_output_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:60:11: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_output_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:61:11: style: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_comp_level' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2242:36: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_comp_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:61:11: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_comp_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:64:10: performance: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_gridline' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2291:35: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_gridline' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:64:10: note: Technically the member function 'calf_plugins::gain_reduction_audio_module::get_gridline' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:90:11: style: Technically the member function 'calf_plugins::expander_audio_module::get_output_level' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2484:30: note: Technically the member function 'calf_plugins::expander_audio_module::get_output_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:90:11: note: Technically the member function 'calf_plugins::expander_audio_module::get_output_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:91:11: style: Technically the member function 'calf_plugins::expander_audio_module::get_expander_level' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2488:30: note: Technically the member function 'calf_plugins::expander_audio_module::get_expander_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:91:11: note: Technically the member function 'calf_plugins::expander_audio_module::get_expander_level' can be const.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:94:10: performance: Technically the member function 'calf_plugins::expander_audio_module::get_gridline' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_comp.cpp:2537:29: note: Technically the member function 'calf_plugins::expander_audio_module::get_gridline' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:94:10: note: Technically the member function 'calf_plugins::expander_audio_module::get_gridline' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:115:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:115:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:116:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:116:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:117:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:117:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:118:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:197:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:118:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:163:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:163:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:164:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:164:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:165:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:165:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:166:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:166:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:192:18: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:192:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:193:18: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:193:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:194:18: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:194:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:195:18: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:197:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:195:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:226:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:226:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:227:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:227:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:228:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:228:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:248:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:248:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:249:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:249:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:250:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:250:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:251:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:197:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:251:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:296:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:296:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:297:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:297:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:298:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:298:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:299:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:299:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:326:18: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:326:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:327:18: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:327:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:328:18: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:328:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:329:18: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:197:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_comp.h:329:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:35:25: warning: Member variable 'saturator_audio_module::p_q_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:263:23: warning: Member variable 'exciter_audio_module::freq_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:263:23: warning: Member variable 'exciter_audio_module::ceil_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:263:23: warning: Member variable 'exciter_audio_module::ceil_active_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:451:28: warning: Member variable 'bassenhancer_audio_module::freq_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:451:28: warning: Member variable 'bassenhancer_audio_module::floor_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_dist.cpp:451:28: warning: Member variable 'bassenhancer_audio_module::floor_active_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:68:10: style: The function 'activate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:407:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:68:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:69:10: style: The function 'deactivate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:409:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:69:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:71:10: style: The function 'params_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:405:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:71:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:73:10: style: The function 'set_sample_rate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:411:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:73:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:78:14: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:433:22: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:78:14: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:79:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:79:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:80:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:80:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:81:10: style: The function 'get_changed_offsets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:654:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_eq.h:81:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:496:19: style: The scope of the variable 'left' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:497:19: style: The scope of the variable 'right' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:650:11: style: The scope of the variable 'ret' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:651:12: style: The scope of the variable 'freq' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:37:23: warning: Member variable 'limiter_audio_module::mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:37:23: warning: Member variable 'limiter_audio_module::mode_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::no_solo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::striprel' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_limit.cpp:222:32: warning: Member variable 'multibandlimiter_audio_module::weight' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_limit.h:93:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_limit.h:93:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_limit.h:94:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_limit.h:94:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:44:5: warning: Member variable 'flanger_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:44:5: warning: Member variable 'flanger_audio_module::clear_reset' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:44:5: warning: Member variable 'flanger_audio_module::last_r_phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:108:22: warning: Member variable 'phaser_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:108:22: warning: Member variable 'phaser_audio_module::clear_reset' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:108:22: warning: Member variable 'phaser_audio_module::last_r_phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:108:22: warning: Member variable 'phaser_audio_module::x1vals' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:108:22: warning: Member variable 'phaser_audio_module::y1vals' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::dphase_l' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::dphase_h' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::vibrato_mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::maspeed_l' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::maspeed_h' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::meter_l' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:200:30: warning: Member variable 'rotary_speaker_audio_module::meter_h' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:405:27: warning: Member variable 'multichorus_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:405:27: warning: Member variable 'multichorus_audio_module::cutoff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:548:24: warning: Member variable 'pulsator_audio_module::offset_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:548:24: warning: Member variable 'pulsator_audio_module::mode_old' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:548:24: warning: Member variable 'pulsator_audio_module::clear_reset' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:54:26: performance: Variable 'vphase' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:135:18: warning: Virtual function 'setup' is called from constructor 'multichorus()' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:125:9: note: Calling setup
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:135:18: note: setup is a virtual method
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:135:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/audio_fx.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/multichorus.h:135:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:57:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:57:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:83:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:83:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:84:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:84:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:151:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:151:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:153:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:153:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:154:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:154:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:183:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:183:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:184:10: style: The function 'get_dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:172:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:184:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:185:10: style: The function 'get_gridline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_mod.h:185:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:467:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/calf/src/modules_mod.cpp:478:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:772:15: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:769:14: note: outer condition: op<op_end
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:772:15: note: identical inner condition: op<op_end
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:249:58: style: Function 'calculate_buffer_oscs' argument 1 names different: declaration 'lfo' definition 'lfo1'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_synths.h:155:38: note: Function 'calculate_buffer_oscs' argument 1 names different: declaration 'lfo' definition 'lfo1'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:249:58: note: Function 'calculate_buffer_oscs' argument 1 names different: declaration 'lfo' definition 'lfo1'.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:305:36: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:268:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:269:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:220:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:44:5: warning: Member variable 'keystack::active' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/envelope.h:61:5: warning: Member variable 'adsr::fade' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/envelope.h:61:5: warning: Member variable 'adsr::release_time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::crate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::running' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::stopping' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::gate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::force_fadeout' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_key' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::buffer2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::output_pos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::wave1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::wave2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::prev_wave1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::prev_wave2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::filter_type' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_filter_type' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::start_freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::target_freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::cutoff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::fgain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::fgain_delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::separation' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::detune' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::xpose' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::xfade' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::ampctl' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::fltctl' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::odcr' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::porta_time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::lfo_bend' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::modwheel_value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::lfo_clock' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_pwshift1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_pwshift2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_stretch1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::queue_note_on' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::queue_note_on_and_off' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::queue_vel' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::modwheel_value_int' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::legato' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::velocity' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::last_xfade' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/monosynth.cpp:30:25: warning: Member variable 'monosynth_audio_module::moddest' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:500:0: warning: Member variable 'dsp :: biquad_d1_lerp < float , float >::a0delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:500:0: warning: Member variable 'dsp :: biquad_d1_lerp < float , float >::a1delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:500:0: warning: Member variable 'dsp :: biquad_d1_lerp < float , float >::a2delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:500:0: warning: Member variable 'dsp :: biquad_d1_lerp < float , float >::b1delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:500:0: warning: Member variable 'dsp :: biquad_d1_lerp < float , float >::b2delta' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:111:10: style: Technically the member function 'dsp::bandlimiter::make_waveform' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:77:17: style: Technically the member function 'dsp::keystack::has' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:80:16: style: Technically the member function 'dsp::keystack::count' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:83:17: style: Technically the member function 'dsp::keystack::empty' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:86:16: style: Technically the member function 'dsp::keystack::nth' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/envelope.h:196:19: style: Technically the member function 'dsp::adsr::interpolate' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/envelope.h:200:18: style: Technically the member function 'dsp::adsr::get_amp_value' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/biquad.h:577:0: style: Technically the member function 'dsp :: biquad_d1_lerp < float , float >::empty' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/envelope.h:217:5: style: Struct 'fadeout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_synths.h:163:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/modules_synths.h:163:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:70:25: style: Same expression on both sides of '<' because the value of 'polyphony_limit' and 'old_poly' are the same. [duplicateExpression]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:68:29: note: 'old_poly' is assigned value 'polyphony_limit' here.
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:70:25: note: Same expression on both sides of '<' because the value of 'polyphony_limit' and 'old_poly' are the same.
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:725:16: style: The scope of the variable 'data' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:142:0: error: Shifting 32-bit value by 52 bits is undefined behaviour [shiftTooManyBits]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:148:0: error: Shifting 32-bit value by 52 bits is undefined behaviour [shiftTooManyBits]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:159:0: error: Shifting 32-bit value by 52 bits is undefined behaviour [shiftTooManyBits]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:164:0: error: Shifting 32-bit value by 52 bits is undefined behaviour [shiftTooManyBits]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:180:0: error: Shifting 32-bit value by 52 bits is undefined behaviour [shiftTooManyBits]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:159:9: style: Variable 'orig_spectrum' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:986:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:220:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::drawbars' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::harmonics' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::waveforms' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::detune' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::pan' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::routing' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::foldover' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_level' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_wave' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_harmonic' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_vel2amp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_fm_time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_fm_depth' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_fm_wave' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_fm_harmonic' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_vel2fm' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_trigger' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_stereo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::filter_chain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::filter1_type' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::master' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::filters' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::envs' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_rate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_amt' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_wet' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_mode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::lfo_type' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::global_transpose' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::global_detune' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::polyphony' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::quad_env' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::pitch_bend_range' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::bass_freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::bass_gain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::treble_freq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::treble_gain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::dummy_mapcurve' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::perc_decay_const' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::perc_fm_decay_const' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::multiplier' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::phaseshift' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::cutoff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::foldvalue' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:115:5: warning: Member variable 'organ_parameters::percussion_keytrack' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:502:19: warning: Member variable 'organ_voice_base::fm_keytrack' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:502:19: warning: Member variable 'organ_voice_base::rel_age_const' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:270:5: warning: Member variable 'percussion_voice::sample_rate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:293:6: warning: Member variable 'drawbar_organ::global_vibrato' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:293:6: warning: Member variable 'drawbar_organ::eq_l' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:293:6: warning: Member variable 'drawbar_organ::eq_r' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:33:21: warning: Member variable 'organ_audio_module::srate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:33:21: warning: Member variable 'organ_audio_module::panic_flag' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < int64_t , 20 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < int64_t , 52 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < int , 20 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:44:0: warning: Member variable 'dsp :: fixed_point < int , 24 >::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/organ.cpp:36:5: performance: Variable 'var_map_curve' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:155:18: performance: Technically the member function 'dsp::organ_voice_base::wave' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:158:18: performance: Technically the member function 'dsp::organ_voice_base::big_wave' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:111:0: style: Technically the member function 'dsp :: bandlimiter < 12 >::make_waveform' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osc.h:111:0: style: Technically the member function 'dsp :: bandlimiter < 17 >::make_waveform' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:270:5: style: Class 'percussion_voice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < int64_t , 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < int64_t , 52 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < int , 20 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/fixed_point.h:48:0: style: Class 'dsp :: fixed_point < int , 24 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:243:10: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:115:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:243:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:244:10: style: The function 'note_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:117:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:244:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:245:10: style: The function 'note_off' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:119:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:245:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:246:19: style: The function 'get_priority' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:128:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:246:19: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:247:18: style: The function 'steal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:125:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:247:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:250:17: style: The function 'get_current_note' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:127:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:250:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:253:18: style: The function 'get_active' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:121:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:253:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:298:17: style: The function 'alloc_voice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:214:25: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:298:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:299:18: style: The function 'percussion_note_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:218:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:299:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:301:18: style: The function 'setup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:206:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:301:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:303:10: style: The function 'control_change' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:219:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:303:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:307:10: style: The function 'pitch_bend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:222:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:307:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:308:18: style: The function 'check_percussion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/synth.h:224:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:308:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:335:10: style: The function 'params_changed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:300:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:335:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:345:10: style: The function 'get_graph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:167:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/organ.h:345:10: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/plugin.cpp:315:29: warning: Member variable 'ladspa_plugin_metadata_set::input_count' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/plugin.cpp:315:29: warning: Member variable 'ladspa_plugin_metadata_set::output_count' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/plugin.cpp:315:29: warning: Member variable 'ladspa_plugin_metadata_set::param_count' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:97:10: performance: Technically the member function 'calf_plugins::ladspa_plugin_metadata_set::prepare_dssi' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/calf/src/plugin.cpp:420:34: note: Technically the member function 'calf_plugins::ladspa_plugin_metadata_set::prepare_dssi' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:97:10: note: Technically the member function 'calf_plugins::ladspa_plugin_metadata_set::prepare_dssi' can be static.
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:108:5: style: Struct 'ladspa_wrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:51:37: style: The function 'get_line_graph_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:357:37: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:51:37: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:52:19: style: The function 'get_param_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:333:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:52:19: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:53:18: style: The function 'set_param_value' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:335:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:53:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:54:18: style: The function 'activate_preset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:337:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:54:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:55:19: style: The function 'configure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:343:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:55:19: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:56:19: style: The function 'get_level' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:339:19: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:56:19: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:57:18: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:341:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:57:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:60:18: style: The function 'send_configures' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:345:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:60:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:63:17: style: The function 'send_status_updates' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:353:17: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:63:17: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:70:42: style: The function 'get_metadata_iface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/giface.h:355:42: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/ladspa_wrap.h:70:42: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/plugin.cpp:361:62: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:28:94: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:61:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:82:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:125:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:163:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:177:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:207:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/synth.cpp:217:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/utils.cpp:36:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:166:9: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:458:9: performance: Variable 'addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:471:9: performance: Variable 'command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:127:9: style: Technically the member function 'osctl::raw_buffer::read_left' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:131:9: style: Technically the member function 'osctl::raw_buffer::write_left' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:135:16: style: Technically the member function 'osctl::raw_buffer::write_misalignment' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:144:9: style: Technically the member function 'osctl::raw_buffer::tell' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:187:16: style: Technically the member function 'osctl::string_buffer::read_left' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:191:16: style: Technically the member function 'osctl::string_buffer::write_left' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:195:16: style: Technically the member function 'osctl::string_buffer::write_misalignment' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:204:9: style: Technically the member function 'osctl::string_buffer::tell' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:456:5: style: Struct 'osc_net_bad_address' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:506:5: style: Struct 'osc_message_dump' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:221:0: style: Struct 'osctl :: osc_stream < string_buffer , null_buffer , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:221:0: style: Struct 'osctl :: osc_stream < string_buffer , string_buffer , true >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:508:18: style: The function 'receive_osc_message' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:498:18: note: Virtual function in base class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:508:18: note: Function in derived class
lmms-1.1.3/plugins/LadspaEffect/calf/src/calf/osctl.h:164:31: performance: Function parameter '_data' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:130:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:149:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:157:14: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:41:3: warning: Member variable 'Roessler::x' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:41:3: warning: Member variable 'Roessler::y' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:41:3: warning: Member variable 'Roessler::z' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:41:3: warning: Member variable 'Roessler::I' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/RBJ.h:44:3: warning: Member variable 'RBJ::a' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/RBJ.h:44:3: warning: Member variable 'RBJ::b' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:81:3: warning: Member variable 'ToneStack::c' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:81:3: warning: Member variable 'ToneStack::acoef' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:81:3: warning: Member variable 'ToneStack::dcoef_a' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:81:3: warning: Member variable 'ToneStack::dcoef_b' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:212:3: warning: Member variable 'ToneStackLT::kcoef' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:212:3: warning: Member variable 'ToneStackLT::vcoef' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:212:3: warning: Member variable 'ToneStackLT::filter' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:74:3: warning: Member variable 'AmpStub::current' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:57:5: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:58:5: performance: Variable 'c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:59:5: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:120:5: performance: Variable 'b' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:121:5: performance: Variable 'c' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:122:5: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:80:5: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:184:19: style: Technically the member function 'Plugin::getport_unclamped' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:66:22: style: Technically the member function 'DSP::TwelveAX7::transfer' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:80:17: style: Technically the member function 'DSP::TwelveAX7::get_root' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:133:22: style: Technically the member function 'DSP::TwelveAX7_2::transfer' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:179:22: performance: Technically the member function 'DSP::TwelveAX7_3::transfer' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/TwelveAX7.h:223:22: performance: Technically the member function 'DSP::NoTwelveAX7::transfer' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:82:10: style: Technically the member function 'DSP::Roessler::get_x' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:87:10: style: Technically the member function 'DSP::Roessler::get_y' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Roessler.h:92:10: style: Technically the member function 'DSP::Roessler::get_z' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/FIR.h:238:19: style: Technically the member function 'DSP::FIRUpsampler::pad' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Sine.h:80:10: style: Technically the member function 'DSP::Sine::get_phase' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/RBJ.h:59:8: style: Technically the member function 'DSP::RBJ::RBJ::make_direct_I' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:217:8: performance: Technically the member function 'DSP::ToneStackLT::init' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/ToneStack.h:225:8: performance: Technically the member function 'DSP::ToneStackLT::setparams' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:81:19: style: Technically the member function 'AmpStub::power_transfer' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:99:19: warning: The class 'PreampIV' defines member variable with name 'port_info' also defined in its parent class 'PreampIII'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:219:19: note: The class 'PreampIV' defines member variable with name 'port_info' also defined in its parent class 'PreampIII'.
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:99:19: note: The class 'PreampIV' defines member variable with name 'port_info' also defined in its parent class 'PreampIII'.
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:101:12: warning: The class 'PreampIV' defines member variable with name 'adding_gain' also defined in its parent class 'PreampIII'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:221:12: note: The class 'PreampIV' defines member variable with name 'adding_gain' also defined in its parent class 'PreampIII'.
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:101:12: note: The class 'PreampIV' defines member variable with name 'adding_gain' also defined in its parent class 'PreampIII'.
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/OnePole.h:38:3: style: Class 'OnePoleLP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/OnePole.h:84:3: style: Class 'OnePoleHP' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/FIR.h:54:3: style: Class 'FIR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/FIR.h:41:1: warning: The class 'FIR' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:174:10: warning: The class 'CabinetII' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Cabinet.h:119:12: note: The class 'CabinetII' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:174:10: note: The class 'CabinetII' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:41:3: warning: Member variable 'Lorenz::x' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:41:3: warning: Member variable 'Lorenz::y' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:41:3: warning: Member variable 'Lorenz::z' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:41:3: warning: Member variable 'Lorenz::I' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/FPTruncateMode.h:41:3: warning: Member variable 'FPTruncateMode::cw0' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Delay.h:47:3: warning: Member variable 'Delay::size' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:90:10: style: Technically the member function 'DSP::Lorenz::get_x' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:95:10: style: Technically the member function 'DSP::Lorenz::get_y' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Lorenz.h:100:10: style: Technically the member function 'DSP::Lorenz::get_z' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Delay.h:101:3: style: Technically the member function 'DSP::Delay::get_at' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Delay.h:112:3: style: Technically the member function 'DSP::Delay::get_cubic' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:44:25: warning: The class 'StereoChorusI' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:95:12: note: The class 'StereoChorusI' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:44:25: note: The class 'StereoChorusI' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:44:25: warning: The class 'StereoChorusII' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:240:12: note: The class 'StereoChorusII' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Chorus.h:44:25: note: The class 'StereoChorusII' defines member variable with name 'rate' also defined in its parent class 'ChorusStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:52:19: warning: The class 'CEO' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:86:19: note: The class 'CEO' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:52:19: note: The class 'CEO' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:52:19: warning: The class 'Dirac' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:95:19: note: The class 'Dirac' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Click.h:52:19: note: The class 'Dirac' defines member variable with name 'port_info' also defined in its parent class 'ClickStub'.
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.cc:66:22: style: Function 'clip' argument 1 names different: declaration 'x' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.h:56:34: note: Function 'clip' argument 1 names different: declaration 'x' definition 'a'.
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.cc:66:22: note: Function 'clip' argument 1 names different: declaration 'x' definition 'a'.
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.h:56:19: style: Technically the member function 'Clip::clip' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.cc:66:7: note: Technically the member function 'Clip::clip' can be const.
lmms-1.1.3/plugins/LadspaEffect/caps/Clip.h:56:19: note: Technically the member function 'Clip::clip' can be const.
lmms-1.1.3/plugins/LadspaEffect/caps/Compress.h:52:8: performance: Technically the member function 'Compress::init' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: warning: The class 'Compress' defines member variable with name 'fs' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Compress.h:38:10: note: The class 'Compress' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: note: The class 'Compress' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::a' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::b' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::c' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::y' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::gain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::gf' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/Eq.h:77:0: warning: Member variable 'DSP :: Eq < 10 , float >::x' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/HRTF.cc:82:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/caps/HRTF.cc:82:12: style: The scope of the variable 'r' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.cc:188:9: style: The scope of the variable 'xl' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.cc:188:13: style: The scope of the variable 'xr' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.cc:188:17: style: The scope of the variable 'm' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.h:99:8: performance: Technically the member function 'Narrower::init' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.cc:166:11: note: Technically the member function 'Narrower::init' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.h:99:8: note: Technically the member function 'Narrower::init' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.h:100:8: performance: Technically the member function 'Narrower::activate' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.cc:171:11: note: Technically the member function 'Narrower::activate' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/Pan.h:100:8: note: Technically the member function 'Narrower::activate' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/Phaser.h:43:8: performance: Variable 'm' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: warning: The class 'PhaserII' defines member variable with name 'fs' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Phaser.h:115:10: note: The class 'PhaserII' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: note: The class 'PhaserII' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.cc:257:60: style: Function 'process' argument 3 names different: declaration 'xl' definition '_xl'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.h:206:17: note: Function 'process' argument 3 names different: declaration 'xl' definition '_xl'.
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.cc:257:60: note: Function 'process' argument 3 names different: declaration 'xl' definition '_xl'.
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.cc:257:76: style: Function 'process' argument 4 names different: declaration 'xr' definition '_xr'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.h:206:32: note: Function 'process' argument 4 names different: declaration 'xr' definition '_xr'.
lmms-1.1.3/plugins/LadspaEffect/caps/Reverb.cc:257:76: note: Function 'process' argument 4 names different: declaration 'xr' definition '_xr'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:174:10: warning: The class 'Roessler' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/Roessler.h:47:12: note: The class 'Roessler' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:174:10: note: The class 'Roessler' defines member variable with name 'adding_gain' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: warning: The class 'SweepVFI' defines member variable with name 'fs' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/SweepVF.h:49:10: note: The class 'SweepVFI' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: note: The class 'SweepVFI' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: warning: The class 'AutoWah' defines member variable with name 'fs' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/SweepVF.h:124:10: note: The class 'AutoWah' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: note: The class 'AutoWah' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/ToneControls.cc:43:28: style: Function 'init' argument 1 names different: declaration '_fs' definition 'fs'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:177:21: note: Function 'init' argument 1 names different: declaration '_fs' definition 'fs'.
lmms-1.1.3/plugins/LadspaEffect/caps/ToneControls.cc:43:28: note: Function 'init' argument 1 names different: declaration '_fs' definition 'fs'.
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:198:10: performance: Technically the member function 'ToneControls::get_band_gain' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/ToneControls.cc:50:15: note: Technically the member function 'ToneControls::get_band_gain' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/Amp.h:198:10: note: Technically the member function 'ToneControls::get_band_gain' can be static.
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/VCO.h:47:3: warning: Member variable 'TriSaw::inc' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/VCO.h:47:3: warning: Member variable 'TriSaw::tri1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/VCO.h:47:3: warning: Member variable 'TriSaw::tri2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/dsp/VCO.h:107:3: warning: Member variable 'TriSawSquare::inc' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/VCO.h:111:3: warning: Member variable 'VCOd::fs' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: warning: The class 'VCOd' defines member variable with name 'fs' also defined in its parent class 'Plugin'. [duplInheritedMember]
lmms-1.1.3/plugins/LadspaEffect/caps/VCO.h:91:10: note: The class 'VCOd' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/basics.h:173:10: note: The class 'VCOd' defines member variable with name 'fs' also defined in its parent class 'Plugin'.
lmms-1.1.3/plugins/LadspaEffect/caps/White.h:47:8: performance: Technically the member function 'White::init' can be static. [functionStatic]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:130:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:148:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:153:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:170:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:189:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:208:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/caps/Descriptor.h:215:0: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/am.cpp:57:47: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.h:124:23: warning: Member variable 'CMT_PluginInstance::m_ppfPorts' is not assigned a value in 'CMT_PluginInstance::operator='. [operatorEqVarError]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.h:127:3: warning: Member variable 'CMT_PluginInstance::m_ppfPorts' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.h:134:3: style: Class 'CMT_PluginInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:279:34: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:321:36: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:386:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:410:35: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:435:33: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:467:33: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:511:34: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:556:35: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/ambisonic.cpp:594:37: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/amp.cpp:75:33: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/amp.cpp:95:35: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/analogue.cpp:151:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/analogue.cpp:250:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/canyondelay.cpp:81:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/canyondelay.cpp:94:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.cpp:52:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.cpp:71:37: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.cpp:79:37: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/cmt.cpp:153:5: error: Memory leak: ppcNewPortNames [memleak]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/delay.cpp:109:29: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/delay.cpp:128:29: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/delay.cpp:178:29: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/delay.cpp:84:3: warning: Member variable 'DelayLine::m_lWritePointer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/disintegrator.cpp:70:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/disintegrator.cpp:94:3: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/disintegrator.cpp:55:22: performance: Variable 'last_input' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:134:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:142:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:152:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:211:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:272:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:331:38: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:392:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:447:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/dynamic.cpp:59:3: style: Class 'DynamicProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/filter.cpp:76:4: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/filter.cpp:86:30: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/filter.cpp:134:30: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/denormals.h:14:9: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.h:30:37: style: Function 'process' argument 1 names different: declaration 'inp' definition 'input'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.h:16:30: note: Function 'process' argument 1 names different: declaration 'inp' definition 'input'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.h:30:37: note: Function 'process' argument 1 names different: declaration 'inp' definition 'input'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.cpp:9:10: warning: Member variable 'allpass::feedback' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.cpp:9:10: warning: Member variable 'allpass::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.cpp:9:10: warning: Member variable 'allpass::bufsize' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.h:19:10: style: Technically the member function 'allpass::getfeedback' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.cpp:31:16: note: Technically the member function 'allpass::getfeedback' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/allpass.h:19:10: note: Technically the member function 'allpass::getfeedback' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:36:34: style: Function 'process' argument 1 names different: declaration 'inp' definition 'input'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:17:30: note: Function 'process' argument 1 names different: declaration 'inp' definition 'input'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:36:34: note: Function 'process' argument 1 names different: declaration 'inp' definition 'input'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:9:7: warning: Member variable 'comb::feedback' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:9:7: warning: Member variable 'comb::damp1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:9:7: warning: Member variable 'comb::damp2' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:9:7: warning: Member variable 'comb::buffer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:9:7: warning: Member variable 'comb::bufsize' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:20:10: style: Technically the member function 'comb::getdamp' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:33:13: note: Technically the member function 'comb::getdamp' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:20:10: note: Technically the member function 'comb::getdamp' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:22:10: style: Technically the member function 'comb::getfeedback' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.cpp:43:13: note: Technically the member function 'comb::getfeedback' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/comb.h:22:10: note: Technically the member function 'comb::getfeedback' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:78:8: style: The scope of the variable 'outL' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:78:13: style: The scope of the variable 'outR' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:78:18: style: The scope of the variable 'input' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:114:8: style: The scope of the variable 'outL' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:114:13: style: The scope of the variable 'outR' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:114:18: style: The scope of the variable 'input' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:22:10: style: Technically the member function 'revmodel::getroomsize' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:194:17: note: Technically the member function 'revmodel::getroomsize' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:22:10: note: Technically the member function 'revmodel::getroomsize' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:24:10: style: Technically the member function 'revmodel::getdamp' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:205:17: note: Technically the member function 'revmodel::getdamp' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:24:10: note: Technically the member function 'revmodel::getdamp' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:26:10: style: Technically the member function 'revmodel::getwet' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:216:17: note: Technically the member function 'revmodel::getwet' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:26:10: note: Technically the member function 'revmodel::getwet' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:28:10: style: Technically the member function 'revmodel::getdry' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:226:17: note: Technically the member function 'revmodel::getdry' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:28:10: note: Technically the member function 'revmodel::getdry' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:30:10: style: Technically the member function 'revmodel::getwidth' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:237:17: note: Technically the member function 'revmodel::getwidth' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:30:10: note: Technically the member function 'revmodel::getwidth' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:32:10: style: Technically the member function 'revmodel::getmode' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.cpp:248:17: note: Technically the member function 'revmodel::getmode' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/Components/revmodel.h:32:10: note: Technically the member function 'revmodel::getmode' can be const.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/freeverb.cpp:74:28: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/freeverb/freeverb.cpp:84:28: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/grain.cpp:184:35: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/grain.cpp:202:35: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/grain.cpp:64:3: warning: Member variable 'Grain::m_poNextGrain' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/grain.cpp:154:3: warning: Member variable 'GrainScatter::m_lWritePointer' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/hardgate.cpp:60:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:299:18: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:310:18: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:66:18: style: Function 'Pop' argument 1 names different: declaration 'dx' definition '_dx'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:62:14: note: Function 'Pop' argument 1 names different: declaration 'dx' definition '_dx'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:66:18: note: Function 'Pop' argument 1 names different: declaration 'dx' definition '_dx'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:67:18: style: Function 'Pop' argument 2 names different: declaration 'amp' definition '_amp'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:62:24: note: Function 'Pop' argument 2 names different: declaration 'amp' definition '_amp'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:67:18: note: Function 'Pop' argument 2 names different: declaration 'amp' definition '_amp'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:68:18: style: Function 'Pop' argument 3 names different: declaration 'pwr' definition '_pwr'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:62:35: note: Function 'Pop' argument 3 names different: declaration 'pwr' definition '_pwr'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:68:18: note: Function 'Pop' argument 3 names different: declaration 'pwr' definition '_pwr'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:69:18: style: Function 'Pop' argument 4 names different: declaration 'next' definition '_next'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:62:45: note: Function 'Pop' argument 4 names different: declaration 'next' definition '_next'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:69:18: note: Function 'Pop' argument 4 names different: declaration 'next' definition '_next'.
lmms-1.1.3/plugins/LadspaEffect/cmt/src/lofi.cpp:90:3: style: Class 'Record' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/logistic.cpp:74:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/logistic.cpp:83:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/logistic.cpp:58:9: warning: Member variable 'Plugin::counter' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pinknoise.h:90:22: style: Technically the member function 'PinkNoise::getLastValue' can be const. [functionConst]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pinknoise.h:47:2: style: Class 'PinkNoise' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pinknoise.h:47:2: style: Class 'PinkNoise' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/mixer.cpp:59:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/noise.cpp:66:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/noise.cpp:83:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/null.cpp:92:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/null.cpp:103:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/null.cpp:112:31: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/null.cpp:125:31: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/organ.cpp:182:20: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/organ.cpp:199:18: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:94:4: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:101:4: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:109:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:129:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:149:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:175:27: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/peak.cpp:201:31: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/phasemod.cpp:118:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/phasemod.cpp:187:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:86:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:113:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:154:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:64:9: warning: Member variable 'Plugin::first_point' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:64:9: warning: Member variable 'Plugin::counter' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink.cpp:64:9: warning: Member variable 'Plugin::multiplier' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink_full.cpp:71:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink_full.cpp:80:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink_sh.cpp:74:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink_sh.cpp:84:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/pink_sh.cpp:58:9: warning: Member variable 'Plugin::counter' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:119:4: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:127:39: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:149:39: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:171:39: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:190:39: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:94:3: warning: Member variable 'SineOscillator::m_lPhase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sine.cpp:82:8: style: Unused private function: 'SineOscillator::setPhaseStepFromFrequency' [unusedPrivateFunction]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sledgehammer.cpp:74:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sledgehammer.cpp:85:15: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/sledgehammer.cpp:118:3: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/syndrum.cpp:68:24: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/syndrum.cpp:78:24: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/syndrum.cpp:54:3: warning: Member variable 'SynDrum::last_trigger' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/vcf303.cpp:69:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/vcf303.cpp:99:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/LadspaEffect/cmt/src/wshape_sine.cpp:57:34: style: C-style pointer casting [cstyleCast]
alias_1407.xml:31:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
alias_1407.xml:32:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
alias_1407.xml:33:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/ladspa-util.h:220:2: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
am_pitchshift_1433.xml:27:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
am_pitchshift_1433.xml:75:0: note: Variable 'delay' is reassigned a value before the old one has been used.
am_pitchshift_1433.xml:27:2: note: Variable 'delay' is reassigned a value before the old one has been used.
am_pitchshift_1433.xml:46:15: style: The scope of the variable 'i' can be reduced. [variableScope]
am_pitchshift_1433.xml:114:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
am_pitchshift_1433.xml:115:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
am_pitchshift_1433.xml:116:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
amp_1181.xml:28:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
amp_1181.xml:29:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
amp_1181.xml:30:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:72:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:68:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:72:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:73:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:69:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:73:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:192:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:193:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_a_iir_1893.c:194:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:83:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:81:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:83:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:84:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:78:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:84:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:85:2: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:75:0: note: Variable 'first' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:85:2: note: Variable 'first' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:86:2: style: Variable 'second' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:80:0: note: Variable 'second' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:86:2: note: Variable 'second' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:87:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:76:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:87:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:88:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:77:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:88:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:195:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:193:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:195:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:196:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:190:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:196:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:239:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:237:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:239:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:240:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:234:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:240:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:248:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:249:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/bandpass_iir_1892.c:250:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
bode_shifter_1431.xml:62:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
bode_shifter_1431.xml:111:0: note: Variable 'delay' is reassigned a value before the old one has been used.
bode_shifter_1431.xml:62:2: note: Variable 'delay' is reassigned a value before the old one has been used.
bode_shifter_1431.xml:63:2: style: Variable 'sint' is reassigned a value before the old one has been used. [redundantAssignment]
bode_shifter_1431.xml:116:0: note: Variable 'sint' is reassigned a value before the old one has been used.
bode_shifter_1431.xml:63:2: note: Variable 'sint' is reassigned a value before the old one has been used.
bode_shifter_1431.xml:82:8: style: The scope of the variable 'hilb' can be reduced. [variableScope]
bode_shifter_1431.xml:82:14: style: The scope of the variable 'rm1' can be reduced. [variableScope]
bode_shifter_1431.xml:82:19: style: The scope of the variable 'rm2' can be reduced. [variableScope]
bode_shifter_1431.xml:84:6: style: The scope of the variable 'int_p' can be reduced. [variableScope]
bode_shifter_1431.xml:85:8: style: The scope of the variable 'frac_p' can be reduced. [variableScope]
bode_shifter_1431.xml:144:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
bode_shifter_1431.xml:145:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
bode_shifter_1431.xml:146:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:61:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
bode_shifter_cv_1432.xml:180:0: note: Variable 'delay' is reassigned a value before the old one has been used.
bode_shifter_cv_1432.xml:61:2: note: Variable 'delay' is reassigned a value before the old one has been used.
bode_shifter_cv_1432.xml:62:2: style: Variable 'sint' is reassigned a value before the old one has been used. [redundantAssignment]
bode_shifter_cv_1432.xml:184:0: note: Variable 'sint' is reassigned a value before the old one has been used.
bode_shifter_cv_1432.xml:62:2: note: Variable 'sint' is reassigned a value before the old one has been used.
bode_shifter_cv_1432.xml:75:8: style: The scope of the variable 'hilb' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:75:14: style: The scope of the variable 'rm1' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:75:19: style: The scope of the variable 'rm2' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:76:6: style: The scope of the variable 'int_p' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:77:8: style: The scope of the variable 'frac_p' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:132:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:133:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
bode_shifter_cv_1432.xml:134:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:114:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:110:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:114:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:115:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:111:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:115:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:252:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:248:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:252:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:253:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:249:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:253:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:379:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:375:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:379:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:380:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:376:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/butterworth_1902.c:380:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
chebstortion_1430.xml:82:2: style: Variable 'itm1' is reassigned a value before the old one has been used. [redundantAssignment]
chebstortion_1430.xml:86:0: note: Variable 'itm1' is reassigned a value before the old one has been used.
chebstortion_1430.xml:82:2: note: Variable 'itm1' is reassigned a value before the old one has been used.
chebstortion_1430.xml:83:2: style: Variable 'otm1' is reassigned a value before the old one has been used. [redundantAssignment]
chebstortion_1430.xml:87:0: note: Variable 'otm1' is reassigned a value before the old one has been used.
chebstortion_1430.xml:83:2: note: Variable 'otm1' is reassigned a value before the old one has been used.
chebstortion_1430.xml:84:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
chebstortion_1430.xml:85:0: note: Variable 'env' is reassigned a value before the old one has been used.
chebstortion_1430.xml:84:2: note: Variable 'env' is reassigned a value before the old one has been used.
chebstortion_1430.xml:85:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
chebstortion_1430.xml:84:0: note: Variable 'count' is reassigned a value before the old one has been used.
chebstortion_1430.xml:85:2: note: Variable 'count' is reassigned a value before the old one has been used.
chebstortion_1430.xml:132:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
chebstortion_1430.xml:133:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
chebstortion_1430.xml:134:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
comb_1190.xml:21:2: style: Variable 'comb_tbl' is reassigned a value before the old one has been used. [redundantAssignment]
comb_1190.xml:70:0: note: Variable 'comb_tbl' is reassigned a value before the old one has been used.
comb_1190.xml:21:2: note: Variable 'comb_tbl' is reassigned a value before the old one has been used.
comb_1190.xml:42:6: style: The scope of the variable 'data_pos' can be reduced. [variableScope]
comb_1190.xml:44:21: style: The scope of the variable 'd_pos' can be reduced. [variableScope]
comb_1190.xml:44:28: style: The scope of the variable 'fr' can be reduced. [variableScope]
comb_1190.xml:44:32: style: The scope of the variable 'interp' can be reduced. [variableScope]
comb_1190.xml:67:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
comb_1190.xml:68:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
comb_1190.xml:69:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
comb_splitter_1411.xml:23:2: style: Variable 'comb_tbl' is reassigned a value before the old one has been used. [redundantAssignment]
comb_splitter_1411.xml:72:0: note: Variable 'comb_tbl' is reassigned a value before the old one has been used.
comb_splitter_1411.xml:23:2: note: Variable 'comb_tbl' is reassigned a value before the old one has been used.
comb_splitter_1411.xml:44:6: style: The scope of the variable 'data_pos' can be reduced. [variableScope]
comb_splitter_1411.xml:46:21: style: The scope of the variable 'd_pos' can be reduced. [variableScope]
comb_splitter_1411.xml:46:28: style: The scope of the variable 'fr' can be reduced. [variableScope]
comb_splitter_1411.xml:46:32: style: The scope of the variable 'interp' can be reduced. [variableScope]
comb_splitter_1411.xml:46:40: style: The scope of the variable 'in' can be reduced. [variableScope]
comb_splitter_1411.xml:71:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
comb_splitter_1411.xml:72:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
comb_splitter_1411.xml:73:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
const_1909.xml:18:2: style: Variable 'last_amp' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/const_1909.c:62:0: note: Variable 'last_amp' is reassigned a value before the old one has been used.
const_1909.xml:18:2: note: Variable 'last_amp' is reassigned a value before the old one has been used.
const_1909.xml:35:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
const_1909.xml:36:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
const_1909.xml:37:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
crossover_dist_1404.xml:22:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
crossover_dist_1404.xml:41:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
crossover_dist_1404.xml:42:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
crossover_dist_1404.xml:43:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
dc_remove_1207.xml:17:2: style: Variable 'itm1' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/dc_remove_1207.c:61:0: note: Variable 'itm1' is reassigned a value before the old one has been used.
dc_remove_1207.xml:17:2: note: Variable 'itm1' is reassigned a value before the old one has been used.
dc_remove_1207.xml:18:2: style: Variable 'otm1' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/dc_remove_1207.c:62:0: note: Variable 'otm1' is reassigned a value before the old one has been used.
dc_remove_1207.xml:18:2: note: Variable 'otm1' is reassigned a value before the old one has been used.
dc_remove_1207.xml:35:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
dc_remove_1207.xml:36:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
dc_remove_1207.xml:37:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:75:2: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:70:0: note: Variable 'b' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:75:2: note: Variable 'b' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:76:2: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:74:0: note: Variable 'y' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:76:2: note: Variable 'y' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:77:2: style: Variable 'last_decay_time' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:72:0: note: Variable 'last_decay_time' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:77:2: note: Variable 'last_decay_time' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:78:2: style: Variable 'first_time' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:71:0: note: Variable 'first_time' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:78:2: note: Variable 'first_time' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:251:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:252:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/decay_1886.c:253:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
decimator_1202.xml:62:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
decimator_1202.xml:63:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
decimator_1202.xml:64:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
declip_1195.xml:39:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
declip_1195.xml:40:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
declip_1195.xml:41:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
delayorama_1402.xml:54:2: style: Variable 'last_out' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:96:0: note: Variable 'last_out' is reassigned a value before the old one has been used.
delayorama_1402.xml:54:2: note: Variable 'last_out' is reassigned a value before the old one has been used.
delayorama_1402.xml:55:2: style: Variable 'last_ampsc' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:92:0: note: Variable 'last_ampsc' is reassigned a value before the old one has been used.
delayorama_1402.xml:55:2: note: Variable 'last_ampsc' is reassigned a value before the old one has been used.
delayorama_1402.xml:56:2: style: Variable 'last_delaysc' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:94:0: note: Variable 'last_delaysc' is reassigned a value before the old one has been used.
delayorama_1402.xml:56:2: note: Variable 'last_delaysc' is reassigned a value before the old one has been used.
delayorama_1402.xml:57:2: style: Variable 'last_start' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:99:0: note: Variable 'last_start' is reassigned a value before the old one has been used.
delayorama_1402.xml:57:2: note: Variable 'last_start' is reassigned a value before the old one has been used.
delayorama_1402.xml:58:2: style: Variable 'last_range' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:97:0: note: Variable 'last_range' is reassigned a value before the old one has been used.
delayorama_1402.xml:58:2: note: Variable 'last_range' is reassigned a value before the old one has been used.
delayorama_1402.xml:59:2: style: Variable 'last_ntaps' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:95:0: note: Variable 'last_ntaps' is reassigned a value before the old one has been used.
delayorama_1402.xml:59:2: note: Variable 'last_ntaps' is reassigned a value before the old one has been used.
delayorama_1402.xml:60:2: style: Variable 'last_seed' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:98:0: note: Variable 'last_seed' is reassigned a value before the old one has been used.
delayorama_1402.xml:60:2: note: Variable 'last_seed' is reassigned a value before the old one has been used.
delayorama_1402.xml:61:2: style: Variable 'last_a_rand' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:91:0: note: Variable 'last_a_rand' is reassigned a value before the old one has been used.
delayorama_1402.xml:61:2: note: Variable 'last_a_rand' is reassigned a value before the old one has been used.
delayorama_1402.xml:62:2: style: Variable 'last_d_rand' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:93:0: note: Variable 'last_d_rand' is reassigned a value before the old one has been used.
delayorama_1402.xml:62:2: note: Variable 'last_d_rand' is reassigned a value before the old one has been used.
delayorama_1402.xml:31:2: style: Variable 'taps' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:143:0: note: Variable 'taps' is reassigned a value before the old one has been used.
delayorama_1402.xml:31:2: note: Variable 'taps' is reassigned a value before the old one has been used.
delayorama_1402.xml:37:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
delayorama_1402.xml:129:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
delayorama_1402.xml:37:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
delayorama_1402.xml:125:10: style: The scope of the variable 'd_rand' can be reduced. [variableScope]
delayorama_1402.xml:125:18: style: The scope of the variable 'g_rand' can be reduced. [variableScope]
delayorama_1402.xml:200:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
delayorama_1402.xml:201:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
delayorama_1402.xml:202:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
diode_1185.xml:43:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
diode_1185.xml:44:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
diode_1185.xml:45:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
divider_1186.xml:64:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
divider_1186.xml:65:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
divider_1186.xml:66:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
dj_eq_1901.xml:29:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
dj_eq_1901.xml:83:0: note: Variable 'filters' is reassigned a value before the old one has been used.
dj_eq_1901.xml:29:2: note: Variable 'filters' is reassigned a value before the old one has been used.
dj_eq_1901.xml:29:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
dj_eq_1901.xml:93:0: note: Variable 'filters' is reassigned a value before the old one has been used.
dj_eq_1901.xml:29:2: note: Variable 'filters' is reassigned a value before the old one has been used.
dj_eq_1901.xml:43:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
dj_eq_1901.xml:44:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
dj_flanger_1438.xml:39:2: style: Variable 'last_sync' is reassigned a value before the old one has been used. [redundantAssignment]
dj_flanger_1438.xml:65:0: note: Variable 'last_sync' is reassigned a value before the old one has been used.
dj_flanger_1438.xml:39:2: note: Variable 'last_sync' is reassigned a value before the old one has been used.
dj_flanger_1438.xml:47:8: style: The scope of the variable 'd' can be reduced. [variableScope]
dj_flanger_1438.xml:48:8: style: The scope of the variable 'dout' can be reduced. [variableScope]
dj_flanger_1438.xml:48:14: style: The scope of the variable 'out' can be reduced. [variableScope]
dj_flanger_1438.xml:49:15: style: The scope of the variable 'dof' can be reduced. [variableScope]
dj_flanger_1438.xml:103:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
dj_flanger_1438.xml:104:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
dj_flanger_1438.xml:105:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
dyson_compress_1403.xml:128:2: style: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used. [redundantAssignment]
dyson_compress_1403.xml:120:2: note: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:128:2: note: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:90:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
dyson_compress_1403.xml:177:0: note: Variable 'delay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:90:2: note: Variable 'delay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:91:2: style: Variable 'rlevelsqn' is reassigned a value before the old one has been used. [redundantAssignment]
dyson_compress_1403.xml:189:0: note: Variable 'rlevelsqn' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:91:2: note: Variable 'rlevelsqn' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:92:2: style: Variable 'rlevelsqe' is reassigned a value before the old one has been used. [redundantAssignment]
dyson_compress_1403.xml:188:0: note: Variable 'rlevelsqe' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:92:2: note: Variable 'rlevelsqe' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:96:2: style: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used. [redundantAssignment]
dyson_compress_1403.xml:83:2: note: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:96:2: note: Variable 'rpeaklimitdelay' is reassigned a value before the old one has been used.
dyson_compress_1403.xml:321:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
dyson_compress_1403.xml:322:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
dyson_compress_1403.xml:323:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:196:8: style: The scope of the variable 'lin_int' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:196:17: style: The scope of the variable 'lin_inc' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:198:6: style: The scope of the variable 'fph' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:267:8: style: The scope of the variable 'lin_int' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:267:17: style: The scope of the variable 'lin_inc' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:269:6: style: The scope of the variable 'fph' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:302:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:303:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/fad_delay_1192.c:304:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
fast_lookahead_limiter_1913.xml:58:2: style: Variable 'chunk_pos' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:85:0: note: Variable 'chunk_pos' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:58:2: note: Variable 'chunk_pos' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:59:2: style: Variable 'chunk_num' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:84:0: note: Variable 'chunk_num' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:59:2: note: Variable 'chunk_num' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:60:2: style: Variable 'peak' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:91:0: note: Variable 'peak' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:60:2: note: Variable 'peak' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:61:2: style: Variable 'atten' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:79:0: note: Variable 'atten' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:61:2: note: Variable 'atten' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:62:2: style: Variable 'atten_lp' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:80:0: note: Variable 'atten_lp' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:62:2: note: Variable 'atten_lp' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:63:2: style: Variable 'delta' is reassigned a value before the old one has been used. [redundantAssignment]
fast_lookahead_limiter_1913.xml:89:0: note: Variable 'delta' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:63:2: note: Variable 'delta' is reassigned a value before the old one has been used.
fast_lookahead_limiter_1913.xml:70:8: style: The scope of the variable 'sig' can be reduced. [variableScope]
fast_lookahead_limiter_1913.xml:188:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
fast_lookahead_limiter_1913.xml:189:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
fast_lookahead_limiter_1913.xml:190:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
flanger_1191.xml:40:2: style: Variable 'delay_pos' is reassigned a value before the old one has been used. [redundantAssignment]
flanger_1191.xml:62:0: note: Variable 'delay_pos' is reassigned a value before the old one has been used.
flanger_1191.xml:40:2: note: Variable 'delay_pos' is reassigned a value before the old one has been used.
flanger_1191.xml:41:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
flanger_1191.xml:61:0: note: Variable 'count' is reassigned a value before the old one has been used.
flanger_1191.xml:41:2: note: Variable 'count' is reassigned a value before the old one has been used.
flanger_1191.xml:42:2: style: Variable 'old_d_base' is reassigned a value before the old one has been used. [redundantAssignment]
flanger_1191.xml:67:0: note: Variable 'old_d_base' is reassigned a value before the old one has been used.
flanger_1191.xml:42:2: note: Variable 'old_d_base' is reassigned a value before the old one has been used.
flanger_1191.xml:51:7: style: The scope of the variable 'd_base' can be reduced. [variableScope]
flanger_1191.xml:54:8: style: The scope of the variable 'dp' can be reduced. [variableScope]
flanger_1191.xml:55:8: style: The scope of the variable 'dp_frac' can be reduced. [variableScope]
flanger_1191.xml:56:7: style: The scope of the variable 'dp_idx' can be reduced. [variableScope]
flanger_1191.xml:59:8: style: The scope of the variable 'law' can be reduced. [variableScope]
flanger_1191.xml:60:8: style: The scope of the variable 'n_ph' can be reduced. [variableScope]
flanger_1191.xml:60:14: style: The scope of the variable 'p_ph' can be reduced. [variableScope]
flanger_1191.xml:133:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
flanger_1191.xml:134:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
flanger_1191.xml:135:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
foldover_1213.xml:19:8: style: The scope of the variable 'x' can be reduced. [variableScope]
foldover_1213.xml:29:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
foldover_1213.xml:30:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
foldover_1213.xml:31:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
foverdrive_1196.xml:27:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
foverdrive_1196.xml:28:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
foverdrive_1196.xml:29:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
freq_tracker_1418.xml:27:2: style: Variable 'cross_time' is reassigned a value before the old one has been used. [redundantAssignment]
freq_tracker_1418.xml:50:0: note: Variable 'cross_time' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:27:2: note: Variable 'cross_time' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:28:2: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
freq_tracker_1418.xml:51:0: note: Variable 'f' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:28:2: note: Variable 'f' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:29:2: style: Variable 'fo' is reassigned a value before the old one has been used. [redundantAssignment]
freq_tracker_1418.xml:52:0: note: Variable 'fo' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:29:2: note: Variable 'fo' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:30:2: style: Variable 'last_amp' is reassigned a value before the old one has been used. [redundantAssignment]
freq_tracker_1418.xml:54:0: note: Variable 'last_amp' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:30:2: note: Variable 'last_amp' is reassigned a value before the old one has been used.
freq_tracker_1418.xml:60:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
freq_tracker_1418.xml:61:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
freq_tracker_1418.xml:62:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
gate_1410.xml:41:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
gate_1410.xml:74:0: note: Variable 'env' is reassigned a value before the old one has been used.
gate_1410.xml:41:2: note: Variable 'env' is reassigned a value before the old one has been used.
gate_1410.xml:42:2: style: Variable 'gate' is reassigned a value before the old one has been used. [redundantAssignment]
gate_1410.xml:76:0: note: Variable 'gate' is reassigned a value before the old one has been used.
gate_1410.xml:42:2: note: Variable 'gate' is reassigned a value before the old one has been used.
gate_1410.xml:43:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
gate_1410.xml:80:0: note: Variable 'state' is reassigned a value before the old one has been used.
gate_1410.xml:43:2: note: Variable 'state' is reassigned a value before the old one has been used.
gate_1410.xml:34:2: style: Variable 'lf' is reassigned a value before the old one has been used. [redundantAssignment]
gate_1410.xml:105:0: note: Variable 'lf' is reassigned a value before the old one has been used.
gate_1410.xml:34:2: note: Variable 'lf' is reassigned a value before the old one has been used.
gate_1410.xml:35:2: style: Variable 'hf' is reassigned a value before the old one has been used. [redundantAssignment]
gate_1410.xml:103:0: note: Variable 'hf' is reassigned a value before the old one has been used.
gate_1410.xml:35:2: note: Variable 'hf' is reassigned a value before the old one has been used.
gate_1410.xml:60:8: style: The scope of the variable 'post_filter' can be reduced. [variableScope]
gate_1410.xml:60:21: style: The scope of the variable 'apost_filter' can be reduced. [variableScope]
gate_1410.xml:123:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
gate_1410.xml:124:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
gate_1410.xml:125:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
giant_flange_1437.xml:163:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
giant_flange_1437.xml:164:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
giant_flange_1437.xml:165:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
gong_1424.xml:29:2: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
gong_1424.xml:226:0: note: Variable 'w' is reassigned a value before the old one has been used.
gong_1424.xml:29:2: note: Variable 'w' is reassigned a value before the old one has been used.
gong_1424.xml:40:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
gong_1424.xml:225:0: note: Variable 'out' is reassigned a value before the old one has been used.
gong_1424.xml:40:2: note: Variable 'out' is reassigned a value before the old one has been used.
gong_1424.xml:110:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
gong_1424.xml:111:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
gong_1424.xml:112:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
gong_beater_1439.xml:31:2: style: Variable 'running' is reassigned a value before the old one has been used. [redundantAssignment]
gong_beater_1439.xml:58:0: note: Variable 'running' is reassigned a value before the old one has been used.
gong_beater_1439.xml:31:2: note: Variable 'running' is reassigned a value before the old one has been used.
gong_beater_1439.xml:32:2: style: Variable 'x' is reassigned a value before the old one has been used. [redundantAssignment]
gong_beater_1439.xml:59:0: note: Variable 'x' is reassigned a value before the old one has been used.
gong_beater_1439.xml:32:2: note: Variable 'x' is reassigned a value before the old one has been used.
gong_beater_1439.xml:33:2: style: Variable 'y' is reassigned a value before the old one has been used. [redundantAssignment]
gong_beater_1439.xml:61:0: note: Variable 'y' is reassigned a value before the old one has been used.
gong_beater_1439.xml:33:2: note: Variable 'y' is reassigned a value before the old one has been used.
gong_beater_1439.xml:34:2: style: Variable 'xm' is reassigned a value before the old one has been used. [redundantAssignment]
gong_beater_1439.xml:60:0: note: Variable 'xm' is reassigned a value before the old one has been used.
gong_beater_1439.xml:34:2: note: Variable 'xm' is reassigned a value before the old one has been used.
gong_beater_1439.xml:35:2: style: Variable 'ym' is reassigned a value before the old one has been used. [redundantAssignment]
gong_beater_1439.xml:62:0: note: Variable 'ym' is reassigned a value before the old one has been used.
gong_beater_1439.xml:35:2: note: Variable 'ym' is reassigned a value before the old one has been used.
gong_beater_1439.xml:76:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
gong_beater_1439.xml:77:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
gong_beater_1439.xml:78:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/add.c:145:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/add.c:146:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/add.c:149:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/code.c:90:23: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/decode.c:25:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/decode.c:26:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/gsm_decode.c:247:28: style: Variable 'sr' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/long_term.c:919:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/long_term.c:921:14: style: The scope of the variable 'drpp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/lpc.c:321:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/lpc.c:34:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/lpc.c:36:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/lpc.c:184:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/lpc.c:257:16: style: The scope of the variable 'temp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:44:12: style: The scope of the variable 's1' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:45:16: style: The scope of the variable 'L_s2' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:47:16: style: The scope of the variable 'L_temp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:49:8: style: The scope of the variable 'msp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:49:13: style: The scope of the variable 'lsp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:50:8: style: The scope of the variable 'SO' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:52:11: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/preprocess.c:53:12: style: The scope of the variable 'utmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:174:2: style: Variable 'EM' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:134:2: note: Variable 'EM' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:174:2: note: Variable 'EM' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:35:20: style: The scope of the variable 'L_result' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:361:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:362:11: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/rpe.c:209:9: style: Variable 'EM' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:97:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:111:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:123:20: style: The scope of the variable 'ltmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:202:17: style: The scope of the variable 'di' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:202:30: style: The scope of the variable 'sav' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:242:18: style: The scope of the variable 'sav' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:242:23: style: The scope of the variable 'di' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:275:17: style: The scope of the variable 'sri' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:346:37: style: Function 'Gsm_Short_Term_Analysis_Filter' argument 3 names different: declaration 'd' definition 's'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/private.h:189:44: note: Function 'Gsm_Short_Term_Analysis_Filter' argument 3 names different: declaration 'd' definition 's'.
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:346:37: note: Function 'Gsm_Short_Term_Analysis_Filter' argument 3 names different: declaration 'd' definition 's'.
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:388:38: style: Function 'Gsm_Short_Term_Synthesis_Filter' argument 3 names different: declaration 'drp' definition 'wt'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/private.h:232:45: note: Function 'Gsm_Short_Term_Synthesis_Filter' argument 3 names different: declaration 'drp' definition 'wt'.
lmms-1.1.3/plugins/LadspaEffect/swh/gsm/short_term.c:388:38: note: Function 'Gsm_Short_Term_Synthesis_Filter' argument 3 names different: declaration 'drp' definition 'wt'.
gsm_1215.xml:41:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:68:0: note: Variable 'count' is reassigned a value before the old one has been used.
gsm_1215.xml:41:2: note: Variable 'count' is reassigned a value before the old one has been used.
gsm_1215.xml:45:2: style: Variable 'handle' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:72:0: note: Variable 'handle' is reassigned a value before the old one has been used.
gsm_1215.xml:45:2: note: Variable 'handle' is reassigned a value before the old one has been used.
gsm_1215.xml:31:2: style: Variable 'src' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:103:0: note: Variable 'src' is reassigned a value before the old one has been used.
gsm_1215.xml:31:2: note: Variable 'src' is reassigned a value before the old one has been used.
gsm_1215.xml:32:2: style: Variable 'dst' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:98:0: note: Variable 'dst' is reassigned a value before the old one has been used.
gsm_1215.xml:32:2: note: Variable 'dst' is reassigned a value before the old one has been used.
gsm_1215.xml:33:2: style: Variable 'dry' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:97:0: note: Variable 'dry' is reassigned a value before the old one has been used.
gsm_1215.xml:33:2: note: Variable 'dry' is reassigned a value before the old one has been used.
gsm_1215.xml:36:2: style: Variable 'blf' is reassigned a value before the old one has been used. [redundantAssignment]
gsm_1215.xml:95:0: note: Variable 'blf' is reassigned a value before the old one has been used.
gsm_1215.xml:36:2: note: Variable 'blf' is reassigned a value before the old one has been used.
gsm_1215.xml:63:6: style: The scope of the variable 'samp' can be reduced. [variableScope]
gsm_1215.xml:64:8: style: The scope of the variable 'part' can be reduced. [variableScope]
gsm_1215.xml:118:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
gsm_1215.xml:119:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
gsm_1215.xml:120:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
gverb_1216.xml:50:2: style: Variable 'verb' is reassigned a value before the old one has been used. [redundantAssignment]
gverb_1216.xml:108:0: note: Variable 'verb' is reassigned a value before the old one has been used.
gverb_1216.xml:50:2: note: Variable 'verb' is reassigned a value before the old one has been used.
gverb_1216.xml:81:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
gverb_1216.xml:82:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
gverb_1216.xml:83:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
hard_limiter_1413.xml:35:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
hard_limiter_1413.xml:36:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
hard_limiter_1413.xml:37:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
harmonic_gen_1220.xml:56:2: style: Variable 'itm1' is reassigned a value before the old one has been used. [redundantAssignment]
harmonic_gen_1220.xml:95:0: note: Variable 'itm1' is reassigned a value before the old one has been used.
harmonic_gen_1220.xml:56:2: note: Variable 'itm1' is reassigned a value before the old one has been used.
harmonic_gen_1220.xml:57:2: style: Variable 'otm1' is reassigned a value before the old one has been used. [redundantAssignment]
harmonic_gen_1220.xml:96:0: note: Variable 'otm1' is reassigned a value before the old one has been used.
harmonic_gen_1220.xml:57:2: note: Variable 'otm1' is reassigned a value before the old one has been used.
harmonic_gen_1220.xml:103:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
harmonic_gen_1220.xml:104:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
harmonic_gen_1220.xml:105:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
hermes_filter_1200.xml:203:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:297:0: note: Variable 'count' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:203:2: note: Variable 'count' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:204:2: style: Variable 'lfo1' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:301:0: note: Variable 'lfo1' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:204:2: note: Variable 'lfo1' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:205:2: style: Variable 'lfo2' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:304:0: note: Variable 'lfo2' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:205:2: note: Variable 'lfo2' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:206:2: style: Variable 'lfo1_phase' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:303:0: note: Variable 'lfo1_phase' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:206:2: note: Variable 'lfo1_phase' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:207:2: style: Variable 'lfo2_phase' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:306:0: note: Variable 'lfo2_phase' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:207:2: note: Variable 'lfo2_phase' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:162:2: style: Variable 'tables' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:421:0: note: Variable 'tables' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:162:2: note: Variable 'tables' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:163:2: style: Variable 'osc1_d' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:419:0: note: Variable 'osc1_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:163:2: note: Variable 'osc1_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:164:2: style: Variable 'osc2_d' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:420:0: note: Variable 'osc2_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:164:2: note: Variable 'osc2_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:165:2: style: Variable 'lfo1_d' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:414:0: note: Variable 'lfo1_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:165:2: note: Variable 'lfo1_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:166:2: style: Variable 'lfo2_d' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:417:0: note: Variable 'lfo2_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:166:2: note: Variable 'lfo2_d' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:168:2: style: Variable 'xover_b1_data' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:422:0: note: Variable 'xover_b1_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:168:2: note: Variable 'xover_b1_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:169:2: style: Variable 'xover_b2_data' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:423:0: note: Variable 'xover_b2_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:169:2: note: Variable 'xover_b2_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:171:2: style: Variable 'dela_data' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:410:0: note: Variable 'dela_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:171:2: note: Variable 'dela_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:172:2: style: Variable 'dela_pos' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:411:0: note: Variable 'dela_pos' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:172:2: note: Variable 'dela_pos' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:173:2: style: Variable 'filt_data' is reassigned a value before the old one has been used. [redundantAssignment]
hermes_filter_1200.xml:412:0: note: Variable 'filt_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:173:2: note: Variable 'filt_data' is reassigned a value before the old one has been used.
hermes_filter_1200.xml:238:20: style: The scope of the variable 'in' can be reduced. [variableScope]
hermes_filter_1200.xml:238:24: style: The scope of the variable 'rm1' can be reduced. [variableScope]
hermes_filter_1200.xml:238:29: style: The scope of the variable 'rm2' can be reduced. [variableScope]
hermes_filter_1200.xml:238:34: style: The scope of the variable 'rm3' can be reduced. [variableScope]
hermes_filter_1200.xml:238:39: style: The scope of the variable 'mixer1' can be reduced. [variableScope]
hermes_filter_1200.xml:262:8: style: The scope of the variable 'mixer2' can be reduced. [variableScope]
hermes_filter_1200.xml:424:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
hermes_filter_1200.xml:425:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
hermes_filter_1200.xml:426:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:73:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:69:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:73:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:74:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:70:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:74:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:193:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:194:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/highpass_iir_1890.c:195:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
hilbert_1440.xml:53:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
hilbert_1440.xml:91:0: note: Variable 'delay' is reassigned a value before the old one has been used.
hilbert_1440.xml:53:2: note: Variable 'delay' is reassigned a value before the old one has been used.
hilbert_1440.xml:65:8: style: The scope of the variable 'hilb' can be reduced. [variableScope]
hilbert_1440.xml:84:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
hilbert_1440.xml:85:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
hilbert_1440.xml:86:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
imp_1199.xml:167:2: style: Variable 'in_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
imp_1199.xml:150:0: note: Variable 'in_ptr' is reassigned a value before the old one has been used.
imp_1199.xml:167:2: note: Variable 'in_ptr' is reassigned a value before the old one has been used.
imp_1199.xml:168:2: style: Variable 'out_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
imp_1199.xml:153:0: note: Variable 'out_ptr' is reassigned a value before the old one has been used.
imp_1199.xml:168:2: note: Variable 'out_ptr' is reassigned a value before the old one has been used.
imp_1199.xml:169:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
imp_1199.xml:148:0: note: Variable 'count' is reassigned a value before the old one has been used.
imp_1199.xml:169:2: note: Variable 'count' is reassigned a value before the old one has been used.
imp_1199.xml:137:2: style: Variable 'impulse_freq' is reassigned a value before the old one has been used. [redundantAssignment]
imp_1199.xml:223:0: note: Variable 'impulse_freq' is reassigned a value before the old one has been used.
imp_1199.xml:137:2: note: Variable 'impulse_freq' is reassigned a value before the old one has been used.
imp_1199.xml:181:30: style: The scope of the variable 'limit' can be reduced. [variableScope]
imp_1199.xml:264:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
imp_1199.xml:265:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
imp_1199.xml:266:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
impulse_1885.xml:29:2: style: Variable 'phase' is reassigned a value before the old one has been used. [redundantAssignment]
impulse_1885.xml:47:0: note: Variable 'phase' is reassigned a value before the old one has been used.
impulse_1885.xml:29:2: note: Variable 'phase' is reassigned a value before the old one has been used.
impulse_1885.xml:50:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
impulse_1885.xml:51:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
impulse_1885.xml:52:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
inv_1429.xml:25:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
inv_1429.xml:26:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
inv_1429.xml:27:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
karaoke_1409.xml:19:8: style: The scope of the variable 'm' can be reduced. [variableScope]
karaoke_1409.xml:19:11: style: The scope of the variable 's' can be reduced. [variableScope]
karaoke_1409.xml:30:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
karaoke_1409.xml:31:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
karaoke_1409.xml:32:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
latency_1914.xml:25:16: style: The scope of the variable 'pos' can be reduced. [variableScope]
latency_1914.xml:37:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
latency_1914.xml:38:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
latency_1914.xml:39:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lcr_delay_1436.xml:42:2: style: Variable 'last_ll' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:89:0: note: Variable 'last_ll' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:42:2: note: Variable 'last_ll' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:43:2: style: Variable 'last_cl' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:87:0: note: Variable 'last_cl' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:43:2: note: Variable 'last_cl' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:44:2: style: Variable 'last_rl' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:91:0: note: Variable 'last_rl' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:44:2: note: Variable 'last_rl' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:45:2: style: Variable 'last_ld' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:88:0: note: Variable 'last_ld' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:45:2: note: Variable 'last_ld' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:46:2: style: Variable 'last_cd' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:86:0: note: Variable 'last_cd' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:46:2: note: Variable 'last_cd' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:47:2: style: Variable 'last_rd' is reassigned a value before the old one has been used. [redundantAssignment]
lcr_delay_1436.xml:90:0: note: Variable 'last_rd' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:47:2: note: Variable 'last_rd' is reassigned a value before the old one has been used.
lcr_delay_1436.xml:65:8: style: The scope of the variable 'left' can be reduced. [variableScope]
lcr_delay_1436.xml:65:14: style: The scope of the variable 'right' can be reduced. [variableScope]
lcr_delay_1436.xml:66:8: style: The scope of the variable 'fbs' can be reduced. [variableScope]
lcr_delay_1436.xml:136:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lcr_delay_1436.xml:137:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lcr_delay_1436.xml:138:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:74:2: style: Variable 'gt' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:70:0: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:74:2: note: Variable 'gt' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:75:2: style: Variable 'iirf' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:71:0: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:75:2: note: Variable 'iirf' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:195:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:196:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/lowpass_iir_1891.c:197:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
ls_filter_1908.xml:21:2: style: Variable 'filt' is reassigned a value before the old one has been used. [redundantAssignment]
ls_filter_1908.xml:77:0: note: Variable 'filt' is reassigned a value before the old one has been used.
ls_filter_1908.xml:21:2: note: Variable 'filt' is reassigned a value before the old one has been used.
ls_filter_1908.xml:41:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
ls_filter_1908.xml:42:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
ls_filter_1908.xml:43:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
matrix_ms_st_1421.xml:25:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
matrix_ms_st_1421.xml:26:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
matrix_ms_st_1421.xml:27:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
matrix_spatialiser_1422.xml:146:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
matrix_spatialiser_1422.xml:147:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
matrix_spatialiser_1422.xml:148:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
matrix_st_ms_1420.xml:25:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
matrix_st_ms_1420.xml:26:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
matrix_st_ms_1420.xml:27:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
mbeq_1197.xml:109:2: style: Variable 'fifo_pos' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:121:0: note: Variable 'fifo_pos' is reassigned a value before the old one has been used.
mbeq_1197.xml:109:2: note: Variable 'fifo_pos' is reassigned a value before the old one has been used.
mbeq_1197.xml:56:2: style: Variable 'in_fifo' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:200:0: note: Variable 'in_fifo' is reassigned a value before the old one has been used.
mbeq_1197.xml:56:2: note: Variable 'in_fifo' is reassigned a value before the old one has been used.
mbeq_1197.xml:57:2: style: Variable 'out_fifo' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:202:0: note: Variable 'out_fifo' is reassigned a value before the old one has been used.
mbeq_1197.xml:57:2: note: Variable 'out_fifo' is reassigned a value before the old one has been used.
mbeq_1197.xml:58:2: style: Variable 'out_accum' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:201:0: note: Variable 'out_accum' is reassigned a value before the old one has been used.
mbeq_1197.xml:58:2: note: Variable 'out_accum' is reassigned a value before the old one has been used.
mbeq_1197.xml:59:2: style: Variable 'real' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:205:0: note: Variable 'real' is reassigned a value before the old one has been used.
mbeq_1197.xml:59:2: note: Variable 'real' is reassigned a value before the old one has been used.
mbeq_1197.xml:60:2: style: Variable 'comp' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:197:0: note: Variable 'comp' is reassigned a value before the old one has been used.
mbeq_1197.xml:60:2: note: Variable 'comp' is reassigned a value before the old one has been used.
mbeq_1197.xml:61:2: style: Variable 'window' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:206:0: note: Variable 'window' is reassigned a value before the old one has been used.
mbeq_1197.xml:61:2: note: Variable 'window' is reassigned a value before the old one has been used.
mbeq_1197.xml:62:2: style: Variable 'bin_base' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:195:0: note: Variable 'bin_base' is reassigned a value before the old one has been used.
mbeq_1197.xml:62:2: note: Variable 'bin_base' is reassigned a value before the old one has been used.
mbeq_1197.xml:63:2: style: Variable 'bin_delta' is reassigned a value before the old one has been used. [redundantAssignment]
mbeq_1197.xml:196:0: note: Variable 'bin_delta' is reassigned a value before the old one has been used.
mbeq_1197.xml:63:2: note: Variable 'bin_delta' is reassigned a value before the old one has been used.
mbeq_1197.xml:52:8: style: The scope of the variable 'last_bin' can be reduced. [variableScope]
mbeq_1197.xml:52:18: style: The scope of the variable 'next_bin' can be reduced. [variableScope]
mbeq_1197.xml:53:8: style: The scope of the variable 'db' can be reduced. [variableScope]
mbeq_1197.xml:125:14: style: The scope of the variable 'gain_idx' can be reduced. [variableScope]
mbeq_1197.xml:212:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
mbeq_1197.xml:213:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
mbeq_1197.xml:214:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
mod_delay_1419.xml:34:2: style: Variable 'write_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
mod_delay_1419.xml:54:0: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
mod_delay_1419.xml:34:2: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
mod_delay_1419.xml:58:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
mod_delay_1419.xml:59:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
mod_delay_1419.xml:60:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
multivoice_chorus_1201.xml:154:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
multivoice_chorus_1201.xml:155:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
multivoice_chorus_1201.xml:156:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:83:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:81:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:83:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:84:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:78:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:84:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:85:2: style: Variable 'first' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:75:0: note: Variable 'first' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:85:2: note: Variable 'first' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:86:2: style: Variable 'second' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:80:0: note: Variable 'second' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:86:2: note: Variable 'second' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:87:2: style: Variable 'iirf1' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:76:0: note: Variable 'iirf1' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:87:2: note: Variable 'iirf1' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:88:2: style: Variable 'iirf2' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:77:0: note: Variable 'iirf2' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:88:2: note: Variable 'iirf2' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:195:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:193:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:195:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:196:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:190:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:196:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:239:2: style: Variable 'ufc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:237:0: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:239:2: note: Variable 'ufc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:240:2: style: Variable 'lfc' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:234:0: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:240:2: note: Variable 'lfc' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:248:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:249:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/notch_iir_1894.c:250:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
phasers_1217.xml:83:2: style: Variable 'ap' is reassigned a value before the old one has been used. [redundantAssignment]
phasers_1217.xml:148:0: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:83:2: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:85:2: style: Variable 'lfo_tbl' is reassigned a value before the old one has been used. [redundantAssignment]
phasers_1217.xml:152:0: note: Variable 'lfo_tbl' is reassigned a value before the old one has been used.
phasers_1217.xml:85:2: note: Variable 'lfo_tbl' is reassigned a value before the old one has been used.
phasers_1217.xml:80:2: style: Variable 'ap' is reassigned a value before the old one has been used. [redundantAssignment]
phasers_1217.xml:159:0: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:80:2: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:80:2: style: Variable 'ap' is reassigned a value before the old one has been used. [redundantAssignment]
phasers_1217.xml:151:0: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:80:2: note: Variable 'ap' is reassigned a value before the old one has been used.
phasers_1217.xml:81:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
phasers_1217.xml:152:0: note: Variable 'env' is reassigned a value before the old one has been used.
phasers_1217.xml:81:2: note: Variable 'env' is reassigned a value before the old one has been used.
phasers_1217.xml:116:8: style: The scope of the variable 'y' can be reduced. [variableScope]
phasers_1217.xml:115:8: style: The scope of the variable 'y' can be reduced. [variableScope]
pitch_scale_1193.xml:33:2: style: Variable 'buffers' is reassigned a value before the old one has been used. [redundantAssignment]
pitch_scale_1193.xml:125:0: note: Variable 'buffers' is reassigned a value before the old one has been used.
pitch_scale_1193.xml:33:2: note: Variable 'buffers' is reassigned a value before the old one has been used.
pitch_scale_1193.xml:30:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
pitch_scale_1193.xml:31:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
pitch_scale_1193.xml:32:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
pitch_scale_1194.xml:32:2: style: Variable 'buffers' is reassigned a value before the old one has been used. [redundantAssignment]
pitch_scale_1194.xml:111:0: note: Variable 'buffers' is reassigned a value before the old one has been used.
pitch_scale_1194.xml:32:2: note: Variable 'buffers' is reassigned a value before the old one has been used.
pitch_scale_1194.xml:29:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
pitch_scale_1194.xml:30:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
pitch_scale_1194.xml:31:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
plate_1423.xml:26:2: style: Variable 'w' is reassigned a value before the old one has been used. [redundantAssignment]
plate_1423.xml:130:0: note: Variable 'w' is reassigned a value before the old one has been used.
plate_1423.xml:26:2: note: Variable 'w' is reassigned a value before the old one has been used.
plate_1423.xml:36:2: style: Variable 'out' is reassigned a value before the old one has been used. [redundantAssignment]
plate_1423.xml:129:0: note: Variable 'out' is reassigned a value before the old one has been used.
plate_1423.xml:36:2: note: Variable 'out' is reassigned a value before the old one has been used.
plate_1423.xml:85:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
plate_1423.xml:86:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
plate_1423.xml:87:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
pointer_cast_1910.xml:31:2: style: Variable 'filt' is reassigned a value before the old one has been used. [redundantAssignment]
pointer_cast_1910.xml:91:0: note: Variable 'filt' is reassigned a value before the old one has been used.
pointer_cast_1910.xml:31:2: note: Variable 'filt' is reassigned a value before the old one has been used.
pointer_cast_1910.xml:59:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
pointer_cast_1910.xml:60:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
pointer_cast_1910.xml:61:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
rate_shifter_1417.xml:38:2: style: Variable 'write_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
rate_shifter_1417.xml:52:0: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
rate_shifter_1417.xml:38:2: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
rate_shifter_1417.xml:39:2: style: Variable 'write_ptr' is reassigned a value before the old one has been used. [redundantAssignment]
rate_shifter_1417.xml:38:2: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
rate_shifter_1417.xml:39:2: note: Variable 'write_ptr' is reassigned a value before the old one has been used.
rate_shifter_1417.xml:70:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
rate_shifter_1417.xml:71:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
rate_shifter_1417.xml:72:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
retro_flange_1208.xml:59:2: style: Variable 'z0' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:92:0: note: Variable 'z0' is reassigned a value before the old one has been used.
retro_flange_1208.xml:59:2: note: Variable 'z0' is reassigned a value before the old one has been used.
retro_flange_1208.xml:60:2: style: Variable 'z1' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:93:0: note: Variable 'z1' is reassigned a value before the old one has been used.
retro_flange_1208.xml:60:2: note: Variable 'z1' is reassigned a value before the old one has been used.
retro_flange_1208.xml:61:2: style: Variable 'z2' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:94:0: note: Variable 'z2' is reassigned a value before the old one has been used.
retro_flange_1208.xml:61:2: note: Variable 'z2' is reassigned a value before the old one has been used.
retro_flange_1208.xml:63:2: style: Variable 'prev_law_peak' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:89:0: note: Variable 'prev_law_peak' is reassigned a value before the old one has been used.
retro_flange_1208.xml:63:2: note: Variable 'prev_law_peak' is reassigned a value before the old one has been used.
retro_flange_1208.xml:64:2: style: Variable 'next_law_peak' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:86:0: note: Variable 'next_law_peak' is reassigned a value before the old one has been used.
retro_flange_1208.xml:64:2: note: Variable 'next_law_peak' is reassigned a value before the old one has been used.
retro_flange_1208.xml:65:2: style: Variable 'prev_law_pos' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:90:0: note: Variable 'prev_law_pos' is reassigned a value before the old one has been used.
retro_flange_1208.xml:65:2: note: Variable 'prev_law_pos' is reassigned a value before the old one has been used.
retro_flange_1208.xml:66:2: style: Variable 'next_law_pos' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:87:0: note: Variable 'next_law_pos' is reassigned a value before the old one has been used.
retro_flange_1208.xml:66:2: note: Variable 'next_law_pos' is reassigned a value before the old one has been used.
retro_flange_1208.xml:34:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:103:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
retro_flange_1208.xml:34:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
retro_flange_1208.xml:41:2: style: Variable 'delay_line' is reassigned a value before the old one has been used. [redundantAssignment]
retro_flange_1208.xml:106:0: note: Variable 'delay_line' is reassigned a value before the old one has been used.
retro_flange_1208.xml:41:2: note: Variable 'delay_line' is reassigned a value before the old one has been used.
retro_flange_1208.xml:77:8: style: The scope of the variable 'increment' can be reduced. [variableScope]
retro_flange_1208.xml:78:8: style: The scope of the variable 'lin_int' can be reduced. [variableScope]
retro_flange_1208.xml:78:17: style: The scope of the variable 'lin_inc' can be reduced. [variableScope]
retro_flange_1208.xml:80:6: style: The scope of the variable 'fph' can be reduced. [variableScope]
retro_flange_1208.xml:86:8: style: The scope of the variable 'n_ph' can be reduced. [variableScope]
retro_flange_1208.xml:86:14: style: The scope of the variable 'p_ph' can be reduced. [variableScope]
retro_flange_1208.xml:86:20: style: The scope of the variable 'law' can be reduced. [variableScope]
retro_flange_1208.xml:154:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
retro_flange_1208.xml:155:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
retro_flange_1208.xml:156:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:93:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:82:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:93:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:95:2: style: Variable 'buffer_size' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:83:0: note: Variable 'buffer_size' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:95:2: note: Variable 'buffer_size' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:96:2: style: Variable 'write_phase' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:87:0: note: Variable 'write_phase' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:96:2: note: Variable 'write_phase' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:97:2: style: Variable 'delay_samples' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:84:0: note: Variable 'delay_samples' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:97:2: note: Variable 'delay_samples' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:425:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:426:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/revdelay_1605.c:427:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
ringmod_1188.xml:89:2: style: Variable 'offset' is reassigned a value before the old one has been used. [redundantAssignment]
ringmod_1188.xml:35:0: note: Variable 'offset' is reassigned a value before the old one has been used.
ringmod_1188.xml:89:2: note: Variable 'offset' is reassigned a value before the old one has been used.
ringmod_1188.xml:59:7: style: The scope of the variable 'i' can be reduced. [variableScope]
ringmod_1188.xml:26:6: style: The scope of the variable 'o' can be reduced. [variableScope]
satan_maximiser_1408.xml:33:2: style: Variable 'env' is reassigned a value before the old one has been used. [redundantAssignment]
satan_maximiser_1408.xml:56:0: note: Variable 'env' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:33:2: note: Variable 'env' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:35:2: style: Variable 'buffer_pos' is reassigned a value before the old one has been used. [redundantAssignment]
satan_maximiser_1408.xml:55:0: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:35:2: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:28:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
satan_maximiser_1408.xml:71:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:28:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
satan_maximiser_1408.xml:76:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
satan_maximiser_1408.xml:77:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
satan_maximiser_1408.xml:78:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sc1_1425.xml:27:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
sc1_1425.xml:96:0: note: Variable 'rms' is reassigned a value before the old one has been used.
sc1_1425.xml:27:2: note: Variable 'rms' is reassigned a value before the old one has been used.
sc1_1425.xml:35:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
sc1_1425.xml:91:0: note: Variable 'as' is reassigned a value before the old one has been used.
sc1_1425.xml:35:2: note: Variable 'as' is reassigned a value before the old one has been used.
sc1_1425.xml:93:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sc1_1425.xml:94:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sc1_1425.xml:95:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sc2_1426.xml:26:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
sc2_1426.xml:98:0: note: Variable 'rms' is reassigned a value before the old one has been used.
sc2_1426.xml:26:2: note: Variable 'rms' is reassigned a value before the old one has been used.
sc2_1426.xml:34:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
sc2_1426.xml:93:0: note: Variable 'as' is reassigned a value before the old one has been used.
sc2_1426.xml:34:2: note: Variable 'as' is reassigned a value before the old one has been used.
sc2_1426.xml:92:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sc2_1426.xml:93:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sc2_1426.xml:94:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sc3_1427.xml:26:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
sc3_1427.xml:107:0: note: Variable 'rms' is reassigned a value before the old one has been used.
sc3_1427.xml:26:2: note: Variable 'rms' is reassigned a value before the old one has been used.
sc3_1427.xml:34:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
sc3_1427.xml:102:0: note: Variable 'as' is reassigned a value before the old one has been used.
sc3_1427.xml:34:2: note: Variable 'as' is reassigned a value before the old one has been used.
sc3_1427.xml:99:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sc3_1427.xml:100:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sc3_1427.xml:101:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sc4_1882.xml:26:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
sc4_1882.xml:114:0: note: Variable 'rms' is reassigned a value before the old one has been used.
sc4_1882.xml:26:2: note: Variable 'rms' is reassigned a value before the old one has been used.
sc4_1882.xml:36:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
sc4_1882.xml:107:0: note: Variable 'as' is reassigned a value before the old one has been used.
sc4_1882.xml:36:2: note: Variable 'as' is reassigned a value before the old one has been used.
sc4_1882.xml:117:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sc4_1882.xml:118:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sc4_1882.xml:119:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sc4m_1916.xml:26:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
sc4m_1916.xml:108:0: note: Variable 'rms' is reassigned a value before the old one has been used.
sc4m_1916.xml:26:2: note: Variable 'rms' is reassigned a value before the old one has been used.
sc4m_1916.xml:36:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
sc4m_1916.xml:101:0: note: Variable 'as' is reassigned a value before the old one has been used.
sc4m_1916.xml:36:2: note: Variable 'as' is reassigned a value before the old one has been used.
sc4m_1916.xml:110:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sc4m_1916.xml:111:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sc4m_1916.xml:112:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
se4_1883.xml:26:2: style: Variable 'rms' is reassigned a value before the old one has been used. [redundantAssignment]
se4_1883.xml:114:0: note: Variable 'rms' is reassigned a value before the old one has been used.
se4_1883.xml:26:2: note: Variable 'rms' is reassigned a value before the old one has been used.
se4_1883.xml:36:2: style: Variable 'as' is reassigned a value before the old one has been used. [redundantAssignment]
se4_1883.xml:107:0: note: Variable 'as' is reassigned a value before the old one has been used.
se4_1883.xml:36:2: note: Variable 'as' is reassigned a value before the old one has been used.
se4_1883.xml:115:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
se4_1883.xml:116:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
se4_1883.xml:117:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
shaper_1187.xml:22:19: style: Condition 'shape<0' is always false [knownConditionTrueFalse]
shaper_1187.xml:18:17: note: Assignment 'shape=0.0f', assigned value is 0.0
shaper_1187.xml:22:19: note: Condition 'shape<0' is always false
shaper_1187.xml:38:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
shaper_1187.xml:39:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
shaper_1187.xml:40:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sifter_1210.xml:84:2: style: Variable 'b1ptr' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:94:0: note: Variable 'b1ptr' is reassigned a value before the old one has been used.
sifter_1210.xml:84:2: note: Variable 'b1ptr' is reassigned a value before the old one has been used.
sifter_1210.xml:85:2: style: Variable 'b2ptr' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:96:0: note: Variable 'b2ptr' is reassigned a value before the old one has been used.
sifter_1210.xml:85:2: note: Variable 'b2ptr' is reassigned a value before the old one has been used.
sifter_1210.xml:64:2: style: Variable 'b1' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:124:0: note: Variable 'b1' is reassigned a value before the old one has been used.
sifter_1210.xml:64:2: note: Variable 'b1' is reassigned a value before the old one has been used.
sifter_1210.xml:65:2: style: Variable 'b2' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:126:0: note: Variable 'b2' is reassigned a value before the old one has been used.
sifter_1210.xml:65:2: note: Variable 'b2' is reassigned a value before the old one has been used.
sifter_1210.xml:66:2: style: Variable 'ob' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:128:0: note: Variable 'ob' is reassigned a value before the old one has been used.
sifter_1210.xml:66:2: note: Variable 'ob' is reassigned a value before the old one has been used.
sifter_1210.xml:67:2: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
sifter_1210.xml:129:0: note: Variable 'rc' is reassigned a value before the old one has been used.
sifter_1210.xml:67:2: note: Variable 'rc' is reassigned a value before the old one has been used.
sifter_1210.xml:148:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sifter_1210.xml:149:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sifter_1210.xml:150:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sifter_1210.xml:42:29: style: Array index 'left' is used before limits check. [arrayIndexThenCheck]
sin_cos_1881.xml:47:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sin_cos_1881.xml:48:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sin_cos_1881.xml:49:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
single_para_1203.xml:21:2: style: Variable 'filter' is reassigned a value before the old one has been used. [redundantAssignment]
single_para_1203.xml:65:0: note: Variable 'filter' is reassigned a value before the old one has been used.
single_para_1203.xml:21:2: note: Variable 'filter' is reassigned a value before the old one has been used.
single_para_1203.xml:44:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
single_para_1203.xml:45:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
single_para_1203.xml:46:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
sinus_wavewrapper_1198.xml:29:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
sinus_wavewrapper_1198.xml:30:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
sinus_wavewrapper_1198.xml:31:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
smooth_decimate_1414.xml:26:2: style: Variable 'buffer_pos' is reassigned a value before the old one has been used. [redundantAssignment]
smooth_decimate_1414.xml:53:0: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:26:2: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:27:2: style: Variable 'accum' is reassigned a value before the old one has been used. [redundantAssignment]
smooth_decimate_1414.xml:51:0: note: Variable 'accum' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:27:2: note: Variable 'accum' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:19:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
smooth_decimate_1414.xml:88:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:19:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
smooth_decimate_1414.xml:32:8: style: The scope of the variable 'smoothed' can be reduced. [variableScope]
smooth_decimate_1414.xml:55:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
smooth_decimate_1414.xml:56:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
smooth_decimate_1414.xml:57:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
split_1406.xml:27:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
split_1406.xml:28:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
split_1406.xml:29:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
step_muxer_1212.xml:24:2: style: Variable 'ch_state' is reassigned a value before the old one has been used. [redundantAssignment]
step_muxer_1212.xml:100:0: note: Variable 'ch_state' is reassigned a value before the old one has been used.
step_muxer_1212.xml:24:2: note: Variable 'ch_state' is reassigned a value before the old one has been used.
step_muxer_1212.xml:25:2: style: Variable 'ch_gain' is reassigned a value before the old one has been used. [redundantAssignment]
step_muxer_1212.xml:99:0: note: Variable 'ch_gain' is reassigned a value before the old one has been used.
step_muxer_1212.xml:25:2: note: Variable 'ch_gain' is reassigned a value before the old one has been used.
step_muxer_1212.xml:52:8: style: The scope of the variable 'accum' can be reduced. [variableScope]
step_muxer_1212.xml:104:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
step_muxer_1212.xml:105:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
step_muxer_1212.xml:106:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
surround_encoder_1401.xml:67:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
surround_encoder_1401.xml:119:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
surround_encoder_1401.xml:67:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
surround_encoder_1401.xml:69:2: style: Variable 'delay' is reassigned a value before the old one has been used. [redundantAssignment]
surround_encoder_1401.xml:122:0: note: Variable 'delay' is reassigned a value before the old one has been used.
surround_encoder_1401.xml:69:2: note: Variable 'delay' is reassigned a value before the old one has been used.
surround_encoder_1401.xml:88:8: style: The scope of the variable 'hilb' can be reduced. [variableScope]
surround_encoder_1401.xml:115:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
surround_encoder_1401.xml:116:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
surround_encoder_1401.xml:117:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
svf_1214.xml:96:2: style: Variable 'svf' is reassigned a value before the old one has been used. [redundantAssignment]
svf_1214.xml:143:0: note: Variable 'svf' is reassigned a value before the old one has been used.
svf_1214.xml:96:2: note: Variable 'svf' is reassigned a value before the old one has been used.
svf_1214.xml:118:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
svf_1214.xml:119:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
svf_1214.xml:120:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
tape_delay_1211.xml:61:8: style: The scope of the variable 'lin_int' can be reduced. [variableScope]
tape_delay_1211.xml:61:17: style: The scope of the variable 'lin_inc' can be reduced. [variableScope]
tape_delay_1211.xml:63:15: style: The scope of the variable 'fph' can be reduced. [variableScope]
tape_delay_1211.xml:117:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
tape_delay_1211.xml:118:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
tape_delay_1211.xml:119:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
transient_1206.xml:37:2: style: Variable 'fast_buffer_sum' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:64:0: note: Variable 'fast_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:37:2: note: Variable 'fast_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:38:2: style: Variable 'medi_buffer_sum' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:66:0: note: Variable 'medi_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:38:2: note: Variable 'medi_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:39:2: style: Variable 'slow_buffer_sum' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:69:0: note: Variable 'slow_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:39:2: note: Variable 'slow_buffer_sum' is reassigned a value before the old one has been used.
transient_1206.xml:40:2: style: Variable 'buffer_pos' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:62:0: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
transient_1206.xml:40:2: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
transient_1206.xml:41:2: style: Variable 'fast_track' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:65:0: note: Variable 'fast_track' is reassigned a value before the old one has been used.
transient_1206.xml:41:2: note: Variable 'fast_track' is reassigned a value before the old one has been used.
transient_1206.xml:42:2: style: Variable 'medi_track' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:67:0: note: Variable 'medi_track' is reassigned a value before the old one has been used.
transient_1206.xml:42:2: note: Variable 'medi_track' is reassigned a value before the old one has been used.
transient_1206.xml:43:2: style: Variable 'slow_track' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:70:0: note: Variable 'slow_track' is reassigned a value before the old one has been used.
transient_1206.xml:43:2: note: Variable 'slow_track' is reassigned a value before the old one has been used.
transient_1206.xml:44:2: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:63:0: note: Variable 'count' is reassigned a value before the old one has been used.
transient_1206.xml:44:2: note: Variable 'count' is reassigned a value before the old one has been used.
transient_1206.xml:23:2: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
transient_1206.xml:81:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
transient_1206.xml:23:2: note: Variable 'buffer' is reassigned a value before the old one has been used.
transient_1206.xml:60:8: style: The scope of the variable 'ratio' can be reduced. [variableScope]
transient_1206.xml:112:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
transient_1206.xml:113:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
transient_1206.xml:114:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
triple_para_1204.xml:23:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
triple_para_1204.xml:139:0: note: Variable 'filters' is reassigned a value before the old one has been used.
triple_para_1204.xml:23:2: note: Variable 'filters' is reassigned a value before the old one has been used.
triple_para_1204.xml:41:8: style: The scope of the variable 'in' can be reduced. [variableScope]
triple_para_1204.xml:60:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
triple_para_1204.xml:61:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
triple_para_1204.xml:62:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/util/blo.c:45:8: style: The scope of the variable 'max' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/util/iir.c:47:6: style: The scope of the variable 'i' can be reduced. [variableScope]
valve_1209.xml:21:2: style: Variable 'itm1' is reassigned a value before the old one has been used. [redundantAssignment]
valve_1209.xml:49:0: note: Variable 'itm1' is reassigned a value before the old one has been used.
valve_1209.xml:21:2: note: Variable 'itm1' is reassigned a value before the old one has been used.
valve_1209.xml:22:2: style: Variable 'otm1' is reassigned a value before the old one has been used. [redundantAssignment]
valve_1209.xml:50:0: note: Variable 'otm1' is reassigned a value before the old one has been used.
valve_1209.xml:22:2: note: Variable 'otm1' is reassigned a value before the old one has been used.
valve_1209.xml:65:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
valve_1209.xml:66:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
valve_1209.xml:67:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
valve_rect_1405.xml:37:2: style: Variable 'avgs' is reassigned a value before the old one has been used. [redundantAssignment]
valve_rect_1405.xml:58:0: note: Variable 'avgs' is reassigned a value before the old one has been used.
valve_rect_1405.xml:37:2: note: Variable 'avgs' is reassigned a value before the old one has been used.
valve_rect_1405.xml:38:2: style: Variable 'apos' is reassigned a value before the old one has been used. [redundantAssignment]
valve_rect_1405.xml:54:0: note: Variable 'apos' is reassigned a value before the old one has been used.
valve_rect_1405.xml:38:2: note: Variable 'apos' is reassigned a value before the old one has been used.
valve_rect_1405.xml:39:2: style: Variable 'lp1tm1' is reassigned a value before the old one has been used. [redundantAssignment]
valve_rect_1405.xml:59:0: note: Variable 'lp1tm1' is reassigned a value before the old one has been used.
valve_rect_1405.xml:39:2: note: Variable 'lp1tm1' is reassigned a value before the old one has been used.
valve_rect_1405.xml:40:2: style: Variable 'lp2tm1' is reassigned a value before the old one has been used. [redundantAssignment]
valve_rect_1405.xml:60:0: note: Variable 'lp2tm1' is reassigned a value before the old one has been used.
valve_rect_1405.xml:40:2: note: Variable 'lp2tm1' is reassigned a value before the old one has been used.
valve_rect_1405.xml:24:2: style: Variable 'avg' is reassigned a value before the old one has been used. [redundantAssignment]
valve_rect_1405.xml:77:0: note: Variable 'avg' is reassigned a value before the old one has been used.
valve_rect_1405.xml:24:2: note: Variable 'avg' is reassigned a value before the old one has been used.
valve_rect_1405.xml:49:8: style: The scope of the variable 'q' can be reduced. [variableScope]
valve_rect_1405.xml:49:11: style: The scope of the variable 'x' can be reduced. [variableScope]
valve_rect_1405.xml:91:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
valve_rect_1405.xml:92:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
valve_rect_1405.xml:93:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:235:23: style: The scope of the variable 'pan' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:236:9: style: The scope of the variable 'a' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:238:9: style: The scope of the variable 'fl' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:238:13: style: The scope of the variable 'fr' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:339:11: style: The scope of the variable 'pcPortNames' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:340:27: style: The scope of the variable 'piPortDescriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:341:26: style: The scope of the variable 'psPortRangeHints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:342:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:426:8: style: The scope of the variable 'lIndex' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/swh/vocoder_1337.c:265:17: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
vynil_1905.xml:77:2: style: Variable 'buffer_pos' is reassigned a value before the old one has been used. [redundantAssignment]
vynil_1905.xml:93:0: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
vynil_1905.xml:77:2: note: Variable 'buffer_pos' is reassigned a value before the old one has been used.
vynil_1905.xml:80:2: style: Variable 'click_gain' is reassigned a value before the old one has been used. [redundantAssignment]
vynil_1905.xml:98:0: note: Variable 'click_gain' is reassigned a value before the old one has been used.
vynil_1905.xml:80:2: note: Variable 'click_gain' is reassigned a value before the old one has been used.
vynil_1905.xml:81:2: style: Variable 'phi' is reassigned a value before the old one has been used. [redundantAssignment]
vynil_1905.xml:106:0: note: Variable 'phi' is reassigned a value before the old one has been used.
vynil_1905.xml:81:2: note: Variable 'phi' is reassigned a value before the old one has been used.
vynil_1905.xml:93:8: style: The scope of the variable 'src_m' can be reduced. [variableScope]
vynil_1905.xml:93:15: style: The scope of the variable 'src_s' can be reduced. [variableScope]
vynil_1905.xml:179:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
vynil_1905.xml:180:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
vynil_1905.xml:181:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
vynil_1905.xml:237:9: style: Variable 'click_buffer_omega' is not assigned a value. [unassignedVariable]
vynil_1905.xml:238:9: style: Variable 'click_buffer_pos' is not assigned a value. [unassignedVariable]
vynil_1905.xml:78:36: error: Uninitialized variable: click_buffer_omega [uninitvar]
vynil_1905.xml:79:34: error: Uninitialized variable: click_buffer_pos [uninitvar]
wave_terrain_1412.xml:19:8: style: The scope of the variable 'x' can be reduced. [variableScope]
wave_terrain_1412.xml:19:11: style: The scope of the variable 'y' can be reduced. [variableScope]
wave_terrain_1412.xml:29:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
wave_terrain_1412.xml:30:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
wave_terrain_1412.xml:31:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
zm1_1428.xml:21:2: style: Variable 'xm1' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/swh/zm1_1428.c:60:0: note: Variable 'xm1' is reassigned a value before the old one has been used.
zm1_1428.xml:21:2: note: Variable 'xm1' is reassigned a value before the old one has been used.
zm1_1428.xml:37:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
zm1_1428.xml:38:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
zm1_1428.xml:39:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_autopan.c:328:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:235:8: style: The scope of the variable 'phase_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:236:8: style: The scope of the variable 'phase_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:237:8: style: The scope of the variable 'fpos_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:238:8: style: The scope of the variable 'fpos_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:239:8: style: The scope of the variable 'n_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:240:8: style: The scope of the variable 'n_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:241:8: style: The scope of the variable 'rem_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:242:8: style: The scope of the variable 'rem_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:243:8: style: The scope of the variable 's_a_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:243:15: style: The scope of the variable 's_a_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:243:22: style: The scope of the variable 's_b_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:243:29: style: The scope of the variable 's_b_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:245:8: style: The scope of the variable 'd_pos' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:349:8: style: The scope of the variable 'phase_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:350:8: style: The scope of the variable 'phase_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:351:8: style: The scope of the variable 'fpos_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:352:8: style: The scope of the variable 'fpos_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:353:8: style: The scope of the variable 'n_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:354:8: style: The scope of the variable 'n_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:355:8: style: The scope of the variable 'rem_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:356:8: style: The scope of the variable 'rem_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:357:8: style: The scope of the variable 's_a_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:357:15: style: The scope of the variable 's_a_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:357:22: style: The scope of the variable 's_b_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:357:29: style: The scope of the variable 's_b_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:359:8: style: The scope of the variable 'd_pos' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:562:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:119:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_chorusflanger.c:126:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_deesser.c:458:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_deesser.c:133:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:129:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:704:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:161:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:167:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:173:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_doubler.c:179:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_m.c:633:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_m.c:232:3: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_m.c:235:3: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_m.c:235:0: error: Memory leak: rms [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:844:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:256:3: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:258:3: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:261:3: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:258:0: error: Memory leak: rms_L [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_dynamics_st.c:261:0: error: Memory leak: rms_R [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_echo.c:594:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:231:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:224:0: note: Variable 'filters' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:231:2: note: Variable 'filters' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:304:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:420:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:500:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:501:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eq.c:502:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:277:2: style: Variable 'filters' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:270:0: note: Variable 'filters' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:277:2: note: Variable 'filters' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:366:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:506:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:602:9: style: The scope of the variable 'port_names' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:603:25: style: The scope of the variable 'port_descriptors' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_eqbw.c:604:24: style: The scope of the variable 'port_range_hints' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_limiter.c:165:16: style: The scope of the variable 'run_length' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_limiter.c:251:16: style: The scope of the variable 'run_length' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_limiter.c:410:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_limiter.c:89:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_pinknoise.c:77:6: style: The scope of the variable 'k' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_pinknoise.c:312:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_pinknoise.c:109:25: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_pitch.c:523:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_pitch.c:106:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:222:16: style: The scope of the variable 'fragment_pos1' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:223:16: style: The scope of the variable 'fragment_pos2' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:225:16: style: The scope of the variable 'arg_0' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:227:16: style: The scope of the variable 'arg_1' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:229:16: style: The scope of the variable 'arg_2' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:307:16: style: The scope of the variable 'fragment_pos1' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:308:16: style: The scope of the variable 'fragment_pos2' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:310:16: style: The scope of the variable 'arg_0' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:312:16: style: The scope of the variable 'arg_1' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:314:16: style: The scope of the variable 'arg_2' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:467:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:108:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:114:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:120:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:126:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reflector.c:132:4: error: Memory leak: ptr [memleak]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:273:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:433:8: style: The scope of the variable 'out_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:434:8: style: The scope of the variable 'out_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:435:8: style: The scope of the variable 'in_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:436:8: style: The scope of the variable 'in_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:437:8: style: The scope of the variable 'combs_out_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:438:8: style: The scope of the variable 'combs_out_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:552:8: style: The scope of the variable 'out_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:553:8: style: The scope of the variable 'out_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:554:8: style: The scope of the variable 'in_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:555:8: style: The scope of the variable 'in_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:556:8: style: The scope of the variable 'combs_out_L' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:557:8: style: The scope of the variable 'combs_out_R' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_reverb.c:802:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_rotspeak.c:735:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_sigmoid.c:305:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_tremolo.c:310:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_tubewarmth.c:458:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/LadspaEffect/tap/tap_vibrato.c:412:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:519:35: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:520:33: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:540:37: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:541:40: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/MidiImport/MidiImport.h:61:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:507:26: warning: Assert statement calls a function which may have desired side effects: 'get_posn'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:554:16: warning: Assert statement calls a function which may have desired side effects: 'get_posn'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:127:5: warning: Member variable 'Alg_parameters::parm' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:262:5: warning: Member variable 'Alg_event::type' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:262:5: warning: Member variable 'Alg_event::key' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:262:5: warning: Member variable 'Alg_event::time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:262:5: warning: Member variable 'Alg_event::chan' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:275:5: warning: Member variable 'Alg_note::pitch' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:275:5: warning: Member variable 'Alg_note::loud' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:275:5: warning: Member variable 'Alg_note::dur' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:287:5: warning: Member variable 'Alg_update::parameter' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:409:5: warning: Member variable 'Alg_beat::time' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:409:5: warning: Member variable 'Alg_beat::beat' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:320:6: warning: Class 'Alg_events' which has virtual members does not have a virtual destructor. [virtualDestructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:114:10: style: Technically the member function 'Alg_parameter::attr_type' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:179:10: style: Technically the member function 'Alg_event::is_note' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:180:10: style: Technically the member function 'Alg_event::is_update' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:181:10: style: Technically the member function 'Alg_event::get_type' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:186:10: style: Technically the member function 'Alg_event::get_selected' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:192:10: style: Technically the member function 'Alg_event::get_identifier' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:369:10: style: Technically the member function 'Alg_event_list::get_type' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:377:12: style: Technically the member function 'Alg_event_list::get_beat_dur' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:379:12: style: Technically the member function 'Alg_event_list::get_real_dur' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:392:17: performance: Technically the member function 'Alg_event_list::get_last_error_message' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:457:10: style: Technically the member function 'Alg_time_map::length' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:503:10: style: Technically the member function 'Serial_buffer::get_posn' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:504:10: style: Technically the member function 'Serial_buffer::get_len' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:608:10: style: Technically the member function 'Alg_track::get_units_are_seconds' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:613:12: style: Technically the member function 'Alg_track::get_dur' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:786:10: style: Technically the member function 'Alg_time_sigs::length' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:809:10: style: Technically the member function 'Alg_tracks::length' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:866:9: style: Technically the member function 'Alg_seq::get_read_error' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:926:10: performance: Technically the member function 'Alg_seq::add' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: warning: Virtual function 'set_time_map' is called from constructor 'Alg_track()' at line 580. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:580:19: note: Calling set_time_map
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: set_time_map is a virtual method
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: warning: Virtual function 'set_time_map' is called from destructor '~Alg_track()' at line 590. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:590:28: note: Calling set_time_map
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: set_time_map is a virtual method
lmms-1.1.3/plugins/MidiImport/MidiImport.h:40:2: style: Class 'MidiImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:127:5: style: Class 'Alg_parameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:270:5: style: Class 'Alg_note' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:283:5: style: Class 'Alg_update' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:367:5: style: Class 'Alg_event_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:456:5: style: Class 'Alg_time_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:860:5: style: Class 'Alg_seq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:861:5: style: Class 'Alg_seq' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:276:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:276:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:288:10: style: The function 'show' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:177:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:288:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:575:28: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:364:28: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:575:28: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:867:10: style: The function 'serialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:596:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:867:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:869:10: style: The function 'set_time_map' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:869:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:895:28: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:575:28: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:895:28: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:897:18: style: The function 'convert_to_seconds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:611:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:897:18: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:898:18: style: The function 'convert_to_beats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:610:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:898:18: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:902:14: style: The function 'cut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:659:24: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:902:14: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:904:10: style: The function 'insert_silence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:714:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:904:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:906:14: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:668:24: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:906:14: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:908:18: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:701:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:908:18: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:909:18: style: The function 'merge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:692:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:909:18: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:910:18: style: The function 'silence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:707:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:910:18: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:343:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:351:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:359:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:367:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:375:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:383:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:390:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:398:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:407:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:426:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:439:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:452:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:465:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:478:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:493:22: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:502:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:510:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:518:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:527:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:536:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:545:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:554:26: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1375:30: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1391:34: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2814:10: style: The scope of the variable 'cur' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:272:40: style: Function 'set_string_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:201:33: note: Function 'set_string_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:272:40: note: Function 'set_string_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:285:38: style: Function 'set_real_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:202:31: note: Function 'set_real_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:285:38: note: Function 'set_real_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:301:41: style: Function 'set_logical_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:203:34: note: Function 'set_logical_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:301:41: note: Function 'set_logical_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:314:41: style: Function 'set_integer_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:204:34: note: Function 'set_integer_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:314:41: note: Function 'set_integer_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:327:38: style: Function 'set_atom_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:205:31: note: Function 'set_atom_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:327:38: note: Function 'set_atom_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:327:47: style: Function 'set_atom_value' argument 2 names different: declaration 'atom' definition 'value'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:205:43: note: Function 'set_atom_value' argument 2 names different: declaration 'atom' definition 'value'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:327:47: note: Function 'set_atom_value' argument 2 names different: declaration 'atom' definition 'value'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:403:37: style: Function 'has_attribute' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:225:30: note: Function 'has_attribute' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:403:37: note: Function 'has_attribute' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:414:42: style: Function 'get_attribute_type' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:226:35: note: Function 'get_attribute_type' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:414:42: note: Function 'get_attribute_type' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:422:41: style: Function 'get_string_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:230:34: note: Function 'get_string_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:422:41: note: Function 'get_string_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:435:40: style: Function 'get_real_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:231:33: note: Function 'get_real_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:435:40: note: Function 'get_real_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:448:41: style: Function 'get_logical_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:232:34: note: Function 'get_logical_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:448:41: note: Function 'get_logical_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:461:41: style: Function 'get_integer_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:233:34: note: Function 'get_integer_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:461:41: note: Function 'get_integer_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:474:39: style: Function 'get_atom_value' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:234:32: note: Function 'get_atom_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:474:39: note: Function 'get_atom_value' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:490:40: style: Function 'delete_attribute' argument 1 names different: declaration 'attr' definition 'a'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:235:33: note: Function 'delete_attribute' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:490:40: note: Function 'delete_attribute' argument 1 names different: declaration 'attr' definition 'a'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1088:33: style: Function 'paste' argument 1 names different: declaration 'start' definition 'beat'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:475:23: note: Function 'paste' argument 1 names different: declaration 'start' definition 'beat'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1088:33: note: Function 'paste' argument 1 names different: declaration 'start' definition 'beat'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1632:32: style: Function 'set_dur' argument 1 names different: declaration 'dur' definition 'duration'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:612:25: note: Function 'set_dur' argument 1 names different: declaration 'dur' definition 'duration'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1632:32: note: Function 'set_dur' argument 1 names different: declaration 'dur' definition 'duration'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2366:33: style: Function 'cut' argument 1 names different: declaration 't' definition 'start'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:902:25: note: Function 'cut' argument 1 names different: declaration 't' definition 'start'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2366:33: note: Function 'cut' argument 1 names different: declaration 't' definition 'start'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2593:28: style: Function 'clear' argument 1 names different: declaration 't' definition 'start'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:908:31: note: Function 'clear' argument 1 names different: declaration 't' definition 'start'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2593:28: note: Function 'clear' argument 1 names different: declaration 't' definition 'start'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:150:20: warning: Assert statement calls a function which may have desired side effects: 'attr_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:161:20: warning: Assert statement calls a function which may have desired side effects: 'attr_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:171:20: warning: Assert statement calls a function which may have desired side effects: 'attr_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:181:20: warning: Assert statement calls a function which may have desired side effects: 'attr_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:191:20: warning: Assert statement calls a function which may have desired side effects: 'attr_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:342:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:350:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:358:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:366:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:374:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:382:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:389:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:397:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:405:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:416:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:424:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:437:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:450:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:463:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:476:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:492:12: warning: Assert statement calls a function which may have desired side effects: 'is_note'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:501:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:509:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:517:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:519:12: warning: Assert statement calls a function which may have desired side effects: 'get_update_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:526:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:528:12: warning: Assert statement calls a function which may have desired side effects: 'get_update_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:535:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:537:12: warning: Assert statement calls a function which may have desired side effects: 'get_update_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:544:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:546:12: warning: Assert statement calls a function which may have desired side effects: 'get_update_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:553:12: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:555:12: warning: Assert statement calls a function which may have desired side effects: 'get_update_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1277:12: warning: Assert statement calls a function which may have desired side effects: 'get_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1286:12: warning: Assert statement calls a function which may have desired side effects: 'get_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1390:27: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1462:20: warning: Assert statement calls a function which may have desired side effects: 'get_len'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1495:20: warning: Assert statement calls a function which may have desired side effects: 'get_posn'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1502:20: warning: Assert statement calls a function which may have desired side effects: 'get_char'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1503:20: warning: Assert statement calls a function which may have desired side effects: 'get_char'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1504:20: warning: Assert statement calls a function which may have desired side effects: 'get_char'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1505:20: warning: Assert statement calls a function which may have desired side effects: 'get_char'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1508:29: warning: Assert statement calls a function which may have desired side effects: 'get_len'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1548:38: warning: Assert statement calls a function which may have desired side effects: 'get_posn'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1739:12: warning: Assert statement calls a function which may have desired side effects: 'get_type'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1744:21: warning: Assert statement calls a function which may have desired side effects: 'get_owner'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2281:37: warning: Assert statement calls a function which may have desired side effects: 'length'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2341:42: warning: Assert statement calls a function which may have desired side effects: 'tracks'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:459:10: style: Technically the member function 'Alg_time_map::locate_time' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:820:20: note: Technically the member function 'Alg_time_map::locate_time' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:459:10: note: Technically the member function 'Alg_time_map::locate_time' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:460:10: style: Technically the member function 'Alg_time_map::locate_beat' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:830:20: note: Technically the member function 'Alg_time_map::locate_beat' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:460:10: note: Technically the member function 'Alg_time_map::locate_beat' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:571:10: performance: Technically the member function 'Alg_track::unserialize_parameter' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1552:17: note: Technically the member function 'Alg_track::unserialize_parameter' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:571:10: note: Technically the member function 'Alg_track::unserialize_parameter' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:787:9: style: Technically the member function 'Alg_time_sigs::find_beat' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1951:20: note: Technically the member function 'Alg_time_sigs::find_beat' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:787:9: note: Technically the member function 'Alg_time_sigs::find_beat' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:936:10: style: Technically the member function 'Alg_seq::iteration_end' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:2834:15: note: Technically the member function 'Alg_seq::iteration_end' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:936:10: note: Technically the member function 'Alg_seq::iteration_end' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: warning: Virtual function 'set_time_map' is called from constructor 'Alg_track(Alg_time_map*map,bool seconds)' at line 1173. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1173:5: note: Calling set_time_map
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: set_time_map is a virtual method
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: warning: Virtual function 'set_time_map' is called from copy constructor 'Alg_track(Alg_track&track)' at line 1196. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1196:5: note: Calling set_time_map
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: set_time_map is a virtual method
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: warning: Virtual function 'set_time_map' is called from constructor 'Alg_track(class Alg_event_list&event_list,class Alg_time_map*map,bool units_are_seconds)' at line 1209. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.cpp:1209:5: note: Calling set_time_map
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:624:18: note: set_time_map is a virtual method
lmms-1.1.3/plugins/MidiImport/portsmf/allegro.h:559:1: warning: The class 'Alg_track' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:108:10: style: The scope of the variable 'ts_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:152:14: style: The scope of the variable 'time_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:153:14: style: The scope of the variable 'next_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:154:16: style: The scope of the variable 'next' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:155:14: style: The scope of the variable 'voice_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:156:14: style: The scope of the variable 'loud_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:157:14: style: The scope of the variable 'dur_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:158:14: style: The scope of the variable 'new_pitch_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:159:16: style: The scope of the variable 'new_pitch' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:160:14: style: The scope of the variable 'new_key_flag' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:161:13: style: The scope of the variable 'new_key' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:475:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:646:67: style: Function 'parse_attribute' argument 2 names different: declaration 'parm' definition 'param'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:48:59: note: Function 'parse_attribute' argument 2 names different: declaration 'parm' definition 'param'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:646:67: note: Function 'parse_attribute' argument 2 names different: declaration 'parm' definition 'param'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:68:13: warning: Member variable 'Alg_reader::line_parser' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:68:13: warning: Member variable 'Alg_reader::error_flag' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:38:9: style: Technically the member function 'Alg_reader::find_real_in' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:454:17: note: Technically the member function 'Alg_reader::find_real_in' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:38:9: note: Technically the member function 'Alg_reader::find_real_in' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:50:10: performance: Technically the member function 'Alg_reader::check_type' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:737:18: note: Technically the member function 'Alg_reader::check_type' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrord.cpp:50:10: note: Technically the member function 'Alg_reader::check_type' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:159:45: style: Function 'Mf_portprefix' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:75:28: note: Function 'Mf_portprefix' argument 1 names different: declaration 'port' definition 'p'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:159:45: note: Function 'Mf_portprefix' argument 1 names different: declaration 'port' definition 'p'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:198:18: warning: Assert statement calls a function which may have desired side effects: 'get_units_are_seconds'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:42:5: warning: Member variable 'Alg_midifile_reader::divisions' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:42:5: warning: Member variable 'Alg_midifile_reader::track' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:42:5: warning: Member variable 'Alg_midifile_reader::channel_offset' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:60:10: style: Technically the member function 'Alg_midifile_reader::get_currtime' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:68:11: style: The function 'Mf_malloc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:40:19: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:68:11: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:69:10: style: The function 'Mf_free' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:41:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:69:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:71:10: style: The function 'Mf_starttrack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:43:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:71:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:72:10: style: The function 'Mf_endtrack' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:44:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:72:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:73:9: style: The function 'Mf_getc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:45:17: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:73:9: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:74:10: style: The function 'Mf_chanprefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:46:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:74:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:75:10: style: The function 'Mf_portprefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:47:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:75:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:76:10: style: The function 'Mf_eot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:48:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:76:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:77:10: style: The function 'Mf_error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:49:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:77:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:78:10: style: The function 'Mf_header' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:50:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:78:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:79:10: style: The function 'Mf_on' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:51:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:79:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:80:10: style: The function 'Mf_off' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:52:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:80:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:81:10: style: The function 'Mf_pressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:53:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:81:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:82:10: style: The function 'Mf_controller' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:54:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:82:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:83:10: style: The function 'Mf_pitchbend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:55:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:83:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:84:10: style: The function 'Mf_program' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:56:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:84:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:85:10: style: The function 'Mf_chanpressure' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:57:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:85:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:87:10: style: The function 'Mf_sysex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:58:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:87:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:88:10: style: The function 'Mf_arbitrary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:59:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:88:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:89:10: style: The function 'Mf_metamisc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:60:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:89:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:90:10: style: The function 'Mf_seqnum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:61:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:90:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:91:10: style: The function 'Mf_smpte' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:62:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:91:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:92:10: style: The function 'Mf_timesig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:63:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:92:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:93:10: style: The function 'Mf_tempo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:64:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:93:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:94:10: style: The function 'Mf_keysig' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:65:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:94:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:95:10: style: The function 'Mf_sqspecific' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:66:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:95:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:96:10: style: The function 'Mf_text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:67:18: note: Virtual function in base class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfrd.cpp:96:10: note: Function in derived class
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:416:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:537:9: style: The scope of the variable 'track_len_offset' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:538:9: style: The scope of the variable 'track_end_offset' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:539:9: style: The scope of the variable 'track_len' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:42: style: Function 'Alg_smf_write' argument 1 names different: declaration 'seq' definition 'a_seq'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:31:31: note: Function 'Alg_smf_write' argument 1 names different: declaration 'seq' definition 'a_seq'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:42: note: Function 'Alg_smf_write' argument 1 names different: declaration 'seq' definition 'a_seq'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:613:39: style: Function 'write_varinum' argument 1 names different: declaration 'num' definition 'value'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:73:28: note: Function 'write_varinum' argument 1 names different: declaration 'num' definition 'value'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:613:39: note: Function 'write_varinum' argument 1 names different: declaration 'num' definition 'value'.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:16: warning: Member variable 'Alg_smf_write::channels_per_track' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:16: warning: Member variable 'Alg_smf_write::num_tracks' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:16: warning: Member variable 'Alg_smf_write::timesig_when' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:81:16: warning: Member variable 'Alg_smf_write::keysig_when' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:54:9: style: Unused private function: 'Alg_smf_write::to_track' [unusedPrivateFunction]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:53:9: style: Technically the member function 'Alg_smf_write::to_midi_channel' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:232:20: note: Technically the member function 'Alg_smf_write::to_midi_channel' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:53:9: note: Technically the member function 'Alg_smf_write::to_midi_channel' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:54:9: style: Technically the member function 'Alg_smf_write::to_track' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:241:20: note: Technically the member function 'Alg_smf_write::to_track' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:54:9: note: Technically the member function 'Alg_smf_write::to_track' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/allegrosmfwr.cpp:31:5: style: Class 'Alg_smf_write' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/MidiImport/portsmf/allegrowr.cpp:162:27: warning: Assert statement calls a function which may have desired side effects: 'is_update'. [assertWithSideEffect]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:380:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:378:0: note: Variable 'value' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:380:5: note: Variable 'value' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:124:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:128:9: style: The scope of the variable 'needed' can be reduced. [variableScope]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:423:18: warning: Member variable 'Midifile_reader::midifile_error' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:82:9: style: Technically the member function 'Midifile_reader::msgleng' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:452:22: note: Technically the member function 'Midifile_reader::msgleng' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:82:9: note: Technically the member function 'Midifile_reader::msgleng' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:85:10: performance: Technically the member function 'Midifile_reader::to32bit' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:376:23: note: Technically the member function 'Midifile_reader::to32bit' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:85:10: note: Technically the member function 'Midifile_reader::to32bit' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:86:9: performance: Technically the member function 'Midifile_reader::to16bit' can be static. [functionStatic]
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.cpp:387:22: note: Technically the member function 'Midifile_reader::to16bit' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/mfmidi.h:86:9: note: Technically the member function 'Midifile_reader::to16bit' can be static.
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.cpp:54:42: style: Function 'string_escape' argument 2 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.h:18:47: note: Function 'string_escape' argument 2 names different: declaration 's' definition 'str'.
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.cpp:54:42: note: Function 'string_escape' argument 2 names different: declaration 's' definition 'str'.
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.h:12:10: style: Technically the member function 'String_parse::peek' can be const. [functionConst]
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.cpp:16:20: note: Technically the member function 'String_parse::peek' can be const.
lmms-1.1.3/plugins/MidiImport/portsmf/strparse.h:12:10: note: Technically the member function 'String_parse::peek' can be const.
lmms-1.1.3/plugins/SpectrumAnalyzer/SpectrumAnalyzerControlDialog.h:38:2: style: Class 'SpectrumAnalyzerControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h:40:2: style: Class 'SpectrumAnalyzerControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp:54:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.h:45:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/SpectrumAnalyzer/SpectrumAnalyzerControls.cpp:54:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/VstEffect/VstEffectControlDialog.h:47:2: style: Class 'VstEffectControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/VstEffect/VstEffectControls.h:50:2: style: Class 'VstEffectControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/VstEffect/VstSubPluginFeatures.h:36:2: style: Class 'VstSubPluginFeatures' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/VstEffect/VstEffectControlDialog.cpp:44:69: style: Function 'VstEffectControlDialog' argument 1 names different: declaration '_controls' definition '_ctl'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/VstEffect/VstEffectControlDialog.h:47:46: note: Function 'VstEffectControlDialog' argument 1 names different: declaration '_controls' definition '_ctl'.
lmms-1.1.3/plugins/VstEffect/VstEffectControlDialog.cpp:44:69: note: Function 'VstEffectControlDialog' argument 1 names different: declaration '_controls' definition '_ctl'.
lmms-1.1.3/plugins/VstEffect/VstEffectControls.cpp:371:7: style: The scope of the variable 'paramStr' can be reduced. [variableScope]
lmms-1.1.3/plugins/VstEffect/VstEffectControls.cpp:123:74: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/VstEffect/VstEffectControls.h:53:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/VstEffect/VstEffectControls.cpp:123:74: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/audio_file_processor/audio_file_processor.cpp:207:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/audio_file_processor/audio_file_processor.h:53:21: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/audio_file_processor/audio_file_processor.cpp:207:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/audio_file_processor/audio_file_processor.h:45:2: style: Class 'audioFileProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/audio_file_processor/audio_file_processor.h:182:3: style: Class 'knob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:205:22: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:65:25: style: Function 'bSynth' argument 1 names different: declaration 'sample' definition '_shape'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/bit_invader/bit_invader.h:43:18: note: Function 'bSynth' argument 1 names different: declaration 'sample' definition '_shape'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:65:25: note: Function 'bSynth' argument 1 names different: declaration 'sample' definition '_shape'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:65:37: style: Function 'bSynth' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/bit_invader/bit_invader.h:43:30: note: Function 'bSynth' argument 2 names different: declaration 'length' definition '_length'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:65:37: note: Function 'bSynth' argument 2 names different: declaration 'length' definition '_length'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:66:11: style: Function 'bSynth' argument 5 names different: declaration 'factor' definition '_factor'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/bit_invader/bit_invader.h:44:31: note: Function 'bSynth' argument 5 names different: declaration 'factor' definition '_factor'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:66:11: note: Function 'bSynth' argument 5 names different: declaration 'factor' definition '_factor'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:166:67: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/bit_invader/bit_invader.h:76:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:166:67: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:74:2: style: Class 'bSynth' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/bit_invader/bit_invader.cpp:74:2: style: Class 'bSynth' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/bit_invader/bit_invader.h:67:2: style: Class 'bitInvader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/carlabase/carla.cpp:64:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:69:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:74:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:79:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:89:5: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:99:5: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:104:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/carlabase/carla.cpp:346:12: style: The scope of the variable 'rBuf' can be reduced. [variableScope]
lmms-1.1.3/plugins/delay/delaycontrols.cpp:57:67: style: Function 'saveSettings' argument 2 names different: declaration 'parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/delay/delaycontrols.h:44:61: note: Function 'saveSettings' argument 2 names different: declaration 'parent' definition '_this'.
lmms-1.1.3/plugins/delay/delaycontrols.cpp:57:67: note: Function 'saveSettings' argument 2 names different: declaration 'parent' definition '_this'.
lmms-1.1.3/plugins/delay/delaycontrolsdialog.h:35:2: style: Class 'DelayControlsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/delay/delaycontrols.h:40:2: style: Class 'DelayControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/delay/lfo.h:33:2: style: Class 'Lfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/delay/lfo.cpp:31:6: warning: Member variable 'Lfo::m_frequency' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/delay/lfo.cpp:31:6: warning: Member variable 'Lfo::m_phase' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/delay/lfo.cpp:31:6: warning: Member variable 'Lfo::m_increment' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/delay/stereodelay.cpp:32:31: style: Function 'StereoDelay' argument 1 names different: declaration 'maxLength' definition 'maxTime'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/delay/stereodelay.h:33:19: note: Function 'StereoDelay' argument 1 names different: declaration 'maxLength' definition 'maxTime'.
lmms-1.1.3/plugins/delay/stereodelay.cpp:32:31: note: Function 'StereoDelay' argument 1 names different: declaration 'maxLength' definition 'maxTime'.
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_control_dialog.h:39:2: style: Class 'dynProcControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.h:48:2: style: Class 'dynProcControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.cpp:86:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.cpp:95:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.h:53:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.cpp:95:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.h:60:15: warning: Virtual function 'setDefaultShape' is called from constructor 'dynProcControls(dynProcEffect*_eff)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.cpp:53:2: note: Calling setDefaultShape
lmms-1.1.3/plugins/dynamics_processor/dynamics_processor_controls.h:60:15: note: setDefaultShape is a virtual method
lmms-1.1.3/plugins/flp_import/FlpImport.h:59:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/FlpImport.h:43:2: style: Class 'FlpImport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/flp_import/FlpImport.cpp:385:2: style: Struct 'FL_Plugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/flp_import/FlpImport.cpp:448:2: style: Struct 'FL_Channel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/flp_import/FlpImport.cpp:484:2: style: Struct 'FL_Effect' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:762:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:787:7: style: The scope of the variable 'num' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:788:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:851:8: style: The scope of the variable 'w2' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:880:8: style: The scope of the variable 'w2' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1170:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1197:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1270:15: style: The scope of the variable 's4' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1309:17: style: The scope of the variable 's4' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1389:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1551:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1572:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1593:7: style: The scope of the variable 'str' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:1872:6: style: The scope of the variable 'attr' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:3360:13: style: The scope of the variable 's2' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:3509:10: style: The scope of the variable 'index' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/convert.c:3551:13: style: The scope of the variable 'terminate_group' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/parse.c:246:6: style: The scope of the variable 'have_whitespace' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/word.c:139:8: style: The scope of the variable 'prev' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/word.c:140:8: style: The scope of the variable 'w2' can be reduced. [variableScope]
lmms-1.1.3/plugins/flp_import/unrtf/word.c:192:8: style: The scope of the variable 's' can be reduced. [variableScope]
lmms-1.1.3/plugins/kicker/kicker.cpp:89:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/kicker/kicker.h:56:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/kicker/kicker.cpp:89:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/kicker/kicker.h:49:2: style: Class 'kickerInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/kicker/kicker.cpp:232:2: style: Class 'kickerKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/kicker/kicker.cpp:244:2: style: Class 'kickerEnvKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/kicker/kicker.cpp:256:2: style: Class 'kickerLargeKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/ladspa_browser/ladspa_browser.h:41:2: style: Class 'ladspaBrowserView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/ladspa_browser/ladspa_port_dialog.h:41:2: style: Class 'ladspaPortDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/ladspa_browser/ladspa_description.cpp:73:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/plugins/lb302/lb302.cpp:338:2: style: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lmms-1.1.3/plugins/lb302/lb302.cpp:328:2: note: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb302/lb302.cpp:338:2: note: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb302/lb302.cpp:339:2: style: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lmms-1.1.3/plugins/lb302/lb302.cpp:327:2: note: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb302/lb302.cpp:339:2: note: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb302/lb302.cpp:469:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/lb302/lb302.cpp:271:43: style: Function 'lb302Synth' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb302/lb302.h:142:32: note: Function 'lb302Synth' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/lb302/lb302.cpp:271:43: note: Function 'lb302Synth' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/lb302/lb302.cpp:370:45: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb302/lb302.h:151:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/lb302/lb302.cpp:370:45: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/lb302/lb302.cpp:665:39: style: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb302/lb302.h:171:27: note: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'.
lmms-1.1.3/plugins/lb302/lb302.cpp:665:39: note: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'.
lmms-1.1.3/plugins/lb302/lb302.cpp:746:48: style: Function 'processNote' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb302/lb302.h:169:37: note: Function 'processNote' argument 1 names different: declaration 'n' definition '_n'.
lmms-1.1.3/plugins/lb302/lb302.cpp:746:48: note: Function 'processNote' argument 1 names different: declaration 'n' definition '_n'.
lmms-1.1.3/plugins/lb302/lb302.cpp:99:14: warning: Member variable 'lb302Filter::vcf_rescoeff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::kfcn' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::kp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::kp1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::kp1h' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::kres' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:199:19: warning: Member variable 'lb302Filter3Pole::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb302/lb302.cpp:146:2: style: Class 'lb302FilterIIR2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/lb302/lb302.cpp:146:2: style: Class 'lb302FilterIIR2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/lb302/lb302.h:84:2: style: Class 'lb302FilterIIR2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb302/lb302.h:108:2: style: Class 'lb302Filter3Pole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb302/lb302.h:142:2: style: Class 'lb302Synth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb302/lb302.h:87:15: style: The function 'recalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:66:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:87:15: note: Function in derived class
lmms-1.1.3/plugins/lb302/lb302.h:88:15: style: The function 'envRecalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:67:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:88:15: note: Function in derived class
lmms-1.1.3/plugins/lb302/lb302.h:89:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:68:16: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:89:16: note: Function in derived class
lmms-1.1.3/plugins/lb302/lb302.h:111:15: style: The function 'envRecalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:67:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:111:15: note: Function in derived class
lmms-1.1.3/plugins/lb302/lb302.h:112:15: style: The function 'recalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:66:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:112:15: note: Function in derived class
lmms-1.1.3/plugins/lb302/lb302.h:113:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb302/lb302.h:68:16: note: Virtual function in base class
lmms-1.1.3/plugins/lb302/lb302.h:113:16: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.cpp:337:2: style: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lmms-1.1.3/plugins/lb303/lb303.cpp:327:2: note: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb303/lb303.cpp:337:2: note: Variable 'vca_a' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb303/lb303.cpp:338:2: style: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lmms-1.1.3/plugins/lb303/lb303.cpp:326:2: note: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb303/lb303.cpp:338:2: note: Variable 'vca_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/lb303/lb303.cpp:462:8: style: The scope of the variable 'samp' can be reduced. [variableScope]
lmms-1.1.3/plugins/lb303/lb303.cpp:270:43: style: Function 'lb303Synth' argument 1 names different: declaration '_instrument_track' definition '_InstrumentTrack'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb303/lb303.h:139:32: note: Function 'lb303Synth' argument 1 names different: declaration '_instrument_track' definition '_InstrumentTrack'.
lmms-1.1.3/plugins/lb303/lb303.cpp:270:43: note: Function 'lb303Synth' argument 1 names different: declaration '_instrument_track' definition '_InstrumentTrack'.
lmms-1.1.3/plugins/lb303/lb303.cpp:369:45: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb303/lb303.h:148:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/lb303/lb303.cpp:369:45: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/lb303/lb303.cpp:616:39: style: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/lb303/lb303.h:162:27: note: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'.
lmms-1.1.3/plugins/lb303/lb303.cpp:616:39: note: Function 'initNote' argument 1 names different: declaration 'note' definition 'n'.
lmms-1.1.3/plugins/lb303/lb303.cpp:98:14: warning: Member variable 'lb303Filter::vcf_rescoeff' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:136:18: warning: Member variable 'lb303FilterIIR2::m_dist_fx' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::kfcn' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::kp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::kp1' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::kp1h' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::kres' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:198:19: warning: Member variable 'lb303Filter3Pole::value' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:738:17: warning: Member variable 'lb303SynthView::m_vcoFineDetuneKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/lb303/lb303.cpp:145:2: style: Class 'lb303FilterIIR2' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/lb303/lb303.cpp:145:2: style: Class 'lb303FilterIIR2' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/lb303/lb303.h:80:2: style: Class 'lb303FilterIIR2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb303/lb303.h:105:2: style: Class 'lb303Filter3Pole' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb303/lb303.h:139:2: style: Class 'lb303Synth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/lb303/lb303.h:83:15: style: The function 'recalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:62:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:83:15: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.h:84:15: style: The function 'envRecalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:63:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:84:15: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.h:85:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:64:16: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:85:16: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.h:108:15: style: The function 'envRecalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:63:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:108:15: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.h:109:15: style: The function 'recalc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:62:15: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:109:15: note: Function in derived class
lmms-1.1.3/plugins/lb303/lb303.h:110:16: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/lb303/lb303.h:64:16: note: Virtual function in base class
lmms-1.1.3/plugins/lb303/lb303.h:110:16: note: Function in derived class
lmms-1.1.3/plugins/monstro/Monstro.cpp:315:8: style: The scope of the variable 'leftph' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:316:8: style: The scope of the variable 'rightph' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:317:8: style: The scope of the variable 'pd_l' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:318:8: style: The scope of the variable 'pd_r' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:319:8: style: The scope of the variable 'len_l' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:320:8: style: The scope of the variable 'len_r' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:323:8: style: The scope of the variable 'o1l_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:324:8: style: The scope of the variable 'o1r_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:327:8: style: The scope of the variable 'o1_pw' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:330:8: style: The scope of the variable 'o2l_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:331:8: style: The scope of the variable 'o2r_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:336:8: style: The scope of the variable 'o3l_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:337:8: style: The scope of the variable 'o3r_f' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:340:8: style: The scope of the variable 'sub' can be reduced. [variableScope]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_lfo_inc' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_lfo_rate' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_sus' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_lfovalue' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_lfoatt' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_pre' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_att' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_hold' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_dec' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.cpp:63:15: warning: Member variable 'MonstroSynth::m_env_rel' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/monstro/Monstro.h:184:15: style: Unused private function: 'MonstroSynth::lowBoundCheck' [unusedPrivateFunction]
lmms-1.1.3/plugins/monstro/Monstro.h:184:15: performance: Technically the member function 'MonstroSynth::lowBoundCheck' can be static. [functionStatic]
lmms-1.1.3/plugins/monstro/Monstro.h:338:2: style: Class 'MonstroInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/nes/Nes.h:114:14: style: Technically the member function 'NesObject::LFSR' can be const. [functionConst]
lmms-1.1.3/plugins/nes/Nes.h:123:13: style: Technically the member function 'NesObject::wavelength' can be const. [functionConst]
lmms-1.1.3/plugins/nes/Nes.h:128:15: performance: Technically the member function 'NesObject::signedPow' can be static. [functionStatic]
lmms-1.1.3/plugins/nes/Nes.h:135:13: performance: Technically the member function 'NesObject::nearestNoiseFreq' can be static. [functionStatic]
lmms-1.1.3/plugins/nes/Nes.h:200:2: style: Class 'NesInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/opl2/fmopl.c:653:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
lmms-1.1.3/plugins/opl2/fmopl.c:684:9: style: The scope of the variable 'rate' can be reduced. [variableScope]
lmms-1.1.3/plugins/opl2/fmopl.c:685:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lmms-1.1.3/plugins/opl2/fmopl.c:1121:6: style: The scope of the variable 'data' can be reduced. [variableScope]
lmms-1.1.3/plugins/opl2/fmopl.c:1158:39: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lmms-1.1.3/plugins/opl2/fmopl.c:736:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/opl2/fmopl.c:964:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/opl2/fmopl.c:965:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/opl2/opl2instrument.cpp:498:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/opl2/opl2instrument.cpp:576:21: warning: Member variable 'opl2instrumentView::m_patch' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/opl2/opl.h:56:12: style: Technically the member function 'Copl::gettype' can be const. [functionConst]
lmms-1.1.3/plugins/opl2/opl2instrument.h:45:2: style: Class 'opl2instrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/opl2/temuopl.h:36:8: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/opl2/opl.h:62:16: note: Virtual function in base class
lmms-1.1.3/plugins/opl2/temuopl.h:36:8: note: Function in derived class
lmms-1.1.3/plugins/opl2/temuopl.h:39:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/opl2/opl.h:41:16: note: Virtual function in base class
lmms-1.1.3/plugins/opl2/temuopl.h:39:8: note: Function in derived class
lmms-1.1.3/plugins/opl2/temuopl.h:40:8: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/opl2/opl.h:53:16: note: Virtual function in base class
lmms-1.1.3/plugins/opl2/temuopl.h:40:8: note: Function in derived class
lmms-1.1.3/plugins/opl2/temuopl.cpp:37:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lmms-1.1.3/plugins/organic/organic.cpp:161:74: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/organic/organic.h:123:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/organic/organic.cpp:161:74: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_numOscillators' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_volumeLeft' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_volumeRight' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_detuningLeft' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_detuningRight' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_phaseOffsetLeft' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:569:19: warning: Member variable 'OscillatorObject::m_phaseOffsetRight' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/organic/organic.cpp:418:24: warning: Member variable 'organicInstrumentView::m_numOscillators' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:196:3: warning: Member variable 'OscillatorKnobs::m_harmKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:196:3: warning: Member variable 'OscillatorKnobs::m_volKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:196:3: warning: Member variable 'OscillatorKnobs::m_oscKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:196:3: warning: Member variable 'OscillatorKnobs::m_panKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:196:3: warning: Member variable 'OscillatorKnobs::m_detuneKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/organic/organic.h:115:2: style: Class 'organicInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/organic/organic.cpp:408:2: style: Class 'organicKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/papu/gb_apu/boost/cstdint.hpp:16:0: error: #error "No suitable 8-bit type available" [preprocessorErrorDirective]
lmms-1.1.3/plugins/patman/patman.cpp:77:55: style: Function 'patmanInstrument' argument 1 names different: declaration '_track' definition '_instrument_track'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/patman/patman.h:52:38: note: Function 'patmanInstrument' argument 1 names different: declaration '_track' definition '_instrument_track'.
lmms-1.1.3/plugins/patman/patman.cpp:77:55: note: Function 'patmanInstrument' argument 1 names different: declaration '_track' definition '_instrument_track'.
lmms-1.1.3/plugins/patman/patman.cpp:96:73: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/patman/patman.h:60:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/patman/patman.cpp:96:73: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/patman/patman.h:52:2: style: Class 'patmanInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect.cpp:60:12: style: Function 'PeakControllerEffect' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect.h:35:32: note: Function 'PeakControllerEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect.cpp:60:12: note: Function 'PeakControllerEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect_control_dialog.h:40:2: style: Class 'PeakControllerEffectControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect_controls.h:39:2: style: Class 'PeakControllerEffectControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect_controls.cpp:92:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect_controls.h:44:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/peak_controller_effect/peak_controller_effect_controls.cpp:92:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sf2_player/sf2_player.cpp:171:70: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/sf2_player/sf2_player.h:66:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sf2_player/sf2_player.cpp:171:70: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sf2_player/sf2_player.h:69:15: warning: Virtual function 'loadFile' is called from constructor 'sf2Instrument(InstrumentTrack*_instrument_track)' at line 121. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/sf2_player/sf2_player.cpp:121:2: note: Calling loadFile
lmms-1.1.3/plugins/sf2_player/sf2_player.h:69:15: note: loadFile is a virtual method
lmms-1.1.3/plugins/sf2_player/sf2_player.h:56:2: style: Class 'sf2Instrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sf2_player/sf2_player.h:171:2: style: Class 'sf2Font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sf2_player/sf2_player.cpp:728:2: style: Class 'sf2Knob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sfxr/sfxr.cpp:367:71: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/sfxr/sfxr.h:176:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sfxr/sfxr.cpp:367:71: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sfxr/sfxr.h:73:2: style: Class 'SfxrSynth' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sfxr/sfxr.h:169:2: style: Class 'sfxrInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sfxr/sfxr.cpp:552:2: style: Class 'sfxrKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sid/envelope.h:51:21: style: Technically the member function 'EnvelopeGenerator::output' can be const. [functionConst]
lmms-1.1.3/plugins/sid/envelope.h:298:25: note: Technically the member function 'EnvelopeGenerator::output' can be const.
lmms-1.1.3/plugins/sid/envelope.h:51:21: note: Technically the member function 'EnvelopeGenerator::output' can be const.
lmms-1.1.3/plugins/sid/extfilt.h:51:29: style: Technically the member function 'ExternalFilter::output' can be const. [functionConst]
lmms-1.1.3/plugins/sid/extfilt.h:157:30: note: Technically the member function 'ExternalFilter::output' can be const.
lmms-1.1.3/plugins/sid/extfilt.h:51:29: note: Technically the member function 'ExternalFilter::output' can be const.
lmms-1.1.3/plugins/sid/filter.cc:170:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lmms-1.1.3/plugins/sid/filter.h:145:16: style: Technically the member function 'Filter::output' can be const. [functionConst]
lmms-1.1.3/plugins/sid/filter.h:478:22: note: Technically the member function 'Filter::output' can be const.
lmms-1.1.3/plugins/sid/filter.h:145:16: note: Technically the member function 'Filter::output' can be const.
lmms-1.1.3/plugins/sid/filter.h:148:8: style: Technically the member function 'Filter::fc_default' can be const. [functionConst]
lmms-1.1.3/plugins/sid/filter.cc:288:14: note: Technically the member function 'Filter::fc_default' can be const.
lmms-1.1.3/plugins/sid/filter.h:148:8: note: Technically the member function 'Filter::fc_default' can be const.
lmms-1.1.3/plugins/sid/spline.h:256:0: style: Class 'PointPlotter < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sid/pot.h:28:8: performance: Technically the member function 'Potentiometer::readPOT' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/pot.cc:22:21: note: Technically the member function 'Potentiometer::readPOT' can be static.
lmms-1.1.3/plugins/sid/pot.h:28:8: note: Technically the member function 'Potentiometer::readPOT' can be static.
lmms-1.1.3/plugins/sid/sid.cc:410:25: style: The scope of the variable 'temp' can be reduced. [variableScope]
lmms-1.1.3/plugins/sid/wave.h:82:22: performance: Technically the member function 'WaveformGenerator::output____' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:244:26: note: Technically the member function 'WaveformGenerator::output____' can be static.
lmms-1.1.3/plugins/sid/wave.h:82:22: note: Technically the member function 'WaveformGenerator::output____' can be static.
lmms-1.1.3/plugins/sid/wave.h:83:22: style: Technically the member function 'WaveformGenerator::output___T' can be const. [functionConst]
lmms-1.1.3/plugins/sid/wave.h:257:26: note: Technically the member function 'WaveformGenerator::output___T' can be const.
lmms-1.1.3/plugins/sid/wave.h:83:22: note: Technically the member function 'WaveformGenerator::output___T' can be const.
lmms-1.1.3/plugins/sid/wave.h:84:22: style: Technically the member function 'WaveformGenerator::output__S_' can be const. [functionConst]
lmms-1.1.3/plugins/sid/wave.h:268:26: note: Technically the member function 'WaveformGenerator::output__S_' can be const.
lmms-1.1.3/plugins/sid/wave.h:84:22: note: Technically the member function 'WaveformGenerator::output__S_' can be const.
lmms-1.1.3/plugins/sid/wave.h:86:22: style: Technically the member function 'WaveformGenerator::output_P__' can be const. [functionConst]
lmms-1.1.3/plugins/sid/wave.h:284:26: note: Technically the member function 'WaveformGenerator::output_P__' can be const.
lmms-1.1.3/plugins/sid/wave.h:86:22: note: Technically the member function 'WaveformGenerator::output_P__' can be const.
lmms-1.1.3/plugins/sid/wave.h:90:22: style: Technically the member function 'WaveformGenerator::outputN___' can be const. [functionConst]
lmms-1.1.3/plugins/sid/wave.h:309:26: note: Technically the member function 'WaveformGenerator::outputN___' can be const.
lmms-1.1.3/plugins/sid/wave.h:90:22: note: Technically the member function 'WaveformGenerator::outputN___' can be const.
lmms-1.1.3/plugins/sid/wave.h:91:22: performance: Technically the member function 'WaveformGenerator::outputN__T' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:414:26: note: Technically the member function 'WaveformGenerator::outputN__T' can be static.
lmms-1.1.3/plugins/sid/wave.h:91:22: note: Technically the member function 'WaveformGenerator::outputN__T' can be static.
lmms-1.1.3/plugins/sid/wave.h:92:22: performance: Technically the member function 'WaveformGenerator::outputN_S_' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:420:26: note: Technically the member function 'WaveformGenerator::outputN_S_' can be static.
lmms-1.1.3/plugins/sid/wave.h:92:22: note: Technically the member function 'WaveformGenerator::outputN_S_' can be static.
lmms-1.1.3/plugins/sid/wave.h:93:22: performance: Technically the member function 'WaveformGenerator::outputN_ST' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:426:26: note: Technically the member function 'WaveformGenerator::outputN_ST' can be static.
lmms-1.1.3/plugins/sid/wave.h:93:22: note: Technically the member function 'WaveformGenerator::outputN_ST' can be static.
lmms-1.1.3/plugins/sid/wave.h:94:22: performance: Technically the member function 'WaveformGenerator::outputNP__' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:432:26: note: Technically the member function 'WaveformGenerator::outputNP__' can be static.
lmms-1.1.3/plugins/sid/wave.h:94:22: note: Technically the member function 'WaveformGenerator::outputNP__' can be static.
lmms-1.1.3/plugins/sid/wave.h:95:22: performance: Technically the member function 'WaveformGenerator::outputNP_T' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:438:26: note: Technically the member function 'WaveformGenerator::outputNP_T' can be static.
lmms-1.1.3/plugins/sid/wave.h:95:22: note: Technically the member function 'WaveformGenerator::outputNP_T' can be static.
lmms-1.1.3/plugins/sid/wave.h:96:22: performance: Technically the member function 'WaveformGenerator::outputNPS_' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:444:26: note: Technically the member function 'WaveformGenerator::outputNPS_' can be static.
lmms-1.1.3/plugins/sid/wave.h:96:22: note: Technically the member function 'WaveformGenerator::outputNPS_' can be static.
lmms-1.1.3/plugins/sid/wave.h:97:22: performance: Technically the member function 'WaveformGenerator::outputNPST' can be static. [functionStatic]
lmms-1.1.3/plugins/sid/wave.h:450:26: note: Technically the member function 'WaveformGenerator::outputNPST' can be static.
lmms-1.1.3/plugins/sid/wave.h:97:22: note: Technically the member function 'WaveformGenerator::outputNPST' can be static.
lmms-1.1.3/plugins/sid/sid.cc:694:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lmms-1.1.3/plugins/sid/sid_instrument.cpp:343:7: style: The scope of the variable 'base' can be reduced. [variableScope]
lmms-1.1.3/plugins/sid/sid_instrument.cpp:344:8: style: The scope of the variable 'freq' can be reduced. [variableScope]
lmms-1.1.3/plugins/sid/sid_instrument.cpp:345:8: style: The scope of the variable 'note' can be reduced. [variableScope]
lmms-1.1.3/plugins/sid/sid_instrument.cpp:144:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/sid/sid_instrument.h:99:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sid/sid_instrument.cpp:144:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_attKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_decKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_sustKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_relKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_pwKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_crsKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_waveFormBtnGrp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_syncButton' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_ringModButton' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_filterButton' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:173:3: warning: Member variable 'voiceKnobs::m_testButton' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/sid_instrument.h:91:2: style: Class 'sidInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sid/sid_instrument.cpp:462:2: style: Class 'sidKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/sid/wave.cc:26:20: warning: Member variable 'WaveformGenerator::sync_dest' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/sid/wave.cc:26:20: warning: Member variable 'WaveformGenerator::waveform' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/stereo_enhancer/stereo_enhancer.cpp:89:8: style: The scope of the variable 'width' can be reduced. [variableScope]
lmms-1.1.3/plugins/stereo_enhancer/stereo_enhancer.cpp:90:6: style: The scope of the variable 'frameIndex' can be reduced. [variableScope]
lmms-1.1.3/plugins/stereo_enhancer/stereo_enhancer.cpp:53:12: style: Function 'stereoEnhancerEffect' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/stereo_enhancer/stereo_enhancer.h:37:32: note: Function 'stereoEnhancerEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/stereo_enhancer/stereo_enhancer.cpp:53:12: note: Function 'stereoEnhancerEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/stereo_enhancer/stereoenhancer_control_dialog.h:37:2: style: Class 'stereoEnhancerControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/stereo_enhancer/stereoenhancer_controls.h:38:2: style: Class 'stereoEnhancerControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/stereo_enhancer/stereoenhancer_controls.cpp:61:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/stereo_enhancer/stereoenhancer_controls.h:43:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stereo_enhancer/stereoenhancer_controls.cpp:61:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stereo_matrix/stereo_matrix.cpp:53:12: style: Function 'stereoMatrixEffect' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/stereo_matrix/stereo_matrix.h:35:30: note: Function 'stereoMatrixEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/stereo_matrix/stereo_matrix.cpp:53:12: note: Function 'stereoMatrixEffect' argument 1 names different: declaration 'parent' definition '_parent'.
lmms-1.1.3/plugins/stereo_matrix/stereomatrix_control_dialog.h:37:2: style: Class 'stereoMatrixControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/stereo_matrix/stereomatrix_controls.h:38:2: style: Class 'stereoMatrixControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/stereo_matrix/stereomatrix_controls.cpp:72:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/stereo_matrix/stereomatrix_controls.h:43:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stereo_matrix/stereomatrix_controls.cpp:72:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stk/mallets/mallets.cpp:130:74: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/stk/mallets/mallets.h:146:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stk/mallets/mallets.cpp:130:74: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/stk/mallets/mallets.cpp:631:3: style: Class 'malletsSynth' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/stk/mallets/mallets.cpp:631:3: style: Class 'malletsSynth' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/stk/mallets/mallets.h:138:2: style: Class 'malletsInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.cpp:211:55: style: Function 'TripleOscillator' argument 1 names different: declaration '_track' definition '_instrument_track'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:96:38: note: Function 'TripleOscillator' argument 1 names different: declaration '_track' definition '_instrument_track'.
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.cpp:211:55: note: Function 'TripleOscillator' argument 1 names different: declaration '_track' definition '_instrument_track'.
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.cpp:234:73: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:104:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.cpp:234:73: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_volKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_panKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_coarseKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_fineLeftKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_fineRightKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_phaseOffsetKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_stereoPhaseDetuningKnob' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_userWaveButton' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:173:3: warning: Member variable 'OscillatorKnobs::m_waveShapeBtnGrp' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.h:96:2: style: Class 'TripleOscillator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/triple_oscillator/TripleOscillator.cpp:408:2: style: Class 'TripleOscKnob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/vestige/vestige.cpp:944:7: style: The scope of the variable 'paramStr' can be reduced. [variableScope]
lmms-1.1.3/plugins/vestige/vestige.cpp:169:74: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vestige/vestige.h:59:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/vestige/vestige.cpp:169:74: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/vestige/vestige.cpp:294:45: style: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vestige/vestige.h:57:35: note: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'.
lmms-1.1.3/plugins/vestige/vestige.cpp:294:45: note: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'.
lmms-1.1.3/plugins/vestige/vestige.h:54:2: style: Class 'vestigeInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/vibed/string_container.cpp:48:19: style: Function 'addString' argument 4 names different: declaration '_impluse' definition '_impulse'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vibed/string_container.h:44:18: note: Function 'addString' argument 4 names different: declaration '_impluse' definition '_impulse'.
lmms-1.1.3/plugins/vibed/string_container.cpp:48:19: note: Function 'addString' argument 4 names different: declaration '_impluse' definition '_impulse'.
lmms-1.1.3/plugins/vibed/vibrating_string.h:114:14: style: Technically the member function 'vibratingString::setDelayLine' can be const. [functionConst]
lmms-1.1.3/plugins/vibed/vibrating_string.h:184:14: style: Technically the member function 'vibratingString::toBridgeUpdate' can be const. [functionConst]
lmms-1.1.3/plugins/vibed/vibrating_string.h:202:14: style: Technically the member function 'vibratingString::fromBridgeUpdate' can be const. [functionConst]
lmms-1.1.3/plugins/vibed/vibed.cpp:69:15: style: The scope of the variable 'knob' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibed.cpp:70:14: style: The scope of the variable 'led' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibed.cpp:71:28: style: The scope of the variable 'harmonic' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibed.cpp:72:15: style: The scope of the variable 'graphTmp' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibed.cpp:65:33: style: Function 'vibed' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vibed/vibed.h:42:27: note: Function 'vibed' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/vibed/vibed.cpp:65:33: note: Function 'vibed' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/vibed/vibed.cpp:137:62: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vibed/vibed.h:50:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/vibed/vibed.cpp:137:62: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/vibed/vibed.h:42:2: style: Class 'vibed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:101:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:102:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:36:14: style: Function 'vibratingString' argument 4 names different: declaration 'impluse' definition '_impulse'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vibed/vibrating_string.h:39:13: note: Function 'vibratingString' argument 4 names different: declaration 'impluse' definition '_impulse'.
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:36:14: note: Function 'vibratingString' argument 4 names different: declaration 'impluse' definition '_impulse'.
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:66:3: style: Class 'vibratingString' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/vibed/vibrating_string.cpp:66:3: style: Class 'vibratingString' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:400:9: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1131:18: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1220:11: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1232:18: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1245:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1309:11: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1155:29: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1208:14: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1273:14: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1296:15: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1026:39: style: Function 'setProgram' argument 1 names different: declaration 'index' definition 'program'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:203:23: note: Function 'setProgram' argument 1 names different: declaration 'index' definition 'program'.
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:1026:39: note: Function 'setProgram' argument 1 names different: declaration 'index' definition 'program'.
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:127:15: warning: Virtual function 'processMessage' is called from constructor 'RemoteVstPlugin(key_t _shm_in,key_t _shm_out)' at line 408. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:408:3: note: Calling processMessage
lmms-1.1.3/plugins/vst_base/RemoteVstPlugin.cpp:127:15: note: processMessage is a virtual method
lmms-1.1.3/plugins/vst_base/VstPlugin.h:45:2: style: Class 'VstPlugin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/vst_base/VstPlugin.cpp:58:2: style: Class 'vstSubWin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/vst_base/basename.c:132:2: error: Common realloc mistake: 'retfail' nulled but not freed upon failure [memleakOnRealloc]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:549:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:551:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:553:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:555:23: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:72:2: style: Class 'WatsynObject' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/watsyn/Watsyn.cpp:72:2: style: Class 'WatsynObject' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/watsyn/Watsyn.h:132:2: style: Class 'WatsynInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/waveshaper/waveshaper_control_dialog.h:39:2: style: Class 'waveShaperControlDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.h:41:2: style: Class 'waveShaperControls' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.cpp:77:31: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.cpp:86:22: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.h:46:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.cpp:86:22: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.h:53:15: warning: Virtual function 'setDefaultShape' is called from constructor 'waveShaperControls(waveShaperEffect*_eff)' at line 50. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.cpp:50:2: note: Calling setDefaultShape
lmms-1.1.3/plugins/waveshaper/waveshaper_controls.h:53:15: note: setDefaultShape is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:113:43: style: Function 'setSampleRate' argument 1 names different: declaration '_sampleRate' definition 'sampleRate'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:42:26: note: Function 'setSampleRate' argument 1 names different: declaration '_sampleRate' definition 'sampleRate'.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:113:43: note: Function 'setSampleRate' argument 1 names different: declaration '_sampleRate' definition 'sampleRate'.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:122:43: style: Function 'setBufferSize' argument 1 names different: declaration '_bufferSize' definition 'bufferSize'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:43:26: note: Function 'setBufferSize' argument 1 names different: declaration '_bufferSize' definition 'bufferSize'.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:122:43: note: Function 'setBufferSize' argument 1 names different: declaration '_bufferSize' definition 'bufferSize'.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:40:7: performance: Technically the member function 'LocalZynAddSubFx::initConfig' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:103:24: note: Technically the member function 'LocalZynAddSubFx::initConfig' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:40:7: note: Technically the member function 'LocalZynAddSubFx::initConfig' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:42:7: performance: Technically the member function 'LocalZynAddSubFx::setSampleRate' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:113:24: note: Technically the member function 'LocalZynAddSubFx::setSampleRate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:42:7: note: Technically the member function 'LocalZynAddSubFx::setSampleRate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:43:7: performance: Technically the member function 'LocalZynAddSubFx::setBufferSize' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:122:24: note: Technically the member function 'LocalZynAddSubFx::setBufferSize' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.h:43:7: note: Technically the member function 'LocalZynAddSubFx::setBufferSize' can be static.
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:82:2: style: Class 'LocalZynAddSubFx' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/LocalZynAddSubFx.cpp:82:2: style: Class 'LocalZynAddSubFx' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:31:9: style: Struct 'Stereo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:38:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:39:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:41:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:42:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:44:14: style: The function 'setMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:45:14: style: The function 'getMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/NulEngine.h:45:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:111:28: style: Function 'ZynAddSubFxInstrument' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:68:43: note: Function 'ZynAddSubFxInstrument' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:111:28: note: Function 'ZynAddSubFxInstrument' argument 1 names different: declaration '_instrument_track' definition '_instrumentTrack'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:165:26: style: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:75:64: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:165:26: note: Function 'saveSettings' argument 2 names different: declaration '_parent' definition '_this'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:328:49: style: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:71:35: note: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:328:49: note: Function 'play' argument 1 names different: declaration '_working_buffer' definition '_buf'.
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 127. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:127:68: note: Calling updatePortamento
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:413:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 128. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:128:68: note: Calling updateFilterFreq
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:414:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:129:65: note: Calling updateFilterQ
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:415:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 130. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:130:67: note: Calling updateBandwidth
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:416:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 131. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:131:64: note: Calling updateFmGain
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:417:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 132. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:132:71: note: Calling updateResCenterFreq
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:418:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: warning: Virtual function 'handleMidiEvent' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 133. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:133:70: note: Calling updateResBandwidth
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:419:1: note: Calling sendControlChange
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:474:2: note: Calling handleMidiEvent
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:73:15: note: handleMidiEvent is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:75:15: warning: Virtual function 'saveSettings' is called from constructor 'ZynAddSubFxInstrument(InstrumentTrack*_instrument_track)' at line 140. Dynamic binding is not used. [virtualCallInConstructor]
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:140:16: note: Calling reloadPlugin
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.cpp:378:2: note: Calling saveSettings
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:75:15: note: saveSettings is a virtual method
lmms-1.1.3/plugins/zynaddsubfx/ZynAddSubFx.h:68:2: style: Class 'ZynAddSubFxInstrument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Controller/Controller.C:30:21: style: Variable 'alsaport' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Controller/Controller.C:9:13: warning: Member variable 'Controller::Pchout' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Controller/main.C:9:0: error: syntax error [syntaxError]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/Spliter.C:30:5: style: Variable 'alsaport' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/Spliter.C:23:0: note: Variable 'alsaport' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/Spliter.C:30:5: note: Variable 'alsaport' is reassigned a value before the old one has been used.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/Spliter.C:30:16: style: Variable 'alsaport' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/ExternalPrograms/Spliter/main.C:22:0: error: syntax error [syntaxError]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:50:15: style: Technically the member function 'AnalogFilter::H' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.cpp:411:21: note: Technically the member function 'AnalogFilter::H' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:50:15: note: Technically the member function 'AnalogFilter::H' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:65:14: style: Technically the member function 'AnalogFilter::singlefilterout' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.cpp:355:20: note: Technically the member function 'AnalogFilter::singlefilterout' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:65:14: note: Technically the member function 'AnalogFilter::singlefilterout' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:40:14: style: The function 'filterout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:36:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:41:14: style: The function 'setfreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:42:14: style: The function 'setfreq_and_q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:38:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:43:14: style: The function 'setq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:46:14: style: The function 'setgain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:40:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/AnalogFilter.h:46:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FFTwrapper.cpp:31:5: style: Class 'FFTwrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FFTwrapper.cpp:31:5: style: Class 'FFTwrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FFTwrapper.h:36:9: style: Class 'FFTwrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:35:14: style: The function 'filterout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:36:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:35:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:36:14: style: The function 'setfreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:36:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:37:14: style: The function 'setfreq_and_q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:38:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:38:14: style: The function 'setq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:39:14: style: The function 'setgain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:40:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/FormantFilter.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:38:14: style: The function 'filterout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:36:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:39:14: style: The function 'setfreq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:40:14: style: The function 'setfreq_and_q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:38:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:41:14: style: The function 'setq' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:44:14: style: The function 'setgain' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Filter.h:40:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/SVFilter.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:37:14: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:38:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:38:14: style: The function 'paste' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:39:14: style: The function 'checkclipboardtype' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:40:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:50:22: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:50:22: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:51:22: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:51:22: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:52:22: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:52:22: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:38:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:39:14: style: The function 'add2XMLsection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:40:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:41:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:42:14: style: The function 'getfromXMLsection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:54:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:94:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:55:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:94:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:50:38: performance: Function parameter '_file' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:50:57: performance: Function parameter '_name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.cpp:74:33: style: Function 'setBandwidth' argument 1 names different: declaration 'bandwidth_cents' definition 'bandwidth'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.h:38:33: note: Function 'setBandwidth' argument 1 names different: declaration 'bandwidth_cents' definition 'bandwidth'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.cpp:74:33: note: Function 'setBandwidth' argument 1 names different: declaration 'bandwidth_cents' definition 'bandwidth'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.h:56:13: warning: Member variable 'UnisonVoice::lin_fpos' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.h:56:13: warning: Member variable 'UnisonVoice::lin_ffreq' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.cpp:46:5: style: Class 'Unison' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/DSP/Unison.cpp:46:5: style: Class 'Unison' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:50:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:50:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:52:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:52:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:53:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:53:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:54:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:54:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:55:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Alienwah.h:55:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.cpp:33:0: style: Function 'operator=' argument 1 names different: declaration 'smp' definition 'nstr'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:34:0: note: Function 'operator=' argument 1 names different: declaration 'smp' definition 'nstr'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.cpp:33:0: note: Function 'operator=' argument 1 names different: declaration 'smp' definition 'nstr'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:103:15: style: Technically the member function 'Chorus::getdelay' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.cpp:52:15: note: Technically the member function 'Chorus::getdelay' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:103:15: note: Technically the member function 'Chorus::getdelay' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:31:0: style: Struct 'Stereo < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:25:0: warning: The struct 'Stereo < float >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:38:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:39:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:58:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:58:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:77:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:77:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:78:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Chorus.h:78:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.cpp:28:29: style: Function 'Distorsion' argument 1 names different: declaration 'insertion' definition 'insertion_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:32:25: note: Function 'Distorsion' argument 1 names different: declaration 'insertion' definition 'insertion_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.cpp:28:29: note: Function 'Distorsion' argument 1 names different: declaration 'insertion' definition 'insertion_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.cpp:40:5: style: Class 'Distorsion' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.cpp:40:5: style: Class 'Distorsion' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:34:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:34:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:35:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:35:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:36:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:36:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:37:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:37:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:38:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Distorsion.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:35:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:35:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:37:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:38:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:39:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:39:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:40:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/DynamicFilter.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:34:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:34:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:35:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:35:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:36:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:36:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:37:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:37:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:38:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:39:15: style: The function 'getfreqresponse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:75:23: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EQ.h:39:15: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:106:22: warning: The class 'Echo' defines member variable with name 'samplerate' also defined in its parent class 'Effect'. [duplInheritedMember]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:72:7: note: The class 'Echo' defines member variable with name 'samplerate' also defined in its parent class 'Effect'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:106:22: note: The class 'Echo' defines member variable with name 'samplerate' also defined in its parent class 'Effect'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:31:0: style: Struct 'Stereo < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Stereo.h:25:0: warning: The struct 'Stereo < int >' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:36:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:36:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:37:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:52:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:52:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:68:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:68:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:70:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Echo.h:70:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::outvolume' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::volume' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::Ppanning' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::pangainL' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::pangainR' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::Plrcross' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.cpp:28:9: warning: Member variable 'Effect::lrcross' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectLFO.h:40:15: style: Technically the member function 'EffectLFO::getlfoshape' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectLFO.cpp:67:18: note: Technically the member function 'EffectLFO::getlfoshape' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectLFO.h:40:15: note: Technically the member function 'EffectLFO::getlfoshape' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:68:34: style: Function 'changeeffect' argument 1 names different: declaration 'nefx_' definition '_nefx'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:62:31: note: Function 'changeeffect' argument 1 names different: declaration 'nefx_' definition '_nefx'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:68:34: note: Function 'changeeffect' argument 1 names different: declaration 'nefx_' definition '_nefx'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:58:15: style: Technically the member function 'EffectMgr::sysefxgetvolume' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:242:18: note: Technically the member function 'EffectMgr::sysefxgetvolume' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:58:15: note: Technically the member function 'EffectMgr::sysefxgetvolume' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:63:13: style: Technically the member function 'EffectMgr::geteffect' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:113:16: note: Technically the member function 'EffectMgr::geteffect' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:63:13: note: Technically the member function 'EffectMgr::geteffect' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:66:23: style: Technically the member function 'EffectMgr::getpreset' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:127:26: note: Technically the member function 'EffectMgr::getpreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:66:23: note: Technically the member function 'EffectMgr::getpreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:69:23: style: Technically the member function 'EffectMgr::geteffectpar' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:168:26: note: Technically the member function 'EffectMgr::geteffectpar' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:69:23: note: Technically the member function 'EffectMgr::geteffectpar' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:39:7: style: Class 'EffectMgr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.cpp:39:7: style: Class 'EffectMgr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:40:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:41:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:42:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:43:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:43:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:44:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:49:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:49:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:50:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:50:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:51:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/EffectMgr.h:51:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:37:14: style: The function 'out' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:72:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:38:14: style: The function 'cleanup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:74:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:40:14: style: The function 'setpreset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:41:14: style: The function 'changepar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:56:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:42:23: style: The function 'getpar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Effect.h:61:31: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Reverb.h:42:23: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.cpp:461:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Effects/Phaser.cpp:464:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:99:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:44:14: style: Technically the member function 'Bank::isPADsynth_used' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:453:12: note: Technically the member function 'Bank::isPADsynth_used' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:44:14: note: Technically the member function 'Bank::isPADsynth_used' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:47:14: style: Technically the member function 'Bank::emptyslot' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:117:12: note: Technically the member function 'Bank::emptyslot' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:47:14: note: Technically the member function 'Bank::emptyslot' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:63:13: style: Technically the member function 'Bank::locked' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:280:11: note: Technically the member function 'Bank::locked' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.h:63:13: note: Technically the member function 'Bank::locked' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:252:26: performance: Function parameter 'newbankdirname' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:413:37: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Bank.cpp:413:54: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Config.cpp:33:9: warning: Member variable 'Config::cfg' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Config.cpp:33:9: warning: Member variable 'Config::winwavemax' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Config.cpp:33:9: warning: Member variable 'Config::winmidimax' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Config.cpp:33:9: warning: Member variable 'Config::maxstringsize' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Config.cpp:33:9: warning: Member variable 'Config::winmididevices' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Dump.cpp:70:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Dump.cpp:112:13: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Master.cpp:493:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Master.cpp:493:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Master.cpp:53:5: performance: Variable 'off' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Master.cpp:60:5: style: Class 'Master' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Master.cpp:60:5: style: Class 'Master' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:42:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:43:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:45:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:45:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:399:14: warning: Either the condition 'n>128' is redundant or the array 'octave[128]' is accessed at index 128, which is out of bounds. [arrayIndexOutOfBoundsCond]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:395:31: note: Assuming that condition 'n>128' is not redundant
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:399:14: note: Array index out of bounds
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:400:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:400:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:402:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:402:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.h:120:13: performance: Technically the member function 'Microtonal::loadline' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:406:17: note: Technically the member function 'Microtonal::loadline' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.h:120:13: note: Technically the member function 'Microtonal::loadline' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:31:5: style: Class 'Microtonal' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Microtonal.cpp:31:5: style: Class 'Microtonal' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:844:49: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:843:45: note: outer condition: partnote[pos].kititem[j].subnote!=NULL
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:844:49: note: identical inner condition: partnote[pos].kititem[j].subnote!=NULL
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:946:19: warning: Possible null pointer dereference: note [nullPointer]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:937:32: note: Assignment 'note=NULL', assigned value is 0
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:946:19: note: Null pointer dereference
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:156:25: style: Function 'cleanup' argument 1 names different: declaration 'final' definition 'final_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.h:90:27: note: Function 'cleanup' argument 1 names different: declaration 'final' definition 'final_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:156:25: note: Function 'cleanup' argument 1 names different: declaration 'final' definition 'final_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:1031:28: style: Function 'setPvolume' argument 1 names different: declaration 'Pvolume' definition 'Pvolume_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.h:112:30: note: Function 'setPvolume' argument 1 names different: declaration 'Pvolume' definition 'Pvolume_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:1031:28: note: Function 'setPvolume' argument 1 names different: declaration 'Pvolume' definition 'Pvolume_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:1038:29: style: Function 'setPpanning' argument 1 names different: declaration 'Ppanning' definition 'Ppanning_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.h:116:31: note: Function 'setPpanning' argument 1 names different: declaration 'Ppanning' definition 'Ppanning_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:1038:29: note: Function 'setPpanning' argument 1 names different: declaration 'Ppanning' definition 'Ppanning_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:39:7: warning: Member variable 'Part::lastposb' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:39:7: warning: Member variable 'Part::monomem' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:77:23: style: Technically the member function 'SynthNote::Legato::getFreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:78:23: style: Technically the member function 'SynthNote::Legato::getVelocity' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:79:21: style: Technically the member function 'SynthNote::Legato::getPortamento' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:80:21: style: Technically the member function 'SynthNote::Legato::getMidinote' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:86:5: style: Class 'Part' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Part.cpp:86:5: style: Class 'Part' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:294:9: style: Class 'ADnoteParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:300:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:300:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:301:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:301:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:302:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:302:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:309:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:55:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:309:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:315:14: style: The function 'add2XMLsection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:315:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:316:14: style: The function 'getfromXMLsection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsArray.h:54:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:316:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:51:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:51:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:52:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:52:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:53:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/EnvelopeParams.h:53:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:38:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:39:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:40:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:44:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:45:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:45:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:46:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:46:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:54:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:54:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:55:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:55:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:56:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:56:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:46:14: style: The function 'defaults' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:53:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:46:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:47:14: style: The function 'add2XML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:51:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:47:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:48:14: style: The function 'getfromXML' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:52:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:48:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:58:14: style: The function 'legatonote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:45:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:58:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:61:13: style: The function 'noteout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:35:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:61:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:62:14: style: The function 'relasekey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:62:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:63:13: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:43:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:63:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:40:14: style: The function 'legatonote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:45:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:43:13: style: The function 'noteout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:35:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:43:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:44:14: style: The function 'relasekey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:45:13: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:43:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:45:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:45:14: style: The function 'legatonote' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:45:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:45:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:48:13: style: The function 'noteout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:35:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:48:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:49:13: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:43:21: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:49:13: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:50:14: style: The function 'relasekey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:39:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:50:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:540:21: style: The scope of the variable 'ParamName' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:541:21: style: The scope of the variable 'ParamValue' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:108:6: performance: Technically the member function 'XMLwrapper::dosavefile' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:191:19: note: Technically the member function 'XMLwrapper::dosavefile' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:108:6: note: Technically the member function 'XMLwrapper::dosavefile' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:78:2: style: Class 'XMLwrapper' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:78:2: style: Class 'XMLwrapper' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:274:27: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.cpp:547:5: error: va_list 'variableList' was opened but not closed by va_end(). [va_end_missing]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Recorder.h:41:13: style: Technically the member function 'Recorder::recording' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Recorder.cpp:74:15: note: Technically the member function 'Recorder::recording' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/Recorder.h:41:13: note: Technically the member function 'Recorder::recording' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/WavFile.cpp:29:7: style: Class 'WavFile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/WavFile.cpp:29:7: style: Class 'WavFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/WavFile.cpp:27:25: performance: Function parameter 'filename' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:611:21: style: The scope of the variable 'ParamName' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:612:21: style: The scope of the variable 'ParamValue' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:97:13: warning: Member variable 'XMLwrapper::d' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:74:7: performance: Technically the member function 'XMLwrapper::putXMLdata' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:379:18: note: Technically the member function 'XMLwrapper::putXMLdata' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:74:7: note: Technically the member function 'XMLwrapper::putXMLdata' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:78:7: performance: Technically the member function 'XMLwrapper::addparbool' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:258:18: note: Technically the member function 'XMLwrapper::addparbool' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:78:7: note: Technically the member function 'XMLwrapper::addparbool' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:79:7: performance: Technically the member function 'XMLwrapper::addparstr' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:266:18: note: Technically the member function 'XMLwrapper::addparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:79:7: note: Technically the member function 'XMLwrapper::addparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:81:7: performance: Technically the member function 'XMLwrapper::beginbranch' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:274:18: note: Technically the member function 'XMLwrapper::beginbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:81:7: note: Technically the member function 'XMLwrapper::beginbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:83:7: performance: Technically the member function 'XMLwrapper::endbranch' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:288:18: note: Technically the member function 'XMLwrapper::endbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:83:7: note: Technically the member function 'XMLwrapper::endbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:86:6: performance: Technically the member function 'XMLwrapper::enterbranch' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:407:17: note: Technically the member function 'XMLwrapper::enterbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:86:6: note: Technically the member function 'XMLwrapper::enterbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:88:7: performance: Technically the member function 'XMLwrapper::exitbranch' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:436:18: note: Technically the member function 'XMLwrapper::exitbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:88:7: note: Technically the member function 'XMLwrapper::exitbranch' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:89:6: performance: Technically the member function 'XMLwrapper::getbranchid' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:446:17: note: Technically the member function 'XMLwrapper::getbranchid' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:89:6: note: Technically the member function 'XMLwrapper::getbranchid' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:91:6: performance: Technically the member function 'XMLwrapper::getpar' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:461:17: note: Technically the member function 'XMLwrapper::getpar' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:91:6: note: Technically the member function 'XMLwrapper::getpar' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:93:6: performance: Technically the member function 'XMLwrapper::getparbool' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:493:17: note: Technically the member function 'XMLwrapper::getparbool' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:93:6: note: Technically the member function 'XMLwrapper::getparbool' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:95:7: performance: Technically the member function 'XMLwrapper::getparstr' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:515:18: note: Technically the member function 'XMLwrapper::getparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:95:7: note: Technically the member function 'XMLwrapper::getparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:96:14: performance: Technically the member function 'XMLwrapper::getparstr' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:540:20: note: Technically the member function 'XMLwrapper::getparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:96:14: note: Technically the member function 'XMLwrapper::getparstr' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:97:8: performance: Technically the member function 'XMLwrapper::getparreal' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:564:19: note: Technically the member function 'XMLwrapper::getparreal' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:97:8: note: Technically the member function 'XMLwrapper::getparreal' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:104:7: performance: Technically the member function 'XMLwrapper::hasPadSynth' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:157:18: note: Technically the member function 'XMLwrapper::hasPadSynth' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:104:7: note: Technically the member function 'XMLwrapper::hasPadSynth' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:108:6: performance: Technically the member function 'XMLwrapper::dosavefile' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:213:17: note: Technically the member function 'XMLwrapper::dosavefile' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/QtXmlWrapper.h:108:6: note: Technically the member function 'XMLwrapper::dosavefile' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:314:27: performance: Passing the result of c_str() to a function that takes std::string as argument no. 1 is slow and redundant. [stlcstrParam]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Misc/XMLwrapper.cpp:621:5: error: va_list 'variableList' was opened but not closed by va_end(). [va_end_missing]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.cpp:252:12: style: The scope of the variable 'scaled' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:0: style: Class 'SafeQueue < MidiEvent >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:0: style: Class 'SafeQueue < MidiEvent >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.h:16:0: style: Class 'SafeQueue < MidiEvent >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:40:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:41:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:43:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:44:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:45:14: style: The function 'setMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:45:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:46:14: style: The function 'getMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AlsaEngine.h:46:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:42:13: style: Technically the member function 'AudioOut::getSampleRate' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.cpp:45:15: note: Technically the member function 'AudioOut::getSampleRate' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:42:13: note: Technically the member function 'AudioOut::getSampleRate' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:5: style: Class 'SafeQueue' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:5: style: Class 'SafeQueue' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.h:16:9: style: Class 'SafeQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/EngineMgr.cpp:128:37: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/EngineMgr.cpp:144:38: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/InMgr.cpp:108:30: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.cpp:350:23: style: The scope of the variable 'type' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:49:13: style: Technically the member function 'JackEngine::getBuffersize' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:40:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:41:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:43:14: style: The function 'setMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:44:14: style: The function 'getMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:46:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:46:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:47:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/JackEngine.h:47:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:0: style: Class 'SafeQueue < float >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.cpp:8:0: style: Class 'SafeQueue < float >' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/SafeQueue.h:16:0: style: Class 'SafeQueue < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:39:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:40:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:42:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:42:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:43:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Nio.cpp:64:34: performance: Function parameter 'post' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.cpp:215:19: style: The scope of the variable 'l' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.cpp:215:22: style: The scope of the variable 'r' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:37:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:38:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:38:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:40:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:41:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:41:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:43:14: style: The function 'setMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:43:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:44:14: style: The function 'getMidiEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/MidiIn.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OssEngine.h:44:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OutMgr.cpp:22:6: style: Class 'OutMgr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OutMgr.cpp:22:6: style: Class 'OutMgr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/OutMgr.cpp:88:29: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:36:14: style: The function 'Start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:35:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:36:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:37:14: style: The function 'Stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/Engine.h:37:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:37:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:39:14: style: The function 'setAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:49:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:39:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:40:14: style: The function 'getAudioEn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/AudioOut.h:50:22: note: Virtual function in base class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/PaEngine.h:40:14: note: Function in derived class
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:38:14: style: Technically the member function 'WavEngine::openAudio' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.cpp:40:17: note: Technically the member function 'WavEngine::openAudio' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Nio/WavEngine.h:38:14: note: Technically the member function 'WavEngine::openAudio' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:605:12: style: C-style pointer casting [cstyleCast]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:76:53: style: Function 'stub_deactivate' argument 1 names different: declaration 'Instance' definition 'instance'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:45:51: note: Function 'stub_deactivate' argument 1 names different: declaration 'Instance' definition 'instance'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:76:53: note: Function 'stub_deactivate' argument 1 names different: declaration 'Instance' definition 'instance'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:103:19: style: Function 'stub_getProgram' argument 2 names different: declaration 'Index' definition 'index'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:53:27: note: Function 'stub_getProgram' argument 2 names different: declaration 'Index' definition 'index'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:103:19: note: Function 'stub_getProgram' argument 2 names different: declaration 'Index' definition 'index'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:321:74: style: Function 'getProgram' argument 1 names different: declaration 'Index' definition 'index'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:79:65: note: Function 'getProgram' argument 1 names different: declaration 'Index' definition 'index'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:321:74: note: Function 'getProgram' argument 1 names different: declaration 'Index' definition 'index'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:617:18: warning: Member variable 'DSSIaudiooutput::outl' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:617:18: warning: Member variable 'DSSIaudiooutput::outr' is not initialized in the constructor. [uninitMemberVarPrivate]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:70:14: performance: Technically the member function 'DSSIaudiooutput::activate' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:209:23: note: Technically the member function 'DSSIaudiooutput::activate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:70:14: note: Technically the member function 'DSSIaudiooutput::activate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:72:14: performance: Technically the member function 'DSSIaudiooutput::deactivate' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:243:23: note: Technically the member function 'DSSIaudiooutput::deactivate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:72:14: note: Technically the member function 'DSSIaudiooutput::deactivate' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:73:14: performance: Technically the member function 'DSSIaudiooutput::cleanup' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:260:23: note: Technically the member function 'DSSIaudiooutput::cleanup' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:73:14: note: Technically the member function 'DSSIaudiooutput::cleanup' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:81:13: performance: Technically the member function 'DSSIaudiooutput::getMidiControllerForPort' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:406:22: note: Technically the member function 'DSSIaudiooutput::getMidiControllerForPort' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:81:13: note: Technically the member function 'DSSIaudiooutput::getMidiControllerForPort' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:633:11: style: Class 'DSSIaudiooutput' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.cpp:633:11: style: Class 'DSSIaudiooutput' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Output/DSSIaudiooutput.h:98:9: style: Class 'DSSIaudiooutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PStereo' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PDetune' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PCoarseDetune' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PDetuneType' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PBandwidth' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PPanning' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PVolume' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PAmpVelocityScaleFunction' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PPunchStrength' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PPunchTime' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PPunchStretch' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PPunchVelocitySensing' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PFilterVelocityScale' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::PFilterVelocityScaleFunction' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:52:20: warning: Member variable 'ADnoteGlobalParam::Hrandgrouping' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:304:15: style: Technically the member function 'ADnoteParameters::getBandwidthDetuneMultiplier' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:224:25: note: Technically the member function 'ADnoteParameters::getBandwidthDetuneMultiplier' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:304:15: note: Technically the member function 'ADnoteParameters::getBandwidthDetuneMultiplier' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:305:15: style: Technically the member function 'ADnoteParameters::getUnisonFrequencySpreadCents' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:236:25: note: Technically the member function 'ADnoteParameters::getUnisonFrequencySpreadCents' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:305:15: note: Technically the member function 'ADnoteParameters::getUnisonFrequencySpreadCents' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:306:13: style: Technically the member function 'ADnoteParameters::get_unison_size_index' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:288:23: note: Technically the member function 'ADnoteParameters::get_unison_size_index' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.h:306:13: note: Technically the member function 'ADnoteParameters::get_unison_size_index' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:54:5: style: Struct 'ADnoteGlobalParam' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/ADnoteParameters.cpp:54:5: style: Struct 'ADnoteGlobalParam' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Controller.h:62:13: style: Technically the member function 'Controller::getnrpn' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Controller.cpp:299:17: note: Technically the member function 'Controller::getnrpn' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Controller.h:62:13: note: Technically the member function 'Controller::getnrpn' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:191:11: style: The scope of the variable 'filter_freq' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:191:24: style: The scope of the variable 'filter_q' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:191:34: style: The scope of the variable 'filter_amp' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:30:42: style: Function 'FilterParams' argument 2 names different: declaration 'Pfreq' definition 'Pfreq_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:34:36: note: Function 'FilterParams' argument 2 names different: declaration 'Pfreq' definition 'Pfreq_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:30:42: note: Function 'FilterParams' argument 2 names different: declaration 'Pfreq' definition 'Pfreq_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:47:15: style: Technically the member function 'FilterParams::getfreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:130:21: note: Technically the member function 'FilterParams::getfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:47:15: note: Technically the member function 'FilterParams::getfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:49:15: style: Technically the member function 'FilterParams::getfreqtracking' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:139:21: note: Technically the member function 'FilterParams::getfreqtracking' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:49:15: note: Technically the member function 'FilterParams::getfreqtracking' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:50:15: style: Technically the member function 'FilterParams::getgain' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:144:21: note: Technically the member function 'FilterParams::getgain' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:50:15: note: Technically the member function 'FilterParams::getgain' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:80:15: style: Technically the member function 'FilterParams::getcenterfreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:152:21: note: Technically the member function 'FilterParams::getcenterfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:80:15: note: Technically the member function 'FilterParams::getcenterfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:81:15: style: Technically the member function 'FilterParams::getoctavesfreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:160:21: note: Technically the member function 'FilterParams::getoctavesfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:81:15: note: Technically the member function 'FilterParams::getoctavesfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:88:15: performance: Technically the member function 'FilterParams::getformantamp' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:268:21: note: Technically the member function 'FilterParams::getformantamp' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:88:15: note: Technically the member function 'FilterParams::getformantamp' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:89:15: performance: Technically the member function 'FilterParams::getformantq' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.cpp:274:21: note: Technically the member function 'FilterParams::getformantq' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/FilterParams.h:89:15: note: Technically the member function 'FilterParams::getformantq' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.cpp:36:27: style: Function 'LFOParams' argument 7 names different: declaration 'Pcontinous' definition 'Pcontinous_'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.h:38:24: note: Function 'LFOParams' argument 7 names different: declaration 'Pcontinous' definition 'Pcontinous_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/LFOParams.cpp:36:27: note: Function 'LFOParams' argument 7 names different: declaration 'Pcontinous' definition 'Pcontinous_'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:146:15: style: Technically the member function 'PADnoteParameters::getNhr' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp:323:26: note: Technically the member function 'PADnoteParameters::getNhr' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.h:146:15: note: Technically the member function 'PADnoteParameters::getNhr' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp:38:5: style: Class 'PADnoteParameters' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp:38:5: style: Class 'PADnoteParameters' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:41:14: performance: Technically the member function 'Presets::deletepreset' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.cpp:116:15: note: Technically the member function 'Presets::deletepreset' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/Presets.h:41:14: note: Technically the member function 'Presets::deletepreset' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:45:14: performance: Technically the member function 'PresetsStore::copypreset' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.cpp:141:20: note: Technically the member function 'PresetsStore::copypreset' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:45:14: note: Technically the member function 'PresetsStore::copypreset' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:46:14: style: Technically the member function 'PresetsStore::pastepreset' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.cpp:163:20: note: Technically the member function 'PresetsStore::pastepreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:46:14: note: Technically the member function 'PresetsStore::pastepreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:47:14: style: Technically the member function 'PresetsStore::deletepreset' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.cpp:175:20: note: Technically the member function 'PresetsStore::deletepreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/PresetsStore.h:47:14: note: Technically the member function 'PresetsStore::deletepreset' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.cpp:31:5: style: Class 'SUBnoteParameters' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Params/SUBnoteParameters.cpp:31:5: style: Class 'SUBnoteParameters' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:36:9: warning: Member variable 'ADnote::oldamplitude' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:36:9: warning: Member variable 'ADnote::FMoldamplitude' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:36:9: warning: Member variable 'ADnote::globaloldamplitude' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:105:21: performance: Technically the member function 'ADnote::ComputeVoiceOscillatorPitchModulation' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:1432:21: note: Technically the member function 'ADnote::ComputeVoiceOscillatorPitchModulation' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:105:21: note: Technically the member function 'ADnote::ComputeVoiceOscillatorPitchModulation' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:108:21: style: Technically the member function 'ADnote::ComputeVoiceNoise' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:1440:21: note: Technically the member function 'ADnote::ComputeVoiceNoise' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:108:21: note: Technically the member function 'ADnote::ComputeVoiceNoise' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:111:21: performance: Technically the member function 'ADnote::fadein' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:1092:21: note: Technically the member function 'ADnote::fadein' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.h:111:21: note: Technically the member function 'ADnote::fadein' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:45:5: style: Class 'ADnote' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:45:5: style: Class 'ADnote' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:844:5: error: Memory leak: vce.FMFreqEnvelope [memleak]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/ADnote.cpp:844:5: error: Memory leak: vce.FMAmpEnvelope [memleak]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.h:45:15: performance: Technically the member function 'Envelope::env_rap2dB' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.cpp:166:24: note: Technically the member function 'Envelope::env_rap2dB' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.h:45:15: note: Technically the member function 'Envelope::env_rap2dB' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.h:46:15: performance: Technically the member function 'Envelope::env_dB2rap' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.cpp:162:24: note: Technically the member function 'Envelope::env_dB2rap' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Envelope.h:46:15: note: Technically the member function 'Envelope::env_dB2rap' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.cpp:808:46: warning: Comparison of a boolean expression with an integer. [compareBoolExpressionWithInt]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.cpp:1020:38: style: Same expression on both sides of '&&'. [duplicateExpression]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:148:14: style: Technically the member function 'OscilGen::adaptiveharmonicpostprocess' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.cpp:731:16: note: Technically the member function 'OscilGen::adaptiveharmonicpostprocess' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.h:148:14: note: Technically the member function 'OscilGen::adaptiveharmonicpostprocess' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.cpp:111:5: style: Class 'OscilGen' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/OscilGen.cpp:111:5: style: Class 'OscilGen' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:11: style: The scope of the variable 'xm1' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:16: style: The scope of the variable 'x0' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:20: style: The scope of the variable 'x1' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:24: style: The scope of the variable 'x2' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:28: style: The scope of the variable 'a' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:31: style: The scope of the variable 'b' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:301:34: style: The scope of the variable 'c' can be reduced. [variableScope]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:54:14: performance: Technically the member function 'PADnote::fadein' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.cpp:200:22: note: Technically the member function 'PADnote::fadein' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/PADnote.h:54:14: note: Technically the member function 'PADnote::fadein' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:52:15: style: Technically the member function 'Resonance::getcenterfreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.cpp:217:18: note: Technically the member function 'Resonance::getcenterfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:52:15: note: Technically the member function 'Resonance::getcenterfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:53:15: style: Technically the member function 'Resonance::getoctavesfreq' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.cpp:225:18: note: Technically the member function 'Resonance::getoctavesfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/Resonance.h:53:15: note: Technically the member function 'Resonance::getoctavesfreq' can be const.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.cpp:206:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:94:15: performance: Technically the member function 'SUBnote::computerolloff' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.cpp:394:16: note: Technically the member function 'SUBnote::computerolloff' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:94:15: note: Technically the member function 'SUBnote::computerolloff' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:95:14: performance: Technically the member function 'SUBnote::computefiltercoefs' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.cpp:259:15: note: Technically the member function 'SUBnote::computefiltercoefs' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:95:14: note: Technically the member function 'SUBnote::computefiltercoefs' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:99:21: performance: Technically the member function 'SUBnote::filter' can be static. [functionStatic]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.cpp:343:15: note: Technically the member function 'SUBnote::filter' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SUBnote.h:99:21: note: Technically the member function 'SUBnote::filter' can be static.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.cpp:109:21: style: Variable 'decounter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.cpp:106:21: note: Variable 'decounter' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.cpp:109:21: note: Variable 'decounter' is reassigned a value before the old one has been used if variable is no semaphore variable.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.cpp:28:51: style: Function 'update' argument 5 names different: declaration 'externalcall' definition 'externcall'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.h:60:48: note: Function 'update' argument 5 names different: declaration 'externalcall' definition 'externcall'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/Synth/SynthNote.cpp:28:51: note: Function 'update' argument 5 names different: declaration 'externalcall' definition 'externcall'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:77:34: style: Function 'announce' argument 1 names different: declaration 'appliction_name' definition 'application_name'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.H:69:39: note: Function 'announce' argument 1 names different: declaration 'appliction_name' definition 'application_name'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:77:34: note: Function 'announce' argument 1 names different: declaration 'appliction_name' definition 'application_name'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:109:28: style: Function 'progress' argument 1 names different: declaration 'f' definition 'p'. [funcArgNamesDifferent]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.H:67:33: note: Function 'progress' argument 1 names different: declaration 'f' definition 'p'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:109:28: note: Function 'progress' argument 1 names different: declaration 'f' definition 'p'.
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:55:13: warning: Member variable 'Client::nsm_url' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:57:9: performance: Variable 'nsm_addr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:61:9: performance: Variable '_server' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.C:62:9: performance: Variable '_st' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.H:57:18: style: Technically the member function 'NSM::Client::is_active' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/NSM/Client.H:59:25: style: Technically the member function 'NSM::Client::session_manager_name' can be const. [functionConst]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/WidgetPDial.cpp:34:9: warning: Member variable 'TipWin::textmode' is not initialized in the constructor. [uninitMemberVar]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/UI/WidgetPDial.cpp:95:5: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
lmms-1.1.3/plugins/zynaddsubfx/zynaddsubfx/src/main.cpp:258:27: style: The scope of the variable 'opt' can be reduced. [variableScope]
lmms-1.1.3/src/core/AutomationPattern.cpp:198:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/AutomationPattern.cpp:232:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/AutomationPattern.cpp:274:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/MixHelpers.cpp:89:2: style: Struct 'AddMultipliedOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/src/core/MixHelpers.cpp:110:2: style: Struct 'AddSanitizedMultipliedOp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/src/core/Oscillator.cpp:329:28: style: Same expression on both sides of '>' because the value of 'floorf(m_phase)' and 'floorf(v1)' are the same. [duplicateExpression]
lmms-1.1.3/src/core/Oscillator.cpp:326:19: note: 'v1' is assigned value 'm_phase' here.
lmms-1.1.3/src/core/Oscillator.cpp:329:28: note: Same expression on both sides of '>' because the value of 'floorf(m_phase)' and 'floorf(v1)' are the same.
lmms-1.1.3/src/core/PeakController.cpp:156:6: style: The scope of the variable 'foundCount' can be reduced. [variableScope]
lmms-1.1.3/src/core/SampleBuffer.cpp:386:7: style: The scope of the variable 'sf_rr' can be reduced. [variableScope]
lmms-1.1.3/src/core/TempoSyncKnobModel.cpp:77:8: style: The scope of the variable 'conversionFactor' can be reduced. [variableScope]
lmms-1.1.3/src/core/drumsynth.cpp:319:3: style: Variable 'DGain' is reassigned a value before the old one has been used. [redundantAssignment]
lmms-1.1.3/src/core/drumsynth.cpp:318:3: note: Variable 'DGain' is reassigned a value before the old one has been used.
lmms-1.1.3/src/core/drumsynth.cpp:319:3: note: Variable 'DGain' is reassigned a value before the old one has been used.
lmms-1.1.3/src/core/drumsynth.cpp:73:11: style: The scope of the variable 'eon' can be reduced. [variableScope]
lmms-1.1.3/src/core/drumsynth.cpp:73:16: style: The scope of the variable 'p' can be reduced. [variableScope]
lmms-1.1.3/src/core/drumsynth.cpp:267:25: style: The scope of the variable 'tplus' can be reduced. [variableScope]
lmms-1.1.3/src/core/drumsynth.cpp:309:17: style: Array index 'commentLen' is used before limits check. [arrayIndexThenCheck]
lmms-1.1.3/src/core/fft_helpers.cpp:116:8: style: The scope of the variable 'j_min' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:116:15: style: The scope of the variable 'j_max' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:163:8: style: The scope of the variable 'f_min' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:163:15: style: The scope of the variable 'f_max' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:163:22: style: The scope of the variable 'frequency' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:163:33: style: The scope of the variable 'bandwith' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:164:6: style: The scope of the variable 'j_min' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:164:13: style: The scope of the variable 'j_max' can be reduced. [variableScope]
lmms-1.1.3/src/core/fft_helpers.cpp:43:15: style: Checking if unsigned variable 'spec_size' is less than zero. [unsignedLessThanZero]
lmms-1.1.3/src/core/fft_helpers.cpp:184:9: style: Variable 'fpower' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/src/core/ladspa_2_lmms.cpp:35:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/ladspa_manager.cpp:99:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/track.cpp:1473:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/core/track.cpp:1489:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/gui/AutomationEditor.cpp:1438:8: style: The scope of the variable 'y' can be reduced. [variableScope]
lmms-1.1.3/src/gui/AutomationEditor.cpp:1535:10: style: The scope of the variable 'y' can be reduced. [variableScope]
lmms-1.1.3/src/gui/AutomationEditor.cpp:1578:7: style: The scope of the variable 'len_ticks' can be reduced. [variableScope]
lmms-1.1.3/src/gui/ControllerConnectionDialog.cpp:52:2: style: Class 'AutoDetectMidiController' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lmms-1.1.3/src/gui/PianoRoll.cpp:828:6: style: The scope of the variable 'central_key' can be reduced. [variableScope]
lmms-1.1.3/src/gui/PianoRoll.cpp:2022:8: style: The scope of the variable 'closest_dist' can be reduced. [variableScope]
lmms-1.1.3/src/gui/PianoView.cpp:174:12: style: Variable 'k' is assigned a value that is never used. [unreadVariable]
lmms-1.1.3/src/gui/plugin_browser.cpp:103:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lmms-1.1.3/src/tracks/Pattern.cpp:840:7: style: The scope of the variable 'vol' can be reduced. [variableScope]
lmms-1.1.3/src/tracks/Pattern.cpp:841:7: style: The scope of the variable 'len' can be reduced. [variableScope]
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lmod/lmod_6.6.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lmodern/lmodern_2.004.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lmtest/lmtest_0.9.36.orig.tar.gz
[03:13]

ftp://ftp.se.debian.org/debian/pool/main/l/lnav/lnav_0.8.3.orig.tar.gz
lnav-0.8.3/src/pcrepp.hh:47:0: error: #error "pcre.h not found?" [preprocessorErrorDirective]
lnav-0.8.3/src/view_curses.hh:55:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/src/ptimec.hh:745:0: error: failed to expand 'PTIME_CONSUME', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
../../lnav2/src/data_scanner_re.cc:10986:2: style: Variable 'YYCURSOR' is reassigned a value before the old one has been used. [redundantAssignment]
../../lnav2/src/data_scanner_re.cc:10984:4: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:10986:2: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:17063:2: style: Variable 'YYCURSOR' is reassigned a value before the old one has been used. [redundantAssignment]
../../lnav2/src/data_scanner_re.cc:17061:4: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:17063:2: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:17599:2: style: Variable 'YYCURSOR' is reassigned a value before the old one has been used. [redundantAssignment]
../../lnav2/src/data_scanner_re.cc:17597:4: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:17599:2: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:38048:2: style: Variable 'YYCURSOR' is reassigned a value before the old one has been used. [redundantAssignment]
../../lnav2/src/data_scanner_re.cc:38046:4: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:38048:2: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:44114:2: style: Variable 'YYCURSOR' is reassigned a value before the old one has been used. [redundantAssignment]
../../lnav2/src/data_scanner_re.cc:44112:4: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.cc:44114:2: note: Variable 'YYCURSOR' is reassigned a value before the old one has been used.
../../lnav2/src/data_scanner_re.re:69:24: style: Technically the member function 'tokenize2::_YYCURSOR::operator+' can be const. [functionConst]
lnav-0.8.3/src/attr_line.hh:185:33: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:75:12: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:94:18: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:123:18: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:127:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:145:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:155:23: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:162:25: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:173:23: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:192:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/environ_vtab.cc:218:18: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/attr_line.hh:312:30: style: Unused variable: iter [unusedVariable]
lnav-0.8.3/src/environ_vtab.cc:218:26: style: Variable 'p_vt' is assigned a value that is never used. [unreadVariable]
lnav-0.8.3/src/auto_mem.hh:139:22: warning: Member variable 'static_root_mem::srm_value' is not assigned a value in 'static_root_mem::operator='. [operatorEqVarError]
lnav-0.8.3/src/intern_string.hh:231:5: style: 'intern_string_t::operator=' should return 'intern_string_t &'. [operatorEq]
lnav-0.8.3/src/auto_mem.hh:52:5: style: Class 'auto_mem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/auto_mem.hh:59:5: style: Class 'auto_mem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/intern_string.hh:45:5: style: Struct 'string_fragment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/intern_string.hh:178:5: style: Class 'intern_string_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/attr_line.hh:149:5: style: Class 'string_attr_type' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/attr_line.hh:356:5: style: Class 'attr_line_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/attr_line.hh:360:5: style: Class 'attr_line_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/auto_mem.hh:117:1: warning: The class 'static_root_mem' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lnav-0.8.3/src/intern_string.hh:176:1: warning: The class 'intern_string_t' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lnav-0.8.3/src/extension-functions.cc:1399:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1427:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1464:16: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1501:16: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1533:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1553:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1575:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1587:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1599:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1611:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:1624:7: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/extension-functions.cc:517:7: style: The scope of the variable 'iVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:518:10: style: The scope of the variable 'rVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:547:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:548:10: style: The scope of the variable 'r2' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:549:10: style: The scope of the variable 'val' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:572:10: style: The scope of the variable 'r1' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:573:10: style: The scope of the variable 'r2' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:593:10: style: The scope of the variable 'rVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:594:7: style: The scope of the variable 'iVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:623:10: style: The scope of the variable 'rVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:647:10: style: The scope of the variable 'rVal' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:672:18: style: The scope of the variable 'z' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:673:18: style: The scope of the variable 'zo' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:675:7: style: The scope of the variable 'nLen' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:676:7: style: The scope of the variable 'nTLen' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:677:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:767:7: style: The scope of the variable 'ilen' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:768:7: style: The scope of the variable 'zl' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:769:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:770:15: style: The scope of the variable 'zi' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:772:9: style: The scope of the variable 'zt' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:820:7: style: The scope of the variable 'ilen' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:821:7: style: The scope of the variable 'zl' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:822:7: style: The scope of the variable 'zll' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:823:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:824:15: style: The scope of the variable 'zi' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:825:9: style: The scope of the variable 'zo' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:826:9: style: The scope of the variable 'zt' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:875:7: style: The scope of the variable 'ilen' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:876:7: style: The scope of the variable 'zl' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:877:7: style: The scope of the variable 'zll' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:878:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:879:15: style: The scope of the variable 'zi' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:881:9: style: The scope of the variable 'zt' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:934:15: style: The scope of the variable 'z1' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:936:15: style: The scope of the variable 'z22' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:938:9: style: The scope of the variable 'zot' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:939:7: style: The scope of the variable 'c1' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:940:7: style: The scope of the variable 'c2' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:990:15: style: The scope of the variable 'zt1' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:991:15: style: The scope of the variable 'zt2' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1395:10: style: The scope of the variable 'delta' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1396:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1415:7: style: The scope of the variable 'xi' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1416:10: style: The scope of the variable 'xd' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1417:8: style: The scope of the variable 'iptr' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1418:11: style: The scope of the variable 'dptr' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1462:7: style: The scope of the variable 'ei' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1463:10: style: The scope of the variable 'ed' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1495:7: style: The scope of the variable 'ei' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1496:10: style: The scope of the variable 'ed' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1640:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lnav-0.8.3/src/extension-functions.cc:1850:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_name' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_summary' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_flag_name' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_description' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_nargs' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/help_text_formatter.hh:79:5: warning: Member variable 'help_text::ht_format' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/json-extension-functions.cc:73:24: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:88:24: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:104:24: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:231:29: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:296:29: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:320:29: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json-extension-functions.cc:376:29: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.hh:400:10: style: Technically the member function 'json_ptr::reached_end' can be const. [functionConst]
lnav-0.8.3/src/json_ptr.hh:224:5: style: Class 'json_ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/json_op.hh:58:5: style: Class 'json_op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/json-extension-functions.cc:54:5: style: Class 'sql_json_op' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/json_ptr.hh:120:33: performance: Function parameter 'ptr' should be passed by const reference. [passedByValue]
lnav-0.8.3/src/json_ptr.hh:120:66: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
lnav-0.8.3/src/json_op.cc:39:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:49:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:59:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:69:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:79:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:89:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:99:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:109:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:119:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:157:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:171:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:185:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:199:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:213:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:231:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:249:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:265:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:281:19: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_op.cc:197:78: style: Function 'handle_string' argument 3 names different: declaration 'len' definition 'stringLen'. [funcArgNamesDifferent]
lnav-0.8.3/src/json_op.hh:46:81: note: Function 'handle_string' argument 3 names different: declaration 'len' definition 'stringLen'.
lnav-0.8.3/src/json_op.cc:197:78: note: Function 'handle_string' argument 3 names different: declaration 'len' definition 'stringLen'.
lnav-0.8.3/src/json_op.hh:43:16: style: Unused private function: 'json_op::handle_null' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:44:16: style: Unused private function: 'json_op::handle_boolean' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:45:16: style: Unused private function: 'json_op::handle_number' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:46:16: style: Unused private function: 'json_op::handle_string' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:47:16: style: Unused private function: 'json_op::handle_start_map' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:48:16: style: Unused private function: 'json_op::handle_map_key' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:49:16: style: Unused private function: 'json_op::handle_end_map' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:50:16: style: Unused private function: 'json_op::handle_start_array' [unusedPrivateFunction]
lnav-0.8.3/src/json_op.hh:51:16: style: Unused private function: 'json_op::handle_end_array' [unusedPrivateFunction]
lnav-0.8.3/src/json_ptr.cc:40:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:51:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:64:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:84:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:100:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:110:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:134:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:146:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/json_ptr.cc:156:26: style: C-style pointer casting [cstyleCast]
lnav-0.8.3/src/lnav_log.cc:74:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/src/log_accel.hh:55:5: warning: Member variable 'log_accel::la_velocity' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/line_buffer.hh:171:10: style: Technically the member function 'line_buffer::invariant' can be const. [functionConst]
lnav-0.8.3/src/auto_fd.hh:79:5: style: Class 'auto_fd' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/piper_proc.hh:50:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/line_buffer.hh:73:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/line_buffer.hh:85:10: style: Unhandled exception specification when calling function set_fd(). [unhandledExceptionSpecification]
lnav-0.8.3/src/piper_proc.cc:133:12: note: Unhandled exception specification when calling function set_fd().
lnav-0.8.3/src/line_buffer.hh:85:10: note: Unhandled exception specification when calling function set_fd().
lnav-0.8.3/src/spookyhash/SpookyV2.h:49:3: style: The class 'SpookyHash' does not have a constructor although it has private member variables. [noConstructor]
lnav-0.8.3/src/byte_array.hh:45:5: warning: Member variable 'byte_array::ba_data' is not initialized in the constructor. [uninitMemberVar]
lnav-0.8.3/src/sequence_matcher.hh:58:5: style: Class 'sequence_matcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/byte_array.hh:41:1: warning: The struct 'byte_array' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lnav-0.8.3/src/timer.hh:56:14: style: Technically the member function 'timer::interrupt_timer::is_armed' can be const. [functionConst]
lnav-0.8.3/src/timer.cc:86:30: note: Technically the member function 'timer::interrupt_timer::is_armed' can be const.
lnav-0.8.3/src/timer.hh:56:14: note: Technically the member function 'timer::interrupt_timer::is_armed' can be const.
lnav-0.8.3/src/timer.hh:47:9: style: Class 'error' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/src/xterm_mouse.hh:52:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/src/yajl/yajl.c:28:35: style: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_parse.h:44:61: note: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'.
lnav-0.8.3/src/yajl/yajl.c:28:35: note: Function 'yajl_status_to_string' argument 1 names different: declaration 'code' definition 'stat'.
lnav-0.8.3/src/yajl/yajl.c:126:19: style: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_parse.h:180:44: note: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'.
lnav-0.8.3/src/yajl/yajl.c:126:19: note: Function 'yajl_parse' argument 3 names different: declaration 'jsonTextLength' definition 'jsonTextLen'.
lnav-0.8.3/src/yajl/yajl.c:162:55: style: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_parse.h:205:52: note: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'.
lnav-0.8.3/src/yajl/yajl.c:162:55: note: Function 'yajl_get_error' argument 4 names different: declaration 'jsonTextLength' definition 'jsonTextLen'.
lnav-0.8.3/src/yajl/yajl_encode.c:32:39: style: Function 'yajl_string_encode' argument 1 names different: declaration 'printer' definition 'print'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_encode.h:23:44: note: Function 'yajl_string_encode' argument 1 names different: declaration 'printer' definition 'print'.
lnav-0.8.3/src/yajl/yajl_encode.c:32:39: note: Function 'yajl_string_encode' argument 1 names different: declaration 'printer' definition 'print'.
lnav-0.8.3/src/yajl/yajl_encode.c:35:27: style: Function 'yajl_string_encode' argument 4 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_encode.h:26:32: note: Function 'yajl_string_encode' argument 4 names different: declaration 'length' definition 'len'.
lnav-0.8.3/src/yajl/yajl_encode.c:35:27: note: Function 'yajl_string_encode' argument 4 names different: declaration 'length' definition 'len'.
lnav-0.8.3/src/yajl/yajl_encode.c:117:32: style: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_encode.h:30:32: note: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'.
lnav-0.8.3/src/yajl/yajl_encode.c:117:32: note: Function 'yajl_string_decode' argument 3 names different: declaration 'length' definition 'len'.
lnav-0.8.3/src/yajl/yajl_encode.c:169:55: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lnav-0.8.3/src/yajl/yajl_gen.c:98:41: style: Function 'yajl_gen_alloc' argument 1 names different: declaration 'allocFuncs' definition 'afs'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:118:63: note: Function 'yajl_gen_alloc' argument 1 names different: declaration 'allocFuncs' definition 'afs'.
lnav-0.8.3/src/yajl/yajl_gen.c:98:41: note: Function 'yajl_gen_alloc' argument 1 names different: declaration 'allocFuncs' definition 'afs'.
lnav-0.8.3/src/yajl/yajl_gen.c:129:25: style: Function 'yajl_gen_reset' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:159:43: note: Function 'yajl_gen_reset' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:129:25: note: Function 'yajl_gen_reset' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:137:24: style: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:121:42: note: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:137:24: note: Function 'yajl_gen_free' argument 1 names different: declaration 'handle' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:209:27: style: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:123:56: note: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:209:27: note: Function 'yajl_gen_integer' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:227:26: style: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:127:55: note: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:227:26: note: Function 'yajl_gen_double' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:26: style: Function 'yajl_gen_number' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:128:55: note: Function 'yajl_gen_number' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:26: note: Function 'yajl_gen_number' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:42: style: Function 'yajl_gen_number' argument 2 names different: declaration 'num' definition 's'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:129:59: note: Function 'yajl_gen_number' argument 2 names different: declaration 'num' definition 's'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:42: note: Function 'yajl_gen_number' argument 2 names different: declaration 'num' definition 's'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:52: style: Function 'yajl_gen_number' argument 3 names different: declaration 'len' definition 'l'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:130:53: note: Function 'yajl_gen_number' argument 3 names different: declaration 'len' definition 'l'.
lnav-0.8.3/src/yajl/yajl_gen.c:244:52: note: Function 'yajl_gen_number' argument 3 names different: declaration 'len' definition 'l'.
lnav-0.8.3/src/yajl/yajl_gen.c:254:26: style: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:131:55: note: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:254:26: note: Function 'yajl_gen_string' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:275:24: style: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:134:53: note: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:275:24: note: Function 'yajl_gen_null' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:285:24: style: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:135:53: note: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:285:24: note: Function 'yajl_gen_bool' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:297:28: style: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:136:57: note: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:297:28: note: Function 'yajl_gen_map_open' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:310:29: style: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:137:58: note: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:310:29: note: Function 'yajl_gen_map_close' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:324:30: style: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:138:59: note: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:324:30: note: Function 'yajl_gen_array_open' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:336:31: style: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:139:60: note: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:336:31: note: Function 'yajl_gen_array_close' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:349:27: style: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:144:56: note: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:349:27: note: Function 'yajl_gen_get_buf' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:359:25: style: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_gen.h:151:43: note: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_gen.c:359:25: note: Function 'yajl_gen_clear' argument 1 names different: declaration 'hand' definition 'g'.
lnav-0.8.3/src/yajl/yajl_lex.c:117:26: style: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_lex.h:54:31: note: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'.
lnav-0.8.3/src/yajl/yajl_lex.c:117:26: note: Function 'yajl_lex_free' argument 1 names different: declaration 'lexer' definition 'lxr'.
lnav-0.8.3/src/yajl/yajl_parser.c:315:29: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
lnav-0.8.3/src/yajl/yajl_parser.c:310:0: note: Variable 'd' is reassigned a value before the old one has been used.
lnav-0.8.3/src/yajl/yajl_parser.c:315:29: note: Variable 'd' is reassigned a value before the old one has been used.
lnav-0.8.3/src/yajl/yajl_parser.c:72:10: style: The scope of the variable 'text' can be reduced. [variableScope]
lnav-0.8.3/src/yajl/yajl_parser.c:73:18: style: The scope of the variable 'arrow' can be reduced. [variableScope]
lnav-0.8.3/src/yajl/yajl_parser.c:159:28: style: Function 'yajl_do_finish' argument 1 names different: declaration 'handle' definition 'hand'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_parser.h:66:28: note: Function 'yajl_do_finish' argument 1 names different: declaration 'handle' definition 'hand'.
lnav-0.8.3/src/yajl/yajl_parser.c:159:28: note: Function 'yajl_do_finish' argument 1 names different: declaration 'handle' definition 'hand'.
lnav-0.8.3/src/yajl/yajl_parser.c:186:27: style: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/yajl_parser.h:62:27: note: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'.
lnav-0.8.3/src/yajl/yajl_parser.c:186:27: note: Function 'yajl_do_parse' argument 1 names different: declaration 'handle' definition 'hand'.
lnav-0.8.3/src/yajl/yajl_tree.c:241:17: warning: Either the condition '(v)!=NULL' is redundant or there is possible null pointer dereference: v. [nullPointerRedundantCheck]
lnav-0.8.3/src/yajl/yajl_tree.c:240:18: note: Assuming that condition '(v)!=NULL' is not redundant
lnav-0.8.3/src/yajl/yajl_tree.c:241:17: note: Null pointer dereference
lnav-0.8.3/src/yajl/yajl_tree.c:438:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lnav-0.8.3/src/yajl/yajl_tree.c:435:5: note: Variable 'status' is reassigned a value before the old one has been used.
lnav-0.8.3/src/yajl/yajl_tree.c:438:5: note: Variable 'status' is reassigned a value before the old one has been used.
lnav-0.8.3/src/yajl/yajl_tree.c:423:12: style: The scope of the variable 'internal_err_str' can be reduced. [variableScope]
lnav-0.8.3/src/yajl/yajl_tree.c:455:33: style: Function 'yajl_tree_get' argument 1 names different: declaration 'parent' definition 'n'. [funcArgNamesDifferent]
lnav-0.8.3/src/yajl/api/yajl_tree.h:147:42: note: Function 'yajl_tree_get' argument 1 names different: declaration 'parent' definition 'n'.
lnav-0.8.3/src/yajl/yajl_tree.c:455:33: note: Function 'yajl_tree_get' argument 1 names different: declaration 'parent' definition 'n'.
lnav-0.8.3/test/drive_grep_proc.cc:49:5: style: Class 'my_source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/test/drive_line_buffer.cc:157:18: style: The scope of the variable 'ret' can be reduced. [variableScope]
lnav-0.8.3/test/drive_sequencer.cc:143:9: error: Accessing an item in container 'pollfds' that is empty. [containerOutOfBounds]
lnav-0.8.3/test/drive_sequencer.cc:56:5: style: Class 'my_source' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lnav-0.8.3/test/drive_sequencer.cc:143:9: style: Reading from empty STL container 'pollfds' [reademptycontainer]
lnav-0.8.3/test/drive_vt52_curses.cc:58:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/test/scripty.cc:58:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/test/test_auto_fd.cc:51:5: style: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lnav-0.8.3/test/test_auto_fd.cc:50:5: note: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_fd.cc:51:5: note: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_fd.cc:53:5: style: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lnav-0.8.3/test/test_auto_fd.cc:51:5: note: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_fd.cc:53:5: note: Variable 'fd1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_mem.cc:62:5: style: Variable 'md1' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lnav-0.8.3/test/test_auto_mem.cc:60:5: note: Variable 'md1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_mem.cc:62:5: note: Variable 'md1' is reassigned a value before the old one has been used if variable is no semaphore variable.
lnav-0.8.3/test/test_auto_mem.cc:41:9: style: struct member 'my_data::dummy1' is never used. [unusedStructMember]
lnav-0.8.3/test/test_auto_mem.cc:42:9: style: struct member 'my_data::dummy2' is never used. [unusedStructMember]
lnav-0.8.3/test/test_ncurses_unicode.cc:17:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
lnav-0.8.3/test/test_reltime.cc:61:17: style: struct member 'Anonymous1::expected_error' is never used. [unusedStructMember]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/lnpd/lnpd_0.9.0.orig.tar.gz
lnpd-0.9.0/dllx/loader2.c:238:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lnpd-0.9.0/lnpd+liblnp/applications/lnptest.c:54:19: style: The scope of the variable 'len' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/applications/loader.c:184:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lnpd-0.9.0/lnpd+liblnp/applications/loader.c:89:17: style: The scope of the variable 'total' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/applications/loader.c:89:23: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/liblnp/lnptest.c:54:19: style: The scope of the variable 'len' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/lnpd/daemon.c:211:6: style: The scope of the variable 'client_fd' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/lnpd/daemon.c:214:22: style: The scope of the variable 'client_info' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/lnpd/daemon.c:174:55: style: Function 'deliver_packet' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
lnpd-0.9.0/lnpd+liblnp/lnpd/daemon.h:70:55: note: Function 'deliver_packet' argument 2 names different: declaration 'len' definition 'length'.
lnpd-0.9.0/lnpd+liblnp/lnpd/daemon.c:174:55: note: Function 'deliver_packet' argument 2 names different: declaration 'len' definition 'length'.
lnpd-0.9.0/lnpd+liblnp/lnpd/rcxtty.c:121:51: style: Function 'tty_init' argument 3 names different: declaration 'tty' definition 'device'. [funcArgNamesDifferent]
lnpd-0.9.0/lnpd+liblnp/lnpd/rcxtty.h:19:52: note: Function 'tty_init' argument 3 names different: declaration 'tty' definition 'device'.
lnpd-0.9.0/lnpd+liblnp/lnpd/rcxtty.c:121:51: note: Function 'tty_init' argument 3 names different: declaration 'tty' definition 'device'.
lnpd-0.9.0/lnpd+liblnp/lnpd/transceiver.c:227:6: style: The scope of the variable 'length' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/lnpd/transceiver.c:316:6: style: The scope of the variable 'result' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/lnpd/transceiver.c:316:13: style: The scope of the variable 'maxno' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/rcx/lnptest.c:81:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/rcx/lnptest.c:101:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/rcx/lnptest.c:121:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lnpd-0.9.0/lnpd+liblnp/rcx/lnptest2.c:21:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/load-relative-el/load-relative-el_1.3+repack.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/loadlin/loadlin_1.6f.orig.tar.gz
loadlin-1.6f/initrd/freeramdisk.c:15:8: style: The scope of the variable 'b' can be reduced. [variableScope]
loadlin-1.6f/initrd/linuxrc.c:21:9: style: The scope of the variable 'f' can be reduced. [variableScope]
loadlin-1.6f/src/srclinux/pgadjust.c:199:25: style: Function 'error' argument 1 names different: declaration 'm' definition 'x'. [funcArgNamesDifferent]
loadlin-1.6f/src/srclinux/pgadjust.c:90:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
loadlin-1.6f/src/srclinux/pgadjust.c:199:25: note: Function 'error' argument 1 names different: declaration 'm' definition 'x'.
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/loadmeter/loadmeter_1.20.orig.tar.gz
loadmeter/getinfo.c:46:8: error: Array 'lst[6]' accessed at index 6, which is out of bounds. [arrayIndexOutOfBounds]
loadmeter/getinfo.c:23:17: style: The scope of the variable 'host' can be reduced. [variableScope]
loadmeter/getinfo.c:116:18: style: The scope of the variable 'num' can be reduced. [variableScope]
loadmeter/getinfo.c:117:7: style: The scope of the variable 'plural' can be reduced. [variableScope]
loadmeter/getinfo.c:57:12: style: Variable 'utmps' is assigned a value that is never used. [unreadVariable]
loadmeter/getinfo.c:277:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
loadmeter/loadmeter.c:182:5: warning: %i in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
loadmeter/loadmeter.c:620:5: style: The scope of the variable 'x' can be reduced. [variableScope]
loadmeter/loadmeter.c:716:5: style: The scope of the variable 'which' can be reduced. [variableScope]
loadmeter/loadmeter.c:719:7: style: The scope of the variable 'pct' can be reduced. [variableScope]
loadmeter/loadmeter.c:725:16: style: Array index 'which' is used before limits check. [arrayIndexThenCheck]
loadmeter/machine.c:453:3: warning: %d in format string (no. 8) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
loadmeter/machine.c:453:3: warning: %d in format string (no. 9) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
loadmeter/popup.c:213:11: error: Array 'usages[20]' accessed at index 20, which is out of bounds. [arrayIndexOutOfBounds]
loadmeter/popup.c:209:2: note: After for loop, mask has value 20
loadmeter/popup.c:213:11: note: Array index out of bounds
loadmeter/popup.c:375:10: error: Array 'buf[7][25]' index buf[7][0] out of bounds. [arrayIndexOutOfBounds]
loadmeter/popup.c:80:7: style: The scope of the variable 'pct' can be reduced. [variableScope]
loadmeter/popup.c:36:15: style: Array index 'which' is used before limits check. [arrayIndexThenCheck]
loadmeter/popup.c:105:15: style: Array index 'which' is used before limits check. [arrayIndexThenCheck]
loadmeter/popup.c:209:22: style: Array index 'mask' is used before limits check. [arrayIndexThenCheck]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/loadwatch/loadwatch_1.0+1.1alpha1.orig.tar.gz
loadwatch-1.1/loadwatch.c:80:22: style: The scope of the variable 'br' can be reduced. [variableScope]
loadwatch-1.1/loadwatch.c:318:25: style: The scope of the variable 'avg' can be reduced. [variableScope]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/localehelper/localehelper_0.1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/localizer/localizer_1.13.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lockdev/lockdev_1.0.3.orig.tar.gz
lockdev-1.0.3/src/lockdev.c:131:0: error: #error "put here a define for MAJOR and MINOR" [preprocessorErrorDirective]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/locket/locket_0.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lockout/lockout_0.2.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/log4c/log4c_1.2.1.orig.tar.gz
log4c-1.2.1/src/log4c/appender_type_mmap.c:112:20: warning: Either the condition '!minfo' is redundant or there is possible null pointer dereference: minfo. [nullPointerRedundantCheck]
log4c-1.2.1/src/log4c/appender_type_mmap.c:112:9: note: Assuming that condition '!minfo' is not redundant
log4c-1.2.1/src/log4c/appender_type_mmap.c:112:20: note: Null pointer dereference
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:246:3: style: Variable 'rfup' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:245:0: note: Variable 'rfup' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:246:3: note: Variable 'rfup' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:335:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:330:0: note: Variable 's' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:335:3: note: Variable 's' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:327:53: style: Function 'rollingfile_make_base_name' argument 1 names different: declaration 'log_dir' definition 'logdir'. [funcArgNamesDifferent]
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:48:53: note: Function 'rollingfile_make_base_name' argument 1 names different: declaration 'log_dir' definition 'logdir'.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:327:53: note: Function 'rollingfile_make_base_name' argument 1 names different: declaration 'log_dir' definition 'logdir'.
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:134:29: style: Variable 'my_event' is assigned a value that is never used. [unreadVariable]
log4c-1.2.1/src/log4c/appender_type_rollingfile.c:322:3: error: Resource leak: fpp [resourceLeak]
log4c-1.2.1/src/log4c/appender_type_stream2.c:136:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/appender_type_stream2.c:141:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
log4c-1.2.1/src/log4c/category.c:247:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
log4c-1.2.1/src/log4c/category.c:248:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
log4c-1.2.1/src/log4c/layout_type_basic_r.c:21:12: style: The scope of the variable 'i' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/layout_type_dated_r.c:23:12: style: The scope of the variable 'i' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/priority.c:44:12: style: The scope of the variable 'i' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:279:3: style: Variable 'swup' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:278:0: note: Variable 'swup' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:279:3: note: Variable 'swup' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:331:3: style: Variable 'filenames' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:329:0: note: Variable 'filenames' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:331:3: note: Variable 'filenames' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:353:3: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:347:0: note: Variable 's' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:353:3: note: Variable 's' is reassigned a value before the old one has been used.
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:105:7: style: The scope of the variable 'k' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:106:7: style: The scope of the variable 'i' can be reduced. [variableScope]
log4c-1.2.1/src/log4c/rollingpolicy_type_sizewin.c:406:3: error: Resource leak: fpp [resourceLeak]
log4c-1.2.1/src/sd/domnode-expat.c:434:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
log4c-1.2.1/src/sd/domnode-expat.c:449:11: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
domnode-xml-scanner.c:2965:23: style: Checking if unsigned variable 'num_to_read' is less than zero. [unsignedLessThanZero]
domnode-xml-scanner.c:3075:44: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
domnode-xml-scanner.c:488:39: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
domnode-xml-scanner.c:3075:44: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
domnode-xml-scanner.c:3588:18: style: Function '__sd_domnode_xml_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
domnode-xml-scanner.c:2363:18: note: Function '__sd_domnode_xml_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
domnode-xml-scanner.c:3588:18: note: Function '__sd_domnode_xml_set_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
domnode-xml-scanner.c:3680:26: style: Function '__sd_domnode_xml_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
domnode-xml-scanner.c:224:16: note: Function '__sd_domnode_xml_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
domnode-xml-scanner.c:3680:26: note: Function '__sd_domnode_xml_lex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
log4c-1.2.1/src/sd/domnode-xml.c:81:55: style: Function '__sd_domnode_xml_write' argument 1 names different: declaration 'a_node' definition 'this'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode-xml.h:30:55: note: Function '__sd_domnode_xml_write' argument 1 names different: declaration 'a_node' definition 'this'.
log4c-1.2.1/src/sd/domnode-xml.c:81:55: note: Function '__sd_domnode_xml_write' argument 1 names different: declaration 'a_node' definition 'this'.
log4c-1.2.1/src/sd/domnode-xml.c:89:56: style: Function '__sd_domnode_xml_fwrite' argument 1 names different: declaration 'a_node' definition 'this'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode-xml.h:26:56: note: Function '__sd_domnode_xml_fwrite' argument 1 names different: declaration 'a_node' definition 'this'.
log4c-1.2.1/src/sd/domnode-xml.c:89:56: note: Function '__sd_domnode_xml_fwrite' argument 1 names different: declaration 'a_node' definition 'this'.
log4c-1.2.1/src/sd/domnode.c:25:51: style: Function '__sd_domnode_new' argument 1 names different: declaration 'name' definition 'a_name'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode.h:59:51: note: Function '__sd_domnode_new' argument 1 names different: declaration 'name' definition 'a_name'.
log4c-1.2.1/src/sd/domnode.c:25:51: note: Function '__sd_domnode_new' argument 1 names different: declaration 'name' definition 'a_name'.
log4c-1.2.1/src/sd/domnode.c:104:14: style: Function 'sd_domnode_read' argument 3 names different: declaration 'asize' definition 'a_size'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode.h:34:35: note: Function 'sd_domnode_read' argument 3 names different: declaration 'asize' definition 'a_size'.
log4c-1.2.1/src/sd/domnode.c:104:14: note: Function 'sd_domnode_read' argument 3 names different: declaration 'asize' definition 'a_size'.
log4c-1.2.1/src/sd/domnode.c:118:16: style: Function 'sd_domnode_write' argument 3 names different: declaration 'asize' definition 'a_size'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode.h:36:15: note: Function 'sd_domnode_write' argument 3 names different: declaration 'asize' definition 'a_size'.
log4c-1.2.1/src/sd/domnode.c:118:16: note: Function 'sd_domnode_write' argument 3 names different: declaration 'asize' definition 'a_size'.
log4c-1.2.1/src/sd/domnode.c:147:67: style: Function 'sd_domnode_store' argument 2 names different: declaration 'a_filename' definition 'afilename'. [funcArgNamesDifferent]
log4c-1.2.1/src/sd/domnode.h:46:19: note: Function 'sd_domnode_store' argument 2 names different: declaration 'a_filename' definition 'afilename'.
log4c-1.2.1/src/sd/domnode.c:147:67: note: Function 'sd_domnode_store' argument 2 names different: declaration 'a_filename' definition 'afilename'.
log4c-1.2.1/tests/log4c/bench.c:178:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/tests/log4c/bench.c:128:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/bench.c:178:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/bench.c:250:48: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
log4c-1.2.1/tests/log4c/bench.c:268:2: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
log4c-1.2.1/tests/log4c/bench_fwrite.c:97:4: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
log4c-1.2.1/tests/log4c/bench_fwrite.c:294:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
log4c-1.2.1/tests/log4c/test_rollingfile_appender_mt.c:222:17: style: The scope of the variable 'elapsed' can be reduced. [variableScope]
log4c-1.2.1/tests/log4c/test_rollingfile_appender_mt.c:223:11: style: The scope of the variable 'j' can be reduced. [variableScope]
log4c-1.2.1/tests/log4c/test_stream2.c:108:5: style: Variable 'stream2_appender' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/tests/log4c/test_stream2.c:104:0: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:108:5: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:132:5: style: Variable 'stream2_appender' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/tests/log4c/test_stream2.c:127:0: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:132:5: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:157:5: style: Variable 'stream2_appender' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/tests/log4c/test_stream2.c:151:0: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:157:5: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:184:5: style: Variable 'stream2_appender' is reassigned a value before the old one has been used. [redundantAssignment]
log4c-1.2.1/tests/log4c/test_stream2.c:178:0: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
log4c-1.2.1/tests/log4c/test_stream2.c:184:5: note: Variable 'stream2_appender' is reassigned a value before the old one has been used.
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/log4cplus/log4cplus_1.1.2.orig.tar.gz
log4cplus-1.1.2/loggingserver/loggingserver.cxx:36:5: style: Class 'ClientThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/appender.cxx:131:26: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
log4cplus-1.1.2/src/appender.cxx:339:26: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
log4cplus-1.1.2/src/appender.cxx:349:20: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
log4cplus-1.1.2/src/configurator.cxx:442:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
log4cplus-1.1.2/src/factory.cxx:89:5: style: Class 'GlobalLocale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/factory.cxx:106:5: style: Class 'UserLocale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/factory.cxx:123:5: style: Class 'ClassicLocale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/hierarchy.cxx:221:22: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
log4cplus-1.1.2/src/lockfile.cxx:87:0: error: #error "no usable file locking" [preprocessorErrorDirective]
log4cplus-1.1.2/src/log4judpappender.cxx:111:5: style: Struct 'outputXMLEscaped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/patternlayout.cxx:339:58: style: Function 'PatternConverter' argument 1 names different: declaration 'info' definition 'i'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:96:53: note: Function 'PatternConverter' argument 1 names different: declaration 'info' definition 'i'.
log4cplus-1.1.2/src/patternlayout.cxx:339:58: note: Function 'PatternConverter' argument 1 names different: declaration 'info' definition 'i'.
log4cplus-1.1.2/src/patternlayout.cxx:380:20: style: Function 'LiteralPatternConverter' argument 1 names different: declaration 'str' definition 'str_'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:120:44: note: Function 'LiteralPatternConverter' argument 1 names different: declaration 'str' definition 'str_'.
log4cplus-1.1.2/src/patternlayout.cxx:380:20: note: Function 'LiteralPatternConverter' argument 1 names different: declaration 'str' definition 'str_'.
log4cplus-1.1.2/src/patternlayout.cxx:393:38: style: Function 'BasicPatternConverter' argument 2 names different: declaration 'type' definition 'type_'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:152:60: note: Function 'BasicPatternConverter' argument 2 names different: declaration 'type' definition 'type_'.
log4cplus-1.1.2/src/patternlayout.cxx:393:38: note: Function 'BasicPatternConverter' argument 2 names different: declaration 'type' definition 'type_'.
log4cplus-1.1.2/src/patternlayout.cxx:482:37: style: Function 'LoggerPatternConverter' argument 2 names different: declaration 'precision' definition 'prec'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:173:60: note: Function 'LoggerPatternConverter' argument 2 names different: declaration 'precision' definition 'prec'.
log4cplus-1.1.2/src/patternlayout.cxx:482:37: note: Function 'LoggerPatternConverter' argument 2 names different: declaration 'precision' definition 'prec'.
log4cplus-1.1.2/src/patternlayout.cxx:526:10: style: Function 'DatePatternConverter' argument 3 names different: declaration 'use_gmtime' definition 'use_gmtime_'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:192:31: note: Function 'DatePatternConverter' argument 3 names different: declaration 'use_gmtime' definition 'use_gmtime_'.
log4cplus-1.1.2/src/patternlayout.cxx:526:10: note: Function 'DatePatternConverter' argument 3 names different: declaration 'use_gmtime' definition 'use_gmtime_'.
log4cplus-1.1.2/src/patternlayout.cxx:684:20: style: Function 'PatternParser' argument 1 names different: declaration 'pattern' definition 'pattern_'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:284:34: note: Function 'PatternParser' argument 1 names different: declaration 'pattern' definition 'pattern_'.
log4cplus-1.1.2/src/patternlayout.cxx:684:20: note: Function 'PatternParser' argument 1 names different: declaration 'pattern' definition 'pattern_'.
log4cplus-1.1.2/src/patternlayout.cxx:684:39: style: Function 'PatternParser' argument 2 names different: declaration 'ndcMaxDepth' definition 'ndcMaxDepth_'. [funcArgNamesDifferent]
log4cplus-1.1.2/src/patternlayout.cxx:284:52: note: Function 'PatternParser' argument 2 names different: declaration 'ndcMaxDepth' definition 'ndcMaxDepth_'.
log4cplus-1.1.2/src/patternlayout.cxx:684:39: note: Function 'PatternParser' argument 2 names different: declaration 'ndcMaxDepth' definition 'ndcMaxDepth_'.
log4cplus-1.1.2/src/patternlayout.cxx:82:10: style: Technically the member function 'log4cplus::pattern::FormattingInfo::dump' can be const. [functionConst]
log4cplus-1.1.2/src/patternlayout.cxx:324:17: note: Technically the member function 'log4cplus::pattern::FormattingInfo::dump' can be const.
log4cplus-1.1.2/src/patternlayout.cxx:82:10: note: Technically the member function 'log4cplus::pattern::FormattingInfo::dump' can be const.
log4cplus-1.1.2/src/patternlayout.cxx:120:5: style: Class 'LiteralPatternConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/patternlayout.cxx:220:5: style: Class 'RelativeTimestampConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cplus-1.1.2/src/patternlayout.cxx:121:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:121:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:153:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:153:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:174:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:174:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:193:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:193:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:209:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:209:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:221:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:221:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:232:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:232:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:250:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:250:18: note: Function in derived class
log4cplus-1.1.2/src/patternlayout.cxx:266:18: style: The function 'convert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
log4cplus-1.1.2/src/patternlayout.cxx:101:18: note: Virtual function in base class
log4cplus-1.1.2/src/patternlayout.cxx:266:18: note: Function in derived class
log4cplus-1.1.2/src/sleep.cxx:61:0: error: #error no nanosleep() or clock_nanosleep() [preprocessorErrorDirective]
log4cplus-1.1.2/src/snprintf.cxx:152:0: error: #error "None of vsnprintf_s, _vsnprintf_s, vsnprintf or _vsnprintf is available." [preprocessorErrorDirective]
log4cplus-1.1.2/src/timehelper.cxx:258:9: warning: Return value of function gmtime() is not used. [ignoredReturnValue]
log4cplus-1.1.2/src/timehelper.cxx:258:17: error: Uninitialized variable: time [uninitvar]
log4cplus-1.1.2/src/timehelper.cxx:260:20: error: Uninitialized variable: time [uninitvar]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/log4cpp/log4cpp_1.1.3.orig.tar.gz
log4cpp/src/Appender.cpp:108:22: style: Variable 'allAppenders' is assigned a value that is never used. [unreadVariable]
log4cpp/src/Appender.cpp:74:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/Appender.cpp:84:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/Category.cpp:159:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/Category.cpp:229:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/HierarchyMaintainer.cpp:89:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/HierarchyMaintainer.cpp:100:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/HierarchyMaintainer.cpp:124:96: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/PatternLayout.cpp:52:9: style: Struct 'StringLiteralComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cpp/src/PatternLayout.cpp:65:9: style: Struct 'CategoryNameComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cpp/src/PatternLayout.cpp:137:9: style: Struct 'TimeStampComponent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cpp/src/PropertyConfiguratorImpl.cpp:135:73: style: Function 'configureCategory' argument 1 names different: declaration 'categoryname' definition 'categoryName'. [funcArgNamesDifferent]
log4cpp/src/PropertyConfiguratorImpl.hh:56:51: note: Function 'configureCategory' argument 1 names different: declaration 'categoryname' definition 'categoryName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:135:73: note: Function 'configureCategory' argument 1 names different: declaration 'categoryname' definition 'categoryName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:196:80: style: Function 'instantiateAppender' argument 1 names different: declaration 'name' definition 'appenderName'. [funcArgNamesDifferent]
log4cpp/src/PropertyConfiguratorImpl.hh:80:58: note: Function 'instantiateAppender' argument 1 names different: declaration 'name' definition 'appenderName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:196:80: note: Function 'instantiateAppender' argument 1 names different: declaration 'name' definition 'appenderName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:306:85: style: Function 'setLayout' argument 2 names different: declaration 'name' definition 'appenderName'. [funcArgNamesDifferent]
log4cpp/src/PropertyConfiguratorImpl.hh:88:63: note: Function 'setLayout' argument 2 names different: declaration 'name' definition 'appenderName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:306:85: note: Function 'setLayout' argument 2 names different: declaration 'name' definition 'appenderName'.
log4cpp/src/PropertyConfiguratorImpl.cpp:104:32: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
log4cpp/src/PropertyConfiguratorImpl.cpp:308:21: style: Unused variable: tempString [unusedVariable]
log4cpp/src/PropertyConfiguratorImpl.cpp:366:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/src/SimpleConfigurator.cpp:198:0: error: Memory leak: appender [memleak]
log4cpp/src/snprintf.c:596:7: style: Variable 'str_arg' is reassigned a value before the old one has been used. [redundantAssignment]
log4cpp/src/snprintf.c:595:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
log4cpp/src/snprintf.c:596:7: note: Variable 'str_arg' is reassigned a value before the old one has been used.
log4cpp/src/snprintf.c:956:34: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. This might be a false warning. [unsignedLessThanZero]
log4cpp/src/StringUtil.cpp:69:0: error: Memory leak: buffer [memleak]
log4cpp/src/snprintf.c:956:34: style: Checking if unsigned variable 'number_of_zeros_to_pad' is less than zero. [unsignedLessThanZero]
log4cpp/tests/testDLL.cpp:220:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/tests/testDailyRollingFileAppender.cpp:56:21: style: Redundant condition: res!=0. 'res==0 || (res!=0 && errno==ENOENT)' is equivalent to 'res==0 || errno==ENOENT' [redundantCondition]
log4cpp/tests/testDailyRollingFileAppender.cpp:69:9: style: Condition '!remove_files()' is always false [knownConditionTrueFalse]
log4cpp/tests/testDailyRollingFileAppender.cpp:46:1: style: The class 'DailyRollingTest' does not have a constructor although it has private member variables. [noConstructor]
log4cpp/tests/testDailyRollingFileAppender.cpp:49:7: performance: Technically the member function 'DailyRollingTest::remove_impl' can be static. [functionStatic]
log4cpp/tests/testDailyRollingFileAppender.cpp:59:7: performance: Technically the member function 'DailyRollingTest::remove_files' can be static. [functionStatic]
log4cpp/tests/testDailyRollingFileAppender.cpp:95:7: performance: Technically the member function 'DailyRollingTest::exists' can be static. [functionStatic]
log4cpp/tests/testDailyRollingFileAppender.cpp:273:63: performance: Function parameter '_fileName' should be passed by const reference. [passedByValue]
log4cpp/tests/testFilter.cpp:43:22: style: Variable 'resultsOK' is assigned a value that is never used. [unreadVariable]
log4cpp/tests/testNDCMain.cpp:18:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
log4cpp/tests/NDCTest.hh:15:0: warning: Member variable 'NDCTest < log4cpp :: NDC >::_nDC' is not initialized in the constructor. [uninitMemberVar]
log4cpp/tests/NDCTest.hh:18:0: warning: Member variable 'NDCTest < log4cpp :: NDC >::_nDC' is not initialized in the constructor. [uninitMemberVar]
log4cpp/tests/NDCTest.hh:18:0: style: Class 'NDCTest < log4cpp :: NDC >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
log4cpp/tests/NDCTest.hh:18:0: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
log4cpp/tests/testRollingFileAppender.cpp:19:20: style: Redundant condition: res!=0. 'res==0 || (res!=0 && errno==ENOENT)' is equivalent to 'res==0 || errno==ENOENT' [redundantCondition]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/log4cpp-doc/log4cpp-doc_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/log4cxx/log4cxx_0.10.0.orig.tar.gz
apache-log4cxx-0.10.0/src/main/cpp/appenderattachableimpl.cpp:68:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/appenderattachableimpl.cpp:88:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/appenderattachableimpl.cpp:117:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/appenderattachableimpl.cpp:149:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/asyncappender.cpp:201:14: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/charsetencoder.cpp:514:0: error: #error logchar is unrecognized [preprocessorErrorDirective]
apache-log4cxx-0.10.0/src/main/cpp/domconfigurator.cpp:214:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/domconfigurator.cpp:562:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/fileappender.cpp:278:14: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
apache-log4cxx-0.10.0/src/main/cpp/fileappender.cpp:281:9: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
apache-log4cxx-0.10.0/src/main/cpp/fixedwindowrollingpolicy.cpp:271:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:174:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:192:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:246:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:287:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:312:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:320:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/hierarchy.cpp:378:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/loggingevent.cpp:134:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/loggingevent.cpp:146:81: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/loggingevent.cpp:195:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/logstream.cpp:163:18: style: Same expression on both sides of '!=' because the value of 'oldLevel' and 'enabled' are the same. [duplicateExpression]
apache-log4cxx-0.10.0/src/main/cpp/logstream.cpp:161:21: note: 'oldLevel' is assigned value 'enabled' here.
apache-log4cxx-0.10.0/src/main/cpp/logstream.cpp:163:18: note: Same expression on both sides of '!=' because the value of 'oldLevel' and 'enabled' are the same.
apache-log4cxx-0.10.0/src/main/cpp/nameabbreviator.cpp:66:3: style: The class 'MaxElementAbbreviator' does not have a constructor although it has private member variables. [noConstructor]
apache-log4cxx-0.10.0/src/main/cpp/objectoutputstream.cpp:110:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/odbcappender.cpp:299:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/optionconverter.cpp:169:13: style: The scope of the variable 'j' can be reduced. [variableScope]
apache-log4cxx-0.10.0/src/main/cpp/patternlayout.cpp:88:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/patternlayout.cpp:126:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/properties.cpp:362:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/properties.cpp:289:14: performance: Technically the member function 'PropertyParser::get' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/main/cpp/propertiespatternconverter.cpp:66:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/propertysetter.cpp:56:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/rollingpolicybase.cpp:110:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/rollingpolicybase.cpp:122:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/rollingpolicybase.cpp:136:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:153:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:714:22: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:740:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:749:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:758:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:771:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:215:3: warning: Member variable 'NumericToken::zeroDigit' is not initialized in the constructor. [uninitMemberVar]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:441:3: warning: Member variable 'HourToken::offset' is not initialized in the constructor. [uninitMemberVar]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:203:8: performance: Technically the member function 'log4cxx::helpers::SimpleDateFormatImpl::EraToken::format' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:548:8: performance: Technically the member function 'log4cxx::helpers::SimpleDateFormatImpl::RFC822TimeZoneToken::format' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:243:3: style: Class 'YearToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:258:3: style: Class 'MonthToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:310:3: style: Class 'WeekInYearToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:325:3: style: Class 'WeekInMonthToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:340:3: style: Class 'DayInMonthToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:355:3: style: Class 'DayInYearToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:370:3: style: Class 'DayOfWeekInMonthToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:459:3: style: Class 'MinuteToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:474:3: style: Class 'SecondToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:489:3: style: Class 'MillisecondToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:522:3: style: Class 'GeneralTimeZoneToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:544:3: style: Class 'RFC822TimeZoneToken' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:247:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:247:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:262:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:262:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:314:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:314:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:329:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:329:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:344:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:344:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:359:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:359:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:374:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:374:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:427:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:427:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:445:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:445:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:463:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:463:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:478:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:478:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:493:7: style: The function 'getField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:219:15: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:493:7: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:530:8: style: The function 'setTimeZone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:80:24: note: Virtual function in base class
apache-log4cxx-0.10.0/src/main/cpp/simpledateformat.cpp:530:8: note: Function in derived class
apache-log4cxx-0.10.0/src/main/cpp/smtpappender.cpp:503:8: style: Condition 'activate' is always false [knownConditionTrueFalse]
apache-log4cxx-0.10.0/src/main/cpp/smtpappender.cpp:501:15: note: Assignment 'activate=false', assigned value is 0
apache-log4cxx-0.10.0/src/main/cpp/smtpappender.cpp:503:8: note: Condition 'activate' is always false
apache-log4cxx-0.10.0/src/main/cpp/smtpappender.cpp:460:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/stringhelper.cpp:40:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/stringhelper.cpp:52:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:50:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:66:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:253:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:294:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:308:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/transcoder.cpp:530:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/writerappender.cpp:98:15: style: The scope of the variable 'warnedClosed' can be reduced. [variableScope]
apache-log4cxx-0.10.0/src/main/cpp/writerappender.cpp:99:15: style: The scope of the variable 'warnedNoWriter' can be reduced. [variableScope]
apache-log4cxx-0.10.0/src/main/cpp/xmllayout.cpp:111:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/main/cpp/xmllayout.cpp:125:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/abts.cpp:219:13: style: The scope of the variable 'args' can be reduced. [variableScope]
apache-log4cxx-0.10.0/src/test/cpp/abts.cpp:96:59: style: Function 'abts_add_suite' argument 2 names different: declaration 'suite_name' definition 'suite_name_full'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/abts.h:66:59: note: Function 'abts_add_suite' argument 2 names different: declaration 'suite_name' definition 'suite_name_full'.
apache-log4cxx-0.10.0/src/test/cpp/abts.cpp:96:59: note: Function 'abts_add_suite' argument 2 names different: declaration 'suite_name' definition 'suite_name_full'.
apache-log4cxx-0.10.0/src/test/cpp/abts.cpp:450:12: error: Uninitialized variable: rv [uninitvar]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:138:9: style: Class 'TestSuite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:64:45: performance: Function parameter 'expected' should be passed by const reference. [passedByValue]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:65:31: performance: Function parameter 'actual' should be passed by const reference. [passedByValue]
apache-log4cxx-0.10.0/src/test/cpp/writerappendertestcase.h:30:36: style: The function 'createAppenderSkeleton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/appenderskeletontestcase.h:29:44: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/writerappendertestcase.h:30:36: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/customlogger/xloggertestcase.cpp:47:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/customlogger/xloggertestcase.cpp:47:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/customlogger/xloggertestcase.cpp:53:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/customlogger/xloggertestcase.cpp:53:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase1.cpp:41:9: performance: Technically the member function 'TestCase1::noneTest' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase1.cpp:32:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase1.cpp:32:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase1.cpp:36:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase1.cpp:36:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase2.cpp:36:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase2.cpp:36:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase2.cpp:40:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase2.cpp:40:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase3.cpp:32:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase3.cpp:32:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase3.cpp:36:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase3.cpp:36:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase4.cpp:36:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase4.cpp:36:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase4.cpp:40:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/defaultinit/testcase4.cpp:40:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/fileappendertest.cpp:42:8: performance: Technically the member function 'FileAppenderTest::testDirectoryCreation' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/fileappendertest.cpp:75:8: performance: Technically the member function 'FileAppenderTest::testIsAsSevereAsThreshold' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/fileappendertestcase.h:30:34: style: The function 'createWriterAppender' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/writerappendertestcase.h:32:42: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/fileappendertestcase.h:30:34: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/filetestcase.cpp:79:14: performance: Technically the member function 'FileTestCase::defaultRead' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/filetestcase.cpp:177:14: performance: Technically the member function 'FileTestCase::deleteBackslashedFileName' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/localechanger.h:49:19: style: Technically the member function 'log4cxx::helpers::LocaleChanger::isEffective' can be const. [functionConst]
apache-log4cxx-0.10.0/src/test/cpp/helpers/localechanger.h:38:8: style: Class 'LocaleChanger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
apache-log4cxx-0.10.0/src/test/cpp/helpers/cyclicbuffertestcase.cpp:45:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/helpers/cyclicbuffertestcase.cpp:45:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/helpers/cyclicbuffertestcase.cpp:57:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/helpers/cyclicbuffertestcase.cpp:57:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/helpers/inetaddresstestcase.cpp:38:14: performance: Technically the member function 'InetAddressTestCase::testGetLocalHost' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/inetaddresstestcase.cpp:49:14: performance: Technically the member function 'InetAddressTestCase::testByNameLocal' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/inetaddresstestcase.cpp:60:14: performance: Technically the member function 'InetAddressTestCase::testAllByNameLocal' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/inetaddresstestcase.cpp:69:14: performance: Technically the member function 'InetAddressTestCase::testUnknownHost' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/optionconvertertestcase.cpp:59:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/helpers/optionconvertertestcase.cpp:59:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/helpers/optionconvertertestcase.cpp:63:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/helpers/optionconvertertestcase.cpp:63:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/helpers/relativetimedateformattestcase.cpp:51:8: performance: Technically the member function 'RelativeTimeDateFormatTestCase::test1' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/relativetimedateformattestcase.cpp:86:8: performance: Technically the member function 'RelativeTimeDateFormatTestCase::test3' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/stringtokenizertestcase.cpp:42:14: performance: Technically the member function 'StringTokenizerTestCase::testNextTokenEmptyString' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/stringtokenizertestcase.cpp:61:14: performance: Technically the member function 'StringTokenizerTestCase::testNextTokenAllDelim' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/syslogwritertest.cpp:35:14: performance: Technically the member function 'SyslogWriterTest::testUnknownHost' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/timezonetestcase.cpp:77:8: performance: Technically the member function 'TimeZoneTestCase::test3' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/helpers/transcodertestcase.cpp:187:14: performance: Technically the member function 'TranscoderTestCase::encode6' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:55:9: performance: Technically the member function 'HierarchyThresholdTestCase::test1' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:62:9: performance: Technically the member function 'HierarchyThresholdTestCase::test2' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:69:9: performance: Technically the member function 'HierarchyThresholdTestCase::test3' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:76:9: performance: Technically the member function 'HierarchyThresholdTestCase::test4' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:83:9: performance: Technically the member function 'HierarchyThresholdTestCase::test5' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:90:9: performance: Technically the member function 'HierarchyThresholdTestCase::test6' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:97:9: performance: Technically the member function 'HierarchyThresholdTestCase::test7' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:104:9: performance: Technically the member function 'HierarchyThresholdTestCase::test8' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:46:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:46:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:50:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/hierarchythresholdtestcase.cpp:50:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/l7dtestcase.cpp:48:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/l7dtestcase.cpp:48:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/l7dtestcase.cpp:68:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/l7dtestcase.cpp:68:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/leveltestcase.cpp:74:8: performance: Technically the member function 'LevelTestCase::testIntToTrace' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/leveltestcase.cpp:82:8: performance: Technically the member function 'LevelTestCase::testStringToTrace' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/loggertestcase.cpp:78:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/loggertestcase.cpp:78:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/loggertestcase.cpp:82:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/loggertestcase.cpp:82:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:132:34: warning: Either the condition 'expected!=0' is redundant or there is possible null pointer dereference: expected. [nullPointerRedundantCheck]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:131:19: note: Assuming that condition 'expected!=0' is not redundant
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:132:34: note: Null pointer dereference
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:82:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:84:6: note: Found duplicate branches for 'if' and 'else'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:82:4: note: Found duplicate branches for 'if' and 'else'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:79:46: style: Function 'AssertException' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:44:37: note: Function 'AssertException' argument 1 names different: declaration 'msg' definition 'message'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:79:46: note: Function 'AssertException' argument 1 names different: declaration 'msg' definition 'message'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:79:59: style: Function 'AssertException' argument 2 names different: declaration 'lineno' definition 'line'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:44:46: note: Function 'AssertException' argument 2 names different: declaration 'lineno' definition 'line'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:79:59: note: Function 'AssertException' argument 2 names different: declaration 'lineno' definition 'line'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:81:77: style: Function 'AssertException' argument 3 names different: declaration 'lineno' definition 'line'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:45:68: note: Function 'AssertException' argument 3 names different: declaration 'lineno' definition 'line'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:81:77: note: Function 'AssertException' argument 3 names different: declaration 'lineno' definition 'line'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:201:43: style: Function 'TestSuite' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:138:31: note: Function 'TestSuite' argument 1 names different: declaration 'filename' definition 'fname'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:201:43: note: Function 'TestSuite' argument 1 names different: declaration 'filename' definition 'fname'.
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:54:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:152:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:231:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:79:46: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:137:50: performance: Function parameter 'expected' should be passed by const reference. [passedByValue]
apache-log4cxx-0.10.0/src/test/cpp/logunit.cpp:138:24: performance: Function parameter 'actual' should be passed by const reference. [passedByValue]
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:231:17: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:145:29: style: Variable 'msg' is assigned a value that is never used. [unreadVariable]
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:115:21: performance: Technically the member function 'MinimumTestCase::createMessage' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:61:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:61:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:67:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/minimumtestcase.cpp:67:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/ndctestcase.cpp:62:14: performance: Technically the member function 'NDCTestCase::test1' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/ndctestcase.cpp:44:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/ndctestcase.cpp:44:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/ndctestcase.cpp:47:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/ndctestcase.cpp:47:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:430:50: error: Shifting by a negative value is undefined behaviour [shiftNegative]
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:468:14: performance: Technically the member function 'SocketServerTestCase::delay' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:124:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:124:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:130:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/net/socketservertestcase.cpp:130:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:149:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:90:15: performance: Technically the member function 'PatternParserTestCase::getFormatSpecifiers' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:79:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:79:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:85:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/pattern/patternparsertestcase.cpp:85:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/patternlayouttest.cpp:508:20: performance: Technically the member function 'PatternLayoutTest::createMessage' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/patternlayouttest.cpp:86:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/patternlayouttest.cpp:86:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/patternlayouttest.cpp:93:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/patternlayouttest.cpp:93:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/filenamepatterntestcase.cpp:78:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/rolling/filenamepatterntestcase.cpp:65:15: performance: Technically the member function 'FileNamePatternTestCase::format' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/rolling/filterbasedrollingtest.cpp:52:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/filterbasedrollingtest.cpp:52:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/manualrollingtest.cpp:72:8: performance: Technically the member function 'ManualRollingTest::common' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/rolling/manualrollingtest.cpp:63:8: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/manualrollingtest.cpp:63:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/manualrollingtest.cpp:68:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/manualrollingtest.cpp:68:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp:58:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp:58:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp:56:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp:56:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/sizebasedrollingtest.cpp:77:8: performance: Technically the member function 'SizeBasedRollingTest::common' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/rolling/sizebasedrollingtest.cpp:64:8: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/sizebasedrollingtest.cpp:64:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/sizebasedrollingtest.cpp:73:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/sizebasedrollingtest.cpp:73:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:421:8: performance: Technically the member function 'TimeBasedRollingTest::delayUntilNextSecond' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:429:8: performance: Technically the member function 'TimeBasedRollingTest::delayUntilNextMinute' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:79:8: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:79:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:86:8: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/rolling/timebasedrollingtest.cpp:86:8: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/spi/loggingeventtest.cpp:44:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/spi/loggingeventtest.cpp:44:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/spi/loggingeventtest.cpp:49:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/spi/loggingeventtest.cpp:49:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:596:10: style: Unused private function: 'Bar::fn' [unusedPrivateFunction]
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:155:13: performance: Technically the member function 'StreamTestCase::testInsertException' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:246:13: performance: Technically the member function 'StreamTestCase::testLogStreamInsertException' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:282:13: performance: Technically the member function 'StreamTestCase::report' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:596:10: performance: Technically the member function 'foo::Bar::fn' can be static. [functionStatic]
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:614:11: note: Technically the member function 'foo::Bar::fn' can be static.
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:596:10: note: Technically the member function 'foo::Bar::fn' can be static.
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:123:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:123:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:130:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/streamtestcase.cpp:130:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/util/compare.cpp:142:37: style: Function 'emit' argument 1 names different: declaration 'line' definition 's1'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/util/compare.h:39:51: note: Function 'emit' argument 1 names different: declaration 'line' definition 's1'.
apache-log4cxx-0.10.0/src/test/cpp/util/compare.cpp:142:37: note: Function 'emit' argument 1 names different: declaration 'line' definition 's1'.
apache-log4cxx-0.10.0/src/test/cpp/util/compare.cpp:147:34: style: Function 'getline' argument 1 names different: declaration 'buf' definition 'in'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/util/compare.h:40:48: note: Function 'getline' argument 1 names different: declaration 'buf' definition 'in'.
apache-log4cxx-0.10.0/src/test/cpp/util/compare.cpp:147:34: note: Function 'getline' argument 1 names different: declaration 'buf' definition 'in'.
apache-log4cxx-0.10.0/src/test/cpp/util/transformer.cpp:45:10: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/util/transformer.cpp:50:15: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/util/transformer.cpp:109:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
apache-log4cxx-0.10.0/src/test/cpp/util/xmlfilenamefilter.cpp:25:16: style: Variable 'pattern' is assigned a value that is never used. [unreadVariable]
apache-log4cxx-0.10.0/src/test/cpp/util/xmlfilenamefilter.cpp:28:20: style: Variable 'replacement' is assigned a value that is never used. [unreadVariable]
apache-log4cxx-0.10.0/src/test/cpp/varia/errorhandlertestcase.cpp:56:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/errorhandlertestcase.cpp:56:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/varia/errorhandlertestcase.cpp:62:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/errorhandlertestcase.cpp:62:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelmatchfiltertestcase.cpp:50:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelmatchfiltertestcase.cpp:50:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelmatchfiltertestcase.cpp:57:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelmatchfiltertestcase.cpp:57:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelrangefiltertestcase.cpp:50:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelrangefiltertestcase.cpp:50:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelrangefiltertestcase.cpp:57:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/varia/levelrangefiltertestcase.cpp:57:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/xml/customleveltestcase.cpp:54:9: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/xml/customleveltestcase.cpp:54:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/xml/customleveltestcase.cpp:60:9: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/xml/customleveltestcase.cpp:60:9: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/xml/domtestcase.cpp:72:14: style: The function 'setUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:60:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/xml/domtestcase.cpp:72:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/xml/domtestcase.cpp:78:14: style: The function 'tearDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
apache-log4cxx-0.10.0/src/test/cpp/logunit.h:61:22: note: Virtual function in base class
apache-log4cxx-0.10.0/src/test/cpp/xml/domtestcase.cpp:78:14: note: Function in derived class
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:20: style: Function 'XLevel' argument 1 names different: declaration 'level' definition 'level1'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.h:37:18: note: Function 'XLevel' argument 1 names different: declaration 'level' definition 'level1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:20: note: Function 'XLevel' argument 1 names different: declaration 'level' definition 'level1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:45: style: Function 'XLevel' argument 2 names different: declaration 'name' definition 'name1'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.h:37:42: note: Function 'XLevel' argument 2 names different: declaration 'name' definition 'name1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:45: note: Function 'XLevel' argument 2 names different: declaration 'name' definition 'name1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:56: style: Function 'XLevel' argument 3 names different: declaration 'syslogEquivalent' definition 'syslogEquivalent1'. [funcArgNamesDifferent]
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.h:37:52: note: Function 'XLevel' argument 3 names different: declaration 'syslogEquivalent' definition 'syslogEquivalent1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xlevel.cpp:27:56: note: Function 'XLevel' argument 3 names different: declaration 'syslogEquivalent' definition 'syslogEquivalent1'.
apache-log4cxx-0.10.0/src/test/cpp/xml/xmllayouttest.cpp:51:0: error: #error __LOG4CXX_FUNC__ expected to be defined [preprocessorErrorDirective]
apache-log4cxx-0.10.0/src/test/cpp/xml/xmllayouttestcase.cpp:45:0: error: #error __LOG4CXX_FUNC__ expected to be defined [preprocessorErrorDirective]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/log4net/log4net_1.2.10+dfsg.orig.tar.gz
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/log4shib/log4shib_2.0.0.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/loganalyzer/loganalyzer_4.1.5+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logapp/logapp_0.15.orig.tar.gz
logapp-0.15/capture.c:185:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
logapp-0.15/capture.c:183:6: note: outer condition: regmatch
logapp-0.15/capture.c:185:7: note: identical inner condition: regmatch
logapp-0.15/capture.c:211:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
logapp-0.15/capture.c:219:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
logapp-0.15/capture.c:49:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
logapp-0.15/capture.c:47:3: note: Variable 'err' is reassigned a value before the old one has been used.
logapp-0.15/capture.c:49:3: note: Variable 'err' is reassigned a value before the old one has been used.
logapp-0.15/capture.c:94:17: style: The scope of the variable 'pipe_old' can be reduced. [variableScope]
logapp-0.15/capture.c:249:6: style: The scope of the variable 'i' can be reduced. [variableScope]
logapp-0.15/capture.c:280:6: style: The scope of the variable 'i' can be reduced. [variableScope]
logapp-0.15/configuration.c:854:30: warning: Either the condition 'if(argp)' is redundant or there is possible null pointer dereference: argp. [nullPointerRedundantCheck]
logapp-0.15/configuration.c:864:6: note: Assuming that condition 'if(argp)' is not redundant
logapp-0.15/configuration.c:854:30: note: Null pointer dereference
logapp-0.15/configuration.c:1096:4: warning: Either the condition '!appconfig_section' is redundant or there is possible null pointer dereference: appconfig_section. [nullPointerRedundantCheck]
logapp-0.15/configuration.c:1097:7: note: Assuming that condition '!appconfig_section' is not redundant
logapp-0.15/configuration.c:1096:4: note: Null pointer dereference
logapp-0.15/configuration.c:481:8: style: The scope of the variable 'home' can be reduced. [variableScope]
logapp-0.15/configuration.c:956:8: style: The scope of the variable 'value' can be reduced. [variableScope]
logapp-0.15/configuration.c:1185:0: error: Resource leak: conffile [resourceLeak]
logapp-0.15/logfile.c:534:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
logapp-0.15/logfile.c:540:10: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
logapp-0.15/logfile.c:243:13: style: The scope of the variable 'loctime' can be reduced. [variableScope]
logapp-0.15/logfile.c:220:3: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
logapp-0.15/main.c:58:8: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logback/logback_1.2.3.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/logbook/logbook_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logdata-anomaly-miner/logdata-anomaly-miner_0.0.8.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logfs-tools/logfs-tools_20121013.orig.tar.gz
logfsprogs/btree.c:74:19: style: Same value in both branches of ternary operator. [duplicateValueTernary]
logfsprogs/btree.c:307:6: style: The scope of the variable 'fill' can be reduced. [variableScope]
logfsprogs/btree.c:325:17: style: The scope of the variable 'node' can be reduced. [variableScope]
logfsprogs/btree.c:645:17: style: The scope of the variable 'key' can be reduced. [variableScope]
logfsprogs/btree.c:646:8: style: The scope of the variable 'val' can be reduced. [variableScope]
logfsprogs/btree.c:647:6: style: The scope of the variable 'err' can be reduced. [variableScope]
logfsprogs/btree.c:682:17: style: The scope of the variable 'child' can be reduced. [variableScope]
logfsprogs/logfs.h:61:9: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
logfsprogs/mkfs.c:121:6: style: The scope of the variable 'err' can be reduced. [variableScope]
logfsprogs/mkfs.c:164:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
logfsprogs/mkfs.c:358:30: style: The scope of the variable 'se' can be reduced. [variableScope]
logfsprogs/mkfs.c:403:9: portability: 'header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
logfsprogs/mkfs.c:404:16: portability: 'header' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
logfsprogs/mkfs.c:422:14: portability: 'data' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
logfsprogs/mkfs.c:562:3: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
logfsprogs/mkfs.c:568:3: warning: scanf() without field width limits can crash with huge input data. [invalidscanf]
logfsprogs/mkfs.c:262:0: error: Memory leak: buf [memleak]
logfsprogs/mkfs.c:441:0: error: Memory leak: journal [memleak]
logfsprogs/readwrite.c:39:6: style: The scope of the variable 'err' can be reduced. [variableScope]
logfsprogs/readwrite.c:58:6: style: The scope of the variable 'err' can be reduced. [variableScope]
logfsprogs/segment.c:174:21: style: The scope of the variable 'area' can be reduced. [variableScope]
logfsprogs/segment.c:35:19: portability: 'area->buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/loggerhead/loggerhead_1.19~bzr479+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/logging-tree/logging-tree_1.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logilab-astng/logilab-astng_0.24.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logilab-common/logilab-common_1.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logilab-constraint/logilab-constraint_0.5.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logisim/logisim_2.7.1~dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logjam/logjam_4.6.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/logol/logol_1.7.8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/logreq/logreq_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logrotate/logrotate_3.8.7.orig.tar.gz
logrotate-3.8.7/config.c:764:15: style: Expression is always false because 'else if' condition matches previous condition at line 760. [multiCondition]
logrotate-3.8.7/config.c:766:15: style: Expression is always false because 'else if' condition matches previous condition at line 762. [multiCondition]
logrotate-3.8.7/config.c:866:11: warning: %o in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logrotate-3.8.7/config.c:185:11: style: The scope of the variable 'chptr' can be reduced. [variableScope]
logrotate-3.8.7/config.c:187:11: style: The scope of the variable 'path' can be reduced. [variableScope]
logrotate-3.8.7/config.c:190:12: style: The scope of the variable 'len' can be reduced. [variableScope]
logrotate-3.8.7/config.c:226:20: style: The scope of the variable 'chptr' can be reduced. [variableScope]
logrotate-3.8.7/config.c:228:11: style: The scope of the variable 'address' can be reduced. [variableScope]
logrotate-3.8.7/config.c:396:9: style: The scope of the variable 'here' can be reduced. [variableScope]
logrotate-3.8.7/config.c:1501:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
logrotate-3.8.7/config.c:1140:8: error: Common realloc mistake: 'tabooExts' nulled but not freed upon failure [memleakOnRealloc]
logrotate-3.8.7/config.c:1539:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/config.c:1556:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/config.c:1559:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/config.c:1591:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/config.c:1596:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/config.c:61:2: error: va_start() or va_copy() called subsequently on 'arg' without va_end() in between. [va_start_subsequentCalls]
logrotate-3.8.7/config.c:72:36: error: va_list 'arg' used before va_start() was called. [va_list_usedBeforeStarted]
logrotate-3.8.7/config.c:73:2: error: va_list 'arg' used before va_start() was called. [va_list_usedBeforeStarted]
logrotate-3.8.7/log.c:68:13: style: The scope of the variable 'args' can be reduced. [variableScope]
logrotate-3.8.7/log.c:70:9: style: The scope of the variable 'showTime' can be reduced. [variableScope]
logrotate-3.8.7/log.c:30:22: style: Function 'logSetFlags' argument 1 names different: declaration 'flags' definition 'newFlags'. [funcArgNamesDifferent]
logrotate-3.8.7/log.h:26:22: note: Function 'logSetFlags' argument 1 names different: declaration 'flags' definition 'newFlags'.
logrotate-3.8.7/log.c:30:22: note: Function 'logSetFlags' argument 1 names different: declaration 'flags' definition 'newFlags'.
logrotate-3.8.7/log.c:35:24: style: Function 'logClearFlags' argument 1 names different: declaration 'flags' definition 'newFlags'. [funcArgNamesDifferent]
logrotate-3.8.7/log.h:27:24: note: Function 'logClearFlags' argument 1 names different: declaration 'flags' definition 'newFlags'.
logrotate-3.8.7/log.c:35:24: note: Function 'logClearFlags' argument 1 names different: declaration 'flags' definition 'newFlags'.
logrotate-3.8.7/logrotate.c:353:6: style: Condition '!acl_set' is always true [knownConditionTrueFalse]
logrotate-3.8.7/logrotate.c:304:16: note: Assignment 'acl_set=0', assigned value is 0
logrotate-3.8.7/logrotate.c:353:6: note: Condition '!acl_set' is always true
logrotate-3.8.7/logrotate.c:1343:9: style: Condition '!hasErrors' is always true [knownConditionTrueFalse]
logrotate-3.8.7/logrotate.c:1333:21: note: Assignment 'hasErrors=0', assigned value is 0
logrotate-3.8.7/logrotate.c:1343:9: note: Condition '!hasErrors' is always true
logrotate-3.8.7/logrotate.c:1791:2: style: Variable 'tmpFilename' is reassigned a value before the old one has been used. [redundantAssignment]
logrotate-3.8.7/logrotate.c:1789:0: note: Variable 'tmpFilename' is reassigned a value before the old one has been used.
logrotate-3.8.7/logrotate.c:1791:2: note: Variable 'tmpFilename' is reassigned a value before the old one has been used.
logrotate-3.8.7/logrotate.c:554:11: style: The scope of the variable 'mailArgv' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:653:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:655:13: style: The scope of the variable 'cnt' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:917:12: style: The scope of the variable 'j' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:926:7: style: The scope of the variable 'dformat' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:928:8: style: The scope of the variable 'dext' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:1335:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:1971:9: style: The scope of the variable 'i' can be reduced. [variableScope]
logrotate-3.8.7/logrotate.c:395:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
logrotate-3.8.7/logrotate.c:398:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
logrotate-3.8.7/logrotate.c:471:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
logrotate-3.8.7/logrotate.c:478:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
logrotate-3.8.7/logrotate.c:1677:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
logrotate-3.8.7/logrotate.c:1715:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logservice/logservice_2.7.orig.tar.gz
LogService-2.7.0/src/LogForwarder.cc:144:9: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/NetConfig.hh:79:3: style: Class 'NetConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/LogORBMgr.hh:108:3: style: Class 'LogORBMgr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/monitor/LogCentralComponent_impl.hh:219:5: style: Class 'AliveCheckThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/LogForwarder.cc:112:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/LogORBMgr.cc:304:58: style: Function 'resolveObject' argument 1 names different: declaration 'ctxt' definition 'context'. [funcArgNamesDifferent]
LogService-2.7.0/src/LogORBMgr.hh:137:54: note: Function 'resolveObject' argument 1 names different: declaration 'ctxt' definition 'context'.
LogService-2.7.0/src/LogORBMgr.cc:304:58: note: Function 'resolveObject' argument 1 names different: declaration 'ctxt' definition 'context'.
LogService-2.7.0/src/LogORBMgr.cc:717:54: style: Function 'convertIOR' argument 1 names different: declaration 'ior' definition 'strIOR'. [funcArgNamesDifferent]
LogService-2.7.0/src/LogORBMgr.hh:182:52: note: Function 'convertIOR' argument 1 names different: declaration 'ior' definition 'strIOR'.
LogService-2.7.0/src/LogORBMgr.cc:717:54: note: Function 'convertIOR' argument 1 names different: declaration 'ior' definition 'strIOR'.
LogService-2.7.0/src/LogORBMgr.cc:241:45: style: Unused variable: it [unusedVariable]
LogService-2.7.0/src/LogORBMgr.cc:159:9: performance: Variable 'ORB' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/LogORBMgr.cc:165:9: performance: Variable 'ORB' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/LogORBMgr.cc:166:9: performance: Variable 'POA' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/LogORBMgr.hh:141:26: performance: Technically the member function 'LogORBMgr::list' can be static. [functionStatic]
LogService-2.7.0/src/LogORBMgr.cc:420:30: note: Technically the member function 'LogORBMgr::list' can be static.
LogService-2.7.0/src/LogORBMgr.hh:141:26: note: Technically the member function 'LogORBMgr::list' can be static.
LogService-2.7.0/src/LogORBMgr.hh:164:8: performance: Technically the member function 'LogORBMgr::wait' can be static. [functionStatic]
LogService-2.7.0/src/LogORBMgr.cc:525:12: note: Technically the member function 'LogORBMgr::wait' can be static.
LogService-2.7.0/src/LogORBMgr.hh:164:8: note: Technically the member function 'LogORBMgr::wait' can be static.
LogService-2.7.0/src/LogORBMgr.cc:151:15: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
LogService-2.7.0/src/LogORBMgr.cc:586:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/NetConfig.cc:159:10: style: The scope of the variable 'it' can be reduced. [variableScope]
LogService-2.7.0/src/NetConfig.cc:134:36: style: Function 'NetConfig' argument 1 names different: declaration 'path' definition 'filePath'. [funcArgNamesDifferent]
LogService-2.7.0/src/NetConfig.hh:79:32: note: Function 'NetConfig' argument 1 names different: declaration 'path' definition 'filePath'.
LogService-2.7.0/src/NetConfig.cc:134:36: note: Function 'NetConfig' argument 1 names different: declaration 'path' definition 'filePath'.
LogService-2.7.0/src/NetConfig.cc:129:9: performance: Variable 'accept' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/NetConfig.cc:130:9: performance: Variable 'reject' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/NetConfig.cc:131:9: performance: Variable 'myHostname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/NetConfig.cc:374:55: performance: Function parameter 'l' should be passed by const reference. [passedByValue]
LogService-2.7.0/src/NetConfig.cc:317:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/NetConfig.cc:325:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/NetConfig.cc:333:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/NetConfig.cc:341:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/Options.cc:259:22: style: Unused variable: it [unusedVariable]
LogService-2.7.0/src/Options.cc:78:3: performance: Variable 'pgName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/Options.cc:83:9: performance: Variable 'pgName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/Options.hh:80:3: style: Class 'Configuration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/Options.cc:108:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/Options.cc:112:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/Options.cc:119:11: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
LogService-2.7.0/src/SSHTunnel.cc:325:22: style: Function 'SSHTunnel' argument 7 names different: declaration 'serverPort' definition 'sshPort'. [funcArgNamesDifferent]
LogService-2.7.0/src/SSHTunnel.hh:156:32: note: Function 'SSHTunnel' argument 7 names different: declaration 'serverPort' definition 'sshPort'.
LogService-2.7.0/src/SSHTunnel.cc:325:22: note: Function 'SSHTunnel' argument 7 names different: declaration 'serverPort' definition 'sshPort'.
LogService-2.7.0/src/SSHTunnel.cc:309:9: performance: Variable 'remoteHost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:310:9: performance: Variable 'localPortFrom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:311:9: performance: Variable 'remotePortTo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:312:9: performance: Variable 'remotePortFrom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:313:9: performance: Variable 'localPortTo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:330:9: performance: Variable 'remoteHost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:331:9: performance: Variable 'localPortFrom' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/SSHTunnel.cc:332:9: performance: Variable 'remotePortTo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/libraries/LogComponentBaseC++/ComponentConfigurator_impl.cc:95:8: style: The scope of the variable 'found' can be reduced. [variableScope]
LogService-2.7.0/src/libraries/LogComponentBaseC++/ComponentConfigurator_impl.cc:119:8: style: The scope of the variable 'found' can be reduced. [variableScope]
LogService-2.7.0/src/libraries/LogComponentBaseC++/ComponentConfigurator_impl.hh:81:3: style: Class 'ComponentConfigurator_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/libraries/LogComponentBaseC++/PingThread.hh:77:3: style: Class 'PingThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/libraries/LogComponentBaseC++/FlushBufferThread.hh:79:3: style: Class 'FlushBufferThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/libraries/LogComponentBaseC++/LogComponentBase.hh:124:3: performance: Technically the member function 'LogComponentBase::getLocalTime' can be static. [functionStatic]
LogService-2.7.0/src/libraries/LogComponentBaseC++/LogComponentBase.cc:260:19: note: Technically the member function 'LogComponentBase::getLocalTime' can be static.
LogService-2.7.0/src/libraries/LogComponentBaseC++/LogComponentBase.hh:124:3: note: Technically the member function 'LogComponentBase::getLocalTime' can be static.
LogService-2.7.0/src/libraries/LogComponentBaseC++/LogComponentBase.cc:100:9: style: Class 'LogComponentBase' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/libraries/LogComponentBaseC++/LogComponentBase.cc:100:9: style: Class 'LogComponentBase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.cc:93:32: style: Function 'LogToolBase' argument 1 names different: declaration 'succes' definition 'success'. [funcArgNamesDifferent]
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.hh:82:21: note: Function 'LogToolBase' argument 1 names different: declaration 'succes' definition 'success'.
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.cc:93:32: note: Function 'LogToolBase' argument 1 names different: declaration 'succes' definition 'success'.
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.cc:108:9: style: Class 'LogToolBase' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.cc:108:9: style: Class 'LogToolBase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/libraries/LogToolBaseC++/LogToolBase.hh:68:3: style: Class 'ToolMsgReceiver_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/logFwdr.hh:93:2: style: Class 'FwrdConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/monitor/CoreThread.cc:117:8: style: The scope of the variable 'haveMsgs' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SendThread.hh:76:3: style: Class 'SendThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:114:3: style: The function 'toolConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:83:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:114:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:125:3: style: The function 'toolDisconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:94:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:125:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:133:3: style: The function 'addFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:102:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:133:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:143:3: style: The function 'removeFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:112:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:143:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:153:3: style: The function 'flushAllFilters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:122:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:153:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:161:3: style: The function 'componentConnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:130:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:161:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:171:3: style: The function 'componentDisconnect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:140:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:171:3: note: Function in derived class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:180:3: style: The function 'sendMessageWithFilters' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LogService-2.7.0/src/monitor/FilterManagerInterface.hh:149:3: note: Virtual function in base class
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:180:3: note: Function in derived class
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:176:14: warning: Either the condition 'componentName==NULL' is redundant or there is possible null pointer dereference: componentName. [nullPointerRedundantCheck]
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:191:21: note: Assuming that condition 'componentName==NULL' is not redundant
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:176:14: note: Null pointer dereference
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:479:8: style: The scope of the variable 'somePingTimeout' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:498:11: style: The scope of the variable 's' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:535:9: performance: Variable 'forwarder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/monitor/LogCentralComponent_impl.cc:595:9: performance: Variable 'forwarder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:120:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:205:21: style: The scope of the variable 'compElem' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:105:46: style: Function 'connectTool' argument 2 names different: declaration 'msgReceiver' definition 'msgRec'. [funcArgNamesDifferent]
LogService-2.7.0/src/monitor/LogCentralTool_impl.hh:122:27: note: Function 'connectTool' argument 2 names different: declaration 'msgReceiver' definition 'msgRec'.
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:105:46: note: Function 'connectTool' argument 2 names different: declaration 'msgReceiver' definition 'msgRec'.
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:89:9: performance: Variable 'allTags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:383:9: performance: Variable 'forwarder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/monitor/LogCentralTool_impl.cc:488:9: performance: Variable 'forwarder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LogService-2.7.0/src/monitor/ReadConfig.cc:125:9: warning: Either the condition 'buff==NULL' is redundant or there is possible null pointer dereference: buff. [nullPointerRedundantCheck]
LogService-2.7.0/src/monitor/ReadConfig.cc:126:11: note: Assuming that condition 'buff==NULL' is not redundant
LogService-2.7.0/src/monitor/ReadConfig.cc:125:9: note: Null pointer dereference
LogService-2.7.0/src/monitor/ReadConfig.cc:405:8: style: The scope of the variable 'b' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/ReadConfig.cc:432:11: style: The scope of the variable 's1' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/ReadConfig.cc:433:11: style: The scope of the variable 's2' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/ReadConfig.hh:162:3: performance: Technically the member function 'ReadConfig::appendToList' can be static. [functionStatic]
LogService-2.7.0/src/monitor/ReadConfig.cc:403:13: note: Technically the member function 'ReadConfig::appendToList' can be static.
LogService-2.7.0/src/monitor/ReadConfig.hh:162:3: note: Technically the member function 'ReadConfig::appendToList' can be static.
LogService-2.7.0/src/monitor/ReadConfig.cc:93:9: style: Class 'ReadConfig' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/monitor/ReadConfig.cc:93:9: style: Class 'ReadConfig' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/monitor/ReadConfig.cc:270:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LogService-2.7.0/src/monitor/ReadConfig.cc:275:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
LogService-2.7.0/src/monitor/ReadConfig.hh:170:9: style: Class 'ReadConfig' is unsafe, 'ReadConfig::startSuffix' can leak by wrong usage. [unsafeClassCanLeak]
LogService-2.7.0/src/monitor/ReadConfig.hh:171:9: style: Class 'ReadConfig' is unsafe, 'ReadConfig::stopSuffix' can leak by wrong usage. [unsafeClassCanLeak]
LogService-2.7.0/src/monitor/SendThread.cc:113:7: style: The scope of the variable 'tCnt' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SendThread.cc:114:7: style: The scope of the variable 'mCnt' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SendThread.cc:160:9: style: Variable 'tCnt' is modified but its new value is never used. [unreadVariable]
LogService-2.7.0/src/monitor/SendThread.cc:142:11: style: Variable 'mCnt' is modified but its new value is never used. [unreadVariable]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:135:29: style: The scope of the variable 'filterIt' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:221:29: style: The scope of the variable 'filterIt' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:448:8: style: The scope of the variable 'listsEqual' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:210:3: performance: Technically the member function 'SimpleFilterManager::containsComponentName' can be static. [functionStatic]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:329:22: note: Technically the member function 'SimpleFilterManager::containsComponentName' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:210:3: note: Technically the member function 'SimpleFilterManager::containsComponentName' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:216:3: performance: Technically the member function 'SimpleFilterManager::containsComponentStar' can be static. [functionStatic]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:342:22: note: Technically the member function 'SimpleFilterManager::containsComponentStar' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:216:3: note: Technically the member function 'SimpleFilterManager::containsComponentStar' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:231:3: performance: Technically the member function 'SimpleFilterManager::containsTagName' can be static. [functionStatic]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:368:22: note: Technically the member function 'SimpleFilterManager::containsTagName' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:231:3: note: Technically the member function 'SimpleFilterManager::containsTagName' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:237:3: performance: Technically the member function 'SimpleFilterManager::containsTagStar' can be static. [functionStatic]
LogService-2.7.0/src/monitor/SimpleFilterManager.cc:381:22: note: Technically the member function 'SimpleFilterManager::containsTagStar' can be static.
LogService-2.7.0/src/monitor/SimpleFilterManager.hh:237:3: note: Technically the member function 'SimpleFilterManager::containsTagStar' can be static.
LogService-2.7.0/src/monitor/StateManager.cc:71:11: style: The scope of the variable 's' can be reduced. [variableScope]
LogService-2.7.0/src/monitor/StateManager.cc:78:11: style: Class 'StateManager' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/monitor/StateManager.cc:78:11: style: Class 'StateManager' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/monitor/TimeBuffer.hh:100:3: performance: Technically the member function 'TimeBuffer::isOlder' can be static. [functionStatic]
LogService-2.7.0/src/monitor/TimeBuffer.cc:122:13: note: Technically the member function 'TimeBuffer::isOlder' can be static.
LogService-2.7.0/src/monitor/TimeBuffer.hh:100:3: note: Technically the member function 'TimeBuffer::isOlder' can be static.
LogService-2.7.0/src/monitor/TimeBuffer.cc:66:9: style: Class 'TimeBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/monitor/TimeBuffer.cc:66:9: style: Class 'TimeBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/tester/ComponentConfigurator_impl.cc:67:68: style: Function 'ComponentConfigurator_impl' argument 1 names different: declaration 'currentConfig' definition 'currentCfg'. [funcArgNamesDifferent]
LogService-2.7.0/src/tester/ComponentConfigurator_impl.hh:73:42: note: Function 'ComponentConfigurator_impl' argument 1 names different: declaration 'currentConfig' definition 'currentCfg'.
LogService-2.7.0/src/tester/ComponentConfigurator_impl.cc:67:68: note: Function 'ComponentConfigurator_impl' argument 1 names different: declaration 'currentConfig' definition 'currentCfg'.
LogService-2.7.0/src/tester/ComponentConfigurator_impl.hh:73:3: style: Class 'ComponentConfigurator_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/tester/PassiveComponent.cc:70:8: style: The scope of the variable 'found' can be reduced. [variableScope]
LogService-2.7.0/src/tester/PassiveComponent.cc:102:3: style: Class 'PassiveComponent' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/tester/PassiveComponent.cc:102:3: style: Class 'PassiveComponent' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/tester/PassiveTool.cc:245:10: style: The scope of the variable 'msgCorrect' can be reduced. [variableScope]
LogService-2.7.0/src/tester/PassiveTool.cc:87:3: style: Class 'PassiveTool' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LogService-2.7.0/src/tester/PassiveTool.cc:87:3: style: Class 'PassiveTool' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LogService-2.7.0/src/tester/ToolMsgReceiver_impl.hh:67:3: style: Class 'ToolMsgReceiver_impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LogService-2.7.0/src/tester/ToolMsgReceiver_impl.cc:60:59: style: Function 'ToolMsgReceiver_impl' argument 1 names different: declaration 'receivedBuf' definition 'rcvdBuf'. [funcArgNamesDifferent]
LogService-2.7.0/src/tester/ToolMsgReceiver_impl.hh:67:39: note: Function 'ToolMsgReceiver_impl' argument 1 names different: declaration 'receivedBuf' definition 'rcvdBuf'.
LogService-2.7.0/src/tester/ToolMsgReceiver_impl.cc:60:59: note: Function 'ToolMsgReceiver_impl' argument 1 names different: declaration 'receivedBuf' definition 'rcvdBuf'.
LogService-2.7.0/src/utils/FullLinkedList.cc:275:11: style: The scope of the variable 'node' can be reduced. [variableScope]
LogService-2.7.0/src/utils/ORBTools.cc:527:8: style: The scope of the variable 'c' can be reduced. [variableScope]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logstalgia/logstalgia_1.1.0.orig.tar.gz
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:51:0: warning: Member variable 'FTUnicodeStringItr < T >::curChar' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/sdlapp.h:65:17: style: Member variable 'SDLAppException::message' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/sdlapp.h:81:61: note: Member variable 'SDLAppException::message' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/sdlapp.h:65:17: note: Member variable 'SDLAppException::message' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:85:0: style: Technically the member function 'FTUnicodeStringItr < T >::operator++' can be const. [functionConst]
logstalgia-1.1.0/src/core/sdlapp.h:81:5: style: Class 'SDLAppException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:51:0: style: Class 'FTUnicodeStringItr < T >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/sdlapp.h:81:33: performance: Function parameter 'message' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/conffile.cpp:322:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:327:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:400:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:405:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:427:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:432:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:473:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:478:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:596:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/conffile.cpp:39:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:54:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:59:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:49:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:64:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:69:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:74:12: warning: Member variable 'ConfEntry::lineno' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/conffile.cpp:40:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:44:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:45:11: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:50:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:55:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:60:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:65:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:70:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:75:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.cpp:233:11: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/conffile.h:72:9: style: Technically the member function 'ConfEntry::getLineNumber' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:134:16: note: Technically the member function 'ConfEntry::getLineNumber' can be const.
logstalgia-1.1.0/src/core/conffile.h:72:9: note: Technically the member function 'ConfEntry::getLineNumber' can be const.
logstalgia-1.1.0/src/core/conffile.h:73:17: style: Technically the member function 'ConfEntry::getName' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:126:24: note: Technically the member function 'ConfEntry::getName' can be const.
logstalgia-1.1.0/src/core/conffile.h:73:17: note: Technically the member function 'ConfEntry::getName' can be const.
logstalgia-1.1.0/src/core/conffile.h:75:17: style: Technically the member function 'ConfEntry::getString' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:130:24: note: Technically the member function 'ConfEntry::getString' can be const.
logstalgia-1.1.0/src/core/conffile.h:75:17: note: Technically the member function 'ConfEntry::getString' can be const.
logstalgia-1.1.0/src/core/conffile.h:78:17: style: Technically the member function 'ConfEntry::getBool' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:169:17: note: Technically the member function 'ConfEntry::getBool' can be const.
logstalgia-1.1.0/src/core/conffile.h:78:17: note: Technically the member function 'ConfEntry::getBool' can be const.
logstalgia-1.1.0/src/core/conffile.h:85:10: style: Technically the member function 'ConfEntry::isBool' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:160:17: note: Technically the member function 'ConfEntry::isBool' can be const.
logstalgia-1.1.0/src/core/conffile.h:85:10: note: Technically the member function 'ConfEntry::isBool' can be const.
logstalgia-1.1.0/src/core/conffile.h:115:17: style: Technically the member function 'ConfSection::getName' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:243:26: note: Technically the member function 'ConfSection::getName' can be const.
logstalgia-1.1.0/src/core/conffile.h:115:17: note: Technically the member function 'ConfSection::getName' can be const.
logstalgia-1.1.0/src/core/conffile.h:117:9: style: Technically the member function 'ConfSection::getLineNumber' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:255:18: note: Technically the member function 'ConfSection::getLineNumber' can be const.
logstalgia-1.1.0/src/core/conffile.h:117:9: note: Technically the member function 'ConfSection::getLineNumber' can be const.
logstalgia-1.1.0/src/core/conffile.h:150:17: style: Technically the member function 'ConfFile::getFilename' can be const. [functionConst]
logstalgia-1.1.0/src/core/conffile.cpp:448:23: note: Technically the member function 'ConfFile::getFilename' can be const.
logstalgia-1.1.0/src/core/conffile.h:150:17: note: Technically the member function 'ConfFile::getFilename' can be const.
logstalgia-1.1.0/src/core/conffile.h:51:5: style: Class 'ConfEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/regex.h:43:5: style: Class 'RegexCompilationException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/conffile.cpp:778:72: performance: Function parameter 'entryname' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/conffile.cpp:788:67: performance: Function parameter 'reason' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/conffile.cpp:814:61: performance: Function parameter 'reason' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/conffile.cpp:270:24: performance: Possible inefficient checking for 'entryList' emptiness. [stlSize]
logstalgia-1.1.0/src/core/conffile.cpp:302:11: performance: Possible inefficient checking for 'entrylist' emptiness. [stlSize]
logstalgia-1.1.0/src/core/conffile.cpp:639:8: performance: Possible inefficient checking for 'sectionlist' emptiness. [stlSize]
logstalgia-1.1.0/src/core/conffile.cpp:662:26: performance: Possible inefficient checking for 'sectionlist' emptiness. [stlSize]
logstalgia-1.1.0/src/core/display.cpp:115:37: style: Function 'multiSample' argument 1 names different: declaration 'sample' definition 'samples'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/display.h:120:28: note: Function 'multiSample' argument 1 names different: declaration 'sample' definition 'samples'.
logstalgia-1.1.0/src/core/display.cpp:115:37: note: Function 'multiSample' argument 1 names different: declaration 'sample' definition 'samples'.
logstalgia-1.1.0/src/core/vbo.h:105:5: warning: Member variable 'quadbuf_tex::start_index' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/display.cpp:39:16: warning: Member variable 'SDLAppDisplay::fullscreen' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/resource.h:46:9: style: Member variable 'Resource::refs' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/resource.h:50:80: note: Member variable 'Resource::refs' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/resource.h:46:9: note: Member variable 'Resource::refs' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/vbo.h:48:9: performance: Variable 'id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/display.cpp:40:5: performance: Variable 'clear_colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/resource.h:57:9: style: Technically the member function 'Resource::refcount' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.h:78:9: style: Technically the member function 'ShaderUniform::getType' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.h:341:9: style: Technically the member function 'AbstractShaderPass::getType' can be const. [functionConst]
logstalgia-1.1.0/src/core/display.h:69:12: style: Technically the member function 'SDLAppDisplay::SDLWindowFlags' can be const. [functionConst]
logstalgia-1.1.0/src/core/display.cpp:78:23: note: Technically the member function 'SDLAppDisplay::SDLWindowFlags' can be const.
logstalgia-1.1.0/src/core/display.h:69:12: note: Technically the member function 'SDLAppDisplay::SDLWindowFlags' can be const.
logstalgia-1.1.0/src/core/display.h:71:10: performance: Technically the member function 'SDLAppDisplay::setupExtensions' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:119:21: note: Technically the member function 'SDLAppDisplay::setupExtensions' can be static.
logstalgia-1.1.0/src/core/display.h:71:10: note: Technically the member function 'SDLAppDisplay::setupExtensions' can be static.
logstalgia-1.1.0/src/core/display.h:93:12: performance: Technically the member function 'SDLAppDisplay::toggleFrameless' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:362:21: note: Technically the member function 'SDLAppDisplay::toggleFrameless' can be static.
logstalgia-1.1.0/src/core/display.h:93:12: note: Technically the member function 'SDLAppDisplay::toggleFrameless' can be static.
logstalgia-1.1.0/src/core/display.h:103:12: performance: Technically the member function 'SDLAppDisplay::multiSamplingEnabled' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:132:21: note: Technically the member function 'SDLAppDisplay::multiSamplingEnabled' can be static.
logstalgia-1.1.0/src/core/display.h:103:12: note: Technically the member function 'SDLAppDisplay::multiSamplingEnabled' can be static.
logstalgia-1.1.0/src/core/display.h:105:12: performance: Technically the member function 'SDLAppDisplay::quit' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:561:21: note: Technically the member function 'SDLAppDisplay::quit' can be static.
logstalgia-1.1.0/src/core/display.h:105:12: note: Technically the member function 'SDLAppDisplay::quit' can be static.
logstalgia-1.1.0/src/core/display.h:107:12: performance: Technically the member function 'SDLAppDisplay::update' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:574:21: note: Technically the member function 'SDLAppDisplay::update' can be static.
logstalgia-1.1.0/src/core/display.h:107:12: note: Technically the member function 'SDLAppDisplay::update' can be static.
logstalgia-1.1.0/src/core/display.h:125:12: performance: Technically the member function 'SDLAppDisplay::push2D' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:603:21: note: Technically the member function 'SDLAppDisplay::push2D' can be static.
logstalgia-1.1.0/src/core/display.h:125:12: note: Technically the member function 'SDLAppDisplay::push2D' can be static.
logstalgia-1.1.0/src/core/display.h:126:12: performance: Technically the member function 'SDLAppDisplay::pop2D' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:614:21: note: Technically the member function 'SDLAppDisplay::pop2D' can be static.
logstalgia-1.1.0/src/core/display.h:126:12: note: Technically the member function 'SDLAppDisplay::pop2D' can be static.
logstalgia-1.1.0/src/core/display.h:128:11: performance: Technically the member function 'SDLAppDisplay::currentColour' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:621:21: note: Technically the member function 'SDLAppDisplay::currentColour' can be static.
logstalgia-1.1.0/src/core/display.h:128:11: note: Technically the member function 'SDLAppDisplay::currentColour' can be static.
logstalgia-1.1.0/src/core/display.h:130:10: performance: Technically the member function 'SDLAppDisplay::project' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:627:21: note: Technically the member function 'SDLAppDisplay::project' can be static.
logstalgia-1.1.0/src/core/display.h:130:10: note: Technically the member function 'SDLAppDisplay::project' can be static.
logstalgia-1.1.0/src/core/display.h:131:10: performance: Technically the member function 'SDLAppDisplay::unproject' can be static. [functionStatic]
logstalgia-1.1.0/src/core/display.cpp:644:21: note: Technically the member function 'SDLAppDisplay::unproject' can be static.
logstalgia-1.1.0/src/core/display.h:131:10: note: Technically the member function 'SDLAppDisplay::unproject' can be static.
logstalgia-1.1.0/src/core/resource.h:39:5: style: Class 'ResourceException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/resource.h:50:5: style: Class 'Resource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/shader_common.h:46:5: style: Class 'ShaderException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/shader.hh:58:5: style: Class 'Shader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/texture.h:40:5: style: Class 'TextureException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/vbo.h:46:5: style: Class 'VBO' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/vbo.h:124:5: style: Class 'quadbuf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/fxfont.h:70:5: style: Class 'FXFontException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/fxfont.h:192:5: style: Class 'FXFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/display.h:52:5: style: Class 'SDLInitException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/shader_common.h:102:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:102:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:114:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:114:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:126:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:126:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:138:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:138:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:140:10: style: The function 'setBaked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:93:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:140:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:152:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:152:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:154:10: style: The function 'setBaked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:93:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:154:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:166:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:166:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:178:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:178:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:190:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:190:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:202:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:202:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:214:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:214:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:231:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:231:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:251:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:251:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader_common.h:271:10: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:80:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader_common.h:271:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:47:10: style: The function 'attachTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:356:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:47:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:48:10: style: The function 'unload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:357:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:48:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:49:10: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:358:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:49:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:50:10: style: The function 'checkError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:359:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:50:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:55:10: style: The function 'checkProgramError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:376:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:55:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:61:10: style: The function 'applyUniform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:438:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:61:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:63:9: style: The function 'getUniformLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:440:17: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:63:9: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:65:10: style: The function 'loadPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:375:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:65:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:67:10: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:442:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:67:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:68:10: style: The function 'unload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:443:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:68:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:70:10: style: The function 'bind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:445:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:70:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:71:10: style: The function 'unbind' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:446:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:71:10: note: Function in derived class
logstalgia-1.1.0/src/core/shader.hh:73:25: style: The function 'grabShaderPass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/shader_common.h:436:33: note: Virtual function in base class
logstalgia-1.1.0/src/core/shader.hh:73:25: note: Function in derived class
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::near_distance' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::far_distance' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::view_ratio' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::fov' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::near_half_width' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::near_half_height' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::far_half_width' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:33:10: warning: Member variable 'Frustum::far_half_height' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/frustum.cpp:36:10: warning: Member variable 'Frustum::fov' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/bounds.h:160:11: style: Technically the member function 'Bounds3D::width' can be const. [functionConst]
logstalgia-1.1.0/src/core/bounds.h:164:11: style: Technically the member function 'Bounds3D::height' can be const. [functionConst]
logstalgia-1.1.0/src/core/bounds.h:168:11: style: Technically the member function 'Bounds3D::depth' can be const. [functionConst]
logstalgia-1.1.0/src/core/bounds.h:176:10: style: Technically the member function 'Bounds3D::centre' can be const. [functionConst]
logstalgia-1.1.0/src/core/bounds.h:196:10: style: Technically the member function 'Bounds3D::contains' can be const. [functionConst]
logstalgia-1.1.0/src/core/fxfont.cpp:256:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
logstalgia-1.1.0/src/core/fxfont.cpp:337:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
logstalgia-1.1.0/src/core/fxfont.cpp:352:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
logstalgia-1.1.0/src/core/fxfont.cpp:369:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
logstalgia-1.1.0/src/core/fxfont.cpp:112:54: style: Function 'drawToVBO' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/fxfont.h:124:49: note: Function 'drawToVBO' argument 2 names different: declaration 'offset' definition 'pos'.
logstalgia-1.1.0/src/core/fxfont.cpp:112:54: note: Function 'drawToVBO' argument 2 names different: declaration 'offset' definition 'pos'.
logstalgia-1.1.0/src/core/fxfont.cpp:463:30: style: Function 'alignRight' argument 1 names different: declaration 'right' definition 'align_right'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/fxfont.h:205:26: note: Function 'alignRight' argument 1 names different: declaration 'right' definition 'align_right'.
logstalgia-1.1.0/src/core/fxfont.cpp:463:30: note: Function 'alignRight' argument 1 names different: declaration 'right' definition 'align_right'.
logstalgia-1.1.0/src/core/fxfont.cpp:467:28: style: Function 'alignTop' argument 1 names different: declaration 'top' definition 'align_top'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/fxfont.h:204:24: note: Function 'alignTop' argument 1 names different: declaration 'top' definition 'align_top'.
logstalgia-1.1.0/src/core/fxfont.cpp:467:28: note: Function 'alignTop' argument 1 names different: declaration 'top' definition 'align_top'.
logstalgia-1.1.0/src/core/fxfont.cpp:224:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/fxfont.cpp:268:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/fxfont.cpp:412:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/fxfont.cpp:624:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/fxfont.cpp:627:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/fxfont.cpp:438:9: warning: Member variable 'FXFont::shadow' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:438:9: warning: Member variable 'FXFont::round' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:438:9: warning: Member variable 'FXFont::shadow_strength' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:438:9: warning: Member variable 'FXFont::align_right' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:438:9: warning: Member variable 'FXFont::align_top' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:583:16: warning: Member variable 'FXFontManager::use_vbo' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:51:0: warning: Member variable 'FTUnicodeStringItr < unsigned char >::curChar' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/fxfont.cpp:64:11: performance: Variable 'ftglyph' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.cpp:208:11: performance: Variable 'freetype' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.cpp:209:11: performance: Variable 'fontfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.cpp:212:11: performance: Variable 'ft_flags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.cpp:213:11: performance: Variable 'ft_face' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.cpp:584:5: performance: Variable 'library' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/fxfont.h:246:10: performance: Technically the member function 'FXFontManager::reload' can be static. [functionStatic]
logstalgia-1.1.0/src/core/fxfont.cpp:597:21: note: Technically the member function 'FXFontManager::reload' can be static.
logstalgia-1.1.0/src/core/fxfont.h:246:10: note: Technically the member function 'FXFontManager::reload' can be static.
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:85:0: style: Technically the member function 'FTUnicodeStringItr < unsigned char >::operator++' can be const. [functionConst]
logstalgia-1.1.0/src/core/fxfont.cpp:133:5: style: Class 'FXGlyphPage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
logstalgia-1.1.0/src/core/fxfont.cpp:133:5: style: Class 'FXGlyphPage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
logstalgia-1.1.0/src/core/ftgl/FTUnicode.h:51:0: style: Class 'FTUnicodeStringItr < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/fxfont.cpp:618:40: performance: Function parameter 'font_dir' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/logger.cpp:81:45: style: Function 'Logger' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:66:41: note: Function 'Logger' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'.
logstalgia-1.1.0/src/core/logger.cpp:81:45: note: Function 'Logger' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'.
logstalgia-1.1.0/src/core/logger.cpp:85:48: style: Function 'init' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:68:44: note: Function 'init' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'.
logstalgia-1.1.0/src/core/logger.cpp:85:48: note: Function 'init' argument 3 names different: declaration 'history_capacity' definition 'hist_capacity'.
logstalgia-1.1.0/src/core/logger.cpp:122:26: style: Function 'warnLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:73:26: note: Function 'warnLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:122:26: note: Function 'warnLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:126:27: style: Function 'debugLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:74:27: note: Function 'debugLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:126:27: note: Function 'debugLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:130:26: style: Function 'infoLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:75:26: note: Function 'infoLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:130:26: note: Function 'infoLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:134:27: style: Function 'errorLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:76:27: note: Function 'errorLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:134:27: note: Function 'errorLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:138:29: style: Function 'consoleLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:77:29: note: Function 'consoleLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:138:29: note: Function 'consoleLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:142:28: style: Function 'scriptLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:78:28: note: Function 'scriptLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:142:28: note: Function 'scriptLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:146:30: style: Function 'pedanticLog' argument 1 names different: declaration 'args' definition 'str'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/logger.h:79:30: note: Function 'pedanticLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.cpp:146:30: note: Function 'pedanticLog' argument 1 names different: declaration 'args' definition 'str'.
logstalgia-1.1.0/src/core/logger.h:62:9: style: Technically the member function 'Logger::getMessageCount' can be const. [functionConst]
logstalgia-1.1.0/src/core/logger.cpp:92:13: note: Technically the member function 'Logger::getMessageCount' can be const.
logstalgia-1.1.0/src/core/logger.h:62:9: note: Technically the member function 'Logger::getMessageCount' can be const.
logstalgia-1.1.0/src/core/mousecursor.h:69:10: performance: Technically the member function 'MouseCursor::leftButtonPressed' can be static. [functionStatic]
logstalgia-1.1.0/src/core/mousecursor.cpp:117:19: note: Technically the member function 'MouseCursor::leftButtonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:69:10: note: Technically the member function 'MouseCursor::leftButtonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:70:10: performance: Technically the member function 'MouseCursor::rightButtonPressed' can be static. [functionStatic]
logstalgia-1.1.0/src/core/mousecursor.cpp:122:19: note: Technically the member function 'MouseCursor::rightButtonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:70:10: note: Technically the member function 'MouseCursor::rightButtonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:71:10: performance: Technically the member function 'MouseCursor::bothPressed' can be static. [functionStatic]
logstalgia-1.1.0/src/core/mousecursor.cpp:127:19: note: Technically the member function 'MouseCursor::bothPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:71:10: note: Technically the member function 'MouseCursor::bothPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:72:10: performance: Technically the member function 'MouseCursor::buttonPressed' can be static. [functionStatic]
logstalgia-1.1.0/src/core/mousecursor.cpp:132:19: note: Technically the member function 'MouseCursor::buttonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:72:10: note: Technically the member function 'MouseCursor::buttonPressed' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:79:10: performance: Technically the member function 'MouseCursor::hasFocus' can be static. [functionStatic]
logstalgia-1.1.0/src/core/mousecursor.cpp:153:19: note: Technically the member function 'MouseCursor::hasFocus' can be static.
logstalgia-1.1.0/src/core/mousecursor.h:79:10: note: Technically the member function 'MouseCursor::hasFocus' can be static.
logstalgia-1.1.0/src/core/plane.cpp:38:5: performance: Variable 'normal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/png_writer.h:51:10: style: Technically the member function 'PNGWriter::capture' can be const. [functionConst]
logstalgia-1.1.0/src/core/png_writer.cpp:75:17: note: Technically the member function 'PNGWriter::capture' can be const.
logstalgia-1.1.0/src/core/png_writer.h:51:10: note: Technically the member function 'PNGWriter::capture' can be const.
logstalgia-1.1.0/src/core/png_writer.h:43:5: style: Class 'PNGWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/png_writer.h:76:5: style: Class 'PNGExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/png_writer.h:89:5: style: Class 'PNGExporterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/ppm.cpp:47:5: style: Class 'FrameExporter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
logstalgia-1.1.0/src/core/ppm.cpp:47:5: style: Class 'FrameExporter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
logstalgia-1.1.0/src/core/ppm.cpp:166:9: style: Class 'PPMExporter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
logstalgia-1.1.0/src/core/ppm.cpp:166:9: style: Class 'PPMExporter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
logstalgia-1.1.0/src/core/ppm.h:65:5: style: Class 'PPMExporterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/ppm.h:78:5: style: Class 'PPMExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/ppm.h:80:18: style: The function 'dumpImpl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/ppm.h:58:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/ppm.h:80:18: note: Function in derived class
logstalgia-1.1.0/src/core/quadtree.cpp:302:63: style: Function 'QuadNode' argument 3 names different: declaration 'itembounds' definition 'bounds'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/quadtree.h:75:57: note: Function 'QuadNode' argument 3 names different: declaration 'itembounds' definition 'bounds'.
logstalgia-1.1.0/src/core/quadtree.cpp:302:63: note: Function 'QuadNode' argument 3 names different: declaration 'itembounds' definition 'bounds'.
logstalgia-1.1.0/src/core/quadtree.cpp:83:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:131:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:162:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:192:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:233:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:252:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:270:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:377:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:421:79: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/quadtree.cpp:306:11: performance: Variable 'bounds' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/quadtree.cpp:309:5: performance: Variable 'listid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/quadtree.h:72:10: style: Technically the member function 'QuadNode::allowMoreItems' can be const. [functionConst]
logstalgia-1.1.0/src/core/quadtree.cpp:38:16: note: Technically the member function 'QuadNode::allowMoreItems' can be const.
logstalgia-1.1.0/src/core/quadtree.h:72:10: note: Technically the member function 'QuadNode::allowMoreItems' can be const.
logstalgia-1.1.0/src/core/quadtree.h:90:10: style: Technically the member function 'QuadNode::empty' can be const. [functionConst]
logstalgia-1.1.0/src/core/quadtree.cpp:282:16: note: Technically the member function 'QuadNode::empty' can be const.
logstalgia-1.1.0/src/core/quadtree.h:90:10: note: Technically the member function 'QuadNode::empty' can be const.
logstalgia-1.1.0/src/core/quadtree.h:93:10: style: Technically the member function 'QuadNode::outline' can be const. [functionConst]
logstalgia-1.1.0/src/core/quadtree.cpp:397:16: note: Technically the member function 'QuadNode::outline' can be const.
logstalgia-1.1.0/src/core/quadtree.h:93:10: note: Technically the member function 'QuadNode::outline' can be const.
logstalgia-1.1.0/src/core/quadtree.cpp:446:5: style: Class 'QuadTree' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
logstalgia-1.1.0/src/core/quadtree.cpp:446:5: style: Class 'QuadTree' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
logstalgia-1.1.0/src/core/regex.h:69:10: style: Technically the member function 'Regex::isValid' can be const. [functionConst]
logstalgia-1.1.0/src/core/regex.cpp:57:13: note: Technically the member function 'Regex::isValid' can be const.
logstalgia-1.1.0/src/core/regex.h:69:10: note: Technically the member function 'Regex::isValid' can be const.
logstalgia-1.1.0/src/core/resource.cpp:43:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/resource.h:70:17: style: Technically the member function 'ResourceManager::getDir' can be const. [functionConst]
logstalgia-1.1.0/src/core/resource.cpp:33:30: note: Technically the member function 'ResourceManager::getDir' can be const.
logstalgia-1.1.0/src/core/resource.h:70:17: note: Technically the member function 'ResourceManager::getDir' can be const.
logstalgia-1.1.0/src/core/sdlapp.cpp:303:9: warning: Member variable 'SDLApp::frame_count' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/sdlapp.cpp:303:9: warning: Member variable 'SDLApp::fps_updater' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/sdlapp.h:150:9: style: Technically the member function 'SDLApp::returnCode' can be const. [functionConst]
logstalgia-1.1.0/src/core/sdlapp.cpp:324:13: note: Technically the member function 'SDLApp::returnCode' can be const.
logstalgia-1.1.0/src/core/sdlapp.h:150:9: note: Technically the member function 'SDLApp::returnCode' can be const.
logstalgia-1.1.0/src/core/sdlapp.h:151:10: style: Technically the member function 'SDLApp::isFinished' can be const. [functionConst]
logstalgia-1.1.0/src/core/sdlapp.cpp:320:14: note: Technically the member function 'SDLApp::isFinished' can be const.
logstalgia-1.1.0/src/core/sdlapp.h:151:10: note: Technically the member function 'SDLApp::isFinished' can be const.
logstalgia-1.1.0/src/core/sdlapp.cpp:179:29: performance: Function parameter 'apptitle' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/sdlapp.cpp:179:51: performance: Function parameter 'execname' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/core/seeklog.cpp:96:10: warning: Member variable 'SeekLog::current_percent' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/seeklog.cpp:97:11: performance: Variable 'logfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/seeklog.h:91:11: style: Technically the member function 'SeekLog::getPercent' can be const. [functionConst]
logstalgia-1.1.0/src/core/seeklog.cpp:150:16: note: Technically the member function 'SeekLog::getPercent' can be const.
logstalgia-1.1.0/src/core/seeklog.h:91:11: note: Technically the member function 'SeekLog::getPercent' can be const.
logstalgia-1.1.0/src/core/seeklog.h:67:5: style: Class 'SeekLogException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/seeklog.h:82:5: style: Class 'SeekLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/seeklog.h:59:10: style: The function 'getNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/seeklog.h:45:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/seeklog.h:59:10: note: Function in derived class
logstalgia-1.1.0/src/core/seeklog.h:60:10: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/seeklog.h:46:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/seeklog.h:60:10: note: Function in derived class
logstalgia-1.1.0/src/core/seeklog.h:89:10: style: The function 'getNextLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/seeklog.h:45:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/seeklog.h:89:10: note: Function in derived class
logstalgia-1.1.0/src/core/seeklog.h:93:10: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/seeklog.h:46:18: note: Virtual function in base class
logstalgia-1.1.0/src/core/seeklog.h:93:10: note: Function in derived class
logstalgia-1.1.0/src/core/settings.cpp:169:64: style: Function 'parseArgs' argument 1 names different: declaration 'args' definition 'arguments'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/settings.h:59:52: note: Function 'parseArgs' argument 1 names different: declaration 'args' definition 'arguments'.
logstalgia-1.1.0/src/core/settings.cpp:169:64: note: Function 'parseArgs' argument 1 names different: declaration 'args' definition 'arguments'.
logstalgia-1.1.0/src/core/settings.cpp:329:54: style: Function 'importDisplaySettings' argument 1 names different: declaration 'conf' definition 'conffile'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/settings.h:62:42: note: Function 'importDisplaySettings' argument 1 names different: declaration 'conf' definition 'conffile'.
logstalgia-1.1.0/src/core/settings.cpp:329:54: note: Function 'importDisplaySettings' argument 1 names different: declaration 'conf' definition 'conffile'.
logstalgia-1.1.0/src/core/settings.cpp:277:0: style: Variable 'timezone_offset' is assigned a value that is never used. [unreadVariable]
logstalgia-1.1.0/src/core/settings.cpp:262:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/settings.h:37:10: performance: Technically the member function 'SDLAppSettings::parseRectangle' can be static. [functionStatic]
logstalgia-1.1.0/src/core/settings.cpp:125:22: note: Technically the member function 'SDLAppSettings::parseRectangle' can be static.
logstalgia-1.1.0/src/core/settings.h:37:10: note: Technically the member function 'SDLAppSettings::parseRectangle' can be static.
logstalgia-1.1.0/src/core/settings.h:38:10: performance: Technically the member function 'SDLAppSettings::parseViewport' can be static. [functionStatic]
logstalgia-1.1.0/src/core/settings.cpp:140:22: note: Technically the member function 'SDLAppSettings::parseViewport' can be static.
logstalgia-1.1.0/src/core/settings.h:38:10: note: Technically the member function 'SDLAppSettings::parseViewport' can be static.
logstalgia-1.1.0/src/core/settings.h:39:10: performance: Technically the member function 'SDLAppSettings::parseDateTime' can be static. [functionStatic]
logstalgia-1.1.0/src/core/settings.cpp:275:22: note: Technically the member function 'SDLAppSettings::parseDateTime' can be static.
logstalgia-1.1.0/src/core/settings.h:39:10: note: Technically the member function 'SDLAppSettings::parseDateTime' can be static.
logstalgia-1.1.0/src/core/shader.cc:73:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader.cc:79:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader.cc:194:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader.cc:54:12: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:74:10: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:80:10: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:296:36: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:299:36: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:302:36: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:305:36: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:308:36: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:311:55: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:314:55: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:317:55: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:320:64: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:323:64: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:326:37: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:329:37: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader.cc:332:37: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1203:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1211:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1219:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1227:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1235:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1243:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1251:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1259:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1267:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1275:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1283:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1291:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1299:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1307:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1315:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:1323:6: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/shader_common.cpp:614:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
logstalgia-1.1.0/src/core/shader_common.cpp:1021:59: style: Function 'includeSource' argument 1 names different: declaration 'source' definition 'string'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/shader_common.h:351:43: note: Function 'includeSource' argument 1 names different: declaration 'source' definition 'string'.
logstalgia-1.1.0/src/core/shader_common.cpp:1021:59: note: Function 'includeSource' argument 1 names different: declaration 'source' definition 'string'.
logstalgia-1.1.0/src/core/shader_common.cpp:168:30: style: Unused variable: matches [unusedVariable]
logstalgia-1.1.0/src/core/shader_common.cpp:173:20: style: Variable 'skipdef' is assigned a value that is never used. [unreadVariable]
logstalgia-1.1.0/src/core/shader_common.cpp:614:10: style: Variable 'buff' is not assigned a value. [unassignedVariable]
logstalgia-1.1.0/src/core/shader_common.cpp:706:10: style: Unused variable: buff [unusedVariable]
logstalgia-1.1.0/src/core/shader_common.cpp:796:10: style: Unused variable: buff [unusedVariable]
logstalgia-1.1.0/src/core/shader_common.cpp:117:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:124:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:868:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1060:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1099:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1193:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1335:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1346:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.cpp:1354:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/shader_common.h:60:17: style: Member variable 'ShaderUniform::name' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/shader_common.cpp:191:23: note: Member variable 'ShaderUniform::name' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:60:17: note: Member variable 'ShaderUniform::name' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:66:10: style: Member variable 'ShaderUniform::modified' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/shader_common.cpp:191:69: note: Member variable 'ShaderUniform::modified' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:66:10: note: Member variable 'ShaderUniform::modified' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:64:9: style: Member variable 'ShaderUniform::uniform_type' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/shader_common.cpp:191:100: note: Member variable 'ShaderUniform::uniform_type' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:64:9: note: Member variable 'ShaderUniform::uniform_type' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:319:18: style: Member variable 'AbstractShaderPass::shader_object_type' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/core/shader_common.cpp:817:23: note: Member variable 'AbstractShaderPass::shader_object_type' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:319:18: note: Member variable 'AbstractShaderPass::shader_object_type' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/core/shader_common.h:236:30: style: Technically the member function 'Vec2ArrayShaderUniform::getValue' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:552:50: note: Technically the member function 'Vec2ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:236:30: note: Technically the member function 'Vec2ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:256:30: style: Technically the member function 'Vec3ArrayShaderUniform::getValue' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:644:50: note: Technically the member function 'Vec3ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:256:30: note: Technically the member function 'Vec3ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:276:30: style: Technically the member function 'Vec4ArrayShaderUniform::getValue' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:734:50: note: Technically the member function 'Vec4ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:276:30: note: Technically the member function 'Vec4ArrayShaderUniform::getValue' can be const.
logstalgia-1.1.0/src/core/shader_common.h:294:10: performance: Technically the member function 'ShaderPart::applySubstitution' can be static. [functionStatic]
logstalgia-1.1.0/src/core/shader_common.cpp:80:18: note: Technically the member function 'ShaderPart::applySubstitution' can be static.
logstalgia-1.1.0/src/core/shader_common.h:294:10: note: Technically the member function 'ShaderPart::applySubstitution' can be static.
logstalgia-1.1.0/src/core/shader_common.h:343:10: style: Technically the member function 'AbstractShaderPass::isEmpty' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:884:26: note: Technically the member function 'AbstractShaderPass::isEmpty' can be const.
logstalgia-1.1.0/src/core/shader_common.h:343:10: note: Technically the member function 'AbstractShaderPass::isEmpty' can be const.
logstalgia-1.1.0/src/core/shader_common.h:346:24: style: Technically the member function 'AbstractShaderPass::getObjectSource' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:880:40: note: Technically the member function 'AbstractShaderPass::getObjectSource' can be const.
logstalgia-1.1.0/src/core/shader_common.h:346:24: note: Technically the member function 'AbstractShaderPass::getObjectSource' can be const.
logstalgia-1.1.0/src/core/shader_common.h:385:18: style: Technically the member function 'AbstractShader::getProgram' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:1117:30: note: Technically the member function 'AbstractShader::getProgram' can be const.
logstalgia-1.1.0/src/core/shader_common.h:385:18: note: Technically the member function 'AbstractShader::getProgram' can be const.
logstalgia-1.1.0/src/core/shader_common.h:409:38: style: Technically the member function 'AbstractShader::getUniforms' can be const. [functionConst]
logstalgia-1.1.0/src/core/shader_common.cpp:1341:50: note: Technically the member function 'AbstractShader::getUniforms' can be const.
logstalgia-1.1.0/src/core/shader_common.h:409:38: note: Technically the member function 'AbstractShader::getUniforms' can be const.
logstalgia-1.1.0/src/core/texture.cpp:49:13: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/texture.cpp:86:12: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/texture.cpp:97:12: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/texture.cpp:104:10: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/texture.cpp:110:10: style: C-style pointer casting [cstyleCast]
logstalgia-1.1.0/src/core/texture.cpp:44:99: style: Function 'grab' argument 4 names different: declaration 'external_file' definition 'external'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/texture.h:90:117: note: Function 'grab' argument 4 names different: declaration 'external_file' definition 'external'.
logstalgia-1.1.0/src/core/texture.cpp:44:99: note: Function 'grab' argument 4 names different: declaration 'external_file' definition 'external'.
logstalgia-1.1.0/src/core/texture.cpp:103:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/texture.cpp:109:95: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/texture.cpp:129:18: warning: Member variable 'TextureResource::w' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/texture.cpp:129:18: warning: Member variable 'TextureResource::h' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/core/texture.cpp:117:5: performance: Variable 'textureid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:120:5: performance: Variable 'format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:122:5: performance: Variable 'wrap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:123:5: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:132:11: performance: Variable 'wrap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:135:5: performance: Variable 'format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:136:5: performance: Variable 'textureid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:137:5: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:153:11: performance: Variable 'format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:155:11: performance: Variable 'wrap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:156:11: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/texture.cpp:158:5: performance: Variable 'textureid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/tga.h:66:10: style: Technically the member function 'TGAWriter::capture' can be const. [functionConst]
logstalgia-1.1.0/src/core/tga.cpp:131:17: note: Technically the member function 'TGAWriter::capture' can be const.
logstalgia-1.1.0/src/core/tga.h:66:10: note: Technically the member function 'TGAWriter::capture' can be const.
logstalgia-1.1.0/src/core/tga.h:58:5: style: Class 'TGAWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/tga.h:91:5: style: Class 'TGAExporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/tga.h:104:5: style: Class 'TGAExporterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/timer.cpp:6:5: performance: Variable 'query_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:7:5: performance: Variable 'query_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:8:5: performance: Variable 'query_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:9:5: performance: Variable 'query_stop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:10:5: performance: Variable 'cpu_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:14:5: performance: Variable 'query_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:15:5: performance: Variable 'query_value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:16:5: performance: Variable 'query_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:17:5: performance: Variable 'query_stop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.cpp:18:5: performance: Variable 'cpu_time' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/core/timer.h:17:5: style: Class 'GLTimer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/core/vbo.cpp:32:22: style: Function 'quadbuf' argument 1 names different: declaration 'data_size' definition 'vertex_capacity'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/core/vbo.h:124:17: note: Function 'quadbuf' argument 1 names different: declaration 'data_size' definition 'vertex_capacity'.
logstalgia-1.1.0/src/core/vbo.cpp:32:22: note: Function 'quadbuf' argument 1 names different: declaration 'data_size' definition 'vertex_capacity'.
logstalgia-1.1.0/src/core/vbo.cpp:164:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/core/vbo.h:130:12: style: Technically the member function 'quadbuf::vertices' can be const. [functionConst]
logstalgia-1.1.0/src/core/vbo.cpp:68:17: note: Technically the member function 'quadbuf::vertices' can be const.
logstalgia-1.1.0/src/core/vbo.h:130:12: note: Technically the member function 'quadbuf::vertices' can be const.
logstalgia-1.1.0/src/core/vbo.h:131:12: style: Technically the member function 'quadbuf::capacity' can be const. [functionConst]
logstalgia-1.1.0/src/core/vbo.cpp:72:17: note: Technically the member function 'quadbuf::capacity' can be const.
logstalgia-1.1.0/src/core/vbo.h:131:12: note: Technically the member function 'quadbuf::capacity' can be const.
logstalgia-1.1.0/src/core/vbo.h:132:12: style: Technically the member function 'quadbuf::texture_changes' can be const. [functionConst]
logstalgia-1.1.0/src/core/vbo.cpp:76:17: note: Technically the member function 'quadbuf::texture_changes' can be const.
logstalgia-1.1.0/src/core/vbo.h:132:12: note: Technically the member function 'quadbuf::texture_changes' can be const.
logstalgia-1.1.0/src/custom.cpp:59:12: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/custom.cpp:59:12: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/custom.cpp:59:12: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/custom.h:27:10: style: The function 'parseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/logentry.h:78:18: note: Virtual function in base class
logstalgia-1.1.0/src/custom.h:27:10: note: Function in derived class
logstalgia-1.1.0/src/settings.h:50:10: style: The function 'commandLineOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/settings.h:35:18: note: Virtual function in base class
logstalgia-1.1.0/src/settings.h:50:10: note: Function in derived class
logstalgia-1.1.0/src/logentry.cpp:54:16: style: The scope of the variable 'c' can be reduced. [variableScope]
logstalgia-1.1.0/src/logentry.cpp:37:5: performance: Variable 'timestamp' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/logentry.cpp:40:5: performance: Variable 'response_colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/logstalgia.cpp:1708:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/logstalgia.cpp:1754:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::end_reached' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::starttime' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::currtime' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::lasttime' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::elapsed_time' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:59:13: warning: Member variable 'Logstalgia::paddle_x' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/logstalgia.cpp:67:11: performance: Variable 'logfile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/logstalgia.cpp:77:5: performance: Variable 'mintime' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/logstalgia.h:130:10: style: Technically the member function 'Logstalgia::hasProgressBar' can be const. [functionConst]
logstalgia-1.1.0/src/logstalgia.cpp:605:18: note: Technically the member function 'Logstalgia::hasProgressBar' can be const.
logstalgia-1.1.0/src/logstalgia.h:130:10: note: Technically the member function 'Logstalgia::hasProgressBar' can be const.
logstalgia-1.1.0/src/logstalgia.h:132:17: performance: Technically the member function 'Logstalgia::filterURLHostname' can be static. [functionStatic]
logstalgia-1.1.0/src/logstalgia.cpp:799:25: note: Technically the member function 'Logstalgia::filterURLHostname' can be static.
logstalgia-1.1.0/src/logstalgia.h:132:17: note: Technically the member function 'Logstalgia::filterURLHostname' can be static.
logstalgia-1.1.0/src/logstalgia.h:137:10: performance: Technically the member function 'Logstalgia::filterLogLine' can be static. [functionStatic]
logstalgia-1.1.0/src/logstalgia.cpp:935:18: note: Technically the member function 'Logstalgia::filterLogLine' can be static.
logstalgia-1.1.0/src/logstalgia.h:137:10: note: Technically the member function 'Logstalgia::filterLogLine' can be static.
logstalgia-1.1.0/src/logstalgia.h:157:10: style: Technically the member function 'Logstalgia::changeSummarizerMaxDepth' can be const. [functionConst]
logstalgia-1.1.0/src/logstalgia.cpp:519:18: note: Technically the member function 'Logstalgia::changeSummarizerMaxDepth' can be const.
logstalgia-1.1.0/src/logstalgia.h:157:10: note: Technically the member function 'Logstalgia::changeSummarizerMaxDepth' can be const.
logstalgia-1.1.0/src/logstalgia.h:158:10: style: Technically the member function 'Logstalgia::changeSummarizerAbbreviationDepth' can be const. [functionConst]
logstalgia-1.1.0/src/logstalgia.cpp:532:18: note: Technically the member function 'Logstalgia::changeSummarizerAbbreviationDepth' can be const.
logstalgia-1.1.0/src/logstalgia.h:158:10: note: Technically the member function 'Logstalgia::changeSummarizerAbbreviationDepth' can be const.
logstalgia-1.1.0/src/logstalgia.h:166:10: style: Technically the member function 'Logstalgia::mouseOverSummarizerWidthAdjuster' can be const. [functionConst]
logstalgia-1.1.0/src/logstalgia.cpp:730:18: note: Technically the member function 'Logstalgia::mouseOverSummarizerWidthAdjuster' can be const.
logstalgia-1.1.0/src/logstalgia.h:166:10: note: Technically the member function 'Logstalgia::mouseOverSummarizerWidthAdjuster' can be const.
logstalgia-1.1.0/src/logstalgia.h:172:10: performance: Technically the member function 'Logstalgia::loadConfig' can be static. [functionStatic]
logstalgia-1.1.0/src/logstalgia.cpp:432:18: note: Technically the member function 'Logstalgia::loadConfig' can be static.
logstalgia-1.1.0/src/logstalgia.h:172:10: note: Technically the member function 'Logstalgia::loadConfig' can be static.
logstalgia-1.1.0/src/logstalgia.h:200:10: performance: Technically the member function 'Logstalgia::toggleWindowFrame' can be static. [functionStatic]
logstalgia-1.1.0/src/logstalgia.cpp:1189:18: note: Technically the member function 'Logstalgia::toggleWindowFrame' can be static.
logstalgia-1.1.0/src/logstalgia.h:200:10: note: Technically the member function 'Logstalgia::toggleWindowFrame' can be static.
logstalgia-1.1.0/src/logstalgia.cpp:90:13: style: Class 'Logstalgia' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
logstalgia-1.1.0/src/logstalgia.cpp:90:13: style: Class 'Logstalgia' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
logstalgia-1.1.0/src/textarea.h:38:5: style: Class 'TextArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/summarizer.h:69:5: style: Class 'SummNode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/slider.h:25:5: style: Class 'PositionSlider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/logstalgia.h:194:5: style: Class 'Logstalgia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/logstalgia.h:191:10: style: The function 'logic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:134:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:191:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:192:10: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:135:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:192:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:199:10: style: The function 'resize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:129:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:199:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:203:10: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:132:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:203:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:204:10: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:131:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:204:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:205:7: style: The function 'keyPress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:141:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:205:7: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:206:7: style: The function 'mouseMove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:139:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:206:7: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.h:207:10: style: The function 'mouseClick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/core/sdlapp.h:140:18: note: Virtual function in base class
logstalgia-1.1.0/src/logstalgia.h:207:10: note: Function in derived class
logstalgia-1.1.0/src/ncsa.h:27:10: style: The function 'parseLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
logstalgia-1.1.0/src/logentry.h:78:18: note: Virtual function in base class
logstalgia-1.1.0/src/ncsa.h:27:10: note: Function in derived class
logstalgia-1.1.0/src/logstalgia.cpp:38:32: performance: Function parameter 'profile' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/logstalgia.cpp:51:34: performance: Function parameter 'msg' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/logstalgia.cpp:55:34: performance: Function parameter 'error' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/main.cpp:98:102: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/tests.h:9:5: style: Class 'TesterException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
logstalgia-1.1.0/src/paddle.cpp:24:9: warning: Member variable 'Paddle::start_y' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/paddle.cpp:24:9: warning: Member variable 'Paddle::dest_eta' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/paddle.cpp:24:9: warning: Member variable 'Paddle::dest_elapsed' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/paddle.cpp:25:11: performance: Variable 'token' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/paddle.cpp:29:11: performance: Variable 'token_colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/paddle.h:54:10: style: Technically the member function 'Paddle::moving' can be const. [functionConst]
logstalgia-1.1.0/src/paddle.cpp:65:14: note: Technically the member function 'Paddle::moving' can be const.
logstalgia-1.1.0/src/paddle.h:54:10: note: Technically the member function 'Paddle::moving' can be const.
logstalgia-1.1.0/src/paddle.h:55:10: style: Technically the member function 'Paddle::visible' can be const. [functionConst]
logstalgia-1.1.0/src/paddle.cpp:61:14: note: Technically the member function 'Paddle::visible' can be const.
logstalgia-1.1.0/src/paddle.h:55:10: note: Technically the member function 'Paddle::visible' can be const.
logstalgia-1.1.0/src/paddle.h:70:11: style: Technically the member function 'Paddle::getX' can be const. [functionConst]
logstalgia-1.1.0/src/paddle.cpp:73:15: note: Technically the member function 'Paddle::getX' can be const.
logstalgia-1.1.0/src/paddle.h:70:11: note: Technically the member function 'Paddle::getX' can be const.
logstalgia-1.1.0/src/paddle.h:71:11: style: Technically the member function 'Paddle::getY' can be const. [functionConst]
logstalgia-1.1.0/src/paddle.cpp:69:15: note: Technically the member function 'Paddle::getY' can be const.
logstalgia-1.1.0/src/paddle.h:71:11: note: Technically the member function 'Paddle::getY' can be const.
logstalgia-1.1.0/src/requestball.cpp:227:34: style: Unused variable: content [unusedVariable]
logstalgia-1.1.0/src/requestball.cpp:26:5: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/requestball.h:69:11: style: Technically the member function 'RequestBall::arrivalTime' can be const. [functionConst]
logstalgia-1.1.0/src/requestball.cpp:153:20: note: Technically the member function 'RequestBall::arrivalTime' can be const.
logstalgia-1.1.0/src/requestball.h:69:11: note: Technically the member function 'RequestBall::arrivalTime' can be const.
logstalgia-1.1.0/src/settings.cpp:451:42: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:451:42: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:451:42: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:920:16: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:920:16: warning: %x in format string (no. 2) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:920:16: warning: %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
logstalgia-1.1.0/src/settings.cpp:319:61: style: Function 'importLogstalgiaSettings' argument 1 names different: declaration 'conf' definition 'conffile'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/settings.h:119:45: note: Function 'importLogstalgiaSettings' argument 1 names different: declaration 'conf' definition 'conffile'.
logstalgia-1.1.0/src/settings.cpp:319:61: note: Function 'importLogstalgiaSettings' argument 1 names different: declaration 'conf' definition 'conffile'.
logstalgia-1.1.0/src/settings.cpp:880:5: performance: Variable 'colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/settings.h:122:10: performance: Technically the member function 'LogstalgiaSettings::help' can be static. [functionStatic]
logstalgia-1.1.0/src/settings.cpp:32:26: note: Technically the member function 'LogstalgiaSettings::help' can be static.
logstalgia-1.1.0/src/settings.h:122:10: note: Technically the member function 'LogstalgiaSettings::help' can be static.
logstalgia-1.1.0/src/slider.cpp:100:52: style: Function 'setCaption' argument 1 names different: declaration 'cap' definition 'caption'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/slider.h:29:40: note: Function 'setCaption' argument 1 names different: declaration 'cap' definition 'caption'.
logstalgia-1.1.0/src/slider.cpp:100:52: note: Function 'setCaption' argument 1 names different: declaration 'cap' definition 'caption'.
logstalgia-1.1.0/src/slider.cpp:127:39: style: Function 'drawSlider' argument 1 names different: declaration 'position' definition 'pos_x'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/slider.h:23:27: note: Function 'drawSlider' argument 1 names different: declaration 'position' definition 'pos_x'.
logstalgia-1.1.0/src/slider.cpp:127:39: note: Function 'drawSlider' argument 1 names different: declaration 'position' definition 'pos_x'.
logstalgia-1.1.0/src/slider.cpp:22:17: warning: Member variable 'PositionSlider::capwidth' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/slider.cpp:25:5: performance: Variable 'font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/summarizer.cpp:235:69: style: Function 'expand' argument 2 names different: declaration 'expansion' definition 'vec'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/summarizer.h:86:63: note: Function 'expand' argument 2 names different: declaration 'expansion' definition 'vec'.
logstalgia-1.1.0/src/summarizer.cpp:235:69: note: Function 'expand' argument 2 names different: declaration 'expansion' definition 'vec'.
logstalgia-1.1.0/src/summarizer.cpp:459:52: style: Function 'SummItem' argument 2 names different: declaration 'row' definition 'unit'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/summarizer.h:105:46: note: Function 'SummItem' argument 2 names different: declaration 'row' definition 'unit'.
logstalgia-1.1.0/src/summarizer.cpp:459:52: note: Function 'SummItem' argument 2 names different: declaration 'row' definition 'unit'.
logstalgia-1.1.0/src/summarizer.cpp:478:41: style: Function 'updateRow' argument 1 names different: declaration 'row' definition 'unit'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/summarizer.h:127:35: note: Function 'updateRow' argument 1 names different: declaration 'row' definition 'unit'.
logstalgia-1.1.0/src/summarizer.cpp:478:41: note: Function 'updateRow' argument 1 names different: declaration 'row' definition 'unit'.
logstalgia-1.1.0/src/summarizer.cpp:566:41: style: Function 'Summarizer' argument 2 names different: declaration 'percent' definition 'screen_percent'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/summarizer.h:175:33: note: Function 'Summarizer' argument 2 names different: declaration 'percent' definition 'screen_percent'.
logstalgia-1.1.0/src/summarizer.cpp:566:41: note: Function 'Summarizer' argument 2 names different: declaration 'percent' definition 'screen_percent'.
logstalgia-1.1.0/src/summarizer.cpp:932:54: style: Function 'getBestMatchIndex' argument 1 names different: declaration 'str' definition 'input'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/summarizer.h:224:54: note: Function 'getBestMatchIndex' argument 1 names different: declaration 'str' definition 'input'.
logstalgia-1.1.0/src/summarizer.cpp:932:54: note: Function 'getBestMatchIndex' argument 1 names different: declaration 'str' definition 'input'.
logstalgia-1.1.0/src/summarizer.cpp:243:36: style: Unused variable: it [unusedVariable]
logstalgia-1.1.0/src/summarizer.cpp:680:15: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
logstalgia-1.1.0/src/summarizer.cpp:48:10: warning: Member variable 'SummRow::source' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.cpp:48:10: warning: Member variable 'SummRow::abbreviated' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.cpp:96:11: warning: Member variable 'SummNode::unsummarized' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.cpp:566:13: warning: Member variable 'Summarizer::max_strings' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.cpp:566:13: warning: Member variable 'Summarizer::font_gap' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.cpp:566:13: warning: Member variable 'Summarizer::right' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/summarizer.h:76:9: style: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/summarizer.cpp:97:87: note: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/summarizer.h:76:9: note: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/summarizer.h:76:9: style: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list. [initializerList]
logstalgia-1.1.0/src/summarizer.cpp:101:100: note: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/summarizer.h:76:9: note: Member variable 'SummNode::delimiters' is in the wrong place in the initializer list.
logstalgia-1.1.0/src/summarizer.cpp:462:5: performance: Variable 'pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/summarizer.cpp:574:11: performance: Variable 'title' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/summarizer.cpp:575:11: performance: Variable 'font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/summarizer.h:189:9: style: Technically the member function 'Summarizer::getScreenPercent' can be const. [functionConst]
logstalgia-1.1.0/src/summarizer.cpp:595:17: note: Technically the member function 'Summarizer::getScreenPercent' can be const.
logstalgia-1.1.0/src/summarizer.h:189:9: note: Technically the member function 'Summarizer::getScreenPercent' can be const.
logstalgia-1.1.0/src/summarizer.cpp:235:35: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/summarizer.cpp:459:52: performance: Function parameter 'unit' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/summarizer.cpp:566:31: performance: Function parameter 'font' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/summarizer.cpp:566:129: performance: Function parameter 'matchstr' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/summarizer.cpp:566:151: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/tests.h:20:10: performance: Technically the member function 'LogstalgiaTester::runTests' can be static. [functionStatic]
logstalgia-1.1.0/src/tests.cpp:17:24: note: Technically the member function 'LogstalgiaTester::runTests' can be static.
logstalgia-1.1.0/src/tests.h:20:10: note: Technically the member function 'LogstalgiaTester::runTests' can be static.
logstalgia-1.1.0/src/textarea.cpp:51:56: style: Function 'setText' argument 1 names different: declaration 'content' definition 'content_'. [funcArgNamesDifferent]
logstalgia-1.1.0/src/textarea.h:45:50: note: Function 'setText' argument 1 names different: declaration 'content' definition 'content_'.
logstalgia-1.1.0/src/textarea.cpp:51:56: note: Function 'setText' argument 1 names different: declaration 'content' definition 'content_'.
logstalgia-1.1.0/src/textarea.cpp:119:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
logstalgia-1.1.0/src/textarea.cpp:20:11: warning: Member variable 'TextArea::rectwidth' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/textarea.cpp:20:11: warning: Member variable 'TextArea::rectheight' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/textarea.cpp:20:11: warning: Member variable 'TextArea::visible' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/textarea.cpp:23:11: warning: Member variable 'TextArea::rectwidth' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/textarea.cpp:23:11: warning: Member variable 'TextArea::rectheight' is not initialized in the constructor. [uninitMemberVar]
logstalgia-1.1.0/src/textarea.cpp:24:11: performance: Variable 'colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/textarea.cpp:33:11: performance: Variable 'colour' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/textarea.cpp:34:11: performance: Variable 'font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/textarea.cpp:35:11: performance: Variable 'corner' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
logstalgia-1.1.0/src/textarea.h:43:9: style: Technically the member function 'TextArea::getMaxCharacters' can be const. [functionConst]
logstalgia-1.1.0/src/textarea.cpp:43:15: note: Technically the member function 'TextArea::getMaxCharacters' can be const.
logstalgia-1.1.0/src/textarea.h:43:9: note: Technically the member function 'TextArea::getMaxCharacters' can be const.
logstalgia-1.1.0/src/textarea.cpp:23:27: performance: Function parameter 'font' should be passed by const reference. [passedByValue]
logstalgia-1.1.0/src/textarea.cpp:32:62: performance: Function parameter 'font' should be passed by const reference. [passedByValue]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logster/logster_0.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/logtool/logtool_1.2.8.orig.tar.gz
logtool-1.2.8/src/env.c:75:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/gethost.c:25:22: style: Function 'get_host' argument 1 names different: declaration 'host' definition 'ip_addr'. [funcArgNamesDifferent]
logtool-1.2.8/src/mods.h:45:22: note: Function 'get_host' argument 1 names different: declaration 'host' definition 'ip_addr'.
logtool-1.2.8/src/gethost.c:25:22: note: Function 'get_host' argument 1 names different: declaration 'host' definition 'ip_addr'.
logtool-1.2.8/src/html.c:65:9: style: Variable 'tmp_pmsg' is reassigned a value before the old one has been used. [redundantAssignment]
logtool-1.2.8/src/html.c:59:0: note: Variable 'tmp_pmsg' is reassigned a value before the old one has been used.
logtool-1.2.8/src/html.c:65:9: note: Variable 'tmp_pmsg' is reassigned a value before the old one has been used.
logtool-1.2.8/src/loop.c:26:6: style: The scope of the variable 'fmt' can be reduced. [variableScope]
logtool-1.2.8/src/mod_iptables.c:74:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
logtool-1.2.8/src/mod_iptables.c:59:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/mod_snort.c:44:7: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:45:7: style: The scope of the variable 'i' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:72:7: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:73:7: style: The scope of the variable 'i' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:185:7: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:215:7: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:241:7: style: The scope of the variable 'tmp_str' can be reduced. [variableScope]
logtool-1.2.8/src/mod_snort.c:49:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/mod_snort.c:76:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/mod_snort.c:116:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/mod_snort.c:118:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/mod_snort.c:59:31: error: Undefined behavior: Variable 'tmp_str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
logtool-1.2.8/src/mod_snort.c:87:31: error: Undefined behavior: Variable 'tmp_str' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
logtool-1.2.8/src/parse_pmsg.c:31:2: style: Variable 't_pmsg' is reassigned a value before the old one has been used. [redundantAssignment]
logtool-1.2.8/src/parse_pmsg.c:26:0: note: Variable 't_pmsg' is reassigned a value before the old one has been used.
logtool-1.2.8/src/parse_pmsg.c:31:2: note: Variable 't_pmsg' is reassigned a value before the old one has been used.
logtool-1.2.8/src/parse_pmsg.c:105:30: error: Undefined behavior: Variable 't_pmsg' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
logtool-1.2.8/src/parse_pmsg.c:110:28: error: Undefined behavior: Variable 't_pmsg' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
logtool-1.2.8/src/parser.c:58:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
logtool-1.2.8/src/parser.c:118:7: style: The scope of the variable 'tmp' can be reduced. [variableScope]
logtool-1.2.8/src/parser.c:118:19: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
logtool-1.2.8/src/parser.c:119:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
logtool-1.2.8/src/parser.c:121:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/parser.c:170:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/readconf.c:36:3: warning: Either the condition 'file==NULL' is redundant or there is possible null pointer dereference: file. [nullPointerRedundantCheck]
logtool-1.2.8/src/readconf.c:38:10: note: Assuming that condition 'file==NULL' is not redundant
logtool-1.2.8/src/readconf.c:36:3: note: Null pointer dereference
logtool-1.2.8/src/regex.c:69:7: style: The scope of the variable 'dir' can be reduced. [variableScope]
logtool-1.2.8/src/regex.c:71:8: style: The scope of the variable 'fname' can be reduced. [variableScope]
logtool-1.2.8/src/regex.c:72:17: style: The scope of the variable 'de' can be reduced. [variableScope]
logtool-1.2.8/src/regex.c:117:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
logtool-1.2.8/src/regex.c:145:0: error: Memory leak: stbuf [memleak]
logtool-1.2.8/src/tai64nfrac.c:35:20: style: The scope of the variable 'u' can be reduced. [variableScope]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logtop/logtop_0.4.3.orig.tar.gz
logtop-0.4.3/src/logtop.c:129:9: style: The scope of the variable 'c' can be reduced. [variableScope]
logtop-0.4.3/src/stdout.c:44:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:58:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:72:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:84:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:110:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:110:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:115:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
logtop-0.4.3/src/stdout.c:93:24: style: Function 'stdout_update' argument 1 names different: declaration 'nb_lines' definition 'nb_results'. [funcArgNamesDifferent]
logtop-0.4.3/src/logtop.h:61:24: note: Function 'stdout_update' argument 1 names different: declaration 'nb_lines' definition 'nb_results'.
logtop-0.4.3/src/stdout.c:93:24: note: Function 'stdout_update' argument 1 names different: declaration 'nb_lines' definition 'nb_results'.
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/logwatch/logwatch_7.4.3+git20161207.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/logzero/logzero_1.5.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lojban-common/lojban-common_1.5+dfsg.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lokalize/lokalize_4.13.3.orig.tar.xz
lokalize-4.13.3/src/alttransview.cpp:230:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lokalize-4.13.3/src/phaseswindow.h:75:5: style: Class 'MyTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/catalog/catalogstring.h:133:0: error: syntax error [syntaxError]
lokalize-4.13.3/src/catalog/gettext/catalogitem.h:135:5: style: 'CatalogItem::operator=' should return 'CatalogItem &'. [operatorEq]
lokalize-4.13.3/src/catalog/gettext/gettextexport.h:57:22: style: Technically the member function 'GettextCatalog::GettextExportPlugin::save' can be const. [functionConst]
lokalize-4.13.3/src/catalog/gettext/gettextexport.cpp:63:39: note: Technically the member function 'GettextCatalog::GettextExportPlugin::save' can be const.
lokalize-4.13.3/src/catalog/gettext/gettextexport.h:57:22: note: Technically the member function 'GettextCatalog::GettextExportPlugin::save' can be const.
lokalize-4.13.3/src/catalog/gettext/gettextexport.h:65:10: performance: Technically the member function 'GettextCatalog::GettextExportPlugin::writeComment' can be static. [functionStatic]
lokalize-4.13.3/src/catalog/gettext/gettextexport.cpp:153:27: note: Technically the member function 'GettextCatalog::GettextExportPlugin::writeComment' can be static.
lokalize-4.13.3/src/catalog/gettext/gettextexport.h:65:10: note: Technically the member function 'GettextCatalog::GettextExportPlugin::writeComment' can be static.
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:166:9: style: The scope of the variable 'recoveredError' can be reduced. [variableScope]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:337:9: style: The scope of the variable 'seenMsgctxt' can be reduced. [variableScope]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_msgidMultiline' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_msgstrMultiline' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_gettextPluralForm' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_testBorked' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_obsolete' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.cpp:63:22: warning: Member variable 'GettextImportPlugin::_msgctxtPresent' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextimport.h:61:10: style: Technically the member function 'GettextCatalog::ExtraDataSkipSaver::operator()' can be const. [functionConst]
lokalize-4.13.3/src/catalog/gettext/gettextimport.h:77:19: performance: Technically the member function 'GettextCatalog::GettextImportPlugin::id' can be static. [functionStatic]
lokalize-4.13.3/src/catalog/gettext/gettextimport.h:76:22: style: The function 'load' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/catalog/gettext/catalogfileplugin.h:112:30: note: Virtual function in base class
lokalize-4.13.3/src/catalog/gettext/gettextimport.h:76:22: note: Function in derived class
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:63:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:61:0: note: Variable 'status' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:63:5: note: Variable 'status' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:111:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:110:0: note: Variable 'status' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:111:5: note: Variable 'status' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:268:56: style: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.h:93:44: note: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:268:56: note: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:295:56: style: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.h:69:44: note: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:295:56: note: Function 'notes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:301:65: style: Function 'developerNotes' argument 1 names different: declaration 'pos' definition 'docPosition'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.h:73:53: note: Function 'developerNotes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:301:65: note: Function 'developerNotes' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:45:17: warning: Member variable 'GettextStorage::m_codec' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:45:17: warning: Member variable 'GettextStorage::m_maxLineLength' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:45:17: warning: Member variable 'GettextStorage::m_trailingNewLines' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/gettextstorage.cpp:45:17: warning: Member variable 'GettextStorage::m_generatedFromDocbook' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:78:63: style: Function 'setGeneratedFromDocbook' argument 1 names different: declaration 'fromDocbook' definition 'generated'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/catalogfileplugin.h:122:45: note: Function 'setGeneratedFromDocbook' argument 1 names different: declaration 'fromDocbook' definition 'generated'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:78:63: note: Function 'setGeneratedFromDocbook' argument 1 names different: declaration 'fromDocbook' definition 'generated'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:90:57: style: Function 'setHeader' argument 1 names different: declaration 'header' definition 'item'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/catalogfileplugin.h:130:40: note: Function 'setHeader' argument 1 names different: declaration 'header' definition 'item'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:90:57: note: Function 'setHeader' argument 1 names different: declaration 'header' definition 'item'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:101:93: style: Function 'open' argument 3 names different: declaration 'errorLine' definition 'line'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/gettext/catalogfileplugin.h:100:69: note: Function 'open' argument 3 names different: declaration 'errorLine' definition 'line'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:101:93: note: Function 'open' argument 3 names different: declaration 'errorLine' definition 'line'.
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:51:22: warning: Member variable 'CatalogImportPlugin::_trailingNewLines' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:51:22: warning: Member variable 'CatalogImportPlugin::_errorLine' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:53:7: style: Class 'CatalogImportPlugin' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lokalize-4.13.3/src/catalog/gettext/importplugin.cpp:53:7: style: Class 'CatalogImportPlugin' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lokalize-4.13.3/src/catalog/ts/tsstorage.cpp:101:14: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
lokalize-4.13.3/src/catalog/ts/tsstorage.cpp:140:5: style: Struct 'ContentEditingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:877:55: style: Function 'phaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/xliff/xliffstorage.h:66:45: note: Function 'phaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'.
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:877:55: note: Function 'phaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'.
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:882:58: style: Function 'setPhaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'. [funcArgNamesDifferent]
lokalize-4.13.3/src/catalog/xliff/xliffstorage.h:67:48: note: Function 'setPhaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'.
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:882:58: note: Function 'setPhaseNotes' argument 1 names different: declaration 'phase' definition 'phasename'.
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:198:5: style: Struct 'ContentEditingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/catalog/xliff/xliffstorage.cpp:229:5: style: Struct 'ContentEditingData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/cataloglistview/catalogmodel.h:135:5: style: Class 'CatalogTreeFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/cataloglistview/cataloglistview.cpp:52:5: style: Class 'CatalogTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/cataloglistview/cataloglistview.cpp:160:103: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lokalize-4.13.3/src/cataloglistview/catalogmodel.cpp:142:27: style: Boolean variable 'fuzzy' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
lokalize-4.13.3/src/cataloglistview/catalogmodel.cpp:246:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lokalize-4.13.3/src/common/diff.cpp:408:44: style: Function 'userVisibleWordDiff' argument 1 names different: declaration 'oldString' definition 'str1ForMatching'. [funcArgNamesDifferent]
lokalize-4.13.3/src/common/diff.h:46:44: note: Function 'userVisibleWordDiff' argument 1 names different: declaration 'oldString' definition 'str1ForMatching'.
lokalize-4.13.3/src/common/diff.cpp:408:44: note: Function 'userVisibleWordDiff' argument 1 names different: declaration 'oldString' definition 'str1ForMatching'.
lokalize-4.13.3/src/common/diff.cpp:409:44: style: Function 'userVisibleWordDiff' argument 2 names different: declaration 'newString' definition 'str2ForMatching'. [funcArgNamesDifferent]
lokalize-4.13.3/src/common/diff.h:47:33: note: Function 'userVisibleWordDiff' argument 2 names different: declaration 'newString' definition 'str2ForMatching'.
lokalize-4.13.3/src/common/diff.cpp:409:44: note: Function 'userVisibleWordDiff' argument 2 names different: declaration 'newString' definition 'str2ForMatching'.
lokalize-4.13.3/src/common/diff.cpp:410:44: style: Function 'userVisibleWordDiff' argument 3 names different: declaration 'accelRx' definition 'accel'. [funcArgNamesDifferent]
lokalize-4.13.3/src/common/diff.h:48:33: note: Function 'userVisibleWordDiff' argument 3 names different: declaration 'accelRx' definition 'accel'.
lokalize-4.13.3/src/common/diff.cpp:410:44: note: Function 'userVisibleWordDiff' argument 3 names different: declaration 'accelRx' definition 'accel'.
lokalize-4.13.3/src/common/diff.cpp:411:44: style: Function 'userVisibleWordDiff' argument 4 names different: declaration 'markupRx' definition 'markup'. [funcArgNamesDifferent]
lokalize-4.13.3/src/common/diff.h:49:33: note: Function 'userVisibleWordDiff' argument 4 names different: declaration 'markupRx' definition 'markup'.
lokalize-4.13.3/src/common/diff.cpp:411:44: note: Function 'userVisibleWordDiff' argument 4 names different: declaration 'markupRx' definition 'markup'.
lokalize-4.13.3/src/common/fastsizehintitemdelegate.cpp:119:31: style: Function 'convertToHtml' argument 1 names different: declaration 'string' definition 'str'. [funcArgNamesDifferent]
lokalize-4.13.3/src/common/fastsizehintitemdelegate.h:34:31: note: Function 'convertToHtml' argument 1 names different: declaration 'string' definition 'str'.
lokalize-4.13.3/src/common/fastsizehintitemdelegate.cpp:119:31: note: Function 'convertToHtml' argument 1 names different: declaration 'string' definition 'str'.
lokalize-4.13.3/src/common/termlabel.h:40:5: warning: Member variable 'TermLabel::m_capFirst' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/common/termlabel.h:40:5: style: Class 'TermLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/editortab.cpp:469:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/editortab.cpp:468:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:469:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:470:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/editortab.cpp:469:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:470:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:480:5: style: Variable 'action' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/editortab.cpp:472:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:480:5: note: Variable 'action' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/editortab.cpp:746:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lokalize-4.13.3/src/editortab.cpp:1197:54: style: Function 'gotoNextFuzzyUntr' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
lokalize-4.13.3/src/editortab.h:214:47: note: Function 'gotoNextFuzzyUntr' argument 1 names different: declaration 'pos' definition 'p'.
lokalize-4.13.3/src/editortab.cpp:1197:54: note: Function 'gotoNextFuzzyUntr' argument 1 names different: declaration 'pos' definition 'p'.
lokalize-4.13.3/src/editortab.h:63:5: warning: Member variable 'EditorState::entry' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/editortab.h:64:5: warning: Member variable 'EditorState::mergeUrl' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/editortab.h:64:5: warning: Member variable 'EditorState::entry' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/editortab.h:64:40: performance: Variable 'dockWidgets' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lokalize-4.13.3/src/editortab.h:64:67: performance: Variable 'url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lokalize-4.13.3/src/lokalizesubwindowbase.h:73:5: style: Class 'LokalizeSubwindowBase2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/editorview.h:127:5: style: Class 'LedsWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/editortab.h:60:1: warning: The struct 'EditorState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lokalize-4.13.3/src/lokalizesubwindowbase.h:76:20: style: The function 'guiClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/lokalizesubwindowbase.h:45:28: note: Virtual function in base class
lokalize-4.13.3/src/lokalizesubwindowbase.h:76:20: note: Function in derived class
lokalize-4.13.3/src/editortab.h:98:10: style: The function 'hideDocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/lokalizesubwindowbase.h:48:18: note: Virtual function in base class
lokalize-4.13.3/src/editortab.h:98:10: note: Function in derived class
lokalize-4.13.3/src/editortab.h:99:10: style: The function 'showDocks' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/lokalizesubwindowbase.h:49:18: note: Virtual function in base class
lokalize-4.13.3/src/editortab.h:99:10: note: Function in derived class
lokalize-4.13.3/src/editortab.h:100:10: style: The function 'currentUrl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/lokalizesubwindowbase.h:52:18: note: Virtual function in base class
lokalize-4.13.3/src/editortab.h:100:10: note: Function in derived class
lokalize-4.13.3/src/editortab.h:108:20: style: The function 'guiClient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lokalize-4.13.3/src/lokalizesubwindowbase.h:45:28: note: Virtual function in base class
lokalize-4.13.3/src/editortab.h:108:20: note: Function in derived class
lokalize-4.13.3/src/editortab_findreplace.cpp:67:5: style: Class 'EntryFindDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/editortab_findreplace.cpp:116:5: style: Class 'EntryReplaceDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.cpp:466:5: style: Variable 'sh' is assigned a value that is never used. [unreadVariable]
lokalize-4.13.3/src/filesearch/filesearchtab.cpp:199:12: warning: Member variable 'SearchJob::m_size' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/filesearch/filesearchtab.h:65:5: style: Class 'FileSearchTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.h:141:5: style: Struct 'SearchResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.h:170:5: style: Class 'FileSearchModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.h:197:5: style: Class 'SearchFileListView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.h:223:5: style: Class 'MassReplaceView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/filesearch/filesearchtab.cpp:71:5: style: Class 'FileListModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossary.cpp:486:27: style: Same expression on both sides of '||' because the value of 'curLang==lang' and 'curLang==minusLang' are the same. [duplicateExpression]
lokalize-4.13.3/src/glossary/glossary.cpp:475:23: note: 'minusLang' is assigned value 'lang' here.
lokalize-4.13.3/src/glossary/glossary.cpp:486:27: note: Same expression on both sides of '||' because the value of 'curLang==lang' and 'curLang==minusLang' are the same.
lokalize-4.13.3/src/glossary/glossary.cpp:337:66: style: Function 'terms' argument 2 names different: declaration 'lang' definition 'language'. [funcArgNamesDifferent]
lokalize-4.13.3/src/glossary/glossary.h:110:60: note: Function 'terms' argument 2 names different: declaration 'lang' definition 'language'.
lokalize-4.13.3/src/glossary/glossary.cpp:337:66: note: Function 'terms' argument 2 names different: declaration 'lang' definition 'language'.
lokalize-4.13.3/src/glossary/glossary.cpp:421:64: style: Function 'setTerm' argument 3 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lokalize-4.13.3/src/glossary/glossary.h:111:58: note: Function 'setTerm' argument 3 names different: declaration 'i' definition 'index'.
lokalize-4.13.3/src/glossary/glossary.cpp:421:64: note: Function 'setTerm' argument 3 names different: declaration 'i' definition 'index'.
lokalize-4.13.3/src/glossary/glossary.cpp:421:86: style: Function 'setTerm' argument 4 names different: declaration 'term' definition 'termText'. [funcArgNamesDifferent]
lokalize-4.13.3/src/glossary/glossary.h:111:76: note: Function 'setTerm' argument 4 names different: declaration 'term' definition 'termText'.
lokalize-4.13.3/src/glossary/glossary.cpp:421:86: note: Function 'setTerm' argument 4 names different: declaration 'term' definition 'termText'.
lokalize-4.13.3/src/glossary/glossary.cpp:455:63: style: Function 'rmTerm' argument 3 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
lokalize-4.13.3/src/glossary/glossary.h:112:57: note: Function 'rmTerm' argument 3 names different: declaration 'i' definition 'index'.
lokalize-4.13.3/src/glossary/glossary.cpp:455:63: note: Function 'rmTerm' argument 3 names different: declaration 'i' definition 'index'.
lokalize-4.13.3/src/glossary/glossary.cpp:59:11: warning: Member variable 'Glossary::m_clean' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/glossary/glossary.h:101:5: style: Class 'Glossary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossary.h:194:5: style: Class 'GlossaryModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossary.h:224:5: style: Class 'GlossarySortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossarywindow.h:44:5: style: Class 'AuxTextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossarywindow.h:73:5: style: Class 'GlossaryWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/glossary/glossarywindow.h:112:5: style: Class 'GlossaryTreeView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/lokalizemainwindow.cpp:503:5: style: Variable 'actionCategory' is reassigned a value before the old one has been used. [redundantAssignment]
lokalize-4.13.3/src/lokalizemainwindow.cpp:467:5: note: Variable 'actionCategory' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/lokalizemainwindow.cpp:503:5: note: Variable 'actionCategory' is reassigned a value before the old one has been used.
lokalize-4.13.3/src/multieditoradaptor.h:41:5: style: Class 'MultiEditorAdaptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/noteeditor.h:43:5: style: Class 'NoteEditor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/noteeditor.h:71:5: style: Class 'TextEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/noteeditor.cpp:44:41: style: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/noteeditor.h:72:35: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'.
lokalize-4.13.3/src/noteeditor.cpp:44:41: note: Function 'keyPressEvent' argument 1 names different: declaration 'e' definition 'keyEvent'.
lokalize-4.13.3/src/noteeditor.cpp:124:32: style: Function 'displayNotes' argument 1 names different: declaration 'm_browser' definition 'browser'. [funcArgNamesDifferent]
lokalize-4.13.3/src/noteeditor.h:37:32: note: Function 'displayNotes' argument 1 names different: declaration 'm_browser' definition 'browser'.
lokalize-4.13.3/src/noteeditor.cpp:124:32: note: Function 'displayNotes' argument 1 names different: declaration 'm_browser' definition 'browser'.
lokalize-4.13.3/src/phaseswindow.cpp:163:5: style: Class 'PhaseEditDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/phaseswindow.cpp:168:16: style: Class 'PhaseEditDialog' is unsafe, 'PhaseEditDialog::m_process' can leak by wrong usage. [unsafeClassCanLeak]
lokalize-4.13.3/src/prefs/prefs.cpp:80:21: warning: Member variable 'SettingsController::m_scriptsRelPrefWidget' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/prefs/prefs.cpp:80:21: warning: Member variable 'SettingsController::m_scriptsPrefWidget' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/prefs/prefs.h:85:5: style: Class 'RelPathSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/prefs/prefs.h:99:5: style: Class 'LangCodeSaver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/prefs/prefs.h:109:5: style: Class 'ScriptsView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/project/project.cpp:115:35: style: Function 'load' argument 1 names different: declaration 'file' definition 'newProjectPath'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/project.h:60:30: note: Function 'load' argument 1 names different: declaration 'file' definition 'newProjectPath'.
lokalize-4.13.3/src/project/project.cpp:115:35: note: Function 'load' argument 1 names different: declaration 'file' definition 'newProjectPath'.
lokalize-4.13.3/src/project/project.h:51:1: style: The class 'Project' does not have a constructor although it has private member variables. [noConstructor]
lokalize-4.13.3/src/project/projectmodel.h:143:5: style: Class 'ProjectModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/project/projectmodel.cpp:193:54: style: Function 'po_dataChanged' argument 1 names different: declaration 'topLeft' definition 'po_topLeft'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:175:44: note: Function 'po_dataChanged' argument 1 names different: declaration 'topLeft' definition 'po_topLeft'.
lokalize-4.13.3/src/project/projectmodel.cpp:193:54: note: Function 'po_dataChanged' argument 1 names different: declaration 'topLeft' definition 'po_topLeft'.
lokalize-4.13.3/src/project/projectmodel.cpp:193:85: style: Function 'po_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'po_bottomRight'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:175:72: note: Function 'po_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'po_bottomRight'.
lokalize-4.13.3/src/project/projectmodel.cpp:193:85: note: Function 'po_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'po_bottomRight'.
lokalize-4.13.3/src/project/projectmodel.cpp:205:55: style: Function 'pot_dataChanged' argument 1 names different: declaration 'topLeft' definition 'pot_topLeft'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:179:45: note: Function 'pot_dataChanged' argument 1 names different: declaration 'topLeft' definition 'pot_topLeft'.
lokalize-4.13.3/src/project/projectmodel.cpp:205:55: note: Function 'pot_dataChanged' argument 1 names different: declaration 'topLeft' definition 'pot_topLeft'.
lokalize-4.13.3/src/project/projectmodel.cpp:205:87: style: Function 'pot_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'pot_bottomRight'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:179:73: note: Function 'pot_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'pot_bottomRight'.
lokalize-4.13.3/src/project/projectmodel.cpp:205:87: note: Function 'pot_dataChanged' argument 2 names different: declaration 'bottomRight' definition 'pot_bottomRight'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:55: style: Function 'po_rowsInserted' argument 1 names different: declaration 'parent' definition 'po_parent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:176:45: note: Function 'po_rowsInserted' argument 1 names different: declaration 'parent' definition 'po_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:55: note: Function 'po_rowsInserted' argument 1 names different: declaration 'parent' definition 'po_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:70: style: Function 'po_rowsInserted' argument 2 names different: declaration 'start' definition 'first'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:176:57: note: Function 'po_rowsInserted' argument 2 names different: declaration 'start' definition 'first'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:70: note: Function 'po_rowsInserted' argument 2 names different: declaration 'start' definition 'first'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:81: style: Function 'po_rowsInserted' argument 3 names different: declaration 'end' definition 'last'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:176:68: note: Function 'po_rowsInserted' argument 3 names different: declaration 'end' definition 'last'.
lokalize-4.13.3/src/project/projectmodel.cpp:226:81: note: Function 'po_rowsInserted' argument 3 names different: declaration 'end' definition 'last'.
lokalize-4.13.3/src/project/projectmodel.cpp:283:56: style: Function 'pot_rowsInserted' argument 1 names different: declaration 'parent' definition 'pot_parent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:180:46: note: Function 'pot_rowsInserted' argument 1 names different: declaration 'parent' definition 'pot_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:283:56: note: Function 'pot_rowsInserted' argument 1 names different: declaration 'parent' definition 'pot_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:361:54: style: Function 'po_rowsRemoved' argument 1 names different: declaration 'parent' definition 'po_parent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:177:44: note: Function 'po_rowsRemoved' argument 1 names different: declaration 'parent' definition 'po_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:361:54: note: Function 'po_rowsRemoved' argument 1 names different: declaration 'parent' definition 'po_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:438:55: style: Function 'pot_rowsRemoved' argument 1 names different: declaration 'parent' definition 'pot_parent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:181:45: note: Function 'pot_rowsRemoved' argument 1 names different: declaration 'parent' definition 'pot_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:438:55: note: Function 'pot_rowsRemoved' argument 1 names different: declaration 'parent' definition 'pot_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:773:53: style: Function 'parent' argument 1 names different: declaration 'index' definition 'childIndex'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:157:43: note: Function 'parent' argument 1 names different: declaration 'index' definition 'childIndex'.
lokalize-4.13.3/src/project/projectmodel.cpp:773:53: note: Function 'parent' argument 1 names different: declaration 'index' definition 'childIndex'.
lokalize-4.13.3/src/project/projectmodel.cpp:921:40: style: Function 'poToPot' argument 1 names different: declaration 'path' definition 'poPath'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:205:30: note: Function 'poToPot' argument 1 names different: declaration 'path' definition 'poPath'.
lokalize-4.13.3/src/project/projectmodel.cpp:921:40: note: Function 'poToPot' argument 1 names different: declaration 'path' definition 'poPath'.
lokalize-4.13.3/src/project/projectmodel.cpp:942:40: style: Function 'potToPo' argument 1 names different: declaration 'path' definition 'potPath'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:206:30: note: Function 'potToPo' argument 1 names different: declaration 'path' definition 'potPath'.
lokalize-4.13.3/src/project/projectmodel.cpp:942:40: note: Function 'potToPo' argument 1 names different: declaration 'path' definition 'potPath'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:53: style: Function 'ProjectNode' argument 1 names different: declaration 'parent' definition '_parent'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:61:34: note: Function 'ProjectNode' argument 1 names different: declaration 'parent' definition '_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:53: note: Function 'ProjectNode' argument 1 names different: declaration 'parent' definition '_parent'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:66: style: Function 'ProjectNode' argument 2 names different: declaration 'rowNum' definition '_rowNum'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:61:46: note: Function 'ProjectNode' argument 2 names different: declaration 'rowNum' definition '_rowNum'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:66: note: Function 'ProjectNode' argument 2 names different: declaration 'rowNum' definition '_rowNum'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:79: style: Function 'ProjectNode' argument 3 names different: declaration 'poIndex' definition '_poIndex'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:61:58: note: Function 'ProjectNode' argument 3 names different: declaration 'poIndex' definition '_poIndex'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:79: note: Function 'ProjectNode' argument 3 names different: declaration 'poIndex' definition '_poIndex'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:93: style: Function 'ProjectNode' argument 4 names different: declaration 'potIndex' definition '_potIndex'. [funcArgNamesDifferent]
lokalize-4.13.3/src/project/projectmodel.h:61:71: note: Function 'ProjectNode' argument 4 names different: declaration 'potIndex' definition '_potIndex'.
lokalize-4.13.3/src/project/projectmodel.cpp:1182:93: note: Function 'ProjectNode' argument 4 names different: declaration 'potIndex' definition '_potIndex'.
lokalize-4.13.3/src/project/projecttab.h:50:5: style: Class 'ProjectTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/project/projectwidget.h:45:5: style: Class 'ProjectWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/project/projectwidget.cpp:52:5: style: Class 'PoItemDelegate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/project/projectwidget.cpp:138:5: style: Class 'SortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmentry.h:70:5: warning: Member variable 'TMEntry::score' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/tmentry.h:70:5: warning: Member variable 'TMEntry::obsolete' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/jobs.cpp:1212:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
lokalize-4.13.3/src/tm/jobs.cpp:1814:24: style: The scope of the variable 'no' can be reduced. [variableScope]
lokalize-4.13.3/src/tm/jobs.cpp:939:37: style: Function 'OpenDBJob' argument 1 names different: declaration 'dbName' definition 'name'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/jobs.h:84:39: note: Function 'OpenDBJob' argument 1 names different: declaration 'dbName' definition 'name'.
lokalize-4.13.3/src/tm/jobs.cpp:939:37: note: Function 'OpenDBJob' argument 1 names different: declaration 'dbName' definition 'name'.
lokalize-4.13.3/src/tm/jobs.cpp:1047:39: style: Function 'CloseDBJob' argument 1 names different: declaration 'dbName' definition 'name'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/jobs.h:114:40: note: Function 'CloseDBJob' argument 1 names different: declaration 'dbName' definition 'name'.
lokalize-4.13.3/src/tm/jobs.cpp:1047:39: note: Function 'CloseDBJob' argument 1 names different: declaration 'dbName' definition 'name'.
lokalize-4.13.3/src/tm/jobs.cpp:1614:43: style: Function 'UpdateJob' argument 3 names different: declaration 'en' definition 'english'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/jobs.h:202:45: note: Function 'UpdateJob' argument 3 names different: declaration 'en' definition 'english'.
lokalize-4.13.3/src/tm/jobs.cpp:1614:43: note: Function 'UpdateJob' argument 3 names different: declaration 'en' definition 'english'.
lokalize-4.13.3/src/tm/jobs.cpp:1877:43: style: Function 'ImportTmxJob' argument 1 names different: declaration 'url' definition 'filename'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/jobs.h:307:42: note: Function 'ImportTmxJob' argument 1 names different: declaration 'url' definition 'filename'.
lokalize-4.13.3/src/tm/jobs.cpp:1877:43: note: Function 'ImportTmxJob' argument 1 names different: declaration 'url' definition 'filename'.
lokalize-4.13.3/src/tm/jobs.cpp:1917:43: style: Function 'ExportTmxJob' argument 1 names different: declaration 'url' definition 'filename'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/jobs.h:333:42: note: Function 'ExportTmxJob' argument 1 names different: declaration 'url' definition 'filename'.
lokalize-4.13.3/src/tm/jobs.cpp:1917:43: note: Function 'ExportTmxJob' argument 1 names different: declaration 'url' definition 'filename'.
lokalize-4.13.3/src/tm/jobs.cpp:1187:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lokalize-4.13.3/src/tm/jobs.cpp:939:12: warning: Member variable 'OpenDBJob::m_stat' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/jobs.cpp:1720:12: warning: Member variable 'TmxParser::m_hits' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/jobs.cpp:1720:12: warning: Member variable 'TmxParser::m_state' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/jobs.cpp:1720:12: warning: Member variable 'TmxParser::m_lang' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/tm/jobs.cpp:1723:5: performance: Variable 'm_added' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lokalize-4.13.3/src/tm/jobs.cpp:1724:5: performance: Variable 'db' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lokalize-4.13.3/src/tm/jobs.cpp:1687:5: style: Class 'TmxParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/qamodel.cpp:122:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lokalize-4.13.3/src/tm/qamodel.cpp:220:42: style: Function 'setData' argument 1 names different: declaration 'index' definition 'item'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/qamodel.h:55:37: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
lokalize-4.13.3/src/tm/qamodel.cpp:220:42: note: Function 'setData' argument 1 names different: declaration 'index' definition 'item'.
lokalize-4.13.3/src/tm/qamodel.h:45:5: style: Class 'QaModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/qaview.cpp:103:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lokalize-4.13.3/src/tm/qaview.h:41:5: style: Class 'QaView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmmanager.cpp:101:72: style: Function 'DBPropertiesDialog' argument 2 names different: declaration 'name' definition 'dbName'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/tmmanager.h:74:56: note: Function 'DBPropertiesDialog' argument 2 names different: declaration 'name' definition 'dbName'.
lokalize-4.13.3/src/tm/tmmanager.cpp:101:72: note: Function 'DBPropertiesDialog' argument 2 names different: declaration 'name' definition 'dbName'.
lokalize-4.13.3/src/tm/tmmanager.h:54:5: style: Class 'TMManagerWin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmtab.h:63:5: style: Class 'TMTab' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmtab.h:142:5: style: Class 'TMDBModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmtab.cpp:618:28: style: Function 'setQAMode' argument 1 names different: declaration 'enabled' definition 'enable'. [funcArgNamesDifferent]
lokalize-4.13.3/src/tm/tmtab.h:87:25: note: Function 'setQAMode' argument 1 names different: declaration 'enabled' definition 'enable'.
lokalize-4.13.3/src/tm/tmtab.cpp:618:28: note: Function 'setQAMode' argument 1 names different: declaration 'enabled' definition 'enable'.
lokalize-4.13.3/src/tm/tmtab.cpp:252:5: style: Class 'TMResultsSortFilterProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmtab.cpp:222:13: error: Uninitialized variable: ok [uninitvar]
lokalize-4.13.3/src/tm/tmview.h:117:5: style: Class 'TextBrowser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmview.cpp:63:5: style: Struct 'DiffInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/tm/tmview.cpp:536:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lokalize-4.13.3/src/webquery/myactioncollectionview.cpp:43:25: warning: Member variable 'MyActionCollectionView::data' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/webquery/myactioncollectionview.h:49:5: style: Class 'MyActionCollectionView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/webquery/webquerycontroller.cpp:85:54: style: Function 'doDownloadAndFilter' argument 1 names different: declaration 'url' definition 'urlStr'. [funcArgNamesDifferent]
lokalize-4.13.3/src/webquery/webquerycontroller.h:102:38: note: Function 'doDownloadAndFilter' argument 1 names different: declaration 'url' definition 'urlStr'.
lokalize-4.13.3/src/webquery/webquerycontroller.cpp:85:54: note: Function 'doDownloadAndFilter' argument 1 names different: declaration 'url' definition 'urlStr'.
lokalize-4.13.3/src/webquery/webquerycontroller.cpp:85:70: style: Function 'doDownloadAndFilter' argument 2 names different: declaration 'codec' definition '_codec'. [funcArgNamesDifferent]
lokalize-4.13.3/src/webquery/webquerycontroller.h:102:51: note: Function 'doDownloadAndFilter' argument 2 names different: declaration 'codec' definition '_codec'.
lokalize-4.13.3/src/webquery/webquerycontroller.cpp:85:70: note: Function 'doDownloadAndFilter' argument 2 names different: declaration 'codec' definition '_codec'.
lokalize-4.13.3/src/webquery/webquerycontroller.cpp:45:21: warning: Member variable 'WebQueryController::codec' is not initialized in the constructor. [uninitMemberVar]
lokalize-4.13.3/src/xlifftextedit.cpp:237:60: style: Function 'showPos' argument 1 names different: declaration 'pos' definition 'docPosition'. [funcArgNamesDifferent]
lokalize-4.13.3/src/xlifftextedit.h:46:39: note: Function 'showPos' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/xlifftextedit.cpp:237:60: note: Function 'showPos' argument 1 names different: declaration 'pos' definition 'docPosition'.
lokalize-4.13.3/src/xlifftextedit.cpp:436:51: style: Function 'contentsChanged' argument 1 names different: declaration 'position' definition 'offset'. [funcArgNamesDifferent]
lokalize-4.13.3/src/xlifftextedit.h:93:30: note: Function 'contentsChanged' argument 1 names different: declaration 'position' definition 'offset'.
lokalize-4.13.3/src/xlifftextedit.cpp:436:51: note: Function 'contentsChanged' argument 1 names different: declaration 'position' definition 'offset'.
lokalize-4.13.3/src/xlifftextedit.cpp:554:57: style: Function 'removeTargetSubstring' argument 1 names different: declaration 'start' definition 'delStart'. [funcArgNamesDifferent]
lokalize-4.13.3/src/xlifftextedit.h:55:36: note: Function 'removeTargetSubstring' argument 1 names different: declaration 'start' definition 'delStart'.
lokalize-4.13.3/src/xlifftextedit.cpp:554:57: note: Function 'removeTargetSubstring' argument 1 names different: declaration 'start' definition 'delStart'.
lokalize-4.13.3/src/xlifftextedit.cpp:554:71: style: Function 'removeTargetSubstring' argument 2 names different: declaration 'end' definition 'delLen'. [funcArgNamesDifferent]
lokalize-4.13.3/src/xlifftextedit.h:55:49: note: Function 'removeTargetSubstring' argument 2 names different: declaration 'end' definition 'delLen'.
lokalize-4.13.3/src/xlifftextedit.cpp:554:71: note: Function 'removeTargetSubstring' argument 2 names different: declaration 'end' definition 'delLen'.
lokalize-4.13.3/src/xlifftextedit.cpp:82:5: style: Class 'MyCompletionBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lokalize-4.13.3/src/xlifftextedit.cpp:115:5: style: Class 'XliffTextEditSpellInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/loki/loki_2.4.7.4.orig.tar.gz
loki/libsrc/genrand.c:82:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/libsrc/genrand.c:165:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
loki/libsrc/genrand.c:165:15: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/libsrc/genrand.c:167:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
loki/libsrc/genrand.c:232:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/libsrc/genrand.c:233:15: style: The scope of the variable 'sd' can be reduced. [variableScope]
loki/libsrc/genrand.c:283:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
loki/libsrc/genrand.c:226:2: error: Memory pointed to by 'fname1' is freed twice. [doubleFree]
loki/libsrc/genrand.c:121:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loki/libsrc/genrand.c:122:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loki/libsrc/genrand.c:123:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loki/libsrc/genrand.c:239:45: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
loki/libsrc/getopt_long.c:153:6: style: The scope of the variable 'cstart' can be reduced. [variableScope]
loki/libsrc/getopt_long.c:153:55: style: The scope of the variable 'pos' can be reduced. [variableScope]
loki/libsrc/io_stuff.c:110:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
loki/libsrc/io_stuff.c:111:3: note: Found duplicate branches for 'if' and 'else'.
loki/libsrc/io_stuff.c:110:3: note: Found duplicate branches for 'if' and 'else'.
loki/libsrc/io_stuff.c:26:6: style: The scope of the variable 'err' can be reduced. [variableScope]
loki/libsrc/io_stuff.c:52:30: style: The scope of the variable 'fd1' can be reduced. [variableScope]
loki/libsrc/io_stuff.c:130:33: style: The scope of the variable 'fd' can be reduced. [variableScope]
loki/libsrc/min_deg.c:41:6: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/libsrc/min_deg.c:41:12: style: The scope of the variable 'x1' can be reduced. [variableScope]
loki/libsrc/min_deg.c:96:6: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/libsrc/min_deg.c:96:10: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/libsrc/min_deg.c:96:13: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/libsrc/min_deg.c:96:21: style: The scope of the variable 'x1' can be reduced. [variableScope]
loki/libsrc/min_deg.c:549:9: style: The scope of the variable 'z' can be reduced. [variableScope]
loki/libsrc/min_deg.c:309:0: error: Memory leak: dlist [memleak]
loki/libsrc/mkbackup.c:34:12: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/libsrc/mkbackup.c:34:14: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/libsrc/mkbackup.c:34:17: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/libsrc/mkbackup.c:37:17: style: The scope of the variable 'bkfiles' can be reduced. [variableScope]
loki/libsrc/qsort.c:92:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
loki/libsrc/ranlib.c:462:15: style: The scope of the variable 'prob' can be reduced. [variableScope]
loki/libsrc/ranlib.c:661:14: style: The scope of the variable 'itmp' can be reduced. [variableScope]
loki/libsrc/ranlib.c:661:19: style: The scope of the variable 'iwhich' can be reduced. [variableScope]
loki/libsrc/ranlib.c:1195:13: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
loki/libsrc/ranlib.c:1624:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
loki/libsrc/ranlib.c:1652:33: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
loki/libsrc/ranlib.c:1676:9: style: Expression 'exp(x) - 1' can be replaced by 'expm1(x)' to avoid loss of precision. [unpreciseMathCall]
loki/libsrc/strsep.c:25:11: style: The scope of the variable 's1' can be reduced. [variableScope]
loki/libsrc/strsep.c:25:14: style: The scope of the variable 'c' can be reduced. [variableScope]
loki/libsrc/strsep.c:25:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
loki/libsrc/strsep.c:26:14: style: The scope of the variable 'dp' can be reduced. [variableScope]
loki/libsrc/utils.c:84:14: style: The scope of the variable 's2' can be reduced. [variableScope]
loki/libsrc/utils.c:85:14: style: The scope of the variable 's1' can be reduced. [variableScope]
loki/libsrc/utils.c:86:9: style: The scope of the variable 's' can be reduced. [variableScope]
loki/libsrc/utils.c:126:12: style: The scope of the variable 's' can be reduced. [variableScope]
loki/libsrc/utils.c:296:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
loki/libsrc/utils.c:298:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/libsrc/utils.c:298:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/libsrc/utils.c:335:9: style: The scope of the variable 'end_time' can be reduced. [variableScope]
loki/libsrc/utils.c:336:9: style: The scope of the variable 'l' can be reduced. [variableScope]
loki/libsrc/utils.c:338:7: style: The scope of the variable 'tps' can be reduced. [variableScope]
loki/libsrc/utils.c:339:6: style: The scope of the variable 't' can be reduced. [variableScope]
loki/libsrc/utils.c:339:10: style: The scope of the variable 'flag' can be reduced. [variableScope]
loki/libsrc/utils.c:340:7: style: The scope of the variable 'hname' can be reduced. [variableScope]
loki/libsrc/utils.c:395:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/libsrc/utils.c:395:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/libsrc/utils.c:409:15: style: The scope of the variable 'hexdigits' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:38:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:38:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:38:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:38:22: style: The scope of the variable 'n_all' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:38:36: style: The scope of the variable 'ff' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:267:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:267:15: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/alloc_loki.c:267:29: style: The scope of the variable 'n_all' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:49:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:49:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:49:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:77:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:77:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:77:12: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:77:15: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:12: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:15: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:19: style: The scope of the variable 'kk' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:134:22: style: The scope of the variable 'id' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:170:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:170:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:170:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/count_dbr.c:171:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:6: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:9: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:11: style: The scope of the variable 'j1' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:14: style: The scope of the variable 'j2' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:21: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:321:24: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:448:6: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:469:64: style: The scope of the variable 'inv1' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:470:66: style: The scope of the variable 'pflag1' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:470:73: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:470:77: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/gen_pen.c:473:29: style: The scope of the variable 'rf2' can be reduced. [variableScope]
loki/lokisrc/genedrop.c:50:16: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/genedrop.c:50:20: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/get_founders.c:32:47: style: The scope of the variable 'nlong' can be reduced. [variableScope]
loki/lokisrc/get_par_probs.c:39:10: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/get_par_probs.c:205:10: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/get_par_probs.c:413:19: style: The scope of the variable 'z1' can be reduced. [variableScope]
loki/lokisrc/get_par_probs.c:413:34: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
loki/lokisrc/handle_res.c:119:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/handle_res.c:159:32: style: The scope of the variable 'mtype' can be reduced. [variableScope]
loki/lokisrc/handle_res.c:159:38: style: The scope of the variable 'idx' can be reduced. [variableScope]
loki/lokisrc/loki.c:205:3: warning: Redundant assignment of 'i' to itself. [selfAssignment]
loki/lokisrc/loki.c:91:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki.c:92:16: style: The scope of the variable 'loc' can be reduced. [variableScope]
loki/lokisrc/loki.c:220:13: style: The scope of the variable 'frac' can be reduced. [variableScope]
loki/lokisrc/loki_complex_peel.c:1251:9: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
loki/lokisrc/loki_complex_peel.c:1248:8: note: outer condition: !ef
loki/lokisrc/loki_complex_peel.c:1251:9: note: identical inner condition: !ef
loki/lokisrc/loki_complex_peel.c:1251:9: style: Condition '!ef' is always true [knownConditionTrueFalse]
loki/lokisrc/loki_complex_peel.c:1248:8: note: Assuming that condition '!ef' is not redundant
loki/lokisrc/loki_complex_peel.c:1251:9: note: Condition '!ef' is always true
loki/lokisrc/loki_complex_peel.c:170:6: style: The scope of the variable 'bb' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:361:11: style: Condition '!i' is always true [knownConditionTrueFalse]
loki/lokisrc/loki_dump.c:356:9: note: Assuming that condition '!i' is not redundant
loki/lokisrc/loki_dump.c:361:11: note: Condition '!i' is always true
loki/lokisrc/loki_dump.c:491:11: style: Condition '!i' is always true [knownConditionTrueFalse]
loki/lokisrc/loki_dump.c:490:10: note: Assuming that condition '!i' is not redundant
loki/lokisrc/loki_dump.c:491:11: note: Condition '!i' is always true
loki/lokisrc/loki_dump.c:45:10: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:45:20: style: The scope of the variable 'nl' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:45:25: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:45:30: style: The scope of the variable 'nrec' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:45:35: style: The scope of the variable 'v2' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:47:15: style: The scope of the variable 'z' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:10: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:12: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:14: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:17: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:20: style: The scope of the variable 'nx' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:23: style: The scope of the variable 'nl' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:28: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:442:33: style: The scope of the variable 'nrec' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:443:9: style: The scope of the variable 'ex1' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:443:13: style: The scope of the variable 'ex2' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:445:7: style: The scope of the variable 'tps' can be reduced. [variableScope]
loki/lokisrc/loki_dump.c:446:8: style: The scope of the variable 'fdump' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:215:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
loki/lokisrc/loki_ibd.c:215:5: portability: %d in format string (no. 4) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
loki/lokisrc/loki_ibd.c:56:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:185:14: style: The scope of the variable 'i3' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:185:27: style: The scope of the variable 'np' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:185:30: style: The scope of the variable 'cs' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:185:33: style: The scope of the variable 'n_long' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:186:14: style: The scope of the variable 'ct' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:186:17: style: The scope of the variable 'ct1' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:186:22: style: The scope of the variable 'pp' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:186:26: style: The scope of the variable 'pp1' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:295:16: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:295:20: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:515:16: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:588:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:621:13: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:621:15: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:621:18: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:621:23: style: The scope of the variable 'comp' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:691:13: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:691:15: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:691:18: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:691:21: style: The scope of the variable 'comp' can be reduced. [variableScope]
loki/lokisrc/loki_ibd.c:803:33: style: The scope of the variable 'n_long' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:72:6: style: The scope of the variable 'p' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:72:11: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:72:15: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:93:6: style: The scope of the variable 'p' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:93:11: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:93:15: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/loki_identity.c:140:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_init.c:90:14: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
loki/lokisrc/loki_init.c:89:10: note: Assuming that condition 'data' is not redundant
loki/lokisrc/loki_init.c:90:14: note: Null pointer dereference
loki/lokisrc/loki_init.c:45:15: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/loki_init.c:45:20: style: The scope of the variable 'n' can be reduced. [variableScope]
loki/lokisrc/loki_init.c:46:11: style: The scope of the variable 's' can be reduced. [variableScope]
loki/lokisrc/loki_init.c:46:13: style: The scope of the variable 'mu' can be reduced. [variableScope]
loki/lokisrc/loki_init.c:49:9: style: The scope of the variable 'size' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:130:6: style: Condition 'lpar' is always true [knownConditionTrueFalse]
loki/lokisrc/loki_monitor.c:121:9: note: Assuming that condition 'lpar==(void*)-1' is not redundant
loki/lokisrc/loki_monitor.c:130:6: note: Condition 'lpar' is always true
loki/lokisrc/loki_monitor.c:97:12: style: The scope of the variable 'nfd' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:333:8: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:333:10: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:333:12: style: The scope of the variable 'pid' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:333:19: style: The scope of the variable 'flg' can be reduced. [variableScope]
loki/lokisrc/loki_monitor.c:340:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:11: style: The scope of the variable 'i2' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:18: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:21: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:33: style: The scope of the variable 'n_long' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:42:40: style: The scope of the variable 'cs' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:6: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:10: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:14: style: The scope of the variable 'ids1' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:19: style: The scope of the variable 'idd1' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:24: style: The scope of the variable 'sh' can be reduced. [variableScope]
loki/lokisrc/loki_npl.c:43:27: style: The scope of the variable 'Spairs' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:67:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:68:9: style: The scope of the variable 'mu' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:68:12: style: The scope of the variable 's' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:398:26: style: The scope of the variable 'n_all' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:398:32: style: The scope of the variable 'grp' can be reduced. [variableScope]
loki/lokisrc/loki_output.c:398:48: style: The scope of the variable 'mod1' can be reduced. [variableScope]
loki/lokisrc/loki_peel.c:477:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
loki/lokisrc/loki_peel.c:478:8: note: Found duplicate branches for 'if' and 'else'.
loki/lokisrc/loki_peel.c:477:8: note: Found duplicate branches for 'if' and 'else'.
loki/lokisrc/loki_peel.c:146:15: style: The scope of the variable 'freq_set' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:32:27: style: The scope of the variable 'censflag' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:33:11: style: The scope of the variable 'y' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:33:33: style: The scope of the variable 'wt' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:108:23: style: The scope of the variable 'censflag' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:108:32: style: The scope of the variable 'idx' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:109:36: style: The scope of the variable 'sd' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:109:39: style: The scope of the variable 'sd1' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:109:43: style: The scope of the variable 'wt' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:243:23: style: The scope of the variable 'censflag' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:243:32: style: The scope of the variable 'idx' can be reduced. [variableScope]
loki/lokisrc/loki_pen.c:244:28: style: The scope of the variable 'sd' can be reduced. [variableScope]
loki/lokisrc/loki_sample.c:84:20: style: The scope of the variable 'solar_trans' can be reduced. [variableScope]
loki/lokisrc/loki_sample.c:583:0: error: Resource leak: fmpos [resourceLeak]
loki/lokisrc/loki_setup.c:66:15: style: The scope of the variable 'fx' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:66:81: style: The scope of the variable 'perm1' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:66:95: style: The scope of the variable 'ff' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:68:11: style: The scope of the variable 'min' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:68:15: style: The scope of the variable 'max' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:68:39: style: The scope of the variable 'xx' can be reduced. [variableScope]
loki/lokisrc/loki_setup.c:68:42: style: The scope of the variable 'x' can be reduced. [variableScope]
loki/lokisrc/loki_simple_peel.c:23:65: style: The scope of the variable 'gt' can be reduced. [variableScope]
loki/lokisrc/loki_simple_peel.c:25:33: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
loki/lokisrc/loki_simple_peel.c:719:65: style: The scope of the variable 'gt' can be reduced. [variableScope]
loki/lokisrc/loki_simple_peel.c:720:48: style: The scope of the variable 'sex' can be reduced. [variableScope]
loki/lokisrc/loki_simple_peel.c:721:33: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
loki/lokisrc/loki_simple_sample.c:25:45: style: The scope of the variable 'tpp1' can be reduced. [variableScope]
loki/lokisrc/loki_simple_sample.c:25:51: style: The scope of the variable 'tpp2' can be reduced. [variableScope]
loki/lokisrc/loki_simple_sample.c:27:58: style: The scope of the variable 't_all2' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:57:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:77:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:152:25: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:152:29: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:283:10: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:404:10: style: The scope of the variable 'j2' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:404:21: style: The scope of the variable 'fg' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:405:44: style: The scope of the variable 'r' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:405:56: style: The scope of the variable 'p_i' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:405:71: style: The scope of the variable 's1' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:405:74: style: The scope of the variable 's2' can be reduced. [variableScope]
loki/lokisrc/loki_tlmoves.c:680:23: style: The scope of the variable 'er' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_peel.c:26:22: style: The scope of the variable 'n' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:220:13: error: Array 'par_type[16]' accessed at index 16, which is out of bounds. [arrayIndexOutOfBounds]
loki/lokisrc/loki_trait_simple_sample.c:204:3: note: After for loop, i has value 16
loki/lokisrc/loki_trait_simple_sample.c:220:13: note: Array index out of bounds
loki/lokisrc/loki_trait_simple_sample.c:26:48: style: The scope of the variable 'ix' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:6: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:12: style: The scope of the variable 'j1' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:15: style: The scope of the variable 'j2' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:18: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:24: style: The scope of the variable 'l1' can be reduced. [variableScope]
loki/lokisrc/loki_trait_simple_sample.c:27:27: style: The scope of the variable 'l2' can be reduced. [variableScope]
loki/lokisrc/loki_utils.c:121:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/loki_utils.c:122:9: style: The scope of the variable 'sz' can be reduced. [variableScope]
loki/lokisrc/loki_utils.c:179:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/loki_utils.c:179:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/loki_utils.c:226:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/mat_utils.c:19:9: style: The scope of the variable 'zz' can be reduced. [variableScope]
loki/lokisrc/mat_utils.c:19:13: style: The scope of the variable 'piv' can be reduced. [variableScope]
loki/lokisrc/meiosis_scan.c:160:15: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/lokisrc/meiosis_scan.c:162:59: style: The scope of the variable 'n_qtl' can be reduced. [variableScope]
loki/lokisrc/meiosis_scan.c:162:65: style: The scope of the variable 'qtl' can be reduced. [variableScope]
param_lex.l:167:15: style: The scope of the variable 'Syst' can be reduced. [variableScope]
param_lex.l:171:10: style: The scope of the variable 'j' can be reduced. [variableScope]
param_lex.l:194:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
param_lex.l:195:18: style: The scope of the variable 'ystate' can be reduced. [variableScope]
param_lex.l:196:6: style: The scope of the variable 'i' can be reduced. [variableScope]
param_lex.l:196:8: style: The scope of the variable 'j' can be reduced. [variableScope]
param_lex.l:137:37: style: Function 'get_string' argument 1 names different: declaration 'p' definition 's'. [funcArgNamesDifferent]
**************************************************************************** *                                                                          * *     Loki - Programs for genetic analysis of complex traits using MCMC    * *                                                                          * *             Simon Heath - University of Washington                       * *                                                                          * *                       July 1997                                          * *                                                                          * * param_lex.l:                                                             * *                                                                          * * flex (NOT lex!) source for parameter file lexer.                         * *                                                                          * ****************************************************************************:35:37: note: Function 'get_string' argument 1 names different: declaration 'p' definition 's'.
param_lex.l:137:37: note: Function 'get_string' argument 1 names different: declaration 'p' definition 's'.
param_lex.l:64:11: warning: The buffer 'linebuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
param_lex.l:91:11: warning: The buffer 'linebuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
/usr/local/share/bison/bison.simple:934:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
loki/lokisrc/pass_founder_genes.c:111:22: style: The scope of the variable 'hap' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:111:38: style: The scope of the variable 'locus_type' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:210:29: style: The scope of the variable 'hap' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:210:45: style: The scope of the variable 'locus_type' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:319:34: style: The scope of the variable 'hap' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:319:57: style: The scope of the variable 'locus_type' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:426:15: style: The scope of the variable 's' can be reduced. [variableScope]
loki/lokisrc/pass_founder_genes.c:44:10: style: Variable 'locus1' is assigned a value that is never used. [unreadVariable]
loki/lokisrc/peel_to_par.c:21:50: style: The scope of the variable 'kid' can be reduced. [variableScope]
loki/lokisrc/peel_to_par.c:21:55: style: The scope of the variable 'all' can be reduced. [variableScope]
loki/lokisrc/peel_to_par.c:22:32: style: The scope of the variable 'qp' can be reduced. [variableScope]
loki/lokisrc/print_data.c:38:20: style: The scope of the variable 'nrec' can be reduced. [variableScope]
loki/lokisrc/print_data.c:40:19: style: The scope of the variable 'var' can be reduced. [variableScope]
loki/lokisrc/print_data.c:144:18: style: The scope of the variable 'l' can be reduced. [variableScope]
loki/lokisrc/print_data.c:153:3: error: Memory leak: perm [memleak]
loki/lokisrc/read_binfiles.c:899:13: style: Condition '!eflag' is always true [knownConditionTrueFalse]
loki/lokisrc/read_binfiles.c:892:25: note: Assuming that condition '!eflag' is not redundant
loki/lokisrc/read_binfiles.c:899:13: note: Condition '!eflag' is always true
loki/lokisrc/read_binfiles.c:88:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/read_binfiles.c:158:48: style: The scope of the variable 'n_all' can be reduced. [variableScope]
loki/lokisrc/read_binfiles.c:166:23: style: The scope of the variable 'pp' can be reduced. [variableScope]
loki/lokisrc/read_binfiles.c:230:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loki/lokisrc/sample_cens.c:30:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/sample_effects.c:151:49: style: The scope of the variable 'comp' can be reduced. [variableScope]
loki/lokisrc/sample_effects.c:376:72: style: The scope of the variable 'comp' can be reduced. [variableScope]
loki/lokisrc/sample_nu.c:49:11: style: The scope of the variable 'v' can be reduced. [variableScope]
loki/lokisrc/sample_nu.c:80:9: style: The scope of the variable 'y' can be reduced. [variableScope]
loki/lokisrc/sample_nu.c:80:11: style: The scope of the variable 'n' can be reduced. [variableScope]
loki/lokisrc/sample_nu.c:80:13: style: The scope of the variable 's' can be reduced. [variableScope]
loki/lokisrc/sample_nu.c:80:15: style: The scope of the variable 'kk' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:51:6: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:51:10: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:51:12: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:51:17: style: The scope of the variable 'mod' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:52:19: style: The scope of the variable 'var' can be reduced. [variableScope]
loki/lokisrc/sample_rand.c:110:12: style: The scope of the variable 'type' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:190:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:315:9: style: The scope of the variable 'z' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:315:11: style: The scope of the variable 'z1' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:315:15: style: The scope of the variable 'count1' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:315:23: style: The scope of the variable 'freq' can be reduced. [variableScope]
loki/lokisrc/seg_pen.c:385:53: style: The scope of the variable 'o2b' can be reduced. [variableScope]
loki/orig_sources/mt19937.c:68:26: style: The scope of the variable 'mag01' can be reduced. [variableScope]
loki/prepsrc/calc_nrm.c:62:57: style: The scope of the variable 'n_inbr' can be reduced. [variableScope]
loki/prepsrc/calc_nrm.c:66:34: style: The scope of the variable 'avg_inbr' can be reduced. [variableScope]
loki/prepsrc/compat/merlin.c:137:83: warning: Either the condition 'if(pedfile)' is redundant or there is possible null pointer dereference: pedfile. [nullPointerRedundantCheck]
loki/prepsrc/compat/merlin.c:235:4: note: Assuming that condition 'if(pedfile)' is not redundant
loki/prepsrc/compat/merlin.c:137:83: note: Null pointer dereference
loki/prepsrc/compat/merlin.c:138:17: warning: Either the condition 'if(datafile)' is redundant or there is possible null pointer dereference: datafile. [nullPointerRedundantCheck]
loki/prepsrc/compat/merlin.c:234:4: note: Assuming that condition 'if(datafile)' is not redundant
loki/prepsrc/compat/merlin.c:138:17: note: Null pointer dereference
loki/prepsrc/compat/merlin.c:62:14: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/compat/merlin.c:64:65: style: The scope of the variable 'p1' can be reduced. [variableScope]
loki/prepsrc/compat/merlin.c:64:69: style: The scope of the variable 'p2' can be reduced. [variableScope]
control_lex.l:291:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
control_lex.l:292:18: style: The scope of the variable 'ystate' can be reduced. [variableScope]
control_lex.l:293:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_lex.l:293:8: style: The scope of the variable 'j' can be reduced. [variableScope]
control_lex.l:426:10: style: The scope of the variable 'j' can be reduced. [variableScope]
control_lex.l:426:23: style: The scope of the variable 'brack' can be reduced. [variableScope]
control_lex.l:427:8: style: The scope of the variable 's' can be reduced. [variableScope]
control_lex.l:427:10: style: The scope of the variable 'old' can be reduced. [variableScope]
control_lex.l:95:11: warning: The buffer 'linebuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
control_lex.l:106:11: warning: The buffer 'linebuf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
control_parse.y:1389:162: style: Same expression on both sides of '|'. [duplicateExpression]
control_parse.y:1391:141: style: Same expression on both sides of '|'. [duplicateExpression]
control_parse.y:1393:100: style: Same expression on both sides of '|'. [duplicateExpression]
control_parse.y:501:11: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:561:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:633:8: style: The scope of the variable 'j' can be reduced. [variableScope]
control_parse.y:898:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:936:20: style: The scope of the variable 'sd' can be reduced. [variableScope]
control_parse.y:954:20: style: The scope of the variable 'sd' can be reduced. [variableScope]
control_parse.y:1017:10: style: The scope of the variable 'args' can be reduced. [variableScope]
control_parse.y:1073:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:1365:22: style: The scope of the variable 'element' can be reduced. [variableScope]
control_parse.y:1454:15: style: The scope of the variable 'Syst' can be reduced. [variableScope]
control_parse.y:1458:10: style: The scope of the variable 'j' can be reduced. [variableScope]
control_parse.y:1459:27: style: The scope of the variable 'sd' can be reduced. [variableScope]
control_parse.y:1552:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:1667:20: style: The scope of the variable 'sd' can be reduced. [variableScope]
control_parse.y:1702:8: style: The scope of the variable 'j' can be reduced. [variableScope]
control_parse.y:1702:10: style: The scope of the variable 'k' can be reduced. [variableScope]
control_parse.y:1821:8: style: The scope of the variable 'p' can be reduced. [variableScope]
control_parse.y:1981:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:1981:8: style: The scope of the variable 'j' can be reduced. [variableScope]
control_parse.y:2078:6: style: The scope of the variable 'i' can be reduced. [variableScope]
control_parse.y:2099:8: style: The scope of the variable 'j' can be reduced. [variableScope]
control_parse.y:2099:10: style: The scope of the variable 'k' can be reduced. [variableScope]
control_parse.y:2101:26: style: The scope of the variable 'infile_p' can be reduced. [variableScope]
control_parse.y:2102:31: style: The scope of the variable 'res_p' can be reduced. [variableScope]
control_parse.y:2103:23: style: The scope of the variable 'cen_p' can be reduced. [variableScope]
control_parse.y:2104:22: style: The scope of the variable 'elem' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:98:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:98:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:132:6: style: The scope of the variable 'l' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:132:8: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:226:14: style: The scope of the variable 'kid' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:271:17: style: The scope of the variable 'nmc' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:591:16: style: The scope of the variable 'fam' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:591:24: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:591:28: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:648:26: style: The scope of the variable 'fam' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:757:20: style: The scope of the variable 'fam' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:757:24: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:973:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:973:10: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:973:40: style: The scope of the variable 'sex' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1075:24: style: The scope of the variable 'best_fg' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1077:10: style: The scope of the variable 'wt' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1077:18: style: The scope of the variable 'best' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1077:28: style: The scope of the variable 'z' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1264:24: style: The scope of the variable 'pivot' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1264:30: style: The scope of the variable 'fam' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1264:34: style: The scope of the variable 'kid' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1266:27: style: The scope of the variable 'pp1' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1659:21: style: The scope of the variable 'fg' can be reduced. [variableScope]
loki/prepsrc/gen_elim.c:1124:13: style: Variable 'best_fg' is assigned a value that is never used. [unreadVariable]
loki/prepsrc/gen_elim.c:1194:12: style: Variable 'mark' is assigned a value that is never used. [unreadVariable]
loki/prepsrc/gen_elim.c:1145:0: error: Memory leak: trans [memleak]
loki/prepsrc/gen_elim.c:1172:0: error: Memory leak: bk_flags [memleak]
loki/prepsrc/get_marker_name.c:34:10: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
loki/prepsrc/init_fam.c:37:8: style: The scope of the variable 'flog' can be reduced. [variableScope]
loki/prepsrc/output_data.c:35:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/output_data.c:35:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/output_data.c:35:10: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/output_data.c:35:14: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/output_data.c:68:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/output_data.c:68:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/output_data.c:68:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/output_data.c:68:12: style: The scope of the variable 'x' can be reduced. [variableScope]
loki/prepsrc/output_data.c:68:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
loki/prepsrc/prep_do_peel_op.c:88:6: style: The scope of the variable 'bb' can be reduced. [variableScope]
loki/prepsrc/prep_do_peel_op.c:240:19: style: The scope of the variable 'elem' can be reduced. [variableScope]
loki/prepsrc/prep_utils.c:90:8: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/read_data.c:69:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/read_data.c:380:7: style: The scope of the variable 'val' can be reduced. [variableScope]
loki/prepsrc/read_data.c:442:13: style: The scope of the variable 'ch' can be reduced. [variableScope]
loki/prepsrc/read_data.c:442:23: style: The scope of the variable 'p2' can be reduced. [variableScope]
loki/prepsrc/read_data.c:442:27: style: The scope of the variable 'gs1' can be reduced. [variableScope]
loki/prepsrc/read_data.c:442:31: style: The scope of the variable 'flag' can be reduced. [variableScope]
loki/prepsrc/read_data.c:637:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/read_data.c:661:49: style: The scope of the variable 'rs' can be reduced. [variableScope]
loki/prepsrc/read_data.c:661:53: style: The scope of the variable 'fs' can be reduced. [variableScope]
loki/prepsrc/read_data.c:662:17: style: The scope of the variable 'fs_reg' can be reduced. [variableScope]
loki/prepsrc/read_data.c:662:26: style: The scope of the variable 'skip' can be reduced. [variableScope]
loki/prepsrc/recode_fact.c:37:22: style: The scope of the variable 'elem' can be reduced. [variableScope]
loki/prepsrc/recode_fact.c:103:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/recode_fact.c:106:22: style: The scope of the variable 'elem' can be reduced. [variableScope]
loki/prepsrc/recode_fact.c:197:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:192:42: style: Same expression on both sides of '||'. [duplicateExpression]
loki/prepsrc/restrict_data.c:89:20: style: The scope of the variable 'sd' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:90:6: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:133:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:133:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:133:12: style: The scope of the variable 'marker' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:133:19: style: The scope of the variable 'flag' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:351:9: style: The scope of the variable 'x' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:378:8: style: The scope of the variable 't' can be reduced. [variableScope]
loki/prepsrc/restrict_data.c:378:10: style: The scope of the variable 't1' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:1135:6: warning: Either the condition 'pl' is redundant or there is possible null pointer dereference: pl. [nullPointerRedundantCheck]
loki/prepsrc/setup_ped.c:1131:14: note: Assuming that condition 'pl' is not redundant
loki/prepsrc/setup_ped.c:1135:6: note: Null pointer dereference
loki/prepsrc/setup_ped.c:115:6: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:115:16: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:115:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:166:45: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:166:49: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:167:8: style: The scope of the variable 'flog' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:168:8: style: The scope of the variable 'tname' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:282:8: style: The scope of the variable 'flog' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:283:8: style: The scope of the variable 'tname' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:591:8: style: The scope of the variable 'flog' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:592:8: style: The scope of the variable 'tname' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:10: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:12: style: The scope of the variable 'k1' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:15: style: The scope of the variable 'k2' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:18: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:729:22: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:730:27: style: The scope of the variable 'node' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:733:19: style: The scope of the variable 'sex_exp' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:805:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:885:10: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:885:14: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:1082:8: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:1082:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:1082:13: style: The scope of the variable 'locus' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:1110:8: style: The scope of the variable 'j' can be reduced. [variableScope]
loki/prepsrc/setup_ped.c:356:7: warning: Size of pointer 'rec_tab' used instead of size of its data. [pointerSize]
loki/prepsrc/test_het.c:173:115: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loki/prepsrc/write_data.c:101:8: style: The scope of the variable 'i1' can be reduced. [variableScope]
loki/prepsrc/write_data.c:101:32: style: The scope of the variable 'ids' can be reduced. [variableScope]
loki/prepsrc/write_data.c:101:36: style: The scope of the variable 'idd' can be reduced. [variableScope]
loki/prepsrc/write_data.c:102:39: style: The scope of the variable 'n_orig_fam1' can be reduced. [variableScope]
loki/prepsrc/write_report.c:286:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
loki/prepsrc/write_report.c:300:18: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
loki/prepsrc/write_report.c:40:24: style: The scope of the variable 'rec' can be reduced. [variableScope]
loki/prepsrc/write_report.c:40:36: style: The scope of the variable 'nlink' can be reduced. [variableScope]
loki/prepsrc/write_report.c:40:49: style: The scope of the variable 'comp' can be reduced. [variableScope]
loki/prepsrc/write_report.c:47:24: style: The scope of the variable 'het' can be reduced. [variableScope]
loki/prepsrc/write_report.c:47:28: style: The scope of the variable 'hom' can be reduced. [variableScope]
loki/utils/hist.c:242:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
loki/utils/hist.c:246:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
loki/utils/hist.c:23:10: style: The scope of the variable 'c' can be reduced. [variableScope]
loki/utils/hist.c:23:12: style: The scope of the variable 'k' can be reduced. [variableScope]
loki/utils/hist.c:255:0: error: Memory leak: binps [memleak]
loki/utils/qavg.c:183:8: style: The scope of the variable 'fptr' can be reduced. [variableScope]
loki/utils/qavg.c:98:9: warning: Size of pointer 'ncols' used instead of size of its data. [pointerSize]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/lolcat/lolcat_42.0.99.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lombok/lombok_1.16.8+ds.orig.tar.xz
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/lombok-ast/lombok-ast_0.2+ds.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lombok-patcher/lombok-patcher_0.22.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lomoco/lomoco_1.0.0.orig.tar.gz
lomoco-1.0/src/cmdline.c:201:8: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lomoco-1.0/src/lomoco.c:311:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lomoco-1.0/src/lomoco.c:311:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lomoco-1.0/src/lomoco.c:313:8: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lomoco-1.0/src/lomoco.c:253:16: style: The scope of the variable 'buf' can be reduced. [variableScope]
lomoco-1.0/src/lomoco.c:289:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lomoco-1.0/src/lomoco.c:146:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:148:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:168:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:170:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:172:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:174:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:186:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:188:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:190:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lomoco-1.0/src/lomoco.c:192:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
[03:14]

ftp://ftp.se.debian.org/debian/pool/main/l/londiste/londiste_3.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/londonlaw/londonlaw_0.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/longomatch/longomatch_0.16.8+git20110626.orig.tar.gz
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:1596:28: style: Condition 'new_state>GST_STATE_PAUSED' is always true [knownConditionTrueFalse]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2174:20: style: Condition 'cd' is always false [knownConditionTrueFalse]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2166:33: note: Assignment 'cd=NULL', assigned value is 0
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2174:20: note: Condition 'cd' is always false
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2207:20: style: Condition 'cd' is always false [knownConditionTrueFalse]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2199:33: note: Assignment 'cd=NULL', assigned value is 0
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2207:20: note: Condition 'cd' is always false
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:370:7: style: Variable 'disp_par' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:366:0: note: Variable 'disp_par' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:370:7: note: Variable 'disp_par' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:614:3: style: Variable 'xoverlay' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:609:0: note: Variable 'xoverlay' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:614:3: note: Variable 'xoverlay' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:1775:3: style: Variable 'prev_len' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:1771:0: note: Variable 'prev_len' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:1775:3: note: Variable 'prev_len' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2725:9: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2722:0: note: Variable 'e' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2725:9: note: Variable 'e' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:3251:3: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:3241:0: note: Variable 'pos' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:3251:3: note: Variable 'pos' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4120:5: style: Variable 'found_channel' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4118:0: note: Variable 'found_channel' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4120:5: note: Variable 'found_channel' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4175:5: style: Variable 'found_channel' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4173:0: note: Variable 'found_channel' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4175:5: note: Variable 'found_channel' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4433:3: style: Variable 'stream_num' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4430:0: note: Variable 'stream_num' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4433:3: note: Variable 'stream_num' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4456:3: style: Variable 'stream_num' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4452:0: note: Variable 'stream_num' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4456:3: note: Variable 'stream_num' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:1611:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2718:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2731:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:303:16: style: The scope of the variable 'f' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:674:18: style: The scope of the variable 'drawing' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:675:15: style: The scope of the variable 'pixels' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:676:11: style: The scope of the variable 'rowstride' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2423:17: style: The scope of the variable 's' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2424:17: style: The scope of the variable 'v' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4586:21: style: The scope of the variable 's' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:4689:21: style: The scope of the variable 's' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2543:64: style: Function 'bvw_error_from_gst_error' argument 2 names different: declaration 'm' definition 'err_msg'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:241:18: note: Function 'bvw_error_from_gst_error' argument 2 names different: declaration 'm' definition 'err_msg'.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:2543:64: note: Function 'bvw_error_from_gst_error' argument 2 names different: declaration 'm' definition 'err_msg'.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:5364:75: style: Function 'bacon_video_widget_new' argument 4 names different: declaration 'error' definition 'err'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget.h:107:32: note: Function 'bacon_video_widget_new' argument 4 names different: declaration 'error' definition 'err'.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:5364:75: note: Function 'bacon_video_widget_new' argument 4 names different: declaration 'error' definition 'err'.
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:3242:12: style: Variable 'ret' is not assigned a value. [unassignedVariable]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:5263:10: style: Variable 'ires' is assigned a value that is never used. [unreadVariable]
longomatch-0.16.8/libcesarplayer/src/bacon-video-widget-gst-0.10.c:3256:10: error: Uninitialized variable: ret [uninitvar]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:65:87: style: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:58:86: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:65:87: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:68:90: style: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:61:86: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:68:90: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_DOUBLE_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:112:83: style: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:105:82: note: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:112:83: note: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:115:86: style: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:108:82: note: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:115:86: note: Function 'baconvideowidget_marshal_VOID__STRING_BOOLEAN_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:157:83: style: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:150:82: note: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:157:83: note: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:160:86: style: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:153:82: note: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:160:86: note: Function 'baconvideowidget_marshal_BOOLEAN__BOXED_BOXED_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:206:86: style: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:199:85: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:206:86: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 2 names different: declaration 'return_value' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:209:89: style: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:202:85: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/baconvideowidget-marshal.c:209:89: note: Function 'baconvideowidget_marshal_VOID__INT64_INT64_FLOAT_BOOLEAN' argument 5 names different: declaration 'invocation_hint' definition 'G_GNUC_UNUSED'.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:360:5: style: Variable 'disp_par' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:356:0: note: Variable 'disp_par' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:360:5: note: Variable 'disp_par' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:525:3: style: Variable 'xoverlay' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:520:0: note: Variable 'xoverlay' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:525:3: note: Variable 'xoverlay' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:1098:3: style: Variable 'gcc' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:1094:0: note: Variable 'gcc' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:1098:3: note: Variable 'gcc' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:928:15: style: The scope of the variable 'sink' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:1039:32: style: Function 'gst_camera_capturer_set_source' argument 2 names different: declaration 'type' definition 'source_type'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.h:94:32: note: Function 'gst_camera_capturer_set_source' argument 2 names different: declaration 'type' definition 'source_type'.
longomatch-0.16.8/libcesarplayer/src/gst-camera-capturer.c:1039:32: note: Function 'gst_camera_capturer_set_source' argument 2 names different: declaration 'type' definition 'source_type'.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:639:3: style: Variable 'gve' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:636:0: note: Variable 'gve' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:639:3: note: Variable 'gve' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:642:3: style: Variable 'caps' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:632:0: note: Variable 'caps' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:642:3: note: Variable 'caps' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:643:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:633:0: note: Variable 'str' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:643:3: note: Variable 'str' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:902:3: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:896:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:902:3: note: Variable 'tmp' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:1287:3: style: Variable 'gve' is reassigned a value before the old one has been used. [redundantAssignment]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:1285:0: note: Variable 'gve' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:1287:3: note: Variable 'gve' is reassigned a value before the old one has been used.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:783:10: style: The scope of the variable 'title' can be reduced. [variableScope]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:630:51: style: Function 'new_decoded_pad_cb' argument 2 names different: declaration 'arg0' definition 'pad'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:122:63: note: Function 'new_decoded_pad_cb' argument 2 names different: declaration 'arg0' definition 'pad'.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:630:51: note: Function 'new_decoded_pad_cb' argument 2 names different: declaration 'arg0' definition 'pad'.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:1164:20: style: Function 'gst_video_editor_set_video_muxer' argument 3 names different: declaration 'codec' definition 'muxerType'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.h:78:34: note: Function 'gst_video_editor_set_video_muxer' argument 3 names different: declaration 'codec' definition 'muxerType'.
longomatch-0.16.8/libcesarplayer/src/gst-video-editor.c:1164:20: note: Function 'gst_video_editor_set_video_muxer' argument 3 names different: declaration 'codec' definition 'muxerType'.
longomatch-0.16.8/libcesarplayer/src/gstscreenshot.c:81:52: style: Function 'bvw_frame_conv_convert' argument 2 names different: declaration 'to' definition 'to_caps'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/gstscreenshot.h:26:68: note: Function 'bvw_frame_conv_convert' argument 2 names different: declaration 'to' definition 'to_caps'.
longomatch-0.16.8/libcesarplayer/src/gstscreenshot.c:81:52: note: Function 'bvw_frame_conv_convert' argument 2 names different: declaration 'to' definition 'to_caps'.
longomatch-0.16.8/libcesarplayer/src/video-utils.c:212:38: style: Function 'totem_ratio_fits_screen' argument 1 names different: declaration 'window' definition 'video_window'. [funcArgNamesDifferent]
longomatch-0.16.8/libcesarplayer/src/video-utils.h:18:47: note: Function 'totem_ratio_fits_screen' argument 1 names different: declaration 'window' definition 'video_window'.
longomatch-0.16.8/libcesarplayer/src/video-utils.c:212:38: note: Function 'totem_ratio_fits_screen' argument 1 names different: declaration 'window' definition 'video_window'.
[03:15]

ftp://ftp.se.debian.org/debian/pool/main/l/longrun/longrun_0.9.orig.tar.gz
longrun-0.9.orig/longrun.c:202:33: style: The scope of the variable 'pct_in' can be reduced. [variableScope]
longrun-0.9.orig/longrun.c:351:6: style: The scope of the variable 'low' can be reduced. [variableScope]
longrun-0.9.orig/longrun.c:351:11: style: The scope of the variable 'high' can be reduced. [variableScope]
[03:15]

ftp://ftp.se.debian.org/debian/pool/main/l/loofah/loofah_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lookup/lookup_1.08b.orig.tar.gz
lookup-1.08b.orig/lib/index.h:208:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lookup-1.08b.orig/lib/index.h:248:21: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lookup-1.08b.orig/lib/packed_list.h:65:17: style: Same expression on both sides of '-' because the value of '*ptr' and 'optr' are the same. [duplicateExpression]
lookup-1.08b.orig/lib/packed_list.h:59:33: note: 'optr' is assigned value '*ptr' here.
lookup-1.08b.orig/lib/packed_list.h:65:17: note: Same expression on both sides of '-' because the value of '*ptr' and 'optr' are the same.
lookup-1.08b.orig/commands.c:1911:46: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
lookup-1.08b.orig/commands.c:1897:9: note: Assuming that condition 'fp' is not redundant
lookup-1.08b.orig/commands.c:1911:46: note: Null pointer dereference
lookup-1.08b.orig/commands.c:1427:30: style: Same expression on both sides of '||'. [duplicateExpression]
lookup-1.08b.orig/commands.h:13:35: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:19:49: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:25:51: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:49:48: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:61:38: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:79:44: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:85:44: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:91:43: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:103:48: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:109:50: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:133:39: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:139:45: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:145:47: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:151:45: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:157:47: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:163:30: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:181:28: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:223:39: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:229:29: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:289:29: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:295:38: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:301:45: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:307:47: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.h:325:53: style: Same expression on both sides of '-'. [duplicateExpression]
lookup-1.08b.orig/commands.c:1344:14: style: The scope of the variable 'c1' can be reduced. [variableScope]
lookup-1.08b.orig/commands.c:1344:18: style: The scope of the variable 'c2' can be reduced. [variableScope]
lookup-1.08b.orig/commands.c:1891:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lookup-1.08b.orig/commands.c:1894:9: style: The scope of the variable 'retval' can be reduced. [variableScope]
lookup-1.08b.orig/commands.c:138:47: style: Function 'cmd_log' argument 3 names different: declaration 'file' definition 'File'. [funcArgNamesDifferent]
lookup-1.08b.orig/lookup.h:255:54: note: Function 'cmd_log' argument 3 names different: declaration 'file' definition 'File'.
lookup-1.08b.orig/commands.c:138:47: note: Function 'cmd_log' argument 3 names different: declaration 'file' definition 'File'.
lookup-1.08b.orig/commands.c:1898:2: error: Resource leak: fp [resourceLeak]
lookup-1.08b.orig/lib/fuzzkana.c:59:40: warning: Either the condition 'out==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lookup-1.08b.orig/lib/fuzzkana.c:61:31: note: Assuming that condition 'out==0' is not redundant
lookup-1.08b.orig/lib/fuzzkana.c:59:40: note: Null pointer addition
lookup-1.08b.orig/lib/index.c:408:47: warning: Either the condition 'fp' is redundant or there is possible null pointer dereference: fp. [nullPointerRedundantCheck]
lookup-1.08b.orig/lib/index.c:404:9: note: Assuming that condition 'fp' is not redundant
lookup-1.08b.orig/lib/index.c:408:47: note: Null pointer dereference
lookup-1.08b.orig/lib/index.c:79:18: warning: Either the condition 'strptr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lookup-1.08b.orig/lib/index.c:76:13: note: Assuming that condition 'strptr' is not redundant
lookup-1.08b.orig/lib/index.c:79:18: note: Null pointer addition
lookup-1.08b.orig/lib/index.c:405:2: error: Resource leak: fp [resourceLeak]
lookup-1.08b.orig/lib/index.c:265:15: error: Uninitialized struct member: index.magic [uninitStructMember]
lookup-1.08b.orig/lib/index.c:265:15: error: Uninitialized struct member: index.version_major [uninitStructMember]
lookup-1.08b.orig/lib/index.c:265:15: error: Uninitialized struct member: index.version_minor [uninitStructMember]
lookup-1.08b.orig/lib/index.c:265:15: error: Uninitialized struct member: index.FileP [uninitStructMember]
lookup-1.08b.orig/lib/index.c:265:15: error: Uninitialized struct member: index.st__mtime [uninitStructMember]
lookup-1.08b.orig/lib/jreadline.c:994:6: style: Condition '!input_pending()' is always true [knownConditionTrueFalse]
lookup-1.08b.orig/lib/jreadline.c:1030:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lookup-1.08b.orig/lib/jreadline.c:1033:5: note: Found duplicate branches for 'if' and 'else'.
lookup-1.08b.orig/lib/jreadline.c:1030:3: note: Found duplicate branches for 'if' and 'else'.
lookup-1.08b.orig/lib/jreadline.c:959:46: style: Function 'readline' argument 1 names different: declaration 'readlineprompt' definition 'prompt'. [funcArgNamesDifferent]
lookup-1.08b.orig/lib/jreadline.h:20:53: note: Function 'readline' argument 1 names different: declaration 'readlineprompt' definition 'prompt'.
lookup-1.08b.orig/lib/jreadline.c:959:46: note: Function 'readline' argument 1 names different: declaration 'readlineprompt' definition 'prompt'.
lookup-1.08b.orig/lib/jregex.c:4056:0: error: failed to expand 'FASTDEBUGSTUFF', it is invalid to use a preprocessor directive as macro parameter [preprocessorErrorDirective]
lookup-1.08b.orig/lib/output.c:721:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lookup-1.08b.orig/lib/output.c:725:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lookup-1.08b.orig/lib/output.c:728:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lookup-1.08b.orig/lib/output.c:833:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lookup-1.08b.orig/lib/output.c:843:4: style: The scope of the variable 'c' can be reduced. [variableScope]
lookup-1.08b.orig/lib/output.c:514:24: style: Function 'output' argument 1 names different: declaration 'str' definition 'string'. [funcArgNamesDifferent]
lookup-1.08b.orig/lib/output.h:53:31: note: Function 'output' argument 1 names different: declaration 'str' definition 'string'.
lookup-1.08b.orig/lib/output.c:514:24: note: Function 'output' argument 1 names different: declaration 'str' definition 'string'.
lookup-1.08b.orig/lib/output.c:857:55: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lookup-1.08b.orig/lib/output.c:881:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lookup-1.08b.orig/lib/output.c:897:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
lookup-1.08b.orig/lib/replace.c:181:20: style: The scope of the variable 'old' can be reduced. [variableScope]
lookup-1.08b.orig/lib/romaji2kana.c:59:0: error: The code contains unhandled character(s) (character code=164). Neither unicode nor extended ascii is supported. [syntaxError]
lookup-1.08b.orig/lib/virtfile.c:61:9: style: Unused variable: i [unusedVariable]
lookup-1.08b.orig/lookup.c:313:16: warning: Identical condition 'level==0', second condition is always false [identicalConditionAfterEarlyExit]
lookup-1.08b.orig/lookup.c:311:16: note: first condition
lookup-1.08b.orig/lookup.c:313:16: note: second condition
lookup-1.08b.orig/lookup.c:224:3: style: Variable 'this_regex[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lookup-1.08b.orig/lookup.c:222:3: note: Variable 'this_regex[0]' is reassigned a value before the old one has been used.
lookup-1.08b.orig/lookup.c:224:3: note: Variable 'this_regex[0]' is reassigned a value before the old one has been used.
lookup-1.08b.orig/lookup.c:306:21: warning: Found suspicious equality comparison. Did you intend to assign a value instead? [suspiciousEqualityComparison]
lookup-1.08b.orig/lookup.c:380:7: error: Uninitialized variable: doit [uninitvar]
lookup-1.08b.orig/regextest.c:621:11: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lookup-1.08b.orig/regextest.c:614:14: note: outer condition: argc>1
lookup-1.08b.orig/regextest.c:621:11: note: identical inner condition: argc>1
lookup-1.08b.orig/regextest.c:494:12: style: The scope of the variable 'r' can be reduced. [variableScope]
[03:15]

ftp://ftp.se.debian.org/debian/pool/main/l/lookup-el/lookup-el_1.4.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/loook/loook_0.8.6.orig.tar.gz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/loop-el/loop-el_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/looptools/looptools_2.8.orig.tar.gz
looptools-2.8.orig/src/tools/f77290.c:70:7: style: The scope of the variable 'i' can be reduced. [variableScope]
looptools-2.8.orig/src/tools/f77290.c:71:12: style: The scope of the variable 's2' can be reduced. [variableScope]
looptools-2.8.orig/src/util/cache.c:118:22: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
looptools-2.8.orig/src/util/cache.c:161:4: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
looptools-2.8.orig/src/util/cache.c:126:29: warning: Found calculation inside sizeof(). [sizeofCalculation]
looptools-2.8.orig/src/util/cache.c:150:18: warning: Assert statement modifies 'node'. [assignmentInAssert]
[03:15]

ftp://ftp.se.debian.org/debian/pool/main/l/loqui/loqui_0.6.4.orig.tar.gz
loqui-0.6.4/libloqui/ctcp_handle.c:165:16: style: The scope of the variable 'channel' can be reduced. [variableScope]
loqui-0.6.4/libloqui/ctcp_handle.c:349:9: style: The scope of the variable 'str' can be reduced. [variableScope]
loqui-0.6.4/libloqui/ctcp_handle.c:421:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/libloqui/ctcp_handle.c:258:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/ctcp_handle.c:275:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/ctcp_handle.c:307:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/irc_message.c:199:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
loqui-0.6.4/libloqui/irc_message.c:198:8: note: Variable 's' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/irc_message.c:199:2: note: Variable 's' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/irc_message.c:219:19: style: The scope of the variable 'klass' can be reduced. [variableScope]
loqui-account-manager.gob:165:24: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-account-manager.gob:166:31: style: The scope of the variable 'profile' can be reduced. [variableScope]
loqui-account-manager.gob:224:24: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-account-manager.gob:67:71: style: Function '___real_loqui_account_manager_add_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-account-manager.c:83:78: note: Function '___real_loqui_account_manager_add_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:67:71: note: Function '___real_loqui_account_manager_add_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:85:74: style: Function '___real_loqui_account_manager_remove_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-account-manager.c:84:81: note: Function '___real_loqui_account_manager_remove_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:85:74: note: Function '___real_loqui_account_manager_remove_account' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:101:77: style: Function '___real_loqui_account_manager_add_channel_entry' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-account-manager.c:85:84: note: Function '___real_loqui_account_manager_add_channel_entry' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:101:77: note: Function '___real_loqui_account_manager_add_channel_entry' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:106:83: style: Function '___real_loqui_account_manager_add_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-account-manager.c:86:90: note: Function '___real_loqui_account_manager_add_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:106:83: note: Function '___real_loqui_account_manager_add_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:115:86: style: Function '___real_loqui_account_manager_remove_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-account-manager.c:87:93: note: Function '___real_loqui_account_manager_remove_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:115:86: note: Function '___real_loqui_account_manager_remove_channel_entry_after' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-account-manager.gob:256:23: style: Variable 'iter_chent' is assigned a value that is never used. [unreadVariable]
loqui-core.gob:57:49: style: Function '___real_loqui_core_initialize' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-core.c:76:56: note: Function '___real_loqui_core_initialize' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-core.gob:57:49: note: Function '___real_loqui_core_initialize' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-core.gob:73:55: style: Function '___real_loqui_core_get_version_info' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-core.c:77:65: note: Function '___real_loqui_core_get_version_info' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-core.gob:73:55: note: Function '___real_loqui_core_get_version_info' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:213:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text-region.c:70:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:213:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:214:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text-region.c:70:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:214:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:251:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text-region.c:71:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:251:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:252:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text-region.c:71:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text-region.c:252:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:320:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text.c:82:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:320:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:321:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text.c:82:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:321:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:407:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text.c:83:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:407:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:408:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-message-text.c:83:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-message-text.c:408:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-mode-manager.gob:148:28: style: The scope of the variable 'changee' can be reduced. [variableScope]
loqui-notifier.gob:78:27: style: The scope of the variable 'region' can be reduced. [variableScope]
loqui-notifier.gob:153:27: style: The scope of the variable 'region' can be reduced. [variableScope]
loqui-notifier.gob:61:67: style: Function '___real_loqui_notifier_process_message_text' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-notifier.c:77:74: note: Function '___real_loqui_notifier_process_message_text' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-notifier.gob:61:67: note: Function '___real_loqui_notifier_process_message_text' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-notifier.gob:88:16: style: Variable 'string_len' is assigned a value that is never used. [unreadVariable]
loqui-pref-partial.c:263:5: style: Same expression on both sides of '!=' because the value of 'sizeof(const gchar*)' and 'sizeof(gchar*)' are the same. [duplicateExpression]
loqui-pref-partial.c:300:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-partial.c:69:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:300:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:301:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-partial.c:69:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:301:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:338:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-partial.c:70:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:338:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:339:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-partial.c:70:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-partial.c:339:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.gob:114:10: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
loqui-pref-sequence.gob:113:17: note: outer condition: i<INT_MAX
loqui-pref-sequence.gob:114:10: note: opposite inner condition: i==INT_MAX
loqui-pref-sequence.c:193:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-sequence.c:69:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:193:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:194:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-sequence.c:69:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:194:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:224:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-sequence.c:70:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:224:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:225:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-pref-sequence.c:70:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref-sequence.c:225:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-pref.c:263:5: style: Same expression on both sides of '!=' because the value of 'sizeof(const gchar*)' and 'sizeof(gchar*)' are the same. [duplicateExpression]
loqui-pref.c:263:5: style: Same expression on both sides of '||'. [duplicateExpression]
loqui-pref.gob:73:11: style: The scope of the variable 'keys' can be reduced. [variableScope]
loqui-profile-handle.gob:485:108: warning: Either the condition 'elem==NULL' is redundant or there is possible null pointer dereference: elem. [nullPointerRedundantCheck]
loqui-profile-handle.gob:481:12: note: Assuming that condition 'elem==NULL' is not redundant
loqui-profile-handle.gob:485:108: note: Null pointer dereference
loqui-profile-handle.gob:140:24: style: The scope of the variable 'factory' can be reduced. [variableScope]
loqui-profile-handle.gob:652:23: style: The scope of the variable 'value_array' can be reduced. [variableScope]
loqui-profile-handle.gob:653:18: style: The scope of the variable 'tmp_val' can be reduced. [variableScope]
loqui-profile-handle.gob:726:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
loqui-profile-handle.gob:728:23: style: The scope of the variable 'key' can be reduced. [variableScope]
loqui-profile-handle.gob:730:15: style: The scope of the variable 'pspec' can be reduced. [variableScope]
loqui-profile-handle.gob:768:24: style: The scope of the variable 'profile' can be reduced. [variableScope]
loqui-profile-handle.gob:771:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui-profile.c:45:1: style: Function 'loqui_profile_set_profile_type_name' argument 2 names different: declaration 'type_name' definition 'arg1'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:53:75: note: Function 'loqui_profile_set_profile_type_name' argument 2 names different: declaration 'type_name' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:45:1: note: Function 'loqui_profile_set_profile_type_name' argument 2 names different: declaration 'type_name' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:48:1: style: Function 'loqui_profile_set_profile_value' argument 2 names different: declaration 'key' definition 'arg1'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:56:71: note: Function 'loqui_profile_set_profile_value' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:48:1: note: Function 'loqui_profile_set_profile_value' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:48:1: style: Function 'loqui_profile_set_profile_value' argument 3 names different: declaration 'value' definition 'arg2'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:56:90: note: Function 'loqui_profile_set_profile_value' argument 3 names different: declaration 'value' definition 'arg2'.
loqui-0.6.4/libloqui/loqui-profile.c:48:1: note: Function 'loqui_profile_set_profile_value' argument 3 names different: declaration 'value' definition 'arg2'.
loqui-0.6.4/libloqui/loqui-profile.c:49:1: style: Function 'loqui_profile_get_profile_value' argument 2 names different: declaration 'key' definition 'arg1'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:57:71: note: Function 'loqui_profile_get_profile_value' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:49:1: note: Function 'loqui_profile_get_profile_value' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:49:1: style: Function 'loqui_profile_get_profile_value' argument 3 names different: declaration 'value' definition 'arg2'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:57:84: note: Function 'loqui_profile_get_profile_value' argument 3 names different: declaration 'value' definition 'arg2'.
loqui-0.6.4/libloqui/loqui-profile.c:49:1: note: Function 'loqui_profile_get_profile_value' argument 3 names different: declaration 'value' definition 'arg2'.
loqui-0.6.4/libloqui/loqui-profile.c:51:1: style: Function 'loqui_profile_get_profile_value_spec' argument 2 names different: declaration 'key' definition 'arg1'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:59:83: note: Function 'loqui_profile_get_profile_value_spec' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:51:1: note: Function 'loqui_profile_get_profile_value_spec' argument 2 names different: declaration 'key' definition 'arg1'.
loqui-0.6.4/libloqui/loqui-profile.c:51:1: style: Function 'loqui_profile_get_profile_value_spec' argument 3 names different: declaration 'type_hint' definition 'arg2'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui-profile.h:59:101: note: Function 'loqui_profile_get_profile_value_spec' argument 3 names different: declaration 'type_hint' definition 'arg2'.
loqui-0.6.4/libloqui/loqui-profile.c:51:1: note: Function 'loqui_profile_get_profile_value_spec' argument 3 names different: declaration 'type_hint' definition 'arg2'.
loqui-receiver-ipmsg.gob:261:16: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-receiver-ipmsg.gob:317:16: style: The scope of the variable 'sendmsg_packet' can be reduced. [variableScope]
loqui-receiver-ipmsg.gob:162:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loqui-receiver-ipmsg.gob:283:54: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
loqui-sender-ipmsg.gob:80:16: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-sender-ipmsg.gob:192:16: style: The scope of the variable 'ip_addr' can be reduced. [variableScope]
loqui-socket-ipmsg.gob:73:18: style: The scope of the variable 'local_group' can be reduced. [variableScope]
loqui-transfer-item.c:293:5: style: Same expression on both sides of '!=' because the value of 'sizeof(const gchar*)' and 'sizeof(gchar*)' are the same. [duplicateExpression]
loqui-transfer-item.c:305:5: style: Same expression on both sides of '!=' because the value of 'sizeof(const gchar*)' and 'sizeof(gchar*)' are the same. [duplicateExpression]
loqui-transfer-item.c:396:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-transfer-item.c:71:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:396:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:397:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-transfer-item.c:71:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:397:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:469:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-transfer-item.c:72:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:469:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:470:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-transfer-item.c:72:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-transfer-item.c:470:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-0.6.4/libloqui/loqui-utils.c:338:2: style: Variable 'tm_p' is reassigned a value before the old one has been used. [redundantAssignment]
loqui-0.6.4/libloqui/loqui-utils.c:333:2: note: Variable 'tm_p' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/loqui-utils.c:338:2: note: Variable 'tm_p' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/loqui-utils.c:347:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui-utils.c:330:12: style: Unused variable: tm [unusedVariable]
loqui-0.6.4/libloqui/loqui_account.c:788:21: style: The scope of the variable 'chent' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_account.c:819:16: style: The scope of the variable 'channel' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_account.c:703:77: style: Function 'loqui_account_get_channel_by_identifier' argument 2 names different: declaration 'channel_identifier' definition 'identifier'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_account.h:129:91: note: Function 'loqui_account_get_channel_by_identifier' argument 2 names different: declaration 'channel_identifier' definition 'identifier'.
loqui-0.6.4/libloqui/loqui_account.c:703:77: note: Function 'loqui_account_get_channel_by_identifier' argument 2 names different: declaration 'channel_identifier' definition 'identifier'.
loqui-0.6.4/libloqui/loqui_account.c:551:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_account.c:594:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_account_irc.c:201:41: style: Function 'loqui_account_irc_init' argument 1 names different: declaration 'account' definition 'account_irc'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_account_irc.c:68:53: note: Function 'loqui_account_irc_init' argument 1 names different: declaration 'account' definition 'account_irc'.
loqui-0.6.4/libloqui/loqui_account_irc.c:201:41: note: Function 'loqui_account_irc_init' argument 1 names different: declaration 'account' definition 'account_irc'.
loqui-0.6.4/libloqui/loqui_account_irc.c:210:12: style: Variable 'account' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_account_irc.c:655:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_account_irc.c:726:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_account_manager_iter.c:48:46: style: Same expression on both sides of '=='. [duplicateExpression]
loqui-0.6.4/libloqui/loqui_channel.c:435:2: style: Variable 'is_priv' is reassigned a value before the old one has been used. [redundantAssignment]
loqui-0.6.4/libloqui/loqui_channel.c:428:0: note: Variable 'is_priv' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/loqui_channel.c:435:2: note: Variable 'is_priv' is reassigned a value before the old one has been used.
loqui-0.6.4/libloqui/loqui_channel.c:338:14: style: The scope of the variable 'mode_change_old' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_channel.c:244:12: style: Variable 'channel' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel.c:275:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel.c:433:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_buffer.c:54:1: style: Function 'loqui_channel_buffer_append_message_text' argument 1 names different: declaration 'chbuf' definition 'self'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_channel_buffer.h:47:67: note: Function 'loqui_channel_buffer_append_message_text' argument 1 names different: declaration 'chbuf' definition 'self'.
loqui-0.6.4/libloqui/loqui_channel_buffer.c:54:1: note: Function 'loqui_channel_buffer_append_message_text' argument 1 names different: declaration 'chbuf' definition 'self'.
loqui-0.6.4/libloqui/loqui_channel_buffer.c:54:1: style: Function 'loqui_channel_buffer_append_message_text' argument 2 names different: declaration 'msgtext' definition 'arg1'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_channel_buffer.h:47:92: note: Function 'loqui_channel_buffer_append_message_text' argument 2 names different: declaration 'msgtext' definition 'arg1'.
loqui-0.6.4/libloqui/loqui_channel_buffer.c:54:1: note: Function 'loqui_channel_buffer_append_message_text' argument 2 names different: declaration 'msgtext' definition 'arg1'.
loqui-0.6.4/libloqui/loqui_channel_entry.c:128:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_channel_entry.c:400:15: style: The scope of the variable 'mcur' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_channel_entry.c:540:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_channel_entry.c:583:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_channel_entry.c:369:45: style: Function 'loqui_channel_entry_init' argument 1 names different: declaration 'entry' definition 'chent'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_channel_entry.c:68:57: note: Function 'loqui_channel_entry_init' argument 1 names different: declaration 'entry' definition 'chent'.
loqui-0.6.4/libloqui/loqui_channel_entry.c:369:45: note: Function 'loqui_channel_entry_init' argument 1 names different: declaration 'entry' definition 'chent'.
loqui-0.6.4/libloqui/loqui_channel_entry.c:598:59: style: Function 'loqui_channel_entry_get_member_by_user' argument 1 names different: declaration 'entry' definition 'chent'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_channel_entry.h:93:72: note: Function 'loqui_channel_entry_get_member_by_user' argument 1 names different: declaration 'entry' definition 'chent'.
loqui-0.6.4/libloqui/loqui_channel_entry.c:598:59: note: Function 'loqui_channel_entry_get_member_by_user' argument 1 names different: declaration 'entry' definition 'chent'.
loqui-0.6.4/libloqui/loqui_channel_entry.c:418:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_entry.c:563:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_entry.c:618:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_entry.c:635:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_entry.c:683:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_channel_irc.c:100:19: style: Variable 'channel' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_member.c:85:18: style: Variable 'member' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_message.c:317:10: style: The scope of the variable 'value' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_message.c:360:10: style: The scope of the variable 'value' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_message.c:171:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:176:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:181:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:187:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:193:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:203:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:213:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:220:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:238:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:246:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:253:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:260:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:269:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:277:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_message.c:88:19: style: Variable 'message' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_message.c:336:10: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
loqui-0.6.4/libloqui/loqui_message.c:382:10: error: va_list 'args' was opened but not closed by va_end(). [va_end_missing]
loqui-0.6.4/libloqui/loqui_profile_account.c:195:10: style: The scope of the variable 'tmp_val' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_profile_account.c:416:15: style: The scope of the variable 'param_name' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_profile_account.c:417:9: style: The scope of the variable 'value_str' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_profile_account.c:341:49: style: Function 'loqui_profile_account_init' argument 1 names different: declaration 'account' definition 'profile'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_profile_account.c:63:61: note: Function 'loqui_profile_account_init' argument 1 names different: declaration 'account' definition 'profile'.
loqui-0.6.4/libloqui/loqui_profile_account.c:341:49: note: Function 'loqui_profile_account_init' argument 1 names different: declaration 'account' definition 'profile'.
loqui-0.6.4/libloqui/loqui_profile_account_ipmsg.c:99:19: style: Variable 'profile' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver.c:98:20: style: Variable 'receiver' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:201:9: style: The scope of the variable 'inspect' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:220:9: style: The scope of the variable 'inspect' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:239:9: style: The scope of the variable 'inspect' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:273:9: style: The scope of the variable 'regexp_str' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:597:16: style: The scope of the variable 'channel' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:639:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:645:13: style: The scope of the variable 'user' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1087:15: style: The scope of the variable 'hops_str' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1088:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:168:43: style: Function 'loqui_receiver_irc_init' argument 1 names different: declaration 'loqui_receiver_irc' definition 'receiver'. [funcArgNamesDifferent]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:92:55: note: Function 'loqui_receiver_irc_init' argument 1 names different: declaration 'loqui_receiver_irc' definition 'receiver'.
loqui-0.6.4/libloqui/loqui_receiver_irc.c:168:43: note: Function 'loqui_receiver_irc_init' argument 1 names different: declaration 'loqui_receiver_irc' definition 'receiver'.
loqui-0.6.4/libloqui/loqui_receiver_irc.c:478:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:506:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:549:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:604:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:723:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:754:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:808:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:971:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1011:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1050:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1187:9: style: Unused variable: topic [unusedVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1259:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1278:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_receiver_irc.c:1320:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_sender.c:98:18: style: Variable 'sender' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_sender_irc.c:313:15: style: The scope of the variable 'text' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_sender_irc.c:770:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_sender_irc.c:306:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:327:48: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:350:96: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:380:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:401:11: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:438:79: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:452:55: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:477:54: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:517:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:532:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:547:18: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:575:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:599:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:680:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:707:14: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:719:49: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-0.6.4/libloqui/loqui_sender_irc.c:157:18: style: Variable 'sender' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_sender_irc.c:753:12: style: Variable 'account' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_string_tokenizer.c:209:13: warning: Char literal compared with pointer 'tmp'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
loqui-0.6.4/libloqui/loqui_title_format.c:527:18: style: The scope of the variable 'func_item' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_title_format.c:609:10: style: The scope of the variable 'tfitem' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_title_format.c:688:15: style: The scope of the variable 'value' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_user.c:386:17: style: The scope of the variable 'info' can be reduced. [variableScope]
loqui-0.6.4/libloqui/loqui_user.c:97:16: style: Variable 'user' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_user_irc.c:88:16: style: Variable 'user' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/libloqui/loqui_user_irc.c:101:16: style: Variable 'user' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/account_list_dialog.c:143:16: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-0.6.4/src/account_list_dialog.c:196:15: style: The scope of the variable 'path' can be reduced. [variableScope]
loqui-0.6.4/src/account_list_dialog.c:373:9: style: The scope of the variable 'ac_list' can be reduced. [variableScope]
loqui-0.6.4/src/account_list_dialog.c:132:31: style: Variable 'account_list_dialog' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/channel_tree.c:208:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
loqui-0.6.4/src/channel_tree.c:231:11: style: The scope of the variable 'menu' can be reduced. [variableScope]
loqui-0.6.4/src/channel_tree.c:135:24: style: Variable 'channel_tree' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/channel_tree.c:412:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/command_dialog.c:66:15: style: The scope of the variable 'text_name' can be reduced. [variableScope]
loqui-0.6.4/src/command_dialog.c:66:27: style: The scope of the variable 'text_key' can be reduced. [variableScope]
loqui-0.6.4/src/command_dialog.c:109:15: style: The scope of the variable 'text_name' can be reduced. [variableScope]
loqui-0.6.4/src/command_dialog.c:147:15: style: The scope of the variable 'text' can be reduced. [variableScope]
loqui-0.6.4/src/command_dialog.c:188:15: style: The scope of the variable 'text' can be reduced. [variableScope]
loqui-0.6.4/src/command_dialog.c:232:15: style: The scope of the variable 'text' can be reduced. [variableScope]
loqui-0.6.4/src/gtkutils.c:219:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/src/gtkutils.c:234:48: style: Function 'gtkutils_set_string_list_from_textview' argument 1 names different: declaration 'list' definition 'list_ptr'. [funcArgNamesDifferent]
loqui-0.6.4/src/gtkutils.h:50:53: note: Function 'gtkutils_set_string_list_from_textview' argument 1 names different: declaration 'list' definition 'list_ptr'.
loqui-0.6.4/src/gtkutils.c:234:48: note: Function 'gtkutils_set_string_list_from_textview' argument 1 names different: declaration 'list' definition 'list_ptr'.
loqui-account-dialog.gob:336:17: style: Variable 'group_codeconv' is reassigned a value before the old one has been used. [redundantAssignment]
loqui-account-dialog.gob:320:0: note: Variable 'group_codeconv' is reassigned a value before the old one has been used.
loqui-account-dialog.gob:336:17: note: Variable 'group_codeconv' is reassigned a value before the old one has been used.
loqui-account-dialog.gob:437:24: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-account-dialog.gob:370:34: style: Variable 'group_codeconv' is assigned a value that is never used. [unreadVariable]
loqui-channel-entry-action-group-ui.gob:96:10: style: The scope of the variable 'name' can be reduced. [variableScope]
loqui-channel-entry-action-group.gob:108:14: style: The scope of the variable 'action' can be reduced. [variableScope]
loqui-channel-entry-action-group.gob:219:10: style: The scope of the variable 'path' can be reduced. [variableScope]
loqui-channel-entry-action-group.gob:58:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-channel-entry-action-group.gob:86:104: style: Function '___real_loqui_channel_entry_action_group_add_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-channel-entry-action-group.c:78:111: note: Function '___real_loqui_channel_entry_action_group_add_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-channel-entry-action-group.gob:86:104: note: Function '___real_loqui_channel_entry_action_group_add_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-channel-entry-action-group.gob:91:107: style: Function '___real_loqui_channel_entry_action_group_remove_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-channel-entry-action-group.c:79:114: note: Function '___real_loqui_channel_entry_action_group_remove_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-channel-entry-action-group.gob:91:107: note: Function '___real_loqui_channel_entry_action_group_remove_channel_entry_action' argument 1 names different: declaration 'self' definition 'G_GNUC_UNUSED'.
loqui-protocol-selection-dialog.gob:73:18: style: The scope of the variable 'protocol' can be reduced. [variableScope]
loqui-protocol-selection-dialog.gob:110:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
loqui-style-entry.c:202:20: style: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-style-entry.c:45:87: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:202:20: note: Function '___object_set_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:203:20: style: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-style-entry.c:45:106: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:203:20: note: Function '___object_set_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:268:14: style: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-style-entry.c:46:81: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:268:14: note: Function '___object_get_property' argument 3 names different: declaration 'value' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:269:20: style: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
loqui-style-entry.c:46:100: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-style-entry.c:269:20: note: Function '___object_get_property' argument 4 names different: declaration 'pspec' definition 'G_GNUC_UNUSED'.
loqui-0.6.4/src/loqui_account_manager_store.c:380:13: style: The scope of the variable 'user_self' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_account_manager_store.c:563:9: style: The scope of the variable 'account_list' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_account_manager_store.c:159:17: style: Variable 'store' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:510:16: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_app.c:528:16: style: The scope of the variable 'account' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_app.c:762:24: style: The scope of the variable 'chview' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_app.c:565:36: style: Function 'loqui_app_new' argument 1 names different: declaration 'manager' definition 'account_manager'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_app.h:100:47: note: Function 'loqui_app_new' argument 1 names different: declaration 'manager' definition 'account_manager'.
loqui-0.6.4/src/loqui_app.c:565:36: note: Function 'loqui_app_new' argument 1 names different: declaration 'manager' definition 'account_manager'.
loqui-0.6.4/src/loqui_app.c:357:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:386:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:473:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:766:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:796:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:845:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:918:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:1025:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:1112:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:1135:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:1155:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app.c:1180:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app_actions.c:691:12: style: Variable 'account' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app_info.c:211:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_app_info.c:507:8: style: Variable 'app' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:397:26: style: The scope of the variable 'region' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:267:61: style: Function 'loqui_channel_buffer_gtk_ppref_changed_cb' argument 1 names different: declaration 'pref' definition 'ppref'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:63:73: note: Function 'loqui_channel_buffer_gtk_ppref_changed_cb' argument 1 names different: declaration 'pref' definition 'ppref'.
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:267:61: note: Function 'loqui_channel_buffer_gtk_ppref_changed_cb' argument 1 names different: declaration 'pref' definition 'ppref'.
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:245:14: style: Unused variable: start_iter [unusedVariable]
loqui-0.6.4/src/loqui_channel_buffer_gtk.c:245:26: style: Unused variable: end_iter [unusedVariable]
loqui-0.6.4/src/loqui_channel_entry_action.c:176:13: style: The scope of the variable 'proxy' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_entry_action.c:171:69: style: Function 'loqui_channel_entry_action_set_label_color' argument 1 names different: declaration 'ce_ction' definition 'action'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_entry_action.c:59:81: note: Function 'loqui_channel_entry_action_set_label_color' argument 1 names different: declaration 'ce_ction' definition 'action'.
loqui-0.6.4/src/loqui_channel_entry_action.c:171:69: note: Function 'loqui_channel_entry_action_set_label_color' argument 1 names different: declaration 'ce_ction' definition 'action'.
loqui-0.6.4/src/loqui_channel_entry_store.c:547:15: style: The scope of the variable 'path' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_entry_store.c:618:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_entry_store.c:315:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_entry_store.c:317:11: style: Variable 'member' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_text_view.c:279:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_text_view.c:668:9: style: The scope of the variable 'uri_str' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channel_text_view.c:845:61: style: Function 'loqui_channel_text_view_set_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_text_view.h:68:66: note: Function 'loqui_channel_text_view_set_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:845:61: note: Function 'loqui_channel_text_view_set_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:859:61: style: Function 'loqui_channel_text_view_get_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_text_view.h:69:70: note: Function 'loqui_channel_text_view_get_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:859:61: note: Function 'loqui_channel_text_view_get_is_scroll' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:873:73: style: Function 'loqui_channel_text_view_set_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_text_view.h:74:78: note: Function 'loqui_channel_text_view_set_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:873:73: note: Function 'loqui_channel_text_view_set_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:886:73: style: Function 'loqui_channel_text_view_get_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_channel_text_view.h:75:82: note: Function 'loqui_channel_text_view_get_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:886:73: note: Function 'loqui_channel_text_view_get_auto_switch_scrolling' argument 1 names different: declaration 'textview' definition 'chview'.
loqui-0.6.4/src/loqui_channel_text_view.c:159:16: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_text_view.c:270:16: style: Variable 'view' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_text_view.c:741:11: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channel_text_view.c:800:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channelbar.c:275:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channelbar.c:275:15: style: The scope of the variable 'channel_mode' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channelbar.c:298:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channelbar.c:325:15: style: The scope of the variable 'topic' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_channelbar.c:131:22: style: Variable 'channelbar' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channelbar.c:354:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_channelbar.c:370:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_dropdown_box.c:244:47: style: Function 'loqui_dropdown_box_set_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_dropdown_box.h:62:52: note: Function 'loqui_dropdown_box_set_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:244:47: note: Function 'loqui_dropdown_box_set_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:264:47: style: Function 'loqui_dropdown_box_get_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_dropdown_box.h:63:58: note: Function 'loqui_dropdown_box_get_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:264:47: note: Function 'loqui_dropdown_box_get_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:276:50: style: Function 'loqui_dropdown_box_remove_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_dropdown_box.h:64:55: note: Function 'loqui_dropdown_box_remove_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:276:50: note: Function 'loqui_dropdown_box_remove_menu' argument 1 names different: declaration 'dbox' definition 'dropdown_box'.
loqui-0.6.4/src/loqui_dropdown_box.c:104:16: style: Variable 'dbox' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_dropdown_box.c:166:16: style: Variable 'dbox' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_dropdown_box.c:252:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_dropdown_box.c:271:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_dropdown_box.c:283:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_select_dialog.c:338:15: style: The scope of the variable 'account_name' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_select_dialog.c:338:30: style: The scope of the variable 'channel_name' can be reduced. [variableScope]
loqui-0.6.4/src/loqui_select_dialog.c:135:19: style: Variable 'sdialog' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_select_dialog.c:198:19: style: Variable 'sdialog' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_statusbar.c:339:53: style: Function 'loqui_statusbar_new' argument 2 names different: declaration 'toggle_scroll_action_common_buffer' definition 'toggle_scroll_common_buffer_action'. [funcArgNamesDifferent]
loqui-0.6.4/src/loqui_statusbar.h:58:64: note: Function 'loqui_statusbar_new' argument 2 names different: declaration 'toggle_scroll_action_common_buffer' definition 'toggle_scroll_common_buffer_action'.
loqui-0.6.4/src/loqui_statusbar.c:339:53: note: Function 'loqui_statusbar_new' argument 2 names different: declaration 'toggle_scroll_action_common_buffer' definition 'toggle_scroll_common_buffer_action'.
loqui-0.6.4/src/loqui_statusbar.c:153:21: style: Variable 'statusbar' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_statusbar.c:500:16: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/loqui_stock.c:53:13: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:238:15: style: The scope of the variable 'path' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:285:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:307:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:329:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:353:15: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/nick_list.c:324:42: style: Function 'nick_list_change_mode_selected' argument 1 names different: declaration 'list' definition 'nick_list'. [funcArgNamesDifferent]
loqui-0.6.4/src/nick_list.h:59:47: note: Function 'nick_list_change_mode_selected' argument 1 names different: declaration 'list' definition 'nick_list'.
loqui-0.6.4/src/nick_list.c:324:42: note: Function 'nick_list_change_mode_selected' argument 1 names different: declaration 'list' definition 'nick_list'.
loqui-0.6.4/src/prefs_dialog.c:161:24: style: Variable 'prefs_dialog' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/prefs_general_upgrader.c:186:42: warning: Possible null pointer dereference: key [nullPointer]
loqui-0.6.4/src/prefs_general_upgrader.c:149:21: note: Assignment 'key=NULL', assigned value is 0
loqui-0.6.4/src/prefs_general_upgrader.c:186:42: note: Null pointer dereference
loqui-0.6.4/src/prefs_general_upgrader.c:223:10: style: The scope of the variable 'strarray' can be reduced. [variableScope]
loqui-0.6.4/src/prefs_general_upgrader.c:225:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:375:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:550:9: style: The scope of the variable 'text' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:551:6: style: The scope of the variable 'i' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:574:16: style: The scope of the variable 'member' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:598:14: style: The scope of the variable 'p2' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:655:36: style: The scope of the variable 'text_new' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:655:47: style: The scope of the variable 'p' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:764:16: style: The scope of the variable 'channel' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:765:9: style: The scope of the variable 'command_prefix' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:892:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:893:9: style: The scope of the variable 'command_prefix' can be reduced. [variableScope]
loqui-0.6.4/src/remark_entry.c:629:11: warning: Char literal compared with pointer 'p1'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
loqui-0.6.4/src/remark_entry.c:629:25: warning: Char literal compared with pointer 'p2'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
loqui-0.6.4/src/remark_entry.c:240:24: style: Variable 'remark_entry' is assigned a value that is never used. [unreadVariable]
loqui-0.6.4/src/remark_entry.c:898:9: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
[03:15]

ftp://ftp.se.debian.org/debian/pool/main/l/lordsawar/lordsawar_0.3.1.orig.tar.gz
lordsawar-0.3.1/src/rectangle.h:37:22: warning: Member variable 'Rectangle::x' is not assigned a value in 'Rectangle::operator='. [operatorEqVarError]
lordsawar-0.3.1/src/rectangle.h:37:22: warning: Member variable 'Rectangle::y' is not assigned a value in 'Rectangle::operator='. [operatorEqVarError]
lordsawar-0.3.1/src/rectangle.h:37:22: warning: Member variable 'Rectangle::w' is not assigned a value in 'Rectangle::operator='. [operatorEqVarError]
lordsawar-0.3.1/src/rectangle.h:37:22: warning: Member variable 'Rectangle::h' is not assigned a value in 'Rectangle::operator='. [operatorEqVarError]
lordsawar-0.3.1/src/vector.h:36:0: warning: Member variable 'Vector < int >::x' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/vector.h:36:0: warning: Member variable 'Vector < int >::y' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/rectangle.h:37:5: style: 'Rectangle::operator=' should return 'Rectangle &'. [operatorEq]
lordsawar-0.3.1/src/UniquelyIdentified.h:63:10: style: Technically the member function 'UniquelyIdentified::isUnique' can be const. [functionConst]
lordsawar-0.3.1/src/vector.h:90:0: style: Technically the member function 'Vector < int >::toIndex' can be const. [functionConst]
lordsawar-0.3.1/src/vector.h:90:0: style: Technically the member function 'Vector < OT >::toIndex' can be const. [functionConst]
lordsawar-0.3.1/src/AICityInfo.cpp:29:5: style: Class 'AICityInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/AICityInfo.cpp:29:5: style: Class 'AICityInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/Positioned.h:35:6: style: Class 'Positioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Positioned.h:41:6: style: Class 'Positioned' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Immovable.h:38:6: style: Class 'Immovable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Immovable.h:44:6: style: Class 'Immovable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/UniquelyIdentified.h:40:5: style: Class 'UniquelyIdentified' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/UniquelyIdentified.h:43:5: style: Class 'UniquelyIdentified' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Ownable.h:35:6: style: Class 'Ownable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Ownable.h:41:6: style: Class 'Ownable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Named.h:33:6: style: Class 'Named' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Named.h:37:6: style: Class 'Named' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Renamable.h:35:6: style: Class 'Renamable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Renamable.h:41:6: style: Class 'Renamable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/prodslot.h:44:6: style: Class 'ProdSlot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/prodslotlist.h:53:9: style: Class 'ProdSlotlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/prodslotlist.h:66:9: style: Class 'ProdSlotlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/AICityInfo.h:44:9: style: Class 'AICityInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Threat.h:63:9: style: Class 'Threat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Threat.h:66:9: style: Class 'Threat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Threat.h:69:9: style: Class 'Threat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:38:0: style: Struct 'Vector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:43:0: style: Struct 'Vector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:38:0: style: Struct 'Vector < OT >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:31:0: warning: The struct 'Vector < OT >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:879:29: warning: Identical condition 'totalDefenderStrength<cityDanger', second condition is always false [identicalConditionAfterEarlyExit]
lordsawar-0.3.1/src/AI_Allocation.cpp:841:32: note: first condition
lordsawar-0.3.1/src/AI_Allocation.cpp:879:29: note: second condition
lordsawar-0.3.1/src/AI_Allocation.cpp:1385:7: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lordsawar-0.3.1/src/AI_Allocation.cpp:844:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lordsawar-0.3.1/src/AI_Allocation.cpp:619:48: style: Function 'move' argument 2 names different: declaration 'build_capacity' definition 'take_neutrals'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/AI_Allocation.h:49:41: note: Function 'move' argument 2 names different: declaration 'build_capacity' definition 'take_neutrals'.
lordsawar-0.3.1/src/AI_Allocation.cpp:619:48: note: Function 'move' argument 2 names different: declaration 'build_capacity' definition 'take_neutrals'.
lordsawar-0.3.1/src/AI_Allocation.cpp:888:54: style: Function 'allocateDefensiveStacks' argument 1 names different: declaration 'allCities' definition 'cities'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/AI_Allocation.h:70:47: note: Function 'allocateDefensiveStacks' argument 1 names different: declaration 'allCities' definition 'cities'.
lordsawar-0.3.1/src/AI_Allocation.cpp:888:54: note: Function 'allocateDefensiveStacks' argument 1 names different: declaration 'allCities' definition 'cities'.
lordsawar-0.3.1/src/AI_Allocation.cpp:1121:68: style: Function 'findBestAttackerFor' argument 2 names different: declaration 'num_city_defenders' definition 'city_defenders'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/AI_Allocation.h:114:61: note: Function 'findBestAttackerFor' argument 2 names different: declaration 'num_city_defenders' definition 'city_defenders'.
lordsawar-0.3.1/src/AI_Allocation.cpp:1121:68: note: Function 'findBestAttackerFor' argument 2 names different: declaration 'num_city_defenders' definition 'city_defenders'.
lordsawar-0.3.1/src/AI_Allocation.cpp:650:19: style: Variable 'temple_alloc' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/AI_Allocation.cpp:660:17: style: Variable 'ruin_alloc' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/AI_Allocation.cpp:670:19: style: Variable 'pickup_alloc' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/AI_Allocation.cpp:639:18: style: Variable 'quest_alloc' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/AI_Allocation.cpp:691:22: style: Variable 'immediate_alloc' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/AI_Allocation.cpp:136:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:175:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:193:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:250:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:261:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:293:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:308:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:334:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:364:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:404:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:453:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:505:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:536:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:565:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:568:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:789:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:1019:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:1386:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/LocationList.h:163:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/LocationList.h:203:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/LocationList.h:254:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Allocation.cpp:1184:56: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
lordsawar-0.3.1/src/AI_Allocation.cpp:1531:25: style: Comparison of a function returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfFuncReturningBoolError]
lordsawar-0.3.1/src/AI_Allocation.cpp:55:16: warning: Member variable 'AI_Allocation::d_stacks' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/AI_Allocation.cpp:55:16: warning: Member variable 'AI_Allocation::abort_turn' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/AI_Allocation.h:122:21: performance: Technically the member function 'AI_Allocation::getFreeSpotInCity' can be static. [functionStatic]
lordsawar-0.3.1/src/AI_Allocation.cpp:1036:28: note: Technically the member function 'AI_Allocation::getFreeSpotInCity' can be static.
lordsawar-0.3.1/src/AI_Allocation.h:122:21: note: Technically the member function 'AI_Allocation::getFreeSpotInCity' can be static.
lordsawar-0.3.1/src/AI_Allocation.h:125:21: performance: Technically the member function 'AI_Allocation::getFreeOtherSpotInCity' can be static. [functionStatic]
lordsawar-0.3.1/src/AI_Allocation.cpp:1003:28: note: Technically the member function 'AI_Allocation::getFreeOtherSpotInCity' can be static.
lordsawar-0.3.1/src/AI_Allocation.h:125:21: note: Technically the member function 'AI_Allocation::getFreeOtherSpotInCity' can be static.
lordsawar-0.3.1/src/fight.h:158:36: style: Technically the member function 'Fight::getInitialHPs' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:32:36: style: Technically the member function 'PixMask::get_pixmap' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:33:36: style: Technically the member function 'PixMask::get_mask' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:34:36: style: Technically the member function 'PixMask::get_gc' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:35:10: style: Technically the member function 'PixMask::get_width' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:36:10: style: Technically the member function 'PixMask::get_height' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:37:10: style: Technically the member function 'PixMask::get_unscaled_width' can be const. [functionConst]
lordsawar-0.3.1/src/PixMask.h:38:10: style: Technically the member function 'PixMask::get_unscaled_height' can be const. [functionConst]
lordsawar-0.3.1/src/MoveResult.h:73:14: style: Technically the member function 'MoveResult::getComputerSearchedTemple' can be const. [functionConst]
lordsawar-0.3.1/src/MoveResult.h:76:14: style: Technically the member function 'MoveResult::getComputerSearchedRuin' can be const. [functionConst]
lordsawar-0.3.1/src/MoveResult.h:82:14: style: Technically the member function 'MoveResult::getComputerPickedUpBag' can be const. [functionConst]
lordsawar-0.3.1/src/army.h:71:23: warning: The class 'Hero' defines member variable with name 'd_tag' also defined in its parent class 'Army'. [duplInheritedMember]
lordsawar-0.3.1/src/hero.h:51:23: note: The class 'Hero' defines member variable with name 'd_tag' also defined in its parent class 'Army'.
lordsawar-0.3.1/src/army.h:71:23: note: The class 'Hero' defines member variable with name 'd_tag' also defined in its parent class 'Army'.
lordsawar-0.3.1/src/Backpack.h:36:23: warning: The class 'MapBackpack' defines member variable with name 'd_tag' also defined in its parent class 'Backpack'. [duplInheritedMember]
lordsawar-0.3.1/src/MapBackpack.h:39:27: note: The class 'MapBackpack' defines member variable with name 'd_tag' also defined in its parent class 'Backpack'.
lordsawar-0.3.1/src/Backpack.h:36:23: note: The class 'MapBackpack' defines member variable with name 'd_tag' also defined in its parent class 'Backpack'.
lordsawar-0.3.1/src/AI_Analysis.h:54:9: style: Class 'AI_Analysis' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/armybase.h:101:9: style: Class 'ArmyBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/army.h:121:9: style: Class 'Army' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/playerlist.h:302:9: style: Class 'Playerlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Movable.h:37:6: style: Class 'Movable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Movable.h:43:6: style: Class 'Movable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/stack.h:76:9: style: Class 'Stack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMask.h:67:6: style: Class 'PixMask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/tilestyle.h:282:9: style: Class 'TileStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/tilestyleset.h:64:9: style: Class 'TileStyleSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Tile.h:83:9: style: Class 'Tile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/SmallTile.h:129:9: style: Class 'SmallTile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Backpack.h:51:9: style: Class 'Backpack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/MapBackpack.h:42:6: style: Class 'MapBackpack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/MapBackpack.h:48:6: style: Class 'MapBackpack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/citylist.h:381:9: style: Class 'Citylist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/stacklist.h:60:9: style: Class 'Stacklist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/stacklist.h:63:9: style: Class 'Stacklist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Namable.h:37:6: style: Class 'Namable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Namable.h:43:6: style: Class 'Namable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/path.h:53:9: style: Class 'Path' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ruinlist.h:167:9: style: Class 'Ruinlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/GameMap.h:1414:9: style: Class 'GameMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/stacktile.h:57:5: style: Class 'StackTile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/shieldstyle.h:65:9: style: Class 'ShieldStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/shieldstyle.h:71:2: style: Class 'ShieldStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/shield.h:53:9: style: Class 'Shield' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/armyprotobase.h:41:9: style: Class 'ArmyProtoBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/hero.h:72:9: style: Class 'Hero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/hero.h:84:9: style: Class 'Hero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/armyproto.h:45:9: style: Class 'ArmyProto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/QuestsManager.h:258:9: style: Class 'QuestsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/OwnerId.h:36:6: style: Class 'OwnerId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/OwnerId.h:42:6: style: Class 'OwnerId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/hero.h:93:24: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/army.h:241:24: note: Virtual function in base class
lordsawar-0.3.1/src/hero.h:93:24: note: Function in derived class
lordsawar-0.3.1/src/hero.h:96:7: style: The function 'isHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/army.h:232:15: note: Virtual function in base class
lordsawar-0.3.1/src/hero.h:96:7: note: Function in derived class
lordsawar-0.3.1/src/hero.h:125:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/army.h:318:22: note: Virtual function in base class
lordsawar-0.3.1/src/hero.h:125:14: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:68:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:68:19: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:71:10: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:71:10: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:74:10: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:74:10: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:83:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:83:10: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:99:10: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:99:10: note: Function in derived class
lordsawar-0.3.1/src/QKillHero.h:105:10: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QKillHero.h:105:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:68:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:68:19: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:71:10: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:71:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:74:10: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:74:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:85:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:85:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:101:10: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:101:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.h:107:10: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmies.h:107:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:65:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:65:19: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:68:10: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:68:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:71:10: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:71:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:84:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:84:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:100:10: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:100:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmytype.h:106:10: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QEnemyArmytype.h:106:10: note: Function in derived class
lordsawar-0.3.1/src/player.h:1716:48: performance: Function parameter 'stacks' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/AI_Allocation.cpp:108:7: performance: Possible inefficient checking for 'armies' emptiness. [stlSize]
lordsawar-0.3.1/src/AI_Allocation.cpp:806:15: performance: Possible inefficient checking for 'armies' emptiness. [stlSize]
lordsawar-0.3.1/src/AI_Allocation.cpp:957:15: performance: Possible inefficient checking for 'armies' emptiness. [stlSize]
lordsawar-0.3.1/src/AI_Allocation.cpp:1017:13: performance: Possible inefficient checking for 'f' emptiness. [stlSize]
lordsawar-0.3.1/src/AI_Analysis.cpp:150:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lordsawar-0.3.1/src/AI_Analysis.cpp:106:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Analysis.cpp:152:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Analysis.cpp:230:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:39:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:66:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:79:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:90:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:303:0: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/setlist.h:35:0: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/AI_Analysis.h:110:14: performance: Technically the member function 'AI_Analysis::examineRuins' can be static. [functionStatic]
lordsawar-0.3.1/src/AI_Analysis.cpp:242:19: note: Technically the member function 'AI_Analysis::examineRuins' can be static.
lordsawar-0.3.1/src/AI_Analysis.h:110:14: note: Technically the member function 'AI_Analysis::examineRuins' can be static.
lordsawar-0.3.1/src/set.h:34:17: style: Technically the member function 'Set::getOrigin' can be const. [functionConst]
lordsawar-0.3.1/src/AI_Analysis.cpp:46:5: style: Class 'AI_Analysis' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/AI_Analysis.cpp:46:5: style: Class 'AI_Analysis' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/xmlhelper.h:107:9: style: Class 'XML_Helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/xmlhelper.h:113:9: style: Class 'XML_Helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/setlist.h:35:0: style: Class 'SetList < Armyset >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/stack.h:135:26: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:105:8: style: The scope of the variable 'at_war' can be reduced. [variableScope]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:70:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:94:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:110:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:145:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Diplomacy.cpp:157:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/AI_Diplomacy.h:30:9: style: Class 'AI_Diplomacy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:144:9: style: Class 'History_StartTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:164:9: style: Class 'History_FoundSage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:168:9: style: Class 'History_FoundSage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:193:9: style: Class 'History_GoldTotal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:197:9: style: Class 'History_GoldTotal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:226:9: style: Class 'History_HeroEmerges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:262:9: style: Class 'History_CityWon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:266:9: style: Class 'History_CityWon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:295:9: style: Class 'History_HeroCityWon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:326:9: style: Class 'History_CityRazed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:330:9: style: Class 'History_CityRazed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:355:9: style: Class 'History_HeroQuestStarted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:359:9: style: Class 'History_HeroQuestStarted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:384:9: style: Class 'History_HeroQuestCompleted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:388:9: style: Class 'History_HeroQuestCompleted' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:417:9: style: Class 'History_HeroKilledInCity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:448:9: style: Class 'History_HeroKilledInBattle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:452:9: style: Class 'History_HeroKilledInBattle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:477:9: style: Class 'History_HeroKilledSearching' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:481:9: style: Class 'History_HeroKilledSearching' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:506:9: style: Class 'History_Score' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:510:9: style: Class 'History_Score' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:539:9: style: Class 'History_PlayerVanquished' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:558:9: style: Class 'History_DiplomacyPeace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:562:9: style: Class 'History_DiplomacyPeace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:587:9: style: Class 'History_DiplomacyWar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:591:9: style: Class 'History_DiplomacyWar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:616:9: style: Class 'History_DiplomacyTreachery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:620:9: style: Class 'History_DiplomacyTreachery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:645:9: style: Class 'History_HeroFindsAllies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:649:9: style: Class 'History_HeroFindsAllies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:677:2: style: Class 'History_EndTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:700:9: style: Class 'History_HeroRuinExplored' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:736:9: style: Class 'History_HeroRewardRuin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:773:9: style: Class 'History_HeroUseItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/select-city-map.h:42:5: style: Class 'SelectCityMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/history.h:149:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:149:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:152:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:152:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:173:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:173:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:176:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:176:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:202:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:202:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:205:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:205:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:231:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:231:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:234:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:234:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:271:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:271:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:274:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:274:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:300:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:300:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:303:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:303:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:335:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:335:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:338:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:338:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:364:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:364:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:367:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:367:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:393:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:393:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:396:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:396:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:422:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:422:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:425:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:425:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:457:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:457:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:460:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:460:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:486:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:486:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:489:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:489:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:515:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:515:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:518:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:518:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:544:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:544:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:547:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:547:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:567:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:567:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:570:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:570:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:596:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:596:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:599:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:599:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:625:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:625:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:628:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:628:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:654:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:654:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:657:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:657:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:682:16: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:682:16: note: Function in derived class
lordsawar-0.3.1/src/history.h:685:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:685:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:705:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:705:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:708:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:708:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:741:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:741:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:744:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:744:22: note: Function in derived class
lordsawar-0.3.1/src/history.h:778:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:105:31: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:778:23: note: Function in derived class
lordsawar-0.3.1/src/history.h:781:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/history.h:129:22: note: Virtual function in base class
lordsawar-0.3.1/src/history.h:781:22: note: Function in derived class
lordsawar-0.3.1/src/select-city-map.h:69:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/select-city-map.h:69:18: note: Function in derived class
lordsawar-0.3.1/src/Backpack.cpp:47:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:53:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:60:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:94:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:109:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:124:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:141:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:150:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:159:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:167:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:175:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:184:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:198:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:217:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:223:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Backpack.cpp:233:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ItemProto.h:46:23: warning: The class 'Item' defines member variable with name 'd_tag' also defined in its parent class 'ItemProto'. [duplInheritedMember]
lordsawar-0.3.1/src/Item.h:52:23: note: The class 'Item' defines member variable with name 'd_tag' also defined in its parent class 'ItemProto'.
lordsawar-0.3.1/src/ItemProto.h:46:23: note: The class 'Item' defines member variable with name 'd_tag' also defined in its parent class 'ItemProto'.
lordsawar-0.3.1/src/ItemProto.h:113:9: style: Class 'ItemProto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ItemProto.h:119:9: style: Class 'ItemProto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Item.h:55:9: style: Class 'Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Commentator.cpp:112:103: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Commentator.h:43:14: performance: Technically the member function 'Commentator::hasComment' can be static. [functionStatic]
lordsawar-0.3.1/src/Commentator.cpp:51:19: note: Technically the member function 'Commentator::hasComment' can be static.
lordsawar-0.3.1/src/Commentator.h:43:14: note: Technically the member function 'Commentator::hasComment' can be static.
lordsawar-0.3.1/src/Commentator.h:45:36: performance: Technically the member function 'Commentator::getComments' can be static. [functionStatic]
lordsawar-0.3.1/src/Commentator.cpp:59:41: note: Technically the member function 'Commentator::getComments' can be static.
lordsawar-0.3.1/src/Commentator.h:45:36: note: Technically the member function 'Commentator::getComments' can be static.
lordsawar-0.3.1/src/Commentator.cpp:75:7: performance: Possible inefficient checking for 'heroes' emptiness. [stlSize]
lordsawar-0.3.1/src/file-compat.h:32:6: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/file-compat.h:32:16: performance: Variable 'file_extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/file-compat.h:32:36: performance: Variable 'tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/file-compat.h:126:6: performance: Variable 'from_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/file-compat.h:126:24: performance: Variable 'to_version' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/file-compat.h:126:40: performance: Variable 'slot' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/CreateScenario.cpp:550:16: style: The scope of the variable 's' can be reduced. [variableScope]
lordsawar-0.3.1/src/CreateScenario.cpp:148:49: style: Function 'setShieldset' argument 1 names different: declaration 'shieldsname' definition 'shieldset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/CreateScenario.h:69:34: note: Function 'setShieldset' argument 1 names different: declaration 'shieldsname' definition 'shieldset'.
lordsawar-0.3.1/src/CreateScenario.cpp:148:49: note: Function 'setShieldset' argument 1 names different: declaration 'shieldsname' definition 'shieldset'.
lordsawar-0.3.1/src/CreateScenario.cpp:164:38: style: Function 'setNoCities' argument 1 names different: declaration 'number' definition 'nocities'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/CreateScenario.h:75:30: note: Function 'setNoCities' argument 1 names different: declaration 'number' definition 'nocities'.
lordsawar-0.3.1/src/CreateScenario.cpp:164:38: note: Function 'setNoCities' argument 1 names different: declaration 'number' definition 'nocities'.
lordsawar-0.3.1/src/CreateScenario.cpp:171:37: style: Function 'setNoRuins' argument 1 names different: declaration 'number' definition 'noruins'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/CreateScenario.h:78:29: note: Function 'setNoRuins' argument 1 names different: declaration 'number' definition 'noruins'.
lordsawar-0.3.1/src/CreateScenario.cpp:171:37: note: Function 'setNoRuins' argument 1 names different: declaration 'number' definition 'noruins'.
lordsawar-0.3.1/src/CreateScenario.cpp:178:42: style: Function 'setNoSignposts' argument 1 names different: declaration 'number' definition 'nosignposts'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/CreateScenario.h:81:33: note: Function 'setNoSignposts' argument 1 names different: declaration 'number' definition 'nosignposts'.
lordsawar-0.3.1/src/CreateScenario.cpp:178:42: note: Function 'setNoSignposts' argument 1 names different: declaration 'number' definition 'nosignposts'.
lordsawar-0.3.1/src/CreateScenario.cpp:185:39: style: Function 'setNoTemples' argument 1 names different: declaration 'number' definition 'notemples'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/CreateScenario.h:84:31: note: Function 'setNoTemples' argument 1 names different: declaration 'number' definition 'notemples'.
lordsawar-0.3.1/src/CreateScenario.cpp:185:39: note: Function 'setNoTemples' argument 1 names different: declaration 'number' definition 'notemples'.
lordsawar-0.3.1/src/CreateScenario.cpp:272:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:402:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:419:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:428:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:465:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:486:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:494:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:502:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:522:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:578:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.cpp:606:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/CreateScenario.h:153:7: performance: Technically the member function 'CreateScenario::createCapitalCity' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:389:22: note: Technically the member function 'CreateScenario::createCapitalCity' can be static.
lordsawar-0.3.1/src/CreateScenario.h:153:7: note: Technically the member function 'CreateScenario::createCapitalCity' can be static.
lordsawar-0.3.1/src/CreateScenario.h:154:7: performance: Technically the member function 'CreateScenario::tooNearToOtherCapitalCities' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:399:22: note: Technically the member function 'CreateScenario::tooNearToOtherCapitalCities' can be static.
lordsawar-0.3.1/src/CreateScenario.h:154:7: note: Technically the member function 'CreateScenario::tooNearToOtherCapitalCities' can be static.
lordsawar-0.3.1/src/CreateScenario.h:164:14: performance: Technically the member function 'CreateScenario::setupTemples' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:499:22: note: Technically the member function 'CreateScenario::setupTemples' can be static.
lordsawar-0.3.1/src/CreateScenario.h:164:14: note: Technically the member function 'CreateScenario::setupTemples' can be static.
lordsawar-0.3.1/src/CreateScenario.h:172:7: performance: Technically the member function 'CreateScenario::setupItems' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:615:22: note: Technically the member function 'CreateScenario::setupItems' can be static.
lordsawar-0.3.1/src/CreateScenario.h:172:7: note: Technically the member function 'CreateScenario::setupItems' can be static.
lordsawar-0.3.1/src/CreateScenario.h:184:7: performance: Technically the member function 'CreateScenario::setupRoads' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:483:22: note: Technically the member function 'CreateScenario::setupRoads' can be static.
lordsawar-0.3.1/src/CreateScenario.h:184:7: note: Technically the member function 'CreateScenario::setupRoads' can be static.
lordsawar-0.3.1/src/CreateScenario.h:185:7: performance: Technically the member function 'CreateScenario::setupBridges' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:491:22: note: Technically the member function 'CreateScenario::setupBridges' can be static.
lordsawar-0.3.1/src/CreateScenario.h:185:7: note: Technically the member function 'CreateScenario::setupBridges' can be static.
lordsawar-0.3.1/src/CreateScenario.h:190:7: performance: Technically the member function 'CreateScenario::getRuinDifficulty' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:621:22: note: Technically the member function 'CreateScenario::getRuinDifficulty' can be static.
lordsawar-0.3.1/src/CreateScenario.h:190:7: note: Technically the member function 'CreateScenario::getRuinDifficulty' can be static.
lordsawar-0.3.1/src/CreateScenario.h:197:7: performance: Technically the member function 'CreateScenario::getSignpostDifficulty' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:663:22: note: Technically the member function 'CreateScenario::getSignpostDifficulty' can be static.
lordsawar-0.3.1/src/CreateScenario.h:197:7: note: Technically the member function 'CreateScenario::getSignpostDifficulty' can be static.
lordsawar-0.3.1/src/CreateScenario.h:203:7: performance: Technically the member function 'CreateScenario::getCityDifficulty' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:685:22: note: Technically the member function 'CreateScenario::getCityDifficulty' can be static.
lordsawar-0.3.1/src/CreateScenario.h:203:7: note: Technically the member function 'CreateScenario::getCityDifficulty' can be static.
lordsawar-0.3.1/src/temple.h:74:14: performance: Technically the member function 'Temple::searchable' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenario.cpp:97:5: style: Class 'CreateScenario' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/CreateScenario.cpp:97:5: style: Class 'CreateScenario' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/counter.h:46:9: style: Class 'FL_Counter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/counter.h:49:9: style: Class 'FL_Counter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/SightMap.h:41:9: style: Class 'SightMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:192:9: style: Class 'Reward_Gold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:195:2: style: Class 'Reward_Gold' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:258:2: style: Class 'Reward_Allies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:351:9: style: Class 'Reward_Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:360:2: style: Class 'Reward_Item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:427:9: style: Class 'Reward_Ruin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:436:2: style: Class 'Reward_Ruin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:520:2: style: Class 'Reward_Map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/rewardlist.h:89:9: style: Class 'Rewardlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/rewardlist.h:92:9: style: Class 'Rewardlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Itemlist.h:77:9: style: Class 'Itemlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/templelist.h:131:9: style: Class 'Templelist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/signpost.h:56:9: style: Class 'Signpost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/signpostlist.h:64:9: style: Class 'Signpostlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/port.h:38:9: style: Class 'Port' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/port.h:51:9: style: Class 'Port' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/portlist.h:67:9: style: Class 'Portlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/bridgelist.h:84:9: style: Class 'Bridgelist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/bridge.h:63:9: style: Class 'Bridge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/road.h:73:9: style: Class 'Road' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/roadlist.h:77:9: style: Class 'Roadlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/real_player.h:58:9: style: Class 'RealPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/real_player.h:61:9: style: Class 'RealPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_fast.h:63:9: style: Class 'AI_Fast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_fast.h:66:9: style: Class 'AI_Fast' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_smart.h:86:9: style: Class 'AI_Smart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_smart.h:88:9: style: Class 'AI_Smart' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_dummy.h:58:9: style: Class 'AI_Dummy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ai_dummy.h:60:9: style: Class 'AI_Dummy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/FogMap.h:81:9: style: Class 'FogMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/setlist.h:35:0: style: Class 'SetList < Cityset >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/setlist.h:35:0: style: Class 'SetList < Tileset >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/setlist.h:35:0: style: Class 'SetList < Shieldset >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/reward.h:212:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/reward.h:145:22: note: Virtual function in base class
lordsawar-0.3.1/src/reward.h:212:14: note: Function in derived class
lordsawar-0.3.1/src/reward.h:275:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/reward.h:145:22: note: Virtual function in base class
lordsawar-0.3.1/src/reward.h:275:14: note: Function in derived class
lordsawar-0.3.1/src/reward.h:386:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/reward.h:145:22: note: Virtual function in base class
lordsawar-0.3.1/src/reward.h:386:14: note: Function in derived class
lordsawar-0.3.1/src/reward.h:462:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/reward.h:145:22: note: Virtual function in base class
lordsawar-0.3.1/src/reward.h:462:14: note: Function in derived class
lordsawar-0.3.1/src/reward.h:562:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/reward.h:145:22: note: Virtual function in base class
lordsawar-0.3.1/src/reward.h:562:14: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:66:15: style: The function 'isComputer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:240:15: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:66:15: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:68:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:458:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:68:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:70:15: style: The function 'abortTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1046:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:70:15: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:72:22: style: The function 'startTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1044:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:72:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:74:22: style: The function 'endTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1056:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:74:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:76:22: style: The function 'invadeCity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1005:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:76:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:78:22: style: The function 'chooseHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1008:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:78:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:80:25: style: The function 'chooseReward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1011:25: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:80:25: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:82:22: style: The function 'heroGainsLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:774:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:82:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:84:15: style: The function 'chooseTreachery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1014:15: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:84:15: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:85:28: style: The function 'chooseStat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1017:28: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:85:28: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:87:22: style: The function 'chooseQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1020:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:87:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:88:22: style: The function 'computerChooseVisitRuin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1023:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:88:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:89:22: style: The function 'computerChoosePickupBag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1025:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:89:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:90:22: style: The function 'computerChooseVisitTempleForBlessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1027:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:90:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:91:22: style: The function 'computerChooseVisitTempleForQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1029:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:91:22: note: Function in derived class
lordsawar-0.3.1/src/real_player.h:92:22: style: The function 'computerChooseContinueQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1031:22: note: Virtual function in base class
lordsawar-0.3.1/src/real_player.h:92:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:71:15: style: The function 'isComputer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:66:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:71:15: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:74:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:68:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:74:14: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:88:15: style: The function 'abortTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:70:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:88:15: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:89:22: style: The function 'startTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:72:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:89:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:90:22: style: The function 'invadeCity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:76:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:90:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:91:22: style: The function 'chooseHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:78:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:91:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:92:25: style: The function 'chooseReward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:80:25: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:92:25: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:93:22: style: The function 'heroGainsLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:82:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:93:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:94:15: style: The function 'chooseTreachery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:84:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:94:15: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:95:28: style: The function 'chooseStat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:85:28: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:95:28: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:96:22: style: The function 'chooseQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:87:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:96:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:97:22: style: The function 'computerChooseVisitRuin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:88:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:97:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:98:22: style: The function 'computerChoosePickupBag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:89:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:98:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:99:22: style: The function 'computerChooseVisitTempleForBlessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:90:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:99:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:100:22: style: The function 'computerChooseVisitTempleForQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:91:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:100:22: note: Function in derived class
lordsawar-0.3.1/src/ai_fast.h:101:22: style: The function 'computerChooseContinueQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:92:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_fast.h:101:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:92:15: style: The function 'isComputer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:66:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:92:15: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:93:15: style: The function 'abortTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:70:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:93:15: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:94:22: style: The function 'startTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:72:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:94:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:95:22: style: The function 'invadeCity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:76:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:95:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:96:22: style: The function 'chooseHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:78:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:96:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:97:25: style: The function 'chooseReward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:80:25: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:97:25: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:98:22: style: The function 'heroGainsLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:82:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:98:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:99:15: style: The function 'chooseTreachery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:84:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:99:15: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:100:28: style: The function 'chooseStat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:85:28: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:100:28: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:101:22: style: The function 'chooseQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:87:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:101:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:102:22: style: The function 'computerChooseVisitRuin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:88:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:102:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:103:22: style: The function 'computerChoosePickupBag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:89:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:103:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:104:22: style: The function 'computerChooseVisitTempleForBlessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:90:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:104:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:105:22: style: The function 'computerChooseVisitTempleForQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:91:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:105:22: note: Function in derived class
lordsawar-0.3.1/src/ai_smart.h:106:22: style: The function 'computerChooseContinueQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:92:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_smart.h:106:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:64:15: style: The function 'isComputer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:66:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:64:15: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:65:22: style: The function 'abortTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:70:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:65:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:66:22: style: The function 'startTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:72:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:66:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:67:22: style: The function 'invadeCity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:76:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:67:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:68:22: style: The function 'chooseHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:78:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:68:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:69:25: style: The function 'chooseReward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:80:25: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:69:25: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:70:22: style: The function 'heroGainsLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:82:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:70:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:71:15: style: The function 'chooseTreachery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:84:15: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:71:15: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:72:28: style: The function 'chooseStat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:85:28: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:72:28: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:73:22: style: The function 'chooseQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:87:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:73:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:74:22: style: The function 'computerChooseVisitRuin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:88:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:74:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:75:22: style: The function 'computerChoosePickupBag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:89:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:75:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:76:22: style: The function 'computerChooseVisitTempleForBlessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:90:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:76:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:77:22: style: The function 'computerChooseVisitTempleForQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:91:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:77:22: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.h:78:22: style: The function 'computerChooseContinueQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/real_player.h:92:22: note: Virtual function in base class
lordsawar-0.3.1/src/ai_dummy.h:78:22: note: Function in derived class
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:50:9: style: Condition '!success' is always false [knownConditionTrueFalse]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:43:20: note: Assignment 'success=true', assigned value is 1
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:50:9: note: Condition '!success' is always false
lordsawar-0.3.1/src/CreateScenarioRandomize.h:52:10: performance: Technically the member function 'CreateScenarioRandomize::getRandomCityIncome' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:106:34: note: Technically the member function 'CreateScenarioRandomize::getRandomCityIncome' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:52:10: note: Technically the member function 'CreateScenarioRandomize::getRandomCityIncome' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:62:7: performance: Technically the member function 'CreateScenarioRandomize::getBaseGold' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:215:31: note: Technically the member function 'CreateScenarioRandomize::getBaseGold' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:62:7: note: Technically the member function 'CreateScenarioRandomize::getBaseGold' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:64:6: performance: Technically the member function 'CreateScenarioRandomize::adjustBaseGold' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:207:30: note: Technically the member function 'CreateScenarioRandomize::adjustBaseGold' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:64:6: note: Technically the member function 'CreateScenarioRandomize::adjustBaseGold' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:73:23: performance: Technically the member function 'CreateScenarioRandomize::get_direction' can be static. [functionStatic]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:123:40: note: Technically the member function 'CreateScenarioRandomize::get_direction' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.h:73:23: note: Technically the member function 'CreateScenarioRandomize::get_direction' can be static.
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:45:5: style: Class 'CreateScenarioRandomize' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/CreateScenarioRandomize.cpp:45:5: style: Class 'CreateScenarioRandomize' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/File.cpp:426:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/File.cpp:423:0: note: Variable 'result' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/File.cpp:426:3: note: Variable 'result' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/File.cpp:331:38: style: Function 'is_writable' argument 1 names different: declaration 'path' definition 'file'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/File.h:109:40: note: Function 'is_writable' argument 1 names different: declaration 'path' definition 'file'.
lordsawar-0.3.1/src/File.cpp:331:38: note: Function 'is_writable' argument 1 names different: declaration 'path' definition 'file'.
lordsawar-0.3.1/src/File.cpp:404:36: style: Function 'clean_dir' argument 1 names different: declaration 'filename' definition 'dirname'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/File.h:127:45: note: Function 'clean_dir' argument 1 names different: declaration 'filename' definition 'dirname'.
lordsawar-0.3.1/src/File.cpp:404:36: note: Function 'clean_dir' argument 1 names different: declaration 'filename' definition 'dirname'.
lordsawar-0.3.1/src/FogMap.cpp:74:9: warning: Member variable 'FogMap::completely_obscured' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/FogMap.h:142:14: style: Technically the member function 'FogMap::isLoneFogTile' can be const. [functionConst]
lordsawar-0.3.1/src/FogMap.cpp:195:14: note: Technically the member function 'FogMap::isLoneFogTile' can be const.
lordsawar-0.3.1/src/FogMap.h:142:14: note: Technically the member function 'FogMap::isLoneFogTile' can be const.
lordsawar-0.3.1/src/FogMap.cpp:59:5: style: Class 'FogMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/FogMap.h:34:1: warning: The class 'FogMap' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/GameMap.cpp:574:7: style: The scope of the variable 'destx' can be reduced. [variableScope]
lordsawar-0.3.1/src/GameMap.cpp:574:18: style: The scope of the variable 'desty' can be reduced. [variableScope]
lordsawar-0.3.1/src/GameMap.cpp:82:24: style: Function 'getInstance' argument 2 names different: declaration 'Shieldsetname' definition 'ShieldsetName'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:86:23: note: Function 'getInstance' argument 2 names different: declaration 'Shieldsetname' definition 'ShieldsetName'.
lordsawar-0.3.1/src/GameMap.cpp:82:24: note: Function 'getInstance' argument 2 names different: declaration 'Shieldsetname' definition 'ShieldsetName'.
lordsawar-0.3.1/src/GameMap.cpp:83:24: style: Function 'getInstance' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:87:23: note: Function 'getInstance' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'.
lordsawar-0.3.1/src/GameMap.cpp:83:24: note: Function 'getInstance' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'.
lordsawar-0.3.1/src/GameMap.cpp:111:18: style: Function 'GameMap' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:1411:17: note: Function 'GameMap' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'.
lordsawar-0.3.1/src/GameMap.cpp:111:18: note: Function 'GameMap' argument 3 names different: declaration 'Citysetname' definition 'CitysetName'.
lordsawar-0.3.1/src/GameMap.cpp:138:43: style: Function 'processStyles' argument 1 names different: declaration 'styles' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:1425:35: note: Function 'processStyles' argument 1 names different: declaration 'styles' definition 's'.
lordsawar-0.3.1/src/GameMap.cpp:138:43: note: Function 'processStyles' argument 1 names different: declaration 'styles' definition 's'.
lordsawar-0.3.1/src/GameMap.cpp:1117:67: style: Function 'getEnemyStacks' argument 1 names different: declaration 'posns' definition 'positions'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:475:66: note: Function 'getEnemyStacks' argument 1 names different: declaration 'posns' definition 'positions'.
lordsawar-0.3.1/src/GameMap.cpp:1117:67: note: Function 'getEnemyStacks' argument 1 names different: declaration 'posns' definition 'positions'.
lordsawar-0.3.1/src/GameMap.cpp:1200:34: style: Function 'groupStacks' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:358:33: note: Function 'groupStacks' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/GameMap.cpp:1200:34: note: Function 'groupStacks' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/GameMap.cpp:1234:36: style: Function 'canJoin' argument 1 names different: declaration 'stack' definition 'src'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:400:35: note: Function 'canJoin' argument 1 names different: declaration 'stack' definition 'src'.
lordsawar-0.3.1/src/GameMap.cpp:1234:36: note: Function 'canJoin' argument 1 names different: declaration 'stack' definition 'src'.
lordsawar-0.3.1/src/GameMap.cpp:1234:53: style: Function 'canJoin' argument 2 names different: declaration 'pos' definition 'dest'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:400:54: note: Function 'canJoin' argument 2 names different: declaration 'pos' definition 'dest'.
lordsawar-0.3.1/src/GameMap.cpp:1234:53: note: Function 'canJoin' argument 2 names different: declaration 'pos' definition 'dest'.
lordsawar-0.3.1/src/GameMap.cpp:1243:38: style: Function 'canAddArmy' argument 1 names different: declaration 'pos' definition 'dest'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:410:37: note: Function 'canAddArmy' argument 1 names different: declaration 'pos' definition 'dest'.
lordsawar-0.3.1/src/GameMap.cpp:1243:38: note: Function 'canAddArmy' argument 1 names different: declaration 'pos' definition 'dest'.
lordsawar-0.3.1/src/GameMap.cpp:2075:44: style: Function 'getLocation' argument 1 names different: declaration 'pos' definition 'tile'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:1352:36: note: Function 'getLocation' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/GameMap.cpp:2075:44: note: Function 'getLocation' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/GameMap.cpp:2317:37: style: Function 'eraseTile' argument 1 names different: declaration 'pos' definition 'tile'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/GameMap.h:1327:36: note: Function 'eraseTile' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/GameMap.cpp:2317:37: note: Function 'eraseTile' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/GameMap.cpp:1121:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1209:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1212:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1223:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1226:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1300:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1380:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1386:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1389:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1392:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1406:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1415:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:1418:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2057:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2059:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2128:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2198:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2338:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2455:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2507:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2516:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameMap.cpp:2535:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyprodbase.h:47:9: style: Class 'ArmyProdBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/armyprodbase.h:50:9: style: Class 'ArmyProdBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/GameScenario.cpp:134:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:150:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:166:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:182:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:218:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:246:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:295:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:311:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:326:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:331:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:378:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:402:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:431:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:449:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:493:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:497:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:611:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:619:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:913:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:932:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:945:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:958:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:971:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenario.cpp:1215:7: performance: Variable 'player_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/GameScenario.cpp:1215:25: performance: Variable 'city_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/GameScenario.cpp:1215:41: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/GameScenario.cpp:1215:52: performance: Variable 'comment' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/vectoredunitlist.h:228:9: style: Class 'VectoredUnitlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/GameScenario.cpp:1004:7: performance: Possible inefficient checking for 'errors' emptiness. [stlSize]
lordsawar-0.3.1/src/GameScenarioOptions.cpp:52:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/GameScenarioOptions.cpp:68:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ImageCache.cpp:1320:7: style: Condition 'broken' is always false [knownConditionTrueFalse]
lordsawar-0.3.1/src/ImageCache.cpp:1316:17: note: Assignment 'broken=false', assigned value is 0
lordsawar-0.3.1/src/ImageCache.cpp:1320:7: note: Condition 'broken' is always false
lordsawar-0.3.1/src/ImageCache.cpp:660:58: style: Function 'getArmyPic' argument 2 names different: declaration 'army' definition 'army_id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:163:54: note: Function 'getArmyPic' argument 2 names different: declaration 'army' definition 'army_id'.
lordsawar-0.3.1/src/ImageCache.cpp:660:58: note: Function 'getArmyPic' argument 2 names different: declaration 'army' definition 'army_id'.
lordsawar-0.3.1/src/ImageCache.cpp:723:65: style: Function 'getCircledArmyPic' argument 2 names different: declaration 'army' definition 'army_id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:166:61: note: Function 'getCircledArmyPic' argument 2 names different: declaration 'army' definition 'army_id'.
lordsawar-0.3.1/src/ImageCache.cpp:723:65: note: Function 'getCircledArmyPic' argument 2 names different: declaration 'army' definition 'army_id'.
lordsawar-0.3.1/src/ImageCache.cpp:863:39: style: Function 'getRuinPic' argument 1 names different: declaration 'r' definition 'ruin'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:195:35: note: Function 'getRuinPic' argument 1 names different: declaration 'r' definition 'ruin'.
lordsawar-0.3.1/src/ImageCache.cpp:863:39: note: Function 'getRuinPic' argument 1 names different: declaration 'r' definition 'ruin'.
lordsawar-0.3.1/src/ImageCache.cpp:1157:53: style: Function 'getDefaultTileStylePic' argument 1 names different: declaration 'tilestyle_type' definition 'type'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:309:49: note: Function 'getDefaultTileStylePic' argument 1 names different: declaration 'tilestyle_type' definition 'type'.
lordsawar-0.3.1/src/ImageCache.cpp:1157:53: note: Function 'getDefaultTileStylePic' argument 1 names different: declaration 'tilestyle_type' definition 'type'.
lordsawar-0.3.1/src/ImageCache.cpp:1157:67: style: Function 'getDefaultTileStylePic' argument 2 names different: declaration 'tilesize' definition 'size'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:310:49: note: Function 'getDefaultTileStylePic' argument 2 names different: declaration 'tilesize' definition 'size'.
lordsawar-0.3.1/src/ImageCache.cpp:1157:67: note: Function 'getDefaultTileStylePic' argument 2 names different: declaration 'tilesize' definition 'size'.
lordsawar-0.3.1/src/ImageCache.cpp:1440:70: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:508:55: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1440:70: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1496:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:544:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1496:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1539:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:526:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1539:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1585:76: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:562:58: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1585:76: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1632:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:583:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1632:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1766:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:615:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1766:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1788:64: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:631:52: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1788:64: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1804:66: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:646:53: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1804:66: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1820:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:661:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1820:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1836:72: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:676:56: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1836:72: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1851:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:691:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1851:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1867:60: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:707:50: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1867:60: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1883:66: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:722:53: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1883:66: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1899:66: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:737:53: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1899:66: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1912:66: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:751:53: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1912:66: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1933:74: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:767:57: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1933:74: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1977:72: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:783:56: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1977:72: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1990:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:798:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:1990:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2009:84: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:813:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2009:84: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2028:62: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:828:51: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2028:62: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2041:70: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:842:55: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2041:70: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2054:60: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:857:50: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2054:60: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2067:72: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:872:56: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2067:72: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2080:70: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:887:55: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2080:70: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2102:86: style: Function 'generate' argument 1 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ImageCache.h:902:63: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/ImageCache.cpp:2102:86: note: Function 'generate' argument 1 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/PixMaskCache.h:32:0: performance: Variable 'generate' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: performance: Variable 'cachesize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ImageCache.h:511:10: style: Technically the member function 'SelectorPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:528:10: style: Technically the member function 'ArmyPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:547:10: style: Technically the member function 'FlagPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:564:10: style: Technically the member function 'CircledArmyPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:585:10: style: Technically the member function 'TilePixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:617:10: style: Technically the member function 'CityPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:633:10: style: Technically the member function 'TowerPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:648:10: style: Technically the member function 'TemplePixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:663:10: style: Technically the member function 'RuinPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:678:10: style: Technically the member function 'DiplomacyPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:693:10: style: Technically the member function 'RoadPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:709:10: style: Technically the member function 'FogPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:724:10: style: Technically the member function 'BridgePixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:739:10: style: Technically the member function 'CursorPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:753:10: style: Technically the member function 'ShieldPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:769:10: style: Technically the member function 'ProdShieldPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:785:10: style: Technically the member function 'MoveBonusPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:800:10: style: Technically the member function 'ShipPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:815:10: style: Technically the member function 'PlantedStandardPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:830:10: style: Technically the member function 'PortPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:844:10: style: Technically the member function 'SignpostPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:859:10: style: Technically the member function 'BagPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:874:10: style: Technically the member function 'ExplosionPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:889:10: style: Technically the member function 'NewLevelPixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/ImageCache.h:904:10: style: Technically the member function 'DefaultTileStylePixMaskCacheItem::operator==' can be const. [functionConst]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < SelectorPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < ArmyPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < FlagPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < CircledArmyPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < TilePixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < CityPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < TowerPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < TemplePixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < RuinPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < DiplomacyPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < RoadPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < FogPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < BridgePixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < CursorPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < ShieldPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < ProdShieldPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < MoveBonusPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < ShipPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < PlantedStandardPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < PortPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < SignpostPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < BagPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < ExplosionPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < NewLevelPixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/PixMaskCache.h:32:0: style: Class 'PixMaskCache < DefaultTileStylePixMaskCacheItem >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ImageCache.cpp:1722:59: performance: Function parameter 'item' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/Item.cpp:83:7: warning: Member variable 'Item::sdying' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/Item.cpp:56:3: performance: Variable 'd_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/Item.cpp:94:3: performance: Variable 'd_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/Item.cpp:96:3: performance: Variable 'd_plantable_owner_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/Item.h:48:1: warning: The class 'Item' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/ItemProto.cpp:84:3: performance: Variable 'd_bonus' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:85:3: performance: Variable 'd_uses_left' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:86:3: performance: Variable 'd_army_type_to_kill' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:88:3: performance: Variable 'd_army_type_to_summon' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:89:3: performance: Variable 'd_building_type_to_summon_on' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:91:3: performance: Variable 'd_mp_to_add' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:92:3: performance: Variable 'd_army_type_to_raise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.cpp:93:3: performance: Variable 'd_num_armies_to_raise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ItemProto.h:171:14: style: Technically the member function 'ItemProto::isCurrentlyUsable' can be const. [functionConst]
lordsawar-0.3.1/src/ItemProto.cpp:385:17: note: Technically the member function 'ItemProto::isCurrentlyUsable' can be const.
lordsawar-0.3.1/src/ItemProto.h:171:14: note: Technically the member function 'ItemProto::isCurrentlyUsable' can be const.
lordsawar-0.3.1/src/ItemProto.h:37:1: warning: The class 'ItemProto' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/Itemlist.cpp:126:34: style: Function 'remove' argument 1 names different: declaration 'item' definition 'itemproto'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/Itemlist.h:68:25: note: Function 'remove' argument 1 names different: declaration 'item' definition 'itemproto'.
lordsawar-0.3.1/src/Itemlist.cpp:126:34: note: Function 'remove' argument 1 names different: declaration 'item' definition 'itemproto'.
lordsawar-0.3.1/src/Itemlist.cpp:140:31: style: Function 'add' argument 1 names different: declaration 'item' definition 'itemproto'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/Itemlist.h:69:29: note: Function 'add' argument 1 names different: declaration 'item' definition 'itemproto'.
lordsawar-0.3.1/src/Itemlist.cpp:140:31: note: Function 'add' argument 1 names different: declaration 'item' definition 'itemproto'.
lordsawar-0.3.1/src/Itemlist.cpp:118:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Itemlist.cpp:129:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/LocationBox.cpp:71:35: style: Function 'addArmy' argument 1 names different: declaration 'army' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/LocationBox.h:99:26: note: Function 'addArmy' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/LocationBox.cpp:71:35: note: Function 'addArmy' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/LocationBox.cpp:99:34: style: Function 'isFull' argument 1 names different: declaration 'owner' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/LocationBox.h:150:25: note: Function 'isFull' argument 1 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:99:34: note: Function 'isFull' argument 1 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:112:42: style: Function 'getFreeStack' argument 1 names different: declaration 'owner' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/LocationBox.h:147:33: note: Function 'getFreeStack' argument 1 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:112:42: note: Function 'getFreeStack' argument 1 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:177:53: style: Function 'isCompletelyObscuredByFog' argument 1 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/LocationBox.h:112:44: note: Function 'isCompletelyObscuredByFog' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:177:53: note: Function 'isCompletelyObscuredByFog' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/LocationBox.cpp:68:5: performance: Variable 'd_size' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/LocationBox.h:38:1: warning: The class 'LocationBox' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/MapBackpack.cpp:59:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapBackpack.cpp:69:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:397:56: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lordsawar-0.3.1/src/MapGenerator.cpp:401:56: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lordsawar-0.3.1/src/MapGenerator.cpp:580:9: style: The scope of the variable 'max' can be reduced. [variableScope]
lordsawar-0.3.1/src/MapGenerator.cpp:616:9: style: The scope of the variable 'how_many' can be reduced. [variableScope]
lordsawar-0.3.1/src/MapGenerator.cpp:891:44: style: Function 'makeStreamer' argument 1 names different: declaration 'type' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/MapGenerator.h:168:38: note: Function 'makeStreamer' argument 1 names different: declaration 'type' definition 't'.
lordsawar-0.3.1/src/MapGenerator.cpp:891:44: note: Function 'makeStreamer' argument 1 names different: declaration 'type' definition 't'.
lordsawar-0.3.1/src/MapGenerator.cpp:891:64: style: Function 'makeStreamer' argument 3 names different: declaration 'width' definition 'thick'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/MapGenerator.h:168:61: note: Function 'makeStreamer' argument 3 names different: declaration 'width' definition 'thick'.
lordsawar-0.3.1/src/MapGenerator.cpp:891:64: note: Function 'makeStreamer' argument 3 names different: declaration 'width' definition 'thick'.
lordsawar-0.3.1/src/MapGenerator.cpp:342:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:1381:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:1473:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:1474:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:1645:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:1664:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/MapGenerator.cpp:60:15: warning: Member variable 'MapGenerator::d_width' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/MapGenerator.cpp:60:15: warning: Member variable 'MapGenerator::d_height' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/vector.h:36:0: warning: Member variable 'Vector < float >::x' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/vector.h:36:0: warning: Member variable 'Vector < float >::y' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/MapGenerator.h:124:14: style: Technically the member function 'MapGenerator::printMap' can be const. [functionConst]
lordsawar-0.3.1/src/MapGenerator.cpp:391:20: note: Technically the member function 'MapGenerator::printMap' can be const.
lordsawar-0.3.1/src/MapGenerator.h:124:14: note: Technically the member function 'MapGenerator::printMap' can be const.
lordsawar-0.3.1/src/MapGenerator.h:194:7: performance: Technically the member function 'MapGenerator::findBridgePurpose' can be static. [functionStatic]
lordsawar-0.3.1/src/MapGenerator.cpp:268:20: note: Technically the member function 'MapGenerator::findBridgePurpose' can be static.
lordsawar-0.3.1/src/MapGenerator.h:194:7: note: Technically the member function 'MapGenerator::findBridgePurpose' can be static.
lordsawar-0.3.1/src/MapGenerator.h:284:6: performance: Technically the member function 'MapGenerator::tryRoad' can be static. [functionStatic]
lordsawar-0.3.1/src/MapGenerator.cpp:1344:19: note: Technically the member function 'MapGenerator::tryRoad' can be static.
lordsawar-0.3.1/src/MapGenerator.h:284:6: note: Technically the member function 'MapGenerator::tryRoad' can be static.
lordsawar-0.3.1/src/MapGenerator.h:286:7: performance: Technically the member function 'MapGenerator::isAccessible' can be static. [functionStatic]
lordsawar-0.3.1/src/MapGenerator.cpp:1416:20: note: Technically the member function 'MapGenerator::isAccessible' can be static.
lordsawar-0.3.1/src/MapGenerator.h:286:7: note: Technically the member function 'MapGenerator::isAccessible' can be static.
lordsawar-0.3.1/src/MapGenerator.h:322:55: style: Technically the member function 'MapGenerator::findBridgePlaces' can be const. [functionConst]
lordsawar-0.3.1/src/MapGenerator.cpp:1521:59: note: Technically the member function 'MapGenerator::findBridgePlaces' can be const.
lordsawar-0.3.1/src/MapGenerator.h:322:55: note: Technically the member function 'MapGenerator::findBridgePlaces' can be const.
lordsawar-0.3.1/src/MapGenerator.h:324:7: style: Technically the member function 'MapGenerator::calculateBlockedAvenue' can be const. [functionConst]
lordsawar-0.3.1/src/MapGenerator.cpp:1308:20: note: Technically the member function 'MapGenerator::calculateBlockedAvenue' can be const.
lordsawar-0.3.1/src/MapGenerator.h:324:7: note: Technically the member function 'MapGenerator::calculateBlockedAvenue' can be const.
lordsawar-0.3.1/src/MapGenerator.h:325:7: style: Technically the member function 'MapGenerator::inhospitableTerrain' can be const. [functionConst]
lordsawar-0.3.1/src/MapGenerator.cpp:1070:20: note: Technically the member function 'MapGenerator::inhospitableTerrain' can be const.
lordsawar-0.3.1/src/MapGenerator.h:325:7: note: Technically the member function 'MapGenerator::inhospitableTerrain' can be const.
lordsawar-0.3.1/src/vector.h:90:0: style: Technically the member function 'Vector < float >::toIndex' can be const. [functionConst]
lordsawar-0.3.1/src/RoadPathCalculator.h:35:6: style: Class 'RoadPathCalculator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:38:0: style: Struct 'Vector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/vector.h:43:0: style: Struct 'Vector < float >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/MapGenerator.cpp:1803:67: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lordsawar-0.3.1/src/MapGenerator.cpp:1807:56: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lordsawar-0.3.1/src/MapRenderer.cpp:49:44: style: Function 'render' argument 3 names different: declaration 'tileX' definition 'tileStartX'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/MapRenderer.h:52:39: note: Function 'render' argument 3 names different: declaration 'tileX' definition 'tileStartX'.
lordsawar-0.3.1/src/MapRenderer.cpp:49:44: note: Function 'render' argument 3 names different: declaration 'tileX' definition 'tileStartX'.
lordsawar-0.3.1/src/MapRenderer.cpp:49:60: style: Function 'render' argument 4 names different: declaration 'tileY' definition 'tileStartY'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/MapRenderer.h:52:50: note: Function 'render' argument 4 names different: declaration 'tileY' definition 'tileStartY'.
lordsawar-0.3.1/src/MapRenderer.cpp:49:60: note: Function 'render' argument 4 names different: declaration 'tileY' definition 'tileStartY'.
lordsawar-0.3.1/src/MapRenderer.cpp:32:5: performance: Variable 'd_surface' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/MapRenderer.cpp:33:5: performance: Variable 'gc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/MapRenderer.h:58:7: performance: Technically the member function 'MapRenderer::render_tile' can be static. [functionStatic]
lordsawar-0.3.1/src/MapRenderer.cpp:55:19: note: Technically the member function 'MapRenderer::render_tile' can be static.
lordsawar-0.3.1/src/MapRenderer.h:58:7: note: Technically the member function 'MapRenderer::render_tile' can be static.
lordsawar-0.3.1/src/MapRenderer.h:42:9: style: Class 'MapRenderer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ImageCache.h:584:41: performance: Function parameter 'item' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/MoveResult.cpp:58:47: style: Function 'setFightResult' argument 1 names different: declaration 'd_fightResult' definition 'fightResult'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/MoveResult.h:38:43: note: Function 'setFightResult' argument 1 names different: declaration 'd_fightResult' definition 'fightResult'.
lordsawar-0.3.1/src/MoveResult.cpp:58:47: note: Function 'setFightResult' argument 1 names different: declaration 'd_fightResult' definition 'fightResult'.
lordsawar-0.3.1/src/MoveResult.cpp:32:13: warning: Member variable 'MoveResult::d_result' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/Named.h:29:1: warning: The class 'Named' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/NamedLocation.h:33:1: warning: The class 'NamedLocation' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/NextTurnHotseat.cpp:187:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/NextTurnHotseat.h:62:14: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/NextTurn.h:63:22: note: Virtual function in base class
lordsawar-0.3.1/src/NextTurnHotseat.h:62:14: note: Function in derived class
lordsawar-0.3.1/src/NextTurnHotseat.h:70:14: style: The function 'endTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/NextTurn.h:71:22: note: Virtual function in base class
lordsawar-0.3.1/src/NextTurnHotseat.h:70:14: note: Function in derived class
lordsawar-0.3.1/src/NextTurnNetworked.cpp:61:46: style: Function 'start_player' argument 1 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/NextTurnNetworked.h:68:35: note: Function 'start_player' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/NextTurnNetworked.cpp:61:46: note: Function 'start_player' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/NextTurnNetworked.cpp:194:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.h:86:9: style: Class 'NetworkPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/network_player.h:87:9: style: Class 'NetworkPlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/chat-client.h:33:3: style: Class 'ChatClient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:208:9: style: Class 'Action_Move' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:253:9: style: Class 'Action_Split' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:284:9: style: Class 'Action_Disband' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:288:9: style: Class 'Action_Disband' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:320:9: style: Class 'Action_Fight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:324:9: style: Class 'Action_Fight' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:370:9: style: Class 'Action_Join' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:405:9: style: Class 'Action_Ruin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:445:9: style: Class 'Action_Temple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:477:9: style: Class 'Action_Occupy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:481:9: style: Class 'Action_Occupy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:510:9: style: Class 'Action_Pillage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:514:9: style: Class 'Action_Pillage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:543:9: style: Class 'Action_Sack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:547:9: style: Class 'Action_Sack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:575:9: style: Class 'Action_Raze' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:579:9: style: Class 'Action_Raze' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:610:9: style: Class 'Action_Upgrade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:614:9: style: Class 'Action_Upgrade' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:657:9: style: Class 'Action_Buy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:698:9: style: Class 'Action_Production' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:736:9: style: Class 'Action_Reward' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:767:9: style: Class 'Action_Quest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:771:9: style: Class 'Action_Quest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:822:9: style: Class 'Action_Equip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:866:9: style: Class 'Action_Level' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:904:9: style: Class 'Action_ModifySignpost' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:941:9: style: Class 'Action_RenameCity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:980:9: style: Class 'Action_Vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1012:9: style: Class 'Action_FightOrder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1016:9: style: Class 'Action_FightOrder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1048:9: style: Class 'Action_Resign' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1078:9: style: Class 'Action_Plant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1128:9: style: Class 'Action_Produce' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1193:9: style: Class 'Action_ProduceVectored' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1241:9: style: Class 'Action_DiplomacyState' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1284:9: style: Class 'Action_DiplomacyProposal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1329:9: style: Class 'Action_DiplomacyScore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1360:9: style: Class 'Action_EndTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1380:9: style: Class 'Action_ConquerCity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1384:9: style: Class 'Action_ConquerCity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1410:9: style: Class 'Action_RecruitHero' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1440:9: style: Class 'Action_RenamePlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1444:9: style: Class 'Action_RenamePlayer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1471:9: style: Class 'Action_CityTooPoorToProduce' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1500:9: style: Class 'Action_InitTurn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1532:9: style: Class 'Action_Loot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1569:9: style: Class 'Action_UseItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1611:9: style: Class 'Action_ReorderArmies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1615:9: style: Class 'Action_ReorderArmies' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1646:9: style: Class 'Action_ResetStacks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1650:9: style: Class 'Action_ResetStacks' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1681:9: style: Class 'Action_ResetRuins' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1708:9: style: Class 'Action_CollectTaxesAndPayUpkeep' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1734:9: style: Class 'Action_Kill' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1759:9: style: Class 'Action_DefendStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1763:9: style: Class 'Action_DefendStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1793:9: style: Class 'Action_UndefendStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1797:9: style: Class 'Action_UndefendStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1826:9: style: Class 'Action_ParkStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1830:9: style: Class 'Action_ParkStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1860:9: style: Class 'Action_UnparkStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1864:9: style: Class 'Action_UnparkStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1891:9: style: Class 'Action_SelectStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1895:9: style: Class 'Action_SelectStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:1925:9: style: Class 'Action_DeselectStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/network-action.h:36:6: style: Class 'NetworkAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/network-history.h:35:6: style: Class 'NetworkHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/NextTurnNetworked.h:54:14: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/NextTurn.h:63:22: note: Virtual function in base class
lordsawar-0.3.1/src/NextTurnNetworked.h:54:14: note: Function in derived class
lordsawar-0.3.1/src/NextTurnNetworked.h:62:14: style: The function 'endTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/NextTurn.h:71:22: note: Virtual function in base class
lordsawar-0.3.1/src/NextTurnNetworked.h:62:14: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:91:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:458:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:91:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:93:15: style: The function 'isComputer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:240:15: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:93:15: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:96:15: style: The function 'abortTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1046:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:96:15: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:97:22: style: The function 'startTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1044:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:97:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:98:22: style: The function 'endTurn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1056:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:98:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:99:22: style: The function 'invadeCity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1005:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:99:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:100:22: style: The function 'chooseHero' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1008:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:100:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:102:25: style: The function 'chooseReward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1011:25: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:102:25: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:103:22: style: The function 'heroGainsLevel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:774:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:103:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:104:15: style: The function 'chooseTreachery' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1014:15: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:104:15: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:105:28: style: The function 'chooseStat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1017:28: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:105:28: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:106:22: style: The function 'chooseQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1020:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:106:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:107:22: style: The function 'computerChooseVisitRuin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1023:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:107:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:108:22: style: The function 'computerChoosePickupBag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1025:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:108:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:109:22: style: The function 'computerChooseVisitTempleForBlessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1027:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:109:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:110:22: style: The function 'computerChooseVisitTempleForQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1029:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:110:22: note: Function in derived class
lordsawar-0.3.1/src/network_player.h:111:22: style: The function 'computerChooseContinueQuest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/player.h:1031:22: note: Virtual function in base class
lordsawar-0.3.1/src/network_player.h:111:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:213:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:213:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:216:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:216:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:258:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:258:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:261:14: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:261:14: note: Function in derived class
lordsawar-0.3.1/src/action.h:293:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:293:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:296:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:296:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:329:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:329:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:332:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:332:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:375:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:375:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:378:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:378:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:410:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:410:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:413:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:413:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:450:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:450:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:453:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:453:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:486:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:486:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:489:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:489:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:519:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:519:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:522:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:522:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:552:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:552:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:555:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:555:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:584:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:584:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:587:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:587:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:619:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:619:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:622:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:622:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:662:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:662:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:665:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:665:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:703:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:703:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:706:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:706:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:741:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:741:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:744:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:744:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:776:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:776:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:779:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:779:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:827:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:827:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:830:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:830:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:871:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:871:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:874:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:874:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:909:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:909:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:912:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:912:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:946:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:946:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:949:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:949:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:985:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:985:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:988:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:988:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1021:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1021:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1024:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1024:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1053:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1053:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1056:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1056:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1083:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1083:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1086:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1086:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1133:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1133:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1136:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1136:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1198:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1198:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1201:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1201:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1246:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1246:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1249:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1249:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1289:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1289:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1292:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1292:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1334:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1334:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1337:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1337:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1365:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1365:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1368:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1368:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1389:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1389:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1392:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1392:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1415:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1415:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1418:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1418:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1449:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1449:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1452:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1452:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1476:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1476:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1479:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1479:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1505:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1505:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1508:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1508:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1537:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1537:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1540:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1540:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1574:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1574:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1577:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1577:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1620:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1620:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1623:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1623:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1655:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1655:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1658:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1658:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1686:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1686:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1689:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1689:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1713:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1713:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1716:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1716:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1739:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1739:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1742:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1742:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1768:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1768:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1771:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1771:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1802:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1802:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1805:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1805:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1835:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1835:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1838:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1838:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1869:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1869:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1872:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1872:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1900:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1900:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1903:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1903:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:1930:23: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:160:31: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1930:23: note: Function in derived class
lordsawar-0.3.1/src/action.h:1933:22: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/action.h:185:22: note: Virtual function in base class
lordsawar-0.3.1/src/action.h:1933:22: note: Function in derived class
lordsawar-0.3.1/src/game-server.h:84:8: style: The function 'onActionDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/game-station.h:60:16: note: Virtual function in base class
lordsawar-0.3.1/src/game-server.h:84:8: note: Function in derived class
lordsawar-0.3.1/src/game-server.h:85:8: style: The function 'onHistoryDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/game-station.h:61:16: note: Virtual function in base class
lordsawar-0.3.1/src/game-server.h:85:8: note: Function in derived class
lordsawar-0.3.1/src/game-client.h:82:8: style: The function 'onActionDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/game-station.h:60:16: note: Virtual function in base class
lordsawar-0.3.1/src/game-client.h:82:8: note: Function in derived class
lordsawar-0.3.1/src/game-client.h:85:8: style: The function 'onHistoryDone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/game-station.h:61:16: note: Virtual function in base class
lordsawar-0.3.1/src/game-client.h:85:8: note: Function in derived class
lordsawar-0.3.1/src/Ownable.cpp:55:32: style: Function 'isFriend' argument 1 names different: declaration 'player' definition 'opponent'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/Ownable.h:52:28: note: Function 'isFriend' argument 1 names different: declaration 'player' definition 'opponent'.
lordsawar-0.3.1/src/Ownable.cpp:55:32: note: Function 'isFriend' argument 1 names different: declaration 'player' definition 'opponent'.
lordsawar-0.3.1/src/Ownable.h:30:1: warning: The class 'Ownable' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/OwnerId.cpp:24:3: performance: Variable 'd_owner_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/OwnerId.h:31:1: warning: The class 'OwnerId' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/PathCalculator.cpp:104:53: style: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:38:41: note: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:104:53: note: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:104:62: style: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:38:60: note: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:104:62: note: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:104:82: style: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:38:91: note: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:104:82: note: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:53: style: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:41:41: note: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:53: note: Function 'PathCalculator' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:62: style: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:41:60: note: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:62: note: Function 'PathCalculator' argument 3 names different: declaration 'enemy_city_avoidance' definition 'city_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:82: style: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:41:91: note: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:142:82: note: Function 'PathCalculator' argument 4 names different: declaration 'enemy_stack_avoidance' definition 'stack_avoidance'.
lordsawar-0.3.1/src/PathCalculator.cpp:337:78: style: Function 'load_or_unload' argument 3 names different: declaration 'on_ship' definition 'ship'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:97:66: note: Function 'load_or_unload' argument 3 names different: declaration 'on_ship' definition 'ship'.
lordsawar-0.3.1/src/PathCalculator.cpp:337:78: note: Function 'load_or_unload' argument 3 names different: declaration 'on_ship' definition 'ship'.
lordsawar-0.3.1/src/PathCalculator.cpp:437:54: style: Function 'calculate' argument 2 names different: declaration 'zigzag' definition 'zig'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:57:42: note: Function 'calculate' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:437:54: note: Function 'calculate' argument 2 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:450:103: style: Function 'calculate' argument 5 names different: declaration 'zigzag' definition 'zig'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:54:91: note: Function 'calculate' argument 5 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:450:103: note: Function 'calculate' argument 5 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:600:101: style: Function 'calculateToCity' argument 5 names different: declaration 'zigzag' definition 'zig'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PathCalculator.h:56:89: note: Function 'calculateToCity' argument 5 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:600:101: note: Function 'calculateToCity' argument 5 names different: declaration 'zigzag' definition 'zig'.
lordsawar-0.3.1/src/PathCalculator.cpp:99:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/PathCalculator.cpp:522:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/PathCalculator.cpp:546:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/PathCalculator.cpp:157:17: warning: Member variable 'PathCalculator::load_unload_stack' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/PathCalculator.h:52:10: style: Technically the member function 'PathCalculator::isReachable' can be const. [functionConst]
lordsawar-0.3.1/src/PathCalculator.cpp:595:22: note: Technically the member function 'PathCalculator::isReachable' can be const.
lordsawar-0.3.1/src/PathCalculator.h:52:10: note: Technically the member function 'PathCalculator::isReachable' can be const.
lordsawar-0.3.1/src/PathCalculator.h:62:29: style: Technically the member function 'PathCalculator::getReachablePositions' can be const. [functionConst]
lordsawar-0.3.1/src/PathCalculator.cpp:656:41: note: Technically the member function 'PathCalculator::getReachablePositions' can be const.
lordsawar-0.3.1/src/PathCalculator.h:62:29: note: Technically the member function 'PathCalculator::getReachablePositions' can be const.
lordsawar-0.3.1/src/PathCalculator.h:126:10: performance: Technically the member function 'PathCalculator::isBlockedDir' can be static. [functionStatic]
lordsawar-0.3.1/src/PathCalculator.cpp:386:22: note: Technically the member function 'PathCalculator::isBlockedDir' can be static.
lordsawar-0.3.1/src/PathCalculator.h:126:10: note: Technically the member function 'PathCalculator::isBlockedDir' can be static.
lordsawar-0.3.1/src/PathCalculator.h:131:10: style: Technically the member function 'PathCalculator::dumpNodeMap' can be const. [functionConst]
lordsawar-0.3.1/src/PathCalculator.cpp:568:22: note: Technically the member function 'PathCalculator::dumpNodeMap' can be const.
lordsawar-0.3.1/src/PathCalculator.h:131:10: note: Technically the member function 'PathCalculator::dumpNodeMap' can be const.
lordsawar-0.3.1/src/PathCalculator.cpp:144:3: style: Class 'PathCalculator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/PathCalculator.h:33:1: warning: The class 'PathCalculator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/PixMask.cpp:48:48: style: Function 'PixMask' argument 1 names different: declaration 'pixmap' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:70:44: note: Function 'PixMask' argument 1 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:48:48: note: Function 'PixMask' argument 1 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:48:81: style: Function 'PixMask' argument 2 names different: declaration 'mask' definition 'm'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:70:82: note: Function 'PixMask' argument 2 names different: declaration 'mask' definition 'm'.
lordsawar-0.3.1/src/PixMask.cpp:48:81: note: Function 'PixMask' argument 2 names different: declaration 'mask' definition 'm'.
lordsawar-0.3.1/src/PixMask.cpp:153:40: style: Function 'create' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:41:43: note: Function 'create' argument 1 names different: declaration 'file' definition 'filename'.
lordsawar-0.3.1/src/PixMask.cpp:153:40: note: Function 'create' argument 1 names different: declaration 'file' definition 'filename'.
lordsawar-0.3.1/src/PixMask.cpp:158:52: style: Function 'create' argument 1 names different: declaration 'buf' definition 'pixbuf'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:42:55: note: Function 'create' argument 1 names different: declaration 'buf' definition 'pixbuf'.
lordsawar-0.3.1/src/PixMask.cpp:158:52: note: Function 'create' argument 1 names different: declaration 'buf' definition 'pixbuf'.
lordsawar-0.3.1/src/PixMask.cpp:173:59: style: Function 'blit_centered' argument 1 names different: declaration 'pixmap' definition 'dest'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:59:55: note: Function 'blit_centered' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:173:59: note: Function 'blit_centered' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:179:50: style: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:58:46: note: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:179:50: note: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:185:50: style: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:57:46: note: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:185:50: note: Function 'blit' argument 1 names different: declaration 'pixmap' definition 'dest'.
lordsawar-0.3.1/src/PixMask.cpp:194:65: style: Function 'blit' argument 2 names different: declaration 'pixmap' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:98:61: note: Function 'blit' argument 2 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:194:65: note: Function 'blit' argument 2 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:209:76: style: Function 'blit' argument 3 names different: declaration 'pixmap' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:61:72: note: Function 'blit' argument 3 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:209:76: note: Function 'blit' argument 3 names different: declaration 'pixmap' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:215:31: style: Function 'scale' argument 1 names different: declaration 'pixmask' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:54:34: note: Function 'scale' argument 1 names different: declaration 'pixmask' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:215:31: note: Function 'scale' argument 1 names different: declaration 'pixmask' definition 'p'.
lordsawar-0.3.1/src/PixMask.cpp:215:72: style: Function 'scale' argument 4 names different: declaration 'intper' definition 'interp'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:54:81: note: Function 'scale' argument 4 names different: declaration 'intper' definition 'interp'.
lordsawar-0.3.1/src/PixMask.cpp:215:72: note: Function 'scale' argument 4 names different: declaration 'intper' definition 'interp'.
lordsawar-0.3.1/src/PixMask.cpp:242:111: style: Function 'draw_pixbuf' argument 6 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:51:107: note: Function 'draw_pixbuf' argument 6 names different: declaration 'width' definition 'w'.
lordsawar-0.3.1/src/PixMask.cpp:242:111: note: Function 'draw_pixbuf' argument 6 names different: declaration 'width' definition 'w'.
lordsawar-0.3.1/src/PixMask.cpp:242:118: style: Function 'draw_pixbuf' argument 7 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/PixMask.h:51:118: note: Function 'draw_pixbuf' argument 7 names different: declaration 'height' definition 'h'.
lordsawar-0.3.1/src/PixMask.cpp:242:118: note: Function 'draw_pixbuf' argument 7 names different: declaration 'height' definition 'h'.
lordsawar-0.3.1/src/PixMask.cpp:30:3: performance: Variable 'pixmap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/PixMask.h:39:10: performance: Technically the member function 'PixMask::get_depth' can be static. [functionStatic]
lordsawar-0.3.1/src/PixMask.cpp:260:14: note: Technically the member function 'PixMask::get_depth' can be static.
lordsawar-0.3.1/src/PixMask.h:39:10: note: Technically the member function 'PixMask::get_depth' can be static.
lordsawar-0.3.1/src/PixMask.h:29:1: warning: The class 'PixMask' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/Positioned.h:30:1: warning: The class 'Positioned' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/QCityOccupy.cpp:185:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/QCityOccupy.cpp:187:7: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityOccupy.cpp:185:12: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityOccupy.cpp:193:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/QCityOccupy.cpp:195:7: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityOccupy.cpp:193:12: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityOccupy.cpp:39:50: style: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityOccupy.h:44:36: note: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityOccupy.cpp:39:50: note: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityOccupy.cpp:60:50: style: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityOccupy.h:57:36: note: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityOccupy.cpp:60:50: note: Function 'QuestCityOccupy' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityOccupy.cpp:124:48: style: Function 'chooseToOccupy' argument 1 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityOccupy.h:151:41: note: Function 'chooseToOccupy' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/QCityOccupy.cpp:124:48: note: Function 'chooseToOccupy' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/QCityOccupy.cpp:151:40: style: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityOccupy.h:111:27: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCityOccupy.cpp:151:40: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCityOccupy.cpp:110:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QCityOccupy.cpp:63:5: performance: Variable 'd_city' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QCityOccupy.h:63:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:63:19: note: Function in derived class
lordsawar-0.3.1/src/QCityOccupy.h:66:10: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:66:10: note: Function in derived class
lordsawar-0.3.1/src/QCityOccupy.h:69:10: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:69:10: note: Function in derived class
lordsawar-0.3.1/src/QCityOccupy.h:81:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:81:10: note: Function in derived class
lordsawar-0.3.1/src/QCityOccupy.h:90:10: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:90:10: note: Function in derived class
lordsawar-0.3.1/src/QCityOccupy.h:111:10: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCityOccupy.h:111:10: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.cpp:184:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/QCityRaze.cpp:186:7: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityRaze.cpp:184:12: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCityRaze.cpp:37:46: style: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityRaze.h:44:38: note: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityRaze.cpp:37:46: note: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityRaze.cpp:58:46: style: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityRaze.h:57:38: note: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityRaze.cpp:58:46: note: Function 'QuestCityRaze' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCityRaze.cpp:150:38: style: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCityRaze.h:115:24: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCityRaze.cpp:150:38: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCityRaze.cpp:107:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QCityRaze.cpp:61:3: performance: Variable 'd_city' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QCityRaze.h:67:23: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:67:23: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.h:70:14: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:70:14: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.h:73:14: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:73:14: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.h:85:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:85:14: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.h:94:7: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:94:7: note: Function in derived class
lordsawar-0.3.1/src/QCityRaze.h:115:7: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCityRaze.h:115:7: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.cpp:182:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/QCitySack.cpp:184:7: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCitySack.cpp:182:12: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCitySack.cpp:190:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/QCitySack.cpp:192:7: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCitySack.cpp:190:12: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/QCitySack.cpp:38:46: style: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCitySack.h:47:34: note: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCitySack.cpp:38:46: note: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCitySack.cpp:60:46: style: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCitySack.h:60:34: note: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCitySack.cpp:60:46: note: Function 'QuestCitySack' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QCitySack.cpp:148:38: style: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QCitySack.h:113:27: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCitySack.cpp:148:38: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QCitySack.cpp:107:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QCitySack.cpp:63:3: performance: Variable 'd_city' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QCitySack.h:65:19: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:65:19: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.h:68:10: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:68:10: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.h:71:10: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:71:10: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.h:80:10: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:80:10: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.h:92:10: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:92:10: note: Function in derived class
lordsawar-0.3.1/src/QCitySack.h:113:10: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QCitySack.h:113:10: note: Function in derived class
lordsawar-0.3.1/src/QEnemyArmies.cpp:156:39: style: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QEnemyArmies.h:101:25: note: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/QEnemyArmies.cpp:156:39: note: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/QEnemyArmies.cpp:178:41: style: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QEnemyArmies.h:107:27: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QEnemyArmies.cpp:178:41: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QEnemyArmies.cpp:43:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QEnemyArmies.cpp:59:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QEnemyArmytype.cpp:44:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QEnemyArmytype.cpp:49:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QEnemyArmytype.cpp:54:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QEnemyArmytype.cpp:95:3: performance: Variable 'd_type_to_kill' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QKillHero.cpp:40:45: style: Function 'QuestKillHero' argument 1 names different: declaration 'q_mgr' definition 'mgr'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QKillHero.h:49:34: note: Function 'QuestKillHero' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QKillHero.cpp:40:45: note: Function 'QuestKillHero' argument 1 names different: declaration 'q_mgr' definition 'mgr'.
lordsawar-0.3.1/src/QKillHero.cpp:146:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QKillHero.cpp:152:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QKillHero.cpp:153:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QKillHero.cpp:72:3: performance: Variable 'd_victim' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QPillageGold.cpp:105:41: style: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QPillageGold.h:111:24: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QPillageGold.cpp:105:41: note: Function 'cityAction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QPillageGold.cpp:38:3: performance: Variable 'd_to_pillage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QPillageGold.cpp:55:3: performance: Variable 'd_to_pillage' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/QPillageGold.h:67:23: style: The function 'getProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:163:31: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:67:23: note: Function in derived class
lordsawar-0.3.1/src/QPillageGold.h:70:14: style: The function 'getSuccessMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:170:22: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:70:14: note: Function in derived class
lordsawar-0.3.1/src/QPillageGold.h:73:14: style: The function 'getExpiredMsg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:181:22: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:73:14: note: Function in derived class
lordsawar-0.3.1/src/QPillageGold.h:82:14: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:157:22: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:82:14: note: Function in derived class
lordsawar-0.3.1/src/QPillageGold.h:91:7: style: The function 'armyDied' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:193:15: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:91:7: note: Function in derived class
lordsawar-0.3.1/src/QPillageGold.h:111:7: style: The function 'cityAction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/Quest.h:211:15: note: Virtual function in base class
lordsawar-0.3.1/src/QPillageGold.h:111:7: note: Function in derived class
lordsawar-0.3.1/src/Quest.cpp:63:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Quest.cpp:66:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Quest.cpp:68:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Quest.cpp:107:7: performance: Possible inefficient checking for 'events' emptiness. [stlSize]
lordsawar-0.3.1/src/QuestsManager.cpp:405:36: style: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:130:22: note: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/QuestsManager.cpp:405:36: note: Function 'armyDied' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/QuestsManager.cpp:464:37: style: Function 'cityRazed' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:142:23: note: Function 'cityRazed' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:464:37: note: Function 'cityRazed' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:464:47: style: Function 'cityRazed' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:142:36: note: Function 'cityRazed' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:464:47: note: Function 'cityRazed' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:470:38: style: Function 'citySacked' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:155:24: note: Function 'citySacked' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:470:38: note: Function 'citySacked' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:470:48: style: Function 'citySacked' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:155:37: note: Function 'citySacked' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:470:48: note: Function 'citySacked' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:475:40: style: Function 'cityPillaged' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:169:26: note: Function 'cityPillaged' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:475:40: note: Function 'cityPillaged' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:475:50: style: Function 'cityPillaged' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:169:39: note: Function 'cityPillaged' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:475:50: note: Function 'cityPillaged' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:480:40: style: Function 'cityOccupied' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:181:26: note: Function 'cityOccupied' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:480:40: note: Function 'cityOccupied' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/QuestsManager.cpp:480:50: style: Function 'cityOccupied' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:181:39: note: Function 'cityOccupied' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:480:50: note: Function 'cityOccupied' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/QuestsManager.cpp:485:38: style: Function 'nextTurn' argument 1 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/QuestsManager.h:188:24: note: Function 'nextTurn' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/QuestsManager.cpp:485:38: note: Function 'nextTurn' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/QuestsManager.cpp:90:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:254:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:295:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:302:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:410:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:441:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:451:60: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/QuestsManager.cpp:489:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/RoadPathCalculator.cpp:30:3: style: Class 'RoadPathCalculator' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/RoadPathCalculator.h:30:1: warning: The class 'RoadPathCalculator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/Sage.cpp:27:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/SightMap.cpp:33:52: style: Function 'SightMap' argument 2 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/SightMap.h:50:50: note: Function 'SightMap' argument 2 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/SightMap.cpp:33:52: note: Function 'SightMap' argument 2 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/SmallTile.h:28:1: warning: The class 'SmallTile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/Threat.cpp:54:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threat.cpp:94:64: error: Invalid abs() argument nr 1. A non-boolean value is required. [invalidFunctionArgBool]
lordsawar-0.3.1/src/Threat.cpp:49:5: style: Class 'Threat' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/Threat.cpp:49:5: style: Class 'Threat' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/Threatlist.cpp:91:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:109:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:113:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:115:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:136:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:165:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:204:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:210:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:218:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:236:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Threatlist.cpp:262:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:80:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:180:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:246:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:253:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:270:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:271:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:279:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:280:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:289:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:290:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/Tile.cpp:34:3: performance: Variable 'd_moves' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/Tile.h:44:1: warning: The class 'Tile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/Triumphs.h:60:9: style: Class 'Triumphs' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/Triumphs.h:29:1: warning: The class 'Triumphs' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/UniquelyIdentified.cpp:28:5: performance: Variable 'd_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/UniquelyIdentified.cpp:39:5: performance: Variable 'd_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/UniquelyIdentified.h:30:1: warning: The class 'UniquelyIdentified' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.cpp:2093:7: style: The scope of the variable 'ival' can be reduced. [variableScope]
lordsawar-0.3.1/src/action.cpp:358:46: style: Function 'Action_Move' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:206:40: note: Function 'Action_Move' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:358:46: note: Function 'Action_Move' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:482:48: style: Function 'Action_Fight' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:322:35: note: Function 'Action_Fight' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:482:48: note: Function 'Action_Fight' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:627:33: style: Function 'Action_Join' argument 1 names different: declaration 'orig' definition 'o'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:366:28: note: Function 'Action_Join' argument 1 names different: declaration 'orig' definition 'o'.
lordsawar-0.3.1/src/action.cpp:627:33: note: Function 'Action_Join' argument 1 names different: declaration 'orig' definition 'o'.
lordsawar-0.3.1/src/action.cpp:627:43: style: Function 'Action_Join' argument 2 names different: declaration 'joining' definition 'j'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:366:41: note: Function 'Action_Join' argument 2 names different: declaration 'joining' definition 'j'.
lordsawar-0.3.1/src/action.cpp:627:43: note: Function 'Action_Join' argument 2 names different: declaration 'joining' definition 'j'.
lordsawar-0.3.1/src/action.cpp:638:45: style: Function 'Action_Join' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:368:33: note: Function 'Action_Join' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:638:45: note: Function 'Action_Join' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:677:44: style: Function 'Action_Ruin' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:403:32: note: Function 'Action_Ruin' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:677:44: note: Function 'Action_Ruin' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:898:37: style: Function 'Action_Buy' argument 2 names different: declaration 'slot' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:653:33: note: Function 'Action_Buy' argument 2 names different: declaration 'slot' definition 's'.
lordsawar-0.3.1/src/action.cpp:898:37: note: Function 'Action_Buy' argument 2 names different: declaration 'slot' definition 's'.
lordsawar-0.3.1/src/action.cpp:898:57: style: Function 'Action_Buy' argument 3 names different: declaration 'prod' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:653:56: note: Function 'Action_Buy' argument 3 names different: declaration 'prod' definition 'p'.
lordsawar-0.3.1/src/action.cpp:898:57: note: Function 'Action_Buy' argument 3 names different: declaration 'prod' definition 'p'.
lordsawar-0.3.1/src/action.cpp:903:42: style: Function 'Action_Buy' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:655:31: note: Function 'Action_Buy' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:903:42: note: Function 'Action_Buy' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:972:37: style: Function 'Action_Reward' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:732:30: note: Function 'Action_Reward' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/action.cpp:972:37: note: Function 'Action_Reward' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/action.cpp:1080:49: style: Function 'Action_Quest' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:769:36: note: Function 'Action_Quest' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1080:49: note: Function 'Action_Quest' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1119:34: style: Function 'Action_Equip' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:818:28: note: Function 'Action_Equip' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/action.cpp:1119:34: note: Function 'Action_Equip' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/action.cpp:1119:43: style: Function 'Action_Equip' argument 2 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:818:40: note: Function 'Action_Equip' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/action.cpp:1119:43: note: Function 'Action_Equip' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/action.cpp:1125:49: style: Function 'Action_Equip' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:820:36: note: Function 'Action_Equip' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1125:49: note: Function 'Action_Equip' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1237:75: style: Function 'Action_ModifySignpost' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:902:53: note: Function 'Action_ModifySignpost' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1237:75: note: Function 'Action_ModifySignpost' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1467:54: style: Function 'Action_Produce' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1126:39: note: Function 'Action_Produce' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1467:54: note: Function 'Action_Produce' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1546:78: style: Function 'Action_ProduceVectored' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1191:55: note: Function 'Action_ProduceVectored' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1546:78: note: Function 'Action_ProduceVectored' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1611:75: style: Function 'Action_DiplomacyState' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1239:53: note: Function 'Action_DiplomacyState' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1611:75: note: Function 'Action_DiplomacyState' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1660:84: style: Function 'Action_DiplomacyProposal' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1282:59: note: Function 'Action_DiplomacyProposal' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1660:84: note: Function 'Action_DiplomacyProposal' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1707:75: style: Function 'Action_DiplomacyScore' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1327:53: note: Function 'Action_DiplomacyScore' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1707:75: note: Function 'Action_DiplomacyScore' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1819:66: style: Function 'Action_RecruitHero' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1408:47: note: Function 'Action_RecruitHero' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1819:66: note: Function 'Action_RecruitHero' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1969:45: style: Function 'Action_Loot' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1530:33: note: Function 'Action_Loot' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:1969:45: note: Function 'Action_Loot' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:2025:54: style: Function 'Action_UseItem' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1567:39: note: Function 'Action_UseItem' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:2025:54: note: Function 'Action_UseItem' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:2077:72: style: Function 'Action_ReorderArmies' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/action.h:1613:51: note: Function 'Action_ReorderArmies' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:2077:72: note: Function 'Action_ReorderArmies' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/action.cpp:407:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:471:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:476:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:525:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:528:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:541:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:546:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:552:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:566:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:597:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:1360:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:1383:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:2073:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.cpp:2107:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/action.h:344:14: style: Unused private function: 'Action_Fight::is_army_id_in_stacks' [unusedPrivateFunction]
lordsawar-0.3.1/src/action.h:345:14: performance: Technically the member function 'Action_Fight::stack_ids_to_stacks' can be static. [functionStatic]
lordsawar-0.3.1/src/action.cpp:564:20: note: Technically the member function 'Action_Fight::stack_ids_to_stacks' can be static.
lordsawar-0.3.1/src/action.h:345:14: note: Technically the member function 'Action_Fight::stack_ids_to_stacks' can be static.
lordsawar-0.3.1/src/action.cpp:1461:32: style: Class 'Action_Produce' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/action.cpp:1543:5: style: Class 'Action_ProduceVectored' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/action.cpp:1800:34: style: Class 'Action_RecruitHero' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/armyproto.h:39:23: warning: The class 'HeroProto' defines member variable with name 'd_tag' also defined in its parent class 'ArmyProto'. [duplInheritedMember]
lordsawar-0.3.1/src/heroproto.h:33:23: note: The class 'HeroProto' defines member variable with name 'd_tag' also defined in its parent class 'ArmyProto'.
lordsawar-0.3.1/src/armyproto.h:39:23: note: The class 'HeroProto' defines member variable with name 'd_tag' also defined in its parent class 'ArmyProto'.
lordsawar-0.3.1/src/heroproto.h:39:9: style: Class 'HeroProto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/heroproto.h:45:9: style: Class 'HeroProto' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/action.h:50:1: warning: The class 'Action' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:197:1: warning: The class 'Action_Move' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:240:1: warning: The class 'Action_Split' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:277:1: warning: The class 'Action_Disband' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:312:1: warning: The class 'Action_Fight' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:357:1: warning: The class 'Action_Join' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:393:1: warning: The class 'Action_Ruin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:433:1: warning: The class 'Action_Temple' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:473:1: warning: The class 'Action_Occupy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:506:1: warning: The class 'Action_Pillage' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:539:1: warning: The class 'Action_Sack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:571:1: warning: The class 'Action_Raze' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:603:1: warning: The class 'Action_Upgrade' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:643:1: warning: The class 'Action_Buy' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:685:1: warning: The class 'Action_Production' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:728:1: warning: The class 'Action_Reward' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:763:1: warning: The class 'Action_Quest' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:801:1: warning: The class 'Action_Equip' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:853:1: warning: The class 'Action_Level' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:893:1: warning: The class 'Action_ModifySignpost' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:930:1: warning: The class 'Action_RenameCity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:968:1: warning: The class 'Action_Vector' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1005:1: warning: The class 'Action_FightOrder' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1067:1: warning: The class 'Action_Plant' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1109:1: warning: The class 'Action_Produce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1179:1: warning: The class 'Action_ProduceVectored' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1228:1: warning: The class 'Action_DiplomacyState' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1271:1: warning: The class 'Action_DiplomacyProposal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1314:1: warning: The class 'Action_DiplomacyScore' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1374:1: warning: The class 'Action_ConquerCity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1402:1: warning: The class 'Action_RecruitHero' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1436:1: warning: The class 'Action_RenamePlayer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1463:1: warning: The class 'Action_CityTooPoorToProduce' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1520:1: warning: The class 'Action_Loot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1561:1: warning: The class 'Action_UseItem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1604:1: warning: The class 'Action_ReorderArmies' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1642:1: warning: The class 'Action_ResetStacks' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1752:1: warning: The class 'Action_DefendStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1786:1: warning: The class 'Action_UndefendStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1819:1: warning: The class 'Action_ParkStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1853:1: warning: The class 'Action_UnparkStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/action.h:1884:1: warning: The class 'Action_SelectStack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/heroproto.h:57:22: style: The function 'save' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/armyproto.h:133:22: note: Virtual function in base class
lordsawar-0.3.1/src/heroproto.h:57:22: note: Function in derived class
lordsawar-0.3.1/src/action.h:750:10: style: Class 'Action_Reward' is unsafe, 'Action_Reward::d_reward' can leak by wrong usage. [unsafeClassCanLeak]
lordsawar-0.3.1/src/action.cpp:589:72: performance: Function parameter 'stack_ids' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/action.cpp:1340:57: performance: Function parameter 'order' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/advertised-game.cpp:33:46: style: Function 'AdvertisedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/advertised-game.h:39:31: note: Function 'AdvertisedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/advertised-game.cpp:33:46: note: Function 'AdvertisedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/advertised-game.cpp:50:17: warning: Member variable 'AdvertisedGame::pinged' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/advertised-game.cpp:47:3: style: Class 'AdvertisedGame' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/recently-played-game.h:169:2: style: Class 'RecentlyPlayedHotseatGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/recently-played-game.h:207:2: style: Class 'RecentlyPlayedNetworkedGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/advertised-game.h:47:2: style: Class 'AdvertisedGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/profile.h:43:9: style: Class 'Profile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/profile.h:49:9: style: Class 'Profile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/network-connection.h:37:3: style: Class 'NetworkConnection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/advertised-game.h:33:1: warning: The class 'AdvertisedGame' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/recently-played-game.h:181:15: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/recently-played-game.h:132:15: note: Virtual function in base class
lordsawar-0.3.1/src/recently-played-game.h:181:15: note: Function in derived class
lordsawar-0.3.1/src/recently-played-game.h:225:15: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/recently-played-game.h:132:15: note: Virtual function in base class
lordsawar-0.3.1/src/recently-played-game.h:225:15: note: Function in derived class
lordsawar-0.3.1/src/advertised-game.h:62:15: style: The function 'doSave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/recently-played-game.h:225:15: note: Virtual function in base class
lordsawar-0.3.1/src/advertised-game.h:62:15: note: Function in derived class
lordsawar-0.3.1/src/ai_dummy.cpp:145:50: style: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_dummy.h:68:56: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_dummy.cpp:145:50: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_dummy.cpp:79:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:503:15: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/ai_fast.cpp:502:0: note: Variable 'target' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_fast.cpp:503:15: note: Variable 'target' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_fast.cpp:438:18: style: The scope of the variable 'blessed' can be reduced. [variableScope]
lordsawar-0.3.1/src/ai_fast.cpp:341:19: style: Checking if unsigned variable 'stks.size()' is less than zero. This might be a false warning. [unsignedLessThanZero]
lordsawar-0.3.1/src/ai_fast.cpp:804:49: style: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_fast.h:91:56: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_fast.cpp:804:49: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_fast.cpp:153:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:176:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:345:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:408:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:700:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:820:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_fast.cpp:341:7: performance: Possible inefficient checking for 'stks' emptiness. [stlSize]
lordsawar-0.3.1/src/ai_smart.cpp:195:3: style: Variable 'freeslot' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/ai_smart.cpp:191:0: note: Variable 'freeslot' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_smart.cpp:195:3: note: Variable 'freeslot' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_smart.cpp:301:9: style: Variable 'proto' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/ai_smart.cpp:299:0: note: Variable 'proto' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_smart.cpp:301:9: note: Variable 'proto' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/ai_smart.cpp:327:54: style: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_smart.h:126:52: note: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:327:54: note: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:336:51: style: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_smart.h:128:49: note: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:336:51: note: Function 'scoreQuickArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:345:50: style: Function 'scoreBestArmyType' argument 1 names different: declaration 'proto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_smart.h:122:48: note: Function 'scoreBestArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:345:50: note: Function 'scoreBestArmyType' argument 1 names different: declaration 'proto' definition 'a'.
lordsawar-0.3.1/src/ai_smart.cpp:415:36: style: Function 'setProduction' argument 1 names different: declaration 'c' definition 'city'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_smart.h:116:34: note: Function 'setProduction' argument 1 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_smart.cpp:415:36: note: Function 'setProduction' argument 1 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_smart.cpp:476:50: style: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ai_smart.h:96:56: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_smart.cpp:476:50: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/ai_smart.cpp:402:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_smart.cpp:449:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_smart.cpp:493:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ai_smart.cpp:569:12: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/army.cpp:135:7: style: The scope of the variable 'ival' can be reduced. [variableScope]
lordsawar-0.3.1/src/army.cpp:43:24: style: Function 'Army' argument 1 names different: declaration 'army' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:106:26: note: Function 'Army' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/army.cpp:43:24: note: Function 'Army' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/army.cpp:43:35: style: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:106:40: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:43:35: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:58:29: style: Function 'Army' argument 1 names different: declaration 'armyproto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:103:31: note: Function 'Army' argument 1 names different: declaration 'armyproto' definition 'a'.
lordsawar-0.3.1/src/army.cpp:58:29: note: Function 'Army' argument 1 names different: declaration 'armyproto' definition 'a'.
lordsawar-0.3.1/src/army.cpp:58:40: style: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:103:50: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:58:40: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:70:52: style: Function 'Army' argument 3 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:501:47: note: Function 'Army' argument 3 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/army.cpp:70:52: note: Function 'Army' argument 3 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/army.cpp:82:55: style: Function 'Army' argument 3 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:503:50: note: Function 'Army' argument 3 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/army.cpp:82:55: note: Function 'Army' argument 3 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/army.cpp:94:61: style: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:133:63: note: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/army.cpp:94:61: note: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/army.cpp:99:64: style: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:134:66: note: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/army.cpp:99:64: note: Function 'createNonUniqueArmy' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/army.cpp:104:32: style: Function 'Army' argument 1 names different: declaration 'armyprodbase' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:100:34: note: Function 'Army' argument 1 names different: declaration 'armyprodbase' definition 'a'.
lordsawar-0.3.1/src/army.cpp:104:32: note: Function 'Army' argument 1 names different: declaration 'armyprodbase' definition 'a'.
lordsawar-0.3.1/src/army.cpp:104:43: style: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:100:56: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:104:43: note: Function 'Army' argument 2 names different: declaration 'owner' definition 'p'.
lordsawar-0.3.1/src/army.cpp:467:35: style: Function 'morph' argument 1 names different: declaration 'armyproto' definition 'army'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/army.h:310:30: note: Function 'morph' argument 1 names different: declaration 'armyproto' definition 'army'.
lordsawar-0.3.1/src/army.cpp:467:35: note: Function 'morph' argument 1 names different: declaration 'armyproto' definition 'army'.
lordsawar-0.3.1/src/army.cpp:116:7: warning: Member variable 'Army::d_medal_bonus' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/army.h:66:1: warning: The class 'Army' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armybase.cpp:32:36: style: Function 'ArmyBase' argument 1 names different: declaration 'army' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armybase.h:98:34: note: Function 'ArmyBase' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/armybase.cpp:32:36: note: Function 'ArmyBase' argument 1 names different: declaration 'army' definition 'a'.
lordsawar-0.3.1/src/armybase.cpp:120:57: style: Function 'moveFlagsToString' argument 1 names different: declaration 'move_bonus' definition 'bonus'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armybase.h:203:55: note: Function 'moveFlagsToString' argument 1 names different: declaration 'move_bonus' definition 'bonus'.
lordsawar-0.3.1/src/armybase.cpp:120:57: note: Function 'moveFlagsToString' argument 1 names different: declaration 'move_bonus' definition 'bonus'.
lordsawar-0.3.1/src/armybase.h:31:1: warning: The class 'ArmyBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armymap.cpp:40:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armymap.cpp:45:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armymap.h:51:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/armymap.h:51:18: note: Function in derived class
lordsawar-0.3.1/src/armyprodbase.cpp:35:48: style: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyprodbase.h:44:42: note: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'.
lordsawar-0.3.1/src/armyprodbase.cpp:35:48: note: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'.
lordsawar-0.3.1/src/armyprodbase.cpp:40:45: style: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyprodbase.h:47:39: note: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'.
lordsawar-0.3.1/src/armyprodbase.cpp:40:45: note: Function 'ArmyProdBase' argument 1 names different: declaration 'prodbase' definition 'a'.
lordsawar-0.3.1/src/armyprodbase.cpp:43:3: performance: Variable 'd_type_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyprodbase.h:36:1: warning: The class 'ArmyProdBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armyproto.cpp:35:39: style: Function 'ArmyProto' argument 1 names different: declaration 'armyproto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyproto.h:42:36: note: Function 'ArmyProto' argument 1 names different: declaration 'armyproto' definition 'a'.
lordsawar-0.3.1/src/armyproto.cpp:35:39: note: Function 'ArmyProto' argument 1 names different: declaration 'armyproto' definition 'a'.
lordsawar-0.3.1/src/armyproto.h:35:1: warning: The class 'ArmyProto' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armyprotobase.cpp:31:51: style: Function 'ArmyProtoBase' argument 1 names different: declaration 'armyprotobase' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyprotobase.h:38:44: note: Function 'ArmyProtoBase' argument 1 names different: declaration 'armyprotobase' definition 'a'.
lordsawar-0.3.1/src/armyprotobase.cpp:31:51: note: Function 'ArmyProtoBase' argument 1 names different: declaration 'armyprotobase' definition 'a'.
lordsawar-0.3.1/src/armyprotobase.h:33:1: warning: The class 'ArmyProtoBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armyset.cpp:127:3: style: Variable 'broken' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/armyset.cpp:121:0: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/armyset.cpp:127:3: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/armyset.cpp:377:3: style: Variable 'valid' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/armyset.cpp:376:0: note: Variable 'valid' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/armyset.cpp:377:3: note: Variable 'valid' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/armyset.cpp:71:33: style: Function 'Armyset' argument 1 names different: declaration 'armyset' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:84:32: note: Function 'Armyset' argument 1 names different: declaration 'armyset' definition 'a'.
lordsawar-0.3.1/src/armyset.cpp:71:33: note: Function 'Armyset' argument 1 names different: declaration 'armyset' definition 'a'.
lordsawar-0.3.1/src/armyset.cpp:232:47: style: Function 'lookupArmyByType' argument 1 names different: declaration 'army_type' definition 'army_type_id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:165:39: note: Function 'lookupArmyByType' argument 1 names different: declaration 'army_type' definition 'army_type_id'.
lordsawar-0.3.1/src/armyset.cpp:232:47: note: Function 'lookupArmyByType' argument 1 names different: declaration 'army_type' definition 'army_type_id'.
lordsawar-0.3.1/src/armyset.cpp:326:48: style: Function 'validateArmyUnitImage' argument 1 names different: declaration 'a' definition 'army'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:187:40: note: Function 'validateArmyUnitImage' argument 1 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/armyset.cpp:326:48: note: Function 'validateArmyUnitImage' argument 1 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/armyset.cpp:347:47: style: Function 'validateArmyUnitName' argument 1 names different: declaration 'a' definition 'army'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:189:39: note: Function 'validateArmyUnitName' argument 1 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/armyset.cpp:347:47: note: Function 'validateArmyUnitName' argument 1 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/armyset.cpp:476:56: style: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:86:55: note: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'.
lordsawar-0.3.1/src/armyset.cpp:476:56: note: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'.
lordsawar-0.3.1/src/armyset.cpp:910:40: style: Function 'copy' argument 1 names different: declaration 'orig' definition 'armyset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armyset.h:88:46: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'armyset'.
lordsawar-0.3.1/src/armyset.cpp:910:40: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'armyset'.
lordsawar-0.3.1/src/armyset.cpp:95:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:102:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:147:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:157:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:169:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:179:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:192:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:201:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:224:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:234:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:246:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:261:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:277:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:293:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:339:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:355:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:365:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:487:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:540:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:814:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:831:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:852:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:855:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:873:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:882:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:920:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armyset.cpp:48:3: performance: Variable 'd_bag_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:49:3: performance: Variable 'd_stackship_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:50:3: performance: Variable 'd_standard_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:57:3: performance: Variable 'd_bag_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:58:3: performance: Variable 'd_stackship_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:59:3: performance: Variable 'd_standard_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.cpp:427:2: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/armyset.h:60:1: warning: The class 'Armyset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/armysetlist.cpp:96:53: style: Function 'getArmy' argument 2 names different: declaration 'index' definition 'type_id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/armysetlist.h:64:48: note: Function 'getArmy' argument 2 names different: declaration 'index' definition 'type_id'.
lordsawar-0.3.1/src/armysetlist.cpp:96:53: note: Function 'getArmy' argument 2 names different: declaration 'index' definition 'type_id'.
lordsawar-0.3.1/src/armysetlist.cpp:68:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:75:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:82:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:123:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:132:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:142:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:152:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:162:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:172:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:182:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:192:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:201:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/armysetlist.cpp:207:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/bigmap.cpp:659:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lordsawar-0.3.1/src/bigmap.cpp:79:33: style: Function 'set_view' argument 1 names different: declaration 'rect' definition 'new_view'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/bigmap.h:61:29: note: Function 'set_view' argument 1 names different: declaration 'rect' definition 'new_view'.
lordsawar-0.3.1/src/bigmap.cpp:79:33: note: Function 'set_view' argument 1 names different: declaration 'rect' definition 'new_view'.
lordsawar-0.3.1/src/bigmap.cpp:307:74: style: Function 'blit_object' argument 3 names different: declaration 'image' definition 'im'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/bigmap.h:116:70: note: Function 'blit_object' argument 3 names different: declaration 'image' definition 'im'.
lordsawar-0.3.1/src/bigmap.cpp:307:74: note: Function 'blit_object' argument 3 names different: declaration 'image' definition 'im'.
lordsawar-0.3.1/src/bigmap.cpp:65:5: performance: Variable 'image' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/bigmap.cpp:607:36: performance: Function parameter 'map_view' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/bridge.h:30:1: warning: The class 'Bridge' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/bridgelist.cpp:70:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/city.cpp:282:37: style: Function 'setVectoring' argument 1 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/city.h:155:39: note: Function 'setVectoring' argument 1 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/city.cpp:282:37: note: Function 'setVectoring' argument 1 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/city.cpp:366:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/city.cpp:415:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/city.cpp:549:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunit.h:67:9: style: Class 'VectoredUnit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/city.h:61:1: warning: The class 'City' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/citylist.cpp:183:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:188:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:193:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:198:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:203:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:211:16: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:220:13: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/citylist.cpp:95:35: style: Function 'countCities' argument 1 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/citylist.h:96:33: note: Function 'countCities' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/citylist.cpp:95:35: note: Function 'countCities' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/citylist.cpp:463:38: style: Function 'stopVectoringTo' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/citylist.h:68:29: note: Function 'stopVectoringTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/citylist.cpp:463:38: note: Function 'stopVectoringTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/citylist.cpp:85:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:99:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:112:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:122:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:154:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:173:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:427:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:449:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:465:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:479:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:492:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:503:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:523:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:538:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:554:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:566:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:570:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:572:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:594:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:607:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citylist.cpp:547:7: performance: Possible inefficient checking for 'cities' emptiness. [stlSize]
lordsawar-0.3.1/src/citymap.h:51:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/citymap.h:51:18: note: Function in derived class
lordsawar-0.3.1/src/cityset.cpp:248:3: style: Variable 'broken' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/cityset.cpp:243:0: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/cityset.cpp:248:3: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/cityset.cpp:241:58: style: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/cityset.h:83:57: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/cityset.cpp:241:58: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/cityset.cpp:667:39: style: Function 'copy' argument 1 names different: declaration 'orig' definition 'cityset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/cityset.h:77:46: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'cityset'.
lordsawar-0.3.1/src/cityset.cpp:667:39: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'cityset'.
lordsawar-0.3.1/src/cityset.cpp:619:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/cityset.cpp:43:2: performance: Variable 'd_cities_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:44:2: performance: Variable 'd_razedcities_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:45:2: performance: Variable 'd_port_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:46:2: performance: Variable 'd_signpost_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:47:2: performance: Variable 'd_ruins_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:48:2: performance: Variable 'd_temples_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:49:2: performance: Variable 'd_towers_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.cpp:172:2: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/cityset.h:45:1: warning: The class 'Cityset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/citysetlist.cpp:61:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citysetlist.cpp:69:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citysetlist.cpp:78:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citysetlist.cpp:88:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/citysetlist.cpp:97:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/connection-manager.cpp:48:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/RenamableLocation.h:31:6: style: Class 'RenamableLocation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/armyset-window.cpp:901:7: style: Variable 'filename' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/editor/armyset-window.cpp:900:0: note: Variable 'filename' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/editor/armyset-window.cpp:901:7: note: Variable 'filename' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/editor/armyset-window.cpp:898:12: style: The scope of the variable 'broken' can be reduced. [variableScope]
lordsawar-0.3.1/src/editor/armyset-window.cpp:1067:20: style: The scope of the variable 'broken' can be reduced. [variableScope]
lordsawar-0.3.1/src/editor/armyset-window.cpp:591:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/armyset-window.cpp:608:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/armyset-window.cpp:1683:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/armyset-window.h:35:5: style: Class 'ArmySetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/editor-quit-dialog.h:27:5: style: Class 'EditorQuitDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/backpack-editor-dialog.cpp:33:75: style: Function 'BackpackEditorDialog' argument 2 names different: declaration 'backpack' definition 'pack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/backpack-editor-dialog.h:31:57: note: Function 'BackpackEditorDialog' argument 2 names different: declaration 'backpack' definition 'pack'.
lordsawar-0.3.1/src/editor/backpack-editor-dialog.cpp:33:75: note: Function 'BackpackEditorDialog' argument 2 names different: declaration 'backpack' definition 'pack'.
lordsawar-0.3.1/src/editor/select-item-dialog.h:30:5: style: Class 'SelectItemDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/city-editor-dialog.cpp:258:23: style: The scope of the variable 'army' can be reduced. [variableScope]
lordsawar-0.3.1/src/editor/city-editor-dialog.cpp:42:63: style: Function 'CityEditorDialog' argument 2 names different: declaration 'city' definition 'cit'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/city-editor-dialog.h:34:49: note: Function 'CityEditorDialog' argument 2 names different: declaration 'city' definition 'cit'.
lordsawar-0.3.1/src/editor/city-editor-dialog.cpp:42:63: note: Function 'CityEditorDialog' argument 2 names different: declaration 'city' definition 'cit'.
lordsawar-0.3.1/src/editor/cityset-window.cpp:328:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/cityset-window.h:33:5: style: Class 'CitySetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:59:47: style: Function 'change_map' argument 1 names different: declaration 'pos' definition 'tile'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editablesmallmap.h:103:33: note: Function 'change_map' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:59:47: note: Function 'change_map' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:148:44: style: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editablesmallmap.h:61:30: note: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:148:44: note: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:148:68: style: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editablesmallmap.h:61:60: note: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:148:68: note: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'.
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:256:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:34:19: warning: Member variable 'EditableSmallMap::pointer' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:34:19: warning: Member variable 'EditableSmallMap::pointer_size' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:36:3: performance: Variable 'road_start' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/editablesmallmap.cpp:37:3: performance: Variable 'road_finish' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:74:40: style: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editorbigmap.h:55:30: note: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:74:40: note: Function 'set_pointer' argument 1 names different: declaration 'pointer' definition 'p'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:74:64: style: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editorbigmap.h:55:60: note: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:74:64: note: Function 'set_pointer' argument 3 names different: declaration 'terrain' definition 't'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:240:51: style: Function 'tile_to_bridge_type' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/editorbigmap.h:98:41: note: Function 'tile_to_bridge_type' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:240:51: note: Function 'tile_to_bridge_type' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/editor/editorbigmap.cpp:231:31: style: Unused variable: tiles [unusedVariable]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:573:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:61:5: performance: Variable 'mouse_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:62:5: performance: Variable 'prev_mouse_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:64:5: performance: Variable 'moving_objects_from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/editorbigmap.cpp:69:5: performance: Variable 'pointer_terrain' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/fight-order-editor-dialog.cpp:130:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/fight-order-editor-dialog.h:32:5: style: Class 'FightOrderEditorDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/image-editor-dialog.cpp:31:87: style: Function 'ImageEditorDialog' argument 3 names different: declaration 'num_frames' definition 'no_frames'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/image-editor-dialog.h:36:72: note: Function 'ImageEditorDialog' argument 3 names different: declaration 'num_frames' definition 'no_frames'.
lordsawar-0.3.1/src/editor/image-editor-dialog.cpp:31:87: note: Function 'ImageEditorDialog' argument 3 names different: declaration 'num_frames' definition 'no_frames'.
lordsawar-0.3.1/src/editor/import.cpp:722:19: style: Condition 'left_str<right_str' is always false [knownConditionTrueFalse]
lordsawar-0.3.1/src/editor/import.cpp:716:22: note: Assignment 'left_str=9999', assigned value is 9999
lordsawar-0.3.1/src/editor/import.cpp:722:19: note: Condition 'left_str<right_str' is always false
lordsawar-0.3.1/src/editor/import.cpp:1248:0: style: Same expression used in consecutive assignments of 'fhero' and 'rhero'. [duplicateAssignExpression]
lordsawar-0.3.1/src/editor/import.cpp:1249:0: note: Same expression used in consecutive assignments of 'fhero' and 'rhero'.
lordsawar-0.3.1/src/editor/import.cpp:1248:0: note: Same expression used in consecutive assignments of 'fhero' and 'rhero'.
lordsawar-0.3.1/src/editor/import.cpp:1013:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/import.cpp:1020:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/import.cpp:1233:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/import.cpp:1240:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/import.cpp:936:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lordsawar-0.3.1/src/editor/import.cpp:1462:11: performance: Possible inefficient checking for 'map' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/import.cpp:1468:11: performance: Possible inefficient checking for 'scn' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/import.cpp:1474:11: performance: Possible inefficient checking for 'rd' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/import.cpp:1480:11: performance: Possible inefficient checking for 'signs' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/import.cpp:1486:11: performance: Possible inefficient checking for 'items' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/import.cpp:1492:11: performance: Possible inefficient checking for 'spc' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/itemlist-dialog.cpp:100:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/itemlist-dialog.h:30:5: style: Class 'ItemlistDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/lw-editor-dialog.cpp:28:3: performance: Variable 'xml' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/main-window.cpp:1321:5: style: Variable 'pointer' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/editor/main-window.cpp:1317:0: note: Variable 'pointer' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/editor/main-window.cpp:1321:5: note: Variable 'pointer' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/editor/main-window.cpp:1322:5: style: Variable 'size' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/editor/main-window.cpp:1318:0: note: Variable 'size' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/editor/main-window.cpp:1322:5: note: Variable 'size' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/editor/main-window.cpp:418:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lordsawar-0.3.1/src/editor/main-window.cpp:428:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lordsawar-0.3.1/src/editor/main-window.cpp:1595:39: style: Function 'randomize_city' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/main-window.h:221:31: note: Function 'randomize_city' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/editor/main-window.cpp:1595:39: note: Function 'randomize_city' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/editor/main-window.cpp:1624:39: style: Function 'randomize_ruin' argument 1 names different: declaration 'ruin' definition 'r'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/main-window.h:222:31: note: Function 'randomize_ruin' argument 1 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/editor/main-window.cpp:1624:39: note: Function 'randomize_ruin' argument 1 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/editor/main-window.cpp:1935:46: style: Function 'on_bag_selected' argument 1 names different: declaration 'pos' definition 'tile'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/main-window.h:251:38: note: Function 'on_bag_selected' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/editor/main-window.cpp:1935:46: note: Function 'on_bag_selected' argument 1 names different: declaration 'pos' definition 'tile'.
lordsawar-0.3.1/src/editor/main-window.cpp:1959:54: style: Function 'on_road_edited' argument 2 names different: declaration 'new_type' definition 'type'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/main-window.h:252:46: note: Function 'on_road_edited' argument 2 names different: declaration 'new_type' definition 'type'.
lordsawar-0.3.1/src/editor/main-window.cpp:1959:54: note: Function 'on_road_edited' argument 2 names different: declaration 'new_type' definition 'type'.
lordsawar-0.3.1/src/editor/main-window.cpp:1182:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1213:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1606:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1615:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1638:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1647:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1659:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1677:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1711:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1720:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1775:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1875:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:1882:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/main-window.cpp:97:3: performance: Variable 'd_load_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/main-window.h:46:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/new-map-dialog.h:33:5: style: Class 'NewMapDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/switch-sets-dialog.h:36:5: style: Class 'SwitchSetsDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/rewardlist-dialog.h:30:5: style: Class 'RewardlistDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/shieldset-window.h:35:5: style: Class 'ShieldSetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/tileset-window.h:35:5: style: Class 'TileSetWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.h:30:5: style: Class 'SmallmapEditorDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/main-window.cpp:1755:7: performance: Possible inefficient checking for 'errors' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/main-window.cpp:1759:11: performance: Possible inefficient checking for 'warnings' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/main-window.cpp:1766:7: performance: Possible inefficient checking for 'warnings' emptiness. [stlSize]
lordsawar-0.3.1/src/editor/map-info-dialog.cpp:31:65: style: Function 'MapInfoDialog' argument 2 names different: declaration 'game_scenario' definition 'g'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/map-info-dialog.h:31:54: note: Function 'MapInfoDialog' argument 2 names different: declaration 'game_scenario' definition 'g'.
lordsawar-0.3.1/src/editor/map-info-dialog.cpp:31:65: note: Function 'MapInfoDialog' argument 2 names different: declaration 'game_scenario' definition 'g'.
lordsawar-0.3.1/src/editor/new-map-dialog.cpp:73:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/past-chooser.cpp:43:57: style: Function 'set_dir' argument 1 names different: declaration 'filter' definition 'f'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/past-chooser.h:52:48: note: Function 'set_dir' argument 1 names different: declaration 'filter' definition 'f'.
lordsawar-0.3.1/src/editor/past-chooser.cpp:43:57: note: Function 'set_dir' argument 1 names different: declaration 'filter' definition 'f'.
lordsawar-0.3.1/src/editor/past-chooser.cpp:40:3: performance: Variable 'pattern_dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/players-dialog.cpp:53:76: style: Function 'PlayersDialog' argument 2 names different: declaration 'randomizer' definition 'random'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/players-dialog.h:33:65: note: Function 'PlayersDialog' argument 2 names different: declaration 'randomizer' definition 'random'.
lordsawar-0.3.1/src/editor/players-dialog.cpp:53:76: note: Function 'PlayersDialog' argument 2 names different: declaration 'randomizer' definition 'random'.
lordsawar-0.3.1/src/editor/select-hidden-ruin-dialog.h:30:5: style: Class 'SelectHiddenRuinDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/rewardlist-dialog.cpp:53:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/ruin-editor-dialog.cpp:40:63: style: Function 'RuinEditorDialog' argument 2 names different: declaration 'ruin' definition 'r'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/ruin-editor-dialog.h:34:49: note: Function 'RuinEditorDialog' argument 2 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/editor/ruin-editor-dialog.cpp:40:63: note: Function 'RuinEditorDialog' argument 2 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/editor/ruin-editor-dialog.cpp:40:91: style: Function 'RuinEditorDialog' argument 3 names different: declaration 'randomize' definition 'randomizer'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/ruin-editor-dialog.h:35:47: note: Function 'RuinEditorDialog' argument 3 names different: declaration 'randomize' definition 'randomizer'.
lordsawar-0.3.1/src/editor/ruin-editor-dialog.cpp:40:91: note: Function 'RuinEditorDialog' argument 3 names different: declaration 'randomize' definition 'randomizer'.
lordsawar-0.3.1/src/editor/select-reward-dialog.h:30:5: style: Class 'SelectRewardDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/editor/select-army-dialog.cpp:36:41: style: Function 'SelectArmyDialog' argument 5 names different: declaration 'rewardable' definition 'awardable'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/select-army-dialog.h:38:13: note: Function 'SelectArmyDialog' argument 5 names different: declaration 'rewardable' definition 'awardable'.
lordsawar-0.3.1/src/editor/select-army-dialog.cpp:36:41: note: Function 'SelectArmyDialog' argument 5 names different: declaration 'rewardable' definition 'awardable'.
lordsawar-0.3.1/src/editor/select-hidden-ruin-dialog.cpp:47:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/select-item-dialog.cpp:47:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/select-item-dialog.cpp:87:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/select-reward-dialog.cpp:46:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/shieldset-window.cpp:716:90: style: Function 'shield_filechooser' argument 2 names different: declaration 't' definition 'type'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/shieldset-window.h:109:78: note: Function 'shield_filechooser' argument 2 names different: declaration 't' definition 'type'.
lordsawar-0.3.1/src/editor/shieldset-window.cpp:716:90: note: Function 'shield_filechooser' argument 2 names different: declaration 't' definition 'type'.
lordsawar-0.3.1/src/editor/shieldset-window.cpp:312:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/shieldset-window.cpp:707:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/signpost-editor-dialog.cpp:32:75: style: Function 'SignpostEditorDialog' argument 2 names different: declaration 'signpost' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/signpost-editor-dialog.h:33:57: note: Function 'SignpostEditorDialog' argument 2 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/editor/signpost-editor-dialog.cpp:32:75: note: Function 'SignpostEditorDialog' argument 2 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:227:81: style: Function 'setup_pointer_radiobutton' argument 1 names different: declaration 'xml' definition 'b'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.h:86:63: note: Function 'setup_pointer_radiobutton' argument 1 names different: declaration 'xml' definition 'b'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:227:81: note: Function 'setup_pointer_radiobutton' argument 1 names different: declaration 'xml' definition 'b'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:231:58: style: Function 'setup_pointer_radiobutton' argument 5 names different: declaration 'size' definition 'siz'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.h:88:41: note: Function 'setup_pointer_radiobutton' argument 5 names different: declaration 'size' definition 'siz'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:231:58: note: Function 'setup_pointer_radiobutton' argument 5 names different: declaration 'size' definition 'siz'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:249:82: style: Function 'setup_pointer_radiobuttons' argument 1 names different: declaration 'xml' definition 'b'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.h:89:64: note: Function 'setup_pointer_radiobuttons' argument 1 names different: declaration 'xml' definition 'b'.
lordsawar-0.3.1/src/editor/smallmap-editor-dialog.cpp:249:82: note: Function 'setup_pointer_radiobuttons' argument 1 names different: declaration 'xml' definition 'b'.
lordsawar-0.3.1/src/editor/stack-editor-dialog.cpp:48:66: style: Function 'StackEditorDialog' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/stack-editor-dialog.h:33:51: note: Function 'StackEditorDialog' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/editor/stack-editor-dialog.cpp:48:66: note: Function 'StackEditorDialog' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/editor/stack-editor-dialog.cpp:48:73: style: Function 'StackEditorDialog' argument 3 names different: declaration 'min_size' definition 'm'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/stack-editor-dialog.h:33:62: note: Function 'StackEditorDialog' argument 3 names different: declaration 'min_size' definition 'm'.
lordsawar-0.3.1/src/editor/stack-editor-dialog.cpp:48:73: note: Function 'StackEditorDialog' argument 3 names different: declaration 'min_size' definition 'm'.
lordsawar-0.3.1/src/editor/switch-sets-dialog.cpp:60:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/temple-editor-dialog.cpp:32:69: style: Function 'TempleEditorDialog' argument 2 names different: declaration 'temple' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/temple-editor-dialog.h:33:53: note: Function 'TempleEditorDialog' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/editor/temple-editor-dialog.cpp:32:69: note: Function 'TempleEditorDialog' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/editor/tile-preview-dialog.cpp:31:77: style: Function 'TilePreviewDialog' argument 3 names different: declaration 'secondary' definition 'sec'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/tile-preview-dialog.h:31:62: note: Function 'TilePreviewDialog' argument 3 names different: declaration 'secondary' definition 'sec'.
lordsawar-0.3.1/src/editor/tile-preview-dialog.cpp:31:77: note: Function 'TilePreviewDialog' argument 3 names different: declaration 'secondary' definition 'sec'.
lordsawar-0.3.1/src/editor/tile-preview-dialog.cpp:244:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tile-preview-dialog.cpp:259:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tile-preview-scene.cpp:76:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-explosion-picture-editor-dialog.cpp:85:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-explosion-picture-editor-dialog.cpp:37:3: performance: Variable 'selected_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:75:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:136:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:138:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:165:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:167:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:178:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:180:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:207:27: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-flag-editor-dialog.cpp:36:3: performance: Variable 'selected_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:108:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:178:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:180:117: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:208:106: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:210:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:221:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:223:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:274:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-selector-editor-dialog.cpp:37:5: performance: Variable 'small_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/editor/tileset-window.cpp:479:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-window.cpp:779:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-window.cpp:831:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-window.cpp:1147:80: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-window.cpp:1511:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tileset-window.cpp:1528:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:248:121: style: Function 'on_categories_drop_drag_data_received' argument 2 names different: declaration 'a' definition 'x'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.h:96:99: note: Function 'on_categories_drop_drag_data_received' argument 2 names different: declaration 'a' definition 'x'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:248:121: note: Function 'on_categories_drop_drag_data_received' argument 2 names different: declaration 'a' definition 'x'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:248:128: style: Function 'on_categories_drop_drag_data_received' argument 3 names different: declaration 'b' definition 'y'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.h:96:106: note: Function 'on_categories_drop_drag_data_received' argument 3 names different: declaration 'b' definition 'y'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:248:128: note: Function 'on_categories_drop_drag_data_received' argument 3 names different: declaration 'b' definition 'y'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:388:61: style: Function 'on_drag_begin' argument 1 names different: declaration 'i' definition 'iconview'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.h:102:39: note: Function 'on_drag_begin' argument 1 names different: declaration 'i' definition 'iconview'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:388:61: note: Function 'on_drag_begin' argument 1 names different: declaration 'i' definition 'iconview'.
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:114:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:126:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:152:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:169:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/editor/tilestyle-organizer-dialog.cpp:235:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:305:74: style: Function 'calculateTerrainModifiers' argument 2 names different: declaration 'defenders_in_tower' definition 'tower'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/fight.h:176:75: note: Function 'calculateTerrainModifiers' argument 2 names different: declaration 'defenders_in_tower' definition 'tower'.
lordsawar-0.3.1/src/fight.cpp:305:74: note: Function 'calculateTerrainModifiers' argument 2 names different: declaration 'defenders_in_tower' definition 'tower'.
lordsawar-0.3.1/src/fight.cpp:530:33: style: Unused variable: fit [unusedVariable]
lordsawar-0.3.1/src/fight.cpp:54:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:55:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:93:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:108:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:123:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:132:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:190:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:204:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:220:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:221:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:224:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:225:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:255:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:257:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:296:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:311:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:365:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:389:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:404:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:421:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:454:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:467:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:488:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:501:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:512:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:555:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:649:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:658:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:673:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:676:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:685:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:691:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:724:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/fight.cpp:64:8: warning: Member variable 'Fight::d_intense_combat' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:147:8: warning: Member variable 'Fight::d_turn' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:147:8: warning: Member variable 'Fight::d_result' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:147:8: warning: Member variable 'Fight::d_type' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:147:8: warning: Member variable 'Fight::d_intense_combat' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:43:10: warning: Member variable 'Fighter::terrain_strength' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/fight.cpp:150:3: performance: Variable 'd_attackers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/fight.cpp:151:3: performance: Variable 'd_defenders' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/fight.cpp:152:3: performance: Variable 'd_actions' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/fight.h:173:14: performance: Technically the member function 'Fight::calculateBaseStrength' can be static. [functionStatic]
lordsawar-0.3.1/src/fight.cpp:293:13: note: Technically the member function 'Fight::calculateBaseStrength' can be static.
lordsawar-0.3.1/src/fight.h:173:14: note: Technically the member function 'Fight::calculateBaseStrength' can be static.
lordsawar-0.3.1/src/fight.h:176:14: performance: Technically the member function 'Fight::calculateTerrainModifiers' can be static. [functionStatic]
lordsawar-0.3.1/src/fight.cpp:305:13: note: Technically the member function 'Fight::calculateTerrainModifiers' can be static.
lordsawar-0.3.1/src/fight.h:176:14: note: Technically the member function 'Fight::calculateTerrainModifiers' can be static.
lordsawar-0.3.1/src/fight.h:179:14: performance: Technically the member function 'Fight::calculateModifiedStrengths' can be static. [functionStatic]
lordsawar-0.3.1/src/fight.cpp:353:13: note: Technically the member function 'Fight::calculateModifiedStrengths' can be static.
lordsawar-0.3.1/src/fight.h:179:14: note: Technically the member function 'Fight::calculateModifiedStrengths' can be static.
lordsawar-0.3.1/src/fight.h:185:14: performance: Technically the member function 'Fight::calculateFinalStrengths' can be static. [functionStatic]
lordsawar-0.3.1/src/fight.cpp:496:13: note: Technically the member function 'Fight::calculateFinalStrengths' can be static.
lordsawar-0.3.1/src/fight.h:185:14: note: Technically the member function 'Fight::calculateFinalStrengths' can be static.
lordsawar-0.3.1/src/fight.cpp:147:32: performance: Function parameter 'attackers' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/fight.cpp:147:61: performance: Function parameter 'defenders' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/fight.cpp:148:35: performance: Function parameter 'history' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/fight.cpp:542:7: performance: Possible inefficient checking for 'd_def_close' emptiness. [stlSize]
lordsawar-0.3.1/src/file-compat.cpp:632:3: style: Variable 'cur' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/file-compat.cpp:628:0: note: Variable 'cur' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/file-compat.cpp:632:3: note: Variable 'cur' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/file-compat.cpp:302:8: style: The scope of the variable 'broken' can be reduced. [variableScope]
lordsawar-0.3.1/src/file-compat.cpp:496:8: style: The scope of the variable 'broken' can be reduced. [variableScope]
lordsawar-0.3.1/src/file-compat.cpp:66:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:98:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:122:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:125:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:155:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:211:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:219:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:227:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:277:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:288:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:339:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:431:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:615:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:671:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/file-compat.cpp:143:7: performance: Possible inefficient checking for 'details' emptiness. [stlSize]
lordsawar-0.3.1/src/game-client.cpp:435:7: style: The scope of the variable 'ival' can be reduced. [variableScope]
lordsawar-0.3.1/src/game-client.cpp:157:55: style: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-client.h:79:45: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/game-client.cpp:157:55: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/game-server.cpp:728:7: warning: Either the condition 'if(player)' is redundant or there is possible null pointer dereference: player. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/game-server.cpp:734:6: note: Assuming that condition 'if(player)' is not redundant
lordsawar-0.3.1/src/game-server.cpp:728:7: note: Null pointer dereference
lordsawar-0.3.1/src/game-server.cpp:731:37: warning: Either the condition 'if(player)' is redundant or there is possible null pointer dereference: player. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/game-server.cpp:734:6: note: Assuming that condition 'if(player)' is not redundant
lordsawar-0.3.1/src/game-server.cpp:731:37: note: Null pointer dereference
lordsawar-0.3.1/src/game-server.cpp:732:66: warning: Either the condition 'if(player)' is redundant or there is possible null pointer dereference: player. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/game-server.cpp:734:6: note: Assuming that condition 'if(player)' is not redundant
lordsawar-0.3.1/src/game-server.cpp:732:66: note: Null pointer dereference
lordsawar-0.3.1/src/game-server.cpp:873:56: warning: Either the condition 'if(player&&player->getType()==Player::NETWORKED)' is redundant or there is possible null pointer dereference: player. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/game-server.cpp:879:6: note: Assuming that condition 'if(player&&player->getType()==Player::NETWORKED)' is not redundant
lordsawar-0.3.1/src/game-server.cpp:873:56: note: Null pointer dereference
lordsawar-0.3.1/src/game-server.cpp:270:67: style: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-server.h:123:57: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/game-server.cpp:270:67: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/game-server.cpp:648:49: style: Function 'join' argument 2 names different: declaration 'payload' definition 'nickname_and_profile_id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-server.h:87:39: note: Function 'join' argument 2 names different: declaration 'payload' definition 'nickname_and_profile_id'.
lordsawar-0.3.1/src/game-server.cpp:648:49: note: Function 'join' argument 2 names different: declaration 'payload' definition 'nickname_and_profile_id'.
lordsawar-0.3.1/src/game-server.cpp:1177:40: style: Function 'sendOffPlayer' argument 1 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-server.h:61:30: note: Function 'sendOffPlayer' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/game-server.cpp:1177:40: note: Function 'sendOffPlayer' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/game-server.cpp:1188:41: style: Function 'sendKillPlayer' argument 1 names different: declaration 'player' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-server.h:60:31: note: Function 'sendKillPlayer' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/game-server.cpp:1188:41: note: Function 'sendKillPlayer' argument 1 names different: declaration 'player' definition 'p'.
lordsawar-0.3.1/src/game-server.cpp:175:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:397:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:597:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:705:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:793:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:809:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:825:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:851:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:985:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:1151:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:1156:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:1204:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:1234:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:1252:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.map [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.process_armies [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.see_opponents_stacks [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.see_opponents_production [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.play_with_quests [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.hidden_map [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.diplomacy [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.neutral_cities [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.razing_cities [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.quick_start [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.cusp_of_war [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.intense_combat [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.military_advisor [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.random_turns [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.cities_can_produce_allies [uninitStructMember]
lordsawar-0.3.1/src/game-server.cpp:841:22: error: Uninitialized struct member: p.difficulty [uninitStructMember]
lordsawar-0.3.1/src/game-station.cpp:34:69: style: Function 'clearNetworkActionlist' argument 1 names different: declaration 'actions' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-station.h:63:58: note: Function 'clearNetworkActionlist' argument 1 names different: declaration 'actions' definition 'a'.
lordsawar-0.3.1/src/game-station.cpp:34:69: note: Function 'clearNetworkActionlist' argument 1 names different: declaration 'actions' definition 'a'.
lordsawar-0.3.1/src/game-station.cpp:44:71: style: Function 'clearNetworkHistorylist' argument 1 names different: declaration 'histories' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-station.h:64:60: note: Function 'clearNetworkHistorylist' argument 1 names different: declaration 'histories' definition 'h'.
lordsawar-0.3.1/src/game-station.cpp:44:71: note: Function 'clearNetworkHistorylist' argument 1 names different: declaration 'histories' definition 'h'.
lordsawar-0.3.1/src/game-station.cpp:100:61: style: Function 'get_message_lobby_activity' argument 5 names different: declaration 'nickname' definition 'remainder'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game-station.h:72:58: note: Function 'get_message_lobby_activity' argument 5 names different: declaration 'nickname' definition 'remainder'.
lordsawar-0.3.1/src/game-station.cpp:100:61: note: Function 'get_message_lobby_activity' argument 5 names different: declaration 'nickname' definition 'remainder'.
lordsawar-0.3.1/src/game-station.cpp:37:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-station.cpp:47:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-station.cpp:68:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game-station.cpp:72:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game.cpp:756:40: style: Function 'heroGainsLevel' argument 1 names different: declaration 'a' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game.h:238:38: note: Function 'heroGainsLevel' argument 1 names different: declaration 'a' definition 'h'.
lordsawar-0.3.1/src/game.cpp:756:40: note: Function 'heroGainsLevel' argument 1 names different: declaration 'a' definition 'h'.
lordsawar-0.3.1/src/game.cpp:791:53: style: Function 'on_city_queried' argument 2 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game.h:220:46: note: Function 'on_city_queried' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/game.cpp:791:53: note: Function 'on_city_queried' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/game.cpp:802:34: style: Function 'on_city_visited' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game.h:219:32: note: Function 'on_city_visited' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/game.cpp:802:34: note: Function 'on_city_visited' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/game.cpp:1222:35: style: Function 'on_player_died' argument 1 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/game.h:230:33: note: Function 'on_player_died' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/game.cpp:1222:35: note: Function 'on_player_died' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/game.cpp:85:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game.cpp:337:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game.cpp:1283:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game.cpp:1297:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/game.h:96:10: style: Technically the member function 'Game::saveGame' can be const. [functionConst]
lordsawar-0.3.1/src/game.cpp:1139:12: note: Technically the member function 'Game::saveGame' can be const.
lordsawar-0.3.1/src/game.h:96:10: note: Technically the member function 'Game::saveGame' can be const.
lordsawar-0.3.1/src/game.h:247:10: style: Technically the member function 'Game::nextRound' can be const. [functionConst]
lordsawar-0.3.1/src/game.cpp:1356:12: note: Technically the member function 'Game::nextRound' can be const.
lordsawar-0.3.1/src/game.h:247:10: note: Technically the member function 'Game::nextRound' can be const.
lordsawar-0.3.1/src/game.h:249:10: performance: Technically the member function 'Game::on_city_fight_finished' can be static. [functionStatic]
lordsawar-0.3.1/src/game.cpp:1398:12: note: Technically the member function 'Game::on_city_fight_finished' can be static.
lordsawar-0.3.1/src/game.h:249:10: note: Technically the member function 'Game::on_city_fight_finished' can be static.
lordsawar-0.3.1/src/game.h:251:10: performance: Technically the member function 'Game::looting_city' can be static. [functionStatic]
lordsawar-0.3.1/src/game.cpp:888:12: note: Technically the member function 'Game::looting_city' can be static.
lordsawar-0.3.1/src/game.h:251:10: note: Technically the member function 'Game::looting_city' can be static.
lordsawar-0.3.1/src/game.h:257:10: performance: Technically the member function 'Game::stack_arrives_on_tile' can be static. [functionStatic]
lordsawar-0.3.1/src/game.cpp:1472:12: note: Technically the member function 'Game::stack_arrives_on_tile' can be static.
lordsawar-0.3.1/src/game.h:257:10: note: Technically the member function 'Game::stack_arrives_on_tile' can be static.
lordsawar-0.3.1/src/game.h:258:10: performance: Technically the member function 'Game::stack_leaves_tile' can be static. [functionStatic]
lordsawar-0.3.1/src/game.cpp:1478:12: note: Technically the member function 'Game::stack_leaves_tile' can be static.
lordsawar-0.3.1/src/game.h:258:10: note: Technically the member function 'Game::stack_leaves_tile' can be static.
lordsawar-0.3.1/src/gamebigmap.h:109:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/bigmap.h:118:18: note: Virtual function in base class
lordsawar-0.3.1/src/gamebigmap.h:109:18: note: Function in derived class
lordsawar-0.3.1/src/smallmap.h:146:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/smallmap.h:146:18: note: Function in derived class
lordsawar-0.3.1/src/game.cpp:690:7: performance: Possible inefficient checking for 'items' emptiness. [stlSize]
lordsawar-0.3.1/src/gamebigmap.cpp:851:12: style: The scope of the variable 'canMoveThere' can be reduced. [variableScope]
lordsawar-0.3.1/src/gamebigmap.cpp:856:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamebigmap.cpp:858:16: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamebigmap.cpp:877:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamebigmap.cpp:63:3: performance: Variable 'prev_mouse_pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gamehost-client.cpp:104:59: style: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gamehost-client.h:85:45: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gamehost-client.cpp:104:59: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gamehost-client.cpp:56:17: warning: Member variable 'GamehostClient::d_connected' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/gamehost-client.cpp:56:17: warning: Member variable 'GamehostClient::d_recently_played_game_list' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/profilelist.h:76:9: style: Class 'Profilelist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/recently-played-game-list.h:99:9: style: Class 'RecentlyPlayedGameList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gamelist-client.cpp:105:59: style: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gamelist-client.h:80:45: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gamelist-client.cpp:105:59: note: Function 'onGotMessage' argument 2 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gamelist-client.cpp:56:17: warning: Member variable 'GamelistClient::d_connected' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/gamelist-client.cpp:56:17: warning: Member variable 'GamelistClient::d_recently_played_game_list' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/gamelist.cpp:148:3: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gamelist.cpp:147:0: note: Variable 'g' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gamelist.cpp:148:3: note: Variable 'g' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gamelist.cpp:105:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:122:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:182:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:198:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:204:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:229:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:245:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:267:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.cpp:281:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gamelist.h:105:9: style: Class 'Gamelist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/hosted-game.h:39:2: style: Class 'HostedGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/hosted-game.h:42:2: style: Class 'HostedGame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:477:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:344:71: style: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ghs/gamehost-server.h:81:57: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:344:71: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:521:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:535:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:554:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ghs/gamehost-server.h:82:8: performance: Technically the member function 'GamehostServer::onConnectionLost' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:490:22: note: Technically the member function 'GamehostServer::onConnectionLost' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:82:8: note: Technically the member function 'GamehostServer::onConnectionLost' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:84:20: performance: Technically the member function 'GamehostServer::on_timer_registered' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:495:34: note: Technically the member function 'GamehostServer::on_timer_registered' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:84:20: note: Technically the member function 'GamehostServer::on_timer_registered' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:89:8: performance: Technically the member function 'GamehostServer::on_child_setup' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:281:22: note: Technically the member function 'GamehostServer::on_child_setup' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:89:8: note: Technically the member function 'GamehostServer::on_child_setup' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:90:8: performance: Technically the member function 'GamehostServer::loadProfile' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:333:22: note: Technically the member function 'GamehostServer::loadProfile' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:90:8: note: Technically the member function 'GamehostServer::loadProfile' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:98:11: performance: Technically the member function 'GamehostServer::get_free_port' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:272:25: note: Technically the member function 'GamehostServer::get_free_port' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:98:11: note: Technically the member function 'GamehostServer::get_free_port' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:104:8: performance: Technically the member function 'GamehostServer::waitForGameToBeConnectable' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/gamehost-server.cpp:206:22: note: Technically the member function 'GamehostServer::waitForGameToBeConnectable' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:104:8: note: Technically the member function 'GamehostServer::waitForGameToBeConnectable' can be static.
lordsawar-0.3.1/src/ghs/gamehost-server.h:62:44: performance: Function parameter 'profile_ids' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/ghs/ghs-client-main.cpp:145:0: error: Memory leak: gtk_main [memleak]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:74:66: style: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ghs/ghs-client-tool.h:51:53: note: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'.
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:74:66: note: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'.
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:88:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:36:3: performance: Variable 'd_host' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:37:3: performance: Variable 'request_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:40:3: performance: Variable 'd_unhost' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:41:3: performance: Variable 'd_file_to_host' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/ghs/ghs-client-tool.h:57:8: performance: Technically the member function 'GhsClientTool::on_could_not_connect' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:114:21: note: Technically the member function 'GhsClientTool::on_could_not_connect' can be static.
lordsawar-0.3.1/src/ghs/ghs-client-tool.h:57:8: note: Technically the member function 'GhsClientTool::on_could_not_connect' can be static.
lordsawar-0.3.1/src/ghs/ghs-client-tool.h:59:8: performance: Technically the member function 'GhsClientTool::on_connection_lost' can be static. [functionStatic]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:120:21: note: Technically the member function 'GhsClientTool::on_connection_lost' can be static.
lordsawar-0.3.1/src/ghs/ghs-client-tool.h:59:8: note: Technically the member function 'GhsClientTool::on_connection_lost' can be static.
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:54:11: style: Class 'GhsClientTool' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/ghs/ghs-client-tool.cpp:54:11: style: Class 'GhsClientTool' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/ghs/main.cpp:110:0: error: Memory leak: gtk_main [memleak]
lordsawar-0.3.1/src/gls/gamelist-server.cpp:141:71: style: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gls/gamelist-server.h:61:57: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gls/gamelist-server.cpp:141:71: note: Function 'onGotMessage' argument 3 names different: declaration 'message' definition 'payload'.
lordsawar-0.3.1/src/gls/gamelist-server.cpp:59:3: performance: Variable 'datafile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gls/gamelist-server.h:62:8: performance: Technically the member function 'GamelistServer::onConnectionLost' can be static. [functionStatic]
lordsawar-0.3.1/src/gls/gamelist-server.cpp:218:22: note: Technically the member function 'GamelistServer::onConnectionLost' can be static.
lordsawar-0.3.1/src/gls/gamelist-server.h:62:8: note: Technically the member function 'GamelistServer::onConnectionLost' can be static.
lordsawar-0.3.1/src/gls/gamelist-server.h:64:20: performance: Technically the member function 'GamelistServer::on_timer_registered' can be static. [functionStatic]
lordsawar-0.3.1/src/gls/gamelist-server.cpp:223:34: note: Technically the member function 'GamelistServer::on_timer_registered' can be static.
lordsawar-0.3.1/src/gls/gamelist-server.h:64:20: note: Technically the member function 'GamelistServer::on_timer_registered' can be static.
lordsawar-0.3.1/src/gls/gls-client-main.cpp:156:0: error: Memory leak: gtk_main [memleak]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:36:69: style: Function 'GlsClientTool' argument 3 names different: declaration 'profile' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gls/gls-client-tool.h:39:58: note: Function 'GlsClientTool' argument 3 names different: declaration 'profile' definition 'p'.
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:36:69: note: Function 'GlsClientTool' argument 3 names different: declaration 'profile' definition 'p'.
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:109:66: style: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gls/gls-client-tool.h:53:53: note: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'.
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:109:66: note: Function 'on_got_list_response' argument 1 names different: declaration 'list' definition 'l'.
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:123:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:151:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:230:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:38:3: performance: Variable 'request_count' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:40:3: performance: Variable 'd_unadvertise' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:43:3: performance: Variable 'd_remove_all' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gls/gls-client-tool.h:57:8: performance: Technically the member function 'GlsClientTool::on_could_not_connect' can be static. [functionStatic]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:212:21: note: Technically the member function 'GlsClientTool::on_could_not_connect' can be static.
lordsawar-0.3.1/src/gls/gls-client-tool.h:57:8: note: Technically the member function 'GlsClientTool::on_could_not_connect' can be static.
lordsawar-0.3.1/src/gls/gls-client-tool.h:59:8: performance: Technically the member function 'GlsClientTool::on_connection_lost' can be static. [functionStatic]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:218:21: note: Technically the member function 'GlsClientTool::on_connection_lost' can be static.
lordsawar-0.3.1/src/gls/gls-client-tool.h:59:8: note: Technically the member function 'GlsClientTool::on_connection_lost' can be static.
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:56:11: style: Class 'GlsClientTool' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:56:11: style: Class 'GlsClientTool' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/gls/gls-client-tool.cpp:36:113: performance: Function parameter 'unadvertise' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/army-gains-level-dialog.cpp:35:71: style: Function 'ArmyGainsLevelDialog' argument 2 names different: declaration 'h' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/army-gains-level-dialog.h:31:53: note: Function 'ArmyGainsLevelDialog' argument 2 names different: declaration 'h' definition 'a'.
lordsawar-0.3.1/src/gui/army-gains-level-dialog.cpp:35:71: note: Function 'ArmyGainsLevelDialog' argument 2 names different: declaration 'h' definition 'a'.
lordsawar-0.3.1/src/gui/bar-chart.cpp:126:29: style: Same expression on both sides of '/'. [duplicateExpression]
lordsawar-0.3.1/src/gui/bar-chart.cpp:65:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/bar-chart.cpp:109:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/bar-chart.cpp:24:3: performance: Variable 'd_bars' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/bar-chart.cpp:25:3: performance: Variable 'd_colours' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/bar-chart.cpp:21:44: performance: Function parameter 'bars' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/bar-chart.cpp:21:71: performance: Function parameter 'colours' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/builder-cache.cpp:73:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lordsawar-0.3.1/src/gui/builder-cache.cpp:45:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/buy-production-dialog.cpp:37:69: style: Function 'BuyProductionDialog' argument 2 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/buy-production-dialog.h:34:52: note: Function 'BuyProductionDialog' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/buy-production-dialog.cpp:37:69: note: Function 'BuyProductionDialog' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/city-info-tip.cpp:32:62: style: Function 'CityInfoTip' argument 2 names different: declaration 'map' definition 'mpos'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/city-info-tip.h:33:53: note: Function 'CityInfoTip' argument 2 names different: declaration 'map' definition 'mpos'.
lordsawar-0.3.1/src/gui/city-info-tip.cpp:32:62: note: Function 'CityInfoTip' argument 2 names different: declaration 'map' definition 'mpos'.
lordsawar-0.3.1/src/gui/city-window.cpp:394:2: style: Variable 'slot' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/city-window.cpp:393:0: note: Variable 'slot' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/city-window.cpp:394:2: note: Variable 'slot' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/city-window.cpp:41:51: style: Function 'CityWindow' argument 2 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/city-window.h:34:43: note: Function 'CityWindow' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/city-window.cpp:41:51: note: Function 'CityWindow' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/destination-dialog.cpp:39:65: style: Function 'DestinationDialog' argument 2 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/destination-dialog.h:31:50: note: Function 'DestinationDialog' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/destination-dialog.cpp:39:65: note: Function 'DestinationDialog' argument 2 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/destination-dialog.cpp:238:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/destination-dialog.cpp:260:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/destination-dialog.cpp:279:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/diplomacy-dialog.cpp:205:17: style: Function 'on_proposal_toggled' argument 2 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/diplomacy-dialog.h:36:66: note: Function 'on_proposal_toggled' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/gui/diplomacy-dialog.cpp:205:17: note: Function 'on_proposal_toggled' argument 2 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/gui/driver.cpp:1113:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lordsawar-0.3.1/src/gui/driver.cpp:82:5: style: Variable 'splash_window' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/driver.cpp:79:5: note: Variable 'splash_window' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/driver.cpp:82:5: note: Variable 'splash_window' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/driver.cpp:833:56: style: Function 'on_game_scenario_downloaded' argument 1 names different: declaration 'filename' definition 'path'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/driver.h:65:52: note: Function 'on_game_scenario_downloaded' argument 1 names different: declaration 'filename' definition 'path'.
lordsawar-0.3.1/src/gui/driver.cpp:833:56: note: Function 'on_game_scenario_downloaded' argument 1 names different: declaration 'filename' definition 'path'.
lordsawar-0.3.1/src/gui/driver.cpp:863:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/driver.cpp:1162:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/driver.cpp:1199:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/driver.cpp:81:3: performance: Variable 'game_scenario_downloaded' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/new-network-game-download-window.h:23:5: style: Class 'NewNetworkGameDownloadWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/driver.h:38:5: style: Class 'Driver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/new-random-map-dialog.h:32:5: style: Class 'NewRandomMapDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/fight-order-dialog.cpp:29:65: style: Function 'FightOrderDialog' argument 2 names different: declaration 'player' definition 'theplayer'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/fight-order-dialog.h:33:51: note: Function 'FightOrderDialog' argument 2 names different: declaration 'player' definition 'theplayer'.
lordsawar-0.3.1/src/gui/fight-order-dialog.cpp:29:65: note: Function 'FightOrderDialog' argument 2 names different: declaration 'player' definition 'theplayer'.
lordsawar-0.3.1/src/gui/fight-order-dialog.cpp:42:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/fight-window.cpp:130:3: warning: Either the condition 'if(quick&&*quick==false)' is redundant or there is possible null pointer dereference: quick. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/gui/fight-window.cpp:135:8: note: Assuming that condition 'if(quick&&*quick==false)' is not redundant
lordsawar-0.3.1/src/gui/fight-window.cpp:130:3: note: Null pointer dereference
lordsawar-0.3.1/src/gui/game-button-box.cpp:176:46: style: Function 'GameButtonBox' argument 1 names different: declaration 'base' definition 'baseObject'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-button-box.h:33:35: note: Function 'GameButtonBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/game-button-box.cpp:176:46: note: Function 'GameButtonBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/game-button-box.cpp:202:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:177:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:194:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:537:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:560:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:588:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:608:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:633:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-lobby-dialog.cpp:680:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-options-dialog.cpp:136:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:126:114: style: Function 'GamePreferencesDialog' argument 3 names different: declaration 'mode' definition 'play_mode'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-preferences-dialog.h:37:95: note: Function 'GamePreferencesDialog' argument 3 names different: declaration 'mode' definition 'play_mode'.
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:126:114: note: Function 'GamePreferencesDialog' argument 3 names different: declaration 'mode' definition 'play_mode'.
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:80:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:97:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:267:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:281:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:306:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:343:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:440:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-preferences-dialog.cpp:129:3: performance: Variable 'mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/game-window.cpp:138:5: warning: Possible null pointer dereference: w [nullPointer]
lordsawar-0.3.1/src/gui/game-window.cpp:135:22: note: Assignment 'w=0', assigned value is 0
lordsawar-0.3.1/src/gui/game-window.cpp:138:5: note: Null pointer dereference
lordsawar-0.3.1/src/gui/game-window.cpp:140:5: warning: Possible null pointer dereference: w [nullPointer]
lordsawar-0.3.1/src/gui/game-window.cpp:135:22: note: Assignment 'w=0', assigned value is 0
lordsawar-0.3.1/src/gui/game-window.cpp:140:5: note: Null pointer dereference
lordsawar-0.3.1/src/gui/game-window.cpp:388:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:386:0: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:388:3: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:410:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:409:0: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:410:3: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:421:3: style: Variable 'success' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:420:0: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:421:3: note: Variable 'success' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:1769:3: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:1768:0: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/game-window.cpp:1769:3: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/game-window.cpp:1789:3: style: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:1788:0: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/game-window.cpp:1789:3: note: Variable 's' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/game-window.cpp:2578:3: style: Variable 'num' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:2577:3: note: Variable 'num' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:2578:3: note: Variable 'num' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:2821:3: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:2818:0: note: Variable 'item' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:2821:3: note: Variable 'item' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:2830:3: style: Variable 'player' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/gui/game-window.cpp:2828:0: note: Variable 'player' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:2830:3: note: Variable 'player' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/gui/game-window.cpp:1555:59: style: Function 'on_progress_status_changed' argument 1 names different: declaration 'status' definition 'string'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:249:51: note: Function 'on_progress_status_changed' argument 1 names different: declaration 'status' definition 'string'.
lordsawar-0.3.1/src/gui/game-window.cpp:1555:59: note: Function 'on_progress_status_changed' argument 1 names different: declaration 'status' definition 'string'.
lordsawar-0.3.1/src/gui/game-window.cpp:1610:65: style: Function 'on_city_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:258:57: note: Function 'on_city_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'.
lordsawar-0.3.1/src/gui/game-window.cpp:1610:65: note: Function 'on_city_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'.
lordsawar-0.3.1/src/gui/game-window.cpp:1623:72: style: Function 'on_stack_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:257:64: note: Function 'on_stack_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'.
lordsawar-0.3.1/src/gui/game-window.cpp:1623:72: note: Function 'on_stack_tip_changed' argument 2 names different: declaration 'pos' definition 'mpos'.
lordsawar-0.3.1/src/gui/game-window.cpp:1703:69: style: Function 'on_sage_visited' argument 3 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:260:60: note: Function 'on_sage_visited' argument 3 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/game-window.cpp:1703:69: note: Function 'on_sage_visited' argument 3 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/game-window.cpp:1718:54: style: Function 'on_ruin_searched' argument 2 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:259:46: note: Function 'on_ruin_searched' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/game-window.cpp:1718:54: note: Function 'on_ruin_searched' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/game-window.cpp:1823:45: style: Function 'on_hero_brings_allies' argument 1 names different: declaration 'alliesCount' definition 'numAllies'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:281:36: note: Function 'on_hero_brings_allies' argument 1 names different: declaration 'alliesCount' definition 'numAllies'.
lordsawar-0.3.1/src/gui/game-window.cpp:1823:45: note: Function 'on_hero_brings_allies' argument 1 names different: declaration 'alliesCount' definition 'numAllies'.
lordsawar-0.3.1/src/gui/game-window.cpp:1845:48: style: Function 'on_enemy_offers_surrender' argument 1 names different: declaration 'numEnemies' definition 'numPlayers'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:267:40: note: Function 'on_enemy_offers_surrender' argument 1 names different: declaration 'numEnemies' definition 'numPlayers'.
lordsawar-0.3.1/src/gui/game-window.cpp:1845:48: note: Function 'on_enemy_offers_surrender' argument 1 names different: declaration 'numEnemies' definition 'numPlayers'.
lordsawar-0.3.1/src/gui/game-window.cpp:2780:43: style: Function 'give_some_cheese' argument 1 names different: declaration 'game_winner' definition 'winner'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:327:35: note: Function 'give_some_cheese' argument 1 names different: declaration 'game_winner' definition 'winner'.
lordsawar-0.3.1/src/gui/game-window.cpp:2780:43: note: Function 'give_some_cheese' argument 1 names different: declaration 'game_winner' definition 'winner'.
lordsawar-0.3.1/src/gui/game-window.cpp:2885:75: style: Function 'on_keeper_captured' argument 3 names different: declaration 'monster_name' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:297:62: note: Function 'on_keeper_captured' argument 3 names different: declaration 'monster_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2885:75: note: Function 'on_keeper_captured' argument 3 names different: declaration 'monster_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2895:49: style: Function 'on_city_diseased' argument 1 names different: declaration 'city_name' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:292:41: note: Function 'on_city_diseased' argument 1 names different: declaration 'city_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2895:49: note: Function 'on_city_diseased' argument 1 names different: declaration 'city_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2895:63: style: Function 'on_city_diseased' argument 2 names different: declaration 'num_armies_killed' definition 'num_armies'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:292:60: note: Function 'on_city_diseased' argument 2 names different: declaration 'num_armies_killed' definition 'num_armies'.
lordsawar-0.3.1/src/gui/game-window.cpp:2895:63: note: Function 'on_city_diseased' argument 2 names different: declaration 'num_armies_killed' definition 'num_armies'.
lordsawar-0.3.1/src/gui/game-window.cpp:2947:64: style: Function 'on_monster_summoned' argument 2 names different: declaration 'monster_name' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:298:56: note: Function 'on_monster_summoned' argument 2 names different: declaration 'monster_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2947:64: note: Function 'on_monster_summoned' argument 2 names different: declaration 'monster_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2956:60: style: Function 'on_worms_killed' argument 2 names different: declaration 'army_type_name' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:291:52: note: Function 'on_worms_killed' argument 2 names different: declaration 'army_type_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2956:60: note: Function 'on_worms_killed' argument 2 names different: declaration 'army_type_name' definition 'name'.
lordsawar-0.3.1/src/gui/game-window.cpp:2956:74: style: Function 'on_worms_killed' argument 3 names different: declaration 'num_worms_killed' definition 'num_killed'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/game-window.h:291:76: note: Function 'on_worms_killed' argument 3 names different: declaration 'num_worms_killed' definition 'num_killed'.
lordsawar-0.3.1/src/gui/game-window.cpp:2956:74: note: Function 'on_worms_killed' argument 3 names different: declaration 'num_worms_killed' definition 'num_killed'.
lordsawar-0.3.1/src/gui/game-window.cpp:314:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-window.cpp:446:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/game-window.cpp:2261:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/surrender-refused-dialog.h:31:5: style: Class 'SurrenderRefusedDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/item-bonus-dialog.h:32:5: style: Class 'ItemBonusDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/use-item-on-player-dialog.h:34:5: style: Class 'UseItemOnPlayerDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:38:51: style: Function 'HeroDialog' argument 2 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-dialog.h:36:43: note: Function 'HeroDialog' argument 2 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:38:51: note: Function 'HeroDialog' argument 2 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:38:66: style: Function 'HeroDialog' argument 3 names different: declaration 'pos' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-dialog.h:36:61: note: Function 'HeroDialog' argument 3 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:38:66: note: Function 'HeroDialog' argument 3 names different: declaration 'pos' definition 'p'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:136:43: style: Function 'addHistoryEvent' argument 1 names different: declaration 'event' definition 'history'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-dialog.h:103:35: note: Function 'addHistoryEvent' argument 1 names different: declaration 'event' definition 'history'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:136:43: note: Function 'addHistoryEvent' argument 1 names different: declaration 'event' definition 'history'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:368:33: style: Function 'add_hero' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-dialog.h:102:25: note: Function 'add_hero' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:368:33: note: Function 'add_hero' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-dialog.cpp:97:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:251:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:325:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:343:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:476:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:486:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-dialog.cpp:43:5: performance: Variable 'pos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/hero-levels-dialog.cpp:60:65: style: Function 'HeroLevelsDialog' argument 2 names different: declaration 'player' definition 'theplayer'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-levels-dialog.h:33:51: note: Function 'HeroLevelsDialog' argument 2 names different: declaration 'player' definition 'theplayer'.
lordsawar-0.3.1/src/gui/hero-levels-dialog.cpp:60:65: note: Function 'HeroLevelsDialog' argument 2 names different: declaration 'player' definition 'theplayer'.
lordsawar-0.3.1/src/gui/hero-levels-dialog.cpp:56:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-levels-dialog.cpp:65:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/hero-offer-dialog.cpp:34:82: style: Function 'HeroOfferDialog' argument 3 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-offer-dialog.h:34:69: note: Function 'HeroOfferDialog' argument 3 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-offer-dialog.cpp:34:82: note: Function 'HeroOfferDialog' argument 3 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/hero-offer-dialog.cpp:34:91: style: Function 'HeroOfferDialog' argument 4 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/hero-offer-dialog.h:34:81: note: Function 'HeroOfferDialog' argument 4 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/hero-offer-dialog.cpp:34:91: note: Function 'HeroOfferDialog' argument 4 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:669:3: style: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:668:0: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:669:3: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:697:3: style: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:696:0: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:697:3: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:731:3: style: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:730:0: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:731:3: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:760:3: style: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:759:0: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:760:3: note: Variable 'pit' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:120:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:124:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:407:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:416:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:437:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:458:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:478:40: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:482:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:677:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:710:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:739:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:770:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:168:13: error: Invalid iterator 'hit' used. [eraseDereference]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:173:17: error: Invalid iterator 'hit' used. [eraseDereference]
lordsawar-0.3.1/src/gui/history-report-dialog.cpp:190:41: error: Invalid iterator 'hit' used. [eraseDereference]
lordsawar-0.3.1/src/gui/item-bonus-dialog.cpp:42:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:32:118: style: Function 'ItemReportDialog' argument 3 names different: declaration 'bags' definition 'bags_of_stuff'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/item-report-dialog.h:33:104: note: Function 'ItemReportDialog' argument 3 names different: declaration 'bags' definition 'bags_of_stuff'.
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:32:118: note: Function 'ItemReportDialog' argument 3 names different: declaration 'bags' definition 'bags_of_stuff'.
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:79:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:35:3: performance: Variable 'stacks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:36:3: performance: Variable 'bags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/item-report-dialog.cpp:32:118: performance: Function parameter 'bags_of_stuff' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/line-chart.cpp:65:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/line-chart.cpp:74:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/line-chart.cpp:77:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/line-chart.cpp:99:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/line-chart.cpp:109:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/line-chart.cpp:28:3: performance: Variable 'd_lines' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/line-chart.cpp:29:3: performance: Variable 'd_colours' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/line-chart.cpp:31:3: performance: Variable 'd_x_axis_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/line-chart.cpp:32:3: performance: Variable 'd_y_axis_description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/line-chart.cpp:22:58: performance: Function parameter 'lines' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/line-chart.cpp:23:29: performance: Function parameter 'colours' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/load-scenario-dialog.h:30:5: style: Class 'LoadScenarioDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/lw-dialog.cpp:28:3: performance: Variable 'xml' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/main-preferences-dialog.h:31:5: style: Class 'MainPreferencesDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/main.cpp:60:5: performance: Variable 'load_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/main.cpp:61:5: performance: Variable 'turn_filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/main.cpp:62:5: performance: Variable 'random_number_seed' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/main.cpp:63:5: performance: Variable 'port' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/network-game-selector-dialog.cpp:144:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/new-network-game-dialog.cpp:53:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/new-network-game-dialog.cpp:94:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/new-profile-dialog.h:29:5: style: Class 'NewProfileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/gui/new-random-map-dialog.cpp:102:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/preferences-dialog.cpp:128:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/preferences-dialog.cpp:154:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/quest-assigned-dialog.cpp:29:69: style: Function 'QuestAssignedDialog' argument 2 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-assigned-dialog.h:32:52: note: Function 'QuestAssignedDialog' argument 2 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/quest-assigned-dialog.cpp:29:69: note: Function 'QuestAssignedDialog' argument 2 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/quest-assigned-dialog.cpp:29:79: style: Function 'QuestAssignedDialog' argument 3 names different: declaration 'quest' definition 'q'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-assigned-dialog.h:32:65: note: Function 'QuestAssignedDialog' argument 3 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-assigned-dialog.cpp:29:79: note: Function 'QuestAssignedDialog' argument 3 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-completed-dialog.cpp:32:72: style: Function 'QuestCompletedDialog' argument 2 names different: declaration 'quest' definition 'q'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-completed-dialog.h:32:54: note: Function 'QuestCompletedDialog' argument 2 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-completed-dialog.cpp:32:72: note: Function 'QuestCompletedDialog' argument 2 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-completed-dialog.cpp:32:83: style: Function 'QuestCompletedDialog' argument 3 names different: declaration 'reward' definition 'r'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-completed-dialog.h:32:69: note: Function 'QuestCompletedDialog' argument 3 names different: declaration 'reward' definition 'r'.
lordsawar-0.3.1/src/gui/quest-completed-dialog.cpp:32:83: note: Function 'QuestCompletedDialog' argument 3 names different: declaration 'reward' definition 'r'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:31:79: style: Function 'QuestReportDialog' argument 2 names different: declaration 'quests' definition 'q'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-report-dialog.h:35:64: note: Function 'QuestReportDialog' argument 2 names different: declaration 'quests' definition 'q'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:31:79: note: Function 'QuestReportDialog' argument 2 names different: declaration 'quests' definition 'q'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:31:88: style: Function 'QuestReportDialog' argument 3 names different: declaration 'preferred_hero' definition 'hero'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-report-dialog.h:35:78: note: Function 'QuestReportDialog' argument 3 names different: declaration 'preferred_hero' definition 'hero'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:31:88: note: Function 'QuestReportDialog' argument 3 names different: declaration 'preferred_hero' definition 'hero'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:74:50: style: Function 'add_questing_hero' argument 1 names different: declaration 'quest' definition 'q'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/quest-report-dialog.h:66:35: note: Function 'add_questing_hero' argument 1 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:74:50: note: Function 'add_questing_hero' argument 1 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:58:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:34:3: performance: Variable 'quests' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/quest-report-dialog.cpp:31:79: performance: Function parameter 'q' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/gui/report-dialog.cpp:236:7: style: Variable 'total' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/report-dialog.cpp:235:7: note: Variable 'total' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/report-dialog.cpp:236:7: note: Variable 'total' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/report-dialog.cpp:76:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/report-dialog.cpp:342:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/sage-dialog.cpp:34:63: style: Function 'SageDialog' argument 3 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/sage-dialog.h:35:55: note: Function 'SageDialog' argument 3 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/sage-dialog.cpp:34:63: note: Function 'SageDialog' argument 3 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/gui/sage-dialog.cpp:59:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/splash-window.cpp:44:3: performance: Variable 'network_game_nickname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/stack-army-button.cpp:70:50: style: Function 'StackArmyButton' argument 1 names different: declaration 'base' definition 'baseObject'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-army-button.h:35:37: note: Function 'StackArmyButton' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/stack-army-button.cpp:70:50: note: Function 'StackArmyButton' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/stack-army-button.cpp:70:18: warning: Member variable 'StackArmyButton::d_stack' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/gui/stack-army-button.cpp:70:18: warning: Member variable 'StackArmyButton::d_army' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:133:3: style: Variable 'str' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:130:0: note: Variable 'str' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:133:3: note: Variable 'str' is reassigned a value before the old one has been used if variable is no semaphore variable.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:90:60: style: Function 'addArmy' argument 3 names different: declaration 'a' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-dialog.h:53:47: note: Function 'addArmy' argument 3 names different: declaration 'a' definition 'h'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:90:60: note: Function 'addArmy' argument 3 names different: declaration 'a' definition 'h'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:268:73: style: Function 'on_army_toggled' argument 2 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-dialog.h:59:60: note: Function 'on_army_toggled' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:268:73: note: Function 'on_army_toggled' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:268:86: style: Function 'on_army_toggled' argument 3 names different: declaration 'a' definition 'army'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-dialog.h:59:69: note: Function 'on_army_toggled' argument 3 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:268:86: note: Function 'on_army_toggled' argument 3 names different: declaration 'a' definition 'army'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:295:72: style: Function 'on_stack_toggled' argument 2 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-dialog.h:58:59: note: Function 'on_stack_toggled' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:295:72: note: Function 'on_stack_toggled' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:77:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:225:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/stack-info-dialog.cpp:43:3: performance: Variable 'tile' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:35:64: style: Function 'StackInfoTip' argument 2 names different: declaration 'map' definition 'mpos'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-tip.h:34:54: note: Function 'StackInfoTip' argument 2 names different: declaration 'map' definition 'mpos'.
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:35:64: note: Function 'StackInfoTip' argument 2 names different: declaration 'map' definition 'mpos'.
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:35:81: style: Function 'StackInfoTip' argument 3 names different: declaration 's' definition 'stile'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-info-tip.h:34:70: note: Function 'StackInfoTip' argument 3 names different: declaration 's' definition 'stile'.
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:35:81: note: Function 'StackInfoTip' argument 3 names different: declaration 's' definition 'stile'.
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:55:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/stack-info-tip.cpp:56:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/stack-tile-box.cpp:88:44: style: Function 'StackTileBox' argument 1 names different: declaration 'base' definition 'baseObject'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/stack-tile-box.h:37:34: note: Function 'StackTileBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/stack-tile-box.cpp:88:44: note: Function 'StackTileBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/stack-tile-box.cpp:214:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/status-box.cpp:84:38: style: Function 'StatusBox' argument 1 names different: declaration 'base' definition 'baseObject'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/status-box.h:36:31: note: Function 'StatusBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/status-box.cpp:84:38: note: Function 'StatusBox' argument 1 names different: declaration 'base' definition 'baseObject'.
lordsawar-0.3.1/src/gui/status-box.cpp:87:3: performance: Variable 'd_height_fudge_factor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/gui/surrender-dialog.cpp:27:59: style: Function 'SurrenderDialog' argument 2 names different: declaration 'numPlayers' definition 'numEnemies'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/gui/surrender-dialog.h:28:46: note: Function 'SurrenderDialog' argument 2 names different: declaration 'numPlayers' definition 'numEnemies'.
lordsawar-0.3.1/src/gui/surrender-dialog.cpp:27:59: note: Function 'SurrenderDialog' argument 2 names different: declaration 'numPlayers' definition 'numEnemies'.
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:101:44: warning: Possible null pointer dereference: hero [nullPointer]
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:86:27: note: Assignment 'hero=NULL', assigned value is 0
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:101:44: note: Null pointer dereference
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:167:44: warning: Possible null pointer dereference: special [nullPointer]
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:155:30: note: Assignment 'special=NULL', assigned value is 0
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:167:44: note: Null pointer dereference
lordsawar-0.3.1/src/gui/triumphs-dialog.cpp:51:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/use-item-dialog.cpp:41:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/gui/use-item-on-player-dialog.cpp:52:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/hero.cpp:73:38: style: Unused variable: it [unusedVariable]
lordsawar-0.3.1/src/hero.h:46:1: warning: The class 'Hero' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/heroesmap.cpp:26:39: style: Function 'HeroesMap' argument 1 names different: declaration 'heroes' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/heroesmap.h:42:33: note: Function 'HeroesMap' argument 1 names different: declaration 'heroes' definition 'h'.
lordsawar-0.3.1/src/heroesmap.cpp:26:39: note: Function 'HeroesMap' argument 1 names different: declaration 'heroes' definition 'h'.
lordsawar-0.3.1/src/heroesmap.cpp:37:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/heroesmap.cpp:28:3: performance: Variable 'heroes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/heroesmap.h:42:6: style: Class 'HeroesMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/heroesmap.h:75:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/heroesmap.h:75:18: note: Function in derived class
lordsawar-0.3.1/src/heroesmap.cpp:26:39: performance: Function parameter 'h' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/heromap.cpp:23:24: style: Function 'HeroMap' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/heromap.h:41:20: note: Function 'HeroMap' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/heromap.cpp:23:24: note: Function 'HeroMap' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/heromap.h:41:6: style: Class 'HeroMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/heromap.h:63:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/heromap.h:63:18: note: Function in derived class
lordsawar-0.3.1/src/heroproto.cpp:29:39: style: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/heroproto.h:36:36: note: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'.
lordsawar-0.3.1/src/heroproto.cpp:29:39: note: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'.
lordsawar-0.3.1/src/heroproto.cpp:34:39: style: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/heroproto.h:39:36: note: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'.
lordsawar-0.3.1/src/heroproto.cpp:34:39: note: Function 'HeroProto' argument 1 names different: declaration 'heroproto' definition 'a'.
lordsawar-0.3.1/src/heroproto.h:28:1: warning: The class 'HeroProto' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.cpp:312:69: style: Function 'History_HeroEmerges' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/history.h:224:49: note: Function 'History_HeroEmerges' argument 1 names different: declaration 'history' definition 'h'.
lordsawar-0.3.1/src/history.cpp:312:69: note: Function 'History_HeroEmerges' argument 1 names different: declaration 'history' definition 'h'.
lordsawar-0.3.1/src/history.cpp:884:69: style: Function 'History_HeroUseItem' argument 1 names different: declaration 'history' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/history.h:771:49: note: Function 'History_HeroUseItem' argument 1 names different: declaration 'history' definition 'h'.
lordsawar-0.3.1/src/history.cpp:884:69: note: Function 'History_HeroUseItem' argument 1 names different: declaration 'history' definition 'h'.
lordsawar-0.3.1/src/history.h:160:1: warning: The class 'History_FoundSage' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:189:1: warning: The class 'History_GoldTotal' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:218:1: warning: The class 'History_HeroEmerges' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:258:1: warning: The class 'History_CityWon' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:287:1: warning: The class 'History_HeroCityWon' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:322:1: warning: The class 'History_CityRazed' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:351:1: warning: The class 'History_HeroQuestStarted' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:380:1: warning: The class 'History_HeroQuestCompleted' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:409:1: warning: The class 'History_HeroKilledInCity' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:444:1: warning: The class 'History_HeroKilledInBattle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:473:1: warning: The class 'History_HeroKilledSearching' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:502:1: warning: The class 'History_Score' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:554:1: warning: The class 'History_DiplomacyPeace' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:583:1: warning: The class 'History_DiplomacyWar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:612:1: warning: The class 'History_DiplomacyTreachery' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:641:1: warning: The class 'History_HeroFindsAllies' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:692:1: warning: The class 'History_HeroRuinExplored' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:728:1: warning: The class 'History_HeroRewardRuin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/history.h:763:1: warning: The class 'History_HeroUseItem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/historymap.cpp:51:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/historymap.cpp:81:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/historymap.h:79:19: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/historymap.h:79:19: note: Function in derived class
lordsawar-0.3.1/src/hosted-game.cpp:35:3: performance: Variable 'd_pid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/itemmap.cpp:25:79: style: Function 'ItemMap' argument 2 names different: declaration 'bags' definition 'bags_of_stuff'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/itemmap.h:43:75: note: Function 'ItemMap' argument 2 names different: declaration 'bags' definition 'bags_of_stuff'.
lordsawar-0.3.1/src/itemmap.cpp:25:79: note: Function 'ItemMap' argument 2 names different: declaration 'bags' definition 'bags_of_stuff'.
lordsawar-0.3.1/src/itemmap.cpp:47:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/itemmap.cpp:54:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/itemmap.cpp:27:3: performance: Variable 'stacks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/itemmap.cpp:28:3: performance: Variable 'bags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/itemmap.h:77:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/itemmap.h:77:18: note: Function in derived class
lordsawar-0.3.1/src/itemmap.cpp:25:36: performance: Function parameter 'item_laden_stacks' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/itemmap.cpp:25:79: performance: Function parameter 'bags_of_stuff' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/maptile.cpp:29:40: style: Function 'Maptile' argument 3 names different: declaration 'type' definition 'index'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/maptile.h:81:39: note: Function 'Maptile' argument 3 names different: declaration 'type' definition 'index'.
lordsawar-0.3.1/src/maptile.cpp:29:40: note: Function 'Maptile' argument 3 names different: declaration 'type' definition 'index'.
lordsawar-0.3.1/src/maptile.cpp:29:10: warning: Member variable 'Maptile::d_blocked' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/maptile.cpp:42:10: warning: Member variable 'Maptile::d_blocked' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/maptile.h:168:14: style: Technically the member function 'Maptile::isCityTerrain' can be const. [functionConst]
lordsawar-0.3.1/src/maptile.cpp:104:15: note: Technically the member function 'Maptile::isCityTerrain' can be const.
lordsawar-0.3.1/src/maptile.h:168:14: note: Technically the member function 'Maptile::isCityTerrain' can be const.
lordsawar-0.3.1/src/maptile.h:174:14: style: Technically the member function 'Maptile::isRoadTerrain' can be const. [functionConst]
lordsawar-0.3.1/src/maptile.cpp:112:15: note: Technically the member function 'Maptile::isRoadTerrain' can be const.
lordsawar-0.3.1/src/maptile.h:174:14: note: Technically the member function 'Maptile::isRoadTerrain' can be const.
lordsawar-0.3.1/src/maptile.cpp:56:5: style: Class 'Maptile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/maptile.cpp:56:5: style: Class 'Maptile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/namelist.cpp:34:3: performance: Variable 'd_item_tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/network-action.cpp:30:16: warning: Member variable 'NetworkAction::d_action' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:99:81: style: Function 'NetworkConnection' argument 1 names different: declaration 'conn' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-connection.h:37:64: note: Function 'NetworkConnection' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-connection.cpp:99:81: note: Function 'NetworkConnection' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-connection.cpp:220:61: style: Function 'send' argument 2 names different: declaration 'payload' definition 'pay'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-connection.h:51:44: note: Function 'send' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:220:61: note: Function 'send' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:258:68: style: Function 'sendMessage' argument 2 names different: declaration 'payload' definition 'pay'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-connection.h:100:51: note: Function 'sendMessage' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:258:68: note: Function 'sendMessage' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:302:70: style: Function 'queue_message' argument 2 names different: declaration 'payload' definition 'pay'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-connection.h:99:53: note: Function 'queue_message' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:302:70: note: Function 'queue_message' argument 2 names different: declaration 'payload' definition 'pay'.
lordsawar-0.3.1/src/network-connection.cpp:252:19: style: Variable 'wrote_all' is assigned a value that is never used. [unreadVariable]
lordsawar-0.3.1/src/network-connection.cpp:113:20: warning: Member variable 'NetworkConnection::payload_left' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:113:20: warning: Member variable 'NetworkConnection::payload_size' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:113:20: warning: Member variable 'NetworkConnection::header' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:113:20: warning: Member variable 'NetworkConnection::header_left' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:113:20: warning: Member variable 'NetworkConnection::header_size' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-connection.cpp:103:3: performance: Variable 'client' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/network-connection.cpp:116:3: performance: Variable 'client' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/network-history.cpp:32:17: warning: Member variable 'NetworkHistory::d_history' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/network-server.cpp:62:32: style: Function 'send' argument 1 names different: declaration 'conn' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-server.h:43:19: note: Function 'send' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.cpp:62:32: note: Function 'send' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.cpp:99:57: style: Function 'onConnectionLost' argument 1 names different: declaration 'conn' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-server.h:58:44: note: Function 'onConnectionLost' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.cpp:99:57: note: Function 'onConnectionLost' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.cpp:114:49: style: Function 'get_hostname' argument 1 names different: declaration 'conn' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network-server.h:45:36: note: Function 'get_hostname' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.cpp:114:49: note: Function 'get_hostname' argument 1 names different: declaration 'conn' definition 'c'.
lordsawar-0.3.1/src/network-server.h:58:8: style: Unused private function: 'NetworkServer::onConnectionLost' [unusedPrivateFunction]
lordsawar-0.3.1/src/network-server.h:43:8: performance: Technically the member function 'NetworkServer::send' can be static. [functionStatic]
lordsawar-0.3.1/src/network-server.cpp:62:21: note: Technically the member function 'NetworkServer::send' can be static.
lordsawar-0.3.1/src/network-server.h:43:8: note: Technically the member function 'NetworkServer::send' can be static.
lordsawar-0.3.1/src/network-server.h:44:8: performance: Technically the member function 'NetworkServer::sendFile' can be static. [functionStatic]
lordsawar-0.3.1/src/network-server.cpp:68:21: note: Technically the member function 'NetworkServer::sendFile' can be static.
lordsawar-0.3.1/src/network-server.h:44:8: note: Technically the member function 'NetworkServer::sendFile' can be static.
lordsawar-0.3.1/src/network-server.h:45:17: performance: Technically the member function 'NetworkServer::get_hostname' can be static. [functionStatic]
lordsawar-0.3.1/src/network-server.cpp:114:30: note: Technically the member function 'NetworkServer::get_hostname' can be static.
lordsawar-0.3.1/src/network-server.h:45:17: note: Technically the member function 'NetworkServer::get_hostname' can be static.
lordsawar-0.3.1/src/network_player.cpp:773:57: warning: Either the condition 'action' is redundant or there is possible null pointer dereference: action. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/network_player.cpp:769:7: note: Assuming that condition 'action' is not redundant
lordsawar-0.3.1/src/network_player.cpp:773:57: note: Null pointer dereference
lordsawar-0.3.1/src/network_player.cpp:774:44: warning: Either the condition 'action' is redundant or there is possible null pointer dereference: action. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/network_player.cpp:769:7: note: Assuming that condition 'action' is not redundant
lordsawar-0.3.1/src/network_player.cpp:774:44: note: Null pointer dereference
lordsawar-0.3.1/src/network_player.cpp:818:12: warning: Either the condition 'action' is redundant or there is possible null pointer dereference: action. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/network_player.cpp:814:7: note: Assuming that condition 'action' is not redundant
lordsawar-0.3.1/src/network_player.cpp:818:12: note: Null pointer dereference
lordsawar-0.3.1/src/network_player.cpp:927:52: warning: Either the condition 'action' is redundant or there is possible null pointer dereference: action. [nullPointerRedundantCheck]
lordsawar-0.3.1/src/network_player.cpp:923:7: note: Assuming that condition 'action' is not redundant
lordsawar-0.3.1/src/network_player.cpp:927:52: note: Null pointer dereference
lordsawar-0.3.1/src/network_player.cpp:114:55: style: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network_player.h:100:56: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/network_player.cpp:114:55: note: Function 'chooseHero' argument 2 names different: declaration 'c' definition 'city'.
lordsawar-0.3.1/src/network_player.cpp:233:48: style: Function 'decodeAction' argument 1 names different: declaration 'action' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network_player.h:113:34: note: Function 'decodeAction' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/network_player.cpp:233:48: note: Function 'decodeAction' argument 1 names different: declaration 'action' definition 'a'.
lordsawar-0.3.1/src/network_player.cpp:650:77: style: Function 'decodeActionModifySignpost' argument 1 names different: declaration 'action' definition 'act'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/network_player.h:139:63: note: Function 'decodeActionModifySignpost' argument 1 names different: declaration 'action' definition 'act'.
lordsawar-0.3.1/src/network_player.cpp:650:77: note: Function 'decodeActionModifySignpost' argument 1 names different: declaration 'action' definition 'act'.
lordsawar-0.3.1/src/network_player.cpp:229:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.cpp:837:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.cpp:894:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.cpp:907:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.cpp:911:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/network_player.cpp:916:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/overviewmap.cpp:314:46: style: Function 'draw_terrain_tile' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/overviewmap.h:186:38: note: Function 'draw_terrain_tile' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/overviewmap.cpp:314:46: note: Function 'draw_terrain_tile' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/overviewmap.cpp:681:68: style: Function 'draw_target_box' argument 2 names different: declaration 'colour' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/overviewmap.h:255:59: note: Function 'draw_target_box' argument 2 names different: declaration 'colour' definition 'c'.
lordsawar-0.3.1/src/overviewmap.cpp:681:68: note: Function 'draw_target_box' argument 2 names different: declaration 'colour' definition 'c'.
lordsawar-0.3.1/src/overviewmap.cpp:708:70: warning: Function 'draw_radial_gradient' argument order different: declaration 'surface, inner, outer, height, width' definition 'surface, inner, outer, width, height' [funcArgOrderDifferent]
lordsawar-0.3.1/src/overviewmap.h:150:68: note: Function 'draw_radial_gradient' argument order different: declaration 'surface, inner, outer, height, width' definition 'surface, inner, outer, width, height'
lordsawar-0.3.1/src/overviewmap.cpp:708:70: note: Function 'draw_radial_gradient' argument order different: declaration 'surface, inner, outer, height, width' definition 'surface, inner, outer, width, height'
lordsawar-0.3.1/src/overviewmap.cpp:512:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/overviewmap.cpp:529:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/overviewmap.cpp:645:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:108:29: style: Function 'checkPath' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/path.h:75:31: note: Function 'checkPath' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:108:29: note: Function 'checkPath' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:216:60: style: Function 'calculate' argument 3 names different: declaration 'mp' definition 'moves'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/path.h:128:55: note: Function 'calculate' argument 3 names different: declaration 'mp' definition 'moves'.
lordsawar-0.3.1/src/path.cpp:216:60: note: Function 'calculate' argument 3 names different: declaration 'mp' definition 'moves'.
lordsawar-0.3.1/src/path.cpp:282:33: style: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/path.h:98:34: note: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:282:33: note: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:289:33: style: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/path.h:99:34: note: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:289:33: note: Function 'calculate' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/path.cpp:53:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:91:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:116:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:117:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:139:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:260:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.cpp:267:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/path.h:40:1: warning: The class 'Path' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/player.cpp:306:3: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lordsawar-0.3.1/src/player.cpp:859:9: style: Variable 'step' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/player.cpp:858:0: note: Variable 'step' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/player.cpp:859:9: note: Variable 'step' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/player.cpp:1441:40: style: Function 'stackSearchRuin' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:533:40: note: Function 'stackSearchRuin' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1441:40: note: Function 'stackSearchRuin' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1441:49: style: Function 'stackSearchRuin' argument 2 names different: declaration 'ruin' definition 'r'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:533:53: note: Function 'stackSearchRuin' argument 2 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/player.cpp:1441:49: note: Function 'stackSearchRuin' argument 2 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/player.cpp:1498:37: style: Function 'stackVisitTemple' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:548:37: note: Function 'stackVisitTemple' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1498:37: note: Function 'stackVisitTemple' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1498:48: style: Function 'stackVisitTemple' argument 2 names different: declaration 'temple' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:548:52: note: Function 'stackVisitTemple' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/player.cpp:1498:48: note: Function 'stackVisitTemple' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/player.cpp:1532:49: style: Function 'heroGetQuest' argument 2 names different: declaration 'temple' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:746:49: note: Function 'heroGetQuest' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/player.cpp:1532:49: note: Function 'heroGetQuest' argument 2 names different: declaration 'temple' definition 't'.
lordsawar-0.3.1/src/player.cpp:1548:39: style: Function 'stackFightAdvise' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:563:39: note: Function 'stackFightAdvise' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1548:39: note: Function 'stackFightAdvise' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1674:31: style: Function 'cityOccupy' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:857:31: note: Function 'cityOccupy' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1674:31: note: Function 'cityOccupy' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1733:32: style: Function 'cityPillage' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:878:32: note: Function 'cityPillage' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1733:32: note: Function 'cityPillage' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1783:29: style: Function 'citySack' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:903:29: note: Function 'citySack' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1783:29: note: Function 'citySack' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1803:29: style: Function 'cityRaze' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:925:29: note: Function 'cityRaze' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1803:29: note: Function 'cityRaze' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1826:38: style: Function 'cityBuyProduction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:950:38: note: Function 'cityBuyProduction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1826:38: note: Function 'cityBuyProduction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1826:55: style: Function 'cityBuyProduction' argument 3 names different: declaration 'armytype' definition 'type'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:950:58: note: Function 'cityBuyProduction' argument 3 names different: declaration 'armytype' definition 'type'.
lordsawar-0.3.1/src/player.cpp:1826:55: note: Function 'cityBuyProduction' argument 3 names different: declaration 'armytype' definition 'type'.
lordsawar-0.3.1/src/player.cpp:1861:41: style: Function 'cityChangeProduction' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:977:41: note: Function 'cityChangeProduction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1861:41: note: Function 'cityChangeProduction' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:1905:32: style: Function 'giveReward' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1084:33: note: Function 'giveReward' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1905:32: note: Function 'giveReward' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1926:36: style: Function 'doStackDisband' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1631:36: note: Function 'doStackDisband' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1926:36: note: Function 'doStackDisband' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1937:34: style: Function 'stackDisband' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:578:34: note: Function 'stackDisband' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1937:34: note: Function 'stackDisband' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:1950:35: style: Function 'doHeroDropItem' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1625:35: note: Function 'doHeroDropItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1950:35: note: Function 'doHeroDropItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1950:44: style: Function 'doHeroDropItem' argument 2 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1625:47: note: Function 'doHeroDropItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1950:44: note: Function 'doHeroDropItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1967:33: style: Function 'heroDropItem' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:656:33: note: Function 'heroDropItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1967:33: note: Function 'heroDropItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1967:42: style: Function 'heroDropItem' argument 2 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:656:45: note: Function 'heroDropItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1967:42: note: Function 'heroDropItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1974:37: style: Function 'heroDropAllItems' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:679:37: note: Function 'heroDropAllItems' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1974:37: note: Function 'heroDropAllItems' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1989:37: style: Function 'doHeroPickupItem' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1628:37: note: Function 'doHeroPickupItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1989:37: note: Function 'doHeroPickupItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1989:46: style: Function 'doHeroPickupItem' argument 2 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1628:49: note: Function 'doHeroPickupItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1989:46: note: Function 'doHeroPickupItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1997:35: style: Function 'heroPickupItem' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:701:35: note: Function 'heroPickupItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1997:35: note: Function 'heroPickupItem' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:1997:44: style: Function 'heroPickupItem' argument 2 names different: declaration 'item' definition 'i'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:701:47: note: Function 'heroPickupItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:1997:44: note: Function 'heroPickupItem' argument 2 names different: declaration 'item' definition 'i'.
lordsawar-0.3.1/src/player.cpp:2020:39: style: Function 'heroCompletesQuest' argument 1 names different: declaration 'hero' definition 'h'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:725:39: note: Function 'heroCompletesQuest' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:2020:39: note: Function 'heroCompletesQuest' argument 1 names different: declaration 'hero' definition 'h'.
lordsawar-0.3.1/src/player.cpp:2027:44: style: Function 'doResign' argument 1 names different: declaration 'history' definition 'histories'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1639:44: note: Function 'doResign' argument 1 names different: declaration 'history' definition 'histories'.
lordsawar-0.3.1/src/player.cpp:2027:44: note: Function 'doResign' argument 1 names different: declaration 'history' definition 'histories'.
lordsawar-0.3.1/src/player.cpp:2061:41: style: Function 'doSignpostChange' argument 1 names different: declaration 'signpost' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1635:41: note: Function 'doSignpostChange' argument 1 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/player.cpp:2061:41: note: Function 'doSignpostChange' argument 1 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/player.cpp:2066:39: style: Function 'signpostChange' argument 1 names different: declaration 'signpost' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:605:39: note: Function 'signpostChange' argument 1 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/player.cpp:2066:39: note: Function 'signpostChange' argument 1 names different: declaration 'signpost' definition 's'.
lordsawar-0.3.1/src/player.cpp:2082:31: style: Function 'cityRename' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:799:31: note: Function 'cityRename' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:2082:31: note: Function 'cityRename' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:2110:36: style: Function 'vectorFromCity' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:821:35: note: Function 'vectorFromCity' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:2110:36: note: Function 'vectorFromCity' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/player.cpp:2191:39: style: Function 'heroPlantStandard' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:632:39: note: Function 'heroPlantStandard' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:2191:39: note: Function 'heroPlantStandard' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:2225:78: style: Function 'getHeroes' argument 2 names different: declaration 'heroes' definition 'dst'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1717:32: note: Function 'getHeroes' argument 2 names different: declaration 'heroes' definition 'dst'.
lordsawar-0.3.1/src/player.cpp:2225:78: note: Function 'getHeroes' argument 2 names different: declaration 'heroes' definition 'dst'.
lordsawar-0.3.1/src/player.cpp:2447:40: style: Function 'doRecruitHero' argument 1 names different: declaration 'hero' definition 'herotemplate'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1645:40: note: Function 'doRecruitHero' argument 1 names different: declaration 'hero' definition 'herotemplate'.
lordsawar-0.3.1/src/player.cpp:2447:40: note: Function 'doRecruitHero' argument 1 names different: declaration 'hero' definition 'herotemplate'.
lordsawar-0.3.1/src/player.cpp:2478:37: style: Function 'recruitHero' argument 1 names different: declaration 'hero' definition 'heroproto'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:759:37: note: Function 'recruitHero' argument 1 names different: declaration 'hero' definition 'heroproto'.
lordsawar-0.3.1/src/player.cpp:2478:37: note: Function 'recruitHero' argument 1 names different: declaration 'hero' definition 'heroproto'.
lordsawar-0.3.1/src/player.cpp:2645:45: style: Function 'getDiplomaticScore' argument 1 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:417:38: note: Function 'getDiplomaticScore' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/player.cpp:2645:45: note: Function 'getDiplomaticScore' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/player.cpp:2671:53: style: Function 'improveDiplomaticRelationship' argument 1 names different: declaration 'p' definition 'player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1193:46: note: Function 'improveDiplomaticRelationship' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/player.cpp:2671:53: note: Function 'improveDiplomaticRelationship' argument 1 names different: declaration 'p' definition 'player'.
lordsawar-0.3.1/src/player.cpp:2830:48: style: Function 'AI_maybePickUpItems' argument 2 names different: declaration 'dist' definition 'max_dist'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1157:42: note: Function 'AI_maybePickUpItems' argument 2 names different: declaration 'dist' definition 'max_dist'.
lordsawar-0.3.1/src/player.cpp:2830:48: note: Function 'AI_maybePickUpItems' argument 2 names different: declaration 'dist' definition 'max_dist'.
lordsawar-0.3.1/src/player.cpp:3332:62: style: Function 'doCityProducesArmy' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1654:54: note: Function 'doCityProducesArmy' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:3332:62: note: Function 'doCityProducesArmy' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:3379:66: style: Function 'doVectoredUnitArrives' argument 2 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1655:59: note: Function 'doVectoredUnitArrives' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:3379:66: note: Function 'doVectoredUnitArrives' argument 2 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4145:34: style: Function 'doHeroUseItem' argument 1 names different: declaration 'h' definition 'hero'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1627:34: note: Function 'doHeroUseItem' argument 1 names different: declaration 'h' definition 'hero'.
lordsawar-0.3.1/src/player.cpp:4145:34: note: Function 'doHeroUseItem' argument 1 names different: declaration 'h' definition 'hero'.
lordsawar-0.3.1/src/player.cpp:4303:32: style: Function 'heroUseItem' argument 1 names different: declaration 'h' definition 'hero'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:707:32: note: Function 'heroUseItem' argument 1 names different: declaration 'h' definition 'hero'.
lordsawar-0.3.1/src/player.cpp:4303:32: note: Function 'heroUseItem' argument 1 names different: declaration 'h' definition 'hero'.
lordsawar-0.3.1/src/player.cpp:4303:58: style: Function 'heroUseItem' argument 3 names different: declaration 'player' definition 'victim'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:707:55: note: Function 'heroUseItem' argument 3 names different: declaration 'player' definition 'victim'.
lordsawar-0.3.1/src/player.cpp:4303:58: note: Function 'heroUseItem' argument 3 names different: declaration 'player' definition 'victim'.
lordsawar-0.3.1/src/player.cpp:4500:35: style: Function 'doStackDefend' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1648:35: note: Function 'doStackDefend' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4500:35: note: Function 'doStackDefend' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4511:37: style: Function 'doStackUndefend' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1649:37: note: Function 'doStackUndefend' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4511:37: note: Function 'doStackUndefend' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4522:33: style: Function 'doStackPark' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1650:33: note: Function 'doStackPark' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4522:33: note: Function 'doStackPark' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4533:35: style: Function 'doStackUnpark' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1651:35: note: Function 'doStackUnpark' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4533:35: note: Function 'doStackUnpark' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4544:35: style: Function 'doStackSelect' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/player.h:1652:35: note: Function 'doStackSelect' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:4544:35: note: Function 'doStackSelect' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/player.cpp:110:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:137:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:147:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:152:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:307:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:345:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:354:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:363:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:371:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:420:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:433:64: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:461:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:499:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:504:36: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:586:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1279:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1282:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1286:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1290:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1375:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:1452:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2035:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2054:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2172:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2186:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2197:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2228:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2289:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2322:11: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2338:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2441:6: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2443:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:2844:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3132:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3170:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3405:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3433:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3446:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3475:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3484:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3500:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3521:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3530:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3546:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3595:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3604:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3613:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3623:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3636:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3654:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3674:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3700:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3737:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3872:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3901:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3920:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3936:73: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:3964:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4109:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4178:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4194:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4337:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4339:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4381:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4383:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4411:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4415:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4428:49: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4432:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4465:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.cpp:4662:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/player.h:119:1: warning: The class 'Player' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/player.cpp:616:49: performance: Function parameter 'order' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/player.cpp:654:66: performance: Function parameter 'armies' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/player.cpp:2225:48: performance: Function parameter 'stacks' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/player.cpp:3560:49: performance: Function parameter 'actions' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/player.cpp:731:7: performance: Possible inefficient checking for 'ids' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:745:7: performance: Possible inefficient checking for 'ids' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:765:7: performance: Possible inefficient checking for 'ids' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:3681:12: performance: Possible inefficient checking for 'points' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:3687:7: performance: Possible inefficient checking for 'points' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:4104:7: performance: Possible inefficient checking for 'moves' emptiness. [stlSize]
lordsawar-0.3.1/src/player.cpp:4198:15: performance: Possible inefficient checking for 'affected' emptiness. [stlSize]
lordsawar-0.3.1/src/playerlist.cpp:736:59: style: Function 'turnHumansInto' argument 2 names different: declaration 'num_players' definition 'number_of_players'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/playerlist.h:179:48: note: Function 'turnHumansInto' argument 2 names different: declaration 'num_players' definition 'number_of_players'.
lordsawar-0.3.1/src/playerlist.cpp:736:59: note: Function 'turnHumansInto' argument 2 names different: declaration 'num_players' definition 'number_of_players'.
lordsawar-0.3.1/src/playerlist.cpp:124:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:132:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:165:17: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:180:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:208:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:219:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:236:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:332:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:340:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:358:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:387:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:407:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:418:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:443:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:453:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:467:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:475:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:589:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:711:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:719:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:731:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:739:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:803:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:812:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:846:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:860:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:880:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:898:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:908:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:914:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/playerlist.cpp:822:45: performance: Function parameter 'order' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/playerlist.cpp:798:7: performance: Possible inefficient checking for 'given_turn_order' emptiness. [stlSize]
lordsawar-0.3.1/src/playerlist.cpp:837:11: performance: Possible inefficient checking for 'events' emptiness. [stlSize]
lordsawar-0.3.1/src/portlist.cpp:71:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/prodslot.h:31:1: warning: The class 'ProdSlot' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/prodslotlist.cpp:159:42: style: Function 'addProductionBase' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/prodslotlist.h:179:36: note: Function 'addProductionBase' argument 1 names different: declaration 'index' definition 'idx'.
lordsawar-0.3.1/src/prodslotlist.cpp:159:42: note: Function 'addProductionBase' argument 1 names different: declaration 'index' definition 'idx'.
lordsawar-0.3.1/src/prodslotlist.cpp:194:45: style: Function 'removeProductionBase' argument 1 names different: declaration 'index' definition 'idx'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/prodslotlist.h:187:39: note: Function 'removeProductionBase' argument 1 names different: declaration 'index' definition 'idx'.
lordsawar-0.3.1/src/prodslotlist.cpp:194:45: note: Function 'removeProductionBase' argument 1 names different: declaration 'index' definition 'idx'.
lordsawar-0.3.1/src/prodslotlist.cpp:206:56: style: Function 'hasProductionBase' argument 2 names different: declaration 'armyset' definition 'set'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/prodslotlist.h:106:50: note: Function 'hasProductionBase' argument 2 names different: declaration 'armyset' definition 'set'.
lordsawar-0.3.1/src/prodslotlist.cpp:206:56: note: Function 'hasProductionBase' argument 2 names different: declaration 'armyset' definition 'set'.
lordsawar-0.3.1/src/prodslotlist.cpp:76:23: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/prodslotlist.h:43:1: warning: The class 'ProdSlotlist' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/profile.cpp:33:3: performance: Variable 'd_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/profile.h:29:1: warning: The class 'Profile' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/profilelist.cpp:114:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/profilelist.cpp:125:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/profilelist.cpp:152:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/profilelist.cpp:168:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/questmap.cpp:30:27: style: Function 'QuestMap' argument 1 names different: declaration 'quest' definition 'q'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/questmap.h:45:21: note: Function 'QuestMap' argument 1 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/questmap.cpp:30:27: note: Function 'QuestMap' argument 1 names different: declaration 'quest' definition 'q'.
lordsawar-0.3.1/src/questmap.cpp:42:85: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/questmap.h:45:5: style: Class 'QuestMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/questmap.h:85:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/questmap.h:85:18: note: Function in derived class
lordsawar-0.3.1/src/questmap.cpp:141:17: performance: Possible inefficient checking for 'targets' emptiness. [stlSize]
lordsawar-0.3.1/src/recently-played-game-list.cpp:171:6: style: Variable 'g' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/recently-played-game-list.cpp:170:0: note: Variable 'g' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/recently-played-game-list.cpp:171:6: note: Variable 'g' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/recently-played-game-list.cpp:107:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:119:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:224:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:233:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:259:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:275:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:281:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game-list.cpp:295:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/recently-played-game.cpp:32:78: style: Function 'RecentlyPlayedGame' argument 2 names different: declaration 'profile' definition 'p'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/recently-played-game.h:56:66: note: Function 'RecentlyPlayedGame' argument 2 names different: declaration 'profile' definition 'p'.
lordsawar-0.3.1/src/recently-played-game.cpp:32:78: note: Function 'RecentlyPlayedGame' argument 2 names different: declaration 'profile' definition 'p'.
lordsawar-0.3.1/src/recently-played-game.cpp:124:68: style: Function 'RecentlyPlayedHotseatGame' argument 1 names different: declaration 'game_scenario' definition 'scen'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/recently-played-game.h:166:42: note: Function 'RecentlyPlayedHotseatGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/recently-played-game.cpp:124:68: note: Function 'RecentlyPlayedHotseatGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/recently-played-game.cpp:161:72: style: Function 'RecentlyPlayedNetworkedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/recently-played-game.h:198:44: note: Function 'RecentlyPlayedNetworkedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/recently-played-game.cpp:161:72: note: Function 'RecentlyPlayedNetworkedGame' argument 1 names different: declaration 'game_scenario' definition 'scen'.
lordsawar-0.3.1/src/recently-played-game.cpp:34:3: performance: Variable 'd_id' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/recently-played-game.h:34:1: warning: The class 'RecentlyPlayedGame' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/recently-played-game.h:162:1: warning: The class 'RecentlyPlayedHotseatGame' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/recently-played-game.h:194:1: warning: The class 'RecentlyPlayedNetworkedGame' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.cpp:328:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/reward.cpp:336:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/reward.cpp:129:3: performance: Variable 'd_army_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/reward.cpp:368:3: style: Class 'Reward_Map' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/reward.h:51:1: warning: The class 'Reward' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.h:185:1: warning: The class 'Reward_Gold' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.h:236:1: warning: The class 'Reward_Allies' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.h:344:1: warning: The class 'Reward_Item' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.h:417:1: warning: The class 'Reward_Ruin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/reward.h:498:1: warning: The class 'Reward_Map' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/rewardlist.cpp:59:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/rewardlist.cpp:78:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/rewardlist.cpp:109:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/rewardlist.cpp:141:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/rewardlist.cpp:176:39: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/rnd.cpp:31:3: style: Class 'Rnd' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lordsawar-0.3.1/src/rnd.cpp:31:3: style: Class 'Rnd' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lordsawar-0.3.1/src/road.h:29:1: warning: The class 'Road' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/roadlist.cpp:90:42: style: Function 'calculateType' argument 1 names different: declaration 'tile' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/roadlist.h:52:33: note: Function 'calculateType' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/roadlist.cpp:90:42: note: Function 'calculateType' argument 1 names different: declaration 'tile' definition 't'.
lordsawar-0.3.1/src/roadlist.cpp:71:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruin.cpp:66:40: style: Function 'Ruin' argument 2 names different: declaration 'tile_width' definition 'width'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ruin.h:86:42: note: Function 'Ruin' argument 2 names different: declaration 'tile_width' definition 'width'.
lordsawar-0.3.1/src/ruin.cpp:66:40: note: Function 'Ruin' argument 2 names different: declaration 'tile_width' definition 'width'.
lordsawar-0.3.1/src/ruin.h:44:1: warning: The class 'Ruin' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/ruinlist.cpp:108:16: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/ruinlist.cpp:117:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/ruinlist.cpp:122:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/ruinlist.cpp:79:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinlist.cpp:178:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinlist.cpp:186:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinlist.cpp:200:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinmap.cpp:28:33: style: Function 'RuinMap' argument 1 names different: declaration 'ruin' definition 'r'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/ruinmap.h:43:29: note: Function 'RuinMap' argument 1 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/ruinmap.cpp:28:33: note: Function 'RuinMap' argument 1 names different: declaration 'ruin' definition 'r'.
lordsawar-0.3.1/src/ruinmap.cpp:40:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinmap.cpp:81:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/ruinmap.h:43:6: style: Class 'RuinMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lordsawar-0.3.1/src/ruinmap.h:96:19: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/ruinmap.h:96:19: note: Function in derived class
lordsawar-0.3.1/src/set.cpp:21:24: style: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/set.h:29:23: note: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'.
lordsawar-0.3.1/src/set.cpp:21:24: note: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'.
lordsawar-0.3.1/src/set.cpp:39:24: style: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/set.h:30:23: note: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'.
lordsawar-0.3.1/src/set.cpp:39:24: note: Function 'Set' argument 1 names different: declaration 'file_extension' definition 'ext'.
lordsawar-0.3.1/src/set.cpp:116:31: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/set.cpp:138:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/set.cpp:39:6: warning: Member variable 'Set::origin' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/set.cpp:27:6: warning: Member variable 'Set::d_copyright' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/set.cpp:41:3: performance: Variable 'extension' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/set.h:110:23: style: Technically the member function 'Set::getFileFromConfigurationFile' can be const. [functionConst]
lordsawar-0.3.1/src/set.cpp:65:20: note: Technically the member function 'Set::getFileFromConfigurationFile' can be const.
lordsawar-0.3.1/src/set.h:110:23: note: Technically the member function 'Set::getFileFromConfigurationFile' can be const.
lordsawar-0.3.1/src/set.h:111:14: style: Technically the member function 'Set::replaceFileInConfigurationFile' can be const. [functionConst]
lordsawar-0.3.1/src/set.cpp:80:11: note: Technically the member function 'Set::replaceFileInConfigurationFile' can be const.
lordsawar-0.3.1/src/set.h:111:14: note: Technically the member function 'Set::replaceFileInConfigurationFile' can be const.
lordsawar-0.3.1/src/set.h:25:1: warning: The class 'Set' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/shield.cpp:174:41: style: Function 'get_next_shield' argument 1 names different: declaration 'type' definition 'colour'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shield.h:124:48: note: Function 'get_next_shield' argument 1 names different: declaration 'type' definition 'colour'.
lordsawar-0.3.1/src/shield.cpp:174:41: note: Function 'get_next_shield' argument 1 names different: declaration 'type' definition 'colour'.
lordsawar-0.3.1/src/shield.cpp:153:7: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
lordsawar-0.3.1/src/shield.cpp:42:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.cpp:54:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.cpp:126:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.cpp:139:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.cpp:160:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.cpp:166:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shield.h:34:1: warning: The class 'Shield' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/shieldset.cpp:204:3: style: Variable 'broken' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/shieldset.cpp:199:0: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/shieldset.cpp:204:3: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/shieldset.cpp:177:60: style: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shieldset.h:166:57: note: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'.
lordsawar-0.3.1/src/shieldset.cpp:177:60: note: Function 'create' argument 2 names different: declaration 'unsupported' definition 'unsupported_version'.
lordsawar-0.3.1/src/shieldset.cpp:186:56: style: Function 'getFilenames' argument 1 names different: declaration 'filenames' definition 'files'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shieldset.h:142:46: note: Function 'getFilenames' argument 1 names different: declaration 'filenames' definition 'files'.
lordsawar-0.3.1/src/shieldset.cpp:186:56: note: Function 'getFilenames' argument 1 names different: declaration 'filenames' definition 'files'.
lordsawar-0.3.1/src/shieldset.cpp:197:60: style: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shieldset.h:125:57: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/shieldset.cpp:197:60: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/shieldset.cpp:369:45: style: Function 'copy' argument 1 names different: declaration 'orig' definition 'shieldset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shieldset.h:168:50: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'shieldset'.
lordsawar-0.3.1/src/shieldset.cpp:369:45: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'shieldset'.
lordsawar-0.3.1/src/shieldset.cpp:50:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:75:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:82:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:84:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:95:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:188:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:189:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:224:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:233:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:239:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:267:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:269:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:299:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:303:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:331:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:343:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:345:89: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:384:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:385:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldset.cpp:128:2: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/shieldset.h:53:1: warning: The class 'Shieldset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/shieldsetlist.cpp:62:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldsetlist.cpp:70:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldsetlist.cpp:98:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldsetlist.cpp:107:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/shieldstyle.cpp:112:81: style: Function 'instantiateImages' argument 3 names different: declaration 'broke' definition 'broken'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/shieldstyle.h:107:69: note: Function 'instantiateImages' argument 3 names different: declaration 'broke' definition 'broken'.
lordsawar-0.3.1/src/shieldstyle.cpp:112:81: note: Function 'instantiateImages' argument 3 names different: declaration 'broke' definition 'broken'.
lordsawar-0.3.1/src/shieldstyle.cpp:47:3: performance: Variable 'd_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/shieldstyle.cpp:48:3: performance: Variable 'd_image_name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/shieldstyle.h:40:1: warning: The class 'ShieldStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/signpostlist.cpp:70:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/smallmap.cpp:75:58: style: Function 'center_view_on_tile' argument 2 names different: declaration 'slide' definition 'slide_me'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/smallmap.h:100:52: note: Function 'center_view_on_tile' argument 2 names different: declaration 'slide' definition 'slide_me'.
lordsawar-0.3.1/src/smallmap.cpp:75:58: note: Function 'center_view_on_tile' argument 2 names different: declaration 'slide' definition 'slide_me'.
lordsawar-0.3.1/src/smallmap.cpp:89:59: style: Function 'center_view_on_pixel' argument 2 names different: declaration 'slide' definition 'slide_me'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/smallmap.h:111:53: note: Function 'center_view_on_pixel' argument 2 names different: declaration 'slide' definition 'slide_me'.
lordsawar-0.3.1/src/smallmap.cpp:89:59: note: Function 'center_view_on_pixel' argument 2 names different: declaration 'slide' definition 'slide_me'.
lordsawar-0.3.1/src/smallmap.cpp:41:35: performance: Function parameter 'new_view' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/snd.cpp:47:7: style: struct member 'Impl::placeholder' is never used. [unusedStructMember]
lordsawar-0.3.1/src/snd.cpp:103:59: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:63:35: style: Function 'Stack' argument 2 names different: declaration 'unique' definition 'uniq'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:73:36: note: Function 'Stack' argument 2 names different: declaration 'unique' definition 'uniq'.
lordsawar-0.3.1/src/stack.cpp:63:35: note: Function 'Stack' argument 2 names different: declaration 'unique' definition 'uniq'.
lordsawar-0.3.1/src/stack.cpp:702:46: style: Function 'armyCompareStrength' argument 1 names different: declaration 'left' definition 'lhs'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:481:47: note: Function 'armyCompareStrength' argument 1 names different: declaration 'left' definition 'lhs'.
lordsawar-0.3.1/src/stack.cpp:702:46: note: Function 'armyCompareStrength' argument 1 names different: declaration 'left' definition 'lhs'.
lordsawar-0.3.1/src/stack.cpp:702:63: style: Function 'armyCompareStrength' argument 2 names different: declaration 'right' definition 'rhs'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:481:65: note: Function 'armyCompareStrength' argument 2 names different: declaration 'right' definition 'rhs'.
lordsawar-0.3.1/src/stack.cpp:702:63: note: Function 'armyCompareStrength' argument 2 names different: declaration 'right' definition 'rhs'.
lordsawar-0.3.1/src/stack.cpp:707:48: style: Function 'armyCompareFightOrder' argument 1 names different: declaration 'left' definition 'lhs'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:480:49: note: Function 'armyCompareFightOrder' argument 1 names different: declaration 'left' definition 'lhs'.
lordsawar-0.3.1/src/stack.cpp:707:48: note: Function 'armyCompareFightOrder' argument 1 names different: declaration 'left' definition 'lhs'.
lordsawar-0.3.1/src/stack.cpp:707:65: style: Function 'armyCompareFightOrder' argument 2 names different: declaration 'right' definition 'rhs'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:480:67: note: Function 'armyCompareFightOrder' argument 2 names different: declaration 'right' definition 'rhs'.
lordsawar-0.3.1/src/stack.cpp:707:65: note: Function 'armyCompareFightOrder' argument 2 names different: declaration 'right' definition 'rhs'.
lordsawar-0.3.1/src/stack.cpp:718:33: style: Function 'sortByStrength' argument 1 names different: declaration 'reverse' definition 'rev'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:204:34: note: Function 'sortByStrength' argument 1 names different: declaration 'reverse' definition 'rev'.
lordsawar-0.3.1/src/stack.cpp:718:33: note: Function 'sortByStrength' argument 1 names different: declaration 'reverse' definition 'rev'.
lordsawar-0.3.1/src/stack.cpp:725:34: style: Function 'sortForViewing' argument 1 names different: declaration 'reverse' definition 'rev'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:202:27: note: Function 'sortForViewing' argument 1 names different: declaration 'reverse' definition 'rev'.
lordsawar-0.3.1/src/stack.cpp:725:34: note: Function 'sortForViewing' argument 1 names different: declaration 'reverse' definition 'rev'.
lordsawar-0.3.1/src/stack.cpp:1035:25: style: Function 'join' argument 1 names different: declaration 'join' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:210:19: note: Function 'join' argument 1 names different: declaration 'join' definition 's'.
lordsawar-0.3.1/src/stack.cpp:1035:25: note: Function 'join' argument 1 names different: declaration 'join' definition 's'.
lordsawar-0.3.1/src/stack.cpp:1348:49: style: Function 'removeArmiesWithoutArmyType' argument 1 names different: declaration 'armyset_id' definition 'armyset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stack.h:255:50: note: Function 'removeArmiesWithoutArmyType' argument 1 names different: declaration 'armyset_id' definition 'armyset'.
lordsawar-0.3.1/src/stack.cpp:1348:49: note: Function 'removeArmiesWithoutArmyType' argument 1 names different: declaration 'armyset_id' definition 'armyset'.
lordsawar-0.3.1/src/stack.cpp:75:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:110:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:161:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:182:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:194:55: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:285:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:293:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:374:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:383:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:405:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:439:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:482:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:500:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:513:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:556:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:594:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:617:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:643:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:657:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:681:69: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:693:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:736:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:746:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:757:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:787:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:818:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:834:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:844:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:864:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:908:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:937:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:971:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:989:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1001:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1005:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1029:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1037:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1091:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1106:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1117:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1131:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1146:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1159:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1173:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1184:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1211:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1225:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1241:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1258:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1268:37: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1279:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1291:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1309:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1330:51: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1342:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1351:42: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:1359:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stack.cpp:63:8: warning: Member variable 'Stack::sdying' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/stack.cpp:63:8: warning: Member variable 'Stack::smoving' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/stack.cpp:63:8: warning: Member variable 'Stack::smoved' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/stack.cpp:63:8: warning: Member variable 'Stack::sgrouped' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/stack.h:52:1: warning: The class 'Stack' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/stack.cpp:1319:42: performance: Function parameter 'ids' should be passed by const reference. [passedByValue]
lordsawar-0.3.1/src/stack.cpp:829:7: performance: Possible inefficient checking for 'ids' emptiness. [stlSize]
lordsawar-0.3.1/src/stack.cpp:996:7: performance: Possible inefficient checking for 'armies' emptiness. [stlSize]
lordsawar-0.3.1/src/stack.cpp:1203:11: performance: Possible inefficient checking for 'backpack_items' emptiness. [stlSize]
lordsawar-0.3.1/src/stacklist.cpp:113:8: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lordsawar-0.3.1/src/stacklist.cpp:121:21: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lordsawar-0.3.1/src/stacklist.cpp:64:36: style: Function 'deleteStack' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacklist.h:223:40: note: Function 'deleteStack' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/stacklist.cpp:64:36: note: Function 'deleteStack' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/stacklist.cpp:328:33: style: Function 'flRemove' argument 1 names different: declaration 'stack' definition 'object'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacklist.h:203:30: note: Function 'flRemove' argument 1 names different: declaration 'stack' definition 'object'.
lordsawar-0.3.1/src/stacklist.cpp:328:33: note: Function 'flRemove' argument 1 names different: declaration 'stack' definition 'object'.
lordsawar-0.3.1/src/stacklist.cpp:490:41: style: Function 'addPositionToMap' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacklist.h:310:31: note: Function 'addPositionToMap' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:490:41: note: Function 'addPositionToMap' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:542:48: style: Function 'on_stack_starts_moving' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacklist.h:293:38: note: Function 'on_stack_starts_moving' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:542:48: note: Function 'on_stack_starts_moving' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:547:47: style: Function 'on_stack_stops_moving' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacklist.h:296:37: note: Function 'on_stack_stops_moving' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:547:47: note: Function 'on_stack_stops_moving' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacklist.cpp:51:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:54:71: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:55:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:67:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:70:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:80:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:83:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:93:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:100:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:106:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:115:77: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:134:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:143:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:144:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:170:24: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:183:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:194:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:204:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:218:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:233:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:236:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:251:38: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:252:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:306:46: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:358:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:368:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:403:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:414:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:435:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:458:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:475:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:481:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:536:83: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:559:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:566:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:586:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:598:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:609:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:620:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:634:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:645:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:655:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacklist.cpp:665:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stackreflist.cpp:36:46: style: Function 'StackReflist' argument 1 names different: declaration 'stacks' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stackreflist.h:37:36: note: Function 'StackReflist' argument 1 names different: declaration 'stacks' definition 's'.
lordsawar-0.3.1/src/stackreflist.cpp:36:46: note: Function 'StackReflist' argument 1 names different: declaration 'stacks' definition 's'.
lordsawar-0.3.1/src/stackreflist.cpp:55:36: style: Function 'addStack' argument 1 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stackreflist.h:42:26: note: Function 'addStack' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stackreflist.cpp:55:36: note: Function 'addStack' argument 1 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stackreflist.cpp:61:37: style: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stackreflist.h:48:27: note: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stackreflist.cpp:61:37: note: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stackreflist.cpp:68:40: style: Function 'removeStack' argument 1 names different: declaration 'stack_id' definition 'id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stackreflist.h:45:30: note: Function 'removeStack' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stackreflist.cpp:68:40: note: Function 'removeStack' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stackreflist.cpp:115:44: style: Function 'changeOwnership' argument 1 names different: declaration 'new_owner' definition 'new_player'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stackreflist.h:55:34: note: Function 'changeOwnership' argument 1 names different: declaration 'new_owner' definition 'new_player'.
lordsawar-0.3.1/src/stackreflist.cpp:115:44: note: Function 'changeOwnership' argument 1 names different: declaration 'new_owner' definition 'new_player'.
lordsawar-0.3.1/src/stackreflist.cpp:28:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stackreflist.cpp:38:67: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stackreflist.cpp:110:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stackreflist.cpp:117:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stackreflist.cpp:128:61: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:174:41: style: Function 'getEnemyStack' argument 1 names different: declaration 'notowner' definition 'owner'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacktile.h:107:34: note: Function 'getEnemyStack' argument 1 names different: declaration 'notowner' definition 'owner'.
lordsawar-0.3.1/src/stacktile.cpp:174:41: note: Function 'getEnemyStack' argument 1 names different: declaration 'notowner' definition 'owner'.
lordsawar-0.3.1/src/stacktile.cpp:204:34: style: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacktile.h:116:27: note: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stacktile.cpp:204:34: note: Function 'contains' argument 1 names different: declaration 'stack_id' definition 'id'.
lordsawar-0.3.1/src/stacktile.cpp:217:45: style: Function 'group' argument 2 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacktile.h:89:38: note: Function 'group' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacktile.cpp:217:45: note: Function 'group' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacktile.cpp:223:53: style: Function 'groupStacks' argument 2 names different: declaration 's' definition 'stack'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/stacktile.h:124:46: note: Function 'groupStacks' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacktile.cpp:223:53: note: Function 'groupStacks' argument 2 names different: declaration 's' definition 'stack'.
lordsawar-0.3.1/src/stacktile.cpp:248:21: style: Unused variable: armies [unusedVariable]
lordsawar-0.3.1/src/stacktile.cpp:92:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:106:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:114:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:134:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:137:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:150:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:163:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:177:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:192:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:206:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:234:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:249:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:252:65: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:272:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:287:74: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/stacktile.cpp:228:11: performance: Possible inefficient checking for 'stacks' emptiness. [stlSize]
lordsawar-0.3.1/src/tarhelper.cpp:151:41: style: Function 'saveFile' argument 1 names different: declaration 'file' definition 'filename'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tarhelper.h:38:33: note: Function 'saveFile' argument 1 names different: declaration 'file' definition 'filename'.
lordsawar-0.3.1/src/tarhelper.cpp:151:41: note: Function 'saveFile' argument 1 names different: declaration 'file' definition 'filename'.
lordsawar-0.3.1/src/tarhelper.cpp:354:44: style: Function 'replaceFile' argument 1 names different: declaration 'old_filename' definition 'filename'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tarhelper.h:59:36: note: Function 'replaceFile' argument 1 names different: declaration 'old_filename' definition 'filename'.
lordsawar-0.3.1/src/tarhelper.cpp:354:44: note: Function 'replaceFile' argument 1 names different: declaration 'old_filename' definition 'filename'.
lordsawar-0.3.1/src/tarhelper.cpp:354:68: style: Function 'replaceFile' argument 2 names different: declaration 'new_filename' definition 'newfilename'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tarhelper.h:59:64: note: Function 'replaceFile' argument 2 names different: declaration 'new_filename' definition 'newfilename'.
lordsawar-0.3.1/src/tarhelper.cpp:354:68: note: Function 'replaceFile' argument 2 names different: declaration 'new_filename' definition 'newfilename'.
lordsawar-0.3.1/src/tarhelper.cpp:179:78: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tarhelper.cpp:295:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tarhelper.cpp:191:7: performance: Possible inefficient checking for 'files' emptiness. [stlSize]
lordsawar-0.3.1/src/temple.h:33:1: warning: The class 'Temple' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/templelist.cpp:99:11: style: C-style pointer casting [cstyleCast]
lordsawar-0.3.1/src/templelist.cpp:109:61: style: Function 'getNearestVisibleAndUsefulTemple' argument 1 names different: declaration 'stack' definition 's'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/templelist.h:84:50: note: Function 'getNearestVisibleAndUsefulTemple' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/templelist.cpp:109:61: note: Function 'getNearestVisibleAndUsefulTemple' argument 1 names different: declaration 'stack' definition 's'.
lordsawar-0.3.1/src/templelist.cpp:77:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:363:14: error: Array 'ids[65535]' accessed at index 65535, which is out of bounds. [arrayIndexOutOfBounds]
lordsawar-0.3.1/src/tileset.cpp:338:3: style: Variable 'broken' is reassigned a value before the old one has been used. [redundantAssignment]
lordsawar-0.3.1/src/tileset.cpp:333:0: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/tileset.cpp:338:3: note: Variable 'broken' is reassigned a value before the old one has been used.
lordsawar-0.3.1/src/tileset.cpp:80:34: style: Function 'Tileset' argument 1 names different: declaration 'tileset' definition 't'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tileset.h:85:32: note: Function 'Tileset' argument 1 names different: declaration 'tileset' definition 't'.
lordsawar-0.3.1/src/tileset.cpp:80:34: note: Function 'Tileset' argument 1 names different: declaration 'tileset' definition 't'.
lordsawar-0.3.1/src/tileset.cpp:331:58: style: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tileset.h:280:57: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/tileset.cpp:331:58: note: Function 'save' argument 2 names different: declaration 'extension' definition 'ext'.
lordsawar-0.3.1/src/tileset.cpp:879:39: style: Function 'copy' argument 1 names different: declaration 'orig' definition 'tileset'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tileset.h:305:46: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'tileset'.
lordsawar-0.3.1/src/tileset.cpp:879:39: note: Function 'copy' argument 1 names different: declaration 'orig' definition 'tileset'.
lordsawar-0.3.1/src/tileset.cpp:158:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:160:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:352:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:354:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:374:90: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:376:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:395:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:483:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:486:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:504:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:692:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:760:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:788:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:791:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:801:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:827:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:838:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:840:28: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:842:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:873:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:903:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tileset.cpp:80:10: warning: Member variable 'Tileset::d_explosion' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/tileset.cpp:52:3: performance: Variable 'd_large_selector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:53:3: performance: Variable 'd_small_selector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:54:3: performance: Variable 'd_fog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:55:3: performance: Variable 'd_roads' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:56:3: performance: Variable 'd_bridges' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:57:3: performance: Variable 'd_flags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:83:3: performance: Variable 'd_large_selector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:84:3: performance: Variable 'd_small_selector' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:85:3: performance: Variable 'd_fog' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:86:3: performance: Variable 'd_roads' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:87:3: performance: Variable 'd_bridges' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:88:3: performance: Variable 'd_flags' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:89:3: performance: Variable 'd_road_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:90:3: performance: Variable 'd_ruin_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:91:3: performance: Variable 'd_temple_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.cpp:423:2: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lordsawar-0.3.1/src/tileset.h:47:1: warning: The class 'Tileset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/tilesetlist.cpp:64:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tilesetlist.cpp:71:48: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tilesetlist.cpp:81:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tilesetlist.cpp:90:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tilesetlist.cpp:97:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/tilestyle.cpp:145:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lordsawar-0.3.1/src/tilestyle.cpp:146:3: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/tilestyle.cpp:145:8: note: Found duplicate branches for 'if' and 'else'.
lordsawar-0.3.1/src/tilestyle.cpp:29:12: warning: Member variable 'TileStyle::d_type' is not initialized in the constructor. [uninitMemberVar]
lordsawar-0.3.1/src/tilestyle.h:44:1: warning: The class 'TileStyle' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/tilestyleset.cpp:47:42: style: Function 'TileStyleSet' argument 1 names different: declaration 'pngfilename' definition 'file'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tilestyleset.h:55:36: note: Function 'TileStyleSet' argument 1 names different: declaration 'pngfilename' definition 'file'.
lordsawar-0.3.1/src/tilestyleset.cpp:47:42: note: Function 'TileStyleSet' argument 1 names different: declaration 'pngfilename' definition 'file'.
lordsawar-0.3.1/src/tilestyleset.cpp:118:66: style: Function 'instantiateImages' argument 2 names different: declaration 'image_filename' definition 'filename'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/tilestyleset.h:107:53: note: Function 'instantiateImages' argument 2 names different: declaration 'image_filename' definition 'filename'.
lordsawar-0.3.1/src/tilestyleset.cpp:118:66: note: Function 'instantiateImages' argument 2 names different: declaration 'image_filename' definition 'filename'.
lordsawar-0.3.1/src/tilestyleset.h:37:1: warning: The class 'TileStyleSet' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/upgrade-file.cpp:79:8: style: The scope of the variable 'same_version' can be reduced. [variableScope]
lordsawar-0.3.1/src/vectoredunit.h:32:1: warning: The class 'VectoredUnit' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:178:57: style: Function 'removeVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectoredunitlist.h:81:47: note: Function 'removeVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:178:57: note: Function 'removeVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:218:60: style: Function 'removeVectoredUnitsComingFrom' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectoredunitlist.h:109:50: note: Function 'removeVectoredUnitsComingFrom' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:218:60: note: Function 'removeVectoredUnitsComingFrom' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:234:54: style: Function 'getVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectoredunitlist.h:171:37: note: Function 'getVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:234:54: note: Function 'getVectoredUnitsGoingTo' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:278:48: style: Function 'changeDestination' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectoredunitlist.h:122:31: note: Function 'changeDestination' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:278:48: note: Function 'changeDestination' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectoredunitlist.cpp:65:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:81:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:112:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:131:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:147:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:173:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:192:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:207:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:229:7: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:236:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:246:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:256:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:268:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:281:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectoredunitlist.cpp:301:44: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:32:28: style: Function 'VectorMap' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectormap.h:89:21: note: Function 'VectorMap' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectormap.cpp:32:28: note: Function 'VectorMap' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectormap.cpp:32:50: style: Function 'VectorMap' argument 2 names different: declaration 'vector' definition 'v'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectormap.h:89:46: note: Function 'VectorMap' argument 2 names different: declaration 'vector' definition 'v'.
lordsawar-0.3.1/src/vectormap.cpp:32:50: note: Function 'VectorMap' argument 2 names different: declaration 'vector' definition 'v'.
lordsawar-0.3.1/src/vectormap.cpp:40:51: style: Function 'draw_planted_standard' argument 1 names different: declaration 'pos' definition 'flag'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectormap.h:174:44: note: Function 'draw_planted_standard' argument 1 names different: declaration 'pos' definition 'flag'.
lordsawar-0.3.1/src/vectormap.cpp:40:51: note: Function 'draw_planted_standard' argument 1 names different: declaration 'pos' definition 'flag'.
lordsawar-0.3.1/src/vectormap.cpp:54:34: style: Function 'draw_city' argument 1 names different: declaration 'city' definition 'c'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/vectormap.h:154:27: note: Function 'draw_city' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectormap.cpp:54:34: note: Function 'draw_city' argument 1 names different: declaration 'city' definition 'c'.
lordsawar-0.3.1/src/vectormap.cpp:100:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:160:45: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:176:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:180:57: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:208:62: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:294:66: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.cpp:434:32: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/vectormap.h:140:18: style: The function 'after_draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lordsawar-0.3.1/src/overviewmap.h:221:18: note: Virtual function in base class
lordsawar-0.3.1/src/vectormap.h:140:18: note: Function in derived class
lordsawar-0.3.1/src/xmlhelper.cpp:168:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:151:30: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:168:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:222:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:145:37: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:222:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:243:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:146:37: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:243:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:264:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:147:37: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:264:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:288:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:148:37: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:288:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:309:41: style: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:150:37: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:309:41: note: Function 'saveData' argument 1 names different: declaration 'identifier' definition 'name'.
lordsawar-0.3.1/src/xmlhelper.cpp:791:83: style: Function 'on_start_element' argument 2 names different: declaration 'properties' definition 'a'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:211:92: note: Function 'on_start_element' argument 2 names different: declaration 'properties' definition 'a'.
lordsawar-0.3.1/src/xmlhelper.cpp:791:83: note: Function 'on_start_element' argument 2 names different: declaration 'properties' definition 'a'.
lordsawar-0.3.1/src/xmlhelper.cpp:820:53: style: Function 'on_characters' argument 1 names different: declaration 'characters' definition 'text'. [funcArgNamesDifferent]
lordsawar-0.3.1/src/xmlhelper.h:213:57: note: Function 'on_characters' argument 1 names different: declaration 'characters' definition 'text'.
lordsawar-0.3.1/src/xmlhelper.cpp:820:53: note: Function 'on_characters' argument 1 names different: declaration 'characters' definition 'text'.
lordsawar-0.3.1/src/xmlhelper.cpp:106:98: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/xmlhelper.cpp:625:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lordsawar-0.3.1/src/xmlhelper.cpp:400:18: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lordsawar-0.3.1/src/xmlhelper.cpp:102:9: performance: Possible inefficient checking for 'd_tags' emptiness. [stlSize]
[03:16]

ftp://ftp.se.debian.org/debian/pool/main/l/lorene/lorene_0.0.0~cvs20161116+dfsg.orig.tar.xz
Checking lorene/C++/Source/Bin_hor/binhor_hh.C: __GCC__=1;__GCC__=1...

lorene/C++/Include/Template/evolution.C:395:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:412:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:447:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:454:5: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:527:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:546:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:567:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:573:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Include/Template/evolution.C:384:19: style: Array index 'j0' is used before limits check. [arrayIndexThenCheck]
lorene/C++/Source/Base_val/base_val_manip.C:232:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lorene/C++/Source/Base_val/base_val_manip.C:280:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lorene/C++/Source/Base_val/base_val_manip.C:328:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lorene/C++/Source/Base_val/base_val_manip.C:376:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lorene/C++/Source/Base_val/base_val_manip.C:415:6: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lorene/C++/Source/Base_val/base_val_mult.C:108:9: style: The scope of the variable 'base' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:108:15: style: The scope of the variable 'indic_r' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:108:24: style: The scope of the variable 'indic_t' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:108:33: style: The scope of the variable 'indic_p' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:9: style: The scope of the variable 'b1_r' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:15: style: The scope of the variable 'b2_r' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:21: style: The scope of the variable 'b1_t' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:27: style: The scope of the variable 'b2_t' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:33: style: The scope of the variable 'b1_p' can be reduced. [variableScope]
lorene/C++/Source/Base_val/base_val_mult.C:109:39: style: The scope of the variable 'b2_p' can be reduced. [variableScope]
lorene/C++/Source/Base_vect/base_vect_cart.C:343:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Base_vect/base_vect_cart.C:355:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Base_vect/base_vect_cart.C:363:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Base_vect/base_vect_cart.C:437:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Base_vect/base_vect_from_file.C:109:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Base_vect/base_vect_spher.C:361:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Bhole/bhole.C:228:11: warning: Redundant assignment of 'regul' to itself. [selfAssignment]
lorene/C++/Source/Bhole_binaire/bhole_glob.C:273:12: style: The scope of the variable 'ksi' can be reduced. [variableScope]
lorene/C++/Source/Bhole_binaire/bhole_glob.C:274:12: style: The scope of the variable 'xabs' can be reduced. [variableScope]
lorene/C++/Source/Bhole_binaire/bhole_kij.C:321:0: style: Same expression used in consecutive assignments of 'lim_un' and 'lim_deux'. [duplicateAssignExpression]
lorene/C++/Source/Bhole_binaire/bhole_kij.C:322:0: note: Same expression used in consecutive assignments of 'lim_un' and 'lim_deux'.
lorene/C++/Source/Bhole_binaire/bhole_kij.C:321:0: note: Same expression used in consecutive assignments of 'lim_un' and 'lim_deux'.
lorene/C++/Source/Bhole_binaire/bhole_kij.C:323:0: style: Same expression used in consecutive assignments of 'int_un' and 'int_deux'. [duplicateAssignExpression]
lorene/C++/Source/Bhole_binaire/bhole_kij.C:324:0: note: Same expression used in consecutive assignments of 'int_un' and 'int_deux'.
lorene/C++/Source/Bhole_binaire/bhole_kij.C:323:0: note: Same expression used in consecutive assignments of 'int_un' and 'int_deux'.
lorene/C++/Source/Bhole_binaire/bhole_solve_phi.C:87:12: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:119:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:125:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:119:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:428:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:434:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:428:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:588:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:594:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:588:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:947:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:953:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:947:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1974:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1980:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1974:8: note: Found duplicate branches for 'if' and 'else'.
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:191:9: style: The scope of the variable 'integ_bh_s' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:192:9: style: The scope of the variable 'integ_bh_v' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:193:9: style: The scope of the variable 'integ_ns_v' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:666:9: style: The scope of the variable 'integ_bh_s' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:667:9: style: The scope of the variable 'integ_bh_v' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:668:9: style: The scope of the variable 'integ_ns_v' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1627:9: style: The scope of the variable 'integ_bh_v_x' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1628:9: style: The scope of the variable 'integ_bh_v_y' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:1629:9: style: The scope of the variable 'integ_bh_v_z' can be reduced. [variableScope]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:266:16: style: Variable 'lapconf_bh_auto_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:272:16: style: Variable 'taij_quad_tot_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:273:16: style: Variable 'taij_quad_tot_rot' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:711:16: style: Variable 'lapconf_bh_auto_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:715:16: style: Variable 'confo_bh_auto_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:717:16: style: Variable 'dconfo_bh_comp' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:718:16: style: Variable 'taij_quad_tot_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:719:16: style: Variable 'taij_quad_tot_rot' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:725:16: style: Variable 'shift_comp' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:755:16: style: Variable 'dconfo_ns_comp' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:768:16: style: Variable 'dconfo_bh_auto_rs' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:778:16: style: Variable 'dlapconf_ns_auto' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_global.C:788:16: style: Variable 'dconfo_ns_auto' is assigned a value that is never used. [unreadVariable]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:286:18: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:277:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:286:18: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:292:29: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:277:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:292:29: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:293:29: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:278:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:293:29: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:310:42: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:277:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:310:42: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:310:55: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:278:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:310:55: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:317:15: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:277:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:317:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:318:15: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:278:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:318:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:544:18: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:535:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:544:18: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:550:29: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:535:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:550:29: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:551:29: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:536:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:551:29: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:568:42: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:535:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:568:42: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:568:55: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:536:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:568:55: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:575:15: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:535:19: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:575:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:576:15: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:536:19: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns/bin_bhns_orbit.C:576:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:261:16: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:253:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:261:16: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:266:27: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:253:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:266:27: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:267:27: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:254:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:267:27: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:283:44: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:253:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:283:44: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:283:57: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:254:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:283:57: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:290:15: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:253:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:290:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:291:15: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:254:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:291:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:480:16: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:472:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:480:16: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:485:27: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:472:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:485:27: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:486:27: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:473:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:486:27: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:502:44: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:472:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:502:44: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:502:57: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:473:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:502:57: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:509:15: warning: Possible null pointer dereference: azer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:472:17: note: Assignment 'azer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:509:15: note: Null pointer dereference
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:510:15: warning: Possible null pointer dereference: bzer [nullPointer]
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:473:17: note: Assignment 'bzer=0', assigned value is 0
lorene/C++/Source/Bin_bhns_extr/bin_bhns_extr_orbit.C:510:15: note: Null pointer dereference
lorene/C++/Source/Bin_hor/binhor_coal.C:231:10: style: The scope of the variable 'erreur' can be reduced. [variableScope]
lorene/C++/Source/Bin_hor/binhor_equations.C:257:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Bin_hor/binhor_equations.C:404:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lorene/C++/Source/Bin_hor/binhor_equations.C:600:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
[03:16]
Exit code is not zero! Crash?

ftp://ftp.se.debian.org/debian/pool/main/l/lostirc/lostirc_0.4.6.orig.tar.gz
lostirc-0.4.6/intl/dcigettext.c:583:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lostirc-0.4.6/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lostirc-0.4.6/intl/dcigettext.c:427:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:207:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lostirc-0.4.6/intl/dcigettext.c:427:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lostirc-0.4.6/intl/dcigettext.c:427:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:208:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lostirc-0.4.6/intl/dcigettext.c:427:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lostirc-0.4.6/intl/dcigettext.c:427:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:208:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lostirc-0.4.6/intl/dcigettext.c:427:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lostirc-0.4.6/intl/dcigettext.c:428:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:209:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lostirc-0.4.6/intl/dcigettext.c:428:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lostirc-0.4.6/intl/dcigettext.c:428:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:209:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lostirc-0.4.6/intl/dcigettext.c:428:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lostirc-0.4.6/intl/dcigettext.c:428:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:210:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lostirc-0.4.6/intl/dcigettext.c:428:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lostirc-0.4.6/intl/dcigettext.c:227:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
lostirc-0.4.6/intl/dcigettext.c:230:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
lostirc-0.4.6/intl/dcigettext.c:233:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
lostirc-0.4.6/intl/dcigettext.c:236:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
lostirc-0.4.6/intl/dcigettext.c:237:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
lostirc-0.4.6/intl/dcigettext.c:240:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
lostirc-0.4.6/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:157:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lostirc-0.4.6/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lostirc-0.4.6/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:157:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lostirc-0.4.6/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lostirc-0.4.6/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:158:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lostirc-0.4.6/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lostirc-0.4.6/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:159:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lostirc-0.4.6/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lostirc-0.4.6/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lostirc-0.4.6/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lostirc-0.4.6/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lostirc-0.4.6/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lostirc-0.4.6/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lostirc-0.4.6/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:166:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lostirc-0.4.6/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
lostirc-0.4.6/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:167:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lostirc-0.4.6/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
lostirc-0.4.6/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:168:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:170:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lostirc-0.4.6/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
lostirc-0.4.6/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:161:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lostirc-0.4.6/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lostirc-0.4.6/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lostirc-0.4.6/intl/gettextP.h:162:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lostirc-0.4.6/intl/localcharset.c:295:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lostirc-0.4.6/intl/localcharset.c:286:24: note: Assignment 'locale=NULL', assigned value is 0
lostirc-0.4.6/intl/localcharset.c:295:14: note: Condition 'locale==NULL' is always true
lostirc-0.4.6/intl/localcharset.c:295:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lostirc-0.4.6/intl/localcharset.c:286:24: note: 'locale' is assigned value 'NULL' here.
lostirc-0.4.6/intl/localcharset.c:295:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lostirc-0.4.6/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lostirc-0.4.6/intl/localcharset.c:144:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lostirc-0.4.6/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lostirc-0.4.6/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lostirc-0.4.6/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
lostirc-0.4.6/src/gtkmm/DCCList.cpp:107:48: style: Function 'statusToStr' argument 1 names different: declaration 's' definition 'status'. [funcArgNamesDifferent]
lostirc-0.4.6/src/gtkmm/DCCList.h:64:43: note: Function 'statusToStr' argument 1 names different: declaration 's' definition 'status'.
lostirc-0.4.6/src/gtkmm/DCCList.cpp:107:48: note: Function 'statusToStr' argument 1 names different: declaration 's' definition 'status'.
lostirc-0.4.6/src/gtkmm/DCCList.h:78:5: style: Class 'DCCWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/gtkmm/Entry.cpp:111:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lostirc-0.4.6/src/gtkmm/ServerWindow.h:36:5: style: Class 'ServerWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/gtkmm/Entry.h:30:5: style: Class 'Entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/gtkmm/TextWidget.h:35:5: style: Class 'TextWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/gtkmm/MainWindow.h:67:5: style: Class 'MainWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/gtkmm/MainWindow.cpp:340:21: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lostirc-0.4.6/src/gtkmm/MainWindow.cpp:353:19: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lostirc-0.4.6/src/gtkmm/MainWindow.cpp:465:22: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lostirc-0.4.6/src/gtkmm/MainWindow.cpp:479:20: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lostirc-0.4.6/src/gtkmm/MainWindow.cpp:493:21: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lostirc-0.4.6/src/gtkmm/NickList.cpp:124:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lostirc-0.4.6/src/gtkmm/NickList.cpp:136:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lostirc-0.4.6/src/gtkmm/ServerWindow.cpp:218:19: warning: Member variable 'ServerEditDialog::serverinfobox' is not initialized in the constructor. [uninitMemberVar]
lostirc-0.4.6/src/gtkmm/TextWidget.cpp:76:9: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lostirc-0.4.6/src/gtkmm/main.cpp:38:7: style: Exception should be caught by reference. [catchExceptionByValue]
lostirc-0.4.6/src/libirc/Channel.h:58:31: style: Technically the member function 'Channel::getUsers' can be const. [functionConst]
lostirc-0.4.6/src/libirc/Channel.h:51:5: style: Class 'Channel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Channel.h:69:5: style: Class 'Query' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Channel.cpp:30:7: style: Struct 'isUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Channel.h:52:19: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:40:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:52:19: note: Function in derived class
lostirc-0.4.6/src/libirc/Channel.h:53:10: style: The function 'findUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:41:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:53:10: note: Function in derived class
lostirc-0.4.6/src/libirc/Channel.h:54:10: style: The function 'renameUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:42:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:54:10: note: Function in derived class
lostirc-0.4.6/src/libirc/Channel.h:71:19: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:40:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:71:19: note: Function in derived class
lostirc-0.4.6/src/libirc/Channel.h:72:10: style: The function 'findUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:41:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:72:10: note: Function in derived class
lostirc-0.4.6/src/libirc/Channel.h:73:10: style: The function 'renameUser' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/Channel.h:42:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/Channel.h:73:10: note: Function in derived class
lostirc-0.4.6/src/libirc/ConfigValue.h:147:1: style: The class 'Value < Glib :: ustring >' does not have a constructor although it has private member variables. [noConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:39:0: warning: Member variable 'ConfigValue < char >::value' is not initialized in the constructor. [uninitMemberVar]
lostirc-0.4.6/src/libirc/ConfigValue.h:39:0: warning: Member variable 'ConfigValue < int >::value' is not initialized in the constructor. [uninitMemberVar]
lostirc-0.4.6/src/libirc/ConfigValue.h:39:0: warning: Member variable 'ConfigValue < bool >::value' is not initialized in the constructor. [uninitMemberVar]
lostirc-0.4.6/src/libirc/ConfigValue.h:75:5: performance: Technically the member function 'ConfigValue < Glib :: ustring >::ConfigValue' can be static. [functionStatic]
lostirc-0.4.6/src/libirc/ConfigValue.h:77:5: performance: Technically the member function 'ConfigValue < Glib :: ustring >::ConfigValue' can be static. [functionStatic]
lostirc-0.4.6/src/libirc/ConfigValue.h:89:5: style: Technically the member function 'ConfigValue < Glib :: ustring >::operatorGlib::ustring' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:90:19: style: Technically the member function 'ConfigValue < Glib :: ustring >::operator*' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:164:5: style: Technically the member function 'Value < Glib :: ustring >::operatorGlib::ustring' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigHandler.h:194:33: style: Technically the member function 'Servers::getServers' can be const. [functionConst]
lostirc-0.4.6/src/libirc/LostIRCApp.h:120:43: style: Technically the member function 'LostIRCApp::getServers' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:139:0: style: Technically the member function 'Value < char >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:139:0: style: Technically the member function 'Value < int >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:139:0: style: Technically the member function 'Value < bool >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:63:0: style: Technically the member function 'ConfigValue < char >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:64:0: style: Technically the member function 'ConfigValue < char >::operator*' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:63:0: style: Technically the member function 'ConfigValue < int >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:64:0: style: Technically the member function 'ConfigValue < int >::operator*' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:63:0: style: Technically the member function 'ConfigValue < bool >::operatorT' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:64:0: style: Technically the member function 'ConfigValue < bool >::operator*' can be const. [functionConst]
lostirc-0.4.6/src/libirc/ConfigValue.h:132:0: style: Class 'Value < char >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:132:0: style: Class 'Value < int >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:132:0: style: Class 'Value < bool >' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lostirc-0.4.6/src/libirc/Commands.h:85:5: style: Class 'CommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Commands.h:86:5: style: Class 'CommandException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Socket.h:104:5: style: Class 'SocketException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Parser.h:33:5: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:97:5: style: Class 'baseConfig' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigHandler.h:31:5: style: Class 'Options' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigHandler.h:60:5: style: Class 'Colors1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigHandler.h:88:5: style: Class 'Colors2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigHandler.h:117:5: style: Class 'Events' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigHandler.h:187:5: style: Class 'Servers' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/FrontEnd.h:51:9: style: Class 'Tmpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/LostIRCApp.h:111:5: style: Class 'LostIRCApp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/LostIRCApp.h:92:9: style: Class 'initobj' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:41:0: style: Class 'ConfigValue < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:41:0: style: Class 'ConfigValue < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:41:0: style: Class 'ConfigValue < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/ConfigValue.h:83:19: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/ConfigValue.h:29:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/ConfigValue.h:83:19: note: Function in derived class
lostirc-0.4.6/src/libirc/ConfigValue.h:88:33: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/ConfigValue.h:30:30: note: Virtual function in base class
lostirc-0.4.6/src/libirc/ConfigValue.h:88:33: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:58:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:38:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:58:10: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:59:10: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:39:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:59:10: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:66:27: style: The function 'getFilename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:42:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:66:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:67:27: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:43:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:67:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:68:27: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:44:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:68:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:69:27: style: The function 'getNick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:45:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:69:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:89:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:38:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:89:10: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:90:10: style: The function 'cancel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:39:18: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:90:10: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:96:27: style: The function 'getFilename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:42:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:96:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:97:27: style: The function 'getSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:43:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:97:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:98:27: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:44:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:98:27: note: Function in derived class
lostirc-0.4.6/src/libirc/DCC.h:99:27: style: The function 'getNick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/DCC.h:45:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/DCC.h:99:27: note: Function in derived class
lostirc-0.4.6/src/libirc/ConfigValue.h:47:0: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/ConfigValue.h:29:27: note: Virtual function in base class
lostirc-0.4.6/src/libirc/ConfigValue.h:47:0: note: Function in derived class
lostirc-0.4.6/src/libirc/ConfigValue.h:54:0: style: The function 'operator=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lostirc-0.4.6/src/libirc/ConfigValue.h:30:30: note: Virtual function in base class
lostirc-0.4.6/src/libirc/ConfigValue.h:54:0: note: Function in derived class
lostirc-0.4.6/src/libirc/Commands.cpp:525:42: performance: Use const reference for 'servers' to avoid unnecessary data copying. [redundantCopyLocalConst]
lostirc-0.4.6/src/libirc/ConfigHandler.cpp:163:36: style: Function 'baseConfig' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/ConfigValue.h:97:28: note: Function 'baseConfig' argument 1 names different: declaration 'filename' definition 'file'.
lostirc-0.4.6/src/libirc/ConfigHandler.cpp:163:36: note: Function 'baseConfig' argument 1 names different: declaration 'filename' definition 'file'.
lostirc-0.4.6/src/libirc/ConfigHandler.cpp:35:5: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lostirc-0.4.6/src/libirc/ConfigHandler.cpp:165:5: performance: Variable 'filename' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lostirc-0.4.6/src/libirc/DCC.cpp:268:51: style: Function 'addDccSendOut' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/DCC.h:121:44: note: Function 'addDccSendOut' argument 1 names different: declaration 'filename' definition 'file'.
lostirc-0.4.6/src/libirc/DCC.cpp:268:51: note: Function 'addDccSendOut' argument 1 names different: declaration 'filename' definition 'file'.
lostirc-0.4.6/src/libirc/DCC.h:123:10: performance: Technically the member function 'DCC_queue::statusChange' can be static. [functionStatic]
lostirc-0.4.6/src/libirc/DCC.cpp:284:17: note: Technically the member function 'DCC_queue::statusChange' can be static.
lostirc-0.4.6/src/libirc/DCC.h:123:10: note: Technically the member function 'DCC_queue::statusChange' can be static.
lostirc-0.4.6/src/libirc/FrontEnd.cpp:108:16: style: Function 'get' argument 1 names different: declaration 'i' definition 'e'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/FrontEnd.h:72:20: note: Function 'get' argument 1 names different: declaration 'i' definition 'e'.
lostirc-0.4.6/src/libirc/FrontEnd.cpp:108:16: note: Function 'get' argument 1 names different: declaration 'i' definition 'e'.
lostirc-0.4.6/src/libirc/LostIRCApp.cpp:91:49: style: Function 'newServer' argument 1 names different: declaration 's' definition 'server'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/LostIRCApp.h:116:41: note: Function 'newServer' argument 1 names different: declaration 's' definition 'server'.
lostirc-0.4.6/src/libirc/LostIRCApp.cpp:91:49: note: Function 'newServer' argument 1 names different: declaration 's' definition 'server'.
lostirc-0.4.6/src/libirc/Parser.cpp:41:7: style: Struct 'removeUser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lostirc-0.4.6/src/libirc/Socket.cpp:72:49: style: Function 'connect' argument 2 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/Socket.h:70:45: note: Function 'connect' argument 2 names different: declaration 'port' definition 'p'.
lostirc-0.4.6/src/libirc/Socket.cpp:72:49: note: Function 'connect' argument 2 names different: declaration 'port' definition 'p'.
lostirc-0.4.6/src/libirc/Socket.cpp:122:50: style: Function 'send' argument 3 names different: declaration 'received' definition 'sent'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/Socket.h:78:46: note: Function 'send' argument 3 names different: declaration 'received' definition 'sent'.
lostirc-0.4.6/src/libirc/Socket.cpp:122:50: note: Function 'send' argument 3 names different: declaration 'received' definition 'sent'.
lostirc-0.4.6/src/libirc/Socket.cpp:361:23: style: Function 'bind' argument 1 names different: declaration 'port' definition 'p'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/Socket.h:74:19: note: Function 'bind' argument 1 names different: declaration 'port' definition 'p'.
lostirc-0.4.6/src/libirc/Socket.cpp:361:23: note: Function 'bind' argument 1 names different: declaration 'port' definition 'p'.
lostirc-0.4.6/src/libirc/Utils.cpp:82:17: style: The scope of the variable 'displayed_message' can be reduced. [variableScope]
lostirc-0.4.6/src/libirc/Utils.cpp:107:74: style: Function 'tokenizeWords' argument 2 names different: declaration 'vec' definition 'container'. [funcArgNamesDifferent]
lostirc-0.4.6/src/libirc/Utils.h:47:78: note: Function 'tokenizeWords' argument 2 names different: declaration 'vec' definition 'container'.
lostirc-0.4.6/src/libirc/Utils.cpp:107:74: note: Function 'tokenizeWords' argument 2 names different: declaration 'vec' definition 'container'.
[03:16]

ftp://ftp.se.debian.org/debian/pool/main/l/lottanzb/lottanzb_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/loudmouth/loudmouth_1.5.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/louie/louie_1.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lout/lout_3.39.orig.tar.gz
lout-3.39/prg2lout.c:5081:16: warning: Possible null pointer dereference: infilename [nullPointer]
lout-3.39/prg2lout.c:5078:2: note: Assignment 'infilename=(char*)NULL', assigned value is 0
lout-3.39/prg2lout.c:5081:16: note: Null pointer dereference
lout-3.39/prg2lout.c:5103:17: warning: Possible null pointer dereference: outfilename [nullPointer]
lout-3.39/prg2lout.c:5102:2: note: Assignment 'outfilename=(char*)NULL', assigned value is 0
lout-3.39/prg2lout.c:5103:17: note: Null pointer dereference
lout-3.39/prg2lout.c:5116:17: warning: Possible null pointer dereference: errfilename [nullPointer]
lout-3.39/prg2lout.c:5115:2: note: Assignment 'errfilename=(char*)NULL', assigned value is 0
lout-3.39/prg2lout.c:5116:17: note: Null pointer dereference
lout-3.39/prg2lout.c:3849:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
lout-3.39/z01.c:250:9: style: The scope of the variable 'out_fp' can be reduced. [variableScope]
lout-3.39/z01.c:569:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z02.c:201:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z02.c:659:31: style: The scope of the variable 'fnum' can be reduced. [variableScope]
lout-3.39/z02.c:895:19: style: The scope of the variable 'gp' can be reduced. [variableScope]
lout-3.39/z02.c:895:23: style: The scope of the variable 'gpword' can be reduced. [variableScope]
lout-3.39/z03.c:291:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z03.c:313:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z03.c:447:20: style: The scope of the variable 'ffbuff' can be reduced. [variableScope]
lout-3.39/z03.c:448:14: style: The scope of the variable 'ffbp' can be reduced. [variableScope]
lout-3.39/z03.c:557:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lout-3.39/z03.c:801:39: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z03.c:846:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z04.c:63:13: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z05.c:534:10: style: The scope of the variable 'curr_encl' can be reduced. [variableScope]
lout-3.39/z06.c:128:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z06.c:778:3: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z06.c:1499:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z06.c:151:79: style: The scope of the variable 'found' can be reduced. [variableScope]
lout-3.39/z06.c:683:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z06.c:683:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z06.c:683:19: style: The scope of the variable 'yenv' can be reduced. [variableScope]
lout-3.39/z06.c:683:34: style: The scope of the variable 'visible_only' can be reduced. [variableScope]
lout-3.39/z07.c:378:25: warning: Possible null pointer dereference: res [nullPointer]
lout-3.39/z07.c:374:13: note: Assignment 'res=(union rec*)NULL', assigned value is 0
lout-3.39/z07.c:378:25: note: Null pointer dereference
lout-3.39/z07.c:332:9: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:673:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:1379:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:1761:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:1771:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:2100:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z08.c:44:10: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z08.c:44:13: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z08.c:118:38: style: Function 'ReplaceWithTidy' argument 2 names different: declaration 'one_word' definition 'spacing'. [funcArgNamesDifferent]
lout-3.39/externs.h:3162:47: note: Function 'ReplaceWithTidy' argument 2 names different: declaration 'one_word' definition 'spacing'.
lout-3.39/z08.c:118:38: note: Function 'ReplaceWithTidy' argument 2 names different: declaration 'one_word' definition 'spacing'.
lout-3.39/z09.c:135:3: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z09.c:43:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z09.c:156:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z09.c:156:24: style: The scope of the variable 'prnt_env' can be reduced. [variableScope]
lout-3.39/z09.c:156:34: style: The scope of the variable 'par' can be reduced. [variableScope]
lout-3.39/z09.c:156:39: style: The scope of the variable 'prnt' can be reduced. [variableScope]
lout-3.39/z10.c:597:3: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z10.c:364:32: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z10.c:364:38: style: The scope of the variable 'db' can be reduced. [variableScope]
lout-3.39/z10.c:364:47: style: The scope of the variable 'index' can be reduced. [variableScope]
lout-3.39/z10.c:365:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z10.c:365:35: style: The scope of the variable 'buff' can be reduced. [variableScope]
lout-3.39/z10.c:365:67: style: The scope of the variable 'str' can be reduced. [variableScope]
lout-3.39/z10.c:366:12: style: The scope of the variable 'fnum' can be reduced. [variableScope]
lout-3.39/z10.c:568:63: style: The scope of the variable 'env' can be reduced. [variableScope]
lout-3.39/z10.c:568:68: style: The scope of the variable 'hold_env' can be reduced. [variableScope]
lout-3.39/z10.c:956:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z10.c:956:20: style: The scope of the variable 'ylink' can be reduced. [variableScope]
lout-3.39/z10.c:956:57: style: The scope of the variable 'count' can be reduced. [variableScope]
lout-3.39/z12.c:106:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z12.c:155:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z12.c:652:9: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z12.c:55:10: style: The scope of the variable 'hprnt' can be reduced. [variableScope]
lout-3.39/z12.c:55:17: style: The scope of the variable 'vprnt' can be reduced. [variableScope]
lout-3.39/z12.c:370:21: style: The scope of the variable 'dble_fwd' can be reduced. [variableScope]
lout-3.39/z12.c:371:11: style: The scope of the variable 'dble_found' can be reduced. [variableScope]
lout-3.39/z12.c:371:23: style: The scope of the variable 'found' can be reduced. [variableScope]
lout-3.39/z12.c:371:30: style: The scope of the variable 'will_expand' can be reduced. [variableScope]
lout-3.39/z12.c:786:51: style: The scope of the variable 'ksize' can be reduced. [variableScope]
lout-3.39/z12.c:902:29: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z13.c:224:26: style: The scope of the variable 'my' can be reduced. [variableScope]
lout-3.39/z13.c:227:15: style: The scope of the variable 'msize' can be reduced. [variableScope]
lout-3.39/z13.c:231:15: style: The scope of the variable 'pd_extra' can be reduced. [variableScope]
lout-3.39/z13.c:231:24: style: The scope of the variable 'sd_extra' can be reduced. [variableScope]
lout-3.39/z13.c:232:15: style: The scope of the variable 'av_colsize' can be reduced. [variableScope]
lout-3.39/z14.c:1183:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z14.c:540:29: style: The scope of the variable 'wordp' can be reduced. [variableScope]
lout-3.39/z14.c:542:15: style: The scope of the variable 'kerned_glyphs_width' can be reduced. [variableScope]
lout-3.39/z14.c:656:29: style: The scope of the variable 'wordp' can be reduced. [variableScope]
lout-3.39/z14.c:657:13: style: The scope of the variable 'kerned_glyphs' can be reduced. [variableScope]
lout-3.39/z14.c:658:15: style: The scope of the variable 'kerned_glyphs_width' can be reduced. [variableScope]
lout-3.39/z15.c:205:11: warning: Redundant assignment of 'theta' to itself. [selfAssignment]
lout-3.39/z15.c:254:28: style: The scope of the variable 'prnt' can be reduced. [variableScope]
lout-3.39/z15.c:314:15: style: The scope of the variable 'backy' can be reduced. [variableScope]
lout-3.39/z15.c:314:24: style: The scope of the variable 'fwdy' can be reduced. [variableScope]
lout-3.39/z15.c:315:15: style: The scope of the variable 'be' can be reduced. [variableScope]
lout-3.39/z15.c:315:19: style: The scope of the variable 'fe' can be reduced. [variableScope]
lout-3.39/z15.c:316:15: style: The scope of the variable 'beffect' can be reduced. [variableScope]
lout-3.39/z15.c:316:24: style: The scope of the variable 'feffect' can be reduced. [variableScope]
lout-3.39/z15.c:317:15: style: The scope of the variable 'seffect' can be reduced. [variableScope]
lout-3.39/z15.c:318:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z15.c:320:7: style: The scope of the variable 'tb' can be reduced. [variableScope]
lout-3.39/z15.c:320:11: style: The scope of the variable 'tbf' can be reduced. [variableScope]
lout-3.39/z15.c:320:16: style: The scope of the variable 'tf' can be reduced. [variableScope]
lout-3.39/z15.c:320:20: style: The scope of the variable 'tbc' can be reduced. [variableScope]
lout-3.39/z15.c:320:25: style: The scope of the variable 'tbfc' can be reduced. [variableScope]
lout-3.39/z15.c:320:31: style: The scope of the variable 'tfc' can be reduced. [variableScope]
lout-3.39/z15.c:320:36: style: The scope of the variable 'mxy' can be reduced. [variableScope]
lout-3.39/z15.c:320:41: style: The scope of the variable 'myz' can be reduced. [variableScope]
lout-3.39/z16.c:253:11: style: The scope of the variable 'ratm' can be reduced. [variableScope]
lout-3.39/z17.c:439:35: warning: Function 'ActualGap' argument order different: declaration 'a, b, c, xgap, f, mk' definition 'prevf, b, f, xgap, frame_size, mk' [funcArgOrderDifferent]
lout-3.39/externs.h:3238:43: note: Function 'ActualGap' argument order different: declaration 'a, b, c, xgap, f, mk' definition 'prevf, b, f, xgap, frame_size, mk'
lout-3.39/z17.c:439:35: note: Function 'ActualGap' argument order different: declaration 'a, b, c, xgap, f, mk' definition 'prevf, b, f, xgap, frame_size, mk'
lout-3.39/z18.c:481:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z18.c:167:26: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z18.c:405:33: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z20.c:83:10: style: The scope of the variable 'prnt' can be reduced. [variableScope]
lout-3.39/z20.c:826:24: style: The scope of the variable 'top_z' can be reduced. [variableScope]
lout-3.39/z21.c:64:27: style: The scope of the variable 't' can be reduced. [variableScope]
lout-3.39/z21.c:64:30: style: The scope of the variable 'tlink' can be reduced. [variableScope]
lout-3.39/z22.c:148:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z22.c:222:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z22.c:808:4: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z22.c:89:21: style: The scope of the variable 'dest_index' can be reduced. [variableScope]
lout-3.39/z22.c:216:69: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lout-3.39/z22.c:216:74: style: The scope of the variable 'env' can be reduced. [variableScope]
lout-3.39/z22.c:576:14: style: The scope of the variable 'label_string' can be reduced. [variableScope]
lout-3.39/z22.c:1193:38: style: The scope of the variable 'env' can be reduced. [variableScope]
lout-3.39/z23.c:933:8: style: Variable 'start_group' is reassigned a value before the old one has been used. [redundantAssignment]
lout-3.39/z23.c:927:8: note: Variable 'start_group' is reassigned a value before the old one has been used.
lout-3.39/z23.c:933:8: note: Variable 'start_group' is reassigned a value before the old one has been used.
lout-3.39/z23.c:105:7: style: The scope of the variable 'adjustable_gaps' can be reduced. [variableScope]
lout-3.39/z23.c:106:20: style: The scope of the variable 'mk' can be reduced. [variableScope]
lout-3.39/z23.c:106:24: style: The scope of the variable 'actual_size' can be reduced. [variableScope]
lout-3.39/z23.c:176:55: style: The scope of the variable 'thr' can be reduced. [variableScope]
lout-3.39/z23.c:178:19: style: The scope of the variable 'ymk' can be reduced. [variableScope]
lout-3.39/z23.c:178:24: style: The scope of the variable 'frame_size' can be reduced. [variableScope]
lout-3.39/z23.c:178:36: style: The scope of the variable 'back_edge' can be reduced. [variableScope]
lout-3.39/z23.c:178:55: style: The scope of the variable 'inc' can be reduced. [variableScope]
lout-3.39/z23.c:178:60: style: The scope of the variable 'f' can be reduced. [variableScope]
lout-3.39/z23.c:890:29: style: The scope of the variable 'zlink' can be reduced. [variableScope]
lout-3.39/z23.c:890:36: style: The scope of the variable 'm' can be reduced. [variableScope]
lout-3.39/z23.c:993:17: style: The scope of the variable 'will_adjust' can be reduced. [variableScope]
lout-3.39/z23.c:993:30: style: The scope of the variable 'adjusting' can be reduced. [variableScope]
lout-3.39/z23.c:994:27: style: The scope of the variable 'adjust_indent' can be reduced. [variableScope]
lout-3.39/z23.c:995:14: style: The scope of the variable 'adjust_inc' can be reduced. [variableScope]
lout-3.39/z23.c:995:26: style: The scope of the variable 'inc' can be reduced. [variableScope]
lout-3.39/z23.c:995:35: style: The scope of the variable 'adjust_sofar' can be reduced. [variableScope]
lout-3.39/z23.c:996:23: style: The scope of the variable 'gaps_sofar' can be reduced. [variableScope]
lout-3.39/z23.c:997:10: style: The scope of the variable 'underlining' can be reduced. [variableScope]
lout-3.39/z23.c:997:27: style: The scope of the variable 'underline_xstart' can be reduced. [variableScope]
lout-3.39/z23.c:998:11: style: The scope of the variable 'underline_font' can be reduced. [variableScope]
lout-3.39/z23.c:999:13: style: The scope of the variable 'underline_colour' can be reduced. [variableScope]
lout-3.39/z23.c:1000:14: style: The scope of the variable 'underline_texture' can be reduced. [variableScope]
lout-3.39/z23.c:1001:9: style: The scope of the variable 'urec' can be reduced. [variableScope]
lout-3.39/z26.c:325:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lout-3.39/z28.c:141:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z29.c:593:6: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z29.c:188:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z29.c:241:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z29.c:272:14: style: The scope of the variable 'x' can be reduced. [variableScope]
lout-3.39/z30.c:75:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z30.c:132:10: style: The scope of the variable 'p' can be reduced. [variableScope]
lout-3.39/z33.c:290:23: style: The scope of the variable 'chk' can be reduced. [variableScope]
lout-3.39/z33.c:369:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z33.c:369:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z33.c:436:38: style: The scope of the variable 'par' can be reduced. [variableScope]
lout-3.39/z33.c:437:16: style: The scope of the variable 'dlnum' can be reduced. [variableScope]
lout-3.39/z33.c:438:24: style: The scope of the variable 'dfnum' can be reduced. [variableScope]
lout-3.39/z33.c:438:37: style: The scope of the variable 'dfpos' can be reduced. [variableScope]
lout-3.39/z33.c:439:11: style: The scope of the variable 'gall' can be reduced. [variableScope]
lout-3.39/z33.c:645:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
lout-3.39/z33.c:645:18: style: The scope of the variable 'mid_end' can be reduced. [variableScope]
lout-3.39/z33.c:645:38: style: The scope of the variable 'buff' can be reduced. [variableScope]
lout-3.39/z33.c:646:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
lout-3.39/z33.c:728:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
lout-3.39/z33.c:775:32: style: The scope of the variable 'line' can be reduced. [variableScope]
lout-3.39/z33.c:435:11: style: Function 'DbLoad' argument 5 names different: declaration 'in_memory' definition 'in_mem'. [funcArgNamesDifferent]
lout-3.39/externs.h:3393:15: note: Function 'DbLoad' argument 5 names different: declaration 'in_memory' definition 'in_mem'.
lout-3.39/z33.c:435:11: note: Function 'DbLoad' argument 5 names different: declaration 'in_memory' definition 'in_mem'.
lout-3.39/z33.c:566:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:576:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:705:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:748:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:799:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:813:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:871:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z33.c:885:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z35.c:107:3: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lout-3.39/z36.c:591:21: style: The scope of the variable 'next_node' can be reduced. [variableScope]
lout-3.39/z36.c:766:21: style: The scope of the variable 'unpacked_fnum' can be reduced. [variableScope]
lout-3.39/z36.c:767:9: style: The scope of the variable 'unpacked_fp' can be reduced. [variableScope]
lout-3.39/z36.c:768:7: style: The scope of the variable 'prev' can be reduced. [variableScope]
lout-3.39/z36.c:768:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lout-3.39/z36.c:768:22: style: The scope of the variable 'state' can be reduced. [variableScope]
lout-3.39/z36.c:768:29: style: The scope of the variable 'hline_num' can be reduced. [variableScope]
lout-3.39/z36.c:804:9: style: The scope of the variable 'bpos' can be reduced. [variableScope]
lout-3.39/z36.c:991:3: warning: Size of pointer 'T' used instead of size of its data. [pointerSize]
lout-3.39/z36.c:740:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
lout-3.39/z36.c:838:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:771:3: style: Variable 'ks' is reassigned a value before the old one has been used. [redundantAssignment]
lout-3.39/z37.c:764:3: note: Variable 'ks' is reassigned a value before the old one has been used.
lout-3.39/z37.c:771:3: note: Variable 'ks' is reassigned a value before the old one has been used.
lout-3.39/z37.c:282:48: style: The scope of the variable 'ch' can be reduced. [variableScope]
lout-3.39/z37.c:283:30: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z37.c:285:11: style: The scope of the variable 'wxfound' can be reduced. [variableScope]
lout-3.39/z37.c:285:20: style: The scope of the variable 'bfound' can be reduced. [variableScope]
lout-3.39/z37.c:405:13: style: The scope of the variable 'composite_code' can be reduced. [variableScope]
lout-3.39/z37.c:497:18: style: The scope of the variable 'extra_fnum' can be reduced. [variableScope]
lout-3.39/z37.c:497:42: style: The scope of the variable 'extra_fp' can be reduced. [variableScope]
lout-3.39/z37.c:1091:67: style: The scope of the variable 'tmpf' can be reduced. [variableScope]
lout-3.39/z37.c:1092:44: style: The scope of the variable 'c' can be reduced. [variableScope]
lout-3.39/z37.c:1097:36: style: The scope of the variable 'klen' can be reduced. [variableScope]
lout-3.39/z37.c:1609:22: style: The scope of the variable 'a' can be reduced. [variableScope]
lout-3.39/z37.c:1609:36: style: The scope of the variable 'unacc' can be reduced. [variableScope]
lout-3.39/z37.c:1609:44: style: The scope of the variable 'acc' can be reduced. [variableScope]
lout-3.39/z37.c:1610:38: style: The scope of the variable 'm' can be reduced. [variableScope]
lout-3.39/z37.c:1611:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lout-3.39/z37.c:1611:10: style: The scope of the variable 'u' can be reduced. [variableScope]
lout-3.39/z37.c:1611:13: style: The scope of the variable 'd' can be reduced. [variableScope]
lout-3.39/z37.c:1611:16: style: The scope of the variable 'ksize' can be reduced. [variableScope]
lout-3.39/z37.c:1740:12: style: Checking if unsigned variable 'fnum' is less than zero. [unsignedLessThanZero]
lout-3.39/z37.c:1776:12: style: Checking if unsigned variable 'fnum' is less than zero. [unsignedLessThanZero]
lout-3.39/z37.c:301:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:303:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:330:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:415:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:435:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:718:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:778:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:825:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:856:4: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:903:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z37.c:1022:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z38.c:454:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z38.c:129:24: style: Function 'MapLoad' argument 1 names different: declaration 'filename' definition 'file_name'. [funcArgNamesDifferent]
lout-3.39/externs.h:3445:33: note: Function 'MapLoad' argument 1 names different: declaration 'filename' definition 'file_name'.
lout-3.39/z38.c:129:24: note: Function 'MapLoad' argument 1 names different: declaration 'filename' definition 'file_name'.
lout-3.39/z38.c:248:13: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
lout-3.39/z38.c:204:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z38.c:248:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z38.c:251:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z39.c:84:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z39.c:86:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lout-3.39/z40.c:131:7: style: The scope of the variable 'status' can be reduced. [variableScope]
lout-3.39/z40.c:131:31: style: The scope of the variable 'scope_snapshot' can be reduced. [variableScope]
lout-3.39/z40.c:131:58: style: The scope of the variable 'line' can be reduced. [variableScope]
lout-3.39/z40.c:132:9: style: The scope of the variable 'err_fp' can be reduced. [variableScope]
lout-3.39/z40.c:132:27: style: The scope of the variable 'filter_out_file' can be reduced. [variableScope]
lout-3.39/z40.c:84:10: style: Variable 'junk' is assigned a value that is never used. [unreadVariable]
lout-3.39/z41.c:162:10: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z41.c:162:13: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z41.c:162:19: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z41.c:163:11: style: The scope of the variable 'npar_written' can be reduced. [variableScope]
lout-3.39/z41.c:163:25: style: The scope of the variable 'name_printed' can be reduced. [variableScope]
lout-3.39/z41.c:351:13: style: The scope of the variable 'next_gap' can be reduced. [variableScope]
lout-3.39/z41.c:664:13: style: The scope of the variable 'buff' can be reduced. [variableScope]
lout-3.39/z41.c:664:30: style: The scope of the variable 'str' can be reduced. [variableScope]
lout-3.39/z43.c:243:3: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z43.c:199:39: style: The scope of the variable 'junk' can be reduced. [variableScope]
lout-3.39/z43.c:198:42: style: Function 'LanguageDefine' argument 2 names different: declaration 'hyph_file' definition 'inside'. [funcArgNamesDifferent]
lout-3.39/externs.h:3500:51: note: Function 'LanguageDefine' argument 2 names different: declaration 'hyph_file' definition 'inside'.
lout-3.39/z43.c:198:42: note: Function 'LanguageDefine' argument 2 names different: declaration 'hyph_file' definition 'inside'.
lout-3.39/z43.c:279:12: style: Variable 'junk' is assigned a value that is never used. [unreadVariable]
lout-3.39/z43.c:218:5: error: Common realloc mistake: 'hyph_tab' nulled but not freed upon failure [memleakOnRealloc]
lout-3.39/z43.c:219:5: error: Common realloc mistake: 'canonical_tab' nulled but not freed upon failure [memleakOnRealloc]
lout-3.39/z44.c:210:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z44.c:418:15: style: The scope of the variable 'merge' can be reduced. [variableScope]
lout-3.39/z44.c:418:22: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z44.c:418:40: style: The scope of the variable 'l' can be reduced. [variableScope]
lout-3.39/z44.c:418:43: style: The scope of the variable 'r' can be reduced. [variableScope]
lout-3.39/z44.c:418:56: style: The scope of the variable 'left_par' can be reduced. [variableScope]
lout-3.39/z44.c:418:66: style: The scope of the variable 'right_par' can be reduced. [variableScope]
lout-3.39/z45.c:132:69: style: Function 'ReadOneBinaryLine' argument 4 names different: declaration 'count' definition 'count_ptr'. [funcArgNamesDifferent]
lout-3.39/externs.h:3514:26: note: Function 'ReadOneBinaryLine' argument 4 names different: declaration 'count' definition 'count_ptr'.
lout-3.39/z45.c:132:69: note: Function 'ReadOneBinaryLine' argument 4 names different: declaration 'count' definition 'count_ptr'.
lout-3.39/z46.c:115:10: style: The scope of the variable 'res' can be reduced. [variableScope]
lout-3.39/z46.c:115:18: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z46.c:204:24: style: The scope of the variable 'prnt' can be reduced. [variableScope]
lout-3.39/z46.c:296:36: style: The scope of the variable 'buff' can be reduced. [variableScope]
lout-3.39/z46.c:297:12: style: The scope of the variable 'fnum' can be reduced. [variableScope]
lout-3.39/z47.c:137:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z47.c:211:5: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z47.c:94:29: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z47.c:94:35: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z47.c:94:38: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z47.c:130:29: style: The scope of the variable 'loser' can be reduced. [variableScope]
lout-3.39/z47.c:170:20: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z47.c:170:26: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z47.c:170:29: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z47.c:204:22: style: The scope of the variable 'loser' can be reduced. [variableScope]
lout-3.39/z48.c:1258:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:1509:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2049:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2057:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2068:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2068:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2068:4: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2068:4: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2084:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:2093:4: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3230:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3230:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3423:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3423:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3462:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lout-3.39/z48.c:3119:3: style: Variable 'g_in_buffering_mode' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lout-3.39/z48.c:3116:3: note: Variable 'g_in_buffering_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lout-3.39/z48.c:3119:3: note: Variable 'g_in_buffering_mode' is reassigned a value before the old one has been used if variable is no semaphore variable.
lout-3.39/z48.c:2486:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lout-3.39/z48.c:2892:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z48.c:1055:13: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
lout-3.39/z49.c:119:7: warning: %hd in format string (no. 1) requires 'short' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
lout-3.39/z49.c:1253:7: warning: Suspicious use of ; at the end of 'for' statement. [suspiciousSemicolon]
lout-3.39/z49.c:232:41: style: The scope of the variable 'z' can be reduced. [variableScope]
lout-3.39/z49.c:394:10: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z49.c:394:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lout-3.39/z49.c:394:24: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z49.c:1120:22: style: The scope of the variable 'fp' can be reduced. [variableScope]
lout-3.39/z49.c:1120:35: style: The scope of the variable 'junk' can be reduced. [variableScope]
lout-3.39/z49.c:1228:10: style: The scope of the variable 'x' can be reduced. [variableScope]
lout-3.39/z49.c:1228:13: style: The scope of the variable 'link' can be reduced. [variableScope]
lout-3.39/z49.c:1228:28: style: The scope of the variable 'first_need' can be reduced. [variableScope]
lout-3.39/z49.c:1340:7: style: The scope of the variable 'ksize' can be reduced. [variableScope]
lout-3.39/z49.c:1870:31: style: The scope of the variable 'fp' can be reduced. [variableScope]
lout-3.39/z49.c:1702:17: style: Checking if unsigned variable 'currentfont' is less than zero. [unsignedLessThanZero]
lout-3.39/z49.c:1768:19: style: Checking if unsigned variable 'currentfont' is less than zero. [unsignedLessThanZero]
lout-3.39/z49.c:1137:14: style: Variable 'junk' is assigned a value that is never used. [unreadVariable]
lout-3.39/z50.c:114:3: style: Variable 'currentcolour' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lout-3.39/z50.c:113:3: note: Variable 'currentcolour' is reassigned a value before the old one has been used if variable is no semaphore variable.
lout-3.39/z50.c:114:3: note: Variable 'currentcolour' is reassigned a value before the old one has been used if variable is no semaphore variable.
lout-3.39/z50.c:291:7: style: The scope of the variable 'ksize' can be reduced. [variableScope]
lout-3.39/z50.c:739:17: style: Checking if unsigned variable 'currentfont' is less than zero. [unsignedLessThanZero]
lout-3.39/z51.c:253:14: style: The scope of the variable 'p' can be reduced. [variableScope]
lout-3.39/z51.c:253:22: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z51.c:290:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z51.c:369:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lout-3.39/z51.c:369:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lout-3.39/z51.c:369:13: style: The scope of the variable 'jmax' can be reduced. [variableScope]
lout-3.39/z52.c:203:10: style: The scope of the variable 'cname' can be reduced. [variableScope]
[03:16]

ftp://ftp.se.debian.org/debian/pool/main/l/love/love_11.1.orig.tar.gz
love-11.1/src/common/config.h:168:0: error: #error Could not detect target platform [preprocessorErrorDirective]
love-11.1/src/common/Exception.cpp:32:25: style: The scope of the variable 'size_out' can be reduced. [variableScope]
love-11.1/src/common/Matrix.cpp:98:69: style: Function 'multiply' argument 3 names different: declaration 'result' definition 't'. [funcArgNamesDifferent]
love-11.1/src/common/Matrix.h:43:68: note: Function 'multiply' argument 3 names different: declaration 'result' definition 't'.
love-11.1/src/common/Matrix.cpp:98:69: note: Function 'multiply' argument 3 names different: declaration 'result' definition 't'.
love-11.1/src/common/Matrix.cpp:164:33: style: Function 'setRotation' argument 1 names different: declaration 'r' definition 'rad'. [funcArgNamesDifferent]
love-11.1/src/common/Matrix.h:107:25: note: Function 'setRotation' argument 1 names different: declaration 'r' definition 'rad'.
love-11.1/src/common/Matrix.cpp:164:33: note: Function 'setRotation' argument 1 names different: declaration 'r' definition 'rad'.
love-11.1/src/common/Matrix.cpp:232:28: style: Function 'rotate' argument 1 names different: declaration 'r' definition 'rad'. [funcArgNamesDifferent]
love-11.1/src/common/Matrix.h:171:20: note: Function 'rotate' argument 1 names different: declaration 'r' definition 'rad'.
love-11.1/src/common/Matrix.cpp:232:28: note: Function 'rotate' argument 1 names different: declaration 'r' definition 'rad'.
love-11.1/src/common/Matrix.h:59:2: style: Class 'Matrix4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Matrix.h:246:2: style: Class 'Matrix3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Object.h:42:20: warning: The class 'Module' defines member variable with name 'type' also defined in its parent class 'Object'. [duplInheritedMember]
love-11.1/src/common/Module.h:37:20: note: The class 'Module' defines member variable with name 'type' also defined in its parent class 'Object'.
love-11.1/src/common/Object.h:42:20: note: The class 'Module' defines member variable with name 'type' also defined in its parent class 'Object'.
love-11.1/src/common/Object.h:38:1: warning: The class 'Object' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/common/Object.h:42:20: warning: The class 'Stream' defines member variable with name 'type' also defined in its parent class 'Object'. [duplInheritedMember]
love-11.1/src/common/Stream.h:34:20: note: The class 'Stream' defines member variable with name 'type' also defined in its parent class 'Object'.
love-11.1/src/common/Object.h:42:20: note: The class 'Stream' defines member variable with name 'type' also defined in its parent class 'Object'.
love-11.1/src/common/StringMap.h:176:3: warning: Member variable 'Record::key' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/common/StringMap.h:61:7: performance: Technically the member function 'love::StringMap::streq' can be static. [functionStatic]
love-11.1/src/common/StringMap.h:96:7: style: Technically the member function 'love::StringMap::find' can be const. [functionConst]
love-11.1/src/common/StringMap.h:146:15: performance: Technically the member function 'love::StringMap::djb2' can be static. [functionStatic]
love-11.1/src/common/Variant.cpp:82:30: style: Function 'Variant' argument 1 names different: declaration 'type' definition 'lovetype'. [funcArgNamesDifferent]
love-11.1/src/common/Variant.h:57:22: note: Function 'Variant' argument 1 names different: declaration 'type' definition 'lovetype'.
love-11.1/src/common/Variant.cpp:82:30: note: Function 'Variant' argument 1 names different: declaration 'type' definition 'lovetype'.
love-11.1/src/common/Variant.h:53:2: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Variant.h:54:2: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Variant.h:56:2: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Variant.h:58:2: style: Class 'Variant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Variant.h:92:3: style: Class 'SharedTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Variant.cpp:196:0: error: Memory leak: tableSet [memleak]
love-11.1/src/common/Variant.cpp:196:0: error: Memory leak: table [memleak]
love-11.1/src/common/Vector.h:140:2: style: Struct 'Vector3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/common/Vector.h:30:1: warning: The struct 'Vector2' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/common/StringMap.h:176:0: warning: Member variable 'Record::key' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/common/StringMap.h:61:0: performance: Technically the member function 'love :: StringMap < PixelFormat , PIXELFORMAT_MAX_ENUM >::streq' can be static. [functionStatic]
love-11.1/src/common/StringMap.h:96:0: style: Technically the member function 'love :: StringMap < PixelFormat , PIXELFORMAT_MAX_ENUM >::find' can be const. [functionConst]
love-11.1/src/common/StringMap.h:146:0: performance: Technically the member function 'love :: StringMap < PixelFormat , PIXELFORMAT_MAX_ENUM >::djb2' can be static. [functionStatic]
love-11.1/src/libraries/Box2D/Common/b2BlockAllocator.cpp:62:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/Box2D/Common/b2BlockAllocator.cpp:125:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/Box2D/Common/b2BlockAllocator.cpp:132:19: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/Box2D/Common/b2BlockAllocator.cpp:200:19: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/Box2D/Dynamics/Contacts/b2ContactSolver.cpp:51:26: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/Wuff/wuff.c:8:45: style: Function 'wuff_open' argument 1 names different: declaration 'handle' definition 'handle_pointer'. [funcArgNamesDifferent]
love-11.1/src/libraries/Wuff/wuff.h:162:54: note: Function 'wuff_open' argument 1 names different: declaration 'handle' definition 'handle_pointer'.
love-11.1/src/libraries/Wuff/wuff.c:8:45: note: Function 'wuff_open' argument 1 names different: declaration 'handle' definition 'handle_pointer'.
love-11.1/src/libraries/Wuff/wuff.c:118:65: style: Function 'wuff_read' argument 2 names different: declaration 'buffer' definition 'out_buffer'. [funcArgNamesDifferent]
love-11.1/src/libraries/Wuff/wuff.h:201:74: note: Function 'wuff_read' argument 2 names different: declaration 'buffer' definition 'out_buffer'.
love-11.1/src/libraries/Wuff/wuff.c:118:65: note: Function 'wuff_read' argument 2 names different: declaration 'buffer' definition 'out_buffer'.
love-11.1/src/libraries/Wuff/wuff.c:118:86: style: Function 'wuff_read' argument 3 names different: declaration 'size' definition 'out_size'. [funcArgNamesDifferent]
love-11.1/src/libraries/Wuff/wuff.h:201:91: note: Function 'wuff_read' argument 3 names different: declaration 'size' definition 'out_size'.
love-11.1/src/libraries/Wuff/wuff.c:118:86: note: Function 'wuff_read' argument 3 names different: declaration 'size' definition 'out_size'.
love-11.1/src/libraries/Wuff/wuff_convert.c:103:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:129:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:239:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:269:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:369:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:399:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:495:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:525:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:667:15: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_convert.c:804:15: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
love-11.1/src/libraries/Wuff/wuff_internal.c:514:28: warning: Either the condition 'samples==NULL' is redundant or there is possible null pointer dereference: samples. [nullPointerRedundantCheck]
love-11.1/src/libraries/Wuff/wuff_internal.c:519:50: note: Assuming that condition 'samples==NULL' is not redundant
love-11.1/src/libraries/Wuff/wuff_internal.c:514:28: note: Null pointer dereference
love-11.1/src/libraries/Wuff/wuff_internal.c:516:15: warning: Either the condition 'handle==NULL' is redundant or there is possible null pointer dereference: handle. [nullPointerRedundantCheck]
love-11.1/src/libraries/Wuff/wuff_internal.c:519:13: note: Assuming that condition 'handle==NULL' is not redundant
love-11.1/src/libraries/Wuff/wuff_internal.c:516:15: note: Null pointer dereference
love-11.1/src/libraries/Wuff/wuff_internal.c:517:14: style: The scope of the variable 'wuff_status' can be reduced. [variableScope]
love-11.1/src/libraries/ddsparse/ddsparse.cpp:155:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
love-11.1/src/libraries/ddsparse/ddsparse.h:124:9: performance: Technically the member function 'dds::Parser::parseImageSize' can be static. [functionStatic]
love-11.1/src/libraries/ddsparse/ddsparse.cpp:236:16: note: Technically the member function 'dds::Parser::parseImageSize' can be static.
love-11.1/src/libraries/ddsparse/ddsparse.h:124:9: note: Technically the member function 'dds::Parser::parseImageSize' can be static.
love-11.1/src/libraries/enet/libenet/compress.c:257:45: style: Checking if unsigned variable 'inBufferCount' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/compress.c:257:61: style: Checking if unsigned variable 'inLimit' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/compress.c:277:31: style: Checking if unsigned variable 'inBufferCount' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/compress.c:513:39: style: Checking if unsigned variable 'inLimit' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/packet.c:29:20: style: Checking if unsigned variable 'dataLength' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/peer.c:252:27: style: The scope of the variable 'outgoingCommand' can be reduced. [variableScope]
love-11.1/src/libraries/enet/libenet/protocol.c:1473:18: style: The scope of the variable 'channel' can be reduced. [variableScope]
love-11.1/src/libraries/enet/libenet/protocol.c:1032:26: style: Checking if unsigned variable 'originalSize' is less than zero. [unsignedLessThanZero]
love-11.1/src/libraries/enet/libenet/protocol.c:998:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
love-11.1/src/libraries/enet/libenet/unix.c:146:5: style: Variable 'hostEntry' is reassigned a value before the old one has been used. [redundantAssignment]
love-11.1/src/libraries/enet/libenet/unix.c:134:0: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
love-11.1/src/libraries/enet/libenet/unix.c:146:5: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
love-11.1/src/libraries/enet/libenet/unix.c:227:5: style: Variable 'hostEntry' is reassigned a value before the old one has been used. [redundantAssignment]
love-11.1/src/libraries/enet/libenet/unix.c:211:0: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
love-11.1/src/libraries/enet/libenet/unix.c:227:5: note: Variable 'hostEntry' is reassigned a value before the old one has been used.
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:19: performance: Technically the member function 'glslang::pool_allocator::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:10: performance: Technically the member function 'glslang::pool_allocator::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:10: performance: Technically the member function 'glslang::pool_allocator::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:10: performance: Technically the member function 'glslang::pool_allocator::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:10: performance: Technically the member function 'glslang::pool_allocator::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:15: performance: Technically the member function 'glslang::pool_allocator::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:15: performance: Technically the member function 'glslang::pool_allocator::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:5: style: Class 'pool_allocator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < std :: pair < TString const , TString > >::allocator' is not assigned a value in 'glslang :: pool_allocator < std :: pair < TString const , TString > >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TCompiler * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TCompiler * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TShHandleBase * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TShHandleBase * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:93:17: style: Technically the member function 'TCompiler::getLanguage' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TString > >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TString > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TString > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TString > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TString > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TCompiler * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TShHandleBase * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:59:23: style: Class 'TShHandleBase' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:59:23: style: Class 'TShHandleBase' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:101:16: warning: The class 'TGenericCompiler' defines member variable with name 'infoSink' also defined in its parent class 'TCompiler'. [duplInheritedMember]
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:46:15: note: The class 'TGenericCompiler' defines member variable with name 'infoSink' also defined in its parent class 'TCompiler'.
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:101:16: note: The class 'TGenericCompiler' defines member variable with name 'infoSink' also defined in its parent class 'TCompiler'.
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TCompiler * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TCompiler * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TShHandleBase * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TShHandleBase * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , TString > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , TString > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TCompiler * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TCompiler * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TShHandleBase * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TShHandleBase * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:77:26: style: The function 'getAsUniformMap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:63:26: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:77:26: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:98:24: style: The function 'getAsCompiler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:61:24: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:98:24: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:131:22: style: The function 'getAsLinker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:62:22: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:131:22: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:45:18: style: The function 'compile' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:96:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/CodeGen.cpp:45:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:142:16: warning: The class 'TGenericLinker' defines member variable with name 'infoSink' also defined in its parent class 'TLinker'. [duplInheritedMember]
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:50:15: note: The class 'TGenericLinker' defines member variable with name 'infoSink' also defined in its parent class 'TLinker'.
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:142:16: note: The class 'TGenericLinker' defines member variable with name 'infoSink' also defined in its parent class 'TLinker'.
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:48:10: style: The function 'link' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:133:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:48:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:49:10: style: The function 'getAttributeBindings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:137:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:49:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:60:17: style: The function 'getLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/ShHandle.h:78:17: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/GenericCodeGen/Link.cpp:60:17: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Constant.cpp:1035:98: style: Function 'foldSwizzle' argument 2 names different: declaration 'fields' definition 'selectors'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:462:87: note: Function 'foldSwizzle' argument 2 names different: declaration 'fields' definition 'selectors'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Constant.cpp:1035:98: note: Function 'foldSwizzle' argument 2 names different: declaration 'fields' definition 'selectors'.
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1763:97: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Constant.cpp:971:72: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1268:5: warning: Member variable 'TIntermBinary::left' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1268:5: warning: Member variable 'TIntermBinary::right' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1307:5: warning: Member variable 'TIntermAggregate::optimize' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1307:5: warning: Member variable 'TIntermAggregate::debug' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1308:5: warning: Member variable 'TIntermAggregate::userDefined' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1308:5: warning: Member variable 'TIntermAggregate::optimize' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1308:5: warning: Member variable 'TIntermAggregate::debug' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:96:5: warning: Member variable 'TCall::visited' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:96:5: warning: Member variable 'TCall::currentPath' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:96:5: warning: Member variable 'TCall::errorGiven' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:96:5: warning: Member variable 'TCall::calleeBodyPosition' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:211:14: warning: Member variable 'TIntermediate::resources' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TArraySize >::allocator' is not assigned a value in 'glslang :: pool_allocator < TArraySize >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TTypeLoc >::allocator' is not assigned a value in 'glslang :: pool_allocator < TTypeLoc >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TConstUnion >::allocator' is not assigned a value in 'glslang :: pool_allocator < TConstUnion >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TIntermNode * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TIntermNode * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TStorageQualifier >::allocator' is not assigned a value in 'glslang :: pool_allocator < TStorageQualifier >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TConstUnionArray >::allocator' is not assigned a value in 'glslang :: pool_allocator < TConstUnionArray >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:988:13: performance: Variable 'name' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:81:5: style: Technically the member function 'glslang::TSmallArrayVector::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:81:5: style: Technically the member function 'glslang::TSmallArrayVector::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:221:5: style: Technically the member function 'glslang::TArraySizes::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:221:5: style: Technically the member function 'glslang::TArraySizes::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:238:10: style: Technically the member function 'glslang::TArraySizes::setDimSize' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:285:10: style: Technically the member function 'glslang::TArraySizes::isOuterSpecialization' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:314:10: style: Technically the member function 'glslang::TArraySizes::operator==' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/arrays.h:315:10: style: Technically the member function 'glslang::TArraySizes::operator!=' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:105:10: performance: Technically the member function 'glslang::TSampler::hasReturnStruct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1148:5: style: Technically the member function 'glslang::TType::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1148:5: style: Technically the member function 'glslang::TType::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:44:5: style: Technically the member function 'glslang::TConstUnion::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:44:5: style: Technically the member function 'glslang::TConstUnion::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:560:5: style: Technically the member function 'glslang::TConstUnionArray::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:560:5: style: Technically the member function 'glslang::TConstUnionArray::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:805:5: style: Technically the member function 'TIntermNode::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:805:5: style: Technically the member function 'TIntermNode::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1416:5: style: Technically the member function 'glslang::TIntermTraverser::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1416:5: style: Technically the member function 'glslang::TIntermTraverser::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:362:10: style: Technically the member function 'glslang::TIntermediate::usingHlslIoMapping' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:422:10: performance: Technically the member function 'glslang::TIntermediate::areAllChildConst' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Constant.cpp:962:21: note: Technically the member function 'glslang::TIntermediate::areAllChildConst' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:422:10: note: Technically the member function 'glslang::TIntermediate::areAllChildConst' can be static.
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TArraySize >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TTypeLoc >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnion >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermNode * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TStorageQualifier >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TConstUnionArray >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:583:9: style: Class 'TConstUnionArray' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:572:51: style: Value of pointer 'unionArray', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1361:18: warning: Virtual function 'isMatrix' is called from constructor 'TType(TBasicType t=EbtVoid,TStorageQualifier q=EvqTemporary,int vs=1,int mc=0,int mr=0,bool isVector=false)' at line 1159. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1159:42: note: Calling isMatrix
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1361:18: note: isMatrix is a virtual method
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1361:18: warning: Virtual function 'isMatrix' is called from constructor 'TType(TBasicType t,TStorageQualifier q,TPrecisionQualifier p,int vs=1,int mc=0,int mr=0,bool isVector=false)' at line 1172. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1172:42: note: Calling isMatrix
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1361:18: note: isMatrix is a virtual method
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1360:18: warning: Virtual function 'isVector' is called from constructor 'TType(const TType&type,int derefIndex,bool rowMajor=false)' at line 1231. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1231:48: note: Calling isVector
love-11.1/src/libraries/glslang/glslang/Include/Types.h:1360:18: note: isVector is a virtual method
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:859:5: style: Class 'TIntermTyped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:860:5: style: Class 'TIntermTyped' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1252:5: style: Class 'TIntermOperator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1268:5: style: Class 'TIntermBinary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1288:5: style: Class 'TIntermUnary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1308:5: style: Class 'TIntermAggregate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TArraySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TArraySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TTypeLoc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TTypeLoc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TConstUnion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TConstUnion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TIntermNode * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TIntermNode * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TStorageQualifier >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TStorageQualifier >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TConstUnionArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TConstUnionArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TArraySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TArraySize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TTypeLoc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TTypeLoc >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TConstUnion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TConstUnion >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TIntermNode * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TIntermNode * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TStorageQualifier >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TStorageQualifier >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TConstUnionArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TConstUnionArray >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/ConstantUnion.h:558:1: warning: The class 'TConstUnionArray' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:5: style: Class 'TVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:5: style: Class 'TVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.cpp:4308:32: style: Redundant condition: profile==EEsProfile. 'profile!=EEsProfile || (profile==EEsProfile && version>=310)' is equivalent to 'profile!=EEsProfile || version>=310' [redundantCondition]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:84:14: warning: Member variable 'TSymbol::uniqueId' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:218:14: warning: Member variable 'TFunction::declaredBuiltIn' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TParameter >::allocator' is not assigned a value in 'glslang :: pool_allocator < TParameter >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:83:5: style: Technically the member function 'glslang::TSymbol::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:83:5: style: Technically the member function 'glslang::TSymbol::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:362:5: style: Technically the member function 'glslang::TSymbolTableLevel::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:362:5: style: Technically the member function 'glslang::TSymbolTableLevel::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:504:10: style: Technically the member function 'glslang::TSymbolTableLevel::getPreviousDefaultPrecisions' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:577:10: performance: Technically the member function 'glslang::TSymbolTable::isSharedLevel' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:578:10: performance: Technically the member function 'glslang::TSymbolTable::isBuiltInLevel' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:579:10: performance: Technically the member function 'glslang::TSymbolTable::isGlobalLevel' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:581:10: style: Technically the member function 'glslang::TSymbolTable::isEmpty' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:798:9: style: Technically the member function 'glslang::TSymbolTable::getMaxSymbolId' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:61:5: style: Technically the member function 'glslang::TBuiltInParseables::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:61:5: style: Technically the member function 'glslang::TBuiltInParseables::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:85:5: style: Technically the member function 'glslang::TBuiltIns::operatordelete' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:85:5: style: Technically the member function 'glslang::TBuiltIns::operatordelete[]' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TParameter >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TParameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TParameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TParameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TParameter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:158:24: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:85:22: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:158:24: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:161:24: style: The function 'getAsVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:99:24: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:161:24: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:162:30: style: The function 'getAsVariable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:100:30: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:162:30: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:163:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:102:26: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:163:26: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:164:20: style: The function 'getWritableType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:103:20: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:164:20: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:174:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:117:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:174:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:328:26: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:85:22: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:328:26: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:331:32: style: The function 'getAsAnonMember' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:101:32: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:331:32: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:335:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:102:26: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:335:26: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:341:20: style: The function 'getWritableType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:103:20: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:341:20: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:349:18: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:117:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:349:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:88:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:64:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:88:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:89:10: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:65:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:89:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:91:10: style: The function 'identifyBuiltIns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:69:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:91:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:93:10: style: The function 'identifyBuiltIns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:71:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Initialize.h:93:10: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/IntermTraverse.cpp:158:101: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/IntermTraverse.cpp:167:91: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:66:45: style: Function 'addSymbol' argument 1 names different: declaration 'Id' definition 'id'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:624:34: note: Function 'addSymbol' argument 1 names different: declaration 'Id' definition 'id'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:66:45: note: Function 'addSymbol' argument 1 names different: declaration 'Id' definition 'id'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:67:55: style: Function 'addSymbol' argument 5 names different: declaration 'subtree' definition 'constSubtree'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:624:107: note: Function 'addSymbol' argument 5 names different: declaration 'subtree' definition 'constSubtree'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:67:55: note: Function 'addSymbol' argument 5 names different: declaration 'subtree' definition 'constSubtree'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:379:71: style: Function 'addBuiltInFunctionCall' argument 1 names different: declaration 'line' definition 'loc'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:413:60: note: Function 'addBuiltInFunctionCall' argument 1 names different: declaration 'line' definition 'loc'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:379:71: note: Function 'addBuiltInFunctionCall' argument 1 names different: declaration 'line' definition 'loc'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:1617:79: style: Function 'addSelection' argument 2 names different: declaration 'code' definition 'nodePair'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:423:68: note: Function 'addSelection' argument 2 names different: declaration 'code' definition 'nodePair'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:1617:79: note: Function 'addSelection' argument 2 names different: declaration 'code' definition 'nodePair'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:63:0: warning: Member variable 'glslang :: TSwizzleSelectors < int >::components' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:415:15: performance: Technically the member function 'glslang::TIntermediate::mapTypeToConstructorOp' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:1245:26: note: Technically the member function 'glslang::TIntermediate::mapTypeToConstructorOp' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:415:15: note: Technically the member function 'glslang::TIntermediate::mapTypeToConstructorOp' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:636:10: performance: Technically the member function 'glslang::TIntermediate::isSpecializationOperation' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:2111:21: note: Technically the member function 'glslang::TIntermediate::isSpecializationOperation' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:636:10: note: Technically the member function 'glslang::TIntermediate::isSpecializationOperation' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:637:10: style: Technically the member function 'glslang::TIntermediate::promoteUnary' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:2305:21: note: Technically the member function 'glslang::TIntermediate::promoteUnary' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:637:10: note: Technically the member function 'glslang::TIntermediate::promoteUnary' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:638:10: style: Technically the member function 'glslang::TIntermediate::promoteBinary' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:2402:21: note: Technically the member function 'glslang::TIntermediate::promoteBinary' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:638:10: note: Technically the member function 'glslang::TIntermediate::promoteBinary' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:640:10: style: Technically the member function 'glslang::TIntermediate::promoteAggregate' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:2799:21: note: Technically the member function 'glslang::TIntermediate::promoteAggregate' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:640:10: note: Technically the member function 'glslang::TIntermediate::promoteAggregate' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:641:10: style: Technically the member function 'glslang::TIntermediate::pushSelector' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:1846:21: note: Technically the member function 'glslang::TIntermediate::pushSelector' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:641:10: note: Technically the member function 'glslang::TIntermediate::pushSelector' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:642:10: style: Technically the member function 'glslang::TIntermediate::pushSelector' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:1853:21: note: Technically the member function 'glslang::TIntermediate::pushSelector' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:642:10: note: Technically the member function 'glslang::TIntermediate::pushSelector' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:643:10: performance: Technically the member function 'glslang::TIntermediate::specConstantPropagates' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:3188:21: note: Technically the member function 'glslang::TIntermediate::specConstantPropagates' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:643:10: note: Technically the member function 'glslang::TIntermediate::specConstantPropagates' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:644:10: performance: Technically the member function 'glslang::TIntermediate::performTextureUpgradeAndSamplerRemovalTransformation' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:3224:21: note: Technically the member function 'glslang::TIntermediate::performTextureUpgradeAndSamplerRemovalTransformation' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:644:10: note: Technically the member function 'glslang::TIntermediate::performTextureUpgradeAndSamplerRemovalTransformation' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:114:110: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:186:111: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:210:89: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:225:106: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:262:105: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Intermediate.cpp:273:89: performance: Function parameter 'loc' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseContextBase.cpp:459:100: style: Function 'parseSwizzleSelector' argument 3 names different: declaration 'size' definition 'vecSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:209:78: note: Function 'parseSwizzleSelector' argument 3 names different: declaration 'size' definition 'vecSize'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseContextBase.cpp:459:100: note: Function 'parseSwizzleSelector' argument 3 names different: declaration 'size' definition 'vecSize'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:75:5: warning: Member variable 'TParseContextBase::currentFunctionType' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:75:5: warning: Member variable 'TParseContextBase::functionReturnsValue' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:75:5: warning: Member variable 'TParseContextBase::resources' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:75:5: warning: Member variable 'TParseContextBase::firstNewMember' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::allocator' is not assigned a value in 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < int >::allocator' is not assigned a value in 'glslang :: pool_allocator < int >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TString >::allocator' is not assigned a value in 'glslang :: pool_allocator < TString >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TSymbol * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TSymbol * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < const TFunction * >::allocator' is not assigned a value in 'glslang :: pool_allocator < const TFunction * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TIntermTyped * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TIntermTyped * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:204:22: performance: Technically the member function 'glslang::TParseContextBase::selectFunction' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseContextBase.cpp:323:37: note: Technically the member function 'glslang::TParseContextBase::selectFunction' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:204:22: note: Technically the member function 'glslang::TParseContextBase::selectFunction' can be static.
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < int >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < int >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < int >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < int >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < int >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < int >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < int >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TString >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TSymbol * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:277:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:289:0: style: Technically the member function 'glslang :: pool_allocator < const TFunction * >::allocate' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:291:0: style: Technically the member function 'glslang :: pool_allocator < const TFunction * >::allocate' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:297:0: style: Technically the member function 'glslang :: pool_allocator < const TFunction * >::_Charalloc' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < const TFunction * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermTyped * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Scan.h:62:9: style: Class 'TInputScanner' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Scan.h:62:9: style: Class 'TInputScanner' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:191:22: warning: The class 'TParseContext' defines member variable with name 'resources' also defined in its parent class 'TParseContextBase'. [duplInheritedMember]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:433:22: note: The class 'TParseContext' defines member variable with name 'resources' also defined in its parent class 'TParseContextBase'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:191:22: note: The class 'TParseContext' defines member variable with name 'resources' also defined in its parent class 'TParseContextBase'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:192:14: warning: The class 'TParseContext' defines member variable with name 'limits' also defined in its parent class 'TParseContextBase'. [duplInheritedMember]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:434:14: note: The class 'TParseContext' defines member variable with name 'limits' also defined in its parent class 'TParseContextBase'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:192:14: note: The class 'TParseContext' defines member variable with name 'limits' also defined in its parent class 'TParseContextBase'.
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TSymbol * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TSymbol * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < const TFunction * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < const TFunction * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TIntermTyped * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TIntermTyped * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , TExtensionBehavior > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TString >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TSymbol * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TSymbol * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < const TFunction * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < const TFunction * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TIntermTyped * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TIntermTyped * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:96:27: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:92:25: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:96:27: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:98:28: style: The function 'warn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:94:26: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:98:28: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:100:25: style: The function 'ppError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:96:25: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:100:25: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:102:26: style: The function 'ppWarn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:98:25: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:102:26: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5205:29: warning: Either the condition 'symbol!=nullptr' is redundant or there is possible null pointer dereference: symbol. [nullPointerRedundantCheck]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5195:16: note: Assuming that condition 'symbol!=nullptr' is not redundant
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5205:29: note: Null pointer dereference
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5208:21: warning: Either the condition 'symbol!=nullptr' is redundant or there is possible null pointer dereference: symbol. [nullPointerRedundantCheck]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5195:16: note: Assuming that condition 'symbol!=nullptr' is not redundant
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5208:21: note: Null pointer dereference
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5551:39: warning: Either the condition 'aggrNode' is redundant or there is possible null pointer dereference: aggrNode. [nullPointerRedundantCheck]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5523:9: note: Assuming that condition 'aggrNode' is not redundant
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5551:39: note: Null pointer dereference
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4114:17: style: The scope of the variable 'nonLiteralFeature' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4141:21: style: The scope of the variable 'feature' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4151:21: style: The scope of the variable 'feature' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5347:25: style: The scope of the variable 'initFeature' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2053:77: style: Function 'reservedPpErrorCheck' argument 2 names different: declaration 'name' definition 'identifier'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:284:62: note: Function 'reservedPpErrorCheck' argument 2 names different: declaration 'name' definition 'identifier'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2053:77: note: Function 'reservedPpErrorCheck' argument 2 names different: declaration 'name' definition 'identifier'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2997:78: style: Function 'structArrayCheck' argument 2 names different: declaration 'structure' definition 'type'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:340:59: note: Function 'structArrayCheck' argument 2 names different: declaration 'structure' definition 'type'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2997:78: note: Function 'structArrayCheck' argument 2 names different: declaration 'structure' definition 'type'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3434:77: style: Function 'redeclareBuiltinBlock' argument 2 names different: declaration 'typeList' definition 'newTypeList'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:363:62: note: Function 'redeclareBuiltinBlock' argument 2 names different: declaration 'typeList' definition 'newTypeList'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3434:77: note: Function 'redeclareBuiltinBlock' argument 2 names different: declaration 'typeList' definition 'newTypeList'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4389:61: style: Function 'mergeObjectLayoutQualifiers' argument 1 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:381:50: note: Function 'mergeObjectLayoutQualifiers' argument 1 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4389:61: note: Function 'mergeObjectLayoutQualifiers' argument 1 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5130:133: style: Function 'declareVariable' argument 4 names different: declaration 'typeArray' definition 'arraySizes'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:394:107: note: Function 'declareVariable' argument 4 names different: declaration 'typeArray' definition 'arraySizes'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5130:133: note: Function 'declareVariable' argument 4 names different: declaration 'typeArray' definition 'arraySizes'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:6451:106: style: Function 'addSwitch' argument 3 names different: declaration 'body' definition 'lastStatements'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:409:91: note: Function 'addSwitch' argument 3 names different: declaration 'body' definition 'lastStatements'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:6451:106: note: Function 'addSwitch' argument 3 names different: declaration 'body' definition 'lastStatements'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:298:21: warning: Accessing an item in container 'inputStack'. Either the condition 'inputStack.empty()' is redundant or 'inputStack' can be empty. [containerOutOfBounds]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:299:56: note: Assuming that condition 'inputStack.empty()' is not redundant
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:298:21: note: Access out of bounds
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1906:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:5561:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3845:20: warning: Assert statement calls a function which may have desired side effects: 'getAsVariable'. [assertWithSideEffect]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2776:0: style: Boolean variable 'invariant' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2777:0: style: Boolean variable 'noContraction' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2778:0: style: Boolean variable 'centroid' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2779:0: style: Boolean variable 'smooth' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2780:0: style: Boolean variable 'flat' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2781:0: style: Boolean variable 'nopersp' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2785:0: style: Boolean variable 'patch' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2786:0: style: Boolean variable 'sample' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2787:0: style: Boolean variable 'coherent' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2788:0: style: Boolean variable 'volatil' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2790:0: style: Boolean variable 'readonly' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2791:0: style: Boolean variable 'writeonly' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2792:0: style: Boolean variable 'specConstant' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:50:16: warning: Member variable 'TParseContext::currentBlockQualifier' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:50:16: warning: Member variable 'TParseContext::resources' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:320:9: warning: Member variable 'tMacroInput::mac' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:514:9: warning: Member variable 'TokenizableIncludeFile::names' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < std :: pair < TString const , int > >::allocator' is not assigned a value in 'glslang :: pool_allocator < std :: pair < TString const , int > >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::allocator' is not assigned a value in 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < const TString * >::allocator' is not assigned a value in 'glslang :: pool_allocator < const TString * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < unsigned char >::allocator' is not assigned a value in 'glslang :: pool_allocator < unsigned char >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TokenStream * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TokenStream * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:287:10: performance: Technically the member function 'glslang::TParseContext::builtInName' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2114:21: note: Technically the member function 'glslang::TParseContext::builtInName' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:287:10: note: Technically the member function 'glslang::TParseContext::builtInName' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:298:10: style: Technically the member function 'glslang::TParseContext::handleIoResizeArrayAccess' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:510:21: note: Technically the member function 'glslang::TParseContext::handleIoResizeArrayAccess' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:298:10: note: Technically the member function 'glslang::TParseContext::handleIoResizeArrayAccess' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:301:10: style: Technically the member function 'glslang::TParseContext::checkIoArrayConsistency' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:566:21: note: Technically the member function 'glslang::TParseContext::checkIoArrayConsistency' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:301:10: note: Technically the member function 'glslang::TParseContext::checkIoArrayConsistency' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:311:10: performance: Technically the member function 'glslang::TParseContext::computeBuiltinPrecisions' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1091:21: note: Technically the member function 'glslang::TParseContext::computeBuiltinPrecisions' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:311:10: note: Technically the member function 'glslang::TParseContext::computeBuiltinPrecisions' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:313:10: style: Technically the member function 'glslang::TParseContext::checkLocation' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1179:21: note: Technically the member function 'glslang::TParseContext::checkLocation' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:313:10: note: Technically the member function 'glslang::TParseContext::checkLocation' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:320:10: performance: Technically the member function 'glslang::TParseContext::samplerConstructorLocationCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1745:21: note: Technically the member function 'glslang::TParseContext::samplerConstructorLocationCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:320:10: note: Technically the member function 'glslang::TParseContext::samplerConstructorLocationCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:322:10: style: Technically the member function 'glslang::TParseContext::handlePrecisionQualifier' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1779:21: note: Technically the member function 'glslang::TParseContext::handlePrecisionQualifier' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:322:10: note: Technically the member function 'glslang::TParseContext::handlePrecisionQualifier' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:325:10: performance: Technically the member function 'glslang::TParseContext::assignError' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1799:21: note: Technically the member function 'glslang::TParseContext::assignError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:325:10: note: Technically the member function 'glslang::TParseContext::assignError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:326:10: performance: Technically the member function 'glslang::TParseContext::unaryOpError' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1808:21: note: Technically the member function 'glslang::TParseContext::unaryOpError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:326:10: note: Technically the member function 'glslang::TParseContext::unaryOpError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:327:10: performance: Technically the member function 'glslang::TParseContext::binaryOpError' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1818:21: note: Technically the member function 'glslang::TParseContext::binaryOpError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:327:10: note: Technically the member function 'glslang::TParseContext::binaryOpError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:331:10: performance: Technically the member function 'glslang::TParseContext::constantValueCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:1997:21: note: Technically the member function 'glslang::TParseContext::constantValueCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:331:10: note: Technically the member function 'glslang::TParseContext::constantValueCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:332:10: performance: Technically the member function 'glslang::TParseContext::integerCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2007:21: note: Technically the member function 'glslang::TParseContext::integerCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:332:10: note: Technically the member function 'glslang::TParseContext::integerCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:335:10: performance: Technically the member function 'glslang::TParseContext::constructorTextureSamplerError' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2375:21: note: Technically the member function 'glslang::TParseContext::constructorTextureSamplerError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:335:10: note: Technically the member function 'glslang::TParseContext::constructorTextureSamplerError' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:336:10: performance: Technically the member function 'glslang::TParseContext::arraySizeCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2904:21: note: Technically the member function 'glslang::TParseContext::arraySizeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:336:10: note: Technically the member function 'glslang::TParseContext::arraySizeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:339:10: performance: Technically the member function 'glslang::TParseContext::arraySizeRequiredCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2991:21: note: Technically the member function 'glslang::TParseContext::arraySizeRequiredCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:339:10: note: Technically the member function 'glslang::TParseContext::arraySizeRequiredCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:345:10: performance: Technically the member function 'glslang::TParseContext::arrayDimMerge' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3101:21: note: Technically the member function 'glslang::TParseContext::arrayDimMerge' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:345:10: note: Technically the member function 'glslang::TParseContext::arrayDimMerge' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:346:10: performance: Technically the member function 'glslang::TParseContext::voidErrorCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2437:21: note: Technically the member function 'glslang::TParseContext::voidErrorCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:346:10: note: Technically the member function 'glslang::TParseContext::voidErrorCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:347:10: performance: Technically the member function 'glslang::TParseContext::boolCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2448:21: note: Technically the member function 'glslang::TParseContext::boolCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:347:10: note: Technically the member function 'glslang::TParseContext::boolCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:348:10: performance: Technically the member function 'glslang::TParseContext::boolCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2455:21: note: Technically the member function 'glslang::TParseContext::boolCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:348:10: note: Technically the member function 'glslang::TParseContext::boolCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:357:9: performance: Technically the member function 'glslang::TParseContext::computeSamplerTypeIndex' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2833:20: note: Technically the member function 'glslang::TParseContext::computeSamplerTypeIndex' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:357:9: note: Technically the member function 'glslang::TParseContext::computeSamplerTypeIndex' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:360:10: performance: Technically the member function 'glslang::TParseContext::parameterTypeCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:2879:21: note: Technically the member function 'glslang::TParseContext::parameterTypeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:360:10: note: Technically the member function 'glslang::TParseContext::parameterTypeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:364:10: performance: Technically the member function 'glslang::TParseContext::paramCheckFix' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3604:21: note: Technically the member function 'glslang::TParseContext::paramCheckFix' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:364:10: note: Technically the member function 'glslang::TParseContext::paramCheckFix' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:370:10: performance: Technically the member function 'glslang::TParseContext::specializationCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3683:21: note: Technically the member function 'glslang::TParseContext::specializationCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:370:10: note: Technically the member function 'glslang::TParseContext::specializationCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:371:10: performance: Technically the member function 'glslang::TParseContext::structTypeCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3689:21: note: Technically the member function 'glslang::TParseContext::structTypeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:371:10: note: Technically the member function 'glslang::TParseContext::structTypeCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:381:10: performance: Technically the member function 'glslang::TParseContext::mergeObjectLayoutQualifiers' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4389:21: note: Technically the member function 'glslang::TParseContext::mergeObjectLayoutQualifiers' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:381:10: note: Technically the member function 'glslang::TParseContext::mergeObjectLayoutQualifiers' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:386:10: style: Technically the member function 'glslang::TParseContext::checkNoShaderLayouts' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:4827:21: note: Technically the member function 'glslang::TParseContext::checkNoShaderLayouts' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:386:10: note: Technically the member function 'glslang::TParseContext::checkNoShaderLayouts' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:406:10: style: Technically the member function 'glslang::TParseContext::invariantCheck' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:6206:21: note: Technically the member function 'glslang::TParseContext::invariantCheck' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:406:10: note: Technically the member function 'glslang::TParseContext::invariantCheck' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:414:10: performance: Technically the member function 'glslang::TParseContext::nonInitConstCheck' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.cpp:3268:21: note: Technically the member function 'glslang::TParseContext::nonInitConstCheck' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:414:10: note: Technically the member function 'glslang::TParseContext::nonInitConstCheck' can be static.
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , int > >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , int > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , int > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , int > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < TString const , int > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:277:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:289:0: style: Technically the member function 'glslang :: pool_allocator < const TString * >::allocate' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:291:0: style: Technically the member function 'glslang :: pool_allocator < const TString * >::allocate' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:297:0: style: Technically the member function 'glslang :: pool_allocator < const TString * >::_Charalloc' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < const TString * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < unsigned char >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TokenStream * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:320:9: style: Class 'tMacroInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:347:9: style: Class 'tMarkerInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:363:9: style: Class 'tZeroInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < const TString * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < const TString * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:177:0: style: Class 'glslang :: TVector < TokenStream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/Common.h:178:0: style: Class 'glslang :: TVector < TokenStream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < std :: pair < TString const , int > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < std :: pair < int const , MacroSymbol > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < const TString * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < const TString * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TokenStream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TokenStream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/PoolAlloc.cpp:72:17: warning: Member variable 'TPoolAllocator::totalBytes' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:110:10: performance: Technically the member function 'glslang::TAllocation::checkGuardBlock' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/PoolAlloc.cpp:156:19: note: Technically the member function 'glslang::TAllocation::checkGuardBlock' can be static.
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:110:10: note: Technically the member function 'glslang::TAllocation::checkGuardBlock' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:48:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:48:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:53:18: style: The function 'visitBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1428:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:53:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:60:18: style: The function 'visitUnary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1429:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:60:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:67:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:67:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:74:18: style: The function 'visitSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1430:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:74:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:81:18: style: The function 'visitSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1434:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:81:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:88:18: style: The function 'visitConstantUnion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1427:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:88:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:93:18: style: The function 'visitLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1432:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:93:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:100:18: style: The function 'visitBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1433:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/RemoveTree.cpp:100:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ScanContext.h:53:14: warning: Member variable 'TScanContext::loc' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ScanContext.h:53:14: warning: Member variable 'TScanContext::parserToken' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ScanContext.h:53:14: warning: Member variable 'TScanContext::ppToken' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ScanContext.h:53:14: warning: Member variable 'TScanContext::tokenText' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ScanContext.h:53:14: warning: Member variable 'TScanContext::keyword' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1406:28: warning: Either the condition 'linker==0' is redundant or there is possible null pointer dereference: linker. [nullPointerRedundantCheck]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1408:16: note: Assuming that condition 'linker==0' is not redundant
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1406:28: note: Null pointer dereference
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:882:14: style: Same expression on both sides of '==' because the value of '2' and 'numPre' are the same. [duplicateExpression]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:744:24: note: 'numPre' is assigned value '2' here.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:882:14: note: Same expression on both sides of '==' because the value of '2' and 'numPre' are the same.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1329:16: style: Function 'ShCompile' argument 4 names different: declaration 'lengths' definition 'inputLengths'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:244:16: note: Function 'ShCompile' argument 4 names different: declaration 'lengths' definition 'inputLengths'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1329:16: note: Function 'ShCompile' argument 4 names different: declaration 'lengths' definition 'inputLengths'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1381:20: style: Function 'ShLinkExt' argument 2 names different: declaration 'h' definition 'compHandles'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:255:20: note: Function 'ShLinkExt' argument 2 names different: declaration 'h' definition 'compHandles'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1381:20: note: Function 'ShLinkExt' argument 2 names different: declaration 'h' definition 'compHandles'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1543:41: style: Function 'ShGetUniformLocation' argument 1 names different: declaration 'uniformMap' definition 'handle'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:281:58: note: Function 'ShGetUniformLocation' argument 1 names different: declaration 'uniformMap' definition 'handle'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1543:41: note: Function 'ShGetUniformLocation' argument 1 names different: declaration 'uniformMap' definition 'handle'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1653:47: style: Function 'setSourceEntryPoint' argument 1 names different: declaration 'sourceEntryPointName' definition 'name'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:358:42: note: Function 'setSourceEntryPoint' argument 1 names different: declaration 'sourceEntryPointName' definition 'name'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1653:47: note: Function 'setSourceEntryPoint' argument 1 names different: declaration 'sourceEntryPointName' definition 'name'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1728:39: style: Function 'preprocess' argument 7 names different: declaration 'outputString' definition 'output_string'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:506:79: note: Function 'preprocess' argument 7 names different: declaration 'outputString' definition 'output_string'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1728:39: note: Function 'preprocess' argument 7 names different: declaration 'outputString' definition 'output_string'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1904:47: style: Function 'getUniformBlockName' argument 1 names different: declaration 'blockIndex' definition 'index'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:639:41: note: Function 'getUniformBlockName' argument 1 names different: declaration 'blockIndex' definition 'index'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1904:47: note: Function 'getUniformBlockName' argument 1 names different: declaration 'blockIndex' definition 'index'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1905:39: style: Function 'getUniformBlockSize' argument 1 names different: declaration 'blockIndex' definition 'index'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:640:33: note: Function 'getUniformBlockSize' argument 1 names different: declaration 'blockIndex' definition 'index'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1905:39: note: Function 'getUniformBlockSize' argument 1 names different: declaration 'blockIndex' definition 'index'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1602:10: warning: Member variable 'TShader::numStrings' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.h:89:5: warning: Member variable 'TObjectReflection::counterIndex' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:509:17: style: Technically the member function 'glslang::TShader::getInfoLog' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1744:22: note: Technically the member function 'glslang::TShader::getInfoLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:509:17: note: Technically the member function 'glslang::TShader::getInfoLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:510:17: style: Technically the member function 'glslang::TShader::getInfoDebugLog' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1749:22: note: Technically the member function 'glslang::TShader::getInfoDebugLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:510:17: note: Technically the member function 'glslang::TShader::getInfoDebugLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:629:17: style: Technically the member function 'glslang::TProgram::getInfoLog' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1870:23: note: Technically the member function 'glslang::TProgram::getInfoLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:629:17: note: Technically the member function 'glslang::TProgram::getInfoLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:630:17: style: Technically the member function 'glslang::TProgram::getInfoDebugLog' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1875:23: note: Technically the member function 'glslang::TProgram::getInfoDebugLog' can be const.
love-11.1/src/libraries/glslang/glslang/Public/ShaderLang.h:630:17: note: Technically the member function 'glslang::TProgram::getInfoDebugLog' can be const.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1093:8: style: Technically the member function '::DoFullParse::operator()' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1605:5: style: Class 'TShader' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:844:0: error: Memory leak: lengths [memleak]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:844:0: error: Memory leak: strings [memleak]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:844:0: error: Memory leak: names [memleak]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:726:23: performance: Function parameter 'sourceEntryPointName' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ShaderLang.cpp:1177:23: performance: Function parameter 'sourceEntryPointName' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:185:35: style: Function 'dump' argument 1 names different: declaration 'infoSink' definition 'TInfoSink'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.h:349:34: note: Function 'dump' argument 1 names different: declaration 'infoSink' definition 'TInfoSink'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:185:35: note: Function 'dump' argument 1 names different: declaration 'infoSink' definition 'TInfoSink'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:273:10: warning: Member variable 'TSymbol::numExtensions' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:273:10: warning: Member variable 'TSymbol::extensions' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:280:12: warning: Member variable 'TVariable::anonId' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/SymbolTable.cpp:306:12: warning: Member variable 'TFunction::declaredBuiltIn' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:414:64: style: Function 'requireProfile' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:64:56: note: Function 'requireProfile' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:414:64: note: Function 'requireProfile' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:453:65: style: Function 'profileRequires' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:65:57: note: Function 'profileRequires' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:453:65: note: Function 'profileRequires' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:507:65: style: Function 'checkDeprecated' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:69:57: note: Function 'checkDeprecated' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:507:65: note: Function 'checkDeprecated' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:524:67: style: Function 'requireNotRemoved' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseVersions.h:70:59: note: Function 'requireNotRemoved' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/Versions.cpp:524:67: note: Function 'requireNotRemoved' argument 2 names different: declaration 'queryProfiles' definition 'profileMask'.
* yacc.c:358  *:2449:50: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
* yacc.c:358  *:2483:15: note: Assuming that condition 'yytoken!=-2' is not redundant
* yacc.c:358  *:2449:50: note: Negative array index
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:95:5: style: Class 'TOutputTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:97:18: style: The function 'visitBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1428:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:97:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:98:18: style: The function 'visitUnary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1429:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:98:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:99:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:99:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:100:18: style: The function 'visitSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1430:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:100:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:101:18: style: The function 'visitConstantUnion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1427:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:101:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:102:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:102:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:103:18: style: The function 'visitLoop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1432:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:103:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:104:18: style: The function 'visitBranch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1433:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:104:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:105:18: style: The function 'visitSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1434:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/intermOut.cpp:105:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.h:58:10: performance: Technically the member function 'glslang::TIoMapper::addStage' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:702:17: note: Technically the member function 'glslang::TIoMapper::addStage' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.h:58:10: note: Technically the member function 'glslang::TIoMapper::addStage' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:80:19: style: Technically the member function 'glslang::TVarEntryInfo::TOrderById::operator()' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:93:21: style: Technically the member function 'glslang::TVarEntryInfo::TOrderByPriority::operator()' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:413:9: style: Technically the member function 'glslang::TDefaultIoResolverBase::resolveSet' can be const. [functionConst]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:497:9: performance: Technically the member function 'glslang::TDefaultIoResolverBase::selectBaseBinding' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:534:5: style: Struct 'TDefaultIoResolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:638:5: style: Struct 'TDefaultHlslIoResolver' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/LiveTraverser.h:88:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/LiveTraverser.h:88:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/LiveTraverser.h:98:18: style: The function 'visitSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1430:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/LiveTraverser.h:98:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:128:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:128:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:166:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/iomapper.cpp:166:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:132:67: style: Function 'inductiveLoopBodyCheck' argument 2 names different: declaration 'loopIndexId' definition 'loopId'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/ParseHelper.h:376:51: note: Function 'inductiveLoopBodyCheck' argument 2 names different: declaration 'loopIndexId' definition 'loopId'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:132:67: note: Function 'inductiveLoopBodyCheck' argument 2 names different: declaration 'loopIndexId' definition 'loopId'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:66:5: warning: Member variable 'TInductiveTraverser::badLoc' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:153:5: warning: Member variable 'TIndexTraverser::badLoc' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:153:5: style: Class 'TIndexTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:69:18: style: The function 'visitBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1428:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:69:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:70:18: style: The function 'visitUnary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1429:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:70:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:71:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:71:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:154:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:154:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:155:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/limits.cpp:155:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:93:68: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:46:5: warning: Member variable 'TConstTraverser::size' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:441:10: performance: Technically the member function 'glslang::TIntermediate::parseConstTree' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:190:21: note: Technically the member function 'glslang::TIntermediate::parseConstTree' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/localintermediate.h:441:10: note: Technically the member function 'glslang::TIntermediate::parseConstTree' can be static.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:51:18: style: The function 'visitConstantUnion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1427:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:51:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:52:18: style: The function 'visitAggregate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1431:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/parseConst.cpp:52:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:905:13: style: Variable 'token' is reassigned a value before the old one has been used. [redundantAssignment]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:904:13: note: Variable 'token' is reassigned a value before the old one has been used.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:905:13: note: Variable 'token' is reassigned a value before the old one has been used.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:1160:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:299:37: style: Function 'extraTokenCheck' argument 1 names different: declaration 'atom' definition 'contextAtom'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:383:29: note: Function 'extraTokenCheck' argument 1 names different: declaration 'atom' definition 'contextAtom'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/Pp.cpp:299:37: note: Function 'extraTokenCheck' argument 1 names different: declaration 'atom' definition 'contextAtom'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::preambleLength' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::lengths' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::numStrings' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::currentString' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::errorOnVersion' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.cpp:85:13: warning: Member variable 'TPpContext::versionSeen' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpScanner.cpp:332:9: style: The scope of the variable 'len' can be reduced. [variableScope]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp:342:61: style: Function 'pushTokenStreamInput' argument 2 names different: declaration 'pasting' definition 'prepasting'. [funcArgNamesDifferent]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpContext.h:402:50: note: Function 'pushTokenStreamInput' argument 2 names different: declaration 'pasting' definition 'prepasting'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/preprocessor/PpTokens.cpp:342:61: note: Function 'pushTokenStreamInput' argument 2 names different: declaration 'pasting' definition 'prepasting'.
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:848:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:730:10: performance: Technically the member function '::TNoContractionPropagator::visitUnary' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:466:5: style: Class 'TNoContractionAssigneeCheckingTraverser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:196:0: style: Class 'StateSettingGuard < glslang :: TIntermAggregate * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:196:0: style: Class 'StateSettingGuard < std :: string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:191:0: performance: Function parameter 'new_state_value' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:197:0: performance: Function parameter 'new_state_value' should be passed by const reference. [passedByValue]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:534:13: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/propagateNoContraction.cpp:539:20: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:782:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:284:0: warning: Member variable 'glslang :: pool_allocator < TIntermBinary * >::allocator' is not assigned a value in 'glslang :: pool_allocator < TIntermBinary * >::operator='. [operatorEqVarError]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:363:10: performance: Technically the member function 'glslang::TReflectionTraverser::isReflectionGranularity' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:385:9: performance: Technically the member function 'glslang::TReflectionTraverser::mapSamplerToGlType' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:657:9: performance: Technically the member function 'glslang::TReflectionTraverser::mapToGlArraySize' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:278:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::address' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:294:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:295:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::deallocate' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:300:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::construct' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:301:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::destroy' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:306:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:307:0: performance: Technically the member function 'glslang :: pool_allocator < TIntermBinary * >::max_size' can be static. [functionStatic]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:281:0: style: Class 'glslang :: pool_allocator < TIntermBinary * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/Include/PoolAlloc.h:287:0: style: Class 'glslang :: pool_allocator < TIntermBinary * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:83:18: style: The function 'visitBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1428:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:83:18: note: Function in derived class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:84:18: style: The function 'visitSymbol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/libraries/glslang/glslang/Include/intermediate.h:1426:18: note: Virtual function in base class
love-11.1/src/libraries/glslang/glslang/MachineIndependent/reflection.cpp:84:18: note: Function in derived class
love-11.1/src/libraries/lodepng/lodepng.cpp:1509:8: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
love-11.1/src/libraries/lodepng/lodepng.cpp:1484:23: note: Assignment 'usezeros=1', assigned value is 1
love-11.1/src/libraries/lodepng/lodepng.cpp:1509:8: note: Condition 'usezeros' is always true
love-11.1/src/libraries/lodepng/lodepng.cpp:1634:12: style: Condition 'usezeros' is always true [knownConditionTrueFalse]
love-11.1/src/libraries/lodepng/lodepng.cpp:1484:23: note: Assignment 'usezeros=1', assigned value is 1
love-11.1/src/libraries/lodepng/lodepng.cpp:1634:12: note: Condition 'usezeros' is always true
love-11.1/src/libraries/lodepng/lodepng.cpp:5273:8: style: Condition '!error' is always true [knownConditionTrueFalse]
love-11.1/src/libraries/lodepng/lodepng.cpp:5227:20: note: Assignment 'error=0', assigned value is 0
love-11.1/src/libraries/lodepng/lodepng.cpp:5273:8: note: Condition '!error' is always true
love-11.1/src/libraries/lodepng/lodepng.cpp:3057:27: style: C-style pointer casting [cstyleCast]
love-11.1/src/libraries/lodepng/lodepng.cpp:306:31: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:616:12: style: The scope of the variable 'bits' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:616:18: style: The scope of the variable 'n' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:700:12: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:950:25: style: The scope of the variable 'ct' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1160:21: style: The scope of the variable 'forward' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1487:12: style: The scope of the variable 'offset' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1488:12: style: The scope of the variable 'length' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1491:12: style: The scope of the variable 'hashval' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1493:12: style: The scope of the variable 'prev_offset' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1494:24: style: The scope of the variable 'lastptr' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1495:12: style: The scope of the variable 'hashpos' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1765:10: style: The scope of the variable 'numcodes_ll' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1765:23: style: The scope of the variable 'numcodes_d' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1766:12: style: The scope of the variable 'HLIT' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1766:18: style: The scope of the variable 'HDIST' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1766:25: style: The scope of the variable 'HCLEN' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:1979:10: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:2194:10: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:2600:10: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:2614:10: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:3771:12: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:4243:12: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:4359:20: style: The scope of the variable 'string2_begin' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:4408:20: style: The scope of the variable 'begin' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:4408:27: style: The scope of the variable 'compressed' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:4931:10: style: The scope of the variable 'i' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:5264:12: style: The scope of the variable 'smallest' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:5265:25: style: The scope of the variable 'bestType' can be reduced. [variableScope]
love-11.1/src/libraries/lodepng/lodepng.cpp:2359:45: style: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'. [funcArgNamesDifferent]
love-11.1/src/libraries/lodepng/lodepng.h:738:45: note: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'.
love-11.1/src/libraries/lodepng/lodepng.cpp:2359:45: note: Function 'lodepng_crc32' argument 1 names different: declaration 'buf' definition 'data'.
love-11.1/src/libraries/lodepng/lodepng.cpp:2359:58: style: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'. [funcArgNamesDifferent]
love-11.1/src/libraries/lodepng/lodepng.h:738:57: note: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'.
love-11.1/src/libraries/lodepng/lodepng.cpp:2359:58: note: Function 'lodepng_crc32' argument 2 names different: declaration 'len' definition 'length'.
love-11.1/src/libraries/lodepng/lodepng.cpp:3570:57: style: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'. [funcArgNamesDifferent]
love-11.1/src/libraries/lodepng/lodepng.h:576:57: note: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
love-11.1/src/libraries/lodepng/lodepng.cpp:3570:57: note: Function 'lodepng_get_color_profile' argument 2 names different: declaration 'image' definition 'in'.
love-11.1/src/libraries/lodepng/lodepng.cpp:3571:60: style: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'. [funcArgNamesDifferent]
love-11.1/src/libraries/lodepng/lodepng.h:577:60: note: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
love-11.1/src/libraries/lodepng/lodepng.cpp:3571:60: note: Function 'lodepng_get_color_profile' argument 5 names different: declaration 'mode_in' definition 'mode'.
love-11.1/src/libraries/lua53/lstrlib.c:199:8: style: struct member 'cD::c' is never used. [unusedStructMember]
love-11.1/src/libraries/lua53/lstrlib.c:200:27: style: union member 'Anonymous0::p' is never used. [unusedStructMember]
love-11.1/src/libraries/lua53/lutf8lib.c:65:23: style: The scope of the variable 'limits' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.c:69:74: style: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.h:38:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.c:69:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.c:145:56: style: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.h:42:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
love-11.1/src/libraries/luasocket/libluasocket/auxiliar.c:145:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
love-11.1/src/libraries/luasocket/libluasocket/inet.c:401:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
love-11.1/src/libraries/luasocket/libluasocket/inet.c:398:0: note: Variable 'err' is reassigned a value before the old one has been used.
love-11.1/src/libraries/luasocket/libluasocket/inet.c:401:5: note: Variable 'err' is reassigned a value before the old one has been used.
love-11.1/src/libraries/luasocket/libluasocket/mime.c:108:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:112:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:108:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:256:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:259:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:256:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:302:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:305:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:302:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:454:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:458:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:454:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:530:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:533:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:530:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:575:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:579:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:575:28: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:660:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:665:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:660:30: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:705:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:708:9: note: Assuming that condition '!input' is not redundant
love-11.1/src/libraries/luasocket/libluasocket/mime.c:705:30: note: Null pointer addition
love-11.1/src/libraries/luasocket/libluasocket/mime.c:148:26: style: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:33:26: note: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'.
love-11.1/src/libraries/luasocket/libluasocket/mime.c:148:26: note: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'.
love-11.1/src/libraries/luasocket/libluasocket/mime.c:352:25: style: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/mime.c:38:25: note: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'.
love-11.1/src/libraries/luasocket/libluasocket/mime.c:352:25: note: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'.
love-11.1/src/libraries/luasocket/libluasocket/tcp.c:289:12: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
love-11.1/src/libraries/luasocket/libluasocket/tcp.c:292:7: note: Found duplicate branches for 'if' and 'else'.
love-11.1/src/libraries/luasocket/libluasocket/tcp.c:289:12: note: Found duplicate branches for 'if' and 'else'.
love-11.1/src/libraries/luasocket/libluasocket/udp.c:367:17: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:199:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:233:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:256:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:279:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:308:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:341:9: style: The scope of the variable 'err' can be reduced. [variableScope]
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:130:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/socket.h:56:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:130:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:157:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/socket.h:54:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:157:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:179:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/socket.h:59:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:179:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:231:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/socket.h:43:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:231:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:278:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/luasocket/libluasocket/socket.h:45:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/luasocket/libluasocket/usocket.c:278:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
love-11.1/src/libraries/lz4/lz4.c:1192:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
love-11.1/src/libraries/lz4/lz4.c:1350:132: note: Calling function 'LZ4_decompress_generic', 10th argument 'dictStart' value is 0
love-11.1/src/libraries/lz4/lz4.c:1192:56: note: Null pointer addition
love-11.1/src/libraries/lz4/lz4.c:468:27: style: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:169:38: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
love-11.1/src/libraries/lz4/lz4.c:468:27: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
love-11.1/src/libraries/lz4/lz4.c:736:57: style: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:190:69: note: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:736:57: note: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:736:71: style: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:190:80: note: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:736:71: note: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:736:81: style: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:190:89: note: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:736:81: note: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:736:96: style: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:190:102: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:736:96: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:756:35: style: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:179:47: note: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:756:35: note: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:756:49: style: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:179:58: note: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:756:49: note: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:756:59: style: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:179:67: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:756:59: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:756:74: style: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:179:80: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:756:74: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:774:38: style: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:139:49: note: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:774:38: note: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:774:52: style: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:139:60: note: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:774:52: note: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:774:62: style: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:139:69: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:774:62: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:774:77: style: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:139:82: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:774:77: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1000:37: style: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:251:48: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1000:37: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1006:35: style: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:245:56: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1006:35: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1015:33: style: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:259:44: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
love-11.1/src/libraries/lz4/lz4.c:1015:33: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
love-11.1/src/libraries/lz4/lz4.c:1066:47: style: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:274:58: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1066:47: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1066:71: style: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:274:81: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1066:71: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1066:85: style: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:274:92: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1066:85: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1066:95: style: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:274:101: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1066:95: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1066:110: style: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:274:114: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1066:110: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1141:33: style: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:282:44: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
love-11.1/src/libraries/lz4/lz4.c:1141:33: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
love-11.1/src/libraries/lz4/lz4.c:1348:37: style: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:150:49: note: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1348:37: note: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1348:51: style: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:150:60: note: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1348:51: note: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1348:81: style: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:150:89: note: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1348:81: note: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1354:45: style: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:232:57: note: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1354:45: note: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1354:59: style: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:232:68: note: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1354:59: note: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1354:69: style: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:232:77: note: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1354:69: note: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1354:111: style: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:232:112: note: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1354:111: note: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1360:37: style: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:218:49: note: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1360:37: note: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1360:51: style: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:218:60: note: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1360:51: note: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1406:85: style: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:324:96: note: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1406:85: note: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1406:99: style: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:324:107: note: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1406:99: note: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1406:109: style: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:324:116: note: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1406:109: note: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1406:129: style: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:324:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1406:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1433:85: style: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:325:96: note: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1433:85: note: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1433:99: style: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:325:107: note: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1433:99: note: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1481:47: style: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:333:59: note: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1481:47: note: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1481:61: style: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:333:70: note: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1481:61: note: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1481:71: style: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:333:79: note: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1481:71: note: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
love-11.1/src/libraries/lz4/lz4.c:1481:91: style: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:333:92: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1481:91: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1487:47: style: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:334:59: note: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1487:47: note: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1487:61: style: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:334:70: note: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1487:61: note: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1504:68: style: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:454:133: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1504:68: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1505:54: style: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:453:133: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1505:54: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
love-11.1/src/libraries/lz4/lz4.c:1506:68: style: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:456:138: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1506:68: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1506:79: style: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:456:152: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1506:79: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1506:88: style: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:456:162: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1506:88: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1506:101: style: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:456:177: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
love-11.1/src/libraries/lz4/lz4.c:1506:101: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
love-11.1/src/libraries/lz4/lz4.c:1507:54: style: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:455:138: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1507:54: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1507:65: style: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:455:152: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1507:65: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1507:74: style: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:455:162: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1507:74: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1508:56: style: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:458:127: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1508:56: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1508:80: style: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:458:154: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1508:80: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4.c:1508:91: style: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:458:168: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1508:91: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4.c:1508:100: style: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:458:178: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1508:100: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4.c:1508:113: style: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:458:193: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4.c:1508:113: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4.c:1509:42: style: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:457:127: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1509:42: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
love-11.1/src/libraries/lz4/lz4.c:1545:35: style: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:468:95: note: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'.
love-11.1/src/libraries/lz4/lz4.c:1545:35: note: Function 'LZ4_slideInputBuffer' argument 1 names different: declaration 'state' definition 'LZ4_Data'.
love-11.1/src/libraries/lz4/lz4.c:1554:51: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:471:125: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1554:51: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1554:65: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:471:136: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1554:65: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1554:95: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:471:165: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1554:95: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
love-11.1/src/libraries/lz4/lz4.c:1559:51: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:472:125: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1559:51: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4.c:1559:65: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4.h:472:136: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4.c:1559:65: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4hc.c:643:91: style: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:80:101: note: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:643:91: note: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:671:60: style: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:247:41: note: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4hc.c:671:60: note: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'.
love-11.1/src/libraries/lz4/lz4hc.c:671:74: style: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:247:52: note: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4hc.c:671:74: note: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'.
love-11.1/src/libraries/lz4/lz4hc.c:671:85: style: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:248:34: note: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'.
love-11.1/src/libraries/lz4/lz4hc.c:671:85: note: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'.
love-11.1/src/libraries/lz4/lz4hc.c:671:104: style: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:248:50: note: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
love-11.1/src/libraries/lz4/lz4hc.c:671:104: note: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
love-11.1/src/libraries/lz4/lz4hc.c:671:124: style: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:249:33: note: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:671:124: note: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:685:51: style: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:96:62: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:685:51: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:693:41: style: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:98:52: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:693:41: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:707:37: style: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:99:49: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:707:37: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:769:47: style: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:101:58: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:769:47: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:769:109: style: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:101:116: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:769:109: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:777:122: style: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:262:50: note: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
love-11.1/src/libraries/lz4/lz4hc.c:777:122: note: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
love-11.1/src/libraries/lz4/lz4hc.c:786:37: style: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:103:48: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:786:37: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
love-11.1/src/libraries/lz4/lz4hc.c:786:76: style: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:103:83: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
love-11.1/src/libraries/lz4/lz4hc.c:786:76: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
love-11.1/src/libraries/lz4/lz4hc.c:810:32: style: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:198:106: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:810:32: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:810:43: style: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:198:120: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:810:43: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:810:52: style: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:198:130: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:810:52: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:811:46: style: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:199:106: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:811:46: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:811:57: style: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:199:120: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:811:57: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:811:66: style: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:199:130: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:811:66: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:811:79: style: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:199:145: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:811:79: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:812:33: style: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:200:93: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:812:33: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:812:44: style: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:200:107: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:812:44: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:812:53: style: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:200:117: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:812:53: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:812:66: style: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:200:132: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:812:66: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:813:47: style: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:201:107: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:813:47: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:813:58: style: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:201:121: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:813:58: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:813:67: style: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:201:131: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:813:67: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:813:80: style: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:201:146: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:813:80: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:813:96: style: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:201:165: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:813:96: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:814:58: style: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:202:142: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:814:58: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:814:69: style: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:202:156: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:814:69: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:814:78: style: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:202:166: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:814:78: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:815:72: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:203:142: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:815:72: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:815:83: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:203:156: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:815:83: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:815:92: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:203:166: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:815:92: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:815:105: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:203:181: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:815:105: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:816:59: style: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:204:129: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:816:59: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:816:70: style: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:204:143: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:816:70: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:816:79: style: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:204:153: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:816:79: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:816:92: style: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:204:168: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:816:92: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:817:73: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:205:142: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:817:73: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:817:84: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:205:156: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:817:84: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:817:93: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:205:166: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:817:93: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:817:106: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:205:181: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:817:106: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:817:122: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:205:200: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:817:122: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:818:46: style: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:206:128: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
love-11.1/src/libraries/lz4/lz4hc.c:818:46: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
love-11.1/src/libraries/lz4/lz4hc.c:818:63: style: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:206:157: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:818:63: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:818:74: style: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:206:171: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:818:74: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:818:83: style: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:206:181: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:818:83: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:819:60: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:207:128: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
love-11.1/src/libraries/lz4/lz4hc.c:819:60: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
love-11.1/src/libraries/lz4/lz4hc.c:819:77: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:207:157: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:819:77: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:819:88: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:207:171: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:819:88: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:819:97: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:207:181: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:819:97: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:819:110: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:207:196: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:819:110: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
love-11.1/src/libraries/lz4/lz4hc.c:849:61: style: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:213:129: note: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:849:61: note: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:849:72: style: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:213:143: note: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:849:72: note: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:849:81: style: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:213:153: note: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:849:81: note: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:849:94: style: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:213:168: note: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:849:94: note: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:854:75: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:214:143: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:854:75: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
love-11.1/src/libraries/lz4/lz4hc.c:854:86: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:214:157: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:854:86: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
love-11.1/src/libraries/lz4/lz4hc.c:854:95: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:214:167: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:854:95: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
love-11.1/src/libraries/lz4/lz4hc.c:854:108: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:214:182: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:854:108: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
love-11.1/src/libraries/lz4/lz4hc.c:854:125: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
love-11.1/src/libraries/lz4/lz4hc.h:214:201: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/lz4/lz4hc.c:854:125: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
love-11.1/src/libraries/physfs/physfs_platforms.h:76:0: error: #error Unknown platform. [preprocessorErrorDirective]
love-11.1/src/libraries/xxHash/xxhash.c:321:62: style: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:167:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:321:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:361:52: style: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:173:52: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
love-11.1/src/libraries/xxHash/xxhash.c:361:52: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
love-11.1/src/libraries/xxHash/xxhash.c:361:83: style: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:173:84: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
love-11.1/src/libraries/xxHash/xxhash.c:361:83: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
love-11.1/src/libraries/xxHash/xxhash.c:437:59: style: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:176:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:437:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:437:95: style: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:176:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:437:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:485:64: style: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:177:65: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:485:64: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:693:68: style: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:225:62: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:693:68: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:731:52: style: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:231:52: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
love-11.1/src/libraries/xxHash/xxhash.c:731:52: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
love-11.1/src/libraries/xxHash/xxhash.c:731:83: style: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:231:84: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
love-11.1/src/libraries/xxHash/xxhash.c:731:83: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
love-11.1/src/libraries/xxHash/xxhash.c:803:59: style: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:234:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:803:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:803:95: style: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:234:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:803:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
love-11.1/src/libraries/xxHash/xxhash.c:864:70: style: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
love-11.1/src/libraries/xxHash/xxhash.h:235:65: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:864:70: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
love-11.1/src/libraries/xxHash/xxhash.c:403:76: style: Variable 'p32' is modified but its new value is never used. [unreadVariable]
love-11.1/src/modules/audio/Filter.h:41:2: style: Class 'LazierAndSlowerButEasilyArrayableStringMap2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/Effect.h:42:2: style: Class 'LazierAndSlowerButEasilyArrayableStringMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/Effect.cpp:28:9: warning: Member variable 'Effect::type' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/Filter.cpp:28:9: warning: Member variable 'Filter::type' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/Source.cpp:30:21: style: Function 'Source' argument 1 names different: declaration 'type' definition 'sourceType'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/Source.h:57:14: note: Function 'Source' argument 1 names different: declaration 'type' definition 'sourceType'.
love-11.1/src/modules/audio/Source.cpp:30:21: note: Function 'Source' argument 1 names different: declaration 'type' definition 'sourceType'.
love-11.1/src/modules/audio/null/Audio.cpp:30:8: warning: Member variable 'Audio::volume' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/RecordingDevice.h:37:2: style: Class 'RecordingDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::pitch' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::volume' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::coneInnerAngle' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::coneOuterAngle' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::coneOuterVolume' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::coneOuterHighGain' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::relative' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::looping' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::minVolume' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::maxVolume' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::referenceDistance' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::rolloffFactor' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::maxDistance' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/null/Source.cpp:30:9: warning: Member variable 'Source::absorptionFactor' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/audio/openal/Audio.h:167:3: style: Class 'PoolThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/openal/RecordingDevice.h:53:2: style: Class 'RecordingDevice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/openal/Effect.cpp:94:6: style: Condition '!generateEffect()' is always true [knownConditionTrueFalse]
love-11.1/src/modules/audio/openal/Effect.h:71:15: warning: Virtual function 'setParams' is called from copy constructor 'Effect(const Effect&s)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/modules/audio/openal/Effect.cpp:43:2: note: Calling setParams
love-11.1/src/modules/audio/openal/Effect.h:71:15: note: setParams is a virtual method
love-11.1/src/modules/audio/openal/Effect.h:63:1: warning: The class 'Effect' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/audio/openal/Filter.cpp:93:6: style: Condition '!generateFilter()' is always true [knownConditionTrueFalse]
love-11.1/src/modules/audio/openal/Filter.h:66:15: warning: Virtual function 'setParams' is called from copy constructor 'Filter(const Filter&s)' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/modules/audio/openal/Filter.cpp:42:2: note: Calling setParams
love-11.1/src/modules/audio/openal/Filter.h:66:15: note: setParams is a virtual method
love-11.1/src/modules/audio/openal/Filter.h:58:1: warning: The class 'Filter' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/audio/openal/RecordingDevice.h:56:15: warning: Virtual function 'stop' is called from destructor '~RecordingDevice()' at line 52. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/modules/audio/openal/RecordingDevice.cpp:52:2: note: Calling stop
love-11.1/src/modules/audio/openal/RecordingDevice.h:56:15: note: stop is a virtual method
love-11.1/src/modules/audio/openal/Source.cpp:980:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:990:27: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:994:26: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1011:21: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1025:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1040:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1047:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1056:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1068:12: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1074:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/audio/openal/Source.cpp:1384:10: style: The scope of the variable 'filter' can be reduced. [variableScope]
love-11.1/src/modules/audio/openal/Source.cpp:764:30: style: Function 'setLooping' argument 1 names different: declaration 'looping' definition 'enable'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/openal/Source.h:131:23: note: Function 'setLooping' argument 1 names different: declaration 'looping' definition 'enable'.
love-11.1/src/modules/audio/openal/Source.cpp:764:30: note: Function 'setLooping' argument 1 names different: declaration 'looping' definition 'enable'.
love-11.1/src/modules/audio/openal/Source.cpp:1381:36: style: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/openal/Source.h:151:37: note: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1381:36: note: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1421:36: style: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/openal/Source.h:152:37: note: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1421:36: note: Function 'setEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1463:38: style: Function 'unsetEffect' argument 1 names different: declaration 'effect' definition 'name'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/openal/Source.h:153:39: note: Function 'unsetEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1463:38: note: Function 'unsetEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1487:36: style: Function 'getEffect' argument 1 names different: declaration 'effect' definition 'name'. [funcArgNamesDifferent]
love-11.1/src/modules/audio/openal/Source.h:154:37: note: Function 'getEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.cpp:1487:36: note: Function 'getEffect' argument 1 names different: declaration 'effect' definition 'name'.
love-11.1/src/modules/audio/openal/Source.h:109:15: warning: Virtual function 'stop' is called from destructor '~Source()' at line 296. Dynamic binding is not used. [virtualCallInConstructor]
love-11.1/src/modules/audio/openal/Source.cpp:296:2: note: Calling stop
love-11.1/src/modules/audio/openal/Source.h:109:15: note: stop is a virtual method
love-11.1/src/modules/audio/openal/Source.cpp:91:2: style: Class 'QueueMalformedLengthException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/audio/openal/Source.h:97:1: warning: The class 'Source' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/audio/openal/Filter.h:63:11: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Filter.h:107:11: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Filter.h:63:11: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:105:11: style: The function 'Source' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:58:11: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:105:11: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:107:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:60:18: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:107:31: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:108:15: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:62:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:108:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:109:15: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:63:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:109:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:110:15: style: The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:64:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:110:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:111:15: style: The function 'isPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:65:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:111:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:112:15: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:66:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:112:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:113:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:67:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:113:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:114:15: style: The function 'setPitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:69:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:114:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:115:16: style: The function 'getPitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:70:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:115:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:116:15: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:72:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:116:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:117:16: style: The function 'getVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:73:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:117:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:118:15: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:75:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:118:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:119:16: style: The function 'tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:76:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:119:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:120:17: style: The function 'getDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:77:17: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:120:17: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:121:15: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:80:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:121:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:122:15: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:81:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:122:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:123:15: style: The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:82:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:123:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:124:15: style: The function 'getVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:83:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:124:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:125:15: style: The function 'setDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:84:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:125:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:126:15: style: The function 'getDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:85:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:126:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:127:15: style: The function 'setCone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:87:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:127:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:128:15: style: The function 'getCone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:88:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:128:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:129:15: style: The function 'setRelative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:90:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:129:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:130:15: style: The function 'isRelative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:91:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:130:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:131:7: style: The function 'setLooping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:93:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:131:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:132:7: style: The function 'isLooping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:94:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:132:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:133:15: style: The function 'setMinVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:96:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:133:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:134:16: style: The function 'getMinVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:97:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:134:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:135:15: style: The function 'setMaxVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:98:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:135:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:136:16: style: The function 'getMaxVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:99:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:136:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:137:15: style: The function 'setReferenceDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:101:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:137:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:138:16: style: The function 'getReferenceDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:102:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:138:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:139:15: style: The function 'setRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:103:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:139:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:140:16: style: The function 'getRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:104:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:140:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:141:15: style: The function 'setMaxDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:105:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:141:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:142:16: style: The function 'getMaxDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:106:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:142:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:143:15: style: The function 'setAirAbsorptionFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:107:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:143:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:144:16: style: The function 'getAirAbsorptionFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:108:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:144:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:145:14: style: The function 'getChannelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:110:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:145:14: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:147:15: style: The function 'setFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:112:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:147:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:148:15: style: The function 'setFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:113:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:148:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:149:15: style: The function 'getFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:114:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:149:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:151:15: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:116:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:151:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:152:15: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:117:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:152:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:153:15: style: The function 'unsetEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:118:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:153:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:154:15: style: The function 'getEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:119:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:154:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:155:15: style: The function 'getActiveEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:120:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:155:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:157:14: style: The function 'getFreeBufferCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:122:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:157:14: note: Function in derived class
love-11.1/src/modules/audio/openal/Source.h:158:15: style: The function 'queue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:123:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Source.h:158:15: note: Function in derived class
love-11.1/src/modules/audio/openal/Effect.h:68:11: style: The function 'Effect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Effect.h:246:11: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Effect.h:68:11: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:70:3: style: The function 'Audio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:74:11: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:70:3: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:85:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:79:18: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:85:23: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:86:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:80:18: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:86:23: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:87:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:81:18: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:87:23: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:88:6: style: The function 'getActiveSourceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:87:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:88:6: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:89:6: style: The function 'getMaxSources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:93:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:89:6: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:94:7: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:122:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:94:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:98:7: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:145:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:98:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:99:8: style: The function 'getVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:151:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:99:8: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:101:7: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:157:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:101:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:102:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:163:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:102:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:103:7: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:170:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:103:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:104:7: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:177:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:104:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:105:7: style: The function 'getVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:183:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:105:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:106:7: style: The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:189:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:106:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:108:7: style: The function 'setDopplerScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:191:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:108:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:109:8: style: The function 'getDopplerScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:192:16: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:109:8: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:115:16: style: The function 'getDistanceModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:204:24: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:115:16: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:116:7: style: The function 'setDistanceModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:210:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:116:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:118:7: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:218:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:118:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:119:7: style: The function 'unsetEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:225:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:119:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:120:7: style: The function 'getEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:233:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:120:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:121:7: style: The function 'getActiveEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:240:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:121:7: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:122:6: style: The function 'getMaxSceneEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:246:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:122:6: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:123:6: style: The function 'getMaxSourceEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:252:14: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:123:6: note: Function in derived class
love-11.1/src/modules/audio/openal/Audio.h:124:7: style: The function 'isEFXsupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:258:15: note: Virtual function in base class
love-11.1/src/modules/audio/openal/Audio.h:124:7: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:38:11: style: The function 'RecordingDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:46:11: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:38:11: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:39:15: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:56:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:39:15: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:40:15: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:61:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:40:15: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:41:34: style: The function 'getData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:67:34: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:41:34: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:42:22: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:72:22: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:42:22: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:43:14: style: The function 'getMaxSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:82:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:43:14: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:44:14: style: The function 'getSampleCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:77:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:44:14: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:45:14: style: The function 'getSampleRate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:87:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:45:14: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:46:14: style: The function 'getBitDepth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:92:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:46:14: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:47:14: style: The function 'getChannelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:97:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:47:14: note: Function in derived class
love-11.1/src/modules/audio/null/RecordingDevice.h:48:15: style: The function 'isRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/RecordingDevice.h:102:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/RecordingDevice.h:48:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:40:11: style: The function 'Source' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:58:11: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:40:11: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:42:31: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:60:18: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:42:31: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:43:15: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:62:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:43:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:44:15: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:63:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:44:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:45:15: style: The function 'pause' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:64:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:45:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:46:15: style: The function 'isPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:65:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:46:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:47:15: style: The function 'isFinished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:66:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:47:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:48:15: style: The function 'update' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:67:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:48:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:49:15: style: The function 'setPitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:69:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:49:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:50:16: style: The function 'getPitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:70:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:50:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:51:15: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:72:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:51:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:52:16: style: The function 'getVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:73:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:52:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:53:15: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:75:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:53:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:54:16: style: The function 'tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:76:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:54:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:55:17: style: The function 'getDuration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:77:17: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:55:17: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:56:15: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:80:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:56:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:57:15: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:81:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:57:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:58:15: style: The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:82:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:58:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:59:15: style: The function 'getVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:83:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:59:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:60:15: style: The function 'setDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:84:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:60:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:61:15: style: The function 'getDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:85:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:61:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:62:15: style: The function 'setCone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:87:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:62:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:63:15: style: The function 'getCone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:88:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:63:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:64:15: style: The function 'setRelative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:90:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:64:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:65:15: style: The function 'isRelative' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:91:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:65:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:66:7: style: The function 'setLooping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:93:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:66:7: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:67:7: style: The function 'isLooping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:94:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:67:7: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:68:15: style: The function 'setMinVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:96:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:68:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:69:16: style: The function 'getMinVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:97:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:69:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:70:15: style: The function 'setMaxVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:98:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:70:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:71:16: style: The function 'getMaxVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:99:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:71:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:72:15: style: The function 'setReferenceDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:101:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:72:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:73:16: style: The function 'getReferenceDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:102:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:73:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:74:15: style: The function 'setRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:103:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:74:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:75:16: style: The function 'getRolloffFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:104:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:75:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:76:15: style: The function 'setMaxDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:105:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:76:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:77:16: style: The function 'getMaxDistance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:106:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:77:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:78:15: style: The function 'setAirAbsorptionFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:107:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:78:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:79:16: style: The function 'getAirAbsorptionFactor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:108:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:79:16: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:80:14: style: The function 'getChannelCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:110:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:80:14: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:82:14: style: The function 'getFreeBufferCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:122:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:82:14: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:83:15: style: The function 'queue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:123:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:83:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:85:15: style: The function 'setFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:112:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:85:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:86:15: style: The function 'setFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:113:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:86:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:87:15: style: The function 'getFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:114:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:87:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:89:15: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:116:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:89:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:90:15: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:117:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:90:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:91:15: style: The function 'unsetEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:118:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:91:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:92:15: style: The function 'getEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:119:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:92:15: note: Function in derived class
love-11.1/src/modules/audio/null/Source.h:93:15: style: The function 'getActiveEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Source.h:120:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Source.h:93:15: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:42:11: style: The function 'Audio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:74:11: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:42:11: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:48:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:79:18: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:48:23: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:49:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:80:18: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:49:23: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:50:23: style: The function 'newSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:81:18: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:50:23: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:51:6: style: The function 'getActiveSourceCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:87:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:51:6: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:52:6: style: The function 'getMaxSources' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:93:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:52:6: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:57:7: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:122:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:57:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:61:7: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:145:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:61:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:62:8: style: The function 'getVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:151:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:62:8: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:64:7: style: The function 'getPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:157:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:64:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:65:7: style: The function 'setPosition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:163:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:65:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:66:7: style: The function 'getOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:170:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:66:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:67:7: style: The function 'setOrientation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:177:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:67:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:68:7: style: The function 'getVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:183:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:68:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:69:7: style: The function 'setVelocity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:189:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:69:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:71:7: style: The function 'setDopplerScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:191:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:71:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:72:8: style: The function 'getDopplerScale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:192:16: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:72:8: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:78:16: style: The function 'getDistanceModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:204:24: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:78:16: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:79:7: style: The function 'setDistanceModel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:210:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:79:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:81:7: style: The function 'setEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:218:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:81:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:82:7: style: The function 'unsetEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:225:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:82:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:83:7: style: The function 'getEffect' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:233:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:83:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:84:7: style: The function 'getActiveEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:240:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:84:7: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:85:6: style: The function 'getMaxSceneEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:246:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:85:6: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:86:6: style: The function 'getMaxSourceEffects' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:252:14: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:86:6: note: Function in derived class
love-11.1/src/modules/audio/null/Audio.h:87:7: style: The function 'isEFXsupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/audio/Audio.h:258:15: note: Virtual function in base class
love-11.1/src/modules/audio/null/Audio.h:87:7: note: Function in derived class
love-11.1/src/modules/data/ByteData.h:38:2: style: Class 'ByteData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/data/ByteData.h:32:1: warning: The class 'ByteData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/data/CompressedData.h:35:1: warning: The class 'CompressedData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/data/Compressor.cpp:177:8: performance: Technically the member function 'love::data::zlibCompressor::zlibCompressBound' can be static. [functionStatic]
love-11.1/src/modules/data/Compressor.cpp:188:6: performance: Technically the member function 'love::data::zlibCompressor::zlibCompress' can be static. [functionStatic]
love-11.1/src/modules/data/Compressor.cpp:222:6: performance: Technically the member function 'love::data::zlibCompressor::zlibDecompress' can be static. [functionStatic]
love-11.1/src/modules/data/DataView.h:33:1: warning: The class 'DataView' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/event/sdl/Event.h:49:11: style: The function 'Event' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/event/Event.h:62:11: note: Virtual function in base class
love-11.1/src/modules/event/sdl/Event.h:49:11: note: Function in derived class
love-11.1/src/modules/event/sdl/Event.h:56:7: style: The function 'pump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/event/Event.h:71:15: note: Virtual function in base class
love-11.1/src/modules/event/sdl/Event.h:56:7: note: Function in derived class
love-11.1/src/modules/event/sdl/Event.h:63:11: style: The function 'wait' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/event/Event.h:72:19: note: Virtual function in base class
love-11.1/src/modules/event/sdl/Event.h:63:11: note: Function in derived class
love-11.1/src/modules/event/sdl/Event.h:68:7: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/event/Event.h:69:15: note: Virtual function in base class
love-11.1/src/modules/event/sdl/Event.h:68:7: note: Function in derived class
love-11.1/src/modules/filesystem/DroppedFile.cpp:57:29: style: Function 'open' argument 1 names different: declaration 'mode' definition 'newmode'. [funcArgNamesDifferent]
love-11.1/src/modules/filesystem/DroppedFile.h:52:17: note: Function 'open' argument 1 names different: declaration 'mode' definition 'newmode'.
love-11.1/src/modules/filesystem/DroppedFile.cpp:57:29: note: Function 'open' argument 1 names different: declaration 'mode' definition 'newmode'.
love-11.1/src/modules/filesystem/File.h:47:20: warning: The class 'DroppedFile' defines member variable with name 'type' also defined in its parent class 'File'. [duplInheritedMember]
love-11.1/src/modules/filesystem/DroppedFile.h:44:20: note: The class 'DroppedFile' defines member variable with name 'type' also defined in its parent class 'File'.
love-11.1/src/modules/filesystem/File.h:47:20: note: The class 'DroppedFile' defines member variable with name 'type' also defined in its parent class 'File'.
love-11.1/src/modules/filesystem/DroppedFile.h:46:2: style: Class 'DroppedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/filesystem/FileData.h:36:1: warning: The class 'FileData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/filesystem/Filesystem.cpp:119:0: error: #error Missing implementation for Filesystem::getExecutablePath! [preprocessorErrorDirective]
love-11.1/src/modules/filesystem/physfs/File.h:49:2: style: Class 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/filesystem/physfs/Filesystem.cpp:80:25: style: The scope of the variable 'isSep' can be reduced. [variableScope]
love-11.1/src/modules/filesystem/physfs/Filesystem.cpp:105:2: performance: Variable 'requirePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/modules/filesystem/physfs/Filesystem.cpp:106:2: performance: Variable 'cRequirePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/modules/filesystem/physfs/Filesystem.cpp:288:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
love-11.1/src/modules/filesystem/physfs/Filesystem.cpp:359:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
love-11.1/src/modules/filesystem/wrap_Filesystem.cpp:176:14: style: The scope of the variable 'str' can be reduced. [variableScope]
love-11.1/src/modules/font/BMFontRasterizer.cpp:165:55: style: Function 'parseConfig' argument 1 names different: declaration 'config' definition 'configtext'. [funcArgNamesDifferent]
love-11.1/src/modules/font/BMFontRasterizer.h:68:38: note: Function 'parseConfig' argument 1 names different: declaration 'config' definition 'configtext'.
love-11.1/src/modules/font/BMFontRasterizer.cpp:165:55: note: Function 'parseConfig' argument 1 names different: declaration 'config' definition 'configtext'.
love-11.1/src/modules/font/BMFontRasterizer.cpp:70:2: performance: Variable 'tag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/modules/font/BMFontRasterizer.cpp:52:2: style: Class 'BMFontLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/font/Font.cpp:62:87: style: Function 'newImageRasterizer' argument 2 names different: declaration 'glyphs' definition 'text'. [funcArgNamesDifferent]
love-11.1/src/modules/font/Font.h:57:90: note: Function 'newImageRasterizer' argument 2 names different: declaration 'glyphs' definition 'text'.
love-11.1/src/modules/font/Font.cpp:62:87: note: Function 'newImageRasterizer' argument 2 names different: declaration 'glyphs' definition 'text'.
love-11.1/src/modules/font/Font.cpp:83:88: style: Function 'newImageRasterizer' argument 3 names different: declaration 'length' definition 'numglyphs'. [funcArgNamesDifferent]
love-11.1/src/modules/font/Font.h:58:91: note: Function 'newImageRasterizer' argument 3 names different: declaration 'length' definition 'numglyphs'.
love-11.1/src/modules/font/Font.cpp:83:88: note: Function 'newImageRasterizer' argument 3 names different: declaration 'length' definition 'numglyphs'.
love-11.1/src/modules/font/Font.cpp:88:65: style: Function 'newGlyphData' argument 2 names different: declaration 'glyph' definition 'text'. [funcArgNamesDifferent]
love-11.1/src/modules/font/Font.h:60:68: note: Function 'newGlyphData' argument 2 names different: declaration 'glyph' definition 'text'.
love-11.1/src/modules/font/Font.cpp:88:65: note: Function 'newGlyphData' argument 2 names different: declaration 'glyph' definition 'text'.
love-11.1/src/modules/font/GlyphData.h:55:1: warning: The class 'GlyphData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/font/GlyphData.cpp:38:49: performance: Function parameter 'glyphMetrics' should be passed by const reference. [passedByValue]
love-11.1/src/modules/font/ImageRasterizer.cpp:113:6: style: The scope of the variable 'start' can be reduced. [variableScope]
love-11.1/src/modules/font/ImageRasterizer.cpp:34:58: style: Function 'ImageRasterizer' argument 1 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
love-11.1/src/modules/font/ImageRasterizer.h:42:42: note: Function 'ImageRasterizer' argument 1 names different: declaration 'imageData' definition 'data'.
love-11.1/src/modules/font/ImageRasterizer.cpp:34:58: note: Function 'ImageRasterizer' argument 1 names different: declaration 'imageData' definition 'data'.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:46:2: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:45:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:46:2: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:87:2: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:83:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:87:2: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:198:57: style: Function 'hintingToLoadOption' argument 1 names different: declaration 'hinting' definition 'hint'. [funcArgNamesDifferent]
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.h:62:45: note: Function 'hintingToLoadOption' argument 1 names different: declaration 'hinting' definition 'hint'.
love-11.1/src/modules/font/freetype/TrueTypeRasterizer.cpp:198:57: note: Function 'hintingToLoadOption' argument 1 names different: declaration 'hinting' definition 'hint'.
love-11.1/src/modules/font/freetype/Font.h:44:11: style: The function 'Font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/font/Font.h:46:11: note: Virtual function in base class
love-11.1/src/modules/font/freetype/Font.h:44:11: note: Function in derived class
love-11.1/src/modules/graphics/vertex.h:232:2: warning: Member variable 'Attributes::attribs' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/graphics/Buffer.h:104:3: style: Class 'Mapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/Canvas.cpp:120:109: style: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Canvas.h:83:110: note: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'.
love-11.1/src/modules/graphics/Canvas.cpp:120:109: note: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'.
love-11.1/src/modules/graphics/Canvas.cpp:175:56: style: Function 'drawLayer' argument 3 names different: declaration 'q' definition 'quad'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Canvas.h:90:49: note: Function 'drawLayer' argument 3 names different: declaration 'q' definition 'quad'.
love-11.1/src/modules/graphics/Canvas.cpp:175:56: note: Function 'drawLayer' argument 3 names different: declaration 'q' definition 'quad'.
love-11.1/src/modules/graphics/Canvas.cpp:175:77: style: Function 'drawLayer' argument 4 names different: declaration 't' definition 'm'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Canvas.h:90:67: note: Function 'drawLayer' argument 4 names different: declaration 't' definition 'm'.
love-11.1/src/modules/graphics/Canvas.cpp:175:77: note: Function 'drawLayer' argument 4 names different: declaration 't' definition 'm'.
love-11.1/src/modules/graphics/Graphics.h:371:3: warning: Member variable 'RenderTarget::mipmap' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/graphics/Canvas.cpp:35:8: performance: Variable 'settings' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'Texture' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/Texture.h:64:20: note: The class 'Texture' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'Texture' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Texture.h:64:20: warning: The class 'Canvas' defines member variable with name 'type' also defined in its parent class 'Texture'. [duplInheritedMember]
love-11.1/src/modules/graphics/Canvas.h:40:20: note: The class 'Canvas' defines member variable with name 'type' also defined in its parent class 'Texture'.
love-11.1/src/modules/graphics/Texture.h:64:20: note: The class 'Canvas' defines member variable with name 'type' also defined in its parent class 'Texture'.
love-11.1/src/modules/graphics/Texture.h:64:20: warning: The class 'Image' defines member variable with name 'type' also defined in its parent class 'Texture'. [duplInheritedMember]
love-11.1/src/modules/graphics/Image.h:40:20: note: The class 'Image' defines member variable with name 'type' also defined in its parent class 'Texture'.
love-11.1/src/modules/graphics/Texture.h:64:20: note: The class 'Image' defines member variable with name 'type' also defined in its parent class 'Texture'.
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'Mesh' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/Mesh.h:53:20: note: The class 'Mesh' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'Mesh' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Image.h:68:3: style: Struct 'Slices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/Graphics.h:326:3: style: Class 'TempTransform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/Graphics.h:1003:3: style: Struct 'TemporaryCanvas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/Font.cpp:50:62: style: Function 'Font' argument 2 names different: declaration 'filter' definition 'f'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Font.h:99:57: note: Function 'Font' argument 2 names different: declaration 'filter' definition 'f'.
love-11.1/src/modules/graphics/Font.cpp:50:62: note: Function 'Font' argument 2 names different: declaration 'filter' definition 'f'.
love-11.1/src/modules/graphics/Font.cpp:645:115: style: Function 'print' argument 4 names different: declaration 'constantColor' definition 'constantcolor'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Font.h:115:110: note: Function 'print' argument 4 names different: declaration 'constantColor' definition 'constantcolor'.
love-11.1/src/modules/graphics/Font.cpp:645:115: note: Function 'print' argument 4 names different: declaration 'constantColor' definition 'constantcolor'.
love-11.1/src/modules/graphics/Font.cpp:656:145: style: Function 'printf' argument 6 names different: declaration 'constantColor' definition 'constantcolor'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Font.h:116:140: note: Function 'printf' argument 6 names different: declaration 'constantColor' definition 'constantcolor'.
love-11.1/src/modules/graphics/Font.cpp:656:145: note: Function 'printf' argument 6 names different: declaration 'constantColor' definition 'constantcolor'.
love-11.1/src/modules/graphics/Font.cpp:715:131: style: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Font.h:147:126: note: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'.
love-11.1/src/modules/graphics/Font.cpp:715:131: note: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'.
love-11.1/src/modules/graphics/Font.cpp:873:128: style: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Font.h:146:123: note: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'.
love-11.1/src/modules/graphics/Font.cpp:873:128: note: Function 'getWrap' argument 4 names different: declaration 'line_widths' definition 'linewidths'.
love-11.1/src/modules/graphics/Graphics.cpp:217:88: style: Function 'newShaderStage' argument 2 names different: declaration 'source' definition 'optsource'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Graphics.h:486:79: note: Function 'newShaderStage' argument 2 names different: declaration 'source' definition 'optsource'.
love-11.1/src/modules/graphics/Graphics.cpp:217:88: note: Function 'newShaderStage' argument 2 names different: declaration 'source' definition 'optsource'.
love-11.1/src/modules/graphics/Graphics.cpp:288:89: style: Function 'cleanupCachedShaderStage' argument 2 names different: declaration 'cachekey' definition 'hashkey'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Graphics.h:882:80: note: Function 'cleanupCachedShaderStage' argument 2 names different: declaration 'cachekey' definition 'hashkey'.
love-11.1/src/modules/graphics/Graphics.cpp:288:89: note: Function 'cleanupCachedShaderStage' argument 2 names different: declaration 'cachekey' definition 'hashkey'.
love-11.1/src/modules/graphics/Graphics.cpp:946:47: style: Function 'setLineJoin' argument 1 names different: declaration 'style' definition 'join'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Graphics.h:694:28: note: Function 'setLineJoin' argument 1 names different: declaration 'style' definition 'join'.
love-11.1/src/modules/graphics/Graphics.cpp:946:47: note: Function 'setLineJoin' argument 1 names different: declaration 'style' definition 'join'.
love-11.1/src/modules/graphics/Graphics.cpp:981:81: style: Function 'requestStreamDraw' argument 1 names different: declaration 'command' definition 'cmd'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Graphics.h:875:62: note: Function 'requestStreamDraw' argument 1 names different: declaration 'command' definition 'cmd'.
love-11.1/src/modules/graphics/Graphics.cpp:981:81: note: Function 'requestStreamDraw' argument 1 names different: declaration 'command' definition 'cmd'.
love-11.1/src/modules/graphics/Graphics.cpp:1548:54: style: Function 'polygon' argument 2 names different: declaration 'vertices' definition 'coords'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Graphics.h:818:45: note: Function 'polygon' argument 2 names different: declaration 'vertices' definition 'coords'.
love-11.1/src/modules/graphics/Graphics.cpp:1548:54: note: Function 'polygon' argument 2 names different: declaration 'vertices' definition 'coords'.
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'SpriteBatch' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/SpriteBatch.h:52:20: note: The class 'SpriteBatch' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'SpriteBatch' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'ParticleSystem' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/ParticleSystem.h:52:20: note: The class 'ParticleSystem' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'ParticleSystem' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'Text' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/Text.h:40:20: note: The class 'Text' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'Text' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: warning: The class 'Video' defines member variable with name 'type' also defined in its parent class 'Drawable'. [duplInheritedMember]
love-11.1/src/modules/graphics/Video.h:42:20: note: The class 'Video' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Drawable.h:43:20: note: The class 'Video' defines member variable with name 'type' also defined in its parent class 'Drawable'.
love-11.1/src/modules/graphics/Polyline.h:134:15: style: The function 'calc_overdraw_vertex_count' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:74:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:134:15: note: Function in derived class
love-11.1/src/modules/graphics/Polyline.h:135:15: style: The function 'render_overdraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:75:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:135:15: note: Function in derived class
love-11.1/src/modules/graphics/Polyline.h:136:15: style: The function 'fill_color_array' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:76:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:136:15: note: Function in derived class
love-11.1/src/modules/graphics/Polyline.h:137:15: style: The function 'renderEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:89:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:137:15: note: Function in derived class
love-11.1/src/modules/graphics/Polyline.h:159:15: style: The function 'renderEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:89:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:159:15: note: Function in derived class
love-11.1/src/modules/graphics/Polyline.h:181:15: style: The function 'renderEdge' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Polyline.h:89:15: note: Virtual function in base class
love-11.1/src/modules/graphics/Polyline.h:181:15: note: Function in derived class
love-11.1/src/modules/graphics/Image.cpp:64:28: style: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Image.h:112:22: note: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'.
love-11.1/src/modules/graphics/Image.cpp:64:28: note: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'.
love-11.1/src/modules/graphics/Image.cpp:202:76: style: Function 'set' argument 3 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Image.h:71:63: note: Function 'set' argument 3 names different: declaration 'data' definition 'd'.
love-11.1/src/modules/graphics/Image.cpp:202:76: note: Function 'set' argument 3 names different: declaration 'data' definition 'd'.
love-11.1/src/modules/graphics/Mesh.cpp:576:18: style: Checking if unsigned variable 'vertexCount' is less than zero. This might be a false warning. [unsignedLessThanZero]
love-11.1/src/modules/graphics/Mesh.cpp:520:32: style: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Mesh.h:147:27: note: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/Mesh.cpp:520:32: note: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/ParticleSystem.cpp:56:57: style: Function 'ParticleSystem' argument 2 names different: declaration 'buffer' definition 'size'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/ParticleSystem.h:89:42: note: Function 'ParticleSystem' argument 2 names different: declaration 'buffer' definition 'size'.
love-11.1/src/modules/graphics/ParticleSystem.cpp:56:57: note: Function 'ParticleSystem' argument 2 names different: declaration 'buffer' definition 'size'.
love-11.1/src/modules/graphics/ParticleSystem.cpp:498:42: style: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/ParticleSystem.h:108:27: note: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/ParticleSystem.cpp:498:42: note: Function 'setTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/ParticleSystem.h:48:1: warning: The class 'ParticleSystem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/graphics/Polyline.cpp:36:38: style: Function 'render' argument 1 names different: declaration 'vertices' definition 'coords'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Polyline.h:66:29: note: Function 'render' argument 1 names different: declaration 'vertices' definition 'coords'.
love-11.1/src/modules/graphics/Polyline.cpp:36:38: note: Function 'render' argument 1 names different: declaration 'vertices' definition 'coords'.
love-11.1/src/modules/graphics/Shader.cpp:121:40: style: Function 'checkMainTexture' argument 1 names different: declaration 'texture' definition 'tex'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Shader.h:187:33: note: Function 'checkMainTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/Shader.cpp:121:40: note: Function 'checkMainTexture' argument 1 names different: declaration 'texture' definition 'tex'.
love-11.1/src/modules/graphics/ShaderStage.cpp:144:2: style: Class 'ShaderStage' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
love-11.1/src/modules/graphics/ShaderStage.cpp:144:2: style: Class 'ShaderStage' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
love-11.1/src/modules/graphics/SpriteBatch.cpp:189:42: style: Function 'setColor' argument 1 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/SpriteBatch.h:76:30: note: Function 'setColor' argument 1 names different: declaration 'color' definition 'c'.
love-11.1/src/modules/graphics/SpriteBatch.cpp:189:42: note: Function 'setColor' argument 1 names different: declaration 'color' definition 'c'.
love-11.1/src/modules/graphics/SpriteBatch.cpp:271:15: style: Variable 'oldattrib' is assigned a value that is never used. [unreadVariable]
love-11.1/src/modules/graphics/Text.cpp:100:40: style: Function 'addTextData' argument 1 names different: declaration 's' definition 't'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Text.h:84:35: note: Function 'addTextData' argument 1 names different: declaration 's' definition 't'.
love-11.1/src/modules/graphics/Text.cpp:100:40: note: Function 'addTextData' argument 1 names different: declaration 's' definition 't'.
love-11.1/src/modules/graphics/Texture.cpp:72:43: style: Function 'setGraphicsMemorySize' argument 1 names different: declaration 'size' definition 'bytes'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Texture.h:171:35: note: Function 'setGraphicsMemorySize' argument 1 names different: declaration 'size' definition 'bytes'.
love-11.1/src/modules/graphics/Texture.cpp:72:43: note: Function 'setGraphicsMemorySize' argument 1 names different: declaration 'size' definition 'bytes'.
love-11.1/src/modules/graphics/Texture.cpp:118:41: style: Function 'draw' argument 2 names different: declaration 'quad' definition 'q'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Texture.h:113:41: note: Function 'draw' argument 2 names different: declaration 'quad' definition 'q'.
love-11.1/src/modules/graphics/Texture.cpp:118:41: note: Function 'draw' argument 2 names different: declaration 'quad' definition 'q'.
love-11.1/src/modules/graphics/Texture.cpp:118:59: style: Function 'draw' argument 3 names different: declaration 'm' definition 'localTransform'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Texture.h:113:62: note: Function 'draw' argument 3 names different: declaration 'm' definition 'localTransform'.
love-11.1/src/modules/graphics/Texture.cpp:118:59: note: Function 'draw' argument 3 names different: declaration 'm' definition 'localTransform'.
love-11.1/src/modules/graphics/Texture.cpp:168:57: style: Function 'drawLayer' argument 3 names different: declaration 'quad' definition 'q'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/Texture.h:116:57: note: Function 'drawLayer' argument 3 names different: declaration 'quad' definition 'q'.
love-11.1/src/modules/graphics/Texture.cpp:168:57: note: Function 'drawLayer' argument 3 names different: declaration 'quad' definition 'q'.
love-11.1/src/modules/graphics/opengl/Buffer.cpp:159:59: style: Function 'setMappedRangeModified' argument 2 names different: declaration 'size' definition 'modifiedsize'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Buffer.h:47:52: note: Function 'setMappedRangeModified' argument 2 names different: declaration 'size' definition 'modifiedsize'.
love-11.1/src/modules/graphics/opengl/Buffer.cpp:159:59: note: Function 'setMappedRangeModified' argument 2 names different: declaration 'size' definition 'modifiedsize'.
love-11.1/src/modules/graphics/opengl/Buffer.cpp:45:2: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
love-11.1/src/modules/graphics/opengl/OpenGL.h:122:3: style: Class 'TempDebugGroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/opengl/Canvas.cpp:413:109: style: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Canvas.h:56:102: note: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'.
love-11.1/src/modules/graphics/opengl/Canvas.cpp:413:109: note: Function 'newImageData' argument 4 names different: declaration 'rect' definition 'r'.
love-11.1/src/modules/graphics/opengl/Canvas.h:92:8: style: Technically the member function 'love::graphics::opengl::Canvas::SupportedFormat::get' can be const. [functionConst]
love-11.1/src/modules/graphics/opengl/Canvas.h:42:2: style: Class 'Canvas' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:870:21: style: Condition 'ncolortargets>1' is always false [knownConditionTrueFalse]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:827:23: note: Assignment 'ncolortargets=0', assigned value is 0
love-11.1/src/modules/graphics/opengl/Graphics.cpp:870:21: note: Condition 'ncolortargets>1' is always false
love-11.1/src/modules/graphics/opengl/Graphics.cpp:331:25: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:388:77: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:406:67: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:541:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:559:49: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/graphics/opengl/Graphics.cpp:295:31: style: Function 'setActive' argument 1 names different: declaration 'active' definition 'enable'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Graphics.h:72:22: note: Function 'setActive' argument 1 names different: declaration 'active' definition 'enable'.
love-11.1/src/modules/graphics/opengl/Graphics.cpp:295:31: note: Function 'setActive' argument 1 names different: declaration 'active' definition 'enable'.
love-11.1/src/modules/graphics/opengl/Graphics.cpp:593:37: style: Function 'clear' argument 1 names different: declaration 'color' definition 'c'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Graphics.h:78:28: note: Function 'clear' argument 1 names different: declaration 'color' definition 'c'.
love-11.1/src/modules/graphics/opengl/Graphics.cpp:593:37: note: Function 'clear' argument 1 names different: declaration 'color' definition 'c'.
love-11.1/src/modules/graphics/opengl/Graphics.cpp:765:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
love-11.1/src/modules/graphics/opengl/Image.cpp:43:28: style: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Image.h:41:22: note: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'.
love-11.1/src/modules/graphics/opengl/Image.cpp:43:28: note: Function 'Image' argument 1 names different: declaration 'data' definition 'slices'.
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:546:4: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:800:41: style: Function 'setEnableState' argument 1 names different: declaration 'state' definition 'enablestate'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/OpenGL.h:263:34: note: Function 'setEnableState' argument 1 names different: declaration 'state' definition 'enablestate'.
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:800:41: note: Function 'setEnableState' argument 1 names different: declaration 'state' definition 'enablestate'.
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:833:41: style: Function 'isStateEnabled' argument 1 names different: declaration 'state' definition 'enablestate'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/OpenGL.h:264:34: note: Function 'isStateEnabled' argument 1 names different: declaration 'state' definition 'enablestate'.
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:833:41: note: Function 'isStateEnabled' argument 1 names different: declaration 'state' definition 'enablestate'.
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:94:9: warning: Member variable 'OpenGL::bugs' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:94:9: warning: Member variable 'OpenGL::maxLODBias' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/graphics/opengl/OpenGL.h:232:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::clearDepth' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:744:14: note: Technically the member function 'love::graphics::opengl::OpenGL::clearDepth' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:232:7: note: Technically the member function 'love::graphics::opengl::OpenGL::clearDepth' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:273:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::framebufferTexture' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:887:14: note: Technically the member function 'love::graphics::opengl::OpenGL::framebufferTexture' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:273:7: note: Technically the member function 'love::graphics::opengl::OpenGL::framebufferTexture' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:290:9: performance: Technically the member function 'love::graphics::opengl::OpenGL::getDefaultFBO' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:927:16: note: Technically the member function 'love::graphics::opengl::OpenGL::getDefaultFBO' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:290:9: note: Technically the member function 'love::graphics::opengl::OpenGL::getDefaultFBO' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:317:7: style: Technically the member function 'love::graphics::opengl::OpenGL::deleteTexture' can be const. [functionConst]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:996:14: note: Technically the member function 'love::graphics::opengl::OpenGL::deleteTexture' can be const.
love-11.1/src/modules/graphics/opengl/OpenGL.h:317:7: note: Technically the member function 'love::graphics::opengl::OpenGL::deleteTexture' can be const.
love-11.1/src/modules/graphics/opengl/OpenGL.h:329:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::setTextureWrap' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1086:14: note: Technically the member function 'love::graphics::opengl::OpenGL::setTextureWrap' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:329:7: note: Technically the member function 'love::graphics::opengl::OpenGL::setTextureWrap' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:336:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::rawTexStorage' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1095:14: note: Technically the member function 'love::graphics::opengl::OpenGL::rawTexStorage' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:336:7: note: Technically the member function 'love::graphics::opengl::OpenGL::rawTexStorage' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:338:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::isTextureTypeSupported' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1174:14: note: Technically the member function 'love::graphics::opengl::OpenGL::isTextureTypeSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:338:7: note: Technically the member function 'love::graphics::opengl::OpenGL::isTextureTypeSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:339:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::isClampZeroTextureWrapSupported' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1191:14: note: Technically the member function 'love::graphics::opengl::OpenGL::isClampZeroTextureWrapSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:339:7: note: Technically the member function 'love::graphics::opengl::OpenGL::isClampZeroTextureWrapSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:341:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::isInstancingSupported' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1201:14: note: Technically the member function 'love::graphics::opengl::OpenGL::isInstancingSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:341:7: note: Technically the member function 'love::graphics::opengl::OpenGL::isInstancingSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:342:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::isDepthCompareSampleSupported' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1207:14: note: Technically the member function 'love::graphics::opengl::OpenGL::isDepthCompareSampleSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:342:7: note: Technically the member function 'love::graphics::opengl::OpenGL::isDepthCompareSampleSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:343:7: performance: Technically the member function 'love::graphics::opengl::OpenGL::isSamplerLODBiasSupported' can be static. [functionStatic]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:1214:14: note: Technically the member function 'love::graphics::opengl::OpenGL::isSamplerLODBiasSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:343:7: note: Technically the member function 'love::graphics::opengl::OpenGL::isSamplerLODBiasSupported' can be static.
love-11.1/src/modules/graphics/opengl/OpenGL.h:417:7: style: Technically the member function 'love::graphics::opengl::OpenGL::initOpenGLFunctions' can be const. [functionConst]
love-11.1/src/modules/graphics/opengl/OpenGL.cpp:312:14: note: Technically the member function 'love::graphics::opengl::OpenGL::initOpenGLFunctions' can be const.
love-11.1/src/modules/graphics/opengl/OpenGL.h:417:7: note: Technically the member function 'love::graphics::opengl::OpenGL::initOpenGLFunctions' can be const.
love-11.1/src/modules/graphics/opengl/Shader.cpp:583:88: style: Function 'sendTextures' argument 4 names different: declaration 'internalupdate' definition 'internalUpdate'. [funcArgNamesDifferent]
love-11.1/src/modules/graphics/opengl/Shader.h:89:81: note: Function 'sendTextures' argument 4 names different: declaration 'internalupdate' definition 'internalUpdate'.
love-11.1/src/modules/graphics/opengl/Shader.cpp:583:88: note: Function 'sendTextures' argument 4 names different: declaration 'internalupdate' definition 'internalUpdate'.
love-11.1/src/modules/graphics/wrap_Font.cpp:161:24: performance: Use const reference for 'f' to avoid unnecessary data copying. [redundantCopyLocalConst]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:464:33: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/graphics/opengl/Image.h:44:11: style: The function 'Image' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Image.h:94:11: note: Virtual function in base class
love-11.1/src/modules/graphics/opengl/Image.h:44:11: note: Function in derived class
love-11.1/src/modules/graphics/opengl/Canvas.h:43:11: style: The function 'Canvas' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Canvas.h:78:11: note: Virtual function in base class
love-11.1/src/modules/graphics/opengl/Canvas.h:43:11: note: Function in derived class
love-11.1/src/modules/graphics/opengl/Shader.h:51:11: style: The function 'Shader' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Shader.h:143:11: note: Virtual function in base class
love-11.1/src/modules/graphics/opengl/Shader.h:51:11: note: Function in derived class
love-11.1/src/modules/graphics/opengl/Graphics.h:58:11: style: The function 'Graphics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/graphics/Graphics.h:468:11: note: Virtual function in base class
love-11.1/src/modules/graphics/opengl/Graphics.h:58:11: note: Function in derived class
love-11.1/src/modules/graphics/wrap_Graphics.cpp:789:30: style: Reading from empty STL container 'faces' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:790:22: style: Reading from empty STL container 'faces' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:844:39: style: Reading from empty STL container 'faces' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:845:28: style: Reading from empty STL container 'faces' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:988:30: style: Reading from empty STL container 'layers' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Graphics.cpp:989:22: style: Reading from empty STL container 'layers' [reademptycontainer]
love-11.1/src/modules/graphics/wrap_Mesh.cpp:62:25: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
love-11.1/src/modules/graphics/wrap_Mesh.cpp:107:31: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
love-11.1/src/modules/graphics/wrap_Shader.cpp:373:22: portability: Casting between integer* and const float* which have an incompatible binary data representation. [invalidPointerCast]
love-11.1/src/modules/graphics/wrap_Texture.cpp:154:24: performance: Use const reference for 'f' to avoid unnecessary data copying. [redundantCopyLocalConst]
love-11.1/src/modules/graphics/wrap_Texture.cpp:229:22: performance: Use const reference for 'w' to avoid unnecessary data copying. [redundantCopyLocalConst]
love-11.1/src/modules/graphics/wrap_Video.cpp:135:24: performance: Use const reference for 'f' to avoid unnecessary data copying. [redundantCopyLocalConst]
love-11.1/src/modules/image/CompressedSlice.h:38:2: style: Class 'CompressedMemory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/image/CompressedImageData.h:45:1: warning: The class 'CompressedImageData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/image/CompressedSlice.cpp:58:57: style: Function 'CompressedSlice' argument 1 names different: declaration 'slice' definition 's'. [funcArgNamesDifferent]
love-11.1/src/modules/image/CompressedSlice.h:53:41: note: Function 'CompressedSlice' argument 1 names different: declaration 'slice' definition 's'.
love-11.1/src/modules/image/CompressedSlice.cpp:58:57: note: Function 'CompressedSlice' argument 1 names different: declaration 'slice' definition 's'.
love-11.1/src/modules/image/CompressedSlice.cpp:48:18: warning: Member variable 'CompressedSlice::sRGB' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/image/CompressedSlice.cpp:58:18: warning: Member variable 'CompressedSlice::sRGB' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/image/CompressedSlice.h:48:1: warning: The class 'CompressedSlice' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/image/ImageData.h:58:2: style: Class 'ImageData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/image/ImageData.cpp:166:76: style: Function 'encode' argument 1 names different: declaration 'format' definition 'encodedFormat'. [funcArgNamesDifferent]
love-11.1/src/modules/image/ImageData.h:104:66: note: Function 'encode' argument 1 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/ImageData.cpp:166:76: note: Function 'encode' argument 1 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/ImageData.h:52:1: warning: The class 'ImageData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/image/magpie/ASTCHandler.cpp:95:30: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/ASTCHandler.cpp:113:24: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/KTXHandler.cpp:289:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/KTXHandler.cpp:306:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PKMHandler.cpp:105:29: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PKMHandler.cpp:122:23: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PNGHandler.cpp:149:51: style: Function 'decode' argument 1 names different: declaration 'data' definition 'fdata'. [funcArgNamesDifferent]
love-11.1/src/modules/image/magpie/PNGHandler.h:45:36: note: Function 'decode' argument 1 names different: declaration 'data' definition 'fdata'.
love-11.1/src/modules/image/magpie/PNGHandler.cpp:149:51: note: Function 'decode' argument 1 names different: declaration 'data' definition 'fdata'.
love-11.1/src/modules/image/magpie/PNGHandler.cpp:202:87: style: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'. [funcArgNamesDifferent]
love-11.1/src/modules/image/magpie/PNGHandler.h:46:69: note: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/magpie/PNGHandler.cpp:202:87: note: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/magpie/PNGHandler.cpp:66:4: error: Common realloc mistake: 'outdata' nulled but not freed upon failure [memleakOnRealloc]
love-11.1/src/modules/image/magpie/PVRHandler.cpp:462:28: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PVRHandler.cpp:469:28: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PVRHandler.cpp:483:28: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/PVRHandler.cpp:487:21: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/magpie/STBHandler.cpp:104:87: style: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'. [funcArgNamesDifferent]
love-11.1/src/modules/image/magpie/STBHandler.h:49:61: note: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/magpie/STBHandler.cpp:104:87: note: Function 'encode' argument 2 names different: declaration 'format' definition 'encodedFormat'.
love-11.1/src/modules/image/magpie/ddsHandler.cpp:52:2: style: Variable 'texformat' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
love-11.1/src/modules/image/magpie/ddsHandler.cpp:41:0: note: Variable 'texformat' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/image/magpie/ddsHandler.cpp:52:2: note: Variable 'texformat' is reassigned a value before the old one has been used if variable is no semaphore variable.
love-11.1/src/modules/image/wrap_ImageData.cpp:227:23: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/image/wrap_ImageData.cpp:309:9: style: struct member 'FFI_ImageData::lockMutex' is never used. [unusedStructMember]
love-11.1/src/modules/image/wrap_ImageData.cpp:310:9: style: struct member 'FFI_ImageData::unlockMutex' is never used. [unusedStructMember]
love-11.1/src/modules/image/wrap_ImageData.cpp:312:10: style: struct member 'FFI_ImageData::halfToFloat' is never used. [unusedStructMember]
love-11.1/src/modules/image/wrap_ImageData.cpp:313:9: style: struct member 'FFI_ImageData::floatToHalf' is never used. [unusedStructMember]
love-11.1/src/modules/joystick/sdl/Joystick.h:94:2: warning: Member variable 'Joystick::joyhandle' is not initialized in the constructor. [uninitMemberVarPrivate]
love-11.1/src/modules/joystick/sdl/Joystick.h:94:2: warning: Member variable 'Joystick::controller' is not initialized in the constructor. [uninitMemberVarPrivate]
love-11.1/src/modules/joystick/sdl/Joystick.h:94:2: warning: Member variable 'Joystick::haptic' is not initialized in the constructor. [uninitMemberVarPrivate]
love-11.1/src/modules/joystick/sdl/Joystick.h:94:2: warning: Member variable 'Joystick::id' is not initialized in the constructor. [uninitMemberVarPrivate]
love-11.1/src/modules/joystick/sdl/Joystick.h:42:2: style: Class 'Joystick' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/joystick/sdl/JoystickModule.h:45:11: style: The function 'JoystickModule' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:37:11: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:45:11: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:51:28: style: The function 'addJoystick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:46:20: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:51:28: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:53:28: style: The function 'getJoystickFromID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:57:20: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:53:28: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:54:28: style: The function 'getJoystick' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:63:20: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:54:28: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:56:6: style: The function 'getJoystickCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:74:14: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:56:6: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:58:7: style: The function 'setGamepadMapping' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:83:15: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:58:7: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:59:7: style: The function 'loadGamepadMappings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:91:15: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:59:7: note: Function in derived class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:60:14: style: The function 'saveGamepadMappings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/joystick/JoystickModule.h:97:22: note: Virtual function in base class
love-11.1/src/modules/joystick/sdl/JoystickModule.h:60:14: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:47:7: style: The function 'setKeyRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:532:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:47:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:48:7: style: The function 'hasKeyRepeat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:537:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:48:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:49:7: style: The function 'isDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:544:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:49:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:50:7: style: The function 'isScancodeDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:551:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:50:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:52:6: style: The function 'getKeyFromScancode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:557:14: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:52:6: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:53:11: style: The function 'getScancodeFromKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:563:19: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:53:11: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:55:7: style: The function 'setTextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:569:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:55:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:56:7: style: The function 'setTextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:576:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:56:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:57:7: style: The function 'hasTextInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:581:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:57:7: note: Function in derived class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:58:7: style: The function 'hasScreenKeyboard' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/keyboard/Keyboard.h:587:15: note: Virtual function in base class
love-11.1/src/modules/keyboard/sdl/Keyboard.h:58:7: note: Function in derived class
love-11.1/src/modules/math/BezierCurve.cpp:266:10: style: Expression is always false because 'else if' condition matches previous condition at line 260. [multiCondition]
love-11.1/src/modules/math/BezierCurve.cpp:88:49: style: Function 'BezierCurve' argument 1 names different: declaration 'controlPoints' definition 'pts'. [funcArgNamesDifferent]
love-11.1/src/modules/math/BezierCurve.h:43:42: note: Function 'BezierCurve' argument 1 names different: declaration 'controlPoints' definition 'pts'.
love-11.1/src/modules/math/BezierCurve.cpp:88:49: note: Function 'BezierCurve' argument 1 names different: declaration 'controlPoints' definition 'pts'.
love-11.1/src/modules/math/BezierCurve.cpp:136:64: style: Function 'insertControlPoint' argument 2 names different: declaration 'pos' definition 'i'. [funcArgNamesDifferent]
love-11.1/src/modules/math/BezierCurve.h:76:52: note: Function 'insertControlPoint' argument 2 names different: declaration 'pos' definition 'i'.
love-11.1/src/modules/math/BezierCurve.cpp:136:64: note: Function 'insertControlPoint' argument 2 names different: declaration 'pos' definition 'i'.
love-11.1/src/modules/math/BezierCurve.cpp:181:32: style: Function 'scale' argument 1 names different: declaration 'phi' definition 's'. [funcArgNamesDifferent]
love-11.1/src/modules/math/BezierCurve.h:110:20: note: Function 'scale' argument 1 names different: declaration 'phi' definition 's'.
love-11.1/src/modules/math/BezierCurve.cpp:181:32: note: Function 'scale' argument 1 names different: declaration 'phi' definition 's'.
love-11.1/src/modules/math/BezierCurve.h:43:2: style: Class 'BezierCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/math/Transform.h:48:2: style: Class 'Transform' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/math/RandomGenerator.cpp:93:53: style: Function 'setSeed' argument 1 names different: declaration 'seed' definition 'newseed'. [funcArgNamesDifferent]
love-11.1/src/modules/math/RandomGenerator.h:119:20: note: Function 'setSeed' argument 1 names different: declaration 'seed' definition 'newseed'.
love-11.1/src/modules/math/RandomGenerator.cpp:93:53: note: Function 'setSeed' argument 1 names different: declaration 'seed' definition 'newseed'.
love-11.1/src/modules/math/RandomGenerator.cpp:120:6: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:182:27: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:183:28: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:185:21: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:187:21: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:204:27: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:205:28: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:207:21: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_BezierCurve.cpp:209:21: style: Reading from empty STL container 'points' [reademptycontainer]
love-11.1/src/modules/math/wrap_Math.cpp:429:10: style: struct member 'FFI_Math::noise1' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:430:10: style: struct member 'FFI_Math::noise2' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:431:10: style: struct member 'FFI_Math::noise3' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:432:10: style: struct member 'FFI_Math::noise4' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:434:10: style: struct member 'FFI_Math::gammaToLinear' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:435:10: style: struct member 'FFI_Math::linearToGamma' is never used. [unusedStructMember]
love-11.1/src/modules/math/wrap_Math.cpp:195:27: style: Reading from empty STL container 'triangles' [reademptycontainer]
love-11.1/src/modules/math/wrap_Math.cpp:196:28: style: Reading from empty STL container 'triangles' [reademptycontainer]
love-11.1/src/modules/math/wrap_Math.cpp:198:25: style: Reading from empty STL container 'triangles' [reademptycontainer]
love-11.1/src/modules/mouse/sdl/Cursor.cpp:32:34: style: Function 'Cursor' argument 1 names different: declaration 'imageData' definition 'data'. [funcArgNamesDifferent]
love-11.1/src/modules/mouse/sdl/Cursor.h:42:27: note: Function 'Cursor' argument 1 names different: declaration 'imageData' definition 'data'.
love-11.1/src/modules/mouse/sdl/Cursor.cpp:32:34: note: Function 'Cursor' argument 1 names different: declaration 'imageData' definition 'data'.
love-11.1/src/modules/mouse/sdl/Cursor.h:43:2: style: Class 'Cursor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/mouse/Cursor.h:38:20: warning: The class 'Cursor' defines member variable with name 'type' also defined in its parent class 'Cursor'. [duplInheritedMember]
love-11.1/src/modules/mouse/sdl/Cursor.h:53:13: note: The class 'Cursor' defines member variable with name 'type' also defined in its parent class 'Cursor'.
love-11.1/src/modules/mouse/Cursor.h:38:20: note: The class 'Cursor' defines member variable with name 'type' also defined in its parent class 'Cursor'.
love-11.1/src/modules/mouse/sdl/Cursor.h:44:3: style: The function 'Cursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/mouse/Cursor.h:65:11: note: Virtual function in base class
love-11.1/src/modules/mouse/sdl/Cursor.h:44:3: note: Function in derived class
love-11.1/src/modules/mouse/sdl/Cursor.h:46:8: style: The function 'getHandle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/mouse/Cursor.h:70:16: note: Virtual function in base class
love-11.1/src/modules/mouse/sdl/Cursor.h:46:8: note: Function in derived class
love-11.1/src/modules/mouse/sdl/Cursor.h:47:13: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/mouse/Cursor.h:75:21: note: Virtual function in base class
love-11.1/src/modules/mouse/sdl/Cursor.h:47:13: note: Function in derived class
love-11.1/src/modules/mouse/sdl/Cursor.h:48:15: style: The function 'getSystemType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/mouse/Cursor.h:81:23: note: Virtual function in base class
love-11.1/src/modules/mouse/sdl/Cursor.h:48:15: note: Function in derived class
love-11.1/src/modules/physics/box2d/Body.cpp:61:10: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Body.cpp:62:10: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Body.cpp:455:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Body.cpp:477:18: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Body.cpp:500:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Body.h:83:2: style: Class 'Body' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/physics/box2d/Fixture.h:74:2: style: Class 'Fixture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/physics/box2d/Contact.h:60:2: style: Class 'Contact' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/physics/box2d/Joint.h:68:2: style: Class 'Joint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/physics/box2d/MouseJoint.h:100:16: style: The function 'getBodyA' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/physics/box2d/Joint.h:87:16: note: Virtual function in base class
love-11.1/src/modules/physics/box2d/MouseJoint.h:100:16: note: Function in derived class
love-11.1/src/modules/physics/box2d/MouseJoint.h:101:16: style: The function 'getBodyB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/physics/box2d/Joint.h:88:16: note: Virtual function in base class
love-11.1/src/modules/physics/box2d/MouseJoint.h:101:16: note: Function in derived class
love-11.1/src/modules/physics/box2d/Contact.cpp:149:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Contact.cpp:150:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Fixture.cpp:60:10: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Fixture.cpp:61:9: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/GearJoint.cpp:72:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/GearJoint.cpp:85:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Joint.cpp:110:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Joint.cpp:123:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/Joint.cpp:42:8: warning: Member variable 'Joint::joint' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/physics/box2d/Joint.cpp:52:8: warning: Member variable 'Joint::joint' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/physics/box2d/RopeJoint.cpp:64:36: style: Function 'setMaxLength' argument 1 names different: declaration 'length' definition 'maxLength'. [funcArgNamesDifferent]
love-11.1/src/modules/physics/box2d/RopeJoint.h:55:26: note: Function 'setMaxLength' argument 1 names different: declaration 'length' definition 'maxLength'.
love-11.1/src/modules/physics/box2d/RopeJoint.cpp:64:36: note: Function 'setMaxLength' argument 1 names different: declaration 'length' definition 'maxLength'.
love-11.1/src/modules/physics/box2d/World.cpp:60:17: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:69:17: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:76:19: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:157:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:186:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:209:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:216:13: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:300:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:319:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:320:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:475:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:494:18: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:512:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/physics/box2d/World.cpp:589:16: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/SoundData.h:40:2: style: Class 'SoundData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/sound/SoundData.h:34:1: warning: The class 'SoundData' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/sound/SoundData.cpp:60:4: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
love-11.1/src/modules/sound/SoundData.cpp:84:3: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
love-11.1/src/modules/sound/lullaby/Mpg123Decoder.cpp:42:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/Mpg123Decoder.cpp:61:22: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/Mpg123Decoder.h:50:2: style: Struct 'DecoderFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/sound/lullaby/Sound.cpp:64:63: style: Function 'newDecoder' argument 1 names different: declaration 'file' definition 'data'. [funcArgNamesDifferent]
love-11.1/src/modules/sound/lullaby/Sound.h:62:57: note: Function 'newDecoder' argument 1 names different: declaration 'file' definition 'data'.
love-11.1/src/modules/sound/lullaby/Sound.cpp:64:63: note: Function 'newDecoder' argument 1 names different: declaration 'file' definition 'data'.
love-11.1/src/modules/sound/lullaby/VorbisDecoder.cpp:194:100: style: Condition 'getBitDepth()==16' is always true [knownConditionTrueFalse]
love-11.1/src/modules/sound/lullaby/VorbisDecoder.cpp:53:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/VorbisDecoder.cpp:84:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/VorbisDecoder.cpp:124:15: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/WaveDecoder.cpp:37:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/WaveDecoder.cpp:48:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/WaveDecoder.cpp:55:20: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/sound/lullaby/Sound.h:56:11: style: The function 'Sound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/sound/Sound.h:47:11: note: Virtual function in base class
love-11.1/src/modules/sound/lullaby/Sound.h:56:11: note: Function in derived class
love-11.1/src/modules/system/sdl/System.h:43:11: style: The function 'System' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/system/System.h:52:11: note: Virtual function in base class
love-11.1/src/modules/system/sdl/System.h:43:11: note: Function in derived class
love-11.1/src/modules/system/sdl/System.h:48:6: style: The function 'getProcessorCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/system/System.h:67:14: note: Virtual function in base class
love-11.1/src/modules/system/sdl/System.h:48:6: note: Function in derived class
love-11.1/src/modules/system/sdl/System.h:50:7: style: The function 'setClipboardText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/system/System.h:73:15: note: Virtual function in base class
love-11.1/src/modules/system/sdl/System.h:50:7: note: Function in derived class
love-11.1/src/modules/system/sdl/System.h:51:14: style: The function 'getClipboardText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/system/System.h:78:22: note: Virtual function in base class
love-11.1/src/modules/system/sdl/System.h:51:14: note: Function in derived class
love-11.1/src/modules/system/sdl/System.h:53:13: style: The function 'getPowerInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/system/System.h:90:21: note: Virtual function in base class
love-11.1/src/modules/system/sdl/System.h:53:13: note: Function in derived class
love-11.1/src/modules/thread/threads.h:58:2: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/thread/threads.h:59:2: style: Class 'Lock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/thread/Channel.h:65:2: style: Class 'Channel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/thread/threads.h:83:20: warning: The class 'LuaThread' defines member variable with name 'type' also defined in its parent class 'Threadable'. [duplInheritedMember]
love-11.1/src/modules/thread/LuaThread.h:43:20: note: The class 'LuaThread' defines member variable with name 'type' also defined in its parent class 'Threadable'.
love-11.1/src/modules/thread/threads.h:83:20: note: The class 'LuaThread' defines member variable with name 'type' also defined in its parent class 'Threadable'.
love-11.1/src/modules/thread/LuaThread.h:47:7: style: The function 'threadFunction' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/thread/threads.h:88:15: note: Virtual function in base class
love-11.1/src/modules/thread/LuaThread.h:47:7: note: Function in derived class
love-11.1/src/modules/thread/sdl/Thread.cpp:85:17: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/thread/sdl/threads.h:51:2: warning: Member variable 'Mutex::mutex' is not initialized in the constructor. [uninitMemberVarPrivate]
love-11.1/src/modules/thread/sdl/Thread.h:42:2: style: Class 'Thread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/thread/sdl/threads.h:38:1: warning: The class 'Mutex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
love-11.1/src/modules/thread/sdl/threads.cpp:76:17: style: C-style pointer casting [cstyleCast]
love-11.1/src/modules/thread/sdl/threads.cpp:71:39: style: Function 'wait' argument 1 names different: declaration 'mutex' definition '_mutex'. [funcArgNamesDifferent]
love-11.1/src/modules/thread/sdl/threads.h:66:27: note: Function 'wait' argument 1 names different: declaration 'mutex' definition '_mutex'.
love-11.1/src/modules/thread/sdl/threads.cpp:71:39: note: Function 'wait' argument 1 names different: declaration 'mutex' definition '_mutex'.
love-11.1/src/modules/timer/Timer.cpp:129:22: style: Variable 'timerPeriod' is assigned a value that is never used. [unreadVariable]
love-11.1/src/modules/timer/Timer.cpp:52:8: warning: Member variable 'Timer::prevTime' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/touch/sdl/Touch.h:41:11: style: The function 'Touch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/touch/Touch.h:52:11: note: Virtual function in base class
love-11.1/src/modules/touch/sdl/Touch.h:41:11: note: Function in derived class
love-11.1/src/modules/video/VideoStream.cpp:67:21: warning: Member variable 'Frame::yw' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/video/VideoStream.cpp:67:21: warning: Member variable 'Frame::yh' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/video/VideoStream.cpp:67:21: warning: Member variable 'Frame::cw' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/video/VideoStream.cpp:67:21: warning: Member variable 'Frame::ch' is not initialized in the constructor. [uninitMemberVar]
love-11.1/src/modules/video/VideoStream.h:115:3: style: Class 'SourceSync' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/video/theora/OggDemuxer.h:49:2: style: Class 'OggDemuxer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/video/theora/TheoraVideoStream.h:47:2: style: Class 'TheoraVideoStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
love-11.1/src/modules/video/theora/TheoraVideoStream.cpp:61:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
love-11.1/src/modules/video/theora/TheoraVideoStream.h:55:6: style: The function 'getWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/video/VideoStream.h:42:14: note: Virtual function in base class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:55:6: note: Function in derived class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:56:6: style: The function 'getHeight' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/video/VideoStream.h:43:14: note: Virtual function in base class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:56:6: note: Function in derived class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:57:21: style: The function 'getFilename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/video/VideoStream.h:44:29: note: Virtual function in base class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:57:21: note: Function in derived class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:58:7: style: The function 'setSync' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/video/VideoStream.h:57:15: note: Virtual function in base class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:58:7: note: Function in derived class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:60:7: style: The function 'isPlaying' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
love-11.1/src/modules/video/VideoStream.h:51:15: note: Virtual function in base class
love-11.1/src/modules/video/theora/TheoraVideoStream.h:60:7: note: Function in derived class
love-11.1/src/modules/window/sdl/Window.cpp:631:65: style: Function 'getWindow' argument 3 names different: declaration 'settings' definition 'newsettings'. [funcArgNamesDifferent]
love-11.1/src/modules/window/sdl/Window.h:47:58: note: Function 'getWindow' argument 3 names different: declaration 'settings' definition 'newsettings'.
love-11.1/src/modules/window/sdl/Window.cpp:631:65: note: Function 'getWindow' argument 3 names different: declaration 'settings' definition 'newsettings'.
love-11.1/src/modules/window/sdl/Window.cpp:676:68: performance: Function parameter 'fstype' should be passed by const reference. [passedByValue]
[03:17]

ftp://ftp.se.debian.org/debian/pool/main/l/lowpan-tools/lowpan-tools_0.3.orig.tar.gz
lowpan-tools-0.3/addrdb/addrdb.c:168:16: style: The scope of the variable 'lease' can be reduced. [variableScope]
coord-config-lex.c:1981:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
coord-config-lex.c:1200:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
coord-config-lex.c:346:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
coord-config-lex.c:1200:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
coord-config-lex.c:1618:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
coord-config-lex.c:303:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
coord-config-lex.c:1618:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
coord-config-lex.c:1631:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
coord-config-lex.c:304:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
coord-config-lex.c:1631:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
coord-config-lex.c:1631:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
coord-config-lex.c:304:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
coord-config-lex.c:1631:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
coord-config-lex.c:1826:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
coord-config-lex.c:577:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
coord-config-lex.c:1826:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
coord-config-lex.c:1865:26: style: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
coord-config-lex.c:566:27: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
coord-config-lex.c:1865:26: note: Function 'yylex_init' argument 1 names different: declaration 'scanner' definition 'ptr_yy_globals'.
coord-config-lex.c:1894:36: style: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'. [funcArgNamesDifferent]
coord-config-lex.c:568:37: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
coord-config-lex.c:1894:36: note: Function 'yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'yy_user_defined'.
coord-config-lex.c:1894:62: style: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'. [funcArgNamesDifferent]
coord-config-lex.c:568:60: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
coord-config-lex.c:1894:62: note: Function 'yylex_init_extra' argument 2 names different: declaration 'scanner' definition 'ptr_yy_globals'.
coord-config-parse.y:146:30: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:147:33: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:148:32: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:150:39: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:152:32: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:154:44: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.y:158:239: style: Same expression on both sides of '-'. [duplicateExpression]
coord-config-parse.c:1065:44: warning: Either the condition 'yytoken!=-2' is redundant, otherwise there is negative array index -2. [negativeIndex]
coord-config-parse.c:1104:15: note: Assuming that condition 'yytoken!=-2' is not redundant
coord-config-parse.c:1065:44: note: Negative array index
coord-config-parse.y:199:3: error: Resource leak: fin [resourceLeak]
coord-config-parse.y:207:2: error: Resource leak: fin [resourceLeak]
coord-config-parse.y:208:0: error: Resource leak: fin [resourceLeak]
lowpan-tools-0.3/addrdb/parsetest.c:52:2: warning: The buffer 'gwa' is not null-terminated after the call to memcpy(). [bufferNotZeroTerminated]
lowpan-tools-0.3/lib/genl.c:120:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lowpan-tools-0.3/lib/genl.c:117:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lowpan-tools-0.3/lib/genl.c:120:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lowpan-tools-0.3/lib/genl.c:135:2: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/lib/logging.c:55:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lowpan-tools-0.3/src/coordinator.c:311:3: warning: %hhx in format string (no. 2) requires 'unsigned char' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lowpan-tools-0.3/src/coordinator.c:283:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:229:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lowpan-tools-0.3/src/iz-mac.c:269:19: style: The scope of the variable 'coord_short_addr' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:271:16: style: The scope of the variable 'hwa' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:272:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:373:16: style: The scope of the variable 'hwa' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:374:12: style: The scope of the variable 'short_addr' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-mac.c:102:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-mac.c:195:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-mac.c:334:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-mac.c:415:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-phy.c:111:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lowpan-tools-0.3/src/iz-phy.c:157:16: style: The scope of the variable 'hwa' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz-phy.c:73:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-phy.c:178:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-phy.c:231:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz-phy.c:288:1: style: Label 'nla_put_failure' is not used. [unusedLabel]
lowpan-tools-0.3/src/iz.c:283:2: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lowpan-tools-0.3/src/iz.c:101:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lowpan-tools-0.3/src/iz.c:106:17: style: The scope of the variable 'msg' can be reduced. [variableScope]
[03:17]

ftp://ftp.se.debian.org/debian/pool/main/l/lp-solve/lp-solve_5.5.0.15.orig.tar.gz
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:384:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:384:34: style: The scope of the variable 'last' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:386:29: style: The scope of the variable 'Nentries' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:749:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:749:26: style: The scope of the variable 'acount' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:749:33: style: The scope of the variable 'linemod' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:935:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:935:34: style: The scope of the variable 'last' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:936:26: style: The scope of the variable 'Nentries' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1336:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1336:13: style: The scope of the variable 'acount' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1336:20: style: The scope of the variable 'linemod' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1522:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1580:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:255:8: error: Memory leak: mat_type [memleak]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:589:0: error: Resource leak: in_file [resourceLeak]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1057:0: error: Resource leak: in_file [resourceLeak]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1155:0: error: Resource leak: in_file [resourceLeak]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1381:26: error: Uninitialized variable: Valperline [uninitvar]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/hbio.c:1382:22: error: Uninitialized variable: Valperline [uninitvar]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol.c:619:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:2293:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:2295:3: note: Found duplicate branches for 'if' and 'else'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:2293:3: note: Found duplicate branches for 'if' and 'else'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol.c:477:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol.c:530:16: style: The scope of the variable 'ij' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol2.c:193:11: style: The scope of the variable 'JV' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol2.c:193:18: style: The scope of the variable 'KK' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol2.c:194:8: style: The scope of the variable 'V' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:197:26: style: The scope of the variable 'L' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:197:33: style: The scope of the variable 'L2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:197:43: style: The scope of the variable 'LDIAGU' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:197:59: style: The scope of the variable 'NDEFIC' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:198:10: style: The scope of the variable 'AIJ' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6l0.c:111:8: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6l0.c:111:16: style: The scope of the variable 'KK' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6l0.c:111:20: style: The scope of the variable 'L' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6l0.c:111:23: style: The scope of the variable 'L1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:357:8: style: The scope of the variable 'JPIV' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:357:24: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:359:17: style: The scope of the variable 'VPIV' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:449:8: style: The scope of the variable 'IPIV' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:449:17: style: The scope of the variable 'L' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:449:24: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:451:17: style: The scope of the variable 'VPIV' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:513:11: style: The scope of the variable 'K' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:513:25: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:515:19: style: The scope of the variable 'SUM' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:516:17: style: The scope of the variable 'HOLD' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:601:20: style: The scope of the variable 'L1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:601:28: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6u.c:100:8: style: The scope of the variable 'LEN' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6u.c:100:22: style: The scope of the variable 'L1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:651:13: style: The scope of the variable 'J' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:651:29: style: The scope of the variable 'L1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:651:33: style: The scope of the variable 'L2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:651:37: style: The scope of the variable 'L3' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:725:8: style: The scope of the variable 'I' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:470:18: style: The scope of the variable 'I' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:521:19: style: The scope of the variable 'LENI' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:592:10: style: The scope of the variable 'LC1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1569:11: style: The scope of the variable 'J' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1569:20: style: The scope of the variable 'LC' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1569:24: style: The scope of the variable 'LENJ' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1607:15: style: The scope of the variable 'I' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1607:48: style: The scope of the variable 'LR1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1607:53: style: The scope of the variable 'LR2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1608:15: style: The scope of the variable 'AMAX' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1665:8: style: The scope of the variable 'L' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1665:37: style: The scope of the variable 'LC1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1665:42: style: The scope of the variable 'LC2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1665:72: style: The scope of the variable 'L1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1666:8: style: The scope of the variable 'L2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1666:12: style: The scope of the variable 'IBEST' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1666:19: style: The scope of the variable 'JBEST' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1875:17: style: The scope of the variable 'JCE' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol1.c:1875:43: style: The scope of the variable 'JB' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusol6a.c:364:11: style: The scope of the variable 'J' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolio.c:17:8: style: The scope of the variable 'Ak' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolio.c:276:15: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolio.c:36:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolio.c:89:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:109:12: style: Condition 'n==0' is always true [knownConditionTrueFalse]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:106:7: note: Assignment 'n=0', assigned value is 0
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:109:12: note: Condition 'n==0' is always true
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:387:14: style: Same expression on both sides of '>' because the value of 'randcol' and '0' are the same. [duplicateExpression]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:57:33: note: 'randcol' is assigned value '0' here.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:387:14: note: Same expression on both sides of '>' because the value of 'randcol' and '0' are the same.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/lusolmain.c:25:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:193:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:221:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:297:31: style: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.h:125:74: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:297:31: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:112:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/mmio.c:344:0: error: Resource leak: f [resourceLeak]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:828:14: style: The scope of the variable 'xix' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:36: style: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:96:37: note: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:36: note: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:46: style: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:96:46: note: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:46: note: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:66: style: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:96:66: note: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:66: note: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:88: style: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:96:88: note: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:146:88: note: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:36: style: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:95:37: note: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:36: note: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:55: style: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:95:55: note: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:55: note: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:77: style: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:95:76: note: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:224:77: note: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:36: style: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:94:37: note: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:36: note: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:46: style: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:94:46: note: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:46: note: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:66: style: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:94:66: note: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:306:66: note: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:34: style: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:98:37: note: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:34: note: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:53: style: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:98:55: note: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:53: note: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:75: style: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:98:77: note: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:389:75: note: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:36: style: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:97:37: note: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:36: note: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:55: style: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:97:55: note: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:55: note: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:77: style: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:97:76: note: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:471:77: note: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:36: style: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:101:37: note: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:36: note: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:46: style: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:101:46: note: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:46: note: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:66: style: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:101:65: note: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:570:66: note: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:644:36: style: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:99:37: note: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:644:36: note: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:644:54: style: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:99:55: note: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:644:54: note: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:683:36: style: Function 'my_idamin' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:100:37: note: Function 'my_idamin' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:683:36: note: Function 'my_idamin' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:683:54: style: Function 'my_idamin' argument 3 names different: declaration 'is' definition '_is'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:100:55: note: Function 'my_idamin' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:683:54: note: Function 'my_idamin' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:729:37: style: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.h:102:37: note: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/myblas.c:729:37: note: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:103:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:120:15: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:559:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:609:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:665:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:690:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:846:9: style: The scope of the variable 'dense1' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:846:18: style: The scope of the variable 'dense2' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:875:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/LUSOL/sparselib.c:819:7: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:220:13: style: The scope of the variable 'nz' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:244:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:381:10: style: The scope of the variable 'singularcols' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:392:14: style: The scope of the variable 'iLeave' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:392:22: style: The scope of the variable 'jLeave' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:392:30: style: The scope of the variable 'iEnter' can be reduced. [variableScope]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:211:8: style: Variable 'nz' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/bfp/bfp_LUSOL/lp_LUSOL.c:494:10: style: Variable 'kcol' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/colamd/colamd.c:1047:9: style: The scope of the variable 'last_row' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:1048:9: style: The scope of the variable 'length' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:1583:10: style: The scope of the variable 'rp_end' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:1584:9: style: The scope of the variable 'last_row' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2075:9: style: The scope of the variable 'pivot_col' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2081:9: style: The scope of the variable 'pivot_row_start' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2082:9: style: The scope of the variable 'pivot_row_degree' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2084:9: style: The scope of the variable 'pivot_col_score' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2085:9: style: The scope of the variable 'needed_memory' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2086:10: style: The scope of the variable 'cp_end' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2101:9: style: The scope of the variable 'pivot_col_thickness' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2103:9: style: The scope of the variable 'next_col' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2750:9: style: The scope of the variable 'col' can be reduced. [variableScope]
lp_solve_5.5/colamd/colamd.c:2154:14: style: Array index 'min_score' is used before limits check. [arrayIndexThenCheck]
lp_solve_5.5/ini.c:50:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lp_solve_5.5/lp_Hash.c:212:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lp_solve_5.5/lp_Hash.c:215:5: note: Found duplicate branches for 'if' and 'else'.
lp_solve_5.5/lp_Hash.c:212:5: note: Found duplicate branches for 'if' and 'else'.
lp_solve_5.5/lp_Hash.c:77:28: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lp_solve_5.5/lp_Hash.c:106:12: style: The scope of the variable 'hashindex' can be reduced. [variableScope]
lp_solve_5.5/lp_Hash.c:138:24: style: The scope of the variable 'hp2' can be reduced. [variableScope]
lp_solve_5.5/lp_Hash.c:139:12: style: The scope of the variable 'hashindex' can be reduced. [variableScope]
lp_solve_5.5/lp_Hash.c:182:21: style: The scope of the variable 'new_elem' can be reduced. [variableScope]
lp_solve_5.5/lp_MDO.c:60:24: style: The scope of the variable 'kk' can be reduced. [variableScope]
lp_solve_5.5/lp_MDO.c:130:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:547:10: style: The scope of the variable 'field1' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:547:42: style: The scope of the variable 'field3' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:547:58: style: The scope of the variable 'field5' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:547:88: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:548:10: style: The scope of the variable 'Last_col_name' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:548:69: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:549:10: style: The scope of the variable 'items' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:549:17: style: The scope of the variable 'row' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:549:22: style: The scope of the variable 'Lineno' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:550:10: style: The scope of the variable 'section' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:550:30: style: The scope of the variable 'variant' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:550:43: style: The scope of the variable 'NZ' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:550:51: style: The scope of the variable 'SOS' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:551:10: style: The scope of the variable 'Int_section' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:551:37: style: The scope of the variable 'Column_ready1' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:552:10: style: The scope of the variable 'Unconstrained_rows_found' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:552:44: style: The scope of the variable 'OF_found' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:556:10: style: The scope of the variable 'OBJSENSE' can be reduced. [variableScope]
lp_solve_5.5/lp_MPS.c:125:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/lp_MPS.c:270:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/lp_MPS.c:607:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/lp_MPS.c:611:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/lp_MPS.c:1712:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/lp_MPS.c:1588:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/lp_MPS.c:1690:0: error: Resource leak: input [resourceLeak]
lp_solve_5.5/lp_MPS.c:1810:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/lp_SOS.c:154:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lp_solve_5.5/lp_SOS.c:164:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lp_solve_5.5/lp_SOS.c:1291:16: warning: Either the condition 'group==0' is redundant or there is possible null pointer dereference: group. [nullPointerRedundantCheck]
lp_solve_5.5/lp_SOS.c:1293:12: note: Assuming that condition 'group==0' is not redundant
lp_solve_5.5/lp_SOS.c:1291:16: note: Null pointer dereference
lp_solve_5.5/lp_SOS.c:93:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:93:16: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:124:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:340:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:446:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:446:17: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:446:20: style: The scope of the variable 'nn' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:446:24: style: The scope of the variable 'nr' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:447:10: style: The scope of the variable 'changed' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:561:19: style: The scope of the variable 'i2' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:642:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:642:16: style: The scope of the variable 'nn' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:642:20: style: The scope of the variable 'varnr' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:708:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:774:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:774:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:774:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:790:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:813:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:839:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1143:10: style: The scope of the variable 'isactive' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1211:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1211:27: style: The scope of the variable 'nn' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1211:31: style: The scope of the variable 'nLeft' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1211:38: style: The scope of the variable 'nRight' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1361:17: style: The scope of the variable 'jj' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1362:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1429:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1429:16: style: The scope of the variable 'nn' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1429:20: style: The scope of the variable 'count' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1430:10: style: The scope of the variable 'type' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1532:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:1532:16: style: The scope of the variable 'nn' can be reduced. [variableScope]
lp_solve_5.5/lp_SOS.c:706:42: style: Function 'SOS_memberships' argument 2 names different: declaration 'column' definition 'varnr'. [funcArgNamesDifferent]
lp_solve_5.5/lp_SOS.h:85:42: note: Function 'SOS_memberships' argument 2 names different: declaration 'column' definition 'varnr'.
lp_solve_5.5/lp_SOS.c:706:42: note: Function 'SOS_memberships' argument 2 names different: declaration 'column' definition 'varnr'.
lp_solve_5.5/lp_crash.c:82:7: error: Null pointer dereference: colNZ [nullPointer]
lp_solve_5.5/lp_crash.c:58:37: note: Assignment 'colNZ=0', assigned value is 0
lp_solve_5.5/lp_crash.c:82:7: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:84:9: error: Null pointer dereference: rowMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:31: note: Assignment 'rowMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:84:9: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:85:9: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:85:9: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:86:9: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:86:9: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:89:16: error: Null pointer dereference: rowMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:31: note: Assignment 'rowMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:89:16: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:90:16: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:90:16: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:91:16: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:91:16: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:104:33: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:104:33: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:106:9: error: Null pointer dereference: colNZ [nullPointer]
lp_solve_5.5/lp_crash.c:58:37: note: Assignment 'colNZ=0', assigned value is 0
lp_solve_5.5/lp_crash.c:106:9: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:181:36: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:181:36: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:185:11: error: Null pointer dereference: colNZ [nullPointer]
lp_solve_5.5/lp_crash.c:58:37: note: Assignment 'colNZ=0', assigned value is 0
lp_solve_5.5/lp_crash.c:185:11: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:191:57: error: Null pointer dereference: colNZ [nullPointer]
lp_solve_5.5/lp_crash.c:58:37: note: Assignment 'colNZ=0', assigned value is 0
lp_solve_5.5/lp_crash.c:191:57: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:210:36: error: Null pointer dereference: colMAX [nullPointer]
lp_solve_5.5/lp_crash.c:57:47: note: Assignment 'colMAX=0', assigned value is 0
lp_solve_5.5/lp_crash.c:210:36: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:301:19: warning: Possible null pointer dereference: rhs [nullPointer]
lp_solve_5.5/lp_crash.c:238:38: note: Assignment 'rhs=0', assigned value is 0
lp_solve_5.5/lp_crash.c:301:19: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:315:12: warning: Possible null pointer dereference: rhs [nullPointer]
lp_solve_5.5/lp_crash.c:238:38: note: Assignment 'rhs=0', assigned value is 0
lp_solve_5.5/lp_crash.c:315:12: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:316:9: warning: Possible null pointer dereference: rhs [nullPointer]
lp_solve_5.5/lp_crash.c:238:38: note: Assignment 'rhs=0', assigned value is 0
lp_solve_5.5/lp_crash.c:316:9: note: Null pointer dereference
lp_solve_5.5/lp_crash.c:802:12: portability: Casting from double* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lp_solve_5.5/lp_lib.c:6652:11: style: Condition 'doSC' is always false [knownConditionTrueFalse]
lp_solve_5.5/lp_lib.c:6646:17: note: Assignment 'doSC=0', assigned value is 0
lp_solve_5.5/lp_lib.c:6652:11: note: Condition 'doSC' is always false
lp_solve_5.5/lp_lib.c:5892:14: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
lp_solve_5.5/lp_lib.c:5911:41: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lp_solve_5.5/lp_lib.c:6264:5: style: Variable 'Extra' is reassigned a value before the old one has been used. [redundantAssignment]
lp_solve_5.5/lp_lib.c:6262:5: note: Variable 'Extra' is reassigned a value before the old one has been used.
lp_solve_5.5/lp_lib.c:6264:5: note: Variable 'Extra' is reassigned a value before the old one has been used.
lp_solve_5.5/lp_lib.c:2054:14: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2091:22: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2147:8: style: The scope of the variable 'lodefault' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2670:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2685:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2749:7: style: The scope of the variable 'newsize' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2782:21: style: The scope of the variable 'oldrowsalloc' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:2866:17: style: The scope of the variable 'oldcolsalloc' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:3173:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:3331:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:3331:10: style: The scope of the variable 'jj' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:3331:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:3759:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4016:15: style: The scope of the variable 'valueR' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4032:15: style: The scope of the variable 'valueR' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4191:8: style: The scope of the variable 'rhi' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4382:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4511:8: style: The scope of the variable 'elmnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4561:10: style: The scope of the variable 'isnz' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:4624:20: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5699:19: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5700:19: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5878:17: style: The scope of the variable 'elmnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5878:24: style: The scope of the variable 'ie' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5879:22: style: The scope of the variable 'dist' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5880:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5881:12: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:5922:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6226:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6282:13: style: The scope of the variable 'varnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6284:10: style: The scope of the variable 'd' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6414:10: style: The scope of the variable 'jb' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6414:14: style: The scope of the variable 'je' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6414:18: style: The scope of the variable 'jj' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6414:44: style: The scope of the variable 'intGCD' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6415:10: style: The scope of the variable 'rowval' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6497:10: style: The scope of the variable 'OFgcd' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6498:10: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6498:17: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6498:24: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6498:27: style: The scope of the variable 'ib' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6498:31: style: The scope of the variable 'ie' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6500:17: style: The scope of the variable 'valOF' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6618:7: style: The scope of the variable 'varnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6719:10: style: The scope of the variable 'd' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6831:12: style: The scope of the variable 's' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6831:14: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6921:14: style: The scope of the variable 'err' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:6923:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7093:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7170:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7201:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7302:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7302:13: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7407:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7682:11: style: The scope of the variable 'PSinitUP' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7682:21: style: The scope of the variable 'PSinitLO' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:7978:28: style: The scope of the variable 'leavingValue' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8031:14: style: The scope of the variable 'boundvar' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8274:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8624:10: style: The scope of the variable 'isSC' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8897:16: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8993:8: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8993:10: style: The scope of the variable 'varnr' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8994:9: style: The scope of the variable 'workINT' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:14: style: The scope of the variable 'a' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:16: style: The scope of the variable 'infinite' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:25: style: The scope of the variable 'epsvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:34: style: The scope of the variable 'from' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:39: style: The scope of the variable 'till' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:8995:44: style: The scope of the variable 'objfromvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9275:29: style: The scope of the variable 'loB' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9275:34: style: The scope of the variable 'upB' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9404:12: style: The scope of the variable 'ib' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9636:10: style: The scope of the variable 'hold' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9637:18: style: The scope of the variable 'primal1' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9637:27: style: The scope of the variable 'primal2' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:9847:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_lib.c:593:43: style: Function 'set_maxpivot' argument 2 names different: declaration 'max_num_inv' definition 'maxpivot'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2017:57: note: Function 'set_maxpivot' argument 2 names different: declaration 'max_num_inv' definition 'maxpivot'.
lp_solve_5.5/lp_lib.c:593:43: note: Function 'set_maxpivot' argument 2 names different: declaration 'max_num_inv' definition 'maxpivot'.
lp_solve_5.5/lp_lib.c:648:45: style: Function 'set_obj_bound' argument 2 names different: declaration 'obj_bound' definition 'bb_heuristicOF'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2020:59: note: Function 'set_obj_bound' argument 2 names different: declaration 'obj_bound' definition 'bb_heuristicOF'.
lp_solve_5.5/lp_lib.c:648:45: note: Function 'set_obj_bound' argument 2 names different: declaration 'obj_bound' definition 'bb_heuristicOF'.
lp_solve_5.5/lp_lib.c:900:43: style: Function 'set_pivoting' argument 2 names different: declaration 'piv_rule' definition 'pivoting'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2061:57: note: Function 'set_pivoting' argument 2 names different: declaration 'piv_rule' definition 'pivoting'.
lp_solve_5.5/lp_lib.c:900:43: note: Function 'set_pivoting' argument 2 names different: declaration 'piv_rule' definition 'pivoting'.
lp_solve_5.5/lp_lib.c:3707:54: style: Function 'set_int' argument 3 names different: declaration 'must_be_int' definition 'var_type'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:1859:68: note: Function 'set_int' argument 3 names different: declaration 'must_be_int' definition 'var_type'.
lp_solve_5.5/lp_lib.c:3707:54: note: Function 'set_int' argument 3 names different: declaration 'must_be_int' definition 'var_type'.
lp_solve_5.5/lp_lib.c:3780:73: style: Function 'add_GUB' argument 5 names different: declaration 'sosvars' definition 'gubvars'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2223:73: note: Function 'add_GUB' argument 5 names different: declaration 'sosvars' definition 'gubvars'.
lp_solve_5.5/lp_lib.c:3780:73: note: Function 'add_GUB' argument 5 names different: declaration 'sosvars' definition 'gubvars'.
lp_solve_5.5/lp_lib.c:5916:44: style: Function 'column_in_lp' argument 2 names different: declaration 'column' definition 'testcolumn'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:1827:58: note: Function 'column_in_lp' argument 2 names different: declaration 'column' definition 'testcolumn'.
lp_solve_5.5/lp_lib.c:5916:44: note: Function 'column_in_lp' argument 2 names different: declaration 'column' definition 'testcolumn'.
lp_solve_5.5/lp_lib.c:5952:46: style: Function 'set_lp_name' argument 2 names different: declaration 'lpname' definition 'name'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:1743:60: note: Function 'set_lp_name' argument 2 names different: declaration 'lpname' definition 'name'.
lp_solve_5.5/lp_lib.c:5952:46: note: Function 'set_lp_name' argument 2 names different: declaration 'lpname' definition 'name'.
lp_solve_5.5/lp_lib.c:6702:56: style: Function 'isDualFeasible' argument 3 names different: declaration 'boundflips' definition 'boundflipcount'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2244:56: note: Function 'isDualFeasible' argument 3 names different: declaration 'boundflips' definition 'boundflipcount'.
lp_solve_5.5/lp_lib.c:6702:56: note: Function 'isDualFeasible' argument 3 names different: declaration 'boundflips' definition 'boundflipcount'.
lp_solve_5.5/lp_lib.c:8219:35: style: Function 'is_fixedvar' argument 2 names different: declaration 'variable' definition 'varnr'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2197:48: note: Function 'is_fixedvar' argument 2 names different: declaration 'variable' definition 'varnr'.
lp_solve_5.5/lp_lib.c:8219:35: note: Function 'is_fixedvar' argument 2 names different: declaration 'variable' definition 'varnr'.
lp_solve_5.5/lp_lib.c:3882:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_lib.c:4474:7: style: Variable 'aREAL' is modified but its new value is never used. [unreadVariable]
lp_solve_5.5/lp_lib.c:9470:5: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lp_solve_5.5/lp_matrix.c:3171:5: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lp_solve_5.5/lp_matrix.c:3586:6: style: Condition 'localnz' is always false [knownConditionTrueFalse]
lp_solve_5.5/lp_matrix.c:3388:32: note: Assignment 'localnz=0', assigned value is 0
lp_solve_5.5/lp_matrix.c:3586:6: note: Condition 'localnz' is always false
lp_solve_5.5/lp_matrix.c:3348:8: warning: Possible null pointer dereference: coltarget [nullPointer]
lp_solve_5.5/lp_matrix.c:3058:15: note: Calling function 'prod_Ax', 2nd argument 'coltarget' value is 0
lp_solve_5.5/lp_matrix.c:3348:8: note: Null pointer dereference
lp_solve_5.5/lp_matrix.c:3432:8: warning: Possible null pointer dereference: coltarget [nullPointer]
lp_solve_5.5/lp_matrix.c:3092:15: note: Calling function 'prod_xA', 2nd argument 'coltarget' value is 0
lp_solve_5.5/lp_matrix.c:3432:8: note: Null pointer dereference
lp_solve_5.5/lp_matrix.c:197:10: style: The scope of the variable 'rowsum' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:197:18: style: The scope of the variable 'oldrowsalloc' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:219:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:219:13: style: The scope of the variable 'colsum' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:219:21: style: The scope of the variable 'oldcolsalloc' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:590:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:590:36: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:591:9: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:621:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:621:32: style: The scope of the variable 'n_del' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:670:21: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:696:15: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1753:14: style: The scope of the variable 'row' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1753:26: style: The scope of the variable 'lastnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1754:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1849:8: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1896:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1896:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1896:17: style: The scope of the variable 'je' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1897:12: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:1897:20: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2160:7: style: The scope of the variable 'elmnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2178:7: style: The scope of the variable 'elmnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2205:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2205:10: style: The scope of the variable 'k1' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2205:14: style: The scope of the variable 'k2' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2264:30: style: The scope of the variable 'matRownr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2265:22: style: The scope of the variable 'matValue' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2490:18: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2528:70: style: The scope of the variable 'absvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2568:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2568:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2568:17: style: The scope of the variable 'nz' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2568:21: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:2694:12: style: The scope of the variable 'oldvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:3318:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:3318:15: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:3321:12: style: The scope of the variable 'sdp' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:3387:19: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:3387:26: style: The scope of the variable 'varnr' can be reduced. [variableScope]
lp_solve_5.5/lp_matrix.c:410:78: style: Function 'mat_mapreplace' argument 4 names different: declaration 'insmat' definition 'mat2'. [funcArgNamesDifferent]
lp_solve_5.5/lp_matrix.h:174:78: note: Function 'mat_mapreplace' argument 4 names different: declaration 'insmat' definition 'mat2'.
lp_solve_5.5/lp_matrix.c:410:78: note: Function 'mat_mapreplace' argument 4 names different: declaration 'insmat' definition 'mat2'.
lp_solve_5.5/lp_matrix.c:3595:69: style: Function 'prod_xA2' argument 5 names different: declaration 'pnzprow' definition 'nzprow'. [funcArgNamesDifferent]
lp_solve_5.5/lp_matrix.h:222:85: note: Function 'prod_xA2' argument 5 names different: declaration 'pnzprow' definition 'nzprow'.
lp_solve_5.5/lp_matrix.c:3595:69: note: Function 'prod_xA2' argument 5 names different: declaration 'pnzprow' definition 'nzprow'.
lp_solve_5.5/lp_matrix.c:3596:69: style: Function 'prod_xA2' argument 8 names different: declaration 'dnzdrow' definition 'nzdrow'. [funcArgNamesDifferent]
lp_solve_5.5/lp_matrix.h:223:85: note: Function 'prod_xA2' argument 8 names different: declaration 'dnzdrow' definition 'nzdrow'.
lp_solve_5.5/lp_matrix.c:3596:69: note: Function 'prod_xA2' argument 8 names different: declaration 'dnzdrow' definition 'nzdrow'.
lp_solve_5.5/lp_matrix.c:204:20: style: Variable 'oldrowsalloc' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_matrix.c:3348:8: style: Variable 've' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_mipbb.c:1259:42: style: Condition 'countnint==0' is always true [knownConditionTrueFalse]
lp_solve_5.5/lp_mipbb.c:1257:19: note: Assuming that condition 'countnint==0' is not redundant
lp_solve_5.5/lp_mipbb.c:1259:42: note: Condition 'countnint==0' is always true
lp_solve_5.5/lp_mipbb.c:146:22: warning: Either the condition 'parentBB!=0' is redundant or there is possible null pointer dereference: parentBB. [nullPointerRedundantCheck]
lp_solve_5.5/lp_mipbb.c:100:18: note: Assuming that condition 'parentBB!=0' is not redundant
lp_solve_5.5/lp_mipbb.c:146:22: note: Null pointer dereference
lp_solve_5.5/lp_mipbb.c:196:15: warning: Either the condition 'BB==0' is redundant or there is possible null pointer dereference: BB. [nullPointerRedundantCheck]
lp_solve_5.5/lp_mipbb.c:198:9: note: Assuming that condition 'BB==0' is not redundant
lp_solve_5.5/lp_mipbb.c:196:15: note: Null pointer dereference
lp_solve_5.5/lp_mipbb.c:102:17: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:315:10: style: The scope of the variable 'new_bound' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:316:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:637:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:765:10: style: The scope of the variable 'testOF' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:975:9: style: The scope of the variable 'deltaRC' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:975:27: style: The scope of the variable 'deltaOF' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:1044:10: style: The scope of the variable 'countsossc' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:1044:33: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_mipbb.c:1045:10: style: The scope of the variable 'varsol' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:395:9: style: The scope of the variable 'ptr1' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:419:15: style: The scope of the variable 'params_written' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:420:14: style: The scope of the variable 'fp0' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:421:7: style: The scope of the variable 'state' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:421:18: style: The scope of the variable 'looping' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:421:27: style: The scope of the variable 'newline' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:518:12: style: The scope of the variable 'looping' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:518:21: style: The scope of the variable 'line' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:520:14: style: The scope of the variable 'hashfunctions' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:520:30: style: The scope of the variable 'hashparameters' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:13: style: The scope of the variable 'elements' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:23: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:26: style: The scope of the variable 'intvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:522:36: style: The scope of the variable 'state' can be reduced. [variableScope]
lp_solve_5.5/lp_params.c:523:8: style: The scope of the variable 'REALvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:725:44: warning: Either the condition 'nzlist!=0' is redundant or there is possible null pointer dereference: nzlist. [nullPointerRedundantCheck]
lp_solve_5.5/lp_presolve.c:729:15: note: Assuming that condition 'nzlist!=0' is not redundant
lp_solve_5.5/lp_presolve.c:725:44: note: Null pointer dereference
lp_solve_5.5/lp_presolve.c:162:19: style: The scope of the variable 'ik' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:162:23: style: The scope of the variable 'ie' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:162:27: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:162:34: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:162:38: style: The scope of the variable 'colnrDep' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:163:20: style: The scope of the variable 'hold' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:163:27: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:246:16: style: The scope of the variable 'iix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:275:23: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:419:12: style: The scope of the variable 'LHS' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:419:17: style: The scope of the variable 'RHS' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:419:22: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:13: style: The scope of the variable 'ie' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:17: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:20: style: The scope of the variable 'je' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:24: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:27: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:510:35: style: The scope of the variable 'items' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:511:10: style: The scope of the variable 'upbound' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:511:19: style: The scope of the variable 'lobound' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:511:28: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:610:10: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:613:14: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:785:29: style: The scope of the variable 'countR' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:785:41: style: The scope of the variable 'countC' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:786:14: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:832:24: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:832:28: style: The scope of the variable 'je' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:832:46: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:832:49: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:900:12: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:900:16: style: The scope of the variable 'ie' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:900:46: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:900:49: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:1590:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:1593:12: style: The scope of the variable 'Value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:1972:14: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:1994:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2134:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2135:26: style: The scope of the variable 'range' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2135:33: style: The scope of the variable 'absvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2135:72: style: The scope of the variable 'tolgap' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2137:12: style: The scope of the variable 'chsign' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2201:12: style: The scope of the variable 'chsign' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2202:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2203:12: style: The scope of the variable 'upLim' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2203:19: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2203:26: style: The scope of the variable 'absvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2249:32: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2249:41: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2401:15: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2401:19: style: The scope of the variable 'je' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2402:12: style: The scope of the variable 'GCDvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2403:21: style: The scope of the variable 'Rvalue' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2544:10: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2544:14: style: The scope of the variable 'jjx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2583:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:2604:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3017:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3042:12: style: The scope of the variable 'signflip' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3045:44: style: The scope of the variable 'conRange' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3306:30: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3309:15: style: The scope of the variable 'hold' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3434:15: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3435:12: style: The scope of the variable 'Xlower' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3435:20: style: The scope of the variable 'Xupper' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:3466:12: style: The scope of the variable 'canfree' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4372:16: style: The scope of the variable 'of' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4373:16: style: The scope of the variable 'isint' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4763:12: style: The scope of the variable 'candelete' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4765:24: style: The scope of the variable 'jx' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4845:9: style: The scope of the variable 'iix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4866:31: style: The scope of the variable 'unbounded' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:4873:46: style: The scope of the variable 'item' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5040:12: style: The scope of the variable 'isOFNZ' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5040:20: style: The scope of the variable 'unbounded' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5044:30: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5044:37: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5044:40: style: The scope of the variable 'countNZ' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5045:12: style: The scope of the variable 'coeff_bl' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5045:22: style: The scope of the variable 'coeff_bu' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5174:71: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5245:12: style: The scope of the variable 'candelete' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5247:32: style: The scope of the variable 'ix' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5247:36: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5248:42: style: The scope of the variable 'lorhs' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5248:49: style: The scope of the variable 'uprhs' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:5862:9: style: The scope of the variable 'itemp' can be reduced. [variableScope]
lp_solve_5.5/lp_presolve.c:1474:15: style: Variable 'LOold' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_presolve.c:2005:20: style: Variable 'isMI' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_presolve.c:3615:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/lp_price.c:1983:18: warning: Either the condition 'multi==0' is redundant or there is possible null pointer dereference: multi. [nullPointerRedundantCheck]
lp_solve_5.5/lp_price.c:1991:13: note: Assuming that condition 'multi==0' is not redundant
lp_solve_5.5/lp_price.c:1983:18: note: Null pointer dereference
lp_solve_5.5/lp_price.c:1990:3: warning: Either the condition 'multi==0' is redundant or there is possible null pointer dereference: multi. [nullPointerRedundantCheck]
lp_solve_5.5/lp_price.c:1991:13: note: Assuming that condition 'multi==0' is not redundant
lp_solve_5.5/lp_price.c:1990:3: note: Null pointer dereference
lp_solve_5.5/lp_price.c:773:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lp_solve_5.5/lp_price.c:663:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:703:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:704:8: style: The scope of the variable 'hold' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1170:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1349:18: style: The scope of the variable 'quot' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1818:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1869:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1870:12: style: The scope of the variable 'lB' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1870:16: style: The scope of the variable 'uB' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1870:20: style: The scope of the variable 'Alpha' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1870:39: style: The scope of the variable 'prev_theta' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:2086:12: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_price.c:1564:15: style: Variable 'blockdata' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_price.c:1132:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lp_solve_5.5/lp_price.c:2028:23: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
lp_solve_5.5/lp_pricePSE.c:417:14: error: Null pointer dereference: vAlpha [nullPointer]
lp_solve_5.5/lp_pricePSE.c:374:35: note: Assignment 'vAlpha=0', assigned value is 0
lp_solve_5.5/lp_pricePSE.c:417:14: note: Null pointer dereference
lp_solve_5.5/lp_pricePSE.c:437:14: error: Null pointer dereference: vAlpha [nullPointer]
lp_solve_5.5/lp_pricePSE.c:374:35: note: Assignment 'vAlpha=0', assigned value is 0
lp_solve_5.5/lp_pricePSE.c:437:14: note: Null pointer dereference
lp_solve_5.5/lp_pricePSE.c:492:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_pricePSE.c:157:15: style: Variable 'isDEVEX' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_report.c:90:30: warning: Either the condition 'lp==0' is redundant or there is possible null pointer dereference: lp. [nullPointerRedundantCheck]
lp_solve_5.5/lp_report.c:105:12: note: Assuming that condition 'lp==0' is not redundant
lp_solve_5.5/lp_report.c:104:18: note: Calling function 'print_indent', 1st argument 'lp' value is 0
lp_solve_5.5/lp_report.c:90:30: note: Null pointer dereference
lp_solve_5.5/lp_report.c:91:6: warning: Either the condition 'lp==0' is redundant or there is possible null pointer dereference: lp. [nullPointerRedundantCheck]
lp_solve_5.5/lp_report.c:105:12: note: Assuming that condition 'lp==0' is not redundant
lp_solve_5.5/lp_report.c:104:18: note: Calling function 'print_indent', 1st argument 'lp' value is 0
lp_solve_5.5/lp_report.c:91:6: note: Null pointer dereference
lp_solve_5.5/lp_report.c:103:6: warning: Either the condition 'lp==0' is redundant or there is possible null pointer dereference: lp. [nullPointerRedundantCheck]
lp_solve_5.5/lp_report.c:105:12: note: Assuming that condition 'lp==0' is not redundant
lp_solve_5.5/lp_report.c:103:6: note: Null pointer dereference
lp_solve_5.5/lp_report.c:88:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:101:11: style: The scope of the variable 'ap' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:125:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:138:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:185:10: style: The scope of the variable 'nzb' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:368:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:369:8: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:399:8: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:460:8: style: The scope of the variable 'hold' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:580:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_report.c:303:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/lp_report.c:713:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/lp_rlp.h:2402:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lp_solve_5.5/lp_rlp.c:1261:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lp_solve_5.5/lp_rlp.h:1048:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lp_solve_5.5/lp_rlp.h:1583:68: style: Function 'lp_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'lp_yy_current_state'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:350:63: note: Function 'lp_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'lp_yy_current_state'.
lp_solve_5.5/lp_rlp.h:1583:68: note: Function 'lp_yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'lp_yy_current_state'.
lp_solve_5.5/lp_rlp.h:1607:52: style: Function 'lp_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'lp_yy_bp'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:710:41: note: Function 'lp_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'lp_yy_bp'.
lp_solve_5.5/lp_rlp.h:1607:52: note: Function 'lp_yyunput' argument 2 names different: declaration 'buf_ptr' definition 'lp_yy_bp'.
lp_solve_5.5/lp_rlp.h:2051:54: style: Function 'lp_yy_scan_string' argument 1 names different: declaration 'lp_yy_str' definition 'lp_yystr'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:307:53: note: Function 'lp_yy_scan_string' argument 1 names different: declaration 'lp_yy_str' definition 'lp_yystr'.
lp_solve_5.5/lp_rlp.h:2051:54: note: Function 'lp_yy_scan_string' argument 1 names different: declaration 'lp_yy_str' definition 'lp_yystr'.
lp_solve_5.5/lp_rlp.h:2064:54: style: Function 'lp_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'lp_yybytes'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:308:52: note: Function 'lp_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'lp_yybytes'.
lp_solve_5.5/lp_rlp.h:2064:54: note: Function 'lp_yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'lp_yybytes'.
lp_solve_5.5/lp_rlp.h:2064:71: style: Function 'lp_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_lp_yybytes_len'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:308:62: note: Function 'lp_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_lp_yybytes_len'.
lp_solve_5.5/lp_rlp.h:2064:71: note: Function 'lp_yy_scan_bytes' argument 2 names different: declaration 'len' definition '_lp_yybytes_len'.
lp_solve_5.5/lp_rlp.h:2259:27: style: Function 'lp_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:672:26: note: Function 'lp_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lp_solve_5.5/lp_rlp.h:2259:27: note: Function 'lp_yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lp_solve_5.5/lp_rlp.h:2286:32: style: Function 'lp_yylex_init' argument 1 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:661:33: note: Function 'lp_yylex_init' argument 1 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'.
lp_solve_5.5/lp_rlp.h:2286:32: note: Function 'lp_yylex_init' argument 1 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'.
lp_solve_5.5/lp_rlp.h:2315:39: style: Function 'lp_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'lp_yy_user_defined'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:663:40: note: Function 'lp_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'lp_yy_user_defined'.
lp_solve_5.5/lp_rlp.h:2315:39: note: Function 'lp_yylex_init_extra' argument 1 names different: declaration 'user_defined' definition 'lp_yy_user_defined'.
lp_solve_5.5/lp_rlp.h:2315:71: style: Function 'lp_yylex_init_extra' argument 2 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'. [funcArgNamesDifferent]
lp_solve_5.5/lp_rlp.h:663:66: note: Function 'lp_yylex_init_extra' argument 2 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'.
lp_solve_5.5/lp_rlp.h:2315:71: note: Function 'lp_yylex_init_extra' argument 2 names different: declaration 'lp_yyscanner' definition 'ptr_lp_yy_globals'.
lp_solve_5.5/lp_scale.c:150:16: style: The scope of the variable 'qkqkm1' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:681:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:886:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:917:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1028:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1028:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1028:17: style: The scope of the variable 'nz' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1030:12: style: The scope of the variable 'value' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1031:12: style: The scope of the variable 'rownr' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:1031:20: style: The scope of the variable 'colnr' can be reduced. [variableScope]
lp_solve_5.5/lp_scale.c:338:10: style: Variable 'qkm2' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_scale.c:334:10: style: Variable 'ekm2' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_scale.c:647:12: style: Variable 'colMax' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_simplex.c:1042:6: style: Condition 'longsteps' is always false [knownConditionTrueFalse]
lp_solve_5.5/lp_simplex.c:1036:15: note: Assignment 'longsteps=0', assigned value is 0
lp_solve_5.5/lp_simplex.c:1042:6: note: Condition 'longsteps' is always false
lp_solve_5.5/lp_simplex.c:1078:6: style: Condition 'dualphase1' is always false [knownConditionTrueFalse]
lp_solve_5.5/lp_simplex.c:986:50: note: Assignment 'dualphase1=0', assigned value is 0
lp_solve_5.5/lp_simplex.c:1078:6: note: Condition 'dualphase1' is always false
lp_solve_5.5/lp_simplex.c:355:36: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:356:28: style: The scope of the variable 'rhscoef' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:470:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:508:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:531:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1527:13: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1528:10: style: The scope of the variable 'primalfeasible' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1528:26: style: The scope of the variable 'dualfeasible' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1700:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1702:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
lp_solve_5.5/lp_simplex.c:1698:24: style: Function 'make_lag' argument 1 names different: declaration 'server' definition 'lpserver'. [funcArgNamesDifferent]
lp_solve_5.5/lp_lib.h:2175:24: note: Function 'make_lag' argument 1 names different: declaration 'server' definition 'lpserver'.
lp_solve_5.5/lp_simplex.c:1698:24: note: Function 'make_lag' argument 1 names different: declaration 'server' definition 'lpserver'.
lp_solve_5.5/lp_solve/lp_solve.c:394:19: style: The scope of the variable 'n' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:435:12: style: The scope of the variable 'ret' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:1193:11: style: The scope of the variable 'guessvector' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:1194:10: style: The scope of the variable 'basisvector' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:1197:9: style: The scope of the variable 'col' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:1198:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:1198:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lp_solve_5.5/lp_solve/lp_solve.c:262:9: style: Variable 'ord' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/lp_utils.c:640:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lp_solve_5.5/lp_utils.c:276:14: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lp_solve_5.5/lp_utils.c:156:18: style: The scope of the variable 'comp1' can be reduced. [variableScope]
lp_solve_5.5/lp_utils.c:157:17: style: The scope of the variable 'comp4' can be reduced. [variableScope]
lp_solve_5.5/lp_utils.c:620:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_utils.c:734:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lp_solve_5.5/lp_utils.c:1004:15: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/lp_utils.c:1005:17: style: The scope of the variable 'ref' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:46:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:46:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:46:17: style: The scope of the variable 'nchars' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:47:11: style: The scope of the variable 'a' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:48:11: style: The scope of the variable 'first' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:49:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:87:16: style: The scope of the variable 'b' can be reduced. [variableScope]
lp_solve_5.5/lp_wlp.c:337:0: error: Resource leak: output [resourceLeak]
lp_solve_5.5/shared/commonlib.c:140:13: style: The scope of the variable 't' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:373:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:373:20: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:435:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:435:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:520:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:520:19: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:521:13: style: The scope of the variable 'v' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:555:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:659:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:659:19: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:692:15: style: The scope of the variable 'j' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:740:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:765:10: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/shared/commonlib.c:790:11: style: The scope of the variable 'ii' can be reduced. [variableScope]
lp_solve_5.5/shared/mmio.c:26:9: style: The scope of the variable 'x' can be reduced. [variableScope]
lp_solve_5.5/shared/mmio.c:194:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
lp_solve_5.5/shared/mmio.c:222:9: style: The scope of the variable 'num_items_read' can be reduced. [variableScope]
lp_solve_5.5/shared/mmio.c:298:31: style: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'. [funcArgNamesDifferent]
lp_solve_5.5/shared/mmio.h:125:74: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
lp_solve_5.5/shared/mmio.c:298:31: note: Function 'mm_read_mtx_crd_entry' argument 5 names different: declaration 'img' definition 'imag'.
lp_solve_5.5/shared/mmio.c:78:13: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
lp_solve_5.5/shared/mmio.c:113:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lp_solve_5.5/shared/mmio.c:345:0: error: Resource leak: f [resourceLeak]
lp_solve_5.5/shared/myblas.c:182:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:261:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:358:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:433:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:509:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:514:9: style: The scope of the variable 'dtemp1' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:676:23: style: The scope of the variable 'xtest' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:727:24: style: The scope of the variable 'absval' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:820:14: style: The scope of the variable 'xix' can be reduced. [variableScope]
lp_solve_5.5/shared/myblas.c:174:36: style: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:99:37: note: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:174:36: note: Function 'my_daxpy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:174:46: style: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:99:46: note: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:174:46: note: Function 'my_daxpy' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:174:66: style: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:99:66: note: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:174:66: note: Function 'my_daxpy' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:174:88: style: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:99:88: note: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:174:88: note: Function 'my_daxpy' argument 6 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:253:36: style: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:98:37: note: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:253:36: note: Function 'my_dcopy' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:253:55: style: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:98:55: note: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:253:55: note: Function 'my_dcopy' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:253:77: style: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:98:76: note: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:253:77: note: Function 'my_dcopy' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:340:36: style: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:97:37: note: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:340:36: note: Function 'my_dscal' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:340:46: style: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:97:46: note: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:340:46: note: Function 'my_dscal' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:340:66: style: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:97:66: note: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:340:66: note: Function 'my_dscal' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:424:34: style: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:101:37: note: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:424:34: note: Function 'my_ddot' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:424:53: style: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:101:55: note: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:424:53: note: Function 'my_ddot' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:424:75: style: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:101:77: note: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:424:75: note: Function 'my_ddot' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:507:36: style: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:100:37: note: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:507:36: note: Function 'my_dswap' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:507:55: style: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:100:55: note: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:507:55: note: Function 'my_dswap' argument 3 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:507:77: style: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:100:76: note: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:507:77: note: Function 'my_dswap' argument 5 names different: declaration 'incy' definition '_incy'.
lp_solve_5.5/shared/myblas.c:606:36: style: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:103:37: note: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:606:36: note: Function 'my_dload' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:606:46: style: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:103:46: note: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:606:46: note: Function 'my_dload' argument 2 names different: declaration 'da' definition '_da'.
lp_solve_5.5/shared/myblas.c:606:66: style: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:103:65: note: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:606:66: note: Function 'my_dload' argument 4 names different: declaration 'incx' definition '_incx'.
lp_solve_5.5/shared/myblas.c:674:36: style: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:102:37: note: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:674:36: note: Function 'my_idamax' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:674:54: style: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:102:55: note: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/shared/myblas.c:674:54: note: Function 'my_idamax' argument 3 names different: declaration 'is' definition '_is'.
lp_solve_5.5/shared/myblas.c:721:37: style: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'. [funcArgNamesDifferent]
lp_solve_5.5/shared/myblas.h:104:37: note: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/shared/myblas.c:721:37: note: Function 'my_dnormi' argument 1 names different: declaration 'n' definition '_n'.
lp_solve_5.5/yacc_read.c:824:13: style: The scope of the variable 'i1' can be reduced. [variableScope]
lp_solve_5.5/yacc_read.c:824:17: style: The scope of the variable 'count' can be reduced. [variableScope]
lp_solve_5.5/yacc_read.c:824:31: style: The scope of the variable 'col' can be reduced. [variableScope]
lp_solve_5.5/yacc_read.c:1217:9: style: The scope of the variable 'orig_upbo' can be reduced. [variableScope]
lp_solve_5.5/yacc_read.c:279:5: error: Memory leak: SOS [memleak]
lp_solve_5.5/yacc_read.c:284:5: error: Memory leak: name [memleak]
lp_solve_5.5/yacc_read.c:295:3: error: Memory leak: name [memleak]
lp_solve_5.5/yacc_read.c:304:7: error: Memory leak: SOSvar [memleak]
lp_solve_5.5/yacc_read.c:309:7: error: Memory leak: name [memleak]
lp_solve_5.5/yacc_read.c:461:9: error: Memory leak: col_p [memleak]
lp_solve_5.5/yacc_read.c:471:9: error: Memory leak: col_p [memleak]
lp_solve_5.5/yacc_read.c:500:7: error: Memory leak: rp [memleak]
lp_solve_5.5/yacc_read.c:688:5: error: Memory leak: name [memleak]
lp_solve_5.5/yacc_read.c:837:7: error: Memory leak: negateAndSOS [memleak]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lpc21isp/lpc21isp_1.97.orig.tar.gz
lpc21isp_197/lpc21isp.c:854:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpc21isp.c:1298:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpc21isp.c:1333:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpc21isp.c:1168:13: style: The scope of the variable 'ap' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:1353:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:2032:20: style: The scope of the variable 'i' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:2034:20: style: The scope of the variable 'Pos' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:2379:9: style: The scope of the variable 'downloadResult' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:2490:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lpc21isp_197/lpc21isp.c:2486:40: style: Function 'DumpString' argument 2 names different: declaration 's' definition 'b'. [funcArgNamesDifferent]
lpc21isp_197/lpc21isp.h:297:40: note: Function 'DumpString' argument 2 names different: declaration 's' definition 'b'.
lpc21isp_197/lpc21isp.c:2486:40: note: Function 'DumpString' argument 2 names different: declaration 's' definition 'b'.
lpc21isp_197/lpc21isp.c:1275:21: style: Variable 'nr_of_0x0D' is modified but its new value is never used. [unreadVariable]
lpc21isp_197/lpcprog.c:1111:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1111:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1115:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1115:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1132:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1132:21: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1136:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1136:21: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1210:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1210:13: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1329:33: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1335:33: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1383:25: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1389:25: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1469:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1469:21: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1473:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1473:21: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1506:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1506:17: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1506:17: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1522:25: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1522:25: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1526:25: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1526:25: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1526:25: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1579:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1587:13: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1615:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:1623:17: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lpc21isp_197/lpcprog.c:570:10: style: The scope of the variable 'ExpectedAnswer' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:573:10: style: The scope of the variable 'strippedsize' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:574:9: style: The scope of the variable 'nQuestionMarks' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:577:19: style: The scope of the variable 'SectorLength' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:590:19: style: The scope of the variable 'ivt_CRC' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:593:10: style: The scope of the variable 'tmp_string' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:1431:31: style: The scope of the variable 'CopyLengthPartialRemainingBytes' can be reduced. [variableScope]
lpc21isp_197/lpcprog.c:402:32: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lpctools/lpctools_1.07.orig.tar.gz
lpctools-v1.07/check.c:75:11: style: The scope of the variable 'crp' can be reduced. [variableScope]
lpctools-v1.07/isp_commands.c:118:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:323:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:339:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:339:4: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:361:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:361:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:473:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:563:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:571:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_commands.c:665:8: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lpctools-v1.07/isp_commands.c:665:8: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lpctools-v1.07/isp_commands.c:499:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lpctools-v1.07/isp_utils.c:145:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_utils.c:232:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_utils.c:196:6: style: The scope of the variable 'nb' can be reduced. [variableScope]
lpctools-v1.07/isp_utils.c:338:14: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lpctools-v1.07/isp_wrapper.c:146:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/isp_wrapper.c:141:17: style: Checking if unsigned variable 'bytes_read' is less than zero. [unsignedLessThanZero]
lpctools-v1.07/lpcisp.c:110:6: style: The scope of the variable 'crystal_freq' can be reduced. [variableScope]
lpctools-v1.07/lpcprog.c:190:3: style: Variable 'parts_file' is reassigned a value before the old one has been used. [redundantAssignment]
lpctools-v1.07/lpcprog.c:187:0: note: Variable 'parts_file' is reassigned a value before the old one has been used.
lpctools-v1.07/lpcprog.c:190:3: note: Variable 'parts_file' is reassigned a value before the old one has been used.
lpctools-v1.07/parts.c:69:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/parts.c:80:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/parts.c:89:4: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/parts.c:99:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/parts.c:99:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/parts.c:44:2: style: Variable 'parts_file' is reassigned a value before the old one has been used. [redundantAssignment]
lpctools-v1.07/parts.c:39:0: note: Variable 'parts_file' is reassigned a value before the old one has been used.
lpctools-v1.07/parts.c:44:2: note: Variable 'parts_file' is reassigned a value before the old one has been used.
lpctools-v1.07/parts.c:37:60: style: Function 'find_part_in_file' argument 2 names different: declaration 'conf_file_name' definition 'parts_file_name'. [funcArgNamesDifferent]
lpctools-v1.07/parts.h:52:60: note: Function 'find_part_in_file' argument 2 names different: declaration 'conf_file_name' definition 'parts_file_name'.
lpctools-v1.07/parts.c:37:60: note: Function 'find_part_in_file' argument 2 names different: declaration 'conf_file_name' definition 'parts_file_name'.
lpctools-v1.07/parts.c:47:3: error: Memory leak: part [memleak]
lpctools-v1.07/prog_commands.c:262:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:262:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:262:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:267:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:267:2: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:267:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:271:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:285:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lpctools-v1.07/prog_commands.c:293:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lpe/lpe_1.2.8.orig.tar.xz
data/comp.c:11:8: style: The scope of the variable 's' can be reduced. [variableScope]
intl/dcigettext.c:689:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
intl/dcigettext.c:1529:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
intl/dcigettext.c:485:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
intl/gettextP.h:79:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
intl/dcigettext.c:485:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
intl/dcigettext.c:485:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
intl/gettextP.h:80:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
intl/dcigettext.c:485:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
intl/dcigettext.c:485:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
intl/gettextP.h:80:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
intl/dcigettext.c:485:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
intl/dcigettext.c:486:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
intl/gettextP.h:81:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
intl/dcigettext.c:486:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
intl/dcigettext.c:486:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
intl/gettextP.h:81:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
intl/dcigettext.c:486:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
intl/dcigettext.c:486:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
intl/gettextP.h:82:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
intl/dcigettext.c:486:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
intl/finddomain.c:59:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
intl/gettextP.h:259:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
intl/finddomain.c:59:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
intl/finddomain.c:59:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
intl/gettextP.h:259:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
intl/finddomain.c:59:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
intl/finddomain.c:60:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
intl/gettextP.h:260:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
intl/finddomain.c:60:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
intl/finddomain.c:60:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
intl/gettextP.h:261:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
intl/finddomain.c:60:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
intl/hash-string.c:33:0: style: The scope of the variable 'g' can be reduced. [variableScope]
intl/l10nflist.c:346:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
intl/loadmsgcat.c:868:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
intl/loadmsgcat.c:795:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
intl/loadmsgcat.c:868:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
intl/loadmsgcat.c:868:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
intl/loadmsgcat.c:795:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
intl/loadmsgcat.c:868:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
intl/loadmsgcat.c:785:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
intl/gettextP.h:263:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
intl/loadmsgcat.c:785:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
intl/loadmsgcat.c:786:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
intl/gettextP.h:264:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
intl/loadmsgcat.c:786:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
intl/localcharset.c:473:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
intl/localcharset.c:464:24: note: Assignment 'locale=NULL', assigned value is 0
intl/localcharset.c:473:14: note: Condition 'locale==NULL' is always true
intl/localcharset.c:172:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
intl/localcharset.c:473:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
intl/localcharset.c:464:24: note: 'locale' is assigned value 'NULL' here.
intl/localcharset.c:473:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
intl/localcharset.c:133:19: style: The scope of the variable 'base' can be reduced. [variableScope]
* yacc.c:358  *:826:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
intl/xsize.h:31:0: error: #error "Please include config.h first." [preprocessorErrorDirective]
src/buffer.c:89:17: style: The scope of the variable 'ent' can be reduced. [variableScope]
src/buffer.c:235:23: style: Function 'free_list' argument 1 names different: declaration 'list' definition 'lst'. [funcArgNamesDifferent]
src/buffer.h:22:26: note: Function 'free_list' argument 1 names different: declaration 'list' definition 'lst'.
src/buffer.c:235:23: note: Function 'free_list' argument 1 names different: declaration 'list' definition 'lst'.
src/buffer.c:577:9: warning: Size of pointer 'dir' used instead of size of its data. [pointerSize]
src/cfg-core.c:89:11: style: The scope of the variable 'hentry' can be reduced. [variableScope]
src/cfg-core.c:90:10: style: The scope of the variable 'num' can be reduced. [variableScope]
src/cfg-core.c:237:11: style: The scope of the variable 'str' can be reduced. [variableScope]
src/cfg-core.c:65:26: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
src/cfg-core.c:120:2: error: Common realloc mistake: 'LpeOptionTable' nulled but not freed upon failure [memleakOnRealloc]
src/cfg-core.c:305:1: error: va_list 'arglist' was opened but not closed by va_end(). [va_end_missing]
src/common.c:14:23: style: Function 'copy' argument 1 names different: declaration 'from' definition 'from_file'. [funcArgNamesDifferent]
src/common.h:9:24: note: Function 'copy' argument 1 names different: declaration 'from' definition 'from_file'.
src/common.c:14:23: note: Function 'copy' argument 1 names different: declaration 'from' definition 'from_file'.
src/common.c:14:46: style: Function 'copy' argument 2 names different: declaration 'to' definition 'to_file'. [funcArgNamesDifferent]
src/common.h:9:43: note: Function 'copy' argument 2 names different: declaration 'to' definition 'to_file'.
src/common.c:14:46: note: Function 'copy' argument 2 names different: declaration 'to' definition 'to_file'.
src/input.c:261:9: style: The scope of the variable 'i' can be reduced. [variableScope]
src/input.c:288:9: style: The scope of the variable 'i' can be reduced. [variableScope]
src/input.c:940:17: style: The scope of the variable 'open_fname' can be reduced. [variableScope]
src/input.c:2240:9: error: Return value of allocation function 'malloc' is not stored. [leakReturnValNotUsed]
src/lpecomm.c:166:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
src/minibuf.c:153:5: warning: Either the condition '(am=(char**)malloc((mc+1)*sizeof(char*)))==NULL' is redundant or there is possible null pointer dereference: am. [nullPointerRedundantCheck]
src/minibuf.c:151:62: note: Assuming that condition '(am=(char**)malloc((mc+1)*sizeof(char*)))==NULL' is not redundant
src/minibuf.c:153:5: note: Null pointer dereference
src/minibuf.c:134:10: style: The scope of the variable 'dir' can be reduced. [variableScope]
src/minibuf.c:140:9: style: The scope of the variable 'nl' can be reduced. [variableScope]
src/minibuf.c:233:9: style: The scope of the variable 'ml' can be reduced. [variableScope]
src/minibuf.c:235:9: style: The scope of the variable 'i' can be reduced. [variableScope]
src/minibuf.c:303:20: style: The scope of the variable 'de' can be reduced. [variableScope]
src/minibuf.c:343:9: style: The scope of the variable 'ml' can be reduced. [variableScope]
src/minibuf.c:345:9: style: The scope of the variable 'i' can be reduced. [variableScope]
src/minibuf.c:574:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
src/mode-utils.c:66:15: style: Redundant condition: line. '!line || (line && strlen(line)==0)' is equivalent to '!line || strlen(line)==0' [redundantCondition]
src/mode-utils.c:31:11: style: The scope of the variable 'ext' can be reduced. [variableScope]
src/mode-utils.c:62:11: style: The scope of the variable 'c_mode' can be reduced. [variableScope]
src/modes/htmlmode.c:149:9: style: The scope of the variable 'color' can be reduced. [variableScope]
src/modes/lispmode.c:191:6: style: The scope of the variable 'color' can be reduced. [variableScope]
src/modes/lispmode.c:156:5: error: Common realloc mistake: 'brace_stack' nulled but not freed upon failure [memleakOnRealloc]
src/modes/perlmode.c:290:21: style: The scope of the variable 'p' can be reduced. [variableScope]
src/modes/perlmode.c:325:9: style: The scope of the variable 'tmp' can be reduced. [variableScope]
src/screen.c:253:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
src/screen.c:260:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
src/screen.c:217:20: style: The scope of the variable 'ptmp' can be reduced. [variableScope]
src/screen.c:419:11: style: The scope of the variable 'start' can be reduced. [variableScope]
src/strfuncs.c:35:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
src/strfuncs.c:35:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
src/strfuncs.c:62:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
src/strfuncs.c:62:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lphdisk/lphdisk_0.9.1.ds1.orig.tar.gz
lphdisk-0.9.1.debian/lphdisk.c:721:0: error: No pair for character ("). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lprng/lprng_3.8.B.orig.tar.gz
lprng-3.8.B/UTILS/tcpsend.c:105:3: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/UTILS/tcpsend.c:104:3: note: Variable 'sock' is reassigned a value before the old one has been used.
lprng-3.8.B/UTILS/tcpsend.c:105:3: note: Variable 'sock' is reassigned a value before the old one has been used.
lprng-3.8.B/UTILS/termcap.c:521:16: style: The scope of the variable 'c1' can be reduced. [variableScope]
lprng-3.8.B/UTILS/termcap.c:521:20: style: The scope of the variable 'c2' can be reduced. [variableScope]
lprng-3.8.B/UTILS/termcap.c:565:16: style: The scope of the variable 'nread' can be reduced. [variableScope]
lprng-3.8.B/UTILS/xlate.c:98:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/AUTHENTICATE/sclient.c:161:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/AUTHENTICATE/sclient.c:190:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/AUTHENTICATE/sserver.c:188:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/AUTHENTICATE/sserver.c:217:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/auth/md5_auth.c:99:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lprng-3.8.B/src/auth/md5_auth.c:134:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lprng-3.8.B/src/common/accounting.c:69:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/accounting.c:69:14: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/accounting.c:71:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/accounting.c:191:34: style: Variable 'tempfd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/checkpc.c:117:6: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lprng-3.8.B/src/common/checkpc.c:116:6: note: outer condition: Verbose
lprng-3.8.B/src/common/checkpc.c:117:6: note: identical inner condition: Verbose
lprng-3.8.B/src/common/checkpc.c:1423:9: style: Condition 'fd>=0' is always false [knownConditionTrueFalse]
lprng-3.8.B/src/common/checkpc.c:1403:8: note: Assignment 'fd=-1', assigned value is -1
lprng-3.8.B/src/common/checkpc.c:1423:9: note: Condition 'fd>=0' is always false
lprng-3.8.B/src/common/checkpc.c:888:17: warning: Either the condition 'path==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lprng-3.8.B/src/common/checkpc.c:891:11: note: Assuming that condition 'path==0' is not redundant
lprng-3.8.B/src/common/checkpc.c:888:17: note: Null pointer addition
lprng-3.8.B/src/common/checkpc.c:72:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/checkpc.c:55:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:72:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:72:6: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/checkpc.c:55:6: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:72:6: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:1236:4: style: Variable 'ttyfd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/checkpc.c:1222:4: note: Variable 'ttyfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:1236:4: note: Variable 'ttyfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:1237:4: style: Variable 'sttycmd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/checkpc.c:1223:4: note: Variable 'sttycmd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:1237:4: note: Variable 'sttycmd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/checkpc.c:249:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/checkpc.c:707:6: style: The scope of the variable 'old' can be reduced. [variableScope]
lprng-3.8.B/src/common/checkpc.c:835:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lprng-3.8.B/src/common/checkpc.c:1464:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lprng-3.8.B/src/common/checkpc.c:1485:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lprng-3.8.B/src/common/checkpc.c:628:27: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/child.c:74:9: style: The scope of the variable 'pid' can be reduced. [variableScope]
lprng-3.8.B/src/common/child.c:85:12: style: The scope of the variable 'pid' can be reduced. [variableScope]
lprng-3.8.B/src/common/child.c:102:6: style: The scope of the variable 'pid' can be reduced. [variableScope]
lprng-3.8.B/src/common/child.c:130:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/child.c:131:14: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/debug.c:111:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/debug.c:111:12: style: The scope of the variable 'found' can be reduced. [variableScope]
lprng-3.8.B/src/common/errormsg.c:101:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lprng-3.8.B/src/common/gethostinfo.c:111:15: style: Condition 'host_ent==0' is always true [knownConditionTrueFalse]
lprng-3.8.B/src/common/gethostinfo.c:91:29: note: Assignment 'host_ent=0', assigned value is 0
lprng-3.8.B/src/common/gethostinfo.c:111:15: note: Condition 'host_ent==0' is always true
lprng-3.8.B/src/common/gethostinfo.c:111:15: style: Same expression on both sides of '==' because the value of 'host_ent' and '0' are the same. [duplicateExpression]
lprng-3.8.B/src/common/gethostinfo.c:91:29: note: 'host_ent' is assigned value '0' here.
lprng-3.8.B/src/common/gethostinfo.c:111:15: note: Same expression on both sides of '==' because the value of 'host_ent' and '0' are the same.
lprng-3.8.B/src/common/gethostinfo.c:334:14: style: The scope of the variable 'const_s' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:394:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:394:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:395:9: style: The scope of the variable 'hl1' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:395:16: style: The scope of the variable 'hl2' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:396:17: style: The scope of the variable 'h1' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:396:22: style: The scope of the variable 'h2' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:397:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:397:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:397:14: style: The scope of the variable 'l1' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:397:18: style: The scope of the variable 'l2' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:440:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:440:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:441:9: style: The scope of the variable 'list' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:442:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:455:8: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:477:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:478:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:478:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:478:12: style: The scope of the variable 'bytecount' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:478:23: style: The scope of the variable 'bitcount' can be reduced. [variableScope]
lprng-3.8.B/src/common/gethostinfo.c:585:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lprng-3.8.B/src/common/getprinter.c:245:13: warning: Either the condition 's' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lprng-3.8.B/src/common/getprinter.c:244:7: note: Assuming that condition 's' is not redundant
lprng-3.8.B/src/common/getprinter.c:245:13: note: Null pointer dereference
lprng-3.8.B/src/common/getprinter.c:401:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/getprinter.c:399:17: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:401:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:418:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/getprinter.c:416:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:418:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:427:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/getprinter.c:425:17: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:427:2: note: Variable 's' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getprinter.c:353:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1943:2: style: Variable 'n' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/getqueue.c:1942:2: note: Variable 'n' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getqueue.c:1943:2: note: Variable 'n' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/getqueue.c:280:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:306:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:639:17: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:708:9: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:708:13: style: The scope of the variable 'u' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1114:12: style: The scope of the variable 'val' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1399:14: style: The scope of the variable 'user' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1399:21: style: The scope of the variable 'host' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1400:12: style: The scope of the variable 'id' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1401:7: style: The scope of the variable 'number' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1402:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1426:20: style: The scope of the variable 'lp' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1446:7: style: The scope of the variable 'destbuffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1448:64: style: The scope of the variable 'destination' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1662:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1664:19: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1665:6: style: The scope of the variable 'count' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1916:6: style: The scope of the variable 'tempfd' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:1916:14: style: The scope of the variable 'tempfc' can be reduced. [variableScope]
lprng-3.8.B/src/common/getqueue.c:75:2: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/getqueue.c:698:15: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/getqueue.c:2122:20: style: Variable 'tempfd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/getqueue.c:2121:20: style: Variable 'tempfc' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/globmatch.c:18:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/globmatch.c:18:11: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/globmatch.c:18:14: style: The scope of the variable 'invert' can be reduced. [variableScope]
lprng-3.8.B/src/common/initialize.c:59:0: error: #error require one of unsetenv(), setenv(), or putenv() [preprocessorErrorDirective]
lprng-3.8.B/src/common/linelist.c:409:18: style: Condition 'cmp<0' is always true [knownConditionTrueFalse]
lprng-3.8.B/src/common/linelist.c:463:18: style: Condition 'cmp<0' is always true [knownConditionTrueFalse]
lprng-3.8.B/src/common/linelist.c:1299:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/linelist.c:1296:5: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linelist.c:1299:5: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linelist.c:37:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:46:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:60:8: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:320:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:334:20: style: The scope of the variable 'lp' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:375:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:377:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:377:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:484:20: style: The scope of the variable 'sp' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:570:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:611:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:621:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:646:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:646:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:696:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:696:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:732:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:732:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:768:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:768:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:935:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:961:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1038:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1056:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1238:14: style: The scope of the variable 'key' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1238:20: style: The scope of the variable 'value' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1355:23: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1410:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1411:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1411:24: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1530:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1531:8: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1673:24: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1674:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1762:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1792:14: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1908:18: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1909:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1955:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1973:12: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2085:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2085:20: style: The scope of the variable 'name' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2086:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2157:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2206:6: style: The scope of the variable 'count' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2206:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2206:16: style: The scope of the variable 'intempfd' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2206:26: style: The scope of the variable 'outtempfd' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2207:8: style: The scope of the variable 'filter' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2315:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2451:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2649:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2752:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2763:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2784:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2815:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2854:14: style: The scope of the variable 'def' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2854:20: style: The scope of the variable 'key' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2856:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2912:18: style: The scope of the variable 'pattern' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2913:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:2915:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:3048:45: style: The scope of the variable 'position' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:3272:14: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:3404:12: style: The scope of the variable 'end' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:3405:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linelist.c:1610:2: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:1610:13: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:2238:21: style: Variable 'intempfd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:2239:22: style: Variable 'outtempfd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:2691:39: style: Variable 'innull_fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:2692:41: style: Variable 'outnull_fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linelist.c:2719:2: style: Variable 'of_error' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/linksupport.c:1279:3: warning: Either the condition '*count&&status==0&&ack' is redundant or there is possible null pointer dereference: ack. [nullPointerRedundantCheck]
lprng-3.8.B/src/common/linksupport.c:1327:28: note: Assuming that condition '*count&&status==0&&ack' is not redundant
lprng-3.8.B/src/common/linksupport.c:1279:3: note: Null pointer dereference
lprng-3.8.B/src/common/linksupport.c:398:2: style: Variable 'port_number' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/linksupport.c:396:2: note: Variable 'port_number' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:398:2: note: Variable 'port_number' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:535:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/linksupport.c:530:2: note: Variable 'status' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:535:2: note: Variable 'status' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:315:3: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/linksupport.c:310:3: note: Variable 'status' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:315:3: note: Variable 'status' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:807:2: style: Variable 'sock' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/linksupport.c:803:0: note: Variable 'sock' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:807:2: note: Variable 'sock' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/linksupport.c:361:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/linksupport.c:852:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lprng-3.8.B/src/common/linksupport.c:996:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lprng-3.8.B/src/common/linksupport.c:1271:9: style: The scope of the variable 'l' can be reduced. [variableScope]
lprng-3.8.B/src/common/lockfile.c:181:11: style: Condition 'lock<0' is always true [knownConditionTrueFalse]
lprng-3.8.B/src/common/lockfile.c:160:14: note: Assignment 'lock=-1', assigned value is -1
lprng-3.8.B/src/common/lockfile.c:181:11: note: Condition 'lock<0' is always true
lprng-3.8.B/src/common/lpbanner.c:138:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpbanner.c:1606:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpbanner.c:1703:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpc.c:93:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpc.c:95:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpc.c:143:9: style: The scope of the variable 'str' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpc.c:432:14: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpc.c:219:2: style: Variable 'pcinfo_header' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpc.c:218:10: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpc.c:218:14: style: Variable 'printcap' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd.c:826:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_control.c:222:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_control.c:1076:31: style: The scope of the variable 'w' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_control.c:1107:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_control.c:1108:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_control.c:1108:10: style: The scope of the variable 'count' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_dispatch.c:228:11: warning: Possible null pointer dereference: addr [nullPointer]
lprng-3.8.B/src/common/lpd_dispatch.c:225:11: note: Assignment 'addr=0', assigned value is 0
lprng-3.8.B/src/common/lpd_dispatch.c:228:11: note: Null pointer dereference
lprng-3.8.B/src/common/lpd_dispatch.c:72:29: style: The scope of the variable 'pr' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_dispatch.c:74:8: style: The scope of the variable 'remove_prefix' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_dispatch.c:96:20: style: Variable 'remove_prefix' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd_jobs.c:329:2: style: Variable 'destfd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:325:10: note: Variable 'destfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:329:2: note: Variable 'destfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:626:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:619:26: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:626:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:892:8: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:891:25: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:892:8: note: Variable 't' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:947:6: style: Variable 'out_tempfd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:945:48: note: Variable 'out_tempfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:947:6: note: Variable 'out_tempfd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1008:9: style: Variable 'use_subserver' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:1002:9: note: Variable 'use_subserver' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1008:9: note: Variable 'use_subserver' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1009:9: style: Variable 'job_to_do' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:1003:9: note: Variable 'job_to_do' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1009:9: note: Variable 'job_to_do' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1104:4: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_jobs.c:1102:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:1104:4: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_jobs.c:280:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:883:13: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:1803:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:1803:17: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:1803:22: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:1804:7: style: The scope of the variable 'line' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:2259:14: style: The scope of the variable 'protocol' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:2301:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:2302:9: style: The scope of the variable 'did' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_jobs.c:2281:4: style: Variable 'protocol' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd_jobs.c:2339:23: style: Variable 'unspooler_fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd_logger.c:59:17: style: The scope of the variable 'pr' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_logger.c:156:15: style: The scope of the variable 'left' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_logger.c:157:27: style: The scope of the variable 'tp' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_rcvjob.c:1438:2: style: Variable 'job_ticket_fd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_rcvjob.c:1432:0: note: Variable 'job_ticket_fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_rcvjob.c:1438:2: note: Variable 'job_ticket_fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_rcvjob.c:1149:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_rcvjob.c:1192:9: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_rcvjob.c:1653:9: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_remove.c:400:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_remove.c:401:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_remove.c:461:20: style: The scope of the variable 'datafile' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_remove.c:432:14: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd_status.c:699:15: style: Condition 'nodest==0' is always true [knownConditionTrueFalse]
lprng-3.8.B/src/common/lpd_status.c:563:12: note: Assignment 'nodest=0', assigned value is 0
lprng-3.8.B/src/common/lpd_status.c:699:15: note: Condition 'nodest==0' is always true
lprng-3.8.B/src/common/lpd_status.c:1272:4: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpd_status.c:1271:31: note: Variable 'image' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_status.c:1272:4: note: Variable 'image' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpd_status.c:1288:17: style: The scope of the variable 'u' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1313:30: style: The scope of the variable 'j' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1313:33: style: The scope of the variable 'same' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1314:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1314:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1364:7: style: The scope of the variable 'msg' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1365:6: style: The scope of the variable 'fd' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1365:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1365:13: style: The scope of the variable 'tempfd' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpd_status.c:1398:15: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpd_worker.c:141:25: error: Expression 'passfd[passfd_count++]=0' depends on order of evaluation of side effects [unknownEvaluationOrder]
lprng-3.8.B/src/common/lpf.c:342:8: style: The scope of the variable 'f' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpf.c:343:6: style: The scope of the variable 'l' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpf.c:343:14: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpf.c:370:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpf.c:255:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpf.c:296:2: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpf.c:321:2: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpf.c:522:10: style: Variable 'xout' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpq.c:301:28: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpq.c:500:6: style: The scope of the variable 'option' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpq.c:501:15: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpq.c:501:19: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpq.c:277:14: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpq.c:309:2: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpq.c:309:11: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/lpr.c:252:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/lpr.c:251:3: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpr.c:252:3: note: Variable 'fd' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/lpr.c:347:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:781:12: style: The scope of the variable 'name' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:782:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:784:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:854:10: style: The scope of the variable 'str' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:1092:20: style: The scope of the variable 'lp' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpr.c:1151:17: style: The scope of the variable 'tempfile' can be reduced. [variableScope]
lprng-3.8.B/src/common/lprm.c:160:9: style: The scope of the variable 'str' can be reduced. [variableScope]
lprng-3.8.B/src/common/lprm.c:226:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/lprm.c:321:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lprng-3.8.B/src/common/lpstat.c:270:14: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/md5.c:56:11: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/md5.c:175:9: warning: Size of pointer 'ctx' used instead of size of its data. [pointerSize]
lprng-3.8.B/src/common/merge.c:144:10: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:146:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:147:46: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:148:13: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:152:14: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:282:4: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:292:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:308:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:316:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:326:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:328:11: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lprng-3.8.B/src/common/merge.c:276:9: style: The scope of the variable 'length' can be reduced. [variableScope]
lprng-3.8.B/src/common/merge.c:125:13: warning: Division of result of sizeof() on pointer type. [divideSizeof]
lprng-3.8.B/src/common/monitor.c:62:28: style: The scope of the variable 'count' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:138:15: style: The scope of the variable 'err' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:139:8: style: The scope of the variable 'portname' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:140:18: style: The scope of the variable 'servent' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:268:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:268:16: style: The scope of the variable 'header' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:268:25: style: The scope of the variable 'value' can be reduced. [variableScope]
lprng-3.8.B/src/common/monitor.c:269:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/openprinter.c:40:38: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/openprinter.c:40:53: style: The scope of the variable 'readable' can be reduced. [variableScope]
lprng-3.8.B/src/common/openprinter.c:40:63: style: The scope of the variable 'mask' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:375:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/permission.c:373:5: note: Variable 'm' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/permission.c:375:5: note: Variable 'm' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/permission.c:383:5: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/permission.c:381:5: note: Variable 'm' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/permission.c:383:5: note: Variable 'm' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/permission.c:434:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:434:22: style: The scope of the variable 'c' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:435:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:532:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:555:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:583:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/permission.c:680:2: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/plp_snprintf.c:979:20: style: Function 'fmtdouble' argument 1 names different: declaration 'bufer' definition 'buffer'. [funcArgNamesDifferent]
lprng-3.8.B/src/common/plp_snprintf.c:553:32: note: Function 'fmtdouble' argument 1 names different: declaration 'bufer' definition 'buffer'.
lprng-3.8.B/src/common/plp_snprintf.c:979:20: note: Function 'fmtdouble' argument 1 names different: declaration 'bufer' definition 'buffer'.
lprng-3.8.B/src/common/plp_snprintf.c:626:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/plp_snprintf.c:651:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/printjob.c:901:4: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/printjob.c:898:4: note: Variable 'count' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/printjob.c:901:4: note: Variable 'count' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/printjob.c:1052:5: style: Variable 'count' is reassigned a value before the old one has been used. [redundantAssignment]
lprng-3.8.B/src/common/printjob.c:1050:5: note: Variable 'count' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/printjob.c:1052:5: note: Variable 'count' is reassigned a value before the old one has been used.
lprng-3.8.B/src/common/printjob.c:763:7: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:764:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:764:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:765:8: style: The scope of the variable 'bl' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:766:6: style: The scope of the variable 'tempfd' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:984:6: style: The scope of the variable 'm' can be reduced. [variableScope]
lprng-3.8.B/src/common/printjob.c:984:32: style: The scope of the variable 'count' can be reduced. [variableScope]
lprng-3.8.B/src/common/proctitle.c:314:5: style: Variable 'VA_START' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/sendjob.c:279:7: style: The scope of the variable 'line' can be reduced. [variableScope]
lprng-3.8.B/src/common/sendjob.c:280:7: style: The scope of the variable 'error' can be reduced. [variableScope]
lprng-3.8.B/src/common/sendjob.c:286:7: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/sendjob.c:287:17: style: Variable 'transfername' is assigned a value that is never used. [unreadVariable]
lprng-3.8.B/src/common/stty.c:203:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
lprng-3.8.B/src/common/stty.c:549:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
lprng-3.8.B/src/common/stty.c:925:8: style: The scope of the variable 'arg' can be reduced. [variableScope]
lprng-3.8.B/src/common/user_auth.c:237:14: style: The scope of the variable 'name' can be reduced. [variableScope]
lprng-3.8.B/src/common/user_objs.c:79:8: style: The scope of the variable 's' can be reduced. [variableScope]
lprng-3.8.B/src/common/user_objs.c:79:12: style: The scope of the variable 't' can be reduced. [variableScope]
lprng-3.8.B/src/common/utilities.c:1013:0: error: #error You need one of setreuid(), seteuid(), setresuid() [preprocessorErrorDirective]
lprng-3.8.B/src/vars.c:43:0: error: #error Missing LPD_CONF_PATH definition [preprocessorErrorDirective]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lprng-doc/lprng-doc_3.8.A~rc2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lptools/lptools_0.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lqa/lqa_20180702.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lr/lr_1.4.orig.tar.gz
lr-1.4/lr.c:506:20: style: Redundant condition: *pos=='"'. '*pos!='"' || (*pos=='"' && *(pos+1)=='"')' is equivalent to '*pos!='"' || *(pos+1)=='"'' [redundantCondition]
lr-1.4/lr.c:456:6: style: The scope of the variable 'negate' can be reduced. [variableScope]
lr-1.4/lr.c:500:9: style: The scope of the variable 'bufsiz' can be reduced. [variableScope]
lr-1.4/lr.c:501:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lr-1.4/lr.c:1398:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lr-1.4/lr.c:2075:9: style: The scope of the variable 'tfmt' can be reduced. [variableScope]
lr-1.4/lr.c:2076:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
lr-1.4/lr.c:2340:10: style: The scope of the variable 'rd' can be reduced. [variableScope]
lr-1.4/lr.c:1578:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1579:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1580:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1581:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1582:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1583:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1584:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1585:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1586:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1587:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1588:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:1589:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lr-1.4/lr.c:252:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lrcalc/lrcalc_1.2.orig.tar.gz
lrcalc-1.2/src/alloc.c:31:22: warning: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num' [funcArgOrderDifferent]
lrcalc-1.2/src/alloc.h:14:22: note: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num'
lrcalc-1.2/src/alloc.c:31:22: note: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num'
lrcalc-1.2/src/hashtab.c:12:25: style: Function 'hash_new' argument 1 names different: declaration 'cm' definition 'cmp'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:55:25: note: Function 'hash_new' argument 1 names different: declaration 'cm' definition 'cmp'.
lrcalc-1.2/src/hashtab.c:12:25: note: Function 'hash_new' argument 1 names different: declaration 'cm' definition 'cmp'.
lrcalc-1.2/src/hashtab.c:29:25: style: Function 'hash_free' argument 1 names different: declaration 'ht' definition 's'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:56:25: note: Function 'hash_free' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:29:25: note: Function 'hash_free' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:36:26: style: Function 'hash_reset' argument 1 names different: declaration 'ht' definition 's'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:57:26: note: Function 'hash_reset' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:36:26: note: Function 'hash_reset' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:50:25: style: Function 'hash_copy' argument 1 names different: declaration 'ht1' definition 'dst'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:59:25: note: Function 'hash_copy' argument 1 names different: declaration 'ht1' definition 'dst'.
lrcalc-1.2/src/hashtab.c:50:25: note: Function 'hash_copy' argument 1 names different: declaration 'ht1' definition 'dst'.
lrcalc-1.2/src/hashtab.c:50:39: style: Function 'hash_copy' argument 2 names different: declaration 'ht2' definition 'src'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:59:39: note: Function 'hash_copy' argument 2 names different: declaration 'ht2' definition 'src'.
lrcalc-1.2/src/hashtab.c:50:39: note: Function 'hash_copy' argument 2 names different: declaration 'ht2' definition 'src'.
lrcalc-1.2/src/hashtab.c:134:26: style: Function 'hash_lookup' argument 1 names different: declaration 'ht' definition 's'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:80:26: note: Function 'hash_lookup' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:134:26: note: Function 'hash_lookup' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:187:29: style: Function '_hash_remove_k' argument 1 names different: declaration 'ht' definition 's'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:167:29: note: Function '_hash_remove_k' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:187:29: note: Function '_hash_remove_k' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:187:38: style: Function '_hash_remove_k' argument 2 names different: declaration 'key' definition 'e'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:167:39: note: Function '_hash_remove_k' argument 2 names different: declaration 'key' definition 'e'.
lrcalc-1.2/src/hashtab.c:187:38: note: Function '_hash_remove_k' argument 2 names different: declaration 'key' definition 'e'.
lrcalc-1.2/src/hashtab.c:284:31: style: Function 'hash_print_stat' argument 1 names different: declaration 'ht' definition 's'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:138:31: note: Function 'hash_print_stat' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:284:31: note: Function 'hash_print_stat' argument 1 names different: declaration 'ht' definition 's'.
lrcalc-1.2/src/hashtab.c:306:36: style: Function 'lincomb_add_multiple' argument 1 names different: declaration 'res' definition 'dst'. [funcArgNamesDifferent]
lrcalc-1.2/src/hashtab.h:142:36: note: Function 'lincomb_add_multiple' argument 1 names different: declaration 'res' definition 'dst'.
lrcalc-1.2/src/hashtab.c:306:36: note: Function 'lincomb_add_multiple' argument 1 names different: declaration 'res' definition 'dst'.
lrcalc-1.2/src/list.c:24:35: style: Function 'l_makeroom' argument 2 names different: declaration 'size' definition 'sz'. [funcArgNamesDifferent]
lrcalc-1.2/src/list.h:24:35: note: Function 'l_makeroom' argument 2 names different: declaration 'size' definition 'sz'.
lrcalc-1.2/src/list.c:24:35: note: Function 'l_makeroom' argument 2 names different: declaration 'size' definition 'sz'.
lrcalc-1.2/src/list.c:33:32: style: Function 'l_append' argument 2 names different: declaration 'x' definition 'e'. [funcArgNamesDifferent]
lrcalc-1.2/src/list.h:26:32: note: Function 'l_append' argument 2 names different: declaration 'x' definition 'e'.
lrcalc-1.2/src/list.c:33:32: note: Function 'l_append' argument 2 names different: declaration 'x' definition 'e'.
lrcalc-1.2/src/list.c:39:19: style: Function 'l_copy' argument 1 names different: declaration 'lst1' definition 'dst'. [funcArgNamesDifferent]
lrcalc-1.2/src/list.h:36:20: note: Function 'l_copy' argument 1 names different: declaration 'lst1' definition 'dst'.
lrcalc-1.2/src/list.c:39:19: note: Function 'l_copy' argument 1 names different: declaration 'lst1' definition 'dst'.
lrcalc-1.2/src/list.c:39:30: style: Function 'l_copy' argument 2 names different: declaration 'lst2' definition 'src'. [funcArgNamesDifferent]
lrcalc-1.2/src/list.h:36:33: note: Function 'l_copy' argument 2 names different: declaration 'lst2' definition 'src'.
lrcalc-1.2/src/list.c:39:30: note: Function 'l_copy' argument 2 names different: declaration 'lst2' definition 'src'.
lrcalc-1.2/src/maple.c:14:7: style: The scope of the variable 'x' can be reduced. [variableScope]
lrcalc-1.2/src/salloc.c:27:17: style: The scope of the variable 'link0' can be reduced. [variableScope]
lrcalc-1.2/src/salloc.c:53:22: warning: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num' [funcArgOrderDifferent]
lrcalc-1.2/src/alloc.h:14:22: note: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num'
lrcalc-1.2/src/salloc.c:53:22: note: Function 'acalloc' argument order different: declaration 'num, size' definition 'size, num'
lrcalc-1.2/src/salloc.c:66:22: style: Function 'arealloc' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lrcalc-1.2/src/alloc.h:15:22: note: Function 'arealloc' argument 1 names different: declaration 'p' definition 'pp'.
lrcalc-1.2/src/salloc.c:66:22: note: Function 'arealloc' argument 1 names different: declaration 'p' definition 'pp'.
lrcalc-1.2/src/salloc.c:50:22: portability: '(void*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lrcalc-1.2/src/salloc.c:63:22: portability: '(void*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lrcalc-1.2/src/salloc.c:68:28: portability: 'pp' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lrcalc-1.2/src/salloc.c:83:22: portability: '(void*)p' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lrcalc-1.2/src/schublib.c:18:31: style: The scope of the variable 'vi' can be reduced. [variableScope]
lrcalc-1.2/src/schublib.c:362:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lrcalc-1.2/src/schublib.c:401:13: style: The scope of the variable 'c' can be reduced. [variableScope]
lrcalc-1.2/src/schublib.c:401:16: style: The scope of the variable 'lnxx' can be reduced. [variableScope]
lrcalc-1.2/src/schublib.c:587:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lrcalc-1.2/src/schublib.c:473:32: style: Function 'mult_schubert' argument 1 names different: declaration 'ww1' definition 'w1'. [funcArgNamesDifferent]
lrcalc-1.2/src/schublib.h:8:32: note: Function 'mult_schubert' argument 1 names different: declaration 'ww1' definition 'w1'.
lrcalc-1.2/src/schublib.c:473:32: note: Function 'mult_schubert' argument 1 names different: declaration 'ww1' definition 'w1'.
lrcalc-1.2/src/schublib.c:473:44: style: Function 'mult_schubert' argument 2 names different: declaration 'ww2' definition 'w2'. [funcArgNamesDifferent]
lrcalc-1.2/src/schublib.h:8:45: note: Function 'mult_schubert' argument 2 names different: declaration 'ww2' definition 'w2'.
lrcalc-1.2/src/schublib.c:473:44: note: Function 'mult_schubert' argument 2 names different: declaration 'ww2' definition 'w2'.
lrcalc-1.2/src/set.c:10:18: style: Function 's_new' argument 1 names different: declaration 'cm' definition 'cmp'. [funcArgNamesDifferent]
lrcalc-1.2/src/set.h:51:18: note: Function 's_new' argument 1 names different: declaration 'cm' definition 'cmp'.
lrcalc-1.2/src/set.c:10:18: note: Function 's_new' argument 1 names different: declaration 'cm' definition 'cmp'.
lrcalc-1.2/src/symfcn.c:703:11: style: The scope of the variable 'in_wt' can be reduced. [variableScope]
lrcalc-1.2/src/symfcn.c:793:7: style: The scope of the variable 'sign' can be reduced. [variableScope]
lrcalc-1.2/src/vectarg.c:16:13: style: The scope of the variable 'x' can be reduced. [variableScope]
lrcalc-1.2/src/vectarg.c:20:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
lrcalc-1.2/src/vector.c:139:16: style: The scope of the variable 'g' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lrslib/lrslib_0.62.orig.tar.gz
lrslib-062/2nash.c:57:12: warning: printf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lrslib-062/2nash.c:31:38: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:34:38: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:37:11: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:54:19: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:58:20: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:60:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:62:14: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lrslib-062/2nash.c:63:14: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lrslib-062/chdemo.c:20:12: style: The scope of the variable 'Q' can be reduced. [variableScope]
lrslib-062/chdemo.c:21:17: style: The scope of the variable 'output' can be reduced. [variableScope]
lrslib-062/chdemo.c:115:16: style: The scope of the variable 't' can be reduced. [variableScope]
lrslib-062/float2rat.c:84:13: style: The scope of the variable 'frac' can be reduced. [variableScope]
lrslib-062/float2rat.c:85:11: style: The scope of the variable 'k' can be reduced. [variableScope]
lrslib-062/float2rat.c:73:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/float2rat.c:87:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/fourier.c:110:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
lrslib-062/fourier.c:111:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/fourier.c:357:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/fourier.c:409:8: style: The scope of the variable 'ineq' can be reduced. [variableScope]
lrslib-062/fourier.c:446:8: style: The scope of the variable 'count' can be reduced. [variableScope]
lrslib-062/fourier.c:713:8: style: The scope of the variable 'last' can be reduced. [variableScope]
lrslib-062/fourier.c:424:16: style: Variable 'nlinearity' is assigned a value that is never used. [unreadVariable]
lrslib-062/fourier.c:50:8: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/fourier.c:78:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/fourier.c:85:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/fourier.c:121:14: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lpdemo.c:22:12: style: The scope of the variable 'P' can be reduced. [variableScope]
lrslib-062/lpdemo.c:23:12: style: The scope of the variable 'Q' can be reduced. [variableScope]
lrslib-062/lpdemo.c:24:17: style: The scope of the variable 'output' can be reduced. [variableScope]
lrslib-062/lpdemo.c:27:8: style: The scope of the variable 'm' can be reduced. [variableScope]
lrslib-062/lpdemo.c:28:8: style: The scope of the variable 'n' can be reduced. [variableScope]
lrslib-062/lpdemo2.c:70:13: style: The scope of the variable 'sgn' can be reduced. [variableScope]
lrslib-062/lrsgmp.c:147:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
lrslib-062/lrsgmp.c:179:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrsgmp.c:336:26: style: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:176:31: note: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'.
lrslib-062/lrsgmp.c:336:26: note: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'.
lrslib-062/lrsgmp.c:346:27: style: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:177:32: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrsgmp.c:346:27: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrsgmp.c:346:39: style: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:177:43: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrsgmp.c:346:39: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrsgmp.c:478:38: style: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:155:43: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrsgmp.c:478:38: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrsgmp.c:478:51: style: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:155:59: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrsgmp.c:478:51: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrsgmp.c:584:18: style: Function 'storesign' argument 1 names different: declaration 'Na' definition 'a'. [funcArgNamesDifferent]
lrslib-062/lrsgmp.h:182:23: note: Function 'storesign' argument 1 names different: declaration 'Na' definition 'a'.
lrslib-062/lrsgmp.c:584:18: note: Function 'storesign' argument 1 names different: declaration 'Na' definition 'a'.
lrslib-062/lrsgmp.c:230:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:1622:13: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lrslib-062/lrslib.c:3644:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lrslib-062/lrslib.c:3642:24: note: outer condition: C[k]<=d
lrslib-062/lrslib.c:3644:16: note: identical inner condition: C[k]<=d
lrslib-062/lrslib.c:1672:7: warning: %ld in format string (no. 1) requires 'long *' but the argument type is 'unsigned long *'. [invalidScanfArgType_int]
lrslib-062/lrslib.c:1674:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3081:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3081:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3081:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3083:7: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3083:7: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:3083:7: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lrslib-062/lrslib.c:737:8: style: The scope of the variable 'ineq' can be reduced. [variableScope]
lrslib-062/lrslib.c:1823:10: style: The scope of the variable 'scale' can be reduced. [variableScope]
lrslib-062/lrslib.c:1823:17: style: The scope of the variable 'Temp' can be reduced. [variableScope]
lrslib-062/lrslib.c:2638:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrslib.c:3123:25: style: The scope of the variable 'nchild' can be reduced. [variableScope]
lrslib-062/lrslib.c:3124:10: style: The scope of the variable 'prod' can be reduced. [variableScope]
lrslib-062/lrslib.c:3127:10: style: The scope of the variable 'nvertices' can be reduced. [variableScope]
lrslib-062/lrslib.c:3127:21: style: The scope of the variable 'nbases' can be reduced. [variableScope]
lrslib-062/lrslib.c:3127:29: style: The scope of the variable 'nrays' can be reduced. [variableScope]
lrslib-062/lrslib.c:3127:36: style: The scope of the variable 'nvol' can be reduced. [variableScope]
lrslib-062/lrslib.c:3127:42: style: The scope of the variable 'nivertices' can be reduced. [variableScope]
lrslib-062/lrslib.c:3347:11: style: The scope of the variable 'col' can be reduced. [variableScope]
lrslib-062/lrslib.c:3822:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrslib.c:4055:8: style: The scope of the variable 'r' can be reduced. [variableScope]
lrslib-062/lrslib.c:4248:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
lrslib-062/lrslib.c:4301:8: style: The scope of the variable 'r' can be reduced. [variableScope]
lrslib-062/lrslib.c:4301:11: style: The scope of the variable 's' can be reduced. [variableScope]
lrslib-062/lrslib.c:4748:8: style: The scope of the variable 'r' can be reduced. [variableScope]
lrslib-062/lrslib.c:4748:10: style: The scope of the variable 's' can be reduced. [variableScope]
lrslib-062/lrslib.c:5258:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/lrslib.c:5478:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/lrslib.c:5495:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/lrslib.c:5542:12: style: The scope of the variable 'col' can be reduced. [variableScope]
lrslib-062/lrslib.c:1818:31: style: Function 'lrs_getfirstbasis' argument 1 names different: declaration 'P_p' definition 'D_p'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:237:36: note: Function 'lrs_getfirstbasis' argument 1 names different: declaration 'P_p' definition 'D_p'.
lrslib-062/lrslib.c:1818:31: note: Function 'lrs_getfirstbasis' argument 1 names different: declaration 'P_p' definition 'D_p'.
lrslib-062/lrslib.c:2271:30: style: Function 'lrs_getnextbasis' argument 1 names different: declaration 'dict_p' definition 'D_p'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:239:35: note: Function 'lrs_getnextbasis' argument 1 names different: declaration 'dict_p' definition 'D_p'.
lrslib-062/lrslib.c:2271:30: note: Function 'lrs_getnextbasis' argument 1 names different: declaration 'dict_p' definition 'D_p'.
lrslib-062/lrslib.c:2271:53: style: Function 'lrs_getnextbasis' argument 3 names different: declaration 'prune' definition 'backtrack'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:239:61: note: Function 'lrs_getnextbasis' argument 3 names different: declaration 'prune' definition 'backtrack'.
lrslib-062/lrslib.c:2271:53: note: Function 'lrs_getnextbasis' argument 3 names different: declaration 'prune' definition 'backtrack'.
lrslib-062/lrslib.c:2531:54: style: Function 'lrs_getray' argument 4 names different: declaration 'comment' definition 'redcol'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:241:59: note: Function 'lrs_getray' argument 4 names different: declaration 'comment' definition 'redcol'.
lrslib-062/lrslib.c:2531:54: note: Function 'lrs_getray' argument 4 names different: declaration 'comment' definition 'redcol'.
lrslib-062/lrslib.c:4472:31: style: Function 'lprat' argument 2 names different: declaration 'Num' definition 'Nt'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:317:36: note: Function 'lprat' argument 2 names different: declaration 'Num' definition 'Nt'.
lrslib-062/lrslib.c:4472:31: note: Function 'lprat' argument 2 names different: declaration 'Num' definition 'Nt'.
lrslib-062/lrslib.c:4472:40: style: Function 'lprat' argument 3 names different: declaration 'Den' definition 'Dt'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:317:46: note: Function 'lprat' argument 3 names different: declaration 'Den' definition 'Dt'.
lrslib-062/lrslib.c:4472:40: note: Function 'lprat' argument 3 names different: declaration 'Den' definition 'Dt'.
lrslib-062/lrslib.c:5187:23: style: Function 'save_basis' argument 1 names different: declaration 'D' definition 'P'. [funcArgNamesDifferent]
lrslib-062/lrslib.c:52:35: note: Function 'save_basis' argument 1 names different: declaration 'D' definition 'P'.
lrslib-062/lrslib.c:5187:23: note: Function 'save_basis' argument 1 names different: declaration 'D' definition 'P'.
lrslib-062/lrslib.c:5256:35: style: Function 'print_basis' argument 2 names different: declaration 'Q' definition 'global'. [funcArgNamesDifferent]
lrslib-062/lrslib.h:285:40: note: Function 'print_basis' argument 2 names different: declaration 'Q' definition 'global'.
lrslib-062/lrslib.c:5256:35: note: Function 'print_basis' argument 2 names different: declaration 'Q' definition 'global'.
lrslib-062/lrslib.c:1291:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:1342:11: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:1351:7: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:1466:10: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:4489:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrslib.c:4908:3: error: Memory leak: p [memleak]
lrslib-062/lrslib.c:4909:3: error: Memory leak: p [memleak]
lrslib-062/lrslib.c:4911:3: error: Memory leak: p [memleak]
lrslib-062/lrslib.c:4912:3: error: Memory leak: p [memleak]
lrslib-062/lrslib.c:908:0: error: Memory leak: redineq [memleak]
lrslib-062/lrslib.c:4909:3: error: Memory leak: p.B [memleak]
lrslib-062/lrslib.c:4911:3: error: Memory leak: p.Row [memleak]
lrslib-062/lrslib.c:4912:3: error: Memory leak: p.C [memleak]
lrslib-062/lrslib.c:5643:18: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lrslib-062/lrslong.c:30:25: style: The scope of the variable 'r' can be reduced. [variableScope]
lrslib-062/lrslong.c:149:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
lrslib-062/lrslong.c:177:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrslong.c:342:26: style: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:189:31: note: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'.
lrslib-062/lrslong.c:342:26: note: Function 'pmp' argument 2 names different: declaration 'a' definition 'Nt'.
lrslib-062/lrslong.c:352:27: style: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:190:32: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrslong.c:352:27: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrslong.c:352:39: style: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:190:43: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrslong.c:352:39: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrslong.c:399:36: style: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:171:41: note: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrslong.c:399:36: note: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrslong.c:434:36: style: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:172:41: note: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrslong.c:434:36: note: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrslong.c:476:38: style: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:162:43: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrslong.c:476:38: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrslong.c:476:51: style: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'. [funcArgNamesDifferent]
lrslib-062/lrslong.h:162:59: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrslong.c:476:51: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrslong.c:218:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrsmp.c:732:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:734:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:738:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:740:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:755:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:757:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'long'. [invalidPrintfArgType_uint]
lrslib-062/lrsmp.c:173:24: style: The scope of the variable 'd1' can be reduced. [variableScope]
lrslib-062/lrsmp.c:173:28: style: The scope of the variable 's' can be reduced. [variableScope]
lrslib-062/lrsmp.c:173:31: style: The scope of the variable 't' can be reduced. [variableScope]
lrslib-062/lrsmp.c:174:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrsmp.c:174:14: style: The scope of the variable 'qh' can be reduced. [variableScope]
lrslib-062/lrsmp.c:804:8: style: The scope of the variable 'diff' can be reduced. [variableScope]
lrslib-062/lrsmp.c:888:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/lrsmp.c:48:38: style: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:157:43: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrsmp.c:48:38: note: Function 'lrs_mp_init' argument 2 names different: declaration 'lrs_ifp' definition 'fpin'.
lrslib-062/lrsmp.c:48:51: style: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:157:59: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrsmp.c:48:51: note: Function 'lrs_mp_init' argument 3 names different: declaration 'lrs_ofp' definition 'fpout'.
lrslib-062/lrsmp.c:104:36: style: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:158:41: note: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrsmp.c:104:36: note: Function 'lrs_clear_mp_vector' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrsmp.c:139:36: style: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:159:41: note: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrsmp.c:139:36: note: Function 'lrs_clear_mp_matrix' argument 1 names different: declaration 'a' definition 'p'.
lrslib-062/lrsmp.c:718:32: style: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:186:32: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrsmp.c:718:32: note: Function 'prat' argument 2 names different: declaration 'Nt' definition 'Nin'.
lrslib-062/lrsmp.c:718:44: style: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'. [funcArgNamesDifferent]
lrslib-062/lrsmp.h:186:43: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrsmp.c:718:44: note: Function 'prat' argument 3 names different: declaration 'Dt' definition 'Din'.
lrslib-062/lrsmp.c:771:6: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lrslib-062/lrsmp.c:61:16: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lrslib-062/lrsnash.c:94:0: error: Invalid number of character '(' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lrslib-062/lrsnashlib.c:682:16: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lrslib-062/lrsnashlib.c:681:26: note: outer condition: C[k]<=d
lrslib-062/lrsnashlib.c:682:16: note: identical inner condition: C[k]<=d
lrslib-062/lrsnashlib.c:1000:12: style: The scope of the variable 's' can be reduced. [variableScope]
lrslib-062/lrsnashlib.c:28:17: style: Unused variable: P2 [unusedVariable]
lrslib-062/lrsnashlib.c:347:3: style: Variable 'Row' is assigned a value that is never used. [unreadVariable]
lrslib-062/lrsnashlib.c:477:14: style: Variable 'ocount' is assigned a value that is never used. [unreadVariable]
lrslib-062/lrsnashlib.c:771:16: style: Unused variable: P2 [unusedVariable]
lrslib-062/lrsnashlib.c:109:5: error: Memory leak: linindex [memleak]
lrslib-062/lrsnashlib.c:872:5: error: Memory leak: linindex [memleak]
lrslib-062/mplrs.c:1090:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1939:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1939:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1941:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1941:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1941:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1941:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1952:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1952:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1954:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1954:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1954:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1954:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrslib-062/mplrs.c:1265:2: style: Variable 'out_string' is reassigned a value before the old one has been used. [redundantAssignment]
lrslib-062/mplrs.c:1257:0: note: Variable 'out_string' is reassigned a value before the old one has been used.
lrslib-062/mplrs.c:1265:2: note: Variable 'out_string' is reassigned a value before the old one has been used.
lrslib-062/mplrs.c:60:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/mplrs.c:60:8: style: The scope of the variable 'j' can be reduced. [variableScope]
lrslib-062/mplrs.c:62:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lrslib-062/mplrs.c:757:8: style: The scope of the variable 'cob' can be reduced. [variableScope]
lrslib-062/mplrs.c:860:6: style: The scope of the variable 'check' can be reduced. [variableScope]
lrslib-062/mplrs.c:958:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lrslib-062/mplrs.c:1074:8: style: The scope of the variable 'sec' can be reduced. [variableScope]
lrslib-062/mplrs.c:1075:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lrslib-062/mplrs.c:1076:6: style: The scope of the variable 'act' can be reduced. [variableScope]
lrslib-062/mplrs.c:1104:8: style: The scope of the variable 'starting_cobasis' can be reduced. [variableScope]
lrslib-062/mplrs.c:1112:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lrslib-062/mplrs.c:1258:14: style: The scope of the variable 'type' can be reduced. [variableScope]
lrslib-062/mplrs.c:1259:14: style: The scope of the variable 'data' can be reduced. [variableScope]
lrslib-062/mplrs.c:1397:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lrslib-062/mplrs.c:1779:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lrslib-062/plrs.cpp:331:2: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
lrslib-062/plrs.cpp:123:39: performance: Function parameter 'starting_cobasis' should be passed by const reference. [passedByValue]
lrslib-062/rat2float.c:133:0: error: syntax error [syntaxError]
lrslib-062/vedemo.c:21:12: style: The scope of the variable 'Q' can be reduced. [variableScope]
lrslib-062/vedemo.c:22:17: style: The scope of the variable 'output' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lrzip/lrzip_0.631.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lrzsz/lrzsz_0.12.21.orig.tar.gz
lrzsz-990823/intl/bindtextdom.c:151:0: error: Memory leak: new_binding [memleak]
lrzsz-990823/intl/cat-compat.c:72:0: error: syntax error [syntaxError]
lrzsz-990823/intl/dcgettext.c:322:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lrzsz-990823/intl/hash-string.h:46:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lrzsz-990823/intl/dcgettext.c:228:27: style: The scope of the variable 'domain' can be reduced. [variableScope]
lrzsz-990823/intl/l10nflist.c:359:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lrzsz-990823/intl/loadmsgcat.c:117:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lrzsz-990823/intl/loadmsgcat.c:69:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lrzsz-990823/intl/loadmsgcat.c:117:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lrzsz-990823/intl/loadmsgcat.c:117:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lrzsz-990823/intl/loadmsgcat.c:69:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lrzsz-990823/intl/loadmsgcat.c:117:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lrzsz-990823/intl/localealias.c:224:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
lrzsz-990823/intl/localealias.c:225:13: style: The scope of the variable 'value' can be reduced. [variableScope]
lrzsz-990823/lib/alloca.c:229:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lrzsz-990823/lib/error.c:189:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lrzsz-990823/lib/strftime.c:298:7: style: Condition '!zone' is always true [knownConditionTrueFalse]
lrzsz-990823/lib/strftime.c:290:10: note: Assignment 'zone=0', assigned value is 0
lrzsz-990823/lib/strftime.c:298:7: note: Condition '!zone' is always true
lrzsz-990823/lib/strftime.c:688:13: style: Condition '0<-1%10' is always false [knownConditionTrueFalse]
lrzsz-990823/lib/vasprintf.c:52:12: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
lrzsz-990823/lib/vasprintf.c:63:36: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
lrzsz-990823/lib/vasprintf.c:73:33: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
lrzsz-990823/lib/vasprintf.c:91:23: error: va_list 'ap' used before va_start() was called. [va_list_usedBeforeStarted]
lrzsz-990823/src/zglobal.h:161:0: error: #error neither termio.h nor sgtty.h found. Cannot continue. [preprocessorErrorDirective]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsadb/lsadb_0.1.3.orig.tar.gz
lsadb-0.1.3/lsadb.c:259:9: style: The scope of the variable 'n' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsat/lsat_0.9.7.1.orig.tar.gz
lsat-0.9.7.1/checkbpass.c:16:19: style: Function 'checkbpass' argument 2 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:111:52: note: Function 'checkbpass' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkbpass.c:16:19: note: Function 'checkbpass' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkcfg.c:16:19: style: Function 'checkcfg' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:80:32: note: Function 'checkcfg' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkcfg.c:16:19: note: Function 'checkcfg' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkdisk.c:14:19: style: Function 'checkdisk' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:125:27: note: Function 'checkdisk' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkdisk.c:14:19: note: Function 'checkdisk' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkdotfiles.c:21:19: style: Function 'checkdotfiles' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:42:37: note: Function 'checkdotfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkdotfiles.c:21:19: note: Function 'checkdotfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkfiles.c:23:19: style: Function 'checkfiles' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:49:34: note: Function 'checkfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkfiles.c:23:19: note: Function 'checkfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkfiles.c:102:0: error: Resource leak: infile [resourceLeak]
lsat-0.9.7.1/checkfiles.c:102:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkftp.c:14:19: warning: Function 'checkftp' argument order different: declaration 'outfile, verbose, distribution, html' definition 'filename, distribution, verbose, html' [funcArgOrderDifferent]
lsat-0.9.7.1/lsatheader.h:58:32: note: Function 'checkftp' argument order different: declaration 'outfile, verbose, distribution, html' definition 'filename, distribution, verbose, html'
lsat-0.9.7.1/checkftp.c:14:19: note: Function 'checkftp' argument order different: declaration 'outfile, verbose, distribution, html' definition 'filename, distribution, verbose, html'
lsat-0.9.7.1/checkftpusers.c:23:11: style: The scope of the variable 'passptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkftpusers.c:24:11: style: The scope of the variable 'ftpptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkftpusers.c:39:11: style: The scope of the variable 'outfile' can be reduced. [variableScope]
lsat-0.9.7.1/checkftpusers.c:18:19: style: Function 'checkftpusers' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:55:37: note: Function 'checkftpusers' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkftpusers.c:18:19: note: Function 'checkftpusers' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkftpusers.c:172:0: error: Resource leak: passfile [resourceLeak]
lsat-0.9.7.1/checkftpusers.c:228:0: error: Resource leak: ftpfile [resourceLeak]
lsat-0.9.7.1/checkftpusers.c:172:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkhostsfiles.c:34:9: style: The scope of the variable 'linecount' can be reduced. [variableScope]
lsat-0.9.7.1/checkhostsfiles.c:25:19: style: Function 'checkhostsfiles' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:27:39: note: Function 'checkhostsfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkhostsfiles.c:25:19: note: Function 'checkhostsfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkhostsfiles.c:116:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkinetd.c:27:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:28:10: style: The scope of the variable 'line' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:29:10: style: The scope of the variable 'tempstring' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:32:20: style: The scope of the variable 'field' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:33:9: style: The scope of the variable 'emptyflag' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:34:11: style: The scope of the variable 'infile' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:35:11: style: The scope of the variable 'fileptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:37:18: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
lsat-0.9.7.1/checkinetd.c:21:19: style: Function 'checkinetd' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:20:34: note: Function 'checkinetd' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkinetd.c:21:19: note: Function 'checkinetd' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkinetd.c:175:0: error: Resource leak: infile [resourceLeak]
lsat-0.9.7.1/checkinetd.c:175:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkinittab.c:17:19: style: Function 'checkinittab' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:23:36: note: Function 'checkinittab' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkinittab.c:17:19: note: Function 'checkinittab' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkipv4.c:14:19: style: Function 'checkipv4' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:114:33: note: Function 'checkipv4' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkipv4.c:14:19: note: Function 'checkipv4' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkissue.c:17:19: style: Function 'checkissue' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:88:34: note: Function 'checkissue' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkissue.c:17:19: note: Function 'checkissue' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkkbd.c:19:19: style: Function 'checkkbd' argument 2 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:64:48: note: Function 'checkkbd' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkkbd.c:19:19: note: Function 'checkkbd' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklimits.c:16:19: style: Function 'checklimits' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:67:35: note: Function 'checklimits' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklimits.c:16:19: note: Function 'checklimits' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklistening.c:20:19: style: Function 'checklistening' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:121:38: note: Function 'checklistening' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklistening.c:20:19: note: Function 'checklistening' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklogging.c:23:18: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
lsat-0.9.7.1/checklogging.c:16:19: style: Function 'checklogging' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:30:36: note: Function 'checklogging' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checklogging.c:16:19: note: Function 'checklogging' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkmd5.c:49:19: style: Function 'checkmd5' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:99:32: note: Function 'checkmd5' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkmd5.c:49:19: note: Function 'checkmd5' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkmodules.c:24:19: style: Function 'checkmodules' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:94:36: note: Function 'checkmodules' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkmodules.c:24:19: note: Function 'checkmodules' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknet.c:29:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:30:10: style: The scope of the variable 'line' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:31:10: style: The scope of the variable 'tempstring' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:32:9: style: The scope of the variable 'field' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:34:11: style: The scope of the variable 'infile' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:35:11: style: The scope of the variable 'fileptr' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:36:18: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
lsat-0.9.7.1/checknet.c:23:19: style: Function 'checknet' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:73:32: note: Function 'checknet' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknet.c:23:19: note: Function 'checknet' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknet.c:82:9: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checknet.c:108:0: error: Resource leak: infile [resourceLeak]
lsat-0.9.7.1/checknetforward.c:17:19: style: Function 'checknetforward' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:76:39: note: Function 'checknetforward' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknetforward.c:17:19: note: Function 'checknetforward' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknetp.c:24:10: style: The scope of the variable 'kernver' can be reduced. [variableScope]
lsat-0.9.7.1/checknetp.c:16:19: style: Function 'checknetp' argument 2 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:108:48: note: Function 'checknetp' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checknetp.c:16:19: note: Function 'checknetp' argument 2 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkopenfiles.c:22:19: style: Function 'checkopenfiles' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:84:38: note: Function 'checkopenfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkopenfiles.c:22:19: note: Function 'checkopenfiles' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkpasswd.c:33:11: style: The scope of the variable 'passptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkpasswd.c:40:9: style: The scope of the variable 'field' can be reduced. [variableScope]
lsat-0.9.7.1/checkpasswd.c:27:19: style: Function 'checkpasswd' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:45:35: note: Function 'checkpasswd' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkpasswd.c:27:19: note: Function 'checkpasswd' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkpasswd.c:118:9: style: Variable 'field' is assigned a value that is never used. [unreadVariable]
lsat-0.9.7.1/checkpasswd.c:130:0: error: Resource leak: passfile [resourceLeak]
lsat-0.9.7.1/checkpasswd.c:130:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkpkgs.c:30:11: style: The scope of the variable 'templistptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:31:10: style: The scope of the variable 'line' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:32:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:33:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:34:9: style: The scope of the variable 'submatch' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:39:10: style: The scope of the variable 'rpmlist' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:41:11: style: The scope of the variable 'templist' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:42:11: style: The scope of the variable 'fileptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:43:18: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
lsat-0.9.7.1/checkpkgs.c:188:0: error: Resource leak: templist [resourceLeak]
lsat-0.9.7.1/checkpkgs.c:188:0: error: Resource leak: fileptr [resourceLeak]
lsat-0.9.7.1/checkrc.c:28:11: style: The scope of the variable 'rcptr' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:42:10: style: The scope of the variable 'lnx2list' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:43:9: style: The scope of the variable 'lnx2listnum' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:46:10: style: The scope of the variable 'lnx4list' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:47:9: style: The scope of the variable 'lnx4listnum' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:48:10: style: The scope of the variable 'sollist' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:49:9: style: The scope of the variable 'sollistnum' can be reduced. [variableScope]
lsat-0.9.7.1/checkrc.c:23:19: style: Function 'checkrc' argument 4 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:61:80: note: Function 'checkrc' argument 4 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkrc.c:23:19: note: Function 'checkrc' argument 4 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkrc.c:159:9: error: Resource leak: rcfile [resourceLeak]
lsat-0.9.7.1/checkrc.c:178:0: error: Resource leak: outfile [resourceLeak]
lsat-0.9.7.1/checkrcperms.c:18:19: style: Function 'checkrcperms' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:105:36: note: Function 'checkrcperms' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkrcperms.c:18:19: note: Function 'checkrcperms' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkrpm.c:15:19: style: Function 'checkrpm' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:33:32: note: Function 'checkrpm' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkrpm.c:15:19: note: Function 'checkrpm' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checksecuretty.c:18:19: style: Function 'checksecuretty' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:102:38: note: Function 'checksecuretty' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checksecuretty.c:18:19: note: Function 'checksecuretty' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkset.c:19:19: style: Function 'checkset' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:36:32: note: Function 'checkset' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkset.c:19:19: note: Function 'checkset' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkssh.c:19:19: style: Function 'checkssh' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:70:32: note: Function 'checkssh' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkssh.c:19:19: note: Function 'checkssh' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkumask.c:19:19: style: Function 'checkumask' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:52:34: note: Function 'checkumask' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkumask.c:19:19: note: Function 'checkumask' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkwrite.c:19:19: style: Function 'checkwrite' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:39:34: note: Function 'checkwrite' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkwrite.c:19:19: note: Function 'checkwrite' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkwww.c:18:19: style: Function 'checkwww' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:91:32: note: Function 'checkwww' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkwww.c:18:19: note: Function 'checkwww' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkx.c:22:19: style: Function 'checkx' argument 1 names different: declaration 'outfile' definition 'filename'. [funcArgNamesDifferent]
lsat-0.9.7.1/lsatheader.h:117:30: note: Function 'checkx' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/checkx.c:22:19: note: Function 'checkx' argument 1 names different: declaration 'outfile' definition 'filename'.
lsat-0.9.7.1/dostuff.c:55:10: style: The scope of the variable 'fileval' can be reduced. [variableScope]
lsat-0.9.7.1/dostuff.c:56:10: style: The scope of the variable 'line' can be reduced. [variableScope]
lsat-0.9.7.1/dostuff.c:57:11: style: The scope of the variable 'out' can be reduced. [variableScope]
lsat-0.9.7.1/dostuff.c:58:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsat-0.9.7.1/lsatmain.c:419:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:418:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:419:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:603:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:602:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:603:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:669:6: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:668:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:669:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:686:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:685:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:686:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:704:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:703:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:704:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:722:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:721:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:722:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:739:6: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:738:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:739:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:758:6: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:757:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:758:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:778:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:777:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:778:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:794:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:793:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:794:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:810:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:809:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:810:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:826:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:825:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:826:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:842:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:841:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:842:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:860:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:859:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:860:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:877:6: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:876:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:877:6: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:892:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:891:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:892:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:907:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:906:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:907:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:922:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:921:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:922:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:937:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:936:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:937:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:955:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:954:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:955:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:971:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:970:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:971:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:986:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:985:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:986:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1001:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1000:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1001:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1017:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1016:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1017:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1037:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1036:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1037:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1054:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1053:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1054:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1073:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1072:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1073:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1092:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1091:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1092:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1111:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1110:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1111:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1130:13: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1129:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1130:13: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1147:9: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1146:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1147:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1162:2: style: Variable 'retval' is reassigned a value before the old one has been used. [redundantAssignment]
lsat-0.9.7.1/lsatmain.c:1161:9: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:1162:2: note: Variable 'retval' is reassigned a value before the old one has been used.
lsat-0.9.7.1/lsatmain.c:158:70: style: Same expression on both sides of '|'. [duplicateExpression]
lsat-0.9.7.1/lsatmain.c:73:11: style: The scope of the variable 'token' can be reduced. [variableScope]
lsat-0.9.7.1/lsatmain.c:145:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lsat-0.9.7.1/lsatmain.c:150:10: style: The scope of the variable 'field' can be reduced. [variableScope]
lsat-0.9.7.1/lsatmain.c:295:9: style: The scope of the variable 'inetexists' can be reduced. [variableScope]
lsat-0.9.7.1/lsatmain.c:97:0: error: Resource leak: fileptr [resourceLeak]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsdb/lsdb_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lsdvd/lsdvd_0.17.orig.tar.gz
lsdvd-0.17/lsdvd.c:445:10: style: The scope of the variable 'ms' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsh-utils/lsh-utils_2.1.orig.tar.gz
lsh-2.1/src/algorithms.c:172:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:174:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:176:60: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:178:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:180:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:182:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:185:31: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:188:28: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:220:67: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:222:51: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:254:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:279:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:281:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:284:34: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/algorithms.c:488:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsh-2.1/src/alist.c:265:3: error: Address of auto-variable 'self->super' returned [returnAddressOfAutoVariable]
lsh-2.1/src/argp/argp-fmtstream.c:111:10: style: The scope of the variable 'len' can be reduced. [variableScope]
lsh-2.1/src/argp/argp-fmtstream.c:58:30: style: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:140:52: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-fmtstream.c:58:30: note: Function 'argp_make_fmtstream' argument 1 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-fmtstream.c:59:17: style: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:141:18: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:59:17: note: Function 'argp_make_fmtstream' argument 2 names different: declaration '__lmargin' definition 'lmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:59:33: style: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:142:18: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:59:33: note: Function 'argp_make_fmtstream' argument 3 names different: declaration '__rmargin' definition 'rmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:59:50: style: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:143:19: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:59:50: note: Function 'argp_make_fmtstream' argument 4 names different: declaration '__wmargin' definition 'wmargin'.
lsh-2.1/src/argp/argp-fmtstream.c:93:41: style: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:147:51: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:93:41: note: Function 'argp_fmtstream_free' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:108:43: style: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:198:54: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:108:43: note: Function '_argp_fmtstream_update' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:317:49: style: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:200:53: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:317:49: note: Function '_argp_fmtstream_ensure' argument 1 names different: declaration '__fs' definition 'fs'.
lsh-2.1/src/argp/argp-fmtstream.c:317:60: style: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp-fmtstream.h:200:66: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
lsh-2.1/src/argp/argp-fmtstream.c:317:60: note: Function '_argp_fmtstream_ensure' argument 2 names different: declaration '__amount' definition 'amount'.
lsh-2.1/src/argp/argp-help.c:1169:10: style: Condition 'first_long_opt' is always true [knownConditionTrueFalse]
lsh-2.1/src/argp/argp-help.c:1161:28: note: Assignment 'first_long_opt=1', assigned value is 1
lsh-2.1/src/argp/argp-help.c:1169:10: note: Condition 'first_long_opt' is always true
lsh-2.1/src/argp/argp-help.c:804:54: warning: Either the condition 'long1' is redundant or there is possible null pointer dereference: long1. [nullPointerRedundantCheck]
lsh-2.1/src/argp/argp-help.c:794:38: note: Assuming that condition 'long1' is not redundant
lsh-2.1/src/argp/argp-help.c:804:54: note: Null pointer dereference
lsh-2.1/src/argp/argp-help.c:805:54: warning: Either the condition 'long2' is redundant or there is possible null pointer dereference: long2. [nullPointerRedundantCheck]
lsh-2.1/src/argp/argp-help.c:794:47: note: Assuming that condition 'long2' is not redundant
lsh-2.1/src/argp/argp-help.c:805:54: note: Null pointer dereference
lsh-2.1/src/argp/argp-help.c:1009:7: warning: Possible null pointer dereference: argp [nullPointer]
lsh-2.1/src/argp/argp-help.c:1244:16: note: Calling function 'filter_doc', 3rd argument 'argp' value is 0
lsh-2.1/src/argp/argp-help.c:1009:7: note: Null pointer dereference
lsh-2.1/src/argp/argp-help.c:1288:11: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
lsh-2.1/src/argp/argp-help.c:1322:8: warning: Redundant assignment of 'arg' to itself. [selfAssignment]
lsh-2.1/src/argp/argp-help.c:454:21: style: The scope of the variable 'entry' can be reduced. [variableScope]
lsh-2.1/src/argp/argp-help.c:455:12: style: The scope of the variable 'num_short_options' can be reduced. [variableScope]
lsh-2.1/src/argp/argp-help.c:1710:38: style: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:469:56: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
lsh-2.1/src/argp/argp-help.c:1710:38: note: Function 'argp_help' argument 1 names different: declaration '__argp' definition 'argp'.
lsh-2.1/src/argp/argp-help.c:1710:50: style: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:470:27: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-help.c:1710:50: note: Function 'argp_help' argument 2 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-help.c:1711:14: style: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:471:19: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
lsh-2.1/src/argp/argp-help.c:1711:14: note: Function 'argp_help' argument 3 names different: declaration '__flags' definition 'flags'.
lsh-2.1/src/argp/argp-help.c:1711:27: style: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:471:45: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
lsh-2.1/src/argp/argp-help.c:1711:27: note: Function 'argp_help' argument 4 names different: declaration '__name' definition 'name'.
lsh-2.1/src/argp/argp-help.c:1748:45: style: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:486:68: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1748:45: note: Function 'argp_state_help' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1748:58: style: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:487:26: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-help.c:1748:58: note: Function 'argp_state_help' argument 2 names different: declaration '__stream' definition 'stream'.
lsh-2.1/src/argp/argp-help.c:1748:75: style: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:488:22: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
lsh-2.1/src/argp/argp-help.c:1748:75: note: Function 'argp_state_help' argument 3 names different: declaration '__flags' definition 'flags'.
lsh-2.1/src/argp/argp-help.c:1775:40: style: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:500:63: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1775:40: note: Function 'argp_error' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1775:59: style: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:501:29: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
lsh-2.1/src/argp/argp-help.c:1775:59: note: Function 'argp_error' argument 2 names different: declaration '__fmt' definition 'fmt'.
lsh-2.1/src/argp/argp-help.c:1817:42: style: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:515:65: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1817:42: note: Function 'argp_failure' argument 1 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-help.c:1817:53: style: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:516:10: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
lsh-2.1/src/argp/argp-help.c:1817:53: note: Function 'argp_failure' argument 2 names different: declaration '__status' definition 'status'.
lsh-2.1/src/argp/argp-help.c:1817:65: style: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:516:24: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
lsh-2.1/src/argp/argp-help.c:1817:65: note: Function 'argp_failure' argument 3 names different: declaration '__errnum' definition 'errnum'.
lsh-2.1/src/argp/argp-help.c:1818:15: style: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:517:31: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
lsh-2.1/src/argp/argp-help.c:1818:15: note: Function 'argp_failure' argument 4 names different: declaration '__fmt' definition 'fmt'.
lsh-2.1/src/argp/argp-help.c:1697:7: style: Variable 'anything' is assigned a value that is never used. [unreadVariable]
lsh-2.1/src/argp/argp-help.c:1343:33: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/argp/argp-help.c:1612:30: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/argp/argp-parse.c:1220:13: style: Function 'argp_parse' argument 5 names different: declaration 'arg_index' definition 'end_index'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:402:39: note: Function 'argp_parse' argument 5 names different: declaration 'arg_index' definition 'end_index'.
lsh-2.1/src/argp/argp-parse.c:1220:13: note: Function 'argp_parse' argument 5 names different: declaration 'arg_index' definition 'end_index'.
lsh-2.1/src/argp/argp-parse.c:1272:34: style: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:535:59: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
lsh-2.1/src/argp/argp-parse.c:1272:34: note: Function '_argp_input' argument 1 names different: declaration '__argp' definition 'argp'.
lsh-2.1/src/argp/argp-parse.c:1272:65: style: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'. [funcArgNamesDifferent]
lsh-2.1/src/argp/argp.h:536:44: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-parse.c:1272:65: note: Function '_argp_input' argument 2 names different: declaration '__state' definition 'state'.
lsh-2.1/src/argp/argp-parse.c:1232:34: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/argp/argp-parse.c:1233:31: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/argp/argp-test.c:69:0: error: Memory leak: p [memleak]
lsh-2.1/src/argp/vsnprintf.c:729:66: style: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lsh-2.1/src/argp/vsnprintf.c:108:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lsh-2.1/src/argp/vsnprintf.c:729:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lsh-2.1/src/atoms_gperf.c:28:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." [preprocessorErrorDirective]
lsh-2.1/src/atoms_table.c:5:5: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:6:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:7:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:8:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:9:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:10:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:11:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:12:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:13:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:14:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:15:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:16:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:17:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:18:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:19:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:20:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:21:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:22:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:23:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:24:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:25:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:26:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:27:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:28:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:29:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:30:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:31:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:32:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:33:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:34:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:35:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:36:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:37:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:38:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:39:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:40:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:41:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:42:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:43:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:44:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:45:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:46:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:47:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:48:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:49:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:50:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:51:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:52:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:53:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:54:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:55:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:56:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:57:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:58:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:59:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:60:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:61:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:62:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:63:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:64:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:65:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:66:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:67:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:68:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:69:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:70:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:71:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:72:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:73:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:74:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:75:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:76:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:77:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:78:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:79:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:80:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:81:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:82:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:83:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:84:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:85:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:86:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:87:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:88:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:89:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:90:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:91:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:92:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:93:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:94:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:95:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:96:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:97:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:98:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:99:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:100:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:101:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:102:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:103:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:104:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:105:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:106:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:107:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:108:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:109:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:110:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/atoms_table.c:111:4: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
lsh-2.1/src/channel_commands.c:129:35: style: Function 'do_install_global_request_handler' argument 5 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/channel_commands.h:119:33: note: Function 'do_install_global_request_handler' argument 5 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/channel_commands.c:129:35: note: Function 'do_install_global_request_handler' argument 5 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/channel_commands.c:151:33: style: Function 'do_install_channel_open_handler' argument 5 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/channel_commands.h:125:31: note: Function 'do_install_channel_open_handler' argument 5 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/channel_commands.c:151:33: note: Function 'do_install_channel_open_handler' argument 5 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/channel_forward.c:125:50: style: Function 'channel_forward_start_io' argument 1 names different: declaration 'channel_forward' definition 'channel'. [funcArgNamesDifferent]
lsh-2.1/src/channel_forward.h:51:50: note: Function 'channel_forward_start_io' argument 1 names different: declaration 'channel_forward' definition 'channel'.
lsh-2.1/src/channel_forward.c:125:50: note: Function 'channel_forward_start_io' argument 1 names different: declaration 'channel_forward' definition 'channel'.
lsh-2.1/src/charset.c:86:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/charset.c:87:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/client.c:1131:5: style: Variable 'options->inhibit_actions' is reassigned a value before the old one has been used. [redundantAssignment]
lsh-2.1/src/client.c:1129:5: note: Variable 'options->inhibit_actions' is reassigned a value before the old one has been used.
lsh-2.1/src/client.c:1131:5: note: Variable 'options->inhibit_actions' is reassigned a value before the old one has been used.
lsh-2.1/src/client.c:1102:11: style: The scope of the variable 'sim_argv' can be reduced. [variableScope]
lsh-2.1/src/client.c:133:34: style: Function 'do_request_service' argument 4 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client.h:55:32: note: Function 'do_request_service' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/client.c:133:34: note: Function 'do_request_service' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/client.c:347:30: style: Function 'make_handle_exit_status' argument 1 names different: declaration 'exit_code' definition 'exit_status'. [funcArgNamesDifferent]
lsh-2.1/src/client.h:89:54: note: Function 'make_handle_exit_status' argument 1 names different: declaration 'exit_code' definition 'exit_status'.
lsh-2.1/src/client.c:347:30: note: Function 'make_handle_exit_status' argument 1 names different: declaration 'exit_code' definition 'exit_status'.
lsh-2.1/src/client.c:359:30: style: Function 'make_handle_exit_signal' argument 1 names different: declaration 'exit_code' definition 'exit_status'. [funcArgNamesDifferent]
lsh-2.1/src/client.h:90:54: note: Function 'make_handle_exit_signal' argument 1 names different: declaration 'exit_code' definition 'exit_status'.
lsh-2.1/src/client.c:359:30: note: Function 'make_handle_exit_signal' argument 1 names different: declaration 'exit_code' definition 'exit_status'.
lsh-2.1/src/client.c:525:44: style: Function 'init_client_options' argument 1 names different: declaration 'options' definition 'self'. [funcArgNamesDifferent]
lsh-2.1/src/client.h:187:44: note: Function 'init_client_options' argument 1 names different: declaration 'options' definition 'self'.
lsh-2.1/src/client.c:525:44: note: Function 'init_client_options' argument 1 names different: declaration 'options' definition 'self'.
lsh-2.1/src/client.c:861:1: style: Function 'do_exit_callback' argument 1 names different: declaration 'self' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client.c:861:1: note: Function 'do_exit_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:861:1: note: Function 'do_exit_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:866:1: style: Function 'do_verbose_callback' argument 1 names different: declaration 'self' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client.c:866:1: note: Function 'do_verbose_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:866:1: note: Function 'do_verbose_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:873:1: style: Function 'do_debug_callback' argument 1 names different: declaration 'self' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client.c:873:1: note: Function 'do_debug_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:873:1: note: Function 'do_debug_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:880:1: style: Function 'do_quiet_callback' argument 1 names different: declaration 'self' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client.c:880:1: note: Function 'do_quiet_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:880:1: note: Function 'do_quiet_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/client.c:834:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/client_x11.c:425:30: style: Function 'do_channel_open_x11' argument 1 names different: declaration 's' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client_x11.c:424:1: note: Function 'do_channel_open_x11' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/client_x11.c:425:30: note: Function 'do_channel_open_x11' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/client_x11.c:427:38: style: Function 'do_channel_open_x11' argument 3 names different: declaration 'info' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/client_x11.c:424:1: note: Function 'do_channel_open_x11' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/client_x11.c:427:38: note: Function 'do_channel_open_x11' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/command.c:165:35: style: Function 'do_command_2' argument 4 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/command.h:98:33: note: Function 'do_command_2' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:165:35: note: Function 'do_command_2' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:243:35: style: Function 'do_command_3' argument 4 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/command.h:136:33: note: Function 'do_command_3' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:243:35: note: Function 'do_command_3' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:361:35: style: Function 'do_command_4' argument 4 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/command.h:181:33: note: Function 'do_command_4' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:361:35: note: Function 'do_command_4' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:663:32: style: Function 'do_catch_report_collect' argument 4 names different: declaration 'e' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/command.h:279:30: note: Function 'do_catch_report_collect' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/command.c:663:32: note: Function 'do_catch_report_collect' argument 4 names different: declaration 'e' definition 'UNUSED'.
lsh-2.1/src/connection.c:359:19: style: Function 'make_ssh_connection' argument 4 names different: declaration 'id_comment' definition 'debug_comment'. [funcArgNamesDifferent]
lsh-2.1/src/connection.h:220:19: note: Function 'make_ssh_connection' argument 4 names different: declaration 'id_comment' definition 'debug_comment'.
lsh-2.1/src/connection.c:359:19: note: Function 'make_ssh_connection' argument 4 names different: declaration 'id_comment' definition 'debug_comment'.
lsh-2.1/src/debug.c:70:42: style: Function 'make_packet_debug' argument 1 names different: declaration 'continuation' definition 'next'. [funcArgNamesDifferent]
lsh-2.1/src/connection.h:285:42: note: Function 'make_packet_debug' argument 1 names different: declaration 'continuation' definition 'next'.
lsh-2.1/src/debug.c:70:42: note: Function 'make_packet_debug' argument 1 names different: declaration 'continuation' definition 'next'.
lsh-2.1/src/format.c:688:11: style: The scope of the variable 'd' can be reduced. [variableScope]
lsh-2.1/src/format.c:689:11: style: The scope of the variable 'e' can be reduced. [variableScope]
lsh-2.1/src/format.c:76:74: style: Function 'ssh_format_write' argument 3 names different: declaration 'pos' definition 'start'. [funcArgNamesDifferent]
lsh-2.1/src/format.h:82:45: note: Function 'ssh_format_write' argument 3 names different: declaration 'pos' definition 'start'.
lsh-2.1/src/format.c:76:74: note: Function 'ssh_format_write' argument 3 names different: declaration 'pos' definition 'start'.
lsh-2.1/src/format.c:88:41: style: Function 'ssh_vformat_length' argument 1 names different: declaration 'format' definition 'f'. [funcArgNamesDifferent]
lsh-2.1/src/format.h:84:41: note: Function 'ssh_vformat_length' argument 1 names different: declaration 'format' definition 'f'.
lsh-2.1/src/format.c:88:41: note: Function 'ssh_vformat_length' argument 1 names different: declaration 'format' definition 'f'.
lsh-2.1/src/format.c:291:31: style: Function 'ssh_vformat_write' argument 1 names different: declaration 'format' definition 'f'. [funcArgNamesDifferent]
lsh-2.1/src/format.h:85:36: note: Function 'ssh_vformat_write' argument 1 names different: declaration 'format' definition 'f'.
lsh-2.1/src/format.c:291:31: note: Function 'ssh_vformat_write' argument 1 names different: declaration 'format' definition 'f'.
lsh-2.1/src/format.c:583:52: style: Function 'format_decimal' argument 2 names different: declaration 'pos' definition 'start'. [funcArgNamesDifferent]
lsh-2.1/src/format.h:100:52: note: Function 'format_decimal' argument 2 names different: declaration 'pos' definition 'start'.
lsh-2.1/src/format.c:583:52: note: Function 'format_decimal' argument 2 names different: declaration 'pos' definition 'start'.
lsh-2.1/src/io.c:336:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lsh-2.1/src/io.c:361:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lsh-2.1/src/io.c:1168:14: warning: Either the condition '!host' is redundant or there is possible null pointer dereference: host. [nullPointerRedundantCheck]
lsh-2.1/src/io.c:1189:11: note: Assuming that condition '!host' is not redundant
lsh-2.1/src/io.c:1168:14: note: Null pointer dereference
lsh-2.1/src/io.c:1652:44: style: Function 'io_connect_list' argument 1 names different: declaration 'remote' definition 'state'. [funcArgNamesDifferent]
lsh-2.1/src/io.h:319:44: note: Function 'io_connect_list' argument 1 names different: declaration 'remote' definition 'state'.
lsh-2.1/src/io.c:1652:44: note: Function 'io_connect_list' argument 1 names different: declaration 'remote' definition 'state'.
lsh-2.1/src/io.c:1855:9: style: Function 'lsh_pushd' argument 2 names different: declaration 'fd' definition 'result'. [funcArgNamesDifferent]
lsh-2.1/src/io.h:416:9: note: Function 'lsh_pushd' argument 2 names different: declaration 'fd' definition 'result'.
lsh-2.1/src/io.c:1855:9: note: Function 'lsh_pushd' argument 2 names different: declaration 'fd' definition 'result'.
lsh-2.1/src/io.c:471:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/io.c:1978:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/io.c:2045:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/list.c:63:25: style: Function 'make_int_listv' argument 1 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
lsh-2.1/src/list.h:74:42: note: Function 'make_int_listv' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:63:25: note: Function 'make_int_listv' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:82:24: style: Function 'make_int_list' argument 1 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
lsh-2.1/src/list.h:75:41: note: Function 'make_int_list' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:82:24: note: Function 'make_int_list' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:95:28: style: Function 'make_object_listv' argument 1 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
lsh-2.1/src/list.h:81:48: note: Function 'make_object_listv' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:95:28: note: Function 'make_object_listv' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:111:27: style: Function 'make_object_list' argument 1 names different: declaration 'length' definition 'n'. [funcArgNamesDifferent]
lsh-2.1/src/list.h:82:47: note: Function 'make_object_list' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/list.c:111:27: note: Function 'make_object_list' argument 1 names different: declaration 'length' definition 'n'.
lsh-2.1/src/lock_file.c:84:3: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lsh-2.1/src/lock_file.c:81:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lsh-2.1/src/lock_file.c:84:3: note: Variable 'fd' is reassigned a value before the old one has been used.
lsh-2.1/src/lsh-execuv.c:286:22: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lsh-2.1/src/lsh.c:769:8: style: The scope of the variable 'i' can be reduced. [variableScope]
lsh-2.1/src/lsh_string.c:209:13: style: Function 'lsh_string_write_bignum' argument 3 names different: declaration 'legth' definition 'length'. [funcArgNamesDifferent]
lsh-2.1/src/lsh_string.h:126:13: note: Function 'lsh_string_write_bignum' argument 3 names different: declaration 'legth' definition 'length'.
lsh-2.1/src/lsh_string.c:209:13: note: Function 'lsh_string_write_bignum' argument 3 names different: declaration 'legth' definition 'length'.
lsh-2.1/src/lsh_string.c:513:27: style: Function 'lsh_string_alloc' argument 1 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
lsh-2.1/src/lsh_string.h:67:27: note: Function 'lsh_string_alloc' argument 1 names different: declaration 'size' definition 'length'.
lsh-2.1/src/lsh_string.c:513:27: note: Function 'lsh_string_alloc' argument 1 names different: declaration 'size' definition 'length'.
lsh-2.1/src/lsh_string.c:576:42: style: Function 'lsh_string_free' argument 1 names different: declaration 'packet' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/lsh.h:93:42: note: Function 'lsh_string_free' argument 1 names different: declaration 'packet' definition 's'.
lsh-2.1/src/lsh_string.c:576:42: note: Function 'lsh_string_free' argument 1 names different: declaration 'packet' definition 's'.
lsh-2.1/src/lshd.c:558:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lsh-2.1/src/parse_config.c:357:47: style: Function 'config_lookup_host' argument 1 names different: declaration 'config' definition 'groups'. [funcArgNamesDifferent]
lsh-2.1/src/parse_config.h:45:47: note: Function 'config_lookup_host' argument 1 names different: declaration 'config' definition 'groups'.
lsh-2.1/src/parse_config.c:357:47: note: Function 'config_lookup_host' argument 1 names different: declaration 'config' definition 'groups'.
lsh-2.1/src/publickey_crypto.c:75:57: style: Function 'zn_mul' argument 3 names different: declaration 'x' definition 'a'. [funcArgNamesDifferent]
lsh-2.1/src/publickey_crypto.h:69:57: note: Function 'zn_mul' argument 3 names different: declaration 'x' definition 'a'.
lsh-2.1/src/publickey_crypto.c:75:57: note: Function 'zn_mul' argument 3 names different: declaration 'x' definition 'a'.
lsh-2.1/src/publickey_crypto.c:75:72: style: Function 'zn_mul' argument 4 names different: declaration 'y' definition 'b'. [funcArgNamesDifferent]
lsh-2.1/src/publickey_crypto.h:69:72: note: Function 'zn_mul' argument 4 names different: declaration 'y' definition 'b'.
lsh-2.1/src/publickey_crypto.c:75:72: note: Function 'zn_mul' argument 4 names different: declaration 'y' definition 'b'.
lsh-2.1/src/publickey_crypto.c:82:57: style: Function 'zn_exp' argument 3 names different: declaration 'x' definition 'g'. [funcArgNamesDifferent]
lsh-2.1/src/publickey_crypto.h:72:57: note: Function 'zn_exp' argument 3 names different: declaration 'x' definition 'g'.
lsh-2.1/src/publickey_crypto.c:82:57: note: Function 'zn_exp' argument 3 names different: declaration 'x' definition 'g'.
lsh-2.1/src/publickey_crypto.c:88:60: style: Function 'zn_exp_ui' argument 3 names different: declaration 'x' definition 'g'. [funcArgNamesDifferent]
lsh-2.1/src/publickey_crypto.h:75:60: note: Function 'zn_exp_ui' argument 3 names different: declaration 'x' definition 'g'.
lsh-2.1/src/publickey_crypto.c:88:60: note: Function 'zn_exp_ui' argument 3 names different: declaration 'x' definition 'g'.
lsh-2.1/src/queue.c:324:66: style: Function 'string_queue_add_head' argument 2 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/queue.h:147:71: note: Function 'string_queue_add_head' argument 2 names different: declaration 'o' definition 's'.
lsh-2.1/src/queue.c:324:66: note: Function 'string_queue_add_head' argument 2 names different: declaration 'o' definition 's'.
lsh-2.1/src/queue.c:330:66: style: Function 'string_queue_add_tail' argument 2 names different: declaration 'o' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/queue.h:148:71: note: Function 'string_queue_add_tail' argument 2 names different: declaration 'o' definition 's'.
lsh-2.1/src/queue.c:330:66: note: Function 'string_queue_add_tail' argument 2 names different: declaration 'o' definition 's'.
lsh-2.1/src/rsync/checksum.c:67:22: style: The scope of the variable 'n' can be reduced. [variableScope]
lsh-2.1/src/rsync/checksum.c:62:17: style: Function 'rsync_search' argument 7 names different: declaration 'found' definition 'done'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:260:17: note: Function 'rsync_search' argument 7 names different: declaration 'found' definition 'done'.
lsh-2.1/src/rsync/checksum.c:62:17: note: Function 'rsync_search' argument 7 names different: declaration 'found' definition 'done'.
lsh-2.1/src/rsync/generate.c:76:45: style: Function 'rsync_generate' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:96:45: note: Function 'rsync_generate' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/generate.c:76:45: note: Function 'rsync_generate' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/generate.c:147:50: style: Function 'rsync_generate_init' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:99:50: note: Function 'rsync_generate_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/generate.c:147:50: note: Function 'rsync_generate_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/receive.c:30:43: style: Function 'rsync_receive' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:168:43: note: Function 'rsync_receive' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/receive.c:30:43: note: Function 'rsync_receive' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/receive.c:152:48: style: Function 'rsync_receive_init' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:171:48: note: Function 'rsync_receive_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/receive.c:152:48: note: Function 'rsync_receive_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:204:49: style: Function 'rsync_read_table' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:197:49: note: Function 'rsync_read_table' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:204:49: note: Function 'rsync_read_table' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:303:42: style: Function 'rsync_send_init' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:245:42: note: Function 'rsync_send_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:303:42: note: Function 'rsync_send_init' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:536:37: style: Function 'rsync_send' argument 1 names different: declaration 'state' definition 's'. [funcArgNamesDifferent]
lsh-2.1/src/rsync/rsync.h:249:37: note: Function 'rsync_send' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/rsync/send.c:536:37: note: Function 'rsync_send' argument 1 names different: declaration 'state' definition 's'.
lsh-2.1/src/server_pty.c:184:3: style: Function 'pty_open_master' argument 2 names different: declaration 'user' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/server_pty.h:67:45: note: Function 'pty_open_master' argument 2 names different: declaration 'user' definition 'UNUSED'.
lsh-2.1/src/server_pty.c:184:3: note: Function 'pty_open_master' argument 2 names different: declaration 'user' definition 'UNUSED'.
lsh-2.1/src/server_session.c:586:33: style: Function 'do_shell_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/server_session.c:585:1: note: Function 'do_shell_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/server_session.c:586:33: note: Function 'do_shell_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/server_session.c:588:41: style: Function 'do_shell_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/server_session.c:585:1: note: Function 'do_shell_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/server_session.c:588:41: note: Function 'do_shell_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/server_session.c:623:33: style: Function 'do_exec_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/server_session.c:622:1: note: Function 'do_exec_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/server_session.c:623:33: note: Function 'do_exec_request_handler' argument 1 names different: declaration 's' definition 'UNUSED'.
lsh-2.1/src/server_session.c:625:41: style: Function 'do_exec_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/server_session.c:622:1: note: Function 'do_exec_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/server_session.c:625:41: note: Function 'do_exec_request_handler' argument 3 names different: declaration 'info' definition 'UNUSED'.
lsh-2.1/src/sftp/buffer.c:284:12: style: The scope of the variable 'data' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1871:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lsh-2.1/src/sftp/commands.c:481:10: style: Condition '!fail' is always true [knownConditionTrueFalse]
lsh-2.1/src/sftp/commands.c:478:14: note: Assignment 'fail=0', assigned value is 0
lsh-2.1/src/sftp/commands.c:481:10: note: Condition '!fail' is always true
lsh-2.1/src/sftp/commands.c:320:11: style: The scope of the variable 'newmask' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:408:10: style: The scope of the variable 'freeargv' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:409:9: style: The scope of the variable 's' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:412:7: style: The scope of the variable 'argcount' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:528:7: style: The scope of the variable 'id' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:695:20: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:892:16: style: The scope of the variable 'curdirinfo' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:903:7: style: The scope of the variable 'mask' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1171:16: style: The scope of the variable 'curdirinfo' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1467:8: style: The scope of the variable 'id' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1748:15: style: The scope of the variable 'lastptr' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1951:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:1957:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lsh-2.1/src/sftp/commands.c:203:47: style: Function 'com_help' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:63:43: note: Function 'com_help' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:203:47: note: Function 'com_help' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:244:51: style: Function 'com_longhelp' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:64:47: note: Function 'com_longhelp' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:244:51: note: Function 'com_longhelp' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:304:26: style: Function 'com_mail' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:84:26: note: Function 'com_mail' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:304:26: note: Function 'com_mail' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:310:48: style: Function 'com_umask' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:85:44: note: Function 'com_umask' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:310:48: note: Function 'com_umask' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:352:49: style: Function 'com_escape' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:66:45: note: Function 'com_escape' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:352:49: note: Function 'com_escape' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:363:26: style: Function 'com_quit' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:67:26: note: Function 'com_quit' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:363:26: note: Function 'com_quit' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:363:54: style: Function 'com_quit' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:67:43: note: Function 'com_quit' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:363:54: note: Function 'com_quit' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:375:27: style: Function 'com_about' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:65:27: note: Function 'com_about' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:375:27: note: Function 'com_about' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:375:55: style: Function 'com_about' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:65:44: note: Function 'com_about' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:375:55: note: Function 'com_about' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:393:27: style: Function 'com_close' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:70:27: note: Function 'com_close' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:393:27: note: Function 'com_close' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:393:55: style: Function 'com_close' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:70:44: note: Function 'com_close' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:393:55: note: Function 'com_close' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:405:47: style: Function 'com_open' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:71:43: note: Function 'com_open' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:405:47: note: Function 'com_open' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:472:45: style: Function 'com_cd' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:73:41: note: Function 'com_cd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:472:45: note: Function 'com_cd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:778:46: style: Function 'com_set' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:83:42: note: Function 'com_set' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:778:46: note: Function 'com_set' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1577:47: style: Function 'com_jobs' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:68:43: note: Function 'com_jobs' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1577:47: note: Function 'com_jobs' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1604:25: style: Function 'com_pwd' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:76:25: note: Function 'com_pwd' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1604:25: note: Function 'com_pwd' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1604:53: style: Function 'com_pwd' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:76:42: note: Function 'com_pwd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1604:53: note: Function 'com_pwd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1864:46: style: Function 'com_lcd' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:90:42: note: Function 'com_lcd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1864:46: note: Function 'com_lcd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1903:25: style: Function 'com_lrm' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:91:25: note: Function 'com_lrm' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1903:25: note: Function 'com_lrm' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1903:53: style: Function 'com_lrm' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:91:42: note: Function 'com_lrm' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1903:53: note: Function 'com_lrm' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1946:46: style: Function 'com_lls' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:92:42: note: Function 'com_lls' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:1946:46: note: Function 'com_lls' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2097:26: style: Function 'com_lpwd' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:93:26: note: Function 'com_lpwd' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2097:26: note: Function 'com_lpwd' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2097:54: style: Function 'com_lpwd' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:93:43: note: Function 'com_lpwd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2097:54: note: Function 'com_lpwd' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2133:25: style: Function 'com_lmv' argument 1 names different: declaration 'arg' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:94:25: note: Function 'com_lmv' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2133:25: note: Function 'com_lmv' argument 1 names different: declaration 'arg' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2133:53: style: Function 'com_lmv' argument 2 names different: declaration 'command' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/commands.h:94:42: note: Function 'com_lmv' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/commands.c:2133:53: note: Function 'com_lmv' argument 2 names different: declaration 'command' definition 'UNUSED'.
lsh-2.1/src/sftp/dc.c:349:25: warning: Logical conjunction always evaluates to false: '!' == glob[j] && '^' == glob[j]. [incorrectLogicOperator]
lsh-2.1/src/sftp/dc.c:233:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lsh-2.1/src/sftp/dc.c:195:32: style: Function 'lsftp_dc_hash' argument 1 names different: declaration 'name' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/dc.h:51:31: note: Function 'lsftp_dc_hash' argument 1 names different: declaration 'name' definition 'UNUSED'.
lsh-2.1/src/sftp/dc.c:195:32: note: Function 'lsftp_dc_hash' argument 1 names different: declaration 'name' definition 'UNUSED'.
lsh-2.1/src/sftp/dc.c:597:34: style: Function 'lsftp_dc_r_startglob' argument 1 names different: declaration 'fname' definition 'glob'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/dc.h:63:47: note: Function 'lsftp_dc_r_startglob' argument 1 names different: declaration 'fname' definition 'glob'.
lsh-2.1/src/sftp/dc.c:597:34: note: Function 'lsftp_dc_r_startglob' argument 1 names different: declaration 'fname' definition 'glob'.
lsh-2.1/src/sftp/dc.c:769:34: style: Function 'lsftp_dc_l_startglob' argument 1 names different: declaration 'fname' definition 'name'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/dc.h:67:47: note: Function 'lsftp_dc_l_startglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dc.c:769:34: note: Function 'lsftp_dc_l_startglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dc.c:805:33: style: Function 'lsftp_dc_l_contglob' argument 1 names different: declaration 'fname' definition 'name'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/dc.h:68:46: note: Function 'lsftp_dc_l_contglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dc.c:805:33: note: Function 'lsftp_dc_l_contglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dc.c:857:33: style: Function 'lsftp_dc_r_contglob' argument 1 names different: declaration 'fname' definition 'name'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/dc.h:64:46: note: Function 'lsftp_dc_r_contglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dc.c:857:33: note: Function 'lsftp_dc_r_contglob' argument 1 names different: declaration 'fname' definition 'name'.
lsh-2.1/src/sftp/dump-hex.c:89:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/sftp/io_input.c:59:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lsh-2.1/src/sftp/lsftp.c:68:9: style: The scope of the variable 'current_line' can be reduced. [variableScope]
lsh-2.1/src/sftp/lsftp.c:78:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lsh-2.1/src/sftp/lsftp.c:124:13: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
lsh-2.1/src/sftp/rl.c:554:37: style: Function 'lsftp_rl_init_get_line' argument 1 names different: declaration 'prompt' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/rl.h:69:35: note: Function 'lsftp_rl_init_get_line' argument 1 names different: declaration 'prompt' definition 'UNUSED'.
lsh-2.1/src/sftp/rl.c:554:37: note: Function 'lsftp_rl_init_get_line' argument 1 names different: declaration 'prompt' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp-server.c:1206:20: style: Condition 'res>0' is always true [knownConditionTrueFalse]
lsh-2.1/src/sftp/sftp-server.c:569:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp-server.c:1090:11: style: The scope of the variable 'res' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp-server.c:555:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/sftp/sftp-server.c:847:29: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/sftp/sftp-server.c:1241:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/sftp/sftp_bind.c:1308:15: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
lsh-2.1/src/sftp/sftp_bind.c:861:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_bind.c:866:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_bind.c:868:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_bind.c:869:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_bind.c:874:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_bind.c:1518:16: warning: Either the condition 'tmp' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
lsh-2.1/src/sftp/sftp_bind.c:1503:8: note: Assuming that condition 'tmp' is not redundant
lsh-2.1/src/sftp/sftp_bind.c:1518:16: note: Null pointer dereference
lsh-2.1/src/sftp/sftp_bind.c:1141:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
lsh-2.1/src/sftp/sftp_bind.c:1139:0: note: Variable 'i' is reassigned a value before the old one has been used.
lsh-2.1/src/sftp/sftp_bind.c:1141:3: note: Variable 'i' is reassigned a value before the old one has been used.
lsh-2.1/src/sftp/sftp_bind.c:750:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:1364:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:1879:19: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:1936:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2094:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2143:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2262:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2326:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2426:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2427:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2492:15: style: The scope of the variable 'tmp1' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2493:15: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2559:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2562:23: style: The scope of the variable 'attrib' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2625:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:2676:15: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_bind.c:607:12: style: Variable 'retval' is assigned a value that is never used. [unreadVariable]
lsh-2.1/src/sftp/sftp_bind.c:1800:0: style: Variable 'screenwidth' is assigned a value that is never used. [unreadVariable]
lsh-2.1/src/sftp/sftp_bind.c:2390:9: style: Unused variable: f [unusedVariable]
lsh-2.1/src/sftp/sftp_bind.c:246:14: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lsh-2.1/src/sftp/sftp_bind.c:1821:0: error: Memory leak: colwidths [memleak]
lsh-2.1/src/sftp/sftp_c.c:262:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsh-2.1/src/sftp/sftp_c.c:1594:13: style: The scope of the variable 'fname' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_c.c:1595:13: style: The scope of the variable 'longname' can be reduced. [variableScope]
lsh-2.1/src/sftp/sftp_c.c:276:26: style: Function 'sftp_rename_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:143:23: note: Function 'sftp_rename_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:276:26: note: Function 'sftp_rename_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:305:27: style: Function 'sftp_symlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:131:24: note: Function 'sftp_symlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:305:27: note: Function 'sftp_symlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:332:26: style: Function 'sftp_remove_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:155:23: note: Function 'sftp_remove_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:332:26: note: Function 'sftp_remove_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:357:25: style: Function 'sftp_mkdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:163:22: note: Function 'sftp_mkdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:357:25: note: Function 'sftp_mkdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:390:28: style: Function 'sftp_realpath_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:181:25: note: Function 'sftp_realpath_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:390:28: note: Function 'sftp_realpath_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:415:28: style: Function 'sftp_readlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:189:25: note: Function 'sftp_readlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:415:28: note: Function 'sftp_readlink_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:440:25: style: Function 'sftp_rmdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:172:22: note: Function 'sftp_rmdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:440:25: note: Function 'sftp_rmdir_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:465:31: style: Function 'sftp_stat_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:198:28: note: Function 'sftp_stat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:465:31: note: Function 'sftp_stat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:492:25: style: Function 'sftp_lstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:207:22: note: Function 'sftp_lstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:492:25: note: Function 'sftp_lstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:517:25: style: Function 'sftp_fstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:215:22: note: Function 'sftp_fstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:517:25: note: Function 'sftp_fstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:541:27: style: Function 'sftp_setstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:224:24: note: Function 'sftp_setstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:541:27: note: Function 'sftp_setstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:567:28: style: Function 'sftp_fsetstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:234:25: note: Function 'sftp_fsetstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:567:28: note: Function 'sftp_fsetstat_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:596:27: style: Function 'sftp_get_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:247:24: note: Function 'sftp_get_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:596:27: note: Function 'sftp_get_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:747:27: style: Function 'sftp_put_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:370:24: note: Function 'sftp_put_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:747:27: note: Function 'sftp_put_mem_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:1532:29: style: Function 'sftp_ls_init' argument 3 names different: declaration 'in' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/sftp_c.h:401:26: note: Function 'sftp_ls_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:1532:29: note: Function 'sftp_ls_init' argument 3 names different: declaration 'in' definition 'UNUSED'.
lsh-2.1/src/sftp/sftp_c.c:696:11: warning: Assert statement calls a function which may have desired side effects: 'sftp_store'. [assertWithSideEffect]
lsh-2.1/src/sftp/str_utils.c:146:43: style: Function 'lsftp_s_strtok' argument 2 names different: declaration 'tok' definition 'sep'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/str_utils.h:39:55: note: Function 'lsftp_s_strtok' argument 2 names different: declaration 'tok' definition 'sep'.
lsh-2.1/src/sftp/str_utils.c:146:43: note: Function 'lsftp_s_strtok' argument 2 names different: declaration 'tok' definition 'sep'.
lsh-2.1/src/sftp/vsnprintf.c:729:66: style: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'. [funcArgNamesDifferent]
lsh-2.1/src/sftp/vsnprintf.c:108:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lsh-2.1/src/sftp/vsnprintf.c:729:66: note: Function 'vsnprintf' argument 4 names different: declaration 'arg' definition 'args'.
lsh-2.1/src/spki.c:500:7: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lsh-2.1/src/spki.c:492:0: note: Variable 'label' is reassigned a value before the old one has been used.
lsh-2.1/src/spki.c:500:7: note: Variable 'label' is reassigned a value before the old one has been used.
lsh-2.1/src/spki.c:129:11: style: Function 'spki_make_verifier' argument 3 names different: declaration 'algorithm_name' definition 'type'. [funcArgNamesDifferent]
lsh-2.1/src/spki.h:47:11: note: Function 'spki_make_verifier' argument 3 names different: declaration 'algorithm_name' definition 'type'.
lsh-2.1/src/spki.c:129:11: note: Function 'spki_make_verifier' argument 3 names different: declaration 'algorithm_name' definition 'type'.
lsh-2.1/src/spki.c:158:29: style: Function 'spki_sexp_to_signer' argument 2 names different: declaration 'e' definition 'i'. [funcArgNamesDifferent]
lsh-2.1/src/spki.h:51:29: note: Function 'spki_sexp_to_signer' argument 2 names different: declaration 'e' definition 'i'.
lsh-2.1/src/spki.c:158:29: note: Function 'spki_sexp_to_signer' argument 2 names different: declaration 'e' definition 'i'.
lsh-2.1/src/spki.c:275:38: style: Function 'spki_authorize' argument 2 names different: declaration 'subject' definition 'user'. [funcArgNamesDifferent]
lsh-2.1/src/spki.h:101:38: note: Function 'spki_authorize' argument 2 names different: declaration 'subject' definition 'user'.
lsh-2.1/src/spki.c:275:38: note: Function 'spki_authorize' argument 2 names different: declaration 'subject' definition 'user'.
lsh-2.1/src/spki/certificate.c:471:30: style: The scope of the variable 'acl' can be reduced. [variableScope]
lsh-2.1/src/spki/certificate.c:367:54: style: Function 'spki_5_tuple_list_nreverse' argument 1 names different: declaration 'l' definition 'c'. [funcArgNamesDifferent]
lsh-2.1/src/spki/certificate.h:177:54: note: Function 'spki_5_tuple_list_nreverse' argument 1 names different: declaration 'l' definition 'c'.
lsh-2.1/src/spki/certificate.c:367:54: note: Function 'spki_5_tuple_list_nreverse' argument 1 names different: declaration 'l' definition 'c'.
lsh-2.1/src/spki/certificate.c:461:34: style: Function 'spki_acl_by_subject_next' argument 2 names different: declaration 'principal' definition 'subject'. [funcArgNamesDifferent]
lsh-2.1/src/spki/certificate.h:246:34: note: Function 'spki_acl_by_subject_next' argument 2 names different: declaration 'principal' definition 'subject'.
lsh-2.1/src/spki/certificate.c:461:34: note: Function 'spki_acl_by_subject_next' argument 2 names different: declaration 'principal' definition 'subject'.
lsh-2.1/src/spki/certificate.c:488:22: style: Function 'spki_acl_by_authorization_first' argument 3 names different: declaration 'authorization' definition 'request'. [funcArgNamesDifferent]
lsh-2.1/src/spki/certificate.h:251:22: note: Function 'spki_acl_by_authorization_first' argument 3 names different: declaration 'authorization' definition 'request'.
lsh-2.1/src/spki/certificate.c:488:22: note: Function 'spki_acl_by_authorization_first' argument 3 names different: declaration 'authorization' definition 'request'.
lsh-2.1/src/spki/certificate.c:496:28: style: Function 'spki_acl_by_authorization_next' argument 2 names different: declaration 'authorization' definition 'request'. [funcArgNamesDifferent]
lsh-2.1/src/spki/certificate.h:255:28: note: Function 'spki_acl_by_authorization_next' argument 2 names different: declaration 'authorization' definition 'request'.
lsh-2.1/src/spki/certificate.c:496:28: note: Function 'spki_acl_by_authorization_next' argument 2 names different: declaration 'authorization' definition 'request'.
lsh-2.1/src/spki/spki-gperf.h:28:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." [preprocessorErrorDirective]
lsh-2.1/src/spki/tag.c:875:52: style: Function 'spki_tag_intersect' argument 2 names different: declaration 'ralloc' definition 'realloc'. [funcArgNamesDifferent]
lsh-2.1/src/spki/tag.h:56:52: note: Function 'spki_tag_intersect' argument 2 names different: declaration 'ralloc' definition 'realloc'.
lsh-2.1/src/spki/tag.c:875:52: note: Function 'spki_tag_intersect' argument 2 names different: declaration 'ralloc' definition 'realloc'.
lsh-2.1/src/spki/tools/misc.c:81:29: style: Function 'read_file' argument 2 names different: declaration 'size' definition 'max_size'. [funcArgNamesDifferent]
lsh-2.1/src/spki/tools/misc.h:42:29: note: Function 'read_file' argument 2 names different: declaration 'size' definition 'max_size'.
lsh-2.1/src/spki/tools/misc.c:81:29: note: Function 'read_file' argument 2 names different: declaration 'size' definition 'max_size'.
lsh-2.1/src/spki/tools/misc.c:131:46: style: Function 'read_file_by_name' argument 2 names different: declaration 'size' definition 'max_size'. [funcArgNamesDifferent]
lsh-2.1/src/spki/tools/misc.h:45:46: note: Function 'read_file_by_name' argument 2 names different: declaration 'size' definition 'max_size'.
lsh-2.1/src/spki/tools/misc.c:131:46: note: Function 'read_file_by_name' argument 2 names different: declaration 'size' definition 'max_size'.
lsh-2.1/src/spki/tools/misc.c:57:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/spki/tools/misc.c:141:0: error: Deallocating a deallocated pointer: f [deallocDealloc]
lsh-2.1/src/spki/tools/sign.c:42:31: style: Function 'spki_sign_init' argument 3 names different: declaration 'private' definition 'i'. [funcArgNamesDifferent]
lsh-2.1/src/spki/tools/sign.h:51:31: note: Function 'spki_sign_init' argument 3 names different: declaration 'private' definition 'i'.
lsh-2.1/src/spki/tools/sign.c:42:31: note: Function 'spki_sign_init' argument 3 names different: declaration 'private' definition 'i'.
lsh-2.1/src/spki/tools/sign.c:133:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/spki/tools/spki-delegate.c:305:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/spki/verify.c:91:23: style: Function 'spki_verify' argument 1 names different: declaration 'ctx' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/spki/certificate.h:279:0: note: Function 'spki_verify' argument 1 names different: declaration 'ctx' definition 'UNUSED'.
lsh-2.1/src/spki/verify.c:91:23: note: Function 'spki_verify' argument 1 names different: declaration 'ctx' definition 'UNUSED'.
lsh-2.1/src/string_buffer.c:181:30: style: Function 'string_buffer_final' argument 2 names different: declaration 'left' definition 'left_over'. [funcArgNamesDifferent]
lsh-2.1/src/string_buffer.h:76:21: note: Function 'string_buffer_final' argument 2 names different: declaration 'left' definition 'left_over'.
lsh-2.1/src/string_buffer.c:181:30: note: Function 'string_buffer_final' argument 2 names different: declaration 'left' definition 'left_over'.
lsh-2.1/src/suspend.c:117:1: style: Function 'do_suspend_callback' argument 1 names different: declaration 'self' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/suspend.c:117:1: note: Function 'do_suspend_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/suspend.c:117:1: note: Function 'do_suspend_callback' argument 1 names different: declaration 'self' definition 'UNUSED'.
lsh-2.1/src/tcpforward_commands.c:383:47: style: Function 'make_forward_remote_port' argument 1 names different: declaration 'local' definition 'remote'. [funcArgNamesDifferent]
lsh-2.1/src/tcpforward.h:93:47: note: Function 'make_forward_remote_port' argument 1 names different: declaration 'local' definition 'remote'.
lsh-2.1/src/tcpforward_commands.c:383:47: note: Function 'make_forward_remote_port' argument 1 names different: declaration 'local' definition 'remote'.
lsh-2.1/src/unix_interact.c:392:49: warning: Comparison of a boolean expression with an integer other than 0 or 1. [compareBoolExpressionWithInt]
lsh-2.1/src/unix_user.c:622:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/unix_user.c:667:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/unix_user.c:700:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/unix_user.c:721:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/werror.c:630:11: style: The scope of the variable 'args' can be reduced. [variableScope]
lsh-2.1/src/werror.c:656:11: style: The scope of the variable 'args' can be reduced. [variableScope]
lsh-2.1/src/werror.c:670:11: style: The scope of the variable 'args' can be reduced. [variableScope]
lsh-2.1/src/werror.c:684:11: style: The scope of the variable 'args' can be reduced. [variableScope]
lsh-2.1/src/werror.c:299:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lsh-2.1/src/xalloc.c:120:15: style: Function 'lsh_var_alloc' argument 2 names different: declaration 'extra' definition 'size'. [funcArgNamesDifferent]
lsh-2.1/src/xalloc.h:54:15: note: Function 'lsh_var_alloc' argument 2 names different: declaration 'extra' definition 'size'.
lsh-2.1/src/xalloc.c:120:15: note: Function 'lsh_var_alloc' argument 2 names different: declaration 'extra' definition 'size'.
lsh-2.1/src/xauth.c:161:39: style: Function 'xauth_lookup' argument 1 names different: declaration 'sa' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/xauth.h:35:31: note: Function 'xauth_lookup' argument 1 names different: declaration 'sa' definition 'UNUSED'.
lsh-2.1/src/xauth.c:161:39: note: Function 'xauth_lookup' argument 1 names different: declaration 'sa' definition 'UNUSED'.
lsh-2.1/src/xauth.c:162:38: style: Function 'xauth_lookup' argument 2 names different: declaration 'number_length' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/xauth.h:36:23: note: Function 'xauth_lookup' argument 2 names different: declaration 'number_length' definition 'UNUSED'.
lsh-2.1/src/xauth.c:162:38: note: Function 'xauth_lookup' argument 2 names different: declaration 'number_length' definition 'UNUSED'.
lsh-2.1/src/xauth.c:163:34: style: Function 'xauth_lookup' argument 3 names different: declaration 'number' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/xauth.h:37:26: note: Function 'xauth_lookup' argument 3 names different: declaration 'number' definition 'UNUSED'.
lsh-2.1/src/xauth.c:163:34: note: Function 'xauth_lookup' argument 3 names different: declaration 'number' definition 'UNUSED'.
lsh-2.1/src/xauth.c:164:39: style: Function 'xauth_lookup' argument 4 names different: declaration 'name' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/xauth.h:38:34: note: Function 'xauth_lookup' argument 4 names different: declaration 'name' definition 'UNUSED'.
lsh-2.1/src/xauth.c:164:39: note: Function 'xauth_lookup' argument 4 names different: declaration 'name' definition 'UNUSED'.
lsh-2.1/src/xauth.c:165:39: style: Function 'xauth_lookup' argument 5 names different: declaration 'data' definition 'UNUSED'. [funcArgNamesDifferent]
lsh-2.1/src/xauth.h:39:34: note: Function 'xauth_lookup' argument 5 names different: declaration 'data' definition 'UNUSED'.
lsh-2.1/src/xauth.c:165:39: note: Function 'xauth_lookup' argument 5 names different: declaration 'data' definition 'UNUSED'.
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lshell/lshell_0.9.16.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lshw/lshw_02.18.orig.tar.gz
lshw-B.02.18/src/core/abi.cc:20:24: style: Function 'scan_abi' argument 1 names different: declaration 'n' definition 'system'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/abi.h:6:24: note: Function 'scan_abi' argument 1 names different: declaration 'n' definition 'system'.
lshw-B.02.18/src/core/abi.cc:20:24: note: Function 'scan_abi' argument 1 names different: declaration 'n' definition 'system'.
lshw-B.02.18/src/core/hw.h:75:7: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/hw.h:76:7: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/burner.cc:109:9: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/cpufreq.cc:59:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/cpuinfo.cc:582:5: style: Variable 'cpuinfo_str' is assigned a value that is never used. [unreadVariable]
lshw-B.02.18/src/core/cpuinfo.cc:595:14: style: Variable 'id' is assigned a value that is never used. [unreadVariable]
lshw-B.02.18/src/core/cpuinfo.cc:596:17: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
lshw-B.02.18/src/core/dasd.cc:21:10: style: The scope of the variable 'dev_num' can be reduced. [variableScope]
lshw-B.02.18/src/core/dasd.cc:22:9: style: The scope of the variable 'dev_name' can be reduced. [variableScope]
lshw-B.02.18/src/core/db.h:17:2: style: 'database::operator=' should return 'database &'. [operatorEq]
lshw-B.02.18/src/core/db.cc:150:3: style: Value of pointer 'implementation', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
lshw-B.02.18/src/core/db.h:13:2: style: Class 'database' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.h:41:2: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.h:42:2: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.h:43:2: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.h:44:2: style: Class 'value' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.cc:16:2: style: Class 'exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/db.cc:21:2: style: Class 'exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/device-tree.cc:94:25: style: Condition 'num_address_cells>2' is always false [knownConditionTrueFalse]
lshw-B.02.18/src/core/device-tree.cc:92:69: note: Assignment 'num_address_cells=get_u32(node+"/../#address-cells")||1', assigned value is 1
lshw-B.02.18/src/core/device-tree.cc:94:25: note: Condition 'num_address_cells>2' is always false
lshw-B.02.18/src/core/device-tree.cc:228:7: style: The scope of the variable 'currentcpu' can be reduced. [variableScope]
lshw-B.02.18/src/core/device-tree.cc:37:11: style: struct member 'dimminfo::version3' is never used. [unusedStructMember]
lshw-B.02.18/src/core/device-tree.cc:38:8: style: struct member 'dimminfo::serial' is never used. [unusedStructMember]
lshw-B.02.18/src/core/device-tree.cc:39:12: style: struct member 'dimminfo::version1' is never used. [unusedStructMember]
lshw-B.02.18/src/core/device-tree.cc:39:22: style: struct member 'dimminfo::version2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/device-tree.cc:339:42: performance: Function parameter 'path' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/disk.cc:76:17: style: Unsigned variable '(' can't be negative so it is unnecessary to test it. [unsignedPositive]
lshw-B.02.18/src/core/dmi.cc:514:12: warning: Either the condition 'num<164' is redundant or the array 'jp_memory_array_location[5]' is accessed at index 163, which is out of bounds. [arrayIndexOutOfBoundsCond]
lshw-B.02.18/src/core/dmi.cc:513:26: note: Assuming that condition 'num<164' is not redundant
lshw-B.02.18/src/core/dmi.cc:514:12: note: Array index out of bounds
lshw-B.02.18/src/core/dmi.cc:388:11: warning: Identical condition 'len<1', second condition is always false [identicalConditionAfterEarlyExit]
lshw-B.02.18/src/core/dmi.cc:368:11: note: first condition
lshw-B.02.18/src/core/dmi.cc:388:11: note: second condition
lshw-B.02.18/src/core/dmi.cc:1491:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/dmi.cc:1496:15: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/dmi.cc:153:22: style: The scope of the variable 'chemistry' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:208:22: style: The scope of the variable 'status' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:274:22: style: The scope of the variable 'boardtypes' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:489:22: style: The scope of the variable 'memory_array_location' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:503:22: style: The scope of the variable 'jp_memory_array_location' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:625:22: style: The scope of the variable 'chassis_type' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:676:22: style: The scope of the variable 'processor_family' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:971:22: style: The scope of the variable 'dm' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:984:12: style: The scope of the variable 'u2' can be reduced. [variableScope]
lshw-B.02.18/src/core/dmi.cc:408:5: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
lshw-B.02.18/src/core/dmi.cc:415:0: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
lshw-B.02.18/src/core/fat.cc:131:36: style: Function 'scan_fat' argument 2 names different: declaration 's' definition 'id'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/fat.h:7:36: note: Function 'scan_fat' argument 2 names different: declaration 's' definition 'id'.
lshw-B.02.18/src/core/fat.cc:131:36: note: Function 'scan_fat' argument 2 names different: declaration 's' definition 'id'.
lshw-B.02.18/src/core/fat.cc:56:11: style: struct member 'vfat_super_block::secs_track' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:58:11: style: struct member 'vfat_super_block::hidden' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:84:8: style: union member 'Anonymous0::sector' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:62:12: style: struct member 'fat_super_block::unknown' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:63:12: style: struct member 'fat_super_block::serno' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:66:12: style: struct member 'fat_super_block::dummy2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:67:12: style: struct member 'fat_super_block::pmagic' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:71:13: style: struct member 'fat32_super_block::flags' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:72:12: style: struct member 'fat32_super_block::version' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:74:13: style: struct member 'fat32_super_block::insfo_sector' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:75:13: style: struct member 'fat32_super_block::backup_boot' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:76:13: style: struct member 'fat32_super_block::reserved2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:77:12: style: struct member 'fat32_super_block::unknown' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:78:12: style: struct member 'fat32_super_block::serno' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:81:12: style: struct member 'fat32_super_block::dummy2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fat.cc:82:12: style: struct member 'fat32_super_block::pmagic' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fb.cc:251:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/fb.cc:110:9: style: struct member 'fb_fix_screeninfo::mmio_start' is never used. [unusedStructMember]
lshw-B.02.18/src/core/fb.cc:181:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/heuristics.cc:117:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lshw-B.02.18/src/core/heuristics.cc:144:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lshw-B.02.18/src/core/hw.cc:103:3: style: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lshw-B.02.18/src/core/hw.cc:102:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:103:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:131:3: style: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lshw-B.02.18/src/core/hw.cc:130:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:131:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:156:3: style: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lshw-B.02.18/src/core/hw.cc:155:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:156:3: note: Variable 'This' is reassigned a value before the old one has been used if variable is no semaphore variable.
lshw-B.02.18/src/core/hw.cc:2377:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lshw-B.02.18/src/core/hw.cc:676:55: style: Function 'findChildByLogicalName' argument 1 names different: declaration 'handle' definition 'name'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/hw.h:163:52: note: Function 'findChildByLogicalName' argument 1 names different: declaration 'handle' definition 'name'.
lshw-B.02.18/src/core/hw.cc:676:55: note: Function 'findChildByLogicalName' argument 1 names different: declaration 'handle' definition 'name'.
lshw-B.02.18/src/core/hw.cc:985:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:999:30: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:1249:50: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:1253:35: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:1257:34: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:1292:33: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:1338:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/hw.cc:2140:3: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lshw-B.02.18/src/core/hw.cc:2288:16: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
lshw-B.02.18/src/core/hw.h:219:12: style: Technically the member function 'hwNode::asString' can be const. [functionConst]
lshw-B.02.18/src/core/hw.cc:1943:16: note: Technically the member function 'hwNode::asString' can be const.
lshw-B.02.18/src/core/hw.h:219:12: note: Technically the member function 'hwNode::asString' can be const.
lshw-B.02.18/src/core/hw.h:221:10: performance: Technically the member function 'hwNode::dump' can be static. [functionStatic]
lshw-B.02.18/src/core/hw.cc:2359:14: note: Technically the member function 'hwNode::dump' can be static.
lshw-B.02.18/src/core/hw.h:221:10: note: Technically the member function 'hwNode::dump' can be static.
lshw-B.02.18/src/core/hw.cc:2021:3: style: Value of pointer 'This', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
lshw-B.02.18/src/core/hw.cc:2279:3: style: Value of pointer 'This', which points to allocated memory, is copied in copy constructor instead of allocating new memory. [copyCtorPointerCopying]
lshw-B.02.18/src/core/ide.cc:104:8: warning: %lld in format string (no. 1) requires 'long long *' but the argument type is 'unsigned long long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/ide.cc:119:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/ide.cc:120:3: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/ideraid.cc:245:3: style: Variable 'tw_ioctl_char' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/ideraid.cc:240:0: note: Variable 'tw_ioctl_char' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/ideraid.cc:245:3: note: Variable 'tw_ioctl_char' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/ideraid.cc:247:3: style: Variable 'passthru' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/ideraid.cc:241:0: note: Variable 'passthru' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/ideraid.cc:247:3: note: Variable 'passthru' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/ideraid.cc:216:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lshw-B.02.18/src/core/ideraid.cc:128:16: style: struct member 'TAG_TW_SG_Entry::address' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:129:16: style: struct member 'TAG_TW_SG_Entry::length' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:170:19: style: struct member 'Anonymous2::sgl_offset' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:175:19: style: struct member 'Anonymous3::unit' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:182:20: style: union member 'Anonymous4::block_count' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:183:20: style: union member 'Anonymous4::parameter_count' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:184:20: style: union member 'Anonymous4::message_credits' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:188:16: style: struct member 'Anonymous6::lba' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:190:16: style: struct member 'Anonymous6::padding' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:194:16: style: struct member 'Anonymous7::padding' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:197:16: style: struct member 'Anonymous8::response_queue_pointer' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:198:16: style: struct member 'Anonymous8::padding' is never used. [unusedStructMember]
lshw-B.02.18/src/core/ideraid.cc:201:12: style: struct member 'Anonymous9::version' is never used. [unusedStructMember]
lshw-B.02.18/src/core/lvm.cc:61:8: style: struct member 'label::type' is never used. [unusedStructMember]
lshw-B.02.18/src/core/lvm.cc:62:12: style: struct member 'label::sector' is never used. [unusedStructMember]
lshw-B.02.18/src/core/lvm.cc:63:20: style: struct member 'label::labeller' is never used. [unusedStructMember]
lshw-B.02.18/src/core/lvm.cc:64:9: style: struct member 'label::info' is never used. [unusedStructMember]
lshw-B.02.18/src/core/mounts.cc:47:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/network.cc:61:7: style: struct member 'ethtool_cmd::advertising' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:65:6: style: struct member 'ethtool_cmd::phy_address' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:66:6: style: struct member 'ethtool_cmd::transceiver' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:68:7: style: struct member 'ethtool_cmd::maxtxpkt' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:69:7: style: struct member 'ethtool_cmd::maxrxpkt' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:70:7: style: struct member 'ethtool_cmd::reserved' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:92:8: style: struct member 'ethtool_drvinfo::reserved1' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:93:8: style: struct member 'ethtool_drvinfo::reserved2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:94:7: style: struct member 'ethtool_drvinfo::n_stats' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:95:7: style: struct member 'ethtool_drvinfo::testinfo_len' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:96:7: style: struct member 'ethtool_drvinfo::eedump_len' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:97:7: style: struct member 'ethtool_drvinfo::regdump_len' is never used. [unusedStructMember]
lshw-B.02.18/src/core/network.cc:399:7: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lshw-B.02.18/src/core/options.cc:27:25: style: Function 'alias' argument 1 names different: declaration 'a' definition 'aname'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/options.h:8:25: note: Function 'alias' argument 1 names different: declaration 'a' definition 'aname'.
lshw-B.02.18/src/core/options.cc:27:25: note: Function 'alias' argument 1 names different: declaration 'a' definition 'aname'.
lshw-B.02.18/src/core/osutils.cc:354:3: warning: %lld in format string (no. 1) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/osutils.cc:845:18: style: Same expression on both sides of '!=' because the value of 'p' and '""' are the same. [duplicateExpression]
lshw-B.02.18/src/core/osutils.cc:835:14: note: 'p' is assigned value '""' here.
lshw-B.02.18/src/core/osutils.cc:845:18: note: Same expression on both sides of '!=' because the value of 'p' and '""' are the same.
lshw-B.02.18/src/core/osutils.cc:664:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lshw-B.02.18/src/core/osutils.cc:118:20: style: Function 'loadfile' argument 2 names different: declaration 'lines' definition 'list'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/osutils.h:18:70: note: Function 'loadfile' argument 2 names different: declaration 'lines' definition 'list'.
lshw-B.02.18/src/core/osutils.cc:118:20: note: Function 'loadfile' argument 2 names different: declaration 'lines' definition 'list'.
lshw-B.02.18/src/core/osutils.cc:425:10: error: Mismatching allocation and deallocation: buffer [mismatchAllocDealloc]
lshw-B.02.18/src/core/osutils.cc:239:36: performance: Function parameter 'basepath' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/parisc.cc:394:8: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/partitions.cc:299:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/partitions.cc:741:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/partitions.cc:741:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/partitions.cc:695:11: style: The scope of the variable 'type' can be reduced. [variableScope]
lshw-B.02.18/src/core/partitions.cc:1143:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
lshw-B.02.18/src/core/partitions.cc:1144:17: style: The scope of the variable 'type' can be reduced. [variableScope]
lshw-B.02.18/src/core/partitions.cc:1145:22: style: The scope of the variable 'start' can be reduced. [variableScope]
lshw-B.02.18/src/core/partitions.cc:1145:29: style: The scope of the variable 'size' can be reduced. [variableScope]
lshw-B.02.18/src/core/partitions.cc:82:12: style: struct member 'gpth::Reserved1' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pci.cc:1168:19: style: Expression is always false because 'else if' condition matches previous condition at line 1165. [multiCondition]
lshw-B.02.18/src/core/pci.cc:420:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:431:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:446:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:457:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:474:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:485:15: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:485:15: warning: %lx in format string (no. 2) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
lshw-B.02.18/src/core/pci.cc:934:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/pci.cc:973:11: style: Variable 'bus' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/pci.cc:971:0: note: Variable 'bus' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/pci.cc:973:11: note: Variable 'bus' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/pci.cc:252:37: style: Function 'pci_entry' argument 1 names different: declaration 'description' definition 'd'. [funcArgNamesDifferent]
lshw-B.02.18/src/core/pci.cc:237:28: note: Function 'pci_entry' argument 1 names different: declaration 'description' definition 'd'.
lshw-B.02.18/src/core/pci.cc:252:37: note: Function 'pci_entry' argument 1 names different: declaration 'description' definition 'd'.
lshw-B.02.18/src/core/pci.cc:258:3: performance: Variable 'description' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lshw-B.02.18/src/core/pci.cc:243:16: style: Technically the member function 'pci_entry::matches' can be const. [functionConst]
lshw-B.02.18/src/core/pci.cc:266:25: note: Technically the member function 'pci_entry::matches' can be const.
lshw-B.02.18/src/core/pci.cc:243:16: note: Technically the member function 'pci_entry::matches' can be const.
lshw-B.02.18/src/core/pci.cc:1028:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/pcmcia-legacy.cc:1032:16: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/pcmcia-legacy.cc:1041:46: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/pcmcia-legacy.cc:1040:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/pcmcia-legacy.cc:1039:5: note: Variable 'result' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/pcmcia-legacy.cc:1040:5: note: Variable 'result' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/pcmcia-legacy.cc:908:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lshw-B.02.18/src/core/pcmcia-legacy.cc:71:14: style: struct member 'bind_info_t::dev_info' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:76:9: style: struct member 'bind_info_t::instance' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:77:8: style: struct member 'bind_info_t::name' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:79:9: style: struct member 'bind_info_t::next' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:730:8: style: struct member 'cistpl_org_t::desc' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:796:14: style: struct member 'tuple_t::TupleData' is never used. [unusedStructMember]
lshw-B.02.18/src/core/pcmcia-legacy.cc:858:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/pcmcia-legacy.cc:1131:15: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/pcmcia.cc:29:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lshw-B.02.18/src/core/pcmcia.cc:32:12: style: Variable 'core' is assigned a value that is never used. [unreadVariable]
lshw-B.02.18/src/core/print.cc:578:69: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/scsi.cc:216:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/scsi.cc:836:9: style: Variable 'number' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/scsi.cc:834:0: note: Variable 'number' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/scsi.cc:836:9: note: Variable 'number' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/scsi.cc:659:7: style: The scope of the variable 'sg' can be reduced. [variableScope]
lshw-B.02.18/src/core/scsi.cc:660:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lshw-B.02.18/src/core/scsi.cc:662:8: style: The scope of the variable 'slot_name' can be reduced. [variableScope]
lshw-B.02.18/src/core/scsi.cc:667:8: style: The scope of the variable 'ghostdeventry' can be reduced. [variableScope]
lshw-B.02.18/src/core/scsi.cc:668:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lshw-B.02.18/src/core/scsi.cc:174:9: style: struct member 'my_sg_scsi_id::h_cmd_per_lun' is never used. [unusedStructMember]
lshw-B.02.18/src/core/scsi.cc:175:9: style: struct member 'my_sg_scsi_id::d_queue_depth' is never used. [unusedStructMember]
lshw-B.02.18/src/core/scsi.cc:176:7: style: struct member 'my_sg_scsi_id::unused1' is never used. [unusedStructMember]
lshw-B.02.18/src/core/scsi.cc:177:7: style: struct member 'my_sg_scsi_id::unused2' is never used. [unusedStructMember]
lshw-B.02.18/src/core/scsi.cc:186:7: style: struct member 'my_scsi_idlun::host_unique_id' is never used. [unusedStructMember]
lshw-B.02.18/src/core/scsi.cc:602:47: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lshw-B.02.18/src/core/spd.cc:89:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lshw-B.02.18/src/core/spd.cc:44:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/spd.cc:38:0: note: Variable 'name' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/spd.cc:44:5: note: Variable 'name' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/spd.cc:46:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/spd.cc:39:0: note: Variable 'in' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/spd.cc:46:5: note: Variable 'in' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/spd.cc:106:17: style: The scope of the variable 'density' can be reduced. [variableScope]
lshw-B.02.18/src/core/spd.cc:107:22: style: The scope of the variable 'size' can be reduced. [variableScope]
lshw-B.02.18/src/core/spd.cc:32:15: style: Checking if unsigned variable 'offset' is less than zero. [unsignedLessThanZero]
lshw-B.02.18/src/core/spd.cc:100:8: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/sysfs.cc:46:7: style: Variable 'tmpdir' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/sysfs.cc:41:0: note: Variable 'tmpdir' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/sysfs.cc:46:7: note: Variable 'tmpdir' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/sysfs.cc:43:7: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lshw-B.02.18/src/core/sysfs.h:33:7: style: Class 'entry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lshw-B.02.18/src/core/sysfs.cc:214:27: performance: Function parameter 'devbus' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/sysfs.cc:214:42: performance: Function parameter 'devname' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/sysfs.cc:221:29: performance: Function parameter 'devclass' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/sysfs.cc:221:46: performance: Function parameter 'devname' should be passed by const reference. [passedByValue]
lshw-B.02.18/src/core/usb.cc:298:3: style: Variable 'usbids' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/core/usb.cc:295:0: note: Variable 'usbids' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/usb.cc:298:3: note: Variable 'usbids' is reassigned a value before the old one has been used.
lshw-B.02.18/src/core/usb.cc:305:14: style: The scope of the variable 't' can be reduced. [variableScope]
lshw-B.02.18/src/core/usb.cc:384:10: style: The scope of the variable 'strname' can be reduced. [variableScope]
lshw-B.02.18/src/core/usb.cc:385:10: style: The scope of the variable 'strval' can be reduced. [variableScope]
lshw-B.02.18/src/core/usb.cc:392:23: style: Checking if unsigned variable 'line.length()' is less than zero. [unsignedLessThanZero]
lshw-B.02.18/src/core/usb.cc:436:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/usb.cc:473:16: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lshw-B.02.18/src/core/volumes.cc:985:21: style: Condition 'VOLUME_IS_DIRTY' is always true [knownConditionTrueFalse]
lshw-B.02.18/src/core/volumes.cc:990:21: style: Condition 'VOLUME_MODIFIED_BY_CHKDSK' is always true [knownConditionTrueFalse]
lshw-B.02.18/src/core/volumes.cc:992:21: style: Condition 'VOLUME_MOUNTED_ON_NT4' is always true [knownConditionTrueFalse]
lshw-B.02.18/src/core/volumes.cc:994:21: style: Condition 'VOLUME_UPGRADE_ON_MOUNT' is always true [knownConditionTrueFalse]
lshw-B.02.18/src/core/volumes.cc:996:21: style: Condition 'VOLUME_RESIZE_LOG_FILE' is always true [knownConditionTrueFalse]
lshw-B.02.18/src/core/volumes.cc:239:26: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:590:30: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:710:34: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:937:11: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:947:15: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:956:21: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:959:19: style: C-style pointer casting [cstyleCast]
lshw-B.02.18/src/core/volumes.cc:219:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lshw-B.02.18/src/core/volumes.cc:241:10: style: The scope of the variable 'mtime' can be reduced. [variableScope]
lshw-B.02.18/src/core/volumes.cc:241:17: style: The scope of the variable 'wtime' can be reduced. [variableScope]
lshw-B.02.18/src/core/volumes.cc:241:24: style: The scope of the variable 'mkfstime' can be reduced. [variableScope]
lshw-B.02.18/src/core/volumes.cc:1042:15: style: Checking if unsigned variable 'version' is less than zero. [unsignedLessThanZero]
lshw-B.02.18/src/core/volumes.cc:32:16: style: struct member 'fstypes::capabilities' is never used. [unusedStructMember]
lshw-B.02.18/src/core/volumes.cc:519:31: style: struct member 'HFSPlusExtentDescriptor::startBlock' is never used. [unusedStructMember]
lshw-B.02.18/src/core/volumes.cc:520:31: style: struct member 'HFSPlusExtentDescriptor::blockCount' is never used. [unusedStructMember]
lshw-B.02.18/src/core/volumes.cc:525:31: style: struct member 'HFSPlusForkData::logicalSize' is never used. [unusedStructMember]
lshw-B.02.18/src/core/volumes.cc:526:31: style: struct member 'HFSPlusForkData::clumpSize' is never used. [unusedStructMember]
lshw-B.02.18/src/gui/engine.cc:466:8: style: The scope of the variable 'proceed' can be reduced. [variableScope]
lshw-B.02.18/src/gui/gtk-lshw.c:38:5: style: Variable 'proceed' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/gui/gtk-lshw.c:27:0: note: Variable 'proceed' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/gtk-lshw.c:38:5: note: Variable 'proceed' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/print-gui.cc:248:28: style: Function 'gethwpath' argument 1 names different: declaration 'node' definition 'n'. [funcArgNamesDifferent]
lshw-B.02.18/src/gui/print-gui.h:9:27: note: Function 'gethwpath' argument 1 names different: declaration 'node' definition 'n'.
lshw-B.02.18/src/gui/print-gui.cc:248:28: note: Function 'gethwpath' argument 1 names different: declaration 'node' definition 'n'.
lshw-B.02.18/src/gui/stock.c:150:3: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/gui/stock.c:144:0: note: Variable 'builder' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/stock.c:150:3: note: Variable 'builder' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/stock.c:151:3: style: Variable 'uiname' is reassigned a value before the old one has been used. [redundantAssignment]
lshw-B.02.18/src/gui/stock.c:146:0: note: Variable 'uiname' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/stock.c:151:3: note: Variable 'uiname' is reassigned a value before the old one has been used.
lshw-B.02.18/src/gui/stock.c:111:17: style: The scope of the variable 'iconset' can be reduced. [variableScope]
lshw-B.02.18/src/lshw.cc:56:17: style: The scope of the variable 'lastlen' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lskat/lskat_4.14.0.orig.tar.xz
lskat-4.14.0/src/thememanager.h:61:14: style: Technically the member function 'Themable::id' can be const. [functionConst]
lskat-4.14.0/src/thememanager.h:71:13: style: Technically the member function 'Themable::getScale' can be const. [functionConst]
lskat-4.14.0/src/abstractdisplay.h:113:18: warning: Virtual function 'createCardSprites' is called from constructor 'AbstractDisplay(Deck*deck,QGraphicsScene*scene,ThemeManager*theme,int advancePeriod,QGraphicsView*parent)' at line 55. Dynamic binding is not used. [virtualCallInConstructor]
lskat-4.14.0/src/abstractdisplay.cpp:55:3: note: Calling createCardSprites
lskat-4.14.0/src/abstractdisplay.h:113:18: note: createCardSprites is a virtual method
lskat-4.14.0/src/cardsprite.h:59:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/thememanager.h:82:19: note: Virtual function in base class
lskat-4.14.0/src/cardsprite.h:59:18: note: Function in derived class
lskat-4.14.0/src/abstractengine.cpp:30:17: warning: Member variable 'AbstractEngine::mCurrentPlayer' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.cpp:707:22: style: Variable 'altSuite' is assigned a value that is never used. [unreadVariable]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::cards' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::playedCards' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::amountOfSuite' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::amountOfCardType' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::playedCard' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::points' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::whoseTurn' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::firstPlay' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:69:9: warning: Member variable 'Board::trump' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/aiinput.h:65:5: warning: The class 'Board' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lskat-4.14.0/src/engine_two.h:64:18: style: The function 'startGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractengine.h:59:18: note: Virtual function in base class
lskat-4.14.0/src/engine_two.h:64:18: note: Function in derived class
lskat-4.14.0/src/engine_two.h:68:18: style: The function 'stopGame' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractengine.h:63:18: note: Virtual function in base class
lskat-4.14.0/src/engine_two.h:68:18: note: Function in derived class
lskat-4.14.0/src/engine_two.h:95:18: style: The function 'playerInput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractengine.h:94:18: note: Virtual function in base class
lskat-4.14.0/src/engine_two.h:95:18: note: Function in derived class
lskat-4.14.0/src/aiinput.h:49:10: style: The function 'setInputAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractinput.h:55:18: note: Virtual function in base class
lskat-4.14.0/src/aiinput.h:49:10: note: Function in derived class
lskat-4.14.0/src/aiinput.h:54:42: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractinput.h:71:42: note: Virtual function in base class
lskat-4.14.0/src/aiinput.h:54:42: note: Function in derived class
lskat-4.14.0/src/cardsprite.cpp:45:58: style: Function 'CardSprite' argument 2 names different: declaration 'type' definition 'cardtype'. [funcArgNamesDifferent]
lskat-4.14.0/src/cardsprite.h:49:50: note: Function 'CardSprite' argument 2 names different: declaration 'type' definition 'cardtype'.
lskat-4.14.0/src/cardsprite.cpp:45:58: note: Function 'CardSprite' argument 2 names different: declaration 'type' definition 'cardtype'.
lskat-4.14.0/src/config_two.h:49:5: style: Class 'ConfigTwo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/deck.cpp:96:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lskat-4.14.0/src/display_intro.cpp:42:56: style: Function 'DisplayIntro' argument 2 names different: declaration 'scene' definition 'theScene'. [funcArgNamesDifferent]
lskat-4.14.0/src/display_intro.h:57:46: note: Function 'DisplayIntro' argument 2 names different: declaration 'scene' definition 'theScene'.
lskat-4.14.0/src/display_intro.cpp:42:56: note: Function 'DisplayIntro' argument 2 names different: declaration 'scene' definition 'theScene'.
lskat-4.14.0/src/display_intro.cpp:51:3: style: Class 'DisplayIntro' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lskat-4.14.0/src/display_intro.cpp:51:3: style: Class 'DisplayIntro' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lskat-4.14.0/src/display_intro.h:62:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/thememanager.h:82:19: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:62:18: note: Function in derived class
lskat-4.14.0/src/display_intro.h:66:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:74:18: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:66:10: note: Function in derived class
lskat-4.14.0/src/display_intro.h:77:10: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:82:18: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:77:10: note: Function in derived class
lskat-4.14.0/src/display_intro.h:81:10: style: The function 'turn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:88:18: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:81:10: note: Function in derived class
lskat-4.14.0/src/display_intro.h:85:10: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:95:18: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:85:10: note: Function in derived class
lskat-4.14.0/src/display_intro.h:91:10: style: The function 'convertMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:109:18: note: Virtual function in base class
lskat-4.14.0/src/display_intro.h:91:10: note: Function in derived class
lskat-4.14.0/src/textsprite.h:60:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/thememanager.h:82:19: note: Virtual function in base class
lskat-4.14.0/src/textsprite.h:60:18: note: Function in derived class
lskat-4.14.0/src/display_two.cpp:46:52: style: Function 'DisplayTwo' argument 2 names different: declaration 'scene' definition 'theScene'. [funcArgNamesDifferent]
lskat-4.14.0/src/display_two.h:57:44: note: Function 'DisplayTwo' argument 2 names different: declaration 'scene' definition 'theScene'.
lskat-4.14.0/src/display_two.cpp:46:52: note: Function 'DisplayTwo' argument 2 names different: declaration 'scene' definition 'theScene'.
lskat-4.14.0/src/display_two.cpp:386:42: style: Function 'showText' argument 1 names different: declaration 'text' definition 's'. [funcArgNamesDifferent]
lskat-4.14.0/src/display_two.h:104:34: note: Function 'showText' argument 1 names different: declaration 'text' definition 's'.
lskat-4.14.0/src/display_two.cpp:386:42: note: Function 'showText' argument 1 names different: declaration 'text' definition 's'.
lskat-4.14.0/src/display_two.cpp:82:3: style: Class 'DisplayTwo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lskat-4.14.0/src/display_two.cpp:82:3: style: Class 'DisplayTwo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lskat-4.14.0/src/display_two.h:61:10: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:74:18: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:61:10: note: Function in derived class
lskat-4.14.0/src/display_two.h:66:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/thememanager.h:82:19: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:66:18: note: Function in derived class
lskat-4.14.0/src/display_two.h:80:10: style: The function 'play' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:82:18: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:80:10: note: Function in derived class
lskat-4.14.0/src/display_two.h:86:10: style: The function 'turn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:88:18: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:86:10: note: Function in derived class
lskat-4.14.0/src/display_two.h:93:10: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:95:18: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:93:10: note: Function in derived class
lskat-4.14.0/src/display_two.h:119:10: style: The function 'convertMousePress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractdisplay.h:109:18: note: Virtual function in base class
lskat-4.14.0/src/display_two.h:119:10: note: Function in derived class
lskat-4.14.0/src/pixmapsprite.h:78:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/thememanager.h:82:19: note: Virtual function in base class
lskat-4.14.0/src/pixmapsprite.h:78:18: note: Function in derived class
lskat-4.14.0/src/scoresprite.h:58:18: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/pixmapsprite.h:62:18: note: Virtual function in base class
lskat-4.14.0/src/scoresprite.h:58:18: note: Function in derived class
lskat-4.14.0/src/scoresprite.h:63:17: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/pixmapsprite.h:67:17: note: Virtual function in base class
lskat-4.14.0/src/scoresprite.h:63:17: note: Function in derived class
lskat-4.14.0/src/scoresprite.h:68:18: style: The function 'changeTheme' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/pixmapsprite.h:78:18: note: Virtual function in base class
lskat-4.14.0/src/scoresprite.h:68:18: note: Function in derived class
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:232:44: style: Function 'LoadThread' argument 1 names different: declaration 'd' definition 'd_'. [funcArgNamesDifferent]
lskat-4.14.0/src/fromlibkdegames/cardcache_p.h:61:36: note: Function 'LoadThread' argument 1 names different: declaration 'd' definition 'd_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:232:44: note: Function 'LoadThread' argument 1 names different: declaration 'd' definition 'd_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:242:47: style: Function 'setDeckName' argument 1 names different: declaration 'frontTheme' definition 'frontTheme_'. [funcArgNamesDifferent]
lskat-4.14.0/src/fromlibkdegames/cardcache_p.h:63:38: note: Function 'setDeckName' argument 1 names different: declaration 'frontTheme' definition 'frontTheme_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:242:47: note: Function 'setDeckName' argument 1 names different: declaration 'frontTheme' definition 'frontTheme_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:247:56: style: Function 'setElementsToLoad' argument 1 names different: declaration 'elements' definition 'elements_'. [funcArgNamesDifferent]
lskat-4.14.0/src/fromlibkdegames/cardcache_p.h:64:48: note: Function 'setElementsToLoad' argument 1 names different: declaration 'elements' definition 'elements_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:247:56: note: Function 'setElementsToLoad' argument 1 names different: declaration 'elements' definition 'elements_'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:352:40: style: Function 'setSize' argument 1 names different: declaration 'size' definition 's'. [funcArgNamesDifferent]
lskat-4.14.0/src/fromlibkdegames/cardcache.h:119:32: note: Function 'setSize' argument 1 names different: declaration 'size' definition 's'.
lskat-4.14.0/src/fromlibkdegames/cardcache.cpp:352:40: note: Function 'setSize' argument 1 names different: declaration 'size' definition 's'.
lskat-4.14.0/src/fromlibkdegames/cardcache.h:82:1: style: The class 'KCardCache' does not have a constructor although it has private member variables. [noConstructor]
lskat-4.14.0/src/fromlibkdegames/cardcache_p.h:61:5: style: Class 'LoadThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/fromlibkdegames/kcarddialog.h:57:3: style: Class 'KCardDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/fromlibkdegames/kcarddialog.h:92:4: style: Class 'KCardWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/gameview.cpp:222:47: style: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
lskat-4.14.0/src/gameview.h:67:41: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'ev'.
lskat-4.14.0/src/gameview.cpp:222:47: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'event' definition 'ev'.
lskat-4.14.0/src/mainwindow.h:67:5: style: Class 'Mainwindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/mainwindow.cpp:310:36: style: C-style pointer casting [cstyleCast]
lskat-4.14.0/src/mainwindow.cpp:601:42: style: C-style pointer casting [cstyleCast]
lskat-4.14.0/src/mainwindow.h:155:18: warning: Virtual function 'readProperties' is called from constructor 'Mainwindow(QWidget*parent=0)' at line 134. Dynamic binding is not used. [virtualCallInConstructor]
lskat-4.14.0/src/mainwindow.cpp:134:3: note: Calling readProperties
lskat-4.14.0/src/mainwindow.h:155:18: note: readProperties is a virtual method
lskat-4.14.0/src/mainwindow.h:149:18: warning: Virtual function 'saveProperties' is called from destructor '~Mainwindow()' at line 197. Dynamic binding is not used. [virtualCallInConstructor]
lskat-4.14.0/src/mainwindow.cpp:197:3: note: Calling saveProperties
lskat-4.14.0/src/mainwindow.h:149:18: note: saveProperties is a virtual method
lskat-4.14.0/src/mouseinput.h:43:5: style: Class 'MouseInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/namedialogwidget.h:46:5: style: Class 'NameDialogWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lskat-4.14.0/src/mouseinput.h:48:42: style: The function 'type' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lskat-4.14.0/src/abstractinput.h:71:42: note: Virtual function in base class
lskat-4.14.0/src/mouseinput.h:48:42: note: Function in derived class
lskat-4.14.0/src/pixmapsprite.cpp:36:111: style: Function 'PixmapSprite' argument 5 names different: declaration 'scene' definition 'canvas'. [funcArgNamesDifferent]
lskat-4.14.0/src/pixmapsprite.h:53:101: note: Function 'PixmapSprite' argument 5 names different: declaration 'scene' definition 'canvas'.
lskat-4.14.0/src/pixmapsprite.cpp:36:111: note: Function 'PixmapSprite' argument 5 names different: declaration 'scene' definition 'canvas'.
lskat-4.14.0/src/pixmapsprite.cpp:53:71: style: Function 'PixmapSprite' argument 3 names different: declaration 'scene' definition 'canvas'. [funcArgNamesDifferent]
lskat-4.14.0/src/pixmapsprite.h:44:61: note: Function 'PixmapSprite' argument 3 names different: declaration 'scene' definition 'canvas'.
lskat-4.14.0/src/pixmapsprite.cpp:53:71: note: Function 'PixmapSprite' argument 3 names different: declaration 'scene' definition 'canvas'.
lskat-4.14.0/src/pixmapsprite.cpp:53:15: warning: Member variable 'PixmapSprite::mStartFrame' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/pixmapsprite.cpp:53:15: warning: Member variable 'PixmapSprite::mEndFrame' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/pixmapsprite.cpp:53:15: warning: Member variable 'PixmapSprite::mDelay' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/pixmapsprite.cpp:53:15: warning: Member variable 'PixmapSprite::mTime' is not initialized in the constructor. [uninitMemberVar]
lskat-4.14.0/src/scoresprite.cpp:41:3: style: Class 'ScoreSprite' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lskat-4.14.0/src/scoresprite.cpp:41:3: style: Class 'ScoreSprite' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lskat-4.14.0/src/thememanager.cpp:387:3: performance: Variable 'mId' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsm/lsm_1.0.4.orig.tar.gz
lsm-1.0.4/config.c:66:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
lsm-1.0.4/config.c:67:17: style: The scope of the variable 'prevg' can be reduced. [variableScope]
lsm-1.0.4/forkexec.c:227:14: style: The scope of the variable 'eq' can be reduced. [variableScope]
lsm-1.0.4/forkexec.c:132:4: error: Memory leak: eqs [memleak]
lsm-1.0.4/lsm.c:354:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsm-1.0.4/lsm.c:360:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsm-1.0.4/lsm.c:366:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsm-1.0.4/lsm.c:372:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsm-1.0.4/lsm.c:378:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lsm-1.0.4/lsm.c:1100:9: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
lsm-1.0.4/lsm.c:1155:9: style: The scope of the variable 'sbuf' can be reduced. [variableScope]
lsm-1.0.4/lsm.c:1061:59: error: Invalid memcmp() argument nr 3. A non-boolean value is required. [invalidFunctionArgBool]
lsm-1.0.4/plugin_export.c:220:10: style: The scope of the variable 't' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsmbox/lsmbox_2.1.3.orig.tar.gz
lsmbox-2.1.3.orig/intl/dcigettext.c:689:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
lsmbox-2.1.3.orig/intl/dcigettext.c:1514:15: style: The scope of the variable 'language_default' can be reduced. [variableScope]
lsmbox-2.1.3.orig/intl/dcigettext.c:485:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:78:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lsmbox-2.1.3.orig/intl/dcigettext.c:485:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
lsmbox-2.1.3.orig/intl/dcigettext.c:485:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:79:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lsmbox-2.1.3.orig/intl/dcigettext.c:485:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
lsmbox-2.1.3.orig/intl/dcigettext.c:485:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:79:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lsmbox-2.1.3.orig/intl/dcigettext.c:485:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:80:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:80:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:81:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lsmbox-2.1.3.orig/intl/dcigettext.c:486:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
lsmbox-2.1.3.orig/intl/finddomain.c:59:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:255:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lsmbox-2.1.3.orig/intl/finddomain.c:59:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
lsmbox-2.1.3.orig/intl/finddomain.c:59:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:255:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lsmbox-2.1.3.orig/intl/finddomain.c:59:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
lsmbox-2.1.3.orig/intl/finddomain.c:60:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:256:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lsmbox-2.1.3.orig/intl/finddomain.c:60:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
lsmbox-2.1.3.orig/intl/finddomain.c:60:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:257:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lsmbox-2.1.3.orig/intl/finddomain.c:60:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
lsmbox-2.1.3.orig/intl/hash-string.c:33:0: style: The scope of the variable 'g' can be reduced. [variableScope]
lsmbox-2.1.3.orig/intl/l10nflist.c:350:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
lsmbox-2.1.3.orig/intl/loadmsgcat.c:861:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
lsmbox-2.1.3.orig/intl/loadmsgcat.c:791:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
lsmbox-2.1.3.orig/intl/loadmsgcat.c:861:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
lsmbox-2.1.3.orig/intl/loadmsgcat.c:861:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
lsmbox-2.1.3.orig/intl/loadmsgcat.c:791:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
lsmbox-2.1.3.orig/intl/loadmsgcat.c:861:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
lsmbox-2.1.3.orig/intl/loadmsgcat.c:780:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:259:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lsmbox-2.1.3.orig/intl/loadmsgcat.c:780:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
lsmbox-2.1.3.orig/intl/loadmsgcat.c:781:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
lsmbox-2.1.3.orig/intl/gettextP.h:260:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lsmbox-2.1.3.orig/intl/loadmsgcat.c:781:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
lsmbox-2.1.3.orig/intl/localcharset.c:442:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lsmbox-2.1.3.orig/intl/localcharset.c:433:24: note: Assignment 'locale=NULL', assigned value is 0
lsmbox-2.1.3.orig/intl/localcharset.c:442:14: note: Condition 'locale==NULL' is always true
lsmbox-2.1.3.orig/intl/localcharset.c:171:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lsmbox-2.1.3.orig/intl/localcharset.c:442:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lsmbox-2.1.3.orig/intl/localcharset.c:433:24: note: 'locale' is assigned value 'NULL' here.
lsmbox-2.1.3.orig/intl/localcharset.c:442:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lsmbox-2.1.3.orig/intl/localcharset.c:132:19: style: The scope of the variable 'base' can be reduced. [variableScope]
plural.c:1160:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:156:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:158:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:192:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:201:40: style: Same expression on both sides of '-'. [duplicateExpression]
lsmbox-2.1.3.orig/src/lsmbox.c:1139:13: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR' is always true. [redundantCondition]
lsmbox-2.1.3.orig/src/lsmbox.c:1152:14: style: Redundant condition: If '!EXPR', the comparison 'EXPR != '-'' is always true. [redundantCondition]
lsmbox-2.1.3.orig/src/lsmbox.c:1010:23: style: Condition 'quit' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1286:23: style: Condition 'quit' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1376:24: style: Condition 'quit' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1410:23: style: Condition 'quit' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1558:17: style: Condition 'quit' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1860:7: style: Condition '!init_curses()' is always false [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1928:24: style: Condition '!quit' is always true [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1940:7: style: Condition '!quit' is always true [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1945:35: style: Condition '!quit' is always true [knownConditionTrueFalse]
lsmbox-2.1.3.orig/src/lsmbox.c:1455:4: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lsmbox-2.1.3.orig/src/lsmbox.c:1453:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lsmbox-2.1.3.orig/src/lsmbox.c:1455:4: note: Variable 'tmp' is reassigned a value before the old one has been used.
lsmbox-2.1.3.orig/src/lsmbox.c:484:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lsmbox-2.1.3.orig/src/lsmbox.c:487:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lsmbox-2.1.3.orig/src/lsmbox.c:697:17: style: The scope of the variable 'pw' can be reduced. [variableScope]
lsmbox-2.1.3.orig/src/lsmbox.c:702:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:706:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:723:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:905:32: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:969:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:987:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1019:38: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1037:39: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1096:50: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1210:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1237:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1455:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1471:40: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1490:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1506:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1522:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1746:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1825:22: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1832:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lsmbox-2.1.3.orig/src/lsmbox.c:1713:1: style: Label 'EXIT' is not used. [unusedLabel]
lsmbox-2.1.3.orig/src/lsmbox.c:504:14: warning: Assert statement modifies 'str'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:556:14: warning: Assert statement modifies 'new'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:561:16: warning: Assert statement modifies 'array'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:569:15: warning: Assert statement modifies 'array'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:664:13: warning: Assert statement modifies 'pw'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:712:15: warning: Assert statement modifies 'pw'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:718:15: warning: Assert statement modifies 'pw'. [assignmentInAssert]
lsmbox-2.1.3.orig/src/lsmbox.c:1892:16: warning: Assert statement modifies 'mboxes'. [assignmentInAssert]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsof/lsof_4.89+dfsg.orig.tar.gz
lsof-4.89+dfsg.orig/regex.h:616:0: error: #include nested too deeply [preprocessorErrorDirective]
lsof-4.89+dfsg.orig/dialects/aix/ddev.c:176:7: style: The scope of the variable 'dfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/aix/dfile.c:303:6: style: Condition '!f' is always true [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/aix/dfile.c:246:10: note: Assignment 'f=0', assigned value is 0
lsof-4.89+dfsg.orig/dialects/aix/dfile.c:303:6: note: Condition '!f' is always true
lsof-4.89+dfsg.orig/dialects/aix/dfile.c:245:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/aix/dproc.c:956:1: style: Label 'getle_err' is not used. [unusedLabel]
lsof-4.89+dfsg.orig/dialects/aix/dproc.c:1309:7: error: Common realloc mistake: 'f' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/ddev.c:121:7: style: The scope of the variable 'dfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/ddev.c:127:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/ddev.c:470:3: error: Common realloc mistake: 'ADev' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dfile.c:262:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dnode.c:340:16: style: The scope of the variable 'lt' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dnode.c:353:26: style: The scope of the variable 'lfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dproc.c:133:3: error: Common realloc mistake: 'Vp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dproc.c:275:7: error: Common realloc mistake: 'ofb' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dproc.c:291:7: error: Common realloc mistake: 'pof' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dproc.c:653:6: error: Common realloc mistake: 'Proc' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dproc.c:662:6: error: Common realloc mistake: 'Pa' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/kmem/dsock.c:76:6: style: The scope of the variable 'unl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:130:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:130:13: style: The scope of the variable 'ttl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:132:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:191:7: style: The scope of the variable 'dfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:197:0: style: Variable 'j' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/ddev.c:540:3: error: Common realloc mistake: 'ADev' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dfile.c:289:0: error: No pair for character ('). Can't process file. File is either invalid or unicode, which is currently not supported. [syntaxError]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:313:10: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:356:14: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:729:10: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:184:32: style: The scope of the variable 'pid' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:471:9: style: The scope of the variable 'isock' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:472:22: style: The scope of the variable 'fdp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:698:12: style: The scope of the variable 'nb' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:150:3: error: Common realloc mistake: 'Vips' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:254:3: error: Common realloc mistake: 'Pids' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dproc.c:485:6: error: Common realloc mistake: 'Fds' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dsock.c:412:13: portability: %ld in format string (no. 1) requires 'long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lsof-4.89+dfsg.orig/dialects/darwin/libproc/dsock.c:64:19: style: The scope of the variable 'unl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/du/ddev.c:203:7: style: The scope of the variable 'dfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/du/ddev.c:212:11: style: Unused variable: nl [unusedVariable]
lsof-4.89+dfsg.orig/dialects/du/dnode.c:306:10: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lsof-4.89+dfsg.orig/dialects/du/dproc.c:130:3: error: Common realloc mistake: 'Vp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/du/dproc.c:282:5: error: Common realloc mistake: 'ufb' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/freebsd/dnode.c:73:6: style: The scope of the variable 'lt' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/freebsd/dnode.c:108:16: style: The scope of the variable 'l' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:145:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:592:15: style: The scope of the variable 'bfc' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:137:12: style: Unused variable: pid [unusedVariable]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:141:6: style: Unused variable: tid [unusedVariable]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:88:3: error: Common realloc mistake: 'Vp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/freebsd/dproc.c:403:7: error: Common realloc mistake: 'ofb' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/freebsd/dsock.c:99:6: style: The scope of the variable 'tsnx' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dfile.c:100:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dmnt.c:157:6: style: The scope of the variable 'ms' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dnode.c:1087:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dproc.c:149:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dsock.c:483:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dsock.c:485:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/kmem/dsock.c:485:15: style: The scope of the variable 'lp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:710:9: style: The scope of the variable 'ec' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:636:13: error: Common realloc mistake: 'tv' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:732:7: error: Common realloc mistake: 'fi' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:785:7: error: Common realloc mistake: 'ps' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:811:12: error: Common realloc mistake: 'ps' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dproc.c:849:7: error: Common realloc mistake: 'reg' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:1607:13: style: Redundant condition: Fsize. '!Fsize || (Fsize && !Lf->sz_def)' is equivalent to '!Fsize || !Lf->sz_def' [redundantCondition]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:467:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:468:13: style: The scope of the variable 'm' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:558:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:560:15: style: The scope of the variable 'u' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:961:10: style: The scope of the variable 'err' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:962:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:962:18: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:976:22: style: The scope of the variable 'ua' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:1382:9: style: The scope of the variable 'nb' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:1382:13: style: The scope of the variable 'nl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/hpux/pstat/dsock.c:1436:3: error: Common realloc mistake: 's' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dfile.c:233:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dfile.c:235:17: style: The scope of the variable 'smp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:511:10: style: Condition '!ignrdl' is always true [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:506:0: note: Assignment 'ignrdl=0', assigned value is 0
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:511:10: note: Condition '!ignrdl' is always true
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:555:10: style: Condition 'ignstat' is always false [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:506:25: note: Assignment 'ignstat=0', assigned value is 0
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:555:10: note: Condition 'ignstat' is always false
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:594:7: style: Condition '!ignstat' is always true [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:506:25: note: Assignment 'ignstat=0', assigned value is 0
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:594:7: note: Condition '!ignstat' is always true
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:664:10: style: Condition 'ignrdl' is always false [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:506:0: note: Assignment 'ignrdl=0', assigned value is 0
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:664:10: note: Condition 'ignrdl' is always false
lsof-4.89+dfsg.orig/dialects/linux/dmnt.c:97:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dnode.c:356:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dnode.c:509:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dnode.c:328:7: error: Common realloc mistake: 'fp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:1472:17: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:505:7: style: The scope of the variable 'path' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:1205:27: style: The scope of the variable 'nf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:184:14: style: Unused variable: tcmd [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:187:9: style: Unused variable: nl [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:187:39: style: Unused variable: tpgid [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:187:46: style: Unused variable: tppid [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:187:53: style: Unused variable: tx [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:195:15: style: Variable 'taskpath' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:196:13: style: Variable 'taskpathl' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:197:15: style: Variable 'tidpath' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:198:13: style: Variable 'tidpathl' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:199:7: style: Unused variable: ts [unusedVariable]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:418:6: error: Resource leak: fs [resourceLeak]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:598:3: error: Common realloc mistake: 'cp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:1293:7: error: Common realloc mistake: 'sm' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dproc.c:1570:3: error: Common realloc mistake: 'cb' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:585:9: style: The scope of the variable 'nf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:1814:8: style: The scope of the variable 'ss' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:2683:9: style: The scope of the variable 'nf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:2948:6: style: The scope of the variable 'ds' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:3030:6: style: The scope of the variable 's' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:3141:17: style: The scope of the variable 'fa' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:3141:22: style: The scope of the variable 'la' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:3152:17: style: The scope of the variable 'sz' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:4279:10: style: Variable 'nl' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:1935:8: error: Common realloc mistake: 'a' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:1965:8: error: Common realloc mistake: 'id' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:1996:8: error: Common realloc mistake: 'lp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/linux/dsock.c:2026:8: error: Common realloc mistake: 'rp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/n+obsd/dnode.c:193:16: style: The scope of the variable 'lt' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+obsd/dnode.c:194:16: style: The scope of the variable 'ns' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+obsd/dnode.c:197:26: style: The scope of the variable 'lfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+obsd/dproc.c:456:15: style: The scope of the variable 'bfc' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+obsd/dproc.c:130:3: error: Common realloc mistake: 'Vp' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/n+obsd/dproc.c:288:7: error: Common realloc mistake: 'ofb' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:464:16: style: struct member 'vm_map::size' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:469:16: style: struct member 'vm_object::size' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:470:9: style: struct member 'vm_object::ref_count' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:470:20: style: struct member 'vm_object::resident_page_count' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:473:7: style: struct member 'vm_object::pager_request' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:473:22: style: struct member 'vm_object::pager_name' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:474:16: style: struct member 'vm_object::paging_offset' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:540:9: style: struct member 'vstruct::vs_count' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:541:7: style: struct member 'vstruct::vs_size' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:283:6: style: Unused variable: i [unusedVariable]
lsof-4.89+dfsg.orig/dialects/n+os/dproc.c:223:7: error: Common realloc mistake: 'uf' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/n+os/dsock.c:51:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+os/dsock.c:54:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/n+os/dsock.c:54:10: style: The scope of the variable 'lp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dfile.c:110:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:97:8: style: The scope of the variable 'cp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:98:8: style: The scope of the variable 'dl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:99:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:103:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:103:10: style: The scope of the variable 'lp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:105:13: style: The scope of the variable 'udpsf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:105:20: style: The scope of the variable 'udpsl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:106:6: style: The scope of the variable 'j' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:106:9: style: The scope of the variable 'k' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:115:6: style: The scope of the variable 'pt' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dnode.c:122:8: style: The scope of the variable 'udptm' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dproc.c:904:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dproc.c:390:11: style: Unused variable: len [unusedVariable]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:59:9: style: The scope of the variable 'udpsf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:59:16: style: The scope of the variable 'udpsl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:68:8: style: The scope of the variable 'udptm' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:355:8: style: The scope of the variable 'hr' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:355:12: style: The scope of the variable 'min' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/osr/dsock.c:355:17: style: The scope of the variable 'sec' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/ddev.c:409:7: style: The scope of the variable 'dfp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/ddev.c:413:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dfile.c:266:8: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dfile.c:593:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dmnt.c:232:11: style: Condition '!zopt' is always true [knownConditionTrueFalse]
lsof-4.89+dfsg.orig/dialects/sun/dmnt.c:229:14: note: Assignment 'zopt=(char*)NULL', assigned value is 0
lsof-4.89+dfsg.orig/dialects/sun/dmnt.c:232:11: note: Condition '!zopt' is always true
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:927:10: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:966:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:966:16: style: The scope of the variable 'ep' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:966:21: style: The scope of the variable 'pf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:967:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:967:20: style: The scope of the variable 'n' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:967:23: style: The scope of the variable 'pfl' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:1067:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:1067:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:1177:16: style: The scope of the variable 'dp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:3906:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4254:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4279:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4304:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4329:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4354:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4379:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4755:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4807:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4929:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:4989:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dnode.c:5045:7: style: The scope of the variable 'tbuf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:215:12: style: The scope of the variable 'pid' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:216:7: style: The scope of the variable 'pofv' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:1427:20: style: The scope of the variable 'n' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:584:6: style: Unused variable: i [unusedVariable]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:1455:7: error: Common realloc mistake: 'P' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:1468:4: error: Common realloc mistake: 'Pgid' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/sun/dproc.c:1477:7: error: Common realloc mistake: 'Pid' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1586:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1517:6: note: outer condition: ics
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1586:7: note: identical inner condition: ics
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:384:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:386:15: style: The scope of the variable 'u' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1171:6: style: The scope of the variable 'fp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1172:9: style: The scope of the variable 'lp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1197:11: style: The scope of the variable 's' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:403:41: style: Checking if unsigned variable 'u=Lf->lts.state.ui+UdpStOff' is less than zero. [unsignedLessThanZero]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1218:14: style: struct member 'tcp_s::d6' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1226:10: style: struct member 'tcp_s::d9' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1227:19: style: struct member 'tcp_s::d10' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1228:10: style: struct member 'tcp_s::d11' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1229:14: style: struct member 'tcp_s::d12' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1230:11: style: struct member 'tcp_s::d13' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1231:14: style: struct member 'tcp_s::d14' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1235:14: style: struct member 'tcp_s::d16' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1238:19: style: struct member 'tcp_s::d17' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1242:11: style: struct member 'tcp_s::d19' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1245:11: style: struct member 'tcp_s::d22' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1293:20: style: struct member 'ud_s::d1' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1295:20: style: struct member 'ud_s::udp_src' is never used. [unusedStructMember]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1937:6: style: Unused variable: rq [unusedVariable]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1937:10: style: Unused variable: sq [unusedVariable]
lsof-4.89+dfsg.orig/dialects/sun/dsock.c:1336:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lsof-4.89+dfsg.orig/tests/LTbasic.c:76:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/tests/LTbasic.c:397:22: error: Uninitialized variable: kmemdc [uninitvar]
lsof-4.89+dfsg.orig/tests/LTbasic.c:395:21: error: Uninitialized struct member: kmemdc.maj [uninitStructMember]
lsof-4.89+dfsg.orig/tests/LTbasic.c:396:21: error: Uninitialized struct member: kmemdc.min [uninitStructMember]
lsof-4.89+dfsg.orig/tests/LTbasic.c:397:22: error: Uninitialized struct member: kmemdc.unit [uninitStructMember]
lsof-4.89+dfsg.orig/tests/LTdnlc.c:307:6: warning: Either the condition '!ff' is redundant or there is possible null pointer dereference: ff. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTdnlc.c:304:9: note: Assuming that condition '!ff' is not redundant
lsof-4.89+dfsg.orig/tests/LTdnlc.c:307:6: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTlib.c:423:9: style: The scope of the variable 'tlen' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/tests/LTlib.c:700:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/tests/LTlib.c:766:9: style: The scope of the variable 'ti' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/tests/LTlib.c:835:11: style: The scope of the variable 'fsp' can be reduced. [variableScope]
lsof-4.89+dfsg.orig/tests/LTlib.c:1047:12: style: Variable 'pid' is assigned a value that is never used. [unreadVariable]
lsof-4.89+dfsg.orig/tests/LTlib.c:459:6: error: Common realloc mistake: 'av' nulled but not freed upon failure [memleakOnRealloc]
lsof-4.89+dfsg.orig/tests/LTnfs.c:329:6: warning: Either the condition '!ff' is redundant or there is possible null pointer dereference: ff. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTnfs.c:326:9: note: Assuming that condition '!ff' is not redundant
lsof-4.89+dfsg.orig/tests/LTnfs.c:329:6: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTnfs.c:366:14: warning: Either the condition '!ff' is redundant or there is possible null pointer dereference: ff. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTnfs.c:326:9: note: Assuming that condition '!ff' is not redundant
lsof-4.89+dfsg.orig/tests/LTnfs.c:366:14: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTnlink.c:383:6: warning: Either the condition '!ff' is redundant or there is possible null pointer dereference: ff. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTnlink.c:380:9: note: Assuming that condition '!ff' is not redundant
lsof-4.89+dfsg.orig/tests/LTnlink.c:383:6: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTnlink.c:395:16: warning: Either the condition '!xlnk' is redundant or there is possible null pointer dereference: xlnk. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTnlink.c:380:44: note: Assuming that condition '!xlnk' is not redundant
lsof-4.89+dfsg.orig/tests/LTnlink.c:395:16: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTnlink.c:406:14: warning: Either the condition '!ff' is redundant or there is possible null pointer dereference: ff. [nullPointerRedundantCheck]
lsof-4.89+dfsg.orig/tests/LTnlink.c:380:9: note: Assuming that condition '!ff' is not redundant
lsof-4.89+dfsg.orig/tests/LTnlink.c:406:14: note: Null pointer dereference
lsof-4.89+dfsg.orig/tests/LTsock.c:552:9: style: The scope of the variable 'tfd' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsscsi/lsscsi_0.28.orig.tar.gz
lsscsi-0.28/src/lsscsi.c:3600:18: style: Condition 'do_sdevices' is always true [knownConditionTrueFalse]
lsscsi-0.28/src/lsscsi.c:3457:27: note: Assignment 'do_sdevices=1', assigned value is 1
lsscsi-0.28/src/lsscsi.c:3600:18: note: Condition 'do_sdevices' is always true
lsscsi-0.28/src/lsscsi.c:1237:9: style: Variable 'scsi_id' is reassigned a value before the old one has been used. [redundantAssignment]
lsscsi-0.28/src/lsscsi.c:1233:0: note: Variable 'scsi_id' is reassigned a value before the old one has been used.
lsscsi-0.28/src/lsscsi.c:1237:9: note: Variable 'scsi_id' is reassigned a value before the old one has been used.
lsscsi-0.28/src/lsscsi.c:365:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:367:18: style: The scope of the variable 'sf_cap' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:419:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:740:16: style: The scope of the variable 'cp' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:741:13: style: The scope of the variable 'n' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:741:16: style: The scope of the variable 'm' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:769:18: style: The scope of the variable 'k' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:788:14: style: The scope of the variable 'buff' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:789:13: style: The scope of the variable 'off' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:911:24: style: The scope of the variable 'dep' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1061:24: style: The scope of the variable 'dep' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1150:37: style: The scope of the variable 'cur_ent' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1272:13: style: The scope of the variable 'len' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1275:16: style: The scope of the variable 'c2p' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1322:12: style: The scope of the variable 'c_set' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1436:24: style: The scope of the variable 'u' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:1474:14: style: The scope of the variable 'b' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2009:14: style: The scope of the variable 'nm' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2010:14: style: The scope of the variable 'tpgt' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2013:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2013:21: style: The scope of the variable 'ata_dev' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2578:14: style: The scope of the variable 'wd' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2579:14: style: The scope of the variable 'dev_node' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2661:16: style: The scope of the variable 'a_method' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2661:55: style: The scope of the variable 'next_level' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2746:14: style: The scope of the variable 'extra' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2748:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2748:30: style: The scope of the variable 'ta' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:2866:30: style: The scope of the variable 'wwn_str' can be reduced. [variableScope]
lsscsi-0.28/src/lsscsi.c:891:17: error: Resource leak: f [resourceLeak]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsvpd/lsvpd_1.7.9.orig.tar.gz
lsvpd-1.7.9/src/internal/devicelookup.cpp:57:8: style: The scope of the variable 'next' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:216:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:680:14: style: The scope of the variable 'child' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:680:22: style: The scope of the variable 'parent' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:735:7: style: The scope of the variable 'loc' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:766:14: style: The scope of the variable 'parent' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:768:19: style: The scope of the variable 'target' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:768:28: style: The scope of the variable 'lun' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:768:34: style: The scope of the variable 'bus' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:768:40: style: The scope of the variable 'host' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:905:22: style: The scope of the variable 'parent' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:905:31: style: The scope of the variable 'devC' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:1224:17: style: The scope of the variable 'recordSize' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/devicetreecollector.cpp:1054:4: style: Variable 'processed' is modified but its new value is never used. [unreadVariable]
lsvpd-1.7.9/src/internal/sys_interface/gatherer.cpp:264:14: style: The scope of the variable 'next' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/gatherer.cpp:318:14: style: The scope of the variable 'next' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/icollector.cpp:222:10: style: Expression is always false because 'else if' condition matches previous condition at line 204. [multiCondition]
lsvpd-1.7.9/src/internal/sys_interface/icollector.cpp:156:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:100:9: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:106:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:112:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:113:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:119:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:120:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:126:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:132:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:138:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:144:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:150:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:156:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:162:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:163:7: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:169:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/proccollector.cpp:175:14: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:915:10: warning: Identical condition '0!=page_code', second condition is always false [identicalConditionAfterEarlyExit]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:905:10: note: first condition
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:915:10: note: second condition
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:285:7: style: The scope of the variable 'cdtype' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:287:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:673:7: style: The scope of the variable 'fieldSize' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:950:25: style: The scope of the variable 'ret_san' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1014:18: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1073:7: style: The scope of the variable 'evpd' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1077:7: style: The scope of the variable 'subtype' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1077:16: style: The scope of the variable 'res' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1077:21: style: The scope of the variable 'num' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1080:7: style: The scope of the variable 'pageCodeInt' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1081:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1453:7: style: The scope of the variable 'device_fd' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:474:24: style: Checking if unsigned variable 'pattern.length()' is less than zero. [unsignedLessThanZero]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:114:7: style: struct member 'my_scsi_idlun::dev_id' is never used. [unusedStructMember]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:115:7: style: struct member 'my_scsi_idlun::host_unique_id' is never used. [unusedStructMember]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:763:10: style: Unused variable: z0 [unusedVariable]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:765:18: style: Unused variable: lvd [unusedVariable]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1041:4: style: Variable 'dev_count' is modified but its new value is never used. [unreadVariable]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:830:4: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:617:5: style: Exception should be caught by reference. [catchExceptionByValue]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:403:43: performance: Function parameter 'vendor' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:404:15: performance: Function parameter 'devClass' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:404:32: performance: Function parameter 'model' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:595:36: performance: Function parameter 'page_spec_template' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1337:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/sysfs_SCSI_Fill.cpp:1338:12: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:121:12: style: The scope of the variable 'ploc' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:721:13: style: The scope of the variable 'start' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1083:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1136:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1176:7: style: The scope of the variable 'fd' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1636:10: style: The scope of the variable 'start' can be reduced. [variableScope]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1645:22: style: Checking if unsigned variable 'listing.size()' is less than zero. [unsignedLessThanZero]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:214:10: style: Unused variable: msg [unusedVariable]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:363:52: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:390:41: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1185:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:1740:5: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/internal/sys_interface/sysfstreecollector.cpp:395:7: error: After erase(), the iterator 'parent' may be invalid. [invalidIterator2]
lsvpd-1.7.9/src/output/lscfg.cpp:223:7: style: The scope of the variable 'doneAIX' can be reduced. [variableScope]
lsvpd-1.7.9/src/output/lscfg.cpp:223:16: style: The scope of the variable 'islocation' can be reduced. [variableScope]
lsvpd-1.7.9/src/output/lscfg.cpp:224:6: style: The scope of the variable 'ii' can be reduced. [variableScope]
lsvpd-1.7.9/src/output/lscfg.cpp:574:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lsvpd-1.7.9/src/output/lscfg.cpp:624:7: style: The scope of the variable 'buf' can be reduced. [variableScope]
lsvpd-1.7.9/src/output/lscfg.cpp:304:8: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/output/lsmcode.cpp:220:2: style: Variable 'pDBdir' is reassigned a value before the old one has been used. [redundantAssignment]
lsvpd-1.7.9/src/output/lsmcode.cpp:212:0: note: Variable 'pDBdir' is reassigned a value before the old one has been used.
lsvpd-1.7.9/src/output/lsmcode.cpp:220:2: note: Variable 'pDBdir' is reassigned a value before the old one has been used.
lsvpd-1.7.9/src/output/lsmcode.cpp:503:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/output/lsmcode.cpp:514:43: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lsvpd-1.7.9/src/output/lsmcode.cpp:181:2: style: Exception should be caught by reference. [catchExceptionByValue]
lsvpd-1.7.9/src/output/lsmcode.cpp:128:42: performance: Function parameter 'ipmitool' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/output/lsmcode.cpp:128:59: performance: Function parameter 'interface' should be passed by const reference. [passedByValue]
lsvpd-1.7.9/src/output/lsvpd.cpp:156:22: style: Redundant condition: devName!="". 'devName=="" || (devName!="" && devFound==true)' is equivalent to 'devName=="" || devFound==true' [redundantCondition]
lsvpd-1.7.9/src/output/lsvpd.cpp:102:7: style: The scope of the variable 'devFound' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lsyncd/lsyncd_2.1.6.orig.tar.gz
lsyncd-release-2.1.6/fsevents.c:69:23: style: union member 'Anonymous0::vp' is never used. [unusedStructMember]
lsyncd-release-2.1.6/fsevents.c:71:18: style: union member 'Anonymous0::ptr' is never used. [unusedStructMember]
lsyncd-release-2.1.6/fsevents.c:72:18: style: union member 'Anonymous0::int32' is never used. [unusedStructMember]
lsyncd-release-2.1.6/fsevents.c:78:18: style: union member 'Anonymous0::timestamp' is never used. [unusedStructMember]
lsyncd-release-2.1.6/fsevents.c:227:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lsyncd-release-2.1.6/lsyncd.c:63:0: error: #error "needing at least one notification system. please rerun cmake" [preprocessorErrorDirective]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltpanel/ltpanel_0.2.orig.tar.gz
ltpanel-0.2/src/drawing.c:43:10: style: The scope of the variable 'yy' can be reduced. [variableScope]
ltpanel-0.2/src/lpanel.c:368:9: style: The scope of the variable 'len' can be reduced. [variableScope]
ltpanel-0.2/src/lpanel.c:372:9: style: The scope of the variable 'text_y' can be reduced. [variableScope]
ltpanel-0.2/src/lpanel.c:792:10: style: The scope of the variable 'matchme' can be reduced. [variableScope]
ltpanel-0.2/src/lpanel.c:814:9: style: The scope of the variable 'n' can be reduced. [variableScope]
ltpanel-0.2/src/lpanel.c:846:2: error: Memory leak: tb [memleak]
ltpanel-0.2/src/lpanel.c:851:2: error: Memory leak: tb [memleak]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltrace/ltrace_0.7.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/ltris/ltris_1.0.19.orig.tar.gz
ltris-1.0.19/intl/dcigettext.c:570:39: style: Redundant condition: If 'EXPR == ':'', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
ltris-1.0.19/intl/hash-string.h:31:0: style: The scope of the variable 'g' can be reduced. [variableScope]
ltris-1.0.19/intl/dcigettext.c:414:25: style: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:207:46: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
ltris-1.0.19/intl/dcigettext.c:414:25: note: Function 'libintl_dcigettext' argument 1 names different: declaration '__domainname' definition 'domainname'.
ltris-1.0.19/intl/dcigettext.c:414:49: style: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:208:18: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
ltris-1.0.19/intl/dcigettext.c:414:49: note: Function 'libintl_dcigettext' argument 2 names different: declaration '__msgid1' definition 'msgid1'.
ltris-1.0.19/intl/dcigettext.c:414:69: style: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:208:40: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
ltris-1.0.19/intl/dcigettext.c:414:69: note: Function 'libintl_dcigettext' argument 3 names different: declaration '__msgid2' definition 'msgid2'.
ltris-1.0.19/intl/dcigettext.c:415:10: style: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:209:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
ltris-1.0.19/intl/dcigettext.c:415:10: note: Function 'libintl_dcigettext' argument 4 names different: declaration '__plural' definition 'plural'.
ltris-1.0.19/intl/dcigettext.c:415:32: style: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:209:34: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
ltris-1.0.19/intl/dcigettext.c:415:32: note: Function 'libintl_dcigettext' argument 5 names different: declaration '__n' definition 'n'.
ltris-1.0.19/intl/dcigettext.c:415:43: style: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:210:10: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
ltris-1.0.19/intl/dcigettext.c:415:43: note: Function 'libintl_dcigettext' argument 6 names different: declaration '__category' definition 'category'.
ltris-1.0.19/intl/dcigettext.c:214:7: style: struct member 'known_translation_t::category' is never used. [unusedStructMember]
ltris-1.0.19/intl/dcigettext.c:217:7: style: struct member 'known_translation_t::counter' is never used. [unusedStructMember]
ltris-1.0.19/intl/dcigettext.c:220:27: style: struct member 'known_translation_t::domain' is never used. [unusedStructMember]
ltris-1.0.19/intl/dcigettext.c:223:15: style: struct member 'known_translation_t::translation' is never used. [unusedStructMember]
ltris-1.0.19/intl/dcigettext.c:224:10: style: struct member 'known_translation_t::translation_length' is never used. [unusedStructMember]
ltris-1.0.19/intl/dcigettext.c:227:8: style: struct member 'known_translation_t::msgid' is never used. [unusedStructMember]
ltris-1.0.19/intl/finddomain.c:50:30: style: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:157:54: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
ltris-1.0.19/intl/finddomain.c:50:30: note: Function '_nl_find_domain' argument 1 names different: declaration '__dirname' definition 'dirname'.
ltris-1.0.19/intl/finddomain.c:50:45: style: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:157:71: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
ltris-1.0.19/intl/finddomain.c:50:45: note: Function '_nl_find_domain' argument 2 names different: declaration '__locale' definition 'locale'.
ltris-1.0.19/intl/finddomain.c:51:16: style: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:158:19: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
ltris-1.0.19/intl/finddomain.c:51:16: note: Function '_nl_find_domain' argument 3 names different: declaration '__domainname' definition 'domainname'.
ltris-1.0.19/intl/finddomain.c:51:44: style: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:159:23: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/finddomain.c:51:44: note: Function '_nl_find_domain' argument 4 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/l10nflist.c:373:9: style: The scope of the variable 'wp' can be reduced. [variableScope]
ltris-1.0.19/intl/loadmsgcat.c:975:12: style: Condition 'data==(struct mo_file_header*)-1' is always true [knownConditionTrueFalse]
ltris-1.0.19/intl/loadmsgcat.c:919:33: note: Assignment 'data=(struct mo_file_header*)-1', assigned value is -1
ltris-1.0.19/intl/loadmsgcat.c:975:12: note: Condition 'data==(struct mo_file_header*)-1' is always true
ltris-1.0.19/intl/loadmsgcat.c:975:12: style: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same. [duplicateExpression]
ltris-1.0.19/intl/loadmsgcat.c:919:33: note: 'data' is assigned value '(struct mo_file_header*)-1' here.
ltris-1.0.19/intl/loadmsgcat.c:975:12: note: Same expression on both sides of '==' because the value of 'data' and '(struct mo_file_header*)-1' are the same.
ltris-1.0.19/intl/loadmsgcat.c:771:47: style: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:166:59: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
ltris-1.0.19/intl/loadmsgcat.c:771:47: note: Function '_nl_init_domain_conv' argument 1 names different: declaration '__domain_file' definition 'domain_file'.
ltris-1.0.19/intl/loadmsgcat.c:772:31: style: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:167:29: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
ltris-1.0.19/intl/loadmsgcat.c:772:31: note: Function '_nl_init_domain_conv' argument 2 names different: declaration '__domain' definition 'domain'.
ltris-1.0.19/intl/loadmsgcat.c:773:25: style: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:168:23: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/loadmsgcat.c:773:25: note: Function '_nl_init_domain_conv' argument 3 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/loadmsgcat.c:889:45: style: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:170:50: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
ltris-1.0.19/intl/loadmsgcat.c:889:45: note: Function '_nl_free_domain_conv' argument 1 names different: declaration '__domain' definition 'domain'.
ltris-1.0.19/intl/loadmsgcat.c:909:42: style: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:161:47: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
ltris-1.0.19/intl/loadmsgcat.c:909:42: note: Function '_nl_load_domain' argument 1 names different: declaration '__domain' definition 'domain_file'.
ltris-1.0.19/intl/loadmsgcat.c:910:20: style: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'. [funcArgNamesDifferent]
ltris-1.0.19/intl/gettextP.h:162:25: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/loadmsgcat.c:910:20: note: Function '_nl_load_domain' argument 2 names different: declaration '__domainbinding' definition 'domainbinding'.
ltris-1.0.19/intl/localcharset.c:295:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
ltris-1.0.19/intl/localcharset.c:286:24: note: Assignment 'locale=NULL', assigned value is 0
ltris-1.0.19/intl/localcharset.c:295:14: note: Condition 'locale==NULL' is always true
ltris-1.0.19/intl/localcharset.c:295:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
ltris-1.0.19/intl/localcharset.c:286:24: note: 'locale' is assigned value 'NULL' here.
ltris-1.0.19/intl/localcharset.c:295:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
ltris-1.0.19/intl/localcharset.c:120:19: style: The scope of the variable 'base' can be reduced. [variableScope]
ltris-1.0.19/intl/localcharset.c:144:8: style: The scope of the variable 'c' can be reduced. [variableScope]
ltris-1.0.19/intl/localealias.c:254:13: style: The scope of the variable 'alias' can be reduced. [variableScope]
ltris-1.0.19/intl/localealias.c:255:13: style: The scope of the variable 'value' can be reduced. [variableScope]
ltris-1.0.19/intl/localealias.c:303:0: error: Resource leak: fp [resourceLeak]
plural.c:1201:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
plural.y:152:19: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:154:50: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:160:94: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:164:69: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:168:70: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:172:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:176:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:180:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:184:87: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:188:46: style: Same expression on both sides of '-'. [duplicateExpression]
plural.y:197:40: style: Same expression on both sides of '-'. [duplicateExpression]
ltris-1.0.19/src/bowl.c:209:9: style: The scope of the variable 'min' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:210:6: style: The scope of the variable 'num_old_blocks' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:598:13: style: The scope of the variable 'k' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:602:7: style: The scope of the variable 'full' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:604:7: style: The scope of the variable 'send_count' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:607:8: style: The scope of the variable 'hole_pos' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1174:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1174:12: style: The scope of the variable 'j' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1176:9: style: The scope of the variable 'tile_x' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1176:21: style: The scope of the variable 'tile_y' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1179:9: style: The scope of the variable 'left_x' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1180:9: style: The scope of the variable 'left_y' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1181:9: style: The scope of the variable 'right_x' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1182:9: style: The scope of the variable 'right_y' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1287:9: style: The scope of the variable 'target_x' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1288:9: style: The scope of the variable 'hori_movement' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1289:9: style: The scope of the variable 'new_rot' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1289:18: style: The scope of the variable 'hori_mod' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1289:28: style: The scope of the variable 'ret' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1477:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1605:9: style: The scope of the variable 'old_level' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1606:9: style: The scope of the variable 'line_score' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:1607:9: style: The scope of the variable 'line_count' can be reduced. [variableScope]
ltris-1.0.19/src/bowl.c:849:0: error: Resource leak: file [resourceLeak]
ltris-1.0.19/src/chart.c:115:7: style: The scope of the variable 'setname' can be reduced. [variableScope]
ltris-1.0.19/src/chart.c:116:7: style: The scope of the variable 'aux' can be reduced. [variableScope]
ltris-1.0.19/src/chart.c:317:11: style: The scope of the variable 'font' can be reduced. [variableScope]
ltris-1.0.19/src/config.c:270:0: error: Resource leak: file [resourceLeak]
ltris-1.0.19/src/cpu.c:185:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
ltris-1.0.19/src/cpu.c:186:9: style: The scope of the variable 'aux_alt' can be reduced. [variableScope]
ltris-1.0.19/src/item.c:125:25: style: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'. [funcArgNamesDifferent]
ltris-1.0.19/src/item.h:78:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
ltris-1.0.19/src/item.c:125:25: note: Function 'item_delete' argument 1 names different: declaration 'item' definition 'pitem'.
ltris-1.0.19/src/manager.c:491:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:88:9: style: The scope of the variable 'height' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:88:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:88:20: style: The scope of the variable 'y' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:89:11: style: The scope of the variable 'item' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:148:18: style: The scope of the variable 'old_item' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:149:9: style: The scope of the variable 'item_used' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:150:12: style: The scope of the variable 'callback' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:328:11: style: The scope of the variable 'item' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:353:11: style: The scope of the variable 'item' can be reduced. [variableScope]
ltris-1.0.19/src/menu.c:62:25: style: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'. [funcArgNamesDifferent]
ltris-1.0.19/src/menu.h:47:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
ltris-1.0.19/src/menu.c:62:25: note: Function 'menu_delete' argument 1 names different: declaration 'menu' definition 'pmenu'.
ltris-1.0.19/src/parser.c:380:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
ltris-1.0.19/src/parser.c:442:12: style: The scope of the variable 'sub' can be reduced. [variableScope]
ltris-1.0.19/src/parser.c:488:0: error: Memory leak: pd [memleak]
ltris-1.0.19/src/sdl.c:1191:13: style: Condition '!leave' is always true [knownConditionTrueFalse]
ltris-1.0.19/src/sdl.c:1161:17: note: Assignment 'leave=0', assigned value is 0
ltris-1.0.19/src/sdl.c:1191:13: note: Condition '!leave' is always true
ltris-1.0.19/src/sdl.c:619:9: style: The scope of the variable 'c_abs' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:713:9: style: The scope of the variable 'valid_depth' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:1089:19: style: The scope of the variable 'data_byte' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:1089:30: style: The scope of the variable 'mask_byte' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:1090:9: style: The scope of the variable 'pot' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:1162:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
ltris-1.0.19/src/sdl.c:560:29: style: Function 'load_fixed_font' argument 1 names different: declaration 'fname' definition 'f'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:86:29: note: Function 'load_fixed_font' argument 1 names different: declaration 'fname' definition 'f'.
ltris-1.0.19/src/sdl.c:560:29: note: Function 'load_fixed_font' argument 1 names different: declaration 'fname' definition 'f'.
ltris-1.0.19/src/sdl.c:607:23: style: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:87:23: note: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:607:23: note: Function 'free_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:617:22: style: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:88:23: note: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:617:22: note: Function 'write_text' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:669:29: style: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:89:29: note: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:669:29: note: Function 'lock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:678:31: style: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:90:31: note: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:678:31: note: Function 'unlock_font' argument 1 names different: declaration 'sfnt' definition 'fnt'.
ltris-1.0.19/src/sdl.c:1156:33: style: Function 'fade_screen' argument 2 names different: declaration 'ms' definition 'length'. [funcArgNamesDifferent]
ltris-1.0.19/src/sdl.h:143:33: note: Function 'fade_screen' argument 2 names different: declaration 'ms' definition 'length'.
ltris-1.0.19/src/sdl.c:1156:33: note: Function 'fade_screen' argument 2 names different: declaration 'ms' definition 'length'.
ltris-1.0.19/src/shrapnells.c:167:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ltris-1.0.19/src/shrapnells.c:167:20: style: The scope of the variable 'y' can be reduced. [variableScope]
ltris-1.0.19/src/shrapnells.c:183:17: style: The scope of the variable 'x' can be reduced. [variableScope]
ltris-1.0.19/src/shrapnells.c:183:20: style: The scope of the variable 'y' can be reduced. [variableScope]
ltris-1.0.19/src/shrapnells.c:206:18: style: The scope of the variable 'shr' can be reduced. [variableScope]
ltris-1.0.19/src/tetris.c:165:12: style: The scope of the variable 'j' can be reduced. [variableScope]
ltris-1.0.19/src/tetris.c:338:9: style: The scope of the variable 'ms' can be reduced. [variableScope]
ltris-1.0.19/src/tools.c:190:9: style: The scope of the variable 'last_space' can be reduced. [variableScope]
ltris-1.0.19/src/tools.c:191:9: style: The scope of the variable 'new_line' can be reduced. [variableScope]
ltris-1.0.19/src/tools.c:268:9: style: The scope of the variable 'i' can be reduced. [variableScope]
ltris-1.0.19/src/tools.c:185:26: style: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'. [funcArgNamesDifferent]
ltris-1.0.19/src/tools.h:74:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
ltris-1.0.19/src/tools.c:185:26: note: Function 'create_text' argument 1 names different: declaration 'str' definition 'orig_str'.
ltris-1.0.19/src/tools.c:296:45: style: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'. [funcArgNamesDifferent]
ltris-1.0.19/src/tools.h:85:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
ltris-1.0.19/src/tools.c:296:45: note: Function 'get_type_and_prefix' argument 2 names different: declaration 'ext' definition 'type'.
ltris-1.0.19/src/value.c:167:9: style: The scope of the variable 'i' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltrsift/ltrsift_1.0.2.orig.tar.gz
ltrsift-1.0.2/src/gtk_blastn_params_refseq.c:91:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_blastn_params_refseq.c:54:67: style: Function 'gtk_blastn_params_refseq_set_paramset' argument 1 names different: declaration 'blast' definition 'blastparref'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_blastn_params_refseq.h:75:75: note: Function 'gtk_blastn_params_refseq_set_paramset' argument 1 names different: declaration 'blast' definition 'blastparref'.
ltrsift-1.0.2/src/gtk_blastn_params_refseq.c:54:67: note: Function 'gtk_blastn_params_refseq_set_paramset' argument 1 names different: declaration 'blast' definition 'blastparref'.
ltrsift-1.0.2/src/gtk_ltr_assistant.c:1643:3: style: Variable 'vbox2' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:1575:3: note: Variable 'vbox2' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_assistant.c:1643:3: note: Variable 'vbox2' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_assistant.c:469:10: style: The scope of the variable 'text' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:470:10: style: The scope of the variable 'old_text' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:553:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:591:17: style: The scope of the variable 'model' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:37:73: style: Function 'gtk_ltr_assistant_get_list_view_gff3files' argument 1 names different: declaration 'ltra' definition 'ltrassi'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_assistant.h:135:74: note: Function 'gtk_ltr_assistant_get_list_view_gff3files' argument 1 names different: declaration 'ltra' definition 'ltrassi'.
ltrsift-1.0.2/src/gtk_ltr_assistant.c:37:73: note: Function 'gtk_ltr_assistant_get_list_view_gff3files' argument 1 names different: declaration 'ltra' definition 'ltrassi'.
ltrsift-1.0.2/src/gtk_ltr_assistant.c:853:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:855:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:857:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:859:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:861:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:864:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:866:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:868:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:870:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:872:36: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_assistant.c:889:33: error: Undefined behavior: Variable 'last_call' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
ltrsift-1.0.2/src/gtk_ltr_families.c:2960:7: style: Condition '!had_err' is always true [knownConditionTrueFalse]
ltrsift-1.0.2/src/gtk_ltr_families.c:2958:18: note: Assignment 'had_err=0', assigned value is 0
ltrsift-1.0.2/src/gtk_ltr_families.c:2960:7: note: Condition '!had_err' is always true
ltrsift-1.0.2/src/gtk_ltr_families.c:721:3: style: Variable 'array_in_stream' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:718:0: note: Variable 'array_in_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:721:3: note: Variable 'array_in_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:724:3: style: Variable 'classify_stream' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:717:0: note: Variable 'classify_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:724:3: note: Variable 'classify_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:730:3: style: Variable 'array_out_stream' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:719:0: note: Variable 'array_out_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:730:3: note: Variable 'array_out_stream' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:2162:3: style: Variable 'filechooser' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:2138:0: note: Variable 'filechooser' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:2162:3: note: Variable 'filechooser' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:3827:5: style: Variable 'stmt' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:3819:0: note: Variable 'stmt' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:3827:5: note: Variable 'stmt' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:4310:3: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_families.c:4305:0: note: Variable 'path' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:4310:3: note: Variable 'path' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_families.c:481:22: style: The scope of the variable 'column' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:483:15: style: The scope of the variable 'hexcode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:522:18: style: The scope of the variable 'cdata' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:576:10: style: The scope of the variable 'children' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:577:16: style: The scope of the variable 'list_view' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:580:14: style: The scope of the variable 'main_tab' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:582:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:583:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:584:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:586:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:587:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:637:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:638:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:639:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:654:25: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:844:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:930:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:931:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:932:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1369:14: style: The scope of the variable 'dialog2' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1723:14: style: The scope of the variable 'main_tab' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1726:16: style: The scope of the variable 'tmp_view' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1730:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1731:12: style: The scope of the variable 'nodes' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:1732:34: style: The scope of the variable 'tmp_children' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2001:18: style: The scope of the variable 'cdata' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2011:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2012:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2014:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2015:16: style: The scope of the variable 'attr' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2094:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2543:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2544:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2545:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2548:16: style: The scope of the variable 'fam' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2769:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2923:22: style: The scope of the variable 'column1' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2924:22: style: The scope of the variable 'column2' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2957:25: style: The scope of the variable 'startpos' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2980:30: style: The scope of the variable 'tree_model' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2982:17: style: The scope of the variable 'store' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2984:16: style: The scope of the variable 'path' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2986:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2987:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2991:14: style: The scope of the variable 'iter_hash' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2992:10: style: The scope of the variable 'rows' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:2995:15: style: The scope of the variable 'fnt' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:3254:15: style: The scope of the variable 'fnt' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:3610:14: style: The scope of the variable 'tab_child' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:3611:14: style: The scope of the variable 'tab_label' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:3746:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:4120:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:4476:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_families.c:47:70: style: Function 'gtk_ltr_families_get_list_view_families' argument 1 names different: declaration 'ltrf' definition 'ltrfams'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:177:73: note: Function 'gtk_ltr_families_get_list_view_families' argument 1 names different: declaration 'ltrf' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:47:70: note: Function 'gtk_ltr_families_get_list_view_families' argument 1 names different: declaration 'ltrf' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:315:65: style: Function 'gtk_ltr_families_update_unclassified_cands' argument 1 names different: declaration 'ltrf' definition 'ltrfams'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:197:76: note: Function 'gtk_ltr_families_update_unclassified_cands' argument 1 names different: declaration 'ltrf' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:315:65: note: Function 'gtk_ltr_families_update_unclassified_cands' argument 1 names different: declaration 'ltrf' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2536:71: style: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 1 names different: declaration 'l' definition 'ltrfams'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:215:79: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 1 names different: declaration 'l' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2536:71: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 1 names different: declaration 'l' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2537:59: style: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 2 names different: declaration 'lv' definition 'list_view'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:216:78: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 2 names different: declaration 'lv' definition 'list_view'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2537:59: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 2 names different: declaration 'lv' definition 'list_view'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2539:60: style: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 4 names different: declaration 's' definition 'store'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:218:78: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 4 names different: declaration 's' definition 'store'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2539:60: note: Function 'gtk_ltr_families_notebook_list_view_append_array' argument 4 names different: declaration 's' definition 'store'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3239:68: style: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 1 names different: declaration 'l' definition 'ltrfams'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:206:79: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 1 names different: declaration 'l' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3239:68: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 1 names different: declaration 'l' definition 'ltrfams'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3240:56: style: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 2 names different: declaration 'lv' definition 'list_view'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:207:76: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 2 names different: declaration 'lv' definition 'list_view'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3240:56: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 2 names different: declaration 'lv' definition 'list_view'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3242:64: style: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 4 names different: declaration 'r' definition 'rowref'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:209:79: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 4 names different: declaration 'r' definition 'rowref'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3242:64: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 4 names different: declaration 'r' definition 'rowref'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3243:57: style: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 5 names different: declaration 's' definition 'tmp'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:210:77: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 5 names different: declaration 's' definition 'tmp'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3243:57: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 5 names different: declaration 's' definition 'tmp'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3245:54: style: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 7 names different: declaration 'c' definition 'colors'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_ltr_families.h:212:74: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 7 names different: declaration 'c' definition 'colors'.
ltrsift-1.0.2/src/gtk_ltr_families.c:3245:54: note: Function 'gtk_ltr_families_notebook_list_view_append_gn' argument 7 names different: declaration 'c' definition 'colors'.
ltrsift-1.0.2/src/gtk_ltr_families.c:2220:15: style: Variable 'filen' is allocated memory that is never used. [unusedAllocatedMemory]
ltrsift-1.0.2/src/gtk_ltr_filter.c:355:3: style: Variable 'script_filter' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_filter.c:348:0: note: Variable 'script_filter' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_filter.c:355:3: note: Variable 'script_filter' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_filter.c:558:3: style: Variable 'filtered_nodes' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_ltr_filter.c:541:0: note: Variable 'filtered_nodes' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_filter.c:558:3: note: Variable 'filtered_nodes' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_ltr_filter.c:211:10: style: The scope of the variable 'result' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:320:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:397:17: style: The scope of the variable 'model' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:525:18: style: The scope of the variable 'cdata' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:531:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:535:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:536:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:551:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:553:17: style: The scope of the variable 'unclassified_candidates' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:554:17: style: The scope of the variable 'deleted_candidates' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:805:15: style: The scope of the variable 'email' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:805:23: style: The scope of the variable 'author' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:805:32: style: The scope of the variable 'descr' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:846:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:849:17: style: The scope of the variable 'model' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:850:12: style: The scope of the variable 'err' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:851:19: style: The scope of the variable 'script_filter' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:927:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:959:16: style: The scope of the variable 'path' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_ltr_filter.c:990:24: style: The scope of the variable 'rowref' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_project_settings.c:728:3: style: Variable 'vbox2' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/gtk_project_settings.c:660:3: note: Variable 'vbox2' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_project_settings.c:728:3: note: Variable 'vbox2' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/gtk_project_settings.c:33:12: style: The scope of the variable 'err' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_project_settings.c:562:18: style: The scope of the variable 'stmt' can be reduced. [variableScope]
ltrsift-1.0.2/src/gtk_project_settings.c:173:68: style: Function 'gtk_project_settings_set_data_from_sqlite' argument 1 names different: declaration 'proj' definition 'projset'. [funcArgNamesDifferent]
ltrsift-1.0.2/src/gtk_project_settings.h:84:76: note: Function 'gtk_project_settings_set_data_from_sqlite' argument 1 names different: declaration 'proj' definition 'projset'.
ltrsift-1.0.2/src/gtk_project_settings.c:173:68: note: Function 'gtk_project_settings_set_data_from_sqlite' argument 1 names different: declaration 'proj' definition 'projset'.
ltrsift-1.0.2/src/ltrsift.c:114:14: style: The scope of the variable 'sw' can be reduced. [variableScope]
ltrsift-1.0.2/src/ltrsift.c:115:14: style: The scope of the variable 'label_close' can be reduced. [variableScope]
ltrsift-1.0.2/src/ltrsift.c:120:16: style: The scope of the variable 'path' can be reduced. [variableScope]
ltrsift-1.0.2/src/ltrsift.c:121:15: style: The scope of the variable 'hash' can be reduced. [variableScope]
ltrsift-1.0.2/src/ltrsift.c:235:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:624:5: style: Variable 'outfp' is reassigned a value before the old one has been used. [redundantAssignment]
ltrsift-1.0.2/src/menubar.c:601:0: note: Variable 'outfp' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/menubar.c:624:5: note: Variable 'outfp' is reassigned a value before the old one has been used.
ltrsift-1.0.2/src/menubar.c:52:14: style: The scope of the variable 'sw' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:53:16: style: The scope of the variable 'list_view' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:56:10: style: The scope of the variable 'children' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:57:10: style: The scope of the variable 'columns' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:117:14: style: The scope of the variable 'menuitem' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:593:12: style: The scope of the variable 'streams' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:886:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1008:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1043:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1110:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1240:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1293:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/menubar.c:1332:10: style: The scope of the variable 'filename' can be reduced. [variableScope]
ltrsift-1.0.2/src/preprocess_visitor.c:55:10: style: Condition '!had_err' is always true [knownConditionTrueFalse]
ltrsift-1.0.2/src/preprocess_visitor.c:47:17: note: Assignment 'had_err=0', assigned value is 0
ltrsift-1.0.2/src/preprocess_visitor.c:55:10: note: Condition '!had_err' is always true
ltrsift-1.0.2/src/project_wizard.c:85:15: style: The scope of the variable 'indexname' can be reduced. [variableScope]
ltrsift-1.0.2/src/project_wizard.c:230:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/script_filter_stream.c:186:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
ltrsift-1.0.2/src/script_filter_stream.c:78:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/script_filter_stream.c:97:17: style: The scope of the variable 'ref_gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:115:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:392:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:394:10: style: The scope of the variable 'new_seqid' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:432:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:434:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:435:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:436:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:443:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:525:14: style: The scope of the variable 'dialog' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:526:10: style: The scope of the variable 'seqid' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:527:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:528:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:529:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:537:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:537:17: style: The scope of the variable 'header' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:538:15: style: The scope of the variable 'attr' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:540:17: style: The scope of the variable 'i' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:542:17: style: The scope of the variable 'startpos' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:686:17: style: The scope of the variable 'gn' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:687:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:688:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:729:18: style: The scope of the variable 'curnode' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:730:26: style: The scope of the variable 'fni' can be reduced. [variableScope]
ltrsift-1.0.2/src/support.c:744:17: style: The scope of the variable 'cur_num_domains' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltsp/ltsp_5.5.9.orig.tar.xz
ltsp-5.5.9/client/getltscfg/getltscfg.c:199:15: style: The scope of the variable 'worksect' can be reduced. [variableScope]
ltsp-5.5.9/client/getltscfg/getltscfg.c:201:9: style: The scope of the variable 'matches' can be reduced. [variableScope]
ltsp-5.5.9/client/getltscfg/getltscfg.c:208:24: style: Variable 'worksect' is assigned a value that is never used. [unreadVariable]
ltsp-5.5.9/client/getltscfg/getltscfg.c:493:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:1107:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:762:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:754:0: note: Variable 'err' is reassigned a value before the old one has been used.
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:762:5: note: Variable 'err' is reassigned a value before the old one has been used.
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:1125:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:1315:9: style: The scope of the variable 'poll_timeout' can be reduced. [variableScope]
ltsp-5.5.9/client/nbd-proxy/src/nbd-proxy.c:1567:20: style: The scope of the variable 'timeout' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltsp-docs/ltsp-docs_1.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/ltspfs/ltspfs_1.5.orig.tar.xz
src/common.c:136:9: style: The scope of the variable 'r' can be reduced. [variableScope]
src/common.c:181:9: style: The scope of the variable 'r' can be reduced. [variableScope]
src/common.c:219:61: style: Function 'readn' argument 3 names different: declaration 'nbytes' definition 'maxlen'. [funcArgNamesDifferent]
src/common.h:26:61: note: Function 'readn' argument 3 names different: declaration 'nbytes' definition 'maxlen'.
src/common.c:219:61: note: Function 'readn' argument 3 names different: declaration 'nbytes' definition 'maxlen'.
src/ltspfs.c:1086:22: error: Expression 'myargv[myargc++]=argv[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
src/ltspfsd.c:98:17: style: The scope of the variable 'newsockfd' can be reduced. [variableScope]
src/ltspfsd.c:227:11: style: The scope of the variable 'lineptr' can be reduced. [variableScope]
src/ltspfsd.c:231:9: style: The scope of the variable 'r' can be reduced. [variableScope]
src/ltspfsd_functions.c:719:10: style: The scope of the variable 'output' can be reduced. [variableScope]
src/ltspfsd_functions.c:798:10: style: The scope of the variable 'output' can be reduced. [variableScope]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltt-control/ltt-control_2.9.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lttng-modules/lttng-modules_2.9.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lttnganalyses/lttnganalyses_0.6.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lttngtop/lttngtop_0.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lttoolbox/lttoolbox_3.4.2.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lttv/lttv_1.5.orig.tar.gz
lttv-1.5/lttv/lttv/attribute.c:610:2: style: Variable 'klass->find_subdir' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/lttv/attribute.c:607:2: note: Variable 'klass->find_subdir' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/attribute.c:610:2: note: Variable 'klass->find_subdir' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/attribute.c:282:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/attribute.c:302:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/attribute.c:340:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/attribute.c:418:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:104:25: style: The scope of the variable 'new_c' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:177:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:199:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:285:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:359:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/hook.c:404:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:86:14: style: The scope of the variable 'm' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:90:13: style: The scope of the variable 'modules' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:133:14: style: The scope of the variable 'm' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:175:22: style: The scope of the variable 'pathname' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:247:14: style: The scope of the variable 'm' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:318:18: style: The scope of the variable 'required' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/module.c:139:8: style: Variable 'key' is not assigned a value. [unassignedVariable]
lttv-1.5/lttv/lttv/print.c:396:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/state.c:3023:2: style: Variable 'process' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/lttv/state.c:3015:2: note: Variable 'process' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3023:2: note: Variable 'process' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3052:2: style: Variable 'process' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/lttv/state.c:3044:2: note: Variable 'process' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3052:2: note: Variable 'process' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3712:2: style: Variable 'event_count' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/lttv/state.c:3697:0: note: Variable 'event_count' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3712:2: note: Variable 'event_count' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/state.c:3154:22: style: The scope of the variable 'es' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/state.c:3265:20: style: The scope of the variable 'parent_process' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/state.c:3497:17: style: The scope of the variable 'saved_states_tree' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/state.c:3497:37: style: The scope of the variable 'saved_state_tree' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/state.c:1731:46: style: Function 'free_saved_state' argument 1 names different: declaration 'tcs' definition 'self'. [funcArgNamesDifferent]
lttv-1.5/lttv/lttv/state.c:211:46: note: Function 'free_saved_state' argument 1 names different: declaration 'tcs' definition 'self'.
lttv-1.5/lttv/lttv/state.c:1731:46: note: Function 'free_saved_state' argument 1 names different: declaration 'tcs' definition 'self'.
lttv-1.5/lttv/lttv/state.c:1755:45: style: Function 'create_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'. [funcArgNamesDifferent]
lttv-1.5/lttv/lttv/state.c:199:45: note: Function 'create_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:1755:45: note: Function 'create_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:1768:42: style: Function 'get_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'. [funcArgNamesDifferent]
lttv-1.5/lttv/lttv/state.c:201:42: note: Function 'get_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:1768:42: note: Function 'get_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:1780:43: style: Function 'free_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'. [funcArgNamesDifferent]
lttv-1.5/lttv/lttv/state.c:203:43: note: Function 'free_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:1780:43: note: Function 'free_max_time' argument 1 names different: declaration 'tcs' definition 'trace_state'.
lttv-1.5/lttv/lttv/state.c:2156:17: style: struct member 'search_result::time' is never used. [unusedStructMember]
lttv-1.5/lttv/lttv/state.c:2157:11: style: struct member 'search_result::best' is never used. [unusedStructMember]
lttv-1.5/lttv/lttv/state.c:2334:2: warning: The buffer 'syscall_name' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lttv-1.5/lttv/lttv/traceset-process.c:135:13: style: The scope of the variable 'trace' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset-process.c:158:13: style: The scope of the variable 'trace' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset-process.c:242:44: style: The scope of the variable 'previousPos' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset-process.c:242:58: style: The scope of the variable 'currentPos' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset.c:746:10: style: Condition 'res<0' is always true [knownConditionTrueFalse]
lttv-1.5/lttv/lttv/traceset.c:740:13: note: Assignment 'res=-1', assigned value is -1
lttv-1.5/lttv/lttv/traceset.c:746:10: note: Condition 'res<0' is always true
lttv-1.5/lttv/lttv/traceset.c:338:2: style: Variable 'curdir' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/lttv/traceset.c:334:0: note: Variable 'curdir' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/traceset.c:338:2: note: Variable 'curdir' is reassigned a value before the old one has been used.
lttv-1.5/lttv/lttv/traceset.c:580:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset.c:582:20: style: The scope of the variable 'currentTrace' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset.c:611:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lttv-1.5/lttv/lttv/traceset.c:613:13: style: The scope of the variable 'currentTrace' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:890:15: warning: Either the condition 'process!=NULL' is redundant or there is possible null pointer dereference: process. [nullPointerRedundantCheck]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:895:20: note: Assuming that condition 'process!=NULL' is not redundant
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:890:15: note: Null pointer dereference
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:288:2: style: Variable 'hashed_process_data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:283:0: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:288:2: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:979:5: style: Variable 'hashed_process_data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:971:0: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:979:5: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:1062:3: style: Variable 'hashed_process_data_child' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:1049:0: note: Variable 'hashed_process_data_child' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:1062:3: note: Variable 'hashed_process_data_child' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:119:14: style: The scope of the variable 'trace' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:692:21: style: The scope of the variable 'process_in' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/controlflow/eventhooks.c:1300:21: style: The scope of the variable 'process_in' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/controlflow/processlist.c:606:21: style: Function 'processlist_add' argument 11 names different: declaration 'process_info' definition 'pm_process_info'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/controlflow/processlist.h:138:19: note: Function 'processlist_add' argument 11 names different: declaration 'process_info' definition 'pm_process_info'.
lttv-1.5/lttv/modules/gui/controlflow/processlist.c:606:21: note: Function 'processlist_add' argument 11 names different: declaration 'process_info' definition 'pm_process_info'.
lttv-1.5/lttv/modules/gui/controlflow/processlist.c:607:27: style: Function 'processlist_add' argument 12 names different: declaration 'hashed_process_data' definition 'pm_hashed_process_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/controlflow/processlist.h:139:25: note: Function 'processlist_add' argument 12 names different: declaration 'hashed_process_data' definition 'pm_hashed_process_data'.
lttv-1.5/lttv/modules/gui/controlflow/processlist.c:607:27: note: Function 'processlist_add' argument 12 names different: declaration 'hashed_process_data' definition 'pm_hashed_process_data'.
lttv-1.5/lttv/modules/gui/detailedevents/events.c:529:14: style: The scope of the variable 'trace' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/detailedevents/events.c:988:16: style: The scope of the variable 'widget' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/detailedevents/events.c:1237:16: style: The scope of the variable 'widget' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/detailedevents/events.c:624:45: style: Function 'tree_v_move_cursor_cb' argument 2 names different: declaration 'arg1' definition 'stepType'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/detailedevents/events.c:133:71: note: Function 'tree_v_move_cursor_cb' argument 2 names different: declaration 'arg1' definition 'stepType'.
lttv-1.5/lttv/modules/gui/detailedevents/events.c:624:45: note: Function 'tree_v_move_cursor_cb' argument 2 names different: declaration 'arg1' definition 'stepType'.
lttv-1.5/lttv/modules/gui/detailedevents/events.c:1011:40: style: Function 'adjust_event_viewer' argument 1 names different: declaration 'time' definition 'new_value'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/detailedevents/events.c:141:40: note: Function 'adjust_event_viewer' argument 1 names different: declaration 'time' definition 'new_value'.
lttv-1.5/lttv/modules/gui/detailedevents/events.c:1011:40: note: Function 'adjust_event_viewer' argument 1 names different: declaration 'time' definition 'new_value'.
lttv-1.5/lttv/modules/gui/histogram/histodrawing.c:1174:13: style: The scope of the variable 'events_at_currenttime' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/histogram/histodrawing.c:1208:22: style: Variable 'global_height' is assigned a value that is never used. [unreadVariable]
lttv-1.5/lttv/modules/gui/histogram/histoeventhooks.c:726:18: style: struct member '_histo_ClosureData::events_request' is never used. [unusedStructMember]
lttv-1.5/lttv/modules/gui/histogram/histoeventhooks.c:727:17: style: struct member '_histo_ClosureData::traceset' is never used. [unusedStructMember]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:1719:30: warning: Either the condition '!path' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:1721:5: note: Assuming that condition '!path' is not redundant
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:1719:30: note: Null pointer dereference
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:2988:3: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:2984:0: note: Variable 'filename' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:2988:3: note: Variable 'filename' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:757:25: style: The scope of the variable 'end_position' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3642:14: style: The scope of the variable 'pixbuf' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3651:51: style: The scope of the variable 'pixmap' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3523:37: style: Function 'get_remove_trace' argument 1 names different: declaration 'mw' definition 'mw_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:78:37: note: Function 'get_remove_trace' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3523:37: note: Function 'get_remove_trace' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3534:36: style: Function 'get_load_module' argument 1 names different: declaration 'mw' definition 'mw_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:74:36: note: Function 'get_load_module' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3534:36: note: Function 'get_load_module' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3547:38: style: Function 'get_unload_module' argument 1 names different: declaration 'mw' definition 'mw_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:76:38: note: Function 'get_unload_module' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3547:38: note: Function 'get_unload_module' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3559:34: style: Function 'get_selection' argument 1 names different: declaration 'mw' definition 'mw_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:79:34: note: Function 'get_selection' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3559:34: note: Function 'get_selection' argument 1 names different: declaration 'mw' definition 'mw_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3560:13: style: Function 'get_selection' argument 2 names different: declaration 'all_name' definition 'loaded_module_name'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:80:13: note: Function 'get_selection' argument 2 names different: declaration 'all_name' definition 'loaded_module_name'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3560:13: note: Function 'get_selection' argument 2 names different: declaration 'all_name' definition 'loaded_module_name'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3560:37: style: Function 'get_selection' argument 3 names different: declaration 'nb' definition 'nb_module'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:80:27: note: Function 'get_selection' argument 3 names different: declaration 'nb' definition 'nb_module'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c:3560:37: note: Function 'get_selection' argument 3 names different: declaration 'nb' definition 'nb_module'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/menu.c:69:12: error: Uninitialized variable: widget [uninitvar]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:117:35: style: Function 'timebar_init' argument 1 names different: declaration 'ttt' definition 'timebar'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:34:40: note: Function 'timebar_init' argument 1 names different: declaration 'ttt' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:117:35: note: Function 'timebar_init' argument 1 names different: declaration 'ttt' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:191:40: style: Function 'timebar_set_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.h:65:40: note: Function 'timebar_set_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:191:40: note: Function 'timebar_set_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:323:43: style: Function 'timebar_get_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.h:72:43: note: Function 'timebar_get_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:323:43: note: Function 'timebar_get_current_time' argument 1 names different: declaration 'timeebar' definition 'timebar'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:350:52: style: Function 'on_start_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:38:52: note: Function 'on_start_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:350:52: note: Function 'on_start_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:361:50: style: Function 'on_end_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:40:50: note: Function 'on_end_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:361:50: note: Function 'on_end_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:372:56: style: Function 'on_interval_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:42:55: note: Function 'on_interval_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:372:56: note: Function 'on_interval_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:409:54: style: Function 'on_current_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:44:54: note: Function 'on_current_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timebar.c:409:54: note: Function 'on_current_time_value_changed' argument 1 names different: declaration 'spinbutton' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:92:39: style: Function 'timeentry_init' argument 1 names different: declaration 'ttt' definition 'timeentry'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:33:39: note: Function 'timeentry_init' argument 1 names different: declaration 'ttt' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:92:39: note: Function 'timeentry_init' argument 1 names different: declaration 'ttt' definition 'timeentry'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:364:35: style: Function 'on_menu_copy' argument 1 names different: declaration 'data' definition 'callback_data'. [funcArgNamesDifferent]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:44:35: note: Function 'on_menu_copy' argument 1 names different: declaration 'data' definition 'callback_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:364:35: note: Function 'on_menu_copy' argument 1 names different: declaration 'data' definition 'callback_data'.
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/timeentry.c:411:2: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lttv-1.5/lttv/modules/gui/lttvwindow/lttvwindow/toolbar.c:68:12: error: Uninitialized variable: widget [uninitvar]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:401:3: style: Variable 'hashed_process_data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:399:0: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:401:3: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:564:3: style: Variable 'hashed_process_data_in' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:548:0: note: Variable 'hashed_process_data_in' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:564:3: note: Variable 'hashed_process_data_in' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:829:3: style: Variable 'hashed_process_data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:827:0: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:829:3: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:1002:3: style: Variable 'hashed_process_data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:1000:0: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:1002:3: note: Variable 'hashed_process_data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:119:14: style: The scope of the variable 'trace' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/resourceview/eventhooks.c:626:21: style: The scope of the variable 'process' can be reduced. [variableScope]
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:589:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:581:0: note: Variable 'data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:589:3: note: Variable 'data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:698:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:688:0: note: Variable 'data' is reassigned a value before the old one has been used.
lttv-1.5/lttv/modules/gui/resourceview/processlist.c:698:3: note: Variable 'data' is reassigned a value before the old one has been used.
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/ltx/ltx_2.6.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-ansicolors/lua-ansicolors_1.0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-apr/lua-apr_0.23.2.orig.tar.gz
lua-apr-0.23.2/src/buffer.c:202:22: style: The scope of the variable 'test' can be reduced. [variableScope]
lua-apr-0.23.2/src/buffer.c:245:7: style: The scope of the variable 'cornercase' can be reduced. [variableScope]
lua-apr-0.23.2/src/buffer.c:401:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lua-apr-0.23.2/src/buffer.c:453:15: style: The scope of the variable 'data' can be reduced. [variableScope]
lua-apr-0.23.2/src/dbd.c:139:26: style: The scope of the variable 'reference' can be reduced. [variableScope]
lua-apr-0.23.2/src/dbd.c:353:7: style: Variable 'rownum' is assigned a value that is never used. [unreadVariable]
lua-apr-0.23.2/src/io_file.c:282:22: style: The scope of the variable 'key' can be reduced. [variableScope]
lua-apr-0.23.2/src/io_file.c:454:15: style: The scope of the variable 'path' can be reduced. [variableScope]
lua-apr-0.23.2/src/object.c:189:19: style: The scope of the variable 'a' can be reduced. [variableScope]
lua-apr-0.23.2/src/object.c:189:23: style: The scope of the variable 'b' can be reduced. [variableScope]
lua-apr-0.23.2/src/pollset.c:233:3: style: Variable 'object' is reassigned a value before the old one has been used. [redundantAssignment]
lua-apr-0.23.2/src/pollset.c:228:0: note: Variable 'object' is reassigned a value before the old one has been used.
lua-apr-0.23.2/src/pollset.c:233:3: note: Variable 'object' is reassigned a value before the old one has been used.
lua-apr-0.23.2/src/pollset.c:54:17: style: The scope of the variable 'fd' can be reduced. [variableScope]
lua-apr-0.23.2/src/pollset.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-apr-0.23.2/src/pollset.c:248:25: error: Uninitialized variable: status [uninitvar]
lua-apr-0.23.2/src/proc.c:59:17: style: The scope of the variable 'file' can be reduced. [variableScope]
lua-apr-0.23.2/src/proc.c:319:34: style: The scope of the variable 'name' can be reduced. [variableScope]
lua-apr-0.23.2/src/proc.c:319:41: style: The scope of the variable 'value' can be reduced. [variableScope]
lua-apr-0.23.2/src/proc.c:606:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lua-apr-0.23.2/src/proc.c:607:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-apr-0.23.2/src/serialize.c:103:3: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lua-apr-0.23.2/src/serialize.c:101:12: note: Assuming that condition 'node==NULL' is not redundant
lua-apr-0.23.2/src/serialize.c:103:3: note: Null pointer dereference
lua-apr-0.23.2/src/serialize.c:104:7: warning: Either the condition 'node==NULL' is redundant or there is possible null pointer dereference: node. [nullPointerRedundantCheck]
lua-apr-0.23.2/src/serialize.c:101:12: note: Assuming that condition 'node==NULL' is not redundant
lua-apr-0.23.2/src/serialize.c:104:7: note: Null pointer dereference
lua-apr-0.23.2/src/shm.c:203:27: style: Unsigned variable 'offset' can't be negative so it is unnecessary to test it. [unsignedPositive]
lua-apr-0.23.2/src/time.c:185:9: style: The scope of the variable 'field' can be reduced. [variableScope]
lua-apr-0.23.2/src/user.c:21:16: style: Unused variable: status [unusedVariable]
lua-apr-0.23.2/src/user.c:22:15: style: Unused variable: pool [unusedVariable]
lua-apr-0.23.2/src/user.c:23:13: style: Unused variable: uid [unusedVariable]
lua-apr-0.23.2/src/user.c:24:13: style: Unused variable: gid [unusedVariable]
lua-apr-0.23.2/src/user.c:25:9: style: Unused variable: username [unusedVariable]
lua-apr-0.23.2/src/user.c:25:20: style: Unused variable: groupname [unusedVariable]
lua-apr-0.23.2/src/user.c:56:16: style: Unused variable: status [unusedVariable]
lua-apr-0.23.2/src/user.c:57:15: style: Unused variable: pool [unusedVariable]
lua-apr-0.23.2/src/user.c:58:15: style: Unused variable: name [unusedVariable]
lua-apr-0.23.2/src/user.c:59:9: style: Unused variable: path [unusedVariable]
lua-apr-0.23.2/src/user.c:79:9: style: Unused variable: username [unusedVariable]
lua-apr-0.23.2/src/user.c:97:9: style: Unused variable: groupname [unusedVariable]
[03:18]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-argparse/lua-argparse_0.6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-augeas/lua-augeas_0.1.1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lua-basexx/lua-basexx_0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-bit32/lua-bit32_5.3.0.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-bitop/lua-bitop_1.0.2.orig.tar.gz
LuaBitOp-1.0.2/bit.c:83:0: error: #error "Unknown number type, check LUA_NUMBER_* in luaconf.h" [preprocessorErrorDirective]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-busted/lua-busted_2.0~rc12-1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cgi/lua-cgi_5.2~alpha2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cjson/lua-cjson_2.1.0+dfsg.orig.tar.gz
lua-cjson-2.1.0+dfsg/dtoa.c:552:6: style: The scope of the variable 'x' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:555:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:623:16: style: The scope of the variable 'y' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:816:8: style: The scope of the variable 'y' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:927:13: style: The scope of the variable 'p05' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:984:22: style: The scope of the variable 'z' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:1546:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:1570:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:1682:18: style: The scope of the variable 'xe' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:1682:22: style: The scope of the variable 'y' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/dtoa.c:3390:21: style: Checking if unsigned variable 'z=aadj' is less than zero. [unsignedLessThanZero]
lua-cjson-2.1.0+dfsg/dtoa.c:2454:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453. [shiftTooManyBitsSigned]
lua-cjson-2.1.0+dfsg/dtoa.c:2453:10: note: Assuming that condition 'i<=31' is not redundant
lua-cjson-2.1.0+dfsg/dtoa.c:2454:26: note: Shift
lua-cjson-2.1.0+dfsg/dtoa.c:2846:12: error: Uninitialized variable: bb [uninitvar]
lua-cjson-2.1.0+dfsg/dtoa.c:2847:12: error: Uninitialized variable: bd [uninitvar]
lua-cjson-2.1.0+dfsg/dtoa.c:2848:12: error: Uninitialized variable: bs [uninitvar]
lua-cjson-2.1.0+dfsg/dtoa.c:2850:12: error: Uninitialized variable: delta [uninitvar]
lua-cjson-2.1.0+dfsg/lua_cjson.c:221:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/lua_cjson.c:222:9: style: The scope of the variable 'value' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/lua_cjson.c:463:17: style: The scope of the variable 'escstr' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/lua_cjson.c:493:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/lua_cjson.c:619:16: style: The scope of the variable 'keytype' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/lua_cjson.c:821:9: style: The scope of the variable 'surrogate_low' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/strbuf.c:225:9: style: The scope of the variable 'empty_len' can be reduced. [variableScope]
lua-cjson-2.1.0+dfsg/strbuf.c:221:55: style: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
lua-cjson-2.1.0+dfsg/strbuf.h:71:62: note: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'.
lua-cjson-2.1.0+dfsg/strbuf.c:221:55: note: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cliargs/lua-cliargs_3.0-2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-compat53/lua-compat53_0.3.orig.tar.gz
lua-compat-5.3-0.3/c-api/compat-5.3.h:344:0: error: #error "unsupported Lua version (i.e. not Lua 5.1, 5.2, or 5.3)" [preprocessorErrorDirective]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-copas/lua-copas_1.2.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cosmo/lua-cosmo_13.01.30.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-coxpcall/lua-coxpcall_1.14.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cqueues/lua-cqueues_20161214.orig.tar.gz
cqueues-rel-20161214/src/cqueues.c:426:0: error: #error "No polling backend available" [preprocessorErrorDirective]
cqueues-rel-20161214/src/dns.c:2392:12: style: Opposite expression on both sides of '%'. [oppositeExpression]
cqueues-rel-20161214/src/dns.c:2392:12: note: Opposite expression on both sides of '%'.
cqueues-rel-20161214/src/dns.c:2392:12: note: Opposite expression on both sides of '%'.
cqueues-rel-20161214/src/dns.c:712:11: style: The scope of the variable 'i' can be reduced. [variableScope]
cqueues-rel-20161214/src/dns.c:1278:7: style: The scope of the variable 'error' can be reduced. [variableScope]
cqueues-rel-20161214/src/dns.c:1914:46: style: The scope of the variable 'ns' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:1884:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
cqueues-rel-20161214/src/lib/dns.c:770:38: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:1352:26: style: The scope of the variable 'tc' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:1868:9: style: The scope of the variable 'len' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:2236:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:3092:6: style: The scope of the variable 'cmp' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:3294:17: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:3843:11: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:3925:11: style: The scope of the variable 'i' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:4198:15: style: The scope of the variable 'wc' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:4198:19: style: The scope of the variable 'skip' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:6182:15: style: The scope of the variable 'port' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:6280:6: style: The scope of the variable 'error' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:6526:7: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:6552:7: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:7878:6: style: The scope of the variable 'error' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/dns.c:8045:17: error: Shifting by a negative value is undefined behaviour [shiftNegative]
cqueues-rel-20161214/src/lib/dns.c:559:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:1721:20: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:1733:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:2286:20: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3094:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3301:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3312:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3343:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3349:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:3982:28: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:4590:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:4639:17: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:4678:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:4704:20: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:4717:37: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:4722:37: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:4743:37: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:4883:17: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:4904:17: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5066:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5093:31: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5113:29: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5129:29: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5179:17: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5259:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5422:17: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:5453:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5469:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5480:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5684:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5734:19: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5740:19: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:5761:32: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:7045:12: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:7062:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:7067:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:7464:16: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:7608:16: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:7640:16: warning: Label 'int' is not used. Should this be a 'case' of the enclosing switch()? [unusedLabelSwitch]
cqueues-rel-20161214/src/lib/dns.c:8038:19: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8586:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8612:19: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8635:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8652:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8688:18: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8729:30: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8741:28: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8773:28: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:8785:26: style: Label 'int' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/dns.c:2463:98: style: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'. [funcArgNamesDifferent]
cqueues-rel-20161214/src/lib/dns.h:488:95: note: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'.
cqueues-rel-20161214/src/lib/dns.c:2463:98: note: Function 'dns_d_cname' argument 6 names different: declaration 'error' definition 'error_'.
cqueues-rel-20161214/src/lib/dns.c:8045:17: warning: Suspicious code: sign conversion of - in calculation, even though - can have a negative value [signConversion]
cqueues-rel-20161214/src/lib/dns.c:4063:14: error: Uninitialized variable: src [uninitvar]
cqueues-rel-20161214/src/lib/dns.c:4068:9: error: Uninitialized struct member: src.p [uninitStructMember]
cqueues-rel-20161214/src/lib/dns.c:4070:22: error: Uninitialized struct member: src.p [uninitStructMember]
cqueues-rel-20161214/src/lib/dns.c:4068:17: error: Uninitialized struct member: src.pe [uninitStructMember]
cqueues-rel-20161214/src/lib/kpoll.c:344:18: style: The scope of the variable 'fd' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/kpoll.c:390:6: style: The scope of the variable 'error' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/notify.c:1123:1: style: Label 'error' is not used. [unusedLabel]
cqueues-rel-20161214/src/lib/notify.c:1072:6: style: Variable 'error' is not assigned a value. [unassignedVariable]
cqueues-rel-20161214/src/lib/socket.h:420:24: style: The scope of the variable 'n' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/socket.h:420:31: style: The scope of the variable 'r' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/socket.c:469:21: style: The scope of the variable 'errlist' can be reduced. [variableScope]
cqueues-rel-20161214/src/lib/socket.c:1315:7: style: struct member 'Anonymous23::ncalls' is never used. [unusedStructMember]
cqueues-rel-20161214/src/notify.c:186:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
cqueues-rel-20161214/src/notify.c:187:14: style: The scope of the variable 'name' can be reduced. [variableScope]
cqueues-rel-20161214/src/notify.c:206:6: style: The scope of the variable 'flag' can be reduced. [variableScope]
cqueues-rel-20161214/src/signal.c:191:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
cqueues-rel-20161214/src/lib/fifo.h:236:0: error: #error No SIZE_MAX defined [preprocessorErrorDirective]
cqueues-rel-20161214/src/thread.c:708:6: style: The scope of the variable 'error' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-curl/lua-curl_0.3.0.orig.tar.gz
lua-curl-0.3.0/lua-curl.c:1159:3: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
lua-curl-0.3.0/lua-curl.c:1155:0: note: Variable 'old' is reassigned a value before the old one has been used.
lua-curl-0.3.0/lua-curl.c:1159:3: note: Variable 'old' is reassigned a value before the old one has been used.
lua-curl-0.3.0/lua-curl.c:1207:1: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lua-curl-0.3.0/lua-curl.c:1202:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lua-curl-0.3.0/lua-curl.c:1207:1: note: Variable 'tmp' is reassigned a value before the old one has been used.
lua-curl-0.3.0/lua-curl.c:1177:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lua-curl-0.3.0/luabind.c:125:15: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-curses/lua-curses_9.0.0.orig.tar.gz
lcurses-release-v9.0.0/ext/curses/window.c:269:14: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lcurses-release-v9.0.0/ext/curses/window.c:1130:14: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lcurses-release-v9.0.0/ext/include/_helpers.c:320:14: style: Unused variable: r [unusedVariable]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-cyrussasl/lua-cyrussasl_1.0.0.orig.tar.gz
JorjBauer-lua-cyrussasl-cac727d/context.c:45:3: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
JorjBauer-lua-cyrussasl-cac727d/context.c:42:0: note: Variable 'data' is reassigned a value before the old one has been used.
JorjBauer-lua-cyrussasl-cac727d/context.c:45:3: note: Variable 'data' is reassigned a value before the old one has been used.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-dbi/lua-dbi_0.6.orig.tar.gz
luadbi-0.6/dbd/db2/connection.c:9:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/db2/connection.c:7:0: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/connection.c:9:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/connection.c:17:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/db2/connection.c:15:0: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/connection.c:17:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/statement.c:161:12: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
luadbi-0.6/dbd/db2/statement.c:14:6: warning: Variable 'lua_type' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
luadbi-0.6/dbd/db2/statement.c:11:6: note: Variable 'lua_type' is reassigned a value before the old one has been used. 'break;' missing?
luadbi-0.6/dbd/db2/statement.c:14:6: note: Variable 'lua_type' is reassigned a value before the old one has been used. 'break;' missing?
luadbi-0.6/dbd/db2/statement.c:373:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/db2/statement.c:360:0: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/statement.c:373:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/statement.c:389:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/db2/statement.c:387:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/statement.c:389:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/db2/statement.c:22:6: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luadbi-0.6/dbd/db2/statement.c:365:9: style: The scope of the variable 'buflen' can be reduced. [variableScope]
luadbi-0.6/dbd/db2/statement.c:368:9: style: The scope of the variable 'datalen' can be reduced. [variableScope]
luadbi-0.6/dbd/db2/statement.c:371:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luadbi-0.6/dbd/mysql/statement.c:240:9: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
luadbi-0.6/dbd/mysql/statement.c:246:20: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
luadbi-0.6/dbd/oracle/statement.c:501:5: style: Variable 'rc' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/oracle/statement.c:500:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/oracle/statement.c:501:5: note: Variable 'rc' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/oracle/statement.c:505:5: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/oracle/statement.c:491:0: note: Variable 'statement' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/oracle/statement.c:505:5: note: Variable 'statement' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/oracle/statement.c:37:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
luadbi-0.6/dbd/oracle/statement.c:98:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
luadbi-0.6/dbd/oracle/statement.c:122:7: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
luadbi-0.6/dbd/oracle/statement.c:141:9: style: Unused variable: rc [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:143:19: style: Unused variable: bind [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:145:10: style: Unused variable: errbuf [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:146:9: style: Unused variable: errcode [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:338:9: style: Unused variable: rc [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:340:9: style: Unused variable: i [unusedVariable]
luadbi-0.6/dbd/oracle/statement.c:501:10: style: Variable 'rc' is assigned a value that is never used. [unreadVariable]
luadbi-0.6/dbd/postgresql/connection.c:227:5: error: Memory pointed to by 'to' is freed twice. [doubleFree]
luadbi-0.6/dbd/postgresql/statement.c:405:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/postgresql/statement.c:394:0: note: Variable 'result' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/postgresql/statement.c:405:5: note: Variable 'result' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/postgresql/statement.c:39:10: style: The scope of the variable 'command' can be reduced. [variableScope]
luadbi-0.6/dbd/postgresql/statement.c:40:12: style: The scope of the variable 'result' can be reduced. [variableScope]
luadbi-0.6/dbd/postgresql/statement.c:154:5: warning: Size of pointer 'params' used instead of size of its data. [pointerSize]
luadbi-0.6/dbd/postgresql/statement.c:155:12: warning: Size of pointer 'params' used instead of size of its data. [pointerSize]
luadbi-0.6/dbd/sqlite3/statement.c:378:5: style: Variable 'statement' is reassigned a value before the old one has been used. [redundantAssignment]
luadbi-0.6/dbd/sqlite3/statement.c:376:0: note: Variable 'statement' is reassigned a value before the old one has been used.
luadbi-0.6/dbd/sqlite3/statement.c:378:5: note: Variable 'statement' is reassigned a value before the old one has been used.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-discount/lua-discount_2.1.8.orig.tar.gz
lua-discount-2.1.8/Csio.c:10:36: error: Expression '((*iot).size++)[((*iot).size<(*iot).alloc)?((*iot).text):((*iot).text=(*iot).text?realloc((*iot).text,sizeof(*iot).text[0]*((*iot).alloc+=100)):malloc(sizeof(*iot).text[0]*((*iot).alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/basename.c:28:2: error: Memory leak: ret [memleak]
lua-discount-2.1.8/dumptree.c:78:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-discount-2.1.8/dumptree.c:105:6: style: The scope of the variable 'd' can be reduced. [variableScope]
lua-discount-2.1.8/dumptree.c:55:21: error: Expression '((*sp).size++)[((*sp).size<(*sp).alloc)?((*sp).text):((*sp).text=(*sp).text?realloc((*sp).text,sizeof(*sp).text[0]*((*sp).alloc+=100)):malloc(sizeof(*sp).text[0]*((*sp).alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/emmatch.c:42:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lua-discount-2.1.8/emmatch.c:162:9: style: The scope of the variable 'p' can be reduced. [variableScope]
lua-discount-2.1.8/emmatch.c:74:3: error: Expression '(p->b_text.size++)[(p->b_text.size<(p->b_text).alloc)?(p->b_text.text):(p->b_text.text=(p->b_text).text?realloc(p->b_text.text,sizeof(p->b_text).text[0]*(p->b_text.alloc+=100)):malloc(sizeof(p->b_text).text[0]*(p->b_text.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:180:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:222:20: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:259:8: style: The scope of the variable 'e' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:280:6: style: The scope of the variable 'height' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:280:18: style: The scope of the variable 'width' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:282:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:522:17: style: The scope of the variable 'ref' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:906:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:1175:6: style: The scope of the variable 'first' can be reduced. [variableScope]
lua-discount-2.1.8/generate.c:37:3: error: Expression '(f->in.size++)[(f->in.size<(f->in).alloc)?(f->in.text):(f->in.text=(f->in).text?realloc(f->in.text,sizeof(f->in).text[0]*(f->in.alloc+=100)):malloc(sizeof(f->in).text[0]*(f->in.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:100:10: error: Expression '(f->Q.size++)[(f->Q.size<(f->Q).alloc)?(f->Q.text):(f->Q.text=(f->Q).text?realloc(f->Q.text,sizeof(f->Q).text[0]*(f->Q.alloc+=100)):malloc(sizeof(f->Q).text[0]*(f->Q.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:106:2: error: Expression '(cur->b_text.size++)[(cur->b_text.size<(cur->b_text).alloc)?(cur->b_text.text):(cur->b_text.text=(cur->b_text).text?realloc(cur->b_text.text,sizeof(cur->b_text).text[0]*(cur->b_text.alloc+=100)):malloc(sizeof(cur->b_text).text[0]*(cur->b_text.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:142:14: error: Expression '(f->Q.size++)[(f->Q.size<(f->Q).alloc)?(f->Q.text):(f->Q.text=(f->Q).text?realloc(f->Q.text,sizeof(f->Q).text[0]*(f->Q.alloc+=100)):malloc(sizeof(f->Q).text[0]*(f->Q.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:149:10: error: Expression '(f->Q.size++)[(f->Q.size<(f->Q).alloc)?(f->Q.text):(f->Q.text=(f->Q).text?realloc(f->Q.text,sizeof(f->Q).text[0]*(f->Q.alloc+=100)):malloc(sizeof(f->Q).text[0]*(f->Q.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:164:2: error: Expression '(sub.in.size++)[(sub.in.size<(sub.in).alloc)?(sub.in.text):(sub.in.text=(sub.in).text?realloc(sub.in.text,sizeof(sub.in).text[0]*(sub.in.alloc+=100)):malloc(sizeof(sub.in).text[0]*(sub.in.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:1237:3: error: Expression '(align.size++)[(align.size<(align).alloc)?(align.text):(align.text=(align).text?realloc(align.text,sizeof(align).text[0]*(align.alloc+=100)):malloc(sizeof(align).text[0]*(align.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/generate.c:1252:4: error: Expression '(align.size++)[(align.size<(align).alloc)?(align.text):(align.text=(align).text?realloc(align.text,sizeof(align).text[0]*(align.alloc+=100)):malloc(sizeof(align).text[0]*(align.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/ldiscount.c:76:0: error: #error "Unsupported Lua version" [preprocessorErrorDirective]
lua-discount-2.1.8/markdown.c:65:7: style: The scope of the variable 'ac' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:65:11: style: The scope of the variable 'bc' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:307:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:698:13: style: The scope of the variable 'p' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:700:41: style: The scope of the variable 'ltype' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:861:13: style: The scope of the variable 'tag' can be reduced. [variableScope]
lua-discount-2.1.8/markdown.c:766:20: error: Expression '((*f->footnotes).size++)[((*f->footnotes).size<(*f->footnotes).alloc)?((*f->footnotes).text):((*f->footnotes).text=(*f->footnotes).text?realloc((*f->footnotes).text,sizeof(*f->footnotes).text[0]*((*f->footnotes).alloc+=100)):malloc(sizeof(*f->footnotes).text[0]*((*f->footnotes).alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:774:3: error: Expression '(foot->tag.size++)[(foot->tag.size<(foot->tag).alloc)?(foot->tag.text):(foot->tag.text=(foot->tag).text?realloc(foot->tag.text,sizeof(foot->tag).text[0]*(foot->tag.alloc+=100)):malloc(sizeof(foot->tag).text[0]*(foot->tag.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:776:2: error: Expression '(foot->tag.size++)[(foot->tag.size<(foot->tag).alloc)?(foot->tag.text):(foot->tag.text=(foot->tag).text?realloc(foot->tag.text,sizeof(foot->tag).text[0]*(foot->tag.alloc+=100)):malloc(sizeof(foot->tag).text[0]*(foot->tag.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:781:3: error: Expression '(foot->link.size++)[(foot->link.size<(foot->link).alloc)?(foot->link.text):(foot->link.text=(foot->link).text?realloc(foot->link.text,sizeof(foot->link).text[0]*(foot->link.alloc+=100)):malloc(sizeof(foot->link).text[0]*(foot->link.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:782:2: error: Expression '(foot->link.size++)[(foot->link.size<(foot->link).alloc)?(foot->link.text):(foot->link.text=(foot->link).text?realloc(foot->link.text,sizeof(foot->link).text[0]*(foot->link.alloc+=100)):malloc(sizeof(foot->link).text[0]*(foot->link.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:808:4: error: Expression '(foot->title.size++)[(foot->title.size<(foot->title).alloc)?(foot->title.text):(foot->title.text=(foot->title).text?realloc(foot->title.text,sizeof(foot->title).text[0]*(foot->title.alloc+=100)):malloc(sizeof(foot->title).text[0]*(foot->title.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:815:3: error: Expression '(foot->title.size++)[(foot->title.size<(foot->title).alloc)?(foot->title.text):(foot->title.text=(foot->title).text?realloc(foot->title.text,sizeof(foot->title).text[0]*(foot->title.alloc+=100)):malloc(sizeof(foot->title).text[0]*(foot->title.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/markdown.c:773:15: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lua-discount-2.1.8/markdown.c:441:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lua-discount-2.1.8/mkdio.c:94:41: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lua-discount-2.1.8/mkdio.c:38:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/mkdio.c:208:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/mkdio.c:56:5: error: Expression '(p->text.size++)[(p->text.size<(p->text).alloc)?(p->text.text):(p->text.text=(p->text).text?realloc(p->text.text,sizeof(p->text).text[0]*(p->text.alloc+=100)):malloc(sizeof(p->text).text[0]*(p->text.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/mkdio.c:59:4: error: Expression '(p->text.size++)[(p->text.size<(p->text).alloc)?(p->text.text):(p->text.text=(p->text).text?realloc(p->text.text,sizeof(p->text).text[0]*(p->text.alloc+=100)):malloc(sizeof(p->text).text[0]*(p->text.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/mkdio.c:63:2: error: Expression '(p->text.size++)[(p->text.size<(p->text).alloc)?(p->text.text):(p->text.text=(p->text).text?realloc(p->text.text,sizeof(p->text).text[0]*(p->text.alloc+=100)):malloc(sizeof(p->text).text[0]*(p->text.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/mkdio.c:111:4: error: Expression '(line.size++)[(line.size<(line).alloc)?(line.text):(line.text=(line).text?realloc(line.text,sizeof(line).text[0]*(line.alloc+=100)):malloc(sizeof(line).text[0]*(line.alloc+=100)))]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua-discount-2.1.8/resource.c:65:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-discount-2.1.8/xml.c:46:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/xml.c:47:8: style: The scope of the variable 'entity' can be reduced. [variableScope]
lua-discount-2.1.8/xml.c:64:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-discount-2.1.8/xml.c:65:8: style: The scope of the variable 'entity' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-dkjson/lua-dkjson_2.5.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-doc/lua-doc_3.0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-event/lua-event_0.4.3.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-expat/lua-expat_1.3.0.orig.tar.gz
lua-expat-1.3.0/src/lxplib.c:472:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-fifo/lua-fifo_0.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-filesystem/lua-filesystem_1.6.3.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-geoip/lua-geoip_0.1.2+git20160613.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-http/lua-http_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-iconv/lua-iconv_7.orig.tar.gz
ittner-lua-iconv-466b58d/luaiconv.c:43:0: error: #error "Unsuported Lua version. You must use Lua >= 5.1" [preprocessorErrorDirective]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-inifile/lua-inifile_1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-inotify/lua-inotify_0.4+git20151119.orig.tar.gz
linotify-master/linotify.c:115:27: style: The scope of the variable 'iev' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-json/lua-json_1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-ldap/lua-ldap_1.1.0-1-geeac494.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-ldoc/lua-ldoc_1.4.6.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-leg/lua-leg_0.1.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-lemock/lua-lemock_0.6.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-lgi/lua-lgi_0.9.2.orig.tar.gz
lgi-0.9.2/lgi/callable.c:1182:0: error: syntax error [syntaxError]
lgi-0.9.2/lgi/core.c:709:3: style: Variable 'unused' is reassigned a value before the old one has been used. [redundantAssignment]
lgi-0.9.2/lgi/core.c:708:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:709:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:710:3: style: Variable 'unused' is reassigned a value before the old one has been used. [redundantAssignment]
lgi-0.9.2/lgi/core.c:709:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:710:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:711:3: style: Variable 'unused' is reassigned a value before the old one has been used. [redundantAssignment]
lgi-0.9.2/lgi/core.c:710:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:711:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:712:3: style: Variable 'unused' is reassigned a value before the old one has been used. [redundantAssignment]
lgi-0.9.2/lgi/core.c:711:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:712:3: note: Variable 'unused' is reassigned a value before the old one has been used.
lgi-0.9.2/lgi/core.c:713:10: warning: Redundant assignment of 'unused' to itself. [selfAssignment]
lgi-0.9.2/lgi/core.c:348:14: style: The scope of the variable 'wait_on' can be reduced. [variableScope]
lgi-0.9.2/lgi/core.c:345:27: style: Function 'lgi_state_enter' argument 1 names different: declaration 'left_state' definition 'state_lock'. [funcArgNamesDifferent]
lgi-0.9.2/lgi/lgi.h:96:32: note: Function 'lgi_state_enter' argument 1 names different: declaration 'left_state' definition 'state_lock'.
lgi-0.9.2/lgi/core.c:345:27: note: Function 'lgi_state_enter' argument 1 names different: declaration 'left_state' definition 'state_lock'.
lgi-0.9.2/lgi/core.c:713:12: style: Variable 'unused' is assigned a value that is never used. [unreadVariable]
lgi-0.9.2/lgi/gi.c:22:20: style: The scope of the variable 'ud_info' can be reduced. [variableScope]
lgi-0.9.2/lgi/marshal.c:291:15: style: The scope of the variable 'eti' can be reduced. [variableScope]
lgi-0.9.2/lgi/marshal.c:298:7: style: The scope of the variable 'parent' can be reduced. [variableScope]
lgi-0.9.2/lgi/marshal.c:674:16: style: The scope of the variable 'guarded_table' can be reduced. [variableScope]
lgi-0.9.2/lgi/marshal.c:1799:20: style: The scope of the variable 'ci' can be reduced. [variableScope]
lgi-0.9.2/lgi/marshal.c:905:14: style: Function 'lgi_marshal_2c' argument 4 names different: declaration 'xfer' definition 'transfer'. [funcArgNamesDifferent]
lgi-0.9.2/lgi/lgi.h:119:18: note: Function 'lgi_marshal_2c' argument 4 names different: declaration 'xfer' definition 'transfer'.
lgi-0.9.2/lgi/marshal.c:905:14: note: Function 'lgi_marshal_2c' argument 4 names different: declaration 'xfer' definition 'transfer'.
lgi-0.9.2/lgi/marshal.c:1140:72: style: Function 'lgi_marshal_2c_caller_alloc' argument 3 names different: declaration 'target' definition 'val'. [funcArgNamesDifferent]
lgi-0.9.2/lgi/lgi.h:126:23: note: Function 'lgi_marshal_2c_caller_alloc' argument 3 names different: declaration 'target' definition 'val'.
lgi-0.9.2/lgi/marshal.c:1140:72: note: Function 'lgi_marshal_2c_caller_alloc' argument 3 names different: declaration 'target' definition 'val'.
lgi-0.9.2/lgi/marshal.c:1229:16: style: Function 'lgi_marshal_2lua' argument 5 names different: declaration 'xfer' definition 'transfer'. [funcArgNamesDifferent]
lgi-0.9.2/lgi/lgi.h:132:38: note: Function 'lgi_marshal_2lua' argument 5 names different: declaration 'xfer' definition 'transfer'.
lgi-0.9.2/lgi/marshal.c:1229:16: note: Function 'lgi_marshal_2lua' argument 5 names different: declaration 'xfer' definition 'transfer'.
lgi-0.9.2/lgi/marshal.c:1903:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1904:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1905:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1906:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1907:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1908:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1909:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1910:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1911:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1912:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1913:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1914:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1915:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1916:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1916:7: style: struct member 'Test::examined' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1917:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1917:7: style: struct member 'Test::examined' is never used. [unusedStructMember]
lgi-0.9.2/lgi/marshal.c:1918:7: style: struct member 'Test::offender' is never used. [unusedStructMember]
lgi-0.9.2/lgi/object.c:481:15: style: The scope of the variable 'data' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-ljsyscall/lua-ljsyscall_0.12.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-logging/lua-logging_1.3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-lpeg/lua-lpeg_1.0.0.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-lpeg-patterns/lua-lpeg-patterns_0.4.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-lpty/lua-lpty_1.0.1.orig.tar.gz
lua-lpty-1.0.1/lpty.c:394:6: style: The scope of the variable 'nenv' can be reduced. [variableScope]
lua-lpty-1.0.1/lpty.c:675:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lua-lpty-1.0.1/lpty.c:719:34: style: The scope of the variable 'p' can be reduced. [variableScope]
lua-lpty-1.0.1/lpty.c:343:20: style: Unused variable: oldhandler [unusedVariable]
lua-lpty-1.0.1/lpty.c:733:5: error: Common realloc mistake: 'buf' nulled but not freed upon failure [memleakOnRealloc]
lua-lpty-1.0.1/lpty.c:267:28: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-luaossl/lua-luaossl_20161214.orig.tar.gz
luaossl-rel-20161214/src/openssl.c:9392:10: style: Opposite expression on both sides of '%'. [oppositeExpression]
luaossl-rel-20161214/src/openssl.c:9392:10: note: Opposite expression on both sides of '%'.
luaossl-rel-20161214/src/openssl.c:9392:10: note: Opposite expression on both sides of '%'.
luaossl-rel-20161214/src/openssl.c:424:34: style: The scope of the variable 'n' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:424:41: style: The scope of the variable 'r' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:2402:6: style: The scope of the variable 'i' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:2458:9: style: The scope of the variable 'r' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:3077:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:4094:7: style: The scope of the variable 'optid' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:4547:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:4597:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:6077:14: style: The scope of the variable 'kw' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:6078:6: style: The scope of the variable 'found' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:6079:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:7110:8: style: The scope of the variable 'crt' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:8424:14: style: The scope of the variable 'purpose_name' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:8425:6: style: The scope of the variable 'purpose_id' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:8952:27: style: The scope of the variable 'pe' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:9270:17: style: The scope of the variable 'n' can be reduced. [variableScope]
luaossl-rel-20161214/src/openssl.c:3280:1: style: Label 'done' is not used. [unusedLabel]
luaossl-rel-20161214/src/openssl.c:5524:14: style: Unused variable: dt [unusedVariable]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-luassert/lua-luassert_1.7.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-luv/lua-luv_1.9.1-0.orig.tar.gz
luv-1.9.1-0/src/lhandle.c:34:0: error: Memory leak: data [memleak]
luv-1.9.1-0/src/lreq.c:29:51: style: Function 'luv_setup_req' argument 2 names different: declaration 'ref' definition 'callback_ref'. [funcArgNamesDifferent]
luv-1.9.1-0/src/lreq.h:37:51: note: Function 'luv_setup_req' argument 2 names different: declaration 'ref' definition 'callback_ref'.
luv-1.9.1-0/src/lreq.c:29:51: note: Function 'luv_setup_req' argument 2 names different: declaration 'ref' definition 'callback_ref'.
luv-1.9.1-0/src/util.c:42:40: style: Function 'luv_error' argument 2 names different: declaration 'ret' definition 'status'. [funcArgNamesDifferent]
luv-1.9.1-0/src/util.h:23:40: note: Function 'luv_error' argument 2 names different: declaration 'ret' definition 'status'.
luv-1.9.1-0/src/util.c:42:40: note: Function 'luv_error' argument 2 names different: declaration 'ret' definition 'status'.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-markdown/lua-markdown_0.32.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-md5/lua-md5_1.2+git+1+8d87fee.orig.tar.gz
lua-md5-1.2+git+1+8d87fee/tests/DES56/fdemo.c:33:18: style: The scope of the variable 't' can be reduced. [variableScope]
lua-md5-1.2+git+1+8d87fee/tests/DES56/fdemo.c:76:8: style: The scope of the variable 'got' can be reduced. [variableScope]
lua-md5-1.2+git+1+8d87fee/tests/DES56/ftest.c:61:18: style: The scope of the variable 't' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-mediator/lua-mediator_1.1.2-0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-messagepack/lua-messagepack_0.5.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-mmdb/lua-mmdb_0.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-mode/lua-mode_20151025.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-moses/lua-moses_1.6.1+git20170613.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-cookie/lua-nginx-cookie_0.1.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-dns/lua-nginx-dns_0.20.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-kafka/lua-nginx-kafka_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-memcached/lua-nginx-memcached_0.10.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-redis/lua-nginx-redis_0.26.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-redis-connector/lua-nginx-redis-connector_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-string/lua-nginx-string_0.11.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nginx-websocket/lua-nginx-websocket_0.06.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-nvim/lua-nvim_0.1.0-1.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-orbit/lua-orbit_2.2.1+dfsg.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-penlight/lua-penlight_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-posix/lua-posix_5.1.19.orig.tar.gz
luaposix-5.1.19/lcurses.c:44:0: error: #error "SysV or X/Open-compatible Curses header file required" [preprocessorErrorDirective]
luaposix-5.1.19/lposix.c:166:13: warning: Either the condition 'if(p&&endp&&*p!='\0'&&*endp=='\0')' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luaposix-5.1.19/lposix.c:169:5: note: Assuming that condition 'if(p&&endp&&*p!='\0'&&*endp=='\0')' is not redundant
luaposix-5.1.19/lposix.c:166:13: note: Null pointer dereference
luaposix-5.1.19/lposix.c:168:20: warning: Either the condition 'if(p&&endp&&*p!='\0'&&*endp=='\0')' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luaposix-5.1.19/lposix.c:169:5: note: Assuming that condition 'if(p&&endp&&*p!='\0'&&*endp=='\0')' is not redundant
luaposix-5.1.19/lposix.c:168:20: note: Null pointer dereference
luaposix-5.1.19/lposix.c:1749:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-redis/lua-redis_2.0.5~git20141117.880dda9.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-rexlib/lua-rexlib_2.7.2.orig.tar.gz
lua-rexlib-2.7.2/src/common.c:42:42: style: Function 'Lfree' argument 3 names different: declaration 'size' definition 'osize'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/common.h:96:43: note: Function 'Lfree' argument 3 names different: declaration 'size' definition 'osize'.
lua-rexlib-2.7.2/src/common.c:42:42: note: Function 'Lfree' argument 3 names different: declaration 'size' definition 'osize'.
lua-rexlib-2.7.2/src/common.c:52:48: style: Function 'get_flags' argument 2 names different: declaration 'arr' definition 'arrs'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/common.h:92:49: note: Function 'get_flags' argument 2 names different: declaration 'arr' definition 'arrs'.
lua-rexlib-2.7.2/src/common.c:52:48: note: Function 'get_flags' argument 2 names different: declaration 'arr' definition 'arrs'.
lua-rexlib-2.7.2/src/common.c:199:37: style: Function 'bufferZ_putrepstring' argument 1 names different: declaration 'buf' definition 'BufRep'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/common.h:85:37: note: Function 'bufferZ_putrepstring' argument 1 names different: declaration 'buf' definition 'BufRep'.
lua-rexlib-2.7.2/src/common.c:199:37: note: Function 'bufferZ_putrepstring' argument 1 names different: declaration 'buf' definition 'BufRep'.
lua-rexlib-2.7.2/src/common.c:242:55: style: Function 'bufferZ_next' argument 3 names different: declaration 'len' definition 'num'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/common.h:86:56: note: Function 'bufferZ_next' argument 3 names different: declaration 'len' definition 'num'.
lua-rexlib-2.7.2/src/common.c:242:55: note: Function 'bufferZ_next' argument 3 names different: declaration 'len' definition 'num'.
lua-rexlib-2.7.2/src/algo.h:176:38: style: Redundant condition: argE->reptype==LUA_TBOOLEAN. 'A || (!A && B)' is equivalent to 'A || B' [redundantCondition]
lua-rexlib-2.7.2/src/gnu/lgnu.c:181:53: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:57:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/gnu/lgnu.c:181:53: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/algo.h:479:7: style: Variable 'retry' is not assigned a value. [unassignedVariable]
lua-rexlib-2.7.2/src/oniguruma/lonig.c:279:54: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:57:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/oniguruma/lonig.c:279:54: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/oniguruma/lonig.c:286:55: style: Function 'split_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:11:64: note: Function 'split_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/oniguruma/lonig.c:286:55: note: Function 'split_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/pcre/lpcre.c:149:10: style: The scope of the variable 'q' can be reduced. [variableScope]
lua-rexlib-2.7.2/src/pcre/lpcre.c:322:56: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:51:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/pcre/lpcre.c:322:56: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/posix/lposix.c:159:55: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:57:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/posix/lposix.c:159:55: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/tre/ltre.c:183:55: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:57:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/tre/ltre.c:183:55: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/tre/ltre_w.c:186:55: style: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'. [funcArgNamesDifferent]
lua-rexlib-2.7.2/src/algo.h:57:60: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
lua-rexlib-2.7.2/src/tre/ltre_w.c:186:55: note: Function 'gsub_exec' argument 3 names different: declaration 'offset' definition 'st'.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-rings/lua-rings_1.3.0.orig.tar.gz
lua-rings-1.3.0/src/rings.c:237:3: style: Variable 's->L' is reassigned a value before the old one has been used. [redundantAssignment]
lua-rings-1.3.0/src/rings.c:234:3: note: Variable 's->L' is reassigned a value before the old one has been used.
lua-rings-1.3.0/src/rings.c:237:3: note: Variable 's->L' is reassigned a value before the old one has been used.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-sandbox/lua-sandbox_1.2.1.orig.tar.gz
lua_sandbox-1.2.1/src/heka/message.c:906:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox-1.2.1/src/heka/message.c:898:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/heka/message.c:906:3: note: Variable 'ret' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/heka/sandbox.c:252:22: style: The scope of the variable 'default_type' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/heka/sandbox.c:516:29: style: The scope of the variable 'end' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:83:7: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'const char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:87:7: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:162:9: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'const char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:166:9: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:201:9: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/heka/test/test_heka_sandbox.c:490:21: style: The scope of the variable 'hsb' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/lua/lcode.c:36:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/lua/lcode.c:472:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:61:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua_sandbox-1.2.1/src/lua/lcode.c:472:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua_sandbox-1.2.1/src/lua/lcode.c:689:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:70:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua_sandbox-1.2.1/src/lua/lcode.c:689:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua_sandbox-1.2.1/src/lua/lcode.c:737:54: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:72:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua_sandbox-1.2.1/src/lua/lcode.c:737:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua_sandbox-1.2.1/src/lua/lcode.c:737:67: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:72:77: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua_sandbox-1.2.1/src/lua/lcode.c:737:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:46:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:46:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:46:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua_sandbox-1.2.1/src/lua/lcode.c:804:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua_sandbox-1.2.1/src/lua/lcode.c:812:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:45:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua_sandbox-1.2.1/src/lua/lcode.c:812:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua_sandbox-1.2.1/src/lua/lcode.c:812:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lcode.h:45:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua_sandbox-1.2.1/src/lua/lcode.c:812:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua_sandbox-1.2.1/src/lua/ldebug.c:571:65: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/ldebug.h:22:58: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua_sandbox-1.2.1/src/lua/ldebug.c:571:65: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua_sandbox-1.2.1/src/lua/ldo.c:236:7: style: Condition 'htab' is always false [knownConditionTrueFalse]
lua_sandbox-1.2.1/src/lua/ldo.c:211:17: note: Assignment 'htab=NULL', assigned value is 0
lua_sandbox-1.2.1/src/lua/ldo.c:236:7: note: Condition 'htab' is always false
lua_sandbox-1.2.1/src/lua/ldo.c:457:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/ldo.h:45:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua_sandbox-1.2.1/src/lua/ldo.c:457:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua_sandbox-1.2.1/src/lua/ldo.c:115:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lua_sandbox-1.2.1/src/lua/lfunc.c:163:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lfunc.h:30:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua_sandbox-1.2.1/src/lua/lfunc.c:163:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua_sandbox-1.2.1/src/lua/llex.c:112:50: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/llex.h:77:60: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua_sandbox-1.2.1/src/lua/llex.c:112:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua_sandbox-1.2.1/src/lua/llex.c:81:21: warning: Either the condition 'token<257' is redundant or iscntrl() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
lua_sandbox-1.2.1/src/lua/llex.c:79:13: note: Assuming that condition 'token<257' is not redundant
lua_sandbox-1.2.1/src/lua/llex.c:81:21: note: Invalid argument
lua_sandbox-1.2.1/src/lua/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lmem.h:45:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua_sandbox-1.2.1/src/lua/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua_sandbox-1.2.1/src/lua/lmem.c:76:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lmem.h:41:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua_sandbox-1.2.1/src/lua/lmem.c:76:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua_sandbox-1.2.1/src/lua/lmem.c:76:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lmem.h:42:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua_sandbox-1.2.1/src/lua/lmem.c:76:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua_sandbox-1.2.1/src/lua/lobject.c:182:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/lobject.h:377:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua_sandbox-1.2.1/src/lua/lobject.c:182:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua_sandbox-1.2.1/src/lua/lparser.c:359:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:359:14: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:362:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:362:3: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:363:17: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:363:17: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:364:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:364:3: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:365:21: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:365:21: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:366:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:366:3: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:367:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:367:14: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:368:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:368:3: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:369:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:369:14: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:370:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:370:3: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:371:20: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:371:20: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/lparser.c:376:12: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua_sandbox-1.2.1/src/lua/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua_sandbox-1.2.1/src/lua/lparser.c:376:12: note: Null pointer dereference
lua_sandbox-1.2.1/src/lua/ltable.c:358:48: style: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'. [funcArgNamesDifferent]
lua_sandbox-1.2.1/src/lua/ltable.h:27:58: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
lua_sandbox-1.2.1/src/lua/ltable.c:358:48: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
lua_sandbox-1.2.1/src/luasandbox.c:410:9: warning: Return value of function rand() is not used. [ignoredReturnValue]
lua_sandbox-1.2.1/src/luasandbox_output.c:38:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox-1.2.1/src/luasandbox_output.c:34:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/luasandbox_output.c:38:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/luasandbox_output.c:58:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox-1.2.1/src/luasandbox_output.c:54:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/luasandbox_output.c:58:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/luasandbox_serialize.c:100:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox-1.2.1/src/luasandbox_serialize.c:96:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/luasandbox_serialize.c:100:3: note: Variable 'fp' is reassigned a value before the old one has been used.
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1205:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1211:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1227:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1233:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1240:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1246:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1263:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1269:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1285:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1291:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1298:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1304:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1323:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1329:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1369:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1375:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1382:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1388:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1395:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1401:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1419:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1425:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1432:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1438:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1455:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1461:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1522:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1528:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1552:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1562:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1641:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1659:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1701:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1718:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1725:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/heka_message_matcher_parser.c:1742:7: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lua_sandbox-1.2.1/src/util/output_buffer.c:99:7: style: The scope of the variable 'remaining' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/util/output_buffer.c:216:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/util/test/test_heka_message.c:349:44: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
lua_sandbox-1.2.1/src/util/test/test_protobuf.c:93:9: warning: %hhx in format string (no. 1) requires 'unsigned char' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
lua_sandbox-1.2.1/src/util/test/test_protobuf.c:75:15: style: The scope of the variable 'p' can be reduced. [variableScope]
lua_sandbox-1.2.1/src/util/test/test_protobuf.c:28:42: error: Expression 'p=input+1,"received: %p",(void*)p' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua_sandbox-1.2.1/src/util/test/test_protobuf.c:82:42: error: Expression 'p=s+len,"received: %p",(void*)p' depends on order of evaluation of side effects [unknownEvaluationOrder]
lua_sandbox-1.2.1/src/util/test/test_protobuf.c:184:53: error: Expression 'ob.pos=len+2,"received: %"PRIuSIZE,ob.pos' depends on order of evaluation of side effects [unknownEvaluationOrder]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-sandbox-extensions/lua-sandbox-extensions_0~git20161128.orig.tar.gz
lua_sandbox_extensions-master/bloom_filter/bloom_filter.c:94:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
lua_sandbox_extensions-master/bloom_filter/bloom_filter.c:133:16: style: The scope of the variable 'bit' can be reduced. [variableScope]
lua_sandbox_extensions-master/circular_buffer/circular_buffer.c:165:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lua_sandbox_extensions-master/common/xxhash.c:313:61: style: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:230:61: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lua_sandbox_extensions-master/common/xxhash.c:313:61: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lua_sandbox_extensions-master/common/xxhash.c:313:101: style: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:230:102: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lua_sandbox_extensions-master/common/xxhash.c:313:101: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lua_sandbox_extensions-master/common/xxhash.c:318:61: style: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:231:61: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lua_sandbox_extensions-master/common/xxhash.c:318:61: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lua_sandbox_extensions-master/common/xxhash.c:318:101: style: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:231:102: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lua_sandbox_extensions-master/common/xxhash.c:318:101: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lua_sandbox_extensions-master/common/xxhash.c:393:62: style: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:159:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:393:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:505:68: style: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:160:62: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:505:68: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:644:59: style: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:193:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:644:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:644:95: style: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:193:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:644:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:692:64: style: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:194:65: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:692:64: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:761:59: style: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:197:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:761:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:761:95: style: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:197:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:761:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
lua_sandbox_extensions-master/common/xxhash.c:825:70: style: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/common/xxhash.h:198:65: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:825:70: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lua_sandbox_extensions-master/common/xxhash.c:610:76: style: Variable 'p32' is modified but its new value is never used. [unreadVariable]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:19: style: The scope of the variable 'r0' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:23: style: The scope of the variable 'r1' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:27: style: The scope of the variable 'r2' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:31: style: The scope of the variable 'r3' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:35: style: The scope of the variable 'r4' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:39: style: The scope of the variable 'r5' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:43: style: The scope of the variable 'r6' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:47: style: The scope of the variable 'r7' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:51: style: The scope of the variable 'r8' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:209:55: style: The scope of the variable 'r9' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:9: style: The scope of the variable 'r10' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:14: style: The scope of the variable 'r11' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:19: style: The scope of the variable 'r12' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:24: style: The scope of the variable 'r13' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:29: style: The scope of the variable 'r14' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:210:34: style: The scope of the variable 'r15' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:342:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:338:32: style: Function 'hllCount' argument 1 names different: declaration 'hll' definition 'hdr'. [funcArgNamesDifferent]
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.h:211:32: note: Function 'hllCount' argument 1 names different: declaration 'hll' definition 'hdr'.
lua_sandbox_extensions-master/hyperloglog/redis_hyperloglog.c:338:32: note: Function 'hllCount' argument 1 names different: declaration 'hll' definition 'hdr'.
lua_sandbox_extensions-master/kafka/kafka.c:348:3: style: Variable 'topic' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox_extensions-master/kafka/kafka.c:346:0: note: Variable 'topic' is reassigned a value before the old one has been used.
lua_sandbox_extensions-master/kafka/kafka.c:348:3: note: Variable 'topic' is reassigned a value before the old one has been used.
lua_sandbox_extensions-master/kafka/kafka.c:377:8: style: The scope of the variable 'errstr' can be reduced. [variableScope]
lua_sandbox_extensions-master/parquet/parquet.cpp:175:3: style: Variable 'ud->n' is reassigned a value before the old one has been used. [redundantAssignment]
lua_sandbox_extensions-master/parquet/parquet.cpp:171:3: note: Variable 'ud->n' is reassigned a value before the old one has been used.
lua_sandbox_extensions-master/parquet/parquet.cpp:175:3: note: Variable 'ud->n' is reassigned a value before the old one has been used.
lua_sandbox_extensions-master/parquet/parquet.cpp:110:3: style: Struct 'pq_column' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-say/lua-say_1.3-1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-scrypt/lua-scrypt_1.1.orig.tar.xz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-sec/lua-sec_0.6.orig.tar.gz
luasec-luasec-0.6/src/context.c:477:15: style: The scope of the variable 'str' can be reduced. [variableScope]
luasec-luasec-0.6/src/context.c:499:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luasec-luasec-0.6/src/context.c:500:15: style: The scope of the variable 'str' can be reduced. [variableScope]
luasec-luasec-0.6/src/context.c:669:15: style: The scope of the variable 'str' can be reduced. [variableScope]
luasec-luasec-0.6/src/context.c:304:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luasec-luasec-0.6/src/luasocket/usocket.c:193:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:225:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:247:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:270:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:299:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:330:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/usocket.c:120:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:56:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:120:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:151:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:54:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:151:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:173:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:59:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:173:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:223:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:43:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:223:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:269:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:45:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/usocket.c:269:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:190:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/wsocket.c:218:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/wsocket.c:239:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/wsocket.c:268:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/luasocket/wsocket.c:114:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:54:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:114:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:143:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:56:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:143:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:165:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:59:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:165:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:216:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:43:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:216:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:266:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasec-luasec-0.6/src/luasocket/socket.h:45:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/luasocket/wsocket.c:266:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasec-luasec-0.6/src/ssl.c:105:7: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/ssl.c:148:7: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/ssl.c:192:7: style: The scope of the variable 'err' can be reduced. [variableScope]
luasec-luasec-0.6/src/ssl.c:709:15: style: The scope of the variable 'name' can be reduced. [variableScope]
luasec-luasec-0.6/src/x509.c:230:16: style: The scope of the variable 'object' can be reduced. [variableScope]
luasec-luasec-0.6/src/x509.c:231:20: style: The scope of the variable 'entry' can be reduced. [variableScope]
luasec-luasec-0.6/src/x509.c:276:7: style: The scope of the variable 'n_general_names' can be reduced. [variableScope]
luasec-luasec-0.6/src/x509.c:278:19: style: The scope of the variable 'extension' can be reduced. [variableScope]
luasec-luasec-0.6/src/x509.c:398:8: style: The scope of the variable 'bytes' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-soap/lua-soap_3.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-sql/lua-sql_2.3.4.orig.tar.gz
lua-sql-2.3.4/src/ls_firebird.c:164:6: style: The scope of the variable 'length' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:302:7: style: The scope of the variable 'dtype' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:303:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:303:12: style: The scope of the variable 'count' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:608:6: style: The scope of the variable 'varcharlen' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:610:7: style: The scope of the variable 'timestr' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:615:8: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:703:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_firebird.c:183:11: style: Variable 'pres' is modified but its new value is never used. [unreadVariable]
lua-sql-2.3.4/src/ls_mysql.c:374:16: style: The scope of the variable 'new_size' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_oci8.c:200:13: warning: Size of pointer 's' used instead of size of its data. [pointerSize]
lua-sql-2.3.4/src/ls_oci8.c:49:10: style: union member 'column_value::i' is never used. [unusedStructMember]
lua-sql-2.3.4/src/ls_postgres.c:377:8: style: The scope of the variable 'to' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_sqlite3.c:113:15: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
lua-sql-2.3.4/src/ls_sqlite3.c:550:15: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-svn/lua-svn_0.4.0.orig.tar.gz
luasvn-0.4.0/src/luasvn.c:542:2: style: Variable 'path1' is reassigned a value before the old one has been used. [redundantAssignment]
luasvn-0.4.0/src/luasvn.c:532:0: note: Variable 'path1' is reassigned a value before the old one has been used.
luasvn-0.4.0/src/luasvn.c:542:2: note: Variable 'path1' is reassigned a value before the old one has been used.
luasvn-0.4.0/src/luasvn.c:888:2: style: Variable 'source1' is reassigned a value before the old one has been used. [redundantAssignment]
luasvn-0.4.0/src/luasvn.c:879:0: note: Variable 'source1' is reassigned a value before the old one has been used.
luasvn-0.4.0/src/luasvn.c:888:2: note: Variable 'source1' is reassigned a value before the old one has been used.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-system/lua-system_0.2.1.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-systemd/lua-systemd_0~git20160517.orig.tar.gz
lua-systemd-master/src/login.c:70:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-systemd-master/src/login.c:83:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-systemd-master/src/login.c:528:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-systemd-master/vendor/compat-5.3/c-api/compat-5.3.h:343:0: error: #error "unsupported Lua version (i.e. not Lua 5.1, 5.2, or 5.3)" [preprocessorErrorDirective]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-term/lua-term_0.07.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-cwrap/lua-torch-cwrap_0~20160222-gdbd0a62.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-dok/lua-torch-dok_0~20160131-g1b36900.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-graph/lua-torch-graph_0~20161121-g37dac07.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-image/lua-torch-image_0~20170420-g5aa1881.orig.tar.gz
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-nn/lua-torch-nn_0~20171002-g8726825+dfsg.orig.tar.xz
lua-torch-nn-0~20171002-g8726825+dfsg/lib/THNN/generic/BCECriterion.c:17:0: error: syntax error [syntaxError]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-nngraph/lua-torch-nngraph_0~20170208-g3ed3b9b.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-optim/lua-torch-optim_0~20171127-ga5ceed7.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-paths/lua-torch-paths_0~20170226-g4ebe222.orig.tar.gz
paths.c:582:7: style: Condition 's' is always false [knownConditionTrueFalse]
paths.c:578:19: note: Assignment 's=0', assigned value is 0
paths.c:582:7: note: Condition 's' is always false
paths.c:82:7: style: The scope of the variable 'i' can be reduced. [variableScope]
paths.c:598:7: style: The scope of the variable 'k' can be reduced. [variableScope]
paths.c:648:18: style: The scope of the variable 'd' can be reduced. [variableScope]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-sundown/lua-torch-sundown_0~20161027-g4324669.orig.tar.gz
html/houdini_href_e.c:57:17: style: The scope of the variable 'org' can be reduced. [variableScope]
html/houdini_html_e.c:52:16: style: The scope of the variable 'org' can be reduced. [variableScope]
html/houdini_html_e.c:52:21: style: The scope of the variable 'esc' can be reduced. [variableScope]
html/html.c:304:10: style: The scope of the variable 'org' can be reduced. [variableScope]
html/html.c:543:80: style: Function 'sd_html_toc_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'. [funcArgNamesDifferent]
html/html.h:67:80: note: Function 'sd_html_toc_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'.
html/html.c:543:80: note: Function 'sd_html_toc_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'.
html/html.c:584:76: style: Function 'sd_html_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'. [funcArgNamesDifferent]
html/html.h:64:76: note: Function 'sd_html_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'.
html/html.c:584:76: note: Function 'sd_html_renderer' argument 2 names different: declaration 'options_ptr' definition 'options'.
html/html.c:267:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
html/html.c:269:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
src/autolink.c:166:9: style: Function 'sd_autolink__www' argument 4 names different: declaration 'offset' definition 'max_rewind'. [funcArgNamesDifferent]
src/autolink.h:35:24: note: Function 'sd_autolink__www' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/autolink.c:166:9: note: Function 'sd_autolink__www' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/autolink.c:202:9: style: Function 'sd_autolink__email' argument 4 names different: declaration 'offset' definition 'max_rewind'. [funcArgNamesDifferent]
src/autolink.h:39:24: note: Function 'sd_autolink__email' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/autolink.c:202:9: note: Function 'sd_autolink__email' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/autolink.c:258:9: style: Function 'sd_autolink__url' argument 4 names different: declaration 'offset' definition 'max_rewind'. [funcArgNamesDifferent]
src/autolink.h:43:24: note: Function 'sd_autolink__url' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/autolink.c:258:9: note: Function 'sd_autolink__url' argument 4 names different: declaration 'offset' definition 'max_rewind'.
src/buffer.c:35:35: style: Function 'sd_bufprefix' argument 1 names different: declaration 'buf' definition 'sd_buf'. [funcArgNamesDifferent]
src/buffer.h:75:49: note: Function 'sd_bufprefix' argument 1 names different: declaration 'buf' definition 'sd_buf'.
src/buffer.c:35:35: note: Function 'sd_bufprefix' argument 1 names different: declaration 'buf' definition 'sd_buf'.
src/markdown.c:205:2: style: Variable 'ref' is reassigned a value before the old one has been used. [redundantAssignment]
src/markdown.c:203:0: note: Variable 'ref' is reassigned a value before the old one has been used.
src/markdown.c:205:2: note: Variable 'ref' is reassigned a value before the old one has been used.
src/markdown.c:2407:2: style: Variable 'md' is reassigned a value before the old one has been used. [redundantAssignment]
src/markdown.c:2403:0: note: Variable 'md' is reassigned a value before the old one has been used.
src/markdown.c:2407:2: note: Variable 'md' is reassigned a value before the old one has been used.
src/markdown.c:153:16: style: The scope of the variable 'org' can be reduced. [variableScope]
src/markdown.c:356:10: style: The scope of the variable 'action' can be reduced. [variableScope]
src/markdown.c:486:16: style: The scope of the variable 'len' can be reduced. [variableScope]
src/markdown.c:524:16: style: The scope of the variable 'len' can be reduced. [variableScope]
src/markdown.c:555:16: style: The scope of the variable 'len' can be reduced. [variableScope]
src/markdown.c:693:21: style: The scope of the variable 'escape_chars' can be reduced. [variableScope]
src/markdown.c:771:24: style: The scope of the variable 'link_url' can be reduced. [variableScope]
src/markdown.c:771:35: style: The scope of the variable 'link_text' can be reduced. [variableScope]
src/markdown.c:1390:23: style: The scope of the variable 'pre' can be reduced. [variableScope]
src/markdown.c:1588:19: style: The scope of the variable 'pre' can be reduced. [variableScope]
src/markdown.c:1769:16: style: The scope of the variable 'j' can be reduced. [variableScope]
src/markdown.c:1901:12: style: The scope of the variable 'j' can be reduced. [variableScope]
src/markdown.c:2190:14: style: The scope of the variable 'end' can be reduced. [variableScope]
src/markdown.c:2191:11: style: The scope of the variable 'txt_data' can be reduced. [variableScope]
src/markdown.c:2549:17: style: Function 'sd_version' argument 1 names different: declaration 'major' definition 'ver_major'. [funcArgNamesDifferent]
src/markdown.h:136:17: note: Function 'sd_version' argument 1 names different: declaration 'major' definition 'ver_major'.
src/markdown.c:2549:17: note: Function 'sd_version' argument 1 names different: declaration 'major' definition 'ver_major'.
src/markdown.c:2549:33: style: Function 'sd_version' argument 2 names different: declaration 'minor' definition 'ver_minor'. [funcArgNamesDifferent]
src/markdown.h:136:29: note: Function 'sd_version' argument 2 names different: declaration 'minor' definition 'ver_minor'.
src/markdown.c:2549:33: note: Function 'sd_version' argument 2 names different: declaration 'minor' definition 'ver_minor'.
src/markdown.c:2549:49: style: Function 'sd_version' argument 3 names different: declaration 'revision' definition 'ver_revision'. [funcArgNamesDifferent]
src/markdown.h:136:41: note: Function 'sd_version' argument 3 names different: declaration 'revision' definition 'ver_revision'.
src/markdown.c:2549:49: note: Function 'sd_version' argument 3 names different: declaration 'revision' definition 'ver_revision'.
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-sys/lua-torch-sys_0~20161027-gf073f05.orig.tar.gz
sys.c:46:6: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
[03:19]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-torch7/lua-torch-torch7_0~20170926-g89ede3b.orig.tar.gz
File.c:153:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
File.c:149:0: note: Variable 'str' is reassigned a value before the old one has been used.
File.c:153:3: note: Variable 'str' is reassigned a value before the old one has been used.
generic/luaG.h:2:0: error: #error "luaG.h must not be included outside of a generic file." [preprocessorErrorDirective]
lib/TH/THDiskFile.c:338:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lib/TH/THDiskFile.c:342:1: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lib/TH/THDiskFile.c:550:12: style: The scope of the variable 'size' can be reduced. [variableScope]
lib/TH/THFile.c:22:1: style: Function 'THFile_readHalfRaw' argument 3 names different: declaration 'size' definition 'n'. [funcArgNamesDifferent]
lib/TH/THFile.h:81:69: note: Function 'THFile_readHalfRaw' argument 3 names different: declaration 'size' definition 'n'.
lib/TH/THFile.c:22:1: note: Function 'THFile_readHalfRaw' argument 3 names different: declaration 'size' definition 'n'.
lib/TH/THFile.c:22:1: style: Function 'THFile_writeHalfRaw' argument 3 names different: declaration 'size' definition 'n'. [funcArgNamesDifferent]
lib/TH/THFile.h:82:70: note: Function 'THFile_writeHalfRaw' argument 3 names different: declaration 'size' definition 'n'.
lib/TH/THFile.c:22:1: note: Function 'THFile_writeHalfRaw' argument 3 names different: declaration 'size' definition 'n'.
lib/TH/THGeneral.c:230:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lib/TH/THGeneral.c:243:3: note: Found duplicate branches for 'if' and 'else'.
lib/TH/THGeneral.c:230:3: note: Found duplicate branches for 'if' and 'else'.
lib/TH/THHalf.c:46:6: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lib/TH/THHalf.c:51:19: portability: Casting from float* to integer* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lib/TH/THMemoryFile.c:487:15: style: The scope of the variable 'nByteWritten' can be reduced. [variableScope]
lib/TH/THMemoryFile.c:247:23: style: Unsigned variable 'position' can't be negative so it is unnecessary to test it. [unsignedPositive]
lib/TH/THMemoryFile.c:576:80: error: Uninitialized variable: posEol [uninitvar]
lib/TH/THMemoryFile.c:577:27: error: Uninitialized variable: posEol [uninitvar]
lib/TH/THMemoryFile.c:578:14: error: Uninitialized variable: posEol [uninitvar]
lib/TH/THRandom.c:38:36: style: Function 'THGenerator_free' argument 1 names different: declaration 'gen' definition 'self'. [funcArgNamesDifferent]
lib/TH/THRandom.h:30:43: note: Function 'THGenerator_free' argument 1 names different: declaration 'gen' definition 'self'.
lib/TH/THRandom.c:38:36: note: Function 'THGenerator_free' argument 1 names different: declaration 'gen' definition 'self'.
lib/TH/THRandom.c:178:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lib/TH/THRandom.c:181:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lib/TH/THRandom.c:183:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lib/TH/generic/simd/convolve5x5_avx.c:9:3: style: Variable 'output0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:11:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:11:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:11:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:11:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:11:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:18:3: style: Variable 'output1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:20:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:20:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:20:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:20:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:20:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:27:3: style: Variable 'output3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:29:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:29:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:29:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:29:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:29:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:36:3: style: Variable 'output4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:38:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:38:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:38:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:38:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:38:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:45:3: style: Variable 'output5' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:47:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:47:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:47:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:47:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:47:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:54:3: style: Variable 'output6' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:56:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:56:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:56:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:56:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:56:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:63:3: style: Variable 'output7' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:65:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:65:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:65:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:65:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:65:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:72:5: style: Variable 'output5' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:73:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:73:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:73:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:73:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:73:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:74:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:74:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:74:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:74:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:74:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:75:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:75:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:75:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:75:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:75:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:76:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:76:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:76:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:76:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:76:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:77:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:77:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:77:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:77:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:77:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:78:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:78:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:78:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:78:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:78:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:79:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:79:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:79:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:79:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:79:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:80:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:80:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:80:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:80:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:80:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:84:3: style: Variable 'output3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:85:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:85:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:85:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:85:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:85:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:86:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:86:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:86:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:86:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:86:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:87:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:87:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:87:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:87:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:87:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:88:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:88:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:88:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:88:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:88:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:89:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:89:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:89:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:89:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:89:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:90:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:90:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:90:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:90:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:90:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:91:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:91:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:91:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:91:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:91:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:92:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:92:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:92:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:92:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:92:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:98:5: style: Variable 'output5' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:99:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:99:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:99:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:99:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:99:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:100:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:100:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:100:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:100:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:100:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:101:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:101:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:101:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:101:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:101:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:102:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:102:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:102:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:102:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:102:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:106:3: style: Variable 'output1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:107:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:107:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:107:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:107:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:107:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:108:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:108:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:108:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:108:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:108:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:109:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:109:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:109:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:109:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:109:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:110:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:110:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:110:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:110:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:110:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:116:5: style: Variable 'output5' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:117:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:117:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:117:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:117:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:117:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:118:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:118:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:118:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:118:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:118:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:122:3: style: Variable 'output3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:123:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:123:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:123:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:123:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:123:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:124:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:124:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:124:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:124:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:124:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:128:3: style: Variable 'output7' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:129:3: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:129:3: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:129:3: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:129:3: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_avx.c:129:3: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:9:3: style: Variable 'output0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:11:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:11:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:11:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:11:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:11:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:29:3: style: Variable 'output1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:31:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:31:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:31:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:31:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:31:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:52:3: style: Variable 'output3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:54:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:54:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:54:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:54:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:54:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:81:3: style: Variable 'output5' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:83:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:83:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:83:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:83:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:83:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:116:3: style: Variable 'output7' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:118:5: style: Variable 'weight1' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:118:5: style: Variable 'weight2' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:118:5: style: Variable 'weight3' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:118:5: style: Variable 'weight4' is assigned a value that is never used. [unreadVariable]
lib/TH/generic/simd/convolve5x5_sse.c:118:5: style: Variable 'input0' is assigned a value that is never used. [unreadVariable]
lib/luaT/luaT.c:680:7: style: The scope of the variable 'is_in_module' can be reduced. [variableScope]
lib/luaT/luaT.c:142:76: style: Function 'luaT_newmetatable' argument 3 names different: declaration 'parenttname' definition 'parent_tname'. [funcArgNamesDifferent]
lib/luaT/luaT.h:59:85: note: Function 'luaT_newmetatable' argument 3 names different: declaration 'parenttname' definition 'parent_tname'.
lib/luaT/luaT.c:142:76: note: Function 'luaT_newmetatable' argument 3 names different: declaration 'parenttname' definition 'parent_tname'.
lib/luaT/luaT.c:586:51: style: Function 'luaT_classmodulename' argument 2 names different: declaration 'module_name' definition 'parent_name'. [funcArgNamesDifferent]
lib/luaT/luaT.h:96:60: note: Function 'luaT_classmodulename' argument 2 names different: declaration 'module_name' definition 'parent_name'.
lib/luaT/luaT.c:586:51: note: Function 'luaT_classmodulename' argument 2 names different: declaration 'module_name' definition 'parent_name'.
utils.c:13:7: style: The scope of the variable 'i' can be reduced. [variableScope]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-trepl/lua-torch-trepl_0~20170619-ge5e17e3.orig.tar.gz
readline.c:258:9: style: Unused variable: s [unusedVariable]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-torch-xlua/lua-torch-xlua_0~20160719-g41308fe.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-trink-cjson/lua-trink-cjson_2.1.0+git20150826.orig.tar.xz
dtoa.c:552:6: style: The scope of the variable 'x' can be reduced. [variableScope]
dtoa.c:555:15: style: The scope of the variable 'len' can be reduced. [variableScope]
dtoa.c:623:16: style: The scope of the variable 'y' can be reduced. [variableScope]
dtoa.c:816:8: style: The scope of the variable 'y' can be reduced. [variableScope]
dtoa.c:927:13: style: The scope of the variable 'p05' can be reduced. [variableScope]
dtoa.c:984:22: style: The scope of the variable 'z' can be reduced. [variableScope]
dtoa.c:1546:6: style: The scope of the variable 'c' can be reduced. [variableScope]
dtoa.c:1570:6: style: The scope of the variable 'c1' can be reduced. [variableScope]
dtoa.c:1682:18: style: The scope of the variable 'xe' can be reduced. [variableScope]
dtoa.c:1682:22: style: The scope of the variable 'y' can be reduced. [variableScope]
dtoa.c:3390:21: style: Checking if unsigned variable 'z=aadj' is less than zero. [unsignedLessThanZero]
dtoa.c:2454:26: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453. [shiftTooManyBitsSigned]
dtoa.c:2453:10: note: Assuming that condition 'i<=31' is not redundant
dtoa.c:2454:26: note: Shift
dtoa.c:2846:12: error: Uninitialized variable: bb [uninitvar]
dtoa.c:2847:12: error: Uninitialized variable: bd [uninitvar]
dtoa.c:2848:12: error: Uninitialized variable: bs [uninitvar]
dtoa.c:2850:12: error: Uninitialized variable: delta [uninitvar]
lua_cjson.c:219:10: style: The scope of the variable 'errmsg' can be reduced. [variableScope]
lua_cjson.c:220:9: style: The scope of the variable 'value' can be reduced. [variableScope]
lua_cjson.c:454:17: style: The scope of the variable 'escstr' can be reduced. [variableScope]
lua_cjson.c:484:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lua_cjson.c:615:16: style: The scope of the variable 'keytype' can be reduced. [variableScope]
lua_cjson.c:804:9: style: The scope of the variable 'surrogate_low' can be reduced. [variableScope]
strbuf.c:234:9: style: The scope of the variable 'empty_len' can be reduced. [variableScope]
strbuf.c:230:55: style: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
strbuf.h:78:62: note: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'.
strbuf.c:230:55: note: Function 'strbuf_append_fmt_retry' argument 2 names different: declaration 'format' definition 'fmt'.
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-unit/lua-unit_3.3.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lua-uri/lua-uri_0.1+20130926+git14fa255d.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-wsapi/lua-wsapi_1.6.1.orig.tar.gz
lua-wsapi-1.6.1/src/fastcgi/lfcgi.c:327:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
lua-wsapi-1.6.1/src/fastcgi/lfcgi.c:331:14: warning: Storing fgetc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-xmlrpc/lua-xmlrpc_1.2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lua-yaml/lua-yaml_6.1.orig.tar.gz
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-zip/lua-zip_1.2.3.orig.tar.gz
luazip-1.2.3/src/luazip.c:242:3: style: Variable 'uf' is reassigned a value before the old one has been used. [redundantAssignment]
luazip-1.2.3/src/luazip.c:240:0: note: Variable 'uf' is reassigned a value before the old one has been used.
luazip-1.2.3/src/luazip.c:242:3: note: Variable 'uf' is reassigned a value before the old one has been used.
luazip-1.2.3/src/luazip.c:296:7: style: The scope of the variable 'c' can be reduced. [variableScope]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua-zlib/lua-zlib_0.2.orig.tar.gz
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua5.1/lua5.1_5.1.5.orig.tar.gz
lua-5.1.5/src/lapi.c:248:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
lua-5.1.5/src/lua.h:140:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua-5.1.5/src/lapi.c:248:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua-5.1.5/src/lapi.c:1025:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
lua-5.1.5/src/lua.h:182:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua-5.1.5/src/lapi.c:1025:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua-5.1.5/src/lauxlib.c:158:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
lua-5.1.5/src/lauxlib.h:50:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua-5.1.5/src/lauxlib.c:158:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua-5.1.5/src/lauxlib.c:158:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua-5.1.5/src/lauxlib.h:51:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua-5.1.5/src/lauxlib.c:158:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua-5.1.5/src/lauxlib.c:165:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
lua-5.1.5/src/lauxlib.h:52:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua-5.1.5/src/lauxlib.c:165:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua-5.1.5/src/lauxlib.c:166:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua-5.1.5/src/lauxlib.h:53:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua-5.1.5/src/lauxlib.c:166:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua-5.1.5/src/lcode.c:36:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
lua-5.1.5/src/lcode.c:472:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:61:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua-5.1.5/src/lcode.c:472:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua-5.1.5/src/lcode.c:689:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:70:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.1.5/src/lcode.c:689:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.1.5/src/lcode.c:737:54: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:72:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.1.5/src/lcode.c:737:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.1.5/src/lcode.c:737:67: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:72:77: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.1.5/src/lcode.c:737:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.1.5/src/lcode.c:804:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:46:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.1.5/src/lcode.c:804:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.1.5/src/lcode.c:804:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:46:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.1.5/src/lcode.c:804:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.1.5/src/lcode.c:804:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:46:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.1.5/src/lcode.c:804:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.1.5/src/lcode.c:812:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:45:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.1.5/src/lcode.c:812:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.1.5/src/lcode.c:812:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
lua-5.1.5/src/lcode.h:45:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.1.5/src/lcode.c:812:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.1.5/src/ldebug.c:567:65: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
lua-5.1.5/src/ldebug.h:22:58: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.1.5/src/ldebug.c:567:65: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.1.5/src/ldo.c:457:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
lua-5.1.5/src/ldo.h:45:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.1.5/src/ldo.c:457:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.1.5/src/ldo.c:115:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lua-5.1.5/src/lfunc.c:163:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
lua-5.1.5/src/lfunc.h:30:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.1.5/src/lfunc.c:163:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.1.5/src/llex.c:112:50: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
lua-5.1.5/src/llex.h:77:60: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.1.5/src/llex.c:112:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.1.5/src/llex.c:81:21: warning: Either the condition 'token<257' is redundant or iscntrl() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
lua-5.1.5/src/llex.c:79:13: note: Assuming that condition 'token<257' is not redundant
lua-5.1.5/src/llex.c:81:21: note: Invalid argument
lua-5.1.5/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
lua-5.1.5/src/lmem.h:45:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.1.5/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.1.5/src/lmem.c:76:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
lua-5.1.5/src/lmem.h:41:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua-5.1.5/src/lmem.c:76:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua-5.1.5/src/lmem.c:76:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
lua-5.1.5/src/lmem.h:42:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua-5.1.5/src/lmem.c:76:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua-5.1.5/src/lobject.c:182:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
lua-5.1.5/src/lobject.h:377:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.1.5/src/lobject.c:182:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.1.5/src/lparser.c:359:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:359:14: note: Null pointer dereference
lua-5.1.5/src/lparser.c:362:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:362:3: note: Null pointer dereference
lua-5.1.5/src/lparser.c:363:17: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:363:17: note: Null pointer dereference
lua-5.1.5/src/lparser.c:364:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:364:3: note: Null pointer dereference
lua-5.1.5/src/lparser.c:365:21: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:365:21: note: Null pointer dereference
lua-5.1.5/src/lparser.c:366:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:366:3: note: Null pointer dereference
lua-5.1.5/src/lparser.c:367:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:367:14: note: Null pointer dereference
lua-5.1.5/src/lparser.c:368:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:368:3: note: Null pointer dereference
lua-5.1.5/src/lparser.c:369:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:369:14: note: Null pointer dereference
lua-5.1.5/src/lparser.c:370:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:370:3: note: Null pointer dereference
lua-5.1.5/src/lparser.c:371:20: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:371:20: note: Null pointer dereference
lua-5.1.5/src/lparser.c:376:12: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
lua-5.1.5/src/lparser.c:378:6: note: Assuming that condition 'if(fs)' is not redundant
lua-5.1.5/src/lparser.c:376:12: note: Null pointer dereference
lua-5.1.5/src/ltable.c:358:48: style: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'. [funcArgNamesDifferent]
lua-5.1.5/src/ltable.h:27:58: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
lua-5.1.5/src/ltable.c:358:48: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua5.2/lua5.2_5.2.4.orig.tar.gz
lua5.2-5.2.4/src/lapi.c:255:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lua.h:166:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua5.2-5.2.4/src/lapi.c:255:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua5.2-5.2.4/src/lapi.c:501:74: style: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lua.h:209:76: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lapi.c:501:74: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lapi.c:1175:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lua.h:230:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua5.2-5.2.4/src/lapi.c:1175:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua5.2-5.2.4/src/lauxlib.c:598:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lua5.2-5.2.4/src/lauxlib.c:357:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lauxlib.h:36:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua5.2-5.2.4/src/lauxlib.c:357:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua5.2-5.2.4/src/lauxlib.c:357:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lauxlib.h:37:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lauxlib.c:357:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lauxlib.c:364:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lauxlib.h:38:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua5.2-5.2.4/src/lauxlib.c:364:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
lua5.2-5.2.4/src/lauxlib.c:365:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lauxlib.h:39:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lauxlib.c:365:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua5.2-5.2.4/src/lcode.c:333:5: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lua5.2-5.2.4/src/lcode.c:38:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
lua5.2-5.2.4/src/lcode.c:227:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:48:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua5.2-5.2.4/src/lcode.c:227:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua5.2-5.2.4/src/lcode.c:227:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:48:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua5.2-5.2.4/src/lcode.c:227:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua5.2-5.2.4/src/lcode.c:227:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:48:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua5.2-5.2.4/src/lcode.c:227:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua5.2-5.2.4/src/lcode.c:236:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:47:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua5.2-5.2.4/src/lcode.c:236:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua5.2-5.2.4/src/lcode.c:236:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:47:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua5.2-5.2.4/src/lcode.c:236:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua5.2-5.2.4/src/lcode.c:558:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:66:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua5.2-5.2.4/src/lcode.c:558:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua5.2-5.2.4/src/lcode.c:762:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:76:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua5.2-5.2.4/src/lcode.c:762:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua5.2-5.2.4/src/lcode.c:814:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:78:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua5.2-5.2.4/src/lcode.c:814:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua5.2-5.2.4/src/lcode.c:814:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lcode.h:79:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua5.2-5.2.4/src/lcode.c:814:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua5.2-5.2.4/src/ldblib.c:172:15: style: The scope of the variable 'name' can be reduced. [variableScope]
lua5.2-5.2.4/src/ldebug.c:530:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/ldebug.h:25:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua5.2-5.2.4/src/ldebug.c:530:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua5.2-5.2.4/src/ldo.c:596:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/ldo.h:36:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua5.2-5.2.4/src/ldo.c:596:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua5.2-5.2.4/src/ldo.c:130:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lua5.2-5.2.4/src/lfunc.c:23:46: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lfunc.h:22:56: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua5.2-5.2.4/src/lfunc.c:23:46: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua5.2-5.2.4/src/lfunc.c:30:46: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lfunc.h:23:56: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua5.2-5.2.4/src/lfunc.c:30:46: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua5.2-5.2.4/src/lfunc.c:150:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lfunc.h:29:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua5.2-5.2.4/src/lfunc.c:150:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua5.2-5.2.4/src/llex.c:114:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/llex.h:74:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua5.2-5.2.4/src/llex.c:114:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua5.2-5.2.4/src/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lmem.h:53:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua5.2-5.2.4/src/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua5.2-5.2.4/src/lmem.c:75:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lmem.h:50:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua5.2-5.2.4/src/lmem.c:75:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua5.2-5.2.4/src/lmem.c:75:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lmem.h:51:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua5.2-5.2.4/src/lmem.c:75:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua5.2-5.2.4/src/lobject.c:252:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
lua5.2-5.2.4/src/lobject.h:603:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua5.2-5.2.4/src/lobject.c:252:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua5.2-5.2.4/src/lvm.c:95:22: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:95:22: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:96:11: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:96:11: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:97:11: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:97:11: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:98:11: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:98:11: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:102:16: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:10: note: Calling function 'callTM', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:102:16: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:288:25: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:288:25: note: Null pointer dereference
lua5.2-5.2.4/src/lvm.c:289:11: warning: Possible null pointer dereference: L [nullPointer]
lua5.2-5.2.4/src/lvm.c:194:7: note: Calling function 'luaV_equalobj_', 1st argument 'L' value is 0
lua5.2-5.2.4/src/lvm.c:289:11: note: Null pointer dereference
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua5.3/lua5.3_5.3.3.orig.tar.gz
lua-5.3.3/src/lapi.c:257:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
lua-5.3.3/src/lua.h:179:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua-5.3.3/src/lapi.c:257:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
lua-5.3.3/src/lapi.c:1183:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
lua-5.3.3/src/lua.h:250:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua-5.3.3/src/lapi.c:1183:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
lua-5.3.3/src/lauxlib.c:672:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lua-5.3.3/src/lauxlib.c:391:74: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua-5.3.3/src/lauxlib.h:40:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua-5.3.3/src/lauxlib.c:391:74: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
lua-5.3.3/src/lauxlib.c:399:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
lua-5.3.3/src/lauxlib.h:42:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua-5.3.3/src/lauxlib.c:399:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
lua-5.3.3/src/lcode.c:65:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
lua-5.3.3/src/lcode.c:312:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:53:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.3.3/src/lcode.c:312:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.3.3/src/lcode.c:312:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:53:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.3.3/src/lcode.c:312:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.3.3/src/lcode.c:312:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:53:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.3.3/src/lcode.c:312:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.3.3/src/lcode.c:324:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:52:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.3.3/src/lcode.c:324:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.3.3/src/lcode.c:324:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:52:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.3.3/src/lcode.c:324:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.3.3/src/lcode.c:782:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:71:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua-5.3.3/src/lcode.c:782:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
lua-5.3.3/src/lcode.c:1062:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:81:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.3.3/src/lcode.c:1062:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.3.3/src/lcode.c:1121:28: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:83:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.3.3/src/lcode.c:1121:28: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.3.3/src/lcode.c:1121:41: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
lua-5.3.3/src/lcode.h:84:38: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.3.3/src/lcode.c:1121:41: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.3.3/src/ldblib.c:197:15: style: The scope of the variable 'name' can be reduced. [variableScope]
lua-5.3.3/src/ldebug.c:566:68: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
lua-5.3.3/src/ldebug.h:22:61: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.3.3/src/ldebug.c:566:68: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.3.3/src/ldo.c:720:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
lua-5.3.3/src/ldo.h:46:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.3.3/src/ldo.c:720:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.3.3/src/ldo.c:141:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lua-5.3.3/src/lfunc.c:25:47: style: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
lua-5.3.3/src/lfunc.h:51:57: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua-5.3.3/src/lfunc.c:25:47: note: Function 'luaF_newCclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua-5.3.3/src/lfunc.c:33:47: style: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'. [funcArgNamesDifferent]
lua-5.3.3/src/lfunc.h:52:57: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua-5.3.3/src/lfunc.c:33:47: note: Function 'luaF_newLclosure' argument 2 names different: declaration 'nelems' definition 'n'.
lua-5.3.3/src/lfunc.c:140:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
lua-5.3.3/src/lfunc.h:57:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.3.3/src/lfunc.c:140:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.3.3/src/lgc.c:171:46: style: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'. [funcArgNamesDifferent]
lua-5.3.3/src/lgc.h:141:56: note: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'.
lua-5.3.3/src/lgc.c:171:46: note: Function 'luaC_barrierback_' argument 2 names different: declaration 'o' definition 't'.
lua-5.3.3/src/llex.c:117:53: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
lua-5.3.3/src/llex.h:81:63: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.3.3/src/llex.c:117:53: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.3.3/src/lmem.c:48:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
lua-5.3.3/src/lmem.h:65:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.3.3/src/lmem.c:48:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.3.3/src/lmem.c:77:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
lua-5.3.3/src/lmem.h:62:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua-5.3.3/src/lmem.c:77:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
lua-5.3.3/src/lmem.c:77:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
lua-5.3.3/src/lmem.h:63:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua-5.3.3/src/lmem.c:77:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
lua-5.3.3/src/lobject.c:486:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
lua-5.3.3/src/lobject.h:545:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.3.3/src/lobject.c:486:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.3.3/src/loslib.c:285:13: style: Variable 'tmr' is not assigned a value. [unassignedVariable]
lua-5.3.3/src/lstate.c:154:15: warning: Found calculation inside sizeof(). [sizeofCalculation]
lua-5.3.3/src/lstrlib.c:1130:8: style: struct member 'cD::c' is never used. [unusedStructMember]
lua-5.3.3/src/ltable.c:168:9: style: The scope of the variable 'nx' can be reduced. [variableScope]
lua-5.3.3/src/ltable.c:337:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-5.3.3/src/ltablib.c:263:20: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
lua-5.3.3/src/ltablib.c:264:29: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
lua-5.3.3/src/lvm.c:552:49: style: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'. [funcArgNamesDifferent]
lua-5.3.3/src/lvm.h:108:59: note: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'.
lua-5.3.3/src/lvm.c:552:49: note: Function 'luaV_div' argument 2 names different: declaration 'x' definition 'm'.
lua-5.3.3/src/lvm.c:552:64: style: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'. [funcArgNamesDifferent]
lua-5.3.3/src/lvm.h:108:74: note: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'.
lua-5.3.3/src/lvm.c:552:64: note: Function 'luaV_div' argument 3 names different: declaration 'y' definition 'n'.
lua-5.3.3/src/lvm.c:572:49: style: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'. [funcArgNamesDifferent]
lua-5.3.3/src/lvm.h:109:59: note: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'.
lua-5.3.3/src/lvm.c:572:49: note: Function 'luaV_mod' argument 2 names different: declaration 'x' definition 'm'.
lua-5.3.3/src/lvm.c:572:64: style: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'. [funcArgNamesDifferent]
lua-5.3.3/src/lvm.h:109:74: note: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'.
lua-5.3.3/src/lvm.c:572:64: note: Function 'luaV_mod' argument 3 names different: declaration 'y' definition 'n'.
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/lua50/lua50_5.0.3.orig.tar.gz
lua-5.0.3/etc/bin2c.c:19:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lua-5.0.3/src/lcode.c:250:51: style: Function 'luaK_setcallreturns' argument 2 names different: declaration 'var' definition 'e'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:63:51: note: Function 'luaK_setcallreturns' argument 2 names different: declaration 'var' definition 'e'.
lua-5.0.3/src/lcode.c:250:51: note: Function 'luaK_setcallreturns' argument 2 names different: declaration 'var' definition 'e'.
lua-5.0.3/src/lcode.c:421:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'exp'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:62:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'exp'.
lua-5.0.3/src/lcode.c:421:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'exp'.
lua-5.0.3/src/lcode.c:580:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:69:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.0.3/src/lcode.c:580:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
lua-5.0.3/src/lcode.c:644:54: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:71:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.0.3/src/lcode.c:644:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
lua-5.0.3/src/lcode.c:644:67: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:71:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.0.3/src/lcode.c:644:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
lua-5.0.3/src/lcode.c:708:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:46:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.0.3/src/lcode.c:708:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
lua-5.0.3/src/lcode.c:708:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:46:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.0.3/src/lcode.c:708:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
lua-5.0.3/src/lcode.c:708:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:46:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.0.3/src/lcode.c:708:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
lua-5.0.3/src/lcode.c:714:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:45:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.0.3/src/lcode.c:714:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
lua-5.0.3/src/lcode.c:714:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
lua-5.0.3/src/lcode.h:45:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.0.3/src/lcode.c:714:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
lua-5.0.3/src/ldebug.c:515:66: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
lua-5.0.3/src/ldebug.h:22:66: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.0.3/src/ldebug.c:515:66: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
lua-5.0.3/src/ldo.c:409:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
lua-5.0.3/src/ldo.h:50:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.0.3/src/ldo.c:409:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
lua-5.0.3/src/ldo.c:86:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
lua-5.0.3/src/lfunc.c:116:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
lua-5.0.3/src/lfunc.h:29:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.0.3/src/lfunc.c:116:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
lua-5.0.3/src/lib/lstrlib.c:462:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-5.0.3/src/llex.c:76:50: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
lua-5.0.3/src/llex.h:70:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.0.3/src/llex.c:76:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
lua-5.0.3/src/lmem.c:43:63: style: Function 'luaM_growaux' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
lua-5.0.3/src/lmem.h:21:63: note: Function 'luaM_growaux' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.0.3/src/lmem.c:43:63: note: Function 'luaM_growaux' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
lua-5.0.3/src/lmem.c:65:41: style: Function 'luaM_realloc' argument 2 names different: declaration 'oldblock' definition 'block'. [funcArgNamesDifferent]
lua-5.0.3/src/lmem.h:19:41: note: Function 'luaM_realloc' argument 2 names different: declaration 'oldblock' definition 'block'.
lua-5.0.3/src/lmem.c:65:41: note: Function 'luaM_realloc' argument 2 names different: declaration 'oldblock' definition 'block'.
lua-5.0.3/src/lobject.c:163:55: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
lua-5.0.3/src/lobject.h:333:55: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.0.3/src/lobject.c:163:55: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
lua-5.0.3/src/ltable.c:249:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lua-5.0.3/src/lua/lua.c:120:15: style: The scope of the variable 'msg' can be reduced. [variableScope]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/luabind/luabind_0.9.1+dfsg.orig.tar.gz
luabind-0.9.1+dfsg.orig/src/class.cpp:63:9: style: Struct 'class_registration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/src/function.cpp:92:35: style: Variable 'storage' is assigned a value that is never used. [unreadVariable]
luabind-0.9.1+dfsg.orig/src/inheritance.cpp:108:1: style: The class 'impl' does not have a constructor although it has private member variables. [noConstructor]
luabind-0.9.1+dfsg.orig/src/inheritance.cpp:44:7: style: Struct 'vertex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/src/scope.cpp:114:13: style: Struct 'lua_pop_stack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/src/scope.cpp:164:9: style: Struct 'registration_' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/main.cpp:87:26: style: Function 'dostring' argument 1 names different: declaration 'L' definition 'state'. [funcArgNamesDifferent]
luabind-0.9.1+dfsg.orig/test/test.hpp:71:26: note: Function 'dostring' argument 1 names different: declaration 'L' definition 'state'.
luabind-0.9.1+dfsg.orig/test/main.cpp:87:26: note: Function 'dostring' argument 1 names different: declaration 'L' definition 'state'.
luabind-0.9.1+dfsg.orig/test/main.cpp:110:33: style: Function 'report_failure' argument 1 names different: declaration 'str' definition 'err'. [funcArgNamesDifferent]
luabind-0.9.1+dfsg.orig/test/test.hpp:36:33: note: Function 'report_failure' argument 1 names different: declaration 'str' definition 'err'.
luabind-0.9.1+dfsg.orig/test/main.cpp:110:33: note: Function 'report_failure' argument 1 names different: declaration 'str' definition 'err'.
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:39:17: style: The function 'hello' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:32:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:39:17: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:47:17: style: The function 'hello' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:32:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_abstract_base.cpp:47:17: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_attributes.cpp:45:5: warning: Member variable 'property_test::a_' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_attributes.cpp:45:5: warning: Member variable 'property_test::b' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_attributes.cpp:45:5: warning: Member variable 'property_test::c' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_attributes.cpp:28:6: performance: Technically the member function 'A::get' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_automatic_smart_ptr.cpp:11:5: style: Struct 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_automatic_smart_ptr.cpp:31:5: style: Struct 'ptr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_automatic_smart_ptr.cpp:29:1: warning: The struct 'ptr' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luabind-0.9.1+dfsg.orig/test/test_class_info.cpp:11:10: performance: Technically the member function 'X::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_const.cpp:28:14: style: Technically the member function 'A::f' can be const. [functionConst]
luabind-0.9.1+dfsg.orig/test/test_const.cpp:30:9: performance: Technically the member function 'A::g1' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_const.cpp:31:9: performance: Technically the member function 'A::g2' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:29:2: style: Struct 'A' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:40:2: style: Struct 'B' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:26:1: warning: The struct 'A' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:55:7: style: The function 'doSomething' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:49:15: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_construction.cpp:55:7: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_def_from_base.cpp:29:9: performance: Technically the member function 'V::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_dynamic_type.cpp:31:9: performance: Technically the member function 'Derived::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_dynamic_type.cpp:10:5: style: Struct 'Base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:84:5: style: Same expression on both sides of '==' because the value of 'start_count' and 'end_count' are the same. [duplicateExpression]
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:53:31: note: 'start_count' is assigned value 'ex::count' here.
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:83:29: note: 'end_count' is assigned value 'ex::count' here.
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:84:5: note: Same expression on both sides of '==' because the value of 'start_count' and 'end_count' are the same.
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:28:5: style: Struct 'ex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_exceptions.cpp:37:5: style: Struct 'exception_thrower' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_extend_class_in_lua.cpp:10:9: performance: Technically the member function 'CppClass::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_free_functions.cpp:52:45: performance: Function parameter 'str' should be passed by const reference. [passedByValue]
luabind-0.9.1+dfsg.orig/test/test_iterator.cpp:24:9: style: Struct 'iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:127:6: performance: Technically the member function 'T_::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:132:6: performance: Technically the member function 'U::g' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:133:6: performance: Technically the member function 'U::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:54:17: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:45:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:54:17: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:62:17: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:48:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:62:17: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:73:25: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:45:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:73:25: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:79:25: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:73:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:79:25: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:85:25: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:48:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:85:25: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:109:25: style: The function 'f' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:97:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:109:25: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:119:22: style: The function 'g' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:102:25: note: Virtual function in base class
luabind-0.9.1+dfsg.orig/test/test_lua_classes.cpp:119:22: note: Function in derived class
luabind-0.9.1+dfsg.orig/test/test_operators.cpp:103:2: style: Struct 'len_tester' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:56:7: performance: Technically the member function 'policies_test_class::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:60:29: style: Technically the member function 'policies_test_class::internal_ref' can be const. [functionConst]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:70:7: performance: Technically the member function 'policies_test_class::member_out_val' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:88:7: performance: Technically the member function 'test_t::take' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:95:7: performance: Technically the member function 'MI1::add' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:43:2: style: Struct 'policies_test_class' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_policies.cpp:41:1: warning: The struct 'policies_test_class' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luabind-0.9.1+dfsg.orig/test/test_private_destructors.cpp:25:0: style: Struct 'ptr < X >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_private_destructors.cpp:38:0: style: Struct 'ptr < X >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_private_destructors.cpp:25:0: style: Struct 'ptr < U >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_private_destructors.cpp:17:0: warning: The struct 'ptr < X >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luabind-0.9.1+dfsg.orig/test/test_private_destructors.cpp:17:0: warning: The struct 'ptr < U >' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luabind-0.9.1+dfsg.orig/test/test_shadow.cpp:12:10: performance: Technically the member function 'X::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_shadow.cpp:18:10: performance: Technically the member function 'Y::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_shared_ptr.cpp:11:5: style: Struct 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_simple_class.cpp:36:21: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
luabind-0.9.1+dfsg.orig/test/test_tag_function.cpp:17:9: performance: Technically the member function 'X::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_user_defined_converter.cpp:10:5: style: Struct 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:35:5: warning: Member variable 'Y::dummy' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:49:5: warning: Member variable 'Z::dummy' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:63:5: warning: Member variable 'U::dummy' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:103:5: warning: Member variable 'Left::dummy' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:117:5: warning: Member variable 'Right::dummy' is not initialized in the constructor. [uninitMemberVar]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:39:9: performance: Technically the member function 'Y::g' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:53:9: performance: Technically the member function 'Z::h' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:131:9: performance: Technically the member function 'Derived::f' can be static. [functionStatic]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:44:9: warning: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Y'. [duplInheritedMember]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:69:9: note: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Y'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:44:9: note: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Y'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:58:9: warning: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Z'. [duplInheritedMember]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:69:9: note: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Z'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:58:9: note: The struct 'U' defines member variable with name 'dummy' also defined in its parent struct 'Z'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:112:9: warning: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Left'. [duplInheritedMember]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:136:9: note: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Left'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:112:9: note: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Left'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:126:9: warning: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Right'. [duplInheritedMember]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:136:9: note: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Right'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:126:9: note: The struct 'Derived' defines member variable with name 'dummy' also defined in its parent struct 'Right'.
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:18:5: style: Struct 'X' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:35:5: style: Struct 'Y' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:49:5: style: Struct 'Z' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:63:5: style: Struct 'U' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luabind-0.9.1+dfsg.orig/test/test_virtual_inheritance.cpp:91:5: style: Struct 'Base' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/luacheck/luacheck_0.22.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/luajit/luajit_2.1.0~beta3+dfsg.orig.tar.gz
luajit-2.1.0~beta3+dfsg.orig/src/host/buildvm.c:69:0: error: #error "No support for this architecture (yet)" [preprocessorErrorDirective]
luajit-2.1.0~beta3+dfsg.orig/src/host/buildvm_asm.c:168:0: error: #error "missing relocation support for this architecture" [preprocessorErrorDirective]
luajit-2.1.0~beta3+dfsg.orig/src/host/buildvm_fold.c:53:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luajit-2.1.0~beta3+dfsg.orig/src/host/buildvm_lib.c:404:11: style: The scope of the variable 'n' can be reduced. [variableScope]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:1107:4: style: Condition 'htab' is always false [knownConditionTrueFalse]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:1097:12: note: Assignment 'htab=NULL', assigned value is 0
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:1107:4: note: Condition 'htab' is always false
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3902:9: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3902:9: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3905:1: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3905:1: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3906:13: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3906:13: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3907:1: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3907:1: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3908:17: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3908:17: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3909:1: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3909:1: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3910:10: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3910:10: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3911:1: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3911:1: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3912:10: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3912:10: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3913:1: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3913:1: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3914:16: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3914:16: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3917:8: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3918:3: note: Assuming that condition 'if(fs)' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3917:8: note: Null pointer dereference
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2491:23: style: Same value in both branches of ternary operator. [duplicateValueTernary]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2541:5: style: Same value in both branches of ternary operator. [duplicateValueTernary]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3001:13: style: The scope of the variable 'previous' can be reduced. [variableScope]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:530:66: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:389:8: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:530:66: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:552:57: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:385:57: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:552:57: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:552:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:386:8: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:552:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2537:66: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:516:12: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2537:66: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:51: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2393:51: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:51: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:57: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2393:57: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:57: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:63: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2393:63: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3638:63: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3641:51: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2392:51: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3641:51: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3641:66: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2392:66: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:3641:66: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5531:61: style: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:174:61: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5531:61: note: Function 'lua_pushlstring' argument 3 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5607:45: style: Function 'lua_createtable' argument 2 names different: declaration 'narr' definition 'narray'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:176:45: note: Function 'lua_createtable' argument 2 names different: declaration 'narr' definition 'narray'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5607:45: note: Function 'lua_createtable' argument 2 names different: declaration 'narr' definition 'narray'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5871:42: style: Function 'luaL_argerror' argument 2 names different: declaration 'numarg' definition 'narg'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5843:42: note: Function 'luaL_argerror' argument 2 names different: declaration 'numarg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5871:42: note: Function 'luaL_argerror' argument 2 names different: declaration 'numarg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5951:53: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5844:54: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5951:53: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5951:65: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5845:8: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5951:65: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5956:51: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5846:52: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5956:51: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5957:23: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5847:23: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5957:23: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5971:54: style: Function 'luaL_checkinteger' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5848:54: note: Function 'luaL_checkinteger' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5971:54: note: Function 'luaL_checkinteger' argument 2 names different: declaration 'numArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5977:52: style: Function 'luaL_optinteger' argument 2 names different: declaration 'nArg' definition 'narg'. [funcArgNamesDifferent]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5849:52: note: Function 'luaL_optinteger' argument 2 names different: declaration 'nArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:5977:52: note: Function 'luaL_optinteger' argument 2 names different: declaration 'nArg' definition 'narg'.
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:1043:1: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2693:16: warning: Either the condition 'token<257' is redundant or iscntrl() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2692:9: note: Assuming that condition 'token<257' is not redundant
luajit-2.1.0~beta3+dfsg.orig/src/host/minilua.c:2693:16: note: Invalid argument
luajit-2.1.0~beta3+dfsg.orig/src/lj_def.h:309:0: error: #error "missing defines for your compiler" [preprocessorErrorDirective]
luajit-2.1.0~beta3+dfsg.orig/src/lj_arch.h:59:0: error: #error "No support for this architecture (yet)" [preprocessorErrorDirective]
[03:20]

ftp://ftp.se.debian.org/debian/pool/main/l/luakit/luakit_2012.09.13-r1.orig.tar.xz
luakit-2012.09.13-r1/clib/luakit.c:445:15: style: The scope of the variable 'w' can be reduced. [variableScope]
luakit-2012.09.13-r1/clib/soup/auth.c:84:14: style: The scope of the variable 'uri' can be reduced. [variableScope]
luakit-2012.09.13-r1/clib/soup/cookiejar.c:76:15: style: The scope of the variable 'date' can be reduced. [variableScope]
luakit-2012.09.13-r1/clib/soup/cookiejar.c:159:17: style: The scope of the variable 'cookie' can be reduced. [variableScope]
luakit-2012.09.13-r1/common/luaclass.c:74:18: style: The scope of the variable 'class' can be reduced. [variableScope]
luakit-2012.09.13-r1/luah.c:369:18: style: The scope of the variable 'path' can be reduced. [variableScope]
luakit-2012.09.13-r1/luakit.c:36:13: style: Function 'sigchld' argument 1 names different: declaration 'sigint' definition 'signum'. [funcArgNamesDifferent]
luakit-2012.09.13-r1/luakit.c:33:25: note: Function 'sigchld' argument 1 names different: declaration 'sigint' definition 'signum'.
luakit-2012.09.13-r1/luakit.c:36:13: note: Function 'sigchld' argument 1 names different: declaration 'sigint' definition 'signum'.
luakit-2012.09.13-r1/widgets/label.c:113:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
luakit-2012.09.13-r1/widgets/notebook.c:187:7: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
luakit-2012.09.13-r1/widgets/webview.c:297:15: style: The scope of the variable 'new' can be reduced. [variableScope]
luakit-2012.09.13-r1/widgets/webview/history.c:26:27: style: The scope of the variable 'item' can be reduced. [variableScope]
[03:21]

ftp://ftp.se.debian.org/debian/pool/main/l/luarocks/luarocks_2.4.2+dfsg.orig.tar.gz
[03:21]

ftp://ftp.se.debian.org/debian/pool/main/l/luasocket/luasocket_3.0~rc1.orig.tar.gz
luasocket-3.0~rc1/gem/gem.c:30:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/gem/gem.c:34:7: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/gem/gem.c:30:28: note: Null pointer addition
luasocket-3.0~rc1/src/auxiliar.c:69:74: style: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/auxiliar.h:37:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
luasocket-3.0~rc1/src/auxiliar.c:69:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
luasocket-3.0~rc1/src/auxiliar.c:145:56: style: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/auxiliar.h:41:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
luasocket-3.0~rc1/src/auxiliar.c:145:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
luasocket-3.0~rc1/src/inet.c:389:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
luasocket-3.0~rc1/src/inet.c:387:0: note: Variable 'err' is reassigned a value before the old one has been used.
luasocket-3.0~rc1/src/inet.c:389:5: note: Variable 'err' is reassigned a value before the old one has been used.
luasocket-3.0~rc1/src/mime.c:115:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:119:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:115:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:263:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:266:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:263:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:309:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:312:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:309:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:461:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:465:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:461:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:537:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:540:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:537:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:582:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:586:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:582:28: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:667:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:672:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:667:30: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:712:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luasocket-3.0~rc1/src/mime.c:715:9: note: Assuming that condition '!input' is not redundant
luasocket-3.0~rc1/src/mime.c:712:30: note: Null pointer addition
luasocket-3.0~rc1/src/mime.c:155:26: style: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/mime.c:36:26: note: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'.
luasocket-3.0~rc1/src/mime.c:155:26: note: Function 'b64setup' argument 1 names different: declaration 'base' definition 'unbase'.
luasocket-3.0~rc1/src/mime.c:359:25: style: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/mime.c:41:25: note: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'.
luasocket-3.0~rc1/src/mime.c:359:25: note: Function 'qpsetup' argument 1 names different: declaration 'class' definition 'cl'.
luasocket-3.0~rc1/src/udp.c:345:17: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:203:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:235:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:257:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:280:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:309:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:340:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/usocket.c:130:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:56:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:130:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:161:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:54:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:161:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:183:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:59:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:183:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:233:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:43:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:233:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:279:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:45:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/usocket.c:279:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:195:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/wsocket.c:223:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/wsocket.c:244:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/wsocket.c:273:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luasocket-3.0~rc1/src/wsocket.c:119:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:54:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:119:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:148:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:56:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:148:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:170:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:59:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:170:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:221:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:43:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:221:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:271:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luasocket-3.0~rc1/src/socket.h:45:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luasocket-3.0~rc1/src/wsocket.c:271:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
[03:21]

ftp://ftp.se.debian.org/debian/pool/main/l/luasseq/luasseq_2.1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/luatex/luatex_0.70.1.20120524.orig.tar.gz
luatex-0.70.1.20120524/source/extra/djgpp/stat.c:786:36: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
luatex-0.70.1.20120524/source/extra/xz/debug/full_flush.c:44:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/extra/xz/debug/full_flush.c:55:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:38:3: error: Memory leak: in [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:38:3: error: Memory leak: out [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:46:3: error: Memory leak: in [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:46:3: error: Memory leak: out [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:67:3: error: Memory leak: in [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:67:3: error: Memory leak: out [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:72:3: error: Memory leak: in [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/known_sizes.c:72:3: error: Memory leak: out [memleak]
luatex-0.70.1.20120524/source/extra/xz/debug/sync_flush.c:44:4: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/extra/xz/debug/sync_flush.c:55:3: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/extra/xz/extra/scanlzma/scanlzma.c:44:3: style: Redundant condition: If 'EXPR == 93', the comparison 'EXPR < 225' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/extra/xz/extra/scanlzma/scanlzma.c:52:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:25: style: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:114:36: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:25: note: Function '_getopt_internal_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:38: style: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:114:52: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:38: note: Function '_getopt_internal_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:56: style: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:115:23: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:358:56: note: Function '_getopt_internal_r' argument 3 names different: declaration '__shortopts' definition 'optstring'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:359:28: style: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:116:32: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:359:28: note: Function '_getopt_internal_r' argument 4 names different: declaration '__longopts' definition 'longopts'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:359:43: style: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:116:49: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:359:43: note: Function '_getopt_internal_r' argument 5 names different: declaration '__longind' definition 'longind'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:11: style: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:117:15: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:11: note: Function '_getopt_internal_r' argument 6 names different: declaration '__long_only' definition 'long_only'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:26: style: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:117:32: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:26: note: Function '_getopt_internal_r' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:64: style: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:118:32: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:360:64: note: Function '_getopt_internal_r' argument 8 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:23: style: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:23:34: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:23: note: Function '_getopt_internal' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:36: style: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:23:50: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:36: note: Function '_getopt_internal' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:54: style: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:24:21: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1094:54: note: Function '_getopt_internal' argument 3 names different: declaration '__shortopts' definition 'optstring'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1095:26: style: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:25:37: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1095:26: note: Function '_getopt_internal' argument 4 names different: declaration '__longopts' definition 'longopts'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1095:41: style: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:25:54: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1095:41: note: Function '_getopt_internal' argument 5 names different: declaration '__longind' definition 'longind'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1096:9: style: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:26:13: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1096:9: note: Function '_getopt_internal' argument 6 names different: declaration '__long_only' definition 'long_only'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1096:24: style: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:26:30: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt.c:1096:24: note: Function '_getopt_internal' argument 7 names different: declaration '__posixly_correct' definition 'posixly_correct'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:21: style: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:120:32: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:21: note: Function '_getopt_long_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:34: style: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:120:48: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:34: note: Function '_getopt_long_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:52: style: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:121:19: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:49:52: note: Function '_getopt_long_r' argument 3 names different: declaration '__shortopts' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:50:24: style: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:122:28: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:50:24: note: Function '_getopt_long_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:50:43: style: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:122:45: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:50:43: note: Function '_getopt_long_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:51:24: style: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:123:28: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:51:24: note: Function '_getopt_long_r' argument 6 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:26: style: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:125:37: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:26: note: Function '_getopt_long_only_r' argument 1 names different: declaration '___argc' definition 'argc'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:39: style: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:125:53: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:39: note: Function '_getopt_long_only_r' argument 2 names different: declaration '___argv' definition 'argv'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:57: style: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:126:17: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:72:57: note: Function '_getopt_long_only_r' argument 3 names different: declaration '__shortopts' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:73:29: style: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:127:26: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:73:29: note: Function '_getopt_long_only_r' argument 4 names different: declaration '__longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:73:48: style: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:128:10: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:73:48: note: Function '_getopt_long_only_r' argument 5 names different: declaration '__longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:74:29: style: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/lib/getopt_int.h:129:26: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/lib/getopt1.c:74:29: note: Function '_getopt_long_only_r' argument 6 names different: declaration '__data' definition 'd'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/block_buffer_encoder.c:103:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/easy_preset.c:17:37: style: Function 'lzma_easy_preset' argument 1 names different: declaration 'easy' definition 'opt_easy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/easy_preset.h:32:49: note: Function 'lzma_easy_preset' argument 1 names different: declaration 'easy' definition 'opt_easy'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/easy_preset.c:17:37: note: Function 'lzma_easy_preset' argument 1 names different: declaration 'easy' definition 'opt_easy'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_common.c:243:22: style: Function 'lzma_raw_coder_init' argument 3 names different: declaration 'filters' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_common.h:40:22: note: Function 'lzma_raw_coder_init' argument 3 names different: declaration 'filters' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_common.c:243:22: note: Function 'lzma_raw_coder_init' argument 3 names different: declaration 'filters' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_encoder.c:200:22: style: Function 'lzma_raw_encoder_init' argument 3 names different: declaration 'filters' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_encoder.h:25:22: note: Function 'lzma_raw_encoder_init' argument 3 names different: declaration 'filters' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/common/filter_encoder.c:200:22: note: Function 'lzma_raw_encoder_init' argument 3 names different: declaration 'filters' definition 'options'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lz/lz_encoder_mf.c:22:37: style: Function 'lzma_mf_find' argument 2 names different: declaration 'count' definition 'count_ptr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lz/lz_encoder.h:311:26: note: Function 'lzma_mf_find' argument 2 names different: declaration 'count' definition 'count_ptr'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lz/lz_encoder_mf.c:22:37: note: Function 'lzma_mf_find' argument 2 names different: declaration 'count' definition 'count_ptr'.
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:433:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:435:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:437:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:439:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:441:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:443:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:445:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/liblzma/lzma/lzma_decoder.c:447:5: error: Expression 'probs[subcoder_index],offset&=~match_bit,offset&=match_bit' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/extra/xz/src/xz/coder.c:58:28: style: Function 'coder_set_check' argument 1 names different: declaration 'check' definition 'new_check'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/xz/coder.h:46:40: note: Function 'coder_set_check' argument 1 names different: declaration 'check' definition 'new_check'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/coder.c:58:28: note: Function 'coder_set_check' argument 1 names different: declaration 'check' definition 'new_check'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/file_io.c:796:34: style: Function 'io_read' argument 2 names different: declaration 'buf' definition 'buf_union'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/xz/file_io.h:102:48: note: Function 'io_read' argument 2 names different: declaration 'buf' definition 'buf_union'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/file_io.c:796:34: note: Function 'io_read' argument 2 names different: declaration 'buf' definition 'buf_union'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/file_io.c:234:2: style: Variable 'atime_nsec' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/extra/xz/src/xz/file_io.c:235:2: style: Variable 'mtime_nsec' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/extra/xz/src/xz/hardware.c:32:35: style: Function 'hardware_threadlimit_set' argument 1 names different: declaration 'threadlimit' definition 'new_threadlimit'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/xz/hardware.h:19:47: note: Function 'hardware_threadlimit_set' argument 1 names different: declaration 'threadlimit' definition 'new_threadlimit'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/hardware.c:32:35: note: Function 'hardware_threadlimit_set' argument 1 names different: declaration 'threadlimit' definition 'new_threadlimit'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/list.c:430:0: style: Boolean variable 'all_have_sizes' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
luatex-0.70.1.20120524/source/extra/xz/src/xz/message.c:712:27: style: Function 'message_progress_end' argument 1 names different: declaration 'finished' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/extra/xz/src/xz/message.h:167:39: note: Function 'message_progress_end' argument 1 names different: declaration 'finished' definition 'success'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/message.c:712:27: note: Function 'message_progress_end' argument 1 names different: declaration 'finished' definition 'success'.
luatex-0.70.1.20120524/source/extra/xz/src/xz/util.c:110:16: warning: Suspicious code: sign conversion of 18446744073709551615 in calculation because '18446744073709551615' has a negative value [signConversion]
luatex-0.70.1.20120524/source/extra/xz/src/xzdec/xzdec.c:168:2: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/extra/xz/src/xzdec/xzdec.c:175:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/extra/xz/src/xzdec/xzdec.c:213:4: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/extra/xz/tests/tests.h:97:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/extra/xz/tests/tests.h:100:4: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/extra/xz/tests/tests.h:97:2: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:340:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:350:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:355:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:368:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:373:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:385:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/extra/xz/tests/test_index.c:410:3: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/mac/ttmmap.c:806:15: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/mac/ttmmap.c:460:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/mac/ttmmap.c:818:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/msdos/hugefile.c:70:18: style: The scope of the variable 'toRead' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/msdos/hugemem.c:27:0: error: #error "This component needs TT_HUGE_PTR to be #defined." [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/os2/os2file.c:171:14: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/os2/os2file.c:178:13: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/os2/os2file.c:291:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/os2/os2file.c:359:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/os2/os2file.c:833:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/unix/ttmmap.c:762:15: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/unix/ttmmap.c:439:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/unix/ttmmap.c:774:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/arch/win16/hugemem.c:28:0: error: #error "This component needs TT_HUGE_PTR to be #defined." [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgdef.c:273:14: style: The scope of the variable 'pi' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgdef.c:994:15: style: The scope of the variable 'ngc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgdef.c:807:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgdef.c:850:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5786:24: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5818:25: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5862:25: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:3957:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5800:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5840:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgpos.c:5904:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:87:15: style: The scope of the variable 'p_out' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:570:14: style: The scope of the variable 'sub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:84:15: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4011:24: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4043:25: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4087:25: style: Variable 'error' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:107:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:109:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:111:16: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:114:18: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:2182:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4025:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4065:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxgsub.c:4129:14: error: Uninitialized variable: error [uninitvar]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxsbit.c:672:7: style: Variable 'strike' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxsbit.c:669:0: note: Variable 'strike' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxsbit.c:672:7: note: Variable 'strike' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/extend/ftxsbit.c:570:31: style: Variable 'indexTablesSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1651:28: warning: Redundant assignment of 'target->second_pass' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1195:16: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1681:17: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1681:20: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1789:17: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttapi.c:1789:20: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:143:23: style: Function 'TT_MulDiv' argument 1 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/freetype.h:1069:23: note: Function 'TT_MulDiv' argument 1 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:143:23: note: Function 'TT_MulDiv' argument 1 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:144:23: style: Function 'TT_MulDiv' argument 2 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/freetype.h:1070:23: note: Function 'TT_MulDiv' argument 2 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:144:23: note: Function 'TT_MulDiv' argument 2 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:145:23: style: Function 'TT_MulDiv' argument 3 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/freetype.h:1071:23: note: Function 'TT_MulDiv' argument 3 names different: declaration 'C' definition 'c'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:145:23: note: Function 'TT_MulDiv' argument 3 names different: declaration 'C' definition 'c'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:191:23: style: Function 'TT_MulFix' argument 1 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/freetype.h:1078:23: note: Function 'TT_MulFix' argument 1 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:191:23: note: Function 'TT_MulFix' argument 1 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:192:23: style: Function 'TT_MulFix' argument 2 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/freetype.h:1079:23: note: Function 'TT_MulFix' argument 2 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcalc.c:192:23: note: Function 'TT_MulFix' argument 2 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:48:29: style: Function 'CharMap_Load' argument 1 names different: declaration 'table' definition 'cmap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.h:177:29: note: Function 'CharMap_Load' argument 1 names different: declaration 'table' definition 'cmap'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:48:29: note: Function 'CharMap_Load' argument 1 names different: declaration 'table' definition 'cmap'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:305:29: style: Function 'CharMap_Free' argument 1 names different: declaration 'table' definition 'cmap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.h:184:29: note: Function 'CharMap_Free' argument 1 names different: declaration 'table' definition 'cmap'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:305:29: note: Function 'CharMap_Free' argument 1 names different: declaration 'table' definition 'cmap'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:370:30: style: Function 'CharMap_Index' argument 2 names different: declaration 'charCode' definition 'charcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.h:191:30: note: Function 'CharMap_Index' argument 2 names different: declaration 'charCode' definition 'charcode'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttcmap.c:370:30: note: Function 'CharMap_Index' argument 2 names different: declaration 'charCode' definition 'charcode'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttextend.c:120:26: style: The scope of the variable 'clazz' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttextend.c:151:26: style: The scope of the variable 'clazz' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttfile.c:794:35: style: Function 'TT_Open_Stream' argument 1 names different: declaration 'name' definition 'filepathname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttfile.h:219:34: note: Function 'TT_Open_Stream' argument 1 names different: declaration 'name' definition 'filepathname'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttfile.c:794:35: note: Function 'TT_Open_Stream' argument 1 names different: declaration 'name' definition 'filepathname'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttfile.c:149:18: style: struct member 'TFile_Component_::lock' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttobjs.c:454:15: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttobjs.c:458:7: style: Redundant pointer operation on 'buff' - it's already a pointer. [redundantPointerOp]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.c:505:15: style: The scope of the variable 'oldProfile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.c:1374:15: style: The scope of the variable 'lastProfile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.c:1618:12: style: The scope of the variable 'target' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.c:2460:42: style: Function 'Render_Glyph' argument 3 names different: declaration 'target' definition 'target_map'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.h:99:42: note: Function 'Render_Glyph' argument 3 names different: declaration 'target' definition 'target_map'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/lib/ttraster.c:2460:42: note: Function 'Render_Glyph' argument 3 names different: declaration 'target' definition 'target_map'.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/amigaos/gfsamiga.c:348:15: style: The scope of the variable 'z' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/amigaos/gfsamiga.c:350:12: style: The scope of the variable 'old' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/amigaos/gfsamiga.c:402:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/amigaos/gw_amiga.c:493:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/msdos/gfs_dos.c:162:0: error: #error "Your compiler is not (yet) supported.  Check the source file!" [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/msdos/gmain_dj.c:413:5: style: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/msdos/gmain_dj.c:412:5: note: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/msdos/gmain_dj.c:413:5: note: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/msdos/gmain_dj.c:342:32: style: The scope of the variable 'bit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/os2/gpm_os2.c:291:10: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/os2/gpm_os2.c:291:13: style: The scope of the variable 'target' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/os2/gpm_os2.c:460:21: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:251:5: style: Variable 'xsh.flags' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:250:5: note: Variable 'xsh.flags' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:251:5: note: Variable 'xsh.flags' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:116:39: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:122:20: style: The scope of the variable 'colors' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:299:12: style: The scope of the variable 'z' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/unix/gwin_x11.c:300:12: style: The scope of the variable 'target' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/arch/win16/gw_win16.c:65:0: error: #error Your compiler is not (yet) supported.  Check the source file! [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/blitter.c:257:21: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/blitter.c:311:21: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/blitter.c:375:22: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/display.c:192:20: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/display.c:192:26: style: The scope of the variable 'read' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftdump.c:552:9: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftdump.c:328:21: style: The scope of the variable 'platStr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftdump.c:328:31: style: The scope of the variable 'encoStr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/fterror.c:86:22: style: The scope of the variable 'cod' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/fterror.c:94:33: style: Checking if unsigned variable 'cod' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftmetric.c:101:10: style: Condition 'show_advance' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftmetric.c:90:25: note: Assignment 'show_advance=1', assigned value is 1
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftmetric.c:101:10: note: Condition 'show_advance' is always true
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftsbit.c:244:12: warning: %hi in format string (no. 1) requires 'short *' but the argument type is 'unsigned short *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstring.c:407:10: style: Condition '!XisSetup' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstring.c:292:23: note: Assignment 'XisSetup=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstring.c:407:10: note: Condition '!XisSetup' is always true
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstring.c:216:13: style: Variable 'maxx' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstring.c:217:13: style: Variable 'maxy' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:476:9: warning: %lx in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:101:12: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:101:16: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:139:20: style: The scope of the variable 'colors' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:443:15: style: The scope of the variable 'option' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:382:15: style: Variable 'xmax' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrpnm.c:383:15: style: Variable 'ymax' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:1369:16: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:894:9: error: Common realloc mistake: 'feature_tag_strings' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:897:9: error: Common realloc mistake: 'feature_tags' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:765:0: error: Memory leak: X [memleak]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:765:0: error: Memory leak: Y [memleak]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:656:37: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftstrtto.c:661:39: style: Clarify calculation precedence for '+' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/fttimer.c:233:12: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftview.c:469:23: style: Unsigned variable 'sbit_flag' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/ftzoom.c:267:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/gmain.c:410:5: style: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/gmain.c:409:5: note: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/gmain.c:410:5: note: Variable 'gwindow_height' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/freetype/freetype-1.5/test/gmain.c:339:32: style: The scope of the variable 'bit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:176:19: style: The function 'appendCodeUnit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:63:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:176:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:184:19: style: The function 'appendCodePoint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:72:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:184:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:193:19: style: The function 'appendString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:82:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:193:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:202:19: style: The function 'reserveAppendCapacity' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:93:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:202:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:225:20: style: The function 'getAppendBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:139:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/appendable.h:225:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/localpointer.h:63:0: error: syntax error [syntaxError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:89:5: style: Variable 'mem' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:87:0: note: Variable 'mem' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:89:5: note: Variable 'mem' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:54:21: style: Function 'uprv_realloc' argument 1 names different: declaration 'mem' definition 'buffer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.h:41:20: note: Function 'uprv_realloc' argument 1 names different: declaration 'mem' definition 'buffer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:54:21: note: Function 'uprv_realloc' argument 1 names different: declaration 'mem' definition 'buffer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:75:17: style: Function 'uprv_free' argument 1 names different: declaration 'mem' definition 'buffer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.h:44:17: note: Function 'uprv_free' argument 1 names different: declaration 'mem' definition 'buffer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cmemory.c:75:17: note: Function 'uprv_free' argument 1 names different: declaration 'mem' definition 'buffer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:159:15: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:197:15: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:245:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:245:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:284:23: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:284:27: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:155:49: style: Function 'T_CString_integerToString' argument 2 names different: declaration 'n' definition 'v'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.h:99:49: note: Function 'T_CString_integerToString' argument 2 names different: declaration 'n' definition 'v'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:155:49: note: Function 'T_CString_integerToString' argument 2 names different: declaration 'n' definition 'v'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:193:47: style: Function 'T_CString_int64ToString' argument 2 names different: declaration 'n' definition 'v'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.h:102:47: note: Function 'T_CString_int64ToString' argument 2 names different: declaration 'n' definition 'v'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/cstring.c:193:47: note: Function 'T_CString_int64ToString' argument 2 names different: declaration 'n' definition 'v'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:524:3: style: Variable 'plug' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:522:0: note: Variable 'plug' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:524:3: note: Variable 'plug' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:632:14: style: The scope of the variable 'pluginToRemove' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:430:34: style: Function 'uplug_setPlugNoUnload' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:198:34: note: Function 'uplug_setPlugNoUnload' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:430:34: note: Function 'uplug_setPlugNoUnload' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:437:31: style: Function 'uplug_setPlugLevel' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:207:31: note: Function 'uplug_setPlugLevel' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:437:31: note: Function 'uplug_setPlugLevel' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:443:31: style: Function 'uplug_getPlugLevel' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:216:31: note: Function 'uplug_getPlugLevel' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:443:31: note: Function 'uplug_getPlugLevel' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:449:30: style: Function 'uplug_setPlugName' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:244:30: note: Function 'uplug_setPlugName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:449:30: note: Function 'uplug_setPlugName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:455:30: style: Function 'uplug_getPlugName' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:253:30: note: Function 'uplug_getPlugName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:455:30: note: Function 'uplug_getPlugName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:461:32: style: Function 'uplug_getSymbolName' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:262:32: note: Function 'uplug_getSymbolName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:461:32: note: Function 'uplug_getSymbolName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:466:33: style: Function 'uplug_getLibraryName' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:272:33: note: Function 'uplug_getLibraryName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:466:33: note: Function 'uplug_getLibraryName' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:479:29: style: Function 'uplug_getLibrary' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:282:29: note: Function 'uplug_getLibrary' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:479:29: note: Function 'uplug_getLibrary' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:484:29: style: Function 'uplug_getContext' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:291:29: note: Function 'uplug_getContext' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:484:29: note: Function 'uplug_getContext' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:490:29: style: Function 'uplug_setContext' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:300:29: note: Function 'uplug_setContext' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:490:29: note: Function 'uplug_setContext' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:495:35: style: Function 'uplug_getConfiguration' argument 1 names different: declaration 'plug' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/icuplug.h:311:35: note: Function 'uplug_getConfiguration' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/icuplug.c:495:35: note: Function 'uplug_getConfiguration' argument 1 names different: declaration 'plug' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.cpp:37:44: style: Function 'setLocaleIDs' argument 1 names different: declaration 'valid' definition 'validID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.h:76:35: note: Function 'setLocaleIDs' argument 1 names different: declaration 'valid' definition 'validID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.cpp:37:44: note: Function 'setLocaleIDs' argument 1 names different: declaration 'valid' definition 'validID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.cpp:37:65: style: Function 'setLocaleIDs' argument 2 names different: declaration 'actual' definition 'actualID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.h:76:54: note: Function 'setLocaleIDs' argument 2 names different: declaration 'actual' definition 'actualID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locbased.cpp:37:65: note: Function 'setLocaleIDs' argument 2 names different: declaration 'actual' definition 'actualID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locmap.c:1006:16: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locmap.c:1008:16: style: The scope of the variable 'compVal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/locmap.c:1010:16: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/mutex.h:53:3: style: Class 'Mutex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/mutex.h:123:5: style: Class 'SimpleSingletonWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/mutex.h:179:5: style: Class 'TriStateSingletonWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:191:48: style: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:98:56: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:191:48: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:200:48: style: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:105:56: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:200:48: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:212:33: style: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:134:27: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:212:33: note: Function 'setIndex' argument 1 names different: declaration 'index' definition 'offset'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:64:5: style: Class 'ParsePosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/propsvec.c:95:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/putil.cpp:65:0: error: #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:383:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:179:54: style: Function 'ResourceBundle' argument 1 names different: declaration 'original' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:156:42: note: Function 'ResourceBundle' argument 1 names different: declaration 'original' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:179:54: note: Function 'ResourceBundle' argument 1 names different: declaration 'original' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:192:66: style: Function 'ResourceBundle' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:168:32: note: Function 'ResourceBundle' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:192:66: note: Function 'ResourceBundle' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:203:44: style: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:146:32: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:203:44: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:314:44: style: Function 'get' argument 1 names different: declaration 'index' definition 'indexR'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:371:19: note: Function 'get' argument 1 names different: declaration 'index' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:314:44: note: Function 'get' argument 1 names different: declaration 'index' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:326:51: style: Function 'getStringEx' argument 1 names different: declaration 'index' definition 'indexS'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:383:27: note: Function 'getStringEx' argument 1 names different: declaration 'index' definition 'indexS'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund.cpp:326:51: note: Function 'getStringEx' argument 1 names different: declaration 'index' definition 'indexS'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:130:5: style: Class 'ResourceBundle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:25:57: style: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:106:44: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:25:57: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:27:58: style: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:108:45: note: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:27:58: note: Function 'ResourceBundle' argument 3 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:33:57: style: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:121:44: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:33:57: note: Function 'ResourceBundle' argument 1 names different: declaration 'packageName' definition 'path'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:34:58: style: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/resbund.h:122:45: note: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/resbund_cnv.cpp:34:58: note: Function 'ResourceBundle' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3562:36: style: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3383:35: note: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3562:36: note: Function 'pinIndices' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3633:23: style: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3263:20: note: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3633:23: note: Function 'doCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3686:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:349:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3686:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3687:37: style: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:350:31: note: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3687:37: note: Function 'compare' argument 3 names different: declaration 'text' definition 'srcText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3697:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:370:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3697:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3705:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:405:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3705:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3711:24: style: Function 'compare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:426:18: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3711:24: note: Function 'compare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3728:48: style: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3276:35: note: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3728:48: note: Function 'doCompareCodePointOrder' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3747:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:493:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3747:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3758:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:518:48: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3758:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3766:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:564:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3766:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3772:46: style: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:589:47: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3772:46: note: Function 'compareCodePointOrder' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3789:38: style: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3289:25: note: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3789:38: note: Function 'doCaseCompare' argument 2 names different: declaration 'length' definition 'thisLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3810:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:662:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3810:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3825:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:689:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3825:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3835:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:739:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3835:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3843:36: style: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:766:18: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3843:36: note: Function 'caseCompare' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3866:24: style: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:956:23: note: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3866:24: note: Function 'indexOf' argument 5 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3891:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:934:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3891:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3906:24: style: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:988:23: note: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3906:24: note: Function 'indexOf' argument 4 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3912:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1066:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3912:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3918:24: style: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1081:23: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3918:24: note: Function 'indexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3947:24: style: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1171:23: note: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3947:24: note: Function 'lastIndexOf' argument 4 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3963:24: style: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1140:23: note: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3963:24: note: Function 'lastIndexOf' argument 5 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3977:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1118:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3977:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3994:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1249:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3994:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4000:24: style: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1264:23: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4000:24: note: Function 'lastIndexOf' argument 3 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4093:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2251:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4093:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4099:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2233:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4099:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4107:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2290:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4107:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4114:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2272:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4114:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4122:24: style: Function 'replace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2306:22: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4122:24: note: Function 'replace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4148:27: style: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2418:25: note: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4148:27: note: Function 'findAndReplace' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4159:22: style: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:3325:18: note: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4159:22: note: Function 'doExtract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4165:24: style: Function 'extract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1406:20: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4165:24: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4166:23: style: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1407:19: note: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4166:23: note: Function 'extract' argument 3 names different: declaration 'dst' definition 'target'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4167:24: style: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1408:20: note: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4167:24: note: Function 'extract' argument 4 names different: declaration 'dstStart' definition 'targetStart'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4172:24: style: Function 'extract' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1446:20: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4172:24: note: Function 'extract' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4180:24: style: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1561:26: note: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4180:24: note: Function 'extract' argument 2 names different: declaration 'startLength' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4181:22: style: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:1562:24: note: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4181:22: note: Function 'extract' argument 3 names different: declaration 'target' definition 'dst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4441:22: style: Function 'remove' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2467:40: note: Function 'remove' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4441:22: note: Function 'remove' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4485:24: style: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2555:22: note: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:4485:24: note: Function 'reverse' argument 2 names different: declaration 'length' definition '_length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:23:67: style: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.h:101:48: note: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:23:67: note: Function 'RuleCharacterIterator' argument 1 names different: declaration 'text' definition 'theText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:23:95: style: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.h:101:73: note: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:23:95: note: Function 'RuleCharacterIterator' argument 2 names different: declaration 'sym' definition 'theSym'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:24:38: style: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.h:102:42: note: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.cpp:24:38: note: Function 'RuleCharacterIterator' argument 3 names different: declaration 'pos' definition 'thePos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ruleiter.h:133:5: style: The struct 'Pos' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2867:29: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2878:29: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2890:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unistr.h:2966:31: style: Class 'UnicodeString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:164:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uobject.h:243:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/parsepos.h:164:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/schriter.h:52:3: style: Class 'StringCharacterIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uarrsort.c:123:13: style: The scope of the variable 'left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uarrsort.c:123:19: style: The scope of the variable 'right' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:792:16: style: The scope of the variable 'level' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:1502:13: style: The scope of the variable 'oldStateImp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:1502:36: style: The scope of the variable 'actionImp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:1503:29: style: The scope of the variable 'cell' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:1632:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:2088:21: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:2160:30: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi.c:427:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi_props.c:68:19: style: The scope of the variable 'jg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidi_props.c:151:18: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidiln.c:26:0: error: #error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidiwrt.c:123:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidiwrt.c:458:26: style: The scope of the variable 'src' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidiwrt.c:461:21: style: The scope of the variable 'markFlag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ubidiwrt.c:585:26: style: The scope of the variable 'src' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uchar.c:530:27: style: Function 'uscript_getScript' argument 1 names different: declaration 'codepoint' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uscript.h:457:27: note: Function 'uscript_getScript' argument 1 names different: declaration 'codepoint' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uchar.c:530:27: note: Function 'uscript_getScript' argument 1 names different: declaration 'codepoint' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uchar.c:530:42: style: Function 'uscript_getScript' argument 2 names different: declaration 'err' definition 'pErrorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uscript.h:457:50: note: Function 'uscript_getScript' argument 2 names different: declaration 'err' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uchar.c:530:42: note: Function 'uscript_getScript' argument 2 names different: declaration 'err' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucln_cmn.c:61:59: style: Function 'ucln_cleanupOne' argument 1 names different: declaration 'type' definition 'libType'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucln.h:87:59: note: Function 'ucln_cleanupOne' argument 1 names different: declaration 'type' definition 'libType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucln_cmn.c:61:59: note: Function 'ucln_cleanupOne' argument 1 names different: declaration 'type' definition 'libType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.c:315:49: style: Function 'udata_checkCommonData' argument 1 names different: declaration 'pData' definition 'udm'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.h:109:49: note: Function 'udata_checkCommonData' argument 1 names different: declaration 'pData' definition 'udm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.c:315:49: note: Function 'udata_checkCommonData' argument 1 names different: declaration 'pData' definition 'udm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.c:315:66: style: Function 'udata_checkCommonData' argument 2 names different: declaration 'pErrorCode' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.h:109:68: note: Function 'udata_checkCommonData' argument 2 names different: declaration 'pErrorCode' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucmndata.c:315:66: note: Function 'udata_checkCommonData' argument 2 names different: declaration 'pErrorCode' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1746:23: warning: Either the condition 'dest!=((void*)0)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1749:54: note: Assuming that condition 'dest!=((void*)0)' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1746:23: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1806:23: warning: Either the condition 'dest!=((void*)0)' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1809:54: note: Assuming that condition 'dest!=((void*)0)' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1806:23: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:833:13: style: The scope of the variable 'errorInputLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1278:13: style: The scope of the variable 'errorInputLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1721:18: style: The scope of the variable 'srcLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1722:26: style: The scope of the variable 'destLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1781:17: style: The scope of the variable 'srcLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1782:27: style: The scope of the variable 'destLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:69:24: style: Function 'ucnv_open' argument 1 names different: declaration 'converterName' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:365:23: note: Function 'ucnv_open' argument 1 names different: declaration 'converterName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:69:24: note: Function 'ucnv_open' argument 1 names different: declaration 'converterName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:420:27: style: Function 'ucnv_getSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:603:26: note: Function 'ucnv_getSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:420:27: note: Function 'ucnv_getSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:445:33: style: Function 'ucnv_setSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:628:32: note: Function 'ucnv_setSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:445:33: note: Function 'ucnv_setSubstChars' argument 2 names different: declaration 'subChars' definition 'mySubChar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1170:30: style: Function 'ucnv_fromUnicode' argument 1 names different: declaration 'converter' definition 'cnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:1129:32: note: Function 'ucnv_fromUnicode' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1170:30: note: Function 'ucnv_fromUnicode' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1616:28: style: Function 'ucnv_toUnicode' argument 1 names different: declaration 'converter' definition 'cnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:1198:28: note: Function 'ucnv_toUnicode' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1616:28: note: Function 'ucnv_toUnicode' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1841:31: style: Function 'ucnv_getNextUChar' argument 1 names different: declaration 'converter' definition 'cnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:1343:32: note: Function 'ucnv_getNextUChar' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1841:31: note: Function 'ucnv_getNextUChar' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:2665:31: style: Function 'ucnv_fixFileSeparator' argument 3 names different: declaration 'sourceLen' definition 'sourceLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:1901:69: note: Function 'ucnv_fixFileSeparator' argument 3 names different: declaration 'sourceLen' definition 'sourceLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:2665:31: note: Function 'ucnv_fixFileSeparator' argument 3 names different: declaration 'sourceLen' definition 'sourceLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:2728:31: style: Function 'ucnv_getInvalidUChars' argument 2 names different: declaration 'errUChars' definition 'errChars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:699:30: note: Function 'ucnv_getInvalidUChars' argument 2 names different: declaration 'errUChars' definition 'errChars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:2728:31: note: Function 'ucnv_getInvalidUChars' argument 2 names different: declaration 'errUChars' definition 'errChars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:881:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:970:21: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1326:9: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv.c:1415:21: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_ct.c:306:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:74:32: style: Function 'UCNV_TO_U_CALLBACK_STOP' argument 3 names different: declaration 'codeUnits' definition 'codePoints'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:261:31: note: Function 'UCNV_TO_U_CALLBACK_STOP' argument 3 names different: declaration 'codeUnits' definition 'codePoints'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:74:32: note: Function 'UCNV_TO_U_CALLBACK_STOP' argument 3 names different: declaration 'codeUnits' definition 'codePoints'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:107:46: style: Function 'UCNV_FROM_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:317:46: note: Function 'UCNV_FROM_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:107:46: note: Function 'UCNV_FROM_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:134:53: style: Function 'UCNV_FROM_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:373:46: note: Function 'UCNV_FROM_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:134:53: note: Function 'UCNV_FROM_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'fromUArgs' definition 'fromArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:290:43: style: Function 'UCNV_TO_U_CALLBACK_SKIP' argument 2 names different: declaration 'toUArgs' definition 'toArgs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:401:44: note: Function 'UCNV_TO_U_CALLBACK_SKIP' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:290:43: note: Function 'UCNV_TO_U_CALLBACK_SKIP' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:310:43: style: Function 'UCNV_TO_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:427:44: note: Function 'UCNV_TO_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:310:43: note: Function 'UCNV_TO_U_CALLBACK_SUBSTITUTE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:334:43: style: Function 'UCNV_TO_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv_err.h:453:44: note: Function 'UCNV_TO_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_err.c:334:43: note: Function 'UCNV_TO_U_CALLBACK_ESCAPE' argument 2 names different: declaration 'toUArgs' definition 'toArgs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_lmb.c:851:21: style: The scope of the variable 'pLMBCS' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_lmb.c:852:12: style: The scope of the variable 'bytes_written' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_lmb.c:881:19: style: The scope of the variable 'OldConverterIndex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_u16.c:61:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_u16.c:270:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_u16.c:660:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnv_u16.c:869:14: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvbocu.cpp:902:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvdisp.c:34:39: style: Function 'ucnv_getDisplayName' argument 1 names different: declaration 'converter' definition 'cnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:834:39: note: Function 'ucnv_getDisplayName' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvdisp.c:34:39: note: Function 'ucnv_getDisplayName' argument 1 names different: declaration 'converter' definition 'cnv'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvdisp.c:37:33: style: Function 'ucnv_getDisplayName' argument 5 names different: declaration 'err' definition 'pErrorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ucnv.h:838:33: note: Function 'ucnv_getDisplayName' argument 5 names different: declaration 'err' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvdisp.c:37:33: note: Function 'ucnv_getDisplayName' argument 5 names different: declaration 'err' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:196:17: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1003:48: warning: Either the condition 'sourceChar!=2405' is redundant or the array 'fromUnicodeTable[128]' is accessed at index 2405, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:974:54: note: Assuming that condition 'sourceChar!=2405' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1003:48: note: Array index out of bounds
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1006:35: warning: Either the condition 'sourceChar!=2405' is redundant or the array 'validityTable[128]' is accessed at index 2405, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:974:54: note: Assuming that condition 'sourceChar!=2405' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1006:35: note: Array index out of bounds
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1243:42: error: Array 'validityTable[128]' accessed at index 2416, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1240:60: note: Assignment 'targetUniChar=(sourceChar==191)?2416:2386', assigned value is 2416
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvisci.c:1243:42: note: Array index out of bounds
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:192:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:190:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:192:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:194:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:192:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:194:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:196:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:194:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:196:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:198:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:196:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:198:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:200:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:198:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:200:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:202:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:200:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:202:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:204:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:202:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:204:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:206:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:204:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:206:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:208:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:206:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:208:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:210:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:208:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:210:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:212:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:210:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:212:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:214:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:212:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:214:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:216:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:214:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:216:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:218:13: style: Variable 'u' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:216:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:218:13: note: Variable 'u' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:583:13: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvlat1.c:640:17: style: The scope of the variable 'oredChars' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:505:8: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:600:8: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1572:22: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1580:22: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2260:0: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2303:0: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:5480:11: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2093:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2091:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2093:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2095:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2093:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2095:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2097:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2095:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2097:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2099:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2097:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2099:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2101:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2099:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2101:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2103:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2101:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2103:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2105:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2103:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2105:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2107:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2105:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2107:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2109:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2107:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2109:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2111:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2109:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2111:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2113:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2111:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2113:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2115:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2113:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2115:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2117:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2115:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2117:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2119:13: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2117:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2119:13: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1374:22: style: The scope of the variable 'st2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1761:12: style: The scope of the variable 'maxBytesPerUChar' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1858:29: style: The scope of the variable 'toUFallbacks' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1859:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1859:17: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1898:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2085:31: style: The scope of the variable 'oredEntries' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2741:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2742:13: style: The scope of the variable 'action' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2831:13: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3127:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4676:21: style: The scope of the variable 'table' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4681:14: style: The scope of the variable 'stage2Entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4682:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:5501:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:650:16: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1545:55: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1955:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2175:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2442:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2486:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:2771:26: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3329:27: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 3329. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3329:17: note: Assuming that condition 'c<=127' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3329:27: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3792:23: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 3792. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3792:13: note: Assuming that condition 'c<=127' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:3792:23: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4057:27: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 4057. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4057:17: note: Assuming that condition 'c<=127' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:4057:27: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvmbcs.c:1707:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:898:41: warning: Shifting 64-bit value by 127 bits is undefined behaviour. See condition at line 897. [shiftTooManyBits]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:897:27: note: Assuming that condition 'c<=127' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:898:41: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1464:10: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 1449. [shiftTooManyBits]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1449:9: note: case 4: length is 4 here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1464:10: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1901:10: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 1886. [shiftTooManyBits]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1886:9: note: case 4: length is 4 here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ucnvscsu.c:1901:10: note: Shift
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uversion.h:126:0: error: Analysis failed. If the code is valid then please report this failure. [cppcheckError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/udataswp.c:37:14: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/udataswp.c:85:14: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/udataswp.c:223:13: style: The scope of the variable 'args' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uhash.c:760:25: style: The scope of the variable 'e' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uhash.c:562:24: style: Function 'uhash_init' argument 1 names different: declaration 'hash' definition 'fillinResult'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uhash.h:222:24: note: Function 'uhash_init' argument 1 names different: declaration 'hash' definition 'fillinResult'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uhash.c:562:24: note: Function 'uhash_init' argument 1 names different: declaration 'hash' definition 'fillinResult'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:185:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:300:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:337:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:377:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:414:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:454:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:499:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:542:13: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uinvchar.c:542:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:365:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:367:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:369:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:371:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:383:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:384:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:388:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:390:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:391:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:401:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:406:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:413:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:414:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:423:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:424:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:432:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:433:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:441:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:450:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:453:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:497:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:506:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uiter.cpp:515:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ulist.c:193:9: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1288:5: style: Variable 'keywordEnum' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1285:0: note: Variable 'keywordEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1288:5: note: Variable 'keywordEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:473:17: style: The scope of the variable 'cmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:509:17: style: The scope of the variable 'cmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1159:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1243:25: style: The scope of the variable 'varLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:1883:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2685:13: style: The scope of the variable 'kwdCnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2747:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2663:32: style: Function 'uloc_toLanguageTag' argument 5 names different: declaration 'err' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uloc.h:1125:32: note: Function 'uloc_toLanguageTag' argument 5 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2663:32: note: Function 'uloc_toLanguageTag' argument 5 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2742:33: style: Function 'uloc_forLanguageTag' argument 5 names different: declaration 'err' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uloc.h:1097:33: note: Function 'uloc_forLanguageTag' argument 5 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uloc_tag.c:2742:33: note: Function 'uloc_forLanguageTag' argument 5 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umapfile.c:159:31: style: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umapfile.h:30:41: note: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umapfile.c:159:31: note: Function 'uprv_mapFile' argument 1 names different: declaration 'pdm' definition 'pData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umath.c:14:18: style: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/putilimp.h:321:47: note: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umath.c:14:18: note: Function 'uprv_max' argument 1 names different: declaration 'd' definition 'x'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umath.c:20:18: style: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/putilimp.h:326:47: note: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umath.c:20:18: note: Function 'uprv_min' argument 1 names different: declaration 'd' definition 'x'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:54: style: Function 'u_setMutexFunctions' argument 2 names different: declaration 'init' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:165:54: note: Function 'u_setMutexFunctions' argument 2 names different: declaration 'init' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:54: note: Function 'u_setMutexFunctions' argument 2 names different: declaration 'init' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:65: style: Function 'u_setMutexFunctions' argument 3 names different: declaration 'destroy' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:165:68: note: Function 'u_setMutexFunctions' argument 3 names different: declaration 'destroy' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:65: note: Function 'u_setMutexFunctions' argument 3 names different: declaration 'destroy' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:76: style: Function 'u_setMutexFunctions' argument 4 names different: declaration 'lock' definition 'l'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:165:85: note: Function 'u_setMutexFunctions' argument 4 names different: declaration 'lock' definition 'l'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:76: note: Function 'u_setMutexFunctions' argument 4 names different: declaration 'lock' definition 'l'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:87: style: Function 'u_setMutexFunctions' argument 5 names different: declaration 'unlock' definition 'u'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:165:99: note: Function 'u_setMutexFunctions' argument 5 names different: declaration 'unlock' definition 'u'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:401:87: note: Function 'u_setMutexFunctions' argument 5 names different: declaration 'unlock' definition 'u'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:543:63: style: Function 'u_setAtomicIncDecFunctions' argument 2 names different: declaration 'inc' definition 'ip'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:195:63: note: Function 'u_setAtomicIncDecFunctions' argument 2 names different: declaration 'inc' definition 'ip'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:543:63: note: Function 'u_setAtomicIncDecFunctions' argument 2 names different: declaration 'inc' definition 'ip'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:543:81: style: Function 'u_setAtomicIncDecFunctions' argument 3 names different: declaration 'dec' definition 'dp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/uclean.h:195:82: note: Function 'u_setAtomicIncDecFunctions' argument 3 names different: declaration 'dec' definition 'dp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/umutex.c:543:81: note: Function 'u_setAtomicIncDecFunctions' argument 3 names different: declaration 'dec' definition 'dp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:47:31: style: Function 'unorm_quickCheck' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:233:31: note: Function 'unorm_quickCheck' argument 1 names different: declaration 'source' definition 'src'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:47:31: note: Function 'unorm_quickCheck' argument 1 names different: declaration 'source' definition 'src'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:48:26: style: Function 'unorm_quickCheck' argument 2 names different: declaration 'sourcelength' definition 'srcLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:233:47: note: Function 'unorm_quickCheck' argument 2 names different: declaration 'sourcelength' definition 'srcLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:48:26: note: Function 'unorm_quickCheck' argument 2 names different: declaration 'sourcelength' definition 'srcLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:50:30: style: Function 'unorm_quickCheck' argument 4 names different: declaration 'status' definition 'pErrorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:235:30: note: Function 'unorm_quickCheck' argument 4 names different: declaration 'status' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:50:30: note: Function 'unorm_quickCheck' argument 4 names different: declaration 'status' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:97:30: style: Function 'unorm_normalize' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:207:30: note: Function 'unorm_normalize' argument 1 names different: declaration 'source' definition 'src'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:97:30: note: Function 'unorm_normalize' argument 1 names different: declaration 'source' definition 'src'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:97:43: style: Function 'unorm_normalize' argument 2 names different: declaration 'sourceLength' definition 'srcLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:207:46: note: Function 'unorm_normalize' argument 2 names different: declaration 'sourceLength' definition 'srcLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:97:43: note: Function 'unorm_normalize' argument 2 names different: declaration 'sourceLength' definition 'srcLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:99:24: style: Function 'unorm_normalize' argument 5 names different: declaration 'result' definition 'dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:209:24: note: Function 'unorm_normalize' argument 5 names different: declaration 'result' definition 'dest'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:99:24: note: Function 'unorm_normalize' argument 5 names different: declaration 'result' definition 'dest'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:99:38: style: Function 'unorm_normalize' argument 6 names different: declaration 'resultLength' definition 'destCapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:209:40: note: Function 'unorm_normalize' argument 6 names different: declaration 'resultLength' definition 'destCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:99:38: note: Function 'unorm_normalize' argument 6 names different: declaration 'resultLength' definition 'destCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:100:29: style: Function 'unorm_normalize' argument 7 names different: declaration 'status' definition 'pErrorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/unorm.h:210:29: note: Function 'unorm_normalize' argument 7 names different: declaration 'status' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unorm.cpp:100:29: note: Function 'unorm_normalize' argument 7 names different: declaration 'status' definition 'pErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:115:5: warning: Member variable 'ReorderingBuffer::codePointStart' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:115:5: warning: Member variable 'ReorderingBuffer::codePointLimit' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::minYesNo' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::minYesNoMappingsOnly' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::minNoNo' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::limitNoNo' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::minMaybeYes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::maybeYesCompositions' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::extraData' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::smallFCD' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/normalizer2impl.h:218:5: warning: Member variable 'Normalizer2Impl::tccc180' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrie2.h:664:5: style: Class 'UTrie2Singleton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:484:5: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:215:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:484:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:502:5: style: The function 'normalizeSecondAndAppend' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:233:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:502:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:520:5: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:251:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:520:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:536:5: style: The function 'getDecomposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:269:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:536:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:550:5: style: The function 'getRawDecomposition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:296:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:550:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:563:5: style: The function 'composePair' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:314:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:563:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:574:5: style: The function 'getCombiningClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:325:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:574:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:588:5: style: The function 'isNormalized' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:342:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:588:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:601:5: style: The function 'quickCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:360:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:601:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:614:5: style: The function 'spanQuickCheckYes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:385:5: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:614:5: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:624:19: style: The function 'hasBoundaryBefore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:400:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:624:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:634:19: style: The function 'hasBoundaryAfter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:416:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:634:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:643:19: style: The function 'isInert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:431:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/normalizer2.h:643:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ures_cnv.c:33:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ures_cnv.c:28:25: style: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ures.h:207:25: note: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ures_cnv.c:28:25: note: Function 'ures_openU' argument 1 names different: declaration 'packageName' definition 'myPath'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ures_cnv.c:29:24: style: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ures.h:208:24: note: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ures_cnv.c:29:24: note: Function 'ures_openU' argument 2 names different: declaration 'locale' definition 'localeID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:78:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:109:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:771:22: style: The scope of the variable 'item' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:932:22: style: The scope of the variable 'item' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:419:32: style: Function 'res_getTableItemByKey' argument 3 names different: declaration 'indexS' definition 'indexR'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.h:382:78: note: Function 'res_getTableItemByKey' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:419:32: note: Function 'res_getTableItemByKey' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:467:33: style: Function 'res_getTableItemByIndex' argument 3 names different: declaration 'indexS' definition 'indexR'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.h:379:79: note: Function 'res_getTableItemByIndex' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:467:33: note: Function 'res_getTableItemByIndex' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:524:72: style: Function 'res_getArrayItem' argument 3 names different: declaration 'indexS' definition 'indexR'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.h:376:72: note: Function 'res_getArrayItem' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/uresdata.c:524:72: note: Function 'res_getArrayItem' argument 3 names different: declaration 'indexS' definition 'indexR'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/usc_impl.c:149:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:129:20: style: Function 'u_uastrncpy' argument 1 names different: declaration 'dst' definition 'ucs1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:707:46: note: Function 'u_uastrncpy' argument 1 names different: declaration 'dst' definition 'ucs1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:129:20: note: Function 'u_uastrncpy' argument 1 names different: declaration 'dst' definition 'ucs1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:130:24: style: Function 'u_uastrncpy' argument 2 names different: declaration 'src' definition 's2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:708:25: note: Function 'u_uastrncpy' argument 2 names different: declaration 'src' definition 's2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:130:24: note: Function 'u_uastrncpy' argument 2 names different: declaration 'src' definition 's2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:161:19: style: Function 'u_uastrcpy' argument 1 names different: declaration 'dst' definition 'ucs1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:692:45: note: Function 'u_uastrcpy' argument 1 names different: declaration 'dst' definition 'ucs1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:161:19: note: Function 'u_uastrcpy' argument 1 names different: declaration 'dst' definition 'ucs1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:162:23: style: Function 'u_uastrcpy' argument 2 names different: declaration 'src' definition 's2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:693:28: note: Function 'u_uastrcpy' argument 2 names different: declaration 'src' definition 's2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:162:23: note: Function 'u_uastrcpy' argument 2 names different: declaration 'src' definition 's2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:201:19: style: Function 'u_austrncpy' argument 1 names different: declaration 'dst' definition 's1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:736:44: note: Function 'u_austrncpy' argument 1 names different: declaration 'dst' definition 's1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:201:19: note: Function 'u_austrncpy' argument 1 names different: declaration 'dst' definition 's1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:202:22: style: Function 'u_austrncpy' argument 2 names different: declaration 'src' definition 'ucs2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:737:26: note: Function 'u_austrncpy' argument 2 names different: declaration 'src' definition 'ucs2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:202:22: note: Function 'u_austrncpy' argument 2 names different: declaration 'src' definition 'ucs2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:233:18: style: Function 'u_austrcpy' argument 1 names different: declaration 'dst' definition 's1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:721:43: note: Function 'u_austrcpy' argument 1 names different: declaration 'dst' definition 's1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:233:18: note: Function 'u_austrcpy' argument 1 names different: declaration 'dst' definition 's1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:234:23: style: Function 'u_austrcpy' argument 2 names different: declaration 'src' definition 'ucs2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/ustring.h:722:26: note: Function 'u_austrcpy' argument 2 names different: declaration 'src' definition 'ucs2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustr_cnv.c:234:23: note: Function 'u_austrcpy' argument 2 names different: declaration 'src' definition 'ucs2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/ustrfmt.c:32:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utf_impl.c:252:13: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utf_impl.c:344:13: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:141:5: style: Variable 'incVal' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:136:0: note: Variable 'incVal' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:141:5: note: Variable 'incVal' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:89:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:190:15: style: The scope of the variable 'fmtC' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:285:27: style: The scope of the variable 'charsToOutput' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:286:27: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:78:21: style: Function 'utrace_data' argument 1 names different: declaration 'utraceFnNumber' definition 'fnNumber'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utracimp.h:118:21: note: Function 'utrace_data' argument 1 names different: declaration 'utraceFnNumber' definition 'fnNumber'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:78:21: note: Function 'utrace_data' argument 1 names different: declaration 'utraceFnNumber' definition 'fnNumber'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:412:25: style: Function 'utrace_setLevel' argument 1 names different: declaration 'traceLevel' definition 'level'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/unicode/utrace.h:98:25: note: Function 'utrace_setLevel' argument 1 names different: declaration 'traceLevel' definition 'level'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/common/utrace.c:412:25: note: Function 'utrace_setLevel' argument 1 names different: declaration 'traceLevel' definition 'level'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.cpp:76:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:138:53: style: Function 'reset' argument 2 names different: declaration 'count' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:44:39: note: Function 'reset' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:138:53: note: Function 'reset' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:100:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:105:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/scrptrun/scrptrun.h:110:19: warning: Member variable 'ScriptRun::parenStack' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uconv.cpp:985:38: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uconv.cpp:85:14: style: The scope of the variable 'dataPath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uconv.cpp:864:25: style: The scope of the variable 'chunkLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uwmsg.c:107:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uwmsg.c:106:0: note: Variable 'b' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/extra/uconv/uwmsg.c:107:5: note: Variable 'b' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:487:71: style: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:255:66: note: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:487:71: note: Function 'setInflowLabel' argument 1 names different: declaration 'inflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:494:73: style: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:278:68: note: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:494:73: note: Function 'setOverflowLabel' argument 1 names different: declaration 'overflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:501:74: style: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:298:69: note: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:501:74: note: Function 'setUnderflowLabel' argument 1 names different: declaration 'underflowLabel' definition 'label'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1028:56: style: Function 'initPinyinBounds' argument 1 names different: declaration 'coll' definition 'col'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:548:44: note: Function 'initPinyinBounds' argument 1 names different: declaration 'coll' definition 'col'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1028:56: note: Function 'initPinyinBounds' argument 1 names different: declaration 'coll' definition 'col'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1061:96: style: Function 'hackName' argument 3 names different: declaration 'coll' definition 'col'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:547:84: note: Function 'hackName' argument 3 names different: declaration 'coll' definition 'col'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1061:96: note: Function 'hackName' argument 3 names different: declaration 'coll' definition 'col'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1139:33: style: Function 'Record' argument 1 names different: declaration 'alphaIndex' definition 'AlphabeticIndex'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:593:34: note: Function 'Record' argument 1 names different: declaration 'alphaIndex' definition 'AlphabeticIndex'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1139:33: note: Function 'Record' argument 1 names different: declaration 'alphaIndex' definition 'AlphabeticIndex'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1176:62: style: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:405:58: note: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/alphaindex.cpp:1176:62: note: Function 'getBucketIndex' argument 1 names different: declaration 'itemName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::inputRecords_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::bucketList_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::labelsIterIndex_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::itemsIterIndex_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::currentBucket_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::indexBuildRequired_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::maxLabelCount_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::alreadyIn_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::initialLabels_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::labels_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::noDistinctSorting_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::notAlphabetic_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::firstScriptCharacters_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::locale_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::collator_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::collatorPrimaryOnly_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::inflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::overflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::underflowLabel_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::overflowComparisonString_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::langType_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/alphaindex.h:526:23: warning: Member variable 'AlphabeticIndex::recordCounter_' is not assigned a value in 'AlphabeticIndex::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:224:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:249:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:224:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:232:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:257:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:232:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:240:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:264:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:240:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:279:31: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:350:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:279:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:295:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:365:30: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:295:30: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:312:31: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:381:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:312:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:329:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:398:30: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:329:30: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:367:31: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:418:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:367:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:387:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:438:30: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:387:30: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:402:30: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:453:30: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:402:30: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:418:27: style: The function 'getCollationKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:489:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:418:27: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:435:27: style: The function 'getCollationKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:509:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:435:27: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:445:21: style: The function 'hashCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:517:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:445:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:457:26: style: The function 'getLocale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:531:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:457:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:472:18: style: The function 'getVersion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:818:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:472:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:496:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:830:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:496:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:550:18: style: The function 'setAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:840:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:550:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:560:32: style: The function 'getAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:851:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:560:32: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:573:22: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:864:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:573:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:584:22: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:875:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:584:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:593:18: style: The function 'setVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:884:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:593:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:601:22: style: The function 'getVariableTop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:892:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:601:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:612:25: style: The function 'getTailoredSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:903:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:612:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:619:23: style: The function 'safeClone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:911:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:619:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:631:21: style: The function 'getSortKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:925:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:631:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:646:21: style: The function 'getSortKey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:944:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:646:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:659:32: style: The function 'getStrength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:578:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:659:32: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:667:18: style: The function 'setStrength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:598:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:667:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:682:32: style: The function 'getReorderCodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:615:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:682:32: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:696:29: style: The function 'setReorderCodes' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:633:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:696:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:878:18: style: The function 'setLocales' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:1039:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:878:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:936:21: style: The function 'internalGetShortDefinitionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:1075:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:936:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:278:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:113:57: style: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:93:42: note: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:113:57: note: Function 'ScriptRunIterator' argument 1 names different: declaration 'text' definition 'theText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:114:46: style: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:93:56: note: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:114:46: note: Function 'ScriptRunIterator' argument 2 names different: declaration 'start' definition 'myStart'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:114:63: style: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:93:71: note: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:114:63: note: Function 'ScriptRunIterator' argument 3 names different: declaration 'limit' definition 'myLimit'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:228:80: style: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:72:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:228:80: note: Function 'handleTransliterate' argument 2 names different: declaration 'index' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:229:51: style: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:73:44: note: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:229:51: note: Function 'handleTransliterate' argument 3 names different: declaration 'incremental' definition 'isIncremental'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.cpp:113:20: warning: Member variable 'ScriptRunIterator::start' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:35:1: warning: The class 'AnyTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:46:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:46:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:52:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:52:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:58:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:58:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:67:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:67:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:72:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:72:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:78:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/anytrans.h:78:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2359:36: style: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:298:57: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2359:36: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2359:54: style: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:298:82: note: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2359:54: note: Function 'createInstance' argument 2 names different: declaration 'success' definition 'errorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:637:60: style: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.h:483:42: note: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:637:60: note: Function 'getSunLongitude' argument 1 names different: declaration 'julianDay' definition 'jDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.h:299:3: style: Class 'CalendarAstronomer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.h:588:5: style: Class 'MoonAge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:725:20: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.h:648:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:725:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:1227:20: style: The function 'eval' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.h:648:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/astro.cpp:1227:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/basictz.cpp:38:76: style: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:83:44: note: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/basictz.cpp:38:76: note: Function 'hasEquivalentTransitions' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bms.cpp:38:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bms.cpp:47:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bms.cpp:76:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bms.cpp:83:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/colldata.h:181:5: style: Class 'StringList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bmsearch.cpp:115:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/bocsu.cpp:72:13: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.cpp:87:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.cpp:82:82: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:92:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.cpp:82:82: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.cpp:60:22: warning: Member variable 'BreakTransliterator::sText' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:41:5: style: Class 'BreakTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:57:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:57:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:74:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:74:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:92:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/brktrans.h:92:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:169:5: style: Class 'GregorianCalendar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:302:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:302:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:349:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:454:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:349:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:362:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:614:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:362:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:375:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:638:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:375:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:406:13: style: The function 'getActualMinimum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1066:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:406:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:431:21: style: The function 'getActualMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1104:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:431:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:442:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:442:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:456:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:456:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:482:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:482:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:509:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:509:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:520:21: style: The function 'handleComputeJulianDay' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1627:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:520:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:529:21: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:529:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:538:21: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1606:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:538:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:613:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:613:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:623:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:623:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:633:21: style: The function 'handleGetExtendedYearFromWeekFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1637:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:633:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:651:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:651:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:758:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:758:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:764:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:764:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:770:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:770:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:95:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:302:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:95:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:108:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:456:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:108:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:129:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:482:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:129:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:143:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:623:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:143:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:149:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:651:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:149:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:157:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:613:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:157:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:171:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:509:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:171:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:178:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:178:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:185:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:185:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:191:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/buddhcal.h:191:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:478:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:869:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:918:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1040:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1087:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:2261:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:2420:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:3591:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:3553:13: style: The scope of the variable 'index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:3554:13: style: The scope of the variable 'currentValue' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:918:61: style: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:616:62: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:918:61: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawOffsetRef'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:919:36: style: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:617:37: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:919:36: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstOffsetRef'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:822:36: style: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:338:57: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:822:36: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:931:42: style: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:352:63: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:931:42: note: Function 'createInstance' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:51: style: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1677:45: note: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:51: note: Function 'newestStamp' argument 1 names different: declaration 'start' definition 'first'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:78: style: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1677:72: note: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:78: note: Function 'newestStamp' argument 2 names different: declaration 'end' definition 'last'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:92: style: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1677:85: note: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1183:92: note: Function 'newestStamp' argument 3 names different: declaration 'bestSoFar' definition 'bestStampSoFar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1262:42: style: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1427:44: note: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1262:42: note: Function 'computeFields' argument 1 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1966:41: style: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:752:43: note: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1966:41: note: Function 'fieldDifference' argument 1 names different: declaration 'when' definition 'targetMs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1966:90: style: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:752:88: note: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:1966:90: note: Function 'fieldDifference' argument 3 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:2067:35: style: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:762:34: note: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:2067:35: note: Function 'adoptTimeZone' argument 1 names different: declaration 'value' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:3426:82: style: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2121:88: note: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/calendar.cpp:3426:82: note: Function 'setWeekData' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:623:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:161:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:623:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:712:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:50:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:712:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:722:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:60:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:722:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:732:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:93:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:732:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:750:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:111:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:750:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:258:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:50:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:258:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:268:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:60:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:268:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:278:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:93:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:278:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:296:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:111:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:296:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:303:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:161:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:303:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:322:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:50:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:322:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:332:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:60:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:332:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:342:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:93:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:342:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:360:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:111:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:360:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:92:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:302:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:92:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:105:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:456:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:105:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:126:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:482:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:126:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:140:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:623:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:140:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:146:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:651:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:146:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:154:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:613:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:154:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:160:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:160:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:167:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:167:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:173:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/taiwncal.h:173:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:102:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:302:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:102:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:109:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:623:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:109:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:115:21: style: The function 'getActualMaximum' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:431:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:115:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:129:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:456:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:129:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:150:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:482:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:150:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:156:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:758:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:156:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:162:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:764:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:162:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:167:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:770:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:167:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:177:21: style: The function 'internalGetEra' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:494:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:177:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:183:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:651:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:183:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:189:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:613:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:189:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:198:21: style: The function 'getDefaultMonthInYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1921:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:198:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:208:21: style: The function 'getDefaultDayInMonth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1931:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/japancal.h:208:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:230:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:230:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:292:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:292:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:301:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:301:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:307:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1606:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:307:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:317:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:317:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:326:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:326:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:344:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:344:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:353:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:353:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:374:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:374:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:391:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:391:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:398:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:398:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:405:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:405:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:411:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:411:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:193:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:193:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:206:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:206:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:227:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:227:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:243:18: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:538:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:243:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:247:18: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:519:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:247:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:261:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:638:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:261:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:274:18: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:614:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:274:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:304:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:304:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:313:21: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:313:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:322:21: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1606:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:322:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:338:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:338:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:347:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:347:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:361:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:361:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:377:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:377:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:383:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:383:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:390:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:390:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:396:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:396:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:165:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:165:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:195:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:195:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:204:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:204:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:210:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1606:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:210:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:220:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:220:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:229:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:229:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:247:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:247:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:256:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:256:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:277:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:277:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:293:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:293:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:299:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:299:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:306:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:306:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:312:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.h:312:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:187:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:187:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:201:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:201:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:210:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:210:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:216:19: style: The function 'handleGetYearLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1606:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:216:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:226:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:226:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:235:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:235:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:253:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:253:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:262:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:262:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:283:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:283:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:300:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:300:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:307:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:307:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:314:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:314:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:320:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:320:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:126:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:126:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:141:19: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:141:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:142:19: style: The function 'handleGetMonthLength' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1597:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:142:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:143:19: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:143:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:144:19: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:144:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:145:16: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:145:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:151:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:538:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:151:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:152:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:519:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:152:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:153:16: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:638:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:153:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:154:16: style: The function 'roll' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:614:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:154:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:186:20: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:186:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:207:24: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:207:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:220:17: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:220:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:227:17: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:227:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:234:17: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:234:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:240:19: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:240:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:69:21: style: The function 'handleComputeMonthStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1587:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:69:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:75:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1562:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:75:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:86:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:801:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:86:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:92:19: style: The function 'haveDefaultCentury' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2317:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:92:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:146:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:146:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:153:18: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:153:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:164:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:164:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:170:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:170:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:177:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:177:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:183:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:183:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:189:21: style: The function 'getJDEpochOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:101:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:189:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:233:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coptccal.h:233:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:142:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:271:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:142:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:149:26: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1300:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:149:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:174:21: style: The function 'handleGetExtendedYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1617:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:174:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:180:18: style: The function 'handleComputeFields' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1875:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:180:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:186:21: style: The function 'handleGetLimit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:75:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:186:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:193:19: style: The function 'defaultCenturyStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2323:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:193:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:199:21: style: The function 'defaultCenturyStartYear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:2328:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:199:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:205:21: style: The function 'getJDEpochOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:101:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:205:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:260:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/calendar.h:1266:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:260:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:187:18: style: The function 'getOffsetFromLocal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:161:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:187:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:236:19: style: The function 'getNextTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:50:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:236:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:246:19: style: The function 'getPreviousTransition' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:60:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:246:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:256:21: style: The function 'countTransitionRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:93:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:256:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:273:18: style: The function 'getTimeZoneRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/basictz.h:111:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:273:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.cpp:152:29: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:59:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:59:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:81:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:81:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tolowtrn.h:51:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:59:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tolowtrn.h:51:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tolowtrn.h:56:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tolowtrn.h:56:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.cpp:95:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.cpp:76:59: style: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.h:69:68: note: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cecal.cpp:76:59: note: Function 'handleComputeMonthStart' argument 2 names different: declaration 'month' definition 'emonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.cpp:116:5: performance: Variable 'isLeapYear' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.cpp:121:5: performance: Variable 'isLeapYear' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/chnsecal.h:96:1: warning: The class 'ChineseCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:174:11: style: The scope of the variable 'expPtr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:523:12: style: The scope of the variable 'tempNumber' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:75:49: style: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:181:39: note: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:75:49: note: Function 'ChoiceFormat' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:89:36: style: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:199:26: note: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:89:36: note: Function 'ChoiceFormat' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:101:36: style: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:218:26: note: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:101:36: note: Function 'ChoiceFormat' argument 4 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:134:40: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:259:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:134:40: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:245:40: style: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:293:53: note: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:245:40: note: Function 'toPattern' argument 1 names different: declaration 'pattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:253:42: style: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:308:43: note: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:253:42: note: Function 'setChoices' argument 1 names different: declaration 'limitsToCopy' definition 'limits'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:254:49: style: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:309:50: note: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:254:49: note: Function 'setChoices' argument 2 names different: declaration 'formatsToCopy' definition 'formats'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:255:36: style: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:310:37: note: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:255:36: note: Function 'setChoices' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:267:36: style: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:325:37: note: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:267:36: note: Function 'setChoices' argument 4 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:345:34: style: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:335:46: note: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:345:34: note: Function 'getLimits' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:355:36: style: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:345:47: note: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:355:36: note: Function 'getClosures' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:365:35: style: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:355:54: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:365:35: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:379:37: style: Function 'format' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:402:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:379:37: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:391:37: style: Function 'format' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:387:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:391:37: note: Function 'format' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:472:34: style: Function 'format' argument 5 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:422:47: note: Function 'format' argument 5 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:472:34: note: Function 'format' argument 5 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:510:36: style: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:501:39: note: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:510:36: note: Function 'parse' argument 3 names different: declaration 'parsePosition' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:234:5: style: 'ChoiceFormat::operator=' should return 'ChoiceFormat &'. [operatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:269:18: warning: Virtual function 'applyPattern' is called from constructor 'ChoiceFormat(const UnicodeString&pattern,UErrorCode&status)' at line 80. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:80:5: note: Calling applyPattern
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:269:18: note: applyPattern is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:569:18: warning: Virtual function 'setChoices' is called from constructor 'ChoiceFormat(const double*limits,const UnicodeString*formats,int32_t count)' at line 93. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:93:5: note: Calling setChoices
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:569:18: note: setChoices is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:569:18: warning: Virtual function 'setChoices' is called from constructor 'ChoiceFormat(const double*limits,const UBool*closures,const UnicodeString*formats,int32_t count)' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:105:5: note: Calling setChoices
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:569:18: note: setChoices is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:282:18: warning: Virtual function 'applyPattern' is called from constructor 'ChoiceFormat(const UnicodeString&newPattern,UParseError&parseError,UErrorCode&status)' at line 129. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/choicfmt.cpp:129:5: note: Calling applyPattern
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:282:18: note: applyPattern is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:259:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:229:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:259:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:371:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:358:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:371:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:385:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:391:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:385:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:400:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:426:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:400:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:437:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:249:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:437:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:499:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:550:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:499:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:515:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:569:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:515:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:527:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:904:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/choicfmt.h:527:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:1042:19: style: The function 'visible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:991:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:1042:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:1047:35: style: The function 'getSupportedIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:998:35: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:1047:35: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:88:69: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coleitr.h:158:54: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:88:69: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:170:61: style: Function 'setText' argument 1 names different: declaration 'str' definition 'source'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coleitr.h:242:39: note: Function 'setText' argument 1 names different: declaration 'str' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:170:61: note: Function 'setText' argument 1 names different: declaration 'str' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:210:59: style: Function 'setText' argument 1 names different: declaration 'str' definition 'source'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coleitr.h:250:37: note: Function 'setText' argument 1 names different: declaration 'str' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coleitr.cpp:210:59: note: Function 'setText' argument 1 names different: declaration 'str' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:152:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:173:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:244:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:255:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:339:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:284:9: style: Variable 'index' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:277:0: note: Variable 'index' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:284:9: note: Variable 'index' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:280:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:281:17: style: The scope of the variable 'localeCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:635:21: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:324:58: style: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:285:60: note: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:324:58: note: Function 'createInstance' argument 1 names different: declaration 'err' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:329:60: style: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:310:61: note: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:329:60: note: Function 'createInstance' argument 1 names different: declaration 'loc' definition 'desiredLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:330:48: style: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:310:78: note: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:330:48: note: Function 'createInstance' argument 2 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:833:49: style: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/coll.h:747:79: note: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/coll.cpp:833:49: note: Function 'getKeywordValuesForLocale' argument 1 names different: declaration 'keyword' definition 'key'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:351:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:361:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:417:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:422:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:486:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:525:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:539:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:577:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:610:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:525:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:522:0: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:525:5: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:577:5: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:574:0: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:577:5: note: Variable 'entry' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:585:76: style: Function 'getKey' argument 3 names different: declaration 'charBufferLength' definition 'keyBufferLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:468:72: note: Function 'getKey' argument 3 names different: declaration 'charBufferLength' definition 'keyBufferLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:585:76: note: Function 'getKey' argument 3 names different: declaration 'charBufferLength' definition 'keyBufferLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:641:65: style: Function 'CollData' argument 3 names different: declaration 'cachekeyLength' definition 'cacheKeyLength'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/colldata.h:428:59: note: Function 'CollData' argument 3 names different: declaration 'cachekeyLength' definition 'cacheKeyLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:641:65: note: Function 'CollData' argument 3 names different: declaration 'cachekeyLength' definition 'cacheKeyLength'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:865:50: style: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/colldata.h:388:43: note: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:865:50: note: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:1003:50: style: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/colldata.h:366:44: note: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:1003:50: note: Function 'minLengthInChars' argument 1 names different: declaration 'ces' definition 'ceList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:296:5: style: Class 'CEToStringsMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:372:5: style: Class 'StringToCEsMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:437:5: style: Class 'CollDataCacheEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/colldata.cpp:459:5: style: Class 'CollDataCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:215:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:66:47: style: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:74:44: note: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:66:47: note: Function 'CompoundTransliterator' argument 2 names different: declaration 'dir' definition 'direction'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:91:69: style: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:187:49: note: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:91:69: note: Function 'CompoundTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:94:55: style: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:190:36: note: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:94:55: note: Function 'CompoundTransliterator' argument 4 names different: declaration 'numAnonymousRBTs' definition 'anonymousRBTs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:341:73: style: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:112:61: note: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:341:73: note: Function 'getTransliterator' argument 1 names different: declaration 'idx' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:346:57: style: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:118:37: note: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:346:57: note: Function 'setTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:372:59: style: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:124:39: note: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:372:59: note: Function 'adoptTransliterators' argument 2 names different: declaration 'count' definition 'transCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:392:63: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:137:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:392:63: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:475:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:156:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:475:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'idx' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:280:49: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:99:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:99:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:137:28: style: The function 'toRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:878:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:137:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:144:18: style: The function 'handleGetSourceSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:947:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:144:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:150:25: style: The function 'getTargetSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:962:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:150:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:156:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:156:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:164:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.h:164:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/cpdtrans.cpp:188:35: performance: Function parameter 'UVector' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csdetect.cpp:268:28: style: The scope of the variable 'detectResults' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csdetect.cpp:269:28: style: The scope of the variable 'confidence' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:386:1: style: The class 'CharsetRecog_IBM420_ar' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csdetect.h:32:5: style: Class 'CharsetDetector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/inputext.h:31:5: style: Class 'InputText' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:71:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:71:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:79:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:79:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:87:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:87:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:95:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:95:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:103:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:103:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:111:25: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:111:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:119:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:119:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:127:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:127:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:129:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:129:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:137:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:137:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:139:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:139:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:147:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:147:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:149:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:149:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:157:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:157:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:159:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:159:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:167:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:167:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:169:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:169:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:177:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:177:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:179:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:179:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:187:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:187:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:189:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:189:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:197:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:197:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:199:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:199:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:207:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:207:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:209:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:209:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:217:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:217:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:219:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:219:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:227:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:227:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:229:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:229:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:237:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:237:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:239:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:239:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:247:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:247:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:249:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:249:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:257:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:257:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:259:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:259:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:267:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:267:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:269:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:269:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:277:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:277:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:279:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:279:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:287:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:287:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:289:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:289:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:297:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:111:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:297:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:299:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:299:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:301:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:301:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:309:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:309:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:311:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:311:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:319:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:319:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:321:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:321:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:329:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:329:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:331:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:331:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:333:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:333:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:341:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:341:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:343:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:343:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:345:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:345:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:354:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:354:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:356:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:356:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:358:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:358:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:366:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:366:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:373:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:373:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:375:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:375:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:381:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:381:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:383:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:383:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:391:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:391:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:411:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:411:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:413:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:413:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:419:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:59:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:419:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:421:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:61:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:421:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:72:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:72:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:73:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:73:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:74:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:74:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:101:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:88:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:101:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:103:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:103:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:105:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:105:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:106:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:106:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:122:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:122:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:123:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:123:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:125:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:125:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:132:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:88:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:132:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:144:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:144:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:145:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:145:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:147:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:147:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:159:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:159:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:160:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:160:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:162:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:162:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:175:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:88:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:175:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:177:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:177:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:178:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:178:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:180:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:180:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:194:11: style: The function 'nextChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:88:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:194:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:196:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:196:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:197:17: style: The function 'getLanguage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:32:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:197:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:199:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.h:199:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrutf8.h:30:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrutf8.h:30:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrutf8.h:35:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrutf8.h:35:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:34:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:34:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:39:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:39:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:49:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:49:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:51:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:51:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:60:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:60:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:62:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:62:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:73:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:73:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:75:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:75:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:82:13: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:68:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:82:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:88:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:88:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:95:13: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:68:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:95:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:100:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrucode.h:100:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:58:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:58:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:60:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:60:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:67:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:67:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:69:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:69:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:78:17: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:78:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:80:13: style: The function 'match' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrecog.h:34:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csr2022.h:80:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csmatch.cpp:21:15: warning: Member variable 'CharsetMatch::textIn' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.cpp:293:13: style: The scope of the variable 'thirdByte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.cpp:452:13: style: The scope of the variable 'thirdByte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.cpp:453:13: style: The scope of the variable 'fourthByte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.cpp:162:17: style: Variable 'singleByteCharCount' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrmbcs.cpp:225:32: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.cpp:144:94: style: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.h:63:78: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/csrsbcs.cpp:144:94: note: Function 'match_sbcs' argument 3 names different: declaration 'charMap' definition 'byteMap'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currfmt.cpp:32:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currfmt.h:36:1: warning: The class 'CurrencyFormat' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currpinf.cpp:349:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currpinf.cpp:379:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/currpinf.h:52:5: style: Class 'CurrencyPluralInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurrule.h:136:5: style: Class 'PluralRules' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currunit.cpp:22:41: style: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/currunit.h:45:31: note: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/currunit.cpp:22:41: note: Function 'CurrencyUnit' argument 1 names different: declaration 'isoCode' definition '_isoCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:112:35: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:233:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:112:35: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:295:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:517:45: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:295:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:349:70: style: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:728:91: note: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:349:70: note: Function 'create' argument 3 names different: declaration 'inLocale' definition 'locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:408:37: style: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:625:42: note: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:408:37: note: Function 'adoptCalendar' argument 1 names different: declaration 'calendarToAdopt' definition 'newCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:435:45: style: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:651:50: note: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:435:45: note: Function 'adoptNumberFormat' argument 1 names different: declaration 'formatToAdopt' definition 'newNumberFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:463:37: style: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:673:42: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/datefmt.cpp:463:37: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:236:5: style: Class 'SimpleDateFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:378:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:212:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:378:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:399:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:288:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:399:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:453:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:310:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:453:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:477:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:231:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:477:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:502:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:251:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:502:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:588:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:452:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:588:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:659:19: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:423:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:659:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:807:18: style: The function 'adoptCalendar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:625:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:807:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:79:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:212:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:79:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:100:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:288:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:100:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:118:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:231:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:118:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:143:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:452:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:143:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:185:19: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/datefmt.h:423:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:185:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:145:24: style: The scope of the variable 'gNumberElementKeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:176:24: style: The scope of the variable 'gSymbols' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:177:17: style: The scope of the variable 'nsName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:70:58: style: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dcfmtsym.h:178:40: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:70:58: note: Function 'DecimalFormatSymbols' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:117:62: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dcfmtsym.h:217:50: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:117:62: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:143:48: style: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dcfmtsym.h:326:35: note: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:143:48: note: Function 'initialize' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:143:65: style: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dcfmtsym.h:326:55: note: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dcfmtsym.cpp:143:65: note: Function 'initialize' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dcfmtsym.h:190:5: style: Class 'DecimalFormatSymbols' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:692:5: style: Class 'DecimalFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6066:36: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6070:37: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:835:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1115:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1118:14: style: The scope of the variable 'acc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1222:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1403:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1404:7: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1405:7: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1755:7: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1850:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1965:9: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:1973:9: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:2819:8: style: The scope of the variable 'maxp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:2820:8: style: The scope of the variable 'workp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:2824:8: style: The scope of the variable 'exp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:2825:8: style: The scope of the variable 'ideal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:2826:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3280:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3825:9: style: The scope of the variable 'rhsshift' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3826:9: style: The scope of the variable 'maxdigits' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3827:9: style: The scope of the variable 'mult' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3830:9: style: The scope of the variable 'diffsign' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3831:10: style: The scope of the variable 'acc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:3837:9: style: The scope of the variable 'padding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4245:9: style: The scope of the variable 'acclength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4246:9: style: The scope of the variable 'accunits' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4247:9: style: The scope of the variable 'accdigits' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4256:9: style: The scope of the variable 'msu2plus' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4257:9: style: The scope of the variable 'msu2pair' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4259:9: style: The scope of the variable 'var1units' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4259:20: style: The scope of the variable 'var2units' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4260:9: style: The scope of the variable 'var2ulen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4262:9: style: The scope of the variable 'maxdigits' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4269:9: style: The scope of the variable 'bits' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:4271:15: style: The scope of the variable 'source' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5251:7: style: The scope of the variable 'h' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5257:7: style: The scope of the variable 'comp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5615:8: style: The scope of the variable 'needbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5617:7: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5618:7: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5619:7: style: The scope of the variable 'pp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:5620:7: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6040:9: style: The scope of the variable 'merged' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6200:9: style: The scope of the variable 'sigr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6267:15: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6267:19: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6267:23: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6691:8: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6714:28: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6772:15: style: The scope of the variable 'rem' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:6925:9: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:7210:16: style: The scope of the variable 'sup' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decNumber.c:7009:22: style: Unsigned variable 'cut' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decfmtst.cpp:104:47: warning: Either the condition 'fStrictOtherGroupingSeparators==NULL' is redundant or there is possible null pointer dereference: fStrictOtherGroupingSeparators. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decfmtst.cpp:108:108: note: Assuming that condition 'fStrictOtherGroupingSeparators==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decfmtst.cpp:104:47: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decfmtst.cpp:109:44: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decfmtst.h:32:5: style: Class 'DecimalFormatStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:149:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:151:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:162:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:164:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:692:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1771:52: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:3386:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:3489:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:3491:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4800:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4819:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4841:53: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4873:47: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:722:9: style: Variable 'fCurrencySignCount' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:708:9: note: Variable 'fCurrencySignCount' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:722:9: note: Variable 'fCurrencySignCount' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1961:17: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4834:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:4865:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:273:48: style: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:162:56: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:273:48: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:281:48: style: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:170:56: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:281:48: note: Function 'operator!=' argument 1 names different: declaration 'that' definition 'copy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:283:34: style: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:773:34: note: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:283:34: note: Function 'DecimalFormat' argument 3 names different: declaration 'parseError' definition 'parseErr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:753:41: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:835:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:753:41: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:955:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:886:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:955:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:974:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:919:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:974:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1006:40: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:853:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1006:40: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1054:38: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:956:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1054:38: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1182:40: style: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1016:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1182:40: note: Function 'format' argument 3 names different: declaration 'pos' definition 'fieldPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1632:42: style: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1945:31: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:1632:42: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:2289:58: style: Function 'compareAffix' argument 1 names different: declaration 'input' definition 'text'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1977:47: note: Function 'compareAffix' argument 1 names different: declaration 'input' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:2289:58: note: Function 'compareAffix' argument 1 names different: declaration 'input' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:2493:65: style: Function 'compareComplexAffix' argument 2 names different: declaration 'input' definition 'text'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1996:54: note: Function 'compareComplexAffix' argument 2 names different: declaration 'input' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:2493:65: note: Function 'compareComplexAffix' argument 2 names different: declaration 'input' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:122:2: warning: Member variable 'AffixesForCurrency::formatWidth' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:98:3: performance: Variable 'negPrefixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:99:3: performance: Variable 'negSuffixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:100:3: performance: Variable 'posPrefixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:101:3: performance: Variable 'posSuffixPatternForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:126:3: performance: Variable 'negPrefixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:127:3: performance: Variable 'negSuffixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:128:3: performance: Variable 'posPrefixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:129:3: performance: Variable 'posSuffixForCurrency' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(UErrorCode&status)' at line 252. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:252:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(const UnicodeString&pattern,UErrorCode&status)' at line 263. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:263:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(const UnicodeString&pattern,DecimalFormatSymbols*symbolsToAdopt,UErrorCode&status)' at line 278. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:278:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(const UnicodeString&pattern,DecimalFormatSymbols*symbolsToAdopt,UParseError&parseError,UErrorCode&status)' at line 288. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:288:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(const UnicodeString&pattern,const DecimalFormatSymbols&symbols,UErrorCode&status)' at line 301. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:301:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: warning: Virtual function 'setMultiplier' is called from constructor 'DecimalFormat(const UnicodeString&pattern,DecimalFormatSymbols*symbolsToAdopt,UNumberFormatStyle style,UErrorCode&status)' at line 316. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:316:5: note: Calling construct
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/decimfmt.cpp:375:5: note: Calling setMultiplier
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1282:18: note: setMultiplier is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fieldpos.h:132:5: style: Class 'FieldPosition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:37:3: style: Class 'FieldPositionOnlyHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:40:16: style: The function 'addAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:25:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:40:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:41:16: style: The function 'shiftLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:26:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:41:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:42:17: style: The function 'isRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:27:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:42:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:64:16: style: The function 'addAttribute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:25:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:64:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:65:16: style: The function 'shiftLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:26:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:65:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:66:17: style: The function 'isRecording' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:27:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:66:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:130:40: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.h:146:39: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:130:40: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:794:34: style: Function 'mult' argument 1 names different: declaration 'arg' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.h:262:32: note: Function 'mult' argument 1 names different: declaration 'arg' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:794:34: note: Function 'mult' argument 1 names different: declaration 'arg' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:815:33: style: Function 'div' argument 1 names different: declaration 'arg' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.h:267:31: note: Function 'div' argument 1 names different: declaration 'arg' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:815:33: note: Function 'div' argument 1 names different: declaration 'arg' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:830:35: style: Function 'ensureCapacity' argument 1 names different: declaration 'requestedSize' definition 'requestedCapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.h:311:35: note: Function 'ensureCapacity' argument 1 names different: declaration 'requestedSize' definition 'requestedCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/digitlst.cpp:830:35: note: Function 'ensureCapacity' argument 1 names different: declaration 'requestedSize' definition 'requestedCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:1036:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:262:18: style: The scope of the variable 'col' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:714:49: style: Function 'setEras' argument 1 names different: declaration 'eras' definition 'erasArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:197:39: note: Function 'setEras' argument 1 names different: declaration 'eras' definition 'erasArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:714:49: note: Function 'setEras' argument 1 names different: declaration 'eras' definition 'erasArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:728:53: style: Function 'setEraNames' argument 1 names different: declaration 'eraNames' definition 'eraNamesArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:214:43: note: Function 'setEraNames' argument 1 names different: declaration 'eraNames' definition 'eraNamesArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:728:53: note: Function 'setEraNames' argument 1 names different: declaration 'eraNames' definition 'eraNamesArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:742:55: style: Function 'setNarrowEras' argument 1 names different: declaration 'narrowEras' definition 'narrowErasArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:231:45: note: Function 'setNarrowEras' argument 1 names different: declaration 'narrowEras' definition 'narrowErasArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:742:55: note: Function 'setNarrowEras' argument 1 names different: declaration 'narrowEras' definition 'narrowErasArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:756:51: style: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:248:41: note: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:756:51: note: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:770:56: style: Function 'setShortMonths' argument 1 names different: declaration 'shortMonths' definition 'shortMonthsArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:265:46: note: Function 'setShortMonths' argument 1 names different: declaration 'shortMonths' definition 'shortMonthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:770:56: note: Function 'setShortMonths' argument 1 names different: declaration 'shortMonths' definition 'shortMonthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:784:51: style: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:307:41: note: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:784:51: note: Function 'setMonths' argument 1 names different: declaration 'months' definition 'monthsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:850:58: style: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:324:43: note: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:850:58: note: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:864:58: style: Function 'setShortWeekdays' argument 1 names different: declaration 'shortWeekdays' definition 'shortWeekdaysArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:340:48: note: Function 'setShortWeekdays' argument 1 names different: declaration 'shortWeekdays' definition 'shortWeekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:864:58: note: Function 'setShortWeekdays' argument 1 names different: declaration 'shortWeekdays' definition 'shortWeekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:878:53: style: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:360:43: note: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:878:53: note: Function 'setWeekdays' argument 1 names different: declaration 'weekdays' definition 'weekdaysArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:945:53: style: Function 'setQuarters' argument 1 names different: declaration 'quarters' definition 'quartersArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:383:43: note: Function 'setQuarters' argument 1 names different: declaration 'quarters' definition 'quartersArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:945:53: note: Function 'setQuarters' argument 1 names different: declaration 'quarters' definition 'quartersArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:1016:56: style: Function 'setAmPmStrings' argument 1 names different: declaration 'ampms' definition 'amPmsArray'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:399:46: note: Function 'setAmPmStrings' argument 1 names different: declaration 'ampms' definition 'amPmsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtfmtsym.cpp:1016:56: note: Function 'setAmPmStrings' argument 1 names different: declaration 'ampms' definition 'amPmsArray'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:387:5: style: 'MessageFormat::operator=' should return 'MessageFormat &'. [operatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtfmtsym.h:93:5: style: Class 'DateFormatSymbols' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:895:9: style: Class 'PluralSelectorProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:478:57: warning: Either the condition 'if(skeleton)' is redundant or there is possible null pointer dereference: skeleton. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:494:8: note: Assuming that condition 'if(skeleton)' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:478:57: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:281:43: style: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:432:42: note: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:281:43: note: Function 'format' argument 4 names different: declaration 'fieldPosition' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:402:65: style: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:481:54: note: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:402:65: note: Function 'setDateIntervalInfo' argument 1 names different: declaration 'newIntervalPatterns' definition 'newItvPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:420:45: style: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:505:42: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:420:45: note: Function 'adoptTimeZone' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:773:56: style: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:767:52: note: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:773:56: note: Function 'getDateTimeSkeleton' argument 2 names different: declaration 'date' definition 'dateSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:774:56: style: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:768:52: note: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:774:56: note: Function 'getDateTimeSkeleton' argument 3 names different: declaration 'normalizedDate' definition 'normalizedDateSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:775:56: style: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:769:52: note: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:775:56: note: Function 'getDateTimeSkeleton' argument 4 names different: declaration 'time' definition 'timeSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:776:56: style: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:770:52: note: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:776:56: note: Function 'getDateTimeSkeleton' argument 5 names different: declaration 'normalizedTime' definition 'normalizedTimeSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:1321:39: style: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:867:50: note: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:1321:39: note: Function 'adjustFieldWidth' argument 3 names different: declaration 'bestMatchIntervalPattern' definition 'bestIntervalPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:1323:33: style: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvfmt.h:869:44: note: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvfmt.cpp:1323:33: note: Function 'adjustFieldWidth' argument 5 names different: declaration 'adjustedIntervalPattern' definition 'adjustedPtn'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvinf.h:167:5: style: Class 'DateIntervalInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvinf.cpp:652:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvinf.cpp:216:68: style: Function 'initializeData' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtitvinf.h:377:59: note: Function 'initializeData' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtitvinf.cpp:216:68: note: Function 'initializeData' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:74:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:75:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:90:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1238:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:772:5: style: Variable 'bestPattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:759:0: note: Variable 'bestPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:772:5: note: Variable 'bestPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1101:9: style: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1098:9: note: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1101:9: note: Variable 'resultPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:409:17: style: The scope of the variable 'df' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:498:34: style: The scope of the variable 'fieldBundle' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:625:30: style: The scope of the variable 'retPattern' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1096:13: style: The scope of the variable 'lastMissingFieldMask' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1222:26: style: The scope of the variable 'pattern' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2092:20: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2157:20: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:240:56: style: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:66:77: note: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:240:56: note: Function 'createInstance' argument 1 names different: declaration 'uLocale' definition 'locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:496:73: style: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:455:56: note: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:496:73: note: Function 'addCLDRData' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:710:53: style: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:457:36: note: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:710:53: note: Function 'initHashtable' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:753:63: style: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:253:56: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:753:63: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:758:63: style: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:275:56: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:758:63: note: Function 'getBestPattern' argument 1 names different: declaration 'skeleton' definition 'patternForm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:818:59: style: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:386:42: note: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:818:59: note: Function 'setDecimal' argument 1 names different: declaration 'decimal' definition 'newDecimal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:840:66: style: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:231:49: note: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:840:66: note: Function 'setDateTimeFormat' argument 1 names different: declaration 'dateTimeFormat' definition 'dtFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1153:84: style: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:468:67: note: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1153:84: note: Function 'setAvailableFormat' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1567:83: style: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:184:75: note: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1567:83: note: Function 'set' argument 3 names different: declaration 'skeleton' definition 'skeletonResult'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1606:48: style: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:181:40: note: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1606:48: note: Function 'getBasePattern' argument 1 names different: declaration 'basePattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1656:46: style: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:185:38: note: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1656:46: note: Function 'copyFrom' argument 1 names different: declaration 'skeleton' definition 'newSkeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1743:40: style: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:144:35: note: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1743:40: note: Function 'set' argument 1 names different: declaration 'patternString' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1869:37: style: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:216:26: note: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1869:37: note: Function 'set' argument 1 names different: declaration 'patternMap' definition 'newPatternMap'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2001:39: style: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:132:34: note: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2001:39: note: Function 'PtnElem' argument 1 names different: declaration 'basePattern' definition 'basePat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2001:69: style: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:132:68: note: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:2001:69: note: Function 'PtnElem' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1950:14: warning: Member variable 'PtnSkeleton::type' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:1704:15: warning: Member variable 'FormatParser::status' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:169:5: warning: Member variable 'DistanceInfo::missingFieldMask' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:169:5: warning: Member variable 'DistanceInfo::extraFieldMask' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen.cpp:307:27: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/dtptngen.h:414:5: style: Class 'DateTimePatternGenerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:109:1: warning: The class 'PtnSkeleton' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/dtptngen_impl.h:177:1: warning: The class 'DateTimeMatcher' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:87:65: style: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:97:47: note: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:87:65: note: Function 'EscapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:88:47: style: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:98:47: note: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:88:47: note: Function 'EscapeTransliterator' argument 2 names different: declaration 'prefix' definition '_prefix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:88:77: style: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:98:76: note: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:88:77: note: Function 'EscapeTransliterator' argument 3 names different: declaration 'suffix' definition '_suffix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:89:34: style: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:99:34: note: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:89:34: note: Function 'EscapeTransliterator' argument 4 names different: declaration 'radix' definition '_radix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:89:50: style: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:99:49: note: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:89:50: note: Function 'EscapeTransliterator' argument 5 names different: declaration 'minDigits' definition '_minDigits'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:90:32: style: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:100:32: note: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:90:32: note: Function 'EscapeTransliterator' argument 6 names different: declaration 'grokSupplementals' definition '_grokSupplementals'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:131:64: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:133:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:131:64: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:94:11: performance: Variable 'prefix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:95:11: performance: Variable 'suffix' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.cpp:98:11: performance: Variable 'grokSupplementals' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:44:1: warning: The class 'EscapeTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:116:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:116:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:121:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:121:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:133:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/esctrn.h:133:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ethpccal.h:24:1: warning: The class 'EthiopicCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:58:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:421:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:472:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:502:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:116:32: style: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:77:23: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:116:32: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'date'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:126:33: style: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:84:24: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:126:33: note: Function 'Formattable' argument 1 names different: declaration 'd' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:136:34: style: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:91:25: note: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:136:34: note: Function 'Formattable' argument 1 names different: declaration 'l' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:145:34: style: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:98:25: note: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:145:34: note: Function 'Formattable' argument 1 names different: declaration 'll' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:164:47: style: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:130:38: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:164:47: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:175:41: style: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:137:32: note: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:175:41: note: Function 'Formattable' argument 1 names different: declaration 'strToAdopt' definition 'stringToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:215:43: style: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:165:50: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:215:43: note: Function 'operator=' argument 1 names different: declaration 'rhs' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:272:44: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:173:50: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable.cpp:272:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:84:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:91:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:98:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:107:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:130:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:137:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:152:5: style: Class 'Formattable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/curramt.h:80:22: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/measure.h:77:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/curramt.h:80:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable_cnv.cpp:33:38: style: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fmtable.h:107:29: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fmtable_cnv.cpp:33:38: note: Function 'Formattable' argument 1 names different: declaration 'strToCopy' definition 'stringToCopy'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/format.cpp:27:0: error: #error U_I18N_IMPLEMENTATION not set - must be set for all ICU source files in i18n/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.cpp:39:67: style: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:37:43: note: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.cpp:39:67: note: Function 'FieldPositionOnlyHandler' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.cpp:71:72: style: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.h:61:76: note: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/fphdlimp.cpp:71:72: note: Function 'FieldPositionIteratorHandler' argument 2 names different: declaration 'status' definition '_status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/fpositer.h:53:1: warning: The class 'FieldPositionIterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.cpp:69:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:33:1: warning: The class 'FunctionReplacer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:82:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:64:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:82:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:90:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:83:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:90:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:96:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:92:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/funcrepl.h:96:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:533:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:1244:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:152:50: style: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:169:35: note: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:152:50: note: Function 'GregorianCalendar' argument 1 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:163:48: style: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:181:33: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:163:48: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:163:66: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:181:58: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:163:66: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:174:72: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:192:57: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:174:72: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:185:73: style: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:203:58: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:185:73: note: Function 'GregorianCalendar' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:196:48: style: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:216:33: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:196:48: note: Function 'GregorianCalendar' argument 1 names different: declaration 'zoneToAdopt' definition 'zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:197:50: style: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:216:81: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:197:50: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:209:50: style: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:228:80: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:209:50: note: Function 'GregorianCalendar' argument 3 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:221:50: style: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:242:78: note: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:221:50: note: Function 'GregorianCalendar' argument 4 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:236:80: style: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:258:108: note: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:236:80: note: Function 'GregorianCalendar' argument 6 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:254:50: style: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:275:124: note: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:254:50: note: Function 'GregorianCalendar' argument 7 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:320:63: style: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/gregocal.h:313:53: note: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:320:63: note: Function 'setGregorianChange' argument 2 names different: declaration 'success' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:152:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:163:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:174:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:185:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:196:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:208:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:220:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:235:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:252:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregocal.cpp:277:20: warning: Member variable 'GregorianCalendar::fGregorianCutoverJulianDay' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/gregoimp.cpp:29:19: style: Public interface of ClockMath is not safe. When calling ClockMath::floorDivide(), if parameter denominator is 0 that leads to division by zero. [unsafeClassDivZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.cpp:666:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.cpp:173:54: style: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.h:179:42: note: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/hebrwcal.cpp:173:54: note: Function 'HebrewCalendar' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:344:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:197:30: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:293:73: style: The scope of the variable 'mday' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:111:54: style: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:210:48: note: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:111:54: note: Function 'handleGetMonthLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:132:53: style: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.h:216:47: note: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/indiancal.cpp:132:53: note: Function 'handleGetYearLength' argument 1 names different: declaration 'extendedYear' definition 'eyear'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/inputext.cpp:84:13: style: The scope of the variable 'dsti' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/inputext.cpp:85:13: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/inputext.cpp:28:12: warning: Member variable 'InputText::fInputLen' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.cpp:456:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/islamcal.h:84:1: warning: The class 'IslamicCalendar' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:33:26: warning: Either the condition 'buffer==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:35:14: note: Assuming that condition 'buffer==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:33:26: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:318:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:566:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:572:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:580:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:599:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:617:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:635:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:662:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:680:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:698:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:718:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:66:17: style: Technically the member function 'ICUDataTable::getLocale' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:110:15: note: Technically the member function 'ICUDataTable::getLocale' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:66:17: note: Technically the member function 'ICUDataTable::getLocale' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:282:25: style: The function 'getLocale' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:70:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:282:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:283:28: style: The function 'getDialectHandling' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:77:30: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:283:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:285:26: style: The function 'localeDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:87:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:285:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:287:26: style: The function 'localeDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:97:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:287:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:289:26: style: The function 'languageDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:108:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:289:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:291:26: style: The function 'scriptDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:118:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:291:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:293:26: style: The function 'scriptDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:128:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:293:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:295:26: style: The function 'regionDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:138:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:295:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:297:26: style: The function 'variantDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:148:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:297:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:299:26: style: The function 'keyDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:158:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:299:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:301:26: style: The function 'keyValueDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/locdspnm.h:169:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/locdspnm.cpp:301:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/measure.cpp:42:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/measure.cpp:24:37: style: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/measure.h:57:32: note: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/measure.cpp:24:37: note: Function 'Measure' argument 1 names different: declaration 'number' definition '_number'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/measure.cpp:22:10: warning: Member variable 'Measure::unit' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:499:28: warning: Possible null pointer dereference: parseError [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1139:69: note: Calling function 'applyPattern', 3rd argument 'parseError' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:499:28: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1676:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1697:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:220:42: style: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:350:31: note: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:220:42: note: Function 'MessageFormat' argument 2 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:241:42: style: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:362:37: note: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:241:42: note: Function 'MessageFormat' argument 3 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:263:42: style: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:376:31: note: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:263:42: note: Function 'MessageFormat' argument 4 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:375:41: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:409:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:375:41: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'rhs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:454:50: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:434:52: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:454:50: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:468:41: style: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:448:42: note: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:468:41: note: Function 'applyPattern' argument 3 names different: declaration 'status' definition 'ec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:590:38: style: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:507:40: note: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:590:38: note: Function 'adoptFormats' argument 1 names different: declaration 'formatsToAdopt' definition 'newFormats'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:624:35: style: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:523:64: note: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:624:35: note: Function 'setFormats' argument 2 names different: declaration 'cnt' definition 'count'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:660:36: style: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:540:38: note: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:660:36: note: Function 'adoptFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:660:47: style: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:540:60: note: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:660:47: note: Function 'adoptFormat' argument 2 names different: declaration 'formatToAdopt' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:716:34: style: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:551:36: note: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:716:34: note: Function 'setFormat' argument 1 names different: declaration 'formatNumber' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:716:51: style: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:551:64: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:716:51: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:760:40: style: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:591:75: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:760:40: note: Function 'setFormat' argument 2 names different: declaration 'format' definition 'newFormat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:790:36: style: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:621:48: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:790:36: note: Function 'getFormats' argument 1 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:862:31: style: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:644:35: note: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:862:31: note: Function 'format' argument 2 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:865:35: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:647:39: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:865:35: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:878:33: style: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:668:42: note: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:878:33: note: Function 'format' argument 3 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:880:37: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:670:46: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:880:37: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:892:42: style: Function 'format' argument 1 names different: declaration 'obj' definition 'source'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:692:54: note: Function 'format' argument 1 names different: declaration 'obj' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:892:42: note: Function 'format' argument 1 names different: declaration 'obj' definition 'source'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:894:38: style: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:694:50: note: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:894:38: note: Function 'format' argument 3 names different: declaration 'pos' definition 'ignore'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:895:35: style: Function 'format' argument 4 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:695:47: note: Function 'format' argument 4 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:895:35: note: Function 'format' argument 4 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:913:35: style: Function 'format' argument 5 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:738:39: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:913:35: note: Function 'format' argument 5 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:954:43: style: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:993:32: note: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:954:43: note: Function 'format' argument 7 names different: declaration 'pos' definition 'ignore'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1384:31: style: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:772:41: note: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1384:31: note: Function 'parse' argument 2 names different: declaration 'count' definition 'cnt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1385:34: style: Function 'parse' argument 3 names different: declaration 'status' definition 'success'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:773:44: note: Function 'parse' argument 3 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1385:34: note: Function 'parse' argument 3 names different: declaration 'status' definition 'success'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1409:44: style: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:789:45: note: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1409:44: note: Function 'parseObject' argument 3 names different: declaration 'pos' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1745:55: style: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt_impl.h:27:36: note: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:1745:55: note: Function 'FormatNameEnumeration' argument 1 names different: declaration 'fFormatNames' definition 'fNameList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:434:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,UErrorCode&status)' at line 236. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:236:5: note: Calling applyPattern
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:434:18: note: applyPattern is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:434:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,const Locale&newLocale,UErrorCode&status)' at line 257. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:257:5: note: Calling applyPattern
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:434:18: note: applyPattern is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:446:18: warning: Virtual function 'applyPattern' is called from constructor 'MessageFormat(const UnicodeString&pattern,const Locale&newLocale,UParseError&parseError,UErrorCode&status)' at line 279. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:279:5: note: Calling applyPattern
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:446:18: note: applyPattern is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:158:5: style: Class 'PluralFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:187:5: style: Class 'AppendableWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:897:31: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:504:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/msgfmt.h:897:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:517:31: style: The function 'select' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:504:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:517:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/msgfmt.cpp:541:20: error: Memory pointed to by 'formatter' is freed twice. [doubleFree]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.cpp:108:88: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:73:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.cpp:108:88: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:34:5: style: Class 'NameUnicodeTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:50:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:50:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:55:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:55:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:73:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/name2uni.h:73:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:342:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:358:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:522:13: style: The scope of the variable 'tempDifference' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:182:38: style: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:34:34: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:182:38: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:776:28: style: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'r'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:82:28: note: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'r'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:776:28: note: Function 'util64_pow' argument 1 names different: declaration 'radix' definition 'r'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:776:40: style: Function 'util64_pow' argument 2 names different: declaration 'exponent' definition 'e'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:82:44: note: Function 'util64_pow' argument 2 names different: declaration 'exponent' definition 'e'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:776:40: note: Function 'util64_pow' argument 2 names different: declaration 'exponent' definition 'e'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:29: style: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:85:29: note: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:29: note: Function 'util64_tou' argument 1 names different: declaration 'n' definition 'w'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:39: style: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:85:39: note: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:39: note: Function 'util64_tou' argument 2 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:53: style: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.h:85:56: note: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrs.cpp:921:53: note: Function 'util64_tou' argument 3 names different: declaration 'buflen' definition 'len'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:50:5: style: Class 'NFRule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrlist.h:39:5: style: Class 'NFRuleList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1140:45: warning: Either the condition 'collator==NULL' is redundant or there is possible null pointer dereference: collator. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1143:22: note: Assuming that condition 'collator==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1140:45: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1141:48: warning: Either the condition 'collator==NULL' is redundant or there is possible null pointer dereference: collator. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1143:22: note: Assuming that condition 'collator==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1141:48: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1442:42: warning: Either the condition 'collator==NULL' is redundant or there is possible null pointer dereference: collator. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1445:22: note: Assuming that condition 'collator==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1442:42: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1139:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1441:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:31:45: style: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:50:41: note: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:31:45: note: Function 'NFRule' argument 1 names different: declaration 'rbnf' definition '_rbnf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:88:34: style: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:43:42: note: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:88:34: note: Function 'makeRules' argument 1 names different: declaration 'definition' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:92:31: style: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:47:39: note: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:92:31: note: Function 'makeRules' argument 5 names different: declaration 'ruleList' definition 'rules'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:220:44: style: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:78:45: note: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:220:44: note: Function 'parseRuleDescriptor' argument 1 names different: declaration 'descriptor' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:464:30: style: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:60:31: note: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:464:30: note: Function 'setBaseValue' argument 1 names different: declaration 'value' definition 'newBaseValue'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:647:49: style: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:64:50: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:647:49: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:669:48: style: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:65:50: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:669:48: note: Function 'doFormat' argument 2 names different: declaration 'toAppendTo' definition 'toInsertInto'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:755:32: style: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:68:34: note: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:755:32: note: Function 'doParse' argument 2 names different: declaration 'pos' definition 'parsePosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:756:23: style: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:69:25: note: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:756:23: note: Function 'doParse' argument 3 names different: declaration 'isFractional' definition 'isFractionRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:758:30: style: Function 'doParse' argument 5 names different: declaration 'result' definition 'resVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:71:32: note: Function 'doParse' argument 5 names different: declaration 'result' definition 'resVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:758:30: note: Function 'doParse' argument 5 names different: declaration 'result' definition 'resVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:999:33: style: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:84:81: note: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:999:33: note: Function 'matchToDelimiter' argument 3 names different: declaration 'baseValue' definition '_baseValue'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1315:27: style: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.h:92:51: note: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfrule.cpp:1315:27: note: Function 'findText' argument 4 names different: declaration 'resultCount' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:584:57: performance: Function parameter 'varTop' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:495:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1041:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1160:17: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:358:63: style: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:61:38: note: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:358:63: note: Function 'makeSubstitution' argument 5 names different: declaration 'rbnf' definition 'formatter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:442:40: style: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:38:28: note: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:442:40: note: Function 'NFSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:443:49: style: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:39:26: note: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:443:49: note: Function 'NFSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:444:61: style: Function 'NFSubstitution' argument 3 names different: declaration 'rbnf' definition 'formatter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:40:38: note: Function 'NFSubstitution' argument 3 names different: declaration 'rbnf' definition 'formatter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:444:61: note: Function 'NFSubstitution' argument 3 names different: declaration 'rbnf' definition 'formatter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:571:41: style: Function 'toString' argument 1 names different: declaration 'result' definition 'text'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:99:42: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:571:41: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:605:85: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:115:86: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:605:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:639:84: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:127:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:639:84: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:806:54: style: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:49:35: note: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:806:54: note: Function 'SameValueSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:807:42: style: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:50:26: note: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:807:42: note: Function 'SameValueSubstitution' argument 2 names different: declaration 'ruleset' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:843:50: style: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:132:33: note: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:843:50: note: Function 'ModulusSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:845:56: style: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:134:23: note: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:845:56: note: Function 'ModulusSubstitution' argument 3 names different: declaration 'rulePredecessor' definition 'predecessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:846:59: style: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:135:26: note: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:846:59: note: Function 'ModulusSubstitution' argument 4 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:897:90: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:152:86: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:897:90: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:922:89: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:153:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:922:89: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:988:46: style: Function 'toString' argument 1 names different: declaration 'result' definition 'text'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:175:39: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:988:46: note: Function 'toString' argument 1 names different: declaration 'result' definition 'text'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1021:64: style: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:212:40: note: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1021:64: note: Function 'FractionalPartSubstitution' argument 1 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1022:47: style: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:213:26: note: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1022:47: note: Function 'FractionalPartSubstitution' argument 2 names different: declaration 'ruleSet' definition '_ruleSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1060:96: style: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:221:85: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1060:96: note: Function 'doSubstitution' argument 3 names different: declaration 'pos' definition '_pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1145:30: style: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:231:22: note: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1145:30: note: Function 'doParse' argument 6 names different: declaration 'result' definition 'resVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:1328:20: style: Variable 'pow' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:56:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:56:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:57:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:57:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:58:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:58:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:59:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:59:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:60:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:60:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:64:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:64:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:89:18: style: The function 'setDivisor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:93:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:89:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:98:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:76:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:98:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:100:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:100:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:104:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:104:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:112:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:112:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:116:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:116:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:118:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:118:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:122:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:122:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:141:18: style: The function 'setDivisor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:93:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:141:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:150:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:76:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:150:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:152:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:115:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:152:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:153:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:127:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:153:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:155:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:155:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:156:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:156:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:158:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:186:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:158:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:165:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:165:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:169:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:169:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:171:19: style: The function 'isModulusSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:249:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:171:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:173:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:173:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:175:15: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:99:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:175:15: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:179:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:179:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:194:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:194:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:195:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:195:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:196:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:196:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:197:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:197:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:198:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:198:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:202:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:202:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:219:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:76:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:219:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:221:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:127:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:221:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:222:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:115:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:222:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:223:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:223:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:224:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:224:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:226:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:186:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:226:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:233:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:233:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:234:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:234:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:235:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:235:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:239:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:239:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:254:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:254:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:255:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:255:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:256:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:256:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:257:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:257:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:258:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:258:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:262:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:262:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:292:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:76:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:292:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:294:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:294:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:295:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:295:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:297:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:115:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:297:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:298:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:127:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:298:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:299:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:186:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:299:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:306:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:306:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:307:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:307:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:308:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:308:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:314:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:314:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:329:18: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:99:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:329:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:330:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:127:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:330:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:331:18: style: The function 'doSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:115:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:331:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:332:21: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:139:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:332:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:333:20: style: The function 'transformNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:150:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:333:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:334:19: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:186:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:334:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:341:20: style: The function 'composeRuleValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:205:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:341:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:342:20: style: The function 'calcUpperBound' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:216:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:342:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:343:19: style: The function 'isNullSubstitution' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:241:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:343:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:344:19: style: The function 'tokenChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:233:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:344:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:348:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.h:257:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nfsubs.cpp:348:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.cpp:100:90: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:68:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.cpp:100:90: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:45:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:45:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:50:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:50:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:68:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nortrans.h:68:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.cpp:29:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.h:52:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/nultrans.cpp:29:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:814:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:845:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:942:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:1193:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:263:40: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:229:44: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:263:40: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:323:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:376:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:323:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:339:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:410:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:339:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:355:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:444:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:355:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:381:41: style: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:464:54: note: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:381:41: note: Function 'format' argument 1 names different: declaration 'number' definition 'decimalNum'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:382:37: style: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:465:50: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:382:37: note: Function 'format' argument 2 names different: declaration 'appendTo' definition 'toAppendTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:383:45: style: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:466:58: note: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:383:45: note: Function 'format' argument 3 names different: declaration 'posIter' definition 'fpi'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:44: style: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:666:65: note: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:44: note: Function 'createInstance' argument 1 names different: declaration 'desiredLocale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:68: style: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:667:70: note: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:68: note: Function 'createInstance' argument 2 names different: declaration 'style' definition 'kind'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:86: style: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:668:63: note: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:936:86: note: Function 'createInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:1103:40: style: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:949:51: note: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:1103:40: note: Function 'makeInstance' argument 3 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numfmt.cpp:776:5: style: Class 'NFFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:835:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:229:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:835:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:851:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:358:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:851:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:868:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:375:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:868:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:884:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:391:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:884:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:901:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:409:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:901:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:917:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:426:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:917:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:934:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:443:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:934:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:955:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:464:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:955:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:976:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:486:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:976:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:996:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:508:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:996:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1014:28: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:249:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1014:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1093:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:550:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1093:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1106:18: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:569:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1106:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1130:29: style: The function 'parseCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:593:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1130:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1707:18: style: The function 'setMaximumIntegerDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:790:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1707:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1718:18: style: The function 'setMinimumIntegerDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:812:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1718:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1729:18: style: The function 'setMaximumFractionDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:834:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1729:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1740:18: style: The function 'setMinimumFractionDigits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:856:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1740:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1813:18: style: The function 'setCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:870:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1813:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1855:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:904:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:1855:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:2274:18: style: The function 'getEffectiveCurrency' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:934:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/decimfmt.h:2274:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:651:17: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:229:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:651:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:735:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:391:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:735:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:747:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:426:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:747:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:758:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:358:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:758:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:820:26: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:249:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:820:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:870:16: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:550:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:870:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:882:23: style: The function 'parse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:569:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:882:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:921:16: style: The function 'setLenient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:625:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:921:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:930:24: style: The function 'isLenient' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:635:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:930:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:965:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numfmt.h:904:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:965:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:177:5: style: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:172:0: note: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:177:5: note: Variable 'numberingSystemsInfo' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:183:5: style: Variable 'radix' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:174:0: note: Variable 'radix' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:183:5: note: Variable 'radix' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:41: style: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:101:62: note: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:41: note: Function 'createInstance' argument 1 names different: declaration 'radix' definition 'radix_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:57: style: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:101:75: note: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:57: note: Function 'createInstance' argument 2 names different: declaration 'isAlgorithmic' definition 'isAlgorithmic_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:97: style: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:101:111: note: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:76:97: note: Function 'createInstance' argument 3 names different: declaration 'description' definition 'desc_in'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:223:40: style: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:175:27: note: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:223:40: note: Function 'setRadix' argument 1 names different: declaration 'radix' definition 'r'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:227:44: style: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:177:31: note: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:227:44: note: Function 'setAlgorithmic' argument 1 names different: declaration 'algorithmic' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:231:45: style: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:179:32: note: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:231:45: note: Function 'setDesc' argument 1 names different: declaration 'desc' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:234:43: style: Function 'setName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:181:30: note: Function 'setName' argument 1 names different: declaration 'name' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:234:43: note: Function 'setName' argument 1 names different: declaration 'name' definition 'n'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:301:55: style: Function 'NumsysNameEnumeration' argument 1 names different: declaration 'fNumsysNames' definition 'fNameList'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys_impl.h:27:36: note: Function 'NumsysNameEnumeration' argument 1 names different: declaration 'fNumsysNames' definition 'fNameList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:301:55: note: Function 'NumsysNameEnumeration' argument 1 names different: declaration 'fNumsysNames' definition 'fNameList'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/numsys.cpp:296:8: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/numsys.h:56:1: warning: The class 'NumberingSystem' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:290:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:802:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:823:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:713:32: style: The scope of the variable 'typeIdx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:329:42: style: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:167:39: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:329:42: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:329:55: style: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:167:52: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:329:55: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:347:42: style: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:174:39: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:347:42: note: Function 'getOffset' argument 4 names different: declaration 'day' definition 'dom'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:347:55: style: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:174:52: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:347:55: note: Function 'getOffset' argument 5 names different: declaration 'dayOfWeek' definition 'dow'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:388:65: style: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:181:62: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:388:65: note: Function 'getOffset' argument 3 names different: declaration 'rawOffset' definition 'rawoff'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:389:40: style: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:182:29: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:389:40: note: Function 'getOffset' argument 4 names different: declaration 'dstOffset' definition 'dstoff'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.cpp:273:31: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/persncal.cpp:372:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:43:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:169:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:43:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:59:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:193:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:59:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:69:49: style: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:205:39: note: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:69:49: note: Function 'PluralFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:79:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:221:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:79:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:80:49: style: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:221:61: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:80:49: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:91:49: style: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:235:39: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:91:49: note: Function 'PluralFormat' argument 2 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:101:42: style: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:252:32: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:101:42: note: Function 'PluralFormat' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:103:49: style: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:254:39: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:103:49: note: Function 'PluralFormat' argument 3 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:169:49: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:281:44: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:169:49: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:271:39: style: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:368:34: note: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:271:39: note: Function 'setLocale' argument 1 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:344:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:465:44: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurfmt.cpp:344:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:396:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:110:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:396:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:412:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:127:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:412:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:426:19: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:159:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:426:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:463:17: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:223:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurfmt.h:463:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:218:68: style: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurrule.h:268:45: note: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:218:68: note: Function 'getAllKeywordValues' argument 4 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:341:46: style: Function 'parseDescription' argument 1 names different: declaration 'ruleData' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurrule.h:358:42: note: Function 'parseDescription' argument 1 names different: declaration 'ruleData' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:341:46: note: Function 'parseDescription' argument 1 names different: declaration 'ruleData' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:663:68: style: Function 'getRuleFromResource' argument 2 names different: declaration 'status' definition 'errCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/plurrule.h:362:73: note: Function 'getRuleFromResource' argument 2 names different: declaration 'status' definition 'errCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:663:68: note: Function 'getRuleFromResource' argument 2 names different: declaration 'status' definition 'errCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1107:32: style: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:190:36: note: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1107:32: note: Function 'getKeywords' argument 1 names different: declaration 'maxArraySize' definition 'capacityOfKeywords'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1124:43: style: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:191:42: note: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1124:43: note: Function 'isKeyword' argument 1 names different: declaration 'keyword' definition 'keywordParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1345:63: style: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:136:60: note: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:1345:63: note: Function 'getKeyType' argument 2 names different: declaration 'type' definition 'keyType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:760:5: performance: Variable 'notIn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:761:5: performance: Variable 'integerOnly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:771:11: performance: Variable 'integerOnly' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:772:11: performance: Variable 'notIn' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule.cpp:955:11: performance: Variable 'keyword' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:141:1: warning: The class 'AndConstraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:164:1: warning: The class 'OrConstraint' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/plurrule_impl.h:177:1: warning: The class 'RuleChain' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/quant.h:22:1: warning: The class 'Quantifier' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:614:13: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:612:39: note: outer condition: *p
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:614:13: note: identical inner condition: *p
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1560:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1592:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:840:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:836:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:840:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:752:17: style: The scope of the variable 'rules_tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:352:29: style: Function 'parse' argument 1 names different: declaration 'data' definition '_data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:307:42: note: Function 'parse' argument 1 names different: declaration 'data' definition '_data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:352:29: note: Function 'parse' argument 1 names different: declaration 'data' definition '_data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:648:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:592:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:648:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:649:67: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:592:76: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:649:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:650:60: style: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:593:39: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:650:60: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:666:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:545:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:666:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:667:67: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:545:76: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:667:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'locs'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:685:64: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:993:79: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:685:64: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'localizations' definition 'info'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:686:60: style: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:994:29: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:686:60: note: Function 'RuleBasedNumberFormat' argument 3 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:701:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:520:48: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:701:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:718:67: style: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:563:46: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:718:67: note: Function 'RuleBasedNumberFormat' argument 1 names different: declaration 'rules' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:719:40: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:563:67: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:719:40: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'aLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:736:81: style: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:610:60: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:736:81: note: Function 'RuleBasedNumberFormat' argument 2 names different: declaration 'locale' definition 'alocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:978:75: style: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:711:41: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:978:75: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1004:94: style: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:722:41: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1004:94: note: Function 'getRuleSetDisplayName' argument 2 names different: declaration 'locale' definition 'localeParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1276:75: style: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:996:61: note: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1276:75: note: Function 'init' argument 2 names different: declaration 'localizations' definition 'localizationInfos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1277:42: style: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:996:89: note: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1277:42: note: Function 'init' argument 3 names different: declaration 'perror' definition 'pErr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1445:55: style: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbnf.h:998:41: note: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:1445:55: note: Function 'stripWhitespace' argument 1 names different: declaration 'src' definition 'description'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:204:13: style: Technically the member function 'VArray::length' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:313:11: style: Technically the member function 'LocDataParser::check' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:315:11: performance: Technically the member function 'LocDataParser::inList' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbnf.cpp:193:5: style: Class 'VArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:53:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:143:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:227:14: style: The scope of the variable 'loopCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:152:75: style: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:380:54: note: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:152:75: note: Function 'RuleBasedTransliterator' argument 2 names different: declaration 'data' definition 'theData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:201:81: style: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:404:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:201:81: note: Function 'handleTransliterate' argument 2 names different: declaration 'offsets' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:274:64: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:420:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.cpp:274:64: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.h:138:5: style: Class 'TransliteratorParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:70:5: style: Class 'TransliterationRuleSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_data.h:105:5: style: Class 'TransliterationRuleData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:289:1: warning: The class 'RuleBasedTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:397:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:397:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:404:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:404:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:420:28: style: The function 'toRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:878:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:420:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:427:18: style: The function 'handleGetSourceSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:947:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:427:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:433:25: style: The function 'getTargetSet' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:962:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:433:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:458:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt.h:458:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_data.cpp:49:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_data.cpp:54:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:183:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:197:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:231:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:246:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:845:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:849:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:896:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:911:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1089:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1105:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1112:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1117:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1133:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1136:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1613:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1657:13: style: The scope of the variable 'index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:172:53: style: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:143:46: note: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:172:53: note: Function 'ParseData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:173:37: style: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:144:30: note: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:173:37: note: Function 'ParseData' argument 2 names different: declaration 'variablesVector' definition 'sets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:174:39: style: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:145:32: note: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:174:39: note: Function 'ParseData' argument 3 names different: declaration 'variableNames' definition 'vNames'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:182:61: style: Function 'lookup' argument 1 names different: declaration 's' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:149:62: note: Function 'lookup' argument 1 names different: declaration 's' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:182:61: note: Function 'lookup' argument 1 names different: declaration 's' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:341:42: style: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:300:36: note: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:341:42: note: Function 'RuleHalf' argument 1 names different: declaration 'parser' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:794:53: style: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:320:47: note: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:794:53: note: Function 'isValidOutput' argument 1 names different: declaration 'parser' definition 'transParser'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:809:52: style: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:326:46: note: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:809:52: note: Function 'isValidInput' argument 1 names different: declaration 'parser' definition 'transParser'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:854:45: style: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.h:162:32: note: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:854:45: note: Function 'parse' argument 2 names different: declaration 'direction' definition 'transDirection'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:884:60: style: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.h:179:42: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:884:60: note: Function 'parseRules' argument 1 names different: declaration 'rules' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:885:55: style: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.h:180:37: note: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:885:55: note: Function 'parseRules' argument 2 names different: declaration 'direction' definition 'theDirection'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1473:51: style: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.h:262:82: note: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:1473:51: note: Function 'syntaxError' argument 3 names different: declaration 'start' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:349:5: performance: Variable 'anchorStart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:349:19: performance: Variable 'anchorEnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_pars.cpp:300:5: style: Class 'RuleHalf' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:170:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:64:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:170:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:188:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:83:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:188:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:212:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:92:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:212:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:123:21: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:64:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:123:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:131:28: style: The function 'toReplacerPattern' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:83:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:131:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:137:18: style: The function 'addReplacementSetTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unirepl.h:92:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:137:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:181:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:184:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:187:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:364:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:63:73: style: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.h:187:56: note: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:63:73: note: Function 'TransliterationRule' argument 11 names different: declaration 'data' definition 'theData'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:467:59: style: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.h:282:50: note: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:467:59: note: Function 'toRule' argument 1 names different: declaration 'pat' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:517:66: style: Function 'setData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.h:206:49: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_rule.cpp:517:66: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:192:78: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:309:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:324:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:350:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:438:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:455:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:185:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:185:16: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:218:69: style: Function 'setData' argument 1 names different: declaration 'data' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:87:49: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:218:69: note: Function 'setData' argument 1 names different: declaration 'data' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:403:61: style: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:136:41: note: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:403:61: note: Function 'transliterate' argument 2 names different: declaration 'index' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:404:51: style: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:137:31: note: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:404:51: note: Function 'transliterate' argument 3 names different: declaration 'isIncremental' definition 'incremental'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:428:63: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:146:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:428:63: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'ruleSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:164:25: warning: Member variable 'TransliterationRuleSet::index' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:120:18: warning: Virtual function 'freeze' is called from copy constructor 'TransliterationRuleSet(const TransliterationRuleSet&)' at line 206. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.cpp:206:9: note: Calling freeze
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbt_set.h:120:18: note: freeze is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:257:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:291:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:296:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:420:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:426:44: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:435:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:440:51: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:446:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:633:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:728:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:735:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:769:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:811:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:818:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:852:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:384:62: style: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:197:60: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:384:62: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:402:50: style: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:319:61: note: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:402:50: note: Function 'getOffsetInternal' argument 7 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:720:65: style: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:312:56: note: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:720:65: note: Function 'findNext' argument 3 names different: declaration 'time' definition 'transitionTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:721:44: style: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:312:77: note: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:721:44: note: Function 'findNext' argument 4 names different: declaration 'from' definition 'fromRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:721:69: style: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:312:98: note: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:721:69: note: Function 'findNext' argument 5 names different: declaration 'to' definition 'toRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:804:65: style: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:313:56: note: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:804:65: note: Function 'findPrev' argument 3 names different: declaration 'time' definition 'transitionTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:805:44: style: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:313:77: note: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:805:44: note: Function 'findPrev' argument 4 names different: declaration 'from' definition 'fromRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:805:69: style: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:313:98: note: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rbtz.cpp:805:69: note: Function 'findPrev' argument 5 names different: declaration 'to' definition 'toRule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:278:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:336:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1515:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1522:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1529:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1536:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1545:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1553:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1564:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1571:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1641:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1660:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1677:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1690:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1707:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1746:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1758:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1776:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2478:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2492:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4234:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4247:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4254:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4260:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2015:15: style: The scope of the variable 'patOp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2389:16: style: The scope of the variable 'op' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2390:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2885:16: style: The scope of the variable 'op' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:2886:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:3166:16: style: The scope of the variable 'op' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:3167:16: style: The scope of the variable 'opType' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:351:50: style: Function 'init' argument 1 names different: declaration 'src' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:332:40: note: Function 'init' argument 1 names different: declaration 'src' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:351:50: note: Function 'init' argument 1 names different: declaration 'src' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:42: style: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.h:54:32: note: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:42: note: Function 'RegexCompile' argument 1 names different: declaration 'rp' definition 'rxp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:59: style: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.h:54:48: note: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:59: note: Function 'RegexCompile' argument 2 names different: declaration 'e' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:356:44: style: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.h:85:40: note: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:356:44: note: Function 'doParseActions' argument 1 names different: declaration 'a' definition 'action'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1969:43: style: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.h:93:35: note: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:1969:43: note: Function 'blockTopLoc' argument 1 names different: declaration 'reserve' definition 'reserveLoc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4223:36: style: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.h:113:33: note: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:4223:36: note: Function 'setEval' argument 1 names different: declaration 'op' definition 'nextOp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fParseErr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fStateTable' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fStack' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fStackPtr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fNewModeFlags' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fPatternLength' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fIntervalLow' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fIntervalUpper' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexcmp.cpp:53:15: warning: Member variable 'RegexCompile::fNameStartPos' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:331:5: style: 'Regex8BitSet::operator=' should return 'Regex8BitSet &'. [operatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:373:9: style: Class 'CaseFoldingUTextIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regexst.h:37:5: style: Class 'RegexStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.h:329:1: warning: The struct 'Regex8BitSet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.cpp:19:27: warning: Member variable 'CaseFoldingUTextIterator::fFoldIndex' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regeximp.cpp:65:27: warning: Member variable 'CaseFoldingUCharIterator::fFoldIndex' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regextxt.cpp:18:52: style: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regextxt.h:42:98: note: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/regextxt.cpp:18:52: note: Function 'uregex_utext_unescape_charAt' argument 2 names different: declaration 'context' definition 'ct'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.cpp:48:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.cpp:53:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.cpp:403:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.cpp:462:53: style: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.h:266:44: note: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/reldtfmt.cpp:462:53: note: Function 'dayDifference' argument 1 names different: declaration 'until' definition 'cal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2498:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2615:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2722:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2739:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2848:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2863:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2904:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2920:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:2981:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3004:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3029:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3046:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3054:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3076:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3094:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3104:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3115:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3125:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3138:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3146:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3160:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3249:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3267:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3292:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3304:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3327:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3335:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3350:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3359:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3370:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3381:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3395:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3425:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3435:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3501:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3615:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3628:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3660:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3675:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3716:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3740:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3774:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3802:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3849:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3907:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:3932:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4008:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4032:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4045:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4342:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4356:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4395:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4411:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4442:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4473:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4497:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4521:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4537:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4545:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4566:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4583:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4593:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4604:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4614:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4624:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4632:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4646:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4724:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4742:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4764:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4776:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4795:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4804:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4820:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4828:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4839:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4849:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4862:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4887:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4896:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:4960:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5074:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5088:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5106:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5119:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5158:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5181:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5215:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5237:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5278:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5333:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5358:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5432:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5456:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:5469:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:233:5: style: Variable 'fStack' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:218:5: note: Variable 'fStack' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:233:5: note: Variable 'fStack' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:705:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:742:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:249:33: style: Function 'init2' argument 1 names different: declaration 't' definition 'input'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1735:23: note: Function 'init2' argument 1 names different: declaration 't' definition 'input'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:249:33: note: Function 'init2' argument 1 names different: declaration 't' definition 'input'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:249:52: style: Function 'init2' argument 2 names different: declaration 'e' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1735:38: note: Function 'init2' argument 2 names different: declaration 'e' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:249:52: note: Function 'init2' argument 2 names different: declaration 'e' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:550:39: style: Function 'end' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:974:37: note: Function 'end' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:550:39: note: Function 'end' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:554:41: style: Function 'end64' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:989:39: note: Function 'end64' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:554:41: note: Function 'end64' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:558:56: style: Function 'end64' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1028:54: note: Function 'end64' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:558:56: note: Function 'end64' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:585:54: style: Function 'end' argument 2 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1009:52: note: Function 'end' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:585:54: note: Function 'end' argument 2 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1545:39: style: Function 'lookingAt' argument 1 names different: declaration 'startIndex' definition 'start'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:795:37: note: Function 'lookingAt' argument 1 names different: declaration 'startIndex' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1545:39: note: Function 'lookingAt' argument 1 names different: declaration 'startIndex' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1617:37: style: Function 'matches' argument 1 names different: declaration 'startIndex' definition 'start'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:763:35: note: Function 'matches' argument 1 names different: declaration 'startIndex' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1617:37: note: Function 'matches' argument 1 names different: declaration 'startIndex' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1957:43: style: Function 'reset' argument 1 names different: declaration 'index' definition 'position'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1057:41: note: Function 'reset' argument 1 names different: declaration 'index' definition 'position'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:1957:43: note: Function 'reset' argument 1 names different: declaration 'index' definition 'position'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:78:5: performance: Variable 'fDeferredStatus' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: warning: Virtual function 'reset' is called from constructor 'RegexMatcher(const RegexPattern*pat)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:88:5: note: Calling init2
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:269:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: warning: Virtual function 'reset' is called from constructor 'RegexMatcher(const UnicodeString&regexp,const UnicodeString&input,uint32_t flags,UErrorCode&status)' at line 105. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:105:5: note: Calling init2
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:269:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: warning: Virtual function 'reset' is called from constructor 'RegexMatcher(UText*regexp,UText*input,uint32_t flags,UErrorCode&status)' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:125:5: note: Calling init2
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:269:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: warning: Virtual function 'reset' is called from constructor 'RegexMatcher(const UnicodeString&regexp,uint32_t flags,UErrorCode&status)' at line 141. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:141:5: note: Calling init2
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:269:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: warning: Virtual function 'reset' is called from constructor 'RegexMatcher(UText*regexp,uint32_t flags,UErrorCode&status)' at line 157. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:157:5: note: Calling init2
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/rematch.cpp:269:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1093:27: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:1731:5: style: Class 'RegexMatcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.cpp:52:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.cpp:57:83: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:59:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.cpp:57:83: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:48:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:48:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:59:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:59:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:65:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/remtrans.h:65:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:118:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:192:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:486:5: style: Variable 'pat' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:483:0: note: Variable 'pat' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:486:5: note: Variable 'pat' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:487:5: style: Variable 'matcher' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:484:0: note: Variable 'matcher' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:487:5: note: Variable 'matcher' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:510:5: style: Variable 'pat' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:507:0: note: Variable 'pat' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:510:5: note: Variable 'pat' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:511:5: style: Variable 'matcher' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:508:0: note: Variable 'matcher' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:511:5: note: Variable 'matcher' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:44:48: style: Function 'RegexPattern' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:114:38: note: Function 'RegexPattern' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:44:48: note: Function 'RegexPattern' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:56:61: style: Function 'operator=' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:148:51: note: Function 'operator=' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:56:61: note: Function 'operator=' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:247:55: style: Function 'operator==' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:131:52: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:247:55: note: Function 'operator==' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:373:44: style: Function 'compile' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:186:31: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:373:44: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:385:44: style: Function 'compile' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:216:31: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:385:44: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:397:44: style: Function 'compile' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:302:31: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:397:44: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:410:45: style: Function 'compile' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/regex.h:330:31: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/repattrn.cpp:410:45: note: Function 'compile' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/search.cpp:28:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/search.cpp:345:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/search.cpp:364:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/search.cpp:381:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/search.cpp:27:5: performance: Variable 'm_text_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:44:49: style: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:194:39: note: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:44:49: note: Function 'SelectFormat' argument 1 names different: declaration 'pattern' definition 'pat'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:57:49: style: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:219:44: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:57:49: note: Function 'applyPattern' argument 1 names different: declaration 'pattern' definition 'newPattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:185:40: style: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:329:44: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/selfmt.cpp:185:40: note: Function 'parseObject' argument 3 names different: declaration 'parse_pos' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:257:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:110:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:257:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:273:21: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:127:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:273:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:290:20: style: The function 'format' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:159:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:290:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:327:18: style: The function 'parseObject' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/format.h:223:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/selfmt.h:327:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:86:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:161:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:86:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:88:36: style: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:163:40: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:88:36: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:105:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:204:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:105:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:107:36: style: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:206:40: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:107:36: note: Function 'SimpleTimeZone' argument 8 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:124:38: style: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:252:42: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:124:38: note: Function 'SimpleTimeZone' argument 4 names different: declaration 'savingsStartDayOfWeekInMonth' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:127:36: style: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:255:40: note: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:127:36: note: Function 'SimpleTimeZone' argument 9 names different: declaration 'savingsEndDayOfWeekInMonth' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:146:39: style: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:815:27: note: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:146:39: note: Function 'construct' argument 2 names different: declaration 'startMonth' definition 'savingsStartMonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:147:39: style: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:815:46: note: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:147:39: note: Function 'construct' argument 3 names different: declaration 'startDay' definition 'savingsStartDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:148:39: style: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:815:63: note: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:148:39: note: Function 'construct' argument 4 names different: declaration 'startDayOfWeek' definition 'savingsStartDayOfWeek'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:149:40: style: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:816:28: note: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:149:40: note: Function 'construct' argument 5 names different: declaration 'startTime' definition 'savingsStartTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:150:41: style: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:816:48: note: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:150:41: note: Function 'construct' argument 6 names different: declaration 'startTimeMode' definition 'savingsStartTimeMode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:151:39: style: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:817:27: note: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:151:39: note: Function 'construct' argument 7 names different: declaration 'endMonth' definition 'savingsEndMonth'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:152:39: style: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:817:44: note: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:152:39: note: Function 'construct' argument 8 names different: declaration 'endDay' definition 'savingsEndDay'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:153:39: style: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:817:59: note: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:153:39: note: Function 'construct' argument 9 names different: declaration 'endDayOfWeek' definition 'savingsEndDayOfWeek'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:154:40: style: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:818:28: note: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:154:40: note: Function 'construct' argument 10 names different: declaration 'endTime' definition 'savingsEndTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:155:41: style: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:818:46: note: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:155:41: note: Function 'construct' argument 11 names different: declaration 'endTimeMode' definition 'savingsEndTimeMode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:156:40: style: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:819:28: note: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:156:40: note: Function 'construct' argument 12 names different: declaration 'dstSavings' definition 'savingsDST'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:412:54: style: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:588:55: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:412:54: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:439:54: style: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:607:58: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:439:54: note: Function 'getOffset' argument 6 names different: declaration 'milliseconds' definition 'millis'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:509:45: style: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:624:18: note: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:509:45: note: Function 'getOffsetFromLocal' argument 4 names different: declaration 'rawOffset' definition 'rawOffsetGMT'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:509:68: style: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:624:38: note: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/simpletz.cpp:509:68: note: Function 'getOffsetFromLocal' argument 5 names different: declaration 'dstOffset' definition 'savingsDST'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1602:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2786:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2798:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2810:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2822:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:3070:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2385:30: style: The scope of the variable 'src' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:335:55: style: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:329:41: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:335:55: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatDataToAdopt' definition 'symbolsToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:357:61: style: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:342:47: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:357:61: note: Function 'SimpleDateFormat' argument 2 names different: declaration 'formatData' definition 'symbols'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1589:82: style: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:590:40: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1589:82: note: Function 'parse' argument 3 names different: declaration 'pos' definition 'parsePos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1980:52: style: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:1049:53: note: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1980:52: note: Function 'matchQuarterString' argument 4 names different: declaration 'stringArray' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1981:39: style: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:1049:74: note: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:1981:39: note: Function 'matchQuarterString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2185:52: style: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:1033:46: note: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2185:52: note: Function 'matchString' argument 4 names different: declaration 'stringArray' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2186:39: style: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/smpdtfmt.h:1033:67: note: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfmt.cpp:2186:39: note: Function 'matchString' argument 5 names different: declaration 'stringArrayCount' definition 'dataCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/smpdtfst.h:34:5: style: Class 'SimpleDateFormatStaticSets' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:110:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:366:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:110:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:569:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:403:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:569:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:587:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:426:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:587:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:616:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:453:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:616:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:633:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:472:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:633:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:642:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:463:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:642:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:661:21: style: The function 'getDSTSavings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:713:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:661:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:669:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:641:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:669:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:685:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:656:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:685:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:693:11: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:666:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:693:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:702:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:675:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:702:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:766:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:696:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/simpletz.h:766:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:75:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:366:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:75:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:122:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:675:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:122:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:148:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:403:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:148:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:170:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:426:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:170:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:196:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:453:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:196:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:206:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:463:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:206:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:215:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:472:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:215:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:223:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:641:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:223:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:238:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:656:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:238:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:248:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:666:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:248:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:352:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:696:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/rbtz.h:352:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:71:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:366:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:71:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:186:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:675:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:186:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:212:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:403:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:212:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:234:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:426:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:234:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:260:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:453:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:260:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:270:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:463:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:270:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:279:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:472:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:279:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:287:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:641:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:287:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:302:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:656:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:302:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:312:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:666:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:312:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:447:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:696:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:447:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:146:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:366:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:146:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:151:23: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:675:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:151:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:161:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:696:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:161:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:166:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:403:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:166:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:173:21: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:426:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:173:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:181:18: style: The function 'getOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:453:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:181:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:195:18: style: The function 'setRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:463:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:195:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:203:21: style: The function 'getRawOffset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:472:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:203:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:211:19: style: The function 'useDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:641:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:211:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:216:19: style: The function 'inDaylightTime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:656:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:216:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:221:21: style: The function 'getDSTSavings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:713:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:221:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:226:19: style: The function 'hasSameRules' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/timezone.h:666:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/olsontz.h:226:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/sortkey.cpp:366:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/sortkey.h:308:46: style: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/sortkey.h:152:60: note: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/sortkey.h:308:46: note: Function 'operator!=' argument 1 names different: declaration 'source' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/sortkey.cpp:56:43: style: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/sortkey.h:115:37: note: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/sortkey.cpp:56:43: note: Function 'CollationKey' argument 1 names different: declaration 'values' definition 'newValues'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/sortkey.h:136:5: style: 'CollationKey::operator=' should return 'CollationKey &'. [operatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.cpp:68:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.cpp:76:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.cpp:238:64: style: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:188:61: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.cpp:238:64: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strmatch.h:42:1: warning: The class 'StringMatcher' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:96:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:240:65: style: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:131:61: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:240:65: note: Function 'toReplacerPattern' argument 1 names different: declaration 'result' definition 'rule'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:40:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:42:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:44:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:58:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:60:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:62:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:72:5: performance: Variable 'output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:74:5: performance: Variable 'hasCursor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.cpp:76:5: performance: Variable 'isComplex' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/strrepl.h:35:1: warning: The class 'StringReplacer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:82:63: style: Function 'RuleBasedCollator' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:178:48: note: Function 'RuleBasedCollator' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:82:63: note: Function 'RuleBasedCollator' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:193:53: style: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:224:46: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:193:53: note: Function 'operator==' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:223:74: style: Function 'operator=' argument 1 names different: declaration 'other' definition 'that'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:216:59: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:223:74: note: Function 'operator=' argument 1 names different: declaration 'other' definition 'that'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:329:49: style: Function 'getVersion' argument 1 names different: declaration 'info' definition 'versionInfo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:472:42: note: Function 'getVersion' argument 1 names different: declaration 'info' definition 'versionInfo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:329:49: note: Function 'getVersion' argument 1 names different: declaration 'info' definition 'versionInfo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:446:65: style: Function 'getCollationKey' argument 2 names different: declaration 'key' definition 'sortkey'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:419:57: note: Function 'getCollationKey' argument 2 names different: declaration 'key' definition 'sortkey'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:446:65: note: Function 'getCollationKey' argument 2 names different: declaration 'key' definition 'sortkey'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:453:61: style: Function 'getCollationKey' argument 2 names different: declaration 'sourceLength' definition 'sourceLen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:436:51: note: Function 'getCollationKey' argument 2 names different: declaration 'sourceLength' definition 'sourceLen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:453:61: note: Function 'getCollationKey' argument 2 names different: declaration 'sourceLength' definition 'sourceLen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:454:67: style: Function 'getCollationKey' argument 3 names different: declaration 'key' definition 'sortkey'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tblcoll.h:437:57: note: Function 'getCollationKey' argument 3 names different: declaration 'key' definition 'sortkey'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tblcoll.cpp:454:67: note: Function 'getCollationKey' argument 3 names different: declaration 'key' definition 'sortkey'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:522:5: style: Variable 'default_zone' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:516:0: note: Variable 'default_zone' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:522:5: note: Variable 'default_zone' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:593:9: style: Variable 'old' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:590:0: note: Variable 'old' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:593:9: note: Variable 'old' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:689:9: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:686:0: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:689:9: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1104:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1097:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1104:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1123:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1116:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1123:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:182:18: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:187:13: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:1364:19: style: The scope of the variable 'numberFormat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/timezone.cpp:665:1: warning: The class 'TZEnumeration' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.cpp:69:70: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:76:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.cpp:69:70: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:53:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:59:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:53:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:58:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:58:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:76:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:81:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/titletrn.h:76:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmunit.h:132:5: style: Class 'TimeUnit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:149:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:756:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:805:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:806:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:775:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:796:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:387:35: style: Function 'setup' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:226:28: note: Function 'setup' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:387:35: note: Function 'setup' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:397:45: style: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:229:38: note: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:397:45: note: Function 'initDataMembers' argument 1 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:418:96: style: Function 'readFromCurrentLocale' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:232:89: note: Function 'readFromCurrentLocale' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:418:96: note: Function 'readFromCurrentLocale' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:537:91: style: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:236:84: note: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:537:91: note: Function 'checkConsistency' argument 3 names different: declaration 'status' definition 'err'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:606:59: style: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:240:56: note: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:606:59: note: Function 'searchInLocaleChain' argument 4 names different: declaration 'field' definition 'srcTimeUnitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:859:59: style: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:253:66: note: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tmutfmt.cpp:859:59: note: Function 'getTimeUnitName' argument 1 names different: declaration 'field' definition 'unitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tmutfmt.h:88:5: style: Class 'TimeUnitFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/toupptrn.h:51:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/casetrn.h:59:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/toupptrn.h:51:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/toupptrn.h:56:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/toupptrn.h:56:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1019:17: warning: Possible null pointer dereference: alias [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1008:21: note: Assignment 'alias=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1019:17: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1326:13: warning: Possible null pointer dereference: result [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1318:35: note: Assignment 'result=NULL', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1326:13: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:159:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:176:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:949:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1068:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1079:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1082:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1099:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1109:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1501:42: style: The scope of the variable 'colBund' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1505:13: style: The scope of the variable 'row' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1505:18: style: The scope of the variable 'maxRows' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:127:53: style: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:324:41: note: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:127:53: note: Function 'Transliterator' argument 1 names different: declaration 'ID' definition 'theID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:732:78: style: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:754:73: note: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:732:78: note: Function 'getDisplayName' argument 1 names different: declaration 'ID' definition 'id'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:858:49: style: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:788:37: note: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:858:49: note: Function 'adoptFilter' argument 1 names different: declaration 'adoptedFilter' definition 'filterToAdopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1135:55: style: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:878:51: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1135:55: note: Function 'toRules' argument 1 names different: declaration 'result' definition 'rulesSource'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1251:65: style: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:998:60: note: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1251:65: note: Function 'registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1259:56: style: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1036:51: note: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/translit.cpp:1259:56: note: Function '_registerInstance' argument 1 names different: declaration 'adoptedObj' definition 'adoptedPrototype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:148:5: style: Class 'TransliteratorRegistry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:416:9: style: Class 'Enumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:34:5: style: Class 'UnicodeNameTransliterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:49:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:49:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:54:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:54:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:72:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:72:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:78:29: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:378:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:78:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:83:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:1269:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:83:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:101:18: style: The function 'handleTransliterate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/translit.h:626:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:101:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:114:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:156:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:164:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:480:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:508:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:576:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:580:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:596:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:601:53: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:718:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:742:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:771:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:801:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:845:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:909:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:1009:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:1183:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:1289:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:63:63: style: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:47:46: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:63:63: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'aliasID' definition 'theAliasID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:64:60: style: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:47:73: note: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:64:60: note: Function 'TransliteratorAlias' argument 2 names different: declaration 'compoundFilter' definition 'cpdFilter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:73:63: style: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:52:46: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:73:63: note: Function 'TransliteratorAlias' argument 1 names different: declaration 'ID' definition 'theID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:76:60: style: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:54:43: note: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:76:60: note: Function 'TransliteratorAlias' argument 4 names different: declaration 'compoundFilter' definition 'cpdFilter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:239:61: style: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:210:45: note: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:239:61: note: Function 'TransliteratorSpec' argument 1 names different: declaration 'spec' definition 'theSpec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:814:80: style: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.h:416:51: note: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:814:80: note: Function 'Enumeration' argument 1 names different: declaration 'reg' definition '_reg'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/transreg.cpp:210:5: style: Class 'TransliteratorSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:326:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:408:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:484:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:521:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:366:5: style: Variable 'withParens' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:359:0: note: Variable 'withParens' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:366:5: note: Variable 'withParens' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:53:5: performance: Variable 'source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:54:5: performance: Variable 'target' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:55:5: performance: Variable 'variant' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:56:5: performance: Variable 'sawSource' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:57:5: performance: Variable 'filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:62:5: performance: Variable 'canonID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:63:5: performance: Variable 'basicID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:64:5: performance: Variable 'filter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:68:5: performance: Variable 'canonID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tridpars.cpp:69:5: performance: Variable 'basicID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:435:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:1117:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:1341:44: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:1357:64: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:896:21: style: The scope of the variable 'matchPos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:2087:84: style: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzfmt.h:631:85: note: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzfmt.cpp:2087:84: note: Function 'toCodePoints' argument 3 names different: declaration 'capacity' definition 'size'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:900:20: warning: Either the condition 'mzIDs!=NULL' is redundant or there is possible null pointer dereference: mzIDs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:919:15: note: Assuming that condition 'mzIDs!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:900:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:103:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:110:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:158:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:176:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:234:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:672:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:1277:13: style: Variable 'tzgnCore' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:1274:0: note: Variable 'tzgnCore' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:1277:13: note: Variable 'tzgnCore' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:37:5: style: Class 'ZNStringPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:126:5: style: Class 'TimeZoneGenericNameMatchInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:190:5: style: Class 'GNameSearchHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:171:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:130:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:171:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:172:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:147:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:172:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:174:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:165:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:174:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:175:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:174:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:175:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:177:20: style: The function 'getMetaZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:186:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:177:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:178:20: style: The function 'getReferenceZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:198:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:178:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:180:20: style: The function 'getMetaZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:210:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:180:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:181:20: style: The function 'getTimeZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:222:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:181:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:183:20: style: The function 'getExemplarLocationName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:243:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:183:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:185:41: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:367:34: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:185:41: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:193:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:119:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzgnames.cpp:193:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:432:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:441:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:451:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:462:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:171:13: style: Variable 'tznames' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:168:0: note: Variable 'tznames' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:171:13: note: Variable 'tznames' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:113:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:130:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:113:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:115:28: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:147:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:115:28: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:117:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:165:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:117:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:118:24: style: The function 'getAvailableMetaZoneIDs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:174:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:118:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:119:20: style: The function 'getMetaZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:186:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:119:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:120:20: style: The function 'getReferenceZoneID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:198:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:120:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:122:20: style: The function 'getMetaZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:210:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:122:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:123:20: style: The function 'getTimeZoneDisplayName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:222:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:123:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:125:20: style: The function 'getExemplarLocationName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:243:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:125:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:127:26: style: The function 'find' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tznames.h:367:34: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames.cpp:127:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:69:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:100:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:177:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:212:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:817:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:826:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1161:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1237:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:451:18: style: The scope of the variable 'pooledString' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1272:34: style: The scope of the variable 'id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:113:60: style: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:130:51: note: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:113:60: note: Function 'TextTrieMap' argument 2 names different: declaration 'valeDeleter' definition 'valueDeleter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1102:59: style: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:205:52: note: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1102:59: note: Function 'loadMetaZoneNames' argument 1 names different: declaration 'mzId' definition 'mzID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1171:59: style: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:206:53: note: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1171:59: note: Function 'loadTimeZoneNames' argument 1 names different: declaration 'mzId' definition 'tzID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:720:25: style: struct member 'ZMatchInfo::znameInfo' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:721:25: style: struct member 'ZMatchInfo::matchLength' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:495:5: style: Class 'ZNames' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:648:5: style: Class 'MetaZoneIDsEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:649:5: style: Class 'MetaZoneIDsEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:731:5: style: Class 'ZNameSearchHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:734:11: style: The function 'handleMatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.h:119:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:734:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tznames_impl.cpp:1164:5: error: Returning/dereferencing 'znames' after it is deallocated / released [deallocret]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:134:57: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:279:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:134:57: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:320:56: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:514:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:320:56: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:495:59: style: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:720:54: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:495:59: note: Function 'isEquivalentTo' argument 1 names different: declaration 'that' definition 'other'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:581:87: style: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:785:74: note: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/tzrule.cpp:581:87: note: Function 'initStartTimes' argument 3 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:230:34: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:46:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:230:34: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:246:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:55:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:246:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:255:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:64:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:255:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:279:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:97:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:279:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:292:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:110:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:292:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:305:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:123:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:305:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:321:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:139:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:321:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:338:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:156:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:338:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:441:33: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:46:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:441:33: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:457:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:55:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:457:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:466:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:64:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:466:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:514:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:97:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:514:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:527:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:110:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:527:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:540:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:123:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:540:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:556:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:139:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:556:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:573:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:156:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:573:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:657:36: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:46:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:657:36: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:673:19: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:55:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:673:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:682:19: style: The function 'operator!=' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:64:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:682:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:720:19: style: The function 'isEquivalentTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:97:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:720:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:733:19: style: The function 'getFirstStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:110:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:733:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:746:19: style: The function 'getFinalStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:123:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:746:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:762:19: style: The function 'getNextStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:139:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:762:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:779:19: style: The function 'getPreviousStart' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:156:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/tzrule.h:779:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:165:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:174:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:198:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:213:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:248:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:256:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:279:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:303:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:306:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:309:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:312:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:315:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:331:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:335:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:339:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:343:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:347:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:373:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:383:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:397:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:413:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:421:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:433:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:445:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:456:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:465:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:473:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:481:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:488:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:504:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:507:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:510:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:513:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:516:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:520:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:538:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:579:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:588:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:597:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:606:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:617:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:133:27: style: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucal.h:690:26: note: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:133:27: note: Function 'ucal_open' argument 4 names different: declaration 'type' definition 'caltype'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:353:27: style: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucal.h:959:27: note: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucal.cpp:353:27: note: Function 'ucal_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4369:18: warning: Either the condition 'buffer_==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4372:17: note: Assuming that condition 'buffer_==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4369:18: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:618:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:732:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:892:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4494:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6480:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6522:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6546:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6689:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6742:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6780:8: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6882:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:8147:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6966:9: style: Variable 'sNIt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6965:0: note: Variable 'sNIt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6966:9: note: Variable 'sNIt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6967:9: style: Variable 'tNIt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6965:0: note: Variable 'tNIt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6967:9: note: Variable 'tNIt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:1430:17: style: The scope of the variable 'leadingCC' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:1431:17: style: The scope of the variable 'prevTrailingCC' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:1808:17: style: The scope of the variable 'trailingCC' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:2876:37: style: The scope of the variable 'prevPos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:2995:26: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:3023:26: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:3752:26: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4204:13: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4559:13: style: The scope of the variable 'secondary' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:4679:14: style: The scope of the variable 'order' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:5043:14: style: The scope of the variable 'order' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6326:38: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6819:9: style: The scope of the variable 'reorderCodesForLeadByteCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6769:33: style: Function 'ucol_setReorderCodes' argument 4 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucol.h:659:33: note: Function 'ucol_setReorderCodes' argument 4 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol.cpp:6769:33: note: Function 'ucol_setReorderCodes' argument 4 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:867:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:129:14: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:129:25: style: The scope of the variable 'second' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:131:13: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:622:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:628:14: style: The scope of the variable 'order' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:887:30: style: The scope of the variable 'order' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:1009:14: style: The scope of the variable 'CE' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_bld.cpp:1201:18: style: The scope of the variable 'tailoredCE' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:54:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:78:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:231:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:265:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:187:41: style: The scope of the variable 'cc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:215:14: style: The scope of the variable 'CE' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:260:29: style: Function 'uprv_cnttab_clone' argument 1 names different: declaration 'table' definition 't'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.h:63:29: note: Function 'uprv_cnttab_clone' argument 1 names different: declaration 'table' definition 't'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:260:29: note: Function 'uprv_cnttab_clone' argument 1 names different: declaration 'table' definition 't'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_cnt.cpp:392:26: style: Array index 'offset' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1627:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1628:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1629:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1630:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1641:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1674:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1675:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1677:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1019:13: style: The scope of the variable 'firstContractionOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1074:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1382:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1383:14: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1633:22: style: The scope of the variable 'decomp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1715:14: style: The scope of the variable 'expansion' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1716:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1875:16: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1875:21: style: The scope of the variable 'decompLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1763:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1770:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_elm.cpp:1827:17: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1162:42: warning: Either the condition 'coll==NULL' is redundant or there is possible null pointer dereference: coll. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1180:35: note: Assuming that condition 'coll==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1162:42: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1278:24: warning: Either the condition 'internalReorderCodes!=NULL' is redundant or there is possible null pointer dereference: internalReorderCodes. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1291:42: note: Assuming that condition 'internalReorderCodes!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:1278:24: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:953:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:359:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:356:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:359:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:371:46: warning: Function 'ucol_openRulesForImport' argument order different: declaration 'rules, rulesLength, normalizationMode, strength, parseError, , context, status, , ' definition 'rules, rulesLength, normalizationMode, strength, parseError, context, locale, type, pLength, status' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_imp.h:1073:46: note: Function 'ucol_openRulesForImport' argument order different: declaration 'rules, rulesLength, normalizationMode, strength, parseError, , context, status, , ' definition 'rules, rulesLength, normalizationMode, strength, parseError, context, locale, type, pLength, status'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:371:46: note: Function 'ucol_openRulesForImport' argument order different: declaration 'rules, rulesLength, normalizationMode, strength, parseError, , context, status, , ' definition 'rules, rulesLength, normalizationMode, strength, parseError, context, locale, type, pLength, status'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:732:27: style: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucol.h:712:27: note: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_res.cpp:732:27: note: Function 'ucol_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:354:23: style: Redundant condition: If 'EXPR == '_'', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:803:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:804:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:805:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:806:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:820:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:531:5: style: Variable 'string' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:528:0: note: Variable 'string' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:531:5: note: Variable 'string' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:264:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:367:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:367:20: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:368:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:369:10: style: The scope of the variable 'optName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:913:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:655:49: style: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucol.h:881:49: note: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_sit.cpp:655:49: note: Function 'ucol_normalizeShortDefinitionString' argument 1 names different: declaration 'source' definition 'definition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:53:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:74:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:75:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1474:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1591:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1777:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1789:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1977:39: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1725:5: style: Variable 'ListList' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1721:0: note: Variable 'ListList' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1725:5: note: Variable 'ListList' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2063:25: style: Variable 'CE' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2059:0: note: Variable 'CE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2063:25: note: Variable 'CE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2065:25: style: Variable 'SecondCE' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2059:0: note: Variable 'SecondCE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2065:25: note: Variable 'SecondCE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:428:17: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:502:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:705:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1570:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:1720:14: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2125:22: style: The scope of the variable 'collations' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2126:22: style: The scope of the variable 'collation' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2153:22: warning: Function 'ucol_tok_initTokenList' argument order different: declaration 'src, rules, rulesLength, UCA, , context, status, , ' definition 'src, rules, rulesLength, UCA, context, locale, type, pLength, status' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.h:173:46: note: Function 'ucol_tok_initTokenList' argument order different: declaration 'src, rules, rulesLength, UCA, , context, status, , ' definition 'src, rules, rulesLength, UCA, context, locale, type, pLength, status'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_tok.cpp:2153:22: note: Function 'ucol_tok_initTokenList' argument order different: declaration 'src, rules, rulesLength, UCA, , context, status, , ' definition 'src, rules, rulesLength, UCA, context, locale, type, pLength, status'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_wgt.cpp:108:14: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucol_wgt.cpp:327:28: style: The scope of the variable 'minLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucoleitr.cpp:92:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucoleitr.cpp:170:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucoleitr.cpp:211:0: style: Struct 'UCollationPCE' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:46:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:57:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:67:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:77:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:87:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:97:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:107:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:118:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:149:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:160:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:176:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:112:27: style: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucsdet.h:207:51: note: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucsdet.cpp:112:27: note: Function 'ucsdet_detectAll' argument 2 names different: declaration 'matchesFound' definition 'maxMatchesFound'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:300:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:301:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:577:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:568:0: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:577:5: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:657:5: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:648:0: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:657:5: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1979:5: style: Variable 'myEnum' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1976:0: note: Variable 'myEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1979:5: note: Variable 'myEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1166:13: style: The scope of the variable 'matchIndex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:2002:13: style: The scope of the variable 'currCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:2113:10: style: The scope of the variable 'currIndex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1932:75: style: Function 'ucurr_isAvailable' argument 4 names different: declaration 'errorCode' definition 'eErrorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ucurr.h:276:26: note: Function 'ucurr_isAvailable' argument 4 names different: declaration 'errorCode' definition 'eErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ucurr.cpp:1932:75: note: Function 'ucurr_isAvailable' argument 4 names different: declaration 'errorCode' definition 'eErrorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:185:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:194:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:226:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:256:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:284:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:299:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:306:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:312:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:319:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:325:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:332:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:353:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:363:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:417:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:419:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:840:53: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:954:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:966:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:998:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:1017:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:1033:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:336:27: style: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/udat.h:825:27: note: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:336:27: note: Function 'udat_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:425:41: style: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/udat.h:971:49: note: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:425:41: note: Function 'udat_getSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:832:37: style: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/udat.h:1010:45: note: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udat.cpp:832:37: note: Function 'udat_setSymbols' argument 3 names different: declaration 'symbolIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udateintervalformat.cpp:61:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udateintervalformat.cpp:93:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:45:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:53:44: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:80:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:97:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:114:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:133:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:147:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:154:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:166:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:173:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:184:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:190:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:201:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:207:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:241:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:248:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:255:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:264:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:104:31: style: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/udatpg.h:304:31: note: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/udatpg.cpp:104:31: note: Function 'udatpg_getBaseSkeleton' argument 4 names different: declaration 'baseSkeleton' definition 'skeleton'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:245:5: style: Variable 'rb' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:244:0: note: Variable 'rb' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:245:5: note: Variable 'rb' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:252:41: style: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ulocdata.h:250:41: note: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:252:41: note: Function 'ulocdata_getLocaleDisplayPattern' argument 2 names different: declaration 'pattern' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:253:42: style: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ulocdata.h:251:42: note: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:253:42: note: Function 'ulocdata_getLocaleDisplayPattern' argument 3 names different: declaration 'patternCapacity' definition 'resultCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:300:36: style: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ulocdata.h:272:36: note: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:300:36: note: Function 'ulocdata_getLocaleSeparator' argument 2 names different: declaration 'separator' definition 'result'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:301:37: style: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/ulocdata.h:273:37: note: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ulocdata.c:301:37: note: Function 'ulocdata_getLocaleSeparator' argument 3 names different: declaration 'separatorCapacity' definition 'resultCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:267:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:282:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:297:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:307:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:334:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:359:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:407:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:474:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:529:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:185:38: style: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/umsg.h:345:38: note: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:185:38: note: Function 'u_parseMessageWithError' argument 6 names different: declaration 'parseError' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:207:39: style: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/umsg.h:374:39: note: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/umsg.cpp:207:39: note: Function 'u_vparseMessageWithError' argument 7 names different: declaration 'parseError' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:143:69: style: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:62:49: note: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:143:69: note: Function 'UnescapeTransliterator' argument 1 names different: declaration 'ID' definition 'newID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:144:61: style: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:63:41: note: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:144:61: note: Function 'UnescapeTransliterator' argument 2 names different: declaration 'spec' definition 'newSpec'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:172:85: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:101:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.cpp:172:85: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'pos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unesctrn.h:31:1: warning: The class 'UnescapeTransliterator' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.cpp:94:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.cpp:70:88: style: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.h:72:73: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uni2name.cpp:70:88: note: Function 'handleTransliterate' argument 2 names different: declaration 'offset' definition 'offsets'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:127:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:190:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:223:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:267:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:306:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:333:7: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:432:44: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:451:27: style: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unum.h:704:27: note: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:451:27: note: Function 'unum_getAvailable' argument 1 names different: declaration 'localeIndex' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:871:37: style: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/unum.h:685:45: note: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unum.cpp:871:37: note: Function 'unum_applyPattern' argument 1 names different: declaration 'format' definition 'fmt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/upluralrules.cpp:30:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/upluralrules.cpp:46:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:269:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:285:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:324:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:344:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:356:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:375:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:408:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:438:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:478:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:495:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:519:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:549:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:580:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:603:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:619:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:639:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:702:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:721:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:770:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:794:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:818:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:844:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:863:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:884:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:906:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:922:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:939:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:955:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:972:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:988:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1004:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1021:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1038:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1056:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1073:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1091:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1108:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1125:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1142:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1161:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1209:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1235:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1270:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1562:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1575:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1715:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1727:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1918:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1942:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1380:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:268:35: style: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:209:34: note: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:268:35: note: Function 'uregex_close' argument 1 names different: declaration 'regexp' definition 're2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:284:40: style: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:249:40: note: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:284:40: note: Function 'uregex_clone' argument 1 names different: declaration 'regexp' definition 'source2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:321:43: style: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:269:42: note: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:321:43: note: Function 'uregex_pattern' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:342:47: style: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:285:47: note: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:342:47: note: Function 'uregex_patternUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:355:40: style: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:297:43: note: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:355:40: note: Function 'uregex_flags' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:371:36: style: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:322:36: note: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:371:36: note: Function 'uregex_setText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:405:37: style: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:345:37: note: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:405:37: note: Function 'uregex_setUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:435:36: style: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:370:36: note: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:435:36: note: Function 'uregex_getText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:475:37: style: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:391:37: note: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:475:37: note: Function 'uregex_getUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:492:41: style: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:421:41: note: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:492:41: note: Function 'uregex_refreshUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:509:36: style: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:446:36: note: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:509:36: note: Function 'uregex_matches' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:516:38: style: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:472:38: note: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:516:38: note: Function 'uregex_matches64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:539:38: style: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:500:38: note: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:539:38: note: Function 'uregex_lookingAt' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:546:40: style: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:529:40: note: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:546:40: note: Function 'uregex_lookingAt64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:570:33: style: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:553:33: note: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:570:33: note: Function 'uregex_find' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:577:35: style: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:578:35: note: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:577:35: note: Function 'uregex_find64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:601:37: style: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:596:37: note: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:601:37: note: Function 'uregex_findNext' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:617:39: style: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:607:39: note: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:617:39: note: Function 'uregex_groupCount' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:634:34: style: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:627:34: note: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:634:34: note: Function 'uregex_group' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:697:39: style: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:656:39: note: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:697:39: note: Function 'uregex_groupUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:717:43: style: Function 'uregex_groupUTextDeep' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:681:43: note: Function 'uregex_groupUTextDeep' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:717:43: note: Function 'uregex_groupUTextDeep' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:760:34: style: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:702:34: note: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:760:34: note: Function 'uregex_start' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:767:36: style: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:722:36: note: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:767:36: note: Function 'uregex_start64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:784:34: style: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:740:34: note: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:784:34: note: Function 'uregex_end' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:791:36: style: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:759:34: note: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:791:36: note: Function 'uregex_end64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:808:37: style: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:777:37: note: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:808:37: note: Function 'uregex_reset' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:815:39: style: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:796:37: note: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:815:39: note: Function 'uregex_reset64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:832:40: style: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:821:40: note: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:832:40: note: Function 'uregex_setRegion' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:840:42: style: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:848:40: note: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:840:42: note: Function 'uregex_setRegion64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:858:48: style: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:868:46: note: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:858:48: note: Function 'uregex_setRegionAndStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:876:49: style: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:884:49: note: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:876:49: note: Function 'uregex_regionStart' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:882:51: style: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:898:51: note: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:882:51: note: Function 'uregex_regionStart64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:898:47: style: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:912:47: note: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:898:47: note: Function 'uregex_regionEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:904:49: style: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:927:49: note: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:904:49: note: Function 'uregex_regionEnd64' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:920:58: style: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:941:58: note: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:920:58: note: Function 'uregex_hasTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:936:52: style: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:965:51: note: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:936:52: note: Function 'uregex_useTransparentBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:953:56: style: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:980:56: note: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:953:56: note: Function 'uregex_hasAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:969:50: style: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:998:49: note: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:969:50: note: Function 'uregex_useAnchoringBounds' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:986:44: style: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1013:44: note: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:986:44: note: Function 'uregex_hitEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1002:48: style: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1028:48: note: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1002:48: note: Function 'uregex_requireEnd' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1018:43: style: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1403:46: note: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1018:43: note: Function 'uregex_setTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1035:50: style: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1417:52: note: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1035:50: note: Function 'uregex_getTimeLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1053:44: style: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1441:47: note: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1053:44: note: Function 'uregex_setStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1070:51: style: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1453:53: note: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1070:51: note: Function 'uregex_getStackLimit' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1087:50: style: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1496:50: note: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1087:50: note: Function 'uregex_setMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1104:54: style: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1514:54: note: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1104:54: note: Function 'uregex_getMatchCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1121:65: style: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1568:65: note: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1121:65: note: Function 'uregex_setFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1138:67: style: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1585:67: note: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1138:67: note: Function 'uregex_getFindProgressCallback' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1155:42: style: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1060:42: note: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1155:42: note: Function 'uregex_replaceAll' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1205:47: style: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1089:44: note: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1205:47: note: Function 'uregex_replaceAllUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1206:47: style: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1090:44: note: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1206:47: note: Function 'uregex_replaceAllUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1229:42: style: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1119:42: note: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1229:42: note: Function 'uregex_replaceFirst' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1266:47: style: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1148:46: note: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1266:47: note: Function 'uregex_replaceFirstUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1267:49: style: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1149:46: note: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1267:49: note: Function 'uregex_replaceFirstUText' argument 2 names different: declaration 'replacement' definition 'replacementText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1555:49: style: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1200:49: note: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1555:49: note: Function 'uregex_appendReplacement' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1571:54: style: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1230:54: note: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1571:54: note: Function 'uregex_appendReplacementUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1572:54: style: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1231:54: note: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1572:54: note: Function 'uregex_appendReplacementUText' argument 2 names different: declaration 'replacementText' definition 'replText'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1711:42: style: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1260:42: note: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1711:42: note: Function 'uregex_appendTail' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1724:47: style: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1284:47: note: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1724:47: note: Function 'uregex_appendTailUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1911:39: style: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1340:42: note: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1911:39: note: Function 'uregex_split' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1938:42: style: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uregex.h:1375:42: note: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:1938:42: note: Function 'uregex_splitUText' argument 1 names different: declaration 'regexp' definition 'regexp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uregex.cpp:59:5: performance: Variable 'fOwnsText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:2689:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:2710:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:2779:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:3014:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:3058:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:3502:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:2762:52: style: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/usearch.h:294:54: note: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/usearch.cpp:2762:52: note: Function 'usearch_close' argument 1 names different: declaration 'searchiter' definition 'strsrch'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof.cpp:47:39: style: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uspoof.h:252:39: note: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof.cpp:47:39: note: Function 'uspoof_openFromSerialized' argument 4 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof.cpp:815:42: style: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uspoof.h:879:24: note: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof.cpp:815:42: note: Function 'uspoof_serialize' argument 2 names different: declaration 'data' definition 'buf'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.h:261:5: style: Class 'SpoofData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_build.cpp:50:32: style: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/uspoof.h:288:32: note: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_build.cpp:50:32: note: Function 'uspoof_openFromSource' argument 5 names different: declaration 'errType' definition 'errorType'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.h:40:5: style: Struct 'SPUString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.h:55:5: style: Class 'SPUStringPool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.cpp:98:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.cpp:576:13: style: The scope of the variable 'lastIndexWithLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.cpp:97:46: style: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.h:65:35: note: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_conf.cpp:97:46: note: Function 'getByIndex' argument 1 names different: declaration 'i' definition 'index'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.cpp:99:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.cpp:874:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.cpp:909:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.cpp:504:34: style: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.h:271:27: note: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.cpp:504:34: note: Function 'SpoofData' argument 1 names different: declaration 'serializedData' definition 'data'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_impl.h:192:1: warning: The class 'ScriptSet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:117:5: style: Variable 'anyCaseTrie' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:114:0: note: Variable 'anyCaseTrie' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:117:5: note: Variable 'anyCaseTrie' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:118:5: style: Variable 'lowerCaseTrie' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:115:0: note: Variable 'lowerCaseTrie' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:118:5: note: Variable 'lowerCaseTrie' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:134:5: style: Variable 'scriptSets' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:111:0: note: Variable 'scriptSets' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:134:5: note: Variable 'scriptSets' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:401:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:419:5: performance: Variable 'codePoint' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/uspoof_wsconf.cpp:424:5: performance: Variable 'scriptSetOwned' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:199:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:215:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:224:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:231:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:242:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:250:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:287:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:412:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:431:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:455:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:485:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:158:9: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:156:0: note: Variable 'trans' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:158:9: note: Variable 'trans' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:170:9: style: Variable 'trans' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:169:0: note: Variable 'trans' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:170:9: note: Variable 'trans' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:138:26: style: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/utrans.h:195:26: note: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/utrans.cpp:138:26: note: Function 'utrans_openU' argument 7 names different: declaration 'pErrorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1384:5: warning: Either the condition 'rules==NULL' is redundant or there is possible null pointer dereference: rules. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1390:15: note: Assuming that condition 'rules==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1384:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1073:5: style: Variable 'bundle' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1070:0: note: Variable 'bundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1073:5: note: Variable 'bundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1074:5: style: Variable 'versionStr' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1071:0: note: Variable 'versionStr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1074:5: note: Variable 'versionStr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1104:5: style: Variable 'bundle' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1101:0: note: Variable 'bundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1104:5: note: Variable 'bundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1105:5: style: Variable 'versionStr' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1102:0: note: Variable 'versionStr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1105:5: note: Variable 'versionStr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1379:5: style: Variable 'rules' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1374:0: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1379:5: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:894:37: style: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:883:30: note: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:894:37: note: Function 'VTZWriter' argument 1 names different: declaration 'out' definition 'output'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1083:66: style: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:99:77: note: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1083:66: note: Function 'createVTimeZoneFromBasicTimeZone' argument 1 names different: declaration 'basicTZ' definition 'basic_time_zone'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1197:54: style: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:261:60: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:1197:54: note: Function 'getOffset' argument 5 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:2172:36: style: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/unicode/vtzone.h:380:34: note: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:2172:36: note: Function 'writeHeaders' argument 1 names different: declaration 'w' definition 'writer'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:883:5: style: Class 'VTZWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vtzone.cpp:925:5: style: Class 'VTZReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:40:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:45:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:50:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:56:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:67:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:72:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:77:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:83:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:95:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:107:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:119:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:126:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:132:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:137:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:142:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:147:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:152:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:157:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:162:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:167:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:172:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:177:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/vzone.cpp:182:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zonemeta.cpp:575:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zonemeta.cpp:594:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:32:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:37:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:43:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:51:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:56:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:61:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:76:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:81:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:86:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:93:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:102:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:107:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:112:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:118:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:124:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:130:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:136:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:141:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/zrule.cpp:146:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:28:51: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:38:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:43:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:48:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:53:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:58:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:63:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:68:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:73:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:78:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:83:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:88:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:93:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/i18n/ztrans.cpp:98:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ucln_io.c:23:0: error: #error U_IO_IMPLEMENTATION not set - must be set for all ICU source files in io/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ufile.c:303:24: style: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/unicode/ustdio.h:438:55: note: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ufile.c:303:24: note: Function 'u_fgetConverter' argument 1 names different: declaration 'f' definition 'file'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ufmt_cmn.c:71:14: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ufmt_cmn.c:185:30: style: Array index 'count' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprintf.c:74:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:309:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:314:5: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:309:10: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:626:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:631:5: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:626:10: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:709:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:714:5: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:709:10: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:907:10: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:912:5: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:907:10: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:202:13: style: The scope of the variable 'argSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:1053:14: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:1215:22: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uprntf_p.c:1224:18: style: The scope of the variable 'lastAlias' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uscanf_p.c:346:13: style: The scope of the variable 'symbolLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/uscanf_p.c:1306:21: style: The scope of the variable 'handlerNum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:597:24: style: Condition 'f->str.fPos>=f->str.fLimit' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:314:18: style: The scope of the variable 'mySourceBegin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:319:17: style: The scope of the variable 'numConverted' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:390:35: style: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/unicode/ustdio.h:571:30: note: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:390:35: note: Function 'u_file_write' argument 1 names different: declaration 'ustring' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:617:34: style: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ufile.h:108:34: note: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:617:34: note: Function 'ufile_getch32' argument 2 names different: declaration 'ch' definition 'c32'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:660:26: style: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/unicode/ustdio.h:698:21: note: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/io/ustdio.c:660:26: note: Function 'u_fungetc' argument 1 names different: declaration 'c' definition 'ch'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AnchorTables.cpp:21:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AnchorTables.cpp:29:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AnchorTables.cpp:37:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AnchorTables.cpp:45:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.cpp:122:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.cpp:132:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.cpp:133:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEInsertionList.h:74:5: style: Class 'LEInsertionList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CharSubstitutionFilter.h:55:5: style: Class 'CharSubstitutionFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GDEFMarkFilter.h:30:5: style: Class 'GDEFMarkFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEGlyphStorage.h:110:21: style: The function 'applyInsertion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEInsertionList.h:40:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEGlyphStorage.h:110:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:493:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:180:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:366:22: style: The function 'computeGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:209:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:366:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:383:18: style: The function 'adjustGlyphPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:246:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:383:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:392:18: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:462:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:392:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:84:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:84:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:116:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:116:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:136:18: style: The function 'adjustGlyphPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:383:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:136:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:201:22: style: The function 'glyphPostProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:342:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:201:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:219:18: style: The function 'mapCharsToGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:287:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:219:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:236:18: style: The function 'adjustGlyphPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:136:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicLayoutEngine.h:236:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CharSubstitutionFilter.h:75:13: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEGlyphFilter.h:40:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CharSubstitutionFilter.h:75:13: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GDEFMarkFilter.h:33:21: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEGlyphFilter.h:40:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GDEFMarkFilter.h:33:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ArabicShaping.cpp:61:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CanonShaping.cpp:37:52: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ClassDefinitionTables.cpp:23:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ClassDefinitionTables.cpp:30:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ClassDefinitionTables.cpp:48:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ClassDefinitionTables.cpp:55:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:34:5: style: Class 'ContextualGlyphSubstitutionProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:27:10: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.h:24:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:27:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:28:18: style: The function 'beginStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:29:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:30:24: style: The function 'processStateEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:31:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:30:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:32:18: style: The function 'endStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:33:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualGlyphSubstProc.h:32:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:131:47: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:164:66: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:170:66: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:176:66: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:335:74: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:341:74: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ContextualSubstSubtables.cpp:347:74: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CoverageTables.cpp:24:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/CoverageTables.cpp:31:48: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:66:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:493:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:66:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:104:22: style: The function 'computeGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:209:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:104:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:119:18: style: The function 'adjustGlyphPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:246:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GXLayoutEngine.h:119:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:62:88: style: Function 'GlyphIterator' argument 3 names different: declaration 'featureParam' definition 'newFeatureParam'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.h:31:77: note: Function 'GlyphIterator' argument 3 names different: declaration 'featureParam' definition 'newFeatureParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:62:88: note: Function 'GlyphIterator' argument 3 names different: declaration 'featureParam' definition 'newFeatureParam'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:105:65: style: Function 'reset' argument 2 names different: declaration 'newFeatureTag' definition 'newFeatureMask'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.h:37:48: note: Function 'reset' argument 2 names different: declaration 'newFeatureTag' definition 'newFeatureMask'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:105:65: note: Function 'reset' argument 2 names different: declaration 'newFeatureTag' definition 'newFeatureMask'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:209:52: style: Function 'setCurrStreamPosition' argument 1 names different: declaration 'position' definition 'newPosition'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.h:60:41: note: Function 'setCurrStreamPosition' argument 1 names different: declaration 'position' definition 'newPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphIterator.cpp:209:52: note: Function 'setCurrStreamPosition' argument 1 names different: declaration 'position' definition 'newPosition'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.h:102:5: style: Class 'GlyphPositionAdjustments' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:22:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:51:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:58:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:65:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:72:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPositionAdjustments.cpp:79:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.h:39:23: style: The function 'applySubtable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.h:43:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.h:39:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:80:54: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:88:52: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:96:54: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:104:58: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:112:62: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:120:58: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:128:58: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:136:66: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphPosnLookupProc.cpp:144:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AttachmentPosnSubtables.h:35:74: style: Function 'getBaseCoverage' argument 1 names different: declaration 'baseGlyphId' definition 'baseGlyphID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AttachmentPosnSubtables.h:30:48: note: Function 'getBaseCoverage' argument 1 names different: declaration 'baseGlyphId' definition 'baseGlyphID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/AttachmentPosnSubtables.h:35:74: note: Function 'getBaseCoverage' argument 1 names different: declaration 'baseGlyphId' definition 'baseGlyphID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:67:55: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:75:57: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:83:58: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:91:57: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:99:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:107:67: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:115:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.cpp:47:35: warning: Member variable 'GlyphSubstitutionLookupProcessor::fFilter' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.h:41:23: style: The function 'applySubtable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.h:43:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/GlyphSubstLookupProc.h:41:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.cpp:42:81: style: Function 'HanOpenTypeLayoutEngine' argument 5 names different: declaration 'gsubTablem' definition 'gsubTable'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.h:51:85: note: Function 'HanOpenTypeLayoutEngine' argument 5 names different: declaration 'gsubTablem' definition 'gsubTable'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.cpp:42:81: note: Function 'HanOpenTypeLayoutEngine' argument 5 names different: declaration 'gsubTablem' definition 'gsubTable'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.h:66:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.h:66:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.h:99:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HanLayoutEngine.h:99:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HangulLayoutEngine.h:89:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HangulLayoutEngine.h:89:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HangulLayoutEngine.h:121:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/HangulLayoutEngine.h:121:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:90:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:90:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:123:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:123:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:154:22: style: The function 'glyphProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:312:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicLayoutEngine.h:154:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:47:15: warning: The class 'IndicRearrangementProcessor' defines member variable with name 'firstGlyph' also defined in its parent class 'StateTableProcessor'. [duplInheritedMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:54:14: note: The class 'IndicRearrangementProcessor' defines member variable with name 'firstGlyph' also defined in its parent class 'StateTableProcessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:47:15: note: The class 'IndicRearrangementProcessor' defines member variable with name 'firstGlyph' also defined in its parent class 'StateTableProcessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:48:15: warning: The class 'IndicRearrangementProcessor' defines member variable with name 'lastGlyph' also defined in its parent class 'StateTableProcessor'. [duplInheritedMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:55:14: note: The class 'IndicRearrangementProcessor' defines member variable with name 'lastGlyph' also defined in its parent class 'StateTableProcessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:48:15: note: The class 'IndicRearrangementProcessor' defines member variable with name 'lastGlyph' also defined in its parent class 'StateTableProcessor'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:36:5: style: Class 'IndicRearrangementProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:28:18: style: The function 'beginStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:29:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:30:24: style: The function 'processStateEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:31:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:30:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:32:18: style: The function 'endStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:33:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicRearrangementProcessor.h:32:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:1077:33: style: The scope of the variable 'baseConsonant' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:1077:48: style: The scope of the variable 'secondConsonant' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:625:52: style: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.h:152:46: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:625:52: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:1068:54: style: Function 'v2process' argument 1 names different: declaration 'theChars' definition 'chars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.h:158:48: note: Function 'v2process' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/IndicReordering.cpp:1068:54: note: Function 'v2process' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MPreFixups.h:27:5: style: Class 'MPreFixups' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KernTable.cpp:76:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerLayoutEngine.h:92:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerLayoutEngine.h:92:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerLayoutEngine.h:124:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerLayoutEngine.h:124:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerReordering.cpp:366:27: style: The scope of the variable 'coengRo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerReordering.cpp:359:52: style: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerReordering.h:117:46: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/KhmerReordering.cpp:359:52: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEInsertionList.cpp:60:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:204:58: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:365:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:542:54: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:618:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:207:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:207:17: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:207:26: style: The scope of the variable 'out' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:533:138: style: Function 'layoutEngineFactory' argument 4 names different: declaration 'typo_flags' definition 'typoFlags'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:486:135: note: Function 'layoutEngineFactory' argument 4 names different: declaration 'typo_flags' definition 'typoFlags'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:533:138: note: Function 'layoutEngineFactory' argument 4 names different: declaration 'typo_flags' definition 'typoFlags'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.h:66:18: style: Technically the member function 'ThaiShaping::StateTransition::getNextState' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.h:67:18: style: Technically the member function 'ThaiShaping::StateTransition::getAction' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:99:5: style: Class 'CanonMarkFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:61:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:493:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:61:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:115:22: style: The function 'computeGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:209:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:115:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:138:18: style: The function 'adjustGlyphPositions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.h:246:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiLayoutEngine.h:138:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanLayoutEngine.h:92:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:133:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanLayoutEngine.h:92:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanLayoutEngine.h:124:22: style: The function 'characterProcessing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:280:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanLayoutEngine.h:124:22: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/DefaultCharMapper.h:53:17: style: The function 'mapChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEFontInstance.h:46:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/DefaultCharMapper.h:53:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:102:21: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LEGlyphFilter.h:40:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LayoutEngine.cpp:102:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.cpp:64:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:36:5: style: Class 'LigatureSubstitutionProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:30:18: style: The function 'beginStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:29:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:30:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:32:24: style: The function 'processStateEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:31:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:32:24: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:34:18: style: The function 'endStateTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.h:33:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LigatureSubstProc.h:34:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:145:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:154:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:158:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:32:15: style: The scope of the variable 'delta' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:180:14: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:299:18: warning: Member variable 'LookupProcessor::lookupListTable' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:299:18: warning: Member variable 'LookupProcessor::featureListTable' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:299:18: warning: Member variable 'LookupProcessor::lookupSelectCount' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/LookupProcessor.cpp:299:18: warning: Member variable 'LookupProcessor::lookupOrderCount' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToBasePosnSubtables.h:27:16: performance: Technically the member function 'MarkToBasePositioningSubtable::findBaseGlyph' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToBasePosnSubtables.cpp:20:42: note: Technically the member function 'MarkToBasePositioningSubtable::findBaseGlyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToBasePosnSubtables.h:27:16: note: Technically the member function 'MarkToBasePositioningSubtable::findBaseGlyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToLigaturePosnSubtables.h:27:16: performance: Technically the member function 'MarkToLigaturePositioningSubtable::findLigatureGlyph' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToLigaturePosnSubtables.cpp:19:46: note: Technically the member function 'MarkToLigaturePositioningSubtable::findLigatureGlyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToLigaturePosnSubtables.h:27:16: note: Technically the member function 'MarkToLigaturePositioningSubtable::findLigatureGlyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToMarkPosnSubtables.h:27:16: performance: Technically the member function 'MarkToMarkPositioningSubtable::findMark2Glyph' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToMarkPosnSubtables.cpp:20:42: note: Technically the member function 'MarkToMarkPositioningSubtable::findMark2Glyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/MarkToMarkPosnSubtables.h:27:16: note: Technically the member function 'MarkToMarkPositioningSubtable::findMark2Glyph' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.h:24:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.cpp:36:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SimpleArrayProcessor.h:30:5: style: Class 'SimpleArrayProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentSingleProcessor.h:30:5: style: Class 'SegmentSingleProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentArrayProcessor.h:30:5: style: Class 'SegmentArrayProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.h:30:5: style: Class 'SingleTableProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TrimmedArrayProcessor.h:30:5: style: Class 'TrimmedArrayProcessor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SimpleArrayProcessor.h:28:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SimpleArrayProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentSingleProcessor.h:28:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentSingleProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentArrayProcessor.h:28:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentArrayProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.h:28:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TrimmedArrayProcessor.h:28:18: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/NonContextualGlyphSubstProc.h:27:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TrimmedArrayProcessor.h:28:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:86:53: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:103:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:121:23: warning: Member variable 'OpenTypeLayoutEngine::fFeatureMask' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:121:23: warning: Member variable 'OpenTypeLayoutEngine::fFeatureMap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:121:23: warning: Member variable 'OpenTypeLayoutEngine::fFeatureMapCount' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:121:23: warning: Member variable 'OpenTypeLayoutEngine::fFeatureParamList' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:185:14: style: Member variable 'OpenTypeLayoutEngine::fFeatureMapCount' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:81:57: note: Member variable 'OpenTypeLayoutEngine::fFeatureMapCount' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:185:14: note: Member variable 'OpenTypeLayoutEngine::fFeatureMapCount' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:392:18: warning: Virtual function 'reset' is called from destructor '~OpenTypeLayoutEngine()' at line 135. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.cpp:135:5: note: Calling reset
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeLayoutEngine.h:392:18: note: reset is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/OpenTypeUtilities.cpp:47:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/PairPositioningSubtables.cpp:28:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/PairPositioningSubtables.cpp:35:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/PairPositioningSubtables.h:54:28: performance: Technically the member function 'PairPositioningFormat1Subtable::findPairValueRecord' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/PairPositioningSubtables.cpp:127:56: note: Technically the member function 'PairPositioningFormat1Subtable::findPairValueRecord' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/PairPositioningSubtables.h:54:28: note: Technically the member function 'PairPositioningFormat1Subtable::findPairValueRecord' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentArrayProcessor.cpp:27:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SegmentSingleProcessor.cpp:27:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SimpleArrayProcessor.cpp:27:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SinglePositioningSubtables.cpp:27:61: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SinglePositioningSubtables.cpp:34:61: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleSubstitutionSubtables.cpp:26:62: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleSubstitutionSubtables.cpp:33:62: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.cpp:27:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.cpp:24:71: style: Function 'SingleTableProcessor' argument 1 names different: declaration 'morphSubtableHeader' definition 'moprhSubtableHeader'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.h:30:53: note: Function 'SingleTableProcessor' argument 1 names different: declaration 'morphSubtableHeader' definition 'moprhSubtableHeader'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SingleTableProcessor.cpp:24:71: note: Function 'SingleTableProcessor' argument 1 names different: declaration 'morphSubtableHeader' definition 'moprhSubtableHeader'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:25:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::stateSize' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::classTableOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::stateArrayOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::entryTableOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::classTable' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::firstGlyph' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::lastGlyph' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/StateTableProcessor.cpp:18:22: warning: Member variable 'StateTableProcessor::stateTableHeader' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.cpp:14:20: warning: Member variable 'SubtableProcessor::length' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.cpp:14:20: warning: Member variable 'SubtableProcessor::coverage' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.cpp:14:20: warning: Member variable 'SubtableProcessor::subtableFeatures' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/SubtableProcessor.cpp:14:20: warning: Member variable 'SubtableProcessor::subtableHeader' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:228:59: style: Function 'getNextState' argument 2 names different: declaration 'state' definition 'prevState'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.h:85:57: note: Function 'getNextState' argument 2 names different: declaration 'state' definition 'prevState'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:228:59: note: Function 'getNextState' argument 2 names different: declaration 'state' definition 'prevState'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:45:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:65:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:81:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:97:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:113:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ThaiShaping.cpp:130:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanReordering.cpp:322:54: style: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanReordering.h:136:46: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TibetanReordering.cpp:322:54: note: Function 'reorder' argument 1 names different: declaration 'theChars' definition 'chars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/TrimmedArrayProcessor.cpp:27:59: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:112:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:126:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:140:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:154:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:244:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:258:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:272:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/ValueRecords.cpp:286:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:25:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:33:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:49:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:63:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:78:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:93:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:109:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:124:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:141:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layout/loengine.cpp:155:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.cpp:75:54: style: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.h:21:52: note: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.cpp:75:54: note: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.cpp:87:51: style: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.h:22:49: note: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/LXUtilities.cpp:87:51: note: Function 'reverse' argument 2 names different: declaration 'count' definition 'length'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/ParagraphLayout.cpp:633:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/ParagraphLayout.cpp:642:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/ParagraphLayout.cpp:651:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fChars' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fFontRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fLevelRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fScriptRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fLocaleRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fEmbeddingLevels' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fGlyphToCharMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fCharToMinGlyphMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fCharToMaxGlyphMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fGlyphWidths' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fParaBidi' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fLineBidi' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fStyleRunLimits' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fStyleIndices' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fStyleRunInfo' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fBreakIterator' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fVisualRunLastX' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:572:5: warning: Member variable 'ParagraphLayout::fVisualRunLastY' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fChars' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fCharCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fFontRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLevelRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fScriptRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLocaleRuns' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fVertical' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fClientLevels' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fClientScripts' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fClientLocales' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fEmbeddingLevels' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fAscent' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fDescent' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLeading' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fGlyphToCharMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fCharToMinGlyphMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fCharToMaxGlyphMap' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fGlyphWidths' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fGlyphCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fParaBidi' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLineBidi' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fStyleRunLimits' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fStyleIndices' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fStyleRunInfo' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fStyleRunCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fBreakIterator' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLineStart' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLineEnd' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fFirstVisualRun' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fLastVisualRun' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fVisualRunLastX' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:573:5: warning: Member variable 'ParagraphLayout::fVisualRunLastY' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fChars' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fCharCount' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fFontRuns' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLevelRuns' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fScriptRuns' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLocaleRuns' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fVertical' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fClientLevels' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fClientScripts' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fClientLocales' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fEmbeddingLevels' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fAscent' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fDescent' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLeading' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fGlyphToCharMap' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fCharToMinGlyphMap' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fCharToMaxGlyphMap' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fGlyphWidths' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fGlyphCount' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fParaBidi' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLineBidi' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fStyleRunLimits' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fStyleIndices' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fStyleRunInfo' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fStyleRunCount' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fBreakIterator' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLineStart' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLineEnd' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fFirstVisualRun' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fLastVisualRun' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fVisualRunLastX' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:574:29: warning: Member variable 'ParagraphLayout::fVisualRunLastY' is not assigned a value in 'ParagraphLayout::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fAscent' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fDescent' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fLeading' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fRunCount' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fRunCapacity' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:175:22: warning: Member variable 'Line::fRuns' is not assigned a value in 'Line::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:338:27: warning: Member variable 'VisualRun::fFont' is not assigned a value in 'VisualRun::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:338:27: warning: Member variable 'VisualRun::fGlyphs' is not assigned a value in 'VisualRun::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:338:27: warning: Member variable 'VisualRun::fPositions' is not assigned a value in 'VisualRun::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/ParagraphLayout.h:338:27: warning: Member variable 'VisualRun::fGlyphToCharMap' is not assigned a value in 'VisualRun::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/RunArrays.cpp:55:30: style: Function 'grow' argument 1 names different: declaration 'capacity' definition 'newCapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:191:32: note: Function 'grow' argument 1 names different: declaration 'capacity' definition 'newCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/RunArrays.cpp:55:30: note: Function 'grow' argument 1 names different: declaration 'capacity' definition 'newCapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:215:22: warning: Member variable 'RunArray::fClientArrays' is not assigned a value in 'RunArray::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:215:22: warning: Member variable 'RunArray::fLimits' is not assigned a value in 'RunArray::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:215:22: warning: Member variable 'RunArray::fCount' is not assigned a value in 'RunArray::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:215:22: warning: Member variable 'RunArray::fCapacity' is not assigned a value in 'RunArray::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:372:22: warning: Member variable 'FontRuns::fFonts' is not assigned a value in 'FontRuns::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:514:24: warning: Member variable 'LocaleRuns::fLocales' is not assigned a value in 'LocaleRuns::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:646:23: warning: Member variable 'ValueRuns::fValues' is not assigned a value in 'ValueRuns::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:75:5: style: Class 'RunArray' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:301:5: style: Class 'FontRuns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:438:5: style: Class 'LocaleRuns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:576:5: style: Class 'ValueRuns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:362:29: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:162:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:362:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:365:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:177:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:365:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:366:18: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:191:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:366:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:499:29: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:162:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:499:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:502:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:177:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:502:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:503:18: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:191:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:503:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:636:29: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:162:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:636:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:639:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:177:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:639:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:640:18: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:191:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:640:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:46:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:61:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:73:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:85:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:97:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:109:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:121:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/playout.cpp:133:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:35:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:43:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:55:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:65:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:78:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:91:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:105:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:131:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:139:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:151:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:161:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:174:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:187:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:201:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:425:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:433:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:445:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:455:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:468:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:481:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:495:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:340:11: warning: Member variable 'ULocRuns::fLocalesCopy' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:346:11: warning: Member variable 'ULocRuns::fLocalesCopy' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:317:18: warning: Member variable 'ULocRuns::fLocalesCopy' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:323:18: warning: Member variable 'ULocRuns::fLocalesCopy' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:312:22: warning: Member variable 'ULocRuns::fLocaleNames' is not assigned a value in 'ULocRuns::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:312:22: warning: Member variable 'ULocRuns::fLocalesCopy' is not assigned a value in 'ULocRuns::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:242:5: style: Class 'ULocRuns' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:302:29: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:499:29: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:302:29: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:305:18: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:502:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:305:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:306:18: style: The function 'grow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/layout/RunArrays.h:503:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/layoutex/plruns.cpp:306:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:114:11: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:381:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:550:13: style: The scope of the variable 'left_day' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:550:23: style: The scope of the variable 'right_day' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:551:13: style: The scope of the variable 'left_firstday' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:551:28: style: The scope of the variable 'right_firstday' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:551:44: style: The scope of the variable 'left_current' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:551:58: style: The scope of the variable 'right_current' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:552:13: style: The scope of the variable 'left_month' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/cal/cal.c:552:25: style: The scope of the variable 'right_month' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:39:10: performance: Technically the member function 'Test::TestUChariter' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:43:12: note: Technically the member function 'Test::TestUChariter' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:39:10: note: Technically the member function 'Test::TestUChariter' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:40:10: performance: Technically the member function 'Test::TestStringiter' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:110:12: note: Technically the member function 'Test::TestStringiter' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/citer/citer.cpp:40:10: note: Technically the member function 'Test::TestStringiter' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/date/date.c:68:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/answers/main_0.cpp:54:26: style: Variable 'N_TIMEZONE' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/answers/main_1.cpp:53:26: style: Variable 'N_TIMEZONE' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/answers/main_2.cpp:39:17: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/answers/main_2.cpp:57:26: style: Variable 'N_TIMEZONE' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/answers/main_3.cpp:39:17: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/datefmt/main.cpp:39:17: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.cpp:232:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.cpp:241:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.cpp:250:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.cpp:40:39: style: The scope of the variable 'line' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.cpp:67:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.cpp:77:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.h:27:18: warning: Virtual function 'freeFontTable' is called from destructor '~FontTableCache()' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.cpp:40:9: note: Calling freeFontTable
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.h:27:18: note: freeFontTable is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:81:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:263:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:273:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:320:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:263:9: style: Variable 'headTable' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:259:0: note: Variable 'headTable' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:263:9: note: Variable 'headTable' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:32:5: warning: Member variable 'CMAPMapper::fcmap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:48:5: warning: Member variable 'CMAPFormat4Mapper::fEndCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:48:5: warning: Member variable 'CMAPFormat4Mapper::fStartCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:48:5: warning: Member variable 'CMAPFormat4Mapper::fIdDelta' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:48:5: warning: Member variable 'CMAPFormat4Mapper::fIdRangeOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:69:5: warning: Member variable 'CMAPGroupMapper::fGroups' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:70:25: warning: Virtual function 'initMapper' is called from constructor 'GDIFontInstance(GDISurface*surface,TCHAR*faceName,le_int16 pointSize,LEErrorCode&status)' at line 175. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:175:14: note: Calling initMapper
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:70:25: note: initMapper is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:70:25: warning: Virtual function 'initMapper' is called from constructor 'GDIFontInstance(GDISurface*surface,const char*faceName,le_int16 pointSize,LEErrorCode&status)' at line 287. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.cpp:287:14: note: Calling initMapper
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:70:25: note: initMapper is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:31:5: style: Class 'GDISurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:45:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:23:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:45:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:66:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:23:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.h:66:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:34:18: style: The function 'drawGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/RenderingSurface.h:26:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:34:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:68:25: style: The function 'readFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontInstance.h:68:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontMap.h:32:35: style: The function 'openFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.h:37:35: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIFontMap.h:32:35: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIGUISupport.h:25:18: style: The function 'postErrorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GUISupport.h:23:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GDIGUISupport.h:25:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.cpp:44:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.cpp:102:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.cpp:55:5: performance: Variable 'fFace' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:69:25: warning: Virtual function 'initMapper' is called from constructor 'GnomeFontInstance(FT_Library engine,const char*fontPathName,le_int16 pointSize,LEErrorCode&status)' at line 87. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.cpp:87:14: note: Calling initMapper
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:69:25: note: initMapper is a virtual method
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:34:5: style: Class 'GnomeSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:37:18: style: The function 'drawGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/RenderingSurface.h:26:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:37:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:67:25: style: The function 'readFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontTableCache.h:26:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontInstance.h:67:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontMap.h:32:35: style: The function 'openFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/FontMap.h:37:35: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeFontMap.h:32:35: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeGUISupport.h:25:18: style: The function 'postErrorMessage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GUISupport.h:23:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/GnomeGUISupport.h:25:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/ScriptCompositeFontInstance.h:22:5: style: Class 'ScriptCompositeFontInstance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cgnomelayout.c:302:19: style: The scope of the variable 'app' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cgnomelayout.c:279:29: style: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cgnomelayout.c:38:35: note: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cgnomelayout.c:279:29: note: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/clayout.c:123:24: style: The scope of the variable 'fontMap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/clayout.c:77:26: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.cpp:94:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/cmaps.cpp:98:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:32:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:44:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:51:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:58:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:63:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gdiglue.cpp:70:56: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomeglue.cpp:35:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomeglue.cpp:47:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomeglue.cpp:54:73: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomeglue.cpp:59:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomeglue.cpp:66:56: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:88:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:282:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:303:19: style: The scope of the variable 'app' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:280:29: style: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:48:35: note: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/gnomelayout.cpp:280:29: note: Function 'closeSample' argument 1 names different: declaration 'sample' definition 'app'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:40:14: style: Technically the member function 'Paragraph::getAscent' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:81:28: note: Technically the member function 'Paragraph::getAscent' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:40:14: note: Technically the member function 'Paragraph::getAscent' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:41:14: style: Technically the member function 'Paragraph::getLineHeight' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:71:28: note: Technically the member function 'Paragraph::getLineHeight' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:41:14: note: Technically the member function 'Paragraph::getLineHeight' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:42:14: style: Technically the member function 'Paragraph::getLineCount' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:76:28: note: Technically the member function 'Paragraph::getLineCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/paragraph.h:42:14: note: Technically the member function 'Paragraph::getLineCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:160:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:217:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:242:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:298:31: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:335:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/layout.cpp:122:24: style: The scope of the variable 'fontMap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/rsurface.cpp:19:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/layout/ucreader.cpp:17:46: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/legacy/newcol.cpp:78:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/legacy/newcol.cpp:70:11: style: The scope of the variable 'keySize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/legacy/oldcol.cpp:95:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/legacy/oldcol.cpp:86:11: style: The scope of the variable 'keySize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/numfmt/capi.c:64:14: style: Variable 'needed' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/numfmt/main.cpp:228:19: style: The scope of the variable 'nf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/numfmt/util.cpp:35:14: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/translit/answers/unaccent.cpp:29:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/translit/unaccent.cpp:31:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:365:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:365:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:449:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:481:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:481:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:482:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:482:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:492:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:951:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:951:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:1056:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:1056:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:1056:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:575:3: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:569:0: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:575:3: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:631:3: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:616:0: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:631:3: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:732:3: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:710:0: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:732:3: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:294:15: style: The scope of the variable 'sourceLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:394:15: style: The scope of the variable 'sourceLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:875:15: style: The scope of the variable 'sourceLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:980:16: style: The scope of the variable 'sourceLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/convsamp.cpp:1083:28: style: The scope of the variable 'out' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/flagcb.c:146:13: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/flagcb.c:149:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ucnv/flagcb.c:188:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:94:27: warning: Either the condition 'currdir!=NULL' is redundant or there is possible null pointer dereference: currdir. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:98:16: note: Assuming that condition 'currdir!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:94:27: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:96:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:76:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:96:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/reader.c:79:0: style: Variable 'intValue' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/udata/writer.c:104:9: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:175:20: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:374:20: style: Function 'nextLine' argument 1 names different: declaration 'start' definition 'startPos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:71:19: note: Function 'nextLine' argument 1 names different: declaration 'start' definition 'startPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:374:20: note: Function 'nextLine' argument 1 names different: declaration 'start' definition 'startPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:286:5: error: Common realloc mistake: 'charBuf' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ugrep/ugrep.cpp:340:5: error: Common realloc mistake: 'ucharBuf' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/uresb/uresb.c:82:17: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:292:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:300:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:308:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:316:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:324:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:332:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:340:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:348:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:159:5: style: Variable 'length' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:153:0: note: Variable 'length' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:159:5: note: Variable 'length' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/samples/ustring/ustring.cpp:159:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:26:14: style: struct member 'ICU_Data_Header::headerSize' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:27:13: style: struct member 'ICU_Data_Header::magic1' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:27:21: style: struct member 'ICU_Data_Header::magic2' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:29:10: style: struct member 'ICU_Data_Header::padding' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:30:14: style: struct member 'ICU_Data_Header::count' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:30:21: style: struct member 'ICU_Data_Header::reserved' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/stubdata/stubdata.c:37:10: style: struct member 'ICU_Data_Header::fakeNameAndData' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/bocu1tst.c:288:21: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/bocu1tst.c:531:19: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/bocu1tst.c:737:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/bocu1tst.c:793:16: style: The scope of the variable 'cmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:284:5: style: Variable 'compareResultIter' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:272:0: note: Variable 'compareResultIter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:284:5: note: Variable 'compareResultIter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:306:11: style: Variable 'compareResultUTF8' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:299:0: note: Variable 'compareResultUTF8' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:306:11: note: Variable 'compareResultUTF8' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:310:11: style: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:299:0: note: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:310:11: note: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:340:9: style: Variable 'partialSKResult' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:337:0: note: Variable 'partialSKResult' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:340:9: note: Variable 'partialSKResult' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:690:3: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:689:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:690:3: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1244:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1242:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1244:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1279:5: style: Variable 'values' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1276:0: note: Variable 'values' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1279:5: note: Variable 'values' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:291:29: style: The scope of the variable 'utf8Target' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:639:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:660:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:941:33: style: The scope of the variable 'ceX' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:941:40: style: The scope of the variable 'ceY' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:941:47: style: The scope of the variable 'ceZ' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:372:19: style: Variable 'sortklenmin' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:874:20: style: Variable 'sourceKeyOut' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/callcoll.c:1164:16: style: Variable 'coll' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:527:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:521:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:527:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:848:3: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:828:0: note: Variable 'c2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:848:3: note: Variable 'c2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1149:44: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:825:15: style: The scope of the variable 'curLoc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:897:11: style: The scope of the variable 'curLoc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:898:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:899:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:900:18: style: The scope of the variable 'rules' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:907:18: style: The scope of the variable 'uld' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1478:13: style: The scope of the variable 'sortkey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1478:27: style: The scope of the variable 'lower' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1478:39: style: The scope of the variable 'upper' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:20: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:27: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:34: style: The scope of the variable 'buffSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:48: style: The scope of the variable 'skSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:60: style: The scope of the variable 'lowerSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1555:75: style: The scope of the variable 'upperSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1629:24: style: The scope of the variable 'skLen2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1805:11: style: The scope of the variable 'buffLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:2138:13: style: The scope of the variable 'noConts' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:2332:19: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1974:20: style: struct member 'Anonymous2::expectedIdentifier' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:921:20: style: Variable 'sizeOfStdSet' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1271:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1326:12: style: Variable 'order3' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1608:25: style: Variable 'lowerSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:1609:25: style: Variable 'upperSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/capitst.c:2171:19: style: Variable 'noConts' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:289:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:288:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:289:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:515:5: style: Variable 'ruleSourceU' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:510:0: note: Variable 'ruleSourceU' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:515:5: note: Variable 'ruleSourceU' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:639:5: style: Variable 'bi' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:624:0: note: Variable 'bi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:639:5: note: Variable 'bi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:365:22: style: The scope of the variable 'brk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:367:13: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:367:19: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:625:21: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:626:21: style: The scope of the variable 'vals' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:627:21: style: The scope of the variable 'numVals' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:84:32: warning: Division of result of sizeof() on pointer type. [divideSizeof]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiapts.c:197:17: style: Variable 'bogus' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3602:5: style: Variable 'pBiDi' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3591:0: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3602:5: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3603:5: style: Variable 'pBiDi2' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3591:0: note: Variable 'pBiDi2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3603:5: note: Variable 'pBiDi2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3604:5: style: Variable 'pBiDi3' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3591:0: note: Variable 'pBiDi3' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3604:5: note: Variable 'pBiDi3' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3773:5: style: Variable 'pBiDi' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3761:0: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3773:5: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3898:5: style: Variable 'pBiDi' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3889:0: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3898:5: note: Variable 'pBiDi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:380:12: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:2125:13: style: The scope of the variable 'ltrLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3596:13: style: The scope of the variable 'srcLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3947:16: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:4154:13: style: The scope of the variable 'proLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:4154:24: style: The scope of the variable 'epiLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:4154:35: style: The scope of the variable 'srcLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:4154:43: style: The scope of the variable 'destLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3700:59: style: Function 'inverseBasic' argument 2 names different: declaration 'src' definition 'srcChars'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:86:59: note: Function 'inverseBasic' argument 2 names different: declaration 'src' definition 'srcChars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3700:59: note: Function 'inverseBasic' argument 2 names different: declaration 'src' definition 'srcChars'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:2224:27: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cbiditst.c:3859:5: style: Variable 'dummy' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:752:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:739:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:752:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1428:5: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1425:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1428:5: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1502:13: style: Variable 'pref' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1499:13: note: Variable 'pref' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1502:13: note: Variable 'pref' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1121:25: style: The scope of the variable 'DOW' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1121:38: style: The scope of the variable 'expectedDOW' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1383:10: style: The scope of the variable 'tempMsgBuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1488:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1488:16: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1488:22: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1489:19: style: The scope of the variable 'all' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1489:25: style: The scope of the variable 'pref' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1492:17: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:781:10: style: Variable 'd1' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1458:12: style: Variable 'date' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccaltst.c:1877:9: style: Variable 't' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:126:5: style: Variable 'allNamesEnum' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:121:0: note: Variable 'allNamesEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:126:5: note: Variable 'allNamesEnum' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:170:5: style: Variable 'available_conv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:167:5: note: Variable 'available_conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:170:5: note: Variable 'available_conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:357:9: style: Variable 'converter' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:355:0: note: Variable 'converter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:357:9: note: Variable 'converter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:401:10: style: Variable 'cnv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:399:0: note: Variable 'cnv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:401:10: note: Variable 'cnv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1307:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1305:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1307:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2936:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2927:0: note: Variable 'err' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2936:5: note: Variable 'err' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:234:25: style: The scope of the variable 'testLong1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:236:25: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:252:25: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:254:25: style: The scope of the variable 'cp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:261:25: style: The scope of the variable 'myConverter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:262:27: style: The scope of the variable 'displayname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:264:17: style: The scope of the variable 'locale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:266:12: style: The scope of the variable 'uchar1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:268:12: style: The scope of the variable 'uchar3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:269:13: style: The scope of the variable 'targetcapacity2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:270:13: style: The scope of the variable 'targetcapacity' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:271:13: style: The scope of the variable 'targetsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:272:13: style: The scope of the variable 'disnamelen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:277:17: style: The scope of the variable 'tmp_consumed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:410:47: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1232:25: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1887:17: style: The scope of the variable 'cnv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1890:16: style: The scope of the variable 'ccsid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2494:13: style: The scope of the variable 'outputLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2612:27: style: The scope of the variable 'cnv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2655:27: style: The scope of the variable 'cnv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:3452:14: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:179:21: style: Checking if unsigned variable 'count' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1375:22: style: Variable 'junkCtx' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:1422:22: style: Variable 'junkCtx' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2536:32: style: Variable 'outputLength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2770:5: style: Variable 'utf8NUL' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ccapitst.c:2847:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:872:5: style: Variable 'pattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:866:0: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:872:5: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:906:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:902:0: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:906:5: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1189:13: style: Variable 'subStatus' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1185:0: note: Variable 'subStatus' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1189:13: note: Variable 'subStatus' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1225:13: style: Variable 'subStatus' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1221:0: note: Variable 'subStatus' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1225:13: note: Variable 'subStatus' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:61:18: style: The scope of the variable 'any' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdattst.c:1297:31: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:201:5: style: Variable 'pattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:197:0: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:201:5: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:49:28: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:53:12: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:157:12: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:155:49: style: Function 'tryPat994' argument 2 names different: declaration 'pat' definition 'pattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.h:53:49: note: Function 'tryPat994' argument 2 names different: declaration 'pat' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtdptst.c:155:49: note: Function 'tryPat994' argument 2 names different: declaration 'pat' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:285:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:277:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:285:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:330:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:324:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:330:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:449:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:443:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:449:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:132:12: style: The scope of the variable 'gotdate' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:132:22: style: The scope of the variable 'expdate' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:374:12: style: The scope of the variable 'datestr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:378:12: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:378:21: style: The scope of the variable 'result2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:300:16: style: Variable 'myString' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:345:14: style: Variable 'myDate' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:457:9: style: Variable 'x' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cdtrgtst.c:574:28: style: Variable 'dmyGnTextLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cformtst.c:57:45: style: Function 'myDateFormat' argument 2 names different: declaration 'd' definition 'd1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cformtst.h:29:45: note: Function 'myDateFormat' argument 2 names different: declaration 'd' definition 'd1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cformtst.c:57:45: note: Function 'myDateFormat' argument 2 names different: declaration 'd' definition 'd1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cg7coll.c:139:16: style: The scope of the variable 'myCollation' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:530:9: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:521:0: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:530:9: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:533:9: style: Variable 'tdpath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:523:0: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:533:9: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:547:9: style: Variable 'test' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:522:0: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:547:9: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:80:22: style: The scope of the variable 'rb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:81:17: style: The scope of the variable 'cnv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:465:34: style: Function 'CharsToUChars' argument 1 names different: declaration 'chars' definition 'str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.h:44:42: note: Function 'CharsToUChars' argument 1 names different: declaration 'chars' definition 'str'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:465:34: note: Function 'CharsToUChars' argument 1 names different: declaration 'chars' definition 'str'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:675:40: style: Function 'assertEquals' argument 1 names different: declaration 'msg' definition 'message'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.h:104:40: note: Function 'assertEquals' argument 1 names different: declaration 'msg' definition 'message'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:675:40: note: Function 'assertEquals' argument 1 names different: declaration 'msg' definition 'message'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:675:61: style: Function 'assertEquals' argument 2 names different: declaration 'expectedString' definition 'expected'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.h:104:57: note: Function 'assertEquals' argument 2 names different: declaration 'expectedString' definition 'expected'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:675:61: note: Function 'assertEquals' argument 2 names different: declaration 'expectedString' definition 'expected'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:676:40: style: Function 'assertEquals' argument 3 names different: declaration 'actualString' definition 'actual'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.h:105:40: note: Function 'assertEquals' argument 3 names different: declaration 'actualString' definition 'actual'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:676:40: note: Function 'assertEquals' argument 3 names different: declaration 'actualString' definition 'actual'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cintltst.c:453:0: error: Memory leak: dataDir [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:159:9: style: Variable 'pitr' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:154:0: note: Variable 'pitr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:159:9: note: Variable 'pitr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:160:9: style: Variable 'titer' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:155:0: note: Variable 'titer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:160:9: note: Variable 'titer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:435:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:424:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:435:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:576:5: style: Variable 'en_us' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:565:0: note: Variable 'en_us' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:576:5: note: Variable 'en_us' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:718:5: style: Variable 'en_us' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:711:0: note: Variable 'en_us' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:718:5: note: Variable 'en_us' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:225:25: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:229:12: style: The scope of the variable 'test' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:291:25: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:295:12: style: The scope of the variable 'test' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:792:25: style: The scope of the variable 'stringOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:794:25: style: The scope of the variable 'sorder' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:795:25: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:796:25: style: The scope of the variable 'temporder' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:919:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:946:25: style: The scope of the variable 'testiter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:947:25: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:949:25: style: The scope of the variable 'testorders' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:950:25: style: The scope of the variable 'orders' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1757:18: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1758:18: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1759:18: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1760:18: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1761:18: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1762:18: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1767:18: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1768:18: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1958:18: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1959:18: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1960:18: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1961:18: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1962:18: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1963:18: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1968:18: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1969:18: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1807:26: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1808:23: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1809:30: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1810:27: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1804:26: style: Variable 'strength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1811:23: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1997:28: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1998:25: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1999:32: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:2000:29: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:1994:28: style: Variable 'strength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/citertst.c:2001:25: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:745:32: style: Redundant condition: ignoreNumbers. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:84:9: style: Variable 'currentBundleKey' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:81:0: note: Variable 'currentBundleKey' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:84:9: note: Variable 'currentBundleKey' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:29:18: style: The scope of the variable 'graphmeSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:487:29: style: The scope of the variable 'currentLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:491:17: style: The scope of the variable 'currLoc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:673:13: style: The scope of the variable 'fromCountryLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:779:13: style: The scope of the variable 'patternLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:867:29: style: The scope of the variable 'currentLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:873:17: style: The scope of the variable 'currLoc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:1277:17: style: The scope of the variable 'isoCode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:1277:27: style: The scope of the variable 'structISOCode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:1278:22: style: The scope of the variable 'subBundle' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:200:41: style: Variable 'sameArray' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cldrtest.c:579:20: style: Variable 'fromSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:663:5: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:649:0: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:663:5: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:253:13: style: The scope of the variable 'cap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:255:11: style: The scope of the variable 'testLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:389:17: style: The scope of the variable 'loc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:435:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:525:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:717:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:720:28: style: The scope of the variable 'expectedChars' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:787:17: style: The scope of the variable 'locList' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:858:13: style: The scope of the variable 'maxresultsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:860:17: style: The scope of the variable 'testLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:870:13: style: The scope of the variable 'expectedLang' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:871:13: style: The scope of the variable 'expectedScript' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:872:13: style: The scope of the variable 'expectedCtry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:873:13: style: The scope of the variable 'expectedVar' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:874:13: style: The scope of the variable 'expectedName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1170:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1170:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1625:13: style: The scope of the variable 'resultLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1627:19: style: The scope of the variable 'keywords' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1696:13: style: The scope of the variable 'resultLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1764:13: style: The scope of the variable 'resultLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2260:20: style: The scope of the variable 'baseNameLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2562:19: style: The scope of the variable 'available' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2565:13: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2989:17: style: The scope of the variable 'testLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:5606:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:5607:17: style: The scope of the variable 'inloc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:5608:17: style: The scope of the variable 'expected' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:854:44: style: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.h:82:45: note: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:854:44: note: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1588:21: style: struct member 'Anonymous4::expectedLocaleIDNoKeywords' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1671:21: style: Variable 'resultLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1701:21: style: Variable 'resultLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2265:23: style: Variable 'baseNameLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:2301:12: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:5639:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:280:13: error: Common realloc mistake: 'temp' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:294:13: error: Common realloc mistake: 'temp' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:534:9: error: Common realloc mistake: 'testLocale' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:540:9: error: Common realloc mistake: 'expected' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:548:9: error: Common realloc mistake: 'expected' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1319:9: error: Common realloc mistake: 'got' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1339:9: error: Common realloc mistake: 'got' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1353:9: error: Common realloc mistake: 'got' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1367:9: error: Common realloc mistake: 'got' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cloctst.c:1381:9: error: Common realloc mistake: 'got' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3073:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3066:53: note: outer condition: oldExLen==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3073:25: note: identical inner condition: oldExLen==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3073:25: style: Condition 'oldExLen==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3066:53: note: Assuming that condition 'oldExLen==0' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3073:25: note: Condition 'oldExLen==0' is always true
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:95:3: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:89:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:95:3: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:561:3: style: Variable 'rules' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:532:0: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:561:3: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:942:3: style: Variable 'rules' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:917:0: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:942:3: note: Variable 'rules' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1471:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1454:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1471:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1665:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1655:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1665:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3173:3: style: Variable 'varTop1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3170:3: note: Variable 'varTop1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3173:3: note: Variable 'varTop1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3041:13: style: Variable 'CE' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3034:0: note: Variable 'CE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3041:13: note: Variable 'CE' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3613:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3609:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3613:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4506:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4494:0: note: Variable 'e' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4506:5: note: Variable 'e' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4798:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4794:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4798:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:392:26: style: The scope of the variable 'cr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:534:12: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:535:12: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:535:35: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:536:12: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:536:35: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:537:12: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:537:39: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:538:12: style: The scope of the variable 'firstEx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:540:12: style: The scope of the variable 'firstLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:542:12: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:546:12: style: The scope of the variable 'beforeStrength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:553:12: style: The scope of the variable 'tempLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:919:12: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:920:12: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:920:35: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:921:12: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:921:35: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:922:12: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:922:39: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:924:12: style: The scope of the variable 'firstLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:924:26: style: The scope of the variable 'secondLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:926:12: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:935:12: style: The scope of the variable 'UCAdiff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:936:12: style: The scope of the variable 'Windiff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1084:14: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1090:13: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1091:14: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1091:37: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1092:14: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1092:37: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1093:14: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1093:41: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1094:14: style: The scope of the variable 'oldOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1098:14: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1378:14: style: The scope of the variable 'ruleLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1453:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1522:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1522:21: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1523:14: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1651:14: style: The scope of the variable 'nfcSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1652:14: style: The scope of the variable 'nfdSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1658:14: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2014:12: style: The scope of the variable 'rlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2077:12: style: The scope of the variable 'rlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2246:18: style: The scope of the variable 'sLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2247:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2819:17: style: The scope of the variable 'coll' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2821:17: style: The scope of the variable 'rlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2938:11: style: The scope of the variable 'key' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2939:12: style: The scope of the variable 'klen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2956:12: style: The scope of the variable 'varTopOriginal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2956:32: style: The scope of the variable 'varTop1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2956:41: style: The scope of the variable 'varTop2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2960:12: style: The scope of the variable 'strength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2961:12: style: The scope of the variable 'specs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2962:12: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2963:12: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2964:12: style: The scope of the variable 'exOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2965:12: style: The scope of the variable 'exLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2966:12: style: The scope of the variable 'oldChOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2968:12: style: The scope of the variable 'oldExOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2970:12: style: The scope of the variable 'prefixOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2971:12: style: The scope of the variable 'prefixLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2978:12: style: The scope of the variable 'rulesLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3033:29: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3188:22: style: The scope of the variable 'test' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3594:15: style: The scope of the variable 'rule1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3847:11: style: The scope of the variable 'U16LenS' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3847:24: style: The scope of the variable 'U16LenT' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3847:37: style: The scope of the variable 'U16BELenS' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3847:52: style: The scope of the variable 'U16BELenT' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3981:11: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3982:11: style: The scope of the variable 'pKeyLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4347:9: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4499:24: style: The scope of the variable 'AVAIL' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4659:14: style: The scope of the variable 'rlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5451:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5451:16: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5534:11: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5537:15: style: The scope of the variable 'myCollation' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5819:7: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5820:15: style: The scope of the variable 'myCollation' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:6778:13: style: The scope of the variable 'strLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:6879:13: style: The scope of the variable 'strLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:963:22: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:964:19: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:973:19: style: Variable 'secondLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:968:22: style: Variable 'varT' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:969:22: style: Variable 'top_' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1193:24: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1194:21: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1195:28: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1196:25: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:1200:28: style: Variable 'varT' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2614:17: style: Variable 'resultlen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:2945:10: style: Variable 'klen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3173:13: style: Variable 'varTop1' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3020:17: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3018:24: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3019:21: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3041:18: style: Variable 'CE' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3891:17: style: Variable 'U16BELenS' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3892:17: style: Variable 'U16BELenT' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:3990:15: style: Variable 'pKeyLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4418:22: style: Variable 'lastBottom' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4419:25: style: Variable 'currentBottom' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:4565:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5829:19: style: Variable 'myCollation' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5886:21: style: Variable 'baseKeyLength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:5887:23: style: Variable 'beforeKeyLength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:6497:19: style: Variable 'apiRules' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsccoll.c:6562:9: style: Unused variable: i [unusedVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:879:13: style: The scope of the variable 'resultLengthOut' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:879:45: style: The scope of the variable 'patternlength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:994:14: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:126:13: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:291:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:322:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:347:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:418:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:512:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:605:9: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cmsgtst.c:900:13: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:348:5: style: Variable 'pattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:341:0: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:348:5: note: Variable 'pattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:720:5: style: Variable 'f' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:709:0: note: Variable 'f' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:720:5: note: Variable 'f' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:911:9: style: Variable 'pref' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:908:9: note: Variable 'pref' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:911:9: note: Variable 'pref' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:61:20: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:190:20: style: The scope of the variable 'fmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:192:12: style: The scope of the variable 'upat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:412:20: style: The scope of the variable 'currencyFmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:413:12: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:529:20: style: The scope of the variable 'currencyFmt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:553:14: style: The scope of the variable 'cStr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:675:12: style: The scope of the variable 'dvalue' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:676:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:716:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:892:19: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:893:19: style: The scope of the variable 'pref' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnmdptst.c:893:26: style: The scope of the variable 'all' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1048:17: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1222:72: note: Calling function '_testIter', 6th argument 'out' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1048:17: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:257:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:251:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:257:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1417:31: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:178:16: style: The scope of the variable 'neededLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:178:27: style: The scope of the variable 'length2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1043:51: style: The scope of the variable 'prevIndex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1367:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1367:21: style: The scope of the variable 'lccc1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1367:28: style: The scope of the variable 'lccc2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1367:35: style: The scope of the variable 'tccc1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1367:42: style: The scope of the variable 'tccc2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1368:13: style: The scope of the variable 'qc1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1368:18: style: The scope of the variable 'qc2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1463:16: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1307:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1356:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1518:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnormtst.c:1583:12: style: Variable 'length' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:178:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:171:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:178:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:742:5: style: Variable 'newvalue' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:741:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:742:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:751:5: style: Variable 'newvalue' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:750:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:751:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:760:5: style: Variable 'newvalue' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:759:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:760:5: note: Variable 'newvalue' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:822:9: style: Variable 'parseResult' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:816:0: note: Variable 'parseResult' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:822:9: note: Variable 'parseResult' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1280:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1268:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1280:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1926:5: style: Variable 'nf' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1921:0: note: Variable 'nf' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1926:5: note: Variable 'nf' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:932:17: style: The scope of the variable 'badsymbolSmall' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:934:17: style: The scope of the variable 'valueLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1055:16: style: The scope of the variable 'parseVal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1058:14: style: The scope of the variable 'parseCurrB' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1231:11: style: The scope of the variable 'temp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1232:11: style: The scope of the variable 'temp2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1269:13: style: The scope of the variable 'resultlength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1270:13: style: The scope of the variable 'resultlengthneeded' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1272:12: style: The scope of the variable 'd1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1273:12: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1387:13: style: The scope of the variable 'val32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1388:13: style: The scope of the variable 'val64' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1389:13: style: The scope of the variable 'valDouble' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1974:10: style: The scope of the variable 'temp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:1975:10: style: The scope of the variable 'temp2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:127:9: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:429:8: style: Variable 'd1' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cnumtst.c:912:22: style: Variable 'resultSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:119:5: style: Variable 'he' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:114:0: note: Variable 'he' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:119:5: note: Variable 'he' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:120:5: style: Variable 'iw' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:115:0: note: Variable 'iw' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:120:5: note: Variable 'iw' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:271:5: style: Variable 'theBundle' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:251:0: note: Variable 'theBundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:271:5: note: Variable 'theBundle' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:429:5: style: Variable 'fr_FR' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:423:0: note: Variable 'fr_FR' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:429:5: note: Variable 'fr_FR' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:442:5: style: Variable 'junk' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:440:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:442:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:444:5: style: Variable 'junk' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:442:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:444:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:852:5: style: Variable 'stream' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:849:5: note: Variable 'stream' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:852:5: note: Variable 'stream' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:654:27: style: The scope of the variable 'parsedNumber' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:917:13: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/crestst.c:458:12: style: Variable 'junk' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:259:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:255:0: note: Variable 'r' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:259:3: note: Variable 'r' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:348:5: style: Variable 'he' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:339:0: note: Variable 'he' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:348:5: note: Variable 'he' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:349:5: style: Variable 'iw' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:340:0: note: Variable 'iw' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:349:5: note: Variable 'iw' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:661:9: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:655:0: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:661:9: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:907:5: style: Variable 'testdatapath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:904:0: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:907:5: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1059:5: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1057:5: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1059:5: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1425:5: style: Variable 'locs' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1417:0: note: Variable 'locs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1425:5: note: Variable 'locs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1783:17: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1782:0: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1783:17: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1874:21: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1873:0: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1874:21: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1926:17: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1923:0: note: Variable 'key' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1926:17: note: Variable 'key' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1927:17: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1924:0: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1927:17: note: Variable 'value' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2020:5: style: Variable 'fr_FR' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2014:0: note: Variable 'fr_FR' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2020:5: note: Variable 'fr_FR' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2033:5: style: Variable 'junk' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2031:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2033:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2035:5: style: Variable 'junk' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2033:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2035:5: note: Variable 'junk' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2115:5: style: Variable 'testdatapath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2108:0: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2115:5: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2194:13: style: Variable 'exp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2191:0: note: Variable 'exp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2194:13: note: Variable 'exp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2197:13: style: Variable 'got' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2191:0: note: Variable 'got' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2197:13: note: Variable 'got' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2457:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2455:0: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2457:5: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:770:20: style: The scope of the variable 'zeroIntVect' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:937:17: style: The scope of the variable 'action' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1598:13: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1599:13: style: The scope of the variable 'row_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1600:13: style: The scope of the variable 'column_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:1602:13: style: The scope of the variable 'tag_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2342:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2809:11: style: The scope of the variable 'p8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2813:32: style: The scope of the variable 'i16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2813:37: style: The scope of the variable 'i8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:860:19: style: Variable 'binResult' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:844:21: style: Variable 'zeroIntVect' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2050:12: style: Variable 'junk' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2623:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/creststn.c:2956:10: style: Variable 's8' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cstrcase.c:641:21: style: Variable 'lenOtherDefault' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cstrcase.c:647:20: style: Variable 'isUnicode_3_1' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:144:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:143:26: note: outer condition: numErrors>0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:144:30: note: identical inner condition: numErrors>0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:179:30: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:178:26: note: outer condition: numErrors>0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:179:30: note: identical inner condition: numErrors>0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:267:9: style: Variable 'code' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:265:0: note: Variable 'code' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:267:9: note: Variable 'code' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdapi.c:88:17: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:336:28: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:1231:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:1700:17: style: The scope of the variable 'expected' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:1942:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:2840:12: style: The scope of the variable 'nv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:2842:16: style: The scope of the variable 'type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:2952:19: style: The scope of the variable 'min' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:3017:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:3022:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:3022:16: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/cucdtst.c:1109:7: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/currtest.c:249:13: style: The scope of the variable 'numCode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1291:9: style: Variable 'wDestLen' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1287:9: note: Variable 'wDestLen' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1291:9: note: Variable 'wDestLen' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1754:35: warning: Division by result of sizeof(). memcmp() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1406:14: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1677:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtrn.c:1978:7: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:75:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:75:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:91:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:91:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:432:17: style: The scope of the variable 'len1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:432:23: style: The scope of the variable 'len2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:432:29: style: The scope of the variable 'r1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:432:33: style: The scope of the variable 'r2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:1705:34: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:1710:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:1775:45: warning: Division by result of sizeof(). memcpy() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:461:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:472:16: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/custrtst.c:1165:9: style: Variable 'buffer' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/eurocreg.c:160:20: style: Variable 'euroBackSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/hpmufn.c:26:13: style: union member 'ctest_AlignedMemory::t1' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/hpmufn.c:27:13: style: union member 'ctest_AlignedMemory::t2' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/hpmufn.c:28:13: style: union member 'ctest_AlignedMemory::t3' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/hpmufn.c:116:14: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/idnatest.c:462:13: style: The scope of the variable 'bufLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/idnatest.c:491:13: style: The scope of the variable 'bufLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/idnatest.c:848:14: style: Variable 'outLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/idnatest.c:465:0: error: Uninitialized variable: parseError [uninitvar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/idnatest.c:494:0: error: Uninitialized variable: parseError [uninitvar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:664:68: style: Same expression on both sides of '/'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2627:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2637:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2638:10: style: The scope of the variable 'offset_str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2829:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2833:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2834:10: style: The scope of the variable 'offset_str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3024:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3034:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3035:10: style: The scope of the variable 'offset_str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3205:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3209:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:3210:10: style: The scope of the variable 'offset_str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nccbtst.c:2731:17: style: Variable 'limit' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvfbts.c:139:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvfbts.c:303:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvfbts.c:307:10: style: The scope of the variable 'junk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvfbts.c:308:10: style: The scope of the variable 'offset_str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:689:13: style: The scope of the variable 'offset8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:690:13: style: The scope of the variable 'offset16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:759:13: style: The scope of the variable 'offset32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:760:13: style: The scope of the variable 'offset16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:994:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:1084:12: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:1182:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:1184:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:1357:12: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:1359:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:916:40: style: Function 'TestWithBufferSize' argument 1 names different: declaration 'osize' definition 'insize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:78:40: note: Function 'TestWithBufferSize' argument 1 names different: declaration 'osize' definition 'insize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:916:40: note: Function 'TestWithBufferSize' argument 1 names different: declaration 'osize' definition 'insize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:916:56: style: Function 'TestWithBufferSize' argument 2 names different: declaration 'isize' definition 'outsize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:78:55: note: Function 'TestWithBufferSize' argument 2 names different: declaration 'isize' definition 'outsize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/ncnvtst.c:916:56: note: Function 'TestWithBufferSize' argument 2 names different: declaration 'isize' definition 'outsize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nfsprep.c:153:15: style: The scope of the variable 'middle' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nfsprep.c:153:29: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:1522:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:1506:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:1522:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:2857:5: style: Variable 'uTargetLimit' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:2841:0: note: Variable 'uTargetLimit' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:2857:5: note: Variable 'uTargetLimit' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:4163:5: style: Variable 'kr' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:4158:0: note: Variable 'kr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:4163:5: note: Variable 'kr' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5431:5: style: Variable 'conv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5429:0: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5431:5: note: Variable 'conv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:176:18: style: The scope of the variable 's0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:367:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:369:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:527:12: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:529:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:1507:48: style: The scope of the variable 'cnv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:1776:17: style: The scope of the variable 'sourceLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:2770:18: style: The scope of the variable 'uSourceLimit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:2965:15: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:4952:20: style: The scope of the variable 'sourceStart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5379:39: style: The scope of the variable 'bytes_needed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5430:13: style: The scope of the variable 'target_cap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:5430:25: style: The scope of the variable 'bytes_needed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:681:51: style: Function 'TestNewConvertWithBufferSizes' argument 1 names different: declaration 'osize' definition 'outsize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:37:51: note: Function 'TestNewConvertWithBufferSizes' argument 1 names different: declaration 'osize' definition 'outsize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:681:51: note: Function 'TestNewConvertWithBufferSizes' argument 1 names different: declaration 'osize' definition 'outsize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:681:68: style: Function 'TestNewConvertWithBufferSizes' argument 2 names different: declaration 'isize' definition 'insize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:37:66: note: Function 'TestNewConvertWithBufferSizes' argument 2 names different: declaration 'isize' definition 'insize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:681:68: note: Function 'TestNewConvertWithBufferSizes' argument 2 names different: declaration 'isize' definition 'insize'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:3047:9: style: Variable 'numOffWritten' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/nucnvtst.c:3815:18: style: Variable 'ctargetLimit' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:34:43: style: Condition 'x4==4294926335U' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:30:15: note: Assignment 'x=4294311923U', assigned value is 4294311923
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:32:17: note: Assignment 'x4=x>>4', assigned value is 268394495
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:34:43: note: Condition 'x4==4294926335U' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:57:5: style: Variable 'y1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:51:0: note: Variable 'y1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:57:5: note: Variable 'y1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:313:16: style: The scope of the variable 'v1str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:314:16: style: The scope of the variable 'opstr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:315:16: style: The scope of the variable 'v2str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:316:16: style: The scope of the variable 'invop' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:316:23: style: The scope of the variable 'got' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:316:28: style: The scope of the variable 'invgot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:33:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:420:29: warning: Function 'doAssert' argument order different: declaration 'expect, got, message' definition 'got, expect, message' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:47:29: note: Function 'doAssert' argument order different: declaration 'expect, got, message' definition 'got, expect, message'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/putiltst.c:420:29: note: Function 'doAssert' argument order different: declaration 'expect, got, message' definition 'got, expect, message'
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/reapits.c:1055:18: style: The scope of the variable 'sz' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/reapits.c:1351:22: style: The scope of the variable 'textBuff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/reapits.c:1639:18: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spooftest.c:272:9: style: Variable 'clone1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spooftest.c:268:0: note: Variable 'clone1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spooftest.c:272:9: note: Variable 'clone1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:605:5: style: Variable 'testdatapath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:603:0: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:605:5: note: Variable 'testdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:445:17: style: The scope of the variable 'srcLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:107:18: style: struct member 'ConformanceTestCases::comment' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/spreptst.c:110:18: style: struct member 'ConformanceTestCases::profile' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:139:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:140:13: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:285:5: style: Variable 'srcdatapath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:276:0: note: Variable 'srcdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:285:5: note: Variable 'srcdatapath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:286:5: style: Variable 'relativepath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:277:0: note: Variable 'relativepath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:286:5: note: Variable 'relativepath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:289:5: style: Variable 'profile' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:279:0: note: Variable 'profile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:289:5: note: Variable 'profile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:159:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:148:32: style: Function 'compareMapping' argument 5 names different: declaration 'option' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:38:32: note: Function 'compareMapping' argument 5 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:148:32: note: Function 'compareMapping' argument 5 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:229:38: style: Function 'compareFlagsForRange' argument 4 names different: declaration 'option' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:41:93: note: Function 'compareFlagsForRange' argument 4 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/sprpdata.c:229:38: note: Function 'compareFlagsForRange' argument 4 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:338:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:339:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:340:92: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:341:92: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:342:92: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/tracetst.c:94:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trie2test.c:547:13: style: The scope of the variable 'length1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trie2test.c:547:22: style: The scope of the variable 'length2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trie2test.c:802:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trie2test.c:1289:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:271:5: style: Variable 'storage' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:269:0: note: Variable 'storage' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:271:5: note: Variable 'storage' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:57:27: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:88:27: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/trietest.c:450:16: style: union member 'Anonymous0::bogus' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:205:5: style: Variable 'icuDataFilePath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:193:5: note: Variable 'icuDataFilePath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:205:5: note: Variable 'icuDataFilePath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:411:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:405:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:411:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1400:5: style: Variable 'errorCode' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1383:5: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1400:5: note: Variable 'errorCode' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1703:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1697:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1703:5: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1002:10: style: The scope of the variable 'testMsgBuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1583:18: style: The scope of the variable 'pData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1634:31: warning: Found calculation inside sizeof(). [sizeofCalculation]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:354:14: style: struct member 'ICU_COMMON_Data_Header::headerSize' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:355:13: style: struct member 'ICU_COMMON_Data_Header::magic1' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:355:21: style: struct member 'ICU_COMMON_Data_Header::magic2' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:357:10: style: struct member 'ICU_COMMON_Data_Header::padding' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:358:14: style: struct member 'ICU_COMMON_Data_Header::count' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:358:21: style: struct member 'ICU_COMMON_Data_Header::reserved' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:365:14: style: struct member 'ICU_COMMON_Data_Header::fakeNameAndData' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:668:12: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatatst.c:1739:16: style: Variable 'dataItem' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatpg_test.c:343:5: style: Variable 'resultLen' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatpg_test.c:338:5: note: Variable 'resultLen' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/udatpg_test.c:343:5: note: Variable 'resultLen' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usettest.c:58:16: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:27:31: style: struct member 'SearchData::text' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:28:31: style: struct member 'SearchData::pattern' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:29:31: style: struct member 'SearchData::collator' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:32:31: style: struct member 'SearchData::breaker' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:33:31: style: struct member 'SearchData::offset' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchdat.c:34:31: style: struct member 'SearchData::size' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:1750:5: style: Variable 'strsrch' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:1742:0: note: Variable 'strsrch' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:1750:5: note: Variable 'strsrch' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2392:5: style: Variable 'collator' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2383:0: note: Variable 'collator' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2392:5: note: Variable 'collator' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2434:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2425:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2434:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2464:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2458:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2464:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2493:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2490:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2493:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2516:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2520:9: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2609:13: style: The scope of the variable 'expectedPos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2610:13: style: The scope of the variable 'expectedLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2612:13: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2613:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2929:13: style: The scope of the variable 'matchLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/usrchtst.c:2644:15: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utexttst.c:283:9: style: Variable 'gFailed' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utf16tst.c:497:24: style: The scope of the variable 'setOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utf8tst.c:574:23: style: The scope of the variable 'setOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utf8tst.c:736:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utmstest.c:446:32: style: The scope of the variable 'dt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utmstest.c:450:13: style: The scope of the variable 'ticks' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utmstest.c:450:20: style: The scope of the variable 'millis' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utmstest.c:248:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utmstest.c:309:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:349:5: style: Variable 't1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:340:0: note: Variable 't1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:349:5: note: Variable 't1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:138:24: style: The scope of the variable 'buf2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:181:18: style: The scope of the variable 'id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/cintltst/utransts.c:182:41: style: The scope of the variable 'count2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/aliastst.cpp:258:9: style: Variable 'rb1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/aliastst.cpp:251:0: note: Variable 'rb1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/aliastst.cpp:258:9: note: Variable 'rb1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/aliastst.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/aliastst.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:63:5: warning: Member variable 'SimpleFwdCharIterator::fStart' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:63:5: warning: Member variable 'SimpleFwdCharIterator::fEnd' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:63:5: warning: Member variable 'SimpleFwdCharIterator::fCurrent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:63:5: warning: Member variable 'SimpleFwdCharIterator::fLen' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:63:5: warning: Member variable 'SimpleFwdCharIterator::fHashCode' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fStart' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fEnd' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fCurrent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fLen' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fBogus' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:64:5: warning: Member variable 'SimpleFwdCharIterator::fHashCode' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fStart' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fEnd' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fCurrent' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fLen' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fBogus' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.h:66:28: warning: Member variable 'SimpleFwdCharIterator::fHashCode' is not assigned a value in 'SimpleFwdCharIterator::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/allcoll.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/allcoll.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/alphaindextst.cpp:312:14: style: The scope of the variable 'lc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/alphaindextst.h:21:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/alphaindextst.h:21:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:202:5: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:196:17: note: Variable 'col' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:202:5: note: Variable 'col' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:806:5: style: Variable 'colerror' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:805:0: note: Variable 'colerror' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:806:5: note: Variable 'colerror' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:435:15: style: The scope of the variable 'col' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:775:49: style: Variable 'order2' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:787:49: style: Variable 'order3' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:1801:21: style: Variable 'lowerSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:1802:21: style: Variable 'upperSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:1201:64: error: Invalid memcmp() argument nr 3. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:1138:25: note: Assignment 'keylength=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.cpp:1201:64: note: Invalid argument
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/apicoll.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/astrotst.cpp:83:26: style: struct member 'Anonymous1::f' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/astrotst.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/astrotst.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/astrotst.cpp:113:23: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/astrotst.cpp:440:22: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bidiconf.cpp:33:5: warning: Member variable 'BiDiConformanceTest::line' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bidiconf.cpp:33:5: warning: Member variable 'BiDiConformanceTest::ordering' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bidiconf.cpp:37:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bidiconf.cpp:37:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bytestrietest.cpp:36:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/bytestrietest.cpp:36:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calcasts.h:24:16: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calcasts.h:24:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/callimts.cpp:101:5: warning: Either the condition '!cal' is redundant or there is possible null pointer dereference: cal. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/callimts.cpp:103:16: note: Assuming that condition '!cal' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/callimts.cpp:101:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/callimts.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/callimts.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calregts.cpp:308:12: style: Same expression on both sides of '!='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calregts.cpp:2273:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calregts.cpp:327:13: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calregts.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/calregts.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.cpp:1625:13: style: The scope of the variable 'DOW' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.cpp:1564:64: style: Function 'doYEAR_WOYLoop' argument 4 names different: declaration 'status' definition 'errorCode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.h:166:59: note: Function 'doYEAR_WOYLoop' argument 4 names different: declaration 'status' definition 'errorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.cpp:1564:64: note: Function 'doYEAR_WOYLoop' argument 4 names different: declaration 'status' definition 'errorCode'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltest.cpp:2254:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:49:26: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:45:22: note: outer condition: fgDateFormat!=0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:49:26: note: identical inner condition: fgDateFormat!=0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:77:25: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:73:21: note: outer condition: fgDateFormat==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:77:25: note: identical inner condition: fgDateFormat==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:96:24: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:92:20: note: outer condition: fgCalendar!=0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:96:24: note: identical inner condition: fgCalendar!=0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:123:23: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:119:19: note: outer condition: fgCalendar==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:123:23: note: identical inner condition: fgCalendar==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:71:58: style: Function 'releaseDateFormat' argument 1 names different: declaration 'f' definition 'adopt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.h:56:62: note: Function 'releaseDateFormat' argument 1 names different: declaration 'f' definition 'adopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:71:58: note: Function 'releaseDateFormat' argument 1 names different: declaration 'f' definition 'adopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:117:54: style: Function 'releaseCalendar' argument 1 names different: declaration 'c' definition 'adopt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.h:59:58: note: Function 'releaseCalendar' argument 1 names different: declaration 'c' definition 'adopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:117:54: note: Function 'releaseCalendar' argument 1 names different: declaration 'c' definition 'adopt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:161:52: style: Function 'dateToString' argument 3 names different: declaration 'z' definition 'tz'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.h:36:78: note: Function 'dateToString' argument 3 names different: declaration 'z' definition 'tz'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/caltztst.cpp:161:52: note: Function 'dateToString' argument 3 names different: declaration 'z' definition 'tz'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:268:5: style: Variable 'ne' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:265:0: note: Variable 'ne' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:268:5: note: Variable 'ne' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:148:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:219:71: style: Function 'getReadable' argument 1 names different: declaration 'obj' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.h:54:52: note: Function 'getReadable' argument 1 names different: declaration 'obj' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:219:71: note: Function 'getReadable' argument 1 names different: declaration 'obj' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.h:39:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.h:39:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/canittst.cpp:108:31: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:569:9: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:568:9: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:569:9: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:570:9: style: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:567:9: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:570:9: note: Variable 'c' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:28:9: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:27:5: style: Class 'SCharacterIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.cpp:25:1: warning: The class 'SCharacterIterator' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/citrtest.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.cpp:25:21: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.cpp:76:21: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.cpp:106:20: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.cpp:15:23: warning: Member variable 'ContractionTableTest::testTable' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.cpp:15:23: warning: Member variable 'ContractionTableTest::testClone' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cntabcol.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1119:9: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1118:21: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1119:9: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1570:9: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1569:23: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1570:9: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1226:13: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1230:15: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1226:13: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:90:17: style: The scope of the variable 'option' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:92:13: style: The scope of the variable 'offsetsLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:96:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:99:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:202:17: style: The scope of the variable 'option' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:204:13: style: The scope of the variable 'offsetsLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:204:28: style: The scope of the variable 'index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:208:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:210:18: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:212:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:212:16: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:355:10: style: The scope of the variable 'charset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:357:13: style: The scope of the variable 'which' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:365:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:368:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:722:16: style: The scope of the variable 'o' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:988:16: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1380:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1428:16: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1003:39: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1005:28: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.cpp:1433:35: warning: Division by result of sizeof(). memset() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.h:70:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/convtest.h:70:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:218:5: style: Variable 'retUS' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:217:0: note: Variable 'retUS' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:218:5: note: Variable 'retUS' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:226:5: style: Variable 'retUS' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:225:5: note: Variable 'retUS' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.cpp:226:5: note: Variable 'retUS' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.h:29:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/cpdtrtst.h:29:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/csdetest.h:22:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/csdetest.h:22:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/currcoll.h:32:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/currcoll.h:32:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/currcoll.cpp:46:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:288:53: style: Function 'testConvert' argument 3 names different: declaration 'fromCal' definition 'fromCalendar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:44:14: note: Function 'testConvert' argument 3 names different: declaration 'fromCal' definition 'fromCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:288:53: note: Function 'testConvert' argument 3 names different: declaration 'fromCal' definition 'fromCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:289:51: style: Function 'testConvert' argument 5 names different: declaration 'toCal' definition 'toCalendar'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:44:65: note: Function 'testConvert' argument 5 names different: declaration 'toCal' definition 'toCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:289:51: note: Function 'testConvert' argument 5 names different: declaration 'toCal' definition 'toCalendar'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:289:69: style: Function 'testConvert' argument 6 names different: declaration 'fwd' definition 'forward'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:45:10: note: Function 'testConvert' argument 6 names different: declaration 'fwd' definition 'forward'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:289:69: note: Function 'testConvert' argument 6 names different: declaration 'fwd' definition 'forward'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:365:40: style: Function 'testConvert' argument 3 names different: declaration 'fwd' definition 'forward'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:41:70: note: Function 'testConvert' argument 3 names different: declaration 'fwd' definition 'forward'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.cpp:365:40: note: Function 'testConvert' argument 3 names different: declaration 'fwd' definition 'forward'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.h:21:1: style: The class 'IntlTestDateFormat' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:38:9: style: Class 'FieldsSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:44:9: style: Class 'FieldsSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:253:10: style: The function 'handleParseValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:125:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:253:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:280:14: style: The function 'handleParseValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:125:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:280:14: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:284:17: style: The function 'handleParseName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:111:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:284:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:31:7: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcal.h:31:7: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:31:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:280:16: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:270:3: style: Variable 'target' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:265:0: note: Variable 'target' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:270:3: note: Variable 'target' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.cpp:208:13: style: The scope of the variable 'cloneSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.h:37:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrcoll.h:37:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrfmt.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dadrfmt.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmapts.cpp:282:5: style: Variable 'RoundingIncrement' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmapts.cpp:280:0: note: Variable 'RoundingIncrement' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmapts.cpp:282:5: note: Variable 'RoundingIncrement' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmapts.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmapts.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.cpp:444:77: style: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.h:36:70: note: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.cpp:444:77: note: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.cpp:102:5: style: Class 'InvariantStringPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.cpp:126:5: style: Class 'UnicodeStringPiece' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.h:30:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.h:30:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dcfmtest.cpp:519:9: error: Mismatching allocation and deallocation: retPtr [mismatchAllocDealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/decoll.h:29:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/decoll.h:29:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:101:19: style: Same expression on both sides of '||' because the value of 'a==NULL' and 'b==NULL' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:96:47: note: 'a' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:99:47: note: 'b' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:101:19: note: Same expression on both sides of '||' because the value of 'a==NULL' and 'b==NULL' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:108:14: style: Same expression on both sides of '==' because the value of '*a' and '*b' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:96:47: note: 'a' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:99:47: note: 'b' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.cpp:108:14: note: Same expression on both sides of '==' because the value of '*a' and '*b' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmapts.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1345:3: warning: Either the condition '!sdf' is redundant or there is possible null pointer dereference: sdf. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1349:14: note: Assuming that condition '!sdf' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1345:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1347:9: warning: Either the condition '!sdf' is redundant or there is possible null pointer dereference: sdf. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1349:14: note: Assuming that condition '!sdf' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:1347:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:293:5: style: Variable 'fmt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:291:5: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:293:5: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:370:5: style: Variable 'formatter' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:369:5: note: Variable 'formatter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:370:5: note: Variable 'formatter' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:514:22: style: Same expression on both sides of '||' because the value of 'fmtA==NULL' and 'fmtB==NULL' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:511:50: note: 'fmtA' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:512:50: note: 'fmtB' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:514:22: note: Same expression on both sides of '||' because the value of 'fmtA==NULL' and 'fmtB==NULL' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:540:15: style: Same expression on both sides of '!=' because the value of '*fmtA' and '*fmtB' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:511:50: note: 'fmtA' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:512:50: note: 'fmtB' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:540:15: note: Same expression on both sides of '!=' because the value of '*fmtA' and '*fmtB' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:546:15: style: Same expression on both sides of '!=' because the value of '*fmtA' and '*fmtB' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:511:50: note: 'fmtA' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:512:50: note: 'fmtB' is assigned value 'DateFormat::createInstance()' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.cpp:546:15: note: Same expression on both sides of '!=' because the value of '*fmtA' and '*fmtB' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmrgts.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:354:35: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:352:31: note: outer condition: smatch==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:354:35: note: identical inner condition: smatch==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:365:35: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:362:31: note: outer condition: dmatch==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:365:35: note: identical inner condition: dmatch==0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:354:35: style: Condition 'smatch==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:352:31: note: Assuming that condition 'smatch==0' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:354:35: note: Condition 'smatch==0' is always true
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:365:35: style: Condition 'dmatch==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:362:31: note: Assuming that condition 'dmatch==0' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:365:35: note: Condition 'dmatch==0' is always true
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.cpp:44:26: warning: Member variable 'DateFormatRoundTripTest::getFieldCal' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.h:26:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmtrtts.h:26:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:215:23: style: Same expression on both sides of '||' because the value of 'fmtA==NULL' and 'fmtB==NULL' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:213:58: note: 'fmtA' is assigned value 'DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::FULL)' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:214:58: note: 'fmtB' is assigned value 'DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::FULL)' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:215:23: note: Same expression on both sides of '||' because the value of 'fmtA==NULL' and 'fmtB==NULL' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:222:17: style: Same expression on both sides of '==' because the value of '*fmtA' and '*fmtB' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:213:58: note: 'fmtA' is assigned value 'DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::FULL)' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:214:58: note: 'fmtB' is assigned value 'DateFormat::createDateTimeInstance(DateFormat::MEDIUM,DateFormat::FULL)' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:222:17: note: Same expression on both sides of '==' because the value of '*fmtA' and '*fmtB' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:108:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:108:21: style: The scope of the variable 'hours' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:108:28: style: The scope of the variable 'minutes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:108:37: style: The scope of the variable 'seconds' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:1660:48: style: Function 'expectParse' argument 3 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.h:234:36: note: Function 'expectParse' argument 3 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:1660:48: note: Function 'expectParse' argument 3 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:1850:43: style: Function 'expectFormat' argument 3 names different: declaration 'locale' definition 'loc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.h:240:37: note: Function 'expectFormat' argument 3 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:1850:43: note: Function 'expectFormat' argument 3 names different: declaration 'locale' definition 'loc'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:2291:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtfmttst.cpp:3664:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtifmtts.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtifmtts.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtifmtts.cpp:1172:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:376:5: style: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:374:0: note: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:376:5: note: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:379:5: style: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:376:5: note: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:379:5: note: Variable 'decimalSymbol' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:434:5: style: Variable 'testPattern' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:433:0: note: Variable 'testPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:434:5: note: Variable 'testPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:734:5: style: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:731:5: note: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:734:5: note: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:735:5: style: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:734:5: note: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:735:5: note: Variable 'conflictingStatus' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:737:5: style: Variable 'output' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:736:0: note: Variable 'output' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.cpp:737:5: note: Variable 'output' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/dtptngts.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.h:18:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.h:18:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/encoll.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/encoll.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/escoll.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/escoll.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ficoll.h:30:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ficoll.h:30:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:19:30: style: Function 'FieldsSet' argument 1 names different: declaration 'fieldsCount' definition 'fieldCount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:44:27: note: Function 'FieldsSet' argument 1 names different: declaration 'fieldsCount' definition 'fieldCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:19:30: note: Function 'FieldsSet' argument 1 names different: declaration 'fieldsCount' definition 'fieldCount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:23:37: style: Function 'FieldsSet' argument 1 names different: declaration 'whichEnum' definition 'field'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:38:34: note: Function 'FieldsSet' argument 1 names different: declaration 'whichEnum' definition 'field'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:23:37: note: Function 'FieldsSet' argument 1 names different: declaration 'whichEnum' definition 'field'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:35:42: style: Function 'construct' argument 1 names different: declaration 'whichEnum' definition 'field'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:165:37: note: Function 'construct' argument 1 names different: declaration 'whichEnum' definition 'field'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:35:42: note: Function 'construct' argument 1 names different: declaration 'whichEnum' definition 'field'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:172:44: style: Function 'set' argument 2 names different: declaration 'value' definition 'amount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.h:189:37: note: Function 'set' argument 2 names different: declaration 'value' definition 'amount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:172:44: note: Function 'set' argument 2 names different: declaration 'value' definition 'amount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:15:12: warning: Member variable 'FieldsSet::fValue' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/fldset.cpp:15:12: warning: Member variable 'FieldsSet::fFieldCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/frcoll.cpp:139:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/frcoll.cpp:159:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/frcoll.cpp:160:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/frcoll.h:29:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/frcoll.h:29:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/g7coll.h:53:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/g7coll.h:53:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:127:40: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:337:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:349:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:357:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:379:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:394:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:411:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:419:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:428:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:440:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:453:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:156:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:49:5: style: Class 'LKFSubclass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:66:5: style: Class 'Integer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.cpp:62:1: warning: The class 'Integer' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.h:27:8: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/icusvtst.h:27:8: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.cpp:116:9: style: Variable 'dest' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.cpp:115:0: note: Variable 'dest' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.cpp:116:9: note: Variable 'dest' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.cpp:162:9: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.cpp:88:33: style: Checking if unsigned variable 'source_len=ftell(f)' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaconf.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaref.cpp:231:16: style: Same expression on both sides of '!=' because the value of 'b1Stack' and 'b1' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaref.cpp:203:16: note: 'b1' is assigned value 'b1Stack' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/idnaref.cpp:231:16: note: Same expression on both sides of '!=' because the value of 'b1Stack' and 'b1' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:57:21: performance: Technically the member function 'NamePrepTransform::getDynamicClassID' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:116:18: performance: Technically the member function 'NamePrepTransform::isLDHChar' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:126:33: note: Technically the member function 'NamePrepTransform::isLDHChar' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:116:18: note: Technically the member function 'NamePrepTransform::isLDHChar' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidna.h:53:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidna.h:53:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.cpp:654:21: style: The scope of the variable 'expectYear' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.cpp:694:21: style: The scope of the variable 'expectYear' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.cpp:152:72: style: Function 'quasiGregorianTest' argument 2 names different: declaration 'gregoLocale' definition 'gcl'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.h:41:58: note: Function 'quasiGregorianTest' argument 2 names different: declaration 'gregoLocale' definition 'gcl'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.cpp:152:72: note: Function 'quasiGregorianTest' argument 2 names different: declaration 'gregoLocale' definition 'gcl'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/incaltst.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:884:9: warning: Return value of function log() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:687:20: warning: Either the condition '!name' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:690:17: note: Assuming that condition '!name' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:687:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1423:9: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1413:0: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1423:9: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1426:9: style: Variable 'tdpath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1415:0: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1426:9: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1436:9: style: Variable 'test' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1414:0: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1436:9: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1460:5: style: Variable 'srcDataDir' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1456:0: note: Variable 'srcDataDir' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:1460:5: note: Variable 'srcDataDir' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:71:19: style: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:68:19: note: 'danger' is assigned value ''p'' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:71:19: note: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:84:19: style: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:81:19: note: 'danger' is assigned value ''p'' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:84:19: note: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:100:19: style: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:93:19: note: 'danger' is assigned value ''p'' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:100:19: note: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:118:19: style: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:111:19: note: 'danger' is assigned value ''p'' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:118:19: note: Same expression on both sides of '==' because the value of 'danger' and ''p'' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:659:35: warning: Redundant assignment of 'index' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:659:48: warning: Redundant assignment of 'par' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:549:31: style: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:119:33: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:549:31: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:554:35: style: Function 'setVerbose' argument 1 names different: declaration 'verbose' definition 'verboseVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:108:37: note: Function 'setVerbose' argument 1 names different: declaration 'verbose' definition 'verboseVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:554:35: note: Function 'setVerbose' argument 1 names different: declaration 'verbose' definition 'verboseVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:561:45: style: Function 'setWarnOnMissingData' argument 1 names different: declaration 'warn_on_missing_data' definition 'warn_on_missing_dataVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:112:47: note: Function 'setWarnOnMissingData' argument 1 names different: declaration 'warn_on_missing_data' definition 'warn_on_missing_dataVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:561:45: note: Function 'setWarnOnMissingData' argument 1 names different: declaration 'warn_on_missing_data' definition 'warn_on_missing_dataVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:568:36: style: Function 'setNoErrMsg' argument 1 names different: declaration 'no_err_msg' definition 'no_err_msgVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:109:38: note: Function 'setNoErrMsg' argument 1 names different: declaration 'no_err_msg' definition 'no_err_msgVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:568:36: note: Function 'setNoErrMsg' argument 1 names different: declaration 'no_err_msg' definition 'no_err_msgVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:575:33: style: Function 'setQuick' argument 1 names different: declaration 'quick' definition 'quickVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:110:35: note: Function 'setQuick' argument 1 names different: declaration 'quick' definition 'quickVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:575:33: note: Function 'setQuick' argument 1 names different: declaration 'quick' definition 'quickVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:582:33: style: Function 'setLeaks' argument 1 names different: declaration 'leaks' definition 'leaksVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:111:35: note: Function 'setLeaks' argument 1 names different: declaration 'leaks' definition 'leaksVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:582:33: note: Function 'setLeaks' argument 1 names different: declaration 'leaks' definition 'leaksVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:503:11: warning: Member variable 'IntlTest::proplines' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:507:5: performance: Variable 'LL_linestart' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:510:5: performance: Variable 'verbose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:511:5: performance: Variable 'no_err_msg' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:512:5: performance: Variable 'warn_on_missing_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:513:5: performance: Variable 'quick' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.cpp:514:5: performance: Variable 'leaks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itmajor.h:19:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itmajor.h:19:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itmajor.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itmajor.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:96:5: style: Variable 'c1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:95:0: note: Variable 'c1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:96:5: note: Variable 'c1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:114:5: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:113:0: note: Variable 'c2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:114:5: note: Variable 'c2' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:131:5: style: Variable 'c3' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:130:0: note: Variable 'c3' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:131:5: note: Variable 'c3' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:421:16: style: Same expression on both sides of '!=' because the value of '*iter1' and 'iter2' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:419:38: note: 'iter2' is assigned value '*iter1' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:421:16: note: Same expression on both sides of '!=' because the value of '*iter1' and 'iter2' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:506:16: style: Same expression on both sides of '!='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:507:9: style: Same expression on both sides of '||' because the value of '*iter2!=*iter1' and '*iter1!=*iter2' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:520:16: style: Same expression on both sides of '!='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:521:9: style: Same expression on both sides of '||' because the value of '*iter2!=*iter1' and '*iter1!=*iter2' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:50:31: style: The scope of the variable 'iter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.cpp:601:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.h:34:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itercoll.h:34:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsnmfmt.h:24:1: style: The class 'IntlTestNumberFormat' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:242:17: warning: The class 'NumberFormatRoundTripTest' defines member variable with name 'verbose' also defined in its parent class 'IntlTest'. [duplInheritedMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.h:27:18: note: The class 'NumberFormatRoundTripTest' defines member variable with name 'verbose' also defined in its parent class 'IntlTest'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:242:17: note: The class 'NumberFormatRoundTripTest' defines member variable with name 'verbose' also defined in its parent class 'IntlTest'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itformat.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itformat.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsnmfmt.h:25:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsnmfmt.h:25:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzbdtest.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzbdtest.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdcfmsy.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdcfmsy.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tchcfmt.h:53:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tchcfmt.h:53:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdtfmsy.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdtfmsy.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tfsmalls.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tfsmalls.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmapts.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmapts.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sdtfmtts.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sdtfmtts.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/msfmrgts.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/msfmrgts.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/miscdtfm.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/miscdtfm.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.h:24:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.h:24:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.h:25:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.h:25:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/pptest.h:22:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/pptest.h:22:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.h:27:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.h:27:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzoffloc.h:19:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzoffloc.h:19:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.h:19:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.h:19:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.h:21:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.h:21:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/locnmtst.h:18:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/locnmtst.h:18:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.h:18:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.h:18:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ittrans.h:26:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ittrans.h:26:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbbi.h:26:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbbi.h:26:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnf.h:23:16: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnf.h:23:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnfp.h:23:16: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnfp.h:23:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnfrt.h:21:16: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itrbnfrt.h:21:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itspoof.h:23:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itspoof.h:23:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/normconf.h:27:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/normconf.h:27:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:25:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:25:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.h:26:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.h:26:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.h:30:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.h:30:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.h:40:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.h:40:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itspoof.cpp:214:69: style: Function 'checkSkeleton' argument 2 names different: declaration 'flags' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itspoof.h:40:59: note: Function 'checkSkeleton' argument 2 names different: declaration 'flags' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itspoof.cpp:214:69: note: Function 'checkSkeleton' argument 2 names different: declaration 'flags' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transtst.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transtst.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.h:27:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.h:27:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.h:26:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.h:26:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.h:45:18: style: The function 'expectAux' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transtst.h:404:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.h:45:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/trnserr.h:33:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/trnserr.h:33:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/reptest.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/reptest.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.h:41:25: warning: Member variable 'ResourceBundleTest::pass' is not assigned a value in 'ResourceBundleTest::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.h:41:25: warning: Member variable 'ResourceBundleTest::fail' is not assigned a value in 'ResourceBundleTest::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.h:44:28: warning: Member variable 'NewResourceBundleTest::pass' is not assigned a value in 'NewResourceBundleTest::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.h:44:28: warning: Member variable 'NewResourceBundleTest::fail' is not assigned a value in 'NewResourceBundleTest::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.h:15:1: warning: The class 'ResourceBundleTest' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.h:15:1: warning: The class 'NewResourceBundleTest' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strtest.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strtest.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.h:27:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.h:27:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.h:98:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.h:98:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucdtest.h:34:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucdtest.h:34:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.h:20:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.h:20:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsmthred.h:25:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsmthred.h:25:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.h:18:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.h:18:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.h:18:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.h:18:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.h:30:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.h:30:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/v32test.h:25:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/v32test.h:25:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uvectest.h:25:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uvectest.h:25:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.h:33:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.h:33:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.cpp:213:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/itutil.cpp:213:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jacoll.h:30:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jacoll.h:30:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.cpp:162:5: style: Variable 't' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.cpp:159:0: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/jamotest.cpp:162:5: note: Variable 't' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/lcukocol.h:25:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/lcukocol.h:25:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:2227:5: style: Variable 'date' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:2220:0: note: Variable 'date' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:2227:5: note: Variable 'date' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:898:13: style: The scope of the variable 'spot2Len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1710:13: style: The scope of the variable 'resultLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1738:13: style: The scope of the variable 'resultLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:735:45: style: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.h:116:37: note: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:735:45: note: Function 'doTestDisplayNames' argument 1 names different: declaration 'inLocale' definition 'displayLocale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1716:21: style: Variable 'resultLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1750:21: style: Variable 'resultLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:2501:14: style: Variable 'resLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:622:5: style: Class 'POSIXLocale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:631:5: style: Class 'POSIXLocale' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:861:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:961:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:983:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:985:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1001:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1003:10: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/loctest.cpp:1284:16: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/miscdtfm.cpp:114:23: style: The scope of the variable 'formatter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/mnkytst.h:31:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/mnkytst.h:31:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/mnkytst.cpp:207:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/mnkytst.cpp:212:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/msfmrgts.cpp:701:18: style: The scope of the variable 'objs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.cpp:96:5: style: Variable 'fmt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.cpp:92:0: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nmfmtrt.cpp:96:5: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/normconf.cpp:304:13: style: The scope of the variable 'fieldNum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:52:18: performance: Technically the member function 'NamePrepTransform::isProhibited' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.cpp:125:26: note: Technically the member function 'NamePrepTransform::isProhibited' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/nptrans.h:52:18: note: Technically the member function 'NamePrepTransform::isProhibited' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:369:60: error: Null pointer dereference: val [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:331:19: note: Assignment 'val=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:369:60: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:370:40: error: Null pointer dereference: val [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:331:19: note: Assignment 'val=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:370:40: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:371:22: error: Null pointer dereference: valFormat [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:333:24: note: Assignment 'valFormat=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:371:22: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:6432:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:6427:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:6432:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:6403:12: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:2395:53: style: Function 'expect2' argument 3 names different: declaration 'str' definition 'exp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.h:179:80: note: Function 'expect2' argument 3 names different: declaration 'str' definition 'exp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:2395:53: note: Function 'expect2' argument 3 names different: declaration 'str' definition 'exp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:2396:43: style: Function 'expect2' argument 4 names different: declaration 'ec' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.h:179:96: note: Function 'expect2' argument 4 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:2396:43: note: Function 'expect2' argument 4 names different: declaration 'ec' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:737:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tokiter.h:34:5: style: Class 'TokenIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:3086:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:3235:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:3265:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:3362:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numfmtst.cpp:6462:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1286:9: style: Variable 'fmt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1284:5: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1286:9: note: Variable 'fmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1456:5: style: Variable 'd1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1449:0: note: Variable 'd1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1456:5: note: Variable 'd1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1587:5: style: Variable 'd' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1580:0: note: Variable 'd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:1587:5: note: Variable 'd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:2028:9: style: Variable 'd1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:2024:0: note: Variable 'd1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:2028:9: note: Variable 'd1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/numrgts.cpp:924:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:491:9: style: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:490:0: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:491:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:492:9: style: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:491:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:492:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:493:9: style: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:492:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:493:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:494:9: style: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:493:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:494:9: note: Variable 'plResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:640:45: style: Function 'helperTestRusults' argument 4 names different: declaration 'expectingResults' definition 'expResults'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.h:45:36: note: Function 'helperTestRusults' argument 4 names different: declaration 'expectingResults' definition 'expResults'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurfmts.cpp:640:45: note: Function 'helperTestRusults' argument 4 names different: declaration 'expectingResults' definition 'expResults'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.cpp:517:28: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.cpp:116:6: warning: Either the condition 'dupRule!=NULL' is redundant or there is possible null pointer dereference: dupRule. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.cpp:117:16: note: Assuming that condition 'dupRule!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/plurults.cpp:116:6: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:157:9: warning: Either the condition 'if(a&&c)' is redundant or there is possible null pointer dereference: a. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:161:7: note: Assuming that condition 'if(a&&c)' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:157:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:592:14: style: The scope of the variable 'bounds1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:619:14: style: The scope of the variable 'bounds1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:644:14: style: The scope of the variable 'bounds1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:645:14: style: The scope of the variable 'tag_lo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:650:14: style: The scope of the variable 'tag_hi' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:667:23: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:748:15: style: The scope of the variable 'statusVals' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:749:15: style: The scope of the variable 'numStatuses' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:750:15: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:855:14: style: The scope of the variable 'bounds1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:1236:123: style: Function 'doTest' argument 5 names different: declaration 'expected' definition 'expectedString'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.h:98:114: note: Function 'doTest' argument 5 names different: declaration 'expected' definition 'expectedString'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbiapts.cpp:1236:123: note: Function 'doTest' argument 5 names different: declaration 'expected' definition 'expectedString'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:469:5: style: Variable 'testFile' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:451:0: note: Variable 'testFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:469:5: note: Variable 'testFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:861:9: style: Variable 'testOffset' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:860:9: note: Variable 'testOffset' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:861:9: note: Variable 'testOffset' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:888:9: style: Variable 'testOffset' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:887:9: note: Variable 'testOffset' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:888:9: note: Variable 'testOffset' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1305:17: style: Variable 'tp.bi' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1304:17: note: Variable 'tp.bi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1305:17: note: Variable 'tp.bi' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1895:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1894:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1895:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:325:14: style: The scope of the variable 'bounds1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:326:14: style: The scope of the variable 'brkStatus' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:683:17: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:712:17: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1378:22: style: The scope of the variable 'charNameBuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1564:17: style: The scope of the variable 'position' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1891:13: style: The scope of the variable 'expectedPos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:4023:22: style: The scope of the variable 'expectedCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:59:84: style: Function 'runIndexedTest' argument 4 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.h:40:78: note: Function 'runIndexedTest' argument 4 names different: declaration 'par' definition 'params'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:59:84: note: Function 'runIndexedTest' argument 4 names different: declaration 'par' definition 'params'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2065:38: style: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1999:36: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2065:38: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2297:38: style: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2209:36: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2297:38: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2584:34: style: Function 'moveBack' argument 1 names different: declaration 'posFrom' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2485:36: note: Function 'moveBack' argument 1 names different: declaration 'posFrom' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2584:34: note: Function 'moveBack' argument 1 names different: declaration 'posFrom' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2600:37: style: Function 'moveForward' argument 1 names different: declaration 'posFrom' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2486:39: note: Function 'moveForward' argument 1 names different: declaration 'posFrom' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2600:37: note: Function 'moveForward' argument 1 names different: declaration 'posFrom' definition 'i'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2622:38: style: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2483:36: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2622:38: note: Function 'next' argument 1 names different: declaration 'i' definition 'prevPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:3036:38: style: Function 'next' argument 1 names different: declaration 'i' definition 'startPos'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2806:36: note: Function 'next' argument 1 names different: declaration 'i' definition 'startPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:3036:38: note: Function 'next' argument 1 names different: declaration 'i' definition 'startPos'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:4014:34: style: Function 'RunMonkey' argument 5 names different: declaration 'loopCount' definition 'numIterations'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.h:119:17: note: Function 'RunMonkey' argument 5 names different: declaration 'loopCount' definition 'numIterations'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:4014:34: note: Function 'RunMonkey' argument 5 names different: declaration 'loopCount' definition 'numIterations'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2233:17: warning: Member variable 'RBBIWordMonkey::fMatcher' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2233:17: warning: Member variable 'RBBIWordMonkey::fText' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2509:17: warning: Member variable 'RBBISentMonkey::fText' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2861:17: warning: Member variable 'RBBILineMonkey::fText' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2861:17: warning: Member variable 'RBBILineMonkey::fOrigPositions' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2861:17: warning: Member variable 'RBBILineMonkey::fLB11Matcher' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1963:5: performance: Variable 'deferredStatus' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2043:5: style: Class 'RBBICharMonkey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2043:5: style: Class 'RBBICharMonkey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2237:5: style: Class 'RBBIWordMonkey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2237:5: style: Class 'RBBIWordMonkey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2513:5: style: Class 'RBBISentMonkey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2513:5: style: Class 'RBBISentMonkey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2865:5: style: Class 'RBBILineMonkey' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2865:5: style: Class 'RBBILineMonkey' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:178:5: style: Class 'BITestData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1997:23: style: The function 'charClasses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1943:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1997:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1998:23: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1946:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1998:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1999:23: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1950:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1999:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2207:23: style: The function 'charClasses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1943:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2207:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2208:23: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1946:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2208:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2209:23: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1950:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2209:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2481:23: style: The function 'charClasses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1943:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2481:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2482:23: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1946:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2482:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2483:23: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1950:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2483:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2804:23: style: The function 'charClasses' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1943:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2804:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2805:23: style: The function 'setText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1946:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2805:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2806:23: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1950:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:2806:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1207:9: error: Memory leak: tp.expectedBreaks [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1207:9: error: Memory leak: tp.srcLine [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rbbitst.cpp:1207:9: error: Memory leak: tp.srcCol [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:844:5: warning: Either the condition 'c==NULL' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:846:11: note: Assuming that condition 'c==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:844:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:244:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:242:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:244:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:278:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:275:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:278:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:313:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:311:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:313:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:376:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:374:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:376:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:456:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:454:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:456:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:605:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:603:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:605:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:658:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:656:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:658:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:717:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:713:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:717:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:811:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:809:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:811:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:843:5: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:841:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:843:5: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:937:9: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:934:0: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:937:9: note: Variable 'c' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:969:5: style: Variable 'col' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:967:0: note: Variable 'col' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:969:5: note: Variable 'col' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:1283:17: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.h:33:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.h:33:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:180:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:212:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:335:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:354:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:392:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:480:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:616:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:637:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:670:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:698:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:747:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:773:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:853:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:870:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:893:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:906:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:1110:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regcoll.cpp:1119:24: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:4717:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:4811:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:366:5: style: Variable 'REPattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:361:0: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:366:5: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:429:5: style: Variable 'REPattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:424:0: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:429:5: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:520:5: style: Variable 'callerPattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:514:0: note: Variable 'callerPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:520:5: note: Variable 'callerPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:5117:5: style: Variable 'REPattern' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:5112:0: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:5117:5: note: Variable 'REPattern' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:1514:5: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:2772:5: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:752:25: style: The scope of the variable 'flags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:1816:25: style: The scope of the variable 'flags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:4300:17: style: The scope of the variable 'patternLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:272:50: style: Function 'assertUTextInvariant' argument 1 names different: declaration 'invariant' definition 'expected'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:52:51: note: Function 'assertUTextInvariant' argument 1 names different: declaration 'invariant' definition 'expected'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:272:50: note: Function 'assertUTextInvariant' argument 1 names different: declaration 'invariant' definition 'expected'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:508:52: style: Function 'regex_err' argument 2 names different: declaration 'errline' definition 'errLine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:57:53: note: Function 'regex_err' argument 2 names different: declaration 'errline' definition 'errLine'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:508:52: note: Function 'regex_err' argument 2 names different: declaration 'errline' definition 'errLine'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:508:69: style: Function 'regex_err' argument 3 names different: declaration 'errcol' definition 'errCol'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:57:70: note: Function 'regex_err' argument 3 names different: declaration 'errcol' definition 'errCol'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:508:69: note: Function 'regex_err' argument 3 names different: declaration 'errcol' definition 'errCol'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3273:49: style: Function 'regex_find' argument 1 names different: declaration 'pat' definition 'pattern'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:55:50: note: Function 'regex_find' argument 1 names different: declaration 'pat' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3273:49: note: Function 'regex_find' argument 1 names different: declaration 'pat' definition 'pattern'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3275:49: style: Function 'regex_find' argument 3 names different: declaration 'input' definition 'inputString'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:56:50: note: Function 'regex_find' argument 3 names different: declaration 'input' definition 'inputString'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3275:49: note: Function 'regex_find' argument 3 names different: declaration 'input' definition 'inputString'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3788:69: style: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:59:70: note: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3788:69: note: Function 'ReadAndConvertFile' argument 2 names different: declaration 'len' definition 'ulen'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3789:50: style: Function 'ReadAndConvertFile' argument 3 names different: declaration 'charset' definition 'defEncoding'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.h:59:87: note: Function 'ReadAndConvertFile' argument 3 names different: declaration 'charset' definition 'defEncoding'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/regextst.cpp:3789:50: note: Function 'ReadAndConvertFile' argument 3 names different: declaration 'charset' definition 'defEncoding'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/reptest.cpp:290:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/reptest.cpp:56:9: performance: Variable 'chars' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/reptest.cpp:214:11: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restest.cpp:538:13: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.cpp:530:5: style: Variable 'testCAPI' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.cpp:521:0: note: Variable 'testCAPI' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/restsnew.cpp:530:5: note: Variable 'testCAPI' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rndmcoll.h:22:18: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/rndmcoll.h:22:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:132:5: style: Variable 'selFmt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:128:5: note: Variable 'selFmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:132:5: note: Variable 'selFmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:185:5: style: Variable 'selFmt' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:183:5: note: Variable 'selFmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:185:5: note: Variable 'selFmt' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/selfmts.cpp:61:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/sfwdchit.cpp:97:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.cpp:105:19: warning: Member variable 'SimpleThread::fImplementation' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.h:17:15: performance: Technically the member function 'SimpleThread::start' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.cpp:112:19: note: Technically the member function 'SimpleThread::start' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.h:17:15: note: Technically the member function 'SimpleThread::start' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.h:18:15: performance: Technically the member function 'SimpleThread::isRunning' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.cpp:124:19: note: Technically the member function 'SimpleThread::isRunning' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.h:18:15: note: Technically the member function 'SimpleThread::isRunning' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:263:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:263:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:269:9: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:269:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:303:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:303:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:304:9: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:304:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:346:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:346:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:347:9: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:347:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:359:23: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:359:23: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:415:17: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:415:17: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:456:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1136:38: note: Calling function 'assertEqualWithStringSearch', 1st argument 'strsrch' value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:456:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1133:9: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1138:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1133:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1146:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1150:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1146:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1147:20: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1150:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1147:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1155:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1161:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1155:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1169:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1173:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1169:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1170:20: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1173:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1170:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1178:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1184:21: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1178:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1195:5: warning: Either the condition 'strsrch!=NULL' is redundant or there is possible null pointer dereference: strsrch. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1200:17: note: Assuming that condition 'strsrch!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1195:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2319:5: style: Variable 'm_pattern_' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2316:5: note: Variable 'm_pattern_' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2319:5: note: Variable 'm_pattern_' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:787:17: style: Same expression on both sides of '!='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2355:40: style: Function 'handleNext' argument 1 names different: declaration 'position' definition 'start'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2289:37: note: Function 'handleNext' argument 1 names different: declaration 'position' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2355:40: note: Function 'handleNext' argument 1 names different: declaration 'position' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2374:40: style: Function 'handlePrev' argument 1 names different: declaration 'position' definition 'start'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2290:37: note: Function 'handlePrev' argument 1 names different: declaration 'position' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2374:40: note: Function 'handlePrev' argument 1 names different: declaration 'position' definition 'start'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2308:5: performance: Variable 'm_pattern_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2316:5: performance: Variable 'm_pattern_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:2319:5: performance: Variable 'm_pattern_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.h:28:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.h:28:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1089:16: error: Memory pointed to by 'strsrch' is freed twice. [doubleFree]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1090:16: error: Memory pointed to by 'tailored' is freed twice. [doubleFree]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1104:12: error: Memory pointed to by 'strsrch' is freed twice. [doubleFree]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/srchtest.cpp:1105:12: error: Memory pointed to by 'tailored' is freed twice. [doubleFree]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:395:9: style: Variable 'resolvedFileName' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:390:0: note: Variable 'resolvedFileName' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:395:9: note: Variable 'resolvedFileName' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1240:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1227:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1240:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1388:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1375:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1388:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1458:5: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1451:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1458:5: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:716:20: style: The scope of the variable 'low' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:716:25: style: The scope of the variable 'high' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1135:28: style: Function 'add' argument 1 names different: declaration 'ce' definition 'order'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1104:23: note: Function 'add' argument 1 names different: declaration 'ce' definition 'order'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1135:28: note: Function 'add' argument 1 names different: declaration 'ce' definition 'order'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:732:5: style: Class 'OrderList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:732:5: style: Class 'OrderList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1118:5: style: Class 'PCEList' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1118:5: style: Class 'PCEList' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1711:5: style: Class 'SetMonkey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1714:18: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1691:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1714:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1748:10: style: The function 'append' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1691:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ssearch.cpp:1748:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strcase.cpp:458:10: style: The scope of the variable 'cLocaleID' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strcase.cpp:460:14: style: The scope of the variable 'options' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strcase.cpp:461:13: style: The scope of the variable 'whichCase' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strcase.cpp:461:24: style: The scope of the variable 'type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/strtest.cpp:339:5: style: Class 'SimpleByteSink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:543:46: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:542:56: note: Assuming that condition 'iter!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:543:46: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:565:44: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:563:48: note: Assuming that condition 'iter!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:565:44: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:571:49: warning: Either the condition 'iter!=NULL' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:569:53: note: Assuming that condition 'iter!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:571:49: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:408:9: style: Variable 'ncol' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:406:22: note: Variable 'ncol' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:408:9: note: Variable 'ncol' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:345:13: style: The scope of the variable 'n1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:345:17: style: The scope of the variable 'n2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:345:21: style: The scope of the variable 'n3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:42: style: Function 'CollatorInfo' argument 1 names different: declaration 'locale' definition '_locale'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:220:30: note: Function 'CollatorInfo' argument 1 names different: declaration 'locale' definition '_locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:42: note: Function 'CollatorInfo' argument 1 names different: declaration 'locale' definition '_locale'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:61: style: Function 'CollatorInfo' argument 2 names different: declaration 'collatorToAdopt' definition '_collator'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:220:48: note: Function 'CollatorInfo' argument 2 names different: declaration 'collatorToAdopt' definition '_collator'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:61: note: Function 'CollatorInfo' argument 2 names different: declaration 'collatorToAdopt' definition '_collator'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:83: style: Function 'CollatorInfo' argument 3 names different: declaration 'displayNamesToAdopt' definition '_displayNames'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:220:76: note: Function 'CollatorInfo' argument 3 names different: declaration 'displayNamesToAdopt' definition '_displayNames'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:225:83: note: Function 'CollatorInfo' argument 3 names different: declaration 'displayNamesToAdopt' definition '_displayNames'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.cpp:267:3: style: Class 'TestFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.h:25:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/svccoll.h:25:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:327:32: style: Function 'compareMapping' argument 4 names different: declaration 'option' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:54:32: note: Function 'compareMapping' argument 4 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:327:32: note: Function 'compareMapping' argument 4 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:403:38: style: Function 'compareFlagsForRange' argument 3 names different: declaration 'option' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:57:67: note: Function 'compareFlagsForRange' argument 3 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidn.cpp:403:38: note: Function 'compareFlagsForRange' argument 3 names different: declaration 'option' definition 'type'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidna.cpp:721:13: style: The scope of the variable 'bufLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/testidna.cpp:747:13: style: The scope of the variable 'bufLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:21:32: style: Function 'TextFile' argument 1 names different: declaration 'name' definition '_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.h:28:26: note: Function 'TextFile' argument 1 names different: declaration 'name' definition '_name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:21:32: note: Function 'TextFile' argument 1 names different: declaration 'name' definition '_name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:21:51: style: Function 'TextFile' argument 2 names different: declaration 'encoding' definition '_encoding'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.h:28:44: note: Function 'TextFile' argument 2 names different: declaration 'encoding' definition '_encoding'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:21:51: note: Function 'TextFile' argument 2 names different: declaration 'encoding' definition '_encoding'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:149:40: style: Function 'ensureCapacity' argument 1 names different: declaration 'capacity' definition 'mincapacity'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.h:57:34: note: Function 'ensureCapacity' argument 1 names different: declaration 'capacity' definition 'mincapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/textfile.cpp:149:40: note: Function 'ensureCapacity' argument 1 names different: declaration 'capacity' definition 'mincapacity'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tfsmalls.cpp:307:18: style: The scope of the variable 'pf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/thcoll.cpp:366:25: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/thcoll.cpp:444:15: style: The scope of the variable 'testcontraction' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/thcoll.h:28:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/thcoll.h:28:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:685:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:681:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:685:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:774:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:771:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:774:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1190:5: style: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1186:0: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1190:5: note: Variable 'err' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1438:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1437:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1438:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1439:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1438:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1439:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1440:5: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1439:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:1440:5: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:864:22: style: Same expression on both sides of '&&' because the value of '*x==*y' and '*y==*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:865:22: style: Same expression on both sides of '&&' because the value of '*x!=*z' and '*z!=*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:866:22: style: Same expression on both sides of '&&' because the value of '*y!=*z' and '*z!=*y' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:894:22: style: Same expression on both sides of '&&' because the value of '*x==*y' and '*y==*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:895:22: style: Same expression on both sides of '&&' because the value of '*x!=*z' and '*z!=*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:896:22: style: Same expression on both sides of '&&' because the value of '*y!=*z' and '*z!=*y' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:923:22: style: Same expression on both sides of '&&' because the value of '*x==*y' and '*y==*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:924:22: style: Same expression on both sides of '&&' because the value of '*x!=*z' and '*z!=*x' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:925:22: style: Same expression on both sides of '&&' because the value of '*y!=*z' and '*z!=*y' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:73:20: style: The scope of the variable 'form' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:665:59: style: Function 'internalCreate' argument 3 names different: declaration 'err' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.h:81:60: note: Function 'internalCreate' argument 3 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tmsgfmt.cpp:665:59: note: Function 'internalCreate' argument 3 names different: declaration 'err' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tokiter.cpp:19:5: performance: Variable 'done' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tokiter.cpp:19:12: performance: Variable 'haveLine' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:145:31: warning: Either the condition 't1==0' is redundant or there is possible null pointer dereference: t1. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:171:16: note: Assuming that condition 't1==0' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:145:31: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:823:5: style: Variable 'message' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:814:5: note: Variable 'message' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:823:5: note: Variable 'message' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:233:21: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:389:9: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:389:16: style: The scope of the variable 'limit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:917:66: style: Function 'callEverything' argument 1 names different: declaration 't' definition 'tr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.h:72:47: note: Function 'callEverything' argument 1 names different: declaration 't' definition 'tr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transapi.cpp:917:66: note: Function 'callEverything' argument 1 names different: declaration 't' definition 'tr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:308:55: style: Function 'reset' argument 1 names different: declaration 'set' definition 'newSet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:273:28: note: Function 'reset' argument 1 names different: declaration 'set' definition 'newSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:308:55: note: Function 'reset' argument 1 names different: declaration 'set' definition 'newSet'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:317:55: style: Function 'loadRange' argument 1 names different: declaration 'range' definition 'myRange'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:288:36: note: Function 'loadRange' argument 1 names different: declaration 'range' definition 'myRange'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:317:55: note: Function 'loadRange' argument 1 names different: declaration 'range' definition 'myRange'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:461:40: style: Function 'test' argument 1 names different: declaration 'sourceRange' definition 'sourceRangeVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:358:36: note: Function 'test' argument 1 names different: declaration 'sourceRange' definition 'sourceRangeVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:461:40: note: Function 'test' argument 1 names different: declaration 'sourceRange' definition 'sourceRangeVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:462:40: style: Function 'test' argument 2 names different: declaration 'targetRange' definition 'targetRangeVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:359:36: note: Function 'test' argument 2 names different: declaration 'targetRange' definition 'targetRangeVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:462:40: note: Function 'test' argument 2 names different: declaration 'targetRange' definition 'targetRangeVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:464:29: style: Function 'test' argument 4 names different: declaration 'parent' definition 'logVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:361:25: note: Function 'test' argument 4 names different: declaration 'parent' definition 'logVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:464:29: note: Function 'test' argument 4 names different: declaration 'parent' definition 'logVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:464:43: style: Function 'test' argument 5 names different: declaration 'quick' definition 'quickRt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:362:25: note: Function 'test' argument 5 names different: declaration 'quick' definition 'quickRt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:464:43: note: Function 'test' argument 5 names different: declaration 'quick' definition 'quickRt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:561:26: style: Function 'test2' argument 1 names different: declaration 'quick' definition 'quickRt'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:376:22: note: Function 'test2' argument 1 names different: declaration 'quick' definition 'quickRt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:561:26: note: Function 'test2' argument 1 names different: declaration 'quick' definition 'quickRt'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:919:51: style: Function 'logToRulesFails' argument 4 names different: declaration 'toCan' definition 'otherTo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:393:47: note: Function 'logToRulesFails' argument 4 names different: declaration 'toCan' definition 'otherTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:919:51: note: Function 'logToRulesFails' argument 4 names different: declaration 'toCan' definition 'otherTo'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:301:32: warning: Member variable 'AbbreviatedUnicodeSetIterator::perRange' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:409:9: warning: Member variable 'RTTest::parent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:409:9: warning: Member variable 'RTTest::legalSource' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:169:31: performance: Variable 'full' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:410:5: performance: Variable 'transliteratorID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:129:19: performance: Technically the member function 'LegalJamo::getType' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:156:16: note: Technically the member function 'LegalJamo::getType' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:129:19: note: Technically the member function 'LegalJamo::getType' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:99:5: style: Class 'TransliteratorPointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:169:5: style: Class 'LegalGreek' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:350:5: style: Class 'RTTest' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:1243:5: style: Class 'LegalHebrew' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:128:19: style: The function 'is' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:118:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:128:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:172:19: style: The function 'is' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:118:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:172:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:1245:19: style: The function 'is' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:118:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:1245:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:1315:19: style: The function 'is' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:118:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transrt.cpp:1315:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transtst.cpp:3461:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/transtst.cpp:1946:5: style: Class 'TestTrans' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/trcoll.h:30:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/trcoll.h:30:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:195:11: style: Variable 'compareResultUTF8' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:188:0: note: Variable 'compareResultUTF8' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:195:11: note: Variable 'compareResultUTF8' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:199:11: style: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:188:0: note: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:199:11: note: Variable 'compareResultUTF8Norm' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:229:9: style: Variable 'partialSKResult' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:226:0: note: Variable 'partialSKResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:229:9: note: Variable 'partialSKResult' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tscoll.cpp:180:29: style: The scope of the variable 'utf8Target' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.h:30:8: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.h:30:8: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.cpp:225:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.cpp:147:40: style: Function 'tryDate' argument 1 names different: declaration 'date' definition 'theDate'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.h:42:24: note: Function 'tryDate' argument 1 names different: declaration 'date' definition 'theDate'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsdate.cpp:147:40: note: Function 'tryDate' argument 1 names different: declaration 'date' definition 'theDate'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsnmfmt.cpp:114:18: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.cpp:402:13: style: Same expression on both sides of '>'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.cpp:429:13: style: Same expression on both sides of '<'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.cpp:456:13: style: Same expression on both sides of '>='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tsputil.cpp:483:13: style: Same expression on both sides of '<='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:1219:12: style: The scope of the variable 'category' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:491:61: style: Function 'hex' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.h:81:51: note: Function 'hex' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:491:61: note: Function 'hex' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:569:42: style: Function 'assertEqual' argument 3 names different: declaration 'result' definition 'iter'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.h:77:26: note: Function 'assertEqual' argument 3 names different: declaration 'result' definition 'iter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:569:42: note: Function 'assertEqual' argument 3 names different: declaration 'result' definition 'iter'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:625:54: style: Function 'TestPreviousNext' argument 3 names different: declaration 'expext' definition 'expect'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.h:56:37: note: Function 'TestPreviousNext' argument 3 names different: declaration 'expext' definition 'expect'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:625:54: note: Function 'TestPreviousNext' argument 3 names different: declaration 'expext' definition 'expect'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:913:22: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:591:13: style: Technically the member function 'UChar32Iterator::current' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:615:13: style: Technically the member function 'UChar32Iterator::getIndex' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tstnorm.cpp:778:5: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.cpp:168:70: style: Same expression on both sides of '==' because the value of '*tmf_en' and 'tmf_assign' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.cpp:167:33: note: 'tmf_assign' is assigned value '*tmf_en' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.cpp:168:70: note: Same expression on both sides of '==' because the value of '*tmf_en' and 'tmf_assign' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tufmtts.cpp:45:0: error: Memory leak: formats [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.cpp:450:24: style: Variable 'nThreads' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.cpp:267:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/simplethread.h:20:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.cpp:267:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzfmttst.cpp:47:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzoffloc.cpp:102:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:1143:5: style: Variable 'zone' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:1141:0: note: Variable 'zone' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:1143:5: note: Variable 'zone' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:81:12: style: Same expression on both sides of '==' because the value of 'z1' and 'z2' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:79:44: note: 'z1' is assigned value 'TimeZone::createTimeZone("PST")' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:80:44: note: 'z2' is assigned value 'TimeZone::createTimeZone("PST")' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:81:12: note: Same expression on both sides of '==' because the value of 'z1' and 'z2' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzregts.cpp:862:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:1156:23: warning: Possible null pointer dereference: dst [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:1133:25: note: Assignment 'dst=NULL', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:1156:23: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:40: style: Function 'getUTCMillis' argument 1 names different: declaration 'year' definition 'y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:48:32: note: Function 'getUTCMillis' argument 1 names different: declaration 'year' definition 'y'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:40: note: Function 'getUTCMillis' argument 1 names different: declaration 'year' definition 'y'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:51: style: Function 'getUTCMillis' argument 2 names different: declaration 'month' definition 'm'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:48:46: note: Function 'getUTCMillis' argument 2 names different: declaration 'month' definition 'm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:51: note: Function 'getUTCMillis' argument 2 names different: declaration 'month' definition 'm'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:62: style: Function 'getUTCMillis' argument 3 names different: declaration 'dom' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:48:61: note: Function 'getUTCMillis' argument 3 names different: declaration 'dom' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2305:62: note: Function 'getUTCMillis' argument 3 names different: declaration 'dom' definition 'd'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2306:40: style: Function 'getUTCMillis' argument 4 names different: declaration 'hour' definition 'hr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.h:49:17: note: Function 'getUTCMillis' argument 4 names different: declaration 'hour' definition 'hr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2306:40: note: Function 'getUTCMillis' argument 4 names different: declaration 'hour' definition 'hr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:58:5: style: Class 'TestZIDEnumeration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:605:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:969:19: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2080:26: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tzrulets.cpp:2099:13: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:1726:9: warning: Either the condition 's==NULL' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:1732:11: note: Assuming that condition 's==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:1726:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:537:5: style: Variable 'any' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:535:5: note: Variable 'any' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:537:5: note: Variable 'any' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:729:26: style: The scope of the variable 'id1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/tztest.cpp:1941:15: style: The scope of the variable 'tz' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:284:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:172:14: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:196:17: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:196:26: style: The scope of the variable 'cmpres' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:196:38: style: The scope of the variable 'cmpres2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:160:21: style: Variable 'b2' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucaconf.cpp:166:24: style: Unused variable: sk2 [unusedVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucdtest.cpp:159:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucdtest.cpp:74:17: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucharstrietest.cpp:38:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ucharstrietest.cpp:38:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:179:26: warning: Either the condition '!obj' is redundant or there is possible null pointer dereference: obj. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:188:12: note: Assuming that condition '!obj' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:179:26: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:338:5: error: Null pointer dereference: noNormalizer2 [nullPointer]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:336:40: note: Assignment 'noNormalizer2=NULL', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:338:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uobjtest.cpp:313:5: style: Class 'TestLocaleKeyFactory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1488:9: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1487:0: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1488:9: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1489:9: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1488:9: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1489:9: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1490:9: style: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1489:9: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1490:9: note: Variable 'b' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:357:54: style: Same expression on both sides of '||' because the value of 'set2equal==*set1' and 'set2equal==set1equal' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:354:26: note: 'set1equal' is assigned value '*set1' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:355:26: note: 'set2equal' is assigned value '*set2' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:357:54: note: Same expression on both sides of '||' because the value of 'set2equal==*set1' and 'set2equal==set1equal' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:365:56: style: Same expression on both sides of '||' because the value of '*set2clone!=*set2' and '*set2clone!=set2equal' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:355:26: note: 'set2equal' is assigned value '*set2' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:365:56: note: Same expression on both sides of '||' because the value of '*set2clone!=*set2' and '*set2clone!=set2equal' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:366:29: style: Same expression on both sides of '||' because the value of '*set2clone==*set1' and '*set2clone==set1equal' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:354:26: note: 'set1equal' is assigned value '*set1' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:366:29: note: Same expression on both sides of '||' because the value of '*set2clone==*set1' and '*set2clone==set1equal' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:3135:25: style: The scope of the variable 'limit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:3135:32: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:3247:19: style: The scope of the variable 'expect' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:3446:14: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:3828:14: style: Variable 'length16' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:1575:5: style: Class 'TokenSymbolTable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:2313:5: style: Class 'UnicodeSetWithStrings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/usettest.cpp:2373:5: style: Class 'UnicodeSetWithStringsIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1183:19: style: Condition 'guardWord!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1177:33: note: Assignment 'guardWord=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1183:19: note: Condition 'guardWord!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1190:19: style: Condition 'guardWord!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1177:33: note: Assignment 'guardWord=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1190:19: note: Condition 'guardWord!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1208:20: style: Condition 'guardWord2!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1203:24: note: Assignment 'guardWord2=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1208:20: note: Condition 'guardWord2!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1214:20: style: Condition 'guardWord2!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1203:24: note: Assignment 'guardWord2=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1214:20: note: Condition 'guardWord2!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1223:20: style: Condition 'guardWord2!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1203:24: note: Assignment 'guardWord2=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1223:20: note: Condition 'guardWord2!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1231:20: style: Condition 'guardWord2!=19949' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1203:24: note: Assignment 'guardWord2=19949', assigned value is 19949
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1231:20: note: Condition 'guardWord2!=19949' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:582:14: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:591:17: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:1649:5: warning: Member variable 'TestEnumeration::length' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/ustrtest.cpp:353:28: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uts46test.cpp:36:10: style: The function 'runIndexedTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/intltest.h:231:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/uts46test.cpp:36:10: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:415:5: style: Variable 'targetUT' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:407:0: note: Variable 'targetUT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:415:5: note: Variable 'targetUT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:493:5: style: Variable 'targetUT' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:485:0: note: Variable 'targetUT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:493:5: note: Variable 'targetUT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:936:9: style: Variable 'ut' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:932:0: note: Variable 'ut' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:936:9: note: Variable 'ut' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:1056:45: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:1125:45: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:1193:45: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:295:91: style: Function 'TestCMR' argument 5 names different: declaration 'utf16Map' definition 'u16Map'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.h:46:87: note: Function 'TestCMR' argument 5 names different: declaration 'utf16Map' definition 'u16Map'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:295:91: note: Function 'TestCMR' argument 5 names different: declaration 'utf16Map' definition 'u16Map'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/utxttest.cpp:815:11: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:568:5: warning: Member variable 'Morph::p_last' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:568:5: warning: Member variable 'Morph::p_curr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:1297:5: warning: Member variable 'LanguageGenerator_impl::top_node_ref' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:54:16: style: Technically the member function 'Buffer_byte::content_size' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:319:13: style: Technically the member function 'Escaper::Bool::operatorUBool' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:482:9: style: Technically the member function 'WeightedRand::next' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:527:5: style: Technically the member function 'Variable::operatorconstchar*' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:318:13: style: Class 'Bool' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:511:5: style: Class 'Literal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:548:5: style: Class 'Quote' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:568:5: style: Class 'Morph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:802:5: style: Class 'Scanner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:1263:5: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:508:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:508:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:531:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:531:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:550:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:550:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:570:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:570:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:687:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:687:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:727:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:727:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:753:25: style: The function 'next' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:133:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:753:25: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/intltest/wbnf.cpp:61:9: error: Common realloc mistake: 'start' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1200:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1201:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1202:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1203:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1204:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1205:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1206:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1207:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:684:5: style: Variable 'myFile' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:681:0: note: Variable 'myFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:684:5: note: Variable 'myFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:837:5: style: Variable 'myFile' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:829:0: note: Variable 'myFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:837:5: note: Variable 'myFile' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1285:10: style: The scope of the variable 'compBuffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1287:13: style: The scope of the variable 'cNumScanned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:943:13: style: Checking if unsigned variable 'inLen' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1445:13: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1024:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1030:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1036:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1043:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1049:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1055:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1073:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/filetst.c:1079:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:140:13: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:130:0: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:140:13: note: Variable 'directory' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:143:13: style: Variable 'tdpath' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:132:0: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:143:13: note: Variable 'tdpath' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:153:13: style: Variable 'test' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:131:0: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:153:13: note: Variable 'test' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:198:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:203:10: style: The scope of the variable 'cFormat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:204:10: style: The scope of the variable 'cExpected' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:209:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:210:12: style: The scope of the variable 'i8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:211:13: style: The scope of the variable 'i16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:212:13: style: The scope of the variable 'i32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:213:13: style: The scope of the variable 'i64' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:214:12: style: The scope of the variable 'dbl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:215:13: style: The scope of the variable 'uBufferLenReturned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:217:17: style: The scope of the variable 'fileLocale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:218:13: style: The scope of the variable 'uFileBufferLenReturned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:364:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:369:10: style: The scope of the variable 'cExpected' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:374:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:375:16: style: The scope of the variable 'expected8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:376:18: style: The scope of the variable 'expected16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:377:18: style: The scope of the variable 'expected32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:378:18: style: The scope of the variable 'expected64' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:379:17: style: The scope of the variable 'expectedDbl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:380:25: style: The scope of the variable 'expectedFlt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:381:13: style: The scope of the variable 'uBufferLenReturned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:566:15: style: The scope of the variable 'testData' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:571:10: style: The scope of the variable 'cFormat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:572:10: style: The scope of the variable 'cExpected' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:577:13: style: The scope of the variable 'precision' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:578:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:579:12: style: The scope of the variable 'i8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:580:13: style: The scope of the variable 'i16' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:581:13: style: The scope of the variable 'i32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:582:13: style: The scope of the variable 'i64' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:583:12: style: The scope of the variable 'dbl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/iotest.cpp:584:13: style: The scope of the variable 'uBufferLenReturned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:440:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:441:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:442:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:443:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:444:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:445:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:446:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:447:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:30:13: style: The scope of the variable 'retVal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:608:10: style: The scope of the variable 'compBuffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:610:13: style: The scope of the variable 'cNumScanned' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:622:56: warning: Division by result of sizeof(). strncmp() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/strtst.c:727:13: style: Variable 'count' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/iotest/trnstst.c:94:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:38:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:110:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:141:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:201:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:215:32: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:220:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:224:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:14:30: style: Function 'FontObject' argument 1 names different: declaration 'fontName' definition 'fileName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.h:184:22: note: Function 'FontObject' argument 1 names different: declaration 'fontName' definition 'fileName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:14:30: note: Function 'FontObject' argument 1 names different: declaration 'fontName' definition 'fileName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:153:50: style: Function 'unicodeToGlyph' argument 1 names different: declaration 'unicode' definition 'unicode32'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.h:190:42: note: Function 'unicodeToGlyph' argument 1 names different: declaration 'unicode' definition 'unicode32'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:153:50: note: Function 'unicodeToGlyph' argument 1 names different: declaration 'unicode' definition 'unicode32'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.h:188:10: performance: Technically the member function 'FontObject::deleteTable' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:55:18: note: Technically the member function 'FontObject::deleteTable' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.h:188:10: note: Technically the member function 'FontObject::deleteTable' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:38:5: style: Class 'FontObject' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.cpp:38:5: style: Class 'FontObject' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontObject.h:184:5: style: Class 'FontObject' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:25:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:67:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:77:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:25:5: style: Class 'FontTableCache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:25:5: style: Class 'FontTableCache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.cpp:77:9: error: Common realloc mistake: 'fTableCache' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:96:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:115:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:142:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:248:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:261:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:263:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:294:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:296:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:343:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:344:42: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:351:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:77: style: Function 'getNameString' argument 2 names different: declaration 'platform' definition 'platformID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:75:67: note: Function 'getNameString' argument 2 names different: declaration 'platform' definition 'platformID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:77: note: Function 'getNameString' argument 2 names different: declaration 'platform' definition 'platformID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:99: style: Function 'getNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:75:87: note: Function 'getNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:99: note: Function 'getNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:121: style: Function 'getNameString' argument 4 names different: declaration 'language' definition 'languageID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:75:107: note: Function 'getNameString' argument 4 names different: declaration 'language' definition 'languageID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:257:121: note: Function 'getNameString' argument 4 names different: declaration 'language' definition 'languageID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:91: style: Function 'getUnicodeNameString' argument 2 names different: declaration 'platform' definition 'platformID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:77:81: note: Function 'getUnicodeNameString' argument 2 names different: declaration 'platform' definition 'platformID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:91: note: Function 'getUnicodeNameString' argument 2 names different: declaration 'platform' definition 'platformID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:113: style: Function 'getUnicodeNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:77:101: note: Function 'getUnicodeNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:113: note: Function 'getUnicodeNameString' argument 3 names different: declaration 'encoding' definition 'encodingID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:135: style: Function 'getUnicodeNameString' argument 4 names different: declaration 'language' definition 'languageID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:77:121: note: Function 'getUnicodeNameString' argument 4 names different: declaration 'language' definition 'languageID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:290:135: note: Function 'getUnicodeNameString' argument 4 names different: declaration 'language' definition 'languageID'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:28:5: warning: Member variable 'CMAPMapper::fcmap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:44:5: warning: Member variable 'CMAPFormat4Mapper::fEndCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:44:5: warning: Member variable 'CMAPFormat4Mapper::fStartCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:44:5: warning: Member variable 'CMAPFormat4Mapper::fIdDelta' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:44:5: warning: Member variable 'CMAPFormat4Mapper::fIdRangeOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:65:5: warning: Member variable 'CMAPGroupMapper::fGroups' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:76:5: style: Class 'PortableFontInstance' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.cpp:76:5: style: Class 'PortableFontInstance' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:41:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:19:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:41:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:62:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:19:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.h:62:23: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:66:17: style: The function 'readFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/FontTableCache.h:28:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/PortableFontInstance.h:66:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cfonts.cpp:36:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cfonts.cpp:43:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cfonts.cpp:50:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cfonts.cpp:57:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cfonts.cpp:64:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cletest.c:396:10: style: The scope of the variable 'path' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.cpp:88:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/cmaps.cpp:92:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:231:21: style: Variable 'utf8' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:226:0: note: Variable 'utf8' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:231:21: note: Variable 'utf8' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:39:17: style: struct member 'TestInput::fontName' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:40:17: style: struct member 'TestInput::text' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/gendata.cpp:130:9: error: Resource leak: outputFile [resourceLeak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/letest.cpp:418:5: style: Variable 'srcDataDir' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/letest.cpp:414:0: note: Variable 'srcDataDir' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/letest/letest.cpp:418:5: note: Variable 'srcDataDir' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:103:8: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:208:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:56:2: warning: Member variable 'BreakItFunction::wordIteration' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:148:2: warning: Member variable 'DateFmtFunction::locale' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:242:2: warning: Member variable 'NumFmtFunction::locale' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/DateFmtPerf/DateFmtPerf.h:371:3: warning: Member variable 'StdioNumFmtFunction::locale' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:181:5: warning: Return value of function iswalpha() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:186:5: warning: Return value of function iswupper() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:191:5: warning: Return value of function iswlower() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:196:5: warning: Return value of function iswdigit() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:201:5: warning: Return value of function iswspace() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:206:5: warning: Return value of function iswalnum() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:216:5: warning: Return value of function iswprint() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:221:5: warning: Return value of function iswcntrl() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:226:5: warning: Return value of function towlower() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:231:5: warning: Return value of function towupper() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:236:5: warning: Return value of function iswspace() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:39:9: performance: Variable 'MIN_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:40:9: performance: Variable 'MAX_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:69:9: performance: Variable 'MIN_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/charperf/charperf.h:70:9: performance: Variable 'MAX_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:856:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:872:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:944:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:969:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1020:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1037:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1107:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1132:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:223:18: style: The scope of the variable 'pArgName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:543:29: style: The scope of the variable 'ri' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1683:21: style: The scope of the variable 'ce' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fFile' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fName' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fEof' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fError' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fPending2ndSurrogate' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1216:5: warning: Member variable 'UCharFile::fEncoding' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fFile' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fName' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fEof' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fError' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fPending2ndSurrogate' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1217:17: warning: Member variable 'UCharFile::fEncoding' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1229:5: performance: Variable 'fEof' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1230:5: performance: Variable 'fError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1212:13: style: Technically the member function 'UCharFile::eof' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1213:13: style: Technically the member function 'UCharFile::error' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:1209:5: style: Class 'UCharFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collationperf/collperf.cpp:769:0: error: Memory leak: sortBuf [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:262:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:263:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:278:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:283:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:288:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:293:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:307:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:323:5: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:324:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:325:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:326:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:327:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:328:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:410:17: style: The scope of the variable 'guess' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:412:17: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:777:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:778:17: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:718:9: style: Variable 'temp' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: style: Member variable 'CA_uchar::index' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: note: Member variable 'CA_uchar::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: note: Member variable 'CA_uchar::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: style: Member variable 'CA_uchar::count' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: note: Member variable 'CA_uchar::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: note: Member variable 'CA_uchar::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: style: Member variable 'CA_char::index' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: note: Member variable 'CA_char::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: note: Member variable 'CA_char::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: style: Member variable 'CA_char::count' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: note: Member variable 'CA_char::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: note: Member variable 'CA_char::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: style: Member variable 'CA_uint8::index' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: note: Member variable 'CA_uint8::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: note: Member variable 'CA_uint8::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: style: Member variable 'CA_uint8::count' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: note: Member variable 'CA_uint8::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: note: Member variable 'CA_uint8::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: style: Member variable 'CA_win_wchar::index' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: note: Member variable 'CA_win_wchar::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: note: Member variable 'CA_win_wchar::index' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: style: Member variable 'CA_win_wchar::count' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: note: Member variable 'CA_win_wchar::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: note: Member variable 'CA_win_wchar::count' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:337:13: style: Member variable 'CmdQsort::num' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:343:26: note: Member variable 'CmdQsort::num' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:337:13: note: Member variable 'CmdQsort::num' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:335:13: style: Member variable 'CmdQsort::fn' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:343:48: note: Member variable 'CmdQsort::fn' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:335:13: note: Member variable 'CmdQsort::fn' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: style: Technically the member function 'CA_uchar::lengthOf' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: style: Technically the member function 'CA_char::lengthOf' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: style: Technically the member function 'CA_uint8::lengthOf' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: style: Technically the member function 'CA_win_wchar::lengthOf' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: error: Common realloc mistake: 'index' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:54:1: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: error: Common realloc mistake: 'index' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:55:1: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: error: Common realloc mistake: 'index' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:56:1: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: error: Common realloc mistake: 'index' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/collperf/collperf.cpp:57:1: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:48:34: warning: Either the condition 'target==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:49:23: note: Assuming that condition 'target==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:48:34: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:94:34: warning: Either the condition 'target==NULL' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:95:23: note: Assuming that condition 'target==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:94:34: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:193:22: style: Variable 'winSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:248:23: style: Variable 'winSize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:79:5: warning: Member variable 'ICUFromUnicodePerfFunction::name' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:124:9: performance: Variable 'cleanup' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:161:9: performance: Variable 'srcLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/convperf/convperf.h:215:9: performance: Variable 'srcLen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:82:5: style: Class 'PackageLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:138:5: style: Class 'BinarySearchPackageLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:247:5: style: Class 'PrefixBinarySearchPackageLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:274:5: style: Class 'BytesTriePackageLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:330:5: style: Class 'DictLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:342:5: style: Class 'CompactTrieDictLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:456:5: style: Class 'UCharsTrieDictLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:487:5: style: Class 'UCharsTrieDictMatches' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:513:5: style: Class 'UCharsTrieDictContains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:558:5: style: Class 'BytesTrieDictLookup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:633:5: style: Class 'BytesTrieDictMatches' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:662:5: style: Class 'BytesTrieDictContains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:250:18: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:160:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/dicttrieperf/dicttrieperf.cpp:250:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:160:1: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:160:1: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:64:3: warning: Member variable 'HowExpensiveTest::fIterations' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:132:19: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:132:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:133:11: style: The function 'runTest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:72:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:133:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:137:19: style: The function 'runTests' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:81:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:137:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:160:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:160:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:163:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:163:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:164:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:164:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:164:1: style: The function 'warmup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:164:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:165:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:165:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:165:1: style: The function 'warmup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:165:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:167:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:167:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:167:1: style: The function 'warmup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:167:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:169:1: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:69:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:169:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:169:1: style: The function 'warmup' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/howExpensiveIs.cpp:169:1: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/sieve.cpp:45:7: style: Variable 'sieve' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/sieve.cpp:144:16: style: Variable 'rangeMin' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/howExpensiveIs/sieve.cpp:145:17: style: Variable 'rangeMax' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/dtfmtrtperf.h:209:3: style: int result is returned as long value. If the return value is long to avoid loss of information, then you have loss of information. [truncLongCastReturn]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/dtfmtrtperf.h:61:2: style: Class 'DateTimeRoundTripFunction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/dtfmtrtperf.h:74:17: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.cpp:75:13: style: The scope of the variable 'reqLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.cpp:92:13: style: The scope of the variable 'reqLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:77:5: warning: Member variable 'QuickCheckPerfFunction::retVal' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:87:5: warning: Member variable 'QuickCheckPerfFunction::retVal' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:146:5: warning: Member variable 'NormPerfFunction::retVal' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:157:5: warning: Member variable 'NormPerfFunction::retVal' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:81:9: performance: Variable 'uselen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:82:9: performance: Variable 'mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:85:9: performance: Variable 'line_mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:91:9: performance: Variable 'uselen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:92:9: performance: Variable 'mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:95:9: performance: Variable 'line_mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:150:9: performance: Variable 'uselen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:155:9: performance: Variable 'line_mode' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/normperf/normperf.h:161:9: performance: Variable 'uselen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:72:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:51:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:72:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:96:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:51:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperf.h:96:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:362:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:406:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:594:17: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:605:21: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:233:18: style: The scope of the variable 'pArgName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:284:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:392:9: style: Variable 'hit' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fFile' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fName' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fEof' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fError' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fPending2ndSurrogate' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fFileSize' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:478:5: warning: Member variable 'UCharFile::fEncoding' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fFile' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fName' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fEof' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fError' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fPending2ndSurrogate' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fFileSize' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:479:17: warning: Member variable 'UCharFile::fEncoding' is not assigned a value in 'UCharFile::operator='. [operatorEqVarError]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:492:5: performance: Variable 'fEof' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:493:5: performance: Variable 'fError' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:473:13: style: Technically the member function 'UCharFile::eof' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:474:13: style: Technically the member function 'UCharFile::error' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:475:13: style: Technically the member function 'UCharFile::size' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ubrkperf/ubrkperfold.cpp:470:5: style: Class 'UCharFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ucnvavailperf/ucnvavailperf.cpp:111:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ucnvavailperf/ucnvavailperf.cpp:120:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ucnvavailperf/ucnvavailperf.cpp:123:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ucnvavailperf/ucnvavailperf.cpp:126:5: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ucnvavailperf/ucnvavailperf.cpp:57:9: error: Memory leak: p [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:99:28: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:99:31: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:37:5: warning: Member variable 'BMPBitHash::keys' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:37:5: warning: Member variable 'BMPBitHash::reverse' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:86:5: warning: Member variable 'BitSet::latin1Bits' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:179:11: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/unicont.h:23:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/bitset.cpp:179:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/trieset.cpp:96:11: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/unicont.h:23:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/draft/trieset.cpp:96:11: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:318:17: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:364:17: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:69:21: style: Class 'UnicodeSetPerformanceTest' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:135:5: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:157:5: style: Class 'Contains' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:207:5: style: Class 'SpanUTF16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:258:5: style: Class 'SpanBackUTF16' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:313:5: style: Class 'SpanUTF8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/unisetperf/unisetperf.cpp:359:5: style: Class 'SpanBackUTF8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/usetperf/usetperf.cpp:33:5: style: Class 'CmdPattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:67:13: style: The scope of the variable 'loops' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.cpp:38:9: style: The scope of the variable 'loops' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.cpp:71:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:472:15: style: Unused variable: a [unusedVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:477:15: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:482:15: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:488:19: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:490:19: style: Variable 'd' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:134:5: warning: Member variable 'StringPerfFunction::fn2_' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:181:5: warning: Member variable 'StringPerfFunction::fn2_' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.cpp:63:24: warning: Member variable 'StringPerformanceTest::COUNT_' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:141:9: performance: Variable 'uselen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:142:9: performance: Variable 'line_mode_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:165:9: performance: Variable 'uselen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:166:9: performance: Variable 'line_mode_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:188:9: performance: Variable 'uselen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:189:9: performance: Variable 'line_mode_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:210:9: performance: Variable 'uselen_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:211:9: performance: Variable 'line_mode_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:470:69: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:475:70: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:480:70: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:485:70: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:500:71: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:505:72: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:511:72: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:521:73: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:535:69: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:540:70: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/ustrperf/stringperf.h:545:70: performance: Function parameter 's0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utfperf/utfperf.cpp:122:5: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utfperf/utfperf.cpp:153:5: style: Class 'Roundtrip' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utfperf/utfperf.cpp:220:5: style: Class 'FromUnicode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utfperf/utfperf.cpp:265:5: style: Class 'FromUTF8' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utrie2perf/utrie2perf.cpp:63:21: style: Class 'UTrie2PerfTest' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utrie2perf/utrie2perf.cpp:97:5: style: Class 'Command' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utrie2perf/utrie2perf.cpp:117:5: style: Class 'CheckFCD' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utrie2perf/utrie2perf.cpp:175:5: style: Class 'ToNFC' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/perf/utrie2perf/utrie2perf.cpp:209:5: style: Class 'GetBiDiClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:227:13: style: The scope of the variable 'nextBreak' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:228:13: style: The scope of the variable 'nextSpaceBreak' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:508:21: warning: Member variable 'SpaceBreakIterator::fBreakIter' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:508:21: warning: Member variable 'SpaceBreakIterator::fText' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:508:21: warning: Member variable 'SpaceBreakIterator::fTextCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:508:21: warning: Member variable 'SpaceBreakIterator::fWordCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:508:21: warning: Member variable 'SpaceBreakIterator::fSpaceCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:169:20: warning: Member variable 'ThaiWordbreakTest::fBreaksNotFound' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:169:20: warning: Member variable 'ThaiWordbreakTest::fInvalidBreaks' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:169:20: warning: Member variable 'ThaiWordbreakTest::fWordCount' is not initialized in the constructor. [uninitMemberVarPrivate]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:50:13: style: Technically the member function 'SpaceBreakIterator::getWordCount' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:566:29: note: Technically the member function 'SpaceBreakIterator::getWordCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:50:13: note: Technically the member function 'SpaceBreakIterator::getWordCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:53:13: style: Technically the member function 'SpaceBreakIterator::getSpaceCount' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:558:29: note: Technically the member function 'SpaceBreakIterator::getSpaceCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:53:13: note: Technically the member function 'SpaceBreakIterator::getSpaceCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:98:13: style: Technically the member function 'ThaiWordbreakTest::getBreaksNotFound' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:186:35: note: Technically the member function 'ThaiWordbreakTest::getBreaksNotFound' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:98:13: note: Technically the member function 'ThaiWordbreakTest::getBreaksNotFound' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:102:13: style: Technically the member function 'ThaiWordbreakTest::getInvalidBreaks' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:195:35: note: Technically the member function 'ThaiWordbreakTest::getInvalidBreaks' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:102:13: note: Technically the member function 'ThaiWordbreakTest::getInvalidBreaks' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:105:13: style: Technically the member function 'ThaiWordbreakTest::getWordCount' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:203:35: note: Technically the member function 'ThaiWordbreakTest::getWordCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/thaitest/thaitest.cpp:105:13: note: Technically the member function 'ThaiWordbreakTest::getWordCount' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/converttest.cpp:22:21: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/threadtest.h:41:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/converttest.cpp:22:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/converttest.cpp:23:21: style: The function 'runOnce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/threadtest.h:42:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/converttest.cpp:23:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:130:17: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:127:32: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:32:5: style: Class 'StringThreadTest' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:32:5: style: Class 'StringThreadTest' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:18:21: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/threadtest.h:41:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:18:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:19:21: style: The function 'runOnce' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/threadtest.h:42:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/stringtest.cpp:19:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/test/threadtest/threadtest.cpp:317:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:502:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:291:53: style: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/ctest.h:263:32: note: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:291:53: note: Function 'str_timeDelta' argument 2 names different: declaration 'delta' definition 'deltaTime'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:554:43: style: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/ctest.h:177:21: note: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:554:43: note: Function 'getTest' argument 2 names different: declaration 'path' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:1199:35: style: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/ctest.h:274:35: note: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:1199:35: note: Function 'ctest_xml_setFileName' argument 1 names different: declaration 'fileName' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:159:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:761:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:794:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:803:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:812:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/ctest.c:833:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/datamap.cpp:82:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:33:11: performance: Technically the member function 'DataMap::utoi' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/datamap.cpp:18:10: note: Technically the member function 'DataMap::utoi' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:33:11: note: Technically the member function 'DataMap::utoi' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/datamap.cpp:63:3: style: Class 'RBDataMap' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/datamap.cpp:63:3: style: Class 'RBDataMap' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:122:31: style: The function 'getString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:41:31: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:122:31: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:123:19: style: The function 'getInt28' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:56:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:123:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:124:20: style: The function 'getUInt28' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:64:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:124:20: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:125:26: style: The function 'getIntVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:73:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:125:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:126:26: style: The function 'getBinary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:82:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:126:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:128:19: style: The function 'getInt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:48:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:128:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:130:32: style: The function 'getStringArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:89:32: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:130:32: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:131:26: style: The function 'getIntArray' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:96:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/datamap.h:131:26: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/testdata.cpp:12:32: style: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:50:24: note: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/testdata.cpp:12:32: note: Function 'TestData' argument 1 names different: declaration 'name' definition 'testName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/testdata.cpp:44:36: style: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:94:26: note: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/testdata.cpp:44:36: note: Function 'RBTestData' argument 1 names different: declaration 'name' definition 'testName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:94:3: style: Class 'RBTestData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:104:17: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:62:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:104:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:106:17: style: The function 'nextSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:72:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:106:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:107:17: style: The function 'nextCase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:82:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/testdata.h:107:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:216:20: style: Condition 'testBundle==NULL' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:214:35: note: Assignment 'testBundle=NULL', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:216:20: note: Condition 'testBundle==NULL' is always true
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:82:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:77:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:82:3: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:216:20: style: Same expression on both sides of '==' because the value of 'testBundle' and 'NULL' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:214:35: note: 'testBundle' is assigned value 'NULL' here.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:216:20: note: Same expression on both sides of '==' because the value of 'testBundle' and 'NULL' are the same.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/tstdtmod.cpp:127:3: performance: Variable 'fDataTestValid' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:93:17: style: The function 'getInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:67:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:93:17: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:95:21: style: The function 'createTestData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:75:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:95:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:96:21: style: The function 'createTestData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:82:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/tstdtmod.h:96:21: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:336:35: warning: Redundant assignment of 'index' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:336:48: warning: Redundant assignment of 'par' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:319:32: style: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/unicode/uperf.h:123:25: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:319:32: note: Function 'setPath' argument 1 names different: declaration 'path' definition 'pathVal'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:81:12: warning: Member variable 'UPerfTest::caller' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:81:12: warning: Member variable 'UPerfTest::path' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:94:12: warning: Member variable 'UPerfTest::caller' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/ctestfw/uperf.cpp:94:12: warning: Member variable 'UPerfTest::path' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:505:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:512:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:534:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:541:17: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:617:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:624:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:247:28: style: The scope of the variable 'chOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:248:28: style: The scope of the variable 'chLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:399:14: style: The scope of the variable 'rulelength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:246:0: style: Variable 'strength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:249:0: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:250:0: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:251:0: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:252:0: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:253:0: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:877:24: style: Variable 'temp' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1057:0: style: Variable 'strength' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1060:0: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1061:0: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1062:0: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1063:0: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1064:0: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1135:24: style: Variable 'size' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1163:0: style: Variable 'exOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1164:0: style: Variable 'exLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1165:0: style: Variable 'prefixOffset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1166:0: style: Variable 'prefixLen' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1167:0: style: Variable 'specs' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:593:16: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/dumpce/dumpce.cpp:1292:0: error: Memory leak: scriptelem [memleak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genccode/genccode.c:94:10: style: The scope of the variable 'writeCode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genccode/genccode.c:133:31: style: The scope of the variable 'filename' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:513:47: error: Array 'tag[1]' accessed at index 2, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:323:31: note: Calling function 'getTagNumber', 2nd argument 'tagLen' value is 3
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:513:47: note: Array index out of bounds
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:782:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:566:11: style: The scope of the variable 'atag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:646:14: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:646:19: style: The scope of the variable 'idx2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:901:14: style: The scope of the variable 'aliasNum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gencnval/gencnval.c:740:31: style: Checking if unsigned variable 'aliasList->aliasCount' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:96:13: style: Technically the member function 'Normalizer2DataBuilder::getCenterNoNoDelta' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:41:5: style: Class 'Normalizer2DataBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:482:29: warning: %hu in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:482:29: warning: %hu in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:167:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:212:13: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:213:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:454:17: style: The scope of the variable 'prev' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:544:5: warning: Member variable 'BuilderReorderingBuffer::fArray' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:86:13: performance: Technically the member function 'Normalizer2DataBuilder::combine' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:422:33: note: Technically the member function 'Normalizer2DataBuilder::combine' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:86:13: note: Technically the member function 'Normalizer2DataBuilder::combine' can be static.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:90:10: style: Technically the member function 'Normalizer2DataBuilder::reorder' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:601:25: note: Technically the member function 'Normalizer2DataBuilder::reorder' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:90:10: note: Technically the member function 'Normalizer2DataBuilder::reorder' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:91:11: style: Technically the member function 'Normalizer2DataBuilder::hasNoCompBoundaryAfter' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:627:31: note: Technically the member function 'Normalizer2DataBuilder::hasNoCompBoundaryAfter' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:91:11: note: Technically the member function 'Normalizer2DataBuilder::hasNoCompBoundaryAfter' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:94:10: style: Technically the member function 'Normalizer2DataBuilder::writeCompositions' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:756:30: note: Technically the member function 'Normalizer2DataBuilder::writeCompositions' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.h:94:10: note: Technically the member function 'Normalizer2DataBuilder::writeCompositions' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:578:10: style: Technically the member function 'BuilderReorderingBuffer::toString' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:338:5: style: Class 'CompositionBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:438:5: style: Class 'Decomposer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:806:5: style: Class 'ExtraDataWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:927:5: style: Class 'Norm16Writer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:339:19: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:157:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:339:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:439:19: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:157:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:439:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:810:19: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:157:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:810:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:928:19: style: The function 'rangeHandler' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:157:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gennorm2/n2builder.cpp:928:19: note: Function in derived class
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/errmsg.c:28:5: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/errmsg.c:66:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/genrb.c:660:5: style: Variable 'basename' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/genrb.c:657:5: note: Variable 'basename' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/genrb.c:660:5: note: Variable 'basename' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/genrb.c:318:17: style: The scope of the variable 'indexLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:677:5: warning: Either the condition 'filename==NULL' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:687:16: note: Assuming that condition 'filename==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:677:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:678:5: warning: Either the condition 'filename==NULL' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:687:16: note: Assuming that condition 'filename==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:678:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:679:5: warning: Either the condition 'filename==NULL' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:687:16: note: Assuming that condition 'filename==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:679:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:680:5: warning: Either the condition 'filename==NULL' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:687:16: note: Assuming that condition 'filename==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:680:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:681:5: warning: Either the condition 'filename==NULL' is redundant or there is possible null pointer dereference: filename. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:687:16: note: Assuming that condition 'filename==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:681:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:948:40: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:952:54: note: Assuming that condition 'data!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:948:40: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:949:40: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:952:54: note: Assuming that condition 'data!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:949:40: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:950:40: warning: Either the condition 'data!=NULL' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:952:54: note: Assuming that condition 'data!=NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:950:40: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:932:17: style: Variable 'coll' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:921:0: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:932:17: note: Variable 'coll' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1042:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1033:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1042:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1274:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1267:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1274:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1370:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1361:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1370:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:286:23: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:919:29: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:922:25: style: The scope of the variable 'reorderCodes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:923:25: style: The scope of the variable 'reorderCodeCount' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:924:25: style: The scope of the variable 'reorderCodeIndex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1039:24: style: The scope of the variable 'subtag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1039:38: style: The scope of the variable 'typeKeyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1363:24: style: The scope of the variable 'string' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1364:24: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1367:24: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1450:23: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1452:23: style: The scope of the variable 'toConv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1454:23: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:1457:23: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:2044:73: style: Function 'parse' argument 4 names different: declaration 'omitBinaryCollation' definition 'makeBinaryCollation'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.h:31:29: note: Function 'parse' argument 4 names different: declaration 'omitBinaryCollation' definition 'makeBinaryCollation'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/parse.cpp:2044:73: note: Function 'parse' argument 4 names different: declaration 'omitBinaryCollation' definition 'makeBinaryCollation'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/rbutil.c:72:9: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/rbutil.c:74:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:825:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:825:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:1113:5: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:1110:0: note: Variable 'current' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:1113:5: note: Variable 'current' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:188:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:388:14: style: The scope of the variable 'pad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:549:14: style: The scope of the variable 'pad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:709:16: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.c:1606:13: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/rle.c:129:9: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:131:33: style: Condition 'source[i-1]=='\\'' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:256:18: style: The scope of the variable 'add' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:325:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:385:17: style: The scope of the variable 'intArr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:387:17: style: The scope of the variable 'stringArr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:443:14: style: The scope of the variable 'byteDecl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:444:10: style: The scope of the variable 'byteBuffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:446:9: style: The scope of the variable 'byteIterator' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtjava.c:508:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:542:5: style: Variable 'resname' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:537:0: note: Variable 'resname' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:542:5: note: Variable 'resname' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:646:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:642:0: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:646:5: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:678:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:673:0: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:678:5: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:680:5: style: Variable 'current' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:676:0: note: Variable 'current' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:680:5: note: Variable 'current' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:716:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:710:0: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:716:5: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:763:5: style: Variable 'sid' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:759:0: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:763:5: note: Variable 'sid' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:1024:5: style: Variable 'pos' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:1015:0: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:1024:5: note: Variable 'pos' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:129:14: style: The scope of the variable 'temp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:130:14: style: The scope of the variable 'temp2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:135:14: style: The scope of the variable 'crc2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:416:13: style: The scope of the variable 'noteLen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:713:14: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:789:14: style: The scope of the variable 'crc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:992:99: style: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.h:81:104: note: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:992:99: note: Function 'bundle_write_xml' argument 4 names different: declaration 'rbname' definition 'filename'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:994:53: style: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/reslist.h:82:100: note: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:994:53: note: Function 'bundle_write_xml' argument 8 names different: declaration 'package' definition 'outFileName'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/genrb/wrtxml.cpp:879:19: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gensprep/store.c:603:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gensprep/store.c:554:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gensprep/store.c:434:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/gentest/genres32.c:28:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuinfo/icuinfo.cpp:94:11: style: Condition ''A'==65' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuinfo/icuinfo.cpp:96:18: style: Condition ''A'==193' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuinfo/testplug.c:167:0: error: Dereferencing 'mem' after it is deallocated / released [deallocuse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:329:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:330:41: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:523:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:532:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:166:5: style: Variable 'in' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:162:5: note: Variable 'in' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:166:5: note: Variable 'in' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:343:14: style: The scope of the variable 'outBytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:345:33: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/icuswap/icuswap.cpp:488:19: style: The scope of the variable 'entryName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:329:14: style: The scope of the variable 'u32' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:330:12: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:416:39: style: The scope of the variable 'subStart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:590:12: style: The scope of the variable 'flag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:713:39: style: The scope of the variable 'subStart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:821:25: style: The scope of the variable 'i3b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:930:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/gencnvex.c:931:13: style: The scope of the variable 'subStart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:394:17: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:402:17: warning: %hu in format string (no. 2) requires 'unsigned short' but the argument type is 'unsigned char'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:163:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:181:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:551:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:952:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1405:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:372:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:566:33: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:685:58: style: The scope of the variable 'min' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:685:63: style: The scope of the variable 'overlap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:685:72: style: The scope of the variable 'maxOverlap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:941:12: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1067:17: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1165:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1219:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1277:24: style: The scope of the variable 'prevEnd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/genmbcs.cpp:1100:34: style: Variable 'new3Top' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:161:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:161:9: warning: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:166:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:206:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:196:0: note: Variable 'err' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:206:5: note: Variable 'err' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:198:27: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/makeconv/makeconv.c:564:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1671:5: style: Variable 'flag' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1661:0: note: Variable 'flag' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1671:5: note: Variable 'flag' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1681:9: style: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1677:0: note: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1681:9: note: Variable 'tmpGenlibFlagBuffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:248:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:531:10: style: The scope of the variable 'tmpDir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:532:10: style: The scope of the variable 'datFileName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:533:10: style: The scope of the variable 'datFileNamePath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:534:10: style: The scope of the variable 'checkLibFile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:792:13: style: The scope of the variable 'tmpResult' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1093:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1105:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1153:10: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1663:10: style: The scope of the variable 'tmpbuffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1666:10: style: The scope of the variable 'mapFile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1799:17: style: The scope of the variable 'in' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1006:71: style: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:67:71: note: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgdata.cpp:1006:71: note: Function 'pkg_installLibrary' argument 2 names different: declaration 'dir' definition 'targetDir'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.c:281:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.c:27:107: style: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.h:44:107: note: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.c:27:107: note: Function 'pkg_writeCharListWrap' argument 5 names different: declaration 'quoted' definition 'quote'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.c:73:86: style: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.h:39:86: note: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/pkgdata/pkgtypes.c:73:86: note: Function 'pkg_writeCharList' argument 4 names different: declaration 'quoted' definition 'quote'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/denseranges.cpp:28:5: warning: Member variable 'LargestGaps::gapStarts' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/denseranges.cpp:28:5: warning: Member variable 'LargestGaps::gapLengths' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/denseranges.cpp:28:5: style: Class 'LargestGaps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1239:5: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:380:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1172:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1236:20: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:443:29: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:444:13: style: The scope of the variable 'itemLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:444:25: style: The scope of the variable 'typeEnum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:846:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:921:13: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:921:18: style: The scope of the variable 'nameLength' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1076:19: style: The scope of the variable 'ds' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1080:13: style: The scope of the variable 'itemCharset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1080:26: style: The scope of the variable 'outCharset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1034:29: style: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.h:99:29: note: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1034:29: note: Function 'removeItem' argument 1 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1074:74: style: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.h:109:74: note: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1074:74: note: Function 'extractItem' argument 3 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1132:53: style: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.h:104:53: note: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1132:53: note: Function 'extractItem' argument 2 names different: declaration 'itemIndex' definition 'idx'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:387:10: warning: Member variable 'Package::inStrings' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:387:10: warning: Member variable 'Package::outStrings' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:392:5: performance: Variable 'inIsBigEndian' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.h:109:10: style: Technically the member function 'Package::extractItem' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.cpp:1074:10: note: Technically the member function 'Package::extractItem' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/package.h:109:10: note: Technically the member function 'Package::extractItem' can be const.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/toolutil.h:40:5: style: Class 'IcuToolErrorCode' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_genc.c:442:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_genc.c:441:35: style: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_genc.c:63:35: note: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_genc.c:441:35: note: Function 'write32' argument 2 names different: declaration 'byte' definition 'bitField'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:339:9: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:359:9: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:415:9: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:315:9: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:313:18: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:315:9: note: Variable 's' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:123:17: style: The scope of the variable 'fileOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:123:29: style: The scope of the variable 'basenameOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:123:45: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:123:53: style: The scope of the variable 'nread' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:124:22: style: The scope of the variable 'file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_gencmn.c:280:27: style: Checking if unsigned variable 'length' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_icu.cpp:39:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_icu.cpp:40:16: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_icu.cpp:61:11: style: The scope of the variable 'file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_icu.cpp:79:15: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkg_icu.cpp:80:21: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkgitems.cpp:452:24: style: The scope of the variable 'inMBCSHeader' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/pkgitems.cpp:453:13: style: The scope of the variable 'outputType' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ppucd.h:140:11: style: Technically the member function 'PreparsedUCD::isLineBufferAvailable' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ppucd.cpp:58:11: style: Class 'PreparsedUCD' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ppucd.cpp:58:11: style: Class 'PreparsedUCD' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:656:88: warning: Either the condition 'pErrorCode==NULL' is redundant or there is possible null pointer dereference: pErrorCode. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:655:18: note: Assuming that condition 'pErrorCode==NULL' is not redundant
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:656:88: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:213:13: style: The scope of the variable 'dataTop' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:320:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:320:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:422:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:422:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:530:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:530:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:651:13: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/swapimpl.cpp:632:17: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/toolutil.cpp:26:0: error: #error U_TOOLUTIL_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see http://userguide.icu-project.org/howtouseicu [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:172:5: style: Variable 'pTarget' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:162:0: note: Variable 'pTarget' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:172:5: note: Variable 'pTarget' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:452:13: style: The scope of the variable 'fileSize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:53:111: style: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:184:111: note: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:53:111: note: Function 'ucbuf_autodetect_fs' argument 5 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:132:112: style: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:165:39: note: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:132:112: note: Function 'ucbuf_autodetect' argument 5 names different: declaration 'status' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:324:38: style: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:71:38: note: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:324:38: note: Function 'ucbuf_getc' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:343:40: style: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:82:40: note: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:343:40: note: Function 'ucbuf_getc32' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:374:41: style: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:94:41: note: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:374:41: note: Function 'ucbuf_getcx32' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:449:46: style: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:60:46: note: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:449:46: note: Function 'ucbuf_open' argument 2 names different: declaration 'codepage' definition 'cp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:449:96: style: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:60:102: note: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:449:96: note: Function 'ucbuf_open' argument 5 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:538:22: style: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:144:22: note: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:538:22: note: Function 'ucbuf_ungetc' argument 1 names different: declaration 'ungetChar' definition 'c'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:575:40: style: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:119:40: note: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:575:40: note: Function 'ucbuf_rewind' argument 2 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:626:56: style: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.h:131:56: note: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucbuf.c:626:56: note: Function 'ucbuf_getBuffer' argument 3 names different: declaration 'err' definition 'error'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:57:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:93:13: style: The scope of the variable 'result' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:274:12: style: The scope of the variable 'flag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:312:13: style: The scope of the variable 'cmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:532:13: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:600:53: style: The scope of the variable 'cmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:746:13: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:1147:11: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:530:29: style: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.h:179:29: note: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucm.c:530:29: note: Function 'ucm_checkValidity' argument 1 names different: declaration 'ext' definition 'table'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucmstate.c:1031:9: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned char'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucmstate.c:52:14: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucmstate.c:503:17: style: The scope of the variable 'action' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucmstate.c:844:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/ucmstate.c:975:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:415:8: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:433:8: style: The scope of the variable 'buf2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:315:58: style: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.h:76:75: note: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:315:58: note: Function 'udbg_enumByName' argument 2 names different: declaration 'name' definition 'value'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:536:37: style: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.h:104:37: note: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/udbgutil.cpp:536:37: note: Function 'udbg_writeIcuInfo' argument 1 names different: declaration 'f' definition 'out'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/unewdata.c:41:13: style: The scope of the variable 'bytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/uoptions.c:28:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/uparse.c:80:16: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/uparse.c:191:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/uparse.c:240:14: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:205:5: warning: %hx in format string (no. 3) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:205:5: warning: %hx in format string (no. 4) requires 'unsigned short' but the argument type is 'signed short'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:32:11: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:34:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:231:22: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:163:61: style: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.h:60:61: note: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:163:61: note: Function 'usrc_writeUTrie2Arrays' argument 3 names different: declaration 'dataPrefix' definition 'data32Prefix'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:180:59: style: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.h:73:59: note: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/writesrc.c:180:59: note: Function 'usrc_writeUTrie2Struct' argument 5 names different: declaration 'dataName' definition 'data32Name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:439:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:722:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:714:20: style: The scope of the variable 'node' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:787:20: style: The scope of the variable 'node' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:808:20: style: The scope of the variable 'node' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:328:57: style: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.h:178:62: note: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/toolutil/xmlparser.cpp:328:57: note: Function 'parse' argument 2 names different: declaration 'errorCode' definition 'status'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/ialloc.c:74:14: style: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/private.h:181:20: note: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/ialloc.c:74:14: note: Function 'ifree' argument 1 names different: declaration 'pointer' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/ialloc.c:82:14: style: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/private.h:180:21: note: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/ialloc.c:82:14: note: Function 'icfree' argument 1 names different: declaration 'pointer' definition 'p'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:92:5: warning: Member variable 'ICUZDump::timezone' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:199:10: style: Unused private function: 'ICUZDump::dumpZone' [unusedPrivateFunction]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:199:10: performance: Technically the member function 'ICUZDump::dumpZone' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:45:9: style: Class 'DumpFormatter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:45:9: style: Class 'DumpFormatter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:93:9: style: Class 'ICUZDump' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:93:9: style: Class 'ICUZDump' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/icuzdump.cpp:213:5: style: Class 'ZoneIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:1093:10: style: Condition 'isdst' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:1067:12: note: Assignment 'isdst=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:1093:10: note: Condition 'isdst' is always false
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:919:21: style: The scope of the variable 'atp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:920:27: style: The scope of the variable 'typep' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:979:12: style: The scope of the variable 'starttime' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:980:12: style: The scope of the variable 'endtime' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/localtime.c:1574:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:1350:21: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:1675:38: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:148:5: warning: Member variable 'ZoneType::isdst' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:148:5: warning: Member variable 'ZoneType::isstd' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:148:5: warning: Member variable 'ZoneType::isgmt' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:180:5: warning: Member variable 'ZoneInfo::finalOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::mode' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::month' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::dom' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::dow' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::time' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::offset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::isstd' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:791:5: warning: Member variable 'FinalRulePart::isgmt' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:151:10: style: Technically the member function 'ZoneType::matches' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:146:5: style: Struct 'ZoneType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:1209:5: style: Struct 'SimplifiedZoneType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/tz2icu.cpp:644:33: performance: Function parameter 'prefix' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:614:15: style: Condition '0>(time_t)-1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:801:8: style: Condition '0>(time_t)-1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:967:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:968:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:969:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:281:17: style: The scope of the variable 'cutloyear' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:282:17: style: The scope of the variable 'cuthiyear' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:676:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:874:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:879:9: style: The scope of the variable 'loab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:988:18: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:817:28: style: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:167:40: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:817:28: note: Function 'dumptime' argument 1 names different: declaration 'tmp' definition 'timeptr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:986:45: style: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:183:45: note: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zdump.c:986:45: note: Function 'getzones' argument 2 names different: declaration 'subdir' definition 'relpath'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:13: warning: Logical conjunction always evaluates to false: i < 0 && l >= 0. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:35: warning: Logical conjunction always evaluates to false: i == 0 && l != 0. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:56: warning: Logical conjunction always evaluates to false: i > 0 && l <= 0. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:13: style: Opposite expression on both sides of '&&'. [oppositeExpression]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:13: note: Opposite expression on both sides of '&&'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2968:13: note: Opposite expression on both sides of '&&'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:868:19: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:943:20: style: The scope of the variable 'fields' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:944:20: style: The scope of the variable 'cp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:946:17: style: The scope of the variable 'nfields' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2103:17: style: The scope of the variable 'usestart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2103:27: style: The scope of the variable 'useuntil' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2106:18: style: The scope of the variable 'stdoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:425:14: style: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:159:31: note: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:425:14: note: Function 'memcheck' argument 1 names different: declaration 'tocheck' definition 'ptr'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:469:20: style: Function 'error' argument 1 names different: declaration 'message' definition 'string'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:144:32: note: Function 'error' argument 1 names different: declaration 'message' definition 'string'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:469:20: note: Function 'error' argument 1 names different: declaration 'message' definition 'string'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:855:14: style: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:166:31: note: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:855:14: note: Function 'rcomp' argument 1 names different: declaration 'leftp' definition 'cp1'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:856:14: style: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:166:51: note: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:856:14: note: Function 'rcomp' argument 2 names different: declaration 'rightp' definition 'cp2'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:940:14: style: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:148:33: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:940:14: note: Function 'infile' argument 1 names different: declaration 'filename' definition 'name'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1045:20: style: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:146:54: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1045:20: note: Function 'gethms' argument 2 names different: declaration 'errstrng' definition 'errstring'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1563:12: style: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:164:28: note: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1563:12: note: Function 'puttzcode' argument 1 names different: declaration 'code' definition 'val'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1574:13: style: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:165:31: note: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:1574:13: note: Function 'puttzcode64' argument 1 names different: declaration 'code' definition 'val'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2015:27: style: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:176:24: note: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2015:27: note: Function 'stringzone' argument 2 names different: declaration 'zp' definition 'zpfirst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2016:13: style: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:176:32: note: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2016:13: note: Function 'stringzone' argument 3 names different: declaration 'ntzones' definition 'zonecount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2097:27: style: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:163:41: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2097:27: note: Function 'outzone' argument 1 names different: declaration 'zp' definition 'zpfirst'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2098:13: style: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:163:49: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2098:13: note: Function 'outzone' argument 2 names different: declaration 'ntzones' definition 'zonecount'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2635:5: style: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:158:24: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2635:5: note: Function 'lowerit' argument 1 names different: declaration 'c' definition 'a'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2670:30: style: Function 'byword' argument 1 names different: declaration 'string' definition 'word'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:323:50: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2670:30: note: Function 'byword' argument 1 names different: declaration 'string' definition 'word'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2671:38: style: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:324:28: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2671:38: note: Function 'byword' argument 2 names different: declaration 'lp' definition 'table'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2699:17: style: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:145:33: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2699:17: note: Function 'getfields' argument 1 names different: declaration 'buf' definition 'cp'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2863:20: style: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:161:34: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2863:20: note: Function 'newabbr' argument 1 names different: declaration 'abbr' definition 'string'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2916:9: style: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:160:26: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
luatex-0.70.1.20120524/source/libs/icu/icu-49.1/tools/tzcode/zic.c:2916:9: note: Function 'mkdirs' argument 1 names different: declaration 'filename' definition 'argname'.
luatex-0.70.1.20120524/source/libs/obsdcompat/defines.h:62:0: error: #error "8 bit int type not found." [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:268:55: style: The scope of the variable 'cmpvalue' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:314:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:573:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:675:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:785:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:889:18: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:1015:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/parseAFM.c:1155:20: style: The scope of the variable 'keyword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1875:46: style: Same expression on both sides of '>='. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:109:15: style: The scope of the variable 'i2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:109:19: style: The scope of the variable 'i3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:110:30: style: The scope of the variable 'indlow' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:110:40: style: The scope of the variable 'indhigh' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:318:14: style: The scope of the variable 'align_buf_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1515:40: warning: Function 'T1_AANSetGrayValues' argument order different: declaration 'fg, bg' definition 'bg, fg' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.h:44:40: note: Function 'T1_AANSetGrayValues' argument order different: declaration 'fg, bg' definition 'bg, fg'
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1515:40: note: Function 'T1_AANSetGrayValues' argument order different: declaration 'fg, bg' definition 'bg, fg'
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:963:3: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1195:3: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1408:3: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1aaset.c:1833:3: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1afmtool.c:87:18: style: The scope of the variable 'area' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1afmtool.c:586:0: error: Memory leak: afmfilename [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1afmtool.c:401:0: error: Resource leak: afmfile [resourceLeak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:411:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:408:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:411:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:547:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:544:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:547:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:138:9: style: The scope of the variable 'usershome' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:139:9: style: The scope of the variable 'logfilepath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:625:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:625:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:694:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:791:11: style: The scope of the variable 'vararg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:792:15: style: The scope of the variable 'levelid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:793:20: style: The scope of the variable 'tp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:1024:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:1077:7: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:949:28: style: Function 'T1_SetAfmFileName' argument 1 names different: declaration 'FontId' definition 'FontID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.h:50:28: note: Function 'T1_SetAfmFileName' argument 1 names different: declaration 'FontId' definition 'FontID'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:949:28: note: Function 'T1_SetAfmFileName' argument 1 names different: declaration 'FontId' definition 'FontID'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:453:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:577:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:772:5: error: Memory leak: pFontFileName [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:782:3: error: Memory leak: pFontFileName [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:971:5: error: Memory leak: pAfmFileName [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:975:3: error: Memory leak: pAfmFileName [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:1137:2: error: Memory leak: pKernMap [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:1161:7: error: Memory leak: pEncMap [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:426:0: error: Memory leak: filebuffer [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1base.c:562:0: error: Memory leak: filebuffer [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1delete.c:70:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1delete.c:72:7: style: The scope of the variable 'antialias' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1delete.c:139:9: style: The scope of the variable 'currsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1delete.c:240:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:234:9: warning: Either the condition 'encname!=0' is redundant or there is possible null pointer dereference: encname. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:236:18: note: Assuming that condition 'encname!=0' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:234:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:258:20: warning: Either the condition 'encname!=0' is redundant or there is possible null pointer dereference: encname. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:260:13: note: Assuming that condition 'encname!=0' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:258:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:269:22: warning: Either the condition 'encname!=0' is redundant or there is possible null pointer dereference: encname. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:271:15: note: Assuming that condition 'encname!=0' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:269:22: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:202:3: style: Variable 'currtokenP' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:199:3: note: Variable 'currtokenP' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:202:3: note: Variable 'currtokenP' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:191:8: style: The scope of the variable 'token' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:192:9: style: The scope of the variable 'encname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:193:7: style: The scope of the variable 'charname_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:194:7: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:624:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:624:13: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:624:16: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:624:19: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:625:9: style: The scope of the variable 'charname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:628:7: style: The scope of the variable 'char1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:628:14: style: The scope of the variable 'char2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:488:5: error: Resource leak: enc_fp [resourceLeak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:497:5: error: Resource leak: enc_fp [resourceLeak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:548:3: error: Common realloc mistake: 'charnames' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1enc.c:734:7: error: Common realloc mistake: 'kern_tbl' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:802:10: warning: Possible null pointer dereference: src_ptr [nullPointer]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:779:18: note: Assignment 'src_ptr=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:802:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:249:9: style: The scope of the variable 'usershome' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:250:9: style: The scope of the variable 'cnffilepath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:251:9: style: The scope of the variable 'globalcnffilepath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:257:20: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:258:7: style: The scope of the variable 'ignoreline' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:518:20: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:975:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1044:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1114:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1183:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:497:20: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:293:7: error: Memory leak: cnffilepath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:865:7: error: Memory leak: newpath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:903:7: error: Memory leak: newpath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:941:7: error: Memory leak: newpath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1074:5: error: Memory leak: newpath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1213:5: error: Memory leak: newpath [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:705:10: error: Common realloc mistake: 'T1_PFAB_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:728:10: error: Common realloc mistake: 'T1_AFM_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:751:10: error: Common realloc mistake: 'T1_ENC_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:863:10: error: Common realloc mistake: 'T1_PFAB_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:901:10: error: Common realloc mistake: 'T1_AFM_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:939:10: error: Common realloc mistake: 'T1_ENC_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1006:8: error: Common realloc mistake: 'T1_FDB_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1072:8: error: Common realloc mistake: 'T1_FDB_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1145:8: error: Common realloc mistake: 'T1_FDBXLFD_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:1211:8: error: Common realloc mistake: 'T1_FDBXLFD_ptr' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:356:0: error: Resource leak: cfg_fp [resourceLeak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:285:13: error: Memory is allocated but not initialized: cnffilepath [uninitdata]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1env.c:286:13: error: Memory is allocated but not initialized: cnffilepath [uninitdata]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:175:19: style: The scope of the variable 'S' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:514:7: style: The scope of the variable 'succ_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:601:10: style: The scope of the variable 'objptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:652:10: style: The scope of the variable 'objptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:1337:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1finfo.c:768:0: error: Memory leak: kern_pairs [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:214:5: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:343:5: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:90:16: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:90:19: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:90:22: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:93:9: style: The scope of the variable 'charname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:105:19: style: The scope of the variable 'S' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:110:7: style: The scope of the variable 'char1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:110:14: style: The scope of the variable 'char2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:804:9: style: The scope of the variable 'FontFileName' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:809:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:132:5: error: Memory leak: pType1Data [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:138:5: error: Memory leak: pType1Data [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:147:5: error: Memory leak: pType1Data [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:158:5: error: Memory leak: pType1Data [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:178:7: error: Memory leak: pType1Data [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:596:7: error: Memory leak: pEncMap [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:926:7: error: Memory leak: pFontSizeDeps [memleak]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1load.c:691:7: error: Common realloc mistake: 'kern_tbl' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:781:8: warning: Either the condition 'if(area)' is redundant or there is possible null pointer dereference: area. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:791:11: note: Assuming that condition 'if(area)' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:781:8: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:782:8: warning: Either the condition 'if(area)' is redundant or there is possible null pointer dereference: area. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:791:11: note: Assuming that condition 'if(area)' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:782:8: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:860:13: warning: Either the condition 'if(area)' is redundant or there is possible null pointer dereference: area. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:866:5: note: Assuming that condition 'if(area)' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:860:13: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1252:7: warning: Either the condition 'if(area)' is redundant or there is possible null pointer dereference: area. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1264:10: note: Assuming that condition 'if(area)' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1252:7: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1253:7: warning: Either the condition 'if(area)' is redundant or there is possible null pointer dereference: area. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1264:10: note: Assuming that condition 'if(area)' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1253:7: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:104:9: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:472:24: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:476:31: style: The scope of the variable 'S' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:483:9: style: The scope of the variable 'factor' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:496:17: style: The scope of the variable 'char_paddedW' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:497:7: style: The scope of the variable 'h_anchor' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:497:17: style: The scope of the variable 'v_anchor' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:500:7: style: The scope of the variable 'lsb_min' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:500:16: style: The scope of the variable 'rsb_max' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:501:8: style: The scope of the variable 'overallwidth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:502:8: style: The scope of the variable 'overallascent' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:503:8: style: The scope of the variable 'overalldescent' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:508:7: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:508:14: style: The scope of the variable 'middle' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:509:7: style: The scope of the variable 'afm_ind' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:511:8: style: The scope of the variable 'startmask' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:513:14: style: The scope of the variable 'r2l_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:521:8: style: The scope of the variable 'BitShift' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:522:8: style: The scope of the variable 'ByteOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:524:25: style: The scope of the variable 'BitBuf_c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:525:18: style: The scope of the variable 'p_c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:526:18: style: The scope of the variable 'Target_c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:528:25: style: The scope of the variable 'BitBuf_s' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:529:26: style: The scope of the variable 'p_s' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:530:26: style: The scope of the variable 'Target_s' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1325:18: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1328:17: style: The scope of the variable 'leftP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1328:24: style: The scope of the variable 'rightP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1606:16: style: The scope of the variable 'BitShift' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1608:25: style: The scope of the variable 'BitBuf_c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1609:25: style: The scope of the variable 'BitBuf_s' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1610:17: style: The scope of the variable 'BitBuf_l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1611:13: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1612:7: style: The scope of the variable 'ByteOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1544:43: warning: Function 'T1_ComputeLineParameters' argument order different: declaration 'FontID, width, mode, size, startx, endx, starty, endy' definition 'FontID, mode, width, size, startx, endx, starty, endy' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:82:43: note: Function 'T1_ComputeLineParameters' argument order different: declaration 'FontID, width, mode, size, startx, endx, starty, endy' definition 'FontID, mode, width, size, startx, endx, starty, endy'
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1544:43: note: Function 'T1_ComputeLineParameters' argument order different: declaration 'FontID, width, mode, size, startx, endx, starty, endy' definition 'FontID, mode, width, size, startx, endx, starty, endy'
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1597:32: style: Function 'T1_ConcatGlyphs' argument 1 names different: declaration 'glyph1' definition 'glyph_1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.h:44:32: note: Function 'T1_ConcatGlyphs' argument 1 names different: declaration 'glyph1' definition 'glyph_1'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1597:32: note: Function 'T1_ConcatGlyphs' argument 1 names different: declaration 'glyph1' definition 'glyph_1'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1597:48: style: Function 'T1_ConcatGlyphs' argument 2 names different: declaration 'glyph2' definition 'glyph_2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.h:44:47: note: Function 'T1_ConcatGlyphs' argument 2 names different: declaration 'glyph2' definition 'glyph_2'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:1597:48: note: Function 'T1_ConcatGlyphs' argument 2 names different: declaration 'glyph2' definition 'glyph_2'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:657:7: style: Variable 'cache_flag' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1set.c:739:5: style: Variable 'overallwidth' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:515:7: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:881:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:238:7: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:239:7: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:240:7: style: The scope of the variable 'o' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:245:7: style: The scope of the variable 'stdenc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1subset.c:256:7: style: The scope of the variable 'qs_num' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:408:10: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:415:22: style: The scope of the variable 'width_pad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:421:7: style: The scope of the variable 'clipmask_h' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:421:19: style: The scope of the variable 'clipmask_v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:421:31: style: The scope of the variable 'line_off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:422:9: style: The scope of the variable 'clipmask_ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:628:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:636:22: style: The scope of the variable 'width_pad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:643:7: style: The scope of the variable 'clipmask_h' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:643:19: style: The scope of the variable 'clipmask_v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:643:31: style: The scope of the variable 'line_off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:644:9: style: The scope of the variable 'clipmask_ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:851:10: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:858:22: style: The scope of the variable 'width_pad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:864:7: style: The scope of the variable 'clipmask_h' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:864:19: style: The scope of the variable 'clipmask_v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:864:31: style: The scope of the variable 'line_off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:865:9: style: The scope of the variable 'clipmask_ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:142:54: style: Function 'T1_SetCharX' argument 4 names different: declaration 'x' definition 'x_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:36:54: note: Function 'T1_SetCharX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:142:54: note: Function 'T1_SetCharX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:142:66: style: Function 'T1_SetCharX' argument 5 names different: declaration 'y' definition 'y_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:36:61: note: Function 'T1_SetCharX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:142:66: note: Function 'T1_SetCharX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:228:56: style: Function 'T1_SetStringX' argument 4 names different: declaration 'x' definition 'x_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:39:56: note: Function 'T1_SetStringX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:228:56: note: Function 'T1_SetStringX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:228:68: style: Function 'T1_SetStringX' argument 5 names different: declaration 'y' definition 'y_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:39:63: note: Function 'T1_SetStringX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:228:68: note: Function 'T1_SetStringX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:318:13: style: Function 'T1_SetRectX' argument 8 names different: declaration 'width' definition 'rwidth'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:45:13: note: Function 'T1_SetRectX' argument 8 names different: declaration 'width' definition 'rwidth'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:318:13: note: Function 'T1_SetRectX' argument 8 names different: declaration 'width' definition 'rwidth'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:318:27: style: Function 'T1_SetRectX' argument 9 names different: declaration 'height' definition 'rheight'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:45:26: note: Function 'T1_SetRectX' argument 9 names different: declaration 'height' definition 'rheight'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:318:27: note: Function 'T1_SetRectX' argument 9 names different: declaration 'height' definition 'rheight'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:404:56: style: Function 'T1_AASetCharX' argument 4 names different: declaration 'x' definition 'x_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:47:56: note: Function 'T1_AASetCharX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:404:56: note: Function 'T1_AASetCharX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:404:68: style: Function 'T1_AASetCharX' argument 5 names different: declaration 'y' definition 'y_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:47:63: note: Function 'T1_AASetCharX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:404:68: note: Function 'T1_AASetCharX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:623:58: style: Function 'T1_AASetStringX' argument 4 names different: declaration 'x' definition 'x_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:50:58: note: Function 'T1_AASetStringX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:623:58: note: Function 'T1_AASetStringX' argument 4 names different: declaration 'x' definition 'x_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:623:70: style: Function 'T1_AASetStringX' argument 5 names different: declaration 'y' definition 'y_dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:50:65: note: Function 'T1_AASetStringX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:623:70: note: Function 'T1_AASetStringX' argument 5 names different: declaration 'y' definition 'y_dest'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:848:15: style: Function 'T1_AASetRectX' argument 8 names different: declaration 'width' definition 'rwidth'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:56:15: note: Function 'T1_AASetRectX' argument 8 names different: declaration 'width' definition 'rwidth'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:848:15: note: Function 'T1_AASetRectX' argument 8 names different: declaration 'width' definition 'rwidth'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:848:29: style: Function 'T1_AASetRectX' argument 9 names different: declaration 'height' definition 'rheight'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.h:56:28: note: Function 'T1_AASetRectX' argument 9 names different: declaration 'height' definition 'rheight'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/t1lib/t1x11.c:848:29: note: Function 'T1_AASetRectX' argument 9 names different: declaration 'height' definition 'rheight'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:163:22: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:164:21: style: The scope of the variable 'qhat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:251:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:207:18: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 207. [shiftTooManyBits]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:207:55: note: Assuming that condition 'shift!=0' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/arith.c:207:18: note: Shift
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/curves.c:151:7: style: Variable 'xBC' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/curves.c:151:20: style: Variable 'yBC' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:594:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:596:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:612:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:297:7: style: The scope of the variable 'N' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:308:19: style: The scope of the variable 'tmppath1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:310:19: style: The scope of the variable 'tmppath3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:556:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:556:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:978:7: style: The scope of the variable 'N' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:989:19: style: The scope of the variable 'tmppath1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:991:19: style: The scope of the variable 'tmppath3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:77:3: style: struct member 'region::flag' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:77:3: style: struct member 'region::references' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:81:7: style: struct member 'region::xmin' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:81:12: style: struct member 'region::ymin' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:82:7: style: struct member 'region::xmax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:82:12: style: struct member 'region::ymax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:83:20: style: struct member 'region::anchor' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:84:19: style: struct member 'region::thresholded' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:92:12: style: struct member 'region::lastdy' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:93:12: style: struct member 'region::firstx' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:93:19: style: struct member 'region::firsty' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:94:12: style: struct member 'region::edgexmin' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:94:21: style: struct member 'region::edgexmax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:95:20: style: struct member 'region::lastedge' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:95:30: style: struct member 'region::firstedge' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:96:8: style: struct member 'region::edge' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:97:12: style: struct member 'region::edgeYstop' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:98:9: style: struct member 'region::newedgefcn' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:99:22: style: struct member 'region::strokeinfo' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:102:3: style: struct member 'edgelist::flag' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:102:3: style: struct member 'edgelist::references' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:105:20: style: struct member 'edgelist::subpath' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:106:7: style: struct member 'edgelist::xmin' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:106:12: style: struct member 'edgelist::xmax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:107:7: style: struct member 'edgelist::ymin' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:107:12: style: struct member 'edgelist::ymax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:108:8: style: struct member 'edgelist::xvalues' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/fontfcn.c:1252:39: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:601:76: warning: Either the condition 'prev==0' is redundant or there is possible null pointer dereference: prev. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:653:14: note: Assuming that condition 'prev==0' is not redundant
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:601:76: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:132:7: style: The scope of the variable 'idealWidth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:376:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:386:14: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:891:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:908:7: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/hints.c:955:23: style: Variable 'edgecnt' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:472:35: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:510:35: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:547:27: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:558:35: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:720:18: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:884:18: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1145:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1234:35: warning: Redundant assignment of 'p0' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1391:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1395:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1415:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:1418:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:872:12: style: The scope of the variable 'wasclosed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:873:33: style: The scope of the variable 'nomove' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:967:26: style: The scope of the variable 'savex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/paths.c:967:32: style: The scope of the variable 'savey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:415:9: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:381:21: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:381:23: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:543:21: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:544:21: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:608:26: style: The scope of the variable 'ymin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:608:31: style: The scope of the variable 'ymax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:609:26: style: The scope of the variable 'x_at_ymin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:609:36: style: The scope of the variable 'x_at_ymax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:1714:21: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:166:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:820:33: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:1705:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:1712:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/regions.c:1713:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/scanfont.c:469:15: style: Condition '1>0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/scanfont.c:435:10: style: The scope of the variable 'objP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/scanfont.c:648:8: style: The scope of the variable 'J' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/scanfont.c:1143:10: style: The scope of the variable 'V' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/spaces.c:697:18: warning: Redundant assignment of 'F' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/spaces.c:708:18: warning: Redundant assignment of 'P' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:164:9: style: The scope of the variable 'eexecP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:277:9: style: The scope of the variable 'ctmP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:356:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:402:7: style: The scope of the variable 'H' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:473:12: style: The scope of the variable 'L' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:540:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:541:24: style: The scope of the variable 'hdr_buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/t1io.c:573:4: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:280:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:389:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:495:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:690:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:727:7: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:800:7: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:1162:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:1163:9: style: The scope of the variable 'actionP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:445:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:110:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/token.c:115:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1038:16: style: Condition 'dtanb<0.0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1011:23: note: Assignment 'dtanb=0.0', assigned value is 0.0
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1038:16: note: Condition 'dtanb<0.0' is always false
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2211:45: style: Condition 'erosion>=0.5' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2146:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2211:45: note: Condition 'erosion>=0.5' is always true
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2212:15: style: Condition 'erode' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2146:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2211:34: note: Assignment 'erode=0!=2&&erosion>=0.5', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2212:15: note: Condition 'erode' is always true
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2261:45: style: Condition 'erosion>=0.5' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2146:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2261:45: note: Condition 'erosion>=0.5' is always true
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2262:15: style: Condition 'erode' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2146:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2261:34: note: Assignment 'erode=0!=2&&erosion>=0.5', assigned value is 1
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2262:15: note: Condition 'erode' is always true
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2649:3: style: Variable 'deltax' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2644:0: note: Variable 'deltax' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2649:3: note: Variable 'deltax' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2650:3: style: Variable 'deltay' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2645:0: note: Variable 'deltay' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2650:3: note: Variable 'deltay' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2651:3: style: Variable 'adeltax' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2646:0: note: Variable 'adeltax' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2651:3: note: Variable 'adeltax' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2652:3: style: Variable 'adeltay' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2647:0: note: Variable 'adeltay' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2652:3: note: Variable 'adeltay' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:690:10: style: The scope of the variable 'stembottom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:690:22: style: The scope of the variable 'stemtop' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:690:31: style: The scope of the variable 'flatposition' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:693:7: style: The scope of the variable 'suppressovershoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:693:26: style: The scope of the variable 'enforceovershoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:694:21: style: The scope of the variable 'flatpospixels' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:694:36: style: The scope of the variable 'overshoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1558:19: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1786:8: style: The scope of the variable 'tmpind' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1787:10: style: The scope of the variable 'deltax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:1788:10: style: The scope of the variable 'deltay' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2138:10: style: The scope of the variable 'dmin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2141:8: style: The scope of the variable 'yflag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2144:7: style: The scope of the variable 'flipXY' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2146:10: style: The scope of the variable 'erosion' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2148:10: style: The scope of the variable 'shrink' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2149:10: style: The scope of the variable 'dX' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2149:14: style: The scope of the variable 'dY' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2150:8: style: The scope of the variable 'erode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2151:10: style: The scope of the variable 'eShift' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2152:10: style: The scope of the variable 'cx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2152:14: style: The scope of the variable 'cy' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2153:10: style: The scope of the variable 'ex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2153:14: style: The scope of the variable 'ey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:2418:19: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4139:10: style: The scope of the variable 'binvdet' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4140:10: style: The scope of the variable 'binvdir1x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4141:10: style: The scope of the variable 'binvdir1y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4142:10: style: The scope of the variable 'binvdir2x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4143:10: style: The scope of the variable 'binvdir2y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4157:10: style: The scope of the variable 'cinvdet' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4158:10: style: The scope of the variable 'cinvdir1x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4159:10: style: The scope of the variable 'cinvdir1y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4160:10: style: The scope of the variable 'cinvdir2x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4161:10: style: The scope of the variable 'cinvdir2y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4548:19: style: The scope of the variable 'B' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:3952:45: style: Function 'transformOnCurvePathPoint' argument 4 names different: declaration 'lastind' definition 'nextind'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:245:45: note: Function 'transformOnCurvePathPoint' argument 4 names different: declaration 'lastind' definition 'nextind'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:3952:45: note: Function 'transformOnCurvePathPoint' argument 4 names different: declaration 'lastind' definition 'nextind'.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4315:20: style: Variable 'bnu' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:4396:20: style: Variable 'cnu' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/type1.c:233:5: error: Common realloc mistake: 'ppoints' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/lib/type1/util.c:86:9: style: The scope of the variable 'answer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4585:12: style: Condition 'about==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4578:16: note: Assignment 'about=0', assigned value is 0
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4585:12: note: Condition 'about==0' is always true
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1685:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1682:40: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1685:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1721:3: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1718:40: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1721:3: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2357:7: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2356:0: note: Variable 'path' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2357:7: note: Variable 'path' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2968:7: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2967:0: note: Variable 'path' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2968:7: note: Variable 'path' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:609:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1856:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2115:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2115:13: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2115:15: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2115:17: style: The scope of the variable 'none_found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2120:8: style: The scope of the variable 'buf_char' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2499:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2770:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2770:13: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2770:15: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2770:17: style: The scope of the variable 'none_found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2775:8: style: The scope of the variable 'buf_char' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3106:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3366:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3366:13: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3366:15: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3366:17: style: The scope of the variable 'none_found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3373:8: style: The scope of the variable 'buf_char' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3686:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3949:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3949:13: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3949:15: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3949:17: style: The scope of the variable 'none_found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3956:8: style: The scope of the variable 'buf_char' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1546:40: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1567:40: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1619:40: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1640:40: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1661:40: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4716:7: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4698:24: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:1917:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2179:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2559:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:2834:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3167:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3432:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:3747:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4015:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/t1lib/t1lib-5.1.2/xglyph/xglyph.c:4340:5: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/ConvertUTF.c:116:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/SFconv.cpp:393:7: style: The scope of the variable 'status' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/SFconv.cpp:446:6: style: The scope of the variable 'status' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: style: Function 'sfReader < char >' argument 1 names different: declaration 'inFile' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:20:0: note: Function 'sfReader < char >' argument 1 names different: declaration 'inFile' definition 'f'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: note: Function 'sfReader < char >' argument 1 names different: declaration 'inFile' definition 'f'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: style: Function 'sfReader < char >' argument 2 names different: declaration 'inForm' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:20:0: note: Function 'sfReader < char >' argument 2 names different: declaration 'inForm' definition 'i'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: note: Function 'sfReader < char >' argument 2 names different: declaration 'inForm' definition 'i'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: style: Function 'sfReader < UniChar >' argument 1 names different: declaration 'inFile' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:20:0: note: Function 'sfReader < UniChar >' argument 1 names different: declaration 'inFile' definition 'f'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: note: Function 'sfReader < UniChar >' argument 1 names different: declaration 'inFile' definition 'f'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: style: Function 'sfReader < UniChar >' argument 2 names different: declaration 'inForm' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:20:0: note: Function 'sfReader < UniChar >' argument 2 names different: declaration 'inForm' definition 'i'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:47:0: note: Function 'sfReader < UniChar >' argument 2 names different: declaration 'inForm' definition 'i'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:41:0: style: Member variable 'sfReader < char >::inForm' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:49:0: note: Member variable 'sfReader < char >::inForm' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:41:0: note: Member variable 'sfReader < char >::inForm' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:41:0: style: Member variable 'sfReader < UniChar >::inForm' is in the wrong place in the initializer list. [initializerList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:49:0: note: Member variable 'sfReader < UniChar >::inForm' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/sfReader.h:41:0: note: Member variable 'sfReader < UniChar >::inForm' is in the wrong place in the initializer list.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1231:6: warning: Either the condition 'if(entity)' is redundant or there is possible null pointer dereference: entity. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1235:5: note: Assuming that condition 'if(entity)' is not redundant
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1231:6: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1233:6: warning: Either the condition 'if(entity)' is redundant or there is possible null pointer dereference: entity. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1235:5: note: Assuming that condition 'if(entity)' is not redundant
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1233:6: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1732:19: warning: Possible null pointer dereference: bindingsPtr [nullPointer]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1282:55: note: Calling function 'storeAtts', 5th argument 'bindingsPtr' value is 0
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1732:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1264:6: style: Variable 'entity->open' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1262:6: note: Variable 'entity->open' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1264:6: note: Variable 'entity->open' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2792:7: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:442:45: style: Function 'XML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:81:34: note: Function 'XML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:442:45: note: Function 'XML_ParserCreate' argument 1 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:523:47: style: Function 'XML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:94:36: note: Function 'XML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:523:47: note: Function 'XML_ParserCreateNS' argument 1 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:523:70: style: Function 'XML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:94:55: note: Function 'XML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:523:70: note: Function 'XML_ParserCreateNS' argument 2 names different: declaration 'namespaceSeparator' definition 'nsSep'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:553:56: style: Function 'XML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:374:52: note: Function 'XML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:553:56: note: Function 'XML_SetEncoding' argument 2 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:565:54: style: Function 'XML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:428:43: note: Function 'XML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:565:54: note: Function 'XML_ExternalEntityParserCreate' argument 1 names different: declaration 'parser' definition 'oldParser'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:567:24: style: Function 'XML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:430:27: note: Function 'XML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:567:24: note: Function 'XML_ExternalEntityParserCreate' argument 3 names different: declaration 'encoding' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:695:47: style: Function 'XML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:364:42: note: Function 'XML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:695:47: note: Function 'XML_SetUserData' argument 2 names different: declaration 'userData' definition 'p'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:703:52: style: Function 'XML_SetBase' argument 2 names different: declaration 'base' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:391:48: note: Function 'XML_SetBase' argument 2 names different: declaration 'base' definition 'p'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:703:52: note: Function 'XML_SetBase' argument 2 names different: declaration 'base' definition 'p'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:824:14: style: Function 'XML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.h:355:16: note: Function 'XML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:824:14: note: Function 'XML_SetUnknownEncodingHandler' argument 3 names different: declaration 'encodingHandlerData' definition 'data'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1140:16: style: Function 'doContent' argument 4 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:216:16: note: Function 'doContent' argument 4 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1140:16: note: Function 'doContent' argument 4 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1142:17: style: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:216:53: note: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1142:17: note: Function 'doContent' argument 6 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1572:17: style: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:223:82: note: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:1572:17: note: Function 'storeAtts' argument 3 names different: declaration 's' definition 'attStr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2125:19: style: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:190:0: note: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2125:19: note: Function 'prologInitProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2127:20: style: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:190:0: note: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2127:20: note: Function 'prologInitProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2138:15: style: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:189:0: note: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2138:15: note: Function 'prologProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2140:16: style: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:189:0: note: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2140:16: note: Function 'prologProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2638:23: style: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:196:0: note: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2638:23: note: Function 'epilogProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2640:24: style: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:196:0: note: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2640:24: note: Function 'epilogProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2721:22: style: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:197:0: note: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2721:22: note: Function 'errorProcessor' argument 2 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2723:23: style: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:197:0: note: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2723:23: note: Function 'errorProcessor' argument 4 names different: declaration 'endPtr' definition 'nextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2866:17: style: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:239:70: note: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2866:17: note: Function 'storeEntityValue' argument 3 names different: declaration 'start' definition 'entityTextPtr'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2867:17: style: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:239:89: note: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:2867:17: note: Function 'storeEntityValue' argument 4 names different: declaration 'end' definition 'entityTextEnd'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3042:67: style: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:245:67: note: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3042:67: note: Function 'reportDefault' argument 3 names different: declaration 'start' definition 's'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3069:87: style: Function 'defineAttribute' argument 4 names different: declaration 'dfltValue' definition 'value'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:228:82: note: Function 'defineAttribute' argument 4 names different: declaration 'dfltValue' definition 'value'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3069:87: note: Function 'defineAttribute' argument 4 names different: declaration 'dfltValue' definition 'value'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3312:34: style: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:249:41: note: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlparse/xmlparse.c:3312:34: note: Function 'normalizePublicId' argument 1 names different: declaration 's' definition 'publicId'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:910:9: style: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:908:13: note: 'p' is assigned value 'buf' here.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:910:9: note: Same expression on both sides of '==' because the value of 'p' and 'buf' are the same.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1122:23: style: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:295:33: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1122:23: note: Function 'XmlUtf8Encode' argument 1 names different: declaration 'charNumber' definition 'c'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1158:24: style: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:296:34: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1158:24: note: Function 'XmlUtf16Encode' argument 1 names different: declaration 'charNumber' definition 'charNum'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1273:16: style: Function 'XmlInitUnknownEncoding' argument 3 names different: declaration 'conv' definition 'convert'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:302:16: note: Function 'XmlInitUnknownEncoding' argument 3 names different: declaration 'conv' definition 'convert'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1273:16: note: Function 'XmlInitUnknownEncoding' argument 3 names different: declaration 'conv' definition 'convert'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:82:17: style: Function 'XmlParseXmlDecl' argument 7 names different: declaration 'encodingNamePtr' definition 'encodingName'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:288:23: note: Function 'XmlParseXmlDecl' argument 7 names different: declaration 'encodingNamePtr' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:82:17: note: Function 'XmlParseXmlDecl' argument 7 names different: declaration 'encodingNamePtr' definition 'encodingName'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:83:21: style: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'namedEncodingPtr' definition 'encoding'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:289:27: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'namedEncodingPtr' definition 'encoding'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:83:21: note: Function 'XmlParseXmlDecl' argument 8 names different: declaration 'namedEncodingPtr' definition 'encoding'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:84:9: style: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'standalonePtr' definition 'standalone'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.h:290:15: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'standalonePtr' definition 'standalone'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok_ns.c:84:9: note: Function 'XmlParseXmlDecl' argument 9 names different: declaration 'standalonePtr' definition 'standalone'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1321:11: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1319. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1319:13: note: Assuming that condition 'c>65535' is not redundant
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1321:11: note: Shift
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1323:16: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 1319. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1319:13: note: Assuming that condition 'c>65535' is not redundant
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmltok/xmltok.c:1323:16: note: Shift
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/SFconv/expat/xmlwf/readfilemap.c:88:0: error: Memory leak: p [memleak]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1456:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1457:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2125:29: style: Function 'Error' argument 1 names different: declaration 'errMsg' definition 'msg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:278:27: note: Function 'Error' argument 1 names different: declaration 'errMsg' definition 'msg'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2125:29: note: Function 'Error' argument 1 names different: declaration 'errMsg' definition 'msg'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1729:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1851:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:526:2: performance: Variable 'compiledSize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:532:2: performance: Variable 'ungotten' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:537:2: performance: Variable 'lineNumber' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:539:2: performance: Variable 'errorCount' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:541:2: performance: Variable 'errorFunction' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:292:11: style: Technically the member function 'Compiler::charLimit' can be const. [functionConst]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2185:11: note: Technically the member function 'Compiler::charLimit' can be const.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:292:11: note: Technically the member function 'Compiler::charLimit' can be const.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:294:9: performance: Technically the member function 'Compiler::findTag' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2775:11: note: Technically the member function 'Compiler::findTag' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:294:9: note: Technically the member function 'Compiler::findTag' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:309:9: performance: Technically the member function 'Compiler::isSingleCharRule' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2935:11: note: Technically the member function 'Compiler::isSingleCharRule' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:309:9: note: Technically the member function 'Compiler::isSingleCharRule' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:310:9: performance: Technically the member function 'Compiler::appendMatchElem' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:2947:11: note: Technically the member function 'Compiler::appendMatchElem' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:310:9: note: Technically the member function 'Compiler::appendMatchElem' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:312:9: performance: Technically the member function 'Compiler::appendReplaceElem' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:3005:11: note: Technically the member function 'Compiler::appendReplaceElem' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:312:9: note: Technically the member function 'Compiler::appendReplaceElem' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:314:9: performance: Technically the member function 'Compiler::appendToTable' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:300:11: note: Technically the member function 'Compiler::appendToTable' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:314:9: note: Technically the member function 'Compiler::appendToTable' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:316:9: performance: Technically the member function 'Compiler::appendToTable' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:331:15: performance: Technically the member function 'Compiler::reverseContext' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:3047:11: note: Technically the member function 'Compiler::reverseContext' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:331:15: note: Technically the member function 'Compiler::reverseContext' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:332:9: performance: Technically the member function 'Compiler::align' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:3089:11: note: Technically the member function 'Compiler::align' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:332:9: note: Technically the member function 'Compiler::align' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1422:5: style: Class 'Compiler' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1422:5: style: Class 'Compiler' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:202:7: style: Struct 'MatClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.cpp:1455:7: error: Common realloc mistake: 'dest' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Compiler.h:289:33: performance: Function parameter 's' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1076:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1090:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1131:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1302:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1316:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1337:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1393:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1704:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1718:26: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1721:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1931:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1976:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1994:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2018:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2032:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2054:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2089:19: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2121:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2160:27: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2179:12: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:2155:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1732:30: style: Function 'GetNamePtr' argument 1 names different: declaration 'inNameID' definition 'nameID'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:176:28: note: Function 'GetNamePtr' argument 1 names different: declaration 'inNameID' definition 'nameID'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1732:30: note: Function 'GetNamePtr' argument 1 names different: declaration 'inNameID' definition 'nameID'.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::patternLength' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::direction' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::info' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::infoLimit' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::matchElems' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::matchedLength' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::groupRepeats' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:401:7: warning: Member variable 'Pass::sgrStack' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:71:12: performance: Technically the member function 'Normalizer::decomposeOne' can be static. [functionStatic]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:201:13: note: Technically the member function 'Normalizer::decomposeOne' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:71:12: note: Technically the member function 'Normalizer::decomposeOne' can be static.
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:430:2: style: Class 'Pass' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:430:2: style: Class 'Pass' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1329:4: style: Class 'Converter' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1329:4: style: Class 'Converter' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:60:7: style: Class 'Normalizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:181:7: style: Class 'Exception' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:63:18: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:39:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:63:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:65:16: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:41:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:65:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:92:18: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:39:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:92:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:94:16: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:41:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:94:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:96:18: style: The function 'lookaheadCount' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:43:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:96:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:170:16: style: The function 'Reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:41:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:170:16: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:172:18: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:39:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.h:172:18: note: Function in derived class
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Engine.cpp:1961:2: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Sample-tools/TxtConv.cpp:174:8: style: The scope of the variable 'tecFile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Sample-tools/TxtConv.cpp:375:0: error: Resource leak: inFile [resourceLeak]
luatex-0.70.1.20120524/source/libs/teckit/TECkit-2.5.3/source/Sample-tools/TxtConv.cpp:462:0: error: Resource leak: outFile [resourceLeak]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/unzzipdir-mem.c:39:9: style: The scope of the variable 'argn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/unzzipdir.c:39:9: style: The scope of the variable 'argn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/zziptest.c:121:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/zzxorcat.c:21:0: error: #error need posix io for this example [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/zzxorcopy.c:103:0: error: Resource leak: iF [resourceLeak]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/zzxorcopy.c:103:0: error: Resource leak: oF [resourceLeak]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/bins/zzxordir.c:22:0: error: #error need posix io for this example [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/test/zzipsetstub.c:15:9: style: The scope of the variable 'argn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/test/zzipsetstub.c:39:0: error: Resource leak: zipFILE [resourceLeak]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/dir.c:207:23: style: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/dir.c:206:35: note: 'off32' is assigned value 'off' here.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/dir.c:207:23: note: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:187:32: warning: Either the condition '!dir' is redundant or there is possible null pointer dereference: dir. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:194:9: note: Assuming that condition '!dir' is not redundant
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:187:32: note: Null pointer dereference
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1070:9: style: Variable 'ofs' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1069:9: note: Variable 'ofs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1070:9: note: Variable 'ofs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1148:23: style: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1147:35: note: 'off32' is assigned value 'off' here.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1148:23: note: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1169:23: style: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1168:35: note: 'off32' is assigned value 'off' here.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:1169:23: note: Same expression on both sides of '==' because the value of 'off32' and 'off' are the same.
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:149:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/file.c:149:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/mmapped.c:72:43: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/mmapped.c:90:26: note: Calling function 'zzip_disk_init', 2nd argument 'buffer' value is 0
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/mmapped.c:72:43: note: Null pointer addition
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/write.c:164:13: style: The scope of the variable 'exx_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzip/zip.c:764:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/libs/zziplib/zziplib-0.13.62/zzipwrap/wrap.c:55:6: style: The scope of the variable 'requested_block' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:2186:17: style: Expression is always false because 'else if' condition matches previous condition at line 2184. [multiCondition]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:501:15: style: The scope of the variable 'inext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:743:22: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:745:7: style: The scope of the variable 'dlt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1018:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1159:10: style: The scope of the variable 'found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1159:25: style: The scope of the variable 'found1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1159:33: style: The scope of the variable 'found2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1267:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1311:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1513:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:1790:15: style: The scope of the variable 'pp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:2110:16: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/afm2pl/afm2pl.c:486:0: error: Memory leak: realfname [memleak]
luatex-0.70.1.20120524/source/texk/bibtex8/sysdep.h:266:0: error: #error Macro 'AUX_INPUT_ENVVAR' has not been defined.  Please check Makefile. [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/bibtexu/sysdep.h:266:0: error: #error Macro 'AUX_INPUT_ENVVAR' has not been defined.  Please check Makefile. [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/cjklatex/cjklatex.c:134:9: style: The scope of the variable 'ext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/cjklatex/cjklatex.c:135:8: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/cjklatex/cjklatex.c:182:7: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:44:14: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:96:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:140:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:183:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:281:7: style: The scope of the variable 'method' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/emtexdir.c:281:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:619:8: style: The scope of the variable 'bmfname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:861:6: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:1383:14: style: The scope of the variable 'byte1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:1383:21: style: The scope of the variable 'byte2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:804:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:1269:2: error: Memory leak: bitmap_buffer [memleak]
luatex-0.70.1.20120524/source/texk/cjkutils/cjkutils-4.8.3/hbf2gf/hbf.c:830:0: error: Memory leak: cp [memleak]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:198:7: style: The scope of the variable 'p' can be reduced. [variableScope]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:904:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:439:7: style: The scope of the variable 'output_file' can be reduced. [variableScope]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:1235:28: style: The scope of the variable 'offset' can be reduced. [variableScope]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:1237:24: style: The scope of the variable 'item' can be reduced. [variableScope]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:841:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:842:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:843:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:844:7: error: Invalid fputc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:637:8: note: Calling function 'fputl', 1st argument 'num' value is -1
/usr/local/home/wl/git/cjk/cjk-4.8.3/utils/hbf2gf/hbf2gf.w:844:7: note: Invalid argument
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:198:7: style: The scope of the variable 'p' can be reduced. [variableScope]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:904:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:439:7: style: The scope of the variable 'output_file' can be reduced. [variableScope]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:1237:28: style: The scope of the variable 'offset' can be reduced. [variableScope]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:1239:24: style: The scope of the variable 'item' can be reduced. [variableScope]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:841:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:842:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:843:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:844:7: error: Invalid fputc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:637:8: note: Calling function 'fputl', 1st argument 'num' value is -1
./cjkutils-4.8.3/hbf2gf/hbf2gf.w:844:7: note: Invalid argument
xxx.l:4:0: error: #endif without #if [preprocessorErrorDirective]
detex.c:2920:27: warning: Possible null pointer dereference: b [nullPointer]
detex.c:2917:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
detex.c:2920:27: note: Null pointer dereference
detex.c:2922:9: warning: Possible null pointer dereference: b [nullPointer]
detex.c:2917:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
detex.c:2922:9: note: Null pointer dereference
detex.c:3289:2: warning: Possible null pointer dereference: b [nullPointer]
detex.c:3178:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
detex.c:3289:2: note: Null pointer dereference
detex.c:3290:2: warning: Possible null pointer dereference: b [nullPointer]
detex.c:3178:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
detex.c:3290:2: note: Null pointer dereference
detex.c:3301:9: warning: Possible null pointer dereference: b [nullPointer]
detex.c:3178:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
detex.c:3301:9: note: Null pointer dereference
detex.l:786:8: style: The scope of the variable 'pch' can be reduced. [variableScope]
detex.c:3030:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
detex.c:348:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
detex.c:3030:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
detex.c:3053:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
detex.c:1699:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
detex.c:3053:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
detex.c:3474:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
detex.c:301:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
detex.c:3474:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
detex.c:3487:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
detex.c:302:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
detex.c:3487:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
detex.c:3487:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
detex.c:302:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
detex.c:3487:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
detex.c:3619:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
detex.c:1665:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
detex.c:3619:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
detex.l:830:0: error: Memory leak: sbNew [memleak]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2397:4: warning: Possible null pointer dereference: str [nullPointer]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1791:11: note: Calling function 'err_ill', 1st argument 'str' value is 0
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2397:4: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1832:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1837:10: style: The scope of the variable 'wrong_1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1838:10: style: The scope of the variable 'right_1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1839:10: style: The scope of the variable 'wrong_2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1840:10: style: The scope of the variable 'right_2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1841:10: style: The scope of the variable 'wrong_3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1842:10: style: The scope of the variable 'right_3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1843:10: style: The scope of the variable 'wrong_4' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1844:10: style: The scope of the variable 'right_4' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1845:10: style: The scope of the variable 'wrong_5' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1846:10: style: The scope of the variable 'right_5' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1847:10: style: The scope of the variable 'wrong_6' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1848:10: style: The scope of the variable 'right_6' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1849:10: style: The scope of the variable 'wrong_7' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1850:10: style: The scope of the variable 'right_7' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1851:10: style: The scope of the variable 'wrong_8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:1852:10: style: The scope of the variable 'right_8' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2265:10: style: The scope of the variable 'w_ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2290:8: style: The scope of the variable 'ipos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2290:14: style: The scope of the variable 'vpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/devnag/src/devnag.c:2290:20: style: The scope of the variable 'bpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1367:8: error: Array 'token[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1355:3: note: After for loop, count has value 256
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1367:8: note: Array index out of bounds
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:426:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:752:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:814:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:819:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:822:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:877:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:879:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:881:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:884:3: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1213:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:2851:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:918:7: style: The scope of the variable 'code' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:2118:7: style: The scope of the variable 'char_status' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:358:44: style: Variable 'handler' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:416:44: style: Variable 'handler' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1675:11: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1721:11: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1802:11: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:1835:11: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:2317:12: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dt2dv.c:2366:12: style: Variable 'nread' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dtl/dv2dt.c:404:7: style: The scope of the variable 'ibyte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dv2dt.c:440:7: style: The scope of the variable 'ibyte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dv2dt.c:655:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dv2dt.c:720:6: style: The scope of the variable 'ku' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dtl/dv2dt.c:721:6: style: The scope of the variable 'ks' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/UNIXtoMacLib/unix-to-macintosh.c:264:4: warning: Return value of function freopen() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/UNIXtoMacLib/unix-to-macintosh.c:273:3: warning: Return value of function freopen() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/UNIXtoMacLib/unix-to-macintosh.c:39:9: style: Variable 'dir_name' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:234:33: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:244:33: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:300:33: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:362:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:364:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:366:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:368:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:370:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:392:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:394:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:396:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:418:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:472:5: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:474:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:476:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:478:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:665:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:670:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:698:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:778:9: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:791:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/disdvi.c:153:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvi2tty.c:482:12: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvi2tty.c:591:10: style: The scope of the variable 'cum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvi2tty.c:627:11: style: The scope of the variable 'cum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:733:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:734:30: style: The scope of the variable 'savev' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:1185:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:1359:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:1478:9: style: The scope of the variable 'jf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvi2tty/dvi2tty-5.3.4/dvistuff.c:1503:18: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvidvi/dvidvi.c:868:20: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvidvi/dvidvi.c:868:22: style: The scope of the variable 'e' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvidvi/dvidvi.c:1059:17: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvidvi/dvidvi.c:1165:12: style: The scope of the variable 'beginp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dviljk/config.h:211:0: error: #error "Would need changed findfile, dviljk has changed allocation semantic of name member in tfontptr" [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/dviljk/win32/dvihp.c:90:18: style: The scope of the variable 'de' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:99:10: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:398:19: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:672:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:673:15: style: The scope of the variable 'agln0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:752:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:753:15: style: The scope of the variable 'agln0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:395:46: style: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.h:58:67: note: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:395:46: note: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:653:31: style: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.h:45:44: note: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:653:31: note: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:655:10: style: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.h:47:39: note: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:655:10: note: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:738:25: style: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.h:50:31: note: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/agl.c:738:25: note: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:85:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:57:22: style: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.h:37:37: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:57:22: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:75:46: style: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.h:36:57: note: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:75:46: note: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/bmpimage.c:108:12: style: Variable 'fsize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cff_limits.h:32:0: error: #error "CFF support won't work on this system." [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:131:3: style: Variable 'font' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:129:0: note: Variable 'font' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:131:3: note: Variable 'font' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:746:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:742:5: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:746:5: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:660:8: style: The scope of the variable 'font_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:713:27: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:543:24: style: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.h:84:42: note: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cid.c:543:24: note: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:935:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:931:0: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:935:3: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:113:10: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:186:9: style: The scope of the variable 'cmap_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:312:11: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:312:3: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cidtype2.c:319:12: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:918:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:916:0: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:918:5: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:613:14: style: The scope of the variable 'last_byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:757:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:959:9: style: The scope of the variable 'cmap_name0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:959:22: style: The scope of the variable 'cmap_name1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:603:25: style: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:85:32: note: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:603:25: note: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:603:34: style: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:85:42: note: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:603:34: note: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:611:26: style: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:90:32: note: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:611:26: note: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:611:36: style: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:90:42: note: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:611:36: note: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:660:73: style: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:87:53: note: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:660:73: note: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:667:55: style: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.h:92:60: note: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap.c:667:55: note: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:151:16: warning: Either the condition 'if(str)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:152:6: note: Assuming that condition 'if(str)' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:151:16: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:538:5: style: Variable 'tok1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:536:5: note: Variable 'tok1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:538:5: note: Variable 'tok1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:241:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:267:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:297:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:323:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:323:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:351:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:351:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:381:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:381:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:527:13: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:573:8: style: The scope of the variable 'ucmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:64:33: style: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:59:51: note: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_read.c:64:33: note: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/cmap_write.c:251:26: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.c:332:16: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.c:213:30: style: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.h:37:30: note: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.c:213:30: note: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.c:246:53: style: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.h:38:53: note: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxcrypt.c:246:53: note: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:976:31: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:977:7: note: Assuming that condition '!p' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:976:31: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:343:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:339:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:343:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:363:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:360:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:363:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:448:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:446:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:448:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:472:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:465:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:472:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:498:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:491:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:498:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:640:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:623:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:640:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:665:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:663:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:665:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:680:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:678:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:680:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:703:5: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:693:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:703:5: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:729:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:727:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxfile.c:729:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:375:30: warning: Either the condition 'if(iter&&hent)' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:376:6: note: Assuming that condition 'if(iter&&hent)' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:375:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:390:30: warning: Either the condition 'if(iter&&hent)' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:391:6: note: Assuming that condition 'if(iter&&hent)' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:390:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:51:32: style: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.h:51:47: note: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:51:32: note: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:51:41: style: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.h:51:58: note: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:51:41: note: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:65:27: style: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.h:49:39: note: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:65:27: note: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:80:35: style: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.h:50:47: note: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dpxutil.c:80:35: note: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:686:17: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:686:25: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:749:30: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:749:38: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:829:30: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:829:38: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1426:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1428:17: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1607:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1693:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1702:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:998:23: style: Checking if unsigned variable 'dvi_stack_depth' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:501:30: style: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:78:45: note: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:501:30: note: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1422:23: style: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:70:37: note: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1422:23: note: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1424:21: style: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:72:14: note: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1424:21: note: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1424:41: style: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:72:34: note: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1424:41: note: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1880:28: style: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:74:13: note: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1880:28: note: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1880:48: style: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.h:74:28: note: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:1880:48: note: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvi.c:290:17: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:267:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:265:5: note: Variable 'error' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:267:5: note: Variable 'error' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:204:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:213:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:284:10: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:624:23: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:700:12: style: The scope of the variable 'page_no' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:700:36: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:799:14: style: The scope of the variable 'page_no' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:799:23: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:923:10: style: The scope of the variable 'owner_pw' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:923:33: style: The scope of the variable 'user_pw' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:672:25: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/dvipdfmx.c:674:33: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/epdf.c:54:45: style: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/epdf.h:31:56: note: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/epdf.c:54:45: note: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/error.c:48:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/error.c:61:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/error.c:79:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:357:35: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR != '\n'' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:239:10: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:603:15: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:733:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:787:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:832:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:963:27: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:964:16: style: The scope of the variable 'llen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:718:63: style: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.h:89:84: note: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:718:63: note: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:817:63: style: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.h:91:84: note: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:817:63: note: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:877:67: style: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.h:87:91: note: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:877:67: note: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:1093:40: style: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.h:92:61: note: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/fontmap.c:1093:40: note: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/jpegimage.c:268:27: style: The scope of the variable 'intent' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/jpegimage.c:275:13: style: The scope of the variable 'cspc_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/jpegimage.c:360:28: style: The scope of the variable 'app_data' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/jpegimage.c:574:20: style: Variable 'extension_code' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mem.c:160:20: style: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mem.h:31:27: note: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mem.c:160:20: note: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mfileio.c:114:43: style: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mfileio.h:55:50: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mfileio.c:114:43: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:509:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:527:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:541:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:566:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:690:12: style: The scope of the variable 'font_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:691:12: style: The scope of the variable 'font_scale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:786:21: style: The scope of the variable 'uch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:852:14: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1153:26: style: The scope of the variable 'dash' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1523:22: style: The scope of the variable 'nb_read' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1470:31: style: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.h:39:44: note: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1470:31: note: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1595:20: style: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.h:45:37: note: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1595:20: note: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1654:21: style: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.h:32:37: note: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/mpost.c:1654:21: note: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/numbers.c:57:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/numbers.c:69:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/numbers.c:170:42: warning: Suspicious code: sign conversion of -1L in calculation because '-1L' has a negative value [signConversion]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:517:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:361:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:464:18: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:512:12: style: The scope of the variable 'script' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:512:21: style: The scope of the variable 'language' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:513:12: style: The scope of the variable 'options' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:548:21: style: The scope of the variable 'opt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_conf.c:548:27: style: The scope of the variable 'key' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_opt.c:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/otl_opt.c:321:19: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfcolor.c:1300:19: style: The scope of the variable 'colorspace' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfcolor.c:1298:13: style: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfcolor.c:309:14: note: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfcolor.c:1298:13: note: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:202:11: style: The scope of the variable 'error_in_bp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:216:50: style: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:80:64: note: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:216:50: note: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:239:45: style: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:81:64: note: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:239:45: note: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1083:27: style: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:143:13: note: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1083:27: note: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1230:25: style: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:91:41: note: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1230:25: note: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1230:53: style: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:91:71: note: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1230:53: note: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1609:25: style: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:185:13: note: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1609:25: note: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1609:39: style: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:185:26: note: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1609:39: note: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1674:26: style: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:179:44: note: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1674:26: note: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1760:36: style: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.h:149:39: note: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdev.c:1760:36: note: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:940:3: style: Variable 'page_tree' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:934:0: note: Variable 'page_tree' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:940:3: note: Variable 'page_tree' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:2582:3: style: Variable 'xobj_id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:2535:0: note: Variable 'xobj_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:2582:3: note: Variable 'xobj_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:515:12: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1372:16: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1373:16: style: The scope of the variable 'bm_root' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1373:26: style: The scope of the variable 'bm_root_ref' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1585:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1980:13: style: The scope of the variable 'page' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:2356:13: style: The scope of the variable 'currentpage' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:387:38: style: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.h:76:54: note: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:387:38: note: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:409:38: style: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.h:77:54: note: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:409:38: note: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:591:64: style: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.h:88:45: note: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:591:64: note: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1170:30: style: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1121:41: note: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1170:30: note: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1648:31: style: Function 'pdf_doc_add_annot' argument 4 names different: declaration 'dest_is_new' definition 'new_annot'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.h:119:14: note: Function 'pdf_doc_add_annot' argument 4 names different: declaration 'dest_is_new' definition 'new_annot'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1648:31: note: Function 'pdf_doc_add_annot' argument 4 names different: declaration 'dest_is_new' definition 'new_annot'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1712:57: style: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.h:91:73: note: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:1712:57: note: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdoc.c:441:10: style: Unused variable: gmtoff [unusedVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:322:19: style: The scope of the variable 'pe1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:437:12: style: The scope of the variable 'pe' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:438:12: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:543:20: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:675:12: style: The scope of the variable 'pe0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:675:18: style: The scope of the variable 'pe1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:675:24: style: The scope of the variable 'pe2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:675:30: style: The scope of the variable 'pe3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:675:36: style: The scope of the variable 'pe4' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:817:14: style: The scope of the variable 'b_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:819:14: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:820:14: style: The scope of the variable 'n_pts' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:820:21: style: The scope of the variable 'n_seg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:822:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:822:25: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1185:15: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1360:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1380:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1397:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1414:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1205:34: style: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:65:49: note: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1205:34: note: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1376:25: style: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:69:46: note: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1376:25: note: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1393:26: style: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:70:46: note: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1393:26: note: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1562:24: style: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:83:45: note: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1562:24: note: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1562:34: style: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:83:57: note: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1562:34: note: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1576:25: style: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:84:45: note: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1576:25: note: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1576:35: style: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.h:84:57: note: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:1576:35: note: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfdraw.c:237:15: style: struct member 'Anonymous0::strkey' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:426:25: warning: Possible null pointer dereference: enc_name [nullPointer]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:341:47: note: Calling function 'pdf_encoding_new_encoding', 1st argument 'enc_name' value is 0
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:426:25: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:427:30: warning: Possible null pointer dereference: enc_name [nullPointer]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:341:47: note: Calling function 'pdf_encoding_new_encoding', 1st argument 'enc_name' value is 0
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:427:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:249:3: style: Variable 'differences' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:239:0: note: Variable 'differences' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:249:3: note: Variable 'differences' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:490:8: style: The scope of the variable 'enc_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:513:17: style: The scope of the variable 'encoding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:675:14: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:219:28: style: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:43:44: note: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:219:28: note: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:219:50: style: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:43:67: note: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:219:50: note: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:237:35: style: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:44:51: note: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencoding.c:237:35: note: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:122:29: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:197:26: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:35: style: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.h:35:42: note: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:35: note: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:68: style: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.h:35:75: note: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:68: note: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:90: style: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.h:35:94: note: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:367:90: note: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:372:5: warning: The buffer 'owner_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:375:7: warning: The buffer 'owner_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:384:5: warning: The buffer 'user_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfencrypt.c:387:7: warning: The buffer 'user_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:92:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:178:9: style: The scope of the variable 'fontname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:178:20: style: The scope of the variable 'uniqueTag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:451:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:575:36: style: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.h:62:53: note: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:575:36: note: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:905:41: style: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.h:94:62: note: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdffont.c:905:41: note: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:461:29: style: Condition 'compression_level>0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1959:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:601:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:601:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:602:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:602:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:603:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:603:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:604:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:604:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:605:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:605:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:606:3: warning: Either the condition '(result)==NULL' is redundant or there is possible null pointer dereference: result. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:608:7: note: Assuming that condition '(result)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:606:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:684:9: warning: Either the condition 'object' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:681:7: note: Assuming that condition 'object' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:684:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1956:57: warning: Either the condition '(object)==NULL' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1955:7: note: Assuming that condition '(object)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1956:57: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2080:11: warning: Either the condition '(object)==NULL' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2078:7: note: Assuming that condition '(object)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2080:11: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:957:8: style: The scope of the variable 'wbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:958:22: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1216:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2078:46: style: Checking if unsigned variable 'object->refcount' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:485:24: style: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:189:45: note: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:485:24: note: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:500:24: style: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:187:45: note: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:500:24: note: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:734:25: style: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:202:37: note: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:734:25: note: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:740:23: style: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:203:37: note: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:740:23: note: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:815:29: style: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:205:41: note: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:815:29: note: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:843:28: style: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:97:46: note: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:843:28: note: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:904:38: style: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:206:54: note: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:904:38: note: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1001:29: style: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:209:41: note: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1001:29: note: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1095:25: style: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:212:37: note: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1095:25: note: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1214:27: style: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:215:39: note: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1214:27: note: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1387:25: style: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:218:37: note: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1387:25: note: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1526:45: style: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:133:62: note: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1526:45: note: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1567:45: style: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:131:62: note: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1567:45: note: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1792:46: style: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:158:20: note: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1792:46: note: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1792:64: style: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:159:13: note: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1792:64: note: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2268:47: style: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:208:64: note: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2268:47: note: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2268:71: style: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:208:86: note: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2268:71: note: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2515:25: style: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.h:203:45: note: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:2515:25: note: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1619:18: style: Unused variable: buffer_length [unusedVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfobj.c:1620:18: style: Unused variable: buffer [unusedVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:376:11: warning: Either the condition 'len<65535+1' is redundant or the array 'name[129]' is accessed at index 65535, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:372:20: note: Assuming that condition 'len<65535+1' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:376:11: note: Array index out of bounds
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:357:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:446:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:497:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:818:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:984:16: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:376:11: warning: Either the condition 'len<65536' is redundant or the array 'name[129]' is accessed at index 65535, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:372:20: note: Assuming that condition 'len<65536' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfparse.c:376:11: note: Array index out of bounds
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfresource.c:290:12: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfresource.c:314:34: style: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfresource.h:42:50: note: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfresource.c:314:34: note: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:259:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:256:0: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:259:3: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:491:35: style: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:74:47: note: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:491:35: note: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:491:44: style: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:74:61: note: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:491:44: note: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:523:34: style: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:75:47: note: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:523:34: note: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:523:43: style: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:75:61: note: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:523:43: note: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:554:31: style: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:63:48: note: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:554:31: note: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:571:26: style: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:69:50: note: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:571:26: note: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:606:29: style: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:61:48: note: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:606:29: note: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:619:29: style: Function 'pdf_ximage_get_subtype' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:62:48: note: Function 'pdf_ximage_get_subtype' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:619:29: note: Function 'pdf_ximage_get_subtype' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:632:26: style: Function 'pdf_ximage_set_attr' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.h:93:38: note: Function 'pdf_ximage_set_attr' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:632:26: note: Function 'pdf_ximage_set_attr' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:925:32: style: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:50:36: note: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pdfximage.c:925:32: note: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:172:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:254:34: style: The scope of the variable 'repeat_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:351:27: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:483:18: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:556:35: style: The scope of the variable 'encoding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:706:12: style: The scope of the variable 'charname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pkfont.c:525:15: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pst_obj.c:883:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pst_obj.c:881:0: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pst_obj.c:883:3: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pst_obj.c:538:11: style: The scope of the variable 'dval' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/pst_obj.c:643:18: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/sfnt.c:91:60: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/sfnt.c:147:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/sfnt.c:361:20: style: The scope of the variable 'u_tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:120:38: style: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.h:28:49: note: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:120:38: note: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:120:48: style: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.h:28:62: note: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:120:48: note: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:144:46: style: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.h:29:57: note: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:144:46: note: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:145:42: style: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.h:30:46: note: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_color.c:145:42: note: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:187:11: style: The scope of the variable 'st_depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:187:21: style: The scope of the variable 'gs_depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:303:38: style: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.h:32:49: note: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:303:38: note: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:303:48: style: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.h:32:62: note: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_dvips.c:303:48: note: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:484:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:495:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:656:18: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:922:45: style: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.h:36:56: note: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:922:45: note: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:923:62: style: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.h:37:45: note: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:923:62: note: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_html.c:60:11: style: struct member 'Anonymous0::extensions' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:426:12: style: The scope of the variable 'tk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1247:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1990:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:22: style: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:450:33: note: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:22: note: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:35: style: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:450:47: note: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:35: note: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:45: style: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:450:60: note: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:453:45: note: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1969:37: style: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.h:33:49: note: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1969:37: note: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1969:47: style: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.h:33:62: note: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1969:47: note: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1987:45: style: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.h:34:57: note: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1987:45: note: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1988:62: style: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.h:35:46: note: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1988:62: note: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_pdfm.c:1055:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1015:19: warning: Either the condition 'q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1007:12: note: Assuming that condition 'q' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1015:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1061:19: warning: Either the condition 'q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1049:12: note: Assuming that condition 'q' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1061:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:180:12: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:181:12: style: The scope of the variable 'resname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:182:12: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:183:12: style: The scope of the variable 'alp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:183:17: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:278:16: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:329:16: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:332:16: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:434:11: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:600:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:640:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:859:12: style: The scope of the variable 'kp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:911:14: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:984:37: style: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.h:37:49: note: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:984:37: note: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:984:47: style: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.h:37:62: note: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:984:47: note: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1028:45: style: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.h:38:57: note: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1028:45: note: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1029:62: style: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.h:39:46: note: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_tpic.c:1029:62: note: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:64:9: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:272:15: style: The scope of the variable 'ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:280:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:234:85: style: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.h:38:97: note: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:234:85: note: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:246:84: style: Function 'spc_util_read_pdfcolor' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.h:39:96: note: Function 'spc_util_read_pdfcolor' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:246:84: note: Function 'spc_util_read_pdfcolor' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:268:52: style: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.h:41:67: note: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:268:52: note: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:672:61: style: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.h:40:75: note: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:672:61: note: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:672:93: style: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.h:40:112: note: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:672:93: note: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:780:53: style: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:57:64: note: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/spc_util.c:780:53: note: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:152:26: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:147:16: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:551:13: style: The scope of the variable 'found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:84:48: style: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.h:61:66: note: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:84:48: note: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:163:35: style: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.h:58:51: note: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:163:35: note: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:228:32: style: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.h:59:51: note: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:228:32: note: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:547:31: style: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.h:75:47: note: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/specials.c:547:31: note: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:180:10: style: Condition '!error' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:176:19: note: Assignment 'error=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:180:10: note: Condition '!error' is always true
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:183:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:181:16: note: Variable 'q' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:183:5: note: Variable 'q' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:86:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:124:10: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:173:10: style: The scope of the variable 'repos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:174:14: style: The scope of the variable 'v1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:302:13: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:435:9: style: The scope of the variable '__i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:465:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:344:49: style: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.h:33:63: note: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:344:49: note: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:454:46: style: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.h:30:67: note: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/subfont.c:454:46: note: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:463:17: style: The scope of the variable 'charcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:464:17: style: The scope of the variable 'chartype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:513:17: style: The scope of the variable 'charinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:514:17: style: The scope of the variable 'width_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:514:30: style: The scope of the variable 'height_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:514:44: style: The scope of the variable 'depth_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:558:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:559:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:949:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:824:23: style: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.h:32:36: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tfm.c:824:23: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:604:32: error: Array 'nptrs[32]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:604:42: error: Array 'gids[32]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:81:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:71:0: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:81:3: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:72:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:157:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:450:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:450:17: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:452:10: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:887:14: style: The scope of the variable 'enc_vec' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:631:28: style: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:443:39: note: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:631:28: note: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:689:28: style: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:444:39: note: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:689:28: note: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/truetype.c:604:0: portability: Undefined behaviour, when 'i' is 9998 the pointer arithmetic 'gids+i' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_aux.c:260:5: style: Variable 'styledict' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_aux.c:253:0: note: Variable 'styledict' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_aux.c:260:5: note: Variable 'styledict' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_aux.c:52:13: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:455:21: style: The scope of the variable 'p_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:455:27: style: The scope of the variable 'e_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:618:11: style: The scope of the variable 'c0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:618:15: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:619:14: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:778:19: style: The scope of the variable 'cid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:778:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:797:19: style: The scope of the variable 'cid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:797:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:907:13: style: The scope of the variable 'c0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:907:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:908:19: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:990:16: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1161:20: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1162:25: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1244:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:436:14: style: Unsigned variable '--' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1021:42: style: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.h:71:58: note: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1021:42: note: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1597:22: style: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.h:77:23: note: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_cmap.c:1597:22: note: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:204:10: style: The scope of the variable 'hmtx_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:204:27: style: The scope of the variable 'loca_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:204:44: style: The scope of the variable 'glyf_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:354:21: style: The scope of the variable 'cgid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:354:27: style: The scope of the variable 'new_gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_glyf.c:619:26: style: Variable 'number_of_contours' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:459:3: warning: Either the condition 'cov' is redundant or there is possible null pointer dereference: cov. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:443:7: note: Assuming that condition 'cov' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:459:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:766:5: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:749:9: note: Assuming that condition 'data' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:766:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:792:5: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:780:9: note: Assuming that condition 'data' is not redundant
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:792:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:115:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:148:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:525:12: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:746:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:746:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:777:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1189:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1238:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1346:27: style: The scope of the variable 'gsub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1391:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1424:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1458:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_gsub.c:1494:24: style: The scope of the variable 'gsub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_post.c:42:10: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_post.c:172:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_post.c:102:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:82:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:78:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:82:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:138:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:134:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:138:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:193:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:189:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:193:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:257:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:253:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:257:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:353:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:350:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:353:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/tt_table.c:287:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/type0.c:661:3: style: Variable 'res_id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/type0.c:657:0: note: Variable 'res_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/type0.c:661:3: note: Variable 'res_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/type0.c:656:12: style: The scope of the variable 'stream' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.c:70:44: style: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.h:33:56: note: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.c:70:44: note: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.c:70:63: style: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.h:33:78: note: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/unicode.c:70:63: note: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'.
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:244:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:126:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:204:16: style: The scope of the variable 'code' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:273:9: style: The scope of the variable 'full_vf_file_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:274:9: style: The scope of the variable 'vf_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:349:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:350:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:382:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:395:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:410:7: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:410:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:428:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:832:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:833:26: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:834:9: style: The scope of the variable 'ptsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/vf.c:835:7: style: The scope of the variable 'default_font' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipdfmx/dvipdfmx-20120420/src/xbb.c:90:43: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
luatex-0.70.1.20120524/source/texk/dvipng/dvipng-1.14/dvipng.h:78:0: error: #error : kpathsea/kpathsea.h is missing from your system [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:1297:7: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:1294:5: error: Common realloc mistake: 'dvi_fonts' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:963:6: error: Uninitialized struct member: list.hsize [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:963:18: error: Uninitialized struct member: list.leftskip [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:963:33: error: Uninitialized struct member: list.rightskip [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:964:6: error: Uninitialized struct member: list.hangindent [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:964:39: error: Uninitialized struct member: list.parindent [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/dvicore.c:964:23: error: Uninitialized struct member: list.hangafter [uninitStructMember]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:281:17: style: The scope of the variable 'charcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:282:17: style: The scope of the variable 'chartype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:296:17: style: The scope of the variable 'charinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:297:17: style: The scope of the variable 'width_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:311:17: style: The scope of the variable 'charinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:312:17: style: The scope of the variable 'height_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:326:17: style: The scope of the variable 'charinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:327:17: style: The scope of the variable 'depth_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:662:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:674:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:686:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:506:27: style: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipos/tfm.h:30:35: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:506:27: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/dvipos/tfm.c:541:5: error: Common realloc mistake: 'tfm' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:205:11: style: The scope of the variable 'args' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:142:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:149:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:151:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:152:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:32:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:47:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:67:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvipos/utils.c:89:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:686:19: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:818:25: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:942:18: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:961:21: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:1201:31: style: The scope of the variable 'aci' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:1571:8: style: The scope of the variable 'arginc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:1814:10: style: The scope of the variable 'mlist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:1968:10: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:1969:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/afm2tfm.c:2020:0: error: Memory leak: e [memleak]
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:88:7: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:80:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:88:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:89:7: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:88:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:89:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:114:7: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:113:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/bbox.c:114:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/color.c:62:17: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/color.c:70:43: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/dosection.c:22:12: style: The scope of the variable 'prevptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dosection.c:23:8: style: The scope of the variable 'np' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dosection.c:220:21: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:115:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:143:11: style: The scope of the variable 'cc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:372:15: style: The scope of the variable 'omega_specials' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:457:17: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:594:11: style: The scope of the variable 'systemtype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:992:9: style: The scope of the variable 'seen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:651:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/dospecial.c:755:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/download.c:28:21: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/download.c:30:18: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/download.c:196:20: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/download.c:443:32: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/dpicheck.c:21:9: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:818:33: warning: Either the condition '(p)!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:814:20: note: Assuming that condition '(p)!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:818:33: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:826:21: warning: Either the condition '(p)!=NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:821:20: note: Assuming that condition '(p)!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:826:21: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:1009:27: warning: Redundant assignment of 'vactualdpi' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:512:15: style: The scope of the variable 'seq' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:513:17: style: The scope of the variable 'seqptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:814:20: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:821:20: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:823:27: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:838:21: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:562:22: style: Array index 'qargc' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/dvips.c:384:1: error: Memory leak: s [memleak]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:165:30: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:164:9: note: Assuming that condition 'p==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:165:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:173:30: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:172:9: note: Assuming that condition 'p==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:173:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:83:17: style: The scope of the variable 'sav' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:109:14: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:229:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:269:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:379:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:380:10: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:383:12: style: The scope of the variable 'trueknown' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:474:9: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/finclude.c:475:10: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/fontdef.c:170:16: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/header.c:63:32: style: Function 'checkhmem' argument 2 names different: declaration 'p' definition 'pre'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipsk/protos.h:105:44: note: Function 'checkhmem' argument 2 names different: declaration 'p' definition 'pre'.
luatex-0.70.1.20120524/source/texk/dvipsk/header.c:63:32: note: Function 'checkhmem' argument 2 names different: declaration 'p' definition 'pre'.
luatex-0.70.1.20120524/source/texk/dvipsk/header.c:63:43: style: Function 'checkhmem' argument 3 names different: declaration 'q' definition 'post'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipsk/protos.h:105:53: note: Function 'checkhmem' argument 3 names different: declaration 'q' definition 'post'.
luatex-0.70.1.20120524/source/texk/dvipsk/header.c:63:43: note: Function 'checkhmem' argument 3 names different: declaration 'q' definition 'post'.
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:375:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:374:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:375:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:221:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:221:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/loadfont.c:112:16: style: Unused variable: name_ret [unusedVariable]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:884:20: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1073:14: style: The scope of the variable 'ih' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1073:18: style: The scope of the variable 'iv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1073:22: style: The scope of the variable 'it' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1074:14: style: The scope of the variable 'mindiff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1413:13: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1736:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:573:41: style: Checking if unsigned variable 'dosepsend' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:95:53: style: Function 'copyfile_general' argument 2 names different: declaration 'h' definition 'cur_header'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipsk/protos.h:133:65: note: Function 'copyfile_general' argument 2 names different: declaration 'h' definition 'cur_header'.
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:95:53: note: Function 'copyfile_general' argument 2 names different: declaration 'h' definition 'cur_header'.
luatex-0.70.1.20120524/source/texk/dvipsk/output.c:1385:34: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
luatex-0.70.1.20120524/source/texk/dvipsk/pprescan.c:22:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/prescan.c:17:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/prescan.c:18:10: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/prescan.c:59:10: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/prescan.c:60:34: style: The scope of the variable 'thissecloc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/repack.c:64:28: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/repack.c:112:8: style: The scope of the variable 'diffrow' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:432:26: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:444:23: style: Redundant condition: If 'EXPR > ' '', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:220:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:397:10: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:184:13: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:308:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:308:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:310:8: style: The scope of the variable 'canaddtopaper' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:802:10: style: The scope of the variable 'specinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:803:9: style: The scope of the variable 'downbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:804:9: style: The scope of the variable 'specbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:805:8: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:827:21: style: The scope of the variable 'encoding_p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:887:40: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:893:34: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:894:23: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:895:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:896:9: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:532:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:542:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:555:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:563:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:573:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:586:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:733:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:755:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/resident.c:769:14: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/scanpage.c:25:26: style: The scope of the variable 'cras' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/scanpage.c:26:21: style: The scope of the variable 'thischar' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:135:19: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:116:30: style: Function 'search' argument 1 names different: declaration 'path' definition 'format'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvipsk/protos.h:199:27: note: Function 'search' argument 1 names different: declaration 'path' definition 'format'.
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:116:30: note: Function 'search' argument 1 names different: declaration 'path' definition 'format'.
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:197:22: warning: Function 'pksearch' argument order different: declaration 'path, file, mode, n, dpi' definition 'file, mode, dpi, name_ret, dpi_ret' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/texk/dvipsk/protos.h:200:29: note: Function 'pksearch' argument order different: declaration 'path, file, mode, n, dpi' definition 'file, mode, dpi, name_ret, dpi_ret'
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:197:22: note: Function 'pksearch' argument order different: declaration 'path, file, mode, n, dpi' definition 'file, mode, dpi, name_ret, dpi_ret'
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:157:39: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:158:42: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/dvipsk/search.c:11:1: warning: Redundant code: Found a statement that begins with string constant. [constStatement]
luatex-0.70.1.20120524/source/texk/dvipsk/squeeze/squeeze.c:95:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1159:41: style: Condition 'flg_seac>-3' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1156:38: note: Assignment 'flg_seac=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1159:41: note: Condition 'flg_seac>-3' is always true
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1186:41: style: Condition 'flg_seac>-3' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1182:38: note: Assignment 'flg_seac=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1186:41: note: Condition 'flg_seac>-3' is always true
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2348:25: style: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2347:26: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2348:25: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2358:9: style: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2357:10: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2358:9: note: Variable 'line' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:913:9: style: The scope of the variable 'word_type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1050:9: style: The scope of the variable 'tmpnum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1057:9: style: The scope of the variable 'last_subr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1320:9: style: The scope of the variable 'word_type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1497:9: style: The scope of the variable 'word_type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1544:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1776:9: style: The scope of the variable 'err_token' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1829:9: style: The scope of the variable 'tmpnum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:1883:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2036:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2036:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/t1part.c:2036:19: style: The scope of the variable 'cipher' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:159:21: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:159:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:159:21: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:195:7: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:194:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:195:7: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:228:13: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:227:13: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:228:13: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:237:13: style: Variable 'li' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:236:13: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:237:13: note: Variable 'li' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:115:24: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:116:25: style: The scope of the variable 'cd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/tfmload.c:121:33: style: The scope of the variable 'no_repeats' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:55:19: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:81:18: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:101:27: style: The scope of the variable 'wordweight' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:102:13: style: The scope of the variable 'rowsleft' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:104:13: style: The scope of the variable 'hbit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:104:19: style: The scope of the variable 'ww' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/unpack.c:105:8: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vaxvms.c:235:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vaxvms.c:237:10: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:98:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:225:32: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:257:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:265:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:279:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:366:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:371:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:377:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:387:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:392:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:441:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:446:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:451:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:456:31: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:179:18: style: Condition '1==1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:203:14: style: Condition '1==1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:206:14: style: Condition '1==0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:179:18: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:203:14: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:22:11: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:23:28: style: The scope of the variable 'prtr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:167:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:227:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:236:12: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/vms/vmscli.c:337:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1332:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:645:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:695:21: style: The scope of the variable 'counter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:696:11: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:852:9: style: The scope of the variable 'subr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1166:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1166:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1307:11: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1113:22: error: Array index -1 is out of bounds. [negativeIndex]
luatex-0.70.1.20120524/source/texk/dvipsk/writet1.c:1127:41: error: Array index -3 is out of bounds. [negativeIndex]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:224:5: warning: Possible null pointer dereference: pt [nullPointer]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:210:8: note: Assignment 'pt=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:224:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:225:5: warning: Possible null pointer dereference: pt [nullPointer]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:210:8: note: Assignment 'pt=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:225:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:463:3: style: Variable 'bm1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:460:0: note: Variable 'bm1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:463:3: note: Variable 'bm1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/progress.h:29:10: style: The scope of the variable 'd_scaled' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:51:16: style: The scope of the variable 'mask' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:52:7: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:87:13: style: The scope of the variable 'ct' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:141:11: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:141:14: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:165:7: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:165:10: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:308:12: style: The scope of the variable 'hook_in' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/decompose.c:308:23: style: The scope of the variable 'hook_out' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/trace.c:857:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/trace.c:857:13: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/trace.c:858:14: style: The scope of the variable 'denom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/trace.c:920:14: style: The scope of the variable 'k2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/potracelib/trace.c:921:30: style: The scope of the variable 'd2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/macros.h:27:0: error: failed to expand 'IMPLEMENT_ARITHMETIC_OPERATOR', Invalid ## usage when expanding 'IMPLEMENT_ARITHMETIC_OPERATOR'. [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Bitmap.cpp:93:7: style: The function 'pixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Bitmap.h:35:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Bitmap.cpp:93:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Bitmap.h:76:35: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Bitmap.cpp:49:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.cpp:51:33: style: Function 'update' argument 1 names different: declaration 'str' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.h:34:28: note: Function 'update' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.cpp:51:33: note: Function 'update' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.h:43:3: warning: Member variable 'CRC32::_crc32' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.h:43:3: warning: Member variable 'CRC32::_tab' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CRC32.h:28:1: warning: The class 'CRC32' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Calculator.h:35:1: style: The class 'Calculator' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Calculator.h:48:12: performance: Technically the member function 'Calculator::lookAhead' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Calculator.cpp:129:18: note: Technically the member function 'Calculator::lookAhead' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Calculator.h:48:12: note: Technically the member function 'Calculator::lookAhead' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/MessageException.h:31:7: style: Class 'MessageException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Calculator.h:32:2: style: Struct 'CalculatorException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:90:14: style: Checking if unsigned variable '_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:107:47: style: Checking if unsigned variable '_size' is less than zero. This might be a false warning. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:73:3: warning: Member variable 'CmdLineParserBase::_printErrors' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:74:3: warning: Member variable 'CmdLineParserBase::_printErrors' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:74:3: warning: Member variable 'CmdLineParserBase::_error' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:74:3: warning: Member variable 'CmdLineParserBase::_files' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:45:5: style: Class 'OptionHandlerImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:71:3: style: Class 'StringInputBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:136:3: style: Class 'TextStreamInputBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:60:3: style: Class 'StreamInputReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:74:3: style: Class 'BufferInputReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Message.h:40:3: style: Class 'MessageStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Message.h:76:3: style: Struct 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:29:1: warning: The class 'CmdLineParserBase' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:47:10: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:36:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:47:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:47:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:47:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:48:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:48:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:49:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:36:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:49:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:50:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:37:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:50:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:51:12: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:38:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:51:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:72:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:72:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:73:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:73:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:74:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:36:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:74:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:75:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:37:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:75:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:76:12: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:38:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:76:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:89:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:89:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:105:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:105:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:106:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:36:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:106:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:107:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:37:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:107:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:108:12: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:38:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:108:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:120:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:120:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:121:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:121:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:122:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:36:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:122:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:123:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:37:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:123:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:124:12: style: The function 'invalidate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:38:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:124:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:137:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.h:137:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:61:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:33:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:61:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:62:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:62:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:63:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:63:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:64:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:36:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:64:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:76:7: style: The function 'get' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:33:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:76:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:77:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:34:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:77:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:78:7: style: The function 'peek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:35:14: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:78:7: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:79:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:36:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputReader.h:79:8: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Color.h:41:8: style: Technically the member function 'Color::operator==' can be const. [functionConst]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Color.h:42:8: style: Technically the member function 'Color::operator!=' can be const. [functionConst]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Color.h:36:3: style: Class 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Color.h:39:3: style: Class 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_page_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_map_file_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_bbox_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_output_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_stdout_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_no_fonts_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_no_fonts_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_no_styles_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_zip_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_zip_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_rotate_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_rotate_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_scale_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_translate_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_transform_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_cache_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_exact_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_keep_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_libgs_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_mag_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_mag_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_no_mktexmf_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_no_specials_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_trace_all_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_trace_all_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_color_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_help_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_list_specials_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_progress_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_progress_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_verbosity_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_verbosity_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_version_given' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:19:7: warning: Member variable 'CommandLine::_version_arg' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:20:12: style: The function 'help' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:20:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:21:12: style: The function 'status' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:69:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:21:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:70:12: style: The function 'init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:76:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:70:12: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:71:40: style: The function 'options' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CmdLineParserBase.h:88:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/CommandLine.h:71:40: note: Function in derived class
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/DLLoader.h:36:7: style: Class 'DLLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:42:30: style: Function 'Directory' argument 1 names different: declaration 'path' definition 'dirname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.h:35:30: note: Function 'Directory' argument 1 names different: declaration 'path' definition 'dirname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:42:30: note: Function 'Directory' argument 1 names different: declaration 'path' definition 'dirname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:51:30: style: Function 'open' argument 1 names different: declaration 'path' definition 'dname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.h:37:26: note: Function 'open' argument 1 names different: declaration 'path' definition 'dname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:51:30: note: Function 'open' argument 1 names different: declaration 'path' definition 'dname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:33:12: warning: Member variable 'Directory::dirent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:42:12: warning: Member variable 'Directory::dirent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.h:35:7: style: Class 'Directory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:42:30: performance: Function parameter 'dirname' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Directory.cpp:51:30: performance: Function parameter 'dname' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp:266:15: style: The scope of the variable 'mappath' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp:307:52: style: Function 'lookupEncFile' argument 1 names different: declaration 'fontname' definition 'fname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.h:33:48: note: Function 'lookupEncFile' argument 1 names different: declaration 'fontname' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp:307:52: note: Function 'lookupEncFile' argument 1 names different: declaration 'fontname' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileFinder.cpp:243:21: style: Variable 'base' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FontMap.h:43:3: style: Class 'FontMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FontMap.h:44:7: style: Class 'FontMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FilePath.cpp:146:35: style: Function 'add' argument 1 names different: declaration 'elem' definition 'dir'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FilePath.h:48:32: note: Function 'add' argument 1 names different: declaration 'elem' definition 'dir'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FilePath.cpp:146:35: note: Function 'add' argument 1 names different: declaration 'elem' definition 'dir'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FilePath.h:33:3: style: Class 'FilePath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FilePath.cpp:88:61: performance: Function parameter 'current_dir' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.cpp:214:37: style: Function 'rmdir' argument 1 names different: declaration 'fname' definition 'dirname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.h:39:33: note: Function 'rmdir' argument 1 names different: declaration 'fname' definition 'dirname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.cpp:214:37: note: Function 'rmdir' argument 1 names different: declaration 'fname' definition 'dirname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.cpp:262:38: style: Function 'exists' argument 1 names different: declaration 'file' definition 'fname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.h:37:34: note: Function 'exists' argument 1 names different: declaration 'file' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/FileSystem.cpp:262:38: note: Function 'exists' argument 1 names different: declaration 'file' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:72:34: style: Function 'readString' argument 1 names different: declaration 'len' definition 'bytes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:77:31: note: Function 'readString' argument 1 names different: declaration 'len' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:72:34: note: Function 'readString' argument 1 names different: declaration 'len' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:232:31: style: Function 'cmdPaint0' argument 1 names different: declaration 'pixels' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:84:23: note: Function 'cmdPaint0' argument 1 names different: declaration 'pixels' definition 'n'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:232:31: note: Function 'cmdPaint0' argument 1 names different: declaration 'pixels' definition 'n'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:46:11: warning: Member variable 'GFReader::_penDown' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:48:39: performance: Variable '_y' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:93:8: performance: Technically the member function 'GFReader::cmdNop' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.cpp:327:16: note: Technically the member function 'GFReader::cmdNop' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:93:8: note: Technically the member function 'GFReader::cmdNop' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:37:2: style: Struct 'GFException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/GFReader.h:56:7: style: Class 'GFReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Ghostscript.h:92:3: warning: Member variable 'Ghostscript::_inst' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Ghostscript.h:80:8: style: Technically the member function 'Ghostscript::available' can be const. [functionConst]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Ghostscript.cpp:88:19: note: Technically the member function 'Ghostscript::available' can be const.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Ghostscript.h:80:8: note: Technically the member function 'Ghostscript::available' can be const.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Ghostscript.h:65:1: warning: The class 'Ghostscript' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.cpp:29:32: style: Class 'StreamInputBuffer' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/InputBuffer.cpp:29:32: style: Class 'StreamInputBuffer' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Length.cpp:65:38: style: Function 'set' argument 2 names different: declaration 'unit' definition 'unitstr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Length.h:48:37: note: Function 'set' argument 2 names different: declaration 'unit' definition 'unitstr'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Length.cpp:65:38: note: Function 'set' argument 2 names different: declaration 'unit' definition 'unitstr'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Length.h:33:2: style: Struct 'UnitException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Length.h:46:7: style: Class 'Length' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp:31:16: warning: Member variable 'MessageStream::_col' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Message.cpp:31:16: warning: Member variable 'MessageStream::_indent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/MetafontWrapper.cpp:36:49: style: Function 'MetafontWrapper' argument 1 names different: declaration 'fontname' definition 'fname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/MetafontWrapper.h:32:43: note: Function 'MetafontWrapper' argument 1 names different: declaration 'fontname' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/MetafontWrapper.cpp:36:49: note: Function 'MetafontWrapper' argument 1 names different: declaration 'fontname' definition 'fname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Process.h:33:7: warning: Member variable 'Process::_cmd' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Process.h:33:7: warning: Member variable 'Process::_paramstr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/MetafontWrapper.h:32:7: style: Class 'MetafontWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Process.h:26:1: warning: The class 'Process' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.cpp:91:10: style: Condition 'PS_RUNNING' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.cpp:216:47: style: Function 'callActions' argument 1 names different: declaration 'cib' definition 'in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.h:102:34: note: Function 'callActions' argument 1 names different: declaration 'cib' definition 'in'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.cpp:216:47: note: Function 'callActions' argument 1 names different: declaration 'cib' definition 'in'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.h:35:2: style: Struct 'PSException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PSInterpreter.h:87:7: style: Class 'PSInterpreter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PageRanges.h:28:1: style: The class 'PageRanges' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PageSize.h:28:2: style: Struct 'PageSizeException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PageSize.h:35:3: style: Class 'PageSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/PageSize.cpp:88:28: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/Process.cpp:136:5: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/SignalHandler.h:37:12: performance: Technically the member function 'SignalHandler::check' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/SignalHandler.cpp:68:21: note: Technically the member function 'SignalHandler::check' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/SignalHandler.h:37:12: note: Technically the member function 'SignalHandler::check' can be static.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:33:48: style: Function 'replaceStream' argument 1 names different: declaration 's' definition 'in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:37:46: note: Function 'replaceStream' argument 1 names different: declaration 's' definition 'in'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:33:48: note: Function 'replaceStream' argument 1 names different: declaration 's' definition 'in'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:43:40: style: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:38:28: note: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:43:40: note: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:57:40: style: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:39:28: note: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:57:40: note: Function 'readUnsigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:67:37: style: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:40:25: note: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:67:37: note: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:81:37: style: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:41:25: note: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.cpp:81:37: note: Function 'readSigned' argument 1 names different: declaration 'n' definition 'bytes'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:35:3: style: Class 'StreamReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamReader.h:61:2: style: Struct 'StreamReaderException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/StreamWriter.h:33:7: style: Class 'StreamWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/TFM.cpp:63:39: style: Function 'createFromFile' argument 1 names different: declaration 'fname' definition 'fontname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/TFM.h:35:43: note: Function 'createFromFile' argument 1 names different: declaration 'fname' definition 'fontname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/TFM.cpp:63:39: note: Function 'createFromFile' argument 1 names different: declaration 'fname' definition 'fontname'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/TFM.h:34:3: style: Class 'TFM' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/XMLString.h:34:3: style: Class 'XMLString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/gzstream.cpp:147:74: style: Function 'gzstreambase' argument 3 names different: declaration 'open_mode' definition 'mode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/gzstream.h:79:64: note: Function 'gzstreambase' argument 3 names different: declaration 'open_mode' definition 'mode'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/gzstream.cpp:147:74: note: Function 'gzstreambase' argument 3 names different: declaration 'open_mode' definition 'mode'.
luatex-0.70.1.20120524/source/texk/dvisvgm/dvisvgm-1.0.11/src/gzstream.h:57:5: warning: Member variable 'gzstreambuf::mode' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1067:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1091:6: style: The scope of the variable 'n1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1167:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1337:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1338:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1466:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1510:6: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1840:8: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1841:6: style: The scope of the variable 'blib1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:1842:6: style: The scope of the variable 'bits_left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:2046:7: error: Invalid putc() argument nr 1. The value is -16 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:2720:7: error: Invalid putc() argument nr 1. The value is -9 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:2820:7: error: Invalid putc() argument nr 1. The value is -11 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:2821:39: error: Invalid putc() argument nr 1. The value is -10 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/gsftopk/gsftopk.c:2838:0: error: Memory leak: substarg [memleak]
luatex-0.70.1.20120524/source/texk/kpathsea/cnf.c:171:11: style: The scope of the variable 'cnf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:88:12: style: The scope of the variable 'dir_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:88:27: style: The scope of the variable 'file_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:88:43: style: The scope of the variable 'ignore_dir_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:325:12: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:438:21: style: The scope of the variable 'orig_dirs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:127:11: style: Variable 'dir_count' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:130:11: style: Variable 'ignore_dir_count' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/kpathsea/db.c:349:11: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:63:18: style: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:137:74: note: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:63:18: note: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:64:27: style: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:138:46: note: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:64:27: note: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:65:11: style: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:138:61: note: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:65:11: note: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:78:18: style: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:140:42: note: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:78:18: note: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:79:27: style: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:141:51: note: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:79:27: note: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:80:11: style: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/kpathsea/getopt.h:141:66: note: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/texk/kpathsea/getopt1.c:80:11: note: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/texk/kpathsea/hash.c:226:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/kpathsea/hash.c:230:26: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/kpathsea/kpsewhich.c:327:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/kpsewhich.c:536:7: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:510:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:511:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:516:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:517:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:518:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:523:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:524:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:530:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:531:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:532:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:537:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:538:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:541:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:542:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:543:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:547:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:548:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:552:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:553:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:556:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:557:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:560:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:562:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:566:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:567:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:568:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:572:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:573:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:576:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:577:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:578:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:582:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:583:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:584:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:587:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:588:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:591:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:592:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:595:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:596:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:599:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:600:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:603:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:606:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:607:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:608:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:613:42: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:614:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:616:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:621:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:622:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:623:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:627:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:628:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:632:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:634:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:639:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:640:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:641:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:645:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:647:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:651:45: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:652:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:653:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:657:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:660:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:664:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:668:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:671:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:672:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:675:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:677:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:680:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:684:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:686:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:690:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:691:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:696:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:699:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:700:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:703:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:705:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:710:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:712:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:716:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:719:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:725:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:732:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:736:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:737:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:738:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:741:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:743:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:744:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:747:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:748:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:752:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:755:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:756:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:760:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:761:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:766:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:769:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:770:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:774:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:777:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:780:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:784:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:785:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:789:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:791:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:795:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:797:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:801:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:803:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:807:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:809:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:813:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:814:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:818:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-file.c:819:7: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-glyph.c:197:12: style: The scope of the variable 'lower_diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-glyph.c:197:24: style: The scope of the variable 'upper_diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/tex-make.c:96:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:314:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:368:14: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:375:8: style: The scope of the variable 'kpsedot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:378:16: style: The scope of the variable 'tdrive' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:798:10: style: The scope of the variable 'cont' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/fmtutil.c:705:0: error: Resource leak: in [resourceLeak]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:27:18: style: The scope of the variable 'de' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:28:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:29:10: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:89:9: style: The scope of the variable 'texmfdbs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:92:7: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexlsr.c:95:13: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexmf.c:24:9: style: The scope of the variable 'fp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexpk.c:247:5: warning: Return value of function getenv() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexpk.c:249:5: warning: Return value of function getenv() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexpk.c:58:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexpk.c:847:11: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktextfm.c:107:5: warning: Return value of function getenv() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktextfm.c:109:5: warning: Return value of function getenv() is not used. [ignoredReturnValue]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktextfm.c:73:15: style: The scope of the variable 'tdrive' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktextfm.c:327:0: error: Resource leak: fr [resourceLeak]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexupd.c:15:8: style: The scope of the variable 'lsrname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexupd.c:19:19: style: The scope of the variable 'pc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32/mktexupd.c:21:9: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32lib.c:341:16: style: The scope of the variable 'path' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32lib.c:343:8: style: The scope of the variable 'tlgslibdir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32lib.c:487:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/win32lib.c:1037:9: style: The scope of the variable 'new_argv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/kpathsea/xputenv.c:45:12: style: The scope of the variable 'new_item' can be reduced. [variableScope]
lacheck.c:3896:2: warning: Possible null pointer dereference: b [nullPointer]
lacheck.c:3785:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lacheck.c:3896:2: note: Null pointer dereference
lacheck.c:3897:2: warning: Possible null pointer dereference: b [nullPointer]
lacheck.c:3785:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lacheck.c:3897:2: note: Null pointer dereference
lacheck.c:3908:9: warning: Possible null pointer dereference: b [nullPointer]
lacheck.c:3785:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lacheck.c:3908:9: note: Null pointer dereference
lacheck.c:3639:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lacheck.c:348:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lacheck.c:3639:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lacheck.c:3658:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
lacheck.c:2241:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lacheck.c:3658:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
lacheck.c:4081:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lacheck.c:301:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lacheck.c:4081:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lacheck.c:4094:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lacheck.c:302:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lacheck.c:4094:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lacheck.c:4094:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lacheck.c:302:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lacheck.c:4094:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lacheck.c:4226:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lacheck.c:2207:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lacheck.c:4226:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/cfftot1.cc:155:2: error: Resource leak: f [resourceLeak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/cfftot1.cc:160:2: error: Resource leak: f [resourceLeak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/cfftot1.cc:162:18: error: Resource leak: f [resourceLeak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/cfftot1.cc:77:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_output' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_subr_bias' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_gsubr_bias' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_subr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:146:28: warning: Member variable 'MakeType1CharstringInterp::_cur_glyph' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:35:5: style: Class 'MakeType1CharstringInterp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/cfftot1/maket1font.cc:72:5: style: Class 'Subr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/include/lcdf/vector.cc:113:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/include/lcdf/vector.cc:120:20: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/cff.cc:332:17: style: The scope of the variable 'cff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otf.cc:994:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otf.cc:1013:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otf.cc:190:10: style: Technically the member function 'Efont::OpenType::::TagCompar::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otf.cc:189:5: style: Class 'TagCompar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgpos.cc:170:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgpos.cc:175:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgpos.cc:212:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgpos.cc:119:8: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgpos.cc:130:8: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:1126:3: style: Variable 'napplied' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:231:54: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:272:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:294:58: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:817:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:820:53: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:907:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:985:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:999:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfgsub.cc:1107:56: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/otfpost.cc:142:32: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/psres.cc:345:75: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1font.cc:442:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1fontskel.cc:312:12: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1mm.cc:293:16: style: The scope of the variable 'norm_design' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1rw.cc:88:27: style: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1rw.cc:78:21: note: 'original_pos' is assigned value '_pos' here.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/t1rw.cc:88:27: note: Same expression on both sides of '-' because the value of 'original_pos' and '_pos' are the same.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/libefont/ttfkern.cc:105:4: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/bezier.cc:272:0: error: Memory leak: a0 [memleak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/bezier.cc:272:0: error: Memory leak: a1 [memleak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/clp.c:960:20: style: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/clp.c:935:48: note: 'first_ambiguous' is assigned value '*ambiguous' here.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/clp.c:960:20: note: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/clp.c:681:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/clp.c:1676:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/error.cc:568:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/error.cc:574:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/error.cc:726:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/error.cc:234:17: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/permstr.cc:160:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/permstr.cc:171:2: error: Common realloc mistake: 'psc' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/liblcdf/string.cc:618:0: error: #error "unknown byte order" [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmafm/main.cc:183:12: warning: Either the condition 'underscore' is redundant or there is possible null pointer dereference: underscore. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmafm/main.cc:176:9: note: Assuming that condition 'underscore' is not redundant
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmafm/main.cc:183:12: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmafm/main.cc:219:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.hh:9:5: style: Class 'MyFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/main.cc:104:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:184:67: style: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.hh:25:54: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:184:67: note: Function 'interpolate_dict_num' argument 3 names different: declaration 'round_integer' definition 'force_integer'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:232:32: style: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.hh:14:33: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:232:32: note: Function 'interpolate_dicts' argument 1 names different: declaration 'force_integers' definition 'force_integer'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:276:63: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/myfont.cc:283:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:63:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:70:26: warning: Member variable 'HintReplacementDetector::_subr_level' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_subr_level' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_subr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_in_prefix' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:234:20: warning: Member variable 'Type1OneMMRemover::_must_expand' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:526:22: warning: Member variable 'Type1BadCallRemover::_is_subr' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:751:15: warning: Member variable 'SubrExpander::_subr_level' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:178:5: style: Class 'Type1OneMMRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/mmpfb/t1rewrit.cc:512:5: style: Class 'Type1BadCallRemover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otfinfo/otfinfo.cc:100:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/automatic.cc:59:17: style: struct member 'Anonymous3::texdir' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/automatic.cc:668:11: style: Variable 'fd' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:202:50: style: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:26:38: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:202:50: note: Function 'encoding_of' argument 2 names different: declaration 'encode' definition 'encoding_required'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:709:45: style: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:33:38: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:709:45: note: Function 'parse_position' argument 1 names different: declaration 'ligkern_text' definition 'position_text'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:721:84: style: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:95:66: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:721:84: note: Function 'bad_codepoint' argument 3 names different: declaration 'bad_unicodes' definition 'unencoded'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:187:16: warning: Member variable 'DvipsEncoding::_file_had_ligkern' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::x' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/metrics.hh:18:5: warning: Member variable 'Setting::y' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:90:9: style: Unused private function: 'DvipsEncoding::parse_ligkern_words' [unusedPrivateFunction]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:91:9: style: Unused private function: 'DvipsEncoding::parse_position_words' [unusedPrivateFunction]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:92:9: style: Unused private function: 'DvipsEncoding::parse_unicoding_words' [unusedPrivateFunction]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:93:10: style: Technically the member function 'DvipsEncoding::parse_word_group' can be const. [functionConst]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:536:16: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.hh:93:10: note: Technically the member function 'DvipsEncoding::parse_word_group' can be const.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:77:10: style: The function 'encode_uni' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:69:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:77:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:78:9: style: The function 'setting' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:70:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:78:9: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:400:11: error: Uninitialized variable: endptr [uninitvar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/dvipsencoding.cc:410:11: error: Uninitialized variable: endptr [uninitvar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/glyphfilter.cc:73:40: style: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/glyphfilter.hh:40:19: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/glyphfilter.cc:73:40: note: Function 'Pattern' argument 1 names different: declaration 'type' definition 'ptype'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/glyphfilter.hh:40:2: style: Struct 'Pattern' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/glyphfilter.cc:225:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/metrics.cc:473:5: style: Class 'ChangedContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:1653:43: style: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.hh:11:50: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:1653:43: note: Function 'installed_metrics_font_name' argument 1 names different: declaration 'font_name' definition 'base_font_name'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:721:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:1414:7: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:1537:7: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:1556:7: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:2267:7: style: Exception should be caught by reference. [catchExceptionByValue]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/otftotfm.cc:300:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:89:49: style: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.hh:21:43: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:89:49: note: Function 'FontInfo' argument 1 names different: declaration 'otf' definition 'otf_'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_is_fixed_pitch' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:89:11: warning: Member variable 'FontInfo::_italic_angle' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:94:5: style: Struct 'FontInfo' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/secondary.cc:311:15: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.cc:238:39: style: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.hh:30:60: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.cc:238:39: note: Function 'find_offset' argument 1 names different: declaration 'uni' definition 'u'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.cc:260:36: style: Function 'property' argument 1 names different: declaration 'uni' definition 'u'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.hh:19:34: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.cc:260:36: note: Function 'property' argument 1 names different: declaration 'uni' definition 'u'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/uniprop.cc:287:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/util.cc:36:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/util.hh:17:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/otftotfm/util.cc:36:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.cc:109:5: style: Class 'Sectioner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1dotlessj/t1dotlessj.cc:79:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:60: style: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.hh:28:45: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:60: note: Function 'CharstringChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:487:68: style: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.hh:81:49: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:487:68: note: Function 'CharstringSubrChecker' argument 1 names different: declaration 'weight_vec' definition 'weight'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:29:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_ncommand' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_subrno' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_started' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_flex' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_cp_exists' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_hstem3' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_vstem3' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:35:20: warning: Member variable 'CharstringChecker::_just_flexed' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:481:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.cc:487:24: warning: Member variable 'CharstringSubrChecker::_returned' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.hh:28:5: style: Class 'CharstringChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/cscheck.hh:81:5: style: Class 'CharstringSubrChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1lint/t1lint.cc:66:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1rawafm/t1rawafm.cc:72:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/md5.c:335:22: style: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/md5.h:42:27: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/md5.c:335:22: note: Function 'md5_final_text' argument 1 names different: declaration 'text_digest' definition 'buf'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/t1reencode.cc:1108:0: error: Memory leak: font [memleak]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/t1reencode.cc:637:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/util.cc:30:53: style: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/util.hh:6:56: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1reencode/util.cc:30:53: note: Function 'read_file' argument 3 names different: declaration 'warn' definition 'warning'.
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:129:5: style: Class 'GridTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:137:5: style: Class 'SmokeTestpager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:295:5: style: Class 'Smoker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:132:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:132:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:133:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:133:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:140:10: style: The function 'prolog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:114:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:140:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:141:10: style: The function 'font' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:119:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:141:10: note: Function in derived class
luatex-0.70.1.20120524/source/texk/lcdf-typetools/t1testpage/t1testpage.cc:76:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/lcdf-typetools/ttftotype42/ttftotype42.cc:73:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/makeindexk/genind.c:104:13: style: The scope of the variable 'let' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/genind.c:370:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/genind.c:435:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/genind.c:436:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/genind.c:437:13: style: The scope of the variable 'page' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.c:301:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.c:463:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.c:86:15: style: Function 'mk_getc' argument 1 names different: declaration 'str' definition 'stream'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.h:228:27: note: Function 'mk_getc' argument 1 names different: declaration 'str' definition 'stream'.
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.c:86:15: note: Function 'mk_getc' argument 1 names different: declaration 'str' definition 'stream'.
luatex-0.70.1.20120524/source/texk/makeindexk/mkind.c:226:7: error: Uninitialized variable: ap [uninitvar]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:66:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:255:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:490:13: style: The scope of the variable 'the_new' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:533:13: style: The scope of the variable 'the_new' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:459:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:492:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/makeindexk/scanid.c:535:15: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/makeindexk/scanst.c:316:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:167:13: style: The scope of the variable 'al' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:168:13: style: The scope of the variable 'bl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:296:27: style: Function 'new_strcmp' argument 1 names different: declaration 'a' definition 's1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:41:39: note: Function 'new_strcmp' argument 1 names different: declaration 'a' definition 's1'.
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:296:27: note: Function 'new_strcmp' argument 1 names different: declaration 'a' definition 's1'.
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:296:46: style: Function 'new_strcmp' argument 2 names different: declaration 'b' definition 's2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:41:57: note: Function 'new_strcmp' argument 2 names different: declaration 'b' definition 's2'.
luatex-0.70.1.20120524/source/texk/makeindexk/sortid.c:296:46: note: Function 'new_strcmp' argument 2 names different: declaration 'b' definition 's2'.
luatex-0.70.1.20120524/source/texk/makejvf/main.c:18:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:64:3: style: Variable 'cc' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:62:3: note: Variable 'cc' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:64:3: note: Variable 'cc' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:55:6: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:55:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:6: style: The scope of the variable 'lh' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:9: style: The scope of the variable 'ec' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:12: style: The scope of the variable 'nw' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:15: style: The scope of the variable 'nh' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:18: style: The scope of the variable 'nd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:21: style: The scope of the variable 'ni' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:24: style: The scope of the variable 'nl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:27: style: The scope of the variable 'nk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:30: style: The scope of the variable 'ng' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:56:33: style: The scope of the variable 'np' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/makejvf/tfmread.c:64:8: style: Variable 'cc' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/mendexk/fread.c:54:4: error: Common realloc mistake: 'ind' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:390:7: performance: Buffer 'tmpbuff' is being written before its old content has been used. [redundantCopy]
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:389:7: note: Buffer 'tmpbuff' is being written before its old content has been used.
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:390:7: note: Buffer 'tmpbuff' is being written before its old content has been used.
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:189:36: warning: Either the condition 'j==0' is redundant, otherwise there is negative array index -2. [negativeIndex]
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:184:24: note: Assuming that condition 'j==0' is not redundant
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:189:36: note: Negative array index
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:189:53: warning: Either the condition 'j==0' is redundant, otherwise there is negative array index -1. [negativeIndex]
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:184:24: note: Assuming that condition 'j==0' is not redundant
luatex-0.70.1.20120524/source/texk/mendexk/fwrite.c:189:53: note: Negative array index
luatex-0.70.1.20120524/source/texk/mendexk/main.c:35:14: style: The scope of the variable 'envbuff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/pageread.c:11:8: style: The scope of the variable 'cc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/sort.c:173:15: style: The scope of the variable 'num1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/sort.c:173:20: style: The scope of the variable 'num2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/sort.c:253:15: style: The scope of the variable 'num1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/sort.c:253:20: style: The scope of the variable 'num2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/styfile.c:218:6: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/mendexk/styfile.c:239:35: style: Function 'sstrlen' argument 1 names different: declaration 'buff' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/mendexk/styfile.c:22:35: note: Function 'sstrlen' argument 1 names different: declaration 'buff' definition 's'.
luatex-0.70.1.20120524/source/texk/mendexk/styfile.c:239:35: note: Function 'sstrlen' argument 1 names different: declaration 'buff' definition 's'.
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:161:22: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:162:21: style: The scope of the variable 'qhat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:249:32: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:205:18: warning: Shifting 32-bit value by 32 bits is undefined behaviour. See condition at line 205. [shiftTooManyBits]
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:205:55: note: Assuming that condition 'shift!=0' is not redundant
luatex-0.70.1.20120524/source/texk/ps2pkm/arith.c:205:18: note: Shift
luatex-0.70.1.20120524/source/texk/ps2pkm/curves.c:151:7: style: Variable 'xBC' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/curves.c:151:20: style: Variable 'yBC' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:177:4: warning: Either the condition 'encname==NULL' is redundant or there is possible null pointer dereference: encname. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:171:24: note: Assuming that condition 'encname==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:177:4: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:178:8: warning: Either the condition 'encname==NULL' is redundant or there is possible null pointer dereference: encname. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:171:24: note: Assuming that condition 'encname==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:178:8: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:128:31: style: The scope of the variable 'wx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:128:35: style: The scope of the variable 'cc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:130:16: style: The scope of the variable 'ns' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:294:10: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:294:13: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/encoding.c:227:0: error: Resource leak: afm [resourceLeak]
luatex-0.70.1.20120524/source/texk/ps2pkm/filenames.c:83:14: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/flisearch.c:17:17: style: Unused variable: file [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:277:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:279:17: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:295:12: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:195:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:239:7: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/fontfcn.c:239:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:588:81: warning: Either the condition 'prev==0' is redundant or there is possible null pointer dereference: prev. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:614:25: note: Assuming that condition 'prev==0' is not redundant
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:588:81: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:130:7: style: The scope of the variable 'idealWidth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:374:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:381:31: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:392:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:847:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/hints.c:855:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/mag.c:84:15: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/mag.c:84:24: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/mag.c:86:10: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/objects.c:901:19: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:214:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:214:8: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:214:8: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:235:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:261:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:261:8: warning: 'z' in format string (no. 2) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:306:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:349:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:349:8: warning: 'z' in format string (no. 2) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:349:8: warning: 'z' in format string (no. 3) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:456:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:456:8: warning: 'z' in format string (no. 2) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:457:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:457:8: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:612:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:659:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:659:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:712:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:876:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1031:24: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1098:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1098:8: warning: 'z' in format string (no. 2) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1098:8: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1098:8: warning: %x in format string (no. 4) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1131:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1131:8: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'signed int *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1131:8: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1209:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1209:8: warning: 'z' in format string (no. 2) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1210:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1210:8: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1210:8: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1210:8: warning: %x in format string (no. 4) requires 'unsigned int' but the argument type is 'double *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1385:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1407:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1437:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1449:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1449:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1449:24: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1449:24: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1455:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1455:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1455:24: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1455:24: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1464:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1464:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1466:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1466:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1466:24: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1475:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1475:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1475:24: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1475:24: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1478:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1478:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1487:24: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1487:24: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1487:24: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1487:24: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1493:24: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'signed int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1504:16: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:472:35: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:510:35: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:547:27: warning: Redundant assignment of 'p1' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:558:35: warning: Redundant assignment of 'p2' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:720:18: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:884:18: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1141:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1230:35: warning: Redundant assignment of 'p0' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1387:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1391:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1411:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1414:21: warning: Redundant assignment of 'path' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:872:12: style: The scope of the variable 'wasclosed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:873:33: style: The scope of the variable 'nomove' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:965:26: style: The scope of the variable 'savex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:965:32: style: The scope of the variable 'savey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1050:26: style: Variable 'mypoint' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1059:29: error: Uninitialized variable: mypoint [uninitvar]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1058:29: error: Uninitialized struct member: mypoint.x [uninitStructMember]
luatex-0.70.1.20120524/source/texk/ps2pkm/paths.c:1059:29: error: Uninitialized struct member: mypoint.y [uninitStructMember]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:45:15: style: Condition '!done' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:44:12: note: Assignment 'done=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:45:15: note: Condition '!done' is always true
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:71:20: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:81:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:96:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:34:17: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pfb2pfa.c:36:13: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:38:8: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:38:21: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:38:38: style: The scope of the variable 'row' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:38:43: style: The scope of the variable 'col' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:40:14: style: The scope of the variable 'word' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:97:25: style: The scope of the variable 'bitsleft' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:98:16: style: The scope of the variable 'nextword' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pk2bm.c:177:21: style: The scope of the variable 'bit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:358:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:357:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:358:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:359:4: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:358:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:359:4: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:155:22: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:241:13: style: The scope of the variable 'rowsleft' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:243:13: style: The scope of the variable 'hbit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkin.c:244:12: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:466:13: warning: Redundant assignment of 'i' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:177:24: style: The scope of the variable 'newrow' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:416:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:39:20: style: Function 'pk_open' argument 1 names different: declaration 'name' definition 'pkname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.h:21:20: note: Function 'pk_open' argument 1 names different: declaration 'name' definition 'pkname'.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:39:20: note: Function 'pk_open' argument 1 names different: declaration 'name' definition 'pkname'.
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:176:8: style: Unused variable: color1 [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:177:8: style: Unused variable: pixels [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:416:11: style: Unused variable: pl [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:416:15: style: Unused variable: current_value [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/pkout.c:417:10: style: Unused variable: two_byte [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/pktest.c:22:8: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pktest.c:22:35: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/pktest.c:72:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:236:16: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:237:8: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:240:3: style: The scope of the variable 't1inputs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:364:34: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:549:11: style: Unused variable: leftbit [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:567:11: style: Unused variable: leftbit [unusedVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/ps2pk.c:590:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:239:14: style: Condition 'tilde' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:427:17: style: Condition 'tilde' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:226:10: style: The scope of the variable 'fn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:477:11: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:530:32: style: The scope of the variable 'pfli' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/psearch.c:530:39: style: The scope of the variable 'fliname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:335:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:379:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'segment *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:456:16: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:456:16: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:476:32: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:476:32: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:507:16: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:507:16: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:599:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:664:8: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:664:8: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:664:8: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:918:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:971:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1087:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1087:8: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1127:15: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1127:15: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1194:16: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1194:16: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1342:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1342:8: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1351:16: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1536:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'region *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1646:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'region *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1649:8: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1649:8: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1649:8: warning: %p in format string (no. 3) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1649:8: warning: %p in format string (no. 4) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1678:24: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1698:40: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1701:40: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'edgelist *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:406:26: warning: Redundant assignment of 'p' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:371:26: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:371:28: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:596:21: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:597:21: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:658:26: style: The scope of the variable 'ymin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:658:31: style: The scope of the variable 'ymax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:659:26: style: The scope of the variable 'x_at_ymin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:659:36: style: The scope of the variable 'x_at_ymax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1459:21: style: The scope of the variable 'xmin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1459:26: style: The scope of the variable 'xmax' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1668:21: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:163:44: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:816:38: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1467:23: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1659:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1666:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:1667:28: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:677:36: style: Variable 'x_at_ymin' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/regions.c:679:36: style: Variable 'x_at_ymax' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ps2pkm/scanfont.c:640:15: style: Condition '1>0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/scanfont.c:606:10: style: The scope of the variable 'objP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/scanfont.c:789:8: style: The scope of the variable 'J' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/scanfont.c:1274:10: style: The scope of the variable 'V' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:744:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:745:8: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:745:8: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:745:8: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:745:8: warning: %f in format string (no. 4) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:765:8: warning: 'z' in format string (no. 1) is a length modifier and cannot be used without a conversion specifier. [invalidLengthModifierError]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:765:8: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:765:8: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:993:8: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'XYspace *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:993:8: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:993:8: warning: %x in format string (no. 4) requires 'unsigned int' but the argument type is 'void *'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:995:8: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:995:8: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:997:8: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:997:8: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:998:8: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:998:8: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:1000:8: warning: %p in format string (no. 1) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:1000:8: warning: %p in format string (no. 2) requires an address but the argument type is 'signed int'. [invalidPrintfArgType_p]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:682:18: warning: Redundant assignment of 'F' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:693:18: warning: Redundant assignment of 'P' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/spaces.c:336:12: error: Uninitialized variable: context [uninitvar]
luatex-0.70.1.20120524/source/texk/ps2pkm/strexpr.c:212:22: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/strexpr.c:247:22: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:387:5: style: Variable 'type1Font->pDefault' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:385:5: note: Variable 'type1Font->pDefault' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:387:5: note: Variable 'type1Font->pDefault' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:142:15: style: The scope of the variable 'txx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:142:20: style: The scope of the variable 'tyx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:142:25: style: The scope of the variable 'txy' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:142:30: style: The scope of the variable 'tyy' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:316:18: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:422:23: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:425:22: style: The scope of the variable 'leftP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:425:29: style: The scope of the variable 'rightP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:450:48: style: The scope of the variable 'data' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:245:35: warning: Redundant assignment of 'area->ymax' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:418:12: style: Function 'fill' argument 5 names different: declaration 'byte' definition 'Byte'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:96:8: note: Function 'fill' argument 5 names different: declaration 'byte' definition 'Byte'.
luatex-0.70.1.20120524/source/texk/ps2pkm/t1funcs.c:418:12: note: Function 'fill' argument 5 names different: declaration 'byte' definition 'Byte'.
luatex-0.70.1.20120524/source/texk/ps2pkm/t1io.c:135:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1io.c:180:7: style: The scope of the variable 'H' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1io.c:229:10: style: The scope of the variable 'L' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:351:33: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:422:14: style: The scope of the variable 'w' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:458:17: style: The scope of the variable 'x_res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:459:17: style: The scope of the variable 'y_res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:460:17: style: The scope of the variable 'pointsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:330:16: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:374:33: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/ps2pkm/t1test.c:381:33: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:280:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:389:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:495:7: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:690:10: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:727:7: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:800:7: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:1162:17: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:1163:9: style: The scope of the variable 'actionP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:445:24: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:111:14: error: Expression 'exponent=-(++exponent>>1)' depends on order of evaluation of side effects [unknownEvaluationOrder]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:110:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ps2pkm/token.c:115:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1568:45: style: Condition 'erosion>=0.5' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1509:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1568:45: note: Condition 'erosion>=0.5' is always true
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1569:15: style: Condition 'erode' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1509:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1568:34: note: Assignment 'erode=0!=2&&erosion>=0.5', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1569:15: note: Condition 'erode' is always true
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1618:45: style: Condition 'erosion>=0.5' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1509:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1618:45: note: Condition 'erosion>=0.5' is always true
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1619:15: style: Condition 'erode' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1509:20: note: Assignment 'erosion=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1618:34: note: Assignment 'erode=0!=2&&erosion>=0.5', assigned value is 1
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1619:15: note: Condition 'erode' is always true
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1140:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1140:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1161:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1161:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1182:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1182:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1205:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1205:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1205:3: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1205:3: warning: %f in format string (no. 4) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1206:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1206:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1296:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1296:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1327:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1327:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1327:3: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1391:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1391:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1391:3: warning: %f in format string (no. 3) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1391:3: warning: %f in format string (no. 4) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1409:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1409:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1739:3: warning: %f in format string (no. 1) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1739:3: warning: %f in format string (no. 2) requires 'double' but the argument type is 'double *'. [invalidPrintfArgType_float]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:338:10: style: The scope of the variable 'stembottom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:338:22: style: The scope of the variable 'stemtop' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:338:31: style: The scope of the variable 'flatposition' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:341:7: style: The scope of the variable 'suppressovershoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:341:26: style: The scope of the variable 'enforceovershoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:342:21: style: The scope of the variable 'flatpospixels' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:342:36: style: The scope of the variable 'overshoot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1046:19: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1501:10: style: The scope of the variable 'dmin' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1504:8: style: The scope of the variable 'yflag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1507:7: style: The scope of the variable 'flipXY' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1509:10: style: The scope of the variable 'erosion' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1511:10: style: The scope of the variable 'shrink' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1512:10: style: The scope of the variable 'dX' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1512:14: style: The scope of the variable 'dY' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1513:8: style: The scope of the variable 'erode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1514:10: style: The scope of the variable 'eShift' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1515:10: style: The scope of the variable 'cx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1515:14: style: The scope of the variable 'cy' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1516:10: style: The scope of the variable 'ex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/type1.c:1516:14: style: The scope of the variable 'ey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ps2pkm/util.c:82:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ps2pkm/util.c:67:9: style: The scope of the variable 'answer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:33:18: style: Function 'EUCtoJIS' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:21:25: note: Function 'EUCtoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:33:18: note: Function 'EUCtoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:38:18: style: Function 'JIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:22:25: note: Function 'JIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:38:18: note: Function 'JIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:44:19: style: Function 'SJIStoJIS' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:25:26: note: Function 'SJIStoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:44:19: note: Function 'SJIStoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:61:19: style: Function 'JIStoSJIS' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:26:26: note: Function 'JIStoSJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:61:19: note: Function 'JIStoSJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:83:19: style: Function 'SJIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:29:26: note: Function 'SJIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:83:19: note: Function 'SJIStoEUC' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:88:19: style: Function 'EUCtoSJIS' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:30:26: note: Function 'EUCtoSJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:88:19: note: Function 'EUCtoSJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:94:20: style: Function 'KUTENtoJIS' argument 1 names different: declaration 'c' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/kanjicnv.h:33:27: note: Function 'KUTENtoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/kanjicnv.c:94:20: note: Function 'KUTENtoJIS' argument 1 names different: declaration 'c' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:168:17: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:180:37: style: Function 'set_enc_string' argument 1 names different: declaration 'file' definition 'file_str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:39:49: note: Function 'set_enc_string' argument 1 names different: declaration 'file' definition 'file_str'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:180:37: note: Function 'set_enc_string' argument 1 names different: declaration 'file' definition 'file_str'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:180:60: style: Function 'set_enc_string' argument 2 names different: declaration 'inter' definition 'internal_str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:39:68: note: Function 'set_enc_string' argument 2 names different: declaration 'inter' definition 'internal_str'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:180:60: note: Function 'set_enc_string' argument 2 names different: declaration 'inter' definition 'internal_str'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:299:18: style: Function 'toBUFF' argument 1 names different: declaration 'inter' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:60:34: note: Function 'toBUFF' argument 1 names different: declaration 'inter' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:299:18: note: Function 'toBUFF' argument 1 names different: declaration 'inter' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:322:19: style: Function 'fromJIS' argument 1 names different: declaration 'jis' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:69:35: note: Function 'fromJIS' argument 1 names different: declaration 'jis' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:322:19: note: Function 'fromJIS' argument 1 names different: declaration 'jis' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:339:19: style: Function 'fromEUC' argument 1 names different: declaration 'euc' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:70:35: note: Function 'fromEUC' argument 1 names different: declaration 'euc' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:339:19: note: Function 'fromEUC' argument 1 names different: declaration 'euc' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:354:20: style: Function 'fromSJIS' argument 1 names different: declaration 'sjis' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:71:36: note: Function 'fromSJIS' argument 1 names different: declaration 'sjis' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:354:20: note: Function 'fromSJIS' argument 1 names different: declaration 'sjis' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:369:21: style: Function 'fromKUTEN' argument 1 names different: declaration 'kuten' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:72:37: note: Function 'fromKUTEN' argument 1 names different: declaration 'kuten' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:369:21: note: Function 'fromKUTEN' argument 1 names different: declaration 'kuten' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:376:19: style: Function 'fromUCS' argument 1 names different: declaration 'ucs' definition 'kcode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc/ptexenc.h:73:36: note: Function 'fromUCS' argument 1 names different: declaration 'ucs' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/ptexenc.c:376:19: note: Function 'fromUCS' argument 1 names different: declaration 'ucs' definition 'kcode'.
luatex-0.70.1.20120524/source/texk/ptexenc/unicode-jp.c:244:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ptexenc/unicode-jp.c:244:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:526:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:684:26: style: The scope of the variable 'ActualPage' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:719:15: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:895:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:749:19: portability: Undefined behaviour, pointer arithmetic 'oplen-128' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/seetexk/dvibook.c:895:2: error: Invalid putc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:304:18: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:305:14: style: The scope of the variable 'warn1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:306:14: style: The scope of the variable 'warn2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:554:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:679:15: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviconcat.c:697:19: portability: Undefined behaviour, pointer arithmetic 'oplen-128' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/seetexk/dviselect.c:786:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviselect.c:930:15: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dviselect.c:960:19: portability: Undefined behaviour, pointer arithmetic 'oplen-128' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/seetexk/dvitodvi.c:779:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvitodvi.c:918:15: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/dvitodvi.c:1114:2: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/seetexk/dvitodvi.c:948:19: portability: Undefined behaviour, pointer arithmetic 'oplen-128' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/seetexk/dvitodvi.c:1114:2: error: Invalid putc() argument nr 1. The value is -1 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/seetexk/error.c:80:4: error: Common realloc mistake: 'trap_buf' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/seetexk/fio.c:51:1: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/seetexk/fio.c:53:1: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/seetexk/search.c:105:22: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/seetexk/search.c:134:17: style: Checking if unsigned variable 's->s_space' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2840:7: warning: Either the condition 'if(font_sty)' is redundant or there is possible null pointer dereference: font_sty. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2855:3: note: Assuming that condition 'if(font_sty)' is not redundant
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2840:7: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2841:13: warning: Either the condition 'if(font_sty)' is redundant or there is possible null pointer dereference: font_sty. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2855:3: note: Assuming that condition 'if(font_sty)' is not redundant
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2841:13: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2864:43: warning: Either the condition 'if(font_sty)' is redundant or there is possible null pointer dereference: font_sty. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2874:3: note: Assuming that condition 'if(font_sty)' is not redundant
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2864:43: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2992:24: warning: Either the condition '!tmp_file' is redundant or there is possible null pointer dereference: tmp_file. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2719:11: note: Assuming that condition '!tmp_file' is not redundant
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2992:24: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:661:42: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:661:46: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:742:60: style: The scope of the variable 'ext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:831:58: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:981:32: style: The scope of the variable 'file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:982:35: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1011:49: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1340:38: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1341:33: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1382:30: style: The scope of the variable 'temp_eoln_ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1533:20: style: The scope of the variable 'pp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:1695:56: style: The scope of the variable 'TEX4HTENV' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2092:39: style: The scope of the variable 'to_op' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2695:51: style: The scope of the variable 'tmp_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:2696:39: style: The scope of the variable 'css_sty' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:3133:57: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:3134:44: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/t4ht.c:3136:45: style: The scope of the variable 'flag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:11501:17: error: Array 'push_st[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:11656:17: error: Array 'push_st[256]' accessed at index 256, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8860:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8857:1: note: outer condition: needs_accent_sym
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8860:7: note: identical inner condition: needs_accent_sym
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:1858:16: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4716:13: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7667:19: warning: %d in format string (no. 2) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7667:19: warning: %d in format string (no. 3) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8864:17: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8872:17: warning: %d in format string (no. 6) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10295:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9288:18: warning: Either the condition 'q==(struct files_rec*)0' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9287:7: note: Assuming that condition 'q==(struct files_rec*)0' is not redundant
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9288:18: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:1720:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:1918:15: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2192:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2488:52: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2727:24: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2875:34: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2918:51: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2957:36: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3115:19: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3506:8: style: The scope of the variable 'chr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3590:23: style: The scope of the variable 'env_var_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3604:35: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3736:52: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3737:49: style: The scope of the variable 'file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3785:61: style: The scope of the variable 'save_ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3873:52: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4183:5: style: The scope of the variable 'dirp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4251:35: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4304:27: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4325:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4408:14: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4409:14: style: The scope of the variable 'dec' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4410:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4759:15: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4759:26: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:4761:11: style: The scope of the variable 'mag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5056:15: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5056:26: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5058:11: style: The scope of the variable 'mag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5827:37: style: The scope of the variable 'curr_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5828:35: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5828:38: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5829:38: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:5881:5: style: The scope of the variable 'stack_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:6411:57: style: The scope of the variable 'TEX4HTENV' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7082:5: style: The scope of the variable 'chr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7284:23: style: The scope of the variable 'new_font_checksum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7857:5: style: The scope of the variable 'loopBound' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7933:50: style: The scope of the variable 'char_f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:7933:58: style: The scope of the variable 'char_l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8075:47: style: The scope of the variable 'del' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8076:44: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8087:42: style: The scope of the variable 'digit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8147:17: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8316:54: style: The scope of the variable 'file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8529:59: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:8531:20: style: The scope of the variable 'is_dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9307:24: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9455:13: style: The scope of the variable 'flag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:9908:38: style: The scope of the variable 'mark' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10300:32: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10301:26: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10380:34: style: The scope of the variable 'sign' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10381:28: style: The scope of the variable 'done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10425:37: style: The scope of the variable 'dim_on' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:10477:40: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:11316:5: style: The scope of the variable 'place' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:11547:29: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:12189:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:2437:51: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/tex4htk/tex4ht.c:3656:24: style: Variable 'str' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:68:3: warning: Either the condition 'if(lua_argv)' is redundant or there is possible null pointer dereference: lua_argv. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:76:6: note: Assuming that condition 'if(lua_argv)' is not redundant
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:68:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:69:3: warning: Either the condition 'if(lua_argv)' is redundant or there is possible null pointer dereference: lua_argv. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:76:6: note: Assuming that condition 'if(lua_argv)' is not redundant
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:69:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:70:3: warning: Either the condition 'if(lua_argv)' is redundant or there is possible null pointer dereference: lua_argv. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:76:6: note: Assuming that condition 'if(lua_argv)' is not redundant
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:70:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:71:3: warning: Either the condition 'if(lua_argv)' is redundant or there is possible null pointer dereference: lua_argv. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:76:6: note: Assuming that condition 'if(lua_argv)' is not redundant
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/runscript_dll.c:71:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/tl-tray-menu.c:229:0: error: Resource leak: CONFIG [resourceLeak]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/tlmgr-gui.c:34:9: style: Unused variable: name [unusedVariable]
luatex-0.70.1.20120524/source/texk/texlive/w32_wrapper/tlmgr-gui.c:34:16: style: Unused variable: ext [unusedVariable]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:44:14: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:96:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:140:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:183:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:281:7: style: The scope of the variable 'method' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/emtexdir.c:281:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ligkern.c:134:9: style: The scope of the variable 'mlist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ligkern.c:137:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ligkern.c:263:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/newobj.c:158:9: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:125:9: style: The scope of the variable 'real_encname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:126:9: style: The scope of the variable 'enc_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:127:16: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:129:8: style: The scope of the variable 'numbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/parse.c:132:8: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:165:7: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:571:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:572:8: style: The scope of the variable 'blib1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:573:8: style: The scope of the variable 'bits_left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:760:8: error: Invalid putc() argument nr 1. The value is -9 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:864:8: error: Invalid putc() argument nr 1. The value is -11 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk/pklib.c:866:10: error: Invalid putc() argument nr 1. The value is -10 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk/subfont.c:329:16: style: The scope of the variable 'rsf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/tfmaux.c:96:17: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/tfmaux.c:125:20: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/tfmaux.c:285:14: style: The scope of the variable 'old_byte1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2pk.c:117:16: style: The scope of the variable 'temp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2pk.c:243:9: style: The scope of the variable 'config_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2pk.c:244:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2pk.c:644:17: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2tfm.c:65:15: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2tfm.c:309:7: style: The scope of the variable 'arginc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttf2tfm.c:311:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttfaux.c:653:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttfenc.c:1050:16: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttfenc.c:1193:21: style: The scope of the variable 'ti' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttfenc.c:1234:12: style: The scope of the variable 'ti' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttflib.c:555:22: style: The scope of the variable 'Num' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttflib.c:661:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/ttflib.c:573:15: style: Checking if unsigned variable 'Num' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/ttf2pk/vplaux.c:113:21: style: The scope of the variable 'aci' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk/vplaux.c:141:24: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:44:14: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:96:13: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:140:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:183:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:281:7: style: The scope of the variable 'method' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/emtexdir.c:281:15: style: The scope of the variable 'rc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ligkern.c:134:9: style: The scope of the variable 'mlist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ligkern.c:137:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ligkern.c:263:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/newobj.c:158:9: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:125:9: style: The scope of the variable 'real_encname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:126:9: style: The scope of the variable 'enc_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:127:16: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:129:8: style: The scope of the variable 'numbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:131:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/parse.c:132:8: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:165:7: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:571:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:572:8: style: The scope of the variable 'blib1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:573:8: style: The scope of the variable 'bits_left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:760:8: error: Invalid putc() argument nr 1. The value is -9 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:864:8: error: Invalid putc() argument nr 1. The value is -11 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk2/pklib.c:866:10: error: Invalid putc() argument nr 1. The value is -10 but the valid values are '0:'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/ttf2pk2/subfont.c:329:16: style: The scope of the variable 'rsf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/tfmaux.c:96:17: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/tfmaux.c:125:20: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/tfmaux.c:285:14: style: The scope of the variable 'old_byte1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2pk.c:117:16: style: The scope of the variable 'temp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2pk.c:243:9: style: The scope of the variable 'config_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2pk.c:244:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2pk.c:644:17: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2tfm.c:65:15: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2tfm.c:309:7: style: The scope of the variable 'arginc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttf2tfm.c:311:8: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfaux.c:682:13: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfaux.c:123:18: style: The scope of the variable 'num_cmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfaux.c:124:18: style: The scope of the variable 'cmap_plat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfaux.c:124:31: style: The scope of the variable 'cmap_enc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfaux.c:500:10: style: The scope of the variable 'buff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfenc.c:1050:16: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfenc.c:1193:21: style: The scope of the variable 'ti' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttfenc.c:1234:12: style: The scope of the variable 'ti' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttflib.c:205:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttflib.c:205:21: style: The scope of the variable 'num_cmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttflib.c:726:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/ttflib.c:640:15: style: Checking if unsigned variable 'Num' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/ttf2pk2/vplaux.c:113:21: style: The scope of the variable 'aci' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttf2pk2/vplaux.c:141:24: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/cmap.c:644:19: style: The scope of the variable 'index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/cmap.c:769:31: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/cvt.c:27:51: style: Function 'ttfLoadCVT' argument 3 names different: declaration 'lenght' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/cvt.c:12:51: note: Function 'ttfLoadCVT' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/cvt.c:27:51: note: Function 'ttfLoadCVT' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/fpgm.c:27:52: style: Function 'ttfLoadFPGM' argument 3 names different: declaration 'lenght' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/fpgm.c:12:52: note: Function 'ttfLoadFPGM' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/fpgm.c:27:52: note: Function 'ttfLoadFPGM' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/gpos.c:411:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/gsub.c:55:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/gsub.c:325:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/hdmx.c:74:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:583:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:597:9: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:633:12: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:648:12: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:752:13: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:750:15: style: Unused variable: pos [unusedVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:769:15: style: Unused variable: tmp [unusedVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:774:13: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:775:13: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/interp.c:842:13: style: Variable 'point' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/kern.c:136:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/name.c:138:19: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:29:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:31:13: style: The scope of the variable 'lOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:86:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:175:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:176:13: style: The scope of the variable 'fOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:233:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:267:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:268:13: style: The scope of the variable 'lOffset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:315:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:94:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:209:28: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:379:36: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:461:54: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:969:54: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:974:54: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/otfcommon.c:979:54: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/pclt.c:76:2: warning: %hx in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned char'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/prep.c:27:52: style: Function 'ttfLoadPREP' argument 3 names different: declaration 'lenght' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/prep.c:12:52: note: Function 'ttfLoadPREP' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/prep.c:27:52: note: Function 'ttfLoadPREP' argument 3 names different: declaration 'lenght' definition 'length'.
luatex-0.70.1.20120524/source/texk/ttfdump/libttf/vdmx.c:118:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/alephdir/aleph.c:50:9: style: The scope of the variable 'c' can be reduced. [variableScope]
./ctie.w:593:6: style: The scope of the variable 'k' can be reduced. [variableScope]
./ctie.w:936:28: style: The scope of the variable 'inp_desc' can be reduced. [variableScope]
common.w:769:6: style: The scope of the variable 'ss' can be reduced. [variableScope]
common.w:789:6: style: The scope of the variable 'ss' can be reduced. [variableScope]
common.w:1028:6: style: The scope of the variable 'ss' can be reduced. [variableScope]
common.w:1029:5: style: The scope of the variable 'c' can be reduced. [variableScope]
common.w:1100:6: style: The scope of the variable 'k' can be reduced. [variableScope]
ctangle.w:852:6: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/lib/basechsuffix.c:20:12: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/lib/texmfmp.c:1519:7: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:48:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:49:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:61:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:173:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:197:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:198:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:217:15: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:847:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:246:16: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:336:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/image/pdftoepdf.cc:224:12: warning: Assert statement calls a function which may have desired side effects: 'findObjMap'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:114:15: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:377:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:448:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:469:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:489:16: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:532:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:551:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:597:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:622:16: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:806:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:827:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1288:16: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1316:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1332:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1348:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1364:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1383:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1398:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1427:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1458:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1459:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1482:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1483:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1506:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1558:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1578:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1597:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1616:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1617:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1640:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1641:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1693:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1708:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1723:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1751:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1972:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1990:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2032:16: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2051:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2068:19: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2090:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2116:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2146:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:2164:21: style: The scope of the variable 'uout' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lepdflib.cc:1413:11: style: Unused variable: s [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:46:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:47:17: style: The scope of the variable 'cnom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:77:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:78:17: style: The scope of the variable 'cnom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:248:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:250:9: style: The scope of the variable 'cur_cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lfontlib.c:251:9: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/liolib.c:389:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/liolib.c:436:12: style: The scope of the variable 'nr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/liolib.c:438:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:507:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:495:0: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:507:5: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:795:5: style: Variable 'kpse' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:791:0: note: Variable 'kpse' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:795:5: note: Variable 'kpse' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:797:5: style: Variable 'kp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:792:0: note: Variable 'kp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lkpselib.c:797:5: note: Variable 'kp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llanglib.c:206:19: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llualib.c:53:12: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llualib.c:88:12: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llualib.c:89:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llualib.c:268:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/llualib.c:269:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1147:5: style: Variable 'i' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1146:0: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1147:5: note: Variable 'i' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:176:15: style: The scope of the variable 'a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:199:15: style: The scope of the variable 'a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:528:15: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:560:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:653:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:833:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:899:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:977:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:977:12: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:993:15: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:994:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:994:12: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1013:15: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1014:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1014:12: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:1014:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lnodelib.c:2202:15: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/loslibext.c:520:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/loslibext.c:605:11: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/loslibext.c:634:21: style: The scope of the variable 'envitem_orig' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/loslibext.c:635:11: style: The scope of the variable 'envkey' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lpdflib.c:585:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lpdflib.c:586:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lpdflib.c:635:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lpdflib.c:699:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lpdflib.c:711:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lstatslib.c:61:9: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lstatslib.c:305:17: style: The scope of the variable 'st' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/lstatslib.c:306:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:300:20: style: Redundant condition: If 'c == ' '', the comparison 'c' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:391:20: style: Redundant condition: If 'c == ' '', the comparison 'c' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:442:16: style: Redundant condition: If 'c == ' '', the comparison 'c' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:482:20: style: Redundant condition: If 'c == ' '', the comparison 'c' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:69:12: warning: Either the condition 'if(st)' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:70:8: note: Assuming that condition 'if(st)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:69:12: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:144:9: style: The scope of the variable 'cattable' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:144:19: style: The scope of the variable 'startstrings' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:198:11: style: The scope of the variable 'st' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:199:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:256:18: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:588:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:588:15: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:631:9: style: The scope of the variable 'cur_cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:632:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:888:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:889:9: style: The scope of the variable 'cur_cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:889:17: style: The scope of the variable 'cur_cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1194:17: style: The scope of the variable 'st' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1195:15: style: The scope of the variable 'texstr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1197:9: style: The scope of the variable 'cur_cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1197:17: style: The scope of the variable 'cur_cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1198:9: style: The scope of the variable 'isglobal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1426:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1426:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1427:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1448:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1448:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1512:9: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1590:17: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1638:15: style: The scope of the variable 'n_ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1639:17: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1790:9: style: The scope of the variable 'ptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1791:25: style: The scope of the variable 'nestitem' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:2010:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:924:9: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltexlib.c:1235:31: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:226:13: style: Variable 'cs' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:225:13: note: Variable 'cs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:226:13: note: Variable 'cs' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:46:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:68:9: style: The scope of the variable 'chr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:113:9: style: The scope of the variable 'cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:131:9: style: The scope of the variable 'cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:131:13: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:132:20: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:173:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:216:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:218:9: style: The scope of the variable 'cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:218:13: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:218:18: style: The scope of the variable 'chr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:219:9: style: The scope of the variable 'save_nncs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:240:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:240:14: style: The scope of the variable 'chr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:240:19: style: The scope of the variable 'cs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua/ltokenlib.c:136:39: style: Variable 'cmd' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lapi.c:243:53: style: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lua.h:140:59: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lapi.c:243:53: note: Function 'lua_typename' argument 2 names different: declaration 'tp' definition 't'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lapi.c:1020:53: style: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lua.h:182:55: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lapi.c:1020:53: note: Function 'lua_newuserdata' argument 2 names different: declaration 'sz' definition 'size'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:158:61: style: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.h:50:63: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:158:61: note: Function 'luaL_checklstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:158:75: style: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.h:51:67: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:158:75: note: Function 'luaL_checklstring' argument 3 names different: declaration 'l' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:165:59: style: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.h:52:61: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:165:59: note: Function 'luaL_optlstring' argument 2 names different: declaration 'numArg' definition 'narg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:166:66: style: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.h:53:68: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lauxlib.c:166:66: note: Function 'luaL_optlstring' argument 4 names different: declaration 'l' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:518:3: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:549:3: style: Variable 'L->status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:547:3: note: Variable 'L->status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:549:3: note: Variable 'L->status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:506:38: style: Function 'lua_newcthread' argument 1 names different: declaration 'L' definition 'OL'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.h:29:46: note: Function 'lua_newcthread' argument 1 names different: declaration 'L' definition 'OL'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcoco.c:506:38: note: Function 'lua_newcthread' argument 1 names different: declaration 'L' definition 'OL'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:36:16: style: The scope of the variable 'previous' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:472:59: style: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:61:69: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:472:59: note: Function 'luaK_storevar' argument 3 names different: declaration 'e' definition 'ex'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:697:53: style: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:70:63: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:697:53: note: Function 'luaK_prefix' argument 3 names different: declaration 'v' definition 'e'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:745:54: style: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:72:64: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:745:54: note: Function 'luaK_posfix' argument 3 names different: declaration 'v1' definition 'e1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:745:67: style: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:72:77: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:745:67: note: Function 'luaK_posfix' argument 4 names different: declaration 'v2' definition 'e2'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:48: style: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:46:58: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:48: note: Function 'luaK_codeABC' argument 3 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:55: style: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:46:65: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:55: note: Function 'luaK_codeABC' argument 4 names different: declaration 'B' definition 'b'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:62: style: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:46:72: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:812:62: note: Function 'luaK_codeABC' argument 5 names different: declaration 'C' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:820:48: style: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:45:58: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:820:48: note: Function 'luaK_codeABx' argument 3 names different: declaration 'A' definition 'a'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:820:64: style: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.h:45:74: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lcode.c:820:64: note: Function 'luaK_codeABx' argument 4 names different: declaration 'Bx' definition 'bc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldebug.c:567:65: style: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldebug.h:22:58: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldebug.c:567:65: note: Function 'luaG_typeerror' argument 3 names different: declaration 'opname' definition 'op'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldo.c:450:27: style: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldo.h:45:51: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldo.c:450:27: note: Function 'luaD_pcall' argument 4 names different: declaration 'oldtop' definition 'old_top'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ldo.c:115:3: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lfunc.c:163:45: style: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lfunc.h:30:55: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lfunc.c:163:45: note: Function 'luaF_getlocalname' argument 1 names different: declaration 'func' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.c:112:50: style: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.h:77:60: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.c:112:50: note: Function 'luaX_syntaxerror' argument 2 names different: declaration 's' definition 'msg'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.c:81:21: warning: Either the condition 'token<257' is redundant or iscntrl() argument nr 1 can have invalid value. The value is 256 but the valid values are '0:255'. [invalidFunctionArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.c:79:13: note: Assuming that condition 'token<257' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/llex.c:81:21: note: Invalid argument
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:46:67: style: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.h:45:39: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:46:67: note: Function 'luaM_growaux_' argument 4 names different: declaration 'size_elem' definition 'size_elems'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:76:56: style: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.h:41:66: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:76:56: note: Function 'luaM_realloc_' argument 3 names different: declaration 'oldsize' definition 'osize'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:76:70: style: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.h:42:66: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lmem.c:76:70: note: Function 'luaM_realloc_' argument 4 names different: declaration 'size' definition 'nsize'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lobject.c:182:58: style: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lobject.h:377:68: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lobject.c:182:58: note: Function 'luaO_chunkid' argument 3 names different: declaration 'len' definition 'bufflen'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:359:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:359:14: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:362:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:362:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:363:17: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:363:17: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:364:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:364:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:365:21: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:365:21: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:366:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:366:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:367:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:367:14: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:368:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:368:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:369:14: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:369:14: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:370:3: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:370:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:371:20: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:371:20: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:376:12: warning: Either the condition 'if(fs)' is redundant or there is possible null pointer dereference: fs. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:379:6: note: Assuming that condition 'if(fs)' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lparser.c:376:12: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstate.c:147:0: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:1059:2: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:586:8: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:656:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:657:17: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:658:17: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:659:17: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:660:17: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:661:7: style: The scope of the variable 'numbytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:714:8: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:748:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/lstrlib.c:771:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ltable.c:358:48: style: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ltable.h:27:58: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/lua51/ltable.c:358:48: note: Function 'luaH_new' argument 3 names different: declaration 'lnhash' definition 'nhash'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:38:22: warning: Identical condition 'ch1=='\0'', second condition is always false [identicalConditionAfterEarlyExit]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:36:10: note: first condition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:38:22: note: second condition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:33:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:33:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:44:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:44:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:57:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:57:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:68:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:68:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:81:23: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/char.c:81:30: style: The scope of the variable 'str2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:224:6: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:223:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:224:6: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:405:6: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:404:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/gwwiconv.c:405:6: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ucharmap.c:53:9: style: Unused variable: offset [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:32:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:32:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:41:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:41:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:51:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:51:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:62:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:62:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:74:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:74:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:86:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:86:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:95:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:95:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:105:10: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:105:15: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:211:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:211:46: style: The scope of the variable 'str2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:228:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:228:35: style: The scope of the variable 'str2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:245:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:245:55: style: The scope of the variable 'str2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:264:28: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:264:35: style: The scope of the variable 'str2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:452:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/Unicode/ustring.c:452:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:2142:47: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:2142:20: note: outer condition: sf->glyphs[i]!=NULL
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:2142:47: note: identical inner condition: sf->glyphs[i]!=NULL
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:570:12: style: Condition 'tdo>0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:569:13: note: Assuming that condition 'tdo==0' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:570:12: note: Condition 'tdo>0' is always false
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:572:12: style: Condition 'bdo>0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:571:18: note: Assuming that condition 'bdo==0' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:572:12: note: Condition 'bdo>0' is always false
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:175:72: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:299:75: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:98:23: style: The scope of the variable 'upt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:264:19: style: The scope of the variable 'upt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:579:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:658:9: style: The scope of the variable 'swap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:726:10: style: The scope of the variable 'found_m' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:760:9: style: The scope of the variable 'any' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:921:12: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:942:23: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1204:23: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1204:26: style: The scope of the variable 'vbase' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1233:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1456:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1530:31: style: The scope of the variable 'psmallest' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1800:39: style: The scope of the variable 'anymore' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1858:15: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/autohint.c:1905:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/cvundoes.c:44:15: style: The scope of the variable 'h' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/cvundoes.c:44:23: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:173:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:161:12: style: The scope of the variable 'p1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:161:16: style: The scope of the variable 'p2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:58:14: style: struct member 'fileencryptdata::olddump' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:59:11: style: struct member 'fileencryptdata::olddata' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:60:20: style: struct member 'fileencryptdata::r' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/dumppfa.c:61:9: style: struct member 'fileencryptdata::hexline' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:703:11: style: Condition 'uret==NULL' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:702:9: note: Assignment 'uret=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:703:11: note: Condition 'uret==NULL' is always true
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:242:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:512:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:638:9: style: The scope of the variable 'maybe_sup' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:639:11: style: The scope of the variable 'buts' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:639:21: style: The scope of the variable 'buts2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:640:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:641:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:1051:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:1045:39: style: Function 'EncFromUni' argument 2 names different: declaration 'encname' definition 'enc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2761:46: note: Function 'EncFromUni' argument 2 names different: declaration 'encname' definition 'enc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:1045:39: note: Function 'EncFromUni' argument 2 names different: declaration 'encname' definition 'enc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:700:13: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:251:2: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/encoding.c:625:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2081:20: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2077:55: note: outer condition: tok->type==tk_mark
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2081:20: note: opposite inner condition: tok->type!=tk_mark
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:3412:25: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != '\0'' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2433:15: style: Condition 'platform==3' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2393:20: note: Assignment 'platform=3', assigned value is 3
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2433:15: note: Condition 'platform==3' is always true
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2448:25: style: Condition 'platform==3' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2393:20: note: Assignment 'platform=3', assigned value is 3
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2448:25: note: Condition 'platform==3' is always true
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1975:5: warning: Either the condition 'ap!=NULL' is redundant or there is possible null pointer dereference: ap. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1978:12: note: Assuming that condition 'ap!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1975:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:4094:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:4092:0: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:4094:5: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2433:15: style: Same expression on both sides of '==' because the value of 'platform' and '3' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2393:20: note: 'platform' is assigned value '3' here.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2433:15: note: Same expression on both sides of '==' because the value of 'platform' and '3' are the same.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2448:25: style: Same expression on both sides of '==' because the value of 'platform' and '3' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2393:20: note: 'platform' is assigned value '3' here.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2448:25: note: Same expression on both sides of '==' because the value of 'platform' and '3' are the same.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:154:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:198:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:198:15: style: The scope of the variable 'i_end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:199:9: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:200:9: style: The scope of the variable 'match_found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1446:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1447:17: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1508:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1537:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1537:42: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1540:22: style: The scope of the variable 'sc2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1698:33: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1791:26: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1793:11: style: The scope of the variable 'fpst' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1951:11: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:1952:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2393:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2396:9: style: The scope of the variable 'max' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2396:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:2396:18: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:3559:27: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:3566:16: style: The scope of the variable 'kcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:3826:53: style: The scope of the variable 'cur' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/featurefile.c:3885:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fontviewbase.c:114:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c:100:6: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c:100:12: style: The scope of the variable 'scnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c:394:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c:395:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/fvfonts.c:477:20: style: The scope of the variable 'cidmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:591:11: style: Condition '!ret' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:589:12: note: Assignment 'ret=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:591:11: note: Condition '!ret' is always false
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:667:12: warning: Possible null pointer dereference: sc [nullPointer]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:665:8: note: Assignment 'sc=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:667:12: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:743:15: warning: Possible null pointer dereference: sc [nullPointer]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:706:8: note: Assignment 'sc=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:743:15: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:576:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:577:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:879:23: style: The scope of the variable 'acprev' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1344:48: style: The scope of the variable 'setname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1345:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1389:33: style: The scope of the variable 'script' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1391:11: style: The scope of the variable 'lookuptype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1394:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1457:11: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1458:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1775:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1775:13: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:1775:15: style: The scope of the variable 'isv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2068:9: style: The scope of the variable 'to_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2332:21: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2715:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2746:9: style: The scope of the variable 'state' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2746:28: style: The scope of the variable 'mark_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2746:38: style: The scope of the variable 'markend_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2895:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2920:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2945:13: style: The scope of the variable 'glyph_class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3129:15: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3177:23: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3305:15: style: The scope of the variable 'isv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3305:20: style: The scope of the variable 'within' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3468:9: style: The scope of the variable 'npos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3468:15: style: The scope of the variable 'bpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3470:9: style: The scope of the variable 'before_in_script' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3470:27: style: The scope of the variable 'after_in_script' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3561:9: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3561:14: style: The scope of the variable 'npos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3616:13: style: The scope of the variable 'langs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3758:11: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3907:9: style: The scope of the variable 'isnew' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:4020:33: style: The scope of the variable 'prev' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:4055:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:4055:15: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:4100:20: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:254:48: style: Function 'FeatureScriptTagInFeatureScriptList' argument 1 names different: declaration 'tag' definition 'feature'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2873:55: note: Function 'FeatureScriptTagInFeatureScriptList' argument 1 names different: declaration 'tag' definition 'feature'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:254:48: note: Function 'FeatureScriptTagInFeatureScriptList' argument 1 names different: declaration 'tag' definition 'feature'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2505:13: style: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2889:13: note: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:2505:13: note: Function 'OTLookupsCopyInto' argument 3 names different: declaration 'from_list' definition 'list'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/lookups.c:3932:10: style: Variable 'isnew' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:212:21: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:214:26: style: The scope of the variable 'rlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:342:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:351:12: style: The scope of the variable 'names' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:352:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:352:16: style: The scope of the variable 'lparen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:352:25: style: The scope of the variable 'rparen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:556:10: style: The scope of the variable 'here' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:557:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:558:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:560:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:560:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:561:23: style: The scope of the variable 'isfixed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:563:10: style: The scope of the variable 'widoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:563:18: style: The scope of the variable 'kernoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:563:27: style: The scope of the variable 'styleoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:836:9: style: The scope of the variable 'ch1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:836:14: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:836:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:886:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:926:52: style: The scope of the variable 'rpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:929:19: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:930:17: style: The scope of the variable 'subcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:931:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1059:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1312:9: style: The scope of the variable 'rname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1321:12: style: The scope of the variable 'names' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1421:52: style: The scope of the variable 'rpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1424:19: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1425:17: style: The scope of the variable 'subcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:1029:75: style: Checking if unsigned variable 'header[1]' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:136:62: style: Function '_MacStyleCode' argument 3 names different: declaration 'psstyle' definition 'psstylecode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2535:68: note: Function '_MacStyleCode' argument 3 names different: declaration 'psstyle' definition 'psstylecode'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:136:62: note: Function '_MacStyleCode' argument 3 names different: declaration 'psstyle' definition 'psstylecode'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:120:22: style: struct member 'resourcetype::res' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:125:11: style: struct member 'macbinaryheader::macfilename' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:126:11: style: struct member 'macbinaryheader::binfilename' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:502:11: style: struct member 'MacFontRec::fontType' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:503:11: style: struct member 'MacFontRec::firstChar' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:504:11: style: struct member 'MacFontRec::lastChar' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:505:11: style: struct member 'MacFontRec::widthMax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:506:11: style: struct member 'MacFontRec::kernMax' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:507:11: style: struct member 'MacFontRec::Descent' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:508:11: style: struct member 'MacFontRec::fRectWidth' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:509:11: style: struct member 'MacFontRec::fRectHeight' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:510:21: style: struct member 'MacFontRec::offsetWidths' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:515:11: style: struct member 'MacFontRec::leading' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:516:11: style: struct member 'MacFontRec::rowWords' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:517:21: style: struct member 'MacFontRec::fontImage' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:519:21: style: struct member 'MacFontRec::locs' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:893:13: error: Resource leak: temp [resourceLeak]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:897:9: error: Resource leak: temp [resourceLeak]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/macbinary.c:590:41: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/mm.c:67:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:241:28: style: The scope of the variable 'acnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:241:34: style: The scope of the variable 'ocnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:340:17: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:504:21: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:675:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:675:12: style: The scope of the variable 'up' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:675:16: style: The scope of the variable 'ub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:675:20: style: The scope of the variable 'uc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:675:24: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:677:10: style: The scope of the variable 'tempbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:678:24: style: The scope of the variable 'opt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:678:30: style: The scope of the variable 'oend' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:678:48: style: The scope of the variable 'newsubname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:679:17: style: The scope of the variable 'tempsc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:749:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:786:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:39:9: style: struct member 'psaltnames::provenance' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/namelist.c:572:0: error: Resource leak: file [resourceLeak]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:974:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1297:6: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1225:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1225:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1236:31: style: The scope of the variable 'bs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1237:9: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1273:9: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:1497:6: style: The scope of the variable 'pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2044:55: style: The scope of the variable 'nownum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2044:63: style: The scope of the variable 'nowr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2044:69: style: The scope of the variable 'nowspace' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2050:25: style: The scope of the variable 'isminus' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2305:20: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2306:19: style: The scope of the variable 'plain' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2306:26: style: The scope of the variable 'cypher' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2421:13: style: The scope of the variable 'ch2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2713:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2713:30: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2569:29: style: Function '_ReadPSFont' argument 1 names different: declaration 'ps' definition 'in'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psfont.h:188:36: note: Function '_ReadPSFont' argument 1 names different: declaration 'ps' definition 'in'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2569:29: note: Function '_ReadPSFont' argument 1 names different: declaration 'ps' definition 'in'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2628:32: style: Function 'PSDictFree' argument 1 names different: declaration 'chrs' definition 'dict'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2633:39: note: Function 'PSDictFree' argument 1 names different: declaration 'chrs' definition 'dict'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2628:32: note: Function 'PSDictFree' argument 1 names different: declaration 'chrs' definition 'dict'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsepfa.c:2609:0: error: Deallocating a deallocated pointer: in [deallocDealloc]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4375:13: style: Expression is always false because 'else if' condition matches previous condition at line 4372. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5533:47: style: Redundant condition: loaded_fonts_same_as_new. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5059:43: style: Same value in both branches of ternary operator. [duplicateValueTernary]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:443:16: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:445:12: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:9: style: The scope of the variable 'plat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:15: style: The scope of the variable 'spec' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:21: style: The scope of the variable 'lang' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:27: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:33: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:503:38: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:504:15: style: The scope of the variable 'enc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:594:9: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:594:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:594:20: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1019:14: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1020:9: style: The scope of the variable 'checksum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1020:19: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1020:27: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1669:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1669:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1669:17: style: The scope of the variable 'tableoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:29: style: The scope of the variable 'language' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:39: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:45: style: The scope of the variable 'str_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1670:54: style: The scope of the variable 'stroff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1720:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1720:12: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1720:17: style: The scope of the variable 'tableoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:29: style: The scope of the variable 'language' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:39: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:45: style: The scope of the variable 'str_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1721:54: style: The scope of the variable 'stroff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1818:10: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1818:13: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:1818:16: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:2270:12: style: The scope of the variable 'anyread' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:2836:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:2997:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:2997:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3168:21: style: The scope of the variable 'sp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3168:25: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:9: style: The scope of the variable 'format' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:17: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:25: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:33: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:40: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:46: style: The scope of the variable 'dupenc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3341:54: style: The scope of the variable 'sid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3342:17: style: The scope of the variable 'name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3653:16: style: The scope of the variable 'nameless' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3798:15: style: The scope of the variable 'cstype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3798:23: style: The scope of the variable 'uni' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3799:21: style: The scope of the variable 'subrs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3891:32: style: The scope of the variable 'subdicts' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3892:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3894:12: style: The scope of the variable 'fdselect' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3985:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4129:48: style: The scope of the variable 'tsb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4430:22: style: The scope of the variable 'encname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4510:9: style: The scope of the variable 'platform' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4510:19: style: The scope of the variable 'specific' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4511:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4511:17: style: The scope of the variable 'encoff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4512:9: style: The scope of the variable 'format' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4517:16: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4908:8: style: The scope of the variable 'enc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4908:13: style: The scope of the variable 'lenc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5150:9: style: The scope of the variable 'format' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5150:17: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5150:22: style: The scope of the variable 'gc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5150:26: style: The scope of the variable 'gcbig' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5150:33: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5153:13: style: The scope of the variable 'indexes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5350:17: style: The scope of the variable 'ret' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5655:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5655:11: style: The scope of the variable 'gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:5952:17: style: The scope of the variable 'base' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6004:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6005:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6451:26: style: The scope of the variable 'offsets' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6452:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6452:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3905:15: style: Variable 'offsize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:4143:8: style: Variable 'tsb' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:6441:15: style: Variable 'offsize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettf.c:3964:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:307:5: style: Variable 'glist' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:301:0: note: Variable 'glist' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:307:5: note: Variable 'glist' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:88:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:141:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:141:20: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:523:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:523:30: style: The scope of the variable 'pair_cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:523:50: style: The scope of the variable 'glyph2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:526:13: style: The scope of the variable 'ps_offsets' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:715:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:856:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:941:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1286:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1286:22: style: The scope of the variable 'class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1410:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1410:22: style: The scope of the variable 'class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1567:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1630:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1775:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1775:27: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1862:30: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1867:9: style: The scope of the variable 'bad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1967:33: style: The scope of the variable 'lig_cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:1968:26: style: The scope of the variable 'lig_offsets' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2139:57: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2281:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2282:9: style: The scope of the variable 'deflang' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2282:18: style: The scope of the variable 'lcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2358:9: style: The scope of the variable 'parameters' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2838:9: style: The scope of the variable 'coverage' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2838:19: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2838:26: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2838:29: style: The scope of the variable 'format' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2839:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2839:22: style: The scope of the variable 'lc_offsets' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2839:35: style: The scope of the variable 'offsets' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:2936:33: style: The scope of the variable 'data_off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3135:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3296:12: style: The scope of the variable 'left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3296:18: style: The scope of the variable 'right' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3296:25: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3734:9: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3734:16: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4110:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4110:13: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4151:12: style: The scope of the variable 'subs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4432:9: style: The scope of the variable 'featureType' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4432:22: style: The scope of the variable 'featureSetting' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4438:9: style: The scope of the variable 'r2l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4822:24: style: The scope of the variable 'slast' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4824:24: style: The scope of the variable 'flags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4947:27: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4947:32: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5111:13: style: The scope of the variable 'glyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5112:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5112:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5114:9: style: The scope of the variable 'ic_offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5114:20: style: The scope of the variable 'pcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5116:33: style: The scope of the variable 'ext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5527:6: style: The scope of the variable 'ptnum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3460:31: style: Function 'memlong' argument 2 names different: declaration 'table_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttf.h:783:38: note: Function 'memlong' argument 2 names different: declaration 'table_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3460:31: note: Function 'memlong' argument 2 names different: declaration 'table_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3470:31: style: Function 'memushort' argument 2 names different: declaration 'table_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttf.h:784:38: note: Function 'memushort' argument 2 names different: declaration 'table_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:3470:31: note: Function 'memushort' argument 2 names different: declaration 'table_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4774:11: style: Variable 'flags' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4959:16: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:5168:14: style: Variable 'ic_offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfatt.c:4653:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:722:21: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:716:17: note: outer condition: tupleIndex&16384
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:722:21: note: identical inner condition: tupleIndex&16384
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:55:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:154:21: style: The scope of the variable 'pair_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:217:9: style: The scope of the variable 'runcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:250:12: style: The scope of the variable 'runcnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:250:20: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:250:23: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:250:26: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:366:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:490:15: style: The scope of the variable 'tc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:656:15: style: The scope of the variable 'tc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:727:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/parsettfvar.c:727:12: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1446:53: style: Same expression on both sides of '&'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1455:53: style: Same expression on both sides of '|'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1464:53: style: Same expression on both sides of '^'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:366:9: style: The scope of the variable 'wasloop' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:390:9: style: The scope of the variable 'wasstopped' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:659:9: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:659:11: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:659:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:800:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:888:10: style: The scope of the variable 'invt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1546:8: style: The scope of the variable 'init' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1546:14: style: The scope of the variable 'incr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1546:20: style: The scope of the variable 'limit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1547:9: style: The scope of the variable 'func' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1548:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1570:9: style: The scope of the variable 'func' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1571:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1584:9: style: The scope of the variable 'func' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1585:7: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1601:9: style: The scope of the variable 'func' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:2075:7: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:2075:11: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:2075:15: style: The scope of the variable 'bl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:2685:9: style: The scope of the variable 'ask' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:2817:10: style: The scope of the variable 'tokbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:3344:30: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:3344:36: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:820:16: warning: Division of result of sizeof() on pointer type. [divideSizeof]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1028:11: style: struct member 'graphicsstate::dashes' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/psread.c:1000:10: style: Variable 'tok' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:47:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:74:28: style: The scope of the variable 'test' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:76:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:355:10: style: The scope of the variable 'b2_fourac' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:356:10: style: The scope of the variable 'fm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:356:14: style: The scope of the variable 'tm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:486:9: style: The scope of the variable 'any' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:73:11: style: Function 'IterateSplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2250:95: note: Function 'IterateSplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:73:11: note: Function 'IterateSplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:115:51: style: Function 'TOfNextMajor' argument 3 names different: declaration 'sought_y' definition 'sought_m'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/edgelist.h:82:58: note: Function 'TOfNextMajor' argument 3 names different: declaration 'sought_y' definition 'sought_m'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefill.c:115:51: note: Function 'TOfNextMajor' argument 3 names different: declaration 'sought_y' definition 'sought_m'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:205:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:201:0: note: Variable 'fd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:205:5: note: Variable 'fd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:222:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:218:0: note: Variable 'fd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:222:5: note: Variable 'fd' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:119:9: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:119:12: style: The scope of the variable 'real_uni' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:270:11: style: The scope of the variable 'newfile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:299:25: style: The scope of the variable 'nowlocal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:500:9: style: The scope of the variable 'fontlist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:504:7: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:177:56: style: Function 'SFMakeChar' argument 3 names different: declaration 'i' definition 'enc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2555:62: note: Function 'SFMakeChar' argument 3 names different: declaration 'i' definition 'enc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:177:56: note: Function 'SFMakeChar' argument 3 names different: declaration 'i' definition 'enc'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:148:25: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:388:8: style: Variable 'ch9' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:389:9: style: Variable 'ch10' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:535:6: style: Variable 'checked' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.c:284:1: error: Resource leak: newfile [resourceLeak]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:529:16: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:533:31: style: The scope of the variable 'lastpos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:533:40: style: The scope of the variable 'lastpos2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:1153:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:1486:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineorder2.c:1486:17: style: The scope of the variable 'val' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:1284:53: warning: Logical conjunction always evaluates to false: nwinding <= -2 && nwinding >= 2. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:521:10: style: Condition 'cnt>1000' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:478:13: note: Assignment 'cnt=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:520:4: note: cnt is incremented', new value is 1
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:521:10: note: Condition 'cnt>1000' is always false
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:928:30: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:225:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:226:14: style: The scope of the variable 'lastt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:474:14: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:658:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:658:14: style: The scope of the variable 'y1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:658:18: style: The scope of the variable 'x2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:658:21: style: The scope of the variable 'y2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:682:11: style: The scope of the variable 'x1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:682:14: style: The scope of the variable 'x2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:696:11: style: The scope of the variable 'y1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:696:14: style: The scope of the variable 'y2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:711:11: style: The scope of the variable 't1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:711:14: style: The scope of the variable 't2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:780:11: style: The scope of the variable 't1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:780:14: style: The scope of the variable 't2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:882:14: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:882:17: style: The scope of the variable 't2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:882:21: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:1464:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:1464:14: style: The scope of the variable 'ncnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:1706:35: style: The scope of the variable 'bestdot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:1930:9: style: The scope of the variable 'needs_split' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:2160:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:2210:36: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:2283:9: style: The scope of the variable 'changed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineoverlap.c:102:1: error: va_list 'ap' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1534:47: warning: Either the condition 'gi!=NULL' is redundant or there is possible null pointer dereference: gi. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1524:12: note: Assuming that condition 'gi!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1534:47: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1536:10: warning: Either the condition 'gi!=NULL' is redundant or there is possible null pointer dereference: gi. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1524:12: note: Assuming that condition 'gi!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1536:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:243:28: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:424:24: style: The scope of the variable 'max' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:480:10: style: The scope of the variable 'off' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:576:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:772:14: style: The scope of the variable 'factor' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1027:13: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1166:22: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1229:20: style: The scope of the variable 'cur' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1405:9: style: The scope of the variable 'unsafecnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1608:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:727:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1763:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1771:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1977:35: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1985:35: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:600:29: style: Function 'CIDOneWidth' argument 1 names different: declaration 'sf' definition '_sf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1896:36: note: Function 'CIDOneWidth' argument 1 names different: declaration 'sf' definition '_sf'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:600:29: note: Function 'CIDOneWidth' argument 1 names different: declaration 'sf' definition '_sf'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesave.c:1421:52: style: Variable 'unsafecnt' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesaveafm.c:126:8: warning: Width 40 given in format string (no. 1) is smaller than destination buffer 'name[44]'. [invalidScanfFormatWidth_smaller]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesaveafm.c:129:4: warning: Width 40 given in format string (no. 1) is smaller than destination buffer 'second[44]'. [invalidScanfFormatWidth_smaller]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinesaveafm.c:129:4: warning: Width 40 given in format string (no. 2) is smaller than destination buffer 'lig[44]'. [invalidScanfFormatWidth_smaller]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:699:3: style: Variable 'lastp->plusfrom' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:697:3: note: Variable 'lastp->plusfrom' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:699:3: note: Variable 'lastp->plusfrom' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:85:23: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:85:25: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:177:25: style: The scope of the variable 'mid2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:177:32: style: The scope of the variable 'cur' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:179:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:179:12: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:181:10: style: The scope of the variable 'sign' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:353:9: style: The scope of the variable 'cstart' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:353:17: style: The scope of the variable 'cend' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:353:23: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:889:9: style: The scope of the variable 'pinner' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:889:17: style: The scope of the variable 'minner' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:970:21: style: The scope of the variable 'sq' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1075:12: style: The scope of the variable 'tn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1587:36: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1587:38: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1587:41: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1587:47: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1588:17: style: The scope of the variable 'bad' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1588:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1588:25: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1590:13: style: The scope of the variable 'tps' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:1767:9: style: The scope of the variable 'removed' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:36:10: style: struct member 'joininfo::tprev' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:37:10: style: struct member 'joininfo::tnext' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:199:9: style: Variable 'len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:638:11: warning: The array 't1s' is too small, the function 'SplinesIntersect' expects a bigger one. [argumentSize]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinestroke.c:638:11: warning: The array 't2s' is too small, the function 'SplinesIntersect' expects a bigger one. [argumentSize]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3039:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3040:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3042:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3043:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1194:11: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1188:7: note: outer condition: !anysel
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1194:11: note: opposite inner condition: anysel
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1194:11: style: Condition 'anysel' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1188:7: note: Assuming that condition '!anysel' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1194:11: note: Condition 'anysel' is always false
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2497:34: style: Condition 'delta2==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3681:23: style: Condition 'pst->type==pst_position' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3074:46: style: Same expression on both sides of '||'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:243:27: style: The scope of the variable 'prev' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:265:13: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:285:13: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:286:9: style: The scope of the variable 'nonext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:306:13: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:307:9: style: The scope of the variable 'nonext' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:328:13: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:329:9: style: The scope of the variable 'freefirst' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:442:21: style: The scope of the variable 'sp1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:889:22: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1077:23: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1078:9: style: The scope of the variable 'anysel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1078:17: style: The scope of the variable 'allsel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1170:23: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1171:9: style: The scope of the variable 'anysel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1171:17: style: The scope of the variable 'allsel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1264:24: style: The scope of the variable 'pfirst' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1265:9: style: The scope of the variable 'allsel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1265:17: style: The scope of the variable 'anysel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1419:31: style: The scope of the variable 'pfirst' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1421:17: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1452:31: style: The scope of the variable 'pfirst' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1453:17: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1518:22: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1551:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1809:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:1923:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2358:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2559:14: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2641:14: style: The scope of the variable 'b2_fourac' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2674:14: style: The scope of the variable 'b2_fourac' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2793:23: style: The scope of the variable 'b2_fourac' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3015:14: style: The scope of the variable 't1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3015:18: style: The scope of the variable 't2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3016:24: style: The scope of the variable 'o1n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3016:29: style: The scope of the variable 'o2n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3016:34: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3054:58: style: The scope of the variable 'oldt2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3055:34: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3138:9: style: The scope of the variable 'soln' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3139:14: style: The scope of the variable 'x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3139:16: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3139:18: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3139:21: style: The scope of the variable 'ac0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3139:26: style: The scope of the variable 'ac1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3384:32: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3730:32: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4216:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4527:17: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:175:29: style: Function 'strconcat' argument 1 names different: declaration 'str' definition 'str1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1875:36: note: Function 'strconcat' argument 1 names different: declaration 'str' definition 'str1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:175:29: note: Function 'strconcat' argument 1 names different: declaration 'str' definition 'str1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:183:30: style: Function 'strconcat3' argument 1 names different: declaration 'str' definition 'str1'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1876:37: note: Function 'strconcat3' argument 1 names different: declaration 'str' definition 'str1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:183:30: note: Function 'strconcat3' argument 1 names different: declaration 'str' definition 'str1'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:616:37: style: Function 'CIDLayerFindBounds' argument 1 names different: declaration 'sf' definition 'cidmaster'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2135:44: note: Function 'CIDLayerFindBounds' argument 1 names different: declaration 'sf' definition 'cidmaster'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:616:37: note: Function 'CIDLayerFindBounds' argument 1 names different: declaration 'sf' definition 'cidmaster'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2552:73: style: Function 'SplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2251:80: note: Function 'SplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:2552:73: note: Function 'SplineSolve' argument 4 names different: declaration 'sought_y' definition 'sought'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3532:55: style: Function 'MinimumDistanceCopy' argument 1 names different: declaration 'h' definition 'md'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2043:62: note: Function 'MinimumDistanceCopy' argument 1 names different: declaration 'h' definition 'md'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3532:55: note: Function 'MinimumDistanceCopy' argument 1 names different: declaration 'h' definition 'md'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3670:19: style: Function 'PSTFree' argument 1 names different: declaration 'lig' definition 'pst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2038:26: note: Function 'PSTFree' argument 1 names different: declaration 'lig' definition 'pst'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:3670:19: note: Function 'PSTFree' argument 1 names different: declaration 'lig' definition 'pst'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4012:37: style: Function 'AnchorClassesFree' argument 1 names different: declaration 'kp' definition 'an'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2021:44: note: Function 'AnchorClassesFree' argument 1 names different: declaration 'kp' definition 'an'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4012:37: note: Function 'AnchorClassesFree' argument 1 names different: declaration 'kp' definition 'an'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4188:23: style: Function 'EncMapNew' argument 1 names different: declaration 'encmax' definition 'enccount'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2106:30: note: Function 'EncMapNew' argument 1 names different: declaration 'encmax' definition 'enccount'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:4188:23: note: Function 'EncMapNew' argument 1 names different: declaration 'encmax' definition 'enccount'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil.c:40:20: style: struct member 'quartic::e' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:191:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:186:2: note: Variable 'ret' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:191:2: note: Variable 'ret' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:290:12: style: The scope of the variable 'tt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:290:16: style: The scope of the variable 'ttn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:446:17: style: The scope of the variable 'co' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:446:21: style: The scope of the variable 'co2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:545:31: style: The scope of the variable 'temp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:625:12: style: The scope of the variable 'dot' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1050:17: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1078:12: style: The scope of the variable 'curx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1078:18: style: The scope of the variable 'cury' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1093:17: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1094:17: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1094:23: style: The scope of the variable 'lbase' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1206:12: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1376:19: style: The scope of the variable 'min' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1378:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1378:17: style: The scope of the variable 'p_s' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1378:22: style: The scope of the variable 'mini' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:1713:28: style: The scope of the variable 'angle' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2109:22: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2137:22: style: The scope of the variable 'first' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2166:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2206:16: style: The scope of the variable 'check_cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2209:31: style: The scope of the variable 'pr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2210:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splineutil2.c:2210:12: style: The scope of the variable 'winding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/start.c:68:40: style: Condition '*localeinfo.decimal_point!='.'' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:474:29: warning: Logical disjunction always evaluates to true: EXPR >= -2 || EXPR <= 1.999939. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:475:25: warning: Logical disjunction always evaluates to true: EXPR >= -2 || EXPR <= 1.999939. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:476:25: warning: Logical disjunction always evaluates to true: EXPR >= -2 || EXPR <= 1.999939. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:477:25: warning: Logical disjunction always evaluates to true: EXPR >= -2 || EXPR <= 1.999939. [incorrectLogicOperator]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:424:9: style: The scope of the variable 'width' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:424:16: style: The scope of the variable 'vwidth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:593:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:751:10: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:829:9: style: The scope of the variable 'cid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:923:17: style: The scope of the variable 'offsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:962:9: style: The scope of the variable 'cnt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:962:13: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1152:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1257:11: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1616:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1779:9: style: The scope of the variable 'samewid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1954:12: style: The scope of the variable 'anyglyphs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:640:10: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:400:56: style: Function 'ttfcopyfile' argument 4 names different: declaration 'table_name' definition 'tab_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:2679:56: note: Function 'ttfcopyfile' argument 4 names different: declaration 'table_name' definition 'tab_name'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:400:56: note: Function 'ttfcopyfile' argument 4 names different: declaration 'table_name' definition 'tab_name'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1766:69: style: Function 'SFDefaultOS2SubSuper' argument 3 names different: declaration 'italicangle' definition 'italic_angle'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1958:76: note: Function 'SFDefaultOS2SubSuper' argument 3 names different: declaration 'italicangle' definition 'italic_angle'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1766:69: note: Function 'SFDefaultOS2SubSuper' argument 3 names different: declaration 'italicangle' definition 'italic_angle'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1951:56: style: Function '_WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1935:56: note: Function '_WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1951:56: note: Function '_WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:2032:56: style: Function 'WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/splinefont.h:1937:56: note: Function 'WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:2032:56: note: Function 'WriteTTFFont' argument 7 names different: declaration 'enc' definition 'map'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1063:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottf.c:1072:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:47:14: style: struct member 'feature::mf' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:47:19: style: struct member 'feature::smf' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:48:24: style: struct member 'feature::ms' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:48:29: style: struct member 'feature::sms' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:49:18: style: struct member 'feature::vertOnly' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:50:18: style: struct member 'feature::r2l' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:51:18: style: struct member 'feature::needsOff' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:52:18: style: struct member 'feature::singleMutex' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:53:18: style: struct member 'feature::dummyOff' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:55:9: style: struct member 'feature::chain' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:60:21: style: struct member 'feature::nexttype' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:61:21: style: struct member 'feature::nextsame' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:62:9: style: struct member 'feature::setting_cnt' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:62:22: style: struct member 'feature::setting_index' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:62:37: style: struct member 'feature::real_index' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:67:81: style: struct member 'transition::l' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfaat.c:68:70: style: struct member 'trans_entries::l' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfgpos.c:161:9: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfgpos.c:161:12: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfgpos.c:253:14: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/tottfgpos.c:286:11: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:206:18: style: The scope of the variable 'start' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:206:25: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:313:15: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:313:18: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:437:9: style: The scope of the variable 'gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:484:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:587:12: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:587:34: style: The scope of the variable 'gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:591:17: style: The scope of the variable 'sc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:749:8: style: struct member 'Anonymous23::data' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:445:10: style: Variable 'ic' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/fontforge/ttfspecial.c:467:10: style: Variable 'ss' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c:98:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c:132:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c:319:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/fontforge/gutils/fsys.c:341:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/ffdummies.c:45:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:451:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:451:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:181:18: style: The scope of the variable 'a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:195:18: style: The scope of the variable 'a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:209:25: style: The scope of the variable 'a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:224:17: style: The scope of the variable 'sf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:229:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:1463:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:1608:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:1677:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:1846:12: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:2093:12: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:2738:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:2765:9: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:3483:11: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:3510:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:3511:10: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luafontloader/src/luafflib.c:254:16: error: Uninitialized variable: s [uninitvar]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luaprofiler/core_profiler.c:132:19: style: Variable 'out_filename' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luaprofiler/lua50_profiler.c:167:17: style: The scope of the variable 'S' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.c:71:74: style: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.h:39:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.c:71:74: note: Function 'auxiliar_add2group' argument 3 names different: declaration 'group' definition 'groupname'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.c:147:56: style: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.h:43:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/auxiliar.c:147:56: note: Function 'auxiliar_getclassudata' argument 2 names different: declaration 'groupname' definition 'classname'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/buffer.c:83:20: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/buffer.c:114:20: style: Variable 'tm' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:112:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:116:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:112:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:260:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:263:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:260:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:301:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:304:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:301:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:448:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:452:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:448:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:522:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:525:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:522:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:565:28: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:569:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:565:28: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:650:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:655:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:650:30: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:695:30: warning: Either the condition '!input' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:698:9: note: Assuming that condition '!input' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/mime.c:695:30: note: Null pointer addition
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:56:25: style: The scope of the variable 'rp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:57:25: style: The scope of the variable 'tp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:58:12: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:215:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:248:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:270:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:293:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:138:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:58:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:138:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:169:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:56:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:169:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:191:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:61:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:191:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:246:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:45:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:246:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:292:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:47:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/usocket.c:292:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:203:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:233:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:253:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:275:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:121:53: style: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:56:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:121:53: note: Function 'socket_connect' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:150:50: style: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:58:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:150:50: note: Function 'socket_bind' argument 3 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:172:66: style: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:61:20: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:172:66: note: Function 'socket_accept' argument 4 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:231:29: style: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:45:43: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:231:29: note: Function 'socket_sendto' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:274:30: style: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/socket.h:47:43: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luasocket/src/wsocket.c:274:30: note: Function 'socket_recvfrom' argument 6 names different: declaration 'addr_len' definition 'len'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:216:17: style: The scope of the variable 'ss' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:217:9: style: The scope of the variable 'pre' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:218:14: style: The scope of the variable 'spaces' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:475:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:900:23: style: Function 'swap_items' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/tex/dumpdata.h:42:30: note: Function 'swap_items' argument 1 names different: declaration 'p' definition 'pp'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luatex.c:900:23: note: Function 'swap_items' argument 1 names different: declaration 'p' definition 'pp'.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazip/src/luazip.c:239:3: style: Variable 'uf' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazip/src/luazip.c:237:0: note: Variable 'uf' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazip/src/luazip.c:239:3: note: Variable 'uf' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazip/src/luazip.c:293:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazlib/lzlib.c:202:13: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazlib/lzlib.c:238:13: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/luazlib/lzlib.c:115:9: warning: The buffer 'buf' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:284:58: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:291:12: style: The scope of the variable 'code' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:213:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:226:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:296:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:314:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:331:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:549:20: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:555:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/luatexdir/slnunicode/slnunico.c:691:12: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:2533:4: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:2531:0: note: Variable 'item' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:2533:4: note: Variable 'item' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:500:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:769:10: style: The scope of the variable 'bal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:1057:6: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:1165:6: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:1203:6: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:1302:10: style: The scope of the variable 'bal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:1416:10: style: The scope of the variable 'bal' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:2276:12: style: Function 'avl_xload' argument 5 names different: declaration 'param' definition 'tree_param'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.h:464:57: note: Function 'avl_xload' argument 5 names different: declaration 'param' definition 'tree_param'.
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/avl.c:2276:12: note: Function 'avl_xload' argument 5 names different: declaration 'param' definition 'tree_param'.
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:287:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:391:33: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:526:32: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:547:32: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:714:10: style: The scope of the variable 'z' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:732:10: style: The scope of the variable 'z' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:820:18: style: The scope of the variable 'fields' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:821:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:872:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:947:9: style: The scope of the variable 'object_color_model' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:948:9: style: The scope of the variable 'object_color_a' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:948:25: style: The scope of the variable 'object_color_b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:948:41: style: The scope of the variable 'object_color_c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:948:57: style: The scope of the variable 'object_color_d' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:983:21: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:984:12: style: The scope of the variable 'ds' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:1008:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:805:15: style: Variable 'divider' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/mplibdir/lmplib.c:1028:9: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:688:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:725:14: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:782:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:782:16: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:802:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:802:16: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:101:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:163:11: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:223:5: style: Checking if unsigned variable 'c' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:302:11: style: Checking if unsigned variable 'g' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:321:11: style: Checking if unsigned variable 'g' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:624:16: style: Checking if unsigned variable 'piece' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/char_routines.c:289:5: style: Variable 'c' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/dimen_routines.c:142:9: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/dimen_routines.c:160:9: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/dimen_routines.c:187:9: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/dimen_routines.c:188:9: style: The scope of the variable 'lprime' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:699:11: style: The scope of the variable 'cur_font_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:700:11: style: The scope of the variable 'cur_font_area' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:702:9: style: The scope of the variable 'cur_font_at' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:703:9: style: The scope of the variable 'cur_font_dsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:250:17: style: Checking if unsigned variable 'actual' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/font_routines.c:316:17: style: Unsigned variable 'the_cmd' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/header_routines.c:503:20: style: Checking if unsigned variable 'direction' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:438:35: style: Redundant condition: If 'c == -1', the comparison 'c < 128' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:215:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:232:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:233:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:426:19: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:459:15: style: The scope of the variable 'tt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:460:14: style: The scope of the variable 'new_class' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:484:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:243:21: style: Variable 'entry' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/ligkern_routines.c:465:26: style: Variable 'new_class' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/omfonts.c:322:14: style: The scope of the variable 'no_read' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:375:31: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:46:18: style: Checking if unsigned variable 'measure' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:61:16: style: Checking if unsigned variable 'piece' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:77:18: style: Checking if unsigned variable 'command' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:162:20: style: Checking if unsigned variable 'direction' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:191:20: style: Checking if unsigned variable 'direction' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:205:18: style: Checking if unsigned variable 'measure' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:219:25: style: Checking if unsigned variable 'shrink_stretch' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:234:16: style: Checking if unsigned variable 'order' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:248:15: style: Checking if unsigned variable 'kind' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/out_routines.c:303:10: style: Checking if unsigned variable 'val' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/param_routines.c:100:9: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/param_routines.c:134:19: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/parse_ofm.c:106:14: style: The scope of the variable 'copies' can be reduced. [variableScope]
pl-lexer.c:2914:2: warning: Possible null pointer dereference: b [nullPointer]
pl-lexer.c:2803:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
pl-lexer.c:2914:2: note: Null pointer dereference
pl-lexer.c:2915:2: warning: Possible null pointer dereference: b [nullPointer]
pl-lexer.c:2803:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
pl-lexer.c:2915:2: note: Null pointer dereference
pl-lexer.c:2926:9: warning: Possible null pointer dereference: b [nullPointer]
pl-lexer.c:2803:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
pl-lexer.c:2926:9: note: Null pointer dereference
pl-lexer.l:340:23: style: The scope of the variable 'j' can be reduced. [variableScope]
pl-lexer.l:366:14: style: The scope of the variable 'j' can be reduced. [variableScope]
pl-lexer.l:425:14: style: Checking if unsigned variable 'keep' is less than zero. [unsignedLessThanZero]
pl-lexer.c:1306:1: style: Label 'find_rule' is not used. [unusedLabel]
pl-lexer.c:2650:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
pl-lexer.c:361:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
pl-lexer.c:2650:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
pl-lexer.c:2669:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
pl-lexer.c:1110:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
pl-lexer.c:2669:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
pl-lexer.c:3099:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
pl-lexer.c:314:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
pl-lexer.c:3099:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
pl-lexer.c:3112:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
pl-lexer.c:315:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
pl-lexer.c:3112:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
pl-lexer.c:3112:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
pl-lexer.c:315:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
pl-lexer.c:3112:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
pl-lexer.c:3244:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
pl-lexer.c:1076:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
pl-lexer.c:3244:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
pl-parser.c:1511:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
pl-parser.y:170:30: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:172:32: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:174:33: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:176:34: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:178:27: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:180:25: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:182:40: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:184:57: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:192:39: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:194:31: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:201:27: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:203:30: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:211:29: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:217:32: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:220:33: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:223:33: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:226:34: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:229:31: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:232:31: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:244:56: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:246:56: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:258:34: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:262:87: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:264:61: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:268:33: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:276:63: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:278:60: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:280:63: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:282:88: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:293:63: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:295:32: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:311:27: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:313:62: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:315:62: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:317:62: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:319:63: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:321:60: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:323:60: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:335:62: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:350:30: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:352:30: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:354:35: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:356:28: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:358:37: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:370:32: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:372:29: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:374:54: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:376:50: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:382:28: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:384:32: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:397:39: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:410:43: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:422:39: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:435:43: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:447:39: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:460:43: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:472:40: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:485:44: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:497:37: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:510:63: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:522:37: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:535:35: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:537:36: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:539:40: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:541:60: style: Same expression on both sides of '-'. [duplicateExpression]
pl-parser.y:543:95: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/omegafonts/print_routines.c:84:15: style: Unsigned variable 'face' can't be negative so it is unnecessary to test it. [unsignedPositive]
otp-lexer.c:1626:2: warning: Possible null pointer dereference: b [nullPointer]
otp-lexer.c:1515:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
otp-lexer.c:1626:2: note: Null pointer dereference
otp-lexer.c:1627:2: warning: Possible null pointer dereference: b [nullPointer]
otp-lexer.c:1515:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
otp-lexer.c:1627:2: note: Null pointer dereference
otp-lexer.c:1638:9: warning: Possible null pointer dereference: b [nullPointer]
otp-lexer.c:1515:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
otp-lexer.c:1638:9: note: Null pointer dereference
otp-lexer.l:48:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otp-lexer.l:68:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otp-lexer.l:82:10: style: The scope of the variable 'j' can be reduced. [variableScope]
otp-lexer.c:863:1: style: Label 'find_rule' is not used. [unusedLabel]
otp-lexer.c:1362:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
otp-lexer.c:361:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
otp-lexer.c:1362:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
otp-lexer.c:1381:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
otp-lexer.c:668:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
otp-lexer.c:1381:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
otp-lexer.c:1811:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
otp-lexer.c:314:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
otp-lexer.c:1811:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
otp-lexer.c:1824:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
otp-lexer.c:315:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
otp-lexer.c:1824:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
otp-lexer.c:1824:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
otp-lexer.c:315:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
otp-lexer.c:1824:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
otp-lexer.c:1956:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
otp-lexer.c:634:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
otp-lexer.c:1956:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
otp-parser.c:1230:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
otp-parser.y:107:29: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:109:29: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:119:28: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:121:28: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:141:43: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:149:32: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:154:43: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:156:68: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:169:40: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:171:69: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:198:25: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:219:103: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:221:68: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:240:40: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:242:69: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:253:23: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:255:48: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:259:41: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:261:42: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:303:51: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:310:38: style: Same expression on both sides of '-'. [duplicateExpression]
otp-parser.y:312:39: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/web2c/otps/otp2ocp.c:63:8: style: The scope of the variable 'table' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/otp2ocp.c:63:16: style: The scope of the variable 'instrs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/outocp.c:106:13: style: The scope of the variable 'arg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/outocp.c:106:18: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/outocp.c:106:25: style: The scope of the variable 'instruction' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/outocp.c:109:7: style: The scope of the variable 'room_tables' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/outocp.c:109:35: style: The scope of the variable 'room_states' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/routines.c:428:6: style: The scope of the variable 'holes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/otps/routines.c:479:20: error: Signed integer overflow for expression 'instr<<24'. [integerOverflow]
luatex-0.70.1.20120524/source/texk/web2c/otps/routines.c:279:12: note: Calling function 'out_int', 1st argument 'instr' value is 289
luatex-0.70.1.20120524/source/texk/web2c/otps/routines.c:479:20: note: Integer overflow
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:9: style: The scope of the variable 'as' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:13: style: The scope of the variable 'ae' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:17: style: The scope of the variable 'bs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:21: style: The scope of the variable 'be' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:25: style: The scope of the variable 'al' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:74:29: style: The scope of the variable 'bl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/avlstuff.c:147:11: style: struct member 'mf_entry::tfm_name' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/mapfile.c:263:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/mapfile.c:651:23: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/mapfile.c:652:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/mapfile.c:652:12: style: The scope of the variable 'sl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/mapfile.c:830:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:850:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:1066:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:254:16: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:337:11: style: The scope of the variable 'key' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:394:14: style: The scope of the variable 'gfont' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:395:15: style: The scope of the variable 'fd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:834:11: style: The scope of the variable 'key' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftoepdf.cc:839:10: style: The scope of the variable 'writematrix' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pdftosrc.cc:68:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:344:9: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:343:9: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:344:9: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:345:9: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:344:9: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:345:9: note: Variable 'k' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:227:15: style: The scope of the variable 'rowsleft' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/pkin.c:229:15: style: The scope of the variable 'hbit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:569:10: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:941:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:1628:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:2566:16: style: The scope of the variable 'start_ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:2566:26: style: The scope of the variable 'end_ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:3640:17: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:2417:27: style: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:74:46: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:2417:27: note: Function 'parse_dup_op' argument 1 names different: declaration 'dup_elem' definition 'elem'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:3763:35: style: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:119:54: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:3763:35: note: Function 'duplicate_tree' argument 1 names different: declaration 'src' definition 'root'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regcomp.c:3766:15: style: Variable 'dup_root' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regex_internal.c:912:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regex_internal.c:1362:28: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regex_internal.c:678:25: style: Variable 'prev_valid_len' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regex_internal.c:1399:14: style: Variable 'type' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1675:11: style: Condition '!naccepted' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1659:23: note: Assignment 'naccepted=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1675:11: note: Condition '!naccepted' is always true
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3085:11: style: Condition 'naccepted' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3040:23: note: Assignment 'naccepted=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3085:11: note: Condition 'naccepted' is always false
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1246:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1436:8: style: The scope of the variable 'reg_idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1808:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1882:16: style: The scope of the variable 'src_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1882:25: style: The scope of the variable 'dst_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:2246:19: style: The scope of the variable 'trtable' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3112:12: style: The scope of the variable 'outside_node' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:4243:20: style: The scope of the variable 'mid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3035:23: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:1417:37: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3319:42: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/regex/regexec.c:3357:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/subfont.c:179:15: style: The scope of the variable 'fm2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/subfont.c:136:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:118:13: warning: %lX in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:144:21: warning: %lX in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:152:21: warning: %lX in format string (no. 1) requires 'unsigned long *' but the argument type is 'signed long *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:64:33: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:166:10: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:167:14: style: The scope of the variable 'vh' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:167:18: style: The scope of the variable 'vl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/tounicode.c:420:26: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:823:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:863:9: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:573:13: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:572:14: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:573:13: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:173:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:432:28: style: The scope of the variable 'platform_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:432:41: style: The scope of the variable 'encoding_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ttf2afm.c:1021:22: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:513:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:584:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:642:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:643:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:672:19: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:716:15: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:851:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:851:17: style: The scope of the variable 'off_hours' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:851:28: style: The scope of the variable 'off_mins' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:963:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1051:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1112:9: style: The scope of the variable 'eflags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1532:20: style: The scope of the variable 'colstack' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1706:22: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1706:26: style: The scope of the variable 'z' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1378:60: style: Function 'newcolorstack' argument 3 names different: declaration 'pagestart' definition 'page_start'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/ptexlib.h:238:67: note: Function 'newcolorstack' argument 3 names different: declaration 'pagestart' definition 'page_start'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1378:60: note: Function 'newcolorstack' argument 3 names different: declaration 'pagestart' definition 'page_start'.
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/utils.c:1082:9: error: Resource leak: f [resourceLeak]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/vfpacket.c:96:12: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writeenc.c:162:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writeenc.c:66:12: warning: Assert statement calls a function which may have desired side effects: 'lookup_fe_entry'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:266:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:267:12: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:268:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:348:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:456:11: style: The scope of the variable 'glyph' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:238:12: warning: Assert statement calls a function which may have desired side effects: 'lookup_fd_entry'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writefont.c:395:12: warning: Assert statement calls a function which may have desired side effects: 'lookup_fo_entry'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writeimg.c:523:9: error: Memory is allocated but not initialized: a [uninitdata]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:394:35: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:303:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:316:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:362:14: style: The scope of the variable 'sip' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:765:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejbig2.c:822:15: style: The scope of the variable 'fip' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejpg.c:102:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejpg.c:102:12: style: The scope of the variable 'units' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writejpg.c:103:19: style: The scope of the variable 'jpg_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writepng.c:221:9: style: The scope of the variable 'bitdepth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writepng.c:320:9: style: The scope of the variable 'bitdepth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writepng.c:506:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1496:5: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:542:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:667:15: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:767:21: style: The scope of the variable 'counter' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:768:11: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:956:9: style: The scope of the variable 'subr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1305:9: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1305:13: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1306:20: style: The scope of the variable 'gg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1307:23: style: The scope of the variable 'gl_tree' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1309:12: style: The scope of the variable 'aa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1471:11: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1218:22: error: Array index -1 is out of bounds. [negativeIndex]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet1.c:1232:41: error: Array index -3 is out of bounds. [negativeIndex]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writet3.c:106:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:1075:9: warning: %X in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:196:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:341:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:451:16: style: The scope of the variable 'last_advWidth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:844:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:866:12: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:1253:17: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:1254:11: style: The scope of the variable 'id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writettf.c:1255:9: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writezip.c:35:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/pdftexdir/writezip.c:36:16: style: The scope of the variable 'level_old' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:442:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:463:6: warning: %i in format string (no. 10) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:714:6: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:734:6: warning: %i in format string (no. 5) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:449:40: warning: Either the condition 'viewer' is redundant or there is possible null pointer dereference: viewer. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:416:11: note: Assuming that condition 'viewer' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:449:40: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:388:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:382:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:388:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:652:2: style: Variable 'scanner' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:641:0: note: Variable 'scanner' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:652:2: note: Variable 'scanner' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:671:5: style: Variable 'buffer' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:666:0: note: Variable 'buffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:671:5: note: Variable 'buffer' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:355:9: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:353:50: style: Function 'synctex_view_proceed' argument 1 names different: declaration 'paramsRef' definition 'Ps'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:255:50: note: Function 'synctex_view_proceed' argument 1 names different: declaration 'paramsRef' definition 'Ps'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_main.c:353:50: note: Function 'synctex_view_proceed' argument 1 names different: declaration 'paramsRef' definition 'Ps'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1711:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1715:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1707. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1715:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1711. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1719:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1715. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1723:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1719. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1727:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1723. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1731:13: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1727. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1735:12: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1731. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1739:13: style: Expression is always false because 'else if' condition matches previous condition at line 1735. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1735. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1743:12: style: Expression is always false because 'else if' condition matches previous condition at line 1739. [multiCondition]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2750:3: style: Variable 'synctex_name' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2742:0: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2750:3: note: Variable 'synctex_name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3544:21: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3542:0: note: Variable 'parent' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3544:21: note: Variable 'parent' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4349:2: style: Variable 'updater' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4344:0: note: Variable 'updater' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4349:2: note: Variable 'updater' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3391:37: style: Same value in both branches of ternary operator. [duplicateValueTernary]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3047:19: style: The scope of the variable 'node' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1988:80: style: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1128:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:1988:80: note: Function '_synctex_scan_sheet' argument 2 names different: declaration 'parent' definition 'sheet'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2860:162: style: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2684:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2860:162: note: Function '_synctex_open' argument 6 names different: declaration 'io_modeRef' definition 'io_mode_ref'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4343:90: style: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.h:345:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4343:90: note: Function 'synctex_updater_new_with_output_file' argument 2 names different: declaration 'directory' definition 'build_directory'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3710:12: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:3735:10: warning: Size of pointer 'buffer_start' used instead of size of its data. [pointerSize]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:294:12: style: struct member 'Anonymous0::reserved' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:4336:22: style: struct member '_flags::reserved' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2881:6: error: Memory leak: build_output [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2889:7: error: Memory leak: build_output [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2894:6: error: Memory leak: build_output [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser.c:2899:3: error: Memory leak: build_output [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:392:6: style: Variable 'dir_name' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:390:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:392:6: note: Variable 'dir_name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:238:16: style: The scope of the variable 'lpc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:334:10: style: The scope of the variable 'size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:404:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:406:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:409:65: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:411:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:417:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:419:77: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:422:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:424:81: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:429:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:432:74: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:435:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:438:86: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:144:71: style: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.h:149:71: note: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:144:71: note: Function 'synctex_ignore_leading_dot_slash_in_path' argument 1 names different: declaration 'name' definition 'name_ref'.
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:464:4: style: Variable 'the_time' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:362:6: error: Memory leak: core_name [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:384:6: error: Memory leak: dir_name [memleak]
luatex-0.70.1.20120524/source/texk/web2c/synctexdir/synctex_parser_utils.c:291:15: error: va_list 'arg' was opened but not closed by va_end(). [va_end_missing]
tie.w:986:29: style: The scope of the variable 'inp_desc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/uptexdir/kanji.c:34:26: style: Expression '(X & 0xffffff) < 0x1000000' is always true. [comparisonError]
luatex-0.70.1.20120524/source/texk/web2c/web2c/fixwrites.c:188:7: style: The scope of the variable 'blanks_done' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/web2c/fixwrites.c:251:8: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luatex-0.70.1.20120524/source/texk/web2c/web2c/main.c:186:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
web2c-lexer.c:2041:2: warning: Possible null pointer dereference: b [nullPointer]
web2c-lexer.c:1930:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
web2c-lexer.c:2041:2: note: Null pointer dereference
web2c-lexer.c:2042:2: warning: Possible null pointer dereference: b [nullPointer]
web2c-lexer.c:1930:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
web2c-lexer.c:2042:2: note: Null pointer dereference
web2c-lexer.c:2053:9: warning: Possible null pointer dereference: b [nullPointer]
web2c-lexer.c:1930:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
web2c-lexer.c:2053:9: note: Null pointer dereference
web2c-lexer.c:1008:1: style: Label 'find_rule' is not used. [unusedLabel]
web2c-lexer.c:1777:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
web2c-lexer.c:361:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
web2c-lexer.c:1777:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
web2c-lexer.c:1796:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
web2c-lexer.c:813:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
web2c-lexer.c:1796:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
web2c-lexer.c:2226:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
web2c-lexer.c:314:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
web2c-lexer.c:2226:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
web2c-lexer.c:2239:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
web2c-lexer.c:315:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
web2c-lexer.c:2239:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
web2c-lexer.c:2239:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
web2c-lexer.c:315:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
web2c-lexer.c:2239:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
web2c-lexer.c:2371:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
web2c-lexer.c:779:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
web2c-lexer.c:2371:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
web2c-parser.y:702:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/FontTableCache.cpp:107:6: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/FontTableCache.cpp:119:23: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:108:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:119:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:141:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:191:29: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:205:38: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:208:30: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:225:35: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:226:36: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:250:40: style: Function 'getGlyphWidth' argument 1 names different: declaration 'glyph' definition 'gid'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:179:32: note: Function 'getGlyphWidth' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:250:40: note: Function 'getGlyphWidth' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:258:46: style: Function 'getGlyphHeightDepth' argument 1 names different: declaration 'glyph' definition 'gid'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:180:37: note: Function 'getGlyphHeightDepth' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:258:46: note: Function 'getGlyphHeightDepth' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:268:47: style: Function 'getGlyphSidebearings' argument 1 names different: declaration 'glyph' definition 'gid'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:181:38: note: Function 'getGlyphSidebearings' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:268:47: note: Function 'getGlyphSidebearings' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:281:43: style: Function 'getGlyphItalCorr' argument 1 names different: declaration 'glyph' definition 'gid'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:182:35: note: Function 'getGlyphItalCorr' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:281:43: note: Function 'getGlyphItalCorr' argument 1 names different: declaration 'glyph' definition 'gid'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:68:5: warning: Member variable 'CMAPMapper::fcmap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:84:5: warning: Member variable 'CMAPFormat4Mapper::fEndCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:84:5: warning: Member variable 'CMAPFormat4Mapper::fStartCodes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:84:5: warning: Member variable 'CMAPFormat4Mapper::fIdDelta' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:84:5: warning: Member variable 'CMAPFormat4Mapper::fIdRangeOffset' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:105:5: warning: Member variable 'CMAPGroupMapper::fGroups' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:61:16: warning: Member variable 'XeTeXFontInst::fDeviceScaleX' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.cpp:61:16: warning: Member variable 'XeTeXFontInst::fDeviceScaleY' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:155:14: style: Class 'Family' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:155:14: style: Class 'Family' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:123:8: style: Class 'Font' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:81:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:52:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:81:23: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:102:23: style: The function 'unicodeToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:52:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.h:102:23: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:104:17: style: The function 'readFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/FontTableCache.h:62:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:104:17: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:105:17: style: The function 'readFontTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/FontTableCache.h:63:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:105:17: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.cpp:51:50: style: Function 'XeTeXFontInst_FT2' argument 1 names different: declaration 'filename' definition 'pathname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:59:39: note: Function 'XeTeXFontInst_FT2' argument 1 names different: declaration 'filename' definition 'pathname'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.cpp:51:50: note: Function 'XeTeXFontInst_FT2' argument 1 names different: declaration 'filename' definition 'pathname'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:63:15: warning: Virtual function 'initialize' is called from constructor 'XeTeXFontInst_FT2(const char*filename,int index,float pointSize,LEErrorCode&status)' at line 90. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.cpp:90:2: note: Calling initialize
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:63:15: note: initialize is a virtual method
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:53:18: style: The function 'readTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:98:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:53:18: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:63:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:112:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:63:15: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:65:15: style: The function 'getGlyphBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:177:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:65:15: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:68:20: style: The function 'getNumGlyphs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:171:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:68:20: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:69:18: style: The function 'getGlyphAdvance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:173:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:69:18: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:70:23: style: The function 'mapCharToGlyph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:164:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:70:23: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:71:23: style: The function 'mapGlyphToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:169:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:71:23: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:73:22: style: The function 'getGlyphName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:184:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:73:22: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:74:22: style: The function 'getFirstCharCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:186:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:74:22: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:75:22: style: The function 'getLastCharCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:187:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_FT2.h:75:22: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:61:15: warning: Virtual function 'initialize' is called from constructor 'XeTeXFontInst_Mac(ATSFontRef atsFont,float pointSize,LEErrorCode&status)' at line 53. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.cpp:53:2: note: Calling initialize
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:61:15: note: initialize is a virtual method
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:51:17: style: The function 'readTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:98:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:51:17: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:61:15: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:112:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:61:15: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:63:15: style: The function 'getGlyphBounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:177:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:63:15: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:65:20: style: The function 'mapGlyphToIndex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:169:23: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:65:20: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:66:22: style: The function 'getGlyphName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst.h:184:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontInst_Mac.h:66:22: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:207:19: warning: Either the condition 'font!=NULL' is redundant or there is possible null pointer dereference: font. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:214:11: note: Assuming that condition 'font!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:207:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:568:37: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:578:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:587:33: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:42:10: warning: Member variable 'XeTeXFontMgr_FC::allFonts' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:42:10: warning: Member variable 'XeTeXFontMgr_FC::cachedAll' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:92:13: performance: Technically the member function 'XeTeXFontMgr::getReqEngine' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:448:15: note: Technically the member function 'XeTeXFontMgr::getReqEngine' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:92:13: note: Technically the member function 'XeTeXFontMgr::getReqEngine' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:185:9: performance: Technically the member function 'XeTeXFontMgr::weightAndWidthDiff' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:454:15: note: Technically the member function 'XeTeXFontMgr::weightAndWidthDiff' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:185:9: note: Technically the member function 'XeTeXFontMgr::weightAndWidthDiff' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:186:9: performance: Technically the member function 'XeTeXFontMgr::styleDiff' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:472:15: note: Technically the member function 'XeTeXFontMgr::styleDiff' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:186:9: note: Technically the member function 'XeTeXFontMgr::styleDiff' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:188:9: performance: Technically the member function 'XeTeXFontMgr::appendToList' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:597:15: note: Technically the member function 'XeTeXFontMgr::appendToList' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:188:9: note: Technically the member function 'XeTeXFontMgr::appendToList' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:189:9: performance: Technically the member function 'XeTeXFontMgr::prependToList' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:607:15: note: Technically the member function 'XeTeXFontMgr::prependToList' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:189:9: note: Technically the member function 'XeTeXFontMgr::prependToList' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:192:19: performance: Technically the member function 'XeTeXFontMgr::getOpSizePtr' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:492:15: note: Technically the member function 'XeTeXFontMgr::getOpSizePtr' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:192:19: note: Technically the member function 'XeTeXFontMgr::getOpSizePtr' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:203:7: performance: Technically the member function 'XeTeXFontMgr::die' can be static. [functionStatic]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:708:15: note: Technically the member function 'XeTeXFontMgr::die' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:203:7: note: Technically the member function 'XeTeXFontMgr::die' can be static.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:49:19: style: The function 'initialize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:105:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:49:19: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:50:19: style: The function 'terminate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:106:19: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:50:19: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:52:19: style: The function 'getOpSizeRecAndStyleFlags' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:194:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:52:19: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:53:19: style: The function 'searchForHostPlatformFonts' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:195:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:53:19: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:55:28: style: The function 'readNames' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:200:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:55:28: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:57:19: style: The function 'getPlatformFontDesc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.h:108:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.h:57:19: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:416:3: error: Dangerous usage of c_str(). The value returned by c_str() is invalid after this call. [stlcstr]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:636:13: performance: Possible inefficient checking for 'fullNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:639:13: performance: Possible inefficient checking for 'familyNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr.cpp:644:13: performance: Possible inefficient checking for 'styleNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:245:3: style: Label 'restart' is not used. [unusedLabel]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:155:7: performance: Possible inefficient checking for 'familyNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:157:7: performance: Possible inefficient checking for 'subFamilyNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:171:14: performance: Possible inefficient checking for 'fullNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:173:15: performance: Possible inefficient checking for 'styleNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXFontMgr_FC.cpp:207:6: performance: Possible inefficient checking for 'familyNames' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXGrLayout.h:44:1: warning: The class 'XeTeXGrFont' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:149:3: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:189:9: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:194:28: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:206:21: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:216:91: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:223:89: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:290:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:313:43: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:522:3: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:529:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:559:17: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:575:66: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:727:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:785:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:852:10: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:288:35: style: The scope of the variable 'table' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:310:35: style: The scope of the variable 'table' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:725:34: style: Function 'findGlyphInPostTable' argument 1 names different: declaration 'p' definition 'buffer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h:150:38: note: Function 'findGlyphInPostTable' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXLayoutInterface.cpp:725:34: note: Function 'findGlyphInPostTable' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.h:55:15: warning: Virtual function 'adjustFeatures' is called from constructor 'XeTeXOTLayoutEngine(const LEFontInstance*fontInstance,LETag scriptTag,LETag languageTag,const GlyphSubstitutionTableHeader*gsubTable,const GlyphPositioningTableHeader*gposTable,const LETag*addFeatures,const le_int32*addParams,const LETag*removeFeatures,LEErrorCode&success)' at line 212. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp:212:2: note: Calling adjustFeatures
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.h:55:15: note: adjustFeatures is a virtual method
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp:51:22: style: The function 'getDynamicClassID' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.h:57:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTLayoutEngine.cpp:51:22: note: Function in derived class
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:84:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:208:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:247:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:284:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:319:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:356:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:397:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:410:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeXOTMath.cpp:423:25: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:348:14: style: The scope of the variable 'byteBuffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1261:18: style: The scope of the variable 'fontRef' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1718:18: style: The scope of the variable 'fontRef' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2938:7: style: The scope of the variable 'B1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2938:11: style: The scope of the variable 'B2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:3139:9: style: The scope of the variable 'rval' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:325:4: style: Redundant pointer operation on 'normPtr' - it's already a pointer. [redundantPointerOp]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:685:27: style: Function 'applytfmfontmapping' argument 1 names different: declaration 'mapping' definition 'cnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:299:32: note: Function 'applytfmfontmapping' argument 1 names different: declaration 'mapping' definition 'cnv'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:685:27: note: Function 'applytfmfontmapping' argument 1 names different: declaration 'mapping' definition 'cnv'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1250:31: style: Function 'findnativefont' argument 1 names different: declaration 'name' definition 'uname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:241:38: note: Function 'findnativefont' argument 1 names different: declaration 'name' definition 'uname'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1250:31: note: Function 'findnativefont' argument 1 names different: declaration 'name' definition 'uname'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1429:24: style: Function 'otgetfontmetrics' argument 1 names different: declaration 'engine' definition 'pEngine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:246:30: note: Function 'otgetfontmetrics' argument 1 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1429:24: note: Function 'otgetfontmetrics' argument 1 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1460:31: style: Function 'otfontget' argument 2 names different: declaration 'engine' definition 'pEngine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:258:40: note: Function 'otfontget' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1460:31: note: Function 'otfontget' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1484:32: style: Function 'otfontget1' argument 2 names different: declaration 'engine' definition 'pEngine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:259:41: note: Function 'otfontget1' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1484:32: note: Function 'otfontget1' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1515:32: style: Function 'otfontget2' argument 2 names different: declaration 'engine' definition 'pEngine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:260:41: note: Function 'otfontget2' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1515:32: note: Function 'otfontget2' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1544:32: style: Function 'otfontget3' argument 2 names different: declaration 'engine' definition 'pEngine'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:261:41: note: Function 'otfontget3' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1544:32: note: Function 'otfontget3' argument 2 names different: declaration 'engine' definition 'pEngine'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1637:29: style: Function 'makeXDVGlyphArrayData' argument 1 names different: declaration 'p' definition 'pNode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:262:34: note: Function 'makeXDVGlyphArrayData' argument 1 names different: declaration 'p' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1637:29: note: Function 'makeXDVGlyphArrayData' argument 1 names different: declaration 'p' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1913:20: style: Function 'applymapping' argument 1 names different: declaration 'cnv' definition 'pCnv'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:264:25: note: Function 'applymapping' argument 1 names different: declaration 'cnv' definition 'pCnv'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1913:20: note: Function 'applymapping' argument 1 names different: declaration 'cnv' definition 'pCnv'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1999:25: style: Function 'getnativecharht' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:252:34: note: Function 'getnativecharht' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1999:25: note: Function 'getnativecharht' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1999:36: style: Function 'getnativecharht' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:252:48: note: Function 'getnativecharht' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1999:36: note: Function 'getnativecharht' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2007:25: style: Function 'getnativechardp' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:253:34: note: Function 'getnativechardp' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2007:25: note: Function 'getnativechardp' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2007:36: style: Function 'getnativechardp' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:253:48: note: Function 'getnativechardp' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2007:36: note: Function 'getnativechardp' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2072:25: style: Function 'getnativecharic' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:254:34: note: Function 'getnativecharic' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2072:25: note: Function 'getnativecharic' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2072:36: style: Function 'getnativecharic' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:254:48: note: Function 'getnativecharic' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2072:36: note: Function 'getnativecharic' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2083:25: style: Function 'getnativecharwd' argument 1 names different: declaration 'font' definition 'f'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:251:34: note: Function 'getnativecharwd' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2083:25: note: Function 'getnativecharwd' argument 1 names different: declaration 'font' definition 'f'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2083:36: style: Function 'getnativecharwd' argument 2 names different: declaration 'ch' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:251:48: note: Function 'getnativecharwd' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2083:36: note: Function 'getnativecharwd' argument 2 names different: declaration 'ch' definition 'c'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2127:27: style: Function 'measure_native_node' argument 1 names different: declaration 'node' definition 'pNode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:266:33: note: Function 'measure_native_node' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2127:27: note: Function 'measure_native_node' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2382:28: style: Function 'get_native_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:267:35: note: Function 'get_native_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2382:28: note: Function 'get_native_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2406:34: style: Function 'get_native_glyph_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:268:41: note: Function 'get_native_glyph_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2406:34: note: Function 'get_native_glyph_ital_corr' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2423:28: style: Function 'measure_native_glyph' argument 1 names different: declaration 'node' definition 'pNode'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.h:269:34: note: Function 'measure_native_glyph' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2423:28: note: Function 'measure_native_glyph' argument 1 names different: declaration 'node' definition 'pNode'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:98:14: style: struct member 'MAXPTable::version' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:99:14: style: struct member 'MAXPTable::numGlyphs' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:100:14: style: struct member 'MAXPTable::maxPoints' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:101:14: style: struct member 'MAXPTable::maxContours' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:102:14: style: struct member 'MAXPTable::maxComponentPoints' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:103:14: style: struct member 'MAXPTable::maxComponentContours' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:104:14: style: struct member 'MAXPTable::maxZones' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:105:14: style: struct member 'MAXPTable::maxTwilightPoints' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:106:14: style: struct member 'MAXPTable::maxStorage' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:107:14: style: struct member 'MAXPTable::maxFunctionDefs' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:108:14: style: struct member 'MAXPTable::maxInstructionDefs' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:109:14: style: struct member 'MAXPTable::maxStackElements' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:110:14: style: struct member 'MAXPTable::maxSizeOfInstructions' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:111:14: style: struct member 'MAXPTable::maxComponentElements' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:112:14: style: struct member 'MAXPTable::maxComponentDepth' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:117:8: style: struct member 'POSTTable::version' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:118:8: style: struct member 'POSTTable::italicAngle' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:119:9: style: struct member 'POSTTable::underlinePosition' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:120:9: style: struct member 'POSTTable::underlineThickness' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:121:9: style: struct member 'POSTTable::isFixedPitch' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:122:9: style: struct member 'POSTTable::minMemType42' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:123:9: style: struct member 'POSTTable::maxMemType42' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:124:9: style: struct member 'POSTTable::minMemType1' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:125:9: style: struct member 'POSTTable::maxMemType1' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:633:14: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:690:25: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1707:0: style: Variable 'variationCount' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1906:6: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1765:13: style: Variable 'fontRef' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2156:10: style: Unused variable: x [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2156:13: style: Unused variable: y [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:998:4: error: Common realloc mistake: 'addFeatures' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:1002:4: error: Common realloc mistake: 'removeFeatures' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_ext.c:2323:0: error: Uninitialized variable: locations [uninitvar]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:63:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:61:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:63:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:64:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:63:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:64:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:68:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:64:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:68:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:69:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:68:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:69:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:115:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:110:0: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:115:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:119:2: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:115:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:119:2: note: Variable 'status' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:138:6: style: The scope of the variable 'lastRealGlyph' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/XeTeX_mac.c:69:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:77:22: style: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.h:68:32: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:77:22: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:95:44: style: Function 'bmp_scan_file' argument 2 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.h:67:55: note: Function 'bmp_scan_file' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:95:44: note: Function 'bmp_scan_file' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:162:38: style: Variable 'p' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:124:12: style: Variable 'fsize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:159:19: style: Variable 'compression' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:167:7: style: Variable 'flip' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/bmpimage.c:103:8: style: Unused variable: i [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.cpp:130:45: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/cmaps.cpp:134:49: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/jpegimage.c:451:35: style: Function 'JPEG_scan_file' argument 1 names different: declaration 'info' definition 'j_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/jpegimage.h:165:45: note: Function 'JPEG_scan_file' argument 1 names different: declaration 'info' definition 'j_info'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/jpegimage.c:451:35: note: Function 'JPEG_scan_file' argument 1 names different: declaration 'info' definition 'j_info'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/jpegimage.c:418:20: style: Variable 'extension_code' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/mfileio.c:113:43: style: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/mfileio.h:55:50: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/mfileio.c:113:43: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/numbers.c:57:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/numbers.c:69:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:97:22: style: Function 'check_for_png' argument 1 names different: declaration 'file' definition 'png_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.h:68:33: note: Function 'check_for_png' argument 1 names different: declaration 'file' definition 'png_file'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:97:22: note: Function 'check_for_png' argument 1 names different: declaration 'file' definition 'png_file'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:111:45: style: Function 'png_scan_file' argument 2 names different: declaration 'file' definition 'png_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.h:67:56: note: Function 'png_scan_file' argument 2 names different: declaration 'file' definition 'png_file'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:111:45: note: Function 'png_scan_file' argument 2 names different: declaration 'file' definition 'png_file'.
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:113:13: style: Unused variable: stream_data_ptr [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:114:13: style: Unused variable: trans_type [unusedVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:136:16: style: Variable 'color_type' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/web2c/xetexdir/pngimage.c:119:30: style: Unused variable: rowbytes [unusedVariable]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1544:8: error: fprintf format string requires 1 parameter but only 0 are given. [wrongPrintfScanfArgNum]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2206:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2344:23: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2346:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:511:2: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:504:0: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:511:2: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:848:8: style: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:842:8: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:848:8: note: Variable 'result' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1737:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1735:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1737:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1803:3: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1797:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1803:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1806:3: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1803:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1806:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1808:3: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1806:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1808:3: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2301:5: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2300:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2301:5: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2305:6: style: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2303:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:2305:6: note: Variable 'status' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:1730:9: style: The scope of the variable 'applyVars' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf_globals.h:93:5: warning: Member variable 'texFont::hasMap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf.cpp:164:5: warning: Member variable 'nativeFont::embolden' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf_specials.cpp:168:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'signed long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf_specials.cpp:182:6: performance: Possible inefficient checking for 'gTextColorStack' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/xdv2pdf/xdv2pdf_specials.cpp:200:6: performance: Possible inefficient checking for 'gRuleColorStack' emptiness. [stlSize]
luatex-0.70.1.20120524/source/texk/xdvik/browser.c:74:8: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dl_list.c:138:32: warning: Function 'dl_list_remove' argument order different: declaration 'list, elem, count, item, compare_func' definition 'list, item, count, removed_item, compare_func' [funcArgOrderDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/dl_list.h:23:48: note: Function 'dl_list_remove' argument order different: declaration 'list, elem, count, item, compare_func' definition 'list, item, count, removed_item, compare_func'
luatex-0.70.1.20120524/source/texk/xdvik/dl_list.c:138:32: note: Function 'dl_list_remove' argument order different: declaration 'list, elem, count, item, compare_func' definition 'list, item, count, removed_item, compare_func'
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3132:8: style: Redundant condition: w_info->text_selection_pass. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3177:6: style: Redundant condition: w_info->text_selection_pass. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3202:7: style: Redundant condition: w_info->text_selection_pass. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1642:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1644:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1909:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2066:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2984:25: warning: Either the condition 'w_info!=NULL' is redundant or there is possible null pointer dereference: w_info. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3002:16: note: Assuming that condition 'w_info!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2984:25: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3008:9: warning: Either the condition 'w_info!=NULL' is redundant or there is possible null pointer dereference: w_info. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3002:16: note: Assuming that condition 'w_info!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3008:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:5025:15: style: Same expression on both sides of '==' because the value of 'y_pos' and '-1' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:4956:18: note: 'y_pos' is assigned value '-1' here.
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:5025:15: note: Same expression on both sides of '==' because the value of 'y_pos' and '-1' are the same.
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1038:23: style: The scope of the variable 'wid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1111:9: style: The scope of the variable 'cols_left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1112:9: style: The scope of the variable 'cols' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1748:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:1749:11: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2161:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2462:17: style: The scope of the variable 'pagelist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2463:16: style: The scope of the variable 'pagelist_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2973:27: style: The scope of the variable 'new_glyph' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:2996:16: style: The scope of the variable 'page_bak' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3570:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:4080:12: style: The scope of the variable 'argv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:4081:17: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:4083:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:4394:19: style: The scope of the variable 'col_dist' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3568:57: style: Function 'geom_scan_part' argument 4 names different: declaration 'min_frame' definition 'minframe'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.h:118:55: note: Function 'geom_scan_part' argument 4 names different: declaration 'min_frame' definition 'minframe'.
luatex-0.70.1.20120524/source/texk/xdvik/dvi-draw.c:3568:57: note: Function 'geom_scan_part' argument 4 names different: declaration 'min_frame' definition 'minframe'.
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1141:9: style: Condition 'first_time' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1138:18: note: Assignment 'first_time=1', assigned value is 1
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1141:9: note: Condition 'first_time' is always true
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:657:2: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1098:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1098:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:582:19: style: The scope of the variable 'fp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1128:16: style: The scope of the variable 'tmp_fd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1461:11: style: The scope of the variable 'new_filename' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1530:10: style: The scope of the variable 'canonical_path' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1559:8: style: The scope of the variable 'expanded_filename' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1316:50: style: Function 'internal_open_dvi' argument 2 names different: declaration 'errmsg' definition 'errflag'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.h:50:65: note: Function 'internal_open_dvi' argument 2 names different: declaration 'errmsg' definition 'errflag'.
luatex-0.70.1.20120524/source/texk/xdvik/dvi-init.c:1316:50: note: Function 'internal_open_dvi' argument 2 names different: declaration 'errmsg' definition 'errflag'.
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.c:321:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.c:579:54: style: Function 'check_pagerange' argument 2 names different: declaration 'pageno' definition 'page'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.h:38:62: note: Function 'check_pagerange' argument 2 names different: declaration 'pageno' definition 'page'.
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.c:579:54: note: Function 'check_pagerange' argument 2 names different: declaration 'pageno' definition 'page'.
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.c:585:51: style: Function 'check_marked' argument 2 names different: declaration 'pageno' definition 'page'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.h:39:59: note: Function 'check_marked' argument 2 names different: declaration 'pageno' definition 'page'.
luatex-0.70.1.20120524/source/texk/xdvik/dvisel.c:585:51: note: Function 'check_marked' argument 2 names different: declaration 'pageno' definition 'page'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:3086:27: style: The scope of the variable 'match_item' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4037:34: style: Function 'iso_8859_1_to_utf8' argument 1 names different: declaration 'iso_8859_1' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/encodings.h:51:46: note: Function 'iso_8859_1_to_utf8' argument 1 names different: declaration 'iso_8859_1' definition 'c'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4037:34: note: Function 'iso_8859_1_to_utf8' argument 1 names different: declaration 'iso_8859_1' definition 'c'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4081:24: style: Function 'is_hyphenchar' argument 1 names different: declaration 'unicode' definition 'u'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/encodings.h:53:39: note: Function 'is_hyphenchar' argument 1 names different: declaration 'unicode' definition 'u'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4081:24: note: Function 'is_hyphenchar' argument 1 names different: declaration 'unicode' definition 'u'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4108:23: style: Function 'is_ideograph' argument 1 names different: declaration 'unicode' definition 'u'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/encodings.h:54:38: note: Function 'is_ideograph' argument 1 names different: declaration 'unicode' definition 'u'.
luatex-0.70.1.20120524/source/texk/xdvik/encodings.c:4108:23: note: Function 'is_ideograph' argument 1 names different: declaration 'unicode' definition 'u'.
luatex-0.70.1.20120524/source/texk/xdvik/events.c:928:51: style: Condition 'm_x_scroll!=0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:928:105: style: Condition 'm_y_scroll!=0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:932:50: style: Condition 'm_x_scroll!=0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:945:50: style: Condition 'm_y_scroll!=0' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:993:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:993:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:5106:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:5300:2: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:458:31: style: The scope of the variable 'end_cmd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:299:25: style: Function 'null_mouse' argument 1 names different: declaration 'ignored' definition 'event'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/events.h:208:32: note: Function 'null_mouse' argument 1 names different: declaration 'ignored' definition 'event'.
luatex-0.70.1.20120524/source/texk/xdvik/events.c:299:25: note: Function 'null_mouse' argument 1 names different: declaration 'ignored' definition 'event'.
luatex-0.70.1.20120524/source/texk/xdvik/events.c:1610:15: style: Function 'goto_page' argument 1 names different: declaration 'page' definition 'new_page'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/events.h:156:27: note: Function 'goto_page' argument 1 names different: declaration 'page' definition 'new_page'.
luatex-0.70.1.20120524/source/texk/xdvik/events.c:1610:15: note: Function 'goto_page' argument 1 names different: declaration 'page' definition 'new_page'.
luatex-0.70.1.20120524/source/texk/xdvik/events.c:2571:15: style: Variable 'arg_bak' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:2569:2: style: Variable 'clear_statusline' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:3950:11: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
luatex-0.70.1.20120524/source/texk/xdvik/events.c:3950:29: style: Clarify calculation precedence for '|' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/texk/xdvik/filehist.c:163:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/filehist.c:331:31: style: Function 'file_history_open' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/filehist.h:36:43: note: Function 'file_history_open' argument 1 names different: declaration 'filename' definition 'fname'.
luatex-0.70.1.20120524/source/texk/xdvik/filehist.c:331:31: note: Function 'file_history_open' argument 1 names different: declaration 'filename' definition 'fname'.
luatex-0.70.1.20120524/source/texk/xdvik/filehist.c:110:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
luatex-0.70.1.20120524/source/texk/xdvik/gf.c:105:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/gf.c:282:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/gf.c:282:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/gf.c:98:9: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gf.c:247:19: style: The scope of the variable 'g' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/help-window.c:1039:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/help-window.c:1037:18: style: Function 'show_help' argument 1 names different: declaration 'parent' definition 'toplevel'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/help-window.h:27:30: note: Function 'show_help' argument 1 names different: declaration 'parent' definition 'toplevel'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/help-window.c:1037:18: note: Function 'show_help' argument 1 names different: declaration 'parent' definition 'toplevel'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/menu.c:344:12: style: Function 'create_menu_buttons' argument 2 names different: declaration 'ret_panel_width' definition 'width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/menu.h:67:10: note: Function 'create_menu_buttons' argument 2 names different: declaration 'ret_panel_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/menu.c:344:12: note: Function 'create_menu_buttons' argument 2 names different: declaration 'ret_panel_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:251:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:239:0: note: Variable 'idx' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:251:5: note: Variable 'idx' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:338:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:315:0: note: Variable 'idx' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:338:5: note: Variable 'idx' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:460:5: style: Variable 'translations_str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:431:0: note: Variable 'translations_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:460:5: note: Variable 'translations_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:951:29: style: Function 'popup_message_sized' argument 3 names different: declaration 'size' definition 'sizehint'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:54:29: note: Function 'popup_message_sized' argument 3 names different: declaration 'size' definition 'sizehint'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:951:29: note: Function 'popup_message_sized' argument 3 names different: declaration 'size' definition 'sizehint'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1010:20: style: Function 'choice_dialog' argument 4 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:67:20: note: Function 'choice_dialog' argument 4 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1010:20: note: Function 'choice_dialog' argument 4 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1013:59: style: Function 'choice_dialog' argument 9 names different: declaration 'ok_args' definition 'ok_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:70:59: note: Function 'choice_dialog' argument 9 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1013:59: note: Function 'choice_dialog' argument 9 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1014:67: style: Function 'choice_dialog' argument 12 names different: declaration 'cancel_args' definition 'cancel_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:71:67: note: Function 'choice_dialog' argument 12 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1014:67: note: Function 'choice_dialog' argument 12 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1071:29: style: Function 'choice_dialog_sized' argument 3 names different: declaration 'size' definition 'sizehint'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:88:29: note: Function 'choice_dialog_sized' argument 3 names different: declaration 'size' definition 'sizehint'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1071:29: note: Function 'choice_dialog_sized' argument 3 names different: declaration 'size' definition 'sizehint'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1074:19: style: Function 'choice_dialog_sized' argument 5 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:91:19: note: Function 'choice_dialog_sized' argument 5 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1074:19: note: Function 'choice_dialog_sized' argument 5 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1077:58: style: Function 'choice_dialog_sized' argument 10 names different: declaration 'ok_args' definition 'ok_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:94:58: note: Function 'choice_dialog_sized' argument 10 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1077:58: note: Function 'choice_dialog_sized' argument 10 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1078:66: style: Function 'choice_dialog_sized' argument 13 names different: declaration 'cancel_args' definition 'cancel_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:95:67: note: Function 'choice_dialog_sized' argument 13 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1078:66: note: Function 'choice_dialog_sized' argument 13 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1108:17: style: Function 'positioned_choice_dialog' argument 6 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:103:24: note: Function 'positioned_choice_dialog' argument 6 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1108:17: note: Function 'positioned_choice_dialog' argument 6 names different: declaration 'ret_action_str' definition 'xaw_ret_action_str'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1111:56: style: Function 'positioned_choice_dialog' argument 11 names different: declaration 'ok_args' definition 'ok_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:106:63: note: Function 'positioned_choice_dialog' argument 11 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1111:56: note: Function 'positioned_choice_dialog' argument 11 names different: declaration 'ok_args' definition 'ok_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1112:64: style: Function 'positioned_choice_dialog' argument 14 names different: declaration 'cancel_args' definition 'cancel_arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.h:107:71: note: Function 'positioned_choice_dialog' argument 14 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/message-window.c:1112:64: note: Function 'positioned_choice_dialog' argument 14 names different: declaration 'cancel_args' definition 'cancel_arg'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/pagesel.c:1076:69: style: Function 'xaw_maybe_scroll_pagelist' argument 3 names different: declaration 'old' definition 'idx_bak'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/pagesel.c:174:80: note: Function 'xaw_maybe_scroll_pagelist' argument 3 names different: declaration 'old' definition 'idx_bak'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/pagesel.c:1076:69: note: Function 'xaw_maybe_scroll_pagelist' argument 3 names different: declaration 'old' definition 'idx_bak'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/pagesel.c:1103:22: error: Uninitialized variable: view_height [uninitvar]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:283:5: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:256:0: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:283:5: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:370:5: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:359:0: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:370:5: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:463:5: style: Variable 'info' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:452:0: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:463:5: note: Variable 'info' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:264:10: style: The scope of the variable 'tmp_label' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:2185:35: style: Function 'print_check_target_file' argument 1 names different: declaration 'info' definition 'myinfo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:138:47: note: Function 'print_check_target_file' argument 1 names different: declaration 'info' definition 'myinfo'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:2185:35: note: Function 'print_check_target_file' argument 1 names different: declaration 'info' definition 'myinfo'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:1363:15: style: Variable 'dest_label' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:1550:19: style: Variable 'range_label' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-dialog.c:293:2: warning: The buffer 'tmp_label' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:295:5: style: Variable 'text_translation_str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:242:0: note: Variable 'text_translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:295:5: note: Variable 'text_translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:593:59: style: Function 'printlog_popdown' argument 2 names different: declaration 'override_timer' definition 'force'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.h:39:71: note: Function 'printlog_popdown' argument 2 names different: declaration 'override_timer' definition 'force'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:593:59: note: Function 'printlog_popdown' argument 2 names different: declaration 'override_timer' definition 'force'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/print-log.c:729:41: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:554:5: style: Variable 'settings' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:541:0: note: Variable 'settings' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:554:5: note: Variable 'settings' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:789:5: style: Variable 'translation_str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:766:0: note: Variable 'translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:789:5: note: Variable 'translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:796:5: style: Variable 'translation_str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:793:5: note: Variable 'translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:796:5: note: Variable 'translation_str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/search-dialog.c:699:15: style: Variable 'timeout' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/gui/selection.c:114:20: style: Variable 'targets' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDir.c:112:5: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDir.c:96:0: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDir.c:112:5: note: Variable 'result' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDir.c:101:11: style: The scope of the variable 'str' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDir.c:102:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDraw.c:149:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDraw.c:240:9: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDraw.c:296:14: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfDraw.c:354:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:228:14: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:407:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:720:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:740:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:803:10: style: The scope of the variable 'old' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:806:9: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:840:16: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:841:16: style: The scope of the variable 'f' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:842:10: style: The scope of the variable 'save' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfPath.c:843:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfSelFile.c:308:12: style: The scope of the variable 'dir' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/sfSelFile.c:325:14: style: The scope of the variable 'entry' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/topic-window.c:513:5: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/topic-window.c:489:0: note: Variable 'app' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/topic-window.c:513:5: note: Variable 'app' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:463:18: style: The scope of the variable 'buf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:464:19: style: The scope of the variable 'buf_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:611:16: style: The scope of the variable 'flag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:307:37: style: Function 'xaw_create_menu' argument 1 names different: declaration 'items' definition 'item'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.h:34:49: note: Function 'xaw_create_menu' argument 1 names different: declaration 'items' definition 'item'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:307:37: note: Function 'xaw_create_menu' argument 1 names different: declaration 'items' definition 'item'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:675:31: style: Function 'realize_button_panel' argument 1 names different: declaration 'height' definition 'h'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.h:40:43: note: Function 'realize_button_panel' argument 1 names different: declaration 'height' definition 'h'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xaw_menu.c:675:31: note: Function 'realize_button_panel' argument 1 names different: declaration 'height' definition 'h'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xicon.c:60:17: style: Function 'add_icon' argument 1 names different: declaration 'toplevel' definition 'top_level'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xicon.h:27:29: note: Function 'add_icon' argument 1 names different: declaration 'toplevel' definition 'top_level'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xicon.c:60:17: note: Function 'add_icon' argument 1 names different: declaration 'toplevel' definition 'top_level'.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xlwradio.c:403:5: style: Variable 'rw->label.left_bitmap' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/gui/xlwradio.c:401:5: note: Variable 'rw->label.left_bitmap' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/gui/xlwradio.c:403:5: note: Variable 'rw->label.left_bitmap' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:867:5: style: Variable 'anchor' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:862:0: note: Variable 'anchor' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:867:5: note: Variable 'anchor' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:714:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:825:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1019:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1758:16: style: The scope of the variable 'pageno_bak' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:2015:10: style: The scope of the variable 'canonical_path' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:296:34: style: Function 'htex_prescan_special' argument 1 names different: declaration 'str' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:52:49: note: Function 'htex_prescan_special' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:296:34: note: Function 'htex_prescan_special' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:296:42: style: Function 'htex_prescan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:52:58: note: Function 'htex_prescan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:296:42: note: Function 'htex_prescan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:25: style: Function 'htex_set_anchorsize' argument 1 names different: declaration 'x' definition 'ulx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:60:37: note: Function 'htex_set_anchorsize' argument 1 names different: declaration 'x' definition 'ulx'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:25: note: Function 'htex_set_anchorsize' argument 1 names different: declaration 'x' definition 'ulx'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:34: style: Function 'htex_set_anchorsize' argument 2 names different: declaration 'y' definition 'uly'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:60:44: note: Function 'htex_set_anchorsize' argument 2 names different: declaration 'y' definition 'uly'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:34: note: Function 'htex_set_anchorsize' argument 2 names different: declaration 'y' definition 'uly'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:43: style: Function 'htex_set_anchorsize' argument 3 names different: declaration 'w' definition 'lrx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:60:51: note: Function 'htex_set_anchorsize' argument 3 names different: declaration 'w' definition 'lrx'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:43: note: Function 'htex_set_anchorsize' argument 3 names different: declaration 'w' definition 'lrx'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:52: style: Function 'htex_set_anchorsize' argument 4 names different: declaration 'h' definition 'lry'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:60:58: note: Function 'htex_set_anchorsize' argument 4 names different: declaration 'h' definition 'lry'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:981:52: note: Function 'htex_set_anchorsize' argument 4 names different: declaration 'h' definition 'lry'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1063:23: style: Function 'htex_initpage' argument 1 names different: declaration 'dvi_file_changed' definition 'new_dvi_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:39:35: note: Function 'htex_initpage' argument 1 names different: declaration 'dvi_file_changed' definition 'new_dvi_file'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1063:23: note: Function 'htex_initpage' argument 1 names different: declaration 'dvi_file_changed' definition 'new_dvi_file'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1205:30: style: Function 'htex_scan_anchor' argument 1 names different: declaration 'special' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.h:69:45: note: Function 'htex_scan_anchor' argument 1 names different: declaration 'special' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1205:30: note: Function 'htex_scan_anchor' argument 1 names different: declaration 'special' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1325:15: style: Variable 'x_delta' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/hypertex.c:1492:12: style: Variable 'info' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/main.c:303:17: style: The scope of the variable 'str1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/main.c:308:14: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/mime.c:220:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/mime.c:397:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/mime.c:590:23: style: The scope of the variable 'cp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/mime.c:542:27: style: Function 'figure_viewer' argument 1 names different: declaration 'mime_type' definition 'content_type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/mime.h:27:40: note: Function 'figure_viewer' argument 1 names different: declaration 'mime_type' definition 'content_type'.
luatex-0.70.1.20120524/source/texk/xdvik/mime.c:542:27: note: Function 'figure_viewer' argument 1 names different: declaration 'mime_type' definition 'content_type'.
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:170:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:194:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:194:6: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:194:6: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:310:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:333:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:333:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:73:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:145:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:147:9: style: The scope of the variable 'row_bit_pos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:154:9: style: The scope of the variable 'word_weight' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:155:9: style: The scope of the variable 'rows_left' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:155:20: style: The scope of the variable 'h_bit' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/pk.c:155:27: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/print-internal.c:410:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/print-internal.c:558:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/print-internal.c:257:10: style: The scope of the variable 'from_page' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/print-internal.c:258:10: style: The scope of the variable 'to_page' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/print-internal.c:338:9: style: The scope of the variable 'bytes' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:856:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:868:21: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:868:24: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:2038:16: style: The scope of the variable 'wrapcnt_bak' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:34: style: Function 'get_text_selection' argument 2 names different: declaration 'x' definition 'ulx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:78:47: note: Function 'get_text_selection' argument 2 names different: declaration 'x' definition 'ulx'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:34: note: Function 'get_text_selection' argument 2 names different: declaration 'x' definition 'ulx'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:43: style: Function 'get_text_selection' argument 3 names different: declaration 'y' definition 'uly'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:78:54: note: Function 'get_text_selection' argument 3 names different: declaration 'y' definition 'uly'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:43: note: Function 'get_text_selection' argument 3 names different: declaration 'y' definition 'uly'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:52: style: Function 'get_text_selection' argument 4 names different: declaration 'w' definition 'lrx'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:78:61: note: Function 'get_text_selection' argument 4 names different: declaration 'w' definition 'lrx'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:52: note: Function 'get_text_selection' argument 4 names different: declaration 'w' definition 'lrx'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:61: style: Function 'get_text_selection' argument 5 names different: declaration 'h' definition 'lry'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:78:68: note: Function 'get_text_selection' argument 5 names different: declaration 'h' definition 'lry'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1022:61: note: Function 'get_text_selection' argument 5 names different: declaration 'h' definition 'lry'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1110:35: style: Function 'search_erase_highlighting' argument 1 names different: declaration 'flag' definition 'reset'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:76:47: note: Function 'search_erase_highlighting' argument 1 names different: declaration 'flag' definition 'reset'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1110:35: note: Function 'search_erase_highlighting' argument 1 names different: declaration 'flag' definition 'reset'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1132:26: style: Function 'search_restart' argument 1 names different: declaration 'settings' definition 'arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:69:38: note: Function 'search_restart' argument 1 names different: declaration 'settings' definition 'arg'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1132:26: note: Function 'search_restart' argument 1 names different: declaration 'settings' definition 'arg'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1641:22: style: Function 'search_dvi' argument 1 names different: declaration 'settings' definition 'arg'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.h:68:34: note: Function 'search_dvi' argument 1 names different: declaration 'settings' definition 'arg'.
luatex-0.70.1.20120524/source/texk/xdvik/search-internal.c:1641:22: note: Function 'search_dvi' argument 1 names different: declaration 'settings' definition 'arg'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:1452:4: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:341:19: style: The scope of the variable 'cx1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:341:24: style: The scope of the variable 'cy1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:343:12: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:343:15: style: The scope of the variable 'spacesize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:343:29: style: The scope of the variable 'b' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:438:19: style: The scope of the variable 'px1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:438:24: style: The scope of the variable 'py1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:543:9: style: The scope of the variable 'steps' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:824:9: style: The scope of the variable 'xcorner' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:824:18: style: The scope of the variable 'ycorner' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2258:10: style: The scope of the variable 'scr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2577:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2368:28: style: Function 'applicationDoSpecial' argument 1 names different: declaration 'str' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/special.h:58:40: note: Function 'applicationDoSpecial' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2368:28: note: Function 'applicationDoSpecial' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2575:20: style: Function 'scan_special' argument 1 names different: declaration 'str' definition 'cp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/special.h:30:35: note: Function 'scan_special' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2575:20: note: Function 'scan_special' argument 1 names different: declaration 'str' definition 'cp'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2575:28: style: Function 'scan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/special.h:30:44: note: Function 'scan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2575:28: note: Function 'scan_special' argument 2 names different: declaration 'str_len' definition 'cp_len'.
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2623:15: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/special.c:2631:10: style: Variable 'found' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/squeeze/squeeze.c:118:9: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:586:25: warning: Either the condition 'path!=NULL' is redundant or there is possible null pointer dereference: path. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:588:17: note: Assuming that condition 'path!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:586:25: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:144:9: style: The scope of the variable 'path_name_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:241:10: style: The scope of the variable 'canonical_path' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:585:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:675:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:136:29: style: Function 'expand_filename' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:21:42: note: Function 'expand_filename' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:136:29: note: Function 'expand_filename' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:186:33: style: Function 'filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:18:46: note: Function 'filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:186:33: note: Function 'filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:239:40: style: Function 'expand_filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:24:53: note: Function 'expand_filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:239:40: note: Function 'expand_filename_append_dvi' argument 1 names different: declaration 'fname' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:437:75: style: Function 'src_compare' argument 4 names different: declaration 'path' definition 'dvi_path'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:35:90: note: Function 'src_compare' argument 4 names different: declaration 'path' definition 'dvi_path'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:437:75: note: Function 'src_compare' argument 4 names different: declaration 'path' definition 'dvi_path'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:437:92: style: Function 'src_compare' argument 5 names different: declaration 'path_len' definition 'dvi_path_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:35:103: note: Function 'src_compare' argument 5 names different: declaration 'path_len' definition 'dvi_path_len'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:437:92: note: Function 'src_compare' argument 5 names different: declaration 'path_len' definition 'dvi_path_len'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:698:23: style: Function 'replace_extension' argument 4 names different: declaration 'name_len' definition 'buf_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.h:37:91: note: Function 'replace_extension' argument 4 names different: declaration 'name_len' definition 'buf_len'.
luatex-0.70.1.20120524/source/texk/xdvik/string-utils.c:698:23: note: Function 'replace_extension' argument 4 names different: declaration 'name_len' definition 'buf_len'.
luatex-0.70.1.20120524/source/texk/xdvik/tests/run_tests.c:63:30: style: Function 'register_test' argument 1 names different: declaration 'testproc' definition 'proc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/tests/run_tests.h:25:37: note: Function 'register_test' argument 1 names different: declaration 'testproc' definition 'proc'.
luatex-0.70.1.20120524/source/texk/xdvik/tests/run_tests.c:63:30: note: Function 'register_test' argument 1 names different: declaration 'testproc' definition 'proc'.
luatex-0.70.1.20120524/source/texk/xdvik/tests/run_tests.c:90:6: style: Variable 'tests_ok' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test1.c:4:14: style: Condition '1==1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test1.c:8:14: style: Condition '0==0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test1.c:4:14: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test1.c:8:14: style: Same expression on both sides of '=='. [duplicateExpression]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test_string_utils.c:331:21: style: Condition '"luatex-0.70.1.20120524/source/texk/xdvik/tests/test_string_utils.c"[0]=='/'' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test_string_utils.c:377:17: warning: Either the condition 'tmp!=NULL' is redundant or there is possible null pointer dereference: tmp. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvik/tests/test_string_utils.c:370:15: note: Assuming that condition 'tmp!=NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvik/tests/test_string_utils.c:377:17: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvik/util.c:637:0: error: failed to expand 'ASSERT', Wrong number of parameters for macro 'ASSERT'. [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/xdvik/vf.c:81:2: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/vf.c:81:2: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:155:13: style: Expression is always false because 'else if' condition matches previous condition at line 153. [multiCondition]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:57:5: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:932:10: style: The scope of the variable 'testbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:935:11: style: The scope of the variable 'from_fp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:27:22: style: Function 'center_window' argument 1 names different: declaration 'w1' definition 'wa'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:42:34: note: Function 'center_window' argument 1 names different: declaration 'w1' definition 'wa'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:27:22: note: Function 'center_window' argument 1 names different: declaration 'w1' definition 'wa'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:27:33: style: Function 'center_window' argument 2 names different: declaration 'w2' definition 'wb'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:42:45: note: Function 'center_window' argument 2 names different: declaration 'w2' definition 'wb'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:27:33: note: Function 'center_window' argument 2 names different: declaration 'w2' definition 'wb'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:463:37: style: Function 'synthesize_event' argument 2 names different: declaration 'button' definition 'w'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:103:49: note: Function 'synthesize_event' argument 2 names different: declaration 'button' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:463:37: note: Function 'synthesize_event' argument 2 names different: declaration 'button' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:589:38: style: Function 'get_matching_parent' argument 2 names different: declaration 'p' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:114:52: note: Function 'get_matching_parent' argument 2 names different: declaration 'p' definition 'd'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:589:38: note: Function 'get_matching_parent' argument 2 names different: declaration 'p' definition 'd'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:662:23: style: Function 'adjust_heights' argument 1 names different: declaration 'w1' definition 'w'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:118:35: note: Function 'adjust_heights' argument 1 names different: declaration 'w1' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:662:23: note: Function 'adjust_heights' argument 1 names different: declaration 'w1' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:705:27: style: Function 'adjust_heights_min' argument 1 names different: declaration 'w1' definition 'w'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:119:39: note: Function 'adjust_heights_min' argument 1 names different: declaration 'w1' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:705:27: note: Function 'adjust_heights_min' argument 1 names different: declaration 'w1' definition 'w'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:1263:37: style: Function 'cast_int_to_XtPointer' argument 1 names different: declaration 'x' definition 'i'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.h:144:44: note: Function 'cast_int_to_XtPointer' argument 1 names different: declaration 'x' definition 'i'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:1263:37: note: Function 'cast_int_to_XtPointer' argument 1 names different: declaration 'x' definition 'i'.
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:204:28: style: Variable 'tmp' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvik/x_util.c:964:6: error: Resource leak: to_fp [resourceLeak]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:3171:6: style: Condition 'tried_dvi_ext' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:2934:29: note: Assignment 'tried_dvi_ext=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:3171:6: note: Condition 'tried_dvi_ext' is always false
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1270:4: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1280:4: warning: %hu in format string (no. 1) requires 'unsigned short' but the argument type is 'unsigned int'. [invalidPrintfArgType_uint]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:3229:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:3229:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:2074:18: style: The scope of the variable 'p_end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:28: style: Function 'reconfigure_window' argument 1 names different: declaration 'fullsize' definition 'fullscreen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.h:1107:40: note: Function 'reconfigure_window' argument 1 names different: declaration 'fullsize' definition 'fullscreen'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:28: note: Function 'reconfigure_window' argument 1 names different: declaration 'fullsize' definition 'fullscreen'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:50: style: Function 'reconfigure_window' argument 2 names different: declaration 'w' definition 'width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.h:1107:60: note: Function 'reconfigure_window' argument 2 names different: declaration 'w' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:50: note: Function 'reconfigure_window' argument 2 names different: declaration 'w' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:67: style: Function 'reconfigure_window' argument 3 names different: declaration 'h' definition 'height'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.h:1107:73: note: Function 'reconfigure_window' argument 3 names different: declaration 'h' definition 'height'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:1389:67: note: Function 'reconfigure_window' argument 3 names different: declaration 'h' definition 'height'.
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:218:19: style: struct member 'PropMotifWmHints::functions' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:220:19: style: struct member 'PropMotifWmHints::inputMode' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:221:19: style: struct member 'PropMotifWmHints::status' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/xdvik/xdvi.c:2738:12: style: Unused variable: values [unusedVariable]
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:239:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:239:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:207:5: style: Variable 'depths' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:183:0: note: Variable 'depths' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:207:5: note: Variable 'depths' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:42:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvik/xserver-info.c:264:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:101:10: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:515:19: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:720:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:721:15: style: The scope of the variable 'agln0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:800:15: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:801:15: style: The scope of the variable 'agln0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:512:46: style: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.h:60:67: note: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:512:46: note: Function 'agl_load_listfile' argument 2 names different: declaration 'format' definition 'is_predef'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:701:31: style: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.h:47:44: note: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:701:31: note: Function 'agl_sput_UTF16BE' argument 1 names different: declaration 'name' definition 'glyphstr'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:703:10: style: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.h:49:39: note: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:703:10: note: Function 'agl_sput_UTF16BE' argument 4 names different: declaration 'num_fails' definition 'fail_count'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:786:25: style: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.h:52:31: note: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/agl.c:786:25: note: Function 'agl_get_unicodes' argument 3 names different: declaration 'max_uncodes' definition 'max_unicodes'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:85:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:57:22: style: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.h:37:37: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:57:22: note: Function 'check_for_bmp' argument 1 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:75:46: style: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.h:36:57: note: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:75:46: note: Function 'bmp_include_image' argument 2 names different: declaration 'file' definition 'fp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/bmpimage.c:109:12: style: Variable 'fsize' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cff_limits.h:32:0: error: #error "CFF support won't work on this system." [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:131:3: style: Variable 'font' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:129:0: note: Variable 'font' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:131:3: note: Variable 'font' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:772:5: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:768:5: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:772:5: note: Variable 'p' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:686:8: style: The scope of the variable 'font_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:739:27: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:566:24: style: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.h:93:42: note: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cid.c:566:24: note: Function 'CIDFont_cache_get' argument 1 names different: declaration 'fnt_id' definition 'font_id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:946:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:937:0: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:946:3: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:113:10: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:186:9: style: The scope of the variable 'cmap_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:312:11: style: Variable 'prev' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:312:3: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cidtype2.c:319:12: style: Variable 'gid' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:918:5: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:916:0: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:918:5: note: Variable 'name' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:613:14: style: The scope of the variable 'last_byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:757:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:959:9: style: The scope of the variable 'cmap_name0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:959:22: style: The scope of the variable 'cmap_name1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:603:25: style: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:85:32: note: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:603:25: note: Function 'CMap_add_bfchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:603:34: style: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:85:42: note: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:603:34: note: Function 'CMap_add_bfchar' argument 5 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:611:26: style: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:90:32: note: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:611:26: note: Function 'CMap_add_bfrange' argument 5 names different: declaration 'dest' definition 'base'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:611:36: style: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:90:42: note: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:611:36: note: Function 'CMap_add_bfrange' argument 6 names different: declaration 'destdim' definition 'dstdim'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:660:73: style: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:87:53: note: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:660:73: note: Function 'CMap_add_cidchar' argument 4 names different: declaration 'dest' definition 'dst'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:667:55: style: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.h:92:60: note: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap.c:667:55: note: Function 'CMap_add_cidrange' argument 3 names different: declaration 'hi' definition 'srchi'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:151:16: warning: Either the condition 'if(str)' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:152:6: note: Assuming that condition 'if(str)' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:151:16: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:538:5: style: Variable 'tok1' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:536:5: note: Variable 'tok1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:538:5: note: Variable 'tok1' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:241:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:267:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:297:12: style: The scope of the variable 'tok' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:323:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:323:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:351:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:351:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:381:12: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:381:19: style: The scope of the variable 'tok2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:527:13: style: The scope of the variable 'tok1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:573:8: style: The scope of the variable 'ucmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:64:33: style: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:59:51: note: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_read.c:64:33: note: Function 'ifreader_create' argument 2 names different: declaration 'remain' definition 'size'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/cmap_write.c:251:26: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.c:332:16: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.c:213:30: style: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.h:37:30: note: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.c:213:30: note: Function 'MD5_write' argument 1 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.c:246:53: style: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.h:38:53: note: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxcrypt.c:246:53: note: Function 'MD5_final' argument 2 names different: declaration 'ctx' definition 'hd'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:976:31: warning: Either the condition '!p' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:977:7: note: Assuming that condition '!p' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:976:31: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:343:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:339:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:343:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:363:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:360:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:363:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:445:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:443:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:445:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:469:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:462:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:469:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:493:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:486:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:493:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:545:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:511:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:545:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:588:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:579:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:588:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:622:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:608:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:622:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:728:3: style: Variable 'fqpn' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:726:0: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxfile.c:728:3: note: Variable 'fqpn' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:390:30: warning: Either the condition 'if(iter&&hent)' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:391:6: note: Assuming that condition 'if(iter&&hent)' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:390:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:405:30: warning: Either the condition 'if(iter&&hent)' is redundant or there is possible null pointer dereference: iter. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:406:6: note: Assuming that condition 'if(iter&&hent)' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:405:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:331:27: style: The scope of the variable 'last' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:51:32: style: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.h:51:47: note: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:51:32: note: Function 'sputx' argument 2 names different: declaration 'buf' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:51:41: style: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.h:51:58: note: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:51:41: note: Function 'sputx' argument 3 names different: declaration 'endptr' definition 'end'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:65:27: style: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.h:49:39: note: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:65:27: note: Function 'getxpair' argument 1 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:80:35: style: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.h:50:47: note: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dpxutil.c:80:35: note: Function 'putxpair' argument 2 names different: declaration 'str' definition 's'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:217:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:317:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1140:17: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1140:25: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1200:30: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1200:38: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1271:30: style: The scope of the variable 'height' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1271:38: style: The scope of the variable 'depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2081:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2083:17: style: The scope of the variable 'slen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2259:9: style: The scope of the variable 'post_location' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2324:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2430:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2439:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2657:18: style: The scope of the variable 'offset' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:1414:23: style: Checking if unsigned variable 'dvi_stack_depth' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:907:30: style: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:82:45: note: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:907:30: note: Function 'dvi_locate_font' argument 1 names different: declaration 'name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2077:19: style: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:74:33: note: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2077:19: note: Function 'dvi_do_page' argument 1 names different: declaration 'page_no' definition 'n'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2079:21: style: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:76:14: note: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2079:21: note: Function 'dvi_do_page' argument 4 names different: declaration 'x_offset' definition 'hmargin'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2079:41: style: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:76:34: note: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2079:41: note: Function 'dvi_do_page' argument 5 names different: declaration 'y_offset' definition 'vmargin'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2651:28: style: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:78:13: note: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2651:28: note: Function 'dvi_scan_specials' argument 2 names different: declaration 'width' definition 'page_width'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2651:48: style: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.h:78:28: note: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:2651:48: note: Function 'dvi_scan_specials' argument 3 names different: declaration 'height' definition 'page_height'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvi.c:594:17: style: Variable 'checksum' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:278:5: style: Variable 'error' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:276:5: note: Variable 'error' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:278:5: note: Variable 'error' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:202:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:211:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:295:10: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:604:23: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:678:12: style: The scope of the variable 'page_no' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:678:36: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:777:14: style: The scope of the variable 'page_no' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:777:23: style: The scope of the variable 'step' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:884:10: style: The scope of the variable 'owner_pw' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:884:33: style: The scope of the variable 'user_pw' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:652:25: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/dvipdfmx.c:654:33: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:144:25: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:199:14: style: The scope of the variable 'kids_ref' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:199:25: style: The scope of the variable 'kids' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:347:14: style: The scope of the variable 'content_seg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:396:45: style: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.h:39:56: note: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:396:45: note: Function 'pdf_include_page' argument 2 names different: declaration 'file' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:564:38: style: Function 'pdf_copy_clip' argument 2 names different: declaration 'page_index' definition 'pageNo'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.h:37:49: note: Function 'pdf_copy_clip' argument 2 names different: declaration 'page_index' definition 'pageNo'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/epdf.c:564:38: note: Function 'pdf_copy_clip' argument 2 names different: declaration 'page_index' definition 'pageNo'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/error.c:48:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/error.c:61:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/error.c:79:11: style: The scope of the variable 'argp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:384:35: style: Redundant condition: If 'EXPR == '-'', the comparison 'EXPR != '\n'' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:266:10: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:630:15: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:760:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:814:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:859:12: style: The scope of the variable 'tfm_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:990:27: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:991:16: style: The scope of the variable 'llen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:745:63: style: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.h:99:84: note: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:745:63: note: Function 'pdf_append_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:844:63: style: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.h:101:84: note: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:844:63: note: Function 'pdf_insert_fontmap_record' argument 2 names different: declaration 'mrec' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:904:67: style: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.h:97:91: note: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:904:67: note: Function 'pdf_read_fontmap_line' argument 3 names different: declaration 'mline_strlen' definition 'mline_len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:1332:40: style: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.h:102:61: note: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/fontmap.c:1332:40: note: Function 'pdf_lookup_fontmap_record' argument 1 names different: declaration 'kp' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/jpegimage.c:269:27: style: The scope of the variable 'intent' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/jpegimage.c:276:13: style: The scope of the variable 'cspc_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/jpegimage.c:710:20: style: Variable 'extension_code' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mem.c:172:20: style: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mem.h:31:27: note: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mem.c:172:20: note: Function 'renew' argument 1 names different: declaration 'p' definition 'mem'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mfileio.c:114:43: style: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mfileio.h:55:50: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mfileio.c:114:43: note: Function 'mfgets' argument 2 names different: declaration 'size' definition 'length'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:509:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:527:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:541:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:566:14: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:690:12: style: The scope of the variable 'font_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:691:12: style: The scope of the variable 'font_scale' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:786:21: style: The scope of the variable 'uch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:852:14: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1153:26: style: The scope of the variable 'dash' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1520:22: style: The scope of the variable 'nb_read' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1467:31: style: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.h:39:44: note: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1467:31: note: Function 'mps_exec_inline' argument 1 names different: declaration 'buffer' definition 'p'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1592:20: style: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.h:45:37: note: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1592:20: note: Function 'mps_do_page' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1651:21: style: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.h:32:37: note: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/mpost.c:1651:21: note: Function 'check_for_mp' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/numbers.c:57:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/numbers.c:69:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/numbers.c:170:42: warning: Suspicious code: sign conversion of -1L in calculation because '-1L' has a negative value [signConversion]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:517:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:361:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:464:18: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:512:12: style: The scope of the variable 'script' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:512:21: style: The scope of the variable 'language' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:513:12: style: The scope of the variable 'options' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:548:21: style: The scope of the variable 'opt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_conf.c:548:27: style: The scope of the variable 'key' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_opt.c:55:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/otl_opt.c:321:19: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1132:18: style: The scope of the variable 'nb_read' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1315:19: style: The scope of the variable 'colorspace' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1167:62: style: Function 'pdf_colorspace_load_ICCBased' argument 2 names different: declaration 'profile_filename' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.h:82:22: note: Function 'pdf_colorspace_load_ICCBased' argument 2 names different: declaration 'profile_filename' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1167:62: note: Function 'pdf_colorspace_load_ICCBased' argument 2 names different: declaration 'profile_filename' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1313:13: style: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:326:14: note: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfcolor.c:1313:13: note: Function 'pdf_colorspace_findresource' argument 2 names different: declaration 'subtype' definition 'type'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:148:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:177:11: style: The scope of the variable 'error_in_bp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:191:50: style: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:80:64: note: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:191:50: note: Function 'pdf_sprint_matrix' argument 2 names different: declaration 'p' definition 'M'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:214:45: style: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:81:64: note: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:214:45: note: Function 'pdf_sprint_rect' argument 2 names different: declaration 'p' definition 'rect'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1044:27: style: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:143:13: note: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1044:27: note: Function 'pdf_dev_set_string' argument 5 names different: declaration 'text_width' definition 'width'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1193:25: style: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:91:41: note: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1193:25: note: Function 'pdf_init_device' argument 1 names different: declaration 'unit_conv' definition 'dvi2pts'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1193:53: style: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:91:71: note: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1193:53: note: Function 'pdf_init_device' argument 3 names different: declaration 'is_bw' definition 'black_and_white'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1413:28: style: Function 'pdf_dev_set_origin' argument 1 names different: declaration 'orig_x' definition 'phys_x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:162:42: note: Function 'pdf_dev_set_origin' argument 1 names different: declaration 'orig_x' definition 'phys_x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1413:28: note: Function 'pdf_dev_set_origin' argument 1 names different: declaration 'orig_x' definition 'phys_x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1413:43: style: Function 'pdf_dev_set_origin' argument 2 names different: declaration 'orig_y' definition 'phys_y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:162:57: note: Function 'pdf_dev_set_origin' argument 2 names different: declaration 'orig_y' definition 'phys_y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1413:43: note: Function 'pdf_dev_set_origin' argument 2 names different: declaration 'orig_y' definition 'phys_y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1726:25: style: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:181:13: note: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1726:25: note: Function 'pdf_dev_set_rect' argument 2 names different: declaration 'x_pos' definition 'x_user'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1726:39: style: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:181:26: note: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1726:39: note: Function 'pdf_dev_set_rect' argument 3 names different: declaration 'y_pos' definition 'y_user'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1791:26: style: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:175:44: note: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1791:26: note: Function 'pdf_dev_set_dirmode' argument 1 names different: declaration 'dir_mode' definition 'text_dir'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1877:36: style: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.h:149:39: note: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdev.c:1877:36: note: Function 'pdf_dev_put_image' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:2179:3: style: Variable 'xobj_id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:2134:0: note: Variable 'xobj_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:2179:3: note: Variable 'xobj_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:510:12: style: The scope of the variable 'value' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1129:16: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1130:16: style: The scope of the variable 'bm_root' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1130:26: style: The scope of the variable 'bm_root_ref' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1206:13: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1582:13: style: The scope of the variable 'page' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1959:13: style: The scope of the variable 'currentpage' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:382:38: style: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.h:72:54: note: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:382:38: note: Function 'pdf_doc_set_bop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:404:38: style: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.h:73:54: note: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:404:38: note: Function 'pdf_doc_set_eop_content' argument 1 names different: declaration 'str' definition 'content'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:586:64: style: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.h:84:45: note: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:586:64: note: Function 'pdf_doc_add_page_resource' argument 3 names different: declaration 'resources' definition 'resource_ref'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:929:30: style: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:880:41: note: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:929:30: note: Function 'flush_bookmarks' argument 1 names different: declaration 'item' definition 'node'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1314:57: style: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.h:87:73: note: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:1314:57: note: Function 'pdf_doc_begin_article' argument 2 names different: declaration 'info' definition 'article_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdoc.c:436:10: style: Unused variable: gmtoff [unusedVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:321:19: style: The scope of the variable 'pe1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:436:12: style: The scope of the variable 'pe' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:437:12: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:542:20: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:674:12: style: The scope of the variable 'pe0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:674:18: style: The scope of the variable 'pe1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:674:24: style: The scope of the variable 'pe2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:674:30: style: The scope of the variable 'pe3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:674:36: style: The scope of the variable 'pe4' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:820:14: style: The scope of the variable 'b_len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:822:14: style: The scope of the variable 'pt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:823:14: style: The scope of the variable 'n_pts' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:823:21: style: The scope of the variable 'n_seg' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:826:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:826:25: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1202:15: style: The scope of the variable 'gs' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1276:16: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1325:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1345:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1362:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1379:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1425:15: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1222:34: style: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:65:49: note: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1222:34: note: Function 'pdf_dev_currentpoint' argument 1 names different: declaration 'cp' definition 'p'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1341:25: style: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:69:46: note: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1341:25: note: Function 'pdf_dev_setlinecap' argument 1 names different: declaration 'style' definition 'capstyle'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1358:26: style: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:70:46: note: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1358:26: note: Function 'pdf_dev_setlinejoin' argument 1 names different: declaration 'style' definition 'joinstyle'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1525:24: style: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:81:45: note: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1525:24: note: Function 'pdf_dev_lineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1525:34: style: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:81:57: note: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1525:34: note: Function 'pdf_dev_lineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1539:25: style: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:82:45: note: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1539:25: note: Function 'pdf_dev_rlineto' argument 1 names different: declaration 'x0' definition 'x'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1539:35: style: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.h:82:57: note: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:1539:35: note: Function 'pdf_dev_rlineto' argument 2 names different: declaration 'y0' definition 'y'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfdraw.c:236:15: style: struct member 'Anonymous0::strkey' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:426:25: warning: Possible null pointer dereference: enc_name [nullPointer]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:341:47: note: Calling function 'pdf_encoding_new_encoding', 1st argument 'enc_name' value is 0
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:426:25: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:427:30: warning: Possible null pointer dereference: enc_name [nullPointer]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:341:47: note: Calling function 'pdf_encoding_new_encoding', 1st argument 'enc_name' value is 0
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:427:30: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:249:3: style: Variable 'differences' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:239:0: note: Variable 'differences' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:249:3: note: Variable 'differences' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:490:8: style: The scope of the variable 'enc_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:513:17: style: The scope of the variable 'encoding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:675:14: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:219:28: style: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:43:44: note: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:219:28: note: Function 'is_similar_charset' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:219:50: style: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:43:67: note: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:219:50: note: Function 'is_similar_charset' argument 2 names different: declaration 'encoding2' definition 'enc_vec2'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:237:35: style: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:44:51: note: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencoding.c:237:35: note: Function 'make_encoding_differences' argument 1 names different: declaration 'encoding' definition 'enc_vec'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:124:29: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:199:26: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:35: style: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.h:35:42: note: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:35: note: Function 'pdf_enc_set_passwd' argument 1 names different: declaration 'size' definition 'bits'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:68: style: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.h:35:75: note: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:68: note: Function 'pdf_enc_set_passwd' argument 3 names different: declaration 'owner' definition 'owner_pw'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:90: style: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.h:35:94: note: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:369:90: note: Function 'pdf_enc_set_passwd' argument 4 names different: declaration 'user' definition 'user_pw'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:374:5: warning: The buffer 'owner_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:377:7: warning: The buffer 'owner_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:386:5: warning: The buffer 'user_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfencrypt.c:389:7: warning: The buffer 'user_passwd' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:92:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:187:9: style: The scope of the variable 'fontname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:187:20: style: The scope of the variable 'uniqueTag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:458:17: style: The scope of the variable 'retval' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:582:36: style: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.h:62:53: note: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:582:36: note: Function 'pdf_font_findresource' argument 1 names different: declaration 'font_name' definition 'tex_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:941:41: style: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.h:94:62: note: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdffont.c:941:41: note: Function 'pdf_font_get_param' argument 2 names different: declaration 'type' definition 'param_type'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:466:29: style: Condition 'compression_level>0' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1913:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:668:9: warning: Either the condition 'object' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:665:7: note: Assuming that condition 'object' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:668:9: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1910:57: warning: Either the condition '(object)==NULL' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1909:7: note: Assuming that condition '(object)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1910:57: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2034:11: warning: Either the condition '(object)==NULL' is redundant or there is possible null pointer dereference: object. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2032:7: note: Assuming that condition '(object)==NULL' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2034:11: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:927:8: style: The scope of the variable 'wbuf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:928:22: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1184:17: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1223:14: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2032:46: style: Checking if unsigned variable 'object->refcount' is less than zero. [unsignedLessThanZero]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:490:24: style: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:170:45: note: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:490:24: note: Function 'pdf_set_root' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:505:24: style: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:169:45: note: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:505:24: note: Function 'pdf_set_info' argument 1 names different: declaration 'obj' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:704:25: style: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:199:37: note: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:704:25: note: Function 'release_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:710:23: style: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:200:37: note: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:710:23: note: Function 'write_null' argument 1 names different: declaration 'data' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:783:29: style: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:202:41: note: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:783:29: note: Function 'release_number' argument 1 names different: declaration 'number' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:811:28: style: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:89:46: note: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:811:28: note: Function 'pdf_number_value' argument 1 names different: declaration 'number' definition 'object'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:874:38: style: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:183:54: note: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:874:38: note: Function 'pdfobj_escape_str' argument 2 names different: declaration 'size' definition 'bufsize'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:971:29: style: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:206:41: note: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:971:29: note: Function 'release_string' argument 1 names different: declaration 'str' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1065:25: style: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:209:37: note: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1065:25: note: Function 'release_name' argument 1 names different: declaration 'name' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1182:27: style: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:212:39: note: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1182:27: note: Function 'release_array' argument 1 names different: declaration 'array' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1345:25: style: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:215:37: note: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1345:25: note: Function 'release_dict' argument 1 names different: declaration 'dict' definition 'data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1482:45: style: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:119:62: note: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1482:45: note: Function 'pdf_lookup_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1523:45: style: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:117:62: note: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1523:45: note: Function 'pdf_remove_dict' argument 2 names different: declaration 'key' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1748:46: style: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:142:20: note: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1748:46: note: Function 'pdf_add_stream' argument 2 names different: declaration 'stream_data_ptr' definition 'stream_data'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1748:64: style: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:143:13: note: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1748:64: note: Function 'pdf_add_stream' argument 3 names different: declaration 'stream_data_len' definition 'length'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2318:47: style: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:185:64: note: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2318:47: note: Function 'pdf_new_indirect' argument 2 names different: declaration 'label' definition 'obj_num'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2318:71: style: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:185:86: note: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2318:71: note: Function 'pdf_new_indirect' argument 3 names different: declaration 'generation' definition 'obj_gen'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2565:25: style: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.h:180:45: note: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:2565:25: note: Function 'pdf_deref_obj' argument 1 names different: declaration 'object' definition 'obj'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1575:18: style: Unused variable: buffer_length [unusedVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfobj.c:1576:18: style: Unused variable: buffer [unusedVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:376:11: warning: Either the condition 'len<65535+1' is redundant or the array 'name[129]' is accessed at index 65535, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:372:20: note: Assuming that condition 'len<65535+1' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:376:11: note: Array index out of bounds
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:357:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:446:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:497:10: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:817:20: style: The scope of the variable 'tmp2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:1018:16: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:376:11: warning: Either the condition 'len<65536' is redundant or the array 'name[129]' is accessed at index 65535, which is out of bounds. [arrayIndexOutOfBoundsCond]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:372:20: note: Assuming that condition 'len<65536' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfparse.c:376:11: note: Array index out of bounds
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfresource.c:290:12: style: The scope of the variable 'res' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfresource.c:314:34: style: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfresource.h:42:50: note: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfresource.c:314:34: note: Function 'pdf_get_resource_reference' argument 1 names different: declaration 'res_id' definition 'rc_id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:227:3: style: Variable 'id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:224:0: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:227:3: note: Variable 'id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:312:15: style: The scope of the variable 'I' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:447:35: style: Function 'pdf_ximage_get_ident' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:73:48: note: Function 'pdf_ximage_get_ident' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:447:35: note: Function 'pdf_ximage_get_ident' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:453:35: style: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:74:47: note: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:453:35: note: Function 'pdf_ximage_set_image' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:453:44: style: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:74:61: note: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:453:44: note: Function 'pdf_ximage_set_image' argument 2 names different: declaration 'info' definition 'image_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:485:34: style: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:75:47: note: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:485:34: note: Function 'pdf_ximage_set_form' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:485:43: style: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:75:61: note: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:485:43: note: Function 'pdf_ximage_set_form' argument 2 names different: declaration 'info' definition 'form_info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:509:34: style: Function 'pdf_ximage_set_page' argument 1 names different: declaration 'ximage' definition 'I'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:76:47: note: Function 'pdf_ximage_set_page' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:509:34: note: Function 'pdf_ximage_set_page' argument 1 names different: declaration 'ximage' definition 'I'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:524:31: style: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:62:48: note: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:524:31: note: Function 'pdf_ximage_get_reference' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:541:26: style: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:68:50: note: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:541:26: note: Function 'pdf_ximage_defineresource' argument 3 names different: declaration 'cdata' definition 'info'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:576:29: style: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.h:61:48: note: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:576:29: note: Function 'pdf_ximage_get_resname' argument 1 names different: declaration 'xobj_id' definition 'id'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:809:50: style: Function 'ps_include_page' argument 2 names different: declaration 'file_name' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:51:62: note: Function 'ps_include_page' argument 2 names different: declaration 'file_name' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:809:50: note: Function 'ps_include_page' argument 2 names different: declaration 'file_name' definition 'filename'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:879:32: style: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:50:36: note: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pdfximage.c:879:32: note: Function 'check_for_ps' argument 1 names different: declaration 'fp' definition 'image_file'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:172:14: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:254:34: style: The scope of the variable 'repeat_count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:351:27: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:483:18: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:556:35: style: The scope of the variable 'encoding' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:706:12: style: The scope of the variable 'charname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pkfont.c:525:15: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pst_obj.c:883:3: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pst_obj.c:881:0: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pst_obj.c:883:3: note: Variable 'str' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pst_obj.c:538:11: style: The scope of the variable 'dval' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/pst_obj.c:643:18: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/sfnt.c:202:60: style: The scope of the variable 'tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/sfnt.c:259:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/sfnt.c:473:20: style: The scope of the variable 'u_tag' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:145:38: style: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.h:33:49: note: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:145:38: note: Function 'spc_color_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:145:48: style: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.h:33:62: note: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:145:48: note: Function 'spc_color_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:169:46: style: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.h:34:57: note: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:169:46: note: Function 'spc_color_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:170:42: style: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.h:35:46: note: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_color.c:170:42: note: Function 'spc_color_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:227:11: style: The scope of the variable 'st_depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:227:21: style: The scope of the variable 'gs_depth' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:352:30: style: The scope of the variable 'ncLabel' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:469:22: style: The scope of the variable 'post' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:521:7: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:619:7: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:903:38: style: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.h:35:49: note: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:903:38: note: Function 'spc_dvips_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:903:48: style: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.h:35:62: note: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:903:48: note: Function 'spc_dvips_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:486:3: error: Memory leak: cmd [memleak]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:93:5: error: Common realloc mistake: 'ps_headers' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:383:7: error: Common realloc mistake: 'put_stack' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:433:5: error: Common realloc mistake: 'RAngles' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_dvips.c:1037:0: error: Memory leak: cmd [memleak]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:484:15: style: The scope of the variable '_ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:495:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:656:18: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:923:45: style: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.h:36:56: note: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:923:45: note: Function 'spc_html_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:924:62: style: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.h:37:45: note: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:924:62: note: Function 'spc_html_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_html.c:60:11: style: struct member 'Anonymous0::extensions' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:528:12: style: The scope of the variable 'tk' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:564:25: style: The scope of the variable 'cmap' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:1354:9: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2095:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:22: style: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:552:33: note: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:22: note: Function 'modstrings' argument 1 names different: declaration 'key' definition 'kp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:35: style: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:552:47: note: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:35: note: Function 'modstrings' argument 2 names different: declaration 'value' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:45: style: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:552:60: note: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:555:45: note: Function 'modstrings' argument 3 names different: declaration 'pdata' definition 'dp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2074:37: style: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.h:35:49: note: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2074:37: note: Function 'spc_pdfm_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2074:47: style: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.h:35:62: note: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2074:47: note: Function 'spc_pdfm_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2092:45: style: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.h:36:57: note: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2092:45: note: Function 'spc_pdfm_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2093:62: style: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.h:37:46: note: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:2093:62: note: Function 'spc_pdfm_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_pdfm.c:1162:11: style: Variable 'error' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1052:19: warning: Either the condition 'q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1044:12: note: Assuming that condition 'q' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1052:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1098:19: warning: Either the condition 'q' is redundant or there is possible null pointer dereference: q. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1086:12: note: Assuming that condition 'q' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1098:19: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:181:12: style: The scope of the variable 'dict' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:182:12: style: The scope of the variable 'resname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:184:12: style: The scope of the variable 'alp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:244:16: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:318:16: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:325:16: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:477:11: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:643:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:683:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:896:12: style: The scope of the variable 'kp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:948:14: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1021:37: style: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.h:37:49: note: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1021:37: note: Function 'spc_tpic_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1021:47: style: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.h:37:62: note: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1021:47: note: Function 'spc_tpic_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1065:45: style: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.h:38:57: note: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1065:45: note: Function 'spc_tpic_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1066:62: style: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.h:39:46: note: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_tpic.c:1066:62: note: Function 'spc_tpic_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:64:9: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:264:15: style: The scope of the variable 'ukeys' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:272:11: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:234:85: style: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.h:38:97: note: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:234:85: note: Function 'spc_util_read_colorspec' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:260:52: style: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.h:40:67: note: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:260:52: note: Function 'spc_util_read_length' argument 2 names different: declaration 'length' definition 'vp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:677:61: style: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.h:39:75: note: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:677:61: note: Function 'spc_util_read_dimtrns' argument 2 names different: declaration 'dimtrns' definition 'ti'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:677:93: style: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.h:39:112: note: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:677:93: note: Function 'spc_util_read_dimtrns' argument 4 names different: declaration 'page' definition 'page_no'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:785:53: style: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:57:64: note: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_util.c:785:53: note: Function 'pdf_color_namedcolor' argument 2 names different: declaration 'colorname' definition 'name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:450:22: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:429:36: style: Function 'spc_xtx_check_special' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.h:38:48: note: Function 'spc_xtx_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:429:36: note: Function 'spc_xtx_check_special' argument 1 names different: declaration 'buffer' definition 'buf'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:429:46: style: Function 'spc_xtx_check_special' argument 2 names different: declaration 'size' definition 'len'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.h:38:61: note: Function 'spc_xtx_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:429:46: note: Function 'spc_xtx_check_special' argument 2 names different: declaration 'size' definition 'len'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:447:44: style: Function 'spc_xtx_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.h:39:56: note: Function 'spc_xtx_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:447:44: note: Function 'spc_xtx_setup_handler' argument 1 names different: declaration 'handle' definition 'sph'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:448:62: style: Function 'spc_xtx_setup_handler' argument 3 names different: declaration 'args' definition 'ap'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.h:40:46: note: Function 'spc_xtx_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:448:62: note: Function 'spc_xtx_setup_handler' argument 3 names different: declaration 'args' definition 'ap'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/spc_xtx.c:131:5: error: Common realloc mistake: 'scaleFactors' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:153:26: style: Redundant condition: If 'EXPR >= '0'', the comparison 'EXPR' is always true. [redundantCondition]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:148:16: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:287:8: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:580:13: style: The scope of the variable 'found' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:85:48: style: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.h:61:66: note: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:85:48: note: Function 'spc_begin_annot' argument 2 names different: declaration 'annot_dict' definition 'dict'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:164:35: style: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.h:58:51: note: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:164:35: note: Function 'spc_lookup_reference' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:229:32: style: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.h:59:51: note: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:229:32: note: Function 'spc_lookup_object' argument 1 names different: declaration 'ident' definition 'key'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:576:31: style: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.h:75:47: note: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/specials.c:576:31: note: Function 'spc_exec_special' argument 1 names different: declaration 'p' definition 'buffer'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:180:10: style: Condition '!error' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:176:19: note: Assignment 'error=0', assigned value is 0
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:180:10: note: Condition '!error' is always true
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:183:5: style: Variable 'q' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:181:16: note: Variable 'q' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:183:5: note: Variable 'q' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:86:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:124:10: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:173:10: style: The scope of the variable 'repos' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:174:14: style: The scope of the variable 'v1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:302:13: style: The scope of the variable 'error' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:435:9: style: The scope of the variable '__i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:465:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:344:49: style: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.h:33:63: note: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:344:49: note: Function 'sfd_get_subfont_ids' argument 2 names different: declaration 'num_subfonts' definition 'num_ids'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:454:46: style: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.h:30:67: note: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/subfont.c:454:46: note: Function 'lookup_sfd_record' argument 2 names different: declaration 'code' definition 'c'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:457:17: style: The scope of the variable 'charcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:458:17: style: The scope of the variable 'chartype' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:506:17: style: The scope of the variable 'charinfo' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:507:17: style: The scope of the variable 'width_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:507:30: style: The scope of the variable 'height_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:507:44: style: The scope of the variable 'depth_index' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:551:11: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:552:11: style: The scope of the variable 'p' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:942:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:817:23: style: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.h:32:36: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tfm.c:817:23: note: Function 'tfm_open' argument 1 names different: declaration 'tex_name' definition 'tfm_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:608:32: error: Array 'nptrs[32]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:608:42: error: Array 'gids[32]' accessed at index 9998, which is out of bounds. [arrayIndexOutOfBounds]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:905:7: style: Condition '!fp' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:893:19: note: Assignment 'fp=NULL', assigned value is 0
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:905:7: note: Condition '!fp' is always true
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:86:3: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:71:0: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:86:3: note: Variable 'fp' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:72:13: style: The scope of the variable 'length' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:182:17: style: The scope of the variable 'flags' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:454:14: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:454:17: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:456:10: style: The scope of the variable 'n' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:891:14: style: The scope of the variable 'enc_vec' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:635:28: style: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:447:39: note: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:635:28: note: Function 'findparanoiac' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:693:28: style: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:448:39: note: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:693:28: note: Function 'resolve_glyph' argument 1 names different: declaration 'glyph_name' definition 'glyphname'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/truetype.c:608:0: portability: Undefined behaviour, when 'i' is 9998 the pointer arithmetic 'gids+i' is out of bounds. [pointerOutOfBounds]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_aux.c:282:5: style: Variable 'styledict' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_aux.c:275:0: note: Variable 'styledict' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_aux.c:282:5: note: Variable 'styledict' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_aux.c:65:13: style: Variable 'version' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:459:21: style: The scope of the variable 'p_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:459:27: style: The scope of the variable 'e_id' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:622:11: style: The scope of the variable 'c0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:622:15: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:623:14: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:785:19: style: The scope of the variable 'cid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:785:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:804:19: style: The scope of the variable 'cid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:804:24: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:876:14: style: The scope of the variable 'k' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:940:13: style: The scope of the variable 'c0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:940:17: style: The scope of the variable 'c1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:941:19: style: The scope of the variable 'd' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1027:16: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1217:20: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1218:25: style: The scope of the variable 'endptr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1300:12: style: The scope of the variable 'tmp' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:440:14: style: Unsigned variable '--' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1071:42: style: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.h:71:58: note: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1071:42: note: Function 'otf_create_ToUnicode_stream' argument 1 names different: declaration 'map_name' definition 'font_name'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1653:22: style: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.h:78:23: note: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_cmap.c:1653:22: note: Function 'otf_load_Unicode_CMap' argument 3 names different: declaration 'otl_opts' definition 'otl_tags'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:204:10: style: The scope of the variable 'hmtx_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:204:27: style: The scope of the variable 'loca_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:204:44: style: The scope of the variable 'glyf_table_size' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:362:21: style: The scope of the variable 'cgid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:362:27: style: The scope of the variable 'new_gid' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_glyf.c:634:26: style: Variable 'number_of_contours' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:459:3: warning: Either the condition 'cov' is redundant or there is possible null pointer dereference: cov. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:443:7: note: Assuming that condition 'cov' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:459:3: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:778:5: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:761:9: note: Assuming that condition 'data' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:778:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:804:5: warning: Either the condition 'data' is redundant or there is possible null pointer dereference: data. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:792:9: note: Assuming that condition 'data' is not redundant
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:804:5: note: Null pointer dereference
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:115:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:148:8: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:529:12: style: The scope of the variable 'count' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:758:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:758:15: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:789:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1201:9: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1250:8: style: The scope of the variable 'idx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1358:27: style: The scope of the variable 'gsub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1403:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1436:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1470:27: style: The scope of the variable 'subtab' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_gsub.c:1506:24: style: The scope of the variable 'gsub' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_post.c:42:10: style: The scope of the variable 'len' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_post.c:184:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_post.c:109:12: style: Variable 'offset' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:80:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:78:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:80:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:137:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:135:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:137:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:194:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:190:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:194:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:256:3: style: Variable 'table' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:254:0: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:256:3: note: Variable 'table' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/tt_table.c:288:10: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/type0.c:669:3: style: Variable 'res_id' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/type0.c:665:0: note: Variable 'res_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/type0.c:669:3: note: Variable 'res_id' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/type0.c:664:12: style: The scope of the variable 'stream' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.c:70:44: style: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.h:33:56: note: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.c:70:44: note: Function 'UC_sput_UTF16BE' argument 2 names different: declaration 'dstpp' definition 'pp'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.c:70:63: style: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.h:33:78: note: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/unicode.c:70:63: note: Function 'UC_sput_UTF16BE' argument 3 names different: declaration 'endptr' definition 'limptr'.
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:244:4: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:83:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:111:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:126:12: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:204:16: style: The scope of the variable 'code' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:273:9: style: The scope of the variable 'full_vf_file_name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:274:9: style: The scope of the variable 'vf_file' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:349:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:350:17: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:365:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:382:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:395:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:410:7: style: The scope of the variable 'byte' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:410:13: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:428:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:820:17: style: The scope of the variable 'opcode' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:821:26: style: The scope of the variable 'end' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:822:9: style: The scope of the variable 'ptsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/vf.c:823:7: style: The scope of the variable 'default_font' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/xbb.c:347:25: style: The scope of the variable 'kids' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/texk/xdvipdfmx/src/xbb.c:69:43: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
luatex-0.70.1.20120524/source/utils/asymptote/Delaunay.cc:18:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/Delaunay.cc:19:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:117:1: style: Struct 'list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:118:1: style: Struct 'vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:154:1: style: Struct 'hash_map' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:155:1: style: Struct 'hash_multimap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:245:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:462:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:531:24: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:570:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:573:11: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.cc:13:35: style: Function 'markPos' argument 1 names different: declaration 'c' definition 'e'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:26:30: note: Function 'markPos' argument 1 names different: declaration 'c' definition 'e'.
luatex-0.70.1.20120524/source/utils/asymptote/absyn.cc:13:35: note: Function 'markPos' argument 1 names different: declaration 'c' definition 'e'.
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:224:22: warning: Assert statement calls a function which may have desired side effects: 'getFrame'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:70:1: style: The class 'position' does not have a constructor although it has private member variables. [noConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/inst.h:54:3: warning: Member variable 'lambda::code' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/inst.h:54:3: warning: Member variable 'lambda::parentIndex' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/inst.h:54:3: warning: Member variable 'lambda::framesize' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:101:8: style: Technically the member function 'position::match' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:105:8: style: Technically the member function 'position::match' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:109:8: style: Technically the member function 'position::matchColumn' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:164:8: performance: Technically the member function 'errorstream::Interrupt' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:159:8: style: Technically the member function 'trans::coder::isStatic' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:190:14: style: Technically the member function 'trans::coder::getPermission' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:260:8: style: Technically the member function 'trans::coder::isTopLevel' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:116:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:118:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:120:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:122:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:137:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:141:3: style: Class 'item' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/item.h:222:3: style: Class 'frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.h:155:3: style: Class 'errorstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:72:3: style: Class 'bltinAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:84:3: style: Class 'callableAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:96:3: style: Class 'frameAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/frame.h:36:3: style: Class 'frame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:183:3: style: Class 'primitiveTy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:235:3: style: Struct 'array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:417:3: style: Struct 'function' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:511:3: style: Class 'overloaded' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:309:3: style: Class 'core_venv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:475:3: style: Class 'venv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/env.h:46:3: style: Class 'protoenv' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/env.h:178:3: style: Class 'env' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/record.h:116:3: style: Class 'dummyRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/record.h:117:3: style: Class 'dummyRecord' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:118:0: style: Struct 'mem :: vector < string >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:327:1: warning: The struct 'signature' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:64:16: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:64:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:75:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:75:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:76:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:76:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:87:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:87:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:88:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:88:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:99:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:99:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:100:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:100:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:112:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:112:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:113:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:113:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:128:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:128:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:129:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/access.h:129:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:186:8: style: The function 'primitive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:105:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:186:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:190:8: style: The function 'isReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:93:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:190:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:194:7: style: The function 'virtualFieldGetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:156:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:194:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:195:20: style: The function 'virtualField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:149:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:195:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:197:8: style: The function 'equiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:197:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:202:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:202:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:212:8: style: The function 'isReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:93:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:212:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:216:18: style: The function 'castTo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:134:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:216:18: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:218:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:218:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:239:16: style: The function 'isReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:93:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:239:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:243:8: style: The function 'equiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:243:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:248:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:248:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:259:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:83:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:259:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:269:18: style: The function 'initializer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:127:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:269:18: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:274:7: style: The function 'virtualFieldGetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:156:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:274:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:275:20: style: The function 'virtualField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:149:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:275:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:455:16: style: The function 'isReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:93:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:455:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:459:8: style: The function 'equiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:459:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:469:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:469:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:473:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:83:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:473:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:476:8: style: The function 'printVar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:84:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:476:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:485:14: style: The function 'getSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:97:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:485:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:489:20: style: The function 'getSignature' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:101:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:489:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:498:18: style: The function 'initializer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:127:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:498:18: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:515:8: style: The function 'equiv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:515:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:523:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:523:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:561:8: style: The function 'castable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:139:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/types.h:561:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:55:8: style: The function 'isReference' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:93:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:55:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:59:10: style: The function 'hash' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:178:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:59:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:66:18: style: The function 'initializer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:127:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:66:18: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:94:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:83:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/record.h:94:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:29:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:67:33: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:68:61: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:97:61: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:101:36: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:135:55: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:57:3: style: Class 'bfunc' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:36:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:22:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:36:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:37:16: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:37:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:40:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:27:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:40:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:48:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:22:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:48:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:49:16: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:49:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:51:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:27:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:51:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:58:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:22:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:58:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:59:16: style: The function 'compare' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:59:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:61:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:27:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:61:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:70:16: style: The function 'call' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:22:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:70:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:72:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:27:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:72:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/callable.h:69:27: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/access.cc:39:47: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/access.cc:54:47: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/access.cc:77:50: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/access.cc:116:47: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/access.cc:136:47: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.cc:1050:16: style: The scope of the variable 'i1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.cc:1308:15: style: The scope of the variable 'i1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.cc:1378:11: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.h:129:3: style: Class 'vec2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.h:196:3: style: Class 'vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.h:198:3: style: Class 'vec3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/algebra3.h:274:3: style: Class 'vec4' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/application.cc:113:12: style: Technically the member function 'trans::maximizer::result' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:48:3: style: Class 'definit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:61:3: style: Class 'arrayinit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:319:5: style: Class 'pseudoName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:478:3: style: Class 'thisExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:494:3: style: Class 'literalExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:564:3: style: Class 'cycleExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:576:3: style: Class 'newPictureExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:588:3: style: Class 'nullPathExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:600:3: style: Class 'nullExp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:628:3: style: Class 'explist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/application.h:77:3: style: Struct 'defaultArg' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/application.h:203:3: style: Class 'application' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/application.h:212:3: style: Class 'application' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:51:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:51:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:53:8: style: The function 'transToType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:53:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:67:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:67:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:72:8: style: The function 'transToType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:72:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:85:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:85:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:105:20: style: The function 'getVarEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:67:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:105:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:108:8: style: The function 'varTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:71:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:108:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:109:14: style: The function 'varGetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:74:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:109:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:110:20: style: The function 'getCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:75:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:110:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:113:14: style: The function 'typeTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:79:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:113:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:114:27: style: The function 'tyEntryTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:83:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:114:27: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:115:17: style: The function 'tyFrameTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:61:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:115:17: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:117:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:85:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:117:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:118:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:86:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:118:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:121:10: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:90:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:121:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:147:20: style: The function 'getVarEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:67:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:147:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:150:8: style: The function 'varTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:71:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:150:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:151:14: style: The function 'varGetType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:74:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:151:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:152:20: style: The function 'getCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:75:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:152:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:155:14: style: The function 'typeTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:79:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:155:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:156:19: style: The function 'tyEntryTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:83:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:156:19: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:157:17: style: The function 'tyFrameTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:61:25: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:157:17: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:159:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:85:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:159:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:160:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:86:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:160:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:163:10: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:90:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/name.h:163:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:48:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:48:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:79:8: style: The function 'transToType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:79:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:196:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:196:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:198:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:198:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:200:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:200:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:215:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:215:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:217:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:217:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:218:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:218:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:219:20: style: The function 'getCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:120:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:219:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:222:8: style: The function 'transAsType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:75:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:222:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:223:8: style: The function 'transWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:148:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:223:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:224:8: style: The function 'transCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:158:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:224:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:240:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:240:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:242:10: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:54:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:242:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:247:8: style: The function 'transAsType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:75:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:247:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:257:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:257:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:275:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:275:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:280:20: style: The function 'getCallee' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:120:28: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:280:20: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:287:8: style: The function 'transWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:148:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:287:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:294:8: style: The function 'transCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:158:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:294:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:300:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:300:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:381:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:381:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:383:10: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:54:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:383:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:388:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:388:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:416:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:416:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:418:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:418:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:419:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:419:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:420:8: style: The function 'transWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:148:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:420:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:422:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:422:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:437:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:437:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:461:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:461:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:463:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:463:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:464:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:464:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:465:8: style: The function 'transWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:148:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:465:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:467:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:467:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:481:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:481:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:483:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:483:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:484:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:484:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:486:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:486:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:497:8: style: The function 'scalable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:62:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:497:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:499:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:499:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:512:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:512:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:514:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:514:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:515:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:515:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:526:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:526:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:528:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:528:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:529:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:529:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:540:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:540:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:542:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:542:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:543:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:543:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:555:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:555:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:557:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:557:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:558:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:558:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:567:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:567:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:569:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:569:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:570:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:570:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:579:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:579:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:581:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:581:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:582:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:582:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:591:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:591:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:593:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:593:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:594:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:594:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:603:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:603:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:605:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:605:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:606:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:606:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:616:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:616:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:618:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:618:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:619:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:619:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:637:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:637:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:788:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:788:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:790:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:790:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:791:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:791:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:807:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:807:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:809:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:809:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:810:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:810:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:822:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:822:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:824:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:824:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:825:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:825:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:838:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:838:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:840:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:840:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:841:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:841:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:854:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:854:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:856:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:856:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:857:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:857:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:883:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:883:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:885:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:885:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:886:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:886:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:902:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:902:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:904:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:904:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:907:8: style: The function 'scalable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:62:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:907:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:928:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:928:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:932:8: style: The function 'transToType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:932:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:933:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:933:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:934:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:934:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:948:22: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:948:22: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:949:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:949:22: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:959:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:959:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:961:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:948:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:961:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:962:8: style: The function 'transConditionalJump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:962:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:970:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:970:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:972:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:948:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:972:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:973:8: style: The function 'transConditionalJump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:973:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:988:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:988:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1004:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1004:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1006:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1006:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1007:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1007:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1026:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1026:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1029:8: style: The function 'writtenToPrompt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1029:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1031:8: style: The function 'transAsType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:75:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1031:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1032:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1032:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1033:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1033:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1039:8: style: The function 'ultimateValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1018:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1039:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1047:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1047:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1049:8: style: The function 'transAsType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:75:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1049:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1060:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1060:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1062:8: style: The function 'scalable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:62:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1062:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1065:8: style: The function 'writtenToPrompt' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:70:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1065:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1067:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1067:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1068:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1068:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1082:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1082:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1084:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1084:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1085:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1085:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/application.h:61:16: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/application.h:52:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/application.h:61:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/application.h:80:16: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/application.h:52:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/application.h:80:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:28:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:48:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/varinit.h:61:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:37:17: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:102:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/name.h:144:26: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:45:16: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:210:24: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:231:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:234:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:237:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:375:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:404:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:413:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:434:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:458:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:478:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:494:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:509:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:523:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:537:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:552:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:564:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:576:26: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:588:24: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:600:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:613:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:628:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:759:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:763:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:767:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:773:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:780:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:804:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:819:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:834:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:851:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:862:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:868:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:874:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:880:24: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:899:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:914:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:925:27: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:945:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:956:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:967:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:978:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:997:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1023:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1044:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1057:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:1079:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:30: style: Function 'Arcball' argument 1 names different: declaration 'center' definition '_center'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:66:25: note: Function 'Arcball' argument 1 names different: declaration 'center' definition '_center'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:30: note: Function 'Arcball' argument 1 names different: declaration 'center' definition '_center'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:45: style: Function 'Arcball' argument 2 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:66:39: note: Function 'Arcball' argument 2 names different: declaration 'radius' definition '_radius'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:45: note: Function 'Arcball' argument 2 names different: declaration 'radius' definition '_radius'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:68:38: style: Function 'set_params' argument 1 names different: declaration 'center' definition '_center'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:75:34: note: Function 'set_params' argument 1 names different: declaration 'center' definition '_center'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:68:38: note: Function 'set_params' argument 1 names different: declaration 'center' definition '_center'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:68:53: style: Function 'set_params' argument 2 names different: declaration 'radius' definition '_radius'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:75:48: note: Function 'set_params' argument 2 names different: declaration 'radius' definition '_radius'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:68:53: note: Function 'set_params' argument 2 names different: declaration 'radius' definition '_radius'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:198:36: style: Function 'set_constraints' argument 1 names different: declaration 'constrain_x' definition '_constraint_x'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:74:32: note: Function 'set_constraints' argument 1 names different: declaration 'constrain_x' definition '_constraint_x'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:198:36: note: Function 'set_constraints' argument 1 names different: declaration 'constrain_x' definition '_constraint_x'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:198:56: style: Function 'set_constraints' argument 2 names different: declaration 'constrain_y' definition '_constraint_y'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:74:50: note: Function 'set_constraints' argument 2 names different: declaration 'constrain_y' definition '_constraint_y'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:198:56: note: Function 'set_constraints' argument 2 names different: declaration 'constrain_y' definition '_constraint_y'.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:40:10: warning: Member variable 'Arcball::constraint_x' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:40:10: warning: Member variable 'Arcball::constraint_y' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::is_mouse_down' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::is_spinning' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::constraint_x' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::constraint_y' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::damp_factor' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:49:10: warning: Member variable 'Arcball::zero_increment' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:10: warning: Member variable 'Arcball::constraint_x' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:58:10: warning: Member variable 'Arcball::constraint_y' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:78:11: performance: Technically the member function 'Arcball::constrain_vector' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.cc:121:15: note: Technically the member function 'Arcball::constrain_vector' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:78:11: note: Technically the member function 'Arcball::constrain_vector' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:59:3: style: Class 'quat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:60:3: style: Class 'quat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/arcball.h:65:5: style: Class 'Arcball' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/array.cc:77:12: style: Unsigned variable 'l' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/utils/asymptote/array.h:26:3: style: Class 'array' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/array.cc:181:29: performance: Function parameter 'i' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:441:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:442:7: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:441:7: note: Found duplicate branches for 'if' and 'else'.
luatex-0.70.1.20120524/source/utils/asymptote/arrayop.h:524:42: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
luatex-0.70.1.20120524/source/utils/asymptote/arrayop.h:534:42: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
luatex-0.70.1.20120524/source/utils/asymptote/arrayop.h:560:41: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:686:9: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:84:11: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/stack.h:82:3: warning: Member variable 'stack::initMap' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:214:3: warning: Member variable 'knot::in' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:214:3: warning: Member variable 'knot::out' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:124:3: warning: Member variable 'iopipestream::in' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:124:3: warning: Member variable 'iopipestream::out' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:124:3: warning: Member variable 'iopipestream::buffer' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:124:3: warning: Member variable 'iopipestream::Running' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:124:3: warning: Member variable 'iopipestream::pipein' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:104:3: warning: Member variable 'file::wordmode' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:104:3: warning: Member variable 'file::index' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:250:3: warning: Member variable 'ifile::stream' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:250:3: warning: Member variable 'ifile::fstream' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:250:3: warning: Member variable 'ifile::comment' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:250:3: warning: Member variable 'ifile::comma' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/process.h:109:5: performance: Variable 'defaultpen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/bbox.h:191:10: style: Technically the member function 'camp::bbox::diameter' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:219:10: style: Technically the member function 'camp::knot::alpha' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:220:10: style: Technically the member function 'camp::knot::beta' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:308:8: style: Technically the member function 'camp::protopath::controlEnds' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/flatguide.h:165:8: style: Technically the member function 'camp::flatguide::precyclic' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:122:8: style: Technically the member function 'iopipestream::isopen' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:179:8: style: Technically the member function 'iopipestream::running' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:190:8: performance: Technically the member function 'iopipestream::tailequals' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:22:8: style: Technically the member function 'run::less::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:27:8: style: Technically the member function 'run::lessequals::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:32:8: style: Technically the member function 'run::equals::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:37:8: style: Technically the member function 'run::greaterequals::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:42:8: style: Technically the member function 'run::greater::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:47:8: style: Technically the member function 'run::notequals::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:52:8: style: Technically the member function 'run::And::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:57:8: style: Technically the member function 'run::Or::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:62:8: style: Technically the member function 'run::Xor::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:67:5: style: Technically the member function 'run::plus::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:72:5: style: Technically the member function 'run::minus::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:77:5: style: Technically the member function 'run::times::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:82:16: style: Technically the member function 'run::times < camp :: triple >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:87:5: style: Technically the member function 'run::timesR::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:95:5: style: Technically the member function 'run::divide::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:103:16: style: Technically the member function 'run::divide < camp :: triple >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:125:7: style: Technically the member function 'run::plus < int >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:134:7: style: Technically the member function 'run::minus < int >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:143:7: style: Technically the member function 'run::times < int >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:155:10: style: Technically the member function 'run::divide < int >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:205:5: style: Technically the member function 'run::power::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:210:7: style: Technically the member function 'run::power < int >::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:243:5: style: Technically the member function 'run::mod::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:251:5: style: Technically the member function 'run::min::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:256:5: style: Technically the member function 'run::max::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:273:14: style: Technically the member function 'run::minbound::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:276:16: style: Technically the member function 'run::minbound::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:284:14: style: Technically the member function 'run::maxbound::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:287:16: style: Technically the member function 'run::maxbound::operator()' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:139:16: warning: Virtual function 'pipeclose' is called from destructor '~iopipestream()' at line 151. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:151:5: note: Calling pipeclose
luatex-0.70.1.20120524/source/utils/asymptote/pipestream.h:139:16: note: pipeclose is a virtual method
luatex-0.70.1.20120524/source/utils/asymptote/triple.h:31:3: style: Class 'triple' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/bbox.h:47:3: style: Struct 'bbox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:123:3: style: Class 'dirSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:125:3: style: Class 'dirSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:144:3: style: Class 'curlSpec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:433:3: style: Class 'knottrans' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:71:3: style: Class 'pairguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:97:3: style: Class 'pathguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:143:3: style: Class 'tensionguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:184:3: style: Class 'specguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:209:3: style: Class 'controlguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:240:3: style: Class 'multiguide' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:246:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:264:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:273:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:309:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:318:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:327:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:421:3: style: Class 'pen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:72:3: style: Class 'nameTy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:84:3: style: Class 'dimensions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:238:3: style: Class 'modifierList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:361:3: style: Class 'decidlist' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:380:3: style: Class 'dec' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:44:3: style: Class 'emptyStm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:174:3: style: Class 'breakStm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:184:3: style: Class 'continueStm' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:215:3: style: Class 'stmExpList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:456:3: style: Class 'iobfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:498:3: style: Class 'obfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:24:3: style: Class 'itemRefAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:37:3: style: Class 'refAccess' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:37:0: style: Class 'camp :: cvector < knot >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:39:0: style: Class 'camp :: cvector < knot >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:37:0: style: Class 'camp :: cvector < pair >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:39:0: style: Class 'camp :: cvector < pair >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:118:0: style: Struct 'mem :: vector < std :: ofstream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:118:0: style: Struct 'mem :: vector < std :: fstream * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:77:1: warning: The class 'path' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:108:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:82:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:108:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:128:8: style: The function 'dir' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:86:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:128:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:130:7: style: The function 'eqnOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:112:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:130:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:131:7: style: The function 'eqnIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:114:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:131:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:133:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:95:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:133:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:150:10: style: The function 'curl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:85:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:150:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:152:7: style: The function 'eqnOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:112:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:152:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:153:7: style: The function 'eqnIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:114:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:153:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:155:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:95:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:155:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:171:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:82:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:171:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:172:8: style: The function 'controlled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:83:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:172:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:173:8: style: The function 'control' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:84:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:173:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:178:9: style: The function 'outPartner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:92:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:178:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:179:9: style: The function 'inPartner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:93:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:179:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:181:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:95:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:181:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:265:7: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:230:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:265:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:266:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:231:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:266:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:267:9: style: The function 'cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:241:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:267:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:277:7: style: The function 'length' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:230:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:277:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:278:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:231:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:278:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:279:9: style: The function 'cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:241:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:279:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:74:8: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:74:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:78:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:78:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:82:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:82:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:93:8: style: The function 'flatten' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:31:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:93:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:100:8: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:100:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:104:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:33:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:104:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:106:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:106:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:110:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:110:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:147:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:147:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:152:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:152:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:187:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:187:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:191:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:191:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:212:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:212:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:217:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:217:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:234:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:33:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:234:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:243:8: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:243:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:259:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:259:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:261:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:261:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:271:8: style: The function 'flatten' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:31:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:271:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:281:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:33:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:281:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:283:8: style: The function 'solve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:24:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:283:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:288:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:35:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:288:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:292:8: style: The function 'printLocation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:40:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:292:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:51:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:51:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:75:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:51:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:75:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:77:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:60:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:77:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:78:19: style: The function 'transAsTyEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:62:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:78:19: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:87:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:87:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:110:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:51:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:110:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:112:8: style: The function 'addOps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:112:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:114:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:60:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:114:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:127:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:51:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:127:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:129:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:60:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:129:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:130:19: style: The function 'transAsTyEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:62:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:130:19: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:209:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:209:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:211:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:211:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:213:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:213:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:230:8: style: The function 'returns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:230:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:244:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:244:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:286:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:286:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:288:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:288:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:290:8: style: The function 'returns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:290:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:304:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:304:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:331:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:304:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:331:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:333:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:306:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:333:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:334:19: style: The function 'getTyEntry' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:307:27: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:334:19: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:335:8: style: The function 'addOps' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:312:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:335:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:349:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:349:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:370:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:370:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:383:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:383:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:386:8: style: The function 'allowPermissions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:184:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:386:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:406:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:406:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:408:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:408:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:440:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:440:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:476:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:476:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:478:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:478:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:520:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:520:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:522:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:522:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:530:13: style: The function 'getQualifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:513:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:530:13: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:535:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:535:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:543:13: style: The function 'getQualifier' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:513:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:543:13: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:548:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:548:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:565:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:565:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:569:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:569:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:573:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:573:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:587:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:587:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:590:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:590:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:601:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:601:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:603:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:603:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:624:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:624:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:626:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:626:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:32:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:32:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:34:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:34:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:39:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:39:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:47:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:47:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:49:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:49:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:60:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:60:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:62:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:62:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:68:8: style: The function 'returns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:68:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:82:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:82:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:84:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:84:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:89:8: style: The function 'interactiveTrans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:158:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:89:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:101:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:101:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:103:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:103:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:107:8: style: The function 'returns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:107:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:122:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:122:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:124:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:124:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:135:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:135:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:137:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:137:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:150:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:150:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:152:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:152:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:166:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:166:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:168:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:168:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:177:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:177:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:179:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:179:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:187:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:187:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:189:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:189:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:199:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:199:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:201:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:201:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:204:8: style: The function 'returns' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:204:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:225:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:225:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:227:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:227:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:256:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:111:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:256:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:278:8: style: The function 'eol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:135:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:278:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:279:8: style: The function 'nexteol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:136:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:279:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:281:8: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:137:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:281:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:282:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:138:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:282:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:283:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:139:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:283:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:285:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:140:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:285:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:295:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:141:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:295:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:297:8: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:145:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:297:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:304:10: style: The function 'tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:144:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:304:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:311:8: style: The function 'csv' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:181:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:311:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:313:16: style: The function 'ignoreComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:180:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:313:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:316:8: style: The function 'readwhite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:167:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:316:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:318:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:159:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:318:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:319:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:160:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:319:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:320:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:161:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:320:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:321:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:163:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:321:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:322:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:322:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:323:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:165:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:323:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:324:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:166:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:324:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:332:7: style: The function 'precision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:142:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:332:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:335:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:143:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:335:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:337:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:169:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:337:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:338:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:338:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:339:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:339:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:340:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:340:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:341:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:341:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:342:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:174:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:342:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:343:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:175:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:343:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:344:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:176:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:344:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:345:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:177:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:345:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:347:8: style: The function 'writeline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:178:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:347:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:365:8: style: The function 'open' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:111:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:365:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:378:8: style: The function 'text' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:137:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:378:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:379:8: style: The function 'eof' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:138:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:379:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:380:8: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:139:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:380:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:382:8: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:140:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:382:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:391:8: style: The function 'clear' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:141:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:391:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:392:7: style: The function 'precision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:142:15: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:392:7: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:395:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:143:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:395:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:397:8: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:145:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:397:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:404:10: style: The function 'tell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:144:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:404:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:411:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:169:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:411:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:412:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:412:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:413:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:413:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:414:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:414:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:415:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:415:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:416:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:174:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:416:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:417:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:175:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:417:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:418:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:176:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:418:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:419:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:177:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:419:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:421:8: style: The function 'writeline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:178:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:421:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:435:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:159:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:435:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:436:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:160:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:436:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:445:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:165:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:445:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:446:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:166:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:446:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:448:8: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:161:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:448:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:459:8: style: The function 'flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:143:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:459:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:466:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:169:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:466:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:467:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:467:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:476:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:174:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:476:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:477:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:175:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:477:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:478:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:176:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:478:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:479:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:177:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:479:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:480:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:480:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:484:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:484:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:488:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:488:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:493:8: style: The function 'writeline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:178:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:493:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:505:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:169:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:505:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:506:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:170:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:506:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:515:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:174:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:515:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:516:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:175:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:516:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:517:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:176:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:517:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:518:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:177:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:518:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:519:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:519:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:523:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:523:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:527:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:527:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:533:8: style: The function 'writeline' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:178:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fileio.h:533:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:27:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:27:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:28:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:28:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:40:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:40:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:41:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:41:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/transform.h:221:37: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/transform.h:229:38: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/transform.h:235:34: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/transform.h:241:33: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:114:19: performance: Function parameter 'n1' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:114:34: performance: Function parameter 'n2' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/flatguide.h:139:17: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:97:18: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/guide.h:143:33: performance: Function parameter 'spec' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/pen.h:264:12: performance: Function parameter 'P' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:48:15: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:69:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:84:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:104:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:122:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:139:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:199:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:238:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:278:29: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:281:29: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:301:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:325:26: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:346:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:361:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:380:16: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:398:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:401:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:423:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:426:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:429:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:473:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:517:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:532:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:545:26: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:582:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:584:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:598:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:618:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:29:16: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:44:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:57:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:79:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:98:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:119:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:132:18: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:147:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:163:27: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:174:21: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:184:24: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:196:22: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/stm.h:215:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:82:51: performance: Function parameter 'y' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:103:41: performance: Function parameter 'x' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:276:41: performance: Function parameter 'u' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:276:57: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:287:41: performance: Function parameter 'u' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/mathop.h:287:57: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:289:37: performance: Function parameter 'it' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.h:82:48: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/builtin.cc:495:26: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/builtin.cc:309:0: performance: Function parameter 'value' should be passed by const reference. [passedByValue]
camp.y:192:33: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:198:65: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:204:65: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:208:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:209:92: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:210:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:215:30: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:216:30: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:218:107: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:220:107: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:224:46: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:225:46: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:227:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:229:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:233:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:234:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:235:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:255:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:257:122: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:261:65: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:263:71: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:267:29: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:268:33: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:269:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:273:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:275:122: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:279:65: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:281:71: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:289:94: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:293:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:294:62: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:298:39: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:313:44: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:315:71: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:319:39: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:321:97: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:325:45: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:326:99: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:334:29: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:335:29: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:354:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:355:29: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:360:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:361:33: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:363:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:367:42: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:368:88: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:370:71: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:372:75: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:382:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:384:94: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:386:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:390:109: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:393:133: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:398:149: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:400:136: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:404:93: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:405:64: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:409:42: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:410:42: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:411:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:412:88: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:416:87: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:437:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:441:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:442:78: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:446:66: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:448:70: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:450:77: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:452:81: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:456:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:457:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:458:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:459:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:461:95: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:463:106: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:465:131: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:467:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:469:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:470:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:471:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:472:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:473:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:474:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:475:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:476:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:477:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:478:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:479:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:480:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:481:120: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:482:120: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:483:115: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:484:114: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:485:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:486:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:487:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:488:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:489:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:491:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:493:90: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:495:116: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:497:93: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:499:117: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:501:130: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:506:55: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:508:117: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:513:55: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:515:115: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:516:88: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:525:102: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:527:16: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:529:47: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:531:84: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:533:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:535:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:538:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:539:116: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:549:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:552:43: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:554:16: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:555:85: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:557:59: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:558:130: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:573:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:578:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:579:40: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:583:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:586:119: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:589:69: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:592:119: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:597:68: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:599:118: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:603:41: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:604:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:607:84: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:609:106: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:611:87: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:615:133: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:617:142: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:625:39: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:629:41: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:634:30: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:635:30: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:640:28: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:645:30: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:649:45: style: Same expression on both sides of '-'. [duplicateExpression]
camp.y:651:71: style: Same expression on both sides of '-'. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:205:8: style: Technically the member function 'trans::coder::isRecord' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:356:13: note: Technically the member function 'trans::coder::isRecord' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:205:8: note: Technically the member function 'trans::coder::isRecord' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:391:8: performance: Technically the member function 'trans::coder::encodePatch' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:310:13: note: Technically the member function 'trans::coder::encodePatch' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/coder.h:391:8: note: Technically the member function 'trans::coder::encodePatch' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:40:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:61:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:83:23: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:99:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:104:34: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coder.cc:321:30: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coenv.cc:35:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/coenv.cc:41:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:72:3: style: Class 'formals' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:30:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:30:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:77:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:77:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:142:16: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:142:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:146:22: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:146:22: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:150:22: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:150:22: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:164:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:142:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:164:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:166:8: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:151:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:166:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:168:8: style: The function 'transAsField' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/dec.h:173:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:168:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:29:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:29:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:34:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:34:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:35:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:35:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:52:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:52:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:54:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:54:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:55:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:55:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:25:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:72:20: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:139:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.h:160:19: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:26:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/newexp.h:45:24: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/constructor.cc:122:45: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:264:10: warning: Assert statement calls a function which may have desired side effects: 'staticSet'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:586:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:586:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:590:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:590:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:596:8: style: The function 'transCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:158:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:596:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:601:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:601:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:605:8: style: The function 'evaluate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:183:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:605:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:68:0: error: Memory leak: a [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:113:31: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:411:33: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:470:25: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:481:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/dec.cc:583:26: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:323:127: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:143:3: warning: Member variable 'psfile::pdfformat' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:143:3: warning: Member variable 'psfile::transparency' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:143:3: warning: Member variable 'psfile::buffer' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:143:3: warning: Member variable 'psfile::count' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:143:3: warning: Member variable 'psfile::out' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:46:2: warning: Member variable 'PRCVector3d::x' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:46:2: warning: Member variable 'PRCVector3d::y' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:46:2: warning: Member variable 'PRCVector3d::z' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:139:2: warning: Member variable 'PRCAttributeEntry::title_integer' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:144:2: warning: Member variable 'PRCAttributeEntry::title_integer' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:377:3: warning: Member variable 'PRCMaterialGeneric::picture_index' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:968:3: warning: Member variable 'PRCNURBSSurface::is_rational' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:968:3: warning: Member variable 'PRCNURBSSurface::degree_in_u' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:968:3: warning: Member variable 'PRCNURBSSurface::degree_in_v' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:970:3: warning: Member variable 'PRCNURBSSurface::is_rational' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:970:3: warning: Member variable 'PRCNURBSSurface::degree_in_u' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:970:3: warning: Member variable 'PRCNURBSSurface::degree_in_v' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1011:3: warning: Member variable 'PRCNURBSCurve::is_rational' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1011:3: warning: Member variable 'PRCNURBSCurve::degree' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1013:3: warning: Member variable 'PRCNURBSCurve::is_rational' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1013:3: warning: Member variable 'PRCNURBSCurve::degree' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1040:3: warning: Member variable 'PRCCircle::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1042:3: warning: Member variable 'PRCCircle::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1052:3: warning: Member variable 'PRCComposite::is_closed' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1054:3: warning: Member variable 'PRCComposite::is_closed' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1086:3: warning: Member variable 'PRCRuled::first_curve' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1086:3: warning: Member variable 'PRCRuled::second_curve' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1100:3: warning: Member variable 'PRCSphere::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1102:3: warning: Member variable 'PRCSphere::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1112:3: warning: Member variable 'PRCCone::bottom_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1112:3: warning: Member variable 'PRCCone::semi_angle' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1114:3: warning: Member variable 'PRCCone::bottom_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1114:3: warning: Member variable 'PRCCone::semi_angle' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1125:3: warning: Member variable 'PRCCylinder::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1127:3: warning: Member variable 'PRCCylinder::radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1137:3: warning: Member variable 'PRCTorus::major_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1137:3: warning: Member variable 'PRCTorus::minor_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1139:3: warning: Member variable 'PRCTorus::major_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1139:3: warning: Member variable 'PRCTorus::minor_radius' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:178:3: warning: Member variable 'PRCface::style' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:178:3: warning: Member variable 'PRCface::transparent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:188:3: warning: Member variable 'PRCcompface::style' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:188:3: warning: Member variable 'PRCcompface::transparent' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:333:5: warning: Member variable 'PRCFileStructure::sizes' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:404:5: warning: Member variable 'oPRCFile::header' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:422:5: warning: Member variable 'oPRCFile::header' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:122:3: warning: Member variable 'drawAxialShade::colorspace' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:146:5: performance: Variable 'title_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:172:5: performance: Variable 'value_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:187:5: performance: Variable 'value_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:203:5: performance: Variable 'value_text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:165:8: style: Technically the member function 'camp::psfile::Transparency' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:235:8: style: Technically the member function 'camp::texfile::toplevel' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:247:10: style: Technically the member function 'camp::texfile::hoffset' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:333:10: performance: Technically the member function 'camp::svgtexfile::rgbhex' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:58:9: style: Technically the member function 'PRCVector3d::LengthSquared' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:76:7: style: Technically the member function 'PRCVector3d::write' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:535:8: style: Technically the member function 'PRCGraphics::has_graphics' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1190:12: style: Technically the member function 'PRCBody::serialType' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:424:7: style: Class 'oPRCFile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:424:7: style: Class 'oPRCFile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/utils/asymptote/bbox3.h:46:3: style: Struct 'bbox3' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:41:3: style: Class 'encode85' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:49:2: style: Class 'PRCVector3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:140:2: style: Struct 'PRCAttributeEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:144:2: style: Struct 'PRCAttributeEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:158:2: style: Class 'PRCSingleAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:162:2: style: Class 'PRCSingleAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:166:3: style: Class 'PRCSingleAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:170:2: style: Class 'PRCSingleAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:220:2: style: Class 'PRCAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:221:2: style: Class 'PRCAttribute' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:311:3: style: Class 'PRCPicture' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:334:3: style: Class 'PRCTextureDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:377:3: style: Class 'PRCMaterialGeneric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:406:3: style: Class 'PRCTextureApplication' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:422:3: style: Class 'PRCStyle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:547:3: style: Class 'PRCMarkup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:562:3: style: Class 'PRCAnnotationItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:573:3: style: Class 'PRCRepresentationItemContent' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:595:3: style: Class 'PRCBrepModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:609:3: style: Class 'PRCPolyBrepModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:620:3: style: Class 'PRCPointSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:631:3: style: Class 'PRCWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:644:3: style: Class 'PRCPolyWire' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:654:3: style: Class 'PRCSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:689:3: style: Class 'PRCGeneralTransformation3d' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:816:3: style: Class 'PRCCoordinateSystem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:933:3: style: Class 'PRCControlPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:948:3: style: Class 'PRCContentSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:970:3: style: Class 'PRCNURBSSurface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:989:3: style: Class 'PRCContentCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1013:3: style: Class 'PRCNURBSCurve' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1030:3: style: Class 'PRCPolyLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1042:3: style: Class 'PRCCircle' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1054:3: style: Class 'PRCComposite' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1068:3: style: Class 'PRCBlend01' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1086:3: style: Class 'PRCRuled' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1102:3: style: Class 'PRCSphere' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1114:3: style: Class 'PRCCone' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1127:3: style: Class 'PRCCylinder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1139:3: style: Class 'PRCTorus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1172:3: style: Class 'PRCContentBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1201:3: style: Class 'PRCContentWireEdge' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1223:3: style: Class 'PRCSingleWireBody' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1237:3: style: Class 'PRCFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1259:3: style: Class 'PRCShell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1276:3: style: Class 'PRCConnex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1291:3: style: Class 'PRCBrepData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1306:3: style: Class 'PRCCompressedFace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1324:3: style: Class 'PRCCompressedBrepData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1339:3: style: Class 'PRCTopoContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1386:3: style: Class 'PRCProductOccurrence' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1415:2: style: Class 'PRCPartDefinition' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:227:3: style: Class 'PRCgroup' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prcfile.h:20:3: style: Class 'prcfile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:191:3: style: Class 'drawPathBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:226:3: style: Class 'drawPathPenBase' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:40:1: warning: The class 'PRCVector3d' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:215:8: style: The function 'setpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:189:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:215:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:275:8: style: The function 'writeclip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:195:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:275:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:279:8: style: The function 'dot' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:199:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:279:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:285:8: style: The function 'translate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:323:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:285:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:286:8: style: The function 'concat' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:332:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:286:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:292:8: style: The function 'beginpage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:209:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:292:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:296:8: style: The function 'endpage' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:212:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:296:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:308:8: style: The function 'newpath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:203:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:308:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:314:8: style: The function 'moveto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:207:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:314:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:319:8: style: The function 'lineto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:213:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:319:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:324:8: style: The function 'curveto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:219:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:324:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:329:8: style: The function 'closepath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:225:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:329:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:341:8: style: The function 'stroke' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:230:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:341:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:342:8: style: The function 'strokepath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:235:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:342:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:345:8: style: The function 'fill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:240:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:345:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:347:8: style: The function 'begingradientshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:275:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:347:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:350:8: style: The function 'gradientshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:279:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:350:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:357:8: style: The function 'begingouraudshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:283:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:357:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:359:8: style: The function 'gouraudshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:286:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:359:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:362:8: style: The function 'begintensorshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:289:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:362:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:365:8: style: The function 'tensorshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:292:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:365:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:368:8: style: The function 'beginclip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:250:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:368:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:371:8: style: The function 'endclip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:254:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:371:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:372:8: style: The function 'endpsclip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:264:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:372:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:374:8: style: The function 'setpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:189:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:374:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:376:8: style: The function 'gsave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:306:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:376:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:378:8: style: The function 'grestore' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:313:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:378:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:384:8: style: The function 'serializeMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:370:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:384:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:412:8: style: The function 'serializeMaterial' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:370:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:412:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:487:8: style: The function 'serializeBaseTessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:474:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:487:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:506:8: style: The function 'serializeBaseTessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:474:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:506:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:521:8: style: The function 'serializeBaseTessData' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:474:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:521:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:598:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:598:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:599:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:599:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:612:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:612:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:613:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:613:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:623:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:623:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:624:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:624:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:634:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:634:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:635:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:635:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:647:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:647:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:648:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:648:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:658:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:658:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:666:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:666:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:725:8: style: The function 'serializeTransformation3d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:674:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:725:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:777:8: style: The function 'serializeTransformation3d' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:674:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:777:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:820:8: style: The function 'serializeRepresentationItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:587:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:820:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:823:12: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:588:20: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:823:12: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:973:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:973:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1016:9: style: The function 'serializeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1004:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1016:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1033:9: style: The function 'serializeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1004:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1033:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1045:9: style: The function 'serializeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1004:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1045:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1057:9: style: The function 'serializeCurve' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1004:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1057:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1072:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1072:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1090:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1090:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1105:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1105:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1117:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1117:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1130:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1130:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1142:9: style: The function 'serializeSurface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:962:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1142:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1189:8: style: The function 'serializeTopoItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1189:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1215:8: style: The function 'serializeTopoItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1215:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1227:8: style: The function 'serializeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1188:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1227:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1241:8: style: The function 'serializeTopoItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1241:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1263:8: style: The function 'serializeTopoItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1263:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1280:8: style: The function 'serializeTopoItem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1164:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1280:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1295:8: style: The function 'serializeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1188:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1295:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1328:8: style: The function 'serializeBody' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1188:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1328:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1330:10: style: The function 'serialTolerance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1191:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1330:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:195:16: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:116:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:195:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:282:8: style: The function 'empty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:229:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:282:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:288:8: style: The function 'cyclic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:233:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:288:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:294:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:195:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:294:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:320:8: style: The function 'writeclippath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:203:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:320:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:326:8: style: The function 'writeshiftedpath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:207:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:326:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:29:8: style: The function 'svg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:130:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:29:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:32:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:32:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:36:16: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:145:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:36:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:49:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:49:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:64:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:64:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:69:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:36:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:69:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:92:8: style: The function 'palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:92:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:96:8: style: The function 'beginshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:96:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:100:8: style: The function 'shade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:67:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:100:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:112:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:112:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:126:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:126:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:128:8: style: The function 'palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:128:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:130:8: style: The function 'beginshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:130:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:134:8: style: The function 'shade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:67:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:134:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:138:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:138:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:150:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:150:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:152:8: style: The function 'beginshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:152:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:156:8: style: The function 'shade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:67:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:156:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:160:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:160:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:173:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:173:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:175:8: style: The function 'palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:175:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:179:8: style: The function 'beginshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:179:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:183:8: style: The function 'shade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:67:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:183:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:187:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:187:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:199:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:199:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:203:8: style: The function 'palette' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:38:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:203:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:207:8: style: The function 'beginshade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:66:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:207:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:211:8: style: The function 'shade' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:67:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:211:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:215:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:215:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:233:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:36:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:233:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:235:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:150:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:235:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:237:8: style: The function 'islabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:123:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:237:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:239:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:239:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/psfile.h:173:24: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:275:23: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:286:25: performance: Function parameter 't' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:189:39: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:193:39: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:197:40: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:201:39: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:221:33: performance: Function parameter 'title' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:245:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:311:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:334:36: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:377:34: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:406:37: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:422:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:547:25: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:562:33: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:573:44: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:584:37: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:595:28: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:609:32: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:620:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:631:23: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:644:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:654:22: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:816:35: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:864:31: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:948:33: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:959:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:970:31: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:989:31: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1001:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1013:29: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1030:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1042:25: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1054:28: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1068:26: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1086:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1102:25: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1114:23: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1127:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1139:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1152:31: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1172:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1185:37: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1201:34: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1223:33: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1237:23: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1259:24: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1276:25: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1291:27: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1306:33: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1324:37: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1339:30: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1386:36: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1415:32: performance: Function parameter 'n' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:191:21: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:223:24: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:223:31: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:226:23: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:279:48: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:24:51: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:54:52: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:88:59: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:122:57: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:123:30: performance: Function parameter 'penb' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:147:23: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:147:55: performance: Function parameter 'penb' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:167:59: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:195:23: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawfill.h:222:60: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:49:8: style: The function 'islabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:123:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:49:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:53:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:150:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:53:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:55:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:55:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:72:8: style: The function 'svg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:130:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:72:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:73:8: style: The function 'svgpng' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:133:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:73:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:77:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:150:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:77:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:79:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:79:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:35:50: performance: Function parameter 'T' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:36:29: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:65:49: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawlabel.h:66:49: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:26:8: style: The function 'svg' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:130:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:26:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:28:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:145:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:28:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:30:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:171:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:30:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:18:17: performance: Function parameter 'src' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.h:18:26: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.cc:75:34: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath.cc:75:41: performance: Function parameter 'pentype' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:34:5: performance: Variable 'center' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:31:33: error: Member variable 'center' is initialized by itself. [selfInitialization]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:43:1: warning: The class 'path3' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:39:8: style: The function 'is3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:127:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:39:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:41:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:117:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:41:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:46:8: style: The function 'ratio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:120:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:46:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:60:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:60:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:147:8: style: The function 'is3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:127:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:147:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:149:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:117:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:149:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:156:8: style: The function 'displacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:163:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:156:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:157:8: style: The function 'ratio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:120:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:157:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:163:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:163:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:59:16: performance: Function parameter 'z' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:80:21: performance: Function parameter 'n1' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:80:37: performance: Function parameter 'n2' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:25:19: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawpath3.h:25:29: performance: Function parameter 'center' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:156:8: style: The function 'is3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:127:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:156:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:158:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:117:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:158:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:160:8: style: The function 'ratio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:120:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:160:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:167:8: style: The function 'displacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:163:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:167:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:179:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:179:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:329:8: style: The function 'is3D' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:127:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:329:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:331:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:117:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:331:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:338:8: style: The function 'displacement' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:163:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:338:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:339:8: style: The function 'ratio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:120:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:339:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:351:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:351:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:447:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:447:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:465:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:465:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:483:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:483:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:527:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:527:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:553:8: style: The function 'bounds' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:117:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:553:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:566:16: style: The function 'transformed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:175:24: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:566:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:70:42: performance: Function parameter 'center' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:72:43: performance: Function parameter 'normal' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:501:18: performance: Function parameter 'center' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.h:501:32: performance: Function parameter 'g' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.cc:158:29: performance: Function parameter 'u' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.cc:158:39: performance: Function parameter 'v' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/drawsurface.cc:654:14: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
luatex-0.70.1.20120524/source/utils/asymptote/entry.cc:518:26: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/entry.cc:530:31: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/entry.h:453:8: style: Unused private function: 'venv::checkName' [unusedPrivateFunction]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:118:0: style: Struct 'mem :: vector < ty * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/env.cc:31:8: style: The function 'castable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:73:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/env.cc:31:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/env.cc:73:10: style: The function 'base' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/types.h:620:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/env.cc:73:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/envcompleter.h:33:3: style: Class 'envCompleter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/envcompleter.h:36:9: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/interact.h:43:17: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/envcompleter.h:36:9: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:35:36: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:42:37: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:54:36: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:60:34: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:66:36: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:72:36: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/errormsg.cc:78:34: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:168:51: style: Function 'transWrite' argument 2 names different: declaration 't' definition 'target'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:223:40: note: Function 'transWrite' argument 2 names different: declaration 't' definition 'target'.
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:168:51: note: Function 'transWrite' argument 2 names different: declaration 't' definition 'target'.
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:162:21: warning: Assert statement calls a function which may have desired side effects: 'getType'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:1187:5: style: Struct 'promoter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:1001:0: error: Memory leak: temp [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:139:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/exp.cc:141:35: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/fileio.cc:22:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:192:31: style: Variable 'index' is modified but its new value is never used. [unreadVariable]
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:127:8: style: The function 'prettyprint' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/absyn.h:39:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:127:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:131:14: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:108:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:131:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:135:14: style: The function 'trans' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/exp.h:85:22: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:135:14: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/fundec.cc:124:27: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:60:33: style: Function 'loadModule' argument 1 names different: declaration 'name' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/genv.h:46:29: note: Function 'loadModule' argument 1 names different: declaration 'name' definition 'id'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:60:33: note: Function 'loadModule' argument 1 names different: declaration 'name' definition 'id'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:60:44: style: Function 'loadModule' argument 2 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/genv.h:46:42: note: Function 'loadModule' argument 2 names different: declaration 's' definition 'filename'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:60:44: note: Function 'loadModule' argument 2 names different: declaration 's' definition 'filename'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:85:32: style: Function 'getModule' argument 1 names different: declaration 'name' definition 'id'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/genv.h:52:28: note: Function 'getModule' argument 1 names different: declaration 'name' definition 'id'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:85:32: note: Function 'getModule' argument 1 names different: declaration 'name' definition 'id'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:85:43: style: Function 'getModule' argument 2 names different: declaration 's' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/genv.h:52:41: note: Function 'getModule' argument 2 names different: declaration 's' definition 'filename'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:85:43: note: Function 'getModule' argument 2 names different: declaration 's' definition 'filename'.
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:109:5: style: Struct 'initMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:111:13: style: The function 'operator[]' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/stack.h:51:21: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/genv.cc:111:13: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/keywords.cc:11:0: error: syntax error [syntaxError]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:185:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:191:34: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:439:3: warning: Member variable 'backsub::lastTheta' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:197:3: style: Struct 'dzprop' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:741:3: style: Struct 'partnerUp' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:772:3: style: Struct 'controlDuplicates' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:37:0: style: Class 'camp :: cvector < eqn >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:39:0: style: Class 'camp :: cvector < eqn >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:37:0: style: Class 'camp :: cvector < weqn >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:39:0: style: Class 'camp :: cvector < weqn >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:37:0: style: Class 'camp :: cvector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:39:0: style: Class 'camp :: cvector < double >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:575:8: style: The function 'solo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:451:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:575:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:580:8: style: The function 'start' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:454:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:580:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:586:8: style: The function 'mid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:448:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:586:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:591:8: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:457:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:591:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:744:8: style: The function 'mid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:448:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:744:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:775:8: style: The function 'solo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:451:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:775:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:777:8: style: The function 'mid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:448:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:777:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:784:8: style: The function 'end' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/knot.h:457:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:784:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/knot.cc:310:56: performance: Function parameter 'we' should be passed by const reference. [passedByValue]
lex.yy.cc:2294:27: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.cc:2291:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.cc:2294:27: note: Null pointer dereference
lex.yy.cc:2296:9: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.cc:2291:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
lex.yy.cc:2296:9: note: Null pointer dereference
lex.yy.cc:2725:2: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.cc:2587:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.cc:2725:2: note: Null pointer dereference
lex.yy.cc:2726:2: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.cc:2587:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.cc:2726:2: note: Null pointer dereference
lex.yy.cc:2739:9: warning: Possible null pointer dereference: b [nullPointer]
lex.yy.cc:2587:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
lex.yy.cc:2739:9: note: Null pointer dereference
lex.yy.cc:2413:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
lex.yy.cc:426:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.cc:2413:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
lex.yy.cc:2940:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
lex.yy.cc:373:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.cc:2940:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
lex.yy.cc:2955:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
lex.yy.cc:374:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.cc:2955:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
lex.yy.cc:2955:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
lex.yy.cc:374:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.cc:2955:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
lex.yy.cc:3099:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
lex.yy.cc:1031:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
lex.yy.cc:3099:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
luatex-0.70.1.20120524/source/utils/asymptote/main.cc:136:14: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/newexp.cc:141:0: error: Memory leak: c [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/newexp.cc:175:0: error: Memory leak: c [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:722:10: style: The scope of the variable 't' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:329:24: style: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:312:20: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:329:24: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:329:31: style: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:312:31: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:329:31: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:387:27: style: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:313:23: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:387:27: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:387:37: style: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:313:37: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:387:37: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:632:29: style: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:355:26: note: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:632:29: note: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:718:40: style: Function 'directiontime' argument 1 names different: declaration 'z' definition 'dir'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path.h:356:36: note: Function 'directiontime' argument 1 names different: declaration 'z' definition 'dir'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:718:40: note: Function 'directiontime' argument 1 names different: declaration 'z' definition 'dir'.
luatex-0.70.1.20120524/source/utils/asymptote/path.cc:1247:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:141:26: style: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:279:21: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:141:26: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:141:33: style: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:279:32: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:141:33: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:201:29: style: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:280:24: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:201:29: note: Function 'subpath' argument 1 names different: declaration 'start' definition 'a'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:201:39: style: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:280:38: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:201:39: note: Function 'subpath' argument 2 names different: declaration 'end' definition 'b'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:432:30: style: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:307:26: note: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:432:30: note: Function 'arctime' argument 1 names different: declaration 'l' definition 'goal'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:807:22: style: Function 'bound' argument 1 names different: declaration 'p' definition 'P'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/path3.h:372:22: note: Function 'bound' argument 1 names different: declaration 'p' definition 'P'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:807:22: note: Function 'bound' argument 1 names different: declaration 'p' definition 'P'.
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:776:0: performance: Variable 'm0' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:777:0: performance: Variable 'm1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:778:0: performance: Variable 'm2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:321:26: performance: Function parameter 'z0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:321:37: performance: Function parameter 'c0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:321:48: performance: Function parameter 'c1' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:321:59: performance: Function parameter 'z1' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:332:32: performance: Function parameter 'c0' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/path3.cc:332:43: performance: Function parameter 'c1' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:1106:6: style: Condition 'status' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:1092:17: note: Assignment 'status=true', assigned value is 1
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:1106:6: note: Condition 'status' is always true
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:304:7: style: The scope of the variable 'status' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:300:63: style: Function 'texprocess' argument 2 names different: declaration 'tempname' definition 'outname'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/picture.h:72:56: note: Function 'texprocess' argument 2 names different: declaration 'tempname' definition 'outname'.
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:300:63: note: Function 'texprocess' argument 2 names different: declaration 'tempname' definition 'outname'.
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:646:56: style: Function 'shipout' argument 2 names different: declaration 'prefix' definition 'Prefix'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/picture.h:80:49: note: Function 'shipout' argument 2 names different: declaration 'prefix' definition 'Prefix'.
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:646:56: note: Function 'shipout' argument 2 names different: declaration 'prefix' definition 'Prefix'.
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:944:12: style: struct member 'Communicate::pic' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:947:10: style: struct member 'Communicate::height' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:949:10: style: struct member 'Communicate::zoom' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:954:11: style: struct member 'Communicate::background' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:955:10: style: struct member 'Communicate::nlights' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:956:11: style: struct member 'Communicate::lights' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:960:8: style: struct member 'Communicate::viewportlighting' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.cc:961:8: style: struct member 'Communicate::view' is never used. [unusedStructMember]
luatex-0.70.1.20120524/source/utils/asymptote/picture.h:38:3: warning: Member variable 'picture::billboard' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:46:8: style: The function 'islabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:123:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:46:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:50:8: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:145:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:50:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:55:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:150:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawverbatim.h:55:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:21:8: style: The function 'islayer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:125:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:21:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:30:8: style: The function 'islabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:123:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:30:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:32:8: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/drawelement.h:150:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/drawlayer.h:32:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCTools/iPRCFile.h:60:5: style: Class 'iPRCFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:217:7: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:229:11: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:332:28: warning: Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 328. [shiftTooManyBitsSigned]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:328:11: note: Assuming that condition 'bits>32' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:332:28: note: Shift
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.h:49:5: warning: Member variable 'PRCbitStream::compressedDataSize' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:383:6: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/utils/asymptote/prc/PRCbitStream.cc:385:6: error: Common realloc mistake: 'data' nulled but not freed upon failure [memleakOnRealloc]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:875:7: warning: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:873:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:875:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:877:7: warning: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:875:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:877:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:879:7: warning: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:877:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:879:7: note: Variable 'components' is reassigned a value before the old one has been used. 'break;' missing?
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:862:99: style: Function 'addPicture' argument 3 names different: declaration 'picture' definition 'p'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:351:85: note: Function 'addPicture' argument 3 names different: declaration 'picture' definition 'p'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:862:99: note: Function 'addPicture' argument 3 names different: declaration 'picture' definition 'p'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:314:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:333:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:389:3: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:398:112: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:413:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:418:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:431:84: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:471:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:482:109: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:538:93: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:549:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:557:111: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:565:104: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:575:82: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:597:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:612:70: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:668:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:681:88: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:728:87: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:756:144: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:276:14: performance: Technically the member function 'PRCStartHeader::getStartHeaderSize' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:304:26: note: Technically the member function 'PRCStartHeader::getStartHeaderSize' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:276:14: note: Technically the member function 'PRCStartHeader::getStartHeaderSize' can be static.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:345:14: style: Technically the member function 'PRCFileStructure::getSize' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:353:28: note: Technically the member function 'PRCFileStructure::getSize' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:345:14: note: Technically the member function 'PRCFileStructure::getSize' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:381:10: style: Technically the member function 'PRCFileStructureInformation::write' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:362:35: note: Technically the member function 'PRCFileStructureInformation::write' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:381:10: note: Technically the member function 'PRCFileStructureInformation::write' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:383:14: style: Technically the member function 'PRCFileStructureInformation::getSize' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:374:39: note: Technically the member function 'PRCFileStructureInformation::getSize' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.h:383:14: note: Technically the member function 'PRCFileStructureInformation::getSize' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1132:1: error: Memory leak: group.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1671:3: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1714:3: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1748:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1830:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1830:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1841:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1841:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1852:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1852:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1871:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1871:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1882:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1882:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1894:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1894:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1906:1: error: Memory leak: face.face [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/oPRCFile.cc:1906:1: error: Memory leak: face.transform [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:385:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:342:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:385:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:395:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:342:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:395:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:401:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:342:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:401:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:411:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:342:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:411:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:458:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:342:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:458:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:574:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:514:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:574:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:584:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:514:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:584:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:590:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:514:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:590:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:600:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:514:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:600:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:610:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:514:6: note: outer condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:610:8: note: identical inner condition: 1
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:369:14: style: The scope of the variable 'MI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:371:12: style: The scope of the variable 'N' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:372:14: style: The scope of the variable 'NI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:376:14: style: The scope of the variable 'CI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:541:14: style: The scope of the variable 'MI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:543:12: style: The scope of the variable 'N' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:544:14: style: The scope of the variable 'NI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:548:14: style: The scope of the variable 'CI' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/prc/test.cc:50:5: style: Variable 'colours' is assigned a value that is never used. [unreadVariable]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:332:21: style: Condition 'blend_src_rgb!=KEPRCTextureBlendParameter_Unknown' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:286:51: note: Assignment 'blend_src_rgb=KEPRCTextureBlendParameter_Unknown', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:332:21: note: Condition 'blend_src_rgb!=KEPRCTextureBlendParameter_Unknown' is always false
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:337:23: style: Condition 'blend_src_alpha!=KEPRCTextureBlendParameter_Unknown' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:288:53: note: Assignment 'blend_src_alpha=KEPRCTextureBlendParameter_Unknown', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:337:23: note: Condition 'blend_src_alpha!=KEPRCTextureBlendParameter_Unknown' is always false
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:348:25: style: Condition 'texture_dimension>1' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:274:37: note: Assignment 'texture_dimension=2', assigned value is 2
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:348:25: note: Condition 'texture_dimension>1' is always true
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:350:25: style: Condition 'texture_dimension>2' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:274:37: note: Assignment 'texture_dimension=2', assigned value is 2
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:350:25: note: Condition 'texture_dimension>2' is always false
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:406:7: style: Condition 'is_additional_2_defined' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:388:40: note: Assignment 'is_additional_2_defined=false', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:406:7: note: Condition 'is_additional_2_defined' is always false
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:409:7: style: Condition 'is_additional_3_defined' is always false [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:390:40: note: Assignment 'is_additional_3_defined=false', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:409:7: note: Condition 'is_additional_3_defined' is always false
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:852:10: style: Condition '!b_optimised' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:850:29: note: Assignment 'b_optimised=false', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:852:10: note: Condition '!b_optimised' is always true
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:946:10: style: Condition '!b_optimised' is always true [knownConditionTrueFalse]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:944:29: note: Assignment 'b_optimised=false', assigned value is 0
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:946:10: note: Condition '!b_optimised' is always true
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:332:21: style: Same expression on both sides of '!=' because the value of 'blend_src_rgb' and 'KEPRCTextureBlendParameter_Unknown' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:286:51: note: 'blend_src_rgb' is assigned value 'KEPRCTextureBlendParameter_Unknown' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:332:21: note: Same expression on both sides of '!=' because the value of 'blend_src_rgb' and 'KEPRCTextureBlendParameter_Unknown' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:337:23: style: Same expression on both sides of '!=' because the value of 'blend_src_alpha' and 'KEPRCTextureBlendParameter_Unknown' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:288:53: note: 'blend_src_alpha' is assigned value 'KEPRCTextureBlendParameter_Unknown' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:337:23: note: Same expression on both sides of '!=' because the value of 'blend_src_alpha' and 'KEPRCTextureBlendParameter_Unknown' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:350:25: style: Same expression on both sides of '>' because the value of 'texture_dimension' and '2' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:274:37: note: 'texture_dimension' is assigned value '2' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:350:25: note: Same expression on both sides of '>' because the value of 'texture_dimension' and '2' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1441:4: style: Same expression on both sides of '==' because the value of 'type_param_u' and '0' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1440:34: note: 'type_param_u' is assigned value '0' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1441:4: note: Same expression on both sides of '==' because the value of 'type_param_u' and '0' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1443:4: style: Same expression on both sides of '==' because the value of 'type_param_v' and '0' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1442:34: note: 'type_param_v' is assigned value '0' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1443:4: note: Same expression on both sides of '==' because the value of 'type_param_v' and '0' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: style: Same expression on both sides of '==' because the value of 'number_of_shell' and '1' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1478:37: note: 'number_of_shell' is assigned value '1' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: note: Same expression on both sides of '==' because the value of 'number_of_shell' and '1' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: style: Same expression on both sides of '&&' because the value of 'number_of_shell==1' and 'number_of_connex==1' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1478:37: note: 'number_of_shell' is assigned value '1' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1479:38: note: 'number_of_connex' is assigned value '1' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: note: Same expression on both sides of '&&' because the value of 'number_of_shell==1' and 'number_of_connex==1' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: style: Same expression on both sides of '==' because the value of 'number_of_connex' and '1' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1479:38: note: 'number_of_connex' is assigned value '1' here.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1480:4: note: Same expression on both sides of '==' because the value of 'number_of_connex' and '1' are the same.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1834:64: style: Function 'addSingleWireBody' argument 1 names different: declaration 'body' definition 'pSingleWireBody'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1347:50: note: Function 'addSingleWireBody' argument 1 names different: declaration 'body' definition 'pSingleWireBody'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1834:64: note: Function 'addSingleWireBody' argument 1 names different: declaration 'body' definition 'pSingleWireBody'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1841:52: style: Function 'addBrepData' argument 1 names different: declaration 'body' definition 'pBrepData'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1348:38: note: Function 'addBrepData' argument 1 names different: declaration 'body' definition 'pBrepData'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1841:52: note: Function 'addBrepData' argument 1 names different: declaration 'body' definition 'pBrepData'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1848:72: style: Function 'addCompressedBrepData' argument 1 names different: declaration 'body' definition 'pCompressedBrepData'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1349:58: note: Function 'addCompressedBrepData' argument 1 names different: declaration 'body' definition 'pCompressedBrepData'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1848:72: note: Function 'addCompressedBrepData' argument 1 names different: declaration 'body' definition 'pCompressedBrepData'.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:131:10: style: Technically the member function 'UserData::write' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:153:16: note: Technically the member function 'UserData::write' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:131:10: note: Technically the member function 'UserData::write' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:261:8: style: Technically the member function 'PRCReferenceUniqueIdentifier::serializeReferenceUniqueIdentifier' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:243:36: note: Technically the member function 'PRCReferenceUniqueIdentifier::serializeReferenceUniqueIdentifier' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:261:8: note: Technically the member function 'PRCReferenceUniqueIdentifier::serializeReferenceUniqueIdentifier' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:288:8: style: Technically the member function 'PRCRgbColor::serializeRgbColor' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:254:19: note: Technically the member function 'PRCRgbColor::serializeRgbColor' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:288:8: note: Technically the member function 'PRCRgbColor::serializeRgbColor' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:326:7: style: Technically the member function 'PRCVector2d::serializeVector2d' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:977:19: note: Technically the member function 'PRCVector2d::serializeVector2d' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:326:7: note: Technically the member function 'PRCVector2d::serializeVector2d' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:465:8: style: Technically the member function 'PRCContentBaseTessData::serializeContentBaseTessData' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:865:31: note: Technically the member function 'PRCContentBaseTessData::serializeContentBaseTessData' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:465:8: note: Technically the member function 'PRCContentBaseTessData::serializeContentBaseTessData' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:803:8: style: Technically the member function 'PRCTransformation::serializeTransformation' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:716:26: note: Technically the member function 'PRCTransformation::serializeTransformation' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:803:8: note: Technically the member function 'PRCTransformation::serializeTransformation' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:851:8: style: Technically the member function 'PRCFontKeysSameFont::serializeFontKeysSameFont' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:757:28: note: Technically the member function 'PRCFontKeysSameFont::serializeFontKeysSameFont' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:851:8: note: Technically the member function 'PRCFontKeysSameFont::serializeFontKeysSameFont' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:877:8: style: Technically the member function 'PRCBoundingBox::serializeBoundingBox' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1036:22: note: Technically the member function 'PRCBoundingBox::serializeBoundingBox' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:877:8: note: Technically the member function 'PRCBoundingBox::serializeBoundingBox' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:895:8: style: Technically the member function 'PRCInterval::serializeInterval' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1048:19: note: Technically the member function 'PRCInterval::serializeInterval' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:895:8: note: Technically the member function 'PRCInterval::serializeInterval' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1309:8: style: Technically the member function 'PRCCompressedFace::serializeContentCompressedFace' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1248:26: note: Technically the member function 'PRCCompressedFace::serializeContentCompressedFace' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1309:8: note: Technically the member function 'PRCCompressedFace::serializeContentCompressedFace' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1346:8: style: Technically the member function 'PRCTopoContext::serializeContextGraphics' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1779:22: note: Technically the member function 'PRCTopoContext::serializeContextGraphics' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1346:8: note: Technically the member function 'PRCTopoContext::serializeContextGraphics' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1378:8: style: Technically the member function 'PRCUnit::serializeUnit' can be const. [functionConst]
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.cc:1879:15: note: Technically the member function 'PRCUnit::serializeUnit' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/prc/writePRC.h:1378:8: note: Technically the member function 'PRCUnit::serializeUnit' can be const.
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:755:19: style: The scope of the variable 'sum' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:757:16: style: The scope of the variable 'product1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:758:8: style: The scope of the variable 'product0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:760:8: style: The scope of the variable 'enow' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:761:16: style: The scope of the variable 'bvirt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:762:8: style: The scope of the variable 'avirt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:762:15: style: The scope of the variable 'bround' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:762:23: style: The scope of the variable 'around' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1071:16: style: The scope of the variable 'bdxt_cdyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1071:28: style: The scope of the variable 'cdxt_bdyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1071:40: style: The scope of the variable 'cdxt_adyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1072:16: style: The scope of the variable 'adxt_cdyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1072:28: style: The scope of the variable 'adxt_bdyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1072:40: style: The scope of the variable 'bdxt_adyt1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1073:8: style: The scope of the variable 'bdxt_cdyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1073:20: style: The scope of the variable 'cdxt_bdyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1073:32: style: The scope of the variable 'cdxt_adyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1074:8: style: The scope of the variable 'adxt_cdyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1074:20: style: The scope of the variable 'adxt_bdyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1074:32: style: The scope of the variable 'bdxt_adyt0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:16: style: The scope of the variable 'adxadx1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:25: style: The scope of the variable 'adyady1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:34: style: The scope of the variable 'bdxbdx1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:43: style: The scope of the variable 'bdybdy1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:52: style: The scope of the variable 'cdxcdx1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1532:61: style: The scope of the variable 'cdycdy1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:8: style: The scope of the variable 'adxadx0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:17: style: The scope of the variable 'adyady0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:26: style: The scope of the variable 'bdxbdx0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:35: style: The scope of the variable 'bdybdy0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:44: style: The scope of the variable 'cdxcdx0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1533:53: style: The scope of the variable 'cdycdy0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1535:16: style: The scope of the variable 'aa3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1535:21: style: The scope of the variable 'bb3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1535:26: style: The scope of the variable 'cc3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1544:8: style: The scope of the variable 'axtbb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1544:18: style: The scope of the variable 'axtcc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1544:28: style: The scope of the variable 'aytbb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1544:38: style: The scope of the variable 'aytcc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1545:7: style: The scope of the variable 'axtbblen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1545:17: style: The scope of the variable 'axtcclen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1545:27: style: The scope of the variable 'aytbblen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1545:37: style: The scope of the variable 'aytcclen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1546:8: style: The scope of the variable 'bxtaa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1546:18: style: The scope of the variable 'bxtcc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1546:28: style: The scope of the variable 'bytaa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1546:38: style: The scope of the variable 'bytcc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1547:7: style: The scope of the variable 'bxtaalen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1547:17: style: The scope of the variable 'bxtcclen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1547:27: style: The scope of the variable 'bytaalen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1547:37: style: The scope of the variable 'bytcclen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1548:8: style: The scope of the variable 'cxtaa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1548:18: style: The scope of the variable 'cxtbb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1548:28: style: The scope of the variable 'cytaa' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1548:38: style: The scope of the variable 'cytbb' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1549:7: style: The scope of the variable 'cxtaalen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1549:17: style: The scope of the variable 'cxtbblen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1549:27: style: The scope of the variable 'cytaalen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1549:37: style: The scope of the variable 'cytbblen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:8: style: The scope of the variable 'axtbct' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:20: style: The scope of the variable 'aytbct' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:32: style: The scope of the variable 'bxtcat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:44: style: The scope of the variable 'bytcat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:56: style: The scope of the variable 'cxtabt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1554:68: style: The scope of the variable 'cytabt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:7: style: The scope of the variable 'axtbctlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:18: style: The scope of the variable 'aytbctlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:29: style: The scope of the variable 'bxtcatlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:40: style: The scope of the variable 'bytcatlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:51: style: The scope of the variable 'cxtabtlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1555:62: style: The scope of the variable 'cytabtlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1556:8: style: The scope of the variable 'axtbctt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1556:20: style: The scope of the variable 'aytbctt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1556:32: style: The scope of the variable 'bxtcatt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1557:8: style: The scope of the variable 'bytcatt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1557:20: style: The scope of the variable 'cxtabtt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1557:32: style: The scope of the variable 'cytabtt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:7: style: The scope of the variable 'axtbcttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:19: style: The scope of the variable 'aytbcttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:31: style: The scope of the variable 'bxtcattlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:43: style: The scope of the variable 'bytcattlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:55: style: The scope of the variable 'cxtabttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1558:67: style: The scope of the variable 'cytabttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1559:8: style: The scope of the variable 'abt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1559:16: style: The scope of the variable 'bct' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1559:24: style: The scope of the variable 'cat' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1560:7: style: The scope of the variable 'abtlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1560:15: style: The scope of the variable 'bctlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1560:23: style: The scope of the variable 'catlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1561:8: style: The scope of the variable 'abtt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1561:17: style: The scope of the variable 'bctt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1561:26: style: The scope of the variable 'catt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1562:7: style: The scope of the variable 'abttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1562:16: style: The scope of the variable 'bcttlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1562:25: style: The scope of the variable 'cattlen' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1563:16: style: The scope of the variable 'abtt3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1563:23: style: The scope of the variable 'bctt3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/predicates.cc:1563:30: style: The scope of the variable 'catt3' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:800:3: warning: Member variable 'iprompt::einteractive' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:651:8: performance: Technically the member function 'iprompt::help' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:708:8: performance: Technically the member function 'iprompt::addToHistory' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:712:8: performance: Technically the member function 'iprompt::addToLastLine' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:719:8: performance: Technically the member function 'iprompt::terminateLastHistoryLine' can be static. [functionStatic]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:83:5: style: Class 'penv' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:83:5: style: Class 'penv' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:111:3: style: Class 'interactiveRunnable' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:329:3: style: Class 'ifile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:576:5: style: Struct 'commandLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/memory.h:117:0: style: Struct 'mem :: list < runnable * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:266:8: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:266:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:273:8: style: The function 'doList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:273:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:282:8: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:184:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:282:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:306:10: style: The function 'buildTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:248:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:306:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:318:10: style: The function 'buildTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:248:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:318:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:335:10: style: The function 'buildTree' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:248:18: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:335:10: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:339:8: style: The function 'preRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:179:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:339:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:347:8: style: The function 'postRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:186:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:347:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:353:8: style: The function 'process' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:228:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:353:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:567:8: style: The function 'postRun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:186:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:567:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:804:8: style: The function 'doParse' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:171:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:804:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:806:8: style: The function 'doList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:172:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/process.cc:806:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/psfile.cc:44:9: warning: Member variable 'psfile::count' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.cc:49:8: style: Class 'psfile' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.cc:49:8: style: Class 'psfile' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luatex-0.70.1.20120524/source/utils/asymptote/psfile.cc:266:25: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:161:11: style: The scope of the variable 'omega' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:161:25: style: The scope of the variable 'sinom' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:50:24: style: Function 'quat' argument 1 names different: declaration 'v' definition '_v'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:57:20: note: Function 'quat' argument 1 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:50:24: note: Function 'quat' argument 1 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:50:40: style: Function 'quat' argument 2 names different: declaration 's' definition '_s'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:57:29: note: Function 'quat' argument 2 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:50:40: note: Function 'quat' argument 2 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:55:24: style: Function 'quat' argument 1 names different: declaration 's' definition '_s'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:58:16: note: Function 'quat' argument 1 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:55:24: note: Function 'quat' argument 1 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:55:40: style: Function 'quat' argument 2 names different: declaration 'v' definition '_v'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:58:31: note: Function 'quat' argument 2 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:55:40: note: Function 'quat' argument 2 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:68:26: style: Function 'quat' argument 1 names different: declaration 'f' definition 'd'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:60:22: note: Function 'quat' argument 1 names different: declaration 'f' definition 'd'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:68:26: note: Function 'quat' argument 1 names different: declaration 'f' definition 'd'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:82:28: style: Function 'set' argument 1 names different: declaration 'v' definition '_v'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:90:26: note: Function 'set' argument 1 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:82:28: note: Function 'set' argument 1 names different: declaration 'v' definition '_v'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:82:44: style: Function 'set' argument 2 names different: declaration 's' definition '_s'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:90:35: note: Function 'set' argument 2 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:82:44: note: Function 'set' argument 2 names different: declaration 's' definition '_s'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:88:35: style: Function 'operator=' argument 1 names different: declaration 'v' definition 'q'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:65:35: note: Function 'operator=' argument 1 names different: declaration 'v' definition 'q'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:88:35: note: Function 'operator=' argument 1 names different: declaration 'v' definition 'q'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:242:24: style: Function 'print' argument 1 names different: declaration 'file' definition 'dest'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.h:84:23: note: Function 'print' argument 1 names different: declaration 'file' definition 'dest'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:242:24: note: Function 'print' argument 1 names different: declaration 'file' definition 'dest'.
luatex-0.70.1.20120524/source/utils/asymptote/quaternion.cc:78:5: performance: Variable 'v' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/refaccess.cc:50:49: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
runarray.in:174:54: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
runarray.in:626:8: style: The scope of the variable 'i' can be reduced. [variableScope]
runarray.in:469:0: error: Memory leak: a [memleak]
runarray.in:801:0: error: Memory leak: c [memleak]
runpicture.in:476:12: style: The scope of the variable 'level' can be reduced. [variableScope]
runpicture.in:477:12: style: The scope of the variable 'n' can be reduced. [variableScope]
runtime.in:965:8: style: Unsigned variable 'n' can't be negative so it is unnecessary to test it. [unsignedPositive]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:748:0: warning: Virtual function 'reset' is called from constructor 'settings :: refSetting < bool >(string name,char code,string argname,string desc,types::ty*t,bool*ref,bool defaultValue,const char*text="")' at line 735. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:735:0: note: Calling reset
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:748:0: note: reset is a virtual method
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:748:0: warning: Virtual function 'reset' is called from constructor 'settings :: refSetting < int >(string name,char code,string argname,string desc,types::ty*t,int*ref,int defaultValue,const char*text="")' at line 735. Dynamic binding is not used. [virtualCallInConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:735:0: note: Calling reset
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:748:0: note: reset is a virtual method
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:395:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:369:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:395:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:400:16: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:322:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:400:16: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:425:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:369:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:425:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:429:18: style: The function 'buildAccess' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:397:26: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:429:18: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:450:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:450:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:470:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:400:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:470:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:550:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:550:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:563:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:563:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:576:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:576:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:596:8: style: The function 'add' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:322:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:596:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:675:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:675:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:691:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:691:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:701:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:701:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:836:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:836:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:886:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:886:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:901:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:901:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:914:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:914:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:935:8: style: The function 'getOption' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:330:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/settings.cc:935:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:26:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:26:20: style: The scope of the variable 'estl' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:26:25: style: The scope of the variable 'estr' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:26:39: style: The scope of the variable 'dx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:120:31: style: The scope of the variable 'da' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:120:37: style: The scope of the variable 'wt' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/simpson.cc:120:40: style: The scope of the variable 'est' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/asymptote/stack.cc:517:18: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:364:43: style: Function 'beginFunction' argument 1 names different: declaration 'func' definition 'cfunc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:323:28: note: Function 'beginFunction' argument 1 names different: declaration 'func' definition 'cfunc'.
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:364:43: note: Function 'beginFunction' argument 1 names different: declaration 'func' definition 'cfunc'.
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:374:41: style: Function 'endFunction' argument 1 names different: declaration 'func' definition 'cfunc'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:324:26: note: Function 'endFunction' argument 1 names different: declaration 'func' definition 'cfunc'.
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:374:41: note: Function 'endFunction' argument 1 names different: declaration 'func' definition 'cfunc'.
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:357:10: warning: Assert statement calls a function which may have desired side effects: 'topnode'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:377:10: warning: Assert statement calls a function which may have desired side effects: 'topnode'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:111:5: style: Struct 'node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/profiler.h:116:5: style: Struct 'node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:96:12: warning: Either the condition 's!=0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:233:12: note: Assuming that condition 's!=0' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:230:24: note: Calling function 'hash', 1st argument 's' value is 0
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:96:12: note: Null pointer dereference
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:99:10: warning: Either the condition 's!=0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:233:12: note: Assuming that condition 's!=0' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:230:24: note: Calling function 'hash', 1st argument 's' value is 0
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:99:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:102:10: warning: Either the condition 's!=0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:233:12: note: Assuming that condition 's!=0' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:230:24: note: Calling function 'hash', 1st argument 's' value is 0
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:102:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:105:10: warning: Either the condition 's!=0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:233:12: note: Assuming that condition 's!=0' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:230:24: note: Calling function 'hash', 1st argument 's' value is 0
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:105:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:108:10: warning: Either the condition 's!=0' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:233:12: note: Assuming that condition 's!=0' is not redundant
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:230:24: note: Calling function 'hash', 1st argument 's' value is 0
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:108:10: note: Null pointer dereference
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:193:19: warning: Assert statement modifies 's'. [assignmentInAssert]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:195:22: warning: Assert statement calls a function which may have desired side effects: 'rawTrans'. [assertWithSideEffect]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:253:7: error: Memory leak: r.s [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/symbol.cc:310:7: error: Memory leak: r.s [memleak]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:296:31: style: Function 'put' argument 4 names different: declaration 'Align' definition 'align'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.h:251:24: note: Function 'put' argument 4 names different: declaration 'Align' definition 'align'.
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:296:31: note: Function 'put' argument 4 names different: declaration 'Align' definition 'align'.
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:24:3: performance: Variable 'texengine' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:184:33: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:189:33: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:400:27: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/texfile.cc:400:34: performance: Function parameter 'q' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/asymptote/types.cc:485:22: style: C-style pointer casting [cstyleCast]
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.h:39:3: warning: Member variable 'virtualFieldAccess::caller' is not initialized in the constructor. [uninitMemberVar]
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.h:51:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:49:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.h:51:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.h:52:8: style: The function 'encode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
luatex-0.70.1.20120524/source/utils/asymptote/access.h:55:16: note: Virtual function in base class
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.h:52:8: note: Function in derived class
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:220:3: style: Variable 'argv' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:219:0: note: Variable 'argv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:220:3: note: Variable 'argv' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:120:44: style: Function 'stripExt' argument 2 names different: declaration 'suffix' definition 'ext'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/util.h:35:44: note: Function 'stripExt' argument 2 names different: declaration 'suffix' definition 'ext'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:120:44: note: Function 'stripExt' argument 2 names different: declaration 'suffix' definition 'ext'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:176:25: style: Function 'buildname' argument 1 names different: declaration 'filename' definition 'name'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/util.h:47:25: note: Function 'buildname' argument 1 names different: declaration 'filename' definition 'name'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:176:25: note: Function 'buildname' argument 1 names different: declaration 'filename' definition 'name'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:215:40: style: Function 'args' argument 1 names different: declaration 'args' definition 's'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/util.h:75:40: note: Function 'args' argument 1 names different: declaration 'args' definition 's'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:215:40: note: Function 'args' argument 1 names different: declaration 'args' definition 's'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:257:60: style: Function 'System' argument 6 names different: declaration 'pid' definition 'ppid'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/asymptote/util.h:81:17: note: Function 'System' argument 6 names different: declaration 'pid' definition 'ppid'.
luatex-0.70.1.20120524/source/utils/asymptote/util.cc:257:60: note: Function 'System' argument 6 names different: declaration 'pid' definition 'ppid'.
luatex-0.70.1.20120524/source/utils/asymptote/virtualfieldaccess.cc:39:54: performance: Function parameter 'pos' should be passed by const reference. [passedByValue]
luatex-0.70.1.20120524/source/utils/chktex/chktex-1.6.6/ChkTeX.h:48:0: error: #error Sorry, ChkTeX needs an _ANSI_ compiler w/stdarg.h installed to compile. [preprocessorErrorDirective]
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:63:18: style: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:137:74: note: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:63:18: note: Function 'getopt_long' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:64:27: style: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:138:46: note: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:64:27: note: Function 'getopt_long' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:65:11: style: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:138:61: note: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:65:11: note: Function 'getopt_long' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:78:18: style: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:140:42: note: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:78:18: note: Function 'getopt_long_only' argument 3 names different: declaration 'shortopts' definition 'options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:79:27: style: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:141:51: note: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:79:27: note: Function 'getopt_long_only' argument 4 names different: declaration 'longopts' definition 'long_options'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:80:11: style: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/chktex/getopt.h:141:66: note: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/utils/chktex/getopt1.c:80:11: note: Function 'getopt_long_only' argument 5 names different: declaration 'longind' definition 'opt_index'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/analyze.c:44:20: style: The scope of the variable 'mus' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/control.c:84:13: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/control.c:113:13: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/files.c:223:5: error: Resource leak: tryfile [resourceLeak]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:114:18: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:342:20: style: The scope of the variable 's1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:566:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:872:11: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:765:22: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:767:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/libp2c/p2clib.c:770:21: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:328:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:329:15: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:406:15: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:712:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:732:9: style: The scope of the variable 'FORLIM1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/lyrics.c:141:11: style: Unused variable: Result [unusedVariable]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtx.c:58:11: style: Unused variable: Result [unusedVariable]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtx.c:222:11: style: Unused variable: Result [unusedVariable]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:241:14: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:801:15: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:325:30: style: Function 'findVoice' argument 1 names different: declaration 'w' definition 'w_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.h:48:37: note: Function 'findVoice' argument 1 names different: declaration 'w' definition 'w_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:325:30: note: Function 'findVoice' argument 1 names different: declaration 'w' definition 'w_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:445:30: style: Function 'maybeMusicLine' argument 1 names different: declaration 'l' definition 'l_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.h:75:37: note: Function 'maybeMusicLine' argument 1 names different: declaration 'l' definition 'l_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:445:30: note: Function 'maybeMusicLine' argument 1 names different: declaration 'l' definition 'l_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:574:27: style: Function 'getNextMusWord' argument 1 names different: declaration 'buf' definition 'buf_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.h:37:34: note: Function 'getNextMusWord' argument 1 names different: declaration 'buf' definition 'buf_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:574:27: note: Function 'getNextMusWord' argument 1 names different: declaration 'buf' definition 'buf_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:574:39: style: Function 'getNextMusWord' argument 2 names different: declaration 'note' definition 'note_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.h:37:45: note: Function 'getNextMusWord' argument 2 names different: declaration 'note' definition 'note_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:574:39: note: Function 'getNextMusWord' argument 2 names different: declaration 'note' definition 'note_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:812:25: style: Function 'selectVoices' argument 1 names different: declaration 'line' definition 'line_'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.h:49:32: note: Function 'selectVoices' argument 1 names different: declaration 'line' definition 'line_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/mtxline.c:812:25: note: Function 'selectVoices' argument 1 names different: declaration 'line' definition 'line_'.
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/multfile.c:38:11: style: Unused variable: Result [unusedVariable]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/multfile.c:196:11: style: Unused variable: Result [unusedVariable]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/notes.c:314:9: style: The scope of the variable 'k0' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/notes.c:417:9: style: The scope of the variable 'multiplicity' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/notes.c:417:23: style: The scope of the variable 'l' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:181:9: style: The scope of the variable 'TEMP' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:295:9: style: The scope of the variable 'n1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:295:13: style: The scope of the variable 'n2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:295:17: style: The scope of the variable 'sn' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:478:16: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/preamble.c:867:18: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:603:20: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:603:23: style: The scope of the variable 'cm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:605:22: style: The scope of the variable 'cvoice' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:683:16: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:688:16: style: The scope of the variable 'FORLIM' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:331:30: warning: Either the condition 'chord_line==0' is redundant, otherwise there is negative array index -1. [negativeIndex]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:327:18: note: Assuming that condition 'chord_line==0' is not redundant
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:331:30: note: Negative array index
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:339:36: warning: Either the condition 'chord_line==0' is redundant, otherwise there is negative array index -1. [negativeIndex]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:327:18: note: Assuming that condition 'chord_line==0' is not redundant
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/prepmx.c:339:36: note: Negative array index
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/status.c:622:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/status.c:519:7: error: Uninitialized variable: poscontinue [uninitvar]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/uptext.c:65:16: style: The scope of the variable 'WITH' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/uptext.c:156:16: style: The scope of the variable 'WITH1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/mtx/mtx-0.60d/utility.c:335:10: error: Uninitialized struct member: V.matching [uninitStructMember]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/close.c:75:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/endfile.c:39:8: style: The scope of the variable 'tf' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/err.c:132:0: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/inquire.c:24:6: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lread.c:357:9: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lread.c:398:17: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lread.c:756:7: portability: Casting between integer* and float* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lread.c:761:7: portability: Casting between integer* and double* which have an incompatible binary data representation. [invalidPointerCast]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lread.c:369:4: warning: Redundant assignment of 'f' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/lwrite.c:57:8: style: The scope of the variable 'p1' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/pow_di.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/pow_ri.c:14:15: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rdfmt.c:399:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rdfmt.c:435:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rsfe.c:11:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rsli.c:58:13: style: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rsli.c:57:2: note: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rsli.c:58:13: note: Variable 'f__recpos' is reassigned a value before the old one has been used if variable is no semaphore variable.
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/rsne.c:84:38: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/s_cat.c:38:0: style: The scope of the variable 'nc' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/s_cat.c:42:0: style: The scope of the variable 'm' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/s_copy.c:20:24: style: The scope of the variable 'bend' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/s_stop.c:23:5: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/wref.c:212:43: style: The scope of the variable 's' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/wrtfmt.c:80:14: style: The scope of the variable 'hex' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/xwsne.c:30:0: style: The scope of the variable 'type' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/xwsne.c:31:10: style: The scope of the variable 'dims' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/z_log.c:56:19: style: The scope of the variable 't2' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/z_log.c:56:23: style: The scope of the variable 'u' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/z_log.c:56:26: style: The scope of the variable 'v' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/libf2c/z_log.c:59:11: style: The scope of the variable 'diff' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/scor2prt.c:2266:19: warning: Redundant assignment of '*iccount' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/scor2prt.c:2665:19: warning: Redundant assignment of '*iccount' to itself. [selfAssignment]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/scor2prt.c:1780:33: style: Redundant pointer operation on 'iv' - it's already a pointer. [redundantPointerOp]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/scor2prt.c:1957:28: style: Redundant pointer operation on 'lenbar' - it's already a pointer. [redundantPointerOp]
luatex-0.70.1.20120524/source/utils/pmx/pmx-2.6.18/scor2prt.c:2713:27: style: Redundant pointer operation on 'xdata' - it's already a pointer. [redundantPointerOp]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:359:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:359:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:359:11: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:359:11: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:108:15: style: The scope of the variable 'y' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:108:17: style: The scope of the variable 'byte_x' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:108:24: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:111:22: style: The scope of the variable 'llx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:111:27: style: The scope of the variable 'lly' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:111:32: style: The scope of the variable 'urx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:111:37: style: The scope of the variable 'ury' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:112:22: style: The scope of the variable 'hllx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:112:28: style: The scope of the variable 'hlly' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:112:34: style: The scope of the variable 'hurx' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:112:40: style: The scope of the variable 'hury' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:114:26: style: The scope of the variable 'tmpcolumnbytep' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:117:25: style: The scope of the variable 'stepsize' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/ps2eps/ps2eps-1.68/src/C/bbox.c:161:0: error: Resource leak: inputfile [resourceLeak]
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/epsffit.c:189:0: error: Resource leak: input [resourceLeak]
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/epsffit.c:189:0: error: Resource leak: output [resourceLeak]
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/psutil.c:246:9: style: The scope of the variable 'buffer' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/psutil.c:235:45: style: Function 'writepageheader' argument 2 names different: declaration 'p' definition 'page'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/psutil.h:32:52: note: Function 'writepageheader' argument 2 names different: declaration 'p' definition 'page'.
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/psutil.c:235:45: note: Function 'writepageheader' argument 2 names different: declaration 'p' definition 'page'.
luatex-0.70.1.20120524/source/utils/psutils/psutils-1.17/psutil.c:79:8: style: Variable 'buffer' is not assigned a value. [unassignedVariable]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/clp.c:960:20: style: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same. [duplicateExpression]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/clp.c:935:48: note: 'first_ambiguous' is assigned value '*ambiguous' here.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/clp.c:960:20: note: Same expression on both sides of '==' because the value of '*ambiguous' and 'first_ambiguous' are the same.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/clp.c:681:12: style: The scope of the variable 'j' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/clp.c:1685:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1ascii.c:91:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1ascii.c:101:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:286:7: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:434:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:435:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:436:25: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:527:16: error: Uninitialized variable: one [uninitvar]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:529:16: error: Uninitialized variable: two [uninitvar]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:574:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1asm.c:584:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1binary.c:122:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1binary.c:132:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1disasm.c:107:13: style: The scope of the variable 'q' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1disasm.c:107:17: style: The scope of the variable 'r' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1disasm.c:168:10: style: The scope of the variable 'plain' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1disasm.c:630:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1disasm.c:641:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.c:85:36: style: Function 'process_pfa' argument 2 names different: declaration 'filename' definition 'ifp_filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.h:25:38: note: Function 'process_pfa' argument 2 names different: declaration 'filename' definition 'ifp_filename'.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.c:85:36: note: Function 'process_pfa' argument 2 names different: declaration 'filename' definition 'ifp_filename'.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.c:238:36: style: Function 'process_pfb' argument 2 names different: declaration 'filename' definition 'ifp_filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.h:26:38: note: Function 'process_pfb' argument 2 names different: declaration 'filename' definition 'ifp_filename'.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1lib.c:238:36: note: Function 'process_pfb' argument 2 names different: declaration 'filename' definition 'ifp_filename'.
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1mac.c:234:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1mac.c:768:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1mac.c:778:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1unmac.c:146:14: style: The scope of the variable 'skip_newline' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1unmac.c:149:7: style: The scope of the variable 'i' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1unmac.c:149:10: style: The scope of the variable 'c' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1unmac.c:250:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
luatex-0.70.1.20120524/source/utils/t1utils/t1utils-1.37/t1unmac.c:260:1: error: va_list 'val' was opened but not closed by va_end(). [va_end_missing]
./vlna.w:568:13: warning: Either the condition 'infile==NULL' is redundant or there is possible null pointer dereference: input. [nullPointerRedundantCheck]
./vlna.w:228:10: note: Assuming that condition 'infile==NULL' is not redundant
./vlna.w:233:5: note: Calling function 'tie', 1st argument 'input' value is 0
./vlna.w:568:13: note: Null pointer dereference
./vlna.w:613:25: warning: Either the condition 'outfile==NULL' is redundant or there is possible null pointer dereference: output. [nullPointerRedundantCheck]
./vlna.w:230:11: note: Assuming that condition 'outfile==NULL' is not redundant
./vlna.w:233:12: note: Calling function 'tie', 2nd argument 'output' value is 0
./vlna.w:613:25: note: Null pointer dereference
./vlna.w:562:5: style: The scope of the variable 'ic' can be reduced. [variableScope]
./vlna.w:199:6: style: The scope of the variable 'backup' can be reduced. [variableScope]
./vlna.w:200:5: style: The scope of the variable 'j' can be reduced. [variableScope]
<stdout>:1508:27: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1505:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
<stdout>:1508:27: note: Null pointer dereference
<stdout>:1510:9: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1505:24: note: Assignment 'b=(yy_buffer_stack)?(yy_buffer_stack)[yy_buffer_stack_top]:NULL', assigned value is 0
<stdout>:1510:9: note: Null pointer dereference
<stdout>:1877:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1766:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1877:2: note: Null pointer dereference
<stdout>:1878:2: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1766:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1878:2: note: Null pointer dereference
<stdout>:1889:9: warning: Possible null pointer dereference: b [nullPointer]
<stdout>:1766:17: note: Calling function 'yy_init_buffer', 1st argument 'b' value is 0
<stdout>:1889:9: note: Null pointer dereference
<stdout>:1618:59: style: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'. [funcArgNamesDifferent]
<stdout>:348:54: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:1618:59: note: Function 'yy_try_NUL_trans' argument 1 names different: declaration 'current_state' definition 'yy_current_state'.
<stdout>:1641:49: style: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'. [funcArgNamesDifferent]
<stdout>:805:38: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:1641:49: note: Function 'yyunput' argument 2 names different: declaration 'buf_ptr' definition 'yy_bp'.
<stdout>:2062:48: style: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'. [funcArgNamesDifferent]
<stdout>:301:47: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2062:48: note: Function 'yy_scan_string' argument 1 names different: declaration 'yy_str' definition 'yystr'.
<stdout>:2075:48: style: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'. [funcArgNamesDifferent]
<stdout>:302:46: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2075:48: note: Function 'yy_scan_bytes' argument 1 names different: declaration 'bytes' definition 'yybytes'.
<stdout>:2075:62: style: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'. [funcArgNamesDifferent]
<stdout>:302:56: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2075:62: note: Function 'yy_scan_bytes' argument 2 names different: declaration 'len' definition '_yybytes_len'.
<stdout>:2207:24: style: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'. [funcArgNamesDifferent]
<stdout>:771:23: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
<stdout>:2207:24: note: Function 'yyset_debug' argument 1 names different: declaration 'debug_flag' definition 'bdebug'.
luatex-0.70.1.20120524/source/utils/xpdfopen/pdfopen-AR-7-and-8.c:26:9: style: The scope of the variable 'newargv' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/xpdfopen/pdfopen-AR-7-and-8.c:27:9: style: The scope of the variable 'winname' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/xpdfopen/pdfopen-AR-7-and-8.c:27:19: style: The scope of the variable 'win8name' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/xpdfopen/pdfopen-AR-7-and-8.c:29:9: style: The scope of the variable 'basefile' can be reduced. [variableScope]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:88:5: style: Variable '__SWM_VROOT' is reassigned a value before the old one has been used. [redundantAssignment]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:78:0: note: Variable '__SWM_VROOT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:88:5: note: Variable '__SWM_VROOT' is reassigned a value before the old one has been used.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:282:48: style: Function 'sendx_string' argument 2 names different: declaration 'wname' definition 'window'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.h:11:59: note: Function 'sendx_string' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:282:48: note: Function 'sendx_string' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:300:47: style: Function 'sendx_token' argument 2 names different: declaration 'wname' definition 'window'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.h:12:58: note: Function 'sendx_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:300:47: note: Function 'sendx_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:314:51: style: Function 'sendx_alt_token' argument 2 names different: declaration 'wname' definition 'window'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.h:13:62: note: Function 'sendx_alt_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:314:51: note: Function 'sendx_alt_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:328:58: style: Function 'sendx_controlalt_token' argument 2 names different: declaration 'wname' definition 'window'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.h:14:69: note: Function 'sendx_controlalt_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:328:58: note: Function 'sendx_controlalt_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:342:55: style: Function 'sendx_control_token' argument 2 names different: declaration 'wname' definition 'window'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.h:15:66: note: Function 'sendx_control_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/sendx.c:342:55: note: Function 'sendx_control_token' argument 2 names different: declaration 'wname' definition 'window'.
luatex-0.70.1.20120524/source/utils/xpdfopen/utils.c:27:49: style: Function 'make_window_name' argument 2 names different: declaration 'basename' definition 'filename'. [funcArgNamesDifferent]
luatex-0.70.1.20120524/source/utils/xpdfopen/utils.h:13:56: note: Function 'make_window_name' argument 2 names different: declaration 'basename' definition 'filename'.
luatex-0.70.1.20120524/source/utils/xpdfopen/utils.c:27:49: note: Function 'make_window_name' argument 2 names different: declaration 'basename' definition 'filename'.
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/lucene++/lucene++_3.0.7.orig.tar.gz
LucenePlusPlus-rel_3.0.7/src/contrib/highlighter/Highlighter.cpp:229:29: style: The scope of the variable 'bestScoringFragNum' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/highlighter/Highlighter.cpp:230:29: style: The scope of the variable 'worstScoringFragNum' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/runtime/utilities.c:348:99: style: Function 'replace_s' argument 6 names different: declaration 'adjustment' definition 'adjptr'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/runtime/header.h:46:96: note: Function 'replace_s' argument 6 names different: declaration 'adjustment' definition 'adjptr'.
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/runtime/utilities.c:348:99: note: Function 'replace_s' argument 6 names different: declaration 'adjustment' definition 'adjptr'.
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/runtime/utilities.c:19:5: error: Memory leak: mem [memleak]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_ISO_8859_1_french.c:952:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_ISO_8859_1_italian.c:930:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_ISO_8859_1_portuguese.c:829:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_ISO_8859_1_swedish.c:230:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_ISO_8859_2_romanian.c:771:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_UTF_8_french.c:960:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_UTF_8_italian.c:938:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_UTF_8_portuguese.c:835:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_UTF_8_romanian.c:777:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/contrib/snowball/libstemmer_c/src_c/stem_UTF_8_swedish.c:232:9: style: The scope of the variable 'among_var' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/analysis/standard/StandardTokenizerImpl.cpp:414:13: style: The scope of the variable 'zzAction' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/analysis/standard/StandardTokenizerImpl.cpp:417:13: style: The scope of the variable 'zzCurrentPosL' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/analysis/standard/StandardTokenizerImpl.cpp:418:13: style: The scope of the variable 'zzMarkedPosL' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/document/Document.cpp:37:5: style: Struct 'equalFieldableName' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/core/index/IndexWriter.cpp:907:10: style: The scope of the variable 'doFlush' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/IndexWriter.cpp:908:10: style: The scope of the variable 'success' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/IndexWriter.cpp:2445:10: style: The scope of the variable 'success' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/IndexWriter.cpp:2805:10: style: The scope of the variable 'mergeDocStores' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/IndexWriter.cpp:2813:10: style: The scope of the variable 'currentDSSMerged' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/TermVectorsReader.cpp:397:13: style: The scope of the variable 'start' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/TermVectorsReader.cpp:398:13: style: The scope of the variable 'deltaLength' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/TermVectorsReader.cpp:399:13: style: The scope of the variable 'totalLength' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/index/TermsHashPerField.cpp:126:15: performance: Variable 'buffers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/core/index/TermsHashPerField.cpp:125:5: style: Struct 'comparePostings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParser.cpp:329:10: style: The scope of the variable 'hasMoreTokens' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParser.cpp:856:16: style: The scope of the variable 'f' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParser.cpp:1322:39: error: Shifting signed 32-bit value by 31 bits is undefined behaviour [shiftTooManyBitsSigned]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParserTokenManager.cpp:867:34: style: Variable 'l' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParserTokenManager.cpp:873:26: style: Variable 'i1' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParserTokenManager.cpp:874:35: style: Variable 'l1' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParserTokenManager.cpp:875:37: style: Variable 'i2' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/queryparser/QueryParserTokenManager.cpp:876:35: style: Variable 'l2' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/search/MultiTermQuery.cpp:217:13: style: The scope of the variable 'docVisitCount' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/search/QueryTermVector.cpp:35:17: style: Variable 'hasMoreTokens' is reassigned a value before the old one has been used. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/core/search/QueryTermVector.cpp:30:0: note: Variable 'hasMoreTokens' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/core/search/QueryTermVector.cpp:35:17: note: Variable 'hasMoreTokens' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/core/search/TermQuery.cpp:144:13: style: The scope of the variable 'tf' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/search/TermRangeTermEnum.cpp:60:30: style: Variable 'checkLower' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/core/store/BufferedIndexOutput.cpp:52:17: style: The scope of the variable 'pieceLength' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/core/store/RAMDirectory.cpp:91:16: style: Same expression on both sides of '==' because the value of 'ts1' and 'MiscUtils::currentTimeMillis()' are the same. [duplicateExpression]
LucenePlusPlus-rel_3.0.7/src/core/store/RAMDirectory.cpp:90:47: note: 'ts1' is assigned value 'MiscUtils::currentTimeMillis()' here.
LucenePlusPlus-rel_3.0.7/src/core/store/RAMDirectory.cpp:91:16: note: Same expression on both sides of '==' because the value of 'ts1' and 'MiscUtils::currentTimeMillis()' are the same.
LucenePlusPlus-rel_3.0.7/src/core/store/SimpleFSLockFactory.cpp:41:20: warning: Redundant assignment of 'this->lockFile' to itself. [selfAssignment]
LucenePlusPlus-rel_3.0.7/src/core/util/BitSet.cpp:250:36: error: Shifting signed 64-bit value by 63 bits is undefined behaviour [shiftTooManyBitsSigned]
LucenePlusPlus-rel_3.0.7/src/core/util/LuceneObject.cpp:39:22: warning: Suspicious pointer subtraction. Did you intend to write '->'? [thisSubtraction]
LucenePlusPlus-rel_3.0.7/src/core/util/OpenBitSet.cpp:140:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/core/util/OpenBitSet.cpp:199:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/core/util/OpenBitSet.cpp:233:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/core/util/OpenBitSet.cpp:318:30: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:460:49: portability: Undefined behaviour, when 'val' is 16777216 the pointer arithmetic 'special_case_table+val' is out of bounds. [pointerOutOfBounds]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:495:49: portability: Undefined behaviour, when 'val' is 16777216 the pointer arithmetic 'special_case_table+val' is out of bounds. [pointerOutOfBounds]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: warning: Either the condition '(c)<=1114111' is redundant or the array 'attr_table_part1[763]' is accessed at index 4351, which is out of bounds. [arrayIndexOutOfBoundsCond]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:552:9: note: Assuming that condition '(c)<=1114111' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: note: Array index out of bounds
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: warning: Either the condition '(c)<=1114111' is redundant or the array 'attr_table_part1[763]' is accessed at index 4351, which is out of bounds. [arrayIndexOutOfBoundsCond]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:576:9: note: Assuming that condition '(c)<=1114111' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: note: Array index out of bounds
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: warning: Either the condition 'c<=1114111' is redundant or the array 'attr_table_part1[763]' is accessed at index 4351, which is out of bounds. [arrayIndexOutOfBoundsCond]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:552:9: note: Assuming that condition 'c<=1114111' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: note: Array index out of bounds
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: warning: Either the condition 'c<=195327' is redundant, otherwise there is negative array index -2822. [negativeIndex]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:552:9: note: Assuming that condition 'c<=195327' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:553:16: note: Negative array index
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: warning: Either the condition 'c<=1114111' is redundant or the array 'attr_table_part1[763]' is accessed at index 4351, which is out of bounds. [arrayIndexOutOfBoundsCond]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:576:9: note: Assuming that condition 'c<=1114111' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: note: Array index out of bounds
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: warning: Either the condition 'c<=195327' is redundant, otherwise there is negative array index -2822. [negativeIndex]
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:576:9: note: Assuming that condition 'c<=195327' is not redundant
LucenePlusPlus-rel_3.0.7/src/core/util/unicode/guniprop.cpp:577:16: note: Negative array index
LucenePlusPlus-rel_3.0.7/src/demo/indexfiles/main.cpp:91:43: style: Same expression on both sides of '-' because the value of 'endIndex' and 'beginIndex' are the same. [duplicateExpression]
LucenePlusPlus-rel_3.0.7/src/demo/indexfiles/main.cpp:90:57: note: 'endIndex' is assigned value 'MiscUtils::currentTimeMillis()' here.
LucenePlusPlus-rel_3.0.7/src/demo/indexfiles/main.cpp:82:55: note: 'beginIndex' is assigned value 'MiscUtils::currentTimeMillis()' here.
LucenePlusPlus-rel_3.0.7/src/demo/indexfiles/main.cpp:91:43: note: Same expression on both sides of '-' because the value of 'endIndex' and 'beginIndex' are the same.
LucenePlusPlus-rel_3.0.7/src/demo/searchfiles/main.cpp:25:15: performance: Variable 'field' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/AnalyzersTest.cpp:70:9: performance: Variable 'payloadAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/AnalyzersTest.cpp:71:9: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/AnalyzersTest.cpp:69:5: style: Class 'PayloadSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/analysis/CachingTokenFilterTest.cpp:47:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/CachingTokenFilterTest.cpp:48:9: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/CharFilterTest.cpp:19:5: style: Class 'CharFilter1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/analysis/CharFilterTest.cpp:33:5: style: Class 'CharFilter2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/analysis/KeywordAnalyzerTest.cpp:33:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/MappingCharFilterTest.cpp:21:9: performance: Variable 'normMap' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/StopAnalyzerTest.cpp:20:9: performance: Variable 'stop' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/StopAnalyzerTest.cpp:21:9: performance: Variable 'inValidTokens' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/TeeSinkTokenFilterTest.cpp:217:21: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/analysis/TeeSinkTokenFilterTest.cpp:230:22: style: Variable 'finish' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/analysis/TeeSinkTokenFilterTest.cpp:52:9: performance: Variable 'tokens1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/TeeSinkTokenFilterTest.cpp:53:9: performance: Variable 'tokens2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/analysis/TeeSinkTokenFilterTest.cpp:153:5: style: Class 'ModuloSinkFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/analyzers/common/analysis/cjk/CJKTokenizerTest.cpp:22:19: performance: Variable 'termText' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/analyzers/common/analysis/cjk/CJKTokenizerTest.cpp:25:19: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/analyzers/common/analysis/ru/RussianStemTest.cpp:21:9: performance: Variable 'words' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:83:9: performance: Variable 'texts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:94:9: performance: Variable 'ramDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:276:9: performance: Variable 'frag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1474:15: performance: Variable 'realStream' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1475:15: performance: Variable 'synonyms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1477:15: performance: Variable 'realTermAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1478:15: performance: Variable 'realPosIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1479:15: performance: Variable 'realOffsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1481:15: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1482:15: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1483:15: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1545:15: performance: Variable 'synonyms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2034:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2035:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2036:9: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2037:9: performance: Variable 'lst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2091:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2092:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2093:9: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2094:9: performance: Variable 'lst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:64:5: style: Class 'TestFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:722:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:775:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:814:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:850:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:883:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:917:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:950:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:984:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1123:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1151:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1185:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1213:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1249:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1283:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1316:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1350:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1423:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1544:5: style: Class 'SynonymAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1566:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1609:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1648:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1688:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1719:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1767:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1804:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1849:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1979:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2146:5: style: Class 'HelperHighlightRunner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:729:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:729:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:782:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:782:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:821:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:821:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:857:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:857:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:890:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:890:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:924:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:924:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:957:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:957:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:991:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:991:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1130:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1130:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1158:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1158:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1192:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1192:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1220:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1220:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1256:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1256:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1290:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1290:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1323:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1323:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1357:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1357:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1430:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1430:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1573:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1573:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1616:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1616:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1655:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1655:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1695:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1695:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1726:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1726:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1774:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1774:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1811:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1811:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1856:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1856:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1986:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:1986:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2153:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:355:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/contrib/highlighter/HighlighterTest.cpp:2153:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/contrib/memory/MemoryIndexTest.cpp:35:9: performance: Variable 'fileDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample10_unittest.cc:98:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample2.cc:51:32: style: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample2.h:81:24: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample2.cc:51:32: note: Function 'Set' argument 1 names different: declaration 'c_string' definition 'a_c_string'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample5_unittest.cc:146:16: style: The function 'SetUp' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample5_unittest.cc:67:16: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample5_unittest.cc:146:16: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:84:34: style: Class 'PreCalculatedPrimeTable' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:58:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:48:16: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:58:16: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:69:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:52:15: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:69:15: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:89:16: style: The function 'IsPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:48:16: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:89:16: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:93:15: style: The function 'GetNextPrime' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:52:15: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/prime_tables.h:93:15: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/gtest/samples/sample9_unittest.cc:93:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest-filepath.cc:237:3: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest-filepath.cc:217:0: note: Variable 'result' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest-filepath.cc:237:3: note: Variable 'result' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2978:1: style: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2913:51: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2978:1: note: Function 'OnTestProgramStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2979:1: style: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2915:57: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2979:1: note: Function 'OnEnvironmentsSetUpStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2980:1: style: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2917:48: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2980:1: note: Function 'OnTestCaseStart' argument 1 names different: declaration 'test_case' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2981:1: style: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2918:44: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2981:1: note: Function 'OnTestStart' argument 1 names different: declaration 'test_info' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2982:1: style: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2919:55: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2982:1: note: Function 'OnTestPartResult' argument 1 names different: declaration 'result' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2983:1: style: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2922:60: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2983:1: note: Function 'OnEnvironmentsTearDownStart' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2984:1: style: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2916:55: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2984:1: note: Function 'OnEnvironmentsSetUpEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2985:1: style: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2923:58: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2985:1: note: Function 'OnEnvironmentsTearDownEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2986:1: style: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2920:42: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2986:1: note: Function 'OnTestEnd' argument 1 names different: declaration 'test_info' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2987:1: style: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2921:46: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2987:1: note: Function 'OnTestCaseEnd' argument 1 names different: declaration 'test_case' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2988:1: style: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'. [funcArgNamesDifferent]
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2925:49: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/src/gtest.cc:2988:1: note: Function 'OnTestProgramEnd' argument 1 names different: declaration 'unit_test' definition 'parameter'.
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-filepath_test.cc:110:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-linked_ptr_test.cc:77:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-listener_test.cc:158:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-message_test.cc:45:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-options_test.cc:69:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-port_test.cc:77:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-printers_test.cc:249:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-test-part_test.cc:58:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-tuple_test.cc:46:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest-unittest-api_test.cc:114:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_environment_test.cc:111:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_filter_unittest_.cc:50:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_output_test_.cc:533:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_pred_impl_unittest.cc:94:8: style: Technically the member function 'PredFunctor1::operator()' can be const. [functionConst]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_pred_impl_unittest.cc:481:8: style: Technically the member function 'PredFunctor2::operator()' can be const. [functionConst]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_pred_impl_unittest.cc:910:8: style: Technically the member function 'PredFunctor3::operator()' can be const. [functionConst]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_pred_impl_unittest.cc:1381:8: style: Technically the member function 'PredFunctor4::operator()' can be const. [functionConst]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_pred_impl_unittest.cc:1894:8: style: Technically the member function 'PredFunctor5::operator()' can be const. [functionConst]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_premature_exit_test.cc:84:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_repeat_test.cc:94:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_shuffle_test_.cc:51:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_sole_header_test.cc:43:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/gtest/test/gtest_unittest.cc:321:0: error: syntax error [syntaxError]
LucenePlusPlus-rel_3.0.7/src/test/index/AtomicUpdateTest.cpp:30:9: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/AtomicUpdateTest.cpp:91:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/AtomicUpdateTest.cpp:117:15: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/AtomicUpdateTest.cpp:90:5: style: Class 'AtomicIndexerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/AtomicUpdateTest.cpp:116:5: style: Class 'AtomicSearcherThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/BackwardsCompatibilityTest.cpp:156:13: style: The scope of the variable 'count' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/test/index/ByteSlicesTest.cpp:26:15: performance: Variable 'freeByteBlocks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:279:5: style: Variable 'b' is reassigned a value before the old one has been used. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:273:0: note: Variable 'b' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:279:5: note: Variable 'b' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:520:13: style: The scope of the variable 'test' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:279:9: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:523:16: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/CompoundFileTest.cpp:25:9: performance: Variable 'indexDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/DeletionPolicyTest.cpp:144:15: performance: Variable 'seen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/DeletionPolicyTest.cpp:195:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/DeletionPolicyTest.cpp:139:5: style: Class 'KeepLastNDeletionPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/DirectoryReaderTest.cpp:31:9: performance: Variable 'readers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/DocumentWriterTest.cpp:248:9: performance: Variable 'tokens' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/DocumentWriterTest.cpp:250:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:334:32: style: Same expression on both sides of '-' because the value of 'finish' and 'start' are the same. [duplicateExpression]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:331:54: note: 'finish' is assigned value 'MiscUtils::currentTimeMillis()' here.
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:329:53: note: 'start' is assigned value 'MiscUtils::currentTimeMillis()' here.
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:334:32: note: Same expression on both sides of '-' because the value of 'finish' and 'start' are the same.
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:31:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:32:9: performance: Variable 'testDoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:33:9: performance: Variable 'fieldInfos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:110:9: performance: Variable 'fsDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/FieldsReaderTest.cpp:109:5: style: Class 'FaultyFSDirectory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/FilterIndexReaderTest.cpp:51:5: style: Class 'TestTermPositions' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/FilterIndexReaderTest.cpp:72:5: style: Class 'TestReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:21:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:20:5: style: Class 'TestIndexCommit1' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:73:5: style: Class 'TestIndexCommit2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:80:20: style: The function 'getSegmentsFileName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:31:20: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexCommitTest.cpp:80:20: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderCloneNormsTest.cpp:39:9: performance: Variable 'similarityOne' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderCloneNormsTest.cpp:40:9: performance: Variable 'anlzr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1203:21: style: The scope of the variable 'numReaders' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:64:9: performance: Variable 'newReader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:65:9: performance: Variable 'refreshedReader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:101:15: performance: Variable 'task' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:432:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:470:15: performance: Variable 'dir1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:471:15: performance: Variable 'dir2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:498:15: performance: Variable 'dir3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:499:15: performance: Variable 'dir4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:624:15: performance: Variable 'dir1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:625:15: performance: Variable 'dir2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:647:15: performance: Variable 'dir3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:648:15: performance: Variable 'dir4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:700:15: performance: Variable 'dir1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:701:15: performance: Variable 'dir2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:702:15: performance: Variable 'dir3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:703:15: performance: Variable 'dir4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:704:15: performance: Variable 'dir5' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1083:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1116:15: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1117:15: performance: Variable 'test' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1119:15: performance: Variable 'readersToClose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1120:15: performance: Variable 'readers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1121:15: performance: Variable 'rnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1181:15: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1182:15: performance: Variable 'test' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1184:15: performance: Variable 'readersToClose' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1185:15: performance: Variable 'readers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1186:15: performance: Variable 'rnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:100:5: style: Class 'ReaderThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:431:5: style: Class 'BasicReopen' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1136:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:95:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1136:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1201:18: style: The function 'run' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:95:18: note: Virtual function in base class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexReaderReopenTest.cpp:1201:18: note: Function in derived class
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterExceptionsTest.cpp:28:9: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterExceptionsTest.cpp:29:9: performance: Variable 'tvSettings' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterExceptionsTest.cpp:55:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterExceptionsTest.cpp:57:15: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterExceptionsTest.cpp:125:15: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:261:24: style: Condition '!optimize' is always false [knownConditionTrueFalse]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:255:21: note: Assignment 'optimize=true', assigned value is 1
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:261:24: note: Condition '!optimize' is always false
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:315:24: style: Condition '!optimize' is always true [knownConditionTrueFalse]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:309:21: note: Assignment 'optimize=false', assigned value is 0
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:315:24: note: Condition '!optimize' is always true
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:321:24: style: Condition '!optimize' is always true [knownConditionTrueFalse]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:309:21: note: Assignment 'optimize=false', assigned value is 0
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:321:24: note: Condition '!optimize' is always true
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:361:24: style: Condition '!optimize' is always true [knownConditionTrueFalse]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:354:21: note: Assignment 'optimize=false', assigned value is 0
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:361:24: note: Condition '!optimize' is always true
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:388:24: style: Condition '!optimize' is always false [knownConditionTrueFalse]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:381:21: note: Assignment 'optimize=true', assigned value is 1
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:388:24: note: Condition '!optimize' is always false
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:117:15: performance: Variable '_addDirectories' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:138:15: performance: Variable 'mainWriter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:642:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:643:15: performance: Variable 'dirs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:729:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:730:15: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterReaderTest.cpp:85:5: style: Class 'HeavyAtomicInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:127:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:153:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:179:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:126:5: warning: Member variable 'FailOnlyOnAbortOrFlush::onlyOnce' is not initialized in the constructor. [uninitMemberVar]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:152:5: warning: Member variable 'FailOnlyInCloseDocStore::onlyOnce' is not initialized in the constructor. [uninitMemberVar]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:178:5: warning: Member variable 'FailOnlyInWriteSegment::onlyOnce' is not initialized in the constructor. [uninitMemberVar]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:260:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:291:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:381:15: performance: Variable '_runAdd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:384:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:2136:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:2306:15: performance: Variable 'finalWriter' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:2307:15: performance: Variable 'doc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3328:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3329:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3330:9: performance: Variable 'tokens' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:4362:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:4363:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:126:5: style: Class 'FailOnlyOnAbortOrFlush' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:152:5: style: Class 'FailOnlyInCloseDocStore' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:178:5: style: Class 'FailOnlyInWriteSegment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:1921:5: style: Class 'ExceptionTokenFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3516:5: style: Class 'CommitAndAddIndexes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3580:5: style: Class 'CommitAndAddIndexes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3636:5: style: Class 'CommitAndAddIndexes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/IndexWriterTest.cpp:3702:5: style: Class 'CommitAndAddIndexes' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyBugTest.cpp:64:19: performance: Variable 'magicField' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyBugTest.cpp:63:9: style: Class 'LazyBugSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:34:15: performance: Variable 'input' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:93:9: performance: Variable 'field' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:94:9: performance: Variable 'term1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:95:9: performance: Variable 'term2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:96:9: performance: Variable 'term3' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/LazyProxSkippingTest.cpp:33:5: style: Class 'SeeksCountingStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/MultiLevelSkipListTest.cpp:36:9: performance: Variable 'payloadAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/MultiLevelSkipListTest.cpp:84:15: performance: Variable 'input' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/MultiLevelSkipListTest.cpp:35:5: style: Class 'MultiLevelSkipListPayloadFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/MultiLevelSkipListTest.cpp:83:5: style: Class 'CountingStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/MultiReaderTest.cpp:32:9: performance: Variable 'readers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/NRTReaderWithThreadsTest.cpp:92:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/NRTReaderWithThreadsTest.cpp:93:15: performance: Variable 'seq' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/NRTReaderWithThreadsTest.cpp:94:15: performance: Variable 'rand' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/NRTReaderWithThreadsTest.cpp:56:5: style: Class 'HeavyAtomicInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/NormsTest.cpp:38:9: performance: Variable 'similarityOne' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:67:15: performance: Variable 'payload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:68:15: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:71:15: performance: Variable 'payloadAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:107:9: performance: Variable 'fieldToData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:449:9: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:488:15: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:489:9: performance: Variable 'payload' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:532:15: performance: Variable 'pool' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:533:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/PayloadsTest.cpp:487:5: style: Class 'PoolingPayloadTokenStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:29:9: performance: Variable 'mergedDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:30:9: performance: Variable 'mergedSegment' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:31:9: performance: Variable 'merge1Dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:32:9: performance: Variable 'doc1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:33:9: performance: Variable 'merge2Dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentMergerTest.cpp:34:9: performance: Variable 'doc2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentReaderTest.cpp:137:22: style: Variable 'a' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentReaderTest.cpp:138:0: style: Variable 'b' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentReaderTest.cpp:28:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentReaderTest.cpp:29:9: performance: Variable 'testDoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentTermDocsTest.cpp:28:9: performance: Variable 'testDoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SegmentTermDocsTest.cpp:29:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SnapshotDeletionPolicyTest.cpp:30:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/SnapshotDeletionPolicyTest.cpp:65:9: performance: Variable 'buffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:54:9: performance: Variable 'rand' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:95:9: performance: Variable 'docs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:641:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:676:15: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:640:5: style: Class 'StressIndexerThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/StressIndexingTest.cpp:675:5: style: Class 'StressSearcherThread' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:128:5: style: Variable 'start' is reassigned a value before the old one has been used. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:118:0: note: Variable 'start' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:128:5: note: Variable 'start' is reassigned a value before the old one has been used.
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:128:13: style: Variable 'start' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:137:11: style: Variable 'end' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:34:15: performance: Variable 'value' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:35:15: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:63:15: performance: Variable 'ts' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:64:15: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermDocsPerfTest.cpp:32:5: style: Class 'RepeatingTokenStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:66:15: performance: Variable 'tokens' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:69:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:70:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:71:9: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:111:15: performance: Variable 'tokens' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:170:9: performance: Variable 'testFields' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:171:9: performance: Variable 'testFieldsStorePos' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:172:9: performance: Variable 'testFieldsStoreOff' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:173:9: performance: Variable 'testTerms' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:65:5: style: Class 'MyTokenStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/TermVectorsReaderTest.cpp:110:5: style: Class 'MyAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/ThreadedOptimizeTest.cpp:31:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/ThreadedOptimizeTest.cpp:32:15: performance: Variable 'writerFinal' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/ThreadedOptimizeTest.cpp:72:9: performance: Variable 'analyzer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionRollbackTest.cpp:98:9: performance: Variable 'FIELD_RECORD_ID' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionRollbackTest.cpp:99:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionRollbackTest.cpp:42:5: style: Class 'RollbackDeletionPolicy' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:65:15: performance: Variable 'lock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:66:15: performance: Variable 'dir1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:67:15: performance: Variable 'dir2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:69:15: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:157:15: performance: Variable 'lock' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:158:15: performance: Variable 'dir1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:159:15: performance: Variable 'dir2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/index/TransactionsTest.cpp:194:9: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiAnalyzerTest.cpp:111:15: performance: Variable 'q' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiAnalyzerTest.cpp:148:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiAnalyzerTest.cpp:149:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiAnalyzerTest.cpp:110:5: style: Class 'DumbQueryWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiAnalyzerTest.cpp:147:5: style: Class 'TestPosIncrementFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/MultiFieldQueryParserTest.cpp:111:9: performance: Variable 'standardAnalyzer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/queryparser/QueryParserTest.cpp:737:9: performance: Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/Boolean2Test.cpp:42:9: performance: Variable 'docFields' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/BooleanMinShouldMatchTest.cpp:42:9: performance: Variable 'index' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/BooleanScorerTest.cpp:58:5: style: Class 'EmptyScorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/CachingSpanFilterTest.cpp:54:5: style: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/search/CachingSpanFilterTest.cpp:46:0: note: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/search/CachingSpanFilterTest.cpp:54:5: note: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/search/CachingWrapperFilterTest.cpp:203:5: style: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/search/CachingWrapperFilterTest.cpp:195:0: note: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/search/CachingWrapperFilterTest.cpp:203:5: note: Variable 'searcher' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/search/CheckHits.cpp:31:15: performance: Variable 'bag' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/CheckHits.cpp:67:15: performance: Variable 'q' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/CheckHits.cpp:68:15: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/CheckHits.cpp:69:15: performance: Variable 'd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/CheckHits.cpp:30:5: style: Class 'SetCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ComplexExplanationsOfNonMatchesTest.cpp:44:5: style: Class 'ItemizedFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ComplexExplanationsTest.cpp:43:5: style: Class 'ItemizedFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/CustomSearcherSortTest.cpp:66:9: performance: Variable 'random' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/DateSortTest.cpp:29:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/DisjunctionMaxQueryTest.cpp:57:9: performance: Variable 'sim' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/DisjunctionMaxQueryTest.cpp:59:9: performance: Variable 'index' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/DocBoostTest.cpp:29:15: performance: Variable 'scores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/DocBoostTest.cpp:28:5: style: Class 'BoostCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/DocIdSetTest.cpp:71:5: style: Class 'TestFilteredDocIdSet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:34:15: performance: Variable 'priority' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:35:15: performance: Variable 'fieldname' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:36:15: performance: Variable 'values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:85:15: performance: Variable 'priority' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:103:9: performance: Variable 'priority' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ElevationComparatorTest.cpp:84:5: style: Class 'ElevationComparatorSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/FieldCacheRangeFilterTest.cpp:117:29: style: Variable 'medId' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/FilteredQueryTest.cpp:84:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/FilteredQueryTest.cpp:63:5: style: Class 'SingleDocTestFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/FilteredSearchTest.cpp:31:15: performance: Variable 'docs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/FilteredSearchTest.cpp:30:5: style: Class 'SimpleDocIdSetFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/MultiTermConstantScoreTest.cpp:45:9: performance: Variable 'small' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/MultiThreadTermVectorsTest.cpp:56:17: style: The scope of the variable 'start' can be reduced. [variableScope]
LucenePlusPlus-rel_3.0.7/src/test/search/MultiThreadTermVectorsTest.cpp:27:15: performance: Variable 'reader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/MultiThreadTermVectorsTest.cpp:96:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/MultiThreadTermVectorsTest.cpp:26:5: style: Class 'MultiThreadTermVectorsReader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/NumericRangeQuery32Test.cpp:320:57: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/test/search/NumericRangeQuery64Test.cpp:324:66: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/test/search/PhraseQueryTest.cpp:47:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:49:9: performance: Variable 'TOKENS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:50:9: performance: Variable 'INCREMENTS' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:53:9: performance: Variable 'posIncrAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:54:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:55:9: performance: Variable 'offsetAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:99:15: performance: Variable 'a' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:254:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:257:15: performance: Variable 'posIncrAttr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:258:15: performance: Variable 'payloadAttr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:259:15: performance: Variable 'termAttr' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositionIncrementTest.cpp:97:5: style: Class 'StopWhitespaceAnalyzer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/PositiveScoresOnlyCollectorTest.cpp:24:15: performance: Variable 'scores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/PositiveScoresOnlyCollectorTest.cpp:23:5: style: Class 'SimpleScorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/PrefixInBooleanQueryTest.cpp:26:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:226:0: style: Variable 'next_op' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:189:15: performance: Variable 'q' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:190:15: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:191:15: performance: Variable 'lastDoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:192:15: performance: Variable 'order' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:193:15: performance: Variable 'opidx' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:194:15: performance: Variable 'lastReader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:329:15: performance: Variable 'q' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:330:15: performance: Variable 's' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:331:15: performance: Variable 'lastDoc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/QueryUtils.cpp:332:15: performance: Variable 'lastReader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScoreCachingWrappingScorerTest.cpp:24:15: performance: Variable 'scores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScoreCachingWrappingScorerTest.cpp:65:9: performance: Variable 'mscores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScoreCachingWrappingScorerTest.cpp:23:5: style: Class 'SimpleScorer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ScoreCachingWrappingScorerTest.cpp:63:5: style: Class 'ScoreCachingCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ScorerPerfTest.cpp:72:15: performance: Variable 'answer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScorerPerfTest.cpp:96:15: performance: Variable 'rnd' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScorerPerfTest.cpp:114:9: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ScorerPerfTest.cpp:71:5: style: Class 'MatchingHitCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/ScorerPerfTest.cpp:95:5: style: Class 'AddClauseFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SetNormTest.cpp:30:15: performance: Variable 'scores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SetNormTest.cpp:29:5: style: Class 'SetNormCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SimilarityTest.cpp:138:5: style: Class 'PhraseQueryCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SimpleExplanationsOfNonMatchesTest.cpp:40:5: style: Class 'ItemizedFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SimpleExplanationsTest.cpp:39:5: style: Class 'ItemizedFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SloppyPhraseQueryTest.cpp:24:9: performance: Variable 'S_1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SloppyPhraseQueryTest.cpp:25:9: performance: Variable 'S_2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:43:9: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:49:9: performance: Variable 'data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:520:9: performance: Variable 'slotValues' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:777:15: performance: Variable 'docs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:519:5: style: Class 'MyFieldComparator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/SortTest.cpp:776:5: style: Class 'TopDocsFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/TermRangeQueryTest.cpp:29:9: performance: Variable 'termAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermRangeQueryTest.cpp:30:9: performance: Variable 'buffer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermRangeQueryTest.cpp:92:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermRangeQueryTest.cpp:28:5: style: Class 'SingleCharTokenizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/TermScorerTest.cpp:50:9: performance: Variable 'values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermScorerTest.cpp:51:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermScorerTest.cpp:82:15: performance: Variable 'docs' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TermScorerTest.cpp:81:5: style: Class 'TestCollector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:127:40: style: Redundant condition: shouldBePosVector. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:130:40: style: Redundant condition: shouldBeOffVector. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:225:25: style: Variable 'tf' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:226:26: style: Variable 'idf' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:228:28: style: Variable 'lNorm' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:243:20: style: Variable 'score' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/TermVectorsTest.cpp:37:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:25:15: performance: Variable 'rand' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:51:15: performance: Variable 'rand' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:52:15: performance: Variable 'reader' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:95:9: performance: Variable 'r' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:96:9: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:97:9: performance: Variable 'words' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/ThreadSafeTest.cpp:24:5: style: Class 'TestFieldSelector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/TimeLimitingCollectorTest.cpp:321:55: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
LucenePlusPlus-rel_3.0.7/src/test/search/TimeLimitingCollectorTest.cpp:29:9: performance: Variable 'bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/TopDocsCollectorTest.cpp:25:15: performance: Variable 'scores' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/function/CustomScoreQueryTest.cpp:128:15: performance: Variable 'values' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/function/CustomScoreQueryTest.cpp:27:5: style: Class 'CustomAddScoreProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/function/CustomScoreQueryTest.cpp:70:5: style: Class 'CustomMulAddScoreProvider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/function/CustomScoreQueryTest.cpp:146:5: style: Class 'CustomExternalQuery' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/function/DocValuesTest.cpp:22:15: performance: Variable 'innerArray' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/function/DocValuesTest.cpp:21:5: style: Class 'TestableDocValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadHelper.cpp:33:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadHelper.cpp:34:15: performance: Variable 'payloadAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:90:15: performance: Variable 'payload2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:91:15: performance: Variable 'payload4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:93:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:94:15: performance: Variable 'payAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:128:15: performance: Variable 'payload2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:129:15: performance: Variable 'payload4' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:152:9: performance: Variable 'similarity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadNearQueryTest.cpp:153:9: performance: Variable 'payload2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:92:15: performance: Variable 'payloadField' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:93:15: performance: Variable 'payloadMultiField1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:94:15: performance: Variable 'payloadMultiField2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:96:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:97:15: performance: Variable 'payloadAtt' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:137:15: performance: Variable 'payloadField' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:138:15: performance: Variable 'payloadMultiField1' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:139:15: performance: Variable 'payloadMultiField2' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:163:9: performance: Variable 'similarity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/payloads/PayloadTermQueryTest.cpp:164:9: performance: Variable 'payloadField' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/NearSpansOrderedTest.cpp:31:9: performance: Variable 'docFields' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/PayloadSpansTest.cpp:160:9: style: Variable 'cnt' is modified but its new value is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/PayloadSpansTest.cpp:42:15: performance: Variable 'fieldName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/PayloadSpansTest.cpp:44:15: performance: Variable 'entities' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/PayloadSpansTest.cpp:113:9: performance: Variable 'similarity' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/SpansAdvanced2Test.cpp:30:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/SpansAdvancedTest.cpp:29:9: performance: Variable 'directory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/SpansTest.cpp:36:9: performance: Variable 'docFields' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/search/spans/SpansTest.cpp:379:15: performance: Variable 'sim' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/store/BufferedIndexInputTest.cpp:299:5: style: Class 'MyBufferedIndexInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/store/DirectoryTest.cpp:100:5: style: Class 'TestableSimpleFSDirectory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/store/DirectoryTest.cpp:110:5: style: Class 'TestableMMapDirectory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/store/LockFactoryTest.cpp:189:15: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/store/RAMDirectoryTest.cpp:31:9: performance: Variable 'indexDir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/store/RAMDirectoryTest.cpp:62:15: performance: Variable 'writer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/store/RAMDirectoryTest.cpp:100:9: performance: Variable 'singleBuffers' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:75:5: style: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:74:0: note: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:75:5: note: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:76:5: style: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:75:5: note: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:76:5: note: Variable 'doubles' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:79:5: style: Variable 'ints' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:78:0: note: Variable 'ints' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:79:5: note: Variable 'ints' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:112:5: style: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:111:0: note: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:112:5: note: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:113:5: style: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:112:5: note: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/FieldCacheSanityCheckerTest.cpp:113:5: note: Variable 'strings' is reassigned a value before the old one has been used if variable is no semaphore variable.
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:372:35: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:371:31: note: outer condition: random->nextInt()%2==1
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:372:35: note: identical inner condition: random->nextInt()%2==1
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:363:20: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:27:15: performance: Variable 'bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:28:15: performance: Variable 'neededBoundsFirst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:29:15: performance: Variable 'neededBoundsLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:30:15: performance: Variable 'neededShiftsFirst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:31:15: performance: Variable 'neededShiftsLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:95:15: performance: Variable 'bits' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:96:15: performance: Variable 'neededBoundsFirst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:97:15: performance: Variable 'neededBoundsLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:98:15: performance: Variable 'neededShiftsFirst' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/NumericUtilsTest.cpp:99:15: performance: Variable 'neededShiftsLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LucenePlusPlus-rel_3.0.7/src/test/util/PriorityQueueTest.cpp:20:5: style: Class 'IntegerQueue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LucenePlusPlus-rel_3.0.7/src/test/util/StringUtilsTest.cpp:143:17: style: Variable 'startTime' is assigned a value that is never used. [unreadVariable]
LucenePlusPlus-rel_3.0.7/src/test/util/StringUtilsTest.cpp:177:17: style: Variable 'startTime' is assigned a value that is never used. [unreadVariable]
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/lucene-net/lucene-net_3.0.3.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lucene-solr/lucene-solr_3.6.2+dfsg.orig.tar.gz
lucene-solr-3.6.2/lucene/contrib/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:174:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-solr-3.6.2/lucene/contrib/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:205:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-solr-3.6.2/lucene/contrib/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:271:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/lucene2/lucene2_2.9.4+ds1.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lucene4/lucene4_4.6.1+dfsg.orig.tar.gz
lucene-4.6.1/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:198:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-4.6.1/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:229:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-4.6.1/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:295:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/lucene4.10/lucene4.10_4.10.4+dfsg.orig.tar.gz
lucene-4.10.4/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:198:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-4.10.4/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:229:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
lucene-4.10.4/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp:295:12: style: Checking if unsigned variable 'size' is less than zero. [unsignedLessThanZero]
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/luckybackup/luckybackup_0.4.9.orig.tar.gz
luckybackup-0.4.9/src/RsyncDirModel.cpp:108:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:166:29: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:194:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:235:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:293:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:309:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.cpp:349:25: style: C-style pointer casting [cstyleCast]
luckybackup-0.4.9/src/RsyncDirModel.h:37:5: style: Class 'RsyncDirModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.h:59:5: style: Class 'RsyncEntry' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.h:79:5: style: Class 'RsyncDirListerOperation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.h:120:5: style: Class 'RsyncDirLister' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:186:5: warning: Member variable 'RsyncDirListerOperationData::syncProcess' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:186:5: warning: Member variable 'RsyncDirListerOperationData::ProcReportedError' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:186:5: warning: Member variable 'RsyncDirListerOperationData::abort' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:186:5: warning: Member variable 'RsyncDirListerOperationData::parent' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:186:5: warning: Member variable 'RsyncDirListerOperationData::id' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:562:13: performance: Technically the member function 'FileIconCacheData::suffix' can be static. [functionStatic]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:622:28: note: Technically the member function 'FileIconCacheData::suffix' can be static.
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:562:13: note: Technically the member function 'FileIconCacheData::suffix' can be static.
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:59:5: style: Class 'RsyncEntry' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:59:5: style: Class 'RsyncEntry' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:574:5: style: Class 'FileIconCache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
luckybackup-0.4.9/src/RsyncDirModel_p.cpp:574:5: style: Class 'FileIconCache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
luckybackup-0.4.9/src/calcDiffThread.cpp:41:17: warning: Member variable 'CalcDiffThread::count' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsIncluded' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsCRITICAL' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsWARNING' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOK' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsSourceMounted' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsDestMounted' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsSourcePerms' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsDestPerms' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsPerform' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsTypeDirName' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsTypeDirContents' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsTypeSync' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeTemp' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeCache' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeBackup' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeMount' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeLostFound' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeSystem' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsExcludeTrash' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemote' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemoteModule' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemoteDestination' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemoteSource' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemoteSSH' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsRemoteSSHPort' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsUpdate' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsDelete' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsRecurse' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsOwnership' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsSymlinks' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsPermissions' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsDevices' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsCVS' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:42:9: warning: Member variable 'operation::itsOptionsHardLinks' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/operationClass.h:44:13: performance: Variable 'itsName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:44:5: performance: Variable 'returnString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:45:5: performance: Variable 'dirToReadString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:46:5: performance: Variable 'dest' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:47:5: performance: Variable 'CurrentSnapshotDirectory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:48:5: performance: Variable 'CurrentSnapshotString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:49:5: performance: Variable 'sourceLast' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/calcDiffThread.cpp:50:5: performance: Variable 'source' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/operationClass.h:157:17: style: Technically the member function 'operation::GetLuckyBackupDir' can be const. [functionConst]
luckybackup-0.4.9/src/commandline.cpp:37:14: warning: Member variable 'commandline::count' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/commandline.cpp:37:14: warning: Member variable 'commandline::profileNameArg' is not initialized in the constructor. [uninitMemberVar]
luckybackup-0.4.9/src/commandline.h:50:8: performance: Technically the member function 'commandline::thats_all' can be static. [functionStatic]
luckybackup-0.4.9/src/commandline.cpp:890:19: note: Technically the member function 'commandline::thats_all' can be static.
luckybackup-0.4.9/src/commandline.h:50:8: note: Technically the member function 'commandline::thats_all' can be static.
luckybackup-0.4.9/src/commandline.h:58:8: performance: Technically the member function 'commandline::intro' can be static. [functionStatic]
luckybackup-0.4.9/src/commandline.cpp:68:19: note: Technically the member function 'commandline::intro' can be static.
luckybackup-0.4.9/src/commandline.h:58:8: note: Technically the member function 'commandline::intro' can be static.
luckybackup-0.4.9/src/emailDialog.h:44:9: style: Class 'emailDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/executenow.cpp:992:21: style: Redundant condition: sync. '!sync || (sync && syncAB)' is equivalent to '!sync || syncAB' [redundantCondition]
luckybackup-0.4.9/src/luckybackupwindow.h:46:9: style: Class 'luckyBackupWindow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/functions.cpp:827:5: style: Variable 'SettingsLine' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luckybackup-0.4.9/src/functions.cpp:826:0: note: Variable 'SettingsLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/functions.cpp:827:5: note: Variable 'SettingsLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/functions.cpp:90:5: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
luckybackup-0.4.9/src/functions.cpp:92:5: note: Found duplicate branches for 'if' and 'else'.
luckybackup-0.4.9/src/functions.cpp:90:5: note: Found duplicate branches for 'if' and 'else'.
luckybackup-0.4.9/src/global.cpp:2776:9: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
luckybackup-0.4.9/src/global.cpp:537:5: style: Variable 'ProfileLine' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luckybackup-0.4.9/src/global.cpp:536:0: note: Variable 'ProfileLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/global.cpp:537:5: note: Variable 'ProfileLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/global.cpp:618:14: style: The scope of the variable 'doNotReadNextLine' can be reduced. [variableScope]
luckybackup-0.4.9/src/winDialog.h:43:9: style: Class 'winDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/manage.h:46:3: style: Class 'manageDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/scheduleDialog.h:46:9: style: Class 'scheduleDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
luckybackup-0.4.9/src/manage.cpp:46:5: performance: Variable 'CurrentSnapshotString' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/manage.cpp:47:5: performance: Variable 'CurrentSnapshotDirectory' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/modifyDialog.cpp:351:5: style: Variable 'NewPattern' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luckybackup-0.4.9/src/modifyDialog.cpp:346:0: note: Variable 'NewPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/modifyDialog.cpp:351:5: note: Variable 'NewPattern' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/qdirdialog.h:84:16: warning: Virtual function 'init_dialog' is called from constructor 'QDirDialog(const QString&extension,const QString&dirName,QWidget*parent=0,const char*name=0,QFileDialog::FileMode mode=QFileDialog::DirectoryOnly,bool modal=false)' at line 43. Dynamic binding is not used. [virtualCallInConstructor]
luckybackup-0.4.9/src/qdirdialog.cpp:43:3: note: Calling init_dialog
luckybackup-0.4.9/src/qdirdialog.h:84:16: note: init_dialog is a virtual method
luckybackup-0.4.9/src/qdirdialog.h:84:16: warning: Virtual function 'init_dialog' is called from constructor 'QDirDialog(const QString&extension,QWidget*parent=0,const char*name=0,QFileDialog::FileMode mode=QFileDialog::DirectoryOnly,bool modal=false)' at line 58. Dynamic binding is not used. [virtualCallInConstructor]
luckybackup-0.4.9/src/qdirdialog.cpp:58:3: note: Calling init_dialog
luckybackup-0.4.9/src/qdirdialog.h:84:16: note: init_dialog is a virtual method
luckybackup-0.4.9/src/qurlinfo.cpp:684:43: style: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'. [funcArgNamesDifferent]
luckybackup-0.4.9/src/qurlinfo.h:111:37: note: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'.
luckybackup-0.4.9/src/qurlinfo.cpp:684:43: note: Function 'operator==' argument 1 names different: declaration 'i' definition 'other'.
luckybackup-0.4.9/src/qurlinfo.cpp:439:21: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
luckybackup-0.4.9/src/readLogFile.cpp:74:37: style: Function 'setLogUrl' argument 1 names different: declaration 'logUrl' definition 'logurl'. [funcArgNamesDifferent]
luckybackup-0.4.9/src/readLogFile.h:45:26: note: Function 'setLogUrl' argument 1 names different: declaration 'logUrl' definition 'logurl'.
luckybackup-0.4.9/src/readLogFile.cpp:74:37: note: Function 'setLogUrl' argument 1 names different: declaration 'logUrl' definition 'logurl'.
luckybackup-0.4.9/src/readLogFile.cpp:41:2: performance: Variable 'text' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/scheduleDialog.cpp:119:9: style: Variable 'ScheduleLine' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
luckybackup-0.4.9/src/scheduleDialog.cpp:118:0: note: Variable 'ScheduleLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/scheduleDialog.cpp:119:9: note: Variable 'ScheduleLine' is reassigned a value before the old one has been used if variable is no semaphore variable.
luckybackup-0.4.9/src/scheduleDialog.cpp:704:9: style: The scope of the variable 'WinScheduleType' can be reduced. [variableScope]
luckybackup-0.4.9/src/scheduleClass.h:44:13: performance: Variable 'itsName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/scheduleClass.h:45:13: performance: Variable 'itsProfilePath' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
luckybackup-0.4.9/src/scheduleClass.h:46:13: performance: Variable 'itsProfileName' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
[03:27]

ftp://ftp.se.debian.org/debian/pool/main/l/lugaru/lugaru_1.2.orig.tar.xz
lugaru-1.2/Source/Animation/Muscle.cpp:151:35: warning: Logical conjunction always evaluates to false: EXPR > 0 && EXPR < 0. [incorrectLogicOperator]
lugaru-1.2/Source/Animation/Muscle.cpp:151:96: warning: Logical conjunction always evaluates to false: EXPR < 0 && EXPR > 0. [incorrectLogicOperator]
lugaru-1.2/Source/Animation/Muscle.cpp:151:67: style: Same expression on both sides of '||' because the value of 'relaxlength-length>0&&relaxlength-oldlength<0' and 'relaxlength-length<0&&relaxlength-oldlength>0' are the same. [duplicateExpression]
lugaru-1.2/Source/Animation/Muscle.cpp:124:23: note: 'oldlength' is assigned value 'length' here.
lugaru-1.2/Source/Animation/Muscle.cpp:151:67: note: Same expression on both sides of '||' because the value of 'relaxlength-length>0&&relaxlength-oldlength<0' and 'relaxlength-length<0&&relaxlength-oldlength>0' are the same.
lugaru-1.2/Source/Animation/Skeleton.cpp:113:11: style: The scope of the variable 'groundlevel' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:117:9: style: The scope of the variable 'whichhit' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:118:11: style: The scope of the variable 'frictionness' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:120:9: style: The scope of the variable 'whichpatchx' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:121:9: style: The scope of the variable 'whichpatchz' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:122:11: style: The scope of the variable 'damage' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:123:10: style: The scope of the variable 'breaking' can be reduced. [variableScope]
lugaru-1.2/Source/Animation/Skeleton.cpp:887:17: style: Variable 'lSize' is assigned a value that is never used. [unreadVariable]
lugaru-1.2/Source/Audio/openal_wrapper.cpp:177:5: portability: Using memset() on struct which contains a floating point number. [memsetClassFloat]
lugaru-1.2/Source/Audio/openal_wrapper.cpp:317:26: warning: Obsolete function 'alloca' called. [allocaCalled]
lugaru-1.2/Source/Devtools/ConsoleCmds.cpp:157:9: error: Resource leak: tfile [resourceLeak]
lugaru-1.2/Source/Devtools/ConsoleCmds.cpp:161:1: error: Resource leak: tfile [resourceLeak]
lugaru-1.2/Source/Environment/Lights.cpp:25:18: style: The scope of the variable 'qattenuation' can be reduced. [variableScope]
lugaru-1.2/Source/Thirdparty/optionparser.h:1670:23: warning: Either the condition 'args==0' is redundant or there is possible null pointer dereference: args. [nullPointerRedundantCheck]
lugaru-1.2/Source/Thirdparty/optionparser.h:1506:12: note: Assuming that condition 'args==0' is not redundant
lugaru-1.2/Source/Thirdparty/optionparser.h:1670:23: note: Null pointer dereference
lugaru-1.2/Source/Thirdparty/optionparser.h:2548:26: style: The scope of the variable 'lineWrapper' can be reduced. [variableScope]
lugaru-1.2/Source/Thirdparty/optionparser.h:1958:5: warning: Member variable 'LinePartIterator::screenlen' is not initialized in the constructor. [uninitMemberVar]
lugaru-1.2/Source/Thirdparty/optionparser.h:2397:5: warning: Member variable 'LineWrapper::lenbuf' is not initialized in the constructor. [uninitMemberVar]
lugaru-1.2/Source/Thirdparty/optionparser.h:2397:5: warning: Member variable 'LineWrapper::datbuf' is not initialized in the constructor. [uninitMemberVar]
lugaru-1.2/Source/Thirdparty/optionparser.h:2397:5: warning: Member variable 'LineWrapper::wrote_something' is not initialized in the constructor. [uninitMemberVar]
lugaru-1.2/Source/Thirdparty/optionparser.h:775:3: style: 'Option::operator=' should return 'Option &'. [operatorEq]
lugaru-1.2/Source/Objects/Weapons.hpp:49:9: style: Technically the member function 'Weapon::getType' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:1183:7: style: Technically the member function 'option::Parser::optionsCount' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:1202:7: style: Technically the member function 'option::Parser::nonOptionsCount' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:1218:16: style: Technically the member function 'option::Parser::nonOptions' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:1246:8: style: Technically the member function 'option::Parser::error' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2124:9: style: Technically the member function 'option::PrintUsageImplementation::LinePartIterator::column' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2133:9: style: Technically the member function 'option::PrintUsageImplementation::LinePartIterator::line' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2141:9: style: Technically the member function 'option::PrintUsageImplementation::LinePartIterator::length' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2150:9: style: Technically the member function 'option::PrintUsageImplementation::LinePartIterator::screenLength' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2158:17: style: Technically the member function 'option::PrintUsageImplementation::LinePartIterator::data' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2222:10: style: Technically the member function 'option::PrintUsageImplementation::LineWrapper::buf_empty' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:2227:10: style: Technically the member function 'option::PrintUsageImplementation::LineWrapper::buf_full' can be const. [functionConst]
lugaru-1.2/Source/User/Account.hpp:72:24: style: Technically the member function 'Account::getName' can be const. [functionConst]
lugaru-1.2/Source/User/Account.hpp:114:9: style: Technically the member function 'Account::getHighScore' can be const. [functionConst]
lugaru-1.2/Source/User/Account.hpp:118:11: style: Technically the member function 'Account::getFastTime' can be const. [functionConst]
lugaru-1.2/Source/User/Account.hpp:122:9: style: Technically the member function 'Account::getProgress' can be const. [functionConst]
lugaru-1.2/Source/User/Account.hpp:126:17: style: Technically the member function 'Account::getCurrentCampaign' can be const. [functionConst]
lugaru-1.2/Source/Thirdparty/optionparser.h:1400:3: style: Class 'CountOptionsAction' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Thirdparty/optionparser.h:1718:5: style: Struct 'FunctionWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Thirdparty/optionparser.h:1739:5: style: Struct 'OStreamWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Thirdparty/optionparser.h:1760:5: style: Struct 'TemporaryWriter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Thirdparty/optionparser.h:1958:5: style: Class 'LinePartIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/User/Account.hpp:59:5: style: Class 'Account' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/User/Account.hpp:60:5: style: Class 'Account' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Level/Dialog.hpp:32:5: style: Class 'DialogScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Level/Dialog.hpp:33:5: style: Class 'DialogScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Level/Dialog.hpp:52:5: style: Class 'Dialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/Thirdparty/optionparser.h:1405:8: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1366:16: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1405:8: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1445:8: style: The function 'perform' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1366:16: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1445:8: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1463:8: style: The function 'finished' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1379:16: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1463:8: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1713:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1698:18: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1713:18: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1734:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1698:18: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1734:18: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1755:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1698:18: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1755:18: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1778:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1698:18: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1778:18: note: Function in derived class
lugaru-1.2/Source/Thirdparty/optionparser.h:1799:18: style: The function 'operator()' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lugaru-1.2/Source/Thirdparty/optionparser.h:1698:18: note: Virtual function in base class
lugaru-1.2/Source/Thirdparty/optionparser.h:1799:18: note: Function in derived class
lugaru-1.2/Source/GameDraw.cpp:116:18: style: The scope of the variable 'texcoordwidth' can be reduced. [variableScope]
lugaru-1.2/Source/GameDraw.cpp:116:33: style: The scope of the variable 'texcoordheight' can be reduced. [variableScope]
lugaru-1.2/Source/GameDraw.cpp:117:18: style: The scope of the variable 'texviewwidth' can be reduced. [variableScope]
lugaru-1.2/Source/GameDraw.cpp:117:32: style: The scope of the variable 'texviewheight' can be reduced. [variableScope]
lugaru-1.2/Source/GameDraw.cpp:120:11: style: The scope of the variable 'tutorialopac' can be reduced. [variableScope]
lugaru-1.2/Source/GameInitDispose.cpp:175:18: style: The scope of the variable 'loadprogress' can be reduced. [variableScope]
lugaru-1.2/Source/GameInitDispose.cpp:152:45: style: Function 'ReSizeGLScene' argument 2 names different: declaration 'near' definition 'pnear'. [funcArgNamesDifferent]
lugaru-1.2/Source/Game.hpp:158:39: note: Function 'ReSizeGLScene' argument 2 names different: declaration 'near' definition 'pnear'.
lugaru-1.2/Source/GameInitDispose.cpp:152:45: note: Function 'ReSizeGLScene' argument 2 names different: declaration 'near' definition 'pnear'.
lugaru-1.2/Source/Utils/Folders.hpp:34:5: style: Struct 'FileNotFoundException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lugaru-1.2/Source/GameTick.cpp:2722:18: style: The scope of the variable 'collisionradius' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:2949:16: style: The scope of the variable 'target' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:3059:26: style: The scope of the variable 'hotspotvisual' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:4475:18: style: The scope of the variable 'changedelay' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:4476:17: style: The scope of the variable 'alldead' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:4477:18: style: The scope of the variable 'unseendelay' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:4478:18: style: The scope of the variable 'cameraspeed' can be reduced. [variableScope]
lugaru-1.2/Source/GameTick.cpp:760:11: style: Exception should be caught by reference. [catchExceptionByValue]
lugaru-1.2/Source/GameTick.cpp:308:39: performance: Function parameter 'cmd' should be passed by const reference. [passedByValue]
lugaru-1.2/Source/Math/XYZ.hpp:40:16: style: Technically the member function 'XYZ::operator+' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:96:17: note: Technically the member function 'XYZ::operator+' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:40:16: note: Technically the member function 'XYZ::operator+' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:41:16: style: Technically the member function 'XYZ::operator-' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:106:17: note: Technically the member function 'XYZ::operator-' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:41:16: note: Technically the member function 'XYZ::operator-' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:42:16: style: Technically the member function 'XYZ::operator*' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:116:17: note: Technically the member function 'XYZ::operator*' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:42:16: note: Technically the member function 'XYZ::operator*' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:43:16: style: Technically the member function 'XYZ::operator*' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:125:17: note: Technically the member function 'XYZ::operator*' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:43:16: note: Technically the member function 'XYZ::operator*' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:44:16: style: Technically the member function 'XYZ::operator/' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:134:17: note: Technically the member function 'XYZ::operator/' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:44:16: note: Technically the member function 'XYZ::operator/' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:51:17: style: Technically the member function 'XYZ::operator==' can be const. [functionConst]
lugaru-1.2/Source/Math/XYZ.hpp:185:18: note: Technically the member function 'XYZ::operator==' can be const.
lugaru-1.2/Source/Math/XYZ.hpp:51:17: note: Technically the member function 'XYZ::operator==' can be const.
lugaru-1.2/Source/Graphic/Models.cpp:35:18: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Models.cpp:37:16: style: The scope of the variable 'intersecting' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Models.cpp:218:18: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Models.cpp:220:16: style: The scope of the variable 'intersecting' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Models.cpp:1057:22: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Models.cpp:1105:22: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Graphic/Sprite.cpp:345:18: style: The scope of the variable 'spritehit' can be reduced. [variableScope]
lugaru-1.2/Source/Math/Frustum.cpp:98:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lugaru-1.2/Source/Math/Frustum.cpp:143:16: style: The scope of the variable 'c' can be reduced. [variableScope]
lugaru-1.2/Source/Math/XYZ.cpp:37:5: style: Variable 'bInter' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lugaru-1.2/Source/Math/XYZ.cpp:30:17: note: Variable 'bInter' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Math/XYZ.cpp:37:5: note: Variable 'bInter' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Menu/Menu.cpp:124:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:135:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:153:86: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:171:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:192:76: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:635:25: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Menu/Menu.cpp:796:29: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lugaru-1.2/Source/Objects/Object.cpp:202:9: style: The scope of the variable 'patchx' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:202:17: style: The scope of the variable 'patchz' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:331:18: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:333:10: style: The scope of the variable 'hidden' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:459:18: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:461:10: style: The scope of the variable 'hidden' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Object.cpp:544:11: style: The scope of the variable 'tempdist' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4750:9: style: Variable 'startx' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lugaru-1.2/Source/Objects/Person.cpp:4748:9: note: Variable 'startx' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Objects/Person.cpp:4750:9: note: Variable 'startx' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Objects/Person.cpp:4751:9: style: Variable 'starty' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lugaru-1.2/Source/Objects/Person.cpp:4749:9: note: Variable 'starty' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Objects/Person.cpp:4751:9: note: Variable 'starty' is reassigned a value before the old one has been used if variable is no semaphore variable.
lugaru-1.2/Source/Objects/Person.cpp:568:9: style: The scope of the variable 'howmany' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:715:16: style: The scope of the variable 'bleedxint' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:715:27: style: The scope of the variable 'bleedyint' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:787:16: style: The scope of the variable 'bleedxint' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:787:27: style: The scope of the variable 'bleedyint' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:787:38: style: The scope of the variable 'i' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:787:41: style: The scope of the variable 'j' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:993:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:993:19: style: The scope of the variable 'j' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:997:16: style: The scope of the variable 'whichtri' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:1001:11: style: The scope of the variable 'coordsx' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:1001:20: style: The scope of the variable 'coordsy' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:1002:11: style: The scope of the variable 'total' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:1753:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:1754:18: style: The scope of the variable 'speed' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:2003:22: style: The scope of the variable 'oldtarget' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4013:31: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4075:31: style: The scope of the variable 'distance' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4515:18: style: The scope of the variable 'flatvelspeed' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4516:16: style: The scope of the variable 'bloodsize' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4517:16: style: The scope of the variable 'startx' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4517:24: style: The scope of the variable 'starty' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4517:32: style: The scope of the variable 'endx' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:4517:38: style: The scope of the variable 'endy' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6345:9: style: The scope of the variable 'oldplayerdetail' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6359:15: style: The scope of the variable 'terrainheight' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6389:22: style: The scope of the variable 'morphness' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6400:20: style: The scope of the variable 'k' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6401:20: style: The scope of the variable 'weaponattachmuscle' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6402:20: style: The scope of the variable 'weaponrotatemuscle' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6404:20: style: The scope of the variable 'start' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:6404:27: style: The scope of the variable 'endthing' can be reduced. [variableScope]
lugaru-1.2/Source/Objects/Person.cpp:7316:11: style: The scope of the variable 'alphanum' can be reduced. [variableScope]
lugaru-1.2/Source/Utils/ImageIO.cpp:251:5: style: Variable 'fp' is reassigned a value before the old one has been used. [redundantAssignment]
lugaru-1.2/Source/Utils/ImageIO.cpp:245:0: note: Variable 'fp' is reassigned a value before the old one has been used.
lugaru-1.2/Source/Utils/ImageIO.cpp:251:5: note: Variable 'fp' is reassigned a value before the old one has been used.
lugaru-1.2/Source/Utils/ImageIO.cpp:98:34: style: Function 'load_jpg' argument 1 names different: declaration 'fname' definition 'file_name'. [funcArgNamesDifferent]
lugaru-1.2/Source/Utils/ImageIO.cpp:36:34: note: Function 'load_jpg' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/ImageIO.cpp:98:34: note: Function 'load_jpg' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/ImageIO.cpp:148:34: style: Function 'load_png' argument 1 names different: declaration 'fname' definition 'file_name'. [funcArgNamesDifferent]
lugaru-1.2/Source/Utils/ImageIO.cpp:35:34: note: Function 'load_png' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/ImageIO.cpp:148:34: note: Function 'load_png' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/ImageIO.cpp:243:45: style: Function 'save_screenshot_png' argument 1 names different: declaration 'fname' definition 'file_name'. [funcArgNamesDifferent]
lugaru-1.2/Source/Utils/ImageIO.cpp:37:45: note: Function 'save_screenshot_png' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/ImageIO.cpp:243:45: note: Function 'save_screenshot_png' argument 1 names different: declaration 'fname' definition 'file_name'.
lugaru-1.2/Source/Utils/pack.c:66:62: portability: Casting from float* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lugaru-1.2/Source/Utils/pack.c:72:62: portability: Casting from double* to char* is not portable due to different binary data representations on different platforms. [invalidPointerCast]
lugaru-1.2/Source/main.cpp:528:21: warning: Either the condition 'ptr' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lugaru-1.2/Source/main.cpp:499:13: note: Assuming that condition 'ptr' is not redundant
lugaru-1.2/Source/main.cpp:528:21: note: Null pointer addition
lugaru-1.2/Source/main.cpp:376:13: style: Variable 'frames' is modified but its new value is never used. [unreadVariable]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luksipc/luksipc_0.04.orig.tar.gz
luksipc-0.04/exec.c:91:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
luksipc-0.04/exec.c:89:0: note: Variable 'result' is reassigned a value before the old one has been used.
luksipc-0.04/exec.c:91:2: note: Variable 'result' is reassigned a value before the old one has been used.
luksipc-0.04/exec.c:162:0: error: Memory leak: argcopy [memleak]
luksipc-0.04/luks.c:72:7: style: The scope of the variable 'userSuppliedArguments' can be reduced. [variableScope]
luksipc-0.04/luksipc.c:796:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luksipc-0.04/mount.c:44:3: error: Resource leak: f [resourceLeak]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luksmeta/luksmeta_8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/luminance-hdr/luminance-hdr_2.5.1+dfsg.orig.tar.xz
LuminanceHDR-v.2.5.1/src/Alignment/Align.cpp:37:51: style: Function 'Align' argument 2 names different: declaration 'fromCommandLine' definition 'fromCommadLine'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Alignment/Align.h:40:48: note: Function 'Align' argument 2 names different: declaration 'fromCommandLine' definition 'fromCommadLine'.
LuminanceHDR-v.2.5.1/src/Alignment/Align.cpp:37:51: note: Function 'Align' argument 2 names different: declaration 'fromCommandLine' definition 'fromCommadLine'.
LuminanceHDR-v.2.5.1/src/BatchHDR/BatchHDRDialog.cpp:222:10: style: The scope of the variable 'foundHDR' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:108:11: style: The scope of the variable 'count' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:74: style: Function 'computeAutolevels' argument 3 names different: declaration 'minL' definition 'minHist'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:31:74: note: Function 'computeAutolevels' argument 3 names different: declaration 'minL' definition 'minHist'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:74: note: Function 'computeAutolevels' argument 3 names different: declaration 'minL' definition 'minHist'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:90: style: Function 'computeAutolevels' argument 4 names different: declaration 'maxL' definition 'maxHist'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:31:87: note: Function 'computeAutolevels' argument 4 names different: declaration 'maxL' definition 'maxHist'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:90: note: Function 'computeAutolevels' argument 4 names different: declaration 'maxL' definition 'maxHist'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:106: style: Function 'computeAutolevels' argument 5 names different: declaration 'gammaL' definition 'gamma'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:31:100: note: Function 'computeAutolevels' argument 5 names different: declaration 'gammaL' definition 'gamma'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:144:106: note: Function 'computeAutolevels' argument 5 names different: declaration 'gammaL' definition 'gamma'.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:139:10: style: Technically the member function 'LoadFile::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:232:16: note: Technically the member function 'LoadFile::operator()' can be const.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:139:10: note: Technically the member function 'LoadFile::operator()' can be const.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:156:10: style: Technically the member function 'RefreshPreview::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.cpp:369:22: note: Technically the member function 'RefreshPreview::operator()' can be const.
LuminanceHDR-v.2.5.1/src/Common/CommonFunctions.h:156:10: note: Technically the member function 'RefreshPreview::operator()' can be const.
LuminanceHDR-v.2.5.1/src/Exif/ExifOperations.cpp:133:24: style: Function 'copyExifData' argument 3 names different: declaration 'dont_overwrite' definition 'dontOverwrite'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Exif/ExifOperations.h:33:24: note: Function 'copyExifData' argument 3 names different: declaration 'dont_overwrite' definition 'dontOverwrite'.
LuminanceHDR-v.2.5.1/src/Exif/ExifOperations.cpp:133:24: note: Function 'copyExifData' argument 3 names different: declaration 'dont_overwrite' definition 'dontOverwrite'.
LuminanceHDR-v.2.5.1/src/HdrCreation/debevec.cpp:134:18: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
LuminanceHDR-v.2.5.1/src/HdrCreation/debevec.h:47:20: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:87:28: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/debevec.h:47:20: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/debevec.h:53:10: style: The function 'computeFusion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:92:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/debevec.h:53:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:46:20: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:87:28: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:46:20: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:52:10: style: The function 'computeFusion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:92:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:52:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:75:20: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:87:28: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:75:20: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:81:10: style: The function 'computeFusion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/HdrCreation/fusionoperator.h:92:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:81:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.cpp:391:63: style: Function 'computeFusion' argument 4 names different: declaration 'outFrame' definition 'frame'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.h:84:67: note: Function 'computeFusion' argument 4 names different: declaration 'outFrame' definition 'frame'.
LuminanceHDR-v.2.5.1/src/HdrCreation/robertson02.cpp:391:63: note: Function 'computeFusion' argument 4 names different: declaration 'outFrame' definition 'frame'.
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:178:3: warning: Member variable 'UniformArrayLUT::own_y_i' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:271:0: warning: Member variable 'hdrhtml :: ArrayLUT < unsigned long , float >::own_y_i' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:252:0: style: Member variable 'hdrhtml :: ArrayLUT < unsigned long , float >::lut_size' is in the wrong place in the initializer list. [initializerList]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:271:0: note: Member variable 'hdrhtml :: ArrayLUT < unsigned long , float >::lut_size' is in the wrong place in the initializer list.
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:252:0: note: Member variable 'hdrhtml :: ArrayLUT < unsigned long , float >::lut_size' is in the wrong place in the initializer list.
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:396:5: performance: Variable 'replace_with' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:404:5: performance: Variable 'replace_with' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:207:9: style: Technically the member function 'hdrhtml::UniformArrayLUT::interp' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:299:0: style: Technically the member function 'hdrhtml :: ArrayLUT < unsigned long , float >::interp' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/HdrHTML/hdrhtml.cpp:386:47: performance: Function parameter 'replace_with' should be passed by const reference. [passedByValue]
LuminanceHDR-v.2.5.1/src/HdrWizard/AutoAntighosting.cpp:406:11: style: The scope of the variable 'ir' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/HdrWizard/AutoAntighosting.cpp:510:12: style: The scope of the variable 'y' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrCreationManager.cpp:207:23: style: Checking if unsigned variable 'm_data.size()' is less than zero. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrCreationManager.cpp:223:20: style: Checking if unsigned variable 'evs.size()' is less than zero. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrCreationManager.cpp:308:64: style: Function 'setConfig' argument 1 names different: declaration 'cfg' definition 'c'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrCreationManager.h:103:48: note: Function 'setConfig' argument 1 names different: declaration 'cfg' definition 'c'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrCreationManager.cpp:308:64: note: Function 'setConfig' argument 1 names different: declaration 'cfg' definition 'c'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:112:31: style: Function 'HdrWizard' argument 1 names different: declaration 'parent' definition 'p'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.h:67:24: note: Function 'HdrWizard' argument 1 names different: declaration 'parent' definition 'p'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:112:31: note: Function 'HdrWizard' argument 1 names different: declaration 'parent' definition 'p'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:416:40: style: Function 'updateEVSpinBox' argument 1 names different: declaration 'newValue' definition 'newEV'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.h:106:33: note: Function 'updateEVSpinBox' argument 1 names different: declaration 'newValue' definition 'newEV'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:416:40: note: Function 'updateEVSpinBox' argument 1 names different: declaration 'newValue' definition 'newEV'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:627:50: style: Function 'errorWhileLoading' argument 1 names different: declaration 'errormessage' definition 'error'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.h:111:43: note: Function 'errorWhileLoading' argument 1 names different: declaration 'errormessage' definition 'error'.
LuminanceHDR-v.2.5.1/src/HdrWizard/HdrWizard.cpp:627:50: note: Function 'errorWhileLoading' argument 1 names different: declaration 'errormessage' definition 'error'.
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:224:9: style: The scope of the variable 'W' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:224:16: style: The scope of the variable 'H' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:139:61: style: Function 'renderPreviewImage' argument 1 names different: declaration 'f' definition 'rendermode'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.h:190:50: note: Function 'renderPreviewImage' argument 1 names different: declaration 'f' definition 'rendermode'.
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:139:61: note: Function 'renderPreviewImage' argument 1 names different: declaration 'f' definition 'rendermode'.
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:139:116: style: Function 'renderPreviewImage' argument 2 names different: declaration 'a' definition 'rect'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.h:190:95: note: Function 'renderPreviewImage' argument 2 names different: declaration 'a' definition 'rect'.
LuminanceHDR-v.2.5.1/src/HdrWizard/PreviewWidget.cpp:139:116: note: Function 'renderPreviewImage' argument 2 names different: declaration 'a' definition 'rect'.
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.cpp:166:87: style: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.h:94:73: note: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'.
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.cpp:166:87: note: Function 'HelpBrowser' argument 3 names different: declaration 'guiLangage' definition 'guiLanguage'.
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.h:140:18: warning: Virtual function 'languageChange' is called from constructor 'HelpBrowser(QWidget*parent,const QString&caption,const QString&guiLangage="en",const QString&jumpToSection="",const QString&jumpToFile="")' at line 176. Dynamic binding is not used. [virtualCallInConstructor]
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.cpp:176:5: note: Calling setupLocalUI
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.cpp:307:5: note: Calling languageChange
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.h:140:18: note: languageChange is a virtual method
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.h:140:18: warning: Virtual function 'languageChange' is called from constructor 'HelpBrowser(QWidget*parent,const QString&caption,const QString&guiLangage="en",const QString&jumpToSection="",const QString&jumpToFile="")' at line 198. Dynamic binding is not used. [virtualCallInConstructor]
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.cpp:198:9: note: Calling languageChange
LuminanceHDR-v.2.5.1/src/HelpBrowser/helpbrowser.h:140:18: note: languageChange is a virtual method
LuminanceHDR-v.2.5.1/src/HelpBrowser/treeitem.cpp:50:40: style: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/HelpBrowser/treeitem.h:41:38: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
LuminanceHDR-v.2.5.1/src/HelpBrowser/treeitem.cpp:50:40: note: Function 'appendChild' argument 1 names different: declaration 'child' definition 'item'.
LuminanceHDR-v.2.5.1/src/HelpBrowser/treeitem.cpp:42:5: performance: Variable 'itemData' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
LuminanceHDR-v.2.5.1/src/Libpfs/colorspace/colorspace.cpp:76:32: style: Function 'transformSRGB2Y' argument 4 names different: declaration 'outY' definition 'outC1'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Libpfs/colorspace/colorspace.h:70:31: note: Function 'transformSRGB2Y' argument 4 names different: declaration 'outY' definition 'outC1'.
LuminanceHDR-v.2.5.1/src/Libpfs/colorspace/colorspace.cpp:76:32: note: Function 'transformSRGB2Y' argument 4 names different: declaration 'outY' definition 'outC1'.
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.cpp:256:61: style: Function 'operator<<' argument 2 names different: declaration 'exifdata' definition 'exifData'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.hpp:121:61: note: Function 'operator<<' argument 2 names different: declaration 'exifdata' definition 'exifData'.
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.cpp:256:61: note: Function 'operator<<' argument 2 names different: declaration 'exifdata' definition 'exifData'.
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.hpp:57:10: performance: Technically the member function 'pfs::exif::ExifData::hasIsoSpeed' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.cpp:179:16: note: Technically the member function 'pfs::exif::ExifData::hasIsoSpeed' can be static.
LuminanceHDR-v.2.5.1/src/Libpfs/exif/exifdata.hpp:57:10: note: Technically the member function 'pfs::exif::ExifData::hasIsoSpeed' can be static.
LuminanceHDR-v.2.5.1/src/Libpfs/frame.cpp:54:10: style: Technically the member function 'pfs::::ChannelDeleter::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegreader.cpp:219:22: style: Technically the member function 'pfs::io::JpegReaderData::cinfo' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:86:18: style: The scope of the variable 'length' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:327:10: style: The function 'setupJpegDest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:211:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:327:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:329:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:212:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:329:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:333:12: style: The function 'getFileSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:213:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:333:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:410:10: style: The function 'setupJpegDest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:211:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:410:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:415:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:212:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:415:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:416:12: style: The function 'getFileSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:213:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/jpegwriter.cpp:416:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:144:12: style: Technically the member function 'pfs::io::PngWriterImpl::getFileSize' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:239:10: style: The function 'setupPngDest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:139:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:239:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:244:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:141:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:244:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:245:10: style: The function 'computeSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:142:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:245:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:280:10: style: The function 'setupPngDest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:139:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:280:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:285:10: style: The function 'close' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:141:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:285:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:286:10: style: The function 'computeSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:142:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/io/pngwriter.cpp:286:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/io/rawreader.cpp:133:16: style: The scope of the variable 'tempDouble' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/io/tiffreader.cpp:282:10: performance: Technically the member function 'pfs::io::TiffReaderData::doNothing' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:547:14: style: The scope of the variable 'pixVal' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:84:10: style: Technically the member function 'Vector3D::dot' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:368:5: style: Class 'CylindricalProjection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:368:5: style: Class 'CylindricalProjection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:454:5: style: Class 'PolarProjection' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.cpp:454:5: style: Class 'PolarProjection' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:84:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:58:25: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:84:15: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:85:10: style: The function 'getSizeRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:49:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:85:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:86:8: style: The function 'isValidPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:48:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:86:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:87:13: style: The function 'uvToDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:46:23: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:87:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:88:12: style: The function 'directionToUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:47:22: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:88:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:98:8: style: The function 'setOptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:54:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:98:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:99:15: style: The function 'getName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:58:25: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:99:15: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:100:10: style: The function 'getSizeRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:49:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:100:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:101:8: style: The function 'isValidPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:48:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:101:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:102:13: style: The function 'uvToDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:46:23: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:102:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:103:12: style: The function 'directionToUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:47:22: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:103:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:118:10: style: The function 'getSizeRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:49:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:118:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:119:8: style: The function 'isValidPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:48:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:119:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:120:13: style: The function 'uvToDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:46:23: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:120:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:121:12: style: The function 'directionToUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:47:22: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:121:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:134:10: style: The function 'getSizeRatio' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:49:20: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:134:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:135:8: style: The function 'isValidPixel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:48:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:135:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:136:13: style: The function 'uvToDirection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:46:23: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:136:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:137:12: style: The function 'directionToUV' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:47:22: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/projection.h:137:12: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:221:12: style: The scope of the variable 'x' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:222:12: style: The scope of the variable 'y' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:223:12: style: The scope of the variable 'index' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:225:11: style: The scope of the variable 'x_diff' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:226:11: style: The scope of the variable 'y_diff' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:295:34: style: Function 'resize' argument 1 names different: declaration 'from' definition 'in'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.h:42:34: note: Function 'resize' argument 1 names different: declaration 'from' definition 'in'.
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:295:34: note: Function 'resize' argument 1 names different: declaration 'from' definition 'in'.
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:295:53: style: Function 'resize' argument 2 names different: declaration 'to' definition 'out'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.h:42:55: note: Function 'resize' argument 2 names different: declaration 'to' definition 'out'.
LuminanceHDR-v.2.5.1/src/Libpfs/manip/resize.hxx:295:53: note: Function 'resize' argument 2 names different: declaration 'to' definition 'out'.
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.h:82:10: style: Technically the member function 'msec_timer::get_time' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.cpp:100:20: note: Technically the member function 'msec_timer::get_time' can be const.
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.h:82:10: note: Technically the member function 'msec_timer::get_time' can be const.
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.h:84:8: performance: Technically the member function 'msec_timer::get_timer_type' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.cpp:111:18: note: Technically the member function 'msec_timer::get_timer_type' can be static.
LuminanceHDR-v.2.5.1/src/Libpfs/utils/msec_timer.h:84:8: note: Technically the member function 'msec_timer::get_timer_type' can be static.
LuminanceHDR-v.2.5.1/src/MainCli/ezETAProgressBar.hpp:68:12: performance: Technically the member function 'ez::ezETAProgressBar::osQueryPerfomance' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/MainCli/ezETAProgressBar.hpp:80:14: performance: Technically the member function 'ez::ezETAProgressBar::secondsToString' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/MainCli/ezETAProgressBar.hpp:50:5: style: Class 'ezETAProgressBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.cpp:19:28: style: Function 'init' argument 1 names different: declaration 'wid' definition 'widget'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.h:18:24: note: Function 'init' argument 1 names different: declaration 'wid' definition 'widget'.
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.cpp:19:28: note: Function 'init' argument 1 names different: declaration 'wid' definition 'widget'.
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.h:24:10: performance: Technically the member function 'EcWin7::associateFileTypes' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.cpp:52:14: note: Technically the member function 'EcWin7::associateFileTypes' can be static.
LuminanceHDR-v.2.5.1/src/OsIntegration/ecwin7.h:24:10: note: Technically the member function 'EcWin7::associateFileTypes' can be static.
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:38: warning: Logical conjunction always evaluates to false: GPL2 && !(GPL3). [incorrectLogicOperator]
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:15: style: Condition 'GPL2' is always false [knownConditionTrueFalse]
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:633:17: note: Assignment 'GPL2=false', assigned value is 0
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:15: note: Condition 'GPL2' is always false
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:20: style: Same expression on both sides of '&&' because the value of 'GPL2' and 'GPL3' are the same. [duplicateExpression]
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:633:17: note: 'GPL2' is assigned value 'false' here.
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:638:17: note: 'GPL3' is assigned value 'false' here.
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:20: note: Same expression on both sides of '&&' because the value of 'GPL2' and 'GPL3' are the same.
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:38: style: Opposite expression on both sides of '&&'. [oppositeExpression]
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:38: note: Opposite expression on both sides of '&&'.
LuminanceHDR-v.2.5.1/src/Preferences/PreferencesDialog.cpp:644:38: note: Opposite expression on both sides of '&&'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/tmo_ashikhmin02.cpp:99:12: style: The scope of the variable 'gg' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:37:3: warning: Member variable 'Pyramid::width' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:37:3: warning: Member variable 'Pyramid::height' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:37:3: warning: Member variable 'Pyramid::size' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:37:3: warning: Member variable 'Pyramid::kernel_size' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:37:3: warning: Member variable 'Pyramid::lambda' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:70:3: warning: Member variable 'GaussianPyramid::g_weights' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ashikhmin02/pyramid.h:106:10: performance: Technically the member function 'GaussianPyramid::InterpolateLum' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/durand02/bilateral.cpp:95:11: style: Technically the member function 'GaussLookup::getValue' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/durand02/bilateral.cpp:82:9: style: Class 'GaussLookup' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/durand02/bilateral.cpp:82:9: style: Class 'GaussLookup' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/durand02/fastbilateral.cpp:250:18: style: The scope of the variable 'JJ' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/fattal02/pde.cpp:567:11: style: The scope of the variable 'ak' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/fattal02/pde.cpp:567:14: style: The scope of the variable 'akden' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/fattal02/pde.cpp:567:33: style: The scope of the variable 'bknum' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:129:9: style: The scope of the variable 'middle' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:129:17: style: The scope of the variable 'll' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:129:21: style: The scope of the variable 'hh' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:185:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:233:11: style: The scope of the variable 'R' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:312:11: style: The scope of the variable 'median' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:555:11: style: The scope of the variable 'delta' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/ferradans11/tmo_ferradans11.cpp:556:9: style: The scope of the variable 'steps' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:80:5: warning: Member variable 'UniformArrayLUT::start_v' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:89:22: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.h:40:8: performance: Technically the member function 'mai::CompressionTMO::tonemap' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:181:22: note: Technically the member function 'mai::CompressionTMO::tonemap' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.h:40:8: note: Technically the member function 'mai::CompressionTMO::tonemap' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:106:12: style: Technically the member function 'mai::UniformArrayLUT::interp' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:138:9: style: Class 'ImgHistogram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mai11/compression_tmo.cpp:138:9: style: Class 'ImgHistogram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/contrast_domain.cpp:120:11: style: The scope of the variable 'rdotr_prev' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/contrast_domain.cpp:122:11: style: The scope of the variable 'alpha' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:48:5: style: Class 'XYGradient' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:170:5: style: Struct 'TransformToR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:179:5: style: Struct 'TransformToG' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:77:54: style: Function 'computeGradients' argument 1 names different: declaration 'inputData' definition 'Y'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:120:48: note: Function 'computeGradients' argument 1 names different: declaration 'inputData' definition 'Y'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:77:54: note: Function 'computeGradients' argument 1 names different: declaration 'inputData' definition 'Y'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:113:54: style: Function 'computeSumOfDivergence' argument 1 names different: declaration 'sumOfDivG' definition 'sumOfdivG'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:123:48: note: Function 'computeSumOfDivergence' argument 1 names different: declaration 'sumOfDivG' definition 'sumOfdivG'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:113:54: note: Function 'computeSumOfDivergence' argument 1 names different: declaration 'sumOfDivG' definition 'sumOfdivG'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:247:41: style: Function 'multiply' argument 1 names different: declaration 'multiplier' definition 'other'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.h:137:35: note: Function 'multiply' argument 1 names different: declaration 'multiplier' definition 'other'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:247:41: note: Function 'multiply' argument 1 names different: declaration 'multiplier' definition 'other'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:269:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:270:13: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:226:5: style: Struct 'ScalePyramidS' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:180:0: style: Struct 'TransformObj < TransformToR >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk06/pyramid.cpp:180:0: style: Struct 'TransformObj < TransformToG >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:264:88: style: Function 'gsl_cqpminimizer_test_convergence' argument 3 names different: declaration 'eps_residual' definition 'eps_residuals'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/gsl_cqp.h:137:88: note: Function 'gsl_cqpminimizer_test_convergence' argument 3 names different: declaration 'eps_residual' definition 'eps_residuals'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:264:88: note: Function 'gsl_cqpminimizer_test_convergence' argument 3 names different: declaration 'eps_residual' definition 'eps_residuals'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:60:4: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:68:5: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:77:5: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:88:5: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:97:5: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:101:24: error: Dereferencing 'minimizer' after it is deallocated / released [deallocuse]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:107:5: error: Memory pointed to by 'minimizer' is freed twice. [doubleFree]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/cqpminimizer.c:111:3: error: Returning/dereferencing 'minimizer' after it is deallocated / released [deallocret]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/mg_pdip.c:238:23: style: The scope of the variable 'alpha_gondzio' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/mg_pdip.c:239:24: style: The scope of the variable 'tmp_d' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/cqp/mg_pdip.c:199:11: style: Variable 'status' is assigned a value that is never used. [unreadVariable]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:596:7: style: Condition 'verbose' is always false [knownConditionTrueFalse]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:594:24: note: Assignment 'verbose=false', assigned value is 0
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:596:7: note: Condition 'verbose' is always false
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:603:9: style: Condition 'verbose' is always false [knownConditionTrueFalse]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:594:24: note: Assignment 'verbose=false', assigned value is 0
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:603:9: note: Condition 'verbose' is always false
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:603:19: portability: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:773:28: style: C-style pointer casting [cstyleCast]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:1046:28: style: C-style pointer casting [cstyleCast]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:601:5: style: Variable 'status' is reassigned a value before the old one has been used. [redundantAssignment]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:600:5: note: Variable 'status' is reassigned a value before the old one has been used.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:601:5: note: Variable 'status' is reassigned a value before the old one has been used.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:607:14: style: The scope of the variable 'j' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:1078:24: style: int result is assigned to long variable. If the variable is long to avoid loss of information, then you have loss of information. [truncLongCastAssignment]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:112:17: warning: Member variable 'datmoToneCurve::size' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:219:3: warning: Member variable 'UniformArrayLUT::own_y_i' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:373:3: warning: Member variable 'conditional_density::total' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:228:20: warning: 'operator=' should check for assignment to self to avoid problems with dynamic memory. [operatorEqToSelf]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.h:57:8: style: Technically the member function 'datmoToneCurve::free' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:136:22: note: Technically the member function 'datmoToneCurve::free' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.h:57:8: note: Technically the member function 'datmoToneCurve::free' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:246:10: style: Technically the member function 'UniformArrayLUT::interp' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:389:5: style: Class 'conditional_density' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:389:5: style: Class 'conditional_density' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:75:3: style: Class 'DisplayFunctionGGBA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:97:3: style: Class 'DisplayFunctionLUT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:79:7: style: Class 'auto_matrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:92:7: style: Class 'auto_vector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:105:7: style: Class 'auto_cqpminimizer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_adaptive_tmo.cpp:373:3: style: Class 'conditional_density' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:77:9: style: The function 'inv_display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:46:17: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:77:9: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:78:9: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:50:17: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:78:9: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:85:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:57:16: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:85:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:100:9: style: The function 'inv_display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:46:17: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:100:9: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:101:9: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:50:17: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:101:9: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:102:8: style: The function 'print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:57:16: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.h:102:8: note: Function in derived class
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.cpp:125:3: style: Class 'DisplayFunctionLUT' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_function.cpp:125:3: style: Class 'DisplayFunctionLUT' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.h:59:9: style: Technically the member function 'DisplaySize::getPixPerDeg' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.cpp:63:20: note: Technically the member function 'DisplaySize::getPixPerDeg' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.h:59:9: note: Technically the member function 'DisplaySize::getPixPerDeg' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.h:60:9: style: Technically the member function 'DisplaySize::getViewD' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.cpp:68:20: note: Technically the member function 'DisplaySize::getViewD' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/display_size.h:60:9: note: Technically the member function 'DisplaySize::getViewD' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:77:10: style: Condition 'df==NULL' is always true [knownConditionTrueFalse]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:74:25: note: Assignment 'df=NULL', assigned value is 0
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:77:10: note: Condition 'df==NULL' is always true
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:80:10: style: Condition 'ds==NULL' is always true [knownConditionTrueFalse]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:75:21: note: Assignment 'ds=NULL', assigned value is 0
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:80:10: note: Condition 'ds==NULL' is always true
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:84:3: warning: Either the condition 'df!=NULL' is redundant or there is possible null pointer dereference: df. [nullPointerRedundantCheck]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:93:14: note: Assuming that condition 'df!=NULL' is not redundant
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:84:3: note: Null pointer dereference
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:77:10: style: Same expression on both sides of '==' because the value of 'df' and 'NULL' are the same. [duplicateExpression]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:74:25: note: 'df' is assigned value 'NULL' here.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:77:10: note: Same expression on both sides of '==' because the value of 'df' and 'NULL' are the same.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:80:10: style: Same expression on both sides of '==' because the value of 'ds' and 'NULL' are the same. [duplicateExpression]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:75:21: note: 'ds' is assigned value 'NULL' here.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/mantiuk08/pfstmo_mantiuk08.cpp:80:10: note: Same expression on both sides of '==' because the value of 'ds' and 'NULL' are the same.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/pfstmo_pattanaik00.cpp:71:11: style: The scope of the variable 'fps' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:119:9: style: Technically the member function 'VisualAdaptationModel::getAcone' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:125:9: style: Technically the member function 'VisualAdaptationModel::getArod' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:131:9: style: Technically the member function 'VisualAdaptationModel::getBcone' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:137:9: style: Technically the member function 'VisualAdaptationModel::getBrod' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:86:9: performance: Technically the member function 'VisualAdaptationModel::calculateLogAvgLuminance' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.cpp:368:30: note: Technically the member function 'VisualAdaptationModel::calculateLogAvgLuminance' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/pattanaik00/tmo_pattanaik00.h:86:9: note: Technically the member function 'VisualAdaptationModel::calculateLogAvgLuminance' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:61:49: style: Function 'build_pyramid' argument 2 names different: declaration 'ImageWidth' definition 'image_width'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:31:45: note: Function 'build_pyramid' argument 2 names different: declaration 'ImageWidth' definition 'image_width'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:61:49: note: Function 'build_pyramid' argument 2 names different: declaration 'ImageWidth' definition 'image_width'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:61:66: style: Function 'build_pyramid' argument 3 names different: declaration 'ImageHeight' definition 'image_height'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:31:61: note: Function 'build_pyramid' argument 3 names different: declaration 'ImageHeight' definition 'image_height'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/approx.cpp:61:66: note: Function 'build_pyramid' argument 3 names different: declaration 'ImageHeight' definition 'image_height'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:30:0: performance: Technically the member function 'TemporalSmoothVariable < double >::getThreshold' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:51:10: style: The scope of the variable 't' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:402:13: style: Checking if unsigned variable 'x' is less than zero. This might be a false warning. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:402:24: style: Checking if unsigned variable 'y' is less than zero. This might be a false warning. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:416:11: style: Checking if unsigned variable 'x' is less than zero. This might be a false warning. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:416:22: style: Checking if unsigned variable 'y' is less than zero. This might be a false warning. [unsignedLessThanZero]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::m_cvts' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::m_sigma_0' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::m_sigma_1' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::m_luminance' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::m_bbeta' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::Pyramid' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::PyramidHeight' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:270:13: warning: Member variable 'Reinhard02::PyramidWidth0' is not initialized in the constructor. [uninitMemberVar]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:135:10: style: Unused private function: 'Reinhard02::clamp_image' [unusedPrivateFunction]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:141:10: style: Unused private function: 'Reinhard02::dynamic_range' [unusedPrivateFunction]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:130:12: performance: Technically the member function 'Reinhard02::bessel' can be static. [functionStatic]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:44:20: note: Technically the member function 'Reinhard02::bessel' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:130:12: note: Technically the member function 'Reinhard02::bessel' can be static.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:133:12: style: Technically the member function 'Reinhard02::get_maxvalue' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:89:20: note: Technically the member function 'Reinhard02::get_maxvalue' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:133:12: note: Technically the member function 'Reinhard02::get_maxvalue' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:135:10: style: Technically the member function 'Reinhard02::clamp_image' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:141:18: note: Technically the member function 'Reinhard02::clamp_image' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:135:10: note: Technically the member function 'Reinhard02::clamp_image' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:141:10: style: Technically the member function 'Reinhard02::dynamic_range' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:240:18: note: Technically the member function 'Reinhard02::dynamic_range' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:141:10: note: Technically the member function 'Reinhard02::dynamic_range' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:142:12: style: Technically the member function 'Reinhard02::V1' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:361:20: note: Technically the member function 'Reinhard02::V1' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:142:12: note: Technically the member function 'Reinhard02::V1' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:143:12: style: Technically the member function 'Reinhard02::pyramid_lookup' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.cpp:396:20: note: Technically the member function 'Reinhard02::pyramid_lookup' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard02/tmo_reinhard02.h:143:12: note: Technically the member function 'Reinhard02::pyramid_lookup' can be const.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:28: style: Function 'tmo_reinhard05' argument 3 names different: declaration 'R' definition 'nR'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.h:73:28: note: Function 'tmo_reinhard05' argument 3 names different: declaration 'R' definition 'nR'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:28: note: Function 'tmo_reinhard05' argument 3 names different: declaration 'R' definition 'nR'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:39: style: Function 'tmo_reinhard05' argument 4 names different: declaration 'G' definition 'nG'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.h:73:38: note: Function 'tmo_reinhard05' argument 4 names different: declaration 'G' definition 'nG'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:39: note: Function 'tmo_reinhard05' argument 4 names different: declaration 'G' definition 'nG'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:50: style: Function 'tmo_reinhard05' argument 5 names different: declaration 'B' definition 'nB'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.h:73:48: note: Function 'tmo_reinhard05' argument 5 names different: declaration 'B' definition 'nB'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:214:50: note: Function 'tmo_reinhard05' argument 5 names different: declaration 'B' definition 'nB'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:215:34: style: Function 'tmo_reinhard05' argument 6 names different: declaration 'Y' definition 'nY'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.h:74:34: note: Function 'tmo_reinhard05' argument 6 names different: declaration 'Y' definition 'nY'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:215:34: note: Function 'tmo_reinhard05' argument 6 names different: declaration 'Y' definition 'nY'.
LuminanceHDR-v.2.5.1/src/TonemappingOperators/reinhard05/tmo_reinhard05.cpp:96:10: style: Technically the member function '::Normalizer::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/SavingParametersDialog.h:35:5: style: Class 'SavingParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TMOProgressIndicator.h:39:5: style: Class 'TMOProgressIndicator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:115:10: style: The scope of the variable 'simple' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:116:10: style: The scope of the variable 'eq2' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:117:11: style: The scope of the variable 'lct' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:137:11: style: The scope of the variable 'bias' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:153:11: style: The scope of the variable 'spatial' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:154:13: style: The scope of the variable 'range' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:155:14: style: The scope of the variable 'base' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:175:11: style: The scope of the variable 'alpha' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:176:12: style: The scope of the variable 'beta' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:177:9: style: The scope of the variable 'colorSat' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:178:9: style: The scope of the variable 'noiseReduction' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:179:10: style: The scope of the variable 'fftsolver' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:203:11: style: The scope of the variable 'rho' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:204:12: style: The scope of the variable 'inv_alpha' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:222:10: style: The scope of the variable 'contrastEqualization' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:223:11: style: The scope of the variable 'contrastFactor' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:224:11: style: The scope of the variable 'saturationFactor' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:225:11: style: The scope of the variable 'detailFactor' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:247:11: style: The scope of the variable 'colorSaturation' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:248:11: style: The scope of the variable 'contrastEnhancement' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:249:11: style: The scope of the variable 'luminanceLevel' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:250:10: style: The scope of the variable 'manualLuminanceLevel' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:272:11: style: The scope of the variable 'multiplier' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:273:11: style: The scope of the variable 'rod' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:274:11: style: The scope of the variable 'cone' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:275:10: style: The scope of the variable 'autolum' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:276:10: style: The scope of the variable 'local' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:300:10: style: The scope of the variable 'scales' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:301:11: style: The scope of the variable 'key' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:302:11: style: The scope of the variable 'phi' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:303:9: style: The scope of the variable 'irange' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:304:9: style: The scope of the variable 'lower' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:305:9: style: The scope of the variable 'upper' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:331:11: style: The scope of the variable 'brightness' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:332:11: style: The scope of the variable 'chromaticAdaptation' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TonemappingPanel/TonemappingSettings.cpp:333:11: style: The scope of the variable 'lightAdaptation' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/src/TransplantExif/TransplantExifDialog.h:41:5: style: Class 'TransplantExifDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/UI/ExtWizardPage.h:18:5: style: Class 'ExtWizardPage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/UI/PreviewFrame.h:37:5: style: Class 'PreviewFrame' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:39:21: style: Function 'Gang' argument 1 names different: declaration 's' definition 'slider'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:46:19: note: Function 'Gang' argument 1 names different: declaration 's' definition 'slider'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:39:21: note: Function 'Gang' argument 1 names different: declaration 's' definition 'slider'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:39:45: style: Function 'Gang' argument 2 names different: declaration 'dsb' definition 'doublespinbox'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:46:42: note: Function 'Gang' argument 2 names different: declaration 'dsb' definition 'doublespinbox'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:39:45: note: Function 'Gang' argument 2 names different: declaration 'dsb' definition 'doublespinbox'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:40:20: style: Function 'Gang' argument 3 names different: declaration 'cbx1' definition 'chkbox1'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:47:21: note: Function 'Gang' argument 3 names different: declaration 'cbx1' definition 'chkbox1'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:40:20: note: Function 'Gang' argument 3 names different: declaration 'cbx1' definition 'chkbox1'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:40:40: style: Function 'Gang' argument 4 names different: declaration 'cbx2' definition 'chkbox2'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:47:42: note: Function 'Gang' argument 4 names different: declaration 'cbx2' definition 'chkbox2'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:40:40: note: Function 'Gang' argument 4 names different: declaration 'cbx2' definition 'chkbox2'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:41:21: style: Function 'Gang' argument 7 names different: declaration 'minv' definition 'minvalue'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:49:22: note: Function 'Gang' argument 7 names different: declaration 'minv' definition 'minvalue'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:41:21: note: Function 'Gang' argument 7 names different: declaration 'minv' definition 'minvalue'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:41:43: style: Function 'Gang' argument 8 names different: declaration 'maxv' definition 'maxvalue'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/UI/Gang.h:49:46: note: Function 'Gang' argument 8 names different: declaration 'maxv' definition 'maxvalue'.
LuminanceHDR-v.2.5.1/src/UI/Gang.cpp:41:43: note: Function 'Gang' argument 8 names different: declaration 'maxv' definition 'maxvalue'.
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:86:18: warning: Virtual function 'retranslateUi' is called from constructor 'HdrViewer(pfs::Frame*frame,QWidget*parent=0,bool ns=false)' at line 68. Dynamic binding is not used. [virtualCallInConstructor]
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.cpp:68:5: note: Calling initUi
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.cpp:105:5: note: Calling retranslateUi
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:86:18: note: retranslateUi is a virtual method
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:61:13: style: The function 'getFileNamePostFix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:146:21: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:61:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:62:13: style: The function 'getExifComment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:149:21: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:62:13: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:66:10: style: The function 'isHDR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:131:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:66:10: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:69:11: style: The function 'getMaxLuminanceValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:134:19: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:69:11: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:72:11: style: The function 'getMinLuminanceValue' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:137:19: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:72:11: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:74:20: style: The function 'getLuminanceMappingMethod' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:140:28: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:74:20: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:82:18: style: The function 'updatePixmap' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:94:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:82:18: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:86:18: style: The function 'retranslateUi' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
LuminanceHDR-v.2.5.1/src/Viewers/GenericViewer.h:180:18: note: Virtual function in base class
LuminanceHDR-v.2.5.1/src/Viewers/HdrViewer.h:86:18: note: Function in derived class
LuminanceHDR-v.2.5.1/src/Viewers/Histogram.cpp:38:7: style: Class 'Histogram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
LuminanceHDR-v.2.5.1/src/Viewers/Histogram.cpp:38:7: style: Class 'Histogram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.cpp:51:44: style: Function 'setImage' argument 1 names different: declaration 'fullsize_zoomed_image' definition 'fullsize'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.h:36:34: note: Function 'setImage' argument 1 names different: declaration 'fullsize_zoomed_image' definition 'fullsize'.
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.cpp:51:44: note: Function 'setImage' argument 1 names different: declaration 'fullsize_zoomed_image' definition 'fullsize'.
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.cpp:102:46: style: Function 'setRegionSelection' argument 1 names different: declaration 'regionSelection' definition 'rs'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.h:38:35: note: Function 'setRegionSelection' argument 1 names different: declaration 'regionSelection' definition 'rs'.
LuminanceHDR-v.2.5.1/src/Viewers/PanIconWidget.cpp:102:46: note: Function 'setRegionSelection' argument 1 names different: declaration 'regionSelection' definition 'rs'.
LuminanceHDR-v.2.5.1/src/contrib/qtwaitingspinner/QtWaitingSpinner.cpp:264:47: style: Function 'currentLineColor' argument 1 names different: declaration 'distance' definition 'countDistance'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/src/contrib/qtwaitingspinner/QtWaitingSpinner.h:71:38: note: Function 'currentLineColor' argument 1 names different: declaration 'distance' definition 'countDistance'.
LuminanceHDR-v.2.5.1/src/contrib/qtwaitingspinner/QtWaitingSpinner.cpp:264:47: note: Function 'currentLineColor' argument 1 names different: declaration 'distance' definition 'countDistance'.
LuminanceHDR-v.2.5.1/test/TestMantiuk06Pyramid.cpp:35:11: style: Technically the member function 'RandZeroOne::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/test/TestVex.cpp:45:11: style: Technically the member function 'FillValue < float >::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/test/TestVex.cpp:51:13: style: Technically the member function 'FillValue < uint8_t >::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/test/TestVex.cpp:57:14: style: Technically the member function 'FillValue < uint16_t >::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/test/TestVex.cpp:63:13: style: Technically the member function 'FillValue < int32_t >::operator()' can be const. [functionConst]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:304:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:599:24: warning: Either the condition 'if(py_curr)' is redundant or there is possible null pointer dereference: py_curr. [nullPointerRedundantCheck]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:601:6: note: Assuming that condition 'if(py_curr)' is not redundant
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:599:24: note: Null pointer dereference
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:330:11: style: The scope of the variable 'divGx' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:330:18: style: The scope of the variable 'divGy' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:548:7: style: The scope of the variable 'Y_IDX' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:643:21: style: The scope of the variable 'rdotr_prev' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:644:9: style: The scope of the variable 'alpha' can be reduced. [variableScope]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:328:45: style: Function 'calculate_and_add_divergence' argument 1 names different: declaration 'rows' definition 'COLS'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:63:45: note: Function 'calculate_and_add_divergence' argument 1 names different: declaration 'rows' definition 'COLS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:328:45: note: Function 'calculate_and_add_divergence' argument 1 names different: declaration 'rows' definition 'COLS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:328:61: style: Function 'calculate_and_add_divergence' argument 2 names different: declaration 'cols' definition 'ROWS'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:63:61: note: Function 'calculate_and_add_divergence' argument 2 names different: declaration 'cols' definition 'ROWS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:328:61: note: Function 'calculate_and_add_divergence' argument 2 names different: declaration 'cols' definition 'ROWS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:546:36: style: Function 'calculate_gradient' argument 1 names different: declaration 'cols' definition 'COLS'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:72:35: note: Function 'calculate_gradient' argument 1 names different: declaration 'cols' definition 'COLS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:546:36: note: Function 'calculate_gradient' argument 1 names different: declaration 'cols' definition 'COLS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:546:52: style: Function 'calculate_gradient' argument 2 names different: declaration 'rows' definition 'ROWS'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:72:51: note: Function 'calculate_gradient' argument 2 names different: declaration 'rows' definition 'ROWS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:546:52: note: Function 'calculate_gradient' argument 2 names different: declaration 'rows' definition 'ROWS'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:588:66: style: Function 'pyramid_calculate_gradient' argument 2 names different: declaration 'lum' definition 'Y'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:73:66: note: Function 'pyramid_calculate_gradient' argument 2 names different: declaration 'lum' definition 'Y'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:588:66: note: Function 'pyramid_calculate_gradient' argument 2 names different: declaration 'lum' definition 'Y'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:627:42: style: Function 'multiplyA' argument 2 names different: declaration 'pyramid' definition 'pC'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:75:42: note: Function 'multiplyA' argument 2 names different: declaration 'pyramid' definition 'pC'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:627:42: note: Function 'multiplyA' argument 2 names different: declaration 'pyramid' definition 'pC'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:37: style: Function 'tmo_mantiuk06_contmap' argument 1 names different: declaration 'cols' definition 'c'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:103:32: note: Function 'tmo_mantiuk06_contmap' argument 1 names different: declaration 'cols' definition 'c'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:37: note: Function 'tmo_mantiuk06_contmap' argument 1 names different: declaration 'cols' definition 'c'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:50: style: Function 'tmo_mantiuk06_contmap' argument 2 names different: declaration 'rows' definition 'r'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:103:42: note: Function 'tmo_mantiuk06_contmap' argument 2 names different: declaration 'rows' definition 'r'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:50: note: Function 'tmo_mantiuk06_contmap' argument 2 names different: declaration 'rows' definition 'r'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:181: style: Function 'tmo_mantiuk06_contmap' argument 9 names different: declaration 'detailFactor' definition 'detailfactor'. [funcArgNamesDifferent]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.h:104:79: note: Function 'tmo_mantiuk06_contmap' argument 9 names different: declaration 'detailFactor' definition 'detailfactor'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:1047:181: note: Function 'tmo_mantiuk06_contmap' argument 9 names different: declaration 'detailFactor' definition 'detailfactor'.
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:868:17: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
LuminanceHDR-v.2.5.1/test/mantiuk06/contrast_domain.cpp:870:16: style: Expression 'log(1 + x)' can be replaced by 'log1p(x)' to avoid loss of precision. [unpreciseMathCall]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/lunar/lunar_2.2.orig.tar.gz
lunar/lunar.c:163:39: style: The scope of the variable 'option' can be reduced. [variableScope]
lunar/lunar.c:399:15: style: The scope of the variable 'days' can be reduced. [variableScope]
lunar/lunar.c:521:18: style: The scope of the variable 'leap' can be reduced. [variableScope]
lunar/lunar.c:522:10: style: The scope of the variable 'code' can be reduced. [variableScope]
lunar/lunar.c:248:11: style: Unused variable: d [unusedVariable]
lunar/lunar.c:272:11: style: Unused variable: d [unusedVariable]
lunar/lunar.c:333:13: style: Variable 'nYear' is assigned a value that is never used. [unreadVariable]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/lunar-date/lunar-date_2.4.0.orig.tar.gz
lunar-date-2.4.0/lunar-date/lunar-date-private.c:117:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lunar-date-2.4.0/lunar-date/lunar-date-private.c:225:15: style: The scope of the variable 'offset' can be reduced. [variableScope]
lunar-date-2.4.0/lunar-date/lunar-date-private.c:243:6: style: The scope of the variable 'd' can be reduced. [variableScope]
lunar-date-2.4.0/lunar-date/lunar-date.c:378:9: style: The scope of the variable 'str_day' can be reduced. [variableScope]
lunar-date-2.4.0/lunar-date/lunar-date.c:1009:7: style: The scope of the variable 'code' can be reduced. [variableScope]
lunar-date-2.4.0/lunar-date/lunar-date.c:490:9: style: Unused variable: s [unusedVariable]
lunar-date-2.4.0/lunar-date/lunar-date.c:759:8: style: Unused variable: days [unusedVariable]
lunar-date-2.4.0/lunar-date/lunar-date.c:762:10: style: Unused variable: d [unusedVariable]
lunar-date-2.4.0/lunar-date/lunar-date.c:902:12: style: Unused variable: nYear [unusedVariable]
lunar-date-2.4.0/tests/test-date.c:85:2: style: Variable 'rand' is reassigned a value before the old one has been used. [redundantAssignment]
lunar-date-2.4.0/tests/test-date.c:81:0: note: Variable 'rand' is reassigned a value before the old one has been used.
lunar-date-2.4.0/tests/test-date.c:85:2: note: Variable 'rand' is reassigned a value before the old one has been used.
lunar-date-2.4.0/tests/test-date.c:105:2: style: Variable 'rand' is reassigned a value before the old one has been used. [redundantAssignment]
lunar-date-2.4.0/tests/test-date.c:101:0: note: Variable 'rand' is reassigned a value before the old one has been used.
lunar-date-2.4.0/tests/test-date.c:105:2: note: Variable 'rand' is reassigned a value before the old one has been used.
lunar-date-2.4.0/tests/test-date.c:107:2: style: Variable 'date' is reassigned a value before the old one has been used. [redundantAssignment]
lunar-date-2.4.0/tests/test-date.c:104:2: note: Variable 'date' is reassigned a value before the old one has been used.
lunar-date-2.4.0/tests/test-date.c:107:2: note: Variable 'date' is reassigned a value before the old one has been used.
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/lunch/lunch_0.4.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lunzip/lunzip_1.8.orig.tar.xz
lunzip-1.8/carg_parser.c:158:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lunzip-1.8/carg_parser.c:206:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lunzip-1.8/main.c:63:0: error: #error "Environments where CHAR_BIT != 8 are not supported." [preprocessorErrorDirective]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luola/luola_1.3.2.orig.tar.gz
luola-1.3.2/contrib/unmakelev.c:90:2: portability: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint]
luola-1.3.2/contrib/unmakelev.c:271:13: style: Checking if unsigned variable 'readen' is less than zero. [unsignedLessThanZero]
luola-1.3.2/src/SFont.c:92:9: style: The scope of the variable 'charoffset' can be reduced. [variableScope]
luola-1.3.2/src/SFont.c:140:9: style: The scope of the variable 'charoffset' can be reduced. [variableScope]
luola-1.3.2/src/SFont.c:33:41: style: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'. [funcArgNamesDifferent]
luola-1.3.2/src/SFont.h:57:42: note: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'.
luola-1.3.2/src/SFont.c:33:41: note: Function 'SFont_InitFont' argument 1 names different: declaration 'Font' definition 'Surface'.
luola-1.3.2/src/SFont.c:67:33: style: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'. [funcArgNamesDifferent]
luola-1.3.2/src/SFont.h:62:33: note: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'.
luola-1.3.2/src/SFont.c:67:33: note: Function 'SFont_FreeFont' argument 1 names different: declaration 'Font' definition 'FontInfo'.
luola-1.3.2/src/animation.c:321:9: style: The scope of the variable 'p' can be reduced. [variableScope]
luola-1.3.2/src/bullet.c:98:23: style: The scope of the variable 'dx' can be reduced. [variableScope]
luola-1.3.2/src/bullet.c:98:27: style: The scope of the variable 'dy' can be reduced. [variableScope]
luola-1.3.2/src/bullet.c:496:0: error: Memory leak: newmine [memleak]
luola-1.3.2/src/console.c:542:9: style: Variable 'event.key.state' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:541:9: note: Variable 'event.key.state' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:542:9: note: Variable 'event.key.state' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:638:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:637:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:638:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:639:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:638:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:639:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:642:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:641:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:642:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:643:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:642:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:643:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:646:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:645:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:646:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:647:9: style: Variable 'color' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/console.c:646:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:647:9: note: Variable 'color' is reassigned a value before the old one has been used.
luola-1.3.2/src/console.c:280:72: style: Function 'cliprect' argument 7 names different: declaration 'w2' definition 'x3'. [funcArgNamesDifferent]
luola-1.3.2/src/console.h:105:31: note: Function 'cliprect' argument 7 names different: declaration 'w2' definition 'x3'.
luola-1.3.2/src/console.c:280:72: note: Function 'cliprect' argument 7 names different: declaration 'w2' definition 'x3'.
luola-1.3.2/src/console.c:281:24: style: Function 'cliprect' argument 8 names different: declaration 'h2' definition 'y3'. [funcArgNamesDifferent]
luola-1.3.2/src/console.h:105:39: note: Function 'cliprect' argument 8 names different: declaration 'h2' definition 'y3'.
luola-1.3.2/src/console.c:281:24: note: Function 'cliprect' argument 8 names different: declaration 'h2' definition 'y3'.
luola-1.3.2/src/console.c:484:50: style: Function 'error_screen' argument 2 names different: declaration 'exitsmg' definition 'exitmsg'. [funcArgNamesDifferent]
luola-1.3.2/src/console.h:122:57: note: Function 'error_screen' argument 2 names different: declaration 'exitsmg' definition 'exitmsg'.
luola-1.3.2/src/console.c:484:50: note: Function 'error_screen' argument 2 names different: declaration 'exitsmg' definition 'exitmsg'.
luola-1.3.2/src/critter.c:514:33: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
luola-1.3.2/src/demo.c:90:9: style: The scope of the variable 'tempx' can be reduced. [variableScope]
luola-1.3.2/src/demo.c:90:16: style: The scope of the variable 'tempy' can be reduced. [variableScope]
luola-1.3.2/src/font.c:185:9: style: Condition 'use_sfont' is always true [knownConditionTrueFalse]
luola-1.3.2/src/font.c:131:17: note: Assignment 'use_sfont=1', assigned value is 1
luola-1.3.2/src/font.c:185:9: note: Condition 'use_sfont' is always true
luola-1.3.2/src/font.c:271:18: style: The scope of the variable 'fontsurface' can be reduced. [variableScope]
luola-1.3.2/src/fs.c:293:16: style: The scope of the variable 'data' can be reduced. [variableScope]
luola-1.3.2/src/game.c:221:21: warning: %ld in format string (no. 1) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
luola-1.3.2/src/game.c:257:45: error: Undefined behavior: Variable 'summary' is used as parameter and destination in s[n]printf(). [sprintfOverlappingData]
luola-1.3.2/src/intro.c:219:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:215:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:219:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:223:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:219:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:223:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:228:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:223:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:228:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:232:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:228:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:232:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:259:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:251:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:259:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:263:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:259:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:263:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:301:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:297:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:301:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:311:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:307:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:311:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:343:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:338:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:343:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:347:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:343:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:347:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:351:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:347:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:351:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:355:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:351:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:355:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:391:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:384:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:391:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:396:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:391:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:396:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:401:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:396:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:401:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:405:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:401:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:405:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:447:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:443:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:447:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:451:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:447:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:451:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:527:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:523:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:527:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:531:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:527:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:531:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:544:5: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/intro.c:537:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:544:5: note: Variable 'item' is reassigned a value before the old one has been used.
luola-1.3.2/src/intro.c:232:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:263:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:355:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:405:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:464:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:544:12: style: Variable 'item' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/src/intro.c:188:76: error: Uninitialized struct member: sub.min [uninitStructMember]
luola-1.3.2/src/intro.c:188:76: error: Uninitialized struct member: sub.max [uninitStructMember]
luola-1.3.2/src/intro.c:188:76: error: Uninitialized struct member: sub.inc [uninitStructMember]
luola-1.3.2/src/intro.c:252:54: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:256:54: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:260:52: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:264:49: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:252:54: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:256:54: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:260:52: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:264:49: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:252:54: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:256:54: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:260:52: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:264:49: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:379:44: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:385:55: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:379:44: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:385:55: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:379:44: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:385:55: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:444:52: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:448:43: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:452:46: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:444:52: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:448:43: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:452:46: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:444:52: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:448:43: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:452:46: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:512:48: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:518:51: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:524:53: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:528:51: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:532:47: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:538:65: error: Uninitialized struct member: val.min [uninitStructMember]
luola-1.3.2/src/intro.c:512:48: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:518:51: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:524:53: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:528:51: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:532:47: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:538:65: error: Uninitialized struct member: val.max [uninitStructMember]
luola-1.3.2/src/intro.c:512:48: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:518:51: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:524:53: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:528:51: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:532:47: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/intro.c:538:65: error: Uninitialized struct member: val.inc [uninitStructMember]
luola-1.3.2/src/lcmap.c:205:0: error: Memory leak: colors [memleak]
luola-1.3.2/src/lconf.c:169:50: warning: Either the condition 'pair==NULL' is redundant or there is possible null pointer dereference: pair. [nullPointerRedundantCheck]
luola-1.3.2/src/lconf.c:167:16: note: Assuming that condition 'pair==NULL' is not redundant
luola-1.3.2/src/lconf.c:169:50: note: Null pointer dereference
luola-1.3.2/src/lconf.c:170:21: warning: Either the condition 'pair==NULL' is redundant or there is possible null pointer dereference: pair. [nullPointerRedundantCheck]
luola-1.3.2/src/lconf.c:167:16: note: Assuming that condition 'pair==NULL' is not redundant
luola-1.3.2/src/lconf.c:170:21: note: Null pointer dereference
luola-1.3.2/src/ldat.c:124:0: error: Memory leak: newblock [memleak]
luola-1.3.2/src/level.c:111:12: style: The scope of the variable 'x' can be reduced. [variableScope]
luola-1.3.2/src/level.c:111:15: style: The scope of the variable 'y' can be reduced. [variableScope]
luola-1.3.2/src/level.c:112:12: style: The scope of the variable 'col' can be reduced. [variableScope]
luola-1.3.2/src/level.c:144:16: style: The scope of the variable 'green' can be reduced. [variableScope]
luola-1.3.2/src/level.c:144:23: style: The scope of the variable 'blue' can be reduced. [variableScope]
luola-1.3.2/src/level.c:198:12: style: The scope of the variable 'bits' can be reduced. [variableScope]
luola-1.3.2/src/level.c:599:19: style: The scope of the variable 'x' can be reduced. [variableScope]
luola-1.3.2/src/level.c:599:21: style: The scope of the variable 'y' can be reduced. [variableScope]
luola-1.3.2/src/main.c:102:9: style: The scope of the variable 'rval' can be reduced. [variableScope]
luola-1.3.2/src/main.c:102:15: style: The scope of the variable 'r' can be reduced. [variableScope]
luola-1.3.2/src/menu.c:209:9: style: The scope of the variable 'r' can be reduced. [variableScope]
luola-1.3.2/src/parser.c:179:48: warning: Either the condition 'pair==NULL' is redundant or there is possible null pointer dereference: pair. [nullPointerRedundantCheck]
luola-1.3.2/src/parser.c:177:16: note: Assuming that condition 'pair==NULL' is not redundant
luola-1.3.2/src/parser.c:179:48: note: Null pointer dereference
luola-1.3.2/src/parser.c:180:21: warning: Either the condition 'pair==NULL' is redundant or there is possible null pointer dereference: pair. [nullPointerRedundantCheck]
luola-1.3.2/src/parser.c:177:16: note: Assuming that condition 'pair==NULL' is not redundant
luola-1.3.2/src/parser.c:180:21: note: Null pointer dereference
luola-1.3.2/src/parser.c:64:5: style: Variable 'tl' is reassigned a value before the old one has been used. [redundantAssignment]
luola-1.3.2/src/parser.c:63:0: note: Variable 'tl' is reassigned a value before the old one has been used.
luola-1.3.2/src/parser.c:64:5: note: Variable 'tl' is reassigned a value before the old one has been used.
luola-1.3.2/src/pilot.c:168:22: style: The scope of the variable 'sweatdrop' can be reduced. [variableScope]
luola-1.3.2/src/player.c:470:18: style: The scope of the variable 'ship' can be reduced. [variableScope]
luola-1.3.2/src/projectile.c:146:13: style: The scope of the variable 'p' can be reduced. [variableScope]
luola-1.3.2/src/ship.c:197:40: error: Array index -1 is out of bounds. [negativeIndex]
luola-1.3.2/src/ship.c:166:25: note: Assignment 'color=Grey', assigned value is 0
luola-1.3.2/src/ship.c:178:36: note: Calling function 'create_ship', 1st argument 'color' value is 0
luola-1.3.2/src/ship.c:197:40: note: Negative array index
luola-1.3.2/src/special.c:334:9: style: The scope of the variable 'targplr' can be reduced. [variableScope]
luola-1.3.2/src/special.c:372:12: style: The scope of the variable 'a' can be reduced. [variableScope]
luola-1.3.2/src/special.c:337:19: style: Variable 'targplr' is assigned a value that is never used. [unreadVariable]
luola-1.3.2/tools/archive.c:206:13: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
luola-1.3.2/tools/archive.c:121:24: style: The scope of the variable 'read' can be reduced. [variableScope]
luola-1.3.2/tools/archive.c:83:13: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luola-1.3.2/tools/archive.c:97:19: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
luola-1.3.2/tools/archive.c:138:0: error: Resource leak: fp [resourceLeak]
luola-1.3.2/tools/im_tou.c:239:20: style: The scope of the variable 'type' can be reduced. [variableScope]
luola-1.3.2/tools/im_tou.c:239:25: style: The scope of the variable 'len' can be reduced. [variableScope]
luola-1.3.2/tools/im_tou.c:142:9: style: Unused variable: r [unusedVariable]
luola-1.3.2/tools/im_tou.c:228:9: error: Resource leak: fp [resourceLeak]
luola-1.3.2/tools/im_wings.c:151:15: style: Unused variable: i [unusedVariable]
luola-1.3.2/tools/lcmaptool.c:91:13: error: Memory leak: mapdata [memleak]
luola-1.3.2/tools/ldatar.c:113:43: error: Uninitialized variable: file [uninitvar]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luola-levels/luola-levels_6.0.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/luola-nostalgy/luola-nostalgy_1.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lure-of-the-temptress/lure-of-the-temptress_1.1+ds2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lurker/lurker_2.3.orig.tar.gz
lurker-2.3/common/CharsetEscape.cpp:59:51: style: Function 'write' argument 2 names different: declaration 's' definition 'ib'. [funcArgNamesDifferent]
lurker-2.3/common/CharsetEscape.h:51:38: note: Function 'write' argument 2 names different: declaration 's' definition 'ib'.
lurker-2.3/common/CharsetEscape.cpp:59:51: note: Function 'write' argument 2 names different: declaration 's' definition 'ib'.
lurker-2.3/common/CharsetEscape.cpp:59:62: style: Function 'write' argument 3 names different: declaration 'amt' definition 'is'. [funcArgNamesDifferent]
lurker-2.3/common/CharsetEscape.h:51:48: note: Function 'write' argument 3 names different: declaration 'amt' definition 'is'.
lurker-2.3/common/CharsetEscape.cpp:59:62: note: Function 'write' argument 3 names different: declaration 'amt' definition 'is'.
lurker-2.3/common/CharsetEscape.cpp:137:41: style: Function 'write' argument 1 names different: declaration 's' definition 'ib'. [funcArgNamesDifferent]
lurker-2.3/common/CharsetEscape.h:52:28: note: Function 'write' argument 1 names different: declaration 's' definition 'ib'.
lurker-2.3/common/CharsetEscape.cpp:137:41: note: Function 'write' argument 1 names different: declaration 's' definition 'ib'.
lurker-2.3/common/CharsetEscape.cpp:137:52: style: Function 'write' argument 2 names different: declaration 'amt' definition 'is'. [funcArgNamesDifferent]
lurker-2.3/common/CharsetEscape.h:52:38: note: Function 'write' argument 2 names different: declaration 'amt' definition 'is'.
lurker-2.3/common/CharsetEscape.cpp:137:52: note: Function 'write' argument 2 names different: declaration 'amt' definition 'is'.
lurker-2.3/common/CharsetEscape.h:51:8: style: Technically the member function 'CharsetEscape::write' can be const. [functionConst]
lurker-2.3/common/CharsetEscape.cpp:59:21: note: Technically the member function 'CharsetEscape::write' can be const.
lurker-2.3/common/CharsetEscape.h:51:8: note: Technically the member function 'CharsetEscape::write' can be const.
lurker-2.3/common/CharsetEscape.h:46:3: style: Class 'CharsetEscape' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/Summary.h:62:3: warning: Member variable 'Summary::deleted_' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/common/Summary.h:62:3: warning: Member variable 'Summary::allowed_' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/common/Summary.h:62:3: warning: Member variable 'Summary::length_' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/common/Summary.h:63:3: warning: Member variable 'Summary::length_' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/common/ConfigFile.h:186:10: style: Technically the member function 'Config::getError' can be const. [functionConst]
lurker-2.3/common/ConfigFile.h:62:3: style: Class 'lstring' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/XmlEscape.h:43:3: style: Class 'XmlOstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/MessageId.h:60:3: style: Class 'MessageId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/MessageId.h:86:3: style: Class 'MessageId' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/Summary.h:63:3: style: Class 'Summary' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/ConfigFile.cpp:102:21: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData]
lurker-2.3/common/Search.cpp:135:3: style: Class 'AndSearcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/Search.cpp:225:3: style: Class 'OrSearcher' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/common/Search.cpp:58:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:58:8: note: Function in derived class
lurker-2.3/common/Search.cpp:65:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:65:8: note: Function in derived class
lurker-2.3/common/Search.cpp:80:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:80:8: note: Function in derived class
lurker-2.3/common/Search.cpp:137:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:137:8: note: Function in derived class
lurker-2.3/common/Search.cpp:227:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:227:8: note: Function in derived class
lurker-2.3/common/Search.cpp:302:8: style: The function 'skipto' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/common/Search.cpp:47:16: note: Virtual function in base class
lurker-2.3/common/Search.cpp:302:8: note: Function in derived class
lurker-2.3/common/md5.h:50:0: error: #error "No 32 bit type" [preprocessorErrorDirective]
lurker-2.3/index/Index.cpp:245:13: style: C-style pointer casting [cstyleCast]
lurker-2.3/index/Index.cpp:255:43: style: Function 'index_id' argument 2 names different: declaration 'envelope' definition 'server'. [funcArgNamesDifferent]
lurker-2.3/index/Index.h:59:37: note: Function 'index_id' argument 2 names different: declaration 'envelope' definition 'server'.
lurker-2.3/index/Index.cpp:255:43: note: Function 'index_id' argument 2 names different: declaration 'envelope' definition 'server'.
getdate.tab.c:1234:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
getdate.y:197:25: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:204:25: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:212:26: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:219:25: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:228:26: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:234:33: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:241:31: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:243:31: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:252:27: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:262:27: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:270:20: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:283:24: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:289:25: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:297:21: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:304:28: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:305:28: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:310:20: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:316:21: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:321:22: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:327:21: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:346:69: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:348:69: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:350:31: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:352:70: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:354:70: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:356:32: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:358:68: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:360:68: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:362:30: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:364:69: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:366:69: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:368:31: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:370:72: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:372:72: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:374:34: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:376:72: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:378:72: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:380:34: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:387:58: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:388:23: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:391:23: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:394:21: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:395:24: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:396:28: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:397:29: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:402:16: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:404:26: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:409:26: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:410:29: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:423:33: style: Same expression on both sides of '-'. [duplicateExpression]
getdate.y:775:30: warning: Redundant code: Found a statement that begins with numeric constant. [constStatement]
lurker-2.3/index/main.cpp:644:7: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/index/search.cpp:134:9: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/index/search.cpp:141:9: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/libesort/DbMan.cpp:253:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:253:3: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:253:3: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:352:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:352:2: warning: %ld in format string (no. 2) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:352:2: warning: %ld in format string (no. 3) requires 'long' but the argument type is 'unsigned long'. [invalidPrintfArgType_sint]
lurker-2.3/libesort/DbMan.cpp:333:64: style: Function 'commit' argument 2 names different: declaration 'ids' definition 'nids'. [funcArgNamesDifferent]
lurker-2.3/libesort/DbMan.h:81:59: note: Function 'commit' argument 2 names different: declaration 'ids' definition 'nids'.
lurker-2.3/libesort/DbMan.cpp:333:64: note: Function 'commit' argument 2 names different: declaration 'ids' definition 'nids'.
lurker-2.3/libesort/Merger.h:67:3: warning: Member variable 'Merger::point' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/libesort/Merger.h:67:3: warning: Member variable 'Merger::bov' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/libesort/Merger.h:67:3: warning: Member variable 'Merger::eov' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/libesort/Merger.h:67:3: warning: Member variable 'Merger::restart' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/libesort/Merger.h:100:3: warning: Member variable 'PrefixMerger::minDup' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/libesort/DbMan.h:91:7: style: Technically the member function 'ESort::DbMan::killSub' can be const. [functionConst]
lurker-2.3/libesort/DbMan.cpp:396:12: note: Technically the member function 'ESort::DbMan::killSub' can be const.
lurker-2.3/libesort/DbMan.h:91:7: note: Technically the member function 'ESort::DbMan::killSub' can be const.
lurker-2.3/libesort/Merger.h:45:4: style: Struct 'Element' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/libesort/View.h:51:3: style: Class 'View' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/libesort/Merger.h:85:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:129:14: note: Virtual function in base class
lurker-2.3/libesort/Merger.h:85:7: note: Function in derived class
lurker-2.3/libesort/Merger.h:103:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:129:14: note: Virtual function in base class
lurker-2.3/libesort/Merger.h:103:7: note: Function in derived class
lurker-2.3/libesort/View.h:59:20: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:150:28: note: Virtual function in base class
lurker-2.3/libesort/View.h:59:20: note: Function in derived class
lurker-2.3/libesort/View.h:60:20: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:158:28: note: Virtual function in base class
lurker-2.3/libesort/View.h:60:20: note: Function in derived class
lurker-2.3/libesort/Failer.h:39:3: style: Class 'Failer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/libesort/Failer.h:42:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:129:14: note: Virtual function in base class
lurker-2.3/libesort/Failer.h:42:7: note: Function in derived class
lurker-2.3/libesort/File.cpp:141:19: style: The scope of the variable 'nextLength' can be reduced. [variableScope]
lurker-2.3/libesort/File.cpp:142:19: style: The scope of the variable 'nextDup' can be reduced. [variableScope]
lurker-2.3/libesort/File.cpp:143:19: style: The scope of the variable 'nextDelta' can be reduced. [variableScope]
lurker-2.3/libesort/File.cpp:264:26: style: Function 'File' argument 1 names different: declaration 'id' definition 'id_'. [funcArgNamesDifferent]
lurker-2.3/libesort/File.h:53:22: note: Function 'File' argument 1 names different: declaration 'id' definition 'id_'.
lurker-2.3/libesort/File.cpp:264:26: note: Function 'File' argument 1 names different: declaration 'id' definition 'id_'.
lurker-2.3/libesort/File.cpp:274:24: style: Function 'File' argument 1 names different: declaration 'o' definition 'f'. [funcArgNamesDifferent]
lurker-2.3/libesort/File.h:54:20: note: Function 'File' argument 1 names different: declaration 'o' definition 'f'.
lurker-2.3/libesort/File.cpp:274:24: note: Function 'File' argument 1 names different: declaration 'o' definition 'f'.
lurker-2.3/libesort/File.cpp:63:4: style: Class 'FileSource' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lurker-2.3/libesort/File.cpp:63:4: style: Class 'FileSource' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lurker-2.3/libesort/File.h:43:1: warning: The class 'File' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lurker-2.3/libesort/File.cpp:58:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/Source.h:54:15: note: Virtual function in base class
lurker-2.3/libesort/File.cpp:58:7: note: Function in derived class
lurker-2.3/libesort/File.cpp:163:0: error: Memory leak: scratch [memleak]
lurker-2.3/libesort/Memory.h:59:8: style: Technically the member function 'ESort::Memory::empty' can be const. [functionConst]
lurker-2.3/libesort/Master.h:46:3: style: Class 'Master' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/libesort/Master.cpp:65:3: style: Struct 'CleanupHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/libesort/Master.h:51:7: style: The function 'commit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:187:15: note: Virtual function in base class
lurker-2.3/libesort/Master.h:51:7: note: Function in derived class
lurker-2.3/libesort/Master.h:52:7: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:182:15: note: Virtual function in base class
lurker-2.3/libesort/Master.h:52:7: note: Function in derived class
lurker-2.3/libesort/Master.h:54:20: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:150:28: note: Virtual function in base class
lurker-2.3/libesort/Master.h:54:20: note: Function in derived class
lurker-2.3/libesort/Master.h:55:20: style: The function 'seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/esort.h:158:28: note: Virtual function in base class
lurker-2.3/libesort/Master.h:55:20: note: Function in derived class
lurker-2.3/libesort/Memory.cpp:47:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/Source.h:54:15: note: Virtual function in base class
lurker-2.3/libesort/Memory.cpp:47:7: note: Function in derived class
lurker-2.3/libesort/Memory.cpp:78:7: style: The function 'advance' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lurker-2.3/libesort/Source.h:54:15: note: Virtual function in base class
lurker-2.3/libesort/Memory.cpp:78:7: note: Function in derived class
lurker-2.3/libesort/Merger.cpp:313:61: style: Function 'skiptill' argument 2 names different: declaration 'k' definition 'x'. [funcArgNamesDifferent]
lurker-2.3/libesort/Merger.h:105:49: note: Function 'skiptill' argument 2 names different: declaration 'k' definition 'x'.
lurker-2.3/libesort/Merger.cpp:313:61: note: Function 'skiptill' argument 2 names different: declaration 'k' definition 'x'.
lurker-2.3/libesort/Parameters.cpp:53:44: style: Function 'isWider' argument 1 names different: declaration 'o' definition 'p'. [funcArgNamesDifferent]
lurker-2.3/libesort/esort.h:83:33: note: Function 'isWider' argument 1 names different: declaration 'o' definition 'p'.
lurker-2.3/libesort/Parameters.cpp:53:44: note: Function 'isWider' argument 1 names different: declaration 'o' definition 'p'.
lurker-2.3/libesort/esort.h:83:7: style: Technically the member function 'ESort::Parameters::isWider' can be const. [functionConst]
lurker-2.3/libesort/Parameters.cpp:53:18: note: Technically the member function 'ESort::Parameters::isWider' can be const.
lurker-2.3/libesort/esort.h:83:7: note: Technically the member function 'ESort::Parameters::isWider' can be const.
lurker-2.3/libesort/Transaction.cpp:41:20: style: Class 'Transaction' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lurker-2.3/libesort/Transaction.cpp:41:20: style: Class 'Transaction' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lurker-2.3/libesort/View.cpp:69:8: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/libesort/View.cpp:94:8: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/libesort/View.cpp:109:8: style: Copying 'auto_ptr' pointer to another does not create two equal objects since one has lost its ownership of the pointer. [useAutoPointerCopy]
lurker-2.3/prune/PTable.cpp:45:30: style: Function 'PTable' argument 1 names different: declaration 'cfg' definition 'cfg_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:108:24: note: Function 'PTable' argument 1 names different: declaration 'cfg' definition 'cfg_'.
lurker-2.3/prune/PTable.cpp:45:30: note: Function 'PTable' argument 1 names different: declaration 'cfg' definition 'cfg_'.
lurker-2.3/prune/PTable.cpp:45:51: style: Function 'PTable' argument 2 names different: declaration 'reader' definition 'reader_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:108:44: note: Function 'PTable' argument 2 names different: declaration 'reader' definition 'reader_'.
lurker-2.3/prune/PTable.cpp:45:51: note: Function 'PTable' argument 2 names different: declaration 'reader' definition 'reader_'.
lurker-2.3/prune/PTable.cpp:45:67: style: Function 'PTable' argument 3 names different: declaration 'stamp' definition 'stamp_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:108:59: note: Function 'PTable' argument 3 names different: declaration 'stamp' definition 'stamp_'.
lurker-2.3/prune/PTable.cpp:45:67: note: Function 'PTable' argument 3 names different: declaration 'stamp' definition 'stamp_'.
lurker-2.3/prune/PTable.cpp:46:21: style: Function 'PTable' argument 4 names different: declaration 'purge' definition 'purge_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:109:9: note: Function 'PTable' argument 4 names different: declaration 'purge' definition 'purge_'.
lurker-2.3/prune/PTable.cpp:46:21: note: Function 'PTable' argument 4 names different: declaration 'purge' definition 'purge_'.
lurker-2.3/prune/PTable.cpp:46:34: style: Function 'PTable' argument 5 names different: declaration 'verbose' definition 'verbose_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:109:21: note: Function 'PTable' argument 5 names different: declaration 'verbose' definition 'verbose_'.
lurker-2.3/prune/PTable.cpp:46:34: note: Function 'PTable' argument 5 names different: declaration 'verbose' definition 'verbose_'.
lurker-2.3/prune/PTable.cpp:47:23: style: Function 'PTable' argument 6 names different: declaration 'modifiedLimit' definition 'modifiedLimit_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:110:11: note: Function 'PTable' argument 6 names different: declaration 'modifiedLimit' definition 'modifiedLimit_'.
lurker-2.3/prune/PTable.cpp:47:23: note: Function 'PTable' argument 6 names different: declaration 'modifiedLimit' definition 'modifiedLimit_'.
lurker-2.3/prune/PTable.cpp:47:46: style: Function 'PTable' argument 7 names different: declaration 'accessedLimit' definition 'accessedLimit_'. [funcArgNamesDifferent]
lurker-2.3/prune/PTable.h:110:33: note: Function 'PTable' argument 7 names different: declaration 'accessedLimit' definition 'accessedLimit_'.
lurker-2.3/prune/PTable.cpp:47:46: note: Function 'PTable' argument 7 names different: declaration 'accessedLimit' definition 'accessedLimit_'.
lurker-2.3/prune/PTable.cpp:45:9: warning: Member variable 'PTable::config' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/prune/prune.cpp:115:12: style: Condition 'state==USED' is always false [knownConditionTrueFalse]
lurker-2.3/prune/prune.cpp:91:45: note: Assignment 'state=GOT', assigned value is 0
lurker-2.3/prune/prune.cpp:115:12: note: Condition 'state==USED' is always false
lurker-2.3/prune/prune.cpp:121:12: style: Condition 'state==FAIL' is always false [knownConditionTrueFalse]
lurker-2.3/prune/prune.cpp:91:45: note: Assignment 'state=GOT', assigned value is 0
lurker-2.3/prune/prune.cpp:121:12: note: Condition 'state==FAIL' is always false
lurker-2.3/render/Cache.cpp:107:4: style: Class 'Cache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lurker-2.3/render/Cache.cpp:107:4: style: Class 'Cache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lurker-2.3/render/Threading.cpp:369:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::replies' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::replyee' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::replyor_first' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::replyor_next' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::depth' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::consumed' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::column' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: warning: Member variable 'Node::draw_next' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::replies' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::replyee' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::replyor_first' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::replyor_next' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::depth' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::consumed' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::column' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:61:4: warning: Member variable 'Node::draw_next' is not initialized in the constructor. [uninitMemberVar]
lurker-2.3/render/Threading.h:60:4: style: Struct 'Node' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/render/art.cpp:6:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lurker-2.3/render/attach.cpp:87:33: style: Function 'handle_attach' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:48:34: note: Function 'handle_attach' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/attach.cpp:87:33: note: Function 'handle_attach' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/attach.cpp:87:53: style: Function 'handle_attach' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:48:52: note: Function 'handle_attach' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/attach.cpp:87:53: note: Function 'handle_attach' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/mailto.cpp:6:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lurker-2.3/render/mbox.cpp:33:31: style: Function 'handle_mbox' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:49:34: note: Function 'handle_mbox' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/mbox.cpp:33:31: note: Function 'handle_mbox' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/mbox.cpp:33:51: style: Function 'handle_mbox' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:49:52: note: Function 'handle_mbox' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/mbox.cpp:33:51: note: Function 'handle_mbox' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/message.cpp:257:12: style: The scope of the variable 'e' can be reduced. [variableScope]
lurker-2.3/render/message.cpp:552:7: style: The scope of the variable 'signedopen' can be reduced. [variableScope]
lurker-2.3/render/message.cpp:690:74: style: Function 'load' argument 3 names different: declaration 'cfg' definition 'conf'. [funcArgNamesDifferent]
lurker-2.3/render/message.cpp:687:69: note: Function 'load' argument 3 names different: declaration 'cfg' definition 'conf'.
lurker-2.3/render/message.cpp:690:74: note: Function 'load' argument 3 names different: declaration 'cfg' definition 'conf'.
lurker-2.3/render/message.cpp:725:34: style: Function 'handle_message' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:43:34: note: Function 'handle_message' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/message.cpp:725:34: note: Function 'handle_message' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/message.cpp:725:54: style: Function 'handle_message' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:43:52: note: Function 'handle_message' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/message.cpp:725:54: note: Function 'handle_message' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/message.cpp:685:2: style: Struct 'MBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lurker-2.3/render/message.cpp:234:9: error: Mismatching allocation and deallocation: s0 [mismatchAllocDealloc]
lurker-2.3/render/quote.cpp:6:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lurker-2.3/render/search.cpp:69:33: style: Function 'handle_search' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:47:34: note: Function 'handle_search' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/search.cpp:69:33: note: Function 'handle_search' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/search.cpp:69:53: style: Function 'handle_search' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:47:52: note: Function 'handle_search' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/search.cpp:69:53: note: Function 'handle_search' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/splash.cpp:30:33: style: Function 'handle_splash' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:46:34: note: Function 'handle_splash' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/splash.cpp:30:33: note: Function 'handle_splash' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/splash.cpp:30:53: style: Function 'handle_splash' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:46:52: note: Function 'handle_splash' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/splash.cpp:30:53: note: Function 'handle_splash' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/thread.cpp:33:33: style: Function 'handle_thread' argument 1 names different: declaration 'c' definition 'cfg'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:44:34: note: Function 'handle_thread' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/thread.cpp:33:33: note: Function 'handle_thread' argument 1 names different: declaration 'c' definition 'cfg'.
lurker-2.3/render/thread.cpp:33:53: style: Function 'handle_thread' argument 2 names different: declaration 'r' definition 'db'. [funcArgNamesDifferent]
lurker-2.3/render/commands.h:44:52: note: Function 'handle_thread' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/thread.cpp:33:53: note: Function 'handle_thread' argument 2 names different: declaration 'r' definition 'db'.
lurker-2.3/render/url.cpp:6:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lurker-2.3/render/zap.cpp:55:7: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/lusernet.app/lusernet.app_0.4.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lush/lush_1.2.1.orig.tar.gz
lush/packages/sn28/src/adaptknn.c:228:3: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:228:3: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:229:7: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:229:7: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:231:7: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:231:7: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:233:7: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:233:7: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:235:11: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:235:11: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:245:3: warning: Either the condition 'if(dst)' is redundant or there is possible null pointer dereference: x. [nullPointerRedundantCheck]
lush/packages/sn28/src/adaptknn.c:297:10: note: Assuming that condition 'if(dst)' is not redundant
lush/packages/sn28/src/adaptknn.c:293:14: note: Calling function 'knnsub', 1st argument 'x' value is 0
lush/packages/sn28/src/adaptknn.c:245:3: note: Null pointer dereference
lush/packages/sn28/src/adaptknn.c:355:12: style: The scope of the variable 'clas' can be reduced. [variableScope]
lush/packages/sn28/src/codebook.c:166:4: error: Array 'd[1]' accessed at index 1, which is out of bounds. [arrayIndexOutOfBounds]
lush/packages/sn28/src/codebook.c:340:9: style: The scope of the variable 'label' can be reduced. [variableScope]
lush/packages/sn28/src/euclid.c:811:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/packages/sn28/src/interf.c:515:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/packages/sn28/src/interf.c:548:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/packages/sn28/src/nlf.c:580:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/packages/sn28/src/nlf.c:641:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/packages/sn28/src/nlf.c:701:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/packages/sn28/src/nlf.c:756:29: style: Function 'df_all' argument 2 names different: declaration 'xx' definition 'x'. [funcArgNamesDifferent]
lush/packages/sn28/src/nlf.c:112:40: note: Function 'df_all' argument 2 names different: declaration 'xx' definition 'x'.
lush/packages/sn28/src/nlf.c:756:29: note: Function 'df_all' argument 2 names different: declaration 'xx' definition 'x'.
lush/packages/sn28/src/nlf.c:792:30: style: Function 'ddf_all' argument 2 names different: declaration 'xx' definition 'x'. [funcArgNamesDifferent]
lush/packages/sn28/src/nlf.c:113:41: note: Function 'ddf_all' argument 2 names different: declaration 'xx' definition 'x'.
lush/packages/sn28/src/nlf.c:792:30: note: Function 'ddf_all' argument 2 names different: declaration 'xx' definition 'x'.
lush/packages/sn28/src/nlf.c:706:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lush/packages/svm/lasvm/kcache.c:142:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/packages/svm/lasvm/lasvm.c:240:16: style: The scope of the variable 'ostep' can be reduced. [variableScope]
lush/packages/svm/lasvm/lasvm.c:422:10: style: The scope of the variable 'row' can be reduced. [variableScope]
lush/packages/svm/lasvm/lasvm.c:424:7: style: The scope of the variable 'j' can be reduced. [variableScope]
lush/packages/svm/lasvm/lasvm.c:547:14: style: The scope of the variable 'a' can be reduced. [variableScope]
lush/packages/svm/lasvm/vector.c:185:67: style: Function 'lasvm_sparsevector_set' argument 3 names different: declaration 'data' definition 'value'. [funcArgNamesDifferent]
lush/packages/svm/lasvm/vector.h:81:72: note: Function 'lasvm_sparsevector_set' argument 3 names different: declaration 'data' definition 'value'.
lush/packages/svm/lasvm/vector.c:185:67: note: Function 'lasvm_sparsevector_set' argument 3 names different: declaration 'data' definition 'value'.
lush/packages/svm/lasvm/vector.c:236:61: style: Function 'lasvm_sparsevector_combine' argument 2 names different: declaration 'coeff1' definition 'c1'. [funcArgNamesDifferent]
lush/packages/svm/lasvm/vector.h:85:83: note: Function 'lasvm_sparsevector_combine' argument 2 names different: declaration 'coeff1' definition 'c1'.
lush/packages/svm/lasvm/vector.c:236:61: note: Function 'lasvm_sparsevector_combine' argument 2 names different: declaration 'coeff1' definition 'c1'.
lush/packages/svm/lasvm/vector.c:237:40: style: Function 'lasvm_sparsevector_combine' argument 4 names different: declaration 'coeff2' definition 'c2'. [funcArgNamesDifferent]
lush/packages/svm/lasvm/vector.h:86:41: note: Function 'lasvm_sparsevector_combine' argument 4 names different: declaration 'coeff2' definition 'c2'.
lush/packages/svm/lasvm/vector.c:237:40: note: Function 'lasvm_sparsevector_combine' argument 4 names different: declaration 'coeff2' definition 'c2'.
lush/packages/svm/libsvm/svm.cpp:179:9: style: C-style pointer casting [cstyleCast]
lush/packages/svm/libsvm/svm.cpp:1496:21: style: C-style pointer casting [cstyleCast]
lush/packages/svm/libsvm/svm.cpp:1611:26: style: C-style pointer casting [cstyleCast]
lush/packages/svm/libsvm/svm.cpp:1278:0: style: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'. [duplicateAssignExpression]
lush/packages/svm/libsvm/svm.cpp:1279:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
lush/packages/svm/libsvm/svm.cpp:1278:0: note: Same expression used in consecutive assignments of 'sum_pos' and 'sum_neg'.
lush/packages/svm/libsvm/svm.cpp:177:18: style: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:153:12: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
lush/packages/svm/libsvm/svm.cpp:177:18: note: Function 'Cache' argument 1 names different: declaration 'l' definition 'l_'.
lush/packages/svm/libsvm/svm.cpp:177:26: style: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:153:19: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
lush/packages/svm/libsvm/svm.cpp:177:26: note: Function 'Cache' argument 2 names different: declaration 'size' definition 'size_'.
lush/packages/svm/libsvm/svm.cpp:295:42: style: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:278:35: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
lush/packages/svm/libsvm/svm.cpp:295:42: note: Function 'Kernel' argument 2 names different: declaration 'x' definition 'x_'.
lush/packages/svm/libsvm/svm.cpp:677:37: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:379:38: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
lush/packages/svm/libsvm/svm.cpp:677:37: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
lush/packages/svm/libsvm/svm.cpp:677:49: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:379:46: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
lush/packages/svm/libsvm/svm.cpp:677:49: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
lush/packages/svm/libsvm/svm.cpp:867:40: style: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:862:30: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
lush/packages/svm/libsvm/svm.cpp:867:40: note: Function 'select_working_set' argument 1 names different: declaration 'i' definition 'out_i'.
lush/packages/svm/libsvm/svm.cpp:867:52: style: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'. [funcArgNamesDifferent]
lush/packages/svm/libsvm/svm.cpp:862:38: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
lush/packages/svm/libsvm/svm.cpp:867:52: note: Function 'select_working_set' argument 2 names different: declaration 'j' definition 'out_j'.
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::active_size' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::y' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::G' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::alpha_status' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::alpha' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::Q' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::eps' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::Cp' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::Cn' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::b' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::active_set' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::G_bar' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::l' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:332:2: warning: Member variable 'Solver::unshrinked' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:852:2: warning: Member variable 'Solver_NU::si' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/libsvm/svm.cpp:173:7: performance: Technically the member function 'Cache::lru_delete' can be static. [functionStatic]
lush/packages/svm/libsvm/svm.cpp:192:13: note: Technically the member function 'Cache::lru_delete' can be static.
lush/packages/svm/libsvm/svm.cpp:173:7: note: Technically the member function 'Cache::lru_delete' can be static.
lush/packages/svm/libsvm/svm.cpp:362:9: style: Technically the member function 'Solver::get_C' can be const. [functionConst]
lush/packages/svm/libsvm/svm.cpp:374:7: style: Technically the member function 'Solver::is_upper_bound' can be const. [functionConst]
lush/packages/svm/libsvm/svm.cpp:375:7: style: Technically the member function 'Solver::is_lower_bound' can be const. [functionConst]
lush/packages/svm/libsvm/svm.cpp:376:7: style: Technically the member function 'Solver::is_free' can be const. [functionConst]
lush/packages/svm/libsvm/svm.cpp:179:2: style: Class 'Cache' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/libsvm/svm.cpp:179:2: style: Class 'Cache' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/libsvm/svm.cpp:1094:3: style: Class 'SVC_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/libsvm/svm.cpp:1094:3: style: Class 'SVC_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/libsvm/svm.cpp:1132:3: style: Class 'ONE_CLASS_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/libsvm/svm.cpp:1132:3: style: Class 'ONE_CLASS_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/libsvm/svm.cpp:1168:3: style: Class 'SVR_Q' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/libsvm/svm.cpp:1168:3: style: Class 'SVR_Q' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/libsvm/svm.cpp:862:6: style: The function 'select_working_set' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:379:14: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:862:6: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:863:9: style: The function 'calculate_rho' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:380:17: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:863:9: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:864:7: style: The function 'do_shrinking' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:381:15: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:864:7: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1097:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:283:18: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1097:10: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1109:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:284:15: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1109:7: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1135:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:283:18: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1135:10: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1147:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:284:15: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1147:7: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1183:7: style: The function 'swap_index' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:284:15: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1183:7: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1189:10: style: The function 'get_Q' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/libsvm/svm.cpp:283:18: note: Virtual function in base class
lush/packages/svm/libsvm/svm.cpp:1189:10: note: Function in derived class
lush/packages/svm/libsvm/svm.cpp:1559:6: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
lush/packages/svm/libsvm/svm.cpp:1560:6: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
lush/packages/svm/libsvm/svm.cpp:1927:6: error: Common realloc mistake: 'label' nulled but not freed upon failure [memleakOnRealloc]
lush/packages/svm/libsvm/svm.cpp:1928:6: error: Common realloc mistake: 'count' nulled but not freed upon failure [memleakOnRealloc]
lush/packages/svm/svqp/svqp.cpp:76:44: style: Function 'info' argument 2 names different: declaration 'format' definition 'fmt'. [funcArgNamesDifferent]
lush/packages/svm/svqp/svqp.h:233:38: note: Function 'info' argument 2 names different: declaration 'format' definition 'fmt'.
lush/packages/svm/svqp/svqp.cpp:76:44: note: Function 'info' argument 2 names different: declaration 'format' definition 'fmt'.
lush/packages/svm/svqp/svqp.cpp:96:16: warning: Member variable 'ConvexProgram::iterations' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp/svqp.cpp:96:16: warning: Member variable 'ConvexProgram::gnorm' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp/svqp.cpp:96:16: warning: Member variable 'ConvexProgram::restartp' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp/svqp.cpp:96:16: warning: Member variable 'ConvexProgram::zgsav' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp/svqp.h:233:10: style: Technically the member function 'ConvexProgram::info' can be const. [functionConst]
lush/packages/svm/svqp/svqp.cpp:76:16: note: Technically the member function 'ConvexProgram::info' can be const.
lush/packages/svm/svqp/svqp.h:233:10: note: Technically the member function 'ConvexProgram::info' can be const.
lush/packages/svm/svqp/svqp.cpp:101:3: style: Class 'ConvexProgram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/svqp/svqp.cpp:101:3: style: Class 'ConvexProgram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/svqp/svqp.cpp:423:3: style: Class 'QuadraticProgram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/svqp/svqp.cpp:423:3: style: Class 'QuadraticProgram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/svqp/svqp.cpp:617:3: style: Class 'SimpleQuadraticProgram' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lush/packages/svm/svqp/svqp.cpp:617:3: style: Class 'SimpleQuadraticProgram' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lush/packages/svm/svqp/svqp.h:225:14: warning: The class 'QuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'ConvexProgram'. [duplInheritedMember]
lush/packages/svm/svqp/svqp.h:268:11: note: The class 'QuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'ConvexProgram'.
lush/packages/svm/svqp/svqp.h:225:14: note: The class 'QuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'ConvexProgram'.
lush/packages/svm/svqp/svqp.h:268:11: warning: The class 'SimpleQuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'QuadraticProgram'. [duplInheritedMember]
lush/packages/svm/svqp/svqp.h:300:11: note: The class 'SimpleQuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'QuadraticProgram'.
lush/packages/svm/svqp/svqp.h:268:11: note: The class 'SimpleQuadraticProgram' defines member variable with name 'mem' also defined in its parent class 'QuadraticProgram'.
lush/packages/svm/svqp/svqp.h:178:3: style: Class 'ConvexProgram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp/svqp.h:253:3: style: Class 'QuadraticProgram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp/svqp.h:293:3: style: Class 'SimpleQuadraticProgram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp/svqp.h:271:18: style: The function 'compute_gx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/svqp/svqp.h:206:18: note: Virtual function in base class
lush/packages/svm/svqp/svqp.h:271:18: note: Function in derived class
lush/packages/svm/svqp/svqp.h:272:18: style: The function 'compute_ggx' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/svqp/svqp.h:208:18: note: Virtual function in base class
lush/packages/svm/svqp/svqp.h:272:18: note: Function in derived class
lush/packages/svm/svqp/svqp.h:273:18: style: The function 'perform_coordinate_descent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/svqp/svqp.h:231:18: note: Virtual function in base class
lush/packages/svm/svqp/svqp.h:273:18: note: Function in derived class
lush/packages/svm/svqp/svqp.h:302:19: style: The function 'compute_Arow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lush/packages/svm/svqp/svqp.h:260:19: note: Virtual function in base class
lush/packages/svm/svqp/svqp.h:302:19: note: Function in derived class
lush/packages/svm/svqp2/svqp2.cpp:644:11: style: Variable 'imax' is reassigned a value before the old one has been used. [redundantAssignment]
lush/packages/svm/svqp2/svqp2.cpp:618:0: note: Variable 'imax' is reassigned a value before the old one has been used.
lush/packages/svm/svqp2/svqp2.cpp:644:11: note: Variable 'imax' is reassigned a value before the old one has been used.
lush/packages/svm/svqp2/svqp2.cpp:644:18: style: Variable 'imin' is reassigned a value before the old one has been used. [redundantAssignment]
lush/packages/svm/svqp2/svqp2.cpp:619:0: note: Variable 'imin' is reassigned a value before the old one has been used.
lush/packages/svm/svqp2/svqp2.cpp:644:18: note: Variable 'imin' is reassigned a value before the old one has been used.
lush/packages/svm/svqp2/svqp2.cpp:677:20: style: The scope of the variable 'ostep' can be reduced. [variableScope]
lush/packages/svm/svqp2/svqp2.cpp:419:8: warning: Member variable 'SVQP2::gmin' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp2/svqp2.cpp:419:8: warning: Member variable 'SVQP2::gmax' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp2/svqp2.cpp:419:8: warning: Member variable 'SVQP2::w' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp2/svqp2.cpp:182:21: warning: Member variable 'Arow::diag' is not initialized in the constructor. [uninitMemberVar]
lush/packages/svm/svqp2/svqp2.h:185:8: style: Technically the member function 'SVQP2::permutation' can be const. [functionConst]
lush/packages/svm/svqp2/svqp2.cpp:392:8: note: Technically the member function 'SVQP2::permutation' can be const.
lush/packages/svm/svqp2/svqp2.h:185:8: note: Technically the member function 'SVQP2::permutation' can be const.
lush/packages/svm/svqp2/svqp2.cpp:92:0: style: Technically the member function 'vec < Arow * >::operatorconstT*' can be const. [functionConst]
lush/packages/svm/svqp2/svqp2.cpp:92:0: style: Technically the member function 'vec < int >::operatorconstT*' can be const. [functionConst]
lush/packages/svm/svqp2/svqp2.cpp:92:0: style: Technically the member function 'vec < bool >::operatorconstT*' can be const. [functionConst]
lush/packages/svm/svqp2/svqp2.h:72:3: style: Class 'SVQP2' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp2/svqp2.cpp:176:3: style: Struct 'Arow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp2/svqp2.cpp:87:0: style: Class 'vec < Arow * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp2/svqp2.cpp:87:0: style: Class 'vec < int >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/svm/svqp2/svqp2.cpp:87:0: style: Class 'vec < bool >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lush/packages/torch/demos/IOIdx2Ubyte.cc:15:101: style: Function 'IOIdx2Ubyte' argument 4 names different: declaration 'is_sequential' definition 'is_sequential_'. [funcArgNamesDifferent]
lush/packages/torch/demos/IOIdx2Ubyte.h:23:101: note: Function 'IOIdx2Ubyte' argument 4 names different: declaration 'is_sequential' definition 'is_sequential_'.
lush/packages/torch/demos/IOIdx2Ubyte.cc:15:101: note: Function 'IOIdx2Ubyte' argument 4 names different: declaration 'is_sequential' definition 'is_sequential_'.
lush/src/allocate.c:309:22: style: The scope of the variable 'j' can be reduced. [variableScope]
lush/src/at.c:197:10: style: The scope of the variable 'where' can be reduced. [variableScope]
lush/src/at.c:375:7: style: The scope of the variable 't' can be reduced. [variableScope]
lush/src/at.c:397:7: style: The scope of the variable 't' can be reduced. [variableScope]
lush/src/at.c:419:7: style: The scope of the variable 't1' can be reduced. [variableScope]
lush/src/at.c:419:12: style: The scope of the variable 't2' can be reduced. [variableScope]
lush/src/at.c:681:23: style: The scope of the variable 'old' can be reduced. [variableScope]
lush/src/at.c:854:7: style: The scope of the variable 'p' can be reduced. [variableScope]
lush/src/binary.c:168:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/binary.c:881:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/binary.c:493:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lush/src/binary.c:494:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lush/src/calls.c:592:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lush/src/calls.c:555:7: style: The scope of the variable 'q' can be reduced. [variableScope]
lush/src/calls.c:429:3: style: Variable 'LOCK' is assigned a value that is never used. [unreadVariable]
lush/src/check_func.c:78:5: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
lush/src/check_func.c:77:0: note: Variable 'st' is reassigned a value before the old one has been used.
lush/src/check_func.c:78:5: note: Variable 'st' is reassigned a value before the old one has been used.
lush/src/check_func.c:100:5: style: Variable 'st' is reassigned a value before the old one has been used. [redundantAssignment]
lush/src/check_func.c:95:0: note: Variable 'st' is reassigned a value before the old one has been used.
lush/src/check_func.c:100:5: note: Variable 'st' is reassigned a value before the old one has been used.
lush/src/check_func.c:96:11: style: The scope of the variable 'lastinfo' can be reduced. [variableScope]
lush/src/check_func.c:97:9: style: The scope of the variable 'lastcount' can be reduced. [variableScope]
lush/src/classify.c:338:9: style: Condition '!flag' is always true [knownConditionTrueFalse]
lush/src/classify.c:333:14: note: Assignment 'flag=0', assigned value is 0
lush/src/classify.c:338:9: note: Condition '!flag' is always true
lush/src/classify.c:363:9: style: Condition '!flag' is always true [knownConditionTrueFalse]
lush/src/classify.c:358:14: note: Assignment 'flag=0', assigned value is 0
lush/src/classify.c:363:9: note: Condition '!flag' is always true
lush/src/classify.c:477:9: style: Condition '!flag' is always true [knownConditionTrueFalse]
lush/src/classify.c:472:14: note: Assignment 'flag=0', assigned value is 0
lush/src/classify.c:477:9: note: Condition '!flag' is always true
lush/src/classify.c:497:9: style: Condition '!flag' is always true [knownConditionTrueFalse]
lush/src/classify.c:492:14: note: Assignment 'flag=0', assigned value is 0
lush/src/classify.c:497:9: note: Condition '!flag' is always true
lush/src/classify.c:745:3: style: Variable 'solve_function' is reassigned a value before the old one has been used. [redundantAssignment]
lush/src/classify.c:742:3: note: Variable 'solve_function' is reassigned a value before the old one has been used.
lush/src/classify.c:745:3: note: Variable 'solve_function' is reassigned a value before the old one has been used.
lush/src/classify.c:333:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lush/src/classify.c:358:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lush/src/classify.c:472:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lush/src/classify.c:492:7: style: The scope of the variable 'flag' can be reduced. [variableScope]
lush/src/classify.c:340:7: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lush/src/classify.c:365:7: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lush/src/classify.c:445:5: style: Variable 'num' is modified but its new value is never used. [unreadVariable]
lush/src/classify.c:479:7: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lush/src/classify.c:499:7: style: Variable 'flag' is assigned a value that is never used. [unreadVariable]
lush/src/classify.c:705:12: style: Variable 'y2' is assigned a value that is never used. [unreadVariable]
lush/src/classify.c:745:20: style: Variable 'solve_function' is assigned a value that is never used. [unreadVariable]
lush/src/date.c:749:12: portability: Assigning a pointer to an integer is not portable. [AssignmentAddressToInteger]
lush/src/date.c:84:7: style: The scope of the variable 'y' can be reduced. [variableScope]
lush/src/date.c:84:11: style: The scope of the variable 'd' can be reduced. [variableScope]
lush/src/date.c:85:15: style: The scope of the variable 'mlen' can be reduced. [variableScope]
lush/src/date.c:115:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/date.c:157:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/date.c:337:9: style: The scope of the variable 'n1' can be reduced. [variableScope]
lush/src/date.c:337:12: style: The scope of the variable 'n2' can be reduced. [variableScope]
lush/src/date.c:363:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lush/src/date.c:460:14: style: The scope of the variable 'month' can be reduced. [variableScope]
lush/src/date.c:731:16: style: The scope of the variable 'd' can be reduced. [variableScope]
lush/src/date.c:733:7: style: The scope of the variable 'status' can be reduced. [variableScope]
lush/src/date.c:734:9: style: The scope of the variable 'format' can be reduced. [variableScope]
lush/src/date.c:761:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/date.c:853:12: style: The scope of the variable 'm' can be reduced. [variableScope]
lush/src/date.c:853:17: style: The scope of the variable 'y' can be reduced. [variableScope]
lush/src/date.c:931:12: style: The scope of the variable 'y' can be reduced. [variableScope]
lush/src/dldbfd.c:2318:13: style: Condition 'stub' is always false [knownConditionTrueFalse]
lush/src/dldbfd.c:2292:23: note: Assignment 'stub=0', assigned value is 0
lush/src/dldbfd.c:2318:13: note: Condition 'stub' is always false
lush/src/dldbfd.c:324:10: style: The scope of the variable 'lead' can be reduced. [variableScope]
lush/src/dldbfd.c:452:10: style: The scope of the variable 'storage_needed' can be reduced. [variableScope]
lush/src/dldbfd.c:454:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/dldbfd.c:1924:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
lush/src/dldbfd.c:1971:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
lush/src/dldbfd.c:2060:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
lush/src/dldbfd.c:2126:12: style: The scope of the variable 'bsym' can be reduced. [variableScope]
lush/src/dldbfd.c:2676:10: style: The scope of the variable 'element' can be reduced. [variableScope]
lush/src/dldbfd.c:2737:17: style: The scope of the variable 'name' can be reduced. [variableScope]
lush/src/dldbfd.c:2741:21: style: The scope of the variable 'arcpp' can be reduced. [variableScope]
lush/src/dldbfd.c:2936:10: style: The scope of the variable 'storage_needed' can be reduced. [variableScope]
lush/src/dldbfd.c:2937:9: style: The scope of the variable 'symbol_count' can be reduced. [variableScope]
lush/src/dldbfd.c:2939:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/dldbfd.c:2940:14: style: The scope of the variable 'sym' can be reduced. [variableScope]
lush/src/dldbfd.c:2941:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3305:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3333:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3361:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3548:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3577:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:3612:19: style: The scope of the variable 'hsym' can be reduced. [variableScope]
lush/src/dldbfd.c:2293:41: portability: '(void*)(unsigned long)(p->vma)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lush/src/dump.c:119:13: style: The scope of the variable 'val' can be reduced. [variableScope]
lush/src/dz.c:977:37: style: Same expression on both sides of '&&'. [duplicateExpression]
lush/src/dz.c:610:9: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/dz.c:645:9: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/dz.c:704:7: style: The scope of the variable 'op' can be reduced. [variableScope]
lush/src/dz.c:704:10: style: The scope of the variable 'arg' can be reduced. [variableScope]
lush/src/dz.c:815:7: style: The scope of the variable 'op' can be reduced. [variableScope]
lush/src/dz.c:815:11: style: The scope of the variable 'd' can be reduced. [variableScope]
lush/src/dz.c:815:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/dz.c:816:7: style: The scope of the variable 'brsp' can be reduced. [variableScope]
lush/src/dz.c:817:7: style: The scope of the variable 'sgsrc' can be reduced. [variableScope]
lush/src/dz.c:817:14: style: The scope of the variable 'sgdst' can be reduced. [variableScope]
lush/src/dz.c:1237:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lush/src/eval.c:246:7: style: The scope of the variable 'q' can be reduced. [variableScope]
lush/src/eval.c:341:7: style: The scope of the variable 'toeval' can be reduced. [variableScope]
lush/src/eval.c:421:7: style: The scope of the variable 'toeval' can be reduced. [variableScope]
lush/src/eval.c:508:7: style: The scope of the variable 'pair' can be reduced. [variableScope]
lush/src/eval.c:549:21: style: The scope of the variable 'sym' can be reduced. [variableScope]
lush/src/eval.c:639:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lush/src/eval.c:675:17: style: The scope of the variable 'result' can be reduced. [variableScope]
lush/src/event.c:115:9: style: The scope of the variable 'hndl' can be reduced. [variableScope]
lush/src/event.c:312:23: style: The scope of the variable 'ti' can be reduced. [variableScope]
lush/src/fileio.c:874:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lush/src/fileio.c:875:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lush/src/fileio.c:280:7: style: The scope of the variable 'bread' can be reduced. [variableScope]
lush/src/fileio.c:1223:11: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/fltlib.c:501:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/fltlib.c:544:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/fltlib.c:626:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/fltlib.c:669:7: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/fltlib.c:467:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lush/src/fltlib.c:592:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lush/src/function.c:727:7: style: The scope of the variable 'temp' can be reduced. [variableScope]
lush/src/function.c:287:11: style: Variable 'cfunc' is assigned a value that is never used. [unreadVariable]
lush/src/graphics.c:174:9: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/graphics.c:175:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/graphics.c:494:16: style: The scope of the variable 'x' can be reduced. [variableScope]
lush/src/graphics.c:494:19: style: The scope of the variable 'y' can be reduced. [variableScope]
lush/src/graphics.c:494:22: style: The scope of the variable 'w' can be reduced. [variableScope]
lush/src/graphics.c:494:25: style: The scope of the variable 'h' can be reduced. [variableScope]
lush/src/graphics.c:541:7: style: The scope of the variable 'ls' can be reduced. [variableScope]
lush/src/graphics.c:561:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lush/src/graphics.c:801:19: style: The scope of the variable 'size' can be reduced. [variableScope]
lush/src/graphics.c:801:36: style: The scope of the variable 'ap2' can be reduced. [variableScope]
lush/src/graphics.c:803:26: style: The scope of the variable 'im' can be reduced. [variableScope]
lush/src/graphics.c:804:10: style: The scope of the variable 'setcolor' can be reduced. [variableScope]
lush/src/graphics.c:805:10: style: The scope of the variable 'fill_rect' can be reduced. [variableScope]
lush/src/graphics.c:913:7: style: The scope of the variable 'grayok' can be reduced. [variableScope]
lush/src/graphics.c:944:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/graphics.c:944:9: style: The scope of the variable 'g' can be reduced. [variableScope]
lush/src/graphics.c:944:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lush/src/graphics.c:944:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/graphics.c:969:26: style: The scope of the variable 'im' can be reduced. [variableScope]
lush/src/graphics.c:971:10: style: The scope of the variable 'setcolor' can be reduced. [variableScope]
lush/src/graphics.c:972:10: style: The scope of the variable 'fill_rect' can be reduced. [variableScope]
lush/src/graphics.c:1131:8: style: The scope of the variable 'off1' can be reduced. [variableScope]
lush/src/graphics.c:1155:8: style: The scope of the variable 'off1' can be reduced. [variableScope]
lush/src/graphics.c:1190:14: style: The scope of the variable 'xx' can be reduced. [variableScope]
lush/src/graphics.c:1191:11: style: The scope of the variable 'off1' can be reduced. [variableScope]
lush/src/graphics.c:1253:20: style: The scope of the variable 'win' can be reduced. [variableScope]
lush/src/graphics.c:1476:14: style: The scope of the variable 'xx' can be reduced. [variableScope]
lush/src/graphics.c:1477:11: style: The scope of the variable 'off1' can be reduced. [variableScope]
lush/src/graphics.c:1600:20: style: The scope of the variable 'win' can be reduced. [variableScope]
lush/src/graphics.c:1668:13: style: The scope of the variable 'off1' can be reduced. [variableScope]
lush/src/graphics.c:1742:18: style: The scope of the variable 'win' can be reduced. [variableScope]
lush/src/graphics.c:2108:7: style: The scope of the variable 'x' can be reduced. [variableScope]
lush/src/graphics.c:2108:10: style: The scope of the variable 'y' can be reduced. [variableScope]
lush/src/graphics.c:2108:13: style: The scope of the variable 'w' can be reduced. [variableScope]
lush/src/graphics.c:2108:16: style: The scope of the variable 'h' can be reduced. [variableScope]
lush/src/graphics.c:1267:19: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
lush/src/graphics.c:1614:19: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
lush/src/graphics.c:1753:13: style: Variable 'win' is assigned a value that is never used. [unreadVariable]
lush/src/graphics.c:2152:26: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lush/src/graphics.c:2153:26: style: Variable 'h' is assigned a value that is never used. [unreadVariable]
lush/src/htable.c:396:24: style: The scope of the variable 'np' can be reduced. [variableScope]
lush/src/index.c:2300:7: style: Variable 'ndim' is reassigned a value before the old one has been used. [redundantAssignment]
lush/src/index.c:2299:7: note: Variable 'ndim' is reassigned a value before the old one has been used.
lush/src/index.c:2300:7: note: Variable 'ndim' is reassigned a value before the old one has been used.
lush/src/index.c:122:7: style: The scope of the variable 'd' can be reduced. [variableScope]
lush/src/index.c:449:17: style: The scope of the variable 'ind' can be reduced. [variableScope]
lush/src/index.c:472:17: style: The scope of the variable 'ind' can be reduced. [variableScope]
lush/src/index.c:561:7: style: The scope of the variable 'p' can be reduced. [variableScope]
lush/src/index.c:587:7: style: The scope of the variable 'p' can be reduced. [variableScope]
lush/src/index.c:625:7: style: The scope of the variable 'p' can be reduced. [variableScope]
lush/src/index.c:1598:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/index.c:1691:23: style: The scope of the variable 'r' can be reduced. [variableScope]
lush/src/index.c:2428:23: style: The scope of the variable 'ind' can be reduced. [variableScope]
lush/src/index.c:2431:15: style: The scope of the variable 'pntr' can be reduced. [variableScope]
lush/src/index.c:2847:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lush/src/index.c:3023:7: style: The scope of the variable 'ans' can be reduced. [variableScope]
lush/src/index.c:3064:24: style: The scope of the variable 'm' can be reduced. [variableScope]
lush/src/io.c:839:26: warning: Logical conjunction always evaluates to false: EXPR == ')' && !EXPR. [incorrectLogicOperator]
lush/src/io.c:738:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lush/src/io.c:773:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lush/src/io.c:1335:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lush/src/io.c:369:18: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/lisp_c.c:837:11: style: Expression is always false because 'else if' condition matches previous condition at line 835. [multiCondition]
lush/src/lisp_c.c:2342:17: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lush/src/lisp_c.c:2338:28: note: outer condition: st->srg.flags&STS_MALLOC
lush/src/lisp_c.c:2342:17: note: opposite inner condition: !(st->srg.flags&STS_MALLOC)
lush/src/lisp_c.c:1124:17: style: The scope of the variable 'classdoc' can be reduced. [variableScope]
lush/src/lisp_c.c:1215:12: style: The scope of the variable 'n' can be reduced. [variableScope]
lush/src/lisp_c.c:1819:17: style: The scope of the variable 'cdoc' can be reduced. [variableScope]
lush/src/lisp_c.c:2264:20: style: The scope of the variable 'nsl' can be reduced. [variableScope]
lush/src/lisp_c.c:2411:21: style: The scope of the variable 'nsl' can be reduced. [variableScope]
lush/src/lisp_c.c:2721:54: portability: Undefined behaviour, pointer arithmetic 'args-1' is out of bounds. [pointerOutOfBounds]
lush/src/lisp_c.c:2723:45: portability: Undefined behaviour, pointer arithmetic 'args-1' is out of bounds. [pointerOutOfBounds]
lush/src/lisp_driver.c:391:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/module.c:923:7: style: Condition 'newstate' is always true [knownConditionTrueFalse]
lush/src/module.c:902:18: note: Assignment 'newstate=8', assigned value is 8
lush/src/module.c:923:7: note: Condition 'newstate' is always true
lush/src/module.c:936:10: style: Condition '!newstate' is always false [knownConditionTrueFalse]
lush/src/module.c:902:18: note: Assignment 'newstate=8', assigned value is 8
lush/src/module.c:936:10: note: Condition '!newstate' is always false
lush/src/module.c:949:10: style: Condition '!newstate' is always false [knownConditionTrueFalse]
lush/src/module.c:902:18: note: Assignment 'newstate=8', assigned value is 8
lush/src/module.c:949:10: note: Condition '!newstate' is always false
lush/src/module.c:998:7: style: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lush/src/module.c:996:7: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
lush/src/module.c:998:7: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
lush/src/module.c:1018:11: style: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lush/src/module.c:1016:11: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
lush/src/module.c:1018:11: note: Variable 'current' is reassigned a value before the old one has been used if variable is no semaphore variable.
lush/src/module.c:835:11: style: The scope of the variable 'n' can be reduced. [variableScope]
lush/src/module.c:1221:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lush/src/module.c:699:15: style: Unused variable: err [unusedVariable]
lush/src/oostruct.c:283:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/oostruct.c:338:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/oostruct.c:795:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/oostruct.c:897:31: style: The scope of the variable 'q' can be reduced. [variableScope]
lush/src/oostruct.c:1056:7: style: The scope of the variable 'ans' can be reduced. [variableScope]
lush/src/ps_driver.c:280:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:280:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:289:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:298:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:307:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:307:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:316:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:325:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:423:5: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:423:5: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:460:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:460:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:460:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:460:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:472:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:472:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:472:7: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:472:7: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:496:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:496:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:496:3: warning: %d in format string (no. 3) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:496:3: warning: %d in format string (no. 4) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lush/src/ps_driver.c:256:7: warning: Either the condition 's' is redundant or there is possible null pointer dereference: s. [nullPointerRedundantCheck]
lush/src/ps_driver.c:252:7: note: Assuming that condition 's' is not redundant
lush/src/ps_driver.c:256:7: note: Null pointer dereference
lush/src/ps_driver.c:333:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lush/src/ps_driver.c:126:0: warning: Storing getc() return value in char variable and then comparing with EOF. [checkCastIntToCharAndBack]
lush/src/storage.c:421:7: warning: Either the condition 'if(st)' is redundant or there is possible null pointer dereference: st. [nullPointerRedundantCheck]
lush/src/storage.c:423:6: note: Assuming that condition 'if(st)' is not redundant
lush/src/storage.c:421:7: note: Null pointer dereference
lush/src/storage.c:418:7: style: The scope of the variable 'off' can be reduced. [variableScope]
lush/src/string.c:509:13: style: The scope of the variable 'a' can be reduced. [variableScope]
lush/src/string.c:510:7: style: The scope of the variable 'p' can be reduced. [variableScope]
lush/src/string.c:511:9: style: The scope of the variable 'm' can be reduced. [variableScope]
lush/src/string.c:1799:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/string.c:757:13: error: Expression 'until(*t==0)*s++=*t++' depends on order of evaluation of side effects [unknownEvaluationOrder]
lush/src/symbol.c:192:18: style: The scope of the variable 'symb' can be reduced. [variableScope]
lush/src/symbol.c:220:8: style: The scope of the variable 'where' can be reduced. [variableScope]
lush/src/toplevel.c:132:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lush/src/toplevel.c:229:8: style: The scope of the variable 'where' can be reduced. [variableScope]
lush/src/toplevel.c:230:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/toplevel.c:231:9: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/toplevel.c:489:16: style: The scope of the variable 'q1' can be reduced. [variableScope]
lush/src/toplevel.c:617:21: style: The scope of the variable 'prompt' can be reduced. [variableScope]
lush/src/unix.c:1193:13: style: Condition 'ticks<=0' is always true [knownConditionTrueFalse]
lush/src/unix.c:1183:12: note: Assignment 'ticks=-1', assigned value is -1
lush/src/unix.c:1193:13: note: Condition 'ticks<=0' is always true
lush/src/unix.c:250:7: style: The scope of the variable 'q' can be reduced. [variableScope]
lush/src/unix.c:1327:13: style: Variable 'fname' is assigned a value that is never used. [unreadVariable]
lush/src/unix.c:1574:7: style: Unused variable: i [unusedVariable]
lush/src/unix.c:1297:3: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
lush/src/unix.c:1365:0: error: Memory leak: s [memleak]
lush/src/x11_driver.c:1332:11: style: Condition '!fc' is always true [knownConditionTrueFalse]
lush/src/x11_driver.c:1314:23: note: Assignment 'fc=0', assigned value is 0
lush/src/x11_driver.c:1332:11: note: Condition '!fc' is always true
lush/src/x11_driver.c:2139:7: style: Condition '!buf' is always true [knownConditionTrueFalse]
lush/src/x11_driver.c:2127:15: note: Assignment 'buf=NULL', assigned value is 0
lush/src/x11_driver.c:2139:7: note: Condition '!buf' is always true
lush/src/x11_driver.c:200:8: style: The scope of the variable 'msg' can be reduced. [variableScope]
lush/src/x11_driver.c:493:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/x11_driver.c:494:20: style: The scope of the variable 'info' can be reduced. [variableScope]
lush/src/x11_driver.c:1672:16: style: The scope of the variable 'i' can be reduced. [variableScope]
lush/src/x11_driver.c:1672:19: style: The scope of the variable 'j' can be reduced. [variableScope]
lush/src/x11_driver.c:1672:22: style: The scope of the variable 'k' can be reduced. [variableScope]
lush/src/x11_driver.c:1672:25: style: The scope of the variable 'l' can be reduced. [variableScope]
lush/src/x11_driver.c:1673:31: style: The scope of the variable 'jm' can be reduced. [variableScope]
lush/src/x11_driver.c:1803:17: style: The scope of the variable 'im' can be reduced. [variableScope]
lush/src/x11_driver.c:1882:7: style: The scope of the variable 'w' can be reduced. [variableScope]
lush/src/x11_driver.c:1882:10: style: The scope of the variable 'h' can be reduced. [variableScope]
lush/src/x11_driver.c:2128:9: style: The scope of the variable 's' can be reduced. [variableScope]
lush/src/x11_driver.c:2020:20: style: Unused variable: info [unusedVariable]
lush/src/x11_driver.c:2153:10: error: Uninitialized variable: p [uninitvar]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/lutefisk/lutefisk_1.0.7+dfsg.orig.tar.gz
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:379:33: style: Function 'FastFourier' argument 1 names different: declaration 'data' definition 'array'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:63:33: note: Function 'FastFourier' argument 1 names different: declaration 'data' definition 'array'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:379:33: note: Function 'FastFourier' argument 1 names different: declaration 'data' definition 'array'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:440:28: style: Function 'twofft' argument 1 names different: declaration 'data1' definition 'array1'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:64:27: note: Function 'twofft' argument 1 names different: declaration 'data1' definition 'array1'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:440:28: note: Function 'twofft' argument 1 names different: declaration 'data1' definition 'array1'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:440:44: style: Function 'twofft' argument 2 names different: declaration 'data2' definition 'array2'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:64:43: note: Function 'twofft' argument 2 names different: declaration 'data2' definition 'array2'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:440:44: note: Function 'twofft' argument 2 names different: declaration 'data2' definition 'array2'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:479:28: style: Function 'realft' argument 1 names different: declaration 'data' definition 'array'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:65:27: note: Function 'realft' argument 1 names different: declaration 'data' definition 'array'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskFourier.c:479:28: note: Function 'realft' argument 1 names different: declaration 'data' definition 'array'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1801:6: warning: Either the condition 'currPtr!=0' is redundant or there is possible null pointer dereference: currPtr. [nullPointerRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1802:46: note: Assuming that condition 'currPtr!=0' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1801:6: note: Null pointer dereference
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1824:13: warning: Either the condition 'currPtr!=0' is redundant or there is possible null pointer dereference: currPtr. [nullPointerRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1802:46: note: Assuming that condition 'currPtr!=0' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1824:13: note: Null pointer dereference
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:139:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:961:19: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1219:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1985:8: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:280:2: style: Variable 'subsequencePtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:296:5: style: Variable 'singleAAExtNum' is modified but its new value is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:996:3: style: Variable 'charge' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1363:5: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1737:2: style: Variable 'firstTagPtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:68:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:88:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:531:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:579:13: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1361:23: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetAutoTag.c:1278:23: error: Uninitialized struct member: clearExtension.nodeCorrection [uninitStructMember]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4478:1: warning: %d in format string (no. 1) requires 'int' but the argument type is 'tMSDataList *'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:44:9: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:721:14: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:3269:54: style: The scope of the variable 'structToFreePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:3579:17: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:3923:10: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4049:20: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4156:30: style: The scope of the variable 'nextToLastPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4197:18: style: The scope of the variable 'currPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4198:18: style: The scope of the variable 'ptrOfNoReturn' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4532:17: style: The scope of the variable 'c' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4240:40: style: Function 'LowMassIonRemoval' argument 1 names different: declaration 'peakList' definition 'inMSDataList'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:120:39: note: Function 'LowMassIonRemoval' argument 1 names different: declaration 'peakList' definition 'inMSDataList'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:4240:40: note: Function 'LowMassIonRemoval' argument 1 names different: declaration 'peakList' definition 'inMSDataList'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:2018:0: style: Variable 'previousPtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:3575:0: style: Variable 'windowStartPtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:1239:21: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:1331:17: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:2714:0: error: Memory leak: massList [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:2714:0: error: Memory leak: goodOrBad [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskGetCID.c:2714:0: error: Memory leak: intensityList [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:1507:0: style: Variable 'test' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:568:25: style: Array index 'l' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:1203:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:1351:14: style: Array index 'position' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:739:0: error: Memory leak: sequence [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskHaggis.c:1137:0: error: Memory leak: sequence [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2485:13: style: Condition 'big_endian' is always false [knownConditionTrueFalse]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2479:18: note: Assignment 'big_endian=0', assigned value is 0
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2485:13: note: Condition 'big_endian' is always false
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2502:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2507:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2512:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2517:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2522:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2527:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2532:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2537:9: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:753:21: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:757:21: note: Found duplicate branches for 'if' and 'else'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:753:21: note: Found duplicate branches for 'if' and 'else'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:246:22: style: The scope of the variable 'firstSequencePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:956:27: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:984:20: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:1012:22: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:245:0: style: Variable 'firstRawDataPtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:247:29: style: Variable 'theTime' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2732:13: style: Variable 'water' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMain.c:2733:14: style: Variable 'ammonia' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMakeGraph.c:1148:37: style: The scope of the variable 'cycle' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskMakeGraph.c:1119:13: style: Array index 'cycle' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:84:15: style: Condition 'probScore>1' is always false [knownConditionTrueFalse]
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:44:21: note: Assignment 'probScore=0', assigned value is 0
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:84:15: note: Condition 'probScore>1' is always false
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:40:35: warning: Function 'LutefiskProbScorer' argument order different: declaration 'sequence, seqLength, fragNum, fragMOverZ, argPresent' definition 'sequence, seqLength, ionFound, fragNum, fragMOverZ' [funcArgOrderDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:373:36: note: Function 'LutefiskProbScorer' argument order different: declaration 'sequence, seqLength, fragNum, fragMOverZ, argPresent' definition 'sequence, seqLength, ionFound, fragNum, fragMOverZ'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:40:35: note: Function 'LutefiskProbScorer' argument order different: declaration 'sequence, seqLength, fragNum, fragMOverZ, argPresent' definition 'sequence, seqLength, ionFound, fragNum, fragMOverZ'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:105:33: warning: Function 'FindImmoniumIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, ' definition 'ionFound, mass, ionCount, score, randomProb, sequence, seqLength' [funcArgOrderDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:374:34: note: Function 'FindImmoniumIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, ' definition 'ionFound, mass, ionCount, score, randomProb, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:105:33: note: Function 'FindImmoniumIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, ' definition 'ionFound, mass, ionCount, score, randomProb, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:193:33: warning: Function 'FindInternalIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, , ' definition 'ionFound, mass, ionCount, score, randomProb, ionRank, sequence, seqLength' [funcArgOrderDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:376:34: note: Function 'FindInternalIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, , ' definition 'ionFound, mass, ionCount, score, randomProb, ionRank, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:193:33: note: Function 'FindInternalIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, , ' definition 'ionFound, mass, ionCount, score, randomProb, ionRank, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:477:26: warning: Function 'FindBIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength' [funcArgOrderDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:379:28: note: Function 'FindBIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:477:26: note: Function 'FindBIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:744:26: warning: Function 'FindYIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength' [funcArgOrderDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:381:28: note: Function 'FindYIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:744:26: note: Function 'FindYIons' argument order different: declaration 'mass, ionCount, probScore, randomProb, sequence, seqLength, argPresent, , ' definition 'ionFound, mass, ionCount, sequenceNum, probScore, randomProb, intensity, sequence, seqLength'
lutefisk-1.0.7+dfsg.orig/src/LutefiskProbScorer.c:42:12: style: Unused variable: j [unusedVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9392:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9396:4: note: Found duplicate branches for 'if' and 'else'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9392:4: note: Found duplicate branches for 'if' and 'else'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:2955:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:3043:4: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:290:8: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1656:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1703:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:2760:24: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:2786:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:3068:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:3207:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:4180:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:4180:13: style: The scope of the variable 'twoAAExtension' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:5850:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:6020:34: style: The scope of the variable 'maxPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:6133:34: style: The scope of the variable 'maxPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:6201:19: style: The scope of the variable 'freeMePtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:7168:13: style: The scope of the variable 'twoAAExtension' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8030:7: style: The scope of the variable 'intFragFound' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8179:7: style: The scope of the variable 'bOHPresent' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8272:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8627:29: style: The scope of the variable 'destroyPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8743:14: style: The scope of the variable 'addSequence' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1116:77: style: Function 'GoodSequence' argument 3 names different: declaration 'peptideCorrection' definition 'aaCorrection'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:283:79: note: Function 'GoodSequence' argument 3 names different: declaration 'peptideCorrection' definition 'aaCorrection'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1116:77: note: Function 'GoodSequence' argument 3 names different: declaration 'peptideCorrection' definition 'aaCorrection'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8740:50: style: Function 'ScoreSequences' argument 1 names different: declaration 'finalSequencePtr' definition 'firstSequencePtr'. [funcArgNamesDifferent]
lutefisk-1.0.7+dfsg.orig/src/LutefiskPrototypes.h:208:50: note: Function 'ScoreSequences' argument 1 names different: declaration 'finalSequencePtr' definition 'firstSequencePtr'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8740:50: note: Function 'ScoreSequences' argument 1 names different: declaration 'finalSequencePtr' definition 'firstSequencePtr'.
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1784:21: style: Variable 'lcqBIonIntensity' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:2696:24: style: Variable 'confidenceLimitLow' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:3554:34: style: Variable 'lowMassIonConversion' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:4111:0: style: Variable 'numScore' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:4137:4: style: Variable 'intNum' is modified but its new value is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8870:15: style: Variable 'precursor' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8746:0: style: Variable 'averageBYScore' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8746:0: style: Variable 'highestBYScore' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9458:20: style: Variable 'aSequenceFound' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8758:10: style: Unused variable: test [unusedVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9398:5: style: Variable 'z' is modified but its new value is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9984:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:713:24: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:1440:13: style: Array index 'cycle' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:8058:22: style: Array index 'k' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:304:3: error: Memory leak: string [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:419:0: error: Memory leak: dipeptide [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskScore.c:9522:0: error: Memory leak: ionType [memleak]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:76:5: warning: Either the condition 'newSubsequencePtr==0' is redundant or there is possible null pointer dereference: newSubsequencePtr. [nullPointerRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:76:58: note: Assuming that condition 'newSubsequencePtr==0' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:76:5: note: Null pointer dereference
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:72:43: style: The scope of the variable 'trashPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:72:54: style: The scope of the variable 'lastPtr' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:632:13: style: The scope of the variable 'peptideChar' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:119:13: style: Variable 'lastPtr' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:310:18: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:994:21: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:1188:25: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:1221:22: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:1512:20: style: Array index 'testValue' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSubseqMaker.c:1558:25: style: Array index 'j' is used before limits check. [arrayIndexThenCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskSummedNode.c:314:0: style: Variable 'i' is assigned a value that is never used. [unreadVariable]
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:366:20: warning: Either the condition 'if(tau)' is redundant or there is possible null pointer dereference: tau. [nullPointerRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:447:5: note: Assuming that condition 'if(tau)' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:366:20: note: Null pointer dereference
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:346:26: warning: Either the condition 'if(spectrum1)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:446:5: note: Assuming that condition 'if(spectrum1)' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:346:26: note: Null pointer subtraction
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:961:26: warning: Either the condition 'if(spectrum2)' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:995:5: note: Assuming that condition 'if(spectrum2)' is not redundant
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:961:26: note: Null pointer subtraction
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:134:7: style: The scope of the variable 'test' can be reduced. [variableScope]
lutefisk-1.0.7+dfsg.orig/src/LutefiskXCorr.c:190:7: style: The scope of the variable 'test' can be reduced. [variableScope]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luvcview/luvcview_0.2.6.orig.tar.gz
luvcview-0.2.6/avilib.c:1101:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/avilib.c:1097:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
luvcview-0.2.6/avilib.c:1101:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
luvcview-0.2.6/avilib.c:1138:3: style: Variable 'AVI' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/avilib.c:1134:0: note: Variable 'AVI' is reassigned a value before the old one has been used.
luvcview-0.2.6/avilib.c:1138:3: note: Variable 'AVI' is reassigned a value before the old one has been used.
luvcview-0.2.6/avilib.c:1858:10: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
luvcview-0.2.6/avilib.c:62:11: style: The scope of the variable 'n' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:78:11: style: The scope of the variable 'n' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:175:10: style: The scope of the variable 'ptr' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:352:15: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:598:20: style: The scope of the variable 'sampsize' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:1705:17: style: The scope of the variable 'n' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:1734:18: style: The scope of the variable 'left' can be reduced. [variableScope]
luvcview-0.2.6/avilib.c:109:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luvcview-0.2.6/avilib.c:110:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luvcview-0.2.6/avilib.c:111:15: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luvcview-0.2.6/avilib.c:574:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
luvcview-0.2.6/avilib.c:879:4: style: Variable 'nhb' is assigned a value that is never used. [unreadVariable]
luvcview-0.2.6/avilib.c:1127:0: error: Dereferencing 'AVI' after it is deallocated / released [deallocuse]
luvcview-0.2.6/avilib.c:1153:0: error: Dereferencing 'AVI' after it is deallocated / released [deallocuse]
luvcview-0.2.6/luvcview.c:242:40: style: Redundant condition: If 'EXPR == 0', the comparison 'EXPR != '-'' is always true. [redundantCondition]
luvcview-0.2.6/luvcview.c:487:2: style: Variable 'lasttime' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/luvcview.c:469:2: note: Variable 'lasttime' is reassigned a value before the old one has been used.
luvcview-0.2.6/luvcview.c:487:2: note: Variable 'lasttime' is reassigned a value before the old one has been used.
luvcview-0.2.6/luvcview.c:599:6: style: The scope of the variable 'value' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1212:11: warning: Either the condition 'if(name)' is redundant or there is possible null pointer dereference: Picture. [nullPointerRedundantCheck]
luvcview-0.2.6/utils.c:1240:3: note: Assuming that condition 'if(name)' is not redundant
luvcview-0.2.6/utils.c:1222:17: note: Calling function 'getPictureName', 1st argument 'Picture' value is 0
luvcview-0.2.6/utils.c:1212:11: note: Null pointer dereference
luvcview-0.2.6/utils.c:1223:14: warning: Either the condition 'if(name)' is redundant or there is possible null pointer dereference: name. [nullPointerRedundantCheck]
luvcview-0.2.6/utils.c:1240:3: note: Assuming that condition 'if(name)' is not redundant
luvcview-0.2.6/utils.c:1223:14: note: Null pointer dereference
luvcview-0.2.6/utils.c:1221:1: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/utils.c:1220:0: note: Variable 'name' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:1221:1: note: Variable 'name' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:1251:1: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/utils.c:1250:0: note: Variable 'name' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:1251:1: note: Variable 'name' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:1253:1: style: Variable 'picture' is reassigned a value before the old one has been used. [redundantAssignment]
luvcview-0.2.6/utils.c:1249:0: note: Variable 'picture' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:1253:1: note: Variable 'picture' is reassigned a value before the old one has been used.
luvcview-0.2.6/utils.c:553:11: style: The scope of the variable 'tc' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:553:15: style: The scope of the variable 'th' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:553:19: style: The scope of the variable 'tt' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:600:9: style: The scope of the variable 'b' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:600:12: style: The scope of the variable 'm' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:716:9: style: The scope of the variable 'i' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1001:16: style: The scope of the variable 'Y' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1001:19: style: The scope of the variable 'Y1' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1001:23: style: The scope of the variable 'U' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1001:26: style: The scope of the variable 'V' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1218:16: style: The scope of the variable 'ptdeb' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1219:5: style: The scope of the variable 'sizein' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:1248:7: style: The scope of the variable 'foutpict' can be reduced. [variableScope]
luvcview-0.2.6/utils.c:685:11: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luvcview-0.2.6/utils.c:776:17: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
luvcview-0.2.6/utils.c:70:25: style: union member 'hufftblp::ehuff' is never used. [unusedStructMember]
luvcview-0.2.6/utils.c:1202:7: style: Unused variable: i [unusedVariable]
luvcview-0.2.6/utils.c:1258:0: error: Memory leak: name [memleak]
luvcview-0.2.6/utils.c:723:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luvcview-0.2.6/utils.c:728:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
luvcview-0.2.6/v4l2uvc.c:431:3: warning: %u in format string (no. 3) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luvcview-0.2.6/v4l2uvc.c:431:3: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
luvcview-0.2.6/v4l2uvc.c:754:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luvcview-0.2.6/v4l2uvc.c:776:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luvcview-0.2.6/v4l2uvc.c:805:9: style: The scope of the variable 'err' can be reduced. [variableScope]
luvcview-0.2.6/v4l2uvc.c:759:12: style: Variable 'step' is assigned a value that is never used. [unreadVariable]
luvcview-0.2.6/v4l2uvc.c:760:15: style: Variable 'val_def' is assigned a value that is never used. [unreadVariable]
luvcview-0.2.6/v4l2uvc.c:910:16: style: Unused variable: val [unusedVariable]
luvcview-0.2.6/v4l2uvc.c:798:13: error: Uninitialized variable: control_s [uninitvar]
luvcview-0.2.6/v4l2uvc.c:827:12: error: Uninitialized variable: control_s [uninitvar]
[03:28]

ftp://ftp.se.debian.org/debian/pool/main/l/luxio/luxio_8.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lv/lv_4.51.orig.tar.gz
lv-4.51.orig/src/big5.c:185:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/big5.c:253:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/big5.c:254:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:574:26: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR != 0' is always true. [redundantCondition]
lv-4.51.orig/src/command.c:307:12: style: The scope of the variable 'istr' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:330:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:405:17: style: The scope of the variable 'res' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:554:15: style: The scope of the variable 'nptr' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:697:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:899:7: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:954:13: style: The scope of the variable 'st' can be reduced. [variableScope]
lv-4.51.orig/src/command.c:507:5: error: Resource leak: fp [resourceLeak]
lv-4.51.orig/src/conf.c:221:12: style: The scope of the variable 'quotationChar' can be reduced. [variableScope]
lv-4.51.orig/src/conf.c:384:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lv-4.51.orig/src/conf.c:437:9: style: The scope of the variable 'env' can be reduced. [variableScope]
lv-4.51.orig/src/conf.c:364:5: error: Resource leak: fp [resourceLeak]
lv-4.51.orig/src/console.c:524:31: style: Function 'ConsolePrint' argument 1 names different: declaration 'i' definition 'c'. [funcArgNamesDifferent]
lv-4.51.orig/src/console.h:53:31: note: Function 'ConsolePrint' argument 1 names different: declaration 'i' definition 'c'.
lv-4.51.orig/src/console.c:524:31: note: Function 'ConsolePrint' argument 1 names different: declaration 'i' definition 'c'.
lv-4.51.orig/src/conv.c:42:9: style: The scope of the variable 'str' can be reduced. [variableScope]
lv-4.51.orig/src/dfa.c:509:45: style: Function 'ReRun' argument 2 names different: declaration 'ptr' definition 'iptr'. [funcArgNamesDifferent]
lv-4.51.orig/src/dfa.h:21:45: note: Function 'ReRun' argument 2 names different: declaration 'ptr' definition 'iptr'.
lv-4.51.orig/src/dfa.c:509:45: note: Function 'ReRun' argument 2 names different: declaration 'ptr' definition 'iptr'.
lv-4.51.orig/src/eucjapan.c:33:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/eucjapan.c:34:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/fetch.c:175:7: style: The scope of the variable 'line' can be reduced. [variableScope]
lv-4.51.orig/src/guess.c:45:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/guess.c:297:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/guess.c:210:7: style: Unused variable: i [unusedVariable]
lv-4.51.orig/src/guess.c:211:8: style: Unused variable: ch [unusedVariable]
lv-4.51.orig/src/hz.c:33:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/hz.c:34:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/iso2022.c:106:9: style: Expression '(X & 0x7f) <= 0x7f' is always true. [comparisonError]
lv-4.51.orig/src/iso2cn.c:45:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/iso2cn.c:47:13: style: The scope of the variable 'set94' can be reduced. [variableScope]
lv-4.51.orig/src/iso2jp.c:41:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/iso2jp.c:43:24: style: The scope of the variable 'set94' can be reduced. [variableScope]
lv-4.51.orig/src/iso2kr.c:41:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/iso2kr.c:43:13: style: The scope of the variable 'set94' can be reduced. [variableScope]
lv-4.51.orig/src/iso8859.c:39:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/iso8859.c:40:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/istr.c:61:27: style: The scope of the variable 'segmentMax' can be reduced. [variableScope]
lv-4.51.orig/src/istr.c:158:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lv-4.51.orig/src/istr.c:160:12: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lv-4.51.orig/src/istr.c:90:50: warning: Either the condition '0==blockSize' is redundant or there is division by zero at line 90. [zerodivcond]
lv-4.51.orig/src/istr.c:86:13: note: Assuming that condition '0==blockSize' is not redundant
lv-4.51.orig/src/istr.c:90:50: note: Division by zero
lv-4.51.orig/src/istr.c:226:36: warning: Either the condition 'stubIndex<0' is redundant, otherwise there is negative array index -1. [negativeIndex]
lv-4.51.orig/src/istr.c:223:17: note: Assuming that condition 'stubIndex<0' is not redundant
lv-4.51.orig/src/istr.c:226:36: note: Negative array index
lv-4.51.orig/src/istr.c:226:34: warning: Either the condition 'stubIndex>=1024' is redundant or the array 'stubIndexTable[1024]' is accessed at index 1024, which is out of bounds. [arrayIndexOutOfBoundsCond]
lv-4.51.orig/src/istr.c:223:34: note: Assuming that condition 'stubIndex>=1024' is not redundant
lv-4.51.orig/src/istr.c:226:34: note: Array index out of bounds
lv-4.51.orig/src/raw.c:33:8: style: The scope of the variable 'ch' can be reduced. [variableScope]
lv-4.51.orig/src/raw.c:53:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/raw.c:54:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/raw.c:55:8: style: The scope of the variable 'cset' can be reduced. [variableScope]
lv-4.51.orig/src/re.c:190:14: style: The scope of the variable 're1' can be reduced. [variableScope]
lv-4.51.orig/src/re.c:190:20: style: The scope of the variable 're2' can be reduced. [variableScope]
lv-4.51.orig/src/re.c:272:9: style: The scope of the variable 're' can be reduced. [variableScope]
lv-4.51.orig/src/shiftjis.c:163:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
lv-4.51.orig/src/shiftjis.c:164:8: style: The scope of the variable 'ic' can be reduced. [variableScope]
lv-4.51.orig/src/stream.c:192:5: error: Used file that is not opened. [useClosedFile]
lv-4.51.orig/src/stream.c:192:5: error: Resource handle 'fp' freed twice. [doubleFree]
lv-4.51.orig/src/unimap.c:120:8: style: The scope of the variable 'res' can be reduced. [variableScope]
lv-4.51.orig/src/utf.c:312:12: style: The scope of the variable 'attr' can be reduced. [variableScope]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lv2/lv2_1.14.0~dfsg1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lv2-c++-tools/lv2-c++-tools_1.0.5.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lv2core/lv2core_6.0+dfsg0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lv2dynparam1/lv2dynparam1_2.orig.tar.gz
lv2dynparam1-2/helpers.c:78:24: style: Function 'lv2dynparam_enum_duplicate' argument 2 names different: declaration 'values' definition 'values_ptr_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/helpers.h:29:24: note: Function 'lv2dynparam_enum_duplicate' argument 2 names different: declaration 'values' definition 'values_ptr_ptr'.
lv2dynparam1-2/helpers.c:78:24: note: Function 'lv2dynparam_enum_duplicate' argument 2 names different: declaration 'values' definition 'values_ptr_ptr'.
lv2dynparam1-2/host/host.c:651:35: style: The scope of the variable 'child_group_ptr' can be reduced. [variableScope]
lv2dynparam1-2/host/host.c:652:39: style: The scope of the variable 'parameter_ptr' can be reduced. [variableScope]
lv2dynparam1-2/host/host.c:712:10: style: The scope of the variable 'new_buffer_size' can be reduced. [variableScope]
lv2dynparam1-2/host/host.c:931:35: style: The scope of the variable 'child_group_ptr' can be reduced. [variableScope]
lv2dynparam1-2/host/host.c:932:39: style: The scope of the variable 'parameter_ptr' can be reduced. [variableScope]
lv2dynparam1-2/host/host.c:136:31: style: Function 'lv2dynparam_host_attach' argument 8 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/host/host.h:148:31: note: Function 'lv2dynparam_host_attach' argument 8 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'.
lv2dynparam1-2/host/host.c:136:31: note: Function 'lv2dynparam_host_attach' argument 8 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'.
lv2dynparam1-2/host/host.c:1446:3: style: Variable 'len' is modified but its new value is never used. [unreadVariable]
lv2dynparam1-2/host/host_callbacks.c:53:11: style: Function 'lv2dynparam_host_group_appear' argument 5 names different: declaration 'host_context' definition 'group_host_context'. [funcArgNamesDifferent]
lv2dynparam1-2/host/host_callbacks.h:34:11: note: Function 'lv2dynparam_host_group_appear' argument 5 names different: declaration 'host_context' definition 'group_host_context'.
lv2dynparam1-2/host/host_callbacks.c:53:11: note: Function 'lv2dynparam_host_group_appear' argument 5 names different: declaration 'host_context' definition 'group_host_context'.
lv2dynparam1-2/memory_atomic.c:80:29: style: Function 'rtsafe_memory_pool_destroy' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:43:29: note: Function 'rtsafe_memory_pool_destroy' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:80:29: note: Function 'rtsafe_memory_pool_destroy' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:89:29: style: Function 'rtsafe_memory_pool_allocate_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:48:29: note: Function 'rtsafe_memory_pool_allocate_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:89:29: note: Function 'rtsafe_memory_pool_allocate_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:97:29: style: Function 'rtsafe_memory_pool_deallocate' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:68:29: note: Function 'rtsafe_memory_pool_deallocate' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:97:29: note: Function 'rtsafe_memory_pool_deallocate' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:105:29: style: Function 'rtsafe_memory_pool_allocate_sleepy' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:53:29: note: Function 'rtsafe_memory_pool_allocate_sleepy' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:105:29: note: Function 'rtsafe_memory_pool_allocate_sleepy' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:112:29: style: Function 'rtsafe_memory_pool_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:63:29: note: Function 'rtsafe_memory_pool_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:112:29: note: Function 'rtsafe_memory_pool_atomic' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:119:29: style: Function 'rtsafe_memory_pool_allocate' argument 1 names different: declaration 'pool' definition 'pool_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/memory_atomic.h:58:29: note: Function 'rtsafe_memory_pool_allocate' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/memory_atomic.c:119:29: note: Function 'rtsafe_memory_pool_allocate' argument 1 names different: declaration 'pool' definition 'pool_handle'.
lv2dynparam1-2/plugin/group.c:63:7: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lv2dynparam1-2/plugin/group.c:67:7: note: Found duplicate branches for 'if' and 'else'.
lv2dynparam1-2/plugin/group.c:63:7: note: Found duplicate branches for 'if' and 'else'.
lv2dynparam1-2/plugin/group.c:47:16: style: The scope of the variable 'index' can be reduced. [variableScope]
lv2dynparam1-2/plugin/group.c:139:37: style: The scope of the variable 'child_group_ptr' can be reduced. [variableScope]
lv2dynparam1-2/plugin/group.c:140:41: style: The scope of the variable 'child_param_ptr' can be reduced. [variableScope]
lv2dynparam1-2/plugin/group.c:181:37: style: The scope of the variable 'child_group_ptr' can be reduced. [variableScope]
lv2dynparam1-2/plugin/group.c:182:41: style: The scope of the variable 'child_param_ptr' can be reduced. [variableScope]
lv2dynparam1-2/plugin/group.c:266:31: style: Function 'lv2dynparam_plugin_group_add' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:161:31: note: Function 'lv2dynparam_plugin_group_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/group.c:266:31: note: Function 'lv2dynparam_plugin_group_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/group.c:270:30: style: Function 'lv2dynparam_plugin_group_add' argument 5 names different: declaration 'group_ptr' definition 'group_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:165:30: note: Function 'lv2dynparam_plugin_group_add' argument 5 names different: declaration 'group_ptr' definition 'group_handle_ptr'.
lv2dynparam1-2/plugin/group.c:270:30: note: Function 'lv2dynparam_plugin_group_add' argument 5 names different: declaration 'group_ptr' definition 'group_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:290:31: style: Function 'lv2dynparam_plugin_param_boolean_add' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:187:31: note: Function 'lv2dynparam_plugin_param_boolean_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:290:31: note: Function 'lv2dynparam_plugin_param_boolean_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:297:34: style: Function 'lv2dynparam_plugin_param_boolean_add' argument 8 names different: declaration 'param_ptr' definition 'param_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:194:34: note: Function 'lv2dynparam_plugin_param_boolean_add' argument 8 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:297:34: note: Function 'lv2dynparam_plugin_param_boolean_add' argument 8 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:385:31: style: Function 'lv2dynparam_plugin_param_float_add' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:218:31: note: Function 'lv2dynparam_plugin_param_float_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:385:31: note: Function 'lv2dynparam_plugin_param_float_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:394:34: style: Function 'lv2dynparam_plugin_param_float_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:227:34: note: Function 'lv2dynparam_plugin_param_float_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:394:34: note: Function 'lv2dynparam_plugin_param_float_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:486:31: style: Function 'lv2dynparam_plugin_param_enum_add' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:251:31: note: Function 'lv2dynparam_plugin_param_enum_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:486:31: note: Function 'lv2dynparam_plugin_param_enum_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:495:34: style: Function 'lv2dynparam_plugin_param_enum_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:260:34: note: Function 'lv2dynparam_plugin_param_enum_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:495:34: note: Function 'lv2dynparam_plugin_param_enum_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:625:31: style: Function 'lv2dynparam_plugin_param_int_add' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:284:31: note: Function 'lv2dynparam_plugin_param_int_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:625:31: note: Function 'lv2dynparam_plugin_param_int_add' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:634:34: style: Function 'lv2dynparam_plugin_param_int_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:293:34: note: Function 'lv2dynparam_plugin_param_int_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:634:34: note: Function 'lv2dynparam_plugin_param_int_add' argument 10 names different: declaration 'param_ptr' definition 'param_handle_ptr'.
lv2dynparam1-2/plugin/parameter.c:726:31: style: Function 'lv2dynparam_plugin_param_remove' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:307:31: note: Function 'lv2dynparam_plugin_param_remove' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:726:31: note: Function 'lv2dynparam_plugin_param_remove' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/parameter.c:727:32: style: Function 'lv2dynparam_plugin_param_remove' argument 2 names different: declaration 'param' definition 'parameter'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:308:32: note: Function 'lv2dynparam_plugin_param_remove' argument 2 names different: declaration 'param' definition 'parameter'.
lv2dynparam1-2/plugin/parameter.c:727:32: note: Function 'lv2dynparam_plugin_param_remove' argument 2 names different: declaration 'param' definition 'parameter'.
lv2dynparam1-2/plugin/plugin.c:68:14: style: Function 'lv2dynparam_plugin_instantiate' argument 1 names different: declaration 'instance' definition 'lv2instance'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:64:14: note: Function 'lv2dynparam_plugin_instantiate' argument 1 names different: declaration 'instance' definition 'lv2instance'.
lv2dynparam1-2/plugin/plugin.c:68:14: note: Function 'lv2dynparam_plugin_instantiate' argument 1 names different: declaration 'instance' definition 'lv2instance'.
lv2dynparam1-2/plugin/plugin.c:71:33: style: Function 'lv2dynparam_plugin_instantiate' argument 4 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:67:33: note: Function 'lv2dynparam_plugin_instantiate' argument 4 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'.
lv2dynparam1-2/plugin/plugin.c:71:33: note: Function 'lv2dynparam_plugin_instantiate' argument 4 names different: declaration 'instance_ptr' definition 'instance_handle_ptr'.
lv2dynparam1-2/plugin/plugin.c:219:31: style: Function 'lv2dynparam_plugin_cleanup' argument 1 names different: declaration 'instance' definition 'instance_handle'. [funcArgNamesDifferent]
lv2dynparam1-2/plugin/plugin.h:77:31: note: Function 'lv2dynparam_plugin_cleanup' argument 1 names different: declaration 'instance' definition 'instance_handle'.
lv2dynparam1-2/plugin/plugin.c:219:31: note: Function 'lv2dynparam_plugin_cleanup' argument 1 names different: declaration 'instance' definition 'instance_handle'.
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lv2fil/lv2fil_2.0+20100312.git18130f5a+dfsg0.orig.tar.gz
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:69:32: style: The scope of the variable 'x' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:69:35: style: The scope of the variable 'y' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:240:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:241:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:243:12: style: The scope of the variable 'g' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:243:15: style: The scope of the variable 'd' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:212:27: style: Unsigned variable 'global_parameter' can't be negative so it is unnecessary to test it. [unsignedPositive]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:225:21: style: Unsigned variable 'band_index' can't be negative so it is unnecessary to test it. [unsignedPositive]
lv2fil-2.0+20100312.git18130f5a+dfsg0/filter.c:227:25: style: Unsigned variable 'band_parameter' can't be negative so it is unnecessary to test it. [unsignedPositive]
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2_ui.c:178:10: style: The scope of the variable 'port_index_str' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2_ui.c:179:10: style: The scope of the variable 'port_value_str' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2_ui.c:180:7: style: The scope of the variable 'port' can be reduced. [variableScope]
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2filter.c:66:31: style: Function 'lv2filter_instantiate' argument 4 names different: declaration 'features' definition 'host_features'. [funcArgNamesDifferent]
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2filter.h:32:31: note: Function 'lv2filter_instantiate' argument 4 names different: declaration 'features' definition 'host_features'.
lv2fil-2.0+20100312.git18130f5a+dfsg0/lv2filter.c:66:31: note: Function 'lv2filter_instantiate' argument 4 names different: declaration 'features' definition 'host_features'.
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lv2file/lv2file_0.83.orig.tar.gz
lv2file.c:374:4: warning: %i in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lv2file.c:385:8: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lv2proc/lv2proc_0.5.0.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lv2vocoder/lv2vocoder_1.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lvm2/lvm2_2.02.95.orig.tar.gz
lvm2-2.02.95/daemons/clvmd/clvmd-cman.c:37:20: style: struct member 'clvmd_node::node' is never used. [unusedStructMember]
lvm2-2.02.95/daemons/clvmd/clvmd-cman.c:38:6: style: struct member 'clvmd_node::clvmd_up' is never used. [unusedStructMember]
lvm2-2.02.95/daemons/clvmd/clvmd-command.c:346:6: style: The scope of the variable 'lkid' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd-command.c:347:8: style: The scope of the variable 'lockname' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd-command.c:426:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/daemons/clvmd/clvmd-corosync.c:39:0: error: #error "Either HAVE_COROSYNC_CONFDB_H or HAVE_COROSYNC_CMAP_H must be defined." [preprocessorErrorDirective]
lvm2-2.02.95/daemons/clvmd/clvmd-openais.c:390:6: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lvm2-2.02.95/daemons/clvmd/clvmd-openais.c:388:20: style: The scope of the variable 'ninfo' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd-openais.c:444:20: style: The scope of the variable 'ninfo' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd-singlenode.c:225:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/daemons/clvmd/clvmd.c:1769:2: style: Variable 'client' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/daemons/clvmd/clvmd.c:1767:0: note: Variable 'client' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1769:2: note: Variable 'client' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1088:6: style: The scope of the variable 'argslen' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd.c:1089:6: style: The scope of the variable 'missing_len' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd.c:1922:6: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd.c:1926:6: style: The scope of the variable 'retry_cnt' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/clvmd.c:236:30: style: Function 'clvmd_set_debug' argument 1 names different: declaration 'new_de' definition 'new_debug'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/clvmd.h:120:30: note: Function 'clvmd_set_debug' argument 1 names different: declaration 'new_de' definition 'new_debug'.
lvm2-2.02.95/daemons/clvmd/clvmd.c:236:30: note: Function 'clvmd_set_debug' argument 1 names different: declaration 'new_de' definition 'new_debug'.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1036:27: style: Function 'be_daemon' argument 1 names different: declaration 'start_timeout' definition 'timeout'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/clvmd.c:133:27: note: Function 'be_daemon' argument 1 names different: declaration 'start_timeout' definition 'timeout'.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1036:27: note: Function 'be_daemon' argument 1 names different: declaration 'start_timeout' definition 'timeout'.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1793:75: style: Function 'send_local_reply' argument 3 names different: declaration 'clientid' definition 'fd'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/clvmd.c:114:13: note: Function 'send_local_reply' argument 3 names different: declaration 'clientid' definition 'fd'.
lvm2-2.02.95/daemons/clvmd/clvmd.c:1793:75: note: Function 'send_local_reply' argument 3 names different: declaration 'clientid' definition 'fd'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:741:14: error: Width 64 given in format string (no. 1) is larger than destination buffer 'vg[64]', use %63s to prevent overflowing it. [invalidScanfFormatWidth]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:741:14: error: Width 64 given in format string (no. 2) is larger than destination buffer 'lv[64]', use %63s to prevent overflowing it. [invalidScanfFormatWidth]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:741:14: error: Width 25 given in format string (no. 3) is larger than destination buffer 'flags[25]', use %24s to prevent overflowing it. [invalidScanfFormatWidth]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:741:14: error: Width 25 given in format string (no. 4) is larger than destination buffer 'vg_flags[25]', use %24s to prevent overflowing it. [invalidScanfFormatWidth]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:214:18: style: The scope of the variable 'lvi' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:215:8: style: The scope of the variable 'resource' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:216:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:467:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:606:6: style: The scope of the variable 'status' can be reduced. [variableScope]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:509:30: style: Function 'do_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/lvm-functions.h:23:37: note: Function 'do_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:509:30: note: Function 'do_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:584:31: style: Function 'pre_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/lvm-functions.h:21:38: note: Function 'pre_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:584:31: note: Function 'pre_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:603:32: style: Function 'post_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/clvmd/lvm-functions.h:26:39: note: Function 'post_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:603:32: note: Function 'post_lock_lv' argument 1 names different: declaration 'lock_cmd' definition 'command'.
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:113:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:114:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:115:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:116:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:135:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:136:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:137:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:138:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:139:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:140:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:141:39: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/lvm-functions.c:377:79: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:228:3: warning: Possible null pointer dereference: response [nullPointer]
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:329:91: note: Calling function '_cluster_request', 5th argument 'response' value is 0
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:228:3: note: Null pointer dereference
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:230:8: warning: Possible null pointer dereference: response [nullPointer]
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:329:91: note: Calling function '_cluster_request', 5th argument 'response' value is 0
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:230:8: note: Null pointer dereference
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:236:12: warning: Possible null pointer dereference: response [nullPointer]
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:329:91: note: Calling function '_cluster_request', 5th argument 'response' value is 0
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:236:12: note: Null pointer dereference
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:266:3: warning: Possible null pointer dereference: response [nullPointer]
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:329:91: note: Calling function '_cluster_request', 5th argument 'response' value is 0
lvm2-2.02.95/daemons/clvmd/refresh_clvmd.c:266:3: note: Null pointer dereference
lvm2-2.02.95/daemons/cmirrord/cluster.c:303:4: warning: Either the condition '!orig_rq' is redundant or there is possible null pointer dereference: orig_rq. [nullPointerRedundantCheck]
lvm2-2.02.95/daemons/cmirrord/cluster.c:290:6: note: Assuming that condition '!orig_rq' is not redundant
lvm2-2.02.95/daemons/cmirrord/cluster.c:303:4: note: Null pointer dereference
lvm2-2.02.95/daemons/cmirrord/cluster.c:250:4: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/daemons/cmirrord/cluster.c:248:4: note: Variable 'r' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/cmirrord/cluster.c:250:4: note: Variable 'r' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/cmirrord/cluster.c:278:0: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/daemons/cmirrord/compat.c:26:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/compat.c:26:9: style: The scope of the variable 'end' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:1014:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lvm2-2.02.95/daemons/cmirrord/functions.c:1017:2: note: Found duplicate branches for 'if' and 'else'.
lvm2-2.02.95/daemons/cmirrord/functions.c:1014:2: note: Found duplicate branches for 'if' and 'else'.
lvm2-2.02.95/daemons/cmirrord/functions.c:854:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:855:9: style: The scope of the variable 't' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:1115:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:1178:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:1907:11: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/daemons/cmirrord/functions.c:489:42: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lvm2-2.02.95/daemons/cmirrord/local.c:289:3: style: Variable 'r' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/daemons/cmirrord/local.c:287:3: note: Variable 'r' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/cmirrord/local.c:289:3: note: Variable 'r' is reassigned a value before the old one has been used.
lvm2-2.02.95/daemons/cmirrord/local.c:327:41: style: Function 'kernel_send' argument 1 names different: declaration 'rq' definition 'u_rq'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/cmirrord/local.h:18:41: note: Function 'kernel_send' argument 1 names different: declaration 'rq' definition 'u_rq'.
lvm2-2.02.95/daemons/cmirrord/local.c:327:41: note: Function 'kernel_send' argument 1 names different: declaration 'rq' definition 'u_rq'.
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1973:6: style: Condition '!_systemd_activation' is always true [knownConditionTrueFalse]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1978:6: style: Condition '!_systemd_activation' is always true [knownConditionTrueFalse]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:300:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:519:9: style: The scope of the variable 'curr_time' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:773:6: style: The scope of the variable 'wait_error' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1321:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1375:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1438:8: style: The scope of the variable 'answer' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1324:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/daemons/dmeventd/dmeventd.c:1379:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/daemons/dmeventd/libdevmapper-event.c:109:79: style: Function 'dm_event_handler_set_dev_name' argument 2 names different: declaration 'device_name' definition 'dev_name'. [funcArgNamesDifferent]
lvm2-2.02.95/daemons/dmeventd/libdevmapper-event.h:74:79: note: Function 'dm_event_handler_set_dev_name' argument 2 names different: declaration 'device_name' definition 'dev_name'.
lvm2-2.02.95/daemons/dmeventd/libdevmapper-event.c:109:79: note: Function 'dm_event_handler_set_dev_name' argument 2 names different: declaration 'device_name' definition 'dev_name'.
lvm2-2.02.95/daemons/dmeventd/libdevmapper-event.c:233:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/daemons/dmeventd/libdevmapper-event.c:295:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:85:17: style: The scope of the variable 'ap' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:86:13: style: The scope of the variable 'argc' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:87:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:88:22: style: The scope of the variable 'argv' can be reduced. [variableScope]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:158:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lvm2-2.02.95/daemons/dmeventd/plugins/snapshot/dmeventd_snapshot.c:99:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/daemons/lvmetad/lvmetad-core.c:294:14: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/daemons/lvmetad/lvmetad-core.c:369:14: style: The scope of the variable 'id' can be reduced. [variableScope]
lvm2-2.02.95/daemons/lvmetad/lvmetad-core.c:622:14: style: The scope of the variable 'pvid' can be reduced. [variableScope]
lvm2-2.02.95/daemons/lvmetad/lvmetad-core.c:624:14: style: The scope of the variable 'check_vgid' can be reduced. [variableScope]
lvm2-2.02.95/daemons/lvmetad/lvmetad-core.c:690:14: style: The scope of the variable 'pvid' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/activate.c:59:28: style: The scope of the variable 'snap_seg' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/activate.c:60:18: style: The scope of the variable 'snh' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/activate.c:116:25: style: Function 'set_activation' argument 1 names different: declaration 'activation' definition 'act'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/activate/activate.h:46:25: note: Function 'set_activation' argument 1 names different: declaration 'activation' definition 'act'.
lvm2-2.02.95/lib/activate/activate.c:116:25: note: Function 'set_activation' argument 1 names different: declaration 'activation' definition 'act'.
lvm2-2.02.95/lib/activate/activate.c:283:50: style: Function 'monitor_dev_for_events' argument 4 names different: declaration 'do_reg' definition 'monitor'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/activate/activate.h:127:50: note: Function 'monitor_dev_for_events' argument 4 names different: declaration 'do_reg' definition 'monitor'.
lvm2-2.02.95/lib/activate/activate.c:283:50: note: Function 'monitor_dev_for_events' argument 4 names different: declaration 'do_reg' definition 'monitor'.
lvm2-2.02.95/lib/activate/dev_manager.c:449:11: style: The scope of the variable 'page_size' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1299:11: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1300:19: style: The scope of the variable 'sl' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1302:23: style: The scope of the variable 'thin_node' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1303:14: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1374:18: style: The scope of the variable 'snh' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1447:8: style: The scope of the variable 'dlid' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1736:18: style: The scope of the variable 'snh' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1841:24: style: The scope of the variable 'info' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1890:19: style: The scope of the variable 'sl' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:1892:24: style: The scope of the variable 'dinfo' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:2010:19: style: The scope of the variable 'lvlayer' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:2093:14: style: The scope of the variable 'name' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/dev_manager.c:98:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:134:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:439:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:441:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:725:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:922:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/dev_manager.c:1402:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/activate/fs.c:386:17: style: Condition 'type==FS_RENAME' is always false [knownConditionTrueFalse]
lvm2-2.02.95/lib/activate/fs.c:372:17: note: Assuming that condition 'type==FS_ADD' is not redundant
lvm2-2.02.95/lib/activate/fs.c:386:17: note: Condition 'type==FS_RENAME' is always false
lvm2-2.02.95/lib/activate/fs.c:89:14: style: The scope of the variable 'name' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/fs.c:353:18: style: The scope of the variable 'fsph' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/fs.c:353:25: style: The scope of the variable 'fspht' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/fs.c:426:22: style: The scope of the variable 'fsp' can be reduced. [variableScope]
lvm2-2.02.95/lib/activate/fs.c:408:2: error: Uninitialized variable: fsp [uninitvar]
lvm2-2.02.95/lib/activate/fs.c:409:2: error: Uninitialized variable: fsp [uninitvar]
lvm2-2.02.95/lib/cache/lvmcache.c:637:42: warning: Either the condition '!info' is redundant or there is possible null pointer dereference: info. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/cache/lvmcache.c:634:6: note: Assuming that condition '!info' is not redundant
lvm2-2.02.95/lib/cache/lvmcache.c:637:42: note: Null pointer dereference
lvm2-2.02.95/lib/cache/lvmcache.c:243:24: style: The scope of the variable 'info' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:333:14: style: The scope of the variable 'vgname2' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1124:7: style: The scope of the variable 'uuid_primary' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1125:7: style: The scope of the variable 'uuid_new' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1126:6: style: The scope of the variable 'use_new' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1208:52: style: The scope of the variable 'orphan_vginfo' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1209:32: style: The scope of the variable 'info3' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1426:24: style: The scope of the variable 'info' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1601:23: style: The scope of the variable 'n' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1673:7: style: The scope of the variable 'vgname' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:1674:7: style: The scope of the variable 'vgid' can be reduced. [variableScope]
lvm2-2.02.95/lib/cache/lvmcache.c:804:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/cache/lvmcache.c:974:22: style: Function 'lvmcache_pvid_from_devname' argument 2 names different: declaration 'dev_name' definition 'devname'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/cache/lvmcache.h:82:22: note: Function 'lvmcache_pvid_from_devname' argument 2 names different: declaration 'dev_name' definition 'devname'.
lvm2-2.02.95/lib/cache/lvmcache.c:974:22: note: Function 'lvmcache_pvid_from_devname' argument 2 names different: declaration 'dev_name' definition 'devname'.
lvm2-2.02.95/lib/cache/lvmcache.c:1391:38: style: Function 'lvmcache_update_vgname_and_id' argument 5 names different: declaration 'hostname' definition 'creation_host'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/cache/lvmcache.h:61:38: note: Function 'lvmcache_update_vgname_and_id' argument 5 names different: declaration 'hostname' definition 'creation_host'.
lvm2-2.02.95/lib/cache/lvmcache.c:1391:38: note: Function 'lvmcache_update_vgname_and_id' argument 5 names different: declaration 'hostname' definition 'creation_host'.
lvm2-2.02.95/lib/cache/lvmcache.c:1792:49: style: Function 'lvmcache_foreach_pv' argument 1 names different: declaration 'vg' definition 'vginfo'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/cache/lvmcache.h:139:49: note: Function 'lvmcache_foreach_pv' argument 1 names different: declaration 'vg' definition 'vginfo'.
lvm2-2.02.95/lib/cache/lvmcache.c:1792:49: note: Function 'lvmcache_foreach_pv' argument 1 names different: declaration 'vg' definition 'vginfo'.
lvm2-2.02.95/lib/cache/lvmcache.c:1353:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/cache/lvmetad.c:495:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/commands/toolcontext.c:1381:8: style: The scope of the variable 'lib' can be reduced. [variableScope]
lvm2-2.02.95/lib/commands/toolcontext.c:1401:8: style: The scope of the variable 'lib' can be reduced. [variableScope]
lvm2-2.02.95/lib/commands/toolcontext.c:653:9: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/lib/commands/toolcontext.c:655:14: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/lib/commands/toolcontext.c:1040:0: style: Variable 'seglib' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/lib/config/config.c:456:31: style: The scope of the variable 'cn' can be reduced. [variableScope]
lvm2-2.02.95/lib/datastruct/str_list.c:85:18: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/datastruct/str_list.c:37:6: note: Assuming that condition '!str' is not redundant
lvm2-2.02.95/lib/datastruct/str_list.c:41:31: note: Calling function 'str_list_match_item', 2nd argument 'str' value is 0
lvm2-2.02.95/lib/datastruct/str_list.c:85:18: note: Null pointer dereference
lvm2-2.02.95/lib/device/dev-cache.c:324:2: warning: Either the condition '!sl' is redundant or there is possible null pointer dereference: sl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/device/dev-cache.c:313:6: note: Assuming that condition '!sl' is not redundant
lvm2-2.02.95/lib/device/dev-cache.c:324:2: note: Null pointer dereference
lvm2-2.02.95/lib/device/dev-cache.c:180:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:215:6: style: The scope of the variable 'm0' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:215:10: style: The scope of the variable 'm1' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:310:14: style: The scope of the variable 'oldpath' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:431:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:433:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-cache.c:933:44: style: Function 'dev_cache_get_by_devt' argument 1 names different: declaration 'device' definition 'dev'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/device/dev-cache.h:48:44: note: Function 'dev_cache_get_by_devt' argument 1 names different: declaration 'device' definition 'dev'.
lvm2-2.02.95/lib/device/dev-cache.c:933:44: note: Function 'dev_cache_get_by_devt' argument 1 names different: declaration 'device' definition 'dev'.
lvm2-2.02.95/lib/device/dev-io.c:629:17: style: The scope of the variable 'dev' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-io.c:752:9: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/lib/device/dev-io.c:522:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/device/dev-io.c:523:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/device/dev-io.c:524:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/device/dev-luks.c:38:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/device/device.c:61:11: style: The scope of the variable 'p' can be reduced. [variableScope]
lvm2-2.02.95/lib/display/display.c:408:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/display/display.c:785:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/error/errseg.c:108:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:108:2: note: Null pointer dereference
lvm2-2.02.95/lib/error/errseg.c:109:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:109:2: note: Null pointer dereference
lvm2-2.02.95/lib/error/errseg.c:110:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:110:2: note: Null pointer dereference
lvm2-2.02.95/lib/error/errseg.c:111:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:111:2: note: Null pointer dereference
lvm2-2.02.95/lib/error/errseg.c:112:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:112:2: note: Null pointer dereference
lvm2-2.02.95/lib/error/errseg.c:114:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/error/errseg.c:105:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/error/errseg.c:114:46: note: Null pointer dereference
lvm2-2.02.95/lib/filters/filter-persistent.c:199:26: warning: Either the condition '!f' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/filters/filter-persistent.c:197:6: note: Assuming that condition '!f' is not redundant
lvm2-2.02.95/lib/filters/filter-persistent.c:199:26: note: Null pointer dereference
lvm2-2.02.95/lib/filters/filter-persistent.c:157:8: style: The scope of the variable 'd' can be reduced. [variableScope]
lvm2-2.02.95/lib/filters/filter-persistent.c:146:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/filters/filter-persistent.c:334:64: style: Function 'persistent_filter_create' argument 1 names different: declaration 'f' definition 'real'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/filters/filter-persistent.h:21:64: note: Function 'persistent_filter_create' argument 1 names different: declaration 'f' definition 'real'.
lvm2-2.02.95/lib/filters/filter-persistent.c:334:64: note: Function 'persistent_filter_create' argument 1 names different: declaration 'f' definition 'real'.
lvm2-2.02.95/lib/filters/filter-persistent.c:243:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/filters/filter-regex.c:151:6: style: The scope of the variable 'm' can be reduced. [variableScope]
lvm2-2.02.95/lib/filters/filter-regex.c:218:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/filters/filter.c:194:6: style: The scope of the variable 'line_maj' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:353:2: warning: Either the condition '!dl' is redundant or there is possible null pointer dereference: dl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format1/disk-rep.c:350:6: note: Assuming that condition '!dl' is not redundant
lvm2-2.02.95/lib/format1/disk-rep.c:353:2: note: Null pointer dereference
lvm2-2.02.95/lib/format1/disk-rep.c:354:2: warning: Either the condition '!dl' is redundant or there is possible null pointer dereference: dl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format1/disk-rep.c:350:6: note: Assuming that condition '!dl' is not redundant
lvm2-2.02.95/lib/format1/disk-rep.c:354:2: note: Null pointer dereference
lvm2-2.02.95/lib/format1/disk-rep.c:364:8: warning: Either the condition '!dl' is redundant or there is possible null pointer dereference: dl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format1/disk-rep.c:350:6: note: Assuming that condition '!dl' is not redundant
lvm2-2.02.95/lib/format1/disk-rep.c:364:8: note: Null pointer dereference
lvm2-2.02.95/lib/format1/disk-rep.c:118:11: style: The scope of the variable 'b' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:118:14: style: The scope of the variable 'e' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:281:11: style: The scope of the variable 'pos' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:431:18: style: The scope of the variable 'pvd' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:594:16: style: The scope of the variable 'offset' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/disk-rep.c:483:22: style: Function 'read_pvs_in_vg' argument 5 names different: declaration 'results' definition 'head'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/format1/disk-rep.h:198:43: note: Function 'read_pvs_in_vg' argument 5 names different: declaration 'results' definition 'head'.
lvm2-2.02.95/lib/format1/disk-rep.c:483:22: note: Function 'read_pvs_in_vg' argument 5 names different: declaration 'results' definition 'head'.
lvm2-2.02.95/lib/format1/disk-rep.c:746:64: style: Function 'write_disks' argument 2 names different: declaration 'pvds' definition 'pvs'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/format1/disk-rep.h:200:64: note: Function 'write_disks' argument 2 names different: declaration 'pvds' definition 'pvs'.
lvm2-2.02.95/lib/format1/disk-rep.c:746:64: note: Function 'write_disks' argument 2 names different: declaration 'pvds' definition 'pvs'.
lvm2-2.02.95/lib/format1/format1.c:247:2: warning: Either the condition '!dl' is redundant or there is possible null pointer dereference: dl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format1/format1.c:244:6: note: Assuming that condition '!dl' is not redundant
lvm2-2.02.95/lib/format1/format1.c:247:2: note: Null pointer dereference
lvm2-2.02.95/lib/format1/format1.c:248:2: warning: Either the condition '!dl' is redundant or there is possible null pointer dereference: dl. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format1/format1.c:244:6: note: Assuming that condition '!dl' is not redundant
lvm2-2.02.95/lib/format1/format1.c:248:2: note: Null pointer dereference
lvm2-2.02.95/lib/format1/format1.c:118:20: style: The scope of the variable 'dl' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/format1.c:175:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/format1.c:231:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/format1.c:335:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/format1.c:458:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/import-export.c:58:11: style: The scope of the variable 'size' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/import-export.c:466:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/import-export.c:548:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/import-extents.c:189:17: style: The scope of the variable 'lvm' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/import-extents.c:215:19: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/import-extents.c:266:11: style: The scope of the variable 'area_len' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/import-extents.c:331:17: style: The scope of the variable 'lvm' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/import-extents.c:80:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format1/layout.c:123:11: style: The scope of the variable 'end' can be reduced. [variableScope]
lvm2-2.02.95/lib/format1/vg_number.c:59:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_pool/disk_rep.c:333:26: style: The scope of the variable 'vginfo' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_pool/disk_rep.c:330:62: style: Function 'read_pool_pds' argument 2 names different: declaration 'vgname' definition 'vg_name'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/format_pool/disk_rep.h:150:62: note: Function 'read_pool_pds' argument 2 names different: declaration 'vgname' definition 'vg_name'.
lvm2-2.02.95/lib/format_pool/disk_rep.c:330:62: note: Function 'read_pool_pds' argument 2 names different: declaration 'vgname' definition 'vg_name'.
lvm2-2.02.95/lib/format_pool/disk_rep.c:331:42: style: Function 'read_pool_pds' argument 4 names different: declaration 'head' definition 'pdhead'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/format_pool/disk_rep.h:151:42: note: Function 'read_pool_pds' argument 4 names different: declaration 'head' definition 'pdhead'.
lvm2-2.02.95/lib/format_pool/disk_rep.c:331:42: note: Function 'read_pool_pds' argument 4 names different: declaration 'head' definition 'pdhead'.
lvm2-2.02.95/lib/format_pool/format_pool.c:160:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_pool/format_pool.c:217:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_pool/import_export.c:228:11: style: The scope of the variable 'area_len' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_pool/import_export.c:265:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_pool/import_export.c:262:35: style: Function 'import_pool_segments' argument 4 names different: declaration 'sp_count' definition 'subpools'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/format_pool/disk_rep.h:149:35: note: Function 'import_pool_segments' argument 4 names different: declaration 'sp_count' definition 'subpools'.
lvm2-2.02.95/lib/format_pool/import_export.c:262:35: note: Function 'import_pool_segments' argument 4 names different: declaration 'sp_count' definition 'subpools'.
lvm2-2.02.95/lib/format_text/archiver.c:308:11: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:372:8: style: The scope of the variable 'tag_buffer' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:450:8: style: The scope of the variable 'buf' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:451:14: style: The scope of the variable 'name' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:585:13: style: The scope of the variable 'local_tm' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:697:20: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:697:27: style: The scope of the variable 'name' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/export.c:762:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/export.c:606:3: warning: The buffer 'buffer' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lvm2-2.02.95/lib/format_text/export.c:340:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/format_text/export.c:471:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/format_text/format-text.c:1133:10: warning: Either the condition '!mdah' is redundant or there is possible null pointer dereference: mdah. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format_text/format-text.c:1127:6: note: Assuming that condition '!mdah' is not redundant
lvm2-2.02.95/lib/format_text/format-text.c:1133:10: note: Null pointer dereference
lvm2-2.02.95/lib/format_text/format-text.c:1157:36: warning: Either the condition '!mdah' is redundant or there is possible null pointer dereference: mdah. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/format_text/format-text.c:1127:6: note: Assuming that condition '!mdah' is not redundant
lvm2-2.02.95/lib/format_text/format-text.c:1157:36: note: Null pointer dereference
lvm2-2.02.95/lib/format_text/format-text.c:173:24: style: The scope of the variable 'prev_sector2' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:997:7: style: The scope of the variable 'new_name' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:998:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1057:7: style: The scope of the variable 'd' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1294:24: style: The scope of the variable 'mda' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1657:24: style: The scope of the variable 'info' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1658:11: style: The scope of the variable 'mda_index' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1659:33: style: The scope of the variable 'pv_mda_copy' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1661:11: style: The scope of the variable 'pe_count' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1786:19: style: The scope of the variable 'dl' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1788:18: style: The scope of the variable 'dir_list' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1788:29: style: The scope of the variable 'raw_list' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1790:26: style: The scope of the variable 'vginfo' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1791:14: style: The scope of the variable 'vg_name' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:1791:24: style: The scope of the variable 'vg_id' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:2180:11: style: The scope of the variable 'size_reduction' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:2181:11: style: The scope of the variable 'mda_size' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:2182:11: style: The scope of the variable 'mda_ignored' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/format-text.c:270:2: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/format-text.c:435:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/format-text.c:1771:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/format-text.c:1871:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/format-text.c:61:42: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/format_text/import.c:74:7: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/format_text/import_vsn1.c:100:21: style: The scope of the variable 'seg' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/import_vsn1.c:168:11: style: The scope of the variable 'size' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/import_vsn1.c:387:26: style: The scope of the variable 'pv' can be reduced. [variableScope]
lvm2-2.02.95/lib/format_text/tags.c:59:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/freeseg/freeseg.c:51:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:51:2: note: Null pointer dereference
lvm2-2.02.95/lib/freeseg/freeseg.c:52:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:52:2: note: Null pointer dereference
lvm2-2.02.95/lib/freeseg/freeseg.c:53:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:53:2: note: Null pointer dereference
lvm2-2.02.95/lib/freeseg/freeseg.c:54:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:54:2: note: Null pointer dereference
lvm2-2.02.95/lib/freeseg/freeseg.c:55:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:55:2: note: Null pointer dereference
lvm2-2.02.95/lib/freeseg/freeseg.c:57:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/freeseg/freeseg.c:48:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/freeseg/freeseg.c:57:46: note: Null pointer dereference
lvm2-2.02.95/lib/locking/cluster_locking.c:318:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/locking/cluster_locking.c:537:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/locking/cluster_locking.c:495:26: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:496:22: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:497:28: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:498:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:499:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:500:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:501:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/cluster_locking.c:502:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/locking/file_locking.c:65:20: style: The scope of the variable 'll' can be reduced. [variableScope]
lvm2-2.02.95/lib/locking/file_locking.c:136:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/lib/locking/file_locking.c:137:6: style: The scope of the variable 'old_errno' can be reduced. [variableScope]
lvm2-2.02.95/lib/locking/file_locking.c:182:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/lv.c:324:38: warning: Either the condition '!mirror_seg' is redundant or there is possible null pointer dereference: mirror_seg. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/lv.c:321:38: note: Assuming that condition '!mirror_seg' is not redundant
lvm2-2.02.95/lib/metadata/lv.c:324:38: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/lv.c:238:21: style: The scope of the variable 'seg' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv.c:132:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:190:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:201:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:209:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:215:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:273:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:347:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:400:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:404:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:406:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:408:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:478:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:480:11: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:493:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv.c:494:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:143:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lvm2-2.02.95/lib/metadata/lv_manip.c:184:6: style: The scope of the variable 'lvnum' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:887:21: style: The scope of the variable 'last_lvseg' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:935:8: style: The scope of the variable 'pvnames' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:1476:11: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:1574:11: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:1869:11: style: The scope of the variable 'max_to_allocate' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:1873:18: style: The scope of the variable 'parallel_pvs' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:2071:11: style: The scope of the variable 'size' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:2269:14: style: The scope of the variable 'old_area_count' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:2269:30: style: The scope of the variable 'new_area_count' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:2404:25: style: The scope of the variable 'sub_lv' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3331:18: style: The scope of the variable 'snh' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3331:24: style: The scope of the variable 'snht' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3332:19: style: The scope of the variable 'sl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3332:24: style: The scope of the variable 'tsl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3416:18: style: The scope of the variable 'spvs' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3582:25: style: The scope of the variable 'lv1' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3684:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:3831:21: style: The scope of the variable 'per_end' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/lv_manip.c:2928:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/lib/metadata/lv_manip.c:3042:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/metadata/lv_manip.c:2122:20: style: Function 'allocate_extents' argument 7 names different: declaration 'log_region_size' definition 'region_size'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/lv_alloc.h:52:20: note: Function 'allocate_extents' argument 7 names different: declaration 'log_region_size' definition 'region_size'.
lvm2-2.02.95/lib/metadata/lv_manip.c:2122:20: note: Function 'allocate_extents' argument 7 names different: declaration 'log_region_size' definition 'region_size'.
lvm2-2.02.95/lib/metadata/lv_manip.c:3928:25: style: Function 'insert_layer_for_segments_on_pv' argument 5 names different: declaration 'pv' definition 'pvl'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:619:25: note: Function 'insert_layer_for_segments_on_pv' argument 5 names different: declaration 'pv' definition 'pvl'.
lvm2-2.02.95/lib/metadata/lv_manip.c:3928:25: note: Function 'insert_layer_for_segments_on_pv' argument 5 names different: declaration 'pv' definition 'pvl'.
lvm2-2.02.95/lib/metadata/lv_manip.c:3694:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/lv_manip.c:4047:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/lv_manip.c:236:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:259:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:484:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:673:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:744:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:771:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:787:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:812:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:831:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:889:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:891:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:1005:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:1168:47: style: Clarify calculation precedence for '/' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:1195:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:1673:46: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2130:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2184:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2225:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2287:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2418:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2422:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2464:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2503:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2527:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2610:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2613:23: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2618:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2627:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2634:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2645:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2667:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:2840:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3217:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3221:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3383:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3418:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3522:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:3892:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4100:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4101:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4141:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4202:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4205:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4206:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4236:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4241:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4252:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4268:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4269:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4270:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4279:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4280:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4301:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4315:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4339:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4352:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4353:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4354:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4357:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4362:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4380:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4400:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4429:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4455:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4457:13: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4458:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/lv_manip.c:4549:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:80:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:81:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:87:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:88:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:94:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:103:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:121:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:132:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:142:37: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:161:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:171:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:172:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:178:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:219:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:220:10: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:226:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:236:17: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:256:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:265:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:335:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:357:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:360:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:370:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:376:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:431:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/merge.c:456:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/metadata.c:3206:8: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lvm2-2.02.95/lib/metadata/metadata.c:3161:6: note: outer condition: !correct_vg
lvm2-2.02.95/lib/metadata/metadata.c:3206:8: note: identical inner condition: !correct_vg
lvm2-2.02.95/lib/metadata/metadata.c:1271:2: style: Variable 'common_mda' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/lib/metadata/metadata.c:1269:2: note: Variable 'common_mda' is reassigned a value before the old one has been used.
lvm2-2.02.95/lib/metadata/metadata.c:1271:2: note: Variable 'common_mda' is reassigned a value before the old one has been used.
lvm2-2.02.95/lib/metadata/metadata.c:205:7: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:526:18: style: The scope of the variable 'lvl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:680:8: style: The scope of the variable 'pv_name' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:755:8: style: The scope of the variable 'tag_new' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:782:8: style: The scope of the variable 'tag_new' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:1036:11: style: The scope of the variable 'bit_selected' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:1933:14: style: The scope of the variable 'name1' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:2205:18: style: The scope of the variable 'lvl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:2666:6: style: The scope of the variable 'failed' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:3445:14: style: The scope of the variable 'vgname' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:3538:24: style: The scope of the variable 'info' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:3698:23: style: The scope of the variable 'vgid' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:4312:30: style: The scope of the variable 'mda_new' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:4347:14: style: The scope of the variable 'full_key' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/metadata.c:339:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/metadata/metadata.c:4086:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/lib/metadata/metadata.c:806:56: style: Function 'strip_dir' argument 2 names different: declaration 'dir' definition 'dev_dir'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:389:56: note: Function 'strip_dir' argument 2 names different: declaration 'dir' definition 'dev_dir'.
lvm2-2.02.95/lib/metadata/metadata.c:806:56: note: Function 'strip_dir' argument 2 names different: declaration 'dir' definition 'dev_dir'.
lvm2-2.02.95/lib/metadata/metadata.c:3388:76: style: Function 'vg_read_internal' argument 2 names different: declaration 'vg_name' definition 'vgname'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:410:76: note: Function 'vg_read_internal' argument 2 names different: declaration 'vg_name' definition 'vgname'.
lvm2-2.02.95/lib/metadata/metadata.c:3388:76: note: Function 'vg_read_internal' argument 2 names different: declaration 'vg_name' definition 'vgname'.
lvm2-2.02.95/lib/metadata/metadata.c:4446:58: style: Function 'mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:168:58: note: Function 'mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/metadata.c:4446:58: note: Function 'mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/metadata.c:4477:67: style: Function 'pv_change_metadataignore' argument 2 names different: declaration 'mda_ignore' definition 'mda_ignored'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:823:67: note: Function 'pv_change_metadataignore' argument 2 names different: declaration 'mda_ignore' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/metadata.c:4477:67: note: Function 'pv_change_metadataignore' argument 2 names different: declaration 'mda_ignore' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/metadata.c:882:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/metadata.c:2519:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:1297:3: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lvm2-2.02.95/lib/metadata/mirror.c:418:19: style: The scope of the variable 'sl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/mirror.c:550:25: style: The scope of the variable 'sub_lv' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/mirror.c:836:25: style: The scope of the variable 'sub_lv' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/mirror.c:1194:21: style: The scope of the variable 'mirror_seg' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/mirror.c:473:61: style: Function 'detach_mirror_log' argument 1 names different: declaration 'seg' definition 'mirrored_seg'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:739:61: note: Function 'detach_mirror_log' argument 1 names different: declaration 'seg' definition 'mirrored_seg'.
lvm2-2.02.95/lib/metadata/mirror.c:473:61: note: Function 'detach_mirror_log' argument 1 names different: declaration 'seg' definition 'mirrored_seg'.
lvm2-2.02.95/lib/metadata/mirror.c:1883:70: style: Function 'attach_mirror_log' argument 2 names different: declaration 'lv' definition 'log_lv'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:740:70: note: Function 'attach_mirror_log' argument 2 names different: declaration 'lv' definition 'log_lv'.
lvm2-2.02.95/lib/metadata/mirror.c:1883:70: note: Function 'attach_mirror_log' argument 2 names different: declaration 'lv' definition 'log_lv'.
lvm2-2.02.95/lib/metadata/mirror.c:2125:67: style: Function 'lv_split_mirror_images' argument 2 names different: declaration 'split_lv_name' definition 'split_name'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:714:67: note: Function 'lv_split_mirror_images' argument 2 names different: declaration 'split_lv_name' definition 'split_name'.
lvm2-2.02.95/lib/metadata/mirror.c:2125:67: note: Function 'lv_split_mirror_images' argument 2 names different: declaration 'split_lv_name' definition 'split_name'.
lvm2-2.02.95/lib/metadata/mirror.c:462:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/mirror.c:1391:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/mirror.c:1762:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/mirror.c:1804:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/mirror.c:1855:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/lib/metadata/mirror.c:146:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:965:25: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:1451:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:1488:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:1628:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/mirror.c:2180:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/pv.c:292:24: style: The scope of the variable 'mda' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv.c:288:72: style: Function 'pv_mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/pv.h:86:72: note: Function 'pv_mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/pv.c:288:72: note: Function 'pv_mda_set_ignored' argument 2 names different: declaration 'ignored' definition 'mda_ignored'.
lvm2-2.02.95/lib/metadata/pv.c:190:43: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/pv_manip.c:194:11: style: The scope of the variable 'discard_offset_sectors' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv_manip.c:308:14: style: The scope of the variable 'segno' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv_manip.c:309:11: style: The scope of the variable 'start_pe' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv_manip.c:309:21: style: The scope of the variable 'alloced' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv_manip.c:469:25: style: The scope of the variable 'new_pe_count' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/pv_map.c:192:38: style: Function 'consume_pv_area' argument 1 names different: declaration 'area' definition 'pva'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/pv_map.h:68:38: note: Function 'consume_pv_area' argument 1 names different: declaration 'area' definition 'pva'.
lvm2-2.02.95/lib/metadata/pv_map.c:192:38: note: Function 'consume_pv_area' argument 1 names different: declaration 'area' definition 'pva'.
lvm2-2.02.95/lib/metadata/raid_manip.c:1303:19: warning: Either the condition '!lv_name' is redundant or there is possible null pointer dereference: lv_name. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/raid_manip.c:1300:6: note: Assuming that condition '!lv_name' is not redundant
lvm2-2.02.95/lib/metadata/raid_manip.c:1303:19: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/raid_manip.c:1148:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lvm2-2.02.95/lib/metadata/raid_manip.c:979:18: style: The scope of the variable 'lvl' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/raid_manip.c:1289:42: style: Function 'lv_raid_merge' argument 1 names different: declaration 'lv' definition 'image_lv'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:781:42: note: Function 'lv_raid_merge' argument 1 names different: declaration 'lv' definition 'image_lv'.
lvm2-2.02.95/lib/metadata/raid_manip.c:1289:42: note: Function 'lv_raid_merge' argument 1 names different: declaration 'lv' definition 'image_lv'.
lvm2-2.02.95/lib/metadata/raid_manip.c:234:30: style: Variable 'lvl' is not assigned a value. [unassignedVariable]
lvm2-2.02.95/lib/metadata/raid_manip.c:61:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:131:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:164:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:237:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:376:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:512:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:517:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:580:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:631:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:644:14: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:661:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:689:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:942:9: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:945:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:1094:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/raid_manip.c:1222:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/replicator_manip.c:34:6: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:25:13: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:34:6: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:55:7: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:52:6: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:55:7: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:56:46: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:52:6: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:56:46: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:60:2: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:52:6: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:60:2: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:73:6: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:70:15: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:73:6: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:79:6: warning: Either the condition '!slog' is redundant or there is possible null pointer dereference: slog. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:70:6: note: Assuming that condition '!slog' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:79:6: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:99:7: warning: Either the condition '!rdev' is redundant or there is possible null pointer dereference: rdev. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:96:6: note: Assuming that condition '!rdev' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:99:7: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:194:13: warning: Either the condition '!replicator_seg' is redundant or there is possible null pointer dereference: replicator_seg. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:191:6: note: Assuming that condition '!replicator_seg' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:194:13: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:445:10: warning: Either the condition '!lv' is redundant or there is possible null pointer dereference: lv. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/metadata/replicator_manip.c:25:6: note: Assuming that condition '!lv' is not redundant
lvm2-2.02.95/lib/metadata/replicator_manip.c:28:19: note: Calling function 'lv_is_rimage', 1st argument 'lv' value is 0
lvm2-2.02.95/lib/metadata/replicator_manip.c:445:10: note: Null pointer dereference
lvm2-2.02.95/lib/metadata/replicator_manip.c:462:28: style: The scope of the variable 'rdev' can be reduced. [variableScope]
lvm2-2.02.95/lib/metadata/replicator_manip.c:68:31: style: Function 'replicator_dev_add_slog' argument 2 names different: declaration 'slog_lv' definition 'slog'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:759:84: note: Function 'replicator_dev_add_slog' argument 2 names different: declaration 'slog_lv' definition 'slog'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:68:31: note: Function 'replicator_dev_add_slog' argument 2 names different: declaration 'slog_lv' definition 'slog'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:117:26: style: Function 'replicator_add_replicator_dev' argument 2 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:754:26: note: Function 'replicator_add_replicator_dev' argument 2 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:117:26: note: Function 'replicator_add_replicator_dev' argument 2 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:146:76: style: Function 'replicator_remove_replicator_dev' argument 1 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata-exported.h:755:76: note: Function 'replicator_remove_replicator_dev' argument 1 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:146:76: note: Function 'replicator_remove_replicator_dev' argument 1 names different: declaration 'rdev_seg' definition 'replicator_dev_seg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:265:55: style: Function 'check_replicator_segment' argument 1 names different: declaration 'replicator_seg' definition 'rseg'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:403:55: note: Function 'check_replicator_segment' argument 1 names different: declaration 'replicator_seg' definition 'rseg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:265:55: note: Function 'check_replicator_segment' argument 1 names different: declaration 'replicator_seg' definition 'rseg'.
lvm2-2.02.95/lib/metadata/replicator_manip.c:427:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/replicator_manip.c:437:3: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/snapshot_manip.c:48:33: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:24:81: style: Function 'attach_pool_metadata_lv' argument 2 names different: declaration 'pool_metadata_lv' definition 'metadata_lv'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:461:31: note: Function 'attach_pool_metadata_lv' argument 2 names different: declaration 'pool_metadata_lv' definition 'metadata_lv'.
lvm2-2.02.95/lib/metadata/thin_manip.c:24:81: note: Function 'attach_pool_metadata_lv' argument 2 names different: declaration 'pool_metadata_lv' definition 'metadata_lv'.
lvm2-2.02.95/lib/metadata/thin_manip.c:44:29: style: Function 'attach_pool_lv' argument 3 names different: declaration 'origin_lv' definition 'origin'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:465:29: note: Function 'attach_pool_lv' argument 3 names different: declaration 'origin_lv' definition 'origin'.
lvm2-2.02.95/lib/metadata/thin_manip.c:44:29: note: Function 'attach_pool_lv' argument 3 names different: declaration 'origin_lv' definition 'origin'.
lvm2-2.02.95/lib/metadata/thin_manip.c:126:8: style: Function 'attach_pool_message' argument 5 names different: declaration 'auto_increment' definition 'no_update'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:469:8: note: Function 'attach_pool_message' argument 5 names different: declaration 'auto_increment' definition 'no_update'.
lvm2-2.02.95/lib/metadata/thin_manip.c:126:8: note: Function 'attach_pool_message' argument 5 names different: declaration 'auto_increment' definition 'no_update'.
lvm2-2.02.95/lib/metadata/thin_manip.c:297:40: style: Function 'extend_pool' argument 1 names different: declaration 'lv' definition 'pool_lv'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/metadata.h:473:40: note: Function 'extend_pool' argument 1 names different: declaration 'lv' definition 'pool_lv'.
lvm2-2.02.95/lib/metadata/thin_manip.c:297:40: note: Function 'extend_pool' argument 1 names different: declaration 'lv' definition 'pool_lv'.
lvm2-2.02.95/lib/metadata/thin_manip.c:62:24: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:111:8: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:130:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:188:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:251:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:274:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/thin_manip.c:391:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/metadata/vg.c:294:58: style: Function 'vg_set_extent_size' argument 2 names different: declaration 'new_extent_size' definition 'new_size'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/metadata/vg.h:136:58: note: Function 'vg_set_extent_size' argument 2 names different: declaration 'new_extent_size' definition 'new_size'.
lvm2-2.02.95/lib/metadata/vg.c:294:58: note: Function 'vg_set_extent_size' argument 2 names different: declaration 'new_extent_size' definition 'new_size'.
lvm2-2.02.95/lib/metadata/vg.c:520:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/lib/mirror/mirrored.c:638:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:638:2: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:639:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:639:2: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:640:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:640:2: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:641:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:641:2: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:642:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:642:2: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:651:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/mirror/mirrored.c:635:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/mirror/mirrored.c:651:46: note: Null pointer dereference
lvm2-2.02.95/lib/mirror/mirrored.c:50:14: style: The scope of the variable 'size' can be reduced. [variableScope]
lvm2-2.02.95/lib/mirror/mirrored.c:40:11: style: struct member 'mirror_state::default_region_size' is never used. [unusedStructMember]
lvm2-2.02.95/lib/misc/crc_gen.c:22:11: style: The scope of the variable 'crc' can be reduced. [variableScope]
lvm2-2.02.95/lib/misc/lvm-exec.c:32:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/lib/misc/lvm-file.c:38:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lvm2-2.02.95/lib/misc/lvm-globals.c:166:31: style: Function 'set_cmd_name' argument 1 names different: declaration 'cmd_name' definition 'cmd'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/misc/lvm-globals.h:48:31: note: Function 'set_cmd_name' argument 1 names different: declaration 'cmd_name' definition 'cmd'.
lvm2-2.02.95/lib/misc/lvm-globals.c:166:31: note: Function 'set_cmd_name' argument 1 names different: declaration 'cmd_name' definition 'cmd'.
lvm2-2.02.95/lib/misc/lvm-globals.c:186:38: style: Function 'init_error_message_produced' argument 1 names different: declaration 'produced' definition 'value'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/misc/lvm-globals.h:39:38: note: Function 'init_error_message_produced' argument 1 names different: declaration 'produced' definition 'value'.
lvm2-2.02.95/lib/misc/lvm-globals.c:186:38: note: Function 'init_error_message_produced' argument 1 names different: declaration 'produced' definition 'value'.
lvm2-2.02.95/lib/misc/sharedlib.c:44:18: style: Function 'load_shared_library' argument 3 names different: declaration 'what' definition 'desc'. [funcArgNamesDifferent]
lvm2-2.02.95/lib/misc/sharedlib.h:25:18: note: Function 'load_shared_library' argument 3 names different: declaration 'what' definition 'desc'.
lvm2-2.02.95/lib/misc/sharedlib.c:44:18: note: Function 'load_shared_library' argument 3 names different: declaration 'what' definition 'desc'.
lvm2-2.02.95/lib/raid/raid.c:51:25: style: The scope of the variable 'lv1' can be reduced. [variableScope]
lvm2-2.02.95/lib/raid/raid.c:440:23: style: The scope of the variable 'segtype' can be reduced. [variableScope]
lvm2-2.02.95/lib/replicator/replicator.c:93:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/lib/replicator/replicator.c:122:11: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/lib/report/report.c:372:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/lib/report/report.c:370:0: note: Variable 'name' is reassigned a value before the old one has been used.
lvm2-2.02.95/lib/report/report.c:372:2: note: Variable 'name' is reassigned a value before the old one has been used.
lvm2-2.02.95/lib/report/report.c:308:21: style: The scope of the variable 'seg' can be reduced. [variableScope]
lvm2-2.02.95/lib/snapshot/snapshot.c:260:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:260:2: note: Null pointer dereference
lvm2-2.02.95/lib/snapshot/snapshot.c:261:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:261:2: note: Null pointer dereference
lvm2-2.02.95/lib/snapshot/snapshot.c:262:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:262:2: note: Null pointer dereference
lvm2-2.02.95/lib/snapshot/snapshot.c:263:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:263:2: note: Null pointer dereference
lvm2-2.02.95/lib/snapshot/snapshot.c:264:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:264:2: note: Null pointer dereference
lvm2-2.02.95/lib/snapshot/snapshot.c:272:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/snapshot/snapshot.c:257:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/snapshot/snapshot.c:272:46: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:231:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:231:2: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:232:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:232:2: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:233:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:233:2: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:234:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:234:2: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:235:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:235:2: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:238:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/striped/striped.c:228:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/striped/striped.c:238:46: note: Null pointer dereference
lvm2-2.02.95/lib/striped/striped.c:37:11: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/lib/striped/striped.c:113:11: style: The scope of the variable 'width' can be reduced. [variableScope]
lvm2-2.02.95/lib/uuid/uuid.c:67:8: style: The scope of the variable 'c' can be reduced. [variableScope]
lvm2-2.02.95/lib/zero/zero.c:105:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:105:2: note: Null pointer dereference
lvm2-2.02.95/lib/zero/zero.c:106:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:106:2: note: Null pointer dereference
lvm2-2.02.95/lib/zero/zero.c:107:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:107:2: note: Null pointer dereference
lvm2-2.02.95/lib/zero/zero.c:108:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:108:2: note: Null pointer dereference
lvm2-2.02.95/lib/zero/zero.c:109:2: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:109:2: note: Null pointer dereference
lvm2-2.02.95/lib/zero/zero.c:111:46: warning: Either the condition '!segtype' is redundant or there is possible null pointer dereference: segtype. [nullPointerRedundantCheck]
lvm2-2.02.95/lib/zero/zero.c:102:6: note: Assuming that condition '!segtype' is not redundant
lvm2-2.02.95/lib/zero/zero.c:111:46: note: Null pointer dereference
lvm2-2.02.95/libdaemon/client/daemon-client.c:40:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lvm2-2.02.95/libdaemon/client/daemon-client.c:68:58: style: Function 'daemon_send' argument 2 names different: declaration 'r' definition 'rq'. [funcArgNamesDifferent]
lvm2-2.02.95/libdaemon/client/daemon-client.h:81:58: note: Function 'daemon_send' argument 2 names different: declaration 'r' definition 'rq'.
lvm2-2.02.95/libdaemon/client/daemon-client.c:68:58: note: Function 'daemon_send' argument 2 names different: declaration 'r' definition 'rq'.
lvm2-2.02.95/libdaemon/server/daemon-server.c:487:6: style: Condition '!_systemd_activation' is always true [knownConditionTrueFalse]
lvm2-2.02.95/libdaemon/server/daemon-server.c:208:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/libdaemon/server/daemon-server.c:200:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lvm2-2.02.95/libdaemon/server/daemon-server.c:208:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lvm2-2.02.95/libdaemon/server/daemon-server.c:367:43: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lvm2-2.02.95/libdm/datastruct/bitset.c:79:6: style: The scope of the variable 'bit' can be reduced. [variableScope]
lvm2-2.02.95/libdm/datastruct/bitset.c:79:11: style: The scope of the variable 'word' can be reduced. [variableScope]
lvm2-2.02.95/libdm/datastruct/bitset.c:80:11: style: The scope of the variable 'test' can be reduced. [variableScope]
lvm2-2.02.95/libdm/datastruct/hash.c:102:2: warning: Either the condition '!hc' is redundant or there is possible null pointer dereference: hc. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/datastruct/hash.c:95:6: note: Assuming that condition '!hc' is not redundant
lvm2-2.02.95/libdm/datastruct/hash.c:102:2: note: Null pointer dereference
lvm2-2.02.95/libdm/datastruct/hash.c:104:8: warning: Either the condition '!hc' is redundant or there is possible null pointer dereference: hc. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/datastruct/hash.c:95:6: note: Assuming that condition '!hc' is not redundant
lvm2-2.02.95/libdm/datastruct/hash.c:104:8: note: Null pointer dereference
lvm2-2.02.95/libdm/datastruct/hash.c:73:23: style: The scope of the variable 'g' can be reduced. [variableScope]
lvm2-2.02.95/libdm/ioctl/libdm-iface.c:44:0: error: #error The version of dm-ioctl.h included is incompatible. [preprocessorErrorDirective]
lvm2-2.02.95/libdm/libdm-common.c:462:9: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lvm2-2.02.95/libdm/libdm-common.c:1472:13: warning: Either the condition '!uuid_prefix' is redundant or there is possible null pointer dereference: uuid_prefix. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-common.c:1469:6: note: Assuming that condition '!uuid_prefix' is not redundant
lvm2-2.02.95/libdm/libdm-common.c:1472:13: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-common.c:274:14: style: The scope of the variable 'name' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-common.c:1366:24: style: The scope of the variable 'nop' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-common.c:223:52: style: Function 'dm_set_name_mangling_mode' argument 1 names different: declaration 'name_mangling' definition 'name_mangling_mode'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:302:52: note: Function 'dm_set_name_mangling_mode' argument 1 names different: declaration 'name_mangling' definition 'name_mangling_mode'.
lvm2-2.02.95/libdm/libdm-common.c:223:52: note: Function 'dm_set_name_mangling_mode' argument 1 names different: declaration 'name_mangling' definition 'name_mangling_mode'.
lvm2-2.02.95/libdm/libdm-common.c:1149:61: style: Function 'get_dev_node_read_ahead' argument 2 names different: declaration 'major' definition 'read_ahead'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdm-common.h:42:60: note: Function 'get_dev_node_read_ahead' argument 2 names different: declaration 'major' definition 'read_ahead'.
lvm2-2.02.95/libdm/libdm-common.c:1149:61: note: Function 'get_dev_node_read_ahead' argument 2 names different: declaration 'major' definition 'read_ahead'.
lvm2-2.02.95/libdm/libdm-common.c:1382:30: warning: Function 'add_dev_node' argument order different: declaration 'dev_name, minor, major, uid, gid, mode, check_udev, rely_on_udev' definition 'dev_name, major, minor, uid, gid, mode, check_udev, rely_on_udev' [funcArgOrderDifferent]
lvm2-2.02.95/libdm/libdm-common.h:37:30: note: Function 'add_dev_node' argument order different: declaration 'dev_name, minor, major, uid, gid, mode, check_udev, rely_on_udev' definition 'dev_name, major, minor, uid, gid, mode, check_udev, rely_on_udev'
lvm2-2.02.95/libdm/libdm-common.c:1382:30: note: Function 'add_dev_node' argument order different: declaration 'dev_name, minor, major, uid, gid, mode, check_udev, rely_on_udev' definition 'dev_name, major, minor, uid, gid, mode, check_udev, rely_on_udev'
lvm2-2.02.95/libdm/libdm-common.c:1439:32: style: Function 'dm_set_dev_dir' argument 1 names different: declaration 'dir' definition 'dev_dir'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:316:32: note: Function 'dm_set_dev_dir' argument 1 names different: declaration 'dir' definition 'dev_dir'.
lvm2-2.02.95/libdm/libdm-common.c:1439:32: note: Function 'dm_set_dev_dir' argument 1 names different: declaration 'dir' definition 'dev_dir'.
lvm2-2.02.95/libdm/libdm-common.c:1449:34: style: Function 'dm_set_sysfs_dir' argument 1 names different: declaration 'dir' definition 'sysfs_dir'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:322:34: note: Function 'dm_set_sysfs_dir' argument 1 names different: declaration 'dir' definition 'sysfs_dir'.
lvm2-2.02.95/libdm/libdm-common.c:1449:34: note: Function 'dm_set_sysfs_dir' argument 1 names different: declaration 'dir' definition 'sysfs_dir'.
lvm2-2.02.95/libdm/libdm-common.c:462:9: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lvm2-2.02.95/libdm/libdm-common.c:266:2: error: Returning/dereferencing 'dmt' after it is deallocated / released [deallocret]
lvm2-2.02.95/libdm/libdm-config.c:253:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/libdm/libdm-deptree.c:2776:2: warning: Either the condition '!seg' is redundant or there is possible null pointer dereference: seg. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-deptree.c:2773:6: note: Assuming that condition '!seg' is not redundant
lvm2-2.02.95/libdm/libdm-deptree.c:2776:2: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-deptree.c:2777:2: warning: Either the condition '!seg' is redundant or there is possible null pointer dereference: seg. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-deptree.c:2773:6: note: Assuming that condition '!seg' is not redundant
lvm2-2.02.95/libdm/libdm-deptree.c:2777:2: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-deptree.c:2778:2: warning: Either the condition '!seg' is redundant or there is possible null pointer dereference: seg. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-deptree.c:2773:6: note: Assuming that condition '!seg' is not redundant
lvm2-2.02.95/libdm/libdm-deptree.c:2778:2: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-deptree.c:2779:2: warning: Either the condition '!seg' is redundant or there is possible null pointer dereference: seg. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-deptree.c:2773:6: note: Assuming that condition '!seg' is not redundant
lvm2-2.02.95/libdm/libdm-deptree.c:2779:2: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-deptree.c:2780:2: warning: Either the condition '!seg' is redundant or there is possible null pointer dereference: seg. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/libdm-deptree.c:2773:6: note: Assuming that condition '!seg' is not redundant
lvm2-2.02.95/libdm/libdm-deptree.c:2780:2: note: Null pointer dereference
lvm2-2.02.95/libdm/libdm-deptree.c:641:14: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:902:14: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:1086:14: style: The scope of the variable 'name2' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:1087:14: style: The scope of the variable 'uuid2' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:1510:24: style: The scope of the variable 'dinfo' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:1622:24: style: The scope of the variable 'dinfo' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:1946:11: style: The scope of the variable 'parm_count' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:2290:8: style: The scope of the variable 'params' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:2292:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:2479:14: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:2878:23: style: The scope of the variable 'rep_seg' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-deptree.c:857:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/libdm/libdm-deptree.c:1064:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/libdm/libdm-deptree.c:318:35: style: Function 'dm_tree_free' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:404:35: note: Function 'dm_tree_free' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:318:35: note: Function 'dm_tree_free' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:534:55: style: Function 'dm_tree_node_set_udev_flags' argument 1 names different: declaration 'node' definition 'dnode'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:669:55: note: Function 'dm_tree_node_set_udev_flags' argument 1 names different: declaration 'node' definition 'dnode'.
lvm2-2.02.95/libdm/libdm-deptree.c:534:55: note: Function 'dm_tree_node_set_udev_flags' argument 1 names different: declaration 'node' definition 'dnode'.
lvm2-2.02.95/libdm/libdm-deptree.c:682:56: style: Function 'dm_tree_find_node' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:437:56: note: Function 'dm_tree_find_node' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:682:56: note: Function 'dm_tree_find_node' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:695:64: style: Function 'dm_tree_find_node_by_uuid' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:440:64: note: Function 'dm_tree_find_node_by_uuid' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:695:64: note: Function 'dm_tree_find_node_by_uuid' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1074:74: style: Function 'dm_tree_add_new_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:423:74: note: Function 'dm_tree_add_new_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1074:74: note: Function 'dm_tree_add_new_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1140:58: style: Function 'dm_tree_add_new_dev' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:416:58: note: Function 'dm_tree_add_new_dev' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1140:58: note: Function 'dm_tree_add_new_dev' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1206:37: style: Function 'dm_tree_add_dev' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:409:37: note: Function 'dm_tree_add_dev' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1206:37: note: Function 'dm_tree_add_dev' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1211:53: style: Function 'dm_tree_add_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:410:53: note: Function 'dm_tree_add_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:1211:53: note: Function 'dm_tree_add_dev_with_udev_flags' argument 1 names different: declaration 'tree' definition 'dtree'.
lvm2-2.02.95/libdm/libdm-deptree.c:3205:21: style: Function 'dm_tree_node_add_target_area' argument 3 names different: declaration 'dlid' definition 'uuid'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:676:21: note: Function 'dm_tree_node_add_target_area' argument 3 names different: declaration 'dlid' definition 'uuid'.
lvm2-2.02.95/libdm/libdm-deptree.c:3205:21: note: Function 'dm_tree_node_add_target_area' argument 3 names different: declaration 'dlid' definition 'uuid'.
lvm2-2.02.95/libdm/libdm-deptree.c:3282:53: style: Function 'dm_tree_node_set_callback' argument 1 names different: declaration 'node' definition 'dnode'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:702:53: note: Function 'dm_tree_node_set_callback' argument 1 names different: declaration 'node' definition 'dnode'.
lvm2-2.02.95/libdm/libdm-deptree.c:3282:53: note: Function 'dm_tree_node_set_callback' argument 1 names different: declaration 'node' definition 'dnode'.
lvm2-2.02.95/libdm/libdm-deptree.c:3283:41: style: Function 'dm_tree_node_set_callback' argument 3 names different: declaration 'cb_data' definition 'data'. [funcArgNamesDifferent]
lvm2-2.02.95/libdm/libdevmapper.h:703:41: note: Function 'dm_tree_node_set_callback' argument 3 names different: declaration 'cb_data' definition 'data'.
lvm2-2.02.95/libdm/libdm-deptree.c:3283:41: note: Function 'dm_tree_node_set_callback' argument 3 names different: declaration 'cb_data' definition 'data'.
lvm2-2.02.95/libdm/libdm-report.c:517:14: style: Redundant condition: If 'EXPR == ','', the comparison 'EXPR' is always true. [redundantCondition]
lvm2-2.02.95/libdm/libdm-report.c:549:14: style: Redundant condition: If 'EXPR == ','', the comparison 'EXPR' is always true. [redundantCondition]
lvm2-2.02.95/libdm/libdm-report.c:368:9: style: The scope of the variable 'prefix_len' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-report.c:512:14: style: The scope of the variable 'ws' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-report.c:541:14: style: The scope of the variable 'ws' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-report.c:841:32: style: The scope of the variable 'sfa' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-report.c:841:38: style: The scope of the variable 'sfb' can be reduced. [variableScope]
lvm2-2.02.95/libdm/libdm-string.c:240:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lvm2-2.02.95/libdm/mm/dbg_malloc.c:142:48: warning: Either the condition '!p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lvm2-2.02.95/libdm/mm/dbg_malloc.c:143:6: note: Assuming that condition '!p' is not redundant
lvm2-2.02.95/libdm/mm/dbg_malloc.c:142:48: note: Null pointer subtraction
lvm2-2.02.95/libdm/mm/dbg_malloc.c:191:48: warning: Either the condition 'r&&p' is redundant or there is overflow in pointer subtraction. [nullPointerArithmeticRedundantCheck]
lvm2-2.02.95/libdm/mm/dbg_malloc.c:195:8: note: Assuming that condition 'r&&p' is not redundant
lvm2-2.02.95/libdm/mm/dbg_malloc.c:191:48: note: Null pointer subtraction
lvm2-2.02.95/libdm/mm/dbg_malloc.c:96:21: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/libdm/mm/dbg_malloc.c:178:18: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/libdm/mm/pool-fast.c:193:31: style: The scope of the variable 'nc' can be reduced. [variableScope]
lvm2-2.02.95/libdm/mm/pool-fast.c:326:14: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lvm2-2.02.95/libdm/mm/pool-fast.c:326:20: style: The scope of the variable 'end' can be reduced. [variableScope]
lvm2-2.02.95/libdm/regex/matcher.c:104:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lvm2-2.02.95/libdm/regex/matcher.c:122:28: style: The scope of the variable 'c2' can be reduced. [variableScope]
lvm2-2.02.95/libdm/regex/matcher.c:270:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lvm2-2.02.95/libdm/regex/matcher.c:571:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/libdm/regex/parse_rx.c:642:2: warning: Either the condition '!ps' is redundant or there is possible null pointer dereference: ps. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/regex/parse_rx.c:639:6: note: Assuming that condition '!ps' is not redundant
lvm2-2.02.95/libdm/regex/parse_rx.c:642:2: note: Null pointer dereference
lvm2-2.02.95/libdm/regex/parse_rx.c:643:8: warning: Either the condition '!ps' is redundant or there is possible null pointer dereference: ps. [nullPointerRedundantCheck]
lvm2-2.02.95/libdm/regex/parse_rx.c:639:6: note: Assuming that condition '!ps' is not redundant
lvm2-2.02.95/libdm/regex/parse_rx.c:643:8: note: Null pointer dereference
lvm2-2.02.95/liblvm/lvm_base.c:89:49: style: Function 'lvm_config_override' argument 2 names different: declaration 'config_string' definition 'config_settings'. [funcArgNamesDifferent]
lvm2-2.02.95/liblvm/lvm2app.h:303:49: note: Function 'lvm_config_override' argument 2 names different: declaration 'config_string' definition 'config_settings'.
lvm2-2.02.95/liblvm/lvm_base.c:89:49: note: Function 'lvm_config_override' argument 2 names different: declaration 'config_string' definition 'config_settings'.
lvm2-2.02.95/liblvm/lvm_misc.c:91:49: style: Function 'set_property' argument 5 names different: declaration 'value' definition 'v'. [funcArgNamesDifferent]
lvm2-2.02.95/liblvm/lvm_misc.h:25:49: note: Function 'set_property' argument 5 names different: declaration 'value' definition 'v'.
lvm2-2.02.95/liblvm/lvm_misc.c:91:49: note: Function 'set_property' argument 5 names different: declaration 'value' definition 'v'.
lvm2-2.02.95/liblvm/lvm_vg.c:120:18: style: The scope of the variable 'pvl' can be reduced. [variableScope]
lvm2-2.02.95/test/api/pe_start.c:30:2: style: Variable 'vg' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/test/api/pe_start.c:23:0: note: Variable 'vg' is reassigned a value before the old one has been used.
lvm2-2.02.95/test/api/pe_start.c:30:2: note: Variable 'vg' is reassigned a value before the old one has been used.
lvm2-2.02.95/test/api/percent.c:30:2: style: Variable 'vg' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/test/api/percent.c:23:0: note: Variable 'vg' is reassigned a value before the old one has been used.
lvm2-2.02.95/test/api/percent.c:30:2: note: Variable 'vg' is reassigned a value before the old one has been used.
lvm2-2.02.95/test/lib/harness.c:135:6: style: The scope of the variable 'sz' can be reduced. [variableScope]
lvm2-2.02.95/test/lib/harness.c:144:4: error: Common realloc mistake: 'readbuf' nulled but not freed upon failure [memleakOnRealloc]
lvm2-2.02.95/tools/dmsetup.c:2188:11: style: The scope of the variable 'has_children' can be reduced. [variableScope]
lvm2-2.02.95/tools/dmsetup.c:3087:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/tools/dmsetup.c:3387:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/tools/dmsetup.c:3433:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/tools/dmsetup.c:3482:16: style: Unused variable: long_options [unusedVariable]
lvm2-2.02.95/tools/dmsetup.c:232:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lvm2-2.02.95/tools/lvchange.c:537:7: style: The scope of the variable 'snaps_msg' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvchange.c:684:3: style: Variable 'archived' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/tools/lvconvert.c:518:9: warning: Either the condition '!uuid' is redundant or there is possible null pointer dereference: uuid. [nullPointerRedundantCheck]
lvm2-2.02.95/tools/lvconvert.c:512:6: note: Assuming that condition '!uuid' is not redundant
lvm2-2.02.95/tools/lvconvert.c:518:9: note: Null pointer dereference
lvm2-2.02.95/tools/lvconvert.c:1933:2: style: Variable 'vg_name' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/tools/lvconvert.c:1922:0: note: Variable 'vg_name' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/lvconvert.c:1933:2: note: Variable 'vg_name' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/lvconvert.c:1935:2: style: Variable 'refreshed_lv' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/tools/lvconvert.c:1923:0: note: Variable 'refreshed_lv' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/lvconvert.c:1935:2: note: Variable 'refreshed_lv' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/lvconvert.c:1469:18: style: The scope of the variable 'failed_pvs' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvconvert.c:1905:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/tools/lvconvert.c:1913:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/tools/lvconvert.c:1468:6: style: Variable 'uninitialized_var' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/tools/lvconvert.c:509:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/tools/lvconvert.c:510:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/tools/lvconvert.c:546:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/tools/lvconvert.c:547:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lvm2-2.02.95/tools/lvconvert.c:1578:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/tools/lvconvert.c:1579:27: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/tools/lvconvert.c:1580:29: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/tools/lvcreate.c:236:11: style: The scope of the variable 'pv_extent_count' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvcreate.c:238:6: style: The scope of the variable 'changed' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvcreate.c:448:6: style: The scope of the variable 'region_size' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvcreate.c:1043:1: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/tools/lvmcmdline.c:244:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:245:21: style: The scope of the variable 'suffixes' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:248:11: style: The scope of the variable 'v_tmp' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:248:18: style: The scope of the variable 'adjustment' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:657:20: style: The scope of the variable 'a' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:658:9: style: The scope of the variable 'arg' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:680:14: style: The scope of the variable 'arg' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:683:20: style: The scope of the variable 'a' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:684:21: style: The scope of the variable 'av' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:961:9: style: The scope of the variable 'space' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvmcmdline.c:995:7: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/tools/lvmcmdline.c:833:82: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lvm2-2.02.95/tools/lvmdiskscan.c:32:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:339:11: style: The scope of the variable 's' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:370:11: style: The scope of the variable 'stripesize_extents' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:373:11: style: The scope of the variable 'extents_used' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:374:11: style: The scope of the variable 'size_rest' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:375:11: style: The scope of the variable 'pv_extent_count' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:380:11: style: The scope of the variable 'seg_extents' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:381:11: style: The scope of the variable 'sz' can be reduced. [variableScope]
lvm2-2.02.95/tools/lvresize.c:381:15: style: The scope of the variable 'str' can be reduced. [variableScope]
lvm2-2.02.95/tools/polldaemon.c:195:23: style: The scope of the variable 'vg' can be reduced. [variableScope]
lvm2-2.02.95/tools/polldaemon.c:196:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/polldaemon.c:260:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:22:11: style: The scope of the variable 'orig_pe_alloc_count' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:24:11: style: The scope of the variable 'orig_pe_count' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:24:26: style: The scope of the variable 'orig_pe_size' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:25:11: style: The scope of the variable 'orig_pe_start' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:29:7: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:178:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:183:14: style: The scope of the variable 'vg_name' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:184:8: style: The scope of the variable 'pv_name' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:187:18: style: The scope of the variable 'vgnames' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvchange.c:188:19: style: The scope of the variable 'sll' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvcreate.c:31:23: style: The scope of the variable 'vg' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvcreate.c:32:18: style: The scope of the variable 'existing_pvl' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvcreate.c:97:26: style: The scope of the variable 'pv' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvmove.c:179:35: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvmove.c:655:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvmove.c:641:54: style: Function 'pvmove_poll' argument 2 names different: declaration 'pv' definition 'pv_name'. [funcArgNamesDifferent]
lvm2-2.02.95/tools/tools.h:180:54: note: Function 'pvmove_poll' argument 2 names different: declaration 'pv' definition 'pv_name'.
lvm2-2.02.95/tools/pvmove.c:641:54: note: Function 'pvmove_poll' argument 2 names different: declaration 'pv' definition 'pv_name'.
lvm2-2.02.95/tools/pvremove.c:147:9: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvscan.c:28:7: style: The scope of the variable 'uuid' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvscan.c:33:7: style: The scope of the variable 'vg_name_this' can be reduced. [variableScope]
lvm2-2.02.95/tools/pvscan.c:238:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lvm2-2.02.95/tools/reporter.c:110:2: style: Label 'out' is not used. [unusedLabel]
lvm2-2.02.95/tools/toollib.c:117:6: style: Condition '!process_lv' is always true [knownConditionTrueFalse]
lvm2-2.02.95/tools/toollib.c:96:24: note: Assignment 'process_lv=0', assigned value is 0
lvm2-2.02.95/tools/toollib.c:117:6: note: Condition '!process_lv' is always true
lvm2-2.02.95/tools/toollib.c:35:36: style: The scope of the variable 'vglv_sz' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:36:34: style: The scope of the variable 'vglv' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:205:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:212:17: style: The scope of the variable 'cvl_vg' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:218:8: style: The scope of the variable 'vglv' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:219:9: style: The scope of the variable 'vglv_sz' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:409:21: style: The scope of the variable 'pvseg' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:469:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:540:6: style: The scope of the variable 'opt' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:544:28: style: The scope of the variable 'vgids' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:547:24: style: The scope of the variable 'vgid' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:653:26: style: The scope of the variable 'pv' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:659:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:884:8: style: The scope of the variable 'st' can be reduced. [variableScope]
lvm2-2.02.95/tools/toollib.c:701:41: style: Function 'process_each_pv' argument 5 names different: declaration 'lock_type' definition 'flags'. [funcArgNamesDifferent]
lvm2-2.02.95/tools/toollib.h:53:41: note: Function 'process_each_pv' argument 5 names different: declaration 'lock_type' definition 'flags'.
lvm2-2.02.95/tools/toollib.c:701:41: note: Function 'process_each_pv' argument 5 names different: declaration 'lock_type' definition 'flags'.
lvm2-2.02.95/tools/toollib.c:1194:68: style: Function 'clone_pv_list' argument 2 names different: declaration 'pvs' definition 'pvsl'. [funcArgNamesDifferent]
lvm2-2.02.95/tools/toollib.h:97:68: note: Function 'clone_pv_list' argument 2 names different: declaration 'pvs' definition 'pvsl'.
lvm2-2.02.95/tools/toollib.c:1194:68: note: Function 'clone_pv_list' argument 2 names different: declaration 'pvs' definition 'pvsl'.
lvm2-2.02.95/tools/vgcfgbackup.c:55:8: style: The scope of the variable 'filename' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgchange.c:25:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgchange.c:58:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgchange.c:90:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgchange.c:203:6: style: The scope of the variable 'polled' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgconvert.c:22:26: style: The scope of the variable 'pv' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgconvert.c:27:11: style: The scope of the variable 'pe_start' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgconvert.c:29:6: style: The scope of the variable 'change_made' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgconvert.c:31:6: style: The scope of the variable 'active' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgconvert.c:138:3: style: Variable 'change_made' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/tools/vgextend.c:21:2: style: Variable 'pvl' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/tools/vgextend.c:20:0: note: Variable 'pvl' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/vgextend.c:21:2: note: Variable 'pvl' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/vgextend.c:47:6: style: The scope of the variable 'fixed' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgextend.c:47:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgextend.c:135:1: style: Label 'bad' is not used. [unusedLabel]
lvm2-2.02.95/tools/vgmerge.c:167:27: style: The scope of the variable 'vg_name_from' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgmerge.c:169:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgremove.c:22:21: style: The scope of the variable 'missing' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgscan.c:37:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
lvm2-2.02.95/tools/vgsplit.c:237:2: style: Variable 'vg_to' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/tools/vgsplit.c:224:0: note: Variable 'vg_to' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/vgsplit.c:237:2: note: Variable 'vg_to' is reassigned a value before the old one has been used.
lvm2-2.02.95/tools/vgsplit.c:165:25: style: The scope of the variable 'lv' can be reduced. [variableScope]
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:87:2: style: Variable 'data2[0]' is reassigned a value before the old one has been used. [redundantAssignment]
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:79:2: note: Variable 'data2[0]' is reassigned a value before the old one has been used.
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:87:2: note: Variable 'data2[0]' is reassigned a value before the old one has been used.
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:101:6: style: Unused variable: i [unusedVariable]
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:101:9: style: Unused variable: sum [unusedVariable]
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:109:10: style: Variable 'data2' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/unit-tests/mm/pool_valgrind_t.c:169:8: style: Variable 'obj' is assigned a value that is never used. [unreadVariable]
lvm2-2.02.95/unit-tests/regex/matcher_t.c:91:21: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lvm2-2.02.95/unit-tests/regex/matcher_t.c:92:6: style: The scope of the variable 'r' can be reduced. [variableScope]
lvm2-2.02.95/unit-tests/regex/matcher_t.c:78:0: error: Resource leak: fp [resourceLeak]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lvtk/lvtk_1.2.0~dfsg0.orig.tar.xz
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:561:12: style: The scope of the variable 'b1' can be reduced. [variableScope]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:561:16: style: The scope of the variable 'b2' can be reduced. [variableScope]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:561:20: style: The scope of the variable 'b3' can be reduced. [variableScope]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:34:43: style: Function 'operator[]' argument 1 names different: declaration 'var' definition 'i'. [funcArgNamesDifferent]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:42:32: note: Function 'operator[]' argument 1 names different: declaration 'var' definition 'i'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:34:43: note: Function 'operator[]' argument 1 names different: declaration 'var' definition 'i'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:244:52: style: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'. [funcArgNamesDifferent]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:215:46: note: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:244:52: note: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:343:52: style: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'. [funcArgNamesDifferent]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:318:46: note: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:343:52: note: Function 'set_variable_indices' argument 1 names different: declaration 'q' definition 'query'.
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:44:16: warning: Member variable 'LangMatches::m_index' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:68:17: warning: Member variable 'TermEquality::m_index1' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:68:17: warning: Member variable 'TermEquality::m_index2' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:95:16: warning: Member variable 'UnaryFilter::m_index' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:237:19: warning: Member variable 'NumericCompare::m_index' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:336:19: warning: Member variable 'StringEquality::m_index' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:375:17: warning: Member variable 'BinaryFilter::m_index1' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/query.cpp:375:17: warning: Member variable 'BinaryFilter::m_index2' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.hpp:52:5: style: Class 'Namespace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:109:5: style: Class 'UnaryFilter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:120:5: style: Class 'IsURI' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:131:5: style: Class 'IsLiteral' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:142:5: style: Class 'IsNumeric' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:153:5: style: Class 'IsInteger' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:164:5: style: Class 'Negation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:76:10: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:76:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:77:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:77:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:93:10: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:93:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:94:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:94:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:110:18: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:110:18: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:121:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:121:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:132:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:132:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:143:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:143:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:154:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:154:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:166:10: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:166:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:167:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:167:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:181:10: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:181:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:192:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:192:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:204:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:204:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:215:18: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:215:18: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:227:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:227:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:244:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:244:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:260:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:260:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:278:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:278:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:295:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:295:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:318:18: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:318:18: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:319:10: style: The function 'execute' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:67:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:319:10: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:345:18: style: The function 'set_variable_indices' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:66:18: note: Virtual function in base class
lvtk-1.2.0~dfsg0/tools/libpaq/query.hpp:345:18: note: Function in derived class
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.cpp:59:12: warning: Member variable 'RDFTerm::index' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.hpp:56:17: style: Technically the member function 'PAQ::Namespace::operator()' can be const. [functionConst]
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.cpp:54:26: note: Technically the member function 'PAQ::Namespace::operator()' can be const.
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.hpp:56:17: note: Technically the member function 'PAQ::Namespace::operator()' can be const.
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.hpp:65:10: style: Technically the member function 'PAQ::RDFTermCompare::operator()' can be const. [functionConst]
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.cpp:39:24: note: Technically the member function 'PAQ::RDFTermCompare::operator()' can be const.
lvtk-1.2.0~dfsg0/tools/libpaq/rdf.hpp:65:10: note: Technically the member function 'PAQ::RDFTermCompare::operator()' can be const.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.cpp:622:56: style: Function 'parse_ttl_file' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.hpp:62:44: note: Function 'parse_ttl_file' argument 1 names different: declaration 'filename' definition 'file'.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.cpp:622:56: note: Function 'parse_ttl_file' argument 1 names different: declaration 'filename' definition 'file'.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.cpp:68:17: warning: Member variable 'TurtleParser::m_data' is not initialized in the constructor. [uninitMemberVar]
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.hpp:112:10: performance: Technically the member function 'PAQ::TurtleParser::ucharacter_escape' can be static. [functionStatic]
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.cpp:671:22: note: Technically the member function 'PAQ::TurtleParser::ucharacter_escape' can be static.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.hpp:112:10: note: Technically the member function 'PAQ::TurtleParser::ucharacter_escape' can be static.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.hpp:113:10: performance: Technically the member function 'PAQ::TurtleParser::scharacter_escape' can be static. [functionStatic]
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.cpp:687:22: note: Technically the member function 'PAQ::TurtleParser::scharacter_escape' can be static.
lvtk-1.2.0~dfsg0/tools/libpaq/turtleparser.hpp:113:10: note: Technically the member function 'PAQ::TurtleParser::scharacter_escape' can be static.
lvtk-1.2.0~dfsg0/tools/libpaq/unicode.hpp:111:3: style: Class 'uch_p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lwatch/lwatch_0.6.orig.tar.bz2

ftp://ftp.se.debian.org/debian/pool/main/l/lwip/lwip_2.0.3.orig.tar.xz
src/apps/httpd/makefsdata/makefsdata.c:631:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:845:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:855:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:896:5: portability: %d in format string (no. 3) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:932:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:960:5: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:986:3: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
src/apps/httpd/makefsdata/makefsdata.c:817:7: style: The scope of the variable 'j' can be reduced. [variableScope]
src/apps/httpd/makefsdata/makefsdata.c:503:7: style: Variable 'r' is assigned a value that is never used. [unreadVariable]
src/core/def.c:130:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
src/core/def.c:165:12: style: The scope of the variable 'c2' can be reduced. [variableScope]
src/core/def.c:201:39: style: The scope of the variable 'tmp_char' can be reduced. [variableScope]
src/core/init.c:87:0: error: #error "BYTE_ORDER is not defined, you have to define it in your cc.h" [preprocessorErrorDirective]
src/netif/slipif.c:210:16: style: The scope of the variable 't' can be reduced. [variableScope]
test/unit/core/test_mem.c:7:0: error: #error "This tests needs MEM-statistics enabled" [preprocessorErrorDirective]
test/unit/core/test_pbuf.c:7:0: error: #error "This tests needs MEM- and MEMP-statistics enabled" [preprocessorErrorDirective]
test/unit/etharp/test_etharp.c:9:0: error: #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" [preprocessorErrorDirective]
test/unit/ip4/test_ip4.c:10:0: error: #error "This tests needs LWIP_IPV4, IP_REASSEMBLY; MIB2- and IPFRAG-statistics enabled" [preprocessorErrorDirective]
test/unit/mdns/test_mdns.c:48:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:49:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:48:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:67:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:68:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:67:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:86:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:87:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:86:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:111:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:112:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:111:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:167:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:168:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:167:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:192:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:193:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:192:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:221:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:222:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:221:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:255:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:256:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:255:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:281:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:282:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:281:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:303:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:304:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:303:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:322:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:323:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:322:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:342:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:343:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:342:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:362:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:363:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:362:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:606:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:607:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:606:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:641:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:642:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:641:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:678:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:679:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:678:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:713:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:714:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:713:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:747:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:748:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:747:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:782:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:783:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:782:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:819:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:820:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:819:3: note: Null pointer dereference
test/unit/mdns/test_mdns.c:859:3: warning: Either the condition 'p==NULL' is redundant or there is possible null pointer dereference: p. [nullPointerRedundantCheck]
test/unit/mdns/test_mdns.c:860:13: note: Assuming that condition 'p==NULL' is not redundant
test/unit/mdns/test_mdns.c:859:3: note: Null pointer dereference
test/unit/tcp/tcp_helper.c:10:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
test/unit/tcp/test_tcp.c:13:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
test/unit/tcp/test_tcp_oos.c:8:0: error: #error "This tests needs TCP- and MEMP-statistics enabled" [preprocessorErrorDirective]
test/unit/udp/test_udp.c:7:0: error: #error "This tests needs UDP- and MEMP-statistics enabled" [preprocessorErrorDirective]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lwipv6/lwipv6_1.5a.orig.tar.gz
lwipv6-1.5a/lwip-contrib/ports/unix/netif/tapif.c:247:8: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/tunif.c:189:9: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:508:9: warning: Either the condition '!vdeif' is redundant or there is possible null pointer dereference: vdeif. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:509:6: note: Assuming that condition '!vdeif' is not redundant
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:508:9: note: Null pointer dereference
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:345:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:365:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:280:8: style: The scope of the variable 'bufptr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:316:15: style: Variable 'p' is not assigned a value. [unassignedVariable]
lwipv6-1.5a/lwip-contrib/ports/unix/netif/vdeif.c:351:15: style: Variable 'p' is not assigned a value. [unassignedVariable]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:230:7: style: The scope of the variable 'tdiff' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:231:17: style: The scope of the variable 'sec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:231:22: style: The scope of the variable 'usec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:235:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:276:17: style: Checking if unsigned variable 'sem->c' is less than zero. [unsignedLessThanZero]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.2sem.c:149:8: style: Unused variable: first [unusedVariable]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:328:7: style: The scope of the variable 'tdiff' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:329:17: style: The scope of the variable 'sec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:329:22: style: The scope of the variable 'usec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:333:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:374:17: style: Checking if unsigned variable 'sem->c' is less than zero. [unsignedLessThanZero]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch.c:67:9: style: struct member 'sys_mbox_msg::msg' is never used. [unusedStructMember]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:167:6: style: The scope of the variable 'n' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:239:7: style: The scope of the variable 'tdiff' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:240:17: style: The scope of the variable 'sec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:240:22: style: The scope of the variable 'usec' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:244:7: style: The scope of the variable 'retval' can be reduced. [variableScope]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:285:17: style: Checking if unsigned variable 'sem->c' is less than zero. [unsignedLessThanZero]
lwipv6-1.5a/lwip-contrib/ports/unix/sys_arch_pipe.c:191:6: style: Variable 'n' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:356:17: warning: Either the condition 'conn==NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:358:11: note: Assuming that condition 'conn==NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:356:17: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:602:5: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:610:13: note: Assuming that condition 'buf!=NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:602:5: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:603:5: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:610:13: note: Assuming that condition 'buf!=NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:603:5: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:604:5: warning: Either the condition 'buf!=NULL' is redundant or there is possible null pointer dereference: buf. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:610:13: note: Assuming that condition 'buf!=NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:604:5: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:638:25: warning: Either the condition 'conn==NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:642:12: note: Assuming that condition 'conn==NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:638:25: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:664:25: warning: Either the condition 'conn==NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:669:12: note: Assuming that condition 'conn==NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:664:25: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:741:25: warning: Either the condition 'conn==NULL' is redundant or there is possible null pointer dereference: conn. [nullPointerRedundantCheck]
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:745:12: note: Assuming that condition 'conn==NULL' is not redundant
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:741:25: note: Null pointer dereference
lwipv6-1.5a/lwip-v6/src/api/api_lib.c:356:17: style: Variable 'olderr' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/api/renzosocket.c:686:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2127:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2126:0: note: Variable 'err' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2127:5: note: Variable 'err' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/api/sockets.c:278:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:278:8: style: The scope of the variable 'fd' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:690:18: style: The scope of the variable 'addr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:890:17: style: The scope of the variable 'buf' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:968:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:968:10: style: The scope of the variable 'connected' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:1298:6: style: The scope of the variable 's' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2511:10: style: The scope of the variable 'pos' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:1362:0: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2046:6: style: Unused variable: cap [unusedVariable]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2246:9: style: Unused variable: events [unusedVariable]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2457:5: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:872:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2317:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2410:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:2452:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:1040:0: error: Uninitialized variable: size [uninitvar]
lwipv6-1.5a/lwip-v6/src/api/sockets.c:1039:0: error: Uninitialized variable: lbuf [uninitvar]
lwipv6-1.5a/lwip-v6/src/api/tcpip.c:312:6: style: Unused variable: i [unusedVariable]
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:142:4: style: Variable 'iecho->chksum' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:141:4: note: Variable 'iecho->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:142:4: note: Variable 'iecho->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:219:4: style: Variable 'ins->chksum' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:218:4: note: Variable 'ins->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:219:4: note: Variable 'ins->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:442:2: style: Variable 'ins->chksum' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:441:2: note: Variable 'ins->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:442:2: note: Variable 'ins->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:485:2: style: Variable 'irs->chksum' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:484:2: note: Variable 'irs->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/icmp6.c:485:2: note: Variable 'irs->chksum' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/core/ipv6/ip6.c:319:19: style: The scope of the variable 'ip4hdr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/core/mem.c:61:0: error: #error "unhandled MEM_ALIGNMENT size" [preprocessorErrorDirective]
lwipv6-1.5a/lwip-v6/src/core/memp.c:251:9: style: The scope of the variable 'mem' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/core/netif.c:377:23: style: The scope of the variable 'add' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/core/netif.c:490:30: style: The scope of the variable 'el' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/core/netif.c:117:11: style: Variable 'rv' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/core/pbuf.c:1018:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/core/pbufnopool.c:814:8: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/netif/etharp.c:674:18: style: The scope of the variable 'ethhdr' can be reduced. [variableScope]
lwipv6-1.5a/lwip-v6/src/netif/etharp.c:852:16: style: Unused variable: p [unusedVariable]
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:250:3: style: Variable 'ethhdr' is reassigned a value before the old one has been used. [redundantAssignment]
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:244:3: note: Variable 'ethhdr' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:250:3: note: Variable 'ethhdr' is reassigned a value before the old one has been used.
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:75:35: style: Variable 'ethernetif' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:107:35: style: Variable 'ethernetif' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/netif/ethernetif.c:147:35: style: Variable 'ethernetif' is assigned a value that is never used. [unreadVariable]
lwipv6-1.5a/lwip-v6/src/netif/slipif.c:180:16: style: The scope of the variable 'p' can be reduced. [variableScope]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lwjgl/lwjgl_2.9.3+dfsg.orig.tar.gz
lwjgl-2.9.3/src/native/common/common_tools.h:101:22: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lwjgl-2.9.3/src/native/common/common_tools.c:115:10: style: The scope of the variable 'ap' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/common/common_tools.c:268:9: style: The scope of the variable 'ext_function_pointer_pointer' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/common/common_tools.c:298:9: style: The scope of the variable 'ext_function_pointer_pointer' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/common/common_tools.c:180:48: style: Function 'throwException' argument 2 names different: declaration 'msg' definition 'err'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/common/common_tools.h:136:53: note: Function 'throwException' argument 2 names different: declaration 'msg' definition 'err'.
lwjgl-2.9.3/src/native/common/common_tools.c:180:48: note: Function 'throwException' argument 2 names different: declaration 'msg' definition 'err'.
lwjgl-2.9.3/src/native/common/common_tools.c:226:67: style: Function 'NewStringNativeUnsigned' argument 2 names different: declaration 'str' definition 'ustr'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/common/common_tools.h:145:74: note: Function 'NewStringNativeUnsigned' argument 2 names different: declaration 'str' definition 'ustr'.
lwjgl-2.9.3/src/native/common/common_tools.c:226:67: note: Function 'NewStringNativeUnsigned' argument 2 names different: declaration 'str' definition 'ustr'.
lwjgl-2.9.3/src/native/linux/opengl/GLX.c:51:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/linux/opengl/GLX.c:90:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/display.c:203:8: style: The scope of the variable 'scaledRampEntry' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:203:10: style: The scope of the variable 'pixelFormatCaps_ptr' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:274:6: style: The scope of the variable 'iPixelFormat' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:275:6: style: The scope of the variable 'fallback_bpp' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:378:6: style: The scope of the variable 'iPixelFormat' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:379:6: style: The scope of the variable 'fallback_bpp' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/opengl/context.c:497:28: style: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/windows/opengl/context.h:72:35: note: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'.
lwjgl-2.9.3/src/native/windows/opengl/context.c:497:28: note: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'.
lwjgl-2.9.3/src/native/windows/opengl/context.c:497:42: style: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/windows/opengl/context.h:72:42: note: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'.
lwjgl-2.9.3/src/native/windows/opengl/context.c:497:42: note: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'.
lwjgl-2.9.3/src/native/windows/opengles/context.c:503:28: style: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/windows/opengles/context.h:69:35: note: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'.
lwjgl-2.9.3/src/native/windows/opengles/context.c:503:28: note: Function 'createDummyWindow' argument 1 names different: declaration 'x' definition 'origin_x'.
lwjgl-2.9.3/src/native/windows/opengles/context.c:503:42: style: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'. [funcArgNamesDifferent]
lwjgl-2.9.3/src/native/windows/opengles/context.h:69:42: note: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'.
lwjgl-2.9.3/src/native/windows/opengles/context.c:503:42: note: Function 'createDummyWindow' argument 2 names different: declaration 'y' definition 'origin_y'.
lwjgl-2.9.3/src/native/windows/org_lwjgl_Sys.c:77:18: style: The scope of the variable 'str' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/org_lwjgl_opengl_Display.c:360:8: style: The scope of the variable 'dstPtr' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/org_lwjgl_opengl_Display.c:505:11: style: The scope of the variable 'cursor_handle' can be reduced. [variableScope]
lwjgl-2.9.3/src/native/windows/org_lwjgl_opengl_WindowsRegistry.c:90:4: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
lwjgl-2.9.3/src/native/windows/org_lwjgl_opengl_WindowsRegistry.c:100:3: error: Common realloc mistake: 'result' nulled but not freed upon failure [memleakOnRealloc]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lwm/lwm_1.2.2.orig.tar.gz
lwm-1.2.2/client.c:194:23: warning: Either the condition 'c==0' is redundant or there is possible null pointer dereference: c. [nullPointerRedundantCheck]
lwm-1.2.2/client.c:196:8: note: Assuming that condition 'c==0' is not redundant
lwm-1.2.2/client.c:194:23: note: Null pointer dereference
lwm-1.2.2/disp.c:114:11: style: The scope of the variable 'c' can be reduced. [variableScope]
lwm-1.2.2/disp.c:147:6: style: The scope of the variable 'quarter' can be reduced. [variableScope]
lwm-1.2.2/disp.c:636:11: style: The scope of the variable 'c' can be reduced. [variableScope]
lwm-1.2.2/disp.c:814:6: style: The scope of the variable 'ox' can be reduced. [variableScope]
lwm-1.2.2/disp.c:815:6: style: The scope of the variable 'oy' can be reduced. [variableScope]
lwm-1.2.2/disp.c:818:6: style: The scope of the variable 'odx' can be reduced. [variableScope]
lwm-1.2.2/disp.c:819:6: style: The scope of the variable 'ody' can be reduced. [variableScope]
lwm-1.2.2/ewmh.c:364:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lwm-1.2.2/ewmh.c:399:4: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lwm-1.2.2/lwm.c:387:6: style: The scope of the variable 'len' can be reduced. [variableScope]
lwm-1.2.2/manage.c:546:4: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lwm-1.2.2/manage.c:548:4: note: Found duplicate branches for 'if' and 'else'.
lwm-1.2.2/manage.c:546:4: note: Found duplicate branches for 'if' and 'else'.
lwm-1.2.2/manage.c:61:6: style: The scope of the variable 'p' can be reduced. [variableScope]
lwm-1.2.2/manage.c:64:13: style: The scope of the variable 'auto_x' can be reduced. [variableScope]
lwm-1.2.2/manage.c:65:13: style: The scope of the variable 'auto_y' can be reduced. [variableScope]
lwm-1.2.2/manage.c:132:15: warning: Result of operator '|' is always true if one operand is non-zero. Did you intend to use '&'? [badBitmaskCheck]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lwn4chrome/lwn4chrome_1.0.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lwt/lwt_2.7.1.orig.tar.gz
lwt-2.7.1/src/glib/lwt_glib_stubs.c:145:7: style: The scope of the variable 'events' can be reduced. [variableScope]
lwt-2.7.1/src/glib/lwt_glib_stubs.c:146:12: style: The scope of the variable 'gpollfd' can be reduced. [variableScope]
lwt-2.7.1/src/unix/lwt_unix_stubs.c:378:0: error: #error "no threading library available!" [preprocessorErrorDirective]
lwt-2.7.1/src/unix/lwt_unix_unix.c:1160:8: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lwt-2.7.1/src/unix/lwt_unix_unix.c:1162:3: note: Found duplicate branches for 'if' and 'else'.
lwt-2.7.1/src/unix/lwt_unix_unix.c:1160:8: note: Found duplicate branches for 'if' and 'else'.
lwt-2.7.1/src/unix/lwt_unix_unix.c:850:9: style: The scope of the variable 'optname' can be reduced. [variableScope]
lwt-2.7.1/src/unix/lwt_unix_unix.c:1916:11: style: The scope of the variable 'link_length' can be reduced. [variableScope]
lwt-2.7.1/src/unix/lwt_unix_unix.c:2317:7: style: The scope of the variable 'err' can be reduced. [variableScope]
lwt-2.7.1/src/unix/lwt_unix_unix.c:1718:36: style: A pointer can not be negative so it is either pointless or an error to check if it is. [pointerLessThanZero]
lwt-2.7.1/src/unix/lwt_unix_unix.c:1166:5: style: Variable 'cloexec' is assigned a value that is never used. [unreadVariable]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lx-gdb/lx-gdb_1.03.orig.tar.gz
lx-gdb-1.03.orig/gdbdump.c:302:8: style: The scope of the variable 'offset' can be reduced. [variableScope]
lx-gdb-1.03.orig/gdbload.c:454:8: style: The scope of the variable 'reclen' can be reduced. [variableScope]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lxappearance/lxappearance_0.6.3.orig.tar.xz
lxappearance-0.6.3/src/icon-theme.c:174:25: error: Uninitialized variable: theme [uninitvar]
lxappearance-0.6.3/src/icon-theme.c:174:25: error: Uninitialized struct member: theme.has_icon [uninitStructMember]
lxappearance-0.6.3/src/icon-theme.c:174:44: error: Uninitialized struct member: theme.has_cursor [uninitStructMember]
lxappearance-0.6.3/src/lxappearance.c:342:29: warning: Either the condition 'gtkrc_files' is redundant or there is possible null pointer dereference: gtkrc_files. [nullPointerRedundantCheck]
lxappearance-0.6.3/src/lxappearance.c:250:12: note: Assuming that condition 'gtkrc_files' is not redundant
lxappearance-0.6.3/src/lxappearance.c:342:29: note: Null pointer dereference
lxappearance-0.6.3/src/utils.c:236:5: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lxappearance-0.6.3/src/utils.c:221:0: note: Variable 'file' is reassigned a value before the old one has been used.
lxappearance-0.6.3/src/utils.c:236:5: note: Variable 'file' is reassigned a value before the old one has been used.
lxappearance-0.6.3/src/widget-theme.c:141:17: style: Variable 'demo_vbox' is assigned a value that is never used. [unreadVariable]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lxappearance-obconf/lxappearance-obconf_0.2.3.orig.tar.xz
lxappearance-obconf-0.2.3/src/appearance.c:325:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxappearance-obconf-0.2.3/src/main.c:62:40: style: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'. [funcArgNamesDifferent]
lxappearance-obconf-0.2.3/src/main.h:44:40: note: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'.
lxappearance-obconf-0.2.3/src/main.c:62:40: note: Function 'obconf_error' argument 2 names different: declaration 'model' definition 'modal'.
lxappearance-obconf-0.2.3/src/theme.c:252:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lxappearance-obconf-0.2.3/src/theme.c:99:8: error: Uninitialized variable: name [uninitvar]
[03:29]

ftp://ftp.se.debian.org/debian/pool/main/l/lxc/lxc_2.0.9.orig.tar.gz
lxc-2.0.9/src/include/ifaddrs.c:176:18: style: The scope of the variable 'l_cur' can be reduced. [variableScope]
lxc-2.0.9/src/include/ifaddrs.c:592:21: style: The scope of the variable 'l_cur' can be reduced. [variableScope]
lxc-2.0.9/src/lua-lxc/core.c:152:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/lua-lxc/core.c:152:11: style: The scope of the variable 'j' can be reduced. [variableScope]
lxc-2.0.9/src/lua-lxc/core.c:203:17: style: The scope of the variable 'new_name' can be reduced. [variableScope]
lxc-2.0.9/src/lua-lxc/core.c:407:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/lua-lxc/core.c:129:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lua-lxc/core.c:156:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lua-lxc/core.c:320:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lua-lxc/core.c:343:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lua-lxc/core.c:390:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lua-lxc/core.c:410:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/attach.c:409:11: style: The scope of the variable 'p' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/attach.c:619:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/attach.c:1087:7: style: The scope of the variable 'flags' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/attach.c:958:58: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lxc-2.0.9/src/lxc/attach.c:1248:57: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lxc-2.0.9/src/lxc/attach.c:92:6: warning: Unnecessary comparison of static strings. [staticStringCompare]
lxc-2.0.9/src/lxc/attach.c:126:6: warning: Unnecessary comparison of static strings. [staticStringCompare]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1845:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:249:2: style: Variable 'cgroup_use' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:243:0: note: Variable 'cgroup_use' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:249:2: note: Variable 'cgroup_use' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:590:2: style: Variable 'all_kernel_subsystems' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:575:0: note: Variable 'all_kernel_subsystems' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:590:2: note: Variable 'all_kernel_subsystems' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1358:2: style: Variable 'subsystem' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1355:0: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1358:2: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1379:2: style: Variable 'subsystem' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1376:0: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1379:2: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1397:2: style: Variable 'subsystem' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1394:0: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1397:2: note: Variable 'subsystem' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1567:4: style: Variable 'abs_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1564:4: note: Variable 'abs_path' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1567:4: note: Variable 'abs_path' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1687:2: style: Variable 'proc_pid_cgroup' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1680:0: note: Variable 'proc_pid_cgroup' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1687:2: note: Variable 'proc_pid_cgroup' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:957:25: style: Same expression on both sides of '!=' because the value of 'current_component' and 'current_subpath' are the same. [duplicateExpression]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:927:29: note: 'current_component' is assigned value 'NULL' here.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:928:27: note: 'current_subpath' is assigned value 'NULL' here.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:957:25: note: Same expression on both sides of '!=' because the value of 'current_component' and 'current_subpath' are the same.
lxc-2.0.9/src/lxc/cgroups/cgfs.c:637:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:2163:9: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:789:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:793:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:811:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1358:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1379:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1397:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfs.c:1791:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1361:13: warning: Either the condition 'f>=0' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1360:10: note: Assuming that condition 'f>=0' is not redundant
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1361:13: note: Null pointer dereference
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1364:12: warning: Either the condition 'f>=0' is redundant or there is possible null pointer dereference: f. [nullPointerRedundantCheck]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1360:10: note: Assuming that condition 'f>=0' is not redundant
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1364:12: note: Null pointer dereference
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1921:2: style: Variable 'controller' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1919:0: note: Variable 'controller' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1921:2: note: Variable 'controller' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:893:7: style: The scope of the variable 'is_cgroup_v2_base_cgroup' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1360:10: style: A pointer can not be negative so it is either pointless or an error to check if it is not. [pointerPositive]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:873:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1857:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1889:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgfsng.c:1921:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/cgroups/cgroup.c:133:33: style: Function 'cgroup_get_hierarchies' argument 1 names different: declaration 'i' definition 'n'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/cgroups/cgroup.h:79:40: note: Function 'cgroup_get_hierarchies' argument 1 names different: declaration 'i' definition 'n'.
lxc-2.0.9/src/lxc/cgroups/cgroup.c:133:33: note: Function 'cgroup_get_hierarchies' argument 1 names different: declaration 'i' definition 'n'.
lxc-2.0.9/src/lxc/commands.c:849:2: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/commands.c:835:0: note: Variable 'state' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/commands.c:849:2: note: Variable 'state' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/commands.c:760:36: style: Function 'lxc_cmd_get_name' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/commands.h:87:43: note: Function 'lxc_cmd_get_name' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'.
lxc-2.0.9/src/lxc/commands.c:760:36: note: Function 'lxc_cmd_get_name' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'.
lxc-2.0.9/src/lxc/commands.c:798:39: style: Function 'lxc_cmd_get_lxcpath' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/commands.h:88:46: note: Function 'lxc_cmd_get_lxcpath' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'.
lxc-2.0.9/src/lxc/commands.c:798:39: note: Function 'lxc_cmd_get_lxcpath' argument 1 names different: declaration 'hashed_sock' definition 'hashed_sock_name'.
lxc-2.0.9/src/lxc/commands.c:526:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/commands.c:1016:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/commands_utils.c:148:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/conf.c:2351:14: style: Condition 'numcaps<=0' is always false [knownConditionTrueFalse]
lxc-2.0.9/src/lxc/conf.c:2348:36: note: Assignment 'numcaps=lxc_caps_last_cap()+1', assigned value is 1
lxc-2.0.9/src/lxc/conf.c:2351:14: note: Condition 'numcaps<=0' is always false
lxc-2.0.9/src/lxc/conf.c:985:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:982:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:985:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:1023:2: style: Variable 'oldroot' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:1021:0: note: Variable 'oldroot' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:1023:2: note: Variable 'oldroot' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:2209:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:2207:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:2209:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3621:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:3618:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3621:2: note: Variable 'entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3670:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:3665:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3670:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3872:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/conf.c:3867:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:3872:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/conf.c:729:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:784:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:878:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:1269:8: style: The scope of the variable 'f' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:1820:17: style: The scope of the variable 'rqd_flags' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2204:8: style: The scope of the variable 'mount_entry' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2301:6: style: The scope of the variable 'capid' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2315:8: style: The scope of the variable 'drop_entry' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2316:6: style: The scope of the variable 'capid' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2346:8: style: The scope of the variable 'keep_entry' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2347:9: style: The scope of the variable 'capid' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2568:8: style: The scope of the variable 'pos' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:2702:17: style: The scope of the variable 'map' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/conf.c:1827:17: style: Variable 'rqd_flags' is assigned a value that is never used. [unreadVariable]
lxc-2.0.9/src/lxc/conf.c:413:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/conf.c:463:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/conf.c:1094:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/conf.c:2355:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile.c:3430:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lxc-2.0.9/src/lxc/confile.c:3447:4: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lxc-2.0.9/src/lxc/confile.c:1129:25: style: The scope of the variable 'netmask' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:1459:35: style: The scope of the variable 'token' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:1899:33: style: The scope of the variable 'token' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:1993:36: style: The scope of the variable 'token' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:2043:36: style: The scope of the variable 'token' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:2489:9: style: The scope of the variable 'aflag' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:2588:8: style: The scope of the variable 'v' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:3063:20: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/confile.c:2725:22: style: Function 'clone_update_unexp_hooks' argument 5 names different: declaration 'newmame' definition 'newname'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/confile.h:70:56: note: Function 'clone_update_unexp_hooks' argument 5 names different: declaration 'newmame' definition 'newname'.
lxc-2.0.9/src/lxc/confile.c:2725:22: note: Function 'clone_update_unexp_hooks' argument 5 names different: declaration 'newmame' definition 'newname'.
lxc-2.0.9/src/lxc/confile.c:2561:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile.c:2624:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile.c:2633:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile.c:2734:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile.c:2742:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/confile_utils.c:48:2: style: Variable 'dup' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/confile_utils.c:45:0: note: Variable 'dup' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/confile_utils.c:48:2: note: Variable 'dup' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/confile_utils.c:203:2: style: Variable 'netdev' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/confile_utils.c:198:0: note: Variable 'netdev' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/confile_utils.c:203:2: note: Variable 'netdev' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/confile_utils.c:239:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/console.c:86:24: style: The scope of the variable 'ts' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/console.c:371:66: style: Function 'lxc_console_allocate' argument 3 names different: declaration 'ttynum' definition 'ttyreq'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/console.h:65:74: note: Function 'lxc_console_allocate' argument 3 names different: declaration 'ttynum' definition 'ttyreq'.
lxc-2.0.9/src/lxc/console.c:371:66: note: Function 'lxc_console_allocate' argument 3 names different: declaration 'ttynum' definition 'ttyreq'.
lxc-2.0.9/src/lxc/criu.c:1025:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/criu.c:1024:3: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/criu.c:1025:3: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/criu.c:1027:3: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/criu.c:1025:3: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/criu.c:1027:3: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/criu.c:288:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:289:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:290:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:291:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:292:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:293:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:294:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:295:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:296:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:297:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:298:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:299:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:300:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:302:2: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:365:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:370:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:373:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:412:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:423:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:440:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:442:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:446:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:447:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:449:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:454:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:459:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:460:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:462:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:467:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:478:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:484:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:490:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:492:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:493:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:505:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:512:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:526:4: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:605:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:607:5: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lxc-2.0.9/src/lxc/criu.c:556:5: warning: The buffer 'eth' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lxc-2.0.9/src/lxc/lxc_user_nic.c:822:2: style: Variable 'ofd' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/lxc_user_nic.c:820:0: note: Variable 'ofd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxc_user_nic.c:822:2: note: Variable 'ofd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxc_user_nic.c:1000:2: style: Variable 'ofd' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/lxc_user_nic.c:998:0: note: Variable 'ofd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxc_user_nic.c:1000:2: note: Variable 'ofd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxc_user_nic.c:134:16: style: The scope of the variable 'gr' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxc_user_nic.c:281:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxc_user_nic.c:666:6: style: The scope of the variable 'count' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxc_user_nic.c:788:6: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:1101:2: style: Variable 'ret' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/lxccontainer.c:1098:0: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:1101:2: note: Variable 'ret' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:1646:3: style: Variable 'bdev' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/lxccontainer.c:1644:0: note: Variable 'bdev' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:1646:3: note: Variable 'bdev' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:3849:2: style: Variable 'snap' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/lxccontainer.c:3846:0: note: Variable 'snap' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:3849:2: note: Variable 'snap' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/lxccontainer.c:842:8: style: The scope of the variable 'started' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:1324:19: style: The scope of the variable 'map' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:2499:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:3113:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:3114:7: style: The scope of the variable 'path' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:3116:8: style: The scope of the variable 'fout' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:3518:13: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:3660:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:4408:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/lxccontainer.c:4507:57: style: Function 'list_active_containers' argument 2 names different: declaration 'names' definition 'nret'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/lxccontainer.h:1002:57: note: Function 'list_active_containers' argument 2 names different: declaration 'names' definition 'nret'.
lxc-2.0.9/src/lxc/lxccontainer.c:4507:57: note: Function 'list_active_containers' argument 2 names different: declaration 'names' definition 'nret'.
lxc-2.0.9/src/lxc/lxccontainer.c:4635:54: style: Function 'list_all_containers' argument 2 names different: declaration 'names' definition 'nret'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/lxccontainer.h:1018:54: note: Function 'list_all_containers' argument 2 names different: declaration 'names' definition 'nret'.
lxc-2.0.9/src/lxc/lxccontainer.c:4635:54: note: Function 'list_all_containers' argument 2 names different: declaration 'names' definition 'nret'.
lxc-2.0.9/src/lxc/lxccontainer.c:4170:23: portability: '(void*)opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/lxccontainer.c:4171:23: portability: '(void*)opts' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/lxccontainer.c:116:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:137:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:174:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:204:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:671:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:1099:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:1159:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:1164:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:2585:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:2878:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:3020:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:3021:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:3520:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:3618:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxccontainer.c:3639:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/lxclock.c:187:30: style: Function 'lxclock' argument 1 names different: declaration 'lock' definition 'l'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/lxclock.h:99:37: note: Function 'lxclock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/lxclock.c:187:30: note: Function 'lxclock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/lxclock.c:244:32: style: Function 'lxcunlock' argument 1 names different: declaration 'lock' definition 'l'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/lxclock.h:109:39: note: Function 'lxcunlock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/lxclock.c:244:32: note: Function 'lxcunlock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/lxclock.c:285:35: style: Function 'lxc_putlock' argument 1 names different: declaration 'lock' definition 'l'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/lxclock.h:116:42: note: Function 'lxc_putlock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/lxclock.c:285:35: note: Function 'lxc_putlock' argument 1 names different: declaration 'lock' definition 'l'.
lxc-2.0.9/src/lxc/mainloop.c:43:9: style: The scope of the variable 'nfds' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/mainloop.c:111:27: style: The scope of the variable 'handler' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/monitor.c:179:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/namespace.c:112:6: style: The scope of the variable 'aflag' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/namespace.c:64:31: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/namespace.c:57:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/network.c:391:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:409:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:428:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:441:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:1357:7: style: The scope of the variable 'c' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:1896:7: style: The scope of the variable 'exists' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:2032:7: style: The scope of the variable 'netdev_link' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:2691:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:2711:6: style: The scope of the variable 'err' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:2733:14: style: The scope of the variable 'net_type_name' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:2950:21: style: The scope of the variable 'netdev' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/network.c:1908:46: style: Checking if unsigned variable 'fread(&seed,sizeof(seed),1,urandom)' is less than zero. [unsignedLessThanZero]
lxc-2.0.9/src/lxc/network.c:1126:74: style: Function 'lxc_vlan_create' argument 3 names different: declaration 'vid' definition 'vlanid'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/network.h:216:81: note: Function 'lxc_vlan_create' argument 3 names different: declaration 'vid' definition 'vlanid'.
lxc-2.0.9/src/lxc/network.c:1126:74: note: Function 'lxc_vlan_create' argument 3 names different: declaration 'vid' definition 'vlanid'.
lxc-2.0.9/src/lxc/network.c:1317:35: style: Function 'lxc_ip_forward_on' argument 1 names different: declaration 'name' definition 'ifname'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/network.h:221:42: note: Function 'lxc_ip_forward_on' argument 1 names different: declaration 'name' definition 'ifname'.
lxc-2.0.9/src/lxc/network.c:1317:35: note: Function 'lxc_ip_forward_on' argument 1 names different: declaration 'name' definition 'ifname'.
lxc-2.0.9/src/lxc/network.c:1322:36: style: Function 'lxc_ip_forward_off' argument 1 names different: declaration 'name' definition 'ifname'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/network.h:226:43: note: Function 'lxc_ip_forward_off' argument 1 names different: declaration 'name' definition 'ifname'.
lxc-2.0.9/src/lxc/network.c:1322:36: note: Function 'lxc_ip_forward_off' argument 1 names different: declaration 'name' definition 'ifname'.
lxc-2.0.9/src/lxc/network.c:523:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/nl.c:64:24: warning: Possible null pointer dereference: data [nullPointer]
lxc-2.0.9/src/lxc/nl.c:92:30: note: Calling function 'nla_put', 3rd argument 'data' value is 0
lxc-2.0.9/src/lxc/nl.c:64:24: note: Null pointer dereference
lxc-2.0.9/src/lxc/nl.c:173:66: style: Function 'netlink_rcv' argument 2 names different: declaration 'nlmsg' definition 'answer'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/nl.h:100:59: note: Function 'netlink_rcv' argument 2 names different: declaration 'nlmsg' definition 'answer'.
lxc-2.0.9/src/lxc/nl.c:173:66: note: Function 'netlink_rcv' argument 2 names different: declaration 'nlmsg' definition 'answer'.
lxc-2.0.9/src/lxc/nl.c:243:48: style: Function 'netlink_transaction' argument 3 names different: declaration 'anwser' definition 'answer'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/nl.h:125:41: note: Function 'netlink_transaction' argument 3 names different: declaration 'anwser' definition 'answer'.
lxc-2.0.9/src/lxc/nl.c:243:48: note: Function 'netlink_transaction' argument 3 names different: declaration 'anwser' definition 'answer'.
lxc-2.0.9/src/lxc/nl.c:61:8: portability: '(void*)(nlmsg->nlmsghdr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/nl.c:97:26: portability: '(void*)(nlmsg->nlmsghdr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/nl.c:107:26: portability: '(void*)(nlmsg->nlmsghdr)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/nl.c:146:14: portability: 'buf' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/seccomp.c:41:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/start.c:95:40: style: The scope of the variable 'saved' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/start.c:1154:23: style: The scope of the variable 'pty_info' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/start.c:1638:7: style: The scope of the variable 'bret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/start.c:1688:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/start.c:850:8: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/lxc/start.c:95:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/start.c:825:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/state.c:87:6: style: The scope of the variable 'state' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/aufs.c:192:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/aufs.c:256:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/aufs.c:288:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/aufs.c:293:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/btrfs.c:263:2: style: Variable 'fd_orig' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/storage/btrfs.c:260:0: note: Variable 'fd_orig' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/btrfs.c:263:2: note: Variable 'fd_orig' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/btrfs.c:305:2: style: Variable 'newfull' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/storage/btrfs.c:303:0: note: Variable 'newfull' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/btrfs.c:305:2: note: Variable 'newfull' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/dir.c:111:16: style: The scope of the variable 'mflags' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/loop.c:67:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/loop.c:123:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/lvm.c:68:16: style: The scope of the variable 'len' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/lvm.c:287:14: style: The scope of the variable 'cmd_args' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/lvm.c:288:7: style: The scope of the variable 'cmd_output' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/lvm.c:272:9: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lxc-2.0.9/src/lxc/storage/lvm.c:101:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/lvm.c:191:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/nbd.c:179:10: style: The scope of the variable 's' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/nbd.c:265:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/nbd.c:56:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:588:2: style: Variable 'cleanpath' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/storage/overlay.c:581:0: note: Variable 'cleanpath' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/overlay.c:588:2: note: Variable 'cleanpath' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/overlay.c:618:3: style: Variable 'mnt_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/storage/overlay.c:614:0: note: Variable 'mnt_entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/overlay.c:618:3: note: Variable 'mnt_entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/storage/overlay.c:259:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:337:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:369:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:391:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:396:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:401:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/overlay.c:406:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/rbd.c:131:8: style: The scope of the variable 'rbdfullname' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/rbd.c:147:17: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/storage.c:488:8: style: The scope of the variable 'best_options' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/storage.c:539:35: style: Function 'storage_init' argument 4 names different: declaration 'data' definition 'mntopts'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/storage/storage.h:118:35: note: Function 'storage_init' argument 4 names different: declaration 'data' definition 'mntopts'.
lxc-2.0.9/src/lxc/storage/storage.c:539:35: note: Function 'storage_init' argument 4 names different: declaration 'data' definition 'mntopts'.
lxc-2.0.9/src/lxc/storage/storage.c:510:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/storage/storage_utils.c:166:8: style: The scope of the variable 'sp1' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/storage/zfs.c:123:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:163:2: style: Variable 'workstr' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:157:0: note: Variable 'workstr' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:163:2: note: Variable 'workstr' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:234:2: style: Variable 'workstr' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:224:0: note: Variable 'workstr' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:234:2: note: Variable 'workstr' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:333:19: style: The scope of the variable 'it' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_autostart.c:333:24: style: The scope of the variable 'next' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_clone.c:121:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_clone.c:122:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_copy.c:304:2: style: Variable 'components' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_copy.c:301:0: note: Variable 'components' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:304:2: note: Variable 'components' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:432:3: style: Variable 'mntentry' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_copy.c:431:0: note: Variable 'mntentry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:432:3: note: Variable 'mntentry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:625:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_copy.c:623:0: note: Variable 'm' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:625:2: note: Variable 'm' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:667:2: style: Variable 'm' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/tools/lxc_copy.c:665:0: note: Variable 'm' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_copy.c:667:2: note: Variable 'm' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/tools/lxc_destroy.c:205:24: style: The scope of the variable 'c1' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_destroy.c:215:6: style: The scope of the variable 'counter' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_info.c:151:6: style: The scope of the variable 'rc' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_info.c:153:8: style: The scope of the variable 'ifname' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_info.c:153:17: style: The scope of the variable 'type' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_info.c:348:11: style: The scope of the variable 'address' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_ls.c:922:16: style: The scope of the variable 'm' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_ls.c:312:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
lxc-2.0.9/src/lxc/tools/lxc_ls.c:595:10: style: Checking if unsigned variable 'len' is less than zero. [unsignedLessThanZero]
lxc-2.0.9/src/lxc/tools/lxc_ls.c:764:10: style: Function 'ls_print_names' argument 3 names different: declaration 'ls_arr' definition 'size'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/tools/lxc_ls.c:147:10: note: Function 'ls_print_names' argument 3 names different: declaration 'ls_arr' definition 'size'.
lxc-2.0.9/src/lxc/tools/lxc_ls.c:764:10: note: Function 'ls_print_names' argument 3 names different: declaration 'ls_arr' definition 'size'.
lxc-2.0.9/src/lxc/tools/lxc_stop.c:120:7: style: The scope of the variable 'elapsed_time' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_top.c:309:7: style: The scope of the variable 'kmem_used_str' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_top.c:408:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_unshare.c:85:7: style: The scope of the variable 'name' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/tools/lxc_unshare.c:93:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lxc-2.0.9/src/lxc/utils.c:941:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/utils.c:938:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:941:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:1183:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/utils.c:1177:0: note: Variable 'path' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:1183:2: note: Variable 'path' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:1855:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/utils.c:1851:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:1855:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:2152:2: style: Variable 'fd_ctl' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/utils.c:2150:0: note: Variable 'fd_ctl' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:2152:2: note: Variable 'fd_ctl' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:2179:2: style: Variable 'fd_loop' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/lxc/utils.c:2177:0: note: Variable 'fd_loop' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:2179:2: note: Variable 'fd_loop' is reassigned a value before the old one has been used.
lxc-2.0.9/src/lxc/utils.c:249:8: style: The scope of the variable 'makeme' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/utils.c:704:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/utils.c:704:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/utils.c:2250:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/utils.c:2251:10: style: The scope of the variable 'bytes' can be reduced. [variableScope]
lxc-2.0.9/src/lxc/utils.c:761:72: style: Function 'lxc_string_in_list' argument 3 names different: declaration 'sep' definition '_sep'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/utils.h:285:79: note: Function 'lxc_string_in_list' argument 3 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:761:72: note: Function 'lxc_string_in_list' argument 3 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:779:50: style: Function 'lxc_string_split' argument 2 names different: declaration 'sep' definition '_sep'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/utils.h:286:57: note: Function 'lxc_string_split' argument 2 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:779:50: note: Function 'lxc_string_split' argument 2 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:819:59: style: Function 'lxc_string_split_and_trim' argument 2 names different: declaration 'sep' definition '_sep'. [funcArgNamesDifferent]
lxc-2.0.9/src/lxc/utils.h:287:66: note: Function 'lxc_string_split_and_trim' argument 2 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:819:59: note: Function 'lxc_string_split_and_trim' argument 2 names different: declaration 'sep' definition '_sep'.
lxc-2.0.9/src/lxc/utils.c:1491:13: style: Array index 'offset' is used before limits check. [arrayIndexThenCheck]
lxc-2.0.9/src/lxc/utils.c:1493:13: style: Array index 'offset' is used before limits check. [arrayIndexThenCheck]
lxc-2.0.9/src/lxc/utils.c:769:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/utils.c:791:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/utils.c:832:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxc-2.0.9/src/lxc/utils.c:1442:2: error: Common realloc mistake: 'proctitle' nulled but not freed upon failure [memleakOnRealloc]
lxc-2.0.9/src/lxc/utils.c:2320:0: error: Memory leak: dest [memleak]
lxc-2.0.9/src/python-lxc/lxc.c:1050:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lxc-2.0.9/src/python-lxc/lxc.c:1049:22: note: outer condition: interfaces[i]
lxc-2.0.9/src/python-lxc/lxc.c:1050:13: note: opposite inner condition: !interfaces[i]
lxc-2.0.9/src/python-lxc/lxc.c:1110:13: warning: Opposite inner 'if' condition leads to a dead code block. [oppositeInnerCondition]
lxc-2.0.9/src/python-lxc/lxc.c:1109:15: note: outer condition: ips[i]
lxc-2.0.9/src/python-lxc/lxc.c:1110:13: note: opposite inner condition: !ips[i]
lxc-2.0.9/src/python-lxc/lxc.c:358:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:356:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:358:5: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:489:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:487:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:489:5: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:548:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:546:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:548:5: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:980:5: style: Variable 'rv' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:978:0: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:980:5: note: Variable 'rv' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:1034:5: style: Variable 'interfaces' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:1029:0: note: Variable 'interfaces' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:1034:5: note: Variable 'interfaces' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:1414:9: style: Variable 'list_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/python-lxc/lxc.c:1412:0: note: Variable 'list_entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:1414:9: note: Variable 'list_entry' is reassigned a value before the old one has been used.
lxc-2.0.9/src/python-lxc/lxc.c:746:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/python-lxc/lxc.c:841:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/python-lxc/lxc.c:1462:27: style: The scope of the variable 'i' can be reduced. [variableScope]
lxc-2.0.9/src/python-lxc/lxc.c:685:13: style: Variable 'ret' is assigned a value that is never used. [unreadVariable]
lxc-2.0.9/src/tests/clonetest.c:37:2: style: Variable 'c' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/tests/clonetest.c:34:0: note: Variable 'c' is reassigned a value before the old one has been used.
lxc-2.0.9/src/tests/clonetest.c:37:2: note: Variable 'c' is reassigned a value before the old one has been used.
lxc-2.0.9/src/tests/clonetest.c:38:2: style: Variable 'c2' is reassigned a value before the old one has been used. [redundantAssignment]
lxc-2.0.9/src/tests/clonetest.c:34:0: note: Variable 'c2' is reassigned a value before the old one has been used.
lxc-2.0.9/src/tests/clonetest.c:38:2: note: Variable 'c2' is reassigned a value before the old one has been used.
lxc-2.0.9/src/tests/containertests.c:124:78: warning: Either the condition '!str' is redundant or there is possible null pointer dereference: str. [nullPointerRedundantCheck]
lxc-2.0.9/src/tests/containertests.c:123:6: note: Assuming that condition '!str' is not redundant
lxc-2.0.9/src/tests/containertests.c:124:78: note: Null pointer dereference
lxc-2.0.9/src/tests/reboot.c:50:35: portability: 'alloca(stack_size)' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxc-2.0.9/src/tests/reboot.c:50:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxcfs/lxcfs_2.0.8.orig.tar.gz
lxcfs-2.0.8/bindings.c:1365:2: style: Variable 'k' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/bindings.c:1362:0: note: Variable 'k' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:1365:2: note: Variable 'k' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:2575:2: style: Variable 'pids_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/bindings.c:2572:0: note: Variable 'pids_file' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:2575:2: note: Variable 'pids_file' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:4342:2: style: Variable 'oldroot' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/bindings.c:4340:0: note: Variable 'oldroot' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:4342:2: note: Variable 'oldroot' is reassigned a value before the old one has been used.
lxcfs-2.0.8/bindings.c:1161:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:2406:7: style: The scope of the variable 'v' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:2407:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:3072:16: style: The scope of the variable 'memlimit' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:3567:22: style: The scope of the variable 'uptime' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:4259:8: style: The scope of the variable 'makeme' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:4512:8: style: The scope of the variable 'target' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:4513:9: style: The scope of the variable 'clen' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:4513:15: style: The scope of the variable 'len' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:4514:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/bindings.c:3562:21: warning: Either the condition 'ticks_per_sec<0' is redundant or there is division by zero at line 3562. [zerodivcond]
lxcfs-2.0.8/bindings.c:3555:20: note: Assuming that condition 'ticks_per_sec<0' is not redundant
lxcfs-2.0.8/bindings.c:3562:21: note: Division by zero
lxcfs-2.0.8/bindings.c:1014:46: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxcfs-2.0.8/bindings.c:2230:43: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxcfs-2.0.8/bindings.c:2463:43: portability: 'stack' is of type 'void *'. When using void pointers in calculations, the behaviour is undefined. [arithOperationsOnVoidPointer]
lxcfs-2.0.8/bindings.c:3562:24: style: Variable 'clockticks' is assigned a value that is never used. [unreadVariable]
lxcfs-2.0.8/bindings.c:491:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:557:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:648:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:674:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:687:10: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:711:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:737:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:766:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:870:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:907:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:962:9: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:998:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:2228:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:2461:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/bindings.c:2666:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/lxcfs.c:861:2: style: Variable 'debug' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/lxcfs.c:850:0: note: Variable 'debug' is reassigned a value before the old one has been used.
lxcfs-2.0.8/lxcfs.c:861:2: note: Variable 'debug' is reassigned a value before the old one has been used.
lxcfs-2.0.8/lxcfs.c:469:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:536:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:592:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:634:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:647:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:675:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:687:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/lxcfs.c:886:17: error: Expression 'newargv[cnt++]=argv[0]' depends on order of evaluation of side effects [unknownEvaluationOrder]
lxcfs-2.0.8/lxcfs.c:899:13: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/pam/pam_cgfs.c:537:13: style: Redundant condition: If 'EXPR == '/'', the comparison 'EXPR' is always true. [redundantCondition]
lxcfs-2.0.8/pam/pam_cgfs.c:1040:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/pam/pam_cgfs.c:1037:0: note: Variable 'copy' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1040:2: note: Variable 'copy' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1128:2: style: Variable 'copy' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/pam/pam_cgfs.c:1125:0: note: Variable 'copy' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1128:2: note: Variable 'copy' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1347:2: style: Variable 'current_cgroup' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/pam/pam_cgfs.c:1342:0: note: Variable 'current_cgroup' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1347:2: note: Variable 'current_cgroup' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1933:2: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lxcfs-2.0.8/pam/pam_cgfs.c:1930:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:1933:2: note: Variable 'fd' is reassigned a value before the old one has been used.
lxcfs-2.0.8/pam/pam_cgfs.c:2115:28: style: The scope of the variable 'path' can be reduced. [variableScope]
lxcfs-2.0.8/pam/pam_cgfs.c:2357:15: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/pam/pam_cgfs.c:2412:7: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/pam/pam_cgfs.c:2413:9: style: The scope of the variable 'path_base' can be reduced. [variableScope]
lxcfs-2.0.8/pam/pam_cgfs.c:2413:21: style: The scope of the variable 'path_init' can be reduced. [variableScope]
lxcfs-2.0.8/pam/pam_cgfs.c:591:53: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1190:47: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1197:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1293:69: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1376:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1402:57: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1454:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1491:27: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1498:21: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1535:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1553:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1558:66: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1577:71: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1580:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1587:76: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1810:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1904:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1972:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:1981:35: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2008:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2051:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2059:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2155:64: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2175:41: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2201:61: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2227:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2303:63: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2329:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2338:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2341:26: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2344:46: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2366:44: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2377:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2388:70: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2393:80: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2424:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2433:83: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2472:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2481:75: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2568:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2573:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2578:58: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2598:99: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2620:52: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2625:68: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2631:59: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:2641:100: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
lxcfs-2.0.8/pam/pam_cgfs.c:813:39: style: Function 'cg_mark_to_make_rw' argument 1 names different: declaration 'list' definition 'clist'. [funcArgNamesDifferent]
lxcfs-2.0.8/pam/pam_cgfs.c:143:39: note: Function 'cg_mark_to_make_rw' argument 1 names different: declaration 'list' definition 'clist'.
lxcfs-2.0.8/pam/pam_cgfs.c:813:39: note: Function 'cg_mark_to_make_rw' argument 1 names different: declaration 'list' definition 'clist'.
lxcfs-2.0.8/pam/pam_cgfs.c:909:8: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/pam/pam_cgfs.c:479:0: error: Memory leak: dest [memleak]
lxcfs-2.0.8/pam/pam_cgfs.c:831:0: error: Memory leak: s [memleak]
lxcfs-2.0.8/tests/test-read.c:23:6: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxcfs-2.0.8/tests/test_syscalls.c:59:30: style: Unused variable: peer_addr [unusedVariable]
lxcfs-2.0.8/tests/test_syscalls.c:113:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:124:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:148:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:178:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:217:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:240:15: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:370:12: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lxcfs-2.0.8/tests/test_syscalls.c:397:14: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxctl/lxctl_0.3.1+debian.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lxde-common/lxde-common_0.99.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lxde-icon-theme/lxde-icon-theme_0.5.1.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lxdm/lxdm_0.5.3.orig.tar.xz
lxdm-0.5.3/src/config.c:231:3: style: Variable 'pixbuf' is reassigned a value before the old one has been used. [redundantAssignment]
lxdm-0.5.3/src/config.c:226:0: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
lxdm-0.5.3/src/config.c:231:3: note: Variable 'pixbuf' is reassigned a value before the old one has been used.
lxdm-0.5.3/src/config.c:281:15: style: The scope of the variable 'face' can be reduced. [variableScope]
lxdm-0.5.3/src/gdm/gdm-languages.c:84:21: style: The scope of the variable 'p' can be reduced. [variableScope]
lxdm-0.5.3/src/gdm/gdm-languages.c:85:15: style: The scope of the variable 'q' can be reduced. [variableScope]
lxdm-0.5.3/src/gdm/gdm-languages.c:604:30: style: The scope of the variable 'translated_name' can be reduced. [variableScope]
lxdm-0.5.3/src/greeter.c:190:8: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lxdm-0.5.3/src/greeter.c:251:8: style: The scope of the variable 'path' can be reduced. [variableScope]
lxdm-0.5.3/src/greeter.c:477:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lxdm-0.5.3/src/lxcom.c:33:0: error: #error not support unix socket creds [preprocessorErrorDirective]
lxdm-0.5.3/src/lxdm.c:944:10: style: Condition 'level=='6'' is always false [knownConditionTrueFalse]
lxdm-0.5.3/src/lxdm.c:943:21: note: Assignment 'level=get_run_level()', assigned value is 53
lxdm-0.5.3/src/lxdm.c:944:10: note: Condition 'level=='6'' is always false
lxdm-0.5.3/src/lxdm.c:1060:10: style: Condition 'level=='0'' is always false [knownConditionTrueFalse]
lxdm-0.5.3/src/lxdm.c:1059:21: note: Assignment 'level=get_run_level()', assigned value is 53
lxdm-0.5.3/src/lxdm.c:1060:10: note: Condition 'level=='0'' is always false
lxdm-0.5.3/src/lxdm.c:1102:10: style: Condition 'level=='0'' is always false [knownConditionTrueFalse]
lxdm-0.5.3/src/lxdm.c:1101:21: note: Assignment 'level=get_run_level()', assigned value is 53
lxdm-0.5.3/src/lxdm.c:1102:10: note: Condition 'level=='0'' is always false
lxdm-0.5.3/src/lxdm.c:813:16: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/lxdm.c:820:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/lxdm.c:813:16: note: Null pointer dereference
lxdm-0.5.3/src/lxdm.c:814:19: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/lxdm.c:820:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/lxdm.c:814:19: note: Null pointer dereference
lxdm-0.5.3/src/lxdm.c:815:17: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/lxdm.c:820:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/lxdm.c:815:17: note: Null pointer dereference
lxdm-0.5.3/src/lxdm.c:816:16: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/lxdm.c:820:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/lxdm.c:816:16: note: Null pointer dereference
lxdm-0.5.3/src/lxdm.c:1691:2: style: Variable 's' is reassigned a value before the old one has been used. [redundantAssignment]
lxdm-0.5.3/src/lxdm.c:1689:0: note: Variable 's' is reassigned a value before the old one has been used.
lxdm-0.5.3/src/lxdm.c:1691:2: note: Variable 's' is reassigned a value before the old one has been used.
lxdm-0.5.3/src/lxdm.c:1474:14: style: The scope of the variable 'ret' can be reduced. [variableScope]
lxdm-0.5.3/src/pam.c:468:16: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/pam.c:475:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/pam.c:468:16: note: Null pointer dereference
lxdm-0.5.3/src/pam.c:469:19: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/pam.c:475:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/pam.c:469:19: note: Null pointer dereference
lxdm-0.5.3/src/pam.c:470:17: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/pam.c:475:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/pam.c:470:17: note: Null pointer dereference
lxdm-0.5.3/src/pam.c:471:16: warning: Either the condition '!pw' is redundant or there is possible null pointer dereference: pw. [nullPointerRedundantCheck]
lxdm-0.5.3/src/pam.c:475:6: note: Assuming that condition '!pw' is not redundant
lxdm-0.5.3/src/pam.c:471:16: note: Null pointer dereference
lxdm-0.5.3/src/pam.c:562:7: style: The scope of the variable 'wpid' can be reduced. [variableScope]
lxdm-0.5.3/src/pam.c:589:26: style: The scope of the variable 'pass' can be reduced. [variableScope]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxhotkey/lxhotkey_0.1.0.orig.tar.xz
lxhotkey-0.1.0/plugins/gtk/edit.c:53:31: style: The scope of the variable 'tmpl' can be reduced. [variableScope]
lxhotkey-0.1.0/plugins/gtk/edit.c:96:25: style: The scope of the variable 'sub' can be reduced. [variableScope]
lxhotkey-0.1.0/plugins/gtk/edit.c:595:17: style: The scope of the variable 'val' can be reduced. [variableScope]
lxhotkey-0.1.0/plugins/gtk/gtk.c:319:18: style: The scope of the variable 'app' can be reduced. [variableScope]
lxhotkey-0.1.0/plugins/gtk/gtk.c:476:16: style: The scope of the variable 'dlg' can be reduced. [variableScope]
lxhotkey-0.1.0/plugins/openbox/openbox.c:42:0: error: syntax error [syntaxError]
lxhotkey-0.1.0/src/lxhotkey.c:260:5: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lxhotkey-0.1.0/src/lxhotkey.c:257:0: note: Variable 'data' is reassigned a value before the old one has been used.
lxhotkey-0.1.0/src/lxhotkey.c:260:5: note: Variable 'data' is reassigned a value before the old one has been used.
lxhotkey-0.1.0/src/lxhotkey.c:357:25: style: The scope of the variable 'data' can be reduced. [variableScope]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxi-tools/lxi-tools_1.15.orig.tar.gz
lxi-tools-1.15/src/lxi.c:331:5: warning: %u in format string (no. 4) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lxi-tools-1.15/src/lxi.c:374:20: style: The scope of the variable 'bytes_received' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:198:9: style: The scope of the variable 'length' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:246:10: style: The scope of the variable 'id' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:247:10: style: The scope of the variable 'token_found' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:249:9: style: The scope of the variable 'plugin_winner' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:250:9: style: The scope of the variable 'match_count' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:251:9: style: The scope of the variable 'match_count_max' can be reduced. [variableScope]
lxi-tools-1.15/src/screenshot.c:252:11: style: The scope of the variable 'regex_buffer' can be reduced. [variableScope]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lximage-qt/lximage-qt_0.7.0.orig.tar.xz
lximage-qt-0.7.0/src/application.cpp:36:14: warning: Member variable 'Application::isPrimaryInstance' is not initialized in the constructor. [uninitMemberVar]
lximage-qt-0.7.0/src/settings.h:43:11: style: Technically the member function 'LxImage::Settings::fallbackIconTheme' can be const. [functionConst]
lximage-qt-0.7.0/src/settings.h:50:10: style: Technically the member function 'LxImage::Settings::bgColor' can be const. [functionConst]
lximage-qt-0.7.0/src/settings.h:57:10: style: Technically the member function 'LxImage::Settings::fullScreenBgColor' can be const. [functionConst]
lximage-qt-0.7.0/src/settings.h:64:8: style: Technically the member function 'LxImage::Settings::showThumbnails' can be const. [functionConst]
lximage-qt-0.7.0/src/settings.h:71:8: style: Technically the member function 'LxImage::Settings::showSidePane' can be const. [functionConst]
lximage-qt-0.7.0/src/settings.h:75:7: style: Technically the member function 'LxImage::Settings::slideShowInterval' can be const. [functionConst]
lximage-qt-0.7.0/src/graphicsscene.h:33:3: style: Class 'GraphicsScene' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lximage-qt-0.7.0/src/imageview.h:41:3: style: Class 'ImageView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lximage-qt-0.7.0/src/loadimagejob.h:33:3: style: Class 'LoadImageJob' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lximage-qt-0.7.0/src/imageview.cpp:273:39: style: Function 'setScaleFactor' argument 1 names different: declaration 'scale' definition 'factor'. [funcArgNamesDifferent]
lximage-qt-0.7.0/src/imageview.h:52:30: note: Function 'setScaleFactor' argument 1 names different: declaration 'scale' definition 'factor'.
lximage-qt-0.7.0/src/imageview.cpp:273:39: note: Function 'setScaleFactor' argument 1 names different: declaration 'scale' definition 'factor'.
lximage-qt-0.7.0/src/mainwindow.cpp:801:89: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lximage-qt-0.7.0/src/mainwindow.cpp:802:93: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation]
lximage-qt-0.7.0/src/screenshotselectareagraphicsview.cpp:28:3: performance: Variable 'p0_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lximage-qt-0.7.0/src/settings.cpp:27:11: warning: Member variable 'Settings::rememberWindowSize_' is not initialized in the constructor. [uninitMemberVar]
lximage-qt-0.7.0/src/upload/imageshackprovider.h:38:21: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lximage-qt-0.7.0/src/upload/provider.h:45:21: note: Virtual function in base class
lximage-qt-0.7.0/src/upload/imageshackprovider.h:38:21: note: Function in derived class
lximage-qt-0.7.0/src/upload/imageshackupload.h:40:18: style: The function 'processReply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lximage-qt-0.7.0/src/upload/upload.h:87:18: note: Virtual function in base class
lximage-qt-0.7.0/src/upload/imageshackupload.h:40:18: note: Function in derived class
lximage-qt-0.7.0/src/upload/imgurprovider.h:36:21: style: The function 'upload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lximage-qt-0.7.0/src/upload/provider.h:45:21: note: Virtual function in base class
lximage-qt-0.7.0/src/upload/imgurprovider.h:36:21: note: Function in derived class
lximage-qt-0.7.0/src/upload/imgurupload.h:38:18: style: The function 'processReply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lximage-qt-0.7.0/src/upload/upload.h:87:18: note: Virtual function in base class
lximage-qt-0.7.0/src/upload/imgurupload.h:38:18: note: Function in derived class
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxinput/lxinput_0.3.5.orig.tar.xz
lxinput-0.3.5/src/lxinput.c:142:5: style: Variable 'program' is reassigned a value before the old one has been used. [redundantAssignment]
lxinput-0.3.5/src/lxinput.c:139:0: note: Variable 'program' is reassigned a value before the old one has been used.
lxinput-0.3.5/src/lxinput.c:142:5: note: Variable 'program' is reassigned a value before the old one has been used.
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxlauncher/lxlauncher_0.2.5.orig.tar.xz
lxlauncher-0.2.5/src/exo-wrap-table.c:479:18: style: The scope of the variable 'child' can be reduced. [variableScope]
lxlauncher-0.2.5/src/exo-wrap-table.c:603:18: style: The scope of the variable 'child' can be reduced. [variableScope]
lxlauncher-0.2.5/src/lxlauncher.c:115:20: style: The scope of the variable 'item' can be reduced. [variableScope]
lxlauncher-0.2.5/src/lxlauncher.c:447:16: style: The scope of the variable 'page' can be reduced. [variableScope]
lxlauncher-0.2.5/src/lxlauncher.c:449:15: style: The scope of the variable 'page_data' can be reduced. [variableScope]
lxlauncher-0.2.5/src/lxlauncher.c:476:16: style: The scope of the variable 'page' can be reduced. [variableScope]
lxlauncher-0.2.5/src/lxlauncher.c:593:11: style: The scope of the variable 'dir_path' can be reduced. [variableScope]
lxlauncher-0.2.5/src/misc.c:31:11: style: The scope of the variable 'file_path' can be reduced. [variableScope]
lxlauncher-0.2.5/src/misc.c:48:30: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lxlauncher-0.2.5/src/misc.c:100:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lxlauncher-0.2.5/src/misc.c:278:11: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lxlauncher-0.2.5/src/misc.c:282:17: style: The scope of the variable 'sn_desc' can be reduced. [variableScope]
lxlauncher-0.2.5/src/working-area.c:145:57: style: Function 'get_working_area' argument 2 names different: declaration 'rect' definition 'area'. [funcArgNamesDifferent]
lxlauncher-0.2.5/src/working-area.h:5:56: note: Function 'get_working_area' argument 2 names different: declaration 'rect' definition 'area'.
lxlauncher-0.2.5/src/working-area.c:145:57: note: Function 'get_working_area' argument 2 names different: declaration 'rect' definition 'area'.
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxmenu-data/lxmenu-data_0.1.5.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lxml/lxml_4.2.3.orig.tar.gz
lxml-4.2.3/src/lxml/_elementpath.c:40:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
lxml-4.2.3/src/lxml/builder.c:40:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
lxml-4.2.3/src/lxml/html/clean.c:40:0: error: #error Python headers needed to compile C extensions, please install development version of Python. [preprocessorErrorDirective]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxmms2/lxmms2_0.1.3.orig.tar.gz
lxmms2-0.1.3/lxmms2.c:95:60: warning: Either the condition 'if(err&&strcmp(err,"Disconnected")==0)' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
lxmms2-0.1.3/lxmms2.c:96:7: note: Assuming that condition 'if(err&&strcmp(err,"Disconnected")==0)' is not redundant
lxmms2-0.1.3/lxmms2.c:95:60: note: Null pointer dereference
lxmms2-0.1.3/lxmms2.c:116:59: warning: Either the condition 'if(err&&strcmp(err,"Disconnected")==0)' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
lxmms2-0.1.3/lxmms2.c:117:7: note: Assuming that condition 'if(err&&strcmp(err,"Disconnected")==0)' is not redundant
lxmms2-0.1.3/lxmms2.c:116:59: note: Null pointer dereference
lxmms2-0.1.3/lxmms2.c:137:60: warning: Either the condition 'if(err&&strcmp(err,"Disconnected")==0)' is redundant or there is possible null pointer dereference: err. [nullPointerRedundantCheck]
lxmms2-0.1.3/lxmms2.c:138:7: note: Assuming that condition 'if(err&&strcmp(err,"Disconnected")==0)' is not redundant
lxmms2-0.1.3/lxmms2.c:137:60: note: Null pointer dereference
lxmms2-0.1.3/lxmms2.c:45:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lxmms2-0.1.3/lxmms2.c:42:0: note: Variable 'path' is reassigned a value before the old one has been used.
lxmms2-0.1.3/lxmms2.c:45:2: note: Variable 'path' is reassigned a value before the old one has been used.
lxmms2-0.1.3/lxmms2.c:258:2: style: Variable 'connection' is reassigned a value before the old one has been used. [redundantAssignment]
lxmms2-0.1.3/lxmms2.c:252:0: note: Variable 'connection' is reassigned a value before the old one has been used.
lxmms2-0.1.3/lxmms2.c:258:2: note: Variable 'connection' is reassigned a value before the old one has been used.
lxmms2-0.1.3/lxmms2.c:62:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:87:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:108:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:129:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:150:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:153:18: style: The scope of the variable 'val' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:175:18: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:177:18: style: The scope of the variable 'val' can be reduced. [variableScope]
lxmms2-0.1.3/lxmms2.c:201:18: style: The scope of the variable 'res' can be reduced. [variableScope]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxmusic/lxmusic_0.4.7.orig.tar.xz
lxmusic-0.4.7/src/lxmusic.c:433:2: style: Variable 'item' is reassigned a value before the old one has been used. [redundantAssignment]
lxmusic-0.4.7/src/lxmusic.c:429:0: note: Variable 'item' is reassigned a value before the old one has been used.
lxmusic-0.4.7/src/lxmusic.c:433:2: note: Variable 'item' is reassigned a value before the old one has been used.
lxmusic-0.4.7/src/lxmusic.c:1435:14: style: Same expression on both sides of '==' because the value of 'channel' and 'NULL' are the same. [duplicateExpression]
lxmusic-0.4.7/src/lxmusic.c:1379:27: note: 'channel' is assigned value 'NULL' here.
lxmusic-0.4.7/src/lxmusic.c:1435:14: note: Same expression on both sides of '==' because the value of 'channel' and 'NULL' are the same.
lxmusic-0.4.7/src/lxmusic.c:2446:31: style: Same expression on both sides of '||'. [duplicateExpression]
lxmusic-0.4.7/src/lxmusic.c:629:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxmusic-0.4.7/src/lxmusic.c:717:14: style: The scope of the variable 'val' can be reduced. [variableScope]
lxmusic-0.4.7/src/lxmusic.c:801:21: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmusic-0.4.7/src/lxmusic.c:1572:21: style: The scope of the variable 'res' can be reduced. [variableScope]
lxmusic-0.4.7/src/lxmusic.c:2033:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lxmusic-0.4.7/src/lxmusic.c:1967:46: style: Function 'on_playlist_pos_changed' argument 1 names different: declaration 'res' definition 'val'. [funcArgNamesDifferent]
lxmusic-0.4.7/src/lxmusic.c:1581:46: note: Function 'on_playlist_pos_changed' argument 1 names different: declaration 'res' definition 'val'.
lxmusic-0.4.7/src/lxmusic.c:1967:46: note: Function 'on_playlist_pos_changed' argument 1 names different: declaration 'res' definition 'val'.
lxmusic-0.4.7/src/lxmusic.c:683:2: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lxmusic-0.4.7/src/lxmusic.c:2037:6: style: Variable 'count' is modified but its new value is never used. [unreadVariable]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxpanel/lxpanel_0.9.3.orig.tar.xz
lxpanel-0.9.3/plugins/batt/batt_sys.c:312:5: style: Variable 'batt_name' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/batt/batt_sys.c:306:0: note: Variable 'batt_name' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/batt/batt_sys.c:312:5: note: Variable 'batt_name' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/batt/batt_sys.c:313:5: style: Variable 'batt_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/batt/batt_sys.c:307:0: note: Variable 'batt_path' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/batt/batt_sys.c:313:5: note: Variable 'batt_path' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/cpufreq/cpufreq.c:68:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/cpufreq/cpufreq.c:89:10: style: The scope of the variable 'buf' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/cpufreq/cpufreq.c:60:14: style: struct member 'Param::cf' is never used. [unusedStructMember]
lxpanel-0.9.3/plugins/kbled/kbled.c:80:71: style: Function 'kbled_update_display' argument 2 names different: declaration 'state' definition 'new_state'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/kbled/kbled.c:68:71: note: Function 'kbled_update_display' argument 2 names different: declaration 'state' definition 'new_state'.
lxpanel-0.9.3/plugins/kbled/kbled.c:80:71: note: Function 'kbled_update_display' argument 2 names different: declaration 'state' definition 'new_state'.
lxpanel-0.9.3/plugins/launch-button.c:142:16: style: The scope of the variable 'image' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launch-button.c:138:76: style: Function 'launch_button_new' argument 3 names different: declaration 'path' definition 'id'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/launch-button.h:49:76: note: Function 'launch_button_new' argument 3 names different: declaration 'path' definition 'id'.
lxpanel-0.9.3/plugins/launch-button.c:138:76: note: Function 'launch_button_new' argument 3 names different: declaration 'path' definition 'id'.
lxpanel-0.9.3/plugins/launchtaskbar.c:245:11: style: The scope of the variable 'str_path' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:569:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:570:17: style: The scope of the variable 'path_str' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:571:13: style: The scope of the variable 'path' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:572:23: style: The scope of the variable 's' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:696:11: style: The scope of the variable 'path_str' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:753:17: style: The scope of the variable 'fi' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:811:21: style: The scope of the variable 'filename' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:812:9: style: The scope of the variable 'fd' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:870:23: style: The scope of the variable 'settings' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:1247:15: style: The scope of the variable 'path' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:1609:21: style: The scope of the variable 'old_btn' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:1611:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:2355:17: style: The scope of the variable 'task' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:2390:19: style: The scope of the variable 'btn' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:2391:11: style: The scope of the variable 'path' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/launchtaskbar.c:2392:23: style: The scope of the variable 'settings' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/menu.c:520:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/menu.c:529:23: style: The scope of the variable 'img' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/menu.c:601:18: style: The scope of the variable 'item' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/menu.c:929:23: style: The scope of the variable 's' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/devproc.c:157:2: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/netstat/devproc.c:156:2: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstat/devproc.c:157:2: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstat/devproc.c:95:17: style: The scope of the variable 'ptr_del' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/devproc.c:226:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:82:11: style: The scope of the variable 'cmdargs' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:137:16: style: The scope of the variable 'wireless_label' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:140:16: style: The scope of the variable 'item_box' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:141:16: style: The scope of the variable 'essid_label' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:142:16: style: The scope of the variable 'lockicon' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:143:16: style: The scope of the variable 'signal_quality' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/netstat.c:145:17: style: The scope of the variable 'aps' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/passwd_gui.c:41:11: style: The scope of the variable 'cmdargs' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstat/wireless.c:354:38: style: Same expression on both sides of '!=' because the value of 'scanflags' and '0' are the same. [duplicateExpression]
lxpanel-0.9.3/plugins/netstat/wireless.c:326:18: note: 'scanflags' is assigned value '0' here.
lxpanel-0.9.3/plugins/netstat/wireless.c:354:38: note: Same expression on both sides of '!=' because the value of 'scanflags' and '0' are the same.
lxpanel-0.9.3/plugins/netstat/wireless.c:50:13: style: The scope of the variable 'delptr' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstatus/netstatus-dialog.c:392:6: style: Condition 'error' is always false [knownConditionTrueFalse]
lxpanel-0.9.3/plugins/netstatus/netstatus-dialog.c:385:21: note: Assignment 'error=NULL', assigned value is 0
lxpanel-0.9.3/plugins/netstatus/netstatus-dialog.c:392:6: note: Condition 'error' is always false
lxpanel-0.9.3/plugins/netstatus/netstatus-dialog.c:731:17: style: The scope of the variable 'model' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:556:24: style: Function 'netstatus_icon_scale_icons' argument 2 names different: declaration 'height' definition 'size'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:92:22: note: Function 'netstatus_icon_scale_icons' argument 2 names different: declaration 'height' definition 'size'.
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:556:24: note: Function 'netstatus_icon_scale_icons' argument 2 names different: declaration 'height' definition 'size'.
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:1000:22: style: Function 'netstatus_icon_set_iface' argument 2 names different: declaration 'interface' definition 'iface'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.h:64:28: note: Function 'netstatus_icon_set_iface' argument 2 names different: declaration 'interface' definition 'iface'.
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:1000:22: note: Function 'netstatus_icon_set_iface' argument 2 names different: declaration 'interface' definition 'iface'.
lxpanel-0.9.3/plugins/netstatus/netstatus-icon.c:66:18: style: struct member '_NetstatusIconPrivate::tooltips' is never used. [unusedStructMember]
lxpanel-0.9.3/plugins/netstatus/netstatus-iface.c:510:31: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lxpanel-0.9.3/plugins/netstatus/netstatus-iface.c:511:36: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:123:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:122:3: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:123:3: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:264:3: style: Variable 'p' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:263:3: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstatus/netstatus-sysdeps.c:264:3: note: Variable 'p' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/netstatus/netstatus.c:117:5: warning: Either the condition 'ns!=NULL' is redundant or there is possible null pointer dereference: ns. [nullPointerRedundantCheck]
lxpanel-0.9.3/plugins/netstatus/netstatus.c:118:29: note: Assuming that condition 'ns!=NULL' is not redundant
lxpanel-0.9.3/plugins/netstatus/netstatus.c:117:5: note: Null pointer dereference
lxpanel-0.9.3/plugins/netstatus/netstatus.c:86:21: style: The scope of the variable 'iface' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:464:13: style: The scope of the variable 'i' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:599:18: style: The scope of the variable 'task' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1109:18: style: The scope of the variable 'details' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1245:16: style: The scope of the variable 'menu' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1245:23: style: The scope of the variable 'mi' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1517:18: style: The scope of the variable 'details' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1783:18: style: The scope of the variable 'details' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/task-button.c:1473:41: style: Function 'task_button_new' argument 5 names different: declaration 'cl' definition 'res_class'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/task-button.h:66:41: note: Function 'task_button_new' argument 5 names different: declaration 'cl' definition 'res_class'.
lxpanel-0.9.3/plugins/task-button.c:1473:41: note: Function 'task_button_new' argument 5 names different: declaration 'cl' definition 'res_class'.
lxpanel-0.9.3/plugins/thermal/thermal.c:102:22: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lxpanel-0.9.3/plugins/thermal/thermal.c:134:22: style: Redundant condition: If 'EXPR == ' '', the comparison 'EXPR' is always true. [redundantCondition]
lxpanel-0.9.3/plugins/thermal/thermal.c:264:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/thermal/thermal.c:398:11: style: The scope of the variable 'c' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/volumealsa/volumealsa.c:440:24: style: The scope of the variable 'min_norm' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/volumealsa/volumealsa.c:510:12: style: The scope of the variable 'min_norm' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/volumealsa/volumealsa.c:1363:14: style: The scope of the variable 'id' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/weather/forecast.c:111:31: style: Function 'printForecast' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/weather/forecast.h:108:24: note: Function 'printForecast' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'.
lxpanel-0.9.3/plugins/weather/forecast.c:111:31: note: Function 'printForecast' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'.
lxpanel-0.9.3/plugins/weather/httputil.c:81:3: style: Variable 'pHTTPContext' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/plugins/weather/httputil.c:79:0: note: Variable 'pHTTPContext' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/weather/httputil.c:81:3: note: Variable 'pHTTPContext' is reassigned a value before the old one has been used.
lxpanel-0.9.3/plugins/weather/location.c:72:31: style: Function 'printLocation' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/weather/location.h:80:24: note: Function 'printLocation' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'.
lxpanel-0.9.3/plugins/weather/location.c:72:31: note: Function 'printLocation' argument 1 names different: declaration 'pEntry' definition 'G_GNUC_UNUSED'.
lxpanel-0.9.3/plugins/weather/logutil.c:52:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxpanel-0.9.3/plugins/weather/logutil.c:109:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxpanel-0.9.3/plugins/weather/logutil.c:144:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxpanel-0.9.3/plugins/weather/logutil.c:212:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:632:16: style: The scope of the variable 'p_model_desc' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:762:16: style: The scope of the variable 'num_change_opts' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:766:16: style: The scope of the variable 'p_change_desc' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:935:16: style: The scope of the variable 'p_layout_desc' can be reduced. [variableScope]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:114:28: style: Function 'xkb_redraw' argument 1 names different: declaration 'xkb' definition 'p_xkb'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/xkb/xkb.h:83:36: note: Function 'xkb_redraw' argument 1 names different: declaration 'xkb' definition 'p_xkb'.
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:114:28: note: Function 'xkb_redraw' argument 1 names different: declaration 'xkb' definition 'p_xkb'.
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:523:84: style: Function 'on_dialog_config_response' argument 3 names different: declaration 'p_data' definition 'data'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:89:89: note: Function 'on_dialog_config_response' argument 3 names different: declaration 'p_data' definition 'data'.
lxpanel-0.9.3/plugins/xkb/xkb-plugin.c:523:84: note: Function 'on_dialog_config_response' argument 3 names different: declaration 'p_data' definition 'data'.
lxpanel-0.9.3/plugins/xkb/xkb.c:95:65: style: Function 'xkb_get_symbol_name_by_res_no' argument 2 names different: declaration 'group_res_no' definition 'n'. [funcArgNamesDifferent]
lxpanel-0.9.3/plugins/xkb/xkb.h:88:72: note: Function 'xkb_get_symbol_name_by_res_no' argument 2 names different: declaration 'group_res_no' definition 'n'.
lxpanel-0.9.3/plugins/xkb/xkb.c:95:65: note: Function 'xkb_get_symbol_name_by_res_no' argument 2 names different: declaration 'group_res_no' definition 'n'.
lxpanel-0.9.3/src/conf.c:321:53: warning: Redundant assignment of 'end' to itself. [selfAssignment]
lxpanel-0.9.3/src/configurator.c:862:18: style: The scope of the variable 'tree_path' can be reduced. [variableScope]
lxpanel-0.9.3/src/configurator.c:865:21: style: The scope of the variable 'prev' can be reduced. [variableScope]
lxpanel-0.9.3/src/configurator.c:866:12: style: The scope of the variable 'plugins' can be reduced. [variableScope]
lxpanel-0.9.3/src/configurator.c:1746:20: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lxpanel-0.9.3/src/configurator.c:1077:32: style: Function 'panel_configure' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/private.h:260:31: note: Function 'panel_configure' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/configurator.c:1077:32: note: Function 'panel_configure' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/ev.c:220:9: style: Variable 'win' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/src/ev.c:218:0: note: Variable 'win' is reassigned a value before the old one has been used.
lxpanel-0.9.3/src/ev.c:220:9: note: Variable 'win' is reassigned a value before the old one has been used.
lxpanel-0.9.3/src/ev.c:185:19: style: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/ev.c:73:31: note: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'.
lxpanel-0.9.3/src/ev.c:185:19: note: Function 'fb_ev_init' argument 1 names different: declaration 'monitor' definition 'ev'.
lxpanel-0.9.3/src/gtk-run.c:380:16: style: The scope of the variable 'entry' can be reduced. [variableScope]
lxpanel-0.9.3/src/gtk-run.c:380:24: style: The scope of the variable 'hbox' can be reduced. [variableScope]
lxpanel-0.9.3/src/gtk-run.c:380:31: style: The scope of the variable 'img' can be reduced. [variableScope]
lxpanel-0.9.3/src/gtk-run.c:380:37: style: The scope of the variable 'dlg_vbox' can be reduced. [variableScope]
lxpanel-0.9.3/src/icon-grid-old.c:374:13: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lxpanel-0.9.3/src/icon-grid.c:124:16: style: The scope of the variable 'child' can be reduced. [variableScope]
lxpanel-0.9.3/src/icon-grid.c:470:16: style: The scope of the variable 'child' can be reduced. [variableScope]
lxpanel-0.9.3/src/icon-grid.c:1075:16: style: The scope of the variable 'child' can be reduced. [variableScope]
lxpanel-0.9.3/src/input-button.c:363:11: style: The scope of the variable 'text' can be reduced. [variableScope]
lxpanel-0.9.3/src/lxpanelctl.c:97:13: style: The scope of the variable 'target' can be reduced. [variableScope]
lxpanel-0.9.3/src/misc.c:1651:19: style: Condition 'error==NULL' is always true [knownConditionTrueFalse]
lxpanel-0.9.3/src/misc.c:1627:21: note: Assignment 'error=NULL', assigned value is 0
lxpanel-0.9.3/src/misc.c:1651:19: note: Condition 'error==NULL' is always true
lxpanel-0.9.3/src/misc.c:1368:41: warning: Possible null pointer dereference: panel [nullPointer]
lxpanel-0.9.3/src/misc.c:1361:103: note: Calling function 'fb_button_new_from_file_with_label', 6th argument 'panel' value is 0
lxpanel-0.9.3/src/misc.c:1368:41: note: Null pointer dereference
lxpanel-0.9.3/src/misc.c:1651:19: style: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same. [duplicateExpression]
lxpanel-0.9.3/src/misc.c:1627:21: note: 'error' is assigned value 'NULL' here.
lxpanel-0.9.3/src/misc.c:1651:19: note: Same expression on both sides of '==' because the value of 'error' and 'NULL' are the same.
lxpanel-0.9.3/src/misc.c:616:11: style: The scope of the variable 'retval' can be reduced. [variableScope]
lxpanel-0.9.3/src/misc.c:613:35: style: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/misc.h:123:41: note: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'.
lxpanel-0.9.3/src/misc.c:613:35: note: Function 'get_textproperty' argument 2 names different: declaration 'prop' definition 'atom'.
lxpanel-0.9.3/src/panel.c:1161:5: style: Variable 'idx' is reassigned a value before the old one has been used. [redundantAssignment]
lxpanel-0.9.3/src/panel.c:1152:0: note: Variable 'idx' is reassigned a value before the old one has been used.
lxpanel-0.9.3/src/panel.c:1161:5: note: Variable 'idx' is reassigned a value before the old one has been used.
lxpanel-0.9.3/src/panel.c:112:14: style: The scope of the variable 'xdisplay' can be reduced. [variableScope]
lxpanel-0.9.3/src/panel.c:1149:16: style: The scope of the variable 'prev' can be reduced. [variableScope]
lxpanel-0.9.3/src/panel.c:1149:23: style: The scope of the variable 'next' can be reduced. [variableScope]
lxpanel-0.9.3/src/panel.c:1613:23: style: The scope of the variable 's' can be reduced. [variableScope]
lxpanel-0.9.3/src/panel.c:1615:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lxpanel-0.9.3/src/panel.c:200:46: style: Function '_panel_queue_update_background' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/private.h:256:46: note: Function '_panel_queue_update_background' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:200:46: note: Function '_panel_queue_update_background' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:620:35: style: Function '_panel_set_wm_strut' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/private.h:254:35: note: Function '_panel_set_wm_strut' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:620:35: note: Function '_panel_set_wm_strut' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:856:48: style: Function 'panel_determine_background_pixmap' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/private.h:283:55: note: Function 'panel_determine_background_pixmap' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:856:48: note: Function 'panel_determine_background_pixmap' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1007:35: style: Function 'ah_state_set' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/panel.c:939:35: note: Function 'ah_state_set' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1007:35: note: Function 'ah_state_set' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1604:26: style: Function 'panel_start_gui' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/panel.c:74:38: note: Function 'panel_start_gui' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1604:26: note: Function 'panel_start_gui' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1870:54: style: Function '_panel_set_panel_configuration_changed' argument 1 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/private.h:255:54: note: Function '_panel_set_panel_configuration_changed' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/panel.c:1870:54: note: Function '_panel_set_panel_configuration_changed' argument 1 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/plugin.c:369:22: warning: Either the condition 'panel!=NULL' is redundant or there is possible null pointer dereference: panel. [nullPointerRedundantCheck]
lxpanel-0.9.3/src/plugin.c:373:28: note: Assuming that condition 'panel!=NULL' is not redundant
lxpanel-0.9.3/src/plugin.c:369:22: note: Null pointer dereference
lxpanel-0.9.3/src/plugin.c:188:47: style: Function 'plugin_widget_set_background' argument 1 names different: declaration 'widget' definition 'w'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/plugin.h:228:54: note: Function 'plugin_widget_set_background' argument 1 names different: declaration 'widget' definition 'w'.
lxpanel-0.9.3/src/plugin.c:188:47: note: Function 'plugin_widget_set_background' argument 1 names different: declaration 'widget' definition 'w'.
lxpanel-0.9.3/src/plugin.c:188:60: style: Function 'plugin_widget_set_background' argument 2 names different: declaration 'p' definition 'panel'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/plugin.h:228:72: note: Function 'plugin_widget_set_background' argument 2 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/plugin.c:188:60: note: Function 'plugin_widget_set_background' argument 2 names different: declaration 'p' definition 'panel'.
lxpanel-0.9.3/src/plugin.c:319:74: style: Function 'lxpanel_plugin_adjust_popup_position' argument 2 names different: declaration 'plugin' definition 'parent'. [funcArgNamesDifferent]
lxpanel-0.9.3/src/plugin.h:204:81: note: Function 'lxpanel_plugin_adjust_popup_position' argument 2 names different: declaration 'plugin' definition 'parent'.
lxpanel-0.9.3/src/plugin.c:319:74: note: Function 'lxpanel_plugin_adjust_popup_position' argument 2 names different: declaration 'plugin' definition 'parent'.
lxpanel-0.9.3/src/space.c:396:72: portability: Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. [varFuncNullUB]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxpolkit/lxpolkit_0.1.0.orig.tar.xz
lxpolkit-0.1.0/src/lxpolkit-listener.c:245:19: style: Unused variable: name [unusedVariable]
lxpolkit-0.1.0/src/lxpolkit-listener.c:286:49: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxpolkit-0.1.0/src/lxpolkit-listener.c:311:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-about/lxqt-about_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-admin/lxqt-admin_0.13.0.orig.tar.xz
lxqt-admin-0.13.0/lxqt-admin-time/timeadmindialog.h:39:5: style: Class 'TimeAdminDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lxqt-admin-0.13.0/lxqt-admin-time/timedatectl.cpp:38:5: style: Class 'TimeDateCtl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lxqt-admin-0.13.0/lxqt-admin-time/timedatectl.cpp:38:5: style: Class 'TimeDateCtl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lxqt-admin-0.13.0/lxqt-admin-user/usermanager.cpp:111:26: style: Variable 'val' is assigned a value that is never used. [unreadVariable]
lxqt-admin-0.13.0/lxqt-admin-user/usermanager.cpp:228:0: error: Memory leak: msg [memleak]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-build-tools/lxqt-build-tools_0.5.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-common/lxqt-common_0.11.2.orig.tar.xz

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-config/lxqt-config_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-globalkeys/lxqt-globalkeys_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-l10n/lxqt-l10n_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-notificationd/lxqt-notificationd_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-openssh-askpass/lxqt-openssh-askpass_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-panel/lxqt-panel_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-policykit/lxqt-policykit_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-powermanagement/lxqt-powermanagement_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-qtplugin/lxqt-qtplugin_0.13.0.orig.tar.xz
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-runner/lxqt-runner_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-session/lxqt-session_0.13.0.orig.tar.xz
lxqt-session-0.13.0/lxqt-config-session/autostartitem.h:49:5: style: Class 'AutostartItem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lxqt-session-0.13.0/lxqt-config-session/modulemodel.h:37:5: style: Class 'ModuleModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lxqt-session-0.13.0/lxqt-leave/listwidget.h:39:5: style: Class 'ListWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lxqt-session-0.13.0/lxqt-session/src/lxqtmodman.h:75:5: style: Class 'LXQtModuleManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lxqt-session-0.13.0/lxqt-session/src/sessiondbusadaptor.h:48:5: style: Class 'SessionDBusAdaptor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-sudo/lxqt-sudo_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxqt-themes/lxqt-themes_0.13.0.orig.tar.xz.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lxrandr/lxrandr_0.3.1.orig.tar.xz
lxrandr-0.3.1/src/lxrandr.c:242:12: style: The scope of the variable 'rate' can be reduced. [variableScope]
lxrandr-0.3.1/src/lxrandr.c:632:20: style: The scope of the variable 'msg' can be reduced. [variableScope]
lxrandr-0.3.1/src/lxrandr.c:674:34: style: The scope of the variable 'frame' can be reduced. [variableScope]
lxrandr-0.3.1/src/lxrandr.c:674:50: style: The scope of the variable 'hbox' can be reduced. [variableScope]
lxrandr-0.3.1/src/lxrandr.c:674:57: style: The scope of the variable 'check' can be reduced. [variableScope]
[03:30]

ftp://ftp.se.debian.org/debian/pool/main/l/lxsession/lxsession_0.5.3.orig.tar.xz
lxsession-0.5.3/lxclipboard/clipboard.c:561:28: style: The scope of the variable 'targets' can be reduced. [variableScope]
lxsession-0.5.3/lxclipboard/clipboard.c:726:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lxsession-0.5.3/lxclipboard/main.c:76:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxclipboard/main.c:69:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:76:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:77:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxclipboard/main.c:68:0: note: Variable 'app' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:77:2: note: Variable 'app' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:78:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxclipboard/main.c:70:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:78:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:80:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxclipboard/main.c:72:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:80:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:109:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxclipboard/main.c:108:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxclipboard/main.c:109:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/lxpolkit-listener.c:242:19: style: Unused variable: name [unusedVariable]
lxsession-0.5.3/lxpolkit/lxpolkit-listener.c:283:49: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxpolkit/lxpolkit-listener.c:308:12: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxpolkit/main.c:80:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:71:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:80:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:81:2: style: Variable 'app' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:70:0: note: Variable 'app' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:81:2: note: Variable 'app' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:82:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:72:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:82:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:84:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:74:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:84:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:87:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:86:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:87:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:115:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxpolkit/main.c:114:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxpolkit/main.c:115:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:407:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp28_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:409:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:406:13: note: Assignment '_tmp28_=err', assigned value is 0
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:407:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:420:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp30_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:422:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:419:13: note: Assignment '_tmp30_=err', assigned value is 0
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:420:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2574:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2576:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2573:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2574:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:251:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:248:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:251:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:253:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:249:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:253:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:256:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:255:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:256:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:262:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:260:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:262:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:263:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:261:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:263:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:305:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:277:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:305:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:308:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:278:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:308:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:311:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:279:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:311:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:314:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:280:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:314:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:317:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:281:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:317:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:320:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:282:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:320:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:323:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:283:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:323:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:326:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:284:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:326:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:329:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:285:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:329:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:332:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:286:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:332:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:335:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:287:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:335:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:338:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:288:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:338:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:341:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:289:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:341:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:344:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:290:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:344:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:347:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:291:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:347:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:350:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:292:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:350:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:353:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:293:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:353:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:356:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:294:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:356:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:359:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:295:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:359:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:362:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:296:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:362:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:365:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:297:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:365:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:368:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:298:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:368:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:371:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:299:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:371:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:372:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:300:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:372:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:375:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:301:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:375:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:383:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:381:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:383:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:384:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:382:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:384:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:404:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:401:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:404:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:406:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:402:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:406:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:407:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:403:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:407:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:417:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:414:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:417:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:419:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:415:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:419:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:420:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:416:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:420:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:438:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:434:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:438:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:441:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:435:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:441:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:446:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:445:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:446:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:464:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:460:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:464:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:467:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:461:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:467:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:470:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:469:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:470:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:474:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:473:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:474:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:477:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:476:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:477:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:495:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:494:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:495:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:513:2: style: Variable 'default_install' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:503:0: note: Variable 'default_install' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:513:2: note: Variable 'default_install' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:516:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:506:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:516:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:518:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:508:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:518:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:529:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:527:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:529:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:536:4: style: Variable 'folder_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:532:0: note: Variable 'folder_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:536:4: note: Variable 'folder_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:541:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:539:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:541:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:542:5: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:540:0: note: Variable 'folder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:542:5: note: Variable 'folder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:546:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:544:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:546:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:548:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:545:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:548:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:567:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:566:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:567:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:585:2: style: Variable 'default_available' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:575:0: note: Variable 'default_available' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:585:2: note: Variable 'default_available' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:588:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:578:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:588:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:590:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:580:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:590:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:601:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:599:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:601:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:608:4: style: Variable 'folder_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:604:0: note: Variable 'folder_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:608:4: note: Variable 'folder_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:613:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:611:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:613:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:614:5: style: Variable 'folder' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:612:0: note: Variable 'folder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:614:5: note: Variable 'folder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:621:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:617:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:621:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:622:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:618:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:622:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:623:6: style: Variable 'dir_log' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:616:0: note: Variable 'dir_log' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:623:6: note: Variable 'dir_log' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:624:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:619:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:624:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:625:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:620:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:625:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:629:7: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:627:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:629:7: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:631:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:628:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:631:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:635:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:634:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:635:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:695:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:687:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:695:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:697:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:688:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:697:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:698:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:689:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:698:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:701:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:690:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:701:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:702:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:691:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:702:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:755:3: style: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:754:3: note: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:755:3: note: Variable '_data_->_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:924:3: style: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:923:3: note: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:924:3: note: Variable '_data_->_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:987:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:954:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:987:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:988:2: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:953:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:988:2: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:989:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:956:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:989:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:990:2: style: Variable 'tmp_name' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:955:0: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:990:2: note: Variable 'tmp_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:991:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:958:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:991:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:992:2: style: Variable 'tmp_icon' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:957:0: note: Variable 'tmp_icon' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:992:2: note: Variable 'tmp_icon' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:993:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:960:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:993:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:994:2: style: Variable 'tmp_install_package' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:959:0: note: Variable 'tmp_install_package' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:994:2: note: Variable 'tmp_install_package' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1000:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:997:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1000:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1001:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:998:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1001:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1002:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:996:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1002:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1025:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1024:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1025:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1044:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1041:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1044:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1045:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1042:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1045:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1046:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1040:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1046:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1069:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1068:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1069:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1088:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1085:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1088:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1089:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1086:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1089:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1090:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1084:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1090:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1113:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1112:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1113:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1182:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1170:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1182:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1183:2: style: Variable 'tmp_string' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1169:0: note: Variable 'tmp_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1183:2: note: Variable 'tmp_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1189:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1186:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1189:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1190:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1187:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1190:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1191:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1185:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1191:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1211:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1210:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1211:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1242:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1238:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1242:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1243:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1239:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1243:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1244:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1237:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1244:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1260:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1258:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1260:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1261:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1259:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1261:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1262:3: style: Variable 'categories' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1257:0: note: Variable 'categories' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1262:3: note: Variable 'categories' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1292:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1272:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1292:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1297:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1294:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1297:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1298:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1295:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1298:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1299:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1296:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1299:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1307:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1303:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1307:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1308:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1304:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1308:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1309:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1305:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1309:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1310:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1302:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1310:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1311:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1306:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1311:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1315:7: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1313:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1315:7: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1316:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1314:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1316:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1320:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1319:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1320:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1324:8: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1322:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1324:8: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1325:8: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1323:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1325:8: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1337:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1334:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1337:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1338:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1335:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1338:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1339:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1336:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1339:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1347:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1343:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1347:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1348:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1344:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1348:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1349:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1345:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1349:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1350:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1342:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1350:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1351:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1346:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1351:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1355:7: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1353:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1355:7: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1356:7: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1354:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1356:7: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1360:7: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1359:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1360:7: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1364:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1362:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1364:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1365:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1363:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1365:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1377:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1374:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1377:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1378:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1375:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1378:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1379:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1376:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1379:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1387:6: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1383:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1387:6: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1388:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1384:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1388:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1389:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1385:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1389:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1390:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1382:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1390:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1391:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1386:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1391:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1395:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1393:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1395:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1396:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1394:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1396:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1400:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1399:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1400:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1404:8: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1402:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1404:8: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1405:8: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1403:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1405:8: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1417:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1414:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1417:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1418:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1415:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1418:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1419:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1416:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1419:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1427:6: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1423:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1427:6: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1428:6: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1424:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1428:6: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1429:6: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1425:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1429:6: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1430:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1422:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1430:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1431:6: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1426:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1431:6: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1435:7: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1433:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1435:7: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1436:7: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1434:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1436:7: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1440:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1439:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1440:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1444:8: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1442:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1444:8: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1445:8: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1443:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1445:8: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1457:5: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1454:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1457:5: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1458:5: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1455:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1458:5: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1459:5: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1456:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1459:5: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1467:6: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1463:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1467:6: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1468:6: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1464:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1468:6: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1469:6: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1465:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1469:6: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1470:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1462:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1470:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1471:6: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1466:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1471:6: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1475:7: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1473:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1475:7: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1476:7: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1474:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1476:7: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1480:7: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1479:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1480:7: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1484:8: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1482:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1484:8: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1485:8: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1483:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1485:8: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1497:5: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1494:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1497:5: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1498:5: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1495:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1498:5: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1499:5: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1496:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1499:5: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1507:6: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1503:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1507:6: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1508:6: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1504:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1508:6: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1509:6: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1505:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1509:6: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1510:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1502:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1510:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1511:6: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1506:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1511:6: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1515:7: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1513:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1515:7: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1516:7: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1514:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1516:7: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1520:7: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1519:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1520:7: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1524:8: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1522:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1524:8: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1525:8: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1523:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1525:8: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1537:5: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1534:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1537:5: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1538:5: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1535:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1538:5: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1539:5: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1536:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1539:5: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1547:6: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1543:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1547:6: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1548:6: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1544:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1548:6: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1549:6: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1545:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1549:6: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1550:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1542:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1550:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1551:6: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1546:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1551:6: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1555:7: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1553:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1555:7: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1556:7: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1554:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1556:7: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1560:7: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1559:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1560:7: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1564:8: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1562:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1564:8: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1565:8: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1563:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1565:8: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1577:5: style: Variable '_tmp94_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1574:0: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1577:5: note: Variable '_tmp94_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1578:5: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1575:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1578:5: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1579:5: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1576:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1579:5: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1587:6: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1583:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1587:6: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1588:6: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1584:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1588:6: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1589:6: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1585:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1589:6: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1590:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1582:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1590:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1591:6: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1586:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1591:6: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1595:7: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1593:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1595:7: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1596:7: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1594:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1596:7: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1600:7: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1599:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1600:7: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1604:8: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1602:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1604:8: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1605:8: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1603:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1605:8: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1617:5: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1614:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1617:5: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1618:5: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1615:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1618:5: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1619:5: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1616:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1619:5: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1627:6: style: Variable '_tmp110_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1623:0: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1627:6: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1628:6: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1624:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1628:6: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1629:6: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1625:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1629:6: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1630:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1622:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1630:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1631:6: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1626:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1631:6: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1635:7: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1633:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1635:7: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1636:7: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1634:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1636:7: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1640:7: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1639:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1640:7: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1644:8: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1642:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1644:8: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1645:8: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1643:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1645:8: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1657:5: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1654:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1657:5: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1658:5: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1655:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1658:5: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1659:5: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1656:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1659:5: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1667:6: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1663:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1667:6: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1668:6: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1664:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1668:6: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1669:6: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1665:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1669:6: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1670:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1662:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1670:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1671:6: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1666:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1671:6: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1675:7: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1673:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1675:7: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1676:7: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1674:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1676:7: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1680:7: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1679:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1680:7: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1684:8: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1682:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1684:8: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1685:8: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1683:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1685:8: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1697:5: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1694:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1697:5: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1698:5: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1695:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1698:5: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1699:5: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1696:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1699:5: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1707:6: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1703:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1707:6: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1708:6: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1704:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1708:6: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1709:6: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1705:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1709:6: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1710:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1702:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1710:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1711:6: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1706:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1711:6: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1715:7: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1713:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1715:7: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1716:7: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1714:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1716:7: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1720:7: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1719:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1720:7: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1724:8: style: Variable '_tmp143_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1722:0: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1724:8: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1725:8: style: Variable '_tmp144_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1723:0: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1725:8: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1737:5: style: Variable '_tmp146_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1734:0: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1737:5: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1738:5: style: Variable '_tmp147_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1735:0: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1738:5: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1739:5: style: Variable '_tmp148_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1736:0: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1739:5: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1747:6: style: Variable '_tmp149_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1743:0: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1747:6: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1748:6: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1744:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1748:6: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1749:6: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1745:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1749:6: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1750:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1742:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1750:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1751:6: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1746:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1751:6: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1757:7: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1753:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1757:7: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1758:7: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1754:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1758:7: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1760:7: style: Variable '_tmp155_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1755:0: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1760:7: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1761:7: style: Variable '_tmp156_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1756:0: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1761:7: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1765:7: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1764:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1765:7: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1771:8: style: Variable '_tmp158_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1767:0: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1771:8: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1772:8: style: Variable '_tmp159_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1768:0: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1772:8: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1774:8: style: Variable '_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1769:0: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1774:8: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1775:8: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1770:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1775:8: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1783:5: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1782:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1783:5: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1788:6: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1785:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1788:6: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1789:6: style: Variable '_tmp164_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1786:0: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1789:6: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1790:6: style: Variable '_tmp165_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1787:0: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1790:6: note: Variable '_tmp165_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1798:7: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1794:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1798:7: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1799:7: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1795:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1799:7: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1800:7: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1796:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1800:7: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1801:7: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1793:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1801:7: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1802:7: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1797:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1802:7: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1806:8: style: Variable '_tmp170_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1804:0: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1806:8: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1807:8: style: Variable '_tmp171_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1805:0: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1807:8: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1811:8: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1810:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1811:8: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1815:9: style: Variable '_tmp173_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1813:0: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1815:9: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1816:9: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1814:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1816:9: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1824:6: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1823:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1824:6: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1829:7: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1826:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1829:7: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1830:7: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1827:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1830:7: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1831:7: style: Variable '_tmp178_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1828:0: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1831:7: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1839:8: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1835:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1839:8: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1840:8: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1836:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1840:8: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1841:8: style: Variable '_tmp181_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1837:0: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1841:8: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1842:8: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1834:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1842:8: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1843:8: style: Variable '_tmp182_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1838:0: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1843:8: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1847:9: style: Variable '_tmp183_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1845:0: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1847:9: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1848:9: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1846:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1848:9: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1852:9: style: Variable '_tmp185_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1851:0: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1852:9: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1856:10: style: Variable '_tmp186_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1854:0: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1856:10: note: Variable '_tmp186_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1857:10: style: Variable '_tmp187_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1855:0: note: Variable '_tmp187_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1857:10: note: Variable '_tmp187_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1871:5: style: Variable '_tmp189_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1868:0: note: Variable '_tmp189_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1871:5: note: Variable '_tmp189_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1872:5: style: Variable '_tmp190_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1869:0: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1872:5: note: Variable '_tmp190_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1873:5: style: Variable '_tmp191_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1870:0: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1873:5: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1881:6: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1877:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1881:6: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1882:6: style: Variable '_tmp193_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1878:0: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1882:6: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1883:6: style: Variable '_tmp194_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1879:0: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1883:6: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1884:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1876:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1884:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1885:6: style: Variable '_tmp195_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1880:0: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1885:6: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1891:7: style: Variable '_tmp196_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1887:0: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1891:7: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1892:7: style: Variable '_tmp197_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1888:0: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1892:7: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1894:7: style: Variable '_tmp198_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1889:0: note: Variable '_tmp198_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1894:7: note: Variable '_tmp198_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1895:7: style: Variable '_tmp199_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1890:0: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1895:7: note: Variable '_tmp199_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1899:7: style: Variable '_tmp200_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1898:0: note: Variable '_tmp200_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1899:7: note: Variable '_tmp200_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1905:8: style: Variable '_tmp201_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1901:0: note: Variable '_tmp201_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1905:8: note: Variable '_tmp201_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1906:8: style: Variable '_tmp202_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1902:0: note: Variable '_tmp202_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1906:8: note: Variable '_tmp202_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1908:8: style: Variable '_tmp203_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1903:0: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1908:8: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1909:8: style: Variable '_tmp204_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1904:0: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1909:8: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1921:5: style: Variable '_tmp206_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1918:0: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1921:5: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1922:5: style: Variable '_tmp207_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1919:0: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1922:5: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1923:5: style: Variable '_tmp208_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1920:0: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1923:5: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1931:6: style: Variable '_tmp209_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1927:0: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1931:6: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1932:6: style: Variable '_tmp210_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1928:0: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1932:6: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1933:6: style: Variable '_tmp211_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1929:0: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1933:6: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1934:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1926:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1934:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1935:6: style: Variable '_tmp212_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1930:0: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1935:6: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1939:7: style: Variable '_tmp213_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1937:0: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1939:7: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1940:7: style: Variable '_tmp214_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1938:0: note: Variable '_tmp214_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1940:7: note: Variable '_tmp214_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1944:7: style: Variable '_tmp215_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1943:0: note: Variable '_tmp215_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1944:7: note: Variable '_tmp215_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1948:8: style: Variable '_tmp216_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1946:0: note: Variable '_tmp216_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1948:8: note: Variable '_tmp216_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1949:8: style: Variable '_tmp217_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1947:0: note: Variable '_tmp217_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1949:8: note: Variable '_tmp217_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1961:5: style: Variable '_tmp219_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1958:0: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1961:5: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1962:5: style: Variable '_tmp220_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1959:0: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1962:5: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1963:5: style: Variable '_tmp221_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1960:0: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1963:5: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1971:6: style: Variable '_tmp222_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1967:0: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1971:6: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1972:6: style: Variable '_tmp223_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1968:0: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1972:6: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1973:6: style: Variable '_tmp224_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1969:0: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1973:6: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1974:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1966:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1974:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1975:6: style: Variable '_tmp225_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1970:0: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1975:6: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1979:7: style: Variable '_tmp226_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1977:0: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1979:7: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1980:7: style: Variable '_tmp227_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1978:0: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1980:7: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1984:7: style: Variable '_tmp228_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1983:0: note: Variable '_tmp228_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1984:7: note: Variable '_tmp228_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1988:8: style: Variable '_tmp229_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1986:0: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1988:8: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1989:8: style: Variable '_tmp230_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1987:0: note: Variable '_tmp230_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1989:8: note: Variable '_tmp230_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2001:5: style: Variable '_tmp232_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1998:0: note: Variable '_tmp232_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2001:5: note: Variable '_tmp232_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2002:5: style: Variable '_tmp233_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:1999:0: note: Variable '_tmp233_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2002:5: note: Variable '_tmp233_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2003:5: style: Variable '_tmp234_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2000:0: note: Variable '_tmp234_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2003:5: note: Variable '_tmp234_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2011:6: style: Variable '_tmp235_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2007:0: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2011:6: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2012:6: style: Variable '_tmp236_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2008:0: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2012:6: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2013:6: style: Variable '_tmp237_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2009:0: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2013:6: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2014:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2006:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2014:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2015:6: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2010:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2015:6: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2019:7: style: Variable '_tmp239_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2017:0: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2019:7: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2020:7: style: Variable '_tmp240_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2018:0: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2020:7: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2024:7: style: Variable '_tmp241_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2023:0: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2024:7: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2028:8: style: Variable '_tmp242_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2026:0: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2028:8: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2029:8: style: Variable '_tmp243_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2027:0: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2029:8: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2041:5: style: Variable '_tmp245_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2038:0: note: Variable '_tmp245_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2041:5: note: Variable '_tmp245_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2042:5: style: Variable '_tmp246_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2039:0: note: Variable '_tmp246_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2042:5: note: Variable '_tmp246_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2043:5: style: Variable '_tmp247_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2040:0: note: Variable '_tmp247_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2043:5: note: Variable '_tmp247_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2051:6: style: Variable '_tmp248_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2047:0: note: Variable '_tmp248_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2051:6: note: Variable '_tmp248_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2052:6: style: Variable '_tmp249_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2048:0: note: Variable '_tmp249_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2052:6: note: Variable '_tmp249_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2053:6: style: Variable '_tmp250_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2049:0: note: Variable '_tmp250_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2053:6: note: Variable '_tmp250_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2054:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2046:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2054:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2055:6: style: Variable '_tmp251_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2050:0: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2055:6: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2059:7: style: Variable '_tmp252_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2057:0: note: Variable '_tmp252_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2059:7: note: Variable '_tmp252_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2060:7: style: Variable '_tmp253_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2058:0: note: Variable '_tmp253_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2060:7: note: Variable '_tmp253_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2064:7: style: Variable '_tmp254_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2063:0: note: Variable '_tmp254_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2064:7: note: Variable '_tmp254_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2068:8: style: Variable '_tmp255_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2066:0: note: Variable '_tmp255_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2068:8: note: Variable '_tmp255_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2069:8: style: Variable '_tmp256_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2067:0: note: Variable '_tmp256_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2069:8: note: Variable '_tmp256_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2081:5: style: Variable '_tmp258_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2078:0: note: Variable '_tmp258_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2081:5: note: Variable '_tmp258_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2082:5: style: Variable '_tmp259_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2079:0: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2082:5: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2083:5: style: Variable '_tmp260_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2080:0: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2083:5: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2091:6: style: Variable '_tmp261_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2087:0: note: Variable '_tmp261_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2091:6: note: Variable '_tmp261_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2092:6: style: Variable '_tmp262_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2088:0: note: Variable '_tmp262_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2092:6: note: Variable '_tmp262_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2093:6: style: Variable '_tmp263_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2089:0: note: Variable '_tmp263_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2093:6: note: Variable '_tmp263_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2094:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2086:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2094:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2095:6: style: Variable '_tmp264_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2090:0: note: Variable '_tmp264_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2095:6: note: Variable '_tmp264_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2099:7: style: Variable '_tmp265_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2097:0: note: Variable '_tmp265_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2099:7: note: Variable '_tmp265_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2100:7: style: Variable '_tmp266_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2098:0: note: Variable '_tmp266_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2100:7: note: Variable '_tmp266_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2104:7: style: Variable '_tmp267_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2103:0: note: Variable '_tmp267_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2104:7: note: Variable '_tmp267_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2108:8: style: Variable '_tmp268_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2106:0: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2108:8: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2109:8: style: Variable '_tmp269_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2107:0: note: Variable '_tmp269_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2109:8: note: Variable '_tmp269_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2121:5: style: Variable '_tmp271_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2118:0: note: Variable '_tmp271_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2121:5: note: Variable '_tmp271_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2122:5: style: Variable '_tmp272_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2119:0: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2122:5: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2123:5: style: Variable '_tmp273_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2120:0: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2123:5: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2131:6: style: Variable '_tmp274_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2127:0: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2131:6: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2132:6: style: Variable '_tmp275_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2128:0: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2132:6: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2133:6: style: Variable '_tmp276_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2129:0: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2133:6: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2134:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2126:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2134:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2135:6: style: Variable '_tmp277_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2130:0: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2135:6: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2139:7: style: Variable '_tmp278_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2137:0: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2139:7: note: Variable '_tmp278_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2140:7: style: Variable '_tmp279_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2138:0: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2140:7: note: Variable '_tmp279_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2144:7: style: Variable '_tmp280_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2143:0: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2144:7: note: Variable '_tmp280_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2148:8: style: Variable '_tmp281_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2146:0: note: Variable '_tmp281_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2148:8: note: Variable '_tmp281_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2149:8: style: Variable '_tmp282_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2147:0: note: Variable '_tmp282_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2149:8: note: Variable '_tmp282_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2161:5: style: Variable '_tmp284_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2158:0: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2161:5: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2162:5: style: Variable '_tmp285_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2159:0: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2162:5: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2163:5: style: Variable '_tmp286_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2160:0: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2163:5: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2171:6: style: Variable '_tmp287_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2167:0: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2171:6: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2172:6: style: Variable '_tmp288_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2168:0: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2172:6: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2173:6: style: Variable '_tmp289_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2169:0: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2173:6: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2174:6: style: Variable 'new_entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2166:0: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2174:6: note: Variable 'new_entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2175:6: style: Variable '_tmp290_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2170:0: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2175:6: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2179:7: style: Variable '_tmp291_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2177:0: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2179:7: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2180:7: style: Variable '_tmp292_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2178:0: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2180:7: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2184:7: style: Variable '_tmp293_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2183:0: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2184:7: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2188:8: style: Variable '_tmp294_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2186:0: note: Variable '_tmp294_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2188:8: note: Variable '_tmp294_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2189:8: style: Variable '_tmp295_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2187:0: note: Variable '_tmp295_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2189:8: note: Variable '_tmp295_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2203:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2202:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2203:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2221:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2217:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2221:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2225:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2223:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2225:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2229:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2227:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2229:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2230:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2228:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2230:4: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2233:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2232:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2233:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2244:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2242:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2244:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2248:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2246:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2248:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2249:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2247:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2249:4: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2252:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2251:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2252:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2266:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2262:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2266:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2270:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2268:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2270:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2274:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2272:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2274:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2275:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2273:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2275:4: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2278:5: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2277:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2278:5: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2289:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2287:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2289:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2293:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2291:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2293:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2294:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2292:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2294:4: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2297:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2296:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2297:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2352:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2352:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2353:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2308:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2353:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2355:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2309:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2355:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2356:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2310:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2356:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2358:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2311:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2358:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2359:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2312:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2359:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2361:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2313:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2361:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2362:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2314:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2362:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2364:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2315:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2364:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2365:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2316:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2365:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2367:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2317:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2367:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2368:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2318:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2368:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2370:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2319:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2370:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2371:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2320:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2371:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2373:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2321:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2373:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2374:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2322:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2374:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2376:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2323:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2376:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2377:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2324:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2377:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2379:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2325:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2379:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2380:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2326:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2380:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2382:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2327:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2382:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2383:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2328:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2383:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2385:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2329:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2385:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2386:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2330:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2386:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2388:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2331:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2388:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2389:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2332:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2389:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2391:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2333:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2391:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2392:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2334:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2392:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2394:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2335:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2394:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2395:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2336:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2395:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2397:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2337:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2397:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2398:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2338:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2398:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2400:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2339:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2400:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2401:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2340:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2401:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2403:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2341:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2403:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2404:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2342:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2404:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2406:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2343:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2406:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2407:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2344:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2407:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2409:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2345:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2409:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2410:2: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2346:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2410:2: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2412:2: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2347:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2412:2: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2413:2: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2348:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2413:2: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2415:2: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2349:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2415:2: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2416:2: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2350:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2416:2: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2423:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2469:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2424:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2469:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2471:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2425:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2471:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2472:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2472:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2474:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2427:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2474:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2475:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2428:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2475:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2477:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2429:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2477:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2478:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2430:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2478:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2480:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2431:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2480:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2481:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2432:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2481:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2483:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2433:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2483:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2484:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2434:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2484:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2486:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2435:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2486:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2487:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2436:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2487:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2489:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2437:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2489:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2490:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2438:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2490:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2492:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2439:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2492:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2493:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2440:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2493:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2495:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2441:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2495:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2496:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2442:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2496:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2498:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2443:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2498:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2499:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2444:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2499:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2501:2: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2445:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2501:2: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2502:2: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2446:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2502:2: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2504:2: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2447:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2504:2: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2505:2: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2448:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2505:2: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2507:2: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2449:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2507:2: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2508:2: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2450:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2508:2: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2510:2: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2451:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2510:2: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2511:2: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2452:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2511:2: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2513:2: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2453:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2513:2: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2514:2: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2454:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2514:2: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2516:2: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2455:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2516:2: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2517:2: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2456:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2517:2: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2519:2: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2457:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2519:2: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2520:2: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2458:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2520:2: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2522:2: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2459:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2522:2: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2523:2: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2460:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2523:2: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2525:2: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2461:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2525:2: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2526:2: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2462:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2526:2: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2528:2: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2463:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2528:2: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2529:2: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2464:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2529:2: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2531:2: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2465:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2531:2: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2532:2: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2466:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2532:2: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2544:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2540:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2544:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2545:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2541:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2545:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2546:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2539:0: note: Variable 'str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2546:2: note: Variable 'str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2551:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2548:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2551:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2571:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2568:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2571:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2573:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2569:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2573:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2574:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2570:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2574:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2614:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2601:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2614:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2615:2: style: Variable 'tmp_array' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2600:0: note: Variable 'tmp_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2615:2: note: Variable 'tmp_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2618:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2604:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2618:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2622:3: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2620:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2622:3: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2626:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2624:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2626:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2627:4: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2625:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2627:4: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2630:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2629:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2630:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2636:6: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2632:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2636:6: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2638:6: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2634:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2638:6: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2639:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2635:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2639:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2718:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2667:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2718:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2719:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2668:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2719:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2724:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2669:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2724:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2725:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2670:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2725:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:523:27: style: Variable '_default_install_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:525:19: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:537:32: style: Variable 'folder_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:534:0: style: Variable '_folder_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:595:29: style: Variable '_default_available_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:597:19: style: Variable '_tmp2__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:609:32: style: Variable 'folder_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:606:0: style: Variable '_folder_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:711:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/desktop-files-backend.c:2637:23: style: Variable '_tmp4__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-db/main.c:146:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-db/main.c:149:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-db/main.c:145:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession-db/main.c:146:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-db/main.c:117:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:117:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:118:3: style: Variable 'options_args' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:112:0: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:118:3: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:119:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:114:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:119:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:121:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:115:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:121:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:123:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:116:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:123:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:143:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:140:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:143:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:145:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:141:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:145:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:146:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:142:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:146:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:192:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:191:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:192:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:206:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-db/main.c:203:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:206:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-db/main.c:217:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/autostart.c:634:0: error: syntax error [syntaxError]
lxsession-0.5.3/lxsession-default-apps/combobox.c:653:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:655:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:652:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:653:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:1235:16: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1237:6: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:1234:16: note: Assignment '_tmp20_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:1235:16: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:1288:16: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp27_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1290:6: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:1287:16: note: Assignment '_tmp27_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:1288:16: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:1454:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp13_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1456:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:1453:13: note: Assignment '_tmp13_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:1454:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:2203:11: warning: Either the condition 'combo_item==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1787:11: note: Assuming that condition 'combo_item==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:1783:22: note: Assignment '_tmp101_=combo_item', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:1784:64: note: Calling function 'ldefault_apps_combo_item_object_get_name', 1st argument 'self' value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:2203:11: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:2225:11: warning: Either the condition 'combo_item==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2725:5: note: Assuming that condition 'combo_item==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:2711:15: note: Assignment '_tmp45_=combo_item', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:2712:57: note: Calling function 'ldefault_apps_combo_item_object_get_exec', 1st argument 'self' value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:2225:11: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:2269:11: warning: Either the condition 'combo_item==NULL' is redundant or there is possible null pointer dereference: self. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1787:11: note: Assuming that condition 'combo_item==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:1780:21: note: Assignment '_tmp98_=combo_item', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:1781:68: note: Calling function 'ldefault_apps_combo_item_object_get_icon_name', 1st argument 'self' value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:2269:11: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3028:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3030:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3027:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3028:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3209:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp55_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3211:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3208:14: note: Assignment '_tmp55_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3209:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3222:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp57_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3224:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3221:14: note: Assignment '_tmp57_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3222:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3411:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp92_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3413:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3410:14: note: Assignment '_tmp92_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3411:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3561:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3563:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3560:13: note: Assignment '_tmp26_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3561:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:3695:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3697:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/combobox.c:3694:13: note: Assignment '_tmp12_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/combobox.c:3695:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/combobox.c:325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:300:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:301:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:327:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:302:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:327:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:329:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:303:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:329:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:330:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:304:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:330:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:331:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:305:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:331:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:332:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:306:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:332:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:334:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:307:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:334:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:335:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:308:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:335:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:336:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:309:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:336:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:338:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:310:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:338:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:339:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:311:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:339:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:340:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:312:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:340:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:341:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:313:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:341:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:342:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:314:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:342:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:344:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:316:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:344:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:345:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:317:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:345:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:387:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:351:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:387:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:388:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:352:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:388:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:389:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:353:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:389:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:390:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:354:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:390:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:391:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:355:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:391:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:392:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:356:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:392:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:393:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:357:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:393:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:394:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:358:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:394:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:395:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:359:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:395:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:396:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:360:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:396:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:397:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:361:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:397:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:398:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:362:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:398:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:399:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:363:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:399:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:400:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:364:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:400:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:450:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:449:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:450:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:455:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:452:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:455:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:456:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:453:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:456:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:457:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:454:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:457:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:489:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:470:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:489:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:490:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:471:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:490:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:540:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:537:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:540:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:541:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:538:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:541:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:542:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:539:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:542:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:574:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:554:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:574:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:575:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:555:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:575:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:625:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:620:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:625:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:627:2: style: Variable 'help_window' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:619:0: note: Variable 'help_window' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:627:2: note: Variable 'help_window' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:635:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:633:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:635:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:636:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:634:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:636:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:637:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:632:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:637:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:650:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:647:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:650:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:652:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:648:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:652:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:653:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:649:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:653:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:697:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:682:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:697:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:698:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:683:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:698:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:701:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:685:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:701:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:702:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:686:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:702:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:703:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:687:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:703:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:704:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:688:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:704:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:705:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:689:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:705:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:706:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:690:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:706:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:744:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:743:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:744:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:758:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:752:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:758:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:759:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:753:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:759:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:760:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:754:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:760:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:761:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:755:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:761:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:762:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:756:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:762:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:763:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:757:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:763:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:806:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:775:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:806:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:807:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:776:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:807:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:910:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:906:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:910:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:911:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:907:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:911:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:917:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:917:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:918:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:914:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:918:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:919:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:915:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:919:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:920:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:916:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:920:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:949:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:936:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:949:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:950:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:937:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:950:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:951:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:939:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:951:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:956:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:941:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:956:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:957:2: style: Variable 'default_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:940:0: note: Variable 'default_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:957:2: note: Variable 'default_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:958:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:943:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:958:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:959:2: style: Variable 'default_exec' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:942:0: note: Variable 'default_exec' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:959:2: note: Variable 'default_exec' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:965:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:964:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:965:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1017:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1009:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1017:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1018:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1010:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1018:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1019:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1011:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1019:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1020:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1012:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1020:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1023:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1013:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1023:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1024:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1014:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1024:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1025:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1015:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1025:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1026:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1016:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1026:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1056:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1053:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1056:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1057:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1054:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1057:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1071:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1069:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1071:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1101:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1083:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1101:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1102:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1086:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1102:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1106:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1104:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1106:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1107:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1105:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1107:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1114:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1112:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1114:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1115:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1113:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1115:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1122:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1120:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1122:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1123:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1121:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1123:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1133:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1131:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1133:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1134:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1132:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1134:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1170:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1155:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1170:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1171:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1156:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1171:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1172:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1157:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1172:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1173:2: style: Variable 'default_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1154:0: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1173:2: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1174:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1159:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1174:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1175:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1160:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1175:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1176:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1161:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1176:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1177:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1162:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1177:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1182:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1180:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1182:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1183:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1181:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1183:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1189:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1187:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1189:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1190:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1188:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1190:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1207:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1202:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1207:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1208:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1203:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1208:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1209:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1204:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1209:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1210:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1205:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1210:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1211:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1206:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1211:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1232:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1229:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1232:6: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1234:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1230:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1234:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1235:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1231:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1235:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1260:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1255:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1260:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1261:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1256:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1261:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1262:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1257:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1262:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1263:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1258:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1263:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1264:6: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1259:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1264:6: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1285:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1282:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1285:6: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1287:6: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1283:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1287:6: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1288:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1284:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1288:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1339:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1335:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1339:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1340:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1336:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1340:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1350:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1342:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1350:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1351:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1343:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1351:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1352:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1344:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1352:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1355:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1347:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1355:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1356:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1348:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1356:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1357:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1349:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1357:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1409:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1370:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1409:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1410:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1371:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1410:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1435:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1432:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1435:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1436:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1433:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1436:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1437:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1431:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1437:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1451:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1448:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1451:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1453:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1449:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1453:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1454:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1450:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1454:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1502:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1501:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1502:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1564:8: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1543:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1564:8: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1566:8: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1542:0: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1566:8: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1567:8: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1544:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1567:8: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1568:8: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1545:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1568:8: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1570:8: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1547:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1570:8: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1571:8: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1548:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1571:8: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1573:8: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1546:0: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1573:8: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1574:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1549:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1574:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1575:8: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1550:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1575:8: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1577:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1552:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1577:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1578:8: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1553:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1578:8: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1579:8: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1554:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1579:8: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1580:8: style: Variable 'default_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1551:0: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1580:8: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1581:8: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1555:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1581:8: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1584:8: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1556:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1584:8: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1585:8: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1557:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1585:8: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1587:8: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1558:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1587:8: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1589:8: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1559:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1589:8: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1590:8: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1560:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1590:8: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1619:8: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1605:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1619:8: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1621:8: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1604:0: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1621:8: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1622:8: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1606:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1622:8: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1623:8: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1607:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1623:8: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1625:8: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1609:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1625:8: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1626:8: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1610:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1626:8: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1628:8: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1608:0: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1628:8: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1629:8: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1611:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1629:8: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1630:8: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1612:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1630:8: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1632:8: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1614:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1632:8: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1633:8: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1615:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1633:8: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1635:8: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1613:0: note: Variable 'button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1635:8: note: Variable 'button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1636:8: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1616:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1636:8: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1638:8: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1617:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1638:8: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1639:8: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1618:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1639:8: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1684:8: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1652:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1684:8: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1686:8: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1651:0: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1686:8: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1687:8: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1653:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1687:8: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1688:8: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1654:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1688:8: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1690:8: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1656:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1690:8: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1691:8: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1657:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1691:8: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1693:8: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1655:0: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1693:8: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1694:8: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1658:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1694:8: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1695:8: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1659:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1695:8: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1697:8: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1661:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1697:8: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1698:8: style: Variable 'list_store' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1660:0: note: Variable 'list_store' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1698:8: note: Variable 'list_store' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1699:8: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1666:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1699:8: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1705:9: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1701:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1705:9: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1706:9: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1702:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1706:9: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1707:9: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1704:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1707:9: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1717:9: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1713:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1717:9: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1718:9: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1714:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1718:9: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1719:9: style: Variable '_tmp83_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1716:0: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1719:9: note: Variable '_tmp83_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1730:10: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1729:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1730:10: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1848:8: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1833:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1848:8: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1850:8: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1832:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1850:8: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1851:8: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1834:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1851:8: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1852:8: style: Variable '_tmp119_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1835:0: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1852:8: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1854:8: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1837:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1854:8: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1856:8: style: Variable 'check_button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1836:0: note: Variable 'check_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1856:8: note: Variable 'check_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1857:8: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1838:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1857:8: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1858:8: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1839:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1858:8: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1860:8: style: Variable '_tmp123_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1841:0: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1860:8: note: Variable '_tmp123_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1861:8: style: Variable '_tmp124_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1842:0: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1861:8: note: Variable '_tmp124_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1862:8: style: Variable '_tmp125_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1843:0: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1862:8: note: Variable '_tmp125_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1863:8: style: Variable 'default_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1840:0: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1863:8: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1864:8: style: Variable '_tmp126_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1844:0: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1864:8: note: Variable '_tmp126_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1867:9: style: Variable '_tmp127_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1866:0: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1867:9: note: Variable '_tmp127_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1871:9: style: Variable '_tmp128_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1870:0: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1871:9: note: Variable '_tmp128_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1904:8: style: Variable '_tmp132_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1890:0: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1904:8: note: Variable '_tmp132_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1906:8: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1889:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1906:8: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1907:8: style: Variable '_tmp133_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1891:0: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1907:8: note: Variable '_tmp133_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1908:8: style: Variable '_tmp134_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1892:0: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1908:8: note: Variable '_tmp134_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1910:8: style: Variable '_tmp135_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1894:0: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1910:8: note: Variable '_tmp135_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1912:8: style: Variable 'check_button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1893:0: note: Variable 'check_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1912:8: note: Variable 'check_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1913:8: style: Variable '_tmp136_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1895:0: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1913:8: note: Variable '_tmp136_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1914:8: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1896:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1914:8: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1916:8: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1898:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1916:8: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1917:8: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1899:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1917:8: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1918:8: style: Variable 'default_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1897:0: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1918:8: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1919:8: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1900:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1919:8: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1922:9: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1921:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1922:9: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1926:9: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1925:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1926:9: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1959:8: style: Variable '_tmp146_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1945:0: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1959:8: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1961:8: style: Variable 'box' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1944:0: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1961:8: note: Variable 'box' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1962:8: style: Variable '_tmp147_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1946:0: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1962:8: note: Variable '_tmp147_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1963:8: style: Variable '_tmp148_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1947:0: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1963:8: note: Variable '_tmp148_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1965:8: style: Variable '_tmp149_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1949:0: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1965:8: note: Variable '_tmp149_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1966:8: style: Variable '_tmp150_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1950:0: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1966:8: note: Variable '_tmp150_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1968:8: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1948:0: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1968:8: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1969:8: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1951:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1969:8: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1970:8: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1952:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1970:8: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1972:8: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1954:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1972:8: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1973:8: style: Variable '_tmp154_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1955:0: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1973:8: note: Variable '_tmp154_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1975:8: style: Variable 'button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1953:0: note: Variable 'button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1975:8: note: Variable 'button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1976:8: style: Variable '_tmp155_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1956:0: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1976:8: note: Variable '_tmp155_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1978:8: style: Variable '_tmp156_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1957:0: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1978:8: note: Variable '_tmp156_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1979:8: style: Variable '_tmp157_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1958:0: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1979:8: note: Variable '_tmp157_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1995:8: style: Variable '_tmp158_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1991:0: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1995:8: note: Variable '_tmp158_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1998:8: style: Variable '_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:1994:0: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1998:8: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2031:9: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2002:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2031:9: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2033:9: style: Variable 'hbox' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2001:0: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2033:9: note: Variable 'hbox' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2034:9: style: Variable '_tmp162_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2003:0: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2034:9: note: Variable '_tmp162_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2035:9: style: Variable '_tmp163_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2004:0: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2035:9: note: Variable '_tmp163_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2037:9: style: Variable '_tmp164_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2006:0: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2037:9: note: Variable '_tmp164_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2040:9: style: Variable '_tmp166_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2009:0: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2040:9: note: Variable '_tmp166_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2041:9: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2010:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2041:9: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2043:9: style: Variable 'label' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2005:0: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2043:9: note: Variable 'label' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2044:9: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2011:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2044:9: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2045:9: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2012:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2045:9: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2047:9: style: Variable '_tmp170_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2013:0: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2047:9: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2050:9: style: Variable '_tmp171_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2015:0: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2050:9: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2051:9: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2016:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2051:9: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2052:9: style: Variable '_tmp173_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2017:0: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2052:9: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2055:9: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2020:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2055:9: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2056:9: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2021:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2056:9: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2057:9: style: Variable 'default_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2014:0: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2057:9: note: Variable 'default_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2058:9: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2022:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2058:9: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2059:9: style: Variable '_tmp178_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2023:0: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2059:9: note: Variable '_tmp178_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2061:9: style: Variable '_tmp179_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2024:0: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2061:9: note: Variable '_tmp179_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2063:9: style: Variable '_tmp180_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2025:0: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2063:9: note: Variable '_tmp180_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2065:9: style: Variable '_tmp181_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2026:0: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2065:9: note: Variable '_tmp181_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2066:9: style: Variable '_tmp182_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2027:0: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2066:9: note: Variable '_tmp182_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2121:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2096:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2121:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2122:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2097:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2122:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2123:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2099:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2123:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2127:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2100:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2127:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2129:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2102:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2129:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2131:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2103:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2131:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2133:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2105:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2133:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2135:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2106:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2135:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2137:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2108:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2137:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2138:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2109:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2138:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2139:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2110:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2139:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2173:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2166:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2173:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2175:2: style: Variable 'image' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2165:0: note: Variable 'image' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2175:2: note: Variable 'image' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2167:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2177:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2168:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2177:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2178:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2169:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2178:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2179:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2170:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2179:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2184:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2182:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2184:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2185:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2183:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2185:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2190:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2188:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2190:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2191:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2189:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2191:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2203:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2201:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2203:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2213:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2210:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2213:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2214:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2211:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2214:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2225:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2223:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2225:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2235:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2232:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2235:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2236:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2233:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2236:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2247:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2245:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2247:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2257:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2254:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2257:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2258:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2255:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2258:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2269:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2267:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2269:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2279:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2276:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2279:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2280:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2277:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2280:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2291:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2289:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2291:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2301:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2298:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2301:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2302:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2299:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2302:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2313:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2311:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2313:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2323:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2323:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2324:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2324:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2472:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2457:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2472:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2475:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2459:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2475:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2476:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2460:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2476:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2496:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2490:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2496:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2497:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2491:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2497:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2498:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2492:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2498:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2500:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2493:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2500:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2501:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2494:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2501:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2502:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2495:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2502:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2522:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2521:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2522:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2589:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2537:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2589:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2590:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2538:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2590:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2614:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2610:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2614:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2615:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2611:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2615:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2616:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2613:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2616:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2626:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2622:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2626:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2627:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2623:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2627:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2628:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2625:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2628:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2646:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2645:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2646:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2752:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2741:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2752:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2755:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2743:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2755:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2756:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2744:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2756:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2802:3: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2795:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2802:3: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2803:3: style: Variable '_tmp82_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2796:0: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2803:3: note: Variable '_tmp82_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2804:3: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2797:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2804:3: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2810:6: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2809:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2810:6: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2820:6: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2819:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2820:6: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2830:6: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2829:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2830:6: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2841:6: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2839:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2841:6: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2842:6: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2840:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2842:6: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2854:3: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2850:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2854:3: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2934:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2929:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2934:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2936:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2931:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:2936:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3000:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2963:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3000:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3010:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3008:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3010:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3011:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3009:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3011:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3012:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3007:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3012:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3025:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3022:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3025:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3027:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3023:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3027:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3028:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3024:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3028:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3082:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3081:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3082:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3147:6: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3143:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3147:6: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3148:6: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3144:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3148:6: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3149:6: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3145:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3149:6: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3150:6: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3146:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3150:6: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3169:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3165:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3169:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3170:3: style: Variable 'kf_mime' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3164:0: note: Variable 'kf_mime' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3170:3: note: Variable 'kf_mime' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3174:4: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3172:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3174:4: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3175:4: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3173:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3175:4: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3206:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3203:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3206:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3208:4: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3204:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3208:4: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3209:4: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3205:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3209:4: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3219:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3216:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3219:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3221:4: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3217:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3221:4: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3222:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3218:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3222:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3254:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3245:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3254:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3255:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3247:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3255:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3256:4: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3244:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3256:4: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3310:5: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3290:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3310:5: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3311:5: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3291:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3311:5: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3313:5: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3293:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3313:5: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3315:5: style: Variable 'hbox_buttons' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3292:0: note: Variable 'hbox_buttons' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3315:5: note: Variable 'hbox_buttons' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3316:5: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3295:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3316:5: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3318:5: style: Variable 'ok_button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3294:0: note: Variable 'ok_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3318:5: note: Variable 'ok_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3319:5: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3297:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3319:5: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3320:5: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3298:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3320:5: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3322:5: style: Variable 'cancel_button' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3296:0: note: Variable 'cancel_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3322:5: note: Variable 'cancel_button' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3323:5: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3299:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3323:5: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3324:5: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3300:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3324:5: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3326:5: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3301:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3326:5: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3327:5: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3302:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3327:5: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3329:5: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3303:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3329:5: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3330:5: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3304:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3330:5: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3338:7: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3337:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3338:7: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3408:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3405:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3408:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3410:4: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3406:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3410:4: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3411:4: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3407:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3411:4: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3464:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3449:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3464:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3465:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3450:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3465:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3466:2: style: Variable 'mimeapps_list_directory' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3448:0: note: Variable 'mimeapps_list_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3466:2: note: Variable 'mimeapps_list_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3467:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3452:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3467:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3468:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3453:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3468:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3469:2: style: Variable 'kf_mimeapps' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3451:0: note: Variable 'kf_mimeapps' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3469:2: note: Variable 'kf_mimeapps' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3470:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3455:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3470:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3471:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3456:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3471:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3472:2: style: Variable 'mimeapps_list_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3454:0: note: Variable 'mimeapps_list_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3472:2: note: Variable 'mimeapps_list_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3473:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3457:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3473:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3481:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3480:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3481:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3535:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3532:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3535:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3558:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3555:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3558:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3560:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3556:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3560:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3561:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3557:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3561:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3598:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3587:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3598:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3600:2: style: Variable 'iter' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3584:0: note: Variable 'iter' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3600:2: note: Variable 'iter' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3601:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3589:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3601:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3602:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3590:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3602:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3603:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3591:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3603:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3640:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3624:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3640:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3641:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3625:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3641:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3642:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3626:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3642:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3643:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3627:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3643:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3644:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3628:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3644:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3645:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3629:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3645:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3647:2: style: Variable 'keys' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3623:0: note: Variable 'keys' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3647:2: note: Variable 'keys' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3648:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3631:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3648:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3649:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3630:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3649:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3661:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3654:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3661:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3662:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3656:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3662:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3663:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3653:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3663:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3692:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3689:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3692:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3694:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3690:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3694:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3695:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3691:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3695:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3751:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3740:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3751:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3754:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3742:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3754:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3755:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3743:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3755:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3775:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3770:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3775:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3776:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3771:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3776:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3777:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3772:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3777:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3778:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3773:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3778:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3783:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3782:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3783:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3835:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3802:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3835:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3836:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3803:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3836:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3851:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3850:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3851:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3941:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3935:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3941:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3942:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3936:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3942:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3943:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3937:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3943:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3949:6: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3948:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3949:6: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3959:6: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3958:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3959:6: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3969:6: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3968:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3969:6: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3981:6: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3978:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3981:6: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3982:6: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3979:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3982:6: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3984:6: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3980:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3984:6: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3994:7: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3987:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3994:7: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3995:7: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3988:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3995:7: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3996:7: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3989:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3996:7: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3997:7: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:3990:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:3997:7: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4017:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4012:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4017:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4020:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4014:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4020:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4027:4: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4023:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4027:4: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4028:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4024:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4028:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4029:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4025:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4029:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4030:4: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/combobox.c:4026:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:4030:4: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/combobox.c:1353:20: style: Variable '_tmp4__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2128:19: style: Variable '_tmp3__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2132:19: style: Variable '_tmp5__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2136:19: style: Variable '_tmp7__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2143:20: style: Variable '_tmp11__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2147:20: style: Variable '_tmp13__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/combobox.c:2151:20: style: Variable '_tmp15__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1494:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1496:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1493:12: note: Assignment '_tmp3_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1494:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1667:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1669:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1666:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1667:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1714:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1716:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1713:12: note: Assignment '_tmp3_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1714:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1765:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1767:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1764:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1765:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1832:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1834:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1831:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1832:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1910:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1912:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1909:12: note: Assignment '_tmp6_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1910:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1956:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1958:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1955:12: note: Assignment '_tmp1_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1956:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2007:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2009:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2006:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2007:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2068:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2070:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2067:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2068:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2122:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2124:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2121:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2122:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2183:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2185:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2182:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2183:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2237:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2239:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2236:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2237:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2298:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2300:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2297:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2298:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2352:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2354:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2351:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2352:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2413:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2415:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2412:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2413:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:873:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:863:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:873:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:876:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:865:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:876:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:911:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:900:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:911:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:914:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:902:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:914:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:917:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:904:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:917:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:949:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:940:0: note: Variable 'name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:949:2: note: Variable 'name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:952:2: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:942:0: note: Variable 'option' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:952:2: note: Variable 'option' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1021:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1009:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1021:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1083:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1072:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1083:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1086:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1074:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1086:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1089:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1076:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1089:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1122:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1112:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1122:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1125:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1114:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1125:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1160:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1149:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1160:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1163:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1151:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1163:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1166:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1153:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1166:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1199:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1189:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1199:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1202:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1191:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1202:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1237:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1226:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1237:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1240:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1228:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1240:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1243:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1230:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1243:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1276:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1266:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1276:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1279:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1268:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1279:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1314:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1303:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1314:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1317:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1305:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1317:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1320:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1307:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1320:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1353:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1343:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1353:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1356:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1345:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1356:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1464:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1460:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1464:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1469:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1467:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1469:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1470:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1466:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1470:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1491:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1488:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1491:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1493:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1489:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1493:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1494:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1490:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1494:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1507:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1506:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1507:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1513:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1511:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1513:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1514:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1512:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1514:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1530:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1538:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1529:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1538:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1539:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1531:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1539:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1540:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1532:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1540:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1541:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1533:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1541:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1549:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1546:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1549:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1550:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1547:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1550:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1551:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1548:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1551:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1571:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1564:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1571:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1572:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1565:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1572:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1573:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1566:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1573:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1581:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1578:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1581:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1582:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1579:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1582:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1583:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1580:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1583:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1600:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1593:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1600:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1601:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1594:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1601:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1602:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1595:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1602:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1609:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1607:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1609:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1610:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1608:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1610:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1626:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1621:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1626:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1627:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1622:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1627:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1638:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1633:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1638:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1639:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1634:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1639:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1640:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1635:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1640:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1641:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1636:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1641:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1642:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1632:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1642:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1664:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1661:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1664:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1666:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1662:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1666:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1667:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1663:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1667:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1692:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1689:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1692:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1693:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1690:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1693:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1694:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1691:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1694:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1711:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1708:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1711:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1713:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1709:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1713:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1714:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1710:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1714:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1733:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1728:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1733:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1742:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1738:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1742:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1743:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1739:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1743:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1744:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1740:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1744:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1745:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1741:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1745:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1762:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1759:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1762:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1764:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1760:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1764:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1765:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1761:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1765:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1787:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1780:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1787:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1799:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1792:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1799:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1800:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1794:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1800:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1801:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1791:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1801:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1829:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1826:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1829:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1831:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1827:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1831:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1832:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1828:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1832:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1863:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1855:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1863:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1876:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1868:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1876:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1877:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1869:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1877:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1878:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1871:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1878:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1879:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1867:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1879:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1907:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1904:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1907:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1909:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1905:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1909:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1910:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1906:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1910:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1936:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1935:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1936:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1953:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1950:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1953:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1955:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1951:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1955:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1956:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1952:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1956:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1975:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1975:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1984:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1980:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1984:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1985:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1981:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1985:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1986:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1982:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1986:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1987:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1983:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1987:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2004:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2001:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2004:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2006:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2002:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2006:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2007:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2003:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2007:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2027:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2022:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2027:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2039:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2034:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2039:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2040:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2035:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2040:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2041:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2036:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2041:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2042:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2037:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2042:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2043:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2033:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2043:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2065:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2062:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2065:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2067:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2063:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2067:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2068:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2064:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2068:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2090:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2085:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2090:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2099:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2095:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2099:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2100:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2096:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2100:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2101:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2097:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2101:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2102:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2098:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2102:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2119:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2116:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2119:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2121:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2117:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2121:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2122:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2118:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2122:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2142:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2137:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2142:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2143:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2138:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2143:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2154:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2149:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2154:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2155:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2150:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2155:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2156:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2151:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2156:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2157:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2152:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2157:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2158:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2148:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2158:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2180:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2177:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2180:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2182:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2178:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2182:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2183:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2179:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2183:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2205:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2200:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2205:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2214:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2210:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2214:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2215:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2211:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2215:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2216:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2212:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2216:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2217:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2213:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2217:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2234:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2231:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2234:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2236:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2232:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2236:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2237:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2233:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2237:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2257:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2252:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2257:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2258:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2253:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2258:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2269:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2264:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2269:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2270:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2265:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2270:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2271:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2266:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2271:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2272:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2267:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2272:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2273:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2263:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2273:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2295:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2292:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2295:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2297:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2293:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2297:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2298:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2294:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2298:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2320:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2315:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2320:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2329:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2325:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2329:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2330:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2330:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2331:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2327:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2331:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2332:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2328:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2332:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2349:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2346:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2349:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2351:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2347:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2351:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2352:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2348:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2352:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2372:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2367:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2372:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2368:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2384:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2379:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2384:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2385:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2380:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2385:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2386:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2381:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2386:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2387:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2382:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2387:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2388:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2378:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2388:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2410:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2407:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2410:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2412:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2408:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2412:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2413:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2409:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:2413:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1420:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/dbus-backend.c:1429:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:215:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:217:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:214:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:215:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:290:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:292:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:289:12: note: Assignment '_tmp4_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:290:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:1799:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:1801:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:1798:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:1799:12: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:1869:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp17_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:1871:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:1868:13: note: Assignment '_tmp17_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:1869:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:1913:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:1915:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:1912:13: note: Assignment '_tmp26_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:1913:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:3557:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp12_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/main.c:3559:4: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/main.c:3556:14: note: Assignment '_tmp12_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/main.c:3557:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/main.c:189:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:182:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:189:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:190:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:183:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:190:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:197:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:195:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:197:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:198:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:196:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:198:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:199:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:194:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:199:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:212:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:209:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:212:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:210:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:215:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:211:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:215:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:261:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:256:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:261:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:262:3: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:254:0: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:262:3: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:287:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:284:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:287:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:289:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:285:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:289:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:290:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:286:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:290:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:311:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:306:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:311:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:312:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:307:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:312:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:314:2: style: Variable 'win' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:305:0: note: Variable 'win' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:314:2: note: Variable 'win' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:328:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:323:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:328:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:329:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:324:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:329:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:330:2: style: Variable 'config_path_directory' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:322:0: note: Variable 'config_path_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:330:2: note: Variable 'config_path_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:331:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:326:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:331:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:332:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:325:0: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:332:2: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:333:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:321:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:333:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:427:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:414:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:427:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:428:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:415:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:428:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:429:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:416:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:429:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:430:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:417:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:430:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:436:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:434:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:436:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:438:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:435:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:438:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:448:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:447:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:448:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:471:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:468:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:471:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:472:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:469:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:472:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:475:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:474:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:475:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:479:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:478:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:479:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:510:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:492:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:510:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:511:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:493:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:511:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:512:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:494:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:512:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:513:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:495:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:513:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:516:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:496:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:516:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:517:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:497:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:517:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:518:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:498:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:518:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:520:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:499:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:520:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:521:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:500:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:521:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:522:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:501:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:522:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:524:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:502:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:524:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:525:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:503:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:525:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:526:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:504:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:526:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:528:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:505:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:528:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:529:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:506:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:529:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:530:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:507:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:530:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:544:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:542:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:544:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:561:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:556:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:561:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:562:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:557:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:562:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:563:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:558:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:563:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:564:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:559:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:564:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:581:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:577:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:581:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:582:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:578:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:582:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:585:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:584:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:585:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:589:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:588:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:589:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:607:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:602:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:607:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:608:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:603:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:608:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:609:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:604:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:609:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:610:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:605:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:610:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:627:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:623:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:627:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:628:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:624:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:628:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1772:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:639:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1772:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1774:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:641:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1774:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1781:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1779:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1781:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1782:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1780:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1782:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1783:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1778:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1783:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1796:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1793:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1796:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1798:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1794:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1798:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1799:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1795:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1799:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1823:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1817:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1823:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1824:3: style: Variable 'builder_file_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1816:0: note: Variable 'builder_file_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1824:3: note: Variable 'builder_file_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1825:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1819:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1825:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1826:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1820:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1826:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1827:3: style: Variable 'builder_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1818:0: note: Variable 'builder_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1827:3: note: Variable 'builder_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1828:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1821:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1828:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1829:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1822:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1829:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1833:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1831:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1833:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1834:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1832:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1834:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1845:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1842:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1845:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1848:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1843:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1848:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1849:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1844:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1849:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1866:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1863:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1866:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1868:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1864:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1868:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1869:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1865:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1869:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1895:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1893:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1895:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1896:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1894:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1896:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1897:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1892:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1897:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1910:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1907:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1910:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1912:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1908:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1912:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1913:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:1909:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:1913:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3143:3: style: Variable '_tmp762_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3142:0: note: Variable '_tmp762_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3143:3: note: Variable '_tmp762_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3147:3: style: Variable '_tmp763_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3146:0: note: Variable '_tmp763_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3147:3: note: Variable '_tmp763_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3267:3: style: Variable '_tmp833_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3266:0: note: Variable '_tmp833_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3267:3: note: Variable '_tmp833_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3271:3: style: Variable '_tmp834_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3270:0: note: Variable '_tmp834_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3271:3: note: Variable '_tmp834_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3522:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3501:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3522:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3523:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3502:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3523:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3524:2: style: Variable 'log_directory' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3500:0: note: Variable 'log_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3524:2: note: Variable 'log_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3525:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3504:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3525:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3526:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3505:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3526:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3527:2: style: Variable 'dir_log' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3503:0: note: Variable 'dir_log' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3527:2: note: Variable 'dir_log' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3528:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3507:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3528:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3529:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3508:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3529:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3530:2: style: Variable 'log_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3506:0: note: Variable 'log_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3530:2: note: Variable 'log_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3531:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3509:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3531:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3533:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3510:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3533:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3535:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3511:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3535:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3536:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3512:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3536:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3540:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3539:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3540:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3553:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3549:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3553:4: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3555:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3550:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3555:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3556:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3551:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3556:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3557:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/main.c:3552:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:3557:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/main.c:426:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:470:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:508:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:543:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:560:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:579:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:606:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/main.c:625:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession-default-apps/utils.c:157:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp13_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/utils.c:159:4: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/utils.c:156:14: note: Assignment '_tmp13_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/utils.c:157:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/utils.c:198:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp21_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/utils.c:200:4: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/utils.c:197:14: note: Assignment '_tmp21_=e', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/utils.c:198:14: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/utils.c:244:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp25_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/utils.c:246:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/utils.c:243:13: note: Assignment '_tmp25_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/utils.c:244:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/utils.c:257:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp27_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession-default-apps/utils.c:259:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession-default-apps/utils.c:256:13: note: Assignment '_tmp27_=err', assigned value is 0
lxsession-0.5.3/lxsession-default-apps/utils.c:257:13: note: Null pointer dereference
lxsession-0.5.3/lxsession-default-apps/utils.c:67:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:66:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:67:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:121:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:102:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:121:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:122:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:101:0: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:122:2: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:123:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:104:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:123:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:124:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:105:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:124:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:125:2: style: Variable 'config_directory_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:103:0: note: Variable 'config_directory_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:125:2: note: Variable 'config_directory_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:126:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:106:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:126:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:128:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:108:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:128:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:129:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:109:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:129:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:130:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:110:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:130:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:131:2: style: Variable 'config_path' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:107:0: note: Variable 'config_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:131:2: note: Variable 'config_path' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:132:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:112:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:132:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:133:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:113:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:133:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:134:2: style: Variable 'config_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:111:0: note: Variable 'config_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:134:2: note: Variable 'config_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:135:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:114:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:135:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:136:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:115:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:136:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:140:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:139:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:140:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:153:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:149:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:153:4: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:155:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:150:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:155:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:156:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:151:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:156:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:157:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:152:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:157:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:179:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:176:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:179:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:180:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:177:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:180:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:181:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:178:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:181:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:194:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:190:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:194:4: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:196:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:191:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:196:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:197:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:192:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:197:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:198:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:193:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:198:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:216:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:214:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:216:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:217:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:215:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:217:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:241:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:238:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:241:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:243:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:239:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:243:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:244:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:240:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:244:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:254:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:251:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:254:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:256:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:252:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:256:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:257:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-default-apps/utils.c:253:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-default-apps/utils.c:257:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:145:5: style: Variable 'session_name_local' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:143:0: note: Variable 'session_name_local' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:145:5: note: Variable 'session_name_local' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:357:5: style: Variable 'session_name' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:356:0: note: Variable 'session_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession-edit/lxsession-edit-common.c:357:5: note: Variable 'session_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1292:15: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:1296:5: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:1291:15: note: Assignment '_tmp22_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:1292:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:2541:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp20_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:2543:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:2540:14: note: Assignment '_tmp20_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:2541:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:5776:15: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:5778:5: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:5775:15: note: Assignment '_tmp15_=e', assigned value is 0
lxsession-0.5.3/lxsession/app.c:5776:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:5871:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp2_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:5873:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:5870:13: note: Assignment '_tmp2_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:5871:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:5957:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:5959:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:5956:12: note: Assignment '_tmp6_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:5957:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6078:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6080:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6077:12: note: Assignment '_tmp1_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6078:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6367:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp25_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6369:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6366:13: note: Assignment '_tmp25_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6367:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6722:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6724:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6721:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6722:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6768:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6770:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6767:13: note: Assignment '_tmp16_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6768:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6814:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp25_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6816:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6813:13: note: Assignment '_tmp25_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6814:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6860:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp34_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6862:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6859:13: note: Assignment '_tmp34_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6860:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:6917:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:6919:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:6916:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:6917:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:7258:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp7_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:7260:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:7257:12: note: Assignment '_tmp7_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:7258:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:7546:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp28_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:7548:4: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:7545:14: note: Assignment '_tmp28_=e', assigned value is 0
lxsession-0.5.3/lxsession/app.c:7546:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:7645:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp2_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/app.c:7647:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/app.c:7644:12: note: Assignment '_tmp2_=err', assigned value is 0
lxsession-0.5.3/lxsession/app.c:7645:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/app.c:1162:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1161:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1162:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1188:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1185:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1188:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1191:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1190:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1191:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1210:5: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1196:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1210:5: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1211:5: style: Variable 'spawn_env' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1194:0: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1211:5: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1214:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1199:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1214:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1215:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1200:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1215:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1216:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1202:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1216:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1218:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1204:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1218:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1241:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1240:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1241:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1289:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1285:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1289:5: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1291:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1286:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1291:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1292:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1287:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1292:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1294:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1288:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1294:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1365:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1360:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1365:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1370:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1363:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1370:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1416:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1414:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1416:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1426:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1423:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1426:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1427:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1424:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1427:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1441:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1436:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1441:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1443:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1443:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1459:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1458:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1459:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1472:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1467:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1472:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1474:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1469:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1474:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1488:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1486:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1488:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1497:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1495:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1497:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1507:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1505:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1507:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1517:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1514:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1517:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1518:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1515:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1518:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1681:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1676:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1681:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1683:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1677:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1683:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1684:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1678:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1684:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1686:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1679:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1686:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1734:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1723:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1734:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1735:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1724:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1735:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1736:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1725:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1736:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1738:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1726:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1738:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1739:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1727:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1739:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1742:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1729:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1742:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1743:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1730:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1743:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1745:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1731:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1745:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1746:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1732:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1746:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1782:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1779:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1782:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1783:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1780:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1783:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1805:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1798:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1805:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1806:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1800:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1806:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1807:2: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1797:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1807:2: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1810:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1803:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1810:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1821:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1819:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1821:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1831:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1828:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1831:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1832:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1829:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1832:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1853:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1851:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1853:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1908:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1907:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1908:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1928:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1921:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1928:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1929:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1922:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1929:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1930:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1923:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1930:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1931:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1924:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1931:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1939:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1934:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1939:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1942:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1935:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1942:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1943:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1936:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1943:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1946:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1937:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1946:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1949:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1938:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1949:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1960:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1953:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1960:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1963:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1954:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1963:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1964:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1955:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1964:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1967:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1956:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1967:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1968:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1957:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1968:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1971:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1958:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1971:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1972:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1959:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1972:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1983:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1978:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1983:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1984:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1979:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1984:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1986:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1980:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1986:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1992:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1991:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1992:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2000:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1994:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2000:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2002:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1995:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2002:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2003:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1996:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2003:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2004:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1997:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2004:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2006:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:1998:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2006:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2032:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2011:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2032:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2034:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2014:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2034:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2035:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2015:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2035:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2036:4: style: Variable 'xdg_config_env' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2013:0: note: Variable 'xdg_config_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2036:4: note: Variable 'xdg_config_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2037:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2016:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2037:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2038:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2017:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2038:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2039:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2018:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2039:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2049:7: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2044:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2049:7: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2050:7: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2045:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2050:7: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2051:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2046:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2051:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2060:10: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2056:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2060:10: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2061:10: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2057:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2061:10: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2062:10: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2058:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2062:10: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2063:10: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2059:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2063:10: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2078:10: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2074:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2078:10: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2079:10: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2075:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2079:10: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2080:10: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2076:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2080:10: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2081:10: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2077:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2081:10: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2093:10: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2092:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2093:10: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2110:7: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2107:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2110:7: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2111:7: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2108:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2111:7: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2112:7: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2109:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2112:7: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2118:9: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2116:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2118:9: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2119:9: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2117:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2119:9: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2148:7: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2145:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2148:7: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2149:7: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2146:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2149:7: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2150:7: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2147:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2150:7: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2163:7: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2160:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2163:7: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2164:7: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2161:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2164:7: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2165:7: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2162:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2165:7: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2178:7: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2175:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2178:7: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2179:7: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2176:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2179:7: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2180:7: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2177:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2180:7: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2198:7: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2190:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2198:7: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2199:7: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2191:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2199:7: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2200:7: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2192:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2200:7: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2201:7: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2193:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2201:7: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2202:7: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2194:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2202:7: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2203:7: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2195:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2203:7: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2204:7: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2196:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2204:7: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2205:7: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2197:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2205:7: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2256:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2232:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2256:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2257:2: style: Variable 'wm_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2231:0: note: Variable 'wm_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2257:2: note: Variable 'wm_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2258:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2233:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2258:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2259:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2234:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2259:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2261:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2235:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2261:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2262:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2236:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2262:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2264:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2237:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2264:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2265:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2238:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2265:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2267:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2239:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2267:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2268:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2240:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2268:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2270:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2241:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2270:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2271:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2242:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2271:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2273:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2243:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2273:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2274:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2244:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2274:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2276:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2245:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2276:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2277:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2246:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2277:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2279:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2247:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2279:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2280:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2248:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2280:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2282:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2249:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2282:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2283:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2250:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2283:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2285:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2251:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2285:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2286:2: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2252:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2286:2: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2288:2: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2254:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2288:2: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2289:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2253:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2289:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2295:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2294:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2295:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2332:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2329:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2332:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2334:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2330:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2334:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2335:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2331:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2335:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2360:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2352:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2360:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2361:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2353:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2361:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2372:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2366:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2372:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2373:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2367:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2373:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2375:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2368:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2375:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2379:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2370:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2379:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2445:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2439:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2445:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2446:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2440:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2446:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2463:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2451:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2463:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2464:4: style: Variable 'spawn_env' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2449:0: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2464:4: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2467:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2454:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2467:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2468:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2456:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2468:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2470:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2458:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2470:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2491:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2490:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2491:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2538:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2535:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2538:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2540:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2536:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2540:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2541:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2537:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2541:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2593:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2592:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2593:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2611:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2606:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2611:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2612:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2607:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2612:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2615:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2608:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2615:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2616:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2609:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2616:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2630:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2624:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2630:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2631:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2625:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2631:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2632:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2626:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2632:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2639:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2637:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2639:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2641:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2638:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2641:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2651:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2644:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2651:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2652:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2645:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2652:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2653:6: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2643:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2653:6: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2654:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2646:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2654:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2655:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2648:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2655:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2656:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2649:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2656:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2667:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2662:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2667:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2668:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2663:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2668:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2669:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2664:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2669:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2671:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2665:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2671:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2691:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2683:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2691:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2693:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2685:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2693:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2694:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2684:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2694:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2695:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2686:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2695:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2696:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2688:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2696:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2697:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2689:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2697:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2720:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2710:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2720:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2721:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2712:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2721:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2722:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2709:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2722:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2725:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2715:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2725:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2727:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2717:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2727:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2729:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2718:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2729:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2776:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2775:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2776:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2794:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2789:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2794:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2795:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2790:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2795:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2798:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2791:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2798:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2799:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2792:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2799:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2829:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2828:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2829:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2849:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2842:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2849:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2850:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2843:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2850:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2853:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2844:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2853:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2854:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2845:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2854:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2855:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2846:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2855:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2868:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2860:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2868:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2870:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2862:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2870:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2871:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2861:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2871:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2872:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2863:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2872:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2873:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2865:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2873:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2874:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2866:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2874:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2897:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2887:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2897:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2898:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2889:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2898:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2899:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2886:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2899:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2902:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2892:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2902:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2904:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2894:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2904:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2906:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2895:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2906:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2953:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2952:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2953:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2976:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2966:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2976:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2977:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2967:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2977:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2980:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2968:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2980:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2981:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2969:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2981:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2984:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2970:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2984:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2985:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2971:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2985:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2986:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2972:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2986:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2992:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2991:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:2992:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3001:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2995:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3001:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3002:6: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2994:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3002:6: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3004:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2996:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3004:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3005:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2998:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3005:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3006:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:2999:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3006:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3038:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3028:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3038:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3039:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3030:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3039:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3040:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3027:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3040:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3043:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3033:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3043:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3045:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3035:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3045:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3047:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3036:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3047:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3095:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3094:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3095:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3121:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3108:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3121:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3122:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3109:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3122:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3125:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3110:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3125:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3126:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3111:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3126:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3129:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3112:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3129:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3130:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3113:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3130:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3133:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3114:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3133:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3134:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3115:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3134:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3135:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3116:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3135:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3142:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3140:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3142:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3144:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3141:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3144:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3158:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3147:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3158:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3159:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3148:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3159:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3160:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3149:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3160:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3161:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3150:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3161:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3162:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3151:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3162:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3163:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3152:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3163:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3165:6: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3146:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3165:6: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3166:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3153:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3166:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3167:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3155:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3167:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3168:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3156:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3168:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3179:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3174:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3179:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3180:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3175:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3180:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3181:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3176:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3181:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3183:6: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3177:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3183:6: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3197:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3195:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3197:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3199:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3196:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3199:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3213:6: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3202:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3213:6: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3214:6: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3203:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3214:6: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3215:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3204:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3215:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3216:6: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3205:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3216:6: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3217:6: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3206:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3217:6: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3218:6: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3207:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3218:6: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3220:6: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3201:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3220:6: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3221:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3208:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3221:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3222:6: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3210:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3222:6: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3223:6: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3211:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3223:6: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3234:6: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3229:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3234:6: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3235:6: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3230:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3235:6: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3236:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3231:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3236:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3238:6: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3232:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3238:6: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3259:5: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3250:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3259:5: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3261:5: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3252:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3261:5: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3262:5: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3253:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3262:5: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3263:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3251:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3263:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3264:5: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3254:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3264:5: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3265:5: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3256:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3265:5: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3266:5: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3257:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3266:5: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3289:5: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3279:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3289:5: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3290:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3281:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3290:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3291:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3278:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3291:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3294:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3284:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3294:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3296:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3286:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3296:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3298:5: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3287:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3298:5: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3346:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3345:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3346:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3374:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3364:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3374:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3375:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3365:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3375:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3378:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3366:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3378:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3379:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3367:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3379:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3382:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3368:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3382:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3383:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3369:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3383:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3384:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3370:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3384:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3403:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3390:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3403:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3404:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3391:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3404:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3405:5: style: Variable 'filemanager_session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3389:0: note: Variable 'filemanager_session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3405:5: note: Variable 'filemanager_session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3406:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3393:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3406:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3407:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3394:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3407:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3408:5: style: Variable 'filemanager_extras' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3392:0: note: Variable 'filemanager_extras' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3408:5: note: Variable 'filemanager_extras' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3409:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3395:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3409:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3417:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3412:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3417:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3418:6: style: Variable 'filemanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3411:0: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3418:6: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3419:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3413:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3419:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3420:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3414:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3420:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3449:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3434:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3449:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3450:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3435:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3450:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3451:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3436:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3451:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3454:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3438:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3454:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3455:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3439:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3455:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3456:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3440:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3456:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3457:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3441:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3457:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3458:8: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3442:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3458:8: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3459:8: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3443:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3459:8: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3461:8: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3437:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3461:8: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3462:8: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3444:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3462:8: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3463:8: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3446:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3463:8: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3464:8: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3447:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3464:8: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3491:8: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3476:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3491:8: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3492:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3477:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3492:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3493:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3478:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3493:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3496:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3480:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3496:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3497:8: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3481:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3497:8: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3498:8: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3482:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3498:8: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3499:8: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3483:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3499:8: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3500:8: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3484:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3500:8: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3501:8: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3485:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3501:8: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3503:8: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3479:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3503:8: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3504:8: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3486:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3504:8: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3505:8: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3488:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3505:8: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3506:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3489:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3506:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3529:8: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3518:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3529:8: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3530:8: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3519:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3530:8: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3531:8: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3520:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3531:8: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3534:8: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3522:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3534:8: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3535:8: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3523:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3535:8: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3536:8: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3521:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3536:8: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3537:8: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3524:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3537:8: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3538:8: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3526:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3538:8: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3539:8: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3527:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3539:8: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3566:5: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3557:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3566:5: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3568:5: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3559:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3568:5: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3569:5: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3560:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3569:5: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3570:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3558:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3570:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3571:5: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3561:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3571:5: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3572:5: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3563:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3572:5: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3573:5: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3564:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3573:5: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3596:5: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3586:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3596:5: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3597:5: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3588:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3597:5: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3598:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3585:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3598:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3601:5: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3591:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3601:5: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3603:5: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3593:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3603:5: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3605:5: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3594:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3605:5: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3623:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3622:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3623:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3648:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3632:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3648:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3649:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3634:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3649:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3651:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3636:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3651:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3671:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3665:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3671:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3672:5: style: Variable 'create_settings_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3664:0: note: Variable 'create_settings_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3672:5: note: Variable 'create_settings_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3673:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3666:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3673:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3674:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3668:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3674:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3675:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3669:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3675:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3735:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3734:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3735:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3757:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3748:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3757:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3758:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3749:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3758:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3761:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3750:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3761:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3762:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3751:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3762:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3763:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3752:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3763:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3776:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3769:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3776:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3777:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3768:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3777:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3778:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3770:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3778:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3779:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3772:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3779:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3780:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3773:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3780:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3800:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3793:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3800:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3801:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3792:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3801:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3802:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3794:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3802:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3803:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3796:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3803:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3804:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3797:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3804:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3825:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3817:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3825:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3826:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3816:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3826:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3827:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3818:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3827:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3828:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3820:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3828:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3829:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3821:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3829:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3882:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3881:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3882:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3905:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3895:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3905:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3906:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3896:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3906:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3909:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3897:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3909:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3910:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3898:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3910:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3913:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3899:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3913:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3914:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3900:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3914:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3915:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3901:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3915:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3928:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3927:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3928:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3933:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3931:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3933:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3934:6: style: Variable 'test_nm_applet' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3930:0: note: Variable 'test_nm_applet' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3934:6: note: Variable 'test_nm_applet' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3935:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3932:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3935:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3945:7: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3938:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3945:7: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3946:7: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3937:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3946:7: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3947:7: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3939:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3947:7: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3948:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3941:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3948:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3949:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3942:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3949:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3960:7: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3958:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3960:7: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3961:7: style: Variable 'test_wicd' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3957:0: note: Variable 'test_wicd' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3961:7: note: Variable 'test_wicd' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3962:7: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3959:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3962:7: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3972:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3965:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3972:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3973:8: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3964:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3973:8: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3974:8: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3966:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3974:8: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3975:8: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3968:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3975:8: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3976:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3969:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:3976:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4007:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3997:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4007:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4008:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3999:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4008:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4009:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:3996:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4009:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4012:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4002:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4012:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4014:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4004:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4014:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4016:5: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4005:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4016:5: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4064:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4063:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4064:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4084:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4077:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4084:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4085:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4078:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4085:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4088:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4079:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4088:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4089:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4080:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4089:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4090:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4081:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4090:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4103:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4096:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4103:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4104:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4095:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4104:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4105:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4097:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4105:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4106:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4099:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4106:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4107:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4100:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4107:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4130:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4120:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4130:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4131:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4122:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4131:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4132:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4119:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4132:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4135:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4125:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4135:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4137:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4127:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4137:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4139:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4128:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4139:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4185:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4184:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4185:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4209:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4198:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4209:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4210:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4199:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4210:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4213:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4200:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4213:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4214:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4201:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4214:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4217:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4202:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4217:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4218:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4203:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4218:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4221:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4204:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4221:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4222:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4205:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4222:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4223:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4206:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4223:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4243:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4229:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4243:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4244:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4230:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4244:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4245:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4231:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4245:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4246:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4232:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4246:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4247:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4233:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4247:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4248:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4234:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4248:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4249:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4235:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4249:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4250:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4236:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4250:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4253:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4228:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4253:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4254:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4237:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4254:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4255:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4239:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4255:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4256:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4240:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4256:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4279:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4269:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4279:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4280:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4271:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4280:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4281:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4268:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4281:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4284:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4274:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4284:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4286:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4276:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4286:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4288:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4277:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4288:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4336:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4335:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4336:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4356:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4349:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4356:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4357:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4350:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4357:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4360:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4351:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4360:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4361:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4352:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4361:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4362:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4353:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4362:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4375:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4368:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4375:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4376:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4367:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4376:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4377:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4369:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4377:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4378:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4371:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4378:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4379:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4372:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4379:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4402:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4392:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4402:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4403:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4394:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4403:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4404:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4391:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4404:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4407:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4397:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4407:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4409:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4399:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4409:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4411:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4400:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4411:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4457:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4456:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4457:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4477:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4470:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4477:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4478:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4471:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4478:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4481:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4472:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4481:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4482:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4473:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4482:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4483:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4474:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4483:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4496:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4489:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4496:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4497:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4488:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4497:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4498:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4490:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4498:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4499:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4492:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4499:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4500:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4493:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4500:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4523:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4513:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4523:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4524:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4515:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4524:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4525:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4512:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4525:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4528:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4518:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4528:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4530:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4520:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4530:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4532:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4521:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4532:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4549:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4544:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4549:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4550:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4545:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4550:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4551:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4546:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4551:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4559:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4557:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4559:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4560:5: style: Variable 'create_autostart_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4556:0: note: Variable 'create_autostart_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4560:5: note: Variable 'create_autostart_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4561:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4558:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4561:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4614:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4613:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4614:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4630:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4627:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4630:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4631:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4628:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4631:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4644:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4639:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4644:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4645:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4640:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4645:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4646:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4641:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4646:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4659:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4652:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4659:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4660:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4651:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4660:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4661:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4653:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4661:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4662:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4655:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4662:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4663:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4656:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4663:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4686:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4676:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4686:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4687:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4678:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4687:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4688:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4675:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4688:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4691:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4681:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4691:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4693:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4683:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4693:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4695:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4684:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4695:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4711:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4707:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4711:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4756:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4755:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4756:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4778:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4769:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4778:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4779:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4770:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4779:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4782:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4771:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4782:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4783:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4772:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4783:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4786:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4773:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4786:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4787:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4774:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4787:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4788:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4775:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4788:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4799:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4793:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4799:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4800:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4794:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4800:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4801:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4795:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4801:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4828:8: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4827:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4828:8: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4877:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4876:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4877:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4900:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4890:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4900:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4901:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4891:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4901:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4904:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4892:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4904:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4905:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4893:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4905:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4906:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4894:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4906:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4945:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4933:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4945:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4946:5: style: Variable 'tmp_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4932:0: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4946:5: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4947:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4935:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4947:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4948:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4937:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4948:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4949:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4934:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4949:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4952:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4940:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4952:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4954:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4942:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4954:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4956:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4943:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4956:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4979:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4969:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4979:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4980:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4971:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4980:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4981:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4968:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4981:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4984:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4974:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4984:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4986:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4976:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4986:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4988:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:4977:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:4988:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5034:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5033:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5034:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5056:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5047:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5056:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5057:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5048:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5057:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5060:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5049:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5060:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5061:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5050:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5061:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5062:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5051:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5062:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5099:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5089:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5099:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5100:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5091:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5100:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5101:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5088:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5101:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5104:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5094:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5104:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5106:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5096:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5106:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5108:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5097:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5108:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5154:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5153:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5154:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5167:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5178:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5168:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5178:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5181:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5169:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5181:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5182:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5170:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5182:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5185:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5171:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5185:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5186:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5172:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5186:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5187:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5173:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5187:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5205:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5193:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5205:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5206:5: style: Variable 'tmp_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5192:0: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5206:5: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5207:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5195:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5207:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5208:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5197:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5208:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5209:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5194:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5209:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5212:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5200:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5212:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5214:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5202:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5214:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5216:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5203:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5216:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5241:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5229:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5241:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5242:5: style: Variable 'tmp_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5228:0: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5242:5: note: Variable 'tmp_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5243:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5231:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5243:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5244:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5233:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5244:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5245:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5230:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5245:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5248:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5236:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5248:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5250:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5238:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5250:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5252:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5239:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5252:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5275:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5265:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5275:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5276:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5267:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5276:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5277:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5264:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5277:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5280:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5270:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5280:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5282:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5272:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5282:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5284:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5273:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5284:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5331:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5330:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5331:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5350:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5344:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5350:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5351:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5345:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5351:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5354:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5346:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5354:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5355:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5347:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5355:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5356:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5348:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5356:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5367:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5361:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5367:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5368:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5363:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5368:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5369:4: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5360:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5369:4: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5372:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5366:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5372:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5388:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5387:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5388:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5413:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5397:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5413:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5414:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5399:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5414:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5416:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5401:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5416:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5435:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5429:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5435:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5436:5: style: Variable 'create_window_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5428:0: note: Variable 'create_window_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5436:5: note: Variable 'create_window_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5437:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5430:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5437:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5438:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5432:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5438:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5439:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5433:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5439:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5498:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5497:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5498:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5521:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5511:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5521:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5522:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5512:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5522:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5525:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5513:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5525:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5526:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5514:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5526:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5527:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5515:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5527:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5574:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5564:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5574:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5575:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5566:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5575:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5576:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5563:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5576:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5579:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5569:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5579:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5581:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5571:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5581:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5583:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5572:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5583:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5597:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5595:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5597:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5605:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5603:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5605:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5624:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5622:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5624:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5625:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5623:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5625:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5635:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5628:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5635:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5636:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5629:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5636:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5637:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5630:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5637:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5638:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5631:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5638:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5645:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5641:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5645:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5646:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5642:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5646:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5647:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5643:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5647:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5663:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5661:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5663:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5664:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5660:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5664:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5697:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5692:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5697:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5698:2: style: Variable 'notification_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5691:0: note: Variable 'notification_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5698:2: note: Variable 'notification_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5699:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5693:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5699:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5700:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5694:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5700:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5703:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5702:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5703:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5727:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5706:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5727:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5729:4: style: Variable 'reboot_icon_menu' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5705:0: note: Variable 'reboot_icon_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5729:4: note: Variable 'reboot_icon_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5730:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5708:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5730:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5731:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5709:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5731:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5732:4: style: Variable 'line' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5707:0: note: Variable 'line' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5732:4: note: Variable 'line' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5743:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5735:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5743:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5744:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5736:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5744:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5745:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5734:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5745:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5773:5: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5770:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5773:5: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5775:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5771:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5775:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5776:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5772:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5776:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5793:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5791:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5793:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5794:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5792:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5794:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5831:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5830:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5831:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5834:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5833:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5834:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5846:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5843:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5846:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5868:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5865:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5868:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5870:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5866:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5870:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5871:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5867:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5871:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5916:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5907:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5916:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5917:2: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5906:0: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5917:2: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5918:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5912:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5918:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5919:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5913:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5919:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5920:2: style: Variable 'launch_string' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5911:0: note: Variable 'launch_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5920:2: note: Variable 'launch_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5954:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5951:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5954:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5956:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5952:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5956:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5957:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5953:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5957:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5978:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5977:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5978:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5996:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5981:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5996:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5998:5: style: Variable 'language_icon_menu' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5980:0: note: Variable 'language_icon_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5998:5: note: Variable 'language_icon_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5999:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5983:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:5999:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6001:5: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5982:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6001:5: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6002:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5984:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6002:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6004:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5985:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6004:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6006:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5986:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6006:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6008:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5987:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6008:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6009:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5988:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6009:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6011:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5989:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6011:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6012:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5990:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6012:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6013:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:5991:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6013:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6029:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6028:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6029:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6032:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6031:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6032:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6038:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6037:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6038:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6041:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6040:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6041:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6058:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6057:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6058:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6075:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6072:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6075:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6077:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6073:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6077:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6078:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6074:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6078:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6114:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6112:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6114:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6128:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6126:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6128:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6158:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6140:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6158:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6159:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6143:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6159:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6163:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6163:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6164:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6164:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6171:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6169:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6171:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6172:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6170:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6172:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6179:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6177:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6179:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6180:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6178:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6180:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6190:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6188:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6190:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6191:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6189:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6191:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6263:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6263:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6264:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6264:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6265:2: style: Variable 'notification_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6235:0: note: Variable 'notification_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6265:2: note: Variable 'notification_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6266:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6239:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6266:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6267:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6240:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6267:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6268:2: style: Variable 'launch_string' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6238:0: note: Variable 'launch_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6268:2: note: Variable 'launch_string' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6269:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6241:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6269:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6276:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6249:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6276:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6283:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6278:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6283:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6303:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6293:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6303:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6304:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6294:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6304:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6307:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6296:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6307:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6309:4: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6295:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6309:4: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6310:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6297:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6310:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6311:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6298:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6311:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6313:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6299:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6313:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6315:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6300:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6315:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6317:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6301:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6317:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6318:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6302:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6318:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6364:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6361:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6364:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6366:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6362:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6366:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6367:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6363:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6367:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6397:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6388:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6397:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6398:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6389:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6398:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6399:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6390:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6399:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6415:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6410:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6415:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6416:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6411:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6416:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6419:4: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6412:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6419:4: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6421:4: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6413:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6421:4: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6422:4: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6414:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6422:4: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6429:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6428:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6429:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6436:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6433:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6436:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6437:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6434:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6437:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6438:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6435:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6438:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6448:4: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6441:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6448:4: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6450:4: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6442:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6450:4: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6463:5: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6456:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6463:5: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6464:5: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6457:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6464:5: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6465:5: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6458:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6465:5: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6466:5: style: Variable '_tmp53_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6459:0: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6466:5: note: Variable '_tmp53_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6467:5: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6460:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6467:5: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6468:5: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6461:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6468:5: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6469:5: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6462:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6469:5: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6477:5: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6475:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6477:5: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6478:5: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6476:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6478:5: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6506:4: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6484:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6506:4: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6511:4: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6485:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6511:4: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6513:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6487:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6513:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6515:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6488:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6515:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6517:4: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6490:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6517:4: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6519:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6491:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6519:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6521:4: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6493:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6521:4: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6524:4: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6494:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6524:4: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6525:4: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6495:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6525:4: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6527:4: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6497:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6527:4: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6530:4: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6499:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6530:4: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6532:4: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6501:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6532:4: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6546:5: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6541:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6546:5: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6547:5: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6542:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6547:5: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6548:5: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6543:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6548:5: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6549:5: style: Variable '_tmp81_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6544:0: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6549:5: note: Variable '_tmp81_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6565:6: style: Variable '_tmp84_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6558:0: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6565:6: note: Variable '_tmp84_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6566:6: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6559:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6566:6: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6567:6: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6560:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6567:6: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6568:6: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6561:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6568:6: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6569:6: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6562:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6569:6: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6570:6: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6563:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6570:6: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6587:3: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6583:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6587:3: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6588:3: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6584:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6588:3: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6590:3: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6585:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6590:3: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6599:3: style: Variable '_tmp95_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6595:0: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6599:3: note: Variable '_tmp95_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6601:3: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6596:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6601:3: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6602:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6597:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6602:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6627:3: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6607:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6627:3: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6629:3: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6608:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6629:3: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6630:3: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6609:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6630:3: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6632:3: style: Variable '_tmp102_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6610:0: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6632:3: note: Variable '_tmp102_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6634:3: style: Variable '_tmp103_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6611:0: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6634:3: note: Variable '_tmp103_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6635:3: style: Variable '_tmp104_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6612:0: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6635:3: note: Variable '_tmp104_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6637:3: style: Variable '_tmp105_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6614:0: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6637:3: note: Variable '_tmp105_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6639:3: style: Variable 'new_menu' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6613:0: note: Variable 'new_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6639:3: note: Variable 'new_menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6640:3: style: Variable '_tmp106_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6616:0: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6640:3: note: Variable '_tmp106_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6642:3: style: Variable 'new_menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6615:0: note: Variable 'new_menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6642:3: note: Variable 'new_menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6643:3: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6617:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6643:3: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6644:3: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6618:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6644:3: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6646:3: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6619:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6646:3: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6648:3: style: Variable '_tmp110_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6620:0: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6648:3: note: Variable '_tmp110_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6650:3: style: Variable '_tmp111_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6621:0: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6650:3: note: Variable '_tmp111_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6651:3: style: Variable '_tmp112_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6622:0: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6651:3: note: Variable '_tmp112_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6653:3: style: Variable '_tmp113_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6623:0: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6653:3: note: Variable '_tmp113_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6654:3: style: Variable '_tmp114_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6624:0: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6654:3: note: Variable '_tmp114_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6656:3: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6625:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6656:3: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6694:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6687:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6694:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6695:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6688:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6695:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6719:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6716:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6719:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6721:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6717:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6721:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6722:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6718:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6722:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6740:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6733:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6740:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6741:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6734:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6741:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6765:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6762:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6765:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6767:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6763:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6767:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6768:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6764:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6768:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6786:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6779:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6786:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6787:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6780:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6787:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6811:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6808:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6811:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6813:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6809:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6813:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6814:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6810:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6814:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6832:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6825:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6832:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6833:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6826:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6833:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6857:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6854:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6857:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6859:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6855:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6859:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6860:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6856:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6860:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6889:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6882:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6889:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6890:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6883:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6890:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6914:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6911:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6914:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6916:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6912:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6916:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6917:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6913:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6917:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6950:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6933:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6950:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6951:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6934:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6951:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6952:2: style: Variable 'lock_file_name' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6932:0: note: Variable 'lock_file_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6952:2: note: Variable 'lock_file_name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6953:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6936:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6953:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6970:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6958:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6970:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6971:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6959:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6971:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6972:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6960:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6972:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6973:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6961:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6973:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6974:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6962:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6974:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6976:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6964:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6976:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6977:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6965:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6977:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6978:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6966:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6978:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6979:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6967:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6979:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6980:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6968:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6980:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6981:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:6969:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:6981:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7037:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7030:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7037:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7039:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7031:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7039:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7041:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7032:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7041:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7043:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7033:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7043:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7045:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7034:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7045:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7047:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7035:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7047:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7095:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7094:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7095:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7118:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7108:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7118:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7119:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7109:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7119:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7122:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7110:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7122:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7123:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7111:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7123:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7124:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7112:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7124:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7170:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7160:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7170:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7171:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7162:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7171:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7172:5: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7159:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7172:5: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7175:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7165:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7175:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7177:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7167:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7177:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7179:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7168:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7179:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7193:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7191:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7193:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7196:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7195:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7196:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7205:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7203:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7205:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7208:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7207:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7208:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7230:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7223:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7230:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7231:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7224:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7231:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7255:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7252:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7255:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7257:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7253:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7257:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7258:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7254:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7258:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7291:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7284:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7291:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7292:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7285:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7292:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7293:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7286:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7293:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7294:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7287:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7294:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7301:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7297:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7301:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7302:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7298:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7302:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7303:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7299:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7303:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7332:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7322:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7332:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7333:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7323:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7333:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7334:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7324:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7334:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7335:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7325:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7335:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7336:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7326:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7336:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7338:3: style: Variable 'regex' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7321:0: note: Variable 'regex' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7338:3: note: Variable 'regex' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7372:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7371:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7372:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7431:2: style: Variable 'crash_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7420:0: note: Variable 'crash_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7431:2: note: Variable 'crash_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7432:2: style: Variable 'final_crash_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7421:0: note: Variable 'final_crash_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7432:2: note: Variable 'final_crash_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7433:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7423:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7433:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7434:2: style: Variable 'uploaded_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7422:0: note: Variable 'uploaded_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7434:2: note: Variable 'uploaded_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7437:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7427:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7437:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7447:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7441:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7447:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7448:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7442:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7448:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7449:4: style: Variable 'directory' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7440:0: note: Variable 'directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7449:4: note: Variable 'directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7450:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7444:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7450:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7451:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7445:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7451:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7452:4: style: Variable 'enumerator' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7443:0: note: Variable 'enumerator' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7452:4: note: Variable 'enumerator' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7467:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7459:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7467:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7468:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7460:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7468:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7469:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7458:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7469:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7494:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7492:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7494:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7495:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7493:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7495:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7500:7: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7497:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7500:7: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7502:7: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7498:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7502:7: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7503:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7499:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7503:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7508:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7506:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7508:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7509:7: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7507:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7509:7: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7518:8: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7511:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7518:8: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7520:8: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7513:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7520:8: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7521:8: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7514:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7521:8: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7523:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7515:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7523:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7524:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7516:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7524:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7525:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7517:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7525:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7543:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7540:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7543:4: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7545:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7541:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7545:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7546:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7542:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7546:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7565:3: style: Variable 'element_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7563:0: note: Variable 'element_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7565:3: note: Variable 'element_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7569:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7567:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7569:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7570:4: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7568:0: note: Variable 'element' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7570:4: note: Variable 'element' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7575:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7572:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7575:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7577:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7573:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7577:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7583:6: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7580:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7583:6: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7584:6: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7581:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7584:6: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7588:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7587:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7588:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7593:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7591:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7593:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7594:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7592:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7594:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7600:6: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7598:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7600:6: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7601:6: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7599:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7601:6: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7623:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7621:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7623:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7642:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7639:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7642:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7644:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7640:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7644:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7645:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7641:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7645:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7679:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7700:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7694:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7700:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7701:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7695:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7701:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7702:2: style: Variable 'len' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7693:0: note: Variable 'len' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7702:2: note: Variable 'len' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7703:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7697:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7703:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7705:2: style: Variable 'menu' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7696:0: note: Variable 'menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7705:2: note: Variable 'menu' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7706:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7698:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7706:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7709:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7708:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7709:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7713:4: style: Variable 'element_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7711:0: note: Variable 'element_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7713:4: note: Variable 'element_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7717:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7715:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7717:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7718:5: style: Variable 'element' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7716:0: note: Variable 'element' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7718:5: note: Variable 'element' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7741:6: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7721:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7741:6: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7742:6: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7722:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7742:6: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7743:6: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7723:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7743:6: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7744:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7724:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7744:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7745:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7725:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7745:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7746:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7726:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7746:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7749:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7728:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7749:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7751:6: style: Variable 'menu_item' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7727:0: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7751:6: note: Variable 'menu_item' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7752:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7729:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7752:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7753:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7730:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7753:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7754:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7731:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7754:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7755:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7732:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7755:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7756:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7733:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7756:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7759:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7734:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7759:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7761:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7735:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7761:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7763:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7736:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7763:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7764:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7737:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7764:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7802:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7800:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7802:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7825:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7817:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7825:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7870:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7836:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7870:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7871:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7837:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7871:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7904:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7900:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7904:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7905:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7901:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7905:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7906:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7902:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7906:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7923:4: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7921:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7923:4: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7924:4: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7922:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7924:4: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7954:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/app.c:7952:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:7954:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/app.c:1809:26: style: Variable '_create_command_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/app.c:7014:17: style: Variable 'fcntl_return' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/app.c:7578:23: style: Variable '_tmp33__length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/autostart.c:364:18: warning: Either the condition 'builder==NULL' is redundant or there is possible null pointer dereference: _tmp29_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/autostart.c:394:8: note: Assuming that condition 'builder==NULL' is not redundant
lxsession-0.5.3/lxsession/autostart.c:363:18: note: Assignment '_tmp29_=builder', assigned value is 0
lxsession-0.5.3/lxsession/autostart.c:364:18: note: Null pointer dereference
lxsession-0.5.3/lxsession/autostart.c:478:14: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: e. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/autostart.c:480:4: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession/autostart.c:478:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/autostart.c:125:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:123:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:125:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:126:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:124:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:126:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:158:2: style: Variable 'string_length' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:140:0: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:158:2: note: Variable 'string_length' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:159:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:143:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:159:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:163:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:161:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:163:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:164:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:162:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:164:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:171:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:169:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:171:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:172:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:170:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:172:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:179:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:177:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:179:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:180:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:178:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:180:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:190:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:188:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:190:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:191:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:189:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:191:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:215:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:214:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:215:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:233:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:232:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:233:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:256:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:243:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:256:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:244:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:258:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:245:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:258:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:259:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:246:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:259:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:261:2: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:242:0: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:261:2: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:262:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:248:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:262:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:263:2: style: Variable 'app_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:247:0: note: Variable 'app_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:263:2: note: Variable 'app_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:264:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:249:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:264:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:265:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:250:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:265:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:266:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:251:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:266:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:269:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:252:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:269:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:270:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:253:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:270:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:279:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:274:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:279:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:280:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:275:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:280:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:281:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:273:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:281:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:301:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:289:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:301:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:302:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:290:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:302:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:303:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:288:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:303:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:356:8: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:330:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:356:8: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:357:8: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:329:0: note: Variable 'builder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:357:8: note: Variable 'builder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:358:8: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:331:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:358:8: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:359:8: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:332:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:359:8: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:361:8: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:333:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:361:8: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:363:8: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:335:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:363:8: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:364:8: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:336:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:364:8: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:365:8: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:338:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:365:8: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:366:8: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:334:0: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:366:8: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:369:8: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:342:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:369:8: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:371:8: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:344:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:371:8: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:372:8: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:345:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:372:8: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:373:8: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:346:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:373:8: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:375:8: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:348:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:375:8: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:430:8: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:410:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:430:8: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:431:8: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:412:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:431:8: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:432:8: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:409:0: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:432:8: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:435:8: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:416:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:435:8: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:437:8: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:418:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:437:8: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:438:8: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:419:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:438:8: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:439:8: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:420:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:439:8: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:441:8: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:422:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:441:8: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:476:4: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:474:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:476:4: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:478:4: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:475:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:478:4: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:504:4: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/autostart.c:503:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/autostart.c:504:4: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:225:15: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp11_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/conffiles.c:227:5: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/conffiles.c:224:15: note: Assignment '_tmp11_=err', assigned value is 0
lxsession-0.5.3/lxsession/conffiles.c:225:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/conffiles.c:258:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp15_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/conffiles.c:260:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/conffiles.c:257:14: note: Assignment '_tmp15_=err', assigned value is 0
lxsession-0.5.3/lxsession/conffiles.c:258:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/conffiles.c:321:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/conffiles.c:325:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/conffiles.c:320:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession/conffiles.c:321:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/conffiles.c:112:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:104:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:112:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:113:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:105:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:113:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:114:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:106:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:114:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:127:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:123:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:127:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:128:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:124:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:128:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:129:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:125:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:129:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:130:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:126:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:130:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:135:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:133:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:135:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:136:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:134:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:136:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:144:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:140:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:144:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:145:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:141:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:145:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:146:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:142:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:146:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:147:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:143:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:147:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:152:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:150:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:152:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:153:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:151:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:153:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:161:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:159:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:161:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:162:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:160:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:162:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:191:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:177:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:191:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:192:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:178:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:192:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:193:2: style: Variable 'source_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:176:0: note: Variable 'source_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:193:2: note: Variable 'source_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:194:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:180:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:194:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:195:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:181:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:195:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:196:2: style: Variable 'dest_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:179:0: note: Variable 'dest_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:196:2: note: Variable 'dest_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:197:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:183:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:197:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:198:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:184:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:198:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:199:2: style: Variable 'dest_directory' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:182:0: note: Variable 'dest_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:199:2: note: Variable 'dest_directory' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:200:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:185:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:200:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:201:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:186:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:201:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:205:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:203:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:205:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:206:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:204:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:206:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:210:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:209:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:210:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:222:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:219:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:222:5: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:224:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:220:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:224:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:225:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:221:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:225:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:242:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:240:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:242:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:243:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:241:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:243:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:255:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:252:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:255:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:257:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:253:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:257:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:258:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:254:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:258:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:290:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:286:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:290:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:291:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:287:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:291:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:292:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:288:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:292:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:293:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:285:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:293:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:318:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:314:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:318:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:320:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:315:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:320:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:321:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:316:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:321:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:323:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:317:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:323:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:344:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:338:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:344:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:345:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:339:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:345:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:346:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:340:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:346:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:352:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:348:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:352:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:353:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:349:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:353:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:354:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:350:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:354:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:355:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:351:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:355:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:371:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:363:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:371:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:373:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:364:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:373:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:375:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:365:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:375:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:377:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:366:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:377:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:379:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:367:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:379:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:381:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:368:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:381:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:383:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:369:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:383:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:407:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:395:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:407:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:408:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:396:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:408:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:410:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:397:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:410:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:411:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:398:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:411:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:413:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:399:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:413:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:414:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:400:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:414:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:416:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:401:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:416:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:417:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:402:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:417:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:419:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:403:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:419:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:420:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:404:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:420:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:422:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:405:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:422:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:423:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/conffiles.c:406:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/conffiles.c:423:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:72:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:70:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:72:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:91:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:85:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:91:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:92:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:86:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:92:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:93:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:87:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:93:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:94:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:88:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:94:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:95:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:89:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:95:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:97:2: style: Variable 'create_command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:84:0: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:97:2: note: Variable 'create_command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:113:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/control.c:112:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/control.c:113:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:377:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/dbus-common.c:379:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/dbus-common.c:376:12: note: Assignment '_tmp1_=err', assigned value is 0
lxsession-0.5.3/lxsession/dbus-common.c:377:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/dbus-common.c:415:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp1_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/dbus-common.c:417:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/dbus-common.c:414:12: note: Assignment '_tmp1_=err', assigned value is 0
lxsession-0.5.3/lxsession/dbus-common.c:415:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/dbus-common.c:196:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:194:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:196:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:201:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:199:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:201:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:202:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:198:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:202:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:221:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:220:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:221:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:260:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:256:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:260:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:357:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:356:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:357:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:374:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:371:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:374:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:376:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:372:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:376:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:377:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:373:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:377:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:395:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:394:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:395:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:412:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:409:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:412:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:414:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:410:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:414:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:415:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:411:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:415:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:843:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:840:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:843:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:844:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:841:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:844:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:845:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:842:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:845:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:862:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:860:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:862:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:864:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:861:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:864:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:884:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:881:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:884:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:885:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:882:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:885:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:886:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:883:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:886:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:903:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:901:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:903:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:905:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-common.c:902:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:905:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-common.c:342:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lxsession-0.5.3/lxsession/dbus-common.c:797:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-common.c:806:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:301:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:298:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:301:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:310:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:307:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:310:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:340:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:332:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:340:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:342:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:333:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:342:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:343:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:334:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:343:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:346:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:335:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:346:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:347:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:336:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:347:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:395:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:391:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:395:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:450:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:440:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:450:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:452:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:441:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:452:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:453:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:442:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:453:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:456:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:443:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:456:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:458:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:444:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:458:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:459:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:445:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:459:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:462:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:446:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:462:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:491:3: style: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:490:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:491:3: note: Variable '_data_->_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:499:3: style: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:498:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:499:3: note: Variable '_data_->_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:531:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:526:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:531:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:533:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:527:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:533:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:554:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:553:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:554:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:572:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:570:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:572:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:573:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:569:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:573:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:593:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:589:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:593:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:628:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:627:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:628:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:652:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:649:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:652:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:653:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:650:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:653:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:661:2: style: Variable '_vala_running' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:659:0: note: Variable '_vala_running' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:661:2: note: Variable '_vala_running' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:670:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:669:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:670:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:718:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:716:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:718:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:782:2: style: Variable 'value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:775:0: note: Variable 'value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:782:2: note: Variable 'value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:808:2: style: Variable 'mess' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:799:0: note: Variable 'mess' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:808:2: note: Variable 'mess' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:811:2: style: Variable 'fatal' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:801:0: note: Variable 'fatal' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:811:2: note: Variable 'fatal' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:833:2: style: Variable 'app_id' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:827:0: note: Variable 'app_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:833:2: note: Variable 'app_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:836:2: style: Variable 'client_startup_id' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:829:0: note: Variable 'client_startup_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:836:2: note: Variable 'client_startup_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:899:2: style: Variable 'app_id' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:889:0: note: Variable 'app_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:899:2: note: Variable 'app_id' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:902:2: style: Variable 'toplevel_xid' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:891:0: note: Variable 'toplevel_xid' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:902:2: note: Variable 'toplevel_xid' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:905:2: style: Variable 'reason' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:893:0: note: Variable 'reason' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:905:2: note: Variable 'reason' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:908:2: style: Variable 'flags' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:895:0: note: Variable 'flags' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:908:2: note: Variable 'flags' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:942:2: style: Variable 'inhibit_cookie' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:938:0: note: Variable 'inhibit_cookie' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:942:2: note: Variable 'inhibit_cookie' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:1021:2: style: Variable 'mode' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:1014:0: note: Variable 'mode' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:1021:2: note: Variable 'mode' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-gnome-session.c:356:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:403:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-gnome-session.c:541:11: style: Variable '_data_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:887:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:885:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:887:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:888:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:884:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:888:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:913:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:909:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:913:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:948:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:947:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:948:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:972:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:970:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:972:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:973:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:969:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:973:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:983:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:981:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:983:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:984:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:980:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:984:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:994:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:992:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:994:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:995:2: style: Variable 'session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:991:0: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:995:2: note: Variable 'session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1014:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1012:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1014:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1037:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1032:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1037:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1038:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1034:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1038:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1061:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1055:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1061:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1062:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1056:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1062:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1063:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1057:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1063:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1082:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1075:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1082:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1083:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1076:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1083:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1084:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1077:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1084:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1095:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1093:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1095:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1118:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1113:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1118:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1119:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1115:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1119:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1142:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1136:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1142:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1143:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1137:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1143:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1144:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1138:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1144:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1163:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1156:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1163:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1164:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1157:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1164:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1165:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1158:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1165:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1176:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1174:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1176:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1199:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1194:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1199:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1200:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1196:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1200:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1223:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1217:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1223:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1224:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1218:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1224:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1225:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1219:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1225:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1244:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1237:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1244:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1245:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1238:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1245:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1246:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1239:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1246:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1257:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1255:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1257:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1280:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1275:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1280:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1281:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1277:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1281:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1304:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1298:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1304:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1305:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1299:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1305:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1306:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1300:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1306:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1325:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1318:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1325:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1326:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1319:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1326:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1327:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1320:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1327:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1338:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1336:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1338:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1361:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1356:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1361:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1362:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1358:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1362:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1385:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1379:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1385:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1386:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1380:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1386:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1387:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1381:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1387:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1406:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1399:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1406:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1407:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1400:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1407:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1408:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1401:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1408:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1420:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1414:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1420:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1421:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1415:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1421:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1422:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1416:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1422:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1423:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1417:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1423:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1429:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1428:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1429:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1438:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1432:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1438:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1439:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1433:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1439:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1440:4: style: Variable 'keymap' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1431:0: note: Variable 'keymap' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1440:4: note: Variable 'keymap' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1441:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1434:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1441:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1442:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1435:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1442:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1451:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1449:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1451:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1464:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1462:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1464:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1487:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1482:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1487:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1488:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1484:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1488:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1511:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1505:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1511:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1512:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1506:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1512:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1513:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1507:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1513:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1532:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1525:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1532:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1533:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1526:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1533:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1534:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1527:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1534:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1554:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1554:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1546:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1547:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1559:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1549:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1559:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1564:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1550:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1564:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1601:2: style: Variable 'tmp' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1577:0: note: Variable 'tmp' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1601:2: note: Variable 'tmp' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1602:2: style: Variable 'tmp_type' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1582:0: note: Variable 'tmp_type' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1602:2: note: Variable 'tmp_type' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1603:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1583:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1603:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1604:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1584:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1604:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1621:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1619:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1621:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1622:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1620:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1622:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1667:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1653:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1667:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1668:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1654:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1668:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1669:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1655:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1669:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1680:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1674:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1680:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1681:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1675:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1681:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1682:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1676:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1682:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1683:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1677:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1683:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1702:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1696:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1702:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1703:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1697:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1703:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1704:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1698:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1704:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1705:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1699:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1705:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1723:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1718:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1723:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1724:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1719:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1724:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1725:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1720:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1725:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1726:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1721:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1726:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1729:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1722:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1729:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1768:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1754:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1768:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1769:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1755:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1769:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1770:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1756:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1770:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1788:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1785:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1788:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1789:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1786:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1789:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1792:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1787:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1792:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1795:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1794:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1795:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1807:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1806:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1807:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1832:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1822:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1832:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1833:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1823:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1833:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1834:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1824:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1834:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1835:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1825:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1835:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1836:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1826:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1836:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1851:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1844:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1851:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1857:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1847:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1857:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1860:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1859:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1860:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1890:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1863:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1890:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1891:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1864:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1891:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1892:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1865:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1892:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1938:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1937:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1938:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1948:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1947:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1948:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1962:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1961:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1962:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2000:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1999:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2000:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2094:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2093:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2094:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2099:7: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2098:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2099:7: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2104:8: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2103:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2104:8: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2118:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2117:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2118:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2123:7: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2122:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2123:7: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2139:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2136:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2139:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2140:6: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2137:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2140:6: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2141:6: style: Variable 'application' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2135:0: note: Variable 'application' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2141:6: note: Variable 'application' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2142:6: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2138:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2142:6: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2162:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2156:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2162:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2163:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2157:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2163:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2164:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2158:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2164:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2165:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2159:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2165:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2171:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2170:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2171:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2179:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2174:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2179:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2180:4: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2173:0: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2180:4: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2181:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2175:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2181:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2182:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2176:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2182:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2191:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2189:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2191:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2205:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2199:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2205:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2206:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2200:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2206:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2207:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2201:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2207:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2208:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2202:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2208:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2214:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2213:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2214:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2223:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2217:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2223:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2224:4: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2216:0: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2224:4: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2225:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2218:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2225:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2226:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2219:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2226:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2237:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2235:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2237:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2251:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2245:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2251:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2252:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2246:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2252:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2253:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2247:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2253:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2254:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2248:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2254:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2260:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2259:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2260:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2268:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2263:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2268:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2269:4: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2262:0: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2269:4: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2270:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2264:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2270:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2271:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2265:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2271:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2280:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2278:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2280:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2294:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2294:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2295:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2295:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2296:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2290:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2296:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2297:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2291:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2297:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2303:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2302:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2303:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2311:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2306:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2311:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2312:4: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2305:0: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2312:4: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2313:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2307:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2313:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2314:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2308:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2314:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2323:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2321:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2323:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2337:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2331:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2337:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2338:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2332:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2338:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2339:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2333:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2339:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2340:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2334:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2340:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2346:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2345:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2346:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2354:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2349:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2354:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2355:4: style: Variable 'crash' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2348:0: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2355:4: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2356:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2350:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2356:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2357:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2351:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2357:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2366:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2364:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2366:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2380:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2374:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2380:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2381:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2375:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2381:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2382:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2376:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2382:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2383:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2377:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2383:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2389:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2388:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2389:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2398:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2392:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2398:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2399:4: style: Variable 'crash' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2391:0: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2399:4: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2400:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2393:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2400:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2401:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2394:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2401:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2410:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2408:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2410:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2424:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2418:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2424:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2425:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2419:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2425:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2426:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2420:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2426:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2427:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2421:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2427:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2433:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2432:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2433:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2442:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2436:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2442:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2443:4: style: Variable 'crash' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2435:0: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2443:4: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2444:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2437:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2444:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2445:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2438:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2445:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2454:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2452:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2454:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2468:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2462:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2468:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2469:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2463:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2469:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2470:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2464:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2470:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2471:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2465:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2471:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2477:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2476:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2477:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2485:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2480:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2485:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2486:4: style: Variable 'keyring' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2479:0: note: Variable 'keyring' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2486:4: note: Variable 'keyring' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2487:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2481:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2487:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2488:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2482:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2488:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2497:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2495:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2497:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2511:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2505:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2511:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2512:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2506:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2512:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2513:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2507:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2513:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2514:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2508:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2514:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2520:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2519:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2520:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2528:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2523:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2528:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2529:4: style: Variable 'xrandr' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2522:0: note: Variable 'xrandr' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2529:4: note: Variable 'xrandr' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2530:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2524:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2530:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2531:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2525:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2531:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2540:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2538:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2540:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2554:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2548:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2554:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2555:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2549:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2555:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2556:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2550:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2556:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2557:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2551:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2557:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2563:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2562:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2563:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2571:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2566:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2571:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2572:4: style: Variable 'proxy' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2565:0: note: Variable 'proxy' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2572:4: note: Variable 'proxy' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2573:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2567:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2573:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2574:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2568:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2574:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2583:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2581:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2583:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2597:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2591:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2597:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2598:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2592:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2598:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2599:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2593:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2599:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2600:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2594:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2600:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2606:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2605:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2606:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2614:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2609:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2614:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2615:4: style: Variable 'a11y' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2608:0: note: Variable 'a11y' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2615:4: note: Variable 'a11y' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2616:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2610:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2616:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2617:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2611:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2617:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2626:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2624:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2626:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2640:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2634:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2640:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2641:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2635:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2641:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2642:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2636:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2642:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2643:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2637:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2643:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2649:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2648:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2649:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2656:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2652:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2656:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2657:4: style: Variable 'xsettings' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2651:0: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2657:4: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2658:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2653:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2658:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2659:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2654:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2659:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2667:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2666:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2667:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2681:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2675:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2681:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2682:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2676:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2682:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2683:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2677:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2683:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2684:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2678:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2684:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2690:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2689:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2690:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2697:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2693:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2697:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2698:4: style: Variable 'audio' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2692:0: note: Variable 'audio' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2698:4: note: Variable 'audio' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2699:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2694:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2699:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2700:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2695:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2700:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2708:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2707:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2708:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2722:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2716:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2722:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2723:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2717:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2723:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2724:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2718:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2724:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2725:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2719:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2725:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2731:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2730:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2731:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2738:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2734:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2738:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2739:4: style: Variable 'quit' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2733:0: note: Variable 'quit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2739:4: note: Variable 'quit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2740:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2735:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2740:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2741:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2736:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2741:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2749:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2748:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2749:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2763:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2757:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2763:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2764:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2758:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2764:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2765:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2759:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2765:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2766:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2760:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2766:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2772:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2771:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2772:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2779:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2775:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2779:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2780:4: style: Variable 'workspace' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2774:0: note: Variable 'workspace' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2780:4: note: Variable 'workspace' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2781:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2776:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2781:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2782:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2777:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2782:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2790:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2789:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2790:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2804:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2798:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2804:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2805:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2799:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2805:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2806:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2800:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2806:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2807:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2801:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2807:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2813:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2812:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2813:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2820:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2816:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2820:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2821:4: style: Variable 'launcher' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2815:0: note: Variable 'launcher' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2821:4: note: Variable 'launcher' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2822:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2817:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2822:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2823:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2818:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2823:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2831:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2830:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2831:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2845:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2839:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2845:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2846:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2840:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2846:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2847:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2841:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2847:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2848:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2842:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2848:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2854:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2853:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2854:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2862:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2857:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2862:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2863:4: style: Variable 'terminal' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2856:0: note: Variable 'terminal' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2863:4: note: Variable 'terminal' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2864:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2858:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2864:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2865:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2859:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2865:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2875:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2873:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2875:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2876:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2874:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2876:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2890:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2884:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2890:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2891:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2885:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2891:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2892:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2886:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2892:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2893:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2887:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2893:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2899:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2898:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2899:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2906:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2902:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2906:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2907:4: style: Variable 'screenshot' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2901:0: note: Variable 'screenshot' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2907:4: note: Variable 'screenshot' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2908:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2903:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2908:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2909:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2904:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2909:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2917:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2916:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2917:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2931:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2925:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2931:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2932:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2926:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2932:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2933:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2927:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2933:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2934:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2928:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2934:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2940:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2939:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2940:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2947:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2943:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2947:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2948:4: style: Variable 'screenshot' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2942:0: note: Variable 'screenshot' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2948:4: note: Variable 'screenshot' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2949:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2944:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2949:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2950:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2945:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2950:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2958:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2957:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2958:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2972:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2966:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2972:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2973:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2967:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2973:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2974:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2968:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2974:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2975:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2969:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2975:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2981:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2980:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2981:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2989:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2984:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2989:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2990:4: style: Variable 'filemanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2983:0: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2990:4: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2991:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2985:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2991:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2992:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2986:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2992:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3001:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:2999:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3001:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3015:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3009:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3015:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3016:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3010:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3016:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3017:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3011:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3017:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3018:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3012:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3018:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3026:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3024:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3026:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3027:3: style: Variable 'filemanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3023:0: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3027:3: note: Variable 'filemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3028:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3025:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3028:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3042:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3036:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3042:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3043:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3037:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3043:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3044:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3038:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3044:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3045:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3039:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3045:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3051:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3050:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3051:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3059:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3054:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3059:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3060:4: style: Variable 'panel' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3053:0: note: Variable 'panel' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3060:4: note: Variable 'panel' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3061:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3055:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3061:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3062:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3056:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3062:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3071:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3069:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3071:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3085:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3079:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3085:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3086:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3080:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3086:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3087:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3081:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3087:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3088:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3082:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3088:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3094:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3093:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3094:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3102:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3097:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3102:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3103:4: style: Variable 'dock' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3096:0: note: Variable 'dock' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3103:4: note: Variable 'dock' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3104:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3098:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3104:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3105:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3099:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3105:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3114:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3112:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3114:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3128:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3122:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3128:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3129:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3123:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3129:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3130:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3124:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3130:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3131:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3125:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3131:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3137:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3136:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3137:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3145:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3140:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3145:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3146:4: style: Variable 'windowsmanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3139:0: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3146:4: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3147:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3141:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3147:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3148:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3142:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3148:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3157:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3155:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3157:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3171:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3165:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3171:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3172:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3166:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3172:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3173:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3167:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3173:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3174:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3168:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3174:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3180:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3179:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3180:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3188:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3183:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3188:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3189:4: style: Variable 'desktop' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3182:0: note: Variable 'desktop' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3189:4: note: Variable 'desktop' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3190:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3184:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3190:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3191:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3185:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3191:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3200:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3198:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3200:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3208:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3215:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3209:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3215:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3216:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3210:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3216:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3217:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3211:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3217:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3223:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3222:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3223:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3231:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3226:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3231:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3232:4: style: Variable 'desktop' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3225:0: note: Variable 'desktop' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3232:4: note: Variable 'desktop' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3233:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3227:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3233:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3234:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3228:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3234:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3243:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3241:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3243:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3257:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3251:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3257:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3258:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3252:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3258:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3259:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3253:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3259:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3260:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3254:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3260:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3266:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3265:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3266:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3274:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3269:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3274:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3275:4: style: Variable 'screensaver' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3268:0: note: Variable 'screensaver' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3275:4: note: Variable 'screensaver' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3276:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3270:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3276:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3277:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3271:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3277:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3286:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3284:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3286:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3300:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3294:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3300:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3301:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3295:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3301:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3302:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3296:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3302:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3303:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3297:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3303:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3309:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3308:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3309:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3317:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3312:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3317:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3318:4: style: Variable 'powermanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3311:0: note: Variable 'powermanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3318:4: note: Variable 'powermanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3319:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3313:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3319:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3320:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3314:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3320:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3329:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3327:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3329:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3343:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3337:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3343:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3344:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3338:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3344:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3345:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3339:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3345:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3346:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3340:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3346:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3352:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3351:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3352:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3360:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3355:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3360:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3361:4: style: Variable 'polkit' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3354:0: note: Variable 'polkit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3361:4: note: Variable 'polkit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3362:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3356:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3362:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3363:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3357:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3363:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3372:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3370:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3372:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3386:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3380:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3386:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3387:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3381:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3387:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3388:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3382:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3388:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3389:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3383:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3389:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3395:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3394:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3395:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3403:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3398:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3403:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3404:4: style: Variable 'networkgui' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3397:0: note: Variable 'networkgui' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3404:4: note: Variable 'networkgui' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3405:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3399:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3405:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3406:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3400:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3406:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3415:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3413:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3415:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3429:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3423:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3429:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3430:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3424:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3430:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3431:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3425:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3431:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3432:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3426:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3432:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3438:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3437:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3438:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3451:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3441:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3451:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3452:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3442:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3452:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3453:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3443:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3453:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3454:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3444:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3454:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3455:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3445:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3455:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3457:4: style: Variable 'messagemanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3440:0: note: Variable 'messagemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3457:4: note: Variable 'messagemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3458:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3446:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3458:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3459:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3447:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3459:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3468:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3466:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3468:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3482:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3476:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3482:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3483:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3477:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3483:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3484:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3478:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3484:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3485:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3479:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3485:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3491:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3490:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3491:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3500:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3494:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3500:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3501:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3495:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3501:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3502:4: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3493:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3502:4: note: Variable 'clipboard' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3503:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3496:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3503:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3504:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3497:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3504:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3514:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3511:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3514:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3516:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3512:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3516:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3537:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3533:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3537:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3562:2: style: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3561:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3562:2: note: Variable '_data_->_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3579:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3576:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3579:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3580:2: style: Variable 'icon_test' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3575:0: note: Variable 'icon_test' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3580:2: note: Variable 'icon_test' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3588:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3587:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3588:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3783:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3771:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3783:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3818:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3808:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3818:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3821:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3810:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3821:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3852:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3841:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3852:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3855:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3843:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3855:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3858:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3845:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3858:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3920:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3908:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3920:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3955:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3945:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3955:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3958:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3947:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3958:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3989:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3978:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3989:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3992:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3980:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3992:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3995:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3982:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:3995:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4057:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4045:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4057:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4092:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4082:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4092:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4095:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4084:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4095:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4126:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4115:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4126:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4129:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4117:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4129:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4132:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4119:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4132:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4194:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4182:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4194:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4229:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4219:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4229:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4232:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4221:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4232:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4263:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4252:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4263:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4266:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4254:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4266:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4269:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4256:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4269:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4331:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4319:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4331:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4366:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4356:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4366:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4369:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4358:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4369:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4400:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4389:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4400:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4403:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4391:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4403:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4406:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4393:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4406:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4486:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4474:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4486:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4521:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4511:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4521:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4524:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4513:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4524:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4555:2: style: Variable 'key1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4544:0: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4555:2: note: Variable 'key1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4558:2: style: Variable 'key2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4546:0: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4558:2: note: Variable 'key2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4561:2: style: Variable 'command_to_set' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4548:0: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4561:2: note: Variable 'command_to_set' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4589:2: style: Variable 'name' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4580:0: note: Variable 'name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4589:2: note: Variable 'name' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4592:2: style: Variable 'option' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4582:0: note: Variable 'option' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4592:2: note: Variable 'option' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/dbus-lxde-session.c:1563:16: style: Variable '_list_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4875:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/dbus-lxde-session.c:4884:11: style: Variable 'object' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:761:13: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/environement.c:763:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession/environement.c:760:13: note: Assignment '_tmp22_=e', assigned value is 0
lxsession-0.5.3/lxsession/environement.c:761:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/environement.c:132:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:118:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:132:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:133:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:119:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:133:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:134:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:120:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:134:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:137:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:121:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:137:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:138:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:122:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:138:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:141:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:123:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:141:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:142:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:124:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:142:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:143:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:125:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:143:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:146:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:126:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:146:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:147:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:127:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:147:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:150:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:128:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:150:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:151:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:129:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:151:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:178:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:164:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:178:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:181:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:166:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:181:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:184:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:167:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:184:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:185:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:168:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:185:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:187:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:169:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:187:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:188:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:170:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:188:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:190:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:171:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:190:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:191:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:172:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:191:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:193:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:173:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:193:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:194:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:174:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:194:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:197:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:175:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:197:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:202:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:199:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:202:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:203:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:200:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:203:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:206:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:201:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:206:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:220:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:214:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:220:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:222:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:215:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:222:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:223:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:216:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:223:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:224:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:217:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:224:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:243:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:236:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:243:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:244:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:237:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:244:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:245:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:238:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:245:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:248:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:239:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:248:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:250:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:240:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:250:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:282:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:271:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:282:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:283:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:272:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:283:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:286:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:273:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:286:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:287:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:274:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:287:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:290:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:275:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:290:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:294:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:292:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:294:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:297:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:293:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:297:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:304:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:302:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:304:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:307:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:303:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:307:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:318:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:313:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:318:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:319:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:314:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:319:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:320:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:315:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:320:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:321:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:316:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:321:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:329:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:327:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:329:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:332:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:328:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:332:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:353:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:350:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:353:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:354:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:351:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:354:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:357:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:352:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:357:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:382:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:361:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:382:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:383:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:363:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:383:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:384:3: style: Variable 'custom_config_array' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:360:0: note: Variable 'custom_config_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:384:3: note: Variable 'custom_config_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:387:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:367:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:387:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:388:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:369:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:388:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:389:3: style: Variable 'config_dirs_array' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:366:0: note: Variable 'config_dirs_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:389:3: note: Variable 'config_dirs_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:392:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:373:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:392:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:393:3: style: Variable 'custom_config_check' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:372:0: note: Variable 'custom_config_check' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:393:3: note: Variable 'custom_config_check' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:394:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:374:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:394:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:401:4: style: Variable 'custom_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:397:0: note: Variable 'custom_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:401:4: note: Variable 'custom_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:406:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:404:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:406:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:407:5: style: Variable 'custom_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:405:0: note: Variable 'custom_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:407:5: note: Variable 'custom_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:413:6: style: Variable 'delete_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:409:0: note: Variable 'delete_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:413:6: note: Variable 'delete_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:414:6: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:410:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:414:6: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:421:7: style: Variable 'config_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:417:0: note: Variable 'config_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:421:7: note: Variable 'config_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:426:8: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:424:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:426:8: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:427:8: style: Variable 'config_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:425:0: note: Variable 'config_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:427:8: note: Variable 'config_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:431:9: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:429:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:431:9: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:432:9: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:430:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:432:9: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:447:7: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:442:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:447:7: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:448:7: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:443:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:448:7: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:449:7: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:444:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:449:7: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:450:7: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:445:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:450:7: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:451:7: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:446:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:451:7: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:479:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:477:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:479:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:487:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:484:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:487:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:488:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:485:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:488:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:491:3: style: Variable '_tmp51_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:486:0: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:491:3: note: Variable '_tmp51_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:516:3: style: Variable '_tmp52_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:495:0: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:516:3: note: Variable '_tmp52_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:517:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:497:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:517:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:518:3: style: Variable 'custom_data_array' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:494:0: note: Variable 'custom_data_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:518:3: note: Variable 'custom_data_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:521:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:501:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:521:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:522:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:503:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:522:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:523:3: style: Variable 'data_dirs_array' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:500:0: note: Variable 'data_dirs_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:523:3: note: Variable 'data_dirs_array' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:526:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:507:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:526:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:527:3: style: Variable 'custom_data_check' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:506:0: note: Variable 'custom_data_check' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:527:3: note: Variable 'custom_data_check' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:528:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:508:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:528:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:535:4: style: Variable 'custom_data_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:531:0: note: Variable 'custom_data_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:535:4: note: Variable 'custom_data_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:540:5: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:538:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:540:5: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:541:5: style: Variable 'custom_data_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:539:0: note: Variable 'custom_data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:541:5: note: Variable 'custom_data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:547:6: style: Variable 'delete_data_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:543:0: note: Variable 'delete_data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:547:6: note: Variable 'delete_data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:548:6: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:544:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:548:6: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:555:7: style: Variable 'data_str_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:551:0: note: Variable 'data_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:555:7: note: Variable 'data_str_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:560:8: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:558:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:560:8: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:561:8: style: Variable 'data_str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:559:0: note: Variable 'data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:561:8: note: Variable 'data_str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:565:9: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:563:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:565:9: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:566:9: style: Variable '_tmp64_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:564:0: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:566:9: note: Variable '_tmp64_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:581:7: style: Variable '_tmp66_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:576:0: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:581:7: note: Variable '_tmp66_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:582:7: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:577:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:582:7: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:583:7: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:578:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:583:7: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:584:7: style: Variable '_tmp69_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:579:0: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:584:7: note: Variable '_tmp69_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:585:7: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:580:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:585:7: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:613:3: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:611:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:613:3: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:630:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:625:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:630:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:631:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:626:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:631:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:632:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:627:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:632:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:648:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:638:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:648:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:649:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:640:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:649:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:650:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:637:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:650:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:679:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:672:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:679:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:680:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:674:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:680:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:681:4: style: Variable 'env_list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:671:0: note: Variable 'env_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:681:4: note: Variable 'env_list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:702:5: style: Variable 'entry_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:698:0: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:702:5: note: Variable 'entry_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:707:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:705:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:707:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:708:6: style: Variable 'entry' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:706:0: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:708:6: note: Variable 'entry' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:711:7: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:710:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:711:7: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:719:8: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:713:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:719:8: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:721:8: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:715:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:721:8: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:722:8: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:716:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:722:8: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:723:8: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:717:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:723:8: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:724:8: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:714:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:724:8: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:758:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:755:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:758:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:760:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:756:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:760:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:761:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:757:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:761:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:814:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:779:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:814:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:817:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:780:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:817:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:818:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:781:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:818:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:821:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:782:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:821:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:824:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:823:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:824:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:849:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:836:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:849:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:850:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:837:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:850:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:851:3: style: Variable 'toolkit_variable' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:835:0: note: Variable 'toolkit_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:851:3: note: Variable 'toolkit_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:852:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:838:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:852:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:853:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:839:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:853:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:854:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:840:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:854:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:947:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:944:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:947:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:948:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:945:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:948:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:949:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:946:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:949:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:960:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:959:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:960:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:965:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:962:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:965:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:966:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:963:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:966:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:967:4: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:964:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:967:4: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:995:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:986:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:995:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:996:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:987:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:996:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:997:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:988:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:997:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1000:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:989:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1000:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1001:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:990:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1001:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1002:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:991:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1002:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1005:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:992:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1005:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1006:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:993:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1006:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1007:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:994:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1007:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1023:3: style: Variable '_tmp54_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1017:0: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1023:3: note: Variable '_tmp54_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1024:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1018:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1024:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1025:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1019:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1025:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1028:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1020:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1028:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1029:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1021:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1029:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1030:3: style: Variable '_tmp59_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1022:0: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1030:3: note: Variable '_tmp59_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1053:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1048:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1053:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1055:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1049:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1055:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1057:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1050:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1057:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1059:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/environement.c:1051:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:1059:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/environement.c:386:32: style: Variable '_custom_config_array_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:391:30: style: Variable '_config_dirs_array_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:402:36: style: Variable 'custom_str_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:399:0: style: Variable '_custom_str_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:422:39: style: Variable 'config_str_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:419:0: style: Variable '_config_str_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:520:30: style: Variable '_custom_data_array_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:525:28: style: Variable '_data_dirs_array_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:536:41: style: Variable 'custom_data_str_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:533:0: style: Variable '_custom_data_str_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:556:37: style: Variable 'data_str_collection_length1' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/environement.c:553:0: style: Variable '_data_str_collection_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/main.c:846:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/main.c:849:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/lxsession/main.c:845:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/lxsession/main.c:846:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/main.c:917:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp26_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/main.c:919:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/main.c:916:14: note: Assignment '_tmp26_=err', assigned value is 0
lxsession-0.5.3/lxsession/main.c:917:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/main.c:817:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:813:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:817:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:818:3: style: Variable 'options_args' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:812:0: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:818:3: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:819:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:814:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:819:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:821:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:815:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:821:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:823:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:816:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:823:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:843:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:840:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:843:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:845:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:841:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:845:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:846:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:842:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:846:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:866:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:864:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:866:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:874:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:872:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:874:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:902:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:901:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:902:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:914:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:911:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:914:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:916:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:912:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:916:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:917:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:913:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:917:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:960:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:955:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:960:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:961:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:956:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:961:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:962:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:957:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:962:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:963:3: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:954:0: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:963:3: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:964:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:958:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:964:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:965:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:959:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:965:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:976:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:971:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:976:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:977:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:972:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:977:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:978:3: style: Variable '_tmp48_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:973:0: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:978:3: note: Variable '_tmp48_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:979:3: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:970:0: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:979:3: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:980:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:974:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:980:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:981:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:975:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:981:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:999:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:996:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:999:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1000:3: style: Variable '_tmp57_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:997:0: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1000:3: note: Variable '_tmp57_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1001:3: style: Variable 'conffiles' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:995:0: note: Variable 'conffiles' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1001:3: note: Variable 'conffiles' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1002:3: style: Variable '_tmp58_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:998:0: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1002:3: note: Variable '_tmp58_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1009:3: style: Variable '_tmp60_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1008:0: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1009:3: note: Variable '_tmp60_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1016:4: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1012:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1016:4: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1017:4: style: Variable 'xsettings' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1011:0: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1017:4: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1018:4: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1013:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1018:4: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1019:4: style: Variable '_tmp63_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1014:0: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1019:4: note: Variable '_tmp63_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1027:4: style: Variable '_tmp65_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1026:0: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1027:4: note: Variable '_tmp65_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1042:3: style: Variable '_tmp70_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1038:0: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1042:3: note: Variable '_tmp70_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1043:3: style: Variable 'windowsmanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1037:0: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1043:3: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1044:3: style: Variable '_tmp71_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1039:0: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1044:3: note: Variable '_tmp71_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1045:3: style: Variable '_tmp72_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1040:0: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1045:3: note: Variable '_tmp72_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1056:3: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1052:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1056:3: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1057:3: style: Variable '_tmp75_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1053:0: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1057:3: note: Variable '_tmp75_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1058:3: style: Variable '_tmp76_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1054:0: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1058:3: note: Variable '_tmp76_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1059:3: style: Variable '_tmp77_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1055:0: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1059:3: note: Variable '_tmp77_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1067:4: style: Variable '_tmp78_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1063:0: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1067:4: note: Variable '_tmp78_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1068:4: style: Variable 'windowsmanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1062:0: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1068:4: note: Variable 'windowsmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1069:4: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1064:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1069:4: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1070:4: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1065:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1070:4: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1155:3: style: Variable '_tmp87_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1088:0: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1155:3: note: Variable '_tmp87_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1156:3: style: Variable '_tmp88_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1089:0: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1156:3: note: Variable '_tmp88_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1157:3: style: Variable '_tmp89_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1090:0: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1157:3: note: Variable '_tmp89_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1158:3: style: Variable '_tmp90_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1091:0: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1158:3: note: Variable '_tmp90_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1166:4: style: Variable '_tmp91_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1162:0: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1166:4: note: Variable '_tmp91_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1167:4: style: Variable 'panel' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1161:0: note: Variable 'panel' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1167:4: note: Variable 'panel' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1168:4: style: Variable '_tmp92_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1163:0: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1168:4: note: Variable '_tmp92_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1169:4: style: Variable '_tmp93_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1164:0: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1169:4: note: Variable '_tmp93_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1187:4: style: Variable '_tmp99_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1183:0: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1187:4: note: Variable '_tmp99_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1188:4: style: Variable 'dock' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1182:0: note: Variable 'dock' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1188:4: note: Variable 'dock' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1189:4: style: Variable '_tmp100_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1184:0: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1189:4: note: Variable '_tmp100_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1190:4: style: Variable '_tmp101_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1185:0: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1190:4: note: Variable '_tmp101_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1208:4: style: Variable '_tmp107_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1204:0: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1208:4: note: Variable '_tmp107_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1209:4: style: Variable 'screensaver' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1203:0: note: Variable 'screensaver' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1209:4: note: Variable 'screensaver' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1210:4: style: Variable '_tmp108_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1205:0: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1210:4: note: Variable '_tmp108_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1211:4: style: Variable '_tmp109_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1206:0: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1211:4: note: Variable '_tmp109_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1228:4: style: Variable '_tmp115_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1224:0: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1228:4: note: Variable '_tmp115_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1229:4: style: Variable '_tmp116_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1225:0: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1229:4: note: Variable '_tmp116_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1230:4: style: Variable '_tmp117_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1226:0: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1230:4: note: Variable '_tmp117_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1231:4: style: Variable '_tmp118_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1227:0: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1231:4: note: Variable '_tmp118_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1246:5: style: Variable '_tmp119_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1235:0: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1246:5: note: Variable '_tmp119_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1247:5: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1234:0: note: Variable 'state' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1247:5: note: Variable 'state' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1248:5: style: Variable '_tmp120_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1237:0: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1248:5: note: Variable '_tmp120_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1249:5: style: Variable 'state_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1236:0: note: Variable 'state_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1249:5: note: Variable 'state_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1250:5: style: Variable '_tmp121_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1238:0: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1250:5: note: Variable '_tmp121_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1253:6: style: Variable '_tmp122_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1252:0: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1253:6: note: Variable '_tmp122_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1276:5: style: Variable '_tmp129_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1272:0: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1276:5: note: Variable '_tmp129_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1277:5: style: Variable 'powermanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1271:0: note: Variable 'powermanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1277:5: note: Variable 'powermanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1278:5: style: Variable '_tmp130_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1273:0: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1278:5: note: Variable '_tmp130_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1279:5: style: Variable '_tmp131_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1274:0: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1279:5: note: Variable '_tmp131_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1297:4: style: Variable '_tmp137_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1293:0: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1297:4: note: Variable '_tmp137_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1298:4: style: Variable '_tmp138_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1294:0: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1298:4: note: Variable '_tmp138_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1299:4: style: Variable '_tmp139_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1295:0: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1299:4: note: Variable '_tmp139_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1300:4: style: Variable '_tmp140_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1296:0: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1300:4: note: Variable '_tmp140_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1315:5: style: Variable '_tmp141_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1304:0: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1315:5: note: Variable '_tmp141_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1316:5: style: Variable 'state' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1303:0: note: Variable 'state' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1316:5: note: Variable 'state' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1317:5: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1306:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1317:5: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1318:5: style: Variable 'state_text' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1305:0: note: Variable 'state_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1318:5: note: Variable 'state_text' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1319:5: style: Variable '_tmp143_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1307:0: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1319:5: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1322:6: style: Variable '_tmp144_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1321:0: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1322:6: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1345:5: style: Variable '_tmp151_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1341:0: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1345:5: note: Variable '_tmp151_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1346:5: style: Variable 'networkgui' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1340:0: note: Variable 'networkgui' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1346:5: note: Variable 'networkgui' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1347:5: style: Variable '_tmp152_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1342:0: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1347:5: note: Variable '_tmp152_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1348:5: style: Variable '_tmp153_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1343:0: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1348:5: note: Variable '_tmp153_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1367:4: style: Variable '_tmp159_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1363:0: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1367:4: note: Variable '_tmp159_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1368:4: style: Variable 'desktopmanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1362:0: note: Variable 'desktopmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1368:4: note: Variable 'desktopmanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1369:4: style: Variable '_tmp160_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1364:0: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1369:4: note: Variable '_tmp160_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1370:4: style: Variable '_tmp161_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1365:0: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1370:4: note: Variable '_tmp161_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1387:4: style: Variable '_tmp167_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1383:0: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1387:4: note: Variable '_tmp167_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1388:4: style: Variable '_tmp168_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1384:0: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1388:4: note: Variable '_tmp168_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1389:4: style: Variable '_tmp169_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1385:0: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1389:4: note: Variable '_tmp169_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1390:4: style: Variable '_tmp170_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1386:0: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1390:4: note: Variable '_tmp170_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1402:5: style: Variable '_tmp171_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1394:0: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1402:5: note: Variable '_tmp171_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1403:5: style: Variable '_tmp172_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1395:0: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1403:5: note: Variable '_tmp172_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1404:5: style: Variable '_tmp173_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1396:0: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1404:5: note: Variable '_tmp173_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1405:5: style: Variable '_tmp174_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1397:0: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1405:5: note: Variable '_tmp174_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1406:5: style: Variable '_tmp175_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1398:0: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1406:5: note: Variable '_tmp175_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1408:5: style: Variable 'compositemanager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1393:0: note: Variable 'compositemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1408:5: note: Variable 'compositemanager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1409:5: style: Variable '_tmp176_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1399:0: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1409:5: note: Variable '_tmp176_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1410:5: style: Variable '_tmp177_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1400:0: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1410:5: note: Variable '_tmp177_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1429:4: style: Variable '_tmp183_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1425:0: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1429:4: note: Variable '_tmp183_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1430:4: style: Variable 'securitypolkit' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1424:0: note: Variable 'securitypolkit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1430:4: note: Variable 'securitypolkit' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1431:4: style: Variable '_tmp184_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1426:0: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1431:4: note: Variable '_tmp184_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1432:4: style: Variable '_tmp185_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1427:0: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1432:4: note: Variable '_tmp185_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1449:4: style: Variable '_tmp191_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1445:0: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1449:4: note: Variable '_tmp191_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1450:4: style: Variable '_tmp192_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1446:0: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1450:4: note: Variable '_tmp192_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1451:4: style: Variable '_tmp193_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1447:0: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1451:4: note: Variable '_tmp193_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1452:4: style: Variable '_tmp194_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1448:0: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1452:4: note: Variable '_tmp194_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1460:5: style: Variable '_tmp195_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1456:0: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1460:5: note: Variable '_tmp195_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1461:5: style: Variable 'launcher' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1455:0: note: Variable 'launcher' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1461:5: note: Variable 'launcher' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1462:5: style: Variable '_tmp196_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1457:0: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1462:5: note: Variable '_tmp196_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1463:5: style: Variable '_tmp197_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1458:0: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1463:5: note: Variable '_tmp197_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1481:4: style: Variable '_tmp203_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1477:0: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1481:4: note: Variable '_tmp203_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1482:4: style: Variable '_tmp204_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1478:0: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1482:4: note: Variable '_tmp204_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1483:4: style: Variable '_tmp205_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1479:0: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1483:4: note: Variable '_tmp205_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1484:4: style: Variable '_tmp206_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1480:0: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1484:4: note: Variable '_tmp206_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1496:5: style: Variable '_tmp207_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1488:0: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1496:5: note: Variable '_tmp207_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1497:5: style: Variable '_tmp208_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1489:0: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1497:5: note: Variable '_tmp208_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1498:5: style: Variable '_tmp209_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1490:0: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1498:5: note: Variable '_tmp209_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1499:5: style: Variable '_tmp210_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1491:0: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1499:5: note: Variable '_tmp210_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1500:5: style: Variable '_tmp211_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1492:0: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1500:5: note: Variable '_tmp211_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1502:5: style: Variable 'im1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1487:0: note: Variable 'im1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1502:5: note: Variable 'im1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1503:5: style: Variable '_tmp212_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1493:0: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1503:5: note: Variable '_tmp212_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1504:5: style: Variable '_tmp213_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1494:0: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1504:5: note: Variable '_tmp213_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1522:4: style: Variable '_tmp219_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1518:0: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1522:4: note: Variable '_tmp219_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1523:4: style: Variable '_tmp220_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1519:0: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1523:4: note: Variable '_tmp220_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1524:4: style: Variable '_tmp221_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1520:0: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1524:4: note: Variable '_tmp221_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1525:4: style: Variable '_tmp222_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1521:0: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1525:4: note: Variable '_tmp222_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1537:5: style: Variable '_tmp223_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1529:0: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1537:5: note: Variable '_tmp223_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1538:5: style: Variable '_tmp224_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1530:0: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1538:5: note: Variable '_tmp224_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1539:5: style: Variable '_tmp225_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1531:0: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1539:5: note: Variable '_tmp225_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1540:5: style: Variable '_tmp226_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1532:0: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1540:5: note: Variable '_tmp226_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1541:5: style: Variable '_tmp227_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1533:0: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1541:5: note: Variable '_tmp227_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1543:5: style: Variable 'im2' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1528:0: note: Variable 'im2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1543:5: note: Variable 'im2' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1544:5: style: Variable '_tmp228_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1534:0: note: Variable '_tmp228_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1544:5: note: Variable '_tmp228_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1545:5: style: Variable '_tmp229_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1535:0: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1545:5: note: Variable '_tmp229_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1563:4: style: Variable '_tmp235_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1559:0: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1563:4: note: Variable '_tmp235_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1564:4: style: Variable '_tmp236_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1560:0: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1564:4: note: Variable '_tmp236_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1565:4: style: Variable '_tmp237_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1561:0: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1565:4: note: Variable '_tmp237_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1566:4: style: Variable '_tmp238_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1562:0: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1566:4: note: Variable '_tmp238_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1578:5: style: Variable '_tmp239_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1570:0: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1578:5: note: Variable '_tmp239_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1579:5: style: Variable '_tmp240_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1571:0: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1579:5: note: Variable '_tmp240_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1580:5: style: Variable '_tmp241_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1572:0: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1580:5: note: Variable '_tmp241_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1581:5: style: Variable '_tmp242_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1573:0: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1581:5: note: Variable '_tmp242_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1582:5: style: Variable '_tmp243_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1574:0: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1582:5: note: Variable '_tmp243_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1584:5: style: Variable 'widget1' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1569:0: note: Variable 'widget1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1584:5: note: Variable 'widget1' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1585:5: style: Variable '_tmp244_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1575:0: note: Variable '_tmp244_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1585:5: note: Variable '_tmp244_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1586:5: style: Variable '_tmp245_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1576:0: note: Variable '_tmp245_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1586:5: note: Variable '_tmp245_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1604:4: style: Variable '_tmp251_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1600:0: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1604:4: note: Variable '_tmp251_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1605:4: style: Variable '_tmp252_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1601:0: note: Variable '_tmp252_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1605:4: note: Variable '_tmp252_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1606:4: style: Variable '_tmp253_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1602:0: note: Variable '_tmp253_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1606:4: note: Variable '_tmp253_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1607:4: style: Variable '_tmp254_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1603:0: note: Variable '_tmp254_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1607:4: note: Variable '_tmp254_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1619:5: style: Variable '_tmp255_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1611:0: note: Variable '_tmp255_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1619:5: note: Variable '_tmp255_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1620:5: style: Variable '_tmp256_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1612:0: note: Variable '_tmp256_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1620:5: note: Variable '_tmp256_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1621:5: style: Variable '_tmp257_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1613:0: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1621:5: note: Variable '_tmp257_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1622:5: style: Variable '_tmp258_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1614:0: note: Variable '_tmp258_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1622:5: note: Variable '_tmp258_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1623:5: style: Variable '_tmp259_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1615:0: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1623:5: note: Variable '_tmp259_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1625:5: style: Variable 'notification' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1610:0: note: Variable 'notification' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1625:5: note: Variable 'notification' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1626:5: style: Variable '_tmp260_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1616:0: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1626:5: note: Variable '_tmp260_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1627:5: style: Variable '_tmp261_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1617:0: note: Variable '_tmp261_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1627:5: note: Variable '_tmp261_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1645:4: style: Variable '_tmp267_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1641:0: note: Variable '_tmp267_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1645:4: note: Variable '_tmp267_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1646:4: style: Variable '_tmp268_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1642:0: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1646:4: note: Variable '_tmp268_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1647:4: style: Variable '_tmp269_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1643:0: note: Variable '_tmp269_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1647:4: note: Variable '_tmp269_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1648:4: style: Variable '_tmp270_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1644:0: note: Variable '_tmp270_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1648:4: note: Variable '_tmp270_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1660:5: style: Variable '_tmp271_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1652:0: note: Variable '_tmp271_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1660:5: note: Variable '_tmp271_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1661:5: style: Variable '_tmp272_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1653:0: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1661:5: note: Variable '_tmp272_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1662:5: style: Variable '_tmp273_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1654:0: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1662:5: note: Variable '_tmp273_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1663:5: style: Variable '_tmp274_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1655:0: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1663:5: note: Variable '_tmp274_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1664:5: style: Variable '_tmp275_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1656:0: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1664:5: note: Variable '_tmp275_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1666:5: style: Variable 'keybindings' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1651:0: note: Variable 'keybindings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1666:5: note: Variable 'keybindings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1667:5: style: Variable '_tmp276_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1657:0: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1667:5: note: Variable '_tmp276_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1668:5: style: Variable '_tmp277_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1658:0: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1668:5: note: Variable '_tmp277_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1686:4: style: Variable '_tmp283_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1682:0: note: Variable '_tmp283_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1686:4: note: Variable '_tmp283_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1687:4: style: Variable '_tmp284_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1683:0: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1687:4: note: Variable '_tmp284_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1688:4: style: Variable '_tmp285_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1684:0: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1688:4: note: Variable '_tmp285_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1689:4: style: Variable '_tmp286_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1685:0: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1689:4: note: Variable '_tmp286_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1701:5: style: Variable '_tmp287_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1693:0: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1701:5: note: Variable '_tmp287_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1702:5: style: Variable '_tmp288_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1694:0: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1702:5: note: Variable '_tmp288_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1703:5: style: Variable '_tmp289_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1695:0: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1703:5: note: Variable '_tmp289_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1704:5: style: Variable '_tmp290_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1696:0: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1704:5: note: Variable '_tmp290_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1705:5: style: Variable '_tmp291_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1697:0: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1705:5: note: Variable '_tmp291_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1707:5: style: Variable 'im_manager' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1692:0: note: Variable 'im_manager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1707:5: note: Variable 'im_manager' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1708:5: style: Variable '_tmp292_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1698:0: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1708:5: note: Variable '_tmp292_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1709:5: style: Variable '_tmp293_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1699:0: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1709:5: note: Variable '_tmp293_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1744:3: style: Variable '_tmp305_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1739:0: note: Variable '_tmp305_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1744:3: note: Variable '_tmp305_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1745:3: style: Variable '_tmp306_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1740:0: note: Variable '_tmp306_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1745:3: note: Variable '_tmp306_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1746:3: style: Variable 'clipboard' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1738:0: note: Variable 'clipboard' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1746:3: note: Variable 'clipboard' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1747:3: style: Variable '_tmp307_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1741:0: note: Variable '_tmp307_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1747:3: note: Variable '_tmp307_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1748:3: style: Variable '_tmp308_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1742:0: note: Variable '_tmp308_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1748:3: note: Variable '_tmp308_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1773:3: style: Variable '_tmp317_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1767:0: note: Variable '_tmp317_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1773:3: note: Variable '_tmp317_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1774:3: style: Variable '_tmp318_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1768:0: note: Variable '_tmp318_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1774:3: note: Variable '_tmp318_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1775:3: style: Variable 'keymap' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1766:0: note: Variable 'keymap' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1775:3: note: Variable 'keymap' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1776:3: style: Variable '_tmp319_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1769:0: note: Variable '_tmp319_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1776:3: note: Variable '_tmp319_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1777:3: style: Variable '_tmp320_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1770:0: note: Variable '_tmp320_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1777:3: note: Variable '_tmp320_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1795:3: style: Variable '_tmp326_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1791:0: note: Variable '_tmp326_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1795:3: note: Variable '_tmp326_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1796:3: style: Variable 'xrandr' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1790:0: note: Variable 'xrandr' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1796:3: note: Variable 'xrandr' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1797:3: style: Variable '_tmp327_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1792:0: note: Variable '_tmp327_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1797:3: note: Variable '_tmp327_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1798:3: style: Variable '_tmp328_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1793:0: note: Variable '_tmp328_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1798:3: note: Variable '_tmp328_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1816:3: style: Variable '_tmp334_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1812:0: note: Variable '_tmp334_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1816:3: note: Variable '_tmp334_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1817:3: style: Variable 'keyring' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1811:0: note: Variable 'keyring' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1817:3: note: Variable 'keyring' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1818:3: style: Variable '_tmp335_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1813:0: note: Variable '_tmp335_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1818:3: note: Variable '_tmp335_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1819:3: style: Variable '_tmp336_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1814:0: note: Variable '_tmp336_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1819:3: note: Variable '_tmp336_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1837:3: style: Variable '_tmp342_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1833:0: note: Variable '_tmp342_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1837:3: note: Variable '_tmp342_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1838:3: style: Variable 'a11y' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1832:0: note: Variable 'a11y' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1838:3: note: Variable 'a11y' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1839:3: style: Variable '_tmp343_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1834:0: note: Variable '_tmp343_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1839:3: note: Variable '_tmp343_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1840:3: style: Variable '_tmp344_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1835:0: note: Variable '_tmp344_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1840:3: note: Variable '_tmp344_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1858:3: style: Variable '_tmp350_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1854:0: note: Variable '_tmp350_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1858:3: note: Variable '_tmp350_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1859:3: style: Variable 'proxy' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1853:0: note: Variable 'proxy' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1859:3: note: Variable 'proxy' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1860:3: style: Variable '_tmp351_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1855:0: note: Variable '_tmp351_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1860:3: note: Variable '_tmp351_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1861:3: style: Variable '_tmp352_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1856:0: note: Variable '_tmp352_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1861:3: note: Variable '_tmp352_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1878:3: style: Variable '_tmp358_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1875:0: note: Variable '_tmp358_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1878:3: note: Variable '_tmp358_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1879:3: style: Variable 'updates' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1874:0: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1879:3: note: Variable 'updates' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1880:3: style: Variable '_tmp359_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1876:0: note: Variable '_tmp359_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1880:3: note: Variable '_tmp359_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1881:3: style: Variable '_tmp360_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1877:0: note: Variable '_tmp360_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1881:3: note: Variable '_tmp360_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1896:3: style: Variable '_tmp365_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1893:0: note: Variable '_tmp365_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1896:3: note: Variable '_tmp365_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1897:3: style: Variable 'crash' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1892:0: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1897:3: note: Variable 'crash' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1898:3: style: Variable '_tmp366_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1894:0: note: Variable '_tmp366_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1898:3: note: Variable '_tmp366_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1899:3: style: Variable '_tmp367_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1895:0: note: Variable '_tmp367_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1899:3: note: Variable '_tmp367_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1916:3: style: Variable '_tmp372_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1911:0: note: Variable '_tmp372_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1916:3: note: Variable '_tmp372_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1917:3: style: Variable '_tmp373_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1912:0: note: Variable '_tmp373_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1917:3: note: Variable '_tmp373_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1918:3: style: Variable 'upstart_session' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1910:0: note: Variable 'upstart_session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1918:3: note: Variable 'upstart_session' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1919:3: style: Variable '_tmp374_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1913:0: note: Variable '_tmp374_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1919:3: note: Variable '_tmp374_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1920:3: style: Variable '_tmp375_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1914:0: note: Variable '_tmp375_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1920:3: note: Variable '_tmp375_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1950:3: style: Variable '_tmp388_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1949:0: note: Variable '_tmp388_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1950:3: note: Variable '_tmp388_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1961:3: style: Variable '_tmp393_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1959:0: note: Variable '_tmp393_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1961:3: note: Variable '_tmp393_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1963:3: style: Variable '_tmp394_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1960:0: note: Variable '_tmp394_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1963:3: note: Variable '_tmp394_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1969:3: style: Variable '_tmp396_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1968:0: note: Variable '_tmp396_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1969:3: note: Variable '_tmp396_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1975:3: style: Variable '_tmp398_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1974:0: note: Variable '_tmp398_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1975:3: note: Variable '_tmp398_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1981:3: style: Variable '_tmp400_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1980:0: note: Variable '_tmp400_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1981:3: note: Variable '_tmp400_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1987:3: style: Variable '_tmp402_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1986:0: note: Variable '_tmp402_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1987:3: note: Variable '_tmp402_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1993:3: style: Variable '_tmp404_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1992:0: note: Variable '_tmp404_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1993:3: note: Variable '_tmp404_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1999:3: style: Variable '_tmp406_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:1998:0: note: Variable '_tmp406_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:1999:3: note: Variable '_tmp406_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2005:3: style: Variable '_tmp408_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2004:0: note: Variable '_tmp408_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2005:3: note: Variable '_tmp408_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2011:3: style: Variable '_tmp410_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2010:0: note: Variable '_tmp410_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2011:3: note: Variable '_tmp410_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2017:3: style: Variable '_tmp412_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2016:0: note: Variable '_tmp412_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2017:3: note: Variable '_tmp412_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2041:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2040:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2041:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2057:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2052:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2057:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2059:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2053:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2059:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2061:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/main.c:2054:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2061:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/main.c:2072:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/notifications.c:445:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lxsession-0.5.3/lxsession/notifications.c:446:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lxsession-0.5.3/lxsession/notifications.c:571:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lxsession-0.5.3/lxsession/notifications.c:572:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lxsession-0.5.3/lxsession/notifications.c:204:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:203:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:204:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:237:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:236:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:237:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:409:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:408:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:409:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:453:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:452:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:453:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:498:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:490:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:498:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:499:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:491:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:499:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:500:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:492:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:500:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:503:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:493:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:503:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:507:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:505:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:507:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:508:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:506:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:508:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:513:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:512:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:513:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:521:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:519:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:521:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:522:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/notifications.c:520:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/notifications.c:522:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:486:12: warning: Either the condition 'builder==NULL' is redundant or there is possible null pointer dereference: _tmp48_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/options.c:495:2: note: Assuming that condition 'builder==NULL' is not redundant
lxsession-0.5.3/lxsession/options.c:485:12: note: Assignment '_tmp48_=builder', assigned value is 0
lxsession-0.5.3/lxsession/options.c:486:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/options.c:223:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:221:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:223:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:241:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:234:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:241:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:242:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:235:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:242:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:243:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:236:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:243:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:271:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:269:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:271:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:273:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:270:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:273:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:320:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:314:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:320:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:321:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:313:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:321:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:322:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:315:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:322:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:323:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:316:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:323:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:324:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:317:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:324:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:325:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:318:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:325:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:330:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:328:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:330:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:331:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:329:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:331:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:347:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:374:2: style: Variable 'builder' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:346:0: note: Variable 'builder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:374:2: note: Variable 'builder' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:375:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:348:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:375:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:377:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:349:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:377:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:378:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:350:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:378:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:379:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:351:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:379:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:380:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:352:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:380:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:389:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:383:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:389:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:391:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:384:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:391:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:392:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:385:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:392:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:393:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:386:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:393:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:394:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:387:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:394:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:397:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:388:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:397:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:412:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:406:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:412:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:414:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:407:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:414:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:415:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:408:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:415:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:416:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:409:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:416:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:417:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:410:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:417:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:420:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:411:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:420:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:438:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:429:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:438:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:440:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:430:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:440:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:441:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:431:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:441:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:442:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:432:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:442:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:445:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:433:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:445:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:446:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:434:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:446:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:447:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:435:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:447:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:448:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:436:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:448:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:451:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:437:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:451:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:469:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:460:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:469:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:471:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:461:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:471:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:472:3: style: Variable '_tmp41_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:462:0: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:472:3: note: Variable '_tmp41_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:473:3: style: Variable '_tmp42_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:463:0: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:473:3: note: Variable '_tmp42_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:476:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:464:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:476:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:477:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:465:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:477:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:478:3: style: Variable '_tmp45_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:466:0: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:478:3: note: Variable '_tmp45_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:479:3: style: Variable '_tmp46_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:467:0: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:479:3: note: Variable '_tmp46_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:482:3: style: Variable '_tmp47_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:468:0: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:482:3: note: Variable '_tmp47_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:530:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:523:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:530:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:531:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:522:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:531:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:532:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:524:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:532:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:533:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:525:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:533:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:534:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:526:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:534:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:535:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:527:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:535:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:543:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:541:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:543:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:593:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:587:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:593:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:594:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:586:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:594:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:595:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:588:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:595:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:596:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:589:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:596:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:597:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:590:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:597:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:598:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:591:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:598:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:602:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:601:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:602:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:618:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:616:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:618:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:657:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:656:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:657:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:680:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:668:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:680:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:681:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:669:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:681:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:684:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:670:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:684:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:685:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:671:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:685:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:686:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:672:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:686:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:717:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:712:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:717:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:718:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:713:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:718:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:719:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:714:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:719:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:720:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:715:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:720:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:748:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:747:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:748:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:765:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:758:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:765:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:766:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:759:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:766:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:769:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:760:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:769:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:770:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:761:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:770:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:771:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:762:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:771:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:781:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:776:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:781:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:782:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:777:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:782:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:783:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:778:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:783:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:784:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/options.c:779:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/options.c:784:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:104:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/process.c:108:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/process.c:103:12: note: Assignment '_tmp6_=err', assigned value is 0
lxsession-0.5.3/lxsession/process.c:104:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/process.c:61:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:54:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:61:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:62:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:56:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:62:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:63:2: style: Variable 'command' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:53:0: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:63:2: note: Variable 'command' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:74:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:69:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:74:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:75:3: style: Variable 'spawn_env' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:67:0: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:75:3: note: Variable 'spawn_env' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:101:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:97:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:101:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:103:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:98:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:103:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:104:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:99:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:104:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:106:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/process.c:100:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/process.c:106:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1634:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp14_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:1636:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:1633:13: note: Assignment '_tmp14_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:1634:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:1698:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp10_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:1700:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:1697:13: note: Assignment '_tmp10_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:1698:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:1861:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:1863:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:1860:13: note: Assignment '_tmp19_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:1861:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:1986:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp17_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:1988:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:1985:13: note: Assignment '_tmp17_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:1986:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:2183:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp21_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:2185:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:2182:13: note: Assignment '_tmp21_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:2183:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:2987:15: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp17_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:2989:5: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:2986:15: note: Assignment '_tmp17_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:2987:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:3094:16: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp16_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:3096:6: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:3093:16: note: Assignment '_tmp16_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:3094:16: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:3153:14: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp22_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:3155:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:3152:14: note: Assignment '_tmp22_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:3153:14: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:3772:15: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp18_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:3774:5: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:3771:15: note: Assignment '_tmp18_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:3772:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:3842:15: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp38_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:3844:5: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:3841:15: note: Assignment '_tmp38_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:3842:15: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:4132:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp19_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:4134:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:4131:13: note: Assignment '_tmp19_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:4132:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:4302:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp32_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:4304:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:4301:13: note: Assignment '_tmp32_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:4302:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:4345:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp39_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/settings.c:4347:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/settings.c:4344:13: note: Assignment '_tmp39_=err', assigned value is 0
lxsession-0.5.3/lxsession/settings.c:4345:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/settings.c:281:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:273:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:281:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:282:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:274:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:282:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:324:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:320:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:324:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:325:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:321:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:325:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:326:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:322:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:326:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:327:2: style: Variable 'return_map' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:319:0: note: Variable 'return_map' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:327:2: note: Variable 'return_map' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:328:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:318:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:328:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:359:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:335:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:359:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:360:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:336:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:360:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:361:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:337:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:361:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:362:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:338:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:362:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:363:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:339:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:363:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:364:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:340:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:364:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:365:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:341:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:365:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:366:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:342:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:366:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:367:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:343:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:367:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:368:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:344:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:368:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:369:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:345:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:369:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:370:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:346:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:370:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:371:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:347:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:371:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:376:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:334:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:376:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:377:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:348:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:377:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:378:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:349:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:378:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:379:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:350:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:379:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:380:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:351:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:380:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:382:2: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:352:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:382:2: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:383:2: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:353:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:383:2: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:384:2: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:354:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:384:2: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:412:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:392:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:412:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:413:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:393:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:413:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:414:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:394:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:414:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:415:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:395:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:415:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:416:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:396:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:416:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:417:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:397:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:417:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:418:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:398:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:418:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:419:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:399:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:419:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:420:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:400:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:420:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:421:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:401:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:421:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:422:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:402:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:422:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:423:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:403:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:423:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:424:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:404:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:424:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:429:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:391:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:429:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:430:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:405:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:430:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:431:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:406:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:431:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:432:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:407:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:432:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:439:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:434:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:439:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:440:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:435:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:440:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:442:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:436:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:442:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:443:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:437:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:443:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:444:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:438:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:444:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:475:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:455:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:475:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:476:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:456:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:476:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:477:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:457:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:477:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:478:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:458:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:478:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:479:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:459:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:479:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:480:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:460:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:480:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:481:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:461:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:481:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:482:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:462:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:482:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:483:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:463:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:483:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:484:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:464:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:484:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:485:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:465:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:485:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:486:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:466:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:486:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:487:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:467:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:487:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:492:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:454:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:492:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:493:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:468:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:493:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:494:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:469:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:494:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:495:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:470:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:495:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:498:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:471:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:498:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:527:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:519:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:527:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:528:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:520:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:528:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:529:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:521:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:529:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:535:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:516:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:535:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:564:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:543:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:564:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:565:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:544:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:565:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:566:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:545:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:566:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:567:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:546:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:567:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:568:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:547:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:568:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:569:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:548:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:569:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:570:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:549:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:570:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:571:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:550:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:571:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:572:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:551:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:572:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:573:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:552:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:573:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:574:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:553:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:574:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:575:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:554:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:575:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:576:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:555:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:576:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:581:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:542:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:581:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:582:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:556:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:582:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:583:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:557:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:583:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:584:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:558:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:584:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:590:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:586:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:590:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:591:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:587:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:591:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:592:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:588:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:592:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:593:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:589:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:593:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:604:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:595:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:604:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:605:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:596:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:605:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:606:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:597:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:606:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:607:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:598:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:607:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:608:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:599:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:608:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:610:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:600:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:610:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:611:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:601:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:611:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:612:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:602:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:612:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:613:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:603:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:613:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:622:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:617:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:622:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:623:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:618:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:623:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:624:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:619:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:624:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:625:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:620:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:625:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:626:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:621:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:626:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:656:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:635:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:656:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:657:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:636:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:657:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:658:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:637:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:658:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:659:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:638:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:659:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:660:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:639:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:660:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:661:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:640:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:661:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:662:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:641:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:662:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:663:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:642:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:663:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:664:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:643:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:664:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:665:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:644:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:665:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:666:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:645:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:666:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:667:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:646:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:667:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:668:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:647:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:668:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:673:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:634:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:673:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:674:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:648:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:674:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:675:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:649:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:675:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:676:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:650:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:676:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:682:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:678:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:682:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:683:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:679:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:683:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:684:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:680:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:684:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:685:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:681:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:685:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:692:4: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:687:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:692:4: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:693:4: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:688:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:693:4: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:694:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:689:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:694:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:695:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:690:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:695:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:696:4: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:691:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:696:4: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:705:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:700:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:705:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:706:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:701:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:706:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:707:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:702:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:707:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:708:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:703:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:708:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:709:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:704:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:709:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:743:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:724:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:743:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:744:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:725:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:744:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:745:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:726:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:745:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:746:2: style: Variable 'support_db' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:723:0: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:746:2: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:747:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:727:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:747:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:748:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:728:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:748:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:760:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:758:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:760:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:761:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:759:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:761:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:773:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:771:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:773:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:774:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:772:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:774:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:786:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:784:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:786:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:787:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:785:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:787:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:799:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:797:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:799:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:800:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:798:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:800:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:812:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:810:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:812:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:813:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:811:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:813:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:825:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:823:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:825:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:826:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:824:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:826:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:838:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:836:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:838:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:839:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:837:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:839:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:851:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:849:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:851:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:852:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:850:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:852:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:864:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:862:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:864:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:865:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:863:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:865:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:901:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:890:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:901:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:902:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:891:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:902:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:903:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:892:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:903:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:904:2: style: Variable 'support_db' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:889:0: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:904:2: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:905:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:893:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:905:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:906:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:894:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:906:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:922:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:914:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:922:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:923:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:915:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:923:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:924:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:916:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:924:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:925:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:918:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:925:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:926:3: style: Variable 'list' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:913:0: note: Variable 'list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:926:3: note: Variable 'list' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:929:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:921:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:929:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:935:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:932:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:935:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:936:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:933:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:936:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:950:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:940:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:950:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:951:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:941:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:951:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:952:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:942:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:952:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:953:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:943:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:953:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:954:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:944:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:954:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:955:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:945:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:955:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:956:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:946:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:956:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:957:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:947:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:957:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:958:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:948:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:958:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:959:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:949:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:959:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:971:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:966:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:971:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:972:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:967:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:972:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:973:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:968:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:973:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:974:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:969:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:974:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:975:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:970:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:975:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:995:2: style: Variable 'items' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:984:0: note: Variable 'items' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:995:2: note: Variable 'items' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:996:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:986:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:996:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:997:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:987:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:997:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:998:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:988:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:998:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:999:2: style: Variable 'support_db' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:985:0: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:999:2: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1000:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:989:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1000:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1001:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:990:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1001:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1009:3: style: Variable 'key_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1007:0: note: Variable 'key_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1009:3: note: Variable 'key_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1013:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1011:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1013:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1014:4: style: Variable 'key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1012:0: note: Variable 'key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1014:4: note: Variable 'key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1017:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1016:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1017:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1021:6: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1019:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1021:6: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1022:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1020:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1022:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1031:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1026:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1031:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1032:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1027:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1032:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1033:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1028:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1033:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1034:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1029:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1034:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1035:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1030:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1035:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1070:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1053:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1070:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1071:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1055:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1071:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1072:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1056:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1072:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1073:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1057:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1073:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1074:2: style: Variable 'support_db' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1054:0: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1074:2: note: Variable 'support_db' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1075:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1058:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1075:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1076:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1059:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1076:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1103:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1103:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1115:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1109:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1115:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1116:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1110:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1116:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1117:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1111:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1117:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1162:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1156:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1162:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1163:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1157:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1163:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1164:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1158:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1164:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1214:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1205:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1214:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1215:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1206:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1215:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1216:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1207:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1216:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1227:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1221:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1227:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1228:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1222:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1228:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1229:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1223:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1229:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1230:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1224:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1230:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1231:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1225:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1231:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1232:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1226:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1232:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1244:6: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1235:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1244:6: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1245:6: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1236:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1245:6: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1246:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1237:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1246:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1247:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1238:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1247:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1249:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1239:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1249:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1250:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1240:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1250:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1251:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1241:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1251:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1252:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1242:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1252:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1253:6: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1243:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1253:6: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1287:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1265:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1287:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1288:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1266:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1288:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1289:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1267:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1289:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1290:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1268:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1290:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1291:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1269:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1291:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1292:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1270:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1292:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1293:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1271:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1293:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1294:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1272:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1294:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1295:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1273:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1295:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1296:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1274:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1296:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1297:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1275:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1297:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1298:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1276:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1298:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1299:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1277:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1299:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1304:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1264:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1304:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1305:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1279:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1305:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1306:2: style: Variable 'type' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1278:0: note: Variable 'type' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1306:2: note: Variable 'type' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1307:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1280:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1307:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1308:2: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1281:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1308:2: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1309:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1282:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1309:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1315:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1311:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1315:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1316:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1312:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1316:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1317:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1313:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1317:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1326:6: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1322:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1326:6: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1327:6: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1323:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1327:6: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1328:6: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1324:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1328:6: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1329:6: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1325:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1329:6: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1382:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1380:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1382:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1392:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1389:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1392:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1393:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1390:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1393:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1404:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1402:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1404:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1414:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1411:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1414:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1415:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1412:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1415:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1440:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1437:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1440:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1442:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1438:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1442:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1524:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1515:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1524:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1525:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1516:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1525:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1528:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1517:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1528:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1530:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1518:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1530:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1535:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1519:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1535:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1536:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1520:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1536:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1537:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1521:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1537:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1557:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1552:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1557:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1558:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1553:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1558:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1561:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1554:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1561:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1562:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1555:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1562:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1591:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1577:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1591:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1592:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1578:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1592:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1631:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1628:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1631:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1633:3: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1629:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1633:3: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1634:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1630:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1634:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1666:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1656:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1666:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1667:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1657:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1667:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1695:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1692:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1695:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1697:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1693:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1697:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1698:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1694:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1698:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1719:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1717:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1719:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1726:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1722:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1726:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1727:3: style: Variable 'xsettings' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1721:0: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1727:3: note: Variable 'xsettings' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1728:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1723:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1728:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1729:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1724:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1729:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1738:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1737:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1738:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1758:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1753:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1758:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1760:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1754:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1760:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1777:2: style: Variable 'copy_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1769:0: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1777:2: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1778:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1770:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1778:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1781:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1780:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1781:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1789:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1784:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1789:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1790:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1785:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1790:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1791:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1786:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1791:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1792:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1787:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1792:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1793:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1783:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1793:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1822:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1811:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1822:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1823:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1812:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1823:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1824:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1813:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1824:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1825:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1814:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1825:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1826:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1815:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1826:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1827:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1816:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1827:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1828:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1817:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1828:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1829:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1818:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1829:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1830:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1819:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1830:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1831:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1820:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1831:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1834:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1810:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1834:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1858:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1855:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1858:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1860:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1856:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1860:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1861:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1857:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1861:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1877:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1875:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1877:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1878:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1876:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1878:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1884:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1882:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1884:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1885:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1883:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1885:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1889:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1887:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1889:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1890:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1888:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1890:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1896:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1894:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1896:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1897:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1895:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1897:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1920:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1919:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1920:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1927:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1923:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1927:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1928:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1924:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1928:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1929:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1925:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1929:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1953:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1943:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1953:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1954:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1944:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1954:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1955:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1945:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1955:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1956:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1946:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1956:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1957:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1947:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1957:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1958:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1948:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1958:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1959:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1949:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1959:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1960:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1950:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1960:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1983:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1980:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1983:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1985:3: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1981:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1985:3: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1986:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:1982:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:1986:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2023:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2022:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2023:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2036:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2035:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2036:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2049:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2048:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2049:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2073:2: style: Variable 'copy_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2058:0: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2073:2: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2076:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2061:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2076:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2081:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2080:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2081:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2093:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2084:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2093:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2094:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2085:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2094:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2095:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2086:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2095:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2096:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2088:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2096:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2097:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2083:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2097:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2137:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2121:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2137:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2138:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2122:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2138:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2139:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2123:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2139:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2140:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2124:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2140:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2141:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2125:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2141:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2142:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2126:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2142:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2143:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2127:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2143:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2144:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2128:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2144:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2145:4: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2130:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2145:4: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2146:4: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2131:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2146:4: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2150:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2120:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2150:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2180:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2177:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2180:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2182:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2178:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2182:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2183:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2179:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2183:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2202:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2198:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2202:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2204:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2200:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2204:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2215:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2211:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2215:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2217:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2213:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2217:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2224:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2220:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2224:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2226:4: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2222:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2226:4: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2237:4: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2233:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2237:4: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2239:4: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2235:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2239:4: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2287:2: style: Variable 'default_variable' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2259:0: note: Variable 'default_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2287:2: note: Variable 'default_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2288:2: style: Variable 'final_variable' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2260:0: note: Variable 'final_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2288:2: note: Variable 'final_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2289:2: style: Variable 'type_output' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2261:0: note: Variable 'type_output' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2289:2: note: Variable 'type_output' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2290:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2263:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2290:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2291:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2264:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2291:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2292:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2265:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2292:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2293:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2266:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2293:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2294:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2267:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2294:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2295:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2268:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2295:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2296:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2269:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2296:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2297:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2270:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2297:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2298:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2271:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2298:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2299:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2272:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2299:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2300:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2273:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2300:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2301:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2274:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2301:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2302:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2275:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2302:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2307:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2262:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2307:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2308:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2276:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2308:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2309:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2277:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2309:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2310:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2278:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2310:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2321:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2315:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2321:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2322:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2316:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2322:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2323:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2317:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2323:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2324:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2318:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2324:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2325:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2319:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2325:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2326:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2320:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2326:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2341:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2336:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2341:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2342:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2337:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2342:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2343:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2338:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2343:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2344:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2339:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2344:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2345:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2340:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2345:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2358:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2348:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2358:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2359:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2349:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2359:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2360:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2350:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2360:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2366:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2353:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2366:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2367:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2354:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2367:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2368:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2355:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2368:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2369:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2356:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2369:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2370:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2357:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2370:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2525:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2381:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2525:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2526:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2382:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2526:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2546:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2543:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2546:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2548:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2544:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2548:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2550:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2545:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2550:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2554:3: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2553:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2554:3: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2565:3: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2563:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2565:3: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2567:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2564:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2567:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2578:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2576:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2578:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2580:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2577:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2580:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2592:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2589:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2592:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2594:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2590:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2594:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2596:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2591:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2596:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2607:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2605:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2607:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2609:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2606:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2609:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2620:3: style: Variable '_tmp43_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2618:0: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2620:3: note: Variable '_tmp43_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2622:3: style: Variable '_tmp44_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2619:0: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2622:3: note: Variable '_tmp44_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2633:3: style: Variable '_tmp49_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2631:0: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2633:3: note: Variable '_tmp49_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2635:3: style: Variable '_tmp50_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2632:0: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2635:3: note: Variable '_tmp50_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2646:3: style: Variable '_tmp55_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2644:0: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2646:3: note: Variable '_tmp55_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2648:3: style: Variable '_tmp56_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2645:0: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2648:3: note: Variable '_tmp56_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2659:3: style: Variable '_tmp61_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2657:0: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2659:3: note: Variable '_tmp61_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2661:3: style: Variable '_tmp62_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2658:0: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2661:3: note: Variable '_tmp62_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2672:3: style: Variable '_tmp67_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2670:0: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2672:3: note: Variable '_tmp67_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2674:3: style: Variable '_tmp68_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2671:0: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2674:3: note: Variable '_tmp68_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2685:3: style: Variable '_tmp73_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2683:0: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2685:3: note: Variable '_tmp73_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2687:3: style: Variable '_tmp74_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2684:0: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2687:3: note: Variable '_tmp74_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2698:3: style: Variable '_tmp79_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2696:0: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2698:3: note: Variable '_tmp79_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2700:3: style: Variable '_tmp80_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2697:0: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2700:3: note: Variable '_tmp80_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2711:3: style: Variable '_tmp85_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2709:0: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2711:3: note: Variable '_tmp85_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2713:3: style: Variable '_tmp86_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2710:0: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2713:3: note: Variable '_tmp86_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2735:3: style: Variable '_tmp96_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2732:0: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2735:3: note: Variable '_tmp96_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2737:3: style: Variable '_tmp97_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2733:0: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2737:3: note: Variable '_tmp97_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2739:3: style: Variable '_tmp98_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2734:0: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2739:3: note: Variable '_tmp98_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2831:3: style: Variable '_tmp142_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2826:0: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2831:3: note: Variable '_tmp142_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2833:3: style: Variable '_tmp143_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2827:0: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2833:3: note: Variable '_tmp143_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2835:3: style: Variable '_tmp144_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2828:0: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2835:3: note: Variable '_tmp144_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2837:3: style: Variable '_tmp145_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2829:0: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2837:3: note: Variable '_tmp145_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2839:3: style: Variable '_tmp146_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2830:0: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2839:3: note: Variable '_tmp146_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2930:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2924:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2930:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2931:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2925:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2931:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2932:2: style: Variable 'desktop_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2923:0: note: Variable 'desktop_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2932:2: note: Variable 'desktop_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2933:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2926:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2933:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2934:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2927:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2934:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2940:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2937:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2940:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2941:3: style: Variable 'autostart_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2936:0: note: Variable 'autostart_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2941:3: note: Variable 'autostart_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2942:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2938:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2942:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2943:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2939:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2943:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2956:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2947:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2956:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2957:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2948:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2957:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2958:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2949:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2958:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2959:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2950:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2959:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2961:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2946:0: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2961:4: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2962:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2952:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2962:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2963:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2953:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2963:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2964:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2954:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2964:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2965:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2955:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2965:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2967:4: style: Variable 'destination' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2951:0: note: Variable 'destination' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2967:4: note: Variable 'destination' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2971:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2969:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2971:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2972:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2970:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2972:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2984:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2981:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2984:5: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2986:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2982:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2986:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2987:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:2983:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:2987:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3016:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3012:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3016:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3017:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3013:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3017:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3018:2: style: Variable 'str' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3011:0: note: Variable 'str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3018:2: note: Variable 'str' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3023:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3020:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3023:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3043:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3040:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3043:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3045:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3041:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3045:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3046:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3042:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3046:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3064:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3050:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3064:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3065:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3051:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3065:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3066:4: style: Variable 'user_config_dir' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3049:0: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3066:4: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3067:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3054:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3067:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3068:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3055:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3068:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3069:4: style: Variable 'file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3053:0: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3069:4: note: Variable 'file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3070:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3056:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3070:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3071:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3057:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3071:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3079:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3078:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3079:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3091:6: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3088:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3091:6: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3093:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3089:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3093:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3094:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3090:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3094:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3150:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3147:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3150:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3152:4: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3148:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3152:4: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3153:4: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3149:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3153:4: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3202:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3192:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3202:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3203:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3193:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3203:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3204:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3194:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3204:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3213:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3209:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3213:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3214:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3210:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3214:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3215:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3211:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3215:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3216:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3212:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3216:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3229:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3225:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3229:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3230:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3226:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3230:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3231:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3227:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3231:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3232:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3228:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3232:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3245:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3241:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3245:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3246:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3242:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3246:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3247:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3243:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3247:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3248:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3244:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3248:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3266:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3257:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3266:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3267:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3258:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3267:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3268:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3259:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3268:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3269:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3260:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3269:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3270:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3261:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3270:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3271:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3262:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3271:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3272:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3263:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3272:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3273:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3264:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3273:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3274:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3265:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3274:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3297:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3288:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3297:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3298:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3289:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3298:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3299:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3290:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3299:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3309:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3304:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3309:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3310:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3305:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3310:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3311:5: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3306:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3311:5: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3312:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3307:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3312:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3327:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3322:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3327:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3328:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3323:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3328:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3329:5: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3324:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3329:5: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3330:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3325:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3330:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3345:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3340:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3345:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3346:5: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3341:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3346:5: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3347:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3342:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3347:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3348:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3343:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3348:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3368:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3358:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3368:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3369:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3359:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3369:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3370:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3360:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3370:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3371:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3361:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3371:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3372:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3362:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3372:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3373:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3363:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3373:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3374:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3364:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3374:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3375:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3365:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3375:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3376:5: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3366:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3376:5: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3400:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3391:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3400:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3401:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3392:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3401:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3402:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3393:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3402:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3414:5: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3407:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3414:5: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3415:5: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3408:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3415:5: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3418:5: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3410:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3418:5: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3419:5: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3411:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3419:5: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3420:5: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3412:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3420:5: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3437:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3430:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3437:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3438:5: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3431:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3438:5: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3441:5: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3433:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3441:5: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3442:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3434:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3442:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3443:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3435:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3443:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3460:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3453:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3460:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3461:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3454:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3461:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3464:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3456:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3464:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3465:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3457:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3465:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3466:5: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3458:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3466:5: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3489:5: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3476:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3489:5: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3490:5: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3477:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3490:5: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3491:5: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3478:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3491:5: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3494:5: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3480:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3494:5: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3495:5: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3481:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3495:5: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3496:5: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3482:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3496:5: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3497:5: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3483:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3497:5: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3498:5: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3484:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3498:5: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3499:5: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3485:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3499:5: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3500:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3486:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3500:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3501:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3487:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3501:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3525:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3523:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3525:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3535:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3532:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3535:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3536:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3533:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3536:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3547:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3545:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3547:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3557:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3554:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3557:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3558:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3555:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3558:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3584:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3582:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3584:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3663:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3654:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3663:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3664:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3655:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3664:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3665:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3653:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3665:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3668:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3656:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3668:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3670:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3657:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3670:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3675:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3658:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3675:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3676:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3659:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3676:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3677:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3660:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3677:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3716:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3692:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3716:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3717:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3693:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3717:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3720:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3695:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3720:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3721:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3696:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3721:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3722:2: style: Variable 'home_session_razor_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3694:0: note: Variable 'home_session_razor_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3722:2: note: Variable 'home_session_razor_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3723:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3697:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3723:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3726:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3699:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3726:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3727:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3700:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3727:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3728:2: style: Variable 'session_razor_file' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3698:0: note: Variable 'session_razor_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3728:2: note: Variable 'session_razor_file' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3729:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3701:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3729:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3730:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3702:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3730:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3734:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3732:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3734:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3735:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3733:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3735:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3741:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3739:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3741:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3742:3: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3740:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3742:3: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3747:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3745:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3747:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3748:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3746:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3748:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3755:5: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3752:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3755:5: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3756:5: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3753:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3756:5: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3757:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3754:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3757:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3769:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3766:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3769:5: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3771:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3767:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3771:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3772:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3768:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3772:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3804:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3802:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3804:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3805:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3803:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3805:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3811:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3809:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3811:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3812:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3810:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3812:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3817:4: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3815:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3817:4: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3818:4: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3816:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3818:4: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3825:5: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3822:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3825:5: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3826:5: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3823:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3826:5: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3827:5: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3824:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3827:5: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3839:5: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3836:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3839:5: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3841:5: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3837:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3841:5: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3842:5: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3838:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3842:5: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3896:2: style: Variable 'default_variable' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3866:0: note: Variable 'default_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3896:2: note: Variable 'default_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3897:2: style: Variable 'final_variable' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3867:0: note: Variable 'final_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3897:2: note: Variable 'final_variable' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3898:2: style: Variable 'type_output' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3868:0: note: Variable 'type_output' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3898:2: note: Variable 'type_output' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3899:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3870:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3899:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3900:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3871:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3900:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3901:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3872:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3901:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3902:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3873:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3902:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3903:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3874:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3903:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3904:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3875:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3904:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3905:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3876:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3905:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3906:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3877:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3906:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3907:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3878:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3907:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3908:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3879:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3908:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3909:2: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3880:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3909:2: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3910:2: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3881:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3910:2: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3911:2: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3882:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3911:2: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3916:2: style: Variable 'item_key' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3869:0: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3916:2: note: Variable 'item_key' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3917:2: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3883:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3917:2: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3918:2: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3884:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3918:2: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3919:2: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3885:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3919:2: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3930:5: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3924:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3930:5: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3931:5: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3925:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3931:5: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3932:5: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3926:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3932:5: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3933:5: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3927:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3933:5: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3934:5: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3928:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3934:5: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3935:5: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3929:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3935:5: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3950:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3945:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3950:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3951:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3946:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3951:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3952:3: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3947:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3952:3: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3953:3: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3948:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3953:3: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3966:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3956:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3966:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3967:3: style: Variable '_tmp30_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3957:0: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3967:3: note: Variable '_tmp30_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3968:3: style: Variable '_tmp31_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3958:0: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3968:3: note: Variable '_tmp31_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3974:3: style: Variable '_tmp34_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3961:0: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3974:3: note: Variable '_tmp34_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3975:3: style: Variable '_tmp35_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3962:0: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3975:3: note: Variable '_tmp35_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3976:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3963:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3976:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3977:3: style: Variable '_tmp37_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3964:0: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3977:3: note: Variable '_tmp37_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3978:3: style: Variable '_tmp38_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3965:0: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:3978:3: note: Variable '_tmp38_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4006:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3990:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4006:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4007:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:3991:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4007:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4048:2: style: Variable 'copy_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4040:0: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4048:2: note: Variable 'copy_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4049:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4041:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4049:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4052:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4051:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4052:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4060:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4055:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4060:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4061:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4056:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4061:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4062:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4057:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4062:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4063:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4058:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4063:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4064:4: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4054:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4064:4: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4093:4: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4082:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4093:4: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4094:4: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4083:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4094:4: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4095:4: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4084:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4095:4: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4096:4: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4085:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4096:4: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4097:4: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4086:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4097:4: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4098:4: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4087:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4098:4: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4099:4: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4088:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4099:4: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4100:4: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4089:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4100:4: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4101:4: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4090:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4101:4: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4102:4: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4091:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4102:4: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4105:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4081:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4105:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4129:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4126:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4129:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4131:3: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4127:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4131:3: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4132:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4128:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4132:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4148:3: style: Variable '_tmp22_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4146:0: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4148:3: note: Variable '_tmp22_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4149:3: style: Variable '_tmp23_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4147:0: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4149:3: note: Variable '_tmp23_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4154:3: style: Variable '_tmp24_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4153:0: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4154:3: note: Variable '_tmp24_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4158:4: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4156:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4158:4: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4159:4: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4157:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4159:4: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4165:4: style: Variable '_tmp27_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4163:0: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4165:4: note: Variable '_tmp27_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4166:4: style: Variable '_tmp28_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4164:0: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4166:4: note: Variable '_tmp28_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4206:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4179:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4206:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4207:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4180:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4207:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4210:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4181:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4210:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4211:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4182:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4211:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4214:2: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4183:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4214:2: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4215:2: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4184:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4215:2: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4216:2: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4185:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4216:2: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4219:2: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4186:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4219:2: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4220:2: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4187:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4220:2: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4221:2: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4188:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4221:2: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4225:3: style: Variable '_tmp10_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4224:0: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4225:3: note: Variable '_tmp10_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4229:3: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4228:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4229:3: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4238:3: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4237:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4238:3: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4242:3: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4241:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4242:3: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4251:3: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4250:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4251:3: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4255:3: style: Variable '_tmp21_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4254:0: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4255:3: note: Variable '_tmp21_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4264:3: style: Variable '_tmp25_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4263:0: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4264:3: note: Variable '_tmp25_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4268:3: style: Variable '_tmp26_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4267:0: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4268:3: note: Variable '_tmp26_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4279:3: style: Variable '_tmp29_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4276:0: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4279:3: note: Variable '_tmp29_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4299:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4296:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4299:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4301:3: style: Variable '_tmp32_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4297:0: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4301:3: note: Variable '_tmp32_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4302:3: style: Variable '_tmp33_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4298:0: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4302:3: note: Variable '_tmp33_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4321:3: style: Variable '_tmp36_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4318:0: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4321:3: note: Variable '_tmp36_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4342:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4339:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4342:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4344:3: style: Variable '_tmp39_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4340:0: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4344:3: note: Variable '_tmp39_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4345:3: style: Variable '_tmp40_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4341:0: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4345:3: note: Variable '_tmp40_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4373:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4371:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4373:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4375:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/settings.c:4372:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:4375:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/settings.c:928:17: style: Variable '_list_size_' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsession/utils.c:207:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp3_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/utils.c:209:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/utils.c:206:12: note: Assignment '_tmp3_=err', assigned value is 0
lxsession-0.5.3/lxsession/utils.c:207:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/utils.c:220:12: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp5_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/utils.c:222:3: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/utils.c:219:12: note: Assignment '_tmp5_=err', assigned value is 0
lxsession-0.5.3/lxsession/utils.c:220:12: note: Null pointer dereference
lxsession-0.5.3/lxsession/utils.c:516:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsession/utils.c:519:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsession/utils.c:515:13: note: Assignment '_tmp6_=err', assigned value is 0
lxsession-0.5.3/lxsession/utils.c:516:13: note: Null pointer dereference
lxsession-0.5.3/lxsession/utils.c:102:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:101:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:102:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:119:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:110:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:119:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:120:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:111:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:120:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:123:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:112:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:123:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:125:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:114:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:125:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:177:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:174:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:177:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:178:2: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:173:0: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:178:2: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:182:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:180:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:182:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:183:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:181:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:183:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:204:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:201:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:204:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:206:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:202:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:206:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:207:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:203:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:207:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:217:3: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:214:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:217:3: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:219:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:215:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:219:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:220:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:216:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:220:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:244:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:239:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:244:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:245:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:240:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:245:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:246:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:241:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:246:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:247:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:242:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:247:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:248:2: style: Variable 'user_config_dir' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:238:0: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:248:2: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:249:2: style: Variable 'result' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:237:0: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:249:2: note: Variable 'result' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:260:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:259:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:260:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:277:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:271:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:277:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:278:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:272:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:278:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:279:2: style: Variable 'user_config_dir' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:270:0: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:279:2: note: Variable 'user_config_dir' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:280:2: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:273:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:280:2: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:281:2: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:274:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:281:2: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:286:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:283:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:286:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:288:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:284:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:288:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:289:3: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:285:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:289:3: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:307:3: style: Variable '_tmp8_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:295:0: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:307:3: note: Variable '_tmp8_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:308:3: style: Variable '_tmp9_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:296:0: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:308:3: note: Variable '_tmp9_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:322:4: style: Variable 'config_collection' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:318:0: note: Variable 'config_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:322:4: note: Variable 'config_collection' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:327:5: style: Variable '_tmp11_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:325:0: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:327:5: note: Variable '_tmp11_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:328:5: style: Variable 'config' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:326:0: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:328:5: note: Variable 'config' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:336:6: style: Variable '_tmp12_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:330:0: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:336:6: note: Variable '_tmp12_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:337:6: style: Variable '_tmp13_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:331:0: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:337:6: note: Variable '_tmp13_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:338:6: style: Variable '_tmp14_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:332:0: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:338:6: note: Variable '_tmp14_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:341:6: style: Variable '_tmp15_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:333:0: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:341:6: note: Variable '_tmp15_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:343:6: style: Variable '_tmp16_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:334:0: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:343:6: note: Variable '_tmp16_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:344:6: style: Variable '_tmp17_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:335:0: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:344:6: note: Variable '_tmp17_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:349:7: style: Variable '_tmp18_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:346:0: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:349:7: note: Variable '_tmp18_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:350:7: style: Variable '_tmp19_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:347:0: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:350:7: note: Variable '_tmp19_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:351:7: style: Variable '_tmp20_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:348:0: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:351:7: note: Variable '_tmp20_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:381:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:380:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:381:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:461:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:458:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:461:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:462:2: style: Variable 'test_laptop_detect' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:457:0: note: Variable 'test_laptop_detect' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:462:2: note: Variable 'test_laptop_detect' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:463:2: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:459:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:463:2: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:513:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:510:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:513:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:515:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:511:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:515:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:516:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:512:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:516:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:561:2: style: Variable 'return_value' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:548:0: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:561:2: note: Variable 'return_value' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:562:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsession/utils.c:549:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsession/utils.c:562:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:115:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsettings-daemon/main.c:119:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsettings-daemon/main.c:114:13: note: Assignment '_tmp4_=err', assigned value is 0
lxsession-0.5.3/lxsettings-daemon/main.c:115:13: note: Null pointer dereference
lxsession-0.5.3/lxsettings-daemon/main.c:132:13: warning: Either the condition 'err==NULL' is redundant or there is possible null pointer dereference: _tmp6_. [nullPointerRedundantCheck]
lxsession-0.5.3/lxsettings-daemon/main.c:136:4: note: Assuming that condition 'err==NULL' is not redundant
lxsession-0.5.3/lxsettings-daemon/main.c:131:13: note: Assignment '_tmp6_=err', assigned value is 0
lxsession-0.5.3/lxsettings-daemon/main.c:132:13: note: Null pointer dereference
lxsession-0.5.3/lxsettings-daemon/main.c:74:2: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:72:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:74:2: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:85:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:82:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:85:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:86:3: style: Variable 'kf' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:81:0: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:86:3: note: Variable 'kf' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:90:4: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:88:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:90:4: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:91:4: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:89:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:91:4: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:112:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:109:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:112:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:114:4: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:110:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:114:4: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:115:4: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:111:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:115:4: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:129:4: style: Variable 'err' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:126:0: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:129:4: note: Variable 'err' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:131:4: style: Variable '_tmp6_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:127:0: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:131:4: note: Variable '_tmp6_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:132:4: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:128:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:132:4: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:174:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/lxsettings-daemon/main.c:173:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:174:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/lxsettings-daemon/main.c:196:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsettings-daemon/settings-daemon.c:66:23: style: The scope of the variable 'w' can be reduced. [variableScope]
lxsession-0.5.3/lxsettings-daemon/settings-daemon.c:159:14: style: The scope of the variable 'buf' can be reduced. [variableScope]
lxsession-0.5.3/lxsettings-daemon/settings-daemon.c:76:17: style: Variable 'w' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/lxsettings-daemon/settings-daemon.c:267:12: style: Variable 'screen' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/xdg-autostart/main.c:108:12: warning: Either the condition 'e==NULL' is redundant or there is possible null pointer dereference: _tmp4_. [nullPointerRedundantCheck]
lxsession-0.5.3/xdg-autostart/main.c:111:3: note: Assuming that condition 'e==NULL' is not redundant
lxsession-0.5.3/xdg-autostart/main.c:107:12: note: Assignment '_tmp4_=e', assigned value is 0
lxsession-0.5.3/xdg-autostart/main.c:108:12: note: Null pointer dereference
lxsession-0.5.3/xdg-autostart/main.c:79:3: style: Variable '_tmp0_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:75:0: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:79:3: note: Variable '_tmp0_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:80:3: style: Variable 'options_args' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:74:0: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:80:3: note: Variable 'options_args' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:81:3: style: Variable '_tmp1_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:76:0: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:81:3: note: Variable '_tmp1_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:83:3: style: Variable '_tmp2_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:77:0: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:83:3: note: Variable '_tmp2_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:85:3: style: Variable '_tmp3_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:78:0: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:85:3: note: Variable '_tmp3_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:105:3: style: Variable 'e' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:102:0: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:105:3: note: Variable 'e' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:107:3: style: Variable '_tmp4_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:103:0: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:107:3: note: Variable '_tmp4_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:108:3: style: Variable '_tmp5_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:104:0: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:108:3: note: Variable '_tmp5_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:127:3: style: Variable '_tmp7_' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:126:0: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:127:3: note: Variable '_tmp7_' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:145:2: style: Variable 'self' is reassigned a value before the old one has been used. [redundantAssignment]
lxsession-0.5.3/xdg-autostart/main.c:144:0: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:145:2: note: Variable 'self' is reassigned a value before the old one has been used.
lxsession-0.5.3/xdg-autostart/main.c:167:9: style: Variable 'self' is assigned a value that is never used. [unreadVariable]
lxsession-0.5.3/xdg-autostart/xdg-autostart.c:183:32: style: The scope of the variable 'not_show_in' can be reduced. [variableScope]
lxsession-0.5.3/xdg-autostart/xdg-autostart.c:300:33: style: Function 'xdg_autostart' argument 1 names different: declaration 'session_name' definition 'de_name_arg'. [funcArgNamesDifferent]
lxsession-0.5.3/xdg-autostart/xdg-autostart.h:25:33: note: Function 'xdg_autostart' argument 1 names different: declaration 'session_name' definition 'de_name_arg'.
lxsession-0.5.3/xdg-autostart/xdg-autostart.c:300:33: note: Function 'xdg_autostart' argument 1 names different: declaration 'session_name' definition 'de_name_arg'.
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lxsession-edit/lxsession-edit_0.2.0.orig.tar.xz
lxsession-edit-0.2.0/src/lxsession-edit.c:127:15: style: The scope of the variable 'path' can be reduced. [variableScope]
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lxshortcut/lxshortcut_0.1.2.orig.tar.xz
lxshortcut-0.1.2/src/lxshortcut.c:269:11: style: The scope of the variable 'file_path' can be reduced. [variableScope]
lxshortcut-0.1.2/src/lxshortcut.c:334:30: style: The scope of the variable 'suffix' can be reduced. [variableScope]
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lxtask/lxtask_0.1.8.orig.tar.xz
lxtask-0.1.8/src/callbacks.c:113:61: style: Function 'on_show_tasks_toggled' argument 2 names different: declaration 'uid' definition 'data'. [funcArgNamesDifferent]
lxtask-0.1.8/src/callbacks.h:41:61: note: Function 'on_show_tasks_toggled' argument 2 names different: declaration 'uid' definition 'data'.
lxtask-0.1.8/src/callbacks.c:113:61: note: Function 'on_show_tasks_toggled' argument 2 names different: declaration 'uid' definition 'data'.
lxtask-0.1.8/src/callbacks.c:133:70: style: Function 'on_show_cached_as_free_toggled' argument 2 names different: declaration 'uid' definition 'data'. [funcArgNamesDifferent]
lxtask-0.1.8/src/callbacks.h:42:70: note: Function 'on_show_cached_as_free_toggled' argument 2 names different: declaration 'uid' definition 'data'.
lxtask-0.1.8/src/callbacks.c:133:70: note: Function 'on_show_cached_as_free_toggled' argument 2 names different: declaration 'uid' definition 'data'.
lxtask-0.1.8/src/interface.c:491:29: style: Function 'remove_list_item' argument 1 names different: declaration 'i' definition 'pid'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:82:29: note: Function 'remove_list_item' argument 1 names different: declaration 'i' definition 'pid'.
lxtask-0.1.8/src/interface.c:491:29: note: Function 'remove_list_item' argument 1 names different: declaration 'i' definition 'pid'.
lxtask-0.1.8/src/interface.c:513:62: style: Function 'compare_int_list_item' argument 2 names different: declaration 'a' definition 'iter1'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:79:62: note: Function 'compare_int_list_item' argument 2 names different: declaration 'a' definition 'iter1'.
lxtask-0.1.8/src/interface.c:513:62: note: Function 'compare_int_list_item' argument 2 names different: declaration 'a' definition 'iter1'.
lxtask-0.1.8/src/interface.c:513:82: style: Function 'compare_int_list_item' argument 3 names different: declaration 'b' definition 'iter2'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:79:78: note: Function 'compare_int_list_item' argument 3 names different: declaration 'b' definition 'iter2'.
lxtask-0.1.8/src/interface.c:513:82: note: Function 'compare_int_list_item' argument 3 names different: declaration 'b' definition 'iter2'.
lxtask-0.1.8/src/interface.c:513:98: style: Function 'compare_int_list_item' argument 4 names different: declaration 'user_data' definition 'column'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:79:90: note: Function 'compare_int_list_item' argument 4 names different: declaration 'user_data' definition 'column'.
lxtask-0.1.8/src/interface.c:513:98: note: Function 'compare_int_list_item' argument 4 names different: declaration 'user_data' definition 'column'.
lxtask-0.1.8/src/interface.c:560:65: style: Function 'compare_string_list_item' argument 2 names different: declaration 'a' definition 'iter1'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:81:65: note: Function 'compare_string_list_item' argument 2 names different: declaration 'a' definition 'iter1'.
lxtask-0.1.8/src/interface.c:560:65: note: Function 'compare_string_list_item' argument 2 names different: declaration 'a' definition 'iter1'.
lxtask-0.1.8/src/interface.c:560:85: style: Function 'compare_string_list_item' argument 3 names different: declaration 'b' definition 'iter2'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:81:81: note: Function 'compare_string_list_item' argument 3 names different: declaration 'b' definition 'iter2'.
lxtask-0.1.8/src/interface.c:560:85: note: Function 'compare_string_list_item' argument 3 names different: declaration 'b' definition 'iter2'.
lxtask-0.1.8/src/interface.c:560:101: style: Function 'compare_string_list_item' argument 4 names different: declaration 'user_data' definition 'column'. [funcArgNamesDifferent]
lxtask-0.1.8/src/interface.h:81:93: note: Function 'compare_string_list_item' argument 4 names different: declaration 'user_data' definition 'column'.
lxtask-0.1.8/src/interface.c:560:101: note: Function 'compare_string_list_item' argument 4 names different: declaration 'user_data' definition 'column'.
lxtask-0.1.8/src/xfce-taskmanager-linux.c:131:11: style: The scope of the variable 'p' can be reduced. [variableScope]
lxtask-0.1.8/src/xfce-taskmanager-linux.c:145:3: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lxterminal/lxterminal_0.3.1.orig.tar.xz
lxterminal-0.3.1/src/lxterminal.c:242:18: style: Condition 'proc_cwd==NULL' is always true [knownConditionTrueFalse]
lxterminal-0.3.1/src/lxterminal.c:217:24: note: Assignment 'proc_cwd=NULL', assigned value is 0
lxterminal-0.3.1/src/lxterminal.c:242:18: note: Condition 'proc_cwd==NULL' is always true
lxterminal-0.3.1/src/lxterminal.c:242:18: style: Same expression on both sides of '==' because the value of 'proc_cwd' and 'NULL' are the same. [duplicateExpression]
lxterminal-0.3.1/src/lxterminal.c:217:24: note: 'proc_cwd' is assigned value 'NULL' here.
lxterminal-0.3.1/src/lxterminal.c:242:18: note: Same expression on both sides of '==' because the value of 'proc_cwd' and 'NULL' are the same.
lxterminal-0.3.1/src/setting.c:157:28: style: Function 'set_setting' argument 1 names different: declaration 'setting' definition 'new_setting'. [funcArgNamesDifferent]
lxterminal-0.3.1/src/setting.h:148:35: note: Function 'set_setting' argument 1 names different: declaration 'setting' definition 'new_setting'.
lxterminal-0.3.1/src/setting.c:157:28: note: Function 'set_setting' argument 1 names different: declaration 'setting' definition 'new_setting'.
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lybniz/lybniz_1.3.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lynis/lynis_2.6.2.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lynkeos.app/lynkeos.app_2.10+dfsg1.orig.tar.gz
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lynx/lynx_2.8.9rel.1.orig.tar.bz2.asc

ftp://ftp.se.debian.org/debian/pool/main/l/lynx-cur/lynx-cur_2.8.9dev1.orig.tar.gz
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:263:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:439:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:231:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:231:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:232:16: style: The scope of the variable 'setup' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:233:16: style: The scope of the variable 'realm' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:234:13: style: The scope of the variable 'cur' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:332:16: style: The scope of the variable 'setup' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:458:9: style: The scope of the variable 'scheme' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:579:17: style: The scope of the variable 'i_net_addr' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:580:17: style: The scope of the variable 'timestamp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:746:9: style: The scope of the variable 'scheme' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:770:17: style: The scope of the variable 'server' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:771:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:771:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:721:2: style: Variable 'cleartext' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:713:2: style: Variable 'ciphertext' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:639:2: style: Variable 'proxiedHost' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAABrow.c:1254:2: style: Variable 'ctemplate' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:329:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:406:23: style: Function 'HTAA_setDefaultProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTAAProt.h:66:20: note: Function 'HTAA_setDefaultProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'.
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:406:23: note: Function 'HTAA_setDefaultProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'.
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:440:23: style: Function 'HTAA_setCurrentProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTAAProt.h:89:20: note: Function 'HTAA_setCurrentProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'.
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:440:23: note: Function 'HTAA_setCurrentProtection' argument 3 names different: declaration 'eff_ids' definition 'ids'.
lynx2-8-9/WWW/Library/Implementation/HTAAProt.c:180:2: style: Variable 'local_copy' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAAUtil.c:96:2: style: Variable 'upcased' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAAUtil.c:485:2: error: Common realloc mistake: 'buffer' nulled but not freed upon failure [memleakOnRealloc]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1178:5: style: Variable 'stripped' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1167:0: note: Variable 'stripped' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1178:5: note: Variable 'stripped' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:613:9: style: The scope of the variable 'anchor_LYhndl' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1119:39: style: Function 'HTLoadAbsolute' argument 1 names different: declaration 'addr' definition 'docaddr'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTAccess.h:135:50: note: Function 'HTLoadAbsolute' argument 1 names different: declaration 'addr' definition 'docaddr'.
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1119:39: note: Function 'HTLoadAbsolute' argument 1 names different: declaration 'addr' definition 'docaddr'.
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1101:5: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1190:5: style: Variable 'mycopy' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1321:5: style: Variable 'address' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAccess.c:1319:5: style: Variable 'escaped' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:703:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:338:50: warning: Either the condition '(href)==0' is redundant or there is possible null pointer dereference: href. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:331:6: note: Assuming that condition '(href)==0' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:338:50: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:368:19: warning: Either the condition '(href)==0' is redundant or there is possible null pointer dereference: href. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:331:6: note: Assuming that condition '(href)==0' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:368:19: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:368:39: warning: Either the condition '(href)==0' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:331:6: note: Assuming that condition '(href)==0' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:368:39: note: Null pointer addition
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:233:20: style: The scope of the variable 'child' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:715:13: style: The scope of the variable 'cur' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:716:20: style: The scope of the variable 'child' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:975:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:1001:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:1053:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:1424:9: style: The scope of the variable 'ohandle' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:400:56: style: Function 'HTAnchor_findAddress' argument 1 names different: declaration 'address' definition 'newdoc'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.h:180:67: note: Function 'HTAnchor_findAddress' argument 1 names different: declaration 'address' definition 'newdoc'.
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:400:56: note: Function 'HTAnchor_findAddress' argument 1 names different: declaration 'address' definition 'newdoc'.
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:1250:12: style: Function 'HTAnchor_setPhysical' argument 2 names different: declaration 'protocol' definition 'physical'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTAnchor.h:378:16: note: Function 'HTAnchor_setPhysical' argument 2 names different: declaration 'protocol' definition 'physical'.
lynx2-8-9/WWW/Library/Implementation/HTAnchor.c:1250:12: note: Function 'HTAnchor_setPhysical' argument 2 names different: declaration 'protocol' definition 'physical'.
lynx2-8-9/WWW/Library/Implementation/HTAssoc.c:44:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTAssoc.c:52:14: style: The scope of the variable 'assoc' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:45:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:55:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:69:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:79:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:89:9: style: The scope of the variable 'res' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:117:10: style: The scope of the variable 'father_found' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:117:24: style: The scope of the variable 'top_found' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:118:9: style: The scope of the variable 'depth' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:118:16: style: The scope of the variable 'depth2' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTBTree.c:118:24: style: The scope of the variable 'corrections' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:304:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:320:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:28:28: style: Function 'HTChunkCreate' argument 1 names different: declaration 'growby' definition 'grow'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:57:39: note: Function 'HTChunkCreate' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:28:28: note: Function 'HTChunkCreate' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:39:35: style: Function 'HTChunkCreateMayFail' argument 1 names different: declaration 'growby' definition 'grow'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:66:46: note: Function 'HTChunkCreateMayFail' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:39:35: note: Function 'HTChunkCreateMayFail' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:61:29: style: Function 'HTChunkCreate2' argument 1 names different: declaration 'growby' definition 'grow'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:72:40: note: Function 'HTChunkCreate2' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:61:29: note: Function 'HTChunkCreate2' argument 1 names different: declaration 'growby' definition 'grow'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:164:37: style: Function 'HTChunkEnsure' argument 2 names different: declaration 's' definition 'needed'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:140:48: note: Function 'HTChunkEnsure' argument 2 names different: declaration 's' definition 'needed'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:164:37: note: Function 'HTChunkEnsure' argument 2 names different: declaration 's' definition 'needed'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:302:43: style: Function 'HTChunkPuts' argument 2 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:178:54: note: Function 'HTChunkPuts' argument 2 names different: declaration 'str' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:302:43: note: Function 'HTChunkPuts' argument 2 names different: declaration 'str' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:318:48: style: Function 'HTChunkPuts2' argument 2 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTChunk.h:219:59: note: Function 'HTChunkPuts2' argument 2 names different: declaration 'str' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTChunk.c:318:48: note: Function 'HTChunkPuts2' argument 2 names different: declaration 'str' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTDOS.c:110:9: style: The scope of the variable 'joe' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:3952:14: style: Redundant condition: type. '!type || (type && *type!='D')' is equivalent to '!type || *type!='D'' [redundantCondition]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:371:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:473:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:684:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:738:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:1824:27: style: The scope of the variable 'date' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:1962:22: style: The scope of the variable 'date' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2142:9: style: The scope of the variable 'Records' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2143:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2276:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2279:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2643:10: style: The scope of the variable 'date1' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:2643:21: style: The scope of the variable 'date2' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:3971:7: style: The scope of the variable 'check' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:1744:2: style: Redundant pointer operation on 'pspilledname' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:998:5: style: Variable 'username' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:992:6: style: Variable 'user' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFTP.c:3172:35: style: Array index 'i' is used before limits check. [arrayIndexThenCheck]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1723:2: style: Variable 'parent' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1719:0: note: Variable 'parent' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1723:2: note: Variable 'parent' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2733:5: style: Variable 'filename' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2713:0: note: Variable 'filename' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2733:5: note: Variable 'filename' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2734:5: style: Variable 'nodename' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2716:0: note: Variable 'nodename' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2734:5: note: Variable 'nodename' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2739:5: style: Variable 'acc_method' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2714:0: note: Variable 'acc_method' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:2739:5: note: Variable 'acc_method' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:804:15: style: The scope of the variable 'suff' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1000:9: style: The scope of the variable 'chndl' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1232:15: style: The scope of the variable 'suff' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1452:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1522:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1611:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:3177:17: style: The scope of the variable 'test' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:535:12: style: Function 'HTSetSuffix5' argument 5 names different: declaration 'quality' definition 'value'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFile.h:145:16: note: Function 'HTSetSuffix5' argument 5 names different: declaration 'quality' definition 'value'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:535:12: note: Function 'HTSetSuffix5' argument 5 names different: declaration 'quality' definition 'value'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:892:18: style: Function 'HTFileFormat' argument 2 names different: declaration 'pEncoding' definition 'pencoding'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFile.h:159:15: note: Function 'HTFileFormat' argument 2 names different: declaration 'pEncoding' definition 'pencoding'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:892:18: note: Function 'HTFileFormat' argument 2 names different: declaration 'pEncoding' definition 'pencoding'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:893:22: style: Function 'HTFileFormat' argument 3 names different: declaration 'pDesc' definition 'pdesc'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFile.h:160:19: note: Function 'HTFileFormat' argument 3 names different: declaration 'pDesc' definition 'pdesc'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:893:22: note: Function 'HTFileFormat' argument 3 names different: declaration 'pDesc' definition 'pdesc'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1376:55: style: Function 'HTEncodingToCompressType' argument 1 names different: declaration 'encoding' definition 'coding'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFile.h:228:66: note: Function 'HTEncodingToCompressType' argument 1 names different: declaration 'encoding' definition 'coding'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1376:55: note: Function 'HTEncodingToCompressType' argument 1 names different: declaration 'encoding' definition 'coding'.
lynx2-8-9/WWW/Library/Implementation/HTFile.c:98:10: style: struct member 'DIRED::sort_tags' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:99:10: style: struct member 'DIRED::file_name' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:643:5: style: Variable 'acc_method' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:644:5: style: Variable 'host' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:642:5: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:688:5: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:756:5: style: Variable 'acc_method' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:754:5: style: Variable 'host' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:755:5: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1131:5: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1212:5: style: Variable 'Afn' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1506:5: style: Variable 'localname' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1555:5: style: Variable 'escaped' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1825:5: style: Variable 'path' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1709:2: style: Variable 'printable' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1787:3: style: Variable 'fullparentpath' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFile.c:1815:3: style: Variable 'printable' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFinger.c:259:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFinger.c:406:5: style: Variable 'param' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1843:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1849:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:561:11: style: The scope of the variable 's' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:615:18: style: The scope of the variable 'pres' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:923:9: style: The scope of the variable 'status' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1325:9: style: The scope of the variable 'character' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1446:15: style: The scope of the variable 'stream' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1448:9: style: The scope of the variable 'rv' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:148:34: style: Function 'HTSetConversion' argument 1 names different: declaration 'rep_in' definition 'representation_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:270:45: note: Function 'HTSetConversion' argument 1 names different: declaration 'rep_in' definition 'representation_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:148:34: note: Function 'HTSetConversion' argument 1 names different: declaration 'rep_in' definition 'representation_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:149:20: style: Function 'HTSetConversion' argument 2 names different: declaration 'rep_out' definition 'representation_out'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:271:17: note: Function 'HTSetConversion' argument 2 names different: declaration 'rep_out' definition 'representation_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:149:20: note: Function 'HTSetConversion' argument 2 names different: declaration 'rep_out' definition 'representation_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:492:34: style: Function 'HTStreamStack' argument 1 names different: declaration 'format_in' definition 'rep_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:292:45: note: Function 'HTStreamStack' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:492:34: note: Function 'HTStreamStack' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:493:13: style: Function 'HTStreamStack' argument 2 names different: declaration 'format_out' definition 'rep_out'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:293:17: note: Function 'HTStreamStack' argument 2 names different: declaration 'format_out' definition 'rep_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:493:13: note: Function 'HTStreamStack' argument 2 names different: declaration 'format_out' definition 'rep_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:494:14: style: Function 'HTStreamStack' argument 3 names different: declaration 'stream_out' definition 'sink'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:294:18: note: Function 'HTStreamStack' argument 3 names different: declaration 'stream_out' definition 'sink'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:494:14: note: Function 'HTStreamStack' argument 3 names different: declaration 'stream_out' definition 'sink'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:540:37: style: Function 'HTReorderPresentation' argument 1 names different: declaration 'format_in' definition 'rep_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:304:48: note: Function 'HTReorderPresentation' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:540:37: note: Function 'HTReorderPresentation' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:541:16: style: Function 'HTReorderPresentation' argument 2 names different: declaration 'format_out' definition 'rep_out'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:305:20: note: Function 'HTReorderPresentation' argument 2 names different: declaration 'format_out' definition 'rep_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:541:16: note: Function 'HTReorderPresentation' argument 2 names different: declaration 'format_out' definition 'rep_out'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:599:29: style: Function 'HTStackValue' argument 1 names different: declaration 'format_in' definition 'rep_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:331:40: note: Function 'HTStackValue' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:599:29: note: Function 'HTStackValue' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1380:28: style: Function 'HTParseSocket' argument 1 names different: declaration 'format_in' definition 'rep_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:429:39: note: Function 'HTParseSocket' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1380:28: note: Function 'HTParseSocket' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1440:26: style: Function 'HTParseFile' argument 1 names different: declaration 'format_in' definition 'rep_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTFormat.h:444:37: note: Function 'HTParseFile' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTFormat.c:1440:26: note: Function 'HTParseFile' argument 1 names different: declaration 'format_in' definition 'rep_in'.
lynx2-8-9/WWW/Library/Implementation/HTGopher.c:723:20: style: The scope of the variable 'prev' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTGopher.c:1705:11: style: The scope of the variable 'selector' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTGroup.c:256:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTGroup.c:436:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTLex.c:43:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:218:13: style: The scope of the variable 'prevNode' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:240:13: style: The scope of the variable 'prevNode' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:264:13: style: The scope of the variable 'prevNode' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:292:11: style: The scope of the variable 'lastObject' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:313:11: style: The scope of the variable 'lastObject' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:334:11: style: The scope of the variable 'firstObject' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTList.c:376:9: style: The scope of the variable 'position' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2128:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2142:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1145:2: warning: Variable 'me->state' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1141:2: note: Variable 'me->state' is reassigned a value before the old one has been used. 'break;' missing?
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1145:2: note: Variable 'me->state' is reassigned a value before the old one has been used. 'break;' missing?
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1084:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1087:4: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1084:2: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:1180:4: warning: Redundant assignment of 'c' to itself. [selfAssignment]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:251:17: style: The scope of the variable 'new_encoding' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:282:26: style: The scope of the variable 'cp2' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:562:18: style: The scope of the variable 'base' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2104:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2316:22: style: The scope of the variable 'val' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2354:5: style: Redundant pointer operation on 't' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2393:5: style: Redundant pointer operation on 't' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2463:5: style: Redundant pointer operation on 'target' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2482:6: style: Redundant pointer operation on 't' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2516:5: style: Redundant pointer operation on 't' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2473:19: style: Function 'HTrjis' argument 1 names different: declaration 'target' definition 't'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTMIME.h:75:30: note: Function 'HTrjis' argument 1 names different: declaration 'target' definition 't'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2473:19: note: Function 'HTrjis' argument 1 names different: declaration 'target' definition 't'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2474:11: style: Function 'HTrjis' argument 2 names different: declaration 'source' definition 's'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTMIME.h:76:15: note: Function 'HTrjis' argument 2 names different: declaration 'source' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2474:11: note: Function 'HTrjis' argument 2 names different: declaration 'source' definition 's'.
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:452:2: style: Variable 'cp' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:448:4: style: Variable 'cp3' is modified but its new value is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2355:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2394:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTMIME.c:2517:5: style: Variable 'buf' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:264:35: style: Function 'HTStartAnchor' argument 1 names different: declaration 'targetstream' definition 'obj'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.h:68:46: note: Function 'HTStartAnchor' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:264:35: note: Function 'HTStartAnchor' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:286:36: style: Function 'HTStartAnchor5' argument 1 names different: declaration 'targetstream' definition 'obj'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.h:71:47: note: Function 'HTStartAnchor5' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:286:36: note: Function 'HTStartAnchor5' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:314:36: style: Function 'HTStartIsIndex' argument 1 names different: declaration 'targetstream' definition 'obj'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.h:91:47: note: Function 'HTStartIsIndex' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLDTD.c:314:36: note: Function 'HTStartIsIndex' argument 1 names different: declaration 'targetstream' definition 'obj'.
lynx2-8-9/WWW/Library/Implementation/HTMLGen.c:588:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTMLGen.c:318:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1597:12: style: Condition '!done' is always true [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1550:17: note: Assignment 'done=(char)0', assigned value is 0
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1597:12: note: Condition '!done' is always true
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1877:9: style: Condition '!done' is always true [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1812:12: note: Assignment 'done=(char)0', assigned value is 0
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1877:9: note: Condition '!done' is always true
lynx2-8-9/WWW/Library/Implementation/HTNews.c:167:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:292:9: style: The scope of the variable 'ich' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:803:10: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:885:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:889:19: style: The scope of the variable 'llen' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1042:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:1043:17: style: The scope of the variable 'ccp' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:2120:2: style: Variable 'href' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTNews.c:177:10: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:1211:9: warning: Redundant assignment of '*q' to itself. [selfAssignment]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:215:9: style: The scope of the variable 'brackets' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:771:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:815:15: style: The scope of the variable 'q1' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:1238:10: style: The scope of the variable 'testcode' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:1298:2: style: Redundant pointer operation on 'str' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/WWW/Library/Implementation/HTParse.c:355:5: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lynx2-8-9/WWW/Library/Implementation/HTPlain.c:642:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTPlain.c:533:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lynx2-8-9/WWW/Library/Implementation/HTPlain.c:595:10: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lynx2-8-9/WWW/Library/Implementation/HTString.c:456:16: warning: Either the condition '(pstr)==0' is redundant or there is possible null pointer dereference: pstr. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTString.c:463:9: note: Assuming that condition '(pstr)==0' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTString.c:456:16: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTString.c:684:22: warning: Either the condition 'if(pstr)' is redundant or there is possible null pointer dereference: pstr. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTString.c:890:8: note: Assuming that condition 'if(pstr)' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTString.c:684:22: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTString.c:1360:40: warning: Either the condition '(temp)==0' is redundant or there is possible null pointer dereference: temp. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTString.c:1359:6: note: Assuming that condition '(temp)==0' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTString.c:1360:40: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTString.c:910:12: style: The scope of the variable 'inuse' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTString.c:1378:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTStyle.c:48:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTStyle.c:321:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:1816:5: style: Variable 'p1' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:1794:0: note: Variable 'p1' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:1816:5: note: Variable 'p1' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:386:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:387:9: style: The scope of the variable 'pcnt' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:278:34: style: Function 'HTInetString' argument 1 names different: declaration 'mysin' definition 'soc_in'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTTCP.h:28:57: note: Function 'HTInetString' argument 1 names different: declaration 'mysin' definition 'soc_in'.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:278:34: note: Function 'HTInetString' argument 1 names different: declaration 'mysin' definition 'soc_in'.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:1111:37: style: Function 'LYGetHostByName' argument 1 names different: declaration 'str' definition 'host'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTTCP.h:89:50: note: Function 'LYGetHostByName' argument 1 names different: declaration 'str' definition 'host'.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:1111:37: note: Function 'LYGetHostByName' argument 1 names different: declaration 'str' definition 'host'.
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:353:12: style: struct member '_statuses::rehostentlen' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:355:9: style: struct member '_statuses::child_errno' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:356:9: style: struct member '_statuses::child_h_errno' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTTCP.c:357:10: style: struct member '_statuses::h_errno_valid' is never used. [unusedStructMember]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1733:39: style: Redundant condition: If '!EXPR', the comparison 'EXPR != 'H'' is always true. [redundantCondition]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1147:17: style: Condition 'list!=0' is always false [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1140:19: note: Assignment 'list=0', assigned value is 0
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1147:17: note: Condition 'list!=0' is always false
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1636:6: warning: Either the condition 'if(line_buffer)' is redundant or there is possible null pointer dereference: line_buffer. [nullPointerRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1638:9: note: Assuming that condition 'if(line_buffer)' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1636:6: note: Null pointer dereference
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1651:31: warning: Either the condition 'line_buffer' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1638:10: note: Assuming that condition 'line_buffer' is not redundant
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1651:31: note: Null pointer addition
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1156:15: style: Same expression on both sides of '!=' because the value of 'list' and '0' are the same. [duplicateExpression]
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1140:19: note: 'list' is assigned value '0' here.
lynx2-8-9/WWW/Library/Implementation/HTTP.c:1156:15: note: Same expression on both sides of '!=' because the value of 'list' and '0' are the same.
lynx2-8-9/WWW/Library/Implementation/HTTP.c:426:11: style: The scope of the variable 'fake' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTTelnet.c:51:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTTelnet.c:535:5: style: Variable 'acc_method' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTTelnet.c:534:5: style: Variable 'host' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTUU.c:136:24: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:167:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:313:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:404:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:720:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:898:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1035:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1304:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1448:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1690:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1788:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1905:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2320:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2328:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2336:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2343:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2350:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2357:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2364:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2371:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2378:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2385:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2193:5: style: Variable 'docs' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2187:0: note: Variable 'docs' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2193:5: note: Variable 'docs' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2279:5: style: Variable 'terms' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2277:0: note: Variable 'terms' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2279:5: note: Variable 'terms' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2280:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2276:0: note: Variable 'buf' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2280:5: note: Variable 'buf' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2298:5: style: Variable 'terms' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2295:0: note: Variable 'terms' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2298:5: note: Variable 'terms' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2299:5: style: Variable 'docs' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2296:0: note: Variable 'docs' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2299:5: note: Variable 'docs' is reassigned a value before the old one has been used.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:522:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:318:43: style: Function 'makeDocObjUsingWholeDocument' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:233:43: note: Function 'makeDocObjUsingWholeDocument' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:318:43: note: Function 'makeDocObjUsingWholeDocument' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:334:35: style: Function 'makeDocObjUsingLines' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:235:35: note: Function 'makeDocObjUsingLines' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:334:35: note: Function 'makeDocObjUsingLines' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:354:35: style: Function 'makeDocObjUsingBytes' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:234:35: note: Function 'makeDocObjUsingBytes' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:354:35: note: Function 'makeDocObjUsingBytes' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:374:40: style: Function 'makeDocObjUsingParagraphs' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:236:40: note: Function 'makeDocObjUsingParagraphs' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:374:40: note: Function 'makeDocObjUsingParagraphs' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:675:49: style: Function 'makeWAISDocumentHeader' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:253:49: note: Function 'makeWAISDocumentHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:675:49: note: Function 'makeWAISDocumentHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:870:59: style: Function 'makeWAISDocumentShortHeader' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:268:59: note: Function 'makeWAISDocumentShortHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:870:59: note: Function 'makeWAISDocumentShortHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:983:57: style: Function 'makeWAISDocumentLongHeader' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:279:57: note: Function 'makeWAISDocumentLongHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:983:57: note: Function 'makeWAISDocumentLongHeader' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1671:45: style: Function 'makeWAISDocumentText' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:307:45: note: Function 'makeWAISDocumentText' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1671:45: note: Function 'makeWAISDocumentText' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1760:55: style: Function 'makeWAISDocumentHeadlines' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:313:55: note: Function 'makeWAISDocumentHeadlines' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1760:55: note: Function 'makeWAISDocumentHeadlines' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1880:47: style: Function 'makeWAISDocumentCodes' argument 1 names different: declaration 'aDocID' definition 'docID'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:325:47: note: Function 'makeWAISDocumentCodes' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:1880:47: note: Function 'makeWAISDocumentCodes' argument 1 names different: declaration 'aDocID' definition 'docID'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2009:54: style: Function 'writePresentResponseInfo' argument 1 names different: declaration 'present' definition 'response'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisUI.h:657:65: note: Function 'writePresentResponseInfo' argument 1 names different: declaration 'present' definition 'response'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2009:54: note: Function 'writePresentResponseInfo' argument 1 names different: declaration 'present' definition 'response'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2290:33: style: Function 'readWAISTextQuery' argument 1 names different: declaration 'terms' definition 'buf'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.h:335:33: note: Function 'readWAISTextQuery' argument 1 names different: declaration 'terms' definition 'buf'.
lynx2-8-9/WWW/Library/Implementation/HTVMS_WaisProt.c:2290:33: note: Function 'readWAISTextQuery' argument 1 names different: declaration 'terms' definition 'buf'.
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:267:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:331:11: style: The scope of the variable 'sor' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:334:11: style: The scope of the variable 's' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:455:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:455:13: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:491:9: style: The scope of the variable 'docname' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:587:3: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:512:4: style: Variable 'www_name' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTWAIS.c:535:8: style: Variable 'dbname' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTWSRC.c:440:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/HTWSRC.c:335:2: style: Variable 'shortname' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/HTWSRC.c:368:6: style: Variable 'www_database' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/SGML.c:313:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/SGML.c:1484:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/SGML.c:1525:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/WWW/Library/Implementation/SGML.c:712:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lynx2-8-9/WWW/Library/Implementation/SGML.c:2170:6: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lynx2-8-9/WWW/Library/Implementation/SGML.c:2733:7: style: Suspicious condition (assignment + comparison); Clarify expression with parentheses. [clarifyCondition]
lynx2-8-9/WWW/Library/Implementation/SGML.c:4717:6: style: Condition 'TREAT_SJIS' is always true [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/SGML.c:4856:36: style: Condition 'repair_JIS' is always false [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/SGML.c:1444:12: style: The scope of the variable 't' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/SGML.c:4541:24: style: The scope of the variable 'table' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/SGML.c:4711:23: style: The scope of the variable 'lo' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/SGML.c:1399:18: style: Function 'SGMLFindTag' argument 2 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/SGML.h:257:22: note: Function 'SGMLFindTag' argument 2 names different: declaration 'string' definition 's'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:1399:18: note: Function 'SGMLFindTag' argument 2 names different: declaration 'string' definition 's'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4700:23: style: Function 'SJIS_TO_EUC1' argument 3 names different: declaration 'EUCp' definition 'data'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTCJK.h:85:27: note: Function 'SJIS_TO_EUC1' argument 3 names different: declaration 'EUCp' definition 'data'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4700:23: note: Function 'SJIS_TO_EUC1' argument 3 names different: declaration 'EUCp' definition 'data'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4940:35: style: Function 'TO_SJIS' argument 1 names different: declaration 'any' definition 'arg'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTCJK.h:101:46: note: Function 'TO_SJIS' argument 1 names different: declaration 'any' definition 'arg'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4940:35: note: Function 'TO_SJIS' argument 1 names different: declaration 'any' definition 'arg'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4959:34: style: Function 'TO_JIS' argument 1 names different: declaration 'any' definition 'arg'. [funcArgNamesDifferent]
lynx2-8-9/WWW/Library/Implementation/HTCJK.h:104:45: note: Function 'TO_JIS' argument 1 names different: declaration 'any' definition 'arg'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4959:34: note: Function 'TO_JIS' argument 1 names different: declaration 'any' definition 'arg'.
lynx2-8-9/WWW/Library/Implementation/SGML.c:4840:5: style: Variable 'nje' is modified but its new value is never used. [unreadVariable]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1210:6: style: Condition 'result' is always true [knownConditionTrueFalse]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1197:11: note: Assignment 'result=1', assigned value is 1
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1210:6: note: Condition 'result' is always true
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1013:6: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1015:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1195:12: warning: %d in format string (no. 1) requires 'int *' but the argument type is 'unsigned int *'. [invalidScanfArgType_int]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1308:12: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1319:12: portability: %d in format string (no. 1) requires 'int *' but the argument type is 'size_t * {aka unsigned long *}'. [invalidScanfArgType_int]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:533:9: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:974:15: style: The scope of the variable 'q' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1052:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1054:11: style: The scope of the variable 'data' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1112:10: style: The scope of the variable 'prefix' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1114:11: style: The scope of the variable 'data' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1152:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1152:18: style: The scope of the variable 'code' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1154:10: style: The scope of the variable 'name' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1193:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1215:10: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1305:12: style: The scope of the variable 'tag' can be reduced. [variableScope]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1165:13: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1195:12: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1226:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1247:6: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1288:9: warning: fscanf() without field width limits can crash with huge input data. [invalidscanf]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1184:5: error: Memory leak: attributes [memleak]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1347:5: error: Memory leak: attr_types [memleak]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:886:0: error: Memory leak: p [memleak]
lynx2-8-9/WWW/Library/Implementation/dtd_util.c:1404:0: error: Resource leak: output [resourceLeak]
lynx2-8-9/lib/dirent.c:240:26: style: The scope of the variable 'odp' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:4970:16: style: Condition 'enclosing==0' is always true [knownConditionTrueFalse]
lynx2-8-9/src/GridText.c:4924:30: note: Assignment 'enclosing=NULL', assigned value is 0
lynx2-8-9/src/GridText.c:4970:16: note: Condition 'enclosing==0' is always true
lynx2-8-9/src/GridText.c:4972:33: style: Condition 'enclosing!=0' is always false [knownConditionTrueFalse]
lynx2-8-9/src/GridText.c:4924:30: note: Assignment 'enclosing=NULL', assigned value is 0
lynx2-8-9/src/GridText.c:4972:33: note: Condition 'enclosing!=0' is always false
lynx2-8-9/src/GridText.c:9242:19: warning: Either the condition '!text' is redundant or there is possible null pointer dereference: text. [nullPointerRedundantCheck]
lynx2-8-9/src/GridText.c:9245:9: note: Assuming that condition '!text' is not redundant
lynx2-8-9/src/GridText.c:9242:19: note: Null pointer dereference
lynx2-8-9/src/GridText.c:9276:19: warning: Either the condition 'if(text&&non_empty(name)&&cur)' is redundant or there is possible null pointer dereference: text. [nullPointerRedundantCheck]
lynx2-8-9/src/GridText.c:9278:8: note: Assuming that condition 'if(text&&non_empty(name)&&cur)' is not redundant
lynx2-8-9/src/GridText.c:9276:19: note: Null pointer dereference
lynx2-8-9/src/GridText.c:11223:33: warning: Either the condition 'link_name?link_name:"???"' is redundant or there is possible null pointer dereference: link_name. [nullPointerRedundantCheck]
lynx2-8-9/src/GridText.c:11227:18: note: Assuming that condition 'link_name?link_name:"???"' is not redundant
lynx2-8-9/src/GridText.c:11223:33: note: Null pointer dereference
lynx2-8-9/src/GridText.c:840:12: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lynx2-8-9/src/GridText.c:835:11: note: Assignment 'result=NULL', assigned value is 0
lynx2-8-9/src/GridText.c:840:5: note: Compound assignment '+=', assigned value is 0
lynx2-8-9/src/GridText.c:840:12: note: Null pointer addition
lynx2-8-9/src/GridText.c:1003:2: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lynx2-8-9/src/GridText.c:1007:4: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/GridText.c:1003:2: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/GridText.c:244:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:245:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:867:11: style: The scope of the variable 's' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:1654:16: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:2278:9: style: The scope of the variable 's' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:2917:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:4395:24: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:4923:16: style: The scope of the variable 'lines_changed' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:5073:21: style: The scope of the variable 'tst' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:5075:9: style: The scope of the variable 'match' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:5111:10: style: The scope of the variable 'marker' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:5692:17: style: The scope of the variable 'p' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:7854:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:7888:11: style: The scope of the variable 'ch' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:8052:14: style: The scope of the variable 'num' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:8080:29: style: The scope of the variable 'byte_count' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:8152:10: style: The scope of the variable 'c2' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:8293:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:9330:12: style: The scope of the variable 'check' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:9965:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:9965:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10492:12: style: The scope of the variable 'df' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10510:27: style: The scope of the variable 'pval' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10510:34: style: The scope of the variable 'ptok' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10553:9: style: The scope of the variable 'q' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10689:19: style: The scope of the variable 'c1' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:10689:23: style: The scope of the variable 'c2' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:12894:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:13309:8: style: The scope of the variable 'p' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:13423:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:13443:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/GridText.c:6102:42: style: Function 'HText_childNextNumber' argument 1 names different: declaration 'n' definition 'number'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:69:53: note: Function 'HText_childNextNumber' argument 1 names different: declaration 'n' definition 'number'.
lynx2-8-9/src/GridText.c:6102:42: note: Function 'HText_childNextNumber' argument 1 names different: declaration 'n' definition 'number'.
lynx2-8-9/src/GridText.c:6199:31: style: Function 'HText_FormDescNumber' argument 1 names different: declaration 'n' definition 'number'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:71:42: note: Function 'HText_FormDescNumber' argument 1 names different: declaration 'n' definition 'number'.
lynx2-8-9/src/GridText.c:6199:31: note: Function 'HText_FormDescNumber' argument 1 names different: declaration 'n' definition 'number'.
lynx2-8-9/src/GridText.c:7236:61: style: Function 'HText_anchorRelativeTo' argument 3 names different: declaration 'anchor_num' definition 'anchor_number'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:92:72: note: Function 'HText_anchorRelativeTo' argument 3 names different: declaration 'anchor_num' definition 'anchor_number'.
lynx2-8-9/src/GridText.c:7236:61: note: Function 'HText_anchorRelativeTo' argument 3 names different: declaration 'anchor_num' definition 'anchor_number'.
lynx2-8-9/src/GridText.c:9053:31: style: Function 'HText_LastLineSize' argument 1 names different: declaration 'me' definition 'text'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:167:42: note: Function 'HText_LastLineSize' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9053:31: note: Function 'HText_LastLineSize' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9060:33: style: Function 'HText_LastLineEmpty' argument 1 names different: declaration 'me' definition 'text'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:154:44: note: Function 'HText_LastLineEmpty' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9060:33: note: Function 'HText_LastLineEmpty' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9067:33: style: Function 'HText_LastLineOffset' argument 1 names different: declaration 'me' definition 'text'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:166:44: note: Function 'HText_LastLineOffset' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9067:33: note: Function 'HText_LastLineOffset' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9074:35: style: Function 'HText_PreviousLineSize' argument 1 names different: declaration 'me' definition 'text'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:168:46: note: Function 'HText_PreviousLineSize' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9074:35: note: Function 'HText_PreviousLineSize' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9085:37: style: Function 'HText_PreviousLineEmpty' argument 1 names different: declaration 'me' definition 'text'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:155:48: note: Function 'HText_PreviousLineEmpty' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9085:37: note: Function 'HText_PreviousLineEmpty' argument 1 names different: declaration 'me' definition 'text'.
lynx2-8-9/src/GridText.c:9564:16: style: Function 'HText_beginSelect' argument 4 names different: declaration 'len' definition 'size'. [funcArgNamesDifferent]
lynx2-8-9/src/GridText.h:207:13: note: Function 'HText_beginSelect' argument 4 names different: declaration 'len' definition 'size'.
lynx2-8-9/src/GridText.c:9564:16: note: Function 'HText_beginSelect' argument 4 names different: declaration 'len' definition 'size'.
lynx2-8-9/src/GridText.c:452:13: style: struct member '_HText::enclosed_stbl' is never used. [unusedStructMember]
lynx2-8-9/src/GridText.c:793:2: error: Common realloc mistake: 'have' nulled but not freed upon failure [memleakOnRealloc]
lynx2-8-9/src/GridText.c:4263:19: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lynx2-8-9/src/GridText.c:4326:6: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lynx2-8-9/src/GridText.c:4496:30: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lynx2-8-9/src/HTAlert.c:661:23: warning: Possible null pointer dereference: data [nullPointer]
lynx2-8-9/src/HTAlert.c:653:21: note: Assignment 'data=NULL', assigned value is 0
lynx2-8-9/src/HTAlert.c:661:23: note: Null pointer dereference
lynx2-8-9/src/HTAlert.c:245:10: style: The scope of the variable 'bytesp' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:245:22: style: The scope of the variable 'totalp' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:245:34: style: The scope of the variable 'transferp' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:246:9: style: The scope of the variable 'renew' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:247:17: style: The scope of the variable 'was_units' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:890:37: style: The scope of the variable 'percentage' can be reduced. [variableScope]
lynx2-8-9/src/HTAlert.c:104:29: style: Function 'HTInfoMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:37:40: note: Function 'HTInfoMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'.
lynx2-8-9/src/HTAlert.c:104:29: note: Function 'HTInfoMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'.
lynx2-8-9/src/HTAlert.c:135:29: style: Function 'HTUserMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:39:40: note: Function 'HTUserMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'.
lynx2-8-9/src/HTAlert.c:135:29: note: Function 'HTUserMsg2' argument 1 names different: declaration 'Msg' definition 'Msg2'.
lynx2-8-9/src/HTAlert.c:158:33: style: Function 'HTProgressUnits' argument 1 names different: declaration 'kilobytes' definition 'rate'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:46:44: note: Function 'HTProgressUnits' argument 1 names different: declaration 'kilobytes' definition 'rate'.
lynx2-8-9/src/HTAlert.c:158:33: note: Function 'HTProgressUnits' argument 1 names different: declaration 'kilobytes' definition 'rate'.
lynx2-8-9/src/HTAlert.c:428:24: style: Function 'HTForcedPrompt' argument 1 names different: declaration 'Opt' definition 'option'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:61:35: note: Function 'HTForcedPrompt' argument 1 names different: declaration 'Opt' definition 'option'.
lynx2-8-9/src/HTAlert.c:428:24: note: Function 'HTForcedPrompt' argument 1 names different: declaration 'Opt' definition 'option'.
lynx2-8-9/src/HTAlert.c:428:44: style: Function 'HTForcedPrompt' argument 2 names different: declaration 'Msg' definition 'msg'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:61:52: note: Function 'HTForcedPrompt' argument 2 names different: declaration 'Msg' definition 'msg'.
lynx2-8-9/src/HTAlert.c:428:44: note: Function 'HTForcedPrompt' argument 2 names different: declaration 'Msg' definition 'msg'.
lynx2-8-9/src/HTAlert.c:428:53: style: Function 'HTForcedPrompt' argument 3 names different: declaration 'Dft' definition 'dft'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:61:61: note: Function 'HTForcedPrompt' argument 3 names different: declaration 'Dft' definition 'dft'.
lynx2-8-9/src/HTAlert.c:428:53: note: Function 'HTForcedPrompt' argument 3 names different: declaration 'Dft' definition 'dft'.
lynx2-8-9/src/HTAlert.c:853:37: style: Function 'HTConfirmCookie' argument 1 names different: declaration 'dp' definition 'de'. [funcArgNamesDifferent]
lynx2-8-9/src/HTAlert.h:135:48: note: Function 'HTConfirmCookie' argument 1 names different: declaration 'dp' definition 'de'.
lynx2-8-9/src/HTAlert.c:853:37: note: Function 'HTConfirmCookie' argument 1 names different: declaration 'dp' definition 'de'.
lynx2-8-9/src/HTFWriter.c:136:12: style: The scope of the variable 'result' can be reduced. [variableScope]
lynx2-8-9/src/HTFWriter.c:155:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/src/HTFWriter.c:594:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lynx2-8-9/src/HTFWriter.c:1268:47: style: Function 'HTDumpToStdout' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTSaveToFile.h:18:53: note: Function 'HTDumpToStdout' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTFWriter.c:1268:47: note: Function 'HTDumpToStdout' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTFWriter.c:1270:20: style: Function 'HTDumpToStdout' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTSaveToFile.h:20:19: note: Function 'HTDumpToStdout' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTFWriter.c:1270:20: note: Function 'HTDumpToStdout' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTInit.c:899:16: style: Condition '0==0' is always true [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:902:17: style: Condition '-1==0' is always false [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:910:16: style: Condition '0==0' is always true [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:913:17: style: Condition '-1==0' is always false [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:924:12: style: Condition '0==0' is always true [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:933:13: style: Condition '-1==0' is always false [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:968:13: style: Condition '-1==0' is always false [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:976:15: style: Condition '0==0' is always true [knownConditionTrueFalse]
lynx2-8-9/src/HTInit.c:587:2: warning: Possible null pointer dereference: result [nullPointer]
lynx2-8-9/src/HTInit.c:570:20: note: Assignment 'result=0', assigned value is 0
lynx2-8-9/src/HTInit.c:587:2: note: Null pointer dereference
lynx2-8-9/src/HTInit.c:899:16: style: Same expression on both sides of '=='. [duplicateExpression]
lynx2-8-9/src/HTInit.c:910:16: style: Same expression on both sides of '=='. [duplicateExpression]
lynx2-8-9/src/HTInit.c:924:12: style: Same expression on both sides of '=='. [duplicateExpression]
lynx2-8-9/src/HTInit.c:976:15: style: Same expression on both sides of '=='. [duplicateExpression]
lynx2-8-9/src/HTInit.c:571:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/HTInit.c:571:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/HTInit.c:605:18: style: The scope of the variable 'next' can be reduced. [variableScope]
lynx2-8-9/src/HTInit.c:1405:25: style: The scope of the variable 'r' can be reduced. [variableScope]
lynx2-8-9/src/HTML.c:3907:25: style: Redundant condition: clickable_images. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lynx2-8-9/src/HTML.c:4074:25: style: Redundant condition: clickable_images. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lynx2-8-9/src/HTML.c:2051:3: warning: Possible null pointer dereference: percent [nullPointer]
lynx2-8-9/src/HTML.c:2047:19: note: Assignment 'percent=NULL', assigned value is 0
lynx2-8-9/src/HTML.c:2051:3: note: Null pointer dereference
lynx2-8-9/src/HTML.c:2052:18: warning: Possible null pointer dereference: percent [nullPointer]
lynx2-8-9/src/HTML.c:2047:19: note: Assignment 'percent=NULL', assigned value is 0
lynx2-8-9/src/HTML.c:2052:18: note: Null pointer dereference
lynx2-8-9/src/HTML.c:6306:6: style: Variable 'data' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/HTML.c:6303:0: note: Variable 'data' is reassigned a value before the old one has been used.
lynx2-8-9/src/HTML.c:6306:6: note: Variable 'data' is reassigned a value before the old one has been used.
lynx2-8-9/src/HTML.c:4360:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lynx2-8-9/src/HTML.c:4366:5: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/HTML.c:4360:3: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/HTML.c:2048:16: style: The scope of the variable 'Width' can be reduced. [variableScope]
lynx2-8-9/src/HTML.c:5273:8: style: The scope of the variable 'marker' can be reduced. [variableScope]
lynx2-8-9/src/HTML.c:8307:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lynx2-8-9/src/HTML.c:6388:7: style: Redundant pointer operation on 'include' - it's already a pointer. [redundantPointerOp]
lynx2-8-9/src/HTML.c:254:32: style: Function 'LYShowBadHTML' argument 1 names different: declaration 's' definition 'message'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:215:43: note: Function 'LYShowBadHTML' argument 1 names different: declaration 's' definition 'message'.
lynx2-8-9/src/HTML.c:254:32: note: Function 'LYShowBadHTML' argument 1 names different: declaration 's' definition 'message'.
lynx2-8-9/src/HTML.c:7639:20: style: Function 'HTML_new' argument 3 names different: declaration 'target' definition 'stream'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:257:17: note: Function 'HTML_new' argument 3 names different: declaration 'target' definition 'stream'.
lynx2-8-9/src/HTML.c:7639:20: note: Function 'HTML_new' argument 3 names different: declaration 'target' definition 'stream'.
lynx2-8-9/src/HTML.c:8177:40: style: Function 'HTMLToC' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:247:46: note: Function 'HTMLToC' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8177:40: note: Function 'HTMLToC' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8204:44: style: Function 'HTMLPresent' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:251:50: note: Function 'HTMLPresent' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8204:44: note: Function 'HTMLPresent' argument 1 names different: declaration 'pres' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8206:24: style: Function 'HTMLPresent' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:253:16: note: Function 'HTMLPresent' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8206:24: note: Function 'HTMLPresent' argument 3 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8238:32: style: Function 'HTLoadError' argument 1 names different: declaration 'sink' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/HTML.h:273:38: note: Function 'HTLoadError' argument 1 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:8238:32: note: Function 'HTLoadError' argument 1 names different: declaration 'sink' definition 'GCC_UNUSED'.
lynx2-8-9/src/HTML.c:5054:21: warning: Char literal compared with pointer 'id_string'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
lynx2-8-9/src/LYBookmark.c:212:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:212:12: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:216:21: style: The scope of the variable 'tmpanchor' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:217:12: style: The scope of the variable 'text' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:776:15: style: The scope of the variable 'MBM_tmp_count' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:777:22: style: The scope of the variable 'MBM_from' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:777:32: style: The scope of the variable 'MBM_to' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:987:19: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:1054:11: style: The scope of the variable 'q' can be reduced. [variableScope]
lynx2-8-9/src/LYBookmark.c:74:42: style: Function 'get_bookmark_filename' argument 1 names different: declaration 'name' definition 'URL'. [funcArgNamesDifferent]
lynx2-8-9/src/LYBookmark.h:12:53: note: Function 'get_bookmark_filename' argument 1 names different: declaration 'name' definition 'URL'.
lynx2-8-9/src/LYBookmark.c:74:42: note: Function 'get_bookmark_filename' argument 1 names different: declaration 'name' definition 'URL'.
lynx2-8-9/src/LYCgi.c:106:6: error: Common realloc mistake: 'env' nulled but not freed upon failure [memleakOnRealloc]
lynx2-8-9/src/LYCharUtils.c:1944:5: warning: Possible null pointer dereference: result [nullPointer]
lynx2-8-9/src/LYCharUtils.c:1922:20: note: Assignment 'result=NULL', assigned value is 0
lynx2-8-9/src/LYCharUtils.c:1944:5: note: Null pointer dereference
lynx2-8-9/src/LYCharUtils.c:2950:2: style: Variable 'temp' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/LYCharUtils.c:2947:0: note: Variable 'temp' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYCharUtils.c:2950:2: note: Variable 'temp' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYCharUtils.c:2951:2: style: Variable 'path' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/LYCharUtils.c:2947:0: note: Variable 'path' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYCharUtils.c:2951:2: note: Variable 'path' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYCharUtils.c:71:12: style: The scope of the variable 'count_AMPs' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:72:12: style: The scope of the variable 'count_LTs' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:73:12: style: The scope of the variable 'count_GTs' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:2668:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:2947:36: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:2948:14: style: The scope of the variable 'str' can be reduced. [variableScope]
lynx2-8-9/src/LYCharUtils.c:65:22: style: Function 'LYEntify' argument 1 names different: declaration 'str' definition 'in_out'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCharUtils.h:45:33: note: Function 'LYEntify' argument 1 names different: declaration 'str' definition 'in_out'.
lynx2-8-9/src/LYCharUtils.c:65:22: note: Function 'LYEntify' argument 1 names different: declaration 'str' definition 'in_out'.
lynx2-8-9/src/LYCharUtils.c:66:12: style: Function 'LYEntify' argument 2 names different: declaration 'isTITLE' definition 'brackets'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCharUtils.h:46:9: note: Function 'LYEntify' argument 2 names different: declaration 'isTITLE' definition 'brackets'.
lynx2-8-9/src/LYCharUtils.c:66:12: note: Function 'LYEntify' argument 2 names different: declaration 'isTITLE' definition 'brackets'.
lynx2-8-9/src/LYCharUtils.c:1991:20: style: Function 'LYHandleMETA' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCharUtils.h:77:16: note: Function 'LYHandleMETA' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCharUtils.c:1991:20: note: Function 'LYHandleMETA' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCharUtils.c:2562:21: style: Function 'LYHandlePlike' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCharUtils.h:80:17: note: Function 'LYHandlePlike' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCharUtils.c:2562:21: note: Function 'LYHandlePlike' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCharUtils.c:2665:22: style: Function 'LYHandleSELECT' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCharUtils.h:85:18: note: Function 'LYHandleSELECT' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCharUtils.c:2665:22: note: Function 'LYHandleSELECT' argument 4 names different: declaration 'include' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCookie.c:704:2: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lynx2-8-9/src/LYCookie.c:368:13: style: The scope of the variable 'c2' can be reduced. [variableScope]
lynx2-8-9/src/LYCookie.c:371:17: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lynx2-8-9/src/LYCookie.c:720:13: style: The scope of the variable 'co' can be reduced. [variableScope]
lynx2-8-9/src/LYCookie.c:1865:19: style: The scope of the variable 'de' can be reduced. [variableScope]
lynx2-8-9/src/LYCookie.c:1859:10: style: Function 'LYAddCookieHeader' argument 2 names different: declaration 'partialpath' definition 'path'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCookie.h:49:14: note: Function 'LYAddCookieHeader' argument 2 names different: declaration 'partialpath' definition 'path'.
lynx2-8-9/src/LYCookie.c:1859:10: note: Function 'LYAddCookieHeader' argument 2 names different: declaration 'partialpath' definition 'path'.
lynx2-8-9/src/LYCurses.c:2202:9: style: The scope of the variable 'y' can be reduced. [variableScope]
lynx2-8-9/src/LYCurses.c:307:40: style: Function 'LYbox' argument 2 names different: declaration 'formfield' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:351:41: note: Function 'LYbox' argument 2 names different: declaration 'formfield' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:307:40: note: Function 'LYbox' argument 2 names different: declaration 'formfield' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:902:20: style: Function 'LYnoVideo' argument 1 names different: declaration 'mask' definition 'a'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:480:31: note: Function 'LYnoVideo' argument 1 names different: declaration 'mask' definition 'a'.
lynx2-8-9/src/LYCurses.c:902:20: note: Function 'LYnoVideo' argument 1 names different: declaration 'mask' definition 'a'.
lynx2-8-9/src/LYCurses.c:1695:30: style: Function 'lynx_nl2crlf' argument 1 names different: declaration 'normal' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:789:34: note: Function 'lynx_nl2crlf' argument 1 names different: declaration 'normal' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:1695:30: note: Function 'lynx_nl2crlf' argument 1 names different: declaration 'normal' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:2018:25: style: Function 'LYpaddstr' argument 1 names different: declaration 'w' definition 'the_window'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:482:36: note: Function 'LYpaddstr' argument 1 names different: declaration 'w' definition 'the_window'.
lynx2-8-9/src/LYCurses.c:2018:25: note: Function 'LYpaddstr' argument 1 names different: declaration 'w' definition 'the_window'.
lynx2-8-9/src/LYCurses.c:2018:60: style: Function 'LYpaddstr' argument 3 names different: declaration 's' definition 'the_string'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:482:62: note: Function 'LYpaddstr' argument 3 names different: declaration 's' definition 'the_string'.
lynx2-8-9/src/LYCurses.c:2018:60: note: Function 'LYpaddstr' argument 3 names different: declaration 's' definition 'the_string'.
lynx2-8-9/src/LYCurses.c:2197:28: style: Function 'LYwaddnstr' argument 1 names different: declaration 'w' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:487:37: note: Function 'LYwaddnstr' argument 1 names different: declaration 'w' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:2197:28: note: Function 'LYwaddnstr' argument 1 names different: declaration 'w' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:2198:15: style: Function 'LYwaddnstr' argument 2 names different: declaration 's' definition 'src'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:487:52: note: Function 'LYwaddnstr' argument 2 names different: declaration 's' definition 'src'.
lynx2-8-9/src/LYCurses.c:2198:15: note: Function 'LYwaddnstr' argument 2 names different: declaration 's' definition 'src'.
lynx2-8-9/src/LYCurses.c:3026:18: style: Function 'lynx_stop_link_color' argument 2 names different: declaration 'pending' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYCurses.h:793:52: note: Function 'lynx_stop_link_color' argument 2 names different: declaration 'pending' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:3026:18: note: Function 'lynx_stop_link_color' argument 2 names different: declaration 'pending' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYCurses.c:1312:0: style: Variable 'keypad_on' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/src/LYCurses.c:2254:5: style: Variable 'y0' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/src/LYCurses.c:2262:6: style: Variable 'y' is assigned a value that is never used. [unreadVariable]
lynx2-8-9/src/LYCurses.c:1539:5: portability: fflush() called on input stream 'stdin' may result in undefined behaviour on non-linux systems. [fflushOnInputStream]
lynx2-8-9/src/LYDownload.c:65:24: warning: Possible null pointer dereference: Line [nullPointer]
lynx2-8-9/src/LYDownload.c:30:18: note: Assignment 'Line=NULL', assigned value is 0
lynx2-8-9/src/LYDownload.c:65:24: note: Null pointer dereference
lynx2-8-9/src/LYDownload.c:510:6: warning: Possible null pointer dereference: downloaded_url [nullPointer]
lynx2-8-9/src/LYDownload.c:482:28: note: Assignment 'downloaded_url=NULL', assigned value is 0
lynx2-8-9/src/LYDownload.c:510:6: note: Null pointer dereference
lynx2-8-9/src/LYDownload.c:515:6: warning: Possible null pointer dereference: sug_filename [nullPointer]
lynx2-8-9/src/LYDownload.c:483:26: note: Assignment 'sug_filename=NULL', assigned value is 0
lynx2-8-9/src/LYDownload.c:515:6: note: Null pointer dereference
lynx2-8-9/src/LYDownload.c:486:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lynx2-8-9/src/LYEdit.c:19:11: style: The scope of the variable 'value' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1334:15: style: Condition 'xleac==LYE_UNMOD' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYEditmap.c:1302:29: note: Assignment 'xleac=LYE_UNMOD', assigned value is 31
lynx2-8-9/src/LYEditmap.c:1334:15: note: Condition 'xleac==LYE_UNMOD' is always true
lynx2-8-9/src/LYEditmap.c:1334:15: style: Same expression on both sides of '==' because the value of 'xleac' and 'LYE_UNMOD' are the same. [duplicateExpression]
lynx2-8-9/src/LYEditmap.c:1302:29: note: 'xleac' is assigned value 'LYE_UNMOD' here.
lynx2-8-9/src/LYEditmap.c:1334:15: note: Same expression on both sides of '==' because the value of 'xleac' and 'LYE_UNMOD' are the same.
lynx2-8-9/src/LYEditmap.c:1358:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1423:9: style: The scope of the variable 'editaction' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1455:9: style: The scope of the variable 'editaction' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1455:24: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1795:9: style: The scope of the variable 'state' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1796:9: style: The scope of the variable 'width' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1799:18: style: The scope of the variable 'mp' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1800:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1801:9: style: The scope of the variable 'hanging' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1802:9: style: The scope of the variable 'wrapped' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1803:9: style: The scope of the variable 'had_output' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1825:7: style: The scope of the variable 'need' can be reduced. [variableScope]
lynx2-8-9/src/LYEditmap.c:1300:21: style: Function 'EditBinding' argument 1 names different: declaration 'ch' definition 'xlkc'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:343:32: note: Function 'EditBinding' argument 1 names different: declaration 'ch' definition 'xlkc'.
lynx2-8-9/src/LYEditmap.c:1300:21: note: Function 'EditBinding' argument 1 names different: declaration 'ch' definition 'xlkc'.
lynx2-8-9/src/LYForms.c:548:6: style: Condition '!action' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYForms.c:488:11: note: Assignment 'action=0', assigned value is 0
lynx2-8-9/src/LYForms.c:548:6: note: Condition '!action' is always true
lynx2-8-9/src/LYForms.c:97:19: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:95:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:97:19: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:98:2: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:95:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:98:2: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:120:2: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:120:2: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:124:10: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:124:10: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:125:10: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:125:10: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:129:28: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:129:28: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:132:22: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:132:22: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:136:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:136:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:140:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:140:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:144:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:108:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:144:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:155:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:150:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:155:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:305:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:303:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:305:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:306:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:303:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:306:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:312:6: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:303:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:312:6: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:864:13: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:402:7: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:408:31: note: Calling function 'show_formlink_statusline', 1st argument 'form' value is 0
lynx2-8-9/src/LYForms.c:864:13: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:897:13: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:895:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:897:13: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:908:13: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:895:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:908:13: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:945:13: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:943:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:945:13: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:954:31: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:943:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:954:31: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:961:13: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:943:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:961:13: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:966:27: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:943:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:966:27: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:977:27: warning: Either the condition 'form' is redundant or there is possible null pointer dereference: form. [nullPointerRedundantCheck]
lynx2-8-9/src/LYForms.c:943:6: note: Assuming that condition 'form' is not redundant
lynx2-8-9/src/LYForms.c:977:27: note: Null pointer dereference
lynx2-8-9/src/LYForms.c:68:8: style: Function 'change_form_link_ex' argument 6 names different: declaration 'draw_only' definition 'redraw_only'. [funcArgNamesDifferent]
lynx2-8-9/src/HTForms.h:27:12: note: Function 'change_form_link_ex' argument 6 names different: declaration 'draw_only' definition 'redraw_only'.
lynx2-8-9/src/LYForms.c:68:8: note: Function 'change_form_link_ex' argument 6 names different: declaration 'draw_only' definition 'redraw_only'.
lynx2-8-9/src/LYGetFile.c:1137:5: warning: Possible null pointer dereference: temp [nullPointer]
lynx2-8-9/src/LYGetFile.c:1127:21: note: Assignment 'temp=NULL', assigned value is 0
lynx2-8-9/src/LYGetFile.c:1137:5: note: Null pointer dereference
lynx2-8-9/src/LYHistory.c:733:21: style: The scope of the variable 'tmpanchor' can be reduced. [variableScope]
lynx2-8-9/src/LYHistory.c:734:12: style: The scope of the variable 'text' can be reduced. [variableScope]
lynx2-8-9/src/LYHistory.c:827:25: style: The scope of the variable 'post_arrow' can be reduced. [variableScope]
lynx2-8-9/src/LYHistory.c:1024:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYHistory.c:285:30: style: Function 'LYFreePostData' argument 1 names different: declaration 'data' definition 'doc'. [funcArgNamesDifferent]
lynx2-8-9/src/LYHistory.h:22:41: note: Function 'LYFreePostData' argument 1 names different: declaration 'data' definition 'doc'.
lynx2-8-9/src/LYHistory.c:285:30: note: Function 'LYFreePostData' argument 1 names different: declaration 'data' definition 'doc'.
lynx2-8-9/src/LYHistory.c:294:29: style: Function 'LYFreeDocInfo' argument 1 names different: declaration 'data' definition 'doc'. [funcArgNamesDifferent]
lynx2-8-9/src/LYHistory.h:23:40: note: Function 'LYFreeDocInfo' argument 1 names different: declaration 'data' definition 'doc'.
lynx2-8-9/src/LYHistory.c:294:29: note: Function 'LYFreeDocInfo' argument 1 names different: declaration 'data' definition 'doc'.
lynx2-8-9/src/LYJump.c:67:19: warning: Possible null pointer dereference: tmp [nullPointer]
lynx2-8-9/src/LYJump.c:57:17: note: Assignment 'tmp=NULL', assigned value is 0
lynx2-8-9/src/LYJump.c:67:19: note: Null pointer dereference
lynx2-8-9/src/LYJump.c:55:32: style: Function 'LYAddJumpShortcut' argument 1 names different: declaration 'the_history' definition 'historyp'. [funcArgNamesDifferent]
lynx2-8-9/src/LYJump.h:29:43: note: Function 'LYAddJumpShortcut' argument 1 names different: declaration 'the_history' definition 'historyp'.
lynx2-8-9/src/LYJump.c:55:32: note: Function 'LYAddJumpShortcut' argument 1 names different: declaration 'the_history' definition 'historyp'.
lynx2-8-9/src/LYKeymap.c:709:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:729:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:793:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:1108:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:1122:15: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:1226:11: style: The scope of the variable 'formatted' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:1249:11: style: The scope of the variable 'fmt_second' can be reduced. [variableScope]
lynx2-8-9/src/LYKeymap.c:1298:12: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYList.c:254:12: style: The scope of the variable 'dest' can be reduced. [variableScope]
lynx2-8-9/src/LYList.c:255:18: style: The scope of the variable 'parent' can be reduced. [variableScope]
lynx2-8-9/src/LYList.c:256:14: style: The scope of the variable 'title' can be reduced. [variableScope]
lynx2-8-9/src/LYList.c:351:15: style: The scope of the variable 'hidden_links' can be reduced. [variableScope]
lynx2-8-9/src/LYMail.c:122:16: style: The scope of the variable 'cp1' can be reduced. [variableScope]
lynx2-8-9/src/LYMail.c:516:24: style: Function 'LYSendMailFile' argument 3 names different: declaration 'the_subject' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYMail.h:69:16: note: Function 'LYSendMailFile' argument 3 names different: declaration 'the_subject' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYMail.c:516:24: note: Function 'LYSendMailFile' argument 3 names different: declaration 'the_subject' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYMail.c:517:23: style: Function 'LYSendMailFile' argument 4 names different: declaration 'the_ccaddr' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYMail.h:70:16: note: Function 'LYSendMailFile' argument 4 names different: declaration 'the_ccaddr' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYMail.c:517:23: note: Function 'LYSendMailFile' argument 4 names different: declaration 'the_ccaddr' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYMain.c:1014:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3080:24: style: The scope of the variable 'Usage' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3088:14: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3088:17: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3088:20: style: The scope of the variable 'column' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3089:17: style: The scope of the variable 'name' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:3090:17: style: The scope of the variable 'value' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:4037:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYMain.c:4210:30: style: Function 'parse_arg' argument 1 names different: declaration 'arg' definition 'argv'. [funcArgNamesDifferent]
lynx2-8-9/src/LYMain.c:676:30: note: Function 'parse_arg' argument 1 names different: declaration 'arg' definition 'argv'.
lynx2-8-9/src/LYMain.c:4210:30: note: Function 'parse_arg' argument 1 names different: declaration 'arg' definition 'argv'.
lynx2-8-9/src/LYMainLoop.c:1033:26: style: Condition 'do_change_link()==-1' is always false [knownConditionTrueFalse]
lynx2-8-9/src/LYMainLoop.c:2151:26: style: Condition 'do_change_link()==-1' is always false [knownConditionTrueFalse]
lynx2-8-9/src/LYMainLoop.c:3420:23: style: Condition 'do_change_link()!=-1' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYMainLoop.c:3985:7: style: Condition 'canreparse_post' is always false [knownConditionTrueFalse]
lynx2-8-9/src/LYMainLoop.c:3938:32: note: Assignment 'canreparse_post=0', assigned value is 0
lynx2-8-9/src/LYMainLoop.c:3985:7: note: Condition 'canreparse_post' is always false
lynx2-8-9/src/LYMainLoop.c:8168:7: warning: Possible null pointer dereference: buf [nullPointer]
lynx2-8-9/src/LYMainLoop.c:8140:18: note: Assignment 'buf=NULL', assigned value is 0
lynx2-8-9/src/LYMainLoop.c:8168:7: note: Null pointer dereference
lynx2-8-9/src/LYMainLoop.c:3923:31: style: Same expression on both sides of '!=' because the value of 'HTfileSortMethod_flag' and 'HTfileSortMethod' are the same. [duplicateExpression]
lynx2-8-9/src/LYMainLoop.c:3908:30: note: 'HTfileSortMethod_flag' is assigned value 'HTfileSortMethod' here.
lynx2-8-9/src/LYMainLoop.c:3923:31: note: Same expression on both sides of '!=' because the value of 'HTfileSortMethod_flag' and 'HTfileSortMethod' are the same.
lynx2-8-9/src/LYMainLoop.c:3928:32: style: Same expression on both sides of '!=' because the value of 'CurrentAssumeCharSet_flag' and 'UCLYhndl_for_unspec' are the same. [duplicateExpression]
lynx2-8-9/src/LYMainLoop.c:3906:34: note: 'CurrentAssumeCharSet_flag' is assigned value 'UCLYhndl_for_unspec' here.
lynx2-8-9/src/LYMainLoop.c:3928:32: note: Same expression on both sides of '!=' because the value of 'CurrentAssumeCharSet_flag' and 'UCLYhndl_for_unspec' are the same.
lynx2-8-9/src/LYMainLoop.c:642:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:1793:11: style: The scope of the variable 'mp' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:1794:11: style: The scope of the variable 'src' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:1794:17: style: The scope of the variable 'tmp' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:1840:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:2347:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:3524:11: style: The scope of the variable 'ptr' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:3525:9: style: The scope of the variable 'ch' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:4196:18: style: The scope of the variable 'tmpanchor' can be reduced. [variableScope]
lynx2-8-9/src/LYMainLoop.c:8143:10: style: The scope of the variable 'n' can be reduced. [variableScope]
lynx2-8-9/src/LYMap.c:612:13: style: The scope of the variable 'inner' can be reduced. [variableScope]
lynx2-8-9/src/LYMap.c:614:19: style: The scope of the variable 'elt' can be reduced. [variableScope]
lynx2-8-9/src/LYMap.c:615:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lynx2-8-9/src/LYMap.c:55:32: style: Function 'ImageMapList_free' argument 1 names different: declaration 'list' definition 'theList'. [funcArgNamesDifferent]
lynx2-8-9/src/LYMap.h:17:43: note: Function 'ImageMapList_free' argument 1 names different: declaration 'list' definition 'theList'.
lynx2-8-9/src/LYMap.c:55:32: note: Function 'ImageMapList_free' argument 1 names different: declaration 'list' definition 'theList'.
lynx2-8-9/src/LYMap.c:209:24: style: Function 'LYAddMapElement' argument 5 names different: declaration 'intern_flag' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYMap.h:23:9: note: Function 'LYAddMapElement' argument 5 names different: declaration 'intern_flag' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYMap.c:209:24: note: Function 'LYAddMapElement' argument 5 names different: declaration 'intern_flag' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYNews.c:152:22: warning: Possible null pointer dereference: NewsGroups [nullPointer]
lynx2-8-9/src/LYNews.c:99:24: note: Assignment 'NewsGroups=NULL', assigned value is 0
lynx2-8-9/src/LYNews.c:152:22: note: Null pointer dereference
lynx2-8-9/src/LYNews.c:169:11: warning: Possible null pointer dereference: NewsGroups [nullPointer]
lynx2-8-9/src/LYNews.c:99:24: note: Assignment 'NewsGroups=NULL', assigned value is 0
lynx2-8-9/src/LYNews.c:169:11: note: Null pointer dereference
lynx2-8-9/src/LYNews.c:493:39: style: Function 'terminate_message' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYNews.c:30:35: note: Function 'terminate_message' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYNews.c:493:39: note: Function 'terminate_message' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYNews.c:44:2: error: Resource leak: fp [resourceLeak]
lynx2-8-9/src/LYOptions.c:721:27: style: Redundant condition: x_display!=NULL. 'x_display==NULL || (x_display!=NULL && *x_display=='\0')' is equivalent to 'x_display==NULL || *x_display=='\0'' [redundantCondition]
lynx2-8-9/src/LYOptions.c:1612:9: style: The scope of the variable 'cmd' can be reduced. [variableScope]
lynx2-8-9/src/LYOptions.c:1606:31: style: Function 'boolean_choice' argument 1 names different: declaration 'status' definition 'cur_choice'. [funcArgNamesDifferent]
lynx2-8-9/src/LYOptions.c:133:31: note: Function 'boolean_choice' argument 1 names different: declaration 'status' definition 'cur_choice'.
lynx2-8-9/src/LYOptions.c:1606:31: note: Function 'boolean_choice' argument 1 names different: declaration 'status' definition 'cur_choice'.
lynx2-8-9/src/LYOptions.c:1746:39: style: Function 'terminate_options' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYOptions.c:42:35: note: Function 'terminate_options' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYOptions.c:1746:39: note: Function 'terminate_options' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYOptions.c:2064:8: style: Function 'popup_choice' argument 5 names different: declaration 'length' definition 'i_length'. [funcArgNamesDifferent]
lynx2-8-9/src/LYOptions.h:19:12: note: Function 'popup_choice' argument 5 names different: declaration 'length' definition 'i_length'.
lynx2-8-9/src/LYOptions.c:2064:8: note: Function 'popup_choice' argument 5 names different: declaration 'length' definition 'i_length'.
lynx2-8-9/src/LYOptions.c:2066:8: style: Function 'popup_choice' argument 7 names different: declaration 'mouse' definition 'for_mouse'. [funcArgNamesDifferent]
lynx2-8-9/src/LYOptions.h:21:12: note: Function 'popup_choice' argument 7 names different: declaration 'mouse' definition 'for_mouse'.
lynx2-8-9/src/LYOptions.c:2066:8: note: Function 'popup_choice' argument 7 names different: declaration 'mouse' definition 'for_mouse'.
lynx2-8-9/src/LYPrint.c:905:55: warning: Possible null pointer dereference: my_file [nullPointer]
lynx2-8-9/src/LYPrint.c:807:24: note: Assignment 'my_file=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:905:55: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1106:22: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1106:22: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1122:16: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1122:16: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1124:23: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1124:23: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1126:23: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1126:23: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1129:23: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1129:23: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:1131:23: warning: Possible null pointer dereference: link_info [nullPointer]
lynx2-8-9/src/LYPrint.c:1041:23: note: Assignment 'link_info=NULL', assigned value is 0
lynx2-8-9/src/LYPrint.c:1131:23: note: Null pointer dereference
lynx2-8-9/src/LYPrint.c:173:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/LYPrint.c:270:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYReadCFG.c:815:7: style: Condition '!success' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYReadCFG.c:785:21: note: Assignment 'success=0', assigned value is 0
lynx2-8-9/src/LYReadCFG.c:815:7: note: Condition '!success' is always true
lynx2-8-9/src/LYReadCFG.c:927:16: warning: Possible null pointer dereference: rulesfile1 [nullPointer]
lynx2-8-9/src/LYReadCFG.c:914:24: note: Assignment 'rulesfile1=NULL', assigned value is 0
lynx2-8-9/src/LYReadCFG.c:927:16: note: Null pointer dereference
lynx2-8-9/src/LYReadCFG.c:757:18: style: The scope of the variable 'efunc' can be reduced. [variableScope]
lynx2-8-9/src/LYReadCFG.c:2188:18: style: The scope of the variable 'savechar' can be reduced. [variableScope]
lynx2-8-9/src/LYReadCFG.c:2234:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYReadCFG.c:2375:11: style: The scope of the variable 'fp0' can be reduced. [variableScope]
lynx2-8-9/src/LYReadCFG.c:1931:21: style: Function 'LYSetConfigValue' argument 2 names different: declaration 'value' definition 'param'. [funcArgNamesDifferent]
lynx2-8-9/src/LYReadCFG.h:69:64: note: Function 'LYSetConfigValue' argument 2 names different: declaration 'value' definition 'param'.
lynx2-8-9/src/LYReadCFG.c:1931:21: note: Function 'LYSetConfigValue' argument 2 names different: declaration 'value' definition 'param'.
lynx2-8-9/src/LYSearch.c:25:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/LYSearch.c:117:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYSearch.c:133:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYShowInfo.c:80:25: warning: Possible null pointer dereference: the_label [nullPointer]
lynx2-8-9/src/LYShowInfo.c:74:23: note: Assignment 'the_label=0', assigned value is 0
lynx2-8-9/src/LYShowInfo.c:80:25: note: Null pointer dereference
lynx2-8-9/src/LYStrings.c:3585:5: warning: Possible null pointer dereference: temp [nullPointer]
lynx2-8-9/src/LYStrings.c:3578:21: note: Assignment 'temp=NULL', assigned value is 0
lynx2-8-9/src/LYStrings.c:3585:5: note: Null pointer dereference
lynx2-8-9/src/LYStrings.c:324:11: style: The scope of the variable 'data' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:649:9: style: The scope of the variable 'i_glyphs' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:706:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:706:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:2833:27: style: The scope of the variable 's' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:2833:31: style: The scope of the variable 'd' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:3989:12: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:3989:15: style: The scope of the variable 'jk' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:4037:9: style: The scope of the variable 'check' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5366:18: style: The scope of the variable 'phelp' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5469:11: style: The scope of the variable 'marker' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5526:17: style: The scope of the variable 'refptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5526:26: style: The scope of the variable 'tstptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5576:17: style: The scope of the variable 'refptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5576:26: style: The scope of the variable 'tstptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5641:17: style: The scope of the variable 'refptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5642:17: style: The scope of the variable 'tstptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5643:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5644:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5779:17: style: The scope of the variable 'refptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5780:17: style: The scope of the variable 'tstptr' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5781:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5782:9: style: The scope of the variable 'offset' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5947:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5947:15: style: The scope of the variable 'high' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5947:21: style: The scope of the variable 'low' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:5948:10: style: The scope of the variable 'diff' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:6010:11: style: The scope of the variable 'uni_ch1' can be reduced. [variableScope]
lynx2-8-9/src/LYStrings.c:581:23: style: Function 'LYstrncpy' argument 1 names different: declaration 'dst' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:41:34: note: Function 'LYstrncpy' argument 1 names different: declaration 'dst' definition 'target'.
lynx2-8-9/src/LYStrings.c:581:23: note: Function 'LYstrncpy' argument 1 names different: declaration 'dst' definition 'target'.
lynx2-8-9/src/LYStrings.c:582:15: style: Function 'LYstrncpy' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:42:19: note: Function 'LYstrncpy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:582:15: note: Function 'LYstrncpy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:612:27: style: Function 'LYmbcsstrncpy' argument 1 names different: declaration 'dst' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:71:38: note: Function 'LYmbcsstrncpy' argument 1 names different: declaration 'dst' definition 'target'.
lynx2-8-9/src/LYStrings.c:612:27: note: Function 'LYmbcsstrncpy' argument 1 names different: declaration 'dst' definition 'target'.
lynx2-8-9/src/LYStrings.c:613:19: style: Function 'LYmbcsstrncpy' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:72:23: note: Function 'LYmbcsstrncpy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:613:19: note: Function 'LYmbcsstrncpy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:2640:24: style: Function 'LYLowerCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:356:35: note: Function 'LYLowerCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'.
lynx2-8-9/src/LYStrings.c:2640:24: note: Function 'LYLowerCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'.
lynx2-8-9/src/LYStrings.c:2665:24: style: Function 'LYUpperCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:364:35: note: Function 'LYUpperCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'.
lynx2-8-9/src/LYStrings.c:2665:24: note: Function 'LYUpperCase' argument 1 names different: declaration 'buffer' definition 'arg_buffer'.
lynx2-8-9/src/LYStrings.c:2984:44: style: Function 'LYSetupEdit' argument 2 names different: declaration 'old' definition 'old_value'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:358:55: note: Function 'LYSetupEdit' argument 2 names different: declaration 'old' definition 'old_value'.
lynx2-8-9/src/LYStrings.c:2984:44: note: Function 'LYSetupEdit' argument 2 names different: declaration 'old' definition 'old_value'.
lynx2-8-9/src/LYStrings.c:3134:12: style: Function 'LYEditInsert' argument 4 names different: declaration 'map_active' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:395:21: note: Function 'LYEditInsert' argument 4 names different: declaration 'map_active' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYStrings.c:3134:12: note: Function 'LYEditInsert' argument 4 names different: declaration 'map_active' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYStrings.c:5058:8: style: Function 'LYgetBString' argument 2 names different: declaration 'masked' definition 'hidden'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:62:12: note: Function 'LYgetBString' argument 2 names different: declaration 'masked' definition 'hidden'.
lynx2-8-9/src/LYStrings.c:5058:8: note: Function 'LYgetBString' argument 2 names different: declaration 'masked' definition 'hidden'.
lynx2-8-9/src/LYStrings.c:5343:11: style: Function 'LYgetstr' argument 2 names different: declaration 'masked' definition 'hidden'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:56:8: note: Function 'LYgetstr' argument 2 names different: declaration 'masked' definition 'hidden'.
lynx2-8-9/src/LYStrings.c:5343:11: note: Function 'LYgetstr' argument 2 names different: declaration 'masked' definition 'hidden'.
lynx2-8-9/src/LYStrings.c:5493:22: style: Function 'LYstrstr' argument 1 names different: declaration 'chptr' definition 'haystack'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:69:33: note: Function 'LYstrstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5493:22: note: Function 'LYstrstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5494:21: style: Function 'LYstrstr' argument 2 names different: declaration 'tarptr' definition 'needle'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:70:18: note: Function 'LYstrstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5494:21: note: Function 'LYstrstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5523:52: style: Function 'LYno_attr_char_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:106:63: note: Function 'LYno_attr_char_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5523:52: note: Function 'LYno_attr_char_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5524:24: style: Function 'LYno_attr_char_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:107:21: note: Function 'LYno_attr_char_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5524:24: note: Function 'LYno_attr_char_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5573:47: style: Function 'LYno_attr_char_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:104:58: note: Function 'LYno_attr_char_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5573:47: note: Function 'LYno_attr_char_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5574:19: style: Function 'LYno_attr_char_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:105:23: note: Function 'LYno_attr_char_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5574:19: note: Function 'LYno_attr_char_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5634:52: style: Function 'LYno_attr_mbcs_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:92:63: note: Function 'LYno_attr_mbcs_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5634:52: note: Function 'LYno_attr_mbcs_case_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5635:24: style: Function 'LYno_attr_mbcs_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:93:21: note: Function 'LYno_attr_mbcs_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5635:24: note: Function 'LYno_attr_mbcs_case_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5772:47: style: Function 'LYno_attr_mbcs_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:86:58: note: Function 'LYno_attr_mbcs_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5772:47: note: Function 'LYno_attr_mbcs_strstr' argument 1 names different: declaration 'chptr' definition 'haystack'.
lynx2-8-9/src/LYStrings.c:5773:19: style: Function 'LYno_attr_mbcs_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:87:23: note: Function 'LYno_attr_mbcs_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5773:19: note: Function 'LYno_attr_mbcs_strstr' argument 2 names different: declaration 'tarptr' definition 'needle'.
lynx2-8-9/src/LYStrings.c:5890:22: style: Function 'SNACopy' argument 1 names different: declaration 'dest' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:114:33: note: Function 'SNACopy' argument 1 names different: declaration 'dest' definition 'target'.
lynx2-8-9/src/LYStrings.c:5890:22: note: Function 'SNACopy' argument 1 names different: declaration 'dest' definition 'target'.
lynx2-8-9/src/LYStrings.c:5891:20: style: Function 'SNACopy' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:115:17: note: Function 'SNACopy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:5891:20: note: Function 'SNACopy' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:5912:21: style: Function 'SNACat' argument 1 names different: declaration 'dest' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:117:32: note: Function 'SNACat' argument 1 names different: declaration 'dest' definition 'target'.
lynx2-8-9/src/LYStrings.c:5912:21: note: Function 'SNACat' argument 1 names different: declaration 'dest' definition 'target'.
lynx2-8-9/src/LYStrings.c:5913:19: style: Function 'SNACat' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:118:16: note: Function 'SNACat' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:5913:19: note: Function 'SNACat' argument 2 names different: declaration 'src' definition 'source'.
lynx2-8-9/src/LYStrings.c:6031:25: style: Function 'LYSafeGets' argument 1 names different: declaration 'src' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYStrings.h:124:36: note: Function 'LYSafeGets' argument 1 names different: declaration 'src' definition 'target'.
lynx2-8-9/src/LYStrings.c:6031:25: note: Function 'LYSafeGets' argument 1 names different: declaration 'src' definition 'target'.
lynx2-8-9/src/LYTraversal.c:150:12: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/src/LYUpload.c:196:64: warning: Possible null pointer dereference: curloc [nullPointer]
lynx2-8-9/src/LYUpload.c:178:20: note: Assignment 'curloc=NULL', assigned value is 0
lynx2-8-9/src/LYUpload.c:196:64: note: Null pointer dereference
lynx2-8-9/src/LYUpload.c:177:9: style: The scope of the variable 'count' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1682:13: style: Condition 'new_fd==-1' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYUtils.c:1662:16: note: Assignment 'new_fd=-1', assigned value is -1
lynx2-8-9/src/LYUtils.c:1682:13: note: Condition 'new_fd==-1' is always true
lynx2-8-9/src/LYUtils.c:6821:6: style: Condition 'code' is always true [knownConditionTrueFalse]
lynx2-8-9/src/LYUtils.c:6749:20: note: Assignment 'code=1', assigned value is 1
lynx2-8-9/src/LYUtils.c:6821:6: note: Condition 'code' is always true
lynx2-8-9/src/LYUtils.c:7356:9: style: Condition 'do_free' is always false [knownConditionTrueFalse]
lynx2-8-9/src/LYUtils.c:7205:19: note: Assignment 'do_free=0', assigned value is 0
lynx2-8-9/src/LYUtils.c:7356:9: note: Condition 'do_free' is always false
lynx2-8-9/src/LYUtils.c:289:27: warning: Possible null pointer dereference: name [nullPointer]
lynx2-8-9/src/LYUtils.c:2238:8: note: Assignment 'cp2=NULL', assigned value is 0
lynx2-8-9/src/LYUtils.c:2242:15: note: Calling function 'LYGetEnv', 1st argument 'name' value is 0
lynx2-8-9/src/LYUtils.c:289:27: note: Null pointer dereference
lynx2-8-9/src/LYUtils.c:4408:18: warning: Possible null pointer dereference: cp2 [nullPointer]
lynx2-8-9/src/LYUtils.c:4384:15: note: Assignment 'cp2=NULL', assigned value is 0
lynx2-8-9/src/LYUtils.c:4408:18: note: Null pointer dereference
lynx2-8-9/src/LYUtils.c:4787:5: warning: Possible null pointer dereference: DomainPrefix [nullPointer]
lynx2-8-9/src/LYUtils.c:4625:26: note: Assignment 'DomainPrefix=NULL', assigned value is 0
lynx2-8-9/src/LYUtils.c:4787:5: note: Null pointer dereference
lynx2-8-9/src/LYUtils.c:5388:9: warning: Possible null pointer dereference: cp [nullPointer]
lynx2-8-9/src/LYUtils.c:5349:18: note: Assignment 'file=NULL', assigned value is 0
lynx2-8-9/src/LYUtils.c:5359:10: note: Assignment 'cp=file', assigned value is 0
lynx2-8-9/src/LYUtils.c:5388:9: note: Null pointer dereference
lynx2-8-9/src/LYUtils.c:5569:6: warning: Possible null pointer dereference: first [nullPointer]
lynx2-8-9/src/LYUtils.c:5565:20: note: Assignment 'first=NULL', assigned value is 0
lynx2-8-9/src/LYUtils.c:5569:6: note: Null pointer dereference
lynx2-8-9/src/LYUtils.c:1726:5: style: Variable 'fd' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/LYUtils.c:1713:0: note: Variable 'fd' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYUtils.c:1726:5: note: Variable 'fd' is reassigned a value before the old one has been used.
lynx2-8-9/src/LYUtils.c:1682:13: style: Same expression on both sides of '==' because the value of 'new_fd' and '-1' are the same. [duplicateExpression]
lynx2-8-9/src/LYUtils.c:1662:16: note: 'new_fd' is assigned value '-1' here.
lynx2-8-9/src/LYUtils.c:1682:13: note: Same expression on both sides of '==' because the value of 'new_fd' and '-1' are the same.
lynx2-8-9/src/LYUtils.c:1123:10: style: The scope of the variable 'buffer' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1124:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1125:9: style: The scope of the variable 'hi_count' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1126:9: style: The scope of the variable 'hi_offset' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1391:29: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1393:19: style: The scope of the variable 'k' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:2307:11: style: The scope of the variable 'cp1' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:2309:9: style: The scope of the variable 'limit' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:2818:11: style: The scope of the variable 'fp' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:2834:11: style: The scope of the variable 'leaf' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:2835:11: style: The scope of the variable 'item' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:3226:27: style: The scope of the variable 'cp1' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:3832:17: style: The scope of the variable 'word' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:5038:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:6485:18: style: The scope of the variable 'q' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:6630:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:6631:12: style: The scope of the variable 'l' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:6750:11: style: The scope of the variable 'cp' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:6841:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:7142:14: style: The scope of the variable 'fout' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:7143:16: style: The scope of the variable 'buff' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:7144:9: style: The scope of the variable 'len' can be reduced. [variableScope]
lynx2-8-9/src/LYUtils.c:1299:28: style: Function 'free_and_clear' argument 1 names different: declaration 'obj' definition 'pointer'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:216:39: note: Function 'free_and_clear' argument 1 names different: declaration 'obj' definition 'pointer'.
lynx2-8-9/src/LYUtils.c:1299:28: note: Function 'free_and_clear' argument 1 names different: declaration 'obj' definition 'pointer'.
lynx2-8-9/src/LYUtils.c:1359:34: style: Function 'strip_trailing_slash' argument 1 names different: declaration 'my_dirname' definition 'dirname'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:160:45: note: Function 'strip_trailing_slash' argument 1 names different: declaration 'my_dirname' definition 'dirname'.
lynx2-8-9/src/LYUtils.c:1359:34: note: Function 'strip_trailing_slash' argument 1 names different: declaration 'my_dirname' definition 'dirname'.
lynx2-8-9/src/LYUtils.c:1616:31: style: Function 'noviceline' argument 1 names different: declaration 'more_flag' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:217:32: note: Function 'noviceline' argument 1 names different: declaration 'more_flag' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYUtils.c:1616:31: note: Function 'noviceline' argument 1 names different: declaration 'more_flag' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYUtils.c:2799:36: style: Function 'LYCanWriteFile' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:129:47: note: Function 'LYCanWriteFile' argument 1 names different: declaration 'name' definition 'filename'.
lynx2-8-9/src/LYUtils.c:2799:36: note: Function 'LYCanWriteFile' argument 1 names different: declaration 'name' definition 'filename'.
lynx2-8-9/src/LYUtils.c:2816:35: style: Function 'LYCanReadFile' argument 1 names different: declaration 'name' definition 'filename'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:128:46: note: Function 'LYCanReadFile' argument 1 names different: declaration 'name' definition 'filename'.
lynx2-8-9/src/LYUtils.c:2816:35: note: Function 'LYCanReadFile' argument 1 names different: declaration 'name' definition 'filename'.
lynx2-8-9/src/LYUtils.c:3077:26: style: Function 'size_change' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:221:33: note: Function 'size_change' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYUtils.c:3077:26: note: Function 'size_change' argument 1 names different: declaration 'sig' definition 'GCC_UNUSED'.
lynx2-8-9/src/LYUtils.c:6096:28: style: Function 'LYCachedTemp' argument 1 names different: declaration 'result' definition 'target'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:126:39: note: Function 'LYCachedTemp' argument 1 names different: declaration 'result' definition 'target'.
lynx2-8-9/src/LYUtils.c:6096:28: note: Function 'LYCachedTemp' argument 1 names different: declaration 'result' definition 'target'.
lynx2-8-9/src/LYUtils.c:6267:31: style: Function 'LYOpenTempRewrite' argument 1 names different: declaration 'result' definition 'fname'. [funcArgNamesDifferent]
lynx2-8-9/src/LYUtils.h:149:42: note: Function 'LYOpenTempRewrite' argument 1 names different: declaration 'result' definition 'fname'.
lynx2-8-9/src/LYUtils.c:6267:31: note: Function 'LYOpenTempRewrite' argument 1 names different: declaration 'result' definition 'fname'.
lynx2-8-9/src/LYrcFile.c:188:9: style: The scope of the variable 'match' can be reduced. [variableScope]
lynx2-8-9/src/LYrcFile.c:769:10: style: The scope of the variable 'rcfile' can be reduced. [variableScope]
lynx2-8-9/src/LYrcFile.c:897:10: style: The scope of the variable 'rcfile' can be reduced. [variableScope]
lynx2-8-9/src/LYrcFile.c:1056:18: style: The scope of the variable 'tbl' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:623:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lynx2-8-9/src/TRSTable.c:628:5: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/TRSTable.c:623:3: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/TRSTable.c:753:3: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lynx2-8-9/src/TRSTable.c:758:5: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/TRSTable.c:753:3: note: Found duplicate branches for 'if' and 'else'.
lynx2-8-9/src/TRSTable.c:596:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lynx2-8-9/src/TRSTable.c:714:34: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lynx2-8-9/src/TRSTable.c:751:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lynx2-8-9/src/TRSTable.c:886:30: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lynx2-8-9/src/TRSTable.c:920:29: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lynx2-8-9/src/TRSTable.c:1534:10: style: Same expression in both branches of ternary operator. [duplicateExpressionTernary]
lynx2-8-9/src/TRSTable.c:958:28: style: The scope of the variable 'row' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1069:28: style: The scope of the variable 'row' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1090:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1191:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1239:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1444:32: style: The scope of the variable 'sumcol' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1445:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1554:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1664:32: style: The scope of the variable 'sumcol' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1890:9: style: The scope of the variable 'next_i' can be reduced. [variableScope]
lynx2-8-9/src/TRSTable.c:1942:21: style: The scope of the variable 'row' can be reduced. [variableScope]
lynx2-8-9/src/UCAuto.c:812:41: style: Function 'UCChangeTerminalCodepage' argument 1 names different: declaration 'newcs' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/UCAuto.h:9:46: note: Function 'UCChangeTerminalCodepage' argument 1 names different: declaration 'newcs' definition 'GCC_UNUSED'.
lynx2-8-9/src/UCAuto.c:812:41: note: Function 'UCChangeTerminalCodepage' argument 1 names different: declaration 'newcs' definition 'GCC_UNUSED'.
lynx2-8-9/src/UCAuto.c:813:25: style: Function 'UCChangeTerminalCodepage' argument 2 names different: declaration 'p' definition 'GCC_UNUSED'. [funcArgNamesDifferent]
lynx2-8-9/src/UCAuto.h:9:66: note: Function 'UCChangeTerminalCodepage' argument 2 names different: declaration 'p' definition 'GCC_UNUSED'.
lynx2-8-9/src/UCAuto.c:813:25: note: Function 'UCChangeTerminalCodepage' argument 2 names different: declaration 'p' definition 'GCC_UNUSED'.
lynx2-8-9/src/UCdomap.c:311:12: style: The scope of the variable 'glyph' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:357:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:684:18: style: The scope of the variable 'err1' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:844:16: style: The scope of the variable 'ut' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:905:16: style: The scope of the variable 'ut' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1047:23: style: The scope of the variable 'lasthndl' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1307:9: style: The scope of the variable 'Gn' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1312:16: style: The scope of the variable 'ut' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1373:16: style: The scope of the variable 'ut' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1530:9: style: The scope of the variable 'LYhndl' can be reduced. [variableScope]
lynx2-8-9/src/UCdomap.c:1731:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:556:12: style: Expression is always false because 'else if' condition matches previous condition at line 553. [multiCondition]
lynx2-8-9/src/Xsystem.c:477:5: style: Variable 'pof' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/Xsystem.c:475:5: note: Variable 'pof' is reassigned a value before the old one has been used.
lynx2-8-9/src/Xsystem.c:477:5: note: Variable 'pof' is reassigned a value before the old one has been used.
lynx2-8-9/src/Xsystem.c:478:5: style: Variable 'pif' is reassigned a value before the old one has been used. [redundantAssignment]
lynx2-8-9/src/Xsystem.c:475:11: note: Variable 'pif' is reassigned a value before the old one has been used.
lynx2-8-9/src/Xsystem.c:478:5: note: Variable 'pif' is reassigned a value before the old one has been used.
lynx2-8-9/src/Xsystem.c:113:15: style: The scope of the variable 'lc' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:256:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:320:11: style: The scope of the variable 'ep' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:321:13: style: The scope of the variable 'lc' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:385:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/Xsystem.c:401:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
lynx2-8-9/src/chrtrans/makeuctb.c:164:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lynx2-8-9/src/chrtrans/makeuctb.c:209:9: style: The scope of the variable 'i' can be reduced. [variableScope]
parsdate.y:269:0: error: Invalid number of character '{' when these macros are defined: '__GCC__=1;__GCC__=1'. [syntaxError]
lynx2-8-9/src/strstr.c:45:20: style: The scope of the variable 'bp' can be reduced. [variableScope]
lynx2-8-9/src/strstr.c:46:20: style: The scope of the variable 'sp' can be reduced. [variableScope]
lynx2-8-9/src/tidy_tls.c:730:6: style: Assignment of function parameter has no effect outside the function. [uselessAssignmentArg]
lynx2-8-9/src/tidy_tls.c:521:9: style: The scope of the variable 'rc' can be reduced. [variableScope]
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lysdr/lysdr_1.0~git20141206+dfsg1.orig.tar.gz
lysdr/audio_jack.c:41:9: style: Unused variable: n [unusedVariable]
lysdr/filter.c:40:8: style: The scope of the variable 'w' can be reduced. [variableScope]
lysdr/filter.c:126:9: style: The scope of the variable 'j' can be reduced. [variableScope]
lysdr/filter.c:127:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lysdr/filter.c:128:9: style: The scope of the variable 'accI' can be reduced. [variableScope]
lysdr/filter.c:128:15: style: The scope of the variable 'accQ' can be reduced. [variableScope]
lysdr/gui.c:41:12: style: The scope of the variable 'p' can be reduced. [variableScope]
lysdr/gui.c:44:14: style: Unused variable: wq [unusedVariable]
lysdr/sdr.c:63:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lysdr/smeter.c:91:50: style: Function 'sdr_smeter_set_level' argument 2 names different: declaration 'value' definition 'level'. [funcArgNamesDifferent]
lysdr/smeter.h:57:50: note: Function 'sdr_smeter_set_level' argument 2 names different: declaration 'value' definition 'level'.
lysdr/smeter.c:91:50: note: Function 'sdr_smeter_set_level' argument 2 names different: declaration 'value' definition 'level'.
lysdr/waterfall.c:193:33: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
lysdr/waterfall.c:194:17: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
lysdr/waterfall.c:195:21: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
lysdr/waterfall.c:203:33: style: Variable 'priv' is assigned a value that is never used. [unreadVariable]
lysdr/waterfall.c:204:17: style: Variable 'width' is assigned a value that is never used. [unreadVariable]
lysdr/waterfall.c:205:21: style: Variable 'value' is assigned a value that is never used. [unreadVariable]
[03:31]

ftp://ftp.se.debian.org/debian/pool/main/l/lyskom-elisp-client/lyskom-elisp-client_0.48+git.20160707.372be663.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lyskom-server/lyskom-server_2.1.2.orig.tar.gz
lyskom-server-2.1.2/src/libraries/adns/client/adh-main.c:123:28: style: The scope of the variable 'oip' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-main.c:124:15: style: The scope of the variable 'arg2' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-main.c:125:7: style: The scope of the variable 'invert' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-main.c:183:9: style: The scope of the variable 'newline' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-main.c:183:19: style: The scope of the variable 'space' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-query.c:60:8: style: The scope of the variable 'idbuf' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-query.c:223:26: style: The scope of the variable 'statusstring' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-query.c:249:7: style: The scope of the variable 'rrn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-query.c:250:15: style: The scope of the variable 'rrp' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/client/adh-query.c:235:10: style: Variable 'ist' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/check.c:62:14: style: The scope of the variable 'child' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/check.c:133:22: style: The scope of the variable 'child' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/check.c:160:14: style: The scope of the variable 'search' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:87:7: style: The scope of the variable 'r' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:87:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:89:20: style: The scope of the variable 'proto' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:530:10: style: The scope of the variable 'fd' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:530:14: style: The scope of the variable 'revents' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:681:17: style: The scope of the variable 'rsel' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/event.c:283:27: style: Function 'adns_firsttimeout' argument 2 names different: declaration 'tv_mod' definition 'tv_io'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:627:27: note: Function 'adns_firsttimeout' argument 2 names different: declaration 'tv_mod' definition 'tv_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:283:27: note: Function 'adns_firsttimeout' argument 2 names different: declaration 'tv_mod' definition 'tv_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:283:50: style: Function 'adns_firsttimeout' argument 3 names different: declaration 'tv_buf' definition 'tvbuf'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:627:51: note: Function 'adns_firsttimeout' argument 3 names different: declaration 'tv_buf' definition 'tvbuf'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:283:50: note: Function 'adns_firsttimeout' argument 3 names different: declaration 'tv_buf' definition 'tvbuf'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:544:45: style: Function 'adns_beforeselect' argument 2 names different: declaration 'maxfd' definition 'maxfd_io'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:664:45: note: Function 'adns_beforeselect' argument 2 names different: declaration 'maxfd' definition 'maxfd_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:544:45: note: Function 'adns_beforeselect' argument 2 names different: declaration 'maxfd' definition 'maxfd_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:544:63: style: Function 'adns_beforeselect' argument 3 names different: declaration 'readfds' definition 'readfds_io'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:664:60: note: Function 'adns_beforeselect' argument 3 names different: declaration 'readfds' definition 'readfds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:544:63: note: Function 'adns_beforeselect' argument 3 names different: declaration 'readfds' definition 'readfds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:545:18: style: Function 'adns_beforeselect' argument 4 names different: declaration 'writefds' definition 'writefds_io'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:665:18: note: Function 'adns_beforeselect' argument 4 names different: declaration 'writefds' definition 'writefds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:545:18: note: Function 'adns_beforeselect' argument 4 names different: declaration 'writefds' definition 'writefds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:545:39: style: Function 'adns_beforeselect' argument 5 names different: declaration 'exceptfds' definition 'exceptfds_io'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:665:36: note: Function 'adns_beforeselect' argument 5 names different: declaration 'exceptfds' definition 'exceptfds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:545:39: note: Function 'adns_beforeselect' argument 5 names different: declaration 'exceptfds' definition 'exceptfds_io'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:546:51: style: Function 'adns_beforeselect' argument 7 names different: declaration 'tv_buf' definition 'tv_tobuf'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:666:51: note: Function 'adns_beforeselect' argument 7 names different: declaration 'tv_buf' definition 'tv_tobuf'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:546:51: note: Function 'adns_beforeselect' argument 7 names different: declaration 'tv_buf' definition 'tv_tobuf'.
lyskom-server-2.1.2/src/libraries/adns/src/event.c:49:9: style: Variable 'serv' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/general.c:76:5: style: Variable 'bef' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/query.c:161:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lyskom-server-2.1.2/src/libraries/adns/src/query.c:272:20: style: Function 'adns_submit_reverse_any' argument 3 names different: declaration 'rzone' definition 'zone'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:524:20: note: Function 'adns_submit_reverse_any' argument 3 names different: declaration 'rzone' definition 'zone'.
lyskom-server-2.1.2/src/libraries/adns/src/query.c:272:20: note: Function 'adns_submit_reverse_any' argument 3 names different: declaration 'rzone' definition 'zone'.
lyskom-server-2.1.2/src/libraries/adns/src/query.c:429:29: style: Function 'adns_cancel' argument 1 names different: declaration 'query' definition 'qu'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:498:29: note: Function 'adns_cancel' argument 1 names different: declaration 'query' definition 'qu'.
lyskom-server-2.1.2/src/libraries/adns/src/query.c:429:29: note: Function 'adns_cancel' argument 1 names different: declaration 'query' definition 'qu'.
lyskom-server-2.1.2/src/libraries/adns/src/query.c:335:14: warning: Division by result of sizeof(). malloc() expects a size in bytes, did you intend to multiply instead? [sizeofDivisionMemfunc]
lyskom-server-2.1.2/src/libraries/adns/src/reply.c:32:61: style: Function 'adns__procdgram' argument 3 names different: declaration 'len' definition 'dglen'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/internal.h:503:61: note: Function 'adns__procdgram' argument 3 names different: declaration 'len' definition 'dglen'.
lyskom-server-2.1.2/src/libraries/adns/src/reply.c:32:61: note: Function 'adns__procdgram' argument 3 names different: declaration 'len' definition 'dglen'.
lyskom-server-2.1.2/src/libraries/adns/src/reply.c:201:47: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/adns/src/setup.c:197:22: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition]
lyskom-server-2.1.2/src/libraries/adns/src/setup.c:526:27: style: Function 'adns_init' argument 1 names different: declaration 'newstate_r' definition 'ads_r'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:356:27: note: Function 'adns_init' argument 1 names different: declaration 'newstate_r' definition 'ads_r'.
lyskom-server-2.1.2/src/libraries/adns/src/setup.c:526:27: note: Function 'adns_init' argument 1 names different: declaration 'newstate_r' definition 'ads_r'.
lyskom-server-2.1.2/src/libraries/adns/src/setup.c:567:34: style: Function 'adns_init_strcfg' argument 1 names different: declaration 'newstate_r' definition 'ads_r'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/adns/src/adns.h:359:34: note: Function 'adns_init_strcfg' argument 1 names different: declaration 'newstate_r' definition 'ads_r'.
lyskom-server-2.1.2/src/libraries/adns/src/setup.c:567:34: note: Function 'adns_init_strcfg' argument 1 names different: declaration 'newstate_r' definition 'ads_r'.
lyskom-server-2.1.2/src/libraries/adns/src/transmit.c:80:7: style: The scope of the variable 'll' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/transmit.c:80:11: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/transmit.c:98:26: error: Expression '(*p++-'0')*100+(*p++-'0')*10' depends on order of evaluation of side effects [unknownEvaluationOrder]
lyskom-server-2.1.2/src/libraries/adns/src/transmit.c:98:44: error: Expression '(*p++-'0')*100+(*p++-'0')*10+(*p++-'0')' depends on order of evaluation of side effects [unknownEvaluationOrder]
lyskom-server-2.1.2/src/libraries/adns/src/transmit.c:128:7: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:662:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:676:3: warning: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'signed int'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:556:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:724:8: style: The scope of the variable 'ipv' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:725:8: style: The scope of the variable 'labbuf' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:726:14: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:726:35: style: The scope of the variable 'l' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:166:16: style: Variable 'table' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:576:11: style: Variable 'st' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:390:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:469:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:605:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:732:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/adns/src/types.c:937:45: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/libansi/memcmp.c:40:9: style: The scope of the variable 'diff' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/libansi/strerror.c:43:15: style: The scope of the variable 'buf' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/libcommon/misc-parser.c:85:37: style: Function 'parse_next_misc' argument 1 names different: declaration 'info_pointer' definition 'info'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/libcommon/misc-parser.h:103:37: note: Function 'parse_next_misc' argument 1 names different: declaration 'info_pointer' definition 'info'.
lyskom-server-2.1.2/src/libraries/libcommon/misc-parser.c:85:37: note: Function 'parse_next_misc' argument 1 names different: declaration 'info_pointer' definition 'info'.
lyskom-server-2.1.2/src/libraries/libcommon/parser.c:82:14: style: Function 'remove_parenthesis' argument 2 names different: declaration 'separator' definition 'blanker'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/libcommon/parser.h:90:14: note: Function 'remove_parenthesis' argument 2 names different: declaration 'separator' definition 'blanker'.
lyskom-server-2.1.2/src/libraries/libcommon/parser.c:82:14: note: Function 'remove_parenthesis' argument 2 names different: declaration 'separator' definition 'blanker'.
lyskom-server-2.1.2/src/libraries/libcommon/parser.c:307:24: style: Function 'parse' argument 2 names different: declaration 'match_tbl' definition 'match_table'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/libraries/libcommon/parser.h:167:24: note: Function 'parse' argument 2 names different: declaration 'match_tbl' definition 'match_table'.
lyskom-server-2.1.2/src/libraries/libcommon/parser.c:307:24: note: Function 'parse' argument 2 names different: declaration 'match_tbl' definition 'match_table'.
lyskom-server-2.1.2/src/libraries/libisc-new/demo/mux.c:258:3: warning: Either the condition '!scb' is redundant or there is possible null pointer dereference: scb. [nullPointerRedundantCheck]
lyskom-server-2.1.2/src/libraries/libisc-new/demo/mux.c:255:7: note: Assuming that condition '!scb' is not redundant
lyskom-server-2.1.2/src/libraries/libisc-new/demo/mux.c:258:3: note: Null pointer dereference
lyskom-server-2.1.2/src/libraries/libisc-new/src/intern.h:291:0: error: #error Cannot find a 32-bit type on this platform [preprocessorErrorDirective]
lyskom-server-2.1.2/src/libraries/liboop/read.c:216:17: style: The scope of the variable 'nread' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/liboop/read.c:223:10: style: The scope of the variable 'want' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/liboop/read.c:224:10: style: The scope of the variable 'dataspace' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/liboop/read.c:397:38: warning: Char literal compared with pointer 'notnul'. Did you intend to dereference it? [charLiteralWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/liboop/test-oop.c:360:9: style: The scope of the variable 'off' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/liboop/test-oop.c:361:6: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/liboop/test-oop.c:445:7: style: The scope of the variable 'delimspec' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2836:31: portability: Assigning an integer to a pointer is not portable. [AssignmentIntegerToAddress]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3290:11: warning: Return value of function alloca() is not used. [ignoredReturnValue]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3308:7: warning: Return value of function alloca() is not used. [ignoredReturnValue]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3502:11: warning: Return value of function alloca() is not used. [ignoredReturnValue]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4340:3: warning: Return value of function alloca() is not used. [ignoredReturnValue]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3335:18: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3332:17: note: Assignment 'string1=0', assigned value is 0
lyskom-server-2.1.2/src/libraries/regex/regex.c:3335:18: note: Null pointer addition
lyskom-server-2.1.2/src/libraries/regex/regex.c:4076:25: style: The scope of the variable 'sdummy' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2562:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2744:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3268:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3277:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3278:16: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3279:22: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3280:20: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3281:23: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3282:21: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3283:18: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3284:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3285:24: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3290:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3308:7: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3502:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3773:19: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3920:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:3973:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4112:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4125:11: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4340:3: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/libraries/regex/regex.c:1169:26: error: Memory leak: compile_stack.stack [memleak]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4842:9: error: Memory leak: regs.start [memleak]
lyskom-server-2.1.2/src/libraries/regex/regex.c:4842:9: error: Memory leak: regs.end [memleak]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2162:34: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2165:32: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/regex/regex.c:2232:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:102:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:102:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:102:3: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:122:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:122:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:126:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:133:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:139:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:144:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:144:7: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:158:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:164:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:164:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:180:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:191:7: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:195:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:209:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:236:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:236:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:250:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:250:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'signed char *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:250:3: warning: %x in format string (no. 3) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:266:3: warning: %x in format string (no. 1) requires 'unsigned int' but the argument type is 'signed char *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/debugmalloc.c:266:3: warning: %x in format string (no. 2) requires 'unsigned int' but the argument type is 'chunk_struct *'. [invalidPrintfArgType_uint]
lyskom-server-2.1.2/src/libraries/regex/test/emacsmalloc.c:638:3: error: Memory leak: ptr [memleak]
lyskom-server-2.1.2/src/libraries/regex/test/fileregex.c:42:3: warning: printf format string requires 0 parameters but 1 is given. [wrongPrintfScanfArgNum]
lyskom-server-2.1.2/src/libraries/regex/test/fileregex.c:67:11: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/fileregex.c:43:3: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
lyskom-server-2.1.2/src/libraries/regex/test/fileregex.c:76:0: error: Resource leak: f [resourceLeak]
//usr/include/bits/types.h:128:0: error: #error  [preprocessorErrorDirective]
lyskom-server-2.1.2/src/libraries/regex/test/iregex.c:24:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/iregex.c:144:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/iregex.c:144:10: style: The scope of the variable 'end' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/iregex.c:47:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
lyskom-server-2.1.2/src/libraries/regex/test/iregex.c:66:7: warning: Obsolete function 'gets' called. It is recommended to use 'fgets' or 'gets_s' instead. [getsCalled]
lyskom-server-2.1.2/src/libraries/regex/test/malloc-test.c:20:3: style: Variable 'bits_list_ptr->bits' is reassigned a value before the old one has been used. [redundantAssignment]
lyskom-server-2.1.2/src/libraries/regex/test/malloc-test.c:19:3: note: Variable 'bits_list_ptr->bits' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/malloc-test.c:20:3: note: Variable 'bits_list_ptr->bits' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/other.c:86:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:87:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:152:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:153:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:154:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:155:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:156:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:157:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:158:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:159:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:160:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:161:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:162:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:163:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:164:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:165:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:166:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:167:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:168:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:169:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:170:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:171:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:172:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:173:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:174:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:175:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:176:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:177:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:178:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:179:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:180:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:181:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:182:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:183:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:184:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:185:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:186:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:187:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:188:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:189:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:190:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:191:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:192:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:193:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:194:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:195:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:196:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:197:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:198:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:199:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:200:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:201:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:202:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:203:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:204:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:205:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:206:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:207:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:208:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:209:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:210:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:211:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:212:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:213:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:214:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:215:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:216:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:217:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:218:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:219:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:220:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:221:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:222:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:223:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:224:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:225:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:226:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:227:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:228:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:229:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:230:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:231:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:232:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:233:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:234:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:235:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:236:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:237:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:238:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:239:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:240:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:241:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:242:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:243:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:244:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:245:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:246:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:247:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:248:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:249:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:250:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:251:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:252:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:253:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:254:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:255:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:256:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:257:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:258:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:259:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:260:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:261:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:262:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:263:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:264:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:265:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:266:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:267:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:268:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:269:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:270:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:271:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:272:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:273:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:274:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:275:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:276:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:277:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:278:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:279:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:280:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:281:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:282:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:283:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:284:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:285:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:291:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:292:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:319:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:320:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/other.c:8:23: style: Unused variable: regs [unusedVariable]
lyskom-server-2.1.2/src/libraries/regex/test/psx-basic.c:204:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-basic.c:205:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:127:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:128:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:883:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:884:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:885:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:886:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:887:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:888:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:889:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:890:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:891:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:892:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:893:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:894:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:895:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:896:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:897:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:898:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:899:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:900:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:901:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:902:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:903:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:904:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:905:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:906:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:907:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:908:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:909:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:910:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:911:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:912:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:913:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:914:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:915:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:916:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:917:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:918:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:919:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:920:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:921:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:923:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:924:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:925:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:927:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:928:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:929:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:931:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:932:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:933:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:935:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:936:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:937:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:939:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:940:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:941:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:943:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:944:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:945:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:947:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:948:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:949:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:951:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:952:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:953:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:955:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:956:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:957:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:959:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:960:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:961:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:963:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:964:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:965:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:967:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:968:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:969:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:971:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:972:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:973:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:975:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:976:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:977:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:979:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:980:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:981:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:983:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:984:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:985:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:987:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:988:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:989:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:991:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:992:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:993:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:995:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:996:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:997:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:999:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1000:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1001:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1003:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1004:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1005:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1007:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1008:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1009:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1011:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1012:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1013:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1015:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1016:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1017:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1019:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1020:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1021:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1023:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1024:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1025:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1027:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1028:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1029:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1031:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1032:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1033:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1035:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1036:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1037:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1039:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1040:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1041:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1043:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1044:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1045:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1047:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1048:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1049:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1051:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1052:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1053:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1055:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1056:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1057:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1059:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1060:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1061:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1063:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1064:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1065:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1066:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1068:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1069:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1070:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1071:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1073:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1075:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1076:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1077:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1078:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1080:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1081:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1082:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1083:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1085:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1086:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1087:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1088:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1096:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1097:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1098:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1099:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1100:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1101:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1103:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1104:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1105:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1225:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1226:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1227:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1228:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1230:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-extend.c:1231:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:12:7: style: Condition 'omit_generic_tests' is always false [knownConditionTrueFalse]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:10:28: note: Assignment 'omit_generic_tests=0', assigned value is 0
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:12:7: note: Condition 'omit_generic_tests' is always false
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:30:3: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:30:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:41:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:42:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:43:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:53:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:216:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:217:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:218:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:219:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:229:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:240:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:241:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:242:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:243:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:244:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:251:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:314:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:315:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:320:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:321:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:322:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-generic.c:323:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-group.c:436:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-group.c:437:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:129:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:215:14: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:225:15: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:234:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:542:7: portability: %d in format string (no. 1) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:542:7: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:77:8: style: The scope of the variable 'errbuf' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:197:12: style: The scope of the variable 'this_match' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:529:8: style: The scope of the variable 'error_code_string' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/psx-interf.c:567:8: style: The scope of the variable 'error_code_string' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:374:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:378:22: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:164:11: style: The scope of the variable 'r' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:416:7: style: The scope of the variable 'match_start' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:579:12: style: The scope of the variable 'source_char' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:580:12: style: The scope of the variable 'answer_char' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:722:12: style: The scope of the variable 'match' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/test.c:723:12: style: The scope of the variable 'this_match' can be reduced. [variableScope]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:147:3: style: Variable 'buf.translate' is reassigned a value before the old one has been used. [redundantAssignment]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:145:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:147:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:153:3: style: Variable 'buf.translate' is reassigned a value before the old one has been used. [redundantAssignment]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:147:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:153:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:157:3: style: Variable 'buf.translate' is reassigned a value before the old one has been used. [redundantAssignment]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:153:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:157:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:227:3: style: Variable 'buf.translate' is reassigned a value before the old one has been used. [redundantAssignment]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:216:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:227:3: note: Variable 'buf.translate' is reassigned a value before the old one has been used.
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:309:3: warning: String literal compared with variable 'NULL'. Did you intend to use strcmp() instead? [literalWithCharPtrCompare]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:128:12: style: Unused variable: len [unusedVariable]
lyskom-server-2.1.2/src/libraries/regex/test/tregress.c:130:7: style: Unused variable: ret [unusedVariable]
lyskom-server-2.1.2/src/server/admin.c:127:21: style: The scope of the variable 'text' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/admin.c:242:20: style: The scope of the variable 'end' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/admin.c:243:20: style: The scope of the variable 'ix' can be reduced. [variableScope]
aux-item-def-parse.y:446:11: style: The scope of the variable 'tmp_string' can be reduced. [variableScope]
aux-item-def-parse.y:558:41: style: The scope of the variable 'tmp_string' can be reduced. [variableScope]
aux-item-def-scan.c:777:1: style: Label 'find_rule' is not used. [unusedLabel]
lyskom-server-2.1.2/src/server/aux-items.c:775:5: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lyskom-server-2.1.2/src/server/aux-items.c:607:22: style: The scope of the variable 'text_stat' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:608:22: style: The scope of the variable 'conf_stat' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1287:22: style: The scope of the variable 'orig_aux' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1726:15: style: The scope of the variable 'item' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1728:32: style: The scope of the variable 'def' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1795:15: style: The scope of the variable 'item' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1796:32: style: The scope of the variable 'def' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1861:15: style: The scope of the variable 'item' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1862:32: style: The scope of the variable 'def' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/aux-items.c:1170:50: style: Function 'aux_item_check_unique' argument 2 names different: declaration 'xdef' definition 'def'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/aux-items.c:194:50: note: Function 'aux_item_check_unique' argument 2 names different: declaration 'xdef' definition 'def'.
lyskom-server-2.1.2/src/server/aux-items.c:1170:50: note: Function 'aux_item_check_unique' argument 2 names different: declaration 'xdef' definition 'def'.
lyskom-server-2.1.2/src/server/aux-items.c:1285:43: style: Function 'filter_aux_item_list' argument 3 names different: declaration 'conn' definition 'viewer_conn'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/aux-items.h:199:45: note: Function 'filter_aux_item_list' argument 3 names different: declaration 'conn' definition 'viewer_conn'.
lyskom-server-2.1.2/src/server/aux-items.c:1285:43: note: Function 'filter_aux_item_list' argument 3 names different: declaration 'conn' definition 'viewer_conn'.
lyskom-server-2.1.2/src/server/aux-items.c:1842:44: style: Function 'conf_stat_add_aux_item_list' argument 3 names different: declaration 'list' definition 'item_list'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/aux-items.h:278:44: note: Function 'conf_stat_add_aux_item_list' argument 3 names different: declaration 'list' definition 'item_list'.
lyskom-server-2.1.2/src/server/aux-items.c:1842:44: note: Function 'conf_stat_add_aux_item_list' argument 3 names different: declaration 'list' definition 'item_list'.
lyskom-server-2.1.2/src/server/aux-items.c:1843:44: style: Function 'conf_stat_add_aux_item_list' argument 4 names different: declaration 'creator' definition 'item_creator'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/aux-items.h:279:44: note: Function 'conf_stat_add_aux_item_list' argument 4 names different: declaration 'creator' definition 'item_creator'.
lyskom-server-2.1.2/src/server/aux-items.c:1843:44: note: Function 'conf_stat_add_aux_item_list' argument 4 names different: declaration 'creator' definition 'item_creator'.
lyskom-server-2.1.2/src/server/aux-items.c:2144:59: style: Function 'aux_item_validate_existing_text' argument 1 names different: declaration 'data' definition 'v_data'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/aux-items.c:88:74: note: Function 'aux_item_validate_existing_text' argument 1 names different: declaration 'data' definition 'v_data'.
lyskom-server-2.1.2/src/server/aux-items.c:2144:59: note: Function 'aux_item_validate_existing_text' argument 1 names different: declaration 'data' definition 'v_data'.
lyskom-server-2.1.2/src/server/conf-file.c:246:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:263:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:280:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:297:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:313:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:431:12: style: The scope of the variable 'number' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:432:12: style: The scope of the variable 'err' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:433:17: style: The scope of the variable 'suffix' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conf-file.c:434:37: style: The scope of the variable 's' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conference.c:196:18: style: The scope of the variable 'existing_token' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conference.c:1082:22: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conference.c:1250:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conference.c:1366:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/conference.c:1288:16: style: Function 'do_set_presentation' argument 3 names different: declaration 'text_no' definition 'new_text_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/manipulate.h:331:16: note: Function 'do_set_presentation' argument 3 names different: declaration 'text_no' definition 'new_text_no'.
lyskom-server-2.1.2/src/server/conference.c:1288:16: note: Function 'do_set_presentation' argument 3 names different: declaration 'text_no' definition 'new_text_no'.
lyskom-server-2.1.2/src/server/conference.c:1403:16: style: Function 'do_set_etc_motd' argument 3 names different: declaration 'text_no' definition 'new_text_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/manipulate.h:342:16: note: Function 'do_set_etc_motd' argument 3 names different: declaration 'text_no' definition 'new_text_no'.
lyskom-server-2.1.2/src/server/conference.c:1403:16: note: Function 'do_set_etc_motd' argument 3 names different: declaration 'text_no' definition 'new_text_no'.
lyskom-server-2.1.2/src/server/connections.c:330:5: style: Variable 'active_connection' is reassigned a value before the old one has been used if variable is no semaphore variable. [redundantAssignment]
lyskom-server-2.1.2/src/server/connections.c:324:5: note: Variable 'active_connection' is reassigned a value before the old one has been used if variable is no semaphore variable.
lyskom-server-2.1.2/src/server/connections.c:330:5: note: Variable 'active_connection' is reassigned a value before the old one has been used if variable is no semaphore variable.
lyskom-server-2.1.2/src/server/connections.c:187:16: style: The scope of the variable 'limiter' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/connections.c:222:6: style: The scope of the variable 'ctr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/connections.c:279:17: style: The scope of the variable 'conn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/connections.c:546:17: style: The scope of the variable 'source' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/connections.c:606:17: style: The scope of the variable 'conn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck-cache.c:173:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:186:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:204:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:251:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:266:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:281:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:298:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:325:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:352:5: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyskom-server-2.1.2/src/server/dbck-cache.c:842:10: style: The scope of the variable 'num' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck-cache.c:845:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck-cache.c:143:31: style: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:122:40: note: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:143:31: note: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:155:32: style: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:70:44: note: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:155:32: note: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:163:36: style: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:72:48: note: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:163:36: note: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:170:31: style: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:71:42: note: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:170:31: note: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:183:31: style: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:81:42: note: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'.
lyskom-server-2.1.2/src/server/dbck-cache.c:183:31: note: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'.
lyskom-server-2.1.2/src/server/dbck-cache.c:296:32: style: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:87:42: note: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:296:32: note: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:310:28: style: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:118:38: note: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:310:28: note: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:432:23: style: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:102:35: note: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:432:23: note: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:443:25: style: Function 'traverse_person' argument 1 names different: declaration 'sead' definition 'seed'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:100:37: note: Function 'traverse_person' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:443:25: note: Function 'traverse_person' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:454:29: style: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:101:41: note: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:454:29: note: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/dbck-cache.c:465:31: style: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:129:40: note: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:465:31: note: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:471:35: style: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:132:45: note: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:471:35: note: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:477:38: style: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:138:51: note: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:477:38: note: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:484:35: style: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:77:40: note: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:484:35: note: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:489:37: style: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:78:42: note: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:489:37: note: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:494:33: style: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:75:38: note: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:494:33: note: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:499:35: style: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:76:40: note: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck-cache.c:499:35: note: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/dbck.c:761:16: style: The scope of the variable 't' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck.c:811:24: style: The scope of the variable 'end' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck.c:1114:16: style: The scope of the variable 't' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck.c:1304:13: style: The scope of the variable 'pstat' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck.c:1380:16: style: The scope of the variable 'ts' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/dbck.c:1399:0: error: Memory leak: hist [memleak]
lyskom-server-2.1.2/src/server/getopt.c:326:7: style: The scope of the variable 'option_index' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/getopt.c:244:27: warning: Obsolete function 'alloca' called. In C99 and later it is recommended to use a variable length array instead. [allocaCalled]
lyskom-server-2.1.2/src/server/komrunning.c:155:9: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/local-to-global.c:1009:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/local-to-global.c:1061:23: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/local-to-global.c:1252:17: style: The scope of the variable 'cp' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/local-to-global.c:1174:16: style: Function 'l2g_read' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/local-to-global.h:84:24: note: Function 'l2g_read' argument 1 names different: declaration 'file' definition 'fp'.
lyskom-server-2.1.2/src/server/local-to-global.c:1174:16: note: Function 'l2g_read' argument 1 names different: declaration 'file' definition 'fp'.
lyskom-server-2.1.2/src/server/local-to-global.c:1269:17: style: Function 'l2g_write' argument 1 names different: declaration 'file' definition 'fp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/local-to-global.h:80:22: note: Function 'l2g_write' argument 1 names different: declaration 'file' definition 'fp'.
lyskom-server-2.1.2/src/server/local-to-global.c:1269:17: note: Function 'l2g_write' argument 1 names different: declaration 'file' definition 'fp'.
lyskom-server-2.1.2/src/server/lockdb.c:60:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/membership.c:972:17: style: The scope of the variable 'maxwarnings' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/membership.c:1879:17: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/membership.c:799:33: style: Function 'do_add_member' argument 9 names different: declaration 'fake_priority' definition 'fake_passive'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/manipulate.h:398:30: note: Function 'do_add_member' argument 9 names different: declaration 'fake_priority' definition 'fake_passive'.
lyskom-server-2.1.2/src/server/membership.c:799:33: note: Function 'do_add_member' argument 9 names different: declaration 'fake_priority' definition 'fake_passive'.
lyskom-server-2.1.2/src/server/memory.c:696:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/memory.c:97:29: style: Function 'free_conference' argument 1 names different: declaration 'c' definition 'confp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:51:50: note: Function 'free_conference' argument 1 names different: declaration 'c' definition 'confp'.
lyskom-server-2.1.2/src/server/memory.c:97:29: note: Function 'free_conference' argument 1 names different: declaration 'c' definition 'confp'.
lyskom-server-2.1.2/src/server/memory.c:109:30: style: Function 'clear_conference' argument 1 names different: declaration 'c' definition 'confp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:52:50: note: Function 'clear_conference' argument 1 names different: declaration 'c' definition 'confp'.
lyskom-server-2.1.2/src/server/memory.c:109:30: note: Function 'clear_conference' argument 1 names different: declaration 'c' definition 'confp'.
lyskom-server-2.1.2/src/server/memory.c:119:36: style: Function 'copy_conference' argument 1 names different: declaration 'c' definition 'o'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:53:56: note: Function 'copy_conference' argument 1 names different: declaration 'c' definition 'o'.
lyskom-server-2.1.2/src/server/memory.c:119:36: note: Function 'copy_conference' argument 1 names different: declaration 'c' definition 'o'.
lyskom-server-2.1.2/src/server/memory.c:403:21: style: Function 'free_person' argument 1 names different: declaration 'p' definition 'person'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:80:38: note: Function 'free_person' argument 1 names different: declaration 'p' definition 'person'.
lyskom-server-2.1.2/src/server/memory.c:403:21: note: Function 'free_person' argument 1 names different: declaration 'p' definition 'person'.
lyskom-server-2.1.2/src/server/memory.c:415:22: style: Function 'clear_person' argument 1 names different: declaration 'p' definition 'person'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:81:38: note: Function 'clear_person' argument 1 names different: declaration 'p' definition 'person'.
lyskom-server-2.1.2/src/server/memory.c:415:22: note: Function 'clear_person' argument 1 names different: declaration 'p' definition 'person'.
lyskom-server-2.1.2/src/server/memory.c:791:25: style: Function 'dump_alloc_counts' argument 1 names different: declaration 'stat_file' definition 'fp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/kom-memory.h:134:25: note: Function 'dump_alloc_counts' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/memory.c:791:25: note: Function 'dump_alloc_counts' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/person.c:426:20: style: Function 'chk_passwd' argument 2 names different: declaration 's' definition 'try'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/manipulate.h:288:22: note: Function 'chk_passwd' argument 2 names different: declaration 's' definition 'try'.
lyskom-server-2.1.2/src/server/person.c:426:20: note: Function 'chk_passwd' argument 2 names different: declaration 's' definition 'try'.
lyskom-server-2.1.2/src/server/pidfile.c:43:9: style: The scope of the variable 'saved_errno' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/pidfile.c:45:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:134:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:242:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:261:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:280:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:327:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:420:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:468:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:493:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:549:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:573:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:594:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:746:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:764:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:909:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:936:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:990:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:1230:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:1259:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/prot-a-output.c:1006:20: style: Function 'prot_a_output_l2g_iterator_as_text_list' argument 2 names different: declaration 'list' definition 'iter'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a-output.h:228:20: note: Function 'prot_a_output_l2g_iterator_as_text_list' argument 2 names different: declaration 'list' definition 'iter'.
lyskom-server-2.1.2/src/server/prot-a-output.c:1006:20: note: Function 'prot_a_output_l2g_iterator_as_text_list' argument 2 names different: declaration 'list' definition 'iter'.
lyskom-server-2.1.2/src/server/prot-a-output.c:1037:21: style: Function 'prot_a_output_text_mapping' argument 2 names different: declaration 'result' definition 'map'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a-output.h:232:21: note: Function 'prot_a_output_text_mapping' argument 2 names different: declaration 'result' definition 'map'.
lyskom-server-2.1.2/src/server/prot-a-output.c:1037:21: note: Function 'prot_a_output_text_mapping' argument 2 names different: declaration 'result' definition 'map'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:193:26: style: Function 'prot_a_parse_priv_bits' argument 2 names different: declaration 'result' definition 'res'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a-parse.h:39:22: note: Function 'prot_a_parse_priv_bits' argument 2 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:193:26: note: Function 'prot_a_parse_priv_bits' argument 2 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:282:19: style: Function 'prot_a_parse_conf_type' argument 2 names different: declaration 'result' definition 'res'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a-parse.h:51:26: note: Function 'prot_a_parse_conf_type' argument 2 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:282:19: note: Function 'prot_a_parse_conf_type' argument 2 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:862:30: style: Function 'prot_a_parse_info' argument 2 names different: declaration 'info' definition 'result'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a-parse.h:91:25: note: Function 'prot_a_parse_info' argument 2 names different: declaration 'info' definition 'result'.
lyskom-server-2.1.2/src/server/prot-a-parse.c:862:30: note: Function 'prot_a_parse_info' argument 2 names different: declaration 'info' definition 'result'.
lyskom-server-2.1.2/src/server/prot-a.c:69:28: style: Function 'prot_a_reply' argument 3 names different: declaration 'result' definition 'res'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/prot-a.h:38:28: note: Function 'prot_a_reply' argument 3 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/prot-a.c:69:28: note: Function 'prot_a_reply' argument 3 names different: declaration 'result' definition 'res'.
lyskom-server-2.1.2/src/server/ram-output.c:304:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:330:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:428:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:643:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:671:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:690:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:736:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-output.c:890:19: style: The scope of the variable 'cp' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:470:18: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:472:18: style: The scope of the variable 'n' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:968:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1047:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1163:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1299:19: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1396:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1621:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:1770:12: style: The scope of the variable 'i' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/ram-parse.c:427:23: style: Function 'fparse_person' argument 2 names different: declaration 'person' definition 'result'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/ram-parse.h:51:15: note: Function 'fparse_person' argument 2 names different: declaration 'person' definition 'result'.
lyskom-server-2.1.2/src/server/ram-parse.c:427:23: note: Function 'fparse_person' argument 2 names different: declaration 'person' definition 'result'.
lyskom-server-2.1.2/src/server/ram-parse.c:1742:27: style: Function 'fparse_aux_item' argument 2 names different: declaration 'result' definition 'item'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/ram-parse.h:129:27: note: Function 'fparse_aux_item' argument 2 names different: declaration 'result' definition 'item'.
lyskom-server-2.1.2/src/server/ram-parse.c:1742:27: note: Function 'fparse_aux_item' argument 2 names different: declaration 'result' definition 'item'.
lyskom-server-2.1.2/src/server/ramkomd.c:535:0: error: #error Do not know how to find maximum number of open files. [preprocessorErrorDirective]
lyskom-server-2.1.2/src/server/send-async.c:111:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:145:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:183:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:233:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:290:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:325:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/send-async.c:546:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/session.c:93:18: style: The scope of the variable 'mship' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/session.c:946:10: style: The scope of the variable 'found' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:3218:13: warning: Redundant assignment of 'running' to itself. [selfAssignment]
lyskom-server-2.1.2/src/server/simple-cache.c:1206:17: style: The scope of the variable 'node' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:1246:17: style: The scope of the variable 'node' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:1507:18: style: The scope of the variable 'node' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:1946:10: style: The scope of the variable 'result' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:1950:10: style: The scope of the variable 'chunk_len' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2068:17: style: The scope of the variable 'cn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2153:17: style: The scope of the variable 'cn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2258:17: style: The scope of the variable 'cn' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2259:10: style: The scope of the variable 'offset' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2260:10: style: The scope of the variable 'offset2' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:2585:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/simple-cache.c:390:29: style: Function 'cached_change_name' argument 1 names different: declaration 'conf' definition 'name_num'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:115:38: note: Function 'cached_change_name' argument 1 names different: declaration 'conf' definition 'name_num'.
lyskom-server-2.1.2/src/server/simple-cache.c:390:29: note: Function 'cached_change_name' argument 1 names different: declaration 'conf' definition 'name_num'.
lyskom-server-2.1.2/src/server/simple-cache.c:404:31: style: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:122:40: note: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:404:31: note: Function 'cached_get_conf_type' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:455:32: style: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:70:44: note: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:455:32: note: Function 'mark_person_as_changed' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:482:36: style: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:72:48: note: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:482:36: note: Function 'mark_conference_as_changed' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:508:31: style: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:71:42: note: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:508:31: note: Function 'mark_text_as_changed' argument 1 names different: declaration 'text' definition 'text_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:627:31: style: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:81:42: note: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'.
lyskom-server-2.1.2/src/server/simple-cache.c:627:31: note: Function 'cached_create_person' argument 1 names different: declaration 'pers' definition 'person'.
lyskom-server-2.1.2/src/server/simple-cache.c:951:33: style: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:87:42: note: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:951:33: note: Function 'cached_get_conf_stat' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1001:28: style: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:118:38: note: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1001:28: note: Function 'cached_conf_exists' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1204:23: style: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:102:35: note: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/simple-cache.c:1204:23: note: Function 'traverse_text' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/simple-cache.c:1244:29: style: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:101:41: note: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/simple-cache.c:1244:29: note: Function 'traverse_conference' argument 1 names different: declaration 'sead' definition 'seed'.
lyskom-server-2.1.2/src/server/simple-cache.c:1263:31: style: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:129:40: note: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1263:31: note: Function 'cached_get_garb_nice' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1269:35: style: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:132:45: note: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1269:35: note: Function 'cached_get_keep_commented' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1275:26: style: Function 'cached_get_name' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:135:35: note: Function 'cached_get_name' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1275:26: note: Function 'cached_get_name' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1281:38: style: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:138:51: note: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1281:38: note: Function 'cached_get_highest_local_no' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1312:28: style: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:77:40: note: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1312:28: note: Function 'cached_lock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1345:30: style: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:78:42: note: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1345:30: note: Function 'cached_unlock_person' argument 1 names different: declaration 'pers' definition 'pers_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1370:26: style: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:75:38: note: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1370:26: note: Function 'cached_lock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1406:28: style: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:76:40: note: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:1406:28: note: Function 'cached_unlock_conf' argument 1 names different: declaration 'conf' definition 'conf_no'.
lyskom-server-2.1.2/src/server/simple-cache.c:3175:28: style: Function 'dump_cache_mem_usage' argument 1 names different: declaration 'stat_file' definition 'fp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:65:33: note: Function 'dump_cache_mem_usage' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/simple-cache.c:3175:28: note: Function 'dump_cache_mem_usage' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/simple-cache.c:3183:24: style: Function 'dump_cache_stats' argument 1 names different: declaration 'stat_file' definition 'fp'. [funcArgNamesDifferent]
lyskom-server-2.1.2/src/server/cache.h:64:29: note: Function 'dump_cache_stats' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/simple-cache.c:3183:24: note: Function 'dump_cache_stats' argument 1 names different: declaration 'stat_file' definition 'fp'.
lyskom-server-2.1.2/src/server/simple-cache.c:264:13: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/server/simple-cache.c:286:13: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/server/simple-cache.c:307:13: style: Variable 'dummy' is assigned a value that is never used. [unreadVariable]
lyskom-server-2.1.2/src/server/simple-cache.c:1611:16: style: Variable 'conf' is not assigned a value. [unassignedVariable]
lyskom-server-2.1.2/src/server/simple-cache.c:1631:8: error: Uninitialized variable: conf [uninitvar]
lyskom-server-2.1.2/src/server/splitkomdb.c:125:12: style: The scope of the variable 'sz' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/splitkomdb.c:207:9: style: The scope of the variable 'c1' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/splitkomdb.c:208:9: style: The scope of the variable 'c2' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/stats.c:163:16: style: The scope of the variable 'logged' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/stats.c:260:11: style: The scope of the variable 'val' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:494:13: style: The scope of the variable 'data' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:700:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:1167:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:1908:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:1936:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:2012:19: style: The scope of the variable 'b' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:2415:16: style: The scope of the variable 'text_s' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:2444:16: style: The scope of the variable 'text_s' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:2476:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
lyskom-server-2.1.2/src/server/text.c:3103:17: style: The scope of the variable 'cptr' can be reduced. [variableScope]
[03:32]

ftp://ftp.se.debian.org/debian/pool/main/l/lyx/lyx_2.3.0.orig.tar.xz
lyx-2.3.0/3rdparty/boost/libs/regex/src/fileiter.cpp:342:27: style: Variable 'err' is assigned a value that is never used. [unreadVariable]
lyx-2.3.0/3rdparty/boost/libs/regex/src/posix_api.cpp:146:16: style: The scope of the variable 'result' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/boost/libs/regex/src/wide_posix_api.cpp:156:16: style: The scope of the variable 'result' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.cxx:488:65: style: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:220:57: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.cxx:488:65: note: Function 'test_condition' argument 2 names different: declaration 'begin' definition 'beg'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.cxx:833:58: style: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:186:50: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.cxx:833:58: note: Function 'get_next_homonym' argument 1 names different: declaration 'word' definition 'he'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:117:8: style: Technically the member function 'PfxEntry::getFlag' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:118:15: style: Technically the member function 'PfxEntry::getKey' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:121:16: style: Technically the member function 'PfxEntry::getKeyLen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:123:22: style: Technically the member function 'PfxEntry::getMorph' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:125:32: style: Technically the member function 'PfxEntry::getCont' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:126:16: style: Technically the member function 'PfxEntry::getContLen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:192:8: style: Technically the member function 'SfxEntry::getFlag' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:193:15: style: Technically the member function 'SfxEntry::getKey' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:196:22: style: Technically the member function 'SfxEntry::getMorph' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:198:32: style: Technically the member function 'SfxEntry::getCont' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:199:16: style: Technically the member function 'SfxEntry::getContLen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:200:22: style: Technically the member function 'SfxEntry::getAffix' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affentry.hxx:202:16: style: Technically the member function 'SfxEntry::getKeyLen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1279:50: style: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:253:42: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1279:50: note: Function 'cpdrep_check' argument 2 names different: declaration 'len' definition 'wl'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1305:32: style: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:255:24: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1305:32: note: Function 'cpdpat_check' argument 2 names different: declaration 'len' definition 'pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1332:51: style: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:264:43: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1332:51: note: Function 'cpdcase_check' argument 2 names different: declaration 'len' definition 'pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1365:37: style: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:262:29: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1365:37: note: Function 'defcpd_check' argument 4 names different: declaration 'rwords' definition 'def'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:189:14: performance: Technically the member function 'AffixMgr::isSubset' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1076:22: note: Technically the member function 'AffixMgr::isSubset' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:189:14: note: Technically the member function 'AffixMgr::isSubset' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:194:14: performance: Technically the member function 'AffixMgr::isRevSubset' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:2639:22: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:194:14: note: Technically the member function 'AffixMgr::isRevSubset' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:266:8: style: Technically the member function 'AffixMgr::setcminmax' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1537:16: note: Technically the member function 'AffixMgr::setcminmax' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:266:8: note: Technically the member function 'AffixMgr::setcminmax' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:290:28: style: Technically the member function 'AffixMgr::get_suffix_words' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:4870:36: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:290:28: note: Technically the member function 'AffixMgr::get_suffix_words' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:338:8: style: Technically the member function 'AffixMgr::parse_flag' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:3618:16: note: Technically the member function 'AffixMgr::parse_flag' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:338:8: note: Technically the member function 'AffixMgr::parse_flag' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:339:8: performance: Technically the member function 'AffixMgr::parse_num' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:3634:16: note: Technically the member function 'AffixMgr::parse_num' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:339:8: note: Technically the member function 'AffixMgr::parse_num' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:342:8: performance: Technically the member function 'AffixMgr::parse_convtable' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:3792:16: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:342:8: note: Technically the member function 'AffixMgr::parse_convtable' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:353:8: performance: Technically the member function 'AffixMgr::reverse_condition' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:4365:16: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:353:8: note: Technically the member function 'AffixMgr::reverse_condition' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:355:7: style: Technically the member function 'AffixMgr::condlen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:1036:15: note: Technically the member function 'AffixMgr::condlen' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:355:7: note: Technically the member function 'AffixMgr::condlen' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:365:7: style: Technically the member function 'AffixMgr::redundant_condition' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.cxx:4776:15: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/affixmgr.hxx:365:7: note: Technically the member function 'AffixMgr::redundant_condition' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:2500:36: style: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.hxx:235:61: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:2500:36: note: Function 'get_captype' argument 1 names different: declaration 'q' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:2532:49: style: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.hxx:238:74: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:2532:49: note: Function 'get_captype_utf8' argument 1 names different: declaration 'q' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:617:10: warning: Size of pointer 'dest' used instead of size of its data. [pointerSize]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/csutil.cxx:623:14: warning: Size of pointer 's' used instead of size of its data. [pointerSize]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.cxx:83:30: style: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx:93:23: note: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.cxx:83:30: note: Function 'FileMgr' argument 1 names different: declaration 'filename' definition 'file'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx:89:7: performance: Technically the member function 'FileMgr::fail' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.cxx:78:14: note: Technically the member function 'FileMgr::fail' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx:89:7: note: Technically the member function 'FileMgr::fail' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx:96:7: style: Technically the member function 'FileMgr::getlinenum' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.cxx:115:14: note: Technically the member function 'FileMgr::getlinenum' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/filemgr.hxx:96:7: note: Technically the member function 'FileMgr::getlinenum' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:180:42: style: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:127:35: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:180:42: note: Function 'add_word' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:182:39: style: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:129:32: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:182:39: note: Function 'add_word' argument 3 names different: declaration 'ap' definition 'aff'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:184:42: style: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:131:35: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:184:42: note: Function 'add_word' argument 5 names different: declaration 'desc' definition 'in_desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:324:46: style: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:138:39: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:324:46: note: Function 'add_hidden_capitalized_word' argument 4 names different: declaration 'al' definition 'flagslen'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:445:73: style: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:112:66: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:445:73: note: Function 'add_with_affix' argument 2 names different: declaration 'pattern' definition 'example'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:784:49: style: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:116:42: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:784:49: note: Function 'decode_flag' argument 1 names different: declaration 'flag' definition 'f'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:813:43: style: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.hxx:117:36: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:813:43: note: Function 'encode_flag' argument 1 names different: declaration 'flag' definition 'f'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:107:5: style: Class 'HashMgr' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hashmgr.cxx:107:5: style: Class 'HashMgr' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:231:47: style: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:127:42: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:231:47: note: Function 'cleanword2' argument 2 names different: declaration 'dest_u' definition 'dest_utf'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:374:38: style: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:139:41: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:374:38: note: Function 'spellsharps' argument 2 names different: declaration 'start_pos' definition 'n_pos'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:694:59: style: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:136:47: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:694:59: note: Function 'checkword' argument 1 names different: declaration 'source' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1170:73: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:176:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1170:73: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1174:77: style: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:96:65: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1174:77: note: Function 'stem' argument 1 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1644:89: style: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:180:81: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1644:89: note: Function 'generate' argument 2 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1745:67: style: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:143:55: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1745:67: note: Function 'spellml' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1857:41: style: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:177:46: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1857:41: note: Function 'stem' argument 2 names different: declaration 'morph' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1869:63: style: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:191:68: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1869:63: note: Function 'generate' argument 3 names different: declaration 'desc' definition 'pl'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1869:71: style: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:191:78: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1869:71: note: Function 'generate' argument 4 names different: declaration 'n' definition 'pln'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1873:68: style: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.hxx:181:73: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1873:68: note: Function 'generate' argument 3 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1931:35: style: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.h:115:60: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1931:35: note: Function 'Hunspell_generate' argument 4 names different: declaration 'word2' definition 'pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1974:45: style: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.h:155:58: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1974:45: note: Function 'Hunspell_free_list' argument 2 names different: declaration 'slst' definition 'list'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:99:8: style: Technically the member function 'HunspellImpl::input_conv' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1695:20: note: Technically the member function 'HunspellImpl::input_conv' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:99:8: note: Technically the member function 'HunspellImpl::input_conv' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:137:15: performance: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:366:27: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:137:15: note: Technically the member function 'HunspellImpl::sharps_u8_l1' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:141:8: performance: Technically the member function 'HunspellImpl::insert_sug' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:406:20: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:141:8: note: Technically the member function 'HunspellImpl::insert_sug' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:142:8: performance: Technically the member function 'HunspellImpl::cat_result' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1351:20: note: Technically the member function 'HunspellImpl::cat_result' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:142:8: note: Technically the member function 'HunspellImpl::cat_result' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:144:15: performance: Technically the member function 'HunspellImpl::get_xml_par' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1656:27: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:144:15: note: Technically the member function 'HunspellImpl::get_xml_par' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:145:15: performance: Technically the member function 'HunspellImpl::get_xml_pos' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:1705:27: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunspell.cxx:145:15: note: Technically the member function 'HunspellImpl::get_xml_pos' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.cxx:58:28: style: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.hxx:81:22: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.cxx:58:28: note: Function 'Hunzip' argument 1 names different: declaration 'filename' definition 'file'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.hxx:78:7: performance: Technically the member function 'Hunzip::fail' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.cxx:53:13: note: Technically the member function 'Hunzip::fail' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/hunzip.hxx:78:7: note: Technically the member function 'Hunzip::fail' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/phonet.cxx:71:59: style: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/phonet.hxx:48:57: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/phonet.cxx:71:59: note: Function 'phonet' argument 2 names different: declaration 'phone' definition 'parms'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:118:52: style: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.hxx:97:45: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:118:52: note: Function 'replace' argument 2 names different: declaration 'n' definition 'ind'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:129:37: style: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.hxx:94:30: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:129:37: note: Function 'add' argument 1 names different: declaration 'pat1' definition 'in_pat1'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:175:39: style: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.hxx:98:32: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/replist.cxx:175:39: note: Function 'conv' argument 1 names different: declaration 'word' definition 'in_word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:176:37: style: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:127:60: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:176:37: note: Function 'suggest' argument 2 names different: declaration 'word' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:177:30: style: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:127:71: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:177:30: note: Function 'suggest' argument 3 names different: declaration 'onlycmpdsug' definition 'onlycompoundsug'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:995:54: style: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:128:44: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:995:54: note: Function 'ngsuggest' argument 1 names different: declaration 'slst' definition 'wlst'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:996:39: style: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:128:62: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:996:39: note: Function 'ngsuggest' argument 2 names different: declaration 'word' definition 'w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1626:58: style: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:130:48: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1626:58: note: Function 'suggest_morph' argument 1 names different: declaration 'word' definition 'in_w'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1752:69: style: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:131:59: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1752:69: note: Function 'suggest_gen' argument 1 names different: declaration 'pl' definition 'desc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1752:94: style: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:131:82: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1752:94: note: Function 'suggest_gen' argument 2 names different: declaration 'pattern' definition 'in_pattern'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2050:36: style: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:181:26: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2050:36: note: Function 'bubblesort' argument 1 names different: declaration 'rwd' definition 'rword'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2050:50: style: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:181:38: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2050:50: note: Function 'bubblesort' argument 2 names different: declaration 'rwd2' definition 'rword2'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:173:7: performance: Technically the member function 'SuggestMgr::ngram' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1838:17: note: Technically the member function 'SuggestMgr::ngram' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:173:7: note: Technically the member function 'SuggestMgr::ngram' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:175:7: performance: Technically the member function 'SuggestMgr::ngram' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1890:17: note: Technically the member function 'SuggestMgr::ngram' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:175:7: note: Technically the member function 'SuggestMgr::ngram' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:176:7: style: Technically the member function 'SuggestMgr::mystrlen' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2041:17: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:176:7: note: Technically the member function 'SuggestMgr::mystrlen' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:179:7: style: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:1957:17: note: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:179:7: note: Technically the member function 'SuggestMgr::leftcommonsubstring' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:181:8: performance: Technically the member function 'SuggestMgr::bubblesort' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2050:18: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:181:8: note: Technically the member function 'SuggestMgr::bubblesort' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:182:8: style: Technically the member function 'SuggestMgr::lcs' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.cxx:2077:18: note: Technically the member function 'SuggestMgr::lcs' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/hunspell/suggestmgr.hxx:182:8: note: Technically the member function 'SuggestMgr::lcs' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/firstparser.cxx:50:38: style: Function 'FirstParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/firstparser.hxx:50:36: note: Function 'FirstParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/firstparser.cxx:50:38: note: Function 'FirstParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:86:14: style: Technically the member function 'TextParser::is_utf8' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/firstparser.hxx:53:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:80:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/firstparser.hxx:53:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/htmlparser.cxx:72:36: style: Function 'HTMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/htmlparser.hxx:50:35: note: Function 'HTMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/htmlparser.cxx:72:36: note: Function 'HTMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:57:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:80:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:57:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:58:7: style: The function 'change_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:81:15: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:58:7: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/htmlparser.hxx:52:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:57:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/htmlparser.hxx:52:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/latexparser.cxx:128:38: style: Function 'LaTeXParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/latexparser.hxx:55:36: note: Function 'LaTeXParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/latexparser.cxx:128:38: note: Function 'LaTeXParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/latexparser.hxx:59:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:80:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/latexparser.hxx:59:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:50:34: style: Function 'ManParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/manparser.hxx:51:34: note: Function 'ManParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/manparser.cxx:50:34: note: Function 'ManParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/manparser.hxx:55:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:80:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/manparser.hxx:55:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/odfparser.cxx:64:34: style: Function 'ODFParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/odfparser.hxx:50:34: note: Function 'ODFParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/odfparser.cxx:64:34: note: Function 'ODFParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/odfparser.hxx:52:16: style: The function 'next_token' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:57:16: note: Virtual function in base class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/odfparser.hxx:52:16: note: Function in derived class
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:67:36: style: Function 'TextParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:74:35: note: Function 'TextParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:67:36: note: Function 'TextParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:123:37: style: Function 'init' argument 1 names different: declaration 'wordchars' definition 'wc'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:95:27: note: Function 'init' argument 1 names different: declaration 'wordchars' definition 'wc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:123:37: note: Function 'init' argument 1 names different: declaration 'wordchars' definition 'wc'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:134:39: style: Function 'next_char' argument 1 names different: declaration 'line' definition 'ln'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:68:29: note: Function 'next_char' argument 1 names different: declaration 'line' definition 'ln'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:134:39: note: Function 'next_char' argument 1 names different: declaration 'line' definition 'ln'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:150:39: style: Function 'put_line' argument 1 names different: declaration 'line' definition 'word'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:77:29: note: Function 'put_line' argument 1 names different: declaration 'line' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:150:39: note: Function 'put_line' argument 1 names different: declaration 'line' definition 'word'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:275:51: style: Function 'get_url' argument 2 names different: declaration 'head' definition 'hd'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:91:41: note: Function 'get_url' argument 2 names different: declaration 'head' definition 'hd'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:275:51: note: Function 'get_url' argument 2 names different: declaration 'head' definition 'hd'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:37: style: Function 'alloc_token' argument 1 names different: declaration 'token' definition 'tokn'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:92:27: note: Function 'alloc_token' argument 1 names different: declaration 'token' definition 'tokn'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:37: note: Function 'alloc_token' argument 1 names different: declaration 'token' definition 'tokn'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:51: style: Function 'alloc_token' argument 2 names different: declaration 'head' definition 'hd'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:92:42: note: Function 'alloc_token' argument 2 names different: declaration 'head' definition 'hd'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:51: note: Function 'alloc_token' argument 2 names different: declaration 'head' definition 'hd'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:68: style: Function 'alloc_token' argument 3 names different: declaration 'out' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:92:61: note: Function 'alloc_token' argument 3 names different: declaration 'out' definition 't'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:285:68: note: Function 'alloc_token' argument 3 names different: declaration 'out' definition 't'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:68:7: style: Technically the member function 'TextParser::next_char' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:134:17: note: Technically the member function 'TextParser::next_char' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:68:7: note: Technically the member function 'TextParser::next_char' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:84:10: style: Technically the member function 'TextParser::get_tokenpos' can be const. [functionConst]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:209:20: note: Technically the member function 'TextParser::get_tokenpos' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:84:10: note: Technically the member function 'TextParser::get_tokenpos' can be const.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:87:15: performance: Technically the member function 'TextParser::get_latin1' can be static. [functionStatic]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.cxx:95:25: note: Technically the member function 'TextParser::get_latin1' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/textparser.hxx:87:15: note: Technically the member function 'TextParser::get_latin1' can be static.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:66:34: style: Function 'XMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:50:34: note: Function 'XMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:66:34: note: Function 'XMLParser' argument 1 names different: declaration 'wc' definition 'wordchars'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:97:40: style: Function 'next_token' argument 1 names different: declaration 'p' definition 'PATTERN'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:52:31: note: Function 'next_token' argument 1 names different: declaration 'p' definition 'PATTERN'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:97:40: note: Function 'next_token' argument 1 names different: declaration 'p' definition 'PATTERN'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:98:41: style: Function 'next_token' argument 2 names different: declaration 'len' definition 'PATTERN_LEN'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:53:32: note: Function 'next_token' argument 2 names different: declaration 'len' definition 'PATTERN_LEN'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:98:41: note: Function 'next_token' argument 2 names different: declaration 'len' definition 'PATTERN_LEN'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:99:40: style: Function 'next_token' argument 3 names different: declaration 'p2' definition 'PATTERN2'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:54:31: note: Function 'next_token' argument 3 names different: declaration 'p2' definition 'PATTERN2'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:99:40: note: Function 'next_token' argument 3 names different: declaration 'p2' definition 'PATTERN2'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:100:41: style: Function 'next_token' argument 4 names different: declaration 'len2' definition 'PATTERN_LEN2'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.hxx:55:32: note: Function 'next_token' argument 4 names different: declaration 'len2' definition 'PATTERN_LEN2'.
lyx-2.3.0/3rdparty/hunspell/1.6.2/src/parsers/xmlparser.cxx:100:41: note: Function 'next_token' argument 4 names different: declaration 'len2' definition 'PATTERN_LEN2'.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/genaliases2.c:64:9: style: Variable 'tag' is assigned a value that is never used. [unreadVariable]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf32.h:78:12: warning: Identical inner 'if' condition is always true. [identicalInnerCondition]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf32.h:66:10: note: outer condition: wc<1114112
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf32.h:78:12: note: identical inner condition: wc<1114112
lyx-2.3.0/3rdparty/libiconv/1.15/lib/mac_hebrew.h:59:14: style: Condition 'c>=128' is always true [knownConditionTrueFalse]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_4.h:41:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_5.h:1260:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_6.h:950:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_7.h:970:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_15.h:1065:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/hkscs2001.h:68:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/hkscs2008.h:64:24: style: The scope of the variable 'swc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/johab.h:62:23: style: The scope of the variable 's2' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/shift_jisx0213.h:246:18: style: The scope of the variable 's1' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/shift_jisx0213.h:246:22: style: The scope of the variable 's2' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/jisx0208.h:2380:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/jisx0212.h:2160:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gb2312.h:2538:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/isoir165ext.h:759:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cns11643_inv.h:15372:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/big5.h:4123:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/ksc5601.h:2987:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gb18030uni.h:184:23: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gb18030.h:248:25: style: Unsigned variable 'i' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/hkscs1999.h:2956:12: style: Unsigned variable 'wc' can't be negative so it is unnecessary to test it. [unsignedPositive]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cp1258.h:278:29: warning: Either the condition 'wc<280' is redundant, otherwise there is negative array index -56. [negativeIndex]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cp1258.h:275:19: note: Assuming that condition 'wc<280' is not redundant
lyx-2.3.0/3rdparty/libiconv/1.15/lib/cp1258.h:278:29: note: Negative array index
lyx-2.3.0/3rdparty/libiconv/1.15/lib/tcvn.h:278:27: warning: Either the condition 'wc<128' is redundant, otherwise there is negative array index -32. [negativeIndex]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/tcvn.h:275:14: note: Assuming that condition 'wc<128' is not redundant
lyx-2.3.0/3rdparty/libiconv/1.15/lib/tcvn.h:278:27: note: Negative array index
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:255:17: style: Mismatching assignment and comparison, comparison 'i==62' is always false. [assignIfError]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:247:0: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:255:17: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:257:17: style: Mismatching assignment and comparison, comparison 'i==63' is always false. [assignIfError]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:247:0: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:257:17: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:341:15: style: Mismatching assignment and comparison, comparison 'i==62' is always false. [assignIfError]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:333:0: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:341:15: note: Mismatching assignment and comparison, comparison 'i==62' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:343:15: style: Mismatching assignment and comparison, comparison 'i==63' is always false. [assignIfError]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:333:0: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/utf7.h:343:15: note: Mismatching assignment and comparison, comparison 'i==63' is always false.
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gentranslit.c:82:11: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gentranslit.c:124:9: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/gentranslit.c:68:9: style: The scope of the variable 'c' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/libiconv/1.15/lib/aliases.h:29:0: error: #error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." [preprocessorErrorDirective]
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:473:14: style: Condition 'locale==NULL' is always true [knownConditionTrueFalse]
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:464:24: note: Assignment 'locale=NULL', assigned value is 0
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:473:14: note: Condition 'locale==NULL' is always true
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:172:71: style: Same value in both branches of ternary operator. [duplicateValueTernary]
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:473:14: style: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same. [duplicateExpression]
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:464:24: note: 'locale' is assigned value 'NULL' here.
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:473:14: note: Same expression on both sides of '==' because the value of 'locale' and 'NULL' are the same.
lyx-2.3.0/3rdparty/libiconv/1.15/libcharset/lib/localcharset.c:133:19: style: The scope of the variable 'base' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:183:12: style: C-style pointer casting [cstyleCast]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:171:5: style: Variable 'buf' is reassigned a value before the old one has been used. [redundantAssignment]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:170:0: note: Variable 'buf' is reassigned a value before the old one has been used.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:171:5: note: Variable 'buf' is reassigned a value before the old one has been used.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:322:17: style: The scope of the variable 'mp' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:322:21: style: The scope of the variable 'j' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:34:38: style: Function 'thInitialize' argument 1 names different: declaration 'indxpath' definition 'idxpath'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:49:39: note: Function 'thInitialize' argument 1 names different: declaration 'indxpath' definition 'idxpath'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:34:38: note: Function 'thInitialize' argument 1 names different: declaration 'indxpath' definition 'idxpath'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:266:52: style: Function 'CleanUpAfterLookup' argument 2 names different: declaration 'nmean' definition 'nmeanings'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:43:51: note: Function 'CleanUpAfterLookup' argument 2 names different: declaration 'nmean' definition 'nmeanings'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:266:52: note: Function 'CleanUpAfterLookup' argument 2 names different: declaration 'nmean' definition 'nmeanings'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:320:30: style: Function 'binsearch' argument 1 names different: declaration 'wrd' definition 'sw'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:58:30: note: Function 'binsearch' argument 1 names different: declaration 'wrd' definition 'sw'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:320:30: note: Function 'binsearch' argument 1 names different: declaration 'wrd' definition 'sw'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:320:40: style: Function 'binsearch' argument 2 names different: declaration 'list' definition '_list'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:58:41: note: Function 'binsearch' argument 2 names different: declaration 'list' definition '_list'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:320:40: note: Function 'binsearch' argument 2 names different: declaration 'list' definition '_list'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:350:38: style: Function 'mystrdup' argument 1 names different: declaration 'p' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:61:38: note: Function 'mystrdup' argument 1 names different: declaration 'p' definition 's'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:350:38: note: Function 'mystrdup' argument 1 names different: declaration 'p' definition 's'.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:43:14: performance: Technically the member function 'MyThes::CleanUpAfterLookup' can be static. [functionStatic]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:266:14: note: Technically the member function 'MyThes::CleanUpAfterLookup' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:43:14: note: Technically the member function 'MyThes::CleanUpAfterLookup' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:58:13: performance: Technically the member function 'MyThes::binsearch' can be static. [functionStatic]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:320:13: note: Technically the member function 'MyThes::binsearch' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:58:13: note: Technically the member function 'MyThes::binsearch' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:64:14: performance: Technically the member function 'MyThes::mychomp' can be static. [functionStatic]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:362:14: note: Technically the member function 'MyThes::mychomp' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:64:14: note: Technically the member function 'MyThes::mychomp' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:67:13: performance: Technically the member function 'MyThes::mystr_indexOfChar' can be static. [functionStatic]
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.cxx:371:13: note: Technically the member function 'MyThes::mystr_indexOfChar' can be static.
lyx-2.3.0/3rdparty/mythes/1.2.5/mythes.hxx:67:13: note: Technically the member function 'MyThes::mystr_indexOfChar' can be static.
lyx-2.3.0/3rdparty/zlib/1.2.8/adler32.c:71:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:470:9: style: The scope of the variable 'put' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:572:12: style: The scope of the variable 'str' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:1154:21: style: The scope of the variable 'match' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:1395:14: style: The scope of the variable 'more' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:1572:9: style: The scope of the variable 'max_start' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:1632:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:1734:10: style: The scope of the variable 'hash_head' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/deflate.c:155:32: style: struct member 'static_tree_desc_s::dummy' is never used. [unusedStructMember]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzlib.c:367:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzlib.c:292:9: error: Memory leak: path [memleak]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzread.c:488:20: style: The scope of the variable 'n' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzread.c:490:20: style: The scope of the variable 'eol' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzwrite.c:18:9: style: The scope of the variable 'ret' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzwrite.c:138:14: style: The scope of the variable 'n' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/gzwrite.c:249:14: style: The scope of the variable 'have' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1497:5: style: Variable 'state->sane' is reassigned a value before the old one has been used. [redundantAssignment]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1493:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1497:5: note: Variable 'state->sane' is reassigned a value before the old one has been used.
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:385:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1297:19: style: The scope of the variable 'dictid' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1382:19: style: The scope of the variable 'buf' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1445:14: style: The scope of the variable 'wsize' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:1507:61: portability: Shifting a negative value is technically undefined behaviour [shiftNegativeLHS]
lyx-2.3.0/3rdparty/zlib/1.2.8/inflate.c:683:40: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/3rdparty/zlib/1.2.8/inftrees.c:50:14: style: The scope of the variable 'fill' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:712:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:757:9: style: The scope of the variable 'curlen' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:1065:14: style: The scope of the variable 'dist' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:1066:9: style: The scope of the variable 'lc' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:1067:14: style: The scope of the variable 'lx' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:1068:14: style: The scope of the variable 'code' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/trees.c:1069:9: style: The scope of the variable 'extra' can be reduced. [variableScope]
lyx-2.3.0/3rdparty/zlib/1.2.8/zutil.c:309:31: style: Same expression on both sides of '-'. [duplicateExpression]
lyx-2.3.0/3rdparty/zlib/1.2.8/zutil.c:14:33: style: struct member 'internal_state::dummy' is never used. [unusedStructMember]
lyx-2.3.0/development/autotests/xvkbd/findwidget.c:100:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/findwidget.c:284:7: style: The scope of the variable 'pattern_len' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/findwidget.c:284:20: style: The scope of the variable 'inx' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/findwidget.c:284:25: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1771:3: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1771:3: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2926:7: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2926:7: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2931:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2931:2: warning: %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:502:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:555:7: style: The scope of the variable 'scrn' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:556:21: style: The scope of the variable 'last_x' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:556:29: style: The scope of the variable 'last_y' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:557:10: style: The scope of the variable 'x_ratio' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:557:19: style: The scope of the variable 'y_ratio' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:658:16: style: The scope of the variable 'inx' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:971:7: style: The scope of the variable 'phase' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:971:14: style: The scope of the variable 'inx' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1232:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1287:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1331:17: style: The scope of the variable 'ch' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1332:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1583:7: style: The scope of the variable 'first_row' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1583:18: style: The scope of the variable 'row' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1583:23: style: The scope of the variable 'col' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1585:9: style: The scope of the variable 'label' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1823:16: style: The scope of the variable 'env_lang' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1823:27: style: The scope of the variable 'env_xenv' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1824:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1825:8: style: The scope of the variable 'customization' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1892:9: style: The scope of the variable 'customizations' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1893:9: style: The scope of the variable 'cp' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:1893:14: style: The scope of the variable 'cp2' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2007:16: style: The scope of the variable 'props_items' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2605:8: style: The scope of the variable 'str' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2606:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2752:25: style: The scope of the variable 'cp2' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2788:16: style: The scope of the variable 'main_menu_items' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2801:16: style: The scope of the variable 'font' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2803:12: style: The scope of the variable 'col' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2804:8: style: The scope of the variable 'name' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2804:19: style: The scope of the variable 'label' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2807:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.xbm:3:22: style: The scope of the variable 'xvkbd_bits' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/iconify.xbm:3:22: style: The scope of the variable 'iconify_bits' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3126:28: style: The scope of the variable 'sp2' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3127:7: style: The scope of the variable 'len' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3128:23: style: The scope of the variable 'prefix' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3228:8: style: The scope of the variable 'label' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3229:9: style: The scope of the variable 'key' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3230:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3230:10: style: The scope of the variable 'j' can be reduced. [variableScope]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:787:18: style: Variable 'first' is assigned a value that is never used. [unreadVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2685:11: style: Variable 'upper' is assigned a value that is never used. [unreadVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:2731:11: style: Variable 'upper' is assigned a value that is never used. [unreadVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3498:7: style: Unused variable: op [unusedVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3498:11: style: Unused variable: ev [unusedVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3498:15: style: Unused variable: err [unusedVariable]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3049:5: warning: The buffer 'fkey_filename' may not be null-terminated after the call to strncpy(). [terminateStrncpy]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3058:7: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lyx-2.3.0/development/autotests/xvkbd/xvkbd.c:3078:2: warning: sscanf() without field width limits can crash with huge input data. [invalidscanf]
lyx-2.3.0/development/cygwin/lyxeditor.c:46:13: warning: snprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lyx-2.3.0/development/cygwin/lyxeditor.c:48:4: warning: snprintf format string requires 0 parameters but 2 are given. [wrongPrintfScanfArgNum]
lyx-2.3.0/development/cygwin/lyxeditor.c:52:13: warning: snprintf format string requires 0 parameters but 3 are given. [wrongPrintfScanfArgNum]
lyx-2.3.0/development/cygwin/lyxeditor.c:54:4: warning: snprintf format string requires 0 parameters but 3 are given. [wrongPrintfScanfArgNum]
lyx-2.3.0/development/cygwin/lyxwin.c:65:7: style: Condition '!done' is always true [knownConditionTrueFalse]
lyx-2.3.0/development/cygwin/lyxwin.c:52:14: note: Assignment 'done=0', assigned value is 0
lyx-2.3.0/development/cygwin/lyxwin.c:65:7: note: Condition '!done' is always true
lyx-2.3.0/development/cygwin/lyxwin.c:41:8: style: The scope of the variable 's' can be reduced. [variableScope]
lyx-2.3.0/development/cygwin/lyxwin.c:40:8: style: Unused variable: fp [unusedVariable]
lyx-2.3.0/development/lyxserver/server_monitor.h:98:2: style: Class 'ReadPipe' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/debug.h:171:7: style: Technically the member function 'lyx::LyXErr::secondEnabled' can be const. [functionConst]
lyx-2.3.0/src/AppleSpellChecker.cpp:31:23: performance: Technically the member function 'lyx::Private::toResult' can be static. [functionStatic]
lyx-2.3.0/src/AppleSpellChecker.cpp:67:50: note: Technically the member function 'lyx::Private::toResult' can be static.
lyx-2.3.0/src/AppleSpellChecker.cpp:31:23: note: Technically the member function 'lyx::Private::toResult' can be static.
lyx-2.3.0/src/AppleSpellChecker.cpp:32:9: performance: Technically the member function 'lyx::Private::toString' can be static. [functionStatic]
lyx-2.3.0/src/AppleSpellChecker.cpp:74:36: note: Technically the member function 'lyx::Private::toString' can be static.
lyx-2.3.0/src/AppleSpellChecker.cpp:32:9: note: Technically the member function 'lyx::Private::toString' can be static.
lyx-2.3.0/src/AppleSpellChecker.cpp:57:4: style: Class 'AppleSpellChecker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/AppleSpellChecker.cpp:57:4: style: Class 'AppleSpellChecker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/support/docstring_list.h:31:2: style: Class 'docstring_list' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/AppleSpellChecker.h:27:14: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:27:14: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:28:7: style: The function 'suggest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:65:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:28:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:29:7: style: The function 'stem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:29:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:30:7: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:71:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:30:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:31:7: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:31:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:32:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:77:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:32:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:33:7: style: The function 'hasDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:33:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:34:6: style: The function 'numDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:83:14: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:34:6: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:35:7: style: The function 'canCheckParagraph' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:35:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:36:6: style: The function 'numMisspelledWords' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:89:14: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:36:6: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:37:7: style: The function 'misspelledWord' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:37:7: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:38:18: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:102:26: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:38:18: note: Function in derived class
lyx-2.3.0/src/AppleSpellChecker.h:39:7: style: The function 'advanceChangeNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:109:15: note: Virtual function in base class
lyx-2.3.0/src/AppleSpellChecker.h:39:7: note: Function in derived class
lyx-2.3.0/src/PersonalWordList.h:56:14: performance: Technically the member function 'lyx::PersonalWordList::header' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:67:7: performance: Technically the member function 'lyx::Private::isValidDictionary' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:157:30: note: Technically the member function 'lyx::Private::isValidDictionary' can be static.
lyx-2.3.0/src/AspellChecker.cpp:67:7: note: Technically the member function 'lyx::Private::isValidDictionary' can be static.
lyx-2.3.0/src/AspellChecker.cpp:75:9: performance: Technically the member function 'lyx::Private::toAspellWord' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:342:32: note: Technically the member function 'lyx::Private::toAspellWord' can be static.
lyx-2.3.0/src/AspellChecker.cpp:75:9: note: Technically the member function 'lyx::Private::toAspellWord' can be static.
lyx-2.3.0/src/AspellChecker.cpp:81:7: style: Technically the member function 'lyx::Private::addToSession' can be const. [functionConst]
lyx-2.3.0/src/AspellChecker.cpp:227:30: note: Technically the member function 'lyx::Private::addToSession' can be const.
lyx-2.3.0/src/AspellChecker.cpp:81:7: note: Technically the member function 'lyx::Private::addToSession' can be const.
lyx-2.3.0/src/AspellChecker.cpp:84:7: style: Technically the member function 'lyx::Private::learned' can be const. [functionConst]
lyx-2.3.0/src/AspellChecker.cpp:411:30: note: Technically the member function 'lyx::Private::learned' can be const.
lyx-2.3.0/src/AspellChecker.cpp:84:7: note: Technically the member function 'lyx::Private::learned' can be const.
lyx-2.3.0/src/AspellChecker.cpp:86:7: performance: Technically the member function 'lyx::Private::accept' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:379:30: note: Technically the member function 'lyx::Private::accept' can be static.
lyx-2.3.0/src/AspellChecker.cpp:86:7: note: Technically the member function 'lyx::Private::accept' can be static.
lyx-2.3.0/src/AspellChecker.cpp:95:15: performance: Technically the member function 'lyx::Private::dictDirectory' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:100:15: performance: Technically the member function 'lyx::Private::dataDirectory' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:107:15: performance: Technically the member function 'lyx::Private::osPackageBase' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:115:15: performance: Technically the member function 'lyx::Private::osPackageDictDirectory' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:123:15: performance: Technically the member function 'lyx::Private::osPackageDataDirectory' can be static. [functionStatic]
lyx-2.3.0/src/AspellChecker.cpp:421:4: style: Class 'AspellChecker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/AspellChecker.cpp:421:4: style: Class 'AspellChecker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/PersonalWordList.h:27:2: style: Class 'PersonalWordList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/AspellChecker.h:28:14: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:28:14: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:29:7: style: The function 'suggest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:65:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:29:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:30:7: style: The function 'stem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:30:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:31:7: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:71:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:31:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:32:7: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:32:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:33:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:77:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:33:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:34:7: style: The function 'hasDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:34:7: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:35:6: style: The function 'numDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:83:14: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:35:6: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:36:18: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:102:26: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:36:18: note: Function in derived class
lyx-2.3.0/src/AspellChecker.h:37:7: style: The function 'advanceChangeNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:109:15: note: Virtual function in base class
lyx-2.3.0/src/AspellChecker.h:37:7: note: Function in derived class
lyx-2.3.0/src/support/FileName.h:261:7: style: The function 'erase' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/FileName.h:61:15: note: Virtual function in base class
lyx-2.3.0/src/support/FileName.h:261:7: note: Function in derived class
lyx-2.3.0/src/Author.cpp:85:32: style: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'. [funcArgNamesDifferent]
lyx-2.3.0/src/Author.h:95:42: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
lyx-2.3.0/src/Author.cpp:85:32: note: Function 'operator>>' argument 1 names different: declaration 'os' definition 'is'.
lyx-2.3.0/src/Author.h:29:2: style: Class 'Author' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetLayout.h:133:21: performance: Technically the member function 'lyx::InsetLayout::htmllabeltag' can be static. [functionStatic]
lyx-2.3.0/src/TextClass.h:133:20: performance: Technically the member function 'lyx::TextClass::plainLayoutName' can be static. [functionStatic]
lyx-2.3.0/src/FuncRequest.h:81:14: style: Technically the member function 'lyx::FuncRequest::modifier' can be const. [functionConst]
lyx-2.3.0/src/Color.h:43:2: style: Class 'Color' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/OutputParams.h:63:2: style: Class 'OutputParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/BiblioInfo.h:55:2: style: Class 'BibTeXInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Buffer.h:821:2: style: Class 'MarkAsExporting' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Encoding.h:30:2: style: Class 'EncodingException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Encoding.h:242:3: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/DocIterator.h:362:2: style: Class 'StableDocIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/TextClass.h:520:2: style: Class 'DocumentClass' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/TocBuilder.h:30:2: style: Class 'TocBuilder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/TocBackend.h:111:2: style: Class 'TocBackend' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/Inset.h:89:1: warning: The class 'Inset' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetQuotes.h:129:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:129:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:131:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:131:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:133:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:133:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:135:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:135:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:137:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:137:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:139:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:139:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:141:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:141:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:143:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:143:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:146:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:146:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:148:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:148:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:151:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:151:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:153:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:153:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:156:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:156:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:159:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:159:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:161:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:161:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:163:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:163:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:165:7: style: The function 'isChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:455:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:165:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:172:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:172:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.h:211:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetQuotes.h:211:7: note: Function in derived class
lyx-2.3.0/src/output_xhtml.h:170:18: style: The function 'asFontTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/output_xhtml.h:55:26: note: Virtual function in base class
lyx-2.3.0/src/output_xhtml.h:170:18: note: Function in derived class
lyx-2.3.0/src/output_xhtml.h:172:7: style: The function 'operator==' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/output_xhtml.h:57:15: note: Virtual function in base class
lyx-2.3.0/src/output_xhtml.h:172:7: note: Function in derived class
lyx-2.3.0/src/output_xhtml.h:184:21: style: The function 'asFontTag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/output_xhtml.h:90:29: note: Virtual function in base class
lyx-2.3.0/src/output_xhtml.h:184:21: note: Function in derived class
lyx-2.3.0/src/TextClass.h:413:15: style: The function 'loaded' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/TextClass.h:189:15: note: Virtual function in base class
lyx-2.3.0/src/TextClass.h:413:15: note: Function in derived class
lyx-2.3.0/src/Encoding.h:79:61: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:82:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:85:65: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:88:53: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:90:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:92:63: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:96:77: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/Encoding.h:98:77: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/insets/InsetQuotes.h:88:51: performance: Function parameter 'string' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/BiblioInfo.h:72:49: performance: Function parameter 'xrefs' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/BiblioInfo.h:75:48: performance: Function parameter 'xrefs' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/BiblioInfo.h:123:45: performance: Function parameter 'xrefs' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/BiblioInfo.h:141:24: performance: Function parameter 'xrefs' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/BiblioInfo.cpp:226:62: performance: Function parameter 'scheme' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/Box.h:45:7: style: Technically the member function 'lyx::Box::contains' can be const. [functionConst]
lyx-2.3.0/src/Box.cpp:34:11: note: Technically the member function 'lyx::Box::contains' can be const.
lyx-2.3.0/src/Box.h:45:7: note: Technically the member function 'lyx::Box::contains' can be const.
lyx-2.3.0/src/BranchList.cpp:33:2: style: Class 'BranchNamesEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Buffer.cpp:428:64: style: Function 'Impl' argument 3 names different: declaration 'readonly' definition 'readonly_'. [funcArgNamesDifferent]
lyx-2.3.0/src/Buffer.cpp:150:51: note: Function 'Impl' argument 3 names different: declaration 'readonly' definition 'readonly_'.
lyx-2.3.0/src/Buffer.cpp:428:64: note: Function 'Impl' argument 3 names different: declaration 'readonly' definition 'readonly_'.
lyx-2.3.0/src/Buffer.cpp:2642:66: style: Function 'dispatch' argument 2 names different: declaration 'result' definition 'dr'. [funcArgNamesDifferent]
lyx-2.3.0/src/Buffer.h:175:59: note: Function 'dispatch' argument 2 names different: declaration 'result' definition 'dr'.
lyx-2.3.0/src/Buffer.cpp:2642:66: note: Function 'dispatch' argument 2 names different: declaration 'result' definition 'dr'.
lyx-2.3.0/src/Buffer.cpp:3334:46: style: Function 'collectChildren' argument 1 names different: declaration 'children' definition 'clist'. [funcArgNamesDifferent]
lyx-2.3.0/src/Buffer.h:802:39: note: Function 'collectChildren' argument 1 names different: declaration 'children' definition 'clist'.
lyx-2.3.0/src/Buffer.cpp:3334:46: note: Function 'collectChildren' argument 1 names different: declaration 'children' definition 'clist'.
lyx-2.3.0/src/Buffer.cpp:4146:57: style: Function 'moveAutosaveFile' argument 1 names different: declaration 'old' definition 'oldauto'. [funcArgNamesDifferent]
lyx-2.3.0/src/Buffer.h:284:50: note: Function 'moveAutosaveFile' argument 1 names different: declaration 'old' definition 'oldauto'.
lyx-2.3.0/src/Buffer.cpp:4146:57: note: Function 'moveAutosaveFile' argument 1 names different: declaration 'old' definition 'oldauto'.
lyx-2.3.0/src/Buffer.cpp:3391:2: performance: Prefer prefix ++/-- operators for non-primitive types. [postfixOperator]
lyx-2.3.0/src/Buffer.cpp:1955:0: style: Boolean variable 'use_japanese' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
lyx-2.3.0/src/insets/RenderBase.h:56:2: warning: Member variable 'RenderBase::dim_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/RenderBase.h:57:15: warning: Member variable 'RenderBase::state_' is not assigned a value in 'RenderBase::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/RenderBase.h:57:15: warning: Member variable 'RenderBase::dim_' is not assigned a value in 'RenderBase::operator='. [operatorEqVarError]
lyx-2.3.0/src/Buffer.h:267:12: style: Technically the member function 'lyx::Buffer::emergencyWrite' can be const. [functionConst]
lyx-2.3.0/src/Buffer.cpp:1558:19: note: Technically the member function 'lyx::Buffer::emergencyWrite' can be const.
lyx-2.3.0/src/Buffer.h:267:12: note: Technically the member function 'lyx::Buffer::emergencyWrite' can be const.
lyx-2.3.0/src/DispatchResult.h:53:12: style: Technically the member function 'lyx::DispatchResult::message' can be const. [functionConst]
lyx-2.3.0/src/DispatchResult.h:78:7: style: Technically the member function 'lyx::DispatchResult::needChangesUpdate' can be const. [functionConst]
lyx-2.3.0/src/Cursor.h:178:7: style: Technically the member function 'lyx::Cursor::wordSelection' can be const. [functionConst]
lyx-2.3.0/src/LaTeX.h:171:6: style: Technically the member function 'lyx::LaTeX::getNumErrors' can be const. [functionConst]
lyx-2.3.0/src/mathed/MacroTable.h:75:22: style: Technically the member function 'lyx::MacroData::pos' can be const. [functionConst]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:141:11: performance: Technically the member function 'lyx::InsetMathMacroTemplate::optIdx' can be static. [functionStatic]
lyx-2.3.0/src/support/lyxalgo.h:53:5: style: Technically the member function 'lyx::firster::operator()' can be const. [functionConst]
lyx-2.3.0/src/support/RandomAccessList.h:159:0: style: Technically the member function 'lyx :: RandomAccessList < Paragraph >::operator[]' can be const. [functionConst]
lyx-2.3.0/src/Buffer.cpp:446:4: style: Class 'Impl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/Buffer.cpp:446:4: style: Class 'Impl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/LayoutFile.h:35:2: style: Class 'LayoutFileIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Undo.h:55:2: style: Class 'Undo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Undo.h:138:2: style: Class 'UndoGroupHelper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Lexer.h:69:18: style: Class 'Lexer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/ParIterator.h:41:2: style: Class 'ParIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/ParIterator.h:97:2: style: Class 'ParConstIterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Session.h:284:2: style: Class 'LastCommandsSection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetTabular.h:55:2: style: Class 'InsetTableCell' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetTabular.h:636:3: style: Class 'CellData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMath.h:104:2: style: Class 'InsetMath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/MathData.h:72:2: style: Class 'MathData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathGrid.h:96:2: style: Class 'InsetMathGrid' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathHull.h:44:2: style: Class 'InsetMathHull' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/MacroTable.h:42:2: style: Class 'MacroData' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:30:2: style: Class 'InsetMathMacroTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/PreviewLoader.h:41:2: style: Class 'PreviewLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/FileMonitor.h:134:2: style: Class 'FileMonitor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/mutex.h:42:3: style: Class 'Locker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/TempFile.h:52:2: style: Class 'TempFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Session.h:67:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:67:7: note: Function in derived class
lyx-2.3.0/src/Session.h:70:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:70:7: note: Function in derived class
lyx-2.3.0/src/Session.h:122:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:122:7: note: Function in derived class
lyx-2.3.0/src/Session.h:125:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:125:7: note: Function in derived class
lyx-2.3.0/src/Session.h:163:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:163:7: note: Function in derived class
lyx-2.3.0/src/Session.h:166:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:166:7: note: Function in derived class
lyx-2.3.0/src/Session.h:256:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:256:7: note: Function in derived class
lyx-2.3.0/src/Session.h:259:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:259:7: note: Function in derived class
lyx-2.3.0/src/Session.h:286:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:286:7: note: Function in derived class
lyx-2.3.0/src/Session.h:289:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:289:7: note: Function in derived class
lyx-2.3.0/src/Session.h:330:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:330:7: note: Function in derived class
lyx-2.3.0/src/Session.h:333:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:333:7: note: Function in derived class
lyx-2.3.0/src/Session.h:354:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:354:7: note: Function in derived class
lyx-2.3.0/src/Session.h:357:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Session.h:47:15: note: Virtual function in base class
lyx-2.3.0/src/Session.h:357:7: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:155:22: style: The function 'vcname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:42:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:155:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:157:15: style: The function 'registrer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:157:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:159:15: style: The function 'renameEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:46:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:159:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:161:22: style: The function 'rename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:48:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:161:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:163:15: style: The function 'copyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:50:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:163:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:165:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:52:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:165:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:168:2: style: The function 'checkIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:56:2: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:168:2: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:170:15: style: The function 'checkInEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:58:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:170:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:172:15: style: The function 'isCheckInWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:60:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:172:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:174:22: style: The function 'checkOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:174:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:176:15: style: The function 'checkOutEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:176:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:178:22: style: The function 'repoUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:66:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:178:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:180:15: style: The function 'repoUpdateEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:180:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:182:22: style: The function 'lockingToggle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:70:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:182:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:184:15: style: The function 'lockingToggleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:72:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:184:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:186:15: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:186:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:188:15: style: The function 'isRevertWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:188:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:190:15: style: The function 'undoLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:82:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:190:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:192:15: style: The function 'undoLastEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:84:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:192:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:194:15: style: The function 'getLog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:89:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:194:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:196:28: style: The function 'versionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:91:28: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:196:28: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:200:15: style: The function 'toggleReadOnlyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:98:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:200:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:202:22: style: The function 'revisionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:100:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:202:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:204:15: style: The function 'prepareFileRevision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:102:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:204:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:206:15: style: The function 'prepareFileRevisionEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:104:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:206:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:209:15: style: The function 'scanMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:112:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:209:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:241:22: style: The function 'vcname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:42:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:241:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:243:15: style: The function 'registrer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:243:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:245:15: style: The function 'renameEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:46:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:245:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:247:22: style: The function 'rename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:48:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:247:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:249:15: style: The function 'copyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:50:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:249:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:251:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:52:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:251:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:254:2: style: The function 'checkIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:56:2: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:254:2: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:256:15: style: The function 'checkInEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:58:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:256:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:258:15: style: The function 'isCheckInWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:60:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:258:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:260:22: style: The function 'checkOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:260:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:262:15: style: The function 'checkOutEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:262:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:264:22: style: The function 'repoUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:66:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:264:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:266:15: style: The function 'repoUpdateEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:266:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:268:22: style: The function 'lockingToggle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:70:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:268:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:270:15: style: The function 'lockingToggleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:72:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:270:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:272:15: style: The function 'isRevertWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:272:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:274:15: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:274:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:276:15: style: The function 'undoLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:82:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:276:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:278:15: style: The function 'undoLastEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:84:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:278:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:280:15: style: The function 'getLog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:89:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:280:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:286:28: style: The function 'versionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:91:28: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:286:28: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:290:15: style: The function 'toggleReadOnlyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:98:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:290:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:292:22: style: The function 'revisionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:100:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:292:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:294:15: style: The function 'prepareFileRevision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:102:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:294:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:296:15: style: The function 'prepareFileRevisionEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:104:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:296:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:299:15: style: The function 'scanMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:112:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:299:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:382:22: style: The function 'vcname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:42:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:382:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:384:15: style: The function 'registrer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:384:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:386:15: style: The function 'renameEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:46:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:386:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:388:22: style: The function 'rename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:48:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:388:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:390:15: style: The function 'copyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:50:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:390:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:392:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:52:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:392:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:395:2: style: The function 'checkIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:56:2: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:395:2: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:397:15: style: The function 'checkInEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:58:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:397:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:399:15: style: The function 'isCheckInWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:60:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:399:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:401:22: style: The function 'checkOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:401:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:403:15: style: The function 'checkOutEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:403:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:405:22: style: The function 'repoUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:66:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:405:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:407:15: style: The function 'repoUpdateEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:407:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:409:22: style: The function 'lockingToggle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:70:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:409:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:411:15: style: The function 'lockingToggleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:72:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:411:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:413:15: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:413:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:415:15: style: The function 'isRevertWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:415:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:417:15: style: The function 'undoLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:82:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:417:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:419:15: style: The function 'undoLastEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:84:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:419:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:421:15: style: The function 'getLog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:89:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:421:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:423:28: style: The function 'versionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:91:28: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:423:28: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:427:15: style: The function 'toggleReadOnlyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:98:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:427:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:429:22: style: The function 'revisionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:100:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:429:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:431:15: style: The function 'prepareFileRevision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:102:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:431:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:433:15: style: The function 'prepareFileRevisionEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:104:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:433:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:436:15: style: The function 'scanMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:112:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:436:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:492:22: style: The function 'vcname' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:42:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:492:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:494:15: style: The function 'registrer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:44:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:494:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:496:15: style: The function 'renameEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:46:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:496:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:498:22: style: The function 'rename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:48:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:498:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:500:15: style: The function 'copyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:50:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:500:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:502:22: style: The function 'copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:52:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:502:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:505:2: style: The function 'checkIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:56:2: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:505:2: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:507:15: style: The function 'checkInEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:58:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:507:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:509:15: style: The function 'isCheckInWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:60:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:509:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:511:22: style: The function 'checkOut' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:511:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:513:15: style: The function 'checkOutEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:513:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:515:22: style: The function 'repoUpdate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:66:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:515:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:517:15: style: The function 'repoUpdateEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:517:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:519:22: style: The function 'lockingToggle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:70:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:519:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:521:15: style: The function 'lockingToggleEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:72:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:521:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:523:15: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:523:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:525:15: style: The function 'isRevertWithConfirmation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:525:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:527:15: style: The function 'undoLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:82:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:527:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:529:15: style: The function 'undoLastEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:84:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:529:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:531:15: style: The function 'getLog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:89:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:531:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:533:28: style: The function 'versionString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:91:28: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:533:28: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:537:15: style: The function 'toggleReadOnlyEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:98:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:537:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:539:22: style: The function 'revisionInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:100:22: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:539:22: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:541:15: style: The function 'prepareFileRevision' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:102:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:541:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:543:15: style: The function 'prepareFileRevisionEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:104:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:543:15: note: Function in derived class
lyx-2.3.0/src/VCBackend.h:546:15: style: The function 'scanMaster' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/VCBackend.h:112:15: note: Virtual function in base class
lyx-2.3.0/src/VCBackend.h:546:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderButton.h:28:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:33:23: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderButton.h:28:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderButton.h:31:15: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:37:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderButton.h:31:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderButton.h:33:15: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:39:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderButton.h:33:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderButton.h:44:25: style: The function 'asButton' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:49:25: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderButton.h:44:25: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:46:17: style: The function 'asInsetCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:157:25: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:46:17: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:48:23: style: The function 'asInsetCommand' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:159:31: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:48:23: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:69:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:71:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:73:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:75:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:77:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:79:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:79:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:81:15: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:207:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:81:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:83:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:83:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:85:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:85:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:88:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:88:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:90:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:92:7: style: The function 'setMouseHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:299:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:92:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:94:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:94:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:101:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:101:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCommand.h:103:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCommand.h:103:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:42:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:42:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:47:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:49:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:51:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:51:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:53:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:53:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:55:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:55:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:57:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:57:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:60:7: style: The function 'collectBibKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:536:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:62:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:64:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:64:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:66:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:66:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:94:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:94:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:97:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:97:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:99:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:99:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibtex.h:105:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibtex.h:105:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:48:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:56:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:58:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:60:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:62:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:64:15: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:207:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:64:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:66:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:68:7: style: The function 'canTrackChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:365:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:70:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:72:14: style: The function 'asInsetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:145:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:72:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:74:20: style: The function 'asInsetText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:147:28: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:74:20: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:79:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:79:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:81:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:81:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:84:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:84:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:86:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:86:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:99:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:99:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:105:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:105:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:108:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:108:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:118:9: style: The function 'getText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:500:17: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:118:9: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:122:15: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:128:7: style: The function 'setChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:586:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:128:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:130:7: style: The function 'acceptChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:588:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:130:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:132:7: style: The function 'rejectChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:590:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:132:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:138:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:138:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:141:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:141:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:143:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:143:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:146:9: style: The function 'nargs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:276:17: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:146:9: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:152:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:152:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:154:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:154:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:167:15: style: The function 'forceLocalFontSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:420:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:167:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:171:15: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:175:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:175:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:177:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:177:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:179:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:179:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:182:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:182:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:184:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:184:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:187:7: style: The function 'completionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:373:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:187:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:189:7: style: The function 'inlineCompletionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:377:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:189:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:191:7: style: The function 'automaticInlineCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:380:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:191:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:193:7: style: The function 'automaticPopupCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:382:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:193:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:195:7: style: The function 'showCompletionCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:384:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:195:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:197:25: style: The function 'createCompletionList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:388:33: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:197:25: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:199:12: style: The function 'completionPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:392:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:199:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:201:7: style: The function 'insertCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:397:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:201:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:203:7: style: The function 'completionPosAndDim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:401:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:203:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:217:14: style: The function 'contextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:439:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:217:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:219:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:219:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:221:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:221:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetText.h:224:7: style: The function 'confirmDeletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:601:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetText.h:224:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:42:21: style: The function 'asInsetCollapsible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:149:29: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:42:21: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:44:27: style: The function 'asInsetCollapsible' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:151:35: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:44:27: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:46:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:46:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:48:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:48:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:50:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:50:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:52:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:52:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:54:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:56:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:58:15: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:58:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:61:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:66:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:68:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:72:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:74:7: style: The function 'descendable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:356:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:134:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:134:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:136:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:136:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:138:7: style: The function 'setMouseHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:299:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:138:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:140:12: style: The function 'backgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:593:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:140:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:143:12: style: The function 'labelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:595:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:143:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:145:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:145:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:148:15: style: The function 'usePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:408:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:148:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:150:14: style: The function 'contextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:439:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:150:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:152:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:152:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:154:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:154:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:159:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:159:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:161:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:161:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCollapsible.h:164:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCollapsible.h:164:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:64:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:64:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:66:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:68:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:70:18: style: The function 'buttonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:82:26: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:70:18: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:72:12: style: The function 'backgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:593:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:72:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:74:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:76:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:76:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:79:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:81:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:81:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:83:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:83:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:85:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:87:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:89:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:89:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:91:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:91:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:105:7: style: The function 'producesOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:427:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:105:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:107:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:107:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:109:7: style: The function 'isMacroScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:156:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:109:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:111:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:111:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:113:7: style: The function 'usePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:148:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:113:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:115:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:115:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:117:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:117:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.h:119:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBranch.h:119:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:73:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:78:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:78:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:80:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:80:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:82:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:82:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:84:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:84:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:86:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:86:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:88:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:88:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:90:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:90:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:95:7: style: The function 'collectBibKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:536:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:95:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:97:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:97:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:99:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:99:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:101:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:101:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:104:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:104:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:106:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:106:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:108:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:108:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:110:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:110:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:112:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:112:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:115:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:115:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:117:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:117:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:148:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:148:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:150:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:150:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:152:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:152:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.h:161:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInclude.h:161:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:57:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:57:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:59:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:59:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:61:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:71:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:71:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:73:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:109:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:109:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:111:15: style: The function 'contentAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:477:23: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:111:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:113:15: style: The function 'usePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:408:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:113:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:115:15: style: The function 'forcePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:161:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:115:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:117:15: style: The function 'allowParagraphCustomization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:164:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:117:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:119:15: style: The function 'forceLocalFontSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:167:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:119:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:121:7: style: The function 'hasFixedWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:417:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:121:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:127:7: style: The function 'allowMultiPar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:158:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:127:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:857:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:857:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:864:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:864:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:866:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:866:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:868:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:868:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:870:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:870:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:872:7: style: The function 'drawSelection' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:204:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:872:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:874:7: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:207:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:874:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:876:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:876:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:878:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:878:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:880:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:880:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:882:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:882:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:884:7: style: The function 'canTrackChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:365:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:884:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:886:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:886:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:890:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:890:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:892:7: style: The function 'allowsCaptionVariation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:360:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:892:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:894:7: style: The function 'isTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:362:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:894:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:896:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:896:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:898:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:898:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:900:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:900:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:903:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:903:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:905:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:905:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:907:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:907:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:909:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:909:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:911:14: style: The function 'contextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:439:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:911:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:913:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:913:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:915:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:915:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:923:9: style: The function 'nargs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:276:17: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:923:9: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:929:9: style: The function 'getText' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:500:17: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:929:9: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:932:7: style: The function 'setChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:586:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:932:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:934:7: style: The function 'acceptChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:588:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:934:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:936:7: style: The function 'rejectChanges' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:590:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:936:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:945:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:945:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:949:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:949:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:955:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:955:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:957:7: style: The function 'descendable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:356:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:957:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:959:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:959:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:961:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:961:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:965:7: style: The function 'completionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:373:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:965:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:967:7: style: The function 'inlineCompletionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:377:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:967:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:969:7: style: The function 'automaticInlineCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:380:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:969:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:971:7: style: The function 'automaticPopupCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:382:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:971:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:973:7: style: The function 'showCompletionCursor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:384:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:973:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:975:25: style: The function 'createCompletionList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:388:33: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:975:25: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:977:12: style: The function 'completionPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:392:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:977:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:979:7: style: The function 'insertCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:397:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:979:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:981:7: style: The function 'completionPosAndDim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:401:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:981:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:983:15: style: The function 'usePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:408:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:983:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:985:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:985:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:989:17: style: The function 'asInsetTabular' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:153:25: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:989:17: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:991:23: style: The function 'asInsetTabular' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:155:31: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:991:23: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:1011:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:1011:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:1016:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:1016:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:1018:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:1018:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetTabular.h:1025:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTabular.h:1025:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:106:14: style: The function 'asInsetMath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:139:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:106:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:108:20: style: The function 'asInsetMath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:141:28: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:108:20: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:110:7: style: The function 'inMathed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:110:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:115:20: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:552:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:228:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:228:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:231:15: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:483:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:231:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:241:15: style: The function 'allowedIn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:558:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:241:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:246:7: style: The function 'isInToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:242:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:246:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMath.h:248:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMath.h:248:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:34:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:39:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:41:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:43:18: style: The function 'asNestInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:158:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:43:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:45:24: style: The function 'asNestInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:159:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:45:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:47:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:50:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:53:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:53:10: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:56:7: style: The function 'idxBackward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:247:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:56:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:58:7: style: The function 'idxForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:249:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:58:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:61:7: style: The function 'idxNext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:252:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:61:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:63:7: style: The function 'idxPrev' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:254:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:63:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:66:7: style: The function 'idxFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:257:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:66:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:68:7: style: The function 'idxLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:259:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:68:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:73:7: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:73:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:75:7: style: The function 'lock' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:75:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:77:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:77:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:82:13: style: The function 'cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:129:21: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:82:13: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:83:19: style: The function 'cell' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:131:27: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:83:19: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:87:7: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:348:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:87:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:89:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:89:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:92:7: style: The function 'replace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:196:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:92:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:94:7: style: The function 'contains' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:198:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:94:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:99:7: style: The function 'dump' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:231:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:99:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:102:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:102:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:104:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:104:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:106:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:106:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:108:7: style: The function 'setMouseHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:299:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:108:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:110:7: style: The function 'mouseHovered' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:306:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:110:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:114:7: style: The function 'completionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:373:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:114:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:116:7: style: The function 'inlineCompletionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:377:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:116:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:118:7: style: The function 'automaticInlineCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:380:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:118:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:120:7: style: The function 'automaticPopupCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:382:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:120:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:122:25: style: The function 'createCompletionList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:388:33: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:122:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:124:12: style: The function 'completionPrefix' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:392:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:124:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:126:7: style: The function 'insertCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:397:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:126:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:128:7: style: The function 'completionPosAndDim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:401:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:128:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:130:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:130:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:133:7: style: The function 'confirmDeletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:601:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:133:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.h:144:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNest.h:144:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:103:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:103:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:105:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:105:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:107:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:107:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:109:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:109:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:111:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:111:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:113:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:113:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:143:18: style: The function 'asGridInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:149:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:143:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:145:24: style: The function 'asGridInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:150:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:145:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:147:7: style: The function 'isTable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:362:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:147:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:160:7: style: The function 'idxUpDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:245:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:160:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:162:7: style: The function 'idxBackward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:247:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:162:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:164:7: style: The function 'idxForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:249:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:164:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:166:7: style: The function 'idxFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:257:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:166:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:168:7: style: The function 'idxLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:259:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:168:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:201:15: style: The function 'interpretString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:170:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:201:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:217:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:217:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:223:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:223:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:227:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:227:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:229:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:229:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:233:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:233:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:239:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:239:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:241:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:241:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:288:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:288:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.h:294:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathGrid.h:294:10: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:50:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:52:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:52:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:54:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:54:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:59:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:59:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:61:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:61:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:63:7: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:207:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:63:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:65:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:65:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:67:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:67:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:69:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:69:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:77:12: style: The function 'backgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:593:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:77:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:85:7: style: The function 'numberedType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:234:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:85:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:91:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:91:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:93:24: style: The function 'asHullInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:152:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:93:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:95:18: style: The function 'asHullInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:151:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:95:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:98:7: style: The function 'addRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:175:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:98:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:100:7: style: The function 'delRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:177:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:100:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:102:7: style: The function 'swapRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:181:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:102:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:104:7: style: The function 'addCol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:183:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:104:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:106:7: style: The function 'delCol' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:185:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:106:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:109:11: style: The function 'getType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:236:19: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:109:11: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:113:7: style: The function 'mutate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:238:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:113:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:116:6: style: The function 'defaultColSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:195:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:116:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:118:6: style: The function 'displayColSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:266:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:118:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:120:7: style: The function 'defaultColAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:120:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:122:7: style: The function 'displayColAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:263:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:122:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:124:7: style: The function 'idxFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:257:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:124:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:126:7: style: The function 'idxLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:259:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:126:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:129:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:129:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:131:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:131:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:133:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:133:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:136:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:136:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:142:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:142:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:146:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:146:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:149:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:149:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:151:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:151:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:153:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:153:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:155:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:155:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:159:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:159:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:161:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:161:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:164:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:164:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:168:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:168:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:176:7: style: The function 'initUnicodeMath' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:518:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:176:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:182:15: style: The function 'forceLTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:240:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:182:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:187:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:187:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:189:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:189:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:191:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:191:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:193:7: style: The function 'confirmDeletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:601:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:193:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:198:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:198:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:201:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:201:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:204:6: style: The function 'leftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:250:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:204:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:206:6: style: The function 'rightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:252:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:206:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:208:6: style: The function 'border' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:212:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:208:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:210:12: style: The function 'eolString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:255:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:210:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:214:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:214:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:264:15: style: The function 'drawMarkers' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:264:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:291:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:291:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:293:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:293:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:296:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:296:10: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:298:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:298:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathHull.h:300:6: style: The function 'indent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:475:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathHull.h:300:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:40:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:42:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:44:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:46:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:48:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:50:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:55:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:55:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:57:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:57:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:59:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:59:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:62:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:62:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:87:15: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:87:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:93:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:93:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:95:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:95:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:97:27: style: The function 'asMacroTemplate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:155:41: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:97:27: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:99:33: style: The function 'asMacroTemplate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:156:41: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:99:33: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:101:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:101:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:103:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:103:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:105:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:105:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:107:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:107:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:111:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:111:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:113:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:113:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:121:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:121:18: note: Function in derived class
lyx-2.3.0/src/support/ForkedCalls.h:160:41: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/ForkedCalls.h:45:41: note: Virtual function in base class
lyx-2.3.0/src/support/ForkedCalls.h:160:41: note: Function in derived class
lyx-2.3.0/src/support/ForkedCalls.h:184:14: style: The function 'generateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/ForkedCalls.h:131:14: note: Virtual function in base class
lyx-2.3.0/src/support/ForkedCalls.h:184:14: note: Function in derived class
lyx-2.3.0/src/Buffer.cpp:4051:14: style: The function 'generateChild' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/ForkedCalls.h:131:14: note: Virtual function in base class
lyx-2.3.0/src/Buffer.cpp:4051:14: note: Function in derived class
lyx-2.3.0/src/BufferList.cpp:91:35: style: Function 'release' argument 1 names different: declaration 'b' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferList.h:64:24: note: Function 'release' argument 1 names different: declaration 'b' definition 'buf'.
lyx-2.3.0/src/BufferList.cpp:91:35: note: Function 'release' argument 1 names different: declaration 'b' definition 'buf'.
lyx-2.3.0/src/BufferList.cpp:310:58: style: Function 'getBuffer' argument 1 names different: declaration 'name' definition 'fname'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferList.h:98:47: note: Function 'getBuffer' argument 1 names different: declaration 'name' definition 'fname'.
lyx-2.3.0/src/BufferList.cpp:310:58: note: Function 'getBuffer' argument 1 names different: declaration 'name' definition 'fname'.
lyx-2.3.0/src/BufferList.cpp:334:54: style: Function 'getBufferFromTmp' argument 1 names different: declaration 'path' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferList.h:104:48: note: Function 'getBufferFromTmp' argument 1 names different: declaration 'path' definition 's'.
lyx-2.3.0/src/BufferList.cpp:334:54: note: Function 'getBufferFromTmp' argument 1 names different: declaration 'path' definition 's'.
lyx-2.3.0/src/LaTeXFonts.h:31:20: style: Technically the member function 'lyx::LaTeXFont::name' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:33:20: style: Technically the member function 'lyx::LaTeXFont::guiname' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:35:20: style: Technically the member function 'lyx::LaTeXFont::family' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:37:20: style: Technically the member function 'lyx::LaTeXFont::package' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:41:20: style: Technically the member function 'lyx::LaTeXFont::completefont' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:43:20: style: Technically the member function 'lyx::LaTeXFont::ot1font' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:45:20: style: Technically the member function 'lyx::LaTeXFont::osffont' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:47:20: style: Technically the member function 'lyx::LaTeXFont::packageoption' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:49:20: style: Technically the member function 'lyx::LaTeXFont::osfoption' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:51:20: style: Technically the member function 'lyx::LaTeXFont::scoption' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:53:20: style: Technically the member function 'lyx::LaTeXFont::osfscoption' can be const. [functionConst]
lyx-2.3.0/src/LaTeXFonts.h:55:20: style: Technically the member function 'lyx::LaTeXFont::scaleoption' can be const. [functionConst]
lyx-2.3.0/src/insets/InsetCollapsible.h:48:12: performance: Technically the member function 'lyx::InsetCollapsible::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetListingsParams.h:74:7: performance: Technically the member function 'lyx::InsetListingsParams::setMinted' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetListingsParams.h:80:7: performance: Technically the member function 'lyx::InsetListingsParams::minted' can be static. [functionStatic]
lyx-2.3.0/src/support/Messages.h:27:2: style: Class 'Messages' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetCaptionable.h:45:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaptionable.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaptionable.h:48:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaptionable.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaptionable.h:50:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaptionable.h:50:7: note: Function in derived class
lyx-2.3.0/src/BufferView.cpp:317:33: style: Function 'BufferView' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:92:31: note: Function 'BufferView' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/BufferView.cpp:317:33: note: Function 'BufferView' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/BufferView.cpp:616:42: style: Function 'scrollDocView' argument 1 names different: declaration 'pixels' definition 'value'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:206:25: note: Function 'scrollDocView' argument 1 names different: declaration 'pixels' definition 'value'.
lyx-2.3.0/src/BufferView.cpp:616:42: note: Function 'scrollDocView' argument 1 names different: declaration 'pixels' definition 'value'.
lyx-2.3.0/src/BufferView.cpp:2194:57: style: Function 'mouseEventDispatch' argument 1 names different: declaration 'ev' definition 'cmd0'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:248:46: note: Function 'mouseEventDispatch' argument 1 names different: declaration 'ev' definition 'cmd0'.
lyx-2.3.0/src/BufferView.cpp:2194:57: note: Function 'mouseEventDispatch' argument 1 names different: declaration 'ev' definition 'cmd0'.
lyx-2.3.0/src/BufferView.cpp:2285:28: style: Function 'scroll' argument 1 names different: declaration 'pixels' definition 'y'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:204:17: note: Function 'scroll' argument 1 names different: declaration 'pixels' definition 'y'.
lyx-2.3.0/src/BufferView.cpp:2285:28: note: Function 'scroll' argument 1 names different: declaration 'pixels' definition 'y'.
lyx-2.3.0/src/BufferView.cpp:2295:32: style: Function 'scrollDown' argument 1 names different: declaration 'pixels' definition 'offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:200:21: note: Function 'scrollDown' argument 1 names different: declaration 'pixels' definition 'offset'.
lyx-2.3.0/src/BufferView.cpp:2295:32: note: Function 'scrollDown' argument 1 names different: declaration 'pixels' definition 'offset'.
lyx-2.3.0/src/BufferView.cpp:2320:30: style: Function 'scrollUp' argument 1 names different: declaration 'pixels' definition 'offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/BufferView.h:202:19: note: Function 'scrollUp' argument 1 names different: declaration 'pixels' definition 'offset'.
lyx-2.3.0/src/BufferView.cpp:2320:30: note: Function 'scrollUp' argument 1 names different: declaration 'pixels' definition 'offset'.
lyx-2.3.0/src/BufferView.h:374:6: performance: Technically the member function 'lyx::BufferView::minVisiblePart' can be static. [functionStatic]
lyx-2.3.0/src/BufferView.cpp:2279:17: note: Technically the member function 'lyx::BufferView::minVisiblePart' can be static.
lyx-2.3.0/src/BufferView.h:374:6: note: Technically the member function 'lyx::BufferView::minVisiblePart' can be static.
lyx-2.3.0/src/Row.h:142:7: style: Technically the member function 'lyx::Row::setChanged' can be const. [functionConst]
lyx-2.3.0/src/insets/ExternalTransforms.h:117:2: style: Class 'RotationDataType' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:152:2: style: Class 'ResizeCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:168:2: style: Class 'ResizeLatexCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:178:2: style: Class 'RotationCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:194:2: style: Class 'RotationLatexCommand' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:224:2: style: Class 'ClipOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:238:2: style: Class 'ClipLatexOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:250:2: style: Class 'ExtraOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:263:2: style: Class 'ResizeOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:277:2: style: Class 'ResizeLatexOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:286:2: style: Class 'RotationOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.h:300:2: style: Class 'RotationLatexOption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetExternal.h:97:2: style: Class 'InsetExternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetGraphics.h:37:2: style: Class 'InsetGraphics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/BufferView.cpp:230:2: style: Struct 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Dimension.h:18:1: warning: The class 'Dimension' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lyx-2.3.0/src/Trans.h:241:26: style: The function 'normalkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:195:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:241:26: note: Function in derived class
lyx-2.3.0/src/Trans.h:243:15: style: The function 'backspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:197:15: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:243:15: note: Function in derived class
lyx-2.3.0/src/Trans.h:245:26: style: The function 'deadkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:199:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:245:26: note: Function in derived class
lyx-2.3.0/src/Trans.h:255:26: style: The function 'normalkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:195:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:255:26: note: Function in derived class
lyx-2.3.0/src/Trans.h:257:15: style: The function 'backspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:197:15: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:257:15: note: Function in derived class
lyx-2.3.0/src/Trans.h:262:26: style: The function 'deadkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:199:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:262:26: note: Function in derived class
lyx-2.3.0/src/Trans.h:272:26: style: The function 'normalkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:195:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:272:26: note: Function in derived class
lyx-2.3.0/src/Trans.h:274:15: style: The function 'backspace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:197:15: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:274:15: note: Function in derived class
lyx-2.3.0/src/Trans.h:283:26: style: The function 'deadkey' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Trans.h:199:26: note: Virtual function in base class
lyx-2.3.0/src/Trans.h:283:26: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:42:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:42:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:44:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:44:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:46:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:46:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:48:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:50:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:50:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:52:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:52:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:54:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:56:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:56:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:59:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:59:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:61:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:61:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:63:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:65:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:65:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:67:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:67:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:69:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:72:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:72:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:101:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:101:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetCitation.h:107:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCitation.h:107:12: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:155:28: style: The function 'front_placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:141:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:155:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:157:28: style: The function 'back_placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:142:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:157:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:170:28: style: The function 'front_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:144:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:170:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:171:28: style: The function 'back_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:145:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:171:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:181:28: style: The function 'front_placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:141:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:181:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:183:28: style: The function 'back_placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:142:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:183:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:196:28: style: The function 'front_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:144:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:196:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:197:28: style: The function 'back_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:145:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:197:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:227:28: style: The function 'placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:216:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:227:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:240:28: style: The function 'option_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:217:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:240:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:252:28: style: The function 'placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:216:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:252:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:254:28: style: The function 'option_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:217:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:254:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:266:28: style: The function 'placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:216:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:266:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:279:28: style: The function 'option_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:217:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:279:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:289:28: style: The function 'placeholder_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:216:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:289:28: note: Function in derived class
lyx-2.3.0/src/insets/ExternalTransforms.h:302:28: style: The function 'option_impl' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/ExternalTransforms.h:217:28: note: Virtual function in base class
lyx-2.3.0/src/insets/ExternalTransforms.h:302:28: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:113:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:113:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:115:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:115:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:117:7: style: The function 'setMouseHover' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:299:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:117:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:119:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:119:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:121:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:121:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:127:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:127:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:129:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:129:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:131:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:131:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:133:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:133:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:135:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:135:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:137:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:137:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:139:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:139:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:142:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:142:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:145:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:145:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:147:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:147:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:149:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:149:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:151:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:151:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:153:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:153:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:155:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:155:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.h:157:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetExternal.h:157:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:56:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:58:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:65:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:65:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:66:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:68:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:70:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:72:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:77:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:79:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:82:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:82:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:84:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:84:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:88:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:88:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:90:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:90:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:92:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:92:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:96:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:96:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:98:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:98:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:102:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:102:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:104:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:104:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:107:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:107:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:109:7: style: The function 'forceLTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:240:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:109:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:111:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:111:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:113:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:113:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphics.h:136:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetGraphics.h:136:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:61:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:61:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:63:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:63:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:65:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:65:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:69:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:71:7: style: The function 'producesOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:427:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:74:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:76:11: style: The function 'getFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:117:19: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:76:11: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:78:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:78:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:80:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:80:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:82:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:82:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:84:7: style: The function 'isMacroScope' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:156:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:84:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:86:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:88:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:88:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:91:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:91:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:93:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:93:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:95:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:95:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:97:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:97:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:99:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:99:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:101:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:101:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNote.h:105:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNote.h:105:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:43:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:43:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:45:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:45:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:50:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:50:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:52:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:52:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:54:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:54:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:56:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:58:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:58:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:61:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:61:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:63:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:63:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:65:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:65:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:67:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:67:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:69:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:71:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:73:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:76:7: style: The function 'forceLTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:240:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:76:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:97:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:97:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetRef.h:103:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetRef.h:103:12: note: Function in derived class
lyx-2.3.0/src/TocBackend.h:77:29: performance: Function parameter 'a' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/insets/InsetCitation.h:88:67: performance: Function parameter 'p' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/Bullet.h:52:7: performance: Technically the member function 'lyx::Bullet::testInvariant' can be static. [functionStatic]
lyx-2.3.0/src/Bullet.cpp:348:14: note: Technically the member function 'lyx::Bullet::testInvariant' can be static.
lyx-2.3.0/src/Bullet.h:52:7: note: Technically the member function 'lyx::Bullet::testInvariant' can be static.
lyx-2.3.0/src/Bullet.h:22:1: warning: The class 'Bullet' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lyx-2.3.0/src/Changes.cpp:411:13: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lyx-2.3.0/src/Changes.h:137:7: style: Technically the member function 'lyx::Changes::checkAuthors' can be const. [functionConst]
lyx-2.3.0/src/Changes.cpp:472:15: note: Technically the member function 'lyx::Changes::checkAuthors' can be const.
lyx-2.3.0/src/Changes.h:137:7: note: Technically the member function 'lyx::Changes::checkAuthors' can be const.
lyx-2.3.0/src/Chktex.cpp:30:31: style: Function 'Chktex' argument 1 names different: declaration 'cmd' definition 'chktex'. [funcArgNamesDifferent]
lyx-2.3.0/src/Chktex.h:31:29: note: Function 'Chktex' argument 1 names different: declaration 'cmd' definition 'chktex'.
lyx-2.3.0/src/Chktex.cpp:30:31: note: Function 'Chktex' argument 1 names different: declaration 'cmd' definition 'chktex'.
lyx-2.3.0/src/Chktex.cpp:30:54: style: Function 'Chktex' argument 2 names different: declaration 'file' definition 'f'. [funcArgNamesDifferent]
lyx-2.3.0/src/Chktex.h:31:54: note: Function 'Chktex' argument 2 names different: declaration 'file' definition 'f'.
lyx-2.3.0/src/Chktex.cpp:30:54: note: Function 'Chktex' argument 2 names different: declaration 'file' definition 'f'.
lyx-2.3.0/src/Chktex.cpp:30:72: style: Function 'Chktex' argument 3 names different: declaration 'path' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/Chktex.h:32:29: note: Function 'Chktex' argument 3 names different: declaration 'path' definition 'p'.
lyx-2.3.0/src/Chktex.cpp:30:72: note: Function 'Chktex' argument 3 names different: declaration 'path' definition 'p'.
lyx-2.3.0/src/CiteEnginesList.cpp:40:45: style: Function 'LyXCiteEngine' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:52:36: note: Function 'LyXCiteEngine' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/CiteEnginesList.cpp:40:45: note: Function 'LyXCiteEngine' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/CiteEnginesList.cpp:40:63: style: Function 'LyXCiteEngine' argument 2 names different: declaration 'id' definition 'i'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:52:62: note: Function 'LyXCiteEngine' argument 2 names different: declaration 'id' definition 'i'.
lyx-2.3.0/src/CiteEnginesList.cpp:40:63: note: Function 'LyXCiteEngine' argument 2 names different: declaration 'id' definition 'i'.
lyx-2.3.0/src/CiteEnginesList.cpp:41:32: style: Function 'LyXCiteEngine' argument 3 names different: declaration 'enginetypes' definition 'cet'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:53:42: note: Function 'LyXCiteEngine' argument 3 names different: declaration 'enginetypes' definition 'cet'.
lyx-2.3.0/src/CiteEnginesList.cpp:41:32: note: Function 'LyXCiteEngine' argument 3 names different: declaration 'enginetypes' definition 'cet'.
lyx-2.3.0/src/CiteEnginesList.cpp:42:32: style: Function 'LyXCiteEngine' argument 5 names different: declaration 'defaultbiblios' definition 'dbs'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:55:42: note: Function 'LyXCiteEngine' argument 5 names different: declaration 'defaultbiblios' definition 'dbs'.
lyx-2.3.0/src/CiteEnginesList.cpp:42:32: note: Function 'LyXCiteEngine' argument 5 names different: declaration 'defaultbiblios' definition 'dbs'.
lyx-2.3.0/src/CiteEnginesList.cpp:43:24: style: Function 'LyXCiteEngine' argument 6 names different: declaration 'description' definition 'd'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:56:29: note: Function 'LyXCiteEngine' argument 6 names different: declaration 'description' definition 'd'.
lyx-2.3.0/src/CiteEnginesList.cpp:43:24: note: Function 'LyXCiteEngine' argument 6 names different: declaration 'description' definition 'd'.
lyx-2.3.0/src/CiteEnginesList.cpp:43:50: style: Function 'LyXCiteEngine' argument 7 names different: declaration 'packagelist' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/CiteEnginesList.h:57:42: note: Function 'LyXCiteEngine' argument 7 names different: declaration 'packagelist' definition 'p'.
lyx-2.3.0/src/CiteEnginesList.cpp:43:50: note: Function 'LyXCiteEngine' argument 7 names different: declaration 'packagelist' definition 'p'.
lyx-2.3.0/src/CiteEnginesList.h:124:14: performance: Technically the member function 'lyx::CiteEnginesList::getTypeAsString' can be static. [functionStatic]
lyx-2.3.0/src/CiteEnginesList.cpp:154:25: note: Technically the member function 'lyx::CiteEnginesList::getTypeAsString' can be static.
lyx-2.3.0/src/CiteEnginesList.h:124:14: note: Technically the member function 'lyx::CiteEnginesList::getTypeAsString' can be static.
lyx-2.3.0/src/CiteEnginesList.h:126:17: performance: Technically the member function 'lyx::CiteEnginesList::getType' can be static. [functionStatic]
lyx-2.3.0/src/CiteEnginesList.cpp:160:33: note: Technically the member function 'lyx::CiteEnginesList::getType' can be static.
lyx-2.3.0/src/CiteEnginesList.h:126:17: note: Technically the member function 'lyx::CiteEnginesList::getType' can be static.
lyx-2.3.0/src/Compare.cpp:623:30: style: The scope of the variable 'ns_r' can be reduced. [variableScope]
lyx-2.3.0/src/Compare.cpp:882:61: style: Function 'writeToDestBuffer' argument 1 names different: declaration 'copy_pars' definition 'pars'. [funcArgNamesDifferent]
lyx-2.3.0/src/Compare.cpp:309:47: note: Function 'writeToDestBuffer' argument 1 names different: declaration 'copy_pars' definition 'pars'.
lyx-2.3.0/src/Compare.cpp:882:61: note: Function 'writeToDestBuffer' argument 1 names different: declaration 'copy_pars' definition 'pars'.
lyx-2.3.0/src/Compare.cpp:110:7: style: Technically the member function 'lyx::DocPair::operator!=' can be const. [functionConst]
lyx-2.3.0/src/Compare.cpp:275:14: style: Technically the member function 'lyx::Impl::retrieveMiddleSnake' can be const. [functionConst]
lyx-2.3.0/src/Compare.cpp:617:43: note: Technically the member function 'lyx::Impl::retrieveMiddleSnake' can be const.
lyx-2.3.0/src/Compare.cpp:275:14: note: Technically the member function 'lyx::Impl::retrieveMiddleSnake' can be const.
lyx-2.3.0/src/Compare.cpp:281:7: style: Technically the member function 'lyx::Impl::furthestDpathKdiagonal' can be const. [functionConst]
lyx-2.3.0/src/Compare.cpp:550:21: note: Technically the member function 'lyx::Impl::furthestDpathKdiagonal' can be const.
lyx-2.3.0/src/Compare.cpp:281:7: note: Technically the member function 'lyx::Impl::furthestDpathKdiagonal' can be const.
lyx-2.3.0/src/Compare.cpp:285:7: style: Technically the member function 'lyx::Impl::overlap' can be const. [functionConst]
lyx-2.3.0/src/Compare.cpp:600:21: note: Technically the member function 'lyx::Impl::overlap' can be const.
lyx-2.3.0/src/Compare.cpp:285:7: note: Technically the member function 'lyx::Impl::overlap' can be const.
lyx-2.3.0/src/Compare.cpp:305:7: style: Technically the member function 'lyx::Impl::writeToDestBuffer' can be const. [functionConst]
lyx-2.3.0/src/Compare.cpp:860:21: note: Technically the member function 'lyx::Impl::writeToDestBuffer' can be const.
lyx-2.3.0/src/Compare.cpp:305:7: note: Technically the member function 'lyx::Impl::writeToDestBuffer' can be const.
lyx-2.3.0/src/Compare.cpp:67:2: style: Class 'DocRange' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Compare.cpp:233:2: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Compare.cpp:106:22: performance: Function parameter 'o_' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/Compare.cpp:106:38: performance: Function parameter 'n_' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/Converter.h:152:27: performance: Technically the member function 'lyx::Converters::loaders' can be static. [functionStatic]
lyx-2.3.0/src/Converter.cpp:954:28: note: Technically the member function 'lyx::Converters::loaders' can be static.
lyx-2.3.0/src/Converter.h:152:27: note: Technically the member function 'lyx::Converters::loaders' can be static.
lyx-2.3.0/src/Converter.h:153:27: performance: Technically the member function 'lyx::Converters::savers' can be static. [functionStatic]
lyx-2.3.0/src/Converter.cpp:964:28: note: Technically the member function 'lyx::Converters::savers' can be static.
lyx-2.3.0/src/Converter.h:153:27: note: Technically the member function 'lyx::Converters::savers' can be static.
lyx-2.3.0/src/Converter.h:160:23: style: Technically the member function 'lyx::Converters::getFlavor' can be const. [functionConst]
lyx-2.3.0/src/Converter.cpp:260:34: note: Technically the member function 'lyx::Converters::getFlavor' can be const.
lyx-2.3.0/src/Converter.h:160:23: note: Technically the member function 'lyx::Converters::getFlavor' can be const.
lyx-2.3.0/src/Converter.h:208:2: performance: Technically the member function 'lyx::Converters::intToFormat' can be static. [functionStatic]
lyx-2.3.0/src/Converter.cpp:867:30: note: Technically the member function 'lyx::Converters::intToFormat' can be static.
lyx-2.3.0/src/Converter.h:208:2: note: Technically the member function 'lyx::Converters::intToFormat' can be static.
lyx-2.3.0/src/Mover.h:133:2: style: Class 'SpecialisedMover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Mover.h:141:2: style: The function 'do_copy' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Mover.h:91:2: note: Virtual function in base class
lyx-2.3.0/src/Mover.h:141:2: note: Function in derived class
lyx-2.3.0/src/Mover.h:145:2: style: The function 'do_rename' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/Mover.h:95:2: note: Virtual function in base class
lyx-2.3.0/src/Mover.h:145:2: note: Function in derived class
lyx-2.3.0/src/Counters.cpp:523:50: style: Function 'theCounter' argument 1 names different: declaration 'c' definition 'counter'. [funcArgNamesDifferent]
lyx-2.3.0/src/Counters.h:155:41: note: Function 'theCounter' argument 1 names different: declaration 'c' definition 'counter'.
lyx-2.3.0/src/Counters.cpp:523:50: note: Function 'theCounter' argument 1 names different: declaration 'c' definition 'counter'.
lyx-2.3.0/src/Counters.cpp:635:53: style: Function 'prettyCounter' argument 1 names different: declaration 'cntr' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/Counters.h:165:44: note: Function 'prettyCounter' argument 1 names different: declaration 'cntr' definition 'name'.
lyx-2.3.0/src/Counters.cpp:635:53: note: Function 'prettyCounter' argument 1 names different: declaration 'cntr' definition 'name'.
lyx-2.3.0/src/Cursor.cpp:197:44: style: Function 'setCursor' argument 1 names different: declaration 'it' definition 'cur'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:153:37: note: Function 'setCursor' argument 1 names different: declaration 'it' definition 'cur'.
lyx-2.3.0/src/Cursor.cpp:197:44: note: Function 'setCursor' argument 1 names different: declaration 'it' definition 'cur'.
lyx-2.3.0/src/Cursor.cpp:247:62: style: Function 'getStatus' argument 2 names different: declaration 'flag' definition 'status'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:132:55: note: Function 'getStatus' argument 2 names different: declaration 'flag' definition 'status'.
lyx-2.3.0/src/Cursor.cpp:247:62: note: Function 'getStatus' argument 2 names different: declaration 'flag' definition 'status'.
lyx-2.3.0/src/Cursor.cpp:291:43: style: Function 'dispatch' argument 1 names different: declaration 'cmd' definition 'cmd0'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:134:36: note: Function 'dispatch' argument 1 names different: declaration 'cmd' definition 'cmd0'.
lyx-2.3.0/src/Cursor.cpp:291:43: note: Function 'dispatch' argument 1 names different: declaration 'cmd' definition 'cmd0'.
lyx-2.3.0/src/Cursor.cpp:402:27: style: Function 'push' argument 1 names different: declaration 'inset' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:138:20: note: Function 'push' argument 1 names different: declaration 'inset' definition 'p'.
lyx-2.3.0/src/Cursor.cpp:402:27: note: Function 'push' argument 1 names different: declaration 'inset' definition 'p'.
lyx-2.3.0/src/Cursor.cpp:409:35: style: Function 'pushBackward' argument 1 names different: declaration 'inset' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:140:28: note: Function 'pushBackward' argument 1 names different: declaration 'inset' definition 'p'.
lyx-2.3.0/src/Cursor.cpp:409:35: note: Function 'pushBackward' argument 1 names different: declaration 'inset' definition 'p'.
lyx-2.3.0/src/Cursor.cpp:1082:29: style: Function 'selHandle' argument 1 names different: declaration 'selecting' definition 'sel'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:203:22: note: Function 'selHandle' argument 1 names different: declaration 'selecting' definition 'sel'.
lyx-2.3.0/src/Cursor.cpp:1082:29: note: Function 'selHandle' argument 1 names different: declaration 'selecting' definition 'sel'.
lyx-2.3.0/src/Cursor.cpp:1187:43: style: Function 'plainInsert' argument 1 names different: declaration 'at' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:494:36: note: Function 'plainInsert' argument 1 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1187:43: note: Function 'plainInsert' argument 1 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1241:42: style: Function 'niceInsert' argument 1 names different: declaration 'str' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:498:35: note: Function 'niceInsert' argument 1 names different: declaration 'str' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1241:42: note: Function 'niceInsert' argument 1 names different: declaration 'str' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1253:42: style: Function 'niceInsert' argument 1 names different: declaration 'at' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:496:35: note: Function 'niceInsert' argument 1 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1253:42: note: Function 'niceInsert' argument 1 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/Cursor.cpp:1507:42: style: Function 'handleNest' argument 1 names different: declaration 'at' definition 'a'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:517:35: note: Function 'handleNest' argument 1 names different: declaration 'at' definition 'a'.
lyx-2.3.0/src/Cursor.cpp:1507:42: note: Function 'handleNest' argument 1 names different: declaration 'at' definition 'a'.
lyx-2.3.0/src/Cursor.cpp:1507:49: style: Function 'handleNest' argument 2 names different: declaration 'cell' definition 'c'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:517:43: note: Function 'handleNest' argument 2 names different: declaration 'cell' definition 'c'.
lyx-2.3.0/src/Cursor.cpp:1507:49: note: Function 'handleNest' argument 2 names different: declaration 'cell' definition 'c'.
lyx-2.3.0/src/Cursor.cpp:2380:44: style: Function 'recordUndoInset' argument 1 names different: declaration 'inset' definition 'in'. [funcArgNamesDifferent]
lyx-2.3.0/src/Cursor.h:373:37: note: Function 'recordUndoInset' argument 1 names different: declaration 'inset' definition 'in'.
lyx-2.3.0/src/Cursor.cpp:2380:44: note: Function 'recordUndoInset' argument 1 names different: declaration 'inset' definition 'in'.
lyx-2.3.0/src/Cursor.cpp:973:24: style: Comparison of two functions returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfTwoFuncsReturningBoolError]
lyx-2.3.0/src/Cursor.cpp:990:24: style: Comparison of two functions returning boolean value using relational (<, >, <= or >=) operator. [comparisonOfTwoFuncsReturningBoolError]
lyx-2.3.0/src/Cursor.h:150:7: performance: Technically the member function 'lyx::Cursor::setCursorData' can be static. [functionStatic]
lyx-2.3.0/src/Cursor.cpp:241:14: note: Technically the member function 'lyx::Cursor::setCursorData' can be static.
lyx-2.3.0/src/Cursor.h:150:7: note: Technically the member function 'lyx::Cursor::setCursorData' can be static.
lyx-2.3.0/src/Cursor.h:153:7: performance: Technically the member function 'lyx::Cursor::setCursor' can be static. [functionStatic]
lyx-2.3.0/src/Cursor.cpp:197:14: note: Technically the member function 'lyx::Cursor::setCursor' can be static.
lyx-2.3.0/src/Cursor.h:153:7: note: Technically the member function 'lyx::Cursor::setCursor' can be static.
lyx-2.3.0/src/Cursor.h:304:6: style: Technically the member function 'lyx::Cursor::currentMode' can be const. [functionConst]
lyx-2.3.0/src/Cursor.cpp:441:13: note: Technically the member function 'lyx::Cursor::currentMode' can be const.
lyx-2.3.0/src/Cursor.h:304:6: note: Technically the member function 'lyx::Cursor::currentMode' can be const.
lyx-2.3.0/src/Cursor.h:525:7: performance: Technically the member function 'lyx::Cursor::touch' can be static. [functionStatic]
lyx-2.3.0/src/Cursor.cpp:1581:14: note: Technically the member function 'lyx::Cursor::touch' can be static.
lyx-2.3.0/src/Cursor.h:525:7: note: Technically the member function 'lyx::Cursor::touch' can be static.
lyx-2.3.0/src/insets/InsetTabular.h:985:12: performance: Technically the member function 'lyx::InsetTabular::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/mathed/InsetMathBrace.h:25:2: style: Class 'InsetMathBrace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathBrace.h:27:2: style: Class 'InsetMathBrace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:25:2: style: Class 'InsetMathEnsureMath' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathScript.h:28:2: style: Class 'InsetMathScript' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/MathStream.h:316:2: style: Class 'ETag' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathBrace.h:29:19: style: The function 'asBraceInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:138:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:29:19: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:31:25: style: The function 'asBraceInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:139:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:31:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:33:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:35:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:37:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:39:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:41:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:43:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:45:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:47:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:49:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:51:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:53:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:55:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:55:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.h:57:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBrace.h:57:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:27:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:27:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:29:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:29:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:31:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:31:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:33:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:35:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:39:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:41:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:43:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:45:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:47:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:47:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:49:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:49:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:34:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:34:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:36:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:36:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:38:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:40:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:42:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:44:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:47:7: style: The function 'idxBackward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:247:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:49:7: style: The function 'idxForward' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:249:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:51:7: style: The function 'idxUpDown' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:245:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:53:7: style: The function 'idxFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:257:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:55:7: style: The function 'idxLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:259:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:55:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:58:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:58:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:60:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:60:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:62:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:62:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:64:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:64:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:66:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:66:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:68:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:68:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:70:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:70:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:73:26: style: The function 'asScriptInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:161:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:73:26: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:75:20: style: The function 'asScriptInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:160:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:75:20: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:106:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:106:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:108:7: style: The function 'infoize2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:317:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:108:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:110:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:110:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:112:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:112:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:114:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:114:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:116:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:116:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:119:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:119:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.h:146:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathScript.h:146:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:36:27: style: The function 'asMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:153:41: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:36:27: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:38:33: style: The function 'asMacro' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:154:41: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:38:33: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:40:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:40:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:43:7: style: The function 'addToMathRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:175:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:45:7: style: The function 'beforeMetrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:177:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:47:7: style: The function 'afterMetrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:179:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:49:7: style: The function 'beforeDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:181:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:51:7: style: The function 'afterDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:183:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:54:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:54:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:58:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:58:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:60:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:60:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:62:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:62:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:65:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:65:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:67:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:67:10: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:70:7: style: The function 'idxFirst' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:257:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:70:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:72:7: style: The function 'idxLast' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:259:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:72:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:75:15: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:75:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:83:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:83:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:85:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:85:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:88:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:88:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:90:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:90:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:92:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:92:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:94:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:94:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:96:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:96:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:98:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:98:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:100:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:100:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:102:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:102:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:104:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:104:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:106:7: style: The function 'infoize2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:317:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:106:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:126:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:126:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:129:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:129:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:148:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:148:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:151:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:151:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:153:7: style: The function 'setBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:114:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:153:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:183:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:183:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:197:7: style: The function 'completionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:373:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:197:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:199:7: style: The function 'inlineCompletionSupported' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:377:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:199:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:201:7: style: The function 'automaticInlineCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:380:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:201:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:203:7: style: The function 'automaticPopupCompletion' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:382:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:203:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:205:25: style: The function 'createCompletionList' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:388:33: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:205:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.h:211:7: style: The function 'completionPosAndDim' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:401:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.h:211:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:27:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:27:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:29:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:29:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:31:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:31:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:33:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:35:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:35:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:40:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:42:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:44:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:46:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:48:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:50:24: style: The function 'asCharInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:140:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:50:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:52:12: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:191:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:52:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:54:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:54:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:56:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:56:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.h:59:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathChar.h:59:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:28:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:28:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:30:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:30:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:34:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:34:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:40:27: style: The function 'asUnknownInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:168:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:40:27: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:42:21: style: The function 'asUnknownInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:167:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:42:21: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:45:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:47:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:49:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:51:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:53:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:55:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:55:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:61:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:61:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:63:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:63:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:67:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnknown.h:67:10: note: Function in derived class
lyx-2.3.0/src/mathed/MathStream.h:305:43: performance: Function parameter 'attr' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/CutAndPaste.cpp:770:49: style: Function 'switchBetweenClasses' argument 1 names different: declaration 'c1' definition 'oldone'. [funcArgNamesDifferent]
lyx-2.3.0/src/CutAndPaste.h:125:49: note: Function 'switchBetweenClasses' argument 1 names different: declaration 'c1' definition 'oldone'.
lyx-2.3.0/src/CutAndPaste.cpp:770:49: note: Function 'switchBetweenClasses' argument 1 names different: declaration 'c1' definition 'oldone'.
lyx-2.3.0/src/CutAndPaste.cpp:771:25: style: Function 'switchBetweenClasses' argument 2 names different: declaration 'c2' definition 'newone'. [funcArgNamesDifferent]
lyx-2.3.0/src/CutAndPaste.h:126:26: note: Function 'switchBetweenClasses' argument 2 names different: declaration 'c2' definition 'newone'.
lyx-2.3.0/src/CutAndPaste.cpp:771:25: note: Function 'switchBetweenClasses' argument 2 names different: declaration 'c2' definition 'newone'.
lyx-2.3.0/src/support/limited_stack.h:36:0: performance: Variable 'limit_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/insets/InsetGraphics.h:92:12: performance: Technically the member function 'lyx::InsetGraphics::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/mathed/InsetMathRef.h:26:2: style: Class 'InsetMathRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/limited_stack.h:35:0: style: Class 'lyx :: limited_stack < T * >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/limited_stack.h:35:0: style: Class 'lyx :: limited_stack < pair < ParagraphList , DocumentClassConstPtr > >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetBibitem.h:47:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:49:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:52:7: style: The function 'initView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:134:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:52:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:54:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:56:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:58:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:58:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:63:7: style: The function 'collectBibKeys' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:536:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:65:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:65:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:86:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:88:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:88:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:90:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBibitem.h:96:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:96:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:30:22: style: The function 'getLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:448:30: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:30:22: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:32:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:32:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:34:31: style: The function 'decoration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:115:39: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:34:31: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:36:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:36:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:38:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:38:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:40:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:40:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:42:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:42:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:45:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:47:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFlex.h:55:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:55:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:43:7: style: The function 'initView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:134:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:43:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:45:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:47:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:49:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:49:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:51:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:51:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:54:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:54:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:58:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:60:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:63:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:81:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:81:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:88:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:88:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:90:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:92:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:92:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:31:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:31:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:33:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:35:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:37:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:37:10: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:39:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:47:7: style: The function 'isActive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:348:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCommand.h:50:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCommand.h:50:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:30:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:30:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:34:7: style: The function 'infoize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:315:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:36:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:36:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:38:7: style: The function 'lockedMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:554:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:40:7: style: The function 'asciiOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:556:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:42:18: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathCommand.h:43:26: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:42:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:44:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:48:25: style: The function 'asRefInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:169:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:48:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:51:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:51:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:71:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:71:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:75:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:75:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:77:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:77:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRef.h:80:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathCommand.h:50:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRef.h:80:18: note: Function in derived class
lyx-2.3.0/src/DocIterator.cpp:65:47: style: Function 'doc_iterator_begin' argument 1 names different: declaration 'buf' definition 'buf0'. [funcArgNamesDifferent]
lyx-2.3.0/src/DocIterator.h:31:47: note: Function 'doc_iterator_begin' argument 1 names different: declaration 'buf' definition 'buf0'.
lyx-2.3.0/src/DocIterator.cpp:65:47: note: Function 'doc_iterator_begin' argument 1 names different: declaration 'buf' definition 'buf0'.
lyx-2.3.0/src/DocIterator.cpp:65:67: style: Function 'doc_iterator_begin' argument 2 names different: declaration 'inset' definition 'inset0'. [funcArgNamesDifferent]
lyx-2.3.0/src/DocIterator.h:31:66: note: Function 'doc_iterator_begin' argument 2 names different: declaration 'inset' definition 'inset0'.
lyx-2.3.0/src/DocIterator.cpp:65:67: note: Function 'doc_iterator_begin' argument 2 names different: declaration 'inset' definition 'inset0'.
lyx-2.3.0/src/DocIterator.cpp:75:45: style: Function 'doc_iterator_end' argument 1 names different: declaration 'buf' definition 'buf0'. [funcArgNamesDifferent]
lyx-2.3.0/src/DocIterator.h:32:45: note: Function 'doc_iterator_end' argument 1 names different: declaration 'buf' definition 'buf0'.
lyx-2.3.0/src/DocIterator.cpp:75:45: note: Function 'doc_iterator_end' argument 1 names different: declaration 'buf' definition 'buf0'.
lyx-2.3.0/src/DocIterator.cpp:75:65: style: Function 'doc_iterator_end' argument 2 names different: declaration 'inset' definition 'inset0'. [funcArgNamesDifferent]
lyx-2.3.0/src/DocIterator.h:32:64: note: Function 'doc_iterator_end' argument 2 names different: declaration 'inset' definition 'inset0'.
lyx-2.3.0/src/DocIterator.cpp:75:65: note: Function 'doc_iterator_end' argument 2 names different: declaration 'inset' definition 'inset0'.
lyx-2.3.0/src/DocIterator.cpp:768:58: style: Function 'StableDocIterator' argument 1 names different: declaration 'it' definition 'dit'. [funcArgNamesDifferent]
lyx-2.3.0/src/DocIterator.h:362:40: note: Function 'StableDocIterator' argument 1 names different: declaration 'it' definition 'dit'.
lyx-2.3.0/src/DocIterator.cpp:768:58: note: Function 'StableDocIterator' argument 1 names different: declaration 'it' definition 'dit'.
lyx-2.3.0/src/EnchantChecker.cpp:101:4: style: Class 'EnchantChecker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/EnchantChecker.cpp:101:4: style: Class 'EnchantChecker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/EnchantChecker.h:34:14: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:34:14: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:35:7: style: The function 'suggest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:65:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:35:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:36:7: style: The function 'stem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:36:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:37:7: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:71:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:37:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:38:7: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:38:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:39:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:77:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:39:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:40:7: style: The function 'hasDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:40:7: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:41:6: style: The function 'numDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:83:14: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:41:6: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:42:18: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:102:26: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:42:18: note: Function in derived class
lyx-2.3.0/src/EnchantChecker.h:43:7: style: The function 'advanceChangeNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:109:15: note: Virtual function in base class
lyx-2.3.0/src/EnchantChecker.h:43:7: note: Function in derived class
lyx-2.3.0/src/Encoding.cpp:121:6: warning: Identical condition 'complete_', second condition is always false [identicalConditionAfterEarlyExit]
lyx-2.3.0/src/Encoding.cpp:112:6: note: first condition
lyx-2.3.0/src/Encoding.cpp:121:6: note: second condition
lyx-2.3.0/src/Encoding.cpp:631:41: style: Function 'fromLaTeXName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/Encoding.h:257:53: note: Function 'fromLaTeXName' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/Encoding.cpp:631:41: note: Function 'fromLaTeXName' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/Encoding.cpp:631:56: style: Function 'fromLaTeXName' argument 2 names different: declaration 'package' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/Encoding.h:258:15: note: Function 'fromLaTeXName' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/Encoding.cpp:631:56: note: Function 'fromLaTeXName' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/Encoding.cpp:654:41: style: Function 'fromIconvName' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/Encoding.h:260:53: note: Function 'fromIconvName' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/Encoding.cpp:654:41: note: Function 'fromIconvName' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/Encoding.cpp:654:56: style: Function 'fromIconvName' argument 2 names different: declaration 'package' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/Encoding.h:261:15: note: Function 'fromIconvName' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/Encoding.cpp:654:56: note: Function 'fromIconvName' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/ErrorList.cpp:27:40: style: Function 'ErrorItem' argument 1 names different: declaration 'error' definition 'error_'. [funcArgNamesDifferent]
lyx-2.3.0/src/ErrorList.h:41:30: note: Function 'ErrorItem' argument 1 names different: declaration 'error' definition 'error_'.
lyx-2.3.0/src/ErrorList.cpp:27:40: note: Function 'ErrorItem' argument 1 names different: declaration 'error' definition 'error_'.
lyx-2.3.0/src/ErrorList.cpp:27:66: style: Function 'ErrorItem' argument 2 names different: declaration 'description' definition 'description_'. [funcArgNamesDifferent]
lyx-2.3.0/src/ErrorList.h:41:55: note: Function 'ErrorItem' argument 2 names different: declaration 'description' definition 'description_'.
lyx-2.3.0/src/ErrorList.cpp:27:66: note: Function 'ErrorItem' argument 2 names different: declaration 'description' definition 'description_'.
lyx-2.3.0/src/ErrorList.cpp:28:37: style: Function 'ErrorItem' argument 3 names different: declaration 'buf' definition 'buffer_'. [funcArgNamesDifferent]
lyx-2.3.0/src/ErrorList.h:42:27: note: Function 'ErrorItem' argument 3 names different: declaration 'buf' definition 'buffer_'.
lyx-2.3.0/src/ErrorList.cpp:28:37: note: Function 'ErrorItem' argument 3 names different: declaration 'buf' definition 'buffer_'.
lyx-2.3.0/src/Font.cpp:129:25: style: Function 'update' argument 2 names different: declaration 'default_lang' definition 'document_language'. [funcArgNamesDifferent]
lyx-2.3.0/src/Font.h:64:24: note: Function 'update' argument 2 names different: declaration 'default_lang' definition 'document_language'.
lyx-2.3.0/src/Font.cpp:129:25: note: Function 'update' argument 2 names different: declaration 'default_lang' definition 'document_language'.
lyx-2.3.0/src/FontInfo.cpp:295:47: style: Function 'changeStyle' argument 1 names different: declaration 'style' definition 'new_style'. [funcArgNamesDifferent]
lyx-2.3.0/src/FontInfo.h:155:32: note: Function 'changeStyle' argument 1 names different: declaration 'style' definition 'new_style'.
lyx-2.3.0/src/FontInfo.cpp:295:47: note: Function 'changeStyle' argument 1 names different: declaration 'style' definition 'new_style'.
lyx-2.3.0/src/FontInfo.cpp:301:46: style: Function 'change' argument 2 names different: declaration 'realize' definition 'realiz'. [funcArgNamesDifferent]
lyx-2.3.0/src/FontInfo.h:158:37: note: Function 'change' argument 2 names different: declaration 'realize' definition 'realiz'.
lyx-2.3.0/src/FontInfo.cpp:301:46: note: Function 'change' argument 2 names different: declaration 'realize' definition 'realiz'.
lyx-2.3.0/src/support/RefChanger.h:34:2: style: Class 'RevertibleRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/RefChanger.h:38:7: style: The function 'revert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/Changer.h:23:15: note: Virtual function in base class
lyx-2.3.0/src/support/RefChanger.h:38:7: note: Function in derived class
lyx-2.3.0/src/support/RefChanger.h:40:7: style: The function 'keep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/Changer.h:24:15: note: Virtual function in base class
lyx-2.3.0/src/support/RefChanger.h:40:7: note: Function in derived class
lyx-2.3.0/src/ServerSocket.h:41:2: style: Class 'ServerSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/ServerSocket.h:72:2: style: Class 'LyXDataSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Format.cpp:63:2: style: Class 'FormatNamesEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Format.cpp:77:2: style: Class 'FormatExtensionsEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Format.cpp:91:2: style: Class 'FormatMimeEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Format.cpp:458:6: style: Reading from empty STL container 'format' [reademptycontainer]
lyx-2.3.0/src/Format.cpp:464:8: style: Reading from empty STL container 'psformat' [reademptycontainer]
lyx-2.3.0/src/FuncRequest.cpp:56:44: style: Function 'FuncRequest' argument 2 names different: declaration 'x' definition 'ax'. [funcArgNamesDifferent]
lyx-2.3.0/src/FuncRequest.h:50:32: note: Function 'FuncRequest' argument 2 names different: declaration 'x' definition 'ax'.
lyx-2.3.0/src/FuncRequest.cpp:56:44: note: Function 'FuncRequest' argument 2 names different: declaration 'x' definition 'ax'.
lyx-2.3.0/src/FuncRequest.cpp:56:52: style: Function 'FuncRequest' argument 3 names different: declaration 'y' definition 'ay'. [funcArgNamesDifferent]
lyx-2.3.0/src/FuncRequest.h:50:39: note: Function 'FuncRequest' argument 3 names different: declaration 'y' definition 'ay'.
lyx-2.3.0/src/FuncRequest.cpp:56:52: note: Function 'FuncRequest' argument 3 names different: declaration 'y' definition 'ay'.
lyx-2.3.0/src/FuncRequest.cpp:57:25: style: Function 'FuncRequest' argument 4 names different: declaration 'button' definition 'but'. [funcArgNamesDifferent]
lyx-2.3.0/src/FuncRequest.h:50:62: note: Function 'FuncRequest' argument 4 names different: declaration 'button' definition 'but'.
lyx-2.3.0/src/FuncRequest.cpp:57:25: note: Function 'FuncRequest' argument 4 names different: declaration 'button' definition 'but'.
lyx-2.3.0/src/Graph.cpp:50:28: style: Function 'getReachableTo' argument 1 names different: declaration 'to' definition 'target'. [funcArgNamesDifferent]
lyx-2.3.0/src/Graph.h:34:36: note: Function 'getReachableTo' argument 1 names different: declaration 'to' definition 'target'.
lyx-2.3.0/src/Graph.cpp:50:28: note: Function 'getReachableTo' argument 1 names different: declaration 'to' definition 'target'.
lyx-2.3.0/src/HunspellChecker.cpp:230:80: style: Function 'addSpeller' argument 2 names different: declaration 'hpath' definition 'path'. [funcArgNamesDifferent]
lyx-2.3.0/src/HunspellChecker.cpp:65:56: note: Function 'addSpeller' argument 2 names different: declaration 'hpath' definition 'path'.
lyx-2.3.0/src/HunspellChecker.cpp:230:80: note: Function 'addSpeller' argument 2 names different: declaration 'hpath' definition 'path'.
lyx-2.3.0/src/HunspellChecker.cpp:61:7: performance: Technically the member function 'lyx::Private::haveLanguageFiles' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:146:32: note: Technically the member function 'lyx::Private::haveLanguageFiles' can be static.
lyx-2.3.0/src/HunspellChecker.cpp:61:7: note: Technically the member function 'lyx::Private::haveLanguageFiles' can be static.
lyx-2.3.0/src/HunspellChecker.cpp:74:7: style: Technically the member function 'lyx::Private::learned' can be const. [functionConst]
lyx-2.3.0/src/HunspellChecker.cpp:324:32: note: Technically the member function 'lyx::Private::learned' can be const.
lyx-2.3.0/src/HunspellChecker.cpp:74:7: note: Technically the member function 'lyx::Private::learned' can be const.
lyx-2.3.0/src/HunspellChecker.cpp:86:15: performance: Technically the member function 'lyx::Private::dictDirectory' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:87:6: performance: Technically the member function 'lyx::Private::maxLookupSelector' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:88:15: performance: Technically the member function 'lyx::Private::HunspellDictionaryName' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:93:15: performance: Technically the member function 'lyx::Private::myspellPackageDictDirectory' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:96:15: performance: Technically the member function 'lyx::Private::hunspellPackageDictDirectory' can be static. [functionStatic]
lyx-2.3.0/src/HunspellChecker.cpp:334:4: style: Class 'HunspellChecker' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/HunspellChecker.cpp:334:4: style: Class 'HunspellChecker' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/HunspellChecker.h:28:14: style: The function 'check' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:62:22: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:28:14: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:29:7: style: The function 'suggest' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:65:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:29:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:30:7: style: The function 'stem' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:68:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:30:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:31:7: style: The function 'insert' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:71:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:31:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:32:7: style: The function 'remove' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:32:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:33:7: style: The function 'accept' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:77:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:33:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:34:7: style: The function 'hasDictionary' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:34:7: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:35:6: style: The function 'numDictionaries' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:83:14: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:35:6: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:36:18: style: The function 'error' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:102:26: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:36:18: note: Function in derived class
lyx-2.3.0/src/HunspellChecker.h:37:7: style: The function 'advanceChangeNumber' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/SpellChecker.h:109:15: note: Virtual function in base class
lyx-2.3.0/src/HunspellChecker.h:37:7: note: Function in derived class
lyx-2.3.0/src/IndicesList.cpp:33:2: style: Class 'IndexNamesEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/IndicesList.cpp:49:2: style: Class 'IndexHasShortcut' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/InsetList.h:28:1: warning: The class 'InsetList' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/KeySequence.cpp:26:59: style: Function 'addkey' argument 1 names different: declaration 'keysym' definition 'key'. [funcArgNamesDifferent]
lyx-2.3.0/src/KeySequence.h:48:47: note: Function 'addkey' argument 1 names different: declaration 'keysym' definition 'key'.
lyx-2.3.0/src/KeySequence.cpp:26:59: note: Function 'addkey' argument 1 names different: declaration 'keysym' definition 'key'.
lyx-2.3.0/src/LaTeX.cpp:1317:35: style: Function 'scanBlgFile' argument 1 names different: declaration 'head' definition 'dep'. [funcArgNamesDifferent]
lyx-2.3.0/src/LaTeX.h:213:29: note: Function 'scanBlgFile' argument 1 names different: declaration 'head' definition 'dep'.
lyx-2.3.0/src/LaTeX.cpp:1317:35: note: Function 'scanBlgFile' argument 1 names different: declaration 'head' definition 'dep'.
lyx-2.3.0/src/LaTeXFeatures.cpp:688:50: style: Function 'addPreambleSnippet' argument 1 names different: declaration 'snippet' definition 'ts'. [funcArgNamesDifferent]
lyx-2.3.0/src/LaTeXFeatures.h:93:36: note: Function 'addPreambleSnippet' argument 1 names different: declaration 'snippet' definition 'ts'.
lyx-2.3.0/src/LaTeXFeatures.cpp:688:50: note: Function 'addPreambleSnippet' argument 1 names different: declaration 'snippet' definition 'ts'.
lyx-2.3.0/src/LaTeXFeatures.cpp:688:59: style: Function 'addPreambleSnippet' argument 2 names different: declaration 'allowdupes' definition 'allow_dupes'. [funcArgNamesDifferent]
lyx-2.3.0/src/LaTeXFeatures.h:93:50: note: Function 'addPreambleSnippet' argument 2 names different: declaration 'allowdupes' definition 'allow_dupes'.
lyx-2.3.0/src/LaTeXFeatures.cpp:688:59: note: Function 'addPreambleSnippet' argument 2 names different: declaration 'allowdupes' definition 'allow_dupes'.
lyx-2.3.0/src/LaTeXFonts.h:102:12: performance: Technically the member function 'lyx::LaTeXFont::altFont' can be static. [functionStatic]
lyx-2.3.0/src/LaTeXFonts.cpp:38:22: note: Technically the member function 'lyx::LaTeXFont::altFont' can be static.
lyx-2.3.0/src/LaTeXFonts.h:102:12: note: Technically the member function 'lyx::LaTeXFont::altFont' can be static.
lyx-2.3.0/src/Language.cpp:53:58: style: Function 'translateLayout' argument 1 names different: declaration 'msg' definition 'm'. [funcArgNamesDifferent]
lyx-2.3.0/src/Language.h:63:54: note: Function 'translateLayout' argument 1 names different: declaration 'msg' definition 'm'.
lyx-2.3.0/src/Language.cpp:53:58: note: Function 'translateLayout' argument 1 names different: declaration 'msg' definition 'm'.
lyx-2.3.0/src/Layout.cpp:134:2: performance: Variable 'font' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Layout.cpp:135:2: performance: Variable 'labelfont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Layout.cpp:136:2: performance: Variable 'resfont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Layout.cpp:137:2: performance: Variable 'reslabelfont' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Layout.cpp:162:2: performance: Variable 'itemcommand_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/LayoutFile.cpp:188:52: style: Function 'reset' argument 1 names different: declaration 'tc' definition 'classname'. [funcArgNamesDifferent]
lyx-2.3.0/src/LayoutFile.h:111:37: note: Function 'reset' argument 1 names different: declaration 'tc' definition 'classname'.
lyx-2.3.0/src/LayoutFile.cpp:188:52: note: Function 'reset' argument 1 names different: declaration 'tc' definition 'classname'.
lyx-2.3.0/src/LayoutFile.h:111:7: style: Technically the member function 'lyx::LayoutFileList::reset' can be const. [functionConst]
lyx-2.3.0/src/LayoutFile.cpp:188:22: note: Technically the member function 'lyx::LayoutFileList::reset' can be const.
lyx-2.3.0/src/LayoutFile.h:111:7: note: Technically the member function 'lyx::LayoutFileList::reset' can be const.
lyx-2.3.0/src/Length.cpp:202:42: style: Function 'inPixels' argument 2 names different: declaration 'em_width' definition 'em_width_base'. [funcArgNamesDifferent]
lyx-2.3.0/src/Length.h:99:35: note: Function 'inPixels' argument 2 names different: declaration 'em_width' definition 'em_width_base'.
lyx-2.3.0/src/Length.cpp:202:42: note: Function 'inPixels' argument 2 names different: declaration 'em_width' definition 'em_width_base'.
lyx-2.3.0/src/Lexer.cpp:640:33: style: Function 'setStream' argument 1 names different: declaration 'is' definition 'i'. [funcArgNamesDifferent]
lyx-2.3.0/src/Lexer.h:102:32: note: Function 'setStream' argument 1 names different: declaration 'is' definition 'i'.
lyx-2.3.0/src/Lexer.cpp:640:33: note: Function 'setStream' argument 1 names different: declaration 'is' definition 'i'.
lyx-2.3.0/src/LyX.cpp:1642:9: style: Found duplicate branches for 'if' and 'else'. [duplicateBranch]
lyx-2.3.0/src/LyX.cpp:1650:4: note: Found duplicate branches for 'if' and 'else'.
lyx-2.3.0/src/LyX.cpp:1642:9: note: Found duplicate branches for 'if' and 'else'.
lyx-2.3.0/src/LyX.cpp:277:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyx-2.3.0/src/LyX.h:121:7: performance: Technically the member function 'lyx::LyX::printError' can be static. [functionStatic]
lyx-2.3.0/src/LyX.cpp:758:11: note: Technically the member function 'lyx::LyX::printError' can be static.
lyx-2.3.0/src/LyX.h:121:7: note: Technically the member function 'lyx::LyX::printError' can be static.
lyx-2.3.0/src/Server.h:107:7: style: Technically the member function 'lyx::LyXComm::deferredLoading' can be const. [functionConst]
lyx-2.3.0/src/Server.h:209:2: style: Class 'Server' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/LyX.cpp:235:7: style: The function 'doExec' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/support/ConsoleApplication.h:42:15: note: Virtual function in base class
lyx-2.3.0/src/LyX.cpp:235:7: note: Function in derived class
lyx-2.3.0/src/LyXAction.cpp:4288:50: style: Function 'lookupFunc' argument 1 names different: declaration 'func_name' definition 'func'. [funcArgNamesDifferent]
lyx-2.3.0/src/LyXAction.h:82:45: note: Function 'lookupFunc' argument 1 names different: declaration 'func_name' definition 'func'.
lyx-2.3.0/src/LyXAction.cpp:4288:50: note: Function 'lookupFunc' argument 1 names different: declaration 'func_name' definition 'func'.
lyx-2.3.0/src/LyXRC.cpp:1274:2: style: Class 'SameMover' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/ModuleList.cpp:37:37: style: Function 'LyXModule' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:52:32: note: Function 'LyXModule' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/ModuleList.cpp:37:37: note: Function 'LyXModule' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/ModuleList.cpp:37:55: style: Function 'LyXModule' argument 2 names different: declaration 'id' definition 'i'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:52:58: note: Function 'LyXModule' argument 2 names different: declaration 'id' definition 'i'.
lyx-2.3.0/src/ModuleList.cpp:37:55: note: Function 'LyXModule' argument 2 names different: declaration 'id' definition 'i'.
lyx-2.3.0/src/ModuleList.cpp:38:36: style: Function 'LyXModule' argument 3 names different: declaration 'description' definition 'd'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:53:32: note: Function 'LyXModule' argument 3 names different: declaration 'description' definition 'd'.
lyx-2.3.0/src/ModuleList.cpp:38:36: note: Function 'LyXModule' argument 3 names different: declaration 'description' definition 'd'.
lyx-2.3.0/src/ModuleList.cpp:38:62: style: Function 'LyXModule' argument 4 names different: declaration 'packagelist' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:54:45: note: Function 'LyXModule' argument 4 names different: declaration 'packagelist' definition 'p'.
lyx-2.3.0/src/ModuleList.cpp:38:62: note: Function 'LyXModule' argument 4 names different: declaration 'packagelist' definition 'p'.
lyx-2.3.0/src/ModuleList.cpp:39:44: style: Function 'LyXModule' argument 5 names different: declaration 'requires' definition 'r'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:55:45: note: Function 'LyXModule' argument 5 names different: declaration 'requires' definition 'r'.
lyx-2.3.0/src/ModuleList.cpp:39:44: note: Function 'LyXModule' argument 5 names different: declaration 'requires' definition 'r'.
lyx-2.3.0/src/ModuleList.cpp:39:70: style: Function 'LyXModule' argument 6 names different: declaration 'excludes' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:56:45: note: Function 'LyXModule' argument 6 names different: declaration 'excludes' definition 'e'.
lyx-2.3.0/src/ModuleList.cpp:39:70: note: Function 'LyXModule' argument 6 names different: declaration 'excludes' definition 'e'.
lyx-2.3.0/src/ModuleList.cpp:40:36: style: Function 'LyXModule' argument 7 names different: declaration 'catgy' definition 'c'. [funcArgNamesDifferent]
lyx-2.3.0/src/ModuleList.h:57:32: note: Function 'LyXModule' argument 7 names different: declaration 'catgy' definition 'c'.
lyx-2.3.0/src/ModuleList.cpp:40:36: note: Function 'LyXModule' argument 7 names different: declaration 'catgy' definition 'c'.
lyx-2.3.0/src/Paragraph.cpp:1613:15: style: Function 'write' argument 3 names different: declaration 'depth' definition 'dth'. [funcArgNamesDifferent]
lyx-2.3.0/src/Paragraph.h:191:16: note: Function 'write' argument 3 names different: declaration 'depth' definition 'dth'.
lyx-2.3.0/src/Paragraph.cpp:1613:15: note: Function 'write' argument 3 names different: declaration 'depth' definition 'dth'.
lyx-2.3.0/src/Paragraph.cpp:3590:63: style: Function 'setPlainOrDefaultLayout' argument 1 names different: declaration 'tc' definition 'tclass'. [funcArgNamesDifferent]
lyx-2.3.0/src/Paragraph.h:254:53: note: Function 'setPlainOrDefaultLayout' argument 1 names different: declaration 'tc' definition 'tclass'.
lyx-2.3.0/src/Paragraph.cpp:3590:63: note: Function 'setPlainOrDefaultLayout' argument 1 names different: declaration 'tc' definition 'tclass'.
lyx-2.3.0/src/Paragraph.cpp:317:6: performance: Technically the member function 'lyx::Private::latexSurrogatePair' can be static. [functionStatic]
lyx-2.3.0/src/Paragraph.cpp:868:25: note: Technically the member function 'lyx::Private::latexSurrogatePair' can be static.
lyx-2.3.0/src/Paragraph.cpp:317:6: note: Technically the member function 'lyx::Private::latexSurrogatePair' can be static.
lyx-2.3.0/src/Paragraph.cpp:382:7: performance: Technically the member function 'lyx::Private::latexSpecialT3' can be static. [functionStatic]
lyx-2.3.0/src/Paragraph.cpp:1409:26: note: Technically the member function 'lyx::Private::latexSpecialT3' can be static.
lyx-2.3.0/src/Paragraph.cpp:382:7: note: Technically the member function 'lyx::Private::latexSpecialT3' can be static.
lyx-2.3.0/src/Paragraph.cpp:414:7: performance: Technically the member function 'lyx::Private::ignoreWord' can be static. [functionStatic]
lyx-2.3.0/src/Paragraph.cpp:4096:26: note: Technically the member function 'lyx::Private::ignoreWord' can be static.
lyx-2.3.0/src/Paragraph.cpp:414:7: note: Technically the member function 'lyx::Private::ignoreWord' can be static.
lyx-2.3.0/src/Paragraph.cpp:460:6: performance: Technically the member function 'lyx::Private::countSkips' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetBibitem.h:61:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBibitem.h:61:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.h:56:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLabel.h:56:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:64:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:64:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:66:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:68:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:70:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:72:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:74:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:76:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:76:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:79:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:81:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:81:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:83:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:83:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:85:7: style: The function 'isInToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:242:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:87:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:89:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:89:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:91:7: style: The function 'directWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:495:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:91:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:93:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:93:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:96:7: style: The function 'isChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:455:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:96:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:98:7: style: The function 'isLetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:458:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:98:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:100:7: style: The function 'isLineSeparator' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:479:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:100:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:102:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:102:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.h:104:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpecialChar.h:104:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:49:12: performance: Technically the member function 'lyx::InsetArgument::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetArgument.h:59:12: performance: Technically the member function 'lyx::InsetArgument::xhtml' can be static. [functionStatic]
lyx-2.3.0/src/ParagraphMetrics.h:45:1: warning: The class 'ParagraphMetrics' has 'operator=' but lack of 'copy constructor'. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetArgument.h:33:24: style: The function 'asInsetArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:161:32: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:33:24: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:45:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:47:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:51:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:51:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:53:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:53:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:55:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:55:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:57:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:57:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:62:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:64:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:66:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:68:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:68:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:70:7: style: The function 'isPassThru' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:450:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:74:7: style: The function 'resetFontEdit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:583:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:79:31: style: The function 'decoration' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:115:39: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:79:31: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:81:11: style: The function 'getFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:117:19: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:81:11: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:83:11: style: The function 'getLabelfont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:119:19: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:83:11: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:85:12: style: The function 'labelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:595:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:85:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:87:7: style: The function 'setButtonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:90:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:127:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:127:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:129:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:129:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:131:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:131:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:133:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:133:7: note: Function in derived class
lyx-2.3.0/src/ParagraphParameters.cpp:248:31: style: Function 'apply' argument 1 names different: declaration 'params' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/ParagraphParameters.h:88:41: note: Function 'apply' argument 1 names different: declaration 'params' definition 'p'.
lyx-2.3.0/src/ParagraphParameters.cpp:248:31: note: Function 'apply' argument 1 names different: declaration 'params' definition 'p'.
lyx-2.3.0/src/PrinterParams.h:46:7: performance: Technically the member function 'lyx::PrinterParams::testInvariant' can be static. [functionStatic]
lyx-2.3.0/src/PrinterParams.cpp:39:21: note: Technically the member function 'lyx::PrinterParams::testInvariant' can be static.
lyx-2.3.0/src/PrinterParams.h:46:7: note: Technically the member function 'lyx::PrinterParams::testInvariant' can be static.
lyx-2.3.0/src/Row.cpp:218:33: style: Function 'setSelection' argument 1 names different: declaration 'sel_beg' definition 'beg'. [funcArgNamesDifferent]
lyx-2.3.0/src/Row.h:150:29: note: Function 'setSelection' argument 1 names different: declaration 'sel_beg' definition 'beg'.
lyx-2.3.0/src/Row.cpp:218:33: note: Function 'setSelection' argument 1 names different: declaration 'sel_beg' definition 'beg'.
lyx-2.3.0/src/Row.cpp:218:47: style: Function 'setSelection' argument 2 names different: declaration 'sel_end' definition 'end'. [funcArgNamesDifferent]
lyx-2.3.0/src/Row.h:150:47: note: Function 'setSelection' argument 2 names different: declaration 'sel_end' definition 'end'.
lyx-2.3.0/src/Row.cpp:218:47: note: Function 'setSelection' argument 2 names different: declaration 'sel_end' definition 'end'.
lyx-2.3.0/src/Row.cpp:448:42: style: Function 'shortenIfNeeded' argument 1 names different: declaration 'body_pos' definition 'keep'. [funcArgNamesDifferent]
lyx-2.3.0/src/Row.h:254:38: note: Function 'shortenIfNeeded' argument 1 names different: declaration 'body_pos' definition 'keep'.
lyx-2.3.0/src/Row.cpp:448:42: note: Function 'shortenIfNeeded' argument 1 names different: declaration 'body_pos' definition 'keep'.
lyx-2.3.0/src/Row.cpp:448:58: style: Function 'shortenIfNeeded' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/src/Row.h:254:58: note: Function 'shortenIfNeeded' argument 2 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/Row.cpp:448:58: note: Function 'shortenIfNeeded' argument 2 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/RowPainter.cpp:111:0: style: Boolean variable 'do_spellcheck' is used in bitwise operation. Did you mean '&&'? [bitwiseOnBoolean]
lyx-2.3.0/src/Server.cpp:1057:31: style: Function 'Server' argument 1 names different: declaration 'pip' definition 'pipes'. [funcArgNamesDifferent]
lyx-2.3.0/src/Server.h:209:29: note: Function 'Server' argument 1 names different: declaration 'pip' definition 'pipes'.
lyx-2.3.0/src/Server.cpp:1057:31: note: Function 'Server' argument 1 names different: declaration 'pip' definition 'pipes'.
lyx-2.3.0/src/Server.h:94:7: performance: Technically the member function 'lyx::LyXComm::emergencyCleanup' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:718:15: note: Technically the member function 'lyx::LyXComm::emergencyCleanup' can be static.
lyx-2.3.0/src/Server.h:94:7: note: Technically the member function 'lyx::LyXComm::emergencyCleanup' can be static.
lyx-2.3.0/src/Server.h:97:7: performance: Technically the member function 'lyx::LyXComm::send' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:726:15: note: Technically the member function 'lyx::LyXComm::send' can be static.
lyx-2.3.0/src/Server.h:97:7: note: Technically the member function 'lyx::LyXComm::send' can be static.
lyx-2.3.0/src/Server.h:101:7: performance: Technically the member function 'lyx::LyXComm::read_ready' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:722:15: note: Technically the member function 'lyx::LyXComm::read_ready' can be static.
lyx-2.3.0/src/Server.h:101:7: note: Technically the member function 'lyx::LyXComm::read_ready' can be static.
lyx-2.3.0/src/Server.h:117:7: performance: Technically the member function 'lyx::LyXComm::openConnection' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:700:15: note: Technically the member function 'lyx::LyXComm::openConnection' can be static.
lyx-2.3.0/src/Server.h:117:7: note: Technically the member function 'lyx::LyXComm::openConnection' can be static.
lyx-2.3.0/src/Server.h:120:7: performance: Technically the member function 'lyx::LyXComm::closeConnection' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:704:15: note: Technically the member function 'lyx::LyXComm::closeConnection' can be static.
lyx-2.3.0/src/Server.h:120:7: note: Technically the member function 'lyx::LyXComm::closeConnection' can be static.
lyx-2.3.0/src/Server.h:123:7: style: Technically the member function 'lyx::LyXComm::loadFilesInOtherInstance' can be const. [functionConst]
lyx-2.3.0/src/Server.cpp:1003:15: note: Technically the member function 'lyx::LyXComm::loadFilesInOtherInstance' can be const.
lyx-2.3.0/src/Server.h:123:7: note: Technically the member function 'lyx::LyXComm::loadFilesInOtherInstance' can be const.
lyx-2.3.0/src/Server.h:127:6: performance: Technically the member function 'lyx::LyXComm::startPipe' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:708:14: note: Technically the member function 'lyx::LyXComm::startPipe' can be static.
lyx-2.3.0/src/Server.h:127:6: note: Technically the member function 'lyx::LyXComm::startPipe' can be static.
lyx-2.3.0/src/Server.h:130:7: performance: Technically the member function 'lyx::LyXComm::endPipe' can be static. [functionStatic]
lyx-2.3.0/src/Server.cpp:714:15: note: Technically the member function 'lyx::LyXComm::endPipe' can be static.
lyx-2.3.0/src/Server.h:130:7: note: Technically the member function 'lyx::LyXComm::endPipe' can be static.
lyx-2.3.0/src/Session.cpp:95:58: style: Function 'setNumberOfLastFiles' argument 1 names different: declaration 'num' definition 'no'. [funcArgNamesDifferent]
lyx-2.3.0/src/Session.h:100:41: note: Function 'setNumberOfLastFiles' argument 1 names different: declaration 'num' definition 'no'.
lyx-2.3.0/src/Session.cpp:95:58: note: Function 'setNumberOfLastFiles' argument 1 names different: declaration 'num' definition 'no'.
lyx-2.3.0/src/Session.cpp:366:64: style: Function 'setNumberOfLastCommands' argument 1 names different: declaration 'num' definition 'no'. [funcArgNamesDifferent]
lyx-2.3.0/src/Session.h:310:44: note: Function 'setNumberOfLastCommands' argument 1 names different: declaration 'num' definition 'no'.
lyx-2.3.0/src/Session.cpp:366:64: note: Function 'setNumberOfLastCommands' argument 1 names different: declaration 'num' definition 'no'.
lyx-2.3.0/src/Session.cpp:378:51: style: Function 'add' argument 1 names different: declaration 'command' definition 'string'. [funcArgNamesDifferent]
lyx-2.3.0/src/Session.h:297:31: note: Function 'add' argument 1 names different: declaration 'command' definition 'string'.
lyx-2.3.0/src/Session.cpp:378:51: note: Function 'add' argument 1 names different: declaration 'command' definition 'string'.
lyx-2.3.0/src/Session.cpp:395:2: performance: Variable 'session_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/TexRow.cpp:39:32: style: Function 'TexString' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:259:31: note: Function 'TexString' argument 1 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/TexRow.cpp:39:32: note: Function 'TexString' argument 1 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/TexRow.cpp:46:32: style: Function 'TexString' argument 1 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:261:22: note: Function 'TexString' argument 1 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/TexRow.cpp:46:32: note: Function 'TexString' argument 1 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/TexRow.cpp:46:42: style: Function 'TexString' argument 2 names different: declaration 'texrow' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:261:34: note: Function 'TexString' argument 2 names different: declaration 'texrow' definition 't'.
lyx-2.3.0/src/TexRow.cpp:46:42: note: Function 'TexString' argument 2 names different: declaration 'texrow' definition 't'.
lyx-2.3.0/src/TexRow.cpp:118:31: style: Function 'isNone' argument 1 names different: declaration 'entry' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:97:31: note: Function 'isNone' argument 1 names different: declaration 'entry' definition 't'.
lyx-2.3.0/src/TexRow.cpp:118:31: note: Function 'isNone' argument 1 names different: declaration 'entry' definition 't'.
lyx-2.3.0/src/TexRow.cpp:125:30: style: Function 'isNone' argument 1 names different: declaration 'entry' definition 'r'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:95:30: note: Function 'isNone' argument 1 names different: declaration 'entry' definition 'r'.
lyx-2.3.0/src/TexRow.cpp:125:30: note: Function 'isNone' argument 1 names different: declaration 'entry' definition 'r'.
lyx-2.3.0/src/TexRow.cpp:232:28: style: Function 'append' argument 1 names different: declaration 'texrow' definition 'other'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:218:21: note: Function 'append' argument 1 names different: declaration 'texrow' definition 'other'.
lyx-2.3.0/src/TexRow.cpp:232:28: note: Function 'append' argument 1 names different: declaration 'texrow' definition 'other'.
lyx-2.3.0/src/TexRow.cpp:608:52: style: Function 'rowFromCursor' argument 1 names different: declaration 'dit' definition 'cur'. [funcArgNamesDifferent]
lyx-2.3.0/src/TexRow.h:209:50: note: Function 'rowFromCursor' argument 1 names different: declaration 'dit' definition 'cur'.
lyx-2.3.0/src/TexRow.cpp:608:52: note: Function 'rowFromCursor' argument 1 names different: declaration 'dit' definition 'cur'.
lyx-2.3.0/src/TexRow.cpp:456:19: style: Technically the member function 'lyx::RowListIterator::operator*' can be const. [functionConst]
lyx-2.3.0/src/Text.cpp:113:18: style: Function 'breakParagraphConservative' argument 2 names different: declaration 'paragraphs' definition 'pars'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:391:21: note: Function 'breakParagraphConservative' argument 2 names different: declaration 'paragraphs' definition 'pars'.
lyx-2.3.0/src/Text.cpp:113:18: note: Function 'breakParagraphConservative' argument 2 names different: declaration 'paragraphs' definition 'pars'.
lyx-2.3.0/src/Text.cpp:143:18: style: Function 'mergeParagraph' argument 2 names different: declaration 'paragraphs' definition 'pars'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:400:18: note: Function 'mergeParagraph' argument 2 names different: declaration 'paragraphs' definition 'pars'.
lyx-2.3.0/src/Text.cpp:143:18: note: Function 'mergeParagraph' argument 2 names different: declaration 'paragraphs' definition 'pars'.
lyx-2.3.0/src/Text.cpp:143:33: style: Function 'mergeParagraph' argument 3 names different: declaration 'pit' definition 'par_offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:400:39: note: Function 'mergeParagraph' argument 3 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:143:33: note: Function 'mergeParagraph' argument 3 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:217:35: style: Function 'outerHook' argument 1 names different: declaration 'pit' definition 'par_offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:334:30: note: Function 'outerHook' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:217:35: note: Function 'outerHook' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:227:39: style: Function 'isFirstInSequence' argument 1 names different: declaration 'pit' definition 'par_offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:336:34: note: Function 'isFirstInSequence' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:227:39: note: Function 'isFirstInSequence' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:258:32: style: Function 'getTocLevel' argument 1 names different: declaration 'pit' definition 'par_offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:341:27: note: Function 'getTocLevel' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:258:32: note: Function 'getTocLevel' argument 1 names different: declaration 'pit' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:269:37: style: Function 'outerFont' argument 1 names different: declaration 'pit_offset' definition 'par_offset'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:344:32: note: Function 'outerFont' argument 1 names different: declaration 'pit_offset' definition 'par_offset'.
lyx-2.3.0/src/Text.cpp:269:37: note: Function 'outerFont' argument 1 names different: declaration 'pit_offset' definition 'par_offset'.
lyx-2.3.0/src/Text.h:246:7: style: Technically the member function 'lyx::Text::dissolveInset' can be const. [functionConst]
lyx-2.3.0/src/Text.cpp:1739:12: note: Technically the member function 'lyx::Text::dissolveInset' can be const.
lyx-2.3.0/src/Text.h:246:7: note: Technically the member function 'lyx::Text::dissolveInset' can be const.
lyx-2.3.0/src/Text.h:319:7: performance: Technically the member function 'lyx::Text::completionSupported' can be static. [functionStatic]
lyx-2.3.0/src/Text.cpp:2189:12: note: Technically the member function 'lyx::Text::completionSupported' can be static.
lyx-2.3.0/src/Text.h:319:7: note: Technically the member function 'lyx::Text::completionSupported' can be static.
lyx-2.3.0/src/Text.h:321:25: performance: Technically the member function 'lyx::Text::createCompletionList' can be static. [functionStatic]
lyx-2.3.0/src/Text.cpp:2198:30: note: Technically the member function 'lyx::Text::createCompletionList' can be static.
lyx-2.3.0/src/Text.h:321:25: note: Technically the member function 'lyx::Text::createCompletionList' can be static.
lyx-2.3.0/src/Text.h:362:7: style: Technically the member function 'lyx::Text::charInserted' can be const. [functionConst]
lyx-2.3.0/src/Text.cpp:1079:12: note: Technically the member function 'lyx::Text::charInserted' can be const.
lyx-2.3.0/src/Text.h:362:7: note: Technically the member function 'lyx::Text::charInserted' can be const.
lyx-2.3.0/src/insets/InsetNewline.h:47:2: style: Class 'InsetNewline' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetSpace.h:77:2: style: Struct 'InsetSpaceParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetCaption.h:36:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:36:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:39:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:39:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:41:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:41:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:43:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:43:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:45:7: style: The function 'forceLocalFontSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:167:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:47:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:49:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:52:7: style: The function 'descendable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:356:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:52:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:54:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:56:7: style: The function 'drawBackground' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:64:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:58:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:60:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:62:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:64:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:64:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:66:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:68:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:70:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:72:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:74:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:76:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:76:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:79:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:85:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:88:15: style: The function 'forcePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:161:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:88:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:90:15: style: The function 'allowParagraphCustomization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:164:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:90:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:92:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:92:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:57:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:57:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:59:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:59:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:61:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:63:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:65:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:65:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:68:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:68:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:72:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:74:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:77:7: style: The function 'isSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:461:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:81:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:81:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:83:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:83:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:85:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.h:87:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:60:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:60:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:62:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:64:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:66:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:68:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:68:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:71:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:71:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:75:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:77:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:79:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:79:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:85:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:85:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:87:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:87:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:89:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:89:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.h:91:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:91:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:63:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:63:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:67:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:67:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:69:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:71:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:73:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:75:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:77:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:79:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:82:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:82:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:86:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:88:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:88:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:90:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:92:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:92:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:94:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:94:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:98:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:98:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:140:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:140:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:142:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:142:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:144:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:144:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:146:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:146:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:148:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:148:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:150:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:150:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:153:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:153:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:157:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:157:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:161:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:161:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:163:7: style: The function 'directWrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:495:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:163:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:165:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:165:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:168:7: style: The function 'isChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:455:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:168:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:170:7: style: The function 'isLetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:458:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:170:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:172:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:172:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:117:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:117:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:119:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:119:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:121:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:121:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:123:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:123:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:125:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:125:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:127:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:127:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:130:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:130:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:134:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:134:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:136:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:136:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:140:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:140:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:142:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:142:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:144:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:144:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:146:7: style: The function 'isHfill' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:463:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:146:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:148:7: style: The function 'isChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:455:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:148:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:150:7: style: The function 'isLetter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:458:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:150:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:153:7: style: The function 'isSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:461:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:153:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:155:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:155:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:158:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:158:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:160:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:160:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:163:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:163:7: note: Function in derived class
lyx-2.3.0/src/Text.cpp:614:15: style: The function 'sorted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/CompletionList.h:24:15: note: Virtual function in base class
lyx-2.3.0/src/Text.cpp:614:15: note: Function in derived class
lyx-2.3.0/src/Text.cpp:616:17: style: The function 'size' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/CompletionList.h:26:17: note: Virtual function in base class
lyx-2.3.0/src/Text.cpp:616:17: note: Function in derived class
lyx-2.3.0/src/Text.cpp:92:13: performance: Use const reference for 'tmpFont' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/Text.cpp:93:15: performance: Use const reference for 'tmpChange' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/Text.cpp:2138:13: performance: Use const reference for 'font1' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/Text.cpp:2142:13: performance: Use const reference for 'font2' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/Text2.cpp:674:23: style: Same expression on both sides of '>' because the value of 'temp_cur.depth()' and 'cur.depth()' are the same. [duplicateExpression]
lyx-2.3.0/src/Text2.cpp:672:20: note: 'temp_cur' is assigned value 'cur' here.
lyx-2.3.0/src/Text2.cpp:674:23: note: Same expression on both sides of '>' because the value of 'temp_cur.depth()' and 'cur.depth()' are the same.
lyx-2.3.0/src/Text2.cpp:687:23: style: Same expression on both sides of '>' because the value of 'temp_cur.depth()' and 'cur.depth()' are the same. [duplicateExpression]
lyx-2.3.0/src/Text2.cpp:685:20: note: 'temp_cur' is assigned value 'cur' here.
lyx-2.3.0/src/Text2.cpp:687:23: note: Same expression on both sides of '>' because the value of 'temp_cur.depth()' and 'cur.depth()' are the same.
lyx-2.3.0/src/Text2.cpp:114:30: style: Function 'setCharFont' argument 3 names different: declaration 'font' definition 'fnt'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:66:16: note: Function 'setCharFont' argument 3 names different: declaration 'font' definition 'fnt'.
lyx-2.3.0/src/Text2.cpp:114:30: note: Function 'setCharFont' argument 3 names different: declaration 'font' definition 'fnt'.
lyx-2.3.0/src/Text.h:146:7: style: Technically the member function 'lyx::Text::insertInset' can be const. [functionConst]
lyx-2.3.0/src/Text2.cpp:542:12: note: Technically the member function 'lyx::Text::insertInset' can be const.
lyx-2.3.0/src/Text.h:146:7: note: Technically the member function 'lyx::Text::insertInset' can be const.
lyx-2.3.0/src/Text.h:192:7: style: Technically the member function 'lyx::Text::setCursorIntern' can be const. [functionConst]
lyx-2.3.0/src/Text2.cpp:563:12: note: Technically the member function 'lyx::Text::setCursorIntern' can be const.
lyx-2.3.0/src/Text.h:192:7: note: Technically the member function 'lyx::Text::setCursorIntern' can be const.
lyx-2.3.0/src/Text.h:288:7: performance: Technically the member function 'lyx::Text::checkAndActivateInset' can be static. [functionStatic]
lyx-2.3.0/src/Text2.cpp:574:12: note: Technically the member function 'lyx::Text::checkAndActivateInset' can be static.
lyx-2.3.0/src/Text.h:288:7: note: Technically the member function 'lyx::Text::checkAndActivateInset' can be static.
lyx-2.3.0/src/Text.h:290:7: performance: Technically the member function 'lyx::Text::checkAndActivateInsetVisual' can be static. [functionStatic]
lyx-2.3.0/src/Text2.cpp:601:12: note: Technically the member function 'lyx::Text::checkAndActivateInsetVisual' can be static.
lyx-2.3.0/src/Text.h:290:7: note: Technically the member function 'lyx::Text::checkAndActivateInsetVisual' can be static.
lyx-2.3.0/src/Text2.cpp:416:20: performance: Use const reference for 'resetCursor' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/Text3.cpp:1728:8: style: Redundant condition: cur.prevInset(). '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lyx-2.3.0/src/Text3.cpp:2746:17: style: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/Text.h:153:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/Text3.cpp:2746:17: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/Text.h:360:7: performance: Technically the member function 'lyx::Text::inDescriptionItem' can be static. [functionStatic]
lyx-2.3.0/src/Text3.cpp:3479:12: note: Technically the member function 'lyx::Text::inDescriptionItem' can be static.
lyx-2.3.0/src/Text.h:360:7: note: Technically the member function 'lyx::Text::inDescriptionItem' can be static.
lyx-2.3.0/src/insets/InsetFloatList.h:26:2: style: Class 'InsetFloatList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetFloat.h:73:7: style: The function 'allowsCaptionVariation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:360:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:76:7: style: The function 'setCaptionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCaptionable.h:41:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:76:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:82:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:82:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:84:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:84:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:86:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:88:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:88:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:90:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:90:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:92:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:92:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:95:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:95:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:99:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:99:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:103:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:103:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:105:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:105:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:107:7: style: The function 'hasSubCaptions' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCaptionable.h:43:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:107:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:109:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:109:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:111:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:111:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:113:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:113:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:33:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:33:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:35:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:35:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:37:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:39:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:39:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:41:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:41:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:43:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:43:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:45:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:45:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:50:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:50:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:52:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:52:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:54:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:71:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:71:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:79:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:79:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:58:7: style: The function 'setCaptionType' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCaptionable.h:41:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:60:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:62:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:64:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:66:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:66:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:70:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:72:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:72:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:75:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:75:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:79:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:79:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:81:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:81:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:83:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:83:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:85:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:87:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:91:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:91:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:93:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:93:7: note: Function in derived class
lyx-2.3.0/src/Text3.cpp:613:20: performance: Use const reference for 'oldTopSlice' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/TextClass.cpp:406:49: style: Function 'read' argument 1 names different: declaration 'lex' definition 'lexrc'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextClass.h:172:28: note: Function 'read' argument 1 names different: declaration 'lex' definition 'lexrc'.
lyx-2.3.0/src/TextClass.cpp:406:49: note: Function 'read' argument 1 names different: declaration 'lex' definition 'lexrc'.
lyx-2.3.0/src/TextClass.cpp:1435:45: style: Function 'hasLayout' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextClass.h:138:35: note: Function 'hasLayout' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.cpp:1435:45: note: Function 'hasLayout' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.cpp:1445:50: style: Function 'hasInsetLayout' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextClass.h:140:40: note: Function 'hasInsetLayout' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.cpp:1445:50: note: Function 'hasInsetLayout' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.cpp:1454:56: style: Function 'operator[]' argument 1 names different: declaration 'vname' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextClass.h:142:46: note: Function 'operator[]' argument 1 names different: declaration 'vname' definition 'name'.
lyx-2.3.0/src/TextClass.cpp:1454:56: note: Function 'operator[]' argument 1 names different: declaration 'vname' definition 'name'.
lyx-2.3.0/src/TextClass.cpp:1550:57: style: Function 'addLayoutIfNeeded' argument 1 names different: declaration 'name' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextClass.h:426:43: note: Function 'addLayoutIfNeeded' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.cpp:1550:57: note: Function 'addLayoutIfNeeded' argument 1 names different: declaration 'name' definition 'n'.
lyx-2.3.0/src/TextClass.h:385:6: performance: Technically the member function 'lyx::TextClass::readCiteEngineType' can be static. [functionStatic]
lyx-2.3.0/src/TextClass.cpp:1143:16: note: Technically the member function 'lyx::TextClass::readCiteEngineType' can be static.
lyx-2.3.0/src/TextClass.h:385:6: note: Technically the member function 'lyx::TextClass::readCiteEngineType' can be static.
lyx-2.3.0/src/TextClass.cpp:77:2: style: Class 'LayoutNamesEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/TextMetrics.cpp:148:63: style: Function 'parMetrics' argument 2 names different: declaration 'redo_paragraph' definition 'redo'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextMetrics.h:120:47: note: Function 'parMetrics' argument 2 names different: declaration 'redo_paragraph' definition 'redo'.
lyx-2.3.0/src/TextMetrics.cpp:148:63: note: Function 'parMetrics' argument 2 names different: declaration 'redo_paragraph' definition 'redo'.
lyx-2.3.0/src/TextMetrics.cpp:1468:46: style: Function 'cursorX' argument 1 names different: declaration 'cursor' definition 'sl'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextMetrics.h:207:34: note: Function 'cursorX' argument 1 names different: declaration 'cursor' definition 'sl'.
lyx-2.3.0/src/TextMetrics.cpp:1468:46: note: Function 'cursorX' argument 1 names different: declaration 'cursor' definition 'sl'.
lyx-2.3.0/src/TextMetrics.cpp:1486:46: style: Function 'cursorY' argument 1 names different: declaration 'cursor' definition 'sl'. [funcArgNamesDifferent]
lyx-2.3.0/src/TextMetrics.h:209:34: note: Function 'cursorY' argument 1 names different: declaration 'cursor' definition 'sl'.
lyx-2.3.0/src/TextMetrics.cpp:1486:46: note: Function 'cursorY' argument 1 names different: declaration 'cursor' definition 'sl'.
lyx-2.3.0/src/TextMetrics.h:221:7: performance: Technically the member function 'lyx::TextMetrics::isFirstRow' can be static. [functionStatic]
lyx-2.3.0/src/TextMetrics.cpp:1574:19: note: Technically the member function 'lyx::TextMetrics::isFirstRow' can be static.
lyx-2.3.0/src/TextMetrics.h:221:7: note: Technically the member function 'lyx::TextMetrics::isFirstRow' can be static.
lyx-2.3.0/src/Thesaurus.cpp:85:15: performance: Technically the member function 'lyx::Private::dataDirectory' can be static. [functionStatic]
lyx-2.3.0/src/TocBackend.cpp:156:49: style: Function 'updateItem' argument 1 names different: declaration 'pit' definition 'dit_in'. [funcArgNamesDifferent]
lyx-2.3.0/src/TocBackend.h:117:38: note: Function 'updateItem' argument 1 names different: declaration 'pit' definition 'dit_in'.
lyx-2.3.0/src/TocBackend.cpp:156:49: note: Function 'updateItem' argument 1 names different: declaration 'pit' definition 'dit_in'.
lyx-2.3.0/src/Trans.h:160:7: performance: Technically the member function 'lyx::Trans::freeException' can be static. [functionStatic]
lyx-2.3.0/src/Trans.cpp:152:13: note: Technically the member function 'lyx::Trans::freeException' can be static.
lyx-2.3.0/src/Trans.h:160:7: note: Technically the member function 'lyx::Trans::freeException' can be static.
lyx-2.3.0/src/Trans.h:318:7: performance: Technically the member function 'lyx::TransManager::insert' can be static. [functionStatic]
lyx-2.3.0/src/Trans.cpp:648:20: note: Technically the member function 'lyx::TransManager::insert' can be static.
lyx-2.3.0/src/Trans.h:318:7: note: Technically the member function 'lyx::TransManager::insert' can be static.
lyx-2.3.0/src/Undo.cpp:313:21: style: Function 'doRecordUndo' argument 5 names different: declaration 'cur' definition 'cur_before'. [funcArgNamesDifferent]
lyx-2.3.0/src/Undo.cpp:214:22: note: Function 'doRecordUndo' argument 5 names different: declaration 'cur' definition 'cur_before'.
lyx-2.3.0/src/Undo.cpp:313:21: note: Function 'doRecordUndo' argument 5 names different: declaration 'cur' definition 'cur_before'.
lyx-2.3.0/src/Undo.cpp:398:65: style: Function 'doRecordUndoBufferParams' argument 1 names different: declaration 'cur' definition 'cur_before'. [funcArgNamesDifferent]
lyx-2.3.0/src/Undo.cpp:223:51: note: Function 'doRecordUndoBufferParams' argument 1 names different: declaration 'cur' definition 'cur_before'.
lyx-2.3.0/src/Undo.cpp:398:65: note: Function 'doRecordUndoBufferParams' argument 1 names different: declaration 'cur' definition 'cur_before'.
lyx-2.3.0/src/Undo.cpp:431:101: style: Function 'doTextUndoOrRedo' argument 3 names different: declaration 'otherStack' definition 'otherstack'. [funcArgNamesDifferent]
lyx-2.3.0/src/Undo.cpp:205:29: note: Function 'doTextUndoOrRedo' argument 3 names different: declaration 'otherStack' definition 'otherstack'.
lyx-2.3.0/src/Undo.cpp:431:101: note: Function 'doTextUndoOrRedo' argument 3 names different: declaration 'otherStack' definition 'otherstack'.
lyx-2.3.0/src/Undo.cpp:94:3: performance: Variable 'cur_before' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Undo.cpp:95:3: performance: Variable 'cur_after' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Undo.cpp:96:3: performance: Variable 'cell' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Undo.cpp:97:3: performance: Variable 'from' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Undo.cpp:98:3: performance: Variable 'end' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/Undo.cpp:86:22: style: Struct 'UndoElement' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/Undo.cpp:146:2: style: Class 'UndoElementStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Undo.cpp:200:2: style: Struct 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Undo.cpp:70:1: warning: The struct 'UndoElement' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/VCBackend.cpp:485:45: style: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'. [funcArgNamesDifferent]
lyx-2.3.0/src/VCBackend.h:204:55: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:485:45: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:1114:46: style: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'. [funcArgNamesDifferent]
lyx-2.3.0/src/VCBackend.h:294:55: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:1114:46: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:1766:46: style: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'. [funcArgNamesDifferent]
lyx-2.3.0/src/VCBackend.h:431:55: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:1766:46: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:2215:46: style: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'. [funcArgNamesDifferent]
lyx-2.3.0/src/VCBackend.h:541:55: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:2215:46: note: Function 'prepareFileRevision' argument 1 names different: declaration 'rev' definition 'revis'.
lyx-2.3.0/src/VCBackend.cpp:588:29: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lyx-2.3.0/src/support/weighted_btree.h:2404:25: warning: Either the condition 'leftleaf!=NULL' is redundant or there is possible null pointer dereference: leftleaf. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2385:37: note: Assuming that condition 'leftleaf!=NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2404:25: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2404:46: warning: Either the condition 'rightleaf!=NULL' is redundant or there is possible null pointer dereference: rightleaf. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2385:81: note: Assuming that condition 'rightleaf!=NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2404:46: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2553:25: warning: Either the condition 'leftinner!=NULL' is redundant or there is possible null pointer dereference: leftinner. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2534:38: note: Assuming that condition 'leftinner!=NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2553:25: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2553:47: warning: Either the condition 'rightinner!=NULL' is redundant or there is possible null pointer dereference: rightinner. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2534:84: note: Assuming that condition 'rightinner!=NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2553:47: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2590:9: warning: Either the condition 'leftleaf==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:37: note: Assuming that condition 'leftleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2380:47: note: Calling function 'merge_leaves', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2590:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2590:26: warning: Either the condition 'rightleaf==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:81: note: Assuming that condition 'rightleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2382:53: note: Calling function 'merge_leaves', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2590:26: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2591:9: warning: Either the condition 'leftleaf==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:37: note: Assuming that condition 'leftleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2380:47: note: Calling function 'merge_leaves', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2591:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2591:25: warning: Either the condition 'rightleaf==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:81: note: Assuming that condition 'rightleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2382:53: note: Calling function 'merge_leaves', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2591:25: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2593:9: warning: Either the condition 'leftleaf==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:37: note: Assuming that condition 'leftleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2380:47: note: Calling function 'merge_leaves', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2593:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2593:26: warning: Either the condition 'rightleaf==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:81: note: Assuming that condition 'rightleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2382:53: note: Calling function 'merge_leaves', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2593:26: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2594:13: warning: Either the condition 'leftleaf==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:37: note: Assuming that condition 'leftleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2380:47: note: Calling function 'merge_leaves', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2594:13: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2599:9: warning: Either the condition 'rightleaf==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:81: note: Assuming that condition 'rightleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2382:53: note: Calling function 'merge_leaves', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2599:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2600:9: warning: Either the condition 'rightleaf==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2377:81: note: Assuming that condition 'rightleaf==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2382:53: note: Calling function 'merge_leaves', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2600:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2634:9: warning: Either the condition 'leftinner==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:38: note: Assuming that condition 'leftinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2529:46: note: Calling function 'merge_inner', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2634:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2635:9: warning: Either the condition 'leftinner==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:38: note: Assuming that condition 'leftinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2529:46: note: Calling function 'merge_inner', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2635:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2643:9: warning: Either the condition 'leftinner==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:38: note: Assuming that condition 'leftinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2529:46: note: Calling function 'merge_inner', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2643:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2643:26: warning: Either the condition 'rightinner==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:84: note: Assuming that condition 'rightinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2531:53: note: Calling function 'merge_inner', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2643:26: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2644:9: warning: Either the condition 'leftinner==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:38: note: Assuming that condition 'leftinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2529:46: note: Calling function 'merge_inner', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2644:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2644:25: warning: Either the condition 'rightinner==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:84: note: Assuming that condition 'rightinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2531:53: note: Calling function 'merge_inner', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2644:25: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2646:9: warning: Either the condition 'leftinner==NULL' is redundant or there is possible null pointer dereference: left. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:38: note: Assuming that condition 'leftinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2529:46: note: Calling function 'merge_inner', 1st argument 'left' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2646:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2646:40: warning: Either the condition 'rightinner==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:84: note: Assuming that condition 'rightinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2531:53: note: Calling function 'merge_inner', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2646:40: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2648:9: warning: Either the condition 'rightinner==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:84: note: Assuming that condition 'rightinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2531:53: note: Calling function 'merge_inner', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2648:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:2649:9: warning: Either the condition 'rightinner==NULL' is redundant or there is possible null pointer dereference: right. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:2526:84: note: Assuming that condition 'rightinner==NULL' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:2531:53: note: Calling function 'merge_inner', 2nd argument 'right' value is 0
lyx-2.3.0/src/support/weighted_btree.h:2649:9: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:3078:16: warning: Either the condition '!n' is redundant or there is possible null pointer dereference: n. [nullPointerRedundantCheck]
lyx-2.3.0/src/support/weighted_btree.h:3079:16: note: Assuming that condition '!n' is not redundant
lyx-2.3.0/src/support/weighted_btree.h:3078:16: note: Null pointer dereference
lyx-2.3.0/src/support/weighted_btree.h:1129:13: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lyx-2.3.0/src/support/weighted_btree.h:1206:13: style: Variable 'i' is modified but its new value is never used. [unreadVariable]
lyx-2.3.0/src/support/weighted_btree.h:1142:15: performance: Technically the member function 'stx::weighted_btree::find_summed_weight_lower' can be static. [functionStatic]
lyx-2.3.0/src/support/weighted_btree.h:1157:16: performance: Technically the member function 'stx::weighted_btree::find_summed_weight_lower' can be static. [functionStatic]
lyx-2.3.0/src/support/weighted_btree.h:1219:16: performance: Technically the member function 'stx::weighted_btree::find_summed_weight_upper' can be static. [functionStatic]
lyx-2.3.0/src/support/weighted_btree.h:1234:16: performance: Technically the member function 'stx::weighted_btree::find_summed_weight_upper' can be static. [functionStatic]
lyx-2.3.0/src/support/weighted_btree.h:1274:22: performance: Technically the member function 'stx::weighted_btree::max_size' can be static. [functionStatic]
lyx-2.3.0/src/support/weighted_btree.h:1334:10: style: Technically the member function 'stx::weighted_btree::change_weight' can be const. [functionConst]
lyx-2.3.0/src/support/weighted_btree.h:845:5: style: Class 'weighted_btree' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/weighted_btree.h:635:9: style: Class 'const_iterator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/weighted_btree.h:896:9: style: Class 'value_compare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/weighted_btree.h:2218:9: style: Struct 'result_t' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/buffer_funcs.cpp:138:9: style: Function 'newFile' argument 3 names different: declaration 'isNamed' definition 'is_named'. [funcArgNamesDifferent]
lyx-2.3.0/src/buffer_funcs.h:37:9: note: Function 'newFile' argument 3 names different: declaration 'isNamed' definition 'is_named'.
lyx-2.3.0/src/buffer_funcs.cpp:138:9: note: Function 'newFile' argument 3 names different: declaration 'isNamed' definition 'is_named'.
lyx-2.3.0/src/client/client.cpp:101:2: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lyx-2.3.0/src/client/client.cpp:264:2: style: Class 'LyXDataSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/client/client.cpp:436:2: style: Class 'StopException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/convert/lyxconvert.cpp:62:18: style: Condition '1==0' is always false [knownConditionTrueFalse]
lyx-2.3.0/src/convert/lyxconvert.cpp:72:15: style: Condition '1==1' is always true [knownConditionTrueFalse]
lyx-2.3.0/src/convert/lyxconvert.cpp:72:15: style: Same expression on both sides of '=='. [duplicateExpression]
lyx-2.3.0/src/insets/InsetERT.h:47:12: performance: Technically the member function 'lyx::InsetERT::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetIndex.h:52:12: performance: Technically the member function 'lyx::InsetIndex::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetIPA.h:53:12: performance: Technically the member function 'lyx::InsetIPA::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetMarginal.h:32:12: performance: Technically the member function 'lyx::InsetMarginal::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetNomencl.h:131:12: performance: Technically the member function 'lyx::InsetPrintNomencl::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetPreview.h:53:12: performance: Technically the member function 'lyx::InsetPreview::layoutName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetBox.h:27:2: style: Class 'InsetBoxParams' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetFootlike.h:26:2: style: Class 'InsetFootlike' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetFoot.h:28:2: style: Class 'InsetFoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetIPA.h:35:2: style: Class 'InsetIPA' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetMarginal.h:28:2: style: Class 'InsetMarginal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetPreview.h:35:2: style: Class 'InsetPreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetVSpace.h:27:2: style: Class 'InsetVSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetBox.h:104:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:104:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:108:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:108:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:110:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:110:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:112:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:112:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:114:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:114:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:116:12: style: The function 'backgroundColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:593:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:116:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:118:15: style: The function 'contentAlignment' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:477:23: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:118:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:120:7: style: The function 'allowParagraphCustomization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:164:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:120:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:122:7: style: The function 'allowMultiPar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:158:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:122:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:124:7: style: The function 'forcePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:161:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:124:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:126:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:126:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:128:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:128:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:130:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:130:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:132:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:132:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:135:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:135:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:139:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:139:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:141:7: style: The function 'hasFixedWidth' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:417:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:141:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:143:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:143:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:149:7: style: The function 'setButtonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:149:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:156:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:156:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:158:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:158:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:160:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:160:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:41:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:41:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:45:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:45:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:49:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:51:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:51:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:54:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:54:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:58:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:60:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:62:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:62:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:64:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:66:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:66:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:68:18: style: The function 'buttonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:82:26: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:68:18: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:70:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:43:7: style: The function 'isLabeled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:43:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:45:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:45:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:47:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:49:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:49:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:53:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:53:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:55:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:55:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:57:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:57:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:61:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:63:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:69:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:69:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:71:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:73:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:75:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:75:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:77:18: style: The function 'buttonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:82:26: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:77:18: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:81:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:81:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:83:19: style: The function 'forcedEncoding' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:422:27: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:83:19: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:28:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:28:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:31:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:31:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:33:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:33:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:35:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:35:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:37:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:37:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFootlike.h:41:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFootlike.h:41:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:31:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:31:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:35:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:35:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:38:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:38:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:40:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:40:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:42:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:171:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:42:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:46:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:46:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:31:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:31:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:33:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:33:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:35:7: style: The function 'forceLTR' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:240:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:35:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:37:7: style: The function 'isInToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:242:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:37:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:39:7: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:338:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:39:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:45:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:45:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:47:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:49:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:51:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:51:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:54:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:54:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:74:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:76:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:76:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:79:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:79:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:85:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:85:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:48:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:50:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:50:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:54:12: style: The function 'labelColor' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:595:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:54:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:56:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:56:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:58:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:58:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:60:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:60:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:64:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:66:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:68:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:70:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:70:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:72:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:74:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:79:18: style: The function 'buttonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:82:26: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:79:18: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:81:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:81:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:83:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:83:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:85:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:85:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:87:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:104:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:104:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:106:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:106:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:110:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:110:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:112:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:112:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:114:7: style: The function 'updateBuffer' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:540:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:114:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:116:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:116:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:118:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:118:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:120:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:120:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:122:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:122:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:139:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:139:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:145:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:145:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:98:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:98:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:102:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:102:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:109:7: style: The function 'editable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:351:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:109:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:111:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:111:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:113:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:113:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:115:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:115:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:123:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:123:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:125:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:125:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:127:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:127:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:135:14: style: The function 'contextMenu' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:439:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:135:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:137:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:137:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:139:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:139:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:143:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:143:18: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:45:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:45:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:47:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:49:7: style: The function 'forceLocalFontSwitch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:167:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:51:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:51:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:55:7: style: The function 'descendable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:356:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:55:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:57:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:57:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:59:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:59:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:61:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:64:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:66:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:68:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:68:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:71:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:73:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:75:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:78:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:78:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:82:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:82:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:84:7: style: The function 'allowSpellCheck' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:497:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:84:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:86:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:32:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:32:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:43:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:43:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:44:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:44:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:47:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:48:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:49:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:50:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:50:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:51:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:51:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:53:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:53:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:54:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:54:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:55:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:55:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetMarginal.h:30:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:30:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetMarginal.h:34:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:34:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetMarginal.h:37:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:37:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetMarginal.h:39:7: style: The function 'isPartOfTextSequence' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:429:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:39:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetMarginal.h:42:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:42:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:39:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:39:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:41:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:41:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:43:7: style: The function 'addToToc' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:531:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:43:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:46:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:46:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:48:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:48:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:51:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:51:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:71:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:71:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:77:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:77:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:93:7: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:93:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:95:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:95:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:99:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:99:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:101:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:101:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:103:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:103:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:105:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:105:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:107:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:107:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:125:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:125:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:127:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:127:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:129:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:129:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:137:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:137:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:61:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:61:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:65:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:65:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:67:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:67:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:69:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:71:7: style: The function 'setButtonLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCollapsible.h:80:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:73:7: style: The function 'showInsetDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:211:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:75:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:77:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:79:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:82:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:82:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:86:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:88:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:88:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:92:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:92:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:96:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:96:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:45:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:45:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:47:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:47:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:49:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:49:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:51:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:51:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:55:7: style: The function 'descendable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:356:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:55:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:57:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:57:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:60:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:60:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:62:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:62:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:64:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:64:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:66:7: style: The function 'addPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:508:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:66:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:69:7: style: The function 'notifyCursorLeaves' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:287:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:71:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:71:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:73:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:75:7: style: The function 'canPaintChange' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:368:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:66:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:66:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:70:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:70:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:72:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:72:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:74:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:74:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:76:7: style: The function 'cursorPos' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:232:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:76:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:79:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:79:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:81:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:81:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:83:7: style: The function 'forcePlainLayout' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:161:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:83:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:85:7: style: The function 'allowParagraphCustomization' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:164:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:85:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:87:7: style: The function 'neverIndent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:481:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:87:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:89:7: style: The function 'inheritFont' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:568:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:89:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:91:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:91:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:94:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:94:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:96:7: style: The function 'edit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:96:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:99:10: style: The function 'editXY' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:197:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:99:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:101:7: style: The function 'insetAllowed' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:405:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:101:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:103:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:122:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:103:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:107:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:107:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:109:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:109:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:115:7: style: The function 'allowMultiPar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetText.h:158:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:115:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:122:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:122:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:71:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:71:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:73:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:73:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:75:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:75:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:77:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:77:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:79:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:79:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:82:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:82:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:86:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:86:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:88:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:88:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:91:7: style: The function 'isSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:461:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:91:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:95:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:95:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:97:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:97:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:99:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:99:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:101:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:101:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:36:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:36:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:40:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:40:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:42:15: style: The function 'validate' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:309:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:42:15: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:44:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:44:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:47:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:47:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:51:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:51:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:53:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:53:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:77:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:77:10: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:83:12: style: The function 'screenLabel' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/InsetCommand.h:127:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:83:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:31:12: style: The function 'lyxCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:547:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:31:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:33:7: style: The function 'hasSettings' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:353:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:33:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:35:7: style: The function 'clickable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:358:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:35:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:37:14: style: The function 'contextMenuName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:443:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:37:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:44:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:200:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:44:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:46:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:202:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:46:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:48:7: style: The function 'latex' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:493:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:48:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:50:6: style: The function 'plaintext' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:324:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:50:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:53:6: style: The function 'docbook' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:327:14: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:53:6: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:61:7: style: The function 'read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:487:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:61:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:63:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:485:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:63:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:65:14: style: The function 'display' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:473:22: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:65:14: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:67:7: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:624:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:67:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:69:7: style: The function 'getStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:184:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:69:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetVSpace.h:71:10: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:611:18: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:71:10: note: Function in derived class
lyx-2.3.0/src/frontends/WorkAreaManager.h:49:7: style: Technically the member function 'lyx::frontend::WorkAreaManager::unhide' can be const. [functionConst]
lyx-2.3.0/src/frontends/WorkAreaManager.cpp:50:23: note: Technically the member function 'lyx::frontend::WorkAreaManager::unhide' can be const.
lyx-2.3.0/src/frontends/WorkAreaManager.h:49:7: note: Technically the member function 'lyx::frontend::WorkAreaManager::unhide' can be const.
lyx-2.3.0/src/frontends/qt4/BulletsModule.cpp:177:51: style: Function 'on_bulletsizeCO_activated' argument 1 names different: declaration 'level' definition 'size'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/BulletsModule.h:42:37: note: Function 'on_bulletsizeCO_activated' argument 1 names different: declaration 'level' definition 'size'.
lyx-2.3.0/src/frontends/qt4/BulletsModule.cpp:177:51: note: Function 'on_bulletsizeCO_activated' argument 1 names different: declaration 'level' definition 'size'.
lyx-2.3.0/src/frontends/qt4/BulletsModule.h:29:2: style: Class 'BulletsModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/ButtonPolicy.cpp:143:2: style: Class 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:467:44: style: Function 'set' argument 1 names different: declaration 'cc' definition 'item'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.h:41:27: note: Function 'set' argument 1 names different: declaration 'cc' definition 'item'.
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:467:44: note: Function 'set' argument 1 names different: declaration 'cc' definition 'item'.
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:93:3: style: Struct 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:93:3: style: Struct 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.h:37:2: style: Class 'CategorizedCombo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:73:2: style: Class 'CCFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/CategorizedCombo.cpp:87:2: style: Struct 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/ColorCache.cpp:78:50: style: Function 'get' argument 2 names different: declaration 'use_system_colors' definition 'syscolors'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/ColorCache.h:37:39: note: Function 'get' argument 2 names different: declaration 'use_system_colors' definition 'syscolors'.
lyx-2.3.0/src/frontends/qt4/ColorCache.cpp:78:50: note: Function 'get' argument 2 names different: declaration 'use_system_colors' definition 'syscolors'.
lyx-2.3.0/src/frontends/qt4/CustomizedWidgets.h:32:2: style: Class 'ShortcutWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiView.h:71:2: style: Class 'GuiView' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/DialogView.h:35:20: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:62:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:35:20: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:36:26: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:63:26: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:36:26: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:41:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:42:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:42:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:43:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:44:7: style: The function 'needBufferOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:170:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:44:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DialogView.h:52:7: style: The function 'onBufferViewChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:269:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DialogView.h:52:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:45:20: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:62:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:45:20: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:46:26: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:63:26: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:46:26: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:49:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:55:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:55:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:56:7: style: The function 'isClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:107:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:57:7: style: The function 'needBufferOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:170:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:57:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/DockView.h:61:7: style: The function 'onBufferViewChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:269:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/DockView.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/EmptyTable.h:49:15: warning: Virtual function 'resetCellSize' is called from constructor 'EmptyTable(QWidget*parent=0,int rows=5,int columns=5)' at line 32. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/EmptyTable.cpp:32:2: note: Calling resetCellSize
lyx-2.3.0/src/frontends/qt4/EmptyTable.h:49:15: note: resetCellSize is a virtual method
lyx-2.3.0/src/frontends/qt4/FancyLineEdit.h:25:1: style: The class 'IconButton' does not have a constructor although it has private member variables. [noConstructor]
lyx-2.3.0/src/frontends/qt4/FileDialog.cpp:58:40: style: Function 'FileDialog' argument 1 names different: declaration 'title' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/FileDialog.h:51:29: note: Function 'FileDialog' argument 1 names different: declaration 'title' definition 't'.
lyx-2.3.0/src/frontends/qt4/FileDialog.cpp:58:40: note: Function 'FileDialog' argument 1 names different: declaration 'title' definition 't'.
lyx-2.3.0/src/frontends/qt4/FileDialog.h:51:2: style: Class 'FileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/FindAndReplace.cpp:105:29: style: Condition '!searchback' is always true [knownConditionTrueFalse]
lyx-2.3.0/src/frontends/qt4/FindAndReplace.cpp:104:46: note: Assuming that condition '!searchback' is not redundant
lyx-2.3.0/src/frontends/qt4/FindAndReplace.cpp:105:29: note: Condition '!searchback' is always true
lyx-2.3.0/src/frontends/qt4/FindAndReplace.cpp:150:22: style: The scope of the variable 'files' can be reduced. [variableScope]
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:32:2: style: Class 'FindAndReplaceWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:50:2: style: Class 'GuiWorkArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:193:2: style: Class 'EmbeddedWorkArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:223:2: style: Class 'TabWorkArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:292:2: style: Class 'DragTabBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:83:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:83:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:84:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:84:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:85:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:85:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:86:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:86:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:87:7: style: The function 'canApplyToReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:176:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:87:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:91:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:91:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:95:15: style: The function 'wantInitialFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:133:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FindAndReplace.h:95:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:36:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:36:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:37:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:37:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:38:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:38:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:39:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:40:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:40:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:41:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/FloatPlacement.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiAbout.cpp:260:2: style: Class 'GuiAbout' does not have a destructor which is recommended since it has dynamic memory/resource allocation(s). [noDestructor]
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:26:2: style: Class 'GuiAbout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:34:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:34:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:35:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:36:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiAbout.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:166:7: style: The function 'synchronousFunctionCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:43:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:166:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:1920:19: style: Redundant condition: exists_. '!exists_ || (exists_ && views_lVisible[b]!=current_view_)' is equivalent to '!exists_ || views_lVisible[b]!=current_view_' [redundantCondition]
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2729:4: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:1209:70: style: Function 'getStatus' argument 2 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiApplication.h:84:55: note: Function 'getStatus' argument 2 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:1209:70: note: Function 'getStatus' argument 2 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2124:52: style: Function 'queryKeySym' argument 1 names different: declaration 'key' definition 'keysym'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiApplication.h:170:37: note: Function 'queryKeySym' argument 1 names different: declaration 'key' definition 'keysym'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2124:52: note: Function 'queryKeySym' argument 1 names different: declaration 'key' definition 'keysym'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2152:54: style: Function 'processKeySym' argument 1 names different: declaration 'key' definition 'keysym'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiApplication.h:172:39: note: Function 'processKeySym' argument 1 names different: declaration 'key' definition 'keysym'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2152:54: note: Function 'processKeySym' argument 1 names different: declaration 'key' definition 'keysym'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2339:37: style: Function 'createView' argument 1 names different: declaration 'id' definition 'view_id'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiApplication.h:124:22: note: Function 'createView' argument 1 names different: declaration 'id' definition 'view_id'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2339:37: note: Function 'createView' argument 1 names different: declaration 'id' definition 'view_id'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2346:6: style: Function 'createView' argument 3 names different: declaration 'id' definition 'view_id'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiApplication.h:122:29: note: Function 'createView' argument 3 names different: declaration 'id' definition 'view_id'.
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:2346:6: note: Function 'createView' argument 3 names different: declaration 'id' definition 'view_id'.
lyx-2.3.0/src/frontends/qt4/ToolTipFormatter.h:28:2: style: Class 'ToolTipFormatter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:298:2: style: Class 'CompareKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiApplication.cpp:680:2: style: Class 'MenuTranslator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:29:2: style: Class 'GuiBibitem' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:34:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:34:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:35:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:35:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:36:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:36:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:37:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:38:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:38:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:39:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibitem.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:30:2: style: Class 'GuiBibtexAddDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/Validator.h:51:2: style: Class 'LengthValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/Validator.h:135:2: style: Class 'NoNewLineValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:41:20: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:62:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:41:20: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:42:26: style: The function 'asQWidget' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:63:26: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:42:26: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:63:7: style: The function 'onBufferViewChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:269:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:83:15: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:83:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:99:7: style: The function 'isClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:107:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:99:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:102:7: style: The function 'needBufferOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:170:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:102:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:105:15: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:105:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:62:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:62:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:64:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:64:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:66:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:66:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:89:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:89:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:91:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:91:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:93:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:93:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:95:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBibtex.h:95:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:28:2: style: Class 'GuiBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/LengthCombo.h:30:2: style: Class 'LengthCombo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiBox.h:42:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:42:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:43:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:43:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:44:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:44:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:45:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:46:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:46:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:47:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBox.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:28:2: style: Class 'GuiBranch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:33:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:33:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:34:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:34:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:35:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:35:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:36:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:37:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:37:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:38:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiBranch.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiBranches.h:35:2: style: Class 'BranchesUnknownDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiBranches.h:46:2: style: Class 'GuiBranches' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:31:2: style: Class 'GuiChanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:45:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:48:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:48:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:50:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:52:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:52:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:54:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:56:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiChanges.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:64:2: style: Class 'GuiCharacter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:72:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:72:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:73:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:73:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:74:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:74:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:75:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:75:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:76:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:76:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:77:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:77:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:78:11: style: The function 'getLfun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:186:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:78:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:79:7: style: The function 'saveSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:79:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:80:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCharacter.h:80:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:810:29: style: Function 'findKey' argument 5 names different: declaration 'entryType' definition 'entry_type'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:139:13: note: Function 'findKey' argument 5 names different: declaration 'entryType' definition 'entry_type'.
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:810:29: note: Function 'findKey' argument 5 names different: declaration 'entryType' definition 'entry_type'.
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:928:43: style: Function 'filterByEntryType' argument 3 names different: declaration 'entryType' definition 'entry_type'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:155:49: note: Function 'filterByEntryType' argument 3 names different: declaration 'entryType' definition 'entry_type'.
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:928:43: note: Function 'filterByEntryType' argument 3 names different: declaration 'entryType' definition 'entry_type'.
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:47:2: style: Class 'GuiCitation' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:76:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:76:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:77:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:77:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:78:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:78:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:79:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:79:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:80:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:80:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:81:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:81:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:82:7: style: The function 'saveSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:82:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:83:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:83:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:87:7: style: The function 'disconnectOnApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:204:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCitation.h:87:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:675:55: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/frontends/qt4/GuiCitation.cpp:706:56: performance: Function parameter 'm' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/frontends/qt4/GuiClipboard.cpp:435:7: style: Condition '!hasInternal()' is always false [knownConditionTrueFalse]
lyx-2.3.0/src/frontends/qt4/GuiClipboard.cpp:451:56: style: Function 'hasTextContents' argument 1 names different: declaration 'typetype' definition 'type'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiClipboard.h:76:32: note: Function 'hasTextContents' argument 1 names different: declaration 'typetype' definition 'type'.
lyx-2.3.0/src/frontends/qt4/GuiClipboard.cpp:451:56: note: Function 'hasTextContents' argument 1 names different: declaration 'typetype' definition 'type'.
lyx-2.3.0/src/frontends/qt4/GuiCommandBuffer.h:40:2: style: Class 'GuiCommandBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCommandEdit.h:27:2: style: Class 'GuiCommandEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCommandBuffer.cpp:271:2: style: Class 'prefix_p' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:32:2: style: Class 'GuiCompare' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:62:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:62:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:64:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:64:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:66:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:66:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:68:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:68:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:70:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:70:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:72:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:72:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:74:7: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:267:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompare.h:74:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:29:2: style: Class 'GuiCompareHistory' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:42:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:42:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:44:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:44:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:46:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:46:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:48:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:48:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:50:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiCompareHistory.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiCompleter.cpp:208:60: style: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiCompleter.h:113:47: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiCompleter.cpp:208:60: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:29:2: style: Class 'GuiDelimiter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:31:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:31:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:32:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:32:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:33:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:33:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:34:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDelimiter.h:34:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDialog.cpp:39:42: style: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'ev'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:60:32: note: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'ev'.
lyx-2.3.0/src/frontends/qt4/GuiDialog.cpp:39:42: note: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'ev'.
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:72:2: style: Class 'GuiDocument' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:323:2: style: Class 'PreambleModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:346:2: style: Class 'LocalLayout' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:374:2: style: Class 'FontModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiIndices.h:34:2: style: Class 'GuiIndices' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/PanelStack.h:39:2: style: Class 'PanelStack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: TextLayoutUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: MasterChildUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: PageLayoutUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: MarginsUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: LanguageUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: ColorUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: NumberingUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: BiblioUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: MathsUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: LaTeXUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: PDFSupportUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: ModulesUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: OutputUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: ListingsSettingsUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: PreambleUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: LocalLayoutUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:64:0: style: Class 'lyx :: frontend :: UiWidget < Ui :: FontUi >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:88:7: style: The function 'onBufferViewChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:269:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:88:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:189:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:189:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:191:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:191:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:216:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:216:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:223:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:223:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:225:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:225:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:227:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:227:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:231:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:231:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:233:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.h:233:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:282:15: style: The function 'updateAddPB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:138:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:282:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:284:15: style: The function 'updateUpPB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:144:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:284:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:286:15: style: The function 'updateDownPB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:286:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:288:15: style: The function 'updateDelPB' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiDocument.cpp:288:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:26:2: style: Class 'GuiERT' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiERT.h:31:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:31:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:32:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:32:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:33:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:33:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:34:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:34:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:35:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:35:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:36:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiERT.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:29:2: style: Class 'GuiErrorList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:45:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:47:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:49:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:51:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:51:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:53:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiErrorList.h:53:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.cpp:668:45: style: Function 'browse' argument 1 names different: declaration 'input_file' definition 'input'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:70:33: note: Function 'browse' argument 1 names different: declaration 'input_file' definition 'input'.
lyx-2.3.0/src/frontends/qt4/GuiExternal.cpp:668:45: note: Function 'browse' argument 1 names different: declaration 'input_file' definition 'input'.
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:32:2: style: Class 'GuiExternal' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:52:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:52:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:54:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:61:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:63:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:65:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:65:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:67:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiExternal.h:67:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiFontExample.h:26:2: style: Class 'GuiFontExample' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:33:2: style: Class 'GuiFontMetrics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiFontLoader.cpp:56:2: style: Class 'GuiFontInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:210:43: style: Function 'width' argument 1 names different: declaration 'str' definition 'ucs2'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:68:28: note: Function 'width' argument 1 names different: declaration 'str' definition 'ucs2'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:210:43: note: Function 'width' argument 1 names different: declaration 'str' definition 'ucs2'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:255:40: style: Function 'pos2x' argument 4 names different: declaration 'ws' definition 'wordspacing'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:51:67: note: Function 'pos2x' argument 4 names different: declaration 'ws' definition 'wordspacing'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:255:40: note: Function 'pos2x' argument 4 names different: declaration 'ws' definition 'wordspacing'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:270:40: style: Function 'x2pos' argument 4 names different: declaration 'ws' definition 'wordspacing'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:52:67: note: Function 'x2pos' argument 4 names different: declaration 'ws' definition 'wordspacing'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:270:40: note: Function 'x2pos' argument 4 names different: declaration 'ws' definition 'wordspacing'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:446:8: style: Function 'rectText' argument 2 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:57:9: note: Function 'rectText' argument 2 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:446:8: note: Function 'rectText' argument 2 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:458:8: style: Function 'buttonText' argument 3 names different: declaration 'width' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.h:62:9: note: Function 'buttonText' argument 3 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/frontends/qt4/GuiFontMetrics.cpp:458:8: note: Function 'buttonText' argument 3 names different: declaration 'width' definition 'w'.
lyx-2.3.0/src/frontends/qt4/GuiGraphics.cpp:497:62: style: Function 'paramsToDialog' argument 1 names different: declaration 'params' definition 'igp'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:67:50: note: Function 'paramsToDialog' argument 1 names different: declaration 'params' definition 'igp'.
lyx-2.3.0/src/frontends/qt4/GuiGraphics.cpp:497:62: note: Function 'paramsToDialog' argument 1 names different: declaration 'params' definition 'igp'.
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:36:2: style: Class 'GuiGraphics' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:55:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:55:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:58:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:58:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:59:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:59:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:60:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:60:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:61:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:62:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:62:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:63:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiGraphics.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:37:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:37:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:38:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:38:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:39:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:39:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:40:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:41:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:41:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:42:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHSpace.h:42:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:28:2: style: Class 'GuiHyperlink' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:33:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:33:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:34:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:34:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:35:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:35:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:36:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:37:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:37:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:38:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:39:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiHyperlink.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiImage.h:24:1: warning: The class 'GuiImage' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:31:2: style: Class 'GuiInclude' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:50:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:54:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:56:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:58:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:58:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:76:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:76:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:78:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:78:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:80:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInclude.h:80:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:30:2: style: Class 'GuiIndex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:37:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:39:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:41:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:43:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:45:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:47:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiIndex.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:29:2: style: Class 'GuiInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:34:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:34:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:35:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:35:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:36:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:36:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:37:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:38:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:38:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:39:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiInfo.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:28:2: style: Class 'GuiLabel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:33:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:33:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:34:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:34:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:35:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:35:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:36:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:37:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:37:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:38:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:39:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLabel.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:27:2: style: Class 'GuiLine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiLine.h:32:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:32:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:33:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:33:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:34:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:34:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:35:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:36:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:36:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:37:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLine.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:26:2: style: Class 'GuiListings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiListings.h:48:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:48:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:50:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:52:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:52:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:54:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:56:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:58:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:58:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:60:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiListings.h:60:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:32:2: style: Class 'GuiLog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiLog.cpp:64:2: style: Class 'LogHighlighter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiLog.h:35:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:49:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:57:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:57:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:59:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:59:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:61:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:63:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiLog.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:29:2: style: Class 'GuiMathMatrix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:31:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:31:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:32:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:32:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:33:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:33:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:34:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiMathMatrix.h:34:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:29:2: style: Class 'GuiNomenclature' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:34:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:34:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:35:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:35:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:36:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:36:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:37:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:38:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:38:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:39:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:40:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:74:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNomenclature.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:26:2: style: Class 'GuiNote' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiNote.h:31:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:31:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:33:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:33:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:35:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:37:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:39:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:41:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiNote.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:702:35: style: Same expression on both sides of '/' because the value of 'step' and '2' are the same. [duplicateExpression]
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:693:19: note: 'step' is assigned value '2' here.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:702:35: note: Same expression on both sides of '/' because the value of 'step' and '2' are the same.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:703:12: style: Same expression on both sides of '/' because the value of 'step' and '2' are the same. [duplicateExpression]
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:693:19: note: 'step' is assigned value '2' here.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:703:12: note: Same expression on both sides of '/' because the value of 'step' and '2' are the same.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:342:55: style: Function 'text' argument 3 names different: declaration 'str' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPainter.h:109:52: note: Function 'text' argument 3 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:342:55: note: Function 'text' argument 3 names different: declaration 'str' definition 's'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:497:62: style: Function 'text' argument 6 names different: declaration 'textwidth' definition 'tw'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPainter.h:118:50: note: Function 'text' argument 6 names different: declaration 'textwidth' definition 'tw'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:497:62: note: Function 'text' argument 6 names different: declaration 'textwidth' definition 'tw'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:506:62: style: Function 'text' argument 9 names different: declaration 'textwidth' definition 'tw'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPainter.h:126:50: note: Function 'text' argument 9 names different: declaration 'textwidth' definition 'tw'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:506:62: note: Function 'text' argument 9 names different: declaration 'textwidth' definition 'tw'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:557:38: style: Function 'rectText' argument 2 names different: declaration 'baseline' definition 'y'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPainter.h:147:35: note: Function 'rectText' argument 2 names different: declaration 'baseline' definition 'y'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:557:38: note: Function 'rectText' argument 2 names different: declaration 'baseline' definition 'y'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:595:19: style: Function 'preeditText' argument 4 names different: declaration 'f' definition 'font'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPainter.h:152:33: note: Function 'preeditText' argument 4 names different: declaration 'f' definition 'font'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:595:19: note: Function 'preeditText' argument 4 names different: declaration 'f' definition 'font'.
lyx-2.3.0/src/frontends/qt4/GuiPainter.cpp:56:2: performance: Variable 'current_color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:32:2: style: Class 'GuiParagraph' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:36:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:37:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:38:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:39:7: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:40:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:41:19: style: The function 'getLfun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:186:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:41:19: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:42:7: style: The function 'saveSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:42:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:43:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiParagraph.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:26:2: style: Class 'GuiPhantom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:31:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:31:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:33:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:33:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:35:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:37:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:39:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:41:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPhantom.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:2993:23: style: Function 'insertShortcutItem' argument 2 names different: declaration 'shortcut' definition 'seq'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:507:23: note: Function 'insertShortcutItem' argument 2 names different: declaration 'shortcut' definition 'seq'.
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:2993:23: note: Function 'insertShortcutItem' argument 2 names different: declaration 'shortcut' definition 'seq'.
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:64:2: style: Class 'GuiPreferences' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:162:2: style: Class 'PrefOutput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:176:2: style: Class 'PrefInput' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:196:2: style: Class 'PrefCompletion' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:211:2: style: Class 'PrefLatex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:236:2: style: Class 'PrefScreenFonts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:255:2: style: Class 'PrefColors' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:276:2: style: Class 'PrefDisplay' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:290:2: style: Class 'PrefPaths' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:312:2: style: Class 'PrefSpellchecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:326:2: style: Class 'PrefConverters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:352:2: style: Class 'PrefFileformats' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:396:2: style: Class 'PrefLanguage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:411:2: style: Class 'PrefUserInterface' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:425:2: style: Class 'PrefDocHandling' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:440:2: style: Class 'PrefEdit' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:451:2: style: Class 'GuiShortcutDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:459:2: style: Class 'PrefShortcuts' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:537:2: style: Class 'PrefIdentity' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:361:2: style: Class 'StrftimeValidator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:77:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:77:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:82:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:82:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:84:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:84:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:86:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:86:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:88:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:88:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:164:15: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:164:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:165:15: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:165:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:178:15: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:178:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:179:15: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:179:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:198:15: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:198:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:199:15: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:199:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:213:15: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:213:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:214:15: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:214:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:238:15: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:238:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:239:15: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:239:15: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:257:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:257:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:258:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:258:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:278:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:278:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:279:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:279:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:292:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:292:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:293:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:293:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:314:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:314:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:315:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:315:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:328:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:328:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:329:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:329:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:354:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:354:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:355:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:355:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:398:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:398:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:399:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:399:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:413:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:413:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:414:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:414:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:427:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:427:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:428:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:428:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:442:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:442:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:443:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:443:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:461:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:461:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:462:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:462:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:539:7: style: The function 'applyRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:539:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:540:7: style: The function 'updateRC' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:143:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.h:540:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1976:10: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1912:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1976:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1996:10: style: The function 'toString' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1912:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrefs.cpp:1996:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:30:2: style: Class 'GuiPrintNomencl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:38:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:38:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:39:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:39:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:40:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:40:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:41:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:43:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:43:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:44:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintNomencl.h:44:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:30:2: style: Class 'GuiPrintindex' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:37:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:39:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:43:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:45:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:47:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:49:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiPrintindex.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgress.cpp:41:2: style: Class 'GuiToggleWarningDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:55:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:55:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:56:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:57:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:57:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:58:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:58:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:59:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:59:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:60:7: style: The function 'canApplyToReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:176:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:60:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:61:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:62:7: style: The function 'wantInitialFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:133:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:62:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:63:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:64:7: style: The function 'saveSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiProgressView.h:64:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:33:2: style: Class 'GuiRef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiRef.h:36:7: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:56:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:59:7: style: The function 'disconnectOnApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:204:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:59:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:67:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:67:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:69:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:69:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:71:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:71:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:90:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:90:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:92:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:92:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:94:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiRef.h:94:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:27:2: style: Class 'GuiSearch' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:38:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:39:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:40:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:41:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSearch.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:46:62: style: Function 'GuiSelectionManager' argument 2 names different: declaration 'availableLV' definition 'avail'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:45:27: note: Function 'GuiSelectionManager' argument 2 names different: declaration 'availableLV' definition 'avail'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:46:62: note: Function 'GuiSelectionManager' argument 2 names different: declaration 'availableLV' definition 'avail'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:47:62: style: Function 'GuiSelectionManager' argument 3 names different: declaration 'selectedLV' definition 'sel'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:46:27: note: Function 'GuiSelectionManager' argument 3 names different: declaration 'selectedLV' definition 'sel'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:47:62: note: Function 'GuiSelectionManager' argument 3 names different: declaration 'selectedLV' definition 'sel'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:48:56: style: Function 'GuiSelectionManager' argument 4 names different: declaration 'addPB' definition 'add'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:47:21: note: Function 'GuiSelectionManager' argument 4 names different: declaration 'addPB' definition 'add'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:48:56: note: Function 'GuiSelectionManager' argument 4 names different: declaration 'addPB' definition 'add'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:49:56: style: Function 'GuiSelectionManager' argument 5 names different: declaration 'delPB' definition 'del'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:48:21: note: Function 'GuiSelectionManager' argument 5 names different: declaration 'delPB' definition 'del'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:49:56: note: Function 'GuiSelectionManager' argument 5 names different: declaration 'delPB' definition 'del'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:50:56: style: Function 'GuiSelectionManager' argument 6 names different: declaration 'upPB' definition 'up'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:49:21: note: Function 'GuiSelectionManager' argument 6 names different: declaration 'upPB' definition 'up'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:50:56: note: Function 'GuiSelectionManager' argument 6 names different: declaration 'upPB' definition 'up'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:51:56: style: Function 'GuiSelectionManager' argument 7 names different: declaration 'downPB' definition 'down'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:50:21: note: Function 'GuiSelectionManager' argument 7 names different: declaration 'downPB' definition 'down'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:51:56: note: Function 'GuiSelectionManager' argument 7 names different: declaration 'downPB' definition 'down'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:52:63: style: Function 'GuiSelectionManager' argument 8 names different: declaration 'availableModel' definition 'amod'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:51:28: note: Function 'GuiSelectionManager' argument 8 names different: declaration 'availableModel' definition 'amod'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:52:63: note: Function 'GuiSelectionManager' argument 8 names different: declaration 'availableModel' definition 'amod'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:53:63: style: Function 'GuiSelectionManager' argument 9 names different: declaration 'selectedModel' definition 'smod'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:52:28: note: Function 'GuiSelectionManager' argument 9 names different: declaration 'selectedModel' definition 'smod'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:53:63: note: Function 'GuiSelectionManager' argument 9 names different: declaration 'selectedModel' definition 'smod'.
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:124:15: warning: Virtual function 'addPB_clicked' is called from constructor 'GuiSelectionManager(QObject*parent,QAbstractItemView*availableLV,QAbstractItemView*selectedLV,QPushButton*addPB,QPushButton*delPB,QPushButton*upPB,QPushButton*downPB,QAbstractListModel*availableModel,QAbstractItemModel*selectedModel,const int main_sel_col=0)' at line 80. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:80:21: note: Calling addPB_clicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:124:15: note: addPB_clicked is a virtual method
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:126:15: warning: Virtual function 'deletePB_clicked' is called from constructor 'GuiSelectionManager(QObject*parent,QAbstractItemView*availableLV,QAbstractItemView*selectedLV,QPushButton*addPB,QPushButton*delPB,QPushButton*upPB,QPushButton*downPB,QAbstractListModel*availableModel,QAbstractItemModel*selectedModel,const int main_sel_col=0)' at line 82. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:82:21: note: Calling deletePB_clicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:126:15: note: deletePB_clicked is a virtual method
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:128:15: warning: Virtual function 'upPB_clicked' is called from constructor 'GuiSelectionManager(QObject*parent,QAbstractItemView*availableLV,QAbstractItemView*selectedLV,QPushButton*addPB,QPushButton*delPB,QPushButton*upPB,QPushButton*downPB,QAbstractListModel*availableModel,QAbstractItemModel*selectedModel,const int main_sel_col=0)' at line 84. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:84:21: note: Calling upPB_clicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:128:15: note: upPB_clicked is a virtual method
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:130:15: warning: Virtual function 'downPB_clicked' is called from constructor 'GuiSelectionManager(QObject*parent,QAbstractItemView*availableLV,QAbstractItemView*selectedLV,QPushButton*addPB,QPushButton*delPB,QPushButton*upPB,QPushButton*downPB,QAbstractListModel*availableModel,QAbstractItemModel*selectedModel,const int main_sel_col=0)' at line 86. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:86:21: note: Calling downPB_clicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:130:15: note: downPB_clicked is a virtual method
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:124:15: warning: Virtual function 'addPB_clicked' is called from constructor 'GuiSelectionManager(QObject*parent,QAbstractItemView*availableLV,QAbstractItemView*selectedLV,QPushButton*addPB,QPushButton*delPB,QPushButton*upPB,QPushButton*downPB,QAbstractListModel*availableModel,QAbstractItemModel*selectedModel,const int main_sel_col=0)' at line 88. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:88:21: note: Calling availableLV_doubleClicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.cpp:375:2: note: Calling addPB_clicked
lyx-2.3.0/src/frontends/qt4/GuiSelectionManager.h:124:15: note: addPB_clicked is a virtual method
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:34:2: style: Class 'GuiSendTo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:43:7: style: The function 'isValid' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:92:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:45:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:47:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:50:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:54:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:56:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:56:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:58:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:58:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:60:11: style: The function 'getLfun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:186:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSendto.h:60:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:29:2: style: Class 'GuiShowFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:33:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:33:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:35:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:37:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:39:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:41:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiShowFile.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:73:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:73:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:74:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:74:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:75:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:75:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:76:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:76:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:77:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.h:77:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSpellchecker.cpp:560:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:30:2: style: Class 'GuiSymbols' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSymbols.cpp:207:2: style: Class 'Model' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:34:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:34:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:35:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:35:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:36:7: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:37:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:38:11: style: The function 'getLfun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:186:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiSymbols.h:38:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:30:2: style: Class 'GuiTabular' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:43:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:43:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:44:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:44:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:45:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:45:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:46:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:46:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:47:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:47:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:48:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabular.h:48:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:29:2: style: Class 'GuiTabularCreate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:37:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:39:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:41:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:43:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:45:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:45:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:47:11: style: The function 'getLfun' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:186:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTabularCreate.h:47:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:29:2: style: Class 'GuiTexInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:43:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:105:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:57:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:57:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:59:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:59:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:61:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:61:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:63:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:63:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:65:7: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:267:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiTexinfo.h:65:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:29:2: style: Class 'GuiThesaurus' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:31:7: style: The function 'checkStatus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:102:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:31:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:43:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:47:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:49:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:51:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:51:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:53:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:53:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:75:7: style: The function 'apply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:267:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiThesaurus.h:75:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:79:59: style: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiToc.h:53:52: note: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:79:59: note: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:85:58: style: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiToc.h:55:51: note: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:85:58: note: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:86:15: style: Function 'getStatus' argument 3 names different: declaration 'fs' definition 'status'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiToc.h:55:68: note: Function 'getStatus' argument 3 names different: declaration 'fs' definition 'status'.
lyx-2.3.0/src/frontends/qt4/GuiToc.cpp:86:15: note: Function 'getStatus' argument 3 names different: declaration 'fs' definition 'status'.
lyx-2.3.0/src/frontends/qt4/GuiToc.h:38:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:39:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:40:7: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:41:7: style: The function 'wantInitialFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:133:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:43:7: style: The function 'isClosing' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:107:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:47:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:47:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:49:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:49:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:51:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiToc.h:51:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/IconPalette.h:29:2: style: Class 'TearOff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/IconPalette.h:48:2: style: Class 'IconPalette' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/InsertTableWidget.h:27:2: style: Class 'InsertTableWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/LayoutBox.h:37:2: style: Class 'LayoutBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:29:2: style: Class 'GuiVSpace' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:38:12: style: The function 'insetCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:66:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:38:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:39:11: style: The function 'creationCode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:68:19: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:39:11: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:40:10: style: The function 'dialogTitle' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:64:18: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:40:10: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:41:7: style: The function 'paramsToDialog' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:70:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:42:12: style: The function 'dialogToParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:72:20: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:42:12: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:43:7: style: The function 'checkWidgets' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InsetParamsWidget.h:78:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiVSpace.h:43:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:4217:49: error: Shifting by a negative value is undefined behaviour [shiftNegative]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1023:40: style: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'close_event'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:282:32: note: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'close_event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1023:40: note: Function 'closeEvent' argument 1 names different: declaration 'e' definition 'close_event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1074:48: style: Function 'dragEnterEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:278:40: note: Function 'dragEnterEvent' argument 1 names different: declaration 'ev' definition 'event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1074:48: note: Function 'dragEnterEvent' argument 1 names different: declaration 'ev' definition 'event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1084:38: style: Function 'dropEvent' argument 1 names different: declaration 'ev' definition 'event'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:280:30: note: Function 'dropEvent' argument 1 names different: declaration 'ev' definition 'event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1084:38: note: Function 'dropEvent' argument 1 names different: declaration 'ev' definition 'event'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1488:48: style: Function 'setCurrentWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:199:40: note: Function 'setCurrentWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1488:48: note: Function 'setCurrentWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1537:44: style: Function 'removeWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:201:36: note: Function 'removeWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1537:44: note: Function 'removeWorkArea' argument 1 names different: declaration 'work_area' definition 'wa'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1630:34: style: Function 'setBuffer' argument 1 names different: declaration 'b' definition 'newBuffer'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:136:26: note: Function 'setBuffer' argument 1 names different: declaration 'b' definition 'newBuffer'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1630:34: note: Function 'setBuffer' argument 1 names different: declaration 'b' definition 'newBuffer'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1779:32: style: Function 'autosaveAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:490:68: note: Function 'autosaveAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:1779:32: note: Function 'autosaveAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:2238:43: style: Function 'openDocument' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:162:40: note: Function 'openDocument' argument 1 names different: declaration 'filename' definition 'fname'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:2238:43: note: Function 'openDocument' argument 1 names different: declaration 'filename' definition 'fname'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:2471:57: style: Function 'newDocument' argument 2 names different: declaration 'fromTemplate' definition 'from_template'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:108:8: note: Function 'newDocument' argument 2 names different: declaration 'fromTemplate' definition 'from_template'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:2471:57: note: Function 'newDocument' argument 2 names different: declaration 'fromTemplate' definition 'from_template'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3176:37: style: Function 'reloadBuffer' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:442:29: note: Function 'reloadBuffer' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3176:37: note: Function 'reloadBuffer' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3394:48: style: Function 'openChildDocument' argument 1 names different: declaration 'filename' definition 'fname'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.h:261:45: note: Function 'openChildDocument' argument 1 names different: declaration 'filename' definition 'fname'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3394:48: note: Function 'openChildDocument' argument 1 names different: declaration 'filename' definition 'fname'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3495:106: style: Function 'runAndDestroy' argument 3 names different: declaration 'buffer' definition 'clone'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:493:89: note: Function 'runAndDestroy' argument 3 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3495:106: note: Function 'runAndDestroy' argument 3 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3508:95: style: Function 'compileAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:489:78: note: Function 'compileAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3508:95: note: Function 'compileAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3515:94: style: Function 'exportAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:488:77: note: Function 'exportAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3515:94: note: Function 'exportAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3522:95: style: Function 'previewAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:487:78: note: Function 'previewAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:3522:95: note: Function 'previewAndDestroy' argument 2 names different: declaration 'buffer' definition 'clone'.
lyx-2.3.0/src/frontends/qt4/TocModel.h:40:2: style: Class 'TocModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/TocModel.h:89:2: style: Class 'TocModelSortProxyModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:275:2: style: Class 'GuiViewPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:4401:2: style: Class 'cmpCStr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiView.cpp:4495:3: style: Throwing a copy of the caught exception instead of rethrowing the original exception. [exceptRethrowCopy]
lyx-2.3.0/src/frontends/qt4/GuiViewSource.cpp:312:60: style: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'ev'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:82:43: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'ev'.
lyx-2.3.0/src/frontends/qt4/GuiViewSource.cpp:312:60: note: Function 'eventFilter' argument 2 names different: declaration 'event' definition 'ev'.
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:46:2: style: Class 'ViewSourceWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:107:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:107:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:108:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:108:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:109:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:109:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:110:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:110:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:111:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:111:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:112:7: style: The function 'canApplyToReadOnly' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:176:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:112:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:113:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:113:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:114:7: style: The function 'enableView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:140:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:114:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:115:7: style: The function 'saveSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:76:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:115:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:116:7: style: The function 'restoreSession' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:83:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:116:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:117:7: style: The function 'wantInitialFocus' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:133:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:117:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:122:7: style: The function 'onBufferViewChanged' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:269:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiViewSource.h:122:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:536:57: style: Function 'dispatch' argument 1 names different: declaration 'cmd0' definition 'cmd'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea_Private.h:109:36: note: Function 'dispatch' argument 1 names different: declaration 'cmd0' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:536:57: note: Function 'dispatch' argument 1 names different: declaration 'cmd0' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:821:49: style: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:145:37: note: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:821:49: note: Function 'mousePressEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:852:51: style: Function 'mouseReleaseEvent' argument 1 names different: declaration 'ev' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:147:39: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:852:51: note: Function 'mouseReleaseEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:864:48: style: Function 'mouseMoveEvent' argument 1 names different: declaration 'ev' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:151:36: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:864:48: note: Function 'mouseMoveEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1256:56: style: Function 'inputMethodEvent' argument 1 names different: declaration 'ev' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:158:44: note: Function 'inputMethodEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1256:56: note: Function 'inputMethodEvent' argument 1 names different: declaration 'ev' definition 'e'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1854:44: style: Function 'on_currentTabChanged' argument 1 names different: declaration 'index' definition 'i'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.h:261:32: note: Function 'on_currentTabChanged' argument 1 names different: declaration 'index' definition 'i'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1854:44: note: Function 'on_currentTabChanged' argument 1 names different: declaration 'index' definition 'i'.
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1921:3: performance: Variable 'filename_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea_Private.h:58:7: style: Technically the member function 'lyx::frontend::DoubleClick::operator==' can be const. [functionConst]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:219:16: style: Technically the member function 'lyx::frontend::CursorWidget::rect' can be const. [functionConst]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:253:3: style: Struct 'Private' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:253:3: style: Struct 'Private' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea_Private.h:56:2: style: Class 'DoubleClick' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea_Private.h:93:2: style: Struct 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWorkArea.cpp:1079:38: performance: Function parameter 'sym' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:28:2: style: Class 'GuiWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:36:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:86:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:36:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:37:7: style: The function 'updateContents' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/GuiDialog.h:88:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:37:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:38:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:39:7: style: The function 'clearParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:157:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:39:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:40:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:40:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:41:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/GuiWrap.h:41:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:103:7: style: The function 'synchronousFunctionCall' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:43:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InGuiThread.h:103:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:38:7: style: The function 'applyView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:119:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:38:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:50:7: style: The function 'updateView' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:136:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:50:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:51:7: style: The function 'dispatchParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:160:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:51:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:52:7: style: The function 'isBufferDependent' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:165:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:52:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:53:7: style: The function 'canApply' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:195:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:53:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:54:7: style: The function 'initialiseParams' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/frontends/qt4/Dialog.h:154:15: note: Virtual function in base class
lyx-2.3.0/src/frontends/qt4/InsetParamsDialog.h:54:7: note: Function in derived class
lyx-2.3.0/src/frontends/qt4/LayoutBox.cpp:87:2: style: Class 'GuiLayoutFilterModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/LengthCombo.h:52:15: warning: Virtual function 'hasActivated' is called from constructor 'LengthCombo(QWidget*parent)' at line 40. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/frontends/qt4/LengthCombo.cpp:40:14: note: Calling hasActivated
lyx-2.3.0/src/frontends/qt4/LengthCombo.h:52:15: note: hasActivated is a virtual method
lyx-2.3.0/src/frontends/qt4/Menus.cpp:1373:77: style: Function 'expandTocSubmenu' argument 2 names different: declaration 'toc_list' definition 'toc'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/Menus.cpp:359:62: note: Function 'expandTocSubmenu' argument 2 names different: declaration 'toc_list' definition 'toc'.
lyx-2.3.0/src/frontends/qt4/Menus.cpp:1373:77: note: Function 'expandTocSubmenu' argument 2 names different: declaration 'toc_list' definition 'toc'.
lyx-2.3.0/src/frontends/qt4/Menus.cpp:2101:7: performance: Technically the member function 'lyx::frontend::Impl::macxMenuBarInit' can be static. [functionStatic]
lyx-2.3.0/src/frontends/qt4/Menus.cpp:2151:19: note: Technically the member function 'lyx::frontend::Impl::macxMenuBarInit' can be static.
lyx-2.3.0/src/frontends/qt4/Menus.cpp:2101:7: note: Technically the member function 'lyx::frontend::Impl::macxMenuBarInit' can be static.
lyx-2.3.0/src/frontends/qt4/Menus.cpp:386:2: style: Class 'MenuNamesEqual' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/PanelStack.cpp:173:48: style: Function 'switchPanel' argument 1 names different: declaration 'it' definition 'item'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/PanelStack.h:63:37: note: Function 'switchPanel' argument 1 names different: declaration 'it' definition 'item'.
lyx-2.3.0/src/frontends/qt4/PanelStack.cpp:173:48: note: Function 'switchPanel' argument 1 names different: declaration 'it' definition 'item'.
lyx-2.3.0/src/frontends/qt4/TocModel.cpp:47:2: style: Class 'TocTypeModel' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:140:61: style: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/TocWidget.h:44:51: note: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:140:61: note: Function 'getStatus' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:179:62: style: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/TocWidget.h:42:52: note: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:179:62: note: Function 'doDispatch' argument 2 names different: declaration 'fr' definition 'cmd'.
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:315:51: style: Function 'on_typeCO_currentIndexChanged' argument 1 names different: declaration 'value' definition 'index'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/TocWidget.h:65:41: note: Function 'on_typeCO_currentIndexChanged' argument 1 names different: declaration 'value' definition 'index'.
lyx-2.3.0/src/frontends/qt4/TocWidget.cpp:315:51: note: Function 'on_typeCO_currentIndexChanged' argument 1 names different: declaration 'value' definition 'index'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:41:55: style: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/Validator.h:56:39: note: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:41:55: note: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:127:59: style: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/Validator.h:100:39: note: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:127:59: note: Function 'validate' argument 1 names different: declaration 'data' definition 'qtext'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:234:54: style: Function 'setChecker' argument 1 names different: declaration 'doc_type' definition 'type'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/Validator.h:166:40: note: Function 'setChecker' argument 1 names different: declaration 'doc_type' definition 'type'.
lyx-2.3.0/src/frontends/qt4/Validator.cpp:234:54: note: Function 'setChecker' argument 1 names different: declaration 'doc_type' definition 'type'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:155:35: style: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:58:21: note: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:155:35: note: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:172:38: style: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:61:37: note: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:172:38: note: Function 'lengthToWidgets' argument 4 names different: declaration 'default_unit' definition 'defaultUnit'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:382:66: style: Function 'changeExtension' argument 2 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:190:66: note: Function 'changeExtension' argument 2 names different: declaration 'extension' definition 'ext'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:382:66: note: Function 'changeExtension' argument 2 names different: declaration 'extension' definition 'ext'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:398:60: style: Function 'addExtension' argument 2 names different: declaration 'extension' definition 'ext'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:200:60: note: Function 'addExtension' argument 2 names different: declaration 'extension' definition 'ext'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:398:60: note: Function 'addExtension' argument 2 names different: declaration 'extension' definition 'ext'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:610:41: style: Function 'fileFilters' argument 1 names different: declaration 'description' definition 'desc'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:188:41: note: Function 'fileFilters' argument 1 names different: declaration 'description' definition 'desc'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:610:41: note: Function 'fileFilters' argument 1 names different: declaration 'description' definition 'desc'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:626:41: style: Function 'formatToolTip' argument 2 names different: declaration 'width' definition 'em'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:222:41: note: Function 'formatToolTip' argument 2 names different: declaration 'width' definition 'em'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:626:41: note: Function 'formatToolTip' argument 2 names different: declaration 'width' definition 'em'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:658:43: style: Function 'qtHtmlToPlainText' argument 1 names different: declaration 'qstr' definition 'html'. [funcArgNamesDifferent]
lyx-2.3.0/src/frontends/qt4/qt_helpers.h:245:43: note: Function 'qtHtmlToPlainText' argument 1 names different: declaration 'qstr' definition 'html'.
lyx-2.3.0/src/frontends/qt4/qt_helpers.cpp:658:43: note: Function 'qtHtmlToPlainText' argument 1 names different: declaration 'qstr' definition 'html'.
lyx-2.3.0/src/graphics/GraphicsConverter.cpp:281:20: style: Function 'build_script' argument 3 names different: declaration 'to_file_base' definition 'to_file'. [funcArgNamesDifferent]
lyx-2.3.0/src/graphics/GraphicsConverter.cpp:125:46: note: Function 'build_script' argument 3 names different: declaration 'to_file_base' definition 'to_file'.
lyx-2.3.0/src/graphics/GraphicsConverter.cpp:281:20: note: Function 'build_script' argument 3 names different: declaration 'to_file_base' definition 'to_file'.
lyx-2.3.0/src/graphics/GraphicsLoader.h:43:2: style: Class 'Loader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/GraphicsParams.h:36:2: style: Class 'BoundingBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/GraphicsLoader.cpp:171:2: style: Class 'Impl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/PreviewImage.cpp:108:43: style: Function 'Impl' argument 4 names different: declaration 'f' definition 'bf'. [funcArgNamesDifferent]
lyx-2.3.0/src/graphics/PreviewImage.cpp:34:42: note: Function 'Impl' argument 4 names different: declaration 'f' definition 'bf'.
lyx-2.3.0/src/graphics/PreviewImage.cpp:108:43: note: Function 'Impl' argument 4 names different: declaration 'f' definition 'bf'.
lyx-2.3.0/src/graphics/PreviewImage.cpp:38:16: style: Technically the member function 'lyx::graphics::Impl::image' can be const. [functionConst]
lyx-2.3.0/src/graphics/PreviewImage.cpp:128:35: note: Technically the member function 'lyx::graphics::Impl::image' can be const.
lyx-2.3.0/src/graphics/PreviewImage.cpp:38:16: note: Technically the member function 'lyx::graphics::Impl::image' can be const.
lyx-2.3.0/src/graphics/PreviewImage.cpp:40:7: style: Technically the member function 'lyx::graphics::Impl::statusChanged' can be const. [functionConst]
lyx-2.3.0/src/graphics/PreviewImage.cpp:137:26: note: Technically the member function 'lyx::graphics::Impl::statusChanged' can be const.
lyx-2.3.0/src/graphics/PreviewImage.cpp:40:7: note: Technically the member function 'lyx::graphics::Impl::statusChanged' can be const.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:253:45: style: Function 'PreviewLoader' argument 1 names different: declaration 'buffer' definition 'b'. [funcArgNamesDifferent]
lyx-2.3.0/src/graphics/PreviewLoader.h:41:31: note: Function 'PreviewLoader' argument 1 names different: declaration 'buffer' definition 'b'.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:253:45: note: Function 'PreviewLoader' argument 1 names different: declaration 'buffer' definition 'b'.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:194:25: performance: Technically the member function 'lyx::graphics::Impl::setConverter' can be static. [functionStatic]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:408:45: note: Technically the member function 'lyx::graphics::Impl::setConverter' can be static.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:194:25: note: Technically the member function 'lyx::graphics::Impl::setConverter' can be static.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:202:7: performance: Technically the member function 'lyx::graphics::Impl::dumpData' can be static. [functionStatic]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:871:27: note: Technically the member function 'lyx::graphics::Impl::dumpData' can be static.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:202:7: note: Technically the member function 'lyx::graphics::Impl::dumpData' can be static.
lyx-2.3.0/src/graphics/PreviewLoader.cpp:401:2: style: Class 'Impl' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:401:2: style: Class 'Impl' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:130:2: style: Class 'FindFirst' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:496:2: style: Class 'FindSnippet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/graphics/PreviewLoader.cpp:555:2: style: Class 'EraseSnippet' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTemplate.cpp:77:2: style: Class 'DumpPreambleDef' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTemplate.cpp:94:2: style: Class 'DumpTemplate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTemplate.cpp:140:2: style: Class 'DumpFormat' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/ExternalTransforms.cpp:40:55: style: Function 'set' argument 2 names different: declaration 'contents' definition 'data'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/ExternalTransforms.h:52:55: note: Function 'set' argument 2 names different: declaration 'contents' definition 'data'.
lyx-2.3.0/src/insets/ExternalTransforms.cpp:40:55: note: Function 'set' argument 2 names different: declaration 'contents' definition 'data'.
lyx-2.3.0/src/insets/Inset.cpp:382:15: style: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/Inset.h:185:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/insets/Inset.cpp:382:15: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/insets/Inset.h:216:7: performance: Technically the member function 'lyx::Inset::metricsMarkers' can be static. [functionStatic]
lyx-2.3.0/src/insets/Inset.cpp:515:13: note: Technically the member function 'lyx::Inset::metricsMarkers' can be static.
lyx-2.3.0/src/insets/Inset.h:216:7: note: Technically the member function 'lyx::Inset::metricsMarkers' can be static.
lyx-2.3.0/src/insets/Inset.h:218:7: performance: Technically the member function 'lyx::Inset::metricsMarkers2' can be static. [functionStatic]
lyx-2.3.0/src/insets/Inset.cpp:522:13: note: Technically the member function 'lyx::Inset::metricsMarkers2' can be static.
lyx-2.3.0/src/insets/Inset.h:218:7: note: Technically the member function 'lyx::Inset::metricsMarkers2' can be static.
lyx-2.3.0/src/insets/InsetArgument.h:49:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:49:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:59:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:59:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetArgument.h:95:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetArgument.h:95:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.cpp:611:44: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetBox.h:132:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetBox.cpp:611:44: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetBox.cpp:612:29: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetBox.h:132:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetBox.cpp:612:29: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetBox.h:106:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:106:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBox.h:137:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetBox.h:137:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetBranch.cpp:301:47: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetBranch.h:76:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetBranch.cpp:301:47: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetBranch.cpp:302:28: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetBranch.h:76:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetBranch.cpp:302:28: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetBranch.h:93:7: style: Unused private function: 'InsetBranch::setParams' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetCaption.cpp:96:49: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:85:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCaption.cpp:96:49: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCaption.cpp:276:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:76:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCaption.cpp:276:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCaption.cpp:277:29: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:76:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetCaption.cpp:277:29: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetCaption.cpp:298:45: style: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:81:32: note: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetCaption.cpp:298:45: note: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetCaption.cpp:298:70: style: Function 'xhtml' argument 2 names different: declaration 'runparams' definition 'rp'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:81:57: note: Function 'xhtml' argument 2 names different: declaration 'runparams' definition 'rp'.
lyx-2.3.0/src/insets/InsetCaption.cpp:298:70: note: Function 'xhtml' argument 2 names different: declaration 'runparams' definition 'rp'.
lyx-2.3.0/src/insets/InsetCaption.cpp:358:56: style: Function 'getCaptionAsHTML' argument 1 names different: declaration 'os' definition 'xs'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaption.h:34:43: note: Function 'getCaptionAsHTML' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetCaption.cpp:358:56: note: Function 'getCaptionAsHTML' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetCaption.h:83:7: style: Unused private function: 'InsetCaption::setCustomLabel' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetCaption.h:28:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:28:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaption.h:81:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetCaption.h:81:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:78:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:78:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:80:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:80:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.h:97:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloat.h:97:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:68:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:68:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:77:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:77:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.h:89:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetWrap.h:89:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetCaptionable.cpp:99:53: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCaptionable.h:45:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCaptionable.cpp:99:53: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCitation.cpp:459:50: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCitation.h:69:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCitation.cpp:459:50: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCitation.cpp:474:49: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCitation.h:56:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCitation.cpp:474:49: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCitation.h:85:16: performance: Technically the member function 'lyx::InsetCitation::getCitationStyle' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetCitation.cpp:95:30: note: Technically the member function 'lyx::InsetCitation::getCitationStyle' can be static.
lyx-2.3.0/src/insets/InsetCitation.h:85:16: note: Technically the member function 'lyx::InsetCitation::getCitationStyle' can be static.
lyx-2.3.0/src/insets/InsetCitation.h:88:33: performance: Technically the member function 'lyx::InsetCitation::getQualifiedLists' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetCitation.cpp:327:42: note: Technically the member function 'lyx::InsetCitation::getQualifiedLists' can be static.
lyx-2.3.0/src/insets/InsetCitation.h:88:33: note: Technically the member function 'lyx::InsetCitation::getQualifiedLists' can be static.
lyx-2.3.0/src/insets/InsetCollapsible.cpp:604:63: style: Function 'setStatus' argument 2 names different: declaration 'st' definition 'status'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCollapsible.h:92:54: note: Function 'setStatus' argument 2 names different: declaration 'st' definition 'status'.
lyx-2.3.0/src/insets/InsetCollapsible.cpp:604:63: note: Function 'setStatus' argument 2 names different: declaration 'st' definition 'status'.
lyx-2.3.0/src/insets/InsetCollapsible.cpp:670:53: style: Function 'addToToc' argument 1 names different: declaration 'dit' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCollapsible.h:154:36: note: Function 'addToToc' argument 1 names different: declaration 'dit' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCollapsible.cpp:670:53: note: Function 'addToToc' argument 1 names different: declaration 'dit' definition 'cpit'.
lyx-2.3.0/src/insets/InsetCollapsible.cpp:54:19: warning: Member variable 'InsetCollapsible::view_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetCollapsible.h:33:1: warning: The class 'InsetCollapsible' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetCommand.cpp:153:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCommand.h:85:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCommand.cpp:153:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetCommand.cpp:68:15: warning: Member variable 'InsetCommand::mouse_hover_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetCommandParams.cpp:269:52: style: Function 'setCmdName' argument 1 names different: declaration 'n' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCommandParams.h:146:38: note: Function 'setCmdName' argument 1 names different: declaration 'n' definition 'name'.
lyx-2.3.0/src/insets/InsetCommandParams.cpp:269:52: note: Function 'setCmdName' argument 1 names different: declaration 'n' definition 'name'.
lyx-2.3.0/src/insets/InsetCommandParams.cpp:363:61: style: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetCommandParams.h:138:47: note: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'.
lyx-2.3.0/src/insets/InsetCommandParams.cpp:363:61: note: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'.
lyx-2.3.0/src/insets/InsetCommandParams.cpp:185:2: performance: Variable 'info_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/insets/InsetCommandParams.h:170:14: performance: Technically the member function 'lyx::InsetCommandParams::getDefaultCmd' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetCommandParams.cpp:195:28: note: Technically the member function 'lyx::InsetCommandParams::getDefaultCmd' can be static.
lyx-2.3.0/src/insets/InsetCommandParams.h:170:14: note: Technically the member function 'lyx::InsetCommandParams::getDefaultCmd' can be static.
lyx-2.3.0/src/insets/InsetFloatList.h:48:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:48:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloatList.h:73:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFloatList.h:73:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:41:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:41:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:43:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:43:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetHyperlink.h:56:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetHyperlink.h:56:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:52:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:52:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:62:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:62:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:77:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:77:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIndex.h:108:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIndex.h:108:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLine.h:46:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetLine.h:46:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:37:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:37:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:53:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:53:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:97:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:97:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.h:131:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNomencl.h:131:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:38:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:38:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetTOC.h:49:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetTOC.h:49:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.cpp:56:44: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetERT.h:51:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetERT.cpp:56:44: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetERT.cpp:57:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'rp'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetERT.h:51:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'rp'.
lyx-2.3.0/src/insets/InsetERT.cpp:57:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'rp'.
lyx-2.3.0/src/insets/InsetERT.h:47:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:47:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetERT.h:56:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetERT.h:56:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetExternal.cpp:507:50: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetExternal.h:121:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetExternal.cpp:507:50: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetExternal.cpp:747:49: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetExternal.h:139:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetExternal.cpp:747:49: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetExternal.cpp:748:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetExternal.h:139:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetExternal.cpp:748:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetExternal.cpp:427:16: warning: Member variable 'InsetExternal::mouse_hover_' is not initialized in the constructor. [uninitMemberVarPrivate]
lyx-2.3.0/src/insets/InsetExternal.h:161:7: style: Unused private function: 'InsetExternal::statusChanged' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetFlex.h:23:1: warning: The class 'InsetFlex' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetFlex.h:28:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFlex.h:28:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFloat.cpp:397:28: style: Redundant condition: params_.sideways. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
lyx-2.3.0/src/insets/InsetFloat.cpp:117:33: style: Function 'InsetFloat' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFloat.h:57:22: note: Function 'InsetFloat' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetFloat.cpp:117:33: note: Function 'InsetFloat' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetFloat.cpp:408:46: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFloat.h:92:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFloat.cpp:408:46: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFloat.cpp:408:71: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFloat.h:92:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetFloat.cpp:408:71: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetFloat.cpp:117:45: performance: Function parameter 'params_str' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/insets/InsetFloatList.cpp:164:50: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFloatList.h:45:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFloatList.cpp:164:50: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFoot.cpp:98:45: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFoot.h:35:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFoot.cpp:98:45: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetFoot.cpp:99:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetFoot.h:35:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetFoot.cpp:99:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetFoot.h:33:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:33:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetFoot.h:44:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetFoot.h:44:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:85:60: style: Function 'copy' argument 1 names different: declaration 'params' definition 'igp'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetGraphicsParams.h:91:40: note: Function 'copy' argument 1 names different: declaration 'params' definition 'igp'.
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:85:60: note: Function 'copy' argument 1 names different: declaration 'params' definition 'igp'.
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:137:62: style: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetGraphicsParams.h:74:47: note: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'.
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:137:62: note: Function 'Write' argument 2 names different: declaration 'buf' definition 'buffer'.
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::filename' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::lyxscale' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::display' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::scale' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::width' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::height' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::keepAspectRatio' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::draft' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::scaleBeforeRotation' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::bbox' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::clip' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::rotateAngle' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::rotateOrigin' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::special' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:44:22: warning: Member variable 'InsetGraphicsParams::groupId' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::filename' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::lyxscale' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::display' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::scale' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::width' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::height' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::keepAspectRatio' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::draft' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::scaleBeforeRotation' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::bbox' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::clip' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::rotateAngle' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::rotateOrigin' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::special' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetGraphicsParams.cpp:53:44: warning: Member variable 'InsetGraphicsParams::groupId' is not assigned a value in 'InsetGraphicsParams::operator='. [operatorEqVarError]
lyx-2.3.0/src/insets/InsetHyperlink.cpp:186:50: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetHyperlink.h:51:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetHyperlink.cpp:186:50: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/RenderPreview.h:48:2: style: Class 'RenderPreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/RenderPreview.h:113:2: style: Class 'RenderMonitoredPreview' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/InsetIPA.h:53:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:53:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPA.h:80:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPA.h:80:12: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:50:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:33:23: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:50:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:53:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:37:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:53:7: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:55:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:39:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:55:7: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:89:26: style: The function 'asPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:51:26: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:89:26: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:115:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:39:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:115:7: note: Function in derived class
lyx-2.3.0/src/insets/RenderPreview.h:130:35: style: The function 'asMonitoredPreview' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:52:35: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderPreview.h:130:35: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:285:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetIPAMacro.h:79:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:285:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:286:29: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetIPAMacro.h:79:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:286:29: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:514:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetIPAMacro.h:150:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetIPAMacro.cpp:514:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetIPAMacro.h:65:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:65:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:84:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:84:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:96:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:96:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:155:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:155:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetIPAMacro.h:159:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetIPAMacro.h:159:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInclude.cpp:344:57: style: Function 'setParams' argument 1 names different: declaration 'params' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInclude.h:159:44: note: Function 'setParams' argument 1 names different: declaration 'params' definition 'p'.
lyx-2.3.0/src/insets/InsetInclude.cpp:344:57: note: Function 'setParams' argument 1 names different: declaration 'params' definition 'p'.
lyx-2.3.0/src/insets/InsetInclude.cpp:920:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInclude.h:101:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetInclude.cpp:920:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetInclude.cpp:1227:49: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInclude.h:112:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetInclude.cpp:1227:49: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetInclude.h:50:7: style: Technically the member function 'lyx::InsetInclude::setChildBuffer' can be const. [functionConst]
lyx-2.3.0/src/insets/InsetInclude.cpp:217:20: note: Technically the member function 'lyx::InsetInclude::setChildBuffer' can be const.
lyx-2.3.0/src/insets/InsetInclude.h:50:7: note: Technically the member function 'lyx::InsetInclude::setChildBuffer' can be const.
lyx-2.3.0/src/insets/InsetIndex.cpp:353:47: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetIndex.h:74:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetIndex.cpp:353:47: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetInfo.cpp:94:51: style: Function 'InsetInfo' argument 2 names different: declaration 'info' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInfo.h:96:46: note: Function 'InsetInfo' argument 2 names different: declaration 'info' definition 'name'.
lyx-2.3.0/src/insets/InsetInfo.cpp:94:51: note: Function 'InsetInfo' argument 2 names different: declaration 'info' definition 'name'.
lyx-2.3.0/src/insets/InsetInfo.cpp:161:58: style: Function 'validateModifyArgument' argument 1 names different: declaration 'argument' definition 'arg'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInfo.h:121:48: note: Function 'validateModifyArgument' argument 1 names different: declaration 'argument' definition 'arg'.
lyx-2.3.0/src/insets/InsetInfo.cpp:161:58: note: Function 'validateModifyArgument' argument 1 names different: declaration 'argument' definition 'arg'.
lyx-2.3.0/src/insets/InsetInfo.cpp:273:40: style: Function 'setInfo' argument 1 names different: declaration 'info' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetInfo.h:129:35: note: Function 'setInfo' argument 1 names different: declaration 'info' definition 'name'.
lyx-2.3.0/src/insets/InsetInfo.cpp:273:40: note: Function 'setInfo' argument 1 names different: declaration 'info' definition 'name'.
lyx-2.3.0/src/insets/InsetInfo.h:100:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:100:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:121:7: style: The function 'validateModifyArgument' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:312:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:121:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetInfo.h:133:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetInfo.h:133:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetLabel.cpp:146:51: style: Function 'updateBuffer' argument 1 names different: declaration 'it' definition 'par'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetLabel.h:58:40: note: Function 'updateBuffer' argument 1 names different: declaration 'it' definition 'par'.
lyx-2.3.0/src/insets/InsetLabel.cpp:146:51: note: Function 'updateBuffer' argument 1 names different: declaration 'it' definition 'par'.
lyx-2.3.0/src/insets/InsetLabel.cpp:174:47: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetLabel.h:60:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetLabel.cpp:174:47: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetLabel.cpp:277:46: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetLabel.h:51:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetLabel.cpp:277:46: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetLayout.cpp:80:32: style: Function 'read' argument 1 names different: declaration 'lexrc' definition 'lex'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetLayout.h:59:20: note: Function 'read' argument 1 names different: declaration 'lexrc' definition 'lex'.
lyx-2.3.0/src/insets/InsetLayout.cpp:80:32: note: Function 'read' argument 1 names different: declaration 'lexrc' definition 'lex'.
lyx-2.3.0/src/insets/InsetLine.cpp:178:45: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetLine.h:51:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetLine.cpp:178:45: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetListings.h:51:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:51:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetListings.h:59:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetListings.h:59:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetListingsParams.cpp:950:41: style: Function 'onoff' argument 1 names different: declaration 'key' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetListingsParams.cpp:313:28: note: Function 'onoff' argument 1 names different: declaration 'key' definition 'name'.
lyx-2.3.0/src/insets/InsetListingsParams.cpp:950:41: note: Function 'onoff' argument 1 names different: declaration 'key' definition 'name'.
lyx-2.3.0/src/insets/InsetListingsParams.cpp:1048:18: style: Function 'addParam' argument 2 names different: declaration 'value' definition 'val'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetListingsParams.h:41:61: note: Function 'addParam' argument 2 names different: declaration 'value' definition 'val'.
lyx-2.3.0/src/insets/InsetListingsParams.cpp:1048:18: note: Function 'addParam' argument 2 names different: declaration 'value' definition 'val'.
lyx-2.3.0/src/insets/InsetListingsParams.cpp:1158:60: style: Function 'fromEncodedString' argument 1 names different: declaration 'par' definition 'in'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetListingsParams.h:59:45: note: Function 'fromEncodedString' argument 1 names different: declaration 'par' definition 'in'.
lyx-2.3.0/src/insets/InsetListingsParams.cpp:1158:60: note: Function 'fromEncodedString' argument 1 names different: declaration 'par' definition 'in'.
lyx-2.3.0/src/insets/InsetMarginal.cpp:33:49: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetMarginal.h:34:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetMarginal.cpp:33:49: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetMarginal.cpp:34:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetMarginal.h:34:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetMarginal.cpp:34:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetMarginal.h:32:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetMarginal.h:32:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewline.cpp:164:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNewline.h:65:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNewline.cpp:164:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNewline.h:55:21: style: Unused private function: 'InsetNewline::params' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetNewline.h:70:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewline.h:70:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNewpage.cpp:44:55: style: Function 'InsetNewpage' argument 1 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNewpage.h:51:51: note: Function 'InsetNewpage' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetNewpage.cpp:44:55: note: Function 'InsetNewpage' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetNewpage.cpp:243:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNewpage.h:68:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNewpage.cpp:243:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNewpage.h:58:21: style: Unused private function: 'InsetNewpage::params' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetNewpage.h:73:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetNewpage.h:73:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetNomencl.cpp:99:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNomencl.h:48:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNomencl.cpp:99:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNomencl.cpp:144:49: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNomencl.h:43:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetNomencl.cpp:144:49: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetNote.cpp:254:45: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNote.h:88:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNote.cpp:254:45: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetNote.cpp:255:26: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams_in'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetNote.h:88:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams_in'.
lyx-2.3.0/src/insets/InsetNote.cpp:255:26: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams_in'.
lyx-2.3.0/src/insets/InsetPhantom.cpp:328:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetPhantom.h:79:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetPhantom.cpp:328:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetPhantom.cpp:329:29: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetPhantom.h:79:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetPhantom.cpp:329:29: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetPhantom.h:63:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:63:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:84:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:84:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPhantom.h:90:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPhantom.h:90:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetPreview.h:53:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetPreview.h:53:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetQuotes.cpp:114:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/src/insets/InsetQuotes.cpp:147:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/src/insets/InsetQuotes.cpp:180:6: style: The scope of the variable 'i' can be reduced. [variableScope]
lyx-2.3.0/src/insets/InsetQuotes.cpp:103:47: style: Function 'getQuoteStyle' argument 3 names different: declaration 'fallback' definition 'fb'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetQuotes.h:96:14: note: Function 'getQuoteStyle' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:103:47: note: Function 'getQuoteStyle' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:136:42: style: Function 'getQuoteSide' argument 3 names different: declaration 'fallback' definition 'fb'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetQuotes.h:100:13: note: Function 'getQuoteSide' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:136:42: note: Function 'getQuoteSide' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:169:43: style: Function 'getQuoteLevel' argument 3 names different: declaration 'fallback' definition 'fb'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetQuotes.h:104:14: note: Function 'getQuoteLevel' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:169:43: note: Function 'getQuoteLevel' argument 3 names different: declaration 'fallback' definition 'fb'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:929:47: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetQuotes.h:143:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetQuotes.cpp:929:47: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetQuotes.h:76:12: performance: Technically the member function 'lyx::InsetQuotesParams::getQuoteChar' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:201:30: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteChar' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:76:12: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteChar' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:81:12: performance: Technically the member function 'lyx::InsetQuotesParams::getLaTeXQuote' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:336:30: note: Technically the member function 'lyx::InsetQuotesParams::getLaTeXQuote' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:81:12: note: Technically the member function 'lyx::InsetQuotesParams::getLaTeXQuote' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:83:12: performance: Technically the member function 'lyx::InsetQuotesParams::getHTMLQuote' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:460:30: note: Technically the member function 'lyx::InsetQuotesParams::getHTMLQuote' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:83:12: note: Technically the member function 'lyx::InsetQuotesParams::getHTMLQuote' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:85:18: style: Technically the member function 'lyx::InsetQuotesParams::getGuiLabel' can be const. [functionConst]
lyx-2.3.0/src/insets/InsetQuotes.cpp:564:36: note: Technically the member function 'lyx::InsetQuotesParams::getGuiLabel' can be const.
lyx-2.3.0/src/insets/InsetQuotes.h:85:18: note: Technically the member function 'lyx::InsetQuotesParams::getGuiLabel' can be const.
lyx-2.3.0/src/insets/InsetQuotes.h:90:6: performance: Technically the member function 'lyx::InsetQuotesParams::stylescount' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:90:24: note: Technically the member function 'lyx::InsetQuotesParams::stylescount' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:90:6: note: Technically the member function 'lyx::InsetQuotesParams::stylescount' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:92:7: performance: Technically the member function 'lyx::InsetQuotesParams::getStyleChar' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:96:25: note: Technically the member function 'lyx::InsetQuotesParams::getStyleChar' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:92:7: note: Technically the member function 'lyx::InsetQuotesParams::getStyleChar' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:94:13: style: Technically the member function 'lyx::InsetQuotesParams::getQuoteStyle' can be const. [functionConst]
lyx-2.3.0/src/insets/InsetQuotes.cpp:102:50: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteStyle' can be const.
lyx-2.3.0/src/insets/InsetQuotes.h:94:13: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteStyle' can be const.
lyx-2.3.0/src/insets/InsetQuotes.h:98:12: performance: Technically the member function 'lyx::InsetQuotesParams::getQuoteSide' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:135:49: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteSide' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:98:12: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteSide' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:102:13: performance: Technically the member function 'lyx::InsetQuotesParams::getQuoteLevel' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:168:50: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteLevel' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:102:13: note: Technically the member function 'lyx::InsetQuotesParams::getQuoteLevel' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:184:32: performance: Technically the member function 'lyx::InsetQuotes::getStyle' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetQuotes.cpp:674:44: note: Technically the member function 'lyx::InsetQuotes::getStyle' can be static.
lyx-2.3.0/src/insets/InsetQuotes.h:184:32: note: Technically the member function 'lyx::InsetQuotes::getStyle' can be static.
lyx-2.3.0/src/insets/InsetRef.cpp:41:29: style: Function 'InsetRef' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetRef.h:38:20: note: Function 'InsetRef' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetRef.cpp:41:29: note: Function 'InsetRef' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetRef.cpp:214:44: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetRef.h:58:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetRef.cpp:214:44: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetRef.cpp:367:45: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetRef.h:73:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetRef.cpp:367:45: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetRef.cpp:46:11: warning: Member variable 'InsetRef::screen_label_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetRef.cpp:46:11: warning: Member variable 'InsetRef::tooltip_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/insets/InsetRef.h:21:1: warning: The class 'InsetRef' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetRef.cpp:385:15: performance: Use const reference for 'cmd' to avoid unnecessary data copying. [redundantCopyLocalConst]
lyx-2.3.0/src/insets/InsetScript.cpp:326:47: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetScript.h:91:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetScript.cpp:326:47: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetScript.cpp:327:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetScript.h:91:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetScript.cpp:327:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetScript.h:68:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:68:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetScript.h:105:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetScript.h:105:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.cpp:42:61: style: Function 'InsetSeparator' argument 1 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetSeparator.h:46:55: note: Function 'InsetSeparator' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetSeparator.cpp:42:61: note: Function 'InsetSeparator' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetSeparator.cpp:162:50: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetSeparator.h:79:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetSeparator.cpp:162:50: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetSeparator.h:69:23: style: Unused private function: 'InsetSeparator::params' [unusedPrivateFunction]
lyx-2.3.0/src/insets/InsetSeparator.h:93:12: performance: Technically the member function 'lyx::InsetSeparator::ColorName' can be static. [functionStatic]
lyx-2.3.0/src/insets/InsetSeparator.cpp:133:27: note: Technically the member function 'lyx::InsetSeparator::ColorName' can be static.
lyx-2.3.0/src/insets/InsetSeparator.h:93:12: note: Technically the member function 'lyx::InsetSeparator::ColorName' can be static.
lyx-2.3.0/src/insets/InsetSeparator.h:54:12: style: The function 'layoutName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:446:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:54:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSeparator.h:84:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSeparator.h:84:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.cpp:47:49: style: Function 'InsetSpace' argument 1 names different: declaration 'par' definition 'params'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetSpace.h:101:47: note: Function 'InsetSpace' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetSpace.cpp:47:49: note: Function 'InsetSpace' argument 1 names different: declaration 'par' definition 'params'.
lyx-2.3.0/src/insets/InsetSpace.cpp:629:46: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetSpace.h:127:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetSpace.cpp:629:46: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetSpace.h:115:12: style: The function 'toolTip' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:435:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:115:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:132:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:132:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpace.h:138:7: style: The function 'forOutliner' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:341:15: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetSpace.h:138:7: note: Function in derived class
lyx-2.3.0/src/insets/InsetSpecialChar.cpp:474:52: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetSpecialChar.h:76:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetSpecialChar.cpp:474:52: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetTOC.cpp:122:44: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTOC.h:44:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetTOC.cpp:122:44: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5128:6: style: Condition '!master' is always true [knownConditionTrueFalse]
lyx-2.3.0/src/insets/InsetTabular.cpp:5117:19: note: Assignment 'master=0', assigned value is 0
lyx-2.3.0/src/insets/InsetTabular.cpp:5128:6: note: Condition '!master' is always true
lyx-2.3.0/src/insets/InsetTabular.cpp:5133:6: style: Condition '!master' is always true [knownConditionTrueFalse]
lyx-2.3.0/src/insets/InsetTabular.cpp:5117:19: note: Assignment 'master=0', assigned value is 0
lyx-2.3.0/src/insets/InsetTabular.cpp:5133:6: note: Condition '!master' is always true
lyx-2.3.0/src/insets/InsetTabular.cpp:522:47: style: Function 'featureAsString' argument 1 names different: declaration 'feature' definition 'action'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:1071:52: note: Function 'featureAsString' argument 1 names different: declaration 'feature' definition 'action'.
lyx-2.3.0/src/insets/InsetTabular.cpp:522:47: note: Function 'featureAsString' argument 1 names different: declaration 'feature' definition 'action'.
lyx-2.3.0/src/insets/InsetTabular.cpp:544:67: style: Function 'splitCell' argument 2 names different: declaration 'decimal_sym' definition 'align_d'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:1074:67: note: Function 'splitCell' argument 2 names different: declaration 'decimal_sym' definition 'align_d'.
lyx-2.3.0/src/insets/InsetTabular.cpp:544:67: note: Function 'splitCell' argument 2 names different: declaration 'decimal_sym' definition 'align_d'.
lyx-2.3.0/src/insets/InsetTabular.cpp:3105:40: style: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:519:32: note: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetTabular.cpp:3105:40: note: Function 'xhtml' argument 1 names different: declaration 'os' definition 'xs'.
lyx-2.3.0/src/insets/InsetTabular.cpp:3577:39: style: Function 'setBuffer' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:857:26: note: Function 'setBuffer' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetTabular.cpp:3577:39: note: Function 'setBuffer' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetTabular.cpp:4005:49: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:961:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetTabular.cpp:4005:49: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cpit'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5104:48: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:900:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5104:48: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5105:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:900:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5105:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5383:65: style: Function 'tabularFeatures' argument 2 names different: declaration 'what' definition 'argument'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:918:57: note: Function 'tabularFeatures' argument 2 names different: declaration 'what' definition 'argument'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5383:65: note: Function 'tabularFeatures' argument 2 names different: declaration 'what' definition 'argument'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5461:43: style: Function 'tabularFeatures' argument 3 names different: declaration 'val' definition 'value'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetTabular.h:921:29: note: Function 'tabularFeatures' argument 3 names different: declaration 'val' definition 'value'.
lyx-2.3.0/src/insets/InsetTabular.cpp:5461:43: note: Function 'tabularFeatures' argument 3 names different: declaration 'val' definition 'value'.
lyx-2.3.0/src/insets/InsetTabular.h:848:1: warning: The class 'InsetTabular' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetText.cpp:81:31: style: Function 'InsetText' argument 1 names different: declaration 'buffer' definition 'buf'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetText.h:44:30: note: Function 'InsetText' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetText.cpp:81:31: note: Function 'InsetText' argument 1 names different: declaration 'buffer' definition 'buf'.
lyx-2.3.0/src/insets/InsetText.cpp:532:45: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetText.h:81:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetText.cpp:532:45: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetText.cpp:533:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetText.h:81:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetText.cpp:533:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetText.cpp:827:46: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cdit'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetText.h:179:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cdit'.
lyx-2.3.0/src/insets/InsetText.cpp:827:46: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'cdit'.
lyx-2.3.0/src/insets/InsetText.cpp:92:2: performance: Variable 'frame_color_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/insets/InsetText.h:34:1: warning: The class 'InsetText' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/insets/InsetVSpace.cpp:219:47: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetVSpace.h:50:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetVSpace.cpp:219:47: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetVSpace.h:59:12: style: The function 'xhtml' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/Inset.h:333:20: note: Virtual function in base class
lyx-2.3.0/src/insets/InsetVSpace.h:59:12: note: Function in derived class
lyx-2.3.0/src/insets/InsetWrap.cpp:198:45: style: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetWrap.h:72:35: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetWrap.cpp:198:45: note: Function 'plaintext' argument 1 names different: declaration 'ods' definition 'os'.
lyx-2.3.0/src/insets/InsetWrap.cpp:199:30: style: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'. [funcArgNamesDifferent]
lyx-2.3.0/src/insets/InsetWrap.h:72:61: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/InsetWrap.cpp:199:30: note: Function 'plaintext' argument 2 names different: declaration 'op' definition 'runparams'.
lyx-2.3.0/src/insets/RenderGraphic.h:27:2: style: Class 'RenderGraphic' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/insets/RenderGraphic.h:29:15: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:33:23: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderGraphic.h:29:15: note: Function in derived class
lyx-2.3.0/src/insets/RenderGraphic.h:32:7: style: The function 'metrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:37:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderGraphic.h:32:7: note: Function in derived class
lyx-2.3.0/src/insets/RenderGraphic.h:34:7: style: The function 'draw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:39:15: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderGraphic.h:34:7: note: Function in derived class
lyx-2.3.0/src/insets/RenderGraphic.h:42:26: style: The function 'asGraphic' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/insets/RenderBase.h:50:26: note: Virtual function in base class
lyx-2.3.0/src/insets/RenderGraphic.h:42:26: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.cpp:94:44: style: Function 'draw' argument 1 names different: declaration 'pain' definition 'pi'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:30:26: note: Function 'draw' argument 1 names different: declaration 'pain' definition 'pi'.
lyx-2.3.0/src/mathed/InsetMathAMSArray.cpp:94:44: note: Function 'draw' argument 1 names different: declaration 'pain' definition 'pi'.
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:32:22: style: The function 'asAMSArrayInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:134:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:32:22: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:34:28: style: The function 'asAMSArrayInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:135:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:34:28: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:40:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:44:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:58:6: style: The function 'leftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:250:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:58:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:60:6: style: The function 'rightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:252:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:60:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:62:7: style: The function 'handlesMulticolumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathAMSArray.h:62:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:36:19: style: The function 'asArrayInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:136:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:36:19: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:38:25: style: The function 'asArrayInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:137:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:38:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:41:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:45:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:47:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:53:6: style: The function 'leftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:250:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:53:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:55:6: style: The function 'rightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:252:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:55:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathArray.h:57:7: style: The function 'handlesMulticolumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathArray.h:57:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:26:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:26:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:28:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:28:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:34:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:36:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:36:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:38:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBig.h:40:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBig.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.cpp:77:47: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:39:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.cpp:77:47: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:31:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:31:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:37:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:39:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:43:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:45:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:47:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBoldSymbol.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.cpp:52:45: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBox.h:34:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:52:45: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:160:46: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBox.h:69:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:160:46: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:295:49: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBox.h:96:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:295:49: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:382:47: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBox.h:135:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.cpp:382:47: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBox.h:57:2: style: Class 'InsetMathFBox' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathBox.h:119:2: style: Class 'InsetMathBoxed' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathBox.h:26:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:26:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:32:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:32:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:34:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:36:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:36:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:38:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:59:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:59:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:61:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:61:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:67:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:67:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:69:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:69:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:71:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:71:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:73:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:73:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:94:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:94:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:96:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:96:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:98:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:98:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:100:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:100:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:102:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:102:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:121:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:121:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:129:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:129:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:131:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:131:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:133:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:133:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBox.h:135:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathBox.h:135:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathBrace.cpp:81:47: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathBrace.h:41:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathBrace.cpp:81:47: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathCancel.cpp:98:48: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathCancel.h:37:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathCancel.cpp:98:48: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathCancel.h:35:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancel.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancel.h:37:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancel.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancel.h:43:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancel.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancel.h:45:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancel.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancelto.cpp:98:50: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathCancelto.h:33:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathCancelto.cpp:98:50: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathCancelto.h:31:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:31:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:33:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:39:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:41:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCancelto.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.cpp:35:55: style: Function 'InsetMathCases' argument 2 names different: declaration 'rows' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathCases.h:26:49: note: Function 'InsetMathCases' argument 2 names different: declaration 'rows' definition 'n'.
lyx-2.3.0/src/mathed/InsetMathCases.cpp:35:55: note: Function 'InsetMathCases' argument 2 names different: declaration 'rows' definition 'n'.
lyx-2.3.0/src/mathed/InsetMathCases.h:32:15: style: The function 'doDispatch' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathNest.h:142:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:32:15: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:40:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:42:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:44:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:46:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:48:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:54:6: style: The function 'displayColSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:266:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:54:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:56:6: style: The function 'leftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:250:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:56:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:58:6: style: The function 'rightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:252:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:58:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathCases.h:60:7: style: The function 'handlesMulticolumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathCases.h:60:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathChar.cpp:199:46: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathChar.h:42:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathChar.cpp:199:46: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathClass.h:30:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathClass.h:30:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathClass.h:32:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathClass.h:32:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathColor.cpp:109:47: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathColor.h:45:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathColor.cpp:109:47: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathColor.h:32:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathColor.h:32:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathColor.h:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathColor.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathColor.h:40:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathColor.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathColor.h:42:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathColor.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathColor.h:45:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathColor.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.cpp:68:44: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathComment.h:38:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathComment.cpp:68:44: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathComment.h:26:2: style: Class 'InsetMathComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathComment.h:28:2: style: Class 'InsetMathComment' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathComment.h:36:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:36:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:38:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:41:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:43:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:45:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:47:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:49:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathComment.h:51:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathComment.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:29:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:29:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:33:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:37:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:41:7: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:186:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:47:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:49:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDecoration.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDecoration.cpp:165:29: performance: Function parameter 't' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:46:64: style: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathDelim.h:25:49: note: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:46:64: note: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:47:21: style: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathDelim.h:25:73: note: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:47:21: note: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:52:64: style: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathDelim.h:27:49: note: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:52:64: note: Function 'InsetMathDelim' argument 2 names different: declaration 'left' definition 'l'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:52:85: style: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathDelim.h:27:73: note: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'.
lyx-2.3.0/src/mathed/InsetMathDelim.cpp:52:85: note: Function 'InsetMathDelim' argument 3 names different: declaration 'right' definition 'r'.
lyx-2.3.0/src/mathed/InsetMathDelim.h:30:19: style: The function 'asDelimInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:141:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:30:19: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:32:25: style: The function 'asDelimInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:142:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:32:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:34:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:34:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:36:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:36:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:44:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:44:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:53:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:55:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:55:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:57:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:57:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:59:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:59:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:61:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:61:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:63:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:63:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:65:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:65:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDelim.h:67:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDelim.h:67:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:25:2: style: Class 'InsetMathDiagram' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathDiagram.h:33:14: style: The function 'colsep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:204:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:33:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:35:14: style: The function 'rowsep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:206:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:35:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:42:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:44:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiagram.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiff.h:27:2: style: Class 'InsetMathDiff' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathDiff.h:36:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiff.h:36:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiff.h:38:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiff.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiff.h:40:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiff.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiff.h:42:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiff.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDiff.h:44:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDiff.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDots.cpp:28:48: style: Function 'InsetMathDots' argument 1 names different: declaration 'l' definition 'key'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathDots.h:26:43: note: Function 'InsetMathDots' argument 1 names different: declaration 'l' definition 'key'.
lyx-2.3.0/src/mathed/InsetMathDots.cpp:28:48: note: Function 'InsetMathDots' argument 1 names different: declaration 'l' definition 'key'.
lyx-2.3.0/src/mathed/InsetMathDots.h:32:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDots.h:32:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDots.h:38:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDots.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathDots.h:40:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathDots.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnsureMath.cpp:59:47: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathEnsureMath.h:35:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathEnsureMath.cpp:59:47: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathEnv.cpp:30:60: style: Function 'InsetMathEnv' argument 2 names different: declaration 'name_' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathEnv.h:25:47: note: Function 'InsetMathEnv' argument 2 names different: declaration 'name_' definition 'name'.
lyx-2.3.0/src/mathed/InsetMathEnv.cpp:30:60: note: Function 'InsetMathEnv' argument 2 names different: declaration 'name_' definition 'name'.
lyx-2.3.0/src/mathed/InsetMathEnv.cpp:62:45: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathEnv.h:31:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathEnv.cpp:62:45: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathEnv.h:29:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnv.h:29:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathEnv.h:31:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathEnv.h:31:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:35:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:35:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:38:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:40:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:42:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:44:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:46:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:48:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExFunc.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.cpp:27:64: style: Function 'InsetMathExInt' argument 2 names different: declaration 'name_' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathExInt.h:38:58: note: Function 'InsetMathExInt' argument 2 names different: declaration 'name_' definition 'name'.
lyx-2.3.0/src/mathed/InsetMathExInt.cpp:27:64: note: Function 'InsetMathExInt' argument 2 names different: declaration 'name_' definition 'name'.
lyx-2.3.0/src/mathed/InsetMathExInt.h:47:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:49:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:51:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:53:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:55:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:55:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:57:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:57:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathExInt.h:59:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathExInt.h:59:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:38:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:38:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:41:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:41:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:43:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:43:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:47:7: style: The function 'isScriptable' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:186:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:49:7: style: The function 'takesLimits' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:193:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:51:26: style: The function 'asSymbolInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:166:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:51:26: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:53:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:53:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:58:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:58:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:60:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:60:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:62:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:62:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:64:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:64:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:66:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:66:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:68:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:68:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:73:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:73:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:75:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSymbol.h:75:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.cpp:107:41: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathFont.h:47:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathFont.cpp:107:41: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathFont.h:29:18: style: The function 'asFontInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:147:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:29:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:31:24: style: The function 'asFontInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:148:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:31:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:33:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:33:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:39:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:39:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:45:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:47:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:51:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:53:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFont.h:57:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFont.h:57:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.cpp:91:44: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathFontOld.h:39:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathFontOld.cpp:91:44: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathFontOld.h:29:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:29:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:31:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:31:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:37:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:39:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:41:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:43:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:47:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFontOld.h:47:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:28:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:28:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:36:22: style: The function 'asFracBaseInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:143:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:36:22: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:38:28: style: The function 'asFracBaseInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:144:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:38:28: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:67:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:67:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:73:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:73:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:75:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:75:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:77:18: style: The function 'asFracInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:145:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:77:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:79:24: style: The function 'asFracInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:146:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:79:24: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:81:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:81:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:83:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:83:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:85:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:85:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:87:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:87:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:89:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:89:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:91:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:91:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:93:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:93:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:95:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:95:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:124:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:124:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:126:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:126:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:128:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:128:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:134:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:134:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:136:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:136:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathFrac.h:138:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathFrac.h:138:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:140:73: style: Function 'InsetMathGrid' argument 4 names different: declaration 'valign' definition 'v'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:100:59: note: Function 'InsetMathGrid' argument 4 names different: declaration 'valign' definition 'v'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:140:73: note: Function 'InsetMathGrid' argument 4 names different: declaration 'valign' definition 'v'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:141:20: style: Function 'InsetMathGrid' argument 5 names different: declaration 'halign' definition 'h'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:101:21: note: Function 'InsetMathGrid' argument 5 names different: declaration 'halign' definition 'h'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:141:20: note: Function 'InsetMathGrid' argument 5 names different: declaration 'halign' definition 'h'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:160:51: style: Function 'index' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:191:26: note: Function 'index' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:160:51: note: Function 'index' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:160:65: style: Function 'index' argument 2 names different: declaration 'c' definition 'col'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:191:38: note: Function 'index' argument 2 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:160:65: note: Function 'index' argument 2 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:198:63: style: Function 'setHorizontalAlignments' argument 1 names different: declaration 'align' definition 'hh'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:117:49: note: Function 'setHorizontalAlignments' argument 1 names different: declaration 'align' definition 'hh'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:198:63: note: Function 'setHorizontalAlignments' argument 1 names different: declaration 'align' definition 'hh'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:280:71: style: Function 'guessColumns' argument 1 names different: declaration 'halign' definition 'hh'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:115:49: note: Function 'guessColumns' argument 1 names different: declaration 'halign' definition 'hh'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:280:71: note: Function 'guessColumns' argument 1 names different: declaration 'halign' definition 'hh'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:295:49: style: Function 'setHorizontalAlignment' argument 1 names different: declaration 'c' definition 'h'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:119:35: note: Function 'setHorizontalAlignment' argument 1 names different: declaration 'c' definition 'h'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:295:49: note: Function 'setHorizontalAlignment' argument 1 names different: declaration 'c' definition 'h'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:806:37: style: Function 'addRow' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:175:31: note: Function 'addRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:806:37: note: Function 'addRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:816:37: style: Function 'delRow' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:177:31: note: Function 'delRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:816:37: note: Function 'delRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:831:38: style: Function 'copyRow' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:179:32: note: Function 'copyRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:831:38: note: Function 'copyRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:839:38: style: Function 'swapRow' argument 1 names different: declaration 'r' definition 'row'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:181:32: note: Function 'swapRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:839:38: note: Function 'swapRow' argument 1 names different: declaration 'r' definition 'row'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:850:37: style: Function 'addCol' argument 1 names different: declaration 'c' definition 'newcol'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:183:31: note: Function 'addCol' argument 1 names different: declaration 'c' definition 'newcol'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:850:37: note: Function 'addCol' argument 1 names different: declaration 'c' definition 'newcol'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:874:37: style: Function 'delCol' argument 1 names different: declaration 'c' definition 'col'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:185:31: note: Function 'delCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:874:37: note: Function 'delCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:893:38: style: Function 'copyCol' argument 1 names different: declaration 'c' definition 'col'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:187:32: note: Function 'copyCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:893:38: note: Function 'copyCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:901:38: style: Function 'swapCol' argument 1 names different: declaration 'c' definition 'col'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:189:32: note: Function 'swapCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:901:38: note: Function 'swapCol' argument 1 names different: declaration 'c' definition 'col'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:1720:16: style: Function 'getStatus' argument 3 names different: declaration 'flag' definition 'status'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathGrid.h:242:16: note: Function 'getStatus' argument 3 names different: declaration 'flag' definition 'status'.
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:1720:16: note: Function 'getStatus' argument 3 names different: declaration 'flag' definition 'status'.
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: warning: Virtual function 'defaultColAlign' is called from constructor 'InsetMathGrid(Buffer*buf)' at line 125. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:125:2: note: Calling setDefaults
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:173:26: note: Calling defaultColAlign
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: note: defaultColAlign is a virtual method
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: warning: Virtual function 'defaultColAlign' is called from constructor 'InsetMathGrid(Buffer*buf,col_type m,row_type n)' at line 136. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:136:2: note: Calling setDefaults
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:173:26: note: Calling defaultColAlign
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: note: defaultColAlign is a virtual method
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: warning: Virtual function 'defaultColAlign' is called from constructor 'InsetMathGrid(Buffer*buf,col_type m,row_type n,char valign,const docstring&halign)' at line 148. Dynamic binding is not used. [virtualCallInConstructor]
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:148:2: note: Calling setDefaults
lyx-2.3.0/src/mathed/InsetMathGrid.cpp:173:26: note: Calling defaultColAlign
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: note: defaultColAlign is a virtual method
lyx-2.3.0/src/mathed/InsetMathHull.cpp:157:37: style: Function 'hullType' argument 1 names different: declaration 'name' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMath.h:39:37: note: Function 'hullType' argument 1 names different: declaration 'name' definition 's'.
lyx-2.3.0/src/mathed/InsetMathHull.cpp:157:37: note: Function 'hullType' argument 1 names different: declaration 'name' definition 's'.
lyx-2.3.0/src/mathed/InsetMathHull.cpp:337:50: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathHull.h:54:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'.
lyx-2.3.0/src/mathed/InsetMathHull.cpp:337:50: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:30:45: style: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 'w'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathKern.h:30:40: note: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 'w'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:30:45: note: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 'w'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:36:48: style: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 's'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathKern.h:32:43: note: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 's'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:36:48: note: Function 'InsetMathKern' argument 1 names different: declaration 'wid' definition 's'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:71:46: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathKern.h:40:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathKern.cpp:71:46: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathKern.h:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathKern.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathKern.h:40:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathKern.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathKern.h:42:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathKern.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathKern.h:44:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathKern.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLefteqn.h:26:2: style: Class 'InsetMathLefteqn' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathLefteqn.h:28:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLefteqn.h:28:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLim.h:35:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLim.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLim.h:37:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLim.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLim.h:39:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLim.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLim.h:41:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLim.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathLim.h:43:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathLim.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/MathCompletionList.h:27:2: style: Class 'MathCompletionList' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:70:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:70:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:82:7: style: The function 'addToMathRow' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:175:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:82:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:117:7: style: The function 'beforeMetrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:177:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:117:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:122:7: style: The function 'afterMetrics' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:179:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:122:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:127:7: style: The function 'beforeDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:181:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:127:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:135:7: style: The function 'afterDraw' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:183:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:135:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:151:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:151:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:158:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:158:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:160:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:160:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:162:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:162:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:164:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:164:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:166:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:166:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:168:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:168:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:170:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacro.cpp:170:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.cpp:55:52: style: Function 'InsetMathMacroArgument' argument 1 names different: declaration 'number' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:50:38: note: Function 'InsetMathMacroArgument' argument 1 names different: declaration 'number' definition 'n'.
lyx-2.3.0/src/mathed/InsetMathMacroArgument.cpp:55:52: note: Function 'InsetMathMacroArgument' argument 1 names different: declaration 'number' definition 'n'.
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:27:2: style: Class 'InsetMathHash' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:33:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:35:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:59:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroArgument.h:59:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:633:14: style: Same expression on both sides of '<' because the value of 'nargs()' and 'nargs_before' are the same. [duplicateExpression]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:627:41: note: 'nargs_before' is assigned value 'nargs()' here.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:633:14: note: Same expression on both sides of '<' because the value of 'nargs()' and 'nargs_before' are the same.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:416:90: style: Function 'InsetMathMacroTemplate' argument 3 names different: declaration 'nargs' definition 'numargs'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:32:67: note: Function 'InsetMathMacroTemplate' argument 3 names different: declaration 'nargs' definition 'numargs'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:416:90: note: Function 'InsetMathMacroTemplate' argument 3 names different: declaration 'nargs' definition 'numargs'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:417:6: style: Function 'InsetMathMacroTemplate' argument 4 names different: declaration 'optional' definition 'optionals'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:33:7: note: Function 'InsetMathMacroTemplate' argument 4 names different: declaration 'optional' definition 'optionals'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:417:6: note: Function 'InsetMathMacroTemplate' argument 4 names different: declaration 'optional' definition 'optionals'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:1099:15: style: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:114:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:1099:15: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:1399:59: style: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.h:107:36: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:1399:59: note: Function 'addToToc' argument 1 names different: declaration 'di' definition 'pit'.
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:784:7: style: Technically the member function 'lyx::NullMacroInstanceFix::operator()' can be const. [functionConst]
lyx-2.3.0/src/mathed/InsetMathSqrt.h:26:2: style: Class 'InsetMathSqrt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:261:2: style: Class 'InsetMathWrapper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:766:2: style: Class 'OptionalsMacroInstanceFix' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathSqrt.h:32:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:32:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:34:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:39:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:41:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:43:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:45:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:47:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:49:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSqrt.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:193:14: style: The function 'marker' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:120:22: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMacroTemplate.cpp:193:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:30:26: style: The function 'asMatrixInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:157:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:30:26: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:33:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:35:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:37:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:39:7: style: The function 'maxima' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:41:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:43:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:45:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:47:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:51:7: style: The function 'handlesMulticolumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathMatrix.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1940:3: warning: Possible null pointer dereference: inset [nullPointer]
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1938:42: note: Assignment 'inset=asScriptInset()', assigned value is 0
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1940:3: note: Null pointer dereference
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1941:15: warning: Possible null pointer dereference: inset [nullPointer]
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1938:42: note: Assignment 'inset=asScriptInset()', assigned value is 0
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1941:15: note: Null pointer dereference
lyx-2.3.0/src/mathed/InsetMathNest.cpp:86:53: style: Function 'InsetMathNest' argument 2 names different: declaration 'ncells' definition 'nargs'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathNest.h:30:39: note: Function 'InsetMathNest' argument 2 names different: declaration 'ncells' definition 'nargs'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:86:53: note: Function 'InsetMathNest' argument 2 names different: declaration 'ncells' definition 'nargs'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1298:52: style: Function 'findMacroToFoldUnfold' argument 1 names different: declaration 'searchCur' definition 'it'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathNest.h:181:38: note: Function 'findMacroToFoldUnfold' argument 1 names different: declaration 'searchCur' definition 'it'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1298:52: note: Function 'findMacroToFoldUnfold' argument 1 names different: declaration 'searchCur' definition 'it'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1333:16: style: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathNest.h:145:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:1333:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathNest.cpp:93:16: warning: Member variable 'InsetMathNest::mouse_hover_' is not initialized in the constructor. [uninitMemberVar]
lyx-2.3.0/src/mathed/InsetMathSpace.h:33:25: style: The function 'asSpaceInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:163:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:33:25: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:35:19: style: The function 'asSpaceInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:162:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:35:19: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:44:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:48:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:50:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:52:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:52:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:54:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:54:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:56:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:56:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpace.h:58:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpace.h:58:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:38:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:40:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:42:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:44:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:46:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:48:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathNumber.h:50:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathNumber.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathOverset.h:25:2: style: Class 'InsetMathOverset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathOverset.h:35:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathOverset.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathOverset.h:37:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathOverset.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathOverset.h:39:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathOverset.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathOverset.h:41:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathOverset.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPar.h:24:2: style: Class 'InsetMathPar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathPar.h:28:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPar.h:28:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPar.h:36:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPar.h:36:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPar.h:42:18: style: The function 'clone' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathHull.h:214:18: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPar.h:42:18: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPhantom.cpp:290:49: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathPhantom.h:43:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathPhantom.cpp:290:49: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathPhantom.h:41:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:43:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:49:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:49:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:51:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathPhantom.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:26:2: style: Class 'InsetMathRoot' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathRoot.h:35:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:37:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:39:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:41:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:43:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:45:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathRoot.h:47:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathRoot.h:47:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathScript.cpp:372:43: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathScript.h:44:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathScript.cpp:372:43: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathScript.cpp:774:18: style: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathScript.h:117:16: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathScript.cpp:774:18: note: Function 'getStatus' argument 3 names different: declaration 'status' definition 'flag'.
lyx-2.3.0/src/mathed/InsetMathSideset.cpp:259:44: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathSideset.h:41:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathSideset.cpp:259:44: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/InsetMathSideset.h:33:12: style: The function 'currentMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:115:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:33:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:39:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:41:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:55:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:55:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:57:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:57:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:59:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:59:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSideset.h:61:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSideset.h:61:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSize.h:30:7: style: The function 'extraBraces' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:188:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSize.h:30:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSize.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSize.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSize.h:39:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSize.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSize.h:43:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSize.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSize.h:45:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSize.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.cpp:109:53: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:42:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathSpecialChar.cpp:109:53: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:32:7: style: The function 'metricsT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:124:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:32:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:34:7: style: The function 'drawT' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:126:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:36:6: style: The function 'kerning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:244:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:36:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:38:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:42:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:44:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:46:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:48:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:50:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:52:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:52:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:54:31: style: The function 'asSpecialCharInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:170:39: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:54:31: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:56:12: style: The function 'name' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:112:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:56:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:58:12: style: The function 'getChar' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:191:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSpecialChar.h:58:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.cpp:138:42: style: Function 'write' argument 1 names different: declaration 'os' definition 'ws'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathSplit.h:34:27: note: Function 'write' argument 1 names different: declaration 'os' definition 'ws'.
lyx-2.3.0/src/mathed/InsetMathSplit.cpp:138:42: note: Function 'write' argument 1 names different: declaration 'os' definition 'ws'.
lyx-2.3.0/src/mathed/InsetMathSplit.h:34:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:34:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:38:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:38:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:40:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:44:6: style: The function 'defaultColSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:195:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:44:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:46:6: style: The function 'displayColSpace' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:266:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:46:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:48:7: style: The function 'defaultColAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:197:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSplit.h:50:7: style: The function 'displayColAlign' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:263:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSplit.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:27:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:27:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:33:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:35:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:37:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:39:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathStackrel.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:37:20: style: The function 'asStringInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:164:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:37:20: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:39:26: style: The function 'asStringInset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:165:36: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:39:26: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:42:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:44:7: style: The function 'octave' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:225:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:46:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:48:7: style: The function 'mathematica' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:216:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:50:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:50:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathString.h:52:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathString.h:52:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:26:2: style: Class 'InsetMathSubstack' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathSubstack.h:40:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:40:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:42:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:42:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:44:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:44:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:46:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:46:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:48:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathSubstack.h:48:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:39:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:43:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:45:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:49:6: style: The function 'leftMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:250:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:49:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:51:6: style: The function 'rightMargin' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:252:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:51:6: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathTabular.h:53:7: style: The function 'handlesMulticolumn' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:214:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathTabular.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnderset.cpp:88:45: style: Function 'write' argument 1 names different: declaration 'ws' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathUnderset.h:37:27: note: Function 'write' argument 1 names different: declaration 'ws' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathUnderset.cpp:88:45: note: Function 'write' argument 1 names different: declaration 'ws' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathUnderset.cpp:97:50: style: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathUnderset.h:39:32: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathUnderset.cpp:97:50: note: Function 'normalize' argument 1 names different: declaration 'ns' definition 'os'.
lyx-2.3.0/src/mathed/InsetMathUnderset.h:25:2: style: Class 'InsetMathUnderset' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/mathed/InsetMathUnderset.h:37:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:39:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:41:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:41:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:43:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathUnderset.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathUnknown.cpp:26:54: style: Function 'InsetMathUnknown' argument 1 names different: declaration 'name' definition 'nm'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/InsetMathUnknown.h:24:46: note: Function 'InsetMathUnknown' argument 1 names different: declaration 'name' definition 'nm'.
lyx-2.3.0/src/mathed/InsetMathUnknown.cpp:26:54: note: Function 'InsetMathUnknown' argument 1 names different: declaration 'name' definition 'nm'.
lyx-2.3.0/src/mathed/InsetMathXArrow.h:29:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:29:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:33:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:33:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:35:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:35:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:37:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:37:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:43:12: style: The function 'mathClass' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:173:20: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXArrow.h:43:12: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:34:14: style: The function 'colsep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:204:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:34:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:36:14: style: The function 'rowsep' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMathGrid.h:206:14: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:36:14: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:39:7: style: The function 'write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:208:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:39:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:43:7: style: The function 'normalize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:210:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:43:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:45:7: style: The function 'maple' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:212:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:45:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:51:7: style: The function 'mathmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:218:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:51:7: note: Function in derived class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:53:7: style: The function 'htmlize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lyx-2.3.0/src/mathed/InsetMath.h:223:15: note: Virtual function in base class
lyx-2.3.0/src/mathed/InsetMathXYMatrix.h:53:7: note: Function in derived class
lyx-2.3.0/src/mathed/MacroTable.cpp:66:49: style: Function 'expand' argument 1 names different: declaration 'from' definition 'args'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MacroTable.h:57:44: note: Function 'expand' argument 1 names different: declaration 'from' definition 'args'.
lyx-2.3.0/src/mathed/MacroTable.cpp:66:49: note: Function 'expand' argument 1 names different: declaration 'from' definition 'args'.
lyx-2.3.0/src/mathed/MacroTable.cpp:244:52: style: Function 'insert' argument 2 names different: declaration 'definition' definition 'def'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MacroTable.h:163:50: note: Function 'insert' argument 2 names different: declaration 'definition' definition 'def'.
lyx-2.3.0/src/mathed/MacroTable.cpp:244:52: note: Function 'insert' argument 2 names different: declaration 'definition' definition 'def'.
lyx-2.3.0/src/mathed/MathData.cpp:662:8: warning: Either the condition 'if(cur)' is redundant or there is possible null pointer dereference: cur. [nullPointerRedundantCheck]
lyx-2.3.0/src/mathed/MathData.cpp:449:7: note: Assuming that condition 'if(cur)' is not redundant
lyx-2.3.0/src/mathed/MathData.cpp:446:26: note: Calling function 'attachMacroParameters', 1st argument 'cur' value is 0
lyx-2.3.0/src/mathed/MathData.cpp:662:8: note: Null pointer dereference
lyx-2.3.0/src/mathed/MathData.cpp:69:55: style: Function 'insert' argument 2 names different: declaration 'at' definition 't'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathData.h:84:46: note: Function 'insert' argument 2 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/mathed/MathData.cpp:69:55: note: Function 'insert' argument 2 names different: declaration 'at' definition 't'.
lyx-2.3.0/src/mathed/MathData.cpp:345:36: style: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathData.h:139:27: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/MathData.cpp:345:36: note: Function 'drawT' argument 1 names different: declaration 'pi' definition 'pain'.
lyx-2.3.0/src/mathed/MathData.cpp:465:52: style: Function 'detachMacroParameters' argument 1 names different: declaration 'dit' definition 'cur'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathData.h:201:43: note: Function 'detachMacroParameters' argument 1 names different: declaration 'dit' definition 'cur'.
lyx-2.3.0/src/mathed/MathData.cpp:465:52: note: Function 'detachMacroParameters' argument 1 names different: declaration 'dit' definition 'cur'.
lyx-2.3.0/src/mathed/MathExtern.cpp:1601:50: style: Function 'extractNumber' argument 2 names different: declaration 'i' definition 'd'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathExtern.h:39:50: note: Function 'extractNumber' argument 2 names different: declaration 'i' definition 'd'.
lyx-2.3.0/src/mathed/MathExtern.cpp:1601:50: note: Function 'extractNumber' argument 2 names different: declaration 'i' definition 'd'.
lyx-2.3.0/src/mathed/MathExtern.cpp:1610:43: style: Function 'pipeThroughExtern' argument 1 names different: declaration 'language' definition 'lang'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathExtern.h:44:48: note: Function 'pipeThroughExtern' argument 1 names different: declaration 'language' definition 'lang'.
lyx-2.3.0/src/mathed/MathExtern.cpp:1610:43: note: Function 'pipeThroughExtern' argument 1 names different: declaration 'language' definition 'lang'.
lyx-2.3.0/src/mathed/MathParser.cpp:623:41: style: Function 'tokenize' argument 1 names different: declaration 's' definition 'buffer'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathParser.cpp:430:34: note: Function 'tokenize' argument 1 names different: declaration 's' definition 'buffer'.
lyx-2.3.0/src/mathed/MathParser.cpp:623:41: note: Function 'tokenize' argument 1 names different: declaration 's' definition 'buffer'.
lyx-2.3.0/src/mathed/MathParser.cpp:432:7: performance: Technically the member function 'lyx::::Parser::skipSpaceTokens' can be static. [functionStatic]
lyx-2.3.0/src/mathed/MathParser.cpp:590:14: note: Technically the member function 'lyx::::Parser::skipSpaceTokens' can be static.
lyx-2.3.0/src/mathed/MathParser.cpp:432:7: note: Technically the member function 'lyx::::Parser::skipSpaceTokens' can be static.
lyx-2.3.0/src/mathed/MathParser.cpp:626:4: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/mathed/MathParser.cpp:1990:7: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/mathed/MathParser.cpp:2155:70: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/mathed/MathParser.cpp:2162:69: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/mathed/MathParser.cpp:2184:76: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation]
lyx-2.3.0/src/mathed/MathRow.cpp:401:61: style: Function 'operator<<' argument 2 names different: declaration 'elt' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathRow.h:132:71: note: Function 'operator<<' argument 2 names different: declaration 'elt' definition 'e'.
lyx-2.3.0/src/mathed/MathRow.cpp:401:61: note: Function 'operator<<' argument 2 names different: declaration 'elt' definition 'e'.
lyx-2.3.0/src/mathed/MathSupport.cpp:691:78: style: Function 'metricsStrRedBlack' argument 3 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:60:78: note: Function 'metricsStrRedBlack' argument 3 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:691:78: note: Function 'metricsStrRedBlack' argument 3 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:699:67: style: Function 'drawStrRed' argument 4 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:62:67: note: Function 'drawStrRed' argument 4 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:699:67: note: Function 'drawStrRed' argument 4 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:708:69: style: Function 'drawStrBlack' argument 4 names different: declaration 's' definition 'str'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:63:69: note: Function 'drawStrBlack' argument 4 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:708:69: note: Function 'drawStrBlack' argument 4 names different: declaration 's' definition 'str'.
lyx-2.3.0/src/mathed/MathSupport.cpp:717:64: style: Function 'math_font_max_dim' argument 3 names different: declaration 'desc' definition 'des'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:65:59: note: Function 'math_font_max_dim' argument 3 names different: declaration 'desc' definition 'des'.
lyx-2.3.0/src/mathed/MathSupport.cpp:717:64: note: Function 'math_font_max_dim' argument 3 names different: declaration 'desc' definition 'des'.
lyx-2.3.0/src/mathed/MathSupport.cpp:908:29: style: Function 'augmentFont' argument 1 names different: declaration 'f' definition 'font'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:67:29: note: Function 'augmentFont' argument 1 names different: declaration 'f' definition 'font'.
lyx-2.3.0/src/mathed/MathSupport.cpp:908:29: note: Function 'augmentFont' argument 1 names different: declaration 'f' definition 'font'.
lyx-2.3.0/src/mathed/MathSupport.cpp:908:50: style: Function 'augmentFont' argument 2 names different: declaration 'cmd' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:67:52: note: Function 'augmentFont' argument 2 names different: declaration 'cmd' definition 'name'.
lyx-2.3.0/src/mathed/MathSupport.cpp:908:50: note: Function 'augmentFont' argument 2 names different: declaration 'cmd' definition 'name'.
lyx-2.3.0/src/mathed/MathSupport.cpp:962:65: style: Function 'asArray' argument 3 names different: declaration 'f' definition 'pf'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/MathSupport.h:83:58: note: Function 'asArray' argument 3 names different: declaration 'f' definition 'pf'.
lyx-2.3.0/src/mathed/MathSupport.cpp:962:65: note: Function 'asArray' argument 3 names different: declaration 'f' definition 'pf'.
lyx-2.3.0/src/mathed/TextPainter.cpp:45:52: style: Function 'horizontalLine' argument 3 names different: declaration 'len' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/TextPainter.h:46:41: note: Function 'horizontalLine' argument 3 names different: declaration 'len' definition 'n'.
lyx-2.3.0/src/mathed/TextPainter.cpp:45:52: note: Function 'horizontalLine' argument 3 names different: declaration 'len' definition 'n'.
lyx-2.3.0/src/mathed/TextPainter.cpp:52:50: style: Function 'verticalLine' argument 3 names different: declaration 'len' definition 'n'. [funcArgNamesDifferent]
lyx-2.3.0/src/mathed/TextPainter.h:48:39: note: Function 'verticalLine' argument 3 names different: declaration 'len' definition 'n'.
lyx-2.3.0/src/mathed/TextPainter.cpp:52:50: note: Function 'verticalLine' argument 3 names different: declaration 'len' definition 'n'.
lyx-2.3.0/src/mathed/TextPainter.h:38:8: style: Technically the member function 'lyx::TextPainter::draw' can be const. [functionConst]
lyx-2.3.0/src/mathed/TextPainter.cpp:36:19: note: Technically the member function 'lyx::TextPainter::draw' can be const.
lyx-2.3.0/src/mathed/TextPainter.h:38:8: note: Technically the member function 'lyx::TextPainter::draw' can be const.
lyx-2.3.0/src/mathed/TextPainter.h:46:8: style: Technically the member function 'lyx::TextPainter::horizontalLine' can be const. [functionConst]
lyx-2.3.0/src/mathed/TextPainter.cpp:45:19: note: Technically the member function 'lyx::TextPainter::horizontalLine' can be const.
lyx-2.3.0/src/mathed/TextPainter.h:46:8: note: Technically the member function 'lyx::TextPainter::horizontalLine' can be const.
lyx-2.3.0/src/mathed/TextPainter.h:48:8: style: Technically the member function 'lyx::TextPainter::verticalLine' can be const. [functionConst]
lyx-2.3.0/src/mathed/TextPainter.cpp:52:19: note: Technically the member function 'lyx::TextPainter::verticalLine' can be const.
lyx-2.3.0/src/mathed/TextPainter.h:48:8: note: Technically the member function 'lyx::TextPainter::verticalLine' can be const.
lyx-2.3.0/src/output_latex.cpp:969:0: style: Boolean variable 'moving_arg' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean]
lyx-2.3.0/src/output_plaintext.cpp:77:25: style: Function 'writePlaintextParagraph' argument 2 names different: declaration 'paragraphs' definition 'par'. [funcArgNamesDifferent]
lyx-2.3.0/src/output_plaintext.h:39:25: note: Function 'writePlaintextParagraph' argument 2 names different: declaration 'paragraphs' definition 'par'.
lyx-2.3.0/src/output_plaintext.cpp:77:25: note: Function 'writePlaintextParagraph' argument 2 names different: declaration 'paragraphs' definition 'par'.
lyx-2.3.0/src/output_plaintext.cpp:78:20: style: Function 'writePlaintextParagraph' argument 3 names different: declaration 'ofs' definition 'ods'. [funcArgNamesDifferent]
lyx-2.3.0/src/output_plaintext.h:40:20: note: Function 'writePlaintextParagraph' argument 3 names different: declaration 'ofs' definition 'ods'.
lyx-2.3.0/src/output_plaintext.cpp:78:20: note: Function 'writePlaintextParagraph' argument 3 names different: declaration 'ofs' definition 'ods'.
lyx-2.3.0/src/support/AppleScriptProxy.cpp:30:87: style: Function 'applescript_execute_command' argument 2 names different: declaration 'args' definition 'arg'. [funcArgNamesDifferent]
lyx-2.3.0/src/support/AppleScript.h:24:80: note: Function 'applescript_execute_command' argument 2 names different: declaration 'args' definition 'arg'.
lyx-2.3.0/src/support/AppleScriptProxy.cpp:30:87: note: Function 'applescript_execute_command' argument 2 names different: declaration 'args' definition 'arg'.
lyx-2.3.0/src/support/FileMonitor.cpp:149:16: style: Same expression on both sides of '!=' because the value of 'existed' and 'exists_' are the same. [duplicateExpression]
lyx-2.3.0/src/support/FileMonitor.cpp:127:24: note: 'existed' is assigned value 'exists_' here.
lyx-2.3.0/src/support/FileMonitor.cpp:149:16: note: Same expression on both sides of '!=' because the value of 'existed' and 'exists_' are the same.
lyx-2.3.0/src/support/FileName.cpp:684:0: error: #error "Don't know how to create a directory on this system." [preprocessorErrorDirective]
lyx-2.3.0/src/support/Package.cpp:39:0: error: #error USE_FOO_PACKAGING must be defined for FOO = WINDOWS, MACOSX, HAIKU or POSIX. [preprocessorErrorDirective]
lyx-2.3.0/src/support/Systemcall.cpp:209:14: style: Condition '!escaped' is always true [knownConditionTrueFalse]
lyx-2.3.0/src/support/Systemcall.cpp:208:27: note: Assuming that condition '!escaped' is not redundant
lyx-2.3.0/src/support/Systemcall.cpp:209:14: note: Condition '!escaped' is always true
lyx-2.3.0/src/support/TempFile.cpp:33:2: style: Struct 'Private' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/support/Timeout.cpp:222:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lyx-2.3.0/src/support/Timeout.cpp:231:9: style: Obsolete function 'asctime' called. It is recommended to use 'strftime' instead. [asctimeCalled]
lyx-2.3.0/src/support/Timeout.cpp:32:1: warning: The class 'Impl' has 'copy constructor' but lack of 'operator='. [copyCtorAndEqOperator]
lyx-2.3.0/src/support/convert.cpp:180:31: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/support/convert.cpp:194:49: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/support/convert.cpp:201:51: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/support/convert.cpp:208:37: performance: Function parameter 's' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/support/environment.cpp:79:0: error: #error No environment-setting function has been defined. [preprocessorErrorDirective]
lyx-2.3.0/src/support/filetools.cpp:1056:0: error: #error No popen() function. [preprocessorErrorDirective]
lyx-2.3.0/src/support/lstrings.cpp:409:2: warning: %x in format string (no. 1) requires 'unsigned int *' but the argument type is 'signed int *'. [invalidScanfArgType_int]
lyx-2.3.0/src/support/tests/dummy_functions.cpp:54:7: style: Unused private function: 'FontMetrics::em' [unusedPrivateFunction]
lyx-2.3.0/src/support/tests/dummy_functions.cpp:54:7: performance: Technically the member function 'lyx::frontend::FontMetrics::em' can be static. [functionStatic]
lyx-2.3.0/src/support/unicode.cpp:55:2: style: Struct 'Handler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/Format.h:165:7: performance: Technically the member function 'lyx::Formats::isZippedFile' can be static. [functionStatic]
lyx-2.3.0/src/tests/check_layout.cpp:37:15: note: Technically the member function 'lyx::Formats::isZippedFile' can be static.
lyx-2.3.0/src/Format.h:165:7: note: Technically the member function 'lyx::Formats::isZippedFile' can be static.
lyx-2.3.0/src/tests/dummy_functions.cpp:57:7: style: Unused private function: 'FontMetrics::em' [unusedPrivateFunction]
lyx-2.3.0/src/tests/dummy_functions.cpp:57:7: performance: Technically the member function 'lyx::frontend::FontMetrics::em' can be static. [functionStatic]
lyx-2.3.0/src/tex2lyx/Parser.h:126:2: style: Class 'iparserdocstream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/tex2lyx/Parser.h:178:2: style: Class 'Parser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/tex2lyx/Parser.cpp:199:46: style: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/tex2lyx/Parser.h:189:39: note: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:199:46: note: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:199:61: style: Function 'setEncoding' argument 2 names different: declaration 'package' definition 'p'. [funcArgNamesDifferent]
lyx-2.3.0/src/tex2lyx/Parser.h:189:61: note: Function 'setEncoding' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:199:61: note: Function 'setEncoding' argument 2 names different: declaration 'package' definition 'p'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:267:46: style: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'. [funcArgNamesDifferent]
lyx-2.3.0/src/tex2lyx/Parser.h:191:39: note: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:267:46: note: Function 'setEncoding' argument 1 names different: declaration 'encoding' definition 'e'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:685:57: style: Function 'verbatimEnvironment' argument 1 names different: declaration 'end_string' definition 'name'. [funcArgNamesDifferent]
lyx-2.3.0/src/tex2lyx/Parser.h:298:60: note: Function 'verbatimEnvironment' argument 1 names different: declaration 'end_string' definition 'name'.
lyx-2.3.0/src/tex2lyx/Parser.cpp:685:57: note: Function 'verbatimEnvironment' argument 1 names different: declaration 'end_string' definition 'name'.
lyx-2.3.0/src/tex2lyx/Parser.h:304:7: style: Technically the member function 'lyx::Parser::error' can be const. [functionConst]
lyx-2.3.0/src/tex2lyx/Parser.cpp:826:14: note: Technically the member function 'lyx::Parser::error' can be const.
lyx-2.3.0/src/tex2lyx/Parser.h:304:7: note: Technically the member function 'lyx::Parser::error' can be const.
lyx-2.3.0/src/tex2lyx/Parser.h:328:7: style: Technically the member function 'lyx::Parser::good' can be const. [functionConst]
lyx-2.3.0/src/tex2lyx/Parser.cpp:446:14: note: Technically the member function 'lyx::Parser::good' can be const.
lyx-2.3.0/src/tex2lyx/Parser.h:328:7: note: Technically the member function 'lyx::Parser::good' can be const.
lyx-2.3.0/src/tex2lyx/Preamble.cpp:470:2: performance: Variable 'h_biblio_style' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:471:2: performance: Variable 'h_bibtex_command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:472:2: performance: Variable 'h_cite_engine' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:473:2: performance: Variable 'h_cite_engine_type' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:474:2: performance: Variable 'h_color' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:475:2: performance: Variable 'h_defskip' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:479:2: performance: Variable 'h_fontencoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:488:2: performance: Variable 'h_font_default_family' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:490:2: performance: Variable 'h_font_sc' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:491:2: performance: Variable 'h_font_osf' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:497:2: performance: Variable 'h_is_mathindent' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:498:2: performance: Variable 'h_math_numbering_side' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:499:2: performance: Variable 'h_graphics' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:500:2: performance: Variable 'h_default_output_format' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:501:2: performance: Variable 'h_html_be_strict' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:502:2: performance: Variable 'h_html_css_as_file' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:503:2: performance: Variable 'h_html_math_output' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:505:2: performance: Variable 'h_index_command' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:506:2: performance: Variable 'h_inputencoding' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:507:2: performance: Variable 'h_justification' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:508:2: performance: Variable 'h_language' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:509:2: performance: Variable 'h_language_package' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:511:2: performance: Variable 'h_maintain_unincluded_children' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:515:2: performance: Variable 'h_output_changes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:516:2: performance: Variable 'h_output_sync' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:518:2: performance: Variable 'h_papercolumns' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:519:2: performance: Variable 'h_paperfontsize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:520:2: performance: Variable 'h_paperorientation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:521:2: performance: Variable 'h_paperpagestyle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:523:2: performance: Variable 'h_papersize' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:524:2: performance: Variable 'h_paragraph_indentation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:525:2: performance: Variable 'h_paragraph_separation' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:530:2: performance: Variable 'h_pdf_bookmarks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:531:2: performance: Variable 'h_pdf_bookmarksnumbered' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:532:2: performance: Variable 'h_pdf_bookmarksopen' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:533:2: performance: Variable 'h_pdf_bookmarksopenlevel' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:534:2: performance: Variable 'h_pdf_breaklinks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:535:2: performance: Variable 'h_pdf_pdfborder' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:536:2: performance: Variable 'h_pdf_colorlinks' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:537:2: performance: Variable 'h_pdf_backref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:538:2: performance: Variable 'h_pdf_pdfusetitle' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:541:2: performance: Variable 'h_quotes_style' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:542:2: performance: Variable 'h_secnumdepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:544:2: performance: Variable 'h_spacing' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:545:2: performance: Variable 'h_save_transient_properties' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:546:2: performance: Variable 'h_suppress_date' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:547:2: performance: Variable 'h_textclass' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:548:2: performance: Variable 'h_tocdepth' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:549:2: performance: Variable 'h_tracking_changes' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:550:2: performance: Variable 'h_use_bibtopic' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:551:2: performance: Variable 'h_use_dash_ligatures' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:552:2: performance: Variable 'h_use_indices' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:553:2: performance: Variable 'h_use_geometry' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:554:2: performance: Variable 'h_use_default_options' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:555:2: performance: Variable 'h_use_hyperref' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:556:2: performance: Variable 'h_use_microtype' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lyx-2.3.0/src/tex2lyx/Preamble.h:62:14: performance: Technically the member function 'lyx::Preamble::polyglossia2lyx' can be static. [functionStatic]
lyx-2.3.0/src/tex2lyx/Preamble.cpp:2087:18: note: Technically the member function 'lyx::Preamble::polyglossia2lyx' can be static.
lyx-2.3.0/src/tex2lyx/Preamble.h:62:14: note: Technically the member function 'lyx::Preamble::polyglossia2lyx' can be static.
lyx-2.3.0/src/tex2lyx/Preamble.cpp:278:60: performance: Function parameter 'name' should be passed by const reference. [passedByValue]
lyx-2.3.0/src/tex2lyx/dummy_impl.cpp:121:6: style: Unused private function: 'FontMetrics::em' [unusedPrivateFunction]
lyx-2.3.0/src/tex2lyx/dummy_impl.cpp:121:6: performance: Technically the member function 'lyx::frontend::FontMetrics::em' can be static. [functionStatic]
lyx-2.3.0/src/tex2lyx/table.cpp:837:36: style: Function 'handle_tabular' argument 4 names different: declaration 'width' definition 'tabularwidth'. [funcArgNamesDifferent]
lyx-2.3.0/src/tex2lyx/tex2lyx.h:75:41: note: Function 'handle_tabular' argument 4 names different: declaration 'width' definition 'tabularwidth'.
lyx-2.3.0/src/tex2lyx/table.cpp:837:36: note: Function 'handle_tabular' argument 4 names different: declaration 'width' definition 'tabularwidth'.
lyx-2.3.0/src/tex2lyx/tex2lyx.cpp:540:3: style: Class 'StopException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lyx-2.3.0/src/tex2lyx/text.cpp:87:52: warning: Possible null pointer dereference: layout [nullPointer]
lyx-2.3.0/src/tex2lyx/text.cpp:82:31: note: Assignment 'layout=0', assigned value is 0
lyx-2.3.0/src/tex2lyx/text.cpp:87:52: note: Null pointer dereference
lyx-2.3.0/src/texstream.cpp:123:18: style: The scope of the variable 'otrs' can be reduced. [variableScope]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lyz/lyz_2.1.5-3-g895ff3a.orig.tar.gz

ftp://ftp.se.debian.org/debian/pool/main/l/lz4/lz4_1.8.2.orig.tar.gz
lz4-1.8.2/contrib/gen_manual/gen_manual.cpp:70:12: style: The scope of the variable 'epos' can be reduced. [variableScope]
lz4-1.8.2/contrib/gen_manual/gen_manual.cpp:182:17: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lz4-1.8.2/contrib/gen_manual/gen_manual.cpp:183:22: performance: Inefficient usage of string::find() in condition; string::compare() would be faster. [stlIfStrFind]
lz4-1.8.2/lib/lz4.c:1406:56: error: Pointer addition with NULL pointer. [nullPointerArithmetic]
lz4-1.8.2/lib/lz4.c:1602:48: note: Calling function 'LZ4_decompress_generic', 10th argument 'dictStart' value is 0
lz4-1.8.2/lib/lz4.c:1406:56: note: Null pointer addition
lz4-1.8.2/lib/lz4.c:495:27: style: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:168:38: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
lz4-1.8.2/lib/lz4.c:495:27: note: Function 'LZ4_compressBound' argument 1 names different: declaration 'inputSize' definition 'isize'.
lz4-1.8.2/lib/lz4.c:997:57: style: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:189:69: note: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:997:57: note: Function 'LZ4_compress_fast_extState' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:997:71: style: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:189:80: note: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:997:71: note: Function 'LZ4_compress_fast_extState' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:997:81: style: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:189:89: note: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:997:81: note: Function 'LZ4_compress_fast_extState' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:997:96: style: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:189:102: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:997:96: note: Function 'LZ4_compress_fast_extState' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1065:35: style: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:178:47: note: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1065:35: note: Function 'LZ4_compress_fast' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1065:49: style: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:178:58: note: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1065:49: note: Function 'LZ4_compress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1065:59: style: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:178:67: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1065:59: note: Function 'LZ4_compress_fast' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1065:74: style: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:178:80: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1065:74: note: Function 'LZ4_compress_fast' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1084:38: style: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:139:49: note: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1084:38: note: Function 'LZ4_compress_default' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1084:52: style: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:139:60: note: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1084:52: note: Function 'LZ4_compress_default' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1084:62: style: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:139:69: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1084:62: note: Function 'LZ4_compress_default' argument 3 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1084:77: style: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:139:82: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1084:77: note: Function 'LZ4_compress_default' argument 4 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1157:37: style: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:254:48: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1157:37: note: Function 'LZ4_resetStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1163:41: style: Function 'LZ4_resetStream_fast' argument 1 names different: declaration 'streamPtr' definition 'ctx'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:413:53: note: Function 'LZ4_resetStream_fast' argument 1 names different: declaration 'streamPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4.c:1163:41: note: Function 'LZ4_resetStream_fast' argument 1 names different: declaration 'streamPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4.c:1167:35: style: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:248:56: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1167:35: note: Function 'LZ4_freeStream' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1177:33: style: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:262:44: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
lz4-1.8.2/lib/lz4.c:1177:33: note: Function 'LZ4_loadDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
lz4-1.8.2/lib/lz4.c:1255:47: style: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:280:58: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1255:47: note: Function 'LZ4_compress_fast_continue' argument 1 names different: declaration 'streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1255:71: style: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:280:81: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1255:71: note: Function 'LZ4_compress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1255:85: style: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:280:92: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1255:85: note: Function 'LZ4_compress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1255:95: style: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:280:101: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1255:95: note: Function 'LZ4_compress_fast_continue' argument 4 names different: declaration 'srcSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1255:110: style: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:280:114: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1255:110: note: Function 'LZ4_compress_fast_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1355:33: style: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:289:44: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
lz4-1.8.2/lib/lz4.c:1355:33: note: Function 'LZ4_saveDict' argument 1 names different: declaration 'streamPtr' definition 'LZ4_dict'.
lz4-1.8.2/lib/lz4.c:1355:65: style: Function 'LZ4_saveDict' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:289:77: note: Function 'LZ4_saveDict' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
lz4-1.8.2/lib/lz4.c:1355:65: note: Function 'LZ4_saveDict' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
lz4-1.8.2/lib/lz4.c:1598:37: style: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:149:49: note: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1598:37: note: Function 'LZ4_decompress_safe' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1598:51: style: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:149:60: note: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1598:51: note: Function 'LZ4_decompress_safe' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1598:81: style: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:149:89: note: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
lz4-1.8.2/lib/lz4.c:1598:81: note: Function 'LZ4_decompress_safe' argument 4 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
lz4-1.8.2/lib/lz4.c:1606:45: style: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:235:57: note: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1606:45: note: Function 'LZ4_decompress_safe_partial' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1606:59: style: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:235:68: note: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1606:59: note: Function 'LZ4_decompress_safe_partial' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1606:69: style: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:235:77: note: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1606:69: note: Function 'LZ4_decompress_safe_partial' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1606:111: style: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:235:112: note: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
lz4-1.8.2/lib/lz4.c:1606:111: note: Function 'LZ4_decompress_safe_partial' argument 5 names different: declaration 'dstCapacity' definition 'maxDecompressedSize'.
lz4-1.8.2/lib/lz4.c:1614:37: style: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:221:49: note: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1614:37: note: Function 'LZ4_decompress_fast' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1614:51: style: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:221:60: note: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1614:51: note: Function 'LZ4_decompress_fast' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1624:51: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:599:125: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1624:51: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1624:65: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:599:136: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1624:65: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1624:95: style: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:599:165: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1624:95: note: Function 'LZ4_decompress_safe_withPrefix64k' argument 4 names different: declaration 'maxDstSize' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1632:51: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:600:125: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1632:51: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1632:65: style: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:600:136: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1632:65: note: Function 'LZ4_decompress_fast_withPrefix64k' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1747:85: style: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:353:96: note: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1747:85: note: Function 'LZ4_decompress_safe_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1747:99: style: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:353:107: note: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1747:99: note: Function 'LZ4_decompress_safe_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1747:109: style: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:353:116: note: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1747:109: note: Function 'LZ4_decompress_safe_continue' argument 4 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1747:129: style: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:353:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1747:129: note: Function 'LZ4_decompress_safe_continue' argument 5 names different: declaration 'dstCapacity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1787:85: style: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:354:96: note: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1787:85: note: Function 'LZ4_decompress_fast_continue' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1787:99: style: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:354:107: note: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1787:99: note: Function 'LZ4_decompress_fast_continue' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1828:47: style: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:363:59: note: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1828:47: note: Function 'LZ4_decompress_safe_usingDict' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1828:61: style: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:363:70: note: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1828:61: note: Function 'LZ4_decompress_safe_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1828:71: style: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:363:79: note: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1828:71: note: Function 'LZ4_decompress_safe_usingDict' argument 3 names different: declaration 'srcSize' definition 'compressedSize'.
lz4-1.8.2/lib/lz4.c:1828:91: style: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:363:92: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1828:91: note: Function 'LZ4_decompress_safe_usingDict' argument 4 names different: declaration 'dstCapcity' definition 'maxOutputSize'.
lz4-1.8.2/lib/lz4.c:1840:47: style: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:364:59: note: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1840:47: note: Function 'LZ4_decompress_fast_usingDict' argument 1 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4.c:1840:61: style: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:364:70: note: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1840:61: note: Function 'LZ4_decompress_fast_usingDict' argument 2 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4.c:1852:68: style: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:574:133: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1852:68: note: Function 'LZ4_compress_limitedOutput' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1856:54: style: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:573:133: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1856:54: note: Function 'LZ4_compress' argument 3 names different: declaration 'sourceSize' definition 'inputSize'.
lz4-1.8.2/lib/lz4.c:1860:68: style: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:576:138: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1860:68: note: Function 'LZ4_compress_limitedOutput_withState' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1860:79: style: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:576:152: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1860:79: note: Function 'LZ4_compress_limitedOutput_withState' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1860:88: style: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:576:162: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1860:88: note: Function 'LZ4_compress_limitedOutput_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1860:101: style: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:576:177: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
lz4-1.8.2/lib/lz4.c:1860:101: note: Function 'LZ4_compress_limitedOutput_withState' argument 5 names different: declaration 'maxOutputSize' definition 'dstSize'.
lz4-1.8.2/lib/lz4.c:1864:54: style: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:575:138: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1864:54: note: Function 'LZ4_compress_withState' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1864:65: style: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:575:152: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1864:65: note: Function 'LZ4_compress_withState' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1864:74: style: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:575:162: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1864:74: note: Function 'LZ4_compress_withState' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1868:56: style: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:578:127: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1868:56: note: Function 'LZ4_compress_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1868:80: style: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:578:154: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1868:80: note: Function 'LZ4_compress_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4.c:1868:91: style: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:578:168: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1868:91: note: Function 'LZ4_compress_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4.c:1868:100: style: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:578:178: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1868:100: note: Function 'LZ4_compress_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4.c:1868:113: style: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:578:193: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4.c:1868:113: note: Function 'LZ4_compress_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4.c:1872:42: style: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4.h:577:127: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4.c:1872:42: note: Function 'LZ4_compress_continue' argument 1 names different: declaration 'LZ4_streamPtr' definition 'LZ4_stream'.
lz4-1.8.2/lib/lz4frame.c:358:44: style: Function 'LZ4F_compressFrame_usingCDict' argument 2 names different: declaration 'dst' definition 'dstBuffer'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:497:11: note: Function 'LZ4F_compressFrame_usingCDict' argument 2 names different: declaration 'dst' definition 'dstBuffer'.
lz4-1.8.2/lib/lz4frame.c:358:44: note: Function 'LZ4F_compressFrame_usingCDict' argument 2 names different: declaration 'dst' definition 'dstBuffer'.
lz4-1.8.2/lib/lz4frame.c:359:44: style: Function 'LZ4F_compressFrame_usingCDict' argument 4 names different: declaration 'src' definition 'srcBuffer'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:498:17: note: Function 'LZ4F_compressFrame_usingCDict' argument 4 names different: declaration 'src' definition 'srcBuffer'.
lz4-1.8.2/lib/lz4frame.c:359:44: note: Function 'LZ4F_compressFrame_usingCDict' argument 4 names different: declaration 'src' definition 'srcBuffer'.
lz4-1.8.2/lib/lz4frame.c:495:33: style: Function 'LZ4F_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:482:59: note: Function 'LZ4F_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'.
lz4-1.8.2/lib/lz4frame.c:495:33: note: Function 'LZ4F_freeCDict' argument 1 names different: declaration 'CDict' definition 'cdict'.
lz4-1.8.2/lib/lz4frame.c:517:75: style: Function 'LZ4F_createCompressionContext' argument 1 names different: declaration 'cctxPtr' definition 'LZ4F_compressionContextPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:235:72: note: Function 'LZ4F_createCompressionContext' argument 1 names different: declaration 'cctxPtr' definition 'LZ4F_compressionContextPtr'.
lz4-1.8.2/lib/lz4frame.c:517:75: note: Function 'LZ4F_createCompressionContext' argument 1 names different: declaration 'cctxPtr' definition 'LZ4F_compressionContextPtr'.
lz4-1.8.2/lib/lz4frame.c:531:72: style: Function 'LZ4F_freeCompressionContext' argument 1 names different: declaration 'cctx' definition 'LZ4F_compressionContext'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:236:69: note: Function 'LZ4F_freeCompressionContext' argument 1 names different: declaration 'cctx' definition 'LZ4F_compressionContext'.
lz4-1.8.2/lib/lz4frame.c:531:72: note: Function 'LZ4F_freeCompressionContext' argument 1 names different: declaration 'cctx' definition 'LZ4F_compressionContext'.
lz4-1.8.2/lib/lz4frame.c:581:49: style: Function 'LZ4F_compressBegin_usingCDict' argument 1 names different: declaration 'cctx' definition 'cctxPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:511:16: note: Function 'LZ4F_compressBegin_usingCDict' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:581:49: note: Function 'LZ4F_compressBegin_usingCDict' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:584:53: style: Function 'LZ4F_compressBegin_usingCDict' argument 5 names different: declaration 'prefsPtr' definition 'preferencesPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:514:31: note: Function 'LZ4F_compressBegin_usingCDict' argument 5 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:584:53: note: Function 'LZ4F_compressBegin_usingCDict' argument 5 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:691:38: style: Function 'LZ4F_compressBegin' argument 1 names different: declaration 'cctx' definition 'cctxPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:249:50: note: Function 'LZ4F_compressBegin' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:691:38: note: Function 'LZ4F_compressBegin' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:693:53: style: Function 'LZ4F_compressBegin' argument 4 names different: declaration 'prefsPtr' definition 'preferencesPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:251:65: note: Function 'LZ4F_compressBegin' argument 4 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:693:53: note: Function 'LZ4F_compressBegin' argument 4 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:705:69: style: Function 'LZ4F_compressBound' argument 2 names different: declaration 'prefsPtr' definition 'preferencesPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:264:81: note: Function 'LZ4F_compressBound' argument 2 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:705:69: note: Function 'LZ4F_compressBound' argument 2 names different: declaration 'prefsPtr' definition 'preferencesPtr'.
lz4-1.8.2/lib/lz4frame.c:798:39: style: Function 'LZ4F_compressUpdate' argument 1 names different: declaration 'cctx' definition 'cctxPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:277:51: note: Function 'LZ4F_compressUpdate' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:798:39: note: Function 'LZ4F_compressUpdate' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:801:52: style: Function 'LZ4F_compressUpdate' argument 6 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:280:64: note: Function 'LZ4F_compressUpdate' argument 6 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:801:52: note: Function 'LZ4F_compressUpdate' argument 6 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:905:30: style: Function 'LZ4F_flush' argument 1 names different: declaration 'cctx' definition 'cctxPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:290:42: note: Function 'LZ4F_flush' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:905:30: note: Function 'LZ4F_flush' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:905:106: style: Function 'LZ4F_flush' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:292:55: note: Function 'LZ4F_flush' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:905:106: note: Function 'LZ4F_flush' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:945:36: style: Function 'LZ4F_compressEnd' argument 1 names different: declaration 'cctx' definition 'cctxPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:303:48: note: Function 'LZ4F_compressEnd' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:945:36: note: Function 'LZ4F_compressEnd' argument 1 names different: declaration 'cctx' definition 'cctxPtr'.
lz4-1.8.2/lib/lz4frame.c:945:69: style: Function 'LZ4F_compressEnd' argument 3 names different: declaration 'dstCapacity' definition 'dstMaxSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:304:61: note: Function 'LZ4F_compressEnd' argument 3 names different: declaration 'dstCapacity' definition 'dstMaxSize'.
lz4-1.8.2/lib/lz4frame.c:945:69: note: Function 'LZ4F_compressEnd' argument 3 names different: declaration 'dstCapacity' definition 'dstMaxSize'.
lz4-1.8.2/lib/lz4frame.c:945:111: style: Function 'LZ4F_compressEnd' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:305:61: note: Function 'LZ4F_compressEnd' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:945:111: note: Function 'LZ4F_compressEnd' argument 4 names different: declaration 'cOptPtr' definition 'compressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:1019:62: style: Function 'LZ4F_createDecompressionContext' argument 1 names different: declaration 'dctxPtr' definition 'LZ4F_decompressionContextPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:331:74: note: Function 'LZ4F_createDecompressionContext' argument 1 names different: declaration 'dctxPtr' definition 'LZ4F_decompressionContextPtr'.
lz4-1.8.2/lib/lz4frame.c:1019:62: note: Function 'LZ4F_createDecompressionContext' argument 1 names different: declaration 'dctxPtr' definition 'LZ4F_decompressionContextPtr'.
lz4-1.8.2/lib/lz4frame.c:1019:101: style: Function 'LZ4F_createDecompressionContext' argument 2 names different: declaration 'version' definition 'versionNumber'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:331:92: note: Function 'LZ4F_createDecompressionContext' argument 2 names different: declaration 'version' definition 'versionNumber'.
lz4-1.8.2/lib/lz4frame.c:1019:101: note: Function 'LZ4F_createDecompressionContext' argument 2 names different: declaration 'version' definition 'versionNumber'.
lz4-1.8.2/lib/lz4frame.c:1313:56: style: Function 'LZ4F_decompress' argument 6 names different: declaration 'dOptPtr' definition 'decompressOptionsPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:396:68: note: Function 'LZ4F_decompress' argument 6 names different: declaration 'dOptPtr' definition 'decompressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:1313:56: note: Function 'LZ4F_decompress' argument 6 names different: declaration 'dOptPtr' definition 'decompressOptionsPtr'.
lz4-1.8.2/lib/lz4frame.c:1769:45: style: Function 'LZ4F_decompress_usingDict' argument 1 names different: declaration 'dctxPtr' definition 'dctx'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4frame.h:522:16: note: Function 'LZ4F_decompress_usingDict' argument 1 names different: declaration 'dctxPtr' definition 'dctx'.
lz4-1.8.2/lib/lz4frame.c:1769:45: note: Function 'LZ4F_decompress_usingDict' argument 1 names different: declaration 'dctxPtr' definition 'dctx'.
lz4-1.8.2/lib/lz4hc.c:234:9: style: The scope of the variable 'dictMatchIndex' can be reduced. [variableScope]
lz4-1.8.2/lib/lz4hc.c:831:91: style: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:80:101: note: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:831:91: note: Function 'LZ4_compress_HC_extStateHC' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:855:60: style: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:258:42: note: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4hc.c:855:60: note: Function 'LZ4_compress_HC_destSize' argument 2 names different: declaration 'src' definition 'source'.
lz4-1.8.2/lib/lz4hc.c:855:74: style: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:258:53: note: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4hc.c:855:74: note: Function 'LZ4_compress_HC_destSize' argument 3 names different: declaration 'dst' definition 'dest'.
lz4-1.8.2/lib/lz4hc.c:855:85: style: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:259:35: note: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'.
lz4-1.8.2/lib/lz4hc.c:855:85: note: Function 'LZ4_compress_HC_destSize' argument 4 names different: declaration 'srcSizePtr' definition 'sourceSizePtr'.
lz4-1.8.2/lib/lz4hc.c:855:104: style: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:259:51: note: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
lz4-1.8.2/lib/lz4hc.c:855:104: note: Function 'LZ4_compress_HC_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
lz4-1.8.2/lib/lz4hc.c:855:124: style: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:260:34: note: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:855:124: note: Function 'LZ4_compress_HC_destSize' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:876:39: style: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:96:62: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:876:39: note: Function 'LZ4_freeStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:885:41: style: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:98:52: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:885:41: note: Function 'LZ4_resetStreamHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:917:37: style: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:99:49: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:917:37: note: Function 'LZ4_loadDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:987:47: style: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:101:58: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:987:47: note: Function 'LZ4_compress_HC_continue' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:987:109: style: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:101:116: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:987:109: note: Function 'LZ4_compress_HC_continue' argument 5 names different: declaration 'maxDstSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:995:122: style: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:273:50: note: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
lz4-1.8.2/lib/lz4hc.c:995:122: note: Function 'LZ4_compress_HC_continue_destSize' argument 5 names different: declaration 'targetDstSize' definition 'targetDestSize'.
lz4-1.8.2/lib/lz4hc.c:1004:37: style: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:103:48: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:1004:37: note: Function 'LZ4_saveDictHC' argument 1 names different: declaration 'streamHCPtr' definition 'LZ4_streamHCPtr'.
lz4-1.8.2/lib/lz4hc.c:1004:76: style: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:103:83: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
lz4-1.8.2/lib/lz4hc.c:1004:76: note: Function 'LZ4_saveDictHC' argument 3 names different: declaration 'maxDictSize' definition 'dictSize'.
lz4-1.8.2/lib/lz4hc.c:1029:32: style: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:202:106: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1029:32: note: Function 'LZ4_compressHC' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1029:43: style: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:202:120: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1029:43: note: Function 'LZ4_compressHC' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1029:52: style: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:202:130: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1029:52: note: Function 'LZ4_compressHC' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1030:46: style: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:203:106: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1030:46: note: Function 'LZ4_compressHC_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1030:57: style: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:203:120: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1030:57: note: Function 'LZ4_compressHC_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1030:66: style: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:203:130: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1030:66: note: Function 'LZ4_compressHC_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1030:79: style: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:203:145: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1030:79: note: Function 'LZ4_compressHC_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1031:33: style: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:204:93: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1031:33: note: Function 'LZ4_compressHC2' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1031:44: style: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:204:107: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1031:44: note: Function 'LZ4_compressHC2' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1031:53: style: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:204:117: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1031:53: note: Function 'LZ4_compressHC2' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1031:66: style: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:204:132: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1031:66: note: Function 'LZ4_compressHC2' argument 4 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1032:47: style: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:205:107: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1032:47: note: Function 'LZ4_compressHC2_limitedOutput' argument 1 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1032:58: style: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:205:121: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1032:58: note: Function 'LZ4_compressHC2_limitedOutput' argument 2 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1032:67: style: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:205:131: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1032:67: note: Function 'LZ4_compressHC2_limitedOutput' argument 3 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1032:80: style: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:205:146: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1032:80: note: Function 'LZ4_compressHC2_limitedOutput' argument 4 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1032:96: style: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:205:165: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1032:96: note: Function 'LZ4_compressHC2_limitedOutput' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1033:58: style: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:206:142: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1033:58: note: Function 'LZ4_compressHC_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1033:69: style: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:206:156: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1033:69: note: Function 'LZ4_compressHC_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1033:78: style: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:206:166: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1033:78: note: Function 'LZ4_compressHC_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1034:72: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:207:142: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1034:72: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1034:83: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:207:156: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1034:83: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1034:92: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:207:166: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1034:92: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1034:105: style: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:207:181: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1034:105: note: Function 'LZ4_compressHC_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1035:59: style: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:208:129: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1035:59: note: Function 'LZ4_compressHC2_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1035:70: style: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:208:143: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1035:70: note: Function 'LZ4_compressHC2_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1035:79: style: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:208:153: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1035:79: note: Function 'LZ4_compressHC2_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1035:92: style: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:208:168: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1035:92: note: Function 'LZ4_compressHC2_withStateHC' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1036:73: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:209:142: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1036:73: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1036:84: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:209:156: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1036:84: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1036:93: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:209:166: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1036:93: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1036:106: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:209:181: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1036:106: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1036:122: style: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:209:200: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1036:122: note: Function 'LZ4_compressHC2_limitedOutput_withStateHC' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1037:46: style: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:210:128: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4hc.c:1037:46: note: Function 'LZ4_compressHC_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4hc.c:1037:63: style: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:210:157: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1037:63: note: Function 'LZ4_compressHC_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1037:74: style: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:210:171: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1037:74: note: Function 'LZ4_compressHC_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1037:83: style: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:210:181: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1037:83: note: Function 'LZ4_compressHC_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1038:60: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:211:128: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4hc.c:1038:60: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 1 names different: declaration 'LZ4_streamHCPtr' definition 'ctx'.
lz4-1.8.2/lib/lz4hc.c:1038:77: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:211:157: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1038:77: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1038:88: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:211:171: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1038:88: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1038:97: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:211:181: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1038:97: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1038:110: style: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:211:196: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1038:110: note: Function 'LZ4_compressHC_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'maxDstSize'.
lz4-1.8.2/lib/lz4hc.c:1068:61: style: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:224:129: note: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1068:61: note: Function 'LZ4_compressHC2_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1068:72: style: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:224:143: note: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1068:72: note: Function 'LZ4_compressHC2_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1068:81: style: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:224:153: note: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1068:81: note: Function 'LZ4_compressHC2_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1068:94: style: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:224:168: note: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1068:94: note: Function 'LZ4_compressHC2_continue' argument 5 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1073:75: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:225:143: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1073:75: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 2 names different: declaration 'source' definition 'src'.
lz4-1.8.2/lib/lz4hc.c:1073:86: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:225:157: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1073:86: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 3 names different: declaration 'dest' definition 'dst'.
lz4-1.8.2/lib/lz4hc.c:1073:95: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:225:167: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1073:95: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 4 names different: declaration 'inputSize' definition 'srcSize'.
lz4-1.8.2/lib/lz4hc.c:1073:108: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:225:182: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:1073:108: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 5 names different: declaration 'maxOutputSize' definition 'dstCapacity'.
lz4-1.8.2/lib/lz4hc.c:1073:125: style: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'. [funcArgNamesDifferent]
lz4-1.8.2/lib/lz4hc.h:225:201: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/lz4hc.c:1073:125: note: Function 'LZ4_compressHC2_limitedOutput_continue' argument 6 names different: declaration 'compressionLevel' definition 'cLevel'.
lz4-1.8.2/lib/xxhash.c:326:62: style: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:167:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:326:62: note: Function 'XXH32' argument 2 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:366:52: style: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:173:52: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lz4-1.8.2/lib/xxhash.c:366:52: note: Function 'XXH32_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lz4-1.8.2/lib/xxhash.c:366:83: style: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:173:84: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lz4-1.8.2/lib/xxhash.c:366:83: note: Function 'XXH32_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lz4-1.8.2/lib/xxhash.c:442:59: style: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:176:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:442:59: note: Function 'XXH32_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:442:95: style: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:176:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:442:95: note: Function 'XXH32_update' argument 3 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:490:64: style: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:177:65: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:490:64: note: Function 'XXH32_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:698:68: style: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:225:62: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:698:68: note: Function 'XXH64' argument 2 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:736:52: style: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:231:52: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lz4-1.8.2/lib/xxhash.c:736:52: note: Function 'XXH64_copyState' argument 1 names different: declaration 'dst_state' definition 'dstState'.
lz4-1.8.2/lib/xxhash.c:736:83: style: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:231:84: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lz4-1.8.2/lib/xxhash.c:736:83: note: Function 'XXH64_copyState' argument 2 names different: declaration 'src_state' definition 'srcState'.
lz4-1.8.2/lib/xxhash.c:808:59: style: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:234:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:808:59: note: Function 'XXH64_update' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:808:95: style: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:234:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:808:95: note: Function 'XXH64_update' argument 3 names different: declaration 'length' definition 'len'.
lz4-1.8.2/lib/xxhash.c:869:70: style: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'. [funcArgNamesDifferent]
lz4-1.8.2/lib/xxhash.h:235:65: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:869:70: note: Function 'XXH64_digest' argument 1 names different: declaration 'statePtr' definition 'state_in'.
lz4-1.8.2/lib/xxhash.c:408:76: style: Variable 'p32' is modified but its new value is never used. [unreadVariable]
lz4-1.8.2/programs/util.h:531:24: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lz4-1.8.2/programs/util.h:534:9: note: Assuming that condition '!buf' is not redundant
lz4-1.8.2/programs/util.h:531:24: note: Null pointer addition
lz4-1.8.2/programs/util.h:542:30: warning: Either the condition '!buf' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
lz4-1.8.2/programs/util.h:543:21: note: Assuming that condition '!buf' is not redundant
lz4-1.8.2/programs/util.h:542:30: note: Null pointer addition
lz4-1.8.2/programs/lz4io.c:174:38: style: Function 'LZ4IO_setBlockSizeID' argument 1 names different: declaration 'blockSizeID' definition 'bsid'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:79:38: note: Function 'LZ4IO_setBlockSizeID' argument 1 names different: declaration 'blockSizeID' definition 'bsid'.
lz4-1.8.2/programs/lz4io.c:174:38: note: Function 'LZ4IO_setBlockSizeID' argument 1 names different: declaration 'blockSizeID' definition 'bsid'.
lz4-1.8.2/programs/lz4io.c:191:36: style: Function 'LZ4IO_setBlockChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:86:36: note: Function 'LZ4IO_setBlockChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'.
lz4-1.8.2/programs/lz4io.c:191:36: note: Function 'LZ4IO_setBlockChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'.
lz4-1.8.2/programs/lz4io.c:198:37: style: Function 'LZ4IO_setStreamChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:89:37: note: Function 'LZ4IO_setStreamChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'.
lz4-1.8.2/programs/lz4io.c:198:37: note: Function 'LZ4IO_setStreamChecksumMode' argument 1 names different: declaration 'xxhash' definition 'enable'.
lz4-1.8.2/programs/lz4io.c:646:40: style: Function 'LZ4IO_compressFilename' argument 1 names different: declaration 'input_filename' definition 'srcFileName'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:56:42: note: Function 'LZ4IO_compressFilename' argument 1 names different: declaration 'input_filename' definition 'srcFileName'.
lz4-1.8.2/programs/lz4io.c:646:40: note: Function 'LZ4IO_compressFilename' argument 1 names different: declaration 'input_filename' definition 'srcFileName'.
lz4-1.8.2/programs/lz4io.c:646:65: style: Function 'LZ4IO_compressFilename' argument 2 names different: declaration 'output_filename' definition 'dstFileName'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:56:70: note: Function 'LZ4IO_compressFilename' argument 2 names different: declaration 'output_filename' definition 'dstFileName'.
lz4-1.8.2/programs/lz4io.c:646:65: note: Function 'LZ4IO_compressFilename' argument 2 names different: declaration 'output_filename' definition 'dstFileName'.
lz4-1.8.2/programs/lz4io.c:646:82: style: Function 'LZ4IO_compressFilename' argument 3 names different: declaration 'compressionlevel' definition 'compressionLevel'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:56:91: note: Function 'LZ4IO_compressFilename' argument 3 names different: declaration 'compressionlevel' definition 'compressionLevel'.
lz4-1.8.2/programs/lz4io.c:646:82: note: Function 'LZ4IO_compressFilename' argument 3 names different: declaration 'compressionlevel' definition 'compressionLevel'.
lz4-1.8.2/programs/lz4io.c:667:106: style: Function 'LZ4IO_compressMultipleFilenames' argument 4 names different: declaration 'compressionlevel' definition 'compressionLevel'. [funcArgNamesDifferent]
lz4-1.8.2/programs/lz4io.h:59:106: note: Function 'LZ4IO_compressMultipleFilenames' argument 4 names different: declaration 'compressionlevel' definition 'compressionLevel'.
lz4-1.8.2/programs/lz4io.c:667:106: note: Function 'LZ4IO_compressMultipleFilenames' argument 4 names different: declaration 'compressionlevel' definition 'compressionLevel'.
lz4-1.8.2/tests/frametest.c:843:17: portability: %zi in format string (no. 1) requires 'size_t' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint]
lz4-1.8.2/tests/fullbench.c:352:14: style: The scope of the variable 'errorCode' can be reduced. [variableScope]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lzd/lzd_1.0.orig.tar.xz
lzd-1.0/lzd.cc:151:11: performance: Technically the member function 'Range_decoder::get_byte' can be static. [functionStatic]
lzd-1.0/lzd.cc:271:5: style: Class 'LZ_decoder' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzd-1.0/lzd.cc:271:5: style: Class 'LZ_decoder' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lzip/lzip_1.20.orig.tar.xz
lzip-1.20/lzip.h:128:3: style: Class 'Pretty_print' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzip-1.20/encoder_base.h:22:1: style: The class 'Dis_slots' does not have a constructor although it has private member variables. [noConstructor]
lzip-1.20/encoder_base.h:53:1: style: The class 'Prob_prices' does not have a constructor although it has private member variables. [noConstructor]
lzip-1.20/encoder.h:52:3: warning: Member variable 'Len_prices::prices' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/encoder.h:265:3: warning: Member variable 'LZ_encoder::pairs' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/encoder.h:265:3: warning: Member variable 'LZ_encoder::dis_slot_prices' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/encoder.h:265:3: warning: Member variable 'LZ_encoder::dis_prices' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/encoder.h:265:3: warning: Member variable 'LZ_encoder::align_prices' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/encoder.h:281:8: style: The function 'reset' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzip-1.20/encoder_base.h:479:16: note: Virtual function in base class
lzip-1.20/encoder.h:281:8: note: Function in derived class
lzip-1.20/encoder.h:289:8: style: The function 'encode_member' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzip-1.20/encoder_base.h:481:16: note: Virtual function in base class
lzip-1.20/encoder.h:289:8: note: Function in derived class
lzip-1.20/fast_encoder.h:54:3: warning: Member variable 'FLZ_encoder::key4' is not initialized in the constructor. [uninitMemberVar]
lzip-1.20/fast_encoder.h:60:8: style: The function 'encode_member' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzip-1.20/encoder_base.h:481:16: note: Virtual function in base class
lzip-1.20/fast_encoder.h:60:8: note: Function in derived class
lzip-1.20/file_index.cc:84:12: style: C-style pointer casting [cstyleCast]
lzip-1.20/file_index.cc:97:15: style: C-style pointer casting [cstyleCast]
lzip-1.20/file_index.cc:101:15: style: C-style pointer casting [cstyleCast]
lzip-1.20/file_index.cc:110:14: style: Checking if unsigned variable 'ipos' is less than zero. [unsignedLessThanZero]
lzip-1.20/list.cc:106:16: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lzip-1.20/list.cc:106:16: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lzip-1.20/list.cc:106:16: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lzip-1.20/list.cc:106:16: warning: %llu in format string (no. 5) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lzip-1.20/main.cc:69:0: error: #error "Environments where CHAR_BIT != 8 are not supported." [preprocessorErrorDirective]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lziprecover/lziprecover_1.20.orig.tar.xz
lziprecover-1.20/mtester.h:53:36: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/alone_to_lz.cc:94:31: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/alone_to_lz.cc:111:29: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/alone_to_lz.cc:130:8: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/mtester.h:40:8: style: Technically the member function 'Range_mtester::finished' can be const. [functionConst]
lziprecover-1.20/mtester.h:280:5: style: Class 'LZ_mtester' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lziprecover-1.20/lzip.h:115:3: style: Class 'Pretty_print' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lziprecover-1.20/lzip.h:129:3: style: Class 'Pretty_print' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lziprecover-1.20/alone_to_lz.cc:146:3: style: Exception should be caught by reference. [catchExceptionByValue]
lziprecover-1.20/file_index.cc:82:12: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/file_index.cc:95:15: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/file_index.cc:99:15: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/file_index.cc:108:14: style: Checking if unsigned variable 'ipos' is less than zero. [unsignedLessThanZero]
lziprecover-1.20/list.cc:107:16: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/list.cc:107:16: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/list.cc:107:16: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/list.cc:107:16: warning: %llu in format string (no. 5) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/main.cc:66:0: error: #error "Environments where CHAR_BIT != 8 are not supported." [preprocessorErrorDirective]
lziprecover-1.20/merge.cc:319:10: warning: %lu in format string (no. 2) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lziprecover-1.20/merge.cc:578:12: warning: %lu in format string (no. 3) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lziprecover-1.20/merge.cc:611:16: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
lziprecover-1.20/mtester.cc:292:24: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/mtester.cc:310:16: warning: %lld in format string (no. 5) requires 'long long' but the argument type is 'unsigned long long'. [invalidPrintfArgType_sint]
lziprecover-1.20/mtester.h:228:8: style: Technically the member function 'LZ_mtester::print_block' can be const. [functionConst]
lziprecover-1.20/mtester.cc:79:18: note: Technically the member function 'LZ_mtester::print_block' can be const.
lziprecover-1.20/mtester.h:228:8: note: Technically the member function 'LZ_mtester::print_block' can be const.
lziprecover-1.20/repair.cc:123:14: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:173:12: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:257:12: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:257:12: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:278:16: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:293:16: warning: %lu in format string (no. 1) requires 'unsigned long' but the argument type is 'signed long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:293:16: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:337:12: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:368:10: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:368:10: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:368:10: warning: %llu in format string (no. 5) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:368:10: warning: %llu in format string (no. 8) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:416:12: warning: %llu in format string (no. 3) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:416:12: warning: %llu in format string (no. 4) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:430:14: warning: %llu in format string (no. 1) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:439:14: warning: %llu in format string (no. 2) requires 'unsigned long long' but the argument type is 'signed long long'. [invalidPrintfArgType_uint]
lziprecover-1.20/repair.cc:74:27: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/repair.cc:77:6: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/repair.cc:181:35: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/repair.cc:344:33: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/split.cc:116:24: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/split.cc:132:41: style: C-style pointer casting [cstyleCast]
lziprecover-1.20/unzcrash.cc:40:0: error: #error "Environments where CHAR_BIT != 8 are not supported." [preprocessorErrorDirective]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lzlib/lzlib_1.8.orig.tar.xz
lzlib-1.8/bbexample.c:46:59: error: Resource leak: f [resourceLeak]
lzlib-1.8/carg_parser.c:158:21: style: The scope of the variable 'i' can be reduced. [variableScope]
lzlib-1.8/carg_parser.c:206:7: style: The scope of the variable 'i' can be reduced. [variableScope]
lzlib-1.8/encoder.c:506:7: style: The scope of the variable 'ahead' can be reduced. [variableScope]
lzlib-1.8/fast_encoder.c:36:14: style: The scope of the variable 'delta' can be reduced. [variableScope]
lzlib-1.8/lzlib.c:186:50: style: Function 'LZ_compress_close' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:59:50: note: Function 'LZ_compress_close' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:186:50: note: Function 'LZ_compress_close' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:197:51: style: Function 'LZ_compress_finish' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:61:51: note: Function 'LZ_compress_finish' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:197:51: note: Function 'LZ_compress_finish' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:215:59: style: Function 'LZ_compress_restart_member' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:62:59: note: Function 'LZ_compress_restart_member' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:215:59: note: Function 'LZ_compress_restart_member' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:234:55: style: Function 'LZ_compress_sync_flush' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:64:55: note: Function 'LZ_compress_sync_flush' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:234:55: note: Function 'LZ_compress_sync_flush' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:243:49: style: Function 'LZ_compress_read' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:66:49: note: Function 'LZ_compress_read' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:243:49: note: Function 'LZ_compress_read' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:267:50: style: Function 'LZ_compress_write' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:68:50: note: Function 'LZ_compress_write' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:267:50: note: Function 'LZ_compress_write' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:275:55: style: Function 'LZ_compress_write_size' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:70:55: note: Function 'LZ_compress_write_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:275:55: note: Function 'LZ_compress_write_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:282:60: style: Function 'LZ_compress_errno' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:72:60: note: Function 'LZ_compress_errno' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:282:60: note: Function 'LZ_compress_errno' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:289:53: style: Function 'LZ_compress_finished' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:73:53: note: Function 'LZ_compress_finished' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:289:53: note: Function 'LZ_compress_finished' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:297:60: style: Function 'LZ_compress_member_finished' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:74:60: note: Function 'LZ_compress_member_finished' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:297:60: note: Function 'LZ_compress_member_finished' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:304:73: style: Function 'LZ_compress_data_position' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:76:73: note: Function 'LZ_compress_data_position' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:304:73: note: Function 'LZ_compress_data_position' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:311:75: style: Function 'LZ_compress_member_position' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:77:75: note: Function 'LZ_compress_member_position' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:311:75: note: Function 'LZ_compress_member_position' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:318:73: style: Function 'LZ_compress_total_in_size' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:78:73: note: Function 'LZ_compress_total_in_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:318:73: note: Function 'LZ_compress_total_in_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:325:74: style: Function 'LZ_compress_total_out_size' argument 1 names different: declaration 'encoder' definition 'e'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:79:74: note: Function 'LZ_compress_total_out_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:325:74: note: Function 'LZ_compress_total_out_size' argument 1 names different: declaration 'encoder' definition 'e'.
lzlib-1.8/lzlib.c:351:52: style: Function 'LZ_decompress_close' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:87:52: note: Function 'LZ_decompress_close' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:351:52: note: Function 'LZ_decompress_close' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:362:53: style: Function 'LZ_decompress_finish' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:89:53: note: Function 'LZ_decompress_finish' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:362:53: note: Function 'LZ_decompress_finish' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:372:52: style: Function 'LZ_decompress_reset' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:90:52: note: Function 'LZ_decompress_reset' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:372:52: note: Function 'LZ_decompress_reset' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:388:61: style: Function 'LZ_decompress_sync_to_member' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:91:61: note: Function 'LZ_decompress_sync_to_member' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:388:61: note: Function 'LZ_decompress_sync_to_member' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:407:51: style: Function 'LZ_decompress_read' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:93:51: note: Function 'LZ_decompress_read' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:407:51: note: Function 'LZ_decompress_read' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:486:52: style: Function 'LZ_decompress_write' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:95:52: note: Function 'LZ_decompress_write' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:486:52: note: Function 'LZ_decompress_write' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:508:57: style: Function 'LZ_decompress_write_size' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:97:57: note: Function 'LZ_decompress_write_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:508:57: note: Function 'LZ_decompress_write_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:515:62: style: Function 'LZ_decompress_errno' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:99:62: note: Function 'LZ_decompress_errno' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:515:62: note: Function 'LZ_decompress_errno' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:522:55: style: Function 'LZ_decompress_finished' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:100:55: note: Function 'LZ_decompress_finished' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:522:55: note: Function 'LZ_decompress_finished' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:530:62: style: Function 'LZ_decompress_member_finished' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:101:62: note: Function 'LZ_decompress_member_finished' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:530:62: note: Function 'LZ_decompress_member_finished' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:537:61: style: Function 'LZ_decompress_member_version' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:103:61: note: Function 'LZ_decompress_member_version' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:537:61: note: Function 'LZ_decompress_member_version' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:544:62: style: Function 'LZ_decompress_dictionary_size' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:104:62: note: Function 'LZ_decompress_dictionary_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:544:62: note: Function 'LZ_decompress_dictionary_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:551:60: style: Function 'LZ_decompress_data_crc' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:105:60: note: Function 'LZ_decompress_data_crc' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:551:60: note: Function 'LZ_decompress_data_crc' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:559:75: style: Function 'LZ_decompress_data_position' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:107:75: note: Function 'LZ_decompress_data_position' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:559:75: note: Function 'LZ_decompress_data_position' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:567:77: style: Function 'LZ_decompress_member_position' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:108:77: note: Function 'LZ_decompress_member_position' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:567:77: note: Function 'LZ_decompress_member_position' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:574:75: style: Function 'LZ_decompress_total_in_size' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:109:75: note: Function 'LZ_decompress_total_in_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:574:75: note: Function 'LZ_decompress_total_in_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:581:76: style: Function 'LZ_decompress_total_out_size' argument 1 names different: declaration 'decoder' definition 'd'. [funcArgNamesDifferent]
lzlib-1.8/lzlib.h:110:76: note: Function 'LZ_decompress_total_out_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/lzlib.c:581:76: note: Function 'LZ_decompress_total_out_size' argument 1 names different: declaration 'decoder' definition 'd'.
lzlib-1.8/main.c:62:0: error: #error "Environments where CHAR_BIT != 8 are not supported." [preprocessorErrorDirective]
[03:36]

ftp://ftp.se.debian.org/debian/pool/main/l/lzma/lzma_9.22.orig.tar.gz
lzma-9.22/C/7zAlloc.c:23:5: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/7zAlloc.c:35:5: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/7zAlloc.c:48:5: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/7zAlloc.c:63:5: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/7zCrc.c:29:38: style: Function 'CrcUpdate' argument 1 names different: declaration 'crc' definition 'v'. [funcArgNamesDifferent]
lzma-9.22/C/7zCrc.h:20:38: note: Function 'CrcUpdate' argument 1 names different: declaration 'crc' definition 'v'.
lzma-9.22/C/7zCrc.c:29:38: note: Function 'CrcUpdate' argument 1 names different: declaration 'crc' definition 'v'.
lzma-9.22/C/7zDec.c:460:20: style: Function 'SzFolder_Decode' argument 3 names different: declaration 'stream' definition 'inStream'. [funcArgNamesDifferent]
lzma-9.22/C/7z.h:85:20: note: Function 'SzFolder_Decode' argument 3 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/C/7zDec.c:460:20: note: Function 'SzFolder_Decode' argument 3 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/C/7zIn.c:44:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lzma-9.22/C/7zIn.c:118:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lzma-9.22/C/7zIn.c:780:12: style: The scope of the variable 'j' can be reduced. [variableScope]
lzma-9.22/C/7zIn.c:819:11: style: The scope of the variable 'digestIndex' can be reduced. [variableScope]
lzma-9.22/C/7zIn.c:1323:20: style: Function 'SzArEx_Extract' argument 1 names different: declaration 'db' definition 'p'. [funcArgNamesDifferent]
lzma-9.22/C/7z.h:176:20: note: Function 'SzArEx_Extract' argument 1 names different: declaration 'db' definition 'p'.
lzma-9.22/C/7zIn.c:1323:20: note: Function 'SzArEx_Extract' argument 1 names different: declaration 'db' definition 'p'.
lzma-9.22/C/LzFind.c:353:84: style: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'. [funcArgNamesDifferent]
lzma-9.22/C/LzFind.h:76:84: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
lzma-9.22/C/LzFind.c:353:84: note: Function 'GetMatchesSpec1' argument 4 names different: declaration 'buffer' definition 'cur'.
lzma-9.22/C/LzFind.c:354:63: style: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'. [funcArgNamesDifferent]
lzma-9.22/C/LzFind.h:77:63: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
lzma-9.22/C/LzFind.c:354:63: note: Function 'GetMatchesSpec1' argument 8 names different: declaration '_cutValue' definition 'cutValue'.
lzma-9.22/C/LzFindMt.c:142:1: warning: Redundant assignment of 'hashMask' to itself. [selfAssignment]
lzma-9.22/C/LzFindMt.c:142:1: warning: Redundant assignment of 'crc' to itself. [selfAssignment]
lzma-9.22/C/LzFindMt.c:460:5: style: Variable 'allocaDummy' is assigned a value that is never used. [unreadVariable]
lzma-9.22/C/Lzma2Enc.c:389:39: style: Function 'Lzma2Enc_Destroy' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/Lzma2Enc.h:39:39: note: Function 'Lzma2Enc_Destroy' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:389:39: note: Function 'Lzma2Enc_Destroy' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:411:40: style: Function 'Lzma2Enc_SetProps' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/Lzma2Enc.h:40:40: note: Function 'Lzma2Enc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:411:40: note: Function 'Lzma2Enc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:423:47: style: Function 'Lzma2Enc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/Lzma2Enc.h:41:47: note: Function 'Lzma2Enc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:423:47: note: Function 'Lzma2Enc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:434:38: style: Function 'Lzma2Enc_Encode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/Lzma2Enc.h:42:38: note: Function 'Lzma2Enc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma2Enc.c:434:38: note: Function 'Lzma2Enc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/Lzma86Dec.c:10:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Lzma86Dec.c:11:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Lzma86Enc.c:14:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Lzma86Enc.c:15:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/LzmaDec.c:893:29: style: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaDec.h:138:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
lzma-9.22/C/LzmaDec.c:893:29: note: Function 'LzmaDec_Free' argument 1 names different: declaration 'state' definition 'p'.
lzma-9.22/C/LzmaDec.c:948:33: style: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaDec.h:137:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
lzma-9.22/C/LzmaDec.c:948:33: note: Function 'LzmaDec_Allocate' argument 1 names different: declaration 'state' definition 'p'.
lzma-9.22/C/LzmaDec.c:948:48: style: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaDec.h:137:52: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
lzma-9.22/C/LzmaDec.c:948:48: note: Function 'LzmaDec_Allocate' argument 2 names different: declaration 'prop' definition 'props'.
lzma-9.22/C/LzmaDec.c:674:3: style: Variable 'range' is assigned a value that is never used. [unreadVariable]
lzma-9.22/C/LzmaDec.c:674:3: style: Variable 'code' is assigned a value that is never used. [unreadVariable]
lzma-9.22/C/LzmaEnc.c:1353:18: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
lzma-9.22/C/LzmaEnc.c:1443:18: style: The scope of the variable 'nextRepMatchPrice' can be reduced. [variableScope]
lzma-9.22/C/LzmaEnc.c:400:38: style: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:54:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:400:38: note: Function 'LzmaEnc_SetProps' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:400:63: style: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:54:62: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
lzma-9.22/C/LzmaEnc.c:400:63: note: Function 'LzmaEnc_SetProps' argument 2 names different: declaration 'props' definition 'props2'.
lzma-9.22/C/LzmaEnc.c:2192:36: style: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:56:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:2192:36: note: Function 'LzmaEnc_Encode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:2199:45: style: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:55:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:2199:45: note: Function 'LzmaEnc_WriteProperties' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:2199:55: style: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:55:54: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
lzma-9.22/C/LzmaEnc.c:2199:55: note: Function 'LzmaEnc_WriteProperties' argument 2 names different: declaration 'properties' definition 'props'.
lzma-9.22/C/LzmaEnc.c:2228:39: style: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'. [funcArgNamesDifferent]
lzma-9.22/C/LzmaEnc.h:58:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaEnc.c:2228:39: note: Function 'LzmaEnc_MemEncode' argument 1 names different: declaration 'p' definition 'pp'.
lzma-9.22/C/LzmaLib.c:11:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/LzmaLib.c:12:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Ppmd7.c:634:69: style: Function 'Ppmd7_MakeEscFreq' argument 3 names different: declaration 'scale' definition 'escFreq'. [funcArgNamesDifferent]
lzma-9.22/C/Ppmd7.h:95:69: note: Function 'Ppmd7_MakeEscFreq' argument 3 names different: declaration 'scale' definition 'escFreq'.
lzma-9.22/C/Ppmd7.c:634:69: note: Function 'Ppmd7_MakeEscFreq' argument 3 names different: declaration 'scale' definition 'escFreq'.
lzma-9.22/C/Threads.c:19:30: style: Function 'HandlePtr_Close' argument 1 names different: declaration 'h' definition 'p'. [funcArgNamesDifferent]
lzma-9.22/C/Threads.h:13:30: note: Function 'HandlePtr_Close' argument 1 names different: declaration 'h' definition 'p'.
lzma-9.22/C/Threads.c:19:30: note: Function 'HandlePtr_Close' argument 1 names different: declaration 'h' definition 'p'.
lzma-9.22/C/Util/7z/7zMain.c:258:3: warning: Assignment of function parameter has no effect outside the function. Did you forget dereferencing it? [uselessAssignmentPtrArg]
lzma-9.22/C/Util/7z/7zMain.c:129:12: warning: Redundant assignment of 'fileMode' to itself. [selfAssignment]
lzma-9.22/C/Util/7z/7zMain.c:293:10: style: The scope of the variable 'tempSize' can be reduced. [variableScope]
lzma-9.22/C/Util/Lzma/LzmaUtil.c:202:12: style: Condition 't4!=4' is always false [knownConditionTrueFalse]
lzma-9.22/C/Util/Lzma/LzmaUtil.c:200:23: note: Assignment 't4=sizeof(unsigned int)', assigned value is 4
lzma-9.22/C/Util/Lzma/LzmaUtil.c:202:12: note: Condition 't4!=4' is always false
lzma-9.22/C/Util/Lzma/LzmaUtil.c:21:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Util/Lzma/LzmaUtil.c:22:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/Util/Lzma/LzmaUtil.c:140:6: warning: Redundant assignment of 'rs' to itself. [selfAssignment]
lzma-9.22/C/Util/LzmaLib/LzmaLibExports.c:8:13: warning: Redundant assignment of 'hInstance' to itself. [selfAssignment]
lzma-9.22/C/Util/LzmaLib/LzmaLibExports.c:9:12: warning: Redundant assignment of 'dwReason' to itself. [selfAssignment]
lzma-9.22/C/Util/LzmaLib/LzmaLibExports.c:10:14: warning: Redundant assignment of 'lpReserved' to itself. [selfAssignment]
lzma-9.22/C/Util/SfxSetup/SfxSetup.c:250:13: warning: Redundant assignment of 'hInstance' to itself. [selfAssignment]
lzma-9.22/C/Util/SfxSetup/SfxSetup.c:251:17: warning: Redundant assignment of 'hPrevInstance' to itself. [selfAssignment]
lzma-9.22/C/Util/SfxSetup/SfxSetup.c:252:13: warning: Redundant assignment of 'lpCmdLine' to itself. [selfAssignment]
lzma-9.22/C/Util/SfxSetup/SfxSetup.c:253:12: warning: Redundant assignment of 'nCmdShow' to itself. [selfAssignment]
lzma-9.22/C/Util/SfxSetup/SfxSetup.c:145:17: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lzma-9.22/C/XzCrc64.c:22:0: style: Function 'Crc64Update' argument 1 names different: declaration 'crc' definition 'v'. [funcArgNamesDifferent]
lzma-9.22/C/XzCrc64.h:21:0: note: Function 'Crc64Update' argument 1 names different: declaration 'crc' definition 'v'.
lzma-9.22/C/XzCrc64.c:22:0: note: Function 'Crc64Update' argument 1 names different: declaration 'crc' definition 'v'.
lzma-9.22/C/XzDec.c:75:9: warning: Redundant assignment of 'alloc' to itself. [selfAssignment]
lzma-9.22/C/XzDec.c:132:14: warning: Redundant assignment of 'finishMode' to itself. [selfAssignment]
lzma-9.22/C/XzDec.c:309:18: warning: Redundant assignment of 'srcWasFinished' to itself. [selfAssignment]
lzma-9.22/C/XzEnc.c:19:51: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/XzEnc.c:20:51: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/XzEnc.c:23:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/XzEnc.c:24:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/C/XzIn.c:73:10: style: The scope of the variable 'i' can be reduced. [variableScope]
lzma-9.22/C/XzIn.c:273:47: style: Function 'Xzs_ReadBackward' argument 2 names different: declaration 'inStream' definition 'stream'. [funcArgNamesDifferent]
lzma-9.22/C/Xz.h:131:47: note: Function 'Xzs_ReadBackward' argument 2 names different: declaration 'inStream' definition 'stream'.
lzma-9.22/C/XzIn.c:273:47: note: Function 'Xzs_ReadBackward' argument 2 names different: declaration 'inStream' definition 'stream'.
lzma-9.22/C/XzIn.c:92:17: style: Variable 'crcStartPos' is assigned a value that is never used. [unreadVariable]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2.h:159:27: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:58:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:180:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:193:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:199:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:200:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyCom.h:27:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:94:20: style: Function 'Decode' argument 4 names different: declaration 'folder' definition 'folderInfo'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.h:54:22: note: Function 'Decode' argument 4 names different: declaration 'folder' definition 'folderInfo'.
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:94:20: note: Function 'Decode' argument 4 names different: declaration 'folder' definition 'folderInfo'.
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:98:31: style: Function 'Decode' argument 7 names different: declaration 'getTextPasswordSpec' definition 'getTextPassword'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.h:58:33: note: Function 'Decode' argument 7 names different: declaration 'getTextPasswordSpec' definition 'getTextPassword'.
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:98:31: note: Function 'Decode' argument 7 names different: declaration 'getTextPasswordSpec' definition 'getTextPassword'.
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:10:1: style: The class 'CLimitedSequentialInStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:35:1: style: The class 'CLimitedInStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:65:1: style: The class 'CClusterInStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:102:1: style: The class 'CLimitedSequentialOutStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/LockedStream.h:20:1: style: The class 'CLockedSequentialInStreamImp' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:18:1: style: The class 'CBufInStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:75:1: style: The class 'CBufPtrSeqOutStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:95:1: style: The class 'CSequentialOutStreamSizeCount' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:124:3: warning: Member variable 'CCachedInStream::_dataSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:124:3: warning: Member variable 'CCachedInStream::_blockSizeLog' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:124:3: warning: Member variable 'CCachedInStream::_numBlocksLog' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:124:3: warning: Member variable 'CCachedInStream::_size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:124:3: warning: Member variable 'CCachedInStream::_pos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamBinder.h:10:1: style: The class 'CStreamBinder' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:44:1: style: The class 'CCoderMixer2MT' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zItem.h:46:3: warning: Member variable 'CFolder::UnpackCRC' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zItem.h:155:3: warning: Member variable 'CFileItem::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zItem.h:155:3: warning: Member variable 'CFileItem::Attrib' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zItem.h:155:3: warning: Member variable 'CFileItem::Crc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:80:11: warning: Member variable 'CDecoder::_mixerCoderMTSpec' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.cpp:80:11: warning: Member variable 'CDecoder::_mixerCoderCommon' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ISequentialInStream >::operator=' should return 'CMyComPtr < ISequentialInStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IInStream >::operator=' should return 'CMyComPtr < IInStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ISequentialOutStream >::operator=' should return 'CMyComPtr < ISequentialOutStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IProgress >::operator=' should return 'CMyComPtr < IProgress > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressProgressInfo >::operator=' should return 'CMyComPtr < ICompressProgressInfo > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IUnknown >::operator=' should return 'CMyComPtr < IUnknown > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressCoder >::operator=' should return 'CMyComPtr < ICompressCoder > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressCoder2 >::operator=' should return 'CMyComPtr < ICompressCoder2 > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressSetDecoderProperties2 >::operator=' should return 'CMyComPtr < ICompressSetDecoderProperties2 > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressSetCoderMt >::operator=' should return 'CMyComPtr < ICompressSetCoderMt > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICryptoSetPassword >::operator=' should return 'CMyComPtr < ICryptoSetPassword > &'. [operatorEq]
lzma-9.22/CPP/Common/MyVector.h:186:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
lzma-9.22/CPP/Common/MyVector.h:41:0: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
lzma-9.22/CPP/Common/Buffer.h:11:0: style: Member variable 'CBuffer < unsigned char >::_capacity' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/Common/Buffer.h:22:0: note: Member variable 'CBuffer < unsigned char >::_capacity' is in the wrong place in the initializer list.
lzma-9.22/CPP/Common/Buffer.h:11:0: note: Member variable 'CBuffer < unsigned char >::_capacity' is in the wrong place in the initializer list.
lzma-9.22/CPP/Windows/Synchronization.h:24:18: performance: Variable '_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lzma-9.22/CPP/Windows/Synchronization.h:130:18: performance: Variable '_object' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lzma-9.22/CPP/Windows/Thread.h:16:15: performance: Variable 'thread' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList]
lzma-9.22/CPP/7zip/Common/VirtThread.h:16:4: warning: Class 'CVirtThread' which has virtual members does not have a virtual destructor. [virtualDestructor]
lzma-9.22/CPP/Windows/Synchronization.h:22:8: style: Technically the member function 'NWindows::NSynchronization::CBaseEvent::IsCreated' can be const. [functionConst]
lzma-9.22/CPP/Windows/Synchronization.h:23:3: style: Technically the member function 'NWindows::NSynchronization::CBaseEvent::operatorHANDLE' can be const. [functionConst]
lzma-9.22/CPP/Windows/Synchronization.h:47:8: style: Technically the member function 'NWindows::NSynchronization::CBaseEvent::Lock' can be const. [functionConst]
lzma-9.22/CPP/Windows/Synchronization.h:133:3: style: Technically the member function 'NWindows::NSynchronization::CSemaphore::operatorHANDLE' can be const. [functionConst]
lzma-9.22/CPP/Windows/Synchronization.h:140:8: style: Technically the member function 'NWindows::NSynchronization::CSemaphore::Lock' can be const. [functionConst]
lzma-9.22/CPP/Windows/Thread.h:18:8: style: Technically the member function 'NWindows::CThread::IsCreated' can be const. [functionConst]
lzma-9.22/CPP/Windows/Thread.h:22:8: style: Technically the member function 'NWindows::CThread::Wait' can be const. [functionConst]
lzma-9.22/CPP/Common/MyString.h:365:0: performance: Technically the member function 'CStringBase < wchar_t >::GetTrimDefaultCharSet' can be static. [functionStatic]
lzma-9.22/CPP/Common/MyString.h:365:0: performance: Technically the member function 'CStringBase < char >::GetTrimDefaultCharSet' can be static. [functionStatic]
lzma-9.22/CPP/Common/MyVector.h:68:0: style: Technically the member function 'CRecordVector < constunsignedlong long * >::operator[]' can be const. [functionConst]
lzma-9.22/CPP/Common/MyCom.h:92:3: style: Class 'CMyComBSTR' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyVector.h:22:3: style: Class 'CBaseRecordVector' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/Synchronization.h:158:3: style: Class 'CCriticalSectionLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2.h:138:3: style: Class 'CBindReverseConverter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zDecode.h:48:3: style: Class 'CDecoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyString.h:159:0: style: Class 'CStringBase < wchar_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyString.h:166:0: style: Class 'CStringBase < wchar_t >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyString.h:159:0: style: Class 'CStringBase < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyString.h:166:0: style: Class 'CStringBase < char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/Buffer.h:22:0: style: Class 'CBuffer < unsigned char >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ISequentialInStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IInStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ISequentialOutStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IProgress >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressProgressInfo >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IUnknown >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressCoder >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressCoder2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressSetDecoderProperties2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressSetCoderMt >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICryptoSetPassword >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:30:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:57:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:59:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:59:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:60:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:60:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:94:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:96:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:96:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:97:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:97:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:111:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:112:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LimitedStreams.h:112:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LockedStream.h:33:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/LockedStream.h:35:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/LockedStream.h:35:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:29:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:31:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:12:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/ProgressUtils.h:31:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:36:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:37:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:37:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:38:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:38:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:71:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:72:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:72:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:92:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:92:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:106:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:107:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:107:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:130:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:131:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:131:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:132:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamObjects.h:132:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:68:11: style: The function 'SetBindInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2.h:167:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:68:11: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:73:8: style: The function 'ReInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2.h:168:16: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:73:8: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:74:8: style: The function 'SetCoderInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2.h:169:16: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.h:74:8: note: Function in derived class
lzma-9.22/CPP/Common/MyVector.h:207:0: style: The function 'Delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyVector.h:29:16: note: Virtual function in base class
lzma-9.22/CPP/Common/MyVector.h:207:0: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:68:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:69:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:70:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:71:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:72:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:73:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:76:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:80:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:81:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:83:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:86:5: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zEncode.cpp:85:51: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zEncode.cpp:222:17: style: The scope of the variable 'encodingInfo' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:34:1: style: The class 'CSequentialOutTempBufferImp' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/MethodProps.h:24:3: warning: Member variable 'CProp::Id' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:10:1: style: The class 'CSequentialInStreamSizeCount2' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressSetCoderProperties >::operator=' should return 'CMyComPtr < ICompressSetCoderProperties > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressWriteCoderProperties >::operator=' should return 'CMyComPtr < ICompressWriteCoderProperties > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICryptoResetInitVector >::operator=' should return 'CMyComPtr < ICryptoResetInitVector > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressFilter >::operator=' should return 'CMyComPtr < ICompressFilter > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressGetSubStreamSize >::operator=' should return 'CMyComPtr < ICompressGetSubStreamSize > &'. [operatorEq]
lzma-9.22/CPP/7zip/Archive/7z/7zCompressionMode.h:34:10: style: Member variable 'CCompressionMethodMode::NumThreads' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/Archive/7z/7zCompressionMode.h:42:9: note: Member variable 'CCompressionMethodMode::NumThreads' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/Archive/7z/7zCompressionMode.h:34:10: note: Member variable 'CCompressionMethodMode::NumThreads' is in the wrong place in the initializer list.
lzma-9.22/CPP/Windows/PropVariant.h:17:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:19:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:20:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:21:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:22:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:23:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:24:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:25:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:26:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/PropVariant.h:27:3: style: Class 'CPropVariant' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zEncode.h:40:3: style: Class 'CEncoder' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressSetCoderProperties >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressWriteCoderProperties >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICryptoResetInitVector >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressFilter >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressGetSubStreamSize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/FilterCoder.h:68:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:68:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:88:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:88:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:88:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:88:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:89:3: style: The function 'Code' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:89:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:91:3: style: The function 'ReleaseInStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:93:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:92:3: style: The function 'SetInStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:92:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:92:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:93:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:93:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:93:71: style: The function 'SetOutStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:93:71: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:95:3: style: The function 'ReleaseOutStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:95:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:96:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:96:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:97:3: style: The function 'Flush' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:55:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:97:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:100:3: style: The function 'CryptoSetPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:162:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:100:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:103:3: style: The function 'SetCoderProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:55:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:103:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:105:3: style: The function 'WriteCoderProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:72:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:105:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:107:3: style: The function 'ResetInitVector' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:157:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:107:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:109:3: style: The function 'SetDecoderProperties2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:67:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FilterCoder.h:109:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:43:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:43:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:30:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:32:3: style: The function 'GetSubStreamSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:87:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/7z/7zSpecStream.h:32:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zEncode.cpp:23:36: performance: Function parameter 'decompressionMethods' should be passed by const reference. [passedByValue]
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.h:38:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:102:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:104:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:107:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zExtract.cpp:47:11: style: Function 'Extract' argument 3 names different: declaration 'testMode' definition 'testModeSpec'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:113:3: note: Function 'Extract' argument 3 names different: declaration 'testMode' definition 'testModeSpec'.
lzma-9.22/CPP/7zip/Archive/7z/7zExtract.cpp:47:11: note: Function 'Extract' argument 3 names different: declaration 'testMode' definition 'testModeSpec'.
lzma-9.22/CPP/7zip/Archive/7z/7zExtract.cpp:47:50: style: Function 'Extract' argument 4 names different: declaration 'extractCallback' definition 'extractCallbackSpec'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:113:3: note: Function 'Extract' argument 4 names different: declaration 'extractCallback' definition 'extractCallbackSpec'.
lzma-9.22/CPP/7zip/Archive/7z/7zExtract.cpp:47:50: note: Function 'Extract' argument 4 names different: declaration 'extractCallback' definition 'extractCallbackSpec'.
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:12:1: style: The class 'COutStreamWithCRC' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.h:99:1: style: The class 'CInByte2' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.h:126:1: style: The class 'CInArchive' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveExtractCallback >::operator=' should return 'CMyComPtr < IArchiveExtractCallback > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICryptoGetTextPassword >::operator=' should return 'CMyComPtr < ICryptoGetTextPassword > &'. [operatorEq]
lzma-9.22/CPP/Common/MyException.h:11:3: style: Struct 'CSystemException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/InBuffer.h:13:3: style: Struct 'CInBufferException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveExtractCallback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICryptoGetTextPassword >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'GetUpdateItemInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:159:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:22:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/OutStreamWithCRC.h:22:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.h:41:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:12:1: style: The class 'CSequentialInStreamWithCRC' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:39:1: style: The class 'CInStreamWithCRC' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_currentSizeIsDefined' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_fileIsOpen' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_currentSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_filePos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_fileIndices' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_numFiles' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderInStream.cpp:10:18: warning: Member variable 'CFolderInStream::_fileIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveUpdateCallback >::operator=' should return 'CMyComPtr < IArchiveUpdateCallback > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IStreamGetSize >::operator=' should return 'CMyComPtr < IStreamGetSize > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveUpdateCallback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IStreamGetSize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:17:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:19:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:46:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:46:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:47:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/InStreamWithCRC.h:47:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_db' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_extractStatuses' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_ref2Offset' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_startIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_currentIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_testMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_checkCrc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_fileIsOpen' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zFolderOutStream.cpp:10:19: warning: Member variable 'CFolderOutStream::_rem' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.cpp:30:11: warning: Member variable 'CHandler::_db' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveOpenCallback >::operator=' should return 'CMyComPtr < IArchiveOpenCallback > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveOpenCallback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:214:12: style: The scope of the variable 'nameIsDefined' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:85:29: style: Function 'SetMainMethod' argument 1 names different: declaration 'method' definition 'methodMode'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:149:49: note: Function 'SetMainMethod' argument 1 names different: declaration 'method' definition 'methodMode'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:85:29: note: Function 'SetMainMethod' argument 1 names different: declaration 'method' definition 'methodMode'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:86:36: style: Function 'SetMainMethod' argument 2 names different: declaration 'methodsInfo' definition 'methods'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:150:38: note: Function 'SetMainMethod' argument 2 names different: declaration 'methodsInfo' definition 'methods'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:86:36: note: Function 'SetMainMethod' argument 2 names different: declaration 'methodsInfo' definition 'methods'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:504:49: style: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:82:38: note: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:504:49: note: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:548:94: style: Function 'SetProperties' argument 3 names different: declaration 'numProperties' definition 'numProps'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zHandler.h:116:84: note: Function 'SetProperties' argument 3 names different: declaration 'numProperties' definition 'numProps'.
lzma-9.22/CPP/7zip/Archive/7z/7zHandlerOut.cpp:548:94: note: Function 'SetProperties' argument 3 names different: declaration 'numProperties' definition 'numProps'.
lzma-9.22/CPP/7zip/Common/OutBuffer.h:36:3: warning: Member variable 'COutBuffer::_limitPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/OutBuffer.h:36:3: warning: Member variable 'COutBuffer::_streamPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/OutBuffer.h:36:3: warning: Member variable 'COutBuffer::_bufferSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/OutBuffer.h:36:3: warning: Member variable 'COutBuffer::_processedSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/OutBuffer.h:36:3: warning: Member variable 'COutBuffer::_overDict' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:22:3: warning: Member variable 'CWriteBufferLoc::_data' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:132:3: warning: Member variable 'COutArchive::_prefixHeaderPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:132:3: warning: Member variable 'COutArchive::_countMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:132:3: warning: Member variable 'COutArchive::_writeToStream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:132:3: warning: Member variable 'COutArchive::_countSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:132:3: warning: Member variable 'COutArchive::_crc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::IndexInArchive' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::IndexInClient' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::CTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::ATime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::MTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::Attrib' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::NewData' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.h:42:3: warning: Member variable 'CUpdateItem::NewProps' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IOutStream >::operator=' should return 'CMyComPtr < IOutStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICryptoGetTextPassword2 >::operator=' should return 'CMyComPtr < ICryptoGetTextPassword2 > &'. [operatorEq]
lzma-9.22/CPP/7zip/Common/OutBuffer.h:13:3: style: Struct 'COutBufferException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IOutStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICryptoGetTextPassword2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.cpp:502:0: style: The scope of the variable 'type' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.cpp:378:45: style: Function 'GetNextFolderItem' argument 1 names different: declaration 'itemInfo' definition 'folder'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.h:171:35: note: Function 'GetNextFolderItem' argument 1 names different: declaration 'itemInfo' definition 'folder'.
lzma-9.22/CPP/7zip/Archive/7z/7zIn.cpp:378:45: note: Function 'GetNextFolderItem' argument 1 names different: declaration 'itemInfo' definition 'folder'.
lzma-9.22/CPP/7zip/Archive/7z/7zIn.cpp:333:20: style: Array index 'pos' is used before limits check. [arrayIndexThenCheck]
lzma-9.22/CPP/7zip/Archive/7z/7zIn.cpp:140:3: warning: Member variable 'CStreamSwitch::_archive' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.cpp:343:34: style: Function 'WriteHashDigests' argument 2 names different: declaration 'hashDigests' definition 'digests'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:80:36: note: Function 'WriteHashDigests' argument 2 names different: declaration 'hashDigests' definition 'digests'.
lzma-9.22/CPP/7zip/Archive/7z/7zOut.cpp:343:34: note: Function 'WriteHashDigests' argument 2 names different: declaration 'hashDigests' definition 'digests'.
lzma-9.22/CPP/7zip/Archive/7z/7zOut.cpp:428:34: style: Function 'WriteSubStreamsInfo' argument 5 names different: declaration 'hashDigests' definition 'digests'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:95:36: note: Function 'WriteSubStreamsInfo' argument 5 names different: declaration 'hashDigests' definition 'digests'.
lzma-9.22/CPP/7zip/Archive/7z/7zOut.cpp:428:34: note: Function 'WriteSubStreamsInfo' argument 5 names different: declaration 'hashDigests' definition 'digests'.
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:97:8: performance: Technically the member function 'NArchive::N7z::COutArchive::SkipAlign' can be static. [functionStatic]
lzma-9.22/CPP/7zip/Archive/7z/7zOut.cpp:480:19: note: Technically the member function 'NArchive::N7z::COutArchive::SkipAlign' can be static.
lzma-9.22/CPP/7zip/Archive/7z/7zOut.h:97:8: note: Technically the member function 'NArchive::N7z::COutArchive::SkipAlign' can be static.
lzma-9.22/CPP/Common/AutoPtr.h:10:3: style: Class 'CMyAutoPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Compress/CopyCoder.h:23:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:133:36: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:154:53: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:439:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:635:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:377:14: warning: Redundant assignment of 'bcj2Filter' to itself. [selfAssignment]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:287:7: style: The scope of the variable 'n' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_db' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_extractStatuses' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_startIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_currentIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_fileIsOpen' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:441:3: warning: Member variable 'CFolderOutStream2::_rem' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:568:3: warning: Member variable 'CThreadDecoder::StartPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:568:3: warning: Member variable 'CThreadDecoder::PackSizes' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/7z/7zUpdate.cpp:568:3: warning: Member variable 'CThreadDecoder::Folder' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < CLimitedSequentialInStream >::operator=' should return 'CMyComPtr < CLimitedSequentialInStream > &'. [operatorEq]
lzma-9.22/CPP/7zip/Compress/CopyCoder.h:17:9: style: Member variable 'CCopyCoder::_buffer' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/Compress/CopyCoder.h:20:31: note: Member variable 'CCopyCoder::_buffer' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/Compress/CopyCoder.h:17:9: note: Member variable 'CCopyCoder::_buffer' is in the wrong place in the initializer list.
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < CLimitedSequentialInStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyVector.h:186:18: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.cpp:29:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.cpp:35:27: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/CoderMixer2MT.cpp:9:10: warning: Member variable 'CCoder2::Result' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressSetBufSize >::operator=' should return 'CMyComPtr < ICompressSetBufSize > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressSetBufSize >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyCom.h:19:3: style: Class 'CMyComPtr' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:32:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:34:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:12:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/CrossThreadProgress.h:34:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:9:1: style: The class 'CDummyOutStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:20:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:20:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.cpp:50:55: style: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.h:44:38: note: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'.
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.cpp:50:55: note: Function 'SetProperty' argument 1 names different: declaration 'name' definition 'nameSpec'.
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.h:24:8: style: Technically the member function 'NArchive::CMultiMethodProps::SetGlobalLevelAndThreads' can be const. [functionConst]
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.cpp:23:25: note: Technically the member function 'NArchive::CMultiMethodProps::SetGlobalLevelAndThreads' can be const.
lzma-9.22/CPP/7zip/Archive/Common/HandlerOut.h:24:8: note: Technically the member function 'NArchive::CMultiMethodProps::SetGlobalLevelAndThreads' can be const.
lzma-9.22/CPP/Common/MyVector.h:41:18: style: 'operator=' should return reference to 'this' instance. [operatorEqRetRefThis]
lzma-9.22/CPP/Common/MyVector.h:207:16: style: The function 'Delete' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyVector.h:29:16: note: Virtual function in base class
lzma-9.22/CPP/Common/MyVector.h:207:16: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:11:1: style: The class 'CMultiStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:46:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:46:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:47:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/MultiStream.h:47:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:46:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:47:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:48:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:50:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:51:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:52:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:191:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:192:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:407:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:93:10: style: Function 'Create' argument 1 names different: declaration 'filtered' definition 'filteredMode'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:77:12: note: Function 'Create' argument 1 names different: declaration 'filtered' definition 'filteredMode'.
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:93:10: note: Function 'Create' argument 1 names different: declaration 'filtered' definition 'filteredMode'.
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:280:40: style: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:197:3: note: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:280:40: note: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:69:1: style: The class 'CDecoder' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:200:3: warning: Member variable 'CHandler::_header' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:200:3: warning: Member variable 'CHandler::_startPosition' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:200:3: warning: Member variable 'CHandler::_packSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:200:3: warning: Member variable 'CHandler::_packSizeDefined' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < ICompressSetOutStream >::operator=' should return 'CMyComPtr < ICompressSetOutStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IOutStreamFlush >::operator=' should return 'CMyComPtr < IOutStreamFlush > &'. [operatorEq]
lzma-9.22/CPP/7zip/Archive/LzmaHandler.cpp:200:3: style: Class 'CHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < ICompressSetOutStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IOutStreamFlush >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Archive/Common/DummyOutStream.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Archive/SplitHandler.cpp:43:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/SplitHandler.cpp:266:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/Archive/SplitHandler.cpp:335:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/Archive/SplitHandler.cpp:356:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/Archive/SplitHandler.cpp:33:1: style: The class 'CHandler' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveOpenVolumeCallback >::operator=' should return 'CMyComPtr < IArchiveOpenVolumeCallback > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveOpenVolumeCallback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:79:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:80:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:82:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:83:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:305:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:427:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:497:10: style: The scope of the variable 'inPos' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:499:10: style: The scope of the variable 'outPos' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:310:60: style: Function 'COpenCallbackWrap' argument 1 names different: declaration 'progress' definition 'callback'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:300:43: note: Function 'COpenCallbackWrap' argument 1 names different: declaration 'progress' definition 'callback'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:310:60: note: Function 'COpenCallbackWrap' argument 1 names different: declaration 'progress' definition 'callback'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:391:40: style: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:88:3: note: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:391:40: note: Function 'Open' argument 1 names different: declaration 'stream' definition 'inStream'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:391:88: style: Function 'Open' argument 3 names different: declaration 'openArchiveCallback' definition 'callback'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:88:3: note: Function 'Open' argument 3 names different: declaration 'openArchiveCallback' definition 'callback'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:391:88: note: Function 'Open' argument 3 names different: declaration 'openArchiveCallback' definition 'callback'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:587:48: style: Function 'GetFileTimeType' argument 1 names different: declaration 'type' definition 'timeType'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:92:3: note: Function 'GetFileTimeType' argument 1 names different: declaration 'type' definition 'timeType'.
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:587:48: note: Function 'GetFileTimeType' argument 1 names different: declaration 'type' definition 'timeType'.
lzma-9.22/CPP/7zip/Common/CWrappers.h:14:3: style: Struct 'CCompressProgressWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/CWrappers.h:22:3: style: Struct 'CSeqInStreamWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/CWrappers.h:30:3: style: Struct 'CSeekInStreamWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/CWrappers.h:39:3: style: Struct 'CSeqOutStreamWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Archive/XzHandler.cpp:300:3: style: Struct 'COpenCallbackWrap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:175:7: style: Condition 'unsupportedTypes' is always false [knownConditionTrueFalse]
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:174:68: note: Assignment 'unsupportedTypes=sizeof(unsigned char)!=1||sizeof(unsigned int)<4||sizeof(unsigned long long)<4', assigned value is 0
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:175:7: note: Condition 'unsupportedTypes' is always false
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaEncoder.h:23:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:441:5: style: Variable 'mcDefined' is reassigned a value before the old one has been used. [redundantAssignment]
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:431:0: note: Variable 'mcDefined' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/Bundles/LzmaCon/LzmaAlone.cpp:441:5: note: Variable 'mcDefined' is reassigned a value before the old one has been used.
lzma-9.22/CPP/Common/CommandLineParser.h:40:3: warning: Member variable 'CSwitchResult::WithMinus' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/CommandLineParser.h:40:3: warning: Member variable 'CSwitchResult::PostCharIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/CommandLineParser.h:50:3: style: Class 'CParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:56:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:58:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:58:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:59:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:39:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:59:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:61:3: style: The function 'GetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:50:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:61:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:69:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:72:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:72:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:110:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:112:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:112:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:113:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:44:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:113:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:114:3: style: The function 'SetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:45:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:114:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:122:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/FileStreams.h:125:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/FileStreams.h:125:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.h:12:36: performance: Function parameter 'props' should be passed by const reference. [passedByValue]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:17:30: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:47:25: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:58:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:101:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:110:26: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:171:23: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:217:24: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:71:19: warning: Member variable 'CSeqInStreamWrap::Res' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Cur' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Lim' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Stream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Processed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Extra' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:177:17: warning: Member variable 'CByteInBufWrap::Res' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Cur' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Lim' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Stream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Processed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CWrappers.cpp:225:18: warning: Member variable 'CByteOutBufWrap::Res' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:174:40: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:175:53: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:176:25: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:185:40: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:186:53: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:187:25: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/CreateCoder.cpp:162:8: style: The scope of the variable 'created' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/Common/FileStreams.cpp:390:3: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_bufferPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_convertedPosBegin' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_convertedPosEnd' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_outSizeIsDefined' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_outSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/FilterCoder.cpp:14:15: warning: Member variable 'CFilterCoder::_nowPos64' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InBuffer.cpp:9:12: warning: Member variable 'CInBuffer::_processedSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InBuffer.cpp:9:12: warning: Member variable 'CInBuffer::_wasFinished' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:106:88: style: Function 'Write' argument 3 names different: declaration 'processedSize' definition 'processed'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.h:43:59: note: Function 'Write' argument 3 names different: declaration 'processedSize' definition 'processed'.
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:106:88: note: Function 'Write' argument 3 names different: declaration 'processedSize' definition 'processed'.
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:18:19: warning: Member variable 'CInOutTempBuffer::_bufPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:18:19: warning: Member variable 'CInOutTempBuffer::_tempFileCreated' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:18:19: warning: Member variable 'CInOutTempBuffer::_size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/InOutTempBuffer.cpp:18:19: warning: Member variable 'CInOutTempBuffer::_crc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/MethodProps.cpp:167:5: style: Class 'CCoderProps' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzma-9.22/CPP/7zip/Common/MethodProps.cpp:167:5: style: Class 'CCoderProps' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lzma-9.22/CPP/7zip/Common/MethodProps.cpp:163:3: style: Class 'CCoderProps' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/OffsetStream.h:9:1: style: The class 'COffsetOutStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Common/OffsetStream.h:20:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/OffsetStream.h:20:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/OffsetStream.h:21:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:44:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/OffsetStream.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/OffsetStream.h:22:3: style: The function 'SetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:45:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/OffsetStream.h:22:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/ProgressUtils.cpp:7:17: warning: Member variable 'CLocalProgress::_inSizeIsMain' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:18:3: style: Class 'CBinderInStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:33:3: style: Class 'CBinderOutStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:15:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:16:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:16:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:31:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Common/StreamBinder.cpp:31:3: note: Function in derived class
lzma-9.22/CPP/7zip/Common/StreamObjects.cpp:50:44: style: Function 'EnsureCapacity' argument 1 names different: declaration 'capacity' definition 'cap'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Common/StreamObjects.h:53:30: note: Function 'EnsureCapacity' argument 1 names different: declaration 'capacity' definition 'cap'.
lzma-9.22/CPP/7zip/Common/StreamObjects.cpp:50:44: note: Function 'EnsureCapacity' argument 1 names different: declaration 'capacity' definition 'cap'.
lzma-9.22/CPP/7zip/Common/StreamUtils.cpp:9:69: style: Function 'ReadStream' argument 3 names different: declaration 'size' definition 'processedSize'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Common/StreamUtils.h:8:69: note: Function 'ReadStream' argument 3 names different: declaration 'size' definition 'processedSize'.
lzma-9.22/CPP/7zip/Common/StreamUtils.cpp:9:69: note: Function 'ReadStream' argument 3 names different: declaration 'size' definition 'processedSize'.
lzma-9.22/CPP/7zip/Common/VirtThread.cpp:11:22: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.h:51:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.h:100:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/RangeCoder.h:16:1: style: The class 'CEncoder' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.h:59:3: warning: Member variable 'CEncoder::_rangeEncoder' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.cpp:271:11: warning: Member variable 'CDecoder::_rangeDecoder' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/RangeCoder.h:106:0: style: Technically the member function 'NCompress::NRangeCoder::CEncoder::GetProcessedSize' can be const. [functionConst]
lzma-9.22/CPP/7zip/Compress/RangeCoder.h:200:0: style: Technically the member function 'NCompress::NRangeCoder::CDecoder::GetProcessedSize' can be const. [functionConst]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.h:46:5: style: Class 'CCoderReleaser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Compress/Bcj2Coder.h:95:5: style: Class 'CCoderReleaser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/Compress/Bcj2Register.cpp:9:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Bcj2Register.cpp:11:48: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:19:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:20:3: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:120:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:20:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:21:3: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:121:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BcjCoder.h:16:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BcjCoder.h:16:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BcjCoder.h:16:1: style: The function 'SubInit' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:16:16: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BcjCoder.h:16:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BcjRegister.cpp:9:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BcjRegister.cpp:11:48: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:8:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:8:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:9:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:9:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:10:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:10:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:11:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:11:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:12:1: style: The function 'SubFilter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Compress/BranchCoder.h:17:18: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/BranchMisc.h:12:1: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/BranchRegister.cpp:13:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchRegister.cpp:14:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchRegister.cpp:15:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchRegister.cpp:16:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/BranchRegister.cpp:17:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:64:46: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:65:46: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:16:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:17:3: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:120:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:17:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:18:3: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:121:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:18:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:26:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:27:3: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:120:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:27:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:28:3: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:121:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/ByteSwap.cpp:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/CopyRegister.cpp:9:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:116:1: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:104:63: style: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:44:48: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'.
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:104:63: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'.
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:15:3: warning: Member variable 'CDelta::_state' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:27:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:28:3: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:120:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:29:3: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:121:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:29:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:30:3: style: The function 'SetCoderProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:55:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:30:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:31:3: style: The function 'WriteCoderProperties' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:72:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:31:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:41:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:42:3: style: The function 'Init' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:120:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:42:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:43:3: style: The function 'Filter' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:121:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:43:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:44:3: style: The function 'SetDecoderProperties2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:67:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/Compress/DeltaFilter.cpp:44:3: note: Function in derived class
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.h:38:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:34:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:35:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:44:58: style: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.h:54:48: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'.
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:44:58: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'.
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_inPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_inSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_state' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_outSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_inSizeProcessed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Decoder.cpp:29:11: warning: Member variable 'CDecoder::_outSizeProcessed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/Lzma2Encoder.h:23:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Lzma2Encoder.cpp:59:24: style: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/Lzma2Encoder.h:27:75: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/Lzma2Encoder.cpp:59:24: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/Lzma2Register.cpp:9:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/Lzma2Register.cpp:12:48: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:37:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:38:48: warning: Redundant assignment of 'p' to itself. [selfAssignment]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:63:58: style: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.h:59:48: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'.
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:63:58: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'prop'.
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:27:11: warning: Member variable 'CDecoder::_outSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:27:11: warning: Member variable 'CDecoder::_outSizeProcessed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:27:11: warning: Member variable 'CDecoder::_inBufSizeAllocated' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/LzmaDecoder.cpp:27:11: warning: Member variable 'CDecoder::_wrPos' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/LzmaEncoder.cpp:115:24: style: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/LzmaEncoder.h:27:75: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/LzmaEncoder.cpp:115:24: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/LzmaRegister.cpp:9:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/LzmaRegister.cpp:12:48: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:45:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.cpp:36:58: style: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:57:48: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'.
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.cpp:36:58: note: Function 'SetDecoderProperties2' argument 1 names different: declaration 'data' definition 'props'.
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:66:3: warning: Member variable 'CDecoder::_order' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:66:3: warning: Member variable 'CDecoder::_status' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:66:3: warning: Member variable 'CDecoder::_outSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/PpmdDecoder.h:66:3: warning: Member variable 'CDecoder::_processedSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/Compress/PpmdEncoder.h:44:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/PpmdEncoder.cpp:60:85: style: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/Compress/PpmdEncoder.h:49:75: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/PpmdEncoder.cpp:60:85: note: Function 'SetCoderProperties' argument 2 names different: declaration 'props' definition 'coderProps'.
lzma-9.22/CPP/7zip/Compress/PpmdRegister.cpp:10:45: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/Compress/PpmdRegister.cpp:13:48: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:318:0: style: The scope of the variable 'newFileSize' can be reduced. [variableScope]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:380:64: style: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:197:39: note: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'.
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:380:64: note: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'.
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:421:67: style: Function 'CryptoGetTextPassword' argument 1 names different: declaration 'aPassword' definition 'password'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:200:42: note: Function 'CryptoGetTextPassword' argument 1 names different: declaration 'aPassword' definition 'password'.
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:421:67: note: Function 'CryptoGetTextPassword' argument 1 names different: declaration 'aPassword' definition 'password'.
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:227:3: warning: Member variable 'CArchiveExtractCallback::_extractMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:227:3: warning: Member variable 'CArchiveExtractCallback::_processedFileInfo' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:227:3: warning: Member variable 'CArchiveExtractCallback::_outFileStreamSpec' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:227:3: warning: Member variable 'CArchiveExtractCallback::NumErrors' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:493:3: warning: Member variable 'CArchiveUpdateCallback::m_NeedBeClosed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IInArchive >::operator=' should return 'CMyComPtr < IInArchive > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IOutArchive >::operator=' should return 'CMyComPtr < IOutArchive > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveUpdateCallback2 >::operator=' should return 'CMyComPtr < IArchiveUpdateCallback2 > &'. [operatorEq]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:482:34: style: Member variable 'CArchiveUpdateCallback::DirItems' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:493:75: note: Member variable 'CArchiveUpdateCallback::DirItems' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:482:34: note: Member variable 'CArchiveUpdateCallback::DirItems' is in the wrong place in the initializer list.
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IInArchive >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IOutArchive >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveUpdateCallback2 >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:133:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:135:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:79:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:135:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:136:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:79:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:136:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:138:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:138:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:188:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:191:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:191:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:192:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:192:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:195:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:195:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:196:3: style: The function 'PrepareOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:196:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:197:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:197:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:200:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:200:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:458:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:461:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:461:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:462:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:462:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:466:3: style: The function 'GetUpdateItemInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:466:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:468:3: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:468:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:469:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:469:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:470:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:470:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:471:3: style: The function 'GetVolumeSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:471:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:472:3: style: The function 'GetVolumeStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:472:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:474:3: style: The function 'CryptoGetTextPassword2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:20:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Client7z/Client7z.cpp:474:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:57:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:63:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:67:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/Common/MyVector.h:68:0: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:90:3: warning: Member variable 'COpenCallbackImp::_subArchiveMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:90:3: warning: Member variable 'COpenCallbackImp::TotalSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/OpenArchive.h:29:3: warning: Member variable 'CArc::FormatIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/OpenArchive.h:29:3: warning: Member variable 'CArc::SubfileIndex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/OpenArchive.h:29:3: warning: Member variable 'CArc::MTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_arc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_wildcardCensor' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_pathMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_overwriteMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_position' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_isSplit' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_extractMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_encrypted' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_fi' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_index' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_curSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_curSizeDefined' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_outFileStreamSpec' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_crcStreamSpec' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_stdOutMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_testMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_crcMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_packTotal' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::_unpTotal' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::NumFolders' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::NumFiles' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::UnpackSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:113:3: warning: Member variable 'CArchiveExtractCallback::CrcSum' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:21:3: warning: Member variable 'CDirItem::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:21:3: warning: Member variable 'CDirItem::CTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:21:3: warning: Member variable 'CDirItem::ATime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:21:3: warning: Member variable 'CDirItem::MTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:21:3: warning: Member variable 'CDirItem::Attrib' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:66:3: warning: Member variable 'CArcItem::Size' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:66:3: warning: Member variable 'CArcItem::MTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/DirItem.h:66:3: warning: Member variable 'CArcItem::IndexInServer' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/UpdatePair.h:16:3: warning: Member variable 'CUpdatePair::State' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/UpdateProduce.h:21:3: warning: Member variable 'CUpdatePair2::NewData' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/UpdateProduce.h:21:3: warning: Member variable 'CUpdatePair2::NewProps' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::HelpMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::IsInTerminal' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::IsStdOutTerminal' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::IsStdErrTerminal' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::EnableHeaders' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::YesToAll' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::ShowDialog' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::Command' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::PasswordEnabled' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::TechMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::CalcCrc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::AppendName' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::OverwriteMode' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::EnablePercents' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:91:3: warning: Member variable 'CArchiveCommandLineOptions::NumIterations' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IFolderArchiveExtractCallback >::operator=' should return 'CMyComPtr < IFolderArchiveExtractCallback > &'. [operatorEq]
lzma-9.22/CPP/7zip/UI/Common/Update.h:102:8: style: Member variable 'CUpdateOptions::OpenShareForWrite' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Common/Update.h:123:5: note: Member variable 'CUpdateOptions::OpenShareForWrite' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Common/Update.h:102:8: note: Member variable 'CUpdateOptions::OpenShareForWrite' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:119:5: style: Class 'CArchiveExtractCallback' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:119:5: style: Class 'CArchiveExtractCallback' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:35:3: style: Struct 'CArcExtInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Common/ArchiveCommandLine.h:14:3: style: Struct 'CArchiveCommandLineException' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IFolderArchiveExtractCallback >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:52:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:64:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:79:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:64:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:64:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:79:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:64:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:65:3: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:101:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:65:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:65:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:101:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:65:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:68:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:68:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:71:3: style: The function 'SetSubArchiveName' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:113:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:71:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/LoadCodecs.h:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:101:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: style: The function 'PrepareOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:91:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:106:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:12:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:106:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:111:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:111:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:43:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:49:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:12:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:49:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'GetUpdateItemInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'GetProperty' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'GetVolumeSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: style: The function 'GetVolumeStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/Archive/IArchive.h:169:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:53:3: style: The function 'CryptoGetTextPassword2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:20:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:54:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:54:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'CheckBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'Finilize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'SetNumFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'OpenFileError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'CryptoGetTextPassword2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:32:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:65:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:102:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:390:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:408:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:456:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:483:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:58:0: style: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:0: note: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:58:0: note: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:411:64: style: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:104:3: note: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:411:64: note: Function 'SetOperationResult' argument 1 names different: declaration 'resultEOperationResult' definition 'operationResult'.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:86:8: style: Technically the member function 'CArchiveExtractCallback::CreateComplexDirectory' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:112:31: note: Technically the member function 'CArchiveExtractCallback::CreateComplexDirectory' can be const.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:86:8: note: Technically the member function 'CArchiveExtractCallback::CreateComplexDirectory' can be const.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:88:11: style: Technically the member function 'CArchiveExtractCallback::GetUnpackSize' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp:139:34: note: Technically the member function 'CArchiveExtractCallback::GetUnpackSize' can be const.
lzma-9.22/CPP/7zip/UI/Common/ArchiveExtractCallback.h:88:11: note: Technically the member function 'CArchiveExtractCallback::GetUnpackSize' can be const.
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp:23:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp:34:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp:59:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp:112:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp:129:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:604:29: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:617:29: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1047:17: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:806:5: style: Variable 'numEncoderThreads' is reassigned a value before the old one has been used. [redundantAssignment]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:802:0: note: Variable 'numEncoderThreads' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:806:5: note: Variable 'numEncoderThreads' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1421:3: style: Variable 'numCPUs' is reassigned a value before the old one has been used. [redundantAssignment]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1418:0: note: Variable 'numCPUs' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1421:3: note: Variable 'numCPUs' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1424:3: style: Variable 'ramSize' is reassigned a value before the old one has been used. [redundantAssignment]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1419:0: note: Variable 'ramSize' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1424:3: note: Variable 'ramSize' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:655:27: style: Function 'Init' argument 4 names different: declaration 'rg' definition 'rgLoc'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:595:29: note: Function 'Init' argument 4 names different: declaration 'rg' definition 'rgLoc'.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:655:27: note: Function 'Init' argument 4 names different: declaration 'rg' definition 'rgLoc'.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1339:47: style: Function 'Print' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1304:26: note: Function 'Print' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1339:47: note: Function 'Print' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1349:58: style: Function 'PrintLeftAligned' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1306:37: note: Function 'PrintLeftAligned' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1349:58: note: Function 'PrintLeftAligned' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::GlobalTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::GlobalFreq' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::UserTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::UserFreq' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::UnpackSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:19:3: warning: Member variable 'CBenchInfo::PackSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:91:3: warning: Member variable 'CBenchBuffer::BufferSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:109:1: style: The class 'CBenchRandomGenerator' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:163:1: style: The class 'CBenchmarkInStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:383:3: warning: Member variable 'CBenchProgressInfo::Status' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:383:3: warning: Member variable 'CBenchProgressInfo::UserTime' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:383:3: warning: Member variable 'CBenchProgressInfo::Res' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:499:3: warning: Member variable 'CBenchProps::EncComplex' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:499:3: warning: Member variable 'CBenchProps::DecComplexCompr' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:499:3: warning: Member variable 'CBenchProps::DecComplexUnc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::NumDecoderSubThreads' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::progressInfoSpec' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::NumIterations' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::decodersInfo' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::Results' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::crc' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::kBufferSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::compressedSize' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:599:3: warning: Member variable 'CEncoderInfo::rg' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1054:10: style: Member variable 'CCrcThreads::NumThreads' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1056:28: note: Member variable 'CCrcThreads::NumThreads' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1054:10: note: Member variable 'CCrcThreads::NumThreads' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:114:10: performance: Technically the member function 'CBenchRandomGenerator::GetVal' can be static. [functionStatic]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:502:0: style: Technically the member function 'CBenchProps::GeDecomprCommands' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:507:0: style: Technically the member function 'CBenchProps::GetCompressRating' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:518:21: note: Technically the member function 'CBenchProps::GetCompressRating' can be const.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:507:0: note: Technically the member function 'CBenchProps::GetCompressRating' can be const.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:508:0: style: Technically the member function 'CBenchProps::GetDecompressRating' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:532:21: note: Technically the member function 'CBenchProps::GetDecompressRating' can be const.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:508:0: note: Technically the member function 'CBenchProps::GetDecompressRating' can be const.
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:777:45: style: Struct 'CBenchEncoders' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:777:45: style: Struct 'CBenchEncoders' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1391:29: style: Struct 'CTempValues' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1391:29: style: Struct 'CTempValues' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:777:3: style: Struct 'CBenchEncoders' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1391:3: style: Struct 'CTempValues' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:171:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:178:3: style: The function 'Read' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:16:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:178:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:211:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:212:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:212:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:238:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:240:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:240:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:386:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:387:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/ICoder.h:12:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:387:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1302:11: style: The function 'SetEncodeResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:26:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1302:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1303:11: style: The function 'SetDecodeResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:27:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1303:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.cpp:1411:36: performance: Function parameter 'props' should be passed by const reference. [passedByValue]
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:196:5: style: Variable 'crypted' is reassigned a value before the old one has been used. [redundantAssignment]
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:194:0: note: Variable 'crypted' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:196:5: note: Variable 'crypted' is reassigned a value before the old one has been used.
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:104:20: style: Function 'DecompressArchives' argument 3 names different: declaration 'archivePaths' definition 'arcPaths'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/Extract.h:68:20: note: Function 'DecompressArchives' argument 3 names different: declaration 'archivePaths' definition 'arcPaths'.
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:104:20: note: Function 'DecompressArchives' argument 3 names different: declaration 'archivePaths' definition 'arcPaths'.
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:104:45: style: Function 'DecompressArchives' argument 4 names different: declaration 'archivePathsFull' definition 'arcPathsFull'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/Extract.h:68:49: note: Function 'DecompressArchives' argument 4 names different: declaration 'archivePathsFull' definition 'arcPathsFull'.
lzma-9.22/CPP/7zip/UI/Common/Extract.cpp:104:45: note: Function 'DecompressArchives' argument 4 names different: declaration 'archivePathsFull' definition 'arcPathsFull'.
lzma-9.22/CPP/7zip/UI/Common/ExtractingFilePath.cpp:133:14: style: Variable 's' is assigned a value that is never used. [unreadVariable]
lzma-9.22/CPP/7zip/UI/Common/OpenArchive.cpp:406:11: style: The scope of the variable 'resSpec' can be reduced. [variableScope]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveOpenSeq >::operator=' should return 'CMyComPtr < IArchiveOpenSeq > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IInArchiveGetStream >::operator=' should return 'CMyComPtr < IInArchiveGetStream > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:40:0: style: 'CMyComPtr < IArchiveOpenSetSubArchiveName >::operator=' should return 'CMyComPtr < IArchiveOpenSetSubArchiveName > &'. [operatorEq]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveOpenSeq >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IInArchiveGetStream >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/MyCom.h:19:0: style: Class 'CMyComPtr < IArchiveOpenSetSubArchiveName >' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Common/PropIDUtils.cpp:51:52: style: Function 'ConvertPropertyToString' argument 1 names different: declaration 'propVariant' definition 'prop'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/PropIDUtils.h:10:52: note: Function 'ConvertPropertyToString' argument 1 names different: declaration 'propVariant' definition 'prop'.
lzma-9.22/CPP/7zip/UI/Common/PropIDUtils.cpp:51:52: note: Function 'ConvertPropertyToString' argument 1 names different: declaration 'propVariant' definition 'prop'.
lzma-9.22/CPP/Common/MyVector.h:68:0: style: Technically the member function 'CRecordVector < const wchar_t * >::operator[]' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:206:15: style: Checking if unsigned variable 'newSize' is less than zero. This might be a false warning. [unsignedLessThanZero]
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:44:1: style: The class 'COutMultiVolStream' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:78:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:80:3: style: The function 'Write' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:80:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:81:3: style: The function 'Seek' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:44:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:81:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:82:3: style: The function 'SetSize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IStream.h:45:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:82:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:611:11: style: The function 'ScanProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/EnumDirItems.h:15:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Common/Update.cpp:611:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:86:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:171:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:212:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:250:3: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:30:0: style: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:0: note: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'.
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:30:0: note: Function 'SetTotal' argument 1 names different: declaration 'total' definition 'size'.
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:72:30: style: Function 'GetUpdateItemInfo' argument 3 names different: declaration 'newProperties' definition 'newProps'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.h:51:3: note: Function 'GetUpdateItemInfo' argument 3 names different: declaration 'newProperties' definition 'newProps'.
lzma-9.22/CPP/7zip/UI/Common/UpdateCallback.cpp:72:30: note: Function 'GetUpdateItemInfo' argument 3 names different: declaration 'newProperties' definition 'newProps'.
lzma-9.22/CPP/7zip/UI/Common/WorkDir.h:14:1: style: The class 'CWorkDirTempFile' does not have a constructor although it has private member variables. [noConstructor]
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:14:8: style: The function 'Print' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:39:16: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:14:8: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:15:8: style: The function 'NewLine' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:40:16: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:15:8: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:16:11: style: The function 'CheckBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Bench.h:41:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:16:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Common/Bench.h:48:36: performance: Function parameter 'props' should be passed by const reference. [passedByValue]
lzma-9.22/CPP/7zip/UI/Console/BenchCon.cpp:35:36: performance: Function parameter 'props' should be passed by const reference. [passedByValue]
lzma-9.22/CPP/7zip/UI/Console/ConsoleClose.cpp:47:26: style: Condition 'g_BreakCounter>0' is always false [knownConditionTrueFalse]
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:21:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:23:3: style: C-style pointer casting [cstyleCast]
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:21:3: style: The function 'QueryInterface' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:98:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:21:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:26:3: style: The function 'AddRef' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:99:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:26:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:26:3: style: The function 'Release' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/Common/MyWindows.h:100:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:26:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:28:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:28:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:29:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IProgress.h:17:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:29:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:32:3: style: The function 'AskOverwrite' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:25:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:32:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:36:3: style: The function 'PrepareOperation' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:29:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:36:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:38:3: style: The function 'MessageError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:30:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:38:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:39:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:31:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:39:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:41:11: style: The function 'BeforeOpen' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:36:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:41:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:42:11: style: The function 'OpenResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:37:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:42:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:43:11: style: The function 'ThereAreNoFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:38:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:43:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:44:11: style: The function 'ExtractResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:39:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:44:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:48:11: style: The function 'SetPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/IFileExtractCallback.h:42:19: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:48:11: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:49:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/IPassword.h:15:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/ExtractCallbackConsole.h:49:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/List.cpp:418:20: style: Function 'ListArchives' argument 4 names different: declaration 'archivePaths' definition 'arcPaths'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Console/List.h:11:20: note: Function 'ListArchives' argument 4 names different: declaration 'archivePaths' definition 'arcPaths'.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:418:20: note: Function 'ListArchives' argument 4 names different: declaration 'archivePaths' definition 'arcPaths'.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:418:45: style: Function 'ListArchives' argument 5 names different: declaration 'archivePathsFull' definition 'arcPathsFull'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Console/List.h:11:49: note: Function 'ListArchives' argument 5 names different: declaration 'archivePathsFull' definition 'arcPathsFull'.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:418:45: note: Function 'ListArchives' argument 5 names different: declaration 'archivePathsFull' definition 'arcPathsFull'.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:424:13: style: Function 'ListArchives' argument 11 names different: declaration 'errors' definition 'numErrors'. [funcArgNamesDifferent]
lzma-9.22/CPP/7zip/UI/Console/List.h:17:13: note: Function 'ListArchives' argument 11 names different: declaration 'errors' definition 'numErrors'.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:424:13: note: Function 'ListArchives' argument 11 names different: declaration 'errors' definition 'numErrors'.
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:20:3: warning: Member variable 'COpenCallbackConsole::OutStream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Console/List.cpp:179:8: style: Technically the member function 'CFieldPrinter::PrintTitle' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Console/List.cpp:237:21: note: Technically the member function 'CFieldPrinter::PrintTitle' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:179:8: note: Technically the member function 'CFieldPrinter::PrintTitle' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:180:8: style: Technically the member function 'CFieldPrinter::PrintTitleLines' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Console/List.cpp:248:21: note: Technically the member function 'CFieldPrinter::PrintTitleLines' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:180:8: note: Technically the member function 'CFieldPrinter::PrintTitleLines' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:181:11: style: Technically the member function 'CFieldPrinter::PrintItemInfo' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Console/List.cpp:285:24: note: Technically the member function 'CFieldPrinter::PrintItemInfo' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:181:11: note: Technically the member function 'CFieldPrinter::PrintItemInfo' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:182:11: style: Technically the member function 'CFieldPrinter::PrintSummaryInfo' can be const. [functionConst]
lzma-9.22/CPP/7zip/UI/Console/List.cpp:368:24: note: Technically the member function 'CFieldPrinter::PrintSummaryInfo' can be const.
lzma-9.22/CPP/7zip/UI/Console/List.cpp:182:11: note: Technically the member function 'CFieldPrinter::PrintSummaryInfo' can be const.
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_CheckBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_WasPasswordAsked' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_ClearPasswordWasAskedFlag' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/PercentPrinter.h:18:3: warning: Member variable 'CPercentPrinter::OutStream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:31:3: warning: Member variable 'CUpdateCallbackConsole::m_NeedBeClosed' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:31:3: warning: Member variable 'CUpdateCallbackConsole::m_NeedNewLine' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:31:3: warning: Member variable 'CUpdateCallbackConsole::OutStream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:23:8: style: Member variable 'CUpdateCallbackConsole::StdOutMode' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:37:7: note: Member variable 'CUpdateCallbackConsole::StdOutMode' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:23:8: note: Member variable 'CUpdateCallbackConsole::StdOutMode' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:22:8: style: Member variable 'CUpdateCallbackConsole::EnablePercents' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:38:7: note: Member variable 'CUpdateCallbackConsole::EnablePercents' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:22:8: note: Member variable 'CUpdateCallbackConsole::EnablePercents' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:18:8: style: Member variable 'CUpdateCallbackConsole::m_WarningsMode' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:39:7: note: Member variable 'CUpdateCallbackConsole::m_WarningsMode' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:18:8: note: Member variable 'CUpdateCallbackConsole::m_WarningsMode' is in the wrong place in the initializer list.
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: warning: Virtual function 'Finilize' is called from destructor '~CUpdateCallbackConsole()' at line 42. Dynamic binding is not used. [virtualCallInConstructor]
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:42:31: note: Calling Finilize
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Finilize is a virtual method
lzma-9.22/CPP/7zip/UI/Console/PercentPrinter.h:18:3: style: Class 'CPercentPrinter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: style: The function 'Open_GetPasswordIfAny' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/ArchiveOpenCallback.h:38:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/OpenCallbackConsole.h:12:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'SetTotal' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'SetCompleted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'SetRatioInfo' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'CheckBreak' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'Finilize' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'SetNumFiles' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'GetStream' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'OpenFileError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'SetOperationResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'CryptoGetTextPassword2' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'CryptoGetTextPassword' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'OpenResult' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'StartScanning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'ScanProgress' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'CanNotFindError' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'FinishScanning' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'StartArchive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: style: The function 'FinishArchive' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride]
lzma-9.22/CPP/7zip/UI/Common/Update.h:164:3: note: Virtual function in base class
lzma-9.22/CPP/7zip/UI/Console/UpdateCallbackConsole.h:53:3: note: Function in derived class
lzma-9.22/CPP/Common/CommandLineParser.cpp:62:3: style: Class 'CParser' does not have a copy constructor which is recommended since it has dynamic memory/resource allocation(s). [noCopyConstructor]
lzma-9.22/CPP/Common/CommandLineParser.cpp:62:3: style: Class 'CParser' does not have a operator= which is recommended since it has dynamic memory/resource allocation(s). [noOperatorEq]
lzma-9.22/CPP/Common/ListFileUtils.cpp:21:59: style: Function 'ReadNamesFromListFile' argument 2 names different: declaration 'strings' definition 'resultStrings'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/ListFileUtils.h:9:59: note: Function 'ReadNamesFromListFile' argument 2 names different: declaration 'strings' definition 'resultStrings'.
lzma-9.22/CPP/Common/ListFileUtils.cpp:21:59: note: Function 'ReadNamesFromListFile' argument 2 names different: declaration 'strings' definition 'resultStrings'.
lzma-9.22/CPP/Common/MyVector.h:29:16: warning: Virtual function 'Delete' is called from destructor '~CBaseRecordVector()' at line 9. Dynamic binding is not used. [virtualCallInConstructor]
lzma-9.22/CPP/Common/MyVector.cpp:9:43: note: Calling ClearAndFree
lzma-9.22/CPP/Common/MyVector.cpp:13:3: note: Calling Clear
lzma-9.22/CPP/Common/MyVector.cpp:20:35: note: Calling DeleteFrom
lzma-9.22/CPP/Common/MyVector.cpp:22:49: note: Calling Delete
lzma-9.22/CPP/Common/MyVector.h:29:16: note: Delete is a virtual method
lzma-9.22/CPP/Common/StdInStream.h:16:3: warning: Member variable 'CStdInStream::_stream' is not initialized in the constructor. [uninitMemberVar]
lzma-9.22/CPP/Common/StdInStream.h:17:3: style: Class 'CStdInStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/StdOutStream.cpp:66:55: style: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/StdOutStream.h:23:42: note: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/Common/StdOutStream.cpp:66:55: note: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/Common/StdOutStream.cpp:72:58: style: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/StdOutStream.h:24:45: note: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/Common/StdOutStream.cpp:72:58: note: Function 'operator<<' argument 1 names different: declaration 'string' definition 's'.
lzma-9.22/CPP/Common/StdOutStream.h:16:3: style: Class 'CStdOutStream' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Common/UTFConvert.cpp:123:42: style: Function 'ConvertUTF8ToUnicode' argument 1 names different: declaration 'utfString' definition 'src'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/UTFConvert.h:8:42: note: Function 'ConvertUTF8ToUnicode' argument 1 names different: declaration 'utfString' definition 'src'.
lzma-9.22/CPP/Common/UTFConvert.cpp:123:42: note: Function 'ConvertUTF8ToUnicode' argument 1 names different: declaration 'utfString' definition 'src'.
lzma-9.22/CPP/Common/UTFConvert.cpp:123:56: style: Function 'ConvertUTF8ToUnicode' argument 2 names different: declaration 'resultString' definition 'dest'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/UTFConvert.h:8:62: note: Function 'ConvertUTF8ToUnicode' argument 2 names different: declaration 'resultString' definition 'dest'.
lzma-9.22/CPP/Common/UTFConvert.cpp:123:56: note: Function 'ConvertUTF8ToUnicode' argument 2 names different: declaration 'resultString' definition 'dest'.
lzma-9.22/CPP/Common/UTFConvert.cpp:135:42: style: Function 'ConvertUnicodeToUTF8' argument 1 names different: declaration 'unicodeString' definition 'src'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/UTFConvert.h:9:42: note: Function 'ConvertUnicodeToUTF8' argument 1 names different: declaration 'unicodeString' definition 'src'.
lzma-9.22/CPP/Common/UTFConvert.cpp:135:42: note: Function 'ConvertUnicodeToUTF8' argument 1 names different: declaration 'unicodeString' definition 'src'.
lzma-9.22/CPP/Common/UTFConvert.cpp:135:56: style: Function 'ConvertUnicodeToUTF8' argument 2 names different: declaration 'resultString' definition 'dest'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/UTFConvert.h:9:66: note: Function 'ConvertUnicodeToUTF8' argument 2 names different: declaration 'resultString' definition 'dest'.
lzma-9.22/CPP/Common/UTFConvert.cpp:135:56: note: Function 'ConvertUnicodeToUTF8' argument 2 names different: declaration 'resultString' definition 'dest'.
lzma-9.22/CPP/Common/Wildcard.cpp:206:45: style: Function 'FindSubNode' argument 1 names different: declaration 'path' definition 'name'. [funcArgNamesDifferent]
lzma-9.22/CPP/Common/Wildcard.h:42:34: note: Function 'FindSubNode' argument 1 names different: declaration 'path' definition 'name'.
lzma-9.22/CPP/Common/Wildcard.cpp:206:45: note: Function 'FindSubNode' argument 1 names different: declaration 'path' definition 'name'.
lzma-9.22/CPP/Common/Wildcard.h:30:16: style: Member variable 'CCensorNode::Parent' is in the wrong place in the initializer list. [initializerList]
lzma-9.22/CPP/Common/Wildcard.h:36:70: note: Member variable 'CCensorNode::Parent' is in the wrong place in the initializer list.
lzma-9.22/CPP/Common/Wildcard.h:30:16: note: Member variable 'CCensorNode::Parent' is in the wrong place in the initializer list.
lzma-9.22/CPP/Common/Wildcard.h:63:3: style: Struct 'CPair' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/FileDir.cpp:212:35: style: Function 'CreateComplexDirectory' argument 1 names different: declaration 'path' definition '_aPathName'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:25:35: note: Function 'CreateComplexDirectory' argument 1 names different: declaration 'path' definition '_aPathName'.
lzma-9.22/CPP/Windows/FileDir.cpp:212:35: note: Function 'CreateComplexDirectory' argument 1 names different: declaration 'path' definition '_aPathName'.
lzma-9.22/CPP/Windows/FileDir.cpp:343:30: style: Function 'MyGetFullPathName' argument 1 names different: declaration 'path' definition 'fileName'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:29:30: note: Function 'MyGetFullPathName' argument 1 names different: declaration 'path' definition 'fileName'.
lzma-9.22/CPP/Windows/FileDir.cpp:343:30: note: Function 'MyGetFullPathName' argument 1 names different: declaration 'path' definition 'fileName'.
lzma-9.22/CPP/Windows/FileDir.cpp:404:37: style: Function 'MyGetCurrentDirectory' argument 1 names different: declaration 'resultPath' definition 'path'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:36:37: note: Function 'MyGetCurrentDirectory' argument 1 names different: declaration 'resultPath' definition 'path'.
lzma-9.22/CPP/Windows/FileDir.cpp:404:37: note: Function 'MyGetCurrentDirectory' argument 1 names different: declaration 'resultPath' definition 'path'.
lzma-9.22/CPP/Windows/FileDir.cpp:449:29: style: Function 'MyGetTempPath' argument 1 names different: declaration 'resultPath' definition 'path'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:40:29: note: Function 'MyGetTempPath' argument 1 names different: declaration 'resultPath' definition 'path'.
lzma-9.22/CPP/Windows/FileDir.cpp:449:29: note: Function 'MyGetTempPath' argument 1 names different: declaration 'resultPath' definition 'path'.
lzma-9.22/CPP/Windows/FileDir.cpp:525:30: style: Function 'Create' argument 1 names different: declaration 'pathPrefix' definition 'prefix'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:51:21: note: Function 'Create' argument 1 names different: declaration 'pathPrefix' definition 'prefix'.
lzma-9.22/CPP/Windows/FileDir.cpp:525:30: note: Function 'Create' argument 1 names different: declaration 'pathPrefix' definition 'prefix'.
lzma-9.22/CPP/Windows/FileDir.cpp:566:29: style: Function 'Create' argument 1 names different: declaration 'namePrefix' definition 'prefix'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileDir.h:66:21: note: Function 'Create' argument 1 names different: declaration 'namePrefix' definition 'prefix'.
lzma-9.22/CPP/Windows/FileDir.cpp:566:29: note: Function 'Create' argument 1 names different: declaration 'namePrefix' definition 'prefix'.
lzma-9.22/CPP/Windows/FileFind.h:101:3: style: Technically the member function 'NWindows::NFile::NFind::CFindChangeNotification::operatorHANDLE' can be const. [functionConst]
lzma-9.22/CPP/Windows/FileFind.h:92:3: style: Class 'CEnumerator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor]
lzma-9.22/CPP/Windows/FileFind.cpp:83:54: style: Function 'FindFirst' argument 2 names different: declaration 'fileInfo' definition 'fi'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileFind.h:76:45: note: Function 'FindFirst' argument 2 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:83:54: note: Function 'FindFirst' argument 2 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:116:37: style: Function 'FindNext' argument 1 names different: declaration 'fileInfo' definition 'fi'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileFind.h:77:28: note: Function 'FindNext' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:116:37: note: Function 'FindNext' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:225:38: style: Function 'NextAny' argument 1 names different: declaration 'fileInfo' definition 'fi'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileFind.h:90:27: note: Function 'NextAny' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:225:38: note: Function 'NextAny' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:233:35: style: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileFind.h:93:24: note: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:233:35: note: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:244:35: style: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/FileFind.h:94:24: note: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileFind.cpp:244:35: note: Function 'Next' argument 1 names different: declaration 'fileInfo' definition 'fi'.
lzma-9.22/CPP/Windows/FileIO.h:53:8: style: Technically the member function 'NWindows::NFile::NIO::CFileBase::Seek' can be const. [functionConst]
lzma-9.22/CPP/Windows/FileIO.cpp:174:17: note: Technically the member function 'NWindows::NFile::NIO::CFileBase::Seek' can be const.
lzma-9.22/CPP/Windows/FileIO.h:53:8: note: Technically the member function 'NWindows::NFile::NIO::CFileBase::Seek' can be const.
lzma-9.22/CPP/Windows/FileIO.h:55:8: style: Technically the member function 'NWindows::NFile::NIO::CFileBase::SeekToEnd' can be const. [functionConst]
lzma-9.22/CPP/Windows/FileIO.cpp:185:17: note: Technically the member function 'NWindows::NFile::NIO::CFileBase::SeekToEnd' can be const.
lzma-9.22/CPP/Windows/FileIO.h:55:8: note: Technically the member function 'NWindows::NFile::NIO::CFileBase::SeekToEnd' can be const.
lzma-9.22/CPP/Windows/PropVariant.cpp:218:47: style: Function 'Compare' argument 1 names different: declaration 'a1' definition 'a'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/PropVariant.h:51:35: note: Function 'Compare' argument 1 names different: declaration 'a1' definition 'a'.
lzma-9.22/CPP/Windows/PropVariant.cpp:218:47: note: Function 'Compare' argument 1 names different: declaration 'a1' definition 'a'.
lzma-9.22/CPP/Windows/Time.cpp:20:50: style: Function 'DosTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/Time.h:11:50: note: Function 'DosTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:20:50: note: Function 'DosTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:45:40: style: Function 'FileTimeToDosTime' argument 1 names different: declaration 'fileTime' definition 'ft'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/Time.h:12:40: note: Function 'FileTimeToDosTime' argument 1 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:45:40: note: Function 'FileTimeToDosTime' argument 1 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:119:52: style: Function 'UnixTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/Time.h:13:52: note: Function 'UnixTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:119:52: note: Function 'UnixTimeToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:126:53: style: Function 'UnixTime64ToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/Time.h:14:53: note: Function 'UnixTime64ToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:126:53: note: Function 'UnixTime64ToFileTime' argument 2 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:157:41: style: Function 'FileTimeToUnixTime' argument 1 names different: declaration 'fileTime' definition 'ft'. [funcArgNamesDifferent]
lzma-9.22/CPP/Windows/Time.h:15:41: note: Function 'FileTimeToUnixTime' argument 1 names different: declaration 'fileTime' definition 'ft'.
lzma-9.22/CPP/Windows/Time.cpp:157:41: note: Function 'FileTimeToUnixTime' argument 1 names different: declaration 'fileTime' definition 'ft'.
[03:37]

ftp://ftp.se.debian.org/debian/pool/main/l/lzo2/lzo2_2.10.orig.tar.gz
lzo-2.10/lzotest/lzotest.c:515:9: style: Condition '!d' is always true [knownConditionTrueFalse]
lzo-2.10/lzotest/lzotest.c:511:26: note: Assignment 'd=0', assigned value is 0
lzo-2.10/lzotest/lzotest.c:515:9: note: Condition '!d' is always true
lzo-2.10/lzotest/lzotest.c:956:10: style: The scope of the variable 'perc_str' can be reduced. [variableScope]
lzo-2.10/lzotest/lzotest.c:1389:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lzo-2.10/lzotest/lzotest.c:1523:9: style: The scope of the variable 'i' can be reduced. [variableScope]
lzo-2.10/lzotest/lzotest.c:2032:33: style: The scope of the variable 'p' can be reduced. [variableScope]
lzo-2.10/minilzo/minilzo.h:58:0: error: #error "version mismatch in header files" [preprocessorErrorDirective]
lzo-2.10/src/lzo_conf.h:69:0: error: #error "version mismatch" [preprocessorErrorDirective]
lzo-2.10/tests/promote.c:48:28: style: Condition '(c<<s)>0' is always true [knownConditionTrueFalse]
lzo-2.10/tests/promote.c:43:9: note: Assignment 'c=(unsigned char)(1<<(8*sizeof(char)-1))', assigned value is 128
lzo-2.10/tests/promote.c:48:28: note: Condition '(c<<s)>0' is always true
lzo-2.10/tests/promote.c:49:9: style: Condition 'u' is always true [knownConditionTrueFalse]
lzo-2.10/tests/promote.c:43:9: note: Assignment 'c=(unsigned char)(1<<(8*sizeof(char)-1))', assigned value is 128
lzo-2.10/tests/promote.c:48:28: note: Assignment 'u=(c<<s)>0', assigned value is 1
lzo-2.10/tests/promote.c:49:9: note: Condition 'u' is always true
lzo-2.10/tests/sizes.c:55:13: style: union member '_lzo_align1_t::a_char' is never used. [unusedStructMember]
lzo-2.10/tests/sizes.c:85:13: style: union member '_lzo_align6_t::a_char' is never used. [unusedStructMember]
lzo-2.10/tests/sizes.c:86:13: style: union member '_lzo_align6_t::a_long' is never used. [unusedStructMember]
lzo-2.10/tests/sizes.c:87:13: style: union member '_lzo_align6_t::a_char_p' is never used. [unusedStructMember]
[03:37]

ftp://ftp.se.debian.org/debian/pool/main/l/lzop/lzop_1.03.orig.tar.gz
lzop-1.03/src/conf.h:55:0: error: #error "you need the LZO library" [preprocessorErrorDirective]
[03:37]

DATE 2018-08-19
TIME 03:37:21